Uses CoMon's ability to find 'upness' to email. Changed queueing between threads...
authorFaiyaz Ahmed <faiyaza@cs.princeton.edu>
Tue, 24 Oct 2006 20:27:32 +0000 (20:27 +0000)
committerFaiyaz Ahmed <faiyaza@cs.princeton.edu>
Tue, 24 Oct 2006 20:27:32 +0000 (20:27 +0000)
* Individual email messages per bucket
* emailed{} now pickled so as not to email the same site more than once.
* PLC anon API to get site basenames for email
* Searches RT for open/new in support or offline for tickets with hostname
* Beginnings of real chek for dbg
* Started squeezing of slices via PLC api.
*  Work in progress.  Not ready for human consumption.

Makefile [new file with mode: 0644]
comon.py
emailTxt.py
mailer.py
monitor.log [deleted file]
monitor.py
policy.py
rt.py
util/__init__.pyc [deleted file]

diff --git a/Makefile b/Makefile
new file mode 100644 (file)
index 0000000..bc69f35
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,2 @@
+clean:
+       rm *.pyc *.dat *.log
index ad4035f..a380dcb 100755 (executable)
--- a/comon.py
+++ b/comon.py
@@ -28,16 +28,21 @@ COMONURL = "http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_node
 
 class Comon(Thread): 
        """
+       cdb is the comon database (dictionary)
+       all buckets is a queue of all problem nodes. This gets sent to rt to find
+       tickets open for host. 
        """
        def __init__(self, cdb, allbuckets):
                self.codata = cdb 
                self.updated = time.time()
                self.allbuckets = allbuckets
-               self.comonbkts = {"ssh": "sshstatus%20%3E%202h",
+               self.comonbkts = {"down" : "resptime%20==%200%20&&%20keyok==null",
+                       "ssh": "sshstatus%20%3E%202h",
                        "clock_drift": "drift%20%3E%201m",
                        "dns": "dns1udp%20%3E%2080%20&&%20dns2udp%20%3E%2080",
                        "disk": "resptime%20%3E%200%20&&%20gbfree%20%3C%205",
-                       "filerw": "filerw%3E0"}
+                       "filerw": "filerw%3E0",
+                       "dbg" : "keyok==0"}
                Thread.__init__(self)
 
        def __tohash(self,rawdata):
@@ -69,7 +74,7 @@ class Comon(Thread):
                # Get time of update
                self.updated = time.time()
                # Make a Hash, put in self.
-               self.codata = self.coget(COMONURL + "&format=formatcsv")
+               self.codata.update(self.coget(COMONURL + "&format=formatcsv"))
 
        def coget(self,url):
                rawdata = None
@@ -115,13 +120,21 @@ def main():
        t = Queue.Queue()
        cdb = {}
        a = Comon(cdb,t)
+       print a.comonbkts
        a.start()
-       time.sleep(3)
-       print a.ssh
+
+       time.sleep(5)
+       print a.down
+
+       time.sleep(5)
+       #print cdb
+       for host in cdb.keys():
+               if cdb[host]['keyok'] == "0":
+                       print("%s \t Bootstate %s nodetype %s kernver %s keyok %s" %(host, cdb[host]['bootstate'], cdb[host]['nodetype'], cdb[host]['kernver'], cdb[host]['keyok']))
        #time.sleep(3)
        #a.push()
        #print a.filerw
-       print a.coget(COMONURL + "&format=formatcsv&select='" + a.comonbkts['filerw'])
+       #print a.coget(COMONURL + "&format=formatcsv&select='" + a.comonbkts['filerw'])
 
        os._exit(0)
 if __name__ == '__main__':
index fbee685..ac17ff3 100644 (file)
@@ -12,9 +12,9 @@
 #
 
 class mailtxt:
-   STANDARD="""As part of the monitoring of PlanetLab nodes, we have noticed that the node %(hostname)s is not responding to pings and is not available for ssh.
+   DOWN="""As part of PlanetLab node monitoring, we noticed node %(hostname)s has been down for some time.
 
-Please check the machine's connectivity and, if properly networked, power cycle the machine. If there are any console messages relating to the machines's failure, please pass those to the PlanetLab-support mailing list so we can resolve any problems.
+Please check the node's connectivity and, if properly networked, power cycle the machine. If there are any console messages relating to the node's failure, please pass those to the PlanetLab-support mailing list so we can resolve the issue.
 
 
 Thanks.
@@ -22,7 +22,33 @@ Thanks.
   -- PlanetLab Central (support@planet-lab.org)
 """
 
-   STANDARD_PI="""As part of the monitoring of PlanetLab nodes, we have noticed that the node %(hostname)s is not responding to pings and is not available for ssh. We have made several attempts to contact the techinical contacts for this site (they are CCed) to help us bring the node back online. If there should be a different technical contact appointed, you may add the 'tech' role to any user registered for your site via the website. (Manage Users off the left nav bar on the PI tab, then click the user)
+   SSH="""As part of PlanetLab node monitoring, we noticed node %(hostname)s is not available for ssh.
+
+Please check the node's connectivity and, if properly networked, power cycle the machine. If there are any console messages relating to the node's failure, please pass those to the PlanetLab-support mailing list so we can resolve the issue.
+
+
+Thanks.
+
+  -- PlanetLab Central (support@planet-lab.org)
+"""
+   DNS="""As part of PlanetLab node monitoring, we noticed the DNS servers used by  %(hostname)s are not responding to queries.
+
+Please verify the DNS information used by the node is correct.  You can find directions on how to update the node's network information on the PlanetLab Technical Contacts Guid (http://www.planet-lab.org/doc/TechsGuide.php#id268898).
+
+Thanks.
+
+  -- PlanetLab Central (support@planet-lab.org)
+"""
+   HDRO="""As part of PlanetLab node monitoring, we noticed %(hostname)s has a read-only filesystem.
+
+Please verify the disk is damaged and email the site if a replacement is needed. 
+
+Thanks.
+
+  -- PlanetLab Central (support@planet-lab.org)
+"""
+
+   STANDARD_PI="""As part of PlanetLab nodes monitoring, we noticed the node %(hostname)s is not available for ssh. We have made several attempts to contact the techinical contacts for this site (they are CCed) to help us bring the node back online. If there should be a different technical contact appointed, you may add the 'tech' role to any user registered for your site via the website. (Manage Users off the left nav bar on the PI tab, then click the user)
 
 Our records indicate that there is no remote power control unit connected to this node. If this is not the case, please log into the PlanetLab Website and update the PCU information.
 
index 9ea66f7..7e2e629 100755 (executable)
--- a/mailer.py
+++ b/mailer.py
@@ -21,8 +21,6 @@ def siteId(hostname):
        if len(site_id) == 1:  
                loginbase = api.AnonAdmGetSites (anon, site_id, ["login_base"])
                return loginbase[0]['login_base']
-       else:
-               raise "Unknown host" 
 
 def email (subject, text, to, cc = None):
        """Create a mime-message that will render HTML in popular
@@ -67,12 +65,15 @@ def email (subject, text, to, cc = None):
        msg = out.getvalue()
        out.close()
 
-       server = smtplib.SMTP(MTA)
-       server.sendmail(FROM, (to,cc), msg)
-       server.quit()
+       #server = smtplib.SMTP(MTA)
+       #server.sendmail(FROM, (to,cc), msg)
+       #server.quit()
 
 if __name__=="__main__":
-   import smtplib
-   import emailTxt
-
-   email('DISREGARD', emailTxt.mailtxt.STANDARD % {'hostname': "ALICE.cs.princeton.edu"}, "tech-" + siteId("alice.cs.princeton.edu") + "@sites.planet-lab.org")
+       import smtplib
+       import emailTxt
+       id = siteId("alice.cs.princeeton.edu")
+       if id:
+               email('TEST', emailTxt.mailtxt.STANDARD % {'hostname': "ALICE.cs.princeton.edu"}, "tech-" + id + "@sites.planet-lab.org")
+       else:
+               print "No dice."
diff --git a/monitor.log b/monitor.log
deleted file mode 100644 (file)
index 51d4377..0000000
+++ /dev/null
@@ -1,24330 +0,0 @@
-2006-09-28 13:54:02,719 INFO Monitor Started
-2006-09-28 13:54:02,720 INFO Starting thread Watcher
-2006-09-28 13:54:02,720 INFO Starting thread rt1
-2006-09-28 13:54:02,721 INFO Starting thread rt2
-2006-09-28 13:54:02,721 INFO Starting thread rt3
-2006-09-28 13:54:02,721 INFO Starting thread rt4
-2006-09-28 13:54:02,721 INFO Starting thread rt5
-2006-09-28 13:54:02,722 INFO Starting thread cleanrt5
-2006-09-28 13:54:02,722 INFO Starting thread rt5
-2006-09-28 13:54:02,722 DEBUG Removing stale entries from DB.
-2006-09-28 13:54:02,723 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='drift%20%3E%201m'
-2006-09-28 13:54:02,726 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv
-2006-09-28 13:54:02,875 DEBUG Retrieved 9 hosts
-2006-09-28 13:54:02,875 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='resptime%20%3E%200%20&&%20gbfree%20%3C%205'
-2006-09-28 13:54:03,020 DEBUG Retrieved 10 hosts
-2006-09-28 13:54:03,021 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='sshstatus%20%3E%202h'
-2006-09-28 13:54:03,361 DEBUG Retrieved 159 hosts
-2006-09-28 13:54:03,363 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='dns1udp%20%3E%2080%20&&%20dns2udp%20%3E%2080'
-2006-09-28 13:54:03,507 DEBUG Retrieved 6 hosts
-2006-09-28 13:54:03,507 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='filerw%3E0'
-2006-09-28 13:54:03,645 DEBUG No hosts retrieved
-2006-09-28 13:54:03,646 INFO Refreshing DB.
-2006-09-28 13:54:04,071 DEBUG Retrieved 705 hosts
-2006-09-28 13:54:04,071 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='drift%20%3E%201m'
-2006-09-28 13:54:04,207 DEBUG Retrieved 9 hosts
-2006-09-28 13:54:04,207 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='resptime%20%3E%200%20&&%20gbfree%20%3C%205'
-2006-09-28 13:54:04,341 DEBUG Retrieved 10 hosts
-2006-09-28 13:54:04,342 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='sshstatus%20%3E%202h'
-2006-09-28 13:54:04,683 DEBUG Retrieved 159 hosts
-2006-09-28 13:54:04,684 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='dns1udp%20%3E%2080%20&&%20dns2udp%20%3E%2080'
-2006-09-28 13:54:04,815 DEBUG Retrieved 6 hosts
-2006-09-28 13:54:04,815 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='filerw%3E0'
-2006-09-28 13:54:04,936 DEBUG No hosts retrieved
-2006-09-28 13:54:04,939 DEBUG Popping from q - planetlab2.elet.polimi.it
-2006-09-28 13:54:04,943 DEBUG Popping from q - pli1-br-3.hpl.hp.com
-2006-09-28 13:54:04,944 DEBUG Popping from q - planetlab2.nbgisp.com
-2006-09-28 13:54:04,945 DEBUG Popping from q - planetlab2.cs.duke.edu
-2006-09-28 13:54:04,949 DEBUG Popping from q - planetlab1.cs.stir.ac.uk
-2006-09-28 13:54:04,950 DEBUG Found tickets for pli1-br-3.hpl.hp.com
-2006-09-28 13:54:04,951 DEBUG Popping from q - planetlab1.cse.msu.edu
-2006-09-28 13:54:04,953 DEBUG Popping from q - planetlab2.cse.msu.edu
-2006-09-28 13:54:04,954 DEBUG Popping from q - planetlab0.cs.stir.ac.uk
-2006-09-28 13:54:04,955 DEBUG Popping from q - planetlab1.informatik.uni-erlangen.de
-2006-09-28 13:54:04,957 DEBUG Popping from q - planetlab1.cs.purdue.edu
-2006-09-28 13:54:04,958 DEBUG Found tickets for planetlab1.cse.msu.edu
-2006-09-28 13:54:04,958 DEBUG Popping from q - planetlab1.een.orst.edu
-2006-09-28 13:54:04,960 DEBUG Popping from q - planetlab2.cs.columbia.edu
-2006-09-28 13:54:04,961 DEBUG Popping from q - planetlab1.win.trlabs.ca
-2006-09-28 13:54:04,963 DEBUG Found tickets for planetlab1.cs.purdue.edu
-2006-09-28 13:54:04,963 DEBUG Popping from q - planetlab1.cs.duke.edu
-2006-09-28 13:54:04,964 DEBUG Popping from q - planetlab2.flux.utah.edu
-2006-09-28 13:54:04,966 DEBUG Popping from q - planetlab3.cs.columbia.edu
-2006-09-28 13:54:04,967 DEBUG Found tickets for planetlab2.cse.msu.edu
-2006-09-28 13:54:04,967 DEBUG Popping from q - planetlab1.cs.columbia.edu
-2006-09-28 13:54:04,968 DEBUG Popping from q - planetlab3.flux.utah.edu
-2006-09-28 13:54:04,970 DEBUG Popping from q - planetlab-1.eecs.cwru.edu
-2006-09-28 13:54:04,972 DEBUG Popping from q - planetlab2.rutgers.edu
-2006-09-28 13:54:04,973 DEBUG Popping from q - vn3.cs.wustl.edu
-2006-09-28 13:54:04,974 DEBUG Popping from q - planetlab2.cri.haifa.ac.il
-2006-09-28 13:54:04,976 DEBUG Popping from q - soccf-planet-001.comp.nus.edu.sg
-2006-09-28 13:54:04,977 DEBUG Popping from q - planetlab01.cse.psu.edu
-2006-09-28 13:54:04,979 DEBUG Found tickets for vn3.cs.wustl.edu
-2006-09-28 13:54:04,979 DEBUG Popping from q - csu2.6planetlab.edu.cn
-2006-09-28 13:54:04,980 DEBUG Found tickets for planetlab2.rutgers.edu
-2006-09-28 13:54:04,981 DEBUG Popping from q - planet2.njit.edu
-2006-09-28 13:54:04,982 DEBUG Found tickets for planetlab2.cri.haifa.ac.il
-2006-09-28 13:54:04,982 DEBUG Popping from q - planetlab2.unl.edu
-2006-09-28 13:54:04,983 DEBUG Found tickets for soccf-planet-001.comp.nus.edu.sg
-2006-09-28 13:54:04,983 DEBUG Popping from q - planetlab1.cs.pitt.edu
-2006-09-28 13:54:04,985 DEBUG Popping from q - planetlab-2.eecs.cwru.edu
-2006-09-28 13:54:04,986 DEBUG Found tickets for csu2.6planetlab.edu.cn
-2006-09-28 13:54:04,987 DEBUG Popping from q - planetlab2.urv.net
-2006-09-28 13:54:12,991 DEBUG Popping from q - planetlab7.csail.mit.edu
-2006-09-28 13:54:35,309 DEBUG Popping from q - buaa1.6planetlab.edu.cn
-2006-09-28 13:54:44,500 DEBUG Found tickets for buaa1.6planetlab.edu.cn
-2006-09-28 13:54:44,500 DEBUG Popping from q - ricepl-3.cs.rice.edu
-2006-09-28 13:54:46,629 DEBUG Popping from q - planet-lab-1.csse.monash.edu.au
-2006-09-28 13:54:48,549 DEBUG Found tickets for planet2.njit.edu
-2006-09-28 13:54:48,549 DEBUG Popping from q - planetlab5.millennium.berkeley.edu
-2006-09-28 13:55:00,333 DEBUG Popping from q - planetlab1.pop-ce.rnp.br
-2006-09-28 13:55:01,687 DEBUG Popping from q - planetlab2.mnlab.cti.depaul.edu
-2006-09-28 13:55:09,240 DEBUG Found tickets for planetlab1.pop-ce.rnp.br
-2006-09-28 13:55:09,241 DEBUG Popping from q - peace.ri.uni-tuebingen.de
-2006-09-28 13:55:10,275 DEBUG Found tickets for planetlab7.csail.mit.edu
-2006-09-28 13:55:10,275 DEBUG Popping from q - planetlab-8.cs.princeton.edu
-2006-09-28 13:55:15,268 INFO Monitor Killed
-2006-09-28 13:56:39,209 INFO Monitor Started
-2006-09-28 13:56:39,210 INFO Starting thread Watcher
-2006-09-28 13:56:39,210 INFO Starting thread rt1
-2006-09-28 13:56:39,211 INFO Starting thread rt2
-2006-09-28 13:56:39,211 INFO Starting thread rt3
-2006-09-28 13:56:39,211 INFO Starting thread rt4
-2006-09-28 13:56:39,211 INFO Starting thread rt5
-2006-09-28 13:56:39,211 INFO Starting thread cleanrt5
-2006-09-28 13:56:39,212 INFO Starting thread rt5
-2006-09-28 13:56:39,212 DEBUG Removing stale entries from DB.
-2006-09-28 13:56:39,213 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='drift%20%3E%201m'
-2006-09-28 13:56:39,216 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv
-2006-09-28 13:56:39,369 DEBUG Retrieved 9 hosts
-2006-09-28 13:56:39,370 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='resptime%20%3E%200%20&&%20gbfree%20%3C%205'
-2006-09-28 13:56:39,519 DEBUG Retrieved 10 hosts
-2006-09-28 13:56:39,520 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='sshstatus%20%3E%202h'
-2006-09-28 13:56:39,864 DEBUG Retrieved 159 hosts
-2006-09-28 13:56:39,866 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='dns1udp%20%3E%2080%20&&%20dns2udp%20%3E%2080'
-2006-09-28 13:56:40,037 DEBUG Retrieved 6 hosts
-2006-09-28 13:56:40,038 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='filerw%3E0'
-2006-09-28 13:56:40,161 DEBUG No hosts retrieved
-2006-09-28 13:56:40,162 INFO Refreshing DB.
-2006-09-28 13:56:40,557 DEBUG Retrieved 705 hosts
-2006-09-28 13:56:40,558 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='drift%20%3E%201m'
-2006-09-28 13:56:40,692 DEBUG Retrieved 9 hosts
-2006-09-28 13:56:40,693 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='resptime%20%3E%200%20&&%20gbfree%20%3C%205'
-2006-09-28 13:56:40,832 DEBUG Retrieved 10 hosts
-2006-09-28 13:56:40,833 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='sshstatus%20%3E%202h'
-2006-09-28 13:56:41,174 DEBUG Retrieved 159 hosts
-2006-09-28 13:56:41,176 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='dns1udp%20%3E%2080%20&&%20dns2udp%20%3E%2080'
-2006-09-28 13:56:41,306 DEBUG Retrieved 6 hosts
-2006-09-28 13:56:41,306 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='filerw%3E0'
-2006-09-28 13:56:41,430 DEBUG No hosts retrieved
-2006-09-28 13:56:41,433 DEBUG Popping from q - planetlab2.elet.polimi.it
-2006-09-28 13:56:41,437 DEBUG Popping from q - pli1-br-3.hpl.hp.com
-2006-09-28 13:56:41,438 DEBUG Popping from q - planetlab2.nbgisp.com
-2006-09-28 13:56:41,439 DEBUG Popping from q - planetlab2.cs.duke.edu
-2006-09-28 13:56:41,443 DEBUG Popping from q - planetlab1.cs.stir.ac.uk
-2006-09-28 13:56:41,445 DEBUG Found tickets for pli1-br-3.hpl.hp.com
-2006-09-28 13:56:41,445 DEBUG Popping from q - planetlab1.cse.msu.edu
-2006-09-28 13:56:41,447 DEBUG Popping from q - planetlab2.cse.msu.edu
-2006-09-28 13:56:41,448 DEBUG Popping from q - planetlab0.cs.stir.ac.uk
-2006-09-28 13:56:41,449 DEBUG Popping from q - planetlab1.informatik.uni-erlangen.de
-2006-09-28 13:56:41,450 DEBUG Popping from q - planetlab1.cs.purdue.edu
-2006-09-28 13:56:41,452 DEBUG Found tickets for planetlab1.cse.msu.edu
-2006-09-28 13:56:41,453 DEBUG Popping from q - planetlab1.een.orst.edu
-2006-09-28 13:56:41,454 DEBUG Found tickets for planetlab2.cse.msu.edu
-2006-09-28 13:56:41,455 DEBUG Popping from q - planetlab2.cs.columbia.edu
-2006-09-28 13:56:41,456 DEBUG Popping from q - planetlab1.win.trlabs.ca
-2006-09-28 13:56:41,457 DEBUG Popping from q - planetlab1.cs.duke.edu
-2006-09-28 13:56:41,458 DEBUG Found tickets for planetlab1.cs.purdue.edu
-2006-09-28 13:56:41,459 DEBUG Popping from q - planetlab2.flux.utah.edu
-2006-09-28 13:56:41,460 DEBUG Popping from q - planetlab3.cs.columbia.edu
-2006-09-28 13:56:41,461 DEBUG Popping from q - planetlab1.cs.columbia.edu
-2006-09-28 13:56:41,463 DEBUG Popping from q - planetlab3.flux.utah.edu
-2006-09-28 13:56:41,464 DEBUG Popping from q - planetlab-1.eecs.cwru.edu
-2006-09-28 13:56:41,466 DEBUG Popping from q - planetlab2.rutgers.edu
-2006-09-28 13:56:41,467 DEBUG Popping from q - vn3.cs.wustl.edu
-2006-09-28 13:56:41,468 DEBUG Popping from q - planetlab2.cri.haifa.ac.il
-2006-09-28 13:56:41,470 DEBUG Popping from q - soccf-planet-001.comp.nus.edu.sg
-2006-09-28 13:56:41,471 DEBUG Popping from q - planetlab01.cse.psu.edu
-2006-09-28 13:56:41,473 DEBUG Found tickets for vn3.cs.wustl.edu
-2006-09-28 13:56:41,473 DEBUG Popping from q - csu2.6planetlab.edu.cn
-2006-09-28 13:56:41,474 DEBUG Found tickets for planetlab2.rutgers.edu
-2006-09-28 13:56:41,474 DEBUG Popping from q - planet2.njit.edu
-2006-09-28 13:56:41,476 DEBUG Found tickets for planetlab2.cri.haifa.ac.il
-2006-09-28 13:56:41,476 DEBUG Popping from q - planetlab2.unl.edu
-2006-09-28 13:56:41,477 DEBUG Popping from q - planetlab1.cs.pitt.edu
-2006-09-28 13:56:41,479 DEBUG Found tickets for planet2.njit.edu
-2006-09-28 13:56:41,479 DEBUG Popping from q - planetlab-2.eecs.cwru.edu
-2006-09-28 13:56:41,480 DEBUG Found tickets for csu2.6planetlab.edu.cn
-2006-09-28 13:56:41,481 DEBUG Popping from q - planetlab2.urv.net
-2006-09-28 13:56:41,482 DEBUG Found tickets for soccf-planet-001.comp.nus.edu.sg
-2006-09-28 13:56:41,482 DEBUG Popping from q - planetlab7.csail.mit.edu
-2006-09-28 13:56:41,484 DEBUG Popping from q - buaa1.6planetlab.edu.cn
-2006-09-28 13:56:41,485 DEBUG Popping from q - ricepl-3.cs.rice.edu
-2006-09-28 13:56:41,487 DEBUG Found tickets for planetlab7.csail.mit.edu
-2006-09-28 13:56:41,487 DEBUG Popping from q - planet-lab-1.csse.monash.edu.au
-2006-09-28 13:56:41,488 DEBUG Popping from q - planetlab5.millennium.berkeley.edu
-2006-09-28 13:56:41,490 DEBUG Popping from q - planetlab1.pop-ce.rnp.br
-2006-09-28 13:56:41,491 DEBUG Found tickets for buaa1.6planetlab.edu.cn
-2006-09-28 13:56:41,491 DEBUG Popping from q - planetlab2.mnlab.cti.depaul.edu
-2006-09-28 13:56:41,492 DEBUG Popping from q - peace.ri.uni-tuebingen.de
-2006-09-28 13:56:41,494 DEBUG Popping from q - planetlab-8.cs.princeton.edu
-2006-09-28 13:56:41,496 DEBUG Popping from q - planetlab2.ucsd.edu
-2006-09-28 13:56:41,497 DEBUG Found tickets for planetlab2.mnlab.cti.depaul.edu
-2006-09-28 13:56:41,497 DEBUG Popping from q - blast.uwaterloo.ca
-2006-09-28 13:56:41,498 DEBUG Popping from q - planetlab1.cs.wayne.edu
-2006-09-28 13:56:41,499 DEBUG Found tickets for planetlab1.pop-ce.rnp.br
-2006-09-28 13:56:41,500 DEBUG Popping from q - pli1-br-3.hpl.hp.com
-2006-09-28 13:56:41,501 DEBUG Found tickets for planetlab-8.cs.princeton.edu
-2006-09-28 13:56:41,502 DEBUG Popping from q - planetlab2.eurecom.fr
-2006-09-28 13:56:41,506 DEBUG Found tickets for pli1-br-3.hpl.hp.com
-2006-09-28 13:56:41,506 DEBUG Popping from q - planetlab1.di.unito.it
-2006-09-28 13:56:51,988 DEBUG Found tickets for blast.uwaterloo.ca
-2006-09-28 13:56:51,988 DEBUG Popping from q - planetlab2.simula.no
-2006-09-28 13:57:06,649 INFO Monitor Killed
-2006-09-28 14:03:13,731 INFO Monitor Started
-2006-09-28 14:03:13,732 INFO Starting thread Watcher
-2006-09-28 14:03:13,733 INFO Starting thread rt1
-2006-09-28 14:03:13,733 INFO Starting thread rt2
-2006-09-28 14:03:13,733 INFO Starting thread rt3
-2006-09-28 14:03:13,733 INFO Starting thread rt4
-2006-09-28 14:03:13,734 INFO Starting thread rt5
-2006-09-28 14:03:13,734 INFO Starting thread cleanrt5
-2006-09-28 14:03:13,734 INFO Starting thread rt5
-2006-09-28 14:03:13,734 DEBUG Removing stale entries from DB.
-2006-09-28 14:03:13,735 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='drift%20%3E%201m'
-2006-09-28 14:03:13,738 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv
-2006-09-28 14:03:13,890 DEBUG Retrieved 8 hosts
-2006-09-28 14:03:13,890 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='resptime%20%3E%200%20&&%20gbfree%20%3C%205'
-2006-09-28 14:03:14,034 DEBUG Retrieved 8 hosts
-2006-09-28 14:03:14,034 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='sshstatus%20%3E%202h'
-2006-09-28 14:03:14,378 DEBUG Retrieved 159 hosts
-2006-09-28 14:03:14,379 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='dns1udp%20%3E%2080%20&&%20dns2udp%20%3E%2080'
-2006-09-28 14:03:14,521 DEBUG Retrieved 6 hosts
-2006-09-28 14:03:14,521 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='filerw%3E0'
-2006-09-28 14:03:14,644 DEBUG Retrieved 1 hosts
-2006-09-28 14:03:14,645 INFO Refreshing DB.
-2006-09-28 14:03:15,083 DEBUG Retrieved 705 hosts
-2006-09-28 14:03:15,083 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='drift%20%3E%201m'
-2006-09-28 14:03:15,223 DEBUG Retrieved 8 hosts
-2006-09-28 14:03:15,223 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='resptime%20%3E%200%20&&%20gbfree%20%3C%205'
-2006-09-28 14:03:15,355 DEBUG Retrieved 8 hosts
-2006-09-28 14:03:15,356 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='sshstatus%20%3E%202h'
-2006-09-28 14:03:15,700 DEBUG Retrieved 159 hosts
-2006-09-28 14:03:15,701 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='dns1udp%20%3E%2080%20&&%20dns2udp%20%3E%2080'
-2006-09-28 14:03:15,830 DEBUG Retrieved 6 hosts
-2006-09-28 14:03:15,831 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='filerw%3E0'
-2006-09-28 14:03:15,955 DEBUG Retrieved 1 hosts
-2006-09-28 14:03:15,957 DEBUG Popping from q - planetlab2.elet.polimi.it
-2006-09-28 14:03:15,962 DEBUG Popping from q - pli1-br-3.hpl.hp.com
-2006-09-28 14:03:15,963 DEBUG Popping from q - planetlab2.nbgisp.com
-2006-09-28 14:03:15,964 DEBUG Popping from q - planetlab1.cs.stir.ac.uk
-2006-09-28 14:03:15,968 DEBUG Popping from q - planetlab1.cse.msu.edu
-2006-09-28 14:03:15,969 DEBUG Found tickets for pli1-br-3.hpl.hp.com
-2006-09-28 14:03:15,970 DEBUG Popping from q - planetlab2.cse.msu.edu
-2006-09-28 14:03:15,972 DEBUG Found tickets for planetlab1.cse.msu.edu
-2006-09-28 14:03:15,972 DEBUG Popping from q - planetlab0.cs.stir.ac.uk
-2006-09-28 14:03:15,973 DEBUG Popping from q - planetlab1.informatik.uni-erlangen.de
-2006-09-28 14:03:15,974 DEBUG Popping from q - planetlab3.flux.utah.edu
-2006-09-28 14:03:15,975 DEBUG Popping from q - planetlab2.cs.columbia.edu
-2006-09-28 14:03:15,977 DEBUG Found tickets for planetlab2.cse.msu.edu
-2006-09-28 14:03:15,977 DEBUG Popping from q - planetlab1.win.trlabs.ca
-2006-09-28 14:03:15,979 DEBUG Popping from q - planetlab1.cs.duke.edu
-2006-09-28 14:03:15,980 DEBUG Popping from q - planetlab2.flux.utah.edu
-2006-09-28 14:03:15,981 DEBUG Popping from q - planetlab3.cs.columbia.edu
-2006-09-28 14:03:15,982 DEBUG Popping from q - planetlab1.cs.columbia.edu
-2006-09-28 14:03:15,983 DEBUG Popping from q - planetlab-1.eecs.cwru.edu
-2006-09-28 14:03:15,985 DEBUG Popping from q - planetlab2.rutgers.edu
-2006-09-28 14:03:15,987 DEBUG Popping from q - vn3.cs.wustl.edu
-2006-09-28 14:03:15,988 DEBUG Popping from q - planetlab2.cri.haifa.ac.il
-2006-09-28 14:03:15,989 DEBUG Popping from q - soccf-planet-001.comp.nus.edu.sg
-2006-09-28 14:03:15,991 DEBUG Popping from q - planetlab01.cse.psu.edu
-2006-09-28 14:03:15,992 DEBUG Found tickets for planetlab2.rutgers.edu
-2006-09-28 14:03:15,992 DEBUG Popping from q - csu2.6planetlab.edu.cn
-2006-09-28 14:03:15,994 DEBUG Found tickets for vn3.cs.wustl.edu
-2006-09-28 14:03:15,994 DEBUG Popping from q - planet2.njit.edu
-2006-09-28 14:03:15,995 DEBUG Found tickets for soccf-planet-001.comp.nus.edu.sg
-2006-09-28 14:03:15,996 DEBUG Popping from q - planetlab2.unl.edu
-2006-09-28 14:03:15,997 DEBUG Found tickets for planetlab2.cri.haifa.ac.il
-2006-09-28 14:03:15,997 DEBUG Popping from q - planetlab1.cs.pitt.edu
-2006-09-28 14:03:15,998 DEBUG Popping from q - planetlab-2.eecs.cwru.edu
-2006-09-28 14:03:16,000 DEBUG Found tickets for csu2.6planetlab.edu.cn
-2006-09-28 14:03:16,000 DEBUG Popping from q - planetlab2.urv.net
-2006-09-28 14:03:16,001 DEBUG Found tickets for planet2.njit.edu
-2006-09-28 14:03:16,002 DEBUG Popping from q - planetlab7.csail.mit.edu
-2006-09-28 14:03:16,003 DEBUG Popping from q - buaa1.6planetlab.edu.cn
-2006-09-28 14:03:16,004 DEBUG Popping from q - ricepl-3.cs.rice.edu
-2006-09-28 14:03:16,006 DEBUG Popping from q - planet-lab-1.csse.monash.edu.au
-2006-09-28 14:03:16,007 DEBUG Popping from q - planetlab5.millennium.berkeley.edu
-2006-09-28 14:03:16,008 DEBUG Found tickets for planetlab7.csail.mit.edu
-2006-09-28 14:03:16,009 DEBUG Popping from q - planetlab1.pop-ce.rnp.br
-2006-09-28 14:03:16,010 DEBUG Popping from q - planetlab2.mnlab.cti.depaul.edu
-2006-09-28 14:03:16,011 DEBUG Popping from q - peace.ri.uni-tuebingen.de
-2006-09-28 14:03:16,013 DEBUG Found tickets for buaa1.6planetlab.edu.cn
-2006-09-28 14:03:16,013 DEBUG Popping from q - planetlab-8.cs.princeton.edu
-2006-09-28 14:03:16,014 DEBUG Popping from q - planetlab2.ucsd.edu
-2006-09-28 14:03:16,015 DEBUG Found tickets for planetlab1.pop-ce.rnp.br
-2006-09-28 14:03:16,016 DEBUG Popping from q - blast.uwaterloo.ca
-2006-09-28 14:03:16,018 DEBUG Found tickets for planetlab2.mnlab.cti.depaul.edu
-2006-09-28 14:03:16,018 DEBUG Popping from q - planetlab1.cs.wayne.edu
-2006-09-28 14:03:16,019 DEBUG Popping from q - pli1-br-3.hpl.hp.com
-2006-09-28 14:03:16,020 DEBUG Found tickets for planetlab-8.cs.princeton.edu
-2006-09-28 14:03:16,021 DEBUG Popping from q - planetlab2.eurecom.fr
-2006-09-28 14:03:16,022 DEBUG Found tickets for planetlab2.ucsd.edu
-2006-09-28 14:03:16,022 DEBUG Popping from q - planetlab1.di.unito.it
-2006-09-28 14:03:16,023 DEBUG Found tickets for blast.uwaterloo.ca
-2006-09-28 14:03:16,024 DEBUG Popping from q - planetlab2.simula.no
-2006-09-28 14:03:16,025 DEBUG Found tickets for planetlab1.cs.wayne.edu
-2006-09-28 14:03:16,026 DEBUG Popping from q - planetlab01.dis.unina.it
-2006-09-28 14:03:16,026 DEBUG Found tickets for pli1-br-3.hpl.hp.com
-2006-09-28 14:03:16,028 DEBUG Popping from q - sdu1.6planetlab.edu.cn
-2006-09-28 14:03:16,026 DEBUG Popping from q - planetlab1.flux.utah.edu
-2006-09-28 14:03:16,027 DEBUG Found tickets for planetlab1.di.unito.it
-2006-09-28 14:03:16,030 DEBUG Popping from q - planetlab4.upc.es
-2006-09-28 14:03:16,028 DEBUG Popping from q - planetlab-1.ece.iastate.edu
-2006-09-28 14:03:23,919 DEBUG Popping from q - planetlab-13.cs.princeton.edu
-2006-09-28 14:03:33,264 DEBUG Found tickets for planetlab-13.cs.princeton.edu
-2006-09-28 14:03:33,264 DEBUG Popping from q - planet1.cc.gt.atl.ga.us
-2006-09-28 14:03:40,889 DEBUG Popping from q - planetlab2.eecs.wsu.edu
-2006-09-28 14:03:49,762 DEBUG Popping from q - planet2.cs.ucsb.edu
-2006-09-28 14:03:57,403 DEBUG Found tickets for planet2.cs.ucsb.edu
-2006-09-28 14:03:57,403 DEBUG Popping from q - xjtu2.6planetlab.edu.cn
-2006-09-28 14:04:12,023 DEBUG Popping from q - planetlab3.upc.es
-2006-09-28 14:04:15,748 INFO Monitor Killed
-2006-09-28 15:38:10,422 INFO Monitor Started
-2006-09-28 15:38:10,422 INFO Starting thread Watcher
-2006-09-28 15:38:10,423 INFO Starting thread rt1
-2006-09-28 15:38:10,423 INFO Starting thread rt2
-2006-09-28 15:38:10,424 INFO Starting thread rt3
-2006-09-28 15:38:10,424 INFO Starting thread rt4
-2006-09-28 15:38:10,424 INFO Starting thread rt5
-2006-09-28 15:38:10,424 INFO Starting thread cleanrt5
-2006-09-28 15:38:10,425 INFO Starting thread rt5
-2006-09-28 15:38:10,425 DEBUG Removing stale entries from DB.
-2006-09-28 15:38:10,425 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='drift%20%3E%201m'
-2006-09-28 15:38:10,429 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv
-2006-09-28 15:38:10,570 DEBUG Retrieved 8 hosts
-2006-09-28 15:38:10,571 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='resptime%20%3E%200%20&&%20gbfree%20%3C%205'
-2006-09-28 15:38:10,716 DEBUG Retrieved 9 hosts
-2006-09-28 15:38:10,717 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='sshstatus%20%3E%202h'
-2006-09-28 15:38:11,059 DEBUG Retrieved 159 hosts
-2006-09-28 15:38:11,061 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='dns1udp%20%3E%2080%20&&%20dns2udp%20%3E%2080'
-2006-09-28 15:38:11,217 DEBUG Retrieved 6 hosts
-2006-09-28 15:38:11,217 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='filerw%3E0'
-2006-09-28 15:38:11,345 DEBUG Retrieved 3 hosts
-2006-09-28 15:38:11,346 INFO Refreshing DB.
-2006-09-28 15:38:11,779 DEBUG Retrieved 705 hosts
-2006-09-28 15:38:11,780 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='drift%20%3E%201m'
-2006-09-28 15:38:11,913 DEBUG Retrieved 8 hosts
-2006-09-28 15:38:11,913 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='resptime%20%3E%200%20&&%20gbfree%20%3C%205'
-2006-09-28 15:38:12,047 DEBUG Retrieved 9 hosts
-2006-09-28 15:38:12,048 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='sshstatus%20%3E%202h'
-2006-09-28 15:38:12,393 DEBUG Retrieved 159 hosts
-2006-09-28 15:38:12,394 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='dns1udp%20%3E%2080%20&&%20dns2udp%20%3E%2080'
-2006-09-28 15:38:12,526 DEBUG Retrieved 6 hosts
-2006-09-28 15:38:12,526 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='filerw%3E0'
-2006-09-28 15:38:12,655 DEBUG Retrieved 3 hosts
-2006-09-28 15:38:12,658 DEBUG Popping from q - planetlab2.elet.polimi.it
-2006-09-28 15:38:12,662 DEBUG Popping from q - pli1-br-3.hpl.hp.com
-2006-09-28 15:38:12,663 DEBUG Popping from q - planetlab2.nbgisp.com
-2006-09-28 15:38:12,664 DEBUG Popping from q - planetlab1.cs.stir.ac.uk
-2006-09-28 15:38:12,668 DEBUG Popping from q - planetlab1.cse.msu.edu
-2006-09-28 15:38:20,462 DEBUG Popping from q - planetlab2.cse.msu.edu
-2006-09-28 15:38:43,324 DEBUG Popping from q - planetlab0.cs.stir.ac.uk
-2006-09-28 15:38:50,660 DEBUG Popping from q - planetlab1.informatik.uni-erlangen.de
-2006-09-28 15:38:54,669 DEBUG Found tickets for pli1-br-3.hpl.hp.com
-2006-09-28 15:38:54,670 DEBUG Popping from q - planetlab1.cs.purdue.edu
-2006-09-28 15:38:57,988 INFO Monitor Killed
-2006-09-28 15:38:59,530 INFO Monitor Started
-2006-09-28 15:38:59,531 INFO Starting thread Watcher
-2006-09-28 15:38:59,532 INFO Starting thread rt1
-2006-09-28 15:38:59,532 INFO Starting thread rt2
-2006-09-28 15:38:59,532 INFO Starting thread rt3
-2006-09-28 15:38:59,532 INFO Starting thread rt4
-2006-09-28 15:38:59,533 INFO Starting thread rt5
-2006-09-28 15:38:59,533 INFO Starting thread cleanrt5
-2006-09-28 15:38:59,533 INFO Starting thread rt5
-2006-09-28 15:38:59,534 DEBUG Removing stale entries from DB.
-2006-09-28 15:38:59,534 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='drift%20%3E%201m'
-2006-09-28 15:38:59,538 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv
-2006-09-28 15:38:59,725 DEBUG Retrieved 8 hosts
-2006-09-28 15:38:59,725 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='resptime%20%3E%200%20&&%20gbfree%20%3C%205'
-2006-09-28 15:38:59,871 DEBUG Retrieved 9 hosts
-2006-09-28 15:38:59,872 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='sshstatus%20%3E%202h'
-2006-09-28 15:39:00,216 DEBUG Retrieved 159 hosts
-2006-09-28 15:39:00,217 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='dns1udp%20%3E%2080%20&&%20dns2udp%20%3E%2080'
-2006-09-28 15:39:00,350 DEBUG Retrieved 6 hosts
-2006-09-28 15:39:00,351 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='filerw%3E0'
-2006-09-28 15:39:00,476 DEBUG Retrieved 3 hosts
-2006-09-28 15:39:00,477 INFO Refreshing DB.
-2006-09-28 15:39:00,881 DEBUG Retrieved 705 hosts
-2006-09-28 15:39:00,881 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='drift%20%3E%201m'
-2006-09-28 15:39:01,012 DEBUG Retrieved 8 hosts
-2006-09-28 15:39:01,013 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='resptime%20%3E%200%20&&%20gbfree%20%3C%205'
-2006-09-28 15:39:01,150 DEBUG Retrieved 9 hosts
-2006-09-28 15:39:01,150 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='sshstatus%20%3E%202h'
-2006-09-28 15:39:01,486 DEBUG Retrieved 159 hosts
-2006-09-28 15:39:01,488 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='dns1udp%20%3E%2080%20&&%20dns2udp%20%3E%2080'
-2006-09-28 15:39:01,617 DEBUG Retrieved 6 hosts
-2006-09-28 15:39:01,618 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='filerw%3E0'
-2006-09-28 15:39:01,744 DEBUG Retrieved 3 hosts
-2006-09-28 15:39:01,746 DEBUG Popping from q - planetlab2.elet.polimi.it
-2006-09-28 15:39:01,751 DEBUG Popping from q - pli1-br-3.hpl.hp.com
-2006-09-28 15:39:01,751 DEBUG Popping from q - planetlab2.nbgisp.com
-2006-09-28 15:39:01,752 DEBUG Popping from q - planetlab1.cs.stir.ac.uk
-2006-09-28 15:39:01,757 DEBUG Popping from q - planetlab1.cse.msu.edu
-2006-09-28 15:39:01,758 DEBUG Popping from q - planetlab2.cse.msu.edu
-2006-09-28 15:39:01,760 DEBUG Found tickets for pli1-br-3.hpl.hp.com
-2006-09-28 15:39:01,760 DEBUG Popping from q - planetlab0.cs.stir.ac.uk
-2006-09-28 15:39:01,761 DEBUG Popping from q - planetlab1.informatik.uni-erlangen.de
-2006-09-28 15:39:01,790 DEBUG Popping from q - planetlab1.cs.purdue.edu
-2006-09-28 15:39:01,866 DEBUG Found tickets for planetlab1.cse.msu.edu
-2006-09-28 15:39:01,866 DEBUG Popping from q - planetlab3.flux.utah.edu
-2006-09-28 15:39:14,540 DEBUG Popping from q - planetlab2.cs.columbia.edu
-2006-09-28 15:39:19,674 DEBUG Found tickets for planetlab1.cs.purdue.edu
-2006-09-28 15:39:19,674 DEBUG Popping from q - planetlab1.win.trlabs.ca
-2006-09-28 15:39:31,843 DEBUG Popping from q - planetlab1.cs.duke.edu
-2006-09-28 15:39:35,271 DEBUG Popping from q - planetlab2.flux.utah.edu
-2006-09-28 15:39:36,992 INFO Monitor Killed
-2006-09-28 15:40:49,060 INFO Monitor Started
-2006-09-28 15:40:49,061 INFO Starting thread Watcher
-2006-09-28 15:40:49,061 INFO Starting thread rt1
-2006-09-28 15:40:49,062 INFO Starting thread rt2
-2006-09-28 15:40:49,062 INFO Starting thread rt3
-2006-09-28 15:40:49,062 INFO Starting thread rt4
-2006-09-28 15:40:49,062 INFO Starting thread rt5
-2006-09-28 15:40:49,062 INFO Starting thread cleanrt5
-2006-09-28 15:40:49,063 INFO Starting thread rt5
-2006-09-28 15:40:49,063 DEBUG Removing stale entries from DB.
-2006-09-28 15:40:49,064 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='drift%20%3E%201m'
-2006-09-28 15:40:49,067 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv
-2006-09-28 15:40:49,458 DEBUG Retrieved 8 hosts
-2006-09-28 15:40:49,459 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='resptime%20%3E%200%20&&%20gbfree%20%3C%205'
-2006-09-28 15:40:49,646 DEBUG Retrieved 9 hosts
-2006-09-28 15:40:49,647 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='sshstatus%20%3E%202h'
-2006-09-28 15:40:50,241 DEBUG Retrieved 159 hosts
-2006-09-28 15:40:50,242 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='dns1udp%20%3E%2080%20&&%20dns2udp%20%3E%2080'
-2006-09-28 15:40:50,591 DEBUG Retrieved 6 hosts
-2006-09-28 15:40:50,592 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='filerw%3E0'
-2006-09-28 15:40:50,655 DEBUG Retrieved 705 hosts
-2006-09-28 15:40:50,656 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='drift%20%3E%201m'
-2006-09-28 15:40:50,816 DEBUG Retrieved 3 hosts
-2006-09-28 15:40:50,818 INFO Refreshing DB.
-2006-09-28 15:40:50,978 DEBUG Retrieved 8 hosts
-2006-09-28 15:40:50,978 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='resptime%20%3E%200%20&&%20gbfree%20%3C%205'
-2006-09-28 15:40:51,263 DEBUG Retrieved 9 hosts
-2006-09-28 15:40:51,263 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='sshstatus%20%3E%202h'
-2006-09-28 15:40:56,298 DEBUG Retrieved 159 hosts
-2006-09-28 15:40:56,300 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='dns1udp%20%3E%2080%20&&%20dns2udp%20%3E%2080'
-2006-09-28 15:40:56,576 DEBUG Retrieved 6 hosts
-2006-09-28 15:40:56,577 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='filerw%3E0'
-2006-09-28 15:40:57,896 DEBUG Retrieved 3 hosts
-2006-09-28 15:40:57,899 DEBUG Popping from q - planetlab2.elet.polimi.it
-2006-09-28 15:40:57,903 DEBUG Popping from q - pli1-br-3.hpl.hp.com
-2006-09-28 15:40:57,904 DEBUG Popping from q - planetlab2.nbgisp.com
-2006-09-28 15:40:57,905 DEBUG Popping from q - planetlab1.cs.stir.ac.uk
-2006-09-28 15:40:57,909 DEBUG Popping from q - planetlab1.cse.msu.edu
-2006-09-28 15:40:57,911 DEBUG Found tickets for pli1-br-3.hpl.hp.com
-2006-09-28 15:40:57,911 DEBUG Popping from q - planetlab2.cse.msu.edu
-2006-09-28 15:40:57,913 DEBUG Popping from q - planetlab0.cs.stir.ac.uk
-2006-09-28 15:40:57,914 DEBUG Popping from q - planetlab1.informatik.uni-erlangen.de
-2006-09-28 15:40:57,915 DEBUG Found tickets for planetlab1.cse.msu.edu
-2006-09-28 15:40:57,916 DEBUG Popping from q - planetlab1.cs.purdue.edu
-2006-09-28 15:40:57,917 DEBUG Popping from q - planetlab3.flux.utah.edu
-2006-09-28 15:40:57,919 DEBUG Found tickets for planetlab2.cse.msu.edu
-2006-09-28 15:40:57,919 DEBUG Popping from q - planetlab2.cs.columbia.edu
-2006-09-28 15:40:57,920 DEBUG Popping from q - planetlab1.win.trlabs.ca
-2006-09-28 15:40:57,922 DEBUG Popping from q - planetlab1.cs.duke.edu
-2006-09-28 15:40:57,923 DEBUG Found tickets for planetlab1.cs.purdue.edu
-2006-09-28 15:40:57,923 DEBUG Popping from q - planetlab2.flux.utah.edu
-2006-09-28 15:40:57,925 DEBUG Popping from q - planetlab3.cs.columbia.edu
-2006-09-28 15:40:57,926 DEBUG Popping from q - planetlab1.cs.columbia.edu
-2006-09-28 15:40:57,928 DEBUG Popping from q - planetlab-1.eecs.cwru.edu
-2006-09-28 15:40:57,929 DEBUG Popping from q - planetlab2.rutgers.edu
-2006-09-28 15:40:57,930 DEBUG Popping from q - vn3.cs.wustl.edu
-2006-09-28 15:41:15,764 DEBUG Popping from q - planetlab2.cri.haifa.ac.il
-2006-09-28 15:41:20,839 DEBUG Found tickets for planetlab2.rutgers.edu
-2006-09-28 15:41:20,839 DEBUG Popping from q - soccf-planet-001.comp.nus.edu.sg
-2006-09-28 15:41:26,218 DEBUG Found tickets for planetlab2.cri.haifa.ac.il
-2006-09-28 15:41:26,218 DEBUG Popping from q - planetlab01.cse.psu.edu
-2006-09-28 15:41:26,687 DEBUG Found tickets for vn3.cs.wustl.edu
-2006-09-28 15:41:26,687 DEBUG Popping from q - csu2.6planetlab.edu.cn
-2006-09-28 15:41:34,469 DEBUG Found tickets for soccf-planet-001.comp.nus.edu.sg
-2006-09-28 15:41:34,470 DEBUG Popping from q - planet2.njit.edu
-2006-09-28 15:41:50,557 DEBUG Popping from q - planetlab2.unl.edu
-2006-09-28 15:41:55,062 DEBUG Found tickets for csu2.6planetlab.edu.cn
-2006-09-28 15:41:55,062 DEBUG Popping from q - planetlab1.cs.pitt.edu
-2006-09-28 15:42:04,125 DEBUG Found tickets for planet2.njit.edu
-2006-09-28 15:42:04,126 DEBUG Popping from q - planetlab-2.eecs.cwru.edu
-2006-09-28 15:42:04,858 DEBUG Popping from q - planetlab2.urv.net
-2006-09-28 15:42:14,084 DEBUG Popping from q - planetlab7.csail.mit.edu
-2006-09-28 15:42:23,078 DEBUG Popping from q - buaa1.6planetlab.edu.cn
-2006-09-28 15:42:27,515 DEBUG Popping from q - ricepl-3.cs.rice.edu
-2006-09-28 15:42:32,585 DEBUG Found tickets for buaa1.6planetlab.edu.cn
-2006-09-28 15:42:32,586 DEBUG Popping from q - planet-lab-1.csse.monash.edu.au
-2006-09-28 15:42:44,288 DEBUG Popping from q - planetlab5.millennium.berkeley.edu
-2006-09-28 15:42:51,624 DEBUG Popping from q - planetlab1.pop-ce.rnp.br
-2006-09-28 15:42:52,673 DEBUG Found tickets for planetlab7.csail.mit.edu
-2006-09-28 15:42:52,673 DEBUG Popping from q - planetlab2.mnlab.cti.depaul.edu
-2006-09-28 15:43:06,509 DEBUG Popping from q - peace.ri.uni-tuebingen.de
-2006-09-28 15:43:07,952 DEBUG Found tickets for planetlab2.mnlab.cti.depaul.edu
-2006-09-28 15:43:07,953 DEBUG Popping from q - planetlab-8.cs.princeton.edu
-2006-09-28 15:43:21,499 DEBUG Popping from q - planetlab2.ucsd.edu
-2006-09-28 15:43:22,110 DEBUG Found tickets for planetlab-8.cs.princeton.edu
-2006-09-28 15:43:22,111 DEBUG Popping from q - blast.uwaterloo.ca
-2006-09-28 15:43:23,442 DEBUG Found tickets for planetlab1.pop-ce.rnp.br
-2006-09-28 15:43:23,442 DEBUG Popping from q - planetlab1.cs.wayne.edu
-2006-09-28 15:43:37,401 DEBUG Found tickets for planetlab2.ucsd.edu
-2006-09-28 15:43:37,401 DEBUG Popping from q - pli1-br-3.hpl.hp.com
-2006-09-28 15:43:37,405 DEBUG Found tickets for pli1-br-3.hpl.hp.com
-2006-09-28 15:43:37,405 DEBUG Popping from q - planetlab2.eurecom.fr
-2006-09-28 15:43:38,872 DEBUG Found tickets for blast.uwaterloo.ca
-2006-09-28 15:43:38,873 DEBUG Popping from q - planetlab1.di.unito.it
-2006-09-28 15:43:51,588 DEBUG Popping from q - planetlab2.simula.no
-2006-09-28 15:43:53,648 DEBUG Found tickets for planetlab1.di.unito.it
-2006-09-28 15:43:53,648 DEBUG Popping from q - planetlab01.dis.unina.it
-2006-09-28 15:44:04,358 DEBUG Popping from q - planetlab1.flux.utah.edu
-2006-09-28 15:44:08,573 DEBUG Popping from q - planetlab-1.ece.iastate.edu
-2006-09-28 15:44:19,800 DEBUG Popping from q - sdu1.6planetlab.edu.cn
-2006-09-28 15:44:26,469 DEBUG Found tickets for planetlab-1.ece.iastate.edu
-2006-09-28 15:44:26,469 DEBUG Popping from q - planetlab4.upc.es
-2006-09-28 15:44:34,376 DEBUG Found tickets for sdu1.6planetlab.edu.cn
-2006-09-28 15:44:34,376 DEBUG Popping from q - planetlab-13.cs.princeton.edu
-2006-09-28 15:44:39,494 DEBUG Popping from q - planet1.cc.gt.atl.ga.us
-2006-09-28 15:44:49,090 DEBUG Found tickets for planetlab-13.cs.princeton.edu
-2006-09-28 15:44:49,090 DEBUG Popping from q - planetlab2.eecs.wsu.edu
-2006-09-28 15:44:52,114 DEBUG Popping from q - planet2.cs.ucsb.edu
-2006-09-28 15:44:59,846 DEBUG Popping from q - xjtu2.6planetlab.edu.cn
-2006-09-28 15:45:10,593 DEBUG Found tickets for planet2.cs.ucsb.edu
-2006-09-28 15:45:10,594 DEBUG Popping from q - planetlab3.upc.es
-2006-09-28 15:45:16,533 DEBUG Popping from q - node1.lbnl.nodes.planet-lab.org
-2006-09-28 15:45:21,591 DEBUG Popping from q - planetlab1.iitr.ernet.in
-2006-09-28 15:45:30,395 DEBUG Popping from q - planetlab1.ipls.internet2.planet-lab.org
-2006-09-28 15:45:35,254 DEBUG Popping from q - planetlab2.uvic.ca
-2006-09-28 15:45:40,404 DEBUG Popping from q - planetlab01.erin.utoronto.ca
-2006-09-28 15:45:47,807 DEBUG Popping from q - planetlab-4.ece.iastate.edu
-2006-09-28 15:45:52,750 DEBUG Found tickets for planetlab2.uvic.ca
-2006-09-28 15:45:52,750 DEBUG Popping from q - planetlab2.informatik.uni-goettingen.de
-2006-09-28 15:45:58,267 DEBUG Found tickets for planetlab-4.ece.iastate.edu
-2006-09-28 15:45:58,268 DEBUG Popping from q - ds-pl1.technion.ac.il
-2006-09-28 15:46:10,372 DEBUG Found tickets for planetlab2.informatik.uni-goettingen.de
-2006-09-28 15:46:10,372 DEBUG Popping from q - planetlab1.mnl.cs.sunysb.edu
-2006-09-28 15:46:11,283 DEBUG Popping from q - aladdin.planetlab.extranet.uni-passau.de
-2006-09-28 15:46:11,412 DEBUG Popping from q - planetlab-1.cs.uni-paderborn.de
-2006-09-28 15:46:30,503 DEBUG Popping from q - planet1.njit.edu
-2006-09-28 15:46:31,766 DEBUG Found tickets for planetlab1.mnl.cs.sunysb.edu
-2006-09-28 15:46:31,766 DEBUG Popping from q - pku2.6planetlab.edu.cn
-2006-09-28 15:46:32,403 DEBUG Popping from q - planetlab-1.cs.ucy.ac.cy
-2006-09-28 15:46:43,103 DEBUG Popping from q - planetlab00.cse.psu.edu
-2006-09-28 15:46:49,755 DEBUG Found tickets for planetlab1.cs.wayne.edu
-2006-09-28 15:46:49,755 DEBUG Popping from q - planetlab04.ethz.ch
-2006-09-28 15:46:51,796 DEBUG Popping from q - sdu2.6planetlab.edu.cn
-2006-09-28 15:47:06,426 DEBUG Popping from q - planet-lab.iki.rssi.ru
-2006-09-28 15:47:09,118 DEBUG Popping from q - planetlab1.polito.it
-2006-09-28 15:47:18,591 DEBUG Found tickets for sdu2.6planetlab.edu.cn
-2006-09-28 15:47:18,592 DEBUG Popping from q - planetlab1.uvic.ca
-2006-09-28 15:47:19,390 DEBUG Found tickets for planetlab04.ethz.ch
-2006-09-28 15:47:19,390 DEBUG Popping from q - planetlab-1.amst.nodes.planet-lab.org
-2006-09-28 15:47:20,291 DEBUG Found tickets for planetlab1.polito.it
-2006-09-28 15:47:20,292 DEBUG Popping from q - cloudburst.uwaterloo.ca
-2006-09-28 15:47:40,061 DEBUG Popping from q - planet2.cs.rochester.edu
-2006-09-28 15:47:40,774 DEBUG Found tickets for planetlab1.uvic.ca
-2006-09-28 15:47:40,774 DEBUG Popping from q - planetlab1.xeno.cl.cam.ac.uk
-2006-09-28 15:47:43,010 DEBUG Found tickets for cloudburst.uwaterloo.ca
-2006-09-28 15:47:43,011 DEBUG Popping from q - lycra.cs.princeton.edu
-2006-09-28 15:47:54,948 DEBUG Popping from q - planetlab06.mpi-sws.mpg.de
-2006-09-28 15:47:56,058 DEBUG Found tickets for planet2.cs.rochester.edu
-2006-09-28 15:47:56,059 DEBUG Popping from q - planetlab1.ias.csusb.edu
-2006-09-28 15:48:09,611 DEBUG Popping from q - vayu.iitd.ernet.in
-2006-09-28 15:48:10,664 DEBUG Found tickets for planetlab1.ias.csusb.edu
-2006-09-28 15:48:10,665 DEBUG Popping from q - node2.lbnl.nodes.planet-lab.org
-2006-09-28 15:48:23,126 DEBUG Popping from q - planetlab1.cs.unibo.it
-2006-09-28 15:48:27,929 DEBUG Popping from q - cqu1.6planetlab.edu.cn
-2006-09-28 15:48:34,451 DEBUG Found tickets for planetlab1.cs.unibo.it
-2006-09-28 15:48:34,451 DEBUG Popping from q - planetlab2.acis.ufl.edu
-2006-09-28 15:48:45,921 DEBUG Found tickets for planetlab2.acis.ufl.edu
-2006-09-28 15:48:45,921 DEBUG Popping from q - tju2.6planetlab.edu.cn
-2006-09-28 15:48:47,083 DEBUG Found tickets for cqu1.6planetlab.edu.cn
-2006-09-28 15:48:47,084 DEBUG Popping from q - orbpl1.rutgers.edu
-2006-09-28 15:48:59,916 DEBUG Found tickets for tju2.6planetlab.edu.cn
-2006-09-28 15:48:59,916 DEBUG Popping from q - ent1.cs.nccu.edu.tw
-2006-09-28 15:49:01,091 DEBUG Found tickets for orbpl1.rutgers.edu
-2006-09-28 15:49:01,091 DEBUG Popping from q - planet0.jaist.ac.jp
-2006-09-28 15:49:14,695 DEBUG Found tickets for ent1.cs.nccu.edu.tw
-2006-09-28 15:49:14,695 DEBUG Popping from q - planetlab1.informatik.uni-wuerzburg.de
-2006-09-28 15:49:17,391 DEBUG Found tickets for planet0.jaist.ac.jp
-2006-09-28 15:49:17,391 DEBUG Popping from q - planetlab3.warsaw.rd.tp.pl
-2006-09-28 15:49:30,057 DEBUG Found tickets for planetlab1.informatik.uni-wuerzburg.de
-2006-09-28 15:49:30,057 DEBUG Popping from q - planetlab0.ias.csusb.edu
-2006-09-28 15:49:33,816 DEBUG Popping from q - planetlab-2.amst.nodes.planet-lab.org
-2006-09-28 15:49:39,313 DEBUG Found tickets for planetlab0.ias.csusb.edu
-2006-09-28 15:49:39,313 DEBUG Popping from q - planetlab3.inria.fr
-2006-09-28 15:49:51,476 DEBUG Popping from q - 200-102-209-152.paemt7001.t.brasiltelecom.net.br
-2006-09-28 15:49:57,475 DEBUG Popping from q - planetlab3.mnl.cs.sunysb.edu
-2006-09-28 15:50:04,266 DEBUG Found tickets for 200-102-209-152.paemt7001.t.brasiltelecom.net.br
-2006-09-28 15:50:04,266 DEBUG Popping from q - planetlab-15.cs.princeton.edu
-2006-09-28 15:50:11,587 DEBUG Popping from q - ent2.cs.nccu.edu.tw
-2006-09-28 15:50:17,222 DEBUG Popping from q - planet-lab-2.csse.monash.edu.au
-2006-09-28 15:50:26,821 DEBUG Found tickets for ent2.cs.nccu.edu.tw
-2006-09-28 15:50:26,821 DEBUG Popping from q - planet1.ecse.rpi.edu
-2006-09-28 15:50:33,070 DEBUG Found tickets for planet-lab-2.csse.monash.edu.au
-2006-09-28 15:50:33,070 DEBUG Popping from q - planetlab2.pop-mg.rnp.br
-2006-09-28 15:50:39,833 DEBUG Found tickets for planet1.ecse.rpi.edu
-2006-09-28 15:50:39,833 DEBUG Popping from q - planetlab1.cs.wisc.edu
-2006-09-28 15:50:39,843 DEBUG Popping from q - planetlab-2.unk.edu
-2006-09-28 15:50:48,210 DEBUG Found tickets for lycra.cs.princeton.edu
-2006-09-28 15:50:48,211 DEBUG Popping from q - planetlab2.rdfrancetelecom.com
-2006-09-28 15:50:56,686 DEBUG Found tickets for planetlab2.pop-mg.rnp.br
-2006-09-28 15:50:56,686 DEBUG Popping from q - planetlab1.eurecom.fr
-2006-09-28 15:51:03,460 DEBUG Found tickets for planetlab1.cs.wisc.edu
-2006-09-28 15:51:03,461 DEBUG Popping from q - planetlab1.cs.virginia.edu
-2006-09-28 15:51:08,390 DEBUG Popping from q - tju1.6planetlab.edu.cn
-2006-09-28 15:51:13,417 DEBUG Found tickets for planetlab1.eurecom.fr
-2006-09-28 15:51:13,417 DEBUG Popping from q - planetlab-3.amst.nodes.planet-lab.org
-2006-09-28 15:51:17,777 DEBUG Found tickets for tju1.6planetlab.edu.cn
-2006-09-28 15:51:17,777 DEBUG Popping from q - planetlab1.georgetown.edu
-2006-09-28 15:51:22,294 DEBUG Found tickets for planet-lab.iki.rssi.ru
-2006-09-28 15:51:22,294 DEBUG Popping from q - planet1.inf.tu-dresden.de
-2006-09-28 15:51:23,956 DEBUG Found tickets for planetlab2.rdfrancetelecom.com
-2006-09-28 15:51:23,956 DEBUG Popping from q - alice.cs.princeton.edu
-2006-09-28 15:51:35,978 DEBUG Found tickets for alice.cs.princeton.edu
-2006-09-28 15:51:35,978 DEBUG Popping from q - planetlab02.erin.utoronto.ca
-2006-09-28 15:51:38,542 DEBUG Popping from q - planetlab-1.vuse.vanderbilt.edu
-2006-09-28 15:51:44,120 DEBUG Popping from q - planetlab3.uvic.ca
-2006-09-28 15:51:56,781 DEBUG Found tickets for planetlab1.georgetown.edu
-2006-09-28 15:51:56,782 DEBUG Popping from q - scut2.6planetlab.edu.cn
-2006-09-28 15:51:58,173 DEBUG Popping from q - planetlab1.swidnik.rd.tp.pl
-2006-09-28 15:51:59,747 DEBUG Found tickets for planetlab3.uvic.ca
-2006-09-28 15:51:59,747 DEBUG Popping from q - planet2.cdacb.ernet.in
-2006-09-28 15:52:10,190 DEBUG Found tickets for planet2.cdacb.ernet.in
-2006-09-28 15:52:10,190 DEBUG Popping from q - planetlab1.rdfrancetelecom.com
-2006-09-28 15:52:16,859 DEBUG Found tickets for planetlab1.swidnik.rd.tp.pl
-2006-09-28 15:52:16,860 DEBUG Popping from q - planet2.inf.tu-dresden.de
-2006-09-28 15:52:27,075 DEBUG Found tickets for planetlab1.rdfrancetelecom.com
-2006-09-28 15:52:27,076 DEBUG Popping from q - planet02.csc.ncsu.edu
-2006-09-28 15:52:32,563 DEBUG Popping from q - planetlab-1.tssg.org
-2006-09-28 15:52:40,783 DEBUG Popping from q - planetlab-2.vuse.vanderbilt.edu
-2006-09-28 15:52:47,629 DEBUG Found tickets for planetlab-1.tssg.org
-2006-09-28 15:52:47,629 DEBUG Popping from q - planetlab-11.cs.princeton.edu
-2006-09-28 15:52:55,504 DEBUG Found tickets for planetlab-2.vuse.vanderbilt.edu
-2006-09-28 15:52:55,504 DEBUG Popping from q - planet03.csc.ncsu.edu
-2006-09-28 15:53:01,279 DEBUG Popping from q - planetlab1.pop-rj.rnp.br
-2006-09-28 15:53:10,765 DEBUG Popping from q - planet1.halifax.canet4.nodes.planet-lab.org
-2006-09-28 15:53:13,909 DEBUG Found tickets for planetlab1.pop-rj.rnp.br
-2006-09-28 15:53:13,909 DEBUG Popping from q - planetlab2.uc.edu
-2006-09-28 15:53:26,209 DEBUG Popping from q - planet1.cavite.nodes.planet-lab.org
-2006-09-28 15:53:28,079 DEBUG Popping from q - ds-pl3.technion.ac.il
-2006-09-28 15:53:37,920 DEBUG Popping from q - planetlab2.cs.purdue.edu
-2006-09-28 15:53:47,170 DEBUG Found tickets for ds-pl3.technion.ac.il
-2006-09-28 15:53:47,170 DEBUG Popping from q - planetlab3.millennium.berkeley.edu
-2006-09-28 15:53:54,973 DEBUG Popping from q - planetlab1.unl.edu
-2006-09-28 15:54:03,360 DEBUG Popping from q - planetlab1.cs.colorado.edu
-2006-09-28 15:54:07,838 DEBUG Popping from q - planetlab02.cs.washington.edu
-2006-09-28 15:54:08,083 DEBUG Found tickets for planetlab1.unl.edu
-2006-09-28 15:54:08,083 DEBUG Popping from q - orbpl2.rutgers.edu
-2006-09-28 15:54:26,313 DEBUG Found tickets for planetlab1.cs.colorado.edu
-2006-09-28 15:54:26,313 DEBUG Popping from q - planetlab2.informatik.uni-erlangen.de
-2006-09-28 15:54:27,944 DEBUG Found tickets for planetlab02.cs.washington.edu
-2006-09-28 15:54:27,944 DEBUG Popping from q - planetlab-01.ipv6.lip6.fr
-2006-09-28 15:54:31,078 DEBUG Found tickets for orbpl2.rutgers.edu
-2006-09-28 15:54:31,078 DEBUG Popping from q - pl2.ernet.in
-2006-09-28 15:54:40,724 DEBUG Found tickets for planetlab2.informatik.uni-erlangen.de
-2006-09-28 15:54:40,724 DEBUG Popping from q - neu2.6planetlab.edu.cn
-2006-09-28 15:54:47,125 DEBUG Popping from q - planetlab-2.cs.uni-paderborn.de
-2006-09-28 15:54:54,283 DEBUG Popping from q - planet5.cs.huji.ac.il
-2006-09-28 15:54:57,992 DEBUG Popping from q - planetlab1.elet.polimi.it
-2006-09-28 15:55:12,167 DEBUG Popping from q - planetlab2.iiitb.ac.in
-2006-09-28 15:55:12,510 DEBUG Popping from q - server1.planetlab.iit-tech.net
-2006-09-28 15:55:26,213 DEBUG Popping from q - planetlab2.iitb.ac.in
-2006-09-28 15:55:27,285 DEBUG Found tickets for server1.planetlab.iit-tech.net
-2006-09-28 15:55:27,285 DEBUG Popping from q - planetlab02.dis.unina.it
-2006-09-28 15:55:32,686 DEBUG Found tickets for scut2.6planetlab.edu.cn
-2006-09-28 15:55:32,686 DEBUG Popping from q - planetlab-1.dis.uniroma1.it
-2006-09-28 15:55:42,441 DEBUG Popping from q - planetlab1.iitb.ac.in
-2006-09-28 15:55:49,948 DEBUG Found tickets for planetlab2.iitb.ac.in
-2006-09-28 15:55:49,949 DEBUG Popping from q - pku1.6planetlab.edu.cn
-2006-09-28 15:55:52,678 DEBUG Popping from q - planetlab1.warsaw.rd.tp.pl
-2006-09-28 15:55:59,092 DEBUG Found tickets for planetlab1.iitb.ac.in
-2006-09-28 15:55:59,092 DEBUG Popping from q - planetlab1.cri.haifa.ac.il
-2006-09-28 15:56:05,751 DEBUG Found tickets for pku1.6planetlab.edu.cn
-2006-09-28 15:56:05,751 DEBUG Popping from q - planetlab-2.cs.ucy.ac.cy
-2006-09-28 15:56:11,652 DEBUG Found tickets for planetlab1.cri.haifa.ac.il
-2006-09-28 15:56:11,652 DEBUG Popping from q - pl1.ernet.in
-2006-09-28 15:56:22,339 DEBUG Popping from q - planetlab2.georgetown.edu
-2006-09-28 15:56:25,736 DEBUG Popping from q - server2.planetlab.iit-tech.net
-2006-09-28 15:56:35,719 DEBUG Found tickets for planetlab2.georgetown.edu
-2006-09-28 15:56:35,719 DEBUG Popping from q - planetlab2.di.unito.it
-2006-09-28 15:56:42,648 DEBUG Found tickets for server2.planetlab.iit-tech.net
-2006-09-28 15:56:42,648 DEBUG Popping from q - planetlab1.csee.usf.edu
-2006-09-28 15:56:50,727 DEBUG Popping from q - planetlab-2.dis.uniroma1.it
-2006-09-28 15:56:56,434 DEBUG Popping from q - planetlab2.informatik.uni-kl.de
-2006-09-28 15:57:05,495 DEBUG Popping from q - planet1.cs.rochester.edu
-2006-09-28 15:57:05,536 DEBUG Found tickets for planetlab-1.vuse.vanderbilt.edu
-2006-09-28 15:57:05,536 DEBUG Popping from q - planetlab1.rutgers.edu
-2006-09-28 15:57:13,507 DEBUG Found tickets for planetlab2.informatik.uni-kl.de
-2006-09-28 15:57:13,507 DEBUG Popping from q - planetlab-2.ece.iastate.edu
-2006-09-28 15:57:28,017 DEBUG Found tickets for planetlab1.rutgers.edu
-2006-09-28 15:57:28,017 DEBUG Popping from q - planetlab-1.sjce.nodes.planet-lab.org
-2006-09-28 15:57:31,698 DEBUG Found tickets for planet1.cs.rochester.edu
-2006-09-28 15:57:31,698 DEBUG Popping from q - planetlab2.ece.ucdavis.edu
-2006-09-28 15:57:36,326 DEBUG Found tickets for planetlab-1.sjce.nodes.planet-lab.org
-2006-09-28 15:57:36,326 DEBUG Popping from q - planetlab1.ie.cuhk.edu.hk
-2006-09-28 15:57:40,778 DEBUG Popping from q - planetlab2lannion.elibel.tm.fr
-2006-09-28 15:57:51,828 DEBUG Found tickets for planetlab1.ie.cuhk.edu.hk
-2006-09-28 15:57:51,828 DEBUG Popping from q - planetlab01.mpi-sws.mpg.de
-2006-09-28 15:57:58,609 DEBUG Popping from q - planetlab2.cs.duke.edu
-2006-09-28 15:58:00,202 DEBUG Popping from q - planetlab1.rn.informatics.scitech.susx.ac.uk
-2006-09-28 15:58:05,684 DEBUG Popping from q - planetlab1.eee.hku.hk
-2006-09-28 15:58:18,271 DEBUG Found tickets for planetlab1.rn.informatics.scitech.susx.ac.uk
-2006-09-28 15:58:18,271 DEBUG Popping from q - pads23.cs.nthu.edu.tw
-2006-09-28 15:58:21,977 DEBUG Found tickets for planetlab1.eee.hku.hk
-2006-09-28 15:58:21,977 DEBUG Popping from q - planet2.halifax.canet4.nodes.planet-lab.org
-2006-09-28 15:58:32,724 DEBUG Popping from q - planetlab-2.tssg.org
-2006-09-28 15:58:35,149 DEBUG Found tickets for planet2.halifax.canet4.nodes.planet-lab.org
-2006-09-28 15:58:35,149 DEBUG Popping from q - 200-102-209-151.paemt7001.t.brasiltelecom.net.br
-2006-09-28 15:58:46,427 DEBUG Found tickets for planetlab-2.tssg.org
-2006-09-28 15:58:46,428 DEBUG Popping from q - planetlab2.poly.edu
-2006-09-28 15:58:50,822 DEBUG Found tickets for 200-102-209-151.paemt7001.t.brasiltelecom.net.br
-2006-09-28 15:58:50,822 DEBUG Popping from q - planetlab1.poly.edu
-2006-09-28 15:59:00,835 DEBUG Popping from q - planetlab2.net-research.org.uk
-2006-09-28 15:59:07,611 DEBUG Popping from q - planetlab-2.imperial.ac.uk
-2006-09-28 15:59:12,627 DEBUG Popping from q - planetlab2.warsaw.rd.tp.pl
-2006-09-28 15:59:13,178 DEBUG Found tickets for planetlab2.net-research.org.uk
-2006-09-28 15:59:13,178 DEBUG Popping from q - planetlab-1.imperial.ac.uk
-2006-09-28 15:59:15,642 DEBUG Found tickets for planetlab-01.ipv6.lip6.fr
-2006-09-28 15:59:15,642 DEBUG Popping from q - planetlab2.exp-math.uni-essen.de
-2006-09-28 15:59:25,093 DEBUG Found tickets for planetlab-2.imperial.ac.uk
-2006-09-28 15:59:25,093 DEBUG Popping from q - planetlab2.eee.hku.hk
-2006-09-28 15:59:28,068 DEBUG Popping from q - planetlab1.cis.upenn.edu
-2006-09-28 15:59:29,304 INFO Monitor Exitted
-2006-09-28 15:59:46,483 DEBUG Found tickets for planetlab-1.imperial.ac.uk
-2006-09-28 16:00:57,740 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv
-2006-09-28 16:00:58,809 DEBUG Retrieved 705 hosts
-2006-09-28 16:00:58,815 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='drift%20%3E%201m'
-2006-09-28 16:00:58,959 DEBUG Retrieved 10 hosts
-2006-09-28 16:00:58,959 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='resptime%20%3E%200%20&&%20gbfree%20%3C%205'
-2006-09-28 16:00:59,099 DEBUG Retrieved 9 hosts
-2006-09-28 16:00:59,099 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='sshstatus%20%3E%202h'
-2006-09-28 16:00:59,445 DEBUG Retrieved 159 hosts
-2006-09-28 16:00:59,447 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='dns1udp%20%3E%2080%20&&%20dns2udp%20%3E%2080'
-2006-09-28 16:00:59,585 DEBUG Retrieved 6 hosts
-2006-09-28 16:00:59,586 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='filerw%3E0'
-2006-09-28 16:00:59,729 DEBUG Retrieved 3 hosts
-2006-09-28 16:00:59,732 DEBUG Popping from q - planetlab2.elet.polimi.it
-2006-09-28 16:00:59,732 DEBUG Popping from q - pli1-br-3.hpl.hp.com
-2006-09-28 16:00:59,733 DEBUG Popping from q - planetlab2.nbgisp.com
-2006-09-28 16:00:59,734 DEBUG Popping from q - planetlab2.cs.duke.edu
-2006-09-28 16:00:59,735 DEBUG Popping from q - planetlab1.cs.stir.ac.uk
-2006-09-28 16:00:59,737 DEBUG Popping from q - planetlab1.cse.msu.edu
-2006-09-28 16:00:59,739 DEBUG Found tickets for pli1-br-3.hpl.hp.com
-2006-09-28 16:00:59,739 DEBUG Popping from q - planetlab2.cse.msu.edu
-2006-09-28 16:00:59,740 DEBUG Popping from q - planetlab02.cs.washington.edu
-2006-09-28 16:00:59,741 DEBUG Popping from q - planetlab0.cs.stir.ac.uk
-2006-09-28 16:00:59,742 DEBUG Popping from q - planetlab1.informatik.uni-erlangen.de
-2006-09-28 16:00:59,744 DEBUG Found tickets for planetlab2.cse.msu.edu
-2006-09-28 16:00:59,745 DEBUG Popping from q - planetlab1.cs.purdue.edu
-2006-09-28 16:00:59,746 DEBUG Found tickets for planetlab1.cse.msu.edu
-2006-09-28 16:00:59,746 DEBUG Popping from q - planetlab3.flux.utah.edu
-2006-09-28 16:00:59,747 DEBUG Found tickets for planetlab02.cs.washington.edu
-2006-09-28 16:00:59,748 DEBUG Popping from q - planetlab2.cs.columbia.edu
-2006-09-28 16:00:59,749 DEBUG Popping from q - planetlab1.win.trlabs.ca
-2006-09-28 16:00:59,750 DEBUG Found tickets for planetlab1.cs.purdue.edu
-2006-09-28 16:00:59,751 DEBUG Popping from q - planetlab1.cs.duke.edu
-2006-09-28 16:00:59,752 DEBUG Popping from q - planetlab2.flux.utah.edu
-2006-09-28 16:00:59,753 DEBUG Popping from q - planetlab3.cs.columbia.edu
-2006-09-28 16:00:59,755 DEBUG Popping from q - planetlab1.cs.columbia.edu
-2006-09-28 16:00:59,757 DEBUG Popping from q - planetlab-1.eecs.cwru.edu
-2006-09-28 16:00:59,758 DEBUG Popping from q - planetlab2.rutgers.edu
-2006-09-28 16:00:59,759 DEBUG Popping from q - vn3.cs.wustl.edu
-2006-09-28 16:00:59,760 DEBUG Popping from q - planetlab2.cri.haifa.ac.il
-2006-09-28 16:00:59,762 DEBUG Popping from q - soccf-planet-001.comp.nus.edu.sg
-2006-09-28 16:00:59,763 DEBUG Popping from q - planetlab01.cse.psu.edu
-2006-09-28 16:00:59,764 DEBUG Found tickets for planetlab2.rutgers.edu
-2006-09-28 16:00:59,765 DEBUG Popping from q - csu2.6planetlab.edu.cn
-2006-09-28 16:00:59,766 DEBUG Found tickets for vn3.cs.wustl.edu
-2006-09-28 16:00:59,766 DEBUG Popping from q - planet2.njit.edu
-2006-09-28 16:00:59,768 DEBUG Found tickets for planetlab2.cri.haifa.ac.il
-2006-09-28 16:00:59,768 DEBUG Popping from q - planetlab2.unl.edu
-2006-09-28 16:00:59,769 DEBUG Found tickets for soccf-planet-001.comp.nus.edu.sg
-2006-09-28 16:00:59,770 DEBUG Popping from q - planetlab1.cs.pitt.edu
-2006-09-28 16:00:59,771 DEBUG Popping from q - planetlab-2.eecs.cwru.edu
-2006-09-28 16:00:59,773 DEBUG Found tickets for csu2.6planetlab.edu.cn
-2006-09-28 16:00:59,773 DEBUG Popping from q - planetlab2.urv.net
-2006-09-28 16:00:59,774 DEBUG Found tickets for planet2.njit.edu
-2006-09-28 16:00:59,774 DEBUG Popping from q - planetlab7.csail.mit.edu
-2006-09-28 16:00:59,775 DEBUG Popping from q - buaa1.6planetlab.edu.cn
-2006-09-28 16:00:59,776 DEBUG Popping from q - ricepl-3.cs.rice.edu
-2006-09-28 16:00:59,778 DEBUG Popping from q - planet-lab-1.csse.monash.edu.au
-2006-09-28 16:00:59,780 DEBUG Popping from q - planetlab5.millennium.berkeley.edu
-2006-09-28 16:00:59,781 DEBUG Found tickets for planetlab7.csail.mit.edu
-2006-09-28 16:00:59,782 DEBUG Popping from q - planetlab1.pop-ce.rnp.br
-2006-09-28 16:00:59,783 DEBUG Popping from q - planetlab2.mnlab.cti.depaul.edu
-2006-09-28 16:00:59,784 DEBUG Found tickets for buaa1.6planetlab.edu.cn
-2006-09-28 16:00:59,784 DEBUG Popping from q - peace.ri.uni-tuebingen.de
-2006-09-28 16:00:59,786 DEBUG Popping from q - planetlab-8.cs.princeton.edu
-2006-09-28 16:00:59,787 DEBUG Popping from q - planetlab2.ucsd.edu
-2006-09-28 16:00:59,789 DEBUG Found tickets for planetlab1.pop-ce.rnp.br
-2006-09-28 16:00:59,789 DEBUG Popping from q - blast.uwaterloo.ca
-2006-09-28 16:00:59,790 DEBUG Popping from q - planetlab1.cs.wayne.edu
-2006-09-28 16:00:59,791 DEBUG Found tickets for planetlab2.mnlab.cti.depaul.edu
-2006-09-28 16:00:59,792 DEBUG Popping from q - pli1-br-3.hpl.hp.com
-2006-09-28 16:00:59,793 DEBUG Found tickets for planetlab-8.cs.princeton.edu
-2006-09-28 16:00:59,794 DEBUG Popping from q - planetlab2.eurecom.fr
-2006-09-28 16:00:59,795 DEBUG Found tickets for planetlab2.ucsd.edu
-2006-09-28 16:00:59,795 DEBUG Popping from q - planetlab1.di.unito.it
-2006-09-28 16:00:59,797 DEBUG Found tickets for pli1-br-3.hpl.hp.com
-2006-09-28 16:00:59,797 DEBUG Popping from q - planetlab2.simula.no
-2006-09-28 16:00:59,798 DEBUG Found tickets for planetlab1.cs.wayne.edu
-2006-09-28 16:00:59,798 DEBUG Popping from q - planetlab01.dis.unina.it
-2006-09-28 16:00:59,800 DEBUG Found tickets for blast.uwaterloo.ca
-2006-09-28 16:00:59,800 DEBUG Popping from q - planetlab1.flux.utah.edu
-2006-09-28 16:00:59,801 DEBUG Popping from q - planetlab-1.ece.iastate.edu
-2006-09-28 16:00:59,802 DEBUG Found tickets for planetlab1.di.unito.it
-2006-09-28 16:00:59,803 DEBUG Popping from q - sdu1.6planetlab.edu.cn
-2006-09-28 16:00:59,805 DEBUG Popping from q - planetlab4.upc.es
-2006-09-28 16:00:59,806 DEBUG Popping from q - planetlab-13.cs.princeton.edu
-2006-09-28 16:00:59,807 DEBUG Found tickets for planetlab-1.ece.iastate.edu
-2006-09-28 16:00:59,807 DEBUG Popping from q - planet1.cc.gt.atl.ga.us
-2006-09-28 16:00:59,809 DEBUG Popping from q - planetlab2.eecs.wsu.edu
-2006-09-28 16:00:59,810 DEBUG Found tickets for sdu1.6planetlab.edu.cn
-2006-09-28 16:00:59,811 DEBUG Popping from q - planet2.cs.ucsb.edu
-2006-09-28 16:00:59,812 DEBUG Popping from q - xjtu2.6planetlab.edu.cn
-2006-09-28 16:00:59,813 DEBUG Found tickets for planetlab-13.cs.princeton.edu
-2006-09-28 16:00:59,813 DEBUG Popping from q - planetlab3.upc.es
-2006-09-28 16:00:59,815 DEBUG Popping from q - node1.lbnl.nodes.planet-lab.org
-2006-09-28 16:00:59,816 DEBUG Popping from q - planetlab1.iitr.ernet.in
-2006-09-28 16:00:59,818 DEBUG Found tickets for planet2.cs.ucsb.edu
-2006-09-28 16:00:59,818 DEBUG Popping from q - planetlab1.ipls.internet2.planet-lab.org
-2006-09-28 16:00:59,819 DEBUG Popping from q - planetlab2.uvic.ca
-2006-09-28 16:00:59,820 DEBUG Popping from q - planetlab01.erin.utoronto.ca
-2006-09-28 16:00:59,822 DEBUG Popping from q - planetlab-4.ece.iastate.edu
-2006-09-28 16:00:59,823 DEBUG Popping from q - planetlab2.informatik.uni-goettingen.de
-2006-09-28 16:00:59,825 DEBUG Popping from q - ds-pl1.technion.ac.il
-2006-09-28 16:00:59,826 DEBUG Found tickets for planetlab2.uvic.ca
-2006-09-28 16:00:59,826 DEBUG Popping from q - planetlab1.mnl.cs.sunysb.edu
-2006-09-28 16:00:59,828 DEBUG Popping from q - aladdin.planetlab.extranet.uni-passau.de
-2006-09-28 16:00:59,829 DEBUG Found tickets for planetlab-4.ece.iastate.edu
-2006-09-28 16:00:59,830 DEBUG Popping from q - planetlab-1.cs.uni-paderborn.de
-2006-09-28 16:00:59,831 DEBUG Found tickets for planetlab2.informatik.uni-goettingen.de
-2006-09-28 16:00:59,831 DEBUG Popping from q - planet1.njit.edu
-2006-09-28 16:00:59,833 DEBUG Popping from q - pku2.6planetlab.edu.cn
-2006-09-28 16:00:59,834 DEBUG Found tickets for planetlab1.mnl.cs.sunysb.edu
-2006-09-28 16:00:59,835 DEBUG Popping from q - planetlab-1.cs.ucy.ac.cy
-2006-09-28 16:00:59,836 DEBUG Popping from q - planetlab00.cse.psu.edu
-2006-09-28 16:00:59,837 DEBUG Popping from q - planetlab04.ethz.ch
-2006-09-28 16:00:59,839 DEBUG Popping from q - sdu2.6planetlab.edu.cn
-2006-09-28 16:00:59,840 DEBUG Popping from q - planet-lab.iki.rssi.ru
-2006-09-28 16:00:59,841 DEBUG Popping from q - planetlab1.polito.it
-2006-09-28 16:00:59,843 DEBUG Popping from q - planetlab1.uvic.ca
-2006-09-28 16:00:59,844 DEBUG Found tickets for planetlab04.ethz.ch
-2006-09-28 16:00:59,844 DEBUG Popping from q - planetlab-1.amst.nodes.planet-lab.org
-2006-09-28 16:00:59,846 DEBUG Found tickets for planet-lab.iki.rssi.ru
-2006-09-28 16:00:59,846 DEBUG Popping from q - cloudburst.uwaterloo.ca
-2006-09-28 16:00:59,847 DEBUG Found tickets for planetlab1.polito.it
-2006-09-28 16:00:59,848 DEBUG Popping from q - planet2.cs.rochester.edu
-2006-09-28 16:00:59,849 DEBUG Found tickets for sdu2.6planetlab.edu.cn
-2006-09-28 16:00:59,849 DEBUG Popping from q - planetlab1.xeno.cl.cam.ac.uk
-2006-09-28 16:00:59,851 DEBUG Found tickets for planetlab1.uvic.ca
-2006-09-28 16:00:59,851 DEBUG Popping from q - lycra.cs.princeton.edu
-2006-09-28 16:00:59,852 DEBUG Popping from q - planetlab06.mpi-sws.mpg.de
-2006-09-28 16:00:59,854 DEBUG Found tickets for cloudburst.uwaterloo.ca
-2006-09-28 16:00:59,854 DEBUG Popping from q - planetlab1.ias.csusb.edu
-2006-09-28 16:00:59,855 DEBUG Popping from q - vayu.iitd.ernet.in
-2006-09-28 16:00:59,857 DEBUG Found tickets for planet2.cs.rochester.edu
-2006-09-28 16:00:59,857 DEBUG Popping from q - node2.lbnl.nodes.planet-lab.org
-2006-09-28 16:00:59,858 DEBUG Found tickets for lycra.cs.princeton.edu
-2006-09-28 16:00:59,859 DEBUG Popping from q - planetlab1.cs.unibo.it
-2006-09-28 16:00:59,860 DEBUG Found tickets for planetlab1.ias.csusb.edu
-2006-09-28 16:00:59,860 DEBUG Popping from q - cqu1.6planetlab.edu.cn
-2006-09-28 16:00:59,861 DEBUG Popping from q - planetlab2.acis.ufl.edu
-2006-09-28 16:00:59,862 DEBUG Popping from q - tju2.6planetlab.edu.cn
-2006-09-28 16:00:59,865 DEBUG Popping from q - orbpl1.rutgers.edu
-2006-09-28 16:00:59,866 DEBUG Found tickets for planetlab1.cs.unibo.it
-2006-09-28 16:00:59,866 DEBUG Popping from q - ent1.cs.nccu.edu.tw
-2006-09-28 16:00:59,868 DEBUG Found tickets for planetlab2.acis.ufl.edu
-2006-09-28 16:00:59,868 DEBUG Popping from q - planet0.jaist.ac.jp
-2006-09-28 16:00:59,869 DEBUG Found tickets for cqu1.6planetlab.edu.cn
-2006-09-28 16:00:59,869 DEBUG Popping from q - planetlab1.informatik.uni-wuerzburg.de
-2006-09-28 16:00:59,870 DEBUG Found tickets for orbpl1.rutgers.edu
-2006-09-28 16:00:59,870 DEBUG Popping from q - planetlab3.warsaw.rd.tp.pl
-2006-09-28 16:00:59,872 DEBUG Found tickets for tju2.6planetlab.edu.cn
-2006-09-28 16:00:59,872 DEBUG Popping from q - planetlab0.ias.csusb.edu
-2006-09-28 16:00:59,874 DEBUG Found tickets for ent1.cs.nccu.edu.tw
-2006-09-28 16:00:59,874 DEBUG Popping from q - planetlab-2.amst.nodes.planet-lab.org
-2006-09-28 16:00:59,875 DEBUG Found tickets for planet0.jaist.ac.jp
-2006-09-28 16:00:59,876 DEBUG Popping from q - planetlab3.inria.fr
-2006-09-28 16:00:59,877 DEBUG Popping from q - 200-102-209-152.paemt7001.t.brasiltelecom.net.br
-2006-09-28 16:00:59,879 DEBUG Found tickets for planetlab1.informatik.uni-wuerzburg.de
-2006-09-28 16:00:59,879 DEBUG Popping from q - planetlab3.mnl.cs.sunysb.edu
-2006-09-28 16:00:59,880 DEBUG Found tickets for planetlab0.ias.csusb.edu
-2006-09-28 16:00:59,880 DEBUG Popping from q - planetlab-15.cs.princeton.edu
-2006-09-28 16:00:59,882 DEBUG Popping from q - ent2.cs.nccu.edu.tw
-2006-09-28 16:00:59,883 DEBUG Popping from q - planet-lab-2.csse.monash.edu.au
-2006-09-28 16:00:59,885 DEBUG Found tickets for 200-102-209-152.paemt7001.t.brasiltelecom.net.br
-2006-09-28 16:00:59,885 DEBUG Popping from q - planet1.ecse.rpi.edu
-2006-09-28 16:00:59,886 DEBUG Popping from q - planetlab2.pop-mg.rnp.br
-2006-09-28 16:00:59,887 DEBUG Popping from q - planetlab1.cs.wisc.edu
-2006-09-28 16:00:59,889 DEBUG Found tickets for ent2.cs.nccu.edu.tw
-2006-09-28 16:00:59,889 DEBUG Popping from q - planetlab-2.unk.edu
-2006-09-28 16:00:59,891 DEBUG Found tickets for planet-lab-2.csse.monash.edu.au
-2006-09-28 16:00:59,891 DEBUG Popping from q - planetlab2.rdfrancetelecom.com
-2006-09-28 16:00:59,892 DEBUG Found tickets for planet1.ecse.rpi.edu
-2006-09-28 16:00:59,893 DEBUG Popping from q - planetlab1.eurecom.fr
-2006-09-28 16:00:59,894 DEBUG Found tickets for planetlab2.pop-mg.rnp.br
-2006-09-28 16:00:59,894 DEBUG Popping from q - planetlab1.cs.virginia.edu
-2006-09-28 16:00:59,895 DEBUG Found tickets for planetlab1.cs.wisc.edu
-2006-09-28 16:00:59,896 DEBUG Popping from q - tju1.6planetlab.edu.cn
-2006-09-28 16:00:59,897 DEBUG Found tickets for planetlab2.rdfrancetelecom.com
-2006-09-28 16:00:59,898 DEBUG Popping from q - planetlab-3.amst.nodes.planet-lab.org
-2006-09-28 16:00:59,899 DEBUG Popping from q - planetlab1.georgetown.edu
-2006-09-28 16:00:59,900 DEBUG Found tickets for planetlab1.eurecom.fr
-2006-09-28 16:00:59,900 DEBUG Popping from q - planet1.inf.tu-dresden.de
-2006-09-28 16:00:59,902 DEBUG Popping from q - alice.cs.princeton.edu
-2006-09-28 16:00:59,903 DEBUG Popping from q - planetlab02.erin.utoronto.ca
-2006-09-28 16:00:59,904 DEBUG Found tickets for alice.cs.princeton.edu
-2006-09-28 16:00:59,904 DEBUG Popping from q - planetlab-1.vuse.vanderbilt.edu
-2006-09-28 16:00:59,907 DEBUG Popping from q - planetlab3.uvic.ca
-2006-09-28 16:00:59,908 DEBUG Found tickets for planetlab-1.vuse.vanderbilt.edu
-2006-09-28 16:00:59,908 DEBUG Popping from q - scut2.6planetlab.edu.cn
-2006-09-28 16:00:59,909 DEBUG Found tickets for tju1.6planetlab.edu.cn
-2006-09-28 16:00:59,909 DEBUG Popping from q - planetlab1.swidnik.rd.tp.pl
-2006-09-28 16:00:59,910 DEBUG Found tickets for planetlab1.georgetown.edu
-2006-09-28 16:00:59,911 DEBUG Popping from q - planet2.cdacb.ernet.in
-2006-09-28 16:00:59,913 DEBUG Found tickets for planetlab3.uvic.ca
-2006-09-28 16:00:59,913 DEBUG Popping from q - planet2.inf.tu-dresden.de
-2006-09-28 16:00:59,912 DEBUG Popping from q - planetlab1.rdfrancetelecom.com
-2006-09-28 16:00:59,916 DEBUG Found tickets for scut2.6planetlab.edu.cn
-2006-09-28 16:00:59,916 DEBUG Found tickets for planetlab1.rdfrancetelecom.com
-2006-09-28 16:00:59,917 DEBUG Popping from q - planetlab-1.tssg.org
-2006-09-28 16:00:59,918 DEBUG Popping from q - planetlab-2.vuse.vanderbilt.edu
-2006-09-28 16:00:59,919 DEBUG Found tickets for planetlab1.swidnik.rd.tp.pl
-2006-09-28 16:00:59,919 DEBUG Popping from q - planetlab-11.cs.princeton.edu
-2006-09-28 16:00:59,920 DEBUG Found tickets for planet2.cdacb.ernet.in
-2006-09-28 16:00:59,917 DEBUG Popping from q - planet02.csc.ncsu.edu
-2006-09-28 16:00:59,922 DEBUG Popping from q - planet03.csc.ncsu.edu
-2006-09-28 16:00:59,923 DEBUG Popping from q - planetlab1.pop-rj.rnp.br
-2006-09-28 16:00:59,925 DEBUG Found tickets for planetlab-1.tssg.org
-2006-09-28 16:00:59,925 DEBUG Popping from q - planet1.halifax.canet4.nodes.planet-lab.org
-2006-09-28 16:00:59,923 DEBUG Found tickets for planetlab-2.vuse.vanderbilt.edu
-2006-09-28 16:00:59,926 DEBUG Popping from q - planetlab2.uc.edu
-2006-09-28 16:00:59,927 DEBUG Popping from q - planet1.cavite.nodes.planet-lab.org
-2006-09-28 16:00:59,929 DEBUG Found tickets for planetlab1.pop-rj.rnp.br
-2006-09-28 16:00:59,930 DEBUG Popping from q - ds-pl3.technion.ac.il
-2006-09-28 16:00:59,931 DEBUG Popping from q - planetlab2.cs.purdue.edu
-2006-09-28 16:00:59,932 DEBUG Popping from q - planetlab3.millennium.berkeley.edu
-2006-09-28 16:00:59,933 DEBUG Popping from q - planetlab1.unl.edu
-2006-09-28 16:00:59,935 DEBUG Popping from q - planetlab1.cs.colorado.edu
-2006-09-28 16:00:59,937 DEBUG Popping from q - planetlab02.cs.washington.edu
-2006-09-28 16:00:59,938 DEBUG Popping from q - orbpl2.rutgers.edu
-2006-09-28 16:00:59,939 DEBUG Found tickets for planetlab1.unl.edu
-2006-09-28 16:00:59,940 DEBUG Popping from q - planetlab2.informatik.uni-erlangen.de
-2006-09-28 16:00:59,941 DEBUG Found tickets for ds-pl3.technion.ac.il
-2006-09-28 16:00:59,941 DEBUG Popping from q - planetlab-01.ipv6.lip6.fr
-2006-09-28 16:00:59,942 DEBUG Found tickets for planetlab1.cs.colorado.edu
-2006-09-28 16:00:59,942 DEBUG Popping from q - pl2.ernet.in
-2006-09-28 16:00:59,944 DEBUG Found tickets for planetlab02.cs.washington.edu
-2006-09-28 16:00:59,944 DEBUG Popping from q - neu2.6planetlab.edu.cn
-2006-09-28 16:00:59,945 DEBUG Found tickets for orbpl2.rutgers.edu
-2006-09-28 16:00:59,946 DEBUG Popping from q - planetlab-2.cs.uni-paderborn.de
-2006-09-28 16:00:59,947 DEBUG Found tickets for planetlab-01.ipv6.lip6.fr
-2006-09-28 16:00:59,947 DEBUG Popping from q - planet5.cs.huji.ac.il
-2006-09-28 16:00:59,948 DEBUG Found tickets for planetlab2.informatik.uni-erlangen.de
-2006-09-28 16:00:59,949 DEBUG Popping from q - planetlab1.elet.polimi.it
-2006-09-28 16:00:59,951 DEBUG Popping from q - planetlab2.iiitb.ac.in
-2006-09-28 16:00:59,952 DEBUG Popping from q - server1.planetlab.iit-tech.net
-2006-09-28 16:00:59,953 DEBUG Popping from q - planetlab2.iitb.ac.in
-2006-09-28 16:00:59,954 DEBUG Popping from q - planetlab02.dis.unina.it
-2006-09-28 16:00:59,955 DEBUG Found tickets for server1.planetlab.iit-tech.net
-2006-09-28 16:00:59,957 DEBUG Popping from q - planetlab-1.dis.uniroma1.it
-2006-09-28 16:00:59,958 DEBUG Found tickets for planetlab2.iitb.ac.in
-2006-09-28 16:00:59,958 DEBUG Popping from q - planetlab1.iitb.ac.in
-2006-09-28 16:00:59,959 DEBUG Popping from q - pku1.6planetlab.edu.cn
-2006-09-28 16:00:59,960 DEBUG Popping from q - planetlab1.warsaw.rd.tp.pl
-2006-09-28 16:00:59,961 DEBUG Popping from q - planetlab1.cri.haifa.ac.il
-2006-09-28 16:00:59,964 DEBUG Found tickets for planetlab1.iitb.ac.in
-2006-09-28 16:00:59,964 DEBUG Popping from q - planetlab-2.cs.ucy.ac.cy
-2006-09-28 16:00:59,965 DEBUG Found tickets for pku1.6planetlab.edu.cn
-2006-09-28 16:00:59,965 DEBUG Popping from q - pl1.ernet.in
-2006-09-28 16:00:59,966 DEBUG Popping from q - planetlab2.georgetown.edu
-2006-09-28 16:00:59,968 DEBUG Found tickets for planetlab1.cri.haifa.ac.il
-2006-09-28 16:00:59,968 DEBUG Popping from q - server2.planetlab.iit-tech.net
-2006-09-28 16:00:59,969 DEBUG Popping from q - planetlab2.di.unito.it
-2006-09-28 16:00:59,970 DEBUG Found tickets for server2.planetlab.iit-tech.net
-2006-09-28 16:00:59,970 DEBUG Popping from q - planetlab1.csee.usf.edu
-2006-09-28 16:00:59,973 DEBUG Popping from q - planetlab-2.dis.uniroma1.it
-2006-09-28 16:00:59,974 DEBUG Popping from q - planetlab2.informatik.uni-kl.de
-2006-09-28 16:00:59,975 DEBUG Found tickets for planetlab2.georgetown.edu
-2006-09-28 16:00:59,975 DEBUG Popping from q - planet1.cs.rochester.edu
-2006-09-28 16:00:59,976 DEBUG Popping from q - planetlab1.rutgers.edu
-2006-09-28 16:00:59,978 DEBUG Popping from q - planetlab-2.ece.iastate.edu
-2006-09-28 16:00:59,979 DEBUG Found tickets for planetlab2.informatik.uni-kl.de
-2006-09-28 16:00:59,980 DEBUG Popping from q - planetlab-1.sjce.nodes.planet-lab.org
-2006-09-28 16:00:59,981 DEBUG Found tickets for planetlab1.rutgers.edu
-2006-09-28 16:00:59,982 DEBUG Popping from q - planetlab2.ece.ucdavis.edu
-2006-09-28 16:00:59,979 DEBUG Found tickets for planet1.cs.rochester.edu
-2006-09-28 16:00:59,983 DEBUG Popping from q - planetlab1.ie.cuhk.edu.hk
-2006-09-28 16:00:59,985 DEBUG Popping from q - planetlab2lannion.elibel.tm.fr
-2006-09-28 16:00:59,986 DEBUG Found tickets for planetlab-1.sjce.nodes.planet-lab.org
-2006-09-28 16:00:59,986 DEBUG Popping from q - planetlab01.mpi-sws.mpg.de
-2006-09-28 16:00:59,987 DEBUG Popping from q - planetlab2.cs.duke.edu
-2006-09-28 16:00:59,988 DEBUG Found tickets for planetlab1.ie.cuhk.edu.hk
-2006-09-28 16:00:59,990 DEBUG Popping from q - planetlab1.eee.hku.hk
-2006-09-28 16:00:59,991 DEBUG Popping from q - pads23.cs.nthu.edu.tw
-2006-09-28 16:00:59,989 DEBUG Popping from q - planetlab1.rn.informatics.scitech.susx.ac.uk
-2006-09-28 16:00:59,993 DEBUG Found tickets for planetlab1.eee.hku.hk
-2006-09-28 16:00:59,993 DEBUG Popping from q - planet2.halifax.canet4.nodes.planet-lab.org
-2006-09-28 16:00:59,995 DEBUG Popping from q - planetlab-2.tssg.org
-2006-09-28 16:00:59,996 DEBUG Popping from q - 200-102-209-151.paemt7001.t.brasiltelecom.net.br
-2006-09-28 16:00:59,998 DEBUG Popping from q - planetlab2.poly.edu
-2006-09-28 16:00:59,999 DEBUG Found tickets for planet2.halifax.canet4.nodes.planet-lab.org
-2006-09-28 16:00:59,999 DEBUG Popping from q - planetlab1.poly.edu
-2006-09-28 16:01:00,000 DEBUG Found tickets for planetlab-2.tssg.org
-2006-09-28 16:01:00,001 DEBUG Popping from q - planetlab2.net-research.org.uk
-2006-09-28 16:01:00,003 DEBUG Found tickets for 200-102-209-151.paemt7001.t.brasiltelecom.net.br
-2006-09-28 16:01:00,003 DEBUG Popping from q - planetlab-2.imperial.ac.uk
-2006-09-28 16:01:00,004 DEBUG Popping from q - planetlab2.warsaw.rd.tp.pl
-2006-09-28 16:01:00,005 DEBUG Popping from q - planetlab-1.imperial.ac.uk
-2006-09-28 16:01:00,007 DEBUG Found tickets for planetlab2.net-research.org.uk
-2006-09-28 16:01:00,007 DEBUG Popping from q - planetlab2.exp-math.uni-essen.de
-2006-09-28 16:01:00,008 DEBUG Found tickets for planetlab1.rn.informatics.scitech.susx.ac.uk
-2006-09-28 16:01:00,009 DEBUG Popping from q - planetlab1.cis.upenn.edu
-2006-09-28 16:01:00,009 DEBUG Popping from q - planetlab2.eee.hku.hk
-2006-09-28 16:01:00,011 DEBUG Found tickets for planetlab-1.imperial.ac.uk
-2006-09-28 16:01:00,011 DEBUG Found tickets for planetlab-2.imperial.ac.uk
-2006-09-28 16:20:59,574 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv
-2006-09-28 16:21:00,633 DEBUG Retrieved 705 hosts
-2006-09-28 16:21:00,639 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='drift%20%3E%201m'
-2006-09-28 16:21:00,787 DEBUG Retrieved 9 hosts
-2006-09-28 16:21:00,788 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='resptime%20%3E%200%20&&%20gbfree%20%3C%205'
-2006-09-28 16:21:00,924 DEBUG Retrieved 9 hosts
-2006-09-28 16:21:00,924 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='sshstatus%20%3E%202h'
-2006-09-28 16:21:01,268 DEBUG Retrieved 159 hosts
-2006-09-28 16:21:01,269 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='dns1udp%20%3E%2080%20&&%20dns2udp%20%3E%2080'
-2006-09-28 16:21:01,404 DEBUG Retrieved 6 hosts
-2006-09-28 16:21:01,404 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='filerw%3E0'
-2006-09-28 16:21:01,532 DEBUG Retrieved 3 hosts
-2006-09-28 16:21:01,534 DEBUG Popping from q - planetlab2.elet.polimi.it
-2006-09-28 16:21:01,535 DEBUG Popping from q - pli1-br-3.hpl.hp.com
-2006-09-28 16:21:01,536 DEBUG Popping from q - planetlab2.nbgisp.com
-2006-09-28 16:21:01,537 DEBUG Popping from q - planetlab2.cs.duke.edu
-2006-09-28 16:21:01,538 DEBUG Popping from q - planetlab1.cs.stir.ac.uk
-2006-09-28 16:21:01,540 DEBUG Popping from q - planetlab1.cse.msu.edu
-2006-09-28 16:21:01,541 DEBUG Found tickets for pli1-br-3.hpl.hp.com
-2006-09-28 16:21:01,541 DEBUG Popping from q - planetlab2.cse.msu.edu
-2006-09-28 16:21:01,543 DEBUG Popping from q - planetlab0.cs.stir.ac.uk
-2006-09-28 16:21:01,544 DEBUG Popping from q - planetlab1.informatik.uni-erlangen.de
-2006-09-28 16:21:01,545 DEBUG Found tickets for planetlab1.cse.msu.edu
-2006-09-28 16:21:01,546 DEBUG Popping from q - planetlab1.cs.purdue.edu
-2006-09-28 16:21:01,547 DEBUG Popping from q - planetlab3.flux.utah.edu
-2006-09-28 16:21:01,549 DEBUG Found tickets for planetlab2.cse.msu.edu
-2006-09-28 16:21:01,549 DEBUG Popping from q - planetlab2.cs.columbia.edu
-2006-09-28 16:21:01,551 DEBUG Popping from q - planetlab1.win.trlabs.ca
-2006-09-28 16:21:01,552 DEBUG Popping from q - planetlab1.cs.duke.edu
-2006-09-28 16:21:01,553 DEBUG Found tickets for planetlab1.cs.purdue.edu
-2006-09-28 16:21:01,553 DEBUG Popping from q - planetlab2.flux.utah.edu
-2006-09-28 16:21:01,555 DEBUG Popping from q - planetlab3.cs.columbia.edu
-2006-09-28 16:21:01,556 DEBUG Popping from q - planetlab1.cs.columbia.edu
-2006-09-28 16:21:01,557 DEBUG Popping from q - planetlab-1.eecs.cwru.edu
-2006-09-28 16:21:01,559 DEBUG Popping from q - planetlab2.rutgers.edu
-2006-09-28 16:21:01,560 DEBUG Popping from q - vn3.cs.wustl.edu
-2006-09-28 16:21:01,562 DEBUG Popping from q - planetlab2.cri.haifa.ac.il
-2006-09-28 16:21:01,563 DEBUG Popping from q - soccf-planet-001.comp.nus.edu.sg
-2006-09-28 16:21:01,565 DEBUG Found tickets for planetlab2.rutgers.edu
-2006-09-28 16:21:01,565 DEBUG Popping from q - planetlab01.cse.psu.edu
-2006-09-28 16:21:01,566 DEBUG Found tickets for vn3.cs.wustl.edu
-2006-09-28 16:21:01,566 DEBUG Popping from q - csu2.6planetlab.edu.cn
-2006-09-28 16:21:01,567 DEBUG Popping from q - planet2.njit.edu
-2006-09-28 16:21:01,569 DEBUG Found tickets for planetlab2.cri.haifa.ac.il
-2006-09-28 16:21:01,569 DEBUG Popping from q - planetlab2.unl.edu
-2006-09-28 16:21:01,571 DEBUG Found tickets for soccf-planet-001.comp.nus.edu.sg
-2006-09-28 16:21:01,571 DEBUG Popping from q - planetlab1.cs.pitt.edu
-2006-09-28 16:21:01,572 DEBUG Found tickets for csu2.6planetlab.edu.cn
-2006-09-28 16:21:01,573 DEBUG Popping from q - planetlab-2.eecs.cwru.edu
-2006-09-28 16:21:01,574 DEBUG Popping from q - planetlab2.urv.net
-2006-09-28 16:21:01,575 DEBUG Found tickets for planet2.njit.edu
-2006-09-28 16:21:01,575 DEBUG Popping from q - planetlab7.csail.mit.edu
-2006-09-28 16:21:01,577 DEBUG Popping from q - buaa1.6planetlab.edu.cn
-2006-09-28 16:21:01,578 DEBUG Popping from q - ricepl-3.cs.rice.edu
-2006-09-28 16:21:01,580 DEBUG Popping from q - planet-lab-1.csse.monash.edu.au
-2006-09-28 16:21:01,581 DEBUG Popping from q - planetlab5.millennium.berkeley.edu
-2006-09-28 16:21:01,582 DEBUG Found tickets for planetlab7.csail.mit.edu
-2006-09-28 16:21:01,583 DEBUG Popping from q - planetlab1.pop-ce.rnp.br
-2006-09-28 16:21:01,584 DEBUG Found tickets for buaa1.6planetlab.edu.cn
-2006-09-28 16:21:01,584 DEBUG Popping from q - planetlab2.mnlab.cti.depaul.edu
-2006-09-28 16:21:01,586 DEBUG Popping from q - peace.ri.uni-tuebingen.de
-2006-09-28 16:21:01,587 DEBUG Popping from q - planetlab-8.cs.princeton.edu
-2006-09-28 16:21:01,588 DEBUG Popping from q - planetlab2.ucsd.edu
-2006-09-28 16:21:01,590 DEBUG Found tickets for planetlab1.pop-ce.rnp.br
-2006-09-28 16:21:01,590 DEBUG Popping from q - blast.uwaterloo.ca
-2006-09-28 16:21:01,592 DEBUG Found tickets for planetlab2.mnlab.cti.depaul.edu
-2006-09-28 16:21:01,592 DEBUG Popping from q - planetlab1.cs.wayne.edu
-2006-09-28 16:21:01,593 DEBUG Popping from q - pli1-br-3.hpl.hp.com
-2006-09-28 16:21:01,594 DEBUG Found tickets for planetlab-8.cs.princeton.edu
-2006-09-28 16:21:01,595 DEBUG Popping from q - planetlab2.eurecom.fr
-2006-09-28 16:21:01,596 DEBUG Found tickets for planetlab2.ucsd.edu
-2006-09-28 16:21:01,596 DEBUG Popping from q - planetlab1.di.unito.it
-2006-09-28 16:21:01,598 DEBUG Found tickets for blast.uwaterloo.ca
-2006-09-28 16:21:01,598 DEBUG Popping from q - planetlab2.simula.no
-2006-09-28 16:21:01,599 DEBUG Found tickets for planetlab1.cs.wayne.edu
-2006-09-28 16:21:01,600 DEBUG Popping from q - planetlab01.dis.unina.it
-2006-09-28 16:21:01,601 DEBUG Found tickets for pli1-br-3.hpl.hp.com
-2006-09-28 16:21:01,601 DEBUG Popping from q - planetlab1.flux.utah.edu
-2006-09-28 16:21:01,602 DEBUG Popping from q - planetlab-1.ece.iastate.edu
-2006-09-28 16:21:01,604 DEBUG Found tickets for planetlab1.di.unito.it
-2006-09-28 16:21:01,604 DEBUG Popping from q - sdu1.6planetlab.edu.cn
-2006-09-28 16:21:01,606 DEBUG Popping from q - planetlab4.upc.es
-2006-09-28 16:21:01,607 DEBUG Popping from q - planetlab-13.cs.princeton.edu
-2006-09-28 16:21:01,608 DEBUG Popping from q - planet1.cc.gt.atl.ga.us
-2006-09-28 16:21:01,608 DEBUG Found tickets for planetlab-1.ece.iastate.edu
-2006-09-28 16:21:01,611 DEBUG Popping from q - planetlab2.eecs.wsu.edu
-2006-09-28 16:21:01,609 DEBUG Found tickets for sdu1.6planetlab.edu.cn
-2006-09-28 16:21:01,612 DEBUG Popping from q - planet2.cs.ucsb.edu
-2006-09-28 16:21:01,613 DEBUG Popping from q - xjtu2.6planetlab.edu.cn
-2006-09-28 16:21:01,615 DEBUG Found tickets for planetlab-13.cs.princeton.edu
-2006-09-28 16:21:01,615 DEBUG Popping from q - planetlab3.upc.es
-2006-09-28 16:21:01,616 DEBUG Popping from q - node1.lbnl.nodes.planet-lab.org
-2006-09-28 16:21:01,618 DEBUG Found tickets for planet2.cs.ucsb.edu
-2006-09-28 16:21:01,618 DEBUG Popping from q - planetlab1.iitr.ernet.in
-2006-09-28 16:21:01,619 DEBUG Popping from q - planetlab1.ipls.internet2.planet-lab.org
-2006-09-28 16:21:01,621 DEBUG Popping from q - planetlab2.uvic.ca
-2006-09-28 16:21:01,622 DEBUG Popping from q - planetlab01.erin.utoronto.ca
-2006-09-28 16:21:01,623 DEBUG Popping from q - planetlab-4.ece.iastate.edu
-2006-09-28 16:21:01,625 DEBUG Popping from q - planetlab2.informatik.uni-goettingen.de
-2006-09-28 16:21:01,626 DEBUG Popping from q - ds-pl1.technion.ac.il
-2006-09-28 16:21:01,628 DEBUG Found tickets for planetlab2.uvic.ca
-2006-09-28 16:21:01,628 DEBUG Popping from q - planetlab1.mnl.cs.sunysb.edu
-2006-09-28 16:21:01,629 DEBUG Popping from q - aladdin.planetlab.extranet.uni-passau.de
-2006-09-28 16:21:01,631 DEBUG Found tickets for planetlab-4.ece.iastate.edu
-2006-09-28 16:21:01,631 DEBUG Popping from q - planetlab-1.cs.uni-paderborn.de
-2006-09-28 16:21:01,633 DEBUG Popping from q - planet1.njit.edu
-2006-09-28 16:21:01,633 DEBUG Found tickets for planetlab2.informatik.uni-goettingen.de
-2006-09-28 16:21:01,634 DEBUG Popping from q - pku2.6planetlab.edu.cn
-2006-09-28 16:21:01,634 DEBUG Found tickets for planetlab1.mnl.cs.sunysb.edu
-2006-09-28 16:21:01,635 DEBUG Popping from q - planetlab-1.cs.ucy.ac.cy
-2006-09-28 16:21:01,637 DEBUG Popping from q - planetlab00.cse.psu.edu
-2006-09-28 16:21:01,638 DEBUG Popping from q - planetlab04.ethz.ch
-2006-09-28 16:21:01,640 DEBUG Popping from q - sdu2.6planetlab.edu.cn
-2006-09-28 16:21:01,641 DEBUG Popping from q - planet-lab.iki.rssi.ru
-2006-09-28 16:21:01,642 DEBUG Popping from q - planetlab1.polito.it
-2006-09-28 16:21:01,644 DEBUG Popping from q - planetlab1.uvic.ca
-2006-09-28 16:21:01,645 DEBUG Found tickets for planetlab04.ethz.ch
-2006-09-28 16:21:01,646 DEBUG Popping from q - planetlab-1.amst.nodes.planet-lab.org
-2006-09-28 16:21:01,647 DEBUG Found tickets for sdu2.6planetlab.edu.cn
-2006-09-28 16:21:01,647 DEBUG Popping from q - cloudburst.uwaterloo.ca
-2006-09-28 16:21:01,648 DEBUG Found tickets for planetlab1.polito.it
-2006-09-28 16:21:01,648 DEBUG Popping from q - planet2.cs.rochester.edu
-2006-09-28 16:21:01,650 DEBUG Found tickets for planet-lab.iki.rssi.ru
-2006-09-28 16:21:01,650 DEBUG Popping from q - planetlab1.xeno.cl.cam.ac.uk
-2006-09-28 16:21:01,651 DEBUG Found tickets for planetlab1.uvic.ca
-2006-09-28 16:21:01,652 DEBUG Popping from q - lycra.cs.princeton.edu
-2006-09-28 16:21:01,654 DEBUG Found tickets for cloudburst.uwaterloo.ca
-2006-09-28 16:21:01,654 DEBUG Popping from q - planetlab06.mpi-sws.mpg.de
-2006-09-28 16:21:01,655 DEBUG Found tickets for planet2.cs.rochester.edu
-2006-09-28 16:21:01,655 DEBUG Popping from q - planetlab1.ias.csusb.edu
-2006-09-28 16:21:01,656 DEBUG Popping from q - vayu.iitd.ernet.in
-2006-09-28 16:21:01,658 DEBUG Popping from q - node2.lbnl.nodes.planet-lab.org
-2006-09-28 16:21:01,659 DEBUG Found tickets for lycra.cs.princeton.edu
-2006-09-28 16:21:01,659 DEBUG Popping from q - planetlab1.cs.unibo.it
-2006-09-28 16:21:01,661 DEBUG Popping from q - cqu1.6planetlab.edu.cn
-2006-09-28 16:21:01,662 DEBUG Found tickets for planetlab1.ias.csusb.edu
-2006-09-28 16:21:01,663 DEBUG Popping from q - planetlab2.acis.ufl.edu
-2006-09-28 16:21:01,664 DEBUG Popping from q - tju2.6planetlab.edu.cn
-2006-09-28 16:21:01,665 DEBUG Popping from q - orbpl1.rutgers.edu
-2006-09-28 16:21:01,666 DEBUG Found tickets for planetlab1.cs.unibo.it
-2006-09-28 16:21:01,666 DEBUG Popping from q - ent1.cs.nccu.edu.tw
-2006-09-28 16:21:01,668 DEBUG Found tickets for cqu1.6planetlab.edu.cn
-2006-09-28 16:21:01,668 DEBUG Popping from q - planet0.jaist.ac.jp
-2006-09-28 16:21:01,670 DEBUG Found tickets for planetlab2.acis.ufl.edu
-2006-09-28 16:21:01,670 DEBUG Popping from q - planetlab1.informatik.uni-wuerzburg.de
-2006-09-28 16:21:01,671 DEBUG Found tickets for ent1.cs.nccu.edu.tw
-2006-09-28 16:21:01,672 DEBUG Popping from q - planetlab3.warsaw.rd.tp.pl
-2006-09-28 16:21:01,673 DEBUG Found tickets for tju2.6planetlab.edu.cn
-2006-09-28 16:21:01,673 DEBUG Popping from q - planetlab0.ias.csusb.edu
-2006-09-28 16:21:01,675 DEBUG Found tickets for orbpl1.rutgers.edu
-2006-09-28 16:21:01,675 DEBUG Popping from q - planetlab-2.amst.nodes.planet-lab.org
-2006-09-28 16:21:01,676 DEBUG Found tickets for planet0.jaist.ac.jp
-2006-09-28 16:21:01,676 DEBUG Popping from q - planetlab3.inria.fr
-2006-09-28 16:21:01,678 DEBUG Found tickets for planetlab1.informatik.uni-wuerzburg.de
-2006-09-28 16:21:01,678 DEBUG Popping from q - 200-102-209-152.paemt7001.t.brasiltelecom.net.br
-2006-09-28 16:21:01,679 DEBUG Popping from q - planetlab3.mnl.cs.sunysb.edu
-2006-09-28 16:21:01,681 DEBUG Found tickets for planetlab0.ias.csusb.edu
-2006-09-28 16:21:01,681 DEBUG Popping from q - planetlab-15.cs.princeton.edu
-2006-09-28 16:21:01,682 DEBUG Popping from q - ent2.cs.nccu.edu.tw
-2006-09-28 16:21:01,684 DEBUG Popping from q - planet-lab-2.csse.monash.edu.au
-2006-09-28 16:21:01,685 DEBUG Found tickets for 200-102-209-152.paemt7001.t.brasiltelecom.net.br
-2006-09-28 16:21:01,686 DEBUG Popping from q - planet1.ecse.rpi.edu
-2006-09-28 16:21:01,687 DEBUG Popping from q - planetlab2.pop-mg.rnp.br
-2006-09-28 16:21:01,689 DEBUG Found tickets for planet-lab-2.csse.monash.edu.au
-2006-09-28 16:21:01,689 DEBUG Popping from q - planetlab1.cs.wisc.edu
-2006-09-28 16:21:01,690 DEBUG Found tickets for ent2.cs.nccu.edu.tw
-2006-09-28 16:21:01,690 DEBUG Popping from q - planetlab-2.unk.edu
-2006-09-28 16:21:01,691 DEBUG Popping from q - planetlab2.rdfrancetelecom.com
-2006-09-28 16:21:01,692 DEBUG Found tickets for planet1.ecse.rpi.edu
-2006-09-28 16:21:01,692 DEBUG Popping from q - planetlab1.eurecom.fr
-2006-09-28 16:21:01,694 DEBUG Found tickets for planetlab2.pop-mg.rnp.br
-2006-09-28 16:21:01,695 DEBUG Popping from q - planetlab1.cs.virginia.edu
-2006-09-28 16:21:01,696 DEBUG Popping from q - tju1.6planetlab.edu.cn
-2006-09-28 16:21:01,698 DEBUG Found tickets for planetlab1.eurecom.fr
-2006-09-28 16:21:01,698 DEBUG Popping from q - planetlab-3.amst.nodes.planet-lab.org
-2006-09-28 16:21:01,699 DEBUG Found tickets for planetlab2.rdfrancetelecom.com
-2006-09-28 16:21:01,699 DEBUG Popping from q - planetlab1.georgetown.edu
-2006-09-28 16:21:01,700 DEBUG Found tickets for planetlab1.cs.wisc.edu
-2006-09-28 16:21:01,701 DEBUG Popping from q - planet1.inf.tu-dresden.de
-2006-09-28 16:21:01,702 DEBUG Popping from q - alice.cs.princeton.edu
-2006-09-28 16:21:01,704 DEBUG Found tickets for tju1.6planetlab.edu.cn
-2006-09-28 16:21:01,704 DEBUG Popping from q - planetlab02.erin.utoronto.ca
-2006-09-28 16:21:01,706 DEBUG Popping from q - planetlab-1.vuse.vanderbilt.edu
-2006-09-28 16:21:01,707 DEBUG Found tickets for planetlab1.georgetown.edu
-2006-09-28 16:21:01,707 DEBUG Popping from q - planetlab3.uvic.ca
-2006-09-28 16:21:01,708 DEBUG Popping from q - scut2.6planetlab.edu.cn
-2006-09-28 16:21:01,710 DEBUG Popping from q - planetlab1.swidnik.rd.tp.pl
-2006-09-28 16:21:01,711 DEBUG Found tickets for alice.cs.princeton.edu
-2006-09-28 16:21:01,711 DEBUG Popping from q - planet2.cdacb.ernet.in
-2006-09-28 16:21:01,713 DEBUG Found tickets for scut2.6planetlab.edu.cn
-2006-09-28 16:21:01,713 DEBUG Popping from q - planetlab1.rdfrancetelecom.com
-2006-09-28 16:21:01,714 DEBUG Found tickets for planetlab-1.vuse.vanderbilt.edu
-2006-09-28 16:21:01,715 DEBUG Popping from q - planet2.inf.tu-dresden.de
-2006-09-28 16:21:01,716 DEBUG Found tickets for planetlab3.uvic.ca
-2006-09-28 16:21:01,717 DEBUG Found tickets for planetlab1.swidnik.rd.tp.pl
-2006-09-28 16:21:01,717 DEBUG Popping from q - planetlab-1.tssg.org
-2006-09-28 16:21:01,716 DEBUG Popping from q - planet02.csc.ncsu.edu
-2006-09-28 16:21:01,719 DEBUG Found tickets for planetlab1.rdfrancetelecom.com
-2006-09-28 16:21:01,719 DEBUG Popping from q - planetlab-2.vuse.vanderbilt.edu
-2006-09-28 16:21:01,721 DEBUG Found tickets for planetlab-1.tssg.org
-2006-09-28 16:21:01,722 DEBUG Popping from q - planetlab-11.cs.princeton.edu
-2006-09-28 16:21:01,723 DEBUG Found tickets for planetlab-2.vuse.vanderbilt.edu
-2006-09-28 16:21:01,723 DEBUG Popping from q - planet03.csc.ncsu.edu
-2006-09-28 16:21:01,724 DEBUG Found tickets for planet2.cdacb.ernet.in
-2006-09-28 16:21:01,725 DEBUG Popping from q - planet1.halifax.canet4.nodes.planet-lab.org
-2006-09-28 16:21:01,726 DEBUG Popping from q - planetlab2.uc.edu
-2006-09-28 16:21:01,728 DEBUG Popping from q - planet1.cavite.nodes.planet-lab.org
-2006-09-28 16:21:01,724 DEBUG Popping from q - planetlab1.pop-rj.rnp.br
-2006-09-28 16:21:01,729 DEBUG Popping from q - ds-pl3.technion.ac.il
-2006-09-28 16:21:01,731 DEBUG Popping from q - planetlab2.cs.purdue.edu
-2006-09-28 16:21:01,733 DEBUG Popping from q - planetlab3.millennium.berkeley.edu
-2006-09-28 16:21:01,734 DEBUG Popping from q - planetlab1.unl.edu
-2006-09-28 16:21:01,735 DEBUG Found tickets for ds-pl3.technion.ac.il
-2006-09-28 16:21:01,736 DEBUG Popping from q - planetlab1.cs.colorado.edu
-2006-09-28 16:21:01,737 DEBUG Popping from q - planetlab02.cs.washington.edu
-2006-09-28 16:21:01,739 DEBUG Popping from q - orbpl2.rutgers.edu
-2006-09-28 16:21:01,740 DEBUG Found tickets for planetlab1.unl.edu
-2006-09-28 16:21:01,740 DEBUG Popping from q - planetlab2.informatik.uni-erlangen.de
-2006-09-28 16:21:01,742 DEBUG Found tickets for planetlab02.cs.washington.edu
-2006-09-28 16:21:01,742 DEBUG Popping from q - planetlab-01.ipv6.lip6.fr
-2006-09-28 16:21:01,741 DEBUG Found tickets for planetlab1.pop-rj.rnp.br
-2006-09-28 16:21:01,743 DEBUG Popping from q - pl2.ernet.in
-2006-09-28 16:21:01,745 DEBUG Found tickets for orbpl2.rutgers.edu
-2006-09-28 16:21:01,745 DEBUG Popping from q - neu2.6planetlab.edu.cn
-2006-09-28 16:21:01,746 DEBUG Found tickets for planetlab2.informatik.uni-erlangen.de
-2006-09-28 16:21:01,747 DEBUG Popping from q - planetlab-2.cs.uni-paderborn.de
-2006-09-28 16:21:01,748 DEBUG Found tickets for planetlab-01.ipv6.lip6.fr
-2006-09-28 16:21:01,748 DEBUG Popping from q - planet5.cs.huji.ac.il
-2006-09-28 16:21:01,749 DEBUG Found tickets for planetlab1.cs.colorado.edu
-2006-09-28 16:21:01,750 DEBUG Popping from q - planetlab1.elet.polimi.it
-2006-09-28 16:21:01,751 DEBUG Popping from q - planetlab2.iiitb.ac.in
-2006-09-28 16:21:01,751 DEBUG Popping from q - server1.planetlab.iit-tech.net
-2006-09-28 16:21:01,754 DEBUG Popping from q - planetlab2.iitb.ac.in
-2006-09-28 16:21:01,754 DEBUG Popping from q - planetlab02.dis.unina.it
-2006-09-28 16:21:01,756 DEBUG Popping from q - planetlab-1.dis.uniroma1.it
-2006-09-28 16:21:01,757 DEBUG Popping from q - planetlab1.iitb.ac.in
-2006-09-28 16:21:01,758 DEBUG Found tickets for server1.planetlab.iit-tech.net
-2006-09-28 16:21:01,759 DEBUG Popping from q - pku1.6planetlab.edu.cn
-2006-09-28 16:21:01,760 DEBUG Found tickets for planetlab2.iitb.ac.in
-2006-09-28 16:21:01,761 DEBUG Popping from q - planetlab1.warsaw.rd.tp.pl
-2006-09-28 16:21:01,762 DEBUG Popping from q - planetlab1.cri.haifa.ac.il
-2006-09-28 16:21:01,763 DEBUG Found tickets for planetlab1.iitb.ac.in
-2006-09-28 16:21:01,764 DEBUG Popping from q - planetlab-2.cs.ucy.ac.cy
-2006-09-28 16:21:01,764 DEBUG Found tickets for pku1.6planetlab.edu.cn
-2006-09-28 16:21:01,765 DEBUG Popping from q - pl1.ernet.in
-2006-09-28 16:21:01,767 DEBUG Popping from q - planetlab2.georgetown.edu
-2006-09-28 16:21:01,769 DEBUG Popping from q - server2.planetlab.iit-tech.net
-2006-09-28 16:21:01,770 DEBUG Found tickets for planetlab1.cri.haifa.ac.il
-2006-09-28 16:21:01,770 DEBUG Popping from q - planetlab2.di.unito.it
-2006-09-28 16:21:01,772 DEBUG Popping from q - planetlab1.csee.usf.edu
-2006-09-28 16:21:01,773 DEBUG Popping from q - planetlab-2.dis.uniroma1.it
-2006-09-28 16:21:01,774 DEBUG Found tickets for planetlab2.georgetown.edu
-2006-09-28 16:21:01,774 DEBUG Popping from q - planetlab2.informatik.uni-kl.de
-2006-09-28 16:21:01,776 DEBUG Popping from q - planet1.cs.rochester.edu
-2006-09-28 16:21:01,778 DEBUG Popping from q - planetlab1.rutgers.edu
-2006-09-28 16:21:01,779 DEBUG Found tickets for planetlab2.informatik.uni-kl.de
-2006-09-28 16:21:01,779 DEBUG Popping from q - planetlab-2.ece.iastate.edu
-2006-09-28 16:21:01,781 DEBUG Popping from q - planetlab-1.sjce.nodes.planet-lab.org
-2006-09-28 16:21:01,780 DEBUG Found tickets for server2.planetlab.iit-tech.net
-2006-09-28 16:21:01,783 DEBUG Found tickets for planet1.cs.rochester.edu
-2006-09-28 16:21:01,783 DEBUG Popping from q - planetlab1.ie.cuhk.edu.hk
-2006-09-28 16:21:01,783 DEBUG Popping from q - planetlab2.ece.ucdavis.edu
-2006-09-28 16:21:01,785 DEBUG Popping from q - planetlab2lannion.elibel.tm.fr
-2006-09-28 16:21:01,786 DEBUG Found tickets for planetlab1.ie.cuhk.edu.hk
-2006-09-28 16:21:01,786 DEBUG Popping from q - planetlab01.mpi-sws.mpg.de
-2006-09-28 16:21:01,787 DEBUG Found tickets for planetlab1.rutgers.edu
-2006-09-28 16:21:01,788 DEBUG Popping from q - planetlab2.cs.duke.edu
-2006-09-28 16:21:01,789 DEBUG Found tickets for planetlab-1.sjce.nodes.planet-lab.org
-2006-09-28 16:21:01,790 DEBUG Popping from q - planetlab1.rn.informatics.scitech.susx.ac.uk
-2006-09-28 16:21:01,791 DEBUG Popping from q - planetlab1.eee.hku.hk
-2006-09-28 16:21:01,793 DEBUG Popping from q - pads23.cs.nthu.edu.tw
-2006-09-28 16:21:01,794 DEBUG Popping from q - planet2.halifax.canet4.nodes.planet-lab.org
-2006-09-28 16:21:01,794 DEBUG Popping from q - planetlab-2.tssg.org
-2006-09-28 16:21:01,797 DEBUG Found tickets for planetlab1.eee.hku.hk
-2006-09-28 16:21:01,797 DEBUG Popping from q - 200-102-209-151.paemt7001.t.brasiltelecom.net.br
-2006-09-28 16:21:01,799 DEBUG Found tickets for planetlab1.rn.informatics.scitech.susx.ac.uk
-2006-09-28 16:21:01,799 DEBUG Popping from q - planetlab2.poly.edu
-2006-09-28 16:21:01,800 DEBUG Found tickets for planetlab-2.tssg.org
-2006-09-28 16:21:01,800 DEBUG Popping from q - planetlab1.poly.edu
-2006-09-28 16:21:01,801 DEBUG Popping from q - planetlab2.net-research.org.uk
-2006-09-28 16:21:01,802 DEBUG Found tickets for planet2.halifax.canet4.nodes.planet-lab.org
-2006-09-28 16:21:01,803 DEBUG Popping from q - planetlab-2.imperial.ac.uk
-2006-09-28 16:21:01,804 DEBUG Found tickets for 200-102-209-151.paemt7001.t.brasiltelecom.net.br
-2006-09-28 16:21:01,805 DEBUG Popping from q - planetlab2.warsaw.rd.tp.pl
-2006-09-28 16:21:01,806 DEBUG Popping from q - planetlab-1.imperial.ac.uk
-2006-09-28 16:21:01,808 DEBUG Popping from q - planetlab2.exp-math.uni-essen.de
-2006-09-28 16:21:01,809 DEBUG Found tickets for planetlab2.net-research.org.uk
-2006-09-28 16:21:01,809 DEBUG Popping from q - planetlab2.eee.hku.hk
-2006-09-28 16:21:01,810 DEBUG Found tickets for planetlab-2.imperial.ac.uk
-2006-09-28 16:21:01,811 DEBUG Popping from q - planetlab1.cis.upenn.edu
-2006-09-28 16:21:01,813 DEBUG Found tickets for planetlab-1.imperial.ac.uk
-2006-09-28 16:41:01,376 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv
-2006-09-28 16:41:02,439 DEBUG Retrieved 705 hosts
-2006-09-28 16:41:02,444 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='drift%20%3E%201m'
-2006-09-28 16:41:02,577 DEBUG Retrieved 8 hosts
-2006-09-28 16:41:02,578 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='resptime%20%3E%200%20&&%20gbfree%20%3C%205'
-2006-09-28 16:41:02,745 DEBUG Retrieved 9 hosts
-2006-09-28 16:41:02,745 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='sshstatus%20%3E%202h'
-2006-09-28 16:41:03,086 DEBUG Retrieved 159 hosts
-2006-09-28 16:41:03,088 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='dns1udp%20%3E%2080%20&&%20dns2udp%20%3E%2080'
-2006-09-28 16:41:03,219 DEBUG Retrieved 6 hosts
-2006-09-28 16:41:03,219 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='filerw%3E0'
-2006-09-28 16:41:03,348 DEBUG Retrieved 3 hosts
-2006-09-28 16:41:03,351 DEBUG Popping from q - planetlab2.elet.polimi.it
-2006-09-28 16:41:03,352 DEBUG Popping from q - pli1-br-3.hpl.hp.com
-2006-09-28 16:41:03,353 DEBUG Popping from q - planetlab2.nbgisp.com
-2006-09-28 16:41:03,354 DEBUG Popping from q - planetlab1.cs.stir.ac.uk
-2006-09-28 16:41:03,355 DEBUG Popping from q - planetlab1.cse.msu.edu
-2006-09-28 16:41:03,356 DEBUG Popping from q - planetlab2.cse.msu.edu
-2006-09-28 16:41:03,358 DEBUG Popping from q - planetlab0.cs.stir.ac.uk
-2006-09-28 16:41:03,359 DEBUG Found tickets for planetlab1.cse.msu.edu
-2006-09-28 16:41:03,359 DEBUG Popping from q - planetlab1.informatik.uni-erlangen.de
-2006-09-28 16:41:03,361 DEBUG Found tickets for pli1-br-3.hpl.hp.com
-2006-09-28 16:41:03,361 DEBUG Popping from q - planetlab1.cs.purdue.edu
-2006-09-28 16:41:03,362 DEBUG Popping from q - planetlab3.flux.utah.edu
-2006-09-28 16:41:03,364 DEBUG Found tickets for planetlab2.cse.msu.edu
-2006-09-28 16:41:03,364 DEBUG Popping from q - planetlab2.cs.columbia.edu
-2006-09-28 16:41:03,365 DEBUG Popping from q - planetlab1.win.trlabs.ca
-2006-09-28 16:41:03,366 DEBUG Popping from q - planetlab1.cs.duke.edu
-2006-09-28 16:41:03,368 DEBUG Popping from q - planetlab2.flux.utah.edu
-2006-09-28 16:41:03,370 DEBUG Popping from q - planetlab3.cs.columbia.edu
-2006-09-28 16:41:03,371 DEBUG Found tickets for planetlab1.cs.purdue.edu
-2006-09-28 16:41:03,372 DEBUG Popping from q - planetlab1.cs.columbia.edu
-2006-09-28 16:41:03,372 DEBUG Popping from q - planetlab-1.eecs.cwru.edu
-2006-09-28 16:41:03,374 DEBUG Popping from q - planetlab2.rutgers.edu
-2006-09-28 16:41:03,375 DEBUG Popping from q - vn3.cs.wustl.edu
-2006-09-28 16:41:03,377 DEBUG Popping from q - planetlab2.cri.haifa.ac.il
-2006-09-28 16:41:03,378 DEBUG Popping from q - soccf-planet-001.comp.nus.edu.sg
-2006-09-28 16:41:03,380 DEBUG Found tickets for planetlab2.rutgers.edu
-2006-09-28 16:41:03,380 DEBUG Popping from q - planetlab01.cse.psu.edu
-2006-09-28 16:41:03,381 DEBUG Popping from q - csu2.6planetlab.edu.cn
-2006-09-28 16:41:03,382 DEBUG Found tickets for vn3.cs.wustl.edu
-2006-09-28 16:41:03,382 DEBUG Popping from q - planet2.njit.edu
-2006-09-28 16:41:03,384 DEBUG Popping from q - planetlab2.unl.edu
-2006-09-28 16:41:03,385 DEBUG Found tickets for planetlab2.cri.haifa.ac.il
-2006-09-28 16:41:03,386 DEBUG Popping from q - planetlab1.cs.pitt.edu
-2006-09-28 16:41:03,387 DEBUG Found tickets for csu2.6planetlab.edu.cn
-2006-09-28 16:41:03,387 DEBUG Popping from q - planetlab-2.eecs.cwru.edu
-2006-09-28 16:41:03,388 DEBUG Found tickets for soccf-planet-001.comp.nus.edu.sg
-2006-09-28 16:41:03,389 DEBUG Popping from q - planetlab2.urv.net
-2006-09-28 16:41:03,390 DEBUG Found tickets for planet2.njit.edu
-2006-09-28 16:41:03,390 DEBUG Popping from q - planetlab7.csail.mit.edu
-2006-09-28 16:41:03,392 DEBUG Popping from q - buaa1.6planetlab.edu.cn
-2006-09-28 16:41:03,393 DEBUG Popping from q - ricepl-3.cs.rice.edu
-2006-09-28 16:41:03,394 DEBUG Popping from q - planet-lab-1.csse.monash.edu.au
-2006-09-28 16:41:03,396 DEBUG Popping from q - planetlab5.millennium.berkeley.edu
-2006-09-28 16:41:03,396 DEBUG Found tickets for planetlab7.csail.mit.edu
-2006-09-28 16:41:03,398 DEBUG Popping from q - planetlab1.pop-ce.rnp.br
-2006-09-28 16:41:03,399 DEBUG Found tickets for buaa1.6planetlab.edu.cn
-2006-09-28 16:41:03,400 DEBUG Popping from q - planetlab2.mnlab.cti.depaul.edu
-2006-09-28 16:41:03,401 DEBUG Popping from q - peace.ri.uni-tuebingen.de
-2006-09-28 16:41:03,402 DEBUG Popping from q - planetlab-8.cs.princeton.edu
-2006-09-28 16:41:03,403 DEBUG Popping from q - planetlab2.ucsd.edu
-2006-09-28 16:41:03,405 DEBUG Found tickets for planetlab1.pop-ce.rnp.br
-2006-09-28 16:41:03,405 DEBUG Popping from q - blast.uwaterloo.ca
-2006-09-28 16:41:03,407 DEBUG Found tickets for planetlab2.mnlab.cti.depaul.edu
-2006-09-28 16:41:03,407 DEBUG Popping from q - planetlab1.cs.wayne.edu
-2006-09-28 16:41:03,408 DEBUG Popping from q - pli1-br-3.hpl.hp.com
-2006-09-28 16:41:03,409 DEBUG Found tickets for planetlab-8.cs.princeton.edu
-2006-09-28 16:41:03,410 DEBUG Popping from q - planetlab2.eurecom.fr
-2006-09-28 16:41:03,411 DEBUG Found tickets for planetlab2.ucsd.edu
-2006-09-28 16:41:03,412 DEBUG Popping from q - planetlab1.di.unito.it
-2006-09-28 16:41:03,413 DEBUG Found tickets for planetlab1.cs.wayne.edu
-2006-09-28 16:41:03,413 DEBUG Popping from q - planetlab2.simula.no
-2006-09-28 16:41:03,414 DEBUG Found tickets for blast.uwaterloo.ca
-2006-09-28 16:41:03,415 DEBUG Popping from q - planetlab01.dis.unina.it
-2006-09-28 16:41:03,416 DEBUG Popping from q - planetlab1.flux.utah.edu
-2006-09-28 16:41:03,417 DEBUG Found tickets for pli1-br-3.hpl.hp.com
-2006-09-28 16:41:03,418 DEBUG Popping from q - planetlab-1.ece.iastate.edu
-2006-09-28 16:41:03,419 DEBUG Found tickets for planetlab1.di.unito.it
-2006-09-28 16:41:03,419 DEBUG Popping from q - sdu1.6planetlab.edu.cn
-2006-09-28 16:41:03,421 DEBUG Popping from q - planetlab4.upc.es
-2006-09-28 16:41:03,422 DEBUG Popping from q - planetlab-13.cs.princeton.edu
-2006-09-28 16:41:03,423 DEBUG Popping from q - planet1.cc.gt.atl.ga.us
-2006-09-28 16:41:03,425 DEBUG Found tickets for planetlab-1.ece.iastate.edu
-2006-09-28 16:41:03,425 DEBUG Popping from q - planetlab2.eecs.wsu.edu
-2006-09-28 16:41:03,426 DEBUG Found tickets for sdu1.6planetlab.edu.cn
-2006-09-28 16:41:03,426 DEBUG Popping from q - planet2.cs.ucsb.edu
-2006-09-28 16:41:03,428 DEBUG Popping from q - xjtu2.6planetlab.edu.cn
-2006-09-28 16:41:03,430 DEBUG Found tickets for planetlab-13.cs.princeton.edu
-2006-09-28 16:41:03,430 DEBUG Popping from q - planetlab3.upc.es
-2006-09-28 16:41:03,431 DEBUG Popping from q - node1.lbnl.nodes.planet-lab.org
-2006-09-28 16:41:03,432 DEBUG Popping from q - planetlab1.iitr.ernet.in
-2006-09-28 16:41:03,434 DEBUG Found tickets for planet2.cs.ucsb.edu
-2006-09-28 16:41:03,434 DEBUG Popping from q - planetlab1.ipls.internet2.planet-lab.org
-2006-09-28 16:41:03,436 DEBUG Popping from q - planetlab2.uvic.ca
-2006-09-28 16:41:03,437 DEBUG Popping from q - planetlab01.erin.utoronto.ca
-2006-09-28 16:41:03,438 DEBUG Popping from q - planetlab-4.ece.iastate.edu
-2006-09-28 16:41:03,439 DEBUG Popping from q - planetlab2.informatik.uni-goettingen.de
-2006-09-28 16:41:03,441 DEBUG Popping from q - ds-pl1.technion.ac.il
-2006-09-28 16:41:03,442 DEBUG Found tickets for planetlab2.uvic.ca
-2006-09-28 16:41:03,443 DEBUG Popping from q - planetlab1.mnl.cs.sunysb.edu
-2006-09-28 16:41:03,444 DEBUG Popping from q - aladdin.planetlab.extranet.uni-passau.de
-2006-09-28 16:41:03,445 DEBUG Found tickets for planetlab2.informatik.uni-goettingen.de
-2006-09-28 16:41:03,446 DEBUG Popping from q - planetlab-1.cs.uni-paderborn.de
-2006-09-28 16:41:03,447 DEBUG Found tickets for planetlab-4.ece.iastate.edu
-2006-09-28 16:41:03,447 DEBUG Popping from q - planet1.njit.edu
-2006-09-28 16:41:03,449 DEBUG Popping from q - pku2.6planetlab.edu.cn
-2006-09-28 16:41:03,450 DEBUG Found tickets for planetlab1.mnl.cs.sunysb.edu
-2006-09-28 16:41:03,450 DEBUG Popping from q - planetlab-1.cs.ucy.ac.cy
-2006-09-28 16:41:03,452 DEBUG Popping from q - planetlab00.cse.psu.edu
-2006-09-28 16:41:03,453 DEBUG Popping from q - planetlab04.ethz.ch
-2006-09-28 16:41:03,455 DEBUG Popping from q - sdu2.6planetlab.edu.cn
-2006-09-28 16:41:03,456 DEBUG Popping from q - planet-lab.iki.rssi.ru
-2006-09-28 16:41:03,457 DEBUG Popping from q - planetlab1.polito.it
-2006-09-28 16:41:03,459 DEBUG Popping from q - planetlab1.uvic.ca
-2006-09-28 16:41:03,460 DEBUG Found tickets for planetlab04.ethz.ch
-2006-09-28 16:41:03,461 DEBUG Popping from q - planetlab-1.amst.nodes.planet-lab.org
-2006-09-28 16:41:03,462 DEBUG Found tickets for sdu2.6planetlab.edu.cn
-2006-09-28 16:41:03,462 DEBUG Popping from q - cloudburst.uwaterloo.ca
-2006-09-28 16:41:03,463 DEBUG Found tickets for planet-lab.iki.rssi.ru
-2006-09-28 16:41:03,463 DEBUG Popping from q - planet2.cs.rochester.edu
-2006-09-28 16:41:03,464 DEBUG Found tickets for planetlab1.polito.it
-2006-09-28 16:41:03,465 DEBUG Popping from q - planetlab1.xeno.cl.cam.ac.uk
-2006-09-28 16:41:03,466 DEBUG Found tickets for planetlab1.uvic.ca
-2006-09-28 16:41:03,467 DEBUG Popping from q - lycra.cs.princeton.edu
-2006-09-28 16:41:03,468 DEBUG Popping from q - planetlab06.mpi-sws.mpg.de
-2006-09-28 16:41:03,469 DEBUG Found tickets for cloudburst.uwaterloo.ca
-2006-09-28 16:41:03,470 DEBUG Popping from q - planetlab1.ias.csusb.edu
-2006-09-28 16:41:03,471 DEBUG Found tickets for planet2.cs.rochester.edu
-2006-09-28 16:41:03,472 DEBUG Popping from q - vayu.iitd.ernet.in
-2006-09-28 16:41:03,473 DEBUG Found tickets for lycra.cs.princeton.edu
-2006-09-28 16:41:03,473 DEBUG Popping from q - node2.lbnl.nodes.planet-lab.org
-2006-09-28 16:41:03,474 DEBUG Popping from q - planetlab1.cs.unibo.it
-2006-09-28 16:41:03,475 DEBUG Popping from q - cqu1.6planetlab.edu.cn
-2006-09-28 16:41:03,477 DEBUG Found tickets for planetlab1.ias.csusb.edu
-2006-09-28 16:41:03,477 DEBUG Popping from q - planetlab2.acis.ufl.edu
-2006-09-28 16:41:03,478 DEBUG Popping from q - tju2.6planetlab.edu.cn
-2006-09-28 16:41:03,480 DEBUG Popping from q - orbpl1.rutgers.edu
-2006-09-28 16:41:03,481 DEBUG Found tickets for planetlab1.cs.unibo.it
-2006-09-28 16:41:03,482 DEBUG Popping from q - ent1.cs.nccu.edu.tw
-2006-09-28 16:41:03,483 DEBUG Found tickets for planetlab2.acis.ufl.edu
-2006-09-28 16:41:03,483 DEBUG Popping from q - planet0.jaist.ac.jp
-2006-09-28 16:41:03,484 DEBUG Found tickets for cqu1.6planetlab.edu.cn
-2006-09-28 16:41:03,485 DEBUG Popping from q - planetlab1.informatik.uni-wuerzburg.de
-2006-09-28 16:41:03,486 DEBUG Found tickets for tju2.6planetlab.edu.cn
-2006-09-28 16:41:03,486 DEBUG Popping from q - planetlab3.warsaw.rd.tp.pl
-2006-09-28 16:41:03,488 DEBUG Found tickets for ent1.cs.nccu.edu.tw
-2006-09-28 16:41:03,488 DEBUG Popping from q - planetlab0.ias.csusb.edu
-2006-09-28 16:41:03,490 DEBUG Found tickets for orbpl1.rutgers.edu
-2006-09-28 16:41:03,490 DEBUG Found tickets for planetlab0.ias.csusb.edu
-2006-09-28 16:41:03,491 DEBUG Popping from q - planetlab-2.amst.nodes.planet-lab.org
-2006-09-28 16:41:03,491 DEBUG Popping from q - planetlab3.inria.fr
-2006-09-28 16:41:03,492 DEBUG Found tickets for planet0.jaist.ac.jp
-2006-09-28 16:41:03,493 DEBUG Popping from q - 200-102-209-152.paemt7001.t.brasiltelecom.net.br
-2006-09-28 16:41:03,494 DEBUG Found tickets for planetlab1.informatik.uni-wuerzburg.de
-2006-09-28 16:41:03,494 DEBUG Popping from q - planetlab3.mnl.cs.sunysb.edu
-2006-09-28 16:41:03,496 DEBUG Popping from q - planetlab-15.cs.princeton.edu
-2006-09-28 16:41:03,497 DEBUG Popping from q - ent2.cs.nccu.edu.tw
-2006-09-28 16:41:03,498 DEBUG Found tickets for 200-102-209-152.paemt7001.t.brasiltelecom.net.br
-2006-09-28 16:41:03,499 DEBUG Popping from q - planet-lab-2.csse.monash.edu.au
-2006-09-28 16:41:03,500 DEBUG Popping from q - planet1.ecse.rpi.edu
-2006-09-28 16:41:03,502 DEBUG Popping from q - planetlab2.pop-mg.rnp.br
-2006-09-28 16:41:03,503 DEBUG Found tickets for planet-lab-2.csse.monash.edu.au
-2006-09-28 16:41:03,503 DEBUG Popping from q - planetlab1.cs.wisc.edu
-2006-09-28 16:41:03,504 DEBUG Popping from q - planetlab-2.unk.edu
-2006-09-28 16:41:03,506 DEBUG Found tickets for ent2.cs.nccu.edu.tw
-2006-09-28 16:41:03,506 DEBUG Popping from q - planetlab2.rdfrancetelecom.com
-2006-09-28 16:41:03,508 DEBUG Found tickets for planetlab2.pop-mg.rnp.br
-2006-09-28 16:41:03,508 DEBUG Popping from q - planetlab1.eurecom.fr
-2006-09-28 16:41:03,509 DEBUG Found tickets for planetlab1.cs.wisc.edu
-2006-09-28 16:41:03,509 DEBUG Popping from q - planetlab1.cs.virginia.edu
-2006-09-28 16:41:03,510 DEBUG Found tickets for planet1.ecse.rpi.edu
-2006-09-28 16:41:03,511 DEBUG Popping from q - tju1.6planetlab.edu.cn
-2006-09-28 16:41:03,512 DEBUG Popping from q - planetlab-3.amst.nodes.planet-lab.org
-2006-09-28 16:41:03,514 DEBUG Found tickets for planetlab2.rdfrancetelecom.com
-2006-09-28 16:41:03,515 DEBUG Popping from q - planetlab1.georgetown.edu
-2006-09-28 16:41:03,516 DEBUG Found tickets for planetlab1.eurecom.fr
-2006-09-28 16:41:03,516 DEBUG Popping from q - alice.cs.princeton.edu
-2006-09-28 16:41:03,516 DEBUG Popping from q - planet1.inf.tu-dresden.de
-2006-09-28 16:41:03,519 DEBUG Popping from q - planetlab02.erin.utoronto.ca
-2006-09-28 16:41:03,520 DEBUG Found tickets for planetlab1.georgetown.edu
-2006-09-28 16:41:03,521 DEBUG Popping from q - planetlab-1.vuse.vanderbilt.edu
-2006-09-28 16:41:03,522 DEBUG Found tickets for alice.cs.princeton.edu
-2006-09-28 16:41:03,522 DEBUG Popping from q - planetlab3.uvic.ca
-2006-09-28 16:41:03,523 DEBUG Found tickets for tju1.6planetlab.edu.cn
-2006-09-28 16:41:03,524 DEBUG Popping from q - scut2.6planetlab.edu.cn
-2006-09-28 16:41:03,524 DEBUG Popping from q - planetlab1.swidnik.rd.tp.pl
-2006-09-28 16:41:03,526 DEBUG Popping from q - planet2.cdacb.ernet.in
-2006-09-28 16:41:03,528 DEBUG Found tickets for planetlab3.uvic.ca
-2006-09-28 16:41:03,528 DEBUG Popping from q - planetlab1.rdfrancetelecom.com
-2006-09-28 16:41:03,529 DEBUG Found tickets for planetlab-1.vuse.vanderbilt.edu
-2006-09-28 16:41:03,530 DEBUG Popping from q - planet2.inf.tu-dresden.de
-2006-09-28 16:41:03,531 DEBUG Found tickets for planetlab1.swidnik.rd.tp.pl
-2006-09-28 16:41:03,532 DEBUG Popping from q - planet02.csc.ncsu.edu
-2006-09-28 16:41:03,530 DEBUG Found tickets for planet2.cdacb.ernet.in
-2006-09-28 16:41:03,533 DEBUG Popping from q - planetlab-1.tssg.org
-2006-09-28 16:41:03,534 DEBUG Found tickets for planetlab1.rdfrancetelecom.com
-2006-09-28 16:41:03,534 DEBUG Popping from q - planetlab-2.vuse.vanderbilt.edu
-2006-09-28 16:41:03,535 DEBUG Found tickets for scut2.6planetlab.edu.cn
-2006-09-28 16:41:03,536 DEBUG Popping from q - planetlab-11.cs.princeton.edu
-2006-09-28 16:41:03,537 DEBUG Found tickets for planetlab-2.vuse.vanderbilt.edu
-2006-09-28 16:41:03,538 DEBUG Popping from q - planet03.csc.ncsu.edu
-2006-09-28 16:41:03,538 DEBUG Popping from q - planetlab1.pop-rj.rnp.br
-2006-09-28 16:41:03,540 DEBUG Popping from q - planet1.halifax.canet4.nodes.planet-lab.org
-2006-09-28 16:41:03,541 DEBUG Found tickets for planetlab-1.tssg.org
-2006-09-28 16:41:03,542 DEBUG Popping from q - planetlab2.uc.edu
-2006-09-28 16:41:03,543 DEBUG Popping from q - planet1.cavite.nodes.planet-lab.org
-2006-09-28 16:41:03,544 DEBUG Popping from q - ds-pl3.technion.ac.il
-2006-09-28 16:41:03,546 DEBUG Found tickets for planetlab1.pop-rj.rnp.br
-2006-09-28 16:41:03,546 DEBUG Popping from q - planetlab2.cs.purdue.edu
-2006-09-28 16:41:03,547 DEBUG Popping from q - planetlab3.millennium.berkeley.edu
-2006-09-28 16:41:03,548 DEBUG Popping from q - planetlab1.unl.edu
-2006-09-28 16:41:03,550 DEBUG Popping from q - planetlab1.cs.colorado.edu
-2006-09-28 16:41:03,552 DEBUG Popping from q - planetlab02.cs.washington.edu
-2006-09-28 16:41:03,553 DEBUG Found tickets for planetlab1.unl.edu
-2006-09-28 16:41:03,553 DEBUG Popping from q - orbpl2.rutgers.edu
-2006-09-28 16:41:03,554 DEBUG Found tickets for ds-pl3.technion.ac.il
-2006-09-28 16:41:03,555 DEBUG Popping from q - planetlab2.informatik.uni-erlangen.de
-2006-09-28 16:41:03,556 DEBUG Popping from q - planetlab-01.ipv6.lip6.fr
-2006-09-28 16:41:03,558 DEBUG Found tickets for planetlab1.cs.colorado.edu
-2006-09-28 16:41:03,558 DEBUG Popping from q - pl2.ernet.in
-2006-09-28 16:41:03,559 DEBUG Found tickets for planetlab02.cs.washington.edu
-2006-09-28 16:41:03,560 DEBUG Popping from q - neu2.6planetlab.edu.cn
-2006-09-28 16:41:03,561 DEBUG Found tickets for orbpl2.rutgers.edu
-2006-09-28 16:41:03,561 DEBUG Popping from q - planetlab-2.cs.uni-paderborn.de
-2006-09-28 16:41:03,562 DEBUG Found tickets for planetlab2.informatik.uni-erlangen.de
-2006-09-28 16:41:03,563 DEBUG Popping from q - planet5.cs.huji.ac.il
-2006-09-28 16:41:03,564 DEBUG Found tickets for planetlab-01.ipv6.lip6.fr
-2006-09-28 16:41:03,564 DEBUG Popping from q - planetlab1.elet.polimi.it
-2006-09-28 16:41:03,566 DEBUG Popping from q - planetlab2.iiitb.ac.in
-2006-09-28 16:41:03,567 DEBUG Popping from q - server1.planetlab.iit-tech.net
-2006-09-28 16:41:03,569 DEBUG Popping from q - planetlab2.iitb.ac.in
-2006-09-28 16:41:03,570 DEBUG Popping from q - planetlab02.dis.unina.it
-2006-09-28 16:41:03,571 DEBUG Popping from q - planetlab-1.dis.uniroma1.it
-2006-09-28 16:41:03,573 DEBUG Popping from q - planetlab1.iitb.ac.in
-2006-09-28 16:41:03,574 DEBUG Found tickets for server1.planetlab.iit-tech.net
-2006-09-28 16:41:03,574 DEBUG Popping from q - pku1.6planetlab.edu.cn
-2006-09-28 16:41:03,575 DEBUG Found tickets for planetlab2.iitb.ac.in
-2006-09-28 16:41:03,576 DEBUG Popping from q - planetlab1.warsaw.rd.tp.pl
-2006-09-28 16:41:03,577 DEBUG Popping from q - planetlab1.cri.haifa.ac.il
-2006-09-28 16:41:03,579 DEBUG Found tickets for pku1.6planetlab.edu.cn
-2006-09-28 16:41:03,580 DEBUG Popping from q - planetlab-2.cs.ucy.ac.cy
-2006-09-28 16:41:03,581 DEBUG Found tickets for planetlab1.iitb.ac.in
-2006-09-28 16:41:03,581 DEBUG Popping from q - planetlab2.georgetown.edu
-2006-09-28 16:41:03,581 DEBUG Popping from q - pl1.ernet.in
-2006-09-28 16:41:03,583 DEBUG Popping from q - server2.planetlab.iit-tech.net
-2006-09-28 16:41:03,584 DEBUG Popping from q - planetlab2.di.unito.it
-2006-09-28 16:41:03,586 DEBUG Found tickets for planetlab1.cri.haifa.ac.il
-2006-09-28 16:41:03,586 DEBUG Popping from q - planetlab1.csee.usf.edu
-2006-09-28 16:41:03,588 DEBUG Popping from q - planetlab-2.dis.uniroma1.it
-2006-09-28 16:41:03,589 DEBUG Found tickets for planetlab2.georgetown.edu
-2006-09-28 16:41:03,589 DEBUG Popping from q - planetlab2.informatik.uni-kl.de
-2006-09-28 16:41:03,590 DEBUG Found tickets for server2.planetlab.iit-tech.net
-2006-09-28 16:41:03,591 DEBUG Popping from q - planet1.cs.rochester.edu
-2006-09-28 16:41:03,592 DEBUG Popping from q - planetlab1.rutgers.edu
-2006-09-28 16:41:03,594 DEBUG Popping from q - planetlab-1.sjce.nodes.planet-lab.org
-2006-09-28 16:41:03,595 DEBUG Found tickets for planetlab2.informatik.uni-kl.de
-2006-09-28 16:41:03,596 DEBUG Popping from q - planetlab2.ece.ucdavis.edu
-2006-09-28 16:41:03,597 DEBUG Found tickets for planet1.cs.rochester.edu
-2006-09-28 16:41:03,597 DEBUG Popping from q - planetlab1.ie.cuhk.edu.hk
-2006-09-28 16:41:03,594 DEBUG Popping from q - planetlab-2.ece.iastate.edu
-2006-09-28 16:41:03,600 DEBUG Found tickets for planetlab-1.sjce.nodes.planet-lab.org
-2006-09-28 16:41:03,600 DEBUG Popping from q - planetlab2lannion.elibel.tm.fr
-2006-09-28 16:41:03,601 DEBUG Popping from q - planetlab01.mpi-sws.mpg.de
-2006-09-28 16:41:03,602 DEBUG Found tickets for planetlab1.ie.cuhk.edu.hk
-2006-09-28 16:41:03,603 DEBUG Popping from q - planetlab2.cs.duke.edu
-2006-09-28 16:41:03,604 DEBUG Popping from q - planetlab1.rn.informatics.scitech.susx.ac.uk
-2006-09-28 16:41:03,605 DEBUG Found tickets for planetlab1.rutgers.edu
-2006-09-28 16:41:03,605 DEBUG Popping from q - planetlab1.eee.hku.hk
-2006-09-28 16:41:03,607 DEBUG Popping from q - pads23.cs.nthu.edu.tw
-2006-09-28 16:41:03,608 DEBUG Popping from q - planet2.halifax.canet4.nodes.planet-lab.org
-2006-09-28 16:41:03,609 DEBUG Popping from q - planetlab-2.tssg.org
-2006-09-28 16:41:03,611 DEBUG Found tickets for planetlab1.rn.informatics.scitech.susx.ac.uk
-2006-09-28 16:41:03,611 DEBUG Popping from q - 200-102-209-151.paemt7001.t.brasiltelecom.net.br
-2006-09-28 16:41:03,613 DEBUG Found tickets for planetlab1.eee.hku.hk
-2006-09-28 16:41:03,613 DEBUG Popping from q - planetlab2.poly.edu
-2006-09-28 16:41:03,614 DEBUG Popping from q - planetlab1.poly.edu
-2006-09-28 16:41:03,615 DEBUG Found tickets for planet2.halifax.canet4.nodes.planet-lab.org
-2006-09-28 16:41:03,616 DEBUG Popping from q - planetlab2.net-research.org.uk
-2006-09-28 16:41:03,617 DEBUG Found tickets for planetlab-2.tssg.org
-2006-09-28 16:41:03,617 DEBUG Popping from q - planetlab-2.imperial.ac.uk
-2006-09-28 16:41:03,619 DEBUG Popping from q - planetlab2.warsaw.rd.tp.pl
-2006-09-28 16:41:03,620 DEBUG Found tickets for 200-102-209-151.paemt7001.t.brasiltelecom.net.br
-2006-09-28 16:41:03,620 DEBUG Popping from q - planetlab-1.imperial.ac.uk
-2006-09-28 16:41:03,621 DEBUG Popping from q - planetlab2.exp-math.uni-essen.de
-2006-09-28 16:41:03,623 DEBUG Found tickets for planetlab-2.imperial.ac.uk
-2006-09-28 16:41:03,624 DEBUG Popping from q - planetlab2.eee.hku.hk
-2006-09-28 16:41:03,623 DEBUG Found tickets for planetlab2.net-research.org.uk
-2006-09-28 16:41:03,625 DEBUG Popping from q - planetlab1.cis.upenn.edu
-2006-09-28 16:41:03,626 DEBUG Found tickets for planetlab-1.imperial.ac.uk
-2006-09-28 17:01:03,193 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv
-2006-09-28 17:01:04,274 DEBUG Retrieved 705 hosts
-2006-09-28 17:01:04,280 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='drift%20%3E%201m'
-2006-09-28 17:01:04,419 DEBUG Retrieved 9 hosts
-2006-09-28 17:01:04,419 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='resptime%20%3E%200%20&&%20gbfree%20%3C%205'
-2006-09-28 17:01:04,558 DEBUG Retrieved 10 hosts
-2006-09-28 17:01:04,559 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='sshstatus%20%3E%202h'
-2006-09-28 17:01:04,900 DEBUG Retrieved 158 hosts
-2006-09-28 17:01:04,902 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='dns1udp%20%3E%2080%20&&%20dns2udp%20%3E%2080'
-2006-09-28 17:01:05,125 DEBUG Retrieved 6 hosts
-2006-09-28 17:01:05,125 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='filerw%3E0'
-2006-09-28 17:01:05,261 DEBUG Retrieved 3 hosts
-2006-09-28 17:01:05,264 DEBUG Popping from q - planetlab2.elet.polimi.it
-2006-09-28 17:01:05,265 DEBUG Popping from q - pli1-br-3.hpl.hp.com
-2006-09-28 17:01:05,266 DEBUG Popping from q - planetlab2.nbgisp.com
-2006-09-28 17:01:05,267 DEBUG Popping from q - planetlab2.cs.duke.edu
-2006-09-28 17:01:05,268 DEBUG Popping from q - planetlab1.cs.stir.ac.uk
-2006-09-28 17:01:05,269 DEBUG Popping from q - planetlab1.cse.msu.edu
-2006-09-28 17:01:05,271 DEBUG Found tickets for pli1-br-3.hpl.hp.com
-2006-09-28 17:01:05,271 DEBUG Popping from q - planetlab2.cse.msu.edu
-2006-09-28 17:01:05,272 DEBUG Popping from q - planetlab0.cs.stir.ac.uk
-2006-09-28 17:01:05,274 DEBUG Popping from q - planetlab1.informatik.uni-erlangen.de
-2006-09-28 17:01:05,275 DEBUG Found tickets for planetlab1.cse.msu.edu
-2006-09-28 17:01:05,276 DEBUG Popping from q - planetlab1.cs.purdue.edu
-2006-09-28 17:01:05,277 DEBUG Found tickets for planetlab2.cse.msu.edu
-2006-09-28 17:01:05,277 DEBUG Popping from q - planetlab1.een.orst.edu
-2006-09-28 17:01:05,278 DEBUG Popping from q - planetlab2.cs.columbia.edu
-2006-09-28 17:01:05,279 DEBUG Popping from q - planetlab1.win.trlabs.ca
-2006-09-28 17:01:05,281 DEBUG Popping from q - planetlab1.cs.duke.edu
-2006-09-28 17:01:05,282 DEBUG Found tickets for planetlab1.cs.purdue.edu
-2006-09-28 17:01:05,282 DEBUG Popping from q - planetlab2.flux.utah.edu
-2006-09-28 17:01:05,285 DEBUG Popping from q - planetlab3.cs.columbia.edu
-2006-09-28 17:01:05,286 DEBUG Popping from q - planetlab1.cs.columbia.edu
-2006-09-28 17:01:05,288 DEBUG Popping from q - planetlab3.flux.utah.edu
-2006-09-28 17:01:05,292 DEBUG Popping from q - planetlab-1.eecs.cwru.edu
-2006-09-28 17:01:05,293 DEBUG Popping from q - planetlab2.rutgers.edu
-2006-09-28 17:01:05,295 DEBUG Popping from q - vn3.cs.wustl.edu
-2006-09-28 17:01:05,298 DEBUG Popping from q - planetlab2.cri.haifa.ac.il
-2006-09-28 17:01:05,299 DEBUG Found tickets for planetlab2.rutgers.edu
-2006-09-28 17:01:05,299 DEBUG Popping from q - soccf-planet-001.comp.nus.edu.sg
-2006-09-28 17:01:05,302 DEBUG Popping from q - planetlab01.cse.psu.edu
-2006-09-28 17:01:05,304 DEBUG Found tickets for vn3.cs.wustl.edu
-2006-09-28 17:01:05,304 DEBUG Popping from q - csu2.6planetlab.edu.cn
-2006-09-28 17:01:05,307 DEBUG Found tickets for planetlab2.cri.haifa.ac.il
-2006-09-28 17:01:05,307 DEBUG Popping from q - planet2.njit.edu
-2006-09-28 17:01:05,309 DEBUG Found tickets for soccf-planet-001.comp.nus.edu.sg
-2006-09-28 17:01:05,309 DEBUG Popping from q - planetlab2.unl.edu
-2006-09-28 17:01:05,312 DEBUG Popping from q - planetlab1.cs.pitt.edu
-2006-09-28 17:01:05,315 DEBUG Found tickets for csu2.6planetlab.edu.cn
-2006-09-28 17:01:05,315 DEBUG Popping from q - planetlab-2.eecs.cwru.edu
-2006-09-28 17:01:05,317 DEBUG Found tickets for planet2.njit.edu
-2006-09-28 17:01:05,318 DEBUG Popping from q - planetlab2.urv.net
-2006-09-28 17:01:05,319 DEBUG Popping from q - planetlab7.csail.mit.edu
-2006-09-28 17:01:05,321 DEBUG Popping from q - buaa1.6planetlab.edu.cn
-2006-09-28 17:01:05,322 DEBUG Popping from q - ricepl-3.cs.rice.edu
-2006-09-28 17:01:05,324 DEBUG Popping from q - planet-lab-1.csse.monash.edu.au
-2006-09-28 17:01:05,327 DEBUG Found tickets for planetlab7.csail.mit.edu
-2006-09-28 17:01:05,327 DEBUG Popping from q - planetlab5.millennium.berkeley.edu
-2006-09-28 17:01:05,328 DEBUG Popping from q - planetlab1.pop-ce.rnp.br
-2006-09-28 17:01:05,329 DEBUG Found tickets for buaa1.6planetlab.edu.cn
-2006-09-28 17:01:05,330 DEBUG Popping from q - planetlab2.mnlab.cti.depaul.edu
-2006-09-28 17:01:05,333 DEBUG Popping from q - peace.ri.uni-tuebingen.de
-2006-09-28 17:01:05,335 DEBUG Found tickets for planetlab1.pop-ce.rnp.br
-2006-09-28 17:01:05,335 DEBUG Popping from q - planetlab-8.cs.princeton.edu
-2006-09-28 17:01:05,336 DEBUG Popping from q - planetlab2.ucsd.edu
-2006-09-28 17:01:05,339 DEBUG Popping from q - blast.uwaterloo.ca
-2006-09-28 17:01:05,340 DEBUG Found tickets for planetlab2.mnlab.cti.depaul.edu
-2006-09-28 17:01:05,340 DEBUG Popping from q - planetlab1.cs.wayne.edu
-2006-09-28 17:01:05,343 DEBUG Found tickets for planetlab-8.cs.princeton.edu
-2006-09-28 17:01:05,344 DEBUG Popping from q - pli1-br-3.hpl.hp.com
-2006-09-28 17:01:05,346 DEBUG Found tickets for blast.uwaterloo.ca
-2006-09-28 17:01:05,346 DEBUG Popping from q - planetlab2.eurecom.fr
-2006-09-28 17:01:05,347 DEBUG Found tickets for planetlab2.ucsd.edu
-2006-09-28 17:01:05,348 DEBUG Popping from q - planetlab1.di.unito.it
-2006-09-28 17:01:05,349 DEBUG Found tickets for planetlab1.cs.wayne.edu
-2006-09-28 17:01:05,349 DEBUG Popping from q - planetlab2.simula.no
-2006-09-28 17:01:05,352 DEBUG Popping from q - planetlab01.dis.unina.it
-2006-09-28 17:01:05,353 DEBUG Found tickets for pli1-br-3.hpl.hp.com
-2006-09-28 17:01:05,353 DEBUG Popping from q - planetlab1.flux.utah.edu
-2006-09-28 17:01:05,356 DEBUG Popping from q - planetlab-1.ece.iastate.edu
-2006-09-28 17:01:05,357 DEBUG Found tickets for planetlab1.di.unito.it
-2006-09-28 17:01:05,357 DEBUG Popping from q - sdu1.6planetlab.edu.cn
-2006-09-28 17:01:05,359 DEBUG Popping from q - planetlab4.upc.es
-2006-09-28 17:01:05,363 DEBUG Found tickets for planetlab-1.ece.iastate.edu
-2006-09-28 17:01:05,363 DEBUG Popping from q - planetlab-13.cs.princeton.edu
-2006-09-28 17:01:05,364 DEBUG Popping from q - planet1.cc.gt.atl.ga.us
-2006-09-28 17:01:05,367 DEBUG Popping from q - planetlab2.eecs.wsu.edu
-2006-09-28 17:01:05,368 DEBUG Found tickets for sdu1.6planetlab.edu.cn
-2006-09-28 17:01:05,369 DEBUG Popping from q - planet2.cs.ucsb.edu
-2006-09-28 17:01:05,372 DEBUG Popping from q - xjtu2.6planetlab.edu.cn
-2006-09-28 17:01:05,373 DEBUG Found tickets for planetlab-13.cs.princeton.edu
-2006-09-28 17:01:05,373 DEBUG Popping from q - planetlab3.upc.es
-2006-09-28 17:01:05,376 DEBUG Found tickets for planet2.cs.ucsb.edu
-2006-09-28 17:01:05,376 DEBUG Popping from q - node1.lbnl.nodes.planet-lab.org
-2006-09-28 17:01:05,378 DEBUG Popping from q - planetlab1.iitr.ernet.in
-2006-09-28 17:01:05,380 DEBUG Popping from q - planetlab1.ipls.internet2.planet-lab.org
-2006-09-28 17:01:05,381 DEBUG Popping from q - planetlab2.uvic.ca
-2006-09-28 17:01:05,383 DEBUG Popping from q - planetlab01.erin.utoronto.ca
-2006-09-28 17:01:05,384 DEBUG Popping from q - planetlab-4.ece.iastate.edu
-2006-09-28 17:01:05,385 DEBUG Popping from q - planetlab2.informatik.uni-goettingen.de
-2006-09-28 17:01:05,387 DEBUG Found tickets for planetlab2.uvic.ca
-2006-09-28 17:01:05,388 DEBUG Popping from q - ds-pl1.technion.ac.il
-2006-09-28 17:01:05,389 DEBUG Popping from q - planetlab1.mnl.cs.sunysb.edu
-2006-09-28 17:01:05,391 DEBUG Found tickets for planetlab-4.ece.iastate.edu
-2006-09-28 17:01:05,392 DEBUG Popping from q - planetlab-1.cs.uni-paderborn.de
-2006-09-28 17:01:05,391 DEBUG Popping from q - aladdin.planetlab.extranet.uni-passau.de
-2006-09-28 17:01:05,393 DEBUG Found tickets for planetlab2.informatik.uni-goettingen.de
-2006-09-28 17:01:05,394 DEBUG Popping from q - planet1.njit.edu
-2006-09-28 17:01:05,396 DEBUG Popping from q - pku2.6planetlab.edu.cn
-2006-09-28 17:01:05,397 DEBUG Found tickets for planetlab1.mnl.cs.sunysb.edu
-2006-09-28 17:01:05,398 DEBUG Popping from q - planetlab-1.cs.ucy.ac.cy
-2006-09-28 17:01:05,399 DEBUG Popping from q - planetlab00.cse.psu.edu
-2006-09-28 17:01:05,400 DEBUG Popping from q - planetlab04.ethz.ch
-2006-09-28 17:01:05,402 DEBUG Popping from q - sdu2.6planetlab.edu.cn
-2006-09-28 17:01:05,403 DEBUG Popping from q - planet-lab.iki.rssi.ru
-2006-09-28 17:01:05,405 DEBUG Popping from q - planetlab1.polito.it
-2006-09-28 17:01:05,406 DEBUG Found tickets for planetlab04.ethz.ch
-2006-09-28 17:01:05,406 DEBUG Popping from q - planetlab1.uvic.ca
-2006-09-28 17:01:05,407 DEBUG Found tickets for sdu2.6planetlab.edu.cn
-2006-09-28 17:01:05,408 DEBUG Popping from q - planetlab-1.amst.nodes.planet-lab.org
-2006-09-28 17:01:05,410 DEBUG Found tickets for planet-lab.iki.rssi.ru
-2006-09-28 17:01:05,410 DEBUG Popping from q - cloudburst.uwaterloo.ca
-2006-09-28 17:01:05,411 DEBUG Found tickets for planetlab1.polito.it
-2006-09-28 17:01:05,411 DEBUG Popping from q - planet2.cs.rochester.edu
-2006-09-28 17:01:05,412 DEBUG Found tickets for planetlab1.uvic.ca
-2006-09-28 17:01:05,413 DEBUG Popping from q - planetlab1.xeno.cl.cam.ac.uk
-2006-09-28 17:01:05,415 DEBUG Found tickets for cloudburst.uwaterloo.ca
-2006-09-28 17:01:05,415 DEBUG Popping from q - lycra.cs.princeton.edu
-2006-09-28 17:01:05,416 DEBUG Popping from q - planetlab06.mpi-sws.mpg.de
-2006-09-28 17:01:05,417 DEBUG Popping from q - planetlab1.ias.csusb.edu
-2006-09-28 17:01:05,419 DEBUG Found tickets for planet2.cs.rochester.edu
-2006-09-28 17:01:05,419 DEBUG Popping from q - vayu.iitd.ernet.in
-2006-09-28 17:01:05,421 DEBUG Found tickets for planetlab1.ias.csusb.edu
-2006-09-28 17:01:05,421 DEBUG Popping from q - node2.lbnl.nodes.planet-lab.org
-2006-09-28 17:01:05,422 DEBUG Popping from q - planetlab1.cs.unibo.it
-2006-09-28 17:01:05,424 DEBUG Found tickets for lycra.cs.princeton.edu
-2006-09-28 17:01:05,424 DEBUG Popping from q - cqu1.6planetlab.edu.cn
-2006-09-28 17:01:05,425 DEBUG Popping from q - planetlab2.acis.ufl.edu
-2006-09-28 17:01:05,427 DEBUG Popping from q - tju2.6planetlab.edu.cn
-2006-09-28 17:01:05,428 DEBUG Found tickets for planetlab1.cs.unibo.it
-2006-09-28 17:01:05,429 DEBUG Popping from q - orbpl1.rutgers.edu
-2006-09-28 17:01:05,430 DEBUG Found tickets for cqu1.6planetlab.edu.cn
-2006-09-28 17:01:05,430 DEBUG Popping from q - ent1.cs.nccu.edu.tw
-2006-09-28 17:01:05,431 DEBUG Found tickets for planetlab2.acis.ufl.edu
-2006-09-28 17:01:05,432 DEBUG Popping from q - planet0.jaist.ac.jp
-2006-09-28 17:01:05,434 DEBUG Found tickets for tju2.6planetlab.edu.cn
-2006-09-28 17:01:05,434 DEBUG Popping from q - planetlab1.informatik.uni-wuerzburg.de
-2006-09-28 17:01:05,435 DEBUG Found tickets for orbpl1.rutgers.edu
-2006-09-28 17:01:05,435 DEBUG Popping from q - planetlab3.warsaw.rd.tp.pl
-2006-09-28 17:01:05,436 DEBUG Found tickets for ent1.cs.nccu.edu.tw
-2006-09-28 17:01:05,437 DEBUG Popping from q - planetlab0.ias.csusb.edu
-2006-09-28 17:01:05,439 DEBUG Found tickets for planetlab1.informatik.uni-wuerzburg.de
-2006-09-28 17:01:05,439 DEBUG Popping from q - planetlab-2.amst.nodes.planet-lab.org
-2006-09-28 17:01:05,440 DEBUG Popping from q - planetlab3.inria.fr
-2006-09-28 17:01:05,441 DEBUG Found tickets for planet0.jaist.ac.jp
-2006-09-28 17:01:05,442 DEBUG Found tickets for planetlab0.ias.csusb.edu
-2006-09-28 17:01:05,442 DEBUG Popping from q - planetlab3.mnl.cs.sunysb.edu
-2006-09-28 17:01:05,443 DEBUG Popping from q - 200-102-209-152.paemt7001.t.brasiltelecom.net.br
-2006-09-28 17:01:05,445 DEBUG Popping from q - planetlab-15.cs.princeton.edu
-2006-09-28 17:01:05,446 DEBUG Popping from q - ent2.cs.nccu.edu.tw
-2006-09-28 17:01:05,447 DEBUG Popping from q - planet-lab-2.csse.monash.edu.au
-2006-09-28 17:01:05,449 DEBUG Found tickets for 200-102-209-152.paemt7001.t.brasiltelecom.net.br
-2006-09-28 17:01:05,449 DEBUG Popping from q - planet1.ecse.rpi.edu
-2006-09-28 17:01:05,451 DEBUG Popping from q - planetlab2.pop-mg.rnp.br
-2006-09-28 17:01:05,452 DEBUG Found tickets for ent2.cs.nccu.edu.tw
-2006-09-28 17:01:05,453 DEBUG Popping from q - planetlab-2.unk.edu
-2006-09-28 17:01:05,454 DEBUG Found tickets for planet-lab-2.csse.monash.edu.au
-2006-09-28 17:01:05,454 DEBUG Popping from q - planetlab2.rdfrancetelecom.com
-2006-09-28 17:01:05,455 DEBUG Found tickets for planet1.ecse.rpi.edu
-2006-09-28 17:01:05,456 DEBUG Popping from q - planetlab1.eurecom.fr
-2006-09-28 17:01:05,458 DEBUG Popping from q - planetlab1.cs.virginia.edu
-2006-09-28 17:01:05,460 DEBUG Found tickets for planetlab1.eurecom.fr
-2006-09-28 17:01:05,460 DEBUG Popping from q - tju1.6planetlab.edu.cn
-2006-09-28 17:01:05,459 DEBUG Found tickets for planetlab2.pop-mg.rnp.br
-2006-09-28 17:01:05,461 DEBUG Popping from q - planetlab-3.amst.nodes.planet-lab.org
-2006-09-28 17:01:05,462 DEBUG Popping from q - planetlab1.georgetown.edu
-2006-09-28 17:01:05,463 DEBUG Found tickets for planetlab2.rdfrancetelecom.com
-2006-09-28 17:01:05,464 DEBUG Popping from q - planet1.inf.tu-dresden.de
-2006-09-28 17:01:05,466 DEBUG Found tickets for planetlab1.georgetown.edu
-2006-09-28 17:01:05,466 DEBUG Popping from q - alice.cs.princeton.edu
-2006-09-28 17:01:05,467 DEBUG Found tickets for tju1.6planetlab.edu.cn
-2006-09-28 17:01:05,467 DEBUG Popping from q - planetlab02.erin.utoronto.ca
-2006-09-28 17:01:05,469 DEBUG Popping from q - planetlab-1.vuse.vanderbilt.edu
-2006-09-28 17:01:05,470 DEBUG Popping from q - planetlab3.uvic.ca
-2006-09-28 17:01:05,472 DEBUG Popping from q - scut2.6planetlab.edu.cn
-2006-09-28 17:01:05,473 DEBUG Found tickets for alice.cs.princeton.edu
-2006-09-28 17:01:05,474 DEBUG Popping from q - planetlab1.swidnik.rd.tp.pl
-2006-09-28 17:01:05,475 DEBUG Found tickets for planetlab3.uvic.ca
-2006-09-28 17:01:05,475 DEBUG Popping from q - planet2.cdacb.ernet.in
-2006-09-28 17:01:05,476 DEBUG Found tickets for planetlab-1.vuse.vanderbilt.edu
-2006-09-28 17:01:05,476 DEBUG Popping from q - planetlab1.rdfrancetelecom.com
-2006-09-28 17:01:05,478 DEBUG Found tickets for planet2.cdacb.ernet.in
-2006-09-28 17:01:05,479 DEBUG Popping from q - planet2.inf.tu-dresden.de
-2006-09-28 17:01:05,480 DEBUG Found tickets for scut2.6planetlab.edu.cn
-2006-09-28 17:01:05,481 DEBUG Popping from q - planet02.csc.ncsu.edu
-2006-09-28 17:01:05,481 DEBUG Found tickets for planetlab1.rdfrancetelecom.com
-2006-09-28 17:01:05,482 DEBUG Popping from q - planetlab-1.tssg.org
-2006-09-28 17:01:05,481 DEBUG Found tickets for planetlab1.swidnik.rd.tp.pl
-2006-09-28 17:01:05,483 DEBUG Popping from q - planetlab-2.vuse.vanderbilt.edu
-2006-09-28 17:01:05,485 DEBUG Popping from q - planetlab-11.cs.princeton.edu
-2006-09-28 17:01:05,486 DEBUG Found tickets for planetlab-1.tssg.org
-2006-09-28 17:01:05,486 DEBUG Popping from q - planet03.csc.ncsu.edu
-2006-09-28 17:01:05,488 DEBUG Popping from q - planetlab1.pop-rj.rnp.br
-2006-09-28 17:01:05,489 DEBUG Found tickets for planetlab-2.vuse.vanderbilt.edu
-2006-09-28 17:01:05,490 DEBUG Popping from q - planet1.halifax.canet4.nodes.planet-lab.org
-2006-09-28 17:01:05,491 DEBUG Popping from q - planetlab2.uc.edu
-2006-09-28 17:01:05,493 DEBUG Popping from q - planet1.cavite.nodes.planet-lab.org
-2006-09-28 17:01:05,495 DEBUG Found tickets for planetlab1.pop-rj.rnp.br
-2006-09-28 17:01:05,495 DEBUG Popping from q - ds-pl3.technion.ac.il
-2006-09-28 17:01:05,496 DEBUG Popping from q - planetlab2.cs.purdue.edu
-2006-09-28 17:01:05,497 DEBUG Popping from q - planetlab3.millennium.berkeley.edu
-2006-09-28 17:01:05,499 DEBUG Popping from q - planetlab1.unl.edu
-2006-09-28 17:01:05,501 DEBUG Found tickets for ds-pl3.technion.ac.il
-2006-09-28 17:01:05,501 DEBUG Popping from q - planetlab1.cs.colorado.edu
-2006-09-28 17:01:05,502 DEBUG Popping from q - planetlab02.cs.washington.edu
-2006-09-28 17:01:05,504 DEBUG Popping from q - orbpl2.rutgers.edu
-2006-09-28 17:01:05,505 DEBUG Found tickets for planetlab1.unl.edu
-2006-09-28 17:01:05,505 DEBUG Popping from q - planetlab2.informatik.uni-erlangen.de
-2006-09-28 17:01:05,507 DEBUG Found tickets for planetlab02.cs.washington.edu
-2006-09-28 17:01:05,507 DEBUG Popping from q - planetlab-01.ipv6.lip6.fr
-2006-09-28 17:01:05,509 DEBUG Found tickets for planetlab1.cs.colorado.edu
-2006-09-28 17:01:05,509 DEBUG Popping from q - pl2.ernet.in
-2006-09-28 17:01:05,510 DEBUG Found tickets for orbpl2.rutgers.edu
-2006-09-28 17:01:05,511 DEBUG Popping from q - neu2.6planetlab.edu.cn
-2006-09-28 17:01:05,512 DEBUG Found tickets for planetlab2.informatik.uni-erlangen.de
-2006-09-28 17:01:05,512 DEBUG Popping from q - planetlab-2.cs.uni-paderborn.de
-2006-09-28 17:01:05,513 DEBUG Found tickets for planetlab-01.ipv6.lip6.fr
-2006-09-28 17:01:05,514 DEBUG Popping from q - planet5.cs.huji.ac.il
-2006-09-28 17:01:05,518 DEBUG Popping from q - planetlab1.elet.polimi.it
-2006-09-28 17:01:05,519 DEBUG Popping from q - planetlab2.iiitb.ac.in
-2006-09-28 17:01:05,522 DEBUG Popping from q - server1.planetlab.iit-tech.net
-2006-09-28 17:01:05,523 DEBUG Popping from q - planetlab2.iitb.ac.in
-2006-09-28 17:01:05,525 DEBUG Popping from q - planetlab02.dis.unina.it
-2006-09-28 17:01:05,527 DEBUG Popping from q - planetlab-1.dis.uniroma1.it
-2006-09-28 17:01:05,529 DEBUG Popping from q - planetlab1.iitb.ac.in
-2006-09-28 17:01:05,531 DEBUG Found tickets for server1.planetlab.iit-tech.net
-2006-09-28 17:01:05,531 DEBUG Popping from q - pku1.6planetlab.edu.cn
-2006-09-28 17:01:05,536 DEBUG Found tickets for planetlab2.iitb.ac.in
-2006-09-28 17:01:05,537 DEBUG Popping from q - planetlab1.warsaw.rd.tp.pl
-2006-09-28 17:01:05,539 DEBUG Popping from q - planetlab1.cri.haifa.ac.il
-2006-09-28 17:01:05,540 DEBUG Found tickets for pku1.6planetlab.edu.cn
-2006-09-28 17:01:05,540 DEBUG Popping from q - planetlab-2.cs.ucy.ac.cy
-2006-09-28 17:01:05,542 DEBUG Popping from q - pl1.ernet.in
-2006-09-28 17:01:05,543 DEBUG Found tickets for planetlab1.iitb.ac.in
-2006-09-28 17:01:05,543 DEBUG Popping from q - planetlab2.georgetown.edu
-2006-09-28 17:01:05,545 DEBUG Found tickets for planetlab1.cri.haifa.ac.il
-2006-09-28 17:01:05,545 DEBUG Popping from q - server2.planetlab.iit-tech.net
-2006-09-28 17:01:05,547 DEBUG Popping from q - planetlab2.di.unito.it
-2006-09-28 17:01:05,548 DEBUG Found tickets for planetlab2.georgetown.edu
-2006-09-28 17:01:05,548 DEBUG Popping from q - planetlab1.csee.usf.edu
-2006-09-28 17:01:05,550 DEBUG Found tickets for server2.planetlab.iit-tech.net
-2006-09-28 17:01:05,550 DEBUG Popping from q - planetlab-2.dis.uniroma1.it
-2006-09-28 17:01:05,552 DEBUG Popping from q - planetlab2.informatik.uni-kl.de
-2006-09-28 17:01:05,553 DEBUG Popping from q - planet1.cs.rochester.edu
-2006-09-28 17:01:05,555 DEBUG Popping from q - planetlab1.rutgers.edu
-2006-09-28 17:01:05,557 DEBUG Popping from q - planetlab-2.ece.iastate.edu
-2006-09-28 17:01:05,560 DEBUG Found tickets for planetlab2.informatik.uni-kl.de
-2006-09-28 17:01:05,561 DEBUG Popping from q - planetlab-1.sjce.nodes.planet-lab.org
-2006-09-28 17:01:05,562 DEBUG Found tickets for planet1.cs.rochester.edu
-2006-09-28 17:01:05,563 DEBUG Popping from q - planetlab2.ece.ucdavis.edu
-2006-09-28 17:01:05,565 DEBUG Popping from q - planetlab1.ie.cuhk.edu.hk
-2006-09-28 17:01:05,566 DEBUG Found tickets for planetlab-1.sjce.nodes.planet-lab.org
-2006-09-28 17:01:05,567 DEBUG Popping from q - planetlab2lannion.elibel.tm.fr
-2006-09-28 17:01:05,569 DEBUG Popping from q - planetlab01.mpi-sws.mpg.de
-2006-09-28 17:01:05,570 DEBUG Found tickets for planetlab1.ie.cuhk.edu.hk
-2006-09-28 17:01:05,571 DEBUG Popping from q - planetlab2.cs.duke.edu
-2006-09-28 17:01:05,576 DEBUG Popping from q - planetlab1.rn.informatics.scitech.susx.ac.uk
-2006-09-28 17:01:05,577 DEBUG Found tickets for planetlab1.rutgers.edu
-2006-09-28 17:01:05,577 DEBUG Popping from q - planetlab1.eee.hku.hk
-2006-09-28 17:01:05,578 DEBUG Popping from q - pads23.cs.nthu.edu.tw
-2006-09-28 17:01:05,579 DEBUG Popping from q - planet2.halifax.canet4.nodes.planet-lab.org
-2006-09-28 17:01:05,582 DEBUG Found tickets for planet2.halifax.canet4.nodes.planet-lab.org
-2006-09-28 17:01:05,582 DEBUG Popping from q - planetlab-2.tssg.org
-2006-09-28 17:01:05,582 DEBUG Found tickets for planetlab1.eee.hku.hk
-2006-09-28 17:01:05,583 DEBUG Popping from q - 200-102-209-151.paemt7001.t.brasiltelecom.net.br
-2006-09-28 17:01:05,585 DEBUG Found tickets for planetlab1.rn.informatics.scitech.susx.ac.uk
-2006-09-28 17:01:05,585 DEBUG Popping from q - planetlab2.poly.edu
-2006-09-28 17:01:05,586 DEBUG Popping from q - planetlab1.poly.edu
-2006-09-28 17:01:05,587 DEBUG Found tickets for planetlab-2.tssg.org
-2006-09-28 17:01:05,587 DEBUG Popping from q - planetlab2.net-research.org.uk
-2006-09-28 17:01:05,589 DEBUG Popping from q - planetlab-2.imperial.ac.uk
-2006-09-28 17:01:05,591 DEBUG Found tickets for 200-102-209-151.paemt7001.t.brasiltelecom.net.br
-2006-09-28 17:01:05,591 DEBUG Popping from q - planetlab2.warsaw.rd.tp.pl
-2006-09-28 17:01:05,594 DEBUG Popping from q - planetlab-1.imperial.ac.uk
-2006-09-28 17:01:05,598 DEBUG Found tickets for planetlab-1.imperial.ac.uk
-2006-09-28 17:01:05,599 DEBUG Popping from q - planetlab2.exp-math.uni-essen.de
-2006-09-28 17:01:05,602 DEBUG Popping from q - planetlab2.eee.hku.hk
-2006-09-28 17:01:05,604 DEBUG Popping from q - planetlab1.cis.upenn.edu
-2006-09-28 17:01:05,605 DEBUG Found tickets for planetlab2.net-research.org.uk
-2006-09-28 17:01:05,605 DEBUG Found tickets for planetlab-2.imperial.ac.uk
-2006-09-28 17:21:05,106 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv
-2006-09-28 17:21:06,166 DEBUG Retrieved 705 hosts
-2006-09-28 17:21:06,172 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='drift%20%3E%201m'
-2006-09-28 17:21:06,310 DEBUG Retrieved 8 hosts
-2006-09-28 17:21:06,310 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='resptime%20%3E%200%20&&%20gbfree%20%3C%205'
-2006-09-28 17:21:06,447 DEBUG Retrieved 9 hosts
-2006-09-28 17:21:06,447 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='sshstatus%20%3E%202h'
-2006-09-28 17:21:06,792 DEBUG Retrieved 158 hosts
-2006-09-28 17:21:06,793 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='dns1udp%20%3E%2080%20&&%20dns2udp%20%3E%2080'
-2006-09-28 17:21:06,925 DEBUG Retrieved 6 hosts
-2006-09-28 17:21:06,926 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='filerw%3E0'
-2006-09-28 17:21:07,053 DEBUG Retrieved 3 hosts
-2006-09-28 17:21:07,056 DEBUG Popping from q - planetlab2.elet.polimi.it
-2006-09-28 17:21:07,057 DEBUG Popping from q - pli1-br-3.hpl.hp.com
-2006-09-28 17:21:07,057 DEBUG Popping from q - planetlab2.nbgisp.com
-2006-09-28 17:21:07,058 DEBUG Popping from q - planetlab1.cs.stir.ac.uk
-2006-09-28 17:21:07,059 DEBUG Popping from q - planetlab1.cse.msu.edu
-2006-09-28 17:21:14,998 DEBUG Popping from q - planetlab2.cse.msu.edu
-2006-09-28 17:21:23,618 DEBUG Found tickets for planetlab2.cse.msu.edu
-2006-09-28 17:21:23,618 DEBUG Popping from q - planetlab0.cs.stir.ac.uk
-2006-09-28 17:21:47,378 DEBUG Popping from q - planetlab1.informatik.uni-erlangen.de
-2006-09-28 17:21:51,940 DEBUG Found tickets for pli1-br-3.hpl.hp.com
-2006-09-28 17:21:51,940 DEBUG Popping from q - planetlab1.cs.purdue.edu
-2006-09-28 17:21:51,941 DEBUG Popping from q - planetlab3.flux.utah.edu
-2006-09-28 17:21:53,665 DEBUG Popping from q - planetlab2.cs.columbia.edu
-2006-09-28 17:21:54,212 DEBUG Found tickets for planetlab1.cse.msu.edu
-2006-09-28 17:21:54,212 DEBUG Popping from q - planetlab1.win.trlabs.ca
-2006-09-28 17:22:19,252 DEBUG Popping from q - planetlab1.cs.duke.edu
-2006-09-28 17:22:19,264 DEBUG Popping from q - planetlab2.flux.utah.edu
-2006-09-28 17:22:27,362 DEBUG Popping from q - planetlab3.cs.columbia.edu
-2006-09-28 17:22:34,585 DEBUG Found tickets for planetlab1.cs.purdue.edu
-2006-09-28 17:22:34,585 DEBUG Popping from q - planetlab1.cs.columbia.edu
-2006-09-28 17:22:36,621 DEBUG Popping from q - planetlab-1.eecs.cwru.edu
-2006-09-28 17:22:42,365 DEBUG Popping from q - planetlab2.rutgers.edu
-2006-09-28 17:22:51,289 DEBUG Found tickets for planetlab2.rutgers.edu
-2006-09-28 17:22:51,290 DEBUG Popping from q - vn3.cs.wustl.edu
-2006-09-28 17:23:03,728 DEBUG Popping from q - planetlab2.cri.haifa.ac.il
-2006-09-28 17:23:05,678 DEBUG Popping from q - soccf-planet-001.comp.nus.edu.sg
-2006-09-28 17:23:05,679 DEBUG Popping from q - planetlab01.cse.psu.edu
-2006-09-28 17:23:17,013 DEBUG Popping from q - csu2.6planetlab.edu.cn
-2006-09-28 17:23:24,035 DEBUG Found tickets for vn3.cs.wustl.edu
-2006-09-28 17:23:24,035 DEBUG Popping from q - planet2.njit.edu
-2006-09-28 17:23:38,334 DEBUG Found tickets for planetlab2.cri.haifa.ac.il
-2006-09-28 17:23:38,334 DEBUG Popping from q - planetlab2.unl.edu
-2006-09-28 17:23:47,406 DEBUG Popping from q - planetlab1.cs.pitt.edu
-2006-09-28 17:23:47,409 DEBUG Found tickets for soccf-planet-001.comp.nus.edu.sg
-2006-09-28 17:23:47,409 DEBUG Popping from q - planetlab-2.eecs.cwru.edu
-2006-09-28 17:23:51,443 DEBUG Popping from q - planetlab2.urv.net
-2006-09-28 17:24:01,101 DEBUG Popping from q - planetlab7.csail.mit.edu
-2006-09-28 17:24:03,976 DEBUG Found tickets for csu2.6planetlab.edu.cn
-2006-09-28 17:24:03,977 DEBUG Popping from q - buaa1.6planetlab.edu.cn
-2006-09-28 17:24:11,612 DEBUG Found tickets for buaa1.6planetlab.edu.cn
-2006-09-28 17:24:11,612 DEBUG Popping from q - ricepl-3.cs.rice.edu
-2006-09-28 17:24:11,619 DEBUG Found tickets for planet2.njit.edu
-2006-09-28 17:24:11,619 DEBUG Popping from q - planet-lab-1.csse.monash.edu.au
-2006-09-28 17:24:34,010 DEBUG Popping from q - planetlab5.millennium.berkeley.edu
-2006-09-28 17:24:36,052 DEBUG Popping from q - planetlab1.pop-ce.rnp.br
-2006-09-28 17:24:38,826 DEBUG Popping from q - planetlab2.mnlab.cti.depaul.edu
-2006-09-28 17:24:47,239 DEBUG Found tickets for planetlab2.mnlab.cti.depaul.edu
-2006-09-28 17:24:47,239 DEBUG Popping from q - peace.ri.uni-tuebingen.de
-2006-09-28 17:24:48,339 DEBUG Popping from q - planetlab-8.cs.princeton.edu
-2006-09-28 17:24:48,354 DEBUG Found tickets for planetlab7.csail.mit.edu
-2006-09-28 17:24:48,354 DEBUG Popping from q - planetlab2.ucsd.edu
-2006-09-28 17:25:12,185 DEBUG Popping from q - blast.uwaterloo.ca
-2006-09-28 17:25:20,127 DEBUG Found tickets for blast.uwaterloo.ca
-2006-09-28 17:25:20,127 DEBUG Popping from q - planetlab1.cs.wayne.edu
-2006-09-28 17:25:23,951 DEBUG Found tickets for planetlab-8.cs.princeton.edu
-2006-09-28 17:25:23,952 DEBUG Popping from q - pli1-br-3.hpl.hp.com
-2006-09-28 17:25:23,953 DEBUG Popping from q - planetlab2.eurecom.fr
-2006-09-28 17:25:24,006 DEBUG Found tickets for pli1-br-3.hpl.hp.com
-2006-09-28 17:25:24,007 DEBUG Popping from q - planetlab1.di.unito.it
-2006-09-28 17:25:31,871 DEBUG Found tickets for planetlab1.di.unito.it
-2006-09-28 17:25:31,872 DEBUG Popping from q - planetlab2.simula.no
-2006-09-28 17:25:34,406 DEBUG Found tickets for planetlab1.pop-ce.rnp.br
-2006-09-28 17:25:34,406 DEBUG Popping from q - planetlab01.dis.unina.it
-2006-09-28 17:25:36,221 DEBUG Found tickets for planetlab2.ucsd.edu
-2006-09-28 17:25:36,222 DEBUG Popping from q - planetlab1.flux.utah.edu
-2006-09-28 17:25:59,346 DEBUG Found tickets for planetlab1.cs.wayne.edu
-2006-09-28 17:25:59,346 DEBUG Popping from q - planetlab-1.ece.iastate.edu
-2006-09-28 17:25:59,778 DEBUG Popping from q - sdu1.6planetlab.edu.cn
-2006-09-28 17:26:08,334 DEBUG Found tickets for planetlab-1.ece.iastate.edu
-2006-09-28 17:26:08,335 DEBUG Popping from q - planetlab4.upc.es
-2006-09-28 17:26:08,835 DEBUG Popping from q - planetlab-13.cs.princeton.edu
-2006-09-28 17:26:08,848 DEBUG Popping from q - planet1.cc.gt.atl.ga.us
-2006-09-28 17:26:17,513 DEBUG Popping from q - planetlab2.eecs.wsu.edu
-2006-09-28 17:26:25,552 DEBUG Popping from q - planet2.cs.ucsb.edu
-2006-09-28 17:26:40,917 DEBUG Popping from q - xjtu2.6planetlab.edu.cn
-2006-09-28 17:26:42,117 DEBUG Popping from q - planetlab3.upc.es
-2006-09-28 17:26:45,103 DEBUG Found tickets for sdu1.6planetlab.edu.cn
-2006-09-28 17:26:45,104 DEBUG Popping from q - node1.lbnl.nodes.planet-lab.org
-2006-09-28 17:26:50,111 DEBUG Found tickets for planetlab-13.cs.princeton.edu
-2006-09-28 17:26:50,111 DEBUG Popping from q - planetlab1.iitr.ernet.in
-2006-09-28 17:27:01,114 DEBUG Found tickets for planet2.cs.ucsb.edu
-2006-09-28 17:27:01,114 DEBUG Popping from q - planetlab1.ipls.internet2.planet-lab.org
-2006-09-28 17:27:10,918 DEBUG Popping from q - planetlab2.uvic.ca
-2006-09-28 17:27:20,023 DEBUG Found tickets for planetlab2.uvic.ca
-2006-09-28 17:27:20,023 DEBUG Popping from q - planetlab01.erin.utoronto.ca
-2006-09-28 17:27:22,792 DEBUG Popping from q - planetlab-4.ece.iastate.edu
-2006-09-28 17:27:30,082 DEBUG Popping from q - planetlab2.informatik.uni-goettingen.de
-2006-09-28 17:27:30,083 DEBUG Popping from q - ds-pl1.technion.ac.il
-2006-09-28 17:27:37,902 DEBUG Popping from q - planetlab1.mnl.cs.sunysb.edu
-2006-09-28 17:27:42,593 DEBUG Popping from q - aladdin.planetlab.extranet.uni-passau.de
-2006-09-28 17:27:53,782 DEBUG Found tickets for planetlab-4.ece.iastate.edu
-2006-09-28 17:27:53,783 DEBUG Popping from q - planetlab-1.cs.uni-paderborn.de
-2006-09-28 17:28:04,644 DEBUG Popping from q - planet1.njit.edu
-2006-09-28 17:28:12,833 DEBUG Popping from q - pku2.6planetlab.edu.cn
-2006-09-28 17:28:21,640 DEBUG Found tickets for planetlab2.informatik.uni-goettingen.de
-2006-09-28 17:28:21,640 DEBUG Popping from q - planetlab-1.cs.ucy.ac.cy
-2006-09-28 17:28:21,658 DEBUG Popping from q - planetlab00.cse.psu.edu
-2006-09-28 17:28:28,873 DEBUG Popping from q - planetlab04.ethz.ch
-2006-09-28 17:28:38,377 DEBUG Found tickets for planetlab04.ethz.ch
-2006-09-28 17:28:38,378 DEBUG Popping from q - sdu2.6planetlab.edu.cn
-2006-09-28 17:28:46,085 DEBUG Found tickets for sdu2.6planetlab.edu.cn
-2006-09-28 17:28:46,085 DEBUG Popping from q - planet-lab.iki.rssi.ru
-2006-09-28 17:28:49,006 DEBUG Found tickets for planetlab1.mnl.cs.sunysb.edu
-2006-09-28 17:28:49,006 DEBUG Popping from q - planetlab1.polito.it
-2006-09-28 17:28:49,010 DEBUG Popping from q - planetlab1.uvic.ca
-2006-09-28 17:28:59,771 DEBUG Popping from q - planetlab-1.amst.nodes.planet-lab.org
-2006-09-28 17:29:06,873 DEBUG Popping from q - cloudburst.uwaterloo.ca
-2006-09-28 17:29:24,315 DEBUG Found tickets for planet-lab.iki.rssi.ru
-2006-09-28 17:29:24,315 DEBUG Popping from q - planet2.cs.rochester.edu
-2006-09-28 17:29:24,317 DEBUG Popping from q - planetlab1.xeno.cl.cam.ac.uk
-2006-09-28 17:29:24,318 DEBUG Found tickets for planetlab1.uvic.ca
-2006-09-28 17:29:24,318 DEBUG Popping from q - lycra.cs.princeton.edu
-2006-09-28 17:29:28,943 DEBUG Found tickets for planetlab1.polito.it
-2006-09-28 17:29:28,943 DEBUG Popping from q - planetlab06.mpi-sws.mpg.de
-2006-09-28 17:29:38,206 DEBUG Found tickets for planet2.cs.rochester.edu
-2006-09-28 17:29:38,207 DEBUG Popping from q - planetlab1.ias.csusb.edu
-2006-09-28 17:29:39,859 DEBUG Popping from q - vayu.iitd.ernet.in
-2006-09-28 17:29:46,935 DEBUG Found tickets for cloudburst.uwaterloo.ca
-2006-09-28 17:29:46,935 DEBUG Popping from q - node2.lbnl.nodes.planet-lab.org
-2006-09-28 17:30:05,715 DEBUG Popping from q - planetlab1.cs.unibo.it
-2006-09-28 17:30:15,111 DEBUG Found tickets for planetlab1.cs.unibo.it
-2006-09-28 17:30:15,111 DEBUG Popping from q - cqu1.6planetlab.edu.cn
-2006-09-28 17:30:21,320 DEBUG Found tickets for lycra.cs.princeton.edu
-2006-09-28 17:30:21,320 DEBUG Popping from q - planetlab2.acis.ufl.edu
-2006-09-28 17:30:21,687 DEBUG Popping from q - tju2.6planetlab.edu.cn
-2006-09-28 17:30:23,555 DEBUG Popping from q - orbpl1.rutgers.edu
-2006-09-28 17:30:31,297 DEBUG Found tickets for orbpl1.rutgers.edu
-2006-09-28 17:30:31,297 DEBUG Popping from q - ent1.cs.nccu.edu.tw
-2006-09-28 17:30:31,298 DEBUG Found tickets for planetlab1.ias.csusb.edu
-2006-09-28 17:30:31,298 DEBUG Popping from q - planet0.jaist.ac.jp
-2006-09-28 17:30:52,313 DEBUG Found tickets for cqu1.6planetlab.edu.cn
-2006-09-28 17:30:52,313 DEBUG Popping from q - planetlab1.informatik.uni-wuerzburg.de
-2006-09-28 17:30:58,938 DEBUG Found tickets for tju2.6planetlab.edu.cn
-2006-09-28 17:30:58,938 DEBUG Popping from q - planetlab3.warsaw.rd.tp.pl
-2006-09-28 17:30:59,287 DEBUG Found tickets for planet0.jaist.ac.jp
-2006-09-28 17:30:59,287 DEBUG Popping from q - planetlab0.ias.csusb.edu
-2006-09-28 17:31:04,033 DEBUG Found tickets for planetlab2.acis.ufl.edu
-2006-09-28 17:31:04,033 DEBUG Popping from q - planetlab-2.amst.nodes.planet-lab.org
-2006-09-28 17:31:07,887 DEBUG Found tickets for ent1.cs.nccu.edu.tw
-2006-09-28 17:31:07,888 DEBUG Popping from q - planetlab3.inria.fr
-2006-09-28 17:31:28,091 DEBUG Found tickets for planetlab0.ias.csusb.edu
-2006-09-28 17:31:28,092 DEBUG Popping from q - 200-102-209-152.paemt7001.t.brasiltelecom.net.br
-2006-09-28 17:31:34,911 DEBUG Found tickets for planetlab1.informatik.uni-wuerzburg.de
-2006-09-28 17:31:34,912 DEBUG Popping from q - planetlab3.mnl.cs.sunysb.edu
-2006-09-28 17:31:40,213 DEBUG Found tickets for 200-102-209-152.paemt7001.t.brasiltelecom.net.br
-2006-09-28 17:31:40,213 DEBUG Popping from q - planetlab-15.cs.princeton.edu
-2006-09-28 17:31:43,414 DEBUG Popping from q - ent2.cs.nccu.edu.tw
-2006-09-28 17:31:44,602 DEBUG Popping from q - planet-lab-2.csse.monash.edu.au
-2006-09-28 17:31:52,182 DEBUG Popping from q - planet1.ecse.rpi.edu
-2006-09-28 17:31:59,915 DEBUG Found tickets for planet1.ecse.rpi.edu
-2006-09-28 17:31:59,915 DEBUG Popping from q - planetlab2.pop-mg.rnp.br
-2006-09-28 17:32:08,551 DEBUG Popping from q - planetlab-2.unk.edu
-2006-09-28 17:32:19,443 DEBUG Popping from q - planetlab2.rdfrancetelecom.com
-2006-09-28 17:32:20,030 DEBUG Found tickets for ent2.cs.nccu.edu.tw
-2006-09-28 17:32:20,031 DEBUG Popping from q - planetlab1.eurecom.fr
-2006-09-28 17:32:27,134 DEBUG Found tickets for planetlab2.pop-mg.rnp.br
-2006-09-28 17:32:27,134 DEBUG Popping from q - planetlab1.cs.virginia.edu
-2006-09-28 17:32:31,224 DEBUG Found tickets for planet-lab-2.csse.monash.edu.au
-2006-09-28 17:32:31,224 DEBUG Popping from q - tju1.6planetlab.edu.cn
-2006-09-28 17:32:48,396 DEBUG Popping from q - planetlab-3.amst.nodes.planet-lab.org
-2006-09-28 17:32:51,767 DEBUG Found tickets for planetlab2.rdfrancetelecom.com
-2006-09-28 17:32:51,767 DEBUG Popping from q - planetlab1.georgetown.edu
-2006-09-28 17:32:56,468 DEBUG Popping from q - planet1.inf.tu-dresden.de
-2006-09-28 17:32:56,502 DEBUG Popping from q - alice.cs.princeton.edu
-2006-09-28 17:33:05,537 DEBUG Popping from q - planetlab02.erin.utoronto.ca
-2006-09-28 17:33:08,211 DEBUG Found tickets for planetlab1.eurecom.fr
-2006-09-28 17:33:08,211 DEBUG Popping from q - planetlab-1.vuse.vanderbilt.edu
-2006-09-28 17:33:15,563 DEBUG Found tickets for tju1.6planetlab.edu.cn
-2006-09-28 17:33:15,563 DEBUG Popping from q - planetlab3.uvic.ca
-2006-09-28 17:33:24,772 DEBUG Found tickets for planetlab3.uvic.ca
-2006-09-28 17:33:24,773 DEBUG Popping from q - scut2.6planetlab.edu.cn
-2006-09-28 17:33:35,348 DEBUG Found tickets for planetlab1.georgetown.edu
-2006-09-28 17:33:35,349 DEBUG Popping from q - planetlab1.swidnik.rd.tp.pl
-2006-09-28 17:33:48,292 DEBUG Found tickets for planetlab1.swidnik.rd.tp.pl
-2006-09-28 17:33:48,292 DEBUG Popping from q - planet2.cdacb.ernet.in
-2006-09-28 17:33:49,748 DEBUG Found tickets for alice.cs.princeton.edu
-2006-09-28 17:33:49,749 DEBUG Popping from q - planetlab1.rdfrancetelecom.com
-2006-09-28 17:33:58,507 DEBUG Found tickets for planetlab1.rdfrancetelecom.com
-2006-09-28 17:33:58,507 DEBUG Popping from q - planet2.inf.tu-dresden.de
-2006-09-28 17:34:01,606 DEBUG Popping from q - planet02.csc.ncsu.edu
-2006-09-28 17:34:06,809 DEBUG Found tickets for planetlab-1.vuse.vanderbilt.edu
-2006-09-28 17:34:06,809 DEBUG Popping from q - planetlab-1.tssg.org
-2006-09-28 17:34:13,928 DEBUG Found tickets for scut2.6planetlab.edu.cn
-2006-09-28 17:34:13,929 DEBUG Popping from q - planetlab-2.vuse.vanderbilt.edu
-2006-09-28 17:34:24,212 DEBUG Found tickets for planetlab-2.vuse.vanderbilt.edu
-2006-09-28 17:34:24,212 DEBUG Popping from q - planetlab-11.cs.princeton.edu
-2006-09-28 17:34:30,958 DEBUG Popping from q - planet03.csc.ncsu.edu
-2006-09-28 17:34:32,279 DEBUG Found tickets for planet2.cdacb.ernet.in
-2006-09-28 17:34:32,279 DEBUG Popping from q - planetlab1.pop-rj.rnp.br
-2006-09-28 17:34:34,855 DEBUG Popping from q - planet1.halifax.canet4.nodes.planet-lab.org
-2006-09-28 17:34:43,475 DEBUG Popping from q - planetlab2.uc.edu
-2006-09-28 17:34:58,094 DEBUG Found tickets for planetlab-1.tssg.org
-2006-09-28 17:34:58,094 DEBUG Popping from q - planet1.cavite.nodes.planet-lab.org
-2006-09-28 17:35:05,250 DEBUG Found tickets for planetlab1.pop-rj.rnp.br
-2006-09-28 17:35:05,250 DEBUG Popping from q - ds-pl3.technion.ac.il
-2006-09-28 17:35:06,056 DEBUG Popping from q - planetlab2.cs.purdue.edu
-2006-09-28 17:35:06,717 DEBUG Popping from q - planetlab3.millennium.berkeley.edu
-2006-09-28 17:35:15,334 DEBUG Popping from q - planetlab1.unl.edu
-2006-09-28 17:35:36,027 DEBUG Popping from q - planetlab1.cs.colorado.edu
-2006-09-28 17:35:36,028 DEBUG Popping from q - planetlab02.cs.washington.edu
-2006-09-28 17:35:43,628 DEBUG Found tickets for planetlab02.cs.washington.edu
-2006-09-28 17:35:43,628 DEBUG Popping from q - orbpl2.rutgers.edu
-2006-09-28 17:35:44,746 DEBUG Found tickets for ds-pl3.technion.ac.il
-2006-09-28 17:35:44,747 DEBUG Popping from q - planetlab2.informatik.uni-erlangen.de
-2006-09-28 17:35:45,119 DEBUG Popping from q - planetlab-01.ipv6.lip6.fr
-2006-09-28 17:35:50,387 DEBUG Found tickets for planetlab1.unl.edu
-2006-09-28 17:35:50,387 DEBUG Popping from q - pl2.ernet.in
-2006-09-28 17:35:58,606 DEBUG Popping from q - neu2.6planetlab.edu.cn
-2006-09-28 17:36:21,202 DEBUG Found tickets for planetlab2.informatik.uni-erlangen.de
-2006-09-28 17:36:21,203 DEBUG Popping from q - planetlab-2.cs.uni-paderborn.de
-2006-09-28 17:36:23,750 DEBUG Found tickets for planetlab1.cs.colorado.edu
-2006-09-28 17:36:23,750 DEBUG Popping from q - planet5.cs.huji.ac.il
-2006-09-28 17:36:24,417 DEBUG Found tickets for orbpl2.rutgers.edu
-2006-09-28 17:36:24,418 DEBUG Popping from q - planetlab1.elet.polimi.it
-2006-09-28 17:36:28,447 DEBUG Popping from q - planetlab2.iiitb.ac.in
-2006-09-28 17:36:30,567 DEBUG Found tickets for planetlab-01.ipv6.lip6.fr
-2006-09-28 17:36:30,567 DEBUG Popping from q - server1.planetlab.iit-tech.net
-2006-09-28 17:36:42,650 DEBUG Popping from q - planetlab2.iitb.ac.in
-2006-09-28 17:36:51,730 DEBUG Found tickets for planetlab2.iitb.ac.in
-2006-09-28 17:36:51,730 DEBUG Popping from q - planetlab02.dis.unina.it
-2006-09-28 17:37:04,209 DEBUG Popping from q - planetlab-1.dis.uniroma1.it
-2006-09-28 17:37:06,195 DEBUG Popping from q - planetlab1.iitb.ac.in
-2006-09-28 17:37:14,245 DEBUG Found tickets for server1.planetlab.iit-tech.net
-2006-09-28 17:37:14,245 DEBUG Popping from q - pku1.6planetlab.edu.cn
-2006-09-28 17:37:22,434 DEBUG Found tickets for pku1.6planetlab.edu.cn
-2006-09-28 17:37:22,434 DEBUG Popping from q - planetlab1.warsaw.rd.tp.pl
-2006-09-28 17:37:23,962 DEBUG Popping from q - planetlab1.cri.haifa.ac.il
-2006-09-28 17:37:26,632 DEBUG Popping from q - planetlab-2.cs.ucy.ac.cy
-2006-09-28 17:37:39,332 DEBUG Popping from q - pl1.ernet.in
-2006-09-28 17:37:42,495 DEBUG Found tickets for planetlab1.iitb.ac.in
-2006-09-28 17:37:42,495 DEBUG Popping from q - planetlab2.georgetown.edu
-2006-09-28 17:37:47,057 DEBUG Popping from q - server2.planetlab.iit-tech.net
-2006-09-28 17:38:08,569 DEBUG Found tickets for planetlab1.cri.haifa.ac.il
-2006-09-28 17:38:08,569 DEBUG Popping from q - planetlab2.di.unito.it
-2006-09-28 17:38:08,570 DEBUG Found tickets for planetlab2.georgetown.edu
-2006-09-28 17:38:08,570 DEBUG Popping from q - planetlab1.csee.usf.edu
-2006-09-28 17:38:09,085 DEBUG Popping from q - planetlab-2.dis.uniroma1.it
-2006-09-28 17:38:09,551 DEBUG Popping from q - planetlab2.informatik.uni-kl.de
-2006-09-28 17:38:23,702 DEBUG Found tickets for server2.planetlab.iit-tech.net
-2006-09-28 17:38:23,702 DEBUG Popping from q - planet1.cs.rochester.edu
-2006-09-28 17:38:36,175 DEBUG Popping from q - planetlab1.rutgers.edu
-2006-09-28 17:38:36,181 DEBUG Popping from q - planetlab-2.ece.iastate.edu
-2006-09-28 17:38:44,833 DEBUG Found tickets for planetlab1.rutgers.edu
-2006-09-28 17:38:44,834 DEBUG Popping from q - planetlab-1.sjce.nodes.planet-lab.org
-2006-09-28 17:38:52,237 DEBUG Found tickets for planetlab2.informatik.uni-kl.de
-2006-09-28 17:38:52,237 DEBUG Popping from q - planetlab2.ece.ucdavis.edu
-2006-09-28 17:39:00,202 DEBUG Popping from q - planetlab1.ie.cuhk.edu.hk
-2006-09-28 17:39:04,900 DEBUG Popping from q - planetlab2lannion.elibel.tm.fr
-2006-09-28 17:39:11,867 DEBUG Found tickets for planet1.cs.rochester.edu
-2006-09-28 17:39:11,867 DEBUG Popping from q - planetlab01.mpi-sws.mpg.de
-2006-09-28 17:39:14,733 DEBUG Found tickets for planetlab1.ie.cuhk.edu.hk
-2006-09-28 17:39:14,733 DEBUG Popping from q - planetlab2.cs.duke.edu
-2006-09-28 17:39:24,830 DEBUG Popping from q - planetlab1.rn.informatics.scitech.susx.ac.uk
-2006-09-28 17:39:27,909 DEBUG Popping from q - planetlab1.eee.hku.hk
-2006-09-28 17:39:37,792 DEBUG Popping from q - pads23.cs.nthu.edu.tw
-2006-09-28 17:39:45,148 DEBUG Popping from q - planet2.halifax.canet4.nodes.planet-lab.org
-2006-09-28 17:39:46,269 DEBUG Popping from q - planetlab-2.tssg.org
-2006-09-28 17:39:54,680 DEBUG Found tickets for planetlab-2.tssg.org
-2006-09-28 17:39:54,681 DEBUG Popping from q - 200-102-209-151.paemt7001.t.brasiltelecom.net.br
-2006-09-28 17:39:55,620 DEBUG Found tickets for planetlab-1.sjce.nodes.planet-lab.org
-2006-09-28 17:39:55,620 DEBUG Popping from q - planetlab2.poly.edu
-2006-09-28 17:40:05,349 DEBUG Popping from q - planetlab1.poly.edu
-2006-09-28 17:40:15,874 DEBUG Found tickets for planetlab1.rn.informatics.scitech.susx.ac.uk
-2006-09-28 17:40:15,874 DEBUG Popping from q - planetlab2.net-research.org.uk
-2006-09-28 17:40:24,826 DEBUG Found tickets for planetlab2.net-research.org.uk
-2006-09-28 17:40:24,827 DEBUG Popping from q - planetlab-2.imperial.ac.uk
-2006-09-28 17:40:25,283 DEBUG Found tickets for planetlab1.eee.hku.hk
-2006-09-28 17:40:25,283 DEBUG Popping from q - planetlab2.warsaw.rd.tp.pl
-2006-09-28 17:40:38,506 DEBUG Found tickets for 200-102-209-151.paemt7001.t.brasiltelecom.net.br
-2006-09-28 17:40:38,506 DEBUG Popping from q - planetlab-1.imperial.ac.uk
-2006-09-28 17:40:42,714 DEBUG Found tickets for planet2.halifax.canet4.nodes.planet-lab.org
-2006-09-28 17:40:42,714 DEBUG Popping from q - planetlab2.exp-math.uni-essen.de
-2006-09-28 17:40:49,868 DEBUG Removing stale entries from DB.
-2006-09-28 17:40:49,869 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='drift%20%3E%201m'
-2006-09-28 17:40:51,410 DEBUG Retrieved 8 hosts
-2006-09-28 17:40:51,410 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='resptime%20%3E%200%20&&%20gbfree%20%3C%205'
-2006-09-28 17:40:51,482 DEBUG Popping from q - planetlab2.eee.hku.hk
-2006-09-28 17:40:51,545 DEBUG Retrieved 9 hosts
-2006-09-28 17:40:51,546 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='sshstatus%20%3E%202h'
-2006-09-28 17:40:51,889 DEBUG Retrieved 158 hosts
-2006-09-28 17:40:51,890 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='dns1udp%20%3E%2080%20&&%20dns2udp%20%3E%2080'
-2006-09-28 17:40:52,023 DEBUG Retrieved 6 hosts
-2006-09-28 17:40:52,023 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='filerw%3E0'
-2006-09-28 17:40:52,156 DEBUG Retrieved 3 hosts
-2006-09-28 17:40:52,157 INFO planetlab1.cs.wisc.edu no longer down
-2006-09-28 17:40:52,158 INFO Refreshing DB.
-2006-09-28 17:40:57,809 DEBUG Popping from q - planetlab1.cis.upenn.edu
-2006-09-28 17:41:00,191 DEBUG Found tickets for planetlab-2.imperial.ac.uk
-2006-09-28 17:41:00,192 DEBUG Popping from q - planetlab2.rutgers.edu
-2006-09-28 17:41:00,234 DEBUG Found tickets for planetlab2.rutgers.edu
-2006-09-28 17:41:00,234 DEBUG Popping from q - vn3.cs.wustl.edu
-2006-09-28 17:41:00,261 DEBUG Found tickets for vn3.cs.wustl.edu
-2006-09-28 17:41:00,261 DEBUG Popping from q - planetlab2.cri.haifa.ac.il
-2006-09-28 17:41:00,315 DEBUG Found tickets for planetlab2.cri.haifa.ac.il
-2006-09-28 17:41:00,315 DEBUG Popping from q - soccf-planet-001.comp.nus.edu.sg
-2006-09-28 17:41:00,318 DEBUG Found tickets for soccf-planet-001.comp.nus.edu.sg
-2006-09-28 17:41:00,318 DEBUG Popping from q - planet2.njit.edu
-2006-09-28 17:41:00,325 DEBUG Found tickets for planet2.njit.edu
-2006-09-28 17:41:00,325 DEBUG Popping from q - planetlab1.cri.haifa.ac.il
-2006-09-28 17:41:00,343 DEBUG Found tickets for planetlab1.cri.haifa.ac.il
-2006-09-28 17:41:00,343 DEBUG Popping from q - planetlab7.csail.mit.edu
-2006-09-28 17:41:00,355 DEBUG Found tickets for planetlab7.csail.mit.edu
-2006-09-28 17:41:00,355 DEBUG Popping from q - buaa1.6planetlab.edu.cn
-2006-09-28 17:41:00,390 DEBUG Found tickets for buaa1.6planetlab.edu.cn
-2006-09-28 17:41:00,391 DEBUG Popping from q - planetlab2.net-research.org.uk
-2006-09-28 17:41:00,405 DEBUG Found tickets for planetlab2.net-research.org.uk
-2006-09-28 17:41:00,406 DEBUG Popping from q - planetlab1.pop-ce.rnp.br
-2006-09-28 17:41:00,408 DEBUG Found tickets for planetlab1.pop-ce.rnp.br
-2006-09-28 17:41:00,409 DEBUG Popping from q - planetlab2.mnlab.cti.depaul.edu
-2006-09-28 17:41:00,411 DEBUG Found tickets for planetlab2.mnlab.cti.depaul.edu
-2006-09-28 17:41:00,411 DEBUG Popping from q - planetlab-8.cs.princeton.edu
-2006-09-28 17:41:00,413 DEBUG Found tickets for planetlab-8.cs.princeton.edu
-2006-09-28 17:41:00,414 DEBUG Popping from q - planetlab2.ucsd.edu
-2006-09-28 17:41:00,416 DEBUG Found tickets for planetlab2.ucsd.edu
-2006-09-28 17:41:00,416 DEBUG Popping from q - blast.uwaterloo.ca
-2006-09-28 17:41:00,418 DEBUG Found tickets for blast.uwaterloo.ca
-2006-09-28 17:41:00,418 DEBUG Popping from q - planetlab1.cs.wayne.edu
-2006-09-28 17:41:00,433 DEBUG Found tickets for planetlab1.cs.wayne.edu
-2006-09-28 17:41:00,433 DEBUG Popping from q - pli1-br-3.hpl.hp.com
-2006-09-28 17:41:00,445 DEBUG Found tickets for pli1-br-3.hpl.hp.com
-2006-09-28 17:41:00,446 DEBUG Popping from q - planetlab1.di.unito.it
-2006-09-28 17:41:00,465 DEBUG Found tickets for planetlab1.di.unito.it
-2006-09-28 17:41:00,465 DEBUG Popping from q - planetlab-1.ece.iastate.edu
-2006-09-28 17:41:00,467 DEBUG Found tickets for planetlab-1.ece.iastate.edu
-2006-09-28 17:41:00,467 DEBUG Popping from q - sdu1.6planetlab.edu.cn
-2006-09-28 17:41:00,480 DEBUG Found tickets for sdu1.6planetlab.edu.cn
-2006-09-28 17:41:00,481 DEBUG Popping from q - planetlab-13.cs.princeton.edu
-2006-09-28 17:41:00,489 DEBUG Found tickets for planetlab-13.cs.princeton.edu
-2006-09-28 17:41:00,489 DEBUG Popping from q - planet2.cs.ucsb.edu
-2006-09-28 17:41:00,493 DEBUG Found tickets for planet2.cs.ucsb.edu
-2006-09-28 17:41:00,493 DEBUG Popping from q - ent2.cs.nccu.edu.tw
-2006-09-28 17:41:00,496 DEBUG Found tickets for ent2.cs.nccu.edu.tw
-2006-09-28 17:41:00,497 DEBUG Popping from q - planetlab-4.ece.iastate.edu
-2006-09-28 17:41:00,500 DEBUG Found tickets for planetlab-4.ece.iastate.edu
-2006-09-28 17:41:00,501 DEBUG Popping from q - planetlab2.informatik.uni-goettingen.de
-2006-09-28 17:41:00,508 DEBUG Found tickets for planetlab2.informatik.uni-goettingen.de
-2006-09-28 17:41:00,509 DEBUG Popping from q - planetlab1.mnl.cs.sunysb.edu
-2006-09-28 17:41:00,511 DEBUG Found tickets for planetlab1.mnl.cs.sunysb.edu
-2006-09-28 17:41:00,511 DEBUG Popping from q - planetlab-01.ipv6.lip6.fr
-2006-09-28 17:41:00,527 DEBUG Found tickets for planetlab-01.ipv6.lip6.fr
-2006-09-28 17:41:00,527 DEBUG Popping from q - planetlab04.ethz.ch
-2006-09-28 17:41:00,535 DEBUG Found tickets for planetlab04.ethz.ch
-2006-09-28 17:41:00,536 DEBUG Popping from q - sdu2.6planetlab.edu.cn
-2006-09-28 17:41:00,543 DEBUG Found tickets for sdu2.6planetlab.edu.cn
-2006-09-28 17:41:00,544 DEBUG Popping from q - planet-lab.iki.rssi.ru
-2006-09-28 17:41:00,546 DEBUG Found tickets for planet-lab.iki.rssi.ru
-2006-09-28 17:41:00,546 DEBUG Popping from q - planetlab1.polito.it
-2006-09-28 17:41:00,548 DEBUG Found tickets for planetlab1.polito.it
-2006-09-28 17:41:00,549 DEBUG Popping from q - planetlab1.uvic.ca
-2006-09-28 17:41:00,552 DEBUG Found tickets for planetlab1.uvic.ca
-2006-09-28 17:41:00,552 DEBUG Popping from q - planetlab2.uvic.ca
-2006-09-28 17:41:00,562 DEBUG Found tickets for planetlab2.uvic.ca
-2006-09-28 17:41:00,563 DEBUG Popping from q - planet2.cs.rochester.edu
-2006-09-28 17:41:00,565 DEBUG Found tickets for planet2.cs.rochester.edu
-2006-09-28 17:41:00,565 DEBUG Popping from q - lycra.cs.princeton.edu
-2006-09-28 17:41:00,571 DEBUG Found tickets for lycra.cs.princeton.edu
-2006-09-28 17:41:00,572 DEBUG Popping from q - cloudburst.uwaterloo.ca
-2006-09-28 17:41:00,576 DEBUG Found tickets for cloudburst.uwaterloo.ca
-2006-09-28 17:41:00,576 DEBUG Popping from q - planetlab1.ias.csusb.edu
-2006-09-28 17:41:00,590 DEBUG Found tickets for planetlab1.ias.csusb.edu
-2006-09-28 17:41:00,590 DEBUG Popping from q - planetlab1.cs.unibo.it
-2006-09-28 17:41:00,605 DEBUG Found tickets for planetlab1.cs.unibo.it
-2006-09-28 17:41:00,605 DEBUG Popping from q - cqu1.6planetlab.edu.cn
-2006-09-28 17:41:00,611 DEBUG Found tickets for cqu1.6planetlab.edu.cn
-2006-09-28 17:41:00,611 DEBUG Popping from q - planetlab2.acis.ufl.edu
-2006-09-28 17:41:00,616 DEBUG Found tickets for planetlab2.acis.ufl.edu
-2006-09-28 17:41:00,616 DEBUG Popping from q - tju2.6planetlab.edu.cn
-2006-09-28 17:41:00,634 DEBUG Found tickets for tju2.6planetlab.edu.cn
-2006-09-28 17:41:00,634 DEBUG Popping from q - planetlab-1.imperial.ac.uk
-2006-09-28 17:41:06,897 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv
-2006-09-28 17:41:07,962 DEBUG Retrieved 705 hosts
-2006-09-28 17:41:07,968 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='drift%20%3E%201m'
-2006-09-28 17:41:08,105 DEBUG Retrieved 8 hosts
-2006-09-28 17:41:08,105 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='resptime%20%3E%200%20&&%20gbfree%20%3C%205'
-2006-09-28 17:41:08,241 DEBUG Retrieved 9 hosts
-2006-09-28 17:41:08,241 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='sshstatus%20%3E%202h'
-2006-09-28 17:41:08,583 DEBUG Retrieved 158 hosts
-2006-09-28 17:41:08,584 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='dns1udp%20%3E%2080%20&&%20dns2udp%20%3E%2080'
-2006-09-28 17:41:08,714 DEBUG Retrieved 6 hosts
-2006-09-28 17:41:08,714 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='filerw%3E0'
-2006-09-28 17:41:08,840 DEBUG Retrieved 3 hosts
-2006-09-28 17:41:09,115 DEBUG Popping from q - orbpl1.rutgers.edu
-2006-09-28 17:41:09,147 DEBUG Found tickets for orbpl1.rutgers.edu
-2006-09-28 17:41:09,148 DEBUG Popping from q - ent1.cs.nccu.edu.tw
-2006-09-28 17:41:09,166 DEBUG Found tickets for ent1.cs.nccu.edu.tw
-2006-09-28 17:41:09,166 DEBUG Popping from q - planet0.jaist.ac.jp
-2006-09-28 17:41:09,194 DEBUG Found tickets for planet0.jaist.ac.jp
-2006-09-28 17:41:09,194 DEBUG Popping from q - planetlab1.informatik.uni-wuerzburg.de
-2006-09-28 17:41:09,211 DEBUG Found tickets for planetlab1.informatik.uni-wuerzburg.de
-2006-09-28 17:41:09,211 DEBUG Popping from q - planetlab0.ias.csusb.edu
-2006-09-28 17:41:09,229 DEBUG Found tickets for planetlab0.ias.csusb.edu
-2006-09-28 17:41:09,230 DEBUG Popping from q - 200-102-209-152.paemt7001.t.brasiltelecom.net.br
-2006-09-28 17:41:09,245 DEBUG Found tickets for 200-102-209-152.paemt7001.t.brasiltelecom.net.br
-2006-09-28 17:41:09,245 DEBUG Popping from q - planet-lab-2.csse.monash.edu.au
-2006-09-28 17:41:09,253 DEBUG Found tickets for planet-lab-2.csse.monash.edu.au
-2006-09-28 17:41:09,253 DEBUG Popping from q - planet1.ecse.rpi.edu
-2006-09-28 17:41:09,255 DEBUG Found tickets for planet1.ecse.rpi.edu
-2006-09-28 17:41:09,255 DEBUG Popping from q - planetlab2.pop-mg.rnp.br
-2006-09-28 17:41:09,258 DEBUG Found tickets for planetlab2.pop-mg.rnp.br
-2006-09-28 17:41:09,258 DEBUG Popping from q - planetlab2.rdfrancetelecom.com
-2006-09-28 17:41:09,281 DEBUG Found tickets for planetlab2.rdfrancetelecom.com
-2006-09-28 17:41:09,282 DEBUG Popping from q - planetlab1.eurecom.fr
-2006-09-28 17:41:09,291 DEBUG Found tickets for planetlab1.eurecom.fr
-2006-09-28 17:41:09,291 DEBUG Popping from q - tju1.6planetlab.edu.cn
-2006-09-28 17:41:09,294 DEBUG Found tickets for tju1.6planetlab.edu.cn
-2006-09-28 17:41:09,294 DEBUG Popping from q - planetlab1.georgetown.edu
-2006-09-28 17:41:09,309 DEBUG Found tickets for planetlab1.georgetown.edu
-2006-09-28 17:41:09,310 DEBUG Popping from q - alice.cs.princeton.edu
-2006-09-28 17:41:09,318 DEBUG Found tickets for alice.cs.princeton.edu
-2006-09-28 17:41:09,318 DEBUG Popping from q - planetlab-1.vuse.vanderbilt.edu
-2006-09-28 17:41:09,327 DEBUG Found tickets for planetlab-1.vuse.vanderbilt.edu
-2006-09-28 17:41:09,327 DEBUG Popping from q - planetlab3.uvic.ca
-2006-09-28 17:41:09,331 DEBUG Found tickets for planetlab3.uvic.ca
-2006-09-28 17:41:09,331 DEBUG Popping from q - scut2.6planetlab.edu.cn
-2006-09-28 17:41:09,335 DEBUG Found tickets for scut2.6planetlab.edu.cn
-2006-09-28 17:41:09,335 DEBUG Popping from q - planetlab1.swidnik.rd.tp.pl
-2006-09-28 17:41:09,348 DEBUG Found tickets for planetlab1.swidnik.rd.tp.pl
-2006-09-28 17:41:09,348 DEBUG Popping from q - planet2.cdacb.ernet.in
-2006-09-28 17:41:09,391 DEBUG Found tickets for planet2.cdacb.ernet.in
-2006-09-28 17:41:09,391 DEBUG Popping from q - planetlab1.rdfrancetelecom.com
-2006-09-28 17:41:09,398 DEBUG Found tickets for planetlab1.rdfrancetelecom.com
-2006-09-28 17:41:09,398 DEBUG Popping from q - planetlab-1.tssg.org
-2006-09-28 17:41:09,408 DEBUG Found tickets for planetlab-1.tssg.org
-2006-09-28 17:41:09,409 DEBUG Popping from q - planetlab-2.vuse.vanderbilt.edu
-2006-09-28 17:41:09,411 DEBUG Found tickets for planetlab-2.vuse.vanderbilt.edu
-2006-09-28 17:41:09,411 DEBUG Popping from q - planetlab1.pop-rj.rnp.br
-2006-09-28 17:41:09,416 DEBUG Found tickets for planetlab1.pop-rj.rnp.br
-2006-09-28 17:41:09,416 DEBUG Popping from q - ds-pl3.technion.ac.il
-2006-09-28 17:41:09,423 DEBUG Found tickets for ds-pl3.technion.ac.il
-2006-09-28 17:41:09,423 DEBUG Popping from q - planetlab1.unl.edu
-2006-09-28 17:41:09,429 DEBUG Found tickets for planetlab1.unl.edu
-2006-09-28 17:41:09,429 DEBUG Popping from q - planetlab1.cse.msu.edu
-2006-09-28 17:41:09,437 DEBUG Found tickets for planetlab1.cse.msu.edu
-2006-09-28 17:41:09,437 DEBUG Popping from q - planetlab1.cs.colorado.edu
-2006-09-28 17:41:09,449 DEBUG Found tickets for planetlab1.cs.colorado.edu
-2006-09-28 17:41:09,450 DEBUG Popping from q - planetlab02.cs.washington.edu
-2006-09-28 17:41:09,452 DEBUG Found tickets for planetlab02.cs.washington.edu
-2006-09-28 17:41:09,452 DEBUG Popping from q - orbpl2.rutgers.edu
-2006-09-28 17:41:09,460 DEBUG Found tickets for orbpl2.rutgers.edu
-2006-09-28 17:41:09,461 DEBUG Popping from q - planetlab2.informatik.uni-erlangen.de
-2006-09-28 17:41:09,465 DEBUG Found tickets for planetlab2.informatik.uni-erlangen.de
-2006-09-28 17:41:09,465 DEBUG Popping from q - planetlab1.cs.purdue.edu
-2006-09-28 17:41:09,497 DEBUG Found tickets for planetlab1.cs.purdue.edu
-2006-09-28 17:41:09,497 DEBUG Popping from q - planetlab2.iitb.ac.in
-2006-09-28 17:41:09,499 DEBUG Found tickets for planetlab2.iitb.ac.in
-2006-09-28 17:41:09,499 DEBUG Popping from q - server1.planetlab.iit-tech.net
-2006-09-28 17:41:09,502 DEBUG Found tickets for server1.planetlab.iit-tech.net
-2006-09-28 17:41:09,502 DEBUG Popping from q - planetlab1.iitb.ac.in
-2006-09-28 17:41:09,506 DEBUG Found tickets for planetlab1.iitb.ac.in
-2006-09-28 17:41:09,506 DEBUG Popping from q - pku1.6planetlab.edu.cn
-2006-09-28 17:41:09,563 DEBUG Found tickets for pku1.6planetlab.edu.cn
-2006-09-28 17:41:09,563 DEBUG Popping from q - csu2.6planetlab.edu.cn
-2006-09-28 17:41:09,568 DEBUG Found tickets for csu2.6planetlab.edu.cn
-2006-09-28 17:41:09,568 DEBUG Popping from q - planetlab2.cse.msu.edu
-2006-09-28 17:41:09,573 DEBUG Found tickets for planetlab2.cse.msu.edu
-2006-09-28 17:41:09,573 DEBUG Popping from q - planetlab2.georgetown.edu
-2006-09-28 17:41:09,579 DEBUG Found tickets for planetlab2.georgetown.edu
-2006-09-28 17:41:09,579 DEBUG Popping from q - server2.planetlab.iit-tech.net
-2006-09-28 17:41:09,581 DEBUG Found tickets for server2.planetlab.iit-tech.net
-2006-09-28 17:41:09,582 DEBUG Popping from q - planetlab2.informatik.uni-kl.de
-2006-09-28 17:41:09,585 DEBUG Found tickets for planetlab2.informatik.uni-kl.de
-2006-09-28 17:41:09,586 DEBUG Popping from q - planet1.cs.rochester.edu
-2006-09-28 17:41:09,619 DEBUG Found tickets for planet1.cs.rochester.edu
-2006-09-28 17:41:09,620 DEBUG Popping from q - planetlab-2.imperial.ac.uk
-2006-09-28 17:41:09,625 DEBUG Found tickets for planetlab-2.imperial.ac.uk
-2006-09-28 17:41:09,625 DEBUG Popping from q - planetlab1.rutgers.edu
-2006-09-28 17:41:09,628 DEBUG Found tickets for planetlab1.rutgers.edu
-2006-09-28 17:41:09,629 DEBUG Popping from q - planetlab-1.sjce.nodes.planet-lab.org
-2006-09-28 17:41:09,631 DEBUG Found tickets for planetlab-1.sjce.nodes.planet-lab.org
-2006-09-28 17:41:09,631 DEBUG Popping from q - planetlab1.ie.cuhk.edu.hk
-2006-09-28 17:41:09,640 DEBUG Found tickets for planetlab1.ie.cuhk.edu.hk
-2006-09-28 17:41:09,640 DEBUG Popping from q - planetlab1.rn.informatics.scitech.susx.ac.uk
-2006-09-28 17:41:09,648 DEBUG Found tickets for planetlab1.rn.informatics.scitech.susx.ac.uk
-2006-09-28 17:41:09,648 DEBUG Popping from q - planetlab1.eee.hku.hk
-2006-09-28 17:41:09,667 DEBUG Found tickets for planetlab1.eee.hku.hk
-2006-09-28 17:41:09,667 DEBUG Popping from q - planet2.halifax.canet4.nodes.planet-lab.org
-2006-09-28 17:41:09,677 DEBUG Found tickets for planet2.halifax.canet4.nodes.planet-lab.org
-2006-09-28 17:41:09,677 DEBUG Popping from q - planetlab-2.tssg.org
-2006-09-28 17:41:09,694 DEBUG Found tickets for planetlab-2.tssg.org
-2006-09-28 17:41:09,694 DEBUG Popping from q - 200-102-209-151.paemt7001.t.brasiltelecom.net.br
-2006-09-28 17:41:09,697 DEBUG Found tickets for 200-102-209-151.paemt7001.t.brasiltelecom.net.br
-2006-09-28 17:41:09,697 DEBUG Popping from q - planetlab2.elet.polimi.it
-2006-09-28 17:41:09,700 DEBUG Popping from q - pli1-br-3.hpl.hp.com
-2006-09-28 17:41:09,702 DEBUG Found tickets for pli1-br-3.hpl.hp.com
-2006-09-28 17:41:09,703 DEBUG Popping from q - planetlab2.nbgisp.com
-2006-09-28 17:41:09,706 DEBUG Popping from q - planetlab1.cs.stir.ac.uk
-2006-09-28 17:41:09,708 DEBUG Popping from q - planetlab1.cse.msu.edu
-2006-09-28 17:41:09,710 DEBUG Found tickets for planetlab1.cse.msu.edu
-2006-09-28 17:41:09,710 DEBUG Popping from q - planetlab2.cse.msu.edu
-2006-09-28 17:41:09,720 DEBUG Found tickets for planetlab2.cse.msu.edu
-2006-09-28 17:41:09,720 DEBUG Popping from q - planetlab0.cs.stir.ac.uk
-2006-09-28 17:41:09,729 DEBUG Popping from q - planetlab1.informatik.uni-erlangen.de
-2006-09-28 17:41:09,733 DEBUG Popping from q - planetlab1.cs.purdue.edu
-2006-09-28 17:41:09,740 DEBUG Found tickets for planetlab1.cs.purdue.edu
-2006-09-28 17:41:09,741 DEBUG Popping from q - planetlab3.flux.utah.edu
-2006-09-28 17:41:09,746 DEBUG Popping from q - planetlab2.cs.columbia.edu
-2006-09-28 17:41:09,750 DEBUG Popping from q - planetlab1.win.trlabs.ca
-2006-09-28 17:41:09,761 DEBUG Popping from q - planetlab1.cs.duke.edu
-2006-09-28 17:41:09,811 DEBUG Popping from q - planetlab2.flux.utah.edu
-2006-09-28 17:41:09,820 DEBUG Popping from q - planetlab3.cs.columbia.edu
-2006-09-28 17:41:09,824 DEBUG Popping from q - planetlab1.cs.columbia.edu
-2006-09-28 17:41:09,831 DEBUG Popping from q - planetlab-1.eecs.cwru.edu
-2006-09-28 17:41:09,836 DEBUG Popping from q - planetlab2.rutgers.edu
-2006-09-28 17:41:09,840 DEBUG Found tickets for planetlab2.rutgers.edu
-2006-09-28 17:41:09,840 DEBUG Popping from q - vn3.cs.wustl.edu
-2006-09-28 17:41:09,858 DEBUG Found tickets for vn3.cs.wustl.edu
-2006-09-28 17:41:09,858 DEBUG Popping from q - planetlab2.cri.haifa.ac.il
-2006-09-28 17:41:09,866 DEBUG Found tickets for planetlab2.cri.haifa.ac.il
-2006-09-28 17:41:09,866 DEBUG Popping from q - soccf-planet-001.comp.nus.edu.sg
-2006-09-28 17:41:09,882 DEBUG Found tickets for soccf-planet-001.comp.nus.edu.sg
-2006-09-28 17:41:09,882 DEBUG Popping from q - planetlab01.cse.psu.edu
-2006-09-28 17:41:09,886 DEBUG Popping from q - csu2.6planetlab.edu.cn
-2006-09-28 17:41:09,902 DEBUG Found tickets for csu2.6planetlab.edu.cn
-2006-09-28 17:41:09,902 DEBUG Popping from q - planet2.njit.edu
-2006-09-28 17:41:09,926 DEBUG Found tickets for planet2.njit.edu
-2006-09-28 17:41:09,926 DEBUG Popping from q - planetlab2.unl.edu
-2006-09-28 17:41:09,928 DEBUG Popping from q - planetlab1.cs.pitt.edu
-2006-09-28 17:41:09,937 DEBUG Popping from q - planetlab-2.eecs.cwru.edu
-2006-09-28 17:41:09,941 DEBUG Popping from q - planetlab2.urv.net
-2006-09-28 17:41:09,944 DEBUG Popping from q - planetlab7.csail.mit.edu
-2006-09-28 17:41:09,947 DEBUG Found tickets for planetlab7.csail.mit.edu
-2006-09-28 17:41:09,948 DEBUG Popping from q - buaa1.6planetlab.edu.cn
-2006-09-28 17:41:09,967 DEBUG Found tickets for buaa1.6planetlab.edu.cn
-2006-09-28 17:41:09,968 DEBUG Popping from q - ricepl-3.cs.rice.edu
-2006-09-28 17:41:09,972 DEBUG Popping from q - planet-lab-1.csse.monash.edu.au
-2006-09-28 17:41:09,974 DEBUG Popping from q - planetlab5.millennium.berkeley.edu
-2006-09-28 17:41:09,980 DEBUG Popping from q - planetlab1.pop-ce.rnp.br
-2006-09-28 17:41:09,997 DEBUG Found tickets for planetlab1.pop-ce.rnp.br
-2006-09-28 17:41:09,997 DEBUG Popping from q - planetlab2.mnlab.cti.depaul.edu
-2006-09-28 17:41:10,003 DEBUG Found tickets for planetlab2.mnlab.cti.depaul.edu
-2006-09-28 17:41:10,003 DEBUG Popping from q - peace.ri.uni-tuebingen.de
-2006-09-28 17:41:10,025 DEBUG Popping from q - planetlab-8.cs.princeton.edu
-2006-09-28 17:41:10,027 DEBUG Found tickets for planetlab-8.cs.princeton.edu
-2006-09-28 17:41:10,028 DEBUG Popping from q - planetlab2.ucsd.edu
-2006-09-28 17:41:10,055 DEBUG Found tickets for planetlab2.ucsd.edu
-2006-09-28 17:41:10,055 DEBUG Popping from q - blast.uwaterloo.ca
-2006-09-28 17:41:10,058 DEBUG Found tickets for blast.uwaterloo.ca
-2006-09-28 17:41:10,058 DEBUG Popping from q - planetlab1.cs.wayne.edu
-2006-09-28 17:41:10,064 DEBUG Found tickets for planetlab1.cs.wayne.edu
-2006-09-28 17:41:10,065 DEBUG Popping from q - pli1-br-3.hpl.hp.com
-2006-09-28 17:41:10,067 DEBUG Found tickets for pli1-br-3.hpl.hp.com
-2006-09-28 17:41:10,068 DEBUG Popping from q - planetlab2.eurecom.fr
-2006-09-28 17:41:10,075 DEBUG Popping from q - planetlab1.di.unito.it
-2006-09-28 17:41:10,078 DEBUG Found tickets for planetlab1.di.unito.it
-2006-09-28 17:41:10,079 DEBUG Popping from q - planetlab2.simula.no
-2006-09-28 17:41:10,091 DEBUG Popping from q - planetlab01.dis.unina.it
-2006-09-28 17:41:10,096 DEBUG Popping from q - planetlab1.flux.utah.edu
-2006-09-28 17:41:10,100 DEBUG Popping from q - planetlab-1.ece.iastate.edu
-2006-09-28 17:41:10,136 DEBUG Found tickets for planetlab-1.ece.iastate.edu
-2006-09-28 17:41:10,136 DEBUG Popping from q - sdu1.6planetlab.edu.cn
-2006-09-28 17:41:10,138 DEBUG Found tickets for sdu1.6planetlab.edu.cn
-2006-09-28 17:41:10,138 DEBUG Popping from q - planetlab4.upc.es
-2006-09-28 17:41:10,140 DEBUG Popping from q - planetlab-13.cs.princeton.edu
-2006-09-28 17:41:10,154 DEBUG Found tickets for planetlab-13.cs.princeton.edu
-2006-09-28 17:41:10,154 DEBUG Popping from q - planet1.cc.gt.atl.ga.us
-2006-09-28 17:41:10,169 DEBUG Popping from q - planetlab2.eecs.wsu.edu
-2006-09-28 17:41:10,172 DEBUG Popping from q - planet2.cs.ucsb.edu
-2006-09-28 17:41:10,176 DEBUG Found tickets for planet2.cs.ucsb.edu
-2006-09-28 17:41:10,176 DEBUG Popping from q - xjtu2.6planetlab.edu.cn
-2006-09-28 17:41:10,183 DEBUG Popping from q - planetlab3.upc.es
-2006-09-28 17:41:10,191 DEBUG Popping from q - node1.lbnl.nodes.planet-lab.org
-2006-09-28 17:41:10,194 DEBUG Popping from q - planetlab1.iitr.ernet.in
-2006-09-28 17:41:10,197 DEBUG Popping from q - planetlab1.ipls.internet2.planet-lab.org
-2006-09-28 17:41:10,209 DEBUG Popping from q - planetlab2.uvic.ca
-2006-09-28 17:41:10,215 DEBUG Found tickets for planetlab2.uvic.ca
-2006-09-28 17:41:10,215 DEBUG Popping from q - planetlab01.erin.utoronto.ca
-2006-09-28 17:41:10,217 DEBUG Popping from q - planetlab-4.ece.iastate.edu
-2006-09-28 17:41:10,220 DEBUG Found tickets for planetlab-4.ece.iastate.edu
-2006-09-28 17:41:10,220 DEBUG Popping from q - planetlab2.informatik.uni-goettingen.de
-2006-09-28 17:41:10,222 DEBUG Found tickets for planetlab2.informatik.uni-goettingen.de
-2006-09-28 17:41:10,222 DEBUG Popping from q - ds-pl1.technion.ac.il
-2006-09-28 17:41:10,224 DEBUG Popping from q - planetlab1.mnl.cs.sunysb.edu
-2006-09-28 17:41:10,268 DEBUG Found tickets for planetlab1.mnl.cs.sunysb.edu
-2006-09-28 17:41:10,268 DEBUG Popping from q - aladdin.planetlab.extranet.uni-passau.de
-2006-09-28 17:41:10,271 DEBUG Popping from q - planetlab-1.cs.uni-paderborn.de
-2006-09-28 17:41:10,275 DEBUG Popping from q - planet1.njit.edu
-2006-09-28 17:41:10,279 DEBUG Popping from q - pku2.6planetlab.edu.cn
-2006-09-28 17:41:10,283 DEBUG Popping from q - planetlab-1.cs.ucy.ac.cy
-2006-09-28 17:41:10,286 DEBUG Popping from q - planetlab00.cse.psu.edu
-2006-09-28 17:41:10,300 DEBUG Popping from q - planetlab04.ethz.ch
-2006-09-28 17:41:10,319 DEBUG Found tickets for planetlab04.ethz.ch
-2006-09-28 17:41:10,320 DEBUG Popping from q - sdu2.6planetlab.edu.cn
-2006-09-28 17:41:10,339 DEBUG Found tickets for sdu2.6planetlab.edu.cn
-2006-09-28 17:41:10,339 DEBUG Popping from q - planet-lab.iki.rssi.ru
-2006-09-28 17:41:10,361 DEBUG Found tickets for planet-lab.iki.rssi.ru
-2006-09-28 17:41:10,361 DEBUG Popping from q - planetlab1.polito.it
-2006-09-28 17:41:10,363 DEBUG Found tickets for planetlab1.polito.it
-2006-09-28 17:41:10,364 DEBUG Popping from q - planetlab1.uvic.ca
-2006-09-28 17:41:10,366 DEBUG Found tickets for planetlab1.uvic.ca
-2006-09-28 17:41:10,366 DEBUG Popping from q - planetlab-1.amst.nodes.planet-lab.org
-2006-09-28 17:41:10,369 DEBUG Popping from q - cloudburst.uwaterloo.ca
-2006-09-28 17:41:10,388 DEBUG Found tickets for cloudburst.uwaterloo.ca
-2006-09-28 17:41:10,388 DEBUG Popping from q - planet2.cs.rochester.edu
-2006-09-28 17:41:10,400 DEBUG Found tickets for planet2.cs.rochester.edu
-2006-09-28 17:41:10,400 DEBUG Popping from q - planetlab1.xeno.cl.cam.ac.uk
-2006-09-28 17:41:10,408 DEBUG Popping from q - lycra.cs.princeton.edu
-2006-09-28 17:41:10,413 DEBUG Found tickets for lycra.cs.princeton.edu
-2006-09-28 17:41:10,413 DEBUG Popping from q - planetlab06.mpi-sws.mpg.de
-2006-09-28 17:41:10,423 DEBUG Popping from q - planetlab1.ias.csusb.edu
-2006-09-28 17:41:10,426 DEBUG Found tickets for planetlab1.ias.csusb.edu
-2006-09-28 17:41:10,426 DEBUG Popping from q - vayu.iitd.ernet.in
-2006-09-28 17:41:10,428 DEBUG Popping from q - node2.lbnl.nodes.planet-lab.org
-2006-09-28 17:41:10,438 DEBUG Popping from q - planetlab1.cs.unibo.it
-2006-09-28 17:41:10,456 DEBUG Found tickets for planetlab1.cs.unibo.it
-2006-09-28 17:41:10,457 DEBUG Popping from q - cqu1.6planetlab.edu.cn
-2006-09-28 17:41:10,459 DEBUG Found tickets for cqu1.6planetlab.edu.cn
-2006-09-28 17:41:10,459 DEBUG Popping from q - planetlab2.acis.ufl.edu
-2006-09-28 17:41:10,463 DEBUG Found tickets for planetlab2.acis.ufl.edu
-2006-09-28 17:41:10,464 DEBUG Popping from q - tju2.6planetlab.edu.cn
-2006-09-28 17:41:10,467 DEBUG Found tickets for tju2.6planetlab.edu.cn
-2006-09-28 17:41:10,468 DEBUG Popping from q - orbpl1.rutgers.edu
-2006-09-28 17:41:10,470 DEBUG Found tickets for orbpl1.rutgers.edu
-2006-09-28 17:41:10,470 DEBUG Popping from q - ent1.cs.nccu.edu.tw
-2006-09-28 17:41:10,473 DEBUG Found tickets for ent1.cs.nccu.edu.tw
-2006-09-28 17:41:10,474 DEBUG Popping from q - planet0.jaist.ac.jp
-2006-09-28 17:41:10,478 DEBUG Found tickets for planet0.jaist.ac.jp
-2006-09-28 17:41:10,478 DEBUG Popping from q - planetlab1.informatik.uni-wuerzburg.de
-2006-09-28 17:41:10,481 DEBUG Found tickets for planetlab1.informatik.uni-wuerzburg.de
-2006-09-28 17:41:10,481 DEBUG Popping from q - planetlab3.warsaw.rd.tp.pl
-2006-09-28 17:41:10,484 DEBUG Popping from q - planetlab0.ias.csusb.edu
-2006-09-28 17:41:10,505 DEBUG Found tickets for planetlab0.ias.csusb.edu
-2006-09-28 17:41:10,505 DEBUG Popping from q - planetlab-2.amst.nodes.planet-lab.org
-2006-09-28 17:41:10,515 DEBUG Popping from q - planetlab3.inria.fr
-2006-09-28 17:41:10,518 DEBUG Popping from q - 200-102-209-152.paemt7001.t.brasiltelecom.net.br
-2006-09-28 17:41:10,520 DEBUG Found tickets for 200-102-209-152.paemt7001.t.brasiltelecom.net.br
-2006-09-28 17:41:10,521 DEBUG Popping from q - planetlab3.mnl.cs.sunysb.edu
-2006-09-28 17:41:10,524 DEBUG Popping from q - planetlab-15.cs.princeton.edu
-2006-09-28 17:41:10,531 DEBUG Popping from q - ent2.cs.nccu.edu.tw
-2006-09-28 17:41:10,535 DEBUG Found tickets for ent2.cs.nccu.edu.tw
-2006-09-28 17:41:10,535 DEBUG Popping from q - planet-lab-2.csse.monash.edu.au
-2006-09-28 17:41:10,541 DEBUG Found tickets for planet-lab-2.csse.monash.edu.au
-2006-09-28 17:41:10,541 DEBUG Popping from q - planet1.ecse.rpi.edu
-2006-09-28 17:41:10,545 DEBUG Found tickets for planet1.ecse.rpi.edu
-2006-09-28 17:41:10,545 DEBUG Popping from q - planetlab2.pop-mg.rnp.br
-2006-09-28 17:41:10,548 DEBUG Found tickets for planetlab2.pop-mg.rnp.br
-2006-09-28 17:41:10,549 DEBUG Popping from q - planetlab-2.unk.edu
-2006-09-28 17:41:10,553 DEBUG Popping from q - planetlab2.rdfrancetelecom.com
-2006-09-28 17:41:10,555 DEBUG Found tickets for planetlab2.rdfrancetelecom.com
-2006-09-28 17:41:10,555 DEBUG Popping from q - planetlab1.eurecom.fr
-2006-09-28 17:41:10,557 DEBUG Found tickets for planetlab1.eurecom.fr
-2006-09-28 17:41:10,558 DEBUG Popping from q - planetlab1.cs.virginia.edu
-2006-09-28 17:41:10,561 DEBUG Popping from q - tju1.6planetlab.edu.cn
-2006-09-28 17:41:10,563 DEBUG Found tickets for tju1.6planetlab.edu.cn
-2006-09-28 17:41:10,564 DEBUG Popping from q - planetlab-3.amst.nodes.planet-lab.org
-2006-09-28 17:41:10,575 DEBUG Popping from q - planetlab1.georgetown.edu
-2006-09-28 17:41:10,584 DEBUG Found tickets for planetlab1.georgetown.edu
-2006-09-28 17:41:10,584 DEBUG Popping from q - planet1.inf.tu-dresden.de
-2006-09-28 17:41:10,587 DEBUG Popping from q - alice.cs.princeton.edu
-2006-09-28 17:41:10,590 DEBUG Found tickets for alice.cs.princeton.edu
-2006-09-28 17:41:10,590 DEBUG Popping from q - planetlab02.erin.utoronto.ca
-2006-09-28 17:41:10,595 DEBUG Popping from q - planetlab-1.vuse.vanderbilt.edu
-2006-09-28 17:41:10,614 DEBUG Found tickets for planetlab-1.vuse.vanderbilt.edu
-2006-09-28 17:41:10,615 DEBUG Popping from q - planetlab3.uvic.ca
-2006-09-28 17:41:10,623 DEBUG Found tickets for planetlab3.uvic.ca
-2006-09-28 17:41:10,623 DEBUG Popping from q - scut2.6planetlab.edu.cn
-2006-09-28 17:41:10,633 DEBUG Found tickets for scut2.6planetlab.edu.cn
-2006-09-28 17:41:10,633 DEBUG Popping from q - planetlab1.swidnik.rd.tp.pl
-2006-09-28 17:41:10,636 DEBUG Found tickets for planetlab1.swidnik.rd.tp.pl
-2006-09-28 17:41:10,637 DEBUG Popping from q - planet2.cdacb.ernet.in
-2006-09-28 17:41:10,647 DEBUG Found tickets for planet2.cdacb.ernet.in
-2006-09-28 17:41:10,647 DEBUG Popping from q - planetlab1.rdfrancetelecom.com
-2006-09-28 17:41:10,650 DEBUG Found tickets for planetlab1.rdfrancetelecom.com
-2006-09-28 17:41:10,651 DEBUG Popping from q - planet2.inf.tu-dresden.de
-2006-09-28 17:41:10,654 DEBUG Popping from q - planet02.csc.ncsu.edu
-2006-09-28 17:41:10,656 DEBUG Popping from q - planetlab-1.tssg.org
-2006-09-28 17:41:10,658 DEBUG Found tickets for planetlab-1.tssg.org
-2006-09-28 17:41:10,658 DEBUG Popping from q - planetlab-2.vuse.vanderbilt.edu
-2006-09-28 17:41:10,662 DEBUG Found tickets for planetlab-2.vuse.vanderbilt.edu
-2006-09-28 17:41:10,662 DEBUG Popping from q - planetlab-11.cs.princeton.edu
-2006-09-28 17:41:10,674 DEBUG Popping from q - planet03.csc.ncsu.edu
-2006-09-28 17:41:10,676 DEBUG Popping from q - planetlab1.pop-rj.rnp.br
-2006-09-28 17:41:10,682 DEBUG Found tickets for planetlab1.pop-rj.rnp.br
-2006-09-28 17:41:10,682 DEBUG Popping from q - planet1.halifax.canet4.nodes.planet-lab.org
-2006-09-28 17:41:10,701 DEBUG Popping from q - planetlab2.uc.edu
-2006-09-28 17:41:10,711 DEBUG Popping from q - planet1.cavite.nodes.planet-lab.org
-2006-09-28 17:41:10,715 DEBUG Popping from q - ds-pl3.technion.ac.il
-2006-09-28 17:41:10,758 DEBUG Found tickets for ds-pl3.technion.ac.il
-2006-09-28 17:41:10,758 DEBUG Popping from q - planetlab2.cs.purdue.edu
-2006-09-28 17:41:10,766 DEBUG Popping from q - planetlab3.millennium.berkeley.edu
-2006-09-28 17:41:10,786 DEBUG Popping from q - planetlab1.unl.edu
-2006-09-28 17:41:10,788 DEBUG Found tickets for planetlab1.unl.edu
-2006-09-28 17:41:10,789 DEBUG Popping from q - planetlab1.cs.colorado.edu
-2006-09-28 17:41:10,796 DEBUG Found tickets for planetlab1.cs.colorado.edu
-2006-09-28 17:41:10,797 DEBUG Popping from q - planetlab02.cs.washington.edu
-2006-09-28 17:41:10,809 DEBUG Found tickets for planetlab02.cs.washington.edu
-2006-09-28 17:41:10,809 DEBUG Popping from q - orbpl2.rutgers.edu
-2006-09-28 17:41:10,812 DEBUG Found tickets for orbpl2.rutgers.edu
-2006-09-28 17:41:10,813 DEBUG Popping from q - planetlab2.informatik.uni-erlangen.de
-2006-09-28 17:41:10,820 DEBUG Found tickets for planetlab2.informatik.uni-erlangen.de
-2006-09-28 17:41:10,820 DEBUG Popping from q - planetlab-01.ipv6.lip6.fr
-2006-09-28 17:41:10,823 DEBUG Found tickets for planetlab-01.ipv6.lip6.fr
-2006-09-28 17:41:10,823 DEBUG Popping from q - pl2.ernet.in
-2006-09-28 17:41:10,830 DEBUG Popping from q - neu2.6planetlab.edu.cn
-2006-09-28 17:41:10,840 DEBUG Popping from q - planetlab-2.cs.uni-paderborn.de
-2006-09-28 17:41:10,844 DEBUG Popping from q - planet5.cs.huji.ac.il
-2006-09-28 17:41:10,849 DEBUG Popping from q - planetlab1.elet.polimi.it
-2006-09-28 17:41:10,851 DEBUG Popping from q - planetlab2.iiitb.ac.in
-2006-09-28 17:41:10,853 DEBUG Popping from q - server1.planetlab.iit-tech.net
-2006-09-28 17:41:10,859 DEBUG Found tickets for server1.planetlab.iit-tech.net
-2006-09-28 17:41:10,859 DEBUG Popping from q - planetlab2.iitb.ac.in
-2006-09-28 17:41:10,863 DEBUG Found tickets for planetlab2.iitb.ac.in
-2006-09-28 17:41:10,863 DEBUG Popping from q - planetlab02.dis.unina.it
-2006-09-28 17:41:10,870 DEBUG Popping from q - planetlab-1.dis.uniroma1.it
-2006-09-28 17:41:10,877 DEBUG Popping from q - planetlab1.iitb.ac.in
-2006-09-28 17:41:10,880 DEBUG Found tickets for planetlab1.iitb.ac.in
-2006-09-28 17:41:10,880 DEBUG Popping from q - pku1.6planetlab.edu.cn
-2006-09-28 17:41:10,883 DEBUG Found tickets for pku1.6planetlab.edu.cn
-2006-09-28 17:41:10,884 DEBUG Popping from q - planetlab1.warsaw.rd.tp.pl
-2006-09-28 17:41:10,891 DEBUG Popping from q - planetlab1.cri.haifa.ac.il
-2006-09-28 17:41:10,913 DEBUG Found tickets for planetlab1.cri.haifa.ac.il
-2006-09-28 17:41:10,913 DEBUG Popping from q - planetlab-2.cs.ucy.ac.cy
-2006-09-28 17:41:10,919 DEBUG Popping from q - pl1.ernet.in
-2006-09-28 17:41:10,922 DEBUG Popping from q - planetlab2.georgetown.edu
-2006-09-28 17:41:10,925 DEBUG Found tickets for planetlab2.georgetown.edu
-2006-09-28 17:41:10,925 DEBUG Popping from q - server2.planetlab.iit-tech.net
-2006-09-28 17:41:10,952 DEBUG Found tickets for server2.planetlab.iit-tech.net
-2006-09-28 17:41:10,952 DEBUG Popping from q - planetlab2.di.unito.it
-2006-09-28 17:41:10,954 DEBUG Popping from q - planetlab1.csee.usf.edu
-2006-09-28 17:41:10,958 DEBUG Popping from q - planetlab-2.dis.uniroma1.it
-2006-09-28 17:41:10,966 DEBUG Popping from q - planetlab2.informatik.uni-kl.de
-2006-09-28 17:41:10,968 DEBUG Found tickets for planetlab2.informatik.uni-kl.de
-2006-09-28 17:41:10,969 DEBUG Popping from q - planet1.cs.rochester.edu
-2006-09-28 17:41:10,971 DEBUG Found tickets for planet1.cs.rochester.edu
-2006-09-28 17:41:10,971 DEBUG Popping from q - planetlab1.rutgers.edu
-2006-09-28 17:41:10,974 DEBUG Found tickets for planetlab1.rutgers.edu
-2006-09-28 17:41:10,975 DEBUG Popping from q - planetlab-2.ece.iastate.edu
-2006-09-28 17:41:10,978 DEBUG Popping from q - planetlab-1.sjce.nodes.planet-lab.org
-2006-09-28 17:41:10,995 DEBUG Found tickets for planetlab-1.sjce.nodes.planet-lab.org
-2006-09-28 17:41:10,995 DEBUG Popping from q - planetlab2.ece.ucdavis.edu
-2006-09-28 17:41:10,999 DEBUG Popping from q - planetlab1.ie.cuhk.edu.hk
-2006-09-28 17:41:11,011 DEBUG Found tickets for planetlab1.ie.cuhk.edu.hk
-2006-09-28 17:41:11,011 DEBUG Popping from q - planetlab2lannion.elibel.tm.fr
-2006-09-28 17:41:11,032 DEBUG Popping from q - planetlab01.mpi-sws.mpg.de
-2006-09-28 17:41:11,042 DEBUG Popping from q - planetlab2.cs.duke.edu
-2006-09-28 17:41:11,047 DEBUG Popping from q - planetlab1.rn.informatics.scitech.susx.ac.uk
-2006-09-28 17:41:11,052 DEBUG Found tickets for planetlab1.rn.informatics.scitech.susx.ac.uk
-2006-09-28 17:41:11,052 DEBUG Popping from q - planetlab1.eee.hku.hk
-2006-09-28 17:41:11,058 DEBUG Found tickets for planetlab1.eee.hku.hk
-2006-09-28 17:41:11,058 DEBUG Popping from q - pads23.cs.nthu.edu.tw
-2006-09-28 17:41:11,062 DEBUG Popping from q - planet2.halifax.canet4.nodes.planet-lab.org
-2006-09-28 17:41:11,067 DEBUG Found tickets for planet2.halifax.canet4.nodes.planet-lab.org
-2006-09-28 17:41:11,068 DEBUG Popping from q - planetlab-2.tssg.org
-2006-09-28 17:41:11,070 DEBUG Found tickets for planetlab-2.tssg.org
-2006-09-28 17:41:11,070 DEBUG Popping from q - 200-102-209-151.paemt7001.t.brasiltelecom.net.br
-2006-09-28 17:41:11,081 DEBUG Found tickets for 200-102-209-151.paemt7001.t.brasiltelecom.net.br
-2006-09-28 17:41:11,082 DEBUG Popping from q - planetlab2.poly.edu
-2006-09-28 17:41:11,084 DEBUG Popping from q - planetlab1.poly.edu
-2006-09-28 17:41:11,086 DEBUG Popping from q - planetlab2.net-research.org.uk
-2006-09-28 17:41:11,091 DEBUG Found tickets for planetlab2.net-research.org.uk
-2006-09-28 17:41:11,091 DEBUG Popping from q - planetlab-2.imperial.ac.uk
-2006-09-28 17:41:11,093 DEBUG Found tickets for planetlab-2.imperial.ac.uk
-2006-09-28 17:41:11,094 DEBUG Popping from q - planetlab2.warsaw.rd.tp.pl
-2006-09-28 17:41:11,096 DEBUG Popping from q - planetlab-1.imperial.ac.uk
-2006-09-28 17:41:14,255 DEBUG Found tickets for planetlab-1.imperial.ac.uk
-2006-09-28 17:41:14,255 DEBUG Popping from q - planetlab2.exp-math.uni-essen.de
-2006-09-28 17:41:14,271 DEBUG Popping from q - planetlab2.eee.hku.hk
-2006-09-28 17:41:20,494 DEBUG Popping from q - planetlab1.cis.upenn.edu
-2006-09-28 17:41:38,856 DEBUG Found tickets for planetlab-1.imperial.ac.uk
-2006-09-28 17:41:40,032 DEBUG Found tickets for planetlab-1.imperial.ac.uk
-2006-09-28 18:01:08,684 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv
-2006-09-28 18:01:09,756 DEBUG Retrieved 705 hosts
-2006-09-28 18:01:09,762 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='drift%20%3E%201m'
-2006-09-28 18:01:09,909 DEBUG Retrieved 9 hosts
-2006-09-28 18:01:09,909 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='resptime%20%3E%200%20&&%20gbfree%20%3C%205'
-2006-09-28 18:01:10,047 DEBUG Retrieved 9 hosts
-2006-09-28 18:01:10,048 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='sshstatus%20%3E%202h'
-2006-09-28 18:01:10,401 DEBUG Retrieved 157 hosts
-2006-09-28 18:01:10,403 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='dns1udp%20%3E%2080%20&&%20dns2udp%20%3E%2080'
-2006-09-28 18:01:10,536 DEBUG Retrieved 6 hosts
-2006-09-28 18:01:10,536 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='filerw%3E0'
-2006-09-28 18:01:10,664 DEBUG Retrieved 3 hosts
-2006-09-28 18:01:10,667 DEBUG Popping from q - planetlab2.elet.polimi.it
-2006-09-28 18:01:10,667 DEBUG Popping from q - pli1-br-3.hpl.hp.com
-2006-09-28 18:01:10,668 DEBUG Popping from q - planetlab2.nbgisp.com
-2006-09-28 18:01:10,669 DEBUG Popping from q - planetlab1.cs.stir.ac.uk
-2006-09-28 18:01:10,670 DEBUG Popping from q - planetlab1.cse.msu.edu
-2006-09-28 18:01:10,672 DEBUG Popping from q - planetlab2.cse.msu.edu
-2006-09-28 18:01:10,674 DEBUG Popping from q - planetlab02.cs.washington.edu
-2006-09-28 18:01:10,675 DEBUG Popping from q - planetlab0.cs.stir.ac.uk
-2006-09-28 18:01:10,676 DEBUG Found tickets for planetlab2.cse.msu.edu
-2006-09-28 18:01:10,677 DEBUG Popping from q - planetlab1.informatik.uni-erlangen.de
-2006-09-28 18:01:10,678 DEBUG Found tickets for planetlab1.cse.msu.edu
-2006-09-28 18:01:10,678 DEBUG Popping from q - planetlab1.cs.purdue.edu
-2006-09-28 18:01:10,679 DEBUG Found tickets for pli1-br-3.hpl.hp.com
-2006-09-28 18:01:10,680 DEBUG Popping from q - planetlab3.flux.utah.edu
-2006-09-28 18:01:10,681 DEBUG Popping from q - planetlab2.cs.columbia.edu
-2006-09-28 18:01:10,682 DEBUG Found tickets for planetlab02.cs.washington.edu
-2006-09-28 18:01:10,683 DEBUG Popping from q - planetlab1.win.trlabs.ca
-2006-09-28 18:01:10,685 DEBUG Popping from q - planetlab1.cs.duke.edu
-2006-09-28 18:01:10,686 DEBUG Popping from q - planetlab2.flux.utah.edu
-2006-09-28 18:01:10,687 DEBUG Found tickets for planetlab1.cs.purdue.edu
-2006-09-28 18:01:10,687 DEBUG Popping from q - planetlab3.cs.columbia.edu
-2006-09-28 18:01:10,688 DEBUG Popping from q - planetlab1.cs.columbia.edu
-2006-09-28 18:01:10,690 DEBUG Popping from q - planetlab-1.eecs.cwru.edu
-2006-09-28 18:01:10,692 DEBUG Popping from q - planetlab2.rutgers.edu
-2006-09-28 18:01:10,693 DEBUG Popping from q - vn3.cs.wustl.edu
-2006-09-28 18:01:10,694 DEBUG Popping from q - planetlab2.cri.haifa.ac.il
-2006-09-28 18:01:10,696 DEBUG Popping from q - soccf-planet-001.comp.nus.edu.sg
-2006-09-28 18:01:10,697 DEBUG Popping from q - planetlab01.cse.psu.edu
-2006-09-28 18:01:10,698 DEBUG Found tickets for planetlab2.rutgers.edu
-2006-09-28 18:01:10,699 DEBUG Popping from q - csu2.6planetlab.edu.cn
-2006-09-28 18:01:10,701 DEBUG Found tickets for vn3.cs.wustl.edu
-2006-09-28 18:01:10,701 DEBUG Popping from q - planet2.njit.edu
-2006-09-28 18:01:10,702 DEBUG Found tickets for soccf-planet-001.comp.nus.edu.sg
-2006-09-28 18:01:10,702 DEBUG Popping from q - planetlab2.unl.edu
-2006-09-28 18:01:10,704 DEBUG Popping from q - planetlab1.cs.pitt.edu
-2006-09-28 18:01:10,705 DEBUG Found tickets for planetlab2.cri.haifa.ac.il
-2006-09-28 18:01:10,705 DEBUG Popping from q - planetlab-2.eecs.cwru.edu
-2006-09-28 18:01:10,706 DEBUG Found tickets for planet2.njit.edu
-2006-09-28 18:01:10,707 DEBUG Popping from q - planetlab2.urv.net
-2006-09-28 18:01:10,708 DEBUG Found tickets for csu2.6planetlab.edu.cn
-2006-09-28 18:01:10,708 DEBUG Popping from q - planetlab7.csail.mit.edu
-2006-09-28 18:01:10,710 DEBUG Popping from q - buaa1.6planetlab.edu.cn
-2006-09-28 18:01:10,711 DEBUG Popping from q - ricepl-3.cs.rice.edu
-2006-09-28 18:01:10,712 DEBUG Popping from q - planet-lab-1.csse.monash.edu.au
-2006-09-28 18:01:10,713 DEBUG Popping from q - planetlab5.millennium.berkeley.edu
-2006-09-28 18:01:10,715 DEBUG Found tickets for planetlab7.csail.mit.edu
-2006-09-28 18:01:10,715 DEBUG Popping from q - planetlab1.pop-ce.rnp.br
-2006-09-28 18:01:10,717 DEBUG Found tickets for buaa1.6planetlab.edu.cn
-2006-09-28 18:01:10,717 DEBUG Popping from q - planetlab2.mnlab.cti.depaul.edu
-2006-09-28 18:01:10,720 DEBUG Popping from q - peace.ri.uni-tuebingen.de
-2006-09-28 18:01:10,721 DEBUG Popping from q - planetlab-8.cs.princeton.edu
-2006-09-28 18:01:10,722 DEBUG Found tickets for planetlab1.pop-ce.rnp.br
-2006-09-28 18:01:10,722 DEBUG Popping from q - planetlab2.ucsd.edu
-2006-09-28 18:01:10,724 DEBUG Popping from q - blast.uwaterloo.ca
-2006-09-28 18:01:10,725 DEBUG Found tickets for planetlab2.mnlab.cti.depaul.edu
-2006-09-28 18:01:10,726 DEBUG Popping from q - planetlab1.cs.wayne.edu
-2006-09-28 18:01:10,727 DEBUG Popping from q - pli1-br-3.hpl.hp.com
-2006-09-28 18:01:10,728 DEBUG Found tickets for planetlab2.ucsd.edu
-2006-09-28 18:01:10,729 DEBUG Popping from q - planetlab2.eurecom.fr
-2006-09-28 18:01:10,730 DEBUG Found tickets for planetlab-8.cs.princeton.edu
-2006-09-28 18:01:10,730 DEBUG Popping from q - planetlab1.di.unito.it
-2006-09-28 18:01:10,732 DEBUG Found tickets for blast.uwaterloo.ca
-2006-09-28 18:01:10,732 DEBUG Popping from q - planetlab2.simula.no
-2006-09-28 18:01:10,733 DEBUG Found tickets for planetlab1.cs.wayne.edu
-2006-09-28 18:01:10,733 DEBUG Popping from q - planetlab01.dis.unina.it
-2006-09-28 18:01:10,735 DEBUG Found tickets for pli1-br-3.hpl.hp.com
-2006-09-28 18:01:10,735 DEBUG Popping from q - planetlab1.flux.utah.edu
-2006-09-28 18:01:10,736 DEBUG Popping from q - planetlab-1.ece.iastate.edu
-2006-09-28 18:01:10,738 DEBUG Found tickets for planetlab1.di.unito.it
-2006-09-28 18:01:10,738 DEBUG Popping from q - sdu1.6planetlab.edu.cn
-2006-09-28 18:01:10,740 DEBUG Popping from q - planetlab4.upc.es
-2006-09-28 18:01:10,741 DEBUG Popping from q - planetlab-13.cs.princeton.edu
-2006-09-28 18:01:10,742 DEBUG Popping from q - planet1.cc.gt.atl.ga.us
-2006-09-28 18:01:10,743 DEBUG Found tickets for planetlab-1.ece.iastate.edu
-2006-09-28 18:01:10,744 DEBUG Popping from q - planetlab2.eecs.wsu.edu
-2006-09-28 18:01:10,746 DEBUG Found tickets for sdu1.6planetlab.edu.cn
-2006-09-28 18:01:10,746 DEBUG Popping from q - planet2.cs.ucsb.edu
-2006-09-28 18:01:10,747 DEBUG Popping from q - xjtu2.6planetlab.edu.cn
-2006-09-28 18:01:10,748 DEBUG Found tickets for planetlab-13.cs.princeton.edu
-2006-09-28 18:01:10,749 DEBUG Popping from q - planetlab3.upc.es
-2006-09-28 18:01:10,750 DEBUG Popping from q - node1.lbnl.nodes.planet-lab.org
-2006-09-28 18:01:10,751 DEBUG Popping from q - planetlab1.iitr.ernet.in
-2006-09-28 18:01:10,753 DEBUG Found tickets for planet2.cs.ucsb.edu
-2006-09-28 18:01:10,753 DEBUG Popping from q - planetlab1.ipls.internet2.planet-lab.org
-2006-09-28 18:01:10,754 DEBUG Popping from q - ent2.cs.nccu.edu.tw
-2006-09-28 18:01:10,756 DEBUG Popping from q - planetlab01.erin.utoronto.ca
-2006-09-28 18:01:10,757 DEBUG Popping from q - planetlab-4.ece.iastate.edu
-2006-09-28 18:01:10,758 DEBUG Popping from q - planetlab2.informatik.uni-goettingen.de
-2006-09-28 18:01:10,760 DEBUG Popping from q - ds-pl1.technion.ac.il
-2006-09-28 18:01:10,761 DEBUG Found tickets for ent2.cs.nccu.edu.tw
-2006-09-28 18:01:10,762 DEBUG Popping from q - planetlab1.mnl.cs.sunysb.edu
-2006-09-28 18:01:10,763 DEBUG Popping from q - aladdin.planetlab.extranet.uni-passau.de
-2006-09-28 18:01:10,764 DEBUG Found tickets for planetlab-4.ece.iastate.edu
-2006-09-28 18:01:10,764 DEBUG Popping from q - planetlab-1.cs.uni-paderborn.de
-2006-09-28 18:01:10,766 DEBUG Found tickets for planetlab1.mnl.cs.sunysb.edu
-2006-09-28 18:01:10,766 DEBUG Popping from q - planet1.njit.edu
-2006-09-28 18:01:10,768 DEBUG Found tickets for planetlab2.informatik.uni-goettingen.de
-2006-09-28 18:01:10,768 DEBUG Popping from q - pku2.6planetlab.edu.cn
-2006-09-28 18:01:10,769 DEBUG Popping from q - planetlab-1.cs.ucy.ac.cy
-2006-09-28 18:01:10,770 DEBUG Popping from q - planetlab00.cse.psu.edu
-2006-09-28 18:01:10,772 DEBUG Popping from q - planetlab04.ethz.ch
-2006-09-28 18:01:10,774 DEBUG Popping from q - sdu2.6planetlab.edu.cn
-2006-09-28 18:01:10,775 DEBUG Popping from q - planet-lab.iki.rssi.ru
-2006-09-28 18:01:10,776 DEBUG Popping from q - planetlab1.polito.it
-2006-09-28 18:01:10,777 DEBUG Popping from q - planetlab1.uvic.ca
-2006-09-28 18:01:10,778 DEBUG Found tickets for planetlab04.ethz.ch
-2006-09-28 18:01:10,779 DEBUG Popping from q - planetlab1.cs.byu.edu
-2006-09-28 18:01:10,781 DEBUG Found tickets for sdu2.6planetlab.edu.cn
-2006-09-28 18:01:10,781 DEBUG Popping from q - planetlab-1.amst.nodes.planet-lab.org
-2006-09-28 18:01:10,782 DEBUG Found tickets for planetlab1.polito.it
-2006-09-28 18:01:10,782 DEBUG Popping from q - planetlab2.uvic.ca
-2006-09-28 18:01:10,784 DEBUG Found tickets for planet-lab.iki.rssi.ru
-2006-09-28 18:01:10,784 DEBUG Popping from q - planet2.cs.rochester.edu
-2006-09-28 18:01:10,786 DEBUG Found tickets for planetlab1.uvic.ca
-2006-09-28 18:01:10,786 DEBUG Popping from q - planetlab1.xeno.cl.cam.ac.uk
-2006-09-28 18:01:10,788 DEBUG Popping from q - lycra.cs.princeton.edu
-2006-09-28 18:01:10,789 DEBUG Found tickets for planetlab2.uvic.ca
-2006-09-28 18:01:10,790 DEBUG Popping from q - cloudburst.uwaterloo.ca
-2006-09-28 18:01:10,792 DEBUG Found tickets for planet2.cs.rochester.edu
-2006-09-28 18:01:10,792 DEBUG Popping from q - planetlab1.ias.csusb.edu
-2006-09-28 18:01:10,793 DEBUG Popping from q - vayu.iitd.ernet.in
-2006-09-28 18:01:10,795 DEBUG Found tickets for lycra.cs.princeton.edu
-2006-09-28 18:01:10,795 DEBUG Popping from q - node2.lbnl.nodes.planet-lab.org
-2006-09-28 18:01:10,797 DEBUG Found tickets for cloudburst.uwaterloo.ca
-2006-09-28 18:01:10,797 DEBUG Popping from q - planetlab1.cs.unibo.it
-2006-09-28 18:01:10,799 DEBUG Found tickets for planetlab1.ias.csusb.edu
-2006-09-28 18:01:10,800 DEBUG Popping from q - cqu1.6planetlab.edu.cn
-2006-09-28 18:01:10,801 DEBUG Popping from q - planetlab2.acis.ufl.edu
-2006-09-28 18:01:10,802 DEBUG Popping from q - tju2.6planetlab.edu.cn
-2006-09-28 18:01:10,803 DEBUG Found tickets for planetlab1.cs.unibo.it
-2006-09-28 18:01:10,804 DEBUG Popping from q - orbpl1.rutgers.edu
-2006-09-28 18:01:10,805 DEBUG Found tickets for cqu1.6planetlab.edu.cn
-2006-09-28 18:01:10,806 DEBUG Popping from q - ent1.cs.nccu.edu.tw
-2006-09-28 18:01:10,807 DEBUG Found tickets for planetlab2.acis.ufl.edu
-2006-09-28 18:01:10,807 DEBUG Popping from q - planet0.jaist.ac.jp
-2006-09-28 18:01:10,809 DEBUG Found tickets for orbpl1.rutgers.edu
-2006-09-28 18:01:10,809 DEBUG Popping from q - planetlab1.informatik.uni-wuerzburg.de
-2006-09-28 18:01:10,810 DEBUG Found tickets for tju2.6planetlab.edu.cn
-2006-09-28 18:01:10,811 DEBUG Popping from q - planetlab3.warsaw.rd.tp.pl
-2006-09-28 18:01:10,813 DEBUG Found tickets for ent1.cs.nccu.edu.tw
-2006-09-28 18:01:10,813 DEBUG Popping from q - planetlab0.ias.csusb.edu
-2006-09-28 18:01:10,814 DEBUG Found tickets for planet0.jaist.ac.jp
-2006-09-28 18:01:10,815 DEBUG Found tickets for planetlab1.informatik.uni-wuerzburg.de
-2006-09-28 18:01:10,816 DEBUG Popping from q - planetlab3.inria.fr
-2006-09-28 18:01:10,815 DEBUG Popping from q - planetlab-2.amst.nodes.planet-lab.org
-2006-09-28 18:01:10,817 DEBUG Popping from q - 200-102-209-152.paemt7001.t.brasiltelecom.net.br
-2006-09-28 18:01:10,819 DEBUG Found tickets for planetlab0.ias.csusb.edu
-2006-09-28 18:01:10,819 DEBUG Popping from q - planetlab3.mnl.cs.sunysb.edu
-2006-09-28 18:01:10,820 DEBUG Popping from q - planetlab-15.cs.princeton.edu
-2006-09-28 18:01:10,821 DEBUG Popping from q - planet-lab-2.csse.monash.edu.au
-2006-09-28 18:01:10,824 DEBUG Found tickets for planet-lab-2.csse.monash.edu.au
-2006-09-28 18:01:10,824 DEBUG Popping from q - planet1.ecse.rpi.edu
-2006-09-28 18:01:10,825 DEBUG Popping from q - planetlab2.pop-mg.rnp.br
-2006-09-28 18:01:10,827 DEBUG Popping from q - planetlab-2.unk.edu
-2006-09-28 18:01:10,828 DEBUG Found tickets for 200-102-209-152.paemt7001.t.brasiltelecom.net.br
-2006-09-28 18:01:10,828 DEBUG Popping from q - planetlab2.rdfrancetelecom.com
-2006-09-28 18:01:10,830 DEBUG Found tickets for planet1.ecse.rpi.edu
-2006-09-28 18:01:10,830 DEBUG Popping from q - planetlab1.eurecom.fr
-2006-09-28 18:01:10,831 DEBUG Found tickets for planetlab2.pop-mg.rnp.br
-2006-09-28 18:01:10,832 DEBUG Popping from q - planetlab1.cs.virginia.edu
-2006-09-28 18:01:10,833 DEBUG Popping from q - tju1.6planetlab.edu.cn
-2006-09-28 18:01:10,835 DEBUG Found tickets for planetlab2.rdfrancetelecom.com
-2006-09-28 18:01:10,835 DEBUG Popping from q - planetlab-3.amst.nodes.planet-lab.org
-2006-09-28 18:01:10,837 DEBUG Found tickets for planetlab1.eurecom.fr
-2006-09-28 18:01:10,837 DEBUG Popping from q - planetlab1.georgetown.edu
-2006-09-28 18:01:10,838 DEBUG Popping from q - planet1.inf.tu-dresden.de
-2006-09-28 18:01:10,839 DEBUG Found tickets for tju1.6planetlab.edu.cn
-2006-09-28 18:01:10,840 DEBUG Popping from q - alice.cs.princeton.edu
-2006-09-28 18:01:10,842 DEBUG Popping from q - planetlab02.erin.utoronto.ca
-2006-09-28 18:01:10,843 DEBUG Popping from q - planetlab-1.vuse.vanderbilt.edu
-2006-09-28 18:01:10,845 DEBUG Found tickets for alice.cs.princeton.edu
-2006-09-28 18:01:10,846 DEBUG Popping from q - planetlab3.uvic.ca
-2006-09-28 18:01:10,847 DEBUG Found tickets for planetlab1.georgetown.edu
-2006-09-28 18:01:10,847 DEBUG Popping from q - scut2.6planetlab.edu.cn
-2006-09-28 18:01:10,849 DEBUG Found tickets for planetlab-1.vuse.vanderbilt.edu
-2006-09-28 18:01:10,849 DEBUG Popping from q - planetlab1.swidnik.rd.tp.pl
-2006-09-28 18:01:10,850 DEBUG Popping from q - planet2.cdacb.ernet.in
-2006-09-28 18:01:10,852 DEBUG Found tickets for scut2.6planetlab.edu.cn
-2006-09-28 18:01:10,853 DEBUG Popping from q - planetlab1.rdfrancetelecom.com
-2006-09-28 18:01:10,854 DEBUG Found tickets for planetlab3.uvic.ca
-2006-09-28 18:01:10,854 DEBUG Popping from q - planet2.inf.tu-dresden.de
-2006-09-28 18:01:10,855 DEBUG Found tickets for planetlab1.swidnik.rd.tp.pl
-2006-09-28 18:01:10,856 DEBUG Popping from q - planet02.csc.ncsu.edu
-2006-09-28 18:01:10,857 DEBUG Found tickets for planet2.cdacb.ernet.in
-2006-09-28 18:01:10,857 DEBUG Popping from q - planetlab-1.tssg.org
-2006-09-28 18:01:10,859 DEBUG Found tickets for planetlab1.rdfrancetelecom.com
-2006-09-28 18:01:10,859 DEBUG Popping from q - planetlab-2.vuse.vanderbilt.edu
-2006-09-28 18:01:10,861 DEBUG Popping from q - planetlab-11.cs.princeton.edu
-2006-09-28 18:01:10,862 DEBUG Popping from q - planet03.csc.ncsu.edu
-2006-09-28 18:01:10,864 DEBUG Found tickets for planetlab-1.tssg.org
-2006-09-28 18:01:10,864 DEBUG Popping from q - planetlab1.pop-rj.rnp.br
-2006-09-28 18:01:10,866 DEBUG Found tickets for planetlab-2.vuse.vanderbilt.edu
-2006-09-28 18:01:10,866 DEBUG Popping from q - planet1.halifax.canet4.nodes.planet-lab.org
-2006-09-28 18:01:10,868 DEBUG Popping from q - planetlab2.uc.edu
-2006-09-28 18:01:10,869 DEBUG Popping from q - planet1.cavite.nodes.planet-lab.org
-2006-09-28 18:01:10,871 DEBUG Found tickets for planetlab1.pop-rj.rnp.br
-2006-09-28 18:01:10,871 DEBUG Popping from q - ds-pl3.technion.ac.il
-2006-09-28 18:01:10,872 DEBUG Popping from q - planetlab2.cs.purdue.edu
-2006-09-28 18:01:10,873 DEBUG Popping from q - planetlab3.millennium.berkeley.edu
-2006-09-28 18:01:10,875 DEBUG Popping from q - planetlab1.unl.edu
-2006-09-28 18:01:10,877 DEBUG Found tickets for ds-pl3.technion.ac.il
-2006-09-28 18:01:10,878 DEBUG Popping from q - planetlab1.cs.colorado.edu
-2006-09-28 18:01:10,879 DEBUG Popping from q - planetlab02.cs.washington.edu
-2006-09-28 18:01:10,880 DEBUG Popping from q - planetlab2.informatik.uni-erlangen.de
-2006-09-28 18:01:10,882 DEBUG Found tickets for planetlab02.cs.washington.edu
-2006-09-28 18:01:10,883 DEBUG Popping from q - planetlab-01.ipv6.lip6.fr
-2006-09-28 18:01:10,884 DEBUG Found tickets for planetlab1.cs.colorado.edu
-2006-09-28 18:01:10,884 DEBUG Popping from q - pl2.ernet.in
-2006-09-28 18:01:10,885 DEBUG Found tickets for planetlab2.informatik.uni-erlangen.de
-2006-09-28 18:01:10,886 DEBUG Popping from q - neu2.6planetlab.edu.cn
-2006-09-28 18:01:10,887 DEBUG Found tickets for planetlab1.unl.edu
-2006-09-28 18:01:10,887 DEBUG Popping from q - planetlab-2.cs.uni-paderborn.de
-2006-09-28 18:01:10,888 DEBUG Found tickets for planetlab-01.ipv6.lip6.fr
-2006-09-28 18:01:10,888 DEBUG Popping from q - planet5.cs.huji.ac.il
-2006-09-28 18:01:10,890 DEBUG Popping from q - planetlab1.elet.polimi.it
-2006-09-28 18:01:10,891 DEBUG Popping from q - planetlab2.iiitb.ac.in
-2006-09-28 18:01:10,893 DEBUG Popping from q - server1.planetlab.iit-tech.net
-2006-09-28 18:01:10,894 DEBUG Popping from q - planetlab2.iitb.ac.in
-2006-09-28 18:01:10,896 DEBUG Popping from q - planetlab02.dis.unina.it
-2006-09-28 18:01:10,897 DEBUG Popping from q - planetlab-1.dis.uniroma1.it
-2006-09-28 18:01:10,899 DEBUG Found tickets for planetlab2.iitb.ac.in
-2006-09-28 18:01:10,900 DEBUG Popping from q - planetlab1.iitb.ac.in
-2006-09-28 18:01:10,901 DEBUG Found tickets for server1.planetlab.iit-tech.net
-2006-09-28 18:01:10,901 DEBUG Popping from q - pku1.6planetlab.edu.cn
-2006-09-28 18:01:10,903 DEBUG Popping from q - planetlab1.warsaw.rd.tp.pl
-2006-09-28 18:01:10,904 DEBUG Popping from q - planetlab1.cri.haifa.ac.il
-2006-09-28 18:01:10,906 DEBUG Found tickets for planetlab1.iitb.ac.in
-2006-09-28 18:01:10,906 DEBUG Popping from q - planetlab-2.cs.ucy.ac.cy
-2006-09-28 18:01:10,907 DEBUG Found tickets for pku1.6planetlab.edu.cn
-2006-09-28 18:01:10,908 DEBUG Popping from q - pl1.ernet.in
-2006-09-28 18:01:10,909 DEBUG Popping from q - planetlab2.georgetown.edu
-2006-09-28 18:01:10,911 DEBUG Found tickets for planetlab1.cri.haifa.ac.il
-2006-09-28 18:01:10,911 DEBUG Popping from q - server2.planetlab.iit-tech.net
-2006-09-28 18:01:10,912 DEBUG Popping from q - planetlab2.di.unito.it
-2006-09-28 18:01:10,913 DEBUG Popping from q - planetlab1.csee.usf.edu
-2006-09-28 18:01:10,916 DEBUG Found tickets for server2.planetlab.iit-tech.net
-2006-09-28 18:01:10,916 DEBUG Popping from q - planetlab-2.dis.uniroma1.it
-2006-09-28 18:01:10,917 DEBUG Popping from q - planetlab2.informatik.uni-kl.de
-2006-09-28 18:01:10,918 DEBUG Popping from q - planet1.cs.rochester.edu
-2006-09-28 18:01:10,919 DEBUG Found tickets for planetlab2.georgetown.edu
-2006-09-28 18:01:10,920 DEBUG Popping from q - planetlab1.rutgers.edu
-2006-09-28 18:01:10,922 DEBUG Found tickets for planetlab2.informatik.uni-kl.de
-2006-09-28 18:01:10,922 DEBUG Popping from q - planetlab-2.ece.iastate.edu
-2006-09-28 18:01:10,923 DEBUG Found tickets for planet1.cs.rochester.edu
-2006-09-28 18:01:10,924 DEBUG Popping from q - planetlab-1.sjce.nodes.planet-lab.org
-2006-09-28 18:01:10,925 DEBUG Popping from q - planetlab2.ece.ucdavis.edu
-2006-09-28 18:01:10,927 DEBUG Popping from q - planetlab1.ie.cuhk.edu.hk
-2006-09-28 18:01:10,928 DEBUG Popping from q - planetlab2lannion.elibel.tm.fr
-2006-09-28 18:01:10,929 DEBUG Found tickets for planetlab1.rutgers.edu
-2006-09-28 18:01:10,930 DEBUG Popping from q - planetlab01.mpi-sws.mpg.de
-2006-09-28 18:01:10,931 DEBUG Found tickets for planetlab-1.sjce.nodes.planet-lab.org
-2006-09-28 18:01:10,931 DEBUG Popping from q - planetlab2.cs.duke.edu
-2006-09-28 18:01:10,933 DEBUG Popping from q - planetlab1.rn.informatics.scitech.susx.ac.uk
-2006-09-28 18:01:10,934 DEBUG Popping from q - planetlab1.eee.hku.hk
-2006-09-28 18:01:10,936 DEBUG Popping from q - pads23.cs.nthu.edu.tw
-2006-09-28 18:01:10,937 DEBUG Found tickets for planetlab1.ie.cuhk.edu.hk
-2006-09-28 18:01:10,937 DEBUG Popping from q - planet2.halifax.canet4.nodes.planet-lab.org
-2006-09-28 18:01:10,939 DEBUG Found tickets for planetlab1.rn.informatics.scitech.susx.ac.uk
-2006-09-28 18:01:10,940 DEBUG Popping from q - planetlab-2.tssg.org
-2006-09-28 18:01:10,941 DEBUG Popping from q - 200-102-209-151.paemt7001.t.brasiltelecom.net.br
-2006-09-28 18:01:10,942 DEBUG Found tickets for planetlab1.eee.hku.hk
-2006-09-28 18:01:10,942 DEBUG Popping from q - planetlab2.poly.edu
-2006-09-28 18:01:10,943 DEBUG Found tickets for planet2.halifax.canet4.nodes.planet-lab.org
-2006-09-28 18:01:10,944 DEBUG Popping from q - planetlab1.poly.edu
-2006-09-28 18:01:10,946 DEBUG Found tickets for 200-102-209-151.paemt7001.t.brasiltelecom.net.br
-2006-09-28 18:01:10,946 DEBUG Popping from q - planetlab2.net-research.org.uk
-2006-09-28 18:01:10,947 DEBUG Found tickets for planetlab-2.tssg.org
-2006-09-28 18:01:10,947 DEBUG Popping from q - planetlab-2.imperial.ac.uk
-2006-09-28 18:01:10,950 DEBUG Popping from q - planetlab2.warsaw.rd.tp.pl
-2006-09-28 18:01:10,951 DEBUG Popping from q - planetlab-1.imperial.ac.uk
-2006-09-28 18:01:10,953 DEBUG Found tickets for planetlab2.net-research.org.uk
-2006-09-28 18:01:10,953 DEBUG Popping from q - planetlab2.exp-math.uni-essen.de
-2006-09-28 18:01:10,954 DEBUG Found tickets for planetlab-2.imperial.ac.uk
-2006-09-28 18:01:10,955 DEBUG Popping from q - planetlab2.eee.hku.hk
-2006-09-28 18:01:10,957 DEBUG Popping from q - planetlab1.cis.upenn.edu
-2006-09-28 18:01:10,958 DEBUG Found tickets for planetlab-1.imperial.ac.uk
-2006-09-28 18:21:10,509 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv
-2006-09-28 18:21:11,576 DEBUG Retrieved 705 hosts
-2006-09-28 18:21:11,583 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='drift%20%3E%201m'
-2006-09-28 18:21:11,721 DEBUG Retrieved 8 hosts
-2006-09-28 18:21:11,721 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='resptime%20%3E%200%20&&%20gbfree%20%3C%205'
-2006-09-28 18:21:11,862 DEBUG Retrieved 9 hosts
-2006-09-28 18:21:11,862 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='sshstatus%20%3E%202h'
-2006-09-28 18:21:12,202 DEBUG Retrieved 157 hosts
-2006-09-28 18:21:12,204 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='dns1udp%20%3E%2080%20&&%20dns2udp%20%3E%2080'
-2006-09-28 18:21:12,338 DEBUG Retrieved 6 hosts
-2006-09-28 18:21:12,339 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='filerw%3E0'
-2006-09-28 18:21:12,470 DEBUG Retrieved 3 hosts
-2006-09-28 18:21:12,473 DEBUG Popping from q - planetlab2.elet.polimi.it
-2006-09-28 18:21:12,474 DEBUG Popping from q - pli1-br-3.hpl.hp.com
-2006-09-28 18:21:12,475 DEBUG Popping from q - planetlab2.nbgisp.com
-2006-09-28 18:21:12,475 DEBUG Popping from q - planetlab1.cs.stir.ac.uk
-2006-09-28 18:21:12,476 DEBUG Popping from q - planetlab1.cse.msu.edu
-2006-09-28 18:21:12,478 DEBUG Popping from q - planetlab2.cse.msu.edu
-2006-09-28 18:21:12,479 DEBUG Found tickets for pli1-br-3.hpl.hp.com
-2006-09-28 18:21:12,480 DEBUG Popping from q - planetlab0.cs.stir.ac.uk
-2006-09-28 18:21:12,481 DEBUG Popping from q - planetlab1.informatik.uni-erlangen.de
-2006-09-28 18:21:12,483 DEBUG Popping from q - planetlab1.cs.purdue.edu
-2006-09-28 18:21:12,484 DEBUG Found tickets for planetlab2.cse.msu.edu
-2006-09-28 18:21:12,485 DEBUG Popping from q - planetlab3.flux.utah.edu
-2006-09-28 18:21:12,486 DEBUG Found tickets for planetlab1.cse.msu.edu
-2006-09-28 18:21:12,486 DEBUG Popping from q - planetlab2.cs.columbia.edu
-2006-09-28 18:21:12,487 DEBUG Popping from q - planetlab1.win.trlabs.ca
-2006-09-28 18:21:12,489 DEBUG Popping from q - planetlab1.cs.duke.edu
-2006-09-28 18:21:12,490 DEBUG Popping from q - planetlab2.flux.utah.edu
-2006-09-28 18:21:12,491 DEBUG Found tickets for planetlab1.cs.purdue.edu
-2006-09-28 18:21:12,492 DEBUG Popping from q - planetlab3.cs.columbia.edu
-2006-09-28 18:21:12,493 DEBUG Popping from q - planetlab1.cs.columbia.edu
-2006-09-28 18:21:12,495 DEBUG Popping from q - planetlab-1.eecs.cwru.edu
-2006-09-28 18:21:12,496 DEBUG Popping from q - planetlab2.rutgers.edu
-2006-09-28 18:21:12,497 DEBUG Popping from q - vn3.cs.wustl.edu
-2006-09-28 18:21:12,499 DEBUG Popping from q - planetlab2.cri.haifa.ac.il
-2006-09-28 18:21:12,500 DEBUG Popping from q - soccf-planet-001.comp.nus.edu.sg
-2006-09-28 18:21:12,502 DEBUG Popping from q - planetlab01.cse.psu.edu
-2006-09-28 18:21:12,503 DEBUG Found tickets for planetlab2.rutgers.edu
-2006-09-28 18:21:12,503 DEBUG Popping from q - csu2.6planetlab.edu.cn
-2006-09-28 18:21:12,504 DEBUG Found tickets for vn3.cs.wustl.edu
-2006-09-28 18:21:12,505 DEBUG Popping from q - planet2.njit.edu
-2006-09-28 18:21:12,506 DEBUG Found tickets for planetlab2.cri.haifa.ac.il
-2006-09-28 18:21:12,507 DEBUG Popping from q - planetlab2.unl.edu
-2006-09-28 18:21:12,508 DEBUG Found tickets for soccf-planet-001.comp.nus.edu.sg
-2006-09-28 18:21:12,508 DEBUG Popping from q - planetlab1.cs.pitt.edu
-2006-09-28 18:21:12,510 DEBUG Popping from q - planetlab-2.eecs.cwru.edu
-2006-09-28 18:21:12,511 DEBUG Found tickets for csu2.6planetlab.edu.cn
-2006-09-28 18:21:12,511 DEBUG Popping from q - planetlab2.urv.net
-2006-09-28 18:21:12,512 DEBUG Found tickets for planet2.njit.edu
-2006-09-28 18:21:12,513 DEBUG Popping from q - planetlab7.csail.mit.edu
-2006-09-28 18:21:12,514 DEBUG Popping from q - buaa1.6planetlab.edu.cn
-2006-09-28 18:21:12,515 DEBUG Popping from q - ricepl-3.cs.rice.edu
-2006-09-28 18:21:12,517 DEBUG Popping from q - planet-lab-1.csse.monash.edu.au
-2006-09-28 18:21:12,518 DEBUG Popping from q - planetlab5.millennium.berkeley.edu
-2006-09-28 18:21:12,520 DEBUG Found tickets for planetlab7.csail.mit.edu
-2006-09-28 18:21:12,520 DEBUG Popping from q - planetlab1.pop-ce.rnp.br
-2006-09-28 18:21:12,521 DEBUG Popping from q - planetlab2.mnlab.cti.depaul.edu
-2006-09-28 18:21:12,523 DEBUG Popping from q - peace.ri.uni-tuebingen.de
-2006-09-28 18:21:12,524 DEBUG Found tickets for buaa1.6planetlab.edu.cn
-2006-09-28 18:21:12,524 DEBUG Popping from q - planetlab-8.cs.princeton.edu
-2006-09-28 18:21:12,526 DEBUG Popping from q - planetlab2.ucsd.edu
-2006-09-28 18:21:12,527 DEBUG Found tickets for planetlab1.pop-ce.rnp.br
-2006-09-28 18:21:12,528 DEBUG Popping from q - blast.uwaterloo.ca
-2006-09-28 18:21:12,529 DEBUG Found tickets for planetlab2.mnlab.cti.depaul.edu
-2006-09-28 18:21:12,529 DEBUG Popping from q - planetlab1.cs.wayne.edu
-2006-09-28 18:21:12,530 DEBUG Popping from q - pli1-br-3.hpl.hp.com
-2006-09-28 18:21:12,532 DEBUG Found tickets for planetlab2.ucsd.edu
-2006-09-28 18:21:12,532 DEBUG Popping from q - planetlab2.eurecom.fr
-2006-09-28 18:21:12,533 DEBUG Found tickets for planetlab-8.cs.princeton.edu
-2006-09-28 18:21:12,533 DEBUG Popping from q - planetlab1.di.unito.it
-2006-09-28 18:21:12,535 DEBUG Found tickets for blast.uwaterloo.ca
-2006-09-28 18:21:12,535 DEBUG Popping from q - planetlab2.simula.no
-2006-09-28 18:21:12,537 DEBUG Found tickets for planetlab1.cs.wayne.edu
-2006-09-28 18:21:12,537 DEBUG Popping from q - planetlab01.dis.unina.it
-2006-09-28 18:21:12,538 DEBUG Found tickets for pli1-br-3.hpl.hp.com
-2006-09-28 18:21:12,539 DEBUG Popping from q - planetlab1.flux.utah.edu
-2006-09-28 18:21:12,540 DEBUG Popping from q - planetlab-1.ece.iastate.edu
-2006-09-28 18:21:12,541 DEBUG Popping from q - sdu1.6planetlab.edu.cn
-2006-09-28 18:21:12,543 DEBUG Found tickets for planetlab1.di.unito.it
-2006-09-28 18:21:12,543 DEBUG Popping from q - planetlab4.upc.es
-2006-09-28 18:21:12,544 DEBUG Popping from q - planetlab-13.cs.princeton.edu
-2006-09-28 18:21:12,546 DEBUG Popping from q - planet1.cc.gt.atl.ga.us
-2006-09-28 18:21:12,547 DEBUG Found tickets for planetlab-1.ece.iastate.edu
-2006-09-28 18:21:12,548 DEBUG Popping from q - planetlab2.eecs.wsu.edu
-2006-09-28 18:21:12,549 DEBUG Found tickets for sdu1.6planetlab.edu.cn
-2006-09-28 18:21:12,549 DEBUG Popping from q - planet2.cs.ucsb.edu
-2006-09-28 18:21:12,550 DEBUG Popping from q - xjtu2.6planetlab.edu.cn
-2006-09-28 18:21:12,551 DEBUG Found tickets for planetlab-13.cs.princeton.edu
-2006-09-28 18:21:12,552 DEBUG Popping from q - planetlab3.upc.es
-2006-09-28 18:21:12,554 DEBUG Popping from q - node1.lbnl.nodes.planet-lab.org
-2006-09-28 18:21:12,555 DEBUG Popping from q - planetlab1.iitr.ernet.in
-2006-09-28 18:21:12,556 DEBUG Popping from q - planetlab1.ipls.internet2.planet-lab.org
-2006-09-28 18:21:12,558 DEBUG Found tickets for planet2.cs.ucsb.edu
-2006-09-28 18:21:12,558 DEBUG Popping from q - ent2.cs.nccu.edu.tw
-2006-09-28 18:21:12,559 DEBUG Popping from q - planetlab01.erin.utoronto.ca
-2006-09-28 18:21:12,561 DEBUG Popping from q - planetlab-4.ece.iastate.edu
-2006-09-28 18:21:12,562 DEBUG Popping from q - planetlab2.informatik.uni-goettingen.de
-2006-09-28 18:21:12,564 DEBUG Popping from q - ds-pl1.technion.ac.il
-2006-09-28 18:21:12,565 DEBUG Found tickets for ent2.cs.nccu.edu.tw
-2006-09-28 18:21:12,565 DEBUG Popping from q - planetlab1.mnl.cs.sunysb.edu
-2006-09-28 18:21:12,566 DEBUG Popping from q - aladdin.planetlab.extranet.uni-passau.de
-2006-09-28 18:21:12,568 DEBUG Found tickets for planetlab-4.ece.iastate.edu
-2006-09-28 18:21:12,568 DEBUG Popping from q - planetlab-1.cs.uni-paderborn.de
-2006-09-28 18:21:12,570 DEBUG Found tickets for planetlab2.informatik.uni-goettingen.de
-2006-09-28 18:21:12,570 DEBUG Popping from q - planet1.njit.edu
-2006-09-28 18:21:12,571 DEBUG Found tickets for planetlab1.mnl.cs.sunysb.edu
-2006-09-28 18:21:12,572 DEBUG Popping from q - pku2.6planetlab.edu.cn
-2006-09-28 18:21:12,573 DEBUG Popping from q - planetlab-1.cs.ucy.ac.cy
-2006-09-28 18:21:12,574 DEBUG Popping from q - planetlab00.cse.psu.edu
-2006-09-28 18:21:12,576 DEBUG Popping from q - planetlab04.ethz.ch
-2006-09-28 18:21:12,577 DEBUG Popping from q - sdu2.6planetlab.edu.cn
-2006-09-28 18:21:12,579 DEBUG Popping from q - planet-lab.iki.rssi.ru
-2006-09-28 18:21:12,580 DEBUG Popping from q - planetlab1.polito.it
-2006-09-28 18:21:12,581 DEBUG Popping from q - planetlab1.uvic.ca
-2006-09-28 18:21:12,583 DEBUG Found tickets for planetlab04.ethz.ch
-2006-09-28 18:21:12,583 DEBUG Popping from q - planetlab1.cs.byu.edu
-2006-09-28 18:21:12,584 DEBUG Found tickets for planet-lab.iki.rssi.ru
-2006-09-28 18:21:12,585 DEBUG Popping from q - planetlab-1.amst.nodes.planet-lab.org
-2006-09-28 18:21:12,586 DEBUG Found tickets for planetlab1.polito.it
-2006-09-28 18:21:12,586 DEBUG Popping from q - planetlab2.uvic.ca
-2006-09-28 18:21:12,587 DEBUG Found tickets for sdu2.6planetlab.edu.cn
-2006-09-28 18:21:12,587 DEBUG Popping from q - planet2.cs.rochester.edu
-2006-09-28 18:21:12,589 DEBUG Found tickets for planetlab1.uvic.ca
-2006-09-28 18:21:12,589 DEBUG Popping from q - planetlab1.xeno.cl.cam.ac.uk
-2006-09-28 18:21:12,590 DEBUG Popping from q - lycra.cs.princeton.edu
-2006-09-28 18:21:12,592 DEBUG Popping from q - cloudburst.uwaterloo.ca
-2006-09-28 18:21:12,593 DEBUG Found tickets for planetlab2.uvic.ca
-2006-09-28 18:21:12,594 DEBUG Popping from q - planetlab1.ias.csusb.edu
-2006-09-28 18:21:12,595 DEBUG Found tickets for planet2.cs.rochester.edu
-2006-09-28 18:21:12,595 DEBUG Popping from q - vayu.iitd.ernet.in
-2006-09-28 18:21:12,596 DEBUG Popping from q - node2.lbnl.nodes.planet-lab.org
-2006-09-28 18:21:12,598 DEBUG Found tickets for lycra.cs.princeton.edu
-2006-09-28 18:21:12,598 DEBUG Popping from q - planetlab1.cs.unibo.it
-2006-09-28 18:21:12,600 DEBUG Found tickets for cloudburst.uwaterloo.ca
-2006-09-28 18:21:12,600 DEBUG Popping from q - cqu1.6planetlab.edu.cn
-2006-09-28 18:21:12,602 DEBUG Popping from q - planetlab2.acis.ufl.edu
-2006-09-28 18:21:12,603 DEBUG Popping from q - tju2.6planetlab.edu.cn
-2006-09-28 18:21:12,604 DEBUG Found tickets for planetlab1.ias.csusb.edu
-2006-09-28 18:21:12,604 DEBUG Popping from q - orbpl1.rutgers.edu
-2006-09-28 18:21:12,605 DEBUG Found tickets for planetlab1.cs.unibo.it
-2006-09-28 18:21:12,606 DEBUG Popping from q - ent1.cs.nccu.edu.tw
-2006-09-28 18:21:12,607 DEBUG Found tickets for tju2.6planetlab.edu.cn
-2006-09-28 18:21:12,608 DEBUG Popping from q - planet0.jaist.ac.jp
-2006-09-28 18:21:12,609 DEBUG Found tickets for planetlab2.acis.ufl.edu
-2006-09-28 18:21:12,609 DEBUG Popping from q - planetlab1.informatik.uni-wuerzburg.de
-2006-09-28 18:21:12,611 DEBUG Found tickets for ent1.cs.nccu.edu.tw
-2006-09-28 18:21:12,611 DEBUG Popping from q - planetlab3.warsaw.rd.tp.pl
-2006-09-28 18:21:12,612 DEBUG Found tickets for cqu1.6planetlab.edu.cn
-2006-09-28 18:21:12,613 DEBUG Found tickets for planetlab1.informatik.uni-wuerzburg.de
-2006-09-28 18:21:12,613 DEBUG Popping from q - planetlab-2.amst.nodes.planet-lab.org
-2006-09-28 18:21:12,613 DEBUG Popping from q - planetlab0.ias.csusb.edu
-2006-09-28 18:21:12,615 DEBUG Found tickets for planet0.jaist.ac.jp
-2006-09-28 18:21:12,615 DEBUG Popping from q - planetlab3.inria.fr
-2006-09-28 18:21:12,617 DEBUG Popping from q - 200-102-209-152.paemt7001.t.brasiltelecom.net.br
-2006-09-28 18:21:12,618 DEBUG Popping from q - planetlab3.mnl.cs.sunysb.edu
-2006-09-28 18:21:12,616 DEBUG Found tickets for orbpl1.rutgers.edu
-2006-09-28 18:21:12,619 DEBUG Popping from q - planetlab-15.cs.princeton.edu
-2006-09-28 18:21:12,621 DEBUG Popping from q - planet-lab-2.csse.monash.edu.au
-2006-09-28 18:21:12,622 DEBUG Popping from q - planet1.ecse.rpi.edu
-2006-09-28 18:21:12,624 DEBUG Found tickets for 200-102-209-152.paemt7001.t.brasiltelecom.net.br
-2006-09-28 18:21:12,624 DEBUG Popping from q - planetlab2.pop-mg.rnp.br
-2006-09-28 18:21:12,626 DEBUG Found tickets for planet-lab-2.csse.monash.edu.au
-2006-09-28 18:21:12,626 DEBUG Popping from q - planetlab2.rdfrancetelecom.com
-2006-09-28 18:21:12,626 DEBUG Popping from q - planetlab-2.unk.edu
-2006-09-28 18:21:12,628 DEBUG Found tickets for planet1.ecse.rpi.edu
-2006-09-28 18:21:12,629 DEBUG Popping from q - planetlab1.eurecom.fr
-2006-09-28 18:21:12,630 DEBUG Found tickets for planetlab0.ias.csusb.edu
-2006-09-28 18:21:12,631 DEBUG Popping from q - planetlab1.cs.virginia.edu
-2006-09-28 18:21:12,628 DEBUG Found tickets for planetlab2.pop-mg.rnp.br
-2006-09-28 18:21:12,632 DEBUG Popping from q - tju1.6planetlab.edu.cn
-2006-09-28 18:21:12,633 DEBUG Found tickets for planetlab2.rdfrancetelecom.com
-2006-09-28 18:21:12,633 DEBUG Popping from q - planetlab-3.amst.nodes.planet-lab.org
-2006-09-28 18:21:12,635 DEBUG Popping from q - planetlab1.georgetown.edu
-2006-09-28 18:21:12,636 DEBUG Popping from q - planet1.inf.tu-dresden.de
-2006-09-28 18:21:12,637 DEBUG Found tickets for tju1.6planetlab.edu.cn
-2006-09-28 18:21:12,638 DEBUG Popping from q - alice.cs.princeton.edu
-2006-09-28 18:21:12,639 DEBUG Popping from q - planetlab02.erin.utoronto.ca
-2006-09-28 18:21:12,639 DEBUG Found tickets for planetlab1.eurecom.fr
-2006-09-28 18:21:12,640 DEBUG Popping from q - planetlab-1.vuse.vanderbilt.edu
-2006-09-28 18:21:12,642 DEBUG Found tickets for planetlab1.georgetown.edu
-2006-09-28 18:21:12,643 DEBUG Popping from q - planetlab3.uvic.ca
-2006-09-28 18:21:12,644 DEBUG Popping from q - scut2.6planetlab.edu.cn
-2006-09-28 18:21:12,645 DEBUG Popping from q - planetlab1.swidnik.rd.tp.pl
-2006-09-28 18:21:12,647 DEBUG Found tickets for planetlab-1.vuse.vanderbilt.edu
-2006-09-28 18:21:12,647 DEBUG Popping from q - planet2.cdacb.ernet.in
-2006-09-28 18:21:12,648 DEBUG Found tickets for alice.cs.princeton.edu
-2006-09-28 18:21:12,648 DEBUG Popping from q - planetlab1.rdfrancetelecom.com
-2006-09-28 18:21:12,650 DEBUG Found tickets for planetlab3.uvic.ca
-2006-09-28 18:21:12,650 DEBUG Popping from q - planet2.inf.tu-dresden.de
-2006-09-28 18:21:12,651 DEBUG Found tickets for planetlab1.swidnik.rd.tp.pl
-2006-09-28 18:21:12,652 DEBUG Popping from q - planet02.csc.ncsu.edu
-2006-09-28 18:21:12,653 DEBUG Found tickets for scut2.6planetlab.edu.cn
-2006-09-28 18:21:12,653 DEBUG Popping from q - planetlab-1.tssg.org
-2006-09-28 18:21:12,655 DEBUG Found tickets for planet2.cdacb.ernet.in
-2006-09-28 18:21:12,655 DEBUG Popping from q - planetlab-2.vuse.vanderbilt.edu
-2006-09-28 18:21:12,656 DEBUG Found tickets for planetlab1.rdfrancetelecom.com
-2006-09-28 18:21:12,656 DEBUG Popping from q - planetlab-11.cs.princeton.edu
-2006-09-28 18:21:12,658 DEBUG Popping from q - planet03.csc.ncsu.edu
-2006-09-28 18:21:12,659 DEBUG Popping from q - planetlab1.pop-rj.rnp.br
-2006-09-28 18:21:12,660 DEBUG Found tickets for planetlab-1.tssg.org
-2006-09-28 18:21:12,661 DEBUG Popping from q - planet1.halifax.canet4.nodes.planet-lab.org
-2006-09-28 18:21:12,662 DEBUG Found tickets for planetlab-2.vuse.vanderbilt.edu
-2006-09-28 18:21:12,663 DEBUG Popping from q - planetlab2.uc.edu
-2006-09-28 18:21:12,664 DEBUG Popping from q - planet1.cavite.nodes.planet-lab.org
-2006-09-28 18:21:12,666 DEBUG Popping from q - ds-pl3.technion.ac.il
-2006-09-28 18:21:12,667 DEBUG Popping from q - planetlab2.cs.purdue.edu
-2006-09-28 18:21:12,668 DEBUG Found tickets for planetlab1.pop-rj.rnp.br
-2006-09-28 18:21:12,668 DEBUG Popping from q - planetlab3.millennium.berkeley.edu
-2006-09-28 18:21:12,669 DEBUG Popping from q - planetlab1.unl.edu
-2006-09-28 18:21:12,671 DEBUG Popping from q - planetlab1.cs.colorado.edu
-2006-09-28 18:21:12,673 DEBUG Found tickets for ds-pl3.technion.ac.il
-2006-09-28 18:21:12,673 DEBUG Popping from q - planetlab02.cs.washington.edu
-2006-09-28 18:21:12,674 DEBUG Popping from q - planetlab2.informatik.uni-erlangen.de
-2006-09-28 18:21:12,676 DEBUG Found tickets for planetlab1.unl.edu
-2006-09-28 18:21:12,676 DEBUG Popping from q - pl2.ernet.in
-2006-09-28 18:21:12,675 DEBUG Popping from q - planetlab-01.ipv6.lip6.fr
-2006-09-28 18:21:12,678 DEBUG Found tickets for planetlab02.cs.washington.edu
-2006-09-28 18:21:12,678 DEBUG Popping from q - neu2.6planetlab.edu.cn
-2006-09-28 18:21:12,680 DEBUG Found tickets for planetlab2.informatik.uni-erlangen.de
-2006-09-28 18:21:12,680 DEBUG Popping from q - planetlab-2.cs.uni-paderborn.de
-2006-09-28 18:21:12,678 DEBUG Found tickets for planetlab1.cs.colorado.edu
-2006-09-28 18:21:12,682 DEBUG Popping from q - planet5.cs.huji.ac.il
-2006-09-28 18:21:12,683 DEBUG Popping from q - planetlab1.elet.polimi.it
-2006-09-28 18:21:12,684 DEBUG Popping from q - planetlab2.iiitb.ac.in
-2006-09-28 18:21:12,685 DEBUG Popping from q - server1.planetlab.iit-tech.net
-2006-09-28 18:21:12,687 DEBUG Found tickets for planetlab-01.ipv6.lip6.fr
-2006-09-28 18:21:12,688 DEBUG Popping from q - planetlab2.iitb.ac.in
-2006-09-28 18:21:12,690 DEBUG Popping from q - planetlab02.dis.unina.it
-2006-09-28 18:21:12,691 DEBUG Popping from q - planetlab-1.dis.uniroma1.it
-2006-09-28 18:21:12,692 DEBUG Popping from q - planetlab1.iitb.ac.in
-2006-09-28 18:21:12,693 DEBUG Found tickets for planetlab2.iitb.ac.in
-2006-09-28 18:21:12,694 DEBUG Popping from q - pku1.6planetlab.edu.cn
-2006-09-28 18:21:12,694 DEBUG Found tickets for server1.planetlab.iit-tech.net
-2006-09-28 18:21:12,695 DEBUG Popping from q - planetlab1.warsaw.rd.tp.pl
-2006-09-28 18:21:12,697 DEBUG Found tickets for pku1.6planetlab.edu.cn
-2006-09-28 18:21:12,697 DEBUG Popping from q - planetlab1.cri.haifa.ac.il
-2006-09-28 18:21:12,698 DEBUG Popping from q - planetlab-2.cs.ucy.ac.cy
-2006-09-28 18:21:12,699 DEBUG Popping from q - pl1.ernet.in
-2006-09-28 18:21:12,700 DEBUG Found tickets for planetlab1.iitb.ac.in
-2006-09-28 18:21:12,701 DEBUG Popping from q - planetlab2.georgetown.edu
-2006-09-28 18:21:12,703 DEBUG Popping from q - server2.planetlab.iit-tech.net
-2006-09-28 18:21:12,704 DEBUG Found tickets for planetlab1.cri.haifa.ac.il
-2006-09-28 18:21:12,704 DEBUG Popping from q - planetlab2.di.unito.it
-2006-09-28 18:21:12,705 DEBUG Popping from q - planetlab1.csee.usf.edu
-2006-09-28 18:21:12,706 DEBUG Popping from q - planetlab-2.dis.uniroma1.it
-2006-09-28 18:21:12,709 DEBUG Found tickets for server2.planetlab.iit-tech.net
-2006-09-28 18:21:12,709 DEBUG Popping from q - planetlab2.informatik.uni-kl.de
-2006-09-28 18:21:12,710 DEBUG Popping from q - planet1.cs.rochester.edu
-2006-09-28 18:21:12,711 DEBUG Popping from q - planetlab1.rutgers.edu
-2006-09-28 18:21:12,712 DEBUG Found tickets for planetlab2.georgetown.edu
-2006-09-28 18:21:12,713 DEBUG Popping from q - planetlab-2.ece.iastate.edu
-2006-09-28 18:21:12,714 DEBUG Popping from q - planetlab-1.sjce.nodes.planet-lab.org
-2006-09-28 18:21:12,716 DEBUG Found tickets for planetlab2.informatik.uni-kl.de
-2006-09-28 18:21:12,716 DEBUG Popping from q - planetlab2.ece.ucdavis.edu
-2006-09-28 18:21:12,717 DEBUG Found tickets for planet1.cs.rochester.edu
-2006-09-28 18:21:12,718 DEBUG Popping from q - planetlab1.ie.cuhk.edu.hk
-2006-09-28 18:21:12,719 DEBUG Found tickets for planetlab1.rutgers.edu
-2006-09-28 18:21:12,719 DEBUG Popping from q - planetlab2lannion.elibel.tm.fr
-2006-09-28 18:21:12,720 DEBUG Popping from q - planetlab01.mpi-sws.mpg.de
-2006-09-28 18:21:12,721 DEBUG Found tickets for planetlab-1.sjce.nodes.planet-lab.org
-2006-09-28 18:21:12,722 DEBUG Popping from q - planetlab2.cs.duke.edu
-2006-09-28 18:21:12,723 DEBUG Found tickets for planetlab1.ie.cuhk.edu.hk
-2006-09-28 18:21:12,724 DEBUG Popping from q - planetlab1.rn.informatics.scitech.susx.ac.uk
-2006-09-28 18:21:12,725 DEBUG Popping from q - planetlab1.eee.hku.hk
-2006-09-28 18:21:12,726 DEBUG Popping from q - pads23.cs.nthu.edu.tw
-2006-09-28 18:21:12,728 DEBUG Popping from q - planet2.halifax.canet4.nodes.planet-lab.org
-2006-09-28 18:21:12,729 DEBUG Popping from q - planetlab-2.tssg.org
-2006-09-28 18:21:12,731 DEBUG Popping from q - 200-102-209-151.paemt7001.t.brasiltelecom.net.br
-2006-09-28 18:21:12,732 DEBUG Found tickets for planetlab1.rn.informatics.scitech.susx.ac.uk
-2006-09-28 18:21:12,732 DEBUG Popping from q - planetlab2.poly.edu
-2006-09-28 18:21:12,734 DEBUG Found tickets for planetlab1.eee.hku.hk
-2006-09-28 18:21:12,734 DEBUG Popping from q - planetlab1.poly.edu
-2006-09-28 18:21:12,735 DEBUG Found tickets for planetlab-2.tssg.org
-2006-09-28 18:21:12,735 DEBUG Popping from q - planetlab2.net-research.org.uk
-2006-09-28 18:21:12,737 DEBUG Found tickets for planet2.halifax.canet4.nodes.planet-lab.org
-2006-09-28 18:21:12,737 DEBUG Popping from q - planetlab-2.imperial.ac.uk
-2006-09-28 18:21:12,739 DEBUG Found tickets for 200-102-209-151.paemt7001.t.brasiltelecom.net.br
-2006-09-28 18:21:12,739 DEBUG Popping from q - planetlab2.warsaw.rd.tp.pl
-2006-09-28 18:21:12,740 DEBUG Popping from q - planetlab-1.imperial.ac.uk
-2006-09-28 18:21:12,742 DEBUG Popping from q - planetlab2.exp-math.uni-essen.de
-2006-09-28 18:21:12,743 DEBUG Found tickets for planetlab2.net-research.org.uk
-2006-09-28 18:21:12,743 DEBUG Popping from q - planetlab2.eee.hku.hk
-2006-09-28 18:21:12,744 DEBUG Found tickets for planetlab-2.imperial.ac.uk
-2006-09-28 18:21:12,744 DEBUG Popping from q - planetlab1.cis.upenn.edu
-2006-09-28 18:21:12,747 DEBUG Found tickets for planetlab-1.imperial.ac.uk
-2006-09-28 18:41:12,314 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv
-2006-09-28 18:41:13,388 DEBUG Retrieved 705 hosts
-2006-09-28 18:41:13,394 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='drift%20%3E%201m'
-2006-09-28 18:41:13,533 DEBUG Retrieved 9 hosts
-2006-09-28 18:41:13,534 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='resptime%20%3E%200%20&&%20gbfree%20%3C%205'
-2006-09-28 18:41:13,669 DEBUG Retrieved 9 hosts
-2006-09-28 18:41:13,670 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='sshstatus%20%3E%202h'
-2006-09-28 18:41:14,013 DEBUG Retrieved 158 hosts
-2006-09-28 18:41:14,015 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='dns1udp%20%3E%2080%20&&%20dns2udp%20%3E%2080'
-2006-09-28 18:41:14,146 DEBUG Retrieved 6 hosts
-2006-09-28 18:41:14,146 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='filerw%3E0'
-2006-09-28 18:41:14,279 DEBUG Retrieved 3 hosts
-2006-09-28 18:41:14,280 DEBUG Popping from q - planetlab2.elet.polimi.it
-2006-09-28 18:41:14,283 DEBUG Popping from q - pli1-br-3.hpl.hp.com
-2006-09-28 18:41:14,284 DEBUG Popping from q - planetlab2.nbgisp.com
-2006-09-28 18:41:14,285 DEBUG Popping from q - planetlab2.cs.duke.edu
-2006-09-28 18:41:14,286 DEBUG Popping from q - planetlab1.cs.stir.ac.uk
-2006-09-28 18:41:14,287 DEBUG Popping from q - planetlab1.cse.msu.edu
-2006-09-28 18:41:14,289 DEBUG Found tickets for pli1-br-3.hpl.hp.com
-2006-09-28 18:41:14,289 DEBUG Popping from q - planetlab2.cse.msu.edu
-2006-09-28 18:41:14,291 DEBUG Popping from q - planetlab0.cs.stir.ac.uk
-2006-09-28 18:41:14,291 DEBUG Popping from q - planetlab1.informatik.uni-erlangen.de
-2006-09-28 18:41:14,292 DEBUG Found tickets for planetlab1.cse.msu.edu
-2006-09-28 18:41:14,293 DEBUG Popping from q - planetlab1.cs.purdue.edu
-2006-09-28 18:41:14,295 DEBUG Found tickets for planetlab2.cse.msu.edu
-2006-09-28 18:41:14,295 DEBUG Popping from q - planetlab3.flux.utah.edu
-2006-09-28 18:41:14,296 DEBUG Popping from q - planetlab2.cs.columbia.edu
-2006-09-28 18:41:14,298 DEBUG Popping from q - planetlab1.win.trlabs.ca
-2006-09-28 18:41:14,299 DEBUG Found tickets for planetlab1.cs.purdue.edu
-2006-09-28 18:41:14,299 DEBUG Popping from q - planetlab1.cs.duke.edu
-2006-09-28 18:41:14,301 DEBUG Popping from q - planetlab2.flux.utah.edu
-2006-09-28 18:41:14,302 DEBUG Popping from q - planetlab3.cs.columbia.edu
-2006-09-28 18:41:14,304 DEBUG Popping from q - planetlab1.cs.columbia.edu
-2006-09-28 18:41:14,305 DEBUG Popping from q - planetlab-1.eecs.cwru.edu
-2006-09-28 18:41:14,306 DEBUG Popping from q - planetlab2.rutgers.edu
-2006-09-28 18:41:14,308 DEBUG Popping from q - vn3.cs.wustl.edu
-2006-09-28 18:41:14,309 DEBUG Popping from q - planetlab2.cri.haifa.ac.il
-2006-09-28 18:41:14,311 DEBUG Popping from q - soccf-planet-001.comp.nus.edu.sg
-2006-09-28 18:41:14,312 DEBUG Popping from q - planetlab01.cse.psu.edu
-2006-09-28 18:41:14,314 DEBUG Found tickets for planetlab2.rutgers.edu
-2006-09-28 18:41:14,314 DEBUG Popping from q - csu2.6planetlab.edu.cn
-2006-09-28 18:41:14,315 DEBUG Found tickets for vn3.cs.wustl.edu
-2006-09-28 18:41:14,315 DEBUG Popping from q - planet2.njit.edu
-2006-09-28 18:41:14,317 DEBUG Found tickets for planetlab2.cri.haifa.ac.il
-2006-09-28 18:41:14,317 DEBUG Popping from q - planetlab2.unl.edu
-2006-09-28 18:41:14,319 DEBUG Found tickets for soccf-planet-001.comp.nus.edu.sg
-2006-09-28 18:41:14,319 DEBUG Popping from q - planetlab1.cs.pitt.edu
-2006-09-28 18:41:14,320 DEBUG Popping from q - planetlab-2.eecs.cwru.edu
-2006-09-28 18:41:14,322 DEBUG Found tickets for csu2.6planetlab.edu.cn
-2006-09-28 18:41:14,322 DEBUG Popping from q - planetlab2.urv.net
-2006-09-28 18:41:14,323 DEBUG Found tickets for planet2.njit.edu
-2006-09-28 18:41:14,323 DEBUG Popping from q - planetlab7.csail.mit.edu
-2006-09-28 18:41:14,324 DEBUG Popping from q - buaa1.6planetlab.edu.cn
-2006-09-28 18:41:14,326 DEBUG Popping from q - ricepl-3.cs.rice.edu
-2006-09-28 18:41:14,328 DEBUG Popping from q - planet-lab-1.csse.monash.edu.au
-2006-09-28 18:41:14,329 DEBUG Popping from q - planetlab5.millennium.berkeley.edu
-2006-09-28 18:41:14,331 DEBUG Found tickets for buaa1.6planetlab.edu.cn
-2006-09-28 18:41:14,331 DEBUG Popping from q - planetlab1.pop-ce.rnp.br
-2006-09-28 18:41:14,332 DEBUG Found tickets for planetlab7.csail.mit.edu
-2006-09-28 18:41:14,332 DEBUG Popping from q - planetlab2.mnlab.cti.depaul.edu
-2006-09-28 18:41:14,333 DEBUG Popping from q - peace.ri.uni-tuebingen.de
-2006-09-28 18:41:14,335 DEBUG Popping from q - planetlab-8.cs.princeton.edu
-2006-09-28 18:41:14,336 DEBUG Popping from q - planetlab2.ucsd.edu
-2006-09-28 18:41:14,338 DEBUG Found tickets for planetlab1.pop-ce.rnp.br
-2006-09-28 18:41:14,338 DEBUG Popping from q - blast.uwaterloo.ca
-2006-09-28 18:41:14,339 DEBUG Found tickets for planetlab2.mnlab.cti.depaul.edu
-2006-09-28 18:41:14,340 DEBUG Popping from q - planetlab1.cs.wayne.edu
-2006-09-28 18:41:14,341 DEBUG Popping from q - pli1-br-3.hpl.hp.com
-2006-09-28 18:41:14,342 DEBUG Found tickets for planetlab-8.cs.princeton.edu
-2006-09-28 18:41:14,343 DEBUG Popping from q - planetlab2.eurecom.fr
-2006-09-28 18:41:14,343 DEBUG Found tickets for planetlab2.ucsd.edu
-2006-09-28 18:41:14,344 DEBUG Popping from q - planetlab1.di.unito.it
-2006-09-28 18:41:14,345 DEBUG Found tickets for blast.uwaterloo.ca
-2006-09-28 18:41:14,346 DEBUG Popping from q - planetlab2.simula.no
-2006-09-28 18:41:14,347 DEBUG Found tickets for planetlab1.cs.wayne.edu
-2006-09-28 18:41:14,347 DEBUG Popping from q - planetlab01.dis.unina.it
-2006-09-28 18:41:14,349 DEBUG Found tickets for pli1-br-3.hpl.hp.com
-2006-09-28 18:41:14,349 DEBUG Popping from q - planetlab1.flux.utah.edu
-2006-09-28 18:41:14,351 DEBUG Found tickets for planetlab1.di.unito.it
-2006-09-28 18:41:14,351 DEBUG Popping from q - planetlab-1.ece.iastate.edu
-2006-09-28 18:41:14,352 DEBUG Popping from q - sdu1.6planetlab.edu.cn
-2006-09-28 18:41:14,354 DEBUG Popping from q - planetlab4.upc.es
-2006-09-28 18:41:14,354 DEBUG Popping from q - planetlab-13.cs.princeton.edu
-2006-09-28 18:41:14,355 DEBUG Popping from q - planet1.cc.gt.atl.ga.us
-2006-09-28 18:41:14,358 DEBUG Found tickets for sdu1.6planetlab.edu.cn
-2006-09-28 18:41:14,358 DEBUG Popping from q - planetlab2.eecs.wsu.edu
-2006-09-28 18:41:14,360 DEBUG Found tickets for planetlab-1.ece.iastate.edu
-2006-09-28 18:41:14,360 DEBUG Popping from q - planet2.cs.ucsb.edu
-2006-09-28 18:41:14,361 DEBUG Found tickets for planetlab-13.cs.princeton.edu
-2006-09-28 18:41:14,361 DEBUG Popping from q - xjtu2.6planetlab.edu.cn
-2006-09-28 18:41:14,363 DEBUG Popping from q - planetlab3.upc.es
-2006-09-28 18:41:14,364 DEBUG Popping from q - node1.lbnl.nodes.planet-lab.org
-2006-09-28 18:41:14,366 DEBUG Popping from q - planetlab1.iitr.ernet.in
-2006-09-28 18:41:14,367 DEBUG Found tickets for planet2.cs.ucsb.edu
-2006-09-28 18:41:14,367 DEBUG Popping from q - planetlab1.ipls.internet2.planet-lab.org
-2006-09-28 18:41:14,368 DEBUG Popping from q - ent2.cs.nccu.edu.tw
-2006-09-28 18:41:14,370 DEBUG Popping from q - planetlab01.erin.utoronto.ca
-2006-09-28 18:41:14,371 DEBUG Popping from q - planetlab-4.ece.iastate.edu
-2006-09-28 18:41:14,373 DEBUG Popping from q - planetlab2.informatik.uni-goettingen.de
-2006-09-28 18:41:14,374 DEBUG Found tickets for ent2.cs.nccu.edu.tw
-2006-09-28 18:41:14,374 DEBUG Popping from q - ds-pl1.technion.ac.il
-2006-09-28 18:41:14,375 DEBUG Popping from q - planetlab1.mnl.cs.sunysb.edu
-2006-09-28 18:41:14,376 DEBUG Popping from q - aladdin.planetlab.extranet.uni-passau.de
-2006-09-28 18:41:14,378 DEBUG Found tickets for planetlab-4.ece.iastate.edu
-2006-09-28 18:41:14,379 DEBUG Popping from q - planetlab-1.cs.uni-paderborn.de
-2006-09-28 18:41:14,380 DEBUG Found tickets for planetlab2.informatik.uni-goettingen.de
-2006-09-28 18:41:14,381 DEBUG Popping from q - planet1.njit.edu
-2006-09-28 18:41:14,382 DEBUG Popping from q - pku2.6planetlab.edu.cn
-2006-09-28 18:41:14,383 DEBUG Found tickets for planetlab1.mnl.cs.sunysb.edu
-2006-09-28 18:41:14,383 DEBUG Popping from q - planetlab-1.cs.ucy.ac.cy
-2006-09-28 18:41:14,385 DEBUG Popping from q - planetlab00.cse.psu.edu
-2006-09-28 18:41:14,386 DEBUG Popping from q - planetlab04.ethz.ch
-2006-09-28 18:41:14,387 DEBUG Popping from q - sdu2.6planetlab.edu.cn
-2006-09-28 18:41:14,389 DEBUG Popping from q - planet-lab.iki.rssi.ru
-2006-09-28 18:41:14,390 DEBUG Popping from q - planetlab1.polito.it
-2006-09-28 18:41:14,391 DEBUG Found tickets for sdu2.6planetlab.edu.cn
-2006-09-28 18:41:14,391 DEBUG Popping from q - planetlab1.uvic.ca
-2006-09-28 18:41:14,394 DEBUG Found tickets for planetlab1.uvic.ca
-2006-09-28 18:41:14,394 DEBUG Popping from q - planetlab1.cs.byu.edu
-2006-09-28 18:41:14,395 DEBUG Found tickets for planetlab04.ethz.ch
-2006-09-28 18:41:14,395 DEBUG Popping from q - planetlab-1.amst.nodes.planet-lab.org
-2006-09-28 18:41:14,396 DEBUG Found tickets for planet-lab.iki.rssi.ru
-2006-09-28 18:41:14,397 DEBUG Popping from q - planetlab2.uvic.ca
-2006-09-28 18:41:14,398 DEBUG Popping from q - planet2.cs.rochester.edu
-2006-09-28 18:41:14,400 DEBUG Popping from q - planetlab1.xeno.cl.cam.ac.uk
-2006-09-28 18:41:14,401 DEBUG Found tickets for planetlab1.polito.it
-2006-09-28 18:41:14,401 DEBUG Popping from q - lycra.cs.princeton.edu
-2006-09-28 18:41:14,403 DEBUG Popping from q - cloudburst.uwaterloo.ca
-2006-09-28 18:41:14,403 DEBUG Popping from q - planetlab1.ias.csusb.edu
-2006-09-28 18:41:14,405 DEBUG Found tickets for planet2.cs.rochester.edu
-2006-09-28 18:41:14,405 DEBUG Popping from q - vayu.iitd.ernet.in
-2006-09-28 18:41:14,407 DEBUG Found tickets for planetlab1.ias.csusb.edu
-2006-09-28 18:41:14,407 DEBUG Popping from q - node2.lbnl.nodes.planet-lab.org
-2006-09-28 18:41:14,407 DEBUG Found tickets for planetlab2.uvic.ca
-2006-09-28 18:41:14,408 DEBUG Popping from q - planetlab2.cs.byu.edu
-2006-09-28 18:41:14,410 DEBUG Found tickets for lycra.cs.princeton.edu
-2006-09-28 18:41:14,411 DEBUG Popping from q - cqu1.6planetlab.edu.cn
-2006-09-28 18:41:14,412 DEBUG Found tickets for cloudburst.uwaterloo.ca
-2006-09-28 18:41:14,412 DEBUG Popping from q - planetlab2.acis.ufl.edu
-2006-09-28 18:41:14,413 DEBUG Popping from q - planetlab1.cs.unibo.it
-2006-09-28 18:41:14,414 DEBUG Popping from q - tju2.6planetlab.edu.cn
-2006-09-28 18:41:14,418 DEBUG Found tickets for planetlab2.acis.ufl.edu
-2006-09-28 18:41:14,418 DEBUG Popping from q - orbpl1.rutgers.edu
-2006-09-28 18:41:14,419 DEBUG Found tickets for cqu1.6planetlab.edu.cn
-2006-09-28 18:41:14,419 DEBUG Popping from q - ent1.cs.nccu.edu.tw
-2006-09-28 18:41:14,421 DEBUG Found tickets for planetlab1.cs.unibo.it
-2006-09-28 18:41:14,422 DEBUG Popping from q - planet0.jaist.ac.jp
-2006-09-28 18:41:14,423 DEBUG Found tickets for tju2.6planetlab.edu.cn
-2006-09-28 18:41:14,423 DEBUG Popping from q - planetlab1.informatik.uni-wuerzburg.de
-2006-09-28 18:41:14,424 DEBUG Found tickets for orbpl1.rutgers.edu
-2006-09-28 18:41:14,425 DEBUG Popping from q - planetlab3.warsaw.rd.tp.pl
-2006-09-28 18:41:14,428 DEBUG Found tickets for planet0.jaist.ac.jp
-2006-09-28 18:41:14,428 DEBUG Popping from q - planetlab0.ias.csusb.edu
-2006-09-28 18:41:14,429 DEBUG Found tickets for ent1.cs.nccu.edu.tw
-2006-09-28 18:41:14,430 DEBUG Popping from q - planetlab-2.amst.nodes.planet-lab.org
-2006-09-28 18:41:14,431 DEBUG Found tickets for planetlab1.informatik.uni-wuerzburg.de
-2006-09-28 18:41:14,431 DEBUG Popping from q - planetlab3.inria.fr
-2006-09-28 18:41:14,432 DEBUG Popping from q - 200-102-209-152.paemt7001.t.brasiltelecom.net.br
-2006-09-28 18:41:14,434 DEBUG Found tickets for planetlab0.ias.csusb.edu
-2006-09-28 18:41:14,435 DEBUG Popping from q - planetlab3.mnl.cs.sunysb.edu
-2006-09-28 18:41:14,436 DEBUG Popping from q - planetlab-15.cs.princeton.edu
-2006-09-28 18:41:14,438 DEBUG Found tickets for 200-102-209-152.paemt7001.t.brasiltelecom.net.br
-2006-09-28 18:41:14,438 DEBUG Popping from q - planet-lab-2.csse.monash.edu.au
-2006-09-28 18:41:14,440 DEBUG Popping from q - planet1.ecse.rpi.edu
-2006-09-28 18:41:14,441 DEBUG Popping from q - planetlab2.pop-mg.rnp.br
-2006-09-28 18:41:14,443 DEBUG Found tickets for planet-lab-2.csse.monash.edu.au
-2006-09-28 18:41:14,443 DEBUG Popping from q - planetlab2.rdfrancetelecom.com
-2006-09-28 18:41:14,442 DEBUG Popping from q - planetlab-2.unk.edu
-2006-09-28 18:41:14,445 DEBUG Found tickets for planet1.ecse.rpi.edu
-2006-09-28 18:41:14,446 DEBUG Popping from q - planetlab1.eurecom.fr
-2006-09-28 18:41:14,448 DEBUG Found tickets for planetlab2.rdfrancetelecom.com
-2006-09-28 18:41:14,448 DEBUG Popping from q - planetlab1.cs.virginia.edu
-2006-09-28 18:41:14,449 DEBUG Found tickets for planetlab2.pop-mg.rnp.br
-2006-09-28 18:41:14,449 DEBUG Popping from q - tju1.6planetlab.edu.cn
-2006-09-28 18:41:14,450 DEBUG Found tickets for planetlab1.eurecom.fr
-2006-09-28 18:41:14,451 DEBUG Popping from q - planetlab-3.amst.nodes.planet-lab.org
-2006-09-28 18:41:14,452 DEBUG Popping from q - planetlab1.georgetown.edu
-2006-09-28 18:41:14,453 DEBUG Popping from q - planet1.inf.tu-dresden.de
-2006-09-28 18:41:14,456 DEBUG Popping from q - alice.cs.princeton.edu
-2006-09-28 18:41:14,457 DEBUG Found tickets for planetlab1.georgetown.edu
-2006-09-28 18:41:14,457 DEBUG Popping from q - planetlab02.erin.utoronto.ca
-2006-09-28 18:41:14,458 DEBUG Popping from q - planetlab-1.vuse.vanderbilt.edu
-2006-09-28 18:41:14,459 DEBUG Found tickets for tju1.6planetlab.edu.cn
-2006-09-28 18:41:14,460 DEBUG Popping from q - planetlab3.uvic.ca
-2006-09-28 18:41:14,462 DEBUG Found tickets for alice.cs.princeton.edu
-2006-09-28 18:41:14,462 DEBUG Popping from q - scut2.6planetlab.edu.cn
-2006-09-28 18:41:14,463 DEBUG Popping from q - planetlab1.swidnik.rd.tp.pl
-2006-09-28 18:41:14,464 DEBUG Found tickets for planetlab3.uvic.ca
-2006-09-28 18:41:14,465 DEBUG Popping from q - planet2.cdacb.ernet.in
-2006-09-28 18:41:14,466 DEBUG Found tickets for planetlab-1.vuse.vanderbilt.edu
-2006-09-28 18:41:14,467 DEBUG Popping from q - planetlab1.rdfrancetelecom.com
-2006-09-28 18:41:14,468 DEBUG Found tickets for scut2.6planetlab.edu.cn
-2006-09-28 18:41:14,468 DEBUG Popping from q - planet2.inf.tu-dresden.de
-2006-09-28 18:41:14,470 DEBUG Found tickets for planetlab1.rdfrancetelecom.com
-2006-09-28 18:41:14,471 DEBUG Popping from q - planet02.csc.ncsu.edu
-2006-09-28 18:41:14,471 DEBUG Found tickets for planet2.cdacb.ernet.in
-2006-09-28 18:41:14,472 DEBUG Popping from q - planetlab-1.tssg.org
-2006-09-28 18:41:14,473 DEBUG Popping from q - planetlab-2.vuse.vanderbilt.edu
-2006-09-28 18:41:14,474 DEBUG Found tickets for planetlab1.swidnik.rd.tp.pl
-2006-09-28 18:41:14,474 DEBUG Popping from q - planetlab-11.cs.princeton.edu
-2006-09-28 18:41:14,476 DEBUG Found tickets for planetlab-2.vuse.vanderbilt.edu
-2006-09-28 18:41:14,477 DEBUG Popping from q - planet03.csc.ncsu.edu
-2006-09-28 18:41:14,478 DEBUG Found tickets for planetlab-1.tssg.org
-2006-09-28 18:41:14,478 DEBUG Popping from q - planetlab1.pop-rj.rnp.br
-2006-09-28 18:41:14,479 DEBUG Popping from q - planet1.halifax.canet4.nodes.planet-lab.org
-2006-09-28 18:41:14,481 DEBUG Popping from q - planetlab2.uc.edu
-2006-09-28 18:41:14,483 DEBUG Popping from q - planet1.cavite.nodes.planet-lab.org
-2006-09-28 18:41:14,484 DEBUG Popping from q - ds-pl3.technion.ac.il
-2006-09-28 18:41:14,485 DEBUG Found tickets for planetlab1.pop-rj.rnp.br
-2006-09-28 18:41:14,485 DEBUG Popping from q - planetlab2.cs.purdue.edu
-2006-09-28 18:41:14,487 DEBUG Popping from q - planetlab3.millennium.berkeley.edu
-2006-09-28 18:41:14,488 DEBUG Popping from q - planetlab1.unl.edu
-2006-09-28 18:41:14,489 DEBUG Found tickets for ds-pl3.technion.ac.il
-2006-09-28 18:41:14,490 DEBUG Popping from q - planetlab1.cs.colorado.edu
-2006-09-28 18:41:14,492 DEBUG Popping from q - planetlab02.cs.washington.edu
-2006-09-28 18:41:14,493 DEBUG Popping from q - planetlab2.informatik.uni-erlangen.de
-2006-09-28 18:41:14,495 DEBUG Found tickets for planetlab1.unl.edu
-2006-09-28 18:41:14,496 DEBUG Popping from q - planetlab-01.ipv6.lip6.fr
-2006-09-28 18:41:14,497 DEBUG Found tickets for planetlab1.cs.colorado.edu
-2006-09-28 18:41:14,497 DEBUG Popping from q - pl2.ernet.in
-2006-09-28 18:41:14,499 DEBUG Found tickets for planetlab02.cs.washington.edu
-2006-09-28 18:41:14,500 DEBUG Popping from q - neu2.6planetlab.edu.cn
-2006-09-28 18:41:14,501 DEBUG Found tickets for planetlab-01.ipv6.lip6.fr
-2006-09-28 18:41:14,501 DEBUG Popping from q - planetlab-2.cs.uni-paderborn.de
-2006-09-28 18:41:14,502 DEBUG Found tickets for planetlab2.informatik.uni-erlangen.de
-2006-09-28 18:41:14,502 DEBUG Popping from q - planet5.cs.huji.ac.il
-2006-09-28 18:41:14,504 DEBUG Popping from q - planetlab1.elet.polimi.it
-2006-09-28 18:41:14,506 DEBUG Popping from q - planetlab2.iiitb.ac.in
-2006-09-28 18:41:14,507 DEBUG Popping from q - server1.planetlab.iit-tech.net
-2006-09-28 18:41:14,509 DEBUG Popping from q - planetlab2.iitb.ac.in
-2006-09-28 18:41:14,510 DEBUG Popping from q - planetlab02.dis.unina.it
-2006-09-28 18:41:14,511 DEBUG Popping from q - planetlab-1.dis.uniroma1.it
-2006-09-28 18:41:14,512 DEBUG Found tickets for planetlab2.iitb.ac.in
-2006-09-28 18:41:14,513 DEBUG Popping from q - planetlab1.iitb.ac.in
-2006-09-28 18:41:14,514 DEBUG Found tickets for server1.planetlab.iit-tech.net
-2006-09-28 18:41:14,514 DEBUG Popping from q - pku1.6planetlab.edu.cn
-2006-09-28 18:41:14,516 DEBUG Popping from q - planetlab1.warsaw.rd.tp.pl
-2006-09-28 18:41:14,517 DEBUG Found tickets for pku1.6planetlab.edu.cn
-2006-09-28 18:41:14,518 DEBUG Popping from q - planetlab1.cri.haifa.ac.il
-2006-09-28 18:41:14,519 DEBUG Found tickets for planetlab1.iitb.ac.in
-2006-09-28 18:41:14,519 DEBUG Popping from q - planetlab-2.cs.ucy.ac.cy
-2006-09-28 18:41:14,520 DEBUG Popping from q - pl1.ernet.in
-2006-09-28 18:41:14,522 DEBUG Popping from q - planetlab2.georgetown.edu
-2006-09-28 18:41:14,524 DEBUG Popping from q - server2.planetlab.iit-tech.net
-2006-09-28 18:41:14,525 DEBUG Popping from q - planetlab2.di.unito.it
-2006-09-28 18:41:14,526 DEBUG Found tickets for planetlab1.cri.haifa.ac.il
-2006-09-28 18:41:14,527 DEBUG Popping from q - planetlab1.csee.usf.edu
-2006-09-28 18:41:14,529 DEBUG Found tickets for planetlab2.georgetown.edu
-2006-09-28 18:41:14,529 DEBUG Popping from q - planetlab-2.dis.uniroma1.it
-2006-09-28 18:41:14,531 DEBUG Found tickets for server2.planetlab.iit-tech.net
-2006-09-28 18:41:14,531 DEBUG Popping from q - planetlab2.informatik.uni-kl.de
-2006-09-28 18:41:14,532 DEBUG Popping from q - planet1.cs.rochester.edu
-2006-09-28 18:41:14,534 DEBUG Popping from q - planetlab1.rutgers.edu
-2006-09-28 18:41:14,535 DEBUG Popping from q - planetlab-2.ece.iastate.edu
-2006-09-28 18:41:14,537 DEBUG Found tickets for planetlab1.rutgers.edu
-2006-09-28 18:41:14,537 DEBUG Popping from q - planetlab-1.sjce.nodes.planet-lab.org
-2006-09-28 18:41:14,538 DEBUG Found tickets for planet1.cs.rochester.edu
-2006-09-28 18:41:14,539 DEBUG Popping from q - planetlab2.ece.ucdavis.edu
-2006-09-28 18:41:14,541 DEBUG Popping from q - planetlab1.ie.cuhk.edu.hk
-2006-09-28 18:41:14,539 DEBUG Found tickets for planetlab2.informatik.uni-kl.de
-2006-09-28 18:41:14,542 DEBUG Popping from q - planetlab2lannion.elibel.tm.fr
-2006-09-28 18:41:14,540 DEBUG Found tickets for planetlab-1.sjce.nodes.planet-lab.org
-2006-09-28 18:41:14,543 DEBUG Popping from q - planetlab01.mpi-sws.mpg.de
-2006-09-28 18:41:14,545 DEBUG Popping from q - planetlab2.cs.duke.edu
-2006-09-28 18:41:14,547 DEBUG Found tickets for planetlab1.ie.cuhk.edu.hk
-2006-09-28 18:41:14,547 DEBUG Popping from q - planetlab1.eee.hku.hk
-2006-09-28 18:41:14,548 DEBUG Popping from q - pads23.cs.nthu.edu.tw
-2006-09-28 18:41:14,550 DEBUG Popping from q - planetlab1.rn.informatics.scitech.susx.ac.uk
-2006-09-28 18:41:14,550 DEBUG Popping from q - planet2.halifax.canet4.nodes.planet-lab.org
-2006-09-28 18:41:14,553 DEBUG Popping from q - planetlab-2.tssg.org
-2006-09-28 18:41:14,554 DEBUG Found tickets for planetlab1.eee.hku.hk
-2006-09-28 18:41:14,555 DEBUG Popping from q - 200-102-209-151.paemt7001.t.brasiltelecom.net.br
-2006-09-28 18:41:14,555 DEBUG Found tickets for planet2.halifax.canet4.nodes.planet-lab.org
-2006-09-28 18:41:14,556 DEBUG Popping from q - planetlab2.poly.edu
-2006-09-28 18:41:14,555 DEBUG Found tickets for planetlab1.rn.informatics.scitech.susx.ac.uk
-2006-09-28 18:41:14,557 DEBUG Popping from q - planetlab1.poly.edu
-2006-09-28 18:41:14,559 DEBUG Popping from q - planetlab2.net-research.org.uk
-2006-09-28 18:41:14,561 DEBUG Popping from q - planetlab-2.imperial.ac.uk
-2006-09-28 18:41:14,562 DEBUG Found tickets for planetlab-2.tssg.org
-2006-09-28 18:41:14,562 DEBUG Popping from q - planetlab2.warsaw.rd.tp.pl
-2006-09-28 18:41:14,563 DEBUG Found tickets for 200-102-209-151.paemt7001.t.brasiltelecom.net.br
-2006-09-28 18:41:14,564 DEBUG Popping from q - planetlab-1.imperial.ac.uk
-2006-09-28 18:41:14,566 DEBUG Found tickets for planetlab2.net-research.org.uk
-2006-09-28 18:41:14,566 DEBUG Popping from q - planetlab2.exp-math.uni-essen.de
-2006-09-28 18:41:14,567 DEBUG Found tickets for planetlab-2.imperial.ac.uk
-2006-09-28 18:41:14,567 DEBUG Popping from q - planetlab2.eee.hku.hk
-2006-09-28 18:41:14,569 DEBUG Found tickets for planetlab-1.imperial.ac.uk
-2006-09-28 18:41:14,569 DEBUG Popping from q - planetlab1.cis.upenn.edu
-2006-09-28 19:01:14,125 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv
-2006-09-28 19:01:15,188 DEBUG Retrieved 705 hosts
-2006-09-28 19:01:15,195 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='drift%20%3E%201m'
-2006-09-28 19:01:15,327 DEBUG Retrieved 8 hosts
-2006-09-28 19:01:15,328 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='resptime%20%3E%200%20&&%20gbfree%20%3C%205'
-2006-09-28 19:01:15,461 DEBUG Retrieved 9 hosts
-2006-09-28 19:01:15,462 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='sshstatus%20%3E%202h'
-2006-09-28 19:01:15,803 DEBUG Retrieved 158 hosts
-2006-09-28 19:01:15,805 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='dns1udp%20%3E%2080%20&&%20dns2udp%20%3E%2080'
-2006-09-28 19:01:15,933 DEBUG Retrieved 5 hosts
-2006-09-28 19:01:15,934 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='filerw%3E0'
-2006-09-28 19:01:16,058 DEBUG Retrieved 2 hosts
-2006-09-28 19:01:16,060 DEBUG Popping from q - planetlab2.elet.polimi.it
-2006-09-28 19:01:16,061 DEBUG Popping from q - pli1-br-3.hpl.hp.com
-2006-09-28 19:01:16,062 DEBUG Popping from q - planetlab2.nbgisp.com
-2006-09-28 19:01:16,063 DEBUG Popping from q - planetlab1.cs.stir.ac.uk
-2006-09-28 19:01:16,064 DEBUG Popping from q - planetlab1.cse.msu.edu
-2006-09-28 19:01:16,066 DEBUG Popping from q - planetlab2.cse.msu.edu
-2006-09-28 19:01:16,067 DEBUG Found tickets for pli1-br-3.hpl.hp.com
-2006-09-28 19:01:16,067 DEBUG Popping from q - planetlab0.cs.stir.ac.uk
-2006-09-28 19:01:16,068 DEBUG Popping from q - planetlab1.informatik.uni-erlangen.de
-2006-09-28 19:01:16,070 DEBUG Popping from q - planetlab1.cs.purdue.edu
-2006-09-28 19:01:16,071 DEBUG Found tickets for planetlab2.cse.msu.edu
-2006-09-28 19:01:16,072 DEBUG Popping from q - planetlab3.flux.utah.edu
-2006-09-28 19:01:16,073 DEBUG Found tickets for planetlab1.cse.msu.edu
-2006-09-28 19:01:16,073 DEBUG Popping from q - planetlab2.cs.columbia.edu
-2006-09-28 19:01:16,074 DEBUG Popping from q - planetlab1.win.trlabs.ca
-2006-09-28 19:01:16,076 DEBUG Popping from q - planetlab1.cs.duke.edu
-2006-09-28 19:01:16,075 DEBUG Found tickets for planetlab1.cs.purdue.edu
-2006-09-28 19:01:16,078 DEBUG Popping from q - planetlab2.flux.utah.edu
-2006-09-28 19:01:16,079 DEBUG Popping from q - planetlab3.cs.columbia.edu
-2006-09-28 19:01:16,080 DEBUG Popping from q - planetlab1.cs.columbia.edu
-2006-09-28 19:01:16,082 DEBUG Popping from q - planetlab-1.eecs.cwru.edu
-2006-09-28 19:01:16,083 DEBUG Popping from q - planetlab2.rutgers.edu
-2006-09-28 19:01:16,085 DEBUG Popping from q - vn3.cs.wustl.edu
-2006-09-28 19:01:16,086 DEBUG Popping from q - planetlab2.cri.haifa.ac.il
-2006-09-28 19:01:16,087 DEBUG Popping from q - soccf-planet-001.comp.nus.edu.sg
-2006-09-28 19:01:16,089 DEBUG Popping from q - planetlab01.cse.psu.edu
-2006-09-28 19:01:16,090 DEBUG Found tickets for planetlab2.rutgers.edu
-2006-09-28 19:01:16,090 DEBUG Popping from q - csu2.6planetlab.edu.cn
-2006-09-28 19:01:16,092 DEBUG Found tickets for soccf-planet-001.comp.nus.edu.sg
-2006-09-28 19:01:16,092 DEBUG Popping from q - planet2.njit.edu
-2006-09-28 19:01:16,093 DEBUG Found tickets for vn3.cs.wustl.edu
-2006-09-28 19:01:16,094 DEBUG Popping from q - planetlab2.unl.edu
-2006-09-28 19:01:16,095 DEBUG Found tickets for planetlab2.cri.haifa.ac.il
-2006-09-28 19:01:16,095 DEBUG Popping from q - planetlab1.cs.pitt.edu
-2006-09-28 19:01:16,097 DEBUG Found tickets for csu2.6planetlab.edu.cn
-2006-09-28 19:01:16,097 DEBUG Popping from q - planetlab-2.eecs.cwru.edu
-2006-09-28 19:01:16,098 DEBUG Popping from q - planetlab2.urv.net
-2006-09-28 19:01:16,100 DEBUG Popping from q - planetlab7.csail.mit.edu
-2006-09-28 19:01:16,101 DEBUG Found tickets for planet2.njit.edu
-2006-09-28 19:01:16,101 DEBUG Popping from q - buaa1.6planetlab.edu.cn
-2006-09-28 19:01:16,102 DEBUG Popping from q - ricepl-3.cs.rice.edu
-2006-09-28 19:01:16,104 DEBUG Popping from q - planet-lab-1.csse.monash.edu.au
-2006-09-28 19:01:16,105 DEBUG Popping from q - planetlab5.millennium.berkeley.edu
-2006-09-28 19:01:16,107 DEBUG Found tickets for planetlab7.csail.mit.edu
-2006-09-28 19:01:16,108 DEBUG Popping from q - planetlab1.pop-ce.rnp.br
-2006-09-28 19:01:16,109 DEBUG Found tickets for buaa1.6planetlab.edu.cn
-2006-09-28 19:01:16,109 DEBUG Popping from q - planetlab2.mnlab.cti.depaul.edu
-2006-09-28 19:01:16,110 DEBUG Popping from q - peace.ri.uni-tuebingen.de
-2006-09-28 19:01:16,112 DEBUG Popping from q - planetlab-8.cs.princeton.edu
-2006-09-28 19:01:16,113 DEBUG Popping from q - planetlab2.ucsd.edu
-2006-09-28 19:01:16,115 DEBUG Found tickets for planetlab1.pop-ce.rnp.br
-2006-09-28 19:01:16,115 DEBUG Popping from q - blast.uwaterloo.ca
-2006-09-28 19:01:16,116 DEBUG Found tickets for planetlab2.mnlab.cti.depaul.edu
-2006-09-28 19:01:16,117 DEBUG Popping from q - planetlab1.cs.wayne.edu
-2006-09-28 19:01:16,118 DEBUG Popping from q - pli1-br-3.hpl.hp.com
-2006-09-28 19:01:16,119 DEBUG Found tickets for planetlab-8.cs.princeton.edu
-2006-09-28 19:01:16,119 DEBUG Popping from q - planetlab2.eurecom.fr
-2006-09-28 19:01:16,120 DEBUG Found tickets for planetlab2.ucsd.edu
-2006-09-28 19:01:16,121 DEBUG Popping from q - planetlab1.di.unito.it
-2006-09-28 19:01:16,123 DEBUG Found tickets for blast.uwaterloo.ca
-2006-09-28 19:01:16,123 DEBUG Popping from q - planetlab2.simula.no
-2006-09-28 19:01:16,124 DEBUG Found tickets for planetlab1.cs.wayne.edu
-2006-09-28 19:01:16,124 DEBUG Popping from q - planetlab01.dis.unina.it
-2006-09-28 19:01:16,126 DEBUG Found tickets for pli1-br-3.hpl.hp.com
-2006-09-28 19:01:16,126 DEBUG Popping from q - planetlab1.flux.utah.edu
-2006-09-28 19:01:16,127 DEBUG Popping from q - planetlab-1.ece.iastate.edu
-2006-09-28 19:01:16,128 DEBUG Found tickets for planetlab1.di.unito.it
-2006-09-28 19:01:16,129 DEBUG Popping from q - sdu1.6planetlab.edu.cn
-2006-09-28 19:01:16,130 DEBUG Popping from q - planetlab4.upc.es
-2006-09-28 19:01:16,132 DEBUG Popping from q - planetlab-13.cs.princeton.edu
-2006-09-28 19:01:16,133 DEBUG Found tickets for planetlab-1.ece.iastate.edu
-2006-09-28 19:01:16,133 DEBUG Popping from q - planet1.cc.gt.atl.ga.us
-2006-09-28 19:01:16,134 DEBUG Popping from q - planetlab2.eecs.wsu.edu
-2006-09-28 19:01:16,136 DEBUG Popping from q - planet2.cs.ucsb.edu
-2006-09-28 19:01:16,137 DEBUG Found tickets for sdu1.6planetlab.edu.cn
-2006-09-28 19:01:16,138 DEBUG Popping from q - xjtu2.6planetlab.edu.cn
-2006-09-28 19:01:16,139 DEBUG Found tickets for planetlab-13.cs.princeton.edu
-2006-09-28 19:01:16,139 DEBUG Popping from q - planetlab3.upc.es
-2006-09-28 19:01:16,140 DEBUG Popping from q - node1.lbnl.nodes.planet-lab.org
-2006-09-28 19:01:16,142 DEBUG Popping from q - planetlab1.iitr.ernet.in
-2006-09-28 19:01:16,144 DEBUG Found tickets for planet2.cs.ucsb.edu
-2006-09-28 19:01:16,144 DEBUG Popping from q - planetlab1.ipls.internet2.planet-lab.org
-2006-09-28 19:01:16,145 DEBUG Popping from q - ent2.cs.nccu.edu.tw
-2006-09-28 19:01:16,147 DEBUG Popping from q - planetlab01.erin.utoronto.ca
-2006-09-28 19:01:16,148 DEBUG Popping from q - planetlab-4.ece.iastate.edu
-2006-09-28 19:01:16,149 DEBUG Popping from q - planetlab2.informatik.uni-goettingen.de
-2006-09-28 19:01:16,151 DEBUG Popping from q - ds-pl1.technion.ac.il
-2006-09-28 19:01:16,152 DEBUG Found tickets for ent2.cs.nccu.edu.tw
-2006-09-28 19:01:16,152 DEBUG Popping from q - planetlab1.mnl.cs.sunysb.edu
-2006-09-28 19:01:16,154 DEBUG Popping from q - aladdin.planetlab.extranet.uni-passau.de
-2006-09-28 19:01:16,155 DEBUG Found tickets for planetlab2.informatik.uni-goettingen.de
-2006-09-28 19:01:16,155 DEBUG Popping from q - planetlab-1.cs.uni-paderborn.de
-2006-09-28 19:01:16,156 DEBUG Found tickets for planetlab-4.ece.iastate.edu
-2006-09-28 19:01:16,156 DEBUG Popping from q - planet1.njit.edu
-2006-09-28 19:01:16,158 DEBUG Popping from q - pku2.6planetlab.edu.cn
-2006-09-28 19:01:16,160 DEBUG Found tickets for planetlab1.mnl.cs.sunysb.edu
-2006-09-28 19:01:16,160 DEBUG Popping from q - planetlab-1.cs.ucy.ac.cy
-2006-09-28 19:01:16,161 DEBUG Popping from q - planetlab00.cse.psu.edu
-2006-09-28 19:01:16,163 DEBUG Popping from q - planetlab04.ethz.ch
-2006-09-28 19:01:16,164 DEBUG Popping from q - sdu2.6planetlab.edu.cn
-2006-09-28 19:01:16,165 DEBUG Popping from q - planet-lab.iki.rssi.ru
-2006-09-28 19:01:16,167 DEBUG Popping from q - planetlab1.polito.it
-2006-09-28 19:01:16,168 DEBUG Popping from q - planetlab1.uvic.ca
-2006-09-28 19:01:16,170 DEBUG Found tickets for sdu2.6planetlab.edu.cn
-2006-09-28 19:01:16,170 DEBUG Popping from q - planetlab1.cs.byu.edu
-2006-09-28 19:01:16,171 DEBUG Found tickets for planetlab04.ethz.ch
-2006-09-28 19:01:16,172 DEBUG Popping from q - planetlab-1.amst.nodes.planet-lab.org
-2006-09-28 19:01:16,173 DEBUG Found tickets for planet-lab.iki.rssi.ru
-2006-09-28 19:01:16,173 DEBUG Popping from q - planetlab2.uvic.ca
-2006-09-28 19:01:16,174 DEBUG Found tickets for planetlab1.polito.it
-2006-09-28 19:01:16,174 DEBUG Popping from q - planet2.cs.rochester.edu
-2006-09-28 19:01:16,175 DEBUG Found tickets for planetlab1.uvic.ca
-2006-09-28 19:01:16,176 DEBUG Popping from q - planetlab1.xeno.cl.cam.ac.uk
-2006-09-28 19:01:16,177 DEBUG Popping from q - lycra.cs.princeton.edu
-2006-09-28 19:01:16,179 DEBUG Popping from q - cloudburst.uwaterloo.ca
-2006-09-28 19:01:16,180 DEBUG Found tickets for planetlab2.uvic.ca
-2006-09-28 19:01:16,181 DEBUG Popping from q - planetlab1.ias.csusb.edu
-2006-09-28 19:01:16,182 DEBUG Found tickets for planet2.cs.rochester.edu
-2006-09-28 19:01:16,182 DEBUG Popping from q - vayu.iitd.ernet.in
-2006-09-28 19:01:16,183 DEBUG Popping from q - node2.lbnl.nodes.planet-lab.org
-2006-09-28 19:01:16,185 DEBUG Found tickets for lycra.cs.princeton.edu
-2006-09-28 19:01:16,185 DEBUG Popping from q - planetlab2.cs.byu.edu
-2006-09-28 19:01:16,187 DEBUG Found tickets for cloudburst.uwaterloo.ca
-2006-09-28 19:01:16,187 DEBUG Popping from q - cqu1.6planetlab.edu.cn
-2006-09-28 19:01:16,188 DEBUG Found tickets for planetlab1.ias.csusb.edu
-2006-09-28 19:01:16,189 DEBUG Popping from q - planetlab2.acis.ufl.edu
-2006-09-28 19:01:16,190 DEBUG Popping from q - planetlab1.cs.unibo.it
-2006-09-28 19:01:16,191 DEBUG Popping from q - tju2.6planetlab.edu.cn
-2006-09-28 19:01:16,192 DEBUG Popping from q - orbpl1.rutgers.edu
-2006-09-28 19:01:16,194 DEBUG Found tickets for cqu1.6planetlab.edu.cn
-2006-09-28 19:01:16,194 DEBUG Popping from q - ent1.cs.nccu.edu.tw
-2006-09-28 19:01:16,195 DEBUG Found tickets for planetlab2.acis.ufl.edu
-2006-09-28 19:01:16,196 DEBUG Popping from q - planet0.jaist.ac.jp
-2006-09-28 19:01:16,197 DEBUG Found tickets for planetlab1.cs.unibo.it
-2006-09-28 19:01:16,198 DEBUG Popping from q - planetlab1.informatik.uni-wuerzburg.de
-2006-09-28 19:01:16,199 DEBUG Found tickets for orbpl1.rutgers.edu
-2006-09-28 19:01:16,199 DEBUG Popping from q - planetlab3.warsaw.rd.tp.pl
-2006-09-28 19:01:16,201 DEBUG Found tickets for ent1.cs.nccu.edu.tw
-2006-09-28 19:01:16,201 DEBUG Popping from q - planetlab0.ias.csusb.edu
-2006-09-28 19:01:16,202 DEBUG Found tickets for planetlab1.informatik.uni-wuerzburg.de
-2006-09-28 19:01:16,203 DEBUG Popping from q - planetlab-2.amst.nodes.planet-lab.org
-2006-09-28 19:01:16,204 DEBUG Popping from q - planetlab3.inria.fr
-2006-09-28 19:01:16,205 DEBUG Found tickets for planetlab0.ias.csusb.edu
-2006-09-28 19:01:16,206 DEBUG Popping from q - 200-102-209-152.paemt7001.t.brasiltelecom.net.br
-2006-09-28 19:01:16,205 DEBUG Found tickets for tju2.6planetlab.edu.cn
-2006-09-28 19:01:16,207 DEBUG Popping from q - planetlab3.mnl.cs.sunysb.edu
-2006-09-28 19:01:16,208 DEBUG Found tickets for planet0.jaist.ac.jp
-2006-09-28 19:01:16,208 DEBUG Popping from q - planetlab-15.cs.princeton.edu
-2006-09-28 19:01:16,210 DEBUG Popping from q - planet-lab-2.csse.monash.edu.au
-2006-09-28 19:01:16,211 DEBUG Found tickets for 200-102-209-152.paemt7001.t.brasiltelecom.net.br
-2006-09-28 19:01:16,211 DEBUG Popping from q - planet1.ecse.rpi.edu
-2006-09-28 19:01:16,213 DEBUG Popping from q - planetlab2.pop-mg.rnp.br
-2006-09-28 19:01:16,214 DEBUG Popping from q - planetlab-2.unk.edu
-2006-09-28 19:01:16,216 DEBUG Found tickets for planet1.ecse.rpi.edu
-2006-09-28 19:01:16,216 DEBUG Popping from q - planetlab2.rdfrancetelecom.com
-2006-09-28 19:01:16,217 DEBUG Popping from q - planetlab1.eurecom.fr
-2006-09-28 19:01:16,219 DEBUG Popping from q - planetlab1.cs.virginia.edu
-2006-09-28 19:01:16,220 DEBUG Found tickets for planetlab2.pop-mg.rnp.br
-2006-09-28 19:01:16,221 DEBUG Popping from q - tju1.6planetlab.edu.cn
-2006-09-28 19:01:16,219 DEBUG Found tickets for planet-lab-2.csse.monash.edu.au
-2006-09-28 19:01:16,222 DEBUG Found tickets for planetlab2.rdfrancetelecom.com
-2006-09-28 19:01:16,223 DEBUG Popping from q - planetlab-3.amst.nodes.planet-lab.org
-2006-09-28 19:01:16,223 DEBUG Popping from q - planetlab1.georgetown.edu
-2006-09-28 19:01:16,225 DEBUG Found tickets for planetlab1.eurecom.fr
-2006-09-28 19:01:16,225 DEBUG Popping from q - planet1.inf.tu-dresden.de
-2006-09-28 19:01:16,227 DEBUG Found tickets for tju1.6planetlab.edu.cn
-2006-09-28 19:01:16,227 DEBUG Popping from q - alice.cs.princeton.edu
-2006-09-28 19:01:16,228 DEBUG Found tickets for planetlab1.georgetown.edu
-2006-09-28 19:01:16,229 DEBUG Popping from q - planetlab02.erin.utoronto.ca
-2006-09-28 19:01:16,230 DEBUG Popping from q - planetlab-1.vuse.vanderbilt.edu
-2006-09-28 19:01:16,231 DEBUG Popping from q - planetlab3.uvic.ca
-2006-09-28 19:01:16,232 DEBUG Popping from q - scut2.6planetlab.edu.cn
-2006-09-28 19:01:16,234 DEBUG Found tickets for alice.cs.princeton.edu
-2006-09-28 19:01:16,235 DEBUG Popping from q - planetlab1.swidnik.rd.tp.pl
-2006-09-28 19:01:16,236 DEBUG Found tickets for planetlab-1.vuse.vanderbilt.edu
-2006-09-28 19:01:16,236 DEBUG Popping from q - planet2.cdacb.ernet.in
-2006-09-28 19:01:16,237 DEBUG Popping from q - planetlab1.rdfrancetelecom.com
-2006-09-28 19:01:16,238 DEBUG Found tickets for scut2.6planetlab.edu.cn
-2006-09-28 19:01:16,239 DEBUG Popping from q - planet2.inf.tu-dresden.de
-2006-09-28 19:01:16,240 DEBUG Found tickets for planetlab3.uvic.ca
-2006-09-28 19:01:16,240 DEBUG Popping from q - planet02.csc.ncsu.edu
-2006-09-28 19:01:16,242 DEBUG Found tickets for planetlab1.rdfrancetelecom.com
-2006-09-28 19:01:16,242 DEBUG Popping from q - planetlab-1.tssg.org
-2006-09-28 19:01:16,243 DEBUG Popping from q - planetlab-2.vuse.vanderbilt.edu
-2006-09-28 19:01:16,244 DEBUG Found tickets for planet2.cdacb.ernet.in
-2006-09-28 19:01:16,245 DEBUG Popping from q - planetlab-11.cs.princeton.edu
-2006-09-28 19:01:16,246 DEBUG Found tickets for planetlab1.swidnik.rd.tp.pl
-2006-09-28 19:01:16,246 DEBUG Popping from q - planet03.csc.ncsu.edu
-2006-09-28 19:01:16,247 DEBUG Popping from q - planetlab1.pop-rj.rnp.br
-2006-09-28 19:01:16,250 DEBUG Found tickets for planetlab-1.tssg.org
-2006-09-28 19:01:16,250 DEBUG Popping from q - planet1.halifax.canet4.nodes.planet-lab.org
-2006-09-28 19:01:16,251 DEBUG Popping from q - planetlab2.uc.edu
-2006-09-28 19:01:16,252 DEBUG Popping from q - planet1.cavite.nodes.planet-lab.org
-2006-09-28 19:01:16,253 DEBUG Found tickets for planetlab1.pop-rj.rnp.br
-2006-09-28 19:01:16,254 DEBUG Popping from q - ds-pl3.technion.ac.il
-2006-09-28 19:01:16,255 DEBUG Found tickets for planetlab-2.vuse.vanderbilt.edu
-2006-09-28 19:01:16,255 DEBUG Popping from q - planetlab2.cs.purdue.edu
-2006-09-28 19:01:16,257 DEBUG Popping from q - planetlab3.millennium.berkeley.edu
-2006-09-28 19:01:16,258 DEBUG Popping from q - planetlab1.unl.edu
-2006-09-28 19:01:16,259 DEBUG Popping from q - planetlab1.cs.colorado.edu
-2006-09-28 19:01:16,260 DEBUG Found tickets for ds-pl3.technion.ac.il
-2006-09-28 19:01:16,260 DEBUG Popping from q - planetlab02.cs.washington.edu
-2006-09-28 19:01:16,263 DEBUG Popping from q - planetlab2.informatik.uni-erlangen.de
-2006-09-28 19:01:16,264 DEBUG Popping from q - planetlab-01.ipv6.lip6.fr
-2006-09-28 19:01:16,265 DEBUG Found tickets for planetlab1.unl.edu
-2006-09-28 19:01:16,266 DEBUG Popping from q - pl2.ernet.in
-2006-09-28 19:01:16,267 DEBUG Found tickets for planetlab02.cs.washington.edu
-2006-09-28 19:01:16,267 DEBUG Popping from q - neu2.6planetlab.edu.cn
-2006-09-28 19:01:16,268 DEBUG Found tickets for planetlab1.cs.colorado.edu
-2006-09-28 19:01:16,268 DEBUG Popping from q - planetlab-2.cs.uni-paderborn.de
-2006-09-28 19:01:16,270 DEBUG Found tickets for planetlab2.informatik.uni-erlangen.de
-2006-09-28 19:01:16,271 DEBUG Popping from q - planet5.cs.huji.ac.il
-2006-09-28 19:01:16,272 DEBUG Found tickets for planetlab-01.ipv6.lip6.fr
-2006-09-28 19:01:16,272 DEBUG Popping from q - planetlab1.elet.polimi.it
-2006-09-28 19:01:16,273 DEBUG Popping from q - planetlab2.iiitb.ac.in
-2006-09-28 19:01:16,274 DEBUG Popping from q - server1.planetlab.iit-tech.net
-2006-09-28 19:01:16,276 DEBUG Popping from q - planetlab2.iitb.ac.in
-2006-09-28 19:01:16,278 DEBUG Popping from q - planetlab02.dis.unina.it
-2006-09-28 19:01:16,279 DEBUG Popping from q - planetlab-1.dis.uniroma1.it
-2006-09-28 19:01:16,280 DEBUG Popping from q - planetlab1.iitb.ac.in
-2006-09-28 19:01:16,281 DEBUG Found tickets for server1.planetlab.iit-tech.net
-2006-09-28 19:01:16,282 DEBUG Popping from q - pku1.6planetlab.edu.cn
-2006-09-28 19:01:16,284 DEBUG Popping from q - planetlab1.warsaw.rd.tp.pl
-2006-09-28 19:01:16,285 DEBUG Popping from q - planetlab1.cri.haifa.ac.il
-2006-09-28 19:01:16,286 DEBUG Found tickets for planetlab1.iitb.ac.in
-2006-09-28 19:01:16,286 DEBUG Popping from q - planetlab-2.cs.ucy.ac.cy
-2006-09-28 19:01:16,287 DEBUG Found tickets for planetlab2.iitb.ac.in
-2006-09-28 19:01:16,288 DEBUG Found tickets for pku1.6planetlab.edu.cn
-2006-09-28 19:01:16,289 DEBUG Popping from q - pl1.ernet.in
-2006-09-28 19:01:16,290 DEBUG Popping from q - planetlab2.georgetown.edu
-2006-09-28 19:01:16,291 DEBUG Found tickets for planetlab1.cri.haifa.ac.il
-2006-09-28 19:01:16,292 DEBUG Popping from q - server2.planetlab.iit-tech.net
-2006-09-28 19:01:16,293 DEBUG Popping from q - planetlab2.di.unito.it
-2006-09-28 19:01:16,294 DEBUG Popping from q - planetlab1.csee.usf.edu
-2006-09-28 19:01:16,295 DEBUG Popping from q - planetlab-2.dis.uniroma1.it
-2006-09-28 19:01:16,297 DEBUG Found tickets for server2.planetlab.iit-tech.net
-2006-09-28 19:01:16,297 DEBUG Popping from q - planetlab2.informatik.uni-kl.de
-2006-09-28 19:01:16,298 DEBUG Popping from q - planet1.cs.rochester.edu
-2006-09-28 19:01:16,300 DEBUG Found tickets for planetlab2.georgetown.edu
-2006-09-28 19:01:16,300 DEBUG Popping from q - planetlab1.rutgers.edu
-2006-09-28 19:01:16,301 DEBUG Popping from q - planetlab-2.ece.iastate.edu
-2006-09-28 19:01:16,303 DEBUG Found tickets for planetlab1.rutgers.edu
-2006-09-28 19:01:16,303 DEBUG Popping from q - planetlab-1.sjce.nodes.planet-lab.org
-2006-09-28 19:01:16,304 DEBUG Popping from q - planetlab2.ece.ucdavis.edu
-2006-09-28 19:01:16,306 DEBUG Found tickets for planetlab2.informatik.uni-kl.de
-2006-09-28 19:01:16,306 DEBUG Popping from q - planetlab1.ie.cuhk.edu.hk
-2006-09-28 19:01:16,307 DEBUG Found tickets for planet1.cs.rochester.edu
-2006-09-28 19:01:16,308 DEBUG Popping from q - planetlab2lannion.elibel.tm.fr
-2006-09-28 19:01:16,309 DEBUG Popping from q - planetlab01.mpi-sws.mpg.de
-2006-09-28 19:01:16,310 DEBUG Found tickets for planetlab1.ie.cuhk.edu.hk
-2006-09-28 19:01:16,311 DEBUG Popping from q - planetlab2.cs.duke.edu
-2006-09-28 19:01:16,312 DEBUG Found tickets for planetlab-1.sjce.nodes.planet-lab.org
-2006-09-28 19:01:16,312 DEBUG Popping from q - planetlab1.rn.informatics.scitech.susx.ac.uk
-2006-09-28 19:01:16,313 DEBUG Popping from q - planetlab1.eee.hku.hk
-2006-09-28 19:01:16,315 DEBUG Popping from q - pads23.cs.nthu.edu.tw
-2006-09-28 19:01:16,316 DEBUG Popping from q - planet2.halifax.canet4.nodes.planet-lab.org
-2006-09-28 19:01:16,318 DEBUG Found tickets for planetlab1.rn.informatics.scitech.susx.ac.uk
-2006-09-28 19:01:16,318 DEBUG Popping from q - planetlab-2.tssg.org
-2006-09-28 19:01:16,319 DEBUG Popping from q - 200-102-209-151.paemt7001.t.brasiltelecom.net.br
-2006-09-28 19:01:16,320 DEBUG Found tickets for planetlab1.eee.hku.hk
-2006-09-28 19:01:16,321 DEBUG Popping from q - planetlab1.poly.edu
-2006-09-28 19:01:16,322 DEBUG Found tickets for planet2.halifax.canet4.nodes.planet-lab.org
-2006-09-28 19:01:16,323 DEBUG Popping from q - planetlab2.net-research.org.uk
-2006-09-28 19:01:16,324 DEBUG Found tickets for planetlab-2.tssg.org
-2006-09-28 19:01:16,324 DEBUG Popping from q - planetlab2.poly.edu
-2006-09-28 19:01:16,326 DEBUG Found tickets for 200-102-209-151.paemt7001.t.brasiltelecom.net.br
-2006-09-28 19:01:16,326 DEBUG Popping from q - planetlab-1.imperial.ac.uk
-2006-09-28 19:01:16,327 DEBUG Popping from q - planetlab-2.imperial.ac.uk
-2006-09-28 19:01:16,328 DEBUG Popping from q - planetlab1.cis.upenn.edu
-2006-09-28 19:01:16,330 DEBUG Found tickets for planetlab2.net-research.org.uk
-2006-09-28 19:01:16,330 DEBUG Popping from q - planetlab2.eee.hku.hk
-2006-09-28 19:01:16,331 DEBUG Found tickets for planetlab-1.imperial.ac.uk
-2006-09-28 19:01:16,332 DEBUG Found tickets for planetlab-2.imperial.ac.uk
-2006-09-28 19:21:15,902 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv
-2006-09-28 19:21:16,973 DEBUG Retrieved 705 hosts
-2006-09-28 19:21:16,980 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='drift%20%3E%201m'
-2006-09-28 19:21:17,113 DEBUG Retrieved 8 hosts
-2006-09-28 19:21:17,114 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='resptime%20%3E%200%20&&%20gbfree%20%3C%205'
-2006-09-28 19:21:17,253 DEBUG Retrieved 10 hosts
-2006-09-28 19:21:17,253 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='sshstatus%20%3E%202h'
-2006-09-28 19:21:17,595 DEBUG Retrieved 158 hosts
-2006-09-28 19:21:17,596 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='dns1udp%20%3E%2080%20&&%20dns2udp%20%3E%2080'
-2006-09-28 19:21:17,727 DEBUG Retrieved 5 hosts
-2006-09-28 19:21:17,727 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='filerw%3E0'
-2006-09-28 19:21:17,854 DEBUG Retrieved 2 hosts
-2006-09-28 19:21:17,855 DEBUG Popping from q - planetlab2.elet.polimi.it
-2006-09-28 19:21:17,858 DEBUG Popping from q - pli1-br-3.hpl.hp.com
-2006-09-28 19:21:17,859 DEBUG Popping from q - planetlab2.nbgisp.com
-2006-09-28 19:21:17,860 DEBUG Popping from q - planetlab1.cs.stir.ac.uk
-2006-09-28 19:21:17,861 DEBUG Popping from q - planetlab1.cse.msu.edu
-2006-09-28 19:21:17,862 DEBUG Popping from q - planetlab2.cse.msu.edu
-2006-09-28 19:21:17,864 DEBUG Found tickets for pli1-br-3.hpl.hp.com
-2006-09-28 19:21:17,864 DEBUG Popping from q - planetlab0.cs.stir.ac.uk
-2006-09-28 19:21:17,865 DEBUG Popping from q - planetlab1.informatik.uni-erlangen.de
-2006-09-28 19:21:17,867 DEBUG Popping from q - planetlab1.cs.purdue.edu
-2006-09-28 19:21:17,868 DEBUG Found tickets for planetlab2.cse.msu.edu
-2006-09-28 19:21:17,868 DEBUG Popping from q - planetlab1.een.orst.edu
-2006-09-28 19:21:17,869 DEBUG Found tickets for planetlab1.cse.msu.edu
-2006-09-28 19:21:17,870 DEBUG Popping from q - planetlab2.cs.columbia.edu
-2006-09-28 19:21:17,872 DEBUG Popping from q - planetlab1.win.trlabs.ca
-2006-09-28 19:21:17,873 DEBUG Popping from q - planetlab1.cs.duke.edu
-2006-09-28 19:21:17,874 DEBUG Found tickets for planetlab1.cs.purdue.edu
-2006-09-28 19:21:17,874 DEBUG Popping from q - planetlab2.flux.utah.edu
-2006-09-28 19:21:17,877 DEBUG Popping from q - planetlab3.cs.columbia.edu
-2006-09-28 19:21:17,880 DEBUG Popping from q - planetlab1.cs.columbia.edu
-2006-09-28 19:21:17,884 DEBUG Popping from q - planetlab3.flux.utah.edu
-2006-09-28 19:21:17,885 DEBUG Popping from q - planetlab-1.eecs.cwru.edu
-2006-09-28 19:21:17,887 DEBUG Popping from q - planetlab2.rutgers.edu
-2006-09-28 19:21:17,888 DEBUG Popping from q - vn3.cs.wustl.edu
-2006-09-28 19:21:17,891 DEBUG Popping from q - planetlab2.cri.haifa.ac.il
-2006-09-28 19:21:17,892 DEBUG Popping from q - soccf-planet-001.comp.nus.edu.sg
-2006-09-28 19:21:17,895 DEBUG Found tickets for vn3.cs.wustl.edu
-2006-09-28 19:21:17,896 DEBUG Popping from q - planetlab01.cse.psu.edu
-2006-09-28 19:21:17,897 DEBUG Found tickets for planetlab2.cri.haifa.ac.il
-2006-09-28 19:21:17,897 DEBUG Popping from q - csu2.6planetlab.edu.cn
-2006-09-28 19:21:17,898 DEBUG Found tickets for planetlab2.rutgers.edu
-2006-09-28 19:21:17,898 DEBUG Popping from q - planet2.njit.edu
-2006-09-28 19:21:17,901 DEBUG Found tickets for soccf-planet-001.comp.nus.edu.sg
-2006-09-28 19:21:17,901 DEBUG Popping from q - planetlab2.unl.edu
-2006-09-28 19:21:17,905 DEBUG Found tickets for planet2.njit.edu
-2006-09-28 19:21:17,905 DEBUG Popping from q - planetlab1.cs.pitt.edu
-2006-09-28 19:21:17,906 DEBUG Popping from q - planetlab-2.eecs.cwru.edu
-2006-09-28 19:21:17,908 DEBUG Found tickets for csu2.6planetlab.edu.cn
-2006-09-28 19:21:17,909 DEBUG Popping from q - planetlab2.urv.net
-2006-09-28 19:21:17,910 DEBUG Popping from q - planetlab7.csail.mit.edu
-2006-09-28 19:21:17,913 DEBUG Popping from q - buaa1.6planetlab.edu.cn
-2006-09-28 19:21:17,915 DEBUG Popping from q - ricepl-3.cs.rice.edu
-2006-09-28 19:21:17,916 DEBUG Popping from q - planet-lab-1.csse.monash.edu.au
-2006-09-28 19:21:17,920 DEBUG Found tickets for planetlab7.csail.mit.edu
-2006-09-28 19:21:17,920 DEBUG Popping from q - planetlab5.millennium.berkeley.edu
-2006-09-28 19:21:17,922 DEBUG Popping from q - planetlab1.pop-ce.rnp.br
-2006-09-28 19:21:17,923 DEBUG Found tickets for buaa1.6planetlab.edu.cn
-2006-09-28 19:21:17,924 DEBUG Popping from q - planetlab2.mnlab.cti.depaul.edu
-2006-09-28 19:21:17,927 DEBUG Popping from q - peace.ri.uni-tuebingen.de
-2006-09-28 19:21:17,928 DEBUG Popping from q - planetlab-8.cs.princeton.edu
-2006-09-28 19:21:17,929 DEBUG Found tickets for planetlab1.pop-ce.rnp.br
-2006-09-28 19:21:17,929 DEBUG Popping from q - planetlab2.ucsd.edu
-2006-09-28 19:21:17,931 DEBUG Found tickets for planetlab2.mnlab.cti.depaul.edu
-2006-09-28 19:21:17,932 DEBUG Popping from q - blast.uwaterloo.ca
-2006-09-28 19:21:17,933 DEBUG Popping from q - planetlab1.cs.wayne.edu
-2006-09-28 19:21:17,936 DEBUG Found tickets for planetlab-8.cs.princeton.edu
-2006-09-28 19:21:17,937 DEBUG Popping from q - pli1-br-3.hpl.hp.com
-2006-09-28 19:21:17,938 DEBUG Found tickets for planetlab2.ucsd.edu
-2006-09-28 19:21:17,938 DEBUG Popping from q - planetlab2.eurecom.fr
-2006-09-28 19:21:17,940 DEBUG Found tickets for planetlab1.cs.wayne.edu
-2006-09-28 19:21:17,940 DEBUG Popping from q - planetlab1.di.unito.it
-2006-09-28 19:21:17,941 DEBUG Found tickets for blast.uwaterloo.ca
-2006-09-28 19:21:17,941 DEBUG Popping from q - planetlab2.simula.no
-2006-09-28 19:21:17,943 DEBUG Found tickets for pli1-br-3.hpl.hp.com
-2006-09-28 19:21:17,943 DEBUG Popping from q - planetlab01.dis.unina.it
-2006-09-28 19:21:17,947 DEBUG Found tickets for planetlab1.di.unito.it
-2006-09-28 19:21:17,947 DEBUG Popping from q - planetlab1.flux.utah.edu
-2006-09-28 19:21:17,948 DEBUG Popping from q - planetlab-1.ece.iastate.edu
-2006-09-28 19:21:17,949 DEBUG Popping from q - sdu1.6planetlab.edu.cn
-2006-09-28 19:21:17,951 DEBUG Popping from q - planetlab4.upc.es
-2006-09-28 19:21:17,954 DEBUG Popping from q - planetlab-13.cs.princeton.edu
-2006-09-28 19:21:17,956 DEBUG Found tickets for sdu1.6planetlab.edu.cn
-2006-09-28 19:21:17,956 DEBUG Popping from q - planet1.cc.gt.atl.ga.us
-2006-09-28 19:21:17,958 DEBUG Found tickets for planetlab-1.ece.iastate.edu
-2006-09-28 19:21:17,958 DEBUG Popping from q - planetlab2.eecs.wsu.edu
-2006-09-28 19:21:17,960 DEBUG Popping from q - planet2.cs.ucsb.edu
-2006-09-28 19:21:17,963 DEBUG Found tickets for planetlab-13.cs.princeton.edu
-2006-09-28 19:21:17,963 DEBUG Popping from q - xjtu2.6planetlab.edu.cn
-2006-09-28 19:21:17,965 DEBUG Popping from q - planetlab3.upc.es
-2006-09-28 19:21:17,967 DEBUG Found tickets for planet2.cs.ucsb.edu
-2006-09-28 19:21:17,967 DEBUG Popping from q - node1.lbnl.nodes.planet-lab.org
-2006-09-28 19:21:17,973 DEBUG Popping from q - planetlab1.iitr.ernet.in
-2006-09-28 19:21:17,974 DEBUG Popping from q - planetlab1.ipls.internet2.planet-lab.org
-2006-09-28 19:21:17,976 DEBUG Popping from q - ent2.cs.nccu.edu.tw
-2006-09-28 19:21:17,978 DEBUG Popping from q - planetlab01.erin.utoronto.ca
-2006-09-28 19:21:17,979 DEBUG Popping from q - planetlab-4.ece.iastate.edu
-2006-09-28 19:21:17,980 DEBUG Popping from q - planetlab2.informatik.uni-goettingen.de
-2006-09-28 19:21:17,982 DEBUG Found tickets for ent2.cs.nccu.edu.tw
-2006-09-28 19:21:17,982 DEBUG Popping from q - ds-pl1.technion.ac.il
-2006-09-28 19:21:17,983 DEBUG Popping from q - planetlab1.mnl.cs.sunysb.edu
-2006-09-28 19:21:17,985 DEBUG Found tickets for planetlab-4.ece.iastate.edu
-2006-09-28 19:21:17,985 DEBUG Popping from q - aladdin.planetlab.extranet.uni-passau.de
-2006-09-28 19:21:17,986 DEBUG Popping from q - planetlab-1.cs.uni-paderborn.de
-2006-09-28 19:21:17,990 DEBUG Found tickets for planetlab2.informatik.uni-goettingen.de
-2006-09-28 19:21:17,990 DEBUG Popping from q - planet1.njit.edu
-2006-09-28 19:21:17,991 DEBUG Popping from q - pku2.6planetlab.edu.cn
-2006-09-28 19:21:17,992 DEBUG Found tickets for planetlab1.mnl.cs.sunysb.edu
-2006-09-28 19:21:17,993 DEBUG Popping from q - planetlab-1.cs.ucy.ac.cy
-2006-09-28 19:21:17,993 DEBUG Popping from q - planetlab00.cse.psu.edu
-2006-09-28 19:21:17,995 DEBUG Popping from q - planetlab04.ethz.ch
-2006-09-28 19:21:17,997 DEBUG Popping from q - sdu2.6planetlab.edu.cn
-2006-09-28 19:21:17,998 DEBUG Popping from q - planet-lab.iki.rssi.ru
-2006-09-28 19:21:17,999 DEBUG Popping from q - planetlab1.polito.it
-2006-09-28 19:21:18,001 DEBUG Found tickets for sdu2.6planetlab.edu.cn
-2006-09-28 19:21:18,002 DEBUG Popping from q - planetlab1.uvic.ca
-2006-09-28 19:21:18,003 DEBUG Found tickets for planet-lab.iki.rssi.ru
-2006-09-28 19:21:18,004 DEBUG Popping from q - planetlab1.cs.byu.edu
-2006-09-28 19:21:18,005 DEBUG Found tickets for planetlab04.ethz.ch
-2006-09-28 19:21:18,005 DEBUG Popping from q - planetlab-1.amst.nodes.planet-lab.org
-2006-09-28 19:21:18,006 DEBUG Found tickets for planetlab1.polito.it
-2006-09-28 19:21:18,006 DEBUG Popping from q - planetlab2.uvic.ca
-2006-09-28 19:21:18,008 DEBUG Found tickets for planetlab1.uvic.ca
-2006-09-28 19:21:18,009 DEBUG Popping from q - planet2.cs.rochester.edu
-2006-09-28 19:21:18,010 DEBUG Popping from q - planetlab1.xeno.cl.cam.ac.uk
-2006-09-28 19:21:18,012 DEBUG Popping from q - lycra.cs.princeton.edu
-2006-09-28 19:21:18,013 DEBUG Found tickets for planetlab2.uvic.ca
-2006-09-28 19:21:18,013 DEBUG Popping from q - cloudburst.uwaterloo.ca
-2006-09-28 19:21:18,014 DEBUG Popping from q - planetlab1.ias.csusb.edu
-2006-09-28 19:21:18,016 DEBUG Found tickets for planet2.cs.rochester.edu
-2006-09-28 19:21:18,016 DEBUG Popping from q - vayu.iitd.ernet.in
-2006-09-28 19:21:18,018 DEBUG Found tickets for cloudburst.uwaterloo.ca
-2006-09-28 19:21:18,018 DEBUG Popping from q - node2.lbnl.nodes.planet-lab.org
-2006-09-28 19:21:18,019 DEBUG Found tickets for lycra.cs.princeton.edu
-2006-09-28 19:21:18,020 DEBUG Popping from q - planetlab2.cs.byu.edu
-2006-09-28 19:21:18,023 DEBUG Popping from q - cqu1.6planetlab.edu.cn
-2006-09-28 19:21:18,024 DEBUG Found tickets for planetlab1.ias.csusb.edu
-2006-09-28 19:21:18,025 DEBUG Popping from q - planetlab2.acis.ufl.edu
-2006-09-28 19:21:18,026 DEBUG Popping from q - planetlab1.cs.unibo.it
-2006-09-28 19:21:18,027 DEBUG Popping from q - tju2.6planetlab.edu.cn
-2006-09-28 19:21:18,029 DEBUG Found tickets for cqu1.6planetlab.edu.cn
-2006-09-28 19:21:18,029 DEBUG Popping from q - orbpl1.rutgers.edu
-2006-09-28 19:21:18,030 DEBUG Found tickets for planetlab1.cs.unibo.it
-2006-09-28 19:21:18,031 DEBUG Popping from q - ent1.cs.nccu.edu.tw
-2006-09-28 19:21:18,032 DEBUG Found tickets for tju2.6planetlab.edu.cn
-2006-09-28 19:21:18,032 DEBUG Popping from q - planet0.jaist.ac.jp
-2006-09-28 19:21:18,033 DEBUG Found tickets for planetlab2.acis.ufl.edu
-2006-09-28 19:21:18,034 DEBUG Popping from q - planetlab1.informatik.uni-wuerzburg.de
-2006-09-28 19:21:18,036 DEBUG Found tickets for ent1.cs.nccu.edu.tw
-2006-09-28 19:21:18,036 DEBUG Popping from q - planetlab3.warsaw.rd.tp.pl
-2006-09-28 19:21:18,037 DEBUG Found tickets for orbpl1.rutgers.edu
-2006-09-28 19:21:18,037 DEBUG Popping from q - planetlab0.ias.csusb.edu
-2006-09-28 19:21:18,038 DEBUG Found tickets for planet0.jaist.ac.jp
-2006-09-28 19:21:18,039 DEBUG Popping from q - planetlab-2.amst.nodes.planet-lab.org
-2006-09-28 19:21:18,040 DEBUG Found tickets for planetlab1.informatik.uni-wuerzburg.de
-2006-09-28 19:21:18,041 DEBUG Popping from q - planetlab3.inria.fr
-2006-09-28 19:21:18,043 DEBUG Found tickets for planetlab0.ias.csusb.edu
-2006-09-28 19:21:18,043 DEBUG Popping from q - 200-102-209-152.paemt7001.t.brasiltelecom.net.br
-2006-09-28 19:21:18,044 DEBUG Popping from q - planetlab3.mnl.cs.sunysb.edu
-2006-09-28 19:21:18,045 DEBUG Popping from q - planetlab-15.cs.princeton.edu
-2006-09-28 19:21:18,045 DEBUG Popping from q - planet-lab-2.csse.monash.edu.au
-2006-09-28 19:21:18,047 DEBUG Found tickets for 200-102-209-152.paemt7001.t.brasiltelecom.net.br
-2006-09-28 19:21:18,048 DEBUG Popping from q - planet1.ecse.rpi.edu
-2006-09-28 19:21:18,049 DEBUG Popping from q - planetlab2.pop-mg.rnp.br
-2006-09-28 19:21:18,052 DEBUG Found tickets for planet1.ecse.rpi.edu
-2006-09-28 19:21:18,052 DEBUG Popping from q - planetlab-2.unk.edu
-2006-09-28 19:21:18,053 DEBUG Found tickets for planet-lab-2.csse.monash.edu.au
-2006-09-28 19:21:18,054 DEBUG Found tickets for planetlab2.pop-mg.rnp.br
-2006-09-28 19:21:18,054 DEBUG Popping from q - planetlab1.eurecom.fr
-2006-09-28 19:21:18,055 DEBUG Popping from q - planetlab2.rdfrancetelecom.com
-2006-09-28 19:21:18,056 DEBUG Popping from q - planetlab1.cs.virginia.edu
-2006-09-28 19:21:18,058 DEBUG Popping from q - tju1.6planetlab.edu.cn
-2006-09-28 19:21:18,059 DEBUG Found tickets for planetlab2.rdfrancetelecom.com
-2006-09-28 19:21:18,060 DEBUG Popping from q - planetlab-3.amst.nodes.planet-lab.org
-2006-09-28 19:21:18,061 DEBUG Popping from q - planetlab1.georgetown.edu
-2006-09-28 19:21:18,062 DEBUG Found tickets for planetlab1.eurecom.fr
-2006-09-28 19:21:18,062 DEBUG Popping from q - planet1.inf.tu-dresden.de
-2006-09-28 19:21:18,064 DEBUG Popping from q - alice.cs.princeton.edu
-2006-09-28 19:21:18,065 DEBUG Popping from q - planetlab02.erin.utoronto.ca
-2006-09-28 19:21:18,067 DEBUG Found tickets for tju1.6planetlab.edu.cn
-2006-09-28 19:21:18,067 DEBUG Popping from q - planetlab-1.vuse.vanderbilt.edu
-2006-09-28 19:21:18,070 DEBUG Found tickets for alice.cs.princeton.edu
-2006-09-28 19:21:18,070 DEBUG Popping from q - planetlab3.uvic.ca
-2006-09-28 19:21:18,071 DEBUG Popping from q - scut2.6planetlab.edu.cn
-2006-09-28 19:21:18,073 DEBUG Found tickets for planetlab1.georgetown.edu
-2006-09-28 19:21:18,073 DEBUG Popping from q - planetlab1.swidnik.rd.tp.pl
-2006-09-28 19:21:18,074 DEBUG Found tickets for planetlab-1.vuse.vanderbilt.edu
-2006-09-28 19:21:18,075 DEBUG Popping from q - planet2.cdacb.ernet.in
-2006-09-28 19:21:18,076 DEBUG Found tickets for planetlab3.uvic.ca
-2006-09-28 19:21:18,077 DEBUG Popping from q - planetlab1.rdfrancetelecom.com
-2006-09-28 19:21:18,078 DEBUG Found tickets for scut2.6planetlab.edu.cn
-2006-09-28 19:21:18,079 DEBUG Popping from q - planet2.inf.tu-dresden.de
-2006-09-28 19:21:18,080 DEBUG Found tickets for planetlab1.swidnik.rd.tp.pl
-2006-09-28 19:21:18,080 DEBUG Popping from q - planet02.csc.ncsu.edu
-2006-09-28 19:21:18,081 DEBUG Found tickets for planet2.cdacb.ernet.in
-2006-09-28 19:21:18,081 DEBUG Popping from q - planetlab-1.tssg.org
-2006-09-28 19:21:18,084 DEBUG Popping from q - planetlab-2.vuse.vanderbilt.edu
-2006-09-28 19:21:18,085 DEBUG Popping from q - planetlab-11.cs.princeton.edu
-2006-09-28 19:21:18,086 DEBUG Found tickets for planetlab1.rdfrancetelecom.com
-2006-09-28 19:21:18,086 DEBUG Popping from q - planet03.csc.ncsu.edu
-2006-09-28 19:21:18,087 DEBUG Found tickets for planetlab-1.tssg.org
-2006-09-28 19:21:18,088 DEBUG Popping from q - planetlab1.pop-rj.rnp.br
-2006-09-28 19:21:18,090 DEBUG Found tickets for planetlab-2.vuse.vanderbilt.edu
-2006-09-28 19:21:18,090 DEBUG Popping from q - planet1.halifax.canet4.nodes.planet-lab.org
-2006-09-28 19:21:18,091 DEBUG Popping from q - planetlab2.uc.edu
-2006-09-28 19:21:18,094 DEBUG Found tickets for planetlab1.pop-rj.rnp.br
-2006-09-28 19:21:18,094 DEBUG Popping from q - planet1.cavite.nodes.planet-lab.org
-2006-09-28 19:21:18,096 DEBUG Popping from q - ds-pl3.technion.ac.il
-2006-09-28 19:21:18,098 DEBUG Popping from q - planetlab2.cs.purdue.edu
-2006-09-28 19:21:18,099 DEBUG Popping from q - planetlab3.millennium.berkeley.edu
-2006-09-28 19:21:18,100 DEBUG Popping from q - planetlab1.unl.edu
-2006-09-28 19:21:18,102 DEBUG Found tickets for ds-pl3.technion.ac.il
-2006-09-28 19:21:18,102 DEBUG Popping from q - planetlab1.cs.colorado.edu
-2006-09-28 19:21:18,105 DEBUG Popping from q - planetlab02.cs.washington.edu
-2006-09-28 19:21:18,106 DEBUG Popping from q - planetlab2.informatik.uni-erlangen.de
-2006-09-28 19:21:18,107 DEBUG Found tickets for planetlab1.unl.edu
-2006-09-28 19:21:18,108 DEBUG Popping from q - planetlab-01.ipv6.lip6.fr
-2006-09-28 19:21:18,111 DEBUG Found tickets for planetlab1.cs.colorado.edu
-2006-09-28 19:21:18,111 DEBUG Popping from q - pl2.ernet.in
-2006-09-28 19:21:18,112 DEBUG Found tickets for planetlab2.informatik.uni-erlangen.de
-2006-09-28 19:21:18,113 DEBUG Popping from q - neu2.6planetlab.edu.cn
-2006-09-28 19:21:18,114 DEBUG Found tickets for planetlab02.cs.washington.edu
-2006-09-28 19:21:18,114 DEBUG Popping from q - planetlab-2.cs.uni-paderborn.de
-2006-09-28 19:21:18,116 DEBUG Found tickets for planetlab-01.ipv6.lip6.fr
-2006-09-28 19:21:18,117 DEBUG Popping from q - planet5.cs.huji.ac.il
-2006-09-28 19:21:18,119 DEBUG Popping from q - planetlab1.elet.polimi.it
-2006-09-28 19:21:18,120 DEBUG Popping from q - planetlab2.iiitb.ac.in
-2006-09-28 19:21:18,121 DEBUG Popping from q - server1.planetlab.iit-tech.net
-2006-09-28 19:21:18,124 DEBUG Popping from q - planetlab2.iitb.ac.in
-2006-09-28 19:21:18,125 DEBUG Popping from q - planetlab02.dis.unina.it
-2006-09-28 19:21:18,128 DEBUG Found tickets for server1.planetlab.iit-tech.net
-2006-09-28 19:21:18,129 DEBUG Popping from q - planetlab-1.dis.uniroma1.it
-2006-09-28 19:21:18,130 DEBUG Popping from q - planetlab1.iitb.ac.in
-2006-09-28 19:21:18,132 DEBUG Found tickets for planetlab2.iitb.ac.in
-2006-09-28 19:21:18,133 DEBUG Popping from q - pku1.6planetlab.edu.cn
-2006-09-28 19:21:18,134 DEBUG Popping from q - planetlab1.warsaw.rd.tp.pl
-2006-09-28 19:21:18,136 DEBUG Popping from q - planetlab1.cri.haifa.ac.il
-2006-09-28 19:21:18,139 DEBUG Found tickets for planetlab1.cri.haifa.ac.il
-2006-09-28 19:21:18,140 DEBUG Popping from q - planetlab-2.cs.ucy.ac.cy
-2006-09-28 19:21:18,144 DEBUG Found tickets for planetlab1.iitb.ac.in
-2006-09-28 19:21:18,144 DEBUG Popping from q - pl1.ernet.in
-2006-09-28 19:21:18,145 DEBUG Found tickets for pku1.6planetlab.edu.cn
-2006-09-28 19:21:18,146 DEBUG Popping from q - planetlab2.georgetown.edu
-2006-09-28 19:21:18,147 DEBUG Popping from q - server2.planetlab.iit-tech.net
-2006-09-28 19:21:18,148 DEBUG Popping from q - planetlab2.di.unito.it
-2006-09-28 19:21:18,150 DEBUG Found tickets for planetlab2.georgetown.edu
-2006-09-28 19:21:18,150 DEBUG Popping from q - planetlab1.csee.usf.edu
-2006-09-28 19:21:18,152 DEBUG Popping from q - planetlab-2.dis.uniroma1.it
-2006-09-28 19:21:18,154 DEBUG Popping from q - planetlab2.informatik.uni-kl.de
-2006-09-28 19:21:18,156 DEBUG Popping from q - planet1.cs.rochester.edu
-2006-09-28 19:21:18,158 DEBUG Found tickets for planetlab2.informatik.uni-kl.de
-2006-09-28 19:21:18,158 DEBUG Popping from q - planetlab1.rutgers.edu
-2006-09-28 19:21:18,159 DEBUG Popping from q - planetlab-2.ece.iastate.edu
-2006-09-28 19:21:18,161 DEBUG Found tickets for server2.planetlab.iit-tech.net
-2006-09-28 19:21:18,161 DEBUG Popping from q - planetlab-1.sjce.nodes.planet-lab.org
-2006-09-28 19:21:18,162 DEBUG Found tickets for planet1.cs.rochester.edu
-2006-09-28 19:21:18,162 DEBUG Popping from q - planetlab2.ece.ucdavis.edu
-2006-09-28 19:21:18,165 DEBUG Popping from q - planetlab1.ie.cuhk.edu.hk
-2006-09-28 19:21:18,167 DEBUG Popping from q - planetlab2lannion.elibel.tm.fr
-2006-09-28 19:21:18,169 DEBUG Found tickets for planetlab1.ie.cuhk.edu.hk
-2006-09-28 19:21:18,169 DEBUG Popping from q - planetlab01.mpi-sws.mpg.de
-2006-09-28 19:21:18,171 DEBUG Popping from q - planetlab2.cs.duke.edu
-2006-09-28 19:21:18,173 DEBUG Popping from q - planetlab1.rn.informatics.scitech.susx.ac.uk
-2006-09-28 19:21:18,175 DEBUG Found tickets for planetlab1.rutgers.edu
-2006-09-28 19:21:18,175 DEBUG Popping from q - planetlab1.eee.hku.hk
-2006-09-28 19:21:18,178 DEBUG Found tickets for planetlab1.rn.informatics.scitech.susx.ac.uk
-2006-09-28 19:21:18,178 DEBUG Popping from q - pads23.cs.nthu.edu.tw
-2006-09-28 19:21:18,179 DEBUG Found tickets for planetlab-1.sjce.nodes.planet-lab.org
-2006-09-28 19:21:18,180 DEBUG Popping from q - planet2.halifax.canet4.nodes.planet-lab.org
-2006-09-28 19:21:18,181 DEBUG Popping from q - planetlab-2.tssg.org
-2006-09-28 19:21:18,184 DEBUG Found tickets for planetlab1.eee.hku.hk
-2006-09-28 19:21:18,184 DEBUG Popping from q - 200-102-209-151.paemt7001.t.brasiltelecom.net.br
-2006-09-28 19:21:18,185 DEBUG Popping from q - planetlab1.poly.edu
-2006-09-28 19:21:18,188 DEBUG Found tickets for planet2.halifax.canet4.nodes.planet-lab.org
-2006-09-28 19:21:18,188 DEBUG Popping from q - planetlab2.net-research.org.uk
-2006-09-28 19:21:18,189 DEBUG Found tickets for planetlab-2.tssg.org
-2006-09-28 19:21:18,190 DEBUG Popping from q - planetlab2.poly.edu
-2006-09-28 19:21:18,191 DEBUG Popping from q - planetlab-1.imperial.ac.uk
-2006-09-28 19:21:18,194 DEBUG Found tickets for 200-102-209-151.paemt7001.t.brasiltelecom.net.br
-2006-09-28 19:21:18,194 DEBUG Popping from q - planetlab-2.imperial.ac.uk
-2006-09-28 19:21:18,195 DEBUG Found tickets for planetlab2.net-research.org.uk
-2006-09-28 19:21:18,196 DEBUG Popping from q - planetlab1.cis.upenn.edu
-2006-09-28 19:21:18,197 DEBUG Popping from q - planetlab2.eee.hku.hk
-2006-09-28 19:21:18,200 DEBUG Found tickets for planetlab-1.imperial.ac.uk
-2006-09-28 19:21:18,200 DEBUG Found tickets for planetlab-2.imperial.ac.uk
-2006-09-28 19:40:51,210 DEBUG Removing stale entries from DB.
-2006-09-28 19:40:51,210 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='drift%20%3E%201m'
-2006-09-28 19:40:51,362 DEBUG Retrieved 8 hosts
-2006-09-28 19:40:51,363 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='resptime%20%3E%200%20&&%20gbfree%20%3C%205'
-2006-09-28 19:40:51,499 DEBUG Retrieved 10 hosts
-2006-09-28 19:40:51,500 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='sshstatus%20%3E%202h'
-2006-09-28 19:40:51,843 DEBUG Retrieved 158 hosts
-2006-09-28 19:40:51,844 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='dns1udp%20%3E%2080%20&&%20dns2udp%20%3E%2080'
-2006-09-28 19:40:51,982 DEBUG Retrieved 5 hosts
-2006-09-28 19:40:51,983 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='filerw%3E0'
-2006-09-28 19:40:52,109 DEBUG Retrieved 2 hosts
-2006-09-28 19:40:52,110 INFO orbpl2.rutgers.edu no longer down
-2006-09-28 19:40:52,111 INFO Refreshing DB.
-2006-09-28 19:40:52,112 DEBUG Popping from q - planetlab2.rutgers.edu
-2006-09-28 19:40:52,113 DEBUG Popping from q - vn3.cs.wustl.edu
-2006-09-28 19:40:52,113 DEBUG Popping from q - planetlab2.cri.haifa.ac.il
-2006-09-28 19:40:52,114 DEBUG Popping from q - soccf-planet-001.comp.nus.edu.sg
-2006-09-28 19:40:52,115 DEBUG Popping from q - planet2.njit.edu
-2006-09-28 19:40:52,117 DEBUG Found tickets for vn3.cs.wustl.edu
-2006-09-28 19:40:52,117 DEBUG Popping from q - planetlab1.cri.haifa.ac.il
-2006-09-28 19:40:52,119 DEBUG Found tickets for planetlab2.rutgers.edu
-2006-09-28 19:40:52,119 DEBUG Popping from q - planetlab7.csail.mit.edu
-2006-09-28 19:40:52,120 DEBUG Found tickets for planet2.njit.edu
-2006-09-28 19:40:52,121 DEBUG Popping from q - buaa1.6planetlab.edu.cn
-2006-09-28 19:40:52,122 DEBUG Found tickets for soccf-planet-001.comp.nus.edu.sg
-2006-09-28 19:40:52,122 DEBUG Popping from q - planetlab2.net-research.org.uk
-2006-09-28 19:40:52,124 DEBUG Found tickets for planetlab2.cri.haifa.ac.il
-2006-09-28 19:40:52,124 DEBUG Popping from q - planetlab1.pop-ce.rnp.br
-2006-09-28 19:40:52,125 DEBUG Found tickets for planetlab7.csail.mit.edu
-2006-09-28 19:40:52,125 DEBUG Popping from q - planetlab2.mnlab.cti.depaul.edu
-2006-09-28 19:40:52,126 DEBUG Found tickets for planetlab1.cri.haifa.ac.il
-2006-09-28 19:40:52,127 DEBUG Popping from q - planetlab-8.cs.princeton.edu
-2006-09-28 19:40:52,129 DEBUG Found tickets for buaa1.6planetlab.edu.cn
-2006-09-28 19:40:52,129 DEBUG Popping from q - planetlab2.ucsd.edu
-2006-09-28 19:40:52,130 DEBUG Found tickets for planetlab2.net-research.org.uk
-2006-09-28 19:40:52,130 DEBUG Popping from q - blast.uwaterloo.ca
-2006-09-28 19:40:52,131 DEBUG Found tickets for planetlab1.pop-ce.rnp.br
-2006-09-28 19:40:52,132 DEBUG Popping from q - planetlab1.cs.wayne.edu
-2006-09-28 19:40:52,133 DEBUG Found tickets for planetlab2.mnlab.cti.depaul.edu
-2006-09-28 19:40:52,133 DEBUG Popping from q - pli1-br-3.hpl.hp.com
-2006-09-28 19:40:52,135 DEBUG Found tickets for planetlab-8.cs.princeton.edu
-2006-09-28 19:40:52,135 DEBUG Popping from q - planetlab1.di.unito.it
-2006-09-28 19:40:52,137 DEBUG Found tickets for planetlab1.cs.wayne.edu
-2006-09-28 19:40:52,137 DEBUG Popping from q - planetlab-1.ece.iastate.edu
-2006-09-28 19:40:52,138 DEBUG Found tickets for planetlab2.ucsd.edu
-2006-09-28 19:40:52,138 DEBUG Popping from q - sdu1.6planetlab.edu.cn
-2006-09-28 19:40:52,139 DEBUG Found tickets for blast.uwaterloo.ca
-2006-09-28 19:40:52,139 DEBUG Popping from q - planetlab-13.cs.princeton.edu
-2006-09-28 19:40:52,141 DEBUG Found tickets for planetlab1.di.unito.it
-2006-09-28 19:40:52,142 DEBUG Popping from q - planet2.cs.ucsb.edu
-2006-09-28 19:40:52,143 DEBUG Found tickets for pli1-br-3.hpl.hp.com
-2006-09-28 19:40:52,143 DEBUG Popping from q - ent2.cs.nccu.edu.tw
-2006-09-28 19:40:52,145 DEBUG Found tickets for planetlab-13.cs.princeton.edu
-2006-09-28 19:40:52,145 DEBUG Popping from q - planetlab-4.ece.iastate.edu
-2006-09-28 19:40:52,146 DEBUG Found tickets for planetlab-1.ece.iastate.edu
-2006-09-28 19:40:52,147 DEBUG Popping from q - planetlab2.informatik.uni-goettingen.de
-2006-09-28 19:40:52,148 DEBUG Found tickets for sdu1.6planetlab.edu.cn
-2006-09-28 19:40:52,148 DEBUG Popping from q - planetlab1.mnl.cs.sunysb.edu
-2006-09-28 19:40:52,150 DEBUG Found tickets for planet2.cs.ucsb.edu
-2006-09-28 19:40:52,150 DEBUG Popping from q - planetlab-01.ipv6.lip6.fr
-2006-09-28 19:40:52,151 DEBUG Found tickets for ent2.cs.nccu.edu.tw
-2006-09-28 19:40:52,151 DEBUG Popping from q - planetlab04.ethz.ch
-2006-09-28 19:40:52,153 DEBUG Found tickets for planetlab-4.ece.iastate.edu
-2006-09-28 19:40:52,153 DEBUG Popping from q - sdu2.6planetlab.edu.cn
-2006-09-28 19:40:52,154 DEBUG Found tickets for planetlab1.mnl.cs.sunysb.edu
-2006-09-28 19:40:52,155 DEBUG Popping from q - planet-lab.iki.rssi.ru
-2006-09-28 19:40:52,156 DEBUG Found tickets for planetlab2.informatik.uni-goettingen.de
-2006-09-28 19:40:52,156 DEBUG Popping from q - planetlab1.polito.it
-2006-09-28 19:40:52,158 DEBUG Found tickets for planetlab-01.ipv6.lip6.fr
-2006-09-28 19:40:52,158 DEBUG Popping from q - planetlab1.uvic.ca
-2006-09-28 19:40:52,159 DEBUG Found tickets for planetlab04.ethz.ch
-2006-09-28 19:40:52,160 DEBUG Popping from q - planetlab2.uvic.ca
-2006-09-28 19:40:52,161 DEBUG Found tickets for sdu2.6planetlab.edu.cn
-2006-09-28 19:40:52,161 DEBUG Popping from q - planet2.cs.rochester.edu
-2006-09-28 19:40:52,162 DEBUG Found tickets for planet-lab.iki.rssi.ru
-2006-09-28 19:40:52,163 DEBUG Popping from q - lycra.cs.princeton.edu
-2006-09-28 19:40:52,164 DEBUG Found tickets for planetlab1.polito.it
-2006-09-28 19:40:52,165 DEBUG Popping from q - cloudburst.uwaterloo.ca
-2006-09-28 19:40:52,166 DEBUG Found tickets for planetlab2.uvic.ca
-2006-09-28 19:40:52,166 DEBUG Popping from q - planetlab1.ias.csusb.edu
-2006-09-28 19:40:52,167 DEBUG Found tickets for planetlab1.uvic.ca
-2006-09-28 19:40:52,168 DEBUG Popping from q - planetlab1.cs.unibo.it
-2006-09-28 19:40:52,169 DEBUG Found tickets for planet2.cs.rochester.edu
-2006-09-28 19:40:52,169 DEBUG Popping from q - cqu1.6planetlab.edu.cn
-2006-09-28 19:40:52,171 DEBUG Found tickets for lycra.cs.princeton.edu
-2006-09-28 19:40:52,171 DEBUG Popping from q - planetlab2.acis.ufl.edu
-2006-09-28 19:40:52,172 DEBUG Found tickets for cloudburst.uwaterloo.ca
-2006-09-28 19:40:52,172 DEBUG Popping from q - tju2.6planetlab.edu.cn
-2006-09-28 19:40:52,174 DEBUG Found tickets for planetlab1.ias.csusb.edu
-2006-09-28 19:40:52,174 DEBUG Popping from q - planetlab-1.imperial.ac.uk
-2006-09-28 19:40:52,175 DEBUG Found tickets for planetlab1.cs.unibo.it
-2006-09-28 19:40:52,176 DEBUG Popping from q - orbpl1.rutgers.edu
-2006-09-28 19:40:52,177 DEBUG Found tickets for cqu1.6planetlab.edu.cn
-2006-09-28 19:40:52,177 DEBUG Popping from q - ent1.cs.nccu.edu.tw
-2006-09-28 19:40:52,179 DEBUG Found tickets for tju2.6planetlab.edu.cn
-2006-09-28 19:40:52,179 DEBUG Popping from q - planet0.jaist.ac.jp
-2006-09-28 19:40:52,180 DEBUG Found tickets for planetlab2.acis.ufl.edu
-2006-09-28 19:40:52,180 DEBUG Popping from q - planetlab1.informatik.uni-wuerzburg.de
-2006-09-28 19:40:52,182 DEBUG Found tickets for planetlab-1.imperial.ac.uk
-2006-09-28 19:40:52,182 DEBUG Popping from q - planetlab0.ias.csusb.edu
-2006-09-28 19:40:52,183 DEBUG Found tickets for orbpl1.rutgers.edu
-2006-09-28 19:40:52,184 DEBUG Popping from q - 200-102-209-152.paemt7001.t.brasiltelecom.net.br
-2006-09-28 19:40:52,185 DEBUG Found tickets for ent1.cs.nccu.edu.tw
-2006-09-28 19:40:52,185 DEBUG Popping from q - planet-lab-2.csse.monash.edu.au
-2006-09-28 19:40:52,187 DEBUG Found tickets for planet0.jaist.ac.jp
-2006-09-28 19:40:52,187 DEBUG Popping from q - planet1.ecse.rpi.edu
-2006-09-28 19:40:52,188 DEBUG Found tickets for planetlab1.informatik.uni-wuerzburg.de
-2006-09-28 19:40:52,188 DEBUG Popping from q - planetlab2.pop-mg.rnp.br
-2006-09-28 19:40:52,190 DEBUG Found tickets for planet-lab-2.csse.monash.edu.au
-2006-09-28 19:40:52,191 DEBUG Popping from q - planetlab2.rdfrancetelecom.com
-2006-09-28 19:40:52,192 DEBUG Found tickets for planetlab0.ias.csusb.edu
-2006-09-28 19:40:52,192 DEBUG Popping from q - planetlab1.eurecom.fr
-2006-09-28 19:40:52,193 DEBUG Found tickets for 200-102-209-152.paemt7001.t.brasiltelecom.net.br
-2006-09-28 19:40:52,193 DEBUG Popping from q - tju1.6planetlab.edu.cn
-2006-09-28 19:40:52,194 DEBUG Found tickets for planet1.ecse.rpi.edu
-2006-09-28 19:40:52,195 DEBUG Popping from q - planetlab1.georgetown.edu
-2006-09-28 19:40:52,197 DEBUG Found tickets for planetlab2.rdfrancetelecom.com
-2006-09-28 19:40:52,197 DEBUG Popping from q - alice.cs.princeton.edu
-2006-09-28 19:40:52,198 DEBUG Found tickets for planetlab2.pop-mg.rnp.br
-2006-09-28 19:40:52,198 DEBUG Popping from q - planetlab-1.vuse.vanderbilt.edu
-2006-09-28 19:40:52,199 DEBUG Found tickets for planetlab1.eurecom.fr
-2006-09-28 19:40:52,200 DEBUG Popping from q - planetlab3.uvic.ca
-2006-09-28 19:40:52,201 DEBUG Found tickets for tju1.6planetlab.edu.cn
-2006-09-28 19:40:52,201 DEBUG Popping from q - scut2.6planetlab.edu.cn
-2006-09-28 19:40:52,203 DEBUG Found tickets for planetlab1.georgetown.edu
-2006-09-28 19:40:52,203 DEBUG Popping from q - planetlab1.swidnik.rd.tp.pl
-2006-09-28 19:40:52,204 DEBUG Found tickets for alice.cs.princeton.edu
-2006-09-28 19:40:52,205 DEBUG Popping from q - planet2.cdacb.ernet.in
-2006-09-28 19:40:52,206 DEBUG Found tickets for planetlab-1.vuse.vanderbilt.edu
-2006-09-28 19:40:52,206 DEBUG Popping from q - planetlab1.rdfrancetelecom.com
-2006-09-28 19:40:52,207 DEBUG Found tickets for scut2.6planetlab.edu.cn
-2006-09-28 19:40:52,208 DEBUG Popping from q - planetlab-1.tssg.org
-2006-09-28 19:40:52,209 DEBUG Found tickets for planetlab3.uvic.ca
-2006-09-28 19:40:52,209 DEBUG Popping from q - planetlab-2.vuse.vanderbilt.edu
-2006-09-28 19:40:52,211 DEBUG Found tickets for planet2.cdacb.ernet.in
-2006-09-28 19:40:52,211 DEBUG Popping from q - planetlab1.pop-rj.rnp.br
-2006-09-28 19:40:52,212 DEBUG Found tickets for planetlab1.swidnik.rd.tp.pl
-2006-09-28 19:40:52,213 DEBUG Popping from q - ds-pl3.technion.ac.il
-2006-09-28 19:40:52,214 DEBUG Found tickets for planetlab1.rdfrancetelecom.com
-2006-09-28 19:40:52,214 DEBUG Popping from q - planetlab1.unl.edu
-2006-09-28 19:40:52,215 DEBUG Found tickets for planetlab-1.tssg.org
-2006-09-28 19:40:52,216 DEBUG Popping from q - planetlab1.cse.msu.edu
-2006-09-28 19:40:52,217 DEBUG Found tickets for planetlab-2.vuse.vanderbilt.edu
-2006-09-28 19:40:52,217 DEBUG Popping from q - planetlab1.cs.colorado.edu
-2006-09-28 19:40:52,219 DEBUG Found tickets for planetlab1.pop-rj.rnp.br
-2006-09-28 19:40:52,219 DEBUG Popping from q - planetlab02.cs.washington.edu
-2006-09-28 19:40:52,221 DEBUG Found tickets for ds-pl3.technion.ac.il
-2006-09-28 19:40:52,221 DEBUG Popping from q - planetlab2.informatik.uni-erlangen.de
-2006-09-28 19:40:52,222 DEBUG Found tickets for planetlab1.cse.msu.edu
-2006-09-28 19:40:52,222 DEBUG Popping from q - planetlab1.cs.purdue.edu
-2006-09-28 19:40:52,223 DEBUG Found tickets for planetlab1.unl.edu
-2006-09-28 19:40:52,224 DEBUG Popping from q - planetlab2.iitb.ac.in
-2006-09-28 19:40:52,226 DEBUG Found tickets for planetlab1.cs.colorado.edu
-2006-09-28 19:40:52,226 DEBUG Popping from q - server1.planetlab.iit-tech.net
-2006-09-28 19:40:52,227 DEBUG Found tickets for planetlab02.cs.washington.edu
-2006-09-28 19:40:52,227 DEBUG Popping from q - planetlab1.iitb.ac.in
-2006-09-28 19:40:52,229 DEBUG Found tickets for planetlab2.iitb.ac.in
-2006-09-28 19:40:52,229 DEBUG Popping from q - pku1.6planetlab.edu.cn
-2006-09-28 19:40:52,230 DEBUG Found tickets for planetlab1.cs.purdue.edu
-2006-09-28 19:40:52,231 DEBUG Popping from q - csu2.6planetlab.edu.cn
-2006-09-28 19:40:52,232 DEBUG Found tickets for planetlab2.informatik.uni-erlangen.de
-2006-09-28 19:40:52,232 DEBUG Popping from q - planetlab2.cse.msu.edu
-2006-09-28 19:40:52,233 DEBUG Found tickets for server1.planetlab.iit-tech.net
-2006-09-28 19:40:52,234 DEBUG Popping from q - planetlab2.georgetown.edu
-2006-09-28 19:40:52,235 DEBUG Found tickets for planetlab1.iitb.ac.in
-2006-09-28 19:40:52,235 DEBUG Popping from q - server2.planetlab.iit-tech.net
-2006-09-28 19:40:52,237 DEBUG Found tickets for csu2.6planetlab.edu.cn
-2006-09-28 19:40:52,237 DEBUG Popping from q - planetlab2.informatik.uni-kl.de
-2006-09-28 19:40:52,238 DEBUG Found tickets for pku1.6planetlab.edu.cn
-2006-09-28 19:40:52,239 DEBUG Popping from q - planet1.cs.rochester.edu
-2006-09-28 19:40:52,240 DEBUG Found tickets for planetlab2.cse.msu.edu
-2006-09-28 19:40:52,240 DEBUG Popping from q - planetlab-2.imperial.ac.uk
-2006-09-28 19:40:52,241 DEBUG Found tickets for planetlab2.georgetown.edu
-2006-09-28 19:40:52,241 DEBUG Popping from q - planetlab1.rutgers.edu
-2006-09-28 19:40:52,243 DEBUG Found tickets for server2.planetlab.iit-tech.net
-2006-09-28 19:40:52,243 DEBUG Popping from q - planetlab-1.sjce.nodes.planet-lab.org
-2006-09-28 19:40:52,245 DEBUG Found tickets for planetlab1.rutgers.edu
-2006-09-28 19:40:52,245 DEBUG Popping from q - planetlab1.ie.cuhk.edu.hk
-2006-09-28 19:40:52,246 DEBUG Found tickets for planet1.cs.rochester.edu
-2006-09-28 19:40:52,246 DEBUG Popping from q - planetlab1.rn.informatics.scitech.susx.ac.uk
-2006-09-28 19:40:52,248 DEBUG Found tickets for planetlab2.informatik.uni-kl.de
-2006-09-28 19:40:52,248 DEBUG Popping from q - planetlab1.eee.hku.hk
-2006-09-28 19:40:52,249 DEBUG Found tickets for planetlab-2.imperial.ac.uk
-2006-09-28 19:40:52,249 DEBUG Popping from q - planet2.halifax.canet4.nodes.planet-lab.org
-2006-09-28 19:40:52,251 DEBUG Found tickets for planetlab1.eee.hku.hk
-2006-09-28 19:40:52,251 DEBUG Popping from q - planetlab-2.tssg.org
-2006-09-28 19:40:52,252 DEBUG Found tickets for planetlab1.ie.cuhk.edu.hk
-2006-09-28 19:40:52,253 DEBUG Popping from q - 200-102-209-151.paemt7001.t.brasiltelecom.net.br
-2006-09-28 19:40:52,254 DEBUG Found tickets for planetlab-1.sjce.nodes.planet-lab.org
-2006-09-28 19:40:52,255 DEBUG Found tickets for planet2.halifax.canet4.nodes.planet-lab.org
-2006-09-28 19:40:52,256 DEBUG Found tickets for 200-102-209-151.paemt7001.t.brasiltelecom.net.br
-2006-09-28 19:40:52,256 DEBUG Found tickets for planetlab1.rn.informatics.scitech.susx.ac.uk
-2006-09-28 19:40:52,257 DEBUG Found tickets for planetlab-2.tssg.org
-2006-09-28 19:41:17,699 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv
-2006-09-28 19:41:18,765 DEBUG Retrieved 705 hosts
-2006-09-28 19:41:18,771 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='drift%20%3E%201m'
-2006-09-28 19:41:18,935 DEBUG Retrieved 8 hosts
-2006-09-28 19:41:18,935 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='resptime%20%3E%200%20&&%20gbfree%20%3C%205'
-2006-09-28 19:41:19,072 DEBUG Retrieved 10 hosts
-2006-09-28 19:41:19,072 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='sshstatus%20%3E%202h'
-2006-09-28 19:41:19,412 DEBUG Retrieved 158 hosts
-2006-09-28 19:41:19,413 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='dns1udp%20%3E%2080%20&&%20dns2udp%20%3E%2080'
-2006-09-28 19:41:19,550 DEBUG Retrieved 5 hosts
-2006-09-28 19:41:19,550 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='filerw%3E0'
-2006-09-28 19:41:19,678 DEBUG Retrieved 2 hosts
-2006-09-28 19:41:19,681 DEBUG Popping from q - planetlab2.elet.polimi.it
-2006-09-28 19:41:19,682 DEBUG Popping from q - pli1-br-3.hpl.hp.com
-2006-09-28 19:41:19,683 DEBUG Popping from q - planetlab2.nbgisp.com
-2006-09-28 19:41:19,684 DEBUG Popping from q - planetlab1.cs.stir.ac.uk
-2006-09-28 19:41:19,685 DEBUG Popping from q - planetlab1.cse.msu.edu
-2006-09-28 19:41:19,686 DEBUG Popping from q - planetlab2.cse.msu.edu
-2006-09-28 19:41:19,688 DEBUG Popping from q - planetlab0.cs.stir.ac.uk
-2006-09-28 19:41:19,689 DEBUG Popping from q - planetlab1.informatik.uni-erlangen.de
-2006-09-28 19:41:19,690 DEBUG Found tickets for planetlab1.cse.msu.edu
-2006-09-28 19:41:19,691 DEBUG Popping from q - planetlab1.cs.purdue.edu
-2006-09-28 19:41:19,692 DEBUG Found tickets for planetlab2.cse.msu.edu
-2006-09-28 19:41:19,693 DEBUG Popping from q - planetlab1.een.orst.edu
-2006-09-28 19:41:19,694 DEBUG Found tickets for pli1-br-3.hpl.hp.com
-2006-09-28 19:41:19,695 DEBUG Popping from q - planetlab2.cs.columbia.edu
-2006-09-28 19:41:19,696 DEBUG Popping from q - planetlab1.win.trlabs.ca
-2006-09-28 19:41:19,697 DEBUG Found tickets for planetlab1.cs.purdue.edu
-2006-09-28 19:41:19,697 DEBUG Popping from q - planetlab1.cs.duke.edu
-2006-09-28 19:41:19,698 DEBUG Popping from q - planetlab2.flux.utah.edu
-2006-09-28 19:41:19,700 DEBUG Popping from q - planetlab3.cs.columbia.edu
-2006-09-28 19:41:19,701 DEBUG Popping from q - planetlab1.cs.columbia.edu
-2006-09-28 19:41:19,702 DEBUG Popping from q - planetlab3.flux.utah.edu
-2006-09-28 19:41:19,704 DEBUG Popping from q - planetlab-1.eecs.cwru.edu
-2006-09-28 19:41:19,705 DEBUG Popping from q - planetlab2.rutgers.edu
-2006-09-28 19:41:19,707 DEBUG Popping from q - vn3.cs.wustl.edu
-2006-09-28 19:41:19,708 DEBUG Popping from q - planetlab2.cri.haifa.ac.il
-2006-09-28 19:41:19,709 DEBUG Popping from q - soccf-planet-001.comp.nus.edu.sg
-2006-09-28 19:41:19,711 DEBUG Popping from q - planetlab01.cse.psu.edu
-2006-09-28 19:41:19,712 DEBUG Found tickets for planetlab2.rutgers.edu
-2006-09-28 19:41:19,713 DEBUG Popping from q - csu2.6planetlab.edu.cn
-2006-09-28 19:41:19,715 DEBUG Found tickets for planetlab2.cri.haifa.ac.il
-2006-09-28 19:41:19,715 DEBUG Popping from q - planet2.njit.edu
-2006-09-28 19:41:19,716 DEBUG Found tickets for vn3.cs.wustl.edu
-2006-09-28 19:41:19,716 DEBUG Popping from q - planetlab2.unl.edu
-2006-09-28 19:41:19,717 DEBUG Found tickets for soccf-planet-001.comp.nus.edu.sg
-2006-09-28 19:41:19,718 DEBUG Popping from q - planetlab1.cs.pitt.edu
-2006-09-28 19:41:19,719 DEBUG Popping from q - planetlab-2.eecs.cwru.edu
-2006-09-28 19:41:19,720 DEBUG Found tickets for csu2.6planetlab.edu.cn
-2006-09-28 19:41:19,721 DEBUG Popping from q - planetlab2.urv.net
-2006-09-28 19:41:19,722 DEBUG Popping from q - planetlab7.csail.mit.edu
-2006-09-28 19:41:19,723 DEBUG Found tickets for planet2.njit.edu
-2006-09-28 19:41:19,724 DEBUG Popping from q - buaa1.6planetlab.edu.cn
-2006-09-28 19:41:19,725 DEBUG Popping from q - ricepl-3.cs.rice.edu
-2006-09-28 19:41:19,727 DEBUG Popping from q - planet-lab-1.csse.monash.edu.au
-2006-09-28 19:41:19,728 DEBUG Found tickets for planetlab7.csail.mit.edu
-2006-09-28 19:41:19,728 DEBUG Popping from q - planetlab5.millennium.berkeley.edu
-2006-09-28 19:41:19,729 DEBUG Popping from q - planetlab1.pop-ce.rnp.br
-2006-09-28 19:41:19,731 DEBUG Found tickets for buaa1.6planetlab.edu.cn
-2006-09-28 19:41:19,731 DEBUG Popping from q - planetlab2.mnlab.cti.depaul.edu
-2006-09-28 19:41:19,733 DEBUG Popping from q - peace.ri.uni-tuebingen.de
-2006-09-28 19:41:19,734 DEBUG Popping from q - planetlab-8.cs.princeton.edu
-2006-09-28 19:41:19,736 DEBUG Found tickets for planetlab1.pop-ce.rnp.br
-2006-09-28 19:41:19,736 DEBUG Popping from q - planetlab2.ucsd.edu
-2006-09-28 19:41:19,737 DEBUG Popping from q - blast.uwaterloo.ca
-2006-09-28 19:41:19,738 DEBUG Found tickets for planetlab2.mnlab.cti.depaul.edu
-2006-09-28 19:41:19,739 DEBUG Popping from q - planetlab1.cs.wayne.edu
-2006-09-28 19:41:19,741 DEBUG Found tickets for planetlab-8.cs.princeton.edu
-2006-09-28 19:41:19,741 DEBUG Popping from q - pli1-br-3.hpl.hp.com
-2006-09-28 19:41:19,742 DEBUG Found tickets for planetlab2.ucsd.edu
-2006-09-28 19:41:19,742 DEBUG Popping from q - planetlab2.eurecom.fr
-2006-09-28 19:41:19,743 DEBUG Popping from q - planetlab1.di.unito.it
-2006-09-28 19:41:19,745 DEBUG Found tickets for blast.uwaterloo.ca
-2006-09-28 19:41:19,745 DEBUG Popping from q - planetlab2.simula.no
-2006-09-28 19:41:19,746 DEBUG Found tickets for planetlab1.cs.wayne.edu
-2006-09-28 19:41:19,747 DEBUG Popping from q - planetlab01.dis.unina.it
-2006-09-28 19:41:19,748 DEBUG Found tickets for pli1-br-3.hpl.hp.com
-2006-09-28 19:41:19,749 DEBUG Popping from q - planetlab1.flux.utah.edu
-2006-09-28 19:41:19,750 DEBUG Popping from q - planetlab-1.ece.iastate.edu
-2006-09-28 19:41:19,751 DEBUG Found tickets for planetlab1.di.unito.it
-2006-09-28 19:41:19,752 DEBUG Popping from q - sdu1.6planetlab.edu.cn
-2006-09-28 19:41:19,753 DEBUG Popping from q - planetlab4.upc.es
-2006-09-28 19:41:19,754 DEBUG Popping from q - planetlab-13.cs.princeton.edu
-2006-09-28 19:41:19,756 DEBUG Popping from q - planet1.cc.gt.atl.ga.us
-2006-09-28 19:41:19,757 DEBUG Found tickets for sdu1.6planetlab.edu.cn
-2006-09-28 19:41:19,758 DEBUG Popping from q - planetlab2.eecs.wsu.edu
-2006-09-28 19:41:19,759 DEBUG Popping from q - planet2.cs.ucsb.edu
-2006-09-28 19:41:19,760 DEBUG Popping from q - xjtu2.6planetlab.edu.cn
-2006-09-28 19:41:19,761 DEBUG Found tickets for planetlab-1.ece.iastate.edu
-2006-09-28 19:41:19,762 DEBUG Popping from q - planetlab3.upc.es
-2006-09-28 19:41:19,763 DEBUG Popping from q - node1.lbnl.nodes.planet-lab.org
-2006-09-28 19:41:19,764 DEBUG Found tickets for planetlab-13.cs.princeton.edu
-2006-09-28 19:41:19,765 DEBUG Popping from q - planetlab1.iitr.ernet.in
-2006-09-28 19:41:19,766 DEBUG Found tickets for planet2.cs.ucsb.edu
-2006-09-28 19:41:19,767 DEBUG Popping from q - planetlab1.ipls.internet2.planet-lab.org
-2006-09-28 19:41:19,768 DEBUG Popping from q - ent2.cs.nccu.edu.tw
-2006-09-28 19:41:19,770 DEBUG Popping from q - planetlab-4.ece.iastate.edu
-2006-09-28 19:41:19,771 DEBUG Popping from q - planetlab2.informatik.uni-goettingen.de
-2006-09-28 19:41:19,769 DEBUG Popping from q - planetlab01.erin.utoronto.ca
-2006-09-28 19:41:19,773 DEBUG Popping from q - ds-pl1.technion.ac.il
-2006-09-28 19:41:19,775 DEBUG Found tickets for ent2.cs.nccu.edu.tw
-2006-09-28 19:41:19,775 DEBUG Popping from q - planetlab1.mnl.cs.sunysb.edu
-2006-09-28 19:41:19,776 DEBUG Found tickets for planetlab-4.ece.iastate.edu
-2006-09-28 19:41:19,777 DEBUG Popping from q - aladdin.planetlab.extranet.uni-passau.de
-2006-09-28 19:41:19,778 DEBUG Found tickets for planetlab2.informatik.uni-goettingen.de
-2006-09-28 19:41:19,778 DEBUG Popping from q - planetlab-1.cs.uni-paderborn.de
-2006-09-28 19:41:19,779 DEBUG Popping from q - planet1.njit.edu
-2006-09-28 19:41:19,781 DEBUG Popping from q - pku2.6planetlab.edu.cn
-2006-09-28 19:41:19,783 DEBUG Popping from q - planetlab-1.cs.ucy.ac.cy
-2006-09-28 19:41:19,784 DEBUG Found tickets for planetlab1.mnl.cs.sunysb.edu
-2006-09-28 19:41:19,785 DEBUG Popping from q - planetlab00.cse.psu.edu
-2006-09-28 19:41:19,786 DEBUG Popping from q - planetlab04.ethz.ch
-2006-09-28 19:41:19,788 DEBUG Popping from q - sdu2.6planetlab.edu.cn
-2006-09-28 19:41:19,789 DEBUG Popping from q - planet-lab.iki.rssi.ru
-2006-09-28 19:41:19,791 DEBUG Popping from q - planetlab1.polito.it
-2006-09-28 19:41:19,792 DEBUG Popping from q - planetlab1.uvic.ca
-2006-09-28 19:41:19,794 DEBUG Found tickets for sdu2.6planetlab.edu.cn
-2006-09-28 19:41:19,794 DEBUG Popping from q - planetlab1.cs.byu.edu
-2006-09-28 19:41:19,795 DEBUG Found tickets for planetlab04.ethz.ch
-2006-09-28 19:41:19,796 DEBUG Popping from q - planetlab-1.amst.nodes.planet-lab.org
-2006-09-28 19:41:19,797 DEBUG Found tickets for planet-lab.iki.rssi.ru
-2006-09-28 19:41:19,798 DEBUG Popping from q - planetlab2.uvic.ca
-2006-09-28 19:41:19,799 DEBUG Found tickets for planetlab1.uvic.ca
-2006-09-28 19:41:19,799 DEBUG Popping from q - planet2.cs.rochester.edu
-2006-09-28 19:41:19,800 DEBUG Found tickets for planetlab1.polito.it
-2006-09-28 19:41:19,800 DEBUG Popping from q - planetlab1.xeno.cl.cam.ac.uk
-2006-09-28 19:41:19,802 DEBUG Popping from q - lycra.cs.princeton.edu
-2006-09-28 19:41:19,804 DEBUG Popping from q - cloudburst.uwaterloo.ca
-2006-09-28 19:41:19,805 DEBUG Found tickets for planetlab2.uvic.ca
-2006-09-28 19:41:19,805 DEBUG Popping from q - planetlab1.ias.csusb.edu
-2006-09-28 19:41:19,806 DEBUG Found tickets for planet2.cs.rochester.edu
-2006-09-28 19:41:19,807 DEBUG Popping from q - vayu.iitd.ernet.in
-2006-09-28 19:41:19,808 DEBUG Popping from q - node2.lbnl.nodes.planet-lab.org
-2006-09-28 19:41:19,809 DEBUG Found tickets for lycra.cs.princeton.edu
-2006-09-28 19:41:19,810 DEBUG Popping from q - planetlab2.cs.byu.edu
-2006-09-28 19:41:19,811 DEBUG Found tickets for cloudburst.uwaterloo.ca
-2006-09-28 19:41:19,812 DEBUG Popping from q - cqu1.6planetlab.edu.cn
-2006-09-28 19:41:19,813 DEBUG Popping from q - planetlab2.acis.ufl.edu
-2006-09-28 19:41:19,814 DEBUG Popping from q - planetlab1.cs.unibo.it
-2006-09-28 19:41:19,813 DEBUG Found tickets for planetlab1.ias.csusb.edu
-2006-09-28 19:41:19,816 DEBUG Popping from q - tju2.6planetlab.edu.cn
-2006-09-28 19:41:19,817 DEBUG Popping from q - orbpl1.rutgers.edu
-2006-09-28 19:41:19,819 DEBUG Found tickets for planetlab2.acis.ufl.edu
-2006-09-28 19:41:19,819 DEBUG Popping from q - ent1.cs.nccu.edu.tw
-2006-09-28 19:41:19,820 DEBUG Found tickets for planetlab1.cs.unibo.it
-2006-09-28 19:41:19,821 DEBUG Popping from q - planet0.jaist.ac.jp
-2006-09-28 19:41:19,821 DEBUG Found tickets for cqu1.6planetlab.edu.cn
-2006-09-28 19:41:19,822 DEBUG Found tickets for ent1.cs.nccu.edu.tw
-2006-09-28 19:41:19,823 DEBUG Popping from q - planetlab1.informatik.uni-wuerzburg.de
-2006-09-28 19:41:19,823 DEBUG Popping from q - planetlab3.warsaw.rd.tp.pl
-2006-09-28 19:41:19,825 DEBUG Found tickets for orbpl1.rutgers.edu
-2006-09-28 19:41:19,826 DEBUG Popping from q - planetlab0.ias.csusb.edu
-2006-09-28 19:41:19,827 DEBUG Found tickets for planet0.jaist.ac.jp
-2006-09-28 19:41:19,827 DEBUG Popping from q - planetlab-2.amst.nodes.planet-lab.org
-2006-09-28 19:41:19,828 DEBUG Found tickets for tju2.6planetlab.edu.cn
-2006-09-28 19:41:19,828 DEBUG Popping from q - planetlab3.inria.fr
-2006-09-28 19:41:19,829 DEBUG Found tickets for planetlab1.informatik.uni-wuerzburg.de
-2006-09-28 19:41:19,830 DEBUG Popping from q - 200-102-209-152.paemt7001.t.brasiltelecom.net.br
-2006-09-28 19:41:19,831 DEBUG Popping from q - planetlab3.mnl.cs.sunysb.edu
-2006-09-28 19:41:19,833 DEBUG Found tickets for planetlab0.ias.csusb.edu
-2006-09-28 19:41:19,833 DEBUG Popping from q - planetlab-15.cs.princeton.edu
-2006-09-28 19:41:19,834 DEBUG Popping from q - planet-lab-2.csse.monash.edu.au
-2006-09-28 19:41:19,836 DEBUG Popping from q - planet1.ecse.rpi.edu
-2006-09-28 19:41:19,837 DEBUG Found tickets for 200-102-209-152.paemt7001.t.brasiltelecom.net.br
-2006-09-28 19:41:19,837 DEBUG Popping from q - planetlab2.pop-mg.rnp.br
-2006-09-28 19:41:19,839 DEBUG Popping from q - planetlab-2.unk.edu
-2006-09-28 19:41:19,840 DEBUG Found tickets for planet-lab-2.csse.monash.edu.au
-2006-09-28 19:41:19,841 DEBUG Popping from q - planetlab2.rdfrancetelecom.com
-2006-09-28 19:41:19,842 DEBUG Found tickets for planet1.ecse.rpi.edu
-2006-09-28 19:41:19,842 DEBUG Popping from q - planetlab1.eurecom.fr
-2006-09-28 19:41:19,843 DEBUG Found tickets for planetlab2.pop-mg.rnp.br
-2006-09-28 19:41:19,844 DEBUG Popping from q - planetlab1.cs.virginia.edu
-2006-09-28 19:41:19,845 DEBUG Popping from q - tju1.6planetlab.edu.cn
-2006-09-28 19:41:19,846 DEBUG Popping from q - planetlab-3.amst.nodes.planet-lab.org
-2006-09-28 19:41:19,848 DEBUG Found tickets for planetlab2.rdfrancetelecom.com
-2006-09-28 19:41:19,848 DEBUG Popping from q - planetlab1.georgetown.edu
-2006-09-28 19:41:19,849 DEBUG Found tickets for planetlab1.eurecom.fr
-2006-09-28 19:41:19,850 DEBUG Popping from q - planet1.inf.tu-dresden.de
-2006-09-28 19:41:19,851 DEBUG Popping from q - alice.cs.princeton.edu
-2006-09-28 19:41:19,853 DEBUG Found tickets for tju1.6planetlab.edu.cn
-2006-09-28 19:41:19,853 DEBUG Popping from q - planetlab02.erin.utoronto.ca
-2006-09-28 19:41:19,855 DEBUG Found tickets for planetlab1.georgetown.edu
-2006-09-28 19:41:19,855 DEBUG Popping from q - planetlab-1.vuse.vanderbilt.edu
-2006-09-28 19:41:19,856 DEBUG Found tickets for alice.cs.princeton.edu
-2006-09-28 19:41:19,856 DEBUG Popping from q - planetlab3.uvic.ca
-2006-09-28 19:41:19,857 DEBUG Popping from q - scut2.6planetlab.edu.cn
-2006-09-28 19:41:19,859 DEBUG Popping from q - planetlab1.swidnik.rd.tp.pl
-2006-09-28 19:41:19,861 DEBUG Popping from q - planet2.cdacb.ernet.in
-2006-09-28 19:41:19,862 DEBUG Found tickets for planetlab-1.vuse.vanderbilt.edu
-2006-09-28 19:41:19,862 DEBUG Popping from q - planetlab1.rdfrancetelecom.com
-2006-09-28 19:41:19,863 DEBUG Found tickets for planetlab3.uvic.ca
-2006-09-28 19:41:19,864 DEBUG Popping from q - planet2.inf.tu-dresden.de
-2006-09-28 19:41:19,865 DEBUG Found tickets for scut2.6planetlab.edu.cn
-2006-09-28 19:41:19,865 DEBUG Popping from q - planet02.csc.ncsu.edu
-2006-09-28 19:41:19,866 DEBUG Found tickets for planetlab1.swidnik.rd.tp.pl
-2006-09-28 19:41:19,867 DEBUG Popping from q - planetlab-1.tssg.org
-2006-09-28 19:41:19,868 DEBUG Popping from q - planetlab-2.vuse.vanderbilt.edu
-2006-09-28 19:41:19,870 DEBUG Found tickets for planet2.cdacb.ernet.in
-2006-09-28 19:41:19,870 DEBUG Popping from q - planetlab-11.cs.princeton.edu
-2006-09-28 19:41:19,871 DEBUG Popping from q - planet03.csc.ncsu.edu
-2006-09-28 19:41:19,872 DEBUG Found tickets for planetlab1.rdfrancetelecom.com
-2006-09-28 19:41:19,873 DEBUG Popping from q - planetlab1.pop-rj.rnp.br
-2006-09-28 19:41:19,874 DEBUG Found tickets for planetlab-1.tssg.org
-2006-09-28 19:41:19,874 DEBUG Popping from q - planet1.halifax.canet4.nodes.planet-lab.org
-2006-09-28 19:41:19,876 DEBUG Found tickets for planetlab-2.vuse.vanderbilt.edu
-2006-09-28 19:41:19,876 DEBUG Popping from q - planetlab2.uc.edu
-2006-09-28 19:41:19,877 DEBUG Popping from q - planet1.cavite.nodes.planet-lab.org
-2006-09-28 19:41:19,878 DEBUG Found tickets for planetlab1.pop-rj.rnp.br
-2006-09-28 19:41:19,879 DEBUG Popping from q - ds-pl3.technion.ac.il
-2006-09-28 19:41:19,880 DEBUG Popping from q - planetlab2.cs.purdue.edu
-2006-09-28 19:41:19,882 DEBUG Popping from q - planetlab3.millennium.berkeley.edu
-2006-09-28 19:41:19,883 DEBUG Found tickets for ds-pl3.technion.ac.il
-2006-09-28 19:41:19,884 DEBUG Popping from q - planetlab1.unl.edu
-2006-09-28 19:41:19,885 DEBUG Popping from q - planetlab1.cs.colorado.edu
-2006-09-28 19:41:19,886 DEBUG Popping from q - planetlab02.cs.washington.edu
-2006-09-28 19:41:19,887 DEBUG Popping from q - planetlab2.informatik.uni-erlangen.de
-2006-09-28 19:41:19,889 DEBUG Popping from q - planetlab-01.ipv6.lip6.fr
-2006-09-28 19:41:19,890 DEBUG Found tickets for planetlab02.cs.washington.edu
-2006-09-28 19:41:19,891 DEBUG Popping from q - pl2.ernet.in
-2006-09-28 19:41:19,892 DEBUG Found tickets for planetlab1.unl.edu
-2006-09-28 19:41:19,893 DEBUG Popping from q - neu2.6planetlab.edu.cn
-2006-09-28 19:41:19,894 DEBUG Found tickets for planetlab1.cs.colorado.edu
-2006-09-28 19:41:19,894 DEBUG Popping from q - planetlab-2.cs.uni-paderborn.de
-2006-09-28 19:41:19,895 DEBUG Found tickets for planetlab2.informatik.uni-erlangen.de
-2006-09-28 19:41:19,895 DEBUG Popping from q - planet5.cs.huji.ac.il
-2006-09-28 19:41:19,897 DEBUG Found tickets for planetlab-01.ipv6.lip6.fr
-2006-09-28 19:41:19,897 DEBUG Popping from q - planetlab1.elet.polimi.it
-2006-09-28 19:41:19,899 DEBUG Popping from q - planetlab2.iiitb.ac.in
-2006-09-28 19:41:19,900 DEBUG Popping from q - server1.planetlab.iit-tech.net
-2006-09-28 19:41:19,901 DEBUG Popping from q - planetlab2.iitb.ac.in
-2006-09-28 19:41:19,902 DEBUG Popping from q - planetlab02.dis.unina.it
-2006-09-28 19:41:19,904 DEBUG Popping from q - planetlab-1.dis.uniroma1.it
-2006-09-28 19:41:19,906 DEBUG Popping from q - planetlab1.iitb.ac.in
-2006-09-28 19:41:19,907 DEBUG Found tickets for planetlab2.iitb.ac.in
-2006-09-28 19:41:19,908 DEBUG Popping from q - pku1.6planetlab.edu.cn
-2006-09-28 19:41:19,909 DEBUG Popping from q - planetlab1.warsaw.rd.tp.pl
-2006-09-28 19:41:19,910 DEBUG Found tickets for server1.planetlab.iit-tech.net
-2006-09-28 19:41:19,910 DEBUG Popping from q - planetlab1.cri.haifa.ac.il
-2006-09-28 19:41:19,911 DEBUG Popping from q - planetlab-2.cs.ucy.ac.cy
-2006-09-28 19:41:19,913 DEBUG Found tickets for planetlab1.iitb.ac.in
-2006-09-28 19:41:19,913 DEBUG Popping from q - pl1.ernet.in
-2006-09-28 19:41:19,915 DEBUG Popping from q - planetlab2.georgetown.edu
-2006-09-28 19:41:19,916 DEBUG Found tickets for planetlab1.cri.haifa.ac.il
-2006-09-28 19:41:19,916 DEBUG Popping from q - server2.planetlab.iit-tech.net
-2006-09-28 19:41:19,918 DEBUG Found tickets for pku1.6planetlab.edu.cn
-2006-09-28 19:41:19,918 DEBUG Popping from q - planetlab2.di.unito.it
-2006-09-28 19:41:19,919 DEBUG Popping from q - planetlab1.csee.usf.edu
-2006-09-28 19:41:19,920 DEBUG Popping from q - planetlab-2.dis.uniroma1.it
-2006-09-28 19:41:19,922 DEBUG Found tickets for planetlab2.georgetown.edu
-2006-09-28 19:41:19,923 DEBUG Popping from q - planetlab2.informatik.uni-kl.de
-2006-09-28 19:41:19,924 DEBUG Found tickets for server2.planetlab.iit-tech.net
-2006-09-28 19:41:19,924 DEBUG Popping from q - planet1.cs.rochester.edu
-2006-09-28 19:41:19,925 DEBUG Popping from q - planetlab1.rutgers.edu
-2006-09-28 19:41:19,926 DEBUG Popping from q - planetlab-2.ece.iastate.edu
-2006-09-28 19:41:19,928 DEBUG Found tickets for planetlab2.informatik.uni-kl.de
-2006-09-28 19:41:19,928 DEBUG Popping from q - planetlab-1.sjce.nodes.planet-lab.org
-2006-09-28 19:41:19,929 DEBUG Found tickets for planetlab1.rutgers.edu
-2006-09-28 19:41:19,930 DEBUG Popping from q - planetlab2.ece.ucdavis.edu
-2006-09-28 19:41:19,931 DEBUG Found tickets for planet1.cs.rochester.edu
-2006-09-28 19:41:19,931 DEBUG Popping from q - planetlab1.ie.cuhk.edu.hk
-2006-09-28 19:41:19,933 DEBUG Popping from q - planetlab2lannion.elibel.tm.fr
-2006-09-28 19:41:19,934 DEBUG Popping from q - planetlab01.mpi-sws.mpg.de
-2006-09-28 19:41:19,935 DEBUG Found tickets for planetlab-1.sjce.nodes.planet-lab.org
-2006-09-28 19:41:19,936 DEBUG Popping from q - planetlab2.cs.duke.edu
-2006-09-28 19:41:19,937 DEBUG Popping from q - planetlab1.rn.informatics.scitech.susx.ac.uk
-2006-09-28 19:41:19,938 DEBUG Found tickets for planetlab1.ie.cuhk.edu.hk
-2006-09-28 19:41:19,939 DEBUG Popping from q - planetlab1.eee.hku.hk
-2006-09-28 19:41:19,940 DEBUG Popping from q - pads23.cs.nthu.edu.tw
-2006-09-28 19:41:19,942 DEBUG Popping from q - planet2.halifax.canet4.nodes.planet-lab.org
-2006-09-28 19:41:19,944 DEBUG Popping from q - planetlab-2.tssg.org
-2006-09-28 19:41:19,945 DEBUG Found tickets for planetlab1.rn.informatics.scitech.susx.ac.uk
-2006-09-28 19:41:19,945 DEBUG Popping from q - 200-102-209-151.paemt7001.t.brasiltelecom.net.br
-2006-09-28 19:41:19,946 DEBUG Found tickets for planetlab1.eee.hku.hk
-2006-09-28 19:41:19,946 DEBUG Popping from q - planetlab1.poly.edu
-2006-09-28 19:41:19,948 DEBUG Popping from q - planetlab2.net-research.org.uk
-2006-09-28 19:41:19,949 DEBUG Found tickets for planetlab-2.tssg.org
-2006-09-28 19:41:19,950 DEBUG Popping from q - planetlab2.poly.edu
-2006-09-28 19:41:19,951 DEBUG Popping from q - planetlab-1.imperial.ac.uk
-2006-09-28 19:41:19,952 DEBUG Found tickets for planet2.halifax.canet4.nodes.planet-lab.org
-2006-09-28 19:41:19,952 DEBUG Popping from q - planetlab-2.imperial.ac.uk
-2006-09-28 19:41:19,953 DEBUG Found tickets for 200-102-209-151.paemt7001.t.brasiltelecom.net.br
-2006-09-28 19:41:19,954 DEBUG Popping from q - planetlab1.cis.upenn.edu
-2006-09-28 19:41:19,956 DEBUG Found tickets for planetlab2.net-research.org.uk
-2006-09-28 19:41:19,957 DEBUG Popping from q - planetlab2.eee.hku.hk
-2006-09-28 19:41:19,958 DEBUG Found tickets for planetlab-1.imperial.ac.uk
-2006-09-28 19:41:19,960 DEBUG Found tickets for planetlab-2.imperial.ac.uk
-2006-09-28 20:01:19,523 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv
-2006-09-28 20:01:20,598 DEBUG Retrieved 705 hosts
-2006-09-28 20:01:20,605 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='drift%20%3E%201m'
-2006-09-28 20:01:20,743 DEBUG Retrieved 8 hosts
-2006-09-28 20:01:20,743 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='resptime%20%3E%200%20&&%20gbfree%20%3C%205'
-2006-09-28 20:01:20,883 DEBUG Retrieved 10 hosts
-2006-09-28 20:01:20,883 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='sshstatus%20%3E%202h'
-2006-09-28 20:01:21,241 DEBUG Retrieved 160 hosts
-2006-09-28 20:01:21,243 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='dns1udp%20%3E%2080%20&&%20dns2udp%20%3E%2080'
-2006-09-28 20:01:21,389 DEBUG Retrieved 6 hosts
-2006-09-28 20:01:21,390 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='filerw%3E0'
-2006-09-28 20:01:21,521 DEBUG Retrieved 2 hosts
-2006-09-28 20:01:21,524 DEBUG Popping from q - planetlab2.elet.polimi.it
-2006-09-28 20:01:21,525 DEBUG Popping from q - pli1-br-3.hpl.hp.com
-2006-09-28 20:01:21,526 DEBUG Popping from q - planetlab2.nbgisp.com
-2006-09-28 20:01:21,526 DEBUG Popping from q - planetlab1.cs.stir.ac.uk
-2006-09-28 20:01:21,528 DEBUG Popping from q - planetlab1.cse.msu.edu
-2006-09-28 20:01:21,529 DEBUG Popping from q - planetlab2.cse.msu.edu
-2006-09-28 20:01:21,531 DEBUG Popping from q - planetlab0.cs.stir.ac.uk
-2006-09-28 20:01:21,532 DEBUG Popping from q - planetlab1.informatik.uni-erlangen.de
-2006-09-28 20:01:21,533 DEBUG Found tickets for planetlab1.cse.msu.edu
-2006-09-28 20:01:21,534 DEBUG Popping from q - planetlab1.cs.purdue.edu
-2006-09-28 20:01:21,535 DEBUG Found tickets for pli1-br-3.hpl.hp.com
-2006-09-28 20:01:21,535 DEBUG Popping from q - planetlab1.een.orst.edu
-2006-09-28 20:01:21,536 DEBUG Found tickets for planetlab2.cse.msu.edu
-2006-09-28 20:01:21,537 DEBUG Popping from q - planetlab2.cs.columbia.edu
-2006-09-28 20:01:21,539 DEBUG Found tickets for planetlab1.cs.purdue.edu
-2006-09-28 20:01:21,539 DEBUG Popping from q - planetlab1.win.trlabs.ca
-2006-09-28 20:01:21,540 DEBUG Popping from q - planetlab1.cs.duke.edu
-2006-09-28 20:01:21,541 DEBUG Popping from q - planetlab2.flux.utah.edu
-2006-09-28 20:01:21,542 DEBUG Popping from q - planetlab3.cs.columbia.edu
-2006-09-28 20:01:21,544 DEBUG Popping from q - planetlab1.cs.columbia.edu
-2006-09-28 20:01:21,546 DEBUG Popping from q - planetlab3.flux.utah.edu
-2006-09-28 20:01:21,547 DEBUG Popping from q - planetlab-1.eecs.cwru.edu
-2006-09-28 20:01:21,548 DEBUG Popping from q - planetlab2.rutgers.edu
-2006-09-28 20:01:21,550 DEBUG Popping from q - vn3.cs.wustl.edu
-2006-09-28 20:01:21,551 DEBUG Popping from q - planetlab2.cri.haifa.ac.il
-2006-09-28 20:01:21,553 DEBUG Popping from q - soccf-planet-001.comp.nus.edu.sg
-2006-09-28 20:01:21,554 DEBUG Popping from q - planetlab01.cse.psu.edu
-2006-09-28 20:01:21,555 DEBUG Found tickets for planetlab2.rutgers.edu
-2006-09-28 20:01:21,555 DEBUG Popping from q - csu2.6planetlab.edu.cn
-2006-09-28 20:01:21,557 DEBUG Found tickets for planetlab2.cri.haifa.ac.il
-2006-09-28 20:01:21,558 DEBUG Popping from q - planet2.njit.edu
-2006-09-28 20:01:21,559 DEBUG Found tickets for soccf-planet-001.comp.nus.edu.sg
-2006-09-28 20:01:21,559 DEBUG Popping from q - planetlab2.unl.edu
-2006-09-28 20:01:21,560 DEBUG Found tickets for vn3.cs.wustl.edu
-2006-09-28 20:01:21,560 DEBUG Popping from q - planetlab1.cs.pitt.edu
-2006-09-28 20:01:21,561 DEBUG Popping from q - planetlab-2.eecs.cwru.edu
-2006-09-28 20:01:21,563 DEBUG Found tickets for csu2.6planetlab.edu.cn
-2006-09-28 20:01:21,563 DEBUG Popping from q - planetlab2.urv.net
-2006-09-28 20:01:21,565 DEBUG Found tickets for planet2.njit.edu
-2006-09-28 20:01:21,565 DEBUG Popping from q - planetlab7.csail.mit.edu
-2006-09-28 20:01:21,566 DEBUG Popping from q - buaa1.6planetlab.edu.cn
-2006-09-28 20:01:21,568 DEBUG Popping from q - ricepl-3.cs.rice.edu
-2006-09-28 20:01:21,569 DEBUG Popping from q - planet-lab-1.csse.monash.edu.au
-2006-09-28 20:01:21,570 DEBUG Popping from q - planetlab5.millennium.berkeley.edu
-2006-09-28 20:01:21,572 DEBUG Found tickets for planetlab7.csail.mit.edu
-2006-09-28 20:01:21,572 DEBUG Popping from q - planetlab1.pop-ce.rnp.br
-2006-09-28 20:01:21,574 DEBUG Found tickets for buaa1.6planetlab.edu.cn
-2006-09-28 20:01:21,574 DEBUG Popping from q - planetlab2.mnlab.cti.depaul.edu
-2006-09-28 20:01:21,575 DEBUG Popping from q - peace.ri.uni-tuebingen.de
-2006-09-28 20:01:21,576 DEBUG Popping from q - planetlab-8.cs.princeton.edu
-2006-09-28 20:01:21,578 DEBUG Popping from q - planetlab2.ucsd.edu
-2006-09-28 20:01:21,579 DEBUG Found tickets for planetlab1.pop-ce.rnp.br
-2006-09-28 20:01:21,580 DEBUG Popping from q - blast.uwaterloo.ca
-2006-09-28 20:01:21,581 DEBUG Found tickets for planetlab2.mnlab.cti.depaul.edu
-2006-09-28 20:01:21,582 DEBUG Popping from q - planetlab1.cs.wayne.edu
-2006-09-28 20:01:21,583 DEBUG Popping from q - pli1-br-3.hpl.hp.com
-2006-09-28 20:01:21,584 DEBUG Found tickets for planetlab-8.cs.princeton.edu
-2006-09-28 20:01:21,584 DEBUG Popping from q - planetlab2.eurecom.fr
-2006-09-28 20:01:21,586 DEBUG Found tickets for planetlab2.ucsd.edu
-2006-09-28 20:01:21,586 DEBUG Popping from q - planetlab1.di.unito.it
-2006-09-28 20:01:21,587 DEBUG Found tickets for blast.uwaterloo.ca
-2006-09-28 20:01:21,588 DEBUG Popping from q - planetlab2.simula.no
-2006-09-28 20:01:21,589 DEBUG Found tickets for pli1-br-3.hpl.hp.com
-2006-09-28 20:01:21,589 DEBUG Popping from q - planetlab01.dis.unina.it
-2006-09-28 20:01:21,590 DEBUG Found tickets for planetlab1.cs.wayne.edu
-2006-09-28 20:01:21,591 DEBUG Popping from q - planetlab1.flux.utah.edu
-2006-09-28 20:01:21,592 DEBUG Popping from q - planetlab-1.ece.iastate.edu
-2006-09-28 20:01:21,593 DEBUG Found tickets for planetlab1.di.unito.it
-2006-09-28 20:01:21,594 DEBUG Popping from q - sdu1.6planetlab.edu.cn
-2006-09-28 20:01:21,595 DEBUG Popping from q - planetlab4.upc.es
-2006-09-28 20:01:21,596 DEBUG Popping from q - planetlab-13.cs.princeton.edu
-2006-09-28 20:01:21,598 DEBUG Popping from q - planet1.cc.gt.atl.ga.us
-2006-09-28 20:01:21,600 DEBUG Found tickets for planetlab-1.ece.iastate.edu
-2006-09-28 20:01:21,600 DEBUG Popping from q - planetlab2.eecs.wsu.edu
-2006-09-28 20:01:21,601 DEBUG Found tickets for sdu1.6planetlab.edu.cn
-2006-09-28 20:01:21,601 DEBUG Popping from q - planet2.cs.ucsb.edu
-2006-09-28 20:01:21,603 DEBUG Popping from q - xjtu2.6planetlab.edu.cn
-2006-09-28 20:01:21,604 DEBUG Found tickets for planetlab-13.cs.princeton.edu
-2006-09-28 20:01:21,604 DEBUG Popping from q - planetlab3.upc.es
-2006-09-28 20:01:21,605 DEBUG Popping from q - node1.lbnl.nodes.planet-lab.org
-2006-09-28 20:01:21,607 DEBUG Popping from q - planetlab1.iitr.ernet.in
-2006-09-28 20:01:21,609 DEBUG Found tickets for planet2.cs.ucsb.edu
-2006-09-28 20:01:21,609 DEBUG Popping from q - planetlab1.ipls.internet2.planet-lab.org
-2006-09-28 20:01:21,610 DEBUG Popping from q - planetlab2.uvic.ca
-2006-09-28 20:01:21,611 DEBUG Popping from q - planetlab01.erin.utoronto.ca
-2006-09-28 20:01:21,613 DEBUG Popping from q - planetlab-4.ece.iastate.edu
-2006-09-28 20:01:21,614 DEBUG Found tickets for planetlab2.uvic.ca
-2006-09-28 20:01:21,615 DEBUG Popping from q - planetlab2.informatik.uni-goettingen.de
-2006-09-28 20:01:21,616 DEBUG Popping from q - ds-pl1.technion.ac.il
-2006-09-28 20:01:21,617 DEBUG Popping from q - planetlab1.mnl.cs.sunysb.edu
-2006-09-28 20:01:21,619 DEBUG Popping from q - aladdin.planetlab.extranet.uni-passau.de
-2006-09-28 20:01:21,620 DEBUG Found tickets for planetlab-4.ece.iastate.edu
-2006-09-28 20:01:21,620 DEBUG Popping from q - planetlab-1.cs.uni-paderborn.de
-2006-09-28 20:01:21,622 DEBUG Found tickets for planetlab2.informatik.uni-goettingen.de
-2006-09-28 20:01:21,622 DEBUG Popping from q - planet1.njit.edu
-2006-09-28 20:01:21,623 DEBUG Popping from q - pku2.6planetlab.edu.cn
-2006-09-28 20:01:21,624 DEBUG Found tickets for planetlab1.mnl.cs.sunysb.edu
-2006-09-28 20:01:21,624 DEBUG Popping from q - planetlab-1.cs.ucy.ac.cy
-2006-09-28 20:01:21,626 DEBUG Popping from q - planetlab00.cse.psu.edu
-2006-09-28 20:01:21,627 DEBUG Popping from q - planetlab04.ethz.ch
-2006-09-28 20:01:21,629 DEBUG Popping from q - sdu2.6planetlab.edu.cn
-2006-09-28 20:01:21,630 DEBUG Popping from q - planet-lab.iki.rssi.ru
-2006-09-28 20:01:21,632 DEBUG Popping from q - planetlab1.polito.it
-2006-09-28 20:01:21,633 DEBUG Popping from q - planetlab1.uvic.ca
-2006-09-28 20:01:21,635 DEBUG Found tickets for planetlab04.ethz.ch
-2006-09-28 20:01:21,635 DEBUG Popping from q - planetlab1.cs.byu.edu
-2006-09-28 20:01:21,636 DEBUG Found tickets for sdu2.6planetlab.edu.cn
-2006-09-28 20:01:21,637 DEBUG Popping from q - planetlab-1.amst.nodes.planet-lab.org
-2006-09-28 20:01:21,638 DEBUG Found tickets for planet-lab.iki.rssi.ru
-2006-09-28 20:01:21,638 DEBUG Popping from q - cloudburst.uwaterloo.ca
-2006-09-28 20:01:21,640 DEBUG Found tickets for planetlab1.uvic.ca
-2006-09-28 20:01:21,640 DEBUG Popping from q - planet2.cs.rochester.edu
-2006-09-28 20:01:21,641 DEBUG Found tickets for planetlab1.polito.it
-2006-09-28 20:01:21,641 DEBUG Popping from q - planetlab1.xeno.cl.cam.ac.uk
-2006-09-28 20:01:21,643 DEBUG Found tickets for cloudburst.uwaterloo.ca
-2006-09-28 20:01:21,643 DEBUG Popping from q - lycra.cs.princeton.edu
-2006-09-28 20:01:21,644 DEBUG Popping from q - planetlab06.mpi-sws.mpg.de
-2006-09-28 20:01:21,645 DEBUG Popping from q - planetlab1.ias.csusb.edu
-2006-09-28 20:01:21,647 DEBUG Found tickets for planet2.cs.rochester.edu
-2006-09-28 20:01:21,647 DEBUG Popping from q - vayu.iitd.ernet.in
-2006-09-28 20:01:21,648 DEBUG Popping from q - node2.lbnl.nodes.planet-lab.org
-2006-09-28 20:01:21,650 DEBUG Found tickets for planetlab1.ias.csusb.edu
-2006-09-28 20:01:21,651 DEBUG Popping from q - planetlab2.cs.byu.edu
-2006-09-28 20:01:21,652 DEBUG Found tickets for lycra.cs.princeton.edu
-2006-09-28 20:01:21,652 DEBUG Popping from q - cqu1.6planetlab.edu.cn
-2006-09-28 20:01:21,653 DEBUG Popping from q - planetlab2.acis.ufl.edu
-2006-09-28 20:01:21,654 DEBUG Popping from q - planetlab1.cs.unibo.it
-2006-09-28 20:01:21,656 DEBUG Popping from q - tju2.6planetlab.edu.cn
-2006-09-28 20:01:21,658 DEBUG Found tickets for cqu1.6planetlab.edu.cn
-2006-09-28 20:01:21,658 DEBUG Popping from q - orbpl1.rutgers.edu
-2006-09-28 20:01:21,659 DEBUG Found tickets for planetlab1.cs.unibo.it
-2006-09-28 20:01:21,660 DEBUG Popping from q - ent1.cs.nccu.edu.tw
-2006-09-28 20:01:21,661 DEBUG Found tickets for tju2.6planetlab.edu.cn
-2006-09-28 20:01:21,661 DEBUG Popping from q - planet0.jaist.ac.jp
-2006-09-28 20:01:21,663 DEBUG Found tickets for ent1.cs.nccu.edu.tw
-2006-09-28 20:01:21,663 DEBUG Popping from q - planetlab3.warsaw.rd.tp.pl
-2006-09-28 20:01:21,663 DEBUG Popping from q - planetlab1.informatik.uni-wuerzburg.de
-2006-09-28 20:01:21,665 DEBUG Found tickets for orbpl1.rutgers.edu
-2006-09-28 20:01:21,665 DEBUG Popping from q - planetlab0.ias.csusb.edu
-2006-09-28 20:01:21,667 DEBUG Found tickets for planet0.jaist.ac.jp
-2006-09-28 20:01:21,667 DEBUG Popping from q - planetlab-2.amst.nodes.planet-lab.org
-2006-09-28 20:01:21,668 DEBUG Found tickets for planetlab2.acis.ufl.edu
-2006-09-28 20:01:21,669 DEBUG Popping from q - planetlab3.inria.fr
-2006-09-28 20:01:21,670 DEBUG Popping from q - 200-102-209-152.paemt7001.t.brasiltelecom.net.br
-2006-09-28 20:01:21,671 DEBUG Found tickets for planetlab0.ias.csusb.edu
-2006-09-28 20:01:21,672 DEBUG Popping from q - planetlab3.mnl.cs.sunysb.edu
-2006-09-28 20:01:21,673 DEBUG Popping from q - planetlab-15.cs.princeton.edu
-2006-09-28 20:01:21,674 DEBUG Found tickets for 200-102-209-152.paemt7001.t.brasiltelecom.net.br
-2006-09-28 20:01:21,675 DEBUG Popping from q - ent2.cs.nccu.edu.tw
-2006-09-28 20:01:21,676 DEBUG Popping from q - planet-lab-2.csse.monash.edu.au
-2006-09-28 20:01:21,676 DEBUG Found tickets for planetlab1.informatik.uni-wuerzburg.de
-2006-09-28 20:01:21,678 DEBUG Popping from q - planetlab2.pop-mg.rnp.br
-2006-09-28 20:01:21,677 DEBUG Popping from q - planet1.ecse.rpi.edu
-2006-09-28 20:01:21,680 DEBUG Found tickets for ent2.cs.nccu.edu.tw
-2006-09-28 20:01:21,681 DEBUG Popping from q - planetlab-2.unk.edu
-2006-09-28 20:01:21,680 DEBUG Found tickets for planet-lab-2.csse.monash.edu.au
-2006-09-28 20:01:21,682 DEBUG Popping from q - planetlab2.rdfrancetelecom.com
-2006-09-28 20:01:21,683 DEBUG Popping from q - planetlab1.eurecom.fr
-2006-09-28 20:01:21,684 DEBUG Popping from q - planetlab1.cs.virginia.edu
-2006-09-28 20:01:21,686 DEBUG Found tickets for planetlab2.pop-mg.rnp.br
-2006-09-28 20:01:21,687 DEBUG Popping from q - tju1.6planetlab.edu.cn
-2006-09-28 20:01:21,688 DEBUG Found tickets for planetlab2.rdfrancetelecom.com
-2006-09-28 20:01:21,688 DEBUG Popping from q - planetlab-3.amst.nodes.planet-lab.org
-2006-09-28 20:01:21,689 DEBUG Found tickets for planet1.ecse.rpi.edu
-2006-09-28 20:01:21,690 DEBUG Popping from q - planetlab1.georgetown.edu
-2006-09-28 20:01:21,691 DEBUG Popping from q - planet1.inf.tu-dresden.de
-2006-09-28 20:01:21,693 DEBUG Found tickets for planetlab1.eurecom.fr
-2006-09-28 20:01:21,693 DEBUG Popping from q - alice.cs.princeton.edu
-2006-09-28 20:01:21,694 DEBUG Found tickets for tju1.6planetlab.edu.cn
-2006-09-28 20:01:21,694 DEBUG Popping from q - planetlab02.erin.utoronto.ca
-2006-09-28 20:01:21,696 DEBUG Found tickets for planetlab1.georgetown.edu
-2006-09-28 20:01:21,696 DEBUG Popping from q - planetlab-1.vuse.vanderbilt.edu
-2006-09-28 20:01:21,697 DEBUG Popping from q - planetlab3.uvic.ca
-2006-09-28 20:01:21,699 DEBUG Popping from q - scut2.6planetlab.edu.cn
-2006-09-28 20:01:21,700 DEBUG Popping from q - planetlab1.swidnik.rd.tp.pl
-2006-09-28 20:01:21,702 DEBUG Found tickets for alice.cs.princeton.edu
-2006-09-28 20:01:21,702 DEBUG Popping from q - planet2.cdacb.ernet.in
-2006-09-28 20:01:21,703 DEBUG Found tickets for planetlab-1.vuse.vanderbilt.edu
-2006-09-28 20:01:21,703 DEBUG Popping from q - planetlab1.rdfrancetelecom.com
-2006-09-28 20:01:21,705 DEBUG Found tickets for planetlab3.uvic.ca
-2006-09-28 20:01:21,705 DEBUG Popping from q - planet2.inf.tu-dresden.de
-2006-09-28 20:01:21,707 DEBUG Found tickets for scut2.6planetlab.edu.cn
-2006-09-28 20:01:21,707 DEBUG Popping from q - planet02.csc.ncsu.edu
-2006-09-28 20:01:21,708 DEBUG Found tickets for planetlab1.swidnik.rd.tp.pl
-2006-09-28 20:01:21,709 DEBUG Popping from q - planetlab-1.tssg.org
-2006-09-28 20:01:21,710 DEBUG Found tickets for planet2.cdacb.ernet.in
-2006-09-28 20:01:21,710 DEBUG Popping from q - planetlab-2.vuse.vanderbilt.edu
-2006-09-28 20:01:21,711 DEBUG Found tickets for planetlab1.rdfrancetelecom.com
-2006-09-28 20:01:21,711 DEBUG Popping from q - planetlab-11.cs.princeton.edu
-2006-09-28 20:01:21,713 DEBUG Popping from q - planet03.csc.ncsu.edu
-2006-09-28 20:01:21,715 DEBUG Found tickets for planetlab-1.tssg.org
-2006-09-28 20:01:21,715 DEBUG Popping from q - planetlab1.pop-rj.rnp.br
-2006-09-28 20:01:21,716 DEBUG Popping from q - planet1.halifax.canet4.nodes.planet-lab.org
-2006-09-28 20:01:21,717 DEBUG Found tickets for planetlab-2.vuse.vanderbilt.edu
-2006-09-28 20:01:21,718 DEBUG Popping from q - planetlab2.uc.edu
-2006-09-28 20:01:21,718 DEBUG Popping from q - planet1.cavite.nodes.planet-lab.org
-2006-09-28 20:01:21,721 DEBUG Popping from q - ds-pl3.technion.ac.il
-2006-09-28 20:01:21,722 DEBUG Popping from q - planetlab2.cs.purdue.edu
-2006-09-28 20:01:21,723 DEBUG Found tickets for planetlab1.pop-rj.rnp.br
-2006-09-28 20:01:21,723 DEBUG Popping from q - planetlab3.millennium.berkeley.edu
-2006-09-28 20:01:21,724 DEBUG Popping from q - planetlab1.unl.edu
-2006-09-28 20:01:21,726 DEBUG Popping from q - planetlab1.cs.colorado.edu
-2006-09-28 20:01:21,728 DEBUG Popping from q - planetlab02.cs.washington.edu
-2006-09-28 20:01:21,729 DEBUG Found tickets for planetlab1.unl.edu
-2006-09-28 20:01:21,729 DEBUG Popping from q - orbpl2.rutgers.edu
-2006-09-28 20:01:21,730 DEBUG Found tickets for ds-pl3.technion.ac.il
-2006-09-28 20:01:21,731 DEBUG Popping from q - planetlab2.informatik.uni-erlangen.de
-2006-09-28 20:01:21,732 DEBUG Popping from q - planetlab-01.ipv6.lip6.fr
-2006-09-28 20:01:21,733 DEBUG Found tickets for planetlab1.cs.colorado.edu
-2006-09-28 20:01:21,733 DEBUG Popping from q - pl2.ernet.in
-2006-09-28 20:01:21,735 DEBUG Found tickets for planetlab2.informatik.uni-erlangen.de
-2006-09-28 20:01:21,736 DEBUG Popping from q - neu2.6planetlab.edu.cn
-2006-09-28 20:01:21,737 DEBUG Found tickets for orbpl2.rutgers.edu
-2006-09-28 20:01:21,737 DEBUG Popping from q - planetlab-2.cs.uni-paderborn.de
-2006-09-28 20:01:21,738 DEBUG Found tickets for planetlab-01.ipv6.lip6.fr
-2006-09-28 20:01:21,738 DEBUG Popping from q - planet5.cs.huji.ac.il
-2006-09-28 20:01:21,740 DEBUG Found tickets for planetlab02.cs.washington.edu
-2006-09-28 20:01:21,740 DEBUG Popping from q - planetlab1.elet.polimi.it
-2006-09-28 20:01:21,741 DEBUG Popping from q - planetlab2.iiitb.ac.in
-2006-09-28 20:01:21,743 DEBUG Popping from q - server1.planetlab.iit-tech.net
-2006-09-28 20:01:21,744 DEBUG Popping from q - planetlab2.iitb.ac.in
-2006-09-28 20:01:21,745 DEBUG Popping from q - planetlab02.dis.unina.it
-2006-09-28 20:01:21,747 DEBUG Popping from q - planetlab-1.dis.uniroma1.it
-2006-09-28 20:01:21,748 DEBUG Popping from q - planetlab1.iitb.ac.in
-2006-09-28 20:01:21,750 DEBUG Found tickets for planetlab2.iitb.ac.in
-2006-09-28 20:01:21,750 DEBUG Popping from q - pku1.6planetlab.edu.cn
-2006-09-28 20:01:21,751 DEBUG Popping from q - planetlab1.warsaw.rd.tp.pl
-2006-09-28 20:01:21,753 DEBUG Found tickets for server1.planetlab.iit-tech.net
-2006-09-28 20:01:21,753 DEBUG Popping from q - planetlab1.cri.haifa.ac.il
-2006-09-28 20:01:21,754 DEBUG Popping from q - planetlab-2.cs.ucy.ac.cy
-2006-09-28 20:01:21,755 DEBUG Found tickets for planetlab1.iitb.ac.in
-2006-09-28 20:01:21,756 DEBUG Popping from q - pl1.ernet.in
-2006-09-28 20:01:21,758 DEBUG Popping from q - planetlab2.georgetown.edu
-2006-09-28 20:01:21,759 DEBUG Popping from q - server2.planetlab.iit-tech.net
-2006-09-28 20:01:21,760 DEBUG Found tickets for planetlab1.cri.haifa.ac.il
-2006-09-28 20:01:21,760 DEBUG Popping from q - planetlab2.di.unito.it
-2006-09-28 20:01:21,762 DEBUG Popping from q - planetlab1.csee.usf.edu
-2006-09-28 20:01:21,763 DEBUG Found tickets for pku1.6planetlab.edu.cn
-2006-09-28 20:01:21,763 DEBUG Popping from q - planetlab-2.dis.uniroma1.it
-2006-09-28 20:01:21,765 DEBUG Found tickets for planetlab2.georgetown.edu
-2006-09-28 20:01:21,765 DEBUG Popping from q - planetlab2.informatik.uni-kl.de
-2006-09-28 20:01:21,767 DEBUG Popping from q - planet1.cs.rochester.edu
-2006-09-28 20:01:21,768 DEBUG Found tickets for server2.planetlab.iit-tech.net
-2006-09-28 20:01:21,768 DEBUG Popping from q - planetlab1.rutgers.edu
-2006-09-28 20:01:21,769 DEBUG Popping from q - planetlab-2.ece.iastate.edu
-2006-09-28 20:01:21,771 DEBUG Popping from q - planetlab-1.sjce.nodes.planet-lab.org
-2006-09-28 20:01:21,773 DEBUG Found tickets for planetlab1.rutgers.edu
-2006-09-28 20:01:21,773 DEBUG Popping from q - planetlab2.ece.ucdavis.edu
-2006-09-28 20:01:21,774 DEBUG Found tickets for planet1.cs.rochester.edu
-2006-09-28 20:01:21,774 DEBUG Popping from q - planetlab1.ie.cuhk.edu.hk
-2006-09-28 20:01:21,775 DEBUG Popping from q - planetlab2lannion.elibel.tm.fr
-2006-09-28 20:01:21,777 DEBUG Found tickets for planetlab-1.sjce.nodes.planet-lab.org
-2006-09-28 20:01:21,777 DEBUG Popping from q - planetlab01.mpi-sws.mpg.de
-2006-09-28 20:01:21,777 DEBUG Found tickets for planetlab2.informatik.uni-kl.de
-2006-09-28 20:01:21,778 DEBUG Popping from q - planetlab2.cs.duke.edu
-2006-09-28 20:01:21,780 DEBUG Popping from q - planetlab1.rn.informatics.scitech.susx.ac.uk
-2006-09-28 20:01:21,781 DEBUG Popping from q - planetlab1.eee.hku.hk
-2006-09-28 20:01:21,783 DEBUG Popping from q - pads23.cs.nthu.edu.tw
-2006-09-28 20:01:21,784 DEBUG Found tickets for planetlab1.ie.cuhk.edu.hk
-2006-09-28 20:01:21,784 DEBUG Popping from q - planet2.halifax.canet4.nodes.planet-lab.org
-2006-09-28 20:01:21,785 DEBUG Popping from q - planetlab-2.tssg.org
-2006-09-28 20:01:21,787 DEBUG Found tickets for planetlab1.eee.hku.hk
-2006-09-28 20:01:21,788 DEBUG Popping from q - 200-102-209-151.paemt7001.t.brasiltelecom.net.br
-2006-09-28 20:01:21,789 DEBUG Popping from q - planetlab2.poly.edu
-2006-09-28 20:01:21,790 DEBUG Found tickets for planetlab-2.tssg.org
-2006-09-28 20:01:21,791 DEBUG Popping from q - planetlab1.poly.edu
-2006-09-28 20:01:21,792 DEBUG Found tickets for planetlab1.rn.informatics.scitech.susx.ac.uk
-2006-09-28 20:01:21,792 DEBUG Popping from q - planetlab2.net-research.org.uk
-2006-09-28 20:01:21,793 DEBUG Found tickets for planet2.halifax.canet4.nodes.planet-lab.org
-2006-09-28 20:01:21,793 DEBUG Popping from q - planetlab-2.imperial.ac.uk
-2006-09-28 20:01:21,794 DEBUG Popping from q - planetlab-1.imperial.ac.uk
-2006-09-28 20:01:21,796 DEBUG Found tickets for 200-102-209-151.paemt7001.t.brasiltelecom.net.br
-2006-09-28 20:01:21,796 DEBUG Popping from q - planetlab1.byu.edu
-2006-09-28 20:01:21,798 DEBUG Popping from q - planetlab1.cis.upenn.edu
-2006-09-28 20:01:21,799 DEBUG Found tickets for planetlab-2.imperial.ac.uk
-2006-09-28 20:01:21,799 DEBUG Popping from q - planetlab2.eee.hku.hk
-2006-09-28 20:01:21,801 DEBUG Found tickets for planetlab-1.imperial.ac.uk
-2006-09-28 20:01:21,802 DEBUG Found tickets for planetlab2.net-research.org.uk
-2006-09-28 20:21:21,365 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv
-2006-09-28 20:21:22,432 DEBUG Retrieved 705 hosts
-2006-09-28 20:21:22,438 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='drift%20%3E%201m'
-2006-09-28 20:21:22,579 DEBUG Retrieved 9 hosts
-2006-09-28 20:21:22,579 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='resptime%20%3E%200%20&&%20gbfree%20%3C%205'
-2006-09-28 20:21:22,719 DEBUG Retrieved 10 hosts
-2006-09-28 20:21:22,719 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='sshstatus%20%3E%202h'
-2006-09-28 20:21:23,085 DEBUG Retrieved 160 hosts
-2006-09-28 20:21:23,086 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='dns1udp%20%3E%2080%20&&%20dns2udp%20%3E%2080'
-2006-09-28 20:21:23,223 DEBUG Retrieved 6 hosts
-2006-09-28 20:21:23,224 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='filerw%3E0'
-2006-09-28 20:21:23,356 DEBUG Retrieved 2 hosts
-2006-09-28 20:21:23,359 DEBUG Popping from q - planetlab2.elet.polimi.it
-2006-09-28 20:21:23,360 DEBUG Popping from q - pli1-br-3.hpl.hp.com
-2006-09-28 20:21:23,359 DEBUG Popping from q - cs-planetlab2.cs.surrey.sfu.ca
-2006-09-28 20:21:23,362 DEBUG Popping from q - planetlab2.nbgisp.com
-2006-09-28 20:21:23,363 DEBUG Popping from q - planetlab1.cs.stir.ac.uk
-2006-09-28 20:21:23,365 DEBUG Popping from q - planetlab1.cse.msu.edu
-2006-09-28 20:21:23,370 DEBUG Popping from q - planetlab2.cse.msu.edu
-2006-09-28 20:21:23,371 DEBUG Found tickets for pli1-br-3.hpl.hp.com
-2006-09-28 20:21:23,371 DEBUG Popping from q - planetlab0.cs.stir.ac.uk
-2006-09-28 20:21:23,372 DEBUG Popping from q - planetlab1.informatik.uni-erlangen.de
-2006-09-28 20:21:23,374 DEBUG Found tickets for planetlab1.cse.msu.edu
-2006-09-28 20:21:23,375 DEBUG Popping from q - planetlab1.cs.purdue.edu
-2006-09-28 20:21:23,377 DEBUG Popping from q - planetlab1.een.orst.edu
-2006-09-28 20:21:23,379 DEBUG Found tickets for planetlab2.cse.msu.edu
-2006-09-28 20:21:23,380 DEBUG Popping from q - planetlab2.cs.columbia.edu
-2006-09-28 20:21:23,381 DEBUG Popping from q - planetlab1.win.trlabs.ca
-2006-09-28 20:21:23,384 DEBUG Found tickets for planetlab1.cs.purdue.edu
-2006-09-28 20:21:23,385 DEBUG Popping from q - planetlab1.cs.duke.edu
-2006-09-28 20:21:23,386 DEBUG Popping from q - planetlab2.flux.utah.edu
-2006-09-28 20:21:23,388 DEBUG Popping from q - planetlab3.cs.columbia.edu
-2006-09-28 20:21:23,391 DEBUG Popping from q - planetlab1.cs.columbia.edu
-2006-09-28 20:21:23,394 DEBUG Popping from q - planetlab3.flux.utah.edu
-2006-09-28 20:21:23,395 DEBUG Popping from q - planetlab-1.eecs.cwru.edu
-2006-09-28 20:21:23,397 DEBUG Popping from q - planetlab2.rutgers.edu
-2006-09-28 20:21:23,400 DEBUG Popping from q - vn3.cs.wustl.edu
-2006-09-28 20:21:23,401 DEBUG Popping from q - planetlab2.cri.haifa.ac.il
-2006-09-28 20:21:23,404 DEBUG Popping from q - soccf-planet-001.comp.nus.edu.sg
-2006-09-28 20:21:23,405 DEBUG Found tickets for planetlab2.rutgers.edu
-2006-09-28 20:21:23,405 DEBUG Popping from q - planetlab01.cse.psu.edu
-2006-09-28 20:21:23,409 DEBUG Found tickets for planetlab2.cri.haifa.ac.il
-2006-09-28 20:21:23,410 DEBUG Popping from q - csu2.6planetlab.edu.cn
-2006-09-28 20:21:23,411 DEBUG Found tickets for vn3.cs.wustl.edu
-2006-09-28 20:21:23,411 DEBUG Popping from q - planet2.njit.edu
-2006-09-28 20:21:23,414 DEBUG Found tickets for soccf-planet-001.comp.nus.edu.sg
-2006-09-28 20:21:23,414 DEBUG Popping from q - planetlab2.unl.edu
-2006-09-28 20:21:23,417 DEBUG Popping from q - planetlab1.cs.pitt.edu
-2006-09-28 20:21:23,419 DEBUG Found tickets for planet2.njit.edu
-2006-09-28 20:21:23,419 DEBUG Popping from q - planetlab-2.eecs.cwru.edu
-2006-09-28 20:21:23,420 DEBUG Found tickets for csu2.6planetlab.edu.cn
-2006-09-28 20:21:23,421 DEBUG Popping from q - planetlab2.urv.net
-2006-09-28 20:21:23,424 DEBUG Popping from q - planetlab7.csail.mit.edu
-2006-09-28 20:21:23,426 DEBUG Popping from q - buaa1.6planetlab.edu.cn
-2006-09-28 20:21:23,428 DEBUG Popping from q - ricepl-3.cs.rice.edu
-2006-09-28 20:21:23,429 DEBUG Popping from q - planet-lab-1.csse.monash.edu.au
-2006-09-28 20:21:23,432 DEBUG Found tickets for planetlab7.csail.mit.edu
-2006-09-28 20:21:23,432 DEBUG Popping from q - planetlab5.millennium.berkeley.edu
-2006-09-28 20:21:23,433 DEBUG Popping from q - planetlab1.pop-ce.rnp.br
-2006-09-28 20:21:23,434 DEBUG Found tickets for buaa1.6planetlab.edu.cn
-2006-09-28 20:21:23,435 DEBUG Popping from q - planetlab2.mnlab.cti.depaul.edu
-2006-09-28 20:21:23,437 DEBUG Popping from q - peace.ri.uni-tuebingen.de
-2006-09-28 20:21:23,439 DEBUG Popping from q - planetlab-8.cs.princeton.edu
-2006-09-28 20:21:23,440 DEBUG Found tickets for planetlab1.pop-ce.rnp.br
-2006-09-28 20:21:23,440 DEBUG Popping from q - planetlab2.ucsd.edu
-2006-09-28 20:21:23,443 DEBUG Found tickets for planetlab2.mnlab.cti.depaul.edu
-2006-09-28 20:21:23,443 DEBUG Popping from q - blast.uwaterloo.ca
-2006-09-28 20:21:23,447 DEBUG Popping from q - planetlab1.cs.wayne.edu
-2006-09-28 20:21:23,448 DEBUG Found tickets for planetlab2.ucsd.edu
-2006-09-28 20:21:23,449 DEBUG Popping from q - pli1-br-3.hpl.hp.com
-2006-09-28 20:21:23,450 DEBUG Found tickets for planetlab-8.cs.princeton.edu
-2006-09-28 20:21:23,450 DEBUG Popping from q - planetlab2.eurecom.fr
-2006-09-28 20:21:23,452 DEBUG Found tickets for blast.uwaterloo.ca
-2006-09-28 20:21:23,452 DEBUG Popping from q - planetlab1.di.unito.it
-2006-09-28 20:21:23,453 DEBUG Found tickets for planetlab1.cs.wayne.edu
-2006-09-28 20:21:23,454 DEBUG Popping from q - planetlab2.simula.no
-2006-09-28 20:21:23,455 DEBUG Found tickets for pli1-br-3.hpl.hp.com
-2006-09-28 20:21:23,456 DEBUG Popping from q - planetlab01.dis.unina.it
-2006-09-28 20:21:23,457 DEBUG Popping from q - planetlab1.flux.utah.edu
-2006-09-28 20:21:23,460 DEBUG Popping from q - planetlab-1.ece.iastate.edu
-2006-09-28 20:21:23,461 DEBUG Found tickets for planetlab1.di.unito.it
-2006-09-28 20:21:23,461 DEBUG Popping from q - sdu1.6planetlab.edu.cn
-2006-09-28 20:21:23,462 DEBUG Popping from q - planetlab4.upc.es
-2006-09-28 20:21:23,463 DEBUG Popping from q - planetlab-13.cs.princeton.edu
-2006-09-28 20:21:23,466 DEBUG Popping from q - planet1.cc.gt.atl.ga.us
-2006-09-28 20:21:23,467 DEBUG Found tickets for sdu1.6planetlab.edu.cn
-2006-09-28 20:21:23,467 DEBUG Popping from q - planetlab2.eecs.wsu.edu
-2006-09-28 20:21:23,468 DEBUG Found tickets for planetlab-1.ece.iastate.edu
-2006-09-28 20:21:23,468 DEBUG Popping from q - planet2.cs.ucsb.edu
-2006-09-28 20:21:23,470 DEBUG Found tickets for planetlab-13.cs.princeton.edu
-2006-09-28 20:21:23,471 DEBUG Popping from q - xjtu2.6planetlab.edu.cn
-2006-09-28 20:21:23,473 DEBUG Popping from q - planetlab3.upc.es
-2006-09-28 20:21:23,475 DEBUG Popping from q - node1.lbnl.nodes.planet-lab.org
-2006-09-28 20:21:23,476 DEBUG Found tickets for planet2.cs.ucsb.edu
-2006-09-28 20:21:23,476 DEBUG Popping from q - planetlab1.iitr.ernet.in
-2006-09-28 20:21:23,478 DEBUG Popping from q - planetlab1.ipls.internet2.planet-lab.org
-2006-09-28 20:21:23,479 DEBUG Popping from q - planetlab2.uvic.ca
-2006-09-28 20:21:23,481 DEBUG Popping from q - planetlab01.erin.utoronto.ca
-2006-09-28 20:21:23,482 DEBUG Popping from q - planetlab-4.ece.iastate.edu
-2006-09-28 20:21:23,483 DEBUG Popping from q - planetlab2.informatik.uni-goettingen.de
-2006-09-28 20:21:23,484 DEBUG Found tickets for planetlab2.uvic.ca
-2006-09-28 20:21:23,485 DEBUG Popping from q - ds-pl1.technion.ac.il
-2006-09-28 20:21:23,487 DEBUG Found tickets for planetlab2.informatik.uni-goettingen.de
-2006-09-28 20:21:23,487 DEBUG Popping from q - planetlab1.mnl.cs.sunysb.edu
-2006-09-28 20:21:23,488 DEBUG Popping from q - aladdin.planetlab.extranet.uni-passau.de
-2006-09-28 20:21:23,489 DEBUG Popping from q - planetlab-1.cs.uni-paderborn.de
-2006-09-28 20:21:23,492 DEBUG Found tickets for planetlab1.mnl.cs.sunysb.edu
-2006-09-28 20:21:23,492 DEBUG Popping from q - planet1.njit.edu
-2006-09-28 20:21:23,493 DEBUG Popping from q - pku2.6planetlab.edu.cn
-2006-09-28 20:21:23,494 DEBUG Found tickets for planetlab-4.ece.iastate.edu
-2006-09-28 20:21:23,495 DEBUG Popping from q - planetlab-1.cs.ucy.ac.cy
-2006-09-28 20:21:23,496 DEBUG Popping from q - planetlab00.cse.psu.edu
-2006-09-28 20:21:23,498 DEBUG Popping from q - planetlab04.ethz.ch
-2006-09-28 20:21:23,499 DEBUG Popping from q - sdu2.6planetlab.edu.cn
-2006-09-28 20:21:23,501 DEBUG Popping from q - planet-lab.iki.rssi.ru
-2006-09-28 20:21:23,502 DEBUG Found tickets for sdu2.6planetlab.edu.cn
-2006-09-28 20:21:23,503 DEBUG Popping from q - planetlab1.polito.it
-2006-09-28 20:21:23,504 DEBUG Popping from q - planetlab1.uvic.ca
-2006-09-28 20:21:23,505 DEBUG Found tickets for planetlab04.ethz.ch
-2006-09-28 20:21:23,506 DEBUG Popping from q - planetlab1.cs.byu.edu
-2006-09-28 20:21:23,507 DEBUG Found tickets for planet-lab.iki.rssi.ru
-2006-09-28 20:21:23,507 DEBUG Popping from q - planetlab-1.amst.nodes.planet-lab.org
-2006-09-28 20:21:23,509 DEBUG Found tickets for planetlab1.polito.it
-2006-09-28 20:21:23,509 DEBUG Popping from q - cloudburst.uwaterloo.ca
-2006-09-28 20:21:23,510 DEBUG Found tickets for planetlab1.uvic.ca
-2006-09-28 20:21:23,511 DEBUG Popping from q - planet2.cs.rochester.edu
-2006-09-28 20:21:23,512 DEBUG Popping from q - planetlab1.xeno.cl.cam.ac.uk
-2006-09-28 20:21:23,514 DEBUG Popping from q - lycra.cs.princeton.edu
-2006-09-28 20:21:23,515 DEBUG Found tickets for cloudburst.uwaterloo.ca
-2006-09-28 20:21:23,516 DEBUG Popping from q - planetlab06.mpi-sws.mpg.de
-2006-09-28 20:21:23,518 DEBUG Found tickets for lycra.cs.princeton.edu
-2006-09-28 20:21:23,518 DEBUG Popping from q - planetlab1.ias.csusb.edu
-2006-09-28 20:21:23,519 DEBUG Found tickets for planet2.cs.rochester.edu
-2006-09-28 20:21:23,519 DEBUG Popping from q - vayu.iitd.ernet.in
-2006-09-28 20:21:23,520 DEBUG Popping from q - node2.lbnl.nodes.planet-lab.org
-2006-09-28 20:21:23,522 DEBUG Popping from q - planetlab2.cs.byu.edu
-2006-09-28 20:21:23,523 DEBUG Popping from q - cqu1.6planetlab.edu.cn
-2006-09-28 20:21:23,525 DEBUG Found tickets for planetlab1.ias.csusb.edu
-2006-09-28 20:21:23,526 DEBUG Popping from q - planetlab2.acis.ufl.edu
-2006-09-28 20:21:23,527 DEBUG Popping from q - planetlab1.cs.unibo.it
-2006-09-28 20:21:23,528 DEBUG Popping from q - tju2.6planetlab.edu.cn
-2006-09-28 20:21:23,530 DEBUG Found tickets for cqu1.6planetlab.edu.cn
-2006-09-28 20:21:23,530 DEBUG Popping from q - orbpl1.rutgers.edu
-2006-09-28 20:21:23,532 DEBUG Found tickets for planetlab2.acis.ufl.edu
-2006-09-28 20:21:23,532 DEBUG Popping from q - ent1.cs.nccu.edu.tw
-2006-09-28 20:21:23,533 DEBUG Found tickets for planetlab1.cs.unibo.it
-2006-09-28 20:21:23,534 DEBUG Popping from q - planet0.jaist.ac.jp
-2006-09-28 20:21:23,535 DEBUG Found tickets for orbpl1.rutgers.edu
-2006-09-28 20:21:23,536 DEBUG Popping from q - planetlab1.informatik.uni-wuerzburg.de
-2006-09-28 20:21:23,537 DEBUG Found tickets for tju2.6planetlab.edu.cn
-2006-09-28 20:21:23,537 DEBUG Popping from q - planetlab3.warsaw.rd.tp.pl
-2006-09-28 20:21:23,538 DEBUG Found tickets for planet0.jaist.ac.jp
-2006-09-28 20:21:23,539 DEBUG Popping from q - planetlab0.ias.csusb.edu
-2006-09-28 20:21:23,540 DEBUG Found tickets for ent1.cs.nccu.edu.tw
-2006-09-28 20:21:23,540 DEBUG Popping from q - planetlab-2.amst.nodes.planet-lab.org
-2006-09-28 20:21:23,542 DEBUG Popping from q - planetlab3.inria.fr
-2006-09-28 20:21:23,543 DEBUG Found tickets for planetlab1.informatik.uni-wuerzburg.de
-2006-09-28 20:21:23,544 DEBUG Popping from q - planetlab3.mnl.cs.sunysb.edu
-2006-09-28 20:21:23,545 DEBUG Found tickets for planetlab0.ias.csusb.edu
-2006-09-28 20:21:23,546 DEBUG Popping from q - planetlab-15.cs.princeton.edu
-2006-09-28 20:21:23,544 DEBUG Popping from q - 200-102-209-152.paemt7001.t.brasiltelecom.net.br
-2006-09-28 20:21:23,548 DEBUG Popping from q - ent2.cs.nccu.edu.tw
-2006-09-28 20:21:23,549 DEBUG Popping from q - planet-lab-2.csse.monash.edu.au
-2006-09-28 20:21:23,551 DEBUG Popping from q - planet1.ecse.rpi.edu
-2006-09-28 20:21:23,552 DEBUG Found tickets for ent2.cs.nccu.edu.tw
-2006-09-28 20:21:23,553 DEBUG Popping from q - planetlab2.pop-mg.rnp.br
-2006-09-28 20:21:23,554 DEBUG Found tickets for 200-102-209-152.paemt7001.t.brasiltelecom.net.br
-2006-09-28 20:21:23,554 DEBUG Popping from q - planetlab-2.unk.edu
-2006-09-28 20:21:23,556 DEBUG Found tickets for planet-lab-2.csse.monash.edu.au
-2006-09-28 20:21:23,556 DEBUG Popping from q - planetlab2.rdfrancetelecom.com
-2006-09-28 20:21:23,558 DEBUG Popping from q - planetlab1.eurecom.fr
-2006-09-28 20:21:23,559 DEBUG Found tickets for planet1.ecse.rpi.edu
-2006-09-28 20:21:23,560 DEBUG Popping from q - planetlab1.cs.virginia.edu
-2006-09-28 20:21:23,561 DEBUG Found tickets for planetlab2.pop-mg.rnp.br
-2006-09-28 20:21:23,562 DEBUG Found tickets for planetlab2.rdfrancetelecom.com
-2006-09-28 20:21:23,562 DEBUG Popping from q - tju1.6planetlab.edu.cn
-2006-09-28 20:21:23,562 DEBUG Popping from q - planetlab-3.amst.nodes.planet-lab.org
-2006-09-28 20:21:25,710 DEBUG Popping from q - planetlab1.georgetown.edu
-2006-09-28 20:21:25,711 DEBUG Found tickets for planetlab1.eurecom.fr
-2006-09-28 20:21:25,712 DEBUG Popping from q - planet1.inf.tu-dresden.de
-2006-09-28 20:21:25,714 DEBUG Popping from q - alice.cs.princeton.edu
-2006-09-28 20:21:25,715 DEBUG Popping from q - planetlab02.erin.utoronto.ca
-2006-09-28 20:21:25,716 DEBUG Found tickets for tju1.6planetlab.edu.cn
-2006-09-28 20:21:25,717 DEBUG Popping from q - planetlab-1.vuse.vanderbilt.edu
-2006-09-28 20:21:25,719 DEBUG Found tickets for planetlab1.georgetown.edu
-2006-09-28 20:21:25,720 DEBUG Popping from q - planetlab3.uvic.ca
-2006-09-28 20:21:25,721 DEBUG Found tickets for alice.cs.princeton.edu
-2006-09-28 20:21:25,721 DEBUG Popping from q - scut2.6planetlab.edu.cn
-2006-09-28 20:21:25,722 DEBUG Popping from q - planetlab1.swidnik.rd.tp.pl
-2006-09-28 20:21:25,725 DEBUG Found tickets for scut2.6planetlab.edu.cn
-2006-09-28 20:21:25,726 DEBUG Popping from q - planet2.cdacb.ernet.in
-2006-09-28 20:21:25,727 DEBUG Found tickets for planetlab1.swidnik.rd.tp.pl
-2006-09-28 20:21:25,727 DEBUG Popping from q - planetlab1.rdfrancetelecom.com
-2006-09-28 20:21:25,725 DEBUG Found tickets for planetlab-1.vuse.vanderbilt.edu
-2006-09-28 20:21:25,728 DEBUG Popping from q - planet2.inf.tu-dresden.de
-2006-09-28 20:21:25,729 DEBUG Found tickets for planetlab3.uvic.ca
-2006-09-28 20:21:25,729 DEBUG Popping from q - planet02.csc.ncsu.edu
-2006-09-28 20:21:25,732 DEBUG Found tickets for planetlab1.rdfrancetelecom.com
-2006-09-28 20:21:25,732 DEBUG Popping from q - planetlab-1.tssg.org
-2006-09-28 20:21:25,733 DEBUG Found tickets for planet2.cdacb.ernet.in
-2006-09-28 20:21:25,733 DEBUG Popping from q - planetlab-2.vuse.vanderbilt.edu
-2006-09-28 20:21:25,734 DEBUG Popping from q - planetlab-11.cs.princeton.edu
-2006-09-28 20:21:25,735 DEBUG Popping from q - planet03.csc.ncsu.edu
-2006-09-28 20:21:25,740 DEBUG Popping from q - planetlab1.pop-rj.rnp.br
-2006-09-28 20:21:25,741 DEBUG Found tickets for planetlab-1.tssg.org
-2006-09-28 20:21:25,741 DEBUG Popping from q - planet1.halifax.canet4.nodes.planet-lab.org
-2006-09-28 20:21:25,742 DEBUG Found tickets for planetlab-2.vuse.vanderbilt.edu
-2006-09-28 20:21:25,742 DEBUG Popping from q - planetlab2.uc.edu
-2006-09-28 20:21:25,744 DEBUG Found tickets for planetlab1.pop-rj.rnp.br
-2006-09-28 20:21:25,744 DEBUG Popping from q - planet1.cavite.nodes.planet-lab.org
-2006-09-28 20:21:25,746 DEBUG Popping from q - ds-pl3.technion.ac.il
-2006-09-28 20:21:25,748 DEBUG Popping from q - planetlab2.cs.purdue.edu
-2006-09-28 20:21:25,749 DEBUG Popping from q - planetlab3.millennium.berkeley.edu
-2006-09-28 20:21:25,750 DEBUG Popping from q - planetlab1.unl.edu
-2006-09-28 20:21:25,751 DEBUG Found tickets for ds-pl3.technion.ac.il
-2006-09-28 20:21:25,752 DEBUG Popping from q - planetlab1.cs.colorado.edu
-2006-09-28 20:21:25,754 DEBUG Popping from q - planetlab02.cs.washington.edu
-2006-09-28 20:21:25,755 DEBUG Found tickets for planetlab1.unl.edu
-2006-09-28 20:21:25,755 DEBUG Popping from q - orbpl2.rutgers.edu
-2006-09-28 20:21:25,756 DEBUG Popping from q - planetlab2.informatik.uni-erlangen.de
-2006-09-28 20:21:25,758 DEBUG Found tickets for planetlab1.cs.colorado.edu
-2006-09-28 20:21:25,758 DEBUG Popping from q - planetlab-01.ipv6.lip6.fr
-2006-09-28 20:21:26,750 DEBUG Found tickets for planetlab02.cs.washington.edu
-2006-09-28 20:21:26,750 DEBUG Popping from q - pl2.ernet.in
-2006-09-28 20:21:26,751 DEBUG Found tickets for orbpl2.rutgers.edu
-2006-09-28 20:21:26,752 DEBUG Popping from q - neu2.6planetlab.edu.cn
-2006-09-28 20:21:26,753 DEBUG Found tickets for planetlab2.informatik.uni-erlangen.de
-2006-09-28 20:21:26,753 DEBUG Popping from q - planetlab-2.cs.uni-paderborn.de
-2006-09-28 20:21:26,754 DEBUG Found tickets for planetlab-01.ipv6.lip6.fr
-2006-09-28 20:21:26,754 DEBUG Popping from q - planet5.cs.huji.ac.il
-2006-09-28 20:21:26,757 DEBUG Popping from q - planetlab1.elet.polimi.it
-2006-09-28 20:21:26,758 DEBUG Popping from q - planetlab2.iiitb.ac.in
-2006-09-28 20:21:26,760 DEBUG Popping from q - server1.planetlab.iit-tech.net
-2006-09-28 20:21:26,761 DEBUG Popping from q - planetlab2.iitb.ac.in
-2006-09-28 20:21:26,763 DEBUG Popping from q - planetlab02.dis.unina.it
-2006-09-28 20:21:26,764 DEBUG Popping from q - planetlab-1.dis.uniroma1.it
-2006-09-28 20:21:26,766 DEBUG Found tickets for server1.planetlab.iit-tech.net
-2006-09-28 20:21:26,766 DEBUG Popping from q - planetlab1.iitb.ac.in
-2006-09-28 20:21:26,767 DEBUG Found tickets for planetlab2.iitb.ac.in
-2006-09-28 20:21:26,767 DEBUG Popping from q - pku1.6planetlab.edu.cn
-2006-09-28 20:21:26,769 DEBUG Popping from q - planetlab1.warsaw.rd.tp.pl
-2006-09-28 20:21:26,771 DEBUG Found tickets for planetlab1.iitb.ac.in
-2006-09-28 20:21:26,772 DEBUG Popping from q - planetlab1.cri.haifa.ac.il
-2006-09-28 20:21:26,773 DEBUG Popping from q - planetlab-2.cs.ucy.ac.cy
-2006-09-28 20:21:26,774 DEBUG Found tickets for pku1.6planetlab.edu.cn
-2006-09-28 20:21:26,774 DEBUG Popping from q - pl1.ernet.in
-2006-09-28 20:21:26,776 DEBUG Popping from q - planetlab2.georgetown.edu
-2006-09-28 20:21:26,778 DEBUG Found tickets for planetlab1.cri.haifa.ac.il
-2006-09-28 20:21:26,778 DEBUG Popping from q - server2.planetlab.iit-tech.net
-2006-09-28 20:21:26,779 DEBUG Popping from q - planetlab2.di.unito.it
-2006-09-28 20:21:26,781 DEBUG Popping from q - planetlab1.csee.usf.edu
-2006-09-28 20:21:26,782 DEBUG Found tickets for planetlab2.georgetown.edu
-2006-09-28 20:21:26,782 DEBUG Popping from q - planetlab-2.dis.uniroma1.it
-2006-09-28 20:21:26,784 DEBUG Found tickets for server2.planetlab.iit-tech.net
-2006-09-28 20:21:26,785 DEBUG Popping from q - planetlab2.informatik.uni-kl.de
-2006-09-28 20:21:26,786 DEBUG Popping from q - planet1.cs.rochester.edu
-2006-09-28 20:21:26,787 DEBUG Popping from q - planetlab1.rutgers.edu
-2006-09-28 20:21:26,789 DEBUG Popping from q - planetlab-2.ece.iastate.edu
-2006-09-28 20:21:26,791 DEBUG Found tickets for planetlab2.informatik.uni-kl.de
-2006-09-28 20:21:26,791 DEBUG Popping from q - planetlab-1.sjce.nodes.planet-lab.org
-2006-09-28 20:21:26,792 DEBUG Found tickets for planet1.cs.rochester.edu
-2006-09-28 20:21:26,792 DEBUG Popping from q - planetlab2.ece.ucdavis.edu
-2006-09-28 20:21:26,793 DEBUG Found tickets for planetlab1.rutgers.edu
-2006-09-28 20:21:26,794 DEBUG Popping from q - planetlab1.ie.cuhk.edu.hk
-2006-09-28 20:21:26,795 DEBUG Popping from q - planetlab2lannion.elibel.tm.fr
-2006-09-28 20:21:26,797 DEBUG Popping from q - planetlab01.mpi-sws.mpg.de
-2006-09-28 20:21:26,798 DEBUG Found tickets for planetlab1.ie.cuhk.edu.hk
-2006-09-28 20:21:26,799 DEBUG Popping from q - planetlab2.cs.duke.edu
-2006-09-28 20:21:26,800 DEBUG Found tickets for planetlab-1.sjce.nodes.planet-lab.org
-2006-09-28 20:21:26,800 DEBUG Popping from q - planetlab1.rn.informatics.scitech.susx.ac.uk
-2006-09-28 20:21:26,802 DEBUG Popping from q - planetlab1.eee.hku.hk
-2006-09-28 20:21:26,803 DEBUG Popping from q - pads23.cs.nthu.edu.tw
-2006-09-28 20:21:26,804 DEBUG Popping from q - planet2.halifax.canet4.nodes.planet-lab.org
-2006-09-28 20:21:26,806 DEBUG Found tickets for planetlab1.rn.informatics.scitech.susx.ac.uk
-2006-09-28 20:21:26,806 DEBUG Popping from q - planetlab-2.tssg.org
-2006-09-28 20:21:26,809 DEBUG Popping from q - 200-102-209-151.paemt7001.t.brasiltelecom.net.br
-2006-09-28 20:21:26,810 DEBUG Found tickets for planetlab1.eee.hku.hk
-2006-09-28 20:21:26,810 DEBUG Popping from q - planetlab2.poly.edu
-2006-09-28 20:21:26,811 DEBUG Found tickets for planet2.halifax.canet4.nodes.planet-lab.org
-2006-09-28 20:21:26,812 DEBUG Popping from q - planetlab1.poly.edu
-2006-09-28 20:21:26,815 DEBUG Found tickets for planetlab-2.tssg.org
-2006-09-28 20:21:26,815 DEBUG Popping from q - planetlab2.net-research.org.uk
-2006-09-28 20:21:26,816 DEBUG Found tickets for 200-102-209-151.paemt7001.t.brasiltelecom.net.br
-2006-09-28 20:21:26,817 DEBUG Popping from q - planetlab-2.imperial.ac.uk
-2006-09-28 20:21:26,818 DEBUG Popping from q - planetlab-1.imperial.ac.uk
-2006-09-28 20:21:26,820 DEBUG Found tickets for planetlab2.net-research.org.uk
-2006-09-28 20:21:26,820 DEBUG Popping from q - planetlab1.byu.edu
-2006-09-28 20:21:26,821 DEBUG Popping from q - planetlab1.cis.upenn.edu
-2006-09-28 20:21:26,823 DEBUG Found tickets for planetlab-2.imperial.ac.uk
-2006-09-28 20:21:26,824 DEBUG Popping from q - planetlab2.eee.hku.hk
-2006-09-28 20:21:26,825 DEBUG Found tickets for planetlab-1.imperial.ac.uk
-2006-09-28 20:21:30,231 DEBUG Found tickets for cs-planetlab2.cs.surrey.sfu.ca
-2006-09-28 20:41:23,200 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv
-2006-09-28 20:41:24,272 DEBUG Retrieved 705 hosts
-2006-09-28 20:41:24,279 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='drift%20%3E%201m'
-2006-09-28 20:41:24,414 DEBUG Retrieved 9 hosts
-2006-09-28 20:41:24,414 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='resptime%20%3E%200%20&&%20gbfree%20%3C%205'
-2006-09-28 20:41:24,560 DEBUG Retrieved 10 hosts
-2006-09-28 20:41:24,561 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='sshstatus%20%3E%202h'
-2006-09-28 20:41:24,910 DEBUG Retrieved 161 hosts
-2006-09-28 20:41:24,911 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='dns1udp%20%3E%2080%20&&%20dns2udp%20%3E%2080'
-2006-09-28 20:41:25,065 DEBUG Retrieved 6 hosts
-2006-09-28 20:41:25,065 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='filerw%3E0'
-2006-09-28 20:41:25,204 DEBUG Retrieved 2 hosts
-2006-09-28 20:41:25,207 DEBUG Popping from q - planetlab2.elet.polimi.it
-2006-09-28 20:41:25,207 DEBUG Popping from q - pli1-br-3.hpl.hp.com
-2006-09-28 20:41:25,208 DEBUG Popping from q - planetlab2.nbgisp.com
-2006-09-28 20:41:25,210 DEBUG Popping from q - planetlab2.cs.duke.edu
-2006-09-28 20:41:25,211 DEBUG Popping from q - planetlab1.cs.stir.ac.uk
-2006-09-28 20:41:25,212 DEBUG Popping from q - planetlab1.cse.msu.edu
-2006-09-28 20:41:25,213 DEBUG Popping from q - planetlab2.cse.msu.edu
-2006-09-28 20:41:25,215 DEBUG Popping from q - planetlab0.cs.stir.ac.uk
-2006-09-28 20:41:25,216 DEBUG Popping from q - planetlab1.informatik.uni-erlangen.de
-2006-09-28 20:41:25,218 DEBUG Found tickets for pli1-br-3.hpl.hp.com
-2006-09-28 20:41:25,218 DEBUG Popping from q - planetlab1.cs.purdue.edu
-2006-09-28 20:41:25,219 DEBUG Found tickets for planetlab1.cse.msu.edu
-2006-09-28 20:41:25,220 DEBUG Popping from q - planetlab1.een.orst.edu
-2006-09-28 20:41:25,221 DEBUG Found tickets for planetlab2.cse.msu.edu
-2006-09-28 20:41:25,221 DEBUG Popping from q - planetlab2.cs.columbia.edu
-2006-09-28 20:41:25,223 DEBUG Found tickets for planetlab1.cs.purdue.edu
-2006-09-28 20:41:25,223 DEBUG Popping from q - planetlab1.win.trlabs.ca
-2006-09-28 20:41:25,224 DEBUG Popping from q - planetlab1.cs.duke.edu
-2006-09-28 20:41:25,225 DEBUG Popping from q - planetlab2.flux.utah.edu
-2006-09-28 20:41:25,226 DEBUG Popping from q - planetlab3.cs.columbia.edu
-2006-09-28 20:41:25,228 DEBUG Popping from q - planetlab1.cs.columbia.edu
-2006-09-28 20:41:25,230 DEBUG Popping from q - planetlab3.flux.utah.edu
-2006-09-28 20:41:25,231 DEBUG Popping from q - planetlab-1.eecs.cwru.edu
-2006-09-28 20:41:25,232 DEBUG Popping from q - planetlab2.rutgers.edu
-2006-09-28 20:41:25,234 DEBUG Popping from q - vn3.cs.wustl.edu
-2006-09-28 20:41:25,235 DEBUG Popping from q - planetlab2.cri.haifa.ac.il
-2006-09-28 20:41:25,237 DEBUG Popping from q - soccf-planet-001.comp.nus.edu.sg
-2006-09-28 20:41:25,238 DEBUG Popping from q - planetlab01.cse.psu.edu
-2006-09-28 20:41:25,239 DEBUG Found tickets for planetlab2.rutgers.edu
-2006-09-28 20:41:25,240 DEBUG Popping from q - csu2.6planetlab.edu.cn
-2006-09-28 20:41:25,241 DEBUG Found tickets for vn3.cs.wustl.edu
-2006-09-28 20:41:25,242 DEBUG Popping from q - planet2.njit.edu
-2006-09-28 20:41:25,243 DEBUG Found tickets for soccf-planet-001.comp.nus.edu.sg
-2006-09-28 20:41:25,244 DEBUG Popping from q - planetlab2.unl.edu
-2006-09-28 20:41:25,245 DEBUG Found tickets for csu2.6planetlab.edu.cn
-2006-09-28 20:41:25,245 DEBUG Popping from q - planetlab1.cs.pitt.edu
-2006-09-28 20:41:25,246 DEBUG Found tickets for planetlab2.cri.haifa.ac.il
-2006-09-28 20:41:25,246 DEBUG Popping from q - planetlab-2.eecs.cwru.edu
-2006-09-28 20:41:25,247 DEBUG Popping from q - planetlab2.urv.net
-2006-09-28 20:41:25,249 DEBUG Found tickets for planet2.njit.edu
-2006-09-28 20:41:25,250 DEBUG Popping from q - planetlab7.csail.mit.edu
-2006-09-28 20:41:25,251 DEBUG Popping from q - buaa1.6planetlab.edu.cn
-2006-09-28 20:41:25,252 DEBUG Popping from q - ricepl-3.cs.rice.edu
-2006-09-28 20:41:25,254 DEBUG Popping from q - planet-lab-1.csse.monash.edu.au
-2006-09-28 20:41:25,255 DEBUG Found tickets for buaa1.6planetlab.edu.cn
-2006-09-28 20:41:25,256 DEBUG Popping from q - planetlab5.millennium.berkeley.edu
-2006-09-28 20:41:25,257 DEBUG Popping from q - planetlab1.pop-ce.rnp.br
-2006-09-28 20:41:25,258 DEBUG Found tickets for planetlab7.csail.mit.edu
-2006-09-28 20:41:25,258 DEBUG Popping from q - planetlab2.mnlab.cti.depaul.edu
-2006-09-28 20:41:25,260 DEBUG Popping from q - peace.ri.uni-tuebingen.de
-2006-09-28 20:41:25,261 DEBUG Popping from q - planetlab-8.cs.princeton.edu
-2006-09-28 20:41:25,263 DEBUG Popping from q - planetlab2.ucsd.edu
-2006-09-28 20:41:25,264 DEBUG Found tickets for planetlab1.pop-ce.rnp.br
-2006-09-28 20:41:25,264 DEBUG Popping from q - blast.uwaterloo.ca
-2006-09-28 20:41:25,265 DEBUG Popping from q - planetlab1.cs.wayne.edu
-2006-09-28 20:41:25,267 DEBUG Found tickets for planetlab2.mnlab.cti.depaul.edu
-2006-09-28 20:41:25,267 DEBUG Popping from q - pli1-br-3.hpl.hp.com
-2006-09-28 20:41:25,269 DEBUG Found tickets for planetlab-8.cs.princeton.edu
-2006-09-28 20:41:25,269 DEBUG Popping from q - planetlab2.eurecom.fr
-2006-09-28 20:41:25,271 DEBUG Found tickets for planetlab2.ucsd.edu
-2006-09-28 20:41:25,271 DEBUG Popping from q - planetlab1.di.unito.it
-2006-09-28 20:41:25,272 DEBUG Found tickets for blast.uwaterloo.ca
-2006-09-28 20:41:25,272 DEBUG Popping from q - planetlab2.simula.no
-2006-09-28 20:41:25,273 DEBUG Found tickets for planetlab1.cs.wayne.edu
-2006-09-28 20:41:25,274 DEBUG Popping from q - planetlab01.dis.unina.it
-2006-09-28 20:41:25,275 DEBUG Found tickets for pli1-br-3.hpl.hp.com
-2006-09-28 20:41:25,275 DEBUG Popping from q - planetlab1.flux.utah.edu
-2006-09-28 20:41:25,277 DEBUG Popping from q - planetlab-1.ece.iastate.edu
-2006-09-28 20:41:25,278 DEBUG Popping from q - sdu1.6planetlab.edu.cn
-2006-09-28 20:41:25,279 DEBUG Found tickets for planetlab1.di.unito.it
-2006-09-28 20:41:25,280 DEBUG Popping from q - planetlab4.upc.es
-2006-09-28 20:41:25,281 DEBUG Popping from q - planetlab-13.cs.princeton.edu
-2006-09-28 20:41:25,282 DEBUG Popping from q - planet1.cc.gt.atl.ga.us
-2006-09-28 20:41:25,284 DEBUG Found tickets for planetlab-1.ece.iastate.edu
-2006-09-28 20:41:25,285 DEBUG Popping from q - planetlab2.eecs.wsu.edu
-2006-09-28 20:41:25,286 DEBUG Found tickets for sdu1.6planetlab.edu.cn
-2006-09-28 20:41:25,286 DEBUG Popping from q - planet2.cs.ucsb.edu
-2006-09-28 20:41:25,287 DEBUG Popping from q - xjtu2.6planetlab.edu.cn
-2006-09-28 20:41:25,288 DEBUG Found tickets for planetlab-13.cs.princeton.edu
-2006-09-28 20:41:25,289 DEBUG Popping from q - planetlab3.upc.es
-2006-09-28 20:41:25,290 DEBUG Popping from q - node1.lbnl.nodes.planet-lab.org
-2006-09-28 20:41:25,292 DEBUG Popping from q - planetlab1.iitr.ernet.in
-2006-09-28 20:41:25,293 DEBUG Found tickets for planet2.cs.ucsb.edu
-2006-09-28 20:41:25,293 DEBUG Popping from q - planetlab1.ipls.internet2.planet-lab.org
-2006-09-28 20:41:25,295 DEBUG Popping from q - planetlab2.uvic.ca
-2006-09-28 20:41:25,296 DEBUG Popping from q - planetlab01.erin.utoronto.ca
-2006-09-28 20:41:25,298 DEBUG Popping from q - planetlab-4.ece.iastate.edu
-2006-09-28 20:41:25,299 DEBUG Popping from q - planetlab2.informatik.uni-goettingen.de
-2006-09-28 20:41:25,300 DEBUG Popping from q - ds-pl1.technion.ac.il
-2006-09-28 20:41:25,302 DEBUG Found tickets for planetlab2.uvic.ca
-2006-09-28 20:41:25,302 DEBUG Popping from q - planetlab1.mnl.cs.sunysb.edu
-2006-09-28 20:41:25,303 DEBUG Popping from q - aladdin.planetlab.extranet.uni-passau.de
-2006-09-28 20:41:25,305 DEBUG Found tickets for planetlab-4.ece.iastate.edu
-2006-09-28 20:41:25,305 DEBUG Popping from q - planetlab-1.cs.uni-paderborn.de
-2006-09-28 20:41:25,306 DEBUG Found tickets for planetlab2.informatik.uni-goettingen.de
-2006-09-28 20:41:25,307 DEBUG Popping from q - planet1.njit.edu
-2006-09-28 20:41:25,308 DEBUG Popping from q - pku2.6planetlab.edu.cn
-2006-09-28 20:41:25,309 DEBUG Found tickets for planetlab1.mnl.cs.sunysb.edu
-2006-09-28 20:41:25,310 DEBUG Popping from q - planetlab-1.cs.ucy.ac.cy
-2006-09-28 20:41:25,311 DEBUG Popping from q - planetlab00.cse.psu.edu
-2006-09-28 20:41:25,312 DEBUG Popping from q - planetlab04.ethz.ch
-2006-09-28 20:41:25,314 DEBUG Popping from q - sdu2.6planetlab.edu.cn
-2006-09-28 20:41:25,315 DEBUG Popping from q - planet-lab.iki.rssi.ru
-2006-09-28 20:41:25,317 DEBUG Popping from q - planetlab1.polito.it
-2006-09-28 20:41:25,318 DEBUG Popping from q - planetlab1.uvic.ca
-2006-09-28 20:41:25,319 DEBUG Found tickets for planetlab04.ethz.ch
-2006-09-28 20:41:25,320 DEBUG Popping from q - planetlab1.cs.byu.edu
-2006-09-28 20:41:25,321 DEBUG Found tickets for planet-lab.iki.rssi.ru
-2006-09-28 20:41:25,321 DEBUG Popping from q - planetlab-1.amst.nodes.planet-lab.org
-2006-09-28 20:41:25,323 DEBUG Found tickets for sdu2.6planetlab.edu.cn
-2006-09-28 20:41:25,323 DEBUG Popping from q - cloudburst.uwaterloo.ca
-2006-09-28 20:41:25,324 DEBUG Popping from q - planet2.cs.rochester.edu
-2006-09-28 20:41:25,327 DEBUG Popping from q - planetlab1.xeno.cl.cam.ac.uk
-2006-09-28 20:41:25,325 DEBUG Found tickets for planetlab1.polito.it
-2006-09-28 20:41:25,328 DEBUG Popping from q - lycra.cs.princeton.edu
-2006-09-28 20:41:25,329 DEBUG Found tickets for cloudburst.uwaterloo.ca
-2006-09-28 20:41:25,329 DEBUG Popping from q - planetlab06.mpi-sws.mpg.de
-2006-09-28 20:41:25,326 DEBUG Found tickets for planetlab1.uvic.ca
-2006-09-28 20:41:25,330 DEBUG Popping from q - planetlab1.ias.csusb.edu
-2006-09-28 20:41:25,332 DEBUG Found tickets for planet2.cs.rochester.edu
-2006-09-28 20:41:25,332 DEBUG Popping from q - vayu.iitd.ernet.in
-2006-09-28 20:41:25,334 DEBUG Popping from q - node2.lbnl.nodes.planet-lab.org
-2006-09-28 20:41:25,335 DEBUG Found tickets for lycra.cs.princeton.edu
-2006-09-28 20:41:25,335 DEBUG Popping from q - planetlab2.cs.byu.edu
-2006-09-28 20:41:25,336 DEBUG Popping from q - cqu1.6planetlab.edu.cn
-2006-09-28 20:41:25,338 DEBUG Found tickets for planetlab1.ias.csusb.edu
-2006-09-28 20:41:25,338 DEBUG Popping from q - planetlab2.acis.ufl.edu
-2006-09-28 20:41:25,340 DEBUG Popping from q - planetlab1.cs.unibo.it
-2006-09-28 20:41:25,341 DEBUG Popping from q - tju2.6planetlab.edu.cn
-2006-09-28 20:41:25,343 DEBUG Found tickets for planetlab1.cs.unibo.it
-2006-09-28 20:41:25,343 DEBUG Popping from q - orbpl1.rutgers.edu
-2006-09-28 20:41:25,343 DEBUG Found tickets for cqu1.6planetlab.edu.cn
-2006-09-28 20:41:25,344 DEBUG Popping from q - ent1.cs.nccu.edu.tw
-2006-09-28 20:41:25,345 DEBUG Found tickets for planetlab2.acis.ufl.edu
-2006-09-28 20:41:25,346 DEBUG Popping from q - planet0.jaist.ac.jp
-2006-09-28 20:41:25,347 DEBUG Popping from q - planetlab1.informatik.uni-wuerzburg.de
-2006-09-28 20:41:25,349 DEBUG Found tickets for orbpl1.rutgers.edu
-2006-09-28 20:41:25,349 DEBUG Popping from q - planetlab3.warsaw.rd.tp.pl
-2006-09-28 20:41:25,349 DEBUG Found tickets for tju2.6planetlab.edu.cn
-2006-09-28 20:41:25,350 DEBUG Popping from q - planetlab0.ias.csusb.edu
-2006-09-28 20:41:25,352 DEBUG Found tickets for ent1.cs.nccu.edu.tw
-2006-09-28 20:41:25,352 DEBUG Popping from q - planetlab-2.amst.nodes.planet-lab.org
-2006-09-28 20:41:25,353 DEBUG Found tickets for planet0.jaist.ac.jp
-2006-09-28 20:41:25,354 DEBUG Popping from q - planetlab3.inria.fr
-2006-09-28 20:41:25,355 DEBUG Found tickets for planetlab1.informatik.uni-wuerzburg.de
-2006-09-28 20:41:25,355 DEBUG Popping from q - 200-102-209-152.paemt7001.t.brasiltelecom.net.br
-2006-09-28 20:41:25,356 DEBUG Popping from q - planetlab3.mnl.cs.sunysb.edu
-2006-09-28 20:41:25,358 DEBUG Found tickets for planetlab0.ias.csusb.edu
-2006-09-28 20:41:25,358 DEBUG Popping from q - planetlab-15.cs.princeton.edu
-2006-09-28 20:41:25,360 DEBUG Popping from q - ent2.cs.nccu.edu.tw
-2006-09-28 20:41:25,361 DEBUG Popping from q - planet-lab-2.csse.monash.edu.au
-2006-09-28 20:41:25,362 DEBUG Found tickets for 200-102-209-152.paemt7001.t.brasiltelecom.net.br
-2006-09-28 20:41:25,363 DEBUG Popping from q - planet1.ecse.rpi.edu
-2006-09-28 20:41:25,364 DEBUG Popping from q - planetlab2.pop-mg.rnp.br
-2006-09-28 20:41:25,366 DEBUG Found tickets for ent2.cs.nccu.edu.tw
-2006-09-28 20:41:25,366 DEBUG Popping from q - planetlab-2.unk.edu
-2006-09-28 20:41:25,367 DEBUG Found tickets for planet-lab-2.csse.monash.edu.au
-2006-09-28 20:41:25,368 DEBUG Popping from q - planetlab2.rdfrancetelecom.com
-2006-09-28 20:41:25,369 DEBUG Found tickets for planet1.ecse.rpi.edu
-2006-09-28 20:41:25,369 DEBUG Popping from q - planetlab1.eurecom.fr
-2006-09-28 20:41:25,370 DEBUG Popping from q - planetlab1.cs.virginia.edu
-2006-09-28 20:41:25,371 DEBUG Found tickets for planetlab2.pop-mg.rnp.br
-2006-09-28 20:41:25,372 DEBUG Popping from q - tju1.6planetlab.edu.cn
-2006-09-28 20:41:25,373 DEBUG Found tickets for planetlab2.rdfrancetelecom.com
-2006-09-28 20:41:25,374 DEBUG Popping from q - planetlab-3.amst.nodes.planet-lab.org
-2006-09-28 20:41:25,374 DEBUG Popping from q - planetlab1.georgetown.edu
-2006-09-28 20:41:25,376 DEBUG Found tickets for planetlab1.eurecom.fr
-2006-09-28 20:41:25,376 DEBUG Popping from q - planet1.inf.tu-dresden.de
-2006-09-28 20:41:25,378 DEBUG Found tickets for tju1.6planetlab.edu.cn
-2006-09-28 20:41:25,378 DEBUG Popping from q - alice.cs.princeton.edu
-2006-09-28 20:41:25,379 DEBUG Popping from q - planetlab02.erin.utoronto.ca
-2006-09-28 20:41:25,381 DEBUG Popping from q - planetlab-1.vuse.vanderbilt.edu
-2006-09-28 20:41:25,382 DEBUG Found tickets for alice.cs.princeton.edu
-2006-09-28 20:41:25,383 DEBUG Popping from q - planetlab3.uvic.ca
-2006-09-28 20:41:25,384 DEBUG Popping from q - scut2.6planetlab.edu.cn
-2006-09-28 20:41:25,385 DEBUG Popping from q - planetlab1.swidnik.rd.tp.pl
-2006-09-28 20:41:25,386 DEBUG Found tickets for planetlab1.georgetown.edu
-2006-09-28 20:41:25,387 DEBUG Popping from q - planet2.cdacb.ernet.in
-2006-09-28 20:41:25,389 DEBUG Found tickets for planetlab3.uvic.ca
-2006-09-28 20:41:25,389 DEBUG Popping from q - planetlab1.rdfrancetelecom.com
-2006-09-28 20:41:25,391 DEBUG Found tickets for planetlab1.swidnik.rd.tp.pl
-2006-09-28 20:41:25,391 DEBUG Popping from q - planet2.inf.tu-dresden.de
-2006-09-28 20:41:25,392 DEBUG Found tickets for planet2.cdacb.ernet.in
-2006-09-28 20:41:25,392 DEBUG Popping from q - planet02.csc.ncsu.edu
-2006-09-28 20:41:25,390 DEBUG Found tickets for planetlab-1.vuse.vanderbilt.edu
-2006-09-28 20:41:25,394 DEBUG Popping from q - planetlab-2.vuse.vanderbilt.edu
-2006-09-28 20:41:25,395 DEBUG Popping from q - planetlab-1.tssg.org
-2006-09-28 20:41:25,396 DEBUG Found tickets for scut2.6planetlab.edu.cn
-2006-09-28 20:41:25,396 DEBUG Popping from q - planetlab-11.cs.princeton.edu
-2006-09-28 20:41:25,398 DEBUG Found tickets for planetlab1.rdfrancetelecom.com
-2006-09-28 20:41:25,398 DEBUG Popping from q - planet03.csc.ncsu.edu
-2006-09-28 20:41:25,400 DEBUG Popping from q - planetlab1.pop-rj.rnp.br
-2006-09-28 20:41:25,401 DEBUG Found tickets for planetlab-2.vuse.vanderbilt.edu
-2006-09-28 20:41:25,401 DEBUG Popping from q - planet1.halifax.canet4.nodes.planet-lab.org
-2006-09-28 20:41:25,402 DEBUG Found tickets for planetlab-1.tssg.org
-2006-09-28 20:41:25,402 DEBUG Popping from q - planetlab2.uc.edu
-2006-09-28 20:41:25,403 DEBUG Popping from q - planet1.cavite.nodes.planet-lab.org
-2006-09-28 20:41:25,405 DEBUG Popping from q - ds-pl3.technion.ac.il
-2006-09-28 20:41:25,406 DEBUG Popping from q - planetlab2.cs.purdue.edu
-2006-09-28 20:41:25,408 DEBUG Popping from q - planetlab3.millennium.berkeley.edu
-2006-09-28 20:41:25,409 DEBUG Found tickets for planetlab1.pop-rj.rnp.br
-2006-09-28 20:41:25,410 DEBUG Popping from q - planetlab1.unl.edu
-2006-09-28 20:41:25,412 DEBUG Popping from q - planetlab1.cs.colorado.edu
-2006-09-28 20:41:25,413 DEBUG Found tickets for planetlab1.unl.edu
-2006-09-28 20:41:25,414 DEBUG Popping from q - planetlab02.cs.washington.edu
-2006-09-28 20:41:25,415 DEBUG Popping from q - pads21.cs.nthu.edu.tw
-2006-09-28 20:41:25,416 DEBUG Found tickets for ds-pl3.technion.ac.il
-2006-09-28 20:41:25,416 DEBUG Popping from q - orbpl2.rutgers.edu
-2006-09-28 20:41:25,417 DEBUG Popping from q - planetlab2.informatik.uni-erlangen.de
-2006-09-28 20:41:25,419 DEBUG Found tickets for planetlab1.cs.colorado.edu
-2006-09-28 20:41:25,419 DEBUG Popping from q - planetlab-01.ipv6.lip6.fr
-2006-09-28 20:41:25,421 DEBUG Found tickets for planetlab02.cs.washington.edu
-2006-09-28 20:41:25,421 DEBUG Popping from q - pl2.ernet.in
-2006-09-28 20:41:25,424 DEBUG Found tickets for orbpl2.rutgers.edu
-2006-09-28 20:41:25,424 DEBUG Popping from q - neu2.6planetlab.edu.cn
-2006-09-28 20:41:25,425 DEBUG Found tickets for planetlab2.informatik.uni-erlangen.de
-2006-09-28 20:41:25,426 DEBUG Popping from q - planetlab-2.cs.uni-paderborn.de
-2006-09-28 20:41:25,427 DEBUG Found tickets for planetlab-01.ipv6.lip6.fr
-2006-09-28 20:41:25,427 DEBUG Popping from q - planet5.cs.huji.ac.il
-2006-09-28 20:41:25,429 DEBUG Popping from q - planetlab1.elet.polimi.it
-2006-09-28 20:41:25,431 DEBUG Popping from q - planetlab2.iiitb.ac.in
-2006-09-28 20:41:25,432 DEBUG Popping from q - server1.planetlab.iit-tech.net
-2006-09-28 20:41:25,434 DEBUG Popping from q - planetlab2.iitb.ac.in
-2006-09-28 20:41:25,435 DEBUG Popping from q - planetlab02.dis.unina.it
-2006-09-28 20:41:25,437 DEBUG Popping from q - planetlab-1.dis.uniroma1.it
-2006-09-28 20:41:25,438 DEBUG Found tickets for server1.planetlab.iit-tech.net
-2006-09-28 20:41:25,439 DEBUG Popping from q - planetlab1.iitb.ac.in
-2006-09-28 20:41:25,440 DEBUG Found tickets for planetlab2.iitb.ac.in
-2006-09-28 20:41:25,440 DEBUG Popping from q - pku1.6planetlab.edu.cn
-2006-09-28 20:41:25,441 DEBUG Popping from q - planetlab1.warsaw.rd.tp.pl
-2006-09-28 20:41:25,442 DEBUG Popping from q - planetlab1.cri.haifa.ac.il
-2006-09-28 20:41:25,444 DEBUG Found tickets for pku1.6planetlab.edu.cn
-2006-09-28 20:41:25,445 DEBUG Popping from q - planetlab-2.cs.ucy.ac.cy
-2006-09-28 20:41:25,445 DEBUG Found tickets for planetlab1.cri.haifa.ac.il
-2006-09-28 20:41:25,446 DEBUG Popping from q - pl1.ernet.in
-2006-09-28 20:41:25,448 DEBUG Popping from q - planetlab2.georgetown.edu
-2006-09-28 20:41:25,447 DEBUG Found tickets for planetlab1.iitb.ac.in
-2006-09-28 20:41:25,449 DEBUG Popping from q - server2.planetlab.iit-tech.net
-2006-09-28 20:41:25,451 DEBUG Popping from q - planetlab2.di.unito.it
-2006-09-28 20:41:25,453 DEBUG Found tickets for server2.planetlab.iit-tech.net
-2006-09-28 20:41:25,453 DEBUG Popping from q - planetlab1.csee.usf.edu
-2006-09-28 20:41:25,454 DEBUG Popping from q - planetlab-2.dis.uniroma1.it
-2006-09-28 20:41:25,454 DEBUG Found tickets for planetlab2.georgetown.edu
-2006-09-28 20:41:25,456 DEBUG Popping from q - planet1.cs.rochester.edu
-2006-09-28 20:41:25,455 DEBUG Popping from q - planetlab2.informatik.uni-kl.de
-2006-09-28 20:41:25,459 DEBUG Found tickets for planetlab2.informatik.uni-kl.de
-2006-09-28 20:41:25,459 DEBUG Popping from q - planetlab1.rutgers.edu
-2006-09-28 20:41:25,464 DEBUG Popping from q - planetlab-2.ece.iastate.edu
-2006-09-28 20:41:25,465 DEBUG Found tickets for planet1.cs.rochester.edu
-2006-09-28 20:41:25,466 DEBUG Popping from q - planetlab-1.sjce.nodes.planet-lab.org
-2006-09-28 20:41:25,467 DEBUG Popping from q - planetlab2.ece.ucdavis.edu
-2006-09-28 20:41:25,468 DEBUG Found tickets for planetlab1.rutgers.edu
-2006-09-28 20:41:25,468 DEBUG Popping from q - planetlab1.ie.cuhk.edu.hk
-2006-09-28 20:41:25,470 DEBUG Popping from q - planetlab2lannion.elibel.tm.fr
-2006-09-28 20:41:25,472 DEBUG Found tickets for planetlab1.ie.cuhk.edu.hk
-2006-09-28 20:41:25,472 DEBUG Popping from q - planetlab01.mpi-sws.mpg.de
-2006-09-28 20:41:25,473 DEBUG Found tickets for planetlab-1.sjce.nodes.planet-lab.org
-2006-09-28 20:41:25,473 DEBUG Popping from q - planetlab2.cs.duke.edu
-2006-09-28 20:41:25,474 DEBUG Popping from q - planetlab1.rn.informatics.scitech.susx.ac.uk
-2006-09-28 20:41:25,477 DEBUG Popping from q - planetlab1.eee.hku.hk
-2006-09-28 20:41:25,478 DEBUG Popping from q - pads23.cs.nthu.edu.tw
-2006-09-28 20:41:25,479 DEBUG Popping from q - planet2.halifax.canet4.nodes.planet-lab.org
-2006-09-28 20:41:25,480 DEBUG Found tickets for planetlab1.rn.informatics.scitech.susx.ac.uk
-2006-09-28 20:41:25,481 DEBUG Popping from q - planetlab-2.tssg.org
-2006-09-28 20:41:25,482 DEBUG Found tickets for planetlab1.eee.hku.hk
-2006-09-28 20:41:25,483 DEBUG Popping from q - 200-102-209-151.paemt7001.t.brasiltelecom.net.br
-2006-09-28 20:41:25,485 DEBUG Popping from q - planetlab2.poly.edu
-2006-09-28 20:41:25,486 DEBUG Found tickets for planetlab-2.tssg.org
-2006-09-28 20:41:25,486 DEBUG Popping from q - planetlab1.poly.edu
-2006-09-28 20:41:25,487 DEBUG Found tickets for planet2.halifax.canet4.nodes.planet-lab.org
-2006-09-28 20:41:25,488 DEBUG Popping from q - planetlab2.net-research.org.uk
-2006-09-28 20:41:25,490 DEBUG Popping from q - planetlab-2.imperial.ac.uk
-2006-09-28 20:41:25,491 DEBUG Popping from q - planetlab-1.imperial.ac.uk
-2006-09-28 20:41:25,489 DEBUG Found tickets for 200-102-209-151.paemt7001.t.brasiltelecom.net.br
-2006-09-28 20:41:25,492 DEBUG Popping from q - planetlab1.byu.edu
-2006-09-28 20:41:25,493 DEBUG Found tickets for planetlab2.net-research.org.uk
-2006-09-28 20:41:25,494 DEBUG Popping from q - planetlab1.cis.upenn.edu
-2006-09-28 20:41:25,493 DEBUG Found tickets for planetlab-1.imperial.ac.uk
-2006-09-28 20:41:25,495 DEBUG Popping from q - planetlab2.eee.hku.hk
-2006-09-28 20:41:25,497 DEBUG Found tickets for planetlab-2.imperial.ac.uk
-2006-09-28 21:01:25,049 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv
-2006-09-28 21:01:26,119 DEBUG Retrieved 705 hosts
-2006-09-28 21:01:26,126 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='drift%20%3E%201m'
-2006-09-28 21:01:26,272 DEBUG Retrieved 9 hosts
-2006-09-28 21:01:26,272 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='resptime%20%3E%200%20&&%20gbfree%20%3C%205'
-2006-09-28 21:01:26,415 DEBUG Retrieved 10 hosts
-2006-09-28 21:01:26,415 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='sshstatus%20%3E%202h'
-2006-09-28 21:01:26,769 DEBUG Retrieved 161 hosts
-2006-09-28 21:01:26,771 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='dns1udp%20%3E%2080%20&&%20dns2udp%20%3E%2080'
-2006-09-28 21:01:26,913 DEBUG Retrieved 6 hosts
-2006-09-28 21:01:26,913 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='filerw%3E0'
-2006-09-28 21:01:27,043 DEBUG Retrieved 2 hosts
-2006-09-28 21:01:27,046 DEBUG Popping from q - planetlab2.elet.polimi.it
-2006-09-28 21:01:27,047 DEBUG Popping from q - cs-planetlab2.cs.surrey.sfu.ca
-2006-09-28 21:01:27,048 DEBUG Popping from q - pli1-br-3.hpl.hp.com
-2006-09-28 21:01:27,049 DEBUG Popping from q - planetlab2.nbgisp.com
-2006-09-28 21:01:27,051 DEBUG Popping from q - planetlab1.cs.stir.ac.uk
-2006-09-28 21:01:27,052 DEBUG Popping from q - planetlab1.cse.msu.edu
-2006-09-28 21:01:27,053 DEBUG Found tickets for cs-planetlab2.cs.surrey.sfu.ca
-2006-09-28 21:01:27,054 DEBUG Popping from q - planetlab2.cse.msu.edu
-2006-09-28 21:01:27,055 DEBUG Found tickets for pli1-br-3.hpl.hp.com
-2006-09-28 21:01:27,055 DEBUG Popping from q - planetlab0.cs.stir.ac.uk
-2006-09-28 21:01:27,056 DEBUG Popping from q - planetlab1.informatik.uni-erlangen.de
-2006-09-28 21:01:27,058 DEBUG Popping from q - planetlab1.cs.purdue.edu
-2006-09-28 21:01:27,060 DEBUG Found tickets for planetlab1.cse.msu.edu
-2006-09-28 21:01:27,060 DEBUG Popping from q - planetlab1.een.orst.edu
-2006-09-28 21:01:27,061 DEBUG Found tickets for planetlab2.cse.msu.edu
-2006-09-28 21:01:27,061 DEBUG Popping from q - planetlab2.cs.columbia.edu
-2006-09-28 21:01:27,063 DEBUG Popping from q - planetlab1.win.trlabs.ca
-2006-09-28 21:01:27,064 DEBUG Popping from q - planetlab1.cs.duke.edu
-2006-09-28 21:01:27,065 DEBUG Found tickets for planetlab1.cs.purdue.edu
-2006-09-28 21:01:27,066 DEBUG Popping from q - planetlab2.flux.utah.edu
-2006-09-28 21:01:27,067 DEBUG Popping from q - planetlab3.cs.columbia.edu
-2006-09-28 21:01:27,068 DEBUG Popping from q - planetlab1.cs.columbia.edu
-2006-09-28 21:01:27,070 DEBUG Popping from q - planetlab3.flux.utah.edu
-2006-09-28 21:01:27,072 DEBUG Popping from q - planetlab-1.eecs.cwru.edu
-2006-09-28 21:01:27,073 DEBUG Popping from q - planetlab2.rutgers.edu
-2006-09-28 21:01:27,074 DEBUG Popping from q - vn3.cs.wustl.edu
-2006-09-28 21:01:27,076 DEBUG Popping from q - planetlab2.cri.haifa.ac.il
-2006-09-28 21:01:27,077 DEBUG Popping from q - soccf-planet-001.comp.nus.edu.sg
-2006-09-28 21:01:27,078 DEBUG Popping from q - planetlab01.cse.psu.edu
-2006-09-28 21:01:27,080 DEBUG Found tickets for planetlab2.rutgers.edu
-2006-09-28 21:01:27,080 DEBUG Popping from q - csu2.6planetlab.edu.cn
-2006-09-28 21:01:27,081 DEBUG Found tickets for vn3.cs.wustl.edu
-2006-09-28 21:01:27,082 DEBUG Popping from q - planet2.njit.edu
-2006-09-28 21:01:27,083 DEBUG Found tickets for soccf-planet-001.comp.nus.edu.sg
-2006-09-28 21:01:27,083 DEBUG Popping from q - planetlab2.unl.edu
-2006-09-28 21:01:27,084 DEBUG Found tickets for planetlab2.cri.haifa.ac.il
-2006-09-28 21:01:27,085 DEBUG Popping from q - planetlab1.cs.pitt.edu
-2006-09-28 21:01:27,086 DEBUG Popping from q - planetlab-2.eecs.cwru.edu
-2006-09-28 21:01:27,088 DEBUG Found tickets for csu2.6planetlab.edu.cn
-2006-09-28 21:01:27,088 DEBUG Popping from q - planetlab2.urv.net
-2006-09-28 21:01:27,089 DEBUG Found tickets for planet2.njit.edu
-2006-09-28 21:01:27,090 DEBUG Popping from q - planetlab7.csail.mit.edu
-2006-09-28 21:01:27,091 DEBUG Popping from q - buaa1.6planetlab.edu.cn
-2006-09-28 21:01:27,092 DEBUG Popping from q - ricepl-3.cs.rice.edu
-2006-09-28 21:01:27,094 DEBUG Popping from q - planet-lab-1.csse.monash.edu.au
-2006-09-28 21:01:27,095 DEBUG Popping from q - planetlab5.millennium.berkeley.edu
-2006-09-28 21:01:27,097 DEBUG Found tickets for planetlab7.csail.mit.edu
-2006-09-28 21:01:27,097 DEBUG Popping from q - planetlab1.pop-ce.rnp.br
-2006-09-28 21:01:27,098 DEBUG Found tickets for buaa1.6planetlab.edu.cn
-2006-09-28 21:01:27,099 DEBUG Popping from q - planetlab2.mnlab.cti.depaul.edu
-2006-09-28 21:01:27,100 DEBUG Popping from q - peace.ri.uni-tuebingen.de
-2006-09-28 21:01:27,101 DEBUG Popping from q - planetlab-8.cs.princeton.edu
-2006-09-28 21:01:27,103 DEBUG Popping from q - planetlab2.ucsd.edu
-2006-09-28 21:01:27,104 DEBUG Found tickets for planetlab2.mnlab.cti.depaul.edu
-2006-09-28 21:01:27,105 DEBUG Popping from q - blast.uwaterloo.ca
-2006-09-28 21:01:27,106 DEBUG Popping from q - planetlab1.cs.wayne.edu
-2006-09-28 21:01:27,107 DEBUG Found tickets for planetlab1.pop-ce.rnp.br
-2006-09-28 21:01:27,107 DEBUG Popping from q - pli1-br-3.hpl.hp.com
-2006-09-28 21:01:27,108 DEBUG Found tickets for planetlab-8.cs.princeton.edu
-2006-09-28 21:01:27,108 DEBUG Popping from q - planetlab2.eurecom.fr
-2006-09-28 21:01:27,110 DEBUG Found tickets for planetlab2.ucsd.edu
-2006-09-28 21:01:27,110 DEBUG Popping from q - planetlab1.di.unito.it
-2006-09-28 21:01:27,112 DEBUG Found tickets for blast.uwaterloo.ca
-2006-09-28 21:01:27,113 DEBUG Popping from q - planetlab2.simula.no
-2006-09-28 21:01:27,114 DEBUG Popping from q - planetlab01.dis.unina.it
-2006-09-28 21:01:27,115 DEBUG Found tickets for pli1-br-3.hpl.hp.com
-2006-09-28 21:01:27,115 DEBUG Popping from q - planetlab1.flux.utah.edu
-2006-09-28 21:01:27,116 DEBUG Found tickets for planetlab1.cs.wayne.edu
-2006-09-28 21:01:27,117 DEBUG Popping from q - planetlab-1.ece.iastate.edu
-2006-09-28 21:01:27,118 DEBUG Found tickets for planetlab1.di.unito.it
-2006-09-28 21:01:27,118 DEBUG Popping from q - sdu1.6planetlab.edu.cn
-2006-09-28 21:01:27,120 DEBUG Popping from q - planetlab4.upc.es
-2006-09-28 21:01:27,121 DEBUG Popping from q - planetlab-13.cs.princeton.edu
-2006-09-28 21:01:27,122 DEBUG Popping from q - planet1.cc.gt.atl.ga.us
-2006-09-28 21:01:27,124 DEBUG Found tickets for planetlab-1.ece.iastate.edu
-2006-09-28 21:01:27,124 DEBUG Popping from q - planetlab2.eecs.wsu.edu
-2006-09-28 21:01:27,125 DEBUG Found tickets for sdu1.6planetlab.edu.cn
-2006-09-28 21:01:27,126 DEBUG Popping from q - planet2.cs.ucsb.edu
-2006-09-28 21:01:27,127 DEBUG Popping from q - xjtu2.6planetlab.edu.cn
-2006-09-28 21:01:27,129 DEBUG Found tickets for planetlab-13.cs.princeton.edu
-2006-09-28 21:01:27,129 DEBUG Popping from q - planetlab3.upc.es
-2006-09-28 21:01:27,130 DEBUG Popping from q - node1.lbnl.nodes.planet-lab.org
-2006-09-28 21:01:27,132 DEBUG Popping from q - planetlab1.iitr.ernet.in
-2006-09-28 21:01:27,133 DEBUG Popping from q - planetlab1.ipls.internet2.planet-lab.org
-2006-09-28 21:01:27,134 DEBUG Found tickets for planet2.cs.ucsb.edu
-2006-09-28 21:01:27,135 DEBUG Popping from q - planetlab2.uvic.ca
-2006-09-28 21:01:27,136 DEBUG Popping from q - planetlab01.erin.utoronto.ca
-2006-09-28 21:01:27,137 DEBUG Popping from q - planetlab-4.ece.iastate.edu
-2006-09-28 21:01:27,139 DEBUG Popping from q - planetlab2.informatik.uni-goettingen.de
-2006-09-28 21:01:27,140 DEBUG Popping from q - ds-pl1.technion.ac.il
-2006-09-28 21:01:27,143 DEBUG Found tickets for planetlab-4.ece.iastate.edu
-2006-09-28 21:01:27,143 DEBUG Popping from q - aladdin.planetlab.extranet.uni-passau.de
-2006-09-28 21:01:27,140 DEBUG Found tickets for planetlab2.uvic.ca
-2006-09-28 21:01:27,144 DEBUG Popping from q - planetlab-1.cs.uni-paderborn.de
-2006-09-28 21:01:27,142 DEBUG Popping from q - planetlab1.mnl.cs.sunysb.edu
-2006-09-28 21:01:27,146 DEBUG Found tickets for planetlab2.informatik.uni-goettingen.de
-2006-09-28 21:01:27,147 DEBUG Popping from q - planet1.njit.edu
-2006-09-28 21:01:27,148 DEBUG Popping from q - pku2.6planetlab.edu.cn
-2006-09-28 21:01:27,150 DEBUG Popping from q - planetlab-1.cs.ucy.ac.cy
-2006-09-28 21:01:27,151 DEBUG Popping from q - planetlab00.cse.psu.edu
-2006-09-28 21:01:27,152 DEBUG Found tickets for planetlab1.mnl.cs.sunysb.edu
-2006-09-28 21:01:27,153 DEBUG Popping from q - sdu2.6planetlab.edu.cn
-2006-09-28 21:01:27,152 DEBUG Popping from q - planetlab04.ethz.ch
-2006-09-28 21:01:27,155 DEBUG Popping from q - planet-lab.iki.rssi.ru
-2006-09-28 21:01:27,156 DEBUG Popping from q - planetlab1.polito.it
-2006-09-28 21:01:27,159 DEBUG Found tickets for sdu2.6planetlab.edu.cn
-2006-09-28 21:01:27,159 DEBUG Popping from q - planetlab1.uvic.ca
-2006-09-28 21:01:27,160 DEBUG Found tickets for planetlab04.ethz.ch
-2006-09-28 21:01:27,160 DEBUG Popping from q - planetlab1.cs.byu.edu
-2006-09-28 21:01:27,161 DEBUG Found tickets for planet-lab.iki.rssi.ru
-2006-09-28 21:01:27,162 DEBUG Popping from q - planetlab-1.amst.nodes.planet-lab.org
-2006-09-28 21:01:27,163 DEBUG Popping from q - cloudburst.uwaterloo.ca
-2006-09-28 21:01:27,165 DEBUG Found tickets for planetlab1.uvic.ca
-2006-09-28 21:01:27,165 DEBUG Popping from q - planet2.cs.rochester.edu
-2006-09-28 21:01:27,166 DEBUG Popping from q - planetlab1.xeno.cl.cam.ac.uk
-2006-09-28 21:01:27,167 DEBUG Found tickets for planetlab1.polito.it
-2006-09-28 21:01:27,168 DEBUG Popping from q - lycra.cs.princeton.edu
-2006-09-28 21:01:27,169 DEBUG Popping from q - planetlab06.mpi-sws.mpg.de
-2006-09-28 21:01:27,171 DEBUG Found tickets for cloudburst.uwaterloo.ca
-2006-09-28 21:01:27,171 DEBUG Popping from q - planetlab1.ias.csusb.edu
-2006-09-28 21:01:27,172 DEBUG Found tickets for planet2.cs.rochester.edu
-2006-09-28 21:01:27,173 DEBUG Popping from q - vayu.iitd.ernet.in
-2006-09-28 21:01:27,174 DEBUG Popping from q - node2.lbnl.nodes.planet-lab.org
-2006-09-28 21:01:27,175 DEBUG Found tickets for lycra.cs.princeton.edu
-2006-09-28 21:01:27,175 DEBUG Popping from q - planetlab2.cs.byu.edu
-2006-09-28 21:01:27,177 DEBUG Popping from q - cqu1.6planetlab.edu.cn
-2006-09-28 21:01:27,178 DEBUG Found tickets for planetlab1.ias.csusb.edu
-2006-09-28 21:01:27,179 DEBUG Popping from q - planetlab2.acis.ufl.edu
-2006-09-28 21:01:27,180 DEBUG Found tickets for cqu1.6planetlab.edu.cn
-2006-09-28 21:01:27,181 DEBUG Popping from q - tju2.6planetlab.edu.cn
-2006-09-28 21:01:27,181 DEBUG Popping from q - planetlab1.cs.unibo.it
-2006-09-28 21:01:27,183 DEBUG Popping from q - orbpl1.rutgers.edu
-2006-09-28 21:01:27,184 DEBUG Found tickets for planetlab2.acis.ufl.edu
-2006-09-28 21:01:27,184 DEBUG Popping from q - ent1.cs.nccu.edu.tw
-2006-09-28 21:01:27,185 DEBUG Found tickets for tju2.6planetlab.edu.cn
-2006-09-28 21:01:27,186 DEBUG Popping from q - planet0.jaist.ac.jp
-2006-09-28 21:01:27,187 DEBUG Popping from q - planetlab1.informatik.uni-wuerzburg.de
-2006-09-28 21:01:27,188 DEBUG Found tickets for planetlab1.cs.unibo.it
-2006-09-28 21:01:27,189 DEBUG Popping from q - planetlab3.warsaw.rd.tp.pl
-2006-09-28 21:01:27,190 DEBUG Found tickets for ent1.cs.nccu.edu.tw
-2006-09-28 21:01:27,190 DEBUG Popping from q - planetlab0.ias.csusb.edu
-2006-09-28 21:01:27,191 DEBUG Found tickets for planet0.jaist.ac.jp
-2006-09-28 21:01:27,192 DEBUG Popping from q - planetlab-2.amst.nodes.planet-lab.org
-2006-09-28 21:01:27,194 DEBUG Found tickets for planetlab1.informatik.uni-wuerzburg.de
-2006-09-28 21:01:27,194 DEBUG Popping from q - planetlab3.inria.fr
-2006-09-28 21:01:27,195 DEBUG Popping from q - 200-102-209-152.paemt7001.t.brasiltelecom.net.br
-2006-09-28 21:01:27,197 DEBUG Popping from q - planetlab3.mnl.cs.sunysb.edu
-2006-09-28 21:01:27,198 DEBUG Found tickets for planetlab0.ias.csusb.edu
-2006-09-28 21:01:27,198 DEBUG Popping from q - planetlab-15.cs.princeton.edu
-2006-09-28 21:01:27,199 DEBUG Popping from q - ent2.cs.nccu.edu.tw
-2006-09-28 21:01:27,201 DEBUG Found tickets for orbpl1.rutgers.edu
-2006-09-28 21:01:27,202 DEBUG Found tickets for ent2.cs.nccu.edu.tw
-2006-09-28 21:01:27,202 DEBUG Popping from q - planet1.ecse.rpi.edu
-2006-09-28 21:01:27,202 DEBUG Popping from q - planet-lab-2.csse.monash.edu.au
-2006-09-28 21:01:27,204 DEBUG Found tickets for 200-102-209-152.paemt7001.t.brasiltelecom.net.br
-2006-09-28 21:01:27,204 DEBUG Popping from q - planetlab2.pop-mg.rnp.br
-2006-09-28 21:01:27,206 DEBUG Popping from q - planetlab-2.unk.edu
-2006-09-28 21:01:27,207 DEBUG Popping from q - planetlab2.rdfrancetelecom.com
-2006-09-28 21:01:27,208 DEBUG Found tickets for planetlab2.pop-mg.rnp.br
-2006-09-28 21:01:27,209 DEBUG Popping from q - planetlab1.eurecom.fr
-2006-09-28 21:01:27,210 DEBUG Found tickets for planet1.ecse.rpi.edu
-2006-09-28 21:01:27,210 DEBUG Popping from q - planetlab1.cs.virginia.edu
-2006-09-28 21:01:27,212 DEBUG Found tickets for planet-lab-2.csse.monash.edu.au
-2006-09-28 21:01:27,212 DEBUG Popping from q - tju1.6planetlab.edu.cn
-2006-09-28 21:01:27,214 DEBUG Popping from q - planetlab-3.amst.nodes.planet-lab.org
-2006-09-28 21:01:27,215 DEBUG Found tickets for planetlab2.rdfrancetelecom.com
-2006-09-28 21:01:27,215 DEBUG Popping from q - planetlab1.georgetown.edu
-2006-09-28 21:01:27,216 DEBUG Found tickets for planetlab1.eurecom.fr
-2006-09-28 21:01:27,216 DEBUG Popping from q - planet1.inf.tu-dresden.de
-2006-09-28 21:01:27,218 DEBUG Popping from q - alice.cs.princeton.edu
-2006-09-28 21:01:27,220 DEBUG Found tickets for tju1.6planetlab.edu.cn
-2006-09-28 21:01:27,220 DEBUG Popping from q - planetlab02.erin.utoronto.ca
-2006-09-28 21:01:27,221 DEBUG Popping from q - planetlab-1.vuse.vanderbilt.edu
-2006-09-28 21:01:27,222 DEBUG Found tickets for planetlab1.georgetown.edu
-2006-09-28 21:01:27,223 DEBUG Popping from q - planetlab3.uvic.ca
-2006-09-28 21:01:27,224 DEBUG Popping from q - scut2.6planetlab.edu.cn
-2006-09-28 21:01:27,225 DEBUG Found tickets for alice.cs.princeton.edu
-2006-09-28 21:01:27,226 DEBUG Popping from q - planetlab1.swidnik.rd.tp.pl
-2006-09-28 21:01:27,227 DEBUG Found tickets for planetlab3.uvic.ca
-2006-09-28 21:01:27,227 DEBUG Popping from q - planet2.cdacb.ernet.in
-2006-09-28 21:01:27,229 DEBUG Popping from q - planetlab1.rdfrancetelecom.com
-2006-09-28 21:01:27,230 DEBUG Found tickets for scut2.6planetlab.edu.cn
-2006-09-28 21:01:27,230 DEBUG Popping from q - planet2.inf.tu-dresden.de
-2006-09-28 21:01:27,231 DEBUG Found tickets for planetlab-1.vuse.vanderbilt.edu
-2006-09-28 21:01:27,232 DEBUG Popping from q - planet02.csc.ncsu.edu
-2006-09-28 21:01:27,233 DEBUG Found tickets for planetlab1.swidnik.rd.tp.pl
-2006-09-28 21:01:27,234 DEBUG Popping from q - planetlab-1.tssg.org
-2006-09-28 21:01:27,235 DEBUG Found tickets for planetlab1.rdfrancetelecom.com
-2006-09-28 21:01:27,236 DEBUG Popping from q - planetlab-2.vuse.vanderbilt.edu
-2006-09-28 21:01:27,237 DEBUG Popping from q - planetlab-11.cs.princeton.edu
-2006-09-28 21:01:27,238 DEBUG Found tickets for planetlab-1.tssg.org
-2006-09-28 21:01:27,238 DEBUG Popping from q - planet03.csc.ncsu.edu
-2006-09-28 21:01:27,235 DEBUG Found tickets for planet2.cdacb.ernet.in
-2006-09-28 21:01:27,240 DEBUG Popping from q - planetlab1.pop-rj.rnp.br
-2006-09-28 21:01:27,241 DEBUG Popping from q - planet1.halifax.canet4.nodes.planet-lab.org
-2006-09-28 21:01:27,242 DEBUG Popping from q - planetlab2.uc.edu
-2006-09-28 21:01:27,243 DEBUG Popping from q - planet1.cavite.nodes.planet-lab.org
-2006-09-28 21:01:27,245 DEBUG Found tickets for planetlab-2.vuse.vanderbilt.edu
-2006-09-28 21:01:27,246 DEBUG Popping from q - ds-pl3.technion.ac.il
-2006-09-28 21:01:27,247 DEBUG Found tickets for planetlab1.pop-rj.rnp.br
-2006-09-28 21:01:27,247 DEBUG Popping from q - planetlab2.cs.purdue.edu
-2006-09-28 21:01:27,248 DEBUG Popping from q - planetlab3.millennium.berkeley.edu
-2006-09-28 21:01:27,250 DEBUG Popping from q - planetlab1.unl.edu
-2006-09-28 21:01:27,251 DEBUG Popping from q - planetlab1.cs.colorado.edu
-2006-09-28 21:01:27,253 DEBUG Found tickets for ds-pl3.technion.ac.il
-2006-09-28 21:01:27,253 DEBUG Popping from q - planetlab02.cs.washington.edu
-2006-09-28 21:01:27,254 DEBUG Popping from q - pads21.cs.nthu.edu.tw
-2006-09-28 21:01:27,255 DEBUG Popping from q - orbpl2.rutgers.edu
-2006-09-28 21:01:27,257 DEBUG Found tickets for planetlab1.unl.edu
-2006-09-28 21:01:27,257 DEBUG Popping from q - planetlab2.informatik.uni-erlangen.de
-2006-09-28 21:01:27,259 DEBUG Found tickets for planetlab1.cs.colorado.edu
-2006-09-28 21:01:27,259 DEBUG Popping from q - planetlab-01.ipv6.lip6.fr
-2006-09-28 21:01:27,261 DEBUG Found tickets for planetlab02.cs.washington.edu
-2006-09-28 21:01:27,261 DEBUG Popping from q - pl2.ernet.in
-2006-09-28 21:01:27,262 DEBUG Popping from q - neu2.6planetlab.edu.cn
-2006-09-28 21:01:27,263 DEBUG Found tickets for orbpl2.rutgers.edu
-2006-09-28 21:01:27,263 DEBUG Popping from q - planetlab-2.cs.uni-paderborn.de
-2006-09-28 21:01:27,264 DEBUG Found tickets for planetlab2.informatik.uni-erlangen.de
-2006-09-28 21:01:27,265 DEBUG Popping from q - planet5.cs.huji.ac.il
-2006-09-28 21:01:27,267 DEBUG Found tickets for planetlab-01.ipv6.lip6.fr
-2006-09-28 21:01:27,267 DEBUG Popping from q - planetlab1.elet.polimi.it
-2006-09-28 21:01:27,268 DEBUG Popping from q - planetlab2.iiitb.ac.in
-2006-09-28 21:01:27,269 DEBUG Popping from q - server1.planetlab.iit-tech.net
-2006-09-28 21:01:27,271 DEBUG Popping from q - planetlab2.iitb.ac.in
-2006-09-28 21:01:27,272 DEBUG Popping from q - planetlab02.dis.unina.it
-2006-09-28 21:01:27,274 DEBUG Popping from q - planetlab-1.dis.uniroma1.it
-2006-09-28 21:01:27,275 DEBUG Popping from q - planetlab1.iitb.ac.in
-2006-09-28 21:01:27,276 DEBUG Found tickets for server1.planetlab.iit-tech.net
-2006-09-28 21:01:27,277 DEBUG Popping from q - pku1.6planetlab.edu.cn
-2006-09-28 21:01:27,278 DEBUG Popping from q - planetlab1.warsaw.rd.tp.pl
-2006-09-28 21:01:27,279 DEBUG Found tickets for planetlab2.iitb.ac.in
-2006-09-28 21:01:27,279 DEBUG Popping from q - planetlab1.cri.haifa.ac.il
-2006-09-28 21:01:27,281 DEBUG Found tickets for planetlab1.iitb.ac.in
-2006-09-28 21:01:27,282 DEBUG Popping from q - planetlab-2.cs.ucy.ac.cy
-2006-09-28 21:01:27,283 DEBUG Found tickets for pku1.6planetlab.edu.cn
-2006-09-28 21:01:27,283 DEBUG Popping from q - pl1.ernet.in
-2006-09-28 21:01:27,284 DEBUG Popping from q - planetlab2.georgetown.edu
-2006-09-28 21:01:27,286 DEBUG Found tickets for planetlab1.cri.haifa.ac.il
-2006-09-28 21:01:27,286 DEBUG Popping from q - server2.planetlab.iit-tech.net
-2006-09-28 21:01:27,287 DEBUG Popping from q - planetlab2.di.unito.it
-2006-09-28 21:01:27,288 DEBUG Popping from q - planetlab1.csee.usf.edu
-2006-09-28 21:01:27,290 DEBUG Popping from q - planetlab-2.dis.uniroma1.it
-2006-09-28 21:01:27,291 DEBUG Found tickets for planetlab2.georgetown.edu
-2006-09-28 21:01:27,292 DEBUG Popping from q - planetlab2.informatik.uni-kl.de
-2006-09-28 21:01:27,293 DEBUG Popping from q - planet1.cs.rochester.edu
-2006-09-28 21:01:27,294 DEBUG Found tickets for server2.planetlab.iit-tech.net
-2006-09-28 21:01:27,294 DEBUG Popping from q - planetlab1.rutgers.edu
-2006-09-28 21:01:27,295 DEBUG Popping from q - planetlab-2.ece.iastate.edu
-2006-09-28 21:01:27,297 DEBUG Found tickets for planetlab2.informatik.uni-kl.de
-2006-09-28 21:01:27,298 DEBUG Popping from q - planetlab-1.sjce.nodes.planet-lab.org
-2006-09-28 21:01:27,299 DEBUG Found tickets for planetlab1.rutgers.edu
-2006-09-28 21:01:27,299 DEBUG Popping from q - planetlab2.ece.ucdavis.edu
-2006-09-28 21:01:27,300 DEBUG Found tickets for planet1.cs.rochester.edu
-2006-09-28 21:01:27,301 DEBUG Popping from q - planetlab1.ie.cuhk.edu.hk
-2006-09-28 21:01:27,302 DEBUG Popping from q - planetlab2lannion.elibel.tm.fr
-2006-09-28 21:01:27,303 DEBUG Found tickets for planetlab1.ie.cuhk.edu.hk
-2006-09-28 21:01:27,303 DEBUG Popping from q - planetlab01.mpi-sws.mpg.de
-2006-09-28 21:01:27,305 DEBUG Popping from q - planetlab2.cs.duke.edu
-2006-09-28 21:01:27,306 DEBUG Found tickets for planetlab-1.sjce.nodes.planet-lab.org
-2006-09-28 21:01:27,306 DEBUG Popping from q - planetlab1.rn.informatics.scitech.susx.ac.uk
-2006-09-28 21:01:27,307 DEBUG Popping from q - planetlab1.eee.hku.hk
-2006-09-28 21:01:27,310 DEBUG Popping from q - pads23.cs.nthu.edu.tw
-2006-09-28 21:01:27,311 DEBUG Popping from q - planet2.halifax.canet4.nodes.planet-lab.org
-2006-09-28 21:01:27,312 DEBUG Popping from q - planetlab-2.tssg.org
-2006-09-28 21:01:27,313 DEBUG Found tickets for planetlab1.rn.informatics.scitech.susx.ac.uk
-2006-09-28 21:01:27,313 DEBUG Popping from q - 200-102-209-151.paemt7001.t.brasiltelecom.net.br
-2006-09-28 21:01:27,315 DEBUG Popping from q - planetlab2.poly.edu
-2006-09-28 21:01:27,316 DEBUG Found tickets for planet2.halifax.canet4.nodes.planet-lab.org
-2006-09-28 21:01:27,317 DEBUG Popping from q - planetlab1.poly.edu
-2006-09-28 21:01:27,318 DEBUG Found tickets for planetlab-2.tssg.org
-2006-09-28 21:01:27,318 DEBUG Popping from q - planetlab2.net-research.org.uk
-2006-09-28 21:01:27,319 DEBUG Found tickets for 200-102-209-151.paemt7001.t.brasiltelecom.net.br
-2006-09-28 21:01:27,320 DEBUG Popping from q - planetlab-2.imperial.ac.uk
-2006-09-28 21:01:27,322 DEBUG Popping from q - planetlab-1.imperial.ac.uk
-2006-09-28 21:01:27,323 DEBUG Popping from q - planetlab1.byu.edu
-2006-09-28 21:01:27,323 DEBUG Found tickets for planetlab2.net-research.org.uk
-2006-09-28 21:01:27,324 DEBUG Popping from q - planetlab1.cis.upenn.edu
-2006-09-28 21:01:27,325 DEBUG Found tickets for planetlab1.eee.hku.hk
-2006-09-28 21:01:27,325 DEBUG Popping from q - planetlab2.eee.hku.hk
-2006-09-28 21:01:27,327 DEBUG Found tickets for planetlab-2.imperial.ac.uk
-2006-09-28 21:01:27,328 DEBUG Found tickets for planetlab-1.imperial.ac.uk
-2006-09-28 21:21:26,888 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv
-2006-09-28 21:21:27,964 DEBUG Retrieved 705 hosts
-2006-09-28 21:21:27,971 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='drift%20%3E%201m'
-2006-09-28 21:21:28,109 DEBUG Retrieved 8 hosts
-2006-09-28 21:21:28,109 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='resptime%20%3E%200%20&&%20gbfree%20%3C%205'
-2006-09-28 21:21:28,248 DEBUG Retrieved 10 hosts
-2006-09-28 21:21:28,248 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='sshstatus%20%3E%202h'
-2006-09-28 21:21:28,592 DEBUG Retrieved 161 hosts
-2006-09-28 21:21:28,594 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='dns1udp%20%3E%2080%20&&%20dns2udp%20%3E%2080'
-2006-09-28 21:21:28,726 DEBUG Retrieved 6 hosts
-2006-09-28 21:21:28,726 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='filerw%3E0'
-2006-09-28 21:21:28,863 DEBUG Retrieved 2 hosts
-2006-09-28 21:21:28,866 DEBUG Popping from q - planetlab2.elet.polimi.it
-2006-09-28 21:21:28,867 DEBUG Popping from q - pli1-br-3.hpl.hp.com
-2006-09-28 21:21:28,868 DEBUG Popping from q - planetlab2.nbgisp.com
-2006-09-28 21:21:28,869 DEBUG Popping from q - planetlab1.cs.stir.ac.uk
-2006-09-28 21:21:28,869 DEBUG Popping from q - planetlab1.cse.msu.edu
-2006-09-28 21:21:28,871 DEBUG Popping from q - planetlab2.cse.msu.edu
-2006-09-28 21:21:28,873 DEBUG Popping from q - planetlab0.cs.stir.ac.uk
-2006-09-28 21:21:28,874 DEBUG Popping from q - planetlab1.informatik.uni-erlangen.de
-2006-09-28 21:21:28,875 DEBUG Found tickets for pli1-br-3.hpl.hp.com
-2006-09-28 21:21:28,876 DEBUG Popping from q - planetlab1.cs.purdue.edu
-2006-09-28 21:21:28,877 DEBUG Found tickets for planetlab1.cse.msu.edu
-2006-09-28 21:21:28,877 DEBUG Popping from q - planetlab1.een.orst.edu
-2006-09-28 21:21:28,878 DEBUG Found tickets for planetlab2.cse.msu.edu
-2006-09-28 21:21:28,879 DEBUG Popping from q - planetlab2.cs.columbia.edu
-2006-09-28 21:21:28,880 DEBUG Popping from q - planetlab1.win.trlabs.ca
-2006-09-28 21:21:28,882 DEBUG Popping from q - planetlab1.cs.duke.edu
-2006-09-28 21:21:28,883 DEBUG Found tickets for planetlab1.cs.purdue.edu
-2006-09-28 21:21:28,883 DEBUG Popping from q - planetlab2.flux.utah.edu
-2006-09-28 21:21:28,885 DEBUG Popping from q - planetlab3.cs.columbia.edu
-2006-09-28 21:21:28,887 DEBUG Popping from q - planetlab1.cs.columbia.edu
-2006-09-28 21:21:28,888 DEBUG Popping from q - planetlab3.flux.utah.edu
-2006-09-28 21:21:28,889 DEBUG Popping from q - planetlab-1.eecs.cwru.edu
-2006-09-28 21:21:28,891 DEBUG Popping from q - planetlab2.rutgers.edu
-2006-09-28 21:21:28,892 DEBUG Popping from q - vn3.cs.wustl.edu
-2006-09-28 21:21:28,893 DEBUG Popping from q - planetlab2.cri.haifa.ac.il
-2006-09-28 21:21:28,895 DEBUG Popping from q - soccf-planet-001.comp.nus.edu.sg
-2006-09-28 21:21:28,896 DEBUG Popping from q - planetlab01.cse.psu.edu
-2006-09-28 21:21:28,898 DEBUG Found tickets for planetlab2.rutgers.edu
-2006-09-28 21:21:28,898 DEBUG Popping from q - csu2.6planetlab.edu.cn
-2006-09-28 21:21:28,899 DEBUG Found tickets for vn3.cs.wustl.edu
-2006-09-28 21:21:28,899 DEBUG Popping from q - planet2.njit.edu
-2006-09-28 21:21:28,901 DEBUG Found tickets for planetlab2.cri.haifa.ac.il
-2006-09-28 21:21:28,901 DEBUG Popping from q - planetlab2.unl.edu
-2006-09-28 21:21:28,902 DEBUG Found tickets for soccf-planet-001.comp.nus.edu.sg
-2006-09-28 21:21:28,903 DEBUG Popping from q - planetlab1.cs.pitt.edu
-2006-09-28 21:21:28,904 DEBUG Popping from q - planetlab-2.eecs.cwru.edu
-2006-09-28 21:21:28,905 DEBUG Found tickets for planet2.njit.edu
-2006-09-28 21:21:28,906 DEBUG Popping from q - planetlab2.urv.net
-2006-09-28 21:21:28,907 DEBUG Found tickets for csu2.6planetlab.edu.cn
-2006-09-28 21:21:28,907 DEBUG Popping from q - planetlab7.csail.mit.edu
-2006-09-28 21:21:28,909 DEBUG Popping from q - buaa1.6planetlab.edu.cn
-2006-09-28 21:21:28,910 DEBUG Popping from q - ricepl-3.cs.rice.edu
-2006-09-28 21:21:28,911 DEBUG Popping from q - planet-lab-1.csse.monash.edu.au
-2006-09-28 21:21:28,912 DEBUG Popping from q - planetlab5.millennium.berkeley.edu
-2006-09-28 21:21:28,914 DEBUG Found tickets for planetlab7.csail.mit.edu
-2006-09-28 21:21:28,914 DEBUG Popping from q - planetlab1.pop-ce.rnp.br
-2006-09-28 21:21:28,916 DEBUG Found tickets for buaa1.6planetlab.edu.cn
-2006-09-28 21:21:28,916 DEBUG Popping from q - planetlab2.mnlab.cti.depaul.edu
-2006-09-28 21:21:28,918 DEBUG Popping from q - peace.ri.uni-tuebingen.de
-2006-09-28 21:21:28,919 DEBUG Popping from q - planetlab-8.cs.princeton.edu
-2006-09-28 21:21:28,920 DEBUG Popping from q - planetlab2.ucsd.edu
-2006-09-28 21:21:28,922 DEBUG Found tickets for planetlab1.pop-ce.rnp.br
-2006-09-28 21:21:28,922 DEBUG Popping from q - blast.uwaterloo.ca
-2006-09-28 21:21:28,923 DEBUG Found tickets for planetlab2.mnlab.cti.depaul.edu
-2006-09-28 21:21:28,925 DEBUG Popping from q - pli1-br-3.hpl.hp.com
-2006-09-28 21:21:28,926 DEBUG Found tickets for planetlab2.ucsd.edu
-2006-09-28 21:21:28,927 DEBUG Popping from q - planetlab2.eurecom.fr
-2006-09-28 21:21:28,924 DEBUG Popping from q - planetlab1.cs.wayne.edu
-2006-09-28 21:21:28,925 DEBUG Found tickets for planetlab-8.cs.princeton.edu
-2006-09-28 21:21:28,928 DEBUG Popping from q - planetlab1.di.unito.it
-2006-09-28 21:21:28,929 DEBUG Found tickets for blast.uwaterloo.ca
-2006-09-28 21:21:28,929 DEBUG Popping from q - planetlab2.simula.no
-2006-09-28 21:21:28,931 DEBUG Popping from q - planetlab01.dis.unina.it
-2006-09-28 21:21:28,933 DEBUG Found tickets for planetlab1.di.unito.it
-2006-09-28 21:21:28,933 DEBUG Popping from q - planetlab1.flux.utah.edu
-2006-09-28 21:21:28,934 DEBUG Found tickets for pli1-br-3.hpl.hp.com
-2006-09-28 21:21:28,934 DEBUG Popping from q - planetlab-1.ece.iastate.edu
-2006-09-28 21:21:28,935 DEBUG Found tickets for planetlab1.cs.wayne.edu
-2006-09-28 21:21:28,936 DEBUG Popping from q - sdu1.6planetlab.edu.cn
-2006-09-28 21:21:28,937 DEBUG Popping from q - planetlab4.upc.es
-2006-09-28 21:21:28,939 DEBUG Popping from q - planetlab-13.cs.princeton.edu
-2006-09-28 21:21:28,940 DEBUG Popping from q - planet1.cc.gt.atl.ga.us
-2006-09-28 21:21:28,941 DEBUG Found tickets for planetlab-1.ece.iastate.edu
-2006-09-28 21:21:28,942 DEBUG Popping from q - planetlab2.eecs.wsu.edu
-2006-09-28 21:21:28,943 DEBUG Found tickets for sdu1.6planetlab.edu.cn
-2006-09-28 21:21:28,943 DEBUG Popping from q - planet2.cs.ucsb.edu
-2006-09-28 21:21:28,945 DEBUG Popping from q - xjtu2.6planetlab.edu.cn
-2006-09-28 21:21:28,946 DEBUG Found tickets for planetlab-13.cs.princeton.edu
-2006-09-28 21:21:28,947 DEBUG Popping from q - planetlab3.upc.es
-2006-09-28 21:21:28,948 DEBUG Popping from q - node1.lbnl.nodes.planet-lab.org
-2006-09-28 21:21:28,949 DEBUG Popping from q - planetlab1.iitr.ernet.in
-2006-09-28 21:21:28,950 DEBUG Found tickets for planet2.cs.ucsb.edu
-2006-09-28 21:21:28,951 DEBUG Popping from q - planetlab1.ipls.internet2.planet-lab.org
-2006-09-28 21:21:28,952 DEBUG Popping from q - planetlab2.uvic.ca
-2006-09-28 21:21:28,954 DEBUG Popping from q - planetlab01.erin.utoronto.ca
-2006-09-28 21:21:28,955 DEBUG Popping from q - planetlab-4.ece.iastate.edu
-2006-09-28 21:21:28,956 DEBUG Popping from q - planetlab2.informatik.uni-goettingen.de
-2006-09-28 21:21:28,957 DEBUG Popping from q - ds-pl1.technion.ac.il
-2006-09-28 21:21:28,959 DEBUG Found tickets for planetlab2.uvic.ca
-2006-09-28 21:21:28,959 DEBUG Popping from q - planetlab1.mnl.cs.sunysb.edu
-2006-09-28 21:21:28,961 DEBUG Popping from q - aladdin.planetlab.extranet.uni-passau.de
-2006-09-28 21:21:28,962 DEBUG Found tickets for planetlab-4.ece.iastate.edu
-2006-09-28 21:21:28,962 DEBUG Popping from q - planetlab-1.cs.uni-paderborn.de
-2006-09-28 21:21:28,963 DEBUG Found tickets for planetlab2.informatik.uni-goettingen.de
-2006-09-28 21:21:28,964 DEBUG Popping from q - planet1.njit.edu
-2006-09-28 21:21:28,965 DEBUG Popping from q - pku2.6planetlab.edu.cn
-2006-09-28 21:21:28,967 DEBUG Found tickets for planetlab1.mnl.cs.sunysb.edu
-2006-09-28 21:21:28,967 DEBUG Popping from q - planetlab-1.cs.ucy.ac.cy
-2006-09-28 21:21:28,968 DEBUG Popping from q - planetlab00.cse.psu.edu
-2006-09-28 21:21:28,970 DEBUG Popping from q - planetlab04.ethz.ch
-2006-09-28 21:21:28,971 DEBUG Popping from q - sdu2.6planetlab.edu.cn
-2006-09-28 21:21:28,973 DEBUG Popping from q - planet-lab.iki.rssi.ru
-2006-09-28 21:21:28,974 DEBUG Popping from q - planetlab1.polito.it
-2006-09-28 21:21:28,975 DEBUG Popping from q - planetlab1.uvic.ca
-2006-09-28 21:21:28,977 DEBUG Found tickets for sdu2.6planetlab.edu.cn
-2006-09-28 21:21:28,977 DEBUG Popping from q - planetlab1.cs.byu.edu
-2006-09-28 21:21:28,978 DEBUG Found tickets for planetlab04.ethz.ch
-2006-09-28 21:21:28,978 DEBUG Popping from q - planetlab-1.amst.nodes.planet-lab.org
-2006-09-28 21:21:28,980 DEBUG Found tickets for planet-lab.iki.rssi.ru
-2006-09-28 21:21:28,980 DEBUG Popping from q - cloudburst.uwaterloo.ca
-2006-09-28 21:21:28,981 DEBUG Found tickets for planetlab1.uvic.ca
-2006-09-28 21:21:28,982 DEBUG Popping from q - planet2.cs.rochester.edu
-2006-09-28 21:21:28,983 DEBUG Found tickets for planetlab1.polito.it
-2006-09-28 21:21:28,983 DEBUG Popping from q - planetlab1.xeno.cl.cam.ac.uk
-2006-09-28 21:21:28,985 DEBUG Popping from q - lycra.cs.princeton.edu
-2006-09-28 21:21:28,986 DEBUG Popping from q - planetlab06.mpi-sws.mpg.de
-2006-09-28 21:21:28,988 DEBUG Found tickets for cloudburst.uwaterloo.ca
-2006-09-28 21:21:28,988 DEBUG Popping from q - planetlab1.ias.csusb.edu
-2006-09-28 21:21:28,989 DEBUG Found tickets for planet2.cs.rochester.edu
-2006-09-28 21:21:28,989 DEBUG Popping from q - vayu.iitd.ernet.in
-2006-09-28 21:21:28,991 DEBUG Popping from q - node2.lbnl.nodes.planet-lab.org
-2006-09-28 21:21:28,992 DEBUG Found tickets for lycra.cs.princeton.edu
-2006-09-28 21:21:28,993 DEBUG Popping from q - planetlab2.cs.byu.edu
-2006-09-28 21:21:28,994 DEBUG Popping from q - cqu1.6planetlab.edu.cn
-2006-09-28 21:21:28,995 DEBUG Found tickets for planetlab1.ias.csusb.edu
-2006-09-28 21:21:28,995 DEBUG Popping from q - planetlab2.acis.ufl.edu
-2006-09-28 21:21:28,997 DEBUG Popping from q - planetlab1.cs.unibo.it
-2006-09-28 21:21:28,999 DEBUG Popping from q - tju2.6planetlab.edu.cn
-2006-09-28 21:21:29,000 DEBUG Found tickets for planetlab1.cs.unibo.it
-2006-09-28 21:21:29,001 DEBUG Popping from q - orbpl1.rutgers.edu
-2006-09-28 21:21:29,001 DEBUG Found tickets for cqu1.6planetlab.edu.cn
-2006-09-28 21:21:29,002 DEBUG Popping from q - ent1.cs.nccu.edu.tw
-2006-09-28 21:21:29,003 DEBUG Popping from q - planet0.jaist.ac.jp
-2006-09-28 21:21:29,004 DEBUG Found tickets for planetlab2.acis.ufl.edu
-2006-09-28 21:21:29,004 DEBUG Popping from q - planetlab1.informatik.uni-wuerzburg.de
-2006-09-28 21:21:29,006 DEBUG Found tickets for tju2.6planetlab.edu.cn
-2006-09-28 21:21:29,006 DEBUG Popping from q - planetlab3.warsaw.rd.tp.pl
-2006-09-28 21:21:29,007 DEBUG Found tickets for orbpl1.rutgers.edu
-2006-09-28 21:21:29,008 DEBUG Popping from q - planetlab0.ias.csusb.edu
-2006-09-28 21:21:29,009 DEBUG Found tickets for ent1.cs.nccu.edu.tw
-2006-09-28 21:21:29,009 DEBUG Popping from q - planetlab-2.amst.nodes.planet-lab.org
-2006-09-28 21:21:29,011 DEBUG Found tickets for planet0.jaist.ac.jp
-2006-09-28 21:21:29,011 DEBUG Popping from q - planetlab3.inria.fr
-2006-09-28 21:21:29,013 DEBUG Popping from q - 200-102-209-152.paemt7001.t.brasiltelecom.net.br
-2006-09-28 21:21:29,014 DEBUG Found tickets for planetlab0.ias.csusb.edu
-2006-09-28 21:21:29,014 DEBUG Popping from q - planetlab3.mnl.cs.sunysb.edu
-2006-09-28 21:21:29,012 DEBUG Found tickets for planetlab1.informatik.uni-wuerzburg.de
-2006-09-28 21:21:29,016 DEBUG Found tickets for 200-102-209-152.paemt7001.t.brasiltelecom.net.br
-2006-09-28 21:21:29,016 DEBUG Popping from q - ent2.cs.nccu.edu.tw
-2006-09-28 21:21:29,016 DEBUG Popping from q - planetlab-15.cs.princeton.edu
-2006-09-28 21:21:29,019 DEBUG Popping from q - planet-lab-2.csse.monash.edu.au
-2006-09-28 21:21:29,020 DEBUG Popping from q - planet1.ecse.rpi.edu
-2006-09-28 21:21:29,021 DEBUG Found tickets for ent2.cs.nccu.edu.tw
-2006-09-28 21:21:29,022 DEBUG Popping from q - planetlab2.pop-mg.rnp.br
-2006-09-28 21:21:29,023 DEBUG Popping from q - planetlab-2.unk.edu
-2006-09-28 21:21:29,024 DEBUG Found tickets for planet-lab-2.csse.monash.edu.au
-2006-09-28 21:21:29,025 DEBUG Popping from q - planetlab2.rdfrancetelecom.com
-2006-09-28 21:21:29,024 DEBUG Found tickets for planet1.ecse.rpi.edu
-2006-09-28 21:21:29,026 DEBUG Popping from q - planetlab1.eurecom.fr
-2006-09-28 21:21:29,025 DEBUG Found tickets for planetlab2.pop-mg.rnp.br
-2006-09-28 21:21:29,028 DEBUG Popping from q - planetlab1.cs.virginia.edu
-2006-09-28 21:21:29,029 DEBUG Found tickets for planetlab1.eurecom.fr
-2006-09-28 21:21:29,030 DEBUG Popping from q - tju1.6planetlab.edu.cn
-2006-09-28 21:21:29,031 DEBUG Found tickets for planetlab2.rdfrancetelecom.com
-2006-09-28 21:21:29,031 DEBUG Popping from q - planetlab-3.amst.nodes.planet-lab.org
-2006-09-28 21:21:29,032 DEBUG Popping from q - planetlab1.georgetown.edu
-2006-09-28 21:21:29,034 DEBUG Popping from q - planet1.inf.tu-dresden.de
-2006-09-28 21:21:29,035 DEBUG Found tickets for tju1.6planetlab.edu.cn
-2006-09-28 21:21:29,036 DEBUG Popping from q - planetlab02.erin.utoronto.ca
-2006-09-28 21:21:29,035 DEBUG Popping from q - alice.cs.princeton.edu
-2006-09-28 21:21:29,038 DEBUG Popping from q - planetlab-1.vuse.vanderbilt.edu
-2006-09-28 21:21:29,039 DEBUG Found tickets for planetlab1.georgetown.edu
-2006-09-28 21:21:29,039 DEBUG Popping from q - planetlab3.uvic.ca
-2006-09-28 21:21:29,040 DEBUG Popping from q - scut2.6planetlab.edu.cn
-2006-09-28 21:21:29,042 DEBUG Popping from q - planetlab1.swidnik.rd.tp.pl
-2006-09-28 21:21:29,044 DEBUG Found tickets for planetlab3.uvic.ca
-2006-09-28 21:21:29,045 DEBUG Popping from q - planet2.cdacb.ernet.in
-2006-09-28 21:21:29,046 DEBUG Found tickets for scut2.6planetlab.edu.cn
-2006-09-28 21:21:29,046 DEBUG Popping from q - planetlab1.rdfrancetelecom.com
-2006-09-28 21:21:29,047 DEBUG Found tickets for planetlab1.swidnik.rd.tp.pl
-2006-09-28 21:21:29,047 DEBUG Popping from q - planet2.inf.tu-dresden.de
-2006-09-28 21:21:29,048 DEBUG Found tickets for alice.cs.princeton.edu
-2006-09-28 21:21:29,049 DEBUG Popping from q - planet02.csc.ncsu.edu
-2006-09-28 21:21:29,050 DEBUG Found tickets for planetlab-1.vuse.vanderbilt.edu
-2006-09-28 21:21:29,050 DEBUG Popping from q - planetlab-1.tssg.org
-2006-09-28 21:21:29,052 DEBUG Found tickets for planet2.cdacb.ernet.in
-2006-09-28 21:21:29,052 DEBUG Popping from q - planetlab-2.vuse.vanderbilt.edu
-2006-09-28 21:21:29,053 DEBUG Popping from q - planetlab-11.cs.princeton.edu
-2006-09-28 21:21:29,054 DEBUG Popping from q - planet03.csc.ncsu.edu
-2006-09-28 21:21:29,056 DEBUG Found tickets for planetlab-1.tssg.org
-2006-09-28 21:21:29,056 DEBUG Popping from q - planetlab1.pop-rj.rnp.br
-2006-09-28 21:21:29,057 DEBUG Found tickets for planetlab1.rdfrancetelecom.com
-2006-09-28 21:21:29,058 DEBUG Popping from q - planet1.halifax.canet4.nodes.planet-lab.org
-2006-09-28 21:21:29,059 DEBUG Popping from q - planetlab2.uc.edu
-2006-09-28 21:21:29,061 DEBUG Popping from q - planet1.cavite.nodes.planet-lab.org
-2006-09-28 21:21:29,062 DEBUG Found tickets for planetlab-2.vuse.vanderbilt.edu
-2006-09-28 21:21:29,062 DEBUG Popping from q - ds-pl3.technion.ac.il
-2006-09-28 21:21:29,063 DEBUG Found tickets for planetlab1.pop-rj.rnp.br
-2006-09-28 21:21:29,064 DEBUG Popping from q - planetlab2.cs.purdue.edu
-2006-09-28 21:21:29,065 DEBUG Popping from q - planetlab3.millennium.berkeley.edu
-2006-09-28 21:21:29,067 DEBUG Popping from q - planetlab1.unl.edu
-2006-09-28 21:21:29,068 DEBUG Popping from q - planetlab1.cs.colorado.edu
-2006-09-28 21:21:29,070 DEBUG Popping from q - planetlab02.cs.washington.edu
-2006-09-28 21:21:29,071 DEBUG Popping from q - pads21.cs.nthu.edu.tw
-2006-09-28 21:21:29,072 DEBUG Found tickets for ds-pl3.technion.ac.il
-2006-09-28 21:21:29,073 DEBUG Popping from q - orbpl2.rutgers.edu
-2006-09-28 21:21:29,074 DEBUG Found tickets for planetlab1.unl.edu
-2006-09-28 21:21:29,074 DEBUG Popping from q - planetlab2.informatik.uni-erlangen.de
-2006-09-28 21:21:29,075 DEBUG Found tickets for planetlab1.cs.colorado.edu
-2006-09-28 21:21:29,075 DEBUG Popping from q - planetlab-01.ipv6.lip6.fr
-2006-09-28 21:21:29,077 DEBUG Found tickets for planetlab02.cs.washington.edu
-2006-09-28 21:21:29,078 DEBUG Popping from q - pl2.ernet.in
-2006-09-28 21:21:29,079 DEBUG Found tickets for planetlab2.informatik.uni-erlangen.de
-2006-09-28 21:21:29,079 DEBUG Popping from q - neu2.6planetlab.edu.cn
-2006-09-28 21:21:29,080 DEBUG Popping from q - planetlab-2.cs.uni-paderborn.de
-2006-09-28 21:21:29,082 DEBUG Found tickets for planetlab-01.ipv6.lip6.fr
-2006-09-28 21:21:29,082 DEBUG Popping from q - planet5.cs.huji.ac.il
-2006-09-28 21:21:29,083 DEBUG Found tickets for orbpl2.rutgers.edu
-2006-09-28 21:21:29,084 DEBUG Popping from q - planetlab1.elet.polimi.it
-2006-09-28 21:21:29,085 DEBUG Popping from q - planetlab2.iiitb.ac.in
-2006-09-28 21:21:29,086 DEBUG Popping from q - server1.planetlab.iit-tech.net
-2006-09-28 21:21:29,088 DEBUG Popping from q - planetlab2.iitb.ac.in
-2006-09-28 21:21:29,089 DEBUG Popping from q - planetlab02.dis.unina.it
-2006-09-28 21:21:29,091 DEBUG Popping from q - planetlab-1.dis.uniroma1.it
-2006-09-28 21:21:29,092 DEBUG Popping from q - planetlab1.iitb.ac.in
-2006-09-28 21:21:29,093 DEBUG Found tickets for server1.planetlab.iit-tech.net
-2006-09-28 21:21:29,093 DEBUG Popping from q - pku1.6planetlab.edu.cn
-2006-09-28 21:21:29,095 DEBUG Found tickets for planetlab2.iitb.ac.in
-2006-09-28 21:21:29,095 DEBUG Popping from q - planetlab1.warsaw.rd.tp.pl
-2006-09-28 21:21:29,097 DEBUG Popping from q - planetlab1.cri.haifa.ac.il
-2006-09-28 21:21:29,098 DEBUG Popping from q - planetlab-2.cs.ucy.ac.cy
-2006-09-28 21:21:29,099 DEBUG Found tickets for planetlab1.iitb.ac.in
-2006-09-28 21:21:29,100 DEBUG Popping from q - pl1.ernet.in
-2006-09-28 21:21:29,100 DEBUG Found tickets for pku1.6planetlab.edu.cn
-2006-09-28 21:21:29,101 DEBUG Popping from q - planetlab2.georgetown.edu
-2006-09-28 21:21:29,103 DEBUG Popping from q - server2.planetlab.iit-tech.net
-2006-09-28 21:21:29,104 DEBUG Popping from q - planetlab2.di.unito.it
-2006-09-28 21:21:29,105 DEBUG Found tickets for planetlab1.cri.haifa.ac.il
-2006-09-28 21:21:29,106 DEBUG Popping from q - planetlab1.csee.usf.edu
-2006-09-28 21:21:29,107 DEBUG Found tickets for planetlab2.georgetown.edu
-2006-09-28 21:21:29,107 DEBUG Popping from q - planetlab-2.dis.uniroma1.it
-2006-09-28 21:21:29,108 DEBUG Popping from q - planetlab2.informatik.uni-kl.de
-2006-09-28 21:21:29,110 DEBUG Popping from q - planet1.cs.rochester.edu
-2006-09-28 21:21:29,111 DEBUG Popping from q - planetlab1.rutgers.edu
-2006-09-28 21:21:29,113 DEBUG Found tickets for server2.planetlab.iit-tech.net
-2006-09-28 21:21:29,113 DEBUG Popping from q - planetlab-2.ece.iastate.edu
-2006-09-28 21:21:29,114 DEBUG Popping from q - planetlab-1.sjce.nodes.planet-lab.org
-2006-09-28 21:21:29,116 DEBUG Found tickets for planetlab2.informatik.uni-kl.de
-2006-09-28 21:21:29,116 DEBUG Popping from q - planetlab2.ece.ucdavis.edu
-2006-09-28 21:21:29,118 DEBUG Popping from q - planetlab1.ie.cuhk.edu.hk
-2006-09-28 21:21:29,119 DEBUG Found tickets for planet1.cs.rochester.edu
-2006-09-28 21:21:29,119 DEBUG Popping from q - planetlab2lannion.elibel.tm.fr
-2006-09-28 21:21:29,120 DEBUG Found tickets for planetlab1.rutgers.edu
-2006-09-28 21:21:29,121 DEBUG Popping from q - planetlab01.mpi-sws.mpg.de
-2006-09-28 21:21:29,122 DEBUG Found tickets for planetlab-1.sjce.nodes.planet-lab.org
-2006-09-28 21:21:29,122 DEBUG Popping from q - planetlab2.cs.duke.edu
-2006-09-28 21:21:29,124 DEBUG Popping from q - planetlab1.rn.informatics.scitech.susx.ac.uk
-2006-09-28 21:21:29,125 DEBUG Popping from q - planetlab1.eee.hku.hk
-2006-09-28 21:21:29,126 DEBUG Popping from q - pads23.cs.nthu.edu.tw
-2006-09-28 21:21:29,127 DEBUG Popping from q - planet2.halifax.canet4.nodes.planet-lab.org
-2006-09-28 21:21:29,129 DEBUG Found tickets for planetlab1.rn.informatics.scitech.susx.ac.uk
-2006-09-28 21:21:29,130 DEBUG Popping from q - planetlab-2.tssg.org
-2006-09-28 21:21:29,131 DEBUG Found tickets for planetlab1.ie.cuhk.edu.hk
-2006-09-28 21:21:29,131 DEBUG Popping from q - 200-102-209-151.paemt7001.t.brasiltelecom.net.br
-2006-09-28 21:21:29,132 DEBUG Popping from q - planetlab2.poly.edu
-2006-09-28 21:21:29,133 DEBUG Found tickets for planetlab1.eee.hku.hk
-2006-09-28 21:21:29,134 DEBUG Popping from q - planetlab1.poly.edu
-2006-09-28 21:21:29,136 DEBUG Found tickets for planetlab-2.tssg.org
-2006-09-28 21:21:29,136 DEBUG Popping from q - planetlab2.net-research.org.uk
-2006-09-28 21:21:29,137 DEBUG Found tickets for 200-102-209-151.paemt7001.t.brasiltelecom.net.br
-2006-09-28 21:21:29,138 DEBUG Popping from q - planetlab-2.imperial.ac.uk
-2006-09-28 21:21:29,139 DEBUG Popping from q - planetlab-1.imperial.ac.uk
-2006-09-28 21:21:29,140 DEBUG Found tickets for planet2.halifax.canet4.nodes.planet-lab.org
-2006-09-28 21:21:29,140 DEBUG Popping from q - planetlab1.byu.edu
-2006-09-28 21:21:29,141 DEBUG Popping from q - planetlab1.cis.upenn.edu
-2006-09-28 21:21:29,143 DEBUG Found tickets for planetlab2.net-research.org.uk
-2006-09-28 21:21:29,143 DEBUG Popping from q - planetlab2.eee.hku.hk
-2006-09-28 21:21:29,144 DEBUG Found tickets for planetlab-2.imperial.ac.uk
-2006-09-28 21:21:29,145 DEBUG Found tickets for planetlab-1.imperial.ac.uk
-2006-09-28 21:40:51,162 DEBUG Removing stale entries from DB.
-2006-09-28 21:40:51,163 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='drift%20%3E%201m'
-2006-09-28 21:40:51,306 DEBUG Retrieved 8 hosts
-2006-09-28 21:40:51,307 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='resptime%20%3E%200%20&&%20gbfree%20%3C%205'
-2006-09-28 21:40:51,452 DEBUG Retrieved 10 hosts
-2006-09-28 21:40:51,453 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='sshstatus%20%3E%202h'
-2006-09-28 21:40:51,799 DEBUG Retrieved 161 hosts
-2006-09-28 21:40:51,801 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='dns1udp%20%3E%2080%20&&%20dns2udp%20%3E%2080'
-2006-09-28 21:40:51,936 DEBUG Retrieved 6 hosts
-2006-09-28 21:40:51,937 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='filerw%3E0'
-2006-09-28 21:40:52,067 DEBUG Retrieved 2 hosts
-2006-09-28 21:40:52,068 INFO cs-planetlab2.cs.surrey.sfu.ca no longer down
-2006-09-28 21:40:52,069 INFO Refreshing DB.
-2006-09-28 21:40:52,070 DEBUG Popping from q - planetlab2.rutgers.edu
-2006-09-28 21:40:52,071 DEBUG Popping from q - vn3.cs.wustl.edu
-2006-09-28 21:40:52,072 DEBUG Popping from q - planetlab2.cri.haifa.ac.il
-2006-09-28 21:40:52,073 DEBUG Popping from q - soccf-planet-001.comp.nus.edu.sg
-2006-09-28 21:40:52,074 DEBUG Popping from q - planet2.njit.edu
-2006-09-28 21:40:52,075 DEBUG Found tickets for planetlab2.rutgers.edu
-2006-09-28 21:40:52,076 DEBUG Popping from q - planetlab1.cri.haifa.ac.il
-2006-09-28 21:40:52,078 DEBUG Found tickets for planetlab2.cri.haifa.ac.il
-2006-09-28 21:40:52,078 DEBUG Popping from q - planetlab7.csail.mit.edu
-2006-09-28 21:40:52,079 DEBUG Found tickets for planet2.njit.edu
-2006-09-28 21:40:52,079 DEBUG Popping from q - buaa1.6planetlab.edu.cn
-2006-09-28 21:40:52,080 DEBUG Found tickets for soccf-planet-001.comp.nus.edu.sg
-2006-09-28 21:40:52,081 DEBUG Popping from q - planetlab2.net-research.org.uk
-2006-09-28 21:40:52,082 DEBUG Found tickets for planetlab1.cri.haifa.ac.il
-2006-09-28 21:40:52,083 DEBUG Popping from q - planetlab1.pop-ce.rnp.br
-2006-09-28 21:40:52,084 DEBUG Found tickets for vn3.cs.wustl.edu
-2006-09-28 21:40:52,084 DEBUG Popping from q - planetlab2.mnlab.cti.depaul.edu
-2006-09-28 21:40:52,086 DEBUG Found tickets for planetlab7.csail.mit.edu
-2006-09-28 21:40:52,086 DEBUG Popping from q - planetlab-8.cs.princeton.edu
-2006-09-28 21:40:52,087 DEBUG Found tickets for buaa1.6planetlab.edu.cn
-2006-09-28 21:40:52,088 DEBUG Popping from q - planetlab2.ucsd.edu
-2006-09-28 21:40:52,089 DEBUG Found tickets for planetlab2.net-research.org.uk
-2006-09-28 21:40:52,089 DEBUG Popping from q - blast.uwaterloo.ca
-2006-09-28 21:40:52,091 DEBUG Found tickets for planetlab1.pop-ce.rnp.br
-2006-09-28 21:40:52,091 DEBUG Popping from q - planetlab1.cs.wayne.edu
-2006-09-28 21:40:52,092 DEBUG Found tickets for planetlab-8.cs.princeton.edu
-2006-09-28 21:40:52,092 DEBUG Popping from q - pli1-br-3.hpl.hp.com
-2006-09-28 21:40:52,093 DEBUG Found tickets for planetlab2.mnlab.cti.depaul.edu
-2006-09-28 21:40:52,094 DEBUG Popping from q - planetlab1.di.unito.it
-2006-09-28 21:40:52,095 DEBUG Found tickets for planetlab2.ucsd.edu
-2006-09-28 21:40:52,096 DEBUG Popping from q - planetlab-1.ece.iastate.edu
-2006-09-28 21:40:52,097 DEBUG Found tickets for planetlab1.cs.wayne.edu
-2006-09-28 21:40:52,097 DEBUG Popping from q - sdu1.6planetlab.edu.cn
-2006-09-28 21:40:52,099 DEBUG Found tickets for blast.uwaterloo.ca
-2006-09-28 21:40:52,099 DEBUG Popping from q - planetlab-13.cs.princeton.edu
-2006-09-28 21:40:52,100 DEBUG Found tickets for planetlab-1.ece.iastate.edu
-2006-09-28 21:40:52,101 DEBUG Popping from q - planet2.cs.ucsb.edu
-2006-09-28 21:40:52,102 DEBUG Found tickets for pli1-br-3.hpl.hp.com
-2006-09-28 21:40:52,102 DEBUG Popping from q - ent2.cs.nccu.edu.tw
-2006-09-28 21:40:52,103 DEBUG Found tickets for planetlab1.di.unito.it
-2006-09-28 21:40:52,103 DEBUG Popping from q - planetlab-4.ece.iastate.edu
-2006-09-28 21:40:52,105 DEBUG Found tickets for sdu1.6planetlab.edu.cn
-2006-09-28 21:40:52,105 DEBUG Popping from q - planetlab2.informatik.uni-goettingen.de
-2006-09-28 21:40:52,106 DEBUG Found tickets for planetlab-13.cs.princeton.edu
-2006-09-28 21:40:52,107 DEBUG Popping from q - planetlab1.mnl.cs.sunysb.edu
-2006-09-28 21:40:52,109 DEBUG Found tickets for ent2.cs.nccu.edu.tw
-2006-09-28 21:40:52,109 DEBUG Popping from q - planetlab-01.ipv6.lip6.fr
-2006-09-28 21:40:52,110 DEBUG Found tickets for planet2.cs.ucsb.edu
-2006-09-28 21:40:52,110 DEBUG Popping from q - planetlab04.ethz.ch
-2006-09-28 21:40:52,111 DEBUG Found tickets for planetlab2.informatik.uni-goettingen.de
-2006-09-28 21:40:52,112 DEBUG Popping from q - sdu2.6planetlab.edu.cn
-2006-09-28 21:40:52,113 DEBUG Found tickets for planetlab-4.ece.iastate.edu
-2006-09-28 21:40:52,113 DEBUG Popping from q - planet-lab.iki.rssi.ru
-2006-09-28 21:40:52,115 DEBUG Found tickets for planetlab1.mnl.cs.sunysb.edu
-2006-09-28 21:40:52,115 DEBUG Popping from q - planetlab1.polito.it
-2006-09-28 21:40:52,117 DEBUG Found tickets for planet-lab.iki.rssi.ru
-2006-09-28 21:40:52,117 DEBUG Popping from q - planetlab1.uvic.ca
-2006-09-28 21:40:52,118 DEBUG Found tickets for planetlab-01.ipv6.lip6.fr
-2006-09-28 21:40:52,119 DEBUG Popping from q - planetlab2.uvic.ca
-2006-09-28 21:40:52,120 DEBUG Found tickets for planetlab04.ethz.ch
-2006-09-28 21:40:52,120 DEBUG Popping from q - planet2.cs.rochester.edu
-2006-09-28 21:40:52,121 DEBUG Found tickets for sdu2.6planetlab.edu.cn
-2006-09-28 21:40:52,122 DEBUG Popping from q - lycra.cs.princeton.edu
-2006-09-28 21:40:52,123 DEBUG Found tickets for planetlab1.uvic.ca
-2006-09-28 21:40:52,123 DEBUG Popping from q - cloudburst.uwaterloo.ca
-2006-09-28 21:40:52,125 DEBUG Found tickets for planetlab1.polito.it
-2006-09-28 21:40:52,125 DEBUG Popping from q - planetlab1.ias.csusb.edu
-2006-09-28 21:40:52,126 DEBUG Found tickets for planet2.cs.rochester.edu
-2006-09-28 21:40:52,127 DEBUG Popping from q - planetlab1.cs.unibo.it
-2006-09-28 21:40:52,128 DEBUG Found tickets for lycra.cs.princeton.edu
-2006-09-28 21:40:52,128 DEBUG Popping from q - cqu1.6planetlab.edu.cn
-2006-09-28 21:40:52,129 DEBUG Found tickets for planetlab2.uvic.ca
-2006-09-28 21:40:52,130 DEBUG Popping from q - planetlab2.acis.ufl.edu
-2006-09-28 21:40:52,131 DEBUG Found tickets for planetlab1.ias.csusb.edu
-2006-09-28 21:40:52,131 DEBUG Popping from q - tju2.6planetlab.edu.cn
-2006-09-28 21:40:52,133 DEBUG Found tickets for cloudburst.uwaterloo.ca
-2006-09-28 21:40:52,133 DEBUG Popping from q - planetlab-1.imperial.ac.uk
-2006-09-28 21:40:52,135 DEBUG Found tickets for planetlab1.cs.unibo.it
-2006-09-28 21:40:52,135 DEBUG Popping from q - orbpl1.rutgers.edu
-2006-09-28 21:40:52,136 DEBUG Found tickets for cqu1.6planetlab.edu.cn
-2006-09-28 21:40:52,136 DEBUG Popping from q - ent1.cs.nccu.edu.tw
-2006-09-28 21:40:52,137 DEBUG Found tickets for planetlab2.acis.ufl.edu
-2006-09-28 21:40:52,138 DEBUG Popping from q - planet0.jaist.ac.jp
-2006-09-28 21:40:52,139 DEBUG Found tickets for tju2.6planetlab.edu.cn
-2006-09-28 21:40:52,139 DEBUG Popping from q - planetlab1.informatik.uni-wuerzburg.de
-2006-09-28 21:40:52,141 DEBUG Found tickets for planetlab-1.imperial.ac.uk
-2006-09-28 21:40:52,141 DEBUG Popping from q - planetlab0.ias.csusb.edu
-2006-09-28 21:40:52,143 DEBUG Found tickets for orbpl1.rutgers.edu
-2006-09-28 21:40:52,143 DEBUG Popping from q - 200-102-209-152.paemt7001.t.brasiltelecom.net.br
-2006-09-28 21:40:52,144 DEBUG Found tickets for ent1.cs.nccu.edu.tw
-2006-09-28 21:40:52,144 DEBUG Popping from q - planet-lab-2.csse.monash.edu.au
-2006-09-28 21:40:52,146 DEBUG Found tickets for planet0.jaist.ac.jp
-2006-09-28 21:40:52,146 DEBUG Popping from q - planet1.ecse.rpi.edu
-2006-09-28 21:40:52,147 DEBUG Found tickets for planetlab1.informatik.uni-wuerzburg.de
-2006-09-28 21:40:52,148 DEBUG Popping from q - planetlab2.pop-mg.rnp.br
-2006-09-28 21:40:52,149 DEBUG Found tickets for planetlab0.ias.csusb.edu
-2006-09-28 21:40:52,149 DEBUG Popping from q - planetlab2.rdfrancetelecom.com
-2006-09-28 21:40:52,151 DEBUG Found tickets for planet1.ecse.rpi.edu
-2006-09-28 21:40:52,151 DEBUG Popping from q - planetlab1.eurecom.fr
-2006-09-28 21:40:52,152 DEBUG Found tickets for planet-lab-2.csse.monash.edu.au
-2006-09-28 21:40:52,152 DEBUG Popping from q - tju1.6planetlab.edu.cn
-2006-09-28 21:40:52,154 DEBUG Found tickets for 200-102-209-152.paemt7001.t.brasiltelecom.net.br
-2006-09-28 21:40:52,154 DEBUG Popping from q - planetlab1.georgetown.edu
-2006-09-28 21:40:52,155 DEBUG Found tickets for planetlab2.rdfrancetelecom.com
-2006-09-28 21:40:52,156 DEBUG Popping from q - alice.cs.princeton.edu
-2006-09-28 21:40:52,157 DEBUG Found tickets for planetlab2.pop-mg.rnp.br
-2006-09-28 21:40:52,157 DEBUG Popping from q - planetlab-1.vuse.vanderbilt.edu
-2006-09-28 21:40:52,159 DEBUG Found tickets for planetlab1.georgetown.edu
-2006-09-28 21:40:52,159 DEBUG Popping from q - planetlab3.uvic.ca
-2006-09-28 21:40:52,160 DEBUG Found tickets for planetlab1.eurecom.fr
-2006-09-28 21:40:52,160 DEBUG Popping from q - scut2.6planetlab.edu.cn
-2006-09-28 21:40:52,162 DEBUG Found tickets for tju1.6planetlab.edu.cn
-2006-09-28 21:40:52,162 DEBUG Popping from q - planetlab1.swidnik.rd.tp.pl
-2006-09-28 21:40:52,164 DEBUG Found tickets for planetlab-1.vuse.vanderbilt.edu
-2006-09-28 21:40:52,164 DEBUG Popping from q - planet2.cdacb.ernet.in
-2006-09-28 21:40:52,165 DEBUG Found tickets for planetlab3.uvic.ca
-2006-09-28 21:40:52,166 DEBUG Popping from q - planetlab1.rdfrancetelecom.com
-2006-09-28 21:40:52,167 DEBUG Found tickets for planetlab1.swidnik.rd.tp.pl
-2006-09-28 21:40:52,167 DEBUG Popping from q - planetlab-1.tssg.org
-2006-09-28 21:40:52,168 DEBUG Found tickets for alice.cs.princeton.edu
-2006-09-28 21:40:52,169 DEBUG Popping from q - planetlab-2.vuse.vanderbilt.edu
-2006-09-28 21:40:52,170 DEBUG Found tickets for scut2.6planetlab.edu.cn
-2006-09-28 21:40:52,170 DEBUG Popping from q - planetlab1.pop-rj.rnp.br
-2006-09-28 21:40:52,172 DEBUG Found tickets for planet2.cdacb.ernet.in
-2006-09-28 21:40:52,172 DEBUG Popping from q - ds-pl3.technion.ac.il
-2006-09-28 21:40:52,173 DEBUG Found tickets for planetlab1.rdfrancetelecom.com
-2006-09-28 21:40:52,174 DEBUG Popping from q - planetlab1.unl.edu
-2006-09-28 21:40:52,175 DEBUG Found tickets for planetlab-1.tssg.org
-2006-09-28 21:40:52,175 DEBUG Popping from q - planetlab1.cse.msu.edu
-2006-09-28 21:40:52,176 DEBUG Found tickets for planetlab-2.vuse.vanderbilt.edu
-2006-09-28 21:40:52,177 DEBUG Popping from q - planetlab1.cs.colorado.edu
-2006-09-28 21:40:52,178 DEBUG Found tickets for planetlab1.pop-rj.rnp.br
-2006-09-28 21:40:52,178 DEBUG Popping from q - planetlab02.cs.washington.edu
-2006-09-28 21:40:52,180 DEBUG Found tickets for ds-pl3.technion.ac.il
-2006-09-28 21:40:52,180 DEBUG Popping from q - orbpl2.rutgers.edu
-2006-09-28 21:40:52,182 DEBUG Found tickets for planetlab1.unl.edu
-2006-09-28 21:40:52,182 DEBUG Popping from q - planetlab2.informatik.uni-erlangen.de
-2006-09-28 21:40:52,183 DEBUG Found tickets for planetlab1.cse.msu.edu
-2006-09-28 21:40:52,183 DEBUG Popping from q - planetlab1.cs.purdue.edu
-2006-09-28 21:40:52,184 DEBUG Found tickets for planetlab1.cs.colorado.edu
-2006-09-28 21:40:52,185 DEBUG Popping from q - planetlab2.iitb.ac.in
-2006-09-28 21:40:52,186 DEBUG Found tickets for planetlab02.cs.washington.edu
-2006-09-28 21:40:52,186 DEBUG Popping from q - server1.planetlab.iit-tech.net
-2006-09-28 21:40:52,187 DEBUG Found tickets for orbpl2.rutgers.edu
-2006-09-28 21:40:52,188 DEBUG Popping from q - planetlab1.iitb.ac.in
-2006-09-28 21:40:52,189 DEBUG Found tickets for planetlab2.informatik.uni-erlangen.de
-2006-09-28 21:40:52,190 DEBUG Popping from q - pku1.6planetlab.edu.cn
-2006-09-28 21:40:52,191 DEBUG Found tickets for planetlab1.cs.purdue.edu
-2006-09-28 21:40:52,191 DEBUG Popping from q - csu2.6planetlab.edu.cn
-2006-09-28 21:40:52,193 DEBUG Found tickets for planetlab2.iitb.ac.in
-2006-09-28 21:40:52,193 DEBUG Popping from q - planetlab2.cse.msu.edu
-2006-09-28 21:40:52,194 DEBUG Found tickets for planetlab1.iitb.ac.in
-2006-09-28 21:40:52,195 DEBUG Popping from q - planetlab2.georgetown.edu
-2006-09-28 21:40:52,196 DEBUG Found tickets for server1.planetlab.iit-tech.net
-2006-09-28 21:40:52,196 DEBUG Popping from q - server2.planetlab.iit-tech.net
-2006-09-28 21:40:52,198 DEBUG Found tickets for pku1.6planetlab.edu.cn
-2006-09-28 21:40:52,198 DEBUG Popping from q - planetlab2.informatik.uni-kl.de
-2006-09-28 21:40:52,199 DEBUG Found tickets for planetlab2.georgetown.edu
-2006-09-28 21:40:52,200 DEBUG Popping from q - planet1.cs.rochester.edu
-2006-09-28 21:40:52,201 DEBUG Found tickets for csu2.6planetlab.edu.cn
-2006-09-28 21:40:52,201 DEBUG Popping from q - planetlab-2.imperial.ac.uk
-2006-09-28 21:40:52,202 DEBUG Found tickets for planetlab2.cse.msu.edu
-2006-09-28 21:40:52,202 DEBUG Popping from q - planetlab1.rutgers.edu
-2006-09-28 21:40:52,205 DEBUG Found tickets for planetlab-2.imperial.ac.uk
-2006-09-28 21:40:52,205 DEBUG Popping from q - planetlab-1.sjce.nodes.planet-lab.org
-2006-09-28 21:40:52,206 DEBUG Found tickets for planetlab1.rutgers.edu
-2006-09-28 21:40:52,206 DEBUG Popping from q - planetlab1.ie.cuhk.edu.hk
-2006-09-28 21:40:52,207 DEBUG Found tickets for server2.planetlab.iit-tech.net
-2006-09-28 21:40:52,207 DEBUG Popping from q - planetlab1.rn.informatics.scitech.susx.ac.uk
-2006-09-28 21:40:52,209 DEBUG Found tickets for planetlab2.informatik.uni-kl.de
-2006-09-28 21:40:52,209 DEBUG Popping from q - planetlab1.eee.hku.hk
-2006-09-28 21:40:52,211 DEBUG Found tickets for planetlab-1.sjce.nodes.planet-lab.org
-2006-09-28 21:40:52,211 DEBUG Popping from q - planet2.halifax.canet4.nodes.planet-lab.org
-2006-09-28 21:40:52,212 DEBUG Found tickets for planetlab1.ie.cuhk.edu.hk
-2006-09-28 21:40:52,212 DEBUG Popping from q - planetlab-2.tssg.org
-2006-09-28 21:40:52,214 DEBUG Found tickets for planetlab1.rn.informatics.scitech.susx.ac.uk
-2006-09-28 21:40:52,215 DEBUG Popping from q - 200-102-209-151.paemt7001.t.brasiltelecom.net.br
-2006-09-28 21:40:52,216 DEBUG Found tickets for planet2.halifax.canet4.nodes.planet-lab.org
-2006-09-28 21:40:52,213 DEBUG Found tickets for planet1.cs.rochester.edu
-2006-09-28 21:40:52,217 DEBUG Found tickets for planetlab-2.tssg.org
-2006-09-28 21:40:52,218 DEBUG Found tickets for 200-102-209-151.paemt7001.t.brasiltelecom.net.br
-2006-09-28 21:40:52,218 DEBUG Found tickets for planetlab1.eee.hku.hk
-2006-09-28 21:41:28,707 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv
-2006-09-28 21:41:29,767 DEBUG Retrieved 705 hosts
-2006-09-28 21:41:29,773 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='drift%20%3E%201m'
-2006-09-28 21:41:29,912 DEBUG Retrieved 8 hosts
-2006-09-28 21:41:29,913 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='resptime%20%3E%200%20&&%20gbfree%20%3C%205'
-2006-09-28 21:41:30,055 DEBUG Retrieved 10 hosts
-2006-09-28 21:41:30,055 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='sshstatus%20%3E%202h'
-2006-09-28 21:41:30,403 DEBUG Retrieved 161 hosts
-2006-09-28 21:41:30,405 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='dns1udp%20%3E%2080%20&&%20dns2udp%20%3E%2080'
-2006-09-28 21:41:30,561 DEBUG Retrieved 6 hosts
-2006-09-28 21:41:30,561 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='filerw%3E0'
-2006-09-28 21:41:30,705 DEBUG Retrieved 2 hosts
-2006-09-28 21:41:30,708 DEBUG Popping from q - planetlab2.elet.polimi.it
-2006-09-28 21:41:30,709 DEBUG Popping from q - pli1-br-3.hpl.hp.com
-2006-09-28 21:41:30,710 DEBUG Popping from q - planetlab2.nbgisp.com
-2006-09-28 21:41:30,711 DEBUG Popping from q - planetlab1.cs.stir.ac.uk
-2006-09-28 21:41:30,711 DEBUG Popping from q - planetlab1.cse.msu.edu
-2006-09-28 21:41:30,713 DEBUG Popping from q - planetlab2.cse.msu.edu
-2006-09-28 21:41:30,715 DEBUG Popping from q - planetlab0.cs.stir.ac.uk
-2006-09-28 21:41:30,716 DEBUG Found tickets for planetlab1.cse.msu.edu
-2006-09-28 21:41:30,717 DEBUG Popping from q - planetlab1.informatik.uni-erlangen.de
-2006-09-28 21:41:30,718 DEBUG Popping from q - planetlab1.cs.purdue.edu
-2006-09-28 21:41:30,719 DEBUG Popping from q - planetlab1.een.orst.edu
-2006-09-28 21:41:30,720 DEBUG Found tickets for planetlab2.cse.msu.edu
-2006-09-28 21:41:30,721 DEBUG Popping from q - planetlab2.cs.columbia.edu
-2006-09-28 21:41:30,722 DEBUG Popping from q - planetlab1.win.trlabs.ca
-2006-09-28 21:41:30,724 DEBUG Found tickets for planetlab1.cs.purdue.edu
-2006-09-28 21:41:30,724 DEBUG Popping from q - planetlab1.cs.duke.edu
-2006-09-28 21:41:30,726 DEBUG Popping from q - planetlab2.flux.utah.edu
-2006-09-28 21:41:30,727 DEBUG Found tickets for pli1-br-3.hpl.hp.com
-2006-09-28 21:41:30,727 DEBUG Popping from q - planetlab3.cs.columbia.edu
-2006-09-28 21:41:30,728 DEBUG Popping from q - planetlab1.cs.columbia.edu
-2006-09-28 21:41:30,730 DEBUG Popping from q - planetlab3.flux.utah.edu
-2006-09-28 21:41:30,732 DEBUG Popping from q - planetlab-1.eecs.cwru.edu
-2006-09-28 21:41:30,733 DEBUG Popping from q - planetlab2.rutgers.edu
-2006-09-28 21:41:30,734 DEBUG Popping from q - vn3.cs.wustl.edu
-2006-09-28 21:41:30,736 DEBUG Popping from q - planetlab2.cri.haifa.ac.il
-2006-09-28 21:41:30,737 DEBUG Popping from q - soccf-planet-001.comp.nus.edu.sg
-2006-09-28 21:41:30,739 DEBUG Popping from q - planetlab01.cse.psu.edu
-2006-09-28 21:41:30,740 DEBUG Found tickets for planetlab2.rutgers.edu
-2006-09-28 21:41:30,741 DEBUG Popping from q - csu2.6planetlab.edu.cn
-2006-09-28 21:41:30,742 DEBUG Found tickets for vn3.cs.wustl.edu
-2006-09-28 21:41:30,742 DEBUG Popping from q - planet2.njit.edu
-2006-09-28 21:41:30,743 DEBUG Found tickets for planetlab2.cri.haifa.ac.il
-2006-09-28 21:41:30,744 DEBUG Popping from q - planetlab2.unl.edu
-2006-09-28 21:41:30,745 DEBUG Found tickets for csu2.6planetlab.edu.cn
-2006-09-28 21:41:30,746 DEBUG Popping from q - planetlab1.cs.pitt.edu
-2006-09-28 21:41:30,747 DEBUG Found tickets for soccf-planet-001.comp.nus.edu.sg
-2006-09-28 21:41:30,747 DEBUG Popping from q - planetlab-2.eecs.cwru.edu
-2006-09-28 21:41:30,748 DEBUG Found tickets for planet2.njit.edu
-2006-09-28 21:41:30,749 DEBUG Popping from q - planetlab2.urv.net
-2006-09-28 21:41:30,750 DEBUG Popping from q - planetlab7.csail.mit.edu
-2006-09-28 21:41:30,751 DEBUG Popping from q - buaa1.6planetlab.edu.cn
-2006-09-28 21:41:30,752 DEBUG Popping from q - ricepl-3.cs.rice.edu
-2006-09-28 21:41:30,754 DEBUG Popping from q - planet-lab-1.csse.monash.edu.au
-2006-09-28 21:41:30,756 DEBUG Found tickets for planetlab7.csail.mit.edu
-2006-09-28 21:41:30,756 DEBUG Popping from q - planetlab5.millennium.berkeley.edu
-2006-09-28 21:41:30,757 DEBUG Popping from q - planetlab1.pop-ce.rnp.br
-2006-09-28 21:41:30,759 DEBUG Found tickets for buaa1.6planetlab.edu.cn
-2006-09-28 21:41:30,759 DEBUG Popping from q - planetlab2.mnlab.cti.depaul.edu
-2006-09-28 21:41:30,760 DEBUG Popping from q - peace.ri.uni-tuebingen.de
-2006-09-28 21:41:30,762 DEBUG Popping from q - planetlab-8.cs.princeton.edu
-2006-09-28 21:41:30,763 DEBUG Popping from q - planetlab2.ucsd.edu
-2006-09-28 21:41:30,764 DEBUG Found tickets for planetlab2.mnlab.cti.depaul.edu
-2006-09-28 21:41:30,765 DEBUG Popping from q - blast.uwaterloo.ca
-2006-09-28 21:41:30,766 DEBUG Found tickets for planetlab1.pop-ce.rnp.br
-2006-09-28 21:41:30,767 DEBUG Popping from q - planetlab1.cs.wayne.edu
-2006-09-28 21:41:30,768 DEBUG Found tickets for planetlab-8.cs.princeton.edu
-2006-09-28 21:41:30,768 DEBUG Popping from q - pli1-br-3.hpl.hp.com
-2006-09-28 21:41:30,769 DEBUG Found tickets for planetlab2.ucsd.edu
-2006-09-28 21:41:30,770 DEBUG Popping from q - planetlab2.eurecom.fr
-2006-09-28 21:41:30,771 DEBUG Popping from q - planetlab1.di.unito.it
-2006-09-28 21:41:30,773 DEBUG Found tickets for blast.uwaterloo.ca
-2006-09-28 21:41:30,773 DEBUG Popping from q - planetlab2.simula.no
-2006-09-28 21:41:30,774 DEBUG Found tickets for planetlab1.cs.wayne.edu
-2006-09-28 21:41:30,774 DEBUG Popping from q - planetlab01.dis.unina.it
-2006-09-28 21:41:30,776 DEBUG Found tickets for pli1-br-3.hpl.hp.com
-2006-09-28 21:41:30,776 DEBUG Popping from q - planetlab1.flux.utah.edu
-2006-09-28 21:41:30,778 DEBUG Popping from q - planetlab-1.ece.iastate.edu
-2006-09-28 21:41:30,779 DEBUG Found tickets for planetlab1.di.unito.it
-2006-09-28 21:41:30,779 DEBUG Popping from q - sdu1.6planetlab.edu.cn
-2006-09-28 21:41:30,780 DEBUG Popping from q - planetlab4.upc.es
-2006-09-28 21:41:30,782 DEBUG Popping from q - planetlab-13.cs.princeton.edu
-2006-09-28 21:41:30,783 DEBUG Popping from q - planet1.cc.gt.atl.ga.us
-2006-09-28 21:41:30,785 DEBUG Found tickets for sdu1.6planetlab.edu.cn
-2006-09-28 21:41:30,785 DEBUG Popping from q - planetlab2.eecs.wsu.edu
-2006-09-28 21:41:30,786 DEBUG Found tickets for planetlab-1.ece.iastate.edu
-2006-09-28 21:41:30,786 DEBUG Popping from q - planet2.cs.ucsb.edu
-2006-09-28 21:41:30,788 DEBUG Popping from q - xjtu2.6planetlab.edu.cn
-2006-09-28 21:41:30,789 DEBUG Found tickets for planetlab-13.cs.princeton.edu
-2006-09-28 21:41:30,790 DEBUG Popping from q - planetlab3.upc.es
-2006-09-28 21:41:30,791 DEBUG Popping from q - node1.lbnl.nodes.planet-lab.org
-2006-09-28 21:41:30,792 DEBUG Popping from q - planetlab1.iitr.ernet.in
-2006-09-28 21:41:30,794 DEBUG Found tickets for planet2.cs.ucsb.edu
-2006-09-28 21:41:30,794 DEBUG Popping from q - planetlab1.ipls.internet2.planet-lab.org
-2006-09-28 21:41:30,795 DEBUG Popping from q - planetlab2.uvic.ca
-2006-09-28 21:41:30,797 DEBUG Popping from q - planetlab01.erin.utoronto.ca
-2006-09-28 21:41:30,798 DEBUG Popping from q - planetlab-4.ece.iastate.edu
-2006-09-28 21:41:30,800 DEBUG Popping from q - planetlab2.informatik.uni-goettingen.de
-2006-09-28 21:41:30,801 DEBUG Popping from q - ds-pl1.technion.ac.il
-2006-09-28 21:41:30,802 DEBUG Found tickets for planetlab2.uvic.ca
-2006-09-28 21:41:30,803 DEBUG Popping from q - planetlab1.mnl.cs.sunysb.edu
-2006-09-28 21:41:30,804 DEBUG Popping from q - aladdin.planetlab.extranet.uni-passau.de
-2006-09-28 21:41:30,805 DEBUG Found tickets for planetlab-4.ece.iastate.edu
-2006-09-28 21:41:30,805 DEBUG Popping from q - planetlab-1.cs.uni-paderborn.de
-2006-09-28 21:41:30,807 DEBUG Found tickets for planetlab2.informatik.uni-goettingen.de
-2006-09-28 21:41:30,808 DEBUG Popping from q - planet1.njit.edu
-2006-09-28 21:41:30,809 DEBUG Found tickets for planetlab1.mnl.cs.sunysb.edu
-2006-09-28 21:41:30,809 DEBUG Popping from q - pku2.6planetlab.edu.cn
-2006-09-28 21:41:30,810 DEBUG Popping from q - planetlab-1.cs.ucy.ac.cy
-2006-09-28 21:41:30,812 DEBUG Popping from q - planetlab00.cse.psu.edu
-2006-09-28 21:41:30,813 DEBUG Popping from q - planetlab04.ethz.ch
-2006-09-28 21:41:30,815 DEBUG Popping from q - sdu2.6planetlab.edu.cn
-2006-09-28 21:41:30,816 DEBUG Popping from q - planet-lab.iki.rssi.ru
-2006-09-28 21:41:30,817 DEBUG Popping from q - planetlab1.polito.it
-2006-09-28 21:41:30,819 DEBUG Found tickets for planetlab04.ethz.ch
-2006-09-28 21:41:30,819 DEBUG Popping from q - planetlab1.uvic.ca
-2006-09-28 21:41:30,820 DEBUG Popping from q - planetlab1.cs.byu.edu
-2006-09-28 21:41:30,821 DEBUG Found tickets for sdu2.6planetlab.edu.cn
-2006-09-28 21:41:30,822 DEBUG Popping from q - planetlab-1.amst.nodes.planet-lab.org
-2006-09-28 21:41:30,823 DEBUG Found tickets for planet-lab.iki.rssi.ru
-2006-09-28 21:41:30,823 DEBUG Popping from q - cloudburst.uwaterloo.ca
-2006-09-28 21:41:30,825 DEBUG Found tickets for planetlab1.polito.it
-2006-09-28 21:41:30,825 DEBUG Popping from q - planet2.cs.rochester.edu
-2006-09-28 21:41:30,827 DEBUG Found tickets for planetlab1.uvic.ca
-2006-09-28 21:41:30,827 DEBUG Popping from q - planetlab1.xeno.cl.cam.ac.uk
-2006-09-28 21:41:30,828 DEBUG Popping from q - lycra.cs.princeton.edu
-2006-09-28 21:41:30,830 DEBUG Found tickets for cloudburst.uwaterloo.ca
-2006-09-28 21:41:30,830 DEBUG Popping from q - planetlab06.mpi-sws.mpg.de
-2006-09-28 21:41:30,831 DEBUG Found tickets for lycra.cs.princeton.edu
-2006-09-28 21:41:30,832 DEBUG Popping from q - planetlab1.ias.csusb.edu
-2006-09-28 21:41:30,833 DEBUG Popping from q - vayu.iitd.ernet.in
-2006-09-28 21:41:30,834 DEBUG Found tickets for planet2.cs.rochester.edu
-2006-09-28 21:41:30,835 DEBUG Popping from q - node2.lbnl.nodes.planet-lab.org
-2006-09-28 21:41:30,836 DEBUG Popping from q - planetlab2.cs.byu.edu
-2006-09-28 21:41:30,837 DEBUG Found tickets for planetlab1.ias.csusb.edu
-2006-09-28 21:41:30,837 DEBUG Popping from q - cqu1.6planetlab.edu.cn
-2006-09-28 21:41:30,840 DEBUG Found tickets for cqu1.6planetlab.edu.cn
-2006-09-28 21:41:30,840 DEBUG Popping from q - planetlab1.cs.unibo.it
-2006-09-28 21:41:30,839 DEBUG Popping from q - planetlab2.acis.ufl.edu
-2006-09-28 21:41:30,842 DEBUG Popping from q - tju2.6planetlab.edu.cn
-2006-09-28 21:41:30,843 DEBUG Popping from q - orbpl1.rutgers.edu
-2006-09-28 21:41:30,844 DEBUG Popping from q - ent1.cs.nccu.edu.tw
-2006-09-28 21:41:30,846 DEBUG Found tickets for planetlab1.cs.unibo.it
-2006-09-28 21:41:30,846 DEBUG Popping from q - planet0.jaist.ac.jp
-2006-09-28 21:41:30,848 DEBUG Found tickets for tju2.6planetlab.edu.cn
-2006-09-28 21:41:30,848 DEBUG Popping from q - planetlab1.informatik.uni-wuerzburg.de
-2006-09-28 21:41:30,848 DEBUG Found tickets for planetlab2.acis.ufl.edu
-2006-09-28 21:41:30,850 DEBUG Found tickets for planet0.jaist.ac.jp
-2006-09-28 21:41:30,850 DEBUG Popping from q - planetlab0.ias.csusb.edu
-2006-09-28 21:41:30,851 DEBUG Popping from q - planetlab3.warsaw.rd.tp.pl
-2006-09-28 21:41:30,853 DEBUG Found tickets for orbpl1.rutgers.edu
-2006-09-28 21:41:30,853 DEBUG Popping from q - planetlab-2.amst.nodes.planet-lab.org
-2006-09-28 21:41:30,854 DEBUG Found tickets for ent1.cs.nccu.edu.tw
-2006-09-28 21:41:30,854 DEBUG Popping from q - planetlab3.inria.fr
-2006-09-28 21:41:30,856 DEBUG Found tickets for planetlab0.ias.csusb.edu
-2006-09-28 21:41:30,856 DEBUG Popping from q - 200-102-209-152.paemt7001.t.brasiltelecom.net.br
-2006-09-28 21:41:30,858 DEBUG Found tickets for planetlab1.informatik.uni-wuerzburg.de
-2006-09-28 21:41:30,858 DEBUG Popping from q - planetlab3.mnl.cs.sunysb.edu
-2006-09-28 21:41:30,859 DEBUG Popping from q - planetlab-15.cs.princeton.edu
-2006-09-28 21:41:30,860 DEBUG Popping from q - ent2.cs.nccu.edu.tw
-2006-09-28 21:41:30,861 DEBUG Popping from q - planet-lab-2.csse.monash.edu.au
-2006-09-28 21:41:30,863 DEBUG Found tickets for 200-102-209-152.paemt7001.t.brasiltelecom.net.br
-2006-09-28 21:41:30,863 DEBUG Popping from q - planet1.ecse.rpi.edu
-2006-09-28 21:41:30,865 DEBUG Popping from q - planetlab2.pop-mg.rnp.br
-2006-09-28 21:41:30,866 DEBUG Found tickets for planet-lab-2.csse.monash.edu.au
-2006-09-28 21:41:30,867 DEBUG Popping from q - planetlab-2.unk.edu
-2006-09-28 21:41:30,868 DEBUG Found tickets for planet1.ecse.rpi.edu
-2006-09-28 21:41:30,868 DEBUG Popping from q - planetlab2.rdfrancetelecom.com
-2006-09-28 21:41:30,869 DEBUG Popping from q - planetlab1.eurecom.fr
-2006-09-28 21:41:30,871 DEBUG Found tickets for ent2.cs.nccu.edu.tw
-2006-09-28 21:41:30,871 DEBUG Popping from q - planetlab1.cs.virginia.edu
-2006-09-28 21:41:30,873 DEBUG Found tickets for planetlab2.pop-mg.rnp.br
-2006-09-28 21:41:30,873 DEBUG Popping from q - tju1.6planetlab.edu.cn
-2006-09-28 21:41:30,874 DEBUG Found tickets for planetlab2.rdfrancetelecom.com
-2006-09-28 21:41:30,874 DEBUG Popping from q - planetlab-3.amst.nodes.planet-lab.org
-2006-09-28 21:41:30,876 DEBUG Popping from q - planetlab1.georgetown.edu
-2006-09-28 21:41:30,877 DEBUG Popping from q - planet1.inf.tu-dresden.de
-2006-09-28 21:41:30,878 DEBUG Found tickets for planetlab1.eurecom.fr
-2006-09-28 21:41:30,879 DEBUG Popping from q - alice.cs.princeton.edu
-2006-09-28 21:41:30,880 DEBUG Popping from q - planetlab02.erin.utoronto.ca
-2006-09-28 21:41:30,882 DEBUG Found tickets for tju1.6planetlab.edu.cn
-2006-09-28 21:41:30,882 DEBUG Popping from q - planetlab-1.vuse.vanderbilt.edu
-2006-09-28 21:41:30,884 DEBUG Found tickets for planetlab1.georgetown.edu
-2006-09-28 21:41:30,884 DEBUG Popping from q - planetlab3.uvic.ca
-2006-09-28 21:41:30,885 DEBUG Popping from q - scut2.6planetlab.edu.cn
-2006-09-28 21:41:30,886 DEBUG Found tickets for alice.cs.princeton.edu
-2006-09-28 21:41:30,886 DEBUG Popping from q - planetlab1.swidnik.rd.tp.pl
-2006-09-28 21:41:30,888 DEBUG Popping from q - planet2.cdacb.ernet.in
-2006-09-28 21:41:30,889 DEBUG Found tickets for planetlab-1.vuse.vanderbilt.edu
-2006-09-28 21:41:30,890 DEBUG Popping from q - planetlab1.rdfrancetelecom.com
-2006-09-28 21:41:30,891 DEBUG Found tickets for planetlab1.swidnik.rd.tp.pl
-2006-09-28 21:41:30,891 DEBUG Popping from q - planet2.inf.tu-dresden.de
-2006-09-28 21:41:30,893 DEBUG Found tickets for planetlab3.uvic.ca
-2006-09-28 21:41:30,893 DEBUG Popping from q - planet02.csc.ncsu.edu
-2006-09-28 21:41:30,894 DEBUG Found tickets for scut2.6planetlab.edu.cn
-2006-09-28 21:41:30,894 DEBUG Popping from q - planetlab-1.tssg.org
-2006-09-28 21:41:30,895 DEBUG Found tickets for planet2.cdacb.ernet.in
-2006-09-28 21:41:30,896 DEBUG Popping from q - planetlab-2.vuse.vanderbilt.edu
-2006-09-28 21:41:30,897 DEBUG Found tickets for planetlab1.rdfrancetelecom.com
-2006-09-28 21:41:30,898 DEBUG Popping from q - planetlab-11.cs.princeton.edu
-2006-09-28 21:41:30,899 DEBUG Popping from q - planet03.csc.ncsu.edu
-2006-09-28 21:41:30,901 DEBUG Popping from q - planetlab1.pop-rj.rnp.br
-2006-09-28 21:41:30,902 DEBUG Found tickets for planetlab-2.vuse.vanderbilt.edu
-2006-09-28 21:41:30,902 DEBUG Popping from q - planet1.halifax.canet4.nodes.planet-lab.org
-2006-09-28 21:41:30,903 DEBUG Found tickets for planetlab-1.tssg.org
-2006-09-28 21:41:30,904 DEBUG Popping from q - planetlab2.uc.edu
-2006-09-28 21:41:30,905 DEBUG Popping from q - planet1.cavite.nodes.planet-lab.org
-2006-09-28 21:41:30,907 DEBUG Popping from q - ds-pl3.technion.ac.il
-2006-09-28 21:41:30,908 DEBUG Found tickets for planetlab1.pop-rj.rnp.br
-2006-09-28 21:41:30,908 DEBUG Popping from q - planetlab2.cs.purdue.edu
-2006-09-28 21:41:30,909 DEBUG Popping from q - planetlab3.millennium.berkeley.edu
-2006-09-28 21:41:30,911 DEBUG Popping from q - planetlab1.unl.edu
-2006-09-28 21:41:30,913 DEBUG Found tickets for ds-pl3.technion.ac.il
-2006-09-28 21:41:30,913 DEBUG Popping from q - planetlab1.cs.colorado.edu
-2006-09-28 21:41:30,914 DEBUG Popping from q - planetlab02.cs.washington.edu
-2006-09-28 21:41:30,915 DEBUG Popping from q - pads21.cs.nthu.edu.tw
-2006-09-28 21:41:30,916 DEBUG Popping from q - orbpl2.rutgers.edu
-2006-09-28 21:41:30,919 DEBUG Found tickets for planetlab1.cs.colorado.edu
-2006-09-28 21:41:30,919 DEBUG Popping from q - planetlab2.informatik.uni-erlangen.de
-2006-09-28 21:41:30,920 DEBUG Found tickets for planetlab02.cs.washington.edu
-2006-09-28 21:41:30,920 DEBUG Popping from q - planetlab-01.ipv6.lip6.fr
-2006-09-28 21:41:30,921 DEBUG Found tickets for orbpl2.rutgers.edu
-2006-09-28 21:41:30,922 DEBUG Popping from q - pl2.ernet.in
-2006-09-28 21:41:30,923 DEBUG Found tickets for planetlab1.unl.edu
-2006-09-28 21:41:30,924 DEBUG Popping from q - planetlab-2.cs.uni-paderborn.de
-2006-09-28 21:41:30,925 DEBUG Found tickets for planetlab2.informatik.uni-erlangen.de
-2006-09-28 21:41:30,926 DEBUG Popping from q - planet5.cs.huji.ac.il
-2006-09-28 21:41:30,927 DEBUG Found tickets for planetlab-01.ipv6.lip6.fr
-2006-09-28 21:41:30,927 DEBUG Popping from q - planetlab1.elet.polimi.it
-2006-09-28 21:41:30,928 DEBUG Popping from q - planetlab2.iiitb.ac.in
-2006-09-28 21:41:30,923 DEBUG Popping from q - neu2.6planetlab.edu.cn
-2006-09-28 21:41:30,931 DEBUG Popping from q - server1.planetlab.iit-tech.net
-2006-09-28 21:41:30,931 DEBUG Popping from q - planetlab2.iitb.ac.in
-2006-09-28 21:41:30,932 DEBUG Popping from q - planetlab02.dis.unina.it
-2006-09-28 21:41:30,935 DEBUG Popping from q - planetlab-1.dis.uniroma1.it
-2006-09-28 21:41:30,936 DEBUG Popping from q - planetlab1.iitb.ac.in
-2006-09-28 21:41:30,938 DEBUG Popping from q - pku1.6planetlab.edu.cn
-2006-09-28 21:41:30,939 DEBUG Found tickets for planetlab2.iitb.ac.in
-2006-09-28 21:41:30,940 DEBUG Popping from q - planetlab1.warsaw.rd.tp.pl
-2006-09-28 21:41:30,941 DEBUG Found tickets for server1.planetlab.iit-tech.net
-2006-09-28 21:41:30,941 DEBUG Popping from q - planetlab1.cri.haifa.ac.il
-2006-09-28 21:41:30,942 DEBUG Popping from q - planetlab-2.cs.ucy.ac.cy
-2006-09-28 21:41:30,943 DEBUG Found tickets for planetlab1.iitb.ac.in
-2006-09-28 21:41:30,943 DEBUG Popping from q - pl1.ernet.in
-2006-09-28 21:41:30,945 DEBUG Found tickets for pku1.6planetlab.edu.cn
-2006-09-28 21:41:30,946 DEBUG Popping from q - planetlab2.georgetown.edu
-2006-09-28 21:41:30,947 DEBUG Found tickets for planetlab1.cri.haifa.ac.il
-2006-09-28 21:41:30,947 DEBUG Popping from q - server2.planetlab.iit-tech.net
-2006-09-28 21:41:30,948 DEBUG Popping from q - planetlab2.di.unito.it
-2006-09-28 21:41:30,949 DEBUG Popping from q - planetlab1.csee.usf.edu
-2006-09-28 21:41:30,951 DEBUG Popping from q - planetlab-2.dis.uniroma1.it
-2006-09-28 21:41:30,953 DEBUG Found tickets for server2.planetlab.iit-tech.net
-2006-09-28 21:41:30,953 DEBUG Popping from q - planetlab2.informatik.uni-kl.de
-2006-09-28 21:41:30,954 DEBUG Popping from q - planet1.cs.rochester.edu
-2006-09-28 21:41:30,955 DEBUG Found tickets for planetlab2.georgetown.edu
-2006-09-28 21:41:30,956 DEBUG Popping from q - planetlab1.rutgers.edu
-2006-09-28 21:41:30,957 DEBUG Popping from q - planetlab-2.ece.iastate.edu
-2006-09-28 21:41:30,958 DEBUG Popping from q - planetlab-1.sjce.nodes.planet-lab.org
-2006-09-28 21:41:30,960 DEBUG Found tickets for planet1.cs.rochester.edu
-2006-09-28 21:41:30,960 DEBUG Popping from q - planetlab2.ece.ucdavis.edu
-2006-09-28 21:41:30,961 DEBUG Found tickets for planetlab1.rutgers.edu
-2006-09-28 21:41:30,962 DEBUG Popping from q - planetlab1.ie.cuhk.edu.hk
-2006-09-28 21:41:30,963 DEBUG Popping from q - planetlab2lannion.elibel.tm.fr
-2006-09-28 21:41:30,965 DEBUG Found tickets for planetlab-1.sjce.nodes.planet-lab.org
-2006-09-28 21:41:30,965 DEBUG Popping from q - planetlab01.mpi-sws.mpg.de
-2006-09-28 21:41:30,967 DEBUG Popping from q - planetlab2.cs.duke.edu
-2006-09-28 21:41:30,968 DEBUG Popping from q - planetlab1.rn.informatics.scitech.susx.ac.uk
-2006-09-28 21:41:30,969 DEBUG Found tickets for planetlab1.ie.cuhk.edu.hk
-2006-09-28 21:41:30,969 DEBUG Popping from q - planetlab1.eee.hku.hk
-2006-09-28 21:41:30,966 DEBUG Found tickets for planetlab2.informatik.uni-kl.de
-2006-09-28 21:41:30,970 DEBUG Popping from q - pads23.cs.nthu.edu.tw
-2006-09-28 21:41:30,973 DEBUG Popping from q - planet2.halifax.canet4.nodes.planet-lab.org
-2006-09-28 21:41:30,974 DEBUG Found tickets for planetlab1.eee.hku.hk
-2006-09-28 21:41:30,974 DEBUG Popping from q - planetlab-2.tssg.org
-2006-09-28 21:41:30,975 DEBUG Popping from q - 200-102-209-151.paemt7001.t.brasiltelecom.net.br
-2006-09-28 21:41:30,976 DEBUG Found tickets for planetlab1.rn.informatics.scitech.susx.ac.uk
-2006-09-28 21:41:30,976 DEBUG Popping from q - planetlab2.poly.edu
-2006-09-28 21:41:30,977 DEBUG Popping from q - planetlab1.poly.edu
-2006-09-28 21:41:30,979 DEBUG Found tickets for planetlab-2.tssg.org
-2006-09-28 21:41:30,980 DEBUG Popping from q - planetlab2.net-research.org.uk
-2006-09-28 21:41:30,981 DEBUG Popping from q - planetlab-2.imperial.ac.uk
-2006-09-28 21:41:30,982 DEBUG Found tickets for 200-102-209-151.paemt7001.t.brasiltelecom.net.br
-2006-09-28 21:41:30,982 DEBUG Popping from q - planetlab-1.imperial.ac.uk
-2006-09-28 21:41:30,984 DEBUG Found tickets for planet2.halifax.canet4.nodes.planet-lab.org
-2006-09-28 21:41:30,984 DEBUG Popping from q - planetlab1.byu.edu
-2006-09-28 21:41:30,985 DEBUG Popping from q - planetlab1.cis.upenn.edu
-2006-09-28 21:41:30,987 DEBUG Found tickets for planetlab2.net-research.org.uk
-2006-09-28 21:41:30,987 DEBUG Popping from q - planetlab2.eee.hku.hk
-2006-09-28 21:41:30,988 DEBUG Found tickets for planetlab-1.imperial.ac.uk
-2006-09-28 21:41:30,989 DEBUG Found tickets for planetlab-2.imperial.ac.uk
-2006-09-28 22:01:30,549 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv
-2006-09-28 22:01:31,616 DEBUG Retrieved 705 hosts
-2006-09-28 22:01:31,622 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='drift%20%3E%201m'
-2006-09-28 22:01:31,797 DEBUG Retrieved 9 hosts
-2006-09-28 22:01:31,798 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='resptime%20%3E%200%20&&%20gbfree%20%3C%205'
-2006-09-28 22:01:31,945 DEBUG Retrieved 10 hosts
-2006-09-28 22:01:31,946 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='sshstatus%20%3E%202h'
-2006-09-28 22:01:32,309 DEBUG Retrieved 161 hosts
-2006-09-28 22:01:32,311 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='dns1udp%20%3E%2080%20&&%20dns2udp%20%3E%2080'
-2006-09-28 22:01:32,452 DEBUG Retrieved 7 hosts
-2006-09-28 22:01:32,452 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='filerw%3E0'
-2006-09-28 22:01:32,793 DEBUG Retrieved 2 hosts
-2006-09-28 22:01:32,796 DEBUG Popping from q - planetlab2.elet.polimi.it
-2006-09-28 22:01:32,797 DEBUG Popping from q - pli1-br-3.hpl.hp.com
-2006-09-28 22:01:32,798 DEBUG Popping from q - planetlab2.nbgisp.com
-2006-09-28 22:01:32,799 DEBUG Popping from q - planetlab2.cs.duke.edu
-2006-09-28 22:01:32,800 DEBUG Popping from q - planetlab1.cs.stir.ac.uk
-2006-09-28 22:01:40,374 DEBUG Found tickets for pli1-br-3.hpl.hp.com
-2006-09-28 22:01:40,375 DEBUG Popping from q - planetlab1.cse.msu.edu
-2006-09-28 22:01:59,192 DEBUG Popping from q - planetlab2.cse.msu.edu
-2006-09-28 22:02:08,275 DEBUG Popping from q - planetlab0.cs.stir.ac.uk
-2006-09-28 22:02:11,005 DEBUG Popping from q - planetlab1.informatik.uni-erlangen.de
-2006-09-28 22:02:19,254 DEBUG Popping from q - planetlab1.cs.purdue.edu
-2006-09-28 22:02:26,102 DEBUG Found tickets for planetlab1.cse.msu.edu
-2006-09-28 22:02:26,103 DEBUG Popping from q - planetlab1.een.orst.edu
-2006-09-28 22:02:26,479 DEBUG Popping from q - planetlab2.cs.columbia.edu
-2006-09-28 22:02:34,451 DEBUG Popping from q - planetlab1.win.trlabs.ca
-2006-09-28 22:02:42,248 DEBUG Popping from q - planetlab1.cs.duke.edu
-2006-09-28 22:02:48,065 DEBUG Found tickets for planetlab2.cse.msu.edu
-2006-09-28 22:02:48,066 DEBUG Popping from q - planetlab2.flux.utah.edu
-2006-09-28 22:03:08,129 DEBUG Popping from q - planetlab3.cs.columbia.edu
-2006-09-28 22:03:08,599 DEBUG Popping from q - planetlab1.cs.columbia.edu
-2006-09-28 22:03:08,600 DEBUG Found tickets for planetlab1.cs.purdue.edu
-2006-09-28 22:03:08,600 DEBUG Popping from q - planetlab3.flux.utah.edu
-2006-09-28 22:03:17,318 DEBUG Popping from q - planetlab-1.eecs.cwru.edu
-2006-09-28 22:03:21,248 DEBUG Popping from q - planetlab2.rutgers.edu
-2006-09-28 22:03:24,925 DEBUG Popping from q - vn3.cs.wustl.edu
-2006-09-28 22:03:47,933 DEBUG Popping from q - planetlab2.cri.haifa.ac.il
-2006-09-28 22:03:54,271 DEBUG Popping from q - soccf-planet-001.comp.nus.edu.sg
-2006-09-28 22:03:54,272 DEBUG Found tickets for planetlab2.rutgers.edu
-2006-09-28 22:03:54,273 DEBUG Popping from q - planetlab01.cse.psu.edu
-2006-09-28 22:03:56,218 DEBUG Popping from q - csu2.6planetlab.edu.cn
-2006-09-28 22:03:56,222 DEBUG Found tickets for vn3.cs.wustl.edu
-2006-09-28 22:03:56,222 DEBUG Popping from q - planet2.njit.edu
-2006-09-28 22:04:15,396 DEBUG Found tickets for planetlab2.cri.haifa.ac.il
-2006-09-28 22:04:15,397 DEBUG Popping from q - planetlab2.unl.edu
-2006-09-28 22:04:22,306 DEBUG Found tickets for planet2.njit.edu
-2006-09-28 22:04:22,306 DEBUG Popping from q - planetlab1.cs.pitt.edu
-2006-09-28 22:04:26,514 DEBUG Found tickets for soccf-planet-001.comp.nus.edu.sg
-2006-09-28 22:04:26,515 DEBUG Popping from q - planetlab-2.eecs.cwru.edu
-2006-09-28 22:04:32,166 DEBUG Found tickets for csu2.6planetlab.edu.cn
-2006-09-28 22:04:32,166 DEBUG Popping from q - planetlab2.urv.net
-2006-09-28 22:04:32,576 DEBUG Popping from q - planetlab7.csail.mit.edu
-2006-09-28 22:04:49,547 DEBUG Popping from q - buaa1.6planetlab.edu.cn
-2006-09-28 22:04:53,257 DEBUG Popping from q - ricepl-3.cs.rice.edu
-2006-09-28 22:04:57,152 DEBUG Popping from q - planet-lab-1.csse.monash.edu.au
-2006-09-28 22:05:10,794 DEBUG Popping from q - planetlab5.millennium.berkeley.edu
-2006-09-28 22:05:18,542 DEBUG Popping from q - planetlab1.pop-ce.rnp.br
-2006-09-28 22:05:20,049 DEBUG Found tickets for planetlab7.csail.mit.edu
-2006-09-28 22:05:20,049 DEBUG Popping from q - planetlab2.mnlab.cti.depaul.edu
-2006-09-28 22:05:23,591 DEBUG Found tickets for buaa1.6planetlab.edu.cn
-2006-09-28 22:05:23,592 DEBUG Popping from q - peace.ri.uni-tuebingen.de
-2006-09-28 22:05:37,645 DEBUG Popping from q - planetlab-8.cs.princeton.edu
-2006-09-28 22:05:39,528 DEBUG Popping from q - planetlab2.ucsd.edu
-2006-09-28 22:05:43,505 DEBUG Found tickets for planetlab2.mnlab.cti.depaul.edu
-2006-09-28 22:05:43,505 DEBUG Popping from q - blast.uwaterloo.ca
-2006-09-28 22:05:54,002 DEBUG Found tickets for planetlab1.pop-ce.rnp.br
-2006-09-28 22:05:54,003 DEBUG Popping from q - planetlab1.cs.wayne.edu
-2006-09-28 22:06:00,832 DEBUG Popping from q - pli1-br-3.hpl.hp.com
-2006-09-28 22:06:00,858 DEBUG Found tickets for pli1-br-3.hpl.hp.com
-2006-09-28 22:06:00,859 DEBUG Popping from q - planetlab2.eurecom.fr
-2006-09-28 22:06:07,708 DEBUG Found tickets for planetlab1.cs.wayne.edu
-2006-09-28 22:06:07,708 DEBUG Popping from q - planetlab1.di.unito.it
-2006-09-28 22:06:10,536 DEBUG Found tickets for planetlab-8.cs.princeton.edu
-2006-09-28 22:06:10,536 DEBUG Popping from q - planetlab2.simula.no
-2006-09-28 22:06:25,591 DEBUG Found tickets for blast.uwaterloo.ca
-2006-09-28 22:06:25,591 DEBUG Popping from q - planetlab01.dis.unina.it
-2006-09-28 22:06:27,822 DEBUG Found tickets for planetlab2.ucsd.edu
-2006-09-28 22:06:27,822 DEBUG Popping from q - planetlab1.flux.utah.edu
-2006-09-28 22:06:33,683 DEBUG Found tickets for planetlab1.di.unito.it
-2006-09-28 22:06:33,684 DEBUG Popping from q - planetlab-1.ece.iastate.edu
-2006-09-28 22:06:33,757 DEBUG Popping from q - sdu1.6planetlab.edu.cn
-2006-09-28 22:06:51,880 DEBUG Popping from q - planetlab4.upc.es
-2006-09-28 22:06:55,714 DEBUG Popping from q - planetlab-13.cs.princeton.edu
-2006-09-28 22:06:57,827 DEBUG Popping from q - planet1.cc.gt.atl.ga.us
-2006-09-28 22:07:05,736 DEBUG Found tickets for planetlab-1.ece.iastate.edu
-2006-09-28 22:07:05,736 DEBUG Popping from q - planetlab2.eecs.wsu.edu
-2006-09-28 22:07:11,207 DEBUG Found tickets for sdu1.6planetlab.edu.cn
-2006-09-28 22:07:11,207 DEBUG Popping from q - planet2.cs.ucsb.edu
-2006-09-28 22:07:18,493 DEBUG Found tickets for planetlab-13.cs.princeton.edu
-2006-09-28 22:07:18,494 DEBUG Popping from q - xjtu2.6planetlab.edu.cn
-2006-09-28 22:07:32,507 DEBUG Popping from q - planetlab3.upc.es
-2006-09-28 22:07:36,397 DEBUG Popping from q - node1.lbnl.nodes.planet-lab.org
-2006-09-28 22:07:38,469 DEBUG Found tickets for planet2.cs.ucsb.edu
-2006-09-28 22:07:38,469 DEBUG Popping from q - planetlab1.iitr.ernet.in
-2006-09-28 22:07:43,803 DEBUG Popping from q - planetlab1.ipls.internet2.planet-lab.org
-2006-09-28 22:07:53,872 DEBUG Popping from q - planetlab2.uvic.ca
-2006-09-28 22:08:03,926 DEBUG Popping from q - planetlab01.erin.utoronto.ca
-2006-09-28 22:08:13,152 DEBUG Popping from q - planetlab-4.ece.iastate.edu
-2006-09-28 22:08:16,359 DEBUG Popping from q - planetlab2.informatik.uni-goettingen.de
-2006-09-28 22:08:16,785 DEBUG Popping from q - ds-pl1.technion.ac.il
-2006-09-28 22:08:20,867 DEBUG Popping from q - planetlab1.mnl.cs.sunysb.edu
-2006-09-28 22:08:37,511 DEBUG Found tickets for planetlab-4.ece.iastate.edu
-2006-09-28 22:08:37,512 DEBUG Popping from q - aladdin.planetlab.extranet.uni-passau.de
-2006-09-28 22:08:39,589 DEBUG Found tickets for planetlab2.uvic.ca
-2006-09-28 22:08:39,589 DEBUG Popping from q - planetlab-1.cs.uni-paderborn.de
-2006-09-28 22:08:48,188 DEBUG Popping from q - planet1.njit.edu
-2006-09-28 22:08:57,077 DEBUG Found tickets for planetlab1.mnl.cs.sunysb.edu
-2006-09-28 22:08:57,077 DEBUG Popping from q - pku2.6planetlab.edu.cn
-2006-09-28 22:08:59,000 DEBUG Popping from q - planetlab-1.cs.ucy.ac.cy
-2006-09-28 22:08:59,028 DEBUG Found tickets for planetlab2.informatik.uni-goettingen.de
-2006-09-28 22:08:59,028 DEBUG Popping from q - planetlab00.cse.psu.edu
-2006-09-28 22:09:06,594 DEBUG Popping from q - planetlab04.ethz.ch
-2006-09-28 22:09:22,852 DEBUG Popping from q - sdu2.6planetlab.edu.cn
-2006-09-28 22:09:25,807 DEBUG Popping from q - planet-lab.iki.rssi.ru
-2006-09-28 22:09:38,114 DEBUG Popping from q - planetlab1.polito.it
-2006-09-28 22:09:45,389 DEBUG Found tickets for planetlab04.ethz.ch
-2006-09-28 22:09:45,389 DEBUG Popping from q - planetlab1.uvic.ca
-2006-09-28 22:09:49,132 DEBUG Found tickets for planetlab1.polito.it
-2006-09-28 22:09:49,133 DEBUG Popping from q - planetlab1.cs.byu.edu
-2006-09-28 22:09:53,220 DEBUG Found tickets for planetlab1.uvic.ca
-2006-09-28 22:09:53,220 DEBUG Popping from q - planetlab-1.amst.nodes.planet-lab.org
-2006-09-28 22:09:55,668 DEBUG Popping from q - cloudburst.uwaterloo.ca
-2006-09-28 22:09:59,453 DEBUG Found tickets for sdu2.6planetlab.edu.cn
-2006-09-28 22:09:59,454 DEBUG Popping from q - planet2.cs.rochester.edu
-2006-09-28 22:10:07,548 DEBUG Found tickets for planet2.cs.rochester.edu
-2006-09-28 22:10:07,548 DEBUG Popping from q - planetlab1.xeno.cl.cam.ac.uk
-2006-09-28 22:10:15,488 DEBUG Popping from q - lycra.cs.princeton.edu
-2006-09-28 22:10:24,130 DEBUG Found tickets for lycra.cs.princeton.edu
-2006-09-28 22:10:24,131 DEBUG Popping from q - planetlab06.mpi-sws.mpg.de
-2006-09-28 22:10:36,368 DEBUG Found tickets for planet-lab.iki.rssi.ru
-2006-09-28 22:10:36,368 DEBUG Popping from q - planetlab1.ias.csusb.edu
-2006-09-28 22:10:41,138 DEBUG Popping from q - vayu.iitd.ernet.in
-2006-09-28 22:10:50,108 DEBUG Popping from q - node2.lbnl.nodes.planet-lab.org
-2006-09-28 22:10:52,482 DEBUG Popping from q - planetlab2.cs.byu.edu
-2006-09-28 22:11:02,331 DEBUG Popping from q - cqu1.6planetlab.edu.cn
-2006-09-28 22:11:05,755 DEBUG Found tickets for cloudburst.uwaterloo.ca
-2006-09-28 22:11:05,755 DEBUG Popping from q - planetlab2.acis.ufl.edu
-2006-09-28 22:11:14,758 DEBUG Found tickets for planetlab2.acis.ufl.edu
-2006-09-28 22:11:14,758 DEBUG Popping from q - planetlab1.cs.unibo.it
-2006-09-28 22:11:23,108 DEBUG Found tickets for planetlab1.cs.unibo.it
-2006-09-28 22:11:23,109 DEBUG Popping from q - tju2.6planetlab.edu.cn
-2006-09-28 22:11:31,795 DEBUG Popping from q - orbpl1.rutgers.edu
-2006-09-28 22:11:32,157 DEBUG Found tickets for planetlab1.ias.csusb.edu
-2006-09-28 22:11:32,157 DEBUG Popping from q - ent1.cs.nccu.edu.tw
-2006-09-28 22:11:40,501 DEBUG Found tickets for orbpl1.rutgers.edu
-2006-09-28 22:11:40,501 DEBUG Popping from q - planet0.jaist.ac.jp
-2006-09-28 22:11:42,768 DEBUG Popping from q - planetlab1.informatik.uni-wuerzburg.de
-2006-09-28 22:11:51,766 DEBUG Found tickets for planetlab1.informatik.uni-wuerzburg.de
-2006-09-28 22:11:51,766 DEBUG Popping from q - planetlab3.warsaw.rd.tp.pl
-2006-09-28 22:12:03,451 DEBUG Found tickets for cqu1.6planetlab.edu.cn
-2006-09-28 22:12:03,451 DEBUG Popping from q - planetlab0.ias.csusb.edu
-2006-09-28 22:12:06,187 DEBUG Found tickets for tju2.6planetlab.edu.cn
-2006-09-28 22:12:06,187 DEBUG Popping from q - planetlab-2.amst.nodes.planet-lab.org
-2006-09-28 22:12:19,751 DEBUG Found tickets for ent1.cs.nccu.edu.tw
-2006-09-28 22:12:19,752 DEBUG Popping from q - planetlab3.inria.fr
-2006-09-28 22:12:20,446 DEBUG Found tickets for planet0.jaist.ac.jp
-2006-09-28 22:12:20,446 DEBUG Popping from q - 200-102-209-152.paemt7001.t.brasiltelecom.net.br
-2006-09-28 22:12:30,815 DEBUG Popping from q - planetlab3.mnl.cs.sunysb.edu
-2006-09-28 22:12:31,511 DEBUG Popping from q - planetlab-15.cs.princeton.edu
-2006-09-28 22:12:37,920 DEBUG Found tickets for planetlab0.ias.csusb.edu
-2006-09-28 22:12:37,920 DEBUG Popping from q - ent2.cs.nccu.edu.tw
-2006-09-28 22:12:55,235 DEBUG Popping from q - planet-lab-2.csse.monash.edu.au
-2006-09-28 22:12:55,597 DEBUG Popping from q - planet1.ecse.rpi.edu
-2006-09-28 22:13:03,396 DEBUG Found tickets for planet-lab-2.csse.monash.edu.au
-2006-09-28 22:13:03,396 DEBUG Popping from q - planetlab2.pop-mg.rnp.br
-2006-09-28 22:13:05,864 DEBUG Found tickets for ent2.cs.nccu.edu.tw
-2006-09-28 22:13:05,865 DEBUG Popping from q - planetlab-2.unk.edu
-2006-09-28 22:13:07,781 DEBUG Found tickets for 200-102-209-152.paemt7001.t.brasiltelecom.net.br
-2006-09-28 22:13:07,781 DEBUG Popping from q - planetlab2.rdfrancetelecom.com
-2006-09-28 22:13:15,404 DEBUG Popping from q - planetlab1.eurecom.fr
-2006-09-28 22:13:31,931 DEBUG Found tickets for planet1.ecse.rpi.edu
-2006-09-28 22:13:31,931 DEBUG Popping from q - planetlab1.cs.virginia.edu
-2006-09-28 22:13:39,462 DEBUG Popping from q - tju1.6planetlab.edu.cn
-2006-09-28 22:13:43,625 DEBUG Popping from q - planetlab-3.amst.nodes.planet-lab.org
-2006-09-28 22:13:51,122 DEBUG Found tickets for tju1.6planetlab.edu.cn
-2006-09-28 22:13:51,122 DEBUG Popping from q - planetlab1.georgetown.edu
-2006-09-28 22:13:58,133 DEBUG Popping from q - planet1.inf.tu-dresden.de
-2006-09-28 22:14:01,466 DEBUG Found tickets for planetlab1.georgetown.edu
-2006-09-28 22:14:01,467 DEBUG Popping from q - alice.cs.princeton.edu
-2006-09-28 22:14:01,985 DEBUG Found tickets for planetlab2.pop-mg.rnp.br
-2006-09-28 22:14:01,985 DEBUG Popping from q - planetlab02.erin.utoronto.ca
-2006-09-28 22:14:10,610 DEBUG Popping from q - planetlab-1.vuse.vanderbilt.edu
-2006-09-28 22:14:12,071 DEBUG Found tickets for planetlab2.rdfrancetelecom.com
-2006-09-28 22:14:12,072 DEBUG Popping from q - planetlab3.uvic.ca
-2006-09-28 22:14:27,341 DEBUG Found tickets for planetlab1.eurecom.fr
-2006-09-28 22:14:27,341 DEBUG Popping from q - scut2.6planetlab.edu.cn
-2006-09-28 22:14:36,466 DEBUG Found tickets for alice.cs.princeton.edu
-2006-09-28 22:14:36,466 DEBUG Popping from q - planetlab1.swidnik.rd.tp.pl
-2006-09-28 22:14:36,467 DEBUG Found tickets for planetlab3.uvic.ca
-2006-09-28 22:14:36,468 DEBUG Popping from q - planet2.cdacb.ernet.in
-2006-09-28 22:14:44,420 DEBUG Found tickets for planetlab1.swidnik.rd.tp.pl
-2006-09-28 22:14:44,421 DEBUG Popping from q - planetlab1.rdfrancetelecom.com
-2006-09-28 22:14:46,370 DEBUG Popping from q - planet2.inf.tu-dresden.de
-2006-09-28 22:14:55,465 DEBUG Found tickets for planetlab-1.vuse.vanderbilt.edu
-2006-09-28 22:14:55,465 DEBUG Popping from q - planet02.csc.ncsu.edu
-2006-09-28 22:15:04,159 DEBUG Found tickets for scut2.6planetlab.edu.cn
-2006-09-28 22:15:04,160 DEBUG Popping from q - planetlab-1.tssg.org
-2006-09-28 22:15:13,094 DEBUG Found tickets for planetlab1.rdfrancetelecom.com
-2006-09-28 22:15:13,094 DEBUG Popping from q - planetlab-2.vuse.vanderbilt.edu
-2006-09-28 22:15:21,494 DEBUG Found tickets for planetlab-2.vuse.vanderbilt.edu
-2006-09-28 22:15:21,494 DEBUG Popping from q - planetlab-11.cs.princeton.edu
-2006-09-28 22:15:27,961 DEBUG Found tickets for planet2.cdacb.ernet.in
-2006-09-28 22:15:27,961 DEBUG Popping from q - planet03.csc.ncsu.edu
-2006-09-28 22:15:32,684 DEBUG Popping from q - planetlab1.pop-rj.rnp.br
-2006-09-28 22:15:34,373 DEBUG Popping from q - planet1.halifax.canet4.nodes.planet-lab.org
-2006-09-28 22:15:42,710 DEBUG Found tickets for planetlab-1.tssg.org
-2006-09-28 22:15:42,710 DEBUG Popping from q - planetlab2.uc.edu
-2006-09-28 22:15:50,937 DEBUG Popping from q - planet1.cavite.nodes.planet-lab.org
-2006-09-28 22:16:01,391 DEBUG Popping from q - ds-pl3.technion.ac.il
-2006-09-28 22:16:07,734 DEBUG Found tickets for planetlab1.pop-rj.rnp.br
-2006-09-28 22:16:07,734 DEBUG Popping from q - planetlab2.cs.purdue.edu
-2006-09-28 22:16:08,728 DEBUG Popping from q - planetlab3.millennium.berkeley.edu
-2006-09-28 22:16:11,814 DEBUG Popping from q - planetlab1.unl.edu
-2006-09-28 22:16:20,010 DEBUG Found tickets for planetlab1.unl.edu
-2006-09-28 22:16:20,010 DEBUG Popping from q - planetlab1.cs.colorado.edu
-2006-09-28 22:16:34,354 DEBUG Found tickets for ds-pl3.technion.ac.il
-2006-09-28 22:16:34,355 DEBUG Popping from q - planetlab02.cs.washington.edu
-2006-09-28 22:16:34,813 DEBUG Popping from q - pads21.cs.nthu.edu.tw
-2006-09-28 22:16:47,912 DEBUG Popping from q - orbpl2.rutgers.edu
-2006-09-28 22:16:50,841 DEBUG Found tickets for planetlab1.cs.colorado.edu
-2006-09-28 22:16:50,841 DEBUG Popping from q - planetlab2.informatik.uni-erlangen.de
-2006-09-28 22:16:59,534 DEBUG Found tickets for planetlab2.informatik.uni-erlangen.de
-2006-09-28 22:16:59,534 DEBUG Popping from q - planetlab-01.ipv6.lip6.fr
-2006-09-28 22:16:59,674 DEBUG Popping from q - pl2.ernet.in
-2006-09-28 22:17:04,004 DEBUG Popping from q - neu2.6planetlab.edu.cn
-2006-09-28 22:17:16,275 DEBUG Found tickets for planetlab02.cs.washington.edu
-2006-09-28 22:17:16,275 DEBUG Popping from q - planetlab-2.cs.uni-paderborn.de
-2006-09-28 22:17:28,036 DEBUG Found tickets for orbpl2.rutgers.edu
-2006-09-28 22:17:28,036 DEBUG Popping from q - planet5.cs.huji.ac.il
-2006-09-28 22:17:36,677 DEBUG Popping from q - planetlab1.elet.polimi.it
-2006-09-28 22:17:37,738 DEBUG Popping from q - planetlab2.iiitb.ac.in
-2006-09-28 22:17:37,740 DEBUG Found tickets for planetlab-01.ipv6.lip6.fr
-2006-09-28 22:17:37,740 DEBUG Popping from q - server1.planetlab.iit-tech.net
-2006-09-28 22:17:45,668 DEBUG Popping from q - planetlab2.iitb.ac.in
-2006-09-28 22:17:53,879 DEBUG Popping from q - planetlab02.dis.unina.it
-2006-09-28 22:17:54,715 DEBUG Popping from q - planetlab-1.dis.uniroma1.it
-2006-09-28 22:18:02,196 DEBUG Popping from q - planetlab1.iitb.ac.in
-2006-09-28 22:18:20,191 DEBUG Found tickets for planetlab2.iitb.ac.in
-2006-09-28 22:18:20,192 DEBUG Popping from q - pku1.6planetlab.edu.cn
-2006-09-28 22:18:21,918 DEBUG Popping from q - planetlab1.warsaw.rd.tp.pl
-2006-09-28 22:18:27,222 DEBUG Found tickets for server1.planetlab.iit-tech.net
-2006-09-28 22:18:27,223 DEBUG Popping from q - planetlab1.cri.haifa.ac.il
-2006-09-28 22:18:27,792 DEBUG Popping from q - planetlab-2.cs.ucy.ac.cy
-2006-09-28 22:18:36,518 DEBUG Popping from q - pl1.ernet.in
-2006-09-28 22:18:50,970 DEBUG Found tickets for planetlab1.iitb.ac.in
-2006-09-28 22:18:50,970 DEBUG Popping from q - planetlab2.georgetown.edu
-2006-09-28 22:18:55,966 DEBUG Found tickets for planetlab1.cri.haifa.ac.il
-2006-09-28 22:18:55,966 DEBUG Popping from q - server2.planetlab.iit-tech.net
-2006-09-28 22:19:00,557 DEBUG Popping from q - planetlab2.di.unito.it
-2006-09-28 22:19:03,035 DEBUG Found tickets for pku1.6planetlab.edu.cn
-2006-09-28 22:19:03,035 DEBUG Popping from q - planetlab1.csee.usf.edu
-2006-09-28 22:19:11,896 DEBUG Popping from q - planetlab-2.dis.uniroma1.it
-2006-09-28 22:19:21,013 DEBUG Popping from q - planetlab2.informatik.uni-kl.de
-2006-09-28 22:19:31,809 DEBUG Found tickets for planetlab2.georgetown.edu
-2006-09-28 22:19:31,809 DEBUG Popping from q - planet1.cs.rochester.edu
-2006-09-28 22:19:35,643 DEBUG Popping from q - planetlab1.rutgers.edu
-2006-09-28 22:19:40,515 DEBUG Found tickets for server2.planetlab.iit-tech.net
-2006-09-28 22:19:40,515 DEBUG Popping from q - planetlab-2.ece.iastate.edu
-2006-09-28 22:19:48,701 DEBUG Popping from q - planetlab-1.sjce.nodes.planet-lab.org
-2006-09-28 22:19:51,543 DEBUG Popping from q - planetlab2.ece.ucdavis.edu
-2006-09-28 22:20:06,408 DEBUG Found tickets for planetlab2.informatik.uni-kl.de
-2006-09-28 22:20:06,408 DEBUG Popping from q - planetlab1.ie.cuhk.edu.hk
-2006-09-28 22:20:06,641 DEBUG Found tickets for planetlab1.rutgers.edu
-2006-09-28 22:20:06,641 DEBUG Popping from q - planetlab2lannion.elibel.tm.fr
-2006-09-28 22:20:13,760 DEBUG Found tickets for planet1.cs.rochester.edu
-2006-09-28 22:20:13,761 DEBUG Popping from q - planetlab01.mpi-sws.mpg.de
-2006-09-28 22:20:28,316 DEBUG Popping from q - planetlab2.cs.duke.edu
-2006-09-28 22:20:28,370 DEBUG Popping from q - planetlab1.rn.informatics.scitech.susx.ac.uk
-2006-09-28 22:20:32,318 DEBUG Found tickets for planetlab-1.sjce.nodes.planet-lab.org
-2006-09-28 22:20:32,319 DEBUG Popping from q - planetlab1.eee.hku.hk
-2006-09-28 22:20:36,623 DEBUG Found tickets for planetlab1.ie.cuhk.edu.hk
-2006-09-28 22:20:36,623 DEBUG Popping from q - pads23.cs.nthu.edu.tw
-2006-09-28 22:20:44,419 DEBUG Popping from q - planet2.halifax.canet4.nodes.planet-lab.org
-2006-09-28 22:20:44,463 DEBUG Popping from q - planetlab-2.tssg.org
-2006-09-28 22:20:53,275 DEBUG Popping from q - 200-102-209-151.paemt7001.t.brasiltelecom.net.br
-2006-09-28 22:21:08,585 DEBUG Found tickets for planet2.halifax.canet4.nodes.planet-lab.org
-2006-09-28 22:21:08,586 DEBUG Popping from q - planetlab2.poly.edu
-2006-09-28 22:21:16,079 DEBUG Popping from q - planetlab-1.imperial.ac.uk
-2006-09-28 22:21:19,582 DEBUG Found tickets for planetlab1.rn.informatics.scitech.susx.ac.uk
-2006-09-28 22:21:19,582 DEBUG Popping from q - planetlab1.poly.edu
-2006-09-28 22:21:23,779 DEBUG Found tickets for planetlab-2.tssg.org
-2006-09-28 22:21:23,779 DEBUG Popping from q - planetlab2.net-research.org.uk
-2006-09-28 22:21:32,638 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv
-2006-09-28 22:21:33,618 DEBUG Popping from q - planetlab-2.imperial.ac.uk
-2006-09-28 22:21:33,724 DEBUG Retrieved 705 hosts
-2006-09-28 22:21:33,731 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='drift%20%3E%201m'
-2006-09-28 22:21:33,897 DEBUG Retrieved 9 hosts
-2006-09-28 22:21:33,898 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='resptime%20%3E%200%20&&%20gbfree%20%3C%205'
-2006-09-28 22:21:34,041 DEBUG Retrieved 10 hosts
-2006-09-28 22:21:34,041 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='sshstatus%20%3E%202h'
-2006-09-28 22:21:34,397 DEBUG Retrieved 161 hosts
-2006-09-28 22:21:34,398 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='dns1udp%20%3E%2080%20&&%20dns2udp%20%3E%2080'
-2006-09-28 22:21:34,542 DEBUG Retrieved 6 hosts
-2006-09-28 22:21:34,543 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='filerw%3E0'
-2006-09-28 22:21:34,677 DEBUG Retrieved 2 hosts
-2006-09-28 22:21:36,919 DEBUG Found tickets for planetlab2.net-research.org.uk
-2006-09-28 22:21:36,920 DEBUG Popping from q - planetlab1.net-research.org.uk
-2006-09-28 22:21:37,760 DEBUG Found tickets for planetlab1.eee.hku.hk
-2006-09-28 22:21:37,761 DEBUG Popping from q - planetlab1.byu.edu
-2006-09-28 22:21:55,765 DEBUG Found tickets for 200-102-209-151.paemt7001.t.brasiltelecom.net.br
-2006-09-28 22:21:55,766 DEBUG Popping from q - planetlab1.cis.upenn.edu
-2006-09-28 22:22:00,570 DEBUG Found tickets for planetlab-1.imperial.ac.uk
-2006-09-28 22:22:00,571 DEBUG Popping from q - planetlab2.eee.hku.hk
-2006-09-28 22:22:08,734 DEBUG Popping from q - planetlab2.elet.polimi.it
-2006-09-28 22:22:08,765 DEBUG Popping from q - pli1-br-3.hpl.hp.com
-2006-09-28 22:22:08,808 DEBUG Found tickets for pli1-br-3.hpl.hp.com
-2006-09-28 22:22:08,808 DEBUG Popping from q - planetlab2.nbgisp.com
-2006-09-28 22:22:08,837 DEBUG Popping from q - planetlab2.cs.duke.edu
-2006-09-28 22:22:08,862 DEBUG Popping from q - planetlab1.cs.stir.ac.uk
-2006-09-28 22:22:08,897 DEBUG Popping from q - planetlab1.cse.msu.edu
-2006-09-28 22:22:08,899 DEBUG Found tickets for planetlab1.cse.msu.edu
-2006-09-28 22:22:08,900 DEBUG Popping from q - planetlab2.cse.msu.edu
-2006-09-28 22:22:08,907 DEBUG Found tickets for planetlab2.cse.msu.edu
-2006-09-28 22:22:08,907 DEBUG Popping from q - planetlab0.cs.stir.ac.uk
-2006-09-28 22:22:08,930 DEBUG Popping from q - planetlab1.informatik.uni-erlangen.de
-2006-09-28 22:22:08,952 DEBUG Popping from q - planetlab1.cs.purdue.edu
-2006-09-28 22:22:08,957 DEBUG Found tickets for planetlab1.cs.purdue.edu
-2006-09-28 22:22:08,958 DEBUG Popping from q - planetlab1.een.orst.edu
-2006-09-28 22:22:08,972 DEBUG Popping from q - planetlab2.cs.columbia.edu
-2006-09-28 22:22:08,984 DEBUG Popping from q - planetlab1.win.trlabs.ca
-2006-09-28 22:22:09,091 DEBUG Popping from q - planetlab1.cs.duke.edu
-2006-09-28 22:22:09,147 DEBUG Popping from q - planetlab2.flux.utah.edu
-2006-09-28 22:22:09,179 DEBUG Popping from q - planetlab3.cs.columbia.edu
-2006-09-28 22:22:09,181 DEBUG Popping from q - planetlab1.cs.columbia.edu
-2006-09-28 22:22:09,183 DEBUG Popping from q - planetlab3.flux.utah.edu
-2006-09-28 22:22:09,254 DEBUG Popping from q - planetlab-1.eecs.cwru.edu
-2006-09-28 22:22:09,258 DEBUG Popping from q - planetlab2.rutgers.edu
-2006-09-28 22:22:09,282 DEBUG Found tickets for planetlab2.rutgers.edu
-2006-09-28 22:22:09,282 DEBUG Popping from q - vn3.cs.wustl.edu
-2006-09-28 22:22:09,284 DEBUG Found tickets for vn3.cs.wustl.edu
-2006-09-28 22:22:09,285 DEBUG Popping from q - planetlab2.cri.haifa.ac.il
-2006-09-28 22:22:09,288 DEBUG Found tickets for planetlab2.cri.haifa.ac.il
-2006-09-28 22:22:09,288 DEBUG Popping from q - soccf-planet-001.comp.nus.edu.sg
-2006-09-28 22:22:09,302 DEBUG Found tickets for soccf-planet-001.comp.nus.edu.sg
-2006-09-28 22:22:09,302 DEBUG Popping from q - planetlab01.cse.psu.edu
-2006-09-28 22:22:09,335 DEBUG Popping from q - csu2.6planetlab.edu.cn
-2006-09-28 22:22:09,338 DEBUG Found tickets for csu2.6planetlab.edu.cn
-2006-09-28 22:22:09,338 DEBUG Popping from q - planet2.njit.edu
-2006-09-28 22:22:09,343 DEBUG Found tickets for planet2.njit.edu
-2006-09-28 22:22:09,343 DEBUG Popping from q - planetlab2.unl.edu
-2006-09-28 22:22:09,354 DEBUG Popping from q - planetlab1.cs.pitt.edu
-2006-09-28 22:22:09,362 DEBUG Popping from q - planetlab-2.eecs.cwru.edu
-2006-09-28 22:22:09,366 DEBUG Popping from q - planetlab2.urv.net
-2006-09-28 22:22:09,369 DEBUG Popping from q - planetlab7.csail.mit.edu
-2006-09-28 22:22:09,373 DEBUG Found tickets for planetlab7.csail.mit.edu
-2006-09-28 22:22:09,373 DEBUG Popping from q - buaa1.6planetlab.edu.cn
-2006-09-28 22:22:09,381 DEBUG Found tickets for buaa1.6planetlab.edu.cn
-2006-09-28 22:22:09,381 DEBUG Popping from q - ricepl-3.cs.rice.edu
-2006-09-28 22:22:09,384 DEBUG Popping from q - planet-lab-1.csse.monash.edu.au
-2006-09-28 22:22:09,386 DEBUG Popping from q - planetlab5.millennium.berkeley.edu
-2006-09-28 22:22:09,389 DEBUG Popping from q - planetlab1.pop-ce.rnp.br
-2006-09-28 22:22:09,394 DEBUG Found tickets for planetlab1.pop-ce.rnp.br
-2006-09-28 22:22:09,394 DEBUG Popping from q - planetlab2.mnlab.cti.depaul.edu
-2006-09-28 22:22:09,397 DEBUG Found tickets for planetlab2.mnlab.cti.depaul.edu
-2006-09-28 22:22:09,397 DEBUG Popping from q - peace.ri.uni-tuebingen.de
-2006-09-28 22:22:09,403 DEBUG Popping from q - planetlab-8.cs.princeton.edu
-2006-09-28 22:22:09,406 DEBUG Found tickets for planetlab-8.cs.princeton.edu
-2006-09-28 22:22:09,406 DEBUG Popping from q - planetlab2.ucsd.edu
-2006-09-28 22:22:09,408 DEBUG Found tickets for planetlab2.ucsd.edu
-2006-09-28 22:22:09,408 DEBUG Popping from q - blast.uwaterloo.ca
-2006-09-28 22:22:09,419 DEBUG Found tickets for blast.uwaterloo.ca
-2006-09-28 22:22:09,419 DEBUG Popping from q - planetlab1.cs.wayne.edu
-2006-09-28 22:22:09,425 DEBUG Found tickets for planetlab1.cs.wayne.edu
-2006-09-28 22:22:09,425 DEBUG Popping from q - pli1-br-3.hpl.hp.com
-2006-09-28 22:22:09,429 DEBUG Found tickets for pli1-br-3.hpl.hp.com
-2006-09-28 22:22:09,429 DEBUG Popping from q - planetlab2.eurecom.fr
-2006-09-28 22:22:09,434 DEBUG Popping from q - planetlab1.di.unito.it
-2006-09-28 22:22:09,438 DEBUG Found tickets for planetlab1.di.unito.it
-2006-09-28 22:22:09,438 DEBUG Popping from q - planetlab2.simula.no
-2006-09-28 22:22:09,442 DEBUG Popping from q - planetlab01.dis.unina.it
-2006-09-28 22:22:09,444 DEBUG Popping from q - planetlab1.flux.utah.edu
-2006-09-28 22:22:09,465 DEBUG Popping from q - planetlab-1.ece.iastate.edu
-2006-09-28 22:22:09,473 DEBUG Found tickets for planetlab-1.ece.iastate.edu
-2006-09-28 22:22:09,474 DEBUG Popping from q - sdu1.6planetlab.edu.cn
-2006-09-28 22:22:09,476 DEBUG Found tickets for sdu1.6planetlab.edu.cn
-2006-09-28 22:22:09,476 DEBUG Popping from q - planetlab4.upc.es
-2006-09-28 22:22:09,480 DEBUG Popping from q - planetlab-13.cs.princeton.edu
-2006-09-28 22:22:09,482 DEBUG Found tickets for planetlab-13.cs.princeton.edu
-2006-09-28 22:22:09,482 DEBUG Popping from q - planet1.cc.gt.atl.ga.us
-2006-09-28 22:22:09,486 DEBUG Popping from q - planetlab2.eecs.wsu.edu
-2006-09-28 22:22:09,488 DEBUG Popping from q - planet2.cs.ucsb.edu
-2006-09-28 22:22:09,491 DEBUG Found tickets for planet2.cs.ucsb.edu
-2006-09-28 22:22:09,491 DEBUG Popping from q - xjtu2.6planetlab.edu.cn
-2006-09-28 22:22:09,495 DEBUG Popping from q - planetlab3.upc.es
-2006-09-28 22:22:09,499 DEBUG Popping from q - node1.lbnl.nodes.planet-lab.org
-2006-09-28 22:22:09,503 DEBUG Popping from q - planetlab1.iitr.ernet.in
-2006-09-28 22:22:09,505 DEBUG Popping from q - planetlab1.ipls.internet2.planet-lab.org
-2006-09-28 22:22:09,508 DEBUG Popping from q - planetlab2.uvic.ca
-2006-09-28 22:22:09,511 DEBUG Found tickets for planetlab2.uvic.ca
-2006-09-28 22:22:09,512 DEBUG Popping from q - planetlab01.erin.utoronto.ca
-2006-09-28 22:22:09,520 DEBUG Popping from q - planetlab-4.ece.iastate.edu
-2006-09-28 22:22:09,529 DEBUG Found tickets for planetlab-4.ece.iastate.edu
-2006-09-28 22:22:09,530 DEBUG Popping from q - planetlab2.informatik.uni-goettingen.de
-2006-09-28 22:22:09,533 DEBUG Found tickets for planetlab2.informatik.uni-goettingen.de
-2006-09-28 22:22:09,533 DEBUG Popping from q - ds-pl1.technion.ac.il
-2006-09-28 22:22:09,541 DEBUG Popping from q - planetlab1.mnl.cs.sunysb.edu
-2006-09-28 22:22:09,545 DEBUG Found tickets for planetlab1.mnl.cs.sunysb.edu
-2006-09-28 22:22:09,546 DEBUG Popping from q - aladdin.planetlab.extranet.uni-passau.de
-2006-09-28 22:22:09,549 DEBUG Popping from q - planetlab-1.cs.uni-paderborn.de
-2006-09-28 22:22:09,551 DEBUG Popping from q - planet1.njit.edu
-2006-09-28 22:22:09,554 DEBUG Popping from q - pku2.6planetlab.edu.cn
-2006-09-28 22:22:09,556 DEBUG Popping from q - planetlab-1.cs.ucy.ac.cy
-2006-09-28 22:22:09,565 DEBUG Popping from q - planetlab00.cse.psu.edu
-2006-09-28 22:22:09,573 DEBUG Popping from q - planetlab04.ethz.ch
-2006-09-28 22:22:09,585 DEBUG Found tickets for planetlab04.ethz.ch
-2006-09-28 22:22:09,586 DEBUG Popping from q - sdu2.6planetlab.edu.cn
-2006-09-28 22:22:09,597 DEBUG Found tickets for sdu2.6planetlab.edu.cn
-2006-09-28 22:22:09,597 DEBUG Popping from q - planet-lab.iki.rssi.ru
-2006-09-28 22:22:09,604 DEBUG Found tickets for planet-lab.iki.rssi.ru
-2006-09-28 22:22:09,605 DEBUG Popping from q - planetlab1.polito.it
-2006-09-28 22:22:09,612 DEBUG Found tickets for planetlab1.polito.it
-2006-09-28 22:22:09,613 DEBUG Popping from q - planetlab1.uvic.ca
-2006-09-28 22:22:09,625 DEBUG Found tickets for planetlab1.uvic.ca
-2006-09-28 22:22:09,625 DEBUG Popping from q - planetlab1.cs.byu.edu
-2006-09-28 22:22:09,627 DEBUG Popping from q - planetlab-1.amst.nodes.planet-lab.org
-2006-09-28 22:22:09,630 DEBUG Popping from q - cloudburst.uwaterloo.ca
-2006-09-28 22:22:09,678 DEBUG Found tickets for cloudburst.uwaterloo.ca
-2006-09-28 22:22:09,678 DEBUG Popping from q - planet2.cs.rochester.edu
-2006-09-28 22:22:09,681 DEBUG Found tickets for planet2.cs.rochester.edu
-2006-09-28 22:22:09,682 DEBUG Popping from q - planetlab1.xeno.cl.cam.ac.uk
-2006-09-28 22:22:09,685 DEBUG Popping from q - lycra.cs.princeton.edu
-2006-09-28 22:22:09,689 DEBUG Found tickets for lycra.cs.princeton.edu
-2006-09-28 22:22:09,689 DEBUG Popping from q - planetlab06.mpi-sws.mpg.de
-2006-09-28 22:22:09,695 DEBUG Popping from q - planetlab1.ias.csusb.edu
-2006-09-28 22:22:09,706 DEBUG Found tickets for planetlab1.ias.csusb.edu
-2006-09-28 22:22:09,706 DEBUG Popping from q - vayu.iitd.ernet.in
-2006-09-28 22:22:09,708 DEBUG Popping from q - node2.lbnl.nodes.planet-lab.org
-2006-09-28 22:22:09,711 DEBUG Popping from q - planetlab2.cs.byu.edu
-2006-09-28 22:22:09,715 DEBUG Popping from q - cqu1.6planetlab.edu.cn
-2006-09-28 22:22:09,718 DEBUG Found tickets for cqu1.6planetlab.edu.cn
-2006-09-28 22:22:09,718 DEBUG Popping from q - planetlab2.acis.ufl.edu
-2006-09-28 22:22:09,723 DEBUG Found tickets for planetlab2.acis.ufl.edu
-2006-09-28 22:22:09,724 DEBUG Popping from q - planetlab1.cs.unibo.it
-2006-09-28 22:22:09,732 DEBUG Found tickets for planetlab1.cs.unibo.it
-2006-09-28 22:22:09,732 DEBUG Popping from q - tju2.6planetlab.edu.cn
-2006-09-28 22:22:09,939 DEBUG Found tickets for tju2.6planetlab.edu.cn
-2006-09-28 22:22:09,939 DEBUG Popping from q - orbpl1.rutgers.edu
-2006-09-28 22:22:09,942 DEBUG Found tickets for orbpl1.rutgers.edu
-2006-09-28 22:22:09,943 DEBUG Popping from q - ent1.cs.nccu.edu.tw
-2006-09-28 22:22:09,946 DEBUG Found tickets for ent1.cs.nccu.edu.tw
-2006-09-28 22:22:09,946 DEBUG Popping from q - planet0.jaist.ac.jp
-2006-09-28 22:22:09,957 DEBUG Found tickets for planet0.jaist.ac.jp
-2006-09-28 22:22:09,957 DEBUG Popping from q - planetlab1.informatik.uni-wuerzburg.de
-2006-09-28 22:22:09,983 DEBUG Found tickets for planetlab1.informatik.uni-wuerzburg.de
-2006-09-28 22:22:09,983 DEBUG Popping from q - planetlab3.warsaw.rd.tp.pl
-2006-09-28 22:22:09,987 DEBUG Popping from q - planetlab0.ias.csusb.edu
-2006-09-28 22:22:10,009 DEBUG Found tickets for planetlab0.ias.csusb.edu
-2006-09-28 22:22:10,009 DEBUG Popping from q - planetlab-2.amst.nodes.planet-lab.org
-2006-09-28 22:22:10,015 DEBUG Popping from q - planetlab3.inria.fr
-2006-09-28 22:22:10,032 DEBUG Popping from q - 200-102-209-152.paemt7001.t.brasiltelecom.net.br
-2006-09-28 22:22:10,034 DEBUG Found tickets for 200-102-209-152.paemt7001.t.brasiltelecom.net.br
-2006-09-28 22:22:10,034 DEBUG Popping from q - planetlab3.mnl.cs.sunysb.edu
-2006-09-28 22:22:10,050 DEBUG Popping from q - planetlab-15.cs.princeton.edu
-2006-09-28 22:22:10,062 DEBUG Popping from q - ent2.cs.nccu.edu.tw
-2006-09-28 22:22:10,067 DEBUG Found tickets for ent2.cs.nccu.edu.tw
-2006-09-28 22:22:10,067 DEBUG Popping from q - planet-lab-2.csse.monash.edu.au
-2006-09-28 22:22:10,086 DEBUG Found tickets for planet-lab-2.csse.monash.edu.au
-2006-09-28 22:22:10,086 DEBUG Popping from q - planet1.ecse.rpi.edu
-2006-09-28 22:22:10,095 DEBUG Found tickets for planet1.ecse.rpi.edu
-2006-09-28 22:22:10,096 DEBUG Popping from q - planetlab2.pop-mg.rnp.br
-2006-09-28 22:22:10,099 DEBUG Found tickets for planetlab2.pop-mg.rnp.br
-2006-09-28 22:22:10,099 DEBUG Popping from q - planetlab-2.unk.edu
-2006-09-28 22:22:10,102 DEBUG Popping from q - planetlab2.rdfrancetelecom.com
-2006-09-28 22:22:10,105 DEBUG Found tickets for planetlab2.rdfrancetelecom.com
-2006-09-28 22:22:10,105 DEBUG Popping from q - planetlab1.eurecom.fr
-2006-09-28 22:22:10,107 DEBUG Found tickets for planetlab1.eurecom.fr
-2006-09-28 22:22:10,107 DEBUG Popping from q - planetlab1.cs.virginia.edu
-2006-09-28 22:22:10,116 DEBUG Popping from q - tju1.6planetlab.edu.cn
-2006-09-28 22:22:10,125 DEBUG Found tickets for tju1.6planetlab.edu.cn
-2006-09-28 22:22:10,126 DEBUG Popping from q - planetlab-3.amst.nodes.planet-lab.org
-2006-09-28 22:22:10,128 DEBUG Popping from q - planetlab1.georgetown.edu
-2006-09-28 22:22:10,130 DEBUG Found tickets for planetlab1.georgetown.edu
-2006-09-28 22:22:10,131 DEBUG Popping from q - planet1.inf.tu-dresden.de
-2006-09-28 22:22:10,134 DEBUG Popping from q - alice.cs.princeton.edu
-2006-09-28 22:22:10,137 DEBUG Found tickets for alice.cs.princeton.edu
-2006-09-28 22:22:10,137 DEBUG Popping from q - planetlab02.erin.utoronto.ca
-2006-09-28 22:22:10,144 DEBUG Popping from q - planetlab-1.vuse.vanderbilt.edu
-2006-09-28 22:22:10,152 DEBUG Found tickets for planetlab-1.vuse.vanderbilt.edu
-2006-09-28 22:22:10,153 DEBUG Popping from q - planetlab3.uvic.ca
-2006-09-28 22:22:10,155 DEBUG Found tickets for planetlab3.uvic.ca
-2006-09-28 22:22:10,155 DEBUG Popping from q - scut2.6planetlab.edu.cn
-2006-09-28 22:22:10,163 DEBUG Found tickets for scut2.6planetlab.edu.cn
-2006-09-28 22:22:10,164 DEBUG Popping from q - planetlab1.swidnik.rd.tp.pl
-2006-09-28 22:22:10,166 DEBUG Found tickets for planetlab1.swidnik.rd.tp.pl
-2006-09-28 22:22:10,167 DEBUG Popping from q - planet2.cdacb.ernet.in
-2006-09-28 22:22:10,170 DEBUG Found tickets for planet2.cdacb.ernet.in
-2006-09-28 22:22:10,170 DEBUG Popping from q - planetlab1.rdfrancetelecom.com
-2006-09-28 22:22:10,176 DEBUG Found tickets for planetlab1.rdfrancetelecom.com
-2006-09-28 22:22:10,176 DEBUG Popping from q - planet2.inf.tu-dresden.de
-2006-09-28 22:22:10,275 DEBUG Popping from q - planet02.csc.ncsu.edu
-2006-09-28 22:22:10,278 DEBUG Popping from q - planetlab-1.tssg.org
-2006-09-28 22:22:10,288 DEBUG Found tickets for planetlab-1.tssg.org
-2006-09-28 22:22:10,288 DEBUG Popping from q - planetlab-2.vuse.vanderbilt.edu
-2006-09-28 22:22:10,298 DEBUG Found tickets for planetlab-2.vuse.vanderbilt.edu
-2006-09-28 22:22:10,299 DEBUG Popping from q - planetlab-11.cs.princeton.edu
-2006-09-28 22:22:10,303 DEBUG Popping from q - planet03.csc.ncsu.edu
-2006-09-28 22:22:10,306 DEBUG Popping from q - planetlab1.pop-rj.rnp.br
-2006-09-28 22:22:10,321 DEBUG Found tickets for planetlab1.pop-rj.rnp.br
-2006-09-28 22:22:10,321 DEBUG Popping from q - planet1.halifax.canet4.nodes.planet-lab.org
-2006-09-28 22:22:10,350 DEBUG Popping from q - planetlab2.uc.edu
-2006-09-28 22:22:10,354 DEBUG Popping from q - planet1.cavite.nodes.planet-lab.org
-2006-09-28 22:22:10,357 DEBUG Popping from q - ds-pl3.technion.ac.il
-2006-09-28 22:22:10,359 DEBUG Found tickets for ds-pl3.technion.ac.il
-2006-09-28 22:22:10,360 DEBUG Popping from q - planetlab2.cs.purdue.edu
-2006-09-28 22:22:10,362 DEBUG Popping from q - planetlab3.millennium.berkeley.edu
-2006-09-28 22:22:10,365 DEBUG Popping from q - planetlab1.unl.edu
-2006-09-28 22:22:10,368 DEBUG Found tickets for planetlab1.unl.edu
-2006-09-28 22:22:10,369 DEBUG Popping from q - planetlab1.cs.colorado.edu
-2006-09-28 22:22:10,387 DEBUG Found tickets for planetlab1.cs.colorado.edu
-2006-09-28 22:22:10,387 DEBUG Popping from q - planetlab02.cs.washington.edu
-2006-09-28 22:22:10,400 DEBUG Found tickets for planetlab02.cs.washington.edu
-2006-09-28 22:22:10,400 DEBUG Popping from q - pads21.cs.nthu.edu.tw
-2006-09-28 22:22:10,408 DEBUG Popping from q - orbpl2.rutgers.edu
-2006-09-28 22:22:10,412 DEBUG Found tickets for orbpl2.rutgers.edu
-2006-09-28 22:22:10,412 DEBUG Popping from q - planetlab2.informatik.uni-erlangen.de
-2006-09-28 22:22:10,415 DEBUG Found tickets for planetlab2.informatik.uni-erlangen.de
-2006-09-28 22:22:10,415 DEBUG Popping from q - planetlab-01.ipv6.lip6.fr
-2006-09-28 22:22:10,427 DEBUG Found tickets for planetlab-01.ipv6.lip6.fr
-2006-09-28 22:22:10,427 DEBUG Popping from q - pl2.ernet.in
-2006-09-28 22:22:10,439 DEBUG Popping from q - neu2.6planetlab.edu.cn
-2006-09-28 22:22:10,455 DEBUG Popping from q - planetlab-2.cs.uni-paderborn.de
-2006-09-28 22:22:10,459 DEBUG Popping from q - planet5.cs.huji.ac.il
-2006-09-28 22:22:10,461 DEBUG Popping from q - planetlab1.elet.polimi.it
-2006-09-28 22:22:10,464 DEBUG Popping from q - planetlab2.iiitb.ac.in
-2006-09-28 22:22:10,466 DEBUG Popping from q - server1.planetlab.iit-tech.net
-2006-09-28 22:22:10,474 DEBUG Found tickets for server1.planetlab.iit-tech.net
-2006-09-28 22:22:10,475 DEBUG Popping from q - planetlab2.iitb.ac.in
-2006-09-28 22:22:10,477 DEBUG Found tickets for planetlab2.iitb.ac.in
-2006-09-28 22:22:10,477 DEBUG Popping from q - planetlab02.dis.unina.it
-2006-09-28 22:22:10,483 DEBUG Popping from q - planetlab-1.dis.uniroma1.it
-2006-09-28 22:22:10,485 DEBUG Popping from q - planetlab1.iitb.ac.in
-2006-09-28 22:22:10,488 DEBUG Found tickets for planetlab1.iitb.ac.in
-2006-09-28 22:22:10,488 DEBUG Popping from q - pku1.6planetlab.edu.cn
-2006-09-28 22:22:10,490 DEBUG Found tickets for pku1.6planetlab.edu.cn
-2006-09-28 22:22:10,491 DEBUG Popping from q - planetlab1.warsaw.rd.tp.pl
-2006-09-28 22:22:10,502 DEBUG Popping from q - planetlab1.cri.haifa.ac.il
-2006-09-28 22:22:10,504 DEBUG Found tickets for planetlab1.cri.haifa.ac.il
-2006-09-28 22:22:10,504 DEBUG Popping from q - planetlab-2.cs.ucy.ac.cy
-2006-09-28 22:22:10,506 DEBUG Popping from q - pl1.ernet.in
-2006-09-28 22:22:10,509 DEBUG Popping from q - planetlab2.georgetown.edu
-2006-09-28 22:22:10,512 DEBUG Found tickets for planetlab2.georgetown.edu
-2006-09-28 22:22:10,513 DEBUG Popping from q - server2.planetlab.iit-tech.net
-2006-09-28 22:22:10,523 DEBUG Found tickets for server2.planetlab.iit-tech.net
-2006-09-28 22:22:10,523 DEBUG Popping from q - planetlab2.di.unito.it
-2006-09-28 22:22:10,528 DEBUG Popping from q - planetlab1.csee.usf.edu
-2006-09-28 22:22:10,535 DEBUG Popping from q - planetlab-2.dis.uniroma1.it
-2006-09-28 22:22:10,545 DEBUG Popping from q - planetlab2.informatik.uni-kl.de
-2006-09-28 22:22:10,554 DEBUG Found tickets for planetlab2.informatik.uni-kl.de
-2006-09-28 22:22:10,555 DEBUG Popping from q - planet1.cs.rochester.edu
-2006-09-28 22:22:10,558 DEBUG Found tickets for planet1.cs.rochester.edu
-2006-09-28 22:22:10,558 DEBUG Popping from q - planetlab1.rutgers.edu
-2006-09-28 22:22:10,560 DEBUG Found tickets for planetlab1.rutgers.edu
-2006-09-28 22:22:10,561 DEBUG Popping from q - planetlab-2.ece.iastate.edu
-2006-09-28 22:22:10,564 DEBUG Popping from q - planetlab-1.sjce.nodes.planet-lab.org
-2006-09-28 22:22:10,572 DEBUG Found tickets for planetlab-1.sjce.nodes.planet-lab.org
-2006-09-28 22:22:10,573 DEBUG Popping from q - planetlab2.ece.ucdavis.edu
-2006-09-28 22:22:10,581 DEBUG Popping from q - planetlab1.ie.cuhk.edu.hk
-2006-09-28 22:22:10,584 DEBUG Found tickets for planetlab1.ie.cuhk.edu.hk
-2006-09-28 22:22:10,584 DEBUG Popping from q - planetlab2lannion.elibel.tm.fr
-2006-09-28 22:22:10,592 DEBUG Popping from q - planetlab01.mpi-sws.mpg.de
-2006-09-28 22:22:10,603 DEBUG Popping from q - planetlab2.cs.duke.edu
-2006-09-28 22:22:10,612 DEBUG Popping from q - planetlab1.rn.informatics.scitech.susx.ac.uk
-2006-09-28 22:22:10,615 DEBUG Found tickets for planetlab1.rn.informatics.scitech.susx.ac.uk
-2006-09-28 22:22:10,616 DEBUG Popping from q - planetlab1.eee.hku.hk
-2006-09-28 22:22:10,618 DEBUG Found tickets for planetlab1.eee.hku.hk
-2006-09-28 22:22:10,618 DEBUG Popping from q - pads23.cs.nthu.edu.tw
-2006-09-28 22:22:10,620 DEBUG Popping from q - planet2.halifax.canet4.nodes.planet-lab.org
-2006-09-28 22:22:10,623 DEBUG Found tickets for planet2.halifax.canet4.nodes.planet-lab.org
-2006-09-28 22:22:10,623 DEBUG Popping from q - planetlab-2.tssg.org
-2006-09-28 22:22:10,626 DEBUG Found tickets for planetlab-2.tssg.org
-2006-09-28 22:22:10,626 DEBUG Popping from q - 200-102-209-151.paemt7001.t.brasiltelecom.net.br
-2006-09-28 22:22:10,630 DEBUG Found tickets for 200-102-209-151.paemt7001.t.brasiltelecom.net.br
-2006-09-28 22:22:10,631 DEBUG Popping from q - planetlab2.poly.edu
-2006-09-28 22:22:10,639 DEBUG Popping from q - planetlab1.poly.edu
-2006-09-28 22:22:10,641 DEBUG Popping from q - planetlab2.net-research.org.uk
-2006-09-28 22:22:10,654 DEBUG Found tickets for planetlab2.net-research.org.uk
-2006-09-28 22:22:10,655 DEBUG Popping from q - planetlab-2.imperial.ac.uk
-2006-09-28 22:22:13,580 DEBUG Found tickets for planetlab1.net-research.org.uk
-2006-09-28 22:22:13,581 DEBUG Popping from q - planetlab-1.imperial.ac.uk
-2006-09-28 22:22:13,607 DEBUG Found tickets for planetlab-1.imperial.ac.uk
-2006-09-28 22:22:13,608 DEBUG Popping from q - planetlab1.byu.edu
-2006-09-28 22:22:22,020 DEBUG Popping from q - planetlab1.cis.upenn.edu
-2006-09-28 22:22:25,152 DEBUG Found tickets for planetlab-2.imperial.ac.uk
-2006-09-28 22:22:25,152 DEBUG Popping from q - planetlab2.eee.hku.hk
-2006-09-28 22:22:39,723 DEBUG Found tickets for planetlab-2.imperial.ac.uk
-2006-09-28 22:41:34,521 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv
-2006-09-28 22:41:35,586 DEBUG Retrieved 705 hosts
-2006-09-28 22:41:35,593 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='drift%20%3E%201m'
-2006-09-28 22:41:35,738 DEBUG Retrieved 9 hosts
-2006-09-28 22:41:35,738 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='resptime%20%3E%200%20&&%20gbfree%20%3C%205'
-2006-09-28 22:41:35,876 DEBUG Retrieved 10 hosts
-2006-09-28 22:41:35,877 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='sshstatus%20%3E%202h'
-2006-09-28 22:41:36,228 DEBUG Retrieved 161 hosts
-2006-09-28 22:41:36,229 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='dns1udp%20%3E%2080%20&&%20dns2udp%20%3E%2080'
-2006-09-28 22:41:36,374 DEBUG Retrieved 7 hosts
-2006-09-28 22:41:36,374 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='filerw%3E0'
-2006-09-28 22:41:41,510 DEBUG Retrieved 2 hosts
-2006-09-28 22:41:41,512 DEBUG Popping from q - planetlab2.elet.polimi.it
-2006-09-28 22:41:41,514 DEBUG Popping from q - cs-planetlab2.cs.surrey.sfu.ca
-2006-09-28 22:41:41,515 DEBUG Popping from q - pli1-br-3.hpl.hp.com
-2006-09-28 22:41:41,516 DEBUG Popping from q - planetlab2.nbgisp.com
-2006-09-28 22:41:41,517 DEBUG Popping from q - planetlab1.cs.stir.ac.uk
-2006-09-28 22:41:41,518 DEBUG Popping from q - planetlab1.cse.msu.edu
-2006-09-28 22:41:41,524 DEBUG Popping from q - planetlab2.cse.msu.edu
-2006-09-28 22:41:41,526 DEBUG Found tickets for pli1-br-3.hpl.hp.com
-2006-09-28 22:41:41,526 DEBUG Popping from q - planetlab0.cs.stir.ac.uk
-2006-09-28 22:41:41,527 DEBUG Popping from q - planetlab1.informatik.uni-erlangen.de
-2006-09-28 22:41:41,528 DEBUG Found tickets for planetlab1.cse.msu.edu
-2006-09-28 22:41:41,528 DEBUG Popping from q - planetlab1.cs.purdue.edu
-2006-09-28 22:41:41,530 DEBUG Found tickets for planetlab2.cse.msu.edu
-2006-09-28 22:41:41,531 DEBUG Popping from q - planetlab1.een.orst.edu
-2006-09-28 22:41:41,532 DEBUG Popping from q - planetlab2.cs.columbia.edu
-2006-09-28 22:41:41,533 DEBUG Popping from q - planetlab1.win.trlabs.ca
-2006-09-28 22:41:41,536 DEBUG Found tickets for planetlab1.cs.purdue.edu
-2006-09-28 22:41:41,536 DEBUG Popping from q - planetlab1.cs.duke.edu
-2006-09-28 22:41:41,537 DEBUG Popping from q - planetlab2.flux.utah.edu
-2006-09-28 22:41:41,540 DEBUG Popping from q - planetlab3.cs.columbia.edu
-2006-09-28 22:41:41,541 DEBUG Popping from q - planetlab1.cs.columbia.edu
-2006-09-28 22:41:41,545 DEBUG Popping from q - planetlab3.flux.utah.edu
-2006-09-28 22:41:41,546 DEBUG Popping from q - planetlab-1.eecs.cwru.edu
-2006-09-28 22:41:41,548 DEBUG Popping from q - planetlab2.rutgers.edu
-2006-09-28 22:41:41,550 DEBUG Popping from q - vn3.cs.wustl.edu
-2006-09-28 22:41:41,553 DEBUG Found tickets for planetlab2.rutgers.edu
-2006-09-28 22:41:41,553 DEBUG Popping from q - planetlab2.cri.haifa.ac.il
-2006-09-28 22:41:41,554 DEBUG Popping from q - soccf-planet-001.comp.nus.edu.sg
-2006-09-28 22:41:41,555 DEBUG Popping from q - planetlab01.cse.psu.edu
-2006-09-28 22:41:41,557 DEBUG Found tickets for vn3.cs.wustl.edu
-2006-09-28 22:41:41,558 DEBUG Popping from q - csu2.6planetlab.edu.cn
-2006-09-28 22:41:41,560 DEBUG Found tickets for soccf-planet-001.comp.nus.edu.sg
-2006-09-28 22:41:41,560 DEBUG Popping from q - planet2.njit.edu
-2006-09-28 22:41:41,561 DEBUG Found tickets for planetlab2.cri.haifa.ac.il
-2006-09-28 22:41:41,561 DEBUG Popping from q - planetlab2.unl.edu
-2006-09-28 22:41:41,563 DEBUG Popping from q - planetlab1.cs.pitt.edu
-2006-09-28 22:41:41,567 DEBUG Found tickets for planet2.njit.edu
-2006-09-28 22:41:41,567 DEBUG Popping from q - planetlab-2.eecs.cwru.edu
-2006-09-28 22:41:41,568 DEBUG Found tickets for csu2.6planetlab.edu.cn
-2006-09-28 22:41:41,568 DEBUG Popping from q - planetlab2.urv.net
-2006-09-28 22:41:41,571 DEBUG Popping from q - planetlab7.csail.mit.edu
-2006-09-28 22:41:41,572 DEBUG Popping from q - buaa1.6planetlab.edu.cn
-2006-09-28 22:41:41,574 DEBUG Popping from q - ricepl-3.cs.rice.edu
-2006-09-28 22:41:41,577 DEBUG Popping from q - planet-lab-1.csse.monash.edu.au
-2006-09-28 22:41:41,578 DEBUG Found tickets for planetlab7.csail.mit.edu
-2006-09-28 22:41:41,578 DEBUG Popping from q - planetlab5.millennium.berkeley.edu
-2006-09-28 22:41:41,582 DEBUG Found tickets for buaa1.6planetlab.edu.cn
-2006-09-28 22:41:41,582 DEBUG Popping from q - planetlab1.pop-ce.rnp.br
-2006-09-28 22:41:41,584 DEBUG Popping from q - planetlab2.mnlab.cti.depaul.edu
-2006-09-28 22:41:41,585 DEBUG Popping from q - peace.ri.uni-tuebingen.de
-2006-09-28 22:41:41,586 DEBUG Popping from q - planetlab-8.cs.princeton.edu
-2006-09-28 22:41:41,591 DEBUG Found tickets for planetlab2.mnlab.cti.depaul.edu
-2006-09-28 22:41:41,591 DEBUG Popping from q - planetlab2.ucsd.edu
-2006-09-28 22:41:41,592 DEBUG Found tickets for planetlab1.pop-ce.rnp.br
-2006-09-28 22:41:41,592 DEBUG Popping from q - blast.uwaterloo.ca
-2006-09-28 22:41:41,595 DEBUG Found tickets for planetlab-8.cs.princeton.edu
-2006-09-28 22:41:41,596 DEBUG Popping from q - planetlab1.cs.wayne.edu
-2006-09-28 22:41:41,596 DEBUG Popping from q - pli1-br-3.hpl.hp.com
-2006-09-28 22:41:41,597 DEBUG Found tickets for planetlab2.ucsd.edu
-2006-09-28 22:41:41,598 DEBUG Popping from q - planetlab2.eurecom.fr
-2006-09-28 22:41:41,600 DEBUG Found tickets for blast.uwaterloo.ca
-2006-09-28 22:41:41,601 DEBUG Popping from q - planetlab1.di.unito.it
-2006-09-28 22:41:41,602 DEBUG Found tickets for planetlab1.cs.wayne.edu
-2006-09-28 22:41:41,602 DEBUG Popping from q - planetlab2.simula.no
-2006-09-28 22:41:41,604 DEBUG Popping from q - planetlab01.dis.unina.it
-2006-09-28 22:41:41,605 DEBUG Found tickets for pli1-br-3.hpl.hp.com
-2006-09-28 22:41:41,606 DEBUG Popping from q - planetlab1.flux.utah.edu
-2006-09-28 22:41:41,610 DEBUG Popping from q - planetlab-1.ece.iastate.edu
-2006-09-28 22:41:41,611 DEBUG Found tickets for planetlab1.di.unito.it
-2006-09-28 22:41:41,611 DEBUG Popping from q - sdu1.6planetlab.edu.cn
-2006-09-28 22:41:41,613 DEBUG Popping from q - planetlab4.upc.es
-2006-09-28 22:41:41,617 DEBUG Popping from q - planetlab-13.cs.princeton.edu
-2006-09-28 22:41:41,623 DEBUG Found tickets for planetlab-1.ece.iastate.edu
-2006-09-28 22:41:41,623 DEBUG Popping from q - planet1.cc.gt.atl.ga.us
-2006-09-28 22:41:41,624 DEBUG Found tickets for sdu1.6planetlab.edu.cn
-2006-09-28 22:41:41,625 DEBUG Popping from q - planetlab2.eecs.wsu.edu
-2006-09-28 22:41:41,626 DEBUG Found tickets for planetlab-13.cs.princeton.edu
-2006-09-28 22:41:41,626 DEBUG Popping from q - planet2.cs.ucsb.edu
-2006-09-28 22:41:41,627 DEBUG Popping from q - xjtu2.6planetlab.edu.cn
-2006-09-28 22:41:41,629 DEBUG Popping from q - planetlab3.upc.es
-2006-09-28 22:41:41,631 DEBUG Popping from q - node1.lbnl.nodes.planet-lab.org
-2006-09-28 22:41:41,632 DEBUG Popping from q - planetlab1.iitr.ernet.in
-2006-09-28 22:41:41,634 DEBUG Popping from q - planetlab1.ipls.internet2.planet-lab.org
-2006-09-28 22:41:41,635 DEBUG Found tickets for planet2.cs.ucsb.edu
-2006-09-28 22:41:41,635 DEBUG Popping from q - planetlab2.uvic.ca
-2006-09-28 22:41:41,637 DEBUG Popping from q - planetlab01.erin.utoronto.ca
-2006-09-28 22:41:41,638 DEBUG Found tickets for planetlab2.uvic.ca
-2006-09-28 22:41:41,638 DEBUG Popping from q - planetlab-4.ece.iastate.edu
-2006-09-28 22:41:41,640 DEBUG Popping from q - planetlab2.informatik.uni-goettingen.de
-2006-09-28 22:41:41,641 DEBUG Popping from q - ds-pl1.technion.ac.il
-2006-09-28 22:41:41,643 DEBUG Popping from q - planetlab1.mnl.cs.sunysb.edu
-2006-09-28 22:41:41,644 DEBUG Found tickets for planetlab-4.ece.iastate.edu
-2006-09-28 22:41:41,644 DEBUG Popping from q - aladdin.planetlab.extranet.uni-passau.de
-2006-09-28 22:41:41,645 DEBUG Found tickets for planetlab2.informatik.uni-goettingen.de
-2006-09-28 22:41:41,646 DEBUG Popping from q - planetlab-1.cs.uni-paderborn.de
-2006-09-28 22:41:41,648 DEBUG Popping from q - planet1.njit.edu
-2006-09-28 22:41:41,650 DEBUG Found tickets for planetlab1.mnl.cs.sunysb.edu
-2006-09-28 22:41:41,650 DEBUG Popping from q - pku2.6planetlab.edu.cn
-2006-09-28 22:41:41,651 DEBUG Popping from q - planetlab-1.cs.ucy.ac.cy
-2006-09-28 22:41:41,652 DEBUG Popping from q - planetlab00.cse.psu.edu
-2006-09-28 22:41:41,654 DEBUG Popping from q - planetlab04.ethz.ch
-2006-09-28 22:41:41,656 DEBUG Popping from q - sdu2.6planetlab.edu.cn
-2006-09-28 22:41:41,657 DEBUG Popping from q - planet-lab.iki.rssi.ru
-2006-09-28 22:41:41,657 DEBUG Popping from q - planetlab1.polito.it
-2006-09-28 22:41:41,660 DEBUG Found tickets for sdu2.6planetlab.edu.cn
-2006-09-28 22:41:41,660 DEBUG Popping from q - planetlab1.uvic.ca
-2006-09-28 22:41:41,661 DEBUG Found tickets for planetlab1.polito.it
-2006-09-28 22:41:41,662 DEBUG Popping from q - planetlab1.cs.byu.edu
-2006-09-28 22:41:41,663 DEBUG Found tickets for planetlab04.ethz.ch
-2006-09-28 22:41:41,664 DEBUG Found tickets for planet-lab.iki.rssi.ru
-2006-09-28 22:41:41,664 DEBUG Popping from q - planetlab-1.amst.nodes.planet-lab.org
-2006-09-28 22:41:41,665 DEBUG Popping from q - cloudburst.uwaterloo.ca
-2006-09-28 22:41:41,666 DEBUG Popping from q - planet2.cs.rochester.edu
-2006-09-28 22:41:41,667 DEBUG Found tickets for planetlab1.uvic.ca
-2006-09-28 22:41:41,667 DEBUG Popping from q - planetlab1.xeno.cl.cam.ac.uk
-2006-09-28 22:41:41,669 DEBUG Popping from q - lycra.cs.princeton.edu
-2006-09-28 22:41:41,671 DEBUG Found tickets for planet2.cs.rochester.edu
-2006-09-28 22:41:41,671 DEBUG Popping from q - planetlab06.mpi-sws.mpg.de
-2006-09-28 22:41:41,673 DEBUG Found tickets for cloudburst.uwaterloo.ca
-2006-09-28 22:41:41,673 DEBUG Popping from q - planetlab1.ias.csusb.edu
-2006-09-28 22:41:41,674 DEBUG Popping from q - vayu.iitd.ernet.in
-2006-09-28 22:41:41,676 DEBUG Found tickets for lycra.cs.princeton.edu
-2006-09-28 22:41:41,676 DEBUG Popping from q - node2.lbnl.nodes.planet-lab.org
-2006-09-28 22:41:41,678 DEBUG Popping from q - planetlab2.cs.byu.edu
-2006-09-28 22:41:41,678 DEBUG Popping from q - cqu1.6planetlab.edu.cn
-2006-09-28 22:41:41,679 DEBUG Found tickets for planetlab1.ias.csusb.edu
-2006-09-28 22:41:41,680 DEBUG Popping from q - planetlab2.acis.ufl.edu
-2006-09-28 22:41:41,684 DEBUG Popping from q - tju2.6planetlab.edu.cn
-2006-09-28 22:41:41,683 DEBUG Popping from q - planetlab1.cs.unibo.it
-2006-09-28 22:41:41,686 DEBUG Found tickets for cqu1.6planetlab.edu.cn
-2006-09-28 22:41:41,686 DEBUG Popping from q - orbpl1.rutgers.edu
-2006-09-28 22:41:41,688 DEBUG Found tickets for planetlab1.cs.unibo.it
-2006-09-28 22:41:41,689 DEBUG Popping from q - ent1.cs.nccu.edu.tw
-2006-09-28 22:41:41,689 DEBUG Found tickets for planetlab2.acis.ufl.edu
-2006-09-28 22:41:41,690 DEBUG Popping from q - planet0.jaist.ac.jp
-2006-09-28 22:41:41,691 DEBUG Found tickets for tju2.6planetlab.edu.cn
-2006-09-28 22:41:41,691 DEBUG Popping from q - planetlab1.informatik.uni-wuerzburg.de
-2006-09-28 22:41:41,692 DEBUG Found tickets for orbpl1.rutgers.edu
-2006-09-28 22:41:41,693 DEBUG Popping from q - planetlab3.warsaw.rd.tp.pl
-2006-09-28 22:41:41,695 DEBUG Found tickets for ent1.cs.nccu.edu.tw
-2006-09-28 22:41:41,695 DEBUG Popping from q - planetlab0.ias.csusb.edu
-2006-09-28 22:41:41,696 DEBUG Found tickets for planet0.jaist.ac.jp
-2006-09-28 22:41:41,697 DEBUG Popping from q - planetlab-2.amst.nodes.planet-lab.org
-2006-09-28 22:41:41,698 DEBUG Found tickets for planetlab1.informatik.uni-wuerzburg.de
-2006-09-28 22:41:41,698 DEBUG Popping from q - planetlab3.inria.fr
-2006-09-28 22:41:41,699 DEBUG Popping from q - 200-102-209-152.paemt7001.t.brasiltelecom.net.br
-2006-09-28 22:41:41,701 DEBUG Found tickets for planetlab0.ias.csusb.edu
-2006-09-28 22:41:41,701 DEBUG Popping from q - planetlab3.mnl.cs.sunysb.edu
-2006-09-28 22:41:41,703 DEBUG Found tickets for 200-102-209-152.paemt7001.t.brasiltelecom.net.br
-2006-09-28 22:41:41,704 DEBUG Popping from q - planetlab-15.cs.princeton.edu
-2006-09-28 22:41:41,705 DEBUG Popping from q - ent2.cs.nccu.edu.tw
-2006-09-28 22:41:41,706 DEBUG Popping from q - planet-lab-2.csse.monash.edu.au
-2006-09-28 22:41:41,707 DEBUG Popping from q - planet1.ecse.rpi.edu
-2006-09-28 22:41:41,709 DEBUG Found tickets for planet-lab-2.csse.monash.edu.au
-2006-09-28 22:41:41,710 DEBUG Popping from q - planetlab2.pop-mg.rnp.br
-2006-09-28 22:41:41,711 DEBUG Popping from q - planetlab-2.unk.edu
-2006-09-28 22:41:41,712 DEBUG Found tickets for planet1.ecse.rpi.edu
-2006-09-28 22:41:41,712 DEBUG Popping from q - planetlab2.rdfrancetelecom.com
-2006-09-28 22:41:41,713 DEBUG Found tickets for ent2.cs.nccu.edu.tw
-2006-09-28 22:41:41,714 DEBUG Popping from q - planetlab1.eurecom.fr
-2006-09-28 22:41:41,716 DEBUG Found tickets for planetlab2.rdfrancetelecom.com
-2006-09-28 22:41:41,716 DEBUG Popping from q - planetlab1.cs.virginia.edu
-2006-09-28 22:41:41,717 DEBUG Popping from q - tju1.6planetlab.edu.cn
-2006-09-28 22:41:41,718 DEBUG Found tickets for planetlab2.pop-mg.rnp.br
-2006-09-28 22:41:41,719 DEBUG Popping from q - planetlab-3.amst.nodes.planet-lab.org
-2006-09-28 22:41:41,720 DEBUG Found tickets for planetlab1.eurecom.fr
-2006-09-28 22:41:41,720 DEBUG Popping from q - planetlab1.georgetown.edu
-2006-09-28 22:41:41,722 DEBUG Found tickets for tju1.6planetlab.edu.cn
-2006-09-28 22:41:41,723 DEBUG Popping from q - planet1.inf.tu-dresden.de
-2006-09-28 22:41:41,723 DEBUG Popping from q - alice.cs.princeton.edu
-2006-09-28 22:41:41,725 DEBUG Popping from q - planetlab02.erin.utoronto.ca
-2006-09-28 22:41:41,726 DEBUG Found tickets for planetlab1.georgetown.edu
-2006-09-28 22:41:41,727 DEBUG Popping from q - planetlab-1.vuse.vanderbilt.edu
-2006-09-28 22:41:41,728 DEBUG Popping from q - planetlab3.uvic.ca
-2006-09-28 22:41:41,729 DEBUG Found tickets for alice.cs.princeton.edu
-2006-09-28 22:41:41,730 DEBUG Popping from q - scut2.6planetlab.edu.cn
-2006-09-28 22:41:41,732 DEBUG Found tickets for planetlab3.uvic.ca
-2006-09-28 22:41:41,732 DEBUG Popping from q - planetlab1.swidnik.rd.tp.pl
-2006-09-28 22:41:41,733 DEBUG Found tickets for planetlab-1.vuse.vanderbilt.edu
-2006-09-28 22:41:41,733 DEBUG Popping from q - planet2.cdacb.ernet.in
-2006-09-28 22:41:41,735 DEBUG Popping from q - planetlab1.rdfrancetelecom.com
-2006-09-28 22:41:41,736 DEBUG Found tickets for scut2.6planetlab.edu.cn
-2006-09-28 22:41:41,736 DEBUG Popping from q - planet2.inf.tu-dresden.de
-2006-09-28 22:41:41,738 DEBUG Found tickets for planet2.cdacb.ernet.in
-2006-09-28 22:41:41,739 DEBUG Popping from q - planet02.csc.ncsu.edu
-2006-09-28 22:41:41,739 DEBUG Found tickets for planetlab1.swidnik.rd.tp.pl
-2006-09-28 22:41:41,740 DEBUG Popping from q - planetlab-1.tssg.org
-2006-09-28 22:41:41,741 DEBUG Popping from q - planetlab-2.vuse.vanderbilt.edu
-2006-09-28 22:41:41,742 DEBUG Found tickets for planetlab1.rdfrancetelecom.com
-2006-09-28 22:41:41,743 DEBUG Popping from q - planetlab-11.cs.princeton.edu
-2006-09-28 22:41:41,744 DEBUG Found tickets for planetlab-1.tssg.org
-2006-09-28 22:41:41,745 DEBUG Popping from q - planet03.csc.ncsu.edu
-2006-09-28 22:41:41,745 DEBUG Popping from q - planetlab1.pop-rj.rnp.br
-2006-09-28 22:41:41,746 DEBUG Found tickets for planetlab-2.vuse.vanderbilt.edu
-2006-09-28 22:41:41,747 DEBUG Popping from q - planet1.halifax.canet4.nodes.planet-lab.org
-2006-09-28 22:41:41,749 DEBUG Popping from q - planetlab2.uc.edu
-2006-09-28 22:41:41,751 DEBUG Found tickets for planetlab1.pop-rj.rnp.br
-2006-09-28 22:41:41,751 DEBUG Popping from q - planet1.cavite.nodes.planet-lab.org
-2006-09-28 22:41:41,753 DEBUG Popping from q - ds-pl3.technion.ac.il
-2006-09-28 22:41:41,754 DEBUG Popping from q - planetlab2.cs.purdue.edu
-2006-09-28 22:41:41,755 DEBUG Popping from q - planetlab3.millennium.berkeley.edu
-2006-09-28 22:41:41,759 DEBUG Popping from q - planetlab1.unl.edu
-2006-09-28 22:41:41,761 DEBUG Popping from q - planetlab1.cs.colorado.edu
-2006-09-28 22:41:41,762 DEBUG Found tickets for ds-pl3.technion.ac.il
-2006-09-28 22:41:41,762 DEBUG Popping from q - planetlab02.cs.washington.edu
-2006-09-28 22:41:41,763 DEBUG Popping from q - pads21.cs.nthu.edu.tw
-2006-09-28 22:41:41,766 DEBUG Found tickets for planetlab1.unl.edu
-2006-09-28 22:41:41,766 DEBUG Popping from q - orbpl2.rutgers.edu
-2006-09-28 22:41:41,768 DEBUG Found tickets for planetlab02.cs.washington.edu
-2006-09-28 22:41:41,768 DEBUG Popping from q - planetlab2.informatik.uni-erlangen.de
-2006-09-28 22:41:41,770 DEBUG Found tickets for planetlab1.cs.colorado.edu
-2006-09-28 22:41:41,771 DEBUG Popping from q - planetlab-01.ipv6.lip6.fr
-2006-09-28 22:41:41,773 DEBUG Found tickets for planetlab2.informatik.uni-erlangen.de
-2006-09-28 22:41:41,773 DEBUG Popping from q - pl2.ernet.in
-2006-09-28 22:41:41,774 DEBUG Popping from q - neu2.6planetlab.edu.cn
-2006-09-28 22:41:41,775 DEBUG Found tickets for orbpl2.rutgers.edu
-2006-09-28 22:41:41,775 DEBUG Popping from q - planetlab-2.cs.uni-paderborn.de
-2006-09-28 22:41:41,777 DEBUG Found tickets for planetlab-01.ipv6.lip6.fr
-2006-09-28 22:41:41,778 DEBUG Popping from q - planet5.cs.huji.ac.il
-2006-09-28 22:41:41,779 DEBUG Popping from q - planetlab1.elet.polimi.it
-2006-09-28 22:41:41,780 DEBUG Popping from q - planetlab2.iiitb.ac.in
-2006-09-28 22:41:41,782 DEBUG Popping from q - server1.planetlab.iit-tech.net
-2006-09-28 22:41:41,783 DEBUG Popping from q - planetlab2.iitb.ac.in
-2006-09-28 22:41:41,785 DEBUG Popping from q - planetlab02.dis.unina.it
-2006-09-28 22:41:41,787 DEBUG Popping from q - planetlab-1.dis.uniroma1.it
-2006-09-28 22:41:41,788 DEBUG Found tickets for server1.planetlab.iit-tech.net
-2006-09-28 22:41:41,788 DEBUG Popping from q - planetlab1.iitb.ac.in
-2006-09-28 22:41:41,789 DEBUG Found tickets for planetlab2.iitb.ac.in
-2006-09-28 22:41:41,790 DEBUG Popping from q - pku1.6planetlab.edu.cn
-2006-09-28 22:41:41,794 DEBUG Popping from q - planetlab1.warsaw.rd.tp.pl
-2006-09-28 22:41:41,795 DEBUG Popping from q - planetlab1.cri.haifa.ac.il
-2006-09-28 22:41:41,796 DEBUG Found tickets for planetlab1.iitb.ac.in
-2006-09-28 22:41:41,797 DEBUG Popping from q - planetlab-2.cs.ucy.ac.cy
-2006-09-28 22:41:41,798 DEBUG Found tickets for pku1.6planetlab.edu.cn
-2006-09-28 22:41:41,798 DEBUG Popping from q - pl1.ernet.in
-2006-09-28 22:41:41,801 DEBUG Popping from q - server2.planetlab.iit-tech.net
-2006-09-28 22:41:41,802 DEBUG Found tickets for planetlab1.cri.haifa.ac.il
-2006-09-28 22:41:41,802 DEBUG Popping from q - planetlab2.di.unito.it
-2006-09-28 22:41:41,800 DEBUG Popping from q - planetlab2.georgetown.edu
-2006-09-28 22:41:41,805 DEBUG Popping from q - planetlab1.csee.usf.edu
-2006-09-28 22:41:41,807 DEBUG Found tickets for planetlab2.georgetown.edu
-2006-09-28 22:41:41,807 DEBUG Popping from q - planetlab-2.dis.uniroma1.it
-2006-09-28 22:41:41,809 DEBUG Found tickets for server2.planetlab.iit-tech.net
-2006-09-28 22:41:41,809 DEBUG Popping from q - planetlab2.informatik.uni-kl.de
-2006-09-28 22:41:41,810 DEBUG Popping from q - planet1.cs.rochester.edu
-2006-09-28 22:41:41,812 DEBUG Popping from q - planetlab1.rutgers.edu
-2006-09-28 22:41:41,814 DEBUG Found tickets for planetlab2.informatik.uni-kl.de
-2006-09-28 22:41:41,814 DEBUG Popping from q - planetlab-2.ece.iastate.edu
-2006-09-28 22:41:41,815 DEBUG Popping from q - planetlab-1.sjce.nodes.planet-lab.org
-2006-09-28 22:41:41,817 DEBUG Found tickets for planetlab1.rutgers.edu
-2006-09-28 22:41:41,818 DEBUG Popping from q - planetlab2.ece.ucdavis.edu
-2006-09-28 22:41:41,819 DEBUG Found tickets for planet1.cs.rochester.edu
-2006-09-28 22:41:41,819 DEBUG Popping from q - planetlab1.ie.cuhk.edu.hk
-2006-09-28 22:41:41,821 DEBUG Found tickets for planetlab-1.sjce.nodes.planet-lab.org
-2006-09-28 22:41:41,821 DEBUG Popping from q - planetlab2lannion.elibel.tm.fr
-2006-09-28 22:41:41,822 DEBUG Popping from q - planetlab01.mpi-sws.mpg.de
-2006-09-28 22:41:41,824 DEBUG Popping from q - planetlab2.cs.duke.edu
-2006-09-28 22:41:41,825 DEBUG Found tickets for planetlab1.ie.cuhk.edu.hk
-2006-09-28 22:41:41,825 DEBUG Popping from q - planetlab1.rn.informatics.scitech.susx.ac.uk
-2006-09-28 22:41:41,827 DEBUG Popping from q - planetlab1.eee.hku.hk
-2006-09-28 22:41:41,829 DEBUG Found tickets for planetlab1.rn.informatics.scitech.susx.ac.uk
-2006-09-28 22:41:41,829 DEBUG Popping from q - pads23.cs.nthu.edu.tw
-2006-09-28 22:41:41,830 DEBUG Popping from q - planet2.halifax.canet4.nodes.planet-lab.org
-2006-09-28 22:41:41,831 DEBUG Popping from q - planetlab-2.tssg.org
-2006-09-28 22:41:41,833 DEBUG Popping from q - 200-102-209-151.paemt7001.t.brasiltelecom.net.br
-2006-09-28 22:41:41,834 DEBUG Found tickets for planet2.halifax.canet4.nodes.planet-lab.org
-2006-09-28 22:41:41,835 DEBUG Popping from q - planetlab2.uc.edu
-2006-09-28 22:41:41,836 DEBUG Found tickets for planetlab1.eee.hku.hk
-2006-09-28 22:41:41,836 DEBUG Popping from q - planetlab2.poly.edu
-2006-09-28 22:41:41,838 DEBUG Found tickets for planetlab-2.tssg.org
-2006-09-28 22:41:41,838 DEBUG Popping from q - planetlab1.poly.edu
-2006-09-28 22:41:41,840 DEBUG Found tickets for 200-102-209-151.paemt7001.t.brasiltelecom.net.br
-2006-09-28 22:41:41,840 DEBUG Popping from q - planetlab2.net-research.org.uk
-2006-09-28 22:41:41,841 DEBUG Popping from q - planetlab-2.imperial.ac.uk
-2006-09-28 22:41:41,843 DEBUG Popping from q - planetlab-1.imperial.ac.uk
-2006-09-28 22:41:41,844 DEBUG Popping from q - planetlab1.byu.edu
-2006-09-28 22:41:41,846 DEBUG Found tickets for planetlab-2.imperial.ac.uk
-2006-09-28 22:41:41,847 DEBUG Popping from q - planetlab1.cis.upenn.edu
-2006-09-28 22:41:41,849 DEBUG Found tickets for planetlab2.net-research.org.uk
-2006-09-28 22:41:41,849 DEBUG Popping from q - planetlab2.eee.hku.hk
-2006-09-28 22:41:41,850 DEBUG Found tickets for planetlab-1.imperial.ac.uk
-2006-09-28 22:41:48,198 DEBUG Found tickets for cs-planetlab2.cs.surrey.sfu.ca
-2006-09-28 23:01:41,356 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv
-2006-09-28 23:01:42,445 DEBUG Retrieved 705 hosts
-2006-09-28 23:01:42,451 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='drift%20%3E%201m'
-2006-09-28 23:01:42,599 DEBUG Retrieved 8 hosts
-2006-09-28 23:01:42,599 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='resptime%20%3E%200%20&&%20gbfree%20%3C%205'
-2006-09-28 23:01:42,743 DEBUG Retrieved 10 hosts
-2006-09-28 23:01:42,744 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='sshstatus%20%3E%202h'
-2006-09-28 23:01:43,102 DEBUG Retrieved 161 hosts
-2006-09-28 23:01:43,104 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='dns1udp%20%3E%2080%20&&%20dns2udp%20%3E%2080'
-2006-09-28 23:01:43,242 DEBUG Retrieved 6 hosts
-2006-09-28 23:01:43,242 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='filerw%3E0'
-2006-09-28 23:01:43,373 DEBUG Retrieved 2 hosts
-2006-09-28 23:01:43,376 DEBUG Popping from q - planetlab2.elet.polimi.it
-2006-09-28 23:01:43,377 DEBUG Popping from q - pli1-br-3.hpl.hp.com
-2006-09-28 23:01:43,378 DEBUG Popping from q - planetlab2.nbgisp.com
-2006-09-28 23:01:43,379 DEBUG Popping from q - planetlab1.cs.stir.ac.uk
-2006-09-28 23:01:43,380 DEBUG Popping from q - planetlab1.cse.msu.edu
-2006-09-28 23:01:43,382 DEBUG Popping from q - planetlab2.cse.msu.edu
-2006-09-28 23:01:43,383 DEBUG Found tickets for pli1-br-3.hpl.hp.com
-2006-09-28 23:01:43,383 DEBUG Popping from q - planetlab0.cs.stir.ac.uk
-2006-09-28 23:01:43,384 DEBUG Popping from q - planetlab1.informatik.uni-erlangen.de
-2006-09-28 23:01:43,386 DEBUG Found tickets for planetlab1.cse.msu.edu
-2006-09-28 23:01:43,386 DEBUG Popping from q - planetlab1.cs.purdue.edu
-2006-09-28 23:01:43,387 DEBUG Popping from q - planetlab1.een.orst.edu
-2006-09-28 23:01:43,389 DEBUG Found tickets for planetlab2.cse.msu.edu
-2006-09-28 23:01:43,389 DEBUG Popping from q - planetlab2.cs.columbia.edu
-2006-09-28 23:01:43,390 DEBUG Popping from q - planetlab1.win.trlabs.ca
-2006-09-28 23:01:43,392 DEBUG Popping from q - planetlab1.cs.duke.edu
-2006-09-28 23:01:43,393 DEBUG Found tickets for planetlab1.cs.purdue.edu
-2006-09-28 23:01:43,394 DEBUG Popping from q - planetlab2.flux.utah.edu
-2006-09-28 23:01:43,395 DEBUG Popping from q - planetlab3.cs.columbia.edu
-2006-09-28 23:01:43,396 DEBUG Popping from q - planetlab1.cs.columbia.edu
-2006-09-28 23:01:43,398 DEBUG Popping from q - planetlab3.flux.utah.edu
-2006-09-28 23:01:43,399 DEBUG Popping from q - planetlab-1.eecs.cwru.edu
-2006-09-28 23:01:43,401 DEBUG Popping from q - planetlab2.rutgers.edu
-2006-09-28 23:01:43,402 DEBUG Popping from q - vn3.cs.wustl.edu
-2006-09-28 23:01:43,403 DEBUG Popping from q - planetlab2.cri.haifa.ac.il
-2006-09-28 23:01:43,405 DEBUG Popping from q - soccf-planet-001.comp.nus.edu.sg
-2006-09-28 23:01:43,406 DEBUG Popping from q - planetlab01.cse.psu.edu
-2006-09-28 23:01:43,408 DEBUG Found tickets for planetlab2.rutgers.edu
-2006-09-28 23:01:43,408 DEBUG Popping from q - csu2.6planetlab.edu.cn
-2006-09-28 23:01:43,409 DEBUG Found tickets for vn3.cs.wustl.edu
-2006-09-28 23:01:43,410 DEBUG Popping from q - planet2.njit.edu
-2006-09-28 23:01:43,411 DEBUG Found tickets for planetlab2.cri.haifa.ac.il
-2006-09-28 23:01:43,411 DEBUG Popping from q - planetlab2.unl.edu
-2006-09-28 23:01:43,413 DEBUG Found tickets for soccf-planet-001.comp.nus.edu.sg
-2006-09-28 23:01:43,413 DEBUG Popping from q - planetlab1.cs.pitt.edu
-2006-09-28 23:01:43,414 DEBUG Popping from q - planetlab-2.eecs.cwru.edu
-2006-09-28 23:01:43,416 DEBUG Found tickets for csu2.6planetlab.edu.cn
-2006-09-28 23:01:43,416 DEBUG Popping from q - planetlab2.urv.net
-2006-09-28 23:01:43,417 DEBUG Found tickets for planet2.njit.edu
-2006-09-28 23:01:43,418 DEBUG Popping from q - planetlab7.csail.mit.edu
-2006-09-28 23:01:43,419 DEBUG Popping from q - buaa1.6planetlab.edu.cn
-2006-09-28 23:01:43,421 DEBUG Popping from q - ricepl-3.cs.rice.edu
-2006-09-28 23:01:43,422 DEBUG Found tickets for planetlab7.csail.mit.edu
-2006-09-28 23:01:43,422 DEBUG Popping from q - planet-lab-1.csse.monash.edu.au
-2006-09-28 23:01:43,423 DEBUG Popping from q - planetlab5.millennium.berkeley.edu
-2006-09-28 23:01:43,425 DEBUG Popping from q - planetlab1.pop-ce.rnp.br
-2006-09-28 23:01:43,426 DEBUG Found tickets for buaa1.6planetlab.edu.cn
-2006-09-28 23:01:43,427 DEBUG Popping from q - planetlab2.mnlab.cti.depaul.edu
-2006-09-28 23:01:43,428 DEBUG Popping from q - peace.ri.uni-tuebingen.de
-2006-09-28 23:01:43,430 DEBUG Popping from q - planetlab-8.cs.princeton.edu
-2006-09-28 23:01:43,431 DEBUG Popping from q - planetlab2.ucsd.edu
-2006-09-28 23:01:43,432 DEBUG Found tickets for planetlab2.mnlab.cti.depaul.edu
-2006-09-28 23:01:43,432 DEBUG Popping from q - blast.uwaterloo.ca
-2006-09-28 23:01:43,434 DEBUG Found tickets for planetlab1.pop-ce.rnp.br
-2006-09-28 23:01:43,434 DEBUG Popping from q - planetlab1.cs.wayne.edu
-2006-09-28 23:01:43,436 DEBUG Found tickets for planetlab-8.cs.princeton.edu
-2006-09-28 23:01:43,436 DEBUG Popping from q - pli1-br-3.hpl.hp.com
-2006-09-28 23:01:43,437 DEBUG Found tickets for planetlab2.ucsd.edu
-2006-09-28 23:01:43,437 DEBUG Popping from q - planetlab2.eurecom.fr
-2006-09-28 23:01:43,438 DEBUG Popping from q - planetlab1.di.unito.it
-2006-09-28 23:01:43,440 DEBUG Found tickets for blast.uwaterloo.ca
-2006-09-28 23:01:43,440 DEBUG Popping from q - planetlab2.simula.no
-2006-09-28 23:01:43,441 DEBUG Found tickets for planetlab1.cs.wayne.edu
-2006-09-28 23:01:43,442 DEBUG Popping from q - planetlab01.dis.unina.it
-2006-09-28 23:01:43,443 DEBUG Found tickets for pli1-br-3.hpl.hp.com
-2006-09-28 23:01:43,444 DEBUG Popping from q - planetlab1.flux.utah.edu
-2006-09-28 23:01:43,445 DEBUG Found tickets for planetlab1.di.unito.it
-2006-09-28 23:01:43,445 DEBUG Popping from q - planetlab-1.ece.iastate.edu
-2006-09-28 23:01:43,447 DEBUG Popping from q - sdu1.6planetlab.edu.cn
-2006-09-28 23:01:43,448 DEBUG Popping from q - planetlab4.upc.es
-2006-09-28 23:01:43,450 DEBUG Popping from q - planetlab-13.cs.princeton.edu
-2006-09-28 23:01:43,452 DEBUG Found tickets for planetlab-1.ece.iastate.edu
-2006-09-28 23:01:43,453 DEBUG Popping from q - planet1.cc.gt.atl.ga.us
-2006-09-28 23:01:43,454 DEBUG Popping from q - planetlab2.eecs.wsu.edu
-2006-09-28 23:01:43,455 DEBUG Found tickets for sdu1.6planetlab.edu.cn
-2006-09-28 23:01:43,456 DEBUG Popping from q - planet2.cs.ucsb.edu
-2006-09-28 23:01:43,457 DEBUG Popping from q - xjtu2.6planetlab.edu.cn
-2006-09-28 23:01:43,458 DEBUG Found tickets for planetlab-13.cs.princeton.edu
-2006-09-28 23:01:43,458 DEBUG Popping from q - planetlab3.upc.es
-2006-09-28 23:01:43,460 DEBUG Popping from q - node1.lbnl.nodes.planet-lab.org
-2006-09-28 23:01:43,462 DEBUG Popping from q - planetlab1.ipls.internet2.planet-lab.org
-2006-09-28 23:01:43,461 DEBUG Popping from q - planetlab1.iitr.ernet.in
-2006-09-28 23:01:43,464 DEBUG Popping from q - planetlab2.uvic.ca
-2006-09-28 23:01:43,461 DEBUG Found tickets for planet2.cs.ucsb.edu
-2006-09-28 23:01:43,466 DEBUG Popping from q - planetlab01.erin.utoronto.ca
-2006-09-28 23:01:43,467 DEBUG Popping from q - planetlab-4.ece.iastate.edu
-2006-09-28 23:01:43,468 DEBUG Popping from q - planetlab2.informatik.uni-goettingen.de
-2006-09-28 23:01:43,470 DEBUG Popping from q - ds-pl1.technion.ac.il
-2006-09-28 23:01:43,472 DEBUG Found tickets for planetlab2.uvic.ca
-2006-09-28 23:01:43,472 DEBUG Popping from q - planetlab1.mnl.cs.sunysb.edu
-2006-09-28 23:01:43,473 DEBUG Popping from q - aladdin.planetlab.extranet.uni-passau.de
-2006-09-28 23:01:43,474 DEBUG Found tickets for planetlab-4.ece.iastate.edu
-2006-09-28 23:01:43,475 DEBUG Popping from q - planetlab-1.cs.uni-paderborn.de
-2006-09-28 23:01:43,476 DEBUG Found tickets for planetlab2.informatik.uni-goettingen.de
-2006-09-28 23:01:43,476 DEBUG Popping from q - planet1.njit.edu
-2006-09-28 23:01:43,477 DEBUG Popping from q - pku2.6planetlab.edu.cn
-2006-09-28 23:01:43,479 DEBUG Found tickets for planetlab1.mnl.cs.sunysb.edu
-2006-09-28 23:01:43,480 DEBUG Popping from q - planetlab-1.cs.ucy.ac.cy
-2006-09-28 23:01:43,481 DEBUG Popping from q - planetlab00.cse.psu.edu
-2006-09-28 23:01:43,482 DEBUG Popping from q - planetlab04.ethz.ch
-2006-09-28 23:01:43,483 DEBUG Popping from q - sdu2.6planetlab.edu.cn
-2006-09-28 23:01:43,485 DEBUG Popping from q - planet-lab.iki.rssi.ru
-2006-09-28 23:01:43,487 DEBUG Popping from q - planetlab1.polito.it
-2006-09-28 23:01:43,488 DEBUG Popping from q - planetlab1.uvic.ca
-2006-09-28 23:01:43,489 DEBUG Found tickets for planetlab04.ethz.ch
-2006-09-28 23:01:43,489 DEBUG Popping from q - planetlab1.cs.byu.edu
-2006-09-28 23:01:43,490 DEBUG Found tickets for sdu2.6planetlab.edu.cn
-2006-09-28 23:01:43,491 DEBUG Popping from q - planetlab-1.amst.nodes.planet-lab.org
-2006-09-28 23:01:43,492 DEBUG Found tickets for planet-lab.iki.rssi.ru
-2006-09-28 23:01:43,492 DEBUG Popping from q - cloudburst.uwaterloo.ca
-2006-09-28 23:01:43,494 DEBUG Popping from q - planet2.cs.rochester.edu
-2006-09-28 23:01:43,495 DEBUG Found tickets for planetlab1.polito.it
-2006-09-28 23:01:43,496 DEBUG Popping from q - planetlab1.xeno.cl.cam.ac.uk
-2006-09-28 23:01:43,497 DEBUG Found tickets for planetlab1.uvic.ca
-2006-09-28 23:01:43,497 DEBUG Popping from q - lycra.cs.princeton.edu
-2006-09-28 23:01:43,498 DEBUG Popping from q - planetlab06.mpi-sws.mpg.de
-2006-09-28 23:01:43,500 DEBUG Found tickets for cloudburst.uwaterloo.ca
-2006-09-28 23:01:43,500 DEBUG Popping from q - planetlab1.ias.csusb.edu
-2006-09-28 23:01:43,502 DEBUG Found tickets for planet2.cs.rochester.edu
-2006-09-28 23:01:43,502 DEBUG Popping from q - vayu.iitd.ernet.in
-2006-09-28 23:01:43,503 DEBUG Popping from q - node2.lbnl.nodes.planet-lab.org
-2006-09-28 23:01:43,504 DEBUG Found tickets for lycra.cs.princeton.edu
-2006-09-28 23:01:43,505 DEBUG Popping from q - planetlab2.cs.byu.edu
-2006-09-28 23:01:43,506 DEBUG Popping from q - cqu1.6planetlab.edu.cn
-2006-09-28 23:01:43,508 DEBUG Popping from q - planetlab2.acis.ufl.edu
-2006-09-28 23:01:43,509 DEBUG Popping from q - planetlab1.cs.unibo.it
-2006-09-28 23:01:43,510 DEBUG Found tickets for planetlab1.ias.csusb.edu
-2006-09-28 23:01:43,510 DEBUG Popping from q - tju2.6planetlab.edu.cn
-2006-09-28 23:01:43,512 DEBUG Popping from q - orbpl1.rutgers.edu
-2006-09-28 23:01:43,514 DEBUG Found tickets for planetlab2.acis.ufl.edu
-2006-09-28 23:01:43,514 DEBUG Popping from q - ent1.cs.nccu.edu.tw
-2006-09-28 23:01:43,513 DEBUG Found tickets for cqu1.6planetlab.edu.cn
-2006-09-28 23:01:43,515 DEBUG Popping from q - planet0.jaist.ac.jp
-2006-09-28 23:01:43,516 DEBUG Found tickets for orbpl1.rutgers.edu
-2006-09-28 23:01:43,517 DEBUG Popping from q - planetlab1.informatik.uni-wuerzburg.de
-2006-09-28 23:01:43,518 DEBUG Found tickets for ent1.cs.nccu.edu.tw
-2006-09-28 23:01:43,518 DEBUG Popping from q - planetlab3.warsaw.rd.tp.pl
-2006-09-28 23:01:43,520 DEBUG Found tickets for tju2.6planetlab.edu.cn
-2006-09-28 23:01:43,520 DEBUG Popping from q - planetlab0.ias.csusb.edu
-2006-09-28 23:01:43,521 DEBUG Found tickets for planetlab1.cs.unibo.it
-2006-09-28 23:01:43,521 DEBUG Popping from q - planetlab-2.amst.nodes.planet-lab.org
-2006-09-28 23:01:43,523 DEBUG Found tickets for planetlab1.informatik.uni-wuerzburg.de
-2006-09-28 23:01:43,523 DEBUG Popping from q - planetlab3.inria.fr
-2006-09-28 23:01:43,524 DEBUG Found tickets for planet0.jaist.ac.jp
-2006-09-28 23:01:43,525 DEBUG Popping from q - 200-102-209-152.paemt7001.t.brasiltelecom.net.br
-2006-09-28 23:01:43,526 DEBUG Popping from q - planetlab3.mnl.cs.sunysb.edu
-2006-09-28 23:01:43,528 DEBUG Found tickets for 200-102-209-152.paemt7001.t.brasiltelecom.net.br
-2006-09-28 23:01:43,528 DEBUG Popping from q - planetlab-15.cs.princeton.edu
-2006-09-28 23:01:43,529 DEBUG Popping from q - ent2.cs.nccu.edu.tw
-2006-09-28 23:01:43,531 DEBUG Found tickets for planetlab0.ias.csusb.edu
-2006-09-28 23:01:43,531 DEBUG Popping from q - planet-lab-2.csse.monash.edu.au
-2006-09-28 23:01:43,532 DEBUG Popping from q - planet1.ecse.rpi.edu
-2006-09-28 23:01:43,533 DEBUG Popping from q - planetlab2.pop-mg.rnp.br
-2006-09-28 23:01:43,535 DEBUG Found tickets for planet-lab-2.csse.monash.edu.au
-2006-09-28 23:01:43,536 DEBUG Popping from q - planetlab-2.unk.edu
-2006-09-28 23:01:43,537 DEBUG Popping from q - planetlab2.rdfrancetelecom.com
-2006-09-28 23:01:43,538 DEBUG Found tickets for planet1.ecse.rpi.edu
-2006-09-28 23:01:43,538 DEBUG Popping from q - planetlab1.eurecom.fr
-2006-09-28 23:01:43,539 DEBUG Found tickets for planetlab2.pop-mg.rnp.br
-2006-09-28 23:01:43,540 DEBUG Popping from q - planetlab1.cs.virginia.edu
-2006-09-28 23:01:43,541 DEBUG Found tickets for ent2.cs.nccu.edu.tw
-2006-09-28 23:01:43,541 DEBUG Popping from q - tju1.6planetlab.edu.cn
-2006-09-28 23:01:43,543 DEBUG Popping from q - planetlab-3.amst.nodes.planet-lab.org
-2006-09-28 23:01:43,544 DEBUG Found tickets for planetlab1.eurecom.fr
-2006-09-28 23:01:43,544 DEBUG Popping from q - planetlab1.georgetown.edu
-2006-09-28 23:01:43,546 DEBUG Found tickets for planetlab2.rdfrancetelecom.com
-2006-09-28 23:01:43,546 DEBUG Popping from q - planet1.inf.tu-dresden.de
-2006-09-28 23:01:43,547 DEBUG Found tickets for tju1.6planetlab.edu.cn
-2006-09-28 23:01:43,547 DEBUG Popping from q - alice.cs.princeton.edu
-2006-09-28 23:01:43,548 DEBUG Popping from q - planetlab02.erin.utoronto.ca
-2006-09-28 23:01:43,550 DEBUG Found tickets for planetlab1.georgetown.edu
-2006-09-28 23:01:43,551 DEBUG Popping from q - planetlab-1.vuse.vanderbilt.edu
-2006-09-28 23:01:43,552 DEBUG Found tickets for alice.cs.princeton.edu
-2006-09-28 23:01:43,552 DEBUG Popping from q - planetlab3.uvic.ca
-2006-09-28 23:01:43,553 DEBUG Popping from q - scut2.6planetlab.edu.cn
-2006-09-28 23:01:43,555 DEBUG Popping from q - planet2.cdacb.ernet.in
-2006-09-28 23:01:43,554 DEBUG Popping from q - planetlab1.swidnik.rd.tp.pl
-2006-09-28 23:01:43,558 DEBUG Found tickets for planetlab-1.vuse.vanderbilt.edu
-2006-09-28 23:01:43,558 DEBUG Popping from q - planetlab1.rdfrancetelecom.com
-2006-09-28 23:01:43,559 DEBUG Found tickets for scut2.6planetlab.edu.cn
-2006-09-28 23:01:43,559 DEBUG Popping from q - planet2.inf.tu-dresden.de
-2006-09-28 23:01:43,560 DEBUG Found tickets for planetlab3.uvic.ca
-2006-09-28 23:01:43,560 DEBUG Popping from q - planet02.csc.ncsu.edu
-2006-09-28 23:01:43,561 DEBUG Found tickets for planet2.cdacb.ernet.in
-2006-09-28 23:01:43,562 DEBUG Popping from q - planetlab-1.tssg.org
-2006-09-28 23:01:43,563 DEBUG Found tickets for planetlab1.swidnik.rd.tp.pl
-2006-09-28 23:01:43,563 DEBUG Popping from q - planetlab-2.vuse.vanderbilt.edu
-2006-09-28 23:01:43,566 DEBUG Popping from q - planetlab-11.cs.princeton.edu
-2006-09-28 23:01:43,567 DEBUG Found tickets for planetlab1.rdfrancetelecom.com
-2006-09-28 23:01:43,567 DEBUG Popping from q - planet03.csc.ncsu.edu
-2006-09-28 23:01:43,568 DEBUG Found tickets for planetlab-1.tssg.org
-2006-09-28 23:01:43,569 DEBUG Popping from q - planetlab1.pop-rj.rnp.br
-2006-09-28 23:01:43,570 DEBUG Found tickets for planetlab-2.vuse.vanderbilt.edu
-2006-09-28 23:01:43,570 DEBUG Popping from q - planet1.halifax.canet4.nodes.planet-lab.org
-2006-09-28 23:01:43,571 DEBUG Popping from q - planetlab2.uc.edu
-2006-09-28 23:01:43,573 DEBUG Popping from q - planet1.cavite.nodes.planet-lab.org
-2006-09-28 23:01:43,575 DEBUG Popping from q - ds-pl3.technion.ac.il
-2006-09-28 23:01:43,576 DEBUG Found tickets for planetlab1.pop-rj.rnp.br
-2006-09-28 23:01:43,576 DEBUG Popping from q - planetlab2.cs.purdue.edu
-2006-09-28 23:01:43,577 DEBUG Popping from q - planetlab3.millennium.berkeley.edu
-2006-09-28 23:01:43,578 DEBUG Popping from q - planetlab1.unl.edu
-2006-09-28 23:01:43,580 DEBUG Found tickets for ds-pl3.technion.ac.il
-2006-09-28 23:01:43,580 DEBUG Popping from q - planetlab1.cs.colorado.edu
-2006-09-28 23:01:43,582 DEBUG Popping from q - planetlab02.cs.washington.edu
-2006-09-28 23:01:43,583 DEBUG Found tickets for planetlab1.unl.edu
-2006-09-28 23:01:43,584 DEBUG Popping from q - pads21.cs.nthu.edu.tw
-2006-09-28 23:01:43,585 DEBUG Popping from q - orbpl2.rutgers.edu
-2006-09-28 23:01:43,586 DEBUG Popping from q - planetlab2.informatik.uni-erlangen.de
-2006-09-28 23:01:43,588 DEBUG Found tickets for planetlab1.cs.colorado.edu
-2006-09-28 23:01:43,588 DEBUG Popping from q - planetlab-01.ipv6.lip6.fr
-2006-09-28 23:01:43,589 DEBUG Found tickets for orbpl2.rutgers.edu
-2006-09-28 23:01:43,590 DEBUG Popping from q - pl2.ernet.in
-2006-09-28 23:01:43,591 DEBUG Found tickets for planetlab02.cs.washington.edu
-2006-09-28 23:01:43,591 DEBUG Popping from q - neu2.6planetlab.edu.cn
-2006-09-28 23:01:43,592 DEBUG Popping from q - planetlab-2.cs.uni-paderborn.de
-2006-09-28 23:01:43,593 DEBUG Found tickets for planetlab2.informatik.uni-erlangen.de
-2006-09-28 23:01:43,594 DEBUG Popping from q - planet5.cs.huji.ac.il
-2006-09-28 23:01:43,596 DEBUG Popping from q - planetlab1.elet.polimi.it
-2006-09-28 23:01:43,597 DEBUG Found tickets for planetlab-01.ipv6.lip6.fr
-2006-09-28 23:01:43,598 DEBUG Popping from q - planetlab2.iiitb.ac.in
-2006-09-28 23:01:43,599 DEBUG Popping from q - server1.planetlab.iit-tech.net
-2006-09-28 23:01:43,600 DEBUG Popping from q - planetlab2.iitb.ac.in
-2006-09-28 23:01:43,601 DEBUG Popping from q - planetlab02.dis.unina.it
-2006-09-28 23:01:43,603 DEBUG Found tickets for server1.planetlab.iit-tech.net
-2006-09-28 23:01:43,603 DEBUG Popping from q - planetlab-1.dis.uniroma1.it
-2006-09-28 23:01:43,604 DEBUG Popping from q - planetlab1.iitb.ac.in
-2006-09-28 23:01:43,606 DEBUG Popping from q - pku1.6planetlab.edu.cn
-2006-09-28 23:01:43,607 DEBUG Found tickets for planetlab2.iitb.ac.in
-2006-09-28 23:01:43,607 DEBUG Popping from q - planetlab1.warsaw.rd.tp.pl
-2006-09-28 23:01:43,608 DEBUG Popping from q - planetlab1.cri.haifa.ac.il
-2006-09-28 23:01:43,610 DEBUG Found tickets for planetlab1.iitb.ac.in
-2006-09-28 23:01:43,611 DEBUG Popping from q - planetlab-2.cs.ucy.ac.cy
-2006-09-28 23:01:43,612 DEBUG Found tickets for pku1.6planetlab.edu.cn
-2006-09-28 23:01:43,612 DEBUG Popping from q - pl1.ernet.in
-2006-09-28 23:01:43,614 DEBUG Popping from q - planetlab2.georgetown.edu
-2006-09-28 23:01:43,615 DEBUG Found tickets for planetlab1.cri.haifa.ac.il
-2006-09-28 23:01:43,615 DEBUG Popping from q - server2.planetlab.iit-tech.net
-2006-09-28 23:01:43,616 DEBUG Popping from q - planetlab2.di.unito.it
-2006-09-28 23:01:43,617 DEBUG Found tickets for planetlab2.georgetown.edu
-2006-09-28 23:01:43,617 DEBUG Popping from q - planetlab1.csee.usf.edu
-2006-09-28 23:01:43,619 DEBUG Popping from q - planetlab-2.dis.uniroma1.it
-2006-09-28 23:01:43,621 DEBUG Popping from q - planetlab2.informatik.uni-kl.de
-2006-09-28 23:01:43,622 DEBUG Found tickets for server2.planetlab.iit-tech.net
-2006-09-28 23:01:43,622 DEBUG Popping from q - planet1.cs.rochester.edu
-2006-09-28 23:01:43,623 DEBUG Popping from q - planetlab1.rutgers.edu
-2006-09-28 23:01:43,625 DEBUG Popping from q - planetlab-2.ece.iastate.edu
-2006-09-28 23:01:43,627 DEBUG Popping from q - planetlab-1.sjce.nodes.planet-lab.org
-2006-09-28 23:01:43,628 DEBUG Found tickets for planet1.cs.rochester.edu
-2006-09-28 23:01:43,629 DEBUG Popping from q - planetlab2.ece.ucdavis.edu
-2006-09-28 23:01:43,630 DEBUG Found tickets for planetlab1.rutgers.edu
-2006-09-28 23:01:43,630 DEBUG Popping from q - planetlab1.ie.cuhk.edu.hk
-2006-09-28 23:01:43,631 DEBUG Popping from q - planetlab2lannion.elibel.tm.fr
-2006-09-28 23:01:43,632 DEBUG Found tickets for planetlab-1.sjce.nodes.planet-lab.org
-2006-09-28 23:01:43,633 DEBUG Popping from q - planetlab01.mpi-sws.mpg.de
-2006-09-28 23:01:43,634 DEBUG Found tickets for planetlab2.informatik.uni-kl.de
-2006-09-28 23:01:43,635 DEBUG Popping from q - planetlab1.rn.informatics.scitech.susx.ac.uk
-2006-09-28 23:01:43,634 DEBUG Popping from q - planetlab2.cs.duke.edu
-2006-09-28 23:01:43,638 DEBUG Found tickets for planetlab1.ie.cuhk.edu.hk
-2006-09-28 23:01:43,638 DEBUG Popping from q - planetlab1.eee.hku.hk
-2006-09-28 23:01:43,639 DEBUG Found tickets for planetlab1.rn.informatics.scitech.susx.ac.uk
-2006-09-28 23:01:43,639 DEBUG Popping from q - pads23.cs.nthu.edu.tw
-2006-09-28 23:01:43,640 DEBUG Popping from q - planet2.halifax.canet4.nodes.planet-lab.org
-2006-09-28 23:01:43,641 DEBUG Popping from q - planetlab-2.tssg.org
-2006-09-28 23:01:43,643 DEBUG Popping from q - 200-102-209-151.paemt7001.t.brasiltelecom.net.br
-2006-09-28 23:01:43,645 DEBUG Found tickets for planet2.halifax.canet4.nodes.planet-lab.org
-2006-09-28 23:01:43,645 DEBUG Popping from q - planetlab2.poly.edu
-2006-09-28 23:01:43,646 DEBUG Popping from q - planetlab1.poly.edu
-2006-09-28 23:01:43,648 DEBUG Found tickets for planetlab1.eee.hku.hk
-2006-09-28 23:01:43,648 DEBUG Popping from q - planetlab2.net-research.org.uk
-2006-09-28 23:01:43,649 DEBUG Found tickets for planetlab-2.tssg.org
-2006-09-28 23:01:43,649 DEBUG Popping from q - planetlab-2.imperial.ac.uk
-2006-09-28 23:01:43,651 DEBUG Found tickets for 200-102-209-151.paemt7001.t.brasiltelecom.net.br
-2006-09-28 23:01:43,651 DEBUG Popping from q - planetlab-1.imperial.ac.uk
-2006-09-28 23:01:43,652 DEBUG Popping from q - planetlab1.byu.edu
-2006-09-28 23:01:43,654 DEBUG Popping from q - planetlab1.cis.upenn.edu
-2006-09-28 23:01:43,656 DEBUG Found tickets for planetlab2.net-research.org.uk
-2006-09-28 23:01:43,656 DEBUG Popping from q - planetlab2.eee.hku.hk
-2006-09-28 23:01:43,657 DEBUG Found tickets for planetlab-2.imperial.ac.uk
-2006-09-28 23:01:43,658 DEBUG Found tickets for planetlab-1.imperial.ac.uk
-2006-09-28 23:21:43,217 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv
-2006-09-28 23:21:44,287 DEBUG Retrieved 705 hosts
-2006-09-28 23:21:44,294 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='drift%20%3E%201m'
-2006-09-28 23:21:44,434 DEBUG Retrieved 8 hosts
-2006-09-28 23:21:44,434 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='resptime%20%3E%200%20&&%20gbfree%20%3C%205'
-2006-09-28 23:21:44,572 DEBUG Retrieved 10 hosts
-2006-09-28 23:21:44,572 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='sshstatus%20%3E%202h'
-2006-09-28 23:21:44,918 DEBUG Retrieved 161 hosts
-2006-09-28 23:21:44,920 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='dns1udp%20%3E%2080%20&&%20dns2udp%20%3E%2080'
-2006-09-28 23:21:45,053 DEBUG Retrieved 6 hosts
-2006-09-28 23:21:45,054 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='filerw%3E0'
-2006-09-28 23:21:45,189 DEBUG Retrieved 2 hosts
-2006-09-28 23:21:45,192 DEBUG Popping from q - planetlab2.elet.polimi.it
-2006-09-28 23:21:45,193 DEBUG Popping from q - pli1-br-3.hpl.hp.com
-2006-09-28 23:21:45,194 DEBUG Popping from q - planetlab2.nbgisp.com
-2006-09-28 23:21:45,195 DEBUG Popping from q - planetlab1.cs.stir.ac.uk
-2006-09-28 23:21:45,196 DEBUG Popping from q - planetlab1.cse.msu.edu
-2006-09-28 23:21:45,198 DEBUG Popping from q - planetlab2.cse.msu.edu
-2006-09-28 23:21:45,199 DEBUG Found tickets for pli1-br-3.hpl.hp.com
-2006-09-28 23:21:45,199 DEBUG Popping from q - planetlab0.cs.stir.ac.uk
-2006-09-28 23:21:45,201 DEBUG Popping from q - planetlab1.informatik.uni-erlangen.de
-2006-09-28 23:21:45,202 DEBUG Popping from q - planetlab1.cs.purdue.edu
-2006-09-28 23:21:45,203 DEBUG Found tickets for planetlab1.cse.msu.edu
-2006-09-28 23:21:45,203 DEBUG Popping from q - planetlab1.een.orst.edu
-2006-09-28 23:21:45,205 DEBUG Found tickets for planetlab2.cse.msu.edu
-2006-09-28 23:21:45,205 DEBUG Popping from q - planetlab2.cs.columbia.edu
-2006-09-28 23:21:45,207 DEBUG Popping from q - planetlab1.win.trlabs.ca
-2006-09-28 23:21:45,208 DEBUG Popping from q - planetlab1.cs.duke.edu
-2006-09-28 23:21:45,209 DEBUG Popping from q - planetlab2.flux.utah.edu
-2006-09-28 23:21:45,210 DEBUG Found tickets for planetlab1.cs.purdue.edu
-2006-09-28 23:21:45,211 DEBUG Popping from q - planetlab3.cs.columbia.edu
-2006-09-28 23:21:45,213 DEBUG Popping from q - planetlab1.cs.columbia.edu
-2006-09-28 23:21:45,214 DEBUG Popping from q - planetlab3.flux.utah.edu
-2006-09-28 23:21:45,215 DEBUG Popping from q - planetlab-1.eecs.cwru.edu
-2006-09-28 23:21:45,216 DEBUG Popping from q - planetlab2.rutgers.edu
-2006-09-28 23:21:45,218 DEBUG Popping from q - vn3.cs.wustl.edu
-2006-09-28 23:21:45,220 DEBUG Popping from q - planetlab2.cri.haifa.ac.il
-2006-09-28 23:21:45,220 DEBUG Popping from q - soccf-planet-001.comp.nus.edu.sg
-2006-09-28 23:21:45,223 DEBUG Found tickets for vn3.cs.wustl.edu
-2006-09-28 23:21:45,223 DEBUG Popping from q - csu2.6planetlab.edu.cn
-2006-09-28 23:21:45,221 DEBUG Popping from q - planetlab01.cse.psu.edu
-2006-09-28 23:21:45,221 DEBUG Found tickets for planetlab2.rutgers.edu
-2006-09-28 23:21:45,225 DEBUG Popping from q - planet2.njit.edu
-2006-09-28 23:21:45,227 DEBUG Found tickets for planetlab2.cri.haifa.ac.il
-2006-09-28 23:21:45,227 DEBUG Popping from q - planetlab2.unl.edu
-2006-09-28 23:21:45,229 DEBUG Found tickets for soccf-planet-001.comp.nus.edu.sg
-2006-09-28 23:21:45,229 DEBUG Popping from q - planetlab1.cs.pitt.edu
-2006-09-28 23:21:45,230 DEBUG Found tickets for csu2.6planetlab.edu.cn
-2006-09-28 23:21:45,231 DEBUG Popping from q - planetlab-2.eecs.cwru.edu
-2006-09-28 23:21:45,232 DEBUG Popping from q - planetlab2.urv.net
-2006-09-28 23:21:45,232 DEBUG Found tickets for planet2.njit.edu
-2006-09-28 23:21:45,234 DEBUG Popping from q - buaa1.6planetlab.edu.cn
-2006-09-28 23:21:45,235 DEBUG Popping from q - ricepl-3.cs.rice.edu
-2006-09-28 23:21:45,233 DEBUG Popping from q - planetlab7.csail.mit.edu
-2006-09-28 23:21:45,237 DEBUG Popping from q - planet-lab-1.csse.monash.edu.au
-2006-09-28 23:21:45,239 DEBUG Popping from q - planetlab5.millennium.berkeley.edu
-2006-09-28 23:21:45,241 DEBUG Found tickets for buaa1.6planetlab.edu.cn
-2006-09-28 23:21:45,241 DEBUG Popping from q - planetlab1.pop-ce.rnp.br
-2006-09-28 23:21:45,242 DEBUG Popping from q - planetlab2.mnlab.cti.depaul.edu
-2006-09-28 23:21:45,243 DEBUG Popping from q - peace.ri.uni-tuebingen.de
-2006-09-28 23:21:45,245 DEBUG Found tickets for planetlab7.csail.mit.edu
-2006-09-28 23:21:45,245 DEBUG Popping from q - planetlab-8.cs.princeton.edu
-2006-09-28 23:21:45,246 DEBUG Popping from q - planetlab2.ucsd.edu
-2006-09-28 23:21:45,248 DEBUG Found tickets for planetlab1.pop-ce.rnp.br
-2006-09-28 23:21:45,248 DEBUG Popping from q - blast.uwaterloo.ca
-2006-09-28 23:21:45,249 DEBUG Popping from q - planetlab1.cs.wayne.edu
-2006-09-28 23:21:45,251 DEBUG Found tickets for planetlab2.mnlab.cti.depaul.edu
-2006-09-28 23:21:45,251 DEBUG Popping from q - pli1-br-3.hpl.hp.com
-2006-09-28 23:21:45,252 DEBUG Found tickets for planetlab-8.cs.princeton.edu
-2006-09-28 23:21:45,253 DEBUG Popping from q - planetlab2.eurecom.fr
-2006-09-28 23:21:45,254 DEBUG Found tickets for planetlab2.ucsd.edu
-2006-09-28 23:21:45,254 DEBUG Popping from q - planetlab1.di.unito.it
-2006-09-28 23:21:45,256 DEBUG Found tickets for blast.uwaterloo.ca
-2006-09-28 23:21:45,256 DEBUG Popping from q - planetlab2.simula.no
-2006-09-28 23:21:45,257 DEBUG Found tickets for planetlab1.cs.wayne.edu
-2006-09-28 23:21:45,258 DEBUG Popping from q - planetlab01.dis.unina.it
-2006-09-28 23:21:45,259 DEBUG Found tickets for pli1-br-3.hpl.hp.com
-2006-09-28 23:21:45,259 DEBUG Popping from q - planetlab1.flux.utah.edu
-2006-09-28 23:21:45,260 DEBUG Found tickets for planetlab1.di.unito.it
-2006-09-28 23:21:45,261 DEBUG Popping from q - planetlab-1.ece.iastate.edu
-2006-09-28 23:21:45,262 DEBUG Popping from q - sdu1.6planetlab.edu.cn
-2006-09-28 23:21:45,264 DEBUG Popping from q - planetlab4.upc.es
-2006-09-28 23:21:45,265 DEBUG Popping from q - planetlab-13.cs.princeton.edu
-2006-09-28 23:21:45,266 DEBUG Popping from q - planet1.cc.gt.atl.ga.us
-2006-09-28 23:21:45,268 DEBUG Popping from q - planetlab2.eecs.wsu.edu
-2006-09-28 23:21:45,269 DEBUG Found tickets for planetlab-13.cs.princeton.edu
-2006-09-28 23:21:45,269 DEBUG Popping from q - planet2.cs.ucsb.edu
-2006-09-28 23:21:45,270 DEBUG Found tickets for planetlab-1.ece.iastate.edu
-2006-09-28 23:21:45,271 DEBUG Popping from q - xjtu2.6planetlab.edu.cn
-2006-09-28 23:21:45,272 DEBUG Found tickets for sdu1.6planetlab.edu.cn
-2006-09-28 23:21:45,272 DEBUG Popping from q - planetlab3.upc.es
-2006-09-28 23:21:45,274 DEBUG Popping from q - node1.lbnl.nodes.planet-lab.org
-2006-09-28 23:21:45,276 DEBUG Popping from q - planetlab1.iitr.ernet.in
-2006-09-28 23:21:45,277 DEBUG Found tickets for planet2.cs.ucsb.edu
-2006-09-28 23:21:45,277 DEBUG Popping from q - planetlab1.ipls.internet2.planet-lab.org
-2006-09-28 23:21:45,278 DEBUG Popping from q - planetlab2.uvic.ca
-2006-09-28 23:21:45,280 DEBUG Popping from q - planetlab01.erin.utoronto.ca
-2006-09-28 23:21:45,281 DEBUG Popping from q - planetlab-4.ece.iastate.edu
-2006-09-28 23:21:45,282 DEBUG Popping from q - planetlab2.informatik.uni-goettingen.de
-2006-09-28 23:21:45,284 DEBUG Popping from q - ds-pl1.technion.ac.il
-2006-09-28 23:21:45,286 DEBUG Popping from q - planetlab1.mnl.cs.sunysb.edu
-2006-09-28 23:21:45,287 DEBUG Found tickets for planetlab2.uvic.ca
-2006-09-28 23:21:45,287 DEBUG Popping from q - aladdin.planetlab.extranet.uni-passau.de
-2006-09-28 23:21:45,288 DEBUG Found tickets for planetlab-4.ece.iastate.edu
-2006-09-28 23:21:45,289 DEBUG Popping from q - planetlab-1.cs.uni-paderborn.de
-2006-09-28 23:21:45,290 DEBUG Found tickets for planetlab2.informatik.uni-goettingen.de
-2006-09-28 23:21:45,290 DEBUG Popping from q - planet1.njit.edu
-2006-09-28 23:21:45,292 DEBUG Popping from q - pku2.6planetlab.edu.cn
-2006-09-28 23:21:45,293 DEBUG Found tickets for planetlab1.mnl.cs.sunysb.edu
-2006-09-28 23:21:45,294 DEBUG Popping from q - planetlab-1.cs.ucy.ac.cy
-2006-09-28 23:21:45,295 DEBUG Popping from q - planetlab00.cse.psu.edu
-2006-09-28 23:21:45,296 DEBUG Popping from q - planetlab04.ethz.ch
-2006-09-28 23:21:45,297 DEBUG Popping from q - sdu2.6planetlab.edu.cn
-2006-09-28 23:21:45,299 DEBUG Popping from q - planet-lab.iki.rssi.ru
-2006-09-28 23:21:45,300 DEBUG Popping from q - planetlab1.polito.it
-2006-09-28 23:21:45,302 DEBUG Found tickets for planetlab04.ethz.ch
-2006-09-28 23:21:45,302 DEBUG Popping from q - planetlab1.uvic.ca
-2006-09-28 23:21:45,304 DEBUG Found tickets for sdu2.6planetlab.edu.cn
-2006-09-28 23:21:45,304 DEBUG Popping from q - planetlab1.cs.byu.edu
-2006-09-28 23:21:45,305 DEBUG Popping from q - planetlab-1.amst.nodes.planet-lab.org
-2006-09-28 23:21:45,306 DEBUG Found tickets for planet-lab.iki.rssi.ru
-2006-09-28 23:21:45,307 DEBUG Popping from q - cloudburst.uwaterloo.ca
-2006-09-28 23:21:45,308 DEBUG Found tickets for planetlab1.polito.it
-2006-09-28 23:21:45,309 DEBUG Popping from q - planet2.cs.rochester.edu
-2006-09-28 23:21:45,310 DEBUG Popping from q - planetlab1.xeno.cl.cam.ac.uk
-2006-09-28 23:21:45,311 DEBUG Found tickets for planetlab1.uvic.ca
-2006-09-28 23:21:45,311 DEBUG Popping from q - lycra.cs.princeton.edu
-2006-09-28 23:21:45,313 DEBUG Popping from q - planetlab06.mpi-sws.mpg.de
-2006-09-28 23:21:45,314 DEBUG Found tickets for cloudburst.uwaterloo.ca
-2006-09-28 23:21:45,315 DEBUG Popping from q - planetlab1.ias.csusb.edu
-2006-09-28 23:21:45,316 DEBUG Found tickets for planet2.cs.rochester.edu
-2006-09-28 23:21:45,316 DEBUG Popping from q - vayu.iitd.ernet.in
-2006-09-28 23:21:45,317 DEBUG Popping from q - node2.lbnl.nodes.planet-lab.org
-2006-09-28 23:21:45,319 DEBUG Found tickets for lycra.cs.princeton.edu
-2006-09-28 23:21:45,319 DEBUG Popping from q - planetlab2.cs.byu.edu
-2006-09-28 23:21:45,321 DEBUG Popping from q - cqu1.6planetlab.edu.cn
-2006-09-28 23:21:45,322 DEBUG Found tickets for planetlab1.ias.csusb.edu
-2006-09-28 23:21:45,322 DEBUG Popping from q - planetlab2.acis.ufl.edu
-2006-09-28 23:21:45,323 DEBUG Popping from q - planetlab1.cs.unibo.it
-2006-09-28 23:21:45,325 DEBUG Popping from q - orbpl1.rutgers.edu
-2006-09-28 23:21:45,325 DEBUG Popping from q - tju2.6planetlab.edu.cn
-2006-09-28 23:21:45,328 DEBUG Found tickets for planetlab2.acis.ufl.edu
-2006-09-28 23:21:45,328 DEBUG Found tickets for orbpl1.rutgers.edu
-2006-09-28 23:21:45,329 DEBUG Popping from q - ent1.cs.nccu.edu.tw
-2006-09-28 23:21:45,330 DEBUG Popping from q - planet0.jaist.ac.jp
-2006-09-28 23:21:45,331 DEBUG Found tickets for cqu1.6planetlab.edu.cn
-2006-09-28 23:21:45,331 DEBUG Popping from q - planetlab1.informatik.uni-wuerzburg.de
-2006-09-28 23:21:45,332 DEBUG Found tickets for planetlab1.cs.unibo.it
-2006-09-28 23:21:45,333 DEBUG Popping from q - planetlab3.warsaw.rd.tp.pl
-2006-09-28 23:21:45,334 DEBUG Found tickets for tju2.6planetlab.edu.cn
-2006-09-28 23:21:45,334 DEBUG Popping from q - planetlab0.ias.csusb.edu
-2006-09-28 23:21:45,336 DEBUG Found tickets for ent1.cs.nccu.edu.tw
-2006-09-28 23:21:45,336 DEBUG Popping from q - planetlab-2.amst.nodes.planet-lab.org
-2006-09-28 23:21:45,337 DEBUG Found tickets for planet0.jaist.ac.jp
-2006-09-28 23:21:45,337 DEBUG Popping from q - planetlab3.inria.fr
-2006-09-28 23:21:45,339 DEBUG Found tickets for planetlab1.informatik.uni-wuerzburg.de
-2006-09-28 23:21:45,339 DEBUG Popping from q - 200-102-209-152.paemt7001.t.brasiltelecom.net.br
-2006-09-28 23:21:45,341 DEBUG Found tickets for planetlab0.ias.csusb.edu
-2006-09-28 23:21:45,341 DEBUG Popping from q - planetlab-15.cs.princeton.edu
-2006-09-28 23:21:45,343 DEBUG Popping from q - ent2.cs.nccu.edu.tw
-2006-09-28 23:21:45,344 DEBUG Popping from q - planet-lab-2.csse.monash.edu.au
-2006-09-28 23:21:45,341 DEBUG Popping from q - planetlab3.mnl.cs.sunysb.edu
-2006-09-28 23:21:45,347 DEBUG Popping from q - planet1.ecse.rpi.edu
-2006-09-28 23:21:45,348 DEBUG Found tickets for planet-lab-2.csse.monash.edu.au
-2006-09-28 23:21:45,348 DEBUG Popping from q - planetlab2.pop-mg.rnp.br
-2006-09-28 23:21:45,349 DEBUG Popping from q - planetlab-2.unk.edu
-2006-09-28 23:21:45,350 DEBUG Found tickets for ent2.cs.nccu.edu.tw
-2006-09-28 23:21:45,351 DEBUG Popping from q - planetlab2.rdfrancetelecom.com
-2006-09-28 23:21:45,352 DEBUG Found tickets for 200-102-209-152.paemt7001.t.brasiltelecom.net.br
-2006-09-28 23:21:45,353 DEBUG Popping from q - planetlab1.eurecom.fr
-2006-09-28 23:21:45,354 DEBUG Found tickets for planetlab2.pop-mg.rnp.br
-2006-09-28 23:21:45,354 DEBUG Popping from q - planetlab1.cs.virginia.edu
-2006-09-28 23:21:45,356 DEBUG Found tickets for planet1.ecse.rpi.edu
-2006-09-28 23:21:45,356 DEBUG Popping from q - tju1.6planetlab.edu.cn
-2006-09-28 23:21:45,357 DEBUG Popping from q - planetlab-3.amst.nodes.planet-lab.org
-2006-09-28 23:21:45,359 DEBUG Found tickets for planetlab2.rdfrancetelecom.com
-2006-09-28 23:21:45,359 DEBUG Popping from q - planetlab1.georgetown.edu
-2006-09-28 23:21:45,360 DEBUG Found tickets for planetlab1.eurecom.fr
-2006-09-28 23:21:45,360 DEBUG Popping from q - planet1.inf.tu-dresden.de
-2006-09-28 23:21:45,361 DEBUG Popping from q - alice.cs.princeton.edu
-2006-09-28 23:21:45,363 DEBUG Found tickets for tju1.6planetlab.edu.cn
-2006-09-28 23:21:45,364 DEBUG Popping from q - planetlab02.erin.utoronto.ca
-2006-09-28 23:21:45,365 DEBUG Popping from q - planetlab-1.vuse.vanderbilt.edu
-2006-09-28 23:21:45,366 DEBUG Popping from q - planetlab3.uvic.ca
-2006-09-28 23:21:45,367 DEBUG Found tickets for planetlab1.georgetown.edu
-2006-09-28 23:21:45,367 DEBUG Popping from q - scut2.6planetlab.edu.cn
-2006-09-28 23:21:45,369 DEBUG Found tickets for alice.cs.princeton.edu
-2006-09-28 23:21:45,369 DEBUG Popping from q - planetlab1.swidnik.rd.tp.pl
-2006-09-28 23:21:45,371 DEBUG Popping from q - planet2.cdacb.ernet.in
-2006-09-28 23:21:45,372 DEBUG Found tickets for planetlab-1.vuse.vanderbilt.edu
-2006-09-28 23:21:45,373 DEBUG Popping from q - planetlab1.rdfrancetelecom.com
-2006-09-28 23:21:45,374 DEBUG Found tickets for planetlab3.uvic.ca
-2006-09-28 23:21:45,374 DEBUG Popping from q - planet2.inf.tu-dresden.de
-2006-09-28 23:21:45,375 DEBUG Found tickets for scut2.6planetlab.edu.cn
-2006-09-28 23:21:45,375 DEBUG Popping from q - planet02.csc.ncsu.edu
-2006-09-28 23:21:45,377 DEBUG Found tickets for planet2.cdacb.ernet.in
-2006-09-28 23:21:45,377 DEBUG Popping from q - planetlab-1.tssg.org
-2006-09-28 23:21:45,378 DEBUG Popping from q - planetlab-2.vuse.vanderbilt.edu
-2006-09-28 23:21:45,380 DEBUG Found tickets for planetlab1.rdfrancetelecom.com
-2006-09-28 23:21:45,380 DEBUG Popping from q - planetlab-11.cs.princeton.edu
-2006-09-28 23:21:45,382 DEBUG Popping from q - planet03.csc.ncsu.edu
-2006-09-28 23:21:45,382 DEBUG Found tickets for planetlab1.swidnik.rd.tp.pl
-2006-09-28 23:21:45,382 DEBUG Popping from q - planetlab1.pop-rj.rnp.br
-2006-09-28 23:21:45,384 DEBUG Found tickets for planetlab-2.vuse.vanderbilt.edu
-2006-09-28 23:21:45,385 DEBUG Popping from q - planet1.halifax.canet4.nodes.planet-lab.org
-2006-09-28 23:21:45,386 DEBUG Popping from q - planetlab2.uc.edu
-2006-09-28 23:21:45,387 DEBUG Found tickets for planetlab-1.tssg.org
-2006-09-28 23:21:45,388 DEBUG Popping from q - planet1.cavite.nodes.planet-lab.org
-2006-09-28 23:21:45,389 DEBUG Found tickets for planetlab1.pop-rj.rnp.br
-2006-09-28 23:21:45,390 DEBUG Popping from q - ds-pl3.technion.ac.il
-2006-09-28 23:21:45,391 DEBUG Popping from q - planetlab2.cs.purdue.edu
-2006-09-28 23:21:45,392 DEBUG Popping from q - planetlab3.millennium.berkeley.edu
-2006-09-28 23:21:45,393 DEBUG Popping from q - planetlab1.unl.edu
-2006-09-28 23:21:45,395 DEBUG Found tickets for ds-pl3.technion.ac.il
-2006-09-28 23:21:45,396 DEBUG Popping from q - planetlab1.cs.colorado.edu
-2006-09-28 23:21:45,397 DEBUG Popping from q - planetlab02.cs.washington.edu
-2006-09-28 23:21:45,398 DEBUG Found tickets for planetlab1.unl.edu
-2006-09-28 23:21:45,398 DEBUG Popping from q - pads21.cs.nthu.edu.tw
-2006-09-28 23:21:45,399 DEBUG Popping from q - orbpl2.rutgers.edu
-2006-09-28 23:21:45,400 DEBUG Popping from q - planetlab2.informatik.uni-erlangen.de
-2006-09-28 23:21:45,402 DEBUG Popping from q - planetlab-01.ipv6.lip6.fr
-2006-09-28 23:21:45,404 DEBUG Found tickets for planetlab02.cs.washington.edu
-2006-09-28 23:21:45,404 DEBUG Popping from q - pl2.ernet.in
-2006-09-28 23:21:45,405 DEBUG Found tickets for planetlab2.informatik.uni-erlangen.de
-2006-09-28 23:21:45,406 DEBUG Popping from q - neu2.6planetlab.edu.cn
-2006-09-28 23:21:45,407 DEBUG Found tickets for orbpl2.rutgers.edu
-2006-09-28 23:21:45,407 DEBUG Popping from q - planetlab-2.cs.uni-paderborn.de
-2006-09-28 23:21:45,409 DEBUG Popping from q - planet5.cs.huji.ac.il
-2006-09-28 23:21:45,410 DEBUG Found tickets for planetlab1.cs.colorado.edu
-2006-09-28 23:21:45,410 DEBUG Popping from q - planetlab1.elet.polimi.it
-2006-09-28 23:21:45,411 DEBUG Popping from q - planetlab2.iiitb.ac.in
-2006-09-28 23:21:45,413 DEBUG Found tickets for planetlab-01.ipv6.lip6.fr
-2006-09-28 23:21:45,413 DEBUG Popping from q - server1.planetlab.iit-tech.net
-2006-09-28 23:21:45,415 DEBUG Popping from q - planetlab2.iitb.ac.in
-2006-09-28 23:21:45,416 DEBUG Popping from q - planetlab02.dis.unina.it
-2006-09-28 23:21:45,417 DEBUG Popping from q - planetlab-1.dis.uniroma1.it
-2006-09-28 23:21:45,419 DEBUG Found tickets for server1.planetlab.iit-tech.net
-2006-09-28 23:21:45,419 DEBUG Popping from q - planetlab1.iitb.ac.in
-2006-09-28 23:21:45,420 DEBUG Popping from q - pku1.6planetlab.edu.cn
-2006-09-28 23:21:45,422 DEBUG Popping from q - planetlab1.warsaw.rd.tp.pl
-2006-09-28 23:21:45,423 DEBUG Popping from q - planetlab1.cri.haifa.ac.il
-2006-09-28 23:21:45,425 DEBUG Found tickets for pku1.6planetlab.edu.cn
-2006-09-28 23:21:45,425 DEBUG Popping from q - planetlab-2.cs.ucy.ac.cy
-2006-09-28 23:21:45,426 DEBUG Found tickets for planetlab2.iitb.ac.in
-2006-09-28 23:21:45,426 DEBUG Popping from q - pl1.ernet.in
-2006-09-28 23:21:45,427 DEBUG Found tickets for planetlab1.iitb.ac.in
-2006-09-28 23:21:45,428 DEBUG Popping from q - planetlab2.georgetown.edu
-2006-09-28 23:21:45,430 DEBUG Popping from q - server2.planetlab.iit-tech.net
-2006-09-28 23:21:45,431 DEBUG Popping from q - planetlab2.di.unito.it
-2006-09-28 23:21:45,432 DEBUG Popping from q - planetlab1.csee.usf.edu
-2006-09-28 23:21:45,433 DEBUG Found tickets for planetlab1.cri.haifa.ac.il
-2006-09-28 23:21:45,433 DEBUG Popping from q - planetlab-2.dis.uniroma1.it
-2006-09-28 23:21:45,435 DEBUG Found tickets for planetlab2.georgetown.edu
-2006-09-28 23:21:45,436 DEBUG Popping from q - planetlab2.informatik.uni-kl.de
-2006-09-28 23:21:45,437 DEBUG Found tickets for server2.planetlab.iit-tech.net
-2006-09-28 23:21:45,437 DEBUG Popping from q - planet1.cs.rochester.edu
-2006-09-28 23:21:45,438 DEBUG Popping from q - planetlab1.rutgers.edu
-2006-09-28 23:21:45,439 DEBUG Popping from q - planetlab-2.ece.iastate.edu
-2006-09-28 23:21:45,441 DEBUG Popping from q - planetlab-1.sjce.nodes.planet-lab.org
-2006-09-28 23:21:45,443 DEBUG Found tickets for planet1.cs.rochester.edu
-2006-09-28 23:21:45,443 DEBUG Popping from q - planetlab2.ece.ucdavis.edu
-2006-09-28 23:21:45,444 DEBUG Found tickets for planetlab1.rutgers.edu
-2006-09-28 23:21:45,445 DEBUG Popping from q - planetlab1.ie.cuhk.edu.hk
-2006-09-28 23:21:45,446 DEBUG Popping from q - planetlab2lannion.elibel.tm.fr
-2006-09-28 23:21:45,447 DEBUG Found tickets for planetlab2.informatik.uni-kl.de
-2006-09-28 23:21:45,447 DEBUG Popping from q - planetlab01.mpi-sws.mpg.de
-2006-09-28 23:21:45,448 DEBUG Found tickets for planetlab-1.sjce.nodes.planet-lab.org
-2006-09-28 23:21:45,449 DEBUG Popping from q - planetlab2.cs.duke.edu
-2006-09-28 23:21:45,450 DEBUG Popping from q - planetlab1.rn.informatics.scitech.susx.ac.uk
-2006-09-28 23:21:45,452 DEBUG Popping from q - planetlab1.eee.hku.hk
-2006-09-28 23:21:45,453 DEBUG Popping from q - pads23.cs.nthu.edu.tw
-2006-09-28 23:21:45,454 DEBUG Found tickets for planetlab1.ie.cuhk.edu.hk
-2006-09-28 23:21:45,454 DEBUG Popping from q - planet2.halifax.canet4.nodes.planet-lab.org
-2006-09-28 23:21:45,455 DEBUG Popping from q - planetlab-2.tssg.org
-2006-09-28 23:21:45,458 DEBUG Found tickets for planetlab1.rn.informatics.scitech.susx.ac.uk
-2006-09-28 23:21:45,458 DEBUG Popping from q - 200-102-209-151.paemt7001.t.brasiltelecom.net.br
-2006-09-28 23:21:45,459 DEBUG Found tickets for planetlab1.eee.hku.hk
-2006-09-28 23:21:45,459 DEBUG Popping from q - planetlab2.poly.edu
-2006-09-28 23:21:45,460 DEBUG Found tickets for planetlab-2.tssg.org
-2006-09-28 23:21:45,461 DEBUG Popping from q - planetlab1.poly.edu
-2006-09-28 23:21:45,462 DEBUG Popping from q - planetlab2.net-research.org.uk
-2006-09-28 23:21:45,463 DEBUG Found tickets for planet2.halifax.canet4.nodes.planet-lab.org
-2006-09-28 23:21:45,464 DEBUG Popping from q - planetlab-2.imperial.ac.uk
-2006-09-28 23:21:45,465 DEBUG Popping from q - planetlab-1.imperial.ac.uk
-2006-09-28 23:21:45,467 DEBUG Found tickets for 200-102-209-151.paemt7001.t.brasiltelecom.net.br
-2006-09-28 23:21:45,467 DEBUG Popping from q - planetlab1.byu.edu
-2006-09-28 23:21:45,468 DEBUG Popping from q - planetlab1.cis.upenn.edu
-2006-09-28 23:21:45,469 DEBUG Found tickets for planetlab2.net-research.org.uk
-2006-09-28 23:21:45,470 DEBUG Popping from q - planetlab2.eee.hku.hk
-2006-09-28 23:21:45,472 DEBUG Found tickets for planetlab-2.imperial.ac.uk
-2006-09-28 23:21:45,473 DEBUG Found tickets for planetlab-1.imperial.ac.uk
-2006-09-28 23:40:51,121 DEBUG Removing stale entries from DB.
-2006-09-28 23:40:51,121 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='drift%20%3E%201m'
-2006-09-28 23:40:51,260 DEBUG Retrieved 9 hosts
-2006-09-28 23:40:51,260 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='resptime%20%3E%200%20&&%20gbfree%20%3C%205'
-2006-09-28 23:40:51,399 DEBUG Retrieved 10 hosts
-2006-09-28 23:40:51,400 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='sshstatus%20%3E%202h'
-2006-09-28 23:40:51,771 DEBUG Retrieved 160 hosts
-2006-09-28 23:40:51,772 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='dns1udp%20%3E%2080%20&&%20dns2udp%20%3E%2080'
-2006-09-28 23:40:51,905 DEBUG Retrieved 6 hosts
-2006-09-28 23:40:51,905 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='filerw%3E0'
-2006-09-28 23:40:52,034 DEBUG Retrieved 2 hosts
-2006-09-28 23:40:52,036 INFO cs-planetlab2.cs.surrey.sfu.ca no longer down
-2006-09-28 23:40:52,036 INFO planetlab1.net-research.org.uk no longer down
-2006-09-28 23:40:52,036 INFO Refreshing DB.
-2006-09-28 23:40:52,038 DEBUG Popping from q - planetlab2.rutgers.edu
-2006-09-28 23:40:52,038 DEBUG Popping from q - vn3.cs.wustl.edu
-2006-09-28 23:40:52,039 DEBUG Popping from q - planetlab2.cri.haifa.ac.il
-2006-09-28 23:40:52,040 DEBUG Popping from q - soccf-planet-001.comp.nus.edu.sg
-2006-09-28 23:40:52,041 DEBUG Popping from q - planet2.njit.edu
-2006-09-28 23:41:13,635 DEBUG Found tickets for soccf-planet-001.comp.nus.edu.sg
-2006-09-28 23:41:13,636 DEBUG Popping from q - planetlab1.cri.haifa.ac.il
-2006-09-28 23:41:13,679 DEBUG Found tickets for planetlab2.cri.haifa.ac.il
-2006-09-28 23:41:13,679 DEBUG Popping from q - planetlab7.csail.mit.edu
-2006-09-28 23:41:13,693 DEBUG Found tickets for vn3.cs.wustl.edu
-2006-09-28 23:41:13,694 DEBUG Popping from q - buaa1.6planetlab.edu.cn
-2006-09-28 23:41:15,006 DEBUG Found tickets for planetlab2.rutgers.edu
-2006-09-28 23:41:15,007 DEBUG Popping from q - planetlab2.net-research.org.uk
-2006-09-28 23:41:15,659 DEBUG Found tickets for planet2.njit.edu
-2006-09-28 23:41:15,659 DEBUG Popping from q - planetlab1.pop-ce.rnp.br
-2006-09-28 23:41:38,743 DEBUG Found tickets for planetlab7.csail.mit.edu
-2006-09-28 23:41:38,743 DEBUG Popping from q - planetlab2.mnlab.cti.depaul.edu
-2006-09-28 23:41:42,088 DEBUG Found tickets for planetlab1.cri.haifa.ac.il
-2006-09-28 23:41:42,088 DEBUG Popping from q - planetlab-8.cs.princeton.edu
-2006-09-28 23:41:42,089 DEBUG Found tickets for buaa1.6planetlab.edu.cn
-2006-09-28 23:41:42,090 DEBUG Popping from q - planetlab2.ucsd.edu
-2006-09-28 23:41:45,034 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv
-2006-09-28 23:41:46,106 DEBUG Retrieved 705 hosts
-2006-09-28 23:41:46,112 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='drift%20%3E%201m'
-2006-09-28 23:41:46,272 DEBUG Retrieved 9 hosts
-2006-09-28 23:41:46,272 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='resptime%20%3E%200%20&&%20gbfree%20%3C%205'
-2006-09-28 23:41:46,418 DEBUG Retrieved 10 hosts
-2006-09-28 23:41:46,418 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='sshstatus%20%3E%202h'
-2006-09-28 23:41:46,767 DEBUG Retrieved 160 hosts
-2006-09-28 23:41:46,769 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='dns1udp%20%3E%2080%20&&%20dns2udp%20%3E%2080'
-2006-09-28 23:41:46,917 DEBUG Retrieved 6 hosts
-2006-09-28 23:41:46,917 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='filerw%3E0'
-2006-09-28 23:41:47,060 DEBUG Retrieved 2 hosts
-2006-09-28 23:41:52,805 DEBUG Found tickets for planetlab1.pop-ce.rnp.br
-2006-09-28 23:41:52,805 DEBUG Popping from q - blast.uwaterloo.ca
-2006-09-28 23:41:52,808 DEBUG Found tickets for planetlab2.net-research.org.uk
-2006-09-28 23:41:52,808 DEBUG Popping from q - planetlab1.cs.wayne.edu
-2006-09-28 23:42:07,872 DEBUG Found tickets for planetlab2.ucsd.edu
-2006-09-28 23:42:07,872 DEBUG Popping from q - pli1-br-3.hpl.hp.com
-2006-09-28 23:42:13,533 DEBUG Found tickets for planetlab-8.cs.princeton.edu
-2006-09-28 23:42:13,533 DEBUG Popping from q - planetlab1.di.unito.it
-2006-09-28 23:42:16,288 DEBUG Found tickets for planetlab2.mnlab.cti.depaul.edu
-2006-09-28 23:42:16,288 DEBUG Popping from q - planetlab-1.ece.iastate.edu
-2006-09-28 23:42:25,861 DEBUG Found tickets for planetlab1.cs.wayne.edu
-2006-09-28 23:42:25,862 DEBUG Popping from q - sdu1.6planetlab.edu.cn
-2006-09-28 23:42:25,873 DEBUG Found tickets for blast.uwaterloo.ca
-2006-09-28 23:42:25,873 DEBUG Popping from q - planetlab-13.cs.princeton.edu
-2006-09-28 23:42:39,779 DEBUG Found tickets for planetlab1.di.unito.it
-2006-09-28 23:42:39,780 DEBUG Popping from q - planet2.cs.ucsb.edu
-2006-09-28 23:42:41,797 DEBUG Found tickets for pli1-br-3.hpl.hp.com
-2006-09-28 23:42:41,797 DEBUG Popping from q - ent2.cs.nccu.edu.tw
-2006-09-28 23:42:41,798 DEBUG Found tickets for planetlab-1.ece.iastate.edu
-2006-09-28 23:42:41,798 DEBUG Popping from q - planetlab-4.ece.iastate.edu
-2006-09-28 23:42:51,936 DEBUG Found tickets for ent2.cs.nccu.edu.tw
-2006-09-28 23:42:51,937 DEBUG Popping from q - planetlab2.informatik.uni-goettingen.de
-2006-09-28 23:43:00,433 DEBUG Found tickets for planetlab-13.cs.princeton.edu
-2006-09-28 23:43:00,433 DEBUG Popping from q - planetlab1.mnl.cs.sunysb.edu
-2006-09-28 23:43:10,721 DEBUG Found tickets for sdu1.6planetlab.edu.cn
-2006-09-28 23:43:10,722 DEBUG Popping from q - planetlab-01.ipv6.lip6.fr
-2006-09-28 23:43:25,160 DEBUG Found tickets for planet2.cs.ucsb.edu
-2006-09-28 23:43:25,161 DEBUG Popping from q - planetlab04.ethz.ch
-2006-09-28 23:43:25,172 DEBUG Found tickets for planetlab2.informatik.uni-goettingen.de
-2006-09-28 23:43:25,173 DEBUG Popping from q - sdu2.6planetlab.edu.cn
-2006-09-28 23:43:26,491 DEBUG Found tickets for planetlab-4.ece.iastate.edu
-2006-09-28 23:43:26,492 DEBUG Popping from q - planet-lab.iki.rssi.ru
-2006-09-28 23:43:33,390 DEBUG Found tickets for planetlab1.mnl.cs.sunysb.edu
-2006-09-28 23:43:33,390 DEBUG Popping from q - planetlab1.polito.it
-2006-09-28 23:43:39,343 DEBUG Found tickets for planetlab-01.ipv6.lip6.fr
-2006-09-28 23:43:39,343 DEBUG Popping from q - planetlab1.uvic.ca
-2006-09-28 23:43:56,784 DEBUG Found tickets for sdu2.6planetlab.edu.cn
-2006-09-28 23:43:56,784 DEBUG Popping from q - planetlab2.uvic.ca
-2006-09-28 23:44:01,173 DEBUG Found tickets for planetlab04.ethz.ch
-2006-09-28 23:44:01,173 DEBUG Popping from q - planet2.cs.rochester.edu
-2006-09-28 23:44:02,461 DEBUG Found tickets for planetlab1.polito.it
-2006-09-28 23:44:02,461 DEBUG Popping from q - lycra.cs.princeton.edu
-2006-09-28 23:44:06,488 DEBUG Found tickets for planet-lab.iki.rssi.ru
-2006-09-28 23:44:06,488 DEBUG Popping from q - cloudburst.uwaterloo.ca
-2006-09-28 23:44:18,599 DEBUG Found tickets for planetlab1.uvic.ca
-2006-09-28 23:44:18,599 DEBUG Popping from q - planetlab1.ias.csusb.edu
-2006-09-28 23:44:26,159 DEBUG Found tickets for planetlab2.uvic.ca
-2006-09-28 23:44:26,160 DEBUG Popping from q - planetlab1.cs.unibo.it
-2006-09-28 23:44:31,809 DEBUG Found tickets for planet2.cs.rochester.edu
-2006-09-28 23:44:31,809 DEBUG Popping from q - cqu1.6planetlab.edu.cn
-2006-09-28 23:44:35,455 DEBUG Found tickets for lycra.cs.princeton.edu
-2006-09-28 23:44:35,455 DEBUG Popping from q - planetlab2.acis.ufl.edu
-2006-09-28 23:44:47,148 DEBUG Found tickets for cloudburst.uwaterloo.ca
-2006-09-28 23:44:47,149 DEBUG Popping from q - tju2.6planetlab.edu.cn
-2006-09-28 23:44:55,552 DEBUG Found tickets for planetlab1.ias.csusb.edu
-2006-09-28 23:44:55,553 DEBUG Popping from q - planetlab-1.imperial.ac.uk
-2006-09-28 23:44:56,697 DEBUG Found tickets for planetlab1.cs.unibo.it
-2006-09-28 23:44:56,698 DEBUG Popping from q - orbpl1.rutgers.edu
-2006-09-28 23:45:10,295 DEBUG Found tickets for orbpl1.rutgers.edu
-2006-09-28 23:45:10,295 DEBUG Popping from q - ent1.cs.nccu.edu.tw
-2006-09-28 23:45:10,299 DEBUG Found tickets for cqu1.6planetlab.edu.cn
-2006-09-28 23:45:10,299 DEBUG Popping from q - planet0.jaist.ac.jp
-2006-09-28 23:45:21,389 DEBUG Found tickets for planetlab2.acis.ufl.edu
-2006-09-28 23:45:21,389 DEBUG Popping from q - planetlab1.informatik.uni-wuerzburg.de
-2006-09-28 23:45:22,522 DEBUG Found tickets for tju2.6planetlab.edu.cn
-2006-09-28 23:45:22,523 DEBUG Popping from q - planetlab0.ias.csusb.edu
-2006-09-28 23:45:37,636 DEBUG Found tickets for planetlab-1.imperial.ac.uk
-2006-09-28 23:45:37,636 DEBUG Popping from q - 200-102-209-152.paemt7001.t.brasiltelecom.net.br
-2006-09-28 23:45:37,645 DEBUG Found tickets for planet0.jaist.ac.jp
-2006-09-28 23:45:37,645 DEBUG Popping from q - planet-lab-2.csse.monash.edu.au
-2006-09-28 23:45:40,316 DEBUG Found tickets for ent1.cs.nccu.edu.tw
-2006-09-28 23:45:40,317 DEBUG Popping from q - planet1.ecse.rpi.edu
-2006-09-28 23:45:52,116 DEBUG Found tickets for planetlab0.ias.csusb.edu
-2006-09-28 23:45:52,116 DEBUG Popping from q - planetlab2.pop-mg.rnp.br
-2006-09-28 23:46:03,157 DEBUG Found tickets for planetlab1.informatik.uni-wuerzburg.de
-2006-09-28 23:46:03,158 DEBUG Popping from q - planetlab2.rdfrancetelecom.com
-2006-09-28 23:46:06,482 DEBUG Found tickets for 200-102-209-152.paemt7001.t.brasiltelecom.net.br
-2006-09-28 23:46:06,483 DEBUG Popping from q - planetlab1.eurecom.fr
-2006-09-28 23:46:11,581 DEBUG Found tickets for planet1.ecse.rpi.edu
-2006-09-28 23:46:11,582 DEBUG Popping from q - tju1.6planetlab.edu.cn
-2006-09-28 23:46:15,044 DEBUG Found tickets for planet-lab-2.csse.monash.edu.au
-2006-09-28 23:46:15,044 DEBUG Popping from q - planetlab1.georgetown.edu
-2006-09-28 23:46:31,688 DEBUG Found tickets for planetlab1.eurecom.fr
-2006-09-28 23:46:31,689 DEBUG Popping from q - alice.cs.princeton.edu
-2006-09-28 23:46:33,633 DEBUG Found tickets for planetlab2.pop-mg.rnp.br
-2006-09-28 23:46:33,633 DEBUG Popping from q - planetlab-1.vuse.vanderbilt.edu
-2006-09-28 23:46:34,447 DEBUG Found tickets for planetlab2.rdfrancetelecom.com
-2006-09-28 23:46:34,447 DEBUG Popping from q - planetlab3.uvic.ca
-2006-09-28 23:46:47,147 DEBUG Found tickets for tju1.6planetlab.edu.cn
-2006-09-28 23:46:47,148 DEBUG Popping from q - scut2.6planetlab.edu.cn
-2006-09-28 23:46:47,159 DEBUG Found tickets for planetlab1.georgetown.edu
-2006-09-28 23:46:47,160 DEBUG Popping from q - planetlab1.swidnik.rd.tp.pl
-2006-09-28 23:47:04,757 DEBUG Found tickets for alice.cs.princeton.edu
-2006-09-28 23:47:04,758 DEBUG Popping from q - planet2.cdacb.ernet.in
-2006-09-28 23:47:04,761 DEBUG Found tickets for planetlab3.uvic.ca
-2006-09-28 23:47:04,761 DEBUG Popping from q - planetlab1.rdfrancetelecom.com
-2006-09-28 23:47:06,580 DEBUG Found tickets for planetlab-1.vuse.vanderbilt.edu
-2006-09-28 23:47:06,580 DEBUG Popping from q - planetlab-1.tssg.org
-2006-09-28 23:47:20,521 DEBUG Found tickets for scut2.6planetlab.edu.cn
-2006-09-28 23:47:20,522 DEBUG Popping from q - planetlab-2.vuse.vanderbilt.edu
-2006-09-28 23:47:25,193 DEBUG Found tickets for planetlab1.swidnik.rd.tp.pl
-2006-09-28 23:47:25,193 DEBUG Popping from q - planetlab1.pop-rj.rnp.br
-2006-09-28 23:47:25,756 DEBUG Found tickets for planet2.cdacb.ernet.in
-2006-09-28 23:47:25,756 DEBUG Popping from q - ds-pl3.technion.ac.il
-2006-09-28 23:47:36,632 DEBUG Found tickets for planetlab1.rdfrancetelecom.com
-2006-09-28 23:47:36,633 DEBUG Popping from q - planetlab1.unl.edu
-2006-09-28 23:47:44,981 DEBUG Found tickets for planetlab1.unl.edu
-2006-09-28 23:47:44,981 DEBUG Popping from q - planetlab1.cse.msu.edu
-2006-09-28 23:47:47,137 DEBUG Found tickets for planetlab-1.tssg.org
-2006-09-28 23:47:47,138 DEBUG Popping from q - planetlab1.cs.colorado.edu
-2006-09-28 23:48:00,254 DEBUG Found tickets for planetlab1.pop-rj.rnp.br
-2006-09-28 23:48:00,255 DEBUG Popping from q - planetlab02.cs.washington.edu
-2006-09-28 23:48:07,648 DEBUG Found tickets for planetlab-2.vuse.vanderbilt.edu
-2006-09-28 23:48:07,648 DEBUG Popping from q - orbpl2.rutgers.edu
-2006-09-28 23:48:08,864 DEBUG Found tickets for ds-pl3.technion.ac.il
-2006-09-28 23:48:08,864 DEBUG Popping from q - planetlab2.informatik.uni-erlangen.de
-2006-09-28 23:48:18,655 DEBUG Found tickets for planetlab1.cse.msu.edu
-2006-09-28 23:48:18,655 DEBUG Popping from q - planetlab1.cs.purdue.edu
-2006-09-28 23:48:20,052 DEBUG Found tickets for planetlab1.cs.colorado.edu
-2006-09-28 23:48:20,053 DEBUG Popping from q - planetlab2.iitb.ac.in
-2006-09-28 23:48:34,779 DEBUG Found tickets for orbpl2.rutgers.edu
-2006-09-28 23:48:34,779 DEBUG Popping from q - server1.planetlab.iit-tech.net
-2006-09-28 23:48:38,542 DEBUG Found tickets for planetlab02.cs.washington.edu
-2006-09-28 23:48:38,543 DEBUG Popping from q - planetlab1.iitb.ac.in
-2006-09-28 23:48:46,580 DEBUG Found tickets for planetlab2.informatik.uni-erlangen.de
-2006-09-28 23:48:46,580 DEBUG Popping from q - pku1.6planetlab.edu.cn
-2006-09-28 23:48:54,262 DEBUG Found tickets for planetlab1.cs.purdue.edu
-2006-09-28 23:48:54,262 DEBUG Popping from q - csu2.6planetlab.edu.cn
-2006-09-28 23:49:01,410 DEBUG Found tickets for planetlab2.iitb.ac.in
-2006-09-28 23:49:01,410 DEBUG Popping from q - planetlab2.cse.msu.edu
-2006-09-28 23:49:08,498 DEBUG Found tickets for server1.planetlab.iit-tech.net
-2006-09-28 23:49:08,499 DEBUG Popping from q - planetlab2.georgetown.edu
-2006-09-28 23:49:11,004 DEBUG Found tickets for planetlab1.iitb.ac.in
-2006-09-28 23:49:11,004 DEBUG Popping from q - server2.planetlab.iit-tech.net
-2006-09-28 23:49:18,891 DEBUG Found tickets for pku1.6planetlab.edu.cn
-2006-09-28 23:49:18,892 DEBUG Popping from q - planetlab2.informatik.uni-kl.de
-2006-09-28 23:49:34,987 DEBUG Found tickets for planetlab2.cse.msu.edu
-2006-09-28 23:49:34,987 DEBUG Popping from q - planet1.cs.rochester.edu
-2006-09-28 23:49:36,806 DEBUG Found tickets for csu2.6planetlab.edu.cn
-2006-09-28 23:49:36,807 DEBUG Popping from q - planetlab-2.imperial.ac.uk
-2006-09-28 23:49:39,210 DEBUG Found tickets for server2.planetlab.iit-tech.net
-2006-09-28 23:49:39,210 DEBUG Popping from q - planetlab1.rutgers.edu
-2006-09-28 23:49:39,216 DEBUG Found tickets for planetlab2.informatik.uni-kl.de
-2006-09-28 23:49:39,216 DEBUG Popping from q - planetlab-1.sjce.nodes.planet-lab.org
-2006-09-28 23:49:41,741 DEBUG Found tickets for planetlab2.georgetown.edu
-2006-09-28 23:49:41,742 DEBUG Popping from q - planetlab1.ie.cuhk.edu.hk
-2006-09-28 23:50:03,825 DEBUG Found tickets for planetlab-2.imperial.ac.uk
-2006-09-28 23:50:03,825 DEBUG Popping from q - planetlab1.rn.informatics.scitech.susx.ac.uk
-2006-09-28 23:50:09,290 DEBUG Found tickets for planet1.cs.rochester.edu
-2006-09-28 23:50:09,290 DEBUG Popping from q - planetlab1.eee.hku.hk
-2006-09-28 23:50:09,291 DEBUG Found tickets for planetlab1.rutgers.edu
-2006-09-28 23:50:09,291 DEBUG Popping from q - planet2.halifax.canet4.nodes.planet-lab.org
-2006-09-28 23:50:13,159 DEBUG Found tickets for planetlab1.ie.cuhk.edu.hk
-2006-09-28 23:50:13,159 DEBUG Popping from q - planetlab-2.tssg.org
-2006-09-28 23:50:14,002 DEBUG Found tickets for planetlab-1.sjce.nodes.planet-lab.org
-2006-09-28 23:50:14,002 DEBUG Popping from q - 200-102-209-151.paemt7001.t.brasiltelecom.net.br
-2006-09-28 23:50:40,072 DEBUG Found tickets for planet2.halifax.canet4.nodes.planet-lab.org
-2006-09-28 23:50:40,072 DEBUG Popping from q - planetlab2.elet.polimi.it
-2006-09-28 23:50:40,076 DEBUG Found tickets for planetlab-2.tssg.org
-2006-09-28 23:50:40,076 DEBUG Popping from q - pli1-br-3.hpl.hp.com
-2006-09-28 23:50:40,096 DEBUG Found tickets for pli1-br-3.hpl.hp.com
-2006-09-28 23:50:40,096 DEBUG Popping from q - planetlab2.nbgisp.com
-2006-09-28 23:50:40,609 DEBUG Found tickets for 200-102-209-151.paemt7001.t.brasiltelecom.net.br
-2006-09-28 23:50:40,609 DEBUG Popping from q - planetlab2.cs.duke.edu
-2006-09-28 23:50:43,774 DEBUG Found tickets for planetlab1.rn.informatics.scitech.susx.ac.uk
-2006-09-28 23:50:43,774 DEBUG Popping from q - planetlab1.cs.stir.ac.uk
-2006-09-28 23:50:59,013 DEBUG Popping from q - planetlab1.cse.msu.edu
-2006-09-28 23:50:59,019 DEBUG Found tickets for planetlab1.eee.hku.hk
-2006-09-28 23:50:59,020 DEBUG Popping from q - planetlab2.cse.msu.edu
-2006-09-28 23:50:59,033 DEBUG Found tickets for planetlab2.cse.msu.edu
-2006-09-28 23:50:59,033 DEBUG Popping from q - planetlab0.cs.stir.ac.uk
-2006-09-28 23:50:59,036 DEBUG Found tickets for planetlab1.cse.msu.edu
-2006-09-28 23:50:59,037 DEBUG Popping from q - planetlab1.informatik.uni-erlangen.de
-2006-09-28 23:51:03,531 DEBUG Popping from q - planetlab1.cs.purdue.edu
-2006-09-28 23:51:03,560 DEBUG Found tickets for planetlab1.cs.purdue.edu
-2006-09-28 23:51:03,561 DEBUG Popping from q - planetlab1.een.orst.edu
-2006-09-28 23:51:10,320 DEBUG Popping from q - planetlab2.cs.columbia.edu
-2006-09-28 23:51:30,073 DEBUG Popping from q - planetlab1.win.trlabs.ca
-2006-09-28 23:51:30,574 DEBUG Popping from q - planetlab1.cs.duke.edu
-2006-09-28 23:51:34,748 DEBUG Popping from q - planetlab2.flux.utah.edu
-2006-09-28 23:51:40,623 DEBUG Popping from q - planetlab3.cs.columbia.edu
-2006-09-28 23:51:42,804 DEBUG Popping from q - planetlab1.cs.columbia.edu
-2006-09-28 23:52:01,347 DEBUG Popping from q - planetlab3.flux.utah.edu
-2006-09-28 23:52:01,356 DEBUG Popping from q - planetlab-1.eecs.cwru.edu
-2006-09-28 23:52:09,995 DEBUG Popping from q - planetlab2.rutgers.edu
-2006-09-28 23:52:09,996 DEBUG Popping from q - vn3.cs.wustl.edu
-2006-09-28 23:52:10,009 DEBUG Found tickets for planetlab2.rutgers.edu
-2006-09-28 23:52:10,010 DEBUG Popping from q - planetlab2.cri.haifa.ac.il
-2006-09-28 23:52:10,011 DEBUG Found tickets for vn3.cs.wustl.edu
-2006-09-28 23:52:10,011 DEBUG Popping from q - soccf-planet-001.comp.nus.edu.sg
-2006-09-28 23:52:10,019 DEBUG Found tickets for soccf-planet-001.comp.nus.edu.sg
-2006-09-28 23:52:10,019 DEBUG Popping from q - planetlab01.cse.psu.edu
-2006-09-28 23:52:10,026 DEBUG Found tickets for planetlab2.cri.haifa.ac.il
-2006-09-28 23:52:10,026 DEBUG Popping from q - csu2.6planetlab.edu.cn
-2006-09-28 23:52:10,058 DEBUG Found tickets for csu2.6planetlab.edu.cn
-2006-09-28 23:52:10,058 DEBUG Popping from q - planet2.njit.edu
-2006-09-28 23:52:10,074 DEBUG Found tickets for planet2.njit.edu
-2006-09-28 23:52:10,074 DEBUG Popping from q - planetlab2.unl.edu
-2006-09-28 23:52:20,493 DEBUG Popping from q - planetlab1.cs.pitt.edu
-2006-09-28 23:52:31,921 DEBUG Popping from q - planetlab-2.eecs.cwru.edu
-2006-09-28 23:52:38,805 DEBUG Popping from q - planetlab2.urv.net
-2006-09-28 23:52:40,311 DEBUG Popping from q - planetlab7.csail.mit.edu
-2006-09-28 23:52:40,349 DEBUG Found tickets for planetlab7.csail.mit.edu
-2006-09-28 23:52:40,349 DEBUG Popping from q - buaa1.6planetlab.edu.cn
-2006-09-28 23:52:40,375 DEBUG Found tickets for buaa1.6planetlab.edu.cn
-2006-09-28 23:52:40,376 DEBUG Popping from q - ricepl-3.cs.rice.edu
-2006-09-28 23:52:47,070 DEBUG Popping from q - planet-lab-1.csse.monash.edu.au
-2006-09-28 23:52:49,510 DEBUG Popping from q - planetlab5.millennium.berkeley.edu
-2006-09-28 23:53:01,627 DEBUG Popping from q - planetlab1.pop-ce.rnp.br
-2006-09-28 23:53:01,657 DEBUG Found tickets for planetlab1.pop-ce.rnp.br
-2006-09-28 23:53:01,657 DEBUG Popping from q - planetlab2.mnlab.cti.depaul.edu
-2006-09-28 23:53:01,685 DEBUG Found tickets for planetlab2.mnlab.cti.depaul.edu
-2006-09-28 23:53:01,685 DEBUG Popping from q - peace.ri.uni-tuebingen.de
-2006-09-28 23:53:13,913 DEBUG Popping from q - planetlab-8.cs.princeton.edu
-2006-09-28 23:53:13,935 DEBUG Found tickets for planetlab-8.cs.princeton.edu
-2006-09-28 23:53:13,935 DEBUG Popping from q - planetlab2.ucsd.edu
-2006-09-28 23:53:13,973 DEBUG Found tickets for planetlab2.ucsd.edu
-2006-09-28 23:53:13,974 DEBUG Popping from q - blast.uwaterloo.ca
-2006-09-28 23:53:13,994 DEBUG Found tickets for blast.uwaterloo.ca
-2006-09-28 23:53:13,994 DEBUG Popping from q - planetlab1.cs.wayne.edu
-2006-09-28 23:53:14,162 DEBUG Found tickets for planetlab1.cs.wayne.edu
-2006-09-28 23:53:14,163 DEBUG Popping from q - pli1-br-3.hpl.hp.com
-2006-09-28 23:53:14,175 DEBUG Found tickets for pli1-br-3.hpl.hp.com
-2006-09-28 23:53:14,175 DEBUG Popping from q - planetlab2.eurecom.fr
-2006-09-28 23:53:16,742 DEBUG Popping from q - planetlab1.di.unito.it
-2006-09-28 23:53:16,753 DEBUG Popping from q - planetlab2.simula.no
-2006-09-28 23:53:16,763 DEBUG Found tickets for planetlab1.di.unito.it
-2006-09-28 23:53:16,764 DEBUG Popping from q - planetlab01.dis.unina.it
-2006-09-28 23:53:30,633 DEBUG Popping from q - planetlab1.flux.utah.edu
-2006-09-28 23:53:34,092 DEBUG Popping from q - planetlab-1.ece.iastate.edu
-2006-09-28 23:53:34,127 DEBUG Found tickets for planetlab-1.ece.iastate.edu
-2006-09-28 23:53:34,128 DEBUG Popping from q - sdu1.6planetlab.edu.cn
-2006-09-28 23:53:34,162 DEBUG Found tickets for sdu1.6planetlab.edu.cn
-2006-09-28 23:53:34,163 DEBUG Popping from q - planetlab4.upc.es
-2006-09-28 23:53:41,622 DEBUG Popping from q - planetlab-13.cs.princeton.edu
-2006-09-28 23:53:41,664 DEBUG Found tickets for planetlab-13.cs.princeton.edu
-2006-09-28 23:53:41,665 DEBUG Popping from q - planet1.cc.gt.atl.ga.us
-2006-09-28 23:53:50,450 DEBUG Popping from q - planetlab2.eecs.wsu.edu
-2006-09-28 23:53:54,411 DEBUG Popping from q - planet2.cs.ucsb.edu
-2006-09-28 23:53:54,452 DEBUG Found tickets for planet2.cs.ucsb.edu
-2006-09-28 23:53:54,452 DEBUG Popping from q - xjtu2.6planetlab.edu.cn
-2006-09-28 23:54:02,773 DEBUG Popping from q - planetlab3.upc.es
-2006-09-28 23:54:11,941 DEBUG Popping from q - node1.lbnl.nodes.planet-lab.org
-2006-09-28 23:54:18,978 DEBUG Popping from q - planetlab1.iitr.ernet.in
-2006-09-28 23:54:19,595 DEBUG Popping from q - planetlab1.ipls.internet2.planet-lab.org
-2006-09-28 23:54:27,178 DEBUG Popping from q - planetlab2.uvic.ca
-2006-09-28 23:54:27,196 DEBUG Found tickets for planetlab2.uvic.ca
-2006-09-28 23:54:27,196 DEBUG Popping from q - planetlab01.erin.utoronto.ca
-2006-09-28 23:54:38,471 DEBUG Popping from q - planetlab-4.ece.iastate.edu
-2006-09-28 23:54:38,487 DEBUG Found tickets for planetlab-4.ece.iastate.edu
-2006-09-28 23:54:38,487 DEBUG Popping from q - planetlab2.informatik.uni-goettingen.de
-2006-09-28 23:54:38,529 DEBUG Found tickets for planetlab2.informatik.uni-goettingen.de
-2006-09-28 23:54:38,530 DEBUG Popping from q - ds-pl1.technion.ac.il
-2006-09-28 23:54:48,920 DEBUG Popping from q - planetlab1.mnl.cs.sunysb.edu
-2006-09-28 23:54:48,959 DEBUG Found tickets for planetlab1.mnl.cs.sunysb.edu
-2006-09-28 23:54:48,959 DEBUG Popping from q - aladdin.planetlab.extranet.uni-passau.de
-2006-09-28 23:54:51,491 DEBUG Popping from q - planetlab-1.cs.uni-paderborn.de
-2006-09-28 23:54:58,638 DEBUG Popping from q - planet1.njit.edu
-2006-09-28 23:55:00,354 DEBUG Popping from q - pku2.6planetlab.edu.cn
-2006-09-28 23:55:00,972 DEBUG Popping from q - planetlab-1.cs.ucy.ac.cy
-2006-09-28 23:55:25,354 DEBUG Popping from q - planetlab00.cse.psu.edu
-2006-09-28 23:55:26,554 DEBUG Popping from q - planetlab04.ethz.ch
-2006-09-28 23:55:26,589 DEBUG Found tickets for planetlab04.ethz.ch
-2006-09-28 23:55:26,589 DEBUG Popping from q - sdu2.6planetlab.edu.cn
-2006-09-28 23:55:26,626 DEBUG Found tickets for sdu2.6planetlab.edu.cn
-2006-09-28 23:55:26,626 DEBUG Popping from q - planet-lab.iki.rssi.ru
-2006-09-28 23:55:26,659 DEBUG Found tickets for planet-lab.iki.rssi.ru
-2006-09-28 23:55:26,659 DEBUG Popping from q - planetlab1.polito.it
-2006-09-28 23:55:26,686 DEBUG Found tickets for planetlab1.polito.it
-2006-09-28 23:55:26,686 DEBUG Popping from q - planetlab1.uvic.ca
-2006-09-28 23:55:26,710 DEBUG Found tickets for planetlab1.uvic.ca
-2006-09-28 23:55:26,710 DEBUG Popping from q - planetlab1.cs.byu.edu
-2006-09-28 23:55:27,782 DEBUG Popping from q - planetlab-1.amst.nodes.planet-lab.org
-2006-09-28 23:55:32,115 DEBUG Popping from q - cloudburst.uwaterloo.ca
-2006-09-28 23:55:32,135 DEBUG Found tickets for cloudburst.uwaterloo.ca
-2006-09-28 23:55:32,136 DEBUG Popping from q - planet2.cs.rochester.edu
-2006-09-28 23:55:32,171 DEBUG Found tickets for planet2.cs.rochester.edu
-2006-09-28 23:55:32,171 DEBUG Popping from q - planetlab1.xeno.cl.cam.ac.uk
-2006-09-28 23:55:35,118 DEBUG Popping from q - lycra.cs.princeton.edu
-2006-09-28 23:55:35,156 DEBUG Found tickets for lycra.cs.princeton.edu
-2006-09-28 23:55:35,157 DEBUG Popping from q - planetlab06.mpi-sws.mpg.de
-2006-09-28 23:55:51,307 DEBUG Popping from q - planetlab1.ias.csusb.edu
-2006-09-28 23:55:51,334 DEBUG Found tickets for planetlab1.ias.csusb.edu
-2006-09-28 23:55:51,335 DEBUG Popping from q - vayu.iitd.ernet.in
-2006-09-28 23:55:57,738 DEBUG Popping from q - node2.lbnl.nodes.planet-lab.org
-2006-09-28 23:56:05,334 DEBUG Popping from q - planetlab2.cs.byu.edu
-2006-09-28 23:56:06,515 DEBUG Popping from q - cqu1.6planetlab.edu.cn
-2006-09-28 23:56:06,560 DEBUG Found tickets for cqu1.6planetlab.edu.cn
-2006-09-28 23:56:06,560 DEBUG Popping from q - planetlab2.acis.ufl.edu
-2006-09-28 23:56:06,595 DEBUG Found tickets for planetlab2.acis.ufl.edu
-2006-09-28 23:56:06,595 DEBUG Popping from q - planetlab1.cs.unibo.it
-2006-09-28 23:56:06,616 DEBUG Found tickets for planetlab1.cs.unibo.it
-2006-09-28 23:56:06,616 DEBUG Popping from q - tju2.6planetlab.edu.cn
-2006-09-28 23:56:06,644 DEBUG Found tickets for tju2.6planetlab.edu.cn
-2006-09-28 23:56:06,645 DEBUG Popping from q - orbpl1.rutgers.edu
-2006-09-28 23:56:06,647 DEBUG Found tickets for orbpl1.rutgers.edu
-2006-09-28 23:56:06,647 DEBUG Popping from q - ent1.cs.nccu.edu.tw
-2006-09-28 23:56:06,649 DEBUG Found tickets for ent1.cs.nccu.edu.tw
-2006-09-28 23:56:06,649 DEBUG Popping from q - planet0.jaist.ac.jp
-2006-09-28 23:56:06,652 DEBUG Found tickets for planet0.jaist.ac.jp
-2006-09-28 23:56:06,652 DEBUG Popping from q - planetlab1.informatik.uni-wuerzburg.de
-2006-09-28 23:56:06,655 DEBUG Found tickets for planetlab1.informatik.uni-wuerzburg.de
-2006-09-28 23:56:06,655 DEBUG Popping from q - planetlab3.warsaw.rd.tp.pl
-2006-09-28 23:56:13,256 DEBUG Popping from q - planetlab0.ias.csusb.edu
-2006-09-28 23:56:13,286 DEBUG Found tickets for planetlab0.ias.csusb.edu
-2006-09-28 23:56:13,287 DEBUG Popping from q - planetlab-2.amst.nodes.planet-lab.org
-2006-09-28 23:56:20,806 DEBUG Popping from q - planetlab3.inria.fr
-2006-09-28 23:56:26,580 DEBUG Popping from q - 200-102-209-152.paemt7001.t.brasiltelecom.net.br
-2006-09-28 23:56:26,613 DEBUG Found tickets for 200-102-209-152.paemt7001.t.brasiltelecom.net.br
-2006-09-28 23:56:26,614 DEBUG Popping from q - planetlab3.mnl.cs.sunysb.edu
-2006-09-28 23:56:39,233 DEBUG Popping from q - planetlab-15.cs.princeton.edu
-2006-09-28 23:56:47,902 DEBUG Popping from q - ent2.cs.nccu.edu.tw
-2006-09-28 23:56:47,940 DEBUG Found tickets for ent2.cs.nccu.edu.tw
-2006-09-28 23:56:47,940 DEBUG Popping from q - planet-lab-2.csse.monash.edu.au
-2006-09-28 23:56:48,079 DEBUG Found tickets for planet-lab-2.csse.monash.edu.au
-2006-09-28 23:56:48,080 DEBUG Popping from q - planet1.ecse.rpi.edu
-2006-09-28 23:56:48,082 DEBUG Found tickets for planet1.ecse.rpi.edu
-2006-09-28 23:56:48,083 DEBUG Popping from q - planetlab2.pop-mg.rnp.br
-2006-09-28 23:56:48,100 DEBUG Found tickets for planetlab2.pop-mg.rnp.br
-2006-09-28 23:56:48,100 DEBUG Popping from q - planetlab-2.unk.edu
-2006-09-28 23:56:51,251 DEBUG Popping from q - planetlab2.rdfrancetelecom.com
-2006-09-28 23:56:51,293 DEBUG Found tickets for planetlab2.rdfrancetelecom.com
-2006-09-28 23:56:51,293 DEBUG Popping from q - planetlab1.eurecom.fr
-2006-09-28 23:56:51,345 DEBUG Found tickets for planetlab1.eurecom.fr
-2006-09-28 23:56:51,345 DEBUG Popping from q - planetlab1.cs.virginia.edu
-2006-09-28 23:56:57,767 DEBUG Popping from q - tju1.6planetlab.edu.cn
-2006-09-28 23:56:57,784 DEBUG Found tickets for tju1.6planetlab.edu.cn
-2006-09-28 23:56:57,784 DEBUG Popping from q - planetlab-3.amst.nodes.planet-lab.org
-2006-09-28 23:57:01,944 DEBUG Popping from q - planetlab1.georgetown.edu
-2006-09-28 23:57:01,974 DEBUG Found tickets for planetlab1.georgetown.edu
-2006-09-28 23:57:01,975 DEBUG Popping from q - planet1.inf.tu-dresden.de
-2006-09-28 23:57:10,317 DEBUG Popping from q - alice.cs.princeton.edu
-2006-09-28 23:57:10,349 DEBUG Found tickets for alice.cs.princeton.edu
-2006-09-28 23:57:10,349 DEBUG Popping from q - planetlab02.erin.utoronto.ca
-2006-09-28 23:57:18,467 DEBUG Popping from q - planetlab-1.vuse.vanderbilt.edu
-2006-09-28 23:57:18,511 DEBUG Found tickets for planetlab-1.vuse.vanderbilt.edu
-2006-09-28 23:57:18,511 DEBUG Popping from q - planetlab3.uvic.ca
-2006-09-28 23:57:18,546 DEBUG Found tickets for planetlab3.uvic.ca
-2006-09-28 23:57:18,546 DEBUG Popping from q - scut2.6planetlab.edu.cn
-2006-09-28 23:57:18,580 DEBUG Found tickets for scut2.6planetlab.edu.cn
-2006-09-28 23:57:18,580 DEBUG Popping from q - planetlab1.swidnik.rd.tp.pl
-2006-09-28 23:57:18,597 DEBUG Found tickets for planetlab1.swidnik.rd.tp.pl
-2006-09-28 23:57:18,597 DEBUG Popping from q - planet2.cdacb.ernet.in
-2006-09-28 23:57:18,615 DEBUG Found tickets for planet2.cdacb.ernet.in
-2006-09-28 23:57:18,615 DEBUG Popping from q - planetlab1.rdfrancetelecom.com
-2006-09-28 23:57:18,618 DEBUG Found tickets for planetlab1.rdfrancetelecom.com
-2006-09-28 23:57:18,619 DEBUG Popping from q - planet2.inf.tu-dresden.de
-2006-09-28 23:57:30,254 DEBUG Popping from q - planet02.csc.ncsu.edu
-2006-09-28 23:57:30,260 DEBUG Popping from q - planetlab-1.tssg.org
-2006-09-28 23:57:30,310 DEBUG Found tickets for planetlab-1.tssg.org
-2006-09-28 23:57:30,310 DEBUG Popping from q - planetlab-2.vuse.vanderbilt.edu
-2006-09-28 23:57:30,330 DEBUG Found tickets for planetlab-2.vuse.vanderbilt.edu
-2006-09-28 23:57:30,331 DEBUG Popping from q - planetlab-11.cs.princeton.edu
-2006-09-28 23:57:36,426 DEBUG Popping from q - planet03.csc.ncsu.edu
-2006-09-28 23:57:38,814 DEBUG Popping from q - planetlab1.pop-rj.rnp.br
-2006-09-28 23:57:38,845 DEBUG Found tickets for planetlab1.pop-rj.rnp.br
-2006-09-28 23:57:38,846 DEBUG Popping from q - planet1.halifax.canet4.nodes.planet-lab.org
-2006-09-28 23:58:01,696 DEBUG Popping from q - planet1.cavite.nodes.planet-lab.org
-2006-09-28 23:58:02,943 DEBUG Popping from q - ds-pl3.technion.ac.il
-2006-09-28 23:58:02,986 DEBUG Found tickets for ds-pl3.technion.ac.il
-2006-09-28 23:58:02,986 DEBUG Popping from q - planetlab2.cs.purdue.edu
-2006-09-28 23:58:07,510 DEBUG Popping from q - planetlab3.millennium.berkeley.edu
-2006-09-28 23:58:09,041 DEBUG Popping from q - planetlab1.unl.edu
-2006-09-28 23:58:09,060 DEBUG Popping from q - planetlab1.cs.colorado.edu
-2006-09-28 23:58:09,077 DEBUG Found tickets for planetlab1.unl.edu
-2006-09-28 23:58:09,077 DEBUG Popping from q - planetlab02.cs.washington.edu
-2006-09-28 23:58:09,092 DEBUG Found tickets for planetlab02.cs.washington.edu
-2006-09-28 23:58:09,092 DEBUG Popping from q - pads21.cs.nthu.edu.tw
-2006-09-28 23:58:09,111 DEBUG Found tickets for planetlab1.cs.colorado.edu
-2006-09-28 23:58:09,111 DEBUG Popping from q - orbpl2.rutgers.edu
-2006-09-28 23:58:09,146 DEBUG Found tickets for orbpl2.rutgers.edu
-2006-09-28 23:58:09,146 DEBUG Popping from q - planetlab2.informatik.uni-erlangen.de
-2006-09-28 23:58:09,165 DEBUG Found tickets for planetlab2.informatik.uni-erlangen.de
-2006-09-28 23:58:09,165 DEBUG Popping from q - planetlab-01.ipv6.lip6.fr
-2006-09-28 23:58:09,172 DEBUG Found tickets for planetlab-01.ipv6.lip6.fr
-2006-09-28 23:58:09,173 DEBUG Popping from q - pl2.ernet.in
-2006-09-28 23:58:29,426 DEBUG Popping from q - neu2.6planetlab.edu.cn
-2006-09-28 23:58:35,615 DEBUG Popping from q - planetlab-2.cs.uni-paderborn.de
-2006-09-28 23:58:41,052 DEBUG Popping from q - planet5.cs.huji.ac.il
-2006-09-28 23:58:41,526 DEBUG Popping from q - planetlab1.elet.polimi.it
-2006-09-28 23:58:48,856 DEBUG Popping from q - planetlab2.iiitb.ac.in
-2006-09-28 23:59:05,720 DEBUG Popping from q - server1.planetlab.iit-tech.net
-2006-09-28 23:59:05,784 DEBUG Found tickets for server1.planetlab.iit-tech.net
-2006-09-28 23:59:05,785 DEBUG Popping from q - planetlab2.iitb.ac.in
-2006-09-28 23:59:05,815 DEBUG Found tickets for planetlab2.iitb.ac.in
-2006-09-28 23:59:05,815 DEBUG Popping from q - planetlab02.dis.unina.it
-2006-09-28 23:59:08,779 DEBUG Popping from q - planetlab-1.dis.uniroma1.it
-2006-09-28 23:59:11,003 DEBUG Popping from q - planetlab1.iitb.ac.in
-2006-09-28 23:59:11,036 DEBUG Found tickets for planetlab1.iitb.ac.in
-2006-09-28 23:59:11,036 DEBUG Popping from q - pku1.6planetlab.edu.cn
-2006-09-28 23:59:11,071 DEBUG Found tickets for pku1.6planetlab.edu.cn
-2006-09-28 23:59:11,072 DEBUG Popping from q - planetlab1.warsaw.rd.tp.pl
-2006-09-28 23:59:19,427 DEBUG Popping from q - planetlab1.cri.haifa.ac.il
-2006-09-28 23:59:19,458 DEBUG Found tickets for planetlab1.cri.haifa.ac.il
-2006-09-28 23:59:19,459 DEBUG Popping from q - planetlab-2.cs.ucy.ac.cy
-2006-09-28 23:59:20,178 DEBUG Popping from q - pl1.ernet.in
-2006-09-28 23:59:42,245 DEBUG Popping from q - planetlab2.georgetown.edu
-2006-09-28 23:59:42,271 DEBUG Found tickets for planetlab2.georgetown.edu
-2006-09-28 23:59:42,271 DEBUG Popping from q - server2.planetlab.iit-tech.net
-2006-09-28 23:59:42,328 DEBUG Found tickets for server2.planetlab.iit-tech.net
-2006-09-28 23:59:42,328 DEBUG Popping from q - planetlab2.di.unito.it
-2006-09-28 23:59:43,358 DEBUG Popping from q - planetlab1.csee.usf.edu
-2006-09-28 23:59:48,722 DEBUG Popping from q - planetlab-2.dis.uniroma1.it
-2006-09-28 23:59:49,904 DEBUG Popping from q - planetlab2.informatik.uni-kl.de
-2006-09-28 23:59:49,947 DEBUG Found tickets for planetlab2.informatik.uni-kl.de
-2006-09-28 23:59:49,948 DEBUG Popping from q - planet1.cs.rochester.edu
-2006-09-28 23:59:49,985 DEBUG Found tickets for planet1.cs.rochester.edu
-2006-09-28 23:59:49,985 DEBUG Popping from q - planetlab1.rutgers.edu
-2006-09-28 23:59:49,993 DEBUG Found tickets for planetlab1.rutgers.edu
-2006-09-28 23:59:49,993 DEBUG Popping from q - planetlab-2.ece.iastate.edu
-2006-09-29 00:00:03,427 DEBUG Popping from q - planetlab-1.sjce.nodes.planet-lab.org
-2006-09-29 00:00:03,467 DEBUG Found tickets for planetlab-1.sjce.nodes.planet-lab.org
-2006-09-29 00:00:03,467 DEBUG Popping from q - planetlab2.ece.ucdavis.edu
-2006-09-29 00:00:14,707 DEBUG Popping from q - planetlab1.ie.cuhk.edu.hk
-2006-09-29 00:00:14,738 DEBUG Found tickets for planetlab1.ie.cuhk.edu.hk
-2006-09-29 00:00:14,738 DEBUG Popping from q - planetlab2lannion.elibel.tm.fr
-2006-09-29 00:00:18,172 DEBUG Popping from q - planetlab01.mpi-sws.mpg.de
-2006-09-29 00:00:26,670 DEBUG Popping from q - planetlab2.cs.duke.edu
-2006-09-29 00:00:26,671 DEBUG Popping from q - planetlab1.rn.informatics.scitech.susx.ac.uk
-2006-09-29 00:00:26,700 DEBUG Found tickets for planetlab1.rn.informatics.scitech.susx.ac.uk
-2006-09-29 00:00:26,700 DEBUG Popping from q - planetlab1.eee.hku.hk
-2006-09-29 00:00:26,701 DEBUG Popping from q - pads23.cs.nthu.edu.tw
-2006-09-29 00:00:26,706 DEBUG Found tickets for planetlab1.eee.hku.hk
-2006-09-29 00:00:26,706 DEBUG Popping from q - planet2.halifax.canet4.nodes.planet-lab.org
-2006-09-29 00:00:26,748 DEBUG Found tickets for planet2.halifax.canet4.nodes.planet-lab.org
-2006-09-29 00:00:26,748 DEBUG Popping from q - planetlab-2.tssg.org
-2006-09-29 00:00:26,767 DEBUG Found tickets for planetlab-2.tssg.org
-2006-09-29 00:00:26,767 DEBUG Popping from q - 200-102-209-151.paemt7001.t.brasiltelecom.net.br
-2006-09-29 00:00:26,784 DEBUG Found tickets for 200-102-209-151.paemt7001.t.brasiltelecom.net.br
-2006-09-29 00:00:26,784 DEBUG Popping from q - planetlab2.poly.edu
-2006-09-29 00:00:34,450 DEBUG Popping from q - planetlab1.poly.edu
-2006-09-29 00:00:46,682 DEBUG Popping from q - planetlab2.net-research.org.uk
-2006-09-29 00:00:46,710 DEBUG Found tickets for planetlab2.net-research.org.uk
-2006-09-29 00:00:46,710 DEBUG Popping from q - planetlab-2.imperial.ac.uk
-2006-09-29 00:00:46,762 DEBUG Found tickets for planetlab-2.imperial.ac.uk
-2006-09-29 00:00:46,763 DEBUG Popping from q - planetlab-1.imperial.ac.uk
-2006-09-29 00:00:46,807 DEBUG Found tickets for planetlab-1.imperial.ac.uk
-2006-09-29 00:00:46,807 DEBUG Popping from q - planetlab1.byu.edu
-2006-09-29 00:00:47,965 DEBUG Popping from q - planetlab1.cis.upenn.edu
-2006-09-29 00:00:55,265 DEBUG Popping from q - planetlab2.eee.hku.hk
-2006-09-29 00:01:46,904 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv
-2006-09-29 00:01:47,986 DEBUG Retrieved 705 hosts
-2006-09-29 00:01:47,992 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='drift%20%3E%201m'
-2006-09-29 00:01:48,163 DEBUG Retrieved 9 hosts
-2006-09-29 00:01:48,163 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='resptime%20%3E%200%20&&%20gbfree%20%3C%205'
-2006-09-29 00:01:48,307 DEBUG Retrieved 10 hosts
-2006-09-29 00:01:48,307 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='sshstatus%20%3E%202h'
-2006-09-29 00:01:48,674 DEBUG Retrieved 160 hosts
-2006-09-29 00:01:48,676 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='dns1udp%20%3E%2080%20&&%20dns2udp%20%3E%2080'
-2006-09-29 00:01:48,861 DEBUG Retrieved 6 hosts
-2006-09-29 00:01:48,861 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='filerw%3E0'
-2006-09-29 00:01:48,995 DEBUG Retrieved 2 hosts
-2006-09-29 00:01:48,996 DEBUG Popping from q - planetlab2.elet.polimi.it
-2006-09-29 00:01:48,999 DEBUG Popping from q - pli1-br-3.hpl.hp.com
-2006-09-29 00:01:48,999 DEBUG Popping from q - planetlab2.nbgisp.com
-2006-09-29 00:01:49,001 DEBUG Popping from q - planetlab1.cs.stir.ac.uk
-2006-09-29 00:01:49,002 DEBUG Popping from q - planetlab1.cse.msu.edu
-2006-09-29 00:01:49,003 DEBUG Popping from q - planetlab2.cse.msu.edu
-2006-09-29 00:01:49,004 DEBUG Found tickets for pli1-br-3.hpl.hp.com
-2006-09-29 00:01:49,005 DEBUG Popping from q - planetlab02.cs.washington.edu
-2006-09-29 00:01:49,006 DEBUG Popping from q - planetlab0.cs.stir.ac.uk
-2006-09-29 00:01:49,008 DEBUG Popping from q - planetlab1.informatik.uni-erlangen.de
-2006-09-29 00:01:49,009 DEBUG Found tickets for planetlab1.cse.msu.edu
-2006-09-29 00:01:49,009 DEBUG Popping from q - planetlab1.cs.purdue.edu
-2006-09-29 00:01:49,010 DEBUG Found tickets for planetlab2.cse.msu.edu
-2006-09-29 00:01:49,011 DEBUG Popping from q - planetlab1.een.orst.edu
-2006-09-29 00:01:49,012 DEBUG Found tickets for planetlab02.cs.washington.edu
-2006-09-29 00:01:49,012 DEBUG Popping from q - planetlab2.cs.columbia.edu
-2006-09-29 00:01:49,014 DEBUG Popping from q - planetlab1.win.trlabs.ca
-2006-09-29 00:01:49,015 DEBUG Popping from q - planetlab1.cs.duke.edu
-2006-09-29 00:01:49,017 DEBUG Popping from q - planetlab2.flux.utah.edu
-2006-09-29 00:01:49,017 DEBUG Found tickets for planetlab1.cs.purdue.edu
-2006-09-29 00:01:49,019 DEBUG Popping from q - planetlab1.cs.columbia.edu
-2006-09-29 00:01:49,018 DEBUG Popping from q - planetlab3.cs.columbia.edu
-2006-09-29 00:01:49,021 DEBUG Popping from q - planetlab-1.eecs.cwru.edu
-2006-09-29 00:01:49,020 DEBUG Popping from q - planetlab3.flux.utah.edu
-2006-09-29 00:01:49,023 DEBUG Popping from q - planetlab2.rutgers.edu
-2006-09-29 00:01:49,025 DEBUG Popping from q - vn3.cs.wustl.edu
-2006-09-29 00:01:49,027 DEBUG Popping from q - planetlab2.cri.haifa.ac.il
-2006-09-29 00:01:49,028 DEBUG Found tickets for planetlab2.rutgers.edu
-2006-09-29 00:01:49,029 DEBUG Popping from q - soccf-planet-001.comp.nus.edu.sg
-2006-09-29 00:01:49,030 DEBUG Popping from q - planetlab01.cse.psu.edu
-2006-09-29 00:01:49,031 DEBUG Popping from q - csu2.6planetlab.edu.cn
-2006-09-29 00:01:49,032 DEBUG Found tickets for vn3.cs.wustl.edu
-2006-09-29 00:01:49,033 DEBUG Popping from q - planet2.njit.edu
-2006-09-29 00:01:49,034 DEBUG Found tickets for planetlab2.cri.haifa.ac.il
-2006-09-29 00:01:49,035 DEBUG Popping from q - planetlab2.unl.edu
-2006-09-29 00:01:49,036 DEBUG Found tickets for soccf-planet-001.comp.nus.edu.sg
-2006-09-29 00:01:49,036 DEBUG Popping from q - planetlab1.cs.pitt.edu
-2006-09-29 00:01:49,037 DEBUG Popping from q - planetlab-2.eecs.cwru.edu
-2006-09-29 00:01:49,039 DEBUG Found tickets for csu2.6planetlab.edu.cn
-2006-09-29 00:01:49,039 DEBUG Popping from q - planetlab2.urv.net
-2006-09-29 00:01:49,040 DEBUG Found tickets for planet2.njit.edu
-2006-09-29 00:01:49,041 DEBUG Popping from q - planetlab7.csail.mit.edu
-2006-09-29 00:01:49,042 DEBUG Popping from q - buaa1.6planetlab.edu.cn
-2006-09-29 00:01:49,043 DEBUG Popping from q - ricepl-3.cs.rice.edu
-2006-09-29 00:01:49,044 DEBUG Popping from q - planet-lab-1.csse.monash.edu.au
-2006-09-29 00:01:49,046 DEBUG Found tickets for planetlab7.csail.mit.edu
-2006-09-29 00:01:49,047 DEBUG Popping from q - planetlab5.millennium.berkeley.edu
-2006-09-29 00:01:49,048 DEBUG Popping from q - planetlab1.pop-ce.rnp.br
-2006-09-29 00:01:49,049 DEBUG Found tickets for buaa1.6planetlab.edu.cn
-2006-09-29 00:01:49,049 DEBUG Popping from q - planetlab2.mnlab.cti.depaul.edu
-2006-09-29 00:01:49,050 DEBUG Popping from q - peace.ri.uni-tuebingen.de
-2006-09-29 00:01:49,052 DEBUG Popping from q - planetlab-8.cs.princeton.edu
-2006-09-29 00:01:49,054 DEBUG Popping from q - planetlab2.ucsd.edu
-2006-09-29 00:01:49,055 DEBUG Found tickets for planetlab1.pop-ce.rnp.br
-2006-09-29 00:01:49,055 DEBUG Popping from q - blast.uwaterloo.ca
-2006-09-29 00:01:49,057 DEBUG Popping from q - planetlab1.cs.wayne.edu
-2006-09-29 00:01:49,058 DEBUG Found tickets for planetlab2.mnlab.cti.depaul.edu
-2006-09-29 00:01:49,058 DEBUG Popping from q - pli1-br-3.hpl.hp.com
-2006-09-29 00:01:49,059 DEBUG Found tickets for planetlab-8.cs.princeton.edu
-2006-09-29 00:01:49,060 DEBUG Popping from q - planetlab2.eurecom.fr
-2006-09-29 00:01:49,061 DEBUG Found tickets for blast.uwaterloo.ca
-2006-09-29 00:01:49,062 DEBUG Popping from q - planetlab1.di.unito.it
-2006-09-29 00:01:49,063 DEBUG Found tickets for planetlab2.ucsd.edu
-2006-09-29 00:01:49,063 DEBUG Popping from q - planetlab2.simula.no
-2006-09-29 00:01:49,064 DEBUG Found tickets for planetlab1.cs.wayne.edu
-2006-09-29 00:01:49,065 DEBUG Popping from q - planetlab01.dis.unina.it
-2006-09-29 00:01:49,066 DEBUG Found tickets for pli1-br-3.hpl.hp.com
-2006-09-29 00:01:49,066 DEBUG Popping from q - planetlab1.flux.utah.edu
-2006-09-29 00:01:49,067 DEBUG Popping from q - planetlab-1.ece.iastate.edu
-2006-09-29 00:01:49,069 DEBUG Popping from q - sdu1.6planetlab.edu.cn
-2006-09-29 00:01:49,071 DEBUG Found tickets for planetlab1.di.unito.it
-2006-09-29 00:01:49,071 DEBUG Popping from q - planetlab4.upc.es
-2006-09-29 00:01:49,072 DEBUG Popping from q - planetlab-13.cs.princeton.edu
-2006-09-29 00:01:49,073 DEBUG Found tickets for planetlab-1.ece.iastate.edu
-2006-09-29 00:01:49,074 DEBUG Popping from q - planet1.cc.gt.atl.ga.us
-2006-09-29 00:01:49,075 DEBUG Popping from q - planetlab2.eecs.wsu.edu
-2006-09-29 00:01:49,077 DEBUG Popping from q - planet2.cs.ucsb.edu
-2006-09-29 00:01:49,078 DEBUG Found tickets for planetlab-13.cs.princeton.edu
-2006-09-29 00:01:49,078 DEBUG Popping from q - xjtu2.6planetlab.edu.cn
-2006-09-29 00:01:49,079 DEBUG Found tickets for sdu1.6planetlab.edu.cn
-2006-09-29 00:01:49,080 DEBUG Popping from q - planetlab3.upc.es
-2006-09-29 00:01:49,082 DEBUG Found tickets for planet2.cs.ucsb.edu
-2006-09-29 00:01:49,082 DEBUG Popping from q - node1.lbnl.nodes.planet-lab.org
-2006-09-29 00:01:49,083 DEBUG Popping from q - planetlab1.iitr.ernet.in
-2006-09-29 00:01:49,084 DEBUG Popping from q - planetlab1.ipls.internet2.planet-lab.org
-2006-09-29 00:01:49,085 DEBUG Popping from q - planetlab2.uvic.ca
-2006-09-29 00:01:49,087 DEBUG Popping from q - planetlab01.erin.utoronto.ca
-2006-09-29 00:01:49,089 DEBUG Popping from q - planetlab-4.ece.iastate.edu
-2006-09-29 00:01:49,090 DEBUG Popping from q - planetlab2.informatik.uni-goettingen.de
-2006-09-29 00:01:49,091 DEBUG Popping from q - ds-pl1.technion.ac.il
-2006-09-29 00:01:49,093 DEBUG Found tickets for planetlab2.uvic.ca
-2006-09-29 00:01:49,093 DEBUG Popping from q - planetlab1.mnl.cs.sunysb.edu
-2006-09-29 00:01:49,095 DEBUG Popping from q - aladdin.planetlab.extranet.uni-passau.de
-2006-09-29 00:01:49,096 DEBUG Found tickets for planetlab-4.ece.iastate.edu
-2006-09-29 00:01:49,096 DEBUG Popping from q - planetlab-1.cs.uni-paderborn.de
-2006-09-29 00:01:49,097 DEBUG Found tickets for planetlab2.informatik.uni-goettingen.de
-2006-09-29 00:01:49,098 DEBUG Popping from q - planet1.njit.edu
-2006-09-29 00:01:49,099 DEBUG Popping from q - pku2.6planetlab.edu.cn
-2006-09-29 00:01:49,100 DEBUG Found tickets for planetlab1.mnl.cs.sunysb.edu
-2006-09-29 00:01:49,101 DEBUG Popping from q - planetlab-1.cs.ucy.ac.cy
-2006-09-29 00:01:49,102 DEBUG Popping from q - planetlab00.cse.psu.edu
-2006-09-29 00:01:49,103 DEBUG Popping from q - planetlab04.ethz.ch
-2006-09-29 00:01:49,105 DEBUG Popping from q - sdu2.6planetlab.edu.cn
-2006-09-29 00:01:49,106 DEBUG Popping from q - planet-lab.iki.rssi.ru
-2006-09-29 00:01:49,107 DEBUG Popping from q - planetlab1.polito.it
-2006-09-29 00:01:49,109 DEBUG Found tickets for planetlab04.ethz.ch
-2006-09-29 00:01:49,109 DEBUG Popping from q - planetlab1.uvic.ca
-2006-09-29 00:01:49,111 DEBUG Popping from q - planetlab1.cs.byu.edu
-2006-09-29 00:01:49,112 DEBUG Found tickets for sdu2.6planetlab.edu.cn
-2006-09-29 00:01:49,113 DEBUG Popping from q - planetlab-1.amst.nodes.planet-lab.org
-2006-09-29 00:01:49,114 DEBUG Found tickets for planet-lab.iki.rssi.ru
-2006-09-29 00:01:49,114 DEBUG Popping from q - cloudburst.uwaterloo.ca
-2006-09-29 00:01:49,115 DEBUG Found tickets for planetlab1.polito.it
-2006-09-29 00:01:49,116 DEBUG Popping from q - planet2.cs.rochester.edu
-2006-09-29 00:01:49,117 DEBUG Found tickets for planetlab1.uvic.ca
-2006-09-29 00:01:49,117 DEBUG Popping from q - planetlab1.xeno.cl.cam.ac.uk
-2006-09-29 00:01:49,119 DEBUG Popping from q - lycra.cs.princeton.edu
-2006-09-29 00:01:49,120 DEBUG Found tickets for cloudburst.uwaterloo.ca
-2006-09-29 00:01:49,120 DEBUG Popping from q - planetlab06.mpi-sws.mpg.de
-2006-09-29 00:01:49,121 DEBUG Found tickets for planet2.cs.rochester.edu
-2006-09-29 00:01:49,122 DEBUG Popping from q - planetlab1.ias.csusb.edu
-2006-09-29 00:01:49,123 DEBUG Popping from q - vayu.iitd.ernet.in
-2006-09-29 00:01:49,125 DEBUG Found tickets for lycra.cs.princeton.edu
-2006-09-29 00:01:49,125 DEBUG Popping from q - node2.lbnl.nodes.planet-lab.org
-2006-09-29 00:01:49,126 DEBUG Popping from q - planetlab2.cs.byu.edu
-2006-09-29 00:01:49,127 DEBUG Popping from q - cqu1.6planetlab.edu.cn
-2006-09-29 00:01:49,129 DEBUG Found tickets for planetlab1.ias.csusb.edu
-2006-09-29 00:01:49,130 DEBUG Popping from q - planetlab2.acis.ufl.edu
-2006-09-29 00:01:49,131 DEBUG Popping from q - planetlab1.cs.unibo.it
-2006-09-29 00:01:49,132 DEBUG Popping from q - tju2.6planetlab.edu.cn
-2006-09-29 00:01:49,134 DEBUG Found tickets for cqu1.6planetlab.edu.cn
-2006-09-29 00:01:49,135 DEBUG Popping from q - ent1.cs.nccu.edu.tw
-2006-09-29 00:01:49,136 DEBUG Found tickets for planetlab1.cs.unibo.it
-2006-09-29 00:01:49,136 DEBUG Popping from q - planet0.jaist.ac.jp
-2006-09-29 00:01:49,134 DEBUG Popping from q - orbpl1.rutgers.edu
-2006-09-29 00:01:49,139 DEBUG Found tickets for ent1.cs.nccu.edu.tw
-2006-09-29 00:01:49,139 DEBUG Popping from q - planetlab1.informatik.uni-wuerzburg.de
-2006-09-29 00:01:49,140 DEBUG Found tickets for planet0.jaist.ac.jp
-2006-09-29 00:01:49,141 DEBUG Popping from q - planetlab3.warsaw.rd.tp.pl
-2006-09-29 00:01:49,142 DEBUG Found tickets for planetlab2.acis.ufl.edu
-2006-09-29 00:01:49,142 DEBUG Found tickets for planetlab1.informatik.uni-wuerzburg.de
-2006-09-29 00:01:49,143 DEBUG Popping from q - planetlab0.ias.csusb.edu
-2006-09-29 00:01:49,143 DEBUG Popping from q - planetlab-2.amst.nodes.planet-lab.org
-2006-09-29 00:01:49,145 DEBUG Found tickets for orbpl1.rutgers.edu
-2006-09-29 00:01:49,145 DEBUG Popping from q - planetlab3.inria.fr
-2006-09-29 00:01:49,147 DEBUG Found tickets for planetlab0.ias.csusb.edu
-2006-09-29 00:01:49,147 DEBUG Popping from q - 200-102-209-152.paemt7001.t.brasiltelecom.net.br
-2006-09-29 00:01:49,148 DEBUG Popping from q - planetlab3.mnl.cs.sunysb.edu
-2006-09-29 00:01:49,147 DEBUG Found tickets for tju2.6planetlab.edu.cn
-2006-09-29 00:01:49,149 DEBUG Popping from q - planetlab-15.cs.princeton.edu
-2006-09-29 00:01:49,150 DEBUG Popping from q - ent2.cs.nccu.edu.tw
-2006-09-29 00:01:49,153 DEBUG Popping from q - planet-lab-2.csse.monash.edu.au
-2006-09-29 00:01:49,154 DEBUG Popping from q - planet1.ecse.rpi.edu
-2006-09-29 00:01:49,155 DEBUG Found tickets for 200-102-209-152.paemt7001.t.brasiltelecom.net.br
-2006-09-29 00:01:49,156 DEBUG Popping from q - planetlab2.pop-mg.rnp.br
-2006-09-29 00:01:49,157 DEBUG Found tickets for ent2.cs.nccu.edu.tw
-2006-09-29 00:01:49,157 DEBUG Popping from q - planetlab-2.unk.edu
-2006-09-29 00:01:49,159 DEBUG Found tickets for planet1.ecse.rpi.edu
-2006-09-29 00:01:49,160 DEBUG Popping from q - planetlab2.rdfrancetelecom.com
-2006-09-29 00:01:49,161 DEBUG Found tickets for planetlab2.pop-mg.rnp.br
-2006-09-29 00:01:49,161 DEBUG Popping from q - planetlab1.eurecom.fr
-2006-09-29 00:01:49,162 DEBUG Found tickets for planet-lab-2.csse.monash.edu.au
-2006-09-29 00:01:49,162 DEBUG Popping from q - planetlab1.cs.virginia.edu
-2006-09-29 00:01:49,163 DEBUG Popping from q - tju1.6planetlab.edu.cn
-2006-09-29 00:01:49,164 DEBUG Popping from q - planetlab-3.amst.nodes.planet-lab.org
-2006-09-29 00:01:49,167 DEBUG Found tickets for planetlab2.rdfrancetelecom.com
-2006-09-29 00:01:49,167 DEBUG Popping from q - planetlab1.georgetown.edu
-2006-09-29 00:01:49,168 DEBUG Popping from q - planet1.inf.tu-dresden.de
-2006-09-29 00:01:49,169 DEBUG Found tickets for tju1.6planetlab.edu.cn
-2006-09-29 00:01:49,170 DEBUG Popping from q - alice.cs.princeton.edu
-2006-09-29 00:01:49,171 DEBUG Found tickets for planetlab1.eurecom.fr
-2006-09-29 00:01:49,171 DEBUG Popping from q - planetlab02.erin.utoronto.ca
-2006-09-29 00:01:49,172 DEBUG Popping from q - planetlab-1.vuse.vanderbilt.edu
-2006-09-29 00:01:49,174 DEBUG Popping from q - planetlab3.uvic.ca
-2006-09-29 00:01:49,175 DEBUG Popping from q - scut2.6planetlab.edu.cn
-2006-09-29 00:01:49,176 DEBUG Found tickets for alice.cs.princeton.edu
-2006-09-29 00:01:49,177 DEBUG Popping from q - planetlab1.swidnik.rd.tp.pl
-2006-09-29 00:01:49,178 DEBUG Found tickets for planetlab-1.vuse.vanderbilt.edu
-2006-09-29 00:01:49,179 DEBUG Popping from q - planet2.cdacb.ernet.in
-2006-09-29 00:01:49,180 DEBUG Found tickets for planetlab1.georgetown.edu
-2006-09-29 00:01:49,180 DEBUG Popping from q - planetlab1.rdfrancetelecom.com
-2006-09-29 00:01:49,182 DEBUG Found tickets for scut2.6planetlab.edu.cn
-2006-09-29 00:01:49,182 DEBUG Popping from q - planet2.inf.tu-dresden.de
-2006-09-29 00:01:49,183 DEBUG Found tickets for planetlab1.swidnik.rd.tp.pl
-2006-09-29 00:01:49,184 DEBUG Popping from q - planet02.csc.ncsu.edu
-2006-09-29 00:01:49,185 DEBUG Found tickets for planetlab3.uvic.ca
-2006-09-29 00:01:49,185 DEBUG Popping from q - planetlab-1.tssg.org
-2006-09-29 00:01:49,186 DEBUG Found tickets for planet2.cdacb.ernet.in
-2006-09-29 00:01:49,187 DEBUG Popping from q - planetlab-2.vuse.vanderbilt.edu
-2006-09-29 00:01:49,188 DEBUG Found tickets for planetlab1.rdfrancetelecom.com
-2006-09-29 00:01:49,188 DEBUG Popping from q - planetlab-11.cs.princeton.edu
-2006-09-29 00:01:49,190 DEBUG Popping from q - planet03.csc.ncsu.edu
-2006-09-29 00:01:49,191 DEBUG Popping from q - planetlab1.pop-rj.rnp.br
-2006-09-29 00:01:49,193 DEBUG Found tickets for planetlab-2.vuse.vanderbilt.edu
-2006-09-29 00:01:49,193 DEBUG Popping from q - planet1.halifax.canet4.nodes.planet-lab.org
-2006-09-29 00:01:49,195 DEBUG Popping from q - planet1.cavite.nodes.planet-lab.org
-2006-09-29 00:01:49,196 DEBUG Popping from q - ds-pl3.technion.ac.il
-2006-09-29 00:01:49,197 DEBUG Popping from q - planetlab2.cs.purdue.edu
-2006-09-29 00:01:49,199 DEBUG Found tickets for planetlab1.pop-rj.rnp.br
-2006-09-29 00:01:49,199 DEBUG Popping from q - planetlab3.millennium.berkeley.edu
-2006-09-29 00:01:49,194 DEBUG Found tickets for planetlab-1.tssg.org
-2006-09-29 00:01:49,200 DEBUG Popping from q - planetlab1.unl.edu
-2006-09-29 00:01:49,202 DEBUG Popping from q - planetlab1.cs.colorado.edu
-2006-09-29 00:01:49,204 DEBUG Found tickets for ds-pl3.technion.ac.il
-2006-09-29 00:01:49,204 DEBUG Popping from q - planetlab02.cs.washington.edu
-2006-09-29 00:01:49,205 DEBUG Popping from q - pads21.cs.nthu.edu.tw
-2006-09-29 00:01:49,207 DEBUG Found tickets for planetlab1.unl.edu
-2006-09-29 00:01:49,208 DEBUG Popping from q - orbpl2.rutgers.edu
-2006-09-29 00:01:49,209 DEBUG Popping from q - planetlab2.informatik.uni-erlangen.de
-2006-09-29 00:01:49,211 DEBUG Found tickets for planetlab1.cs.colorado.edu
-2006-09-29 00:01:49,211 DEBUG Popping from q - planetlab-01.ipv6.lip6.fr
-2006-09-29 00:01:49,212 DEBUG Popping from q - pl2.ernet.in
-2006-09-29 00:01:49,214 DEBUG Found tickets for planetlab2.informatik.uni-erlangen.de
-2006-09-29 00:01:49,215 DEBUG Popping from q - neu2.6planetlab.edu.cn
-2006-09-29 00:01:49,216 DEBUG Found tickets for planetlab02.cs.washington.edu
-2006-09-29 00:01:49,216 DEBUG Popping from q - planetlab-2.cs.uni-paderborn.de
-2006-09-29 00:01:49,217 DEBUG Found tickets for orbpl2.rutgers.edu
-2006-09-29 00:01:49,218 DEBUG Popping from q - planet5.cs.huji.ac.il
-2006-09-29 00:01:49,219 DEBUG Popping from q - planetlab1.elet.polimi.it
-2006-09-29 00:01:49,221 DEBUG Popping from q - planetlab2.iiitb.ac.in
-2006-09-29 00:01:49,222 DEBUG Found tickets for planetlab-01.ipv6.lip6.fr
-2006-09-29 00:01:49,223 DEBUG Popping from q - server1.planetlab.iit-tech.net
-2006-09-29 00:01:49,224 DEBUG Popping from q - planetlab2.iitb.ac.in
-2006-09-29 00:01:49,226 DEBUG Popping from q - planetlab02.dis.unina.it
-2006-09-29 00:01:49,227 DEBUG Popping from q - planetlab-1.dis.uniroma1.it
-2006-09-29 00:01:49,229 DEBUG Found tickets for server1.planetlab.iit-tech.net
-2006-09-29 00:01:49,230 DEBUG Popping from q - planetlab1.iitb.ac.in
-2006-09-29 00:01:49,231 DEBUG Popping from q - pku1.6planetlab.edu.cn
-2006-09-29 00:01:49,232 DEBUG Found tickets for planetlab2.iitb.ac.in
-2006-09-29 00:01:49,233 DEBUG Popping from q - planetlab1.warsaw.rd.tp.pl
-2006-09-29 00:01:49,234 DEBUG Popping from q - planetlab1.cri.haifa.ac.il
-2006-09-29 00:01:49,236 DEBUG Found tickets for pku1.6planetlab.edu.cn
-2006-09-29 00:01:49,236 DEBUG Popping from q - planetlab-2.cs.ucy.ac.cy
-2006-09-29 00:01:49,238 DEBUG Popping from q - pl1.ernet.in
-2006-09-29 00:01:49,239 DEBUG Found tickets for planetlab1.iitb.ac.in
-2006-09-29 00:01:49,240 DEBUG Popping from q - planetlab2.georgetown.edu
-2006-09-29 00:01:49,241 DEBUG Popping from q - server2.planetlab.iit-tech.net
-2006-09-29 00:01:49,242 DEBUG Found tickets for planetlab1.cri.haifa.ac.il
-2006-09-29 00:01:49,242 DEBUG Popping from q - planetlab2.di.unito.it
-2006-09-29 00:01:49,244 DEBUG Popping from q - planetlab1.csee.usf.edu
-2006-09-29 00:01:49,245 DEBUG Popping from q - planetlab-2.dis.uniroma1.it
-2006-09-29 00:01:49,247 DEBUG Found tickets for server2.planetlab.iit-tech.net
-2006-09-29 00:01:49,247 DEBUG Popping from q - planetlab2.informatik.uni-kl.de
-2006-09-29 00:01:49,248 DEBUG Popping from q - planet1.cs.rochester.edu
-2006-09-29 00:01:49,249 DEBUG Popping from q - planetlab1.rutgers.edu
-2006-09-29 00:01:49,250 DEBUG Found tickets for planetlab2.georgetown.edu
-2006-09-29 00:01:49,251 DEBUG Popping from q - planetlab-2.ece.iastate.edu
-2006-09-29 00:01:49,252 DEBUG Popping from q - planetlab-1.sjce.nodes.planet-lab.org
-2006-09-29 00:01:49,254 DEBUG Found tickets for planetlab2.informatik.uni-kl.de
-2006-09-29 00:01:49,254 DEBUG Popping from q - planetlab2.ece.ucdavis.edu
-2006-09-29 00:01:49,255 DEBUG Found tickets for planet1.cs.rochester.edu
-2006-09-29 00:01:49,256 DEBUG Popping from q - planetlab1.ie.cuhk.edu.hk
-2006-09-29 00:01:49,257 DEBUG Found tickets for planetlab1.rutgers.edu
-2006-09-29 00:01:49,257 DEBUG Popping from q - planetlab2lannion.elibel.tm.fr
-2006-09-29 00:01:49,258 DEBUG Popping from q - planetlab01.mpi-sws.mpg.de
-2006-09-29 00:01:49,260 DEBUG Found tickets for planetlab-1.sjce.nodes.planet-lab.org
-2006-09-29 00:01:49,261 DEBUG Popping from q - planetlab2.cs.duke.edu
-2006-09-29 00:01:49,262 DEBUG Popping from q - planetlab1.rn.informatics.scitech.susx.ac.uk
-2006-09-29 00:01:49,263 DEBUG Found tickets for planetlab1.ie.cuhk.edu.hk
-2006-09-29 00:01:49,263 DEBUG Popping from q - planetlab1.eee.hku.hk
-2006-09-29 00:01:49,265 DEBUG Popping from q - pads23.cs.nthu.edu.tw
-2006-09-29 00:01:49,266 DEBUG Popping from q - planet2.halifax.canet4.nodes.planet-lab.org
-2006-09-29 00:01:49,268 DEBUG Popping from q - planetlab-2.tssg.org
-2006-09-29 00:01:49,269 DEBUG Found tickets for planetlab1.rn.informatics.scitech.susx.ac.uk
-2006-09-29 00:01:49,269 DEBUG Popping from q - 200-102-209-151.paemt7001.t.brasiltelecom.net.br
-2006-09-29 00:01:49,271 DEBUG Found tickets for planetlab1.eee.hku.hk
-2006-09-29 00:01:49,271 DEBUG Popping from q - planetlab2.poly.edu
-2006-09-29 00:01:49,272 DEBUG Popping from q - planetlab1.poly.edu
-2006-09-29 00:01:49,273 DEBUG Found tickets for planet2.halifax.canet4.nodes.planet-lab.org
-2006-09-29 00:01:49,273 DEBUG Popping from q - planetlab2.net-research.org.uk
-2006-09-29 00:01:49,275 DEBUG Found tickets for planetlab-2.tssg.org
-2006-09-29 00:01:49,276 DEBUG Popping from q - planetlab-2.imperial.ac.uk
-2006-09-29 00:01:49,277 DEBUG Popping from q - planetlab-1.imperial.ac.uk
-2006-09-29 00:01:49,278 DEBUG Found tickets for 200-102-209-151.paemt7001.t.brasiltelecom.net.br
-2006-09-29 00:01:49,278 DEBUG Popping from q - planetlab1.byu.edu
-2006-09-29 00:01:49,280 DEBUG Popping from q - planetlab1.cis.upenn.edu
-2006-09-29 00:01:49,281 DEBUG Found tickets for planetlab2.net-research.org.uk
-2006-09-29 00:01:49,281 DEBUG Popping from q - planetlab2.eee.hku.hk
-2006-09-29 00:01:49,283 DEBUG Found tickets for planetlab-1.imperial.ac.uk
-2006-09-29 00:01:49,284 DEBUG Found tickets for planetlab-2.imperial.ac.uk
-2006-09-29 00:21:48,840 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv
-2006-09-29 00:21:55,311 DEBUG Retrieved 705 hosts
-2006-09-29 00:21:55,318 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='drift%20%3E%201m'
-2006-09-29 00:21:55,462 DEBUG Retrieved 9 hosts
-2006-09-29 00:21:55,463 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='resptime%20%3E%200%20&&%20gbfree%20%3C%205'
-2006-09-29 00:21:55,601 DEBUG Retrieved 10 hosts
-2006-09-29 00:21:55,602 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='sshstatus%20%3E%202h'
-2006-09-29 00:21:55,946 DEBUG Retrieved 160 hosts
-2006-09-29 00:21:55,948 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='dns1udp%20%3E%2080%20&&%20dns2udp%20%3E%2080'
-2006-09-29 00:21:56,085 DEBUG Retrieved 6 hosts
-2006-09-29 00:21:56,085 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='filerw%3E0'
-2006-09-29 00:21:56,215 DEBUG Retrieved 2 hosts
-2006-09-29 00:21:56,218 DEBUG Popping from q - planetlab2.elet.polimi.it
-2006-09-29 00:21:56,218 DEBUG Popping from q - pli1-br-3.hpl.hp.com
-2006-09-29 00:21:56,219 DEBUG Popping from q - planetlab2.nbgisp.com
-2006-09-29 00:21:56,220 DEBUG Popping from q - planetlab2.cs.duke.edu
-2006-09-29 00:21:56,221 DEBUG Popping from q - planetlab1.cs.stir.ac.uk
-2006-09-29 00:21:56,223 DEBUG Popping from q - planetlab1.cse.msu.edu
-2006-09-29 00:21:56,224 DEBUG Found tickets for pli1-br-3.hpl.hp.com
-2006-09-29 00:21:56,225 DEBUG Popping from q - planetlab2.cse.msu.edu
-2006-09-29 00:21:56,226 DEBUG Popping from q - planetlab0.cs.stir.ac.uk
-2006-09-29 00:21:56,227 DEBUG Popping from q - planetlab1.informatik.uni-erlangen.de
-2006-09-29 00:21:56,229 DEBUG Popping from q - planetlab1.cs.purdue.edu
-2006-09-29 00:21:56,230 DEBUG Found tickets for planetlab1.cse.msu.edu
-2006-09-29 00:21:56,231 DEBUG Popping from q - planetlab1.een.orst.edu
-2006-09-29 00:21:56,232 DEBUG Found tickets for planetlab2.cse.msu.edu
-2006-09-29 00:21:56,232 DEBUG Popping from q - planetlab2.cs.columbia.edu
-2006-09-29 00:21:56,233 DEBUG Popping from q - planetlab1.win.trlabs.ca
-2006-09-29 00:21:56,234 DEBUG Popping from q - planetlab1.cs.duke.edu
-2006-09-29 00:21:56,236 DEBUG Found tickets for planetlab1.cs.purdue.edu
-2006-09-29 00:21:56,236 DEBUG Popping from q - planetlab2.flux.utah.edu
-2006-09-29 00:21:56,238 DEBUG Popping from q - planetlab1.cs.columbia.edu
-2006-09-29 00:21:56,238 DEBUG Popping from q - planetlab3.cs.columbia.edu
-2006-09-29 00:21:56,240 DEBUG Popping from q - planetlab3.flux.utah.edu
-2006-09-29 00:21:56,242 DEBUG Popping from q - planetlab-1.eecs.cwru.edu
-2006-09-29 00:21:56,243 DEBUG Popping from q - planetlab2.rutgers.edu
-2006-09-29 00:21:56,245 DEBUG Popping from q - vn3.cs.wustl.edu
-2006-09-29 00:21:56,246 DEBUG Popping from q - planetlab2.cri.haifa.ac.il
-2006-09-29 00:21:56,248 DEBUG Popping from q - soccf-planet-001.comp.nus.edu.sg
-2006-09-29 00:21:56,249 DEBUG Popping from q - planetlab01.cse.psu.edu
-2006-09-29 00:21:56,250 DEBUG Found tickets for planetlab2.rutgers.edu
-2006-09-29 00:21:56,251 DEBUG Popping from q - csu2.6planetlab.edu.cn
-2006-09-29 00:21:56,252 DEBUG Found tickets for vn3.cs.wustl.edu
-2006-09-29 00:21:56,252 DEBUG Popping from q - planet2.njit.edu
-2006-09-29 00:21:56,254 DEBUG Found tickets for planetlab2.cri.haifa.ac.il
-2006-09-29 00:21:56,254 DEBUG Popping from q - planetlab2.unl.edu
-2006-09-29 00:21:56,255 DEBUG Found tickets for soccf-planet-001.comp.nus.edu.sg
-2006-09-29 00:21:56,256 DEBUG Popping from q - planetlab1.cs.pitt.edu
-2006-09-29 00:21:56,257 DEBUG Popping from q - planetlab-2.eecs.cwru.edu
-2006-09-29 00:21:56,258 DEBUG Found tickets for planet2.njit.edu
-2006-09-29 00:21:56,259 DEBUG Popping from q - planetlab2.urv.net
-2006-09-29 00:21:56,259 DEBUG Found tickets for csu2.6planetlab.edu.cn
-2006-09-29 00:21:56,260 DEBUG Popping from q - planetlab7.csail.mit.edu
-2006-09-29 00:21:56,262 DEBUG Popping from q - buaa1.6planetlab.edu.cn
-2006-09-29 00:21:56,263 DEBUG Popping from q - ricepl-3.cs.rice.edu
-2006-09-29 00:21:56,265 DEBUG Popping from q - planet-lab-1.csse.monash.edu.au
-2006-09-29 00:21:56,266 DEBUG Found tickets for planetlab7.csail.mit.edu
-2006-09-29 00:21:56,266 DEBUG Popping from q - planetlab5.millennium.berkeley.edu
-2006-09-29 00:21:56,267 DEBUG Popping from q - planetlab1.pop-ce.rnp.br
-2006-09-29 00:21:56,266 DEBUG Found tickets for buaa1.6planetlab.edu.cn
-2006-09-29 00:21:56,269 DEBUG Popping from q - planetlab2.mnlab.cti.depaul.edu
-2006-09-29 00:21:56,270 DEBUG Popping from q - peace.ri.uni-tuebingen.de
-2006-09-29 00:21:56,272 DEBUG Popping from q - planetlab-8.cs.princeton.edu
-2006-09-29 00:21:56,273 DEBUG Popping from q - planetlab2.ucsd.edu
-2006-09-29 00:21:56,275 DEBUG Popping from q - blast.uwaterloo.ca
-2006-09-29 00:21:56,276 DEBUG Found tickets for planetlab1.pop-ce.rnp.br
-2006-09-29 00:21:56,276 DEBUG Popping from q - planetlab1.cs.wayne.edu
-2006-09-29 00:21:56,277 DEBUG Found tickets for planetlab-8.cs.princeton.edu
-2006-09-29 00:21:56,278 DEBUG Popping from q - pli1-br-3.hpl.hp.com
-2006-09-29 00:21:56,279 DEBUG Found tickets for planetlab2.mnlab.cti.depaul.edu
-2006-09-29 00:21:56,279 DEBUG Popping from q - planetlab2.eurecom.fr
-2006-09-29 00:21:56,281 DEBUG Found tickets for planetlab2.ucsd.edu
-2006-09-29 00:21:56,281 DEBUG Popping from q - planetlab1.di.unito.it
-2006-09-29 00:21:56,283 DEBUG Found tickets for blast.uwaterloo.ca
-2006-09-29 00:21:56,283 DEBUG Popping from q - planetlab2.simula.no
-2006-09-29 00:21:56,284 DEBUG Found tickets for planetlab1.cs.wayne.edu
-2006-09-29 00:21:56,284 DEBUG Popping from q - planetlab01.dis.unina.it
-2006-09-29 00:21:56,285 DEBUG Found tickets for pli1-br-3.hpl.hp.com
-2006-09-29 00:21:56,286 DEBUG Popping from q - planetlab1.flux.utah.edu
-2006-09-29 00:21:56,287 DEBUG Popping from q - planetlab-1.ece.iastate.edu
-2006-09-29 00:21:56,289 DEBUG Found tickets for planetlab1.di.unito.it
-2006-09-29 00:21:56,289 DEBUG Popping from q - sdu1.6planetlab.edu.cn
-2006-09-29 00:21:56,290 DEBUG Popping from q - planetlab4.upc.es
-2006-09-29 00:21:56,292 DEBUG Popping from q - planetlab-13.cs.princeton.edu
-2006-09-29 00:21:56,293 DEBUG Popping from q - planet1.cc.gt.atl.ga.us
-2006-09-29 00:21:56,292 DEBUG Found tickets for planetlab-1.ece.iastate.edu
-2006-09-29 00:21:56,295 DEBUG Popping from q - planetlab2.eecs.wsu.edu
-2006-09-29 00:21:56,296 DEBUG Found tickets for sdu1.6planetlab.edu.cn
-2006-09-29 00:21:56,297 DEBUG Popping from q - planet2.cs.ucsb.edu
-2006-09-29 00:21:56,297 DEBUG Popping from q - xjtu2.6planetlab.edu.cn
-2006-09-29 00:21:56,299 DEBUG Found tickets for planetlab-13.cs.princeton.edu
-2006-09-29 00:21:56,300 DEBUG Popping from q - planetlab3.upc.es
-2006-09-29 00:21:56,301 DEBUG Popping from q - node1.lbnl.nodes.planet-lab.org
-2006-09-29 00:21:56,302 DEBUG Popping from q - planetlab1.iitr.ernet.in
-2006-09-29 00:21:56,304 DEBUG Popping from q - planetlab1.ipls.internet2.planet-lab.org
-2006-09-29 00:21:56,305 DEBUG Found tickets for planet2.cs.ucsb.edu
-2006-09-29 00:21:56,306 DEBUG Popping from q - planetlab2.uvic.ca
-2006-09-29 00:21:56,307 DEBUG Popping from q - planetlab01.erin.utoronto.ca
-2006-09-29 00:21:56,308 DEBUG Popping from q - planetlab-4.ece.iastate.edu
-2006-09-29 00:21:56,310 DEBUG Popping from q - planetlab2.informatik.uni-goettingen.de
-2006-09-29 00:21:56,311 DEBUG Popping from q - ds-pl1.technion.ac.il
-2006-09-29 00:21:56,312 DEBUG Found tickets for planetlab2.uvic.ca
-2006-09-29 00:21:56,313 DEBUG Popping from q - planetlab1.mnl.cs.sunysb.edu
-2006-09-29 00:21:56,314 DEBUG Found tickets for planetlab-4.ece.iastate.edu
-2006-09-29 00:21:56,314 DEBUG Popping from q - aladdin.planetlab.extranet.uni-passau.de
-2006-09-29 00:21:56,315 DEBUG Popping from q - planetlab-1.cs.uni-paderborn.de
-2006-09-29 00:21:56,317 DEBUG Found tickets for planetlab2.informatik.uni-goettingen.de
-2006-09-29 00:21:56,318 DEBUG Popping from q - planet1.njit.edu
-2006-09-29 00:21:56,319 DEBUG Found tickets for planetlab1.mnl.cs.sunysb.edu
-2006-09-29 00:21:56,319 DEBUG Popping from q - pku2.6planetlab.edu.cn
-2006-09-29 00:21:56,320 DEBUG Popping from q - planetlab-1.cs.ucy.ac.cy
-2006-09-29 00:21:56,321 DEBUG Popping from q - planetlab00.cse.psu.edu
-2006-09-29 00:21:56,323 DEBUG Popping from q - planetlab04.ethz.ch
-2006-09-29 00:21:56,325 DEBUG Popping from q - sdu2.6planetlab.edu.cn
-2006-09-29 00:21:56,326 DEBUG Popping from q - planet-lab.iki.rssi.ru
-2006-09-29 00:21:56,327 DEBUG Popping from q - planetlab1.polito.it
-2006-09-29 00:21:56,328 DEBUG Popping from q - planetlab1.uvic.ca
-2006-09-29 00:21:56,330 DEBUG Found tickets for planetlab04.ethz.ch
-2006-09-29 00:21:56,330 DEBUG Popping from q - planetlab1.cs.byu.edu
-2006-09-29 00:21:56,332 DEBUG Found tickets for sdu2.6planetlab.edu.cn
-2006-09-29 00:21:56,332 DEBUG Popping from q - planetlab-1.amst.nodes.planet-lab.org
-2006-09-29 00:21:56,333 DEBUG Found tickets for planet-lab.iki.rssi.ru
-2006-09-29 00:21:56,334 DEBUG Popping from q - cloudburst.uwaterloo.ca
-2006-09-29 00:21:56,335 DEBUG Found tickets for planetlab1.polito.it
-2006-09-29 00:21:56,335 DEBUG Popping from q - planet2.cs.rochester.edu
-2006-09-29 00:21:56,336 DEBUG Found tickets for planetlab1.uvic.ca
-2006-09-29 00:21:56,337 DEBUG Popping from q - planetlab1.xeno.cl.cam.ac.uk
-2006-09-29 00:21:56,338 DEBUG Popping from q - lycra.cs.princeton.edu
-2006-09-29 00:21:56,339 DEBUG Popping from q - planetlab06.mpi-sws.mpg.de
-2006-09-29 00:21:56,341 DEBUG Found tickets for cloudburst.uwaterloo.ca
-2006-09-29 00:21:56,341 DEBUG Popping from q - planetlab1.ias.csusb.edu
-2006-09-29 00:21:56,343 DEBUG Found tickets for planet2.cs.rochester.edu
-2006-09-29 00:21:56,343 DEBUG Popping from q - vayu.iitd.ernet.in
-2006-09-29 00:21:56,344 DEBUG Popping from q - node2.lbnl.nodes.planet-lab.org
-2006-09-29 00:21:56,345 DEBUG Found tickets for lycra.cs.princeton.edu
-2006-09-29 00:21:56,346 DEBUG Popping from q - planetlab2.cs.byu.edu
-2006-09-29 00:21:56,347 DEBUG Popping from q - cqu1.6planetlab.edu.cn
-2006-09-29 00:21:56,348 DEBUG Found tickets for planetlab1.ias.csusb.edu
-2006-09-29 00:21:56,349 DEBUG Popping from q - planetlab2.acis.ufl.edu
-2006-09-29 00:21:56,350 DEBUG Popping from q - planetlab1.cs.unibo.it
-2006-09-29 00:21:56,351 DEBUG Popping from q - tju2.6planetlab.edu.cn
-2006-09-29 00:21:56,352 DEBUG Popping from q - orbpl1.rutgers.edu
-2006-09-29 00:21:56,354 DEBUG Found tickets for planetlab1.cs.unibo.it
-2006-09-29 00:21:56,354 DEBUG Popping from q - ent1.cs.nccu.edu.tw
-2006-09-29 00:21:56,356 DEBUG Found tickets for orbpl1.rutgers.edu
-2006-09-29 00:21:56,357 DEBUG Popping from q - planet0.jaist.ac.jp
-2006-09-29 00:21:56,356 DEBUG Found tickets for cqu1.6planetlab.edu.cn
-2006-09-29 00:21:56,357 DEBUG Popping from q - planetlab1.informatik.uni-wuerzburg.de
-2006-09-29 00:21:56,359 DEBUG Found tickets for planetlab2.acis.ufl.edu
-2006-09-29 00:21:56,360 DEBUG Found tickets for planet0.jaist.ac.jp
-2006-09-29 00:21:56,360 DEBUG Popping from q - planetlab3.warsaw.rd.tp.pl
-2006-09-29 00:21:56,361 DEBUG Popping from q - planetlab0.ias.csusb.edu
-2006-09-29 00:21:56,362 DEBUG Found tickets for tju2.6planetlab.edu.cn
-2006-09-29 00:21:56,362 DEBUG Popping from q - planetlab-2.amst.nodes.planet-lab.org
-2006-09-29 00:21:56,363 DEBUG Found tickets for ent1.cs.nccu.edu.tw
-2006-09-29 00:21:56,364 DEBUG Popping from q - planetlab3.inria.fr
-2006-09-29 00:21:56,365 DEBUG Popping from q - 200-102-209-152.paemt7001.t.brasiltelecom.net.br
-2006-09-29 00:21:56,367 DEBUG Popping from q - planetlab3.mnl.cs.sunysb.edu
-2006-09-29 00:21:56,368 DEBUG Popping from q - planetlab-15.cs.princeton.edu
-2006-09-29 00:21:56,369 DEBUG Found tickets for planetlab1.informatik.uni-wuerzburg.de
-2006-09-29 00:21:56,370 DEBUG Popping from q - ent2.cs.nccu.edu.tw
-2006-09-29 00:21:56,371 DEBUG Popping from q - planet-lab-2.csse.monash.edu.au
-2006-09-29 00:21:56,373 DEBUG Found tickets for planetlab0.ias.csusb.edu
-2006-09-29 00:21:56,373 DEBUG Popping from q - planet1.ecse.rpi.edu
-2006-09-29 00:21:56,374 DEBUG Found tickets for ent2.cs.nccu.edu.tw
-2006-09-29 00:21:56,375 DEBUG Popping from q - planetlab2.pop-mg.rnp.br
-2006-09-29 00:21:56,376 DEBUG Found tickets for 200-102-209-152.paemt7001.t.brasiltelecom.net.br
-2006-09-29 00:21:56,376 DEBUG Popping from q - planetlab-2.unk.edu
-2006-09-29 00:21:56,377 DEBUG Popping from q - planetlab2.rdfrancetelecom.com
-2006-09-29 00:21:56,379 DEBUG Popping from q - planetlab1.eurecom.fr
-2006-09-29 00:21:56,380 DEBUG Found tickets for planet-lab-2.csse.monash.edu.au
-2006-09-29 00:21:56,381 DEBUG Popping from q - planetlab1.cs.virginia.edu
-2006-09-29 00:21:56,382 DEBUG Found tickets for planet1.ecse.rpi.edu
-2006-09-29 00:21:56,382 DEBUG Popping from q - tju1.6planetlab.edu.cn
-2006-09-29 00:21:56,383 DEBUG Found tickets for planetlab2.pop-mg.rnp.br
-2006-09-29 00:21:56,383 DEBUG Popping from q - planetlab-3.amst.nodes.planet-lab.org
-2006-09-29 00:21:56,385 DEBUG Found tickets for planetlab1.eurecom.fr
-2006-09-29 00:21:56,386 DEBUG Popping from q - planetlab1.georgetown.edu
-2006-09-29 00:21:56,387 DEBUG Found tickets for tju1.6planetlab.edu.cn
-2006-09-29 00:21:56,387 DEBUG Popping from q - planet1.inf.tu-dresden.de
-2006-09-29 00:21:56,388 DEBUG Popping from q - alice.cs.princeton.edu
-2006-09-29 00:21:56,390 DEBUG Popping from q - planetlab02.erin.utoronto.ca
-2006-09-29 00:21:56,391 DEBUG Found tickets for planetlab2.rdfrancetelecom.com
-2006-09-29 00:21:56,391 DEBUG Popping from q - planetlab-1.vuse.vanderbilt.edu
-2006-09-29 00:21:56,392 DEBUG Found tickets for planetlab1.georgetown.edu
-2006-09-29 00:21:56,393 DEBUG Popping from q - planetlab3.uvic.ca
-2006-09-29 00:21:56,394 DEBUG Popping from q - scut2.6planetlab.edu.cn
-2006-09-29 00:21:56,396 DEBUG Found tickets for alice.cs.princeton.edu
-2006-09-29 00:21:56,396 DEBUG Popping from q - planetlab1.swidnik.rd.tp.pl
-2006-09-29 00:21:56,397 DEBUG Popping from q - planet2.cdacb.ernet.in
-2006-09-29 00:21:56,399 DEBUG Found tickets for planetlab3.uvic.ca
-2006-09-29 00:21:56,399 DEBUG Popping from q - planetlab1.rdfrancetelecom.com
-2006-09-29 00:21:56,400 DEBUG Found tickets for scut2.6planetlab.edu.cn
-2006-09-29 00:21:56,400 DEBUG Popping from q - planet2.inf.tu-dresden.de
-2006-09-29 00:21:56,402 DEBUG Found tickets for planetlab1.swidnik.rd.tp.pl
-2006-09-29 00:21:56,403 DEBUG Popping from q - planet02.csc.ncsu.edu
-2006-09-29 00:21:56,403 DEBUG Found tickets for planet2.cdacb.ernet.in
-2006-09-29 00:21:56,404 DEBUG Popping from q - planetlab-1.tssg.org
-2006-09-29 00:21:56,405 DEBUG Found tickets for planetlab-1.vuse.vanderbilt.edu
-2006-09-29 00:21:56,405 DEBUG Popping from q - planetlab-2.vuse.vanderbilt.edu
-2006-09-29 00:21:56,406 DEBUG Found tickets for planetlab1.rdfrancetelecom.com
-2006-09-29 00:21:56,407 DEBUG Popping from q - planetlab-11.cs.princeton.edu
-2006-09-29 00:21:56,408 DEBUG Popping from q - planet03.csc.ncsu.edu
-2006-09-29 00:21:56,410 DEBUG Popping from q - planetlab1.pop-rj.rnp.br
-2006-09-29 00:21:56,411 DEBUG Found tickets for planetlab-1.tssg.org
-2006-09-29 00:21:56,411 DEBUG Popping from q - planet1.halifax.canet4.nodes.planet-lab.org
-2006-09-29 00:21:56,412 DEBUG Found tickets for planetlab-2.vuse.vanderbilt.edu
-2006-09-29 00:21:56,413 DEBUG Popping from q - planet1.cavite.nodes.planet-lab.org
-2006-09-29 00:21:56,414 DEBUG Popping from q - ds-pl3.technion.ac.il
-2006-09-29 00:21:56,416 DEBUG Popping from q - planetlab2.cs.purdue.edu
-2006-09-29 00:21:56,417 DEBUG Popping from q - planetlab3.millennium.berkeley.edu
-2006-09-29 00:21:56,418 DEBUG Found tickets for ds-pl3.technion.ac.il
-2006-09-29 00:21:56,419 DEBUG Popping from q - planetlab1.unl.edu
-2006-09-29 00:21:56,421 DEBUG Popping from q - planetlab1.cs.colorado.edu
-2006-09-29 00:21:56,420 DEBUG Found tickets for planetlab1.pop-rj.rnp.br
-2006-09-29 00:21:56,422 DEBUG Popping from q - planetlab02.cs.washington.edu
-2006-09-29 00:21:56,423 DEBUG Popping from q - pads21.cs.nthu.edu.tw
-2006-09-29 00:21:56,425 DEBUG Popping from q - orbpl2.rutgers.edu
-2006-09-29 00:21:56,426 DEBUG Found tickets for planetlab1.unl.edu
-2006-09-29 00:21:56,426 DEBUG Popping from q - planetlab2.informatik.uni-erlangen.de
-2006-09-29 00:21:56,428 DEBUG Found tickets for planetlab02.cs.washington.edu
-2006-09-29 00:21:56,428 DEBUG Popping from q - planetlab-01.ipv6.lip6.fr
-2006-09-29 00:21:56,429 DEBUG Popping from q - pl2.ernet.in
-2006-09-29 00:21:56,431 DEBUG Found tickets for orbpl2.rutgers.edu
-2006-09-29 00:21:56,432 DEBUG Popping from q - neu2.6planetlab.edu.cn
-2006-09-29 00:21:56,433 DEBUG Found tickets for planetlab2.informatik.uni-erlangen.de
-2006-09-29 00:21:56,433 DEBUG Popping from q - planetlab-2.cs.uni-paderborn.de
-2006-09-29 00:21:56,434 DEBUG Popping from q - planet5.cs.huji.ac.il
-2006-09-29 00:21:56,435 DEBUG Found tickets for planetlab1.cs.colorado.edu
-2006-09-29 00:21:56,436 DEBUG Popping from q - planetlab1.elet.polimi.it
-2006-09-29 00:21:56,436 DEBUG Found tickets for planetlab-01.ipv6.lip6.fr
-2006-09-29 00:21:56,437 DEBUG Popping from q - planetlab2.iiitb.ac.in
-2006-09-29 00:21:56,439 DEBUG Popping from q - server1.planetlab.iit-tech.net
-2006-09-29 00:21:56,440 DEBUG Popping from q - planetlab2.iitb.ac.in
-2006-09-29 00:21:56,441 DEBUG Popping from q - planetlab02.dis.unina.it
-2006-09-29 00:21:56,442 DEBUG Popping from q - planetlab-1.dis.uniroma1.it
-2006-09-29 00:21:56,444 DEBUG Popping from q - planetlab1.iitb.ac.in
-2006-09-29 00:21:56,445 DEBUG Found tickets for planetlab2.iitb.ac.in
-2006-09-29 00:21:56,446 DEBUG Popping from q - pku1.6planetlab.edu.cn
-2006-09-29 00:21:56,447 DEBUG Popping from q - planetlab1.warsaw.rd.tp.pl
-2006-09-29 00:21:56,449 DEBUG Found tickets for planetlab1.iitb.ac.in
-2006-09-29 00:21:56,449 DEBUG Popping from q - planetlab1.cri.haifa.ac.il
-2006-09-29 00:21:56,450 DEBUG Found tickets for server1.planetlab.iit-tech.net
-2006-09-29 00:21:56,450 DEBUG Popping from q - planetlab-2.cs.ucy.ac.cy
-2006-09-29 00:21:56,451 DEBUG Popping from q - pl1.ernet.in
-2006-09-29 00:21:56,453 DEBUG Found tickets for pku1.6planetlab.edu.cn
-2006-09-29 00:21:56,454 DEBUG Popping from q - planetlab2.georgetown.edu
-2006-09-29 00:21:56,455 DEBUG Popping from q - server2.planetlab.iit-tech.net
-2006-09-29 00:21:56,456 DEBUG Found tickets for planetlab1.cri.haifa.ac.il
-2006-09-29 00:21:56,457 DEBUG Popping from q - planetlab2.di.unito.it
-2006-09-29 00:21:56,458 DEBUG Popping from q - planetlab1.csee.usf.edu
-2006-09-29 00:21:56,459 DEBUG Popping from q - planetlab-2.dis.uniroma1.it
-2006-09-29 00:21:56,461 DEBUG Found tickets for planetlab2.georgetown.edu
-2006-09-29 00:21:56,461 DEBUG Popping from q - planetlab2.informatik.uni-kl.de
-2006-09-29 00:21:56,462 DEBUG Found tickets for server2.planetlab.iit-tech.net
-2006-09-29 00:21:56,463 DEBUG Popping from q - planet1.cs.rochester.edu
-2006-09-29 00:21:56,464 DEBUG Popping from q - planetlab1.rutgers.edu
-2006-09-29 00:21:56,465 DEBUG Popping from q - planetlab-2.ece.iastate.edu
-2006-09-29 00:21:56,466 DEBUG Popping from q - planetlab-1.sjce.nodes.planet-lab.org
-2006-09-29 00:21:56,468 DEBUG Popping from q - planetlab2.ece.ucdavis.edu
-2006-09-29 00:21:56,469 DEBUG Found tickets for planetlab2.informatik.uni-kl.de
-2006-09-29 00:21:56,469 DEBUG Popping from q - planetlab1.ie.cuhk.edu.hk
-2006-09-29 00:21:56,471 DEBUG Found tickets for planet1.cs.rochester.edu
-2006-09-29 00:21:56,471 DEBUG Popping from q - planetlab2lannion.elibel.tm.fr
-2006-09-29 00:21:56,472 DEBUG Found tickets for planetlab-1.sjce.nodes.planet-lab.org
-2006-09-29 00:21:56,473 DEBUG Popping from q - planetlab01.mpi-sws.mpg.de
-2006-09-29 00:21:56,474 DEBUG Found tickets for planetlab1.rutgers.edu
-2006-09-29 00:21:56,474 DEBUG Popping from q - planetlab2.cs.duke.edu
-2006-09-29 00:21:56,476 DEBUG Found tickets for planetlab1.ie.cuhk.edu.hk
-2006-09-29 00:21:56,477 DEBUG Popping from q - planetlab1.rn.informatics.scitech.susx.ac.uk
-2006-09-29 00:21:56,478 DEBUG Popping from q - planetlab1.eee.hku.hk
-2006-09-29 00:21:56,479 DEBUG Popping from q - pads23.cs.nthu.edu.tw
-2006-09-29 00:21:56,480 DEBUG Popping from q - planet2.halifax.canet4.nodes.planet-lab.org
-2006-09-29 00:21:56,481 DEBUG Popping from q - planetlab-2.tssg.org
-2006-09-29 00:21:56,483 DEBUG Found tickets for planet2.halifax.canet4.nodes.planet-lab.org
-2006-09-29 00:21:56,484 DEBUG Popping from q - 200-102-209-151.paemt7001.t.brasiltelecom.net.br
-2006-09-29 00:21:56,485 DEBUG Found tickets for planetlab1.rn.informatics.scitech.susx.ac.uk
-2006-09-29 00:21:56,485 DEBUG Popping from q - planetlab2.poly.edu
-2006-09-29 00:21:56,486 DEBUG Found tickets for planetlab1.eee.hku.hk
-2006-09-29 00:21:56,486 DEBUG Popping from q - planetlab1.poly.edu
-2006-09-29 00:21:56,487 DEBUG Popping from q - planetlab2.net-research.org.uk
-2006-09-29 00:21:56,489 DEBUG Found tickets for planetlab-2.tssg.org
-2006-09-29 00:21:56,490 DEBUG Popping from q - planetlab-2.imperial.ac.uk
-2006-09-29 00:21:56,491 DEBUG Found tickets for 200-102-209-151.paemt7001.t.brasiltelecom.net.br
-2006-09-29 00:21:56,492 DEBUG Popping from q - planetlab-1.imperial.ac.uk
-2006-09-29 00:21:56,493 DEBUG Popping from q - planetlab1.byu.edu
-2006-09-29 00:21:56,494 DEBUG Popping from q - planetlab1.cis.upenn.edu
-2006-09-29 00:21:56,495 DEBUG Found tickets for planetlab2.net-research.org.uk
-2006-09-29 00:21:56,496 DEBUG Popping from q - planetlab2.eee.hku.hk
-2006-09-29 00:21:56,497 DEBUG Found tickets for planetlab-2.imperial.ac.uk
-2006-09-29 00:21:56,500 DEBUG Found tickets for planetlab-1.imperial.ac.uk
-2006-09-29 00:41:56,059 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv
-2006-09-29 00:41:57,122 DEBUG Retrieved 705 hosts
-2006-09-29 00:41:57,128 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='drift%20%3E%201m'
-2006-09-29 00:41:57,326 DEBUG Retrieved 8 hosts
-2006-09-29 00:41:57,326 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='resptime%20%3E%200%20&&%20gbfree%20%3C%205'
-2006-09-29 00:41:57,464 DEBUG Retrieved 10 hosts
-2006-09-29 00:41:57,465 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='sshstatus%20%3E%202h'
-2006-09-29 00:41:57,808 DEBUG Retrieved 160 hosts
-2006-09-29 00:41:57,809 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='dns1udp%20%3E%2080%20&&%20dns2udp%20%3E%2080'
-2006-09-29 00:41:57,943 DEBUG Retrieved 6 hosts
-2006-09-29 00:41:57,944 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='filerw%3E0'
-2006-09-29 00:41:58,068 DEBUG Retrieved 2 hosts
-2006-09-29 00:41:58,071 DEBUG Popping from q - planetlab2.elet.polimi.it
-2006-09-29 00:41:58,071 DEBUG Popping from q - pli1-br-3.hpl.hp.com
-2006-09-29 00:41:58,072 DEBUG Popping from q - planetlab2.nbgisp.com
-2006-09-29 00:41:58,073 DEBUG Popping from q - planetlab1.cs.stir.ac.uk
-2006-09-29 00:41:58,075 DEBUG Popping from q - planetlab1.cse.msu.edu
-2006-09-29 00:41:58,076 DEBUG Popping from q - planetlab2.cse.msu.edu
-2006-09-29 00:41:58,077 DEBUG Found tickets for pli1-br-3.hpl.hp.com
-2006-09-29 00:41:58,077 DEBUG Popping from q - planetlab0.cs.stir.ac.uk
-2006-09-29 00:41:58,079 DEBUG Found tickets for planetlab1.cse.msu.edu
-2006-09-29 00:41:58,079 DEBUG Popping from q - planetlab1.informatik.uni-erlangen.de
-2006-09-29 00:41:58,080 DEBUG Found tickets for planetlab2.cse.msu.edu
-2006-09-29 00:41:58,081 DEBUG Popping from q - planetlab1.cs.purdue.edu
-2006-09-29 00:41:58,082 DEBUG Popping from q - planetlab1.een.orst.edu
-2006-09-29 00:41:58,083 DEBUG Popping from q - planetlab2.cs.columbia.edu
-2006-09-29 00:41:58,085 DEBUG Popping from q - planetlab1.win.trlabs.ca
-2006-09-29 00:41:58,087 DEBUG Popping from q - planetlab1.cs.duke.edu
-2006-09-29 00:41:58,088 DEBUG Found tickets for planetlab1.cs.purdue.edu
-2006-09-29 00:41:58,088 DEBUG Popping from q - planetlab2.flux.utah.edu
-2006-09-29 00:41:58,090 DEBUG Popping from q - planetlab3.cs.columbia.edu
-2006-09-29 00:41:58,091 DEBUG Popping from q - planetlab1.cs.columbia.edu
-2006-09-29 00:41:58,092 DEBUG Popping from q - planetlab3.flux.utah.edu
-2006-09-29 00:41:58,094 DEBUG Popping from q - planetlab-1.eecs.cwru.edu
-2006-09-29 00:41:58,095 DEBUG Popping from q - planetlab2.rutgers.edu
-2006-09-29 00:41:58,097 DEBUG Popping from q - vn3.cs.wustl.edu
-2006-09-29 00:41:58,098 DEBUG Popping from q - planetlab2.cri.haifa.ac.il
-2006-09-29 00:41:58,100 DEBUG Popping from q - soccf-planet-001.comp.nus.edu.sg
-2006-09-29 00:41:58,101 DEBUG Found tickets for planetlab2.rutgers.edu
-2006-09-29 00:41:58,101 DEBUG Popping from q - planetlab01.cse.psu.edu
-2006-09-29 00:41:58,102 DEBUG Popping from q - csu2.6planetlab.edu.cn
-2006-09-29 00:41:58,103 DEBUG Found tickets for vn3.cs.wustl.edu
-2006-09-29 00:41:58,104 DEBUG Popping from q - planet2.njit.edu
-2006-09-29 00:41:58,105 DEBUG Found tickets for planetlab2.cri.haifa.ac.il
-2006-09-29 00:41:58,106 DEBUG Popping from q - planetlab2.unl.edu
-2006-09-29 00:41:58,107 DEBUG Found tickets for soccf-planet-001.comp.nus.edu.sg
-2006-09-29 00:41:58,108 DEBUG Popping from q - planetlab1.cs.pitt.edu
-2006-09-29 00:41:58,109 DEBUG Popping from q - planetlab-2.eecs.cwru.edu
-2006-09-29 00:41:58,110 DEBUG Found tickets for csu2.6planetlab.edu.cn
-2006-09-29 00:41:58,110 DEBUG Popping from q - planetlab2.urv.net
-2006-09-29 00:41:58,112 DEBUG Found tickets for planet2.njit.edu
-2006-09-29 00:41:58,112 DEBUG Popping from q - planetlab7.csail.mit.edu
-2006-09-29 00:41:58,114 DEBUG Popping from q - buaa1.6planetlab.edu.cn
-2006-09-29 00:41:58,115 DEBUG Popping from q - ricepl-3.cs.rice.edu
-2006-09-29 00:41:58,116 DEBUG Popping from q - planet-lab-1.csse.monash.edu.au
-2006-09-29 00:41:58,117 DEBUG Popping from q - planetlab5.millennium.berkeley.edu
-2006-09-29 00:41:58,119 DEBUG Found tickets for planetlab7.csail.mit.edu
-2006-09-29 00:41:58,119 DEBUG Popping from q - planetlab1.pop-ce.rnp.br
-2006-09-29 00:41:58,121 DEBUG Found tickets for buaa1.6planetlab.edu.cn
-2006-09-29 00:41:58,121 DEBUG Popping from q - planetlab2.mnlab.cti.depaul.edu
-2006-09-29 00:41:58,122 DEBUG Popping from q - peace.ri.uni-tuebingen.de
-2006-09-29 00:41:58,123 DEBUG Popping from q - planetlab-8.cs.princeton.edu
-2006-09-29 00:41:58,125 DEBUG Popping from q - planetlab2.ucsd.edu
-2006-09-29 00:41:58,126 DEBUG Found tickets for planetlab1.pop-ce.rnp.br
-2006-09-29 00:41:58,126 DEBUG Popping from q - blast.uwaterloo.ca
-2006-09-29 00:41:58,128 DEBUG Popping from q - planetlab1.cs.wayne.edu
-2006-09-29 00:41:58,130 DEBUG Found tickets for planetlab-8.cs.princeton.edu
-2006-09-29 00:41:58,130 DEBUG Popping from q - pli1-br-3.hpl.hp.com
-2006-09-29 00:41:58,131 DEBUG Found tickets for planetlab2.mnlab.cti.depaul.edu
-2006-09-29 00:41:58,131 DEBUG Popping from q - planetlab2.eurecom.fr
-2006-09-29 00:41:58,132 DEBUG Found tickets for planetlab2.ucsd.edu
-2006-09-29 00:41:58,133 DEBUG Popping from q - planetlab1.di.unito.it
-2006-09-29 00:41:58,134 DEBUG Found tickets for blast.uwaterloo.ca
-2006-09-29 00:41:58,134 DEBUG Popping from q - planetlab2.simula.no
-2006-09-29 00:41:58,136 DEBUG Found tickets for planetlab1.cs.wayne.edu
-2006-09-29 00:41:58,136 DEBUG Popping from q - planetlab01.dis.unina.it
-2006-09-29 00:41:58,138 DEBUG Found tickets for pli1-br-3.hpl.hp.com
-2006-09-29 00:41:58,138 DEBUG Popping from q - planetlab1.flux.utah.edu
-2006-09-29 00:41:58,139 DEBUG Popping from q - planetlab-1.ece.iastate.edu
-2006-09-29 00:41:58,140 DEBUG Found tickets for planetlab1.di.unito.it
-2006-09-29 00:41:58,141 DEBUG Popping from q - sdu1.6planetlab.edu.cn
-2006-09-29 00:41:58,142 DEBUG Popping from q - planetlab4.upc.es
-2006-09-29 00:41:58,144 DEBUG Popping from q - planetlab-13.cs.princeton.edu
-2006-09-29 00:41:58,145 DEBUG Popping from q - planet1.cc.gt.atl.ga.us
-2006-09-29 00:41:58,146 DEBUG Found tickets for planetlab-1.ece.iastate.edu
-2006-09-29 00:41:58,147 DEBUG Popping from q - planetlab2.eecs.wsu.edu
-2006-09-29 00:41:58,148 DEBUG Found tickets for sdu1.6planetlab.edu.cn
-2006-09-29 00:41:58,148 DEBUG Popping from q - planet2.cs.ucsb.edu
-2006-09-29 00:41:58,149 DEBUG Popping from q - xjtu2.6planetlab.edu.cn
-2006-09-29 00:41:58,151 DEBUG Found tickets for planetlab-13.cs.princeton.edu
-2006-09-29 00:41:58,151 DEBUG Popping from q - planetlab3.upc.es
-2006-09-29 00:41:58,153 DEBUG Popping from q - node1.lbnl.nodes.planet-lab.org
-2006-09-29 00:41:58,154 DEBUG Popping from q - planetlab1.iitr.ernet.in
-2006-09-29 00:41:58,155 DEBUG Found tickets for planet2.cs.ucsb.edu
-2006-09-29 00:41:58,156 DEBUG Popping from q - planetlab1.ipls.internet2.planet-lab.org
-2006-09-29 00:41:58,157 DEBUG Popping from q - planetlab2.uvic.ca
-2006-09-29 00:41:58,158 DEBUG Popping from q - planetlab01.erin.utoronto.ca
-2006-09-29 00:41:58,160 DEBUG Popping from q - planetlab-4.ece.iastate.edu
-2006-09-29 00:41:58,161 DEBUG Popping from q - planetlab2.informatik.uni-goettingen.de
-2006-09-29 00:41:58,163 DEBUG Found tickets for planetlab2.uvic.ca
-2006-09-29 00:41:58,163 DEBUG Popping from q - ds-pl1.technion.ac.il
-2006-09-29 00:41:58,164 DEBUG Popping from q - planetlab1.mnl.cs.sunysb.edu
-2006-09-29 00:41:58,166 DEBUG Popping from q - aladdin.planetlab.extranet.uni-passau.de
-2006-09-29 00:41:58,167 DEBUG Found tickets for planetlab2.informatik.uni-goettingen.de
-2006-09-29 00:41:58,167 DEBUG Popping from q - planetlab-1.cs.uni-paderborn.de
-2006-09-29 00:41:58,169 DEBUG Found tickets for planetlab-4.ece.iastate.edu
-2006-09-29 00:41:58,169 DEBUG Popping from q - planet1.njit.edu
-2006-09-29 00:41:58,170 DEBUG Popping from q - pku2.6planetlab.edu.cn
-2006-09-29 00:41:58,172 DEBUG Found tickets for planetlab1.mnl.cs.sunysb.edu
-2006-09-29 00:41:58,172 DEBUG Popping from q - planetlab-1.cs.ucy.ac.cy
-2006-09-29 00:41:58,173 DEBUG Popping from q - planetlab00.cse.psu.edu
-2006-09-29 00:41:58,175 DEBUG Popping from q - planetlab04.ethz.ch
-2006-09-29 00:41:58,177 DEBUG Popping from q - sdu2.6planetlab.edu.cn
-2006-09-29 00:41:58,178 DEBUG Popping from q - planet-lab.iki.rssi.ru
-2006-09-29 00:41:58,179 DEBUG Popping from q - planetlab1.polito.it
-2006-09-29 00:41:58,181 DEBUG Popping from q - planetlab1.uvic.ca
-2006-09-29 00:41:58,182 DEBUG Found tickets for sdu2.6planetlab.edu.cn
-2006-09-29 00:41:58,183 DEBUG Popping from q - planetlab1.cs.byu.edu
-2006-09-29 00:41:58,183 DEBUG Found tickets for planetlab04.ethz.ch
-2006-09-29 00:41:58,185 DEBUG Popping from q - planetlab-1.amst.nodes.planet-lab.org
-2006-09-29 00:41:58,186 DEBUG Found tickets for planet-lab.iki.rssi.ru
-2006-09-29 00:41:58,186 DEBUG Popping from q - cloudburst.uwaterloo.ca
-2006-09-29 00:41:58,187 DEBUG Found tickets for planetlab1.polito.it
-2006-09-29 00:41:58,187 DEBUG Popping from q - planet2.cs.rochester.edu
-2006-09-29 00:41:58,189 DEBUG Found tickets for planetlab1.uvic.ca
-2006-09-29 00:41:58,190 DEBUG Popping from q - planetlab1.xeno.cl.cam.ac.uk
-2006-09-29 00:41:58,191 DEBUG Popping from q - lycra.cs.princeton.edu
-2006-09-29 00:41:58,192 DEBUG Popping from q - planetlab06.mpi-sws.mpg.de
-2006-09-29 00:41:58,193 DEBUG Found tickets for cloudburst.uwaterloo.ca
-2006-09-29 00:41:58,193 DEBUG Popping from q - planetlab1.ias.csusb.edu
-2006-09-29 00:41:58,194 DEBUG Found tickets for planet2.cs.rochester.edu
-2006-09-29 00:41:58,195 DEBUG Popping from q - vayu.iitd.ernet.in
-2006-09-29 00:41:58,197 DEBUG Found tickets for lycra.cs.princeton.edu
-2006-09-29 00:41:58,197 DEBUG Popping from q - node2.lbnl.nodes.planet-lab.org
-2006-09-29 00:41:58,198 DEBUG Popping from q - planetlab2.cs.byu.edu
-2006-09-29 00:41:58,199 DEBUG Found tickets for planetlab1.ias.csusb.edu
-2006-09-29 00:41:58,200 DEBUG Popping from q - cqu1.6planetlab.edu.cn
-2006-09-29 00:41:58,201 DEBUG Popping from q - planetlab2.acis.ufl.edu
-2006-09-29 00:41:58,202 DEBUG Popping from q - planetlab1.cs.unibo.it
-2006-09-29 00:41:58,205 DEBUG Found tickets for planetlab1.cs.unibo.it
-2006-09-29 00:41:58,205 DEBUG Popping from q - tju2.6planetlab.edu.cn
-2006-09-29 00:41:58,206 DEBUG Found tickets for cqu1.6planetlab.edu.cn
-2006-09-29 00:41:58,206 DEBUG Popping from q - orbpl1.rutgers.edu
-2006-09-29 00:41:58,207 DEBUG Popping from q - ent1.cs.nccu.edu.tw
-2006-09-29 00:41:58,208 DEBUG Found tickets for planetlab2.acis.ufl.edu
-2006-09-29 00:41:58,209 DEBUG Popping from q - planet0.jaist.ac.jp
-2006-09-29 00:41:58,209 DEBUG Popping from q - planetlab1.informatik.uni-wuerzburg.de
-2006-09-29 00:41:58,212 DEBUG Found tickets for orbpl1.rutgers.edu
-2006-09-29 00:41:58,212 DEBUG Popping from q - planetlab3.warsaw.rd.tp.pl
-2006-09-29 00:41:58,213 DEBUG Found tickets for ent1.cs.nccu.edu.tw
-2006-09-29 00:41:58,213 DEBUG Popping from q - planetlab0.ias.csusb.edu
-2006-09-29 00:41:58,214 DEBUG Found tickets for planet0.jaist.ac.jp
-2006-09-29 00:41:58,215 DEBUG Popping from q - planetlab-2.amst.nodes.planet-lab.org
-2006-09-29 00:41:58,216 DEBUG Found tickets for planetlab1.informatik.uni-wuerzburg.de
-2006-09-29 00:41:58,216 DEBUG Popping from q - planetlab3.inria.fr
-2006-09-29 00:41:58,218 DEBUG Found tickets for tju2.6planetlab.edu.cn
-2006-09-29 00:41:58,218 DEBUG Popping from q - 200-102-209-152.paemt7001.t.brasiltelecom.net.br
-2006-09-29 00:41:58,219 DEBUG Popping from q - planetlab3.mnl.cs.sunysb.edu
-2006-09-29 00:41:58,220 DEBUG Found tickets for planetlab0.ias.csusb.edu
-2006-09-29 00:41:58,221 DEBUG Popping from q - planetlab-15.cs.princeton.edu
-2006-09-29 00:41:58,222 DEBUG Popping from q - ent2.cs.nccu.edu.tw
-2006-09-29 00:41:58,223 DEBUG Popping from q - planet-lab-2.csse.monash.edu.au
-2006-09-29 00:41:58,225 DEBUG Popping from q - planet1.ecse.rpi.edu
-2006-09-29 00:41:58,226 DEBUG Popping from q - planetlab2.pop-mg.rnp.br
-2006-09-29 00:41:58,227 DEBUG Found tickets for ent2.cs.nccu.edu.tw
-2006-09-29 00:41:58,228 DEBUG Popping from q - planetlab-2.unk.edu
-2006-09-29 00:41:58,229 DEBUG Found tickets for 200-102-209-152.paemt7001.t.brasiltelecom.net.br
-2006-09-29 00:41:58,229 DEBUG Popping from q - planetlab2.rdfrancetelecom.com
-2006-09-29 00:41:58,231 DEBUG Found tickets for planet-lab-2.csse.monash.edu.au
-2006-09-29 00:41:58,231 DEBUG Popping from q - planetlab1.eurecom.fr
-2006-09-29 00:41:58,232 DEBUG Found tickets for planetlab2.pop-mg.rnp.br
-2006-09-29 00:41:58,233 DEBUG Popping from q - planetlab1.cs.virginia.edu
-2006-09-29 00:41:58,234 DEBUG Popping from q - tju1.6planetlab.edu.cn
-2006-09-29 00:41:58,235 DEBUG Found tickets for planet1.ecse.rpi.edu
-2006-09-29 00:41:58,235 DEBUG Popping from q - planetlab-3.amst.nodes.planet-lab.org
-2006-09-29 00:41:58,237 DEBUG Found tickets for planetlab2.rdfrancetelecom.com
-2006-09-29 00:41:58,237 DEBUG Popping from q - planetlab1.georgetown.edu
-2006-09-29 00:41:58,239 DEBUG Found tickets for planetlab1.eurecom.fr
-2006-09-29 00:41:58,239 DEBUG Popping from q - planet1.inf.tu-dresden.de
-2006-09-29 00:41:58,240 DEBUG Found tickets for tju1.6planetlab.edu.cn
-2006-09-29 00:41:58,241 DEBUG Popping from q - alice.cs.princeton.edu
-2006-09-29 00:41:58,242 DEBUG Popping from q - planetlab02.erin.utoronto.ca
-2006-09-29 00:41:58,243 DEBUG Popping from q - planetlab-1.vuse.vanderbilt.edu
-2006-09-29 00:41:58,244 DEBUG Found tickets for alice.cs.princeton.edu
-2006-09-29 00:41:58,245 DEBUG Popping from q - planetlab3.uvic.ca
-2006-09-29 00:41:58,246 DEBUG Found tickets for planetlab1.georgetown.edu
-2006-09-29 00:41:58,246 DEBUG Popping from q - scut2.6planetlab.edu.cn
-2006-09-29 00:41:58,248 DEBUG Found tickets for planetlab3.uvic.ca
-2006-09-29 00:41:58,249 DEBUG Popping from q - planetlab1.swidnik.rd.tp.pl
-2006-09-29 00:41:58,250 DEBUG Popping from q - planet2.cdacb.ernet.in
-2006-09-29 00:41:58,251 DEBUG Found tickets for planetlab-1.vuse.vanderbilt.edu
-2006-09-29 00:41:58,251 DEBUG Popping from q - planetlab1.rdfrancetelecom.com
-2006-09-29 00:41:58,252 DEBUG Popping from q - planet2.inf.tu-dresden.de
-2006-09-29 00:41:58,254 DEBUG Found tickets for planetlab1.swidnik.rd.tp.pl
-2006-09-29 00:41:58,255 DEBUG Popping from q - planet02.csc.ncsu.edu
-2006-09-29 00:41:58,256 DEBUG Found tickets for planet2.cdacb.ernet.in
-2006-09-29 00:41:58,256 DEBUG Popping from q - planetlab-1.tssg.org
-2006-09-29 00:41:58,257 DEBUG Found tickets for planetlab1.rdfrancetelecom.com
-2006-09-29 00:41:58,257 DEBUG Popping from q - planetlab-2.vuse.vanderbilt.edu
-2006-09-29 00:41:58,259 DEBUG Popping from q - planetlab-11.cs.princeton.edu
-2006-09-29 00:41:58,258 DEBUG Found tickets for scut2.6planetlab.edu.cn
-2006-09-29 00:41:58,260 DEBUG Popping from q - planet03.csc.ncsu.edu
-2006-09-29 00:41:58,262 DEBUG Popping from q - planetlab1.pop-rj.rnp.br
-2006-09-29 00:41:58,264 DEBUG Popping from q - planet1.halifax.canet4.nodes.planet-lab.org
-2006-09-29 00:41:58,263 DEBUG Found tickets for planetlab-1.tssg.org
-2006-09-29 00:41:58,265 DEBUG Popping from q - planet1.cavite.nodes.planet-lab.org
-2006-09-29 00:41:58,266 DEBUG Popping from q - ds-pl3.technion.ac.il
-2006-09-29 00:41:58,267 DEBUG Found tickets for planetlab-2.vuse.vanderbilt.edu
-2006-09-29 00:41:58,267 DEBUG Popping from q - planetlab2.cs.purdue.edu
-2006-09-29 00:41:58,269 DEBUG Popping from q - planetlab3.millennium.berkeley.edu
-2006-09-29 00:41:58,271 DEBUG Popping from q - planetlab1.unl.edu
-2006-09-29 00:41:58,272 DEBUG Found tickets for ds-pl3.technion.ac.il
-2006-09-29 00:41:58,272 DEBUG Popping from q - planetlab1.cs.colorado.edu
-2006-09-29 00:41:58,274 DEBUG Popping from q - planetlab02.cs.washington.edu
-2006-09-29 00:41:58,275 DEBUG Found tickets for planetlab1.pop-rj.rnp.br
-2006-09-29 00:41:58,276 DEBUG Found tickets for planetlab02.cs.washington.edu
-2006-09-29 00:41:58,276 DEBUG Popping from q - orbpl2.rutgers.edu
-2006-09-29 00:41:58,275 DEBUG Popping from q - pads21.cs.nthu.edu.tw
-2006-09-29 00:41:58,278 DEBUG Found tickets for planetlab1.unl.edu
-2006-09-29 00:41:58,278 DEBUG Popping from q - planetlab2.informatik.uni-erlangen.de
-2006-09-29 00:41:58,280 DEBUG Found tickets for planetlab1.cs.colorado.edu
-2006-09-29 00:41:58,280 DEBUG Popping from q - planetlab-01.ipv6.lip6.fr
-2006-09-29 00:41:58,282 DEBUG Popping from q - pl2.ernet.in
-2006-09-29 00:41:58,283 DEBUG Popping from q - neu2.6planetlab.edu.cn
-2006-09-29 00:41:58,284 DEBUG Found tickets for orbpl2.rutgers.edu
-2006-09-29 00:41:58,284 DEBUG Popping from q - planetlab-2.cs.uni-paderborn.de
-2006-09-29 00:41:58,285 DEBUG Found tickets for planetlab2.informatik.uni-erlangen.de
-2006-09-29 00:41:58,286 DEBUG Popping from q - planet5.cs.huji.ac.il
-2006-09-29 00:41:58,288 DEBUG Popping from q - planetlab1.elet.polimi.it
-2006-09-29 00:41:58,289 DEBUG Popping from q - planetlab2.iiitb.ac.in
-2006-09-29 00:41:58,290 DEBUG Popping from q - server1.planetlab.iit-tech.net
-2006-09-29 00:41:58,292 DEBUG Popping from q - planetlab2.iitb.ac.in
-2006-09-29 00:41:58,293 DEBUG Found tickets for planetlab-01.ipv6.lip6.fr
-2006-09-29 00:41:58,293 DEBUG Popping from q - planetlab02.dis.unina.it
-2006-09-29 00:41:58,295 DEBUG Popping from q - planetlab-1.dis.uniroma1.it
-2006-09-29 00:41:58,296 DEBUG Popping from q - planetlab1.iitb.ac.in
-2006-09-29 00:41:58,297 DEBUG Found tickets for server1.planetlab.iit-tech.net
-2006-09-29 00:41:58,298 DEBUG Popping from q - pku1.6planetlab.edu.cn
-2006-09-29 00:41:58,299 DEBUG Popping from q - planetlab1.warsaw.rd.tp.pl
-2006-09-29 00:41:58,301 DEBUG Found tickets for pku1.6planetlab.edu.cn
-2006-09-29 00:41:58,301 DEBUG Popping from q - planetlab1.cri.haifa.ac.il
-2006-09-29 00:41:58,302 DEBUG Found tickets for planetlab1.iitb.ac.in
-2006-09-29 00:41:58,303 DEBUG Popping from q - planetlab-2.cs.ucy.ac.cy
-2006-09-29 00:41:58,303 DEBUG Found tickets for planetlab2.iitb.ac.in
-2006-09-29 00:41:58,304 DEBUG Popping from q - pl1.ernet.in
-2006-09-29 00:41:58,305 DEBUG Popping from q - planetlab2.georgetown.edu
-2006-09-29 00:41:58,306 DEBUG Popping from q - server2.planetlab.iit-tech.net
-2006-09-29 00:41:58,307 DEBUG Found tickets for planetlab1.cri.haifa.ac.il
-2006-09-29 00:41:58,308 DEBUG Popping from q - planetlab2.di.unito.it
-2006-09-29 00:41:58,309 DEBUG Popping from q - planetlab1.csee.usf.edu
-2006-09-29 00:41:58,311 DEBUG Found tickets for planetlab2.georgetown.edu
-2006-09-29 00:41:58,312 DEBUG Popping from q - planetlab-2.dis.uniroma1.it
-2006-09-29 00:41:58,313 DEBUG Found tickets for server2.planetlab.iit-tech.net
-2006-09-29 00:41:58,313 DEBUG Popping from q - planetlab2.informatik.uni-kl.de
-2006-09-29 00:41:58,314 DEBUG Popping from q - planet1.cs.rochester.edu
-2006-09-29 00:41:58,315 DEBUG Popping from q - planetlab1.rutgers.edu
-2006-09-29 00:41:58,318 DEBUG Popping from q - planetlab-2.ece.iastate.edu
-2006-09-29 00:41:58,319 DEBUG Found tickets for planetlab2.informatik.uni-kl.de
-2006-09-29 00:41:58,319 DEBUG Popping from q - planetlab-1.sjce.nodes.planet-lab.org
-2006-09-29 00:41:58,320 DEBUG Found tickets for planet1.cs.rochester.edu
-2006-09-29 00:41:58,321 DEBUG Popping from q - planetlab2.ece.ucdavis.edu
-2006-09-29 00:41:58,322 DEBUG Popping from q - planetlab1.ie.cuhk.edu.hk
-2006-09-29 00:41:58,323 DEBUG Popping from q - planetlab2lannion.elibel.tm.fr
-2006-09-29 00:41:58,324 DEBUG Found tickets for planetlab1.rutgers.edu
-2006-09-29 00:41:58,324 DEBUG Popping from q - planetlab01.mpi-sws.mpg.de
-2006-09-29 00:41:58,326 DEBUG Popping from q - planetlab2.cs.duke.edu
-2006-09-29 00:41:58,327 DEBUG Found tickets for planetlab-1.sjce.nodes.planet-lab.org
-2006-09-29 00:41:58,328 DEBUG Popping from q - planetlab1.rn.informatics.scitech.susx.ac.uk
-2006-09-29 00:41:58,329 DEBUG Popping from q - planetlab1.eee.hku.hk
-2006-09-29 00:41:58,331 DEBUG Popping from q - pads23.cs.nthu.edu.tw
-2006-09-29 00:41:58,332 DEBUG Found tickets for planetlab1.ie.cuhk.edu.hk
-2006-09-29 00:41:58,332 DEBUG Popping from q - planet2.halifax.canet4.nodes.planet-lab.org
-2006-09-29 00:41:58,334 DEBUG Popping from q - planetlab-2.tssg.org
-2006-09-29 00:41:58,335 DEBUG Found tickets for planetlab1.rn.informatics.scitech.susx.ac.uk
-2006-09-29 00:41:58,335 DEBUG Popping from q - 200-102-209-151.paemt7001.t.brasiltelecom.net.br
-2006-09-29 00:41:58,337 DEBUG Found tickets for planetlab1.eee.hku.hk
-2006-09-29 00:41:58,337 DEBUG Popping from q - planetlab2.poly.edu
-2006-09-29 00:41:58,338 DEBUG Popping from q - planetlab1.poly.edu
-2006-09-29 00:41:58,340 DEBUG Found tickets for planet2.halifax.canet4.nodes.planet-lab.org
-2006-09-29 00:41:58,340 DEBUG Popping from q - planetlab2.net-research.org.uk
-2006-09-29 00:41:58,342 DEBUG Found tickets for planetlab-2.tssg.org
-2006-09-29 00:41:58,342 DEBUG Popping from q - planetlab-2.imperial.ac.uk
-2006-09-29 00:41:58,343 DEBUG Found tickets for 200-102-209-151.paemt7001.t.brasiltelecom.net.br
-2006-09-29 00:41:58,343 DEBUG Popping from q - planetlab-1.imperial.ac.uk
-2006-09-29 00:41:58,344 DEBUG Popping from q - planetlab1.byu.edu
-2006-09-29 00:41:58,346 DEBUG Popping from q - planetlab1.cis.upenn.edu
-2006-09-29 00:41:58,347 DEBUG Found tickets for planetlab2.net-research.org.uk
-2006-09-29 00:41:58,348 DEBUG Popping from q - planetlab2.eee.hku.hk
-2006-09-29 00:41:58,349 DEBUG Found tickets for planetlab-2.imperial.ac.uk
-2006-09-29 00:41:58,350 DEBUG Found tickets for planetlab-1.imperial.ac.uk
-2006-09-29 01:01:57,912 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv
-2006-09-29 01:01:58,967 DEBUG Retrieved 705 hosts
-2006-09-29 01:01:58,973 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='drift%20%3E%201m'
-2006-09-29 01:01:59,110 DEBUG Retrieved 8 hosts
-2006-09-29 01:01:59,111 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='resptime%20%3E%200%20&&%20gbfree%20%3C%205'
-2006-09-29 01:01:59,244 DEBUG Retrieved 10 hosts
-2006-09-29 01:01:59,245 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='sshstatus%20%3E%202h'
-2006-09-29 01:01:59,587 DEBUG Retrieved 160 hosts
-2006-09-29 01:01:59,589 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='dns1udp%20%3E%2080%20&&%20dns2udp%20%3E%2080'
-2006-09-29 01:01:59,719 DEBUG Retrieved 6 hosts
-2006-09-29 01:01:59,719 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='filerw%3E0'
-2006-09-29 01:01:59,846 DEBUG Retrieved 2 hosts
-2006-09-29 01:01:59,848 DEBUG Popping from q - planetlab2.elet.polimi.it
-2006-09-29 01:01:59,849 DEBUG Popping from q - pli1-br-3.hpl.hp.com
-2006-09-29 01:01:59,850 DEBUG Popping from q - planetlab2.nbgisp.com
-2006-09-29 01:01:59,851 DEBUG Popping from q - planetlab1.cs.stir.ac.uk
-2006-09-29 01:01:59,852 DEBUG Popping from q - planetlab1.cse.msu.edu
-2006-09-29 01:01:59,854 DEBUG Popping from q - planetlab2.cse.msu.edu
-2006-09-29 01:01:59,855 DEBUG Found tickets for pli1-br-3.hpl.hp.com
-2006-09-29 01:01:59,855 DEBUG Popping from q - planetlab0.cs.stir.ac.uk
-2006-09-29 01:01:59,856 DEBUG Popping from q - planetlab1.informatik.uni-erlangen.de
-2006-09-29 01:01:59,858 DEBUG Found tickets for planetlab1.cse.msu.edu
-2006-09-29 01:01:59,858 DEBUG Popping from q - planetlab1.cs.purdue.edu
-2006-09-29 01:01:59,859 DEBUG Found tickets for planetlab2.cse.msu.edu
-2006-09-29 01:01:59,860 DEBUG Popping from q - planetlab1.een.orst.edu
-2006-09-29 01:01:59,861 DEBUG Popping from q - planetlab2.cs.columbia.edu
-2006-09-29 01:01:59,862 DEBUG Popping from q - planetlab1.win.trlabs.ca
-2006-09-29 01:01:59,864 DEBUG Found tickets for planetlab1.cs.purdue.edu
-2006-09-29 01:01:59,864 DEBUG Popping from q - planetlab1.cs.duke.edu
-2006-09-29 01:01:59,865 DEBUG Popping from q - planetlab2.flux.utah.edu
-2006-09-29 01:01:59,867 DEBUG Popping from q - planetlab3.cs.columbia.edu
-2006-09-29 01:01:59,868 DEBUG Popping from q - planetlab1.cs.columbia.edu
-2006-09-29 01:01:59,869 DEBUG Popping from q - planetlab3.flux.utah.edu
-2006-09-29 01:01:59,871 DEBUG Popping from q - planetlab-1.eecs.cwru.edu
-2006-09-29 01:01:59,873 DEBUG Popping from q - planetlab2.rutgers.edu
-2006-09-29 01:01:59,874 DEBUG Popping from q - vn3.cs.wustl.edu
-2006-09-29 01:01:59,875 DEBUG Popping from q - planetlab2.cri.haifa.ac.il
-2006-09-29 01:01:59,877 DEBUG Popping from q - soccf-planet-001.comp.nus.edu.sg
-2006-09-29 01:01:59,878 DEBUG Popping from q - planetlab01.cse.psu.edu
-2006-09-29 01:01:59,880 DEBUG Found tickets for planetlab2.rutgers.edu
-2006-09-29 01:01:59,880 DEBUG Popping from q - csu2.6planetlab.edu.cn
-2006-09-29 01:01:59,881 DEBUG Found tickets for vn3.cs.wustl.edu
-2006-09-29 01:01:59,882 DEBUG Popping from q - planet2.njit.edu
-2006-09-29 01:01:59,883 DEBUG Found tickets for planetlab2.cri.haifa.ac.il
-2006-09-29 01:01:59,883 DEBUG Popping from q - planetlab2.unl.edu
-2006-09-29 01:01:59,884 DEBUG Found tickets for soccf-planet-001.comp.nus.edu.sg
-2006-09-29 01:01:59,885 DEBUG Popping from q - planetlab1.cs.pitt.edu
-2006-09-29 01:01:59,885 DEBUG Popping from q - planetlab-2.eecs.cwru.edu
-2006-09-29 01:01:59,887 DEBUG Found tickets for csu2.6planetlab.edu.cn
-2006-09-29 01:01:59,888 DEBUG Popping from q - planetlab2.urv.net
-2006-09-29 01:01:59,889 DEBUG Found tickets for planet2.njit.edu
-2006-09-29 01:01:59,890 DEBUG Popping from q - planetlab7.csail.mit.edu
-2006-09-29 01:01:59,891 DEBUG Popping from q - buaa1.6planetlab.edu.cn
-2006-09-29 01:01:59,893 DEBUG Popping from q - ricepl-3.cs.rice.edu
-2006-09-29 01:01:59,894 DEBUG Found tickets for planetlab7.csail.mit.edu
-2006-09-29 01:01:59,894 DEBUG Popping from q - planet-lab-1.csse.monash.edu.au
-2006-09-29 01:01:59,895 DEBUG Popping from q - planetlab5.millennium.berkeley.edu
-2006-09-29 01:01:59,896 DEBUG Popping from q - planetlab1.pop-ce.rnp.br
-2006-09-29 01:01:59,898 DEBUG Found tickets for buaa1.6planetlab.edu.cn
-2006-09-29 01:01:59,898 DEBUG Popping from q - planetlab2.mnlab.cti.depaul.edu
-2006-09-29 01:01:59,900 DEBUG Popping from q - peace.ri.uni-tuebingen.de
-2006-09-29 01:01:59,901 DEBUG Popping from q - planetlab-8.cs.princeton.edu
-2006-09-29 01:01:59,902 DEBUG Popping from q - planetlab2.ucsd.edu
-2006-09-29 01:01:59,904 DEBUG Found tickets for planetlab1.pop-ce.rnp.br
-2006-09-29 01:01:59,904 DEBUG Popping from q - blast.uwaterloo.ca
-2006-09-29 01:01:59,906 DEBUG Found tickets for planetlab2.mnlab.cti.depaul.edu
-2006-09-29 01:01:59,906 DEBUG Popping from q - planetlab1.cs.wayne.edu
-2006-09-29 01:01:59,908 DEBUG Popping from q - pli1-br-3.hpl.hp.com
-2006-09-29 01:01:59,909 DEBUG Found tickets for planetlab-8.cs.princeton.edu
-2006-09-29 01:01:59,909 DEBUG Popping from q - planetlab2.eurecom.fr
-2006-09-29 01:01:59,910 DEBUG Found tickets for planetlab2.ucsd.edu
-2006-09-29 01:01:59,911 DEBUG Popping from q - planetlab1.di.unito.it
-2006-09-29 01:01:59,912 DEBUG Found tickets for blast.uwaterloo.ca
-2006-09-29 01:01:59,912 DEBUG Popping from q - planetlab2.simula.no
-2006-09-29 01:01:59,913 DEBUG Found tickets for pli1-br-3.hpl.hp.com
-2006-09-29 01:01:59,914 DEBUG Popping from q - planetlab01.dis.unina.it
-2006-09-29 01:01:59,915 DEBUG Found tickets for planetlab1.cs.wayne.edu
-2006-09-29 01:01:59,915 DEBUG Popping from q - planetlab1.flux.utah.edu
-2006-09-29 01:01:59,917 DEBUG Popping from q - planetlab-1.ece.iastate.edu
-2006-09-29 01:01:59,918 DEBUG Found tickets for planetlab1.di.unito.it
-2006-09-29 01:01:59,918 DEBUG Popping from q - sdu1.6planetlab.edu.cn
-2006-09-29 01:01:59,920 DEBUG Popping from q - planetlab4.upc.es
-2006-09-29 01:01:59,921 DEBUG Popping from q - planetlab-13.cs.princeton.edu
-2006-09-29 01:01:59,922 DEBUG Popping from q - planet1.cc.gt.atl.ga.us
-2006-09-29 01:01:59,924 DEBUG Found tickets for planetlab-1.ece.iastate.edu
-2006-09-29 01:01:59,925 DEBUG Popping from q - planetlab2.eecs.wsu.edu
-2006-09-29 01:01:59,926 DEBUG Found tickets for sdu1.6planetlab.edu.cn
-2006-09-29 01:01:59,926 DEBUG Popping from q - planet2.cs.ucsb.edu
-2006-09-29 01:01:59,927 DEBUG Popping from q - xjtu2.6planetlab.edu.cn
-2006-09-29 01:01:59,928 DEBUG Found tickets for planetlab-13.cs.princeton.edu
-2006-09-29 01:01:59,929 DEBUG Popping from q - planetlab3.upc.es
-2006-09-29 01:01:59,930 DEBUG Popping from q - node1.lbnl.nodes.planet-lab.org
-2006-09-29 01:01:59,932 DEBUG Popping from q - planetlab1.iitr.ernet.in
-2006-09-29 01:01:59,933 DEBUG Popping from q - planetlab1.ipls.internet2.planet-lab.org
-2006-09-29 01:01:59,935 DEBUG Popping from q - planetlab2.uvic.ca
-2006-09-29 01:01:59,936 DEBUG Found tickets for planet2.cs.ucsb.edu
-2006-09-29 01:01:59,936 DEBUG Popping from q - planetlab01.erin.utoronto.ca
-2006-09-29 01:01:59,937 DEBUG Popping from q - planetlab-4.ece.iastate.edu
-2006-09-29 01:01:59,939 DEBUG Popping from q - planetlab2.informatik.uni-goettingen.de
-2006-09-29 01:01:59,940 DEBUG Popping from q - ds-pl1.technion.ac.il
-2006-09-29 01:01:59,942 DEBUG Found tickets for planetlab2.uvic.ca
-2006-09-29 01:01:59,942 DEBUG Popping from q - planetlab1.mnl.cs.sunysb.edu
-2006-09-29 01:01:59,943 DEBUG Popping from q - aladdin.planetlab.extranet.uni-passau.de
-2006-09-29 01:01:59,944 DEBUG Found tickets for planetlab-4.ece.iastate.edu
-2006-09-29 01:01:59,945 DEBUG Popping from q - planetlab-1.cs.uni-paderborn.de
-2006-09-29 01:01:59,946 DEBUG Found tickets for planetlab2.informatik.uni-goettingen.de
-2006-09-29 01:01:59,947 DEBUG Popping from q - planet1.njit.edu
-2006-09-29 01:01:59,948 DEBUG Popping from q - pku2.6planetlab.edu.cn
-2006-09-29 01:01:59,950 DEBUG Found tickets for planetlab1.mnl.cs.sunysb.edu
-2006-09-29 01:01:59,950 DEBUG Popping from q - planetlab-1.cs.ucy.ac.cy
-2006-09-29 01:01:59,951 DEBUG Popping from q - planetlab00.cse.psu.edu
-2006-09-29 01:01:59,952 DEBUG Popping from q - planetlab04.ethz.ch
-2006-09-29 01:01:59,954 DEBUG Popping from q - sdu2.6planetlab.edu.cn
-2006-09-29 01:01:59,955 DEBUG Popping from q - planet-lab.iki.rssi.ru
-2006-09-29 01:01:59,957 DEBUG Found tickets for planetlab04.ethz.ch
-2006-09-29 01:01:59,957 DEBUG Popping from q - planetlab1.polito.it
-2006-09-29 01:01:59,958 DEBUG Popping from q - planetlab1.uvic.ca
-2006-09-29 01:01:59,959 DEBUG Found tickets for planetlab1.polito.it
-2006-09-29 01:01:59,961 DEBUG Popping from q - planetlab-1.amst.nodes.planet-lab.org
-2006-09-29 01:01:59,962 DEBUG Found tickets for planet-lab.iki.rssi.ru
-2006-09-29 01:01:59,962 DEBUG Popping from q - cloudburst.uwaterloo.ca
-2006-09-29 01:01:59,960 DEBUG Popping from q - planetlab1.cs.byu.edu
-2006-09-29 01:01:59,960 DEBUG Found tickets for sdu2.6planetlab.edu.cn
-2006-09-29 01:01:59,964 DEBUG Popping from q - planet2.cs.rochester.edu
-2006-09-29 01:01:59,966 DEBUG Popping from q - planetlab1.xeno.cl.cam.ac.uk
-2006-09-29 01:01:59,967 DEBUG Found tickets for planetlab1.uvic.ca
-2006-09-29 01:01:59,967 DEBUG Popping from q - lycra.cs.princeton.edu
-2006-09-29 01:01:59,968 DEBUG Popping from q - planetlab06.mpi-sws.mpg.de
-2006-09-29 01:01:59,970 DEBUG Found tickets for cloudburst.uwaterloo.ca
-2006-09-29 01:01:59,970 DEBUG Popping from q - planetlab1.ias.csusb.edu
-2006-09-29 01:01:59,972 DEBUG Popping from q - vayu.iitd.ernet.in
-2006-09-29 01:01:59,972 DEBUG Found tickets for planet2.cs.rochester.edu
-2006-09-29 01:01:59,973 DEBUG Popping from q - node2.lbnl.nodes.planet-lab.org
-2006-09-29 01:01:59,974 DEBUG Popping from q - planetlab2.cs.byu.edu
-2006-09-29 01:01:59,977 DEBUG Popping from q - cqu1.6planetlab.edu.cn
-2006-09-29 01:01:59,976 DEBUG Found tickets for lycra.cs.princeton.edu
-2006-09-29 01:01:59,978 DEBUG Popping from q - planetlab2.acis.ufl.edu
-2006-09-29 01:01:59,979 DEBUG Found tickets for cqu1.6planetlab.edu.cn
-2006-09-29 01:01:59,979 DEBUG Popping from q - planetlab1.cs.unibo.it
-2006-09-29 01:01:59,981 DEBUG Popping from q - tju2.6planetlab.edu.cn
-2006-09-29 01:01:59,982 DEBUG Found tickets for planetlab1.cs.unibo.it
-2006-09-29 01:01:59,983 DEBUG Popping from q - orbpl1.rutgers.edu
-2006-09-29 01:01:59,983 DEBUG Found tickets for planetlab1.ias.csusb.edu
-2006-09-29 01:01:59,984 DEBUG Popping from q - ent1.cs.nccu.edu.tw
-2006-09-29 01:01:59,986 DEBUG Popping from q - planet0.jaist.ac.jp
-2006-09-29 01:01:59,987 DEBUG Found tickets for planetlab2.acis.ufl.edu
-2006-09-29 01:01:59,987 DEBUG Popping from q - planetlab1.informatik.uni-wuerzburg.de
-2006-09-29 01:01:59,986 DEBUG Found tickets for orbpl1.rutgers.edu
-2006-09-29 01:01:59,989 DEBUG Popping from q - planetlab3.warsaw.rd.tp.pl
-2006-09-29 01:01:59,990 DEBUG Found tickets for ent1.cs.nccu.edu.tw
-2006-09-29 01:01:59,991 DEBUG Popping from q - planetlab-2.amst.nodes.planet-lab.org
-2006-09-29 01:01:59,992 DEBUG Found tickets for tju2.6planetlab.edu.cn
-2006-09-29 01:01:59,993 DEBUG Popping from q - planetlab3.inria.fr
-2006-09-29 01:01:59,994 DEBUG Found tickets for planet0.jaist.ac.jp
-2006-09-29 01:01:59,995 DEBUG Popping from q - 200-102-209-152.paemt7001.t.brasiltelecom.net.br
-2006-09-29 01:01:59,991 DEBUG Popping from q - planetlab0.ias.csusb.edu
-2006-09-29 01:01:59,997 DEBUG Popping from q - planetlab3.mnl.cs.sunysb.edu
-2006-09-29 01:01:59,998 DEBUG Popping from q - planetlab-15.cs.princeton.edu
-2006-09-29 01:01:59,999 DEBUG Found tickets for 200-102-209-152.paemt7001.t.brasiltelecom.net.br
-2006-09-29 01:02:00,000 DEBUG Popping from q - ent2.cs.nccu.edu.tw
-2006-09-29 01:02:00,003 DEBUG Found tickets for planetlab0.ias.csusb.edu
-2006-09-29 01:02:00,003 DEBUG Popping from q - planet-lab-2.csse.monash.edu.au
-2006-09-29 01:02:00,004 DEBUG Popping from q - planet1.ecse.rpi.edu
-2006-09-29 01:02:00,005 DEBUG Popping from q - planetlab2.pop-mg.rnp.br
-2006-09-29 01:02:00,001 DEBUG Found tickets for planetlab1.informatik.uni-wuerzburg.de
-2006-09-29 01:02:00,006 DEBUG Popping from q - planetlab-2.unk.edu
-2006-09-29 01:02:00,008 DEBUG Found tickets for ent2.cs.nccu.edu.tw
-2006-09-29 01:02:00,009 DEBUG Popping from q - planetlab2.rdfrancetelecom.com
-2006-09-29 01:02:00,011 DEBUG Found tickets for planet-lab-2.csse.monash.edu.au
-2006-09-29 01:02:00,011 DEBUG Popping from q - planetlab1.eurecom.fr
-2006-09-29 01:02:00,012 DEBUG Found tickets for planetlab2.pop-mg.rnp.br
-2006-09-29 01:02:00,012 DEBUG Popping from q - planetlab1.cs.virginia.edu
-2006-09-29 01:02:00,014 DEBUG Found tickets for planet1.ecse.rpi.edu
-2006-09-29 01:02:00,014 DEBUG Popping from q - tju1.6planetlab.edu.cn
-2006-09-29 01:02:00,016 DEBUG Found tickets for planetlab2.rdfrancetelecom.com
-2006-09-29 01:02:00,017 DEBUG Popping from q - planetlab-3.amst.nodes.planet-lab.org
-2006-09-29 01:02:00,018 DEBUG Found tickets for planetlab1.eurecom.fr
-2006-09-29 01:02:00,018 DEBUG Popping from q - planetlab1.georgetown.edu
-2006-09-29 01:02:00,020 DEBUG Popping from q - planet1.inf.tu-dresden.de
-2006-09-29 01:02:00,021 DEBUG Found tickets for tju1.6planetlab.edu.cn
-2006-09-29 01:02:00,021 DEBUG Popping from q - alice.cs.princeton.edu
-2006-09-29 01:02:00,023 DEBUG Popping from q - planetlab02.erin.utoronto.ca
-2006-09-29 01:02:00,024 DEBUG Found tickets for planetlab1.georgetown.edu
-2006-09-29 01:02:00,024 DEBUG Popping from q - planetlab-1.vuse.vanderbilt.edu
-2006-09-29 01:02:00,025 DEBUG Popping from q - planetlab3.uvic.ca
-2006-09-29 01:02:00,027 DEBUG Found tickets for alice.cs.princeton.edu
-2006-09-29 01:02:00,027 DEBUG Popping from q - planetlab1.swidnik.rd.tp.pl
-2006-09-29 01:02:00,027 DEBUG Popping from q - scut2.6planetlab.edu.cn
-2006-09-29 01:02:00,030 DEBUG Popping from q - planet2.cdacb.ernet.in
-2006-09-29 01:02:00,031 DEBUG Found tickets for planetlab-1.vuse.vanderbilt.edu
-2006-09-29 01:02:00,031 DEBUG Popping from q - planetlab1.rdfrancetelecom.com
-2006-09-29 01:02:00,032 DEBUG Found tickets for planetlab3.uvic.ca
-2006-09-29 01:02:00,033 DEBUG Popping from q - planet2.inf.tu-dresden.de
-2006-09-29 01:02:00,034 DEBUG Found tickets for scut2.6planetlab.edu.cn
-2006-09-29 01:02:00,035 DEBUG Popping from q - planet02.csc.ncsu.edu
-2006-09-29 01:02:00,036 DEBUG Found tickets for planetlab1.swidnik.rd.tp.pl
-2006-09-29 01:02:00,036 DEBUG Popping from q - planetlab-1.tssg.org
-2006-09-29 01:02:00,038 DEBUG Found tickets for planetlab1.rdfrancetelecom.com
-2006-09-29 01:02:00,038 DEBUG Popping from q - planetlab-2.vuse.vanderbilt.edu
-2006-09-29 01:02:00,039 DEBUG Popping from q - planetlab-11.cs.princeton.edu
-2006-09-29 01:02:00,041 DEBUG Popping from q - planet03.csc.ncsu.edu
-2006-09-29 01:02:00,042 DEBUG Found tickets for planetlab-1.tssg.org
-2006-09-29 01:02:00,042 DEBUG Popping from q - planetlab1.pop-rj.rnp.br
-2006-09-29 01:02:00,043 DEBUG Found tickets for planet2.cdacb.ernet.in
-2006-09-29 01:02:00,044 DEBUG Popping from q - planet1.halifax.canet4.nodes.planet-lab.org
-2006-09-29 01:02:00,044 DEBUG Found tickets for planetlab1.pop-rj.rnp.br
-2006-09-29 01:02:00,044 DEBUG Popping from q - planet1.cavite.nodes.planet-lab.org
-2006-09-29 01:02:00,047 DEBUG Found tickets for planetlab-2.vuse.vanderbilt.edu
-2006-09-29 01:02:00,047 DEBUG Popping from q - ds-pl3.technion.ac.il
-2006-09-29 01:02:00,048 DEBUG Popping from q - planetlab2.cs.purdue.edu
-2006-09-29 01:02:00,049 DEBUG Popping from q - planetlab3.millennium.berkeley.edu
-2006-09-29 01:02:00,051 DEBUG Popping from q - planetlab1.unl.edu
-2006-09-29 01:02:00,052 DEBUG Popping from q - planetlab1.cs.colorado.edu
-2006-09-29 01:02:00,054 DEBUG Found tickets for ds-pl3.technion.ac.il
-2006-09-29 01:02:00,054 DEBUG Popping from q - planetlab02.cs.washington.edu
-2006-09-29 01:02:00,055 DEBUG Popping from q - pads21.cs.nthu.edu.tw
-2006-09-29 01:02:00,057 DEBUG Popping from q - orbpl2.rutgers.edu
-2006-09-29 01:02:00,058 DEBUG Found tickets for planetlab1.unl.edu
-2006-09-29 01:02:00,058 DEBUG Popping from q - planetlab2.informatik.uni-erlangen.de
-2006-09-29 01:02:00,059 DEBUG Found tickets for planetlab02.cs.washington.edu
-2006-09-29 01:02:00,060 DEBUG Popping from q - planetlab-01.ipv6.lip6.fr
-2006-09-29 01:02:00,062 DEBUG Found tickets for planetlab1.cs.colorado.edu
-2006-09-29 01:02:00,062 DEBUG Popping from q - pl2.ernet.in
-2006-09-29 01:02:00,064 DEBUG Popping from q - neu2.6planetlab.edu.cn
-2006-09-29 01:02:00,065 DEBUG Found tickets for planetlab-01.ipv6.lip6.fr
-2006-09-29 01:02:00,065 DEBUG Popping from q - planetlab-2.cs.uni-paderborn.de
-2006-09-29 01:02:00,066 DEBUG Found tickets for planetlab2.informatik.uni-erlangen.de
-2006-09-29 01:02:00,066 DEBUG Popping from q - planet5.cs.huji.ac.il
-2006-09-29 01:02:00,067 DEBUG Found tickets for orbpl2.rutgers.edu
-2006-09-29 01:02:00,068 DEBUG Popping from q - planetlab1.elet.polimi.it
-2006-09-29 01:02:00,069 DEBUG Popping from q - planetlab2.iiitb.ac.in
-2006-09-29 01:02:00,071 DEBUG Popping from q - server1.planetlab.iit-tech.net
-2006-09-29 01:02:00,072 DEBUG Popping from q - planetlab2.iitb.ac.in
-2006-09-29 01:02:00,073 DEBUG Popping from q - planetlab02.dis.unina.it
-2006-09-29 01:02:00,075 DEBUG Popping from q - planetlab-1.dis.uniroma1.it
-2006-09-29 01:02:00,077 DEBUG Popping from q - planetlab1.iitb.ac.in
-2006-09-29 01:02:00,078 DEBUG Found tickets for server1.planetlab.iit-tech.net
-2006-09-29 01:02:00,079 DEBUG Popping from q - pku1.6planetlab.edu.cn
-2006-09-29 01:02:00,079 DEBUG Popping from q - planetlab1.warsaw.rd.tp.pl
-2006-09-29 01:02:00,080 DEBUG Popping from q - planetlab1.cri.haifa.ac.il
-2006-09-29 01:02:00,081 DEBUG Found tickets for planetlab2.iitb.ac.in
-2006-09-29 01:02:00,082 DEBUG Popping from q - planetlab-2.cs.ucy.ac.cy
-2006-09-29 01:02:00,084 DEBUG Popping from q - pl1.ernet.in
-2006-09-29 01:02:00,085 DEBUG Found tickets for planetlab1.iitb.ac.in
-2006-09-29 01:02:00,086 DEBUG Popping from q - planetlab2.georgetown.edu
-2006-09-29 01:02:00,087 DEBUG Found tickets for planetlab1.cri.haifa.ac.il
-2006-09-29 01:02:00,088 DEBUG Popping from q - planetlab2.di.unito.it
-2006-09-29 01:02:00,089 DEBUG Found tickets for pku1.6planetlab.edu.cn
-2006-09-29 01:02:00,089 DEBUG Popping from q - planetlab1.csee.usf.edu
-2006-09-29 01:02:00,087 DEBUG Popping from q - server2.planetlab.iit-tech.net
-2006-09-29 01:02:00,091 DEBUG Popping from q - planetlab-2.dis.uniroma1.it
-2006-09-29 01:02:00,093 DEBUG Found tickets for planetlab2.georgetown.edu
-2006-09-29 01:02:00,094 DEBUG Popping from q - planetlab2.informatik.uni-kl.de
-2006-09-29 01:02:00,095 DEBUG Popping from q - planet1.cs.rochester.edu
-2006-09-29 01:02:00,096 DEBUG Popping from q - planetlab1.rutgers.edu
-2006-09-29 01:02:00,097 DEBUG Found tickets for server2.planetlab.iit-tech.net
-2006-09-29 01:02:00,097 DEBUG Popping from q - planetlab-2.ece.iastate.edu
-2006-09-29 01:02:00,099 DEBUG Popping from q - planetlab-1.sjce.nodes.planet-lab.org
-2006-09-29 01:02:00,100 DEBUG Found tickets for planet1.cs.rochester.edu
-2006-09-29 01:02:00,101 DEBUG Popping from q - planetlab2.ece.ucdavis.edu
-2006-09-29 01:02:00,102 DEBUG Found tickets for planetlab1.rutgers.edu
-2006-09-29 01:02:00,102 DEBUG Popping from q - planetlab1.ie.cuhk.edu.hk
-2006-09-29 01:02:00,103 DEBUG Found tickets for planetlab2.informatik.uni-kl.de
-2006-09-29 01:02:00,103 DEBUG Popping from q - planetlab2lannion.elibel.tm.fr
-2006-09-29 01:02:00,105 DEBUG Popping from q - planetlab01.mpi-sws.mpg.de
-2006-09-29 01:02:00,107 DEBUG Popping from q - planetlab2.cs.duke.edu
-2006-09-29 01:02:00,108 DEBUG Found tickets for planetlab1.ie.cuhk.edu.hk
-2006-09-29 01:02:00,108 DEBUG Popping from q - planetlab1.rn.informatics.scitech.susx.ac.uk
-2006-09-29 01:02:00,109 DEBUG Popping from q - planetlab1.eee.hku.hk
-2006-09-29 01:02:00,111 DEBUG Found tickets for planetlab-1.sjce.nodes.planet-lab.org
-2006-09-29 01:02:00,111 DEBUG Popping from q - pads23.cs.nthu.edu.tw
-2006-09-29 01:02:00,112 DEBUG Popping from q - planet2.halifax.canet4.nodes.planet-lab.org
-2006-09-29 01:02:00,114 DEBUG Popping from q - planetlab-2.tssg.org
-2006-09-29 01:02:00,115 DEBUG Found tickets for planetlab1.rn.informatics.scitech.susx.ac.uk
-2006-09-29 01:02:00,116 DEBUG Popping from q - 200-102-209-151.paemt7001.t.brasiltelecom.net.br
-2006-09-29 01:02:00,117 DEBUG Popping from q - planetlab2.poly.edu
-2006-09-29 01:02:00,118 DEBUG Found tickets for planetlab1.eee.hku.hk
-2006-09-29 01:02:00,118 DEBUG Popping from q - planetlab1.poly.edu
-2006-09-29 01:02:00,119 DEBUG Found tickets for planet2.halifax.canet4.nodes.planet-lab.org
-2006-09-29 01:02:00,120 DEBUG Popping from q - planetlab2.net-research.org.uk
-2006-09-29 01:02:00,122 DEBUG Found tickets for planetlab-2.tssg.org
-2006-09-29 01:02:00,122 DEBUG Popping from q - planetlab-2.imperial.ac.uk
-2006-09-29 01:02:00,123 DEBUG Popping from q - planetlab-1.imperial.ac.uk
-2006-09-29 01:02:00,124 DEBUG Popping from q - planetlab1.byu.edu
-2006-09-29 01:02:00,126 DEBUG Found tickets for 200-102-209-151.paemt7001.t.brasiltelecom.net.br
-2006-09-29 01:02:00,126 DEBUG Popping from q - planetlab1.cis.upenn.edu
-2006-09-29 01:02:00,127 DEBUG Found tickets for planetlab2.net-research.org.uk
-2006-09-29 01:02:00,127 DEBUG Popping from q - planetlab2.eee.hku.hk
-2006-09-29 01:02:00,129 DEBUG Found tickets for planetlab-1.imperial.ac.uk
-2006-09-29 01:02:00,130 DEBUG Found tickets for planetlab-2.imperial.ac.uk
-2006-09-29 01:21:59,690 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv
-2006-09-29 01:22:00,743 DEBUG Retrieved 705 hosts
-2006-09-29 01:22:00,749 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='drift%20%3E%201m'
-2006-09-29 01:22:00,885 DEBUG Retrieved 8 hosts
-2006-09-29 01:22:00,886 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='resptime%20%3E%200%20&&%20gbfree%20%3C%205'
-2006-09-29 01:22:01,025 DEBUG Retrieved 10 hosts
-2006-09-29 01:22:01,026 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='sshstatus%20%3E%202h'
-2006-09-29 01:22:01,369 DEBUG Retrieved 160 hosts
-2006-09-29 01:22:01,371 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='dns1udp%20%3E%2080%20&&%20dns2udp%20%3E%2080'
-2006-09-29 01:22:01,513 DEBUG Retrieved 6 hosts
-2006-09-29 01:22:01,514 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='filerw%3E0'
-2006-09-29 01:22:01,647 DEBUG Retrieved 2 hosts
-2006-09-29 01:22:01,650 DEBUG Popping from q - planetlab2.elet.polimi.it
-2006-09-29 01:22:01,651 DEBUG Popping from q - pli1-br-3.hpl.hp.com
-2006-09-29 01:22:01,652 DEBUG Popping from q - planetlab2.nbgisp.com
-2006-09-29 01:22:01,653 DEBUG Popping from q - planetlab2.cs.duke.edu
-2006-09-29 01:22:01,654 DEBUG Popping from q - planetlab1.cs.stir.ac.uk
-2006-09-29 01:22:01,656 DEBUG Popping from q - planetlab02.cs.washington.edu
-2006-09-29 01:22:01,658 DEBUG Found tickets for pli1-br-3.hpl.hp.com
-2006-09-29 01:22:01,658 DEBUG Popping from q - planetlab0.cs.stir.ac.uk
-2006-09-29 01:22:01,659 DEBUG Popping from q - planetlab1.informatik.uni-erlangen.de
-2006-09-29 01:22:01,660 DEBUG Popping from q - planetlab1.cs.purdue.edu
-2006-09-29 01:22:01,661 DEBUG Popping from q - planetlab1.een.orst.edu
-2006-09-29 01:22:01,662 DEBUG Found tickets for planetlab02.cs.washington.edu
-2006-09-29 01:22:01,662 DEBUG Popping from q - planetlab2.cs.columbia.edu
-2006-09-29 01:22:01,663 DEBUG Popping from q - planetlab1.win.trlabs.ca
-2006-09-29 01:22:01,677 DEBUG Popping from q - planetlab1.cs.duke.edu
-2006-09-29 01:22:01,678 DEBUG Found tickets for planetlab1.cs.purdue.edu
-2006-09-29 01:22:01,679 DEBUG Popping from q - planetlab2.flux.utah.edu
-2006-09-29 01:22:01,680 DEBUG Popping from q - planetlab3.cs.columbia.edu
-2006-09-29 01:22:01,682 DEBUG Popping from q - planetlab1.cs.columbia.edu
-2006-09-29 01:22:01,683 DEBUG Popping from q - planetlab3.flux.utah.edu
-2006-09-29 01:22:01,685 DEBUG Popping from q - planetlab-1.eecs.cwru.edu
-2006-09-29 01:22:01,686 DEBUG Popping from q - planetlab2.rutgers.edu
-2006-09-29 01:22:01,687 DEBUG Popping from q - vn3.cs.wustl.edu
-2006-09-29 01:22:01,689 DEBUG Popping from q - planetlab2.cri.haifa.ac.il
-2006-09-29 01:22:01,690 DEBUG Popping from q - soccf-planet-001.comp.nus.edu.sg
-2006-09-29 01:22:01,692 DEBUG Popping from q - planetlab01.cse.psu.edu
-2006-09-29 01:22:01,693 DEBUG Found tickets for planetlab2.rutgers.edu
-2006-09-29 01:22:01,693 DEBUG Popping from q - csu2.6planetlab.edu.cn
-2006-09-29 01:22:01,695 DEBUG Found tickets for vn3.cs.wustl.edu
-2006-09-29 01:22:01,695 DEBUG Popping from q - planet2.njit.edu
-2006-09-29 01:22:01,696 DEBUG Found tickets for planetlab2.cri.haifa.ac.il
-2006-09-29 01:22:01,697 DEBUG Popping from q - planetlab2.unl.edu
-2006-09-29 01:22:01,698 DEBUG Found tickets for soccf-planet-001.comp.nus.edu.sg
-2006-09-29 01:22:01,698 DEBUG Popping from q - planetlab1.cs.pitt.edu
-2006-09-29 01:22:01,699 DEBUG Popping from q - planetlab-2.eecs.cwru.edu
-2006-09-29 01:22:01,701 DEBUG Found tickets for csu2.6planetlab.edu.cn
-2006-09-29 01:22:01,701 DEBUG Popping from q - planetlab2.urv.net
-2006-09-29 01:22:01,703 DEBUG Found tickets for planet2.njit.edu
-2006-09-29 01:22:01,703 DEBUG Popping from q - planetlab7.csail.mit.edu
-2006-09-29 01:22:01,704 DEBUG Popping from q - buaa1.6planetlab.edu.cn
-2006-09-29 01:22:01,706 DEBUG Popping from q - ricepl-3.cs.rice.edu
-2006-09-29 01:22:01,707 DEBUG Popping from q - planet-lab-1.csse.monash.edu.au
-2006-09-29 01:22:01,708 DEBUG Popping from q - planetlab5.millennium.berkeley.edu
-2006-09-29 01:22:01,710 DEBUG Found tickets for planetlab7.csail.mit.edu
-2006-09-29 01:22:01,710 DEBUG Popping from q - planetlab1.pop-ce.rnp.br
-2006-09-29 01:22:01,712 DEBUG Popping from q - planetlab2.mnlab.cti.depaul.edu
-2006-09-29 01:22:01,713 DEBUG Popping from q - peace.ri.uni-tuebingen.de
-2006-09-29 01:22:01,714 DEBUG Found tickets for buaa1.6planetlab.edu.cn
-2006-09-29 01:22:01,714 DEBUG Popping from q - planetlab-8.cs.princeton.edu
-2006-09-29 01:22:01,716 DEBUG Popping from q - planetlab2.ucsd.edu
-2006-09-29 01:22:01,717 DEBUG Found tickets for planetlab1.pop-ce.rnp.br
-2006-09-29 01:22:01,718 DEBUG Popping from q - blast.uwaterloo.ca
-2006-09-29 01:22:01,719 DEBUG Found tickets for planetlab2.mnlab.cti.depaul.edu
-2006-09-29 01:22:01,720 DEBUG Popping from q - planetlab1.cs.wayne.edu
-2006-09-29 01:22:01,721 DEBUG Found tickets for planetlab2.ucsd.edu
-2006-09-29 01:22:01,721 DEBUG Popping from q - pli1-br-3.hpl.hp.com
-2006-09-29 01:22:01,722 DEBUG Found tickets for planetlab-8.cs.princeton.edu
-2006-09-29 01:22:01,722 DEBUG Popping from q - planetlab2.eurecom.fr
-2006-09-29 01:22:01,723 DEBUG Popping from q - planetlab1.di.unito.it
-2006-09-29 01:22:01,725 DEBUG Found tickets for blast.uwaterloo.ca
-2006-09-29 01:22:01,726 DEBUG Popping from q - planetlab2.simula.no
-2006-09-29 01:22:01,727 DEBUG Found tickets for planetlab1.cs.wayne.edu
-2006-09-29 01:22:01,727 DEBUG Popping from q - planetlab01.dis.unina.it
-2006-09-29 01:22:01,729 DEBUG Found tickets for pli1-br-3.hpl.hp.com
-2006-09-29 01:22:01,729 DEBUG Popping from q - planetlab1.flux.utah.edu
-2006-09-29 01:22:01,730 DEBUG Popping from q - planetlab-1.ece.iastate.edu
-2006-09-29 01:22:01,731 DEBUG Found tickets for planetlab1.di.unito.it
-2006-09-29 01:22:01,732 DEBUG Popping from q - sdu1.6planetlab.edu.cn
-2006-09-29 01:22:01,733 DEBUG Popping from q - planetlab4.upc.es
-2006-09-29 01:22:01,734 DEBUG Popping from q - planetlab-13.cs.princeton.edu
-2006-09-29 01:22:01,736 DEBUG Popping from q - planet1.cc.gt.atl.ga.us
-2006-09-29 01:22:01,737 DEBUG Found tickets for planetlab-1.ece.iastate.edu
-2006-09-29 01:22:01,738 DEBUG Popping from q - planetlab2.eecs.wsu.edu
-2006-09-29 01:22:01,739 DEBUG Found tickets for sdu1.6planetlab.edu.cn
-2006-09-29 01:22:01,739 DEBUG Popping from q - planet2.cs.ucsb.edu
-2006-09-29 01:22:01,740 DEBUG Popping from q - xjtu2.6planetlab.edu.cn
-2006-09-29 01:22:01,742 DEBUG Found tickets for planetlab-13.cs.princeton.edu
-2006-09-29 01:22:01,742 DEBUG Popping from q - planetlab3.upc.es
-2006-09-29 01:22:01,743 DEBUG Popping from q - node1.lbnl.nodes.planet-lab.org
-2006-09-29 01:22:01,744 DEBUG Popping from q - planetlab1.iitr.ernet.in
-2006-09-29 01:22:01,746 DEBUG Popping from q - planetlab1.ipls.internet2.planet-lab.org
-2006-09-29 01:22:01,747 DEBUG Found tickets for planet2.cs.ucsb.edu
-2006-09-29 01:22:01,748 DEBUG Popping from q - planetlab2.uvic.ca
-2006-09-29 01:22:01,749 DEBUG Popping from q - planetlab01.erin.utoronto.ca
-2006-09-29 01:22:01,750 DEBUG Popping from q - planetlab-4.ece.iastate.edu
-2006-09-29 01:22:01,752 DEBUG Popping from q - planetlab2.informatik.uni-goettingen.de
-2006-09-29 01:22:01,754 DEBUG Popping from q - ds-pl1.technion.ac.il
-2006-09-29 01:22:01,755 DEBUG Found tickets for planetlab2.uvic.ca
-2006-09-29 01:22:01,755 DEBUG Popping from q - planetlab1.mnl.cs.sunysb.edu
-2006-09-29 01:22:01,756 DEBUG Popping from q - aladdin.planetlab.extranet.uni-passau.de
-2006-09-29 01:22:01,758 DEBUG Found tickets for planetlab-4.ece.iastate.edu
-2006-09-29 01:22:01,758 DEBUG Popping from q - planetlab-1.cs.uni-paderborn.de
-2006-09-29 01:22:01,759 DEBUG Found tickets for planetlab2.informatik.uni-goettingen.de
-2006-09-29 01:22:01,760 DEBUG Popping from q - planet1.njit.edu
-2006-09-29 01:22:01,761 DEBUG Found tickets for planetlab1.mnl.cs.sunysb.edu
-2006-09-29 01:22:01,761 DEBUG Popping from q - pku2.6planetlab.edu.cn
-2006-09-29 01:22:01,763 DEBUG Popping from q - planetlab-1.cs.ucy.ac.cy
-2006-09-29 01:22:01,764 DEBUG Popping from q - planetlab00.cse.psu.edu
-2006-09-29 01:22:01,765 DEBUG Popping from q - planetlab04.ethz.ch
-2006-09-29 01:22:01,767 DEBUG Popping from q - sdu2.6planetlab.edu.cn
-2006-09-29 01:22:01,768 DEBUG Popping from q - planet-lab.iki.rssi.ru
-2006-09-29 01:22:01,770 DEBUG Popping from q - planetlab1.polito.it
-2006-09-29 01:22:01,771 DEBUG Popping from q - planetlab1.uvic.ca
-2006-09-29 01:22:01,772 DEBUG Found tickets for planetlab04.ethz.ch
-2006-09-29 01:22:01,773 DEBUG Popping from q - planetlab1.cs.byu.edu
-2006-09-29 01:22:01,774 DEBUG Found tickets for sdu2.6planetlab.edu.cn
-2006-09-29 01:22:01,774 DEBUG Popping from q - planetlab-1.amst.nodes.planet-lab.org
-2006-09-29 01:22:01,776 DEBUG Found tickets for planet-lab.iki.rssi.ru
-2006-09-29 01:22:01,776 DEBUG Popping from q - cloudburst.uwaterloo.ca
-2006-09-29 01:22:01,778 DEBUG Found tickets for planetlab1.polito.it
-2006-09-29 01:22:01,778 DEBUG Popping from q - planet2.cs.rochester.edu
-2006-09-29 01:22:01,779 DEBUG Found tickets for planetlab1.uvic.ca
-2006-09-29 01:22:01,779 DEBUG Popping from q - planetlab1.xeno.cl.cam.ac.uk
-2006-09-29 01:22:01,780 DEBUG Popping from q - lycra.cs.princeton.edu
-2006-09-29 01:22:01,782 DEBUG Popping from q - planetlab06.mpi-sws.mpg.de
-2006-09-29 01:22:01,784 DEBUG Popping from q - planetlab1.ias.csusb.edu
-2006-09-29 01:22:01,785 DEBUG Found tickets for lycra.cs.princeton.edu
-2006-09-29 01:22:01,785 DEBUG Popping from q - vayu.iitd.ernet.in
-2006-09-29 01:22:01,787 DEBUG Found tickets for planetlab1.ias.csusb.edu
-2006-09-29 01:22:01,787 DEBUG Popping from q - node2.lbnl.nodes.planet-lab.org
-2006-09-29 01:22:01,786 DEBUG Found tickets for cloudburst.uwaterloo.ca
-2006-09-29 01:22:01,788 DEBUG Popping from q - planetlab2.cs.byu.edu
-2006-09-29 01:22:01,789 DEBUG Found tickets for planet2.cs.rochester.edu
-2006-09-29 01:22:01,790 DEBUG Popping from q - cqu1.6planetlab.edu.cn
-2006-09-29 01:22:01,791 DEBUG Popping from q - planetlab2.acis.ufl.edu
-2006-09-29 01:22:01,793 DEBUG Popping from q - planetlab1.cs.unibo.it
-2006-09-29 01:22:01,794 DEBUG Popping from q - tju2.6planetlab.edu.cn
-2006-09-29 01:22:01,795 DEBUG Popping from q - orbpl1.rutgers.edu
-2006-09-29 01:22:01,797 DEBUG Found tickets for planetlab2.acis.ufl.edu
-2006-09-29 01:22:01,797 DEBUG Popping from q - ent1.cs.nccu.edu.tw
-2006-09-29 01:22:01,799 DEBUG Found tickets for planetlab1.cs.unibo.it
-2006-09-29 01:22:01,799 DEBUG Popping from q - planet0.jaist.ac.jp
-2006-09-29 01:22:01,800 DEBUG Found tickets for tju2.6planetlab.edu.cn
-2006-09-29 01:22:01,801 DEBUG Popping from q - planetlab1.informatik.uni-wuerzburg.de
-2006-09-29 01:22:01,802 DEBUG Found tickets for cqu1.6planetlab.edu.cn
-2006-09-29 01:22:01,803 DEBUG Found tickets for planetlab1.informatik.uni-wuerzburg.de
-2006-09-29 01:22:01,803 DEBUG Popping from q - planetlab0.ias.csusb.edu
-2006-09-29 01:22:01,802 DEBUG Popping from q - planetlab3.warsaw.rd.tp.pl
-2006-09-29 01:22:01,805 DEBUG Found tickets for orbpl1.rutgers.edu
-2006-09-29 01:22:01,805 DEBUG Popping from q - planetlab-2.amst.nodes.planet-lab.org
-2006-09-29 01:22:01,806 DEBUG Found tickets for ent1.cs.nccu.edu.tw
-2006-09-29 01:22:01,807 DEBUG Popping from q - planetlab3.inria.fr
-2006-09-29 01:22:01,809 DEBUG Found tickets for planetlab0.ias.csusb.edu
-2006-09-29 01:22:01,809 DEBUG Popping from q - 200-102-209-152.paemt7001.t.brasiltelecom.net.br
-2006-09-29 01:22:01,810 DEBUG Popping from q - planetlab3.mnl.cs.sunysb.edu
-2006-09-29 01:22:01,811 DEBUG Popping from q - planetlab-15.cs.princeton.edu
-2006-09-29 01:22:01,813 DEBUG Found tickets for planet0.jaist.ac.jp
-2006-09-29 01:22:01,813 DEBUG Popping from q - ent2.cs.nccu.edu.tw
-2006-09-29 01:22:01,814 DEBUG Popping from q - planet-lab-2.csse.monash.edu.au
-2006-09-29 01:22:01,816 DEBUG Found tickets for 200-102-209-152.paemt7001.t.brasiltelecom.net.br
-2006-09-29 01:22:01,816 DEBUG Popping from q - planet1.ecse.rpi.edu
-2006-09-29 01:22:01,817 DEBUG Popping from q - planetlab2.pop-mg.rnp.br
-2006-09-29 01:22:01,819 DEBUG Found tickets for ent2.cs.nccu.edu.tw
-2006-09-29 01:22:01,819 DEBUG Popping from q - planetlab-2.unk.edu
-2006-09-29 01:22:01,820 DEBUG Popping from q - planetlab2.rdfrancetelecom.com
-2006-09-29 01:22:01,821 DEBUG Found tickets for planet-lab-2.csse.monash.edu.au
-2006-09-29 01:22:01,822 DEBUG Popping from q - planetlab1.eurecom.fr
-2006-09-29 01:22:01,824 DEBUG Found tickets for planetlab2.rdfrancetelecom.com
-2006-09-29 01:22:01,824 DEBUG Popping from q - planetlab1.cs.virginia.edu
-2006-09-29 01:22:01,825 DEBUG Popping from q - tju1.6planetlab.edu.cn
-2006-09-29 01:22:01,826 DEBUG Found tickets for planet1.ecse.rpi.edu
-2006-09-29 01:22:01,827 DEBUG Popping from q - planetlab-3.amst.nodes.planet-lab.org
-2006-09-29 01:22:01,828 DEBUG Found tickets for planetlab1.eurecom.fr
-2006-09-29 01:22:01,828 DEBUG Popping from q - planetlab1.georgetown.edu
-2006-09-29 01:22:01,830 DEBUG Popping from q - planet1.inf.tu-dresden.de
-2006-09-29 01:22:01,831 DEBUG Found tickets for tju1.6planetlab.edu.cn
-2006-09-29 01:22:01,831 DEBUG Popping from q - alice.cs.princeton.edu
-2006-09-29 01:22:01,832 DEBUG Found tickets for planetlab2.pop-mg.rnp.br
-2006-09-29 01:22:01,833 DEBUG Popping from q - planetlab02.erin.utoronto.ca
-2006-09-29 01:22:01,834 DEBUG Popping from q - planetlab-1.vuse.vanderbilt.edu
-2006-09-29 01:22:01,835 DEBUG Found tickets for planetlab1.georgetown.edu
-2006-09-29 01:22:01,836 DEBUG Popping from q - planetlab3.uvic.ca
-2006-09-29 01:22:01,837 DEBUG Found tickets for alice.cs.princeton.edu
-2006-09-29 01:22:01,838 DEBUG Popping from q - scut2.6planetlab.edu.cn
-2006-09-29 01:22:01,839 DEBUG Popping from q - planetlab1.swidnik.rd.tp.pl
-2006-09-29 01:22:01,840 DEBUG Found tickets for planetlab-1.vuse.vanderbilt.edu
-2006-09-29 01:22:01,841 DEBUG Popping from q - planet2.cdacb.ernet.in
-2006-09-29 01:22:01,842 DEBUG Found tickets for planetlab3.uvic.ca
-2006-09-29 01:22:01,842 DEBUG Popping from q - planetlab1.rdfrancetelecom.com
-2006-09-29 01:22:01,843 DEBUG Popping from q - planet2.inf.tu-dresden.de
-2006-09-29 01:22:01,845 DEBUG Found tickets for planetlab1.swidnik.rd.tp.pl
-2006-09-29 01:22:01,846 DEBUG Popping from q - planet02.csc.ncsu.edu
-2006-09-29 01:22:01,847 DEBUG Found tickets for planetlab1.rdfrancetelecom.com
-2006-09-29 01:22:01,847 DEBUG Popping from q - planetlab-1.tssg.org
-2006-09-29 01:22:01,848 DEBUG Popping from q - planetlab-2.vuse.vanderbilt.edu
-2006-09-29 01:22:01,848 DEBUG Found tickets for planet2.cdacb.ernet.in
-2006-09-29 01:22:01,849 DEBUG Popping from q - planetlab-11.cs.princeton.edu
-2006-09-29 01:22:01,851 DEBUG Found tickets for scut2.6planetlab.edu.cn
-2006-09-29 01:22:01,851 DEBUG Popping from q - planet03.csc.ncsu.edu
-2006-09-29 01:22:01,853 DEBUG Popping from q - planetlab1.pop-rj.rnp.br
-2006-09-29 01:22:01,854 DEBUG Found tickets for planetlab-1.tssg.org
-2006-09-29 01:22:01,854 DEBUG Popping from q - planet1.halifax.canet4.nodes.planet-lab.org
-2006-09-29 01:22:01,855 DEBUG Found tickets for planetlab-2.vuse.vanderbilt.edu
-2006-09-29 01:22:01,856 DEBUG Popping from q - planet1.cavite.nodes.planet-lab.org
-2006-09-29 01:22:01,857 DEBUG Popping from q - ds-pl3.technion.ac.il
-2006-09-29 01:22:01,859 DEBUG Popping from q - planetlab2.cs.purdue.edu
-2006-09-29 01:22:01,860 DEBUG Found tickets for planetlab1.pop-rj.rnp.br
-2006-09-29 01:22:01,860 DEBUG Popping from q - planetlab3.millennium.berkeley.edu
-2006-09-29 01:22:01,861 DEBUG Popping from q - planetlab1.unl.edu
-2006-09-29 01:22:01,862 DEBUG Popping from q - planetlab1.cs.colorado.edu
-2006-09-29 01:22:01,864 DEBUG Found tickets for ds-pl3.technion.ac.il
-2006-09-29 01:22:01,865 DEBUG Popping from q - planetlab02.cs.washington.edu
-2006-09-29 01:22:01,866 DEBUG Popping from q - pads21.cs.nthu.edu.tw
-2006-09-29 01:22:01,867 DEBUG Popping from q - orbpl2.rutgers.edu
-2006-09-29 01:22:01,868 DEBUG Found tickets for planetlab1.cs.colorado.edu
-2006-09-29 01:22:01,869 DEBUG Popping from q - planetlab2.informatik.uni-erlangen.de
-2006-09-29 01:22:01,870 DEBUG Found tickets for planetlab1.unl.edu
-2006-09-29 01:22:01,871 DEBUG Popping from q - planetlab-01.ipv6.lip6.fr
-2006-09-29 01:22:01,872 DEBUG Found tickets for planetlab02.cs.washington.edu
-2006-09-29 01:22:01,872 DEBUG Popping from q - pl2.ernet.in
-2006-09-29 01:22:01,873 DEBUG Found tickets for orbpl2.rutgers.edu
-2006-09-29 01:22:01,874 DEBUG Popping from q - neu2.6planetlab.edu.cn
-2006-09-29 01:22:01,875 DEBUG Popping from q - planetlab-2.cs.uni-paderborn.de
-2006-09-29 01:22:01,877 DEBUG Popping from q - planet5.cs.huji.ac.il
-2006-09-29 01:22:01,878 DEBUG Popping from q - planetlab1.elet.polimi.it
-2006-09-29 01:22:01,879 DEBUG Found tickets for planetlab2.informatik.uni-erlangen.de
-2006-09-29 01:22:01,879 DEBUG Popping from q - planetlab2.iiitb.ac.in
-2006-09-29 01:22:01,880 DEBUG Popping from q - server1.planetlab.iit-tech.net
-2006-09-29 01:22:01,883 DEBUG Popping from q - planetlab2.iitb.ac.in
-2006-09-29 01:22:01,884 DEBUG Popping from q - planetlab02.dis.unina.it
-2006-09-29 01:22:01,885 DEBUG Popping from q - planetlab-1.dis.uniroma1.it
-2006-09-29 01:22:01,886 DEBUG Found tickets for planetlab-01.ipv6.lip6.fr
-2006-09-29 01:22:01,886 DEBUG Popping from q - planetlab1.iitb.ac.in
-2006-09-29 01:22:01,887 DEBUG Found tickets for server1.planetlab.iit-tech.net
-2006-09-29 01:22:01,888 DEBUG Popping from q - pku1.6planetlab.edu.cn
-2006-09-29 01:22:01,890 DEBUG Found tickets for planetlab2.iitb.ac.in
-2006-09-29 01:22:01,890 DEBUG Popping from q - planetlab1.warsaw.rd.tp.pl
-2006-09-29 01:22:01,891 DEBUG Popping from q - planetlab1.cri.haifa.ac.il
-2006-09-29 01:22:01,892 DEBUG Popping from q - planetlab-2.cs.ucy.ac.cy
-2006-09-29 01:22:01,893 DEBUG Found tickets for planetlab1.iitb.ac.in
-2006-09-29 01:22:01,894 DEBUG Popping from q - pl1.ernet.in
-2006-09-29 01:22:01,896 DEBUG Popping from q - planetlab2.georgetown.edu
-2006-09-29 01:22:01,897 DEBUG Found tickets for planetlab1.cri.haifa.ac.il
-2006-09-29 01:22:01,897 DEBUG Popping from q - server2.planetlab.iit-tech.net
-2006-09-29 01:22:01,898 DEBUG Found tickets for pku1.6planetlab.edu.cn
-2006-09-29 01:22:01,899 DEBUG Popping from q - planetlab2.di.unito.it
-2006-09-29 01:22:01,900 DEBUG Popping from q - planetlab1.csee.usf.edu
-2006-09-29 01:22:01,901 DEBUG Popping from q - planetlab-2.dis.uniroma1.it
-2006-09-29 01:22:01,903 DEBUG Popping from q - planetlab2.informatik.uni-kl.de
-2006-09-29 01:22:01,904 DEBUG Found tickets for planetlab2.georgetown.edu
-2006-09-29 01:22:01,904 DEBUG Popping from q - planet1.cs.rochester.edu
-2006-09-29 01:22:01,906 DEBUG Found tickets for server2.planetlab.iit-tech.net
-2006-09-29 01:22:01,906 DEBUG Popping from q - planetlab1.rutgers.edu
-2006-09-29 01:22:01,907 DEBUG Popping from q - planetlab-2.ece.iastate.edu
-2006-09-29 01:22:01,909 DEBUG Popping from q - planetlab-1.sjce.nodes.planet-lab.org
-2006-09-29 01:22:01,910 DEBUG Found tickets for planetlab2.informatik.uni-kl.de
-2006-09-29 01:22:01,910 DEBUG Popping from q - planetlab2.ece.ucdavis.edu
-2006-09-29 01:22:01,912 DEBUG Found tickets for planet1.cs.rochester.edu
-2006-09-29 01:22:01,912 DEBUG Popping from q - planetlab1.ie.cuhk.edu.hk
-2006-09-29 01:22:01,914 DEBUG Found tickets for planetlab1.rutgers.edu
-2006-09-29 01:22:01,914 DEBUG Popping from q - planetlab2lannion.elibel.tm.fr
-2006-09-29 01:22:01,915 DEBUG Popping from q - planetlab01.mpi-sws.mpg.de
-2006-09-29 01:22:01,916 DEBUG Found tickets for planetlab-1.sjce.nodes.planet-lab.org
-2006-09-29 01:22:01,917 DEBUG Popping from q - planetlab2.cs.duke.edu
-2006-09-29 01:22:01,918 DEBUG Popping from q - planetlab1.rn.informatics.scitech.susx.ac.uk
-2006-09-29 01:22:01,920 DEBUG Found tickets for planetlab1.ie.cuhk.edu.hk
-2006-09-29 01:22:01,920 DEBUG Popping from q - planetlab1.eee.hku.hk
-2006-09-29 01:22:01,922 DEBUG Popping from q - pads23.cs.nthu.edu.tw
-2006-09-29 01:22:01,923 DEBUG Popping from q - planet2.halifax.canet4.nodes.planet-lab.org
-2006-09-29 01:22:01,924 DEBUG Popping from q - planetlab-2.tssg.org
-2006-09-29 01:22:01,925 DEBUG Found tickets for planetlab1.rn.informatics.scitech.susx.ac.uk
-2006-09-29 01:22:01,925 DEBUG Popping from q - 200-102-209-151.paemt7001.t.brasiltelecom.net.br
-2006-09-29 01:22:01,927 DEBUG Found tickets for planetlab1.eee.hku.hk
-2006-09-29 01:22:01,928 DEBUG Popping from q - planetlab2.poly.edu
-2006-09-29 01:22:01,929 DEBUG Found tickets for planet2.halifax.canet4.nodes.planet-lab.org
-2006-09-29 01:22:01,929 DEBUG Popping from q - planetlab1.poly.edu
-2006-09-29 01:22:01,930 DEBUG Found tickets for planetlab-2.tssg.org
-2006-09-29 01:22:01,930 DEBUG Popping from q - planetlab2.net-research.org.uk
-2006-09-29 01:22:01,932 DEBUG Found tickets for 200-102-209-151.paemt7001.t.brasiltelecom.net.br
-2006-09-29 01:22:01,932 DEBUG Popping from q - planetlab-1.imperial.ac.uk
-2006-09-29 01:22:01,932 DEBUG Popping from q - planetlab-2.imperial.ac.uk
-2006-09-29 01:22:01,935 DEBUG Popping from q - planetlab1.byu.edu
-2006-09-29 01:22:01,936 DEBUG Popping from q - planetlab1.cis.upenn.edu
-2006-09-29 01:22:01,937 DEBUG Found tickets for planetlab2.net-research.org.uk
-2006-09-29 01:22:01,938 DEBUG Popping from q - planetlab2.eee.hku.hk
-2006-09-29 01:22:01,939 DEBUG Found tickets for planetlab-1.imperial.ac.uk
-2006-09-29 01:22:01,940 DEBUG Found tickets for planetlab-2.imperial.ac.uk
-2006-09-29 01:40:51,088 DEBUG Removing stale entries from DB.
-2006-09-29 01:40:51,088 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='drift%20%3E%201m'
-2006-09-29 01:40:51,241 DEBUG Retrieved 8 hosts
-2006-09-29 01:40:51,241 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='resptime%20%3E%200%20&&%20gbfree%20%3C%205'
-2006-09-29 01:40:51,383 DEBUG Retrieved 10 hosts
-2006-09-29 01:40:51,384 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='sshstatus%20%3E%202h'
-2006-09-29 01:40:51,736 DEBUG Retrieved 160 hosts
-2006-09-29 01:40:51,738 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='dns1udp%20%3E%2080%20&&%20dns2udp%20%3E%2080'
-2006-09-29 01:40:51,894 DEBUG Retrieved 7 hosts
-2006-09-29 01:40:51,894 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='filerw%3E0'
-2006-09-29 01:40:52,040 DEBUG Retrieved 2 hosts
-2006-09-29 01:40:52,042 INFO Refreshing DB.
-2006-09-29 01:40:52,043 DEBUG Popping from q - planetlab2.rutgers.edu
-2006-09-29 01:40:52,044 DEBUG Popping from q - vn3.cs.wustl.edu
-2006-09-29 01:40:52,045 DEBUG Popping from q - planetlab2.cri.haifa.ac.il
-2006-09-29 01:40:52,046 DEBUG Popping from q - soccf-planet-001.comp.nus.edu.sg
-2006-09-29 01:40:52,047 DEBUG Popping from q - planet2.njit.edu
-2006-09-29 01:40:52,064 DEBUG Found tickets for planetlab2.rutgers.edu
-2006-09-29 01:40:52,065 DEBUG Popping from q - planetlab1.cri.haifa.ac.il
-2006-09-29 01:40:52,066 DEBUG Found tickets for vn3.cs.wustl.edu
-2006-09-29 01:40:52,067 DEBUG Popping from q - planetlab7.csail.mit.edu
-2006-09-29 01:40:52,068 DEBUG Found tickets for planetlab2.cri.haifa.ac.il
-2006-09-29 01:40:52,068 DEBUG Popping from q - buaa1.6planetlab.edu.cn
-2006-09-29 01:40:52,070 DEBUG Found tickets for soccf-planet-001.comp.nus.edu.sg
-2006-09-29 01:40:52,070 DEBUG Popping from q - planetlab2.net-research.org.uk
-2006-09-29 01:40:52,071 DEBUG Found tickets for planetlab1.cri.haifa.ac.il
-2006-09-29 01:40:52,071 DEBUG Popping from q - planetlab1.pop-ce.rnp.br
-2006-09-29 01:40:52,072 DEBUG Found tickets for planet2.njit.edu
-2006-09-29 01:40:52,073 DEBUG Popping from q - planetlab2.mnlab.cti.depaul.edu
-2006-09-29 01:40:52,074 DEBUG Found tickets for planetlab7.csail.mit.edu
-2006-09-29 01:40:52,075 DEBUG Popping from q - planetlab-8.cs.princeton.edu
-2006-09-29 01:40:52,076 DEBUG Found tickets for buaa1.6planetlab.edu.cn
-2006-09-29 01:40:52,076 DEBUG Popping from q - planetlab2.ucsd.edu
-2006-09-29 01:40:52,078 DEBUG Found tickets for planetlab2.net-research.org.uk
-2006-09-29 01:40:52,078 DEBUG Popping from q - blast.uwaterloo.ca
-2006-09-29 01:40:52,079 DEBUG Found tickets for planetlab1.pop-ce.rnp.br
-2006-09-29 01:40:52,080 DEBUG Popping from q - planetlab1.cs.wayne.edu
-2006-09-29 01:40:52,081 DEBUG Found tickets for planetlab2.ucsd.edu
-2006-09-29 01:40:52,081 DEBUG Popping from q - pli1-br-3.hpl.hp.com
-2006-09-29 01:40:52,082 DEBUG Found tickets for planetlab2.mnlab.cti.depaul.edu
-2006-09-29 01:40:52,083 DEBUG Popping from q - planetlab1.di.unito.it
-2006-09-29 01:40:52,084 DEBUG Found tickets for planetlab-8.cs.princeton.edu
-2006-09-29 01:40:52,084 DEBUG Popping from q - planetlab-1.ece.iastate.edu
-2006-09-29 01:40:52,086 DEBUG Found tickets for planetlab1.cs.wayne.edu
-2006-09-29 01:40:52,086 DEBUG Popping from q - sdu1.6planetlab.edu.cn
-2006-09-29 01:40:52,087 DEBUG Found tickets for blast.uwaterloo.ca
-2006-09-29 01:40:52,088 DEBUG Popping from q - planetlab-13.cs.princeton.edu
-2006-09-29 01:40:52,089 DEBUG Found tickets for pli1-br-3.hpl.hp.com
-2006-09-29 01:40:52,089 DEBUG Popping from q - planet2.cs.ucsb.edu
-2006-09-29 01:40:52,090 DEBUG Found tickets for planetlab1.di.unito.it
-2006-09-29 01:40:52,091 DEBUG Popping from q - ent2.cs.nccu.edu.tw
-2006-09-29 01:40:52,092 DEBUG Found tickets for planetlab-1.ece.iastate.edu
-2006-09-29 01:40:52,092 DEBUG Popping from q - planetlab-4.ece.iastate.edu
-2006-09-29 01:40:52,094 DEBUG Found tickets for sdu1.6planetlab.edu.cn
-2006-09-29 01:40:52,094 DEBUG Popping from q - planetlab2.informatik.uni-goettingen.de
-2006-09-29 01:40:52,095 DEBUG Found tickets for planetlab-13.cs.princeton.edu
-2006-09-29 01:40:52,096 DEBUG Popping from q - planetlab1.mnl.cs.sunysb.edu
-2006-09-29 01:40:52,097 DEBUG Found tickets for planet2.cs.ucsb.edu
-2006-09-29 01:40:52,097 DEBUG Popping from q - planetlab-01.ipv6.lip6.fr
-2006-09-29 01:40:52,099 DEBUG Found tickets for planetlab-4.ece.iastate.edu
-2006-09-29 01:40:52,099 DEBUG Popping from q - planetlab04.ethz.ch
-2006-09-29 01:40:52,100 DEBUG Found tickets for ent2.cs.nccu.edu.tw
-2006-09-29 01:40:52,101 DEBUG Popping from q - sdu2.6planetlab.edu.cn
-2006-09-29 01:40:52,102 DEBUG Found tickets for planetlab2.informatik.uni-goettingen.de
-2006-09-29 01:40:52,102 DEBUG Popping from q - planet-lab.iki.rssi.ru
-2006-09-29 01:40:52,103 DEBUG Found tickets for planetlab1.mnl.cs.sunysb.edu
-2006-09-29 01:40:52,103 DEBUG Popping from q - planetlab1.polito.it
-2006-09-29 01:40:52,105 DEBUG Found tickets for planetlab-01.ipv6.lip6.fr
-2006-09-29 01:40:52,105 DEBUG Popping from q - planetlab1.uvic.ca
-2006-09-29 01:40:52,107 DEBUG Found tickets for planetlab04.ethz.ch
-2006-09-29 01:40:52,107 DEBUG Popping from q - planetlab2.uvic.ca
-2006-09-29 01:40:52,108 DEBUG Found tickets for sdu2.6planetlab.edu.cn
-2006-09-29 01:40:52,109 DEBUG Popping from q - planet2.cs.rochester.edu
-2006-09-29 01:40:52,110 DEBUG Found tickets for planetlab1.polito.it
-2006-09-29 01:40:52,110 DEBUG Popping from q - lycra.cs.princeton.edu
-2006-09-29 01:40:52,112 DEBUG Found tickets for planet-lab.iki.rssi.ru
-2006-09-29 01:40:52,112 DEBUG Popping from q - cloudburst.uwaterloo.ca
-2006-09-29 01:40:52,113 DEBUG Found tickets for planetlab1.uvic.ca
-2006-09-29 01:40:52,114 DEBUG Popping from q - planetlab1.ias.csusb.edu
-2006-09-29 01:40:52,115 DEBUG Found tickets for planetlab2.uvic.ca
-2006-09-29 01:40:52,115 DEBUG Popping from q - planetlab1.cs.unibo.it
-2006-09-29 01:40:52,117 DEBUG Found tickets for planet2.cs.rochester.edu
-2006-09-29 01:40:52,117 DEBUG Popping from q - cqu1.6planetlab.edu.cn
-2006-09-29 01:40:52,118 DEBUG Found tickets for cloudburst.uwaterloo.ca
-2006-09-29 01:40:52,119 DEBUG Popping from q - planetlab2.acis.ufl.edu
-2006-09-29 01:40:52,120 DEBUG Found tickets for lycra.cs.princeton.edu
-2006-09-29 01:40:52,120 DEBUG Popping from q - tju2.6planetlab.edu.cn
-2006-09-29 01:40:52,122 DEBUG Found tickets for planetlab1.cs.unibo.it
-2006-09-29 01:40:52,122 DEBUG Popping from q - planetlab-1.imperial.ac.uk
-2006-09-29 01:40:52,123 DEBUG Found tickets for planetlab2.acis.ufl.edu
-2006-09-29 01:40:52,124 DEBUG Popping from q - orbpl1.rutgers.edu
-2006-09-29 01:40:52,125 DEBUG Found tickets for cqu1.6planetlab.edu.cn
-2006-09-29 01:40:52,125 DEBUG Popping from q - ent1.cs.nccu.edu.tw
-2006-09-29 01:40:52,126 DEBUG Found tickets for planetlab1.ias.csusb.edu
-2006-09-29 01:40:52,126 DEBUG Popping from q - planet0.jaist.ac.jp
-2006-09-29 01:40:52,128 DEBUG Found tickets for tju2.6planetlab.edu.cn
-2006-09-29 01:40:52,128 DEBUG Popping from q - planetlab1.informatik.uni-wuerzburg.de
-2006-09-29 01:40:52,130 DEBUG Found tickets for planetlab-1.imperial.ac.uk
-2006-09-29 01:40:52,130 DEBUG Popping from q - planetlab0.ias.csusb.edu
-2006-09-29 01:40:52,132 DEBUG Found tickets for orbpl1.rutgers.edu
-2006-09-29 01:40:52,132 DEBUG Popping from q - 200-102-209-152.paemt7001.t.brasiltelecom.net.br
-2006-09-29 01:40:52,133 DEBUG Found tickets for ent1.cs.nccu.edu.tw
-2006-09-29 01:40:52,133 DEBUG Popping from q - planet-lab-2.csse.monash.edu.au
-2006-09-29 01:40:52,135 DEBUG Found tickets for planet0.jaist.ac.jp
-2006-09-29 01:40:52,135 DEBUG Popping from q - planet1.ecse.rpi.edu
-2006-09-29 01:40:52,136 DEBUG Found tickets for planetlab1.informatik.uni-wuerzburg.de
-2006-09-29 01:40:52,137 DEBUG Popping from q - planetlab2.pop-mg.rnp.br
-2006-09-29 01:40:52,138 DEBUG Found tickets for planetlab0.ias.csusb.edu
-2006-09-29 01:40:52,138 DEBUG Popping from q - planetlab2.rdfrancetelecom.com
-2006-09-29 01:40:52,139 DEBUG Found tickets for 200-102-209-152.paemt7001.t.brasiltelecom.net.br
-2006-09-29 01:40:52,140 DEBUG Popping from q - planetlab1.eurecom.fr
-2006-09-29 01:40:52,141 DEBUG Found tickets for planetlab2.pop-mg.rnp.br
-2006-09-29 01:40:52,142 DEBUG Popping from q - tju1.6planetlab.edu.cn
-2006-09-29 01:40:52,143 DEBUG Found tickets for planet-lab-2.csse.monash.edu.au
-2006-09-29 01:40:52,143 DEBUG Popping from q - planetlab1.georgetown.edu
-2006-09-29 01:40:52,144 DEBUG Found tickets for planet1.ecse.rpi.edu
-2006-09-29 01:40:52,145 DEBUG Popping from q - alice.cs.princeton.edu
-2006-09-29 01:40:52,146 DEBUG Found tickets for planetlab2.rdfrancetelecom.com
-2006-09-29 01:40:52,146 DEBUG Popping from q - planetlab-1.vuse.vanderbilt.edu
-2006-09-29 01:40:52,147 DEBUG Found tickets for planetlab1.eurecom.fr
-2006-09-29 01:40:52,148 DEBUG Popping from q - planetlab3.uvic.ca
-2006-09-29 01:40:52,149 DEBUG Found tickets for planetlab1.georgetown.edu
-2006-09-29 01:40:52,150 DEBUG Popping from q - scut2.6planetlab.edu.cn
-2006-09-29 01:40:52,151 DEBUG Found tickets for alice.cs.princeton.edu
-2006-09-29 01:40:52,151 DEBUG Popping from q - planetlab1.swidnik.rd.tp.pl
-2006-09-29 01:40:52,152 DEBUG Found tickets for tju1.6planetlab.edu.cn
-2006-09-29 01:40:52,153 DEBUG Popping from q - planet2.cdacb.ernet.in
-2006-09-29 01:40:52,154 DEBUG Found tickets for planetlab-1.vuse.vanderbilt.edu
-2006-09-29 01:40:52,155 DEBUG Popping from q - planetlab1.rdfrancetelecom.com
-2006-09-29 01:40:52,156 DEBUG Found tickets for scut2.6planetlab.edu.cn
-2006-09-29 01:40:52,156 DEBUG Popping from q - planetlab-1.tssg.org
-2006-09-29 01:40:52,157 DEBUG Found tickets for planetlab3.uvic.ca
-2006-09-29 01:40:52,158 DEBUG Popping from q - planetlab-2.vuse.vanderbilt.edu
-2006-09-29 01:40:52,159 DEBUG Found tickets for planetlab1.swidnik.rd.tp.pl
-2006-09-29 01:40:52,159 DEBUG Popping from q - planetlab1.pop-rj.rnp.br
-2006-09-29 01:40:52,160 DEBUG Found tickets for planet2.cdacb.ernet.in
-2006-09-29 01:40:52,161 DEBUG Popping from q - ds-pl3.technion.ac.il
-2006-09-29 01:40:52,162 DEBUG Found tickets for planetlab1.rdfrancetelecom.com
-2006-09-29 01:40:52,163 DEBUG Popping from q - planetlab1.unl.edu
-2006-09-29 01:40:52,164 DEBUG Found tickets for planetlab-2.vuse.vanderbilt.edu
-2006-09-29 01:40:52,164 DEBUG Popping from q - planetlab1.cse.msu.edu
-2006-09-29 01:40:52,165 DEBUG Found tickets for planetlab-1.tssg.org
-2006-09-29 01:40:52,166 DEBUG Found tickets for planetlab1.unl.edu
-2006-09-29 01:40:52,166 DEBUG Popping from q - planetlab1.cs.colorado.edu
-2006-09-29 01:40:52,167 DEBUG Popping from q - planetlab02.cs.washington.edu
-2006-09-29 01:40:52,169 DEBUG Found tickets for planetlab1.pop-rj.rnp.br
-2006-09-29 01:40:52,169 DEBUG Popping from q - orbpl2.rutgers.edu
-2006-09-29 01:40:52,171 DEBUG Found tickets for planetlab1.cs.colorado.edu
-2006-09-29 01:40:52,171 DEBUG Popping from q - planetlab2.informatik.uni-erlangen.de
-2006-09-29 01:40:52,172 DEBUG Found tickets for ds-pl3.technion.ac.il
-2006-09-29 01:40:52,173 DEBUG Found tickets for orbpl2.rutgers.edu
-2006-09-29 01:40:52,173 DEBUG Popping from q - planetlab1.cs.purdue.edu
-2006-09-29 01:40:52,174 DEBUG Popping from q - planetlab2.iitb.ac.in
-2006-09-29 01:40:52,175 DEBUG Found tickets for planetlab1.cse.msu.edu
-2006-09-29 01:40:52,175 DEBUG Popping from q - server1.planetlab.iit-tech.net
-2006-09-29 01:40:52,177 DEBUG Found tickets for planetlab2.informatik.uni-erlangen.de
-2006-09-29 01:40:52,178 DEBUG Popping from q - planetlab1.iitb.ac.in
-2006-09-29 01:40:52,179 DEBUG Found tickets for planetlab1.cs.purdue.edu
-2006-09-29 01:40:52,179 DEBUG Popping from q - pku1.6planetlab.edu.cn
-2006-09-29 01:40:52,180 DEBUG Found tickets for planetlab02.cs.washington.edu
-2006-09-29 01:40:52,180 DEBUG Found tickets for server1.planetlab.iit-tech.net
-2006-09-29 01:40:52,181 DEBUG Popping from q - csu2.6planetlab.edu.cn
-2006-09-29 01:40:52,181 DEBUG Popping from q - planetlab2.cse.msu.edu
-2006-09-29 01:40:52,183 DEBUG Found tickets for csu2.6planetlab.edu.cn
-2006-09-29 01:40:52,183 DEBUG Popping from q - planetlab2.georgetown.edu
-2006-09-29 01:40:52,184 DEBUG Found tickets for planetlab2.iitb.ac.in
-2006-09-29 01:40:52,185 DEBUG Popping from q - server2.planetlab.iit-tech.net
-2006-09-29 01:40:52,186 DEBUG Found tickets for planetlab1.iitb.ac.in
-2006-09-29 01:40:52,187 DEBUG Popping from q - planetlab2.informatik.uni-kl.de
-2006-09-29 01:40:52,188 DEBUG Found tickets for pku1.6planetlab.edu.cn
-2006-09-29 01:40:52,188 DEBUG Popping from q - planet1.cs.rochester.edu
-2006-09-29 01:40:52,190 DEBUG Found tickets for planetlab2.georgetown.edu
-2006-09-29 01:40:52,190 DEBUG Popping from q - planetlab-2.imperial.ac.uk
-2006-09-29 01:40:52,192 DEBUG Found tickets for planetlab2.informatik.uni-kl.de
-2006-09-29 01:40:52,192 DEBUG Popping from q - planetlab1.rutgers.edu
-2006-09-29 01:40:52,193 DEBUG Found tickets for planet1.cs.rochester.edu
-2006-09-29 01:40:52,193 DEBUG Popping from q - planetlab-1.sjce.nodes.planet-lab.org
-2006-09-29 01:40:52,195 DEBUG Found tickets for server2.planetlab.iit-tech.net
-2006-09-29 01:40:52,195 DEBUG Popping from q - planetlab1.ie.cuhk.edu.hk
-2006-09-29 01:40:52,196 DEBUG Found tickets for planetlab-2.imperial.ac.uk
-2006-09-29 01:40:52,196 DEBUG Popping from q - planetlab1.rn.informatics.scitech.susx.ac.uk
-2006-09-29 01:40:52,197 DEBUG Found tickets for planetlab2.cse.msu.edu
-2006-09-29 01:40:52,198 DEBUG Popping from q - planetlab1.eee.hku.hk
-2006-09-29 01:40:52,199 DEBUG Found tickets for planetlab1.rutgers.edu
-2006-09-29 01:40:52,200 DEBUG Popping from q - planet2.halifax.canet4.nodes.planet-lab.org
-2006-09-29 01:40:52,201 DEBUG Found tickets for planetlab-1.sjce.nodes.planet-lab.org
-2006-09-29 01:40:52,201 DEBUG Popping from q - planetlab-2.tssg.org
-2006-09-29 01:40:52,203 DEBUG Found tickets for planetlab1.ie.cuhk.edu.hk
-2006-09-29 01:40:52,203 DEBUG Popping from q - 200-102-209-151.paemt7001.t.brasiltelecom.net.br
-2006-09-29 01:40:52,204 DEBUG Found tickets for planetlab1.rn.informatics.scitech.susx.ac.uk
-2006-09-29 01:40:52,205 DEBUG Found tickets for planetlab1.eee.hku.hk
-2006-09-29 01:40:52,206 DEBUG Found tickets for planetlab-2.tssg.org
-2006-09-29 01:40:52,207 DEBUG Found tickets for 200-102-209-151.paemt7001.t.brasiltelecom.net.br
-2006-09-29 01:40:52,207 DEBUG Found tickets for planet2.halifax.canet4.nodes.planet-lab.org
-2006-09-29 01:42:01,491 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv
-2006-09-29 01:42:02,553 DEBUG Retrieved 705 hosts
-2006-09-29 01:42:02,559 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='drift%20%3E%201m'
-2006-09-29 01:42:02,694 DEBUG Retrieved 8 hosts
-2006-09-29 01:42:02,695 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='resptime%20%3E%200%20&&%20gbfree%20%3C%205'
-2006-09-29 01:42:02,832 DEBUG Retrieved 10 hosts
-2006-09-29 01:42:02,833 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='sshstatus%20%3E%202h'
-2006-09-29 01:42:03,180 DEBUG Retrieved 160 hosts
-2006-09-29 01:42:03,182 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='dns1udp%20%3E%2080%20&&%20dns2udp%20%3E%2080'
-2006-09-29 01:42:03,318 DEBUG Retrieved 7 hosts
-2006-09-29 01:42:03,319 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='filerw%3E0'
-2006-09-29 01:42:03,444 DEBUG Retrieved 2 hosts
-2006-09-29 01:42:03,447 DEBUG Popping from q - planetlab2.elet.polimi.it
-2006-09-29 01:42:03,447 DEBUG Popping from q - pli1-br-3.hpl.hp.com
-2006-09-29 01:42:03,448 DEBUG Popping from q - planetlab2.nbgisp.com
-2006-09-29 01:42:03,449 DEBUG Popping from q - planetlab1.cs.stir.ac.uk
-2006-09-29 01:42:03,451 DEBUG Popping from q - planetlab1.cse.msu.edu
-2006-09-29 01:42:03,452 DEBUG Popping from q - planetlab2.cse.msu.edu
-2006-09-29 01:42:03,453 DEBUG Found tickets for pli1-br-3.hpl.hp.com
-2006-09-29 01:42:03,454 DEBUG Popping from q - planetlab0.cs.stir.ac.uk
-2006-09-29 01:42:03,454 DEBUG Popping from q - planetlab1.informatik.uni-erlangen.de
-2006-09-29 01:42:03,455 DEBUG Popping from q - planetlab1.cs.purdue.edu
-2006-09-29 01:42:03,458 DEBUG Popping from q - planetlab1.een.orst.edu
-2006-09-29 01:42:03,459 DEBUG Found tickets for planetlab2.cse.msu.edu
-2006-09-29 01:42:03,459 DEBUG Popping from q - planetlab2.cs.columbia.edu
-2006-09-29 01:42:03,460 DEBUG Found tickets for planetlab1.cse.msu.edu
-2006-09-29 01:42:03,461 DEBUG Popping from q - planetlab1.win.trlabs.ca
-2006-09-29 01:42:03,462 DEBUG Found tickets for planetlab1.cs.purdue.edu
-2006-09-29 01:42:03,463 DEBUG Popping from q - planetlab1.cs.duke.edu
-2006-09-29 01:42:03,464 DEBUG Popping from q - planetlab2.flux.utah.edu
-2006-09-29 01:42:03,466 DEBUG Popping from q - planetlab3.cs.columbia.edu
-2006-09-29 01:42:03,466 DEBUG Popping from q - planetlab1.cs.columbia.edu
-2006-09-29 01:42:03,467 DEBUG Popping from q - planetlab3.flux.utah.edu
-2006-09-29 01:42:03,470 DEBUG Popping from q - planetlab-1.eecs.cwru.edu
-2006-09-29 01:42:03,471 DEBUG Popping from q - planetlab2.rutgers.edu
-2006-09-29 01:42:03,473 DEBUG Popping from q - vn3.cs.wustl.edu
-2006-09-29 01:42:03,474 DEBUG Popping from q - planetlab2.cri.haifa.ac.il
-2006-09-29 01:42:03,475 DEBUG Popping from q - soccf-planet-001.comp.nus.edu.sg
-2006-09-29 01:42:03,476 DEBUG Found tickets for planetlab2.rutgers.edu
-2006-09-29 01:42:03,477 DEBUG Popping from q - planetlab01.cse.psu.edu
-2006-09-29 01:42:03,478 DEBUG Popping from q - csu2.6planetlab.edu.cn
-2006-09-29 01:42:03,480 DEBUG Found tickets for vn3.cs.wustl.edu
-2006-09-29 01:42:03,480 DEBUG Popping from q - planet2.njit.edu
-2006-09-29 01:42:03,481 DEBUG Found tickets for planetlab2.cri.haifa.ac.il
-2006-09-29 01:42:03,481 DEBUG Popping from q - planetlab2.unl.edu
-2006-09-29 01:42:03,483 DEBUG Found tickets for soccf-planet-001.comp.nus.edu.sg
-2006-09-29 01:42:03,483 DEBUG Popping from q - planetlab1.cs.pitt.edu
-2006-09-29 01:42:03,484 DEBUG Popping from q - planetlab-2.eecs.cwru.edu
-2006-09-29 01:42:03,486 DEBUG Found tickets for csu2.6planetlab.edu.cn
-2006-09-29 01:42:03,486 DEBUG Popping from q - planetlab2.urv.net
-2006-09-29 01:42:03,487 DEBUG Found tickets for planet2.njit.edu
-2006-09-29 01:42:03,488 DEBUG Popping from q - planetlab7.csail.mit.edu
-2006-09-29 01:42:03,489 DEBUG Popping from q - buaa1.6planetlab.edu.cn
-2006-09-29 01:42:03,491 DEBUG Popping from q - ricepl-3.cs.rice.edu
-2006-09-29 01:42:03,492 DEBUG Popping from q - planet-lab-1.csse.monash.edu.au
-2006-09-29 01:42:03,493 DEBUG Popping from q - planetlab5.millennium.berkeley.edu
-2006-09-29 01:42:03,495 DEBUG Found tickets for planetlab7.csail.mit.edu
-2006-09-29 01:42:03,495 DEBUG Popping from q - planetlab1.pop-ce.rnp.br
-2006-09-29 01:42:03,496 DEBUG Found tickets for buaa1.6planetlab.edu.cn
-2006-09-29 01:42:03,497 DEBUG Popping from q - planetlab2.mnlab.cti.depaul.edu
-2006-09-29 01:42:03,498 DEBUG Popping from q - peace.ri.uni-tuebingen.de
-2006-09-29 01:42:03,499 DEBUG Popping from q - planetlab-8.cs.princeton.edu
-2006-09-29 01:42:03,501 DEBUG Popping from q - planetlab2.ucsd.edu
-2006-09-29 01:42:03,502 DEBUG Found tickets for planetlab1.pop-ce.rnp.br
-2006-09-29 01:42:03,503 DEBUG Popping from q - blast.uwaterloo.ca
-2006-09-29 01:42:03,504 DEBUG Found tickets for planetlab2.mnlab.cti.depaul.edu
-2006-09-29 01:42:03,504 DEBUG Popping from q - planetlab1.cs.wayne.edu
-2006-09-29 01:42:03,506 DEBUG Popping from q - pli1-br-3.hpl.hp.com
-2006-09-29 01:42:03,507 DEBUG Found tickets for planetlab2.ucsd.edu
-2006-09-29 01:42:03,507 DEBUG Popping from q - planetlab2.eurecom.fr
-2006-09-29 01:42:03,508 DEBUG Found tickets for planetlab-8.cs.princeton.edu
-2006-09-29 01:42:03,509 DEBUG Popping from q - planetlab1.di.unito.it
-2006-09-29 01:42:03,510 DEBUG Found tickets for pli1-br-3.hpl.hp.com
-2006-09-29 01:42:03,511 DEBUG Popping from q - planetlab2.simula.no
-2006-09-29 01:42:03,512 DEBUG Found tickets for blast.uwaterloo.ca
-2006-09-29 01:42:03,512 DEBUG Popping from q - planetlab01.dis.unina.it
-2006-09-29 01:42:03,513 DEBUG Found tickets for planetlab1.cs.wayne.edu
-2006-09-29 01:42:03,514 DEBUG Popping from q - planetlab1.flux.utah.edu
-2006-09-29 01:42:03,515 DEBUG Popping from q - planetlab-1.ece.iastate.edu
-2006-09-29 01:42:03,517 DEBUG Found tickets for planetlab1.di.unito.it
-2006-09-29 01:42:03,517 DEBUG Popping from q - sdu1.6planetlab.edu.cn
-2006-09-29 01:42:03,518 DEBUG Popping from q - planetlab4.upc.es
-2006-09-29 01:42:03,519 DEBUG Popping from q - planetlab-13.cs.princeton.edu
-2006-09-29 01:42:03,520 DEBUG Popping from q - planet1.cc.gt.atl.ga.us
-2006-09-29 01:42:03,524 DEBUG Found tickets for sdu1.6planetlab.edu.cn
-2006-09-29 01:42:03,524 DEBUG Popping from q - planetlab2.eecs.wsu.edu
-2006-09-29 01:42:03,525 DEBUG Popping from q - planet2.cs.ucsb.edu
-2006-09-29 01:42:03,527 DEBUG Found tickets for planetlab-13.cs.princeton.edu
-2006-09-29 01:42:03,527 DEBUG Popping from q - xjtu2.6planetlab.edu.cn
-2006-09-29 01:42:03,528 DEBUG Found tickets for planetlab-1.ece.iastate.edu
-2006-09-29 01:42:03,529 DEBUG Popping from q - planetlab3.upc.es
-2006-09-29 01:42:03,530 DEBUG Popping from q - node1.lbnl.nodes.planet-lab.org
-2006-09-29 01:42:03,531 DEBUG Popping from q - planetlab1.iitr.ernet.in
-2006-09-29 01:42:03,533 DEBUG Found tickets for planet2.cs.ucsb.edu
-2006-09-29 01:42:03,533 DEBUG Popping from q - planetlab1.ipls.internet2.planet-lab.org
-2006-09-29 01:42:03,535 DEBUG Popping from q - planetlab2.uvic.ca
-2006-09-29 01:42:03,536 DEBUG Popping from q - planetlab01.erin.utoronto.ca
-2006-09-29 01:42:03,537 DEBUG Popping from q - planetlab-4.ece.iastate.edu
-2006-09-29 01:42:03,539 DEBUG Popping from q - planetlab2.informatik.uni-goettingen.de
-2006-09-29 01:42:03,540 DEBUG Popping from q - ds-pl1.technion.ac.il
-2006-09-29 01:42:03,542 DEBUG Found tickets for planetlab2.uvic.ca
-2006-09-29 01:42:03,542 DEBUG Popping from q - planetlab1.mnl.cs.sunysb.edu
-2006-09-29 01:42:03,543 DEBUG Popping from q - aladdin.planetlab.extranet.uni-passau.de
-2006-09-29 01:42:03,545 DEBUG Found tickets for planetlab-4.ece.iastate.edu
-2006-09-29 01:42:03,545 DEBUG Popping from q - planetlab-1.cs.uni-paderborn.de
-2006-09-29 01:42:03,546 DEBUG Found tickets for planetlab2.informatik.uni-goettingen.de
-2006-09-29 01:42:03,547 DEBUG Popping from q - planet1.njit.edu
-2006-09-29 01:42:03,548 DEBUG Popping from q - pku2.6planetlab.edu.cn
-2006-09-29 01:42:03,549 DEBUG Found tickets for planetlab1.mnl.cs.sunysb.edu
-2006-09-29 01:42:03,550 DEBUG Popping from q - planetlab-1.cs.ucy.ac.cy
-2006-09-29 01:42:03,551 DEBUG Popping from q - planetlab00.cse.psu.edu
-2006-09-29 01:42:03,553 DEBUG Popping from q - planetlab04.ethz.ch
-2006-09-29 01:42:03,554 DEBUG Popping from q - sdu2.6planetlab.edu.cn
-2006-09-29 01:42:03,555 DEBUG Popping from q - planet-lab.iki.rssi.ru
-2006-09-29 01:42:03,556 DEBUG Popping from q - planetlab1.polito.it
-2006-09-29 01:42:03,557 DEBUG Popping from q - planetlab1.uvic.ca
-2006-09-29 01:42:03,559 DEBUG Found tickets for planetlab04.ethz.ch
-2006-09-29 01:42:03,560 DEBUG Popping from q - planetlab1.cs.byu.edu
-2006-09-29 01:42:03,561 DEBUG Found tickets for sdu2.6planetlab.edu.cn
-2006-09-29 01:42:03,561 DEBUG Popping from q - planetlab-1.amst.nodes.planet-lab.org
-2006-09-29 01:42:03,563 DEBUG Found tickets for planet-lab.iki.rssi.ru
-2006-09-29 01:42:03,563 DEBUG Popping from q - cloudburst.uwaterloo.ca
-2006-09-29 01:42:03,564 DEBUG Found tickets for planetlab1.uvic.ca
-2006-09-29 01:42:03,565 DEBUG Popping from q - planet2.cs.rochester.edu
-2006-09-29 01:42:03,566 DEBUG Found tickets for planetlab1.polito.it
-2006-09-29 01:42:03,566 DEBUG Popping from q - planetlab1.xeno.cl.cam.ac.uk
-2006-09-29 01:42:03,568 DEBUG Popping from q - lycra.cs.princeton.edu
-2006-09-29 01:42:03,569 DEBUG Popping from q - planetlab06.mpi-sws.mpg.de
-2006-09-29 01:42:03,570 DEBUG Found tickets for cloudburst.uwaterloo.ca
-2006-09-29 01:42:03,571 DEBUG Popping from q - planetlab1.ias.csusb.edu
-2006-09-29 01:42:03,572 DEBUG Popping from q - vayu.iitd.ernet.in
-2006-09-29 01:42:03,573 DEBUG Found tickets for lycra.cs.princeton.edu
-2006-09-29 01:42:03,574 DEBUG Popping from q - node2.lbnl.nodes.planet-lab.org
-2006-09-29 01:42:03,575 DEBUG Found tickets for planet2.cs.rochester.edu
-2006-09-29 01:42:03,575 DEBUG Popping from q - planetlab2.cs.byu.edu
-2006-09-29 01:42:03,577 DEBUG Popping from q - cqu1.6planetlab.edu.cn
-2006-09-29 01:42:03,578 DEBUG Found tickets for planetlab1.ias.csusb.edu
-2006-09-29 01:42:03,579 DEBUG Popping from q - planetlab2.acis.ufl.edu
-2006-09-29 01:42:03,580 DEBUG Popping from q - planetlab1.cs.unibo.it
-2006-09-29 01:42:03,581 DEBUG Popping from q - tju2.6planetlab.edu.cn
-2006-09-29 01:42:03,582 DEBUG Found tickets for cqu1.6planetlab.edu.cn
-2006-09-29 01:42:03,583 DEBUG Popping from q - orbpl1.rutgers.edu
-2006-09-29 01:42:03,584 DEBUG Popping from q - ent1.cs.nccu.edu.tw
-2006-09-29 01:42:03,586 DEBUG Found tickets for planetlab1.cs.unibo.it
-2006-09-29 01:42:03,586 DEBUG Popping from q - planet0.jaist.ac.jp
-2006-09-29 01:42:03,587 DEBUG Found tickets for planetlab2.acis.ufl.edu
-2006-09-29 01:42:03,588 DEBUG Popping from q - planetlab1.informatik.uni-wuerzburg.de
-2006-09-29 01:42:03,589 DEBUG Found tickets for ent1.cs.nccu.edu.tw
-2006-09-29 01:42:03,589 DEBUG Popping from q - planetlab3.warsaw.rd.tp.pl
-2006-09-29 01:42:03,590 DEBUG Found tickets for orbpl1.rutgers.edu
-2006-09-29 01:42:03,591 DEBUG Popping from q - planetlab0.ias.csusb.edu
-2006-09-29 01:42:03,592 DEBUG Found tickets for tju2.6planetlab.edu.cn
-2006-09-29 01:42:03,592 DEBUG Popping from q - planetlab-2.amst.nodes.planet-lab.org
-2006-09-29 01:42:03,593 DEBUG Found tickets for planet0.jaist.ac.jp
-2006-09-29 01:42:03,594 DEBUG Popping from q - planetlab3.inria.fr
-2006-09-29 01:42:03,595 DEBUG Found tickets for planetlab1.informatik.uni-wuerzburg.de
-2006-09-29 01:42:03,595 DEBUG Popping from q - 200-102-209-152.paemt7001.t.brasiltelecom.net.br
-2006-09-29 01:42:03,597 DEBUG Popping from q - planetlab3.mnl.cs.sunysb.edu
-2006-09-29 01:42:03,599 DEBUG Found tickets for planetlab0.ias.csusb.edu
-2006-09-29 01:42:03,599 DEBUG Popping from q - planetlab-15.cs.princeton.edu
-2006-09-29 01:42:03,600 DEBUG Popping from q - ent2.cs.nccu.edu.tw
-2006-09-29 01:42:03,601 DEBUG Popping from q - planet-lab-2.csse.monash.edu.au
-2006-09-29 01:42:03,602 DEBUG Found tickets for 200-102-209-152.paemt7001.t.brasiltelecom.net.br
-2006-09-29 01:42:03,603 DEBUG Popping from q - planet1.ecse.rpi.edu
-2006-09-29 01:42:03,605 DEBUG Popping from q - planetlab2.pop-mg.rnp.br
-2006-09-29 01:42:03,606 DEBUG Found tickets for ent2.cs.nccu.edu.tw
-2006-09-29 01:42:03,606 DEBUG Popping from q - planetlab-2.unk.edu
-2006-09-29 01:42:03,607 DEBUG Found tickets for planet-lab-2.csse.monash.edu.au
-2006-09-29 01:42:03,608 DEBUG Popping from q - planetlab2.rdfrancetelecom.com
-2006-09-29 01:42:03,609 DEBUG Popping from q - planetlab1.eurecom.fr
-2006-09-29 01:42:03,610 DEBUG Found tickets for planet1.ecse.rpi.edu
-2006-09-29 01:42:03,611 DEBUG Popping from q - planetlab1.cs.virginia.edu
-2006-09-29 01:42:03,612 DEBUG Popping from q - tju1.6planetlab.edu.cn
-2006-09-29 01:42:03,614 DEBUG Found tickets for planetlab2.pop-mg.rnp.br
-2006-09-29 01:42:03,614 DEBUG Popping from q - planetlab-3.amst.nodes.planet-lab.org
-2006-09-29 01:42:03,615 DEBUG Found tickets for planetlab1.eurecom.fr
-2006-09-29 01:42:03,615 DEBUG Popping from q - planetlab1.georgetown.edu
-2006-09-29 01:42:03,617 DEBUG Found tickets for planetlab2.rdfrancetelecom.com
-2006-09-29 01:42:03,617 DEBUG Popping from q - planet1.inf.tu-dresden.de
-2006-09-29 01:42:03,618 DEBUG Popping from q - alice.cs.princeton.edu
-2006-09-29 01:42:03,619 DEBUG Found tickets for tju1.6planetlab.edu.cn
-2006-09-29 01:42:03,620 DEBUG Popping from q - planetlab02.erin.utoronto.ca
-2006-09-29 01:42:03,621 DEBUG Found tickets for alice.cs.princeton.edu
-2006-09-29 01:42:03,622 DEBUG Popping from q - planetlab-1.vuse.vanderbilt.edu
-2006-09-29 01:42:03,623 DEBUG Popping from q - planetlab3.uvic.ca
-2006-09-29 01:42:03,624 DEBUG Found tickets for planetlab1.georgetown.edu
-2006-09-29 01:42:03,625 DEBUG Popping from q - scut2.6planetlab.edu.cn
-2006-09-29 01:42:03,626 DEBUG Popping from q - planetlab1.swidnik.rd.tp.pl
-2006-09-29 01:42:03,627 DEBUG Popping from q - planet2.cdacb.ernet.in
-2006-09-29 01:42:03,629 DEBUG Found tickets for planetlab3.uvic.ca
-2006-09-29 01:42:03,630 DEBUG Popping from q - planetlab1.rdfrancetelecom.com
-2006-09-29 01:42:03,631 DEBUG Found tickets for scut2.6planetlab.edu.cn
-2006-09-29 01:42:03,631 DEBUG Popping from q - planet2.inf.tu-dresden.de
-2006-09-29 01:42:03,632 DEBUG Found tickets for planet2.cdacb.ernet.in
-2006-09-29 01:42:03,633 DEBUG Popping from q - planet02.csc.ncsu.edu
-2006-09-29 01:42:03,633 DEBUG Found tickets for planetlab-1.vuse.vanderbilt.edu
-2006-09-29 01:42:03,634 DEBUG Popping from q - planetlab-1.tssg.org
-2006-09-29 01:42:03,635 DEBUG Found tickets for planetlab1.swidnik.rd.tp.pl
-2006-09-29 01:42:03,635 DEBUG Popping from q - planetlab-2.vuse.vanderbilt.edu
-2006-09-29 01:42:03,637 DEBUG Found tickets for planetlab1.rdfrancetelecom.com
-2006-09-29 01:42:03,637 DEBUG Popping from q - planetlab-11.cs.princeton.edu
-2006-09-29 01:42:03,638 DEBUG Popping from q - planet03.csc.ncsu.edu
-2006-09-29 01:42:03,639 DEBUG Found tickets for planetlab-1.tssg.org
-2006-09-29 01:42:03,640 DEBUG Popping from q - planetlab1.pop-rj.rnp.br
-2006-09-29 01:42:03,641 DEBUG Found tickets for planetlab-2.vuse.vanderbilt.edu
-2006-09-29 01:42:03,642 DEBUG Popping from q - planet1.halifax.canet4.nodes.planet-lab.org
-2006-09-29 01:42:03,643 DEBUG Popping from q - planet1.cavite.nodes.planet-lab.org
-2006-09-29 01:42:03,645 DEBUG Popping from q - ds-pl3.technion.ac.il
-2006-09-29 01:42:03,646 DEBUG Popping from q - planetlab2.cs.purdue.edu
-2006-09-29 01:42:03,647 DEBUG Popping from q - planetlab3.millennium.berkeley.edu
-2006-09-29 01:42:03,648 DEBUG Found tickets for planetlab1.pop-rj.rnp.br
-2006-09-29 01:42:03,649 DEBUG Popping from q - planetlab1.unl.edu
-2006-09-29 01:42:03,650 DEBUG Popping from q - planetlab1.cs.colorado.edu
-2006-09-29 01:42:03,652 DEBUG Found tickets for ds-pl3.technion.ac.il
-2006-09-29 01:42:03,652 DEBUG Popping from q - planetlab02.cs.washington.edu
-2006-09-29 01:42:03,653 DEBUG Popping from q - pads21.cs.nthu.edu.tw
-2006-09-29 01:42:03,654 DEBUG Popping from q - orbpl2.rutgers.edu
-2006-09-29 01:42:03,656 DEBUG Found tickets for planetlab1.unl.edu
-2006-09-29 01:42:03,656 DEBUG Popping from q - planetlab2.informatik.uni-erlangen.de
-2006-09-29 01:42:03,657 DEBUG Found tickets for planetlab1.cs.colorado.edu
-2006-09-29 01:42:03,658 DEBUG Popping from q - planetlab-01.ipv6.lip6.fr
-2006-09-29 01:42:03,659 DEBUG Found tickets for planetlab02.cs.washington.edu
-2006-09-29 01:42:03,660 DEBUG Popping from q - pl2.ernet.in
-2006-09-29 01:42:03,661 DEBUG Popping from q - neu2.6planetlab.edu.cn
-2006-09-29 01:42:03,662 DEBUG Found tickets for planetlab-01.ipv6.lip6.fr
-2006-09-29 01:42:03,663 DEBUG Popping from q - planetlab-2.cs.uni-paderborn.de
-2006-09-29 01:42:03,664 DEBUG Found tickets for orbpl2.rutgers.edu
-2006-09-29 01:42:03,664 DEBUG Popping from q - planet5.cs.huji.ac.il
-2006-09-29 01:42:03,665 DEBUG Found tickets for planetlab2.informatik.uni-erlangen.de
-2006-09-29 01:42:03,666 DEBUG Popping from q - planetlab1.elet.polimi.it
-2006-09-29 01:42:03,667 DEBUG Popping from q - planetlab2.iiitb.ac.in
-2006-09-29 01:42:03,668 DEBUG Popping from q - server1.planetlab.iit-tech.net
-2006-09-29 01:42:03,670 DEBUG Popping from q - planetlab2.iitb.ac.in
-2006-09-29 01:42:03,671 DEBUG Popping from q - planetlab02.dis.unina.it
-2006-09-29 01:42:03,673 DEBUG Popping from q - planetlab-1.dis.uniroma1.it
-2006-09-29 01:42:03,674 DEBUG Found tickets for server1.planetlab.iit-tech.net
-2006-09-29 01:42:03,674 DEBUG Popping from q - planetlab1.iitb.ac.in
-2006-09-29 01:42:03,676 DEBUG Popping from q - pku1.6planetlab.edu.cn
-2006-09-29 01:42:03,677 DEBUG Found tickets for planetlab2.iitb.ac.in
-2006-09-29 01:42:03,677 DEBUG Popping from q - planetlab1.warsaw.rd.tp.pl
-2006-09-29 01:42:03,678 DEBUG Popping from q - planetlab1.cri.haifa.ac.il
-2006-09-29 01:42:03,679 DEBUG Popping from q - planetlab-2.cs.ucy.ac.cy
-2006-09-29 01:42:03,682 DEBUG Found tickets for planetlab1.iitb.ac.in
-2006-09-29 01:42:03,682 DEBUG Popping from q - pl1.ernet.in
-2006-09-29 01:42:03,683 DEBUG Found tickets for pku1.6planetlab.edu.cn
-2006-09-29 01:42:03,684 DEBUG Popping from q - planetlab2.georgetown.edu
-2006-09-29 01:42:03,685 DEBUG Popping from q - server2.planetlab.iit-tech.net
-2006-09-29 01:42:03,686 DEBUG Popping from q - planetlab2.di.unito.it
-2006-09-29 01:42:03,687 DEBUG Found tickets for planetlab1.cri.haifa.ac.il
-2006-09-29 01:42:03,688 DEBUG Popping from q - planetlab1.csee.usf.edu
-2006-09-29 01:42:03,689 DEBUG Popping from q - planetlab-2.dis.uniroma1.it
-2006-09-29 01:42:03,691 DEBUG Found tickets for server2.planetlab.iit-tech.net
-2006-09-29 01:42:03,691 DEBUG Popping from q - planetlab2.informatik.uni-kl.de
-2006-09-29 01:42:03,692 DEBUG Popping from q - planet1.cs.rochester.edu
-2006-09-29 01:42:03,693 DEBUG Popping from q - planetlab1.rutgers.edu
-2006-09-29 01:42:03,695 DEBUG Found tickets for planetlab2.georgetown.edu
-2006-09-29 01:42:03,695 DEBUG Popping from q - planetlab-2.ece.iastate.edu
-2006-09-29 01:42:03,696 DEBUG Popping from q - planetlab-1.sjce.nodes.planet-lab.org
-2006-09-29 01:42:03,698 DEBUG Found tickets for planetlab2.informatik.uni-kl.de
-2006-09-29 01:42:03,698 DEBUG Popping from q - planetlab2.ece.ucdavis.edu
-2006-09-29 01:42:03,700 DEBUG Found tickets for planet1.cs.rochester.edu
-2006-09-29 01:42:03,700 DEBUG Popping from q - planetlab1.ie.cuhk.edu.hk
-2006-09-29 01:42:03,701 DEBUG Found tickets for planetlab1.rutgers.edu
-2006-09-29 01:42:03,702 DEBUG Popping from q - planetlab2lannion.elibel.tm.fr
-2006-09-29 01:42:03,703 DEBUG Popping from q - planetlab01.mpi-sws.mpg.de
-2006-09-29 01:42:03,704 DEBUG Popping from q - planetlab2.cs.duke.edu
-2006-09-29 01:42:03,706 DEBUG Found tickets for planetlab1.ie.cuhk.edu.hk
-2006-09-29 01:42:03,706 DEBUG Popping from q - planetlab1.rn.informatics.scitech.susx.ac.uk
-2006-09-29 01:42:03,707 DEBUG Found tickets for planetlab-1.sjce.nodes.planet-lab.org
-2006-09-29 01:42:03,708 DEBUG Popping from q - planetlab1.eee.hku.hk
-2006-09-29 01:42:03,709 DEBUG Popping from q - pads23.cs.nthu.edu.tw
-2006-09-29 01:42:03,710 DEBUG Popping from q - planet2.halifax.canet4.nodes.planet-lab.org
-2006-09-29 01:42:03,712 DEBUG Popping from q - planetlab-2.tssg.org
-2006-09-29 01:42:03,714 DEBUG Found tickets for planetlab1.eee.hku.hk
-2006-09-29 01:42:03,714 DEBUG Popping from q - 200-102-209-151.paemt7001.t.brasiltelecom.net.br
-2006-09-29 01:42:03,715 DEBUG Popping from q - planetlab2.uc.edu
-2006-09-29 01:42:03,716 DEBUG Found tickets for planet2.halifax.canet4.nodes.planet-lab.org
-2006-09-29 01:42:03,717 DEBUG Popping from q - planetlab2.poly.edu
-2006-09-29 01:42:03,718 DEBUG Found tickets for planetlab1.rn.informatics.scitech.susx.ac.uk
-2006-09-29 01:42:03,718 DEBUG Popping from q - planetlab1.poly.edu
-2006-09-29 01:42:03,719 DEBUG Found tickets for planetlab-2.tssg.org
-2006-09-29 01:42:03,720 DEBUG Popping from q - planetlab2.net-research.org.uk
-2006-09-29 01:42:03,722 DEBUG Found tickets for 200-102-209-151.paemt7001.t.brasiltelecom.net.br
-2006-09-29 01:42:03,722 DEBUG Popping from q - planetlab-2.imperial.ac.uk
-2006-09-29 01:42:03,725 DEBUG Popping from q - planetlab-1.imperial.ac.uk
-2006-09-29 01:42:03,726 DEBUG Popping from q - planetlab1.byu.edu
-2006-09-29 01:42:03,727 DEBUG Found tickets for planetlab2.net-research.org.uk
-2006-09-29 01:42:03,728 DEBUG Popping from q - planetlab1.cis.upenn.edu
-2006-09-29 01:42:03,730 DEBUG Found tickets for planetlab-2.imperial.ac.uk
-2006-09-29 01:42:03,730 DEBUG Popping from q - planetlab2.eee.hku.hk
-2006-09-29 01:42:03,732 DEBUG Found tickets for planetlab-1.imperial.ac.uk
-2006-09-29 02:02:03,288 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv
-2006-09-29 02:02:04,352 DEBUG Retrieved 705 hosts
-2006-09-29 02:02:04,358 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='drift%20%3E%201m'
-2006-09-29 02:02:04,492 DEBUG Retrieved 9 hosts
-2006-09-29 02:02:04,493 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='resptime%20%3E%200%20&&%20gbfree%20%3C%205'
-2006-09-29 02:02:04,627 DEBUG Retrieved 10 hosts
-2006-09-29 02:02:04,627 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='sshstatus%20%3E%202h'
-2006-09-29 02:02:04,972 DEBUG Retrieved 160 hosts
-2006-09-29 02:02:04,974 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='dns1udp%20%3E%2080%20&&%20dns2udp%20%3E%2080'
-2006-09-29 02:02:05,116 DEBUG Retrieved 6 hosts
-2006-09-29 02:02:05,117 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='filerw%3E0'
-2006-09-29 02:02:05,263 DEBUG Retrieved 2 hosts
-2006-09-29 02:02:05,265 DEBUG Popping from q - planetlab2.elet.polimi.it
-2006-09-29 02:02:05,267 DEBUG Popping from q - cs-planetlab2.cs.surrey.sfu.ca
-2006-09-29 02:02:05,268 DEBUG Popping from q - pli1-br-3.hpl.hp.com
-2006-09-29 02:02:05,269 DEBUG Popping from q - planetlab2.nbgisp.com
-2006-09-29 02:02:05,270 DEBUG Popping from q - planetlab1.cs.stir.ac.uk
-2006-09-29 02:02:05,272 DEBUG Popping from q - planetlab1.cse.msu.edu
-2006-09-29 02:02:05,273 DEBUG Found tickets for pli1-br-3.hpl.hp.com
-2006-09-29 02:02:05,273 DEBUG Popping from q - planetlab2.cse.msu.edu
-2006-09-29 02:02:05,276 DEBUG Popping from q - planetlab0.cs.stir.ac.uk
-2006-09-29 02:02:05,278 DEBUG Found tickets for planetlab2.cse.msu.edu
-2006-09-29 02:02:05,278 DEBUG Popping from q - planetlab1.informatik.uni-erlangen.de
-2006-09-29 02:02:05,279 DEBUG Found tickets for planetlab1.cse.msu.edu
-2006-09-29 02:02:05,279 DEBUG Popping from q - planetlab1.cs.purdue.edu
-2006-09-29 02:02:05,280 DEBUG Popping from q - planetlab1.een.orst.edu
-2006-09-29 02:02:05,283 DEBUG Popping from q - planetlab2.cs.columbia.edu
-2006-09-29 02:02:05,284 DEBUG Popping from q - planetlab1.win.trlabs.ca
-2006-09-29 02:02:05,285 DEBUG Found tickets for planetlab1.cs.purdue.edu
-2006-09-29 02:02:05,286 DEBUG Popping from q - planetlab1.cs.duke.edu
-2006-09-29 02:02:05,287 DEBUG Popping from q - planetlab2.flux.utah.edu
-2006-09-29 02:02:05,289 DEBUG Popping from q - planetlab3.cs.columbia.edu
-2006-09-29 02:02:05,290 DEBUG Popping from q - planetlab1.cs.columbia.edu
-2006-09-29 02:02:05,291 DEBUG Popping from q - planetlab3.flux.utah.edu
-2006-09-29 02:02:05,294 DEBUG Popping from q - planetlab-1.eecs.cwru.edu
-2006-09-29 02:02:05,295 DEBUG Popping from q - planetlab2.rutgers.edu
-2006-09-29 02:02:05,299 DEBUG Popping from q - vn3.cs.wustl.edu
-2006-09-29 02:02:05,300 DEBUG Popping from q - planetlab2.cri.haifa.ac.il
-2006-09-29 02:02:05,304 DEBUG Found tickets for vn3.cs.wustl.edu
-2006-09-29 02:02:05,305 DEBUG Popping from q - soccf-planet-001.comp.nus.edu.sg
-2006-09-29 02:02:05,306 DEBUG Popping from q - planetlab01.cse.psu.edu
-2006-09-29 02:02:05,307 DEBUG Found tickets for planetlab2.rutgers.edu
-2006-09-29 02:02:05,307 DEBUG Popping from q - csu2.6planetlab.edu.cn
-2006-09-29 02:02:05,309 DEBUG Found tickets for planetlab2.cri.haifa.ac.il
-2006-09-29 02:02:05,310 DEBUG Popping from q - planet2.njit.edu
-2006-09-29 02:02:05,311 DEBUG Popping from q - planetlab2.unl.edu
-2006-09-29 02:02:05,314 DEBUG Found tickets for soccf-planet-001.comp.nus.edu.sg
-2006-09-29 02:02:05,314 DEBUG Popping from q - planetlab1.cs.pitt.edu
-2006-09-29 02:02:05,315 DEBUG Found tickets for csu2.6planetlab.edu.cn
-2006-09-29 02:02:05,315 DEBUG Popping from q - planetlab-2.eecs.cwru.edu
-2006-09-29 02:02:05,318 DEBUG Found tickets for planet2.njit.edu
-2006-09-29 02:02:05,319 DEBUG Popping from q - planetlab2.urv.net
-2006-09-29 02:02:05,323 DEBUG Popping from q - planetlab7.csail.mit.edu
-2006-09-29 02:02:05,324 DEBUG Popping from q - buaa1.6planetlab.edu.cn
-2006-09-29 02:02:05,325 DEBUG Popping from q - ricepl-3.cs.rice.edu
-2006-09-29 02:02:05,328 DEBUG Popping from q - planet-lab-1.csse.monash.edu.au
-2006-09-29 02:02:05,329 DEBUG Found tickets for planetlab7.csail.mit.edu
-2006-09-29 02:02:05,330 DEBUG Popping from q - planetlab5.millennium.berkeley.edu
-2006-09-29 02:02:05,332 DEBUG Popping from q - planetlab1.pop-ce.rnp.br
-2006-09-29 02:02:05,333 DEBUG Found tickets for buaa1.6planetlab.edu.cn
-2006-09-29 02:02:05,333 DEBUG Popping from q - planetlab2.mnlab.cti.depaul.edu
-2006-09-29 02:02:05,336 DEBUG Popping from q - peace.ri.uni-tuebingen.de
-2006-09-29 02:02:05,338 DEBUG Found tickets for planetlab1.pop-ce.rnp.br
-2006-09-29 02:02:05,338 DEBUG Popping from q - planetlab-8.cs.princeton.edu
-2006-09-29 02:02:05,339 DEBUG Popping from q - planetlab2.ucsd.edu
-2006-09-29 02:02:05,341 DEBUG Found tickets for planetlab2.mnlab.cti.depaul.edu
-2006-09-29 02:02:05,341 DEBUG Popping from q - blast.uwaterloo.ca
-2006-09-29 02:02:05,343 DEBUG Popping from q - planetlab1.cs.wayne.edu
-2006-09-29 02:02:05,344 DEBUG Found tickets for planetlab-8.cs.princeton.edu
-2006-09-29 02:02:05,344 DEBUG Popping from q - pli1-br-3.hpl.hp.com
-2006-09-29 02:02:05,347 DEBUG Found tickets for planetlab2.ucsd.edu
-2006-09-29 02:02:05,348 DEBUG Popping from q - planetlab2.eurecom.fr
-2006-09-29 02:02:05,350 DEBUG Found tickets for blast.uwaterloo.ca
-2006-09-29 02:02:05,350 DEBUG Popping from q - planetlab1.di.unito.it
-2006-09-29 02:02:05,351 DEBUG Found tickets for planetlab1.cs.wayne.edu
-2006-09-29 02:02:05,351 DEBUG Popping from q - planetlab2.simula.no
-2006-09-29 02:02:05,355 DEBUG Found tickets for pli1-br-3.hpl.hp.com
-2006-09-29 02:02:05,355 DEBUG Popping from q - planetlab01.dis.unina.it
-2006-09-29 02:02:05,357 DEBUG Found tickets for planetlab1.di.unito.it
-2006-09-29 02:02:05,357 DEBUG Popping from q - planetlab1.flux.utah.edu
-2006-09-29 02:02:05,359 DEBUG Popping from q - planetlab-1.ece.iastate.edu
-2006-09-29 02:02:05,360 DEBUG Popping from q - sdu1.6planetlab.edu.cn
-2006-09-29 02:02:05,362 DEBUG Popping from q - planetlab4.upc.es
-2006-09-29 02:02:05,364 DEBUG Popping from q - planetlab-13.cs.princeton.edu
-2006-09-29 02:02:05,367 DEBUG Found tickets for sdu1.6planetlab.edu.cn
-2006-09-29 02:02:05,367 DEBUG Popping from q - planet1.cc.gt.atl.ga.us
-2006-09-29 02:02:05,368 DEBUG Found tickets for planetlab-1.ece.iastate.edu
-2006-09-29 02:02:05,368 DEBUG Popping from q - planetlab2.eecs.wsu.edu
-2006-09-29 02:02:05,371 DEBUG Found tickets for planetlab-13.cs.princeton.edu
-2006-09-29 02:02:05,371 DEBUG Popping from q - planet2.cs.ucsb.edu
-2006-09-29 02:02:05,373 DEBUG Popping from q - xjtu2.6planetlab.edu.cn
-2006-09-29 02:02:05,374 DEBUG Popping from q - planetlab3.upc.es
-2006-09-29 02:02:05,377 DEBUG Popping from q - node1.lbnl.nodes.planet-lab.org
-2006-09-29 02:02:05,378 DEBUG Found tickets for planet2.cs.ucsb.edu
-2006-09-29 02:02:05,379 DEBUG Popping from q - planetlab1.iitr.ernet.in
-2006-09-29 02:02:05,380 DEBUG Popping from q - planetlab1.ipls.internet2.planet-lab.org
-2006-09-29 02:02:05,382 DEBUG Popping from q - planetlab2.uvic.ca
-2006-09-29 02:02:05,383 DEBUG Popping from q - planetlab01.erin.utoronto.ca
-2006-09-29 02:02:05,385 DEBUG Popping from q - planetlab-4.ece.iastate.edu
-2006-09-29 02:02:05,386 DEBUG Found tickets for planetlab2.uvic.ca
-2006-09-29 02:02:05,386 DEBUG Popping from q - planetlab2.informatik.uni-goettingen.de
-2006-09-29 02:02:05,387 DEBUG Popping from q - ds-pl1.technion.ac.il
-2006-09-29 02:02:06,738 DEBUG Popping from q - planetlab1.mnl.cs.sunysb.edu
-2006-09-29 02:02:06,740 DEBUG Popping from q - aladdin.planetlab.extranet.uni-passau.de
-2006-09-29 02:02:06,741 DEBUG Found tickets for planetlab-4.ece.iastate.edu
-2006-09-29 02:02:06,741 DEBUG Popping from q - planetlab-1.cs.uni-paderborn.de
-2006-09-29 02:02:06,743 DEBUG Found tickets for planetlab2.informatik.uni-goettingen.de
-2006-09-29 02:02:06,743 DEBUG Popping from q - planet1.njit.edu
-2006-09-29 02:02:06,744 DEBUG Found tickets for planetlab1.mnl.cs.sunysb.edu
-2006-09-29 02:02:06,745 DEBUG Popping from q - pku2.6planetlab.edu.cn
-2006-09-29 02:02:06,746 DEBUG Popping from q - planetlab-1.cs.ucy.ac.cy
-2006-09-29 02:02:06,747 DEBUG Popping from q - planetlab00.cse.psu.edu
-2006-09-29 02:02:06,749 DEBUG Popping from q - planetlab04.ethz.ch
-2006-09-29 02:02:06,750 DEBUG Popping from q - sdu2.6planetlab.edu.cn
-2006-09-29 02:02:06,751 DEBUG Popping from q - planet-lab.iki.rssi.ru
-2006-09-29 02:02:06,753 DEBUG Found tickets for planetlab04.ethz.ch
-2006-09-29 02:02:06,754 DEBUG Popping from q - planetlab1.polito.it
-2006-09-29 02:02:06,755 DEBUG Popping from q - planetlab1.uvic.ca
-2006-09-29 02:02:06,757 DEBUG Found tickets for sdu2.6planetlab.edu.cn
-2006-09-29 02:02:06,758 DEBUG Popping from q - planetlab1.cs.byu.edu
-2006-09-29 02:02:06,761 DEBUG Found tickets for planet-lab.iki.rssi.ru
-2006-09-29 02:02:06,762 DEBUG Popping from q - planetlab-1.amst.nodes.planet-lab.org
-2006-09-29 02:02:06,763 DEBUG Found tickets for planetlab1.polito.it
-2006-09-29 02:02:06,763 DEBUG Popping from q - cloudburst.uwaterloo.ca
-2006-09-29 02:02:06,767 DEBUG Found tickets for planetlab1.uvic.ca
-2006-09-29 02:02:06,767 DEBUG Popping from q - planet2.cs.rochester.edu
-2006-09-29 02:02:06,768 DEBUG Popping from q - planetlab1.xeno.cl.cam.ac.uk
-2006-09-29 02:02:06,770 DEBUG Popping from q - lycra.cs.princeton.edu
-2006-09-29 02:02:06,773 DEBUG Found tickets for cloudburst.uwaterloo.ca
-2006-09-29 02:02:06,773 DEBUG Popping from q - planetlab06.mpi-sws.mpg.de
-2006-09-29 02:02:06,774 DEBUG Found tickets for planet2.cs.rochester.edu
-2006-09-29 02:02:06,775 DEBUG Popping from q - planetlab1.ias.csusb.edu
-2006-09-29 02:02:06,776 DEBUG Popping from q - vayu.iitd.ernet.in
-2006-09-29 02:02:06,778 DEBUG Found tickets for lycra.cs.princeton.edu
-2006-09-29 02:02:06,778 DEBUG Popping from q - node2.lbnl.nodes.planet-lab.org
-2006-09-29 02:02:06,780 DEBUG Found tickets for planetlab1.ias.csusb.edu
-2006-09-29 02:02:06,780 DEBUG Popping from q - planetlab2.cs.byu.edu
-2006-09-29 02:02:06,781 DEBUG Popping from q - cqu1.6planetlab.edu.cn
-2006-09-29 02:02:06,783 DEBUG Popping from q - planetlab2.acis.ufl.edu
-2006-09-29 02:02:06,785 DEBUG Popping from q - planetlab1.cs.unibo.it
-2006-09-29 02:02:06,786 DEBUG Found tickets for cqu1.6planetlab.edu.cn
-2006-09-29 02:02:06,786 DEBUG Popping from q - tju2.6planetlab.edu.cn
-2006-09-29 02:02:06,788 DEBUG Popping from q - orbpl1.rutgers.edu
-2006-09-29 02:02:06,789 DEBUG Found tickets for planetlab2.acis.ufl.edu
-2006-09-29 02:02:06,790 DEBUG Popping from q - ent1.cs.nccu.edu.tw
-2006-09-29 02:02:06,791 DEBUG Found tickets for planetlab1.cs.unibo.it
-2006-09-29 02:02:06,791 DEBUG Popping from q - planet0.jaist.ac.jp
-2006-09-29 02:02:06,793 DEBUG Found tickets for orbpl1.rutgers.edu
-2006-09-29 02:02:06,793 DEBUG Popping from q - planetlab1.informatik.uni-wuerzburg.de
-2006-09-29 02:02:06,794 DEBUG Found tickets for tju2.6planetlab.edu.cn
-2006-09-29 02:02:06,795 DEBUG Popping from q - planetlab3.warsaw.rd.tp.pl
-2006-09-29 02:02:06,796 DEBUG Found tickets for ent1.cs.nccu.edu.tw
-2006-09-29 02:02:06,796 DEBUG Popping from q - planetlab0.ias.csusb.edu
-2006-09-29 02:02:06,798 DEBUG Found tickets for planet0.jaist.ac.jp
-2006-09-29 02:02:06,798 DEBUG Popping from q - planetlab-2.amst.nodes.planet-lab.org
-2006-09-29 02:02:06,800 DEBUG Found tickets for planetlab1.informatik.uni-wuerzburg.de
-2006-09-29 02:02:06,800 DEBUG Popping from q - planetlab3.inria.fr
-2006-09-29 02:02:06,802 DEBUG Found tickets for planetlab0.ias.csusb.edu
-2006-09-29 02:02:06,802 DEBUG Popping from q - 200-102-209-152.paemt7001.t.brasiltelecom.net.br
-2006-09-29 02:02:06,803 DEBUG Popping from q - planetlab3.mnl.cs.sunysb.edu
-2006-09-29 02:02:06,807 DEBUG Popping from q - planetlab-15.cs.princeton.edu
-2006-09-29 02:02:06,809 DEBUG Popping from q - ent2.cs.nccu.edu.tw
-2006-09-29 02:02:06,810 DEBUG Found tickets for 200-102-209-152.paemt7001.t.brasiltelecom.net.br
-2006-09-29 02:02:06,811 DEBUG Popping from q - planet-lab-2.csse.monash.edu.au
-2006-09-29 02:02:06,812 DEBUG Popping from q - planet1.ecse.rpi.edu
-2006-09-29 02:02:06,813 DEBUG Popping from q - planetlab2.pop-mg.rnp.br
-2006-09-29 02:02:06,815 DEBUG Found tickets for ent2.cs.nccu.edu.tw
-2006-09-29 02:02:06,815 DEBUG Popping from q - planetlab-2.unk.edu
-2006-09-29 02:02:06,818 DEBUG Found tickets for planet1.ecse.rpi.edu
-2006-09-29 02:02:06,819 DEBUG Popping from q - planetlab2.rdfrancetelecom.com
-2006-09-29 02:02:06,820 DEBUG Found tickets for planet-lab-2.csse.monash.edu.au
-2006-09-29 02:02:06,820 DEBUG Popping from q - planetlab1.eurecom.fr
-2006-09-29 02:02:06,821 DEBUG Found tickets for planetlab2.pop-mg.rnp.br
-2006-09-29 02:02:06,821 DEBUG Popping from q - planetlab1.cs.virginia.edu
-2006-09-29 02:02:06,824 DEBUG Found tickets for planetlab2.rdfrancetelecom.com
-2006-09-29 02:02:06,824 DEBUG Popping from q - tju1.6planetlab.edu.cn
-2006-09-29 02:02:06,825 DEBUG Popping from q - planetlab-3.amst.nodes.planet-lab.org
-2006-09-29 02:02:06,827 DEBUG Popping from q - planetlab1.georgetown.edu
-2006-09-29 02:02:06,829 DEBUG Found tickets for planetlab1.eurecom.fr
-2006-09-29 02:02:06,829 DEBUG Popping from q - planet1.inf.tu-dresden.de
-2006-09-29 02:02:06,830 DEBUG Found tickets for tju1.6planetlab.edu.cn
-2006-09-29 02:02:06,831 DEBUG Popping from q - alice.cs.princeton.edu
-2006-09-29 02:02:06,831 DEBUG Popping from q - planetlab02.erin.utoronto.ca
-2006-09-29 02:02:06,833 DEBUG Popping from q - planetlab-1.vuse.vanderbilt.edu
-2006-09-29 02:02:06,835 DEBUG Found tickets for planetlab1.georgetown.edu
-2006-09-29 02:02:06,835 DEBUG Popping from q - planetlab3.uvic.ca
-2006-09-29 02:02:06,836 DEBUG Popping from q - scut2.6planetlab.edu.cn
-2006-09-29 02:02:06,838 DEBUG Found tickets for alice.cs.princeton.edu
-2006-09-29 02:02:06,838 DEBUG Popping from q - planetlab1.swidnik.rd.tp.pl
-2006-09-29 02:02:06,841 DEBUG Found tickets for planetlab-1.vuse.vanderbilt.edu
-2006-09-29 02:02:06,842 DEBUG Popping from q - planet2.cdacb.ernet.in
-2006-09-29 02:02:06,843 DEBUG Found tickets for planetlab3.uvic.ca
-2006-09-29 02:02:06,843 DEBUG Popping from q - planetlab1.rdfrancetelecom.com
-2006-09-29 02:02:06,844 DEBUG Found tickets for scut2.6planetlab.edu.cn
-2006-09-29 02:02:06,844 DEBUG Popping from q - planet2.inf.tu-dresden.de
-2006-09-29 02:02:06,845 DEBUG Found tickets for planetlab1.swidnik.rd.tp.pl
-2006-09-29 02:02:06,846 DEBUG Popping from q - planet02.csc.ncsu.edu
-2006-09-29 02:02:06,848 DEBUG Found tickets for planet2.cdacb.ernet.in
-2006-09-29 02:02:06,848 DEBUG Popping from q - planetlab-1.tssg.org
-2006-09-29 02:02:06,850 DEBUG Popping from q - planetlab-2.vuse.vanderbilt.edu
-2006-09-29 02:02:06,851 DEBUG Popping from q - planetlab-11.cs.princeton.edu
-2006-09-29 02:02:06,852 DEBUG Found tickets for planetlab1.rdfrancetelecom.com
-2006-09-29 02:02:06,853 DEBUG Popping from q - planet03.csc.ncsu.edu
-2006-09-29 02:02:07,382 DEBUG Found tickets for planetlab-1.tssg.org
-2006-09-29 02:02:07,383 DEBUG Popping from q - planetlab1.pop-rj.rnp.br
-2006-09-29 02:02:07,384 DEBUG Found tickets for planetlab-2.vuse.vanderbilt.edu
-2006-09-29 02:02:07,385 DEBUG Popping from q - planet1.halifax.canet4.nodes.planet-lab.org
-2006-09-29 02:02:07,386 DEBUG Popping from q - planet1.cavite.nodes.planet-lab.org
-2006-09-29 02:02:07,387 DEBUG Popping from q - ds-pl3.technion.ac.il
-2006-09-29 02:02:07,389 DEBUG Found tickets for planetlab1.pop-rj.rnp.br
-2006-09-29 02:02:07,389 DEBUG Popping from q - planetlab2.cs.purdue.edu
-2006-09-29 02:02:07,390 DEBUG Popping from q - planetlab3.millennium.berkeley.edu
-2006-09-29 02:02:07,394 DEBUG Popping from q - planetlab1.unl.edu
-2006-09-29 02:02:07,395 DEBUG Found tickets for ds-pl3.technion.ac.il
-2006-09-29 02:02:07,396 DEBUG Popping from q - planetlab1.cs.colorado.edu
-2006-09-29 02:02:07,397 DEBUG Popping from q - planetlab02.cs.washington.edu
-2006-09-29 02:02:07,398 DEBUG Popping from q - pads21.cs.nthu.edu.tw
-2006-09-29 02:02:07,400 DEBUG Found tickets for planetlab1.cs.colorado.edu
-2006-09-29 02:02:07,400 DEBUG Popping from q - orbpl2.rutgers.edu
-2006-09-29 02:02:07,401 DEBUG Found tickets for planetlab02.cs.washington.edu
-2006-09-29 02:02:07,402 DEBUG Popping from q - planetlab2.informatik.uni-erlangen.de
-2006-09-29 02:02:07,403 DEBUG Found tickets for planetlab1.unl.edu
-2006-09-29 02:02:07,403 DEBUG Popping from q - planetlab-01.ipv6.lip6.fr
-2006-09-29 02:02:07,405 DEBUG Popping from q - pl2.ernet.in
-2006-09-29 02:02:07,406 DEBUG Found tickets for orbpl2.rutgers.edu
-2006-09-29 02:02:07,407 DEBUG Popping from q - neu2.6planetlab.edu.cn
-2006-09-29 02:02:07,408 DEBUG Found tickets for planetlab-01.ipv6.lip6.fr
-2006-09-29 02:02:07,408 DEBUG Popping from q - planetlab-2.cs.uni-paderborn.de
-2006-09-29 02:02:07,410 DEBUG Found tickets for planetlab2.informatik.uni-erlangen.de
-2006-09-29 02:02:07,410 DEBUG Popping from q - planet5.cs.huji.ac.il
-2006-09-29 02:02:07,412 DEBUG Popping from q - planetlab1.elet.polimi.it
-2006-09-29 02:02:07,415 DEBUG Popping from q - planetlab2.iiitb.ac.in
-2006-09-29 02:02:07,416 DEBUG Popping from q - server1.planetlab.iit-tech.net
-2006-09-29 02:02:07,418 DEBUG Popping from q - planetlab2.iitb.ac.in
-2006-09-29 02:02:07,421 DEBUG Popping from q - planetlab02.dis.unina.it
-2006-09-29 02:02:07,422 DEBUG Found tickets for server1.planetlab.iit-tech.net
-2006-09-29 02:02:07,423 DEBUG Popping from q - planetlab-1.dis.uniroma1.it
-2006-09-29 02:02:07,425 DEBUG Found tickets for planetlab2.iitb.ac.in
-2006-09-29 02:02:07,425 DEBUG Popping from q - planetlab1.iitb.ac.in
-2006-09-29 02:02:07,426 DEBUG Popping from q - pku1.6planetlab.edu.cn
-2006-09-29 02:02:07,428 DEBUG Popping from q - planetlab1.warsaw.rd.tp.pl
-2006-09-29 02:02:07,431 DEBUG Found tickets for planetlab1.iitb.ac.in
-2006-09-29 02:02:07,431 DEBUG Popping from q - planetlab1.cri.haifa.ac.il
-2006-09-29 02:02:07,432 DEBUG Found tickets for pku1.6planetlab.edu.cn
-2006-09-29 02:02:07,432 DEBUG Popping from q - planetlab-2.cs.ucy.ac.cy
-2006-09-29 02:02:07,433 DEBUG Popping from q - pl1.ernet.in
-2006-09-29 02:02:07,437 DEBUG Popping from q - planetlab2.georgetown.edu
-2006-09-29 02:02:07,438 DEBUG Popping from q - server2.planetlab.iit-tech.net
-2006-09-29 02:02:07,439 DEBUG Found tickets for planetlab1.cri.haifa.ac.il
-2006-09-29 02:02:07,439 DEBUG Popping from q - planetlab2.di.unito.it
-2006-09-29 02:02:07,442 DEBUG Found tickets for planetlab2.georgetown.edu
-2006-09-29 02:02:07,442 DEBUG Popping from q - planetlab1.csee.usf.edu
-2006-09-29 02:02:07,443 DEBUG Popping from q - planetlab-2.dis.uniroma1.it
-2006-09-29 02:02:07,446 DEBUG Popping from q - planetlab2.informatik.uni-kl.de
-2006-09-29 02:02:07,447 DEBUG Found tickets for server2.planetlab.iit-tech.net
-2006-09-29 02:02:07,448 DEBUG Popping from q - planet1.cs.rochester.edu
-2006-09-29 02:02:07,450 DEBUG Found tickets for planetlab2.informatik.uni-kl.de
-2006-09-29 02:02:07,450 DEBUG Popping from q - planetlab1.rutgers.edu
-2006-09-29 02:02:07,451 DEBUG Found tickets for planet1.cs.rochester.edu
-2006-09-29 02:02:07,452 DEBUG Popping from q - planetlab-2.ece.iastate.edu
-2006-09-29 02:02:07,452 DEBUG Popping from q - planetlab-1.sjce.nodes.planet-lab.org
-2006-09-29 02:02:07,454 DEBUG Popping from q - planetlab2.ece.ucdavis.edu
-2006-09-29 02:02:07,455 DEBUG Popping from q - planetlab1.ie.cuhk.edu.hk
-2006-09-29 02:02:07,459 DEBUG Found tickets for planetlab1.rutgers.edu
-2006-09-29 02:02:07,459 DEBUG Popping from q - planetlab2lannion.elibel.tm.fr
-2006-09-29 02:02:07,460 DEBUG Found tickets for planetlab-1.sjce.nodes.planet-lab.org
-2006-09-29 02:02:07,460 DEBUG Popping from q - planetlab01.mpi-sws.mpg.de
-2006-09-29 02:02:07,461 DEBUG Found tickets for planetlab1.ie.cuhk.edu.hk
-2006-09-29 02:02:07,462 DEBUG Popping from q - planetlab2.cs.duke.edu
-2006-09-29 02:02:07,464 DEBUG Popping from q - planetlab1.rn.informatics.scitech.susx.ac.uk
-2006-09-29 02:02:07,466 DEBUG Popping from q - planetlab1.eee.hku.hk
-2006-09-29 02:02:07,467 DEBUG Popping from q - pads23.cs.nthu.edu.tw
-2006-09-29 02:02:07,468 DEBUG Popping from q - planet2.halifax.canet4.nodes.planet-lab.org
-2006-09-29 02:02:07,471 DEBUG Found tickets for planetlab1.rn.informatics.scitech.susx.ac.uk
-2006-09-29 02:02:07,471 DEBUG Popping from q - planetlab-2.tssg.org
-2006-09-29 02:02:07,473 DEBUG Popping from q - 200-102-209-151.paemt7001.t.brasiltelecom.net.br
-2006-09-29 02:02:07,474 DEBUG Found tickets for planetlab1.eee.hku.hk
-2006-09-29 02:02:07,475 DEBUG Popping from q - planetlab2.poly.edu
-2006-09-29 02:02:07,476 DEBUG Found tickets for planet2.halifax.canet4.nodes.planet-lab.org
-2006-09-29 02:02:07,477 DEBUG Popping from q - planetlab1.poly.edu
-2006-09-29 02:02:07,475 DEBUG Found tickets for planetlab-2.tssg.org
-2006-09-29 02:02:07,478 DEBUG Popping from q - planetlab2.net-research.org.uk
-2006-09-29 02:02:07,479 DEBUG Found tickets for 200-102-209-151.paemt7001.t.brasiltelecom.net.br
-2006-09-29 02:02:07,480 DEBUG Popping from q - planetlab-2.imperial.ac.uk
-2006-09-29 02:02:07,481 DEBUG Popping from q - planetlab-1.imperial.ac.uk
-2006-09-29 02:02:07,483 DEBUG Popping from q - planetlab1.byu.edu
-2006-09-29 02:02:07,484 DEBUG Found tickets for planetlab2.net-research.org.uk
-2006-09-29 02:02:07,485 DEBUG Popping from q - planetlab1.cis.upenn.edu
-2006-09-29 02:02:07,487 DEBUG Found tickets for planetlab-2.imperial.ac.uk
-2006-09-29 02:02:07,488 DEBUG Popping from q - planetlab2.eee.hku.hk
-2006-09-29 02:02:07,489 DEBUG Found tickets for planetlab-1.imperial.ac.uk
-2006-09-29 02:02:12,111 DEBUG Found tickets for cs-planetlab2.cs.surrey.sfu.ca
-2006-09-29 02:22:05,108 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv
-2006-09-29 02:22:06,172 DEBUG Retrieved 705 hosts
-2006-09-29 02:22:06,179 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='drift%20%3E%201m'
-2006-09-29 02:22:06,332 DEBUG Retrieved 9 hosts
-2006-09-29 02:22:06,332 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='resptime%20%3E%200%20&&%20gbfree%20%3C%205'
-2006-09-29 02:22:06,489 DEBUG Retrieved 10 hosts
-2006-09-29 02:22:06,489 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='sshstatus%20%3E%202h'
-2006-09-29 02:22:06,846 DEBUG Retrieved 160 hosts
-2006-09-29 02:22:06,848 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='dns1udp%20%3E%2080%20&&%20dns2udp%20%3E%2080'
-2006-09-29 02:22:06,990 DEBUG Retrieved 7 hosts
-2006-09-29 02:22:06,990 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='filerw%3E0'
-2006-09-29 02:22:07,134 DEBUG Retrieved 2 hosts
-2006-09-29 02:22:07,135 DEBUG Popping from q - planetlab2.elet.polimi.it
-2006-09-29 02:22:07,138 DEBUG Popping from q - pli1-br-3.hpl.hp.com
-2006-09-29 02:22:07,139 DEBUG Popping from q - planetlab2.nbgisp.com
-2006-09-29 02:22:07,140 DEBUG Popping from q - planetlab1.cs.stir.ac.uk
-2006-09-29 02:22:07,141 DEBUG Popping from q - planetlab1.cse.msu.edu
-2006-09-29 02:22:07,142 DEBUG Popping from q - planetlab2.cse.msu.edu
-2006-09-29 02:22:07,144 DEBUG Found tickets for pli1-br-3.hpl.hp.com
-2006-09-29 02:22:07,144 DEBUG Popping from q - planetlab02.cs.washington.edu
-2006-09-29 02:22:07,146 DEBUG Popping from q - planetlab0.cs.stir.ac.uk
-2006-09-29 02:22:07,147 DEBUG Popping from q - planetlab1.informatik.uni-erlangen.de
-2006-09-29 02:22:07,148 DEBUG Found tickets for planetlab1.cse.msu.edu
-2006-09-29 02:22:07,148 DEBUG Popping from q - planetlab1.cs.purdue.edu
-2006-09-29 02:22:07,150 DEBUG Found tickets for planetlab2.cse.msu.edu
-2006-09-29 02:22:07,150 DEBUG Popping from q - planetlab1.een.orst.edu
-2006-09-29 02:22:07,152 DEBUG Found tickets for planetlab02.cs.washington.edu
-2006-09-29 02:22:07,152 DEBUG Popping from q - planetlab2.cs.columbia.edu
-2006-09-29 02:22:07,153 DEBUG Popping from q - planetlab1.win.trlabs.ca
-2006-09-29 02:22:07,154 DEBUG Popping from q - planetlab1.cs.duke.edu
-2006-09-29 02:22:07,156 DEBUG Found tickets for planetlab1.cs.purdue.edu
-2006-09-29 02:22:07,156 DEBUG Popping from q - planetlab2.flux.utah.edu
-2006-09-29 02:22:07,158 DEBUG Popping from q - planetlab3.cs.columbia.edu
-2006-09-29 02:22:07,159 DEBUG Popping from q - planetlab1.cs.columbia.edu
-2006-09-29 02:22:07,160 DEBUG Popping from q - planetlab3.flux.utah.edu
-2006-09-29 02:22:07,162 DEBUG Popping from q - planetlab-1.eecs.cwru.edu
-2006-09-29 02:22:07,163 DEBUG Popping from q - planetlab2.rutgers.edu
-2006-09-29 02:22:07,165 DEBUG Popping from q - vn3.cs.wustl.edu
-2006-09-29 02:22:07,166 DEBUG Popping from q - planetlab2.cri.haifa.ac.il
-2006-09-29 02:22:07,167 DEBUG Popping from q - soccf-planet-001.comp.nus.edu.sg
-2006-09-29 02:22:07,169 DEBUG Found tickets for planetlab2.rutgers.edu
-2006-09-29 02:22:07,169 DEBUG Popping from q - planetlab01.cse.psu.edu
-2006-09-29 02:22:07,170 DEBUG Popping from q - csu2.6planetlab.edu.cn
-2006-09-29 02:22:07,172 DEBUG Found tickets for vn3.cs.wustl.edu
-2006-09-29 02:22:07,172 DEBUG Popping from q - planet2.njit.edu
-2006-09-29 02:22:07,174 DEBUG Found tickets for planetlab2.cri.haifa.ac.il
-2006-09-29 02:22:07,174 DEBUG Popping from q - planetlab2.unl.edu
-2006-09-29 02:22:07,176 DEBUG Found tickets for soccf-planet-001.comp.nus.edu.sg
-2006-09-29 02:22:07,176 DEBUG Popping from q - planetlab1.cs.pitt.edu
-2006-09-29 02:22:07,177 DEBUG Popping from q - planetlab-2.eecs.cwru.edu
-2006-09-29 02:22:07,178 DEBUG Found tickets for csu2.6planetlab.edu.cn
-2006-09-29 02:22:07,179 DEBUG Popping from q - planetlab2.urv.net
-2006-09-29 02:22:07,180 DEBUG Found tickets for planet2.njit.edu
-2006-09-29 02:22:07,180 DEBUG Popping from q - planetlab7.csail.mit.edu
-2006-09-29 02:22:07,182 DEBUG Popping from q - buaa1.6planetlab.edu.cn
-2006-09-29 02:22:07,183 DEBUG Popping from q - ricepl-3.cs.rice.edu
-2006-09-29 02:22:07,184 DEBUG Popping from q - planet-lab-1.csse.monash.edu.au
-2006-09-29 02:22:07,185 DEBUG Popping from q - planetlab5.millennium.berkeley.edu
-2006-09-29 02:22:07,187 DEBUG Found tickets for planetlab7.csail.mit.edu
-2006-09-29 02:22:07,187 DEBUG Popping from q - planetlab1.pop-ce.rnp.br
-2006-09-29 02:22:07,189 DEBUG Found tickets for buaa1.6planetlab.edu.cn
-2006-09-29 02:22:07,189 DEBUG Popping from q - planetlab2.mnlab.cti.depaul.edu
-2006-09-29 02:22:07,190 DEBUG Popping from q - peace.ri.uni-tuebingen.de
-2006-09-29 02:22:07,191 DEBUG Popping from q - planetlab-8.cs.princeton.edu
-2006-09-29 02:22:07,192 DEBUG Popping from q - planetlab2.ucsd.edu
-2006-09-29 02:22:07,194 DEBUG Found tickets for planetlab1.pop-ce.rnp.br
-2006-09-29 02:22:07,194 DEBUG Popping from q - blast.uwaterloo.ca
-2006-09-29 02:22:07,196 DEBUG Found tickets for planetlab2.mnlab.cti.depaul.edu
-2006-09-29 02:22:07,196 DEBUG Popping from q - planetlab1.cs.wayne.edu
-2006-09-29 02:22:07,198 DEBUG Popping from q - pli1-br-3.hpl.hp.com
-2006-09-29 02:22:07,199 DEBUG Found tickets for planetlab-8.cs.princeton.edu
-2006-09-29 02:22:07,199 DEBUG Popping from q - planetlab2.eurecom.fr
-2006-09-29 02:22:07,200 DEBUG Found tickets for blast.uwaterloo.ca
-2006-09-29 02:22:07,201 DEBUG Popping from q - planetlab1.di.unito.it
-2006-09-29 02:22:07,203 DEBUG Found tickets for planetlab1.cs.wayne.edu
-2006-09-29 02:22:07,203 DEBUG Popping from q - planetlab2.simula.no
-2006-09-29 02:22:07,204 DEBUG Found tickets for planetlab2.ucsd.edu
-2006-09-29 02:22:07,204 DEBUG Popping from q - planetlab01.dis.unina.it
-2006-09-29 02:22:07,205 DEBUG Found tickets for pli1-br-3.hpl.hp.com
-2006-09-29 02:22:07,206 DEBUG Popping from q - planetlab1.flux.utah.edu
-2006-09-29 02:22:07,207 DEBUG Popping from q - planetlab-1.ece.iastate.edu
-2006-09-29 02:22:07,209 DEBUG Popping from q - sdu1.6planetlab.edu.cn
-2006-09-29 02:22:07,210 DEBUG Found tickets for planetlab1.di.unito.it
-2006-09-29 02:22:07,211 DEBUG Popping from q - planetlab4.upc.es
-2006-09-29 02:22:07,212 DEBUG Popping from q - planetlab-13.cs.princeton.edu
-2006-09-29 02:22:07,213 DEBUG Found tickets for planetlab-1.ece.iastate.edu
-2006-09-29 02:22:07,213 DEBUG Popping from q - planet1.cc.gt.atl.ga.us
-2006-09-29 02:22:07,214 DEBUG Popping from q - planetlab2.eecs.wsu.edu
-2006-09-29 02:22:07,216 DEBUG Found tickets for sdu1.6planetlab.edu.cn
-2006-09-29 02:22:07,217 DEBUG Popping from q - planet2.cs.ucsb.edu
-2006-09-29 02:22:07,218 DEBUG Popping from q - xjtu2.6planetlab.edu.cn
-2006-09-29 02:22:07,219 DEBUG Found tickets for planetlab-13.cs.princeton.edu
-2006-09-29 02:22:07,220 DEBUG Popping from q - planetlab3.upc.es
-2006-09-29 02:22:07,221 DEBUG Popping from q - node1.lbnl.nodes.planet-lab.org
-2006-09-29 02:22:07,222 DEBUG Found tickets for planet2.cs.ucsb.edu
-2006-09-29 02:22:07,223 DEBUG Popping from q - planetlab1.iitr.ernet.in
-2006-09-29 02:22:07,224 DEBUG Popping from q - planetlab1.ipls.internet2.planet-lab.org
-2006-09-29 02:22:07,225 DEBUG Popping from q - planetlab2.uvic.ca
-2006-09-29 02:22:07,226 DEBUG Popping from q - planetlab01.erin.utoronto.ca
-2006-09-29 02:22:07,228 DEBUG Popping from q - planetlab-4.ece.iastate.edu
-2006-09-29 02:22:07,230 DEBUG Popping from q - planetlab2.informatik.uni-goettingen.de
-2006-09-29 02:22:07,231 DEBUG Popping from q - ds-pl1.technion.ac.il
-2006-09-29 02:22:07,232 DEBUG Found tickets for planetlab2.uvic.ca
-2006-09-29 02:22:07,233 DEBUG Popping from q - planetlab1.mnl.cs.sunysb.edu
-2006-09-29 02:22:07,234 DEBUG Popping from q - aladdin.planetlab.extranet.uni-passau.de
-2006-09-29 02:22:07,235 DEBUG Found tickets for planetlab-4.ece.iastate.edu
-2006-09-29 02:22:07,235 DEBUG Popping from q - planetlab-1.cs.uni-paderborn.de
-2006-09-29 02:22:07,237 DEBUG Found tickets for planetlab2.informatik.uni-goettingen.de
-2006-09-29 02:22:07,237 DEBUG Popping from q - planet1.njit.edu
-2006-09-29 02:22:07,238 DEBUG Popping from q - pku2.6planetlab.edu.cn
-2006-09-29 02:22:07,240 DEBUG Found tickets for planetlab1.mnl.cs.sunysb.edu
-2006-09-29 02:22:07,240 DEBUG Popping from q - planetlab-1.cs.ucy.ac.cy
-2006-09-29 02:22:07,241 DEBUG Popping from q - planetlab00.cse.psu.edu
-2006-09-29 02:22:07,243 DEBUG Popping from q - planetlab04.ethz.ch
-2006-09-29 02:22:07,244 DEBUG Popping from q - sdu2.6planetlab.edu.cn
-2006-09-29 02:22:07,246 DEBUG Popping from q - planet-lab.iki.rssi.ru
-2006-09-29 02:22:07,247 DEBUG Popping from q - planetlab1.polito.it
-2006-09-29 02:22:07,249 DEBUG Popping from q - planetlab1.uvic.ca
-2006-09-29 02:22:07,250 DEBUG Found tickets for sdu2.6planetlab.edu.cn
-2006-09-29 02:22:07,250 DEBUG Popping from q - planetlab1.cs.byu.edu
-2006-09-29 02:22:07,251 DEBUG Found tickets for planetlab04.ethz.ch
-2006-09-29 02:22:07,252 DEBUG Popping from q - planetlab-1.amst.nodes.planet-lab.org
-2006-09-29 02:22:07,254 DEBUG Found tickets for planetlab1.uvic.ca
-2006-09-29 02:22:07,254 DEBUG Popping from q - cloudburst.uwaterloo.ca
-2006-09-29 02:22:07,255 DEBUG Found tickets for planet-lab.iki.rssi.ru
-2006-09-29 02:22:07,255 DEBUG Popping from q - planet2.cs.rochester.edu
-2006-09-29 02:22:07,256 DEBUG Popping from q - planetlab1.xeno.cl.cam.ac.uk
-2006-09-29 02:22:07,257 DEBUG Found tickets for planetlab1.polito.it
-2006-09-29 02:22:07,258 DEBUG Popping from q - lycra.cs.princeton.edu
-2006-09-29 02:22:07,259 DEBUG Popping from q - planetlab06.mpi-sws.mpg.de
-2006-09-29 02:22:07,261 DEBUG Found tickets for cloudburst.uwaterloo.ca
-2006-09-29 02:22:07,262 DEBUG Popping from q - planetlab1.ias.csusb.edu
-2006-09-29 02:22:07,263 DEBUG Popping from q - vayu.iitd.ernet.in
-2006-09-29 02:22:07,263 DEBUG Found tickets for planet2.cs.rochester.edu
-2006-09-29 02:22:07,265 DEBUG Popping from q - node2.lbnl.nodes.planet-lab.org
-2006-09-29 02:22:07,266 DEBUG Popping from q - planetlab2.cs.byu.edu
-2006-09-29 02:22:07,264 DEBUG Found tickets for lycra.cs.princeton.edu
-2006-09-29 02:22:07,267 DEBUG Popping from q - cqu1.6planetlab.edu.cn
-2006-09-29 02:22:07,269 DEBUG Found tickets for planetlab1.ias.csusb.edu
-2006-09-29 02:22:07,269 DEBUG Popping from q - planetlab2.acis.ufl.edu
-2006-09-29 02:22:07,271 DEBUG Popping from q - planetlab1.cs.unibo.it
-2006-09-29 02:22:07,272 DEBUG Popping from q - tju2.6planetlab.edu.cn
-2006-09-29 02:22:07,273 DEBUG Popping from q - orbpl1.rutgers.edu
-2006-09-29 02:22:07,274 DEBUG Found tickets for cqu1.6planetlab.edu.cn
-2006-09-29 02:22:07,275 DEBUG Popping from q - ent1.cs.nccu.edu.tw
-2006-09-29 02:22:07,277 DEBUG Found tickets for tju2.6planetlab.edu.cn
-2006-09-29 02:22:07,277 DEBUG Popping from q - planet0.jaist.ac.jp
-2006-09-29 02:22:07,278 DEBUG Found tickets for ent1.cs.nccu.edu.tw
-2006-09-29 02:22:07,278 DEBUG Popping from q - planetlab1.informatik.uni-wuerzburg.de
-2006-09-29 02:22:07,279 DEBUG Found tickets for planetlab2.acis.ufl.edu
-2006-09-29 02:22:07,280 DEBUG Popping from q - planetlab3.warsaw.rd.tp.pl
-2006-09-29 02:22:07,280 DEBUG Found tickets for planetlab1.cs.unibo.it
-2006-09-29 02:22:07,281 DEBUG Popping from q - planetlab0.ias.csusb.edu
-2006-09-29 02:22:07,282 DEBUG Found tickets for orbpl1.rutgers.edu
-2006-09-29 02:22:07,282 DEBUG Popping from q - planetlab-2.amst.nodes.planet-lab.org
-2006-09-29 02:22:07,284 DEBUG Found tickets for planetlab1.informatik.uni-wuerzburg.de
-2006-09-29 02:22:07,284 DEBUG Popping from q - planetlab3.inria.fr
-2006-09-29 02:22:07,286 DEBUG Found tickets for planet0.jaist.ac.jp
-2006-09-29 02:22:07,286 DEBUG Popping from q - 200-102-209-152.paemt7001.t.brasiltelecom.net.br
-2006-09-29 02:22:07,287 DEBUG Found tickets for planetlab0.ias.csusb.edu
-2006-09-29 02:22:07,287 DEBUG Popping from q - planetlab3.mnl.cs.sunysb.edu
-2006-09-29 02:22:07,289 DEBUG Popping from q - planetlab-15.cs.princeton.edu
-2006-09-29 02:22:07,291 DEBUG Popping from q - ent2.cs.nccu.edu.tw
-2006-09-29 02:22:07,292 DEBUG Found tickets for 200-102-209-152.paemt7001.t.brasiltelecom.net.br
-2006-09-29 02:22:07,292 DEBUG Popping from q - planet-lab-2.csse.monash.edu.au
-2006-09-29 02:22:07,293 DEBUG Popping from q - planet1.ecse.rpi.edu
-2006-09-29 02:22:07,295 DEBUG Popping from q - planetlab2.pop-mg.rnp.br
-2006-09-29 02:22:07,296 DEBUG Popping from q - planetlab-2.unk.edu
-2006-09-29 02:22:07,298 DEBUG Found tickets for planet-lab-2.csse.monash.edu.au
-2006-09-29 02:22:07,298 DEBUG Popping from q - planetlab2.rdfrancetelecom.com
-2006-09-29 02:22:07,299 DEBUG Found tickets for planet1.ecse.rpi.edu
-2006-09-29 02:22:07,300 DEBUG Popping from q - planetlab1.eurecom.fr
-2006-09-29 02:22:07,301 DEBUG Found tickets for planetlab2.pop-mg.rnp.br
-2006-09-29 02:22:07,301 DEBUG Popping from q - planetlab1.cs.virginia.edu
-2006-09-29 02:22:07,302 DEBUG Popping from q - tju1.6planetlab.edu.cn
-2006-09-29 02:22:07,303 DEBUG Found tickets for ent2.cs.nccu.edu.tw
-2006-09-29 02:22:07,304 DEBUG Popping from q - planetlab-3.amst.nodes.planet-lab.org
-2006-09-29 02:22:07,305 DEBUG Found tickets for planetlab1.eurecom.fr
-2006-09-29 02:22:07,305 DEBUG Popping from q - planetlab1.georgetown.edu
-2006-09-29 02:22:07,307 DEBUG Popping from q - planet1.inf.tu-dresden.de
-2006-09-29 02:22:07,308 DEBUG Found tickets for planetlab2.rdfrancetelecom.com
-2006-09-29 02:22:07,309 DEBUG Popping from q - alice.cs.princeton.edu
-2006-09-29 02:22:07,310 DEBUG Found tickets for tju1.6planetlab.edu.cn
-2006-09-29 02:22:07,310 DEBUG Popping from q - planetlab02.erin.utoronto.ca
-2006-09-29 02:22:07,313 DEBUG Popping from q - planetlab-1.vuse.vanderbilt.edu
-2006-09-29 02:22:07,313 DEBUG Found tickets for alice.cs.princeton.edu
-2006-09-29 02:22:07,314 DEBUG Popping from q - planetlab3.uvic.ca
-2006-09-29 02:22:07,315 DEBUG Popping from q - scut2.6planetlab.edu.cn
-2006-09-29 02:22:07,316 DEBUG Popping from q - planetlab1.swidnik.rd.tp.pl
-2006-09-29 02:22:07,317 DEBUG Found tickets for planetlab1.georgetown.edu
-2006-09-29 02:22:07,317 DEBUG Popping from q - planet2.cdacb.ernet.in
-2006-09-29 02:22:07,319 DEBUG Found tickets for planetlab-1.vuse.vanderbilt.edu
-2006-09-29 02:22:07,320 DEBUG Popping from q - planetlab1.rdfrancetelecom.com
-2006-09-29 02:22:07,321 DEBUG Found tickets for scut2.6planetlab.edu.cn
-2006-09-29 02:22:07,321 DEBUG Popping from q - planet2.inf.tu-dresden.de
-2006-09-29 02:22:07,322 DEBUG Found tickets for planetlab1.swidnik.rd.tp.pl
-2006-09-29 02:22:07,322 DEBUG Popping from q - planet02.csc.ncsu.edu
-2006-09-29 02:22:07,323 DEBUG Found tickets for planetlab3.uvic.ca
-2006-09-29 02:22:07,324 DEBUG Popping from q - planetlab-1.tssg.org
-2006-09-29 02:22:07,325 DEBUG Found tickets for planet2.cdacb.ernet.in
-2006-09-29 02:22:07,326 DEBUG Popping from q - planetlab-2.vuse.vanderbilt.edu
-2006-09-29 02:22:07,327 DEBUG Popping from q - planetlab-11.cs.princeton.edu
-2006-09-29 02:22:07,328 DEBUG Found tickets for planetlab1.rdfrancetelecom.com
-2006-09-29 02:22:07,329 DEBUG Popping from q - planet03.csc.ncsu.edu
-2006-09-29 02:22:07,330 DEBUG Found tickets for planetlab-1.tssg.org
-2006-09-29 02:22:07,330 DEBUG Popping from q - planetlab1.pop-rj.rnp.br
-2006-09-29 02:22:07,331 DEBUG Popping from q - planet1.halifax.canet4.nodes.planet-lab.org
-2006-09-29 02:22:07,333 DEBUG Found tickets for planetlab-2.vuse.vanderbilt.edu
-2006-09-29 02:22:07,333 DEBUG Popping from q - planet1.cavite.nodes.planet-lab.org
-2006-09-29 02:22:07,335 DEBUG Popping from q - ds-pl3.technion.ac.il
-2006-09-29 02:22:07,336 DEBUG Popping from q - planetlab2.cs.purdue.edu
-2006-09-29 02:22:07,337 DEBUG Found tickets for planetlab1.pop-rj.rnp.br
-2006-09-29 02:22:07,337 DEBUG Popping from q - planetlab3.millennium.berkeley.edu
-2006-09-29 02:22:07,339 DEBUG Popping from q - planetlab1.unl.edu
-2006-09-29 02:22:07,341 DEBUG Popping from q - planetlab1.cs.colorado.edu
-2006-09-29 02:22:07,341 DEBUG Popping from q - planetlab02.cs.washington.edu
-2006-09-29 02:22:07,343 DEBUG Found tickets for planetlab1.unl.edu
-2006-09-29 02:22:07,344 DEBUG Popping from q - pads21.cs.nthu.edu.tw
-2006-09-29 02:22:07,345 DEBUG Popping from q - orbpl2.rutgers.edu
-2006-09-29 02:22:07,346 DEBUG Found tickets for ds-pl3.technion.ac.il
-2006-09-29 02:22:07,346 DEBUG Popping from q - planetlab2.informatik.uni-erlangen.de
-2006-09-29 02:22:07,349 DEBUG Found tickets for planetlab1.cs.colorado.edu
-2006-09-29 02:22:07,349 DEBUG Popping from q - planetlab-01.ipv6.lip6.fr
-2006-09-29 02:22:07,350 DEBUG Popping from q - pl2.ernet.in
-2006-09-29 02:22:07,351 DEBUG Found tickets for planetlab2.informatik.uni-erlangen.de
-2006-09-29 02:22:07,351 DEBUG Popping from q - neu2.6planetlab.edu.cn
-2006-09-29 02:22:07,352 DEBUG Found tickets for planetlab02.cs.washington.edu
-2006-09-29 02:22:07,353 DEBUG Popping from q - planet5.cs.huji.ac.il
-2006-09-29 02:22:07,353 DEBUG Popping from q - planetlab-2.cs.uni-paderborn.de
-2006-09-29 02:22:07,355 DEBUG Found tickets for orbpl2.rutgers.edu
-2006-09-29 02:22:07,356 DEBUG Popping from q - planetlab1.elet.polimi.it
-2006-09-29 02:22:07,357 DEBUG Popping from q - planetlab2.iiitb.ac.in
-2006-09-29 02:22:07,359 DEBUG Popping from q - server1.planetlab.iit-tech.net
-2006-09-29 02:22:07,360 DEBUG Found tickets for planetlab-01.ipv6.lip6.fr
-2006-09-29 02:22:07,360 DEBUG Popping from q - planetlab2.iitb.ac.in
-2006-09-29 02:22:07,361 DEBUG Popping from q - planetlab02.dis.unina.it
-2006-09-29 02:22:07,363 DEBUG Popping from q - planetlab-1.dis.uniroma1.it
-2006-09-29 02:22:07,364 DEBUG Found tickets for planetlab2.iitb.ac.in
-2006-09-29 02:22:07,365 DEBUG Popping from q - planetlab1.iitb.ac.in
-2006-09-29 02:22:07,366 DEBUG Popping from q - pku1.6planetlab.edu.cn
-2006-09-29 02:22:07,367 DEBUG Found tickets for server1.planetlab.iit-tech.net
-2006-09-29 02:22:07,368 DEBUG Popping from q - planetlab1.warsaw.rd.tp.pl
-2006-09-29 02:22:07,369 DEBUG Popping from q - planetlab1.cri.haifa.ac.il
-2006-09-29 02:22:07,370 DEBUG Popping from q - planetlab-2.cs.ucy.ac.cy
-2006-09-29 02:22:07,372 DEBUG Found tickets for planetlab1.iitb.ac.in
-2006-09-29 02:22:07,372 DEBUG Popping from q - pl1.ernet.in
-2006-09-29 02:22:07,373 DEBUG Popping from q - planetlab2.georgetown.edu
-2006-09-29 02:22:07,375 DEBUG Found tickets for planetlab1.cri.haifa.ac.il
-2006-09-29 02:22:07,375 DEBUG Popping from q - server2.planetlab.iit-tech.net
-2006-09-29 02:22:07,376 DEBUG Popping from q - planetlab2.di.unito.it
-2006-09-29 02:22:07,378 DEBUG Found tickets for pku1.6planetlab.edu.cn
-2006-09-29 02:22:07,378 DEBUG Popping from q - planetlab1.csee.usf.edu
-2006-09-29 02:22:07,380 DEBUG Found tickets for planetlab2.georgetown.edu
-2006-09-29 02:22:07,380 DEBUG Popping from q - planetlab-2.dis.uniroma1.it
-2006-09-29 02:22:07,381 DEBUG Popping from q - planetlab2.informatik.uni-kl.de
-2006-09-29 02:22:07,382 DEBUG Popping from q - planet1.cs.rochester.edu
-2006-09-29 02:22:07,384 DEBUG Found tickets for server2.planetlab.iit-tech.net
-2006-09-29 02:22:07,384 DEBUG Popping from q - planetlab1.rutgers.edu
-2006-09-29 02:22:07,386 DEBUG Found tickets for planetlab2.informatik.uni-kl.de
-2006-09-29 02:22:07,386 DEBUG Popping from q - planetlab-2.ece.iastate.edu
-2006-09-29 02:22:07,388 DEBUG Popping from q - planetlab-1.sjce.nodes.planet-lab.org
-2006-09-29 02:22:07,389 DEBUG Popping from q - planetlab2.ece.ucdavis.edu
-2006-09-29 02:22:07,389 DEBUG Found tickets for planet1.cs.rochester.edu
-2006-09-29 02:22:07,390 DEBUG Popping from q - planetlab1.ie.cuhk.edu.hk
-2006-09-29 02:22:07,391 DEBUG Found tickets for planetlab1.rutgers.edu
-2006-09-29 02:22:07,392 DEBUG Popping from q - planetlab2lannion.elibel.tm.fr
-2006-09-29 02:22:07,393 DEBUG Popping from q - planetlab01.mpi-sws.mpg.de
-2006-09-29 02:22:07,395 DEBUG Popping from q - planetlab2.cs.duke.edu
-2006-09-29 02:22:07,396 DEBUG Found tickets for planetlab-1.sjce.nodes.planet-lab.org
-2006-09-29 02:22:07,396 DEBUG Popping from q - planetlab1.rn.informatics.scitech.susx.ac.uk
-2006-09-29 02:22:07,397 DEBUG Found tickets for planetlab1.ie.cuhk.edu.hk
-2006-09-29 02:22:07,398 DEBUG Popping from q - planetlab1.eee.hku.hk
-2006-09-29 02:22:07,399 DEBUG Popping from q - pads23.cs.nthu.edu.tw
-2006-09-29 02:22:07,401 DEBUG Popping from q - planet2.halifax.canet4.nodes.planet-lab.org
-2006-09-29 02:22:07,402 DEBUG Found tickets for planetlab1.rn.informatics.scitech.susx.ac.uk
-2006-09-29 02:22:07,403 DEBUG Popping from q - planetlab-2.tssg.org
-2006-09-29 02:22:07,403 DEBUG Found tickets for planetlab1.eee.hku.hk
-2006-09-29 02:22:07,404 DEBUG Popping from q - 200-102-209-151.paemt7001.t.brasiltelecom.net.br
-2006-09-29 02:22:07,405 DEBUG Popping from q - planetlab1.poly.edu
-2006-09-29 02:22:07,405 DEBUG Popping from q - planetlab2.poly.edu
-2006-09-29 02:22:07,408 DEBUG Found tickets for planetlab-2.tssg.org
-2006-09-29 02:22:07,409 DEBUG Popping from q - planetlab2.net-research.org.uk
-2006-09-29 02:22:07,410 DEBUG Popping from q - planetlab-2.imperial.ac.uk
-2006-09-29 02:22:07,411 DEBUG Found tickets for 200-102-209-151.paemt7001.t.brasiltelecom.net.br
-2006-09-29 02:22:07,411 DEBUG Popping from q - planetlab2.warsaw.rd.tp.pl
-2006-09-29 02:22:07,412 DEBUG Popping from q - planetlab-1.imperial.ac.uk
-2006-09-29 02:22:07,415 DEBUG Found tickets for planet2.halifax.canet4.nodes.planet-lab.org
-2006-09-29 02:22:07,415 DEBUG Popping from q - planetlab1.byu.edu
-2006-09-29 02:22:07,418 DEBUG Found tickets for planetlab2.net-research.org.uk
-2006-09-29 02:22:07,418 DEBUG Popping from q - planetlab1.cis.upenn.edu
-2006-09-29 02:22:07,419 DEBUG Found tickets for planetlab-2.imperial.ac.uk
-2006-09-29 02:22:07,420 DEBUG Popping from q - planetlab2.eee.hku.hk
-2006-09-29 02:22:07,421 DEBUG Found tickets for planetlab-1.imperial.ac.uk
-2006-09-29 02:42:06,979 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv
-2006-09-29 02:42:08,038 DEBUG Retrieved 705 hosts
-2006-09-29 02:42:08,044 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='drift%20%3E%201m'
-2006-09-29 02:42:08,187 DEBUG Retrieved 8 hosts
-2006-09-29 02:42:08,187 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='resptime%20%3E%200%20&&%20gbfree%20%3C%205'
-2006-09-29 02:42:08,335 DEBUG Retrieved 10 hosts
-2006-09-29 02:42:08,335 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='sshstatus%20%3E%202h'
-2006-09-29 02:42:08,707 DEBUG Retrieved 160 hosts
-2006-09-29 02:42:08,709 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='dns1udp%20%3E%2080%20&&%20dns2udp%20%3E%2080'
-2006-09-29 02:42:08,847 DEBUG Retrieved 6 hosts
-2006-09-29 02:42:08,848 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='filerw%3E0'
-2006-09-29 02:42:08,982 DEBUG Retrieved 2 hosts
-2006-09-29 02:42:08,984 DEBUG Popping from q - planetlab2.elet.polimi.it
-2006-09-29 02:42:08,985 DEBUG Popping from q - pli1-br-3.hpl.hp.com
-2006-09-29 02:42:08,986 DEBUG Popping from q - planetlab2.nbgisp.com
-2006-09-29 02:42:08,987 DEBUG Popping from q - planetlab1.cs.stir.ac.uk
-2006-09-29 02:42:08,988 DEBUG Popping from q - planetlab1.cse.msu.edu
-2006-09-29 02:42:08,990 DEBUG Popping from q - planetlab2.cse.msu.edu
-2006-09-29 02:42:08,991 DEBUG Found tickets for pli1-br-3.hpl.hp.com
-2006-09-29 02:42:08,992 DEBUG Popping from q - planetlab0.cs.stir.ac.uk
-2006-09-29 02:42:08,993 DEBUG Popping from q - planetlab1.informatik.uni-erlangen.de
-2006-09-29 02:42:08,994 DEBUG Popping from q - planetlab1.cs.purdue.edu
-2006-09-29 02:42:08,996 DEBUG Found tickets for planetlab1.cse.msu.edu
-2006-09-29 02:42:08,996 DEBUG Popping from q - planetlab1.een.orst.edu
-2006-09-29 02:42:08,997 DEBUG Found tickets for planetlab2.cse.msu.edu
-2006-09-29 02:42:08,998 DEBUG Popping from q - planetlab2.cs.columbia.edu
-2006-09-29 02:42:08,999 DEBUG Popping from q - planetlab1.win.trlabs.ca
-2006-09-29 02:42:09,000 DEBUG Popping from q - planetlab1.cs.duke.edu
-2006-09-29 02:42:09,002 DEBUG Found tickets for planetlab1.cs.purdue.edu
-2006-09-29 02:42:09,002 DEBUG Popping from q - planetlab2.flux.utah.edu
-2006-09-29 02:42:09,003 DEBUG Popping from q - planetlab3.cs.columbia.edu
-2006-09-29 02:42:09,005 DEBUG Popping from q - planetlab1.cs.columbia.edu
-2006-09-29 02:42:09,006 DEBUG Popping from q - planetlab3.flux.utah.edu
-2006-09-29 02:42:09,008 DEBUG Popping from q - planetlab-1.eecs.cwru.edu
-2006-09-29 02:42:09,009 DEBUG Popping from q - planetlab2.rutgers.edu
-2006-09-29 02:42:09,010 DEBUG Popping from q - vn3.cs.wustl.edu
-2006-09-29 02:42:09,012 DEBUG Popping from q - planetlab2.cri.haifa.ac.il
-2006-09-29 02:42:09,013 DEBUG Popping from q - soccf-planet-001.comp.nus.edu.sg
-2006-09-29 02:42:09,015 DEBUG Popping from q - planetlab01.cse.psu.edu
-2006-09-29 02:42:09,016 DEBUG Found tickets for planetlab2.rutgers.edu
-2006-09-29 02:42:09,016 DEBUG Popping from q - csu2.6planetlab.edu.cn
-2006-09-29 02:42:09,017 DEBUG Found tickets for vn3.cs.wustl.edu
-2006-09-29 02:42:09,018 DEBUG Popping from q - planet2.njit.edu
-2006-09-29 02:42:09,019 DEBUG Found tickets for planetlab2.cri.haifa.ac.il
-2006-09-29 02:42:09,020 DEBUG Popping from q - planetlab2.unl.edu
-2006-09-29 02:42:09,021 DEBUG Popping from q - planetlab1.cs.pitt.edu
-2006-09-29 02:42:09,022 DEBUG Found tickets for soccf-planet-001.comp.nus.edu.sg
-2006-09-29 02:42:09,022 DEBUG Popping from q - planetlab-2.eecs.cwru.edu
-2006-09-29 02:42:09,023 DEBUG Found tickets for csu2.6planetlab.edu.cn
-2006-09-29 02:42:09,024 DEBUG Popping from q - planetlab2.urv.net
-2006-09-29 02:42:09,026 DEBUG Found tickets for planet2.njit.edu
-2006-09-29 02:42:09,026 DEBUG Popping from q - planetlab7.csail.mit.edu
-2006-09-29 02:42:09,027 DEBUG Popping from q - buaa1.6planetlab.edu.cn
-2006-09-29 02:42:09,029 DEBUG Popping from q - ricepl-3.cs.rice.edu
-2006-09-29 02:42:09,030 DEBUG Popping from q - planet-lab-1.csse.monash.edu.au
-2006-09-29 02:42:09,032 DEBUG Popping from q - planetlab5.millennium.berkeley.edu
-2006-09-29 02:42:09,033 DEBUG Found tickets for planetlab7.csail.mit.edu
-2006-09-29 02:42:09,033 DEBUG Popping from q - planetlab1.pop-ce.rnp.br
-2006-09-29 02:42:09,035 DEBUG Found tickets for buaa1.6planetlab.edu.cn
-2006-09-29 02:42:09,035 DEBUG Popping from q - planetlab2.mnlab.cti.depaul.edu
-2006-09-29 02:42:09,036 DEBUG Popping from q - peace.ri.uni-tuebingen.de
-2006-09-29 02:42:09,038 DEBUG Popping from q - planetlab-8.cs.princeton.edu
-2006-09-29 02:42:09,039 DEBUG Popping from q - planetlab2.ucsd.edu
-2006-09-29 02:42:09,040 DEBUG Found tickets for planetlab1.pop-ce.rnp.br
-2006-09-29 02:42:09,041 DEBUG Popping from q - blast.uwaterloo.ca
-2006-09-29 02:42:09,042 DEBUG Found tickets for planetlab2.mnlab.cti.depaul.edu
-2006-09-29 02:42:09,042 DEBUG Popping from q - planetlab1.cs.wayne.edu
-2006-09-29 02:42:09,044 DEBUG Popping from q - pli1-br-3.hpl.hp.com
-2006-09-29 02:42:09,045 DEBUG Found tickets for planetlab-8.cs.princeton.edu
-2006-09-29 02:42:09,045 DEBUG Popping from q - planetlab2.eurecom.fr
-2006-09-29 02:42:09,046 DEBUG Found tickets for planetlab2.ucsd.edu
-2006-09-29 02:42:09,047 DEBUG Popping from q - planetlab1.di.unito.it
-2006-09-29 02:42:09,048 DEBUG Found tickets for blast.uwaterloo.ca
-2006-09-29 02:42:09,049 DEBUG Popping from q - planetlab2.simula.no
-2006-09-29 02:42:09,050 DEBUG Found tickets for planetlab1.cs.wayne.edu
-2006-09-29 02:42:09,050 DEBUG Popping from q - planetlab01.dis.unina.it
-2006-09-29 02:42:09,052 DEBUG Found tickets for pli1-br-3.hpl.hp.com
-2006-09-29 02:42:09,052 DEBUG Popping from q - planetlab1.flux.utah.edu
-2006-09-29 02:42:09,053 DEBUG Popping from q - planetlab-1.ece.iastate.edu
-2006-09-29 02:42:09,054 DEBUG Found tickets for planetlab1.di.unito.it
-2006-09-29 02:42:09,055 DEBUG Popping from q - sdu1.6planetlab.edu.cn
-2006-09-29 02:42:09,056 DEBUG Popping from q - planetlab4.upc.es
-2006-09-29 02:42:09,057 DEBUG Popping from q - planetlab-13.cs.princeton.edu
-2006-09-29 02:42:09,059 DEBUG Popping from q - planet1.cc.gt.atl.ga.us
-2006-09-29 02:42:09,060 DEBUG Found tickets for planetlab-1.ece.iastate.edu
-2006-09-29 02:42:09,061 DEBUG Popping from q - planetlab2.eecs.wsu.edu
-2006-09-29 02:42:09,062 DEBUG Popping from q - planet2.cs.ucsb.edu
-2006-09-29 02:42:09,063 DEBUG Found tickets for sdu1.6planetlab.edu.cn
-2006-09-29 02:42:09,064 DEBUG Popping from q - xjtu2.6planetlab.edu.cn
-2006-09-29 02:42:09,065 DEBUG Found tickets for planetlab-13.cs.princeton.edu
-2006-09-29 02:42:09,065 DEBUG Popping from q - planetlab3.upc.es
-2006-09-29 02:42:09,067 DEBUG Popping from q - node1.lbnl.nodes.planet-lab.org
-2006-09-29 02:42:09,068 DEBUG Popping from q - planetlab1.iitr.ernet.in
-2006-09-29 02:42:09,069 DEBUG Found tickets for planet2.cs.ucsb.edu
-2006-09-29 02:42:09,070 DEBUG Popping from q - planetlab1.ipls.internet2.planet-lab.org
-2006-09-29 02:42:09,071 DEBUG Popping from q - planetlab2.uvic.ca
-2006-09-29 02:42:09,073 DEBUG Popping from q - planetlab01.erin.utoronto.ca
-2006-09-29 02:42:09,074 DEBUG Popping from q - planetlab-4.ece.iastate.edu
-2006-09-29 02:42:09,075 DEBUG Popping from q - planetlab2.informatik.uni-goettingen.de
-2006-09-29 02:42:09,077 DEBUG Found tickets for planetlab2.uvic.ca
-2006-09-29 02:42:09,077 DEBUG Popping from q - ds-pl1.technion.ac.il
-2006-09-29 02:42:09,078 DEBUG Popping from q - planetlab1.mnl.cs.sunysb.edu
-2006-09-29 02:42:09,080 DEBUG Popping from q - aladdin.planetlab.extranet.uni-passau.de
-2006-09-29 02:42:09,081 DEBUG Found tickets for planetlab-4.ece.iastate.edu
-2006-09-29 02:42:09,081 DEBUG Popping from q - planetlab-1.cs.uni-paderborn.de
-2006-09-29 02:42:09,083 DEBUG Found tickets for planetlab2.informatik.uni-goettingen.de
-2006-09-29 02:42:09,083 DEBUG Popping from q - planet1.njit.edu
-2006-09-29 02:42:09,085 DEBUG Popping from q - pku2.6planetlab.edu.cn
-2006-09-29 02:42:09,086 DEBUG Popping from q - planetlab-1.cs.ucy.ac.cy
-2006-09-29 02:42:09,087 DEBUG Found tickets for planetlab1.mnl.cs.sunysb.edu
-2006-09-29 02:42:09,087 DEBUG Popping from q - planetlab00.cse.psu.edu
-2006-09-29 02:42:09,089 DEBUG Popping from q - planetlab04.ethz.ch
-2006-09-29 02:42:09,090 DEBUG Popping from q - sdu2.6planetlab.edu.cn
-2006-09-29 02:42:09,092 DEBUG Popping from q - planet-lab.iki.rssi.ru
-2006-09-29 02:42:09,093 DEBUG Popping from q - planetlab1.polito.it
-2006-09-29 02:42:09,094 DEBUG Popping from q - planetlab1.uvic.ca
-2006-09-29 02:42:09,096 DEBUG Found tickets for planet-lab.iki.rssi.ru
-2006-09-29 02:42:09,097 DEBUG Popping from q - planetlab1.cs.byu.edu
-2006-09-29 02:42:09,098 DEBUG Found tickets for planetlab04.ethz.ch
-2006-09-29 02:42:09,098 DEBUG Popping from q - planetlab-1.amst.nodes.planet-lab.org
-2006-09-29 02:42:09,099 DEBUG Found tickets for sdu2.6planetlab.edu.cn
-2006-09-29 02:42:09,099 DEBUG Popping from q - cloudburst.uwaterloo.ca
-2006-09-29 02:42:09,101 DEBUG Found tickets for planetlab1.polito.it
-2006-09-29 02:42:09,101 DEBUG Popping from q - planet2.cs.rochester.edu
-2006-09-29 02:42:09,102 DEBUG Found tickets for planetlab1.uvic.ca
-2006-09-29 02:42:09,103 DEBUG Popping from q - planetlab1.xeno.cl.cam.ac.uk
-2006-09-29 02:42:09,104 DEBUG Popping from q - lycra.cs.princeton.edu
-2006-09-29 02:42:09,105 DEBUG Popping from q - planetlab06.mpi-sws.mpg.de
-2006-09-29 02:42:09,107 DEBUG Found tickets for cloudburst.uwaterloo.ca
-2006-09-29 02:42:09,107 DEBUG Popping from q - planetlab1.ias.csusb.edu
-2006-09-29 02:42:09,108 DEBUG Found tickets for planet2.cs.rochester.edu
-2006-09-29 02:42:09,109 DEBUG Popping from q - vayu.iitd.ernet.in
-2006-09-29 02:42:09,110 DEBUG Popping from q - node2.lbnl.nodes.planet-lab.org
-2006-09-29 02:42:09,112 DEBUG Found tickets for lycra.cs.princeton.edu
-2006-09-29 02:42:09,112 DEBUG Popping from q - planetlab2.cs.byu.edu
-2006-09-29 02:42:09,113 DEBUG Found tickets for planetlab1.ias.csusb.edu
-2006-09-29 02:42:09,113 DEBUG Popping from q - cqu1.6planetlab.edu.cn
-2006-09-29 02:42:09,115 DEBUG Popping from q - planetlab2.acis.ufl.edu
-2006-09-29 02:42:09,117 DEBUG Popping from q - tju2.6planetlab.edu.cn
-2006-09-29 02:42:09,116 DEBUG Popping from q - planetlab1.cs.unibo.it
-2006-09-29 02:42:09,118 DEBUG Popping from q - orbpl1.rutgers.edu
-2006-09-29 02:42:09,121 DEBUG Found tickets for tju2.6planetlab.edu.cn
-2006-09-29 02:42:09,121 DEBUG Popping from q - ent1.cs.nccu.edu.tw
-2006-09-29 02:42:09,122 DEBUG Found tickets for cqu1.6planetlab.edu.cn
-2006-09-29 02:42:09,122 DEBUG Popping from q - planet0.jaist.ac.jp
-2006-09-29 02:42:09,123 DEBUG Found tickets for ent1.cs.nccu.edu.tw
-2006-09-29 02:42:09,123 DEBUG Popping from q - planetlab1.informatik.uni-wuerzburg.de
-2006-09-29 02:42:09,124 DEBUG Found tickets for orbpl1.rutgers.edu
-2006-09-29 02:42:09,125 DEBUG Popping from q - planetlab3.warsaw.rd.tp.pl
-2006-09-29 02:42:09,126 DEBUG Found tickets for planetlab2.acis.ufl.edu
-2006-09-29 02:42:09,126 DEBUG Popping from q - planetlab0.ias.csusb.edu
-2006-09-29 02:42:09,128 DEBUG Found tickets for planetlab1.cs.unibo.it
-2006-09-29 02:42:09,128 DEBUG Popping from q - planetlab-2.amst.nodes.planet-lab.org
-2006-09-29 02:42:09,130 DEBUG Found tickets for planetlab1.informatik.uni-wuerzburg.de
-2006-09-29 02:42:09,130 DEBUG Popping from q - planetlab3.inria.fr
-2006-09-29 02:42:09,131 DEBUG Popping from q - 200-102-209-152.paemt7001.t.brasiltelecom.net.br
-2006-09-29 02:42:09,133 DEBUG Popping from q - planetlab3.mnl.cs.sunysb.edu
-2006-09-29 02:42:09,134 DEBUG Found tickets for planetlab0.ias.csusb.edu
-2006-09-29 02:42:09,134 DEBUG Popping from q - planetlab-15.cs.princeton.edu
-2006-09-29 02:42:09,136 DEBUG Found tickets for planet0.jaist.ac.jp
-2006-09-29 02:42:09,136 DEBUG Popping from q - ent2.cs.nccu.edu.tw
-2006-09-29 02:42:09,138 DEBUG Found tickets for 200-102-209-152.paemt7001.t.brasiltelecom.net.br
-2006-09-29 02:42:09,138 DEBUG Popping from q - planet-lab-2.csse.monash.edu.au
-2006-09-29 02:42:09,139 DEBUG Popping from q - planet1.ecse.rpi.edu
-2006-09-29 02:42:09,141 DEBUG Found tickets for ent2.cs.nccu.edu.tw
-2006-09-29 02:42:09,141 DEBUG Popping from q - planetlab2.pop-mg.rnp.br
-2006-09-29 02:42:09,142 DEBUG Popping from q - planetlab-2.unk.edu
-2006-09-29 02:42:09,143 DEBUG Found tickets for planet-lab-2.csse.monash.edu.au
-2006-09-29 02:42:09,143 DEBUG Popping from q - planetlab2.rdfrancetelecom.com
-2006-09-29 02:42:09,144 DEBUG Popping from q - planetlab1.eurecom.fr
-2006-09-29 02:42:09,146 DEBUG Found tickets for planet1.ecse.rpi.edu
-2006-09-29 02:42:09,147 DEBUG Popping from q - planetlab1.cs.virginia.edu
-2006-09-29 02:42:09,146 DEBUG Found tickets for planetlab2.pop-mg.rnp.br
-2006-09-29 02:42:09,148 DEBUG Popping from q - tju1.6planetlab.edu.cn
-2006-09-29 02:42:09,147 DEBUG Found tickets for planetlab2.rdfrancetelecom.com
-2006-09-29 02:42:09,149 DEBUG Popping from q - planetlab-3.amst.nodes.planet-lab.org
-2006-09-29 02:42:09,151 DEBUG Popping from q - planetlab1.georgetown.edu
-2006-09-29 02:42:09,153 DEBUG Popping from q - planet1.inf.tu-dresden.de
-2006-09-29 02:42:09,154 DEBUG Popping from q - alice.cs.princeton.edu
-2006-09-29 02:42:09,155 DEBUG Found tickets for planetlab1.eurecom.fr
-2006-09-29 02:42:09,155 DEBUG Popping from q - planetlab02.erin.utoronto.ca
-2006-09-29 02:42:09,157 DEBUG Found tickets for planetlab1.georgetown.edu
-2006-09-29 02:42:09,157 DEBUG Popping from q - planetlab-1.vuse.vanderbilt.edu
-2006-09-29 02:42:09,158 DEBUG Popping from q - planetlab3.uvic.ca
-2006-09-29 02:42:09,160 DEBUG Found tickets for tju1.6planetlab.edu.cn
-2006-09-29 02:42:09,160 DEBUG Popping from q - scut2.6planetlab.edu.cn
-2006-09-29 02:42:09,162 DEBUG Found tickets for alice.cs.princeton.edu
-2006-09-29 02:42:09,162 DEBUG Popping from q - planetlab1.swidnik.rd.tp.pl
-2006-09-29 02:42:09,163 DEBUG Popping from q - planet2.cdacb.ernet.in
-2006-09-29 02:42:09,165 DEBUG Found tickets for planetlab3.uvic.ca
-2006-09-29 02:42:09,165 DEBUG Popping from q - planetlab1.rdfrancetelecom.com
-2006-09-29 02:42:09,166 DEBUG Found tickets for planetlab-1.vuse.vanderbilt.edu
-2006-09-29 02:42:09,166 DEBUG Popping from q - planet2.inf.tu-dresden.de
-2006-09-29 02:42:09,167 DEBUG Found tickets for scut2.6planetlab.edu.cn
-2006-09-29 02:42:09,168 DEBUG Popping from q - planet02.csc.ncsu.edu
-2006-09-29 02:42:09,169 DEBUG Found tickets for planetlab1.swidnik.rd.tp.pl
-2006-09-29 02:42:09,169 DEBUG Popping from q - planetlab-1.tssg.org
-2006-09-29 02:42:09,171 DEBUG Popping from q - planetlab-2.vuse.vanderbilt.edu
-2006-09-29 02:42:09,172 DEBUG Found tickets for planet2.cdacb.ernet.in
-2006-09-29 02:42:09,173 DEBUG Popping from q - planetlab-11.cs.princeton.edu
-2006-09-29 02:42:09,174 DEBUG Popping from q - planet03.csc.ncsu.edu
-2006-09-29 02:42:09,175 DEBUG Found tickets for planetlab1.rdfrancetelecom.com
-2006-09-29 02:42:09,175 DEBUG Popping from q - planetlab1.pop-rj.rnp.br
-2006-09-29 02:42:09,177 DEBUG Found tickets for planetlab-1.tssg.org
-2006-09-29 02:42:09,177 DEBUG Popping from q - planet1.halifax.canet4.nodes.planet-lab.org
-2006-09-29 02:42:09,179 DEBUG Popping from q - planet1.cavite.nodes.planet-lab.org
-2006-09-29 02:42:09,180 DEBUG Found tickets for planetlab-2.vuse.vanderbilt.edu
-2006-09-29 02:42:09,180 DEBUG Popping from q - ds-pl3.technion.ac.il
-2006-09-29 02:42:09,181 DEBUG Popping from q - planetlab2.cs.purdue.edu
-2006-09-29 02:42:09,183 DEBUG Found tickets for planetlab1.pop-rj.rnp.br
-2006-09-29 02:42:09,183 DEBUG Popping from q - planetlab3.millennium.berkeley.edu
-2006-09-29 02:42:09,185 DEBUG Popping from q - planetlab1.unl.edu
-2006-09-29 02:42:09,186 DEBUG Popping from q - planetlab1.cs.colorado.edu
-2006-09-29 02:42:09,187 DEBUG Found tickets for ds-pl3.technion.ac.il
-2006-09-29 02:42:09,188 DEBUG Popping from q - planetlab02.cs.washington.edu
-2006-09-29 02:42:09,189 DEBUG Popping from q - pads21.cs.nthu.edu.tw
-2006-09-29 02:42:09,191 DEBUG Found tickets for planetlab1.unl.edu
-2006-09-29 02:42:09,191 DEBUG Popping from q - planetlab2.informatik.uni-erlangen.de
-2006-09-29 02:42:09,192 DEBUG Found tickets for planetlab1.cs.colorado.edu
-2006-09-29 02:42:09,193 DEBUG Popping from q - planetlab-01.ipv6.lip6.fr
-2006-09-29 02:42:09,194 DEBUG Found tickets for planetlab02.cs.washington.edu
-2006-09-29 02:42:09,194 DEBUG Popping from q - pl2.ernet.in
-2006-09-29 02:42:09,195 DEBUG Popping from q - neu2.6planetlab.edu.cn
-2006-09-29 02:42:09,196 DEBUG Popping from q - orbpl2.rutgers.edu
-2006-09-29 02:42:09,198 DEBUG Found tickets for planetlab2.informatik.uni-erlangen.de
-2006-09-29 02:42:09,198 DEBUG Popping from q - planetlab-2.cs.uni-paderborn.de
-2006-09-29 02:42:09,200 DEBUG Found tickets for planetlab-01.ipv6.lip6.fr
-2006-09-29 02:42:09,200 DEBUG Popping from q - planet5.cs.huji.ac.il
-2006-09-29 02:42:09,201 DEBUG Popping from q - planetlab1.elet.polimi.it
-2006-09-29 02:42:09,202 DEBUG Found tickets for orbpl2.rutgers.edu
-2006-09-29 02:42:09,203 DEBUG Popping from q - planetlab2.iiitb.ac.in
-2006-09-29 02:42:09,204 DEBUG Popping from q - server1.planetlab.iit-tech.net
-2006-09-29 02:42:09,206 DEBUG Popping from q - planetlab2.iitb.ac.in
-2006-09-29 02:42:09,207 DEBUG Popping from q - planetlab02.dis.unina.it
-2006-09-29 02:42:09,208 DEBUG Popping from q - planetlab-1.dis.uniroma1.it
-2006-09-29 02:42:09,210 DEBUG Found tickets for server1.planetlab.iit-tech.net
-2006-09-29 02:42:09,210 DEBUG Popping from q - planetlab1.iitb.ac.in
-2006-09-29 02:42:09,211 DEBUG Popping from q - pku1.6planetlab.edu.cn
-2006-09-29 02:42:09,213 DEBUG Found tickets for planetlab2.iitb.ac.in
-2006-09-29 02:42:09,213 DEBUG Popping from q - planetlab1.warsaw.rd.tp.pl
-2006-09-29 02:42:09,214 DEBUG Popping from q - planetlab1.cri.haifa.ac.il
-2006-09-29 02:42:09,215 DEBUG Popping from q - planetlab-2.cs.ucy.ac.cy
-2006-09-29 02:42:09,218 DEBUG Found tickets for pku1.6planetlab.edu.cn
-2006-09-29 02:42:09,218 DEBUG Popping from q - pl1.ernet.in
-2006-09-29 02:42:09,219 DEBUG Popping from q - planetlab2.georgetown.edu
-2006-09-29 02:42:09,220 DEBUG Found tickets for planetlab1.cri.haifa.ac.il
-2006-09-29 02:42:09,220 DEBUG Popping from q - server2.planetlab.iit-tech.net
-2006-09-29 02:42:09,222 DEBUG Popping from q - planetlab2.di.unito.it
-2006-09-29 02:42:09,223 DEBUG Popping from q - planetlab1.csee.usf.edu
-2006-09-29 02:42:09,223 DEBUG Found tickets for planetlab1.iitb.ac.in
-2006-09-29 02:42:09,224 DEBUG Popping from q - planetlab-2.dis.uniroma1.it
-2006-09-29 02:42:09,226 DEBUG Found tickets for planetlab2.georgetown.edu
-2006-09-29 02:42:09,227 DEBUG Popping from q - planetlab2.informatik.uni-kl.de
-2006-09-29 02:42:09,228 DEBUG Popping from q - planet1.cs.rochester.edu
-2006-09-29 02:42:09,229 DEBUG Popping from q - planetlab1.rutgers.edu
-2006-09-29 02:42:09,230 DEBUG Found tickets for server2.planetlab.iit-tech.net
-2006-09-29 02:42:09,231 DEBUG Popping from q - planetlab-2.ece.iastate.edu
-2006-09-29 02:42:09,232 DEBUG Popping from q - planetlab-1.sjce.nodes.planet-lab.org
-2006-09-29 02:42:09,234 DEBUG Found tickets for planet1.cs.rochester.edu
-2006-09-29 02:42:09,234 DEBUG Popping from q - planetlab2.ece.ucdavis.edu
-2006-09-29 02:42:09,235 DEBUG Found tickets for planetlab2.informatik.uni-kl.de
-2006-09-29 02:42:09,235 DEBUG Popping from q - planetlab1.ie.cuhk.edu.hk
-2006-09-29 02:42:09,236 DEBUG Found tickets for planetlab1.rutgers.edu
-2006-09-29 02:42:09,237 DEBUG Popping from q - planetlab2lannion.elibel.tm.fr
-2006-09-29 02:42:09,239 DEBUG Found tickets for planetlab-1.sjce.nodes.planet-lab.org
-2006-09-29 02:42:09,239 DEBUG Popping from q - planetlab01.mpi-sws.mpg.de
-2006-09-29 02:42:09,240 DEBUG Popping from q - planetlab2.cs.duke.edu
-2006-09-29 02:42:09,241 DEBUG Found tickets for planetlab1.ie.cuhk.edu.hk
-2006-09-29 02:42:09,242 DEBUG Popping from q - planetlab1.rn.informatics.scitech.susx.ac.uk
-2006-09-29 02:42:09,243 DEBUG Popping from q - planetlab1.eee.hku.hk
-2006-09-29 02:42:09,245 DEBUG Popping from q - pads23.cs.nthu.edu.tw
-2006-09-29 02:42:09,246 DEBUG Popping from q - planet2.halifax.canet4.nodes.planet-lab.org
-2006-09-29 02:42:09,247 DEBUG Found tickets for planetlab1.rn.informatics.scitech.susx.ac.uk
-2006-09-29 02:42:09,247 DEBUG Popping from q - planetlab-2.tssg.org
-2006-09-29 02:42:09,248 DEBUG Popping from q - 200-102-209-151.paemt7001.t.brasiltelecom.net.br
-2006-09-29 02:42:09,250 DEBUG Found tickets for planetlab1.eee.hku.hk
-2006-09-29 02:42:09,251 DEBUG Popping from q - planetlab2.poly.edu
-2006-09-29 02:42:09,252 DEBUG Found tickets for planet2.halifax.canet4.nodes.planet-lab.org
-2006-09-29 02:42:09,252 DEBUG Popping from q - planetlab1.poly.edu
-2006-09-29 02:42:09,253 DEBUG Found tickets for planetlab-2.tssg.org
-2006-09-29 02:42:09,254 DEBUG Popping from q - planetlab2.net-research.org.uk
-2006-09-29 02:42:09,255 DEBUG Popping from q - planetlab-2.imperial.ac.uk
-2006-09-29 02:42:09,256 DEBUG Found tickets for 200-102-209-151.paemt7001.t.brasiltelecom.net.br
-2006-09-29 02:42:09,256 DEBUG Popping from q - planetlab-1.imperial.ac.uk
-2006-09-29 02:42:09,258 DEBUG Popping from q - planetlab1.byu.edu
-2006-09-29 02:42:09,259 DEBUG Found tickets for planetlab-2.imperial.ac.uk
-2006-09-29 02:42:09,259 DEBUG Popping from q - planetlab1.cis.upenn.edu
-2006-09-29 02:42:09,261 DEBUG Found tickets for planetlab-1.imperial.ac.uk
-2006-09-29 02:42:09,261 DEBUG Popping from q - planetlab2.eee.hku.hk
-2006-09-29 02:42:09,263 DEBUG Found tickets for planetlab2.net-research.org.uk
-2006-09-29 03:02:08,825 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv
-2006-09-29 03:02:09,884 DEBUG Retrieved 705 hosts
-2006-09-29 03:02:09,891 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='drift%20%3E%201m'
-2006-09-29 03:02:10,045 DEBUG Retrieved 9 hosts
-2006-09-29 03:02:10,046 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='resptime%20%3E%200%20&&%20gbfree%20%3C%205'
-2006-09-29 03:02:10,191 DEBUG Retrieved 10 hosts
-2006-09-29 03:02:10,191 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='sshstatus%20%3E%202h'
-2006-09-29 03:02:10,549 DEBUG Retrieved 160 hosts
-2006-09-29 03:02:10,551 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='dns1udp%20%3E%2080%20&&%20dns2udp%20%3E%2080'
-2006-09-29 03:02:10,700 DEBUG Retrieved 6 hosts
-2006-09-29 03:02:10,700 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='filerw%3E0'
-2006-09-29 03:02:10,838 DEBUG Retrieved 2 hosts
-2006-09-29 03:02:10,841 DEBUG Popping from q - planetlab2.elet.polimi.it
-2006-09-29 03:02:10,841 DEBUG Popping from q - pli1-br-3.hpl.hp.com
-2006-09-29 03:02:10,842 DEBUG Popping from q - planetlab2.nbgisp.com
-2006-09-29 03:02:10,843 DEBUG Popping from q - planetlab2.cs.duke.edu
-2006-09-29 03:02:10,844 DEBUG Popping from q - planetlab1.cs.stir.ac.uk
-2006-09-29 03:02:10,846 DEBUG Popping from q - planetlab1.cse.msu.edu
-2006-09-29 03:02:10,848 DEBUG Popping from q - planetlab0.cs.stir.ac.uk
-2006-09-29 03:02:10,846 DEBUG Found tickets for pli1-br-3.hpl.hp.com
-2006-09-29 03:02:10,849 DEBUG Popping from q - planetlab1.informatik.uni-erlangen.de
-2006-09-29 03:02:10,847 DEBUG Popping from q - planetlab2.cse.msu.edu
-2006-09-29 03:02:10,852 DEBUG Found tickets for planetlab1.cse.msu.edu
-2006-09-29 03:02:10,852 DEBUG Popping from q - planetlab1.cs.purdue.edu
-2006-09-29 03:02:10,853 DEBUG Popping from q - planetlab1.een.orst.edu
-2006-09-29 03:02:10,854 DEBUG Popping from q - planetlab2.cs.columbia.edu
-2006-09-29 03:02:10,855 DEBUG Found tickets for planetlab2.cse.msu.edu
-2006-09-29 03:02:10,856 DEBUG Popping from q - planetlab1.win.trlabs.ca
-2006-09-29 03:02:10,858 DEBUG Found tickets for planetlab1.cs.purdue.edu
-2006-09-29 03:02:10,858 DEBUG Popping from q - planetlab1.cs.duke.edu
-2006-09-29 03:02:10,859 DEBUG Popping from q - planetlab2.flux.utah.edu
-2006-09-29 03:02:10,860 DEBUG Popping from q - planetlab3.cs.columbia.edu
-2006-09-29 03:02:10,862 DEBUG Popping from q - planetlab1.cs.columbia.edu
-2006-09-29 03:02:10,863 DEBUG Popping from q - planetlab3.flux.utah.edu
-2006-09-29 03:02:10,865 DEBUG Popping from q - planetlab-1.eecs.cwru.edu
-2006-09-29 03:02:10,866 DEBUG Popping from q - planetlab2.rutgers.edu
-2006-09-29 03:02:10,867 DEBUG Popping from q - vn3.cs.wustl.edu
-2006-09-29 03:02:10,869 DEBUG Popping from q - planetlab2.cri.haifa.ac.il
-2006-09-29 03:02:10,871 DEBUG Found tickets for vn3.cs.wustl.edu
-2006-09-29 03:02:10,871 DEBUG Popping from q - planetlab01.cse.psu.edu
-2006-09-29 03:02:10,869 DEBUG Popping from q - soccf-planet-001.comp.nus.edu.sg
-2006-09-29 03:02:10,873 DEBUG Popping from q - csu2.6planetlab.edu.cn
-2006-09-29 03:02:10,875 DEBUG Found tickets for planetlab2.rutgers.edu
-2006-09-29 03:02:10,875 DEBUG Popping from q - planet2.njit.edu
-2006-09-29 03:02:10,877 DEBUG Popping from q - planetlab2.unl.edu
-2006-09-29 03:02:10,878 DEBUG Found tickets for soccf-planet-001.comp.nus.edu.sg
-2006-09-29 03:02:10,878 DEBUG Popping from q - planetlab1.cs.pitt.edu
-2006-09-29 03:02:10,879 DEBUG Found tickets for planetlab2.cri.haifa.ac.il
-2006-09-29 03:02:10,880 DEBUG Popping from q - planetlab-2.eecs.cwru.edu
-2006-09-29 03:02:10,881 DEBUG Found tickets for csu2.6planetlab.edu.cn
-2006-09-29 03:02:10,881 DEBUG Popping from q - planetlab2.urv.net
-2006-09-29 03:02:10,882 DEBUG Found tickets for planet2.njit.edu
-2006-09-29 03:02:10,883 DEBUG Popping from q - planetlab7.csail.mit.edu
-2006-09-29 03:02:10,884 DEBUG Popping from q - buaa1.6planetlab.edu.cn
-2006-09-29 03:02:10,886 DEBUG Popping from q - ricepl-3.cs.rice.edu
-2006-09-29 03:02:10,887 DEBUG Popping from q - planet-lab-1.csse.monash.edu.au
-2006-09-29 03:02:10,889 DEBUG Popping from q - planetlab5.millennium.berkeley.edu
-2006-09-29 03:02:10,890 DEBUG Found tickets for buaa1.6planetlab.edu.cn
-2006-09-29 03:02:10,890 DEBUG Popping from q - planetlab1.pop-ce.rnp.br
-2006-09-29 03:02:10,891 DEBUG Found tickets for planetlab7.csail.mit.edu
-2006-09-29 03:02:10,892 DEBUG Popping from q - planetlab2.mnlab.cti.depaul.edu
-2006-09-29 03:02:10,893 DEBUG Popping from q - peace.ri.uni-tuebingen.de
-2006-09-29 03:02:10,895 DEBUG Popping from q - planetlab-8.cs.princeton.edu
-2006-09-29 03:02:10,896 DEBUG Popping from q - planetlab2.ucsd.edu
-2006-09-29 03:02:10,898 DEBUG Found tickets for planetlab1.pop-ce.rnp.br
-2006-09-29 03:02:10,898 DEBUG Popping from q - blast.uwaterloo.ca
-2006-09-29 03:02:10,899 DEBUG Found tickets for planetlab2.mnlab.cti.depaul.edu
-2006-09-29 03:02:10,899 DEBUG Popping from q - planetlab1.cs.wayne.edu
-2006-09-29 03:02:10,900 DEBUG Popping from q - pli1-br-3.hpl.hp.com
-2006-09-29 03:02:10,902 DEBUG Found tickets for planetlab-8.cs.princeton.edu
-2006-09-29 03:02:10,903 DEBUG Popping from q - planetlab2.eurecom.fr
-2006-09-29 03:02:10,903 DEBUG Found tickets for planetlab2.ucsd.edu
-2006-09-29 03:02:10,904 DEBUG Popping from q - planetlab1.di.unito.it
-2006-09-29 03:02:10,904 DEBUG Found tickets for blast.uwaterloo.ca
-2006-09-29 03:02:10,905 DEBUG Popping from q - planetlab2.simula.no
-2006-09-29 03:02:10,907 DEBUG Found tickets for planetlab1.cs.wayne.edu
-2006-09-29 03:02:10,907 DEBUG Popping from q - planetlab01.dis.unina.it
-2006-09-29 03:02:10,909 DEBUG Found tickets for pli1-br-3.hpl.hp.com
-2006-09-29 03:02:10,909 DEBUG Popping from q - planetlab1.flux.utah.edu
-2006-09-29 03:02:10,910 DEBUG Popping from q - planetlab-1.ece.iastate.edu
-2006-09-29 03:02:10,912 DEBUG Popping from q - sdu1.6planetlab.edu.cn
-2006-09-29 03:02:10,913 DEBUG Found tickets for planetlab1.di.unito.it
-2006-09-29 03:02:10,913 DEBUG Popping from q - planetlab4.upc.es
-2006-09-29 03:02:10,914 DEBUG Popping from q - planetlab-13.cs.princeton.edu
-2006-09-29 03:02:10,916 DEBUG Popping from q - planet1.cc.gt.atl.ga.us
-2006-09-29 03:02:10,917 DEBUG Found tickets for planetlab-1.ece.iastate.edu
-2006-09-29 03:02:10,918 DEBUG Popping from q - planetlab2.eecs.wsu.edu
-2006-09-29 03:02:10,919 DEBUG Found tickets for planetlab-13.cs.princeton.edu
-2006-09-29 03:02:10,920 DEBUG Popping from q - planet2.cs.ucsb.edu
-2006-09-29 03:02:10,921 DEBUG Popping from q - xjtu2.6planetlab.edu.cn
-2006-09-29 03:02:10,919 DEBUG Found tickets for sdu1.6planetlab.edu.cn
-2006-09-29 03:02:10,922 DEBUG Popping from q - planetlab3.upc.es
-2006-09-29 03:02:10,923 DEBUG Popping from q - node1.lbnl.nodes.planet-lab.org
-2006-09-29 03:02:10,925 DEBUG Popping from q - planetlab1.iitr.ernet.in
-2006-09-29 03:02:10,927 DEBUG Found tickets for planet2.cs.ucsb.edu
-2006-09-29 03:02:10,927 DEBUG Popping from q - planetlab1.ipls.internet2.planet-lab.org
-2006-09-29 03:02:10,928 DEBUG Popping from q - planetlab2.uvic.ca
-2006-09-29 03:02:10,929 DEBUG Popping from q - planetlab01.erin.utoronto.ca
-2006-09-29 03:02:10,931 DEBUG Popping from q - planetlab-4.ece.iastate.edu
-2006-09-29 03:02:10,932 DEBUG Popping from q - planetlab2.informatik.uni-goettingen.de
-2006-09-29 03:02:10,934 DEBUG Popping from q - ds-pl1.technion.ac.il
-2006-09-29 03:02:10,935 DEBUG Found tickets for planetlab2.uvic.ca
-2006-09-29 03:02:10,936 DEBUG Popping from q - planetlab1.mnl.cs.sunysb.edu
-2006-09-29 03:02:10,937 DEBUG Popping from q - aladdin.planetlab.extranet.uni-passau.de
-2006-09-29 03:02:10,938 DEBUG Found tickets for planetlab-4.ece.iastate.edu
-2006-09-29 03:02:10,938 DEBUG Popping from q - planetlab-1.cs.uni-paderborn.de
-2006-09-29 03:02:10,940 DEBUG Found tickets for planetlab2.informatik.uni-goettingen.de
-2006-09-29 03:02:10,940 DEBUG Popping from q - planet1.njit.edu
-2006-09-29 03:02:10,941 DEBUG Popping from q - pku2.6planetlab.edu.cn
-2006-09-29 03:02:10,943 DEBUG Found tickets for planetlab1.mnl.cs.sunysb.edu
-2006-09-29 03:02:10,943 DEBUG Popping from q - planetlab-1.cs.ucy.ac.cy
-2006-09-29 03:02:10,944 DEBUG Popping from q - planetlab00.cse.psu.edu
-2006-09-29 03:02:10,946 DEBUG Popping from q - planetlab04.ethz.ch
-2006-09-29 03:02:10,947 DEBUG Popping from q - sdu2.6planetlab.edu.cn
-2006-09-29 03:02:10,948 DEBUG Popping from q - planet-lab.iki.rssi.ru
-2006-09-29 03:02:10,950 DEBUG Popping from q - planetlab1.polito.it
-2006-09-29 03:02:10,951 DEBUG Popping from q - planetlab1.uvic.ca
-2006-09-29 03:02:10,953 DEBUG Found tickets for planetlab04.ethz.ch
-2006-09-29 03:02:10,953 DEBUG Popping from q - planetlab1.cs.byu.edu
-2006-09-29 03:02:10,954 DEBUG Found tickets for sdu2.6planetlab.edu.cn
-2006-09-29 03:02:10,955 DEBUG Popping from q - planetlab-1.amst.nodes.planet-lab.org
-2006-09-29 03:02:10,956 DEBUG Found tickets for planet-lab.iki.rssi.ru
-2006-09-29 03:02:10,956 DEBUG Popping from q - cloudburst.uwaterloo.ca
-2006-09-29 03:02:10,957 DEBUG Popping from q - planet2.cs.rochester.edu
-2006-09-29 03:02:10,959 DEBUG Found tickets for planetlab1.polito.it
-2006-09-29 03:02:10,959 DEBUG Popping from q - planetlab1.xeno.cl.cam.ac.uk
-2006-09-29 03:02:10,961 DEBUG Found tickets for planet2.cs.rochester.edu
-2006-09-29 03:02:10,961 DEBUG Popping from q - lycra.cs.princeton.edu
-2006-09-29 03:02:10,961 DEBUG Found tickets for planetlab1.uvic.ca
-2006-09-29 03:02:10,962 DEBUG Popping from q - planetlab06.mpi-sws.mpg.de
-2006-09-29 03:02:10,963 DEBUG Found tickets for lycra.cs.princeton.edu
-2006-09-29 03:02:10,964 DEBUG Popping from q - planetlab1.ias.csusb.edu
-2006-09-29 03:02:10,965 DEBUG Popping from q - vayu.iitd.ernet.in
-2006-09-29 03:02:10,967 DEBUG Popping from q - node2.lbnl.nodes.planet-lab.org
-2006-09-29 03:02:10,968 DEBUG Found tickets for cloudburst.uwaterloo.ca
-2006-09-29 03:02:10,968 DEBUG Popping from q - planetlab2.cs.byu.edu
-2006-09-29 03:02:10,970 DEBUG Found tickets for planetlab1.ias.csusb.edu
-2006-09-29 03:02:10,970 DEBUG Popping from q - cqu1.6planetlab.edu.cn
-2006-09-29 03:02:10,971 DEBUG Popping from q - planetlab2.acis.ufl.edu
-2006-09-29 03:02:10,973 DEBUG Found tickets for cqu1.6planetlab.edu.cn
-2006-09-29 03:02:10,974 DEBUG Popping from q - tju2.6planetlab.edu.cn
-2006-09-29 03:02:10,973 DEBUG Popping from q - planetlab1.cs.unibo.it
-2006-09-29 03:02:10,975 DEBUG Popping from q - orbpl1.rutgers.edu
-2006-09-29 03:02:10,978 DEBUG Found tickets for tju2.6planetlab.edu.cn
-2006-09-29 03:02:10,978 DEBUG Popping from q - planet0.jaist.ac.jp
-2006-09-29 03:02:10,977 DEBUG Popping from q - ent1.cs.nccu.edu.tw
-2006-09-29 03:02:10,980 DEBUG Found tickets for planet0.jaist.ac.jp
-2006-09-29 03:02:10,981 DEBUG Popping from q - planetlab1.informatik.uni-wuerzburg.de
-2006-09-29 03:02:10,981 DEBUG Found tickets for planetlab1.cs.unibo.it
-2006-09-29 03:02:10,982 DEBUG Popping from q - planetlab3.warsaw.rd.tp.pl
-2006-09-29 03:02:10,984 DEBUG Found tickets for orbpl1.rutgers.edu
-2006-09-29 03:02:10,984 DEBUG Popping from q - planetlab0.ias.csusb.edu
-2006-09-29 03:02:10,986 DEBUG Popping from q - planetlab-2.amst.nodes.planet-lab.org
-2006-09-29 03:02:10,987 DEBUG Found tickets for ent1.cs.nccu.edu.tw
-2006-09-29 03:02:10,987 DEBUG Popping from q - planetlab3.inria.fr
-2006-09-29 03:02:10,983 DEBUG Found tickets for planetlab2.acis.ufl.edu
-2006-09-29 03:02:10,988 DEBUG Popping from q - 200-102-209-152.paemt7001.t.brasiltelecom.net.br
-2006-09-29 03:02:10,989 DEBUG Found tickets for planetlab1.informatik.uni-wuerzburg.de
-2006-09-29 03:02:10,990 DEBUG Popping from q - planetlab3.mnl.cs.sunysb.edu
-2006-09-29 03:02:10,991 DEBUG Found tickets for planetlab0.ias.csusb.edu
-2006-09-29 03:02:10,991 DEBUG Popping from q - planetlab-15.cs.princeton.edu
-2006-09-29 03:02:10,993 DEBUG Popping from q - ent2.cs.nccu.edu.tw
-2006-09-29 03:02:10,994 DEBUG Found tickets for 200-102-209-152.paemt7001.t.brasiltelecom.net.br
-2006-09-29 03:02:10,995 DEBUG Popping from q - planet-lab-2.csse.monash.edu.au
-2006-09-29 03:02:10,996 DEBUG Popping from q - planet1.ecse.rpi.edu
-2006-09-29 03:02:10,997 DEBUG Popping from q - planetlab2.pop-mg.rnp.br
-2006-09-29 03:02:10,998 DEBUG Popping from q - planetlab-2.unk.edu
-2006-09-29 03:02:11,000 DEBUG Found tickets for ent2.cs.nccu.edu.tw
-2006-09-29 03:02:11,001 DEBUG Popping from q - planetlab2.rdfrancetelecom.com
-2006-09-29 03:02:11,002 DEBUG Found tickets for planetlab2.pop-mg.rnp.br
-2006-09-29 03:02:11,002 DEBUG Popping from q - planetlab1.eurecom.fr
-2006-09-29 03:02:11,003 DEBUG Found tickets for planet1.ecse.rpi.edu
-2006-09-29 03:02:11,004 DEBUG Popping from q - planetlab1.cs.virginia.edu
-2006-09-29 03:02:11,005 DEBUG Popping from q - tju1.6planetlab.edu.cn
-2006-09-29 03:02:11,006 DEBUG Found tickets for planet-lab-2.csse.monash.edu.au
-2006-09-29 03:02:11,007 DEBUG Found tickets for planetlab2.rdfrancetelecom.com
-2006-09-29 03:02:11,008 DEBUG Popping from q - planetlab1.georgetown.edu
-2006-09-29 03:02:11,009 DEBUG Popping from q - planet1.inf.tu-dresden.de
-2006-09-29 03:02:11,010 DEBUG Found tickets for planetlab1.eurecom.fr
-2006-09-29 03:02:11,010 DEBUG Popping from q - alice.cs.princeton.edu
-2006-09-29 03:02:11,011 DEBUG Found tickets for tju1.6planetlab.edu.cn
-2006-09-29 03:02:11,012 DEBUG Popping from q - planetlab02.erin.utoronto.ca
-2006-09-29 03:02:11,012 DEBUG Popping from q - planetlab-3.amst.nodes.planet-lab.org
-2006-09-29 03:02:11,014 DEBUG Found tickets for planetlab1.georgetown.edu
-2006-09-29 03:02:11,015 DEBUG Popping from q - planetlab-1.vuse.vanderbilt.edu
-2006-09-29 03:02:11,016 DEBUG Popping from q - planetlab3.uvic.ca
-2006-09-29 03:02:11,017 DEBUG Found tickets for alice.cs.princeton.edu
-2006-09-29 03:02:11,017 DEBUG Popping from q - scut2.6planetlab.edu.cn
-2006-09-29 03:02:11,018 DEBUG Popping from q - planetlab1.swidnik.rd.tp.pl
-2006-09-29 03:02:11,020 DEBUG Popping from q - planet2.cdacb.ernet.in
-2006-09-29 03:02:11,022 DEBUG Found tickets for planetlab3.uvic.ca
-2006-09-29 03:02:11,022 DEBUG Popping from q - planetlab1.rdfrancetelecom.com
-2006-09-29 03:02:11,023 DEBUG Found tickets for scut2.6planetlab.edu.cn
-2006-09-29 03:02:11,023 DEBUG Popping from q - planet2.inf.tu-dresden.de
-2006-09-29 03:02:11,025 DEBUG Found tickets for planetlab-1.vuse.vanderbilt.edu
-2006-09-29 03:02:11,025 DEBUG Popping from q - planet02.csc.ncsu.edu
-2006-09-29 03:02:11,026 DEBUG Found tickets for planetlab1.swidnik.rd.tp.pl
-2006-09-29 03:02:11,026 DEBUG Popping from q - planetlab-1.tssg.org
-2006-09-29 03:02:11,028 DEBUG Found tickets for planet2.cdacb.ernet.in
-2006-09-29 03:02:11,028 DEBUG Popping from q - planetlab-2.vuse.vanderbilt.edu
-2006-09-29 03:02:11,030 DEBUG Popping from q - planetlab-11.cs.princeton.edu
-2006-09-29 03:02:11,031 DEBUG Found tickets for planetlab1.rdfrancetelecom.com
-2006-09-29 03:02:11,031 DEBUG Popping from q - planet03.csc.ncsu.edu
-2006-09-29 03:02:11,032 DEBUG Found tickets for planetlab-1.tssg.org
-2006-09-29 03:02:11,032 DEBUG Popping from q - planetlab1.pop-rj.rnp.br
-2006-09-29 03:02:11,034 DEBUG Found tickets for planetlab-2.vuse.vanderbilt.edu
-2006-09-29 03:02:11,035 DEBUG Popping from q - planet1.halifax.canet4.nodes.planet-lab.org
-2006-09-29 03:02:11,036 DEBUG Popping from q - ds-pl3.technion.ac.il
-2006-09-29 03:02:11,037 DEBUG Popping from q - planetlab2.cs.purdue.edu
-2006-09-29 03:02:11,038 DEBUG Found tickets for planetlab1.pop-rj.rnp.br
-2006-09-29 03:02:11,039 DEBUG Popping from q - planetlab3.millennium.berkeley.edu
-2006-09-29 03:02:11,039 DEBUG Popping from q - planet1.cavite.nodes.planet-lab.org
-2006-09-29 03:02:11,042 DEBUG Popping from q - planetlab1.unl.edu
-2006-09-29 03:02:11,043 DEBUG Found tickets for ds-pl3.technion.ac.il
-2006-09-29 03:02:11,043 DEBUG Popping from q - planetlab1.cs.colorado.edu
-2006-09-29 03:02:11,044 DEBUG Popping from q - planetlab02.cs.washington.edu
-2006-09-29 03:02:11,045 DEBUG Popping from q - pads21.cs.nthu.edu.tw
-2006-09-29 03:02:11,048 DEBUG Found tickets for planetlab1.unl.edu
-2006-09-29 03:02:11,048 DEBUG Popping from q - orbpl2.rutgers.edu
-2006-09-29 03:02:11,048 DEBUG Found tickets for planetlab1.cs.colorado.edu
-2006-09-29 03:02:11,050 DEBUG Popping from q - planetlab-01.ipv6.lip6.fr
-2006-09-29 03:02:11,049 DEBUG Popping from q - planetlab2.informatik.uni-erlangen.de
-2006-09-29 03:02:11,051 DEBUG Popping from q - pl2.ernet.in
-2006-09-29 03:02:11,052 DEBUG Found tickets for planetlab02.cs.washington.edu
-2006-09-29 03:02:11,053 DEBUG Popping from q - neu2.6planetlab.edu.cn
-2006-09-29 03:02:11,054 DEBUG Found tickets for planetlab2.informatik.uni-erlangen.de
-2006-09-29 03:02:11,054 DEBUG Popping from q - planetlab-2.cs.uni-paderborn.de
-2006-09-29 03:02:11,056 DEBUG Found tickets for planetlab-01.ipv6.lip6.fr
-2006-09-29 03:02:11,056 DEBUG Popping from q - planet5.cs.huji.ac.il
-2006-09-29 03:02:11,058 DEBUG Found tickets for orbpl2.rutgers.edu
-2006-09-29 03:02:11,058 DEBUG Popping from q - planetlab1.elet.polimi.it
-2006-09-29 03:02:11,060 DEBUG Popping from q - planetlab2.iiitb.ac.in
-2006-09-29 03:02:11,061 DEBUG Popping from q - server1.planetlab.iit-tech.net
-2006-09-29 03:02:11,062 DEBUG Popping from q - planetlab2.iitb.ac.in
-2006-09-29 03:02:11,063 DEBUG Popping from q - planetlab02.dis.unina.it
-2006-09-29 03:02:11,066 DEBUG Found tickets for server1.planetlab.iit-tech.net
-2006-09-29 03:02:11,066 DEBUG Popping from q - planetlab-1.dis.uniroma1.it
-2006-09-29 03:02:11,067 DEBUG Popping from q - planetlab1.iitb.ac.in
-2006-09-29 03:02:11,068 DEBUG Found tickets for planetlab2.iitb.ac.in
-2006-09-29 03:02:11,068 DEBUG Popping from q - pku1.6planetlab.edu.cn
-2006-09-29 03:02:11,069 DEBUG Popping from q - planetlab1.warsaw.rd.tp.pl
-2006-09-29 03:02:11,070 DEBUG Found tickets for pku1.6planetlab.edu.cn
-2006-09-29 03:02:11,071 DEBUG Popping from q - planetlab1.cri.haifa.ac.il
-2006-09-29 03:02:11,072 DEBUG Popping from q - planetlab-2.cs.ucy.ac.cy
-2006-09-29 03:02:11,074 DEBUG Found tickets for planetlab1.iitb.ac.in
-2006-09-29 03:02:11,075 DEBUG Popping from q - pl1.ernet.in
-2006-09-29 03:02:11,076 DEBUG Popping from q - planetlab2.georgetown.edu
-2006-09-29 03:02:11,077 DEBUG Found tickets for planetlab1.cri.haifa.ac.il
-2006-09-29 03:02:11,077 DEBUG Popping from q - server2.planetlab.iit-tech.net
-2006-09-29 03:02:11,079 DEBUG Popping from q - planetlab2.di.unito.it
-2006-09-29 03:02:11,080 DEBUG Popping from q - planetlab1.csee.usf.edu
-2006-09-29 03:02:11,082 DEBUG Popping from q - planetlab-2.dis.uniroma1.it
-2006-09-29 03:02:11,083 DEBUG Found tickets for planetlab2.georgetown.edu
-2006-09-29 03:02:11,083 DEBUG Popping from q - planetlab2.informatik.uni-kl.de
-2006-09-29 03:02:11,084 DEBUG Found tickets for server2.planetlab.iit-tech.net
-2006-09-29 03:02:11,085 DEBUG Popping from q - planet1.cs.rochester.edu
-2006-09-29 03:02:11,086 DEBUG Popping from q - planetlab1.rutgers.edu
-2006-09-29 03:02:11,087 DEBUG Popping from q - planetlab-2.ece.iastate.edu
-2006-09-29 03:02:11,089 DEBUG Popping from q - planetlab-1.sjce.nodes.planet-lab.org
-2006-09-29 03:02:11,090 DEBUG Found tickets for planetlab1.rutgers.edu
-2006-09-29 03:02:11,091 DEBUG Popping from q - planetlab2.ece.ucdavis.edu
-2006-09-29 03:02:11,092 DEBUG Found tickets for planetlab2.informatik.uni-kl.de
-2006-09-29 03:02:11,093 DEBUG Popping from q - planetlab1.ie.cuhk.edu.hk
-2006-09-29 03:02:11,092 DEBUG Found tickets for planet1.cs.rochester.edu
-2006-09-29 03:02:11,094 DEBUG Popping from q - planetlab2lannion.elibel.tm.fr
-2006-09-29 03:02:11,096 DEBUG Found tickets for planetlab-1.sjce.nodes.planet-lab.org
-2006-09-29 03:02:11,096 DEBUG Popping from q - planetlab01.mpi-sws.mpg.de
-2006-09-29 03:02:11,097 DEBUG Popping from q - planetlab2.cs.duke.edu
-2006-09-29 03:02:11,098 DEBUG Popping from q - planetlab1.rn.informatics.scitech.susx.ac.uk
-2006-09-29 03:02:11,100 DEBUG Found tickets for planetlab1.ie.cuhk.edu.hk
-2006-09-29 03:02:11,100 DEBUG Popping from q - planetlab1.eee.hku.hk
-2006-09-29 03:02:11,101 DEBUG Popping from q - pads23.cs.nthu.edu.tw
-2006-09-29 03:02:11,103 DEBUG Popping from q - planet2.halifax.canet4.nodes.planet-lab.org
-2006-09-29 03:02:11,104 DEBUG Found tickets for planetlab1.rn.informatics.scitech.susx.ac.uk
-2006-09-29 03:02:11,104 DEBUG Popping from q - planetlab-2.tssg.org
-2006-09-29 03:02:11,106 DEBUG Found tickets for planetlab1.eee.hku.hk
-2006-09-29 03:02:11,106 DEBUG Popping from q - 200-102-209-151.paemt7001.t.brasiltelecom.net.br
-2006-09-29 03:02:11,107 DEBUG Popping from q - planetlab2.poly.edu
-2006-09-29 03:02:11,108 DEBUG Popping from q - planetlab1.poly.edu
-2006-09-29 03:02:11,110 DEBUG Found tickets for planetlab-2.tssg.org
-2006-09-29 03:02:11,111 DEBUG Popping from q - planetlab2.net-research.org.uk
-2006-09-29 03:02:11,112 DEBUG Found tickets for 200-102-209-151.paemt7001.t.brasiltelecom.net.br
-2006-09-29 03:02:11,112 DEBUG Popping from q - planetlab-2.imperial.ac.uk
-2006-09-29 03:02:11,113 DEBUG Popping from q - planetlab-1.imperial.ac.uk
-2006-09-29 03:02:11,115 DEBUG Found tickets for planetlab2.net-research.org.uk
-2006-09-29 03:02:11,116 DEBUG Popping from q - planetlab1.byu.edu
-2006-09-29 03:02:11,117 DEBUG Found tickets for planetlab-2.imperial.ac.uk
-2006-09-29 03:02:11,117 DEBUG Popping from q - planetlab1.cis.upenn.edu
-2006-09-29 03:02:11,118 DEBUG Found tickets for planetlab-1.imperial.ac.uk
-2006-09-29 03:02:11,118 DEBUG Popping from q - planetlab2.eee.hku.hk
-2006-09-29 03:02:11,120 DEBUG Found tickets for planet2.halifax.canet4.nodes.planet-lab.org
-2006-09-29 03:22:10,682 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv
-2006-09-29 03:22:11,755 DEBUG Retrieved 705 hosts
-2006-09-29 03:22:11,761 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='drift%20%3E%201m'
-2006-09-29 03:22:11,900 DEBUG Retrieved 9 hosts
-2006-09-29 03:22:11,900 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='resptime%20%3E%200%20&&%20gbfree%20%3C%205'
-2006-09-29 03:22:12,046 DEBUG Retrieved 10 hosts
-2006-09-29 03:22:12,047 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='sshstatus%20%3E%202h'
-2006-09-29 03:22:12,395 DEBUG Retrieved 161 hosts
-2006-09-29 03:22:12,397 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='dns1udp%20%3E%2080%20&&%20dns2udp%20%3E%2080'
-2006-09-29 03:22:12,539 DEBUG Retrieved 6 hosts
-2006-09-29 03:22:12,540 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='filerw%3E0'
-2006-09-29 03:22:12,681 DEBUG Retrieved 2 hosts
-2006-09-29 03:22:12,684 DEBUG Popping from q - planetlab2.elet.polimi.it
-2006-09-29 03:22:12,685 DEBUG Popping from q - pli1-br-3.hpl.hp.com
-2006-09-29 03:22:12,686 DEBUG Popping from q - planetlab2.nbgisp.com
-2006-09-29 03:22:12,686 DEBUG Popping from q - planetlab2.cs.duke.edu
-2006-09-29 03:22:12,688 DEBUG Popping from q - planetlab1.cs.stir.ac.uk
-2006-09-29 03:22:12,689 DEBUG Found tickets for pli1-br-3.hpl.hp.com
-2006-09-29 03:22:12,690 DEBUG Popping from q - planetlab1.cse.msu.edu
-2006-09-29 03:22:12,691 DEBUG Popping from q - planetlab2.cse.msu.edu
-2006-09-29 03:22:12,693 DEBUG Popping from q - planetlab1.informatik.uni-erlangen.de
-2006-09-29 03:22:12,693 DEBUG Popping from q - planetlab0.cs.stir.ac.uk
-2006-09-29 03:22:12,695 DEBUG Popping from q - planetlab1.cs.purdue.edu
-2006-09-29 03:22:12,696 DEBUG Found tickets for planetlab1.cse.msu.edu
-2006-09-29 03:22:12,697 DEBUG Popping from q - planetlab1.een.orst.edu
-2006-09-29 03:22:12,698 DEBUG Found tickets for planetlab2.cse.msu.edu
-2006-09-29 03:22:12,698 DEBUG Popping from q - planetlab2.cs.columbia.edu
-2006-09-29 03:22:12,700 DEBUG Popping from q - planetlab1.win.trlabs.ca
-2006-09-29 03:22:12,701 DEBUG Popping from q - planetlab1.cs.duke.edu
-2006-09-29 03:22:12,702 DEBUG Found tickets for planetlab1.cs.purdue.edu
-2006-09-29 03:22:12,703 DEBUG Popping from q - planetlab2.flux.utah.edu
-2006-09-29 03:22:12,704 DEBUG Popping from q - planetlab3.cs.columbia.edu
-2006-09-29 03:22:12,705 DEBUG Popping from q - planetlab1.cs.columbia.edu
-2006-09-29 03:22:12,707 DEBUG Popping from q - planetlab3.flux.utah.edu
-2006-09-29 03:22:12,708 DEBUG Popping from q - planetlab-1.eecs.cwru.edu
-2006-09-29 03:22:12,710 DEBUG Popping from q - planetlab2.rutgers.edu
-2006-09-29 03:22:12,711 DEBUG Popping from q - vn3.cs.wustl.edu
-2006-09-29 03:22:12,712 DEBUG Popping from q - planetlab2.cri.haifa.ac.il
-2006-09-29 03:22:12,714 DEBUG Popping from q - soccf-planet-001.comp.nus.edu.sg
-2006-09-29 03:22:12,715 DEBUG Popping from q - planetlab01.cse.psu.edu
-2006-09-29 03:22:12,717 DEBUG Found tickets for vn3.cs.wustl.edu
-2006-09-29 03:22:12,717 DEBUG Popping from q - csu2.6planetlab.edu.cn
-2006-09-29 03:22:12,718 DEBUG Found tickets for planetlab2.rutgers.edu
-2006-09-29 03:22:12,719 DEBUG Popping from q - planet2.njit.edu
-2006-09-29 03:22:12,720 DEBUG Found tickets for planetlab2.cri.haifa.ac.il
-2006-09-29 03:22:12,720 DEBUG Popping from q - planetlab2.unl.edu
-2006-09-29 03:22:12,722 DEBUG Found tickets for soccf-planet-001.comp.nus.edu.sg
-2006-09-29 03:22:12,722 DEBUG Popping from q - planetlab1.cs.pitt.edu
-2006-09-29 03:22:12,723 DEBUG Popping from q - planetlab-2.eecs.cwru.edu
-2006-09-29 03:22:12,725 DEBUG Popping from q - planetlab2.urv.net
-2006-09-29 03:22:12,726 DEBUG Found tickets for csu2.6planetlab.edu.cn
-2006-09-29 03:22:12,727 DEBUG Popping from q - planetlab7.csail.mit.edu
-2006-09-29 03:22:12,728 DEBUG Found tickets for planet2.njit.edu
-2006-09-29 03:22:12,728 DEBUG Popping from q - buaa1.6planetlab.edu.cn
-2006-09-29 03:22:12,729 DEBUG Popping from q - ricepl-3.cs.rice.edu
-2006-09-29 03:22:12,731 DEBUG Popping from q - planet-lab-1.csse.monash.edu.au
-2006-09-29 03:22:12,732 DEBUG Popping from q - planetlab5.millennium.berkeley.edu
-2006-09-29 03:22:12,734 DEBUG Found tickets for planetlab7.csail.mit.edu
-2006-09-29 03:22:12,734 DEBUG Popping from q - planetlab1.pop-ce.rnp.br
-2006-09-29 03:22:12,735 DEBUG Found tickets for buaa1.6planetlab.edu.cn
-2006-09-29 03:22:12,736 DEBUG Popping from q - planetlab2.mnlab.cti.depaul.edu
-2006-09-29 03:22:12,737 DEBUG Popping from q - peace.ri.uni-tuebingen.de
-2006-09-29 03:22:12,738 DEBUG Popping from q - planetlab-8.cs.princeton.edu
-2006-09-29 03:22:12,740 DEBUG Popping from q - planetlab2.ucsd.edu
-2006-09-29 03:22:12,741 DEBUG Found tickets for planetlab1.pop-ce.rnp.br
-2006-09-29 03:22:12,741 DEBUG Popping from q - blast.uwaterloo.ca
-2006-09-29 03:22:12,743 DEBUG Found tickets for planetlab2.mnlab.cti.depaul.edu
-2006-09-29 03:22:12,743 DEBUG Popping from q - planetlab1.cs.wayne.edu
-2006-09-29 03:22:12,744 DEBUG Popping from q - pli1-br-3.hpl.hp.com
-2006-09-29 03:22:12,746 DEBUG Found tickets for planetlab2.ucsd.edu
-2006-09-29 03:22:12,746 DEBUG Popping from q - planetlab2.eurecom.fr
-2006-09-29 03:22:12,747 DEBUG Found tickets for planetlab-8.cs.princeton.edu
-2006-09-29 03:22:12,748 DEBUG Popping from q - planetlab1.di.unito.it
-2006-09-29 03:22:12,749 DEBUG Found tickets for blast.uwaterloo.ca
-2006-09-29 03:22:12,749 DEBUG Popping from q - planetlab2.simula.no
-2006-09-29 03:22:12,751 DEBUG Found tickets for planetlab1.cs.wayne.edu
-2006-09-29 03:22:12,751 DEBUG Popping from q - planetlab01.dis.unina.it
-2006-09-29 03:22:12,752 DEBUG Found tickets for pli1-br-3.hpl.hp.com
-2006-09-29 03:22:12,753 DEBUG Popping from q - planetlab1.flux.utah.edu
-2006-09-29 03:22:12,754 DEBUG Popping from q - planetlab-1.ece.iastate.edu
-2006-09-29 03:22:12,756 DEBUG Found tickets for planetlab1.di.unito.it
-2006-09-29 03:22:12,756 DEBUG Popping from q - sdu1.6planetlab.edu.cn
-2006-09-29 03:22:12,757 DEBUG Popping from q - planetlab4.upc.es
-2006-09-29 03:22:12,758 DEBUG Popping from q - planetlab-13.cs.princeton.edu
-2006-09-29 03:22:12,760 DEBUG Popping from q - planet1.cc.gt.atl.ga.us
-2006-09-29 03:22:12,761 DEBUG Found tickets for planetlab-1.ece.iastate.edu
-2006-09-29 03:22:12,761 DEBUG Popping from q - planetlab2.eecs.wsu.edu
-2006-09-29 03:22:12,763 DEBUG Found tickets for sdu1.6planetlab.edu.cn
-2006-09-29 03:22:12,763 DEBUG Popping from q - planet2.cs.ucsb.edu
-2006-09-29 03:22:12,764 DEBUG Popping from q - xjtu2.6planetlab.edu.cn
-2006-09-29 03:22:12,766 DEBUG Found tickets for planetlab-13.cs.princeton.edu
-2006-09-29 03:22:12,766 DEBUG Popping from q - planetlab3.upc.es
-2006-09-29 03:22:12,767 DEBUG Popping from q - node1.lbnl.nodes.planet-lab.org
-2006-09-29 03:22:12,769 DEBUG Popping from q - planetlab1.iitr.ernet.in
-2006-09-29 03:22:12,772 DEBUG Found tickets for planet2.cs.ucsb.edu
-2006-09-29 03:22:12,772 DEBUG Popping from q - planetlab1.ipls.internet2.planet-lab.org
-2006-09-29 03:22:12,773 DEBUG Popping from q - planetlab2.uvic.ca
-2006-09-29 03:22:12,775 DEBUG Popping from q - planetlab01.erin.utoronto.ca
-2006-09-29 03:22:12,776 DEBUG Popping from q - planetlab-4.ece.iastate.edu
-2006-09-29 03:22:12,778 DEBUG Popping from q - planetlab2.informatik.uni-goettingen.de
-2006-09-29 03:22:12,779 DEBUG Popping from q - ds-pl1.technion.ac.il
-2006-09-29 03:22:12,781 DEBUG Found tickets for planetlab2.uvic.ca
-2006-09-29 03:22:12,781 DEBUG Popping from q - planetlab1.mnl.cs.sunysb.edu
-2006-09-29 03:22:12,782 DEBUG Found tickets for planetlab2.informatik.uni-goettingen.de
-2006-09-29 03:22:12,782 DEBUG Popping from q - aladdin.planetlab.extranet.uni-passau.de
-2006-09-29 03:22:12,784 DEBUG Found tickets for planetlab-4.ece.iastate.edu
-2006-09-29 03:22:12,784 DEBUG Popping from q - planetlab-1.cs.uni-paderborn.de
-2006-09-29 03:22:12,785 DEBUG Popping from q - planet1.njit.edu
-2006-09-29 03:22:12,787 DEBUG Popping from q - pku2.6planetlab.edu.cn
-2006-09-29 03:22:12,788 DEBUG Found tickets for planetlab1.mnl.cs.sunysb.edu
-2006-09-29 03:22:12,789 DEBUG Popping from q - planetlab-1.cs.ucy.ac.cy
-2006-09-29 03:22:12,790 DEBUG Popping from q - planetlab00.cse.psu.edu
-2006-09-29 03:22:12,791 DEBUG Popping from q - planetlab04.ethz.ch
-2006-09-29 03:22:12,793 DEBUG Popping from q - sdu2.6planetlab.edu.cn
-2006-09-29 03:22:12,794 DEBUG Popping from q - planet-lab.iki.rssi.ru
-2006-09-29 03:22:12,796 DEBUG Popping from q - planetlab1.polito.it
-2006-09-29 03:22:12,797 DEBUG Popping from q - planetlab1.uvic.ca
-2006-09-29 03:22:12,798 DEBUG Found tickets for planetlab04.ethz.ch
-2006-09-29 03:22:12,798 DEBUG Popping from q - planetlab1.cs.byu.edu
-2006-09-29 03:22:12,800 DEBUG Found tickets for sdu2.6planetlab.edu.cn
-2006-09-29 03:22:12,800 DEBUG Popping from q - planetlab-1.amst.nodes.planet-lab.org
-2006-09-29 03:22:12,802 DEBUG Found tickets for planet-lab.iki.rssi.ru
-2006-09-29 03:22:12,802 DEBUG Popping from q - cloudburst.uwaterloo.ca
-2006-09-29 03:22:12,803 DEBUG Found tickets for planetlab1.polito.it
-2006-09-29 03:22:12,803 DEBUG Popping from q - planet2.cs.rochester.edu
-2006-09-29 03:22:12,804 DEBUG Found tickets for planetlab1.uvic.ca
-2006-09-29 03:22:12,805 DEBUG Popping from q - planetlab1.xeno.cl.cam.ac.uk
-2006-09-29 03:22:12,807 DEBUG Popping from q - lycra.cs.princeton.edu
-2006-09-29 03:22:12,808 DEBUG Popping from q - planetlab06.mpi-sws.mpg.de
-2006-09-29 03:22:12,809 DEBUG Found tickets for cloudburst.uwaterloo.ca
-2006-09-29 03:22:12,809 DEBUG Popping from q - planetlab1.ias.csusb.edu
-2006-09-29 03:22:12,810 DEBUG Found tickets for planet2.cs.rochester.edu
-2006-09-29 03:22:12,810 DEBUG Popping from q - vayu.iitd.ernet.in
-2006-09-29 03:22:12,813 DEBUG Popping from q - node2.lbnl.nodes.planet-lab.org
-2006-09-29 03:22:12,814 DEBUG Found tickets for lycra.cs.princeton.edu
-2006-09-29 03:22:12,814 DEBUG Popping from q - planetlab2.cs.byu.edu
-2006-09-29 03:22:12,815 DEBUG Popping from q - cqu1.6planetlab.edu.cn
-2006-09-29 03:22:12,817 DEBUG Found tickets for planetlab1.ias.csusb.edu
-2006-09-29 03:22:12,817 DEBUG Popping from q - planetlab2.acis.ufl.edu
-2006-09-29 03:22:12,818 DEBUG Popping from q - planetlab1.cs.unibo.it
-2006-09-29 03:22:12,820 DEBUG Found tickets for planetlab2.acis.ufl.edu
-2006-09-29 03:22:12,820 DEBUG Popping from q - orbpl1.rutgers.edu
-2006-09-29 03:22:12,819 DEBUG Popping from q - tju2.6planetlab.edu.cn
-2006-09-29 03:22:12,824 DEBUG Found tickets for tju2.6planetlab.edu.cn
-2006-09-29 03:22:12,824 DEBUG Popping from q - ent1.cs.nccu.edu.tw
-2006-09-29 03:22:12,823 DEBUG Found tickets for cqu1.6planetlab.edu.cn
-2006-09-29 03:22:12,825 DEBUG Popping from q - planet0.jaist.ac.jp
-2006-09-29 03:22:12,826 DEBUG Popping from q - planetlab1.informatik.uni-wuerzburg.de
-2006-09-29 03:22:12,827 DEBUG Found tickets for orbpl1.rutgers.edu
-2006-09-29 03:22:12,827 DEBUG Popping from q - planetlab3.warsaw.rd.tp.pl
-2006-09-29 03:22:12,829 DEBUG Found tickets for planetlab1.cs.unibo.it
-2006-09-29 03:22:12,829 DEBUG Popping from q - planetlab0.ias.csusb.edu
-2006-09-29 03:22:12,831 DEBUG Found tickets for ent1.cs.nccu.edu.tw
-2006-09-29 03:22:12,831 DEBUG Popping from q - planetlab-2.amst.nodes.planet-lab.org
-2006-09-29 03:22:12,832 DEBUG Found tickets for planet0.jaist.ac.jp
-2006-09-29 03:22:12,833 DEBUG Popping from q - planetlab3.inria.fr
-2006-09-29 03:22:12,834 DEBUG Popping from q - 200-102-209-152.paemt7001.t.brasiltelecom.net.br
-2006-09-29 03:22:12,835 DEBUG Found tickets for planetlab0.ias.csusb.edu
-2006-09-29 03:22:12,836 DEBUG Popping from q - planetlab3.mnl.cs.sunysb.edu
-2006-09-29 03:22:12,835 DEBUG Found tickets for planetlab1.informatik.uni-wuerzburg.de
-2006-09-29 03:22:12,837 DEBUG Popping from q - planetlab-15.cs.princeton.edu
-2006-09-29 03:22:12,839 DEBUG Popping from q - ent2.cs.nccu.edu.tw
-2006-09-29 03:22:12,840 DEBUG Popping from q - planet-lab-2.csse.monash.edu.au
-2006-09-29 03:22:12,841 DEBUG Found tickets for 200-102-209-152.paemt7001.t.brasiltelecom.net.br
-2006-09-29 03:22:12,842 DEBUG Popping from q - planet1.ecse.rpi.edu
-2006-09-29 03:22:12,843 DEBUG Popping from q - planetlab2.pop-mg.rnp.br
-2006-09-29 03:22:12,844 DEBUG Popping from q - planetlab-2.unk.edu
-2006-09-29 03:22:12,846 DEBUG Found tickets for planet-lab-2.csse.monash.edu.au
-2006-09-29 03:22:12,846 DEBUG Popping from q - planetlab2.rdfrancetelecom.com
-2006-09-29 03:22:12,847 DEBUG Found tickets for planet1.ecse.rpi.edu
-2006-09-29 03:22:12,847 DEBUG Popping from q - planetlab1.eurecom.fr
-2006-09-29 03:22:12,848 DEBUG Found tickets for ent2.cs.nccu.edu.tw
-2006-09-29 03:22:12,849 DEBUG Popping from q - planetlab1.cs.virginia.edu
-2006-09-29 03:22:12,850 DEBUG Found tickets for planetlab2.pop-mg.rnp.br
-2006-09-29 03:22:12,850 DEBUG Popping from q - tju1.6planetlab.edu.cn
-2006-09-29 03:22:12,852 DEBUG Popping from q - planetlab-3.amst.nodes.planet-lab.org
-2006-09-29 03:22:12,854 DEBUG Found tickets for planetlab2.rdfrancetelecom.com
-2006-09-29 03:22:12,854 DEBUG Popping from q - planetlab2.iitr.ernet.in
-2006-09-29 03:22:12,855 DEBUG Popping from q - planetlab1.georgetown.edu
-2006-09-29 03:22:12,857 DEBUG Found tickets for tju1.6planetlab.edu.cn
-2006-09-29 03:22:12,857 DEBUG Popping from q - planet1.inf.tu-dresden.de
-2006-09-29 03:22:12,858 DEBUG Popping from q - alice.cs.princeton.edu
-2006-09-29 03:22:12,860 DEBUG Popping from q - planetlab02.erin.utoronto.ca
-2006-09-29 03:22:12,861 DEBUG Found tickets for planetlab1.eurecom.fr
-2006-09-29 03:22:12,861 DEBUG Popping from q - planetlab-1.vuse.vanderbilt.edu
-2006-09-29 03:22:12,863 DEBUG Found tickets for planetlab1.georgetown.edu
-2006-09-29 03:22:12,864 DEBUG Popping from q - planetlab3.uvic.ca
-2006-09-29 03:22:12,865 DEBUG Found tickets for alice.cs.princeton.edu
-2006-09-29 03:22:12,865 DEBUG Popping from q - scut2.6planetlab.edu.cn
-2006-09-29 03:22:12,867 DEBUG Found tickets for planetlab-1.vuse.vanderbilt.edu
-2006-09-29 03:22:12,868 DEBUG Popping from q - planetlab1.swidnik.rd.tp.pl
-2006-09-29 03:22:12,869 DEBUG Popping from q - planet2.cdacb.ernet.in
-2006-09-29 03:22:12,871 DEBUG Found tickets for planetlab1.swidnik.rd.tp.pl
-2006-09-29 03:22:12,872 DEBUG Popping from q - planetlab1.rdfrancetelecom.com
-2006-09-29 03:22:12,873 DEBUG Found tickets for planet2.cdacb.ernet.in
-2006-09-29 03:22:12,873 DEBUG Popping from q - planet2.inf.tu-dresden.de
-2006-09-29 03:22:12,874 DEBUG Found tickets for scut2.6planetlab.edu.cn
-2006-09-29 03:22:12,875 DEBUG Popping from q - planet02.csc.ncsu.edu
-2006-09-29 03:22:12,875 DEBUG Found tickets for planetlab3.uvic.ca
-2006-09-29 03:22:12,876 DEBUG Popping from q - planetlab-1.tssg.org
-2006-09-29 03:22:12,878 DEBUG Found tickets for planetlab1.rdfrancetelecom.com
-2006-09-29 03:22:12,878 DEBUG Popping from q - planetlab-2.vuse.vanderbilt.edu
-2006-09-29 03:22:12,879 DEBUG Popping from q - planetlab-11.cs.princeton.edu
-2006-09-29 03:22:12,881 DEBUG Found tickets for planetlab-1.tssg.org
-2006-09-29 03:22:12,881 DEBUG Popping from q - planet03.csc.ncsu.edu
-2006-09-29 03:22:12,882 DEBUG Popping from q - planetlab1.pop-rj.rnp.br
-2006-09-29 03:22:12,884 DEBUG Popping from q - planet1.halifax.canet4.nodes.planet-lab.org
-2006-09-29 03:22:12,885 DEBUG Found tickets for planetlab-2.vuse.vanderbilt.edu
-2006-09-29 03:22:12,886 DEBUG Popping from q - planet1.cavite.nodes.planet-lab.org
-2006-09-29 03:22:12,887 DEBUG Popping from q - ds-pl3.technion.ac.il
-2006-09-29 03:22:12,889 DEBUG Found tickets for ds-pl3.technion.ac.il
-2006-09-29 03:22:12,890 DEBUG Popping from q - planetlab2.cs.purdue.edu
-2006-09-29 03:22:12,891 DEBUG Popping from q - planetlab3.millennium.berkeley.edu
-2006-09-29 03:22:12,889 DEBUG Found tickets for planetlab1.pop-rj.rnp.br
-2006-09-29 03:22:12,892 DEBUG Popping from q - planetlab1.unl.edu
-2006-09-29 03:22:12,893 DEBUG Popping from q - planetlab1.cs.colorado.edu
-2006-09-29 03:22:12,894 DEBUG Popping from q - planetlab02.cs.washington.edu
-2006-09-29 03:22:12,896 DEBUG Popping from q - pads21.cs.nthu.edu.tw
-2006-09-29 03:22:12,898 DEBUG Found tickets for planetlab02.cs.washington.edu
-2006-09-29 03:22:12,898 DEBUG Popping from q - orbpl2.rutgers.edu
-2006-09-29 03:22:12,899 DEBUG Popping from q - planetlab2.informatik.uni-erlangen.de
-2006-09-29 03:22:12,901 DEBUG Found tickets for planetlab1.cs.colorado.edu
-2006-09-29 03:22:12,901 DEBUG Popping from q - planetlab-01.ipv6.lip6.fr
-2006-09-29 03:22:12,903 DEBUG Found tickets for orbpl2.rutgers.edu
-2006-09-29 03:22:12,903 DEBUG Popping from q - pl2.ernet.in
-2006-09-29 03:22:12,905 DEBUG Found tickets for planetlab-01.ipv6.lip6.fr
-2006-09-29 03:22:12,905 DEBUG Popping from q - neu2.6planetlab.edu.cn
-2006-09-29 03:22:12,906 DEBUG Found tickets for planetlab2.informatik.uni-erlangen.de
-2006-09-29 03:22:12,906 DEBUG Popping from q - planetlab-2.cs.uni-paderborn.de
-2006-09-29 03:22:12,907 DEBUG Found tickets for planetlab1.unl.edu
-2006-09-29 03:22:12,908 DEBUG Popping from q - planet5.cs.huji.ac.il
-2006-09-29 03:22:12,910 DEBUG Popping from q - planetlab1.elet.polimi.it
-2006-09-29 03:22:12,911 DEBUG Popping from q - planetlab2.iiitb.ac.in
-2006-09-29 03:22:12,913 DEBUG Popping from q - planetlab2.iitb.ac.in
-2006-09-29 03:22:12,912 DEBUG Popping from q - server1.planetlab.iit-tech.net
-2006-09-29 03:22:12,916 DEBUG Found tickets for planetlab2.iitb.ac.in
-2006-09-29 03:22:12,916 DEBUG Popping from q - planetlab02.dis.unina.it
-2006-09-29 03:22:12,917 DEBUG Popping from q - planetlab-1.dis.uniroma1.it
-2006-09-29 03:22:12,918 DEBUG Popping from q - planetlab1.iitb.ac.in
-2006-09-29 03:22:12,919 DEBUG Found tickets for server1.planetlab.iit-tech.net
-2006-09-29 03:22:12,919 DEBUG Popping from q - pku1.6planetlab.edu.cn
-2006-09-29 03:22:12,921 DEBUG Popping from q - planetlab1.warsaw.rd.tp.pl
-2006-09-29 03:22:12,923 DEBUG Popping from q - planetlab1.cri.haifa.ac.il
-2006-09-29 03:22:12,925 DEBUG Found tickets for planetlab1.iitb.ac.in
-2006-09-29 03:22:12,925 DEBUG Popping from q - planetlab-2.cs.ucy.ac.cy
-2006-09-29 03:22:12,926 DEBUG Popping from q - pl1.ernet.in
-2006-09-29 03:22:12,928 DEBUG Found tickets for planetlab1.cri.haifa.ac.il
-2006-09-29 03:22:12,928 DEBUG Popping from q - planetlab2.georgetown.edu
-2006-09-29 03:22:12,929 DEBUG Found tickets for pku1.6planetlab.edu.cn
-2006-09-29 03:22:12,929 DEBUG Popping from q - server2.planetlab.iit-tech.net
-2006-09-29 03:22:12,931 DEBUG Popping from q - planetlab2.di.unito.it
-2006-09-29 03:22:12,932 DEBUG Found tickets for planetlab2.georgetown.edu
-2006-09-29 03:22:12,933 DEBUG Popping from q - planetlab1.csee.usf.edu
-2006-09-29 03:22:12,934 DEBUG Popping from q - planetlab-2.dis.uniroma1.it
-2006-09-29 03:22:12,936 DEBUG Found tickets for server2.planetlab.iit-tech.net
-2006-09-29 03:22:12,936 DEBUG Popping from q - planetlab2.informatik.uni-kl.de
-2006-09-29 03:22:12,937 DEBUG Popping from q - planet1.cs.rochester.edu
-2006-09-29 03:22:12,939 DEBUG Popping from q - planetlab-2.ece.iastate.edu
-2006-09-29 03:22:12,938 DEBUG Popping from q - planetlab1.rutgers.edu
-2006-09-29 03:22:12,942 DEBUG Found tickets for planetlab2.informatik.uni-kl.de
-2006-09-29 03:22:12,942 DEBUG Popping from q - planetlab-1.sjce.nodes.planet-lab.org
-2006-09-29 03:22:12,946 DEBUG Found tickets for planetlab1.rutgers.edu
-2006-09-29 03:22:12,946 DEBUG Popping from q - planetlab2.ece.ucdavis.edu
-2006-09-29 03:22:12,947 DEBUG Popping from q - planetlab1.ie.cuhk.edu.hk
-2006-09-29 03:22:12,949 DEBUG Found tickets for planet1.cs.rochester.edu
-2006-09-29 03:22:12,949 DEBUG Popping from q - planetlab2lannion.elibel.tm.fr
-2006-09-29 03:22:12,950 DEBUG Found tickets for planetlab-1.sjce.nodes.planet-lab.org
-2006-09-29 03:22:12,951 DEBUG Popping from q - planetlab01.mpi-sws.mpg.de
-2006-09-29 03:22:12,953 DEBUG Found tickets for planetlab1.ie.cuhk.edu.hk
-2006-09-29 03:22:12,953 DEBUG Popping from q - planetlab2.cs.duke.edu
-2006-09-29 03:22:12,954 DEBUG Popping from q - planetlab1.rn.informatics.scitech.susx.ac.uk
-2006-09-29 03:22:12,956 DEBUG Popping from q - pads23.cs.nthu.edu.tw
-2006-09-29 03:22:12,957 DEBUG Popping from q - planet2.halifax.canet4.nodes.planet-lab.org
-2006-09-29 03:22:12,955 DEBUG Popping from q - planetlab1.eee.hku.hk
-2006-09-29 03:22:12,960 DEBUG Popping from q - planetlab-2.tssg.org
-2006-09-29 03:22:12,962 DEBUG Found tickets for planetlab1.eee.hku.hk
-2006-09-29 03:22:12,962 DEBUG Popping from q - 200-102-209-151.paemt7001.t.brasiltelecom.net.br
-2006-09-29 03:22:12,964 DEBUG Found tickets for planetlab-2.tssg.org
-2006-09-29 03:22:12,964 DEBUG Popping from q - planetlab2.poly.edu
-2006-09-29 03:22:12,965 DEBUG Found tickets for planet2.halifax.canet4.nodes.planet-lab.org
-2006-09-29 03:22:12,965 DEBUG Popping from q - planetlab1.poly.edu
-2006-09-29 03:22:12,963 DEBUG Found tickets for planetlab1.rn.informatics.scitech.susx.ac.uk
-2006-09-29 03:22:12,967 DEBUG Popping from q - planetlab-2.imperial.ac.uk
-2006-09-29 03:22:12,967 DEBUG Popping from q - planetlab2.net-research.org.uk
-2006-09-29 03:22:12,969 DEBUG Popping from q - planetlab-1.imperial.ac.uk
-2006-09-29 03:22:12,970 DEBUG Found tickets for 200-102-209-151.paemt7001.t.brasiltelecom.net.br
-2006-09-29 03:22:12,971 DEBUG Popping from q - planetlab1.byu.edu
-2006-09-29 03:22:12,973 DEBUG Found tickets for planetlab-2.imperial.ac.uk
-2006-09-29 03:22:12,973 DEBUG Popping from q - planetlab1.cis.upenn.edu
-2006-09-29 03:22:12,974 DEBUG Found tickets for planetlab-1.imperial.ac.uk
-2006-09-29 03:22:12,975 DEBUG Popping from q - planetlab2.eee.hku.hk
-2006-09-29 03:22:12,978 DEBUG Found tickets for planetlab2.net-research.org.uk
-2006-09-29 03:40:51,094 DEBUG Removing stale entries from DB.
-2006-09-29 03:40:51,095 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='drift%20%3E%201m'
-2006-09-29 03:40:51,227 DEBUG Retrieved 8 hosts
-2006-09-29 03:40:51,227 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='resptime%20%3E%200%20&&%20gbfree%20%3C%205'
-2006-09-29 03:40:51,364 DEBUG Retrieved 10 hosts
-2006-09-29 03:40:51,364 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='sshstatus%20%3E%202h'
-2006-09-29 03:40:51,711 DEBUG Retrieved 161 hosts
-2006-09-29 03:40:51,713 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='dns1udp%20%3E%2080%20&&%20dns2udp%20%3E%2080'
-2006-09-29 03:40:51,891 DEBUG Retrieved 6 hosts
-2006-09-29 03:40:51,892 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='filerw%3E0'
-2006-09-29 03:40:52,019 DEBUG Retrieved 2 hosts
-2006-09-29 03:40:52,020 INFO cs-planetlab2.cs.surrey.sfu.ca no longer down
-2006-09-29 03:40:52,021 INFO Refreshing DB.
-2006-09-29 03:40:52,022 DEBUG Popping from q - planetlab2.rutgers.edu
-2006-09-29 03:40:52,023 DEBUG Popping from q - vn3.cs.wustl.edu
-2006-09-29 03:40:52,024 DEBUG Popping from q - planetlab2.cri.haifa.ac.il
-2006-09-29 03:40:52,025 DEBUG Popping from q - soccf-planet-001.comp.nus.edu.sg
-2006-09-29 03:40:52,025 DEBUG Popping from q - planet2.njit.edu
-2006-09-29 03:40:52,027 DEBUG Found tickets for planetlab2.rutgers.edu
-2006-09-29 03:40:52,028 DEBUG Popping from q - planetlab1.cri.haifa.ac.il
-2006-09-29 03:40:52,029 DEBUG Found tickets for planetlab2.cri.haifa.ac.il
-2006-09-29 03:40:52,029 DEBUG Popping from q - planetlab7.csail.mit.edu
-2006-09-29 03:40:52,031 DEBUG Found tickets for planet2.njit.edu
-2006-09-29 03:40:52,031 DEBUG Popping from q - buaa1.6planetlab.edu.cn
-2006-09-29 03:40:52,032 DEBUG Found tickets for soccf-planet-001.comp.nus.edu.sg
-2006-09-29 03:40:52,033 DEBUG Popping from q - planetlab2.net-research.org.uk
-2006-09-29 03:40:52,034 DEBUG Found tickets for planetlab1.cri.haifa.ac.il
-2006-09-29 03:40:52,034 DEBUG Popping from q - planetlab1.pop-ce.rnp.br
-2006-09-29 03:40:52,035 DEBUG Found tickets for vn3.cs.wustl.edu
-2006-09-29 03:40:52,036 DEBUG Popping from q - planetlab2.mnlab.cti.depaul.edu
-2006-09-29 03:40:52,037 DEBUG Found tickets for planetlab7.csail.mit.edu
-2006-09-29 03:40:52,037 DEBUG Popping from q - planetlab-8.cs.princeton.edu
-2006-09-29 03:40:52,039 DEBUG Found tickets for planetlab1.pop-ce.rnp.br
-2006-09-29 03:40:52,039 DEBUG Popping from q - planetlab2.ucsd.edu
-2006-09-29 03:40:52,041 DEBUG Found tickets for buaa1.6planetlab.edu.cn
-2006-09-29 03:40:52,041 DEBUG Popping from q - blast.uwaterloo.ca
-2006-09-29 03:40:52,042 DEBUG Found tickets for planetlab2.mnlab.cti.depaul.edu
-2006-09-29 03:40:52,042 DEBUG Popping from q - planetlab1.cs.wayne.edu
-2006-09-29 03:40:52,043 DEBUG Found tickets for planetlab2.net-research.org.uk
-2006-09-29 03:40:52,044 DEBUG Popping from q - pli1-br-3.hpl.hp.com
-2006-09-29 03:40:52,045 DEBUG Found tickets for planetlab-8.cs.princeton.edu
-2006-09-29 03:40:52,046 DEBUG Popping from q - planetlab1.di.unito.it
-2006-09-29 03:40:52,047 DEBUG Found tickets for planetlab2.ucsd.edu
-2006-09-29 03:40:52,047 DEBUG Popping from q - planetlab-1.ece.iastate.edu
-2006-09-29 03:40:52,049 DEBUG Found tickets for blast.uwaterloo.ca
-2006-09-29 03:40:52,049 DEBUG Popping from q - sdu1.6planetlab.edu.cn
-2006-09-29 03:40:52,050 DEBUG Found tickets for pli1-br-3.hpl.hp.com
-2006-09-29 03:40:52,050 DEBUG Popping from q - planetlab-13.cs.princeton.edu
-2006-09-29 03:40:52,051 DEBUG Found tickets for planetlab1.cs.wayne.edu
-2006-09-29 03:40:52,052 DEBUG Popping from q - planet2.cs.ucsb.edu
-2006-09-29 03:40:52,053 DEBUG Found tickets for planetlab1.di.unito.it
-2006-09-29 03:40:52,054 DEBUG Popping from q - ent2.cs.nccu.edu.tw
-2006-09-29 03:40:52,055 DEBUG Found tickets for planetlab-1.ece.iastate.edu
-2006-09-29 03:40:52,055 DEBUG Popping from q - planetlab-4.ece.iastate.edu
-2006-09-29 03:40:52,056 DEBUG Found tickets for sdu1.6planetlab.edu.cn
-2006-09-29 03:40:52,057 DEBUG Popping from q - planetlab2.informatik.uni-goettingen.de
-2006-09-29 03:40:52,058 DEBUG Found tickets for planet2.cs.ucsb.edu
-2006-09-29 03:40:52,058 DEBUG Popping from q - planetlab1.mnl.cs.sunysb.edu
-2006-09-29 03:40:52,060 DEBUG Found tickets for planetlab-13.cs.princeton.edu
-2006-09-29 03:40:52,060 DEBUG Popping from q - planetlab-01.ipv6.lip6.fr
-2006-09-29 03:40:52,062 DEBUG Found tickets for ent2.cs.nccu.edu.tw
-2006-09-29 03:40:52,062 DEBUG Popping from q - planetlab04.ethz.ch
-2006-09-29 03:40:52,063 DEBUG Found tickets for planetlab2.informatik.uni-goettingen.de
-2006-09-29 03:40:52,064 DEBUG Popping from q - sdu2.6planetlab.edu.cn
-2006-09-29 03:40:52,065 DEBUG Found tickets for planetlab1.mnl.cs.sunysb.edu
-2006-09-29 03:40:52,065 DEBUG Popping from q - planet-lab.iki.rssi.ru
-2006-09-29 03:40:52,067 DEBUG Found tickets for planetlab04.ethz.ch
-2006-09-29 03:40:52,067 DEBUG Popping from q - planetlab1.polito.it
-2006-09-29 03:40:52,068 DEBUG Found tickets for planetlab-4.ece.iastate.edu
-2006-09-29 03:40:52,068 DEBUG Popping from q - planetlab1.uvic.ca
-2006-09-29 03:40:52,069 DEBUG Found tickets for planetlab-01.ipv6.lip6.fr
-2006-09-29 03:40:52,070 DEBUG Popping from q - planetlab2.uvic.ca
-2006-09-29 03:40:52,071 DEBUG Found tickets for sdu2.6planetlab.edu.cn
-2006-09-29 03:40:52,071 DEBUG Popping from q - planet2.cs.rochester.edu
-2006-09-29 03:40:52,073 DEBUG Found tickets for planet-lab.iki.rssi.ru
-2006-09-29 03:40:52,073 DEBUG Popping from q - lycra.cs.princeton.edu
-2006-09-29 03:40:52,075 DEBUG Found tickets for planetlab1.polito.it
-2006-09-29 03:40:52,075 DEBUG Popping from q - cloudburst.uwaterloo.ca
-2006-09-29 03:40:52,076 DEBUG Found tickets for planetlab1.uvic.ca
-2006-09-29 03:40:52,076 DEBUG Popping from q - planetlab1.ias.csusb.edu
-2006-09-29 03:40:52,078 DEBUG Found tickets for planetlab2.uvic.ca
-2006-09-29 03:40:52,078 DEBUG Popping from q - planetlab1.cs.unibo.it
-2006-09-29 03:40:52,079 DEBUG Found tickets for planet2.cs.rochester.edu
-2006-09-29 03:40:52,079 DEBUG Popping from q - cqu1.6planetlab.edu.cn
-2006-09-29 03:40:52,081 DEBUG Found tickets for lycra.cs.princeton.edu
-2006-09-29 03:40:52,081 DEBUG Popping from q - planetlab2.acis.ufl.edu
-2006-09-29 03:40:52,083 DEBUG Found tickets for cloudburst.uwaterloo.ca
-2006-09-29 03:40:52,083 DEBUG Popping from q - tju2.6planetlab.edu.cn
-2006-09-29 03:40:52,084 DEBUG Found tickets for planetlab1.cs.unibo.it
-2006-09-29 03:40:52,084 DEBUG Popping from q - planetlab-1.imperial.ac.uk
-2006-09-29 03:40:52,085 DEBUG Found tickets for planetlab1.ias.csusb.edu
-2006-09-29 03:40:52,086 DEBUG Popping from q - orbpl1.rutgers.edu
-2006-09-29 03:40:52,087 DEBUG Found tickets for cqu1.6planetlab.edu.cn
-2006-09-29 03:40:52,088 DEBUG Popping from q - ent1.cs.nccu.edu.tw
-2006-09-29 03:40:52,089 DEBUG Found tickets for planetlab2.acis.ufl.edu
-2006-09-29 03:40:52,089 DEBUG Popping from q - planet0.jaist.ac.jp
-2006-09-29 03:40:52,091 DEBUG Found tickets for tju2.6planetlab.edu.cn
-2006-09-29 03:40:52,091 DEBUG Popping from q - planetlab1.informatik.uni-wuerzburg.de
-2006-09-29 03:40:52,092 DEBUG Found tickets for planetlab-1.imperial.ac.uk
-2006-09-29 03:40:52,092 DEBUG Popping from q - planetlab0.ias.csusb.edu
-2006-09-29 03:40:52,094 DEBUG Found tickets for orbpl1.rutgers.edu
-2006-09-29 03:40:52,094 DEBUG Popping from q - 200-102-209-152.paemt7001.t.brasiltelecom.net.br
-2006-09-29 03:40:52,096 DEBUG Found tickets for ent1.cs.nccu.edu.tw
-2006-09-29 03:40:52,096 DEBUG Popping from q - planet-lab-2.csse.monash.edu.au
-2006-09-29 03:40:52,097 DEBUG Found tickets for planet0.jaist.ac.jp
-2006-09-29 03:40:52,098 DEBUG Popping from q - planet1.ecse.rpi.edu
-2006-09-29 03:40:52,099 DEBUG Found tickets for planetlab0.ias.csusb.edu
-2006-09-29 03:40:52,099 DEBUG Popping from q - planetlab2.pop-mg.rnp.br
-2006-09-29 03:40:52,100 DEBUG Found tickets for planetlab1.informatik.uni-wuerzburg.de
-2006-09-29 03:40:52,101 DEBUG Popping from q - planetlab2.rdfrancetelecom.com
-2006-09-29 03:40:52,102 DEBUG Found tickets for planet-lab-2.csse.monash.edu.au
-2006-09-29 03:40:52,102 DEBUG Popping from q - planetlab1.eurecom.fr
-2006-09-29 03:40:52,103 DEBUG Found tickets for 200-102-209-152.paemt7001.t.brasiltelecom.net.br
-2006-09-29 03:40:52,104 DEBUG Popping from q - tju1.6planetlab.edu.cn
-2006-09-29 03:40:52,105 DEBUG Found tickets for planet1.ecse.rpi.edu
-2006-09-29 03:40:52,105 DEBUG Popping from q - planetlab1.georgetown.edu
-2006-09-29 03:40:52,107 DEBUG Found tickets for planetlab2.pop-mg.rnp.br
-2006-09-29 03:40:52,107 DEBUG Popping from q - alice.cs.princeton.edu
-2006-09-29 03:40:52,109 DEBUG Found tickets for planetlab2.rdfrancetelecom.com
-2006-09-29 03:40:52,109 DEBUG Popping from q - planetlab-1.vuse.vanderbilt.edu
-2006-09-29 03:40:52,110 DEBUG Found tickets for planetlab1.georgetown.edu
-2006-09-29 03:40:52,111 DEBUG Popping from q - planetlab3.uvic.ca
-2006-09-29 03:40:52,112 DEBUG Found tickets for tju1.6planetlab.edu.cn
-2006-09-29 03:40:52,112 DEBUG Popping from q - scut2.6planetlab.edu.cn
-2006-09-29 03:40:52,114 DEBUG Found tickets for planetlab1.eurecom.fr
-2006-09-29 03:40:52,114 DEBUG Popping from q - planetlab1.swidnik.rd.tp.pl
-2006-09-29 03:40:52,115 DEBUG Found tickets for planetlab-1.vuse.vanderbilt.edu
-2006-09-29 03:40:52,115 DEBUG Popping from q - planet2.cdacb.ernet.in
-2006-09-29 03:40:52,117 DEBUG Found tickets for alice.cs.princeton.edu
-2006-09-29 03:40:52,117 DEBUG Popping from q - planetlab1.rdfrancetelecom.com
-2006-09-29 03:40:52,118 DEBUG Found tickets for scut2.6planetlab.edu.cn
-2006-09-29 03:40:52,119 DEBUG Popping from q - planetlab-1.tssg.org
-2006-09-29 03:40:52,120 DEBUG Found tickets for planetlab3.uvic.ca
-2006-09-29 03:40:52,120 DEBUG Popping from q - planetlab-2.vuse.vanderbilt.edu
-2006-09-29 03:40:52,122 DEBUG Found tickets for planetlab1.swidnik.rd.tp.pl
-2006-09-29 03:40:52,122 DEBUG Popping from q - planetlab1.pop-rj.rnp.br
-2006-09-29 03:40:52,123 DEBUG Found tickets for planet2.cdacb.ernet.in
-2006-09-29 03:40:52,123 DEBUG Popping from q - ds-pl3.technion.ac.il
-2006-09-29 03:40:52,125 DEBUG Found tickets for planetlab1.rdfrancetelecom.com
-2006-09-29 03:40:52,125 DEBUG Popping from q - planetlab1.unl.edu
-2006-09-29 03:40:52,127 DEBUG Found tickets for planetlab-2.vuse.vanderbilt.edu
-2006-09-29 03:40:52,127 DEBUG Popping from q - planetlab1.cse.msu.edu
-2006-09-29 03:40:52,128 DEBUG Found tickets for planetlab-1.tssg.org
-2006-09-29 03:40:52,128 DEBUG Popping from q - planetlab1.cs.colorado.edu
-2006-09-29 03:40:52,130 DEBUG Found tickets for planetlab1.pop-rj.rnp.br
-2006-09-29 03:40:52,130 DEBUG Popping from q - planetlab02.cs.washington.edu
-2006-09-29 03:40:52,131 DEBUG Found tickets for ds-pl3.technion.ac.il
-2006-09-29 03:40:52,132 DEBUG Popping from q - orbpl2.rutgers.edu
-2006-09-29 03:40:52,133 DEBUG Found tickets for planetlab1.unl.edu
-2006-09-29 03:40:52,133 DEBUG Popping from q - planetlab2.informatik.uni-erlangen.de
-2006-09-29 03:40:52,134 DEBUG Found tickets for planetlab1.cs.colorado.edu
-2006-09-29 03:40:52,134 DEBUG Popping from q - planetlab1.cs.purdue.edu
-2006-09-29 03:40:52,136 DEBUG Found tickets for planetlab1.cse.msu.edu
-2006-09-29 03:40:52,136 DEBUG Popping from q - planetlab2.iitb.ac.in
-2006-09-29 03:40:52,138 DEBUG Found tickets for planetlab02.cs.washington.edu
-2006-09-29 03:40:52,138 DEBUG Popping from q - server1.planetlab.iit-tech.net
-2006-09-29 03:40:52,139 DEBUG Found tickets for planetlab2.informatik.uni-erlangen.de
-2006-09-29 03:40:52,140 DEBUG Popping from q - planetlab1.iitb.ac.in
-2006-09-29 03:40:52,141 DEBUG Found tickets for orbpl2.rutgers.edu
-2006-09-29 03:40:52,141 DEBUG Popping from q - pku1.6planetlab.edu.cn
-2006-09-29 03:40:52,142 DEBUG Found tickets for planetlab1.cs.purdue.edu
-2006-09-29 03:40:52,143 DEBUG Popping from q - csu2.6planetlab.edu.cn
-2006-09-29 03:40:52,144 DEBUG Found tickets for planetlab2.iitb.ac.in
-2006-09-29 03:40:52,144 DEBUG Popping from q - planetlab2.cse.msu.edu
-2006-09-29 03:40:52,146 DEBUG Found tickets for server1.planetlab.iit-tech.net
-2006-09-29 03:40:52,146 DEBUG Popping from q - planetlab2.georgetown.edu
-2006-09-29 03:40:52,147 DEBUG Found tickets for planetlab1.iitb.ac.in
-2006-09-29 03:40:52,148 DEBUG Popping from q - server2.planetlab.iit-tech.net
-2006-09-29 03:40:52,149 DEBUG Found tickets for csu2.6planetlab.edu.cn
-2006-09-29 03:40:52,149 DEBUG Popping from q - planetlab2.informatik.uni-kl.de
-2006-09-29 03:40:52,150 DEBUG Found tickets for pku1.6planetlab.edu.cn
-2006-09-29 03:40:52,151 DEBUG Popping from q - planet1.cs.rochester.edu
-2006-09-29 03:40:52,152 DEBUG Found tickets for planetlab2.cse.msu.edu
-2006-09-29 03:40:52,153 DEBUG Popping from q - planetlab-2.imperial.ac.uk
-2006-09-29 03:40:52,154 DEBUG Found tickets for planetlab2.georgetown.edu
-2006-09-29 03:40:52,154 DEBUG Popping from q - planetlab1.rutgers.edu
-2006-09-29 03:40:52,156 DEBUG Found tickets for planetlab-2.imperial.ac.uk
-2006-09-29 03:40:52,156 DEBUG Popping from q - planetlab-1.sjce.nodes.planet-lab.org
-2006-09-29 03:40:52,156 DEBUG Found tickets for server2.planetlab.iit-tech.net
-2006-09-29 03:40:52,157 DEBUG Popping from q - planetlab1.ie.cuhk.edu.hk
-2006-09-29 03:40:52,159 DEBUG Found tickets for planet1.cs.rochester.edu
-2006-09-29 03:40:52,159 DEBUG Popping from q - planetlab1.rn.informatics.scitech.susx.ac.uk
-2006-09-29 03:40:52,161 DEBUG Found tickets for planetlab-1.sjce.nodes.planet-lab.org
-2006-09-29 03:40:52,161 DEBUG Popping from q - planetlab1.eee.hku.hk
-2006-09-29 03:40:52,162 DEBUG Found tickets for planetlab1.rutgers.edu
-2006-09-29 03:40:52,162 DEBUG Popping from q - planet2.halifax.canet4.nodes.planet-lab.org
-2006-09-29 03:40:52,163 DEBUG Found tickets for planetlab2.informatik.uni-kl.de
-2006-09-29 03:40:52,164 DEBUG Popping from q - planetlab-2.tssg.org
-2006-09-29 03:40:52,166 DEBUG Found tickets for planetlab1.eee.hku.hk
-2006-09-29 03:40:52,166 DEBUG Popping from q - 200-102-209-151.paemt7001.t.brasiltelecom.net.br
-2006-09-29 03:40:52,167 DEBUG Found tickets for planetlab1.ie.cuhk.edu.hk
-2006-09-29 03:40:52,167 DEBUG Found tickets for planetlab1.rn.informatics.scitech.susx.ac.uk
-2006-09-29 03:40:52,168 DEBUG Found tickets for planet2.halifax.canet4.nodes.planet-lab.org
-2006-09-29 03:40:52,169 DEBUG Found tickets for 200-102-209-151.paemt7001.t.brasiltelecom.net.br
-2006-09-29 03:40:52,169 DEBUG Found tickets for planetlab-2.tssg.org
-2006-09-29 03:42:12,526 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv
-2006-09-29 03:42:13,597 DEBUG Retrieved 705 hosts
-2006-09-29 03:42:13,604 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='drift%20%3E%201m'
-2006-09-29 03:42:13,761 DEBUG Retrieved 8 hosts
-2006-09-29 03:42:13,761 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='resptime%20%3E%200%20&&%20gbfree%20%3C%205'
-2006-09-29 03:42:13,917 DEBUG Retrieved 10 hosts
-2006-09-29 03:42:13,917 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='sshstatus%20%3E%202h'
-2006-09-29 03:42:14,274 DEBUG Retrieved 161 hosts
-2006-09-29 03:42:14,276 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='dns1udp%20%3E%2080%20&&%20dns2udp%20%3E%2080'
-2006-09-29 03:42:14,417 DEBUG Retrieved 6 hosts
-2006-09-29 03:42:14,418 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='filerw%3E0'
-2006-09-29 03:42:14,571 DEBUG Retrieved 2 hosts
-2006-09-29 03:42:14,574 DEBUG Popping from q - planetlab2.elet.polimi.it
-2006-09-29 03:42:14,574 DEBUG Popping from q - pli1-br-3.hpl.hp.com
-2006-09-29 03:42:14,575 DEBUG Popping from q - planetlab2.nbgisp.com
-2006-09-29 03:42:14,576 DEBUG Popping from q - planetlab1.cs.stir.ac.uk
-2006-09-29 03:42:14,577 DEBUG Popping from q - planetlab1.cse.msu.edu
-2006-09-29 03:42:14,579 DEBUG Popping from q - planetlab2.cse.msu.edu
-2006-09-29 03:42:14,580 DEBUG Found tickets for pli1-br-3.hpl.hp.com
-2006-09-29 03:42:14,580 DEBUG Popping from q - planetlab0.cs.stir.ac.uk
-2006-09-29 03:42:14,582 DEBUG Popping from q - planetlab1.informatik.uni-erlangen.de
-2006-09-29 03:42:14,583 DEBUG Found tickets for planetlab1.cse.msu.edu
-2006-09-29 03:42:14,584 DEBUG Popping from q - planetlab1.cs.purdue.edu
-2006-09-29 03:42:14,585 DEBUG Found tickets for planetlab2.cse.msu.edu
-2006-09-29 03:42:14,585 DEBUG Popping from q - planetlab1.een.orst.edu
-2006-09-29 03:42:14,587 DEBUG Popping from q - planetlab2.cs.columbia.edu
-2006-09-29 03:42:14,588 DEBUG Popping from q - planetlab1.win.trlabs.ca
-2006-09-29 03:42:14,589 DEBUG Popping from q - planetlab1.cs.duke.edu
-2006-09-29 03:42:14,591 DEBUG Found tickets for planetlab1.cs.purdue.edu
-2006-09-29 03:42:14,591 DEBUG Popping from q - planetlab2.flux.utah.edu
-2006-09-29 03:42:14,592 DEBUG Popping from q - planetlab3.cs.columbia.edu
-2006-09-29 03:42:14,594 DEBUG Popping from q - planetlab1.cs.columbia.edu
-2006-09-29 03:42:14,595 DEBUG Popping from q - planetlab3.flux.utah.edu
-2006-09-29 03:42:14,597 DEBUG Popping from q - planetlab-1.eecs.cwru.edu
-2006-09-29 03:42:14,598 DEBUG Popping from q - planetlab2.rutgers.edu
-2006-09-29 03:42:14,599 DEBUG Popping from q - vn3.cs.wustl.edu
-2006-09-29 03:42:14,601 DEBUG Popping from q - planetlab2.cri.haifa.ac.il
-2006-09-29 03:42:14,602 DEBUG Popping from q - soccf-planet-001.comp.nus.edu.sg
-2006-09-29 03:42:14,604 DEBUG Popping from q - planetlab01.cse.psu.edu
-2006-09-29 03:42:14,605 DEBUG Found tickets for planetlab2.rutgers.edu
-2006-09-29 03:42:14,605 DEBUG Popping from q - csu2.6planetlab.edu.cn
-2006-09-29 03:42:14,607 DEBUG Found tickets for vn3.cs.wustl.edu
-2006-09-29 03:42:14,607 DEBUG Popping from q - planet2.njit.edu
-2006-09-29 03:42:14,609 DEBUG Found tickets for planetlab2.cri.haifa.ac.il
-2006-09-29 03:42:14,609 DEBUG Popping from q - planetlab2.unl.edu
-2006-09-29 03:42:14,610 DEBUG Found tickets for soccf-planet-001.comp.nus.edu.sg
-2006-09-29 03:42:14,610 DEBUG Popping from q - planetlab1.cs.pitt.edu
-2006-09-29 03:42:14,611 DEBUG Popping from q - planetlab-2.eecs.cwru.edu
-2006-09-29 03:42:14,613 DEBUG Found tickets for csu2.6planetlab.edu.cn
-2006-09-29 03:42:14,613 DEBUG Popping from q - planetlab2.urv.net
-2006-09-29 03:42:14,614 DEBUG Found tickets for planet2.njit.edu
-2006-09-29 03:42:14,615 DEBUG Popping from q - planetlab7.csail.mit.edu
-2006-09-29 03:42:14,616 DEBUG Popping from q - buaa1.6planetlab.edu.cn
-2006-09-29 03:42:14,618 DEBUG Popping from q - ricepl-3.cs.rice.edu
-2006-09-29 03:42:14,619 DEBUG Popping from q - planet-lab-1.csse.monash.edu.au
-2006-09-29 03:42:14,620 DEBUG Popping from q - planetlab5.millennium.berkeley.edu
-2006-09-29 03:42:14,622 DEBUG Found tickets for planetlab7.csail.mit.edu
-2006-09-29 03:42:14,622 DEBUG Popping from q - planetlab1.pop-ce.rnp.br
-2006-09-29 03:42:14,624 DEBUG Found tickets for buaa1.6planetlab.edu.cn
-2006-09-29 03:42:14,624 DEBUG Popping from q - planetlab2.mnlab.cti.depaul.edu
-2006-09-29 03:42:14,625 DEBUG Popping from q - peace.ri.uni-tuebingen.de
-2006-09-29 03:42:14,626 DEBUG Popping from q - planetlab-8.cs.princeton.edu
-2006-09-29 03:42:14,628 DEBUG Found tickets for planetlab1.pop-ce.rnp.br
-2006-09-29 03:42:14,628 DEBUG Popping from q - planetlab2.ucsd.edu
-2006-09-29 03:42:14,629 DEBUG Popping from q - blast.uwaterloo.ca
-2006-09-29 03:42:14,631 DEBUG Found tickets for planetlab2.mnlab.cti.depaul.edu
-2006-09-29 03:42:14,631 DEBUG Popping from q - planetlab1.cs.wayne.edu
-2006-09-29 03:42:14,633 DEBUG Popping from q - pli1-br-3.hpl.hp.com
-2006-09-29 03:42:14,634 DEBUG Found tickets for planetlab-8.cs.princeton.edu
-2006-09-29 03:42:14,634 DEBUG Popping from q - planetlab2.eurecom.fr
-2006-09-29 03:42:14,635 DEBUG Found tickets for planetlab2.ucsd.edu
-2006-09-29 03:42:14,636 DEBUG Popping from q - planetlab1.di.unito.it
-2006-09-29 03:42:14,637 DEBUG Found tickets for blast.uwaterloo.ca
-2006-09-29 03:42:14,637 DEBUG Popping from q - planetlab2.simula.no
-2006-09-29 03:42:14,639 DEBUG Found tickets for planetlab1.cs.wayne.edu
-2006-09-29 03:42:14,640 DEBUG Popping from q - planetlab01.dis.unina.it
-2006-09-29 03:42:14,641 DEBUG Popping from q - planetlab1.flux.utah.edu
-2006-09-29 03:42:14,642 DEBUG Found tickets for pli1-br-3.hpl.hp.com
-2006-09-29 03:42:14,642 DEBUG Popping from q - planetlab-1.ece.iastate.edu
-2006-09-29 03:42:14,643 DEBUG Found tickets for planetlab1.di.unito.it
-2006-09-29 03:42:14,644 DEBUG Popping from q - sdu1.6planetlab.edu.cn
-2006-09-29 03:42:14,646 DEBUG Popping from q - planetlab4.upc.es
-2006-09-29 03:42:14,647 DEBUG Popping from q - planetlab-13.cs.princeton.edu
-2006-09-29 03:42:14,649 DEBUG Found tickets for planetlab-1.ece.iastate.edu
-2006-09-29 03:42:14,649 DEBUG Popping from q - planet1.cc.gt.atl.ga.us
-2006-09-29 03:42:14,650 DEBUG Popping from q - planetlab2.eecs.wsu.edu
-2006-09-29 03:42:14,651 DEBUG Found tickets for sdu1.6planetlab.edu.cn
-2006-09-29 03:42:14,652 DEBUG Popping from q - planet2.cs.ucsb.edu
-2006-09-29 03:42:14,653 DEBUG Popping from q - xjtu2.6planetlab.edu.cn
-2006-09-29 03:42:14,655 DEBUG Found tickets for planetlab-13.cs.princeton.edu
-2006-09-29 03:42:14,655 DEBUG Popping from q - planetlab3.upc.es
-2006-09-29 03:42:14,657 DEBUG Popping from q - node1.lbnl.nodes.planet-lab.org
-2006-09-29 03:42:14,658 DEBUG Found tickets for planet2.cs.ucsb.edu
-2006-09-29 03:42:14,658 DEBUG Popping from q - planetlab1.iitr.ernet.in
-2006-09-29 03:42:14,659 DEBUG Popping from q - planetlab1.ipls.internet2.planet-lab.org
-2006-09-29 03:42:14,661 DEBUG Popping from q - planetlab2.uvic.ca
-2006-09-29 03:42:14,662 DEBUG Popping from q - planetlab01.erin.utoronto.ca
-2006-09-29 03:42:14,663 DEBUG Popping from q - planetlab-4.ece.iastate.edu
-2006-09-29 03:42:14,665 DEBUG Popping from q - planetlab2.informatik.uni-goettingen.de
-2006-09-29 03:42:14,666 DEBUG Popping from q - ds-pl1.technion.ac.il
-2006-09-29 03:42:14,668 DEBUG Found tickets for planetlab-4.ece.iastate.edu
-2006-09-29 03:42:14,668 DEBUG Popping from q - planetlab1.mnl.cs.sunysb.edu
-2006-09-29 03:42:14,670 DEBUG Popping from q - aladdin.planetlab.extranet.uni-passau.de
-2006-09-29 03:42:14,671 DEBUG Found tickets for planetlab2.uvic.ca
-2006-09-29 03:42:14,671 DEBUG Popping from q - planetlab-1.cs.uni-paderborn.de
-2006-09-29 03:42:14,672 DEBUG Found tickets for planetlab2.informatik.uni-goettingen.de
-2006-09-29 03:42:14,673 DEBUG Popping from q - planet1.njit.edu
-2006-09-29 03:42:14,674 DEBUG Popping from q - pku2.6planetlab.edu.cn
-2006-09-29 03:42:14,676 DEBUG Found tickets for planetlab1.mnl.cs.sunysb.edu
-2006-09-29 03:42:14,676 DEBUG Popping from q - planetlab-1.cs.ucy.ac.cy
-2006-09-29 03:42:14,677 DEBUG Popping from q - planetlab00.cse.psu.edu
-2006-09-29 03:42:14,679 DEBUG Popping from q - sdu2.6planetlab.edu.cn
-2006-09-29 03:42:14,678 DEBUG Popping from q - planetlab04.ethz.ch
-2006-09-29 03:42:14,682 DEBUG Popping from q - planetlab1.polito.it
-2006-09-29 03:42:14,680 DEBUG Popping from q - planet-lab.iki.rssi.ru
-2006-09-29 03:42:14,684 DEBUG Popping from q - planetlab1.uvic.ca
-2006-09-29 03:42:14,686 DEBUG Found tickets for sdu2.6planetlab.edu.cn
-2006-09-29 03:42:14,686 DEBUG Popping from q - planetlab1.cs.byu.edu
-2006-09-29 03:42:14,687 DEBUG Found tickets for planetlab04.ethz.ch
-2006-09-29 03:42:14,688 DEBUG Popping from q - planetlab-1.amst.nodes.planet-lab.org
-2006-09-29 03:42:14,689 DEBUG Found tickets for planetlab1.polito.it
-2006-09-29 03:42:14,689 DEBUG Popping from q - cloudburst.uwaterloo.ca
-2006-09-29 03:42:14,690 DEBUG Found tickets for planet-lab.iki.rssi.ru
-2006-09-29 03:42:14,691 DEBUG Popping from q - planet2.cs.rochester.edu
-2006-09-29 03:42:14,692 DEBUG Found tickets for planetlab1.uvic.ca
-2006-09-29 03:42:14,692 DEBUG Popping from q - planetlab1.xeno.cl.cam.ac.uk
-2006-09-29 03:42:14,694 DEBUG Popping from q - lycra.cs.princeton.edu
-2006-09-29 03:42:14,695 DEBUG Popping from q - planetlab06.mpi-sws.mpg.de
-2006-09-29 03:42:14,697 DEBUG Found tickets for cloudburst.uwaterloo.ca
-2006-09-29 03:42:14,697 DEBUG Popping from q - planetlab1.ias.csusb.edu
-2006-09-29 03:42:14,698 DEBUG Found tickets for planet2.cs.rochester.edu
-2006-09-29 03:42:14,699 DEBUG Popping from q - vayu.iitd.ernet.in
-2006-09-29 03:42:14,700 DEBUG Popping from q - planetlab2.cs.byu.edu
-2006-09-29 03:42:14,701 DEBUG Popping from q - node2.lbnl.nodes.planet-lab.org
-2006-09-29 03:42:14,702 DEBUG Found tickets for lycra.cs.princeton.edu
-2006-09-29 03:42:14,703 DEBUG Popping from q - cqu1.6planetlab.edu.cn
-2006-09-29 03:42:14,705 DEBUG Popping from q - planetlab2.acis.ufl.edu
-2006-09-29 03:42:14,704 DEBUG Found tickets for planetlab1.ias.csusb.edu
-2006-09-29 03:42:14,706 DEBUG Popping from q - planetlab1.cs.unibo.it
-2006-09-29 03:42:14,707 DEBUG Found tickets for planetlab2.acis.ufl.edu
-2006-09-29 03:42:14,707 DEBUG Popping from q - tju2.6planetlab.edu.cn
-2006-09-29 03:42:14,709 DEBUG Popping from q - orbpl1.rutgers.edu
-2006-09-29 03:42:14,710 DEBUG Found tickets for tju2.6planetlab.edu.cn
-2006-09-29 03:42:14,710 DEBUG Popping from q - ent1.cs.nccu.edu.tw
-2006-09-29 03:42:14,712 DEBUG Found tickets for cqu1.6planetlab.edu.cn
-2006-09-29 03:42:14,712 DEBUG Popping from q - planet0.jaist.ac.jp
-2006-09-29 03:42:14,714 DEBUG Found tickets for ent1.cs.nccu.edu.tw
-2006-09-29 03:42:14,714 DEBUG Popping from q - planetlab3.warsaw.rd.tp.pl
-2006-09-29 03:42:14,715 DEBUG Found tickets for orbpl1.rutgers.edu
-2006-09-29 03:42:14,715 DEBUG Popping from q - planetlab0.ias.csusb.edu
-2006-09-29 03:42:14,713 DEBUG Popping from q - planetlab1.informatik.uni-wuerzburg.de
-2006-09-29 03:42:14,718 DEBUG Found tickets for planet0.jaist.ac.jp
-2006-09-29 03:42:14,719 DEBUG Popping from q - planetlab-2.amst.nodes.planet-lab.org
-2006-09-29 03:42:14,720 DEBUG Popping from q - planetlab3.inria.fr
-2006-09-29 03:42:14,721 DEBUG Found tickets for planetlab0.ias.csusb.edu
-2006-09-29 03:42:14,721 DEBUG Popping from q - 200-102-209-152.paemt7001.t.brasiltelecom.net.br
-2006-09-29 03:42:14,723 DEBUG Popping from q - planetlab3.mnl.cs.sunysb.edu
-2006-09-29 03:42:14,722 DEBUG Found tickets for planetlab1.cs.unibo.it
-2006-09-29 03:42:14,724 DEBUG Popping from q - planetlab-15.cs.princeton.edu
-2006-09-29 03:42:14,726 DEBUG Found tickets for planetlab1.informatik.uni-wuerzburg.de
-2006-09-29 03:42:14,726 DEBUG Popping from q - ent2.cs.nccu.edu.tw
-2006-09-29 03:42:14,728 DEBUG Popping from q - planet-lab-2.csse.monash.edu.au
-2006-09-29 03:42:14,729 DEBUG Found tickets for 200-102-209-152.paemt7001.t.brasiltelecom.net.br
-2006-09-29 03:42:14,729 DEBUG Popping from q - planet1.ecse.rpi.edu
-2006-09-29 03:42:14,730 DEBUG Popping from q - planetlab2.pop-mg.rnp.br
-2006-09-29 03:42:14,732 DEBUG Found tickets for ent2.cs.nccu.edu.tw
-2006-09-29 03:42:14,732 DEBUG Popping from q - planetlab-2.unk.edu
-2006-09-29 03:42:14,734 DEBUG Found tickets for planet-lab-2.csse.monash.edu.au
-2006-09-29 03:42:14,734 DEBUG Popping from q - planetlab2.rdfrancetelecom.com
-2006-09-29 03:42:14,735 DEBUG Found tickets for planet1.ecse.rpi.edu
-2006-09-29 03:42:14,736 DEBUG Popping from q - planetlab1.eurecom.fr
-2006-09-29 03:42:14,737 DEBUG Popping from q - planetlab1.cs.virginia.edu
-2006-09-29 03:42:14,738 DEBUG Found tickets for planetlab2.pop-mg.rnp.br
-2006-09-29 03:42:14,738 DEBUG Popping from q - tju1.6planetlab.edu.cn
-2006-09-29 03:42:14,739 DEBUG Found tickets for planetlab1.eurecom.fr
-2006-09-29 03:42:14,739 DEBUG Popping from q - planetlab-3.amst.nodes.planet-lab.org
-2006-09-29 03:42:14,741 DEBUG Popping from q - planetlab2.iitr.ernet.in
-2006-09-29 03:42:14,743 DEBUG Popping from q - planetlab1.georgetown.edu
-2006-09-29 03:42:14,744 DEBUG Popping from q - planet1.inf.tu-dresden.de
-2006-09-29 03:42:14,746 DEBUG Popping from q - alice.cs.princeton.edu
-2006-09-29 03:42:14,747 DEBUG Found tickets for planetlab2.rdfrancetelecom.com
-2006-09-29 03:42:14,748 DEBUG Popping from q - planetlab-1.vuse.vanderbilt.edu
-2006-09-29 03:42:14,749 DEBUG Found tickets for tju1.6planetlab.edu.cn
-2006-09-29 03:42:14,749 DEBUG Popping from q - planetlab3.uvic.ca
-2006-09-29 03:42:14,747 DEBUG Popping from q - planetlab02.erin.utoronto.ca
-2006-09-29 03:42:14,752 DEBUG Found tickets for planetlab1.georgetown.edu
-2006-09-29 03:42:14,752 DEBUG Popping from q - scut2.6planetlab.edu.cn
-2006-09-29 03:42:14,753 DEBUG Found tickets for alice.cs.princeton.edu
-2006-09-29 03:42:14,753 DEBUG Popping from q - planetlab1.swidnik.rd.tp.pl
-2006-09-29 03:42:14,755 DEBUG Found tickets for planetlab-1.vuse.vanderbilt.edu
-2006-09-29 03:42:14,755 DEBUG Popping from q - planet2.cdacb.ernet.in
-2006-09-29 03:42:14,756 DEBUG Popping from q - planetlab1.rdfrancetelecom.com
-2006-09-29 03:42:14,757 DEBUG Found tickets for planetlab3.uvic.ca
-2006-09-29 03:42:14,758 DEBUG Popping from q - planet2.inf.tu-dresden.de
-2006-09-29 03:42:14,760 DEBUG Found tickets for planetlab1.swidnik.rd.tp.pl
-2006-09-29 03:42:14,760 DEBUG Popping from q - planet02.csc.ncsu.edu
-2006-09-29 03:42:14,761 DEBUG Found tickets for scut2.6planetlab.edu.cn
-2006-09-29 03:42:14,761 DEBUG Popping from q - planetlab-1.tssg.org
-2006-09-29 03:42:14,763 DEBUG Found tickets for planet2.cdacb.ernet.in
-2006-09-29 03:42:14,763 DEBUG Popping from q - planetlab-2.vuse.vanderbilt.edu
-2006-09-29 03:42:14,764 DEBUG Found tickets for planetlab1.rdfrancetelecom.com
-2006-09-29 03:42:14,765 DEBUG Popping from q - planetlab-11.cs.princeton.edu
-2006-09-29 03:42:14,766 DEBUG Found tickets for planetlab-1.tssg.org
-2006-09-29 03:42:14,766 DEBUG Popping from q - planet03.csc.ncsu.edu
-2006-09-29 03:42:14,767 DEBUG Popping from q - planetlab1.pop-rj.rnp.br
-2006-09-29 03:42:14,769 DEBUG Popping from q - planet1.halifax.canet4.nodes.planet-lab.org
-2006-09-29 03:42:14,771 DEBUG Popping from q - planet1.cavite.nodes.planet-lab.org
-2006-09-29 03:42:14,772 DEBUG Popping from q - ds-pl3.technion.ac.il
-2006-09-29 03:42:14,773 DEBUG Found tickets for planetlab1.pop-rj.rnp.br
-2006-09-29 03:42:14,773 DEBUG Popping from q - planetlab2.cs.purdue.edu
-2006-09-29 03:42:14,774 DEBUG Found tickets for planetlab-2.vuse.vanderbilt.edu
-2006-09-29 03:42:14,775 DEBUG Popping from q - planetlab3.millennium.berkeley.edu
-2006-09-29 03:42:14,777 DEBUG Popping from q - planetlab1.unl.edu
-2006-09-29 03:42:14,778 DEBUG Popping from q - planetlab1.cs.colorado.edu
-2006-09-29 03:42:14,779 DEBUG Found tickets for ds-pl3.technion.ac.il
-2006-09-29 03:42:14,779 DEBUG Popping from q - planetlab02.cs.washington.edu
-2006-09-29 03:42:14,781 DEBUG Popping from q - pads21.cs.nthu.edu.tw
-2006-09-29 03:42:14,782 DEBUG Found tickets for planetlab1.unl.edu
-2006-09-29 03:42:14,783 DEBUG Popping from q - orbpl2.rutgers.edu
-2006-09-29 03:42:14,784 DEBUG Found tickets for planetlab02.cs.washington.edu
-2006-09-29 03:42:14,784 DEBUG Popping from q - planetlab2.informatik.uni-erlangen.de
-2006-09-29 03:42:14,785 DEBUG Found tickets for planetlab1.cs.colorado.edu
-2006-09-29 03:42:14,786 DEBUG Popping from q - planetlab-01.ipv6.lip6.fr
-2006-09-29 03:42:14,787 DEBUG Popping from q - pl2.ernet.in
-2006-09-29 03:42:14,789 DEBUG Found tickets for planetlab-01.ipv6.lip6.fr
-2006-09-29 03:42:14,789 DEBUG Popping from q - neu2.6planetlab.edu.cn
-2006-09-29 03:42:14,790 DEBUG Popping from q - planetlab-2.cs.uni-paderborn.de
-2006-09-29 03:42:14,791 DEBUG Found tickets for orbpl2.rutgers.edu
-2006-09-29 03:42:14,792 DEBUG Popping from q - planet5.cs.huji.ac.il
-2006-09-29 03:42:14,793 DEBUG Found tickets for planetlab2.informatik.uni-erlangen.de
-2006-09-29 03:42:14,793 DEBUG Popping from q - planetlab1.elet.polimi.it
-2006-09-29 03:42:14,795 DEBUG Popping from q - planetlab2.iiitb.ac.in
-2006-09-29 03:42:14,796 DEBUG Popping from q - server1.planetlab.iit-tech.net
-2006-09-29 03:42:14,797 DEBUG Popping from q - planetlab2.iitb.ac.in
-2006-09-29 03:42:14,799 DEBUG Popping from q - planetlab02.dis.unina.it
-2006-09-29 03:42:14,800 DEBUG Popping from q - planetlab-1.dis.uniroma1.it
-2006-09-29 03:42:14,802 DEBUG Found tickets for planetlab2.iitb.ac.in
-2006-09-29 03:42:14,802 DEBUG Popping from q - planetlab1.iitb.ac.in
-2006-09-29 03:42:14,804 DEBUG Found tickets for server1.planetlab.iit-tech.net
-2006-09-29 03:42:14,804 DEBUG Popping from q - pku1.6planetlab.edu.cn
-2006-09-29 03:42:14,805 DEBUG Popping from q - planetlab1.warsaw.rd.tp.pl
-2006-09-29 03:42:14,806 DEBUG Popping from q - planetlab1.cri.haifa.ac.il
-2006-09-29 03:42:14,808 DEBUG Found tickets for planetlab1.iitb.ac.in
-2006-09-29 03:42:14,808 DEBUG Popping from q - planetlab-2.cs.ucy.ac.cy
-2006-09-29 03:42:14,809 DEBUG Found tickets for pku1.6planetlab.edu.cn
-2006-09-29 03:42:14,810 DEBUG Popping from q - pl1.ernet.in
-2006-09-29 03:42:14,811 DEBUG Popping from q - planetlab2.georgetown.edu
-2006-09-29 03:42:14,812 DEBUG Found tickets for planetlab1.cri.haifa.ac.il
-2006-09-29 03:42:14,813 DEBUG Popping from q - server2.planetlab.iit-tech.net
-2006-09-29 03:42:14,814 DEBUG Popping from q - planetlab2.di.unito.it
-2006-09-29 03:42:14,815 DEBUG Popping from q - planetlab1.csee.usf.edu
-2006-09-29 03:42:14,816 DEBUG Popping from q - planetlab-2.dis.uniroma1.it
-2006-09-29 03:42:14,818 DEBUG Found tickets for server2.planetlab.iit-tech.net
-2006-09-29 03:42:14,819 DEBUG Popping from q - planetlab2.informatik.uni-kl.de
-2006-09-29 03:42:14,820 DEBUG Popping from q - planet1.cs.rochester.edu
-2006-09-29 03:42:14,821 DEBUG Popping from q - planetlab1.rutgers.edu
-2006-09-29 03:42:14,822 DEBUG Popping from q - planetlab-2.ece.iastate.edu
-2006-09-29 03:42:14,823 DEBUG Found tickets for planetlab2.georgetown.edu
-2006-09-29 03:42:14,824 DEBUG Popping from q - planetlab-1.sjce.nodes.planet-lab.org
-2006-09-29 03:42:14,826 DEBUG Found tickets for planet1.cs.rochester.edu
-2006-09-29 03:42:14,826 DEBUG Popping from q - planetlab2.ece.ucdavis.edu
-2006-09-29 03:42:14,827 DEBUG Found tickets for planetlab1.rutgers.edu
-2006-09-29 03:42:14,827 DEBUG Popping from q - planetlab1.ie.cuhk.edu.hk
-2006-09-29 03:42:14,828 DEBUG Popping from q - planetlab2lannion.elibel.tm.fr
-2006-09-29 03:42:14,829 DEBUG Found tickets for planetlab2.informatik.uni-kl.de
-2006-09-29 03:42:14,830 DEBUG Popping from q - planetlab01.mpi-sws.mpg.de
-2006-09-29 03:42:14,832 DEBUG Popping from q - planetlab2.cs.duke.edu
-2006-09-29 03:42:14,833 DEBUG Found tickets for planetlab1.ie.cuhk.edu.hk
-2006-09-29 03:42:14,833 DEBUG Popping from q - planetlab1.rn.informatics.scitech.susx.ac.uk
-2006-09-29 03:42:14,834 DEBUG Popping from q - planetlab1.eee.hku.hk
-2006-09-29 03:42:14,836 DEBUG Found tickets for planetlab-1.sjce.nodes.planet-lab.org
-2006-09-29 03:42:14,836 DEBUG Popping from q - pads23.cs.nthu.edu.tw
-2006-09-29 03:42:14,838 DEBUG Popping from q - planet2.halifax.canet4.nodes.planet-lab.org
-2006-09-29 03:42:14,839 DEBUG Popping from q - planetlab-2.tssg.org
-2006-09-29 03:42:14,840 DEBUG Found tickets for planetlab1.rn.informatics.scitech.susx.ac.uk
-2006-09-29 03:42:14,840 DEBUG Popping from q - 200-102-209-151.paemt7001.t.brasiltelecom.net.br
-2006-09-29 03:42:14,843 DEBUG Found tickets for planetlab-2.tssg.org
-2006-09-29 03:42:14,843 DEBUG Popping from q - planetlab2.poly.edu
-2006-09-29 03:42:14,844 DEBUG Found tickets for planet2.halifax.canet4.nodes.planet-lab.org
-2006-09-29 03:42:14,844 DEBUG Popping from q - planetlab1.poly.edu
-2006-09-29 03:42:14,845 DEBUG Popping from q - planetlab2.net-research.org.uk
-2006-09-29 03:42:14,847 DEBUG Found tickets for planetlab1.eee.hku.hk
-2006-09-29 03:42:14,848 DEBUG Found tickets for planetlab2.net-research.org.uk
-2006-09-29 03:42:14,848 DEBUG Popping from q - planetlab-1.imperial.ac.uk
-2006-09-29 03:42:14,847 DEBUG Popping from q - planetlab-2.imperial.ac.uk
-2006-09-29 03:42:14,850 DEBUG Found tickets for 200-102-209-151.paemt7001.t.brasiltelecom.net.br
-2006-09-29 03:42:14,850 DEBUG Popping from q - planetlab1.byu.edu
-2006-09-29 03:42:14,852 DEBUG Found tickets for planetlab-2.imperial.ac.uk
-2006-09-29 03:42:14,852 DEBUG Popping from q - planetlab1.cis.upenn.edu
-2006-09-29 03:42:14,853 DEBUG Popping from q - planetlab2.eee.hku.hk
-2006-09-29 03:42:14,854 DEBUG Found tickets for planetlab-1.imperial.ac.uk
-2006-09-29 04:02:14,415 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv
-2006-09-29 04:02:15,526 DEBUG Retrieved 705 hosts
-2006-09-29 04:02:15,532 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='drift%20%3E%201m'
-2006-09-29 04:02:15,731 DEBUG Retrieved 8 hosts
-2006-09-29 04:02:15,732 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='resptime%20%3E%200%20&&%20gbfree%20%3C%205'
-2006-09-29 04:02:15,935 DEBUG Retrieved 10 hosts
-2006-09-29 04:02:15,935 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='sshstatus%20%3E%202h'
-2006-09-29 04:02:16,359 DEBUG Retrieved 162 hosts
-2006-09-29 04:02:16,360 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='dns1udp%20%3E%2080%20&&%20dns2udp%20%3E%2080'
-2006-09-29 04:02:16,520 DEBUG Retrieved 6 hosts
-2006-09-29 04:02:16,520 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='filerw%3E0'
-2006-09-29 04:02:16,708 DEBUG Retrieved 2 hosts
-2006-09-29 04:02:16,711 DEBUG Popping from q - planetlab2.elet.polimi.it
-2006-09-29 04:02:16,712 DEBUG Popping from q - pli1-br-3.hpl.hp.com
-2006-09-29 04:02:16,713 DEBUG Popping from q - planetlab2.nbgisp.com
-2006-09-29 04:02:16,714 DEBUG Popping from q - planetlab1.cs.stir.ac.uk
-2006-09-29 04:02:16,715 DEBUG Popping from q - planetlab1.cse.msu.edu
-2006-09-29 04:02:16,716 DEBUG Found tickets for pli1-br-3.hpl.hp.com
-2006-09-29 04:02:16,717 DEBUG Popping from q - planetlab2.cse.msu.edu
-2006-09-29 04:02:16,718 DEBUG Popping from q - planetlab0.cs.stir.ac.uk
-2006-09-29 04:02:16,719 DEBUG Popping from q - planetlab1.informatik.uni-erlangen.de
-2006-09-29 04:02:16,720 DEBUG Found tickets for planetlab1.cse.msu.edu
-2006-09-29 04:02:16,721 DEBUG Popping from q - planetlab1.cs.purdue.edu
-2006-09-29 04:02:16,722 DEBUG Found tickets for planetlab2.cse.msu.edu
-2006-09-29 04:02:16,723 DEBUG Popping from q - planetlab1.een.orst.edu
-2006-09-29 04:02:16,724 DEBUG Popping from q - planetlab2.cs.columbia.edu
-2006-09-29 04:02:16,725 DEBUG Popping from q - planetlab1.win.trlabs.ca
-2006-09-29 04:02:16,727 DEBUG Found tickets for planetlab1.cs.purdue.edu
-2006-09-29 04:02:16,727 DEBUG Popping from q - planetlab1.cs.duke.edu
-2006-09-29 04:02:16,729 DEBUG Popping from q - planetlab2.flux.utah.edu
-2006-09-29 04:02:16,730 DEBUG Popping from q - planetlab3.cs.columbia.edu
-2006-09-29 04:02:16,731 DEBUG Popping from q - planetlab1.cs.columbia.edu
-2006-09-29 04:02:16,733 DEBUG Popping from q - planetlab3.flux.utah.edu
-2006-09-29 04:02:16,734 DEBUG Popping from q - planetlab-1.eecs.cwru.edu
-2006-09-29 04:02:16,735 DEBUG Popping from q - planetlab2.rutgers.edu
-2006-09-29 04:02:16,737 DEBUG Popping from q - vn3.cs.wustl.edu
-2006-09-29 04:02:16,738 DEBUG Popping from q - planetlab2.cri.haifa.ac.il
-2006-09-29 04:02:16,740 DEBUG Popping from q - soccf-planet-001.comp.nus.edu.sg
-2006-09-29 04:02:16,741 DEBUG Popping from q - planetlab01.cse.psu.edu
-2006-09-29 04:02:16,742 DEBUG Found tickets for planetlab2.rutgers.edu
-2006-09-29 04:02:16,742 DEBUG Popping from q - csu2.6planetlab.edu.cn
-2006-09-29 04:02:16,743 DEBUG Found tickets for vn3.cs.wustl.edu
-2006-09-29 04:02:16,744 DEBUG Popping from q - planet2.njit.edu
-2006-09-29 04:02:16,745 DEBUG Found tickets for planetlab2.cri.haifa.ac.il
-2006-09-29 04:02:16,746 DEBUG Popping from q - planetlab2.unl.edu
-2006-09-29 04:02:16,747 DEBUG Found tickets for soccf-planet-001.comp.nus.edu.sg
-2006-09-29 04:02:16,748 DEBUG Popping from q - planetlab1.cs.pitt.edu
-2006-09-29 04:02:16,749 DEBUG Found tickets for planet2.njit.edu
-2006-09-29 04:02:16,749 DEBUG Popping from q - planetlab-2.eecs.cwru.edu
-2006-09-29 04:02:16,750 DEBUG Found tickets for csu2.6planetlab.edu.cn
-2006-09-29 04:02:16,751 DEBUG Popping from q - planetlab2.urv.net
-2006-09-29 04:02:16,752 DEBUG Popping from q - planetlab7.csail.mit.edu
-2006-09-29 04:02:16,753 DEBUG Popping from q - buaa1.6planetlab.edu.cn
-2006-09-29 04:02:16,755 DEBUG Popping from q - ricepl-3.cs.rice.edu
-2006-09-29 04:02:16,756 DEBUG Popping from q - planet-lab-1.csse.monash.edu.au
-2006-09-29 04:02:16,757 DEBUG Popping from q - planetlab5.millennium.berkeley.edu
-2006-09-29 04:02:16,759 DEBUG Popping from q - planetlab1.pop-ce.rnp.br
-2006-09-29 04:02:16,760 DEBUG Found tickets for planetlab7.csail.mit.edu
-2006-09-29 04:02:16,760 DEBUG Popping from q - planetlab2.mnlab.cti.depaul.edu
-2006-09-29 04:02:16,762 DEBUG Found tickets for buaa1.6planetlab.edu.cn
-2006-09-29 04:02:16,762 DEBUG Popping from q - peace.ri.uni-tuebingen.de
-2006-09-29 04:02:16,764 DEBUG Popping from q - planetlab-8.cs.princeton.edu
-2006-09-29 04:02:16,765 DEBUG Popping from q - planetlab2.ucsd.edu
-2006-09-29 04:02:16,767 DEBUG Found tickets for planetlab1.pop-ce.rnp.br
-2006-09-29 04:02:16,767 DEBUG Popping from q - blast.uwaterloo.ca
-2006-09-29 04:02:16,768 DEBUG Found tickets for planetlab2.mnlab.cti.depaul.edu
-2006-09-29 04:02:16,768 DEBUG Popping from q - planetlab1.cs.wayne.edu
-2006-09-29 04:02:16,769 DEBUG Popping from q - pli1-br-3.hpl.hp.com
-2006-09-29 04:02:16,771 DEBUG Found tickets for planetlab-8.cs.princeton.edu
-2006-09-29 04:02:16,772 DEBUG Popping from q - planetlab2.eurecom.fr
-2006-09-29 04:02:16,773 DEBUG Found tickets for planetlab2.ucsd.edu
-2006-09-29 04:02:16,773 DEBUG Popping from q - planetlab1.di.unito.it
-2006-09-29 04:02:16,774 DEBUG Found tickets for planetlab1.cs.wayne.edu
-2006-09-29 04:02:16,775 DEBUG Popping from q - planetlab2.simula.no
-2006-09-29 04:02:16,776 DEBUG Found tickets for blast.uwaterloo.ca
-2006-09-29 04:02:16,776 DEBUG Popping from q - planetlab01.dis.unina.it
-2006-09-29 04:02:16,778 DEBUG Found tickets for pli1-br-3.hpl.hp.com
-2006-09-29 04:02:16,778 DEBUG Popping from q - planetlab1.flux.utah.edu
-2006-09-29 04:02:16,779 DEBUG Popping from q - planetlab-1.ece.iastate.edu
-2006-09-29 04:02:16,781 DEBUG Popping from q - sdu1.6planetlab.edu.cn
-2006-09-29 04:02:16,782 DEBUG Found tickets for planetlab1.di.unito.it
-2006-09-29 04:02:16,783 DEBUG Popping from q - planetlab4.upc.es
-2006-09-29 04:02:16,784 DEBUG Popping from q - planetlab-13.cs.princeton.edu
-2006-09-29 04:02:16,785 DEBUG Popping from q - planet1.cc.gt.atl.ga.us
-2006-09-29 04:02:16,786 DEBUG Found tickets for planetlab-1.ece.iastate.edu
-2006-09-29 04:02:16,787 DEBUG Popping from q - planetlab2.eecs.wsu.edu
-2006-09-29 04:02:16,788 DEBUG Found tickets for sdu1.6planetlab.edu.cn
-2006-09-29 04:02:16,789 DEBUG Popping from q - planet2.cs.ucsb.edu
-2006-09-29 04:02:16,790 DEBUG Popping from q - xjtu2.6planetlab.edu.cn
-2006-09-29 04:02:16,791 DEBUG Found tickets for planetlab-13.cs.princeton.edu
-2006-09-29 04:02:16,792 DEBUG Popping from q - planetlab3.upc.es
-2006-09-29 04:02:16,792 DEBUG Popping from q - node1.lbnl.nodes.planet-lab.org
-2006-09-29 04:02:16,794 DEBUG Popping from q - planetlab1.iitr.ernet.in
-2006-09-29 04:02:16,796 DEBUG Found tickets for planet2.cs.ucsb.edu
-2006-09-29 04:02:16,796 DEBUG Popping from q - planetlab1.ipls.internet2.planet-lab.org
-2006-09-29 04:02:16,797 DEBUG Popping from q - planetlab2.uvic.ca
-2006-09-29 04:02:16,799 DEBUG Popping from q - planetlab01.erin.utoronto.ca
-2006-09-29 04:02:16,800 DEBUG Popping from q - planetlab-4.ece.iastate.edu
-2006-09-29 04:02:16,801 DEBUG Popping from q - planetlab2.informatik.uni-goettingen.de
-2006-09-29 04:02:16,803 DEBUG Popping from q - ds-pl1.technion.ac.il
-2006-09-29 04:02:16,804 DEBUG Found tickets for planetlab2.uvic.ca
-2006-09-29 04:02:16,805 DEBUG Popping from q - planetlab1.mnl.cs.sunysb.edu
-2006-09-29 04:02:16,806 DEBUG Popping from q - aladdin.planetlab.extranet.uni-passau.de
-2006-09-29 04:02:16,807 DEBUG Found tickets for planetlab-4.ece.iastate.edu
-2006-09-29 04:02:16,808 DEBUG Popping from q - planetlab-1.cs.uni-paderborn.de
-2006-09-29 04:02:16,809 DEBUG Found tickets for planetlab2.informatik.uni-goettingen.de
-2006-09-29 04:02:16,809 DEBUG Popping from q - planet1.njit.edu
-2006-09-29 04:02:16,810 DEBUG Popping from q - pku2.6planetlab.edu.cn
-2006-09-29 04:02:16,812 DEBUG Found tickets for planetlab1.mnl.cs.sunysb.edu
-2006-09-29 04:02:16,812 DEBUG Popping from q - planetlab-1.cs.ucy.ac.cy
-2006-09-29 04:02:16,814 DEBUG Popping from q - planetlab00.cse.psu.edu
-2006-09-29 04:02:16,815 DEBUG Popping from q - planetlab04.ethz.ch
-2006-09-29 04:02:16,816 DEBUG Popping from q - sdu2.6planetlab.edu.cn
-2006-09-29 04:02:16,818 DEBUG Popping from q - planet-lab.iki.rssi.ru
-2006-09-29 04:02:16,820 DEBUG Popping from q - planetlab1.polito.it
-2006-09-29 04:02:16,821 DEBUG Found tickets for planetlab04.ethz.ch
-2006-09-29 04:02:16,821 DEBUG Popping from q - planetlab1.uvic.ca
-2006-09-29 04:02:16,822 DEBUG Popping from q - planetlab1.cs.byu.edu
-2006-09-29 04:02:16,824 DEBUG Found tickets for sdu2.6planetlab.edu.cn
-2006-09-29 04:02:16,824 DEBUG Popping from q - planetlab-1.amst.nodes.planet-lab.org
-2006-09-29 04:02:16,825 DEBUG Found tickets for planet-lab.iki.rssi.ru
-2006-09-29 04:02:16,825 DEBUG Popping from q - cloudburst.uwaterloo.ca
-2006-09-29 04:02:16,827 DEBUG Popping from q - planet2.cs.rochester.edu
-2006-09-29 04:02:16,828 DEBUG Found tickets for planetlab1.polito.it
-2006-09-29 04:02:16,828 DEBUG Popping from q - planetlab1.xeno.cl.cam.ac.uk
-2006-09-29 04:02:16,830 DEBUG Found tickets for cloudburst.uwaterloo.ca
-2006-09-29 04:02:16,830 DEBUG Popping from q - lycra.cs.princeton.edu
-2006-09-29 04:02:16,831 DEBUG Found tickets for planetlab1.uvic.ca
-2006-09-29 04:02:16,832 DEBUG Found tickets for lycra.cs.princeton.edu
-2006-09-29 04:02:16,832 DEBUG Popping from q - planetlab1.ias.csusb.edu
-2006-09-29 04:02:16,832 DEBUG Popping from q - planetlab06.mpi-sws.mpg.de
-2006-09-29 04:02:16,835 DEBUG Popping from q - vayu.iitd.ernet.in
-2006-09-29 04:02:16,837 DEBUG Found tickets for planetlab1.ias.csusb.edu
-2006-09-29 04:02:16,837 DEBUG Popping from q - node2.lbnl.nodes.planet-lab.org
-2006-09-29 04:02:16,838 DEBUG Popping from q - planetlab2.cs.byu.edu
-2006-09-29 04:02:16,839 DEBUG Popping from q - cqu1.6planetlab.edu.cn
-2006-09-29 04:02:16,841 DEBUG Found tickets for planet2.cs.rochester.edu
-2006-09-29 04:02:16,841 DEBUG Popping from q - planetlab2.acis.ufl.edu
-2006-09-29 04:02:16,842 DEBUG Popping from q - planetlab1.cs.unibo.it
-2006-09-29 04:02:16,843 DEBUG Popping from q - tju2.6planetlab.edu.cn
-2006-09-29 04:02:16,846 DEBUG Found tickets for planetlab2.acis.ufl.edu
-2006-09-29 04:02:16,846 DEBUG Popping from q - orbpl1.rutgers.edu
-2006-09-29 04:02:16,847 DEBUG Found tickets for tju2.6planetlab.edu.cn
-2006-09-29 04:02:16,847 DEBUG Popping from q - ent1.cs.nccu.edu.tw
-2006-09-29 04:02:16,849 DEBUG Popping from q - planet0.jaist.ac.jp
-2006-09-29 04:02:16,850 DEBUG Found tickets for cqu1.6planetlab.edu.cn
-2006-09-29 04:02:16,850 DEBUG Popping from q - planetlab1.informatik.uni-wuerzburg.de
-2006-09-29 04:02:16,851 DEBUG Found tickets for orbpl1.rutgers.edu
-2006-09-29 04:02:16,852 DEBUG Popping from q - planetlab3.warsaw.rd.tp.pl
-2006-09-29 04:02:16,853 DEBUG Found tickets for ent1.cs.nccu.edu.tw
-2006-09-29 04:02:16,854 DEBUG Popping from q - planetlab0.ias.csusb.edu
-2006-09-29 04:02:16,855 DEBUG Found tickets for planetlab1.cs.unibo.it
-2006-09-29 04:02:16,855 DEBUG Popping from q - planetlab-2.amst.nodes.planet-lab.org
-2006-09-29 04:02:16,856 DEBUG Popping from q - planetlab3.inria.fr
-2006-09-29 04:02:16,858 DEBUG Popping from q - 200-102-209-152.paemt7001.t.brasiltelecom.net.br
-2006-09-29 04:02:16,858 DEBUG Found tickets for planet0.jaist.ac.jp
-2006-09-29 04:02:16,859 DEBUG Popping from q - planetlab3.mnl.cs.sunysb.edu
-2006-09-29 04:02:16,860 DEBUG Found tickets for planetlab1.informatik.uni-wuerzburg.de
-2006-09-29 04:02:16,861 DEBUG Popping from q - planetlab-15.cs.princeton.edu
-2006-09-29 04:02:16,862 DEBUG Found tickets for planetlab0.ias.csusb.edu
-2006-09-29 04:02:16,862 DEBUG Popping from q - ent2.cs.nccu.edu.tw
-2006-09-29 04:02:16,863 DEBUG Popping from q - planet-lab-2.csse.monash.edu.au
-2006-09-29 04:02:16,866 DEBUG Popping from q - planet1.ecse.rpi.edu
-2006-09-29 04:02:16,867 DEBUG Found tickets for ent2.cs.nccu.edu.tw
-2006-09-29 04:02:16,867 DEBUG Popping from q - planetlab2.pop-mg.rnp.br
-2006-09-29 04:02:16,868 DEBUG Found tickets for 200-102-209-152.paemt7001.t.brasiltelecom.net.br
-2006-09-29 04:02:16,869 DEBUG Popping from q - planetlab-2.unk.edu
-2006-09-29 04:02:16,870 DEBUG Found tickets for planetlab2.pop-mg.rnp.br
-2006-09-29 04:02:16,871 DEBUG Popping from q - planetlab1.eurecom.fr
-2006-09-29 04:02:16,870 DEBUG Popping from q - planetlab2.rdfrancetelecom.com
-2006-09-29 04:02:16,872 DEBUG Found tickets for planet-lab-2.csse.monash.edu.au
-2006-09-29 04:02:16,873 DEBUG Popping from q - planetlab1.cs.virginia.edu
-2006-09-29 04:02:16,874 DEBUG Found tickets for planet1.ecse.rpi.edu
-2006-09-29 04:02:16,875 DEBUG Popping from q - tju1.6planetlab.edu.cn
-2006-09-29 04:02:16,876 DEBUG Popping from q - planetlab-3.amst.nodes.planet-lab.org
-2006-09-29 04:02:16,877 DEBUG Popping from q - planetlab2.iitr.ernet.in
-2006-09-29 04:02:16,879 DEBUG Found tickets for planetlab2.rdfrancetelecom.com
-2006-09-29 04:02:16,879 DEBUG Popping from q - planetlab1.georgetown.edu
-2006-09-29 04:02:16,880 DEBUG Found tickets for planetlab1.eurecom.fr
-2006-09-29 04:02:16,881 DEBUG Popping from q - planet1.inf.tu-dresden.de
-2006-09-29 04:02:16,882 DEBUG Found tickets for tju1.6planetlab.edu.cn
-2006-09-29 04:02:16,882 DEBUG Popping from q - alice.cs.princeton.edu
-2006-09-29 04:02:16,883 DEBUG Found tickets for planetlab1.georgetown.edu
-2006-09-29 04:02:16,884 DEBUG Popping from q - planetlab02.erin.utoronto.ca
-2006-09-29 04:02:16,886 DEBUG Popping from q - planetlab-1.vuse.vanderbilt.edu
-2006-09-29 04:02:16,887 DEBUG Popping from q - planetlab3.uvic.ca
-2006-09-29 04:02:16,888 DEBUG Found tickets for alice.cs.princeton.edu
-2006-09-29 04:02:16,888 DEBUG Popping from q - scut2.6planetlab.edu.cn
-2006-09-29 04:02:16,890 DEBUG Popping from q - planet2.cdacb.ernet.in
-2006-09-29 04:02:16,890 DEBUG Popping from q - planetlab1.swidnik.rd.tp.pl
-2006-09-29 04:02:16,892 DEBUG Found tickets for planetlab3.uvic.ca
-2006-09-29 04:02:16,892 DEBUG Popping from q - planetlab1.rdfrancetelecom.com
-2006-09-29 04:02:16,894 DEBUG Found tickets for scut2.6planetlab.edu.cn
-2006-09-29 04:02:16,895 DEBUG Popping from q - planet2.inf.tu-dresden.de
-2006-09-29 04:02:16,896 DEBUG Found tickets for planetlab-1.vuse.vanderbilt.edu
-2006-09-29 04:02:16,896 DEBUG Popping from q - planet02.csc.ncsu.edu
-2006-09-29 04:02:16,897 DEBUG Found tickets for planet2.cdacb.ernet.in
-2006-09-29 04:02:16,898 DEBUG Popping from q - planetlab-1.tssg.org
-2006-09-29 04:02:16,899 DEBUG Found tickets for planetlab1.rdfrancetelecom.com
-2006-09-29 04:02:16,899 DEBUG Popping from q - planetlab-2.vuse.vanderbilt.edu
-2006-09-29 04:02:16,901 DEBUG Found tickets for planetlab1.swidnik.rd.tp.pl
-2006-09-29 04:02:16,901 DEBUG Popping from q - planetlab-11.cs.princeton.edu
-2006-09-29 04:02:16,902 DEBUG Popping from q - planet03.csc.ncsu.edu
-2006-09-29 04:02:16,903 DEBUG Popping from q - planetlab1.pop-rj.rnp.br
-2006-09-29 04:02:16,905 DEBUG Found tickets for planetlab-2.vuse.vanderbilt.edu
-2006-09-29 04:02:16,905 DEBUG Popping from q - planet1.halifax.canet4.nodes.planet-lab.org
-2006-09-29 04:02:16,906 DEBUG Found tickets for planetlab-1.tssg.org
-2006-09-29 04:02:16,907 DEBUG Popping from q - planetlab2.uc.edu
-2006-09-29 04:02:16,909 DEBUG Popping from q - planet1.cavite.nodes.planet-lab.org
-2006-09-29 04:02:16,910 DEBUG Found tickets for planetlab1.pop-rj.rnp.br
-2006-09-29 04:02:16,910 DEBUG Popping from q - ds-pl3.technion.ac.il
-2006-09-29 04:02:16,912 DEBUG Popping from q - planetlab2.cs.purdue.edu
-2006-09-29 04:02:16,913 DEBUG Popping from q - planetlab3.millennium.berkeley.edu
-2006-09-29 04:02:16,913 DEBUG Found tickets for ds-pl3.technion.ac.il
-2006-09-29 04:02:16,914 DEBUG Popping from q - planetlab1.unl.edu
-2006-09-29 04:02:16,915 DEBUG Popping from q - planetlab1.cs.colorado.edu
-2006-09-29 04:02:16,917 DEBUG Popping from q - planetlab02.cs.washington.edu
-2006-09-29 04:02:16,919 DEBUG Popping from q - pads21.cs.nthu.edu.tw
-2006-09-29 04:02:16,920 DEBUG Found tickets for planetlab1.unl.edu
-2006-09-29 04:02:16,920 DEBUG Popping from q - orbpl2.rutgers.edu
-2006-09-29 04:02:16,921 DEBUG Popping from q - planetlab2.informatik.uni-erlangen.de
-2006-09-29 04:02:16,922 DEBUG Found tickets for planetlab1.cs.colorado.edu
-2006-09-29 04:02:16,923 DEBUG Popping from q - planetlab-01.ipv6.lip6.fr
-2006-09-29 04:02:16,925 DEBUG Popping from q - pl2.ernet.in
-2006-09-29 04:02:16,926 DEBUG Found tickets for orbpl2.rutgers.edu
-2006-09-29 04:02:16,926 DEBUG Popping from q - neu2.6planetlab.edu.cn
-2006-09-29 04:02:16,927 DEBUG Found tickets for planetlab2.informatik.uni-erlangen.de
-2006-09-29 04:02:16,928 DEBUG Popping from q - planetlab-2.cs.uni-paderborn.de
-2006-09-29 04:02:16,929 DEBUG Found tickets for planetlab-01.ipv6.lip6.fr
-2006-09-29 04:02:16,930 DEBUG Popping from q - planet5.cs.huji.ac.il
-2006-09-29 04:02:16,929 DEBUG Found tickets for planetlab02.cs.washington.edu
-2006-09-29 04:02:16,930 DEBUG Popping from q - planetlab1.elet.polimi.it
-2006-09-29 04:02:16,933 DEBUG Popping from q - planetlab2.iiitb.ac.in
-2006-09-29 04:02:16,934 DEBUG Popping from q - server1.planetlab.iit-tech.net
-2006-09-29 04:02:16,935 DEBUG Popping from q - planetlab2.iitb.ac.in
-2006-09-29 04:02:16,936 DEBUG Popping from q - planetlab02.dis.unina.it
-2006-09-29 04:02:16,938 DEBUG Popping from q - planetlab-1.dis.uniroma1.it
-2006-09-29 04:02:16,939 DEBUG Found tickets for planetlab2.iitb.ac.in
-2006-09-29 04:02:16,940 DEBUG Popping from q - planetlab1.iitb.ac.in
-2006-09-29 04:02:16,941 DEBUG Found tickets for server1.planetlab.iit-tech.net
-2006-09-29 04:02:16,941 DEBUG Popping from q - pku1.6planetlab.edu.cn
-2006-09-29 04:02:16,942 DEBUG Popping from q - planetlab1.warsaw.rd.tp.pl
-2006-09-29 04:02:16,944 DEBUG Popping from q - planetlab1.cri.haifa.ac.il
-2006-09-29 04:02:16,945 DEBUG Popping from q - planetlab-2.cs.ucy.ac.cy
-2006-09-29 04:02:16,946 DEBUG Found tickets for pku1.6planetlab.edu.cn
-2006-09-29 04:02:16,947 DEBUG Popping from q - pl1.ernet.in
-2006-09-29 04:02:16,948 DEBUG Found tickets for planetlab1.iitb.ac.in
-2006-09-29 04:02:16,949 DEBUG Popping from q - planetlab2.georgetown.edu
-2006-09-29 04:02:16,950 DEBUG Popping from q - server2.planetlab.iit-tech.net
-2006-09-29 04:02:16,951 DEBUG Found tickets for planetlab1.cri.haifa.ac.il
-2006-09-29 04:02:16,952 DEBUG Popping from q - planetlab2.di.unito.it
-2006-09-29 04:02:16,953 DEBUG Popping from q - planetlab1.csee.usf.edu
-2006-09-29 04:02:16,954 DEBUG Popping from q - planetlab-2.dis.uniroma1.it
-2006-09-29 04:02:16,956 DEBUG Found tickets for planetlab2.georgetown.edu
-2006-09-29 04:02:16,956 DEBUG Popping from q - planetlab2.informatik.uni-kl.de
-2006-09-29 04:02:16,957 DEBUG Popping from q - planet1.cs.rochester.edu
-2006-09-29 04:02:16,959 DEBUG Found tickets for server2.planetlab.iit-tech.net
-2006-09-29 04:02:16,959 DEBUG Popping from q - planetlab1.rutgers.edu
-2006-09-29 04:02:16,960 DEBUG Popping from q - planetlab-2.ece.iastate.edu
-2006-09-29 04:02:16,961 DEBUG Popping from q - planetlab-1.sjce.nodes.planet-lab.org
-2006-09-29 04:02:16,963 DEBUG Found tickets for planetlab2.informatik.uni-kl.de
-2006-09-29 04:02:16,964 DEBUG Popping from q - planetlab2.ece.ucdavis.edu
-2006-09-29 04:02:16,965 DEBUG Found tickets for planet1.cs.rochester.edu
-2006-09-29 04:02:16,966 DEBUG Popping from q - planetlab1.ie.cuhk.edu.hk
-2006-09-29 04:02:16,967 DEBUG Found tickets for planetlab1.rutgers.edu
-2006-09-29 04:02:16,967 DEBUG Popping from q - planetlab2lannion.elibel.tm.fr
-2006-09-29 04:02:16,968 DEBUG Popping from q - planetlab01.mpi-sws.mpg.de
-2006-09-29 04:02:16,969 DEBUG Found tickets for planetlab-1.sjce.nodes.planet-lab.org
-2006-09-29 04:02:16,969 DEBUG Popping from q - planetlab2.cs.duke.edu
-2006-09-29 04:02:16,972 DEBUG Popping from q - planetlab1.rn.informatics.scitech.susx.ac.uk
-2006-09-29 04:02:16,973 DEBUG Popping from q - planetlab1.eee.hku.hk
-2006-09-29 04:02:16,974 DEBUG Popping from q - pads23.cs.nthu.edu.tw
-2006-09-29 04:02:16,975 DEBUG Found tickets for planetlab1.ie.cuhk.edu.hk
-2006-09-29 04:02:16,975 DEBUG Popping from q - planet2.halifax.canet4.nodes.planet-lab.org
-2006-09-29 04:02:16,977 DEBUG Popping from q - planetlab-2.tssg.org
-2006-09-29 04:02:16,978 DEBUG Found tickets for planetlab1.rn.informatics.scitech.susx.ac.uk
-2006-09-29 04:02:16,979 DEBUG Popping from q - 200-102-209-151.paemt7001.t.brasiltelecom.net.br
-2006-09-29 04:02:16,980 DEBUG Found tickets for planetlab1.eee.hku.hk
-2006-09-29 04:02:16,981 DEBUG Popping from q - planetlab2.poly.edu
-2006-09-29 04:02:16,981 DEBUG Found tickets for planetlab-2.tssg.org
-2006-09-29 04:02:16,982 DEBUG Popping from q - planetlab1.poly.edu
-2006-09-29 04:02:16,983 DEBUG Popping from q - planetlab2.net-research.org.uk
-2006-09-29 04:02:16,984 DEBUG Found tickets for planet2.halifax.canet4.nodes.planet-lab.org
-2006-09-29 04:02:16,985 DEBUG Popping from q - planetlab-2.imperial.ac.uk
-2006-09-29 04:02:16,986 DEBUG Found tickets for 200-102-209-151.paemt7001.t.brasiltelecom.net.br
-2006-09-29 04:02:16,987 DEBUG Popping from q - planetlab-1.imperial.ac.uk
-2006-09-29 04:02:16,988 DEBUG Found tickets for planetlab2.net-research.org.uk
-2006-09-29 04:02:16,988 DEBUG Popping from q - planetlab1.byu.edu
-2006-09-29 04:02:16,989 DEBUG Popping from q - planetlab1.cis.upenn.edu
-2006-09-29 04:02:16,991 DEBUG Popping from q - planetlab2.eee.hku.hk
-2006-09-29 04:02:16,993 DEBUG Found tickets for planetlab-2.imperial.ac.uk
-2006-09-29 04:02:16,994 DEBUG Found tickets for planetlab-1.imperial.ac.uk
-2006-09-29 04:22:16,553 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv
-2006-09-29 04:22:17,611 DEBUG Retrieved 705 hosts
-2006-09-29 04:22:17,617 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='drift%20%3E%201m'
-2006-09-29 04:22:17,765 DEBUG Retrieved 8 hosts
-2006-09-29 04:22:17,766 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='resptime%20%3E%200%20&&%20gbfree%20%3C%205'
-2006-09-29 04:22:17,906 DEBUG Retrieved 10 hosts
-2006-09-29 04:22:17,907 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='sshstatus%20%3E%202h'
-2006-09-29 04:22:18,252 DEBUG Retrieved 162 hosts
-2006-09-29 04:22:18,254 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='dns1udp%20%3E%2080%20&&%20dns2udp%20%3E%2080'
-2006-09-29 04:22:18,395 DEBUG Retrieved 6 hosts
-2006-09-29 04:22:18,395 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='filerw%3E0'
-2006-09-29 04:22:18,525 DEBUG Retrieved 2 hosts
-2006-09-29 04:22:18,528 DEBUG Popping from q - planetlab2.elet.polimi.it
-2006-09-29 04:22:18,529 DEBUG Popping from q - pli1-br-3.hpl.hp.com
-2006-09-29 04:22:18,530 DEBUG Popping from q - planetlab2.nbgisp.com
-2006-09-29 04:22:18,531 DEBUG Popping from q - planetlab1.cs.stir.ac.uk
-2006-09-29 04:22:18,532 DEBUG Popping from q - planetlab1.cse.msu.edu
-2006-09-29 04:22:18,533 DEBUG Popping from q - planetlab2.cse.msu.edu
-2006-09-29 04:22:18,535 DEBUG Found tickets for pli1-br-3.hpl.hp.com
-2006-09-29 04:22:18,535 DEBUG Popping from q - planetlab0.cs.stir.ac.uk
-2006-09-29 04:22:18,537 DEBUG Popping from q - planetlab1.informatik.uni-erlangen.de
-2006-09-29 04:22:18,538 DEBUG Popping from q - planetlab1.cs.purdue.edu
-2006-09-29 04:22:18,540 DEBUG Found tickets for planetlab2.cse.msu.edu
-2006-09-29 04:22:18,540 DEBUG Popping from q - planetlab1.een.orst.edu
-2006-09-29 04:22:18,541 DEBUG Popping from q - planetlab2.cs.columbia.edu
-2006-09-29 04:22:18,542 DEBUG Found tickets for planetlab1.cse.msu.edu
-2006-09-29 04:22:18,543 DEBUG Popping from q - planetlab1.win.trlabs.ca
-2006-09-29 04:22:18,544 DEBUG Popping from q - planetlab1.cs.duke.edu
-2006-09-29 04:22:18,545 DEBUG Found tickets for planetlab1.cs.purdue.edu
-2006-09-29 04:22:18,546 DEBUG Popping from q - planetlab2.flux.utah.edu
-2006-09-29 04:22:18,547 DEBUG Popping from q - planetlab3.cs.columbia.edu
-2006-09-29 04:22:18,548 DEBUG Popping from q - planetlab1.cs.columbia.edu
-2006-09-29 04:22:18,549 DEBUG Popping from q - planetlab3.flux.utah.edu
-2006-09-29 04:22:18,550 DEBUG Popping from q - planetlab-1.eecs.cwru.edu
-2006-09-29 04:22:18,552 DEBUG Popping from q - planetlab2.rutgers.edu
-2006-09-29 04:22:18,554 DEBUG Popping from q - vn3.cs.wustl.edu
-2006-09-29 04:22:18,555 DEBUG Popping from q - planetlab2.cri.haifa.ac.il
-2006-09-29 04:22:18,557 DEBUG Popping from q - soccf-planet-001.comp.nus.edu.sg
-2006-09-29 04:22:18,558 DEBUG Popping from q - planetlab01.cse.psu.edu
-2006-09-29 04:22:18,560 DEBUG Found tickets for planetlab2.rutgers.edu
-2006-09-29 04:22:18,560 DEBUG Popping from q - csu2.6planetlab.edu.cn
-2006-09-29 04:22:18,561 DEBUG Found tickets for vn3.cs.wustl.edu
-2006-09-29 04:22:18,562 DEBUG Popping from q - planet2.njit.edu
-2006-09-29 04:22:18,563 DEBUG Found tickets for planetlab2.cri.haifa.ac.il
-2006-09-29 04:22:18,563 DEBUG Popping from q - planetlab2.unl.edu
-2006-09-29 04:22:18,565 DEBUG Popping from q - planetlab1.cs.pitt.edu
-2006-09-29 04:22:18,566 DEBUG Found tickets for soccf-planet-001.comp.nus.edu.sg
-2006-09-29 04:22:18,566 DEBUG Popping from q - planetlab-2.eecs.cwru.edu
-2006-09-29 04:22:18,567 DEBUG Found tickets for csu2.6planetlab.edu.cn
-2006-09-29 04:22:18,568 DEBUG Popping from q - planetlab2.urv.net
-2006-09-29 04:22:18,569 DEBUG Found tickets for planet2.njit.edu
-2006-09-29 04:22:18,570 DEBUG Popping from q - planetlab7.csail.mit.edu
-2006-09-29 04:22:18,571 DEBUG Popping from q - buaa1.6planetlab.edu.cn
-2006-09-29 04:22:18,572 DEBUG Popping from q - ricepl-3.cs.rice.edu
-2006-09-29 04:22:18,573 DEBUG Popping from q - planet-lab-1.csse.monash.edu.au
-2006-09-29 04:22:18,575 DEBUG Popping from q - planetlab5.millennium.berkeley.edu
-2006-09-29 04:22:18,576 DEBUG Found tickets for buaa1.6planetlab.edu.cn
-2006-09-29 04:22:18,576 DEBUG Popping from q - planetlab1.pop-ce.rnp.br
-2006-09-29 04:22:18,578 DEBUG Found tickets for planetlab7.csail.mit.edu
-2006-09-29 04:22:18,578 DEBUG Popping from q - planetlab2.mnlab.cti.depaul.edu
-2006-09-29 04:22:18,580 DEBUG Popping from q - peace.ri.uni-tuebingen.de
-2006-09-29 04:22:18,581 DEBUG Popping from q - planetlab-8.cs.princeton.edu
-2006-09-29 04:22:18,583 DEBUG Found tickets for planetlab1.pop-ce.rnp.br
-2006-09-29 04:22:18,584 DEBUG Popping from q - planetlab2.ucsd.edu
-2006-09-29 04:22:18,584 DEBUG Found tickets for planetlab2.mnlab.cti.depaul.edu
-2006-09-29 04:22:18,585 DEBUG Popping from q - blast.uwaterloo.ca
-2006-09-29 04:22:18,586 DEBUG Popping from q - planetlab1.cs.wayne.edu
-2006-09-29 04:22:18,587 DEBUG Popping from q - pli1-br-3.hpl.hp.com
-2006-09-29 04:22:18,588 DEBUG Found tickets for planetlab-8.cs.princeton.edu
-2006-09-29 04:22:18,588 DEBUG Popping from q - planetlab2.eurecom.fr
-2006-09-29 04:22:18,590 DEBUG Found tickets for planetlab2.ucsd.edu
-2006-09-29 04:22:18,590 DEBUG Popping from q - planetlab1.di.unito.it
-2006-09-29 04:22:18,592 DEBUG Found tickets for blast.uwaterloo.ca
-2006-09-29 04:22:18,592 DEBUG Popping from q - planetlab2.simula.no
-2006-09-29 04:22:18,593 DEBUG Found tickets for planetlab1.cs.wayne.edu
-2006-09-29 04:22:18,594 DEBUG Popping from q - planetlab01.dis.unina.it
-2006-09-29 04:22:18,595 DEBUG Found tickets for pli1-br-3.hpl.hp.com
-2006-09-29 04:22:18,595 DEBUG Popping from q - planetlab1.flux.utah.edu
-2006-09-29 04:22:18,596 DEBUG Popping from q - planetlab-1.ece.iastate.edu
-2006-09-29 04:22:18,598 DEBUG Popping from q - sdu1.6planetlab.edu.cn
-2006-09-29 04:22:18,599 DEBUG Found tickets for planetlab1.di.unito.it
-2006-09-29 04:22:18,600 DEBUG Popping from q - planetlab4.upc.es
-2006-09-29 04:22:18,601 DEBUG Popping from q - planetlab-13.cs.princeton.edu
-2006-09-29 04:22:18,602 DEBUG Popping from q - planet1.cc.gt.atl.ga.us
-2006-09-29 04:22:18,604 DEBUG Found tickets for planetlab-1.ece.iastate.edu
-2006-09-29 04:22:18,604 DEBUG Popping from q - planetlab2.eecs.wsu.edu
-2006-09-29 04:22:18,605 DEBUG Found tickets for sdu1.6planetlab.edu.cn
-2006-09-29 04:22:18,606 DEBUG Popping from q - planet2.cs.ucsb.edu
-2006-09-29 04:22:18,607 DEBUG Found tickets for planetlab-13.cs.princeton.edu
-2006-09-29 04:22:18,607 DEBUG Popping from q - xjtu2.6planetlab.edu.cn
-2006-09-29 04:22:18,609 DEBUG Popping from q - planetlab3.upc.es
-2006-09-29 04:22:18,610 DEBUG Popping from q - node1.lbnl.nodes.planet-lab.org
-2006-09-29 04:22:18,611 DEBUG Found tickets for planet2.cs.ucsb.edu
-2006-09-29 04:22:18,612 DEBUG Popping from q - planetlab1.iitr.ernet.in
-2006-09-29 04:22:18,613 DEBUG Popping from q - planetlab1.ipls.internet2.planet-lab.org
-2006-09-29 04:22:18,614 DEBUG Popping from q - planetlab2.uvic.ca
-2006-09-29 04:22:18,616 DEBUG Popping from q - planetlab01.erin.utoronto.ca
-2006-09-29 04:22:18,617 DEBUG Popping from q - planetlab-4.ece.iastate.edu
-2006-09-29 04:22:18,619 DEBUG Popping from q - planetlab2.informatik.uni-goettingen.de
-2006-09-29 04:22:18,620 DEBUG Popping from q - ds-pl1.technion.ac.il
-2006-09-29 04:22:18,621 DEBUG Found tickets for planetlab2.uvic.ca
-2006-09-29 04:22:18,622 DEBUG Popping from q - planetlab1.mnl.cs.sunysb.edu
-2006-09-29 04:22:18,623 DEBUG Popping from q - aladdin.planetlab.extranet.uni-passau.de
-2006-09-29 04:22:18,625 DEBUG Found tickets for planetlab-4.ece.iastate.edu
-2006-09-29 04:22:18,625 DEBUG Popping from q - planetlab-1.cs.uni-paderborn.de
-2006-09-29 04:22:18,626 DEBUG Found tickets for planetlab2.informatik.uni-goettingen.de
-2006-09-29 04:22:18,626 DEBUG Popping from q - planet1.njit.edu
-2006-09-29 04:22:18,628 DEBUG Popping from q - pku2.6planetlab.edu.cn
-2006-09-29 04:22:18,629 DEBUG Found tickets for planetlab1.mnl.cs.sunysb.edu
-2006-09-29 04:22:18,630 DEBUG Popping from q - planetlab-1.cs.ucy.ac.cy
-2006-09-29 04:22:18,631 DEBUG Popping from q - planetlab00.cse.psu.edu
-2006-09-29 04:22:18,632 DEBUG Popping from q - planetlab04.ethz.ch
-2006-09-29 04:22:18,634 DEBUG Popping from q - sdu2.6planetlab.edu.cn
-2006-09-29 04:22:18,635 DEBUG Popping from q - planet-lab.iki.rssi.ru
-2006-09-29 04:22:18,637 DEBUG Popping from q - planetlab1.polito.it
-2006-09-29 04:22:18,638 DEBUG Found tickets for sdu2.6planetlab.edu.cn
-2006-09-29 04:22:18,639 DEBUG Popping from q - planetlab1.uvic.ca
-2006-09-29 04:22:18,640 DEBUG Found tickets for planet-lab.iki.rssi.ru
-2006-09-29 04:22:18,640 DEBUG Popping from q - planetlab1.cs.byu.edu
-2006-09-29 04:22:18,641 DEBUG Popping from q - planetlab-1.amst.nodes.planet-lab.org
-2006-09-29 04:22:18,643 DEBUG Found tickets for planetlab1.polito.it
-2006-09-29 04:22:18,643 DEBUG Popping from q - cloudburst.uwaterloo.ca
-2006-09-29 04:22:18,644 DEBUG Found tickets for planetlab04.ethz.ch
-2006-09-29 04:22:18,645 DEBUG Popping from q - planet2.cs.rochester.edu
-2006-09-29 04:22:18,646 DEBUG Popping from q - planetlab1.xeno.cl.cam.ac.uk
-2006-09-29 04:22:18,648 DEBUG Popping from q - lycra.cs.princeton.edu
-2006-09-29 04:22:18,649 DEBUG Found tickets for planetlab1.uvic.ca
-2006-09-29 04:22:18,649 DEBUG Popping from q - planetlab06.mpi-sws.mpg.de
-2006-09-29 04:22:18,650 DEBUG Found tickets for cloudburst.uwaterloo.ca
-2006-09-29 04:22:18,651 DEBUG Popping from q - planetlab1.ias.csusb.edu
-2006-09-29 04:22:18,652 DEBUG Found tickets for planet2.cs.rochester.edu
-2006-09-29 04:22:18,653 DEBUG Popping from q - vayu.iitd.ernet.in
-2006-09-29 04:22:18,654 DEBUG Found tickets for lycra.cs.princeton.edu
-2006-09-29 04:22:18,654 DEBUG Popping from q - node2.lbnl.nodes.planet-lab.org
-2006-09-29 04:22:18,655 DEBUG Popping from q - planetlab2.cs.byu.edu
-2006-09-29 04:22:18,656 DEBUG Popping from q - cqu1.6planetlab.edu.cn
-2006-09-29 04:22:18,658 DEBUG Found tickets for planetlab1.ias.csusb.edu
-2006-09-29 04:22:18,658 DEBUG Popping from q - planetlab2.acis.ufl.edu
-2006-09-29 04:22:18,660 DEBUG Popping from q - planetlab1.cs.unibo.it
-2006-09-29 04:22:18,661 DEBUG Popping from q - tju2.6planetlab.edu.cn
-2006-09-29 04:22:18,662 DEBUG Popping from q - orbpl1.rutgers.edu
-2006-09-29 04:22:18,663 DEBUG Found tickets for cqu1.6planetlab.edu.cn
-2006-09-29 04:22:18,664 DEBUG Popping from q - ent1.cs.nccu.edu.tw
-2006-09-29 04:22:18,666 DEBUG Found tickets for planetlab1.cs.unibo.it
-2006-09-29 04:22:18,666 DEBUG Popping from q - planet0.jaist.ac.jp
-2006-09-29 04:22:18,667 DEBUG Found tickets for tju2.6planetlab.edu.cn
-2006-09-29 04:22:18,667 DEBUG Popping from q - planetlab1.informatik.uni-wuerzburg.de
-2006-09-29 04:22:18,668 DEBUG Found tickets for planetlab2.acis.ufl.edu
-2006-09-29 04:22:18,669 DEBUG Popping from q - planetlab3.warsaw.rd.tp.pl
-2006-09-29 04:22:18,670 DEBUG Found tickets for orbpl1.rutgers.edu
-2006-09-29 04:22:18,670 DEBUG Popping from q - planetlab0.ias.csusb.edu
-2006-09-29 04:22:18,671 DEBUG Found tickets for planet0.jaist.ac.jp
-2006-09-29 04:22:18,672 DEBUG Popping from q - planetlab-2.amst.nodes.planet-lab.org
-2006-09-29 04:22:18,673 DEBUG Found tickets for planetlab1.informatik.uni-wuerzburg.de
-2006-09-29 04:22:18,673 DEBUG Popping from q - planetlab3.inria.fr
-2006-09-29 04:22:18,675 DEBUG Popping from q - 200-102-209-152.paemt7001.t.brasiltelecom.net.br
-2006-09-29 04:22:18,677 DEBUG Found tickets for ent1.cs.nccu.edu.tw
-2006-09-29 04:22:18,677 DEBUG Popping from q - planetlab-15.cs.princeton.edu
-2006-09-29 04:22:18,676 DEBUG Popping from q - planetlab3.mnl.cs.sunysb.edu
-2006-09-29 04:22:18,679 DEBUG Popping from q - ent2.cs.nccu.edu.tw
-2006-09-29 04:22:18,681 DEBUG Found tickets for 200-102-209-152.paemt7001.t.brasiltelecom.net.br
-2006-09-29 04:22:18,681 DEBUG Popping from q - planet-lab-2.csse.monash.edu.au
-2006-09-29 04:22:18,682 DEBUG Popping from q - planet1.ecse.rpi.edu
-2006-09-29 04:22:18,684 DEBUG Found tickets for planetlab0.ias.csusb.edu
-2006-09-29 04:22:18,684 DEBUG Popping from q - planetlab2.pop-mg.rnp.br
-2006-09-29 04:22:18,686 DEBUG Found tickets for ent2.cs.nccu.edu.tw
-2006-09-29 04:22:18,686 DEBUG Popping from q - planetlab-2.unk.edu
-2006-09-29 04:22:18,687 DEBUG Found tickets for planet1.ecse.rpi.edu
-2006-09-29 04:22:18,688 DEBUG Popping from q - planetlab2.rdfrancetelecom.com
-2006-09-29 04:22:18,689 DEBUG Popping from q - planetlab1.eurecom.fr
-2006-09-29 04:22:18,690 DEBUG Found tickets for planet-lab-2.csse.monash.edu.au
-2006-09-29 04:22:18,690 DEBUG Popping from q - planetlab1.cs.virginia.edu
-2006-09-29 04:22:18,692 DEBUG Found tickets for planetlab2.pop-mg.rnp.br
-2006-09-29 04:22:18,692 DEBUG Popping from q - tju1.6planetlab.edu.cn
-2006-09-29 04:22:18,694 DEBUG Popping from q - planetlab-3.amst.nodes.planet-lab.org
-2006-09-29 04:22:18,695 DEBUG Found tickets for planetlab2.rdfrancetelecom.com
-2006-09-29 04:22:18,695 DEBUG Popping from q - planetlab2.iitr.ernet.in
-2006-09-29 04:22:18,696 DEBUG Found tickets for planetlab1.eurecom.fr
-2006-09-29 04:22:18,697 DEBUG Popping from q - planetlab1.georgetown.edu
-2006-09-29 04:22:18,698 DEBUG Popping from q - planet1.inf.tu-dresden.de
-2006-09-29 04:22:18,700 DEBUG Found tickets for tju1.6planetlab.edu.cn
-2006-09-29 04:22:18,700 DEBUG Popping from q - alice.cs.princeton.edu
-2006-09-29 04:22:18,701 DEBUG Found tickets for planetlab1.georgetown.edu
-2006-09-29 04:22:18,701 DEBUG Popping from q - planetlab02.erin.utoronto.ca
-2006-09-29 04:22:18,702 DEBUG Popping from q - planetlab-1.vuse.vanderbilt.edu
-2006-09-29 04:22:18,704 DEBUG Popping from q - planetlab3.uvic.ca
-2006-09-29 04:22:18,705 DEBUG Popping from q - scut2.6planetlab.edu.cn
-2006-09-29 04:22:18,707 DEBUG Found tickets for planetlab-1.vuse.vanderbilt.edu
-2006-09-29 04:22:18,707 DEBUG Popping from q - planetlab1.swidnik.rd.tp.pl
-2006-09-29 04:22:18,708 DEBUG Found tickets for alice.cs.princeton.edu
-2006-09-29 04:22:18,709 DEBUG Popping from q - planet2.cdacb.ernet.in
-2006-09-29 04:22:18,710 DEBUG Found tickets for planetlab3.uvic.ca
-2006-09-29 04:22:18,710 DEBUG Popping from q - planetlab1.rdfrancetelecom.com
-2006-09-29 04:22:18,712 DEBUG Found tickets for scut2.6planetlab.edu.cn
-2006-09-29 04:22:18,712 DEBUG Popping from q - planet02.csc.ncsu.edu
-2006-09-29 04:22:18,713 DEBUG Popping from q - planet2.inf.tu-dresden.de
-2006-09-29 04:22:18,715 DEBUG Found tickets for planetlab1.swidnik.rd.tp.pl
-2006-09-29 04:22:18,715 DEBUG Popping from q - planetlab-1.tssg.org
-2006-09-29 04:22:18,716 DEBUG Found tickets for planetlab1.rdfrancetelecom.com
-2006-09-29 04:22:18,717 DEBUG Popping from q - planetlab-2.vuse.vanderbilt.edu
-2006-09-29 04:22:18,718 DEBUG Found tickets for planet2.cdacb.ernet.in
-2006-09-29 04:22:18,718 DEBUG Popping from q - planetlab-11.cs.princeton.edu
-2006-09-29 04:22:18,719 DEBUG Popping from q - planet03.csc.ncsu.edu
-2006-09-29 04:22:18,720 DEBUG Popping from q - planetlab1.pop-rj.rnp.br
-2006-09-29 04:22:18,722 DEBUG Found tickets for planetlab-2.vuse.vanderbilt.edu
-2006-09-29 04:22:18,723 DEBUG Popping from q - planet1.halifax.canet4.nodes.planet-lab.org
-2006-09-29 04:22:18,724 DEBUG Popping from q - planetlab2.uc.edu
-2006-09-29 04:22:18,725 DEBUG Popping from q - planet1.cavite.nodes.planet-lab.org
-2006-09-29 04:22:18,726 DEBUG Found tickets for planetlab-1.tssg.org
-2006-09-29 04:22:18,727 DEBUG Popping from q - ds-pl3.technion.ac.il
-2006-09-29 04:22:18,728 DEBUG Found tickets for planetlab1.pop-rj.rnp.br
-2006-09-29 04:22:18,728 DEBUG Popping from q - planetlab2.cs.purdue.edu
-2006-09-29 04:22:18,730 DEBUG Found tickets for ds-pl3.technion.ac.il
-2006-09-29 04:22:18,730 DEBUG Popping from q - planetlab3.millennium.berkeley.edu
-2006-09-29 04:22:18,732 DEBUG Popping from q - planetlab1.unl.edu
-2006-09-29 04:22:18,733 DEBUG Popping from q - planetlab1.cs.colorado.edu
-2006-09-29 04:22:18,734 DEBUG Popping from q - planetlab02.cs.washington.edu
-2006-09-29 04:22:18,736 DEBUG Popping from q - pads21.cs.nthu.edu.tw
-2006-09-29 04:22:18,737 DEBUG Popping from q - orbpl2.rutgers.edu
-2006-09-29 04:22:18,739 DEBUG Popping from q - planetlab2.informatik.uni-erlangen.de
-2006-09-29 04:22:18,740 DEBUG Found tickets for planetlab1.unl.edu
-2006-09-29 04:22:18,740 DEBUG Popping from q - planetlab-01.ipv6.lip6.fr
-2006-09-29 04:22:18,741 DEBUG Found tickets for planetlab1.cs.colorado.edu
-2006-09-29 04:22:18,742 DEBUG Popping from q - pl2.ernet.in
-2006-09-29 04:22:18,743 DEBUG Found tickets for planetlab02.cs.washington.edu
-2006-09-29 04:22:18,743 DEBUG Popping from q - neu2.6planetlab.edu.cn
-2006-09-29 04:22:18,745 DEBUG Found tickets for orbpl2.rutgers.edu
-2006-09-29 04:22:18,745 DEBUG Popping from q - planetlab-2.cs.uni-paderborn.de
-2006-09-29 04:22:18,746 DEBUG Popping from q - planet5.cs.huji.ac.il
-2006-09-29 04:22:18,747 DEBUG Found tickets for planetlab-01.ipv6.lip6.fr
-2006-09-29 04:22:18,748 DEBUG Popping from q - planetlab1.elet.polimi.it
-2006-09-29 04:22:18,749 DEBUG Found tickets for planetlab2.informatik.uni-erlangen.de
-2006-09-29 04:22:18,749 DEBUG Popping from q - planetlab2.iiitb.ac.in
-2006-09-29 04:22:18,751 DEBUG Popping from q - server1.planetlab.iit-tech.net
-2006-09-29 04:22:18,753 DEBUG Popping from q - planetlab2.iitb.ac.in
-2006-09-29 04:22:18,754 DEBUG Popping from q - planetlab02.dis.unina.it
-2006-09-29 04:22:18,755 DEBUG Popping from q - planetlab-1.dis.uniroma1.it
-2006-09-29 04:22:18,756 DEBUG Popping from q - planetlab1.iitb.ac.in
-2006-09-29 04:22:18,758 DEBUG Found tickets for planetlab2.iitb.ac.in
-2006-09-29 04:22:18,759 DEBUG Popping from q - pku1.6planetlab.edu.cn
-2006-09-29 04:22:18,760 DEBUG Popping from q - planetlab1.warsaw.rd.tp.pl
-2006-09-29 04:22:18,761 DEBUG Found tickets for server1.planetlab.iit-tech.net
-2006-09-29 04:22:18,761 DEBUG Popping from q - planetlab1.cri.haifa.ac.il
-2006-09-29 04:22:18,763 DEBUG Popping from q - planetlab-2.cs.ucy.ac.cy
-2006-09-29 04:22:18,764 DEBUG Found tickets for planetlab1.iitb.ac.in
-2006-09-29 04:22:18,764 DEBUG Popping from q - pl1.ernet.in
-2006-09-29 04:22:18,765 DEBUG Found tickets for pku1.6planetlab.edu.cn
-2006-09-29 04:22:18,766 DEBUG Popping from q - planetlab2.georgetown.edu
-2006-09-29 04:22:18,767 DEBUG Popping from q - server2.planetlab.iit-tech.net
-2006-09-29 04:22:18,768 DEBUG Found tickets for planetlab1.cri.haifa.ac.il
-2006-09-29 04:22:18,769 DEBUG Popping from q - planetlab2.di.unito.it
-2006-09-29 04:22:18,770 DEBUG Popping from q - planetlab1.csee.usf.edu
-2006-09-29 04:22:18,772 DEBUG Popping from q - planetlab-2.dis.uniroma1.it
-2006-09-29 04:22:18,773 DEBUG Found tickets for planetlab2.georgetown.edu
-2006-09-29 04:22:18,773 DEBUG Popping from q - planetlab2.informatik.uni-kl.de
-2006-09-29 04:22:18,775 DEBUG Found tickets for server2.planetlab.iit-tech.net
-2006-09-29 04:22:18,775 DEBUG Popping from q - planet1.cs.rochester.edu
-2006-09-29 04:22:18,777 DEBUG Popping from q - planetlab1.rutgers.edu
-2006-09-29 04:22:18,778 DEBUG Popping from q - planetlab-2.ece.iastate.edu
-2006-09-29 04:22:18,779 DEBUG Popping from q - planetlab-1.sjce.nodes.planet-lab.org
-2006-09-29 04:22:18,780 DEBUG Found tickets for planetlab2.informatik.uni-kl.de
-2006-09-29 04:22:18,781 DEBUG Popping from q - planetlab2.ece.ucdavis.edu
-2006-09-29 04:22:18,783 DEBUG Popping from q - planetlab1.ie.cuhk.edu.hk
-2006-09-29 04:22:18,784 DEBUG Found tickets for planetlab1.rutgers.edu
-2006-09-29 04:22:18,784 DEBUG Popping from q - planetlab2lannion.elibel.tm.fr
-2006-09-29 04:22:18,785 DEBUG Found tickets for planetlab-1.sjce.nodes.planet-lab.org
-2006-09-29 04:22:18,786 DEBUG Popping from q - planetlab01.mpi-sws.mpg.de
-2006-09-29 04:22:18,787 DEBUG Popping from q - planetlab2.cs.duke.edu
-2006-09-29 04:22:18,789 DEBUG Found tickets for planetlab1.ie.cuhk.edu.hk
-2006-09-29 04:22:18,789 DEBUG Popping from q - planetlab1.rn.informatics.scitech.susx.ac.uk
-2006-09-29 04:22:18,790 DEBUG Popping from q - planetlab1.eee.hku.hk
-2006-09-29 04:22:18,791 DEBUG Popping from q - pads23.cs.nthu.edu.tw
-2006-09-29 04:22:18,792 DEBUG Found tickets for planet1.cs.rochester.edu
-2006-09-29 04:22:18,793 DEBUG Popping from q - planet2.halifax.canet4.nodes.planet-lab.org
-2006-09-29 04:22:18,794 DEBUG Found tickets for planetlab1.eee.hku.hk
-2006-09-29 04:22:18,794 DEBUG Popping from q - planetlab-2.tssg.org
-2006-09-29 04:22:18,796 DEBUG Found tickets for planetlab1.rn.informatics.scitech.susx.ac.uk
-2006-09-29 04:22:18,796 DEBUG Popping from q - 200-102-209-151.paemt7001.t.brasiltelecom.net.br
-2006-09-29 04:22:18,797 DEBUG Popping from q - planetlab2.poly.edu
-2006-09-29 04:22:18,799 DEBUG Found tickets for planetlab-2.tssg.org
-2006-09-29 04:22:18,800 DEBUG Popping from q - planetlab1.poly.edu
-2006-09-29 04:22:18,801 DEBUG Popping from q - planetlab2.net-research.org.uk
-2006-09-29 04:22:18,802 DEBUG Found tickets for planet2.halifax.canet4.nodes.planet-lab.org
-2006-09-29 04:22:18,802 DEBUG Popping from q - planetlab-2.imperial.ac.uk
-2006-09-29 04:22:18,804 DEBUG Popping from q - planetlab-1.imperial.ac.uk
-2006-09-29 04:22:18,805 DEBUG Popping from q - planetlab1.byu.edu
-2006-09-29 04:22:18,806 DEBUG Found tickets for 200-102-209-151.paemt7001.t.brasiltelecom.net.br
-2006-09-29 04:22:18,806 DEBUG Popping from q - planetlab1.cis.upenn.edu
-2006-09-29 04:22:18,808 DEBUG Found tickets for planetlab-2.imperial.ac.uk
-2006-09-29 04:22:18,809 DEBUG Popping from q - planetlab2.eee.hku.hk
-2006-09-29 04:22:18,810 DEBUG Found tickets for planetlab-1.imperial.ac.uk
-2006-09-29 04:22:18,810 DEBUG Found tickets for planetlab2.net-research.org.uk
-2006-09-29 04:42:18,369 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv
-2006-09-29 04:42:19,441 DEBUG Retrieved 705 hosts
-2006-09-29 04:42:19,448 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='drift%20%3E%201m'
-2006-09-29 04:42:19,602 DEBUG Retrieved 9 hosts
-2006-09-29 04:42:19,602 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='resptime%20%3E%200%20&&%20gbfree%20%3C%205'
-2006-09-29 04:42:19,759 DEBUG Retrieved 10 hosts
-2006-09-29 04:42:19,760 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='sshstatus%20%3E%202h'
-2006-09-29 04:42:20,119 DEBUG Retrieved 162 hosts
-2006-09-29 04:42:20,121 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='dns1udp%20%3E%2080%20&&%20dns2udp%20%3E%2080'
-2006-09-29 04:42:20,267 DEBUG Retrieved 6 hosts
-2006-09-29 04:42:20,268 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='filerw%3E0'
-2006-09-29 04:42:20,408 DEBUG Retrieved 2 hosts
-2006-09-29 04:42:20,411 DEBUG Popping from q - planetlab2.elet.polimi.it
-2006-09-29 04:42:20,412 DEBUG Popping from q - pli1-br-3.hpl.hp.com
-2006-09-29 04:42:20,413 DEBUG Popping from q - planetlab2.nbgisp.com
-2006-09-29 04:42:20,414 DEBUG Popping from q - planetlab2.cs.duke.edu
-2006-09-29 04:42:20,415 DEBUG Popping from q - planetlab1.cs.stir.ac.uk
-2006-09-29 04:42:20,416 DEBUG Found tickets for pli1-br-3.hpl.hp.com
-2006-09-29 04:42:20,417 DEBUG Popping from q - planetlab1.cse.msu.edu
-2006-09-29 04:42:20,418 DEBUG Popping from q - planetlab2.cse.msu.edu
-2006-09-29 04:42:20,419 DEBUG Popping from q - planetlab0.cs.stir.ac.uk
-2006-09-29 04:42:20,421 DEBUG Popping from q - planetlab1.informatik.uni-erlangen.de
-2006-09-29 04:42:20,422 DEBUG Popping from q - planetlab1.cs.purdue.edu
-2006-09-29 04:42:20,424 DEBUG Found tickets for planetlab1.cse.msu.edu
-2006-09-29 04:42:20,424 DEBUG Popping from q - planetlab1.een.orst.edu
-2006-09-29 04:42:20,425 DEBUG Found tickets for planetlab2.cse.msu.edu
-2006-09-29 04:42:20,426 DEBUG Popping from q - planetlab2.cs.columbia.edu
-2006-09-29 04:42:20,427 DEBUG Popping from q - planetlab1.win.trlabs.ca
-2006-09-29 04:42:20,428 DEBUG Popping from q - planetlab1.cs.duke.edu
-2006-09-29 04:42:20,429 DEBUG Popping from q - planetlab2.flux.utah.edu
-2006-09-29 04:42:20,430 DEBUG Found tickets for planetlab1.cs.purdue.edu
-2006-09-29 04:42:20,431 DEBUG Popping from q - planetlab3.cs.columbia.edu
-2006-09-29 04:42:20,433 DEBUG Popping from q - planetlab1.cs.columbia.edu
-2006-09-29 04:42:20,434 DEBUG Popping from q - planetlab3.flux.utah.edu
-2006-09-29 04:42:20,436 DEBUG Popping from q - planetlab-1.eecs.cwru.edu
-2006-09-29 04:42:20,437 DEBUG Popping from q - planetlab2.rutgers.edu
-2006-09-29 04:42:20,438 DEBUG Popping from q - vn3.cs.wustl.edu
-2006-09-29 04:42:20,440 DEBUG Popping from q - planetlab2.cri.haifa.ac.il
-2006-09-29 04:42:20,441 DEBUG Popping from q - soccf-planet-001.comp.nus.edu.sg
-2006-09-29 04:42:20,443 DEBUG Popping from q - planetlab01.cse.psu.edu
-2006-09-29 04:42:20,444 DEBUG Found tickets for planetlab2.rutgers.edu
-2006-09-29 04:42:20,444 DEBUG Popping from q - csu2.6planetlab.edu.cn
-2006-09-29 04:42:20,446 DEBUG Found tickets for vn3.cs.wustl.edu
-2006-09-29 04:42:20,446 DEBUG Popping from q - planet2.njit.edu
-2006-09-29 04:42:20,447 DEBUG Found tickets for planetlab2.cri.haifa.ac.il
-2006-09-29 04:42:20,447 DEBUG Popping from q - planetlab2.unl.edu
-2006-09-29 04:42:20,448 DEBUG Found tickets for soccf-planet-001.comp.nus.edu.sg
-2006-09-29 04:42:20,449 DEBUG Popping from q - planetlab1.cs.pitt.edu
-2006-09-29 04:42:20,450 DEBUG Found tickets for csu2.6planetlab.edu.cn
-2006-09-29 04:42:20,451 DEBUG Popping from q - planetlab-2.eecs.cwru.edu
-2006-09-29 04:42:20,452 DEBUG Popping from q - planetlab2.urv.net
-2006-09-29 04:42:20,453 DEBUG Found tickets for planet2.njit.edu
-2006-09-29 04:42:20,454 DEBUG Popping from q - planetlab7.csail.mit.edu
-2006-09-29 04:42:20,455 DEBUG Popping from q - buaa1.6planetlab.edu.cn
-2006-09-29 04:42:20,456 DEBUG Popping from q - ricepl-3.cs.rice.edu
-2006-09-29 04:42:20,458 DEBUG Popping from q - planet-lab-1.csse.monash.edu.au
-2006-09-29 04:42:20,459 DEBUG Popping from q - planetlab5.millennium.berkeley.edu
-2006-09-29 04:42:20,460 DEBUG Found tickets for planetlab7.csail.mit.edu
-2006-09-29 04:42:20,461 DEBUG Popping from q - planetlab1.pop-ce.rnp.br
-2006-09-29 04:42:20,462 DEBUG Popping from q - planetlab2.mnlab.cti.depaul.edu
-2006-09-29 04:42:20,463 DEBUG Found tickets for buaa1.6planetlab.edu.cn
-2006-09-29 04:42:20,464 DEBUG Popping from q - peace.ri.uni-tuebingen.de
-2006-09-29 04:42:20,465 DEBUG Popping from q - planetlab-8.cs.princeton.edu
-2006-09-29 04:42:20,466 DEBUG Found tickets for planetlab1.pop-ce.rnp.br
-2006-09-29 04:42:20,467 DEBUG Popping from q - planetlab2.ucsd.edu
-2006-09-29 04:42:20,468 DEBUG Popping from q - blast.uwaterloo.ca
-2006-09-29 04:42:20,470 DEBUG Found tickets for planetlab2.mnlab.cti.depaul.edu
-2006-09-29 04:42:20,470 DEBUG Popping from q - planetlab1.cs.wayne.edu
-2006-09-29 04:42:20,471 DEBUG Found tickets for planetlab-8.cs.princeton.edu
-2006-09-29 04:42:20,472 DEBUG Popping from q - pli1-br-3.hpl.hp.com
-2006-09-29 04:42:20,473 DEBUG Popping from q - planetlab2.eurecom.fr
-2006-09-29 04:42:20,474 DEBUG Found tickets for planetlab2.ucsd.edu
-2006-09-29 04:42:20,475 DEBUG Popping from q - planetlab1.di.unito.it
-2006-09-29 04:42:20,476 DEBUG Found tickets for blast.uwaterloo.ca
-2006-09-29 04:42:20,476 DEBUG Popping from q - planetlab2.simula.no
-2006-09-29 04:42:20,478 DEBUG Found tickets for planetlab1.cs.wayne.edu
-2006-09-29 04:42:20,478 DEBUG Popping from q - planetlab01.dis.unina.it
-2006-09-29 04:42:20,479 DEBUG Found tickets for pli1-br-3.hpl.hp.com
-2006-09-29 04:42:20,479 DEBUG Popping from q - planetlab1.flux.utah.edu
-2006-09-29 04:42:20,481 DEBUG Popping from q - planetlab-1.ece.iastate.edu
-2006-09-29 04:42:20,482 DEBUG Popping from q - sdu1.6planetlab.edu.cn
-2006-09-29 04:42:20,483 DEBUG Found tickets for planetlab1.di.unito.it
-2006-09-29 04:42:20,484 DEBUG Popping from q - planetlab4.upc.es
-2006-09-29 04:42:20,485 DEBUG Popping from q - planetlab-13.cs.princeton.edu
-2006-09-29 04:42:20,487 DEBUG Popping from q - planet1.cc.gt.atl.ga.us
-2006-09-29 04:42:20,488 DEBUG Found tickets for planetlab-1.ece.iastate.edu
-2006-09-29 04:42:20,489 DEBUG Popping from q - planetlab2.eecs.wsu.edu
-2006-09-29 04:42:20,490 DEBUG Found tickets for sdu1.6planetlab.edu.cn
-2006-09-29 04:42:20,490 DEBUG Popping from q - planet2.cs.ucsb.edu
-2006-09-29 04:42:20,491 DEBUG Popping from q - xjtu2.6planetlab.edu.cn
-2006-09-29 04:42:20,492 DEBUG Found tickets for planetlab-13.cs.princeton.edu
-2006-09-29 04:42:20,493 DEBUG Popping from q - planetlab3.upc.es
-2006-09-29 04:42:20,494 DEBUG Popping from q - node1.lbnl.nodes.planet-lab.org
-2006-09-29 04:42:20,496 DEBUG Popping from q - planetlab1.iitr.ernet.in
-2006-09-29 04:42:20,497 DEBUG Found tickets for planet2.cs.ucsb.edu
-2006-09-29 04:42:20,498 DEBUG Popping from q - planetlab1.ipls.internet2.planet-lab.org
-2006-09-29 04:42:20,499 DEBUG Popping from q - planetlab2.uvic.ca
-2006-09-29 04:42:20,500 DEBUG Popping from q - planetlab01.erin.utoronto.ca
-2006-09-29 04:42:20,501 DEBUG Popping from q - planetlab-4.ece.iastate.edu
-2006-09-29 04:42:20,503 DEBUG Popping from q - planetlab2.informatik.uni-goettingen.de
-2006-09-29 04:42:20,505 DEBUG Popping from q - ds-pl1.technion.ac.il
-2006-09-29 04:42:20,506 DEBUG Found tickets for planetlab2.uvic.ca
-2006-09-29 04:42:20,506 DEBUG Popping from q - planetlab1.mnl.cs.sunysb.edu
-2006-09-29 04:42:20,507 DEBUG Popping from q - aladdin.planetlab.extranet.uni-passau.de
-2006-09-29 04:42:20,509 DEBUG Found tickets for planetlab-4.ece.iastate.edu
-2006-09-29 04:42:20,509 DEBUG Popping from q - planetlab-1.cs.uni-paderborn.de
-2006-09-29 04:42:20,511 DEBUG Found tickets for planetlab2.informatik.uni-goettingen.de
-2006-09-29 04:42:20,511 DEBUG Popping from q - planet1.njit.edu
-2006-09-29 04:42:20,512 DEBUG Found tickets for planetlab1.mnl.cs.sunysb.edu
-2006-09-29 04:42:20,513 DEBUG Popping from q - pku2.6planetlab.edu.cn
-2006-09-29 04:42:20,514 DEBUG Popping from q - planetlab-1.cs.ucy.ac.cy
-2006-09-29 04:42:20,515 DEBUG Popping from q - planetlab00.cse.psu.edu
-2006-09-29 04:42:20,517 DEBUG Popping from q - planetlab04.ethz.ch
-2006-09-29 04:42:20,518 DEBUG Popping from q - sdu2.6planetlab.edu.cn
-2006-09-29 04:42:20,519 DEBUG Popping from q - planet-lab.iki.rssi.ru
-2006-09-29 04:42:20,521 DEBUG Popping from q - planetlab1.polito.it
-2006-09-29 04:42:20,522 DEBUG Popping from q - planetlab1.uvic.ca
-2006-09-29 04:42:20,524 DEBUG Found tickets for planetlab04.ethz.ch
-2006-09-29 04:42:20,524 DEBUG Popping from q - planetlab1.cs.byu.edu
-2006-09-29 04:42:20,525 DEBUG Found tickets for sdu2.6planetlab.edu.cn
-2006-09-29 04:42:20,526 DEBUG Popping from q - planetlab-1.amst.nodes.planet-lab.org
-2006-09-29 04:42:20,527 DEBUG Found tickets for planetlab1.uvic.ca
-2006-09-29 04:42:20,527 DEBUG Popping from q - cloudburst.uwaterloo.ca
-2006-09-29 04:42:20,528 DEBUG Found tickets for planet-lab.iki.rssi.ru
-2006-09-29 04:42:20,529 DEBUG Popping from q - planet2.cs.rochester.edu
-2006-09-29 04:42:20,530 DEBUG Found tickets for planetlab1.polito.it
-2006-09-29 04:42:20,530 DEBUG Popping from q - planetlab1.xeno.cl.cam.ac.uk
-2006-09-29 04:42:20,532 DEBUG Popping from q - lycra.cs.princeton.edu
-2006-09-29 04:42:20,533 DEBUG Popping from q - planetlab06.mpi-sws.mpg.de
-2006-09-29 04:42:20,535 DEBUG Found tickets for cloudburst.uwaterloo.ca
-2006-09-29 04:42:20,535 DEBUG Popping from q - planetlab1.ias.csusb.edu
-2006-09-29 04:42:20,536 DEBUG Found tickets for planet2.cs.rochester.edu
-2006-09-29 04:42:20,536 DEBUG Popping from q - vayu.iitd.ernet.in
-2006-09-29 04:42:20,537 DEBUG Popping from q - node2.lbnl.nodes.planet-lab.org
-2006-09-29 04:42:20,539 DEBUG Found tickets for lycra.cs.princeton.edu
-2006-09-29 04:42:20,539 DEBUG Popping from q - planetlab2.cs.byu.edu
-2006-09-29 04:42:20,541 DEBUG Popping from q - cqu1.6planetlab.edu.cn
-2006-09-29 04:42:20,542 DEBUG Popping from q - planetlab2.acis.ufl.edu
-2006-09-29 04:42:20,544 DEBUG Popping from q - planetlab1.cs.unibo.it
-2006-09-29 04:42:20,545 DEBUG Found tickets for cqu1.6planetlab.edu.cn
-2006-09-29 04:42:20,546 DEBUG Popping from q - tju2.6planetlab.edu.cn
-2006-09-29 04:42:20,547 DEBUG Found tickets for planetlab1.ias.csusb.edu
-2006-09-29 04:42:20,547 DEBUG Popping from q - orbpl1.rutgers.edu
-2006-09-29 04:42:20,549 DEBUG Found tickets for planetlab1.cs.unibo.it
-2006-09-29 04:42:20,549 DEBUG Popping from q - planet0.jaist.ac.jp
-2006-09-29 04:42:20,548 DEBUG Popping from q - ent1.cs.nccu.edu.tw
-2006-09-29 04:42:20,551 DEBUG Found tickets for planet0.jaist.ac.jp
-2006-09-29 04:42:20,552 DEBUG Popping from q - planetlab1.informatik.uni-wuerzburg.de
-2006-09-29 04:42:20,553 DEBUG Found tickets for tju2.6planetlab.edu.cn
-2006-09-29 04:42:20,554 DEBUG Popping from q - planetlab3.warsaw.rd.tp.pl
-2006-09-29 04:42:20,555 DEBUG Found tickets for ent1.cs.nccu.edu.tw
-2006-09-29 04:42:20,556 DEBUG Popping from q - planetlab0.ias.csusb.edu
-2006-09-29 04:42:20,556 DEBUG Found tickets for planetlab1.informatik.uni-wuerzburg.de
-2006-09-29 04:42:20,557 DEBUG Popping from q - planetlab-2.amst.nodes.planet-lab.org
-2006-09-29 04:42:20,558 DEBUG Found tickets for orbpl1.rutgers.edu
-2006-09-29 04:42:20,558 DEBUG Popping from q - planetlab3.inria.fr
-2006-09-29 04:42:20,559 DEBUG Found tickets for planetlab2.acis.ufl.edu
-2006-09-29 04:42:20,560 DEBUG Popping from q - planetlab3.mnl.cs.sunysb.edu
-2006-09-29 04:42:20,560 DEBUG Popping from q - 200-102-209-152.paemt7001.t.brasiltelecom.net.br
-2006-09-29 04:42:20,563 DEBUG Popping from q - planetlab-15.cs.princeton.edu
-2006-09-29 04:42:20,564 DEBUG Popping from q - ent2.cs.nccu.edu.tw
-2006-09-29 04:42:20,565 DEBUG Found tickets for 200-102-209-152.paemt7001.t.brasiltelecom.net.br
-2006-09-29 04:42:20,566 DEBUG Popping from q - planet-lab-2.csse.monash.edu.au
-2006-09-29 04:42:20,567 DEBUG Found tickets for planetlab0.ias.csusb.edu
-2006-09-29 04:42:20,567 DEBUG Popping from q - planet1.ecse.rpi.edu
-2006-09-29 04:42:20,568 DEBUG Found tickets for ent2.cs.nccu.edu.tw
-2006-09-29 04:42:20,568 DEBUG Popping from q - planetlab2.pop-mg.rnp.br
-2006-09-29 04:42:20,570 DEBUG Popping from q - planetlab-2.unk.edu
-2006-09-29 04:42:20,572 DEBUG Found tickets for planet-lab-2.csse.monash.edu.au
-2006-09-29 04:42:20,572 DEBUG Popping from q - planetlab2.rdfrancetelecom.com
-2006-09-29 04:42:20,573 DEBUG Popping from q - planetlab1.eurecom.fr
-2006-09-29 04:42:20,575 DEBUG Found tickets for planet1.ecse.rpi.edu
-2006-09-29 04:42:20,575 DEBUG Popping from q - planetlab1.cs.virginia.edu
-2006-09-29 04:42:20,576 DEBUG Found tickets for planetlab2.pop-mg.rnp.br
-2006-09-29 04:42:20,576 DEBUG Popping from q - tju1.6planetlab.edu.cn
-2006-09-29 04:42:20,577 DEBUG Popping from q - planetlab-3.amst.nodes.planet-lab.org
-2006-09-29 04:42:20,579 DEBUG Found tickets for planetlab1.eurecom.fr
-2006-09-29 04:42:20,580 DEBUG Popping from q - planetlab2.iitr.ernet.in
-2006-09-29 04:42:20,581 DEBUG Popping from q - planetlab1.georgetown.edu
-2006-09-29 04:42:20,582 DEBUG Found tickets for planetlab2.rdfrancetelecom.com
-2006-09-29 04:42:20,582 DEBUG Popping from q - planet1.inf.tu-dresden.de
-2006-09-29 04:42:20,583 DEBUG Found tickets for tju1.6planetlab.edu.cn
-2006-09-29 04:42:20,584 DEBUG Popping from q - alice.cs.princeton.edu
-2006-09-29 04:42:20,585 DEBUG Popping from q - planetlab02.erin.utoronto.ca
-2006-09-29 04:42:20,586 DEBUG Popping from q - planetlab-1.vuse.vanderbilt.edu
-2006-09-29 04:42:20,588 DEBUG Popping from q - planetlab3.uvic.ca
-2006-09-29 04:42:20,589 DEBUG Found tickets for planetlab1.georgetown.edu
-2006-09-29 04:42:20,590 DEBUG Popping from q - scut2.6planetlab.edu.cn
-2006-09-29 04:42:20,591 DEBUG Found tickets for alice.cs.princeton.edu
-2006-09-29 04:42:20,591 DEBUG Popping from q - planetlab1.swidnik.rd.tp.pl
-2006-09-29 04:42:20,593 DEBUG Found tickets for planetlab-1.vuse.vanderbilt.edu
-2006-09-29 04:42:20,593 DEBUG Popping from q - planet2.cdacb.ernet.in
-2006-09-29 04:42:20,595 DEBUG Found tickets for planetlab3.uvic.ca
-2006-09-29 04:42:20,595 DEBUG Popping from q - planet2.inf.tu-dresden.de
-2006-09-29 04:42:20,596 DEBUG Found tickets for scut2.6planetlab.edu.cn
-2006-09-29 04:42:20,597 DEBUG Popping from q - planet02.csc.ncsu.edu
-2006-09-29 04:42:20,598 DEBUG Found tickets for planet2.cdacb.ernet.in
-2006-09-29 04:42:20,598 DEBUG Popping from q - planetlab-1.tssg.org
-2006-09-29 04:42:20,595 DEBUG Popping from q - planetlab1.rdfrancetelecom.com
-2006-09-29 04:42:20,600 DEBUG Found tickets for planetlab1.swidnik.rd.tp.pl
-2006-09-29 04:42:20,600 DEBUG Popping from q - planetlab-2.vuse.vanderbilt.edu
-2006-09-29 04:42:20,602 DEBUG Popping from q - planetlab-11.cs.princeton.edu
-2006-09-29 04:42:20,604 DEBUG Found tickets for planetlab-1.tssg.org
-2006-09-29 04:42:20,604 DEBUG Popping from q - planet03.csc.ncsu.edu
-2006-09-29 04:42:20,605 DEBUG Popping from q - planetlab1.pop-rj.rnp.br
-2006-09-29 04:42:20,606 DEBUG Found tickets for planetlab-2.vuse.vanderbilt.edu
-2006-09-29 04:42:20,606 DEBUG Popping from q - planet1.halifax.canet4.nodes.planet-lab.org
-2006-09-29 04:42:20,607 DEBUG Found tickets for planetlab1.rdfrancetelecom.com
-2006-09-29 04:42:20,608 DEBUG Popping from q - planetlab2.uc.edu
-2006-09-29 04:42:20,610 DEBUG Popping from q - planet1.cavite.nodes.planet-lab.org
-2006-09-29 04:42:20,611 DEBUG Popping from q - ds-pl3.technion.ac.il
-2006-09-29 04:42:20,613 DEBUG Found tickets for planetlab1.pop-rj.rnp.br
-2006-09-29 04:42:20,613 DEBUG Popping from q - planetlab2.cs.purdue.edu
-2006-09-29 04:42:20,614 DEBUG Popping from q - planetlab3.millennium.berkeley.edu
-2006-09-29 04:42:20,615 DEBUG Popping from q - planetlab1.unl.edu
-2006-09-29 04:42:20,617 DEBUG Found tickets for ds-pl3.technion.ac.il
-2006-09-29 04:42:20,617 DEBUG Popping from q - planetlab1.cs.colorado.edu
-2006-09-29 04:42:20,619 DEBUG Popping from q - planetlab02.cs.washington.edu
-2006-09-29 04:42:20,620 DEBUG Popping from q - pads21.cs.nthu.edu.tw
-2006-09-29 04:42:20,621 DEBUG Found tickets for planetlab1.unl.edu
-2006-09-29 04:42:20,621 DEBUG Popping from q - orbpl2.rutgers.edu
-2006-09-29 04:42:20,623 DEBUG Found tickets for planetlab1.cs.colorado.edu
-2006-09-29 04:42:20,623 DEBUG Popping from q - planetlab2.informatik.uni-erlangen.de
-2006-09-29 04:42:20,624 DEBUG Popping from q - planetlab-01.ipv6.lip6.fr
-2006-09-29 04:42:20,625 DEBUG Popping from q - pl2.ernet.in
-2006-09-29 04:42:20,627 DEBUG Found tickets for planetlab02.cs.washington.edu
-2006-09-29 04:42:20,627 DEBUG Popping from q - neu2.6planetlab.edu.cn
-2006-09-29 04:42:20,629 DEBUG Found tickets for planetlab2.informatik.uni-erlangen.de
-2006-09-29 04:42:20,630 DEBUG Popping from q - planetlab-2.cs.uni-paderborn.de
-2006-09-29 04:42:20,631 DEBUG Found tickets for planetlab-01.ipv6.lip6.fr
-2006-09-29 04:42:20,631 DEBUG Popping from q - planet5.cs.huji.ac.il
-2006-09-29 04:42:20,632 DEBUG Popping from q - planetlab1.elet.polimi.it
-2006-09-29 04:42:20,633 DEBUG Found tickets for orbpl2.rutgers.edu
-2006-09-29 04:42:20,634 DEBUG Popping from q - planetlab2.iiitb.ac.in
-2006-09-29 04:42:20,635 DEBUG Popping from q - server1.planetlab.iit-tech.net
-2006-09-29 04:42:20,637 DEBUG Popping from q - planetlab2.iitb.ac.in
-2006-09-29 04:42:20,638 DEBUG Popping from q - planetlab02.dis.unina.it
-2006-09-29 04:42:20,639 DEBUG Popping from q - planetlab-1.dis.uniroma1.it
-2006-09-29 04:42:20,640 DEBUG Popping from q - planetlab1.iitb.ac.in
-2006-09-29 04:42:20,641 DEBUG Popping from q - pku1.6planetlab.edu.cn
-2006-09-29 04:42:20,643 DEBUG Found tickets for server1.planetlab.iit-tech.net
-2006-09-29 04:42:20,643 DEBUG Popping from q - planetlab1.warsaw.rd.tp.pl
-2006-09-29 04:42:20,645 DEBUG Found tickets for planetlab2.iitb.ac.in
-2006-09-29 04:42:20,645 DEBUG Popping from q - planetlab1.cri.haifa.ac.il
-2006-09-29 04:42:20,646 DEBUG Popping from q - planetlab-2.cs.ucy.ac.cy
-2006-09-29 04:42:20,648 DEBUG Found tickets for pku1.6planetlab.edu.cn
-2006-09-29 04:42:20,648 DEBUG Popping from q - pl1.ernet.in
-2006-09-29 04:42:20,649 DEBUG Found tickets for planetlab1.iitb.ac.in
-2006-09-29 04:42:20,649 DEBUG Popping from q - planetlab2.georgetown.edu
-2006-09-29 04:42:20,650 DEBUG Popping from q - server2.planetlab.iit-tech.net
-2006-09-29 04:42:20,652 DEBUG Found tickets for planetlab1.cri.haifa.ac.il
-2006-09-29 04:42:20,652 DEBUG Popping from q - planetlab2.di.unito.it
-2006-09-29 04:42:20,654 DEBUG Popping from q - planetlab1.csee.usf.edu
-2006-09-29 04:42:20,656 DEBUG Popping from q - planetlab-2.dis.uniroma1.it
-2006-09-29 04:42:20,657 DEBUG Found tickets for server2.planetlab.iit-tech.net
-2006-09-29 04:42:20,657 DEBUG Popping from q - planetlab2.informatik.uni-kl.de
-2006-09-29 04:42:20,658 DEBUG Found tickets for planetlab2.georgetown.edu
-2006-09-29 04:42:20,658 DEBUG Popping from q - planet1.cs.rochester.edu
-2006-09-29 04:42:20,660 DEBUG Popping from q - planetlab1.rutgers.edu
-2006-09-29 04:42:20,662 DEBUG Popping from q - planetlab-2.ece.iastate.edu
-2006-09-29 04:42:20,663 DEBUG Popping from q - planetlab-1.sjce.nodes.planet-lab.org
-2006-09-29 04:42:20,664 DEBUG Found tickets for planetlab2.informatik.uni-kl.de
-2006-09-29 04:42:20,664 DEBUG Popping from q - planetlab2.ece.ucdavis.edu
-2006-09-29 04:42:20,665 DEBUG Found tickets for planet1.cs.rochester.edu
-2006-09-29 04:42:20,666 DEBUG Popping from q - planetlab1.ie.cuhk.edu.hk
-2006-09-29 04:42:20,668 DEBUG Found tickets for planetlab1.rutgers.edu
-2006-09-29 04:42:20,669 DEBUG Popping from q - planetlab2lannion.elibel.tm.fr
-2006-09-29 04:42:20,670 DEBUG Popping from q - planetlab01.mpi-sws.mpg.de
-2006-09-29 04:42:20,671 DEBUG Popping from q - planetlab2.cs.duke.edu
-2006-09-29 04:42:20,672 DEBUG Found tickets for planetlab-1.sjce.nodes.planet-lab.org
-2006-09-29 04:42:20,672 DEBUG Popping from q - planetlab1.rn.informatics.scitech.susx.ac.uk
-2006-09-29 04:42:20,673 DEBUG Found tickets for planetlab1.ie.cuhk.edu.hk
-2006-09-29 04:42:20,673 DEBUG Popping from q - planetlab1.eee.hku.hk
-2006-09-29 04:42:20,675 DEBUG Popping from q - pads23.cs.nthu.edu.tw
-2006-09-29 04:42:20,676 DEBUG Popping from q - planet2.halifax.canet4.nodes.planet-lab.org
-2006-09-29 04:42:20,677 DEBUG Popping from q - planetlab-2.tssg.org
-2006-09-29 04:42:20,679 DEBUG Found tickets for planetlab1.rn.informatics.scitech.susx.ac.uk
-2006-09-29 04:42:20,679 DEBUG Popping from q - 200-102-209-151.paemt7001.t.brasiltelecom.net.br
-2006-09-29 04:42:20,681 DEBUG Popping from q - planetlab2.poly.edu
-2006-09-29 04:42:20,682 DEBUG Found tickets for planet2.halifax.canet4.nodes.planet-lab.org
-2006-09-29 04:42:20,683 DEBUG Popping from q - planetlab1.poly.edu
-2006-09-29 04:42:20,684 DEBUG Found tickets for planetlab1.eee.hku.hk
-2006-09-29 04:42:20,684 DEBUG Popping from q - planetlab2.net-research.org.uk
-2006-09-29 04:42:20,685 DEBUG Found tickets for planetlab-2.tssg.org
-2006-09-29 04:42:20,686 DEBUG Popping from q - planetlab-2.imperial.ac.uk
-2006-09-29 04:42:20,687 DEBUG Found tickets for 200-102-209-151.paemt7001.t.brasiltelecom.net.br
-2006-09-29 04:42:20,688 DEBUG Popping from q - planetlab-1.imperial.ac.uk
-2006-09-29 04:42:20,689 DEBUG Popping from q - planetlab1.byu.edu
-2006-09-29 04:42:20,690 DEBUG Popping from q - planetlab1.cis.upenn.edu
-2006-09-29 04:42:20,691 DEBUG Found tickets for planetlab2.net-research.org.uk
-2006-09-29 04:42:20,692 DEBUG Popping from q - planetlab2.eee.hku.hk
-2006-09-29 04:42:20,693 DEBUG Found tickets for planetlab-2.imperial.ac.uk
-2006-09-29 04:42:20,694 DEBUG Found tickets for planetlab-1.imperial.ac.uk
-2006-09-29 05:02:20,253 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv
-2006-09-29 05:02:21,340 DEBUG Retrieved 705 hosts
-2006-09-29 05:02:21,347 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='drift%20%3E%201m'
-2006-09-29 05:02:21,498 DEBUG Retrieved 8 hosts
-2006-09-29 05:02:21,499 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='resptime%20%3E%200%20&&%20gbfree%20%3C%205'
-2006-09-29 05:02:21,662 DEBUG Retrieved 10 hosts
-2006-09-29 05:02:21,663 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='sshstatus%20%3E%202h'
-2006-09-29 05:02:22,036 DEBUG Retrieved 162 hosts
-2006-09-29 05:02:22,037 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='dns1udp%20%3E%2080%20&&%20dns2udp%20%3E%2080'
-2006-09-29 05:02:22,187 DEBUG Retrieved 6 hosts
-2006-09-29 05:02:22,188 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='filerw%3E0'
-2006-09-29 05:02:22,341 DEBUG Retrieved 2 hosts
-2006-09-29 05:02:22,344 DEBUG Popping from q - planetlab2.elet.polimi.it
-2006-09-29 05:02:22,345 DEBUG Popping from q - pli1-br-3.hpl.hp.com
-2006-09-29 05:02:22,345 DEBUG Popping from q - planetlab2.nbgisp.com
-2006-09-29 05:02:22,346 DEBUG Popping from q - planetlab1.cs.stir.ac.uk
-2006-09-29 05:02:22,347 DEBUG Popping from q - planetlab1.cse.msu.edu
-2006-09-29 05:02:22,349 DEBUG Popping from q - planetlab2.cse.msu.edu
-2006-09-29 05:02:22,351 DEBUG Popping from q - planetlab0.cs.stir.ac.uk
-2006-09-29 05:02:22,350 DEBUG Found tickets for pli1-br-3.hpl.hp.com
-2006-09-29 05:02:22,352 DEBUG Popping from q - planetlab1.informatik.uni-erlangen.de
-2006-09-29 05:02:22,353 DEBUG Found tickets for planetlab1.cse.msu.edu
-2006-09-29 05:02:22,353 DEBUG Popping from q - planetlab1.cs.purdue.edu
-2006-09-29 05:02:22,355 DEBUG Found tickets for planetlab2.cse.msu.edu
-2006-09-29 05:02:22,355 DEBUG Popping from q - planetlab1.een.orst.edu
-2006-09-29 05:02:22,357 DEBUG Popping from q - planetlab2.cs.columbia.edu
-2006-09-29 05:02:22,358 DEBUG Popping from q - planetlab1.win.trlabs.ca
-2006-09-29 05:02:22,360 DEBUG Popping from q - planetlab1.cs.duke.edu
-2006-09-29 05:02:22,361 DEBUG Found tickets for planetlab1.cs.purdue.edu
-2006-09-29 05:02:22,361 DEBUG Popping from q - planetlab2.flux.utah.edu
-2006-09-29 05:02:22,363 DEBUG Popping from q - planetlab3.cs.columbia.edu
-2006-09-29 05:02:22,364 DEBUG Popping from q - planetlab1.cs.columbia.edu
-2006-09-29 05:02:22,366 DEBUG Popping from q - planetlab-1.eecs.cwru.edu
-2006-09-29 05:02:22,365 DEBUG Popping from q - planetlab3.flux.utah.edu
-2006-09-29 05:02:22,369 DEBUG Popping from q - vn3.cs.wustl.edu
-2006-09-29 05:02:22,367 DEBUG Popping from q - planetlab2.rutgers.edu
-2006-09-29 05:02:22,371 DEBUG Popping from q - planetlab2.cri.haifa.ac.il
-2006-09-29 05:02:22,373 DEBUG Popping from q - soccf-planet-001.comp.nus.edu.sg
-2006-09-29 05:02:22,374 DEBUG Popping from q - planetlab01.cse.psu.edu
-2006-09-29 05:02:22,376 DEBUG Found tickets for vn3.cs.wustl.edu
-2006-09-29 05:02:22,376 DEBUG Popping from q - csu2.6planetlab.edu.cn
-2006-09-29 05:02:22,377 DEBUG Found tickets for planetlab2.rutgers.edu
-2006-09-29 05:02:22,378 DEBUG Popping from q - planet2.njit.edu
-2006-09-29 05:02:22,379 DEBUG Found tickets for planetlab2.cri.haifa.ac.il
-2006-09-29 05:02:22,379 DEBUG Popping from q - planetlab2.unl.edu
-2006-09-29 05:02:22,380 DEBUG Popping from q - planetlab1.cs.pitt.edu
-2006-09-29 05:02:22,381 DEBUG Found tickets for soccf-planet-001.comp.nus.edu.sg
-2006-09-29 05:02:22,382 DEBUG Popping from q - planetlab-2.eecs.cwru.edu
-2006-09-29 05:02:22,384 DEBUG Found tickets for csu2.6planetlab.edu.cn
-2006-09-29 05:02:22,384 DEBUG Popping from q - planetlab2.urv.net
-2006-09-29 05:02:22,385 DEBUG Found tickets for planet2.njit.edu
-2006-09-29 05:02:22,385 DEBUG Popping from q - planetlab7.csail.mit.edu
-2006-09-29 05:02:22,386 DEBUG Popping from q - buaa1.6planetlab.edu.cn
-2006-09-29 05:02:22,388 DEBUG Popping from q - ricepl-3.cs.rice.edu
-2006-09-29 05:02:22,389 DEBUG Popping from q - planet-lab-1.csse.monash.edu.au
-2006-09-29 05:02:22,391 DEBUG Popping from q - planetlab5.millennium.berkeley.edu
-2006-09-29 05:02:22,392 DEBUG Found tickets for planetlab7.csail.mit.edu
-2006-09-29 05:02:22,392 DEBUG Popping from q - planetlab1.pop-ce.rnp.br
-2006-09-29 05:02:22,394 DEBUG Popping from q - planetlab2.mnlab.cti.depaul.edu
-2006-09-29 05:02:22,395 DEBUG Found tickets for buaa1.6planetlab.edu.cn
-2006-09-29 05:02:22,396 DEBUG Popping from q - peace.ri.uni-tuebingen.de
-2006-09-29 05:02:22,397 DEBUG Popping from q - planetlab-8.cs.princeton.edu
-2006-09-29 05:02:22,398 DEBUG Popping from q - planetlab2.ucsd.edu
-2006-09-29 05:02:22,400 DEBUG Found tickets for planetlab1.pop-ce.rnp.br
-2006-09-29 05:02:22,400 DEBUG Popping from q - blast.uwaterloo.ca
-2006-09-29 05:02:22,402 DEBUG Found tickets for planetlab2.mnlab.cti.depaul.edu
-2006-09-29 05:02:22,402 DEBUG Popping from q - planetlab1.cs.wayne.edu
-2006-09-29 05:02:22,403 DEBUG Popping from q - pli1-br-3.hpl.hp.com
-2006-09-29 05:02:22,404 DEBUG Found tickets for planetlab-8.cs.princeton.edu
-2006-09-29 05:02:22,405 DEBUG Popping from q - planetlab2.eurecom.fr
-2006-09-29 05:02:22,406 DEBUG Found tickets for planetlab2.ucsd.edu
-2006-09-29 05:02:22,406 DEBUG Popping from q - planetlab1.di.unito.it
-2006-09-29 05:02:22,408 DEBUG Found tickets for blast.uwaterloo.ca
-2006-09-29 05:02:22,408 DEBUG Popping from q - planetlab2.simula.no
-2006-09-29 05:02:22,409 DEBUG Found tickets for planetlab1.cs.wayne.edu
-2006-09-29 05:02:22,409 DEBUG Popping from q - planetlab01.dis.unina.it
-2006-09-29 05:02:22,410 DEBUG Found tickets for pli1-br-3.hpl.hp.com
-2006-09-29 05:02:22,411 DEBUG Popping from q - planetlab1.flux.utah.edu
-2006-09-29 05:02:22,413 DEBUG Popping from q - planetlab-1.ece.iastate.edu
-2006-09-29 05:02:22,414 DEBUG Found tickets for planetlab1.di.unito.it
-2006-09-29 05:02:22,415 DEBUG Popping from q - sdu1.6planetlab.edu.cn
-2006-09-29 05:02:22,416 DEBUG Popping from q - planetlab4.upc.es
-2006-09-29 05:02:22,417 DEBUG Popping from q - planetlab-13.cs.princeton.edu
-2006-09-29 05:02:22,418 DEBUG Popping from q - planet1.cc.gt.atl.ga.us
-2006-09-29 05:02:22,420 DEBUG Found tickets for sdu1.6planetlab.edu.cn
-2006-09-29 05:02:22,420 DEBUG Popping from q - planetlab2.eecs.wsu.edu
-2006-09-29 05:02:22,421 DEBUG Found tickets for planetlab-13.cs.princeton.edu
-2006-09-29 05:02:22,422 DEBUG Popping from q - planet2.cs.ucsb.edu
-2006-09-29 05:02:22,423 DEBUG Found tickets for planetlab-1.ece.iastate.edu
-2006-09-29 05:02:22,423 DEBUG Popping from q - xjtu2.6planetlab.edu.cn
-2006-09-29 05:02:22,424 DEBUG Popping from q - planetlab3.upc.es
-2006-09-29 05:02:22,425 DEBUG Popping from q - node1.lbnl.nodes.planet-lab.org
-2006-09-29 05:02:22,427 DEBUG Popping from q - planetlab1.iitr.ernet.in
-2006-09-29 05:02:22,429 DEBUG Found tickets for planet2.cs.ucsb.edu
-2006-09-29 05:02:22,429 DEBUG Popping from q - planetlab1.ipls.internet2.planet-lab.org
-2006-09-29 05:02:22,430 DEBUG Popping from q - planetlab2.uvic.ca
-2006-09-29 05:02:22,432 DEBUG Popping from q - planetlab01.erin.utoronto.ca
-2006-09-29 05:02:22,433 DEBUG Popping from q - planetlab-4.ece.iastate.edu
-2006-09-29 05:02:22,435 DEBUG Popping from q - planetlab2.informatik.uni-goettingen.de
-2006-09-29 05:02:22,436 DEBUG Popping from q - ds-pl1.technion.ac.il
-2006-09-29 05:02:22,437 DEBUG Found tickets for planetlab2.uvic.ca
-2006-09-29 05:02:22,438 DEBUG Popping from q - planetlab1.mnl.cs.sunysb.edu
-2006-09-29 05:02:22,439 DEBUG Popping from q - aladdin.planetlab.extranet.uni-passau.de
-2006-09-29 05:02:22,441 DEBUG Found tickets for planetlab-4.ece.iastate.edu
-2006-09-29 05:02:22,441 DEBUG Popping from q - planetlab-1.cs.uni-paderborn.de
-2006-09-29 05:02:22,442 DEBUG Found tickets for planetlab2.informatik.uni-goettingen.de
-2006-09-29 05:02:22,442 DEBUG Popping from q - planet1.njit.edu
-2006-09-29 05:02:22,443 DEBUG Popping from q - pku2.6planetlab.edu.cn
-2006-09-29 05:02:22,444 DEBUG Found tickets for planetlab1.mnl.cs.sunysb.edu
-2006-09-29 05:02:22,445 DEBUG Popping from q - planetlab-1.cs.ucy.ac.cy
-2006-09-29 05:02:22,447 DEBUG Popping from q - planetlab00.cse.psu.edu
-2006-09-29 05:02:22,448 DEBUG Popping from q - planetlab04.ethz.ch
-2006-09-29 05:02:22,449 DEBUG Popping from q - sdu2.6planetlab.edu.cn
-2006-09-29 05:02:22,451 DEBUG Popping from q - planet-lab.iki.rssi.ru
-2006-09-29 05:02:22,452 DEBUG Popping from q - planetlab1.polito.it
-2006-09-29 05:02:22,454 DEBUG Popping from q - planetlab1.uvic.ca
-2006-09-29 05:02:22,455 DEBUG Found tickets for sdu2.6planetlab.edu.cn
-2006-09-29 05:02:22,455 DEBUG Popping from q - planetlab1.cs.byu.edu
-2006-09-29 05:02:22,456 DEBUG Found tickets for planetlab04.ethz.ch
-2006-09-29 05:02:22,457 DEBUG Popping from q - planetlab-1.amst.nodes.planet-lab.org
-2006-09-29 05:02:22,458 DEBUG Found tickets for planetlab1.polito.it
-2006-09-29 05:02:22,459 DEBUG Popping from q - cloudburst.uwaterloo.ca
-2006-09-29 05:02:22,460 DEBUG Found tickets for planet-lab.iki.rssi.ru
-2006-09-29 05:02:22,460 DEBUG Popping from q - planet2.cs.rochester.edu
-2006-09-29 05:02:22,461 DEBUG Found tickets for planetlab1.uvic.ca
-2006-09-29 05:02:22,461 DEBUG Popping from q - planetlab1.xeno.cl.cam.ac.uk
-2006-09-29 05:02:22,463 DEBUG Popping from q - lycra.cs.princeton.edu
-2006-09-29 05:02:22,465 DEBUG Popping from q - planetlab06.mpi-sws.mpg.de
-2006-09-29 05:02:22,466 DEBUG Found tickets for cloudburst.uwaterloo.ca
-2006-09-29 05:02:22,466 DEBUG Popping from q - planetlab1.ias.csusb.edu
-2006-09-29 05:02:22,467 DEBUG Found tickets for planet2.cs.rochester.edu
-2006-09-29 05:02:22,468 DEBUG Popping from q - vayu.iitd.ernet.in
-2006-09-29 05:02:22,469 DEBUG Popping from q - node2.lbnl.nodes.planet-lab.org
-2006-09-29 05:02:22,471 DEBUG Found tickets for lycra.cs.princeton.edu
-2006-09-29 05:02:22,471 DEBUG Popping from q - planetlab2.cs.byu.edu
-2006-09-29 05:02:22,473 DEBUG Popping from q - cqu1.6planetlab.edu.cn
-2006-09-29 05:02:22,474 DEBUG Found tickets for planetlab1.ias.csusb.edu
-2006-09-29 05:02:22,474 DEBUG Popping from q - planetlab2.acis.ufl.edu
-2006-09-29 05:02:22,475 DEBUG Popping from q - planetlab1.cs.unibo.it
-2006-09-29 05:02:22,476 DEBUG Popping from q - tju2.6planetlab.edu.cn
-2006-09-29 05:02:22,478 DEBUG Popping from q - orbpl1.rutgers.edu
-2006-09-29 05:02:22,479 DEBUG Found tickets for cqu1.6planetlab.edu.cn
-2006-09-29 05:02:22,480 DEBUG Popping from q - ent1.cs.nccu.edu.tw
-2006-09-29 05:02:22,482 DEBUG Found tickets for orbpl1.rutgers.edu
-2006-09-29 05:02:22,482 DEBUG Popping from q - planet0.jaist.ac.jp
-2006-09-29 05:02:22,483 DEBUG Found tickets for planetlab1.cs.unibo.it
-2006-09-29 05:02:22,484 DEBUG Found tickets for ent1.cs.nccu.edu.tw
-2006-09-29 05:02:22,484 DEBUG Popping from q - planetlab3.warsaw.rd.tp.pl
-2006-09-29 05:02:22,483 DEBUG Popping from q - planetlab1.informatik.uni-wuerzburg.de
-2006-09-29 05:02:22,486 DEBUG Found tickets for tju2.6planetlab.edu.cn
-2006-09-29 05:02:22,486 DEBUG Popping from q - planetlab0.ias.csusb.edu
-2006-09-29 05:02:22,487 DEBUG Found tickets for planetlab2.acis.ufl.edu
-2006-09-29 05:02:22,487 DEBUG Popping from q - planetlab-2.amst.nodes.planet-lab.org
-2006-09-29 05:02:22,489 DEBUG Popping from q - planetlab3.inria.fr
-2006-09-29 05:02:22,490 DEBUG Found tickets for planetlab1.informatik.uni-wuerzburg.de
-2006-09-29 05:02:22,491 DEBUG Popping from q - 200-102-209-152.paemt7001.t.brasiltelecom.net.br
-2006-09-29 05:02:22,492 DEBUG Found tickets for planetlab0.ias.csusb.edu
-2006-09-29 05:02:22,492 DEBUG Popping from q - planetlab3.mnl.cs.sunysb.edu
-2006-09-29 05:02:22,494 DEBUG Popping from q - planetlab-15.cs.princeton.edu
-2006-09-29 05:02:22,493 DEBUG Found tickets for planet0.jaist.ac.jp
-2006-09-29 05:02:22,495 DEBUG Popping from q - ent2.cs.nccu.edu.tw
-2006-09-29 05:02:22,497 DEBUG Popping from q - planet-lab-2.csse.monash.edu.au
-2006-09-29 05:02:22,498 DEBUG Found tickets for 200-102-209-152.paemt7001.t.brasiltelecom.net.br
-2006-09-29 05:02:22,498 DEBUG Popping from q - planet1.ecse.rpi.edu
-2006-09-29 05:02:22,499 DEBUG Popping from q - planetlab2.pop-mg.rnp.br
-2006-09-29 05:02:22,500 DEBUG Popping from q - planetlab-2.unk.edu
-2006-09-29 05:02:22,503 DEBUG Popping from q - planetlab2.rdfrancetelecom.com
-2006-09-29 05:02:22,504 DEBUG Found tickets for planet-lab-2.csse.monash.edu.au
-2006-09-29 05:02:22,505 DEBUG Popping from q - planetlab1.eurecom.fr
-2006-09-29 05:02:22,506 DEBUG Found tickets for planetlab2.pop-mg.rnp.br
-2006-09-29 05:02:22,506 DEBUG Popping from q - planetlab1.cs.virginia.edu
-2006-09-29 05:02:22,507 DEBUG Found tickets for ent2.cs.nccu.edu.tw
-2006-09-29 05:02:22,508 DEBUG Found tickets for planet1.ecse.rpi.edu
-2006-09-29 05:02:22,509 DEBUG Popping from q - tju1.6planetlab.edu.cn
-2006-09-29 05:02:22,510 DEBUG Popping from q - planetlab-3.amst.nodes.planet-lab.org
-2006-09-29 05:02:22,510 DEBUG Found tickets for planetlab2.rdfrancetelecom.com
-2006-09-29 05:02:22,510 DEBUG Popping from q - planetlab2.iitr.ernet.in
-2006-09-29 05:02:22,512 DEBUG Popping from q - planetlab1.georgetown.edu
-2006-09-29 05:02:22,508 DEBUG Found tickets for planetlab1.eurecom.fr
-2006-09-29 05:02:22,513 DEBUG Popping from q - planet1.inf.tu-dresden.de
-2006-09-29 05:02:22,515 DEBUG Popping from q - alice.cs.princeton.edu
-2006-09-29 05:02:22,516 DEBUG Popping from q - planetlab02.erin.utoronto.ca
-2006-09-29 05:02:22,517 DEBUG Found tickets for planetlab1.georgetown.edu
-2006-09-29 05:02:22,518 DEBUG Popping from q - planetlab-1.vuse.vanderbilt.edu
-2006-09-29 05:02:22,519 DEBUG Found tickets for tju1.6planetlab.edu.cn
-2006-09-29 05:02:22,519 DEBUG Popping from q - planetlab3.uvic.ca
-2006-09-29 05:02:22,520 DEBUG Popping from q - scut2.6planetlab.edu.cn
-2006-09-29 05:02:22,522 DEBUG Popping from q - planetlab1.swidnik.rd.tp.pl
-2006-09-29 05:02:22,523 DEBUG Found tickets for planetlab-1.vuse.vanderbilt.edu
-2006-09-29 05:02:22,524 DEBUG Popping from q - planet2.cdacb.ernet.in
-2006-09-29 05:02:22,525 DEBUG Found tickets for planetlab3.uvic.ca
-2006-09-29 05:02:22,525 DEBUG Popping from q - planetlab1.rdfrancetelecom.com
-2006-09-29 05:02:22,527 DEBUG Found tickets for scut2.6planetlab.edu.cn
-2006-09-29 05:02:22,527 DEBUG Popping from q - planet2.inf.tu-dresden.de
-2006-09-29 05:02:22,528 DEBUG Found tickets for alice.cs.princeton.edu
-2006-09-29 05:02:22,529 DEBUG Popping from q - planet02.csc.ncsu.edu
-2006-09-29 05:02:22,530 DEBUG Found tickets for planetlab1.swidnik.rd.tp.pl
-2006-09-29 05:02:22,531 DEBUG Popping from q - planetlab-1.tssg.org
-2006-09-29 05:02:22,532 DEBUG Found tickets for planet2.cdacb.ernet.in
-2006-09-29 05:02:22,532 DEBUG Popping from q - planetlab-2.vuse.vanderbilt.edu
-2006-09-29 05:02:22,533 DEBUG Found tickets for planetlab1.rdfrancetelecom.com
-2006-09-29 05:02:22,533 DEBUG Popping from q - planetlab-11.cs.princeton.edu
-2006-09-29 05:02:22,535 DEBUG Popping from q - planet03.csc.ncsu.edu
-2006-09-29 05:02:22,536 DEBUG Popping from q - planetlab1.pop-rj.rnp.br
-2006-09-29 05:02:22,538 DEBUG Found tickets for planetlab-2.vuse.vanderbilt.edu
-2006-09-29 05:02:22,538 DEBUG Popping from q - planet1.halifax.canet4.nodes.planet-lab.org
-2006-09-29 05:02:22,540 DEBUG Found tickets for planetlab1.pop-rj.rnp.br
-2006-09-29 05:02:22,540 DEBUG Popping from q - planetlab2.uc.edu
-2006-09-29 05:02:22,539 DEBUG Found tickets for planetlab-1.tssg.org
-2006-09-29 05:02:22,541 DEBUG Popping from q - planet1.cavite.nodes.planet-lab.org
-2006-09-29 05:02:22,542 DEBUG Popping from q - ds-pl3.technion.ac.il
-2006-09-29 05:02:22,544 DEBUG Popping from q - planetlab2.cs.purdue.edu
-2006-09-29 05:02:22,546 DEBUG Popping from q - planetlab3.millennium.berkeley.edu
-2006-09-29 05:02:22,547 DEBUG Popping from q - planetlab1.unl.edu
-2006-09-29 05:02:22,548 DEBUG Found tickets for ds-pl3.technion.ac.il
-2006-09-29 05:02:22,548 DEBUG Popping from q - planetlab1.cs.colorado.edu
-2006-09-29 05:02:22,549 DEBUG Popping from q - planetlab02.cs.washington.edu
-2006-09-29 05:02:22,552 DEBUG Found tickets for planetlab1.unl.edu
-2006-09-29 05:02:22,552 DEBUG Popping from q - pads21.cs.nthu.edu.tw
-2006-09-29 05:02:22,553 DEBUG Found tickets for planetlab1.cs.colorado.edu
-2006-09-29 05:02:22,554 DEBUG Popping from q - orbpl2.rutgers.edu
-2006-09-29 05:02:22,554 DEBUG Found tickets for planetlab02.cs.washington.edu
-2006-09-29 05:02:22,555 DEBUG Popping from q - planetlab2.informatik.uni-erlangen.de
-2006-09-29 05:02:22,556 DEBUG Popping from q - planetlab-01.ipv6.lip6.fr
-2006-09-29 05:02:22,557 DEBUG Popping from q - pl2.ernet.in
-2006-09-29 05:02:22,559 DEBUG Found tickets for planetlab2.informatik.uni-erlangen.de
-2006-09-29 05:02:22,559 DEBUG Popping from q - neu2.6planetlab.edu.cn
-2006-09-29 05:02:22,560 DEBUG Found tickets for planetlab-01.ipv6.lip6.fr
-2006-09-29 05:02:22,561 DEBUG Popping from q - planetlab-2.cs.uni-paderborn.de
-2006-09-29 05:02:22,562 DEBUG Popping from q - planet5.cs.huji.ac.il
-2006-09-29 05:02:22,563 DEBUG Popping from q - planetlab1.elet.polimi.it
-2006-09-29 05:02:22,565 DEBUG Popping from q - planetlab2.iiitb.ac.in
-2006-09-29 05:02:22,567 DEBUG Popping from q - server1.planetlab.iit-tech.net
-2006-09-29 05:02:22,568 DEBUG Popping from q - planetlab2.iitb.ac.in
-2006-09-29 05:02:22,569 DEBUG Popping from q - planetlab02.dis.unina.it
-2006-09-29 05:02:22,564 DEBUG Found tickets for orbpl2.rutgers.edu
-2006-09-29 05:02:22,571 DEBUG Popping from q - planetlab1.iitb.ac.in
-2006-09-29 05:02:22,570 DEBUG Popping from q - planetlab-1.dis.uniroma1.it
-2006-09-29 05:02:22,574 DEBUG Found tickets for planetlab2.iitb.ac.in
-2006-09-29 05:02:22,574 DEBUG Popping from q - pku1.6planetlab.edu.cn
-2006-09-29 05:02:22,575 DEBUG Popping from q - planetlab1.warsaw.rd.tp.pl
-2006-09-29 05:02:22,576 DEBUG Found tickets for planetlab1.iitb.ac.in
-2006-09-29 05:02:22,576 DEBUG Popping from q - planetlab1.cri.haifa.ac.il
-2006-09-29 05:02:22,577 DEBUG Popping from q - planetlab-2.cs.ucy.ac.cy
-2006-09-29 05:02:22,580 DEBUG Found tickets for pku1.6planetlab.edu.cn
-2006-09-29 05:02:22,580 DEBUG Popping from q - pl1.ernet.in
-2006-09-29 05:02:22,581 DEBUG Found tickets for planetlab1.cri.haifa.ac.il
-2006-09-29 05:02:22,581 DEBUG Popping from q - planetlab2.georgetown.edu
-2006-09-29 05:02:22,582 DEBUG Popping from q - server2.planetlab.iit-tech.net
-2006-09-29 05:02:22,584 DEBUG Found tickets for server1.planetlab.iit-tech.net
-2006-09-29 05:02:22,585 DEBUG Found tickets for server2.planetlab.iit-tech.net
-2006-09-29 05:02:22,585 DEBUG Popping from q - planetlab1.csee.usf.edu
-2006-09-29 05:02:22,584 DEBUG Popping from q - planetlab2.di.unito.it
-2006-09-29 05:02:22,587 DEBUG Popping from q - planetlab-2.dis.uniroma1.it
-2006-09-29 05:02:22,588 DEBUG Popping from q - planetlab2.informatik.uni-kl.de
-2006-09-29 05:02:22,589 DEBUG Found tickets for planetlab2.georgetown.edu
-2006-09-29 05:02:22,590 DEBUG Popping from q - planet1.cs.rochester.edu
-2006-09-29 05:02:22,592 DEBUG Popping from q - planetlab1.rutgers.edu
-2006-09-29 05:02:22,593 DEBUG Popping from q - planetlab-2.ece.iastate.edu
-2006-09-29 05:02:22,594 DEBUG Found tickets for planetlab2.informatik.uni-kl.de
-2006-09-29 05:02:22,595 DEBUG Popping from q - planetlab-1.sjce.nodes.planet-lab.org
-2006-09-29 05:02:22,596 DEBUG Found tickets for planet1.cs.rochester.edu
-2006-09-29 05:02:22,596 DEBUG Popping from q - planetlab2.ece.ucdavis.edu
-2006-09-29 05:02:22,597 DEBUG Popping from q - planetlab1.ie.cuhk.edu.hk
-2006-09-29 05:02:22,599 DEBUG Found tickets for planetlab-1.sjce.nodes.planet-lab.org
-2006-09-29 05:02:22,599 DEBUG Popping from q - planetlab2lannion.elibel.tm.fr
-2006-09-29 05:02:22,601 DEBUG Found tickets for planetlab1.rutgers.edu
-2006-09-29 05:02:22,601 DEBUG Popping from q - planetlab01.mpi-sws.mpg.de
-2006-09-29 05:02:22,602 DEBUG Popping from q - planetlab2.cs.duke.edu
-2006-09-29 05:02:22,603 DEBUG Found tickets for planetlab1.ie.cuhk.edu.hk
-2006-09-29 05:02:22,604 DEBUG Popping from q - planetlab1.rn.informatics.scitech.susx.ac.uk
-2006-09-29 05:02:22,605 DEBUG Popping from q - planetlab1.eee.hku.hk
-2006-09-29 05:02:22,607 DEBUG Popping from q - pads23.cs.nthu.edu.tw
-2006-09-29 05:02:22,608 DEBUG Found tickets for planetlab1.rn.informatics.scitech.susx.ac.uk
-2006-09-29 05:02:22,608 DEBUG Popping from q - planet2.halifax.canet4.nodes.planet-lab.org
-2006-09-29 05:02:22,609 DEBUG Popping from q - planetlab-2.tssg.org
-2006-09-29 05:02:22,610 DEBUG Popping from q - 200-102-209-151.paemt7001.t.brasiltelecom.net.br
-2006-09-29 05:02:22,612 DEBUG Found tickets for planetlab1.eee.hku.hk
-2006-09-29 05:02:22,613 DEBUG Popping from q - planetlab2.poly.edu
-2006-09-29 05:02:22,614 DEBUG Found tickets for planet2.halifax.canet4.nodes.planet-lab.org
-2006-09-29 05:02:22,615 DEBUG Popping from q - planetlab1.poly.edu
-2006-09-29 05:02:22,616 DEBUG Found tickets for planetlab-2.tssg.org
-2006-09-29 05:02:22,616 DEBUG Popping from q - planetlab2.net-research.org.uk
-2006-09-29 05:02:22,617 DEBUG Found tickets for 200-102-209-151.paemt7001.t.brasiltelecom.net.br
-2006-09-29 05:02:22,618 DEBUG Popping from q - planetlab-2.imperial.ac.uk
-2006-09-29 05:02:22,619 DEBUG Popping from q - planetlab-1.imperial.ac.uk
-2006-09-29 05:02:22,620 DEBUG Popping from q - planetlab1.byu.edu
-2006-09-29 05:02:22,622 DEBUG Found tickets for planetlab-2.imperial.ac.uk
-2006-09-29 05:02:22,622 DEBUG Popping from q - planetlab1.cis.upenn.edu
-2006-09-29 05:02:22,624 DEBUG Popping from q - planetlab2.eee.hku.hk
-2006-09-29 05:02:22,625 DEBUG Found tickets for planetlab2.net-research.org.uk
-2006-09-29 05:02:22,625 DEBUG Found tickets for planetlab-1.imperial.ac.uk
-2006-09-29 05:22:22,185 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv
-2006-09-29 05:22:23,256 DEBUG Retrieved 705 hosts
-2006-09-29 05:22:23,262 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='drift%20%3E%201m'
-2006-09-29 05:22:23,433 DEBUG Retrieved 8 hosts
-2006-09-29 05:22:23,434 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='resptime%20%3E%200%20&&%20gbfree%20%3C%205'
-2006-09-29 05:22:23,584 DEBUG Retrieved 10 hosts
-2006-09-29 05:22:23,585 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='sshstatus%20%3E%202h'
-2006-09-29 05:22:23,940 DEBUG Retrieved 162 hosts
-2006-09-29 05:22:23,941 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='dns1udp%20%3E%2080%20&&%20dns2udp%20%3E%2080'
-2006-09-29 05:22:24,088 DEBUG Retrieved 6 hosts
-2006-09-29 05:22:24,089 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='filerw%3E0'
-2006-09-29 05:22:24,227 DEBUG Retrieved 2 hosts
-2006-09-29 05:22:24,229 DEBUG Popping from q - planetlab2.elet.polimi.it
-2006-09-29 05:22:24,230 DEBUG Popping from q - pli1-br-3.hpl.hp.com
-2006-09-29 05:22:24,231 DEBUG Popping from q - planetlab2.nbgisp.com
-2006-09-29 05:22:24,232 DEBUG Popping from q - planetlab1.cs.stir.ac.uk
-2006-09-29 05:22:24,233 DEBUG Popping from q - planetlab1.cse.msu.edu
-2006-09-29 05:22:24,235 DEBUG Popping from q - planetlab2.cse.msu.edu
-2006-09-29 05:22:24,236 DEBUG Found tickets for pli1-br-3.hpl.hp.com
-2006-09-29 05:22:24,236 DEBUG Popping from q - planetlab0.cs.stir.ac.uk
-2006-09-29 05:22:24,237 DEBUG Popping from q - planetlab1.informatik.uni-erlangen.de
-2006-09-29 05:22:24,239 DEBUG Popping from q - planetlab1.cs.purdue.edu
-2006-09-29 05:22:24,241 DEBUG Found tickets for planetlab2.cse.msu.edu
-2006-09-29 05:22:24,241 DEBUG Popping from q - planetlab1.een.orst.edu
-2006-09-29 05:22:24,242 DEBUG Popping from q - planetlab2.cs.columbia.edu
-2006-09-29 05:22:24,243 DEBUG Found tickets for planetlab1.cse.msu.edu
-2006-09-29 05:22:24,244 DEBUG Popping from q - planetlab1.win.trlabs.ca
-2006-09-29 05:22:24,245 DEBUG Popping from q - planetlab1.cs.duke.edu
-2006-09-29 05:22:24,247 DEBUG Found tickets for planetlab1.cs.purdue.edu
-2006-09-29 05:22:24,247 DEBUG Popping from q - planetlab2.flux.utah.edu
-2006-09-29 05:22:24,248 DEBUG Popping from q - planetlab3.cs.columbia.edu
-2006-09-29 05:22:24,249 DEBUG Popping from q - planetlab1.cs.columbia.edu
-2006-09-29 05:22:24,251 DEBUG Popping from q - planetlab3.flux.utah.edu
-2006-09-29 05:22:24,252 DEBUG Popping from q - planetlab-1.eecs.cwru.edu
-2006-09-29 05:22:24,254 DEBUG Popping from q - planetlab2.rutgers.edu
-2006-09-29 05:22:24,255 DEBUG Popping from q - vn3.cs.wustl.edu
-2006-09-29 05:22:24,256 DEBUG Popping from q - planetlab2.cri.haifa.ac.il
-2006-09-29 05:22:24,257 DEBUG Popping from q - soccf-planet-001.comp.nus.edu.sg
-2006-09-29 05:22:24,259 DEBUG Popping from q - planetlab01.cse.psu.edu
-2006-09-29 05:22:24,261 DEBUG Found tickets for planetlab2.rutgers.edu
-2006-09-29 05:22:24,261 DEBUG Popping from q - csu2.6planetlab.edu.cn
-2006-09-29 05:22:24,263 DEBUG Found tickets for vn3.cs.wustl.edu
-2006-09-29 05:22:24,264 DEBUG Popping from q - planet2.njit.edu
-2006-09-29 05:22:24,265 DEBUG Popping from q - planetlab2.unl.edu
-2006-09-29 05:22:24,266 DEBUG Found tickets for planetlab2.cri.haifa.ac.il
-2006-09-29 05:22:24,266 DEBUG Popping from q - planetlab1.cs.pitt.edu
-2006-09-29 05:22:24,267 DEBUG Found tickets for soccf-planet-001.comp.nus.edu.sg
-2006-09-29 05:22:24,267 DEBUG Popping from q - planetlab-2.eecs.cwru.edu
-2006-09-29 05:22:24,268 DEBUG Found tickets for csu2.6planetlab.edu.cn
-2006-09-29 05:22:24,269 DEBUG Popping from q - planetlab2.urv.net
-2006-09-29 05:22:24,270 DEBUG Found tickets for planet2.njit.edu
-2006-09-29 05:22:24,271 DEBUG Popping from q - planetlab7.csail.mit.edu
-2006-09-29 05:22:24,272 DEBUG Popping from q - buaa1.6planetlab.edu.cn
-2006-09-29 05:22:24,274 DEBUG Popping from q - ricepl-3.cs.rice.edu
-2006-09-29 05:22:24,275 DEBUG Popping from q - planet-lab-1.csse.monash.edu.au
-2006-09-29 05:22:24,276 DEBUG Popping from q - planetlab5.millennium.berkeley.edu
-2006-09-29 05:22:24,278 DEBUG Found tickets for planetlab7.csail.mit.edu
-2006-09-29 05:22:24,278 DEBUG Popping from q - planetlab1.pop-ce.rnp.br
-2006-09-29 05:22:24,280 DEBUG Found tickets for buaa1.6planetlab.edu.cn
-2006-09-29 05:22:24,280 DEBUG Popping from q - planetlab2.mnlab.cti.depaul.edu
-2006-09-29 05:22:24,281 DEBUG Popping from q - peace.ri.uni-tuebingen.de
-2006-09-29 05:22:24,283 DEBUG Popping from q - planetlab-8.cs.princeton.edu
-2006-09-29 05:22:24,284 DEBUG Popping from q - planetlab2.ucsd.edu
-2006-09-29 05:22:24,285 DEBUG Found tickets for planetlab1.pop-ce.rnp.br
-2006-09-29 05:22:24,285 DEBUG Popping from q - blast.uwaterloo.ca
-2006-09-29 05:22:24,287 DEBUG Found tickets for planetlab2.mnlab.cti.depaul.edu
-2006-09-29 05:22:24,287 DEBUG Popping from q - planetlab1.cs.wayne.edu
-2006-09-29 05:22:24,289 DEBUG Popping from q - pli1-br-3.hpl.hp.com
-2006-09-29 05:22:24,290 DEBUG Found tickets for planetlab-8.cs.princeton.edu
-2006-09-29 05:22:24,290 DEBUG Popping from q - planetlab2.eurecom.fr
-2006-09-29 05:22:24,291 DEBUG Found tickets for planetlab2.ucsd.edu
-2006-09-29 05:22:24,292 DEBUG Popping from q - planetlab1.di.unito.it
-2006-09-29 05:22:24,293 DEBUG Found tickets for blast.uwaterloo.ca
-2006-09-29 05:22:24,293 DEBUG Popping from q - planetlab2.simula.no
-2006-09-29 05:22:24,295 DEBUG Found tickets for planetlab1.cs.wayne.edu
-2006-09-29 05:22:24,295 DEBUG Popping from q - planetlab01.dis.unina.it
-2006-09-29 05:22:24,296 DEBUG Found tickets for pli1-br-3.hpl.hp.com
-2006-09-29 05:22:24,297 DEBUG Popping from q - planetlab1.flux.utah.edu
-2006-09-29 05:22:24,298 DEBUG Popping from q - planetlab-1.ece.iastate.edu
-2006-09-29 05:22:24,299 DEBUG Popping from q - sdu1.6planetlab.edu.cn
-2006-09-29 05:22:24,301 DEBUG Found tickets for planetlab1.di.unito.it
-2006-09-29 05:22:24,302 DEBUG Popping from q - planetlab4.upc.es
-2006-09-29 05:22:24,303 DEBUG Popping from q - planetlab-13.cs.princeton.edu
-2006-09-29 05:22:24,304 DEBUG Found tickets for planetlab-1.ece.iastate.edu
-2006-09-29 05:22:24,305 DEBUG Popping from q - planet1.cc.gt.atl.ga.us
-2006-09-29 05:22:24,306 DEBUG Popping from q - planetlab2.eecs.wsu.edu
-2006-09-29 05:22:24,307 DEBUG Popping from q - planet2.cs.ucsb.edu
-2006-09-29 05:22:24,308 DEBUG Found tickets for sdu1.6planetlab.edu.cn
-2006-09-29 05:22:24,308 DEBUG Popping from q - xjtu2.6planetlab.edu.cn
-2006-09-29 05:22:24,310 DEBUG Found tickets for planetlab-13.cs.princeton.edu
-2006-09-29 05:22:24,310 DEBUG Popping from q - planetlab3.upc.es
-2006-09-29 05:22:24,312 DEBUG Popping from q - node1.lbnl.nodes.planet-lab.org
-2006-09-29 05:22:24,313 DEBUG Popping from q - planetlab1.iitr.ernet.in
-2006-09-29 05:22:24,314 DEBUG Found tickets for planet2.cs.ucsb.edu
-2006-09-29 05:22:24,315 DEBUG Popping from q - planetlab1.ipls.internet2.planet-lab.org
-2006-09-29 05:22:24,316 DEBUG Popping from q - planetlab2.uvic.ca
-2006-09-29 05:22:24,317 DEBUG Popping from q - planetlab01.erin.utoronto.ca
-2006-09-29 05:22:24,319 DEBUG Popping from q - planetlab-4.ece.iastate.edu
-2006-09-29 05:22:24,320 DEBUG Popping from q - planetlab2.informatik.uni-goettingen.de
-2006-09-29 05:22:24,321 DEBUG Popping from q - ds-pl1.technion.ac.il
-2006-09-29 05:22:24,322 DEBUG Found tickets for planetlab2.uvic.ca
-2006-09-29 05:22:24,323 DEBUG Popping from q - planetlab1.mnl.cs.sunysb.edu
-2006-09-29 05:22:24,324 DEBUG Popping from q - aladdin.planetlab.extranet.uni-passau.de
-2006-09-29 05:22:24,326 DEBUG Found tickets for planetlab-4.ece.iastate.edu
-2006-09-29 05:22:24,327 DEBUG Popping from q - planetlab-1.cs.uni-paderborn.de
-2006-09-29 05:22:24,328 DEBUG Found tickets for planetlab2.informatik.uni-goettingen.de
-2006-09-29 05:22:24,328 DEBUG Popping from q - planet1.njit.edu
-2006-09-29 05:22:24,329 DEBUG Found tickets for planetlab1.mnl.cs.sunysb.edu
-2006-09-29 05:22:24,330 DEBUG Popping from q - pku2.6planetlab.edu.cn
-2006-09-29 05:22:24,331 DEBUG Popping from q - planetlab-1.cs.ucy.ac.cy
-2006-09-29 05:22:24,332 DEBUG Popping from q - planetlab00.cse.psu.edu
-2006-09-29 05:22:24,334 DEBUG Popping from q - planetlab04.ethz.ch
-2006-09-29 05:22:24,335 DEBUG Popping from q - sdu2.6planetlab.edu.cn
-2006-09-29 05:22:24,336 DEBUG Popping from q - planet-lab.iki.rssi.ru
-2006-09-29 05:22:24,338 DEBUG Popping from q - planetlab1.polito.it
-2006-09-29 05:22:24,339 DEBUG Popping from q - planetlab1.uvic.ca
-2006-09-29 05:22:24,341 DEBUG Found tickets for planetlab04.ethz.ch
-2006-09-29 05:22:24,341 DEBUG Popping from q - planetlab1.cs.byu.edu
-2006-09-29 05:22:24,342 DEBUG Found tickets for sdu2.6planetlab.edu.cn
-2006-09-29 05:22:24,343 DEBUG Popping from q - planetlab-1.amst.nodes.planet-lab.org
-2006-09-29 05:22:24,344 DEBUG Found tickets for planetlab1.uvic.ca
-2006-09-29 05:22:24,344 DEBUG Popping from q - cloudburst.uwaterloo.ca
-2006-09-29 05:22:24,345 DEBUG Found tickets for planet-lab.iki.rssi.ru
-2006-09-29 05:22:24,346 DEBUG Popping from q - planet2.cs.rochester.edu
-2006-09-29 05:22:24,347 DEBUG Found tickets for planetlab1.polito.it
-2006-09-29 05:22:24,347 DEBUG Popping from q - planetlab1.xeno.cl.cam.ac.uk
-2006-09-29 05:22:24,349 DEBUG Popping from q - lycra.cs.princeton.edu
-2006-09-29 05:22:24,350 DEBUG Popping from q - planetlab06.mpi-sws.mpg.de
-2006-09-29 05:22:24,352 DEBUG Found tickets for cloudburst.uwaterloo.ca
-2006-09-29 05:22:24,352 DEBUG Popping from q - planetlab1.ias.csusb.edu
-2006-09-29 05:22:24,353 DEBUG Found tickets for planet2.cs.rochester.edu
-2006-09-29 05:22:24,353 DEBUG Popping from q - vayu.iitd.ernet.in
-2006-09-29 05:22:24,354 DEBUG Popping from q - node2.lbnl.nodes.planet-lab.org
-2006-09-29 05:22:24,356 DEBUG Found tickets for lycra.cs.princeton.edu
-2006-09-29 05:22:24,357 DEBUG Popping from q - planetlab2.cs.byu.edu
-2006-09-29 05:22:24,358 DEBUG Found tickets for planetlab1.ias.csusb.edu
-2006-09-29 05:22:24,358 DEBUG Popping from q - cqu1.6planetlab.edu.cn
-2006-09-29 05:22:24,359 DEBUG Popping from q - planetlab2.acis.ufl.edu
-2006-09-29 05:22:24,361 DEBUG Popping from q - planetlab1.cs.unibo.it
-2006-09-29 05:22:24,362 DEBUG Found tickets for planetlab2.acis.ufl.edu
-2006-09-29 05:22:24,362 DEBUG Popping from q - tju2.6planetlab.edu.cn
-2006-09-29 05:22:24,364 DEBUG Found tickets for cqu1.6planetlab.edu.cn
-2006-09-29 05:22:24,365 DEBUG Popping from q - ent1.cs.nccu.edu.tw
-2006-09-29 05:22:24,365 DEBUG Popping from q - orbpl1.rutgers.edu
-2006-09-29 05:22:24,366 DEBUG Found tickets for tju2.6planetlab.edu.cn
-2006-09-29 05:22:24,366 DEBUG Popping from q - planet0.jaist.ac.jp
-2006-09-29 05:22:24,369 DEBUG Found tickets for ent1.cs.nccu.edu.tw
-2006-09-29 05:22:24,369 DEBUG Popping from q - planetlab1.informatik.uni-wuerzburg.de
-2006-09-29 05:22:24,370 DEBUG Found tickets for planet0.jaist.ac.jp
-2006-09-29 05:22:24,370 DEBUG Popping from q - planetlab3.warsaw.rd.tp.pl
-2006-09-29 05:22:24,371 DEBUG Found tickets for planetlab1.cs.unibo.it
-2006-09-29 05:22:24,371 DEBUG Popping from q - planetlab0.ias.csusb.edu
-2006-09-29 05:22:24,373 DEBUG Popping from q - planetlab-2.amst.nodes.planet-lab.org
-2006-09-29 05:22:24,375 DEBUG Found tickets for orbpl1.rutgers.edu
-2006-09-29 05:22:24,375 DEBUG Popping from q - planetlab3.inria.fr
-2006-09-29 05:22:24,376 DEBUG Popping from q - 200-102-209-152.paemt7001.t.brasiltelecom.net.br
-2006-09-29 05:22:24,377 DEBUG Found tickets for planetlab1.informatik.uni-wuerzburg.de
-2006-09-29 05:22:24,377 DEBUG Popping from q - planetlab3.mnl.cs.sunysb.edu
-2006-09-29 05:22:24,378 DEBUG Found tickets for planetlab0.ias.csusb.edu
-2006-09-29 05:22:24,379 DEBUG Popping from q - planetlab-15.cs.princeton.edu
-2006-09-29 05:22:24,380 DEBUG Popping from q - ent2.cs.nccu.edu.tw
-2006-09-29 05:22:24,382 DEBUG Popping from q - planet-lab-2.csse.monash.edu.au
-2006-09-29 05:22:24,383 DEBUG Popping from q - planet1.ecse.rpi.edu
-2006-09-29 05:22:24,385 DEBUG Popping from q - planetlab2.pop-mg.rnp.br
-2006-09-29 05:22:24,386 DEBUG Found tickets for 200-102-209-152.paemt7001.t.brasiltelecom.net.br
-2006-09-29 05:22:24,386 DEBUG Popping from q - planetlab-2.unk.edu
-2006-09-29 05:22:24,388 DEBUG Found tickets for planet-lab-2.csse.monash.edu.au
-2006-09-29 05:22:24,388 DEBUG Popping from q - planetlab2.rdfrancetelecom.com
-2006-09-29 05:22:24,389 DEBUG Found tickets for planet1.ecse.rpi.edu
-2006-09-29 05:22:24,390 DEBUG Popping from q - planetlab1.eurecom.fr
-2006-09-29 05:22:24,391 DEBUG Found tickets for planetlab2.pop-mg.rnp.br
-2006-09-29 05:22:24,391 DEBUG Popping from q - planetlab1.cs.virginia.edu
-2006-09-29 05:22:24,392 DEBUG Popping from q - tju1.6planetlab.edu.cn
-2006-09-29 05:22:24,395 DEBUG Found tickets for planetlab1.eurecom.fr
-2006-09-29 05:22:24,395 DEBUG Popping from q - planetlab-3.amst.nodes.planet-lab.org
-2006-09-29 05:22:24,394 DEBUG Found tickets for ent2.cs.nccu.edu.tw
-2006-09-29 05:22:24,396 DEBUG Popping from q - planetlab2.iitr.ernet.in
-2006-09-29 05:22:24,397 DEBUG Found tickets for planetlab2.rdfrancetelecom.com
-2006-09-29 05:22:24,398 DEBUG Popping from q - planetlab1.georgetown.edu
-2006-09-29 05:22:24,399 DEBUG Popping from q - planet1.inf.tu-dresden.de
-2006-09-29 05:22:24,400 DEBUG Popping from q - alice.cs.princeton.edu
-2006-09-29 05:22:24,401 DEBUG Found tickets for tju1.6planetlab.edu.cn
-2006-09-29 05:22:24,402 DEBUG Popping from q - planetlab02.erin.utoronto.ca
-2006-09-29 05:22:24,404 DEBUG Found tickets for planetlab1.georgetown.edu
-2006-09-29 05:22:24,404 DEBUG Popping from q - planetlab-1.vuse.vanderbilt.edu
-2006-09-29 05:22:24,406 DEBUG Popping from q - scut2.6planetlab.edu.cn
-2006-09-29 05:22:24,407 DEBUG Popping from q - planetlab1.swidnik.rd.tp.pl
-2006-09-29 05:22:24,405 DEBUG Popping from q - planetlab3.uvic.ca
-2006-09-29 05:22:24,409 DEBUG Found tickets for alice.cs.princeton.edu
-2006-09-29 05:22:24,409 DEBUG Popping from q - planet2.cdacb.ernet.in
-2006-09-29 05:22:24,411 DEBUG Found tickets for planetlab-1.vuse.vanderbilt.edu
-2006-09-29 05:22:24,411 DEBUG Popping from q - planetlab1.rdfrancetelecom.com
-2006-09-29 05:22:24,413 DEBUG Found tickets for scut2.6planetlab.edu.cn
-2006-09-29 05:22:24,413 DEBUG Popping from q - planet2.inf.tu-dresden.de
-2006-09-29 05:22:24,414 DEBUG Found tickets for planetlab1.swidnik.rd.tp.pl
-2006-09-29 05:22:24,414 DEBUG Popping from q - planet02.csc.ncsu.edu
-2006-09-29 05:22:24,415 DEBUG Found tickets for planetlab3.uvic.ca
-2006-09-29 05:22:24,416 DEBUG Popping from q - planetlab-1.tssg.org
-2006-09-29 05:22:24,416 DEBUG Found tickets for planet2.cdacb.ernet.in
-2006-09-29 05:22:24,417 DEBUG Popping from q - planetlab-2.vuse.vanderbilt.edu
-2006-09-29 05:22:24,419 DEBUG Popping from q - planetlab-11.cs.princeton.edu
-2006-09-29 05:22:24,421 DEBUG Found tickets for planetlab1.rdfrancetelecom.com
-2006-09-29 05:22:24,421 DEBUG Popping from q - planet03.csc.ncsu.edu
-2006-09-29 05:22:24,422 DEBUG Found tickets for planetlab-2.vuse.vanderbilt.edu
-2006-09-29 05:22:24,423 DEBUG Popping from q - planetlab1.pop-rj.rnp.br
-2006-09-29 05:22:24,424 DEBUG Popping from q - planet1.halifax.canet4.nodes.planet-lab.org
-2006-09-29 05:22:24,425 DEBUG Popping from q - planetlab2.uc.edu
-2006-09-29 05:22:24,425 DEBUG Found tickets for planetlab-1.tssg.org
-2006-09-29 05:22:24,426 DEBUG Popping from q - planet1.cavite.nodes.planet-lab.org
-2006-09-29 05:22:24,428 DEBUG Popping from q - ds-pl3.technion.ac.il
-2006-09-29 05:22:24,429 DEBUG Found tickets for planetlab1.pop-rj.rnp.br
-2006-09-29 05:22:24,430 DEBUG Popping from q - planetlab2.cs.purdue.edu
-2006-09-29 05:22:24,431 DEBUG Popping from q - planetlab3.millennium.berkeley.edu
-2006-09-29 05:22:24,432 DEBUG Popping from q - planetlab1.unl.edu
-2006-09-29 05:22:24,434 DEBUG Popping from q - planetlab1.cs.colorado.edu
-2006-09-29 05:22:24,435 DEBUG Popping from q - planetlab02.cs.washington.edu
-2006-09-29 05:22:24,437 DEBUG Popping from q - pads21.cs.nthu.edu.tw
-2006-09-29 05:22:24,439 DEBUG Found tickets for planetlab1.cs.colorado.edu
-2006-09-29 05:22:24,439 DEBUG Popping from q - orbpl2.rutgers.edu
-2006-09-29 05:22:24,440 DEBUG Found tickets for planetlab02.cs.washington.edu
-2006-09-29 05:22:24,440 DEBUG Popping from q - planetlab2.informatik.uni-erlangen.de
-2006-09-29 05:22:24,438 DEBUG Found tickets for ds-pl3.technion.ac.il
-2006-09-29 05:22:24,442 DEBUG Found tickets for orbpl2.rutgers.edu
-2006-09-29 05:22:24,442 DEBUG Popping from q - pl2.ernet.in
-2006-09-29 05:22:24,442 DEBUG Popping from q - planetlab-01.ipv6.lip6.fr
-2006-09-29 05:22:24,444 DEBUG Found tickets for planetlab1.unl.edu
-2006-09-29 05:22:24,445 DEBUG Popping from q - neu2.6planetlab.edu.cn
-2006-09-29 05:22:24,446 DEBUG Popping from q - planetlab-2.cs.uni-paderborn.de
-2006-09-29 05:22:24,448 DEBUG Found tickets for planetlab2.informatik.uni-erlangen.de
-2006-09-29 05:22:24,448 DEBUG Popping from q - planet5.cs.huji.ac.il
-2006-09-29 05:22:24,449 DEBUG Popping from q - planetlab1.elet.polimi.it
-2006-09-29 05:22:24,450 DEBUG Found tickets for planetlab-01.ipv6.lip6.fr
-2006-09-29 05:22:24,451 DEBUG Popping from q - planetlab2.iiitb.ac.in
-2006-09-29 05:22:24,452 DEBUG Popping from q - server1.planetlab.iit-tech.net
-2006-09-29 05:22:24,454 DEBUG Popping from q - planetlab2.iitb.ac.in
-2006-09-29 05:22:24,455 DEBUG Popping from q - planetlab02.dis.unina.it
-2006-09-29 05:22:24,456 DEBUG Popping from q - planetlab-1.dis.uniroma1.it
-2006-09-29 05:22:24,457 DEBUG Popping from q - planetlab1.iitb.ac.in
-2006-09-29 05:22:24,459 DEBUG Popping from q - pku1.6planetlab.edu.cn
-2006-09-29 05:22:24,461 DEBUG Found tickets for server1.planetlab.iit-tech.net
-2006-09-29 05:22:24,461 DEBUG Popping from q - planetlab1.warsaw.rd.tp.pl
-2006-09-29 05:22:24,462 DEBUG Popping from q - planetlab1.cri.haifa.ac.il
-2006-09-29 05:22:24,463 DEBUG Found tickets for planetlab2.iitb.ac.in
-2006-09-29 05:22:24,464 DEBUG Popping from q - planetlab-2.cs.ucy.ac.cy
-2006-09-29 05:22:24,465 DEBUG Found tickets for planetlab1.iitb.ac.in
-2006-09-29 05:22:24,465 DEBUG Popping from q - pl1.ernet.in
-2006-09-29 05:22:24,467 DEBUG Found tickets for pku1.6planetlab.edu.cn
-2006-09-29 05:22:24,467 DEBUG Popping from q - planetlab2.georgetown.edu
-2006-09-29 05:22:24,468 DEBUG Popping from q - server2.planetlab.iit-tech.net
-2006-09-29 05:22:24,469 DEBUG Found tickets for planetlab1.cri.haifa.ac.il
-2006-09-29 05:22:24,470 DEBUG Popping from q - planetlab2.di.unito.it
-2006-09-29 05:22:24,471 DEBUG Popping from q - planetlab1.csee.usf.edu
-2006-09-29 05:22:24,473 DEBUG Found tickets for server2.planetlab.iit-tech.net
-2006-09-29 05:22:24,473 DEBUG Popping from q - planetlab-2.dis.uniroma1.it
-2006-09-29 05:22:24,474 DEBUG Popping from q - planetlab2.informatik.uni-kl.de
-2006-09-29 05:22:24,476 DEBUG Found tickets for planetlab2.georgetown.edu
-2006-09-29 05:22:24,476 DEBUG Popping from q - planet1.cs.rochester.edu
-2006-09-29 05:22:24,477 DEBUG Popping from q - planetlab1.rutgers.edu
-2006-09-29 05:22:24,478 DEBUG Popping from q - planetlab-2.ece.iastate.edu
-2006-09-29 05:22:24,480 DEBUG Popping from q - planetlab-1.sjce.nodes.planet-lab.org
-2006-09-29 05:22:24,481 DEBUG Found tickets for planetlab2.informatik.uni-kl.de
-2006-09-29 05:22:24,482 DEBUG Popping from q - planetlab2.ece.ucdavis.edu
-2006-09-29 05:22:24,483 DEBUG Found tickets for planet1.cs.rochester.edu
-2006-09-29 05:22:24,483 DEBUG Popping from q - planetlab1.ie.cuhk.edu.hk
-2006-09-29 05:22:24,484 DEBUG Popping from q - planetlab2lannion.elibel.tm.fr
-2006-09-29 05:22:24,485 DEBUG Found tickets for planetlab1.rutgers.edu
-2006-09-29 05:22:24,486 DEBUG Popping from q - planetlab01.mpi-sws.mpg.de
-2006-09-29 05:22:24,488 DEBUG Found tickets for planetlab-1.sjce.nodes.planet-lab.org
-2006-09-29 05:22:24,488 DEBUG Popping from q - planetlab2.cs.duke.edu
-2006-09-29 05:22:24,489 DEBUG Found tickets for planetlab1.ie.cuhk.edu.hk
-2006-09-29 05:22:24,490 DEBUG Popping from q - planetlab1.rn.informatics.scitech.susx.ac.uk
-2006-09-29 05:22:24,491 DEBUG Popping from q - planetlab1.eee.hku.hk
-2006-09-29 05:22:24,492 DEBUG Popping from q - pads23.cs.nthu.edu.tw
-2006-09-29 05:22:24,493 DEBUG Popping from q - planet2.halifax.canet4.nodes.planet-lab.org
-2006-09-29 05:22:24,494 DEBUG Popping from q - planetlab-2.tssg.org
-2006-09-29 05:22:24,496 DEBUG Popping from q - 200-102-209-151.paemt7001.t.brasiltelecom.net.br
-2006-09-29 05:22:24,497 DEBUG Found tickets for planetlab1.rn.informatics.scitech.susx.ac.uk
-2006-09-29 05:22:24,498 DEBUG Popping from q - planetlab2.poly.edu
-2006-09-29 05:22:24,499 DEBUG Found tickets for planetlab1.eee.hku.hk
-2006-09-29 05:22:24,499 DEBUG Popping from q - planetlab1.poly.edu
-2006-09-29 05:22:24,501 DEBUG Found tickets for planetlab-2.tssg.org
-2006-09-29 05:22:24,502 DEBUG Popping from q - planetlab2.net-research.org.uk
-2006-09-29 05:22:24,503 DEBUG Found tickets for 200-102-209-151.paemt7001.t.brasiltelecom.net.br
-2006-09-29 05:22:24,503 DEBUG Popping from q - planetlab-2.imperial.ac.uk
-2006-09-29 05:22:24,504 DEBUG Popping from q - planetlab-1.imperial.ac.uk
-2006-09-29 05:22:24,505 DEBUG Popping from q - planetlab1.byu.edu
-2006-09-29 05:22:24,507 DEBUG Found tickets for planet2.halifax.canet4.nodes.planet-lab.org
-2006-09-29 05:22:24,507 DEBUG Popping from q - planetlab1.cis.upenn.edu
-2006-09-29 05:22:24,509 DEBUG Found tickets for planetlab2.net-research.org.uk
-2006-09-29 05:22:24,509 DEBUG Popping from q - planetlab2.eee.hku.hk
-2006-09-29 05:22:24,511 DEBUG Found tickets for planetlab-1.imperial.ac.uk
-2006-09-29 05:22:24,511 DEBUG Found tickets for planetlab-2.imperial.ac.uk
-2006-09-29 05:40:51,073 DEBUG Removing stale entries from DB.
-2006-09-29 05:40:51,073 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='drift%20%3E%201m'
-2006-09-29 05:40:51,208 DEBUG Retrieved 9 hosts
-2006-09-29 05:40:51,208 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='resptime%20%3E%200%20&&%20gbfree%20%3C%205'
-2006-09-29 05:40:51,343 DEBUG Retrieved 10 hosts
-2006-09-29 05:40:51,343 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='sshstatus%20%3E%202h'
-2006-09-29 05:40:51,692 DEBUG Retrieved 163 hosts
-2006-09-29 05:40:51,694 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='dns1udp%20%3E%2080%20&&%20dns2udp%20%3E%2080'
-2006-09-29 05:40:51,825 DEBUG Retrieved 6 hosts
-2006-09-29 05:40:51,825 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='filerw%3E0'
-2006-09-29 05:40:51,950 DEBUG Retrieved 2 hosts
-2006-09-29 05:40:51,951 INFO Refreshing DB.
-2006-09-29 05:40:51,953 DEBUG Popping from q - planetlab2.rutgers.edu
-2006-09-29 05:40:51,953 DEBUG Popping from q - vn3.cs.wustl.edu
-2006-09-29 05:40:51,954 DEBUG Popping from q - planetlab2.cri.haifa.ac.il
-2006-09-29 05:40:51,955 DEBUG Popping from q - soccf-planet-001.comp.nus.edu.sg
-2006-09-29 05:40:51,956 DEBUG Popping from q - planet2.njit.edu
-2006-09-29 05:41:15,339 DEBUG Found tickets for planetlab2.rutgers.edu
-2006-09-29 05:41:15,340 DEBUG Popping from q - planetlab1.cri.haifa.ac.il
-2006-09-29 05:41:15,341 DEBUG Found tickets for planet2.njit.edu
-2006-09-29 05:41:15,341 DEBUG Popping from q - planetlab7.csail.mit.edu
-2006-09-29 05:41:15,342 DEBUG Found tickets for vn3.cs.wustl.edu
-2006-09-29 05:41:15,342 DEBUG Popping from q - buaa1.6planetlab.edu.cn
-2006-09-29 05:41:15,344 DEBUG Found tickets for soccf-planet-001.comp.nus.edu.sg
-2006-09-29 05:41:15,344 DEBUG Popping from q - planetlab2.net-research.org.uk
-2006-09-29 05:41:15,345 DEBUG Found tickets for planetlab2.cri.haifa.ac.il
-2006-09-29 05:41:15,345 DEBUG Popping from q - planetlab1.pop-ce.rnp.br
-2006-09-29 05:41:35,387 DEBUG Found tickets for planetlab2.net-research.org.uk
-2006-09-29 05:41:35,387 DEBUG Popping from q - planetlab2.mnlab.cti.depaul.edu
-2006-09-29 05:41:39,458 DEBUG Found tickets for planetlab7.csail.mit.edu
-2006-09-29 05:41:39,458 DEBUG Popping from q - planetlab-8.cs.princeton.edu
-2006-09-29 05:41:39,469 DEBUG Found tickets for planetlab1.pop-ce.rnp.br
-2006-09-29 05:41:39,470 DEBUG Popping from q - planetlab2.ucsd.edu
-2006-09-29 05:41:39,988 DEBUG Found tickets for buaa1.6planetlab.edu.cn
-2006-09-29 05:41:39,988 DEBUG Popping from q - blast.uwaterloo.ca
-2006-09-29 05:41:42,607 DEBUG Found tickets for planetlab1.cri.haifa.ac.il
-2006-09-29 05:41:42,607 DEBUG Popping from q - planetlab1.cs.wayne.edu
-2006-09-29 05:42:04,285 DEBUG Found tickets for planetlab2.mnlab.cti.depaul.edu
-2006-09-29 05:42:04,285 DEBUG Popping from q - pli1-br-3.hpl.hp.com
-2006-09-29 05:42:07,405 DEBUG Found tickets for planetlab-8.cs.princeton.edu
-2006-09-29 05:42:07,406 DEBUG Popping from q - planetlab1.di.unito.it
-2006-09-29 05:42:16,909 DEBUG Found tickets for blast.uwaterloo.ca
-2006-09-29 05:42:16,910 DEBUG Popping from q - planetlab-1.ece.iastate.edu
-2006-09-29 05:42:17,269 DEBUG Found tickets for planetlab2.ucsd.edu
-2006-09-29 05:42:17,269 DEBUG Popping from q - sdu1.6planetlab.edu.cn
-2006-09-29 05:42:17,278 DEBUG Found tickets for planetlab1.cs.wayne.edu
-2006-09-29 05:42:17,278 DEBUG Popping from q - planetlab-13.cs.princeton.edu
-2006-09-29 05:42:24,071 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv
-2006-09-29 05:42:25,148 DEBUG Retrieved 705 hosts
-2006-09-29 05:42:25,155 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='drift%20%3E%201m'
-2006-09-29 05:42:25,304 DEBUG Retrieved 8 hosts
-2006-09-29 05:42:25,305 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='resptime%20%3E%200%20&&%20gbfree%20%3C%205'
-2006-09-29 05:42:25,466 DEBUG Retrieved 10 hosts
-2006-09-29 05:42:25,466 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='sshstatus%20%3E%202h'
-2006-09-29 05:42:25,827 DEBUG Retrieved 163 hosts
-2006-09-29 05:42:25,828 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='dns1udp%20%3E%2080%20&&%20dns2udp%20%3E%2080'
-2006-09-29 05:42:25,991 DEBUG Retrieved 6 hosts
-2006-09-29 05:42:25,991 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='filerw%3E0'
-2006-09-29 05:42:26,144 DEBUG Retrieved 3 hosts
-2006-09-29 05:42:32,053 DEBUG Found tickets for planetlab1.di.unito.it
-2006-09-29 05:42:32,053 DEBUG Popping from q - planet2.cs.ucsb.edu
-2006-09-29 05:42:37,178 DEBUG Found tickets for pli1-br-3.hpl.hp.com
-2006-09-29 05:42:37,178 DEBUG Popping from q - ent2.cs.nccu.edu.tw
-2006-09-29 05:42:46,104 DEBUG Found tickets for ent2.cs.nccu.edu.tw
-2006-09-29 05:42:46,105 DEBUG Popping from q - planetlab-4.ece.iastate.edu
-2006-09-29 05:42:52,113 DEBUG Found tickets for planetlab-1.ece.iastate.edu
-2006-09-29 05:42:52,113 DEBUG Popping from q - planetlab2.informatik.uni-goettingen.de
-2006-09-29 05:43:05,872 DEBUG Found tickets for planetlab-13.cs.princeton.edu
-2006-09-29 05:43:05,872 DEBUG Popping from q - planetlab1.mnl.cs.sunysb.edu
-2006-09-29 05:43:09,117 DEBUG Found tickets for sdu1.6planetlab.edu.cn
-2006-09-29 05:43:09,118 DEBUG Popping from q - planetlab-01.ipv6.lip6.fr
-2006-09-29 05:43:12,213 DEBUG Found tickets for planet2.cs.ucsb.edu
-2006-09-29 05:43:12,213 DEBUG Popping from q - planetlab04.ethz.ch
-2006-09-29 05:43:20,281 DEBUG Found tickets for planetlab04.ethz.ch
-2006-09-29 05:43:20,281 DEBUG Popping from q - sdu2.6planetlab.edu.cn
-2006-09-29 05:43:21,561 DEBUG Found tickets for planetlab-4.ece.iastate.edu
-2006-09-29 05:43:21,562 DEBUG Popping from q - planet-lab.iki.rssi.ru
-2006-09-29 05:43:31,910 DEBUG Found tickets for planetlab2.informatik.uni-goettingen.de
-2006-09-29 05:43:31,910 DEBUG Popping from q - planetlab1.polito.it
-2006-09-29 05:43:40,993 DEBUG Found tickets for planetlab1.mnl.cs.sunysb.edu
-2006-09-29 05:43:40,993 DEBUG Popping from q - planetlab1.uvic.ca
-2006-09-29 05:43:47,818 DEBUG Found tickets for sdu2.6planetlab.edu.cn
-2006-09-29 05:43:47,818 DEBUG Popping from q - planetlab2.uvic.ca
-2006-09-29 05:43:51,652 DEBUG Found tickets for planetlab-01.ipv6.lip6.fr
-2006-09-29 05:43:51,653 DEBUG Popping from q - planet2.cs.rochester.edu
-2006-09-29 05:43:58,640 DEBUG Found tickets for planet-lab.iki.rssi.ru
-2006-09-29 05:43:58,641 DEBUG Popping from q - lycra.cs.princeton.edu
-2006-09-29 05:44:08,086 DEBUG Found tickets for planetlab1.uvic.ca
-2006-09-29 05:44:08,086 DEBUG Popping from q - cloudburst.uwaterloo.ca
-2006-09-29 05:44:15,896 DEBUG Found tickets for cloudburst.uwaterloo.ca
-2006-09-29 05:44:15,897 DEBUG Popping from q - planetlab1.ias.csusb.edu
-2006-09-29 05:44:20,498 DEBUG Found tickets for planetlab1.polito.it
-2006-09-29 05:44:20,498 DEBUG Popping from q - planetlab1.cs.unibo.it
-2006-09-29 05:44:27,057 DEBUG Found tickets for planetlab2.uvic.ca
-2006-09-29 05:44:27,057 DEBUG Popping from q - cqu1.6planetlab.edu.cn
-2006-09-29 05:44:34,261 DEBUG Found tickets for lycra.cs.princeton.edu
-2006-09-29 05:44:34,261 DEBUG Popping from q - planetlab2.acis.ufl.edu
-2006-09-29 05:44:41,487 DEBUG Found tickets for planet2.cs.rochester.edu
-2006-09-29 05:44:41,487 DEBUG Popping from q - tju2.6planetlab.edu.cn
-2006-09-29 05:44:46,332 DEBUG Found tickets for planetlab1.cs.unibo.it
-2006-09-29 05:44:46,332 DEBUG Popping from q - planetlab-1.imperial.ac.uk
-2006-09-29 05:44:55,640 DEBUG Found tickets for planetlab-1.imperial.ac.uk
-2006-09-29 05:44:55,641 DEBUG Popping from q - orbpl1.rutgers.edu
-2006-09-29 05:44:59,485 DEBUG Found tickets for cqu1.6planetlab.edu.cn
-2006-09-29 05:44:59,485 DEBUG Popping from q - ent1.cs.nccu.edu.tw
-2006-09-29 05:45:03,373 DEBUG Found tickets for planetlab1.ias.csusb.edu
-2006-09-29 05:45:03,373 DEBUG Popping from q - planet0.jaist.ac.jp
-2006-09-29 05:45:19,501 DEBUG Found tickets for planet0.jaist.ac.jp
-2006-09-29 05:45:19,501 DEBUG Popping from q - planetlab1.informatik.uni-wuerzburg.de
-2006-09-29 05:45:21,496 DEBUG Found tickets for planetlab2.acis.ufl.edu
-2006-09-29 05:45:21,496 DEBUG Popping from q - planetlab0.ias.csusb.edu
-2006-09-29 05:45:26,697 DEBUG Found tickets for tju2.6planetlab.edu.cn
-2006-09-29 05:45:26,698 DEBUG Popping from q - 200-102-209-152.paemt7001.t.brasiltelecom.net.br
-2006-09-29 05:45:35,148 DEBUG Found tickets for orbpl1.rutgers.edu
-2006-09-29 05:45:35,148 DEBUG Popping from q - planet-lab-2.csse.monash.edu.au
-2006-09-29 05:45:37,789 DEBUG Found tickets for ent1.cs.nccu.edu.tw
-2006-09-29 05:45:37,789 DEBUG Popping from q - planet1.ecse.rpi.edu
-2006-09-29 05:45:46,602 DEBUG Found tickets for planetlab1.informatik.uni-wuerzburg.de
-2006-09-29 05:45:46,602 DEBUG Popping from q - planetlab2.pop-mg.rnp.br
-2006-09-29 05:45:52,738 DEBUG Found tickets for 200-102-209-152.paemt7001.t.brasiltelecom.net.br
-2006-09-29 05:45:52,738 DEBUG Popping from q - planetlab2.rdfrancetelecom.com
-2006-09-29 05:45:56,360 DEBUG Found tickets for planetlab0.ias.csusb.edu
-2006-09-29 05:45:56,360 DEBUG Popping from q - planetlab1.eurecom.fr
-2006-09-29 05:46:09,850 DEBUG Found tickets for planet-lab-2.csse.monash.edu.au
-2006-09-29 05:46:09,850 DEBUG Popping from q - tju1.6planetlab.edu.cn
-2006-09-29 05:46:09,874 DEBUG Found tickets for planet1.ecse.rpi.edu
-2006-09-29 05:46:09,874 DEBUG Popping from q - planetlab1.georgetown.edu
-2006-09-29 05:46:23,451 DEBUG Found tickets for planetlab2.pop-mg.rnp.br
-2006-09-29 05:46:23,451 DEBUG Popping from q - alice.cs.princeton.edu
-2006-09-29 05:46:26,253 DEBUG Found tickets for planetlab2.rdfrancetelecom.com
-2006-09-29 05:46:26,253 DEBUG Popping from q - planetlab-1.vuse.vanderbilt.edu
-2006-09-29 05:46:33,646 DEBUG Found tickets for planetlab1.eurecom.fr
-2006-09-29 05:46:33,647 DEBUG Popping from q - planetlab3.uvic.ca
-2006-09-29 05:46:42,717 DEBUG Found tickets for planetlab1.georgetown.edu
-2006-09-29 05:46:42,717 DEBUG Popping from q - scut2.6planetlab.edu.cn
-2006-09-29 05:46:51,003 DEBUG Found tickets for tju1.6planetlab.edu.cn
-2006-09-29 05:46:51,003 DEBUG Popping from q - planetlab1.swidnik.rd.tp.pl
-2006-09-29 05:46:53,336 DEBUG Found tickets for alice.cs.princeton.edu
-2006-09-29 05:46:53,336 DEBUG Popping from q - planet2.cdacb.ernet.in
-2006-09-29 05:46:59,762 DEBUG Found tickets for planetlab-1.vuse.vanderbilt.edu
-2006-09-29 05:46:59,762 DEBUG Popping from q - planetlab1.rdfrancetelecom.com
-2006-09-29 05:47:07,442 DEBUG Found tickets for planetlab3.uvic.ca
-2006-09-29 05:47:07,442 DEBUG Popping from q - planetlab-1.tssg.org
-2006-09-29 05:47:14,731 DEBUG Found tickets for planetlab1.swidnik.rd.tp.pl
-2006-09-29 05:47:14,732 DEBUG Popping from q - planetlab-2.vuse.vanderbilt.edu
-2006-09-29 05:47:23,672 DEBUG Found tickets for scut2.6planetlab.edu.cn
-2006-09-29 05:47:23,673 DEBUG Popping from q - planetlab1.pop-rj.rnp.br
-2006-09-29 05:47:30,485 DEBUG Found tickets for planet2.cdacb.ernet.in
-2006-09-29 05:47:30,486 DEBUG Popping from q - ds-pl3.technion.ac.il
-2006-09-29 05:47:30,529 DEBUG Found tickets for planetlab1.rdfrancetelecom.com
-2006-09-29 05:47:30,529 DEBUG Popping from q - planetlab1.unl.edu
-2006-09-29 05:47:38,260 DEBUG Found tickets for planetlab-1.tssg.org
-2006-09-29 05:47:38,260 DEBUG Popping from q - planetlab1.cse.msu.edu
-2006-09-29 05:47:52,922 DEBUG Found tickets for planetlab-2.vuse.vanderbilt.edu
-2006-09-29 05:47:52,922 DEBUG Popping from q - planetlab1.cs.colorado.edu
-2006-09-29 05:48:01,051 DEBUG Found tickets for planetlab1.cs.colorado.edu
-2006-09-29 05:48:01,051 DEBUG Popping from q - planetlab02.cs.washington.edu
-2006-09-29 05:48:02,240 DEBUG Found tickets for planetlab1.unl.edu
-2006-09-29 05:48:02,240 DEBUG Popping from q - orbpl2.rutgers.edu
-2006-09-29 05:48:07,378 DEBUG Found tickets for planetlab1.pop-rj.rnp.br
-2006-09-29 05:48:07,378 DEBUG Popping from q - planetlab2.informatik.uni-erlangen.de
-2006-09-29 05:48:08,595 DEBUG Found tickets for ds-pl3.technion.ac.il
-2006-09-29 05:48:08,596 DEBUG Popping from q - planetlab1.cs.purdue.edu
-2006-09-29 05:48:20,913 DEBUG Found tickets for planetlab1.cse.msu.edu
-2006-09-29 05:48:20,913 DEBUG Popping from q - planetlab2.iitb.ac.in
-2006-09-29 05:48:30,705 DEBUG Found tickets for planetlab2.iitb.ac.in
-2006-09-29 05:48:30,706 DEBUG Popping from q - server1.planetlab.iit-tech.net
-2006-09-29 05:48:30,743 DEBUG Found tickets for planetlab02.cs.washington.edu
-2006-09-29 05:48:30,743 DEBUG Popping from q - planetlab1.iitb.ac.in
-2006-09-29 05:48:40,888 DEBUG Found tickets for planetlab2.informatik.uni-erlangen.de
-2006-09-29 05:48:40,889 DEBUG Popping from q - pku1.6planetlab.edu.cn
-2006-09-29 05:48:40,895 DEBUG Found tickets for planetlab1.cs.purdue.edu
-2006-09-29 05:48:40,895 DEBUG Popping from q - csu2.6planetlab.edu.cn
-2006-09-29 05:48:43,645 DEBUG Found tickets for orbpl2.rutgers.edu
-2006-09-29 05:48:43,645 DEBUG Popping from q - planetlab2.cse.msu.edu
-2006-09-29 05:49:02,563 DEBUG Found tickets for server1.planetlab.iit-tech.net
-2006-09-29 05:49:02,564 DEBUG Popping from q - planetlab2.georgetown.edu
-2006-09-29 05:49:03,555 DEBUG Found tickets for planetlab1.iitb.ac.in
-2006-09-29 05:49:03,555 DEBUG Popping from q - server2.planetlab.iit-tech.net
-2006-09-29 05:49:09,019 DEBUG Found tickets for csu2.6planetlab.edu.cn
-2006-09-29 05:49:09,019 DEBUG Popping from q - planetlab2.informatik.uni-kl.de
-2006-09-29 05:49:09,045 DEBUG Found tickets for planetlab2.cse.msu.edu
-2006-09-29 05:49:09,045 DEBUG Popping from q - planet1.cs.rochester.edu
-2006-09-29 05:49:11,931 DEBUG Found tickets for pku1.6planetlab.edu.cn
-2006-09-29 05:49:11,931 DEBUG Popping from q - planetlab-2.imperial.ac.uk
-2006-09-29 05:49:29,287 DEBUG Found tickets for planet1.cs.rochester.edu
-2006-09-29 05:49:29,288 DEBUG Popping from q - planetlab1.rutgers.edu
-2006-09-29 05:49:30,945 DEBUG Found tickets for server2.planetlab.iit-tech.net
-2006-09-29 05:49:30,945 DEBUG Popping from q - planetlab-1.sjce.nodes.planet-lab.org
-2006-09-29 05:49:40,814 DEBUG Found tickets for planetlab2.informatik.uni-kl.de
-2006-09-29 05:49:40,814 DEBUG Popping from q - planetlab1.ie.cuhk.edu.hk
-2006-09-29 05:49:44,356 DEBUG Found tickets for planetlab-2.imperial.ac.uk
-2006-09-29 05:49:44,356 DEBUG Popping from q - planetlab1.rn.informatics.scitech.susx.ac.uk
-2006-09-29 05:49:51,468 DEBUG Found tickets for planetlab1.rn.informatics.scitech.susx.ac.uk
-2006-09-29 05:49:51,468 DEBUG Popping from q - planetlab1.eee.hku.hk
-2006-09-29 05:49:53,264 DEBUG Found tickets for planetlab2.georgetown.edu
-2006-09-29 05:49:53,264 DEBUG Popping from q - planet2.halifax.canet4.nodes.planet-lab.org
-2006-09-29 05:50:13,230 DEBUG Found tickets for planetlab1.rutgers.edu
-2006-09-29 05:50:13,230 DEBUG Popping from q - planetlab-2.tssg.org
-2006-09-29 05:50:13,778 DEBUG Found tickets for planetlab-1.sjce.nodes.planet-lab.org
-2006-09-29 05:50:13,778 DEBUG Popping from q - 200-102-209-151.paemt7001.t.brasiltelecom.net.br
-2006-09-29 05:50:19,189 DEBUG Found tickets for planetlab1.ie.cuhk.edu.hk
-2006-09-29 05:50:19,189 DEBUG Popping from q - planetlab2.elet.polimi.it
-2006-09-29 05:50:24,003 DEBUG Found tickets for planetlab1.eee.hku.hk
-2006-09-29 05:50:24,004 DEBUG Popping from q - pli1-br-3.hpl.hp.com
-2006-09-29 05:50:24,014 DEBUG Found tickets for pli1-br-3.hpl.hp.com
-2006-09-29 05:50:24,015 DEBUG Popping from q - planetlab2.nbgisp.com
-2006-09-29 05:50:24,052 DEBUG Found tickets for planet2.halifax.canet4.nodes.planet-lab.org
-2006-09-29 05:50:24,053 DEBUG Popping from q - planetlab1.cs.stir.ac.uk
-2006-09-29 05:50:39,842 DEBUG Found tickets for 200-102-209-151.paemt7001.t.brasiltelecom.net.br
-2006-09-29 05:50:39,843 DEBUG Popping from q - planetlab1.cse.msu.edu
-2006-09-29 05:50:39,903 DEBUG Found tickets for planetlab1.cse.msu.edu
-2006-09-29 05:50:39,903 DEBUG Popping from q - planetlab2.cse.msu.edu
-2006-09-29 05:50:39,936 DEBUG Found tickets for planetlab2.cse.msu.edu
-2006-09-29 05:50:39,936 DEBUG Popping from q - planetlab0.cs.stir.ac.uk
-2006-09-29 05:50:50,880 DEBUG Found tickets for planetlab-2.tssg.org
-2006-09-29 05:50:50,880 DEBUG Popping from q - planetlab1.informatik.uni-erlangen.de
-2006-09-29 05:50:51,063 DEBUG Popping from q - planetlab1.cs.purdue.edu
-2006-09-29 05:50:51,075 DEBUG Found tickets for planetlab1.cs.purdue.edu
-2006-09-29 05:50:51,076 DEBUG Popping from q - planetlab1.een.orst.edu
-2006-09-29 05:50:54,410 DEBUG Popping from q - planetlab2.cs.columbia.edu
-2006-09-29 05:50:58,832 DEBUG Popping from q - planetlab1.win.trlabs.ca
-2006-09-29 05:51:14,800 DEBUG Popping from q - planetlab1.cs.duke.edu
-2006-09-29 05:51:21,014 DEBUG Popping from q - planetlab2.flux.utah.edu
-2006-09-29 05:51:25,976 DEBUG Popping from q - planetlab3.cs.columbia.edu
-2006-09-29 05:51:26,273 DEBUG Popping from q - planetlab1.cs.columbia.edu
-2006-09-29 05:51:29,324 DEBUG Popping from q - planetlab3.flux.utah.edu
-2006-09-29 05:51:47,033 DEBUG Popping from q - planetlab-1.eecs.cwru.edu
-2006-09-29 05:51:54,024 DEBUG Popping from q - planetlab2.rutgers.edu
-2006-09-29 05:51:54,025 DEBUG Popping from q - vn3.cs.wustl.edu
-2006-09-29 05:51:54,050 DEBUG Found tickets for vn3.cs.wustl.edu
-2006-09-29 05:51:54,050 DEBUG Popping from q - planetlab2.cri.haifa.ac.il
-2006-09-29 05:51:54,051 DEBUG Found tickets for planetlab2.rutgers.edu
-2006-09-29 05:51:54,051 DEBUG Popping from q - soccf-planet-001.comp.nus.edu.sg
-2006-09-29 05:51:54,088 DEBUG Found tickets for soccf-planet-001.comp.nus.edu.sg
-2006-09-29 05:51:54,088 DEBUG Popping from q - planetlab01.cse.psu.edu
-2006-09-29 05:51:54,131 DEBUG Found tickets for planetlab2.cri.haifa.ac.il
-2006-09-29 05:51:54,131 DEBUG Popping from q - csu2.6planetlab.edu.cn
-2006-09-29 05:51:54,159 DEBUG Found tickets for csu2.6planetlab.edu.cn
-2006-09-29 05:51:54,159 DEBUG Popping from q - planet2.njit.edu
-2006-09-29 05:51:54,176 DEBUG Found tickets for planet2.njit.edu
-2006-09-29 05:51:54,176 DEBUG Popping from q - planetlab2.unl.edu
-2006-09-29 05:52:03,439 DEBUG Popping from q - planetlab1.cs.pitt.edu
-2006-09-29 05:52:03,471 DEBUG Popping from q - planetlab-2.eecs.cwru.edu
-2006-09-29 05:52:16,236 DEBUG Popping from q - planetlab2.urv.net
-2006-09-29 05:52:23,805 DEBUG Popping from q - planetlab7.csail.mit.edu
-2006-09-29 05:52:23,843 DEBUG Found tickets for planetlab7.csail.mit.edu
-2006-09-29 05:52:23,844 DEBUG Popping from q - buaa1.6planetlab.edu.cn
-2006-09-29 05:52:23,873 DEBUG Found tickets for buaa1.6planetlab.edu.cn
-2006-09-29 05:52:23,874 DEBUG Popping from q - ricepl-3.cs.rice.edu
-2006-09-29 05:52:28,508 DEBUG Popping from q - planet-lab-1.csse.monash.edu.au
-2006-09-29 05:52:35,224 DEBUG Popping from q - planetlab5.millennium.berkeley.edu
-2006-09-29 05:52:41,844 DEBUG Popping from q - planetlab1.pop-ce.rnp.br
-2006-09-29 05:52:41,879 DEBUG Found tickets for planetlab1.pop-ce.rnp.br
-2006-09-29 05:52:41,879 DEBUG Popping from q - planetlab2.mnlab.cti.depaul.edu
-2006-09-29 05:52:41,907 DEBUG Found tickets for planetlab2.mnlab.cti.depaul.edu
-2006-09-29 05:52:41,908 DEBUG Popping from q - peace.ri.uni-tuebingen.de
-2006-09-29 05:52:50,168 DEBUG Popping from q - planetlab-8.cs.princeton.edu
-2006-09-29 05:52:50,224 DEBUG Found tickets for planetlab-8.cs.princeton.edu
-2006-09-29 05:52:50,224 DEBUG Popping from q - planetlab2.ucsd.edu
-2006-09-29 05:52:50,262 DEBUG Found tickets for planetlab2.ucsd.edu
-2006-09-29 05:52:50,262 DEBUG Popping from q - blast.uwaterloo.ca
-2006-09-29 05:52:50,274 DEBUG Found tickets for blast.uwaterloo.ca
-2006-09-29 05:52:50,274 DEBUG Popping from q - planetlab1.cs.wayne.edu
-2006-09-29 05:52:50,289 DEBUG Found tickets for planetlab1.cs.wayne.edu
-2006-09-29 05:52:50,289 DEBUG Popping from q - pli1-br-3.hpl.hp.com
-2006-09-29 05:52:50,322 DEBUG Found tickets for pli1-br-3.hpl.hp.com
-2006-09-29 05:52:50,322 DEBUG Popping from q - planetlab2.eurecom.fr
-2006-09-29 05:53:00,352 DEBUG Popping from q - planetlab1.di.unito.it
-2006-09-29 05:53:00,370 DEBUG Found tickets for planetlab1.di.unito.it
-2006-09-29 05:53:00,370 DEBUG Popping from q - planetlab2.simula.no
-2006-09-29 05:53:02,493 DEBUG Popping from q - planetlab01.dis.unina.it
-2006-09-29 05:53:08,309 DEBUG Popping from q - planetlab1.flux.utah.edu
-2006-09-29 05:53:09,505 DEBUG Popping from q - planetlab-1.ece.iastate.edu
-2006-09-29 05:53:09,541 DEBUG Found tickets for planetlab-1.ece.iastate.edu
-2006-09-29 05:53:09,541 DEBUG Popping from q - sdu1.6planetlab.edu.cn
-2006-09-29 05:53:09,572 DEBUG Found tickets for sdu1.6planetlab.edu.cn
-2006-09-29 05:53:09,572 DEBUG Popping from q - planetlab4.upc.es
-2006-09-29 05:53:23,001 DEBUG Popping from q - planetlab-13.cs.princeton.edu
-2006-09-29 05:53:23,041 DEBUG Found tickets for planetlab-13.cs.princeton.edu
-2006-09-29 05:53:23,041 DEBUG Popping from q - planet1.cc.gt.atl.ga.us
-2006-09-29 05:53:30,103 DEBUG Popping from q - planetlab2.eecs.wsu.edu
-2006-09-29 05:53:38,402 DEBUG Popping from q - planet2.cs.ucsb.edu
-2006-09-29 05:53:38,420 DEBUG Found tickets for planet2.cs.ucsb.edu
-2006-09-29 05:53:38,420 DEBUG Popping from q - xjtu2.6planetlab.edu.cn
-2006-09-29 05:53:39,127 DEBUG Popping from q - planetlab3.upc.es
-2006-09-29 05:53:39,135 DEBUG Popping from q - node1.lbnl.nodes.planet-lab.org
-2006-09-29 05:54:02,623 DEBUG Popping from q - planetlab1.iitr.ernet.in
-2006-09-29 05:54:05,209 DEBUG Popping from q - planetlab1.ipls.internet2.planet-lab.org
-2006-09-29 05:54:12,355 DEBUG Popping from q - planetlab2.uvic.ca
-2006-09-29 05:54:12,395 DEBUG Found tickets for planetlab2.uvic.ca
-2006-09-29 05:54:12,396 DEBUG Popping from q - planetlab01.erin.utoronto.ca
-2006-09-29 05:54:20,689 DEBUG Popping from q - planetlab-4.ece.iastate.edu
-2006-09-29 05:54:20,774 DEBUG Found tickets for planetlab-4.ece.iastate.edu
-2006-09-29 05:54:20,774 DEBUG Popping from q - planetlab2.informatik.uni-goettingen.de
-2006-09-29 05:54:20,829 DEBUG Found tickets for planetlab2.informatik.uni-goettingen.de
-2006-09-29 05:54:20,829 DEBUG Popping from q - ds-pl1.technion.ac.il
-2006-09-29 05:54:23,542 DEBUG Popping from q - planetlab1.mnl.cs.sunysb.edu
-2006-09-29 05:54:23,569 DEBUG Found tickets for planetlab1.mnl.cs.sunysb.edu
-2006-09-29 05:54:23,569 DEBUG Popping from q - aladdin.planetlab.extranet.uni-passau.de
-2006-09-29 05:54:25,595 DEBUG Popping from q - planetlab-1.cs.uni-paderborn.de
-2006-09-29 05:54:25,608 DEBUG Popping from q - planet1.njit.edu
-2006-09-29 05:54:36,983 DEBUG Popping from q - pku2.6planetlab.edu.cn
-2006-09-29 05:54:54,006 DEBUG Popping from q - planetlab-1.cs.ucy.ac.cy
-2006-09-29 05:54:54,007 DEBUG Popping from q - planetlab00.cse.psu.edu
-2006-09-29 05:55:02,144 DEBUG Popping from q - planetlab04.ethz.ch
-2006-09-29 05:55:02,164 DEBUG Found tickets for planetlab04.ethz.ch
-2006-09-29 05:55:02,165 DEBUG Popping from q - sdu2.6planetlab.edu.cn
-2006-09-29 05:55:02,187 DEBUG Found tickets for sdu2.6planetlab.edu.cn
-2006-09-29 05:55:02,188 DEBUG Popping from q - planet-lab.iki.rssi.ru
-2006-09-29 05:55:02,192 DEBUG Found tickets for planet-lab.iki.rssi.ru
-2006-09-29 05:55:02,193 DEBUG Popping from q - planetlab1.polito.it
-2006-09-29 05:55:02,219 DEBUG Found tickets for planetlab1.polito.it
-2006-09-29 05:55:02,220 DEBUG Popping from q - planetlab1.uvic.ca
-2006-09-29 05:55:02,259 DEBUG Found tickets for planetlab1.uvic.ca
-2006-09-29 05:55:02,260 DEBUG Popping from q - planetlab1.cs.byu.edu
-2006-09-29 05:55:03,199 DEBUG Popping from q - planetlab-1.amst.nodes.planet-lab.org
-2006-09-29 05:55:11,451 DEBUG Popping from q - cloudburst.uwaterloo.ca
-2006-09-29 05:55:11,519 DEBUG Found tickets for cloudburst.uwaterloo.ca
-2006-09-29 05:55:11,519 DEBUG Popping from q - planet2.cs.rochester.edu
-2006-09-29 05:55:11,561 DEBUG Found tickets for planet2.cs.rochester.edu
-2006-09-29 05:55:11,562 DEBUG Popping from q - planetlab1.xeno.cl.cam.ac.uk
-2006-09-29 05:55:24,344 DEBUG Popping from q - lycra.cs.princeton.edu
-2006-09-29 05:55:24,377 DEBUG Found tickets for lycra.cs.princeton.edu
-2006-09-29 05:55:24,377 DEBUG Popping from q - planetlab06.mpi-sws.mpg.de
-2006-09-29 05:55:31,233 DEBUG Popping from q - planetlab1.ias.csusb.edu
-2006-09-29 05:55:31,239 DEBUG Found tickets for planetlab1.ias.csusb.edu
-2006-09-29 05:55:31,239 DEBUG Popping from q - vayu.iitd.ernet.in
-2006-09-29 05:55:36,540 DEBUG Popping from q - node2.lbnl.nodes.planet-lab.org
-2006-09-29 05:55:43,760 DEBUG Popping from q - planetlab2.cs.byu.edu
-2006-09-29 05:55:49,493 DEBUG Popping from q - cqu1.6planetlab.edu.cn
-2006-09-29 05:55:49,556 DEBUG Found tickets for cqu1.6planetlab.edu.cn
-2006-09-29 05:55:49,556 DEBUG Popping from q - planetlab2.acis.ufl.edu
-2006-09-29 05:55:49,597 DEBUG Found tickets for planetlab2.acis.ufl.edu
-2006-09-29 05:55:49,597 DEBUG Popping from q - planetlab1.cs.unibo.it
-2006-09-29 05:55:49,611 DEBUG Found tickets for planetlab1.cs.unibo.it
-2006-09-29 05:55:49,611 DEBUG Popping from q - tju2.6planetlab.edu.cn
-2006-09-29 05:55:49,622 DEBUG Found tickets for tju2.6planetlab.edu.cn
-2006-09-29 05:55:49,623 DEBUG Popping from q - orbpl1.rutgers.edu
-2006-09-29 05:55:49,653 DEBUG Found tickets for orbpl1.rutgers.edu
-2006-09-29 05:55:49,653 DEBUG Popping from q - ent1.cs.nccu.edu.tw
-2006-09-29 05:55:49,655 DEBUG Found tickets for ent1.cs.nccu.edu.tw
-2006-09-29 05:55:49,655 DEBUG Popping from q - planet0.jaist.ac.jp
-2006-09-29 05:55:49,662 DEBUG Found tickets for planet0.jaist.ac.jp
-2006-09-29 05:55:49,662 DEBUG Popping from q - planetlab1.informatik.uni-wuerzburg.de
-2006-09-29 05:55:49,665 DEBUG Found tickets for planetlab1.informatik.uni-wuerzburg.de
-2006-09-29 05:55:49,666 DEBUG Popping from q - planetlab3.warsaw.rd.tp.pl
-2006-09-29 05:55:53,483 DEBUG Popping from q - planetlab0.ias.csusb.edu
-2006-09-29 05:55:53,525 DEBUG Found tickets for planetlab0.ias.csusb.edu
-2006-09-29 05:55:53,525 DEBUG Popping from q - planetlab-2.amst.nodes.planet-lab.org
-2006-09-29 05:55:59,827 DEBUG Popping from q - planetlab3.inria.fr
-2006-09-29 05:56:10,612 DEBUG Popping from q - 200-102-209-152.paemt7001.t.brasiltelecom.net.br
-2006-09-29 05:56:10,655 DEBUG Found tickets for 200-102-209-152.paemt7001.t.brasiltelecom.net.br
-2006-09-29 05:56:10,655 DEBUG Popping from q - planetlab3.mnl.cs.sunysb.edu
-2006-09-29 05:56:18,994 DEBUG Popping from q - planetlab-15.cs.princeton.edu
-2006-09-29 05:56:19,893 DEBUG Popping from q - ent2.cs.nccu.edu.tw
-2006-09-29 05:56:19,930 DEBUG Found tickets for ent2.cs.nccu.edu.tw
-2006-09-29 05:56:19,931 DEBUG Popping from q - planet-lab-2.csse.monash.edu.au
-2006-09-29 05:56:19,956 DEBUG Found tickets for planet-lab-2.csse.monash.edu.au
-2006-09-29 05:56:19,956 DEBUG Popping from q - planet1.ecse.rpi.edu
-2006-09-29 05:56:19,980 DEBUG Found tickets for planet1.ecse.rpi.edu
-2006-09-29 05:56:19,981 DEBUG Popping from q - planetlab2.pop-mg.rnp.br
-2006-09-29 05:56:20,007 DEBUG Found tickets for planetlab2.pop-mg.rnp.br
-2006-09-29 05:56:20,008 DEBUG Popping from q - planetlab-2.unk.edu
-2006-09-29 05:56:20,990 DEBUG Popping from q - planetlab2.rdfrancetelecom.com
-2006-09-29 05:56:21,079 DEBUG Found tickets for planetlab2.rdfrancetelecom.com
-2006-09-29 05:56:21,080 DEBUG Popping from q - planetlab1.eurecom.fr
-2006-09-29 05:56:21,114 DEBUG Found tickets for planetlab1.eurecom.fr
-2006-09-29 05:56:21,115 DEBUG Popping from q - planetlab1.cs.virginia.edu
-2006-09-29 05:56:25,520 DEBUG Popping from q - tju1.6planetlab.edu.cn
-2006-09-29 05:56:25,546 DEBUG Found tickets for tju1.6planetlab.edu.cn
-2006-09-29 05:56:25,546 DEBUG Popping from q - planetlab-3.amst.nodes.planet-lab.org
-2006-09-29 05:56:36,956 DEBUG Popping from q - planetlab2.iitr.ernet.in
-2006-09-29 05:56:50,933 DEBUG Popping from q - planetlab1.georgetown.edu
-2006-09-29 05:56:50,988 DEBUG Found tickets for planetlab1.georgetown.edu
-2006-09-29 05:56:50,988 DEBUG Popping from q - planet1.inf.tu-dresden.de
-2006-09-29 05:56:51,822 DEBUG Popping from q - alice.cs.princeton.edu
-2006-09-29 05:56:51,865 DEBUG Found tickets for alice.cs.princeton.edu
-2006-09-29 05:56:51,865 DEBUG Popping from q - planetlab02.erin.utoronto.ca
-2006-09-29 05:56:56,626 DEBUG Popping from q - planetlab-1.vuse.vanderbilt.edu
-2006-09-29 05:56:56,653 DEBUG Found tickets for planetlab-1.vuse.vanderbilt.edu
-2006-09-29 05:56:56,653 DEBUG Popping from q - planetlab3.uvic.ca
-2006-09-29 05:56:56,672 DEBUG Found tickets for planetlab3.uvic.ca
-2006-09-29 05:56:56,672 DEBUG Popping from q - scut2.6planetlab.edu.cn
-2006-09-29 05:56:56,677 DEBUG Found tickets for scut2.6planetlab.edu.cn
-2006-09-29 05:56:56,677 DEBUG Popping from q - planetlab1.swidnik.rd.tp.pl
-2006-09-29 05:56:56,719 DEBUG Found tickets for planetlab1.swidnik.rd.tp.pl
-2006-09-29 05:56:56,720 DEBUG Popping from q - planet2.cdacb.ernet.in
-2006-09-29 05:56:56,769 DEBUG Found tickets for planet2.cdacb.ernet.in
-2006-09-29 05:56:56,769 DEBUG Popping from q - planetlab1.rdfrancetelecom.com
-2006-09-29 05:56:56,791 DEBUG Found tickets for planetlab1.rdfrancetelecom.com
-2006-09-29 05:56:56,791 DEBUG Popping from q - planet2.inf.tu-dresden.de
-2006-09-29 05:56:58,355 DEBUG Popping from q - planet02.csc.ncsu.edu
-2006-09-29 05:57:20,035 DEBUG Popping from q - planetlab-1.tssg.org
-2006-09-29 05:57:20,072 DEBUG Found tickets for planetlab-1.tssg.org
-2006-09-29 05:57:20,072 DEBUG Popping from q - planetlab-2.vuse.vanderbilt.edu
-2006-09-29 05:57:20,116 DEBUG Found tickets for planetlab-2.vuse.vanderbilt.edu
-2006-09-29 05:57:20,116 DEBUG Popping from q - planetlab-11.cs.princeton.edu
-2006-09-29 05:57:21,115 DEBUG Popping from q - planet03.csc.ncsu.edu
-2006-09-29 05:57:21,121 DEBUG Popping from q - planetlab1.pop-rj.rnp.br
-2006-09-29 05:57:21,153 DEBUG Found tickets for planetlab1.pop-rj.rnp.br
-2006-09-29 05:57:21,153 DEBUG Popping from q - planet1.halifax.canet4.nodes.planet-lab.org
-2006-09-29 05:57:25,371 DEBUG Popping from q - planet2.cavite.nodes.planet-lab.org
-2006-09-29 05:57:27,807 DEBUG Popping from q - planetlab2.uc.edu
-2006-09-29 05:57:50,898 DEBUG Popping from q - planet1.cavite.nodes.planet-lab.org
-2006-09-29 05:57:51,271 DEBUG Popping from q - ds-pl3.technion.ac.il
-2006-09-29 05:57:51,289 DEBUG Found tickets for ds-pl3.technion.ac.il
-2006-09-29 05:57:51,290 DEBUG Popping from q - planetlab2.cs.purdue.edu
-2006-09-29 05:57:52,903 DEBUG Popping from q - planetlab3.millennium.berkeley.edu
-2006-09-29 05:57:52,906 DEBUG Popping from q - planetlab1.unl.edu
-2006-09-29 05:57:52,923 DEBUG Found tickets for planetlab1.unl.edu
-2006-09-29 05:57:52,924 DEBUG Popping from q - planetlab1.cs.colorado.edu
-2006-09-29 05:57:52,945 DEBUG Found tickets for planetlab1.cs.colorado.edu
-2006-09-29 05:57:52,945 DEBUG Popping from q - planetlab02.cs.washington.edu
-2006-09-29 05:57:52,972 DEBUG Found tickets for planetlab02.cs.washington.edu
-2006-09-29 05:57:52,972 DEBUG Popping from q - pads21.cs.nthu.edu.tw
-2006-09-29 05:58:00,328 DEBUG Popping from q - orbpl2.rutgers.edu
-2006-09-29 05:58:00,387 DEBUG Found tickets for orbpl2.rutgers.edu
-2006-09-29 05:58:00,388 DEBUG Popping from q - planetlab2.informatik.uni-erlangen.de
-2006-09-29 05:58:00,410 DEBUG Found tickets for planetlab2.informatik.uni-erlangen.de
-2006-09-29 05:58:00,410 DEBUG Popping from q - planetlab-01.ipv6.lip6.fr
-2006-09-29 05:58:00,431 DEBUG Found tickets for planetlab-01.ipv6.lip6.fr
-2006-09-29 05:58:00,431 DEBUG Popping from q - pl2.ernet.in
-2006-09-29 05:58:02,117 DEBUG Popping from q - neu2.6planetlab.edu.cn
-2006-09-29 05:58:24,603 DEBUG Popping from q - planetlab-2.cs.uni-paderborn.de
-2006-09-29 05:58:30,970 DEBUG Popping from q - planet5.cs.huji.ac.il
-2006-09-29 05:58:31,012 DEBUG Popping from q - planetlab1.elet.polimi.it
-2006-09-29 05:58:38,097 DEBUG Popping from q - planetlab2.iiitb.ac.in
-2006-09-29 05:58:40,053 DEBUG Popping from q - server1.planetlab.iit-tech.net
-2006-09-29 05:58:40,083 DEBUG Found tickets for server1.planetlab.iit-tech.net
-2006-09-29 05:58:40,083 DEBUG Popping from q - planetlab2.iitb.ac.in
-2006-09-29 05:58:40,113 DEBUG Found tickets for planetlab2.iitb.ac.in
-2006-09-29 05:58:40,114 DEBUG Popping from q - planetlab02.dis.unina.it
-2006-09-29 05:58:56,817 DEBUG Popping from q - planetlab-1.dis.uniroma1.it
-2006-09-29 05:58:57,925 DEBUG Popping from q - planetlab1.iitb.ac.in
-2006-09-29 05:58:57,930 DEBUG Popping from q - pku1.6planetlab.edu.cn
-2006-09-29 05:58:57,950 DEBUG Found tickets for pku1.6planetlab.edu.cn
-2006-09-29 05:58:57,951 DEBUG Popping from q - planetlab1.warsaw.rd.tp.pl
-2006-09-29 05:58:57,952 DEBUG Found tickets for planetlab1.iitb.ac.in
-2006-09-29 05:58:57,953 DEBUG Popping from q - planetlab1.cri.haifa.ac.il
-2006-09-29 05:58:57,999 DEBUG Found tickets for planetlab1.cri.haifa.ac.il
-2006-09-29 05:58:57,999 DEBUG Popping from q - planetlab-2.cs.ucy.ac.cy
-2006-09-29 05:59:13,957 DEBUG Popping from q - pl1.ernet.in
-2006-09-29 05:59:22,272 DEBUG Popping from q - planetlab2.georgetown.edu
-2006-09-29 05:59:22,315 DEBUG Found tickets for planetlab2.georgetown.edu
-2006-09-29 05:59:22,316 DEBUG Popping from q - server2.planetlab.iit-tech.net
-2006-09-29 05:59:22,352 DEBUG Found tickets for server2.planetlab.iit-tech.net
-2006-09-29 05:59:22,352 DEBUG Popping from q - planetlab2.di.unito.it
-2006-09-29 05:59:24,986 DEBUG Popping from q - planetlab1.csee.usf.edu
-2006-09-29 05:59:30,331 DEBUG Popping from q - planetlab-2.dis.uniroma1.it
-2006-09-29 05:59:37,025 DEBUG Popping from q - planetlab2.informatik.uni-kl.de
-2006-09-29 05:59:37,060 DEBUG Found tickets for planetlab2.informatik.uni-kl.de
-2006-09-29 05:59:37,060 DEBUG Popping from q - planet1.cs.rochester.edu
-2006-09-29 05:59:37,151 DEBUG Found tickets for planet1.cs.rochester.edu
-2006-09-29 05:59:37,151 DEBUG Popping from q - planetlab1.rutgers.edu
-2006-09-29 05:59:37,188 DEBUG Found tickets for planetlab1.rutgers.edu
-2006-09-29 05:59:37,189 DEBUG Popping from q - planetlab-2.ece.iastate.edu
-2006-09-29 05:59:50,346 DEBUG Popping from q - planetlab-1.sjce.nodes.planet-lab.org
-2006-09-29 05:59:50,393 DEBUG Found tickets for planetlab-1.sjce.nodes.planet-lab.org
-2006-09-29 05:59:50,393 DEBUG Popping from q - planetlab2.ece.ucdavis.edu
-2006-09-29 05:59:53,990 DEBUG Popping from q - planetlab1.ie.cuhk.edu.hk
-2006-09-29 05:59:54,033 DEBUG Found tickets for planetlab1.ie.cuhk.edu.hk
-2006-09-29 05:59:54,033 DEBUG Popping from q - planetlab2lannion.elibel.tm.fr
-2006-09-29 05:59:56,539 DEBUG Popping from q - planetlab01.mpi-sws.mpg.de
-2006-09-29 05:59:59,032 DEBUG Popping from q - planetlab2.cs.duke.edu
-2006-09-29 06:00:07,932 DEBUG Popping from q - planetlab1.rn.informatics.scitech.susx.ac.uk
-2006-09-29 06:00:08,002 DEBUG Found tickets for planetlab1.rn.informatics.scitech.susx.ac.uk
-2006-09-29 06:00:08,002 DEBUG Popping from q - planetlab1.eee.hku.hk
-2006-09-29 06:00:08,046 DEBUG Found tickets for planetlab1.eee.hku.hk
-2006-09-29 06:00:08,047 DEBUG Popping from q - pads23.cs.nthu.edu.tw
-2006-09-29 06:00:24,416 DEBUG Popping from q - planet2.halifax.canet4.nodes.planet-lab.org
-2006-09-29 06:00:24,495 DEBUG Found tickets for planet2.halifax.canet4.nodes.planet-lab.org
-2006-09-29 06:00:24,495 DEBUG Popping from q - planetlab-2.tssg.org
-2006-09-29 06:00:24,580 DEBUG Found tickets for planetlab-2.tssg.org
-2006-09-29 06:00:24,580 DEBUG Popping from q - 200-102-209-151.paemt7001.t.brasiltelecom.net.br
-2006-09-29 06:00:24,626 DEBUG Found tickets for 200-102-209-151.paemt7001.t.brasiltelecom.net.br
-2006-09-29 06:00:24,627 DEBUG Popping from q - planetlab2.poly.edu
-2006-09-29 06:00:26,823 DEBUG Popping from q - planetlab1.poly.edu
-2006-09-29 06:00:32,740 DEBUG Popping from q - planetlab2.net-research.org.uk
-2006-09-29 06:00:32,786 DEBUG Found tickets for planetlab2.net-research.org.uk
-2006-09-29 06:00:32,786 DEBUG Popping from q - planetlab-2.imperial.ac.uk
-2006-09-29 06:00:32,817 DEBUG Found tickets for planetlab-2.imperial.ac.uk
-2006-09-29 06:00:32,817 DEBUG Popping from q - planetlab-1.imperial.ac.uk
-2006-09-29 06:00:32,871 DEBUG Found tickets for planetlab-1.imperial.ac.uk
-2006-09-29 06:00:32,871 DEBUG Popping from q - planetlab1.byu.edu
-2006-09-29 06:00:35,006 DEBUG Popping from q - planetlab1.cis.upenn.edu
-2006-09-29 06:00:43,076 DEBUG Popping from q - planetlab2.eee.hku.hk
-2006-09-29 06:00:45,305 DEBUG Popping from q - planetlab2.ci.pwr.wroc.pl
-2006-09-29 06:02:25,988 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv
-2006-09-29 06:02:27,073 DEBUG Retrieved 705 hosts
-2006-09-29 06:02:27,080 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='drift%20%3E%201m'
-2006-09-29 06:02:27,379 DEBUG Retrieved 8 hosts
-2006-09-29 06:02:27,379 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='resptime%20%3E%200%20&&%20gbfree%20%3C%205'
-2006-09-29 06:02:27,545 DEBUG Retrieved 10 hosts
-2006-09-29 06:02:27,545 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='sshstatus%20%3E%202h'
-2006-09-29 06:02:27,908 DEBUG Retrieved 164 hosts
-2006-09-29 06:02:27,910 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='dns1udp%20%3E%2080%20&&%20dns2udp%20%3E%2080'
-2006-09-29 06:02:28,063 DEBUG Retrieved 7 hosts
-2006-09-29 06:02:28,064 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='filerw%3E0'
-2006-09-29 06:02:28,209 DEBUG Retrieved 2 hosts
-2006-09-29 06:02:28,212 DEBUG Popping from q - planetlab2.elet.polimi.it
-2006-09-29 06:02:28,212 DEBUG Popping from q - pli1-br-3.hpl.hp.com
-2006-09-29 06:02:28,213 DEBUG Popping from q - planetlab2.nbgisp.com
-2006-09-29 06:02:28,214 DEBUG Popping from q - planetlab1.cs.stir.ac.uk
-2006-09-29 06:02:28,215 DEBUG Popping from q - planetlab1.cse.msu.edu
-2006-09-29 06:02:28,218 DEBUG Found tickets for pli1-br-3.hpl.hp.com
-2006-09-29 06:02:28,218 DEBUG Popping from q - planetlab0.cs.stir.ac.uk
-2006-09-29 06:02:28,216 DEBUG Popping from q - planetlab2.cse.msu.edu
-2006-09-29 06:02:28,220 DEBUG Popping from q - planetlab1.cs.purdue.edu
-2006-09-29 06:02:28,219 DEBUG Popping from q - planetlab1.informatik.uni-erlangen.de
-2006-09-29 06:02:28,223 DEBUG Found tickets for planetlab1.cse.msu.edu
-2006-09-29 06:02:28,223 DEBUG Popping from q - planetlab1.een.orst.edu
-2006-09-29 06:02:28,224 DEBUG Popping from q - planetlab2.cs.columbia.edu
-2006-09-29 06:02:28,226 DEBUG Found tickets for planetlab2.cse.msu.edu
-2006-09-29 06:02:28,226 DEBUG Popping from q - planetlab1.win.trlabs.ca
-2006-09-29 06:02:28,228 DEBUG Found tickets for planetlab1.cs.purdue.edu
-2006-09-29 06:02:28,228 DEBUG Popping from q - planetlab1.cs.duke.edu
-2006-09-29 06:02:28,229 DEBUG Popping from q - planetlab2.flux.utah.edu
-2006-09-29 06:02:28,230 DEBUG Popping from q - planetlab3.cs.columbia.edu
-2006-09-29 06:02:28,231 DEBUG Popping from q - planetlab1.cs.columbia.edu
-2006-09-29 06:02:28,233 DEBUG Popping from q - planetlab3.flux.utah.edu
-2006-09-29 06:02:28,235 DEBUG Popping from q - planetlab-1.eecs.cwru.edu
-2006-09-29 06:02:28,236 DEBUG Popping from q - planetlab2.rutgers.edu
-2006-09-29 06:02:28,237 DEBUG Popping from q - vn3.cs.wustl.edu
-2006-09-29 06:02:28,239 DEBUG Popping from q - planetlab2.cri.haifa.ac.il
-2006-09-29 06:02:28,240 DEBUG Popping from q - soccf-planet-001.comp.nus.edu.sg
-2006-09-29 06:02:28,242 DEBUG Popping from q - planetlab01.cse.psu.edu
-2006-09-29 06:02:28,243 DEBUG Found tickets for planetlab2.rutgers.edu
-2006-09-29 06:02:28,245 DEBUG Popping from q - csu2.6planetlab.edu.cn
-2006-09-29 06:02:28,246 DEBUG Found tickets for soccf-planet-001.comp.nus.edu.sg
-2006-09-29 06:02:28,246 DEBUG Popping from q - planet2.njit.edu
-2006-09-29 06:02:28,244 DEBUG Found tickets for vn3.cs.wustl.edu
-2006-09-29 06:02:28,247 DEBUG Popping from q - planetlab2.unl.edu
-2006-09-29 06:02:28,244 DEBUG Found tickets for planetlab2.cri.haifa.ac.il
-2006-09-29 06:02:28,248 DEBUG Popping from q - planetlab1.cs.pitt.edu
-2006-09-29 06:02:28,250 DEBUG Popping from q - planetlab-2.eecs.cwru.edu
-2006-09-29 06:02:28,252 DEBUG Found tickets for csu2.6planetlab.edu.cn
-2006-09-29 06:02:28,252 DEBUG Popping from q - planetlab2.urv.net
-2006-09-29 06:02:28,253 DEBUG Found tickets for planet2.njit.edu
-2006-09-29 06:02:28,253 DEBUG Popping from q - planetlab7.csail.mit.edu
-2006-09-29 06:02:28,254 DEBUG Popping from q - buaa1.6planetlab.edu.cn
-2006-09-29 06:02:28,255 DEBUG Popping from q - ricepl-3.cs.rice.edu
-2006-09-29 06:02:28,257 DEBUG Popping from q - planet-lab-1.csse.monash.edu.au
-2006-09-29 06:02:28,259 DEBUG Popping from q - planetlab5.millennium.berkeley.edu
-2006-09-29 06:02:28,260 DEBUG Found tickets for buaa1.6planetlab.edu.cn
-2006-09-29 06:02:28,260 DEBUG Popping from q - planetlab1.pop-ce.rnp.br
-2006-09-29 06:02:28,262 DEBUG Popping from q - planetlab2.mnlab.cti.depaul.edu
-2006-09-29 06:02:28,263 DEBUG Found tickets for planetlab7.csail.mit.edu
-2006-09-29 06:02:28,263 DEBUG Popping from q - peace.ri.uni-tuebingen.de
-2006-09-29 06:02:28,265 DEBUG Popping from q - planetlab-8.cs.princeton.edu
-2006-09-29 06:02:28,266 DEBUG Popping from q - planetlab2.ucsd.edu
-2006-09-29 06:02:28,268 DEBUG Found tickets for planetlab1.pop-ce.rnp.br
-2006-09-29 06:02:28,268 DEBUG Popping from q - blast.uwaterloo.ca
-2006-09-29 06:02:28,269 DEBUG Popping from q - planetlab1.cs.wayne.edu
-2006-09-29 06:02:28,270 DEBUG Found tickets for planetlab2.mnlab.cti.depaul.edu
-2006-09-29 06:02:28,271 DEBUG Popping from q - pli1-br-3.hpl.hp.com
-2006-09-29 06:02:28,272 DEBUG Found tickets for planetlab2.ucsd.edu
-2006-09-29 06:02:28,273 DEBUG Popping from q - planetlab2.eurecom.fr
-2006-09-29 06:02:28,274 DEBUG Found tickets for planetlab-8.cs.princeton.edu
-2006-09-29 06:02:28,274 DEBUG Popping from q - planetlab1.di.unito.it
-2006-09-29 06:02:28,276 DEBUG Found tickets for blast.uwaterloo.ca
-2006-09-29 06:02:28,276 DEBUG Popping from q - planetlab2.simula.no
-2006-09-29 06:02:28,277 DEBUG Found tickets for planetlab1.cs.wayne.edu
-2006-09-29 06:02:28,277 DEBUG Popping from q - planetlab01.dis.unina.it
-2006-09-29 06:02:28,279 DEBUG Found tickets for pli1-br-3.hpl.hp.com
-2006-09-29 06:02:28,279 DEBUG Popping from q - planetlab1.flux.utah.edu
-2006-09-29 06:02:28,281 DEBUG Popping from q - planetlab-1.ece.iastate.edu
-2006-09-29 06:02:28,282 DEBUG Popping from q - sdu1.6planetlab.edu.cn
-2006-09-29 06:02:28,283 DEBUG Found tickets for planetlab1.di.unito.it
-2006-09-29 06:02:28,283 DEBUG Popping from q - planetlab4.upc.es
-2006-09-29 06:02:28,284 DEBUG Popping from q - planetlab-13.cs.princeton.edu
-2006-09-29 06:02:28,286 DEBUG Popping from q - planet1.cc.gt.atl.ga.us
-2006-09-29 06:02:28,287 DEBUG Found tickets for planetlab-1.ece.iastate.edu
-2006-09-29 06:02:28,288 DEBUG Popping from q - planetlab2.eecs.wsu.edu
-2006-09-29 06:02:28,289 DEBUG Found tickets for sdu1.6planetlab.edu.cn
-2006-09-29 06:02:28,290 DEBUG Popping from q - planet2.cs.ucsb.edu
-2006-09-29 06:02:28,291 DEBUG Found tickets for planetlab-13.cs.princeton.edu
-2006-09-29 06:02:28,291 DEBUG Popping from q - xjtu2.6planetlab.edu.cn
-2006-09-29 06:02:28,292 DEBUG Popping from q - planetlab3.upc.es
-2006-09-29 06:02:28,294 DEBUG Popping from q - planetlab2.cs.umass.edu
-2006-09-29 06:02:28,295 DEBUG Popping from q - node1.lbnl.nodes.planet-lab.org
-2006-09-29 06:02:28,297 DEBUG Found tickets for planet2.cs.ucsb.edu
-2006-09-29 06:02:28,297 DEBUG Popping from q - planetlab1.iitr.ernet.in
-2006-09-29 06:02:28,298 DEBUG Popping from q - planetlab1.ipls.internet2.planet-lab.org
-2006-09-29 06:02:28,299 DEBUG Popping from q - ent2.cs.nccu.edu.tw
-2006-09-29 06:02:28,303 DEBUG Popping from q - planetlab01.erin.utoronto.ca
-2006-09-29 06:02:28,305 DEBUG Popping from q - planetlab-4.ece.iastate.edu
-2006-09-29 06:02:28,306 DEBUG Popping from q - planetlab2.informatik.uni-goettingen.de
-2006-09-29 06:02:28,307 DEBUG Found tickets for ent2.cs.nccu.edu.tw
-2006-09-29 06:02:28,308 DEBUG Popping from q - ds-pl1.technion.ac.il
-2006-09-29 06:02:28,311 DEBUG Popping from q - planetlab1.mnl.cs.sunysb.edu
-2006-09-29 06:02:28,312 DEBUG Found tickets for planetlab-4.ece.iastate.edu
-2006-09-29 06:02:28,312 DEBUG Popping from q - aladdin.planetlab.extranet.uni-passau.de
-2006-09-29 06:02:28,313 DEBUG Popping from q - planetlab-1.cs.uni-paderborn.de
-2006-09-29 06:02:28,315 DEBUG Found tickets for planetlab2.informatik.uni-goettingen.de
-2006-09-29 06:02:28,316 DEBUG Popping from q - planet1.njit.edu
-2006-09-29 06:02:28,318 DEBUG Found tickets for planetlab1.mnl.cs.sunysb.edu
-2006-09-29 06:02:28,319 DEBUG Popping from q - pku2.6planetlab.edu.cn
-2006-09-29 06:02:28,321 DEBUG Popping from q - planetlab-1.cs.ucy.ac.cy
-2006-09-29 06:02:28,322 DEBUG Popping from q - planetlab00.cse.psu.edu
-2006-09-29 06:02:28,324 DEBUG Popping from q - planetlab04.ethz.ch
-2006-09-29 06:02:28,325 DEBUG Popping from q - sdu2.6planetlab.edu.cn
-2006-09-29 06:02:28,326 DEBUG Popping from q - planet-lab.iki.rssi.ru
-2006-09-29 06:02:28,329 DEBUG Popping from q - planetlab1.polito.it
-2006-09-29 06:02:28,330 DEBUG Found tickets for planetlab04.ethz.ch
-2006-09-29 06:02:28,330 DEBUG Popping from q - planetlab1.uvic.ca
-2006-09-29 06:02:28,332 DEBUG Found tickets for planet-lab.iki.rssi.ru
-2006-09-29 06:02:28,332 DEBUG Popping from q - planetlab1.cs.byu.edu
-2006-09-29 06:02:28,333 DEBUG Found tickets for sdu2.6planetlab.edu.cn
-2006-09-29 06:02:28,334 DEBUG Popping from q - planetlab-1.amst.nodes.planet-lab.org
-2006-09-29 06:02:28,335 DEBUG Found tickets for planetlab1.polito.it
-2006-09-29 06:02:28,335 DEBUG Popping from q - planetlab2.uvic.ca
-2006-09-29 06:02:28,336 DEBUG Found tickets for planetlab1.uvic.ca
-2006-09-29 06:02:28,337 DEBUG Popping from q - planet2.cs.rochester.edu
-2006-09-29 06:02:28,339 DEBUG Popping from q - planetlab1.xeno.cl.cam.ac.uk
-2006-09-29 06:02:28,340 DEBUG Popping from q - lycra.cs.princeton.edu
-2006-09-29 06:02:28,342 DEBUG Found tickets for planet2.cs.rochester.edu
-2006-09-29 06:02:28,342 DEBUG Popping from q - cloudburst.uwaterloo.ca
-2006-09-29 06:02:28,343 DEBUG Found tickets for planetlab2.uvic.ca
-2006-09-29 06:02:28,344 DEBUG Popping from q - planetlab1.ias.csusb.edu
-2006-09-29 06:02:28,345 DEBUG Popping from q - vayu.iitd.ernet.in
-2006-09-29 06:02:28,348 DEBUG Found tickets for lycra.cs.princeton.edu
-2006-09-29 06:02:28,348 DEBUG Popping from q - node2.lbnl.nodes.planet-lab.org
-2006-09-29 06:02:28,349 DEBUG Found tickets for cloudburst.uwaterloo.ca
-2006-09-29 06:02:28,350 DEBUG Found tickets for planetlab1.ias.csusb.edu
-2006-09-29 06:02:28,351 DEBUG Popping from q - planetlab2.cs.byu.edu
-2006-09-29 06:02:28,352 DEBUG Popping from q - cqu1.6planetlab.edu.cn
-2006-09-29 06:02:28,352 DEBUG Popping from q - planetlab2.acis.ufl.edu
-2006-09-29 06:02:28,354 DEBUG Popping from q - planetlab1.cs.unibo.it
-2006-09-29 06:02:28,356 DEBUG Popping from q - tju2.6planetlab.edu.cn
-2006-09-29 06:02:28,357 DEBUG Found tickets for cqu1.6planetlab.edu.cn
-2006-09-29 06:02:28,358 DEBUG Popping from q - orbpl1.rutgers.edu
-2006-09-29 06:02:28,359 DEBUG Found tickets for planetlab2.acis.ufl.edu
-2006-09-29 06:02:28,359 DEBUG Popping from q - ent1.cs.nccu.edu.tw
-2006-09-29 06:02:28,360 DEBUG Found tickets for planetlab1.cs.unibo.it
-2006-09-29 06:02:28,361 DEBUG Popping from q - planet0.jaist.ac.jp
-2006-09-29 06:02:28,363 DEBUG Found tickets for tju2.6planetlab.edu.cn
-2006-09-29 06:02:28,363 DEBUG Popping from q - planetlab1.informatik.uni-wuerzburg.de
-2006-09-29 06:02:28,365 DEBUG Found tickets for ent1.cs.nccu.edu.tw
-2006-09-29 06:02:28,365 DEBUG Popping from q - planetlab3.warsaw.rd.tp.pl
-2006-09-29 06:02:28,366 DEBUG Found tickets for planet0.jaist.ac.jp
-2006-09-29 06:02:28,367 DEBUG Popping from q - planetlab0.ias.csusb.edu
-2006-09-29 06:02:28,364 DEBUG Found tickets for orbpl1.rutgers.edu
-2006-09-29 06:02:28,367 DEBUG Popping from q - planetlab-2.amst.nodes.planet-lab.org
-2006-09-29 06:02:28,369 DEBUG Found tickets for planetlab1.informatik.uni-wuerzburg.de
-2006-09-29 06:02:28,370 DEBUG Popping from q - 200-102-209-152.paemt7001.t.brasiltelecom.net.br
-2006-09-29 06:02:28,369 DEBUG Popping from q - planetlab3.inria.fr
-2006-09-29 06:02:28,370 DEBUG Found tickets for planetlab0.ias.csusb.edu
-2006-09-29 06:02:28,372 DEBUG Popping from q - planetlab3.mnl.cs.sunysb.edu
-2006-09-29 06:02:28,374 DEBUG Found tickets for 200-102-209-152.paemt7001.t.brasiltelecom.net.br
-2006-09-29 06:02:28,374 DEBUG Popping from q - planetlab-15.cs.princeton.edu
-2006-09-29 06:02:28,375 DEBUG Popping from q - planet-lab-2.csse.monash.edu.au
-2006-09-29 06:02:28,376 DEBUG Popping from q - planet1.ecse.rpi.edu
-2006-09-29 06:02:28,378 DEBUG Popping from q - planetlab2.pop-mg.rnp.br
-2006-09-29 06:02:28,380 DEBUG Found tickets for planet1.ecse.rpi.edu
-2006-09-29 06:02:28,381 DEBUG Popping from q - planetlab-2.unk.edu
-2006-09-29 06:02:28,382 DEBUG Popping from q - planetlab2.rdfrancetelecom.com
-2006-09-29 06:02:28,384 DEBUG Found tickets for planet-lab-2.csse.monash.edu.au
-2006-09-29 06:02:28,384 DEBUG Popping from q - planetlab1.eurecom.fr
-2006-09-29 06:02:28,385 DEBUG Found tickets for planetlab2.pop-mg.rnp.br
-2006-09-29 06:02:28,386 DEBUG Popping from q - planetlab1.cs.virginia.edu
-2006-09-29 06:02:28,387 DEBUG Found tickets for planetlab1.eurecom.fr
-2006-09-29 06:02:28,387 DEBUG Popping from q - tju1.6planetlab.edu.cn
-2006-09-29 06:02:28,389 DEBUG Popping from q - planetlab-3.amst.nodes.planet-lab.org
-2006-09-29 06:02:28,386 DEBUG Found tickets for planetlab2.rdfrancetelecom.com
-2006-09-29 06:02:28,390 DEBUG Popping from q - planetlab2.iitr.ernet.in
-2006-09-29 06:02:28,392 DEBUG Popping from q - planetlab1.georgetown.edu
-2006-09-29 06:02:28,393 DEBUG Popping from q - planet1.inf.tu-dresden.de
-2006-09-29 06:02:28,394 DEBUG Popping from q - alice.cs.princeton.edu
-2006-09-29 06:02:28,395 DEBUG Found tickets for tju1.6planetlab.edu.cn
-2006-09-29 06:02:28,396 DEBUG Popping from q - planetlab02.erin.utoronto.ca
-2006-09-29 06:02:28,398 DEBUG Found tickets for planetlab1.georgetown.edu
-2006-09-29 06:02:28,398 DEBUG Popping from q - planetlab-1.vuse.vanderbilt.edu
-2006-09-29 06:02:28,399 DEBUG Popping from q - planetlab3.uvic.ca
-2006-09-29 06:02:28,400 DEBUG Found tickets for alice.cs.princeton.edu
-2006-09-29 06:02:28,401 DEBUG Popping from q - scut2.6planetlab.edu.cn
-2006-09-29 06:02:28,402 DEBUG Popping from q - planetlab1.swidnik.rd.tp.pl
-2006-09-29 06:02:28,404 DEBUG Found tickets for planetlab-1.vuse.vanderbilt.edu
-2006-09-29 06:02:28,404 DEBUG Popping from q - planet2.cdacb.ernet.in
-2006-09-29 06:02:28,405 DEBUG Found tickets for planetlab3.uvic.ca
-2006-09-29 06:02:28,406 DEBUG Popping from q - planetlab1.rdfrancetelecom.com
-2006-09-29 06:02:28,407 DEBUG Found tickets for scut2.6planetlab.edu.cn
-2006-09-29 06:02:28,407 DEBUG Popping from q - planet2.inf.tu-dresden.de
-2006-09-29 06:02:28,409 DEBUG Found tickets for planetlab1.swidnik.rd.tp.pl
-2006-09-29 06:02:28,409 DEBUG Popping from q - planet02.csc.ncsu.edu
-2006-09-29 06:02:28,411 DEBUG Found tickets for planetlab1.rdfrancetelecom.com
-2006-09-29 06:02:28,411 DEBUG Popping from q - planetlab-1.tssg.org
-2006-09-29 06:02:28,412 DEBUG Popping from q - planetlab-2.vuse.vanderbilt.edu
-2006-09-29 06:02:28,413 DEBUG Found tickets for planet2.cdacb.ernet.in
-2006-09-29 06:02:28,414 DEBUG Popping from q - planetlab1.cri.haifa.ac.il
-2006-09-29 06:02:28,416 DEBUG Found tickets for planetlab1.cri.haifa.ac.il
-2006-09-29 06:02:28,416 DEBUG Popping from q - planet03.csc.ncsu.edu
-2006-09-29 06:02:28,416 DEBUG Popping from q - planetlab-11.cs.princeton.edu
-2006-09-29 06:02:28,418 DEBUG Found tickets for planetlab-1.tssg.org
-2006-09-29 06:02:28,419 DEBUG Popping from q - planetlab1.pop-rj.rnp.br
-2006-09-29 06:02:28,420 DEBUG Found tickets for planetlab-2.vuse.vanderbilt.edu
-2006-09-29 06:02:28,420 DEBUG Popping from q - planet1.halifax.canet4.nodes.planet-lab.org
-2006-09-29 06:02:28,422 DEBUG Found tickets for planetlab1.pop-rj.rnp.br
-2006-09-29 06:02:28,423 DEBUG Popping from q - planet2.cavite.nodes.planet-lab.org
-2006-09-29 06:02:28,424 DEBUG Popping from q - planetlab2.uc.edu
-2006-09-29 06:02:28,426 DEBUG Popping from q - planet1.cavite.nodes.planet-lab.org
-2006-09-29 06:02:28,427 DEBUG Popping from q - ds-pl3.technion.ac.il
-2006-09-29 06:02:28,429 DEBUG Popping from q - planetlab2.cs.purdue.edu
-2006-09-29 06:02:28,430 DEBUG Popping from q - planetlab3.millennium.berkeley.edu
-2006-09-29 06:02:28,431 DEBUG Popping from q - planetlab1.unl.edu
-2006-09-29 06:02:28,433 DEBUG Found tickets for ds-pl3.technion.ac.il
-2006-09-29 06:02:28,433 DEBUG Popping from q - planetlab1.cs.colorado.edu
-2006-09-29 06:02:28,434 DEBUG Popping from q - planetlab02.cs.washington.edu
-2006-09-29 06:02:28,436 DEBUG Popping from q - pads21.cs.nthu.edu.tw
-2006-09-29 06:02:28,438 DEBUG Found tickets for planetlab1.cs.colorado.edu
-2006-09-29 06:02:28,438 DEBUG Popping from q - orbpl2.rutgers.edu
-2006-09-29 06:02:28,439 DEBUG Found tickets for planetlab02.cs.washington.edu
-2006-09-29 06:02:28,440 DEBUG Popping from q - planetlab2.informatik.uni-erlangen.de
-2006-09-29 06:02:28,441 DEBUG Found tickets for planetlab1.unl.edu
-2006-09-29 06:02:28,441 DEBUG Popping from q - planetlab-01.ipv6.lip6.fr
-2006-09-29 06:02:28,442 DEBUG Popping from q - pl2.ernet.in
-2006-09-29 06:02:28,444 DEBUG Found tickets for orbpl2.rutgers.edu
-2006-09-29 06:02:28,445 DEBUG Popping from q - neu2.6planetlab.edu.cn
-2006-09-29 06:02:28,446 DEBUG Found tickets for planetlab2.informatik.uni-erlangen.de
-2006-09-29 06:02:28,446 DEBUG Popping from q - planetlab-2.cs.uni-paderborn.de
-2006-09-29 06:02:28,447 DEBUG Found tickets for planetlab-01.ipv6.lip6.fr
-2006-09-29 06:02:28,448 DEBUG Popping from q - planet5.cs.huji.ac.il
-2006-09-29 06:02:28,449 DEBUG Popping from q - planetlab1.elet.polimi.it
-2006-09-29 06:02:28,451 DEBUG Popping from q - planetlab2.iiitb.ac.in
-2006-09-29 06:02:28,452 DEBUG Popping from q - server1.planetlab.iit-tech.net
-2006-09-29 06:02:28,453 DEBUG Popping from q - planetlab2.iitb.ac.in
-2006-09-29 06:02:28,455 DEBUG Popping from q - planetlab02.dis.unina.it
-2006-09-29 06:02:28,456 DEBUG Popping from q - planetlab-1.dis.uniroma1.it
-2006-09-29 06:02:28,458 DEBUG Found tickets for server1.planetlab.iit-tech.net
-2006-09-29 06:02:28,458 DEBUG Popping from q - planetlab1.iitb.ac.in
-2006-09-29 06:02:28,460 DEBUG Found tickets for planetlab2.iitb.ac.in
-2006-09-29 06:02:28,460 DEBUG Popping from q - pku1.6planetlab.edu.cn
-2006-09-29 06:02:28,461 DEBUG Popping from q - planetlab1.warsaw.rd.tp.pl
-2006-09-29 06:02:28,462 DEBUG Popping from q - planetlab1.cs.umass.edu
-2006-09-29 06:02:28,465 DEBUG Found tickets for planetlab1.iitb.ac.in
-2006-09-29 06:02:28,465 DEBUG Popping from q - planetlab-2.cs.ucy.ac.cy
-2006-09-29 06:02:28,469 DEBUG Popping from q - pl1.ernet.in
-2006-09-29 06:02:28,496 DEBUG Found tickets for pku1.6planetlab.edu.cn
-2006-09-29 06:02:28,496 DEBUG Popping from q - planetlab2.georgetown.edu
-2006-09-29 06:02:28,497 DEBUG Popping from q - server2.planetlab.iit-tech.net
-2006-09-29 06:02:28,499 DEBUG Popping from q - planetlab2.di.unito.it
-2006-09-29 06:02:28,500 DEBUG Found tickets for planetlab2.georgetown.edu
-2006-09-29 06:02:28,501 DEBUG Popping from q - planetlab1.csee.usf.edu
-2006-09-29 06:02:28,502 DEBUG Popping from q - planetlab-2.dis.uniroma1.it
-2006-09-29 06:02:28,509 DEBUG Popping from q - planetlab2.informatik.uni-kl.de
-2006-09-29 06:02:28,511 DEBUG Popping from q - planet1.cs.rochester.edu
-2006-09-29 06:02:28,512 DEBUG Found tickets for planetlab2.informatik.uni-kl.de
-2006-09-29 06:02:28,512 DEBUG Popping from q - planetlab1.rutgers.edu
-2006-09-29 06:02:28,513 DEBUG Found tickets for server2.planetlab.iit-tech.net
-2006-09-29 06:02:28,514 DEBUG Found tickets for planet1.cs.rochester.edu
-2006-09-29 06:02:28,514 DEBUG Popping from q - planetlab-2.ece.iastate.edu
-2006-09-29 06:02:28,515 DEBUG Popping from q - planetlab-1.sjce.nodes.planet-lab.org
-2006-09-29 06:02:28,517 DEBUG Popping from q - planetlab2.ece.ucdavis.edu
-2006-09-29 06:02:28,520 DEBUG Found tickets for planetlab1.rutgers.edu
-2006-09-29 06:02:28,521 DEBUG Popping from q - planetlab1.ie.cuhk.edu.hk
-2006-09-29 06:02:28,522 DEBUG Found tickets for planetlab-1.sjce.nodes.planet-lab.org
-2006-09-29 06:02:28,523 DEBUG Popping from q - planetlab2lannion.elibel.tm.fr
-2006-09-29 06:02:28,525 DEBUG Found tickets for planetlab1.ie.cuhk.edu.hk
-2006-09-29 06:02:28,525 DEBUG Popping from q - planetlab01.mpi-sws.mpg.de
-2006-09-29 06:02:28,527 DEBUG Popping from q - planetlab2.cs.duke.edu
-2006-09-29 06:02:28,528 DEBUG Popping from q - planetlab1.rn.informatics.scitech.susx.ac.uk
-2006-09-29 06:02:28,529 DEBUG Popping from q - planetlab1.eee.hku.hk
-2006-09-29 06:02:28,531 DEBUG Popping from q - pads23.cs.nthu.edu.tw
-2006-09-29 06:02:28,532 DEBUG Found tickets for planetlab1.rn.informatics.scitech.susx.ac.uk
-2006-09-29 06:02:28,533 DEBUG Popping from q - planet2.halifax.canet4.nodes.planet-lab.org
-2006-09-29 06:02:28,535 DEBUG Popping from q - planetlab-2.tssg.org
-2006-09-29 06:02:28,537 DEBUG Found tickets for planet2.halifax.canet4.nodes.planet-lab.org
-2006-09-29 06:02:28,537 DEBUG Popping from q - 200-102-209-151.paemt7001.t.brasiltelecom.net.br
-2006-09-29 06:02:28,538 DEBUG Found tickets for planetlab1.eee.hku.hk
-2006-09-29 06:02:28,539 DEBUG Popping from q - planetlab2.poly.edu
-2006-09-29 06:02:28,542 DEBUG Popping from q - planetlab1.poly.edu
-2006-09-29 06:02:28,544 DEBUG Popping from q - planetlab2.net-research.org.uk
-2006-09-29 06:02:28,550 DEBUG Found tickets for planetlab2.net-research.org.uk
-2006-09-29 06:02:28,551 DEBUG Popping from q - planetlab-2.imperial.ac.uk
-2006-09-29 06:02:28,552 DEBUG Found tickets for planetlab-2.tssg.org
-2006-09-29 06:02:28,552 DEBUG Popping from q - planetlab-1.imperial.ac.uk
-2006-09-29 06:02:28,553 DEBUG Found tickets for 200-102-209-151.paemt7001.t.brasiltelecom.net.br
-2006-09-29 06:02:28,554 DEBUG Popping from q - planetlab1.byu.edu
-2006-09-29 06:02:28,556 DEBUG Found tickets for planetlab-2.imperial.ac.uk
-2006-09-29 06:02:28,556 DEBUG Popping from q - planet2.cavite.nodes.planet-lab.org
-2006-09-29 06:02:28,560 DEBUG Popping from q - planetlab1.cis.upenn.edu
-2006-09-29 06:02:28,564 DEBUG Found tickets for planetlab-1.imperial.ac.uk
-2006-09-29 06:02:28,564 DEBUG Popping from q - planetlab2.eee.hku.hk
-2006-09-29 06:02:41,352 DEBUG Found tickets for planetlab1.cs.umass.edu
-2006-09-29 06:22:28,052 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv
-2006-09-29 06:22:29,132 DEBUG Retrieved 705 hosts
-2006-09-29 06:22:29,138 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='drift%20%3E%201m'
-2006-09-29 06:22:29,286 DEBUG Retrieved 8 hosts
-2006-09-29 06:22:29,286 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='resptime%20%3E%200%20&&%20gbfree%20%3C%205'
-2006-09-29 06:22:29,438 DEBUG Retrieved 10 hosts
-2006-09-29 06:22:29,439 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='sshstatus%20%3E%202h'
-2006-09-29 06:22:29,801 DEBUG Retrieved 163 hosts
-2006-09-29 06:22:29,803 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='dns1udp%20%3E%2080%20&&%20dns2udp%20%3E%2080'
-2006-09-29 06:22:29,948 DEBUG Retrieved 6 hosts
-2006-09-29 06:22:29,949 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='filerw%3E0'
-2006-09-29 06:22:30,099 DEBUG Retrieved 2 hosts
-2006-09-29 06:22:30,102 DEBUG Popping from q - planetlab2.elet.polimi.it
-2006-09-29 06:22:30,103 DEBUG Popping from q - pli1-br-3.hpl.hp.com
-2006-09-29 06:22:30,104 DEBUG Popping from q - planetlab2.nbgisp.com
-2006-09-29 06:22:30,104 DEBUG Popping from q - planetlab1.cs.stir.ac.uk
-2006-09-29 06:22:30,105 DEBUG Popping from q - planetlab1.cse.msu.edu
-2006-09-29 06:22:30,107 DEBUG Popping from q - planetlab2.cse.msu.edu
-2006-09-29 06:22:30,108 DEBUG Found tickets for pli1-br-3.hpl.hp.com
-2006-09-29 06:22:30,109 DEBUG Popping from q - planetlab0.cs.stir.ac.uk
-2006-09-29 06:22:30,110 DEBUG Popping from q - planetlab1.informatik.uni-erlangen.de
-2006-09-29 06:22:30,112 DEBUG Popping from q - planetlab1.cs.purdue.edu
-2006-09-29 06:22:30,113 DEBUG Found tickets for planetlab1.cse.msu.edu
-2006-09-29 06:22:30,113 DEBUG Popping from q - planetlab1.een.orst.edu
-2006-09-29 06:22:30,114 DEBUG Found tickets for planetlab2.cse.msu.edu
-2006-09-29 06:22:30,115 DEBUG Popping from q - planetlab2.cs.columbia.edu
-2006-09-29 06:22:30,116 DEBUG Popping from q - planetlab1.win.trlabs.ca
-2006-09-29 06:22:30,118 DEBUG Popping from q - planetlab1.cs.duke.edu
-2006-09-29 06:22:30,119 DEBUG Found tickets for planetlab1.cs.purdue.edu
-2006-09-29 06:22:30,120 DEBUG Popping from q - planetlab2.flux.utah.edu
-2006-09-29 06:22:30,121 DEBUG Popping from q - planetlab3.cs.columbia.edu
-2006-09-29 06:22:30,123 DEBUG Popping from q - planetlab1.cs.columbia.edu
-2006-09-29 06:22:30,124 DEBUG Popping from q - planetlab3.flux.utah.edu
-2006-09-29 06:22:30,125 DEBUG Popping from q - planetlab-1.eecs.cwru.edu
-2006-09-29 06:22:30,126 DEBUG Popping from q - planetlab2.rutgers.edu
-2006-09-29 06:22:30,128 DEBUG Popping from q - vn3.cs.wustl.edu
-2006-09-29 06:22:30,129 DEBUG Popping from q - planetlab2.cri.haifa.ac.il
-2006-09-29 06:22:30,130 DEBUG Popping from q - soccf-planet-001.comp.nus.edu.sg
-2006-09-29 06:22:30,132 DEBUG Popping from q - planetlab01.cse.psu.edu
-2006-09-29 06:22:30,133 DEBUG Found tickets for planetlab2.rutgers.edu
-2006-09-29 06:22:30,134 DEBUG Popping from q - csu2.6planetlab.edu.cn
-2006-09-29 06:22:30,135 DEBUG Found tickets for vn3.cs.wustl.edu
-2006-09-29 06:22:30,135 DEBUG Popping from q - planet2.njit.edu
-2006-09-29 06:22:30,137 DEBUG Found tickets for planetlab2.cri.haifa.ac.il
-2006-09-29 06:22:30,137 DEBUG Popping from q - planetlab2.unl.edu
-2006-09-29 06:22:30,138 DEBUG Found tickets for soccf-planet-001.comp.nus.edu.sg
-2006-09-29 06:22:30,139 DEBUG Popping from q - planetlab1.cs.pitt.edu
-2006-09-29 06:22:30,140 DEBUG Popping from q - planetlab-2.eecs.cwru.edu
-2006-09-29 06:22:30,141 DEBUG Found tickets for csu2.6planetlab.edu.cn
-2006-09-29 06:22:30,142 DEBUG Popping from q - planetlab2.urv.net
-2006-09-29 06:22:30,142 DEBUG Found tickets for planet2.njit.edu
-2006-09-29 06:22:30,143 DEBUG Popping from q - planetlab7.csail.mit.edu
-2006-09-29 06:22:30,145 DEBUG Popping from q - buaa1.6planetlab.edu.cn
-2006-09-29 06:22:30,146 DEBUG Popping from q - ricepl-3.cs.rice.edu
-2006-09-29 06:22:30,147 DEBUG Popping from q - planet-lab-1.csse.monash.edu.au
-2006-09-29 06:22:30,149 DEBUG Popping from q - planetlab5.millennium.berkeley.edu
-2006-09-29 06:22:30,150 DEBUG Found tickets for planetlab7.csail.mit.edu
-2006-09-29 06:22:30,150 DEBUG Popping from q - planetlab1.pop-ce.rnp.br
-2006-09-29 06:22:30,152 DEBUG Found tickets for buaa1.6planetlab.edu.cn
-2006-09-29 06:22:30,152 DEBUG Popping from q - planetlab2.mnlab.cti.depaul.edu
-2006-09-29 06:22:30,153 DEBUG Popping from q - peace.ri.uni-tuebingen.de
-2006-09-29 06:22:30,155 DEBUG Popping from q - planetlab-8.cs.princeton.edu
-2006-09-29 06:22:30,156 DEBUG Found tickets for planetlab1.pop-ce.rnp.br
-2006-09-29 06:22:30,156 DEBUG Popping from q - planetlab2.ucsd.edu
-2006-09-29 06:22:30,157 DEBUG Popping from q - blast.uwaterloo.ca
-2006-09-29 06:22:30,159 DEBUG Found tickets for planetlab2.mnlab.cti.depaul.edu
-2006-09-29 06:22:30,159 DEBUG Popping from q - planetlab1.cs.wayne.edu
-2006-09-29 06:22:30,161 DEBUG Popping from q - pli1-br-3.hpl.hp.com
-2006-09-29 06:22:30,162 DEBUG Found tickets for planetlab-8.cs.princeton.edu
-2006-09-29 06:22:30,163 DEBUG Popping from q - planetlab2.eurecom.fr
-2006-09-29 06:22:30,164 DEBUG Found tickets for planetlab2.ucsd.edu
-2006-09-29 06:22:30,164 DEBUG Popping from q - planetlab1.di.unito.it
-2006-09-29 06:22:30,165 DEBUG Found tickets for blast.uwaterloo.ca
-2006-09-29 06:22:30,165 DEBUG Popping from q - planetlab2.simula.no
-2006-09-29 06:22:30,167 DEBUG Found tickets for planetlab1.cs.wayne.edu
-2006-09-29 06:22:30,167 DEBUG Popping from q - planetlab01.dis.unina.it
-2006-09-29 06:22:30,169 DEBUG Found tickets for pli1-br-3.hpl.hp.com
-2006-09-29 06:22:30,169 DEBUG Popping from q - planetlab1.flux.utah.edu
-2006-09-29 06:22:30,170 DEBUG Popping from q - planetlab-1.ece.iastate.edu
-2006-09-29 06:22:30,171 DEBUG Found tickets for planetlab1.di.unito.it
-2006-09-29 06:22:30,172 DEBUG Popping from q - sdu1.6planetlab.edu.cn
-2006-09-29 06:22:30,173 DEBUG Popping from q - planetlab4.upc.es
-2006-09-29 06:22:30,175 DEBUG Popping from q - planetlab-13.cs.princeton.edu
-2006-09-29 06:22:30,176 DEBUG Popping from q - planet1.cc.gt.atl.ga.us
-2006-09-29 06:22:30,178 DEBUG Found tickets for planetlab-1.ece.iastate.edu
-2006-09-29 06:22:30,178 DEBUG Popping from q - planetlab2.eecs.wsu.edu
-2006-09-29 06:22:30,179 DEBUG Found tickets for sdu1.6planetlab.edu.cn
-2006-09-29 06:22:30,179 DEBUG Popping from q - planet2.cs.ucsb.edu
-2006-09-29 06:22:30,180 DEBUG Popping from q - xjtu2.6planetlab.edu.cn
-2006-09-29 06:22:30,182 DEBUG Found tickets for planetlab-13.cs.princeton.edu
-2006-09-29 06:22:30,182 DEBUG Popping from q - planetlab3.upc.es
-2006-09-29 06:22:30,184 DEBUG Popping from q - planetlab2.cs.umass.edu
-2006-09-29 06:22:30,185 DEBUG Popping from q - node1.lbnl.nodes.planet-lab.org
-2006-09-29 06:22:30,186 DEBUG Found tickets for planet2.cs.ucsb.edu
-2006-09-29 06:22:30,187 DEBUG Popping from q - planetlab1.iitr.ernet.in
-2006-09-29 06:22:30,188 DEBUG Popping from q - planetlab1.ipls.internet2.planet-lab.org
-2006-09-29 06:22:30,189 DEBUG Popping from q - ent2.cs.nccu.edu.tw
-2006-09-29 06:22:30,190 DEBUG Popping from q - planetlab01.erin.utoronto.ca
-2006-09-29 06:22:30,192 DEBUG Popping from q - planetlab-4.ece.iastate.edu
-2006-09-29 06:22:30,193 DEBUG Popping from q - planetlab2.informatik.uni-goettingen.de
-2006-09-29 06:22:30,195 DEBUG Popping from q - ds-pl1.technion.ac.il
-2006-09-29 06:22:30,196 DEBUG Popping from q - planetlab1.mnl.cs.sunysb.edu
-2006-09-29 06:22:30,198 DEBUG Found tickets for ent2.cs.nccu.edu.tw
-2006-09-29 06:22:30,198 DEBUG Popping from q - aladdin.planetlab.extranet.uni-passau.de
-2006-09-29 06:22:30,199 DEBUG Found tickets for planetlab-4.ece.iastate.edu
-2006-09-29 06:22:30,200 DEBUG Popping from q - planetlab-1.cs.uni-paderborn.de
-2006-09-29 06:22:30,201 DEBUG Found tickets for planetlab2.informatik.uni-goettingen.de
-2006-09-29 06:22:30,201 DEBUG Popping from q - planet1.njit.edu
-2006-09-29 06:22:30,202 DEBUG Popping from q - pku2.6planetlab.edu.cn
-2006-09-29 06:22:30,204 DEBUG Popping from q - planetlab-1.cs.ucy.ac.cy
-2006-09-29 06:22:30,205 DEBUG Found tickets for planetlab1.mnl.cs.sunysb.edu
-2006-09-29 06:22:30,206 DEBUG Popping from q - planetlab00.cse.psu.edu
-2006-09-29 06:22:30,207 DEBUG Popping from q - planetlab04.ethz.ch
-2006-09-29 06:22:30,208 DEBUG Popping from q - sdu2.6planetlab.edu.cn
-2006-09-29 06:22:30,210 DEBUG Popping from q - planet-lab.iki.rssi.ru
-2006-09-29 06:22:30,211 DEBUG Popping from q - planetlab1.polito.it
-2006-09-29 06:22:30,212 DEBUG Popping from q - planetlab1.uvic.ca
-2006-09-29 06:22:30,214 DEBUG Found tickets for sdu2.6planetlab.edu.cn
-2006-09-29 06:22:30,215 DEBUG Popping from q - planetlab1.cs.byu.edu
-2006-09-29 06:22:30,216 DEBUG Found tickets for planetlab04.ethz.ch
-2006-09-29 06:22:30,216 DEBUG Popping from q - planetlab-1.amst.nodes.planet-lab.org
-2006-09-29 06:22:30,217 DEBUG Found tickets for planet-lab.iki.rssi.ru
-2006-09-29 06:22:30,218 DEBUG Popping from q - planetlab2.uvic.ca
-2006-09-29 06:22:30,219 DEBUG Found tickets for planetlab1.polito.it
-2006-09-29 06:22:30,219 DEBUG Popping from q - planet2.cs.rochester.edu
-2006-09-29 06:22:30,220 DEBUG Found tickets for planetlab1.uvic.ca
-2006-09-29 06:22:30,221 DEBUG Popping from q - planetlab1.xeno.cl.cam.ac.uk
-2006-09-29 06:22:30,222 DEBUG Popping from q - lycra.cs.princeton.edu
-2006-09-29 06:22:30,224 DEBUG Popping from q - cloudburst.uwaterloo.ca
-2006-09-29 06:22:30,225 DEBUG Found tickets for planet2.cs.rochester.edu
-2006-09-29 06:22:30,226 DEBUG Popping from q - planetlab1.ias.csusb.edu
-2006-09-29 06:22:30,227 DEBUG Found tickets for planetlab2.uvic.ca
-2006-09-29 06:22:30,227 DEBUG Popping from q - vayu.iitd.ernet.in
-2006-09-29 06:22:30,229 DEBUG Found tickets for cloudburst.uwaterloo.ca
-2006-09-29 06:22:30,229 DEBUG Popping from q - node2.lbnl.nodes.planet-lab.org
-2006-09-29 06:22:30,230 DEBUG Found tickets for lycra.cs.princeton.edu
-2006-09-29 06:22:30,230 DEBUG Popping from q - planetlab2.cs.byu.edu
-2006-09-29 06:22:30,231 DEBUG Popping from q - cqu1.6planetlab.edu.cn
-2006-09-29 06:22:30,233 DEBUG Found tickets for planetlab1.ias.csusb.edu
-2006-09-29 06:22:30,233 DEBUG Popping from q - planetlab2.acis.ufl.edu
-2006-09-29 06:22:30,235 DEBUG Popping from q - planetlab1.cs.unibo.it
-2006-09-29 06:22:30,235 DEBUG Found tickets for planetlab2.acis.ufl.edu
-2006-09-29 06:22:30,236 DEBUG Popping from q - tju2.6planetlab.edu.cn
-2006-09-29 06:22:30,238 DEBUG Found tickets for tju2.6planetlab.edu.cn
-2006-09-29 06:22:30,238 DEBUG Popping from q - orbpl1.rutgers.edu
-2006-09-29 06:22:30,239 DEBUG Popping from q - ent1.cs.nccu.edu.tw
-2006-09-29 06:22:30,240 DEBUG Popping from q - planet0.jaist.ac.jp
-2006-09-29 06:22:30,242 DEBUG Found tickets for cqu1.6planetlab.edu.cn
-2006-09-29 06:22:30,242 DEBUG Popping from q - planetlab1.informatik.uni-wuerzburg.de
-2006-09-29 06:22:30,243 DEBUG Found tickets for planetlab1.cs.unibo.it
-2006-09-29 06:22:30,244 DEBUG Popping from q - planetlab3.warsaw.rd.tp.pl
-2006-09-29 06:22:30,245 DEBUG Found tickets for orbpl1.rutgers.edu
-2006-09-29 06:22:30,245 DEBUG Popping from q - planetlab0.ias.csusb.edu
-2006-09-29 06:22:30,246 DEBUG Found tickets for ent1.cs.nccu.edu.tw
-2006-09-29 06:22:30,246 DEBUG Popping from q - planetlab-2.amst.nodes.planet-lab.org
-2006-09-29 06:22:30,248 DEBUG Found tickets for planetlab0.ias.csusb.edu
-2006-09-29 06:22:30,249 DEBUG Popping from q - planetlab3.inria.fr
-2006-09-29 06:22:30,250 DEBUG Popping from q - 200-102-209-152.paemt7001.t.brasiltelecom.net.br
-2006-09-29 06:22:30,251 DEBUG Found tickets for planet0.jaist.ac.jp
-2006-09-29 06:22:30,251 DEBUG Popping from q - planetlab3.mnl.cs.sunysb.edu
-2006-09-29 06:22:30,252 DEBUG Found tickets for planetlab1.informatik.uni-wuerzburg.de
-2006-09-29 06:22:30,253 DEBUG Popping from q - planetlab-15.cs.princeton.edu
-2006-09-29 06:22:30,255 DEBUG Popping from q - planet-lab-2.csse.monash.edu.au
-2006-09-29 06:22:30,256 DEBUG Popping from q - planet1.ecse.rpi.edu
-2006-09-29 06:22:30,257 DEBUG Popping from q - planetlab2.pop-mg.rnp.br
-2006-09-29 06:22:30,258 DEBUG Popping from q - planetlab-2.unk.edu
-2006-09-29 06:22:30,260 DEBUG Found tickets for planetlab2.pop-mg.rnp.br
-2006-09-29 06:22:30,260 DEBUG Popping from q - planetlab2.rdfrancetelecom.com
-2006-09-29 06:22:30,260 DEBUG Found tickets for 200-102-209-152.paemt7001.t.brasiltelecom.net.br
-2006-09-29 06:22:30,261 DEBUG Popping from q - planetlab1.eurecom.fr
-2006-09-29 06:22:30,263 DEBUG Found tickets for planet-lab-2.csse.monash.edu.au
-2006-09-29 06:22:30,264 DEBUG Popping from q - planetlab1.cs.virginia.edu
-2006-09-29 06:22:30,264 DEBUG Found tickets for planet1.ecse.rpi.edu
-2006-09-29 06:22:30,265 DEBUG Popping from q - tju1.6planetlab.edu.cn
-2006-09-29 06:22:30,266 DEBUG Popping from q - planetlab-3.amst.nodes.planet-lab.org
-2006-09-29 06:22:30,267 DEBUG Found tickets for planetlab2.rdfrancetelecom.com
-2006-09-29 06:22:30,267 DEBUG Popping from q - planetlab2.iitr.ernet.in
-2006-09-29 06:22:30,269 DEBUG Found tickets for planetlab1.eurecom.fr
-2006-09-29 06:22:30,270 DEBUG Popping from q - planetlab1.georgetown.edu
-2006-09-29 06:22:30,271 DEBUG Popping from q - planet1.inf.tu-dresden.de
-2006-09-29 06:22:30,272 DEBUG Found tickets for tju1.6planetlab.edu.cn
-2006-09-29 06:22:30,272 DEBUG Popping from q - alice.cs.princeton.edu
-2006-09-29 06:22:30,273 DEBUG Popping from q - planetlab02.erin.utoronto.ca
-2006-09-29 06:22:30,275 DEBUG Popping from q - planetlab-1.vuse.vanderbilt.edu
-2006-09-29 06:22:30,277 DEBUG Popping from q - planetlab3.uvic.ca
-2006-09-29 06:22:30,278 DEBUG Found tickets for alice.cs.princeton.edu
-2006-09-29 06:22:30,278 DEBUG Popping from q - scut2.6planetlab.edu.cn
-2006-09-29 06:22:30,279 DEBUG Popping from q - planetlab1.swidnik.rd.tp.pl
-2006-09-29 06:22:30,281 DEBUG Found tickets for planetlab1.georgetown.edu
-2006-09-29 06:22:30,281 DEBUG Popping from q - planet2.cdacb.ernet.in
-2006-09-29 06:22:30,282 DEBUG Found tickets for planetlab-1.vuse.vanderbilt.edu
-2006-09-29 06:22:30,283 DEBUG Popping from q - planetlab1.rdfrancetelecom.com
-2006-09-29 06:22:30,284 DEBUG Found tickets for planetlab1.swidnik.rd.tp.pl
-2006-09-29 06:22:30,285 DEBUG Popping from q - planet2.inf.tu-dresden.de
-2006-09-29 06:22:30,286 DEBUG Found tickets for planetlab3.uvic.ca
-2006-09-29 06:22:30,286 DEBUG Popping from q - planet02.csc.ncsu.edu
-2006-09-29 06:22:30,287 DEBUG Found tickets for scut2.6planetlab.edu.cn
-2006-09-29 06:22:30,287 DEBUG Popping from q - planetlab-1.tssg.org
-2006-09-29 06:22:30,289 DEBUG Found tickets for planetlab1.rdfrancetelecom.com
-2006-09-29 06:22:30,290 DEBUG Popping from q - planetlab-2.vuse.vanderbilt.edu
-2006-09-29 06:22:30,291 DEBUG Found tickets for planet2.cdacb.ernet.in
-2006-09-29 06:22:30,291 DEBUG Popping from q - planetlab1.cri.haifa.ac.il
-2006-09-29 06:22:30,292 DEBUG Popping from q - planetlab-11.cs.princeton.edu
-2006-09-29 06:22:30,293 DEBUG Popping from q - planet03.csc.ncsu.edu
-2006-09-29 06:22:30,295 DEBUG Found tickets for planetlab-2.vuse.vanderbilt.edu
-2006-09-29 06:22:30,296 DEBUG Popping from q - planetlab1.pop-rj.rnp.br
-2006-09-29 06:22:30,297 DEBUG Found tickets for planetlab1.cri.haifa.ac.il
-2006-09-29 06:22:30,297 DEBUG Popping from q - planet1.halifax.canet4.nodes.planet-lab.org
-2006-09-29 06:22:30,298 DEBUG Popping from q - planetlab2.uc.edu
-2006-09-29 06:22:30,299 DEBUG Popping from q - planet1.cavite.nodes.planet-lab.org
-2006-09-29 06:22:30,301 DEBUG Popping from q - ds-pl3.technion.ac.il
-2006-09-29 06:22:30,302 DEBUG Found tickets for planetlab-1.tssg.org
-2006-09-29 06:22:30,302 DEBUG Popping from q - planetlab2.cs.purdue.edu
-2006-09-29 06:22:30,304 DEBUG Popping from q - planetlab3.millennium.berkeley.edu
-2006-09-29 06:22:30,306 DEBUG Popping from q - planetlab1.unl.edu
-2006-09-29 06:22:30,307 DEBUG Found tickets for ds-pl3.technion.ac.il
-2006-09-29 06:22:30,307 DEBUG Popping from q - planetlab1.cs.colorado.edu
-2006-09-29 06:22:30,308 DEBUG Popping from q - planetlab02.cs.washington.edu
-2006-09-29 06:22:30,309 DEBUG Found tickets for planetlab1.pop-rj.rnp.br
-2006-09-29 06:22:30,310 DEBUG Popping from q - pads21.cs.nthu.edu.tw
-2006-09-29 06:22:30,312 DEBUG Found tickets for planetlab1.unl.edu
-2006-09-29 06:22:30,312 DEBUG Popping from q - orbpl2.rutgers.edu
-2006-09-29 06:22:30,313 DEBUG Found tickets for planetlab02.cs.washington.edu
-2006-09-29 06:22:30,313 DEBUG Popping from q - planetlab2.informatik.uni-erlangen.de
-2006-09-29 06:22:30,315 DEBUG Popping from q - planetlab-01.ipv6.lip6.fr
-2006-09-29 06:22:30,316 DEBUG Found tickets for planetlab1.cs.colorado.edu
-2006-09-29 06:22:30,316 DEBUG Popping from q - pl2.ernet.in
-2006-09-29 06:22:30,318 DEBUG Popping from q - neu2.6planetlab.edu.cn
-2006-09-29 06:22:30,319 DEBUG Found tickets for planetlab2.informatik.uni-erlangen.de
-2006-09-29 06:22:30,319 DEBUG Popping from q - planetlab-2.cs.uni-paderborn.de
-2006-09-29 06:22:30,320 DEBUG Found tickets for orbpl2.rutgers.edu
-2006-09-29 06:22:30,321 DEBUG Popping from q - planet5.cs.huji.ac.il
-2006-09-29 06:22:30,322 DEBUG Found tickets for planetlab-01.ipv6.lip6.fr
-2006-09-29 06:22:30,323 DEBUG Popping from q - planetlab1.elet.polimi.it
-2006-09-29 06:22:30,324 DEBUG Popping from q - planetlab2.iiitb.ac.in
-2006-09-29 06:22:30,325 DEBUG Popping from q - server1.planetlab.iit-tech.net
-2006-09-29 06:22:30,327 DEBUG Popping from q - planetlab2.iitb.ac.in
-2006-09-29 06:22:30,328 DEBUG Popping from q - planetlab02.dis.unina.it
-2006-09-29 06:22:30,330 DEBUG Popping from q - planetlab-1.dis.uniroma1.it
-2006-09-29 06:22:30,331 DEBUG Popping from q - planetlab1.iitb.ac.in
-2006-09-29 06:22:30,332 DEBUG Popping from q - pku1.6planetlab.edu.cn
-2006-09-29 06:22:30,334 DEBUG Found tickets for planetlab2.iitb.ac.in
-2006-09-29 06:22:30,334 DEBUG Popping from q - planetlab1.warsaw.rd.tp.pl
-2006-09-29 06:22:30,335 DEBUG Found tickets for server1.planetlab.iit-tech.net
-2006-09-29 06:22:30,336 DEBUG Popping from q - planetlab1.cs.umass.edu
-2006-09-29 06:22:30,337 DEBUG Popping from q - planetlab-2.cs.ucy.ac.cy
-2006-09-29 06:22:30,338 DEBUG Found tickets for planetlab1.iitb.ac.in
-2006-09-29 06:22:30,339 DEBUG Popping from q - pl1.ernet.in
-2006-09-29 06:22:30,340 DEBUG Found tickets for pku1.6planetlab.edu.cn
-2006-09-29 06:22:30,341 DEBUG Popping from q - planetlab2.georgetown.edu
-2006-09-29 06:22:30,342 DEBUG Popping from q - server2.planetlab.iit-tech.net
-2006-09-29 06:22:30,343 DEBUG Found tickets for planetlab1.cs.umass.edu
-2006-09-29 06:22:30,343 DEBUG Popping from q - planetlab2.di.unito.it
-2006-09-29 06:22:30,344 DEBUG Popping from q - planetlab1.csee.usf.edu
-2006-09-29 06:22:30,346 DEBUG Popping from q - planetlab-2.dis.uniroma1.it
-2006-09-29 06:22:30,348 DEBUG Found tickets for server2.planetlab.iit-tech.net
-2006-09-29 06:22:30,348 DEBUG Popping from q - planetlab2.informatik.uni-kl.de
-2006-09-29 06:22:30,349 DEBUG Popping from q - planet1.cs.rochester.edu
-2006-09-29 06:22:30,350 DEBUG Popping from q - planetlab1.rutgers.edu
-2006-09-29 06:22:30,352 DEBUG Found tickets for planetlab2.georgetown.edu
-2006-09-29 06:22:30,352 DEBUG Popping from q - planetlab-2.ece.iastate.edu
-2006-09-29 06:22:30,353 DEBUG Popping from q - planetlab-1.sjce.nodes.planet-lab.org
-2006-09-29 06:22:30,355 DEBUG Found tickets for planetlab2.informatik.uni-kl.de
-2006-09-29 06:22:30,356 DEBUG Popping from q - planetlab2.ece.ucdavis.edu
-2006-09-29 06:22:30,356 DEBUG Found tickets for planetlab1.rutgers.edu
-2006-09-29 06:22:30,357 DEBUG Popping from q - planetlab1.ie.cuhk.edu.hk
-2006-09-29 06:22:30,358 DEBUG Popping from q - planetlab2lannion.elibel.tm.fr
-2006-09-29 06:22:30,359 DEBUG Found tickets for planetlab-1.sjce.nodes.planet-lab.org
-2006-09-29 06:22:30,360 DEBUG Popping from q - planetlab01.mpi-sws.mpg.de
-2006-09-29 06:22:30,361 DEBUG Found tickets for planetlab1.ie.cuhk.edu.hk
-2006-09-29 06:22:30,362 DEBUG Popping from q - planetlab2.cs.duke.edu
-2006-09-29 06:22:30,363 DEBUG Popping from q - planetlab1.rn.informatics.scitech.susx.ac.uk
-2006-09-29 06:22:30,364 DEBUG Found tickets for planet1.cs.rochester.edu
-2006-09-29 06:22:30,364 DEBUG Popping from q - planetlab1.eee.hku.hk
-2006-09-29 06:22:30,365 DEBUG Popping from q - pads23.cs.nthu.edu.tw
-2006-09-29 06:22:30,367 DEBUG Popping from q - planet2.halifax.canet4.nodes.planet-lab.org
-2006-09-29 06:22:30,369 DEBUG Found tickets for planetlab1.rn.informatics.scitech.susx.ac.uk
-2006-09-29 06:22:30,369 DEBUG Popping from q - planetlab-2.tssg.org
-2006-09-29 06:22:30,370 DEBUG Found tickets for planetlab1.eee.hku.hk
-2006-09-29 06:22:30,371 DEBUG Popping from q - 200-102-209-151.paemt7001.t.brasiltelecom.net.br
-2006-09-29 06:22:30,372 DEBUG Popping from q - planetlab2.poly.edu
-2006-09-29 06:22:30,373 DEBUG Popping from q - planetlab1.poly.edu
-2006-09-29 06:22:30,374 DEBUG Found tickets for planet2.halifax.canet4.nodes.planet-lab.org
-2006-09-29 06:22:30,375 DEBUG Popping from q - planetlab2.net-research.org.uk
-2006-09-29 06:22:30,376 DEBUG Found tickets for planetlab-2.tssg.org
-2006-09-29 06:22:30,377 DEBUG Popping from q - planetlab-2.imperial.ac.uk
-2006-09-29 06:22:30,378 DEBUG Found tickets for 200-102-209-151.paemt7001.t.brasiltelecom.net.br
-2006-09-29 06:22:30,378 DEBUG Popping from q - planetlab-1.imperial.ac.uk
-2006-09-29 06:22:30,379 DEBUG Popping from q - planetlab1.byu.edu
-2006-09-29 06:22:30,380 DEBUG Popping from q - planetlab1.cis.upenn.edu
-2006-09-29 06:22:30,382 DEBUG Found tickets for planetlab2.net-research.org.uk
-2006-09-29 06:22:30,382 DEBUG Popping from q - planetlab2.eee.hku.hk
-2006-09-29 06:22:30,384 DEBUG Found tickets for planetlab-2.imperial.ac.uk
-2006-09-29 06:22:30,385 DEBUG Found tickets for planetlab-1.imperial.ac.uk
-2006-09-29 06:42:29,943 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv
-2006-09-29 06:42:31,015 DEBUG Retrieved 705 hosts
-2006-09-29 06:42:31,021 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='drift%20%3E%201m'
-2006-09-29 06:42:31,171 DEBUG Retrieved 9 hosts
-2006-09-29 06:42:31,172 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='resptime%20%3E%200%20&&%20gbfree%20%3C%205'
-2006-09-29 06:42:31,324 DEBUG Retrieved 10 hosts
-2006-09-29 06:42:31,324 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='sshstatus%20%3E%202h'
-2006-09-29 06:42:31,686 DEBUG Retrieved 162 hosts
-2006-09-29 06:42:31,688 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='dns1udp%20%3E%2080%20&&%20dns2udp%20%3E%2080'
-2006-09-29 06:42:31,862 DEBUG Retrieved 6 hosts
-2006-09-29 06:42:31,862 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='filerw%3E0'
-2006-09-29 06:42:32,001 DEBUG Retrieved 2 hosts
-2006-09-29 06:42:32,003 DEBUG Popping from q - planetlab2.elet.polimi.it
-2006-09-29 06:42:32,004 DEBUG Popping from q - pli1-br-3.hpl.hp.com
-2006-09-29 06:42:32,005 DEBUG Popping from q - planetlab2.nbgisp.com
-2006-09-29 06:42:32,006 DEBUG Popping from q - planetlab1.cs.stir.ac.uk
-2006-09-29 06:42:32,007 DEBUG Popping from q - planetlab2.win.trlabs.ca
-2006-09-29 06:42:32,009 DEBUG Popping from q - planetlab1.cse.msu.edu
-2006-09-29 06:42:32,010 DEBUG Found tickets for pli1-br-3.hpl.hp.com
-2006-09-29 06:42:32,010 DEBUG Popping from q - planetlab2.cse.msu.edu
-2006-09-29 06:42:32,011 DEBUG Popping from q - planetlab0.cs.stir.ac.uk
-2006-09-29 06:42:32,014 DEBUG Popping from q - planetlab1.informatik.uni-erlangen.de
-2006-09-29 06:42:32,016 DEBUG Found tickets for planetlab1.cse.msu.edu
-2006-09-29 06:42:32,017 DEBUG Popping from q - planetlab1.cs.purdue.edu
-2006-09-29 06:42:32,019 DEBUG Popping from q - planetlab1.een.orst.edu
-2006-09-29 06:42:32,020 DEBUG Found tickets for planetlab2.cse.msu.edu
-2006-09-29 06:42:32,020 DEBUG Popping from q - planetlab2.cs.columbia.edu
-2006-09-29 06:42:32,024 DEBUG Popping from q - planetlab1.win.trlabs.ca
-2006-09-29 06:42:32,025 DEBUG Found tickets for planetlab1.cs.purdue.edu
-2006-09-29 06:42:32,025 DEBUG Popping from q - planetlab1.cs.duke.edu
-2006-09-29 06:42:32,026 DEBUG Popping from q - planetlab2.flux.utah.edu
-2006-09-29 06:42:32,030 DEBUG Popping from q - planetlab3.cs.columbia.edu
-2006-09-29 06:42:32,031 DEBUG Popping from q - planetlab1.cs.columbia.edu
-2006-09-29 06:42:32,035 DEBUG Popping from q - planetlab3.flux.utah.edu
-2006-09-29 06:42:32,037 DEBUG Popping from q - planetlab-1.eecs.cwru.edu
-2006-09-29 06:42:32,040 DEBUG Popping from q - planetlab2.rutgers.edu
-2006-09-29 06:42:32,041 DEBUG Popping from q - vn3.cs.wustl.edu
-2006-09-29 06:42:32,043 DEBUG Popping from q - planetlab2.cri.haifa.ac.il
-2006-09-29 06:42:32,046 DEBUG Popping from q - soccf-planet-001.comp.nus.edu.sg
-2006-09-29 06:42:32,049 DEBUG Found tickets for planetlab2.rutgers.edu
-2006-09-29 06:42:32,049 DEBUG Popping from q - planetlab01.cse.psu.edu
-2006-09-29 06:42:32,050 DEBUG Found tickets for planetlab2.cri.haifa.ac.il
-2006-09-29 06:42:32,050 DEBUG Popping from q - csu2.6planetlab.edu.cn
-2006-09-29 06:42:32,052 DEBUG Found tickets for vn3.cs.wustl.edu
-2006-09-29 06:42:32,052 DEBUG Popping from q - planet2.njit.edu
-2006-09-29 06:42:32,055 DEBUG Popping from q - planetlab2.unl.edu
-2006-09-29 06:42:32,056 DEBUG Found tickets for soccf-planet-001.comp.nus.edu.sg
-2006-09-29 06:42:32,057 DEBUG Popping from q - planetlab1.cs.pitt.edu
-2006-09-29 06:42:32,058 DEBUG Found tickets for csu2.6planetlab.edu.cn
-2006-09-29 06:42:32,058 DEBUG Popping from q - planetlab-2.eecs.cwru.edu
-2006-09-29 06:42:32,061 DEBUG Found tickets for planet2.njit.edu
-2006-09-29 06:42:32,062 DEBUG Popping from q - planetlab2.urv.net
-2006-09-29 06:42:32,063 DEBUG Popping from q - planetlab7.csail.mit.edu
-2006-09-29 06:42:32,066 DEBUG Popping from q - buaa1.6planetlab.edu.cn
-2006-09-29 06:42:32,067 DEBUG Popping from q - ricepl-3.cs.rice.edu
-2006-09-29 06:42:32,069 DEBUG Popping from q - planet-lab-1.csse.monash.edu.au
-2006-09-29 06:42:32,071 DEBUG Found tickets for planetlab7.csail.mit.edu
-2006-09-29 06:42:32,071 DEBUG Popping from q - planetlab5.millennium.berkeley.edu
-2006-09-29 06:42:32,073 DEBUG Popping from q - planetlab1.pop-ce.rnp.br
-2006-09-29 06:42:32,076 DEBUG Found tickets for buaa1.6planetlab.edu.cn
-2006-09-29 06:42:32,076 DEBUG Popping from q - planetlab2.mnlab.cti.depaul.edu
-2006-09-29 06:42:32,077 DEBUG Popping from q - peace.ri.uni-tuebingen.de
-2006-09-29 06:42:32,079 DEBUG Popping from q - planetlab-8.cs.princeton.edu
-2006-09-29 06:42:32,081 DEBUG Found tickets for planetlab1.pop-ce.rnp.br
-2006-09-29 06:42:32,082 DEBUG Popping from q - planetlab2.ucsd.edu
-2006-09-29 06:42:32,083 DEBUG Found tickets for planetlab2.mnlab.cti.depaul.edu
-2006-09-29 06:42:32,083 DEBUG Popping from q - blast.uwaterloo.ca
-2006-09-29 06:42:32,084 DEBUG Popping from q - planetlab1.cs.wayne.edu
-2006-09-29 06:42:32,087 DEBUG Found tickets for planetlab-8.cs.princeton.edu
-2006-09-29 06:42:32,087 DEBUG Popping from q - pli1-br-3.hpl.hp.com
-2006-09-29 06:42:32,088 DEBUG Found tickets for planetlab2.ucsd.edu
-2006-09-29 06:42:32,089 DEBUG Popping from q - planetlab2.eurecom.fr
-2006-09-29 06:42:32,090 DEBUG Found tickets for planetlab1.cs.wayne.edu
-2006-09-29 06:42:32,090 DEBUG Popping from q - planetlab1.di.unito.it
-2006-09-29 06:42:32,092 DEBUG Found tickets for blast.uwaterloo.ca
-2006-09-29 06:42:32,092 DEBUG Popping from q - planetlab2.simula.no
-2006-09-29 06:42:32,093 DEBUG Found tickets for pli1-br-3.hpl.hp.com
-2006-09-29 06:42:32,093 DEBUG Popping from q - planetlab01.dis.unina.it
-2006-09-29 06:42:32,097 DEBUG Popping from q - planetlab1.flux.utah.edu
-2006-09-29 06:42:32,098 DEBUG Found tickets for planetlab1.di.unito.it
-2006-09-29 06:42:32,098 DEBUG Popping from q - planetlab-1.ece.iastate.edu
-2006-09-29 06:42:32,100 DEBUG Popping from q - sdu1.6planetlab.edu.cn
-2006-09-29 06:42:32,101 DEBUG Popping from q - planetlab4.upc.es
-2006-09-29 06:42:32,103 DEBUG Popping from q - planetlab-13.cs.princeton.edu
-2006-09-29 06:42:32,104 DEBUG Found tickets for planetlab-1.ece.iastate.edu
-2006-09-29 06:42:32,104 DEBUG Popping from q - planet1.cc.gt.atl.ga.us
-2006-09-29 06:42:32,106 DEBUG Found tickets for sdu1.6planetlab.edu.cn
-2006-09-29 06:42:32,106 DEBUG Popping from q - planetlab2.eecs.wsu.edu
-2006-09-29 06:42:32,107 DEBUG Popping from q - planet2.cs.ucsb.edu
-2006-09-29 06:42:32,108 DEBUG Found tickets for planetlab-13.cs.princeton.edu
-2006-09-29 06:42:32,109 DEBUG Popping from q - xjtu2.6planetlab.edu.cn
-2006-09-29 06:42:32,111 DEBUG Popping from q - planetlab3.upc.es
-2006-09-29 06:42:32,112 DEBUG Popping from q - planetlab2.cs.umass.edu
-2006-09-29 06:42:32,113 DEBUG Found tickets for planet2.cs.ucsb.edu
-2006-09-29 06:42:32,113 DEBUG Popping from q - node1.lbnl.nodes.planet-lab.org
-2006-09-29 06:42:32,115 DEBUG Popping from q - planetlab1.iitr.ernet.in
-2006-09-29 06:42:32,116 DEBUG Popping from q - planetlab1.ipls.internet2.planet-lab.org
-2006-09-29 06:42:32,118 DEBUG Popping from q - ent2.cs.nccu.edu.tw
-2006-09-29 06:42:32,119 DEBUG Popping from q - planetlab01.erin.utoronto.ca
-2006-09-29 06:42:32,121 DEBUG Popping from q - planetlab-4.ece.iastate.edu
-2006-09-29 06:42:32,122 DEBUG Popping from q - planetlab2.informatik.uni-goettingen.de
-2006-09-29 06:42:32,123 DEBUG Found tickets for ent2.cs.nccu.edu.tw
-2006-09-29 06:42:32,124 DEBUG Popping from q - ds-pl1.technion.ac.il
-2006-09-29 06:42:32,125 DEBUG Found tickets for planetlab-4.ece.iastate.edu
-2006-09-29 06:42:32,126 DEBUG Popping from q - planetlab1.mnl.cs.sunysb.edu
-2006-09-29 06:42:32,127 DEBUG Popping from q - aladdin.planetlab.extranet.uni-passau.de
-2006-09-29 06:42:32,128 DEBUG Found tickets for planetlab2.informatik.uni-goettingen.de
-2006-09-29 06:42:32,129 DEBUG Popping from q - planetlab-1.cs.uni-paderborn.de
-2006-09-29 06:42:32,130 DEBUG Popping from q - planet1.njit.edu
-2006-09-29 06:42:32,131 DEBUG Popping from q - pku2.6planetlab.edu.cn
-2006-09-29 06:42:32,133 DEBUG Found tickets for planetlab1.mnl.cs.sunysb.edu
-2006-09-29 06:42:32,133 DEBUG Popping from q - planetlab-1.cs.ucy.ac.cy
-2006-09-29 06:42:35,250 DEBUG Popping from q - planetlab00.cse.psu.edu
-2006-09-29 06:42:35,253 DEBUG Popping from q - planetlab04.ethz.ch
-2006-09-29 06:42:35,254 DEBUG Popping from q - sdu2.6planetlab.edu.cn
-2006-09-29 06:42:35,255 DEBUG Popping from q - planet-lab.iki.rssi.ru
-2006-09-29 06:42:35,257 DEBUG Popping from q - planetlab1.polito.it
-2006-09-29 06:42:35,259 DEBUG Found tickets for sdu2.6planetlab.edu.cn
-2006-09-29 06:42:35,259 DEBUG Popping from q - planetlab1.uvic.ca
-2006-09-29 06:42:35,260 DEBUG Found tickets for planetlab04.ethz.ch
-2006-09-29 06:42:35,260 DEBUG Popping from q - planetlab1.cs.byu.edu
-2006-09-29 06:42:35,262 DEBUG Found tickets for planetlab1.polito.it
-2006-09-29 06:42:35,263 DEBUG Popping from q - planetlab-1.amst.nodes.planet-lab.org
-2006-09-29 06:42:35,264 DEBUG Found tickets for planet-lab.iki.rssi.ru
-2006-09-29 06:42:35,264 DEBUG Popping from q - planetlab2.uvic.ca
-2006-09-29 06:42:35,267 DEBUG Found tickets for planetlab1.uvic.ca
-2006-09-29 06:42:35,267 DEBUG Popping from q - planet2.cs.rochester.edu
-2006-09-29 06:42:35,268 DEBUG Popping from q - planetlab1.xeno.cl.cam.ac.uk
-2006-09-29 06:42:35,270 DEBUG Found tickets for planetlab2.uvic.ca
-2006-09-29 06:42:35,270 DEBUG Popping from q - lycra.cs.princeton.edu
-2006-09-29 06:42:35,271 DEBUG Popping from q - cloudburst.uwaterloo.ca
-2006-09-29 06:42:35,273 DEBUG Popping from q - planetlab1.ias.csusb.edu
-2006-09-29 06:42:35,274 DEBUG Found tickets for planet2.cs.rochester.edu
-2006-09-29 06:42:35,275 DEBUG Popping from q - vayu.iitd.ernet.in
-2006-09-29 06:42:35,277 DEBUG Found tickets for cloudburst.uwaterloo.ca
-2006-09-29 06:42:35,277 DEBUG Popping from q - node2.lbnl.nodes.planet-lab.org
-2006-09-29 06:42:35,278 DEBUG Found tickets for lycra.cs.princeton.edu
-2006-09-29 06:42:35,278 DEBUG Popping from q - planetlab2.cs.byu.edu
-2006-09-29 06:42:35,280 DEBUG Popping from q - cqu1.6planetlab.edu.cn
-2006-09-29 06:42:35,281 DEBUG Found tickets for planetlab1.ias.csusb.edu
-2006-09-29 06:42:35,282 DEBUG Popping from q - planetlab2.acis.ufl.edu
-2006-09-29 06:42:35,283 DEBUG Popping from q - planetlab1.cs.unibo.it
-2006-09-29 06:42:35,284 DEBUG Popping from q - tju2.6planetlab.edu.cn
-2006-09-29 06:42:35,286 DEBUG Found tickets for cqu1.6planetlab.edu.cn
-2006-09-29 06:42:35,286 DEBUG Popping from q - orbpl1.rutgers.edu
-2006-09-29 06:42:35,287 DEBUG Found tickets for planetlab1.cs.unibo.it
-2006-09-29 06:42:35,288 DEBUG Popping from q - ent1.cs.nccu.edu.tw
-2006-09-29 06:42:35,289 DEBUG Found tickets for tju2.6planetlab.edu.cn
-2006-09-29 06:42:35,289 DEBUG Popping from q - planet0.jaist.ac.jp
-2006-09-29 06:42:35,292 DEBUG Found tickets for planetlab2.acis.ufl.edu
-2006-09-29 06:42:35,292 DEBUG Popping from q - planetlab1.informatik.uni-wuerzburg.de
-2006-09-29 06:42:35,293 DEBUG Found tickets for ent1.cs.nccu.edu.tw
-2006-09-29 06:42:35,293 DEBUG Popping from q - planetlab3.warsaw.rd.tp.pl
-2006-09-29 06:42:35,295 DEBUG Found tickets for orbpl1.rutgers.edu
-2006-09-29 06:42:35,295 DEBUG Popping from q - planetlab0.ias.csusb.edu
-2006-09-29 06:42:35,296 DEBUG Found tickets for planet0.jaist.ac.jp
-2006-09-29 06:42:35,296 DEBUG Popping from q - planetlab-2.amst.nodes.planet-lab.org
-2006-09-29 06:42:35,298 DEBUG Found tickets for planetlab0.ias.csusb.edu
-2006-09-29 06:42:35,299 DEBUG Popping from q - planetlab3.inria.fr
-2006-09-29 06:42:35,300 DEBUG Found tickets for planetlab1.informatik.uni-wuerzburg.de
-2006-09-29 06:42:35,300 DEBUG Popping from q - 200-102-209-152.paemt7001.t.brasiltelecom.net.br
-2006-09-29 06:42:35,302 DEBUG Popping from q - planetlab3.mnl.cs.sunysb.edu
-2006-09-29 06:42:35,303 DEBUG Popping from q - planetlab-15.cs.princeton.edu
-2006-09-29 06:42:35,305 DEBUG Popping from q - planet-lab-2.csse.monash.edu.au
-2006-09-29 06:42:35,308 DEBUG Found tickets for 200-102-209-152.paemt7001.t.brasiltelecom.net.br
-2006-09-29 06:42:35,308 DEBUG Popping from q - planet1.ecse.rpi.edu
-2006-09-29 06:42:35,309 DEBUG Popping from q - planetlab2.pop-mg.rnp.br
-2006-09-29 06:42:35,310 DEBUG Popping from q - planetlab-2.unk.edu
-2006-09-29 06:42:35,313 DEBUG Found tickets for planet-lab-2.csse.monash.edu.au
-2006-09-29 06:42:35,314 DEBUG Popping from q - planetlab2.rdfrancetelecom.com
-2006-09-29 06:42:35,315 DEBUG Found tickets for planet1.ecse.rpi.edu
-2006-09-29 06:42:35,315 DEBUG Popping from q - planetlab1.eurecom.fr
-2006-09-29 06:42:35,316 DEBUG Found tickets for planetlab2.pop-mg.rnp.br
-2006-09-29 06:42:35,316 DEBUG Popping from q - planetlab1.cs.virginia.edu
-2006-09-29 06:42:35,317 DEBUG Popping from q - tju1.6planetlab.edu.cn
-2006-09-29 06:42:35,319 DEBUG Found tickets for planetlab1.eurecom.fr
-2006-09-29 06:42:35,320 DEBUG Popping from q - planetlab-3.amst.nodes.planet-lab.org
-2006-09-29 06:42:35,321 DEBUG Popping from q - planetlab2.iitr.ernet.in
-2006-09-29 06:42:35,322 DEBUG Found tickets for planetlab2.rdfrancetelecom.com
-2006-09-29 06:42:35,322 DEBUG Popping from q - planetlab1.georgetown.edu
-2006-09-29 06:42:35,325 DEBUG Found tickets for tju1.6planetlab.edu.cn
-2006-09-29 06:42:35,325 DEBUG Popping from q - planet1.inf.tu-dresden.de
-2006-09-29 06:42:35,326 DEBUG Popping from q - alice.cs.princeton.edu
-2006-09-29 06:42:35,328 DEBUG Popping from q - planetlab02.erin.utoronto.ca
-2006-09-29 06:42:35,329 DEBUG Popping from q - planetlab-1.vuse.vanderbilt.edu
-2006-09-29 06:42:35,331 DEBUG Found tickets for alice.cs.princeton.edu
-2006-09-29 06:42:35,331 DEBUG Popping from q - planetlab3.uvic.ca
-2006-09-29 06:42:35,332 DEBUG Found tickets for planetlab1.georgetown.edu
-2006-09-29 06:42:35,332 DEBUG Popping from q - scut2.6planetlab.edu.cn
-2006-09-29 06:42:35,334 DEBUG Popping from q - planetlab1.swidnik.rd.tp.pl
-2006-09-29 06:42:35,337 DEBUG Found tickets for planetlab-1.vuse.vanderbilt.edu
-2006-09-29 06:42:35,338 DEBUG Popping from q - planet2.cdacb.ernet.in
-2006-09-29 06:42:35,339 DEBUG Found tickets for planetlab3.uvic.ca
-2006-09-29 06:42:35,339 DEBUG Popping from q - planetlab1.rdfrancetelecom.com
-2006-09-29 06:42:35,340 DEBUG Found tickets for scut2.6planetlab.edu.cn
-2006-09-29 06:42:35,341 DEBUG Popping from q - planet2.inf.tu-dresden.de
-2006-09-29 06:42:35,342 DEBUG Found tickets for planetlab1.swidnik.rd.tp.pl
-2006-09-29 06:42:35,342 DEBUG Popping from q - planet02.csc.ncsu.edu
-2006-09-29 06:42:35,344 DEBUG Found tickets for planet2.cdacb.ernet.in
-2006-09-29 06:42:35,344 DEBUG Popping from q - planetlab-1.tssg.org
-2006-09-29 06:42:35,345 DEBUG Popping from q - planetlab-2.vuse.vanderbilt.edu
-2006-09-29 06:42:35,462 DEBUG Popping from q - planetlab1.cri.haifa.ac.il
-2006-09-29 06:42:35,463 DEBUG Found tickets for planetlab-1.tssg.org
-2006-09-29 06:42:35,464 DEBUG Popping from q - planetlab-11.cs.princeton.edu
-2006-09-29 06:42:35,464 DEBUG Found tickets for planetlab-2.vuse.vanderbilt.edu
-2006-09-29 06:42:35,465 DEBUG Popping from q - planet03.csc.ncsu.edu
-2006-09-29 06:42:35,466 DEBUG Found tickets for planetlab1.rdfrancetelecom.com
-2006-09-29 06:42:35,466 DEBUG Popping from q - planetlab1.pop-rj.rnp.br
-2006-09-29 06:42:35,470 DEBUG Found tickets for planetlab1.pop-rj.rnp.br
-2006-09-29 06:42:35,471 DEBUG Popping from q - planet1.halifax.canet4.nodes.planet-lab.org
-2006-09-29 06:42:35,472 DEBUG Popping from q - planet1.cavite.nodes.planet-lab.org
-2006-09-29 06:42:35,473 DEBUG Popping from q - ds-pl3.technion.ac.il
-2006-09-29 06:42:35,474 DEBUG Found tickets for planetlab1.cri.haifa.ac.il
-2006-09-29 06:42:35,474 DEBUG Popping from q - planetlab2.cs.purdue.edu
-2006-09-29 06:42:35,477 DEBUG Popping from q - planetlab3.millennium.berkeley.edu
-2006-09-29 06:42:35,478 DEBUG Popping from q - planetlab1.unl.edu
-2006-09-29 06:42:35,479 DEBUG Popping from q - planetlab1.cs.colorado.edu
-2006-09-29 06:42:35,480 DEBUG Found tickets for ds-pl3.technion.ac.il
-2006-09-29 06:42:35,481 DEBUG Popping from q - planetlab02.cs.washington.edu
-2006-09-29 06:42:35,483 DEBUG Popping from q - pads21.cs.nthu.edu.tw
-2006-09-29 06:42:35,484 DEBUG Found tickets for planetlab1.cs.colorado.edu
-2006-09-29 06:42:35,485 DEBUG Popping from q - orbpl2.rutgers.edu
-2006-09-29 06:42:35,486 DEBUG Found tickets for planetlab1.unl.edu
-2006-09-29 06:42:35,486 DEBUG Popping from q - planetlab2.informatik.uni-erlangen.de
-2006-09-29 06:42:35,489 DEBUG Found tickets for planetlab02.cs.washington.edu
-2006-09-29 06:42:35,489 DEBUG Popping from q - planetlab-01.ipv6.lip6.fr
-2006-09-29 06:42:35,490 DEBUG Popping from q - pl2.ernet.in
-2006-09-29 06:42:35,492 DEBUG Found tickets for orbpl2.rutgers.edu
-2006-09-29 06:42:35,492 DEBUG Popping from q - neu2.6planetlab.edu.cn
-2006-09-29 06:42:35,494 DEBUG Found tickets for planetlab2.informatik.uni-erlangen.de
-2006-09-29 06:42:35,494 DEBUG Popping from q - planetlab-2.cs.uni-paderborn.de
-2006-09-29 06:42:35,496 DEBUG Found tickets for planetlab-01.ipv6.lip6.fr
-2006-09-29 06:42:35,496 DEBUG Popping from q - planet5.cs.huji.ac.il
-2006-09-29 06:42:35,497 DEBUG Popping from q - planetlab1.elet.polimi.it
-2006-09-29 06:42:35,499 DEBUG Popping from q - planetlab2.iiitb.ac.in
-2006-09-29 06:42:35,501 DEBUG Popping from q - server1.planetlab.iit-tech.net
-2006-09-29 06:42:35,502 DEBUG Popping from q - planetlab2.iitb.ac.in
-2006-09-29 06:42:35,503 DEBUG Popping from q - planetlab02.dis.unina.it
-2006-09-29 06:42:35,504 DEBUG Popping from q - planetlab-1.dis.uniroma1.it
-2006-09-29 06:42:35,507 DEBUG Found tickets for server1.planetlab.iit-tech.net
-2006-09-29 06:42:35,507 DEBUG Popping from q - planetlab1.iitb.ac.in
-2006-09-29 06:42:35,508 DEBUG Found tickets for planetlab2.iitb.ac.in
-2006-09-29 06:42:35,508 DEBUG Popping from q - pku1.6planetlab.edu.cn
-2006-09-29 06:42:35,511 DEBUG Popping from q - planetlab1.warsaw.rd.tp.pl
-2006-09-29 06:42:35,512 DEBUG Popping from q - planetlab1.cs.umass.edu
-2006-09-29 06:42:35,514 DEBUG Found tickets for planetlab1.iitb.ac.in
-2006-09-29 06:42:35,514 DEBUG Popping from q - planetlab-2.cs.ucy.ac.cy
-2006-09-29 06:42:35,516 DEBUG Found tickets for pku1.6planetlab.edu.cn
-2006-09-29 06:42:35,517 DEBUG Popping from q - pl1.ernet.in
-2006-09-29 06:42:35,518 DEBUG Popping from q - planetlab2.georgetown.edu
-2006-09-29 06:42:35,520 DEBUG Found tickets for planetlab1.cs.umass.edu
-2006-09-29 06:42:35,520 DEBUG Popping from q - server2.planetlab.iit-tech.net
-2006-09-29 06:42:35,523 DEBUG Popping from q - planetlab2.di.unito.it
-2006-09-29 06:42:35,523 DEBUG Popping from q - planetlab1.csee.usf.edu
-2006-09-29 06:42:35,525 DEBUG Found tickets for planetlab2.georgetown.edu
-2006-09-29 06:42:35,526 DEBUG Popping from q - planetlab-2.dis.uniroma1.it
-2006-09-29 06:42:35,529 DEBUG Found tickets for server2.planetlab.iit-tech.net
-2006-09-29 06:42:35,529 DEBUG Popping from q - planetlab2.informatik.uni-kl.de
-2006-09-29 06:42:35,530 DEBUG Popping from q - planet1.cs.rochester.edu
-2006-09-29 06:42:35,531 DEBUG Popping from q - planetlab1.rutgers.edu
-2006-09-29 06:42:35,533 DEBUG Popping from q - planetlab-2.ece.iastate.edu
-2006-09-29 06:42:35,535 DEBUG Found tickets for planetlab1.rutgers.edu
-2006-09-29 06:42:35,535 DEBUG Popping from q - planetlab-1.sjce.nodes.planet-lab.org
-2006-09-29 06:42:35,537 DEBUG Found tickets for planet1.cs.rochester.edu
-2006-09-29 06:42:35,537 DEBUG Popping from q - planetlab2.ece.ucdavis.edu
-2006-09-29 06:42:35,538 DEBUG Popping from q - planetlab1.ie.cuhk.edu.hk
-2006-09-29 06:42:35,539 DEBUG Found tickets for planetlab2.informatik.uni-kl.de
-2006-09-29 06:42:35,540 DEBUG Found tickets for planetlab-1.sjce.nodes.planet-lab.org
-2006-09-29 06:42:35,541 DEBUG Popping from q - planetlab01.mpi-sws.mpg.de
-2006-09-29 06:42:35,542 DEBUG Popping from q - planetlab2.cs.duke.edu
-2006-09-29 06:42:35,543 DEBUG Found tickets for planetlab1.ie.cuhk.edu.hk
-2006-09-29 06:42:35,543 DEBUG Popping from q - planetlab1.rn.informatics.scitech.susx.ac.uk
-2006-09-29 06:42:35,541 DEBUG Popping from q - planetlab2lannion.elibel.tm.fr
-2006-09-29 06:42:35,546 DEBUG Found tickets for planetlab1.rn.informatics.scitech.susx.ac.uk
-2006-09-29 06:42:35,546 DEBUG Popping from q - planetlab1.eee.hku.hk
-2006-09-29 06:42:35,548 DEBUG Popping from q - pads23.cs.nthu.edu.tw
-2006-09-29 06:42:35,549 DEBUG Popping from q - planet2.halifax.canet4.nodes.planet-lab.org
-2006-09-29 06:42:35,550 DEBUG Popping from q - planetlab-2.tssg.org
-2006-09-29 06:42:35,552 DEBUG Popping from q - 200-102-209-151.paemt7001.t.brasiltelecom.net.br
-2006-09-29 06:42:35,553 DEBUG Found tickets for planetlab1.eee.hku.hk
-2006-09-29 06:42:35,554 DEBUG Popping from q - planetlab2.poly.edu
-2006-09-29 06:42:35,554 DEBUG Found tickets for planet2.halifax.canet4.nodes.planet-lab.org
-2006-09-29 06:42:35,555 DEBUG Popping from q - planetlab1.poly.edu
-2006-09-29 06:42:35,557 DEBUG Found tickets for planetlab-2.tssg.org
-2006-09-29 06:42:35,557 DEBUG Popping from q - planetlab2.net-research.org.uk
-2006-09-29 06:42:35,559 DEBUG Found tickets for 200-102-209-151.paemt7001.t.brasiltelecom.net.br
-2006-09-29 06:42:35,559 DEBUG Popping from q - planetlab-2.imperial.ac.uk
-2006-09-29 06:42:35,561 DEBUG Found tickets for planetlab2.net-research.org.uk
-2006-09-29 06:42:35,562 DEBUG Popping from q - planetlab-1.imperial.ac.uk
-2006-09-29 06:42:35,563 DEBUG Popping from q - planetlab1.byu.edu
-2006-09-29 06:42:35,564 DEBUG Found tickets for planetlab-2.imperial.ac.uk
-2006-09-29 06:42:35,564 DEBUG Popping from q - planetlab1.cis.upenn.edu
-2006-09-29 06:42:35,565 DEBUG Popping from q - planetlab2.eee.hku.hk
-2006-09-29 06:42:35,567 DEBUG Found tickets for planetlab-1.imperial.ac.uk
-2006-09-29 07:02:31,844 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv
-2006-09-29 07:02:32,918 DEBUG Retrieved 705 hosts
-2006-09-29 07:02:32,925 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='drift%20%3E%201m'
-2006-09-29 07:02:33,061 DEBUG Retrieved 8 hosts
-2006-09-29 07:02:33,062 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='resptime%20%3E%200%20&&%20gbfree%20%3C%205'
-2006-09-29 07:02:33,339 DEBUG Retrieved 10 hosts
-2006-09-29 07:02:33,340 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='sshstatus%20%3E%202h'
-2006-09-29 07:02:33,691 DEBUG Retrieved 162 hosts
-2006-09-29 07:02:33,692 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='dns1udp%20%3E%2080%20&&%20dns2udp%20%3E%2080'
-2006-09-29 07:02:33,823 DEBUG Retrieved 6 hosts
-2006-09-29 07:02:33,824 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='filerw%3E0'
-2006-09-29 07:02:33,951 DEBUG Retrieved 2 hosts
-2006-09-29 07:02:33,953 DEBUG Popping from q - planetlab2.elet.polimi.it
-2006-09-29 07:02:33,954 DEBUG Popping from q - pli1-br-3.hpl.hp.com
-2006-09-29 07:02:33,955 DEBUG Popping from q - planetlab2.nbgisp.com
-2006-09-29 07:02:33,956 DEBUG Popping from q - planetlab1.cs.stir.ac.uk
-2006-09-29 07:02:33,957 DEBUG Popping from q - planetlab1.cse.msu.edu
-2006-09-29 07:02:33,959 DEBUG Popping from q - planetlab2.cse.msu.edu
-2006-09-29 07:02:33,960 DEBUG Found tickets for pli1-br-3.hpl.hp.com
-2006-09-29 07:02:33,960 DEBUG Popping from q - planetlab0.cs.stir.ac.uk
-2006-09-29 07:02:33,961 DEBUG Popping from q - planetlab1.informatik.uni-erlangen.de
-2006-09-29 07:02:33,963 DEBUG Popping from q - planetlab1.cs.purdue.edu
-2006-09-29 07:02:33,965 DEBUG Found tickets for planetlab2.cse.msu.edu
-2006-09-29 07:02:33,965 DEBUG Popping from q - planetlab1.een.orst.edu
-2006-09-29 07:02:33,966 DEBUG Found tickets for planetlab1.cse.msu.edu
-2006-09-29 07:02:33,967 DEBUG Popping from q - planetlab2.cs.columbia.edu
-2006-09-29 07:02:33,967 DEBUG Popping from q - planetlab1.win.trlabs.ca
-2006-09-29 07:02:33,968 DEBUG Popping from q - planetlab1.cs.duke.edu
-2006-09-29 07:02:33,970 DEBUG Found tickets for planetlab1.cs.purdue.edu
-2006-09-29 07:02:33,970 DEBUG Popping from q - planetlab2.flux.utah.edu
-2006-09-29 07:02:33,972 DEBUG Popping from q - planetlab3.cs.columbia.edu
-2006-09-29 07:02:33,973 DEBUG Popping from q - planetlab1.cs.columbia.edu
-2006-09-29 07:02:33,975 DEBUG Popping from q - planetlab3.flux.utah.edu
-2006-09-29 07:02:33,976 DEBUG Popping from q - planetlab-1.eecs.cwru.edu
-2006-09-29 07:02:33,977 DEBUG Popping from q - planetlab2.rutgers.edu
-2006-09-29 07:02:33,979 DEBUG Popping from q - vn3.cs.wustl.edu
-2006-09-29 07:02:33,981 DEBUG Popping from q - planetlab2.cri.haifa.ac.il
-2006-09-29 07:02:33,982 DEBUG Popping from q - soccf-planet-001.comp.nus.edu.sg
-2006-09-29 07:02:33,983 DEBUG Found tickets for planetlab2.rutgers.edu
-2006-09-29 07:02:33,984 DEBUG Popping from q - planetlab01.cse.psu.edu
-2006-09-29 07:02:33,985 DEBUG Popping from q - csu2.6planetlab.edu.cn
-2006-09-29 07:02:33,986 DEBUG Found tickets for vn3.cs.wustl.edu
-2006-09-29 07:02:33,986 DEBUG Popping from q - planet2.njit.edu
-2006-09-29 07:02:33,988 DEBUG Found tickets for planetlab2.cri.haifa.ac.il
-2006-09-29 07:02:33,989 DEBUG Popping from q - planetlab2.unl.edu
-2006-09-29 07:02:33,990 DEBUG Found tickets for soccf-planet-001.comp.nus.edu.sg
-2006-09-29 07:02:33,990 DEBUG Popping from q - planetlab1.cs.pitt.edu
-2006-09-29 07:02:33,991 DEBUG Popping from q - planetlab-2.eecs.cwru.edu
-2006-09-29 07:02:33,992 DEBUG Found tickets for csu2.6planetlab.edu.cn
-2006-09-29 07:02:33,993 DEBUG Popping from q - planetlab2.urv.net
-2006-09-29 07:02:33,994 DEBUG Popping from q - planetlab7.csail.mit.edu
-2006-09-29 07:02:33,995 DEBUG Found tickets for planet2.njit.edu
-2006-09-29 07:02:33,996 DEBUG Popping from q - buaa1.6planetlab.edu.cn
-2006-09-29 07:02:33,997 DEBUG Popping from q - ricepl-3.cs.rice.edu
-2006-09-29 07:02:33,998 DEBUG Popping from q - planet-lab-1.csse.monash.edu.au
-2006-09-29 07:02:34,000 DEBUG Popping from q - planetlab5.millennium.berkeley.edu
-2006-09-29 07:02:34,001 DEBUG Found tickets for buaa1.6planetlab.edu.cn
-2006-09-29 07:02:34,002 DEBUG Popping from q - planetlab1.pop-ce.rnp.br
-2006-09-29 07:02:34,003 DEBUG Found tickets for planetlab7.csail.mit.edu
-2006-09-29 07:02:34,003 DEBUG Popping from q - planetlab2.mnlab.cti.depaul.edu
-2006-09-29 07:02:34,005 DEBUG Popping from q - peace.ri.uni-tuebingen.de
-2006-09-29 07:02:34,006 DEBUG Popping from q - planetlab-8.cs.princeton.edu
-2006-09-29 07:02:34,007 DEBUG Popping from q - planetlab2.ucsd.edu
-2006-09-29 07:02:34,009 DEBUG Found tickets for planetlab1.pop-ce.rnp.br
-2006-09-29 07:02:34,009 DEBUG Popping from q - blast.uwaterloo.ca
-2006-09-29 07:02:34,010 DEBUG Found tickets for planetlab2.mnlab.cti.depaul.edu
-2006-09-29 07:02:34,010 DEBUG Popping from q - planetlab1.cs.wayne.edu
-2006-09-29 07:02:34,012 DEBUG Popping from q - pli1-br-3.hpl.hp.com
-2006-09-29 07:02:34,013 DEBUG Found tickets for planetlab-8.cs.princeton.edu
-2006-09-29 07:02:34,014 DEBUG Popping from q - planetlab2.eurecom.fr
-2006-09-29 07:02:34,015 DEBUG Found tickets for planetlab2.ucsd.edu
-2006-09-29 07:02:34,015 DEBUG Popping from q - planetlab1.di.unito.it
-2006-09-29 07:02:34,016 DEBUG Found tickets for blast.uwaterloo.ca
-2006-09-29 07:02:34,017 DEBUG Popping from q - planetlab2.simula.no
-2006-09-29 07:02:34,018 DEBUG Found tickets for planetlab1.cs.wayne.edu
-2006-09-29 07:02:34,018 DEBUG Popping from q - planetlab01.dis.unina.it
-2006-09-29 07:02:34,020 DEBUG Found tickets for pli1-br-3.hpl.hp.com
-2006-09-29 07:02:34,020 DEBUG Popping from q - planetlab1.flux.utah.edu
-2006-09-29 07:02:34,021 DEBUG Popping from q - planetlab-1.ece.iastate.edu
-2006-09-29 07:02:34,023 DEBUG Found tickets for planetlab1.di.unito.it
-2006-09-29 07:02:34,023 DEBUG Popping from q - sdu1.6planetlab.edu.cn
-2006-09-29 07:02:34,024 DEBUG Popping from q - planetlab4.upc.es
-2006-09-29 07:02:34,026 DEBUG Popping from q - planetlab-13.cs.princeton.edu
-2006-09-29 07:02:34,027 DEBUG Popping from q - planet1.cc.gt.atl.ga.us
-2006-09-29 07:02:34,028 DEBUG Found tickets for planetlab-1.ece.iastate.edu
-2006-09-29 07:02:34,029 DEBUG Popping from q - planetlab2.eecs.wsu.edu
-2006-09-29 07:02:34,030 DEBUG Popping from q - planet2.cs.ucsb.edu
-2006-09-29 07:02:34,031 DEBUG Found tickets for sdu1.6planetlab.edu.cn
-2006-09-29 07:02:34,032 DEBUG Popping from q - xjtu2.6planetlab.edu.cn
-2006-09-29 07:02:34,033 DEBUG Found tickets for planet2.cs.ucsb.edu
-2006-09-29 07:02:34,034 DEBUG Popping from q - planetlab3.upc.es
-2006-09-29 07:02:34,035 DEBUG Found tickets for planetlab-13.cs.princeton.edu
-2006-09-29 07:02:34,035 DEBUG Popping from q - planetlab2.cs.umass.edu
-2006-09-29 07:02:34,036 DEBUG Popping from q - node1.lbnl.nodes.planet-lab.org
-2006-09-29 07:02:34,037 DEBUG Popping from q - planetlab1.iitr.ernet.in
-2006-09-29 07:02:34,039 DEBUG Popping from q - planetlab1.ipls.internet2.planet-lab.org
-2006-09-29 07:02:34,041 DEBUG Popping from q - ent2.cs.nccu.edu.tw
-2006-09-29 07:02:34,042 DEBUG Popping from q - planetlab01.erin.utoronto.ca
-2006-09-29 07:02:34,043 DEBUG Popping from q - planetlab-4.ece.iastate.edu
-2006-09-29 07:02:34,045 DEBUG Popping from q - planetlab2.informatik.uni-goettingen.de
-2006-09-29 07:02:34,046 DEBUG Popping from q - ds-pl1.technion.ac.il
-2006-09-29 07:02:34,048 DEBUG Found tickets for ent2.cs.nccu.edu.tw
-2006-09-29 07:02:34,048 DEBUG Popping from q - planetlab1.mnl.cs.sunysb.edu
-2006-09-29 07:02:34,049 DEBUG Popping from q - aladdin.planetlab.extranet.uni-passau.de
-2006-09-29 07:02:34,050 DEBUG Found tickets for planetlab-4.ece.iastate.edu
-2006-09-29 07:02:34,051 DEBUG Popping from q - planetlab-1.cs.uni-paderborn.de
-2006-09-29 07:02:34,052 DEBUG Found tickets for planetlab2.informatik.uni-goettingen.de
-2006-09-29 07:02:34,053 DEBUG Popping from q - planet1.njit.edu
-2006-09-29 07:02:34,054 DEBUG Found tickets for planetlab1.mnl.cs.sunysb.edu
-2006-09-29 07:02:34,054 DEBUG Popping from q - pku2.6planetlab.edu.cn
-2006-09-29 07:02:34,055 DEBUG Popping from q - planetlab-1.cs.ucy.ac.cy
-2006-09-29 07:02:34,057 DEBUG Popping from q - planetlab00.cse.psu.edu
-2006-09-29 07:02:34,058 DEBUG Popping from q - planetlab04.ethz.ch
-2006-09-29 07:02:34,060 DEBUG Popping from q - sdu2.6planetlab.edu.cn
-2006-09-29 07:02:34,061 DEBUG Popping from q - planet-lab.iki.rssi.ru
-2006-09-29 07:02:34,063 DEBUG Found tickets for planetlab04.ethz.ch
-2006-09-29 07:02:34,063 DEBUG Popping from q - planetlab1.polito.it
-2006-09-29 07:02:34,064 DEBUG Popping from q - planetlab1.uvic.ca
-2006-09-29 07:02:34,066 DEBUG Popping from q - planetlab1.cs.byu.edu
-2006-09-29 07:02:34,067 DEBUG Found tickets for sdu2.6planetlab.edu.cn
-2006-09-29 07:02:34,067 DEBUG Popping from q - planetlab-1.amst.nodes.planet-lab.org
-2006-09-29 07:02:34,068 DEBUG Found tickets for planet-lab.iki.rssi.ru
-2006-09-29 07:02:34,069 DEBUG Popping from q - planetlab2.uvic.ca
-2006-09-29 07:02:34,070 DEBUG Found tickets for planetlab1.polito.it
-2006-09-29 07:02:34,071 DEBUG Popping from q - planet2.cs.rochester.edu
-2006-09-29 07:02:34,072 DEBUG Found tickets for planetlab1.uvic.ca
-2006-09-29 07:02:34,072 DEBUG Popping from q - planetlab1.xeno.cl.cam.ac.uk
-2006-09-29 07:02:34,073 DEBUG Popping from q - lycra.cs.princeton.edu
-2006-09-29 07:02:34,075 DEBUG Popping from q - cloudburst.uwaterloo.ca
-2006-09-29 07:02:34,076 DEBUG Found tickets for planetlab2.uvic.ca
-2006-09-29 07:02:34,077 DEBUG Popping from q - planetlab1.ias.csusb.edu
-2006-09-29 07:02:34,078 DEBUG Found tickets for planet2.cs.rochester.edu
-2006-09-29 07:02:34,078 DEBUG Popping from q - vayu.iitd.ernet.in
-2006-09-29 07:02:34,080 DEBUG Popping from q - node2.lbnl.nodes.planet-lab.org
-2006-09-29 07:02:34,081 DEBUG Found tickets for lycra.cs.princeton.edu
-2006-09-29 07:02:34,081 DEBUG Popping from q - planetlab2.cs.byu.edu
-2006-09-29 07:02:34,082 DEBUG Found tickets for cloudburst.uwaterloo.ca
-2006-09-29 07:02:34,083 DEBUG Popping from q - cqu1.6planetlab.edu.cn
-2006-09-29 07:02:34,084 DEBUG Popping from q - planetlab2.acis.ufl.edu
-2006-09-29 07:02:34,086 DEBUG Found tickets for planetlab1.ias.csusb.edu
-2006-09-29 07:02:34,086 DEBUG Popping from q - planetlab1.cs.unibo.it
-2006-09-29 07:02:34,087 DEBUG Popping from q - tju2.6planetlab.edu.cn
-2006-09-29 07:02:34,088 DEBUG Popping from q - orbpl1.rutgers.edu
-2006-09-29 07:02:34,090 DEBUG Found tickets for cqu1.6planetlab.edu.cn
-2006-09-29 07:02:34,090 DEBUG Popping from q - ent1.cs.nccu.edu.tw
-2006-09-29 07:02:34,092 DEBUG Found tickets for orbpl1.rutgers.edu
-2006-09-29 07:02:34,092 DEBUG Popping from q - planet0.jaist.ac.jp
-2006-09-29 07:02:34,093 DEBUG Found tickets for planetlab2.acis.ufl.edu
-2006-09-29 07:02:34,094 DEBUG Popping from q - planetlab1.informatik.uni-wuerzburg.de
-2006-09-29 07:02:34,095 DEBUG Found tickets for planetlab1.cs.unibo.it
-2006-09-29 07:02:34,095 DEBUG Popping from q - planetlab3.warsaw.rd.tp.pl
-2006-09-29 07:02:34,096 DEBUG Found tickets for tju2.6planetlab.edu.cn
-2006-09-29 07:02:34,096 DEBUG Popping from q - planetlab0.ias.csusb.edu
-2006-09-29 07:02:34,098 DEBUG Found tickets for ent1.cs.nccu.edu.tw
-2006-09-29 07:02:34,098 DEBUG Popping from q - planetlab-2.amst.nodes.planet-lab.org
-2006-09-29 07:02:34,100 DEBUG Found tickets for planet0.jaist.ac.jp
-2006-09-29 07:02:34,100 DEBUG Popping from q - planetlab3.inria.fr
-2006-09-29 07:02:34,101 DEBUG Found tickets for planetlab1.informatik.uni-wuerzburg.de
-2006-09-29 07:02:34,102 DEBUG Popping from q - 200-102-209-152.paemt7001.t.brasiltelecom.net.br
-2006-09-29 07:02:34,103 DEBUG Found tickets for planetlab0.ias.csusb.edu
-2006-09-29 07:02:34,103 DEBUG Popping from q - planetlab3.mnl.cs.sunysb.edu
-2006-09-29 07:02:34,105 DEBUG Popping from q - planetlab-15.cs.princeton.edu
-2006-09-29 07:02:34,106 DEBUG Popping from q - planet-lab-2.csse.monash.edu.au
-2006-09-29 07:02:34,107 DEBUG Found tickets for 200-102-209-152.paemt7001.t.brasiltelecom.net.br
-2006-09-29 07:02:34,108 DEBUG Popping from q - planet1.ecse.rpi.edu
-2006-09-29 07:02:34,109 DEBUG Popping from q - planetlab2.pop-mg.rnp.br
-2006-09-29 07:02:34,110 DEBUG Popping from q - planetlab-2.unk.edu
-2006-09-29 07:02:34,112 DEBUG Found tickets for planet-lab-2.csse.monash.edu.au
-2006-09-29 07:02:34,112 DEBUG Popping from q - planetlab2.rdfrancetelecom.com
-2006-09-29 07:02:34,113 DEBUG Found tickets for planet1.ecse.rpi.edu
-2006-09-29 07:02:34,114 DEBUG Popping from q - planetlab1.eurecom.fr
-2006-09-29 07:02:34,115 DEBUG Popping from q - planetlab1.cs.virginia.edu
-2006-09-29 07:02:34,116 DEBUG Popping from q - tju1.6planetlab.edu.cn
-2006-09-29 07:02:34,117 DEBUG Found tickets for planetlab2.pop-mg.rnp.br
-2006-09-29 07:02:34,118 DEBUG Popping from q - planetlab-3.amst.nodes.planet-lab.org
-2006-09-29 07:02:34,119 DEBUG Found tickets for planetlab2.rdfrancetelecom.com
-2006-09-29 07:02:34,120 DEBUG Popping from q - planetlab2.iitr.ernet.in
-2006-09-29 07:02:34,121 DEBUG Popping from q - planetlab1.georgetown.edu
-2006-09-29 07:02:34,122 DEBUG Found tickets for planetlab1.eurecom.fr
-2006-09-29 07:02:34,123 DEBUG Popping from q - planet1.inf.tu-dresden.de
-2006-09-29 07:02:34,124 DEBUG Found tickets for tju1.6planetlab.edu.cn
-2006-09-29 07:02:34,124 DEBUG Popping from q - alice.cs.princeton.edu
-2006-09-29 07:02:34,125 DEBUG Popping from q - planetlab02.erin.utoronto.ca
-2006-09-29 07:02:34,127 DEBUG Popping from q - planetlab-1.vuse.vanderbilt.edu
-2006-09-29 07:02:34,128 DEBUG Found tickets for planetlab1.georgetown.edu
-2006-09-29 07:02:34,129 DEBUG Popping from q - planetlab3.uvic.ca
-2006-09-29 07:02:34,130 DEBUG Popping from q - scut2.6planetlab.edu.cn
-2006-09-29 07:02:34,131 DEBUG Popping from q - planetlab1.swidnik.rd.tp.pl
-2006-09-29 07:02:34,132 DEBUG Found tickets for alice.cs.princeton.edu
-2006-09-29 07:02:34,133 DEBUG Popping from q - planet2.cdacb.ernet.in
-2006-09-29 07:02:34,135 DEBUG Found tickets for planetlab3.uvic.ca
-2006-09-29 07:02:34,135 DEBUG Popping from q - planetlab1.rdfrancetelecom.com
-2006-09-29 07:02:34,136 DEBUG Found tickets for scut2.6planetlab.edu.cn
-2006-09-29 07:02:34,137 DEBUG Popping from q - planet2.inf.tu-dresden.de
-2006-09-29 07:02:34,138 DEBUG Found tickets for planet2.cdacb.ernet.in
-2006-09-29 07:02:34,138 DEBUG Popping from q - planet02.csc.ncsu.edu
-2006-09-29 07:02:34,139 DEBUG Found tickets for planetlab1.rdfrancetelecom.com
-2006-09-29 07:02:34,140 DEBUG Popping from q - planetlab-1.tssg.org
-2006-09-29 07:02:34,141 DEBUG Found tickets for planetlab1.swidnik.rd.tp.pl
-2006-09-29 07:02:34,142 DEBUG Popping from q - planetlab-2.vuse.vanderbilt.edu
-2006-09-29 07:02:34,143 DEBUG Popping from q - planetlab1.cri.haifa.ac.il
-2006-09-29 07:02:34,144 DEBUG Popping from q - planetlab-11.cs.princeton.edu
-2006-09-29 07:02:34,141 DEBUG Found tickets for planetlab-1.vuse.vanderbilt.edu
-2006-09-29 07:02:34,145 DEBUG Popping from q - planet03.csc.ncsu.edu
-2006-09-29 07:02:34,147 DEBUG Found tickets for planetlab-1.tssg.org
-2006-09-29 07:02:34,147 DEBUG Popping from q - planetlab1.pop-rj.rnp.br
-2006-09-29 07:02:34,149 DEBUG Found tickets for planetlab1.cri.haifa.ac.il
-2006-09-29 07:02:34,149 DEBUG Popping from q - planet1.halifax.canet4.nodes.planet-lab.org
-2006-09-29 07:02:34,150 DEBUG Popping from q - planet1.cavite.nodes.planet-lab.org
-2006-09-29 07:02:34,152 DEBUG Popping from q - ds-pl3.technion.ac.il
-2006-09-29 07:02:34,153 DEBUG Found tickets for planetlab-2.vuse.vanderbilt.edu
-2006-09-29 07:02:34,153 DEBUG Popping from q - planetlab2.cs.purdue.edu
-2006-09-29 07:02:34,154 DEBUG Found tickets for planetlab1.pop-rj.rnp.br
-2006-09-29 07:02:34,154 DEBUG Popping from q - planetlab3.millennium.berkeley.edu
-2006-09-29 07:02:34,156 DEBUG Popping from q - planetlab1.unl.edu
-2006-09-29 07:02:34,157 DEBUG Popping from q - planetlab1.cs.colorado.edu
-2006-09-29 07:02:34,158 DEBUG Found tickets for ds-pl3.technion.ac.il
-2006-09-29 07:02:34,158 DEBUG Popping from q - planetlab02.cs.washington.edu
-2006-09-29 07:02:34,161 DEBUG Popping from q - pads21.cs.nthu.edu.tw
-2006-09-29 07:02:34,162 DEBUG Found tickets for planetlab1.cs.colorado.edu
-2006-09-29 07:02:34,163 DEBUG Popping from q - orbpl2.rutgers.edu
-2006-09-29 07:02:34,164 DEBUG Found tickets for planetlab02.cs.washington.edu
-2006-09-29 07:02:34,164 DEBUG Popping from q - planetlab2.informatik.uni-erlangen.de
-2006-09-29 07:02:34,165 DEBUG Popping from q - planetlab-01.ipv6.lip6.fr
-2006-09-29 07:02:34,167 DEBUG Popping from q - pl2.ernet.in
-2006-09-29 07:02:34,168 DEBUG Found tickets for planetlab1.unl.edu
-2006-09-29 07:02:34,168 DEBUG Popping from q - neu2.6planetlab.edu.cn
-2006-09-29 07:02:34,170 DEBUG Found tickets for planetlab2.informatik.uni-erlangen.de
-2006-09-29 07:02:34,170 DEBUG Popping from q - planetlab-2.cs.uni-paderborn.de
-2006-09-29 07:02:34,171 DEBUG Found tickets for orbpl2.rutgers.edu
-2006-09-29 07:02:34,172 DEBUG Popping from q - planet5.cs.huji.ac.il
-2006-09-29 07:02:34,173 DEBUG Found tickets for planetlab-01.ipv6.lip6.fr
-2006-09-29 07:02:34,173 DEBUG Popping from q - planetlab1.elet.polimi.it
-2006-09-29 07:02:34,174 DEBUG Popping from q - planetlab2.iiitb.ac.in
-2006-09-29 07:02:34,176 DEBUG Popping from q - server1.planetlab.iit-tech.net
-2006-09-29 07:02:34,178 DEBUG Popping from q - planetlab2.iitb.ac.in
-2006-09-29 07:02:34,179 DEBUG Popping from q - planetlab02.dis.unina.it
-2006-09-29 07:02:34,180 DEBUG Popping from q - planetlab-1.dis.uniroma1.it
-2006-09-29 07:02:34,181 DEBUG Popping from q - planetlab1.iitb.ac.in
-2006-09-29 07:02:34,183 DEBUG Popping from q - pku1.6planetlab.edu.cn
-2006-09-29 07:02:34,184 DEBUG Found tickets for server1.planetlab.iit-tech.net
-2006-09-29 07:02:34,185 DEBUG Popping from q - planetlab1.warsaw.rd.tp.pl
-2006-09-29 07:02:34,186 DEBUG Popping from q - planetlab1.cs.umass.edu
-2006-09-29 07:02:34,187 DEBUG Found tickets for planetlab2.iitb.ac.in
-2006-09-29 07:02:34,187 DEBUG Popping from q - planetlab-2.cs.ucy.ac.cy
-2006-09-29 07:02:34,189 DEBUG Found tickets for planetlab1.iitb.ac.in
-2006-09-29 07:02:34,189 DEBUG Popping from q - pl1.ernet.in
-2006-09-29 07:02:34,191 DEBUG Found tickets for pku1.6planetlab.edu.cn
-2006-09-29 07:02:34,191 DEBUG Popping from q - planetlab2.georgetown.edu
-2006-09-29 07:02:34,192 DEBUG Popping from q - server2.planetlab.iit-tech.net
-2006-09-29 07:02:34,193 DEBUG Found tickets for planetlab1.cs.umass.edu
-2006-09-29 07:02:34,193 DEBUG Popping from q - planetlab2.di.unito.it
-2006-09-29 07:02:34,195 DEBUG Popping from q - planetlab1.csee.usf.edu
-2006-09-29 07:02:34,196 DEBUG Found tickets for server2.planetlab.iit-tech.net
-2006-09-29 07:02:34,197 DEBUG Popping from q - planetlab-2.dis.uniroma1.it
-2006-09-29 07:02:34,198 DEBUG Found tickets for planetlab2.georgetown.edu
-2006-09-29 07:02:34,198 DEBUG Popping from q - planetlab2.informatik.uni-kl.de
-2006-09-29 07:02:34,199 DEBUG Popping from q - planet1.cs.rochester.edu
-2006-09-29 07:02:34,201 DEBUG Popping from q - planetlab1.rutgers.edu
-2006-09-29 07:02:34,203 DEBUG Popping from q - planetlab-2.ece.iastate.edu
-2006-09-29 07:02:34,204 DEBUG Popping from q - planetlab-1.sjce.nodes.planet-lab.org
-2006-09-29 07:02:34,205 DEBUG Found tickets for planetlab2.informatik.uni-kl.de
-2006-09-29 07:02:34,205 DEBUG Popping from q - planetlab2.ece.ucdavis.edu
-2006-09-29 07:02:34,206 DEBUG Found tickets for planet1.cs.rochester.edu
-2006-09-29 07:02:34,207 DEBUG Popping from q - planetlab1.ie.cuhk.edu.hk
-2006-09-29 07:02:34,209 DEBUG Popping from q - planetlab2lannion.elibel.tm.fr
-2006-09-29 07:02:34,210 DEBUG Popping from q - planetlab01.mpi-sws.mpg.de
-2006-09-29 07:02:34,211 DEBUG Found tickets for planetlab-1.sjce.nodes.planet-lab.org
-2006-09-29 07:02:34,212 DEBUG Popping from q - planetlab2.cs.duke.edu
-2006-09-29 07:02:34,213 DEBUG Found tickets for planetlab1.ie.cuhk.edu.hk
-2006-09-29 07:02:34,213 DEBUG Popping from q - planetlab1.rn.informatics.scitech.susx.ac.uk
-2006-09-29 07:02:34,214 DEBUG Popping from q - planetlab1.eee.hku.hk
-2006-09-29 07:02:34,216 DEBUG Popping from q - pads23.cs.nthu.edu.tw
-2006-09-29 07:02:34,217 DEBUG Found tickets for planetlab1.rutgers.edu
-2006-09-29 07:02:34,218 DEBUG Popping from q - planet2.halifax.canet4.nodes.planet-lab.org
-2006-09-29 07:02:34,218 DEBUG Popping from q - planetlab-2.tssg.org
-2006-09-29 07:02:34,220 DEBUG Found tickets for planet2.halifax.canet4.nodes.planet-lab.org
-2006-09-29 07:02:34,220 DEBUG Popping from q - 200-102-209-151.paemt7001.t.brasiltelecom.net.br
-2006-09-29 07:02:34,222 DEBUG Found tickets for planetlab1.eee.hku.hk
-2006-09-29 07:02:34,222 DEBUG Popping from q - planetlab2.poly.edu
-2006-09-29 07:02:34,223 DEBUG Popping from q - planetlab1.poly.edu
-2006-09-29 07:02:34,225 DEBUG Found tickets for planetlab-2.tssg.org
-2006-09-29 07:02:34,225 DEBUG Popping from q - planetlab2.net-research.org.uk
-2006-09-29 07:02:34,227 DEBUG Popping from q - planetlab-2.imperial.ac.uk
-2006-09-29 07:02:34,228 DEBUG Popping from q - planetlab-1.imperial.ac.uk
-2006-09-29 07:02:34,229 DEBUG Found tickets for 200-102-209-151.paemt7001.t.brasiltelecom.net.br
-2006-09-29 07:02:34,230 DEBUG Found tickets for planetlab1.rn.informatics.scitech.susx.ac.uk
-2006-09-29 07:02:34,231 DEBUG Popping from q - planetlab1.cis.upenn.edu
-2006-09-29 07:02:34,232 DEBUG Found tickets for planetlab2.net-research.org.uk
-2006-09-29 07:02:34,232 DEBUG Popping from q - planetlab2.eee.hku.hk
-2006-09-29 07:02:34,233 DEBUG Popping from q - planetlab1.byu.edu
-2006-09-29 07:02:34,235 DEBUG Found tickets for planetlab-2.imperial.ac.uk
-2006-09-29 07:02:34,234 DEBUG Found tickets for planetlab-1.imperial.ac.uk
-2006-09-29 07:22:33,795 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv
-2006-09-29 07:22:34,872 DEBUG Retrieved 705 hosts
-2006-09-29 07:22:34,878 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='drift%20%3E%201m'
-2006-09-29 07:22:40,020 DEBUG Retrieved 10 hosts
-2006-09-29 07:22:40,020 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='resptime%20%3E%200%20&&%20gbfree%20%3C%205'
-2006-09-29 07:22:40,160 DEBUG Retrieved 10 hosts
-2006-09-29 07:22:40,160 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='sshstatus%20%3E%202h'
-2006-09-29 07:22:40,512 DEBUG Retrieved 162 hosts
-2006-09-29 07:22:40,513 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='dns1udp%20%3E%2080%20&&%20dns2udp%20%3E%2080'
-2006-09-29 07:22:40,643 DEBUG Retrieved 6 hosts
-2006-09-29 07:22:40,644 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='filerw%3E0'
-2006-09-29 07:22:40,768 DEBUG Retrieved 2 hosts
-2006-09-29 07:22:40,770 DEBUG Popping from q - planetlab2.elet.polimi.it
-2006-09-29 07:22:40,771 DEBUG Popping from q - pli1-br-3.hpl.hp.com
-2006-09-29 07:22:40,772 DEBUG Popping from q - planetlab2.nbgisp.com
-2006-09-29 07:22:40,773 DEBUG Popping from q - planetlab2.cs.duke.edu
-2006-09-29 07:22:40,774 DEBUG Popping from q - planetlab1.cs.stir.ac.uk
-2006-09-29 07:22:40,776 DEBUG Popping from q - planetlab1.cse.msu.edu
-2006-09-29 07:22:40,777 DEBUG Found tickets for pli1-br-3.hpl.hp.com
-2006-09-29 07:22:40,778 DEBUG Popping from q - planetlab2.cse.msu.edu
-2006-09-29 07:22:40,779 DEBUG Popping from q - planetlab02.cs.washington.edu
-2006-09-29 07:22:40,780 DEBUG Popping from q - planetlab0.cs.stir.ac.uk
-2006-09-29 07:22:40,782 DEBUG Popping from q - planetlab1.informatik.uni-erlangen.de
-2006-09-29 07:22:40,783 DEBUG Found tickets for planetlab1.cse.msu.edu
-2006-09-29 07:22:40,783 DEBUG Popping from q - planetlab1.cs.purdue.edu
-2006-09-29 07:22:40,785 DEBUG Found tickets for planetlab2.cse.msu.edu
-2006-09-29 07:22:40,785 DEBUG Popping from q - planetlab1.een.orst.edu
-2006-09-29 07:22:40,786 DEBUG Found tickets for planetlab02.cs.washington.edu
-2006-09-29 07:22:40,787 DEBUG Popping from q - planetlab2.cs.columbia.edu
-2006-09-29 07:22:40,788 DEBUG Popping from q - planetlab1.win.trlabs.ca
-2006-09-29 07:22:40,789 DEBUG Popping from q - planetlab1.cs.duke.edu
-2006-09-29 07:22:40,790 DEBUG Found tickets for planetlab1.cs.purdue.edu
-2006-09-29 07:22:40,791 DEBUG Popping from q - planetlab2.flux.utah.edu
-2006-09-29 07:22:40,792 DEBUG Popping from q - planetlab3.cs.columbia.edu
-2006-09-29 07:22:40,794 DEBUG Popping from q - planetlab1.cs.columbia.edu
-2006-09-29 07:22:40,795 DEBUG Popping from q - planetlab3.flux.utah.edu
-2006-09-29 07:22:40,797 DEBUG Popping from q - planetlab-1.eecs.cwru.edu
-2006-09-29 07:22:40,798 DEBUG Popping from q - planetlab2.rutgers.edu
-2006-09-29 07:22:40,800 DEBUG Popping from q - vn3.cs.wustl.edu
-2006-09-29 07:22:40,801 DEBUG Popping from q - planetlab2.cri.haifa.ac.il
-2006-09-29 07:22:40,802 DEBUG Popping from q - soccf-planet-001.comp.nus.edu.sg
-2006-09-29 07:22:40,804 DEBUG Popping from q - planetlab01.cse.psu.edu
-2006-09-29 07:22:40,805 DEBUG Found tickets for planetlab2.rutgers.edu
-2006-09-29 07:22:40,805 DEBUG Popping from q - csu2.6planetlab.edu.cn
-2006-09-29 07:22:40,807 DEBUG Found tickets for vn3.cs.wustl.edu
-2006-09-29 07:22:40,807 DEBUG Popping from q - planet2.njit.edu
-2006-09-29 07:22:40,808 DEBUG Found tickets for planetlab2.cri.haifa.ac.il
-2006-09-29 07:22:40,809 DEBUG Popping from q - planetlab2.unl.edu
-2006-09-29 07:22:40,810 DEBUG Found tickets for soccf-planet-001.comp.nus.edu.sg
-2006-09-29 07:22:40,810 DEBUG Popping from q - planetlab1.cs.pitt.edu
-2006-09-29 07:22:40,811 DEBUG Popping from q - planetlab-2.eecs.cwru.edu
-2006-09-29 07:22:40,813 DEBUG Found tickets for csu2.6planetlab.edu.cn
-2006-09-29 07:22:40,813 DEBUG Popping from q - planetlab2.urv.net
-2006-09-29 07:22:40,815 DEBUG Found tickets for planet2.njit.edu
-2006-09-29 07:22:40,815 DEBUG Popping from q - planetlab7.csail.mit.edu
-2006-09-29 07:22:40,816 DEBUG Popping from q - buaa1.6planetlab.edu.cn
-2006-09-29 07:22:40,817 DEBUG Popping from q - ricepl-3.cs.rice.edu
-2006-09-29 07:22:40,819 DEBUG Popping from q - planet-lab-1.csse.monash.edu.au
-2006-09-29 07:22:40,820 DEBUG Popping from q - planetlab5.millennium.berkeley.edu
-2006-09-29 07:22:40,822 DEBUG Found tickets for planetlab7.csail.mit.edu
-2006-09-29 07:22:40,822 DEBUG Popping from q - planetlab1.pop-ce.rnp.br
-2006-09-29 07:22:40,823 DEBUG Found tickets for buaa1.6planetlab.edu.cn
-2006-09-29 07:22:40,824 DEBUG Popping from q - planetlab2.mnlab.cti.depaul.edu
-2006-09-29 07:22:40,825 DEBUG Popping from q - peace.ri.uni-tuebingen.de
-2006-09-29 07:22:40,826 DEBUG Popping from q - planetlab-8.cs.princeton.edu
-2006-09-29 07:22:40,828 DEBUG Popping from q - planetlab2.ucsd.edu
-2006-09-29 07:22:40,829 DEBUG Found tickets for planetlab1.pop-ce.rnp.br
-2006-09-29 07:22:40,830 DEBUG Popping from q - blast.uwaterloo.ca
-2006-09-29 07:22:40,831 DEBUG Popping from q - planetlab1.cs.wayne.edu
-2006-09-29 07:22:40,832 DEBUG Found tickets for planetlab2.mnlab.cti.depaul.edu
-2006-09-29 07:22:40,832 DEBUG Popping from q - pli1-br-3.hpl.hp.com
-2006-09-29 07:22:40,834 DEBUG Found tickets for planetlab-8.cs.princeton.edu
-2006-09-29 07:22:40,834 DEBUG Popping from q - planetlab2.eurecom.fr
-2006-09-29 07:22:40,836 DEBUG Found tickets for planetlab2.ucsd.edu
-2006-09-29 07:22:40,836 DEBUG Popping from q - planetlab1.di.unito.it
-2006-09-29 07:22:40,837 DEBUG Found tickets for blast.uwaterloo.ca
-2006-09-29 07:22:40,838 DEBUG Popping from q - planetlab2.simula.no
-2006-09-29 07:22:40,839 DEBUG Found tickets for planetlab1.cs.wayne.edu
-2006-09-29 07:22:40,840 DEBUG Popping from q - planetlab01.dis.unina.it
-2006-09-29 07:22:40,841 DEBUG Found tickets for pli1-br-3.hpl.hp.com
-2006-09-29 07:22:40,841 DEBUG Popping from q - planetlab1.flux.utah.edu
-2006-09-29 07:22:40,842 DEBUG Popping from q - planetlab-1.ece.iastate.edu
-2006-09-29 07:22:40,843 DEBUG Found tickets for planetlab1.di.unito.it
-2006-09-29 07:22:40,844 DEBUG Popping from q - sdu1.6planetlab.edu.cn
-2006-09-29 07:22:40,845 DEBUG Popping from q - planetlab4.upc.es
-2006-09-29 07:22:40,847 DEBUG Popping from q - planetlab-13.cs.princeton.edu
-2006-09-29 07:22:40,848 DEBUG Popping from q - planet1.cc.gt.atl.ga.us
-2006-09-29 07:22:40,849 DEBUG Found tickets for planetlab-1.ece.iastate.edu
-2006-09-29 07:22:40,850 DEBUG Popping from q - planetlab2.eecs.wsu.edu
-2006-09-29 07:22:40,851 DEBUG Found tickets for sdu1.6planetlab.edu.cn
-2006-09-29 07:22:40,851 DEBUG Popping from q - planet2.cs.ucsb.edu
-2006-09-29 07:22:40,852 DEBUG Popping from q - xjtu2.6planetlab.edu.cn
-2006-09-29 07:22:40,854 DEBUG Popping from q - planetlab3.upc.es
-2006-09-29 07:22:40,855 DEBUG Found tickets for planetlab-13.cs.princeton.edu
-2006-09-29 07:22:40,856 DEBUG Popping from q - planetlab2.cs.umass.edu
-2006-09-29 07:22:40,857 DEBUG Popping from q - node1.lbnl.nodes.planet-lab.org
-2006-09-29 07:22:40,858 DEBUG Found tickets for planet2.cs.ucsb.edu
-2006-09-29 07:22:40,858 DEBUG Popping from q - planetlab1.iitr.ernet.in
-2006-09-29 07:22:40,860 DEBUG Popping from q - planetlab1.ipls.internet2.planet-lab.org
-2006-09-29 07:22:40,862 DEBUG Popping from q - ent2.cs.nccu.edu.tw
-2006-09-29 07:22:40,863 DEBUG Popping from q - planetlab01.erin.utoronto.ca
-2006-09-29 07:22:40,864 DEBUG Popping from q - planetlab-4.ece.iastate.edu
-2006-09-29 07:22:40,865 DEBUG Popping from q - planetlab2.informatik.uni-goettingen.de
-2006-09-29 07:22:40,866 DEBUG Popping from q - ds-pl1.technion.ac.il
-2006-09-29 07:22:40,868 DEBUG Popping from q - planetlab1.mnl.cs.sunysb.edu
-2006-09-29 07:22:40,870 DEBUG Found tickets for ent2.cs.nccu.edu.tw
-2006-09-29 07:22:40,870 DEBUG Popping from q - aladdin.planetlab.extranet.uni-passau.de
-2006-09-29 07:22:40,871 DEBUG Found tickets for planetlab-4.ece.iastate.edu
-2006-09-29 07:22:40,871 DEBUG Popping from q - planetlab-1.cs.uni-paderborn.de
-2006-09-29 07:22:40,873 DEBUG Popping from q - planet1.njit.edu
-2006-09-29 07:22:40,874 DEBUG Found tickets for planetlab2.informatik.uni-goettingen.de
-2006-09-29 07:22:40,875 DEBUG Popping from q - pku2.6planetlab.edu.cn
-2006-09-29 07:22:40,876 DEBUG Found tickets for planetlab1.mnl.cs.sunysb.edu
-2006-09-29 07:22:40,876 DEBUG Popping from q - planetlab-1.cs.ucy.ac.cy
-2006-09-29 07:22:40,877 DEBUG Popping from q - planetlab00.cse.psu.edu
-2006-09-29 07:22:40,879 DEBUG Popping from q - planetlab04.ethz.ch
-2006-09-29 07:22:40,881 DEBUG Popping from q - sdu2.6planetlab.edu.cn
-2006-09-29 07:22:40,882 DEBUG Popping from q - planet-lab.iki.rssi.ru
-2006-09-29 07:22:40,883 DEBUG Popping from q - planetlab1.polito.it
-2006-09-29 07:22:40,884 DEBUG Popping from q - planetlab1.uvic.ca
-2006-09-29 07:22:40,886 DEBUG Found tickets for planetlab04.ethz.ch
-2006-09-29 07:22:40,886 DEBUG Popping from q - planetlab1.cs.byu.edu
-2006-09-29 07:22:40,887 DEBUG Found tickets for sdu2.6planetlab.edu.cn
-2006-09-29 07:22:40,888 DEBUG Popping from q - planetlab-1.amst.nodes.planet-lab.org
-2006-09-29 07:22:40,889 DEBUG Found tickets for planet-lab.iki.rssi.ru
-2006-09-29 07:22:40,890 DEBUG Popping from q - planetlab2.uvic.ca
-2006-09-29 07:22:40,891 DEBUG Found tickets for planetlab1.uvic.ca
-2006-09-29 07:22:40,891 DEBUG Popping from q - planet2.cs.rochester.edu
-2006-09-29 07:22:40,892 DEBUG Found tickets for planetlab1.polito.it
-2006-09-29 07:22:40,893 DEBUG Popping from q - planetlab1.xeno.cl.cam.ac.uk
-2006-09-29 07:22:40,894 DEBUG Popping from q - lycra.cs.princeton.edu
-2006-09-29 07:22:40,895 DEBUG Popping from q - cloudburst.uwaterloo.ca
-2006-09-29 07:22:40,897 DEBUG Found tickets for planet2.cs.rochester.edu
-2006-09-29 07:22:40,897 DEBUG Popping from q - planetlab1.ias.csusb.edu
-2006-09-29 07:22:40,899 DEBUG Popping from q - vayu.iitd.ernet.in
-2006-09-29 07:22:40,900 DEBUG Found tickets for planetlab2.uvic.ca
-2006-09-29 07:22:40,900 DEBUG Popping from q - node2.lbnl.nodes.planet-lab.org
-2006-09-29 07:22:40,902 DEBUG Found tickets for cloudburst.uwaterloo.ca
-2006-09-29 07:22:40,902 DEBUG Popping from q - planetlab2.cs.byu.edu
-2006-09-29 07:22:40,903 DEBUG Found tickets for lycra.cs.princeton.edu
-2006-09-29 07:22:40,903 DEBUG Popping from q - cqu1.6planetlab.edu.cn
-2006-09-29 07:22:40,905 DEBUG Popping from q - planetlab2.acis.ufl.edu
-2006-09-29 07:22:40,906 DEBUG Found tickets for planetlab1.ias.csusb.edu
-2006-09-29 07:22:40,907 DEBUG Popping from q - planetlab1.cs.unibo.it
-2006-09-29 07:22:40,908 DEBUG Popping from q - tju2.6planetlab.edu.cn
-2006-09-29 07:22:40,909 DEBUG Found tickets for planetlab2.acis.ufl.edu
-2006-09-29 07:22:40,910 DEBUG Popping from q - orbpl1.rutgers.edu
-2006-09-29 07:22:40,909 DEBUG Found tickets for planetlab1.cs.unibo.it
-2006-09-29 07:22:40,911 DEBUG Popping from q - ent1.cs.nccu.edu.tw
-2006-09-29 07:22:40,912 DEBUG Popping from q - planet0.jaist.ac.jp
-2006-09-29 07:22:40,914 DEBUG Found tickets for orbpl1.rutgers.edu
-2006-09-29 07:22:40,914 DEBUG Popping from q - planetlab1.informatik.uni-wuerzburg.de
-2006-09-29 07:22:40,915 DEBUG Found tickets for cqu1.6planetlab.edu.cn
-2006-09-29 07:22:40,916 DEBUG Popping from q - planetlab3.warsaw.rd.tp.pl
-2006-09-29 07:22:40,917 DEBUG Found tickets for ent1.cs.nccu.edu.tw
-2006-09-29 07:22:40,917 DEBUG Popping from q - planetlab0.ias.csusb.edu
-2006-09-29 07:22:40,919 DEBUG Found tickets for tju2.6planetlab.edu.cn
-2006-09-29 07:22:40,919 DEBUG Popping from q - planetlab-2.amst.nodes.planet-lab.org
-2006-09-29 07:22:40,920 DEBUG Found tickets for planet0.jaist.ac.jp
-2006-09-29 07:22:40,921 DEBUG Popping from q - planetlab3.inria.fr
-2006-09-29 07:22:40,922 DEBUG Found tickets for planetlab1.informatik.uni-wuerzburg.de
-2006-09-29 07:22:40,922 DEBUG Popping from q - 200-102-209-152.paemt7001.t.brasiltelecom.net.br
-2006-09-29 07:22:40,923 DEBUG Popping from q - planetlab3.mnl.cs.sunysb.edu
-2006-09-29 07:22:40,925 DEBUG Found tickets for planetlab0.ias.csusb.edu
-2006-09-29 07:22:40,925 DEBUG Popping from q - planetlab-15.cs.princeton.edu
-2006-09-29 07:22:40,927 DEBUG Popping from q - planet-lab-2.csse.monash.edu.au
-2006-09-29 07:22:40,928 DEBUG Popping from q - planet1.ecse.rpi.edu
-2006-09-29 07:22:40,929 DEBUG Popping from q - planetlab2.pop-mg.rnp.br
-2006-09-29 07:22:40,931 DEBUG Popping from q - planetlab-2.unk.edu
-2006-09-29 07:22:40,932 DEBUG Found tickets for planet-lab-2.csse.monash.edu.au
-2006-09-29 07:22:40,933 DEBUG Popping from q - planetlab2.rdfrancetelecom.com
-2006-09-29 07:22:40,933 DEBUG Found tickets for 200-102-209-152.paemt7001.t.brasiltelecom.net.br
-2006-09-29 07:22:40,934 DEBUG Found tickets for planet1.ecse.rpi.edu
-2006-09-29 07:22:40,936 DEBUG Popping from q - planetlab1.eurecom.fr
-2006-09-29 07:22:40,935 DEBUG Found tickets for planetlab2.pop-mg.rnp.br
-2006-09-29 07:22:40,937 DEBUG Popping from q - planetlab1.cs.virginia.edu
-2006-09-29 07:22:40,938 DEBUG Popping from q - tju1.6planetlab.edu.cn
-2006-09-29 07:22:40,939 DEBUG Popping from q - planetlab-3.amst.nodes.planet-lab.org
-2006-09-29 07:22:40,935 DEBUG Found tickets for planetlab2.rdfrancetelecom.com
-2006-09-29 07:22:40,940 DEBUG Popping from q - planetlab2.iitr.ernet.in
-2006-09-29 07:22:40,938 DEBUG Found tickets for planetlab1.eurecom.fr
-2006-09-29 07:22:40,942 DEBUG Popping from q - planetlab1.georgetown.edu
-2006-09-29 07:22:40,943 DEBUG Popping from q - planet1.inf.tu-dresden.de
-2006-09-29 07:22:40,945 DEBUG Found tickets for tju1.6planetlab.edu.cn
-2006-09-29 07:22:40,945 DEBUG Popping from q - alice.cs.princeton.edu
-2006-09-29 07:22:40,946 DEBUG Popping from q - planetlab02.erin.utoronto.ca
-2006-09-29 07:22:40,947 DEBUG Found tickets for planetlab1.georgetown.edu
-2006-09-29 07:22:40,948 DEBUG Popping from q - planetlab-1.vuse.vanderbilt.edu
-2006-09-29 07:22:40,949 DEBUG Popping from q - planetlab3.uvic.ca
-2006-09-29 07:22:40,950 DEBUG Popping from q - scut2.6planetlab.edu.cn
-2006-09-29 07:22:40,952 DEBUG Found tickets for alice.cs.princeton.edu
-2006-09-29 07:22:40,952 DEBUG Popping from q - planetlab1.swidnik.rd.tp.pl
-2006-09-29 07:22:40,953 DEBUG Found tickets for planetlab-1.vuse.vanderbilt.edu
-2006-09-29 07:22:40,954 DEBUG Popping from q - planet2.cdacb.ernet.in
-2006-09-29 07:22:40,955 DEBUG Popping from q - planetlab1.rdfrancetelecom.com
-2006-09-29 07:22:40,957 DEBUG Found tickets for planetlab3.uvic.ca
-2006-09-29 07:22:40,957 DEBUG Popping from q - planet2.inf.tu-dresden.de
-2006-09-29 07:22:40,958 DEBUG Found tickets for scut2.6planetlab.edu.cn
-2006-09-29 07:22:40,959 DEBUG Popping from q - planet02.csc.ncsu.edu
-2006-09-29 07:22:40,960 DEBUG Found tickets for planetlab1.swidnik.rd.tp.pl
-2006-09-29 07:22:40,960 DEBUG Popping from q - planetlab-1.tssg.org
-2006-09-29 07:22:40,961 DEBUG Found tickets for planet2.cdacb.ernet.in
-2006-09-29 07:22:40,962 DEBUG Popping from q - planetlab-2.vuse.vanderbilt.edu
-2006-09-29 07:22:40,963 DEBUG Found tickets for planetlab1.rdfrancetelecom.com
-2006-09-29 07:22:40,963 DEBUG Popping from q - planetlab1.cri.haifa.ac.il
-2006-09-29 07:22:40,965 DEBUG Popping from q - planetlab-11.cs.princeton.edu
-2006-09-29 07:22:40,966 DEBUG Popping from q - planet03.csc.ncsu.edu
-2006-09-29 07:22:40,968 DEBUG Found tickets for planetlab-1.tssg.org
-2006-09-29 07:22:40,968 DEBUG Popping from q - planetlab1.pop-rj.rnp.br
-2006-09-29 07:22:40,969 DEBUG Found tickets for planetlab1.cri.haifa.ac.il
-2006-09-29 07:22:40,969 DEBUG Popping from q - planet1.halifax.canet4.nodes.planet-lab.org
-2006-09-29 07:22:40,970 DEBUG Found tickets for planetlab-2.vuse.vanderbilt.edu
-2006-09-29 07:22:40,971 DEBUG Popping from q - planet1.cavite.nodes.planet-lab.org
-2006-09-29 07:22:40,973 DEBUG Popping from q - ds-pl3.technion.ac.il
-2006-09-29 07:22:40,974 DEBUG Found tickets for planetlab1.pop-rj.rnp.br
-2006-09-29 07:22:40,974 DEBUG Popping from q - planetlab2.cs.purdue.edu
-2006-09-29 07:22:40,975 DEBUG Popping from q - planetlab3.millennium.berkeley.edu
-2006-09-29 07:22:40,977 DEBUG Popping from q - planetlab1.cs.colorado.edu
-2006-09-29 07:22:40,979 DEBUG Found tickets for ds-pl3.technion.ac.il
-2006-09-29 07:22:40,979 DEBUG Popping from q - planetlab02.cs.washington.edu
-2006-09-29 07:22:40,980 DEBUG Popping from q - pads21.cs.nthu.edu.tw
-2006-09-29 07:22:40,981 DEBUG Popping from q - orbpl2.rutgers.edu
-2006-09-29 07:22:40,977 DEBUG Popping from q - planetlab1.unl.edu
-2006-09-29 07:22:40,984 DEBUG Found tickets for planetlab1.cs.colorado.edu
-2006-09-29 07:22:40,985 DEBUG Popping from q - planetlab2.informatik.uni-erlangen.de
-2006-09-29 07:22:40,986 DEBUG Popping from q - planetlab-01.ipv6.lip6.fr
-2006-09-29 07:22:40,987 DEBUG Found tickets for orbpl2.rutgers.edu
-2006-09-29 07:22:40,987 DEBUG Popping from q - pl2.ernet.in
-2006-09-29 07:22:40,988 DEBUG Found tickets for planetlab02.cs.washington.edu
-2006-09-29 07:22:40,989 DEBUG Popping from q - neu2.6planetlab.edu.cn
-2006-09-29 07:22:40,990 DEBUG Found tickets for planetlab1.unl.edu
-2006-09-29 07:22:40,990 DEBUG Popping from q - planetlab-2.cs.uni-paderborn.de
-2006-09-29 07:22:40,992 DEBUG Found tickets for planetlab2.informatik.uni-erlangen.de
-2006-09-29 07:22:40,992 DEBUG Popping from q - planet5.cs.huji.ac.il
-2006-09-29 07:22:40,993 DEBUG Popping from q - planetlab1.elet.polimi.it
-2006-09-29 07:22:40,994 DEBUG Found tickets for planetlab-01.ipv6.lip6.fr
-2006-09-29 07:22:40,995 DEBUG Popping from q - planetlab2.iiitb.ac.in
-2006-09-29 07:22:40,996 DEBUG Popping from q - server1.planetlab.iit-tech.net
-2006-09-29 07:22:40,998 DEBUG Popping from q - planetlab2.iitb.ac.in
-2006-09-29 07:22:40,999 DEBUG Popping from q - planetlab02.dis.unina.it
-2006-09-29 07:22:41,000 DEBUG Popping from q - planetlab-1.dis.uniroma1.it
-2006-09-29 07:22:41,001 DEBUG Popping from q - planetlab1.iitb.ac.in
-2006-09-29 07:22:41,003 DEBUG Popping from q - pku1.6planetlab.edu.cn
-2006-09-29 07:22:41,005 DEBUG Popping from q - planetlab1.warsaw.rd.tp.pl
-2006-09-29 07:22:41,006 DEBUG Found tickets for planetlab2.iitb.ac.in
-2006-09-29 07:22:41,006 DEBUG Popping from q - planetlab1.cs.umass.edu
-2006-09-29 07:22:41,008 DEBUG Found tickets for planetlab1.iitb.ac.in
-2006-09-29 07:22:41,008 DEBUG Popping from q - planetlab-2.cs.ucy.ac.cy
-2006-09-29 07:22:41,007 DEBUG Found tickets for server1.planetlab.iit-tech.net
-2006-09-29 07:22:41,009 DEBUG Popping from q - pl1.ernet.in
-2006-09-29 07:22:41,011 DEBUG Found tickets for pku1.6planetlab.edu.cn
-2006-09-29 07:22:41,011 DEBUG Popping from q - planetlab2.georgetown.edu
-2006-09-29 07:22:41,012 DEBUG Found tickets for planetlab1.cs.umass.edu
-2006-09-29 07:22:41,013 DEBUG Popping from q - server2.planetlab.iit-tech.net
-2006-09-29 07:22:41,014 DEBUG Popping from q - planetlab2.di.unito.it
-2006-09-29 07:22:41,015 DEBUG Popping from q - planetlab1.csee.usf.edu
-2006-09-29 07:22:41,016 DEBUG Popping from q - planetlab-2.dis.uniroma1.it
-2006-09-29 07:22:41,018 DEBUG Found tickets for planetlab2.georgetown.edu
-2006-09-29 07:22:41,018 DEBUG Popping from q - planetlab2.informatik.uni-kl.de
-2006-09-29 07:22:41,020 DEBUG Found tickets for server2.planetlab.iit-tech.net
-2006-09-29 07:22:41,020 DEBUG Popping from q - planet1.cs.rochester.edu
-2006-09-29 07:22:41,021 DEBUG Popping from q - planetlab1.rutgers.edu
-2006-09-29 07:22:41,022 DEBUG Popping from q - planetlab-2.ece.iastate.edu
-2006-09-29 07:22:41,023 DEBUG Popping from q - planetlab-1.sjce.nodes.planet-lab.org
-2006-09-29 07:22:41,025 DEBUG Found tickets for planetlab2.informatik.uni-kl.de
-2006-09-29 07:22:41,025 DEBUG Popping from q - planetlab2.ece.ucdavis.edu
-2006-09-29 07:22:41,027 DEBUG Found tickets for planetlab1.rutgers.edu
-2006-09-29 07:22:41,027 DEBUG Popping from q - planetlab1.ie.cuhk.edu.hk
-2006-09-29 07:22:41,029 DEBUG Popping from q - planetlab2lannion.elibel.tm.fr
-2006-09-29 07:22:41,030 DEBUG Found tickets for planetlab-1.sjce.nodes.planet-lab.org
-2006-09-29 07:22:41,031 DEBUG Popping from q - planetlab01.mpi-sws.mpg.de
-2006-09-29 07:22:41,032 DEBUG Popping from q - planetlab2.cs.duke.edu
-2006-09-29 07:22:41,033 DEBUG Found tickets for planet1.cs.rochester.edu
-2006-09-29 07:22:41,033 DEBUG Popping from q - planetlab1.rn.informatics.scitech.susx.ac.uk
-2006-09-29 07:22:41,035 DEBUG Found tickets for planetlab1.ie.cuhk.edu.hk
-2006-09-29 07:22:41,035 DEBUG Popping from q - planetlab1.eee.hku.hk
-2006-09-29 07:22:41,037 DEBUG Popping from q - pads23.cs.nthu.edu.tw
-2006-09-29 07:22:41,038 DEBUG Popping from q - planet2.halifax.canet4.nodes.planet-lab.org
-2006-09-29 07:22:41,039 DEBUG Popping from q - planetlab-2.tssg.org
-2006-09-29 07:22:41,040 DEBUG Found tickets for planetlab1.rn.informatics.scitech.susx.ac.uk
-2006-09-29 07:22:41,041 DEBUG Popping from q - 200-102-209-151.paemt7001.t.brasiltelecom.net.br
-2006-09-29 07:22:41,043 DEBUG Found tickets for planetlab1.eee.hku.hk
-2006-09-29 07:22:41,043 DEBUG Popping from q - planetlab2.poly.edu
-2006-09-29 07:22:41,044 DEBUG Found tickets for planet2.halifax.canet4.nodes.planet-lab.org
-2006-09-29 07:22:41,044 DEBUG Popping from q - planetlab1.poly.edu
-2006-09-29 07:22:41,045 DEBUG Found tickets for planetlab-2.tssg.org
-2006-09-29 07:22:41,046 DEBUG Popping from q - planetlab2.net-research.org.uk
-2006-09-29 07:22:41,047 DEBUG Popping from q - planetlab-2.imperial.ac.uk
-2006-09-29 07:22:41,048 DEBUG Found tickets for 200-102-209-151.paemt7001.t.brasiltelecom.net.br
-2006-09-29 07:22:41,049 DEBUG Popping from q - planetlab-1.imperial.ac.uk
-2006-09-29 07:22:41,050 DEBUG Popping from q - planetlab1.byu.edu
-2006-09-29 07:22:41,051 DEBUG Found tickets for planetlab2.net-research.org.uk
-2006-09-29 07:22:41,052 DEBUG Popping from q - planetlab1.cis.upenn.edu
-2006-09-29 07:22:41,053 DEBUG Popping from q - planetlab2.eee.hku.hk
-2006-09-29 07:22:41,055 DEBUG Found tickets for planetlab-1.imperial.ac.uk
-2006-09-29 07:22:41,056 DEBUG Found tickets for planetlab-2.imperial.ac.uk
-2006-09-29 07:40:51,003 DEBUG Removing stale entries from DB.
-2006-09-29 07:40:51,003 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='drift%20%3E%201m'
-2006-09-29 07:40:51,149 DEBUG Retrieved 9 hosts
-2006-09-29 07:40:51,150 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='resptime%20%3E%200%20&&%20gbfree%20%3C%205'
-2006-09-29 07:40:51,290 DEBUG Retrieved 10 hosts
-2006-09-29 07:40:51,290 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='sshstatus%20%3E%202h'
-2006-09-29 07:40:51,642 DEBUG Retrieved 162 hosts
-2006-09-29 07:40:51,644 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='dns1udp%20%3E%2080%20&&%20dns2udp%20%3E%2080'
-2006-09-29 07:40:51,774 DEBUG Retrieved 6 hosts
-2006-09-29 07:40:51,774 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='filerw%3E0'
-2006-09-29 07:40:51,897 DEBUG Retrieved 1 hosts
-2006-09-29 07:40:51,899 INFO Refreshing DB.
-2006-09-29 07:40:51,901 DEBUG Popping from q - planetlab2.rutgers.edu
-2006-09-29 07:40:51,901 DEBUG Popping from q - vn3.cs.wustl.edu
-2006-09-29 07:40:51,902 DEBUG Popping from q - planetlab2.cri.haifa.ac.il
-2006-09-29 07:40:51,903 DEBUG Popping from q - soccf-planet-001.comp.nus.edu.sg
-2006-09-29 07:40:51,904 DEBUG Popping from q - planet2.njit.edu
-2006-09-29 07:40:59,510 DEBUG Found tickets for planetlab2.rutgers.edu
-2006-09-29 07:40:59,510 DEBUG Popping from q - planetlab1.cri.haifa.ac.il
-2006-09-29 07:41:25,192 DEBUG Found tickets for planetlab2.cri.haifa.ac.il
-2006-09-29 07:41:25,192 DEBUG Popping from q - planetlab7.csail.mit.edu
-2006-09-29 07:41:25,193 DEBUG Found tickets for soccf-planet-001.comp.nus.edu.sg
-2006-09-29 07:41:25,194 DEBUG Popping from q - buaa1.6planetlab.edu.cn
-2006-09-29 07:41:27,101 DEBUG Found tickets for vn3.cs.wustl.edu
-2006-09-29 07:41:27,102 DEBUG Popping from q - planetlab2.net-research.org.uk
-2006-09-29 07:41:28,871 DEBUG Found tickets for planet2.njit.edu
-2006-09-29 07:41:28,871 DEBUG Popping from q - planetlab1.pop-ce.rnp.br
-2006-09-29 07:41:36,150 DEBUG Found tickets for planetlab2.net-research.org.uk
-2006-09-29 07:41:36,151 DEBUG Popping from q - planetlab2.mnlab.cti.depaul.edu
-2006-09-29 07:41:42,308 DEBUG Found tickets for planetlab1.cri.haifa.ac.il
-2006-09-29 07:41:42,309 DEBUG Popping from q - planetlab-8.cs.princeton.edu
-2006-09-29 07:41:58,320 DEBUG Found tickets for buaa1.6planetlab.edu.cn
-2006-09-29 07:41:58,320 DEBUG Popping from q - planetlab2.ucsd.edu
-2006-09-29 07:42:06,372 DEBUG Found tickets for planetlab1.pop-ce.rnp.br
-2006-09-29 07:42:06,372 DEBUG Popping from q - blast.uwaterloo.ca
-2006-09-29 07:42:07,470 DEBUG Found tickets for planetlab7.csail.mit.edu
-2006-09-29 07:42:07,470 DEBUG Popping from q - planetlab1.cs.wayne.edu
-2006-09-29 07:42:12,467 DEBUG Found tickets for planetlab-8.cs.princeton.edu
-2006-09-29 07:42:12,468 DEBUG Popping from q - pli1-br-3.hpl.hp.com
-2006-09-29 07:42:14,220 DEBUG Found tickets for planetlab2.mnlab.cti.depaul.edu
-2006-09-29 07:42:14,220 DEBUG Popping from q - planetlab1.di.unito.it
-2006-09-29 07:42:35,154 DEBUG Found tickets for planetlab2.ucsd.edu
-2006-09-29 07:42:35,154 DEBUG Popping from q - planetlab-1.ece.iastate.edu
-2006-09-29 07:42:35,165 DEBUG Found tickets for blast.uwaterloo.ca
-2006-09-29 07:42:35,165 DEBUG Popping from q - sdu1.6planetlab.edu.cn
-2006-09-29 07:42:36,031 DEBUG Found tickets for planetlab1.cs.wayne.edu
-2006-09-29 07:42:36,032 DEBUG Popping from q - planetlab-13.cs.princeton.edu
-2006-09-29 07:42:40,611 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv
-2006-09-29 07:42:41,675 DEBUG Retrieved 705 hosts
-2006-09-29 07:42:41,681 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='drift%20%3E%201m'
-2006-09-29 07:42:41,813 DEBUG Retrieved 8 hosts
-2006-09-29 07:42:41,813 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='resptime%20%3E%200%20&&%20gbfree%20%3C%205'
-2006-09-29 07:42:41,948 DEBUG Retrieved 10 hosts
-2006-09-29 07:42:41,949 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='sshstatus%20%3E%202h'
-2006-09-29 07:42:42,293 DEBUG Retrieved 162 hosts
-2006-09-29 07:42:42,294 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='dns1udp%20%3E%2080%20&&%20dns2udp%20%3E%2080'
-2006-09-29 07:42:42,429 DEBUG Retrieved 7 hosts
-2006-09-29 07:42:42,429 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='filerw%3E0'
-2006-09-29 07:42:42,560 DEBUG Retrieved 1 hosts
-2006-09-29 07:42:42,722 DEBUG Found tickets for planetlab1.di.unito.it
-2006-09-29 07:42:42,723 DEBUG Popping from q - planet2.cs.ucsb.edu
-2006-09-29 07:42:43,646 DEBUG Found tickets for pli1-br-3.hpl.hp.com
-2006-09-29 07:42:43,647 DEBUG Popping from q - ent2.cs.nccu.edu.tw
-2006-09-29 07:43:04,037 DEBUG Found tickets for ent2.cs.nccu.edu.tw
-2006-09-29 07:43:04,037 DEBUG Popping from q - planetlab-4.ece.iastate.edu
-2006-09-29 07:43:10,085 DEBUG Found tickets for sdu1.6planetlab.edu.cn
-2006-09-29 07:43:10,086 DEBUG Popping from q - planetlab2.informatik.uni-goettingen.de
-2006-09-29 07:43:10,455 DEBUG Found tickets for planetlab-1.ece.iastate.edu
-2006-09-29 07:43:10,455 DEBUG Popping from q - planetlab1.mnl.cs.sunysb.edu
-2006-09-29 07:43:15,561 DEBUG Found tickets for planetlab-13.cs.princeton.edu
-2006-09-29 07:43:15,561 DEBUG Popping from q - planetlab-01.ipv6.lip6.fr
-2006-09-29 07:43:15,594 DEBUG Found tickets for planet2.cs.ucsb.edu
-2006-09-29 07:43:15,595 DEBUG Popping from q - planetlab04.ethz.ch
-2006-09-29 07:43:39,336 DEBUG Found tickets for planetlab2.informatik.uni-goettingen.de
-2006-09-29 07:43:39,336 DEBUG Popping from q - sdu2.6planetlab.edu.cn
-2006-09-29 07:43:39,343 DEBUG Found tickets for planetlab04.ethz.ch
-2006-09-29 07:43:39,343 DEBUG Popping from q - planet-lab.iki.rssi.ru
-2006-09-29 07:43:41,371 DEBUG Found tickets for planetlab-01.ipv6.lip6.fr
-2006-09-29 07:43:41,371 DEBUG Popping from q - planetlab1.polito.it
-2006-09-29 07:43:41,372 DEBUG Found tickets for planetlab-4.ece.iastate.edu
-2006-09-29 07:43:41,373 DEBUG Popping from q - planetlab1.uvic.ca
-2006-09-29 07:43:48,504 DEBUG Found tickets for planetlab1.mnl.cs.sunysb.edu
-2006-09-29 07:43:48,505 DEBUG Popping from q - planetlab2.uvic.ca
-2006-09-29 07:44:09,861 DEBUG Found tickets for sdu2.6planetlab.edu.cn
-2006-09-29 07:44:09,861 DEBUG Popping from q - planet2.cs.rochester.edu
-2006-09-29 07:44:11,296 DEBUG Found tickets for planetlab1.polito.it
-2006-09-29 07:44:11,296 DEBUG Popping from q - lycra.cs.princeton.edu
-2006-09-29 07:44:11,688 DEBUG Found tickets for planet-lab.iki.rssi.ru
-2006-09-29 07:44:11,688 DEBUG Popping from q - cloudburst.uwaterloo.ca
-2006-09-29 07:44:17,587 DEBUG Found tickets for planetlab1.uvic.ca
-2006-09-29 07:44:17,588 DEBUG Popping from q - planetlab1.ias.csusb.edu
-2006-09-29 07:44:18,179 DEBUG Found tickets for planetlab2.uvic.ca
-2006-09-29 07:44:18,180 DEBUG Popping from q - planetlab1.cs.unibo.it
-2006-09-29 07:44:38,581 DEBUG Found tickets for planetlab1.ias.csusb.edu
-2006-09-29 07:44:38,581 DEBUG Popping from q - cqu1.6planetlab.edu.cn
-2006-09-29 07:44:43,220 DEBUG Found tickets for planet2.cs.rochester.edu
-2006-09-29 07:44:43,220 DEBUG Popping from q - planetlab2.acis.ufl.edu
-2006-09-29 07:44:47,893 DEBUG Found tickets for lycra.cs.princeton.edu
-2006-09-29 07:44:47,893 DEBUG Popping from q - tju2.6planetlab.edu.cn
-2006-09-29 07:44:51,586 DEBUG Found tickets for cloudburst.uwaterloo.ca
-2006-09-29 07:44:51,587 DEBUG Popping from q - planetlab-1.imperial.ac.uk
-2006-09-29 07:45:02,465 DEBUG Found tickets for planetlab1.cs.unibo.it
-2006-09-29 07:45:02,465 DEBUG Popping from q - orbpl1.rutgers.edu
-2006-09-29 07:45:11,170 DEBUG Found tickets for orbpl1.rutgers.edu
-2006-09-29 07:45:11,171 DEBUG Popping from q - ent1.cs.nccu.edu.tw
-2006-09-29 07:45:18,345 DEBUG Found tickets for planetlab2.acis.ufl.edu
-2006-09-29 07:45:18,346 DEBUG Popping from q - planet0.jaist.ac.jp
-2006-09-29 07:45:18,347 DEBUG Found tickets for cqu1.6planetlab.edu.cn
-2006-09-29 07:45:18,347 DEBUG Popping from q - planetlab1.informatik.uni-wuerzburg.de
-2006-09-29 07:45:25,747 DEBUG Found tickets for tju2.6planetlab.edu.cn
-2006-09-29 07:45:25,747 DEBUG Popping from q - planetlab0.ias.csusb.edu
-2006-09-29 07:45:36,728 DEBUG Found tickets for planetlab-1.imperial.ac.uk
-2006-09-29 07:45:36,728 DEBUG Popping from q - 200-102-209-152.paemt7001.t.brasiltelecom.net.br
-2006-09-29 07:45:42,847 DEBUG Found tickets for planet0.jaist.ac.jp
-2006-09-29 07:45:42,847 DEBUG Popping from q - planet-lab-2.csse.monash.edu.au
-2006-09-29 07:45:44,930 DEBUG Found tickets for ent1.cs.nccu.edu.tw
-2006-09-29 07:45:44,930 DEBUG Popping from q - planet1.ecse.rpi.edu
-2006-09-29 07:45:49,201 DEBUG Found tickets for planetlab1.informatik.uni-wuerzburg.de
-2006-09-29 07:45:49,202 DEBUG Popping from q - planetlab2.pop-mg.rnp.br
-2006-09-29 07:46:00,619 DEBUG Found tickets for planetlab0.ias.csusb.edu
-2006-09-29 07:46:00,619 DEBUG Popping from q - planetlab2.rdfrancetelecom.com
-2006-09-29 07:46:07,506 DEBUG Found tickets for 200-102-209-152.paemt7001.t.brasiltelecom.net.br
-2006-09-29 07:46:07,506 DEBUG Popping from q - planetlab1.eurecom.fr
-2006-09-29 07:46:16,375 DEBUG Found tickets for planetlab1.eurecom.fr
-2006-09-29 07:46:16,375 DEBUG Popping from q - tju1.6planetlab.edu.cn
-2006-09-29 07:46:22,527 DEBUG Found tickets for planet-lab-2.csse.monash.edu.au
-2006-09-29 07:46:22,528 DEBUG Popping from q - planetlab1.georgetown.edu
-2006-09-29 07:46:22,543 DEBUG Found tickets for planet1.ecse.rpi.edu
-2006-09-29 07:46:22,543 DEBUG Popping from q - alice.cs.princeton.edu
-2006-09-29 07:46:33,237 DEBUG Found tickets for planetlab2.rdfrancetelecom.com
-2006-09-29 07:46:33,237 DEBUG Popping from q - planetlab-1.vuse.vanderbilt.edu
-2006-09-29 07:46:33,248 DEBUG Found tickets for planetlab2.pop-mg.rnp.br
-2006-09-29 07:46:33,249 DEBUG Popping from q - planetlab3.uvic.ca
-2006-09-29 07:46:43,723 DEBUG Found tickets for tju1.6planetlab.edu.cn
-2006-09-29 07:46:43,724 DEBUG Popping from q - scut2.6planetlab.edu.cn
-2006-09-29 07:46:57,984 DEBUG Found tickets for planetlab-1.vuse.vanderbilt.edu
-2006-09-29 07:46:57,984 DEBUG Popping from q - planetlab1.swidnik.rd.tp.pl
-2006-09-29 07:46:58,064 DEBUG Found tickets for planetlab1.georgetown.edu
-2006-09-29 07:46:58,064 DEBUG Popping from q - planet2.cdacb.ernet.in
-2006-09-29 07:46:58,841 DEBUG Found tickets for alice.cs.princeton.edu
-2006-09-29 07:46:58,842 DEBUG Popping from q - planetlab1.rdfrancetelecom.com
-2006-09-29 07:47:11,850 DEBUG Found tickets for planetlab3.uvic.ca
-2006-09-29 07:47:11,850 DEBUG Popping from q - planetlab-1.tssg.org
-2006-09-29 07:47:19,661 DEBUG Found tickets for planetlab-1.tssg.org
-2006-09-29 07:47:19,661 DEBUG Popping from q - planetlab-2.vuse.vanderbilt.edu
-2006-09-29 07:47:25,554 DEBUG Found tickets for scut2.6planetlab.edu.cn
-2006-09-29 07:47:25,555 DEBUG Popping from q - planetlab1.pop-rj.rnp.br
-2006-09-29 07:47:37,963 DEBUG Found tickets for planet2.cdacb.ernet.in
-2006-09-29 07:47:37,964 DEBUG Popping from q - ds-pl3.technion.ac.il
-2006-09-29 07:47:38,723 DEBUG Found tickets for planetlab1.swidnik.rd.tp.pl
-2006-09-29 07:47:38,723 DEBUG Popping from q - planetlab1.unl.edu
-2006-09-29 07:47:43,653 DEBUG Found tickets for planetlab1.rdfrancetelecom.com
-2006-09-29 07:47:43,653 DEBUG Popping from q - planetlab1.cse.msu.edu
-2006-09-29 07:47:48,268 DEBUG Found tickets for planetlab-2.vuse.vanderbilt.edu
-2006-09-29 07:47:48,268 DEBUG Popping from q - planetlab1.cs.colorado.edu
-2006-09-29 07:48:05,448 DEBUG Found tickets for planetlab1.pop-rj.rnp.br
-2006-09-29 07:48:05,448 DEBUG Popping from q - planetlab02.cs.washington.edu
-2006-09-29 07:48:11,385 DEBUG Found tickets for ds-pl3.technion.ac.il
-2006-09-29 07:48:11,386 DEBUG Popping from q - orbpl2.rutgers.edu
-2006-09-29 07:48:14,159 DEBUG Found tickets for planetlab1.unl.edu
-2006-09-29 07:48:14,159 DEBUG Popping from q - planetlab2.informatik.uni-erlangen.de
-2006-09-29 07:48:15,305 DEBUG Found tickets for planetlab1.cse.msu.edu
-2006-09-29 07:48:15,305 DEBUG Popping from q - planetlab1.cs.purdue.edu
-2006-09-29 07:48:20,614 DEBUG Found tickets for planetlab1.cs.colorado.edu
-2006-09-29 07:48:20,614 DEBUG Popping from q - planetlab2.iitb.ac.in
-2006-09-29 07:48:35,357 DEBUG Found tickets for planetlab02.cs.washington.edu
-2006-09-29 07:48:35,357 DEBUG Popping from q - server1.planetlab.iit-tech.net
-2006-09-29 07:48:45,098 DEBUG Found tickets for server1.planetlab.iit-tech.net
-2006-09-29 07:48:45,098 DEBUG Popping from q - planetlab1.iitb.ac.in
-2006-09-29 07:48:51,473 DEBUG Found tickets for planetlab1.cs.purdue.edu
-2006-09-29 07:48:51,473 DEBUG Popping from q - pku1.6planetlab.edu.cn
-2006-09-29 07:48:53,066 DEBUG Found tickets for orbpl2.rutgers.edu
-2006-09-29 07:48:53,066 DEBUG Popping from q - planetlab1.cs.umass.edu
-2006-09-29 07:48:59,121 DEBUG Found tickets for planetlab2.iitb.ac.in
-2006-09-29 07:48:59,121 DEBUG Popping from q - csu2.6planetlab.edu.cn
-2006-09-29 07:48:59,587 DEBUG Found tickets for planetlab2.informatik.uni-erlangen.de
-2006-09-29 07:48:59,587 DEBUG Popping from q - planetlab2.cse.msu.edu
-2006-09-29 07:49:16,388 DEBUG Found tickets for planetlab1.iitb.ac.in
-2006-09-29 07:49:16,388 DEBUG Popping from q - planetlab2.georgetown.edu
-2006-09-29 07:49:22,789 DEBUG Found tickets for planetlab1.cs.umass.edu
-2006-09-29 07:49:22,789 DEBUG Popping from q - server2.planetlab.iit-tech.net
-2006-09-29 07:49:31,843 DEBUG Found tickets for server2.planetlab.iit-tech.net
-2006-09-29 07:49:31,843 DEBUG Popping from q - planetlab2.informatik.uni-kl.de
-2006-09-29 07:49:33,840 DEBUG Found tickets for planetlab2.cse.msu.edu
-2006-09-29 07:49:33,840 DEBUG Popping from q - planet1.cs.rochester.edu
-2006-09-29 07:49:34,194 DEBUG Found tickets for pku1.6planetlab.edu.cn
-2006-09-29 07:49:34,194 DEBUG Popping from q - planetlab-2.imperial.ac.uk
-2006-09-29 07:49:42,562 DEBUG Found tickets for csu2.6planetlab.edu.cn
-2006-09-29 07:49:42,562 DEBUG Popping from q - planetlab1.rutgers.edu
-2006-09-29 07:49:58,040 DEBUG Found tickets for planetlab2.georgetown.edu
-2006-09-29 07:49:58,040 DEBUG Popping from q - planetlab-1.sjce.nodes.planet-lab.org
-2006-09-29 07:50:05,454 DEBUG Found tickets for planet1.cs.rochester.edu
-2006-09-29 07:50:05,454 DEBUG Popping from q - planetlab1.ie.cuhk.edu.hk
-2006-09-29 07:50:05,455 DEBUG Found tickets for planetlab1.rutgers.edu
-2006-09-29 07:50:05,456 DEBUG Popping from q - planetlab1.rn.informatics.scitech.susx.ac.uk
-2006-09-29 07:50:05,458 DEBUG Found tickets for planetlab2.informatik.uni-kl.de
-2006-09-29 07:50:05,459 DEBUG Popping from q - planetlab1.eee.hku.hk
-2006-09-29 07:50:17,543 DEBUG Found tickets for planetlab-2.imperial.ac.uk
-2006-09-29 07:50:17,543 DEBUG Popping from q - planet2.halifax.canet4.nodes.planet-lab.org
-2006-09-29 07:50:30,497 DEBUG Found tickets for planetlab1.rn.informatics.scitech.susx.ac.uk
-2006-09-29 07:50:30,498 DEBUG Popping from q - planetlab-2.tssg.org
-2006-09-29 07:50:30,513 DEBUG Found tickets for planetlab-1.sjce.nodes.planet-lab.org
-2006-09-29 07:50:30,513 DEBUG Popping from q - 200-102-209-151.paemt7001.t.brasiltelecom.net.br
-2006-09-29 07:50:32,087 DEBUG Found tickets for planetlab1.eee.hku.hk
-2006-09-29 07:50:32,088 DEBUG Popping from q - planetlab2.elet.polimi.it
-2006-09-29 07:50:34,814 DEBUG Found tickets for planetlab1.ie.cuhk.edu.hk
-2006-09-29 07:50:34,814 DEBUG Popping from q - pli1-br-3.hpl.hp.com
-2006-09-29 07:50:34,837 DEBUG Found tickets for pli1-br-3.hpl.hp.com
-2006-09-29 07:50:34,838 DEBUG Popping from q - planetlab2.nbgisp.com
-2006-09-29 07:50:56,332 DEBUG Found tickets for planetlab-2.tssg.org
-2006-09-29 07:50:56,333 DEBUG Popping from q - planetlab1.cs.stir.ac.uk
-2006-09-29 07:50:57,245 DEBUG Found tickets for planet2.halifax.canet4.nodes.planet-lab.org
-2006-09-29 07:50:57,245 DEBUG Popping from q - planetlab1.cse.msu.edu
-2006-09-29 07:50:57,281 DEBUG Found tickets for planetlab1.cse.msu.edu
-2006-09-29 07:50:57,281 DEBUG Popping from q - planetlab02.cs.washington.edu
-2006-09-29 07:50:57,318 DEBUG Found tickets for planetlab02.cs.washington.edu
-2006-09-29 07:50:57,318 DEBUG Popping from q - planetlab0.cs.stir.ac.uk
-2006-09-29 07:50:57,807 DEBUG Popping from q - planetlab1.informatik.uni-erlangen.de
-2006-09-29 07:51:01,625 DEBUG Found tickets for 200-102-209-151.paemt7001.t.brasiltelecom.net.br
-2006-09-29 07:51:01,625 DEBUG Popping from q - planetlab1.cs.purdue.edu
-2006-09-29 07:51:01,683 DEBUG Found tickets for planetlab1.cs.purdue.edu
-2006-09-29 07:51:01,683 DEBUG Popping from q - planetlab1.een.orst.edu
-2006-09-29 07:51:08,982 DEBUG Popping from q - planetlab2.cs.columbia.edu
-2006-09-29 07:51:25,387 DEBUG Popping from q - planetlab1.win.trlabs.ca
-2006-09-29 07:51:30,404 DEBUG Popping from q - planetlab1.cs.duke.edu
-2006-09-29 07:51:31,539 DEBUG Popping from q - planetlab2.flux.utah.edu
-2006-09-29 07:51:38,485 DEBUG Popping from q - planetlab3.cs.columbia.edu
-2006-09-29 07:51:47,851 DEBUG Popping from q - planetlab1.cs.columbia.edu
-2006-09-29 07:51:56,910 DEBUG Popping from q - planetlab3.flux.utah.edu
-2006-09-29 07:51:57,636 DEBUG Popping from q - planetlab-1.eecs.cwru.edu
-2006-09-29 07:52:05,590 DEBUG Popping from q - planetlab2.rutgers.edu
-2006-09-29 07:52:05,627 DEBUG Found tickets for planetlab2.rutgers.edu
-2006-09-29 07:52:05,628 DEBUG Popping from q - vn3.cs.wustl.edu
-2006-09-29 07:52:05,652 DEBUG Found tickets for vn3.cs.wustl.edu
-2006-09-29 07:52:05,652 DEBUG Popping from q - planetlab2.cri.haifa.ac.il
-2006-09-29 07:52:05,702 DEBUG Found tickets for planetlab2.cri.haifa.ac.il
-2006-09-29 07:52:05,703 DEBUG Popping from q - soccf-planet-001.comp.nus.edu.sg
-2006-09-29 07:52:05,713 DEBUG Found tickets for soccf-planet-001.comp.nus.edu.sg
-2006-09-29 07:52:05,714 DEBUG Popping from q - planetlab01.cse.psu.edu
-2006-09-29 07:52:11,051 DEBUG Popping from q - csu2.6planetlab.edu.cn
-2006-09-29 07:52:11,100 DEBUG Found tickets for csu2.6planetlab.edu.cn
-2006-09-29 07:52:11,100 DEBUG Popping from q - planet2.njit.edu
-2006-09-29 07:52:11,134 DEBUG Found tickets for planet2.njit.edu
-2006-09-29 07:52:11,134 DEBUG Popping from q - planetlab2.unl.edu
-2006-09-29 07:52:20,332 DEBUG Popping from q - planetlab1.cs.pitt.edu
-2006-09-29 07:52:20,747 DEBUG Popping from q - planetlab-2.eecs.cwru.edu
-2006-09-29 07:52:43,477 DEBUG Popping from q - planetlab2.urv.net
-2006-09-29 07:52:43,523 DEBUG Popping from q - planetlab7.csail.mit.edu
-2006-09-29 07:52:43,556 DEBUG Found tickets for planetlab7.csail.mit.edu
-2006-09-29 07:52:43,556 DEBUG Popping from q - buaa1.6planetlab.edu.cn
-2006-09-29 07:52:43,574 DEBUG Found tickets for buaa1.6planetlab.edu.cn
-2006-09-29 07:52:43,574 DEBUG Popping from q - ricepl-3.cs.rice.edu
-2006-09-29 07:52:44,628 DEBUG Popping from q - planet-lab-1.csse.monash.edu.au
-2006-09-29 07:52:45,366 DEBUG Popping from q - planetlab5.millennium.berkeley.edu
-2006-09-29 07:52:57,066 DEBUG Popping from q - planetlab1.pop-ce.rnp.br
-2006-09-29 07:52:57,088 DEBUG Found tickets for planetlab1.pop-ce.rnp.br
-2006-09-29 07:52:57,089 DEBUG Popping from q - planetlab2.mnlab.cti.depaul.edu
-2006-09-29 07:52:57,116 DEBUG Found tickets for planetlab2.mnlab.cti.depaul.edu
-2006-09-29 07:52:57,117 DEBUG Popping from q - peace.ri.uni-tuebingen.de
-2006-09-29 07:53:05,175 DEBUG Popping from q - planetlab-8.cs.princeton.edu
-2006-09-29 07:53:05,205 DEBUG Found tickets for planetlab-8.cs.princeton.edu
-2006-09-29 07:53:05,205 DEBUG Popping from q - planetlab2.ucsd.edu
-2006-09-29 07:53:05,221 DEBUG Found tickets for planetlab2.ucsd.edu
-2006-09-29 07:53:05,221 DEBUG Popping from q - blast.uwaterloo.ca
-2006-09-29 07:53:05,233 DEBUG Found tickets for blast.uwaterloo.ca
-2006-09-29 07:53:05,233 DEBUG Popping from q - planetlab1.cs.wayne.edu
-2006-09-29 07:53:05,259 DEBUG Found tickets for planetlab1.cs.wayne.edu
-2006-09-29 07:53:05,259 DEBUG Popping from q - pli1-br-3.hpl.hp.com
-2006-09-29 07:53:05,297 DEBUG Found tickets for pli1-br-3.hpl.hp.com
-2006-09-29 07:53:05,297 DEBUG Popping from q - planetlab2.eurecom.fr
-2006-09-29 07:53:19,497 DEBUG Popping from q - planetlab1.di.unito.it
-2006-09-29 07:53:19,530 DEBUG Found tickets for planetlab1.di.unito.it
-2006-09-29 07:53:19,530 DEBUG Popping from q - planetlab2.simula.no
-2006-09-29 07:53:21,207 DEBUG Popping from q - planetlab01.dis.unina.it
-2006-09-29 07:53:22,152 DEBUG Popping from q - planetlab1.flux.utah.edu
-2006-09-29 07:53:26,080 DEBUG Popping from q - planetlab-1.ece.iastate.edu
-2006-09-29 07:53:26,168 DEBUG Found tickets for planetlab-1.ece.iastate.edu
-2006-09-29 07:53:26,168 DEBUG Popping from q - sdu1.6planetlab.edu.cn
-2006-09-29 07:53:26,210 DEBUG Found tickets for sdu1.6planetlab.edu.cn
-2006-09-29 07:53:26,211 DEBUG Popping from q - planetlab4.upc.es
-2006-09-29 07:53:36,597 DEBUG Popping from q - planetlab-13.cs.princeton.edu
-2006-09-29 07:53:36,627 DEBUG Found tickets for planetlab-13.cs.princeton.edu
-2006-09-29 07:53:36,627 DEBUG Popping from q - planet1.cc.gt.atl.ga.us
-2006-09-29 07:53:51,199 DEBUG Popping from q - planetlab2.eecs.wsu.edu
-2006-09-29 07:53:55,751 DEBUG Popping from q - planet2.cs.ucsb.edu
-2006-09-29 07:53:55,831 DEBUG Found tickets for planet2.cs.ucsb.edu
-2006-09-29 07:53:55,831 DEBUG Popping from q - xjtu2.6planetlab.edu.cn
-2006-09-29 07:53:57,234 DEBUG Popping from q - planetlab3.upc.es
-2006-09-29 07:53:57,662 DEBUG Popping from q - planetlab2.cs.umass.edu
-2006-09-29 07:54:15,005 DEBUG Popping from q - node1.lbnl.nodes.planet-lab.org
-2006-09-29 07:54:22,168 DEBUG Popping from q - planetlab1.iitr.ernet.in
-2006-09-29 07:54:25,409 DEBUG Popping from q - planetlab1.ipls.internet2.planet-lab.org
-2006-09-29 07:54:32,169 DEBUG Popping from q - ent2.cs.nccu.edu.tw
-2006-09-29 07:54:32,234 DEBUG Found tickets for ent2.cs.nccu.edu.tw
-2006-09-29 07:54:32,234 DEBUG Popping from q - planetlab01.erin.utoronto.ca
-2006-09-29 07:54:36,097 DEBUG Popping from q - planetlab-4.ece.iastate.edu
-2006-09-29 07:54:36,144 DEBUG Found tickets for planetlab-4.ece.iastate.edu
-2006-09-29 07:54:36,145 DEBUG Popping from q - planetlab2.informatik.uni-goettingen.de
-2006-09-29 07:54:36,170 DEBUG Found tickets for planetlab2.informatik.uni-goettingen.de
-2006-09-29 07:54:36,170 DEBUG Popping from q - ds-pl1.technion.ac.il
-2006-09-29 07:54:44,577 DEBUG Popping from q - planetlab1.mnl.cs.sunysb.edu
-2006-09-29 07:54:44,609 DEBUG Found tickets for planetlab1.mnl.cs.sunysb.edu
-2006-09-29 07:54:44,610 DEBUG Popping from q - aladdin.planetlab.extranet.uni-passau.de
-2006-09-29 07:54:53,800 DEBUG Popping from q - planetlab-1.cs.uni-paderborn.de
-2006-09-29 07:55:00,357 DEBUG Popping from q - planet1.njit.edu
-2006-09-29 07:55:08,221 DEBUG Popping from q - pku2.6planetlab.edu.cn
-2006-09-29 07:55:16,118 DEBUG Popping from q - planetlab-1.cs.ucy.ac.cy
-2006-09-29 07:55:17,150 DEBUG Popping from q - planetlab00.cse.psu.edu
-2006-09-29 07:55:23,673 DEBUG Popping from q - planetlab04.ethz.ch
-2006-09-29 07:55:23,709 DEBUG Found tickets for planetlab04.ethz.ch
-2006-09-29 07:55:23,709 DEBUG Popping from q - sdu2.6planetlab.edu.cn
-2006-09-29 07:55:23,740 DEBUG Found tickets for sdu2.6planetlab.edu.cn
-2006-09-29 07:55:23,741 DEBUG Popping from q - planet-lab.iki.rssi.ru
-2006-09-29 07:55:23,760 DEBUG Found tickets for planet-lab.iki.rssi.ru
-2006-09-29 07:55:23,761 DEBUG Popping from q - planetlab1.polito.it
-2006-09-29 07:55:23,796 DEBUG Found tickets for planetlab1.polito.it
-2006-09-29 07:55:23,796 DEBUG Popping from q - planetlab1.uvic.ca
-2006-09-29 07:55:23,818 DEBUG Found tickets for planetlab1.uvic.ca
-2006-09-29 07:55:23,818 DEBUG Popping from q - planetlab1.cs.byu.edu
-2006-09-29 07:55:24,722 DEBUG Popping from q - planetlab-1.amst.nodes.planet-lab.org
-2006-09-29 07:55:47,238 DEBUG Popping from q - planetlab2.uvic.ca
-2006-09-29 07:55:47,286 DEBUG Found tickets for planetlab2.uvic.ca
-2006-09-29 07:55:47,286 DEBUG Popping from q - planet2.cs.rochester.edu
-2006-09-29 07:55:47,316 DEBUG Found tickets for planet2.cs.rochester.edu
-2006-09-29 07:55:47,317 DEBUG Popping from q - planetlab1.xeno.cl.cam.ac.uk
-2006-09-29 07:55:49,442 DEBUG Popping from q - lycra.cs.princeton.edu
-2006-09-29 07:55:49,465 DEBUG Found tickets for lycra.cs.princeton.edu
-2006-09-29 07:55:49,466 DEBUG Popping from q - cloudburst.uwaterloo.ca
-2006-09-29 07:55:49,493 DEBUG Found tickets for cloudburst.uwaterloo.ca
-2006-09-29 07:55:49,493 DEBUG Popping from q - planetlab1.ias.csusb.edu
-2006-09-29 07:55:49,504 DEBUG Found tickets for planetlab1.ias.csusb.edu
-2006-09-29 07:55:49,504 DEBUG Popping from q - vayu.iitd.ernet.in
-2006-09-29 07:55:52,626 DEBUG Popping from q - node2.lbnl.nodes.planet-lab.org
-2006-09-29 07:55:52,911 DEBUG Popping from q - planetlab2.cs.byu.edu
-2006-09-29 07:55:54,910 DEBUG Popping from q - cqu1.6planetlab.edu.cn
-2006-09-29 07:55:54,929 DEBUG Found tickets for cqu1.6planetlab.edu.cn
-2006-09-29 07:55:54,929 DEBUG Popping from q - planetlab2.acis.ufl.edu
-2006-09-29 07:55:54,955 DEBUG Found tickets for planetlab2.acis.ufl.edu
-2006-09-29 07:55:54,956 DEBUG Popping from q - planetlab1.cs.unibo.it
-2006-09-29 07:55:54,984 DEBUG Found tickets for planetlab1.cs.unibo.it
-2006-09-29 07:55:54,984 DEBUG Popping from q - tju2.6planetlab.edu.cn
-2006-09-29 07:55:55,002 DEBUG Found tickets for tju2.6planetlab.edu.cn
-2006-09-29 07:55:55,002 DEBUG Popping from q - orbpl1.rutgers.edu
-2006-09-29 07:55:55,041 DEBUG Found tickets for orbpl1.rutgers.edu
-2006-09-29 07:55:55,041 DEBUG Popping from q - ent1.cs.nccu.edu.tw
-2006-09-29 07:55:55,046 DEBUG Found tickets for ent1.cs.nccu.edu.tw
-2006-09-29 07:55:55,047 DEBUG Popping from q - planet0.jaist.ac.jp
-2006-09-29 07:55:55,049 DEBUG Found tickets for planet0.jaist.ac.jp
-2006-09-29 07:55:55,049 DEBUG Popping from q - planetlab1.informatik.uni-wuerzburg.de
-2006-09-29 07:55:55,052 DEBUG Found tickets for planetlab1.informatik.uni-wuerzburg.de
-2006-09-29 07:55:55,053 DEBUG Popping from q - planetlab3.warsaw.rd.tp.pl
-2006-09-29 07:56:18,926 DEBUG Popping from q - planetlab0.ias.csusb.edu
-2006-09-29 07:56:18,953 DEBUG Found tickets for planetlab0.ias.csusb.edu
-2006-09-29 07:56:18,953 DEBUG Popping from q - planetlab-2.amst.nodes.planet-lab.org
-2006-09-29 07:56:21,284 DEBUG Popping from q - planetlab3.inria.fr
-2006-09-29 07:56:26,656 DEBUG Popping from q - 200-102-209-152.paemt7001.t.brasiltelecom.net.br
-2006-09-29 07:56:26,687 DEBUG Found tickets for 200-102-209-152.paemt7001.t.brasiltelecom.net.br
-2006-09-29 07:56:26,687 DEBUG Popping from q - planetlab3.mnl.cs.sunysb.edu
-2006-09-29 07:56:26,690 DEBUG Popping from q - planetlab-15.cs.princeton.edu
-2006-09-29 07:56:38,937 DEBUG Popping from q - planet-lab-2.csse.monash.edu.au
-2006-09-29 07:56:38,997 DEBUG Found tickets for planet-lab-2.csse.monash.edu.au
-2006-09-29 07:56:38,997 DEBUG Popping from q - planet1.ecse.rpi.edu
-2006-09-29 07:56:39,012 DEBUG Found tickets for planet1.ecse.rpi.edu
-2006-09-29 07:56:39,012 DEBUG Popping from q - planetlab2.pop-mg.rnp.br
-2006-09-29 07:56:39,055 DEBUG Found tickets for planetlab2.pop-mg.rnp.br
-2006-09-29 07:56:39,055 DEBUG Popping from q - planetlab-2.unk.edu
-2006-09-29 07:56:42,120 DEBUG Popping from q - planetlab2.rdfrancetelecom.com
-2006-09-29 07:56:42,143 DEBUG Found tickets for planetlab2.rdfrancetelecom.com
-2006-09-29 07:56:42,143 DEBUG Popping from q - planetlab1.eurecom.fr
-2006-09-29 07:56:42,163 DEBUG Found tickets for planetlab1.eurecom.fr
-2006-09-29 07:56:42,163 DEBUG Popping from q - planetlab1.cs.virginia.edu
-2006-09-29 07:56:44,721 DEBUG Popping from q - tju1.6planetlab.edu.cn
-2006-09-29 07:56:44,782 DEBUG Found tickets for tju1.6planetlab.edu.cn
-2006-09-29 07:56:44,783 DEBUG Popping from q - planetlab-3.amst.nodes.planet-lab.org
-2006-09-29 07:56:58,057 DEBUG Popping from q - planetlab2.iitr.ernet.in
-2006-09-29 07:57:11,043 DEBUG Popping from q - planetlab1.georgetown.edu
-2006-09-29 07:57:11,093 DEBUG Found tickets for planetlab1.georgetown.edu
-2006-09-29 07:57:11,094 DEBUG Popping from q - planet1.inf.tu-dresden.de
-2006-09-29 07:57:13,384 DEBUG Popping from q - alice.cs.princeton.edu
-2006-09-29 07:57:13,417 DEBUG Found tickets for alice.cs.princeton.edu
-2006-09-29 07:57:13,417 DEBUG Popping from q - planetlab02.erin.utoronto.ca
-2006-09-29 07:57:14,259 DEBUG Popping from q - planetlab-1.vuse.vanderbilt.edu
-2006-09-29 07:57:14,312 DEBUG Found tickets for planetlab-1.vuse.vanderbilt.edu
-2006-09-29 07:57:14,312 DEBUG Popping from q - planetlab3.uvic.ca
-2006-09-29 07:57:14,361 DEBUG Found tickets for planetlab3.uvic.ca
-2006-09-29 07:57:14,362 DEBUG Popping from q - scut2.6planetlab.edu.cn
-2006-09-29 07:57:14,365 DEBUG Found tickets for scut2.6planetlab.edu.cn
-2006-09-29 07:57:14,365 DEBUG Popping from q - planetlab1.swidnik.rd.tp.pl
-2006-09-29 07:57:14,387 DEBUG Found tickets for planetlab1.swidnik.rd.tp.pl
-2006-09-29 07:57:14,388 DEBUG Popping from q - planet2.cdacb.ernet.in
-2006-09-29 07:57:14,397 DEBUG Found tickets for planet2.cdacb.ernet.in
-2006-09-29 07:57:14,397 DEBUG Popping from q - planetlab1.rdfrancetelecom.com
-2006-09-29 07:57:14,407 DEBUG Found tickets for planetlab1.rdfrancetelecom.com
-2006-09-29 07:57:14,407 DEBUG Popping from q - planet2.inf.tu-dresden.de
-2006-09-29 07:57:24,738 DEBUG Popping from q - planet02.csc.ncsu.edu
-2006-09-29 07:57:33,640 DEBUG Popping from q - planetlab-1.tssg.org
-2006-09-29 07:57:33,672 DEBUG Found tickets for planetlab-1.tssg.org
-2006-09-29 07:57:33,672 DEBUG Popping from q - planetlab-2.vuse.vanderbilt.edu
-2006-09-29 07:57:33,692 DEBUG Found tickets for planetlab-2.vuse.vanderbilt.edu
-2006-09-29 07:57:33,693 DEBUG Popping from q - planetlab1.cri.haifa.ac.il
-2006-09-29 07:57:33,721 DEBUG Found tickets for planetlab1.cri.haifa.ac.il
-2006-09-29 07:57:33,722 DEBUG Popping from q - planetlab-11.cs.princeton.edu
-2006-09-29 07:57:34,154 DEBUG Popping from q - planet03.csc.ncsu.edu
-2006-09-29 07:57:39,583 DEBUG Popping from q - planetlab1.pop-rj.rnp.br
-2006-09-29 07:57:39,623 DEBUG Found tickets for planetlab1.pop-rj.rnp.br
-2006-09-29 07:57:39,623 DEBUG Popping from q - planet1.halifax.canet4.nodes.planet-lab.org
-2006-09-29 07:57:55,055 DEBUG Popping from q - planet1.cavite.nodes.planet-lab.org
-2006-09-29 07:58:04,417 DEBUG Popping from q - ds-pl3.technion.ac.il
-2006-09-29 07:58:04,449 DEBUG Found tickets for ds-pl3.technion.ac.il
-2006-09-29 07:58:04,450 DEBUG Popping from q - planetlab2.cs.purdue.edu
-2006-09-29 07:58:05,686 DEBUG Popping from q - planetlab3.millennium.berkeley.edu
-2006-09-29 07:58:06,047 DEBUG Popping from q - planetlab1.unl.edu
-2006-09-29 07:58:06,073 DEBUG Found tickets for planetlab1.unl.edu
-2006-09-29 07:58:06,073 DEBUG Popping from q - planetlab1.cs.colorado.edu
-2006-09-29 07:58:06,080 DEBUG Found tickets for planetlab1.cs.colorado.edu
-2006-09-29 07:58:06,081 DEBUG Popping from q - planetlab02.cs.washington.edu
-2006-09-29 07:58:06,102 DEBUG Found tickets for planetlab02.cs.washington.edu
-2006-09-29 07:58:06,102 DEBUG Popping from q - pads21.cs.nthu.edu.tw
-2006-09-29 07:58:15,276 DEBUG Popping from q - orbpl2.rutgers.edu
-2006-09-29 07:58:15,288 DEBUG Found tickets for orbpl2.rutgers.edu
-2006-09-29 07:58:15,288 DEBUG Popping from q - planetlab2.informatik.uni-erlangen.de
-2006-09-29 07:58:15,301 DEBUG Found tickets for planetlab2.informatik.uni-erlangen.de
-2006-09-29 07:58:15,301 DEBUG Popping from q - planetlab-01.ipv6.lip6.fr
-2006-09-29 07:58:15,322 DEBUG Found tickets for planetlab-01.ipv6.lip6.fr
-2006-09-29 07:58:15,322 DEBUG Popping from q - pl2.ernet.in
-2006-09-29 07:58:28,741 DEBUG Popping from q - neu2.6planetlab.edu.cn
-2006-09-29 07:58:34,256 DEBUG Popping from q - planetlab-2.cs.uni-paderborn.de
-2006-09-29 07:58:40,409 DEBUG Popping from q - planet5.cs.huji.ac.il
-2006-09-29 07:58:43,619 DEBUG Popping from q - planetlab1.elet.polimi.it
-2006-09-29 07:58:44,064 DEBUG Popping from q - planetlab2.iiitb.ac.in
-2006-09-29 07:59:05,504 DEBUG Popping from q - server1.planetlab.iit-tech.net
-2006-09-29 07:59:05,523 DEBUG Found tickets for server1.planetlab.iit-tech.net
-2006-09-29 07:59:05,523 DEBUG Popping from q - planetlab2.iitb.ac.in
-2006-09-29 07:59:05,553 DEBUG Found tickets for planetlab2.iitb.ac.in
-2006-09-29 07:59:05,553 DEBUG Popping from q - planetlab02.dis.unina.it
-2006-09-29 07:59:09,198 DEBUG Popping from q - planetlab-1.dis.uniroma1.it
-2006-09-29 07:59:11,431 DEBUG Popping from q - planetlab1.iitb.ac.in
-2006-09-29 07:59:11,470 DEBUG Found tickets for planetlab1.iitb.ac.in
-2006-09-29 07:59:11,470 DEBUG Popping from q - pku1.6planetlab.edu.cn
-2006-09-29 07:59:11,500 DEBUG Found tickets for pku1.6planetlab.edu.cn
-2006-09-29 07:59:11,500 DEBUG Popping from q - planetlab1.warsaw.rd.tp.pl
-2006-09-29 07:59:13,404 DEBUG Popping from q - planetlab1.cs.umass.edu
-2006-09-29 07:59:13,448 DEBUG Found tickets for planetlab1.cs.umass.edu
-2006-09-29 07:59:13,448 DEBUG Popping from q - planetlab-2.cs.ucy.ac.cy
-2006-09-29 07:59:15,503 DEBUG Popping from q - pl1.ernet.in
-2006-09-29 07:59:37,823 DEBUG Popping from q - planetlab2.georgetown.edu
-2006-09-29 07:59:37,855 DEBUG Found tickets for planetlab2.georgetown.edu
-2006-09-29 07:59:37,855 DEBUG Popping from q - server2.planetlab.iit-tech.net
-2006-09-29 07:59:37,901 DEBUG Found tickets for server2.planetlab.iit-tech.net
-2006-09-29 07:59:37,902 DEBUG Popping from q - planetlab2.di.unito.it
-2006-09-29 07:59:39,997 DEBUG Popping from q - planetlab1.csee.usf.edu
-2006-09-29 07:59:43,593 DEBUG Popping from q - planetlab-2.dis.uniroma1.it
-2006-09-29 07:59:46,158 DEBUG Popping from q - planetlab2.informatik.uni-kl.de
-2006-09-29 07:59:46,210 DEBUG Found tickets for planetlab2.informatik.uni-kl.de
-2006-09-29 07:59:46,210 DEBUG Popping from q - planet1.cs.rochester.edu
-2006-09-29 07:59:46,238 DEBUG Found tickets for planet1.cs.rochester.edu
-2006-09-29 07:59:46,238 DEBUG Popping from q - planetlab1.rutgers.edu
-2006-09-29 07:59:46,251 DEBUG Found tickets for planetlab1.rutgers.edu
-2006-09-29 07:59:46,251 DEBUG Popping from q - planetlab-2.ece.iastate.edu
-2006-09-29 07:59:49,680 DEBUG Popping from q - planetlab-1.sjce.nodes.planet-lab.org
-2006-09-29 07:59:49,712 DEBUG Found tickets for planetlab-1.sjce.nodes.planet-lab.org
-2006-09-29 07:59:49,712 DEBUG Popping from q - planetlab2.ece.ucdavis.edu
-2006-09-29 08:00:09,765 DEBUG Popping from q - planetlab1.ie.cuhk.edu.hk
-2006-09-29 08:00:09,767 DEBUG Popping from q - planetlab2lannion.elibel.tm.fr
-2006-09-29 08:00:09,794 DEBUG Found tickets for planetlab1.ie.cuhk.edu.hk
-2006-09-29 08:00:09,794 DEBUG Popping from q - planetlab01.mpi-sws.mpg.de
-2006-09-29 08:00:14,167 DEBUG Popping from q - planetlab2.cs.duke.edu
-2006-09-29 08:00:15,868 DEBUG Popping from q - planetlab1.rn.informatics.scitech.susx.ac.uk
-2006-09-29 08:00:15,898 DEBUG Found tickets for planetlab1.rn.informatics.scitech.susx.ac.uk
-2006-09-29 08:00:15,898 DEBUG Popping from q - planetlab1.eee.hku.hk
-2006-09-29 08:00:15,932 DEBUG Found tickets for planetlab1.eee.hku.hk
-2006-09-29 08:00:15,932 DEBUG Popping from q - pads23.cs.nthu.edu.tw
-2006-09-29 08:00:20,965 DEBUG Popping from q - planet2.halifax.canet4.nodes.planet-lab.org
-2006-09-29 08:00:20,996 DEBUG Found tickets for planet2.halifax.canet4.nodes.planet-lab.org
-2006-09-29 08:00:20,997 DEBUG Popping from q - planetlab-2.tssg.org
-2006-09-29 08:00:21,025 DEBUG Found tickets for planetlab-2.tssg.org
-2006-09-29 08:00:21,026 DEBUG Popping from q - 200-102-209-151.paemt7001.t.brasiltelecom.net.br
-2006-09-29 08:00:21,043 DEBUG Found tickets for 200-102-209-151.paemt7001.t.brasiltelecom.net.br
-2006-09-29 08:00:21,043 DEBUG Popping from q - cs-planetlab2.cs.surrey.sfu.ca
-2006-09-29 08:00:41,376 DEBUG Popping from q - planetlab2.poly.edu
-2006-09-29 08:00:41,794 DEBUG Popping from q - planetlab1.poly.edu
-2006-09-29 08:00:42,845 DEBUG Popping from q - planetlab2.net-research.org.uk
-2006-09-29 08:00:42,887 DEBUG Found tickets for planetlab2.net-research.org.uk
-2006-09-29 08:00:42,888 DEBUG Popping from q - planetlab-2.imperial.ac.uk
-2006-09-29 08:00:42,929 DEBUG Found tickets for planetlab-2.imperial.ac.uk
-2006-09-29 08:00:42,930 DEBUG Popping from q - planetlab-1.imperial.ac.uk
-2006-09-29 08:00:42,947 DEBUG Found tickets for planetlab-1.imperial.ac.uk
-2006-09-29 08:00:42,947 DEBUG Popping from q - planetlab1.byu.edu
-2006-09-29 08:00:50,823 DEBUG Popping from q - planetlab2.eee.hku.hk
-2006-09-29 08:01:02,721 DEBUG Found tickets for cs-planetlab2.cs.surrey.sfu.ca
-2006-09-29 08:02:42,404 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv
-2006-09-29 08:02:43,467 DEBUG Retrieved 705 hosts
-2006-09-29 08:02:43,474 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='drift%20%3E%201m'
-2006-09-29 08:02:43,605 DEBUG Retrieved 7 hosts
-2006-09-29 08:02:43,606 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='resptime%20%3E%200%20&&%20gbfree%20%3C%205'
-2006-09-29 08:02:43,745 DEBUG Retrieved 10 hosts
-2006-09-29 08:02:43,745 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='sshstatus%20%3E%202h'
-2006-09-29 08:02:44,092 DEBUG Retrieved 163 hosts
-2006-09-29 08:02:44,093 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='dns1udp%20%3E%2080%20&&%20dns2udp%20%3E%2080'
-2006-09-29 08:02:44,231 DEBUG Retrieved 6 hosts
-2006-09-29 08:02:44,231 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='filerw%3E0'
-2006-09-29 08:02:44,355 DEBUG Retrieved 1 hosts
-2006-09-29 08:02:44,357 DEBUG Popping from q - planetlab2.elet.polimi.it
-2006-09-29 08:02:44,358 DEBUG Popping from q - pli1-br-3.hpl.hp.com
-2006-09-29 08:02:44,359 DEBUG Popping from q - planetlab2.nbgisp.com
-2006-09-29 08:02:44,360 DEBUG Popping from q - planetlab1.cs.stir.ac.uk
-2006-09-29 08:02:44,361 DEBUG Popping from q - planetlab1.cse.msu.edu
-2006-09-29 08:02:44,363 DEBUG Popping from q - planetlab0.cs.stir.ac.uk
-2006-09-29 08:02:44,364 DEBUG Found tickets for pli1-br-3.hpl.hp.com
-2006-09-29 08:02:44,364 DEBUG Popping from q - planetlab1.informatik.uni-erlangen.de
-2006-09-29 08:02:44,366 DEBUG Popping from q - planetlab1.cs.purdue.edu
-2006-09-29 08:02:44,367 DEBUG Found tickets for planetlab1.cse.msu.edu
-2006-09-29 08:02:44,367 DEBUG Popping from q - planetlab1.een.orst.edu
-2006-09-29 08:02:44,368 DEBUG Popping from q - planetlab2.cs.columbia.edu
-2006-09-29 08:02:44,370 DEBUG Popping from q - planetlab1.win.trlabs.ca
-2006-09-29 08:02:44,372 DEBUG Popping from q - planetlab1.cs.duke.edu
-2006-09-29 08:02:44,373 DEBUG Found tickets for planetlab1.cs.purdue.edu
-2006-09-29 08:02:44,373 DEBUG Popping from q - planetlab2.flux.utah.edu
-2006-09-29 08:02:44,374 DEBUG Popping from q - planetlab3.cs.columbia.edu
-2006-09-29 08:02:44,375 DEBUG Popping from q - planetlab1.cs.columbia.edu
-2006-09-29 08:02:44,378 DEBUG Popping from q - planetlab3.flux.utah.edu
-2006-09-29 08:02:44,379 DEBUG Popping from q - planetlab-1.eecs.cwru.edu
-2006-09-29 08:02:44,380 DEBUG Popping from q - planetlab2.rutgers.edu
-2006-09-29 08:02:44,381 DEBUG Popping from q - vn3.cs.wustl.edu
-2006-09-29 08:02:44,383 DEBUG Popping from q - planetlab2.cri.haifa.ac.il
-2006-09-29 08:02:44,385 DEBUG Popping from q - soccf-planet-001.comp.nus.edu.sg
-2006-09-29 08:02:44,386 DEBUG Found tickets for planetlab2.rutgers.edu
-2006-09-29 08:02:44,386 DEBUG Popping from q - planetlab01.cse.psu.edu
-2006-09-29 08:02:44,387 DEBUG Popping from q - csu2.6planetlab.edu.cn
-2006-09-29 08:02:44,388 DEBUG Found tickets for vn3.cs.wustl.edu
-2006-09-29 08:02:44,388 DEBUG Popping from q - planet2.njit.edu
-2006-09-29 08:02:44,390 DEBUG Found tickets for planetlab2.cri.haifa.ac.il
-2006-09-29 08:02:44,391 DEBUG Popping from q - planetlab2.unl.edu
-2006-09-29 08:02:44,392 DEBUG Found tickets for soccf-planet-001.comp.nus.edu.sg
-2006-09-29 08:02:44,392 DEBUG Popping from q - planetlab1.cs.pitt.edu
-2006-09-29 08:02:44,393 DEBUG Popping from q - planetlab-2.eecs.cwru.edu
-2006-09-29 08:02:44,395 DEBUG Found tickets for planet2.njit.edu
-2006-09-29 08:02:44,395 DEBUG Popping from q - planetlab2.urv.net
-2006-09-29 08:02:44,396 DEBUG Found tickets for csu2.6planetlab.edu.cn
-2006-09-29 08:02:44,397 DEBUG Popping from q - planetlab7.csail.mit.edu
-2006-09-29 08:02:44,398 DEBUG Popping from q - buaa1.6planetlab.edu.cn
-2006-09-29 08:02:44,400 DEBUG Popping from q - ricepl-3.cs.rice.edu
-2006-09-29 08:02:44,401 DEBUG Popping from q - planet-lab-1.csse.monash.edu.au
-2006-09-29 08:02:44,402 DEBUG Popping from q - planetlab5.millennium.berkeley.edu
-2006-09-29 08:02:44,404 DEBUG Found tickets for buaa1.6planetlab.edu.cn
-2006-09-29 08:02:44,405 DEBUG Popping from q - planetlab1.pop-ce.rnp.br
-2006-09-29 08:02:44,403 DEBUG Found tickets for planetlab7.csail.mit.edu
-2006-09-29 08:02:44,406 DEBUG Popping from q - planetlab2.mnlab.cti.depaul.edu
-2006-09-29 08:02:44,407 DEBUG Popping from q - peace.ri.uni-tuebingen.de
-2006-09-29 08:02:44,408 DEBUG Popping from q - planetlab-8.cs.princeton.edu
-2006-09-29 08:02:44,410 DEBUG Popping from q - planetlab2.ucsd.edu
-2006-09-29 08:02:44,412 DEBUG Found tickets for planetlab1.pop-ce.rnp.br
-2006-09-29 08:02:44,412 DEBUG Popping from q - blast.uwaterloo.ca
-2006-09-29 08:02:44,413 DEBUG Popping from q - planetlab1.cs.wayne.edu
-2006-09-29 08:02:44,414 DEBUG Found tickets for planetlab2.mnlab.cti.depaul.edu
-2006-09-29 08:02:44,415 DEBUG Popping from q - pli1-br-3.hpl.hp.com
-2006-09-29 08:02:44,416 DEBUG Found tickets for planetlab2.ucsd.edu
-2006-09-29 08:02:44,417 DEBUG Popping from q - planetlab2.eurecom.fr
-2006-09-29 08:02:44,418 DEBUG Found tickets for planetlab-8.cs.princeton.edu
-2006-09-29 08:02:44,418 DEBUG Popping from q - planetlab1.di.unito.it
-2006-09-29 08:02:44,420 DEBUG Found tickets for blast.uwaterloo.ca
-2006-09-29 08:02:44,420 DEBUG Popping from q - planetlab2.simula.no
-2006-09-29 08:02:44,421 DEBUG Found tickets for pli1-br-3.hpl.hp.com
-2006-09-29 08:02:44,422 DEBUG Popping from q - planetlab01.dis.unina.it
-2006-09-29 08:02:44,423 DEBUG Popping from q - planetlab1.flux.utah.edu
-2006-09-29 08:02:44,424 DEBUG Found tickets for planetlab1.cs.wayne.edu
-2006-09-29 08:02:44,425 DEBUG Popping from q - planetlab-1.ece.iastate.edu
-2006-09-29 08:02:44,426 DEBUG Popping from q - sdu1.6planetlab.edu.cn
-2006-09-29 08:02:44,428 DEBUG Popping from q - planetlab4.upc.es
-2006-09-29 08:02:44,429 DEBUG Found tickets for planetlab1.di.unito.it
-2006-09-29 08:02:44,429 DEBUG Popping from q - planetlab-13.cs.princeton.edu
-2006-09-29 08:02:44,430 DEBUG Found tickets for planetlab-1.ece.iastate.edu
-2006-09-29 08:02:44,431 DEBUG Popping from q - planet1.cc.gt.atl.ga.us
-2006-09-29 08:02:44,432 DEBUG Popping from q - planetlab2.eecs.wsu.edu
-2006-09-29 08:02:44,434 DEBUG Found tickets for sdu1.6planetlab.edu.cn
-2006-09-29 08:02:44,434 DEBUG Popping from q - planet2.cs.ucsb.edu
-2006-09-29 08:02:44,435 DEBUG Popping from q - xjtu2.6planetlab.edu.cn
-2006-09-29 08:02:44,437 DEBUG Found tickets for planetlab-13.cs.princeton.edu
-2006-09-29 08:02:44,437 DEBUG Popping from q - planetlab3.upc.es
-2006-09-29 08:02:44,438 DEBUG Popping from q - planetlab2.cs.umass.edu
-2006-09-29 08:02:44,439 DEBUG Popping from q - node1.lbnl.nodes.planet-lab.org
-2006-09-29 08:02:44,441 DEBUG Found tickets for planet2.cs.ucsb.edu
-2006-09-29 08:02:44,441 DEBUG Popping from q - planetlab1.iitr.ernet.in
-2006-09-29 08:02:44,443 DEBUG Popping from q - planetlab1.ipls.internet2.planet-lab.org
-2006-09-29 08:02:44,444 DEBUG Popping from q - planetlab2.uvic.ca
-2006-09-29 08:02:44,445 DEBUG Popping from q - planetlab01.erin.utoronto.ca
-2006-09-29 08:02:44,447 DEBUG Popping from q - planetlab-4.ece.iastate.edu
-2006-09-29 08:02:44,448 DEBUG Popping from q - planetlab2.informatik.uni-goettingen.de
-2006-09-29 08:02:44,449 DEBUG Popping from q - ds-pl1.technion.ac.il
-2006-09-29 08:02:44,451 DEBUG Found tickets for planetlab2.uvic.ca
-2006-09-29 08:02:44,451 DEBUG Popping from q - planetlab1.mnl.cs.sunysb.edu
-2006-09-29 08:02:44,453 DEBUG Popping from q - aladdin.planetlab.extranet.uni-passau.de
-2006-09-29 08:02:44,454 DEBUG Found tickets for planetlab-4.ece.iastate.edu
-2006-09-29 08:02:44,454 DEBUG Popping from q - planetlab-1.cs.uni-paderborn.de
-2006-09-29 08:02:44,456 DEBUG Popping from q - planet1.njit.edu
-2006-09-29 08:02:44,457 DEBUG Found tickets for planetlab2.informatik.uni-goettingen.de
-2006-09-29 08:02:44,457 DEBUG Popping from q - pku2.6planetlab.edu.cn
-2006-09-29 08:02:44,458 DEBUG Found tickets for planetlab1.mnl.cs.sunysb.edu
-2006-09-29 08:02:44,459 DEBUG Popping from q - planetlab-1.cs.ucy.ac.cy
-2006-09-29 08:02:44,460 DEBUG Popping from q - planetlab00.cse.psu.edu
-2006-09-29 08:02:44,462 DEBUG Popping from q - planetlab04.ethz.ch
-2006-09-29 08:02:44,463 DEBUG Popping from q - sdu2.6planetlab.edu.cn
-2006-09-29 08:02:44,464 DEBUG Popping from q - planet-lab.iki.rssi.ru
-2006-09-29 08:02:44,466 DEBUG Popping from q - planetlab1.polito.it
-2006-09-29 08:02:44,467 DEBUG Popping from q - planetlab1.uvic.ca
-2006-09-29 08:02:44,469 DEBUG Found tickets for planetlab04.ethz.ch
-2006-09-29 08:02:44,469 DEBUG Popping from q - planetlab1.cs.byu.edu
-2006-09-29 08:02:44,471 DEBUG Found tickets for sdu2.6planetlab.edu.cn
-2006-09-29 08:02:44,471 DEBUG Popping from q - planetlab-1.amst.nodes.planet-lab.org
-2006-09-29 08:02:44,472 DEBUG Found tickets for planetlab1.polito.it
-2006-09-29 08:02:44,473 DEBUG Popping from q - cloudburst.uwaterloo.ca
-2006-09-29 08:02:44,474 DEBUG Found tickets for planetlab1.uvic.ca
-2006-09-29 08:02:44,474 DEBUG Popping from q - planet2.cs.rochester.edu
-2006-09-29 08:02:44,475 DEBUG Found tickets for planet-lab.iki.rssi.ru
-2006-09-29 08:02:44,475 DEBUG Popping from q - planetlab1.xeno.cl.cam.ac.uk
-2006-09-29 08:02:44,477 DEBUG Found tickets for cloudburst.uwaterloo.ca
-2006-09-29 08:02:44,479 DEBUG Popping from q - planetlab1.ias.csusb.edu
-2006-09-29 08:02:44,480 DEBUG Popping from q - vayu.iitd.ernet.in
-2006-09-29 08:02:44,478 DEBUG Popping from q - lycra.cs.princeton.edu
-2006-09-29 08:02:44,478 DEBUG Popping from q - planetlab06.mpi-sws.mpg.de
-2006-09-29 08:02:44,479 DEBUG Found tickets for planet2.cs.rochester.edu
-2006-09-29 08:02:44,483 DEBUG Popping from q - node2.lbnl.nodes.planet-lab.org
-2006-09-29 08:02:44,485 DEBUG Found tickets for planetlab1.ias.csusb.edu
-2006-09-29 08:02:44,485 DEBUG Popping from q - planetlab2.cs.byu.edu
-2006-09-29 08:02:44,486 DEBUG Popping from q - cqu1.6planetlab.edu.cn
-2006-09-29 08:02:44,487 DEBUG Found tickets for lycra.cs.princeton.edu
-2006-09-29 08:02:44,487 DEBUG Popping from q - planetlab2.acis.ufl.edu
-2006-09-29 08:02:44,489 DEBUG Popping from q - planetlab1.cs.unibo.it
-2006-09-29 08:02:44,491 DEBUG Popping from q - tju2.6planetlab.edu.cn
-2006-09-29 08:02:44,492 DEBUG Found tickets for cqu1.6planetlab.edu.cn
-2006-09-29 08:02:44,493 DEBUG Popping from q - orbpl1.rutgers.edu
-2006-09-29 08:02:44,494 DEBUG Found tickets for planetlab2.acis.ufl.edu
-2006-09-29 08:02:44,494 DEBUG Popping from q - ent1.cs.nccu.edu.tw
-2006-09-29 08:02:44,495 DEBUG Found tickets for planetlab1.cs.unibo.it
-2006-09-29 08:02:44,495 DEBUG Popping from q - planet0.jaist.ac.jp
-2006-09-29 08:02:44,498 DEBUG Found tickets for planet0.jaist.ac.jp
-2006-09-29 08:02:44,498 DEBUG Popping from q - planetlab1.informatik.uni-wuerzburg.de
-2006-09-29 08:02:44,499 DEBUG Found tickets for tju2.6planetlab.edu.cn
-2006-09-29 08:02:44,499 DEBUG Popping from q - planetlab3.warsaw.rd.tp.pl
-2006-09-29 08:02:44,500 DEBUG Found tickets for orbpl1.rutgers.edu
-2006-09-29 08:02:44,501 DEBUG Popping from q - planetlab0.ias.csusb.edu
-2006-09-29 08:02:44,503 DEBUG Popping from q - planetlab-2.amst.nodes.planet-lab.org
-2006-09-29 08:02:44,504 DEBUG Found tickets for ent1.cs.nccu.edu.tw
-2006-09-29 08:02:44,505 DEBUG Found tickets for planetlab0.ias.csusb.edu
-2006-09-29 08:02:44,505 DEBUG Popping from q - 200-102-209-152.paemt7001.t.brasiltelecom.net.br
-2006-09-29 08:02:44,504 DEBUG Popping from q - planetlab3.inria.fr
-2006-09-29 08:02:44,507 DEBUG Found tickets for planetlab1.informatik.uni-wuerzburg.de
-2006-09-29 08:02:44,507 DEBUG Popping from q - planetlab3.mnl.cs.sunysb.edu
-2006-09-29 08:02:44,509 DEBUG Popping from q - planetlab-15.cs.princeton.edu
-2006-09-29 08:02:44,510 DEBUG Found tickets for 200-102-209-152.paemt7001.t.brasiltelecom.net.br
-2006-09-29 08:02:44,511 DEBUG Popping from q - ent2.cs.nccu.edu.tw
-2006-09-29 08:02:44,512 DEBUG Popping from q - planet-lab-2.csse.monash.edu.au
-2006-09-29 08:02:44,514 DEBUG Popping from q - planet1.ecse.rpi.edu
-2006-09-29 08:02:44,515 DEBUG Found tickets for ent2.cs.nccu.edu.tw
-2006-09-29 08:02:44,515 DEBUG Popping from q - planetlab2.pop-mg.rnp.br
-2006-09-29 08:02:44,517 DEBUG Popping from q - planetlab-2.unk.edu
-2006-09-29 08:02:44,518 DEBUG Found tickets for planet-lab-2.csse.monash.edu.au
-2006-09-29 08:02:44,519 DEBUG Popping from q - planetlab2.rdfrancetelecom.com
-2006-09-29 08:02:44,521 DEBUG Found tickets for planet1.ecse.rpi.edu
-2006-09-29 08:02:44,521 DEBUG Popping from q - planetlab1.eurecom.fr
-2006-09-29 08:02:44,522 DEBUG Popping from q - planetlab1.cs.virginia.edu
-2006-09-29 08:02:44,523 DEBUG Found tickets for planetlab2.pop-mg.rnp.br
-2006-09-29 08:02:44,524 DEBUG Popping from q - tju1.6planetlab.edu.cn
-2006-09-29 08:02:44,524 DEBUG Found tickets for planetlab2.rdfrancetelecom.com
-2006-09-29 08:02:44,525 DEBUG Popping from q - planetlab-3.amst.nodes.planet-lab.org
-2006-09-29 08:02:44,527 DEBUG Found tickets for planetlab1.eurecom.fr
-2006-09-29 08:02:44,527 DEBUG Popping from q - planetlab2.iitr.ernet.in
-2006-09-29 08:02:44,529 DEBUG Popping from q - planetlab1.georgetown.edu
-2006-09-29 08:02:44,530 DEBUG Found tickets for tju1.6planetlab.edu.cn
-2006-09-29 08:02:44,530 DEBUG Popping from q - planet1.inf.tu-dresden.de
-2006-09-29 08:02:44,531 DEBUG Popping from q - alice.cs.princeton.edu
-2006-09-29 08:02:44,533 DEBUG Found tickets for planetlab1.georgetown.edu
-2006-09-29 08:02:44,534 DEBUG Popping from q - planetlab02.erin.utoronto.ca
-2006-09-29 08:02:44,535 DEBUG Popping from q - planetlab-1.vuse.vanderbilt.edu
-2006-09-29 08:02:44,536 DEBUG Popping from q - planetlab3.uvic.ca
-2006-09-29 08:02:44,537 DEBUG Found tickets for alice.cs.princeton.edu
-2006-09-29 08:02:44,537 DEBUG Popping from q - scut2.6planetlab.edu.cn
-2006-09-29 08:02:44,539 DEBUG Popping from q - planetlab1.swidnik.rd.tp.pl
-2006-09-29 08:02:44,541 DEBUG Found tickets for planetlab-1.vuse.vanderbilt.edu
-2006-09-29 08:02:44,541 DEBUG Popping from q - planet2.cdacb.ernet.in
-2006-09-29 08:02:44,543 DEBUG Found tickets for planetlab3.uvic.ca
-2006-09-29 08:02:44,543 DEBUG Popping from q - planetlab1.rdfrancetelecom.com
-2006-09-29 08:02:44,544 DEBUG Found tickets for scut2.6planetlab.edu.cn
-2006-09-29 08:02:44,545 DEBUG Popping from q - planet2.inf.tu-dresden.de
-2006-09-29 08:02:44,546 DEBUG Found tickets for planetlab1.swidnik.rd.tp.pl
-2006-09-29 08:02:44,547 DEBUG Popping from q - planet02.csc.ncsu.edu
-2006-09-29 08:02:44,548 DEBUG Found tickets for planet2.cdacb.ernet.in
-2006-09-29 08:02:44,548 DEBUG Popping from q - planetlab-1.tssg.org
-2006-09-29 08:02:44,549 DEBUG Popping from q - planetlab-2.vuse.vanderbilt.edu
-2006-09-29 08:02:44,551 DEBUG Found tickets for planetlab1.rdfrancetelecom.com
-2006-09-29 08:02:44,551 DEBUG Popping from q - planetlab1.cri.haifa.ac.il
-2006-09-29 08:02:44,553 DEBUG Popping from q - planetlab-11.cs.princeton.edu
-2006-09-29 08:02:44,555 DEBUG Found tickets for planetlab-1.tssg.org
-2006-09-29 08:02:44,555 DEBUG Popping from q - planet03.csc.ncsu.edu
-2006-09-29 08:02:44,556 DEBUG Found tickets for planetlab1.cri.haifa.ac.il
-2006-09-29 08:02:44,557 DEBUG Popping from q - planetlab1.pop-rj.rnp.br
-2006-09-29 08:02:44,558 DEBUG Found tickets for planetlab-2.vuse.vanderbilt.edu
-2006-09-29 08:02:44,558 DEBUG Popping from q - planet1.halifax.canet4.nodes.planet-lab.org
-2006-09-29 08:02:44,559 DEBUG Popping from q - planet1.cavite.nodes.planet-lab.org
-2006-09-29 08:02:44,561 DEBUG Found tickets for planetlab1.pop-rj.rnp.br
-2006-09-29 08:02:44,562 DEBUG Popping from q - ds-pl3.technion.ac.il
-2006-09-29 08:02:44,563 DEBUG Popping from q - planetlab2.cs.purdue.edu
-2006-09-29 08:02:44,565 DEBUG Found tickets for ds-pl3.technion.ac.il
-2006-09-29 08:02:44,565 DEBUG Popping from q - planetlab1.unl.edu
-2006-09-29 08:02:44,566 DEBUG Popping from q - planetlab1.cs.colorado.edu
-2006-09-29 08:02:44,564 DEBUG Popping from q - planetlab3.millennium.berkeley.edu
-2006-09-29 08:02:44,569 DEBUG Found tickets for planetlab1.unl.edu
-2006-09-29 08:02:44,569 DEBUG Popping from q - planetlab02.cs.washington.edu
-2006-09-29 08:02:44,570 DEBUG Popping from q - pads21.cs.nthu.edu.tw
-2006-09-29 08:02:44,572 DEBUG Found tickets for planetlab1.cs.colorado.edu
-2006-09-29 08:02:44,572 DEBUG Popping from q - orbpl2.rutgers.edu
-2006-09-29 08:02:44,573 DEBUG Popping from q - planetlab2.informatik.uni-erlangen.de
-2006-09-29 08:02:44,575 DEBUG Found tickets for orbpl2.rutgers.edu
-2006-09-29 08:02:44,576 DEBUG Popping from q - planetlab-01.ipv6.lip6.fr
-2006-09-29 08:02:44,577 DEBUG Popping from q - pl2.ernet.in
-2006-09-29 08:02:44,578 DEBUG Found tickets for planetlab2.informatik.uni-erlangen.de
-2006-09-29 08:02:44,579 DEBUG Popping from q - neu2.6planetlab.edu.cn
-2006-09-29 08:02:44,580 DEBUG Found tickets for planetlab02.cs.washington.edu
-2006-09-29 08:02:44,580 DEBUG Popping from q - planetlab-2.cs.uni-paderborn.de
-2006-09-29 08:02:44,581 DEBUG Found tickets for planetlab-01.ipv6.lip6.fr
-2006-09-29 08:02:44,582 DEBUG Popping from q - planet5.cs.huji.ac.il
-2006-09-29 08:02:44,583 DEBUG Popping from q - planetlab1.elet.polimi.it
-2006-09-29 08:02:44,585 DEBUG Popping from q - planetlab2.iiitb.ac.in
-2006-09-29 08:02:44,587 DEBUG Popping from q - server1.planetlab.iit-tech.net
-2006-09-29 08:02:44,588 DEBUG Popping from q - planetlab2.iitb.ac.in
-2006-09-29 08:02:44,589 DEBUG Popping from q - planetlab02.dis.unina.it
-2006-09-29 08:02:44,591 DEBUG Popping from q - planetlab-1.dis.uniroma1.it
-2006-09-29 08:02:44,593 DEBUG Found tickets for server1.planetlab.iit-tech.net
-2006-09-29 08:02:44,593 DEBUG Popping from q - planetlab1.iitb.ac.in
-2006-09-29 08:02:44,594 DEBUG Found tickets for planetlab2.iitb.ac.in
-2006-09-29 08:02:44,595 DEBUG Popping from q - pku1.6planetlab.edu.cn
-2006-09-29 08:02:44,596 DEBUG Popping from q - planetlab1.warsaw.rd.tp.pl
-2006-09-29 08:02:44,598 DEBUG Found tickets for pku1.6planetlab.edu.cn
-2006-09-29 08:02:44,599 DEBUG Popping from q - planetlab-2.cs.ucy.ac.cy
-2006-09-29 08:02:44,600 DEBUG Popping from q - pl1.ernet.in
-2006-09-29 08:02:44,598 DEBUG Popping from q - planetlab1.cs.umass.edu
-2006-09-29 08:02:44,602 DEBUG Found tickets for planetlab1.iitb.ac.in
-2006-09-29 08:02:44,602 DEBUG Popping from q - planetlab2.georgetown.edu
-2006-09-29 08:02:44,603 DEBUG Popping from q - server2.planetlab.iit-tech.net
-2006-09-29 08:02:44,605 DEBUG Popping from q - planetlab2.di.unito.it
-2006-09-29 08:02:44,607 DEBUG Found tickets for planetlab1.cs.umass.edu
-2006-09-29 08:02:44,607 DEBUG Popping from q - planetlab1.csee.usf.edu
-2006-09-29 08:02:44,608 DEBUG Found tickets for planetlab2.georgetown.edu
-2006-09-29 08:02:44,609 DEBUG Popping from q - planetlab-2.dis.uniroma1.it
-2006-09-29 08:02:44,611 DEBUG Popping from q - planetlab2.informatik.uni-kl.de
-2006-09-29 08:02:44,612 DEBUG Popping from q - planet1.cs.rochester.edu
-2006-09-29 08:02:44,613 DEBUG Found tickets for server2.planetlab.iit-tech.net
-2006-09-29 08:02:44,614 DEBUG Popping from q - planetlab1.rutgers.edu
-2006-09-29 08:02:44,615 DEBUG Popping from q - planetlab-2.ece.iastate.edu
-2006-09-29 08:02:44,617 DEBUG Found tickets for planet1.cs.rochester.edu
-2006-09-29 08:02:44,617 DEBUG Popping from q - planetlab-1.sjce.nodes.planet-lab.org
-2006-09-29 08:02:44,618 DEBUG Found tickets for planetlab1.rutgers.edu
-2006-09-29 08:02:44,619 DEBUG Popping from q - planetlab2.ece.ucdavis.edu
-2006-09-29 08:02:44,620 DEBUG Found tickets for planetlab2.informatik.uni-kl.de
-2006-09-29 08:02:44,620 DEBUG Popping from q - planetlab1.ie.cuhk.edu.hk
-2006-09-29 08:02:44,623 DEBUG Popping from q - planetlab2lannion.elibel.tm.fr
-2006-09-29 08:02:44,625 DEBUG Found tickets for planetlab-1.sjce.nodes.planet-lab.org
-2006-09-29 08:02:44,625 DEBUG Popping from q - planetlab01.mpi-sws.mpg.de
-2006-09-29 08:02:44,626 DEBUG Popping from q - planetlab2.cs.duke.edu
-2006-09-29 08:02:44,627 DEBUG Popping from q - planetlab1.rn.informatics.scitech.susx.ac.uk
-2006-09-29 08:02:44,629 DEBUG Found tickets for planetlab1.ie.cuhk.edu.hk
-2006-09-29 08:02:44,630 DEBUG Popping from q - planetlab1.eee.hku.hk
-2006-09-29 08:02:44,631 DEBUG Popping from q - pads23.cs.nthu.edu.tw
-2006-09-29 08:02:44,633 DEBUG Popping from q - planet2.halifax.canet4.nodes.planet-lab.org
-2006-09-29 08:02:44,634 DEBUG Found tickets for planetlab1.rn.informatics.scitech.susx.ac.uk
-2006-09-29 08:02:44,635 DEBUG Popping from q - planetlab-2.tssg.org
-2006-09-29 08:02:44,635 DEBUG Found tickets for planet2.halifax.canet4.nodes.planet-lab.org
-2006-09-29 08:02:44,636 DEBUG Popping from q - 200-102-209-151.paemt7001.t.brasiltelecom.net.br
-2006-09-29 08:02:44,637 DEBUG Found tickets for planetlab1.eee.hku.hk
-2006-09-29 08:02:44,637 DEBUG Popping from q - planetlab2.poly.edu
-2006-09-29 08:02:44,639 DEBUG Popping from q - planetlab1.poly.edu
-2006-09-29 08:02:44,641 DEBUG Found tickets for planetlab-2.tssg.org
-2006-09-29 08:02:44,641 DEBUG Popping from q - planetlab2.net-research.org.uk
-2006-09-29 08:02:44,643 DEBUG Popping from q - planetlab-2.imperial.ac.uk
-2006-09-29 08:02:44,644 DEBUG Popping from q - planetlab-1.imperial.ac.uk
-2006-09-29 08:02:44,646 DEBUG Found tickets for 200-102-209-151.paemt7001.t.brasiltelecom.net.br
-2006-09-29 08:02:44,646 DEBUG Popping from q - planetlab1.byu.edu
-2006-09-29 08:02:44,647 DEBUG Found tickets for planetlab2.net-research.org.uk
-2006-09-29 08:02:44,648 DEBUG Popping from q - planetlab2.eee.hku.hk
-2006-09-29 08:02:44,650 DEBUG Found tickets for planetlab-1.imperial.ac.uk
-2006-09-29 08:02:44,650 DEBUG Found tickets for planetlab-2.imperial.ac.uk
-2006-09-29 08:22:44,198 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv
-2006-09-29 08:22:45,445 DEBUG Retrieved 705 hosts
-2006-09-29 08:22:45,451 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='drift%20%3E%201m'
-2006-09-29 08:22:45,588 DEBUG Retrieved 9 hosts
-2006-09-29 08:22:45,588 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='resptime%20%3E%200%20&&%20gbfree%20%3C%205'
-2006-09-29 08:22:45,724 DEBUG Retrieved 10 hosts
-2006-09-29 08:22:45,724 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='sshstatus%20%3E%202h'
-2006-09-29 08:22:46,071 DEBUG Retrieved 163 hosts
-2006-09-29 08:22:46,072 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='dns1udp%20%3E%2080%20&&%20dns2udp%20%3E%2080'
-2006-09-29 08:22:46,204 DEBUG Retrieved 6 hosts
-2006-09-29 08:22:46,204 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='filerw%3E0'
-2006-09-29 08:22:46,326 DEBUG Retrieved 1 hosts
-2006-09-29 08:22:46,329 DEBUG Popping from q - planetlab2.elet.polimi.it
-2006-09-29 08:22:46,330 DEBUG Popping from q - pli1-br-3.hpl.hp.com
-2006-09-29 08:22:46,331 DEBUG Popping from q - planetlab2.nbgisp.com
-2006-09-29 08:22:46,332 DEBUG Popping from q - planetlab2.cs.duke.edu
-2006-09-29 08:22:46,333 DEBUG Popping from q - planetlab1.cs.stir.ac.uk
-2006-09-29 08:22:46,334 DEBUG Popping from q - planetlab1.cse.msu.edu
-2006-09-29 08:22:46,336 DEBUG Popping from q - planetlab2.cse.msu.edu
-2006-09-29 08:22:46,337 DEBUG Popping from q - planetlab0.cs.stir.ac.uk
-2006-09-29 08:22:46,339 DEBUG Popping from q - planetlab1.informatik.uni-erlangen.de
-2006-09-29 08:22:46,339 DEBUG Found tickets for pli1-br-3.hpl.hp.com
-2006-09-29 08:22:46,341 DEBUG Popping from q - planetlab1.cs.purdue.edu
-2006-09-29 08:22:46,342 DEBUG Found tickets for planetlab1.cse.msu.edu
-2006-09-29 08:22:46,342 DEBUG Popping from q - planetlab1.een.orst.edu
-2006-09-29 08:22:46,343 DEBUG Found tickets for planetlab2.cse.msu.edu
-2006-09-29 08:22:46,344 DEBUG Popping from q - planetlab2.cs.columbia.edu
-2006-09-29 08:22:46,345 DEBUG Popping from q - planetlab1.win.trlabs.ca
-2006-09-29 08:22:46,347 DEBUG Popping from q - planetlab1.cs.duke.edu
-2006-09-29 08:22:46,348 DEBUG Found tickets for planetlab1.cs.purdue.edu
-2006-09-29 08:22:46,348 DEBUG Popping from q - planetlab2.flux.utah.edu
-2006-09-29 08:22:46,350 DEBUG Popping from q - planetlab3.cs.columbia.edu
-2006-09-29 08:22:46,351 DEBUG Popping from q - planetlab1.cs.columbia.edu
-2006-09-29 08:22:46,352 DEBUG Popping from q - planetlab3.flux.utah.edu
-2006-09-29 08:22:46,353 DEBUG Popping from q - planetlab-1.eecs.cwru.edu
-2006-09-29 08:22:46,355 DEBUG Popping from q - planetlab2.rutgers.edu
-2006-09-29 08:22:46,357 DEBUG Popping from q - vn3.cs.wustl.edu
-2006-09-29 08:22:46,358 DEBUG Popping from q - planetlab2.cri.haifa.ac.il
-2006-09-29 08:22:46,360 DEBUG Popping from q - soccf-planet-001.comp.nus.edu.sg
-2006-09-29 08:22:46,361 DEBUG Popping from q - planetlab01.cse.psu.edu
-2006-09-29 08:22:46,362 DEBUG Found tickets for planetlab2.rutgers.edu
-2006-09-29 08:22:46,363 DEBUG Popping from q - csu2.6planetlab.edu.cn
-2006-09-29 08:22:46,364 DEBUG Found tickets for vn3.cs.wustl.edu
-2006-09-29 08:22:46,364 DEBUG Popping from q - planet2.njit.edu
-2006-09-29 08:22:46,365 DEBUG Found tickets for planetlab2.cri.haifa.ac.il
-2006-09-29 08:22:46,366 DEBUG Popping from q - planetlab2.unl.edu
-2006-09-29 08:22:46,367 DEBUG Popping from q - planetlab1.cs.pitt.edu
-2006-09-29 08:22:46,368 DEBUG Found tickets for csu2.6planetlab.edu.cn
-2006-09-29 08:22:46,369 DEBUG Popping from q - planetlab-2.eecs.cwru.edu
-2006-09-29 08:22:46,370 DEBUG Found tickets for soccf-planet-001.comp.nus.edu.sg
-2006-09-29 08:22:46,370 DEBUG Popping from q - planetlab2.urv.net
-2006-09-29 08:22:46,372 DEBUG Popping from q - planetlab7.csail.mit.edu
-2006-09-29 08:22:46,373 DEBUG Found tickets for planet2.njit.edu
-2006-09-29 08:22:46,373 DEBUG Popping from q - buaa1.6planetlab.edu.cn
-2006-09-29 08:22:46,375 DEBUG Popping from q - ricepl-3.cs.rice.edu
-2006-09-29 08:22:46,376 DEBUG Popping from q - planet-lab-1.csse.monash.edu.au
-2006-09-29 08:22:46,378 DEBUG Found tickets for buaa1.6planetlab.edu.cn
-2006-09-29 08:22:46,378 DEBUG Popping from q - planetlab5.millennium.berkeley.edu
-2006-09-29 08:22:46,379 DEBUG Found tickets for planetlab7.csail.mit.edu
-2006-09-29 08:22:46,380 DEBUG Popping from q - planetlab1.pop-ce.rnp.br
-2006-09-29 08:22:46,380 DEBUG Popping from q - planetlab2.mnlab.cti.depaul.edu
-2006-09-29 08:22:46,382 DEBUG Popping from q - peace.ri.uni-tuebingen.de
-2006-09-29 08:22:46,383 DEBUG Popping from q - planetlab-8.cs.princeton.edu
-2006-09-29 08:22:46,385 DEBUG Popping from q - planetlab2.ucsd.edu
-2006-09-29 08:22:46,386 DEBUG Found tickets for planetlab2.mnlab.cti.depaul.edu
-2006-09-29 08:22:46,387 DEBUG Popping from q - blast.uwaterloo.ca
-2006-09-29 08:22:46,388 DEBUG Found tickets for planetlab-8.cs.princeton.edu
-2006-09-29 08:22:46,388 DEBUG Popping from q - planetlab1.cs.wayne.edu
-2006-09-29 08:22:46,389 DEBUG Popping from q - pli1-br-3.hpl.hp.com
-2006-09-29 08:22:46,391 DEBUG Found tickets for planetlab1.pop-ce.rnp.br
-2006-09-29 08:22:46,391 DEBUG Popping from q - planetlab2.eurecom.fr
-2006-09-29 08:22:46,393 DEBUG Found tickets for blast.uwaterloo.ca
-2006-09-29 08:22:46,393 DEBUG Popping from q - planetlab1.di.unito.it
-2006-09-29 08:22:46,394 DEBUG Found tickets for planetlab2.ucsd.edu
-2006-09-29 08:22:46,394 DEBUG Popping from q - planetlab2.simula.no
-2006-09-29 08:22:46,396 DEBUG Found tickets for pli1-br-3.hpl.hp.com
-2006-09-29 08:22:46,396 DEBUG Popping from q - planetlab01.dis.unina.it
-2006-09-29 08:22:46,398 DEBUG Found tickets for planetlab1.cs.wayne.edu
-2006-09-29 08:22:46,398 DEBUG Popping from q - planetlab1.flux.utah.edu
-2006-09-29 08:22:46,399 DEBUG Popping from q - planetlab-1.ece.iastate.edu
-2006-09-29 08:22:46,400 DEBUG Popping from q - sdu1.6planetlab.edu.cn
-2006-09-29 08:22:46,401 DEBUG Found tickets for planetlab1.di.unito.it
-2006-09-29 08:22:46,402 DEBUG Popping from q - planetlab4.upc.es
-2006-09-29 08:22:46,404 DEBUG Popping from q - planetlab-13.cs.princeton.edu
-2006-09-29 08:22:46,405 DEBUG Popping from q - planet1.cc.gt.atl.ga.us
-2006-09-29 08:22:46,406 DEBUG Found tickets for planetlab-1.ece.iastate.edu
-2006-09-29 08:22:46,406 DEBUG Popping from q - planetlab2.eecs.wsu.edu
-2006-09-29 08:22:46,408 DEBUG Found tickets for sdu1.6planetlab.edu.cn
-2006-09-29 08:22:46,408 DEBUG Popping from q - planet2.cs.ucsb.edu
-2006-09-29 08:22:46,409 DEBUG Popping from q - xjtu2.6planetlab.edu.cn
-2006-09-29 08:22:46,411 DEBUG Popping from q - planetlab3.upc.es
-2006-09-29 08:22:46,412 DEBUG Found tickets for planetlab-13.cs.princeton.edu
-2006-09-29 08:22:46,413 DEBUG Popping from q - planetlab2.cs.umass.edu
-2006-09-29 08:22:46,414 DEBUG Popping from q - node1.lbnl.nodes.planet-lab.org
-2006-09-29 08:22:46,416 DEBUG Popping from q - planetlab1.iitr.ernet.in
-2006-09-29 08:22:46,417 DEBUG Found tickets for planet2.cs.ucsb.edu
-2006-09-29 08:22:46,417 DEBUG Popping from q - planetlab1.ipls.internet2.planet-lab.org
-2006-09-29 08:22:46,418 DEBUG Popping from q - planetlab2.uvic.ca
-2006-09-29 08:22:46,419 DEBUG Popping from q - planetlab01.erin.utoronto.ca
-2006-09-29 08:22:46,421 DEBUG Popping from q - planetlab-4.ece.iastate.edu
-2006-09-29 08:22:46,423 DEBUG Popping from q - planetlab2.informatik.uni-goettingen.de
-2006-09-29 08:22:46,424 DEBUG Popping from q - ds-pl1.technion.ac.il
-2006-09-29 08:22:46,425 DEBUG Found tickets for planetlab2.uvic.ca
-2006-09-29 08:22:46,426 DEBUG Popping from q - planetlab1.mnl.cs.sunysb.edu
-2006-09-29 08:22:46,427 DEBUG Popping from q - aladdin.planetlab.extranet.uni-passau.de
-2006-09-29 08:22:46,429 DEBUG Found tickets for planetlab2.informatik.uni-goettingen.de
-2006-09-29 08:22:46,429 DEBUG Popping from q - planetlab-1.cs.uni-paderborn.de
-2006-09-29 08:22:46,430 DEBUG Found tickets for planetlab-4.ece.iastate.edu
-2006-09-29 08:22:46,431 DEBUG Popping from q - planet1.njit.edu
-2006-09-29 08:22:46,432 DEBUG Popping from q - pku2.6planetlab.edu.cn
-2006-09-29 08:22:46,434 DEBUG Popping from q - planetlab-1.cs.ucy.ac.cy
-2006-09-29 08:22:46,435 DEBUG Found tickets for planetlab1.mnl.cs.sunysb.edu
-2006-09-29 08:22:46,435 DEBUG Popping from q - planetlab00.cse.psu.edu
-2006-09-29 08:22:46,436 DEBUG Popping from q - planetlab04.ethz.ch
-2006-09-29 08:22:46,437 DEBUG Popping from q - sdu2.6planetlab.edu.cn
-2006-09-29 08:22:46,439 DEBUG Popping from q - planet-lab.iki.rssi.ru
-2006-09-29 08:22:46,441 DEBUG Popping from q - planetlab1.polito.it
-2006-09-29 08:22:46,442 DEBUG Found tickets for planetlab04.ethz.ch
-2006-09-29 08:22:46,442 DEBUG Popping from q - planetlab1.uvic.ca
-2006-09-29 08:22:46,444 DEBUG Popping from q - planetlab1.cs.byu.edu
-2006-09-29 08:22:46,445 DEBUG Found tickets for sdu2.6planetlab.edu.cn
-2006-09-29 08:22:46,445 DEBUG Popping from q - planetlab-1.amst.nodes.planet-lab.org
-2006-09-29 08:22:46,447 DEBUG Found tickets for planet-lab.iki.rssi.ru
-2006-09-29 08:22:46,447 DEBUG Popping from q - cloudburst.uwaterloo.ca
-2006-09-29 08:22:46,448 DEBUG Found tickets for planetlab1.polito.it
-2006-09-29 08:22:46,449 DEBUG Popping from q - planet2.cs.rochester.edu
-2006-09-29 08:22:46,450 DEBUG Found tickets for planetlab1.uvic.ca
-2006-09-29 08:22:46,450 DEBUG Popping from q - planetlab1.xeno.cl.cam.ac.uk
-2006-09-29 08:22:46,451 DEBUG Popping from q - lycra.cs.princeton.edu
-2006-09-29 08:22:46,453 DEBUG Found tickets for cloudburst.uwaterloo.ca
-2006-09-29 08:22:46,454 DEBUG Popping from q - planetlab06.mpi-sws.mpg.de
-2006-09-29 08:22:46,455 DEBUG Popping from q - planetlab1.ias.csusb.edu
-2006-09-29 08:22:46,456 DEBUG Found tickets for planet2.cs.rochester.edu
-2006-09-29 08:22:46,456 DEBUG Popping from q - vayu.iitd.ernet.in
-2006-09-29 08:22:46,458 DEBUG Popping from q - node2.lbnl.nodes.planet-lab.org
-2006-09-29 08:22:46,459 DEBUG Found tickets for lycra.cs.princeton.edu
-2006-09-29 08:22:46,460 DEBUG Popping from q - planetlab2.cs.byu.edu
-2006-09-29 08:22:46,461 DEBUG Found tickets for planetlab1.ias.csusb.edu
-2006-09-29 08:22:46,461 DEBUG Popping from q - cqu1.6planetlab.edu.cn
-2006-09-29 08:22:46,462 DEBUG Popping from q - planetlab2.acis.ufl.edu
-2006-09-29 08:22:46,463 DEBUG Popping from q - planetlab1.cs.unibo.it
-2006-09-29 08:22:46,466 DEBUG Found tickets for planetlab2.acis.ufl.edu
-2006-09-29 08:22:46,466 DEBUG Popping from q - tju2.6planetlab.edu.cn
-2006-09-29 08:22:46,467 DEBUG Found tickets for planetlab1.cs.unibo.it
-2006-09-29 08:22:46,467 DEBUG Popping from q - orbpl1.rutgers.edu
-2006-09-29 08:22:46,468 DEBUG Popping from q - ent1.cs.nccu.edu.tw
-2006-09-29 08:22:46,469 DEBUG Popping from q - planet0.jaist.ac.jp
-2006-09-29 08:22:46,470 DEBUG Found tickets for cqu1.6planetlab.edu.cn
-2006-09-29 08:22:46,471 DEBUG Popping from q - planetlab1.informatik.uni-wuerzburg.de
-2006-09-29 08:22:46,472 DEBUG Found tickets for tju2.6planetlab.edu.cn
-2006-09-29 08:22:46,473 DEBUG Popping from q - planetlab3.warsaw.rd.tp.pl
-2006-09-29 08:22:46,474 DEBUG Found tickets for orbpl1.rutgers.edu
-2006-09-29 08:22:46,474 DEBUG Popping from q - planetlab0.ias.csusb.edu
-2006-09-29 08:22:46,476 DEBUG Found tickets for planetlab1.informatik.uni-wuerzburg.de
-2006-09-29 08:22:46,477 DEBUG Popping from q - planetlab-2.amst.nodes.planet-lab.org
-2006-09-29 08:22:46,478 DEBUG Popping from q - planetlab3.inria.fr
-2006-09-29 08:22:46,480 DEBUG Found tickets for planetlab0.ias.csusb.edu
-2006-09-29 08:22:46,480 DEBUG Popping from q - 200-102-209-152.paemt7001.t.brasiltelecom.net.br
-2006-09-29 08:22:46,479 DEBUG Found tickets for ent1.cs.nccu.edu.tw
-2006-09-29 08:22:46,481 DEBUG Popping from q - planetlab3.mnl.cs.sunysb.edu
-2006-09-29 08:22:46,482 DEBUG Popping from q - planetlab-15.cs.princeton.edu
-2006-09-29 08:22:46,484 DEBUG Found tickets for planet0.jaist.ac.jp
-2006-09-29 08:22:46,484 DEBUG Popping from q - ent2.cs.nccu.edu.tw
-2006-09-29 08:22:46,485 DEBUG Popping from q - planet-lab-2.csse.monash.edu.au
-2006-09-29 08:22:46,487 DEBUG Found tickets for 200-102-209-152.paemt7001.t.brasiltelecom.net.br
-2006-09-29 08:22:46,488 DEBUG Popping from q - planet1.ecse.rpi.edu
-2006-09-29 08:22:46,489 DEBUG Popping from q - planetlab2.pop-mg.rnp.br
-2006-09-29 08:22:46,490 DEBUG Popping from q - planetlab-2.unk.edu
-2006-09-29 08:22:46,493 DEBUG Found tickets for ent2.cs.nccu.edu.tw
-2006-09-29 08:22:46,493 DEBUG Popping from q - planetlab2.rdfrancetelecom.com
-2006-09-29 08:22:46,494 DEBUG Found tickets for planet-lab-2.csse.monash.edu.au
-2006-09-29 08:22:46,494 DEBUG Popping from q - planetlab1.eurecom.fr
-2006-09-29 08:22:46,496 DEBUG Found tickets for planetlab2.pop-mg.rnp.br
-2006-09-29 08:22:46,496 DEBUG Popping from q - planetlab1.cs.virginia.edu
-2006-09-29 08:22:46,497 DEBUG Popping from q - tju1.6planetlab.edu.cn
-2006-09-29 08:22:46,499 DEBUG Found tickets for planetlab2.rdfrancetelecom.com
-2006-09-29 08:22:46,499 DEBUG Popping from q - planetlab-3.amst.nodes.planet-lab.org
-2006-09-29 08:22:46,500 DEBUG Found tickets for planetlab1.eurecom.fr
-2006-09-29 08:22:46,501 DEBUG Popping from q - planetlab2.iitr.ernet.in
-2006-09-29 08:22:46,502 DEBUG Popping from q - planetlab1.georgetown.edu
-2006-09-29 08:22:46,503 DEBUG Found tickets for planet1.ecse.rpi.edu
-2006-09-29 08:22:46,504 DEBUG Popping from q - planet1.inf.tu-dresden.de
-2006-09-29 08:22:46,506 DEBUG Popping from q - alice.cs.princeton.edu
-2006-09-29 08:22:46,507 DEBUG Found tickets for tju1.6planetlab.edu.cn
-2006-09-29 08:22:46,508 DEBUG Popping from q - planetlab02.erin.utoronto.ca
-2006-09-29 08:22:46,508 DEBUG Popping from q - planetlab-1.vuse.vanderbilt.edu
-2006-09-29 08:22:46,510 DEBUG Found tickets for alice.cs.princeton.edu
-2006-09-29 08:22:46,511 DEBUG Popping from q - planetlab3.uvic.ca
-2006-09-29 08:22:46,513 DEBUG Found tickets for planetlab-1.vuse.vanderbilt.edu
-2006-09-29 08:22:46,513 DEBUG Popping from q - scut2.6planetlab.edu.cn
-2006-09-29 08:22:46,514 DEBUG Popping from q - planetlab1.swidnik.rd.tp.pl
-2006-09-29 08:22:46,515 DEBUG Found tickets for planetlab1.georgetown.edu
-2006-09-29 08:22:46,515 DEBUG Popping from q - planet2.cdacb.ernet.in
-2006-09-29 08:22:46,517 DEBUG Popping from q - planetlab1.rdfrancetelecom.com
-2006-09-29 08:22:46,518 DEBUG Found tickets for planetlab3.uvic.ca
-2006-09-29 08:22:46,519 DEBUG Popping from q - planet2.inf.tu-dresden.de
-2006-09-29 08:22:46,521 DEBUG Found tickets for scut2.6planetlab.edu.cn
-2006-09-29 08:22:46,521 DEBUG Popping from q - planet02.csc.ncsu.edu
-2006-09-29 08:22:46,522 DEBUG Found tickets for planetlab1.rdfrancetelecom.com
-2006-09-29 08:22:46,522 DEBUG Popping from q - planetlab-1.tssg.org
-2006-09-29 08:22:46,523 DEBUG Found tickets for planet2.cdacb.ernet.in
-2006-09-29 08:22:46,524 DEBUG Popping from q - planetlab-2.vuse.vanderbilt.edu
-2006-09-29 08:22:46,525 DEBUG Popping from q - planetlab1.cri.haifa.ac.il
-2006-09-29 08:22:46,526 DEBUG Found tickets for planetlab1.swidnik.rd.tp.pl
-2006-09-29 08:22:46,526 DEBUG Popping from q - planetlab-11.cs.princeton.edu
-2006-09-29 08:22:46,528 DEBUG Popping from q - planet03.csc.ncsu.edu
-2006-09-29 08:22:46,529 DEBUG Found tickets for planetlab-1.tssg.org
-2006-09-29 08:22:46,530 DEBUG Popping from q - planetlab1.pop-rj.rnp.br
-2006-09-29 08:22:46,531 DEBUG Found tickets for planetlab-2.vuse.vanderbilt.edu
-2006-09-29 08:22:46,531 DEBUG Popping from q - planet1.halifax.canet4.nodes.planet-lab.org
-2006-09-29 08:22:46,532 DEBUG Found tickets for planetlab1.cri.haifa.ac.il
-2006-09-29 08:22:46,533 DEBUG Popping from q - planet1.cavite.nodes.planet-lab.org
-2006-09-29 08:22:46,535 DEBUG Popping from q - ds-pl3.technion.ac.il
-2006-09-29 08:22:46,536 DEBUG Popping from q - planetlab2.cs.purdue.edu
-2006-09-29 08:22:46,537 DEBUG Popping from q - planetlab3.millennium.berkeley.edu
-2006-09-29 08:22:46,538 DEBUG Found tickets for planetlab1.pop-rj.rnp.br
-2006-09-29 08:22:46,539 DEBUG Popping from q - planetlab1.unl.edu
-2006-09-29 08:22:46,540 DEBUG Popping from q - planetlab1.cs.colorado.edu
-2006-09-29 08:22:46,542 DEBUG Found tickets for ds-pl3.technion.ac.il
-2006-09-29 08:22:46,542 DEBUG Popping from q - planetlab02.cs.washington.edu
-2006-09-29 08:22:46,543 DEBUG Popping from q - pads21.cs.nthu.edu.tw
-2006-09-29 08:22:46,544 DEBUG Popping from q - orbpl2.rutgers.edu
-2006-09-29 08:22:46,546 DEBUG Found tickets for planetlab1.unl.edu
-2006-09-29 08:22:46,546 DEBUG Popping from q - planetlab2.informatik.uni-erlangen.de
-2006-09-29 08:22:46,548 DEBUG Found tickets for planetlab1.cs.colorado.edu
-2006-09-29 08:22:46,548 DEBUG Popping from q - planetlab-01.ipv6.lip6.fr
-2006-09-29 08:22:46,549 DEBUG Found tickets for planetlab02.cs.washington.edu
-2006-09-29 08:22:46,549 DEBUG Popping from q - pl2.ernet.in
-2006-09-29 08:22:46,550 DEBUG Popping from q - neu2.6planetlab.edu.cn
-2006-09-29 08:22:46,552 DEBUG Found tickets for planetlab2.informatik.uni-erlangen.de
-2006-09-29 08:22:46,552 DEBUG Popping from q - planetlab-2.cs.uni-paderborn.de
-2006-09-29 08:22:46,554 DEBUG Popping from q - planet5.cs.huji.ac.il
-2006-09-29 08:22:46,555 DEBUG Popping from q - planetlab1.elet.polimi.it
-2006-09-29 08:22:46,556 DEBUG Found tickets for orbpl2.rutgers.edu
-2006-09-29 08:22:46,556 DEBUG Popping from q - planetlab2.iiitb.ac.in
-2006-09-29 08:22:46,557 DEBUG Found tickets for planetlab-01.ipv6.lip6.fr
-2006-09-29 08:22:46,558 DEBUG Popping from q - server1.planetlab.iit-tech.net
-2006-09-29 08:22:46,559 DEBUG Popping from q - planetlab2.iitb.ac.in
-2006-09-29 08:22:46,561 DEBUG Popping from q - planetlab02.dis.unina.it
-2006-09-29 08:22:46,562 DEBUG Popping from q - planetlab-1.dis.uniroma1.it
-2006-09-29 08:22:46,564 DEBUG Popping from q - planetlab1.iitb.ac.in
-2006-09-29 08:22:46,565 DEBUG Found tickets for server1.planetlab.iit-tech.net
-2006-09-29 08:22:46,565 DEBUG Popping from q - pku1.6planetlab.edu.cn
-2006-09-29 08:22:46,566 DEBUG Found tickets for planetlab2.iitb.ac.in
-2006-09-29 08:22:46,567 DEBUG Popping from q - planetlab1.warsaw.rd.tp.pl
-2006-09-29 08:22:46,569 DEBUG Popping from q - planetlab1.cs.umass.edu
-2006-09-29 08:22:46,570 DEBUG Found tickets for pku1.6planetlab.edu.cn
-2006-09-29 08:22:46,570 DEBUG Popping from q - planetlab-2.cs.ucy.ac.cy
-2006-09-29 08:22:46,571 DEBUG Found tickets for planetlab1.iitb.ac.in
-2006-09-29 08:22:46,572 DEBUG Popping from q - pl1.ernet.in
-2006-09-29 08:22:46,573 DEBUG Popping from q - planetlab2.georgetown.edu
-2006-09-29 08:22:46,574 DEBUG Popping from q - server2.planetlab.iit-tech.net
-2006-09-29 08:22:46,576 DEBUG Popping from q - planetlab2.di.unito.it
-2006-09-29 08:22:46,577 DEBUG Found tickets for planetlab2.georgetown.edu
-2006-09-29 08:22:46,578 DEBUG Popping from q - planetlab1.csee.usf.edu
-2006-09-29 08:22:46,579 DEBUG Popping from q - planetlab-2.dis.uniroma1.it
-2006-09-29 08:22:46,580 DEBUG Found tickets for server2.planetlab.iit-tech.net
-2006-09-29 08:22:46,581 DEBUG Popping from q - planetlab2.informatik.uni-kl.de
-2006-09-29 08:22:46,582 DEBUG Found tickets for planetlab1.cs.umass.edu
-2006-09-29 08:22:46,582 DEBUG Popping from q - planet1.cs.rochester.edu
-2006-09-29 08:22:46,584 DEBUG Popping from q - planetlab1.rutgers.edu
-2006-09-29 08:22:46,585 DEBUG Popping from q - planetlab-2.ece.iastate.edu
-2006-09-29 08:22:46,586 DEBUG Popping from q - planetlab-1.sjce.nodes.planet-lab.org
-2006-09-29 08:22:46,588 DEBUG Found tickets for planetlab2.informatik.uni-kl.de
-2006-09-29 08:22:46,588 DEBUG Popping from q - planetlab2.ece.ucdavis.edu
-2006-09-29 08:22:46,589 DEBUG Found tickets for planetlab1.rutgers.edu
-2006-09-29 08:22:46,590 DEBUG Popping from q - planetlab1.ie.cuhk.edu.hk
-2006-09-29 08:22:46,591 DEBUG Popping from q - planetlab2lannion.elibel.tm.fr
-2006-09-29 08:22:46,592 DEBUG Found tickets for planetlab-1.sjce.nodes.planet-lab.org
-2006-09-29 08:22:46,592 DEBUG Popping from q - planetlab01.mpi-sws.mpg.de
-2006-09-29 08:22:46,594 DEBUG Popping from q - planetlab2.cs.duke.edu
-2006-09-29 08:22:46,596 DEBUG Popping from q - planetlab1.rn.informatics.scitech.susx.ac.uk
-2006-09-29 08:22:46,597 DEBUG Popping from q - planetlab1.eee.hku.hk
-2006-09-29 08:22:46,598 DEBUG Found tickets for planet1.cs.rochester.edu
-2006-09-29 08:22:46,598 DEBUG Popping from q - pads23.cs.nthu.edu.tw
-2006-09-29 08:22:46,599 DEBUG Found tickets for planetlab1.ie.cuhk.edu.hk
-2006-09-29 08:22:46,600 DEBUG Popping from q - planet2.halifax.canet4.nodes.planet-lab.org
-2006-09-29 08:22:46,602 DEBUG Found tickets for planetlab1.rn.informatics.scitech.susx.ac.uk
-2006-09-29 08:22:46,602 DEBUG Popping from q - planetlab-2.tssg.org
-2006-09-29 08:22:46,603 DEBUG Found tickets for planetlab1.eee.hku.hk
-2006-09-29 08:22:46,603 DEBUG Popping from q - 200-102-209-151.paemt7001.t.brasiltelecom.net.br
-2006-09-29 08:22:46,604 DEBUG Popping from q - planetlab2.poly.edu
-2006-09-29 08:22:46,606 DEBUG Popping from q - planetlab1.poly.edu
-2006-09-29 08:22:46,607 DEBUG Found tickets for planet2.halifax.canet4.nodes.planet-lab.org
-2006-09-29 08:22:46,607 DEBUG Popping from q - planetlab2.net-research.org.uk
-2006-09-29 08:22:46,609 DEBUG Found tickets for planetlab-2.tssg.org
-2006-09-29 08:22:46,610 DEBUG Popping from q - planetlab-2.imperial.ac.uk
-2006-09-29 08:22:46,610 DEBUG Found tickets for 200-102-209-151.paemt7001.t.brasiltelecom.net.br
-2006-09-29 08:22:46,611 DEBUG Popping from q - planetlab-1.imperial.ac.uk
-2006-09-29 08:22:46,612 DEBUG Popping from q - planetlab1.byu.edu
-2006-09-29 08:22:46,613 DEBUG Popping from q - planetlab2.eee.hku.hk
-2006-09-29 08:22:46,615 DEBUG Found tickets for planetlab-2.imperial.ac.uk
-2006-09-29 08:22:46,616 DEBUG Found tickets for planetlab-1.imperial.ac.uk
-2006-09-29 08:22:46,617 DEBUG Found tickets for planetlab2.net-research.org.uk
-2006-09-29 08:42:46,171 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv
-2006-09-29 08:42:47,231 DEBUG Retrieved 705 hosts
-2006-09-29 08:42:47,237 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='drift%20%3E%201m'
-2006-09-29 08:42:47,373 DEBUG Retrieved 6 hosts
-2006-09-29 08:42:47,373 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='resptime%20%3E%200%20&&%20gbfree%20%3C%205'
-2006-09-29 08:42:47,513 DEBUG Retrieved 10 hosts
-2006-09-29 08:42:47,514 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='sshstatus%20%3E%202h'
-2006-09-29 08:42:47,860 DEBUG Retrieved 162 hosts
-2006-09-29 08:42:47,861 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='dns1udp%20%3E%2080%20&&%20dns2udp%20%3E%2080'
-2006-09-29 08:42:47,996 DEBUG Retrieved 6 hosts
-2006-09-29 08:42:47,997 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='filerw%3E0'
-2006-09-29 08:42:48,121 DEBUG Retrieved 1 hosts
-2006-09-29 08:42:48,124 DEBUG Popping from q - planetlab2.elet.polimi.it
-2006-09-29 08:42:48,124 DEBUG Popping from q - pli1-br-3.hpl.hp.com
-2006-09-29 08:42:48,125 DEBUG Popping from q - planetlab2.nbgisp.com
-2006-09-29 08:42:48,126 DEBUG Popping from q - planetlab1.cs.stir.ac.uk
-2006-09-29 08:42:48,127 DEBUG Popping from q - planetlab0.cs.stir.ac.uk
-2006-09-29 08:42:48,129 DEBUG Popping from q - planetlab1.informatik.uni-erlangen.de
-2006-09-29 08:42:48,130 DEBUG Found tickets for pli1-br-3.hpl.hp.com
-2006-09-29 08:42:48,130 DEBUG Popping from q - planetlab1.cs.purdue.edu
-2006-09-29 08:42:48,132 DEBUG Popping from q - planetlab1.een.orst.edu
-2006-09-29 08:42:48,133 DEBUG Popping from q - planetlab2.cs.columbia.edu
-2006-09-29 08:42:48,135 DEBUG Popping from q - planetlab1.win.trlabs.ca
-2006-09-29 08:42:48,136 DEBUG Found tickets for planetlab1.cs.purdue.edu
-2006-09-29 08:42:48,136 DEBUG Popping from q - planetlab1.cs.duke.edu
-2006-09-29 08:42:48,138 DEBUG Popping from q - planetlab2.flux.utah.edu
-2006-09-29 08:42:48,139 DEBUG Popping from q - planetlab3.cs.columbia.edu
-2006-09-29 08:42:48,140 DEBUG Popping from q - planetlab1.cs.columbia.edu
-2006-09-29 08:42:48,142 DEBUG Popping from q - planetlab3.flux.utah.edu
-2006-09-29 08:42:48,143 DEBUG Popping from q - planetlab-1.eecs.cwru.edu
-2006-09-29 08:42:48,145 DEBUG Popping from q - planetlab2.rutgers.edu
-2006-09-29 08:42:48,146 DEBUG Popping from q - vn3.cs.wustl.edu
-2006-09-29 08:42:48,148 DEBUG Popping from q - planetlab2.cri.haifa.ac.il
-2006-09-29 08:42:48,149 DEBUG Popping from q - soccf-planet-001.comp.nus.edu.sg
-2006-09-29 08:42:48,150 DEBUG Found tickets for planetlab2.rutgers.edu
-2006-09-29 08:42:48,151 DEBUG Popping from q - planetlab01.cse.psu.edu
-2006-09-29 08:42:48,152 DEBUG Found tickets for vn3.cs.wustl.edu
-2006-09-29 08:42:48,153 DEBUG Popping from q - csu2.6planetlab.edu.cn
-2006-09-29 08:42:48,154 DEBUG Found tickets for planetlab2.cri.haifa.ac.il
-2006-09-29 08:42:48,154 DEBUG Popping from q - planet2.njit.edu
-2006-09-29 08:42:48,156 DEBUG Found tickets for soccf-planet-001.comp.nus.edu.sg
-2006-09-29 08:42:48,156 DEBUG Popping from q - planetlab2.unl.edu
-2006-09-29 08:42:48,157 DEBUG Popping from q - planetlab1.cs.pitt.edu
-2006-09-29 08:42:48,158 DEBUG Popping from q - planetlab-2.eecs.cwru.edu
-2006-09-29 08:42:48,160 DEBUG Found tickets for planet2.njit.edu
-2006-09-29 08:42:48,160 DEBUG Popping from q - planetlab2.urv.net
-2006-09-29 08:42:48,161 DEBUG Found tickets for csu2.6planetlab.edu.cn
-2006-09-29 08:42:48,162 DEBUG Popping from q - planetlab7.csail.mit.edu
-2006-09-29 08:42:48,163 DEBUG Popping from q - buaa1.6planetlab.edu.cn
-2006-09-29 08:42:48,164 DEBUG Popping from q - ricepl-3.cs.rice.edu
-2006-09-29 08:42:48,166 DEBUG Popping from q - planet-lab-1.csse.monash.edu.au
-2006-09-29 08:42:48,167 DEBUG Popping from q - planetlab5.millennium.berkeley.edu
-2006-09-29 08:42:48,168 DEBUG Found tickets for planetlab7.csail.mit.edu
-2006-09-29 08:42:48,169 DEBUG Popping from q - planetlab1.pop-ce.rnp.br
-2006-09-29 08:42:48,170 DEBUG Popping from q - planetlab2.mnlab.cti.depaul.edu
-2006-09-29 08:42:48,172 DEBUG Found tickets for buaa1.6planetlab.edu.cn
-2006-09-29 08:42:48,172 DEBUG Popping from q - peace.ri.uni-tuebingen.de
-2006-09-29 08:42:48,173 DEBUG Popping from q - planetlab-8.cs.princeton.edu
-2006-09-29 08:42:48,175 DEBUG Popping from q - planetlab2.ucsd.edu
-2006-09-29 08:42:48,176 DEBUG Found tickets for planetlab1.pop-ce.rnp.br
-2006-09-29 08:42:48,177 DEBUG Popping from q - blast.uwaterloo.ca
-2006-09-29 08:42:48,178 DEBUG Found tickets for planetlab2.mnlab.cti.depaul.edu
-2006-09-29 08:42:48,178 DEBUG Popping from q - planetlab1.cs.wayne.edu
-2006-09-29 08:42:48,179 DEBUG Popping from q - pli1-br-3.hpl.hp.com
-2006-09-29 08:42:48,181 DEBUG Found tickets for planetlab-8.cs.princeton.edu
-2006-09-29 08:42:48,181 DEBUG Popping from q - planetlab2.eurecom.fr
-2006-09-29 08:42:48,182 DEBUG Found tickets for planetlab2.ucsd.edu
-2006-09-29 08:42:48,182 DEBUG Popping from q - planetlab1.di.unito.it
-2006-09-29 08:42:48,184 DEBUG Found tickets for blast.uwaterloo.ca
-2006-09-29 08:42:48,184 DEBUG Popping from q - planetlab2.simula.no
-2006-09-29 08:42:48,185 DEBUG Found tickets for planetlab1.cs.wayne.edu
-2006-09-29 08:42:48,186 DEBUG Popping from q - planetlab01.dis.unina.it
-2006-09-29 08:42:48,187 DEBUG Found tickets for pli1-br-3.hpl.hp.com
-2006-09-29 08:42:48,187 DEBUG Popping from q - planetlab1.flux.utah.edu
-2006-09-29 08:42:48,189 DEBUG Popping from q - planetlab-1.ece.iastate.edu
-2006-09-29 08:42:48,190 DEBUG Found tickets for planetlab1.di.unito.it
-2006-09-29 08:42:48,190 DEBUG Popping from q - sdu1.6planetlab.edu.cn
-2006-09-29 08:42:48,192 DEBUG Popping from q - planetlab4.upc.es
-2006-09-29 08:42:48,193 DEBUG Popping from q - planetlab-13.cs.princeton.edu
-2006-09-29 08:42:48,194 DEBUG Popping from q - planet1.cc.gt.atl.ga.us
-2006-09-29 08:42:48,196 DEBUG Found tickets for planetlab-1.ece.iastate.edu
-2006-09-29 08:42:48,196 DEBUG Popping from q - planetlab2.eecs.wsu.edu
-2006-09-29 08:42:48,197 DEBUG Popping from q - planet2.cs.ucsb.edu
-2006-09-29 08:42:48,199 DEBUG Found tickets for sdu1.6planetlab.edu.cn
-2006-09-29 08:42:48,199 DEBUG Popping from q - xjtu2.6planetlab.edu.cn
-2006-09-29 08:42:48,201 DEBUG Popping from q - planetlab3.upc.es
-2006-09-29 08:42:48,202 DEBUG Found tickets for planetlab-13.cs.princeton.edu
-2006-09-29 08:42:48,202 DEBUG Popping from q - node1.lbnl.nodes.planet-lab.org
-2006-09-29 08:42:48,204 DEBUG Popping from q - planetlab1.iitr.ernet.in
-2006-09-29 08:42:48,205 DEBUG Found tickets for planet2.cs.ucsb.edu
-2006-09-29 08:42:48,205 DEBUG Popping from q - planetlab1.ipls.internet2.planet-lab.org
-2006-09-29 08:42:48,207 DEBUG Popping from q - planetlab2.uvic.ca
-2006-09-29 08:42:48,208 DEBUG Popping from q - planetlab01.erin.utoronto.ca
-2006-09-29 08:42:48,209 DEBUG Popping from q - planetlab-4.ece.iastate.edu
-2006-09-29 08:42:48,211 DEBUG Popping from q - planetlab2.informatik.uni-goettingen.de
-2006-09-29 08:42:48,212 DEBUG Popping from q - ds-pl1.technion.ac.il
-2006-09-29 08:42:48,214 DEBUG Found tickets for planetlab2.uvic.ca
-2006-09-29 08:42:48,214 DEBUG Popping from q - planetlab1.mnl.cs.sunysb.edu
-2006-09-29 08:42:48,215 DEBUG Found tickets for planetlab-4.ece.iastate.edu
-2006-09-29 08:42:48,215 DEBUG Popping from q - aladdin.planetlab.extranet.uni-passau.de
-2006-09-29 08:42:48,217 DEBUG Popping from q - planetlab-1.cs.uni-paderborn.de
-2006-09-29 08:42:48,218 DEBUG Found tickets for planetlab2.informatik.uni-goettingen.de
-2006-09-29 08:42:48,218 DEBUG Popping from q - planet1.njit.edu
-2006-09-29 08:42:48,220 DEBUG Popping from q - pku2.6planetlab.edu.cn
-2006-09-29 08:42:48,221 DEBUG Popping from q - planetlab-1.cs.ucy.ac.cy
-2006-09-29 08:42:48,222 DEBUG Popping from q - planetlab00.cse.psu.edu
-2006-09-29 08:42:48,224 DEBUG Found tickets for planetlab1.mnl.cs.sunysb.edu
-2006-09-29 08:42:48,224 DEBUG Popping from q - planetlab04.ethz.ch
-2006-09-29 08:42:48,226 DEBUG Popping from q - sdu2.6planetlab.edu.cn
-2006-09-29 08:42:48,227 DEBUG Popping from q - planet-lab.iki.rssi.ru
-2006-09-29 08:42:48,228 DEBUG Popping from q - planetlab1.polito.it
-2006-09-29 08:42:48,230 DEBUG Found tickets for planetlab04.ethz.ch
-2006-09-29 08:42:48,230 DEBUG Popping from q - planetlab1.uvic.ca
-2006-09-29 08:42:48,231 DEBUG Found tickets for sdu2.6planetlab.edu.cn
-2006-09-29 08:42:48,232 DEBUG Popping from q - planetlab1.cs.byu.edu
-2006-09-29 08:42:48,233 DEBUG Popping from q - planetlab-1.amst.nodes.planet-lab.org
-2006-09-29 08:42:48,235 DEBUG Popping from q - cloudburst.uwaterloo.ca
-2006-09-29 08:42:48,236 DEBUG Found tickets for planet-lab.iki.rssi.ru
-2006-09-29 08:42:48,236 DEBUG Popping from q - planet2.cs.rochester.edu
-2006-09-29 08:42:48,238 DEBUG Found tickets for planetlab1.polito.it
-2006-09-29 08:42:48,239 DEBUG Popping from q - planetlab1.xeno.cl.cam.ac.uk
-2006-09-29 08:42:48,240 DEBUG Found tickets for planetlab1.uvic.ca
-2006-09-29 08:42:48,240 DEBUG Popping from q - lycra.cs.princeton.edu
-2006-09-29 08:42:48,238 DEBUG Found tickets for cloudburst.uwaterloo.ca
-2006-09-29 08:42:48,241 DEBUG Popping from q - planetlab06.mpi-sws.mpg.de
-2006-09-29 08:42:48,242 DEBUG Popping from q - planetlab1.ias.csusb.edu
-2006-09-29 08:42:48,245 DEBUG Popping from q - vayu.iitd.ernet.in
-2006-09-29 08:42:48,246 DEBUG Popping from q - node2.lbnl.nodes.planet-lab.org
-2006-09-29 08:42:48,247 DEBUG Popping from q - planetlab2.cs.byu.edu
-2006-09-29 08:42:48,248 DEBUG Found tickets for planet2.cs.rochester.edu
-2006-09-29 08:42:48,248 DEBUG Popping from q - cqu1.6planetlab.edu.cn
-2006-09-29 08:42:48,249 DEBUG Found tickets for lycra.cs.princeton.edu
-2006-09-29 08:42:48,250 DEBUG Popping from q - planetlab2.acis.ufl.edu
-2006-09-29 08:42:48,252 DEBUG Popping from q - planetlab1.cs.unibo.it
-2006-09-29 08:42:48,251 DEBUG Found tickets for planetlab1.ias.csusb.edu
-2006-09-29 08:42:48,253 DEBUG Popping from q - tju2.6planetlab.edu.cn
-2006-09-29 08:42:48,255 DEBUG Popping from q - orbpl1.rutgers.edu
-2006-09-29 08:42:48,255 DEBUG Found tickets for planetlab1.cs.unibo.it
-2006-09-29 08:42:48,257 DEBUG Popping from q - ent1.cs.nccu.edu.tw
-2006-09-29 08:42:48,258 DEBUG Found tickets for planetlab2.acis.ufl.edu
-2006-09-29 08:42:48,256 DEBUG Found tickets for cqu1.6planetlab.edu.cn
-2006-09-29 08:42:48,259 DEBUG Found tickets for ent1.cs.nccu.edu.tw
-2006-09-29 08:42:48,260 DEBUG Popping from q - planetlab3.warsaw.rd.tp.pl
-2006-09-29 08:42:48,259 DEBUG Popping from q - planetlab1.informatik.uni-wuerzburg.de
-2006-09-29 08:42:48,258 DEBUG Popping from q - planet0.jaist.ac.jp
-2006-09-29 08:42:48,262 DEBUG Popping from q - planetlab0.ias.csusb.edu
-2006-09-29 08:42:48,264 DEBUG Found tickets for tju2.6planetlab.edu.cn
-2006-09-29 08:42:48,264 DEBUG Popping from q - planetlab-2.amst.nodes.planet-lab.org
-2006-09-29 08:42:48,266 DEBUG Found tickets for planetlab0.ias.csusb.edu
-2006-09-29 08:42:48,266 DEBUG Popping from q - planetlab3.inria.fr
-2006-09-29 08:42:48,265 DEBUG Found tickets for orbpl1.rutgers.edu
-2006-09-29 08:42:48,267 DEBUG Popping from q - 200-102-209-152.paemt7001.t.brasiltelecom.net.br
-2006-09-29 08:42:48,268 DEBUG Popping from q - planetlab3.mnl.cs.sunysb.edu
-2006-09-29 08:42:48,270 DEBUG Found tickets for planetlab1.informatik.uni-wuerzburg.de
-2006-09-29 08:42:48,271 DEBUG Found tickets for planet0.jaist.ac.jp
-2006-09-29 08:42:48,271 DEBUG Popping from q - planetlab-15.cs.princeton.edu
-2006-09-29 08:42:48,272 DEBUG Popping from q - ent2.cs.nccu.edu.tw
-2006-09-29 08:42:48,273 DEBUG Popping from q - planet-lab-2.csse.monash.edu.au
-2006-09-29 08:42:48,274 DEBUG Popping from q - planet1.ecse.rpi.edu
-2006-09-29 08:42:48,275 DEBUG Popping from q - planetlab2.pop-mg.rnp.br
-2006-09-29 08:42:48,278 DEBUG Found tickets for ent2.cs.nccu.edu.tw
-2006-09-29 08:42:48,278 DEBUG Popping from q - planetlab-2.unk.edu
-2006-09-29 08:42:48,280 DEBUG Found tickets for planetlab2.pop-mg.rnp.br
-2006-09-29 08:42:48,280 DEBUG Popping from q - planetlab2.rdfrancetelecom.com
-2006-09-29 08:42:48,281 DEBUG Found tickets for planet1.ecse.rpi.edu
-2006-09-29 08:42:48,281 DEBUG Popping from q - planetlab1.eurecom.fr
-2006-09-29 08:42:48,279 DEBUG Found tickets for 200-102-209-152.paemt7001.t.brasiltelecom.net.br
-2006-09-29 08:42:48,282 DEBUG Popping from q - planetlab1.cs.virginia.edu
-2006-09-29 08:42:48,284 DEBUG Found tickets for planet-lab-2.csse.monash.edu.au
-2006-09-29 08:42:48,284 DEBUG Popping from q - tju1.6planetlab.edu.cn
-2006-09-29 08:42:48,286 DEBUG Popping from q - planetlab-3.amst.nodes.planet-lab.org
-2006-09-29 08:42:48,287 DEBUG Found tickets for planetlab2.rdfrancetelecom.com
-2006-09-29 08:42:48,287 DEBUG Popping from q - planetlab2.iitr.ernet.in
-2006-09-29 08:42:48,288 DEBUG Popping from q - planetlab1.georgetown.edu
-2006-09-29 08:42:48,289 DEBUG Found tickets for planetlab1.eurecom.fr
-2006-09-29 08:42:48,290 DEBUG Popping from q - planet1.inf.tu-dresden.de
-2006-09-29 08:42:48,292 DEBUG Found tickets for tju1.6planetlab.edu.cn
-2006-09-29 08:42:48,292 DEBUG Popping from q - alice.cs.princeton.edu
-2006-09-29 08:42:48,293 DEBUG Popping from q - planetlab02.erin.utoronto.ca
-2006-09-29 08:42:48,295 DEBUG Popping from q - planetlab-1.vuse.vanderbilt.edu
-2006-09-29 08:42:48,296 DEBUG Found tickets for planetlab1.georgetown.edu
-2006-09-29 08:42:48,296 DEBUG Popping from q - planetlab3.uvic.ca
-2006-09-29 08:42:48,297 DEBUG Popping from q - scut2.6planetlab.edu.cn
-2006-09-29 08:42:48,299 DEBUG Popping from q - planetlab1.swidnik.rd.tp.pl
-2006-09-29 08:42:48,301 DEBUG Found tickets for alice.cs.princeton.edu
-2006-09-29 08:42:48,301 DEBUG Popping from q - planet2.cdacb.ernet.in
-2006-09-29 08:42:48,302 DEBUG Found tickets for scut2.6planetlab.edu.cn
-2006-09-29 08:42:48,302 DEBUG Popping from q - planetlab1.rdfrancetelecom.com
-2006-09-29 08:42:48,303 DEBUG Found tickets for planetlab3.uvic.ca
-2006-09-29 08:42:48,304 DEBUG Popping from q - planet2.inf.tu-dresden.de
-2006-09-29 08:42:48,305 DEBUG Found tickets for planetlab-1.vuse.vanderbilt.edu
-2006-09-29 08:42:48,305 DEBUG Popping from q - planet02.csc.ncsu.edu
-2006-09-29 08:42:48,307 DEBUG Found tickets for planetlab1.swidnik.rd.tp.pl
-2006-09-29 08:42:48,307 DEBUG Popping from q - planetlab-1.tssg.org
-2006-09-29 08:42:48,309 DEBUG Found tickets for planet2.cdacb.ernet.in
-2006-09-29 08:42:48,309 DEBUG Popping from q - planetlab-2.vuse.vanderbilt.edu
-2006-09-29 08:42:48,310 DEBUG Popping from q - planetlab-11.cs.princeton.edu
-2006-09-29 08:42:48,311 DEBUG Popping from q - planet03.csc.ncsu.edu
-2006-09-29 08:42:48,313 DEBUG Found tickets for planetlab1.rdfrancetelecom.com
-2006-09-29 08:42:48,313 DEBUG Popping from q - planetlab1.pop-rj.rnp.br
-2006-09-29 08:42:48,314 DEBUG Found tickets for planetlab-1.tssg.org
-2006-09-29 08:42:48,315 DEBUG Popping from q - planet1.halifax.canet4.nodes.planet-lab.org
-2006-09-29 08:42:48,317 DEBUG Found tickets for planetlab-2.vuse.vanderbilt.edu
-2006-09-29 08:42:48,317 DEBUG Popping from q - planetlab2.uc.edu
-2006-09-29 08:42:48,318 DEBUG Found tickets for planetlab1.pop-rj.rnp.br
-2006-09-29 08:42:48,319 DEBUG Popping from q - planet1.cavite.nodes.planet-lab.org
-2006-09-29 08:42:48,320 DEBUG Popping from q - ds-pl3.technion.ac.il
-2006-09-29 08:42:48,321 DEBUG Popping from q - planetlab3.millennium.berkeley.edu
-2006-09-29 08:42:48,321 DEBUG Popping from q - planetlab2.cs.purdue.edu
-2006-09-29 08:42:48,323 DEBUG Popping from q - planetlab1.unl.edu
-2006-09-29 08:42:48,328 DEBUG Popping from q - planetlab1.cs.colorado.edu
-2006-09-29 08:42:48,329 DEBUG Popping from q - planetlab02.cs.washington.edu
-2006-09-29 08:42:48,331 DEBUG Found tickets for ds-pl3.technion.ac.il
-2006-09-29 08:42:48,331 DEBUG Popping from q - pads21.cs.nthu.edu.tw
-2006-09-29 08:42:48,332 DEBUG Found tickets for planetlab1.unl.edu
-2006-09-29 08:42:48,332 DEBUG Popping from q - orbpl2.rutgers.edu
-2006-09-29 08:42:48,334 DEBUG Found tickets for planetlab02.cs.washington.edu
-2006-09-29 08:42:48,335 DEBUG Popping from q - planetlab2.informatik.uni-erlangen.de
-2006-09-29 08:42:48,336 DEBUG Found tickets for planetlab1.cs.colorado.edu
-2006-09-29 08:42:48,337 DEBUG Popping from q - planetlab-01.ipv6.lip6.fr
-2006-09-29 08:42:48,337 DEBUG Found tickets for orbpl2.rutgers.edu
-2006-09-29 08:42:48,338 DEBUG Popping from q - pl2.ernet.in
-2006-09-29 08:42:48,339 DEBUG Popping from q - neu2.6planetlab.edu.cn
-2006-09-29 08:42:48,341 DEBUG Found tickets for planetlab2.informatik.uni-erlangen.de
-2006-09-29 08:42:48,341 DEBUG Popping from q - planetlab-2.cs.uni-paderborn.de
-2006-09-29 08:42:48,342 DEBUG Popping from q - planet5.cs.huji.ac.il
-2006-09-29 08:42:48,344 DEBUG Popping from q - planetlab1.elet.polimi.it
-2006-09-29 08:42:48,345 DEBUG Found tickets for planetlab-01.ipv6.lip6.fr
-2006-09-29 08:42:48,345 DEBUG Popping from q - planetlab2.iiitb.ac.in
-2006-09-29 08:42:48,347 DEBUG Popping from q - server1.planetlab.iit-tech.net
-2006-09-29 08:42:48,348 DEBUG Popping from q - planetlab2.iitb.ac.in
-2006-09-29 08:42:48,350 DEBUG Popping from q - planetlab02.dis.unina.it
-2006-09-29 08:42:48,351 DEBUG Popping from q - planetlab-1.dis.uniroma1.it
-2006-09-29 08:42:48,353 DEBUG Found tickets for planetlab2.iitb.ac.in
-2006-09-29 08:42:48,353 DEBUG Popping from q - planetlab1.iitb.ac.in
-2006-09-29 08:42:48,355 DEBUG Found tickets for server1.planetlab.iit-tech.net
-2006-09-29 08:42:48,355 DEBUG Popping from q - pku1.6planetlab.edu.cn
-2006-09-29 08:42:48,356 DEBUG Popping from q - planetlab1.warsaw.rd.tp.pl
-2006-09-29 08:42:48,361 DEBUG Found tickets for planetlab1.iitb.ac.in
-2006-09-29 08:42:48,362 DEBUG Popping from q - planetlab1.cri.haifa.ac.il
-2006-09-29 08:42:48,363 DEBUG Popping from q - planetlab-2.cs.ucy.ac.cy
-2006-09-29 08:42:48,364 DEBUG Found tickets for pku1.6planetlab.edu.cn
-2006-09-29 08:42:48,364 DEBUG Popping from q - pl1.ernet.in
-2006-09-29 08:42:48,365 DEBUG Popping from q - planetlab2.georgetown.edu
-2006-09-29 08:42:48,368 DEBUG Found tickets for planetlab2.georgetown.edu
-2006-09-29 08:42:48,368 DEBUG Popping from q - planetlab2.di.unito.it
-2006-09-29 08:42:48,369 DEBUG Found tickets for planetlab1.cri.haifa.ac.il
-2006-09-29 08:42:48,370 DEBUG Popping from q - planetlab1.csee.usf.edu
-2006-09-29 08:42:48,371 DEBUG Popping from q - planetlab-2.dis.uniroma1.it
-2006-09-29 08:42:48,368 DEBUG Popping from q - server2.planetlab.iit-tech.net
-2006-09-29 08:42:48,374 DEBUG Popping from q - planetlab2.informatik.uni-kl.de
-2006-09-29 08:42:48,375 DEBUG Popping from q - planet1.cs.rochester.edu
-2006-09-29 08:42:48,376 DEBUG Popping from q - planetlab1.rutgers.edu
-2006-09-29 08:42:48,378 DEBUG Found tickets for server2.planetlab.iit-tech.net
-2006-09-29 08:42:48,378 DEBUG Popping from q - planetlab-2.ece.iastate.edu
-2006-09-29 08:42:48,380 DEBUG Found tickets for planet1.cs.rochester.edu
-2006-09-29 08:42:48,380 DEBUG Popping from q - planetlab-1.sjce.nodes.planet-lab.org
-2006-09-29 08:42:48,381 DEBUG Found tickets for planetlab1.rutgers.edu
-2006-09-29 08:42:48,382 DEBUG Popping from q - planetlab2.ece.ucdavis.edu
-2006-09-29 08:42:48,383 DEBUG Found tickets for planetlab2.informatik.uni-kl.de
-2006-09-29 08:42:48,383 DEBUG Popping from q - planetlab1.ie.cuhk.edu.hk
-2006-09-29 08:42:48,384 DEBUG Popping from q - planetlab2lannion.elibel.tm.fr
-2006-09-29 08:42:48,387 DEBUG Found tickets for planetlab-1.sjce.nodes.planet-lab.org
-2006-09-29 08:42:48,387 DEBUG Popping from q - planetlab01.mpi-sws.mpg.de
-2006-09-29 08:42:48,388 DEBUG Popping from q - planetlab2.cs.duke.edu
-2006-09-29 08:42:48,389 DEBUG Found tickets for planetlab1.ie.cuhk.edu.hk
-2006-09-29 08:42:48,389 DEBUG Popping from q - planetlab1.rn.informatics.scitech.susx.ac.uk
-2006-09-29 08:42:48,392 DEBUG Popping from q - planetlab1.eee.hku.hk
-2006-09-29 08:42:48,393 DEBUG Found tickets for planetlab1.rn.informatics.scitech.susx.ac.uk
-2006-09-29 08:42:48,393 DEBUG Popping from q - pads23.cs.nthu.edu.tw
-2006-09-29 08:42:48,394 DEBUG Popping from q - planet2.halifax.canet4.nodes.planet-lab.org
-2006-09-29 08:42:48,395 DEBUG Popping from q - planetlab-2.tssg.org
-2006-09-29 08:42:48,398 DEBUG Found tickets for planetlab-2.tssg.org
-2006-09-29 08:42:48,398 DEBUG Popping from q - 200-102-209-151.paemt7001.t.brasiltelecom.net.br
-2006-09-29 08:42:48,399 DEBUG Found tickets for planetlab1.eee.hku.hk
-2006-09-29 08:42:48,400 DEBUG Popping from q - planetlab2.poly.edu
-2006-09-29 08:42:48,401 DEBUG Popping from q - planetlab1.poly.edu
-2006-09-29 08:42:48,402 DEBUG Found tickets for planet2.halifax.canet4.nodes.planet-lab.org
-2006-09-29 08:42:48,402 DEBUG Popping from q - planetlab2.net-research.org.uk
-2006-09-29 08:42:48,404 DEBUG Popping from q - planetlab-2.imperial.ac.uk
-2006-09-29 08:42:48,406 DEBUG Found tickets for planetlab2.net-research.org.uk
-2006-09-29 08:42:48,406 DEBUG Popping from q - planetlab-1.imperial.ac.uk
-2006-09-29 08:42:48,408 DEBUG Found tickets for 200-102-209-151.paemt7001.t.brasiltelecom.net.br
-2006-09-29 08:42:48,408 DEBUG Popping from q - planetlab1.byu.edu
-2006-09-29 08:42:48,409 DEBUG Popping from q - planetlab2.eee.hku.hk
-2006-09-29 08:42:48,410 DEBUG Found tickets for planetlab-2.imperial.ac.uk
-2006-09-29 08:42:48,412 DEBUG Found tickets for planetlab-1.imperial.ac.uk
-2006-09-29 09:02:47,965 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv
-2006-09-29 09:02:49,040 DEBUG Retrieved 705 hosts
-2006-09-29 09:02:49,046 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='drift%20%3E%201m'
-2006-09-29 09:02:49,184 DEBUG Retrieved 8 hosts
-2006-09-29 09:02:49,185 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='resptime%20%3E%200%20&&%20gbfree%20%3C%205'
-2006-09-29 09:02:49,324 DEBUG Retrieved 10 hosts
-2006-09-29 09:02:49,324 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='sshstatus%20%3E%202h'
-2006-09-29 09:02:49,679 DEBUG Retrieved 162 hosts
-2006-09-29 09:02:49,681 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='dns1udp%20%3E%2080%20&&%20dns2udp%20%3E%2080'
-2006-09-29 09:02:49,819 DEBUG Retrieved 6 hosts
-2006-09-29 09:02:49,820 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='filerw%3E0'
-2006-09-29 09:02:49,946 DEBUG Retrieved 1 hosts
-2006-09-29 09:02:49,948 DEBUG Popping from q - planetlab2.elet.polimi.it
-2006-09-29 09:02:49,949 DEBUG Popping from q - pli1-br-3.hpl.hp.com
-2006-09-29 09:02:49,950 DEBUG Popping from q - planetlab2.nbgisp.com
-2006-09-29 09:02:49,951 DEBUG Popping from q - planetlab1.cs.stir.ac.uk
-2006-09-29 09:02:49,952 DEBUG Popping from q - planetlab1.cse.msu.edu
-2006-09-29 09:02:49,954 DEBUG Popping from q - planetlab2.cse.msu.edu
-2006-09-29 09:02:49,955 DEBUG Found tickets for pli1-br-3.hpl.hp.com
-2006-09-29 09:02:49,955 DEBUG Popping from q - planetlab0.cs.stir.ac.uk
-2006-09-29 09:02:49,956 DEBUG Popping from q - planetlab1.informatik.uni-erlangen.de
-2006-09-29 09:02:49,958 DEBUG Popping from q - planetlab1.cs.purdue.edu
-2006-09-29 09:02:49,959 DEBUG Found tickets for planetlab1.cse.msu.edu
-2006-09-29 09:02:49,960 DEBUG Popping from q - planetlab1.een.orst.edu
-2006-09-29 09:02:49,961 DEBUG Found tickets for planetlab2.cse.msu.edu
-2006-09-29 09:02:49,961 DEBUG Popping from q - planetlab2.cs.columbia.edu
-2006-09-29 09:02:49,963 DEBUG Popping from q - planetlab1.win.trlabs.ca
-2006-09-29 09:02:49,964 DEBUG Popping from q - planetlab1.cs.duke.edu
-2006-09-29 09:02:49,965 DEBUG Found tickets for planetlab1.cs.purdue.edu
-2006-09-29 09:02:49,966 DEBUG Popping from q - planetlab2.flux.utah.edu
-2006-09-29 09:02:49,967 DEBUG Popping from q - planetlab3.cs.columbia.edu
-2006-09-29 09:02:49,969 DEBUG Popping from q - planetlab1.cs.columbia.edu
-2006-09-29 09:02:49,970 DEBUG Popping from q - planetlab3.flux.utah.edu
-2006-09-29 09:02:49,971 DEBUG Popping from q - planetlab-1.eecs.cwru.edu
-2006-09-29 09:02:49,973 DEBUG Popping from q - planetlab2.rutgers.edu
-2006-09-29 09:02:49,974 DEBUG Popping from q - vn3.cs.wustl.edu
-2006-09-29 09:02:49,975 DEBUG Popping from q - planetlab2.cri.haifa.ac.il
-2006-09-29 09:02:49,977 DEBUG Popping from q - soccf-planet-001.comp.nus.edu.sg
-2006-09-29 09:02:49,978 DEBUG Popping from q - planetlab01.cse.psu.edu
-2006-09-29 09:02:49,980 DEBUG Found tickets for vn3.cs.wustl.edu
-2006-09-29 09:02:49,980 DEBUG Popping from q - csu2.6planetlab.edu.cn
-2006-09-29 09:02:49,981 DEBUG Found tickets for planetlab2.rutgers.edu
-2006-09-29 09:02:49,982 DEBUG Popping from q - planet2.njit.edu
-2006-09-29 09:02:49,983 DEBUG Found tickets for soccf-planet-001.comp.nus.edu.sg
-2006-09-29 09:02:49,983 DEBUG Popping from q - planetlab2.unl.edu
-2006-09-29 09:02:49,984 DEBUG Found tickets for planetlab2.cri.haifa.ac.il
-2006-09-29 09:02:49,984 DEBUG Popping from q - planetlab1.cs.pitt.edu
-2006-09-29 09:02:49,985 DEBUG Popping from q - planetlab-2.eecs.cwru.edu
-2006-09-29 09:02:49,987 DEBUG Found tickets for csu2.6planetlab.edu.cn
-2006-09-29 09:02:49,987 DEBUG Popping from q - planetlab2.urv.net
-2006-09-29 09:02:49,989 DEBUG Found tickets for planet2.njit.edu
-2006-09-29 09:02:49,989 DEBUG Popping from q - planetlab7.csail.mit.edu
-2006-09-29 09:02:49,990 DEBUG Popping from q - buaa1.6planetlab.edu.cn
-2006-09-29 09:02:49,992 DEBUG Popping from q - ricepl-3.cs.rice.edu
-2006-09-29 09:02:49,993 DEBUG Popping from q - planet-lab-1.csse.monash.edu.au
-2006-09-29 09:02:49,995 DEBUG Popping from q - planetlab5.millennium.berkeley.edu
-2006-09-29 09:02:49,996 DEBUG Found tickets for planetlab7.csail.mit.edu
-2006-09-29 09:02:49,997 DEBUG Popping from q - planetlab1.pop-ce.rnp.br
-2006-09-29 09:02:49,998 DEBUG Popping from q - planetlab2.mnlab.cti.depaul.edu
-2006-09-29 09:02:49,999 DEBUG Found tickets for buaa1.6planetlab.edu.cn
-2006-09-29 09:02:49,999 DEBUG Popping from q - peace.ri.uni-tuebingen.de
-2006-09-29 09:02:50,001 DEBUG Popping from q - planetlab-8.cs.princeton.edu
-2006-09-29 09:02:50,002 DEBUG Popping from q - planetlab2.ucsd.edu
-2006-09-29 09:02:50,004 DEBUG Found tickets for planetlab1.pop-ce.rnp.br
-2006-09-29 09:02:50,005 DEBUG Popping from q - blast.uwaterloo.ca
-2006-09-29 09:02:50,006 DEBUG Found tickets for planetlab2.mnlab.cti.depaul.edu
-2006-09-29 09:02:50,006 DEBUG Popping from q - planetlab1.cs.wayne.edu
-2006-09-29 09:02:50,007 DEBUG Popping from q - pli1-br-3.hpl.hp.com
-2006-09-29 09:02:50,008 DEBUG Found tickets for planetlab-8.cs.princeton.edu
-2006-09-29 09:02:50,009 DEBUG Popping from q - planetlab2.eurecom.fr
-2006-09-29 09:02:50,010 DEBUG Found tickets for planetlab2.ucsd.edu
-2006-09-29 09:02:50,011 DEBUG Popping from q - planetlab1.di.unito.it
-2006-09-29 09:02:50,013 DEBUG Found tickets for blast.uwaterloo.ca
-2006-09-29 09:02:50,013 DEBUG Popping from q - planetlab2.simula.no
-2006-09-29 09:02:50,015 DEBUG Found tickets for planetlab1.cs.wayne.edu
-2006-09-29 09:02:50,015 DEBUG Popping from q - planetlab01.dis.unina.it
-2006-09-29 09:02:50,016 DEBUG Found tickets for pli1-br-3.hpl.hp.com
-2006-09-29 09:02:50,016 DEBUG Popping from q - planetlab1.flux.utah.edu
-2006-09-29 09:02:50,018 DEBUG Popping from q - planetlab-1.ece.iastate.edu
-2006-09-29 09:02:50,019 DEBUG Found tickets for planetlab1.di.unito.it
-2006-09-29 09:02:50,020 DEBUG Popping from q - sdu1.6planetlab.edu.cn
-2006-09-29 09:02:50,021 DEBUG Popping from q - planetlab4.upc.es
-2006-09-29 09:02:50,022 DEBUG Popping from q - planetlab-13.cs.princeton.edu
-2006-09-29 09:02:50,024 DEBUG Popping from q - planet1.cc.gt.atl.ga.us
-2006-09-29 09:02:50,025 DEBUG Found tickets for planetlab-1.ece.iastate.edu
-2006-09-29 09:02:50,026 DEBUG Popping from q - planetlab2.eecs.wsu.edu
-2006-09-29 09:02:50,027 DEBUG Found tickets for planetlab-13.cs.princeton.edu
-2006-09-29 09:02:50,028 DEBUG Popping from q - planet2.cs.ucsb.edu
-2006-09-29 09:02:50,028 DEBUG Popping from q - xjtu2.6planetlab.edu.cn
-2006-09-29 09:02:50,030 DEBUG Found tickets for sdu1.6planetlab.edu.cn
-2006-09-29 09:02:50,030 DEBUG Popping from q - planetlab3.upc.es
-2006-09-29 09:02:50,031 DEBUG Popping from q - node1.lbnl.nodes.planet-lab.org
-2006-09-29 09:02:50,033 DEBUG Popping from q - planetlab1.iitr.ernet.in
-2006-09-29 09:02:50,034 DEBUG Found tickets for planet2.cs.ucsb.edu
-2006-09-29 09:02:50,035 DEBUG Popping from q - planetlab1.ipls.internet2.planet-lab.org
-2006-09-29 09:02:50,036 DEBUG Popping from q - planetlab2.uvic.ca
-2006-09-29 09:02:50,037 DEBUG Popping from q - planetlab01.erin.utoronto.ca
-2006-09-29 09:02:50,038 DEBUG Popping from q - planetlab-4.ece.iastate.edu
-2006-09-29 09:02:50,040 DEBUG Found tickets for planetlab2.uvic.ca
-2006-09-29 09:02:50,042 DEBUG Popping from q - planetlab1.mnl.cs.sunysb.edu
-2006-09-29 09:02:50,043 DEBUG Popping from q - aladdin.planetlab.extranet.uni-passau.de
-2006-09-29 09:02:50,041 DEBUG Popping from q - planetlab2.informatik.uni-goettingen.de
-2006-09-29 09:02:50,045 DEBUG Found tickets for planetlab-4.ece.iastate.edu
-2006-09-29 09:02:50,045 DEBUG Popping from q - planetlab-1.cs.uni-paderborn.de
-2006-09-29 09:02:50,041 DEBUG Popping from q - ds-pl1.technion.ac.il
-2006-09-29 09:02:50,048 DEBUG Found tickets for planetlab1.mnl.cs.sunysb.edu
-2006-09-29 09:02:50,048 DEBUG Popping from q - planet1.njit.edu
-2006-09-29 09:02:50,049 DEBUG Popping from q - pku2.6planetlab.edu.cn
-2006-09-29 09:02:50,050 DEBUG Found tickets for planetlab2.informatik.uni-goettingen.de
-2006-09-29 09:02:50,050 DEBUG Popping from q - planetlab-1.cs.ucy.ac.cy
-2006-09-29 09:02:50,052 DEBUG Popping from q - planetlab00.cse.psu.edu
-2006-09-29 09:02:50,054 DEBUG Popping from q - planetlab04.ethz.ch
-2006-09-29 09:02:50,055 DEBUG Popping from q - sdu2.6planetlab.edu.cn
-2006-09-29 09:02:50,056 DEBUG Popping from q - planet-lab.iki.rssi.ru
-2006-09-29 09:02:50,057 DEBUG Popping from q - planetlab1.polito.it
-2006-09-29 09:02:50,059 DEBUG Popping from q - planetlab1.uvic.ca
-2006-09-29 09:02:50,060 DEBUG Found tickets for planetlab04.ethz.ch
-2006-09-29 09:02:50,061 DEBUG Popping from q - planetlab1.cs.byu.edu
-2006-09-29 09:02:50,062 DEBUG Found tickets for sdu2.6planetlab.edu.cn
-2006-09-29 09:02:50,062 DEBUG Popping from q - planetlab-1.amst.nodes.planet-lab.org
-2006-09-29 09:02:50,064 DEBUG Found tickets for planetlab1.polito.it
-2006-09-29 09:02:50,064 DEBUG Popping from q - cloudburst.uwaterloo.ca
-2006-09-29 09:02:50,065 DEBUG Found tickets for planet-lab.iki.rssi.ru
-2006-09-29 09:02:50,066 DEBUG Popping from q - planet2.cs.rochester.edu
-2006-09-29 09:02:50,067 DEBUG Found tickets for planetlab1.uvic.ca
-2006-09-29 09:02:50,067 DEBUG Popping from q - planetlab1.xeno.cl.cam.ac.uk
-2006-09-29 09:02:50,068 DEBUG Popping from q - lycra.cs.princeton.edu
-2006-09-29 09:02:50,070 DEBUG Popping from q - planetlab06.mpi-sws.mpg.de
-2006-09-29 09:02:50,071 DEBUG Found tickets for cloudburst.uwaterloo.ca
-2006-09-29 09:02:50,072 DEBUG Popping from q - planetlab1.ias.csusb.edu
-2006-09-29 09:02:50,073 DEBUG Found tickets for planet2.cs.rochester.edu
-2006-09-29 09:02:50,073 DEBUG Popping from q - vayu.iitd.ernet.in
-2006-09-29 09:02:50,074 DEBUG Popping from q - node2.lbnl.nodes.planet-lab.org
-2006-09-29 09:02:50,076 DEBUG Found tickets for lycra.cs.princeton.edu
-2006-09-29 09:02:50,076 DEBUG Popping from q - planetlab2.cs.byu.edu
-2006-09-29 09:02:50,077 DEBUG Popping from q - cqu1.6planetlab.edu.cn
-2006-09-29 09:02:50,079 DEBUG Found tickets for planetlab1.ias.csusb.edu
-2006-09-29 09:02:50,079 DEBUG Popping from q - planetlab2.acis.ufl.edu
-2006-09-29 09:02:50,080 DEBUG Popping from q - planetlab1.cs.unibo.it
-2006-09-29 09:02:50,082 DEBUG Popping from q - tju2.6planetlab.edu.cn
-2006-09-29 09:02:50,084 DEBUG Found tickets for cqu1.6planetlab.edu.cn
-2006-09-29 09:02:50,084 DEBUG Popping from q - orbpl1.rutgers.edu
-2006-09-29 09:02:50,085 DEBUG Popping from q - ent1.cs.nccu.edu.tw
-2006-09-29 09:02:50,086 DEBUG Found tickets for planetlab2.acis.ufl.edu
-2006-09-29 09:02:50,087 DEBUG Popping from q - planet0.jaist.ac.jp
-2006-09-29 09:02:50,088 DEBUG Found tickets for planetlab1.cs.unibo.it
-2006-09-29 09:02:50,088 DEBUG Popping from q - planetlab1.informatik.uni-wuerzburg.de
-2006-09-29 09:02:50,089 DEBUG Found tickets for tju2.6planetlab.edu.cn
-2006-09-29 09:02:50,090 DEBUG Popping from q - planetlab3.warsaw.rd.tp.pl
-2006-09-29 09:02:50,091 DEBUG Found tickets for ent1.cs.nccu.edu.tw
-2006-09-29 09:02:50,091 DEBUG Popping from q - planetlab0.ias.csusb.edu
-2006-09-29 09:02:50,093 DEBUG Found tickets for planet0.jaist.ac.jp
-2006-09-29 09:02:50,094 DEBUG Popping from q - planetlab-2.amst.nodes.planet-lab.org
-2006-09-29 09:02:50,095 DEBUG Found tickets for planetlab1.informatik.uni-wuerzburg.de
-2006-09-29 09:02:50,095 DEBUG Popping from q - planetlab3.inria.fr
-2006-09-29 09:02:50,096 DEBUG Found tickets for planetlab0.ias.csusb.edu
-2006-09-29 09:02:50,096 DEBUG Popping from q - 200-102-209-152.paemt7001.t.brasiltelecom.net.br
-2006-09-29 09:02:50,097 DEBUG Found tickets for orbpl1.rutgers.edu
-2006-09-29 09:02:50,098 DEBUG Popping from q - planetlab3.mnl.cs.sunysb.edu
-2006-09-29 09:02:50,099 DEBUG Popping from q - planetlab-15.cs.princeton.edu
-2006-09-29 09:02:50,101 DEBUG Popping from q - ent2.cs.nccu.edu.tw
-2006-09-29 09:02:50,102 DEBUG Found tickets for 200-102-209-152.paemt7001.t.brasiltelecom.net.br
-2006-09-29 09:02:50,102 DEBUG Popping from q - planet-lab-2.csse.monash.edu.au
-2006-09-29 09:02:50,104 DEBUG Popping from q - planet1.ecse.rpi.edu
-2006-09-29 09:02:50,105 DEBUG Popping from q - planetlab2.pop-mg.rnp.br
-2006-09-29 09:02:50,106 DEBUG Popping from q - planetlab-2.unk.edu
-2006-09-29 09:02:50,108 DEBUG Found tickets for planet-lab-2.csse.monash.edu.au
-2006-09-29 09:02:50,108 DEBUG Popping from q - planetlab2.rdfrancetelecom.com
-2006-09-29 09:02:50,109 DEBUG Found tickets for planetlab2.pop-mg.rnp.br
-2006-09-29 09:02:50,110 DEBUG Popping from q - planetlab1.eurecom.fr
-2006-09-29 09:02:50,111 DEBUG Found tickets for planet1.ecse.rpi.edu
-2006-09-29 09:02:50,111 DEBUG Popping from q - planetlab1.cs.virginia.edu
-2006-09-29 09:02:50,112 DEBUG Popping from q - tju1.6planetlab.edu.cn
-2006-09-29 09:02:50,114 DEBUG Found tickets for planetlab1.eurecom.fr
-2006-09-29 09:02:50,115 DEBUG Popping from q - planetlab-3.amst.nodes.planet-lab.org
-2006-09-29 09:02:50,116 DEBUG Popping from q - planetlab2.iitr.ernet.in
-2006-09-29 09:02:50,117 DEBUG Found tickets for ent2.cs.nccu.edu.tw
-2006-09-29 09:02:50,118 DEBUG Popping from q - planet1.inf.tu-dresden.de
-2006-09-29 09:02:50,118 DEBUG Popping from q - planetlab1.georgetown.edu
-2006-09-29 09:02:50,120 DEBUG Found tickets for planetlab2.rdfrancetelecom.com
-2006-09-29 09:02:50,120 DEBUG Popping from q - alice.cs.princeton.edu
-2006-09-29 09:02:50,121 DEBUG Found tickets for tju1.6planetlab.edu.cn
-2006-09-29 09:02:50,122 DEBUG Popping from q - planetlab02.erin.utoronto.ca
-2006-09-29 09:02:50,123 DEBUG Popping from q - planetlab-1.vuse.vanderbilt.edu
-2006-09-29 09:02:50,125 DEBUG Popping from q - planetlab3.uvic.ca
-2006-09-29 09:02:50,126 DEBUG Found tickets for planetlab1.georgetown.edu
-2006-09-29 09:02:50,126 DEBUG Popping from q - scut2.6planetlab.edu.cn
-2006-09-29 09:02:50,127 DEBUG Popping from q - planetlab1.swidnik.rd.tp.pl
-2006-09-29 09:02:50,128 DEBUG Found tickets for alice.cs.princeton.edu
-2006-09-29 09:02:50,128 DEBUG Popping from q - planet2.cdacb.ernet.in
-2006-09-29 09:02:50,131 DEBUG Found tickets for planetlab-1.vuse.vanderbilt.edu
-2006-09-29 09:02:50,131 DEBUG Popping from q - planetlab1.rdfrancetelecom.com
-2006-09-29 09:02:50,133 DEBUG Found tickets for scut2.6planetlab.edu.cn
-2006-09-29 09:02:50,133 DEBUG Popping from q - planet2.inf.tu-dresden.de
-2006-09-29 09:02:50,134 DEBUG Found tickets for planetlab3.uvic.ca
-2006-09-29 09:02:50,134 DEBUG Popping from q - planet02.csc.ncsu.edu
-2006-09-29 09:02:50,135 DEBUG Found tickets for planet2.cdacb.ernet.in
-2006-09-29 09:02:50,136 DEBUG Popping from q - planetlab-1.tssg.org
-2006-09-29 09:02:50,137 DEBUG Found tickets for planetlab1.swidnik.rd.tp.pl
-2006-09-29 09:02:50,137 DEBUG Popping from q - planetlab-2.vuse.vanderbilt.edu
-2006-09-29 09:02:50,138 DEBUG Popping from q - planetlab-11.cs.princeton.edu
-2006-09-29 09:02:50,140 DEBUG Popping from q - planet03.csc.ncsu.edu
-2006-09-29 09:02:50,141 DEBUG Found tickets for planetlab-1.tssg.org
-2006-09-29 09:02:50,141 DEBUG Popping from q - planetlab1.pop-rj.rnp.br
-2006-09-29 09:02:50,142 DEBUG Found tickets for planetlab1.rdfrancetelecom.com
-2006-09-29 09:02:50,142 DEBUG Popping from q - planet1.halifax.canet4.nodes.planet-lab.org
-2006-09-29 09:02:50,145 DEBUG Popping from q - planetlab2.uc.edu
-2006-09-29 09:02:50,146 DEBUG Popping from q - planet1.cavite.nodes.planet-lab.org
-2006-09-29 09:02:50,147 DEBUG Found tickets for planetlab1.pop-rj.rnp.br
-2006-09-29 09:02:50,148 DEBUG Popping from q - ds-pl3.technion.ac.il
-2006-09-29 09:02:50,149 DEBUG Found tickets for planetlab-2.vuse.vanderbilt.edu
-2006-09-29 09:02:50,149 DEBUG Popping from q - planetlab2.cs.purdue.edu
-2006-09-29 09:02:50,150 DEBUG Popping from q - planetlab3.millennium.berkeley.edu
-2006-09-29 09:02:50,152 DEBUG Popping from q - planetlab1.unl.edu
-2006-09-29 09:02:50,153 DEBUG Found tickets for ds-pl3.technion.ac.il
-2006-09-29 09:02:50,154 DEBUG Popping from q - planetlab1.cs.colorado.edu
-2006-09-29 09:02:50,155 DEBUG Popping from q - planetlab02.cs.washington.edu
-2006-09-29 09:02:50,157 DEBUG Popping from q - pads21.cs.nthu.edu.tw
-2006-09-29 09:02:50,159 DEBUG Found tickets for planetlab1.cs.colorado.edu
-2006-09-29 09:02:50,159 DEBUG Popping from q - planetlab2.informatik.uni-erlangen.de
-2006-09-29 09:02:50,160 DEBUG Found tickets for planetlab02.cs.washington.edu
-2006-09-29 09:02:50,160 DEBUG Popping from q - planetlab-01.ipv6.lip6.fr
-2006-09-29 09:02:50,158 DEBUG Popping from q - orbpl2.rutgers.edu
-2006-09-29 09:02:50,162 DEBUG Found tickets for planetlab2.informatik.uni-erlangen.de
-2006-09-29 09:02:50,162 DEBUG Popping from q - pl2.ernet.in
-2006-09-29 09:02:50,164 DEBUG Found tickets for planetlab1.unl.edu
-2006-09-29 09:02:50,164 DEBUG Popping from q - neu2.6planetlab.edu.cn
-2006-09-29 09:02:50,165 DEBUG Popping from q - planetlab-2.cs.uni-paderborn.de
-2006-09-29 09:02:50,167 DEBUG Found tickets for planetlab-01.ipv6.lip6.fr
-2006-09-29 09:02:50,168 DEBUG Popping from q - planet5.cs.huji.ac.il
-2006-09-29 09:02:50,169 DEBUG Found tickets for orbpl2.rutgers.edu
-2006-09-29 09:02:50,169 DEBUG Popping from q - planetlab1.elet.polimi.it
-2006-09-29 09:02:50,170 DEBUG Popping from q - planetlab2.iiitb.ac.in
-2006-09-29 09:02:50,172 DEBUG Popping from q - server1.planetlab.iit-tech.net
-2006-09-29 09:02:50,173 DEBUG Popping from q - planetlab2.iitb.ac.in
-2006-09-29 09:02:50,175 DEBUG Popping from q - planetlab02.dis.unina.it
-2006-09-29 09:02:50,176 DEBUG Popping from q - planetlab-1.dis.uniroma1.it
-2006-09-29 09:02:50,177 DEBUG Popping from q - planetlab1.iitb.ac.in
-2006-09-29 09:02:50,178 DEBUG Found tickets for server1.planetlab.iit-tech.net
-2006-09-29 09:02:50,179 DEBUG Popping from q - pku1.6planetlab.edu.cn
-2006-09-29 09:02:50,180 DEBUG Found tickets for planetlab2.iitb.ac.in
-2006-09-29 09:02:50,181 DEBUG Popping from q - planetlab1.warsaw.rd.tp.pl
-2006-09-29 09:02:50,182 DEBUG Popping from q - planetlab1.cri.haifa.ac.il
-2006-09-29 09:02:50,183 DEBUG Popping from q - planetlab-2.cs.ucy.ac.cy
-2006-09-29 09:02:50,184 DEBUG Found tickets for pku1.6planetlab.edu.cn
-2006-09-29 09:02:50,185 DEBUG Popping from q - pl1.ernet.in
-2006-09-29 09:02:50,186 DEBUG Found tickets for planetlab1.iitb.ac.in
-2006-09-29 09:02:50,186 DEBUG Popping from q - planetlab2.georgetown.edu
-2006-09-29 09:02:50,188 DEBUG Popping from q - server2.planetlab.iit-tech.net
-2006-09-29 09:02:50,190 DEBUG Found tickets for planetlab1.cri.haifa.ac.il
-2006-09-29 09:02:50,190 DEBUG Popping from q - planetlab2.di.unito.it
-2006-09-29 09:02:50,191 DEBUG Popping from q - planetlab1.csee.usf.edu
-2006-09-29 09:02:50,192 DEBUG Popping from q - planetlab-2.dis.uniroma1.it
-2006-09-29 09:02:50,193 DEBUG Found tickets for planetlab2.georgetown.edu
-2006-09-29 09:02:50,194 DEBUG Popping from q - planetlab2.informatik.uni-kl.de
-2006-09-29 09:02:50,196 DEBUG Found tickets for server2.planetlab.iit-tech.net
-2006-09-29 09:02:50,196 DEBUG Popping from q - planet1.cs.rochester.edu
-2006-09-29 09:02:50,197 DEBUG Popping from q - planetlab1.rutgers.edu
-2006-09-29 09:02:50,198 DEBUG Popping from q - planetlab-2.ece.iastate.edu
-2006-09-29 09:02:50,199 DEBUG Popping from q - planetlab-1.sjce.nodes.planet-lab.org
-2006-09-29 09:02:50,200 DEBUG Found tickets for planetlab2.informatik.uni-kl.de
-2006-09-29 09:02:50,200 DEBUG Popping from q - planetlab2.ece.ucdavis.edu
-2006-09-29 09:02:50,203 DEBUG Found tickets for planetlab1.rutgers.edu
-2006-09-29 09:02:50,203 DEBUG Popping from q - planetlab1.ie.cuhk.edu.hk
-2006-09-29 09:02:50,204 DEBUG Popping from q - planetlab2lannion.elibel.tm.fr
-2006-09-29 09:02:50,205 DEBUG Found tickets for planet1.cs.rochester.edu
-2006-09-29 09:02:50,206 DEBUG Popping from q - planetlab01.mpi-sws.mpg.de
-2006-09-29 09:02:50,207 DEBUG Found tickets for planetlab-1.sjce.nodes.planet-lab.org
-2006-09-29 09:02:50,207 DEBUG Popping from q - planetlab2.cs.duke.edu
-2006-09-29 09:02:50,209 DEBUG Found tickets for planetlab1.ie.cuhk.edu.hk
-2006-09-29 09:02:50,209 DEBUG Popping from q - planetlab1.rn.informatics.scitech.susx.ac.uk
-2006-09-29 09:02:50,210 DEBUG Popping from q - planetlab1.eee.hku.hk
-2006-09-29 09:02:50,211 DEBUG Popping from q - pads23.cs.nthu.edu.tw
-2006-09-29 09:02:50,212 DEBUG Popping from q - planet2.halifax.canet4.nodes.planet-lab.org
-2006-09-29 09:02:50,213 DEBUG Found tickets for planetlab1.eee.hku.hk
-2006-09-29 09:02:50,215 DEBUG Popping from q - planetlab-2.tssg.org
-2006-09-29 09:02:50,216 DEBUG Popping from q - 200-102-209-151.paemt7001.t.brasiltelecom.net.br
-2006-09-29 09:02:50,214 DEBUG Found tickets for planetlab1.rn.informatics.scitech.susx.ac.uk
-2006-09-29 09:02:50,218 DEBUG Popping from q - planetlab2.poly.edu
-2006-09-29 09:02:50,219 DEBUG Found tickets for planet2.halifax.canet4.nodes.planet-lab.org
-2006-09-29 09:02:50,219 DEBUG Popping from q - planetlab1.poly.edu
-2006-09-29 09:02:50,221 DEBUG Found tickets for planetlab-2.tssg.org
-2006-09-29 09:02:50,221 DEBUG Popping from q - planetlab2.net-research.org.uk
-2006-09-29 09:02:50,223 DEBUG Popping from q - planetlab-2.imperial.ac.uk
-2006-09-29 09:02:50,224 DEBUG Found tickets for 200-102-209-151.paemt7001.t.brasiltelecom.net.br
-2006-09-29 09:02:50,224 DEBUG Popping from q - planetlab-1.imperial.ac.uk
-2006-09-29 09:02:50,225 DEBUG Popping from q - planetlab1.byu.edu
-2006-09-29 09:02:50,226 DEBUG Popping from q - planetlab2.eee.hku.hk
-2006-09-29 09:02:50,228 DEBUG Found tickets for planetlab-2.imperial.ac.uk
-2006-09-29 09:02:50,229 DEBUG Found tickets for planetlab-1.imperial.ac.uk
-2006-09-29 09:02:50,230 DEBUG Found tickets for planetlab2.net-research.org.uk
-2006-09-29 09:22:49,789 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv
-2006-09-29 09:22:50,851 DEBUG Retrieved 705 hosts
-2006-09-29 09:22:50,857 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='drift%20%3E%201m'
-2006-09-29 09:22:50,991 DEBUG Retrieved 7 hosts
-2006-09-29 09:22:50,992 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='resptime%20%3E%200%20&&%20gbfree%20%3C%205'
-2006-09-29 09:22:51,131 DEBUG Retrieved 10 hosts
-2006-09-29 09:22:51,132 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='sshstatus%20%3E%202h'
-2006-09-29 09:22:51,477 DEBUG Retrieved 162 hosts
-2006-09-29 09:22:51,479 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='dns1udp%20%3E%2080%20&&%20dns2udp%20%3E%2080'
-2006-09-29 09:22:51,662 DEBUG Retrieved 7 hosts
-2006-09-29 09:22:51,663 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='filerw%3E0'
-2006-09-29 09:22:51,904 DEBUG Retrieved 1 hosts
-2006-09-29 09:22:51,907 DEBUG Popping from q - planetlab2.elet.polimi.it
-2006-09-29 09:22:51,908 DEBUG Popping from q - pli1-br-3.hpl.hp.com
-2006-09-29 09:22:51,909 DEBUG Popping from q - planetlab2.nbgisp.com
-2006-09-29 09:22:51,910 DEBUG Popping from q - planetlab1.cs.stir.ac.uk
-2006-09-29 09:22:51,911 DEBUG Popping from q - planetlab1.cse.msu.edu
-2006-09-29 09:23:01,433 DEBUG Found tickets for pli1-br-3.hpl.hp.com
-2006-09-29 09:23:01,433 DEBUG Popping from q - planetlab0.cs.stir.ac.uk
-2006-09-29 09:23:25,084 DEBUG Popping from q - planetlab1.informatik.uni-erlangen.de
-2006-09-29 09:23:27,263 DEBUG Popping from q - planetlab1.cs.purdue.edu
-2006-09-29 09:23:29,407 DEBUG Found tickets for planetlab1.cse.msu.edu
-2006-09-29 09:23:29,408 DEBUG Popping from q - planetlab1.een.orst.edu
-2006-09-29 09:23:29,422 DEBUG Popping from q - planetlab2.cs.columbia.edu
-2006-09-29 09:23:33,858 DEBUG Popping from q - planetlab1.win.trlabs.ca
-2006-09-29 09:23:51,872 DEBUG Found tickets for planetlab1.cs.purdue.edu
-2006-09-29 09:23:51,872 DEBUG Popping from q - planetlab1.cs.duke.edu
-2006-09-29 09:23:58,697 DEBUG Popping from q - planetlab2.flux.utah.edu
-2006-09-29 09:24:08,193 DEBUG Popping from q - planetlab3.cs.columbia.edu
-2006-09-29 09:24:08,592 DEBUG Popping from q - planetlab1.cs.columbia.edu
-2006-09-29 09:24:09,447 DEBUG Popping from q - planetlab3.flux.utah.edu
-2006-09-29 09:24:12,952 DEBUG Popping from q - planetlab-1.eecs.cwru.edu
-2006-09-29 09:24:32,390 DEBUG Popping from q - planetlab2.rutgers.edu
-2006-09-29 09:24:44,063 DEBUG Found tickets for planetlab2.rutgers.edu
-2006-09-29 09:24:44,064 DEBUG Popping from q - vn3.cs.wustl.edu
-2006-09-29 09:24:45,185 DEBUG Popping from q - planetlab2.cri.haifa.ac.il
-2006-09-29 09:24:46,510 DEBUG Popping from q - soccf-planet-001.comp.nus.edu.sg
-2006-09-29 09:24:52,936 DEBUG Popping from q - planetlab01.cse.psu.edu
-2006-09-29 09:24:54,931 DEBUG Popping from q - csu2.6planetlab.edu.cn
-2006-09-29 09:25:12,500 DEBUG Found tickets for vn3.cs.wustl.edu
-2006-09-29 09:25:12,501 DEBUG Popping from q - planet2.njit.edu
-2006-09-29 09:25:17,095 DEBUG Found tickets for planetlab2.cri.haifa.ac.il
-2006-09-29 09:25:17,095 DEBUG Popping from q - planetlab2.unl.edu
-2006-09-29 09:25:17,237 DEBUG Found tickets for soccf-planet-001.comp.nus.edu.sg
-2006-09-29 09:25:17,238 DEBUG Popping from q - planetlab1.cs.pitt.edu
-2006-09-29 09:25:27,852 DEBUG Found tickets for csu2.6planetlab.edu.cn
-2006-09-29 09:25:27,852 DEBUG Popping from q - planetlab-2.eecs.cwru.edu
-2006-09-29 09:25:29,554 DEBUG Popping from q - planetlab2.urv.net
-2006-09-29 09:25:44,409 DEBUG Found tickets for planet2.njit.edu
-2006-09-29 09:25:44,410 DEBUG Popping from q - planetlab7.csail.mit.edu
-2006-09-29 09:25:50,344 DEBUG Popping from q - buaa1.6planetlab.edu.cn
-2006-09-29 09:25:54,757 DEBUG Popping from q - ricepl-3.cs.rice.edu
-2006-09-29 09:26:04,146 DEBUG Popping from q - planet-lab-1.csse.monash.edu.au
-2006-09-29 09:26:04,649 DEBUG Popping from q - planetlab5.millennium.berkeley.edu
-2006-09-29 09:26:13,971 DEBUG Found tickets for planetlab7.csail.mit.edu
-2006-09-29 09:26:13,972 DEBUG Popping from q - planetlab1.pop-ce.rnp.br
-2006-09-29 09:26:28,975 DEBUG Found tickets for buaa1.6planetlab.edu.cn
-2006-09-29 09:26:28,976 DEBUG Popping from q - planetlab2.mnlab.cti.depaul.edu
-2006-09-29 09:26:31,738 DEBUG Popping from q - peace.ri.uni-tuebingen.de
-2006-09-29 09:26:38,039 DEBUG Popping from q - planetlab-8.cs.princeton.edu
-2006-09-29 09:26:38,070 DEBUG Popping from q - planetlab2.ucsd.edu
-2006-09-29 09:26:45,639 DEBUG Found tickets for planetlab-8.cs.princeton.edu
-2006-09-29 09:26:45,639 DEBUG Popping from q - blast.uwaterloo.ca
-2006-09-29 09:26:50,736 DEBUG Found tickets for planetlab1.pop-ce.rnp.br
-2006-09-29 09:26:50,737 DEBUG Popping from q - planetlab1.cs.wayne.edu
-2006-09-29 09:27:07,388 DEBUG Popping from q - pli1-br-3.hpl.hp.com
-2006-09-29 09:27:07,402 DEBUG Found tickets for planetlab2.mnlab.cti.depaul.edu
-2006-09-29 09:27:07,402 DEBUG Popping from q - planetlab2.eurecom.fr
-2006-09-29 09:27:07,421 DEBUG Found tickets for pli1-br-3.hpl.hp.com
-2006-09-29 09:27:07,421 DEBUG Popping from q - planetlab1.di.unito.it
-2006-09-29 09:27:22,563 DEBUG Found tickets for planetlab2.ucsd.edu
-2006-09-29 09:27:22,564 DEBUG Popping from q - planetlab2.simula.no
-2006-09-29 09:27:23,170 DEBUG Found tickets for blast.uwaterloo.ca
-2006-09-29 09:27:23,170 DEBUG Popping from q - planetlab01.dis.unina.it
-2006-09-29 09:27:28,490 DEBUG Found tickets for planetlab1.cs.wayne.edu
-2006-09-29 09:27:28,491 DEBUG Popping from q - planetlab1.flux.utah.edu
-2006-09-29 09:27:29,434 DEBUG Found tickets for planetlab1.di.unito.it
-2006-09-29 09:27:29,434 DEBUG Popping from q - planetlab-1.ece.iastate.edu
-2006-09-29 09:27:36,635 DEBUG Popping from q - sdu1.6planetlab.edu.cn
-2006-09-29 09:27:59,092 DEBUG Popping from q - planetlab4.upc.es
-2006-09-29 09:27:59,287 DEBUG Popping from q - planetlab-13.cs.princeton.edu
-2006-09-29 09:28:03,355 DEBUG Found tickets for sdu1.6planetlab.edu.cn
-2006-09-29 09:28:03,355 DEBUG Popping from q - planet1.cc.gt.atl.ga.us
-2006-09-29 09:28:03,577 DEBUG Found tickets for planetlab-1.ece.iastate.edu
-2006-09-29 09:28:03,578 DEBUG Popping from q - planetlab2.eecs.wsu.edu
-2006-09-29 09:28:06,811 DEBUG Popping from q - planet2.cs.ucsb.edu
-2006-09-29 09:28:28,599 DEBUG Found tickets for planetlab-13.cs.princeton.edu
-2006-09-29 09:28:28,600 DEBUG Popping from q - xjtu2.6planetlab.edu.cn
-2006-09-29 09:28:37,896 DEBUG Popping from q - planetlab3.upc.es
-2006-09-29 09:28:38,771 DEBUG Popping from q - node1.lbnl.nodes.planet-lab.org
-2006-09-29 09:28:40,818 DEBUG Popping from q - planetlab1.iitr.ernet.in
-2006-09-29 09:28:46,817 DEBUG Popping from q - planetlab1.ipls.internet2.planet-lab.org
-2006-09-29 09:28:48,703 DEBUG Popping from q - planetlab2.uvic.ca
-2006-09-29 09:28:57,558 DEBUG Found tickets for planetlab2.uvic.ca
-2006-09-29 09:28:57,558 DEBUG Popping from q - planetlab01.erin.utoronto.ca
-2006-09-29 09:28:58,478 DEBUG Found tickets for planet2.cs.ucsb.edu
-2006-09-29 09:28:58,478 DEBUG Popping from q - planetlab-4.ece.iastate.edu
-2006-09-29 09:29:19,320 DEBUG Popping from q - planetlab2.informatik.uni-goettingen.de
-2006-09-29 09:29:25,359 DEBUG Popping from q - ds-pl1.technion.ac.il
-2006-09-29 09:29:26,351 DEBUG Found tickets for planetlab-4.ece.iastate.edu
-2006-09-29 09:29:26,351 DEBUG Popping from q - planetlab1.mnl.cs.sunysb.edu
-2006-09-29 09:29:29,338 DEBUG Popping from q - aladdin.planetlab.extranet.uni-passau.de
-2006-09-29 09:29:33,502 DEBUG Popping from q - planetlab-1.cs.uni-paderborn.de
-2006-09-29 09:29:52,536 DEBUG Found tickets for planetlab1.mnl.cs.sunysb.edu
-2006-09-29 09:29:52,537 DEBUG Popping from q - planet1.njit.edu
-2006-09-29 09:29:52,582 DEBUG Popping from q - pku2.6planetlab.edu.cn
-2006-09-29 09:29:58,903 DEBUG Found tickets for planetlab2.informatik.uni-goettingen.de
-2006-09-29 09:29:58,903 DEBUG Popping from q - planetlab-1.cs.ucy.ac.cy
-2006-09-29 09:30:01,358 DEBUG Popping from q - planetlab00.cse.psu.edu
-2006-09-29 09:30:07,819 DEBUG Popping from q - planetlab04.ethz.ch
-2006-09-29 09:30:17,180 DEBUG Popping from q - sdu2.6planetlab.edu.cn
-2006-09-29 09:30:32,362 DEBUG Popping from q - planet-lab.iki.rssi.ru
-2006-09-29 09:30:38,667 DEBUG Popping from q - planetlab1.polito.it
-2006-09-29 09:30:38,669 DEBUG Found tickets for planetlab04.ethz.ch
-2006-09-29 09:30:38,669 DEBUG Popping from q - planetlab1.uvic.ca
-2006-09-29 09:30:43,165 DEBUG Popping from q - planetlab1.cs.byu.edu
-2006-09-29 09:30:46,862 DEBUG Found tickets for sdu2.6planetlab.edu.cn
-2006-09-29 09:30:46,862 DEBUG Popping from q - planetlab-1.amst.nodes.planet-lab.org
-2006-09-29 09:30:58,814 DEBUG Found tickets for planetlab1.uvic.ca
-2006-09-29 09:30:58,814 DEBUG Popping from q - cloudburst.uwaterloo.ca
-2006-09-29 09:31:13,186 DEBUG Found tickets for planet-lab.iki.rssi.ru
-2006-09-29 09:31:13,186 DEBUG Popping from q - planet2.cs.rochester.edu
-2006-09-29 09:31:13,344 DEBUG Popping from q - planetlab1.xeno.cl.cam.ac.uk
-2006-09-29 09:31:14,521 DEBUG Found tickets for planetlab1.polito.it
-2006-09-29 09:31:14,521 DEBUG Popping from q - lycra.cs.princeton.edu
-2006-09-29 09:31:22,481 DEBUG Popping from q - planetlab06.mpi-sws.mpg.de
-2006-09-29 09:31:36,071 DEBUG Found tickets for cloudburst.uwaterloo.ca
-2006-09-29 09:31:36,071 DEBUG Popping from q - planetlab1.ias.csusb.edu
-2006-09-29 09:31:44,609 DEBUG Popping from q - vayu.iitd.ernet.in
-2006-09-29 09:31:44,610 DEBUG Found tickets for planet2.cs.rochester.edu
-2006-09-29 09:31:44,610 DEBUG Popping from q - node2.lbnl.nodes.planet-lab.org
-2006-09-29 09:31:51,917 DEBUG Popping from q - planetlab2.cs.byu.edu
-2006-09-29 09:31:57,611 DEBUG Found tickets for lycra.cs.princeton.edu
-2006-09-29 09:31:57,611 DEBUG Popping from q - cqu1.6planetlab.edu.cn
-2006-09-29 09:32:06,055 DEBUG Found tickets for cqu1.6planetlab.edu.cn
-2006-09-29 09:32:06,055 DEBUG Popping from q - planetlab2.acis.ufl.edu
-2006-09-29 09:32:15,308 DEBUG Found tickets for planetlab2.acis.ufl.edu
-2006-09-29 09:32:15,309 DEBUG Popping from q - planetlab1.cs.unibo.it
-2006-09-29 09:32:20,913 DEBUG Found tickets for planetlab1.ias.csusb.edu
-2006-09-29 09:32:20,913 DEBUG Popping from q - tju2.6planetlab.edu.cn
-2006-09-29 09:32:31,966 DEBUG Popping from q - orbpl1.rutgers.edu
-2006-09-29 09:32:34,675 DEBUG Popping from q - ent1.cs.nccu.edu.tw
-2006-09-29 09:32:38,104 DEBUG Popping from q - planet0.jaist.ac.jp
-2006-09-29 09:32:49,167 DEBUG Found tickets for planetlab1.cs.unibo.it
-2006-09-29 09:32:49,168 DEBUG Popping from q - planetlab1.informatik.uni-wuerzburg.de
-2006-09-29 09:32:54,658 DEBUG Found tickets for tju2.6planetlab.edu.cn
-2006-09-29 09:32:54,658 DEBUG Popping from q - planetlab3.warsaw.rd.tp.pl
-2006-09-29 09:33:02,304 DEBUG Popping from q - planetlab0.ias.csusb.edu
-2006-09-29 09:33:11,373 DEBUG Found tickets for orbpl1.rutgers.edu
-2006-09-29 09:33:11,373 DEBUG Popping from q - planetlab-2.amst.nodes.planet-lab.org
-2006-09-29 09:33:15,841 DEBUG Found tickets for ent1.cs.nccu.edu.tw
-2006-09-29 09:33:15,842 DEBUG Popping from q - planetlab3.inria.fr
-2006-09-29 09:33:16,612 DEBUG Found tickets for planet0.jaist.ac.jp
-2006-09-29 09:33:16,612 DEBUG Popping from q - 200-102-209-152.paemt7001.t.brasiltelecom.net.br
-2006-09-29 09:33:33,612 DEBUG Found tickets for planetlab1.informatik.uni-wuerzburg.de
-2006-09-29 09:33:33,612 DEBUG Popping from q - planetlab3.mnl.cs.sunysb.edu
-2006-09-29 09:33:34,174 DEBUG Popping from q - planetlab-15.cs.princeton.edu
-2006-09-29 09:33:40,239 DEBUG Found tickets for planetlab0.ias.csusb.edu
-2006-09-29 09:33:40,239 DEBUG Popping from q - ent2.cs.nccu.edu.tw
-2006-09-29 09:33:47,183 DEBUG Found tickets for 200-102-209-152.paemt7001.t.brasiltelecom.net.br
-2006-09-29 09:33:47,184 DEBUG Popping from q - planet-lab-2.csse.monash.edu.au
-2006-09-29 09:33:50,513 DEBUG Popping from q - planet1.ecse.rpi.edu
-2006-09-29 09:34:11,221 DEBUG Found tickets for ent2.cs.nccu.edu.tw
-2006-09-29 09:34:11,221 DEBUG Popping from q - planetlab2.pop-mg.rnp.br
-2006-09-29 09:34:11,231 DEBUG Popping from q - planetlab-2.unk.edu
-2006-09-29 09:34:11,237 DEBUG Found tickets for planet-lab-2.csse.monash.edu.au
-2006-09-29 09:34:11,238 DEBUG Popping from q - planetlab2.rdfrancetelecom.com
-2006-09-29 09:34:15,986 DEBUG Popping from q - planetlab1.eurecom.fr
-2006-09-29 09:34:29,232 DEBUG Found tickets for planet1.ecse.rpi.edu
-2006-09-29 09:34:29,232 DEBUG Popping from q - planetlab1.cs.virginia.edu
-2006-09-29 09:34:41,866 DEBUG Found tickets for planetlab2.pop-mg.rnp.br
-2006-09-29 09:34:41,866 DEBUG Popping from q - tju1.6planetlab.edu.cn
-2006-09-29 09:34:42,971 DEBUG Found tickets for planetlab2.rdfrancetelecom.com
-2006-09-29 09:34:42,971 DEBUG Popping from q - planetlab-3.amst.nodes.planet-lab.org
-2006-09-29 09:34:44,440 DEBUG Popping from q - planetlab2.iitr.ernet.in
-2006-09-29 09:34:46,146 DEBUG Found tickets for planetlab1.eurecom.fr
-2006-09-29 09:34:46,146 DEBUG Popping from q - planetlab1.georgetown.edu
-2006-09-29 09:34:57,100 DEBUG Popping from q - planet1.inf.tu-dresden.de
-2006-09-29 09:35:05,105 DEBUG Popping from q - alice.cs.princeton.edu
-2006-09-29 09:35:07,467 DEBUG Found tickets for tju1.6planetlab.edu.cn
-2006-09-29 09:35:07,468 DEBUG Popping from q - planetlab02.erin.utoronto.ca
-2006-09-29 09:35:10,404 DEBUG Popping from q - planetlab-1.vuse.vanderbilt.edu
-2006-09-29 09:35:30,247 DEBUG Found tickets for planetlab1.georgetown.edu
-2006-09-29 09:35:30,247 DEBUG Popping from q - planetlab3.uvic.ca
-2006-09-29 09:35:35,769 DEBUG Popping from q - scut2.6planetlab.edu.cn
-2006-09-29 09:35:36,625 DEBUG Popping from q - planetlab1.swidnik.rd.tp.pl
-2006-09-29 09:35:47,652 DEBUG Found tickets for planetlab-1.vuse.vanderbilt.edu
-2006-09-29 09:35:47,652 DEBUG Popping from q - planet2.cdacb.ernet.in
-2006-09-29 09:35:48,918 DEBUG Found tickets for alice.cs.princeton.edu
-2006-09-29 09:35:48,918 DEBUG Popping from q - planetlab1.rdfrancetelecom.com
-2006-09-29 09:36:07,743 DEBUG Found tickets for planetlab1.swidnik.rd.tp.pl
-2006-09-29 09:36:07,743 DEBUG Popping from q - planet2.inf.tu-dresden.de
-2006-09-29 09:36:07,754 DEBUG Found tickets for planetlab3.uvic.ca
-2006-09-29 09:36:07,755 DEBUG Popping from q - planet02.csc.ncsu.edu
-2006-09-29 09:36:13,365 DEBUG Found tickets for scut2.6planetlab.edu.cn
-2006-09-29 09:36:13,365 DEBUG Popping from q - planetlab-1.tssg.org
-2006-09-29 09:36:16,385 DEBUG Found tickets for planetlab1.rdfrancetelecom.com
-2006-09-29 09:36:16,386 DEBUG Popping from q - planetlab-2.vuse.vanderbilt.edu
-2006-09-29 09:36:21,504 DEBUG Found tickets for planet2.cdacb.ernet.in
-2006-09-29 09:36:21,504 DEBUG Popping from q - planetlab-11.cs.princeton.edu
-2006-09-29 09:36:28,872 DEBUG Popping from q - planet03.csc.ncsu.edu
-2006-09-29 09:36:44,861 DEBUG Popping from q - planetlab1.pop-rj.rnp.br
-2006-09-29 09:36:49,698 DEBUG Found tickets for planetlab-1.tssg.org
-2006-09-29 09:36:49,698 DEBUG Popping from q - planet1.halifax.canet4.nodes.planet-lab.org
-2006-09-29 09:36:53,455 DEBUG Found tickets for planetlab-2.vuse.vanderbilt.edu
-2006-09-29 09:36:53,455 DEBUG Popping from q - planetlab2.uc.edu
-2006-09-29 09:36:58,129 DEBUG Popping from q - planet1.cavite.nodes.planet-lab.org
-2006-09-29 09:37:07,054 DEBUG Popping from q - ds-pl3.technion.ac.il
-2006-09-29 09:37:15,152 DEBUG Popping from q - planetlab2.cs.purdue.edu
-2006-09-29 09:37:27,022 DEBUG Found tickets for ds-pl3.technion.ac.il
-2006-09-29 09:37:27,023 DEBUG Popping from q - planetlab3.millennium.berkeley.edu
-2006-09-29 09:37:31,086 DEBUG Popping from q - planetlab1.unl.edu
-2006-09-29 09:37:31,376 DEBUG Found tickets for planetlab1.pop-rj.rnp.br
-2006-09-29 09:37:31,376 DEBUG Popping from q - planetlab1.cs.colorado.edu
-2006-09-29 09:37:31,383 DEBUG Popping from q - planetlab02.cs.washington.edu
-2006-09-29 09:37:53,722 DEBUG Found tickets for planetlab1.unl.edu
-2006-09-29 09:37:53,722 DEBUG Popping from q - pads21.cs.nthu.edu.tw
-2006-09-29 09:37:59,006 DEBUG Popping from q - orbpl2.rutgers.edu
-2006-09-29 09:38:02,169 DEBUG Found tickets for planetlab1.cs.colorado.edu
-2006-09-29 09:38:02,169 DEBUG Popping from q - planetlab2.informatik.uni-erlangen.de
-2006-09-29 09:38:07,683 DEBUG Popping from q - planetlab-01.ipv6.lip6.fr
-2006-09-29 09:38:11,495 DEBUG Found tickets for planetlab02.cs.washington.edu
-2006-09-29 09:38:11,496 DEBUG Popping from q - pl2.ernet.in
-2006-09-29 09:38:21,853 DEBUG Popping from q - neu2.6planetlab.edu.cn
-2006-09-29 09:38:33,032 DEBUG Found tickets for orbpl2.rutgers.edu
-2006-09-29 09:38:33,033 DEBUG Popping from q - planetlab-2.cs.uni-paderborn.de
-2006-09-29 09:38:37,982 DEBUG Found tickets for planetlab2.informatik.uni-erlangen.de
-2006-09-29 09:38:37,982 DEBUG Popping from q - planet5.cs.huji.ac.il
-2006-09-29 09:38:45,504 DEBUG Popping from q - planetlab1.elet.polimi.it
-2006-09-29 09:38:45,512 DEBUG Found tickets for planetlab-01.ipv6.lip6.fr
-2006-09-29 09:38:45,512 DEBUG Popping from q - planetlab2.iiitb.ac.in
-2006-09-29 09:38:53,528 DEBUG Popping from q - server1.planetlab.iit-tech.net
-2006-09-29 09:39:04,793 DEBUG Popping from q - planetlab2.iitb.ac.in
-2006-09-29 09:39:11,359 DEBUG Popping from q - planetlab02.dis.unina.it
-2006-09-29 09:39:12,303 DEBUG Popping from q - planetlab-1.dis.uniroma1.it
-2006-09-29 09:39:26,880 DEBUG Found tickets for planetlab2.iitb.ac.in
-2006-09-29 09:39:26,880 DEBUG Popping from q - planetlab1.iitb.ac.in
-2006-09-29 09:39:26,890 DEBUG Found tickets for server1.planetlab.iit-tech.net
-2006-09-29 09:39:26,890 DEBUG Popping from q - pku1.6planetlab.edu.cn
-2006-09-29 09:39:30,676 DEBUG Popping from q - planetlab1.warsaw.rd.tp.pl
-2006-09-29 09:39:43,246 DEBUG Found tickets for planetlab1.iitb.ac.in
-2006-09-29 09:39:43,246 DEBUG Popping from q - planetlab1.cri.haifa.ac.il
-2006-09-29 09:39:52,297 DEBUG Popping from q - planetlab-2.cs.ucy.ac.cy
-2006-09-29 09:40:00,753 DEBUG Popping from q - pl1.ernet.in
-2006-09-29 09:40:04,245 DEBUG Found tickets for pku1.6planetlab.edu.cn
-2006-09-29 09:40:04,245 DEBUG Popping from q - planetlab2.georgetown.edu
-2006-09-29 09:40:04,251 DEBUG Popping from q - server2.planetlab.iit-tech.net
-2006-09-29 09:40:16,790 DEBUG Found tickets for planetlab1.cri.haifa.ac.il
-2006-09-29 09:40:16,790 DEBUG Popping from q - planetlab2.di.unito.it
-2006-09-29 09:40:28,730 DEBUG Popping from q - planetlab1.csee.usf.edu
-2006-09-29 09:40:34,142 DEBUG Popping from q - planetlab-2.dis.uniroma1.it
-2006-09-29 09:40:36,205 DEBUG Found tickets for planetlab2.georgetown.edu
-2006-09-29 09:40:36,205 DEBUG Popping from q - planetlab2.informatik.uni-kl.de
-2006-09-29 09:40:40,839 DEBUG Found tickets for server2.planetlab.iit-tech.net
-2006-09-29 09:40:40,839 DEBUG Popping from q - planet1.cs.rochester.edu
-2006-09-29 09:40:50,950 DEBUG Removing stale entries from DB.
-2006-09-29 09:40:50,950 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='drift%20%3E%201m'
-2006-09-29 09:40:51,092 DEBUG Retrieved 8 hosts
-2006-09-29 09:40:51,093 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='resptime%20%3E%200%20&&%20gbfree%20%3C%205'
-2006-09-29 09:40:51,232 DEBUG Retrieved 10 hosts
-2006-09-29 09:40:51,233 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='sshstatus%20%3E%202h'
-2006-09-29 09:40:51,300 DEBUG Popping from q - planetlab1.rutgers.edu
-2006-09-29 09:40:51,581 DEBUG Retrieved 162 hosts
-2006-09-29 09:40:51,583 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='dns1udp%20%3E%2080%20&&%20dns2udp%20%3E%2080'
-2006-09-29 09:40:51,715 DEBUG Retrieved 6 hosts
-2006-09-29 09:40:51,716 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='filerw%3E0'
-2006-09-29 09:40:51,843 DEBUG Retrieved 1 hosts
-2006-09-29 09:40:51,845 INFO cs-planetlab2.cs.surrey.sfu.ca no longer down
-2006-09-29 09:40:51,845 INFO planetlab1.cs.umass.edu no longer down
-2006-09-29 09:40:51,846 INFO Refreshing DB.
-2006-09-29 09:40:56,400 DEBUG Found tickets for planet1.cs.rochester.edu
-2006-09-29 09:40:56,400 DEBUG Popping from q - planetlab-2.ece.iastate.edu
-2006-09-29 09:41:04,056 DEBUG Popping from q - planetlab-1.sjce.nodes.planet-lab.org
-2006-09-29 09:41:11,765 DEBUG Found tickets for planetlab-1.sjce.nodes.planet-lab.org
-2006-09-29 09:41:11,766 DEBUG Popping from q - planetlab2.ece.ucdavis.edu
-2006-09-29 09:41:19,147 DEBUG Popping from q - planetlab1.ie.cuhk.edu.hk
-2006-09-29 09:41:22,495 DEBUG Found tickets for planetlab2.informatik.uni-kl.de
-2006-09-29 09:41:22,495 DEBUG Popping from q - planetlab2lannion.elibel.tm.fr
-2006-09-29 09:41:32,327 DEBUG Popping from q - planetlab01.mpi-sws.mpg.de
-2006-09-29 09:41:43,379 DEBUG Found tickets for planetlab1.rutgers.edu
-2006-09-29 09:41:43,379 DEBUG Popping from q - planetlab2.cs.duke.edu
-2006-09-29 09:41:43,403 DEBUG Popping from q - planetlab1.rn.informatics.scitech.susx.ac.uk
-2006-09-29 09:41:51,917 DEBUG Popping from q - planetlab1.eee.hku.hk
-2006-09-29 09:41:51,923 DEBUG Found tickets for planetlab1.ie.cuhk.edu.hk
-2006-09-29 09:41:51,924 DEBUG Popping from q - pads23.cs.nthu.edu.tw
-2006-09-29 09:41:59,252 DEBUG Popping from q - planet2.halifax.canet4.nodes.planet-lab.org
-2006-09-29 09:42:17,307 DEBUG Found tickets for planetlab1.rn.informatics.scitech.susx.ac.uk
-2006-09-29 09:42:17,307 DEBUG Popping from q - planetlab-2.tssg.org
-2006-09-29 09:42:20,309 DEBUG Popping from q - 200-102-209-151.paemt7001.t.brasiltelecom.net.br
-2006-09-29 09:42:23,023 DEBUG Popping from q - planetlab2.uc.edu
-2006-09-29 09:42:23,061 DEBUG Popping from q - planetlab2.poly.edu
-2006-09-29 09:42:28,919 DEBUG Found tickets for planetlab1.eee.hku.hk
-2006-09-29 09:42:28,920 DEBUG Popping from q - planetlab1.poly.edu
-2006-09-29 09:42:35,991 DEBUG Found tickets for planet2.halifax.canet4.nodes.planet-lab.org
-2006-09-29 09:42:35,992 DEBUG Popping from q - planetlab2.net-research.org.uk
-2006-09-29 09:42:42,963 DEBUG Found tickets for planetlab-2.tssg.org
-2006-09-29 09:42:42,964 DEBUG Popping from q - planetlab-2.imperial.ac.uk
-2006-09-29 09:42:46,468 DEBUG Found tickets for 200-102-209-151.paemt7001.t.brasiltelecom.net.br
-2006-09-29 09:42:46,468 DEBUG Popping from q - planetlab-1.imperial.ac.uk
-2006-09-29 09:42:51,749 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv
-2006-09-29 09:42:52,814 DEBUG Retrieved 705 hosts
-2006-09-29 09:42:52,821 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='drift%20%3E%201m'
-2006-09-29 09:42:52,954 DEBUG Retrieved 8 hosts
-2006-09-29 09:42:52,954 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='resptime%20%3E%200%20&&%20gbfree%20%3C%205'
-2006-09-29 09:42:53,089 DEBUG Retrieved 10 hosts
-2006-09-29 09:42:53,090 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='sshstatus%20%3E%202h'
-2006-09-29 09:42:53,431 DEBUG Retrieved 162 hosts
-2006-09-29 09:42:53,433 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='dns1udp%20%3E%2080%20&&%20dns2udp%20%3E%2080'
-2006-09-29 09:42:53,562 DEBUG Retrieved 6 hosts
-2006-09-29 09:42:53,563 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='filerw%3E0'
-2006-09-29 09:42:53,685 DEBUG Retrieved 1 hosts
-2006-09-29 09:43:03,051 DEBUG Popping from q - planetlab1.byu.edu
-2006-09-29 09:43:09,296 DEBUG Popping from q - planetlab2.eee.hku.hk
-2006-09-29 09:43:10,875 DEBUG Found tickets for planetlab2.net-research.org.uk
-2006-09-29 09:43:10,875 DEBUG Popping from q - planetlab2.rutgers.edu
-2006-09-29 09:43:10,903 DEBUG Found tickets for planetlab2.rutgers.edu
-2006-09-29 09:43:10,903 DEBUG Popping from q - vn3.cs.wustl.edu
-2006-09-29 09:43:10,928 DEBUG Found tickets for vn3.cs.wustl.edu
-2006-09-29 09:43:10,928 DEBUG Popping from q - planetlab2.cri.haifa.ac.il
-2006-09-29 09:43:10,962 DEBUG Found tickets for planetlab2.cri.haifa.ac.il
-2006-09-29 09:43:10,963 DEBUG Popping from q - soccf-planet-001.comp.nus.edu.sg
-2006-09-29 09:43:10,973 DEBUG Found tickets for soccf-planet-001.comp.nus.edu.sg
-2006-09-29 09:43:10,973 DEBUG Popping from q - planet2.njit.edu
-2006-09-29 09:43:11,006 DEBUG Found tickets for planet2.njit.edu
-2006-09-29 09:43:11,007 DEBUG Popping from q - planetlab1.cri.haifa.ac.il
-2006-09-29 09:43:11,009 DEBUG Found tickets for planetlab1.cri.haifa.ac.il
-2006-09-29 09:43:11,009 DEBUG Popping from q - planetlab7.csail.mit.edu
-2006-09-29 09:43:11,114 DEBUG Found tickets for planetlab7.csail.mit.edu
-2006-09-29 09:43:11,115 DEBUG Popping from q - buaa1.6planetlab.edu.cn
-2006-09-29 09:43:11,118 DEBUG Found tickets for buaa1.6planetlab.edu.cn
-2006-09-29 09:43:11,118 DEBUG Popping from q - planetlab2.net-research.org.uk
-2006-09-29 09:43:11,120 DEBUG Found tickets for planetlab2.net-research.org.uk
-2006-09-29 09:43:11,120 DEBUG Popping from q - planetlab1.pop-ce.rnp.br
-2006-09-29 09:43:11,141 DEBUG Found tickets for planetlab1.pop-ce.rnp.br
-2006-09-29 09:43:11,141 DEBUG Popping from q - planetlab2.mnlab.cti.depaul.edu
-2006-09-29 09:43:11,143 DEBUG Found tickets for planetlab2.mnlab.cti.depaul.edu
-2006-09-29 09:43:11,143 DEBUG Popping from q - planetlab-8.cs.princeton.edu
-2006-09-29 09:43:11,176 DEBUG Found tickets for planetlab-8.cs.princeton.edu
-2006-09-29 09:43:11,176 DEBUG Popping from q - planetlab2.ucsd.edu
-2006-09-29 09:43:11,189 DEBUG Found tickets for planetlab2.ucsd.edu
-2006-09-29 09:43:11,190 DEBUG Popping from q - blast.uwaterloo.ca
-2006-09-29 09:43:11,195 DEBUG Found tickets for blast.uwaterloo.ca
-2006-09-29 09:43:11,196 DEBUG Popping from q - planetlab1.cs.wayne.edu
-2006-09-29 09:43:11,208 DEBUG Found tickets for planetlab1.cs.wayne.edu
-2006-09-29 09:43:11,208 DEBUG Popping from q - pli1-br-3.hpl.hp.com
-2006-09-29 09:43:11,218 DEBUG Found tickets for pli1-br-3.hpl.hp.com
-2006-09-29 09:43:11,218 DEBUG Popping from q - planetlab1.di.unito.it
-2006-09-29 09:43:11,220 DEBUG Found tickets for planetlab1.di.unito.it
-2006-09-29 09:43:11,220 DEBUG Popping from q - planetlab-1.ece.iastate.edu
-2006-09-29 09:43:11,226 DEBUG Found tickets for planetlab-1.ece.iastate.edu
-2006-09-29 09:43:11,227 DEBUG Popping from q - sdu1.6planetlab.edu.cn
-2006-09-29 09:43:11,234 DEBUG Found tickets for sdu1.6planetlab.edu.cn
-2006-09-29 09:43:11,235 DEBUG Popping from q - planetlab-13.cs.princeton.edu
-2006-09-29 09:43:11,237 DEBUG Found tickets for planetlab-13.cs.princeton.edu
-2006-09-29 09:43:11,238 DEBUG Popping from q - planet2.cs.ucsb.edu
-2006-09-29 09:43:11,240 DEBUG Found tickets for planet2.cs.ucsb.edu
-2006-09-29 09:43:11,240 DEBUG Popping from q - ent2.cs.nccu.edu.tw
-2006-09-29 09:43:11,243 DEBUG Found tickets for ent2.cs.nccu.edu.tw
-2006-09-29 09:43:11,244 DEBUG Popping from q - planetlab-4.ece.iastate.edu
-2006-09-29 09:43:11,253 DEBUG Found tickets for planetlab-4.ece.iastate.edu
-2006-09-29 09:43:11,253 DEBUG Popping from q - planetlab2.informatik.uni-goettingen.de
-2006-09-29 09:43:11,255 DEBUG Found tickets for planetlab2.informatik.uni-goettingen.de
-2006-09-29 09:43:11,256 DEBUG Popping from q - planetlab1.mnl.cs.sunysb.edu
-2006-09-29 09:43:11,260 DEBUG Found tickets for planetlab1.mnl.cs.sunysb.edu
-2006-09-29 09:43:11,260 DEBUG Popping from q - planetlab-01.ipv6.lip6.fr
-2006-09-29 09:43:11,263 DEBUG Found tickets for planetlab-01.ipv6.lip6.fr
-2006-09-29 09:43:11,264 DEBUG Popping from q - planetlab04.ethz.ch
-2006-09-29 09:43:11,271 DEBUG Found tickets for planetlab04.ethz.ch
-2006-09-29 09:43:11,271 DEBUG Popping from q - sdu2.6planetlab.edu.cn
-2006-09-29 09:43:11,279 DEBUG Found tickets for sdu2.6planetlab.edu.cn
-2006-09-29 09:43:11,279 DEBUG Popping from q - planet-lab.iki.rssi.ru
-2006-09-29 09:43:11,292 DEBUG Found tickets for planet-lab.iki.rssi.ru
-2006-09-29 09:43:11,292 DEBUG Popping from q - planetlab1.polito.it
-2006-09-29 09:43:11,294 DEBUG Found tickets for planetlab1.polito.it
-2006-09-29 09:43:11,295 DEBUG Popping from q - planetlab1.uvic.ca
-2006-09-29 09:43:11,304 DEBUG Found tickets for planetlab1.uvic.ca
-2006-09-29 09:43:11,304 DEBUG Popping from q - planetlab2.uvic.ca
-2006-09-29 09:43:11,313 DEBUG Found tickets for planetlab2.uvic.ca
-2006-09-29 09:43:11,314 DEBUG Popping from q - planet2.cs.rochester.edu
-2006-09-29 09:43:11,316 DEBUG Found tickets for planet2.cs.rochester.edu
-2006-09-29 09:43:11,316 DEBUG Popping from q - lycra.cs.princeton.edu
-2006-09-29 09:43:11,320 DEBUG Found tickets for lycra.cs.princeton.edu
-2006-09-29 09:43:11,320 DEBUG Popping from q - cloudburst.uwaterloo.ca
-2006-09-29 09:43:11,329 DEBUG Found tickets for cloudburst.uwaterloo.ca
-2006-09-29 09:43:11,330 DEBUG Popping from q - planetlab1.ias.csusb.edu
-2006-09-29 09:43:11,340 DEBUG Found tickets for planetlab1.ias.csusb.edu
-2006-09-29 09:43:11,340 DEBUG Popping from q - planetlab1.cs.unibo.it
-2006-09-29 09:43:11,343 DEBUG Found tickets for planetlab1.cs.unibo.it
-2006-09-29 09:43:11,344 DEBUG Popping from q - cqu1.6planetlab.edu.cn
-2006-09-29 09:43:11,347 DEBUG Found tickets for cqu1.6planetlab.edu.cn
-2006-09-29 09:43:11,347 DEBUG Popping from q - planetlab2.acis.ufl.edu
-2006-09-29 09:43:11,354 DEBUG Found tickets for planetlab2.acis.ufl.edu
-2006-09-29 09:43:11,354 DEBUG Popping from q - tju2.6planetlab.edu.cn
-2006-09-29 09:43:11,358 DEBUG Found tickets for tju2.6planetlab.edu.cn
-2006-09-29 09:43:11,358 DEBUG Popping from q - planetlab-1.imperial.ac.uk
-2006-09-29 09:43:20,037 DEBUG Found tickets for planetlab-1.imperial.ac.uk
-2006-09-29 09:43:20,038 DEBUG Popping from q - orbpl1.rutgers.edu
-2006-09-29 09:43:20,062 DEBUG Found tickets for orbpl1.rutgers.edu
-2006-09-29 09:43:20,062 DEBUG Popping from q - ent1.cs.nccu.edu.tw
-2006-09-29 09:43:20,084 DEBUG Found tickets for ent1.cs.nccu.edu.tw
-2006-09-29 09:43:20,084 DEBUG Popping from q - planet0.jaist.ac.jp
-2006-09-29 09:43:20,159 DEBUG Found tickets for planet0.jaist.ac.jp
-2006-09-29 09:43:20,159 DEBUG Popping from q - planetlab1.informatik.uni-wuerzburg.de
-2006-09-29 09:43:20,201 DEBUG Found tickets for planetlab1.informatik.uni-wuerzburg.de
-2006-09-29 09:43:20,201 DEBUG Popping from q - planetlab0.ias.csusb.edu
-2006-09-29 09:43:20,265 DEBUG Found tickets for planetlab0.ias.csusb.edu
-2006-09-29 09:43:20,266 DEBUG Popping from q - 200-102-209-152.paemt7001.t.brasiltelecom.net.br
-2006-09-29 09:43:20,321 DEBUG Found tickets for 200-102-209-152.paemt7001.t.brasiltelecom.net.br
-2006-09-29 09:43:20,321 DEBUG Popping from q - planet-lab-2.csse.monash.edu.au
-2006-09-29 09:43:20,325 DEBUG Found tickets for planet-lab-2.csse.monash.edu.au
-2006-09-29 09:43:20,326 DEBUG Popping from q - planet1.ecse.rpi.edu
-2006-09-29 09:43:20,328 DEBUG Found tickets for planet1.ecse.rpi.edu
-2006-09-29 09:43:20,328 DEBUG Popping from q - planetlab2.pop-mg.rnp.br
-2006-09-29 09:43:20,331 DEBUG Found tickets for planetlab2.pop-mg.rnp.br
-2006-09-29 09:43:20,331 DEBUG Popping from q - planetlab2.rdfrancetelecom.com
-2006-09-29 09:43:20,343 DEBUG Found tickets for planetlab2.rdfrancetelecom.com
-2006-09-29 09:43:20,343 DEBUG Popping from q - planetlab1.eurecom.fr
-2006-09-29 09:43:20,345 DEBUG Found tickets for planetlab1.eurecom.fr
-2006-09-29 09:43:20,345 DEBUG Popping from q - tju1.6planetlab.edu.cn
-2006-09-29 09:43:20,355 DEBUG Found tickets for tju1.6planetlab.edu.cn
-2006-09-29 09:43:20,356 DEBUG Popping from q - planetlab1.georgetown.edu
-2006-09-29 09:43:20,361 DEBUG Found tickets for planetlab1.georgetown.edu
-2006-09-29 09:43:20,361 DEBUG Popping from q - alice.cs.princeton.edu
-2006-09-29 09:43:20,374 DEBUG Found tickets for alice.cs.princeton.edu
-2006-09-29 09:43:20,374 DEBUG Popping from q - planetlab-1.vuse.vanderbilt.edu
-2006-09-29 09:43:20,385 DEBUG Found tickets for planetlab-1.vuse.vanderbilt.edu
-2006-09-29 09:43:20,385 DEBUG Popping from q - planetlab3.uvic.ca
-2006-09-29 09:43:20,405 DEBUG Found tickets for planetlab3.uvic.ca
-2006-09-29 09:43:20,405 DEBUG Popping from q - scut2.6planetlab.edu.cn
-2006-09-29 09:43:20,414 DEBUG Found tickets for scut2.6planetlab.edu.cn
-2006-09-29 09:43:20,414 DEBUG Popping from q - planetlab1.swidnik.rd.tp.pl
-2006-09-29 09:43:20,418 DEBUG Found tickets for planetlab1.swidnik.rd.tp.pl
-2006-09-29 09:43:20,418 DEBUG Popping from q - planet2.cdacb.ernet.in
-2006-09-29 09:43:20,426 DEBUG Found tickets for planet2.cdacb.ernet.in
-2006-09-29 09:43:20,426 DEBUG Popping from q - planetlab1.rdfrancetelecom.com
-2006-09-29 09:43:20,435 DEBUG Found tickets for planetlab1.rdfrancetelecom.com
-2006-09-29 09:43:20,436 DEBUG Popping from q - planetlab-1.tssg.org
-2006-09-29 09:43:20,446 DEBUG Found tickets for planetlab-1.tssg.org
-2006-09-29 09:43:20,447 DEBUG Popping from q - planetlab-2.vuse.vanderbilt.edu
-2006-09-29 09:43:20,451 DEBUG Found tickets for planetlab-2.vuse.vanderbilt.edu
-2006-09-29 09:43:20,451 DEBUG Popping from q - planetlab1.pop-rj.rnp.br
-2006-09-29 09:43:20,477 DEBUG Found tickets for planetlab1.pop-rj.rnp.br
-2006-09-29 09:43:20,477 DEBUG Popping from q - ds-pl3.technion.ac.il
-2006-09-29 09:43:20,483 DEBUG Found tickets for ds-pl3.technion.ac.il
-2006-09-29 09:43:20,483 DEBUG Popping from q - planetlab1.unl.edu
-2006-09-29 09:43:20,490 DEBUG Found tickets for planetlab1.unl.edu
-2006-09-29 09:43:20,491 DEBUG Popping from q - planetlab1.cse.msu.edu
-2006-09-29 09:43:20,505 DEBUG Found tickets for planetlab1.cse.msu.edu
-2006-09-29 09:43:20,505 DEBUG Popping from q - planetlab1.cs.colorado.edu
-2006-09-29 09:43:20,509 DEBUG Found tickets for planetlab1.cs.colorado.edu
-2006-09-29 09:43:20,509 DEBUG Popping from q - planetlab02.cs.washington.edu
-2006-09-29 09:43:20,512 DEBUG Found tickets for planetlab02.cs.washington.edu
-2006-09-29 09:43:20,513 DEBUG Popping from q - orbpl2.rutgers.edu
-2006-09-29 09:43:20,516 DEBUG Found tickets for orbpl2.rutgers.edu
-2006-09-29 09:43:20,516 DEBUG Popping from q - planetlab2.informatik.uni-erlangen.de
-2006-09-29 09:43:20,524 DEBUG Found tickets for planetlab2.informatik.uni-erlangen.de
-2006-09-29 09:43:20,525 DEBUG Popping from q - planetlab1.cs.purdue.edu
-2006-09-29 09:43:20,528 DEBUG Found tickets for planetlab1.cs.purdue.edu
-2006-09-29 09:43:20,528 DEBUG Popping from q - planetlab2.iitb.ac.in
-2006-09-29 09:43:20,537 DEBUG Found tickets for planetlab2.iitb.ac.in
-2006-09-29 09:43:20,538 DEBUG Popping from q - server1.planetlab.iit-tech.net
-2006-09-29 09:43:20,540 DEBUG Found tickets for server1.planetlab.iit-tech.net
-2006-09-29 09:43:20,540 DEBUG Popping from q - planetlab1.iitb.ac.in
-2006-09-29 09:43:20,547 DEBUG Found tickets for planetlab1.iitb.ac.in
-2006-09-29 09:43:20,547 DEBUG Popping from q - pku1.6planetlab.edu.cn
-2006-09-29 09:43:20,555 DEBUG Found tickets for pku1.6planetlab.edu.cn
-2006-09-29 09:43:20,556 DEBUG Popping from q - csu2.6planetlab.edu.cn
-2006-09-29 09:43:20,559 DEBUG Found tickets for csu2.6planetlab.edu.cn
-2006-09-29 09:43:20,559 DEBUG Popping from q - planetlab2.cse.msu.edu
-2006-09-29 09:43:20,600 DEBUG Found tickets for planetlab-2.imperial.ac.uk
-2006-09-29 09:43:20,601 DEBUG Popping from q - planetlab2.georgetown.edu
-2006-09-29 09:43:20,604 DEBUG Found tickets for planetlab2.georgetown.edu
-2006-09-29 09:43:20,604 DEBUG Popping from q - server2.planetlab.iit-tech.net
-2006-09-29 09:43:20,613 DEBUG Found tickets for server2.planetlab.iit-tech.net
-2006-09-29 09:43:20,613 DEBUG Popping from q - planetlab2.informatik.uni-kl.de
-2006-09-29 09:43:20,623 DEBUG Found tickets for planetlab2.informatik.uni-kl.de
-2006-09-29 09:43:20,623 DEBUG Popping from q - planet1.cs.rochester.edu
-2006-09-29 09:43:20,627 DEBUG Found tickets for planet1.cs.rochester.edu
-2006-09-29 09:43:20,628 DEBUG Popping from q - planetlab-2.imperial.ac.uk
-2006-09-29 09:43:20,640 DEBUG Found tickets for planetlab-2.imperial.ac.uk
-2006-09-29 09:43:20,641 DEBUG Popping from q - planetlab1.rutgers.edu
-2006-09-29 09:43:20,643 DEBUG Found tickets for planetlab1.rutgers.edu
-2006-09-29 09:43:20,643 DEBUG Popping from q - planetlab-1.sjce.nodes.planet-lab.org
-2006-09-29 09:43:20,649 DEBUG Found tickets for planetlab-1.sjce.nodes.planet-lab.org
-2006-09-29 09:43:20,649 DEBUG Popping from q - planetlab1.ie.cuhk.edu.hk
-2006-09-29 09:43:20,659 DEBUG Found tickets for planetlab1.ie.cuhk.edu.hk
-2006-09-29 09:43:20,659 DEBUG Popping from q - planetlab1.rn.informatics.scitech.susx.ac.uk
-2006-09-29 09:43:20,679 DEBUG Found tickets for planetlab1.rn.informatics.scitech.susx.ac.uk
-2006-09-29 09:43:20,679 DEBUG Popping from q - planetlab1.eee.hku.hk
-2006-09-29 09:43:20,681 DEBUG Found tickets for planetlab1.eee.hku.hk
-2006-09-29 09:43:20,681 DEBUG Popping from q - planet2.halifax.canet4.nodes.planet-lab.org
-2006-09-29 09:43:20,690 DEBUG Found tickets for planet2.halifax.canet4.nodes.planet-lab.org
-2006-09-29 09:43:20,691 DEBUG Popping from q - planetlab-2.tssg.org
-2006-09-29 09:43:20,695 DEBUG Found tickets for planetlab-2.tssg.org
-2006-09-29 09:43:20,695 DEBUG Popping from q - 200-102-209-151.paemt7001.t.brasiltelecom.net.br
-2006-09-29 09:43:20,713 DEBUG Found tickets for 200-102-209-151.paemt7001.t.brasiltelecom.net.br
-2006-09-29 09:43:20,713 DEBUG Popping from q - planetlab2.elet.polimi.it
-2006-09-29 09:43:20,716 DEBUG Popping from q - pli1-br-3.hpl.hp.com
-2006-09-29 09:43:20,720 DEBUG Found tickets for pli1-br-3.hpl.hp.com
-2006-09-29 09:43:20,720 DEBUG Popping from q - planetlab2.nbgisp.com
-2006-09-29 09:43:20,730 DEBUG Popping from q - planetlab1.cs.stir.ac.uk
-2006-09-29 09:43:20,737 DEBUG Popping from q - planetlab1.cse.msu.edu
-2006-09-29 09:43:20,751 DEBUG Found tickets for planetlab1.cse.msu.edu
-2006-09-29 09:43:20,752 DEBUG Popping from q - planetlab2.cse.msu.edu
-2006-09-29 09:43:28,843 DEBUG Found tickets for planetlab2.cse.msu.edu
-2006-09-29 09:43:28,844 DEBUG Popping from q - planetlab0.cs.stir.ac.uk
-2006-09-29 09:43:28,894 DEBUG Popping from q - planetlab1.informatik.uni-erlangen.de
-2006-09-29 09:43:28,906 DEBUG Popping from q - planetlab1.cs.purdue.edu
-2006-09-29 09:43:28,944 DEBUG Found tickets for planetlab1.cs.purdue.edu
-2006-09-29 09:43:28,944 DEBUG Popping from q - planetlab1.een.orst.edu
-2006-09-29 09:43:28,976 DEBUG Popping from q - planetlab2.cs.columbia.edu
-2006-09-29 09:43:29,003 DEBUG Popping from q - planetlab1.win.trlabs.ca
-2006-09-29 09:43:29,654 DEBUG Popping from q - planetlab1.cs.duke.edu
-2006-09-29 09:43:29,669 DEBUG Popping from q - planetlab2.flux.utah.edu
-2006-09-29 09:43:29,682 DEBUG Popping from q - planetlab3.cs.columbia.edu
-2006-09-29 09:43:29,726 DEBUG Popping from q - planetlab1.cs.columbia.edu
-2006-09-29 09:43:29,729 DEBUG Popping from q - planetlab3.flux.utah.edu
-2006-09-29 09:43:29,733 DEBUG Popping from q - planetlab-1.eecs.cwru.edu
-2006-09-29 09:43:29,737 DEBUG Popping from q - planetlab2.rutgers.edu
-2006-09-29 09:43:29,741 DEBUG Found tickets for planetlab2.rutgers.edu
-2006-09-29 09:43:29,741 DEBUG Popping from q - vn3.cs.wustl.edu
-2006-09-29 09:43:29,769 DEBUG Found tickets for vn3.cs.wustl.edu
-2006-09-29 09:43:29,769 DEBUG Popping from q - planetlab2.cri.haifa.ac.il
-2006-09-29 09:43:29,803 DEBUG Found tickets for planetlab2.cri.haifa.ac.il
-2006-09-29 09:43:29,803 DEBUG Popping from q - soccf-planet-001.comp.nus.edu.sg
-2006-09-29 09:43:29,807 DEBUG Found tickets for soccf-planet-001.comp.nus.edu.sg
-2006-09-29 09:43:29,807 DEBUG Popping from q - planetlab01.cse.psu.edu
-2006-09-29 09:43:29,818 DEBUG Popping from q - csu2.6planetlab.edu.cn
-2006-09-29 09:43:29,826 DEBUG Found tickets for csu2.6planetlab.edu.cn
-2006-09-29 09:43:29,827 DEBUG Popping from q - planet2.njit.edu
-2006-09-29 09:43:29,829 DEBUG Found tickets for planet2.njit.edu
-2006-09-29 09:43:29,829 DEBUG Popping from q - planetlab2.unl.edu
-2006-09-29 09:43:29,849 DEBUG Popping from q - planetlab1.cs.pitt.edu
-2006-09-29 09:43:29,852 DEBUG Popping from q - planetlab-2.eecs.cwru.edu
-2006-09-29 09:43:29,857 DEBUG Popping from q - planetlab2.urv.net
-2006-09-29 09:43:29,867 DEBUG Popping from q - planetlab7.csail.mit.edu
-2006-09-29 09:43:29,869 DEBUG Found tickets for planetlab7.csail.mit.edu
-2006-09-29 09:43:29,869 DEBUG Popping from q - buaa1.6planetlab.edu.cn
-2006-09-29 09:43:29,875 DEBUG Found tickets for buaa1.6planetlab.edu.cn
-2006-09-29 09:43:29,876 DEBUG Popping from q - ricepl-3.cs.rice.edu
-2006-09-29 09:43:29,878 DEBUG Popping from q - planet-lab-1.csse.monash.edu.au
-2006-09-29 09:43:29,884 DEBUG Popping from q - planetlab5.millennium.berkeley.edu
-2006-09-29 09:43:29,893 DEBUG Popping from q - planetlab1.pop-ce.rnp.br
-2006-09-29 09:43:29,896 DEBUG Found tickets for planetlab1.pop-ce.rnp.br
-2006-09-29 09:43:29,896 DEBUG Popping from q - planetlab2.mnlab.cti.depaul.edu
-2006-09-29 09:43:29,902 DEBUG Found tickets for planetlab2.mnlab.cti.depaul.edu
-2006-09-29 09:43:29,902 DEBUG Popping from q - peace.ri.uni-tuebingen.de
-2006-09-29 09:43:29,905 DEBUG Popping from q - planetlab-8.cs.princeton.edu
-2006-09-29 09:43:29,907 DEBUG Found tickets for planetlab-8.cs.princeton.edu
-2006-09-29 09:43:29,907 DEBUG Popping from q - planetlab2.ucsd.edu
-2006-09-29 09:43:29,911 DEBUG Found tickets for planetlab2.ucsd.edu
-2006-09-29 09:43:29,911 DEBUG Popping from q - blast.uwaterloo.ca
-2006-09-29 09:43:29,920 DEBUG Found tickets for blast.uwaterloo.ca
-2006-09-29 09:43:29,920 DEBUG Popping from q - planetlab1.cs.wayne.edu
-2006-09-29 09:43:29,923 DEBUG Found tickets for planetlab1.cs.wayne.edu
-2006-09-29 09:43:29,923 DEBUG Popping from q - pli1-br-3.hpl.hp.com
-2006-09-29 09:43:29,926 DEBUG Found tickets for pli1-br-3.hpl.hp.com
-2006-09-29 09:43:29,926 DEBUG Popping from q - planetlab2.eurecom.fr
-2006-09-29 09:43:29,930 DEBUG Popping from q - planetlab1.di.unito.it
-2006-09-29 09:43:29,936 DEBUG Found tickets for planetlab1.di.unito.it
-2006-09-29 09:43:29,936 DEBUG Popping from q - planetlab2.simula.no
-2006-09-29 09:43:29,938 DEBUG Popping from q - planetlab01.dis.unina.it
-2006-09-29 09:43:29,941 DEBUG Popping from q - planetlab1.flux.utah.edu
-2006-09-29 09:43:29,946 DEBUG Popping from q - planetlab-1.ece.iastate.edu
-2006-09-29 09:43:29,948 DEBUG Found tickets for planetlab-1.ece.iastate.edu
-2006-09-29 09:43:29,948 DEBUG Popping from q - sdu1.6planetlab.edu.cn
-2006-09-29 09:43:29,950 DEBUG Found tickets for sdu1.6planetlab.edu.cn
-2006-09-29 09:43:29,951 DEBUG Popping from q - planetlab4.upc.es
-2006-09-29 09:43:29,954 DEBUG Popping from q - planetlab-13.cs.princeton.edu
-2006-09-29 09:43:29,956 DEBUG Found tickets for planetlab-13.cs.princeton.edu
-2006-09-29 09:43:29,957 DEBUG Popping from q - planet1.cc.gt.atl.ga.us
-2006-09-29 09:43:29,963 DEBUG Popping from q - planetlab2.eecs.wsu.edu
-2006-09-29 09:43:29,965 DEBUG Popping from q - planet2.cs.ucsb.edu
-2006-09-29 09:43:29,968 DEBUG Found tickets for planet2.cs.ucsb.edu
-2006-09-29 09:43:29,968 DEBUG Popping from q - xjtu2.6planetlab.edu.cn
-2006-09-29 09:43:29,972 DEBUG Popping from q - planetlab3.upc.es
-2006-09-29 09:43:29,974 DEBUG Popping from q - node1.lbnl.nodes.planet-lab.org
-2006-09-29 09:43:29,977 DEBUG Popping from q - planetlab1.iitr.ernet.in
-2006-09-29 09:43:29,980 DEBUG Popping from q - planetlab1.ipls.internet2.planet-lab.org
-2006-09-29 09:43:29,982 DEBUG Popping from q - planetlab2.uvic.ca
-2006-09-29 09:43:29,985 DEBUG Found tickets for planetlab2.uvic.ca
-2006-09-29 09:43:29,985 DEBUG Popping from q - planetlab01.erin.utoronto.ca
-2006-09-29 09:43:29,988 DEBUG Popping from q - planetlab-4.ece.iastate.edu
-2006-09-29 09:43:30,033 DEBUG Found tickets for planetlab-4.ece.iastate.edu
-2006-09-29 09:43:30,034 DEBUG Popping from q - planetlab2.informatik.uni-goettingen.de
-2006-09-29 09:43:30,037 DEBUG Found tickets for planetlab2.informatik.uni-goettingen.de
-2006-09-29 09:43:30,037 DEBUG Popping from q - ds-pl1.technion.ac.il
-2006-09-29 09:43:30,040 DEBUG Popping from q - planetlab1.mnl.cs.sunysb.edu
-2006-09-29 09:43:30,047 DEBUG Found tickets for planetlab1.mnl.cs.sunysb.edu
-2006-09-29 09:43:30,047 DEBUG Popping from q - aladdin.planetlab.extranet.uni-passau.de
-2006-09-29 09:43:30,060 DEBUG Popping from q - planetlab-1.cs.uni-paderborn.de
-2006-09-29 09:43:30,066 DEBUG Popping from q - planet1.njit.edu
-2006-09-29 09:43:30,079 DEBUG Popping from q - pku2.6planetlab.edu.cn
-2006-09-29 09:43:30,081 DEBUG Popping from q - planetlab-1.cs.ucy.ac.cy
-2006-09-29 09:43:30,087 DEBUG Popping from q - planetlab00.cse.psu.edu
-2006-09-29 09:43:30,090 DEBUG Popping from q - planetlab04.ethz.ch
-2006-09-29 09:43:30,094 DEBUG Found tickets for planetlab04.ethz.ch
-2006-09-29 09:43:30,094 DEBUG Popping from q - sdu2.6planetlab.edu.cn
-2006-09-29 09:43:30,132 DEBUG Found tickets for sdu2.6planetlab.edu.cn
-2006-09-29 09:43:30,132 DEBUG Popping from q - planet-lab.iki.rssi.ru
-2006-09-29 09:43:30,136 DEBUG Found tickets for planet-lab.iki.rssi.ru
-2006-09-29 09:43:30,136 DEBUG Popping from q - planetlab1.polito.it
-2006-09-29 09:43:30,138 DEBUG Found tickets for planetlab1.polito.it
-2006-09-29 09:43:30,139 DEBUG Popping from q - planetlab1.uvic.ca
-2006-09-29 09:43:30,150 DEBUG Found tickets for planetlab1.uvic.ca
-2006-09-29 09:43:30,150 DEBUG Popping from q - planetlab1.cs.byu.edu
-2006-09-29 09:43:30,154 DEBUG Popping from q - planetlab-1.amst.nodes.planet-lab.org
-2006-09-29 09:43:30,172 DEBUG Popping from q - cloudburst.uwaterloo.ca
-2006-09-29 09:43:30,174 DEBUG Found tickets for cloudburst.uwaterloo.ca
-2006-09-29 09:43:30,174 DEBUG Popping from q - planet2.cs.rochester.edu
-2006-09-29 09:43:30,184 DEBUG Found tickets for planet2.cs.rochester.edu
-2006-09-29 09:43:30,184 DEBUG Popping from q - planetlab1.xeno.cl.cam.ac.uk
-2006-09-29 09:43:30,187 DEBUG Popping from q - lycra.cs.princeton.edu
-2006-09-29 09:43:30,191 DEBUG Found tickets for lycra.cs.princeton.edu
-2006-09-29 09:43:30,191 DEBUG Popping from q - planetlab06.mpi-sws.mpg.de
-2006-09-29 09:43:30,195 DEBUG Popping from q - planetlab1.ias.csusb.edu
-2006-09-29 09:43:30,199 DEBUG Found tickets for planetlab1.ias.csusb.edu
-2006-09-29 09:43:30,199 DEBUG Popping from q - vayu.iitd.ernet.in
-2006-09-29 09:43:30,214 DEBUG Popping from q - node2.lbnl.nodes.planet-lab.org
-2006-09-29 09:43:30,224 DEBUG Popping from q - planetlab2.cs.byu.edu
-2006-09-29 09:43:30,227 DEBUG Popping from q - cqu1.6planetlab.edu.cn
-2006-09-29 09:43:30,239 DEBUG Found tickets for cqu1.6planetlab.edu.cn
-2006-09-29 09:43:30,239 DEBUG Popping from q - planetlab2.acis.ufl.edu
-2006-09-29 09:43:30,249 DEBUG Found tickets for planetlab2.acis.ufl.edu
-2006-09-29 09:43:30,249 DEBUG Popping from q - planetlab1.cs.unibo.it
-2006-09-29 09:43:30,252 DEBUG Found tickets for planetlab1.cs.unibo.it
-2006-09-29 09:43:30,252 DEBUG Popping from q - tju2.6planetlab.edu.cn
-2006-09-29 09:43:30,255 DEBUG Found tickets for tju2.6planetlab.edu.cn
-2006-09-29 09:43:30,255 DEBUG Popping from q - orbpl1.rutgers.edu
-2006-09-29 09:43:30,258 DEBUG Found tickets for orbpl1.rutgers.edu
-2006-09-29 09:43:30,259 DEBUG Popping from q - ent1.cs.nccu.edu.tw
-2006-09-29 09:43:30,269 DEBUG Found tickets for ent1.cs.nccu.edu.tw
-2006-09-29 09:43:30,269 DEBUG Popping from q - planet0.jaist.ac.jp
-2006-09-29 09:43:30,273 DEBUG Found tickets for planet0.jaist.ac.jp
-2006-09-29 09:43:30,273 DEBUG Popping from q - planetlab1.informatik.uni-wuerzburg.de
-2006-09-29 09:43:30,280 DEBUG Found tickets for planetlab1.informatik.uni-wuerzburg.de
-2006-09-29 09:43:30,280 DEBUG Popping from q - planetlab3.warsaw.rd.tp.pl
-2006-09-29 09:43:30,286 DEBUG Popping from q - planetlab0.ias.csusb.edu
-2006-09-29 09:43:30,299 DEBUG Found tickets for planetlab0.ias.csusb.edu
-2006-09-29 09:43:30,299 DEBUG Popping from q - planetlab-2.amst.nodes.planet-lab.org
-2006-09-29 09:43:30,313 DEBUG Popping from q - planetlab3.inria.fr
-2006-09-29 09:43:30,315 DEBUG Popping from q - 200-102-209-152.paemt7001.t.brasiltelecom.net.br
-2006-09-29 09:43:30,318 DEBUG Found tickets for 200-102-209-152.paemt7001.t.brasiltelecom.net.br
-2006-09-29 09:43:30,318 DEBUG Popping from q - planetlab3.mnl.cs.sunysb.edu
-2006-09-29 09:43:30,323 DEBUG Popping from q - planetlab-15.cs.princeton.edu
-2006-09-29 09:43:30,329 DEBUG Popping from q - ent2.cs.nccu.edu.tw
-2006-09-29 09:43:30,332 DEBUG Found tickets for ent2.cs.nccu.edu.tw
-2006-09-29 09:43:30,332 DEBUG Popping from q - planet-lab-2.csse.monash.edu.au
-2006-09-29 09:43:30,342 DEBUG Found tickets for planet-lab-2.csse.monash.edu.au
-2006-09-29 09:43:30,342 DEBUG Popping from q - planet1.ecse.rpi.edu
-2006-09-29 09:43:30,348 DEBUG Found tickets for planet1.ecse.rpi.edu
-2006-09-29 09:43:30,348 DEBUG Popping from q - planetlab2.pop-mg.rnp.br
-2006-09-29 09:43:30,362 DEBUG Found tickets for planetlab2.pop-mg.rnp.br
-2006-09-29 09:43:30,362 DEBUG Popping from q - planetlab-2.unk.edu
-2006-09-29 09:43:30,374 DEBUG Popping from q - planetlab2.rdfrancetelecom.com
-2006-09-29 09:43:30,379 DEBUG Found tickets for planetlab2.rdfrancetelecom.com
-2006-09-29 09:43:30,379 DEBUG Popping from q - planetlab1.eurecom.fr
-2006-09-29 09:43:30,393 DEBUG Found tickets for planetlab1.eurecom.fr
-2006-09-29 09:43:30,393 DEBUG Popping from q - planetlab1.cs.virginia.edu
-2006-09-29 09:43:30,410 DEBUG Popping from q - tju1.6planetlab.edu.cn
-2006-09-29 09:43:30,413 DEBUG Found tickets for tju1.6planetlab.edu.cn
-2006-09-29 09:43:30,414 DEBUG Popping from q - planetlab-3.amst.nodes.planet-lab.org
-2006-09-29 09:43:30,417 DEBUG Popping from q - planetlab2.iitr.ernet.in
-2006-09-29 09:43:30,424 DEBUG Popping from q - planetlab1.georgetown.edu
-2006-09-29 09:43:30,428 DEBUG Found tickets for planetlab1.georgetown.edu
-2006-09-29 09:43:30,428 DEBUG Popping from q - planet1.inf.tu-dresden.de
-2006-09-29 09:43:30,431 DEBUG Popping from q - alice.cs.princeton.edu
-2006-09-29 09:43:30,434 DEBUG Found tickets for alice.cs.princeton.edu
-2006-09-29 09:43:30,434 DEBUG Popping from q - planetlab02.erin.utoronto.ca
-2006-09-29 09:43:30,441 DEBUG Popping from q - planetlab-1.vuse.vanderbilt.edu
-2006-09-29 09:43:30,445 DEBUG Found tickets for planetlab-1.vuse.vanderbilt.edu
-2006-09-29 09:43:30,446 DEBUG Popping from q - planetlab3.uvic.ca
-2006-09-29 09:43:30,449 DEBUG Found tickets for planetlab3.uvic.ca
-2006-09-29 09:43:30,450 DEBUG Popping from q - scut2.6planetlab.edu.cn
-2006-09-29 09:43:30,452 DEBUG Found tickets for scut2.6planetlab.edu.cn
-2006-09-29 09:43:30,452 DEBUG Popping from q - planetlab1.swidnik.rd.tp.pl
-2006-09-29 09:43:30,455 DEBUG Found tickets for planetlab1.swidnik.rd.tp.pl
-2006-09-29 09:43:30,455 DEBUG Popping from q - planet2.cdacb.ernet.in
-2006-09-29 09:43:30,464 DEBUG Found tickets for planet2.cdacb.ernet.in
-2006-09-29 09:43:30,465 DEBUG Popping from q - planetlab1.rdfrancetelecom.com
-2006-09-29 09:43:30,467 DEBUG Found tickets for planetlab1.rdfrancetelecom.com
-2006-09-29 09:43:30,467 DEBUG Popping from q - planet2.inf.tu-dresden.de
-2006-09-29 09:43:30,470 DEBUG Popping from q - planet02.csc.ncsu.edu
-2006-09-29 09:43:30,473 DEBUG Popping from q - planetlab-1.tssg.org
-2006-09-29 09:43:30,476 DEBUG Found tickets for planetlab-1.tssg.org
-2006-09-29 09:43:30,476 DEBUG Popping from q - planetlab-2.vuse.vanderbilt.edu
-2006-09-29 09:43:30,478 DEBUG Found tickets for planetlab-2.vuse.vanderbilt.edu
-2006-09-29 09:43:30,479 DEBUG Popping from q - planetlab-11.cs.princeton.edu
-2006-09-29 09:43:30,486 DEBUG Popping from q - planet03.csc.ncsu.edu
-2006-09-29 09:43:30,489 DEBUG Popping from q - planetlab1.pop-rj.rnp.br
-2006-09-29 09:43:30,494 DEBUG Found tickets for planetlab1.pop-rj.rnp.br
-2006-09-29 09:43:30,494 DEBUG Popping from q - planet1.halifax.canet4.nodes.planet-lab.org
-2006-09-29 09:43:30,503 DEBUG Popping from q - planetlab2.uc.edu
-2006-09-29 09:43:30,505 DEBUG Popping from q - planet1.cavite.nodes.planet-lab.org
-2006-09-29 09:43:30,512 DEBUG Popping from q - ds-pl3.technion.ac.il
-2006-09-29 09:43:30,528 DEBUG Found tickets for ds-pl3.technion.ac.il
-2006-09-29 09:43:30,528 DEBUG Popping from q - planetlab2.cs.purdue.edu
-2006-09-29 09:43:30,531 DEBUG Popping from q - planetlab3.millennium.berkeley.edu
-2006-09-29 09:43:30,546 DEBUG Popping from q - planetlab1.unl.edu
-2006-09-29 09:43:30,550 DEBUG Found tickets for planetlab1.unl.edu
-2006-09-29 09:43:30,551 DEBUG Popping from q - planetlab1.cs.colorado.edu
-2006-09-29 09:43:30,555 DEBUG Found tickets for planetlab1.cs.colorado.edu
-2006-09-29 09:43:30,555 DEBUG Popping from q - planetlab02.cs.washington.edu
-2006-09-29 09:43:30,557 DEBUG Found tickets for planetlab02.cs.washington.edu
-2006-09-29 09:43:30,558 DEBUG Popping from q - pads21.cs.nthu.edu.tw
-2006-09-29 09:43:30,560 DEBUG Popping from q - orbpl2.rutgers.edu
-2006-09-29 09:43:30,573 DEBUG Found tickets for orbpl2.rutgers.edu
-2006-09-29 09:43:30,573 DEBUG Popping from q - planetlab2.informatik.uni-erlangen.de
-2006-09-29 09:43:30,581 DEBUG Found tickets for planetlab2.informatik.uni-erlangen.de
-2006-09-29 09:43:30,581 DEBUG Popping from q - planetlab-01.ipv6.lip6.fr
-2006-09-29 09:43:30,633 DEBUG Found tickets for planetlab-01.ipv6.lip6.fr
-2006-09-29 09:43:30,634 DEBUG Popping from q - pl2.ernet.in
-2006-09-29 09:43:30,659 DEBUG Popping from q - neu2.6planetlab.edu.cn
-2006-09-29 09:43:30,661 DEBUG Popping from q - planetlab-2.cs.uni-paderborn.de
-2006-09-29 09:43:30,663 DEBUG Popping from q - planet5.cs.huji.ac.il
-2006-09-29 09:43:30,666 DEBUG Popping from q - planetlab1.elet.polimi.it
-2006-09-29 09:43:30,677 DEBUG Popping from q - planetlab2.iiitb.ac.in
-2006-09-29 09:43:30,679 DEBUG Popping from q - server1.planetlab.iit-tech.net
-2006-09-29 09:43:30,682 DEBUG Found tickets for server1.planetlab.iit-tech.net
-2006-09-29 09:43:30,682 DEBUG Popping from q - planetlab2.iitb.ac.in
-2006-09-29 09:43:30,695 DEBUG Found tickets for planetlab2.iitb.ac.in
-2006-09-29 09:43:30,695 DEBUG Popping from q - planetlab02.dis.unina.it
-2006-09-29 09:43:30,703 DEBUG Popping from q - planetlab-1.dis.uniroma1.it
-2006-09-29 09:43:30,706 DEBUG Popping from q - planetlab1.iitb.ac.in
-2006-09-29 09:43:30,708 DEBUG Found tickets for planetlab1.iitb.ac.in
-2006-09-29 09:43:30,708 DEBUG Popping from q - pku1.6planetlab.edu.cn
-2006-09-29 09:43:30,722 DEBUG Found tickets for pku1.6planetlab.edu.cn
-2006-09-29 09:43:30,722 DEBUG Popping from q - planetlab1.warsaw.rd.tp.pl
-2006-09-29 09:43:30,732 DEBUG Popping from q - planetlab1.cri.haifa.ac.il
-2006-09-29 09:43:30,734 DEBUG Found tickets for planetlab1.cri.haifa.ac.il
-2006-09-29 09:43:30,735 DEBUG Popping from q - planetlab-2.cs.ucy.ac.cy
-2006-09-29 09:43:30,737 DEBUG Popping from q - pl1.ernet.in
-2006-09-29 09:43:30,748 DEBUG Popping from q - planetlab2.georgetown.edu
-2006-09-29 09:43:30,751 DEBUG Found tickets for planetlab2.georgetown.edu
-2006-09-29 09:43:30,752 DEBUG Popping from q - server2.planetlab.iit-tech.net
-2006-09-29 09:43:30,754 DEBUG Found tickets for server2.planetlab.iit-tech.net
-2006-09-29 09:43:30,754 DEBUG Popping from q - planetlab2.di.unito.it
-2006-09-29 09:43:30,764 DEBUG Popping from q - planetlab1.csee.usf.edu
-2006-09-29 09:43:30,768 DEBUG Popping from q - planetlab-2.dis.uniroma1.it
-2006-09-29 09:43:30,772 DEBUG Popping from q - planetlab2.informatik.uni-kl.de
-2006-09-29 09:43:30,776 DEBUG Found tickets for planetlab2.informatik.uni-kl.de
-2006-09-29 09:43:30,777 DEBUG Popping from q - planet1.cs.rochester.edu
-2006-09-29 09:43:30,784 DEBUG Found tickets for planet1.cs.rochester.edu
-2006-09-29 09:43:30,784 DEBUG Popping from q - planetlab1.rutgers.edu
-2006-09-29 09:43:30,794 DEBUG Found tickets for planetlab1.rutgers.edu
-2006-09-29 09:43:30,794 DEBUG Popping from q - planetlab-2.ece.iastate.edu
-2006-09-29 09:43:30,798 DEBUG Popping from q - planetlab-1.sjce.nodes.planet-lab.org
-2006-09-29 09:43:30,806 DEBUG Found tickets for planetlab-1.sjce.nodes.planet-lab.org
-2006-09-29 09:43:30,806 DEBUG Popping from q - planetlab2.ece.ucdavis.edu
-2006-09-29 09:43:30,814 DEBUG Popping from q - planetlab1.ie.cuhk.edu.hk
-2006-09-29 09:43:30,817 DEBUG Found tickets for planetlab1.ie.cuhk.edu.hk
-2006-09-29 09:43:30,817 DEBUG Popping from q - planetlab2lannion.elibel.tm.fr
-2006-09-29 09:43:30,836 DEBUG Popping from q - planetlab01.mpi-sws.mpg.de
-2006-09-29 09:43:30,839 DEBUG Popping from q - planetlab2.cs.duke.edu
-2006-09-29 09:43:30,842 DEBUG Popping from q - planetlab1.rn.informatics.scitech.susx.ac.uk
-2006-09-29 09:43:30,875 DEBUG Found tickets for planetlab1.rn.informatics.scitech.susx.ac.uk
-2006-09-29 09:43:30,876 DEBUG Popping from q - planetlab1.eee.hku.hk
-2006-09-29 09:43:30,880 DEBUG Found tickets for planetlab1.eee.hku.hk
-2006-09-29 09:43:30,881 DEBUG Popping from q - pads23.cs.nthu.edu.tw
-2006-09-29 09:43:30,886 DEBUG Popping from q - planet2.halifax.canet4.nodes.planet-lab.org
-2006-09-29 09:43:30,889 DEBUG Found tickets for planet2.halifax.canet4.nodes.planet-lab.org
-2006-09-29 09:43:30,890 DEBUG Popping from q - planetlab-2.tssg.org
-2006-09-29 09:43:30,894 DEBUG Found tickets for planetlab-2.tssg.org
-2006-09-29 09:43:30,894 DEBUG Popping from q - 200-102-209-151.paemt7001.t.brasiltelecom.net.br
-2006-09-29 09:43:30,897 DEBUG Found tickets for 200-102-209-151.paemt7001.t.brasiltelecom.net.br
-2006-09-29 09:43:30,898 DEBUG Popping from q - planetlab2.poly.edu
-2006-09-29 09:43:30,901 DEBUG Popping from q - planetlab1.poly.edu
-2006-09-29 09:43:30,903 DEBUG Popping from q - planetlab2.net-research.org.uk
-2006-09-29 09:43:30,906 DEBUG Found tickets for planetlab2.net-research.org.uk
-2006-09-29 09:43:30,906 DEBUG Popping from q - planetlab-2.imperial.ac.uk
-2006-09-29 09:43:30,910 DEBUG Found tickets for planetlab-2.imperial.ac.uk
-2006-09-29 09:43:30,910 DEBUG Popping from q - planetlab-1.imperial.ac.uk
-2006-09-29 09:43:31,335 DEBUG Found tickets for planetlab-1.imperial.ac.uk
-2006-09-29 09:43:31,335 DEBUG Popping from q - planetlab1.byu.edu
-2006-09-29 09:43:46,840 DEBUG Popping from q - planetlab2.eee.hku.hk
-2006-09-29 09:43:56,147 DEBUG Found tickets for planetlab2.cse.msu.edu
-2006-09-29 09:43:56,929 DEBUG Found tickets for planetlab-1.imperial.ac.uk
-2006-09-29 10:02:53,529 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv
-2006-09-29 10:02:54,590 DEBUG Retrieved 705 hosts
-2006-09-29 10:02:54,597 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='drift%20%3E%201m'
-2006-09-29 10:02:54,732 DEBUG Retrieved 8 hosts
-2006-09-29 10:02:54,733 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='resptime%20%3E%200%20&&%20gbfree%20%3C%205'
-2006-09-29 10:02:54,868 DEBUG Retrieved 10 hosts
-2006-09-29 10:02:54,868 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='sshstatus%20%3E%202h'
-2006-09-29 10:02:55,210 DEBUG Retrieved 162 hosts
-2006-09-29 10:02:55,212 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='dns1udp%20%3E%2080%20&&%20dns2udp%20%3E%2080'
-2006-09-29 10:02:55,342 DEBUG Retrieved 6 hosts
-2006-09-29 10:02:55,342 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='filerw%3E0'
-2006-09-29 10:02:55,464 DEBUG Retrieved 1 hosts
-2006-09-29 10:02:55,467 DEBUG Popping from q - planetlab2.elet.polimi.it
-2006-09-29 10:02:55,468 DEBUG Popping from q - pli1-br-3.hpl.hp.com
-2006-09-29 10:02:55,469 DEBUG Popping from q - planetlab2.nbgisp.com
-2006-09-29 10:02:55,470 DEBUG Popping from q - planetlab1.cs.stir.ac.uk
-2006-09-29 10:02:55,471 DEBUG Popping from q - planetlab1.cse.msu.edu
-2006-09-29 10:03:03,967 DEBUG Popping from q - planetlab2.cse.msu.edu
-2006-09-29 10:03:14,704 DEBUG Found tickets for planetlab2.cse.msu.edu
-2006-09-29 10:03:14,705 DEBUG Popping from q - planetlab0.cs.stir.ac.uk
-2006-09-29 10:03:20,691 DEBUG Found tickets for pli1-br-3.hpl.hp.com
-2006-09-29 10:03:20,691 DEBUG Popping from q - planetlab1.informatik.uni-erlangen.de
-2006-09-29 10:03:23,355 DEBUG Popping from q - planetlab1.cs.purdue.edu
-2006-09-29 10:03:31,794 DEBUG Found tickets for planetlab1.cs.purdue.edu
-2006-09-29 10:03:31,795 DEBUG Popping from q - planetlab1.een.orst.edu
-2006-09-29 10:03:50,976 DEBUG Popping from q - planetlab2.cs.columbia.edu
-2006-09-29 10:04:00,053 DEBUG Popping from q - planetlab1.win.trlabs.ca
-2006-09-29 10:04:01,887 DEBUG Popping from q - planetlab1.cs.duke.edu
-2006-09-29 10:04:01,897 DEBUG Found tickets for planetlab1.cse.msu.edu
-2006-09-29 10:04:01,898 DEBUG Popping from q - planetlab2.flux.utah.edu
-2006-09-29 10:04:09,674 DEBUG Popping from q - planetlab3.cs.columbia.edu
-2006-09-29 10:04:17,010 DEBUG Popping from q - planetlab1.cs.columbia.edu
-2006-09-29 10:04:24,872 DEBUG Popping from q - planetlab3.flux.utah.edu
-2006-09-29 10:04:25,902 DEBUG Popping from q - planetlab-1.eecs.cwru.edu
-2006-09-29 10:04:34,521 DEBUG Popping from q - planetlab2.rutgers.edu
-2006-09-29 10:04:47,981 DEBUG Popping from q - vn3.cs.wustl.edu
-2006-09-29 10:04:55,191 DEBUG Popping from q - planetlab2.cri.haifa.ac.il
-2006-09-29 10:05:03,196 DEBUG Popping from q - soccf-planet-001.comp.nus.edu.sg
-2006-09-29 10:05:05,038 DEBUG Found tickets for planetlab2.cri.haifa.ac.il
-2006-09-29 10:05:05,039 DEBUG Popping from q - planetlab01.cse.psu.edu
-2006-09-29 10:05:05,784 DEBUG Found tickets for vn3.cs.wustl.edu
-2006-09-29 10:05:05,784 DEBUG Popping from q - csu2.6planetlab.edu.cn
-2006-09-29 10:05:13,103 DEBUG Popping from q - planet2.njit.edu
-2006-09-29 10:05:20,897 DEBUG Found tickets for planet2.njit.edu
-2006-09-29 10:05:20,898 DEBUG Popping from q - planetlab2.unl.edu
-2006-09-29 10:05:22,318 DEBUG Popping from q - planetlab1.cs.pitt.edu
-2006-09-29 10:05:30,454 DEBUG Popping from q - planetlab-2.eecs.cwru.edu
-2006-09-29 10:05:45,499 DEBUG Found tickets for planetlab2.rutgers.edu
-2006-09-29 10:05:45,500 DEBUG Popping from q - planetlab2.urv.net
-2006-09-29 10:05:54,083 DEBUG Popping from q - planetlab7.csail.mit.edu
-2006-09-29 10:06:03,049 DEBUG Found tickets for soccf-planet-001.comp.nus.edu.sg
-2006-09-29 10:06:03,049 DEBUG Popping from q - buaa1.6planetlab.edu.cn
-2006-09-29 10:06:10,475 DEBUG Popping from q - ricepl-3.cs.rice.edu
-2006-09-29 10:06:10,825 DEBUG Found tickets for buaa1.6planetlab.edu.cn
-2006-09-29 10:06:10,825 DEBUG Popping from q - planet-lab-1.csse.monash.edu.au
-2006-09-29 10:06:18,232 DEBUG Popping from q - planetlab5.millennium.berkeley.edu
-2006-09-29 10:06:24,538 DEBUG Popping from q - planetlab1.pop-ce.rnp.br
-2006-09-29 10:06:29,999 DEBUG Popping from q - planetlab2.mnlab.cti.depaul.edu
-2006-09-29 10:06:32,628 DEBUG Found tickets for planetlab1.pop-ce.rnp.br
-2006-09-29 10:06:32,628 DEBUG Popping from q - peace.ri.uni-tuebingen.de
-2006-09-29 10:06:41,393 DEBUG Popping from q - planetlab-8.cs.princeton.edu
-2006-09-29 10:06:47,469 DEBUG Found tickets for csu2.6planetlab.edu.cn
-2006-09-29 10:06:47,469 DEBUG Popping from q - planetlab2.ucsd.edu
-2006-09-29 10:06:56,010 DEBUG Found tickets for planetlab2.ucsd.edu
-2006-09-29 10:06:56,010 DEBUG Popping from q - blast.uwaterloo.ca
-2006-09-29 10:07:11,617 DEBUG Found tickets for planetlab7.csail.mit.edu
-2006-09-29 10:07:11,617 DEBUG Popping from q - planetlab1.cs.wayne.edu
-2006-09-29 10:07:21,067 DEBUG Found tickets for planetlab1.cs.wayne.edu
-2006-09-29 10:07:21,067 DEBUG Popping from q - pli1-br-3.hpl.hp.com
-2006-09-29 10:07:21,117 DEBUG Found tickets for pli1-br-3.hpl.hp.com
-2006-09-29 10:07:21,117 DEBUG Popping from q - planetlab2.eurecom.fr
-2006-09-29 10:07:23,642 DEBUG Found tickets for blast.uwaterloo.ca
-2006-09-29 10:07:23,642 DEBUG Popping from q - planetlab1.di.unito.it
-2006-09-29 10:07:30,378 DEBUG Found tickets for planetlab2.mnlab.cti.depaul.edu
-2006-09-29 10:07:30,379 DEBUG Popping from q - planetlab2.simula.no
-2006-09-29 10:07:34,984 DEBUG Found tickets for planetlab1.di.unito.it
-2006-09-29 10:07:34,985 DEBUG Popping from q - planetlab01.dis.unina.it
-2006-09-29 10:07:45,185 DEBUG Popping from q - planetlab1.flux.utah.edu
-2006-09-29 10:07:45,188 DEBUG Found tickets for planetlab-8.cs.princeton.edu
-2006-09-29 10:07:45,189 DEBUG Popping from q - planetlab-1.ece.iastate.edu
-2006-09-29 10:07:48,446 DEBUG Popping from q - sdu1.6planetlab.edu.cn
-2006-09-29 10:07:51,716 DEBUG Popping from q - planetlab4.upc.es
-2006-09-29 10:07:57,857 DEBUG Found tickets for sdu1.6planetlab.edu.cn
-2006-09-29 10:07:57,857 DEBUG Popping from q - planetlab-13.cs.princeton.edu
-2006-09-29 10:08:01,847 DEBUG Popping from q - planet1.cc.gt.atl.ga.us
-2006-09-29 10:08:09,961 DEBUG Popping from q - planetlab2.eecs.wsu.edu
-2006-09-29 10:08:30,001 DEBUG Popping from q - planet2.cs.ucsb.edu
-2006-09-29 10:08:38,134 DEBUG Found tickets for planet2.cs.ucsb.edu
-2006-09-29 10:08:38,134 DEBUG Popping from q - xjtu2.6planetlab.edu.cn
-2006-09-29 10:08:39,570 DEBUG Found tickets for planetlab-1.ece.iastate.edu
-2006-09-29 10:08:39,570 DEBUG Popping from q - planetlab3.upc.es
-2006-09-29 10:08:47,853 DEBUG Popping from q - node1.lbnl.nodes.planet-lab.org
-2006-09-29 10:08:48,794 DEBUG Popping from q - planetlab1.iitr.ernet.in
-2006-09-29 10:08:56,608 DEBUG Popping from q - planetlab1.ipls.internet2.planet-lab.org
-2006-09-29 10:09:01,592 DEBUG Found tickets for planetlab-13.cs.princeton.edu
-2006-09-29 10:09:01,592 DEBUG Popping from q - planetlab2.uvic.ca
-2006-09-29 10:09:10,136 DEBUG Found tickets for planetlab2.uvic.ca
-2006-09-29 10:09:10,136 DEBUG Popping from q - planetlab01.erin.utoronto.ca
-2006-09-29 10:09:17,835 DEBUG Popping from q - planetlab-4.ece.iastate.edu
-2006-09-29 10:09:26,472 DEBUG Found tickets for planetlab-4.ece.iastate.edu
-2006-09-29 10:09:26,473 DEBUG Popping from q - planetlab2.informatik.uni-goettingen.de
-2006-09-29 10:09:35,351 DEBUG Found tickets for planetlab2.informatik.uni-goettingen.de
-2006-09-29 10:09:35,351 DEBUG Popping from q - ds-pl1.technion.ac.il
-2006-09-29 10:09:43,680 DEBUG Popping from q - planetlab1.mnl.cs.sunysb.edu
-2006-09-29 10:09:45,001 DEBUG Popping from q - aladdin.planetlab.extranet.uni-passau.de
-2006-09-29 10:09:51,551 DEBUG Popping from q - planetlab-1.cs.uni-paderborn.de
-2006-09-29 10:09:52,573 DEBUG Popping from q - planet1.njit.edu
-2006-09-29 10:10:00,382 DEBUG Popping from q - pku2.6planetlab.edu.cn
-2006-09-29 10:10:08,150 DEBUG Popping from q - planetlab-1.cs.ucy.ac.cy
-2006-09-29 10:10:12,666 DEBUG Popping from q - planetlab00.cse.psu.edu
-2006-09-29 10:10:20,618 DEBUG Popping from q - planetlab04.ethz.ch
-2006-09-29 10:10:36,073 DEBUG Popping from q - sdu2.6planetlab.edu.cn
-2006-09-29 10:10:44,406 DEBUG Found tickets for sdu2.6planetlab.edu.cn
-2006-09-29 10:10:44,407 DEBUG Popping from q - planet-lab.iki.rssi.ru
-2006-09-29 10:10:46,594 DEBUG Found tickets for planetlab1.mnl.cs.sunysb.edu
-2006-09-29 10:10:46,595 DEBUG Popping from q - planetlab1.polito.it
-2006-09-29 10:10:54,864 DEBUG Found tickets for planetlab1.polito.it
-2006-09-29 10:10:54,864 DEBUG Popping from q - planetlab1.uvic.ca
-2006-09-29 10:10:56,280 DEBUG Popping from q - planetlab1.cs.byu.edu
-2006-09-29 10:11:04,499 DEBUG Popping from q - planetlab-1.amst.nodes.planet-lab.org
-2006-09-29 10:11:08,498 DEBUG Found tickets for planetlab04.ethz.ch
-2006-09-29 10:11:08,498 DEBUG Popping from q - cloudburst.uwaterloo.ca
-2006-09-29 10:11:09,985 DEBUG Popping from q - planet2.cs.rochester.edu
-2006-09-29 10:11:17,835 DEBUG Found tickets for planet2.cs.rochester.edu
-2006-09-29 10:11:17,835 DEBUG Popping from q - planetlab1.xeno.cl.cam.ac.uk
-2006-09-29 10:11:38,606 DEBUG Popping from q - lycra.cs.princeton.edu
-2006-09-29 10:11:40,258 DEBUG Found tickets for planetlab1.uvic.ca
-2006-09-29 10:11:40,259 DEBUG Popping from q - planetlab06.mpi-sws.mpg.de
-2006-09-29 10:11:42,494 DEBUG Found tickets for planet-lab.iki.rssi.ru
-2006-09-29 10:11:42,494 DEBUG Popping from q - planetlab1.ias.csusb.edu
-2006-09-29 10:11:49,865 DEBUG Found tickets for cloudburst.uwaterloo.ca
-2006-09-29 10:11:49,866 DEBUG Popping from q - vayu.iitd.ernet.in
-2006-09-29 10:11:57,420 DEBUG Popping from q - node2.lbnl.nodes.planet-lab.org
-2006-09-29 10:12:02,931 DEBUG Popping from q - planetlab2.cs.byu.edu
-2006-09-29 10:12:13,949 DEBUG Found tickets for lycra.cs.princeton.edu
-2006-09-29 10:12:13,949 DEBUG Popping from q - cqu1.6planetlab.edu.cn
-2006-09-29 10:12:20,550 DEBUG Found tickets for planetlab1.ias.csusb.edu
-2006-09-29 10:12:20,551 DEBUG Popping from q - planetlab2.acis.ufl.edu
-2006-09-29 10:12:26,340 DEBUG Popping from q - planetlab1.cs.unibo.it
-2006-09-29 10:12:32,309 DEBUG Popping from q - tju2.6planetlab.edu.cn
-2006-09-29 10:12:35,870 DEBUG Popping from q - orbpl1.rutgers.edu
-2006-09-29 10:12:44,480 DEBUG Found tickets for orbpl1.rutgers.edu
-2006-09-29 10:12:44,480 DEBUG Popping from q - ent1.cs.nccu.edu.tw
-2006-09-29 10:12:53,889 DEBUG Found tickets for ent1.cs.nccu.edu.tw
-2006-09-29 10:12:53,890 DEBUG Popping from q - planet0.jaist.ac.jp
-2006-09-29 10:13:02,128 DEBUG Found tickets for planet0.jaist.ac.jp
-2006-09-29 10:13:02,128 DEBUG Popping from q - planetlab1.informatik.uni-wuerzburg.de
-2006-09-29 10:13:12,939 DEBUG Found tickets for cqu1.6planetlab.edu.cn
-2006-09-29 10:13:12,940 DEBUG Popping from q - planetlab3.warsaw.rd.tp.pl
-2006-09-29 10:13:21,547 DEBUG Found tickets for planetlab2.acis.ufl.edu
-2006-09-29 10:13:21,547 DEBUG Popping from q - planetlab0.ias.csusb.edu
-2006-09-29 10:13:21,579 DEBUG Popping from q - planetlab-2.amst.nodes.planet-lab.org
-2006-09-29 10:13:24,559 DEBUG Found tickets for planetlab1.cs.unibo.it
-2006-09-29 10:13:24,560 DEBUG Popping from q - planetlab3.inria.fr
-2006-09-29 10:13:34,482 DEBUG Popping from q - 200-102-209-152.paemt7001.t.brasiltelecom.net.br
-2006-09-29 10:13:43,835 DEBUG Found tickets for 200-102-209-152.paemt7001.t.brasiltelecom.net.br
-2006-09-29 10:13:43,835 DEBUG Popping from q - planetlab3.mnl.cs.sunysb.edu
-2006-09-29 10:13:51,735 DEBUG Popping from q - planetlab-15.cs.princeton.edu
-2006-09-29 10:13:51,746 DEBUG Found tickets for tju2.6planetlab.edu.cn
-2006-09-29 10:13:51,746 DEBUG Popping from q - ent2.cs.nccu.edu.tw
-2006-09-29 10:13:59,290 DEBUG Found tickets for ent2.cs.nccu.edu.tw
-2006-09-29 10:13:59,290 DEBUG Popping from q - planet-lab-2.csse.monash.edu.au
-2006-09-29 10:13:59,918 DEBUG Found tickets for planetlab1.informatik.uni-wuerzburg.de
-2006-09-29 10:13:59,919 DEBUG Popping from q - planet1.ecse.rpi.edu
-2006-09-29 10:14:08,876 DEBUG Found tickets for planet1.ecse.rpi.edu
-2006-09-29 10:14:08,876 DEBUG Popping from q - planetlab2.pop-mg.rnp.br
-2006-09-29 10:14:16,960 DEBUG Found tickets for planetlab2.pop-mg.rnp.br
-2006-09-29 10:14:16,960 DEBUG Popping from q - planetlab-2.unk.edu
-2006-09-29 10:14:34,744 DEBUG Popping from q - planetlab2.rdfrancetelecom.com
-2006-09-29 10:14:35,460 DEBUG Found tickets for planetlab0.ias.csusb.edu
-2006-09-29 10:14:35,460 DEBUG Popping from q - planetlab1.eurecom.fr
-2006-09-29 10:14:44,103 DEBUG Found tickets for planetlab2.rdfrancetelecom.com
-2006-09-29 10:14:44,103 DEBUG Popping from q - planetlab1.cs.virginia.edu
-2006-09-29 10:14:46,258 DEBUG Popping from q - tju1.6planetlab.edu.cn
-2006-09-29 10:14:54,265 DEBUG Found tickets for tju1.6planetlab.edu.cn
-2006-09-29 10:14:54,266 DEBUG Popping from q - planetlab-3.amst.nodes.planet-lab.org
-2006-09-29 10:15:02,458 DEBUG Popping from q - planetlab2.iitr.ernet.in
-2006-09-29 10:15:07,093 DEBUG Popping from q - planetlab1.georgetown.edu
-2006-09-29 10:15:07,520 DEBUG Found tickets for planet-lab-2.csse.monash.edu.au
-2006-09-29 10:15:07,521 DEBUG Popping from q - planet1.inf.tu-dresden.de
-2006-09-29 10:15:16,126 DEBUG Found tickets for planetlab1.georgetown.edu
-2006-09-29 10:15:16,127 DEBUG Popping from q - alice.cs.princeton.edu
-2006-09-29 10:15:31,888 DEBUG Popping from q - planetlab02.erin.utoronto.ca
-2006-09-29 10:15:32,427 DEBUG Found tickets for planetlab1.eurecom.fr
-2006-09-29 10:15:32,427 DEBUG Popping from q - planetlab-1.vuse.vanderbilt.edu
-2006-09-29 10:15:44,504 DEBUG Popping from q - planetlab3.uvic.ca
-2006-09-29 10:15:48,905 DEBUG Found tickets for planetlab-1.vuse.vanderbilt.edu
-2006-09-29 10:15:48,905 DEBUG Popping from q - scut2.6planetlab.edu.cn
-2006-09-29 10:15:54,844 DEBUG Popping from q - planetlab1.swidnik.rd.tp.pl
-2006-09-29 10:16:02,678 DEBUG Found tickets for planetlab1.swidnik.rd.tp.pl
-2006-09-29 10:16:02,679 DEBUG Popping from q - planet2.cdacb.ernet.in
-2006-09-29 10:16:11,189 DEBUG Found tickets for planet2.cdacb.ernet.in
-2006-09-29 10:16:11,189 DEBUG Popping from q - planetlab1.rdfrancetelecom.com
-2006-09-29 10:16:13,105 DEBUG Popping from q - planet2.inf.tu-dresden.de
-2006-09-29 10:16:16,378 DEBUG Found tickets for alice.cs.princeton.edu
-2006-09-29 10:16:16,378 DEBUG Popping from q - planet02.csc.ncsu.edu
-2006-09-29 10:16:26,761 DEBUG Popping from q - planetlab-1.tssg.org
-2006-09-29 10:16:29,227 DEBUG Popping from q - planetlab-2.vuse.vanderbilt.edu
-2006-09-29 10:16:47,132 DEBUG Found tickets for scut2.6planetlab.edu.cn
-2006-09-29 10:16:47,132 DEBUG Popping from q - planetlab-11.cs.princeton.edu
-2006-09-29 10:16:47,650 DEBUG Found tickets for planetlab1.rdfrancetelecom.com
-2006-09-29 10:16:47,651 DEBUG Popping from q - planet03.csc.ncsu.edu
-2006-09-29 10:16:56,788 DEBUG Popping from q - planetlab1.pop-rj.rnp.br
-2006-09-29 10:17:00,614 DEBUG Found tickets for planetlab3.uvic.ca
-2006-09-29 10:17:00,615 DEBUG Popping from q - planet1.halifax.canet4.nodes.planet-lab.org
-2006-09-29 10:17:08,193 DEBUG Popping from q - planetlab2.uc.edu
-2006-09-29 10:17:16,015 DEBUG Popping from q - planet1.cavite.nodes.planet-lab.org
-2006-09-29 10:17:21,767 DEBUG Found tickets for planetlab-1.tssg.org
-2006-09-29 10:17:21,767 DEBUG Popping from q - ds-pl3.technion.ac.il
-2006-09-29 10:17:29,732 DEBUG Found tickets for ds-pl3.technion.ac.il
-2006-09-29 10:17:29,732 DEBUG Popping from q - planetlab2.cs.purdue.edu
-2006-09-29 10:17:32,758 DEBUG Found tickets for planetlab-2.vuse.vanderbilt.edu
-2006-09-29 10:17:32,759 DEBUG Popping from q - planetlab3.millennium.berkeley.edu
-2006-09-29 10:17:37,221 DEBUG Popping from q - planetlab1.unl.edu
-2006-09-29 10:17:46,172 DEBUG Found tickets for planetlab1.unl.edu
-2006-09-29 10:17:46,172 DEBUG Popping from q - planetlab1.cs.colorado.edu
-2006-09-29 10:18:02,559 DEBUG Found tickets for planetlab1.pop-rj.rnp.br
-2006-09-29 10:18:02,559 DEBUG Popping from q - planetlab02.cs.washington.edu
-2006-09-29 10:18:06,118 DEBUG Popping from q - pads21.cs.nthu.edu.tw
-2006-09-29 10:18:12,737 DEBUG Popping from q - orbpl2.rutgers.edu
-2006-09-29 10:18:18,407 DEBUG Found tickets for planetlab02.cs.washington.edu
-2006-09-29 10:18:18,407 DEBUG Popping from q - planetlab2.informatik.uni-erlangen.de
-2006-09-29 10:18:30,101 DEBUG Popping from q - planetlab-01.ipv6.lip6.fr
-2006-09-29 10:18:31,084 DEBUG Found tickets for orbpl2.rutgers.edu
-2006-09-29 10:18:31,085 DEBUG Popping from q - pl2.ernet.in
-2006-09-29 10:18:32,851 DEBUG Found tickets for planetlab2.informatik.uni-erlangen.de
-2006-09-29 10:18:32,851 DEBUG Popping from q - neu2.6planetlab.edu.cn
-2006-09-29 10:18:39,994 DEBUG Popping from q - planetlab-2.cs.uni-paderborn.de
-2006-09-29 10:18:45,287 DEBUG Popping from q - planet5.cs.huji.ac.il
-2006-09-29 10:18:54,442 DEBUG Popping from q - planetlab1.elet.polimi.it
-2006-09-29 10:18:56,077 DEBUG Popping from q - planetlab2.iiitb.ac.in
-2006-09-29 10:19:03,038 DEBUG Popping from q - server1.planetlab.iit-tech.net
-2006-09-29 10:19:11,482 DEBUG Found tickets for server1.planetlab.iit-tech.net
-2006-09-29 10:19:11,482 DEBUG Popping from q - planetlab2.iitb.ac.in
-2006-09-29 10:19:18,351 DEBUG Found tickets for planetlab1.cs.colorado.edu
-2006-09-29 10:19:18,351 DEBUG Popping from q - planetlab02.dis.unina.it
-2006-09-29 10:19:28,838 DEBUG Popping from q - planetlab-1.dis.uniroma1.it
-2006-09-29 10:19:36,632 DEBUG Popping from q - planetlab1.iitb.ac.in
-2006-09-29 10:19:47,080 DEBUG Popping from q - pku1.6planetlab.edu.cn
-2006-09-29 10:19:47,095 DEBUG Found tickets for planetlab-01.ipv6.lip6.fr
-2006-09-29 10:19:47,095 DEBUG Popping from q - planetlab1.warsaw.rd.tp.pl
-2006-09-29 10:20:01,179 DEBUG Popping from q - planetlab1.cri.haifa.ac.il
-2006-09-29 10:20:04,736 DEBUG Found tickets for pku1.6planetlab.edu.cn
-2006-09-29 10:20:04,737 DEBUG Popping from q - planetlab-2.cs.ucy.ac.cy
-2006-09-29 10:20:08,622 DEBUG Found tickets for planetlab1.cri.haifa.ac.il
-2006-09-29 10:20:08,622 DEBUG Popping from q - pl1.ernet.in
-2006-09-29 10:20:17,753 DEBUG Popping from q - planetlab2.georgetown.edu
-2006-09-29 10:20:17,836 DEBUG Popping from q - server2.planetlab.iit-tech.net
-2006-09-29 10:20:25,878 DEBUG Found tickets for planetlab2.georgetown.edu
-2006-09-29 10:20:25,878 DEBUG Popping from q - planetlab2.di.unito.it
-2006-09-29 10:20:32,391 DEBUG Found tickets for planetlab2.iitb.ac.in
-2006-09-29 10:20:32,392 DEBUG Popping from q - planetlab1.csee.usf.edu
-2006-09-29 10:20:40,642 DEBUG Popping from q - planetlab-2.dis.uniroma1.it
-2006-09-29 10:20:49,827 DEBUG Popping from q - planetlab2.informatik.uni-kl.de
-2006-09-29 10:20:55,388 DEBUG Found tickets for planetlab1.iitb.ac.in
-2006-09-29 10:20:55,389 DEBUG Popping from q - planet1.cs.rochester.edu
-2006-09-29 10:21:04,659 DEBUG Found tickets for planet1.cs.rochester.edu
-2006-09-29 10:21:04,660 DEBUG Popping from q - planetlab1.rutgers.edu
-2006-09-29 10:21:13,330 DEBUG Found tickets for planetlab1.rutgers.edu
-2006-09-29 10:21:13,330 DEBUG Popping from q - planetlab-2.ece.iastate.edu
-2006-09-29 10:21:14,864 DEBUG Popping from q - planetlab-1.sjce.nodes.planet-lab.org
-2006-09-29 10:21:22,438 DEBUG Found tickets for planetlab-1.sjce.nodes.planet-lab.org
-2006-09-29 10:21:22,439 DEBUG Popping from q - planetlab2.ece.ucdavis.edu
-2006-09-29 10:21:30,847 DEBUG Popping from q - planetlab1.ie.cuhk.edu.hk
-2006-09-29 10:21:35,382 DEBUG Popping from q - planetlab2lannion.elibel.tm.fr
-2006-09-29 10:21:35,387 DEBUG Found tickets for server2.planetlab.iit-tech.net
-2006-09-29 10:21:35,387 DEBUG Popping from q - planetlab01.mpi-sws.mpg.de
-2006-09-29 10:21:48,624 DEBUG Popping from q - planetlab2.cs.duke.edu
-2006-09-29 10:21:49,839 DEBUG Popping from q - planetlab1.rn.informatics.scitech.susx.ac.uk
-2006-09-29 10:22:01,537 DEBUG Found tickets for planetlab1.rn.informatics.scitech.susx.ac.uk
-2006-09-29 10:22:01,538 DEBUG Popping from q - planetlab1.eee.hku.hk
-2006-09-29 10:22:03,958 DEBUG Popping from q - pads23.cs.nthu.edu.tw
-2006-09-29 10:22:19,308 DEBUG Found tickets for planetlab1.eee.hku.hk
-2006-09-29 10:22:19,308 DEBUG Popping from q - planet2.halifax.canet4.nodes.planet-lab.org
-2006-09-29 10:22:23,685 DEBUG Popping from q - planetlab-2.tssg.org
-2006-09-29 10:22:26,988 DEBUG Found tickets for planet2.halifax.canet4.nodes.planet-lab.org
-2006-09-29 10:22:26,988 DEBUG Popping from q - 200-102-209-151.paemt7001.t.brasiltelecom.net.br
-2006-09-29 10:22:34,595 DEBUG Found tickets for 200-102-209-151.paemt7001.t.brasiltelecom.net.br
-2006-09-29 10:22:34,595 DEBUG Popping from q - planetlab2.poly.edu
-2006-09-29 10:22:42,837 DEBUG Popping from q - planetlab1.poly.edu
-2006-09-29 10:22:48,464 DEBUG Popping from q - planetlab2.net-research.org.uk
-2006-09-29 10:22:55,308 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv
-2006-09-29 10:22:56,367 DEBUG Retrieved 705 hosts
-2006-09-29 10:22:56,374 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='drift%20%3E%201m'
-2006-09-29 10:22:56,509 DEBUG Retrieved 9 hosts
-2006-09-29 10:22:56,510 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='resptime%20%3E%200%20&&%20gbfree%20%3C%205'
-2006-09-29 10:22:56,541 DEBUG Found tickets for planetlab2.net-research.org.uk
-2006-09-29 10:22:56,541 DEBUG Popping from q - planetlab-2.imperial.ac.uk
-2006-09-29 10:22:56,647 DEBUG Retrieved 10 hosts
-2006-09-29 10:22:56,648 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='sshstatus%20%3E%202h'
-2006-09-29 10:22:56,992 DEBUG Retrieved 162 hosts
-2006-09-29 10:22:56,994 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='dns1udp%20%3E%2080%20&&%20dns2udp%20%3E%2080'
-2006-09-29 10:22:57,130 DEBUG Retrieved 6 hosts
-2006-09-29 10:22:57,131 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='filerw%3E0'
-2006-09-29 10:22:57,335 DEBUG Retrieved 1 hosts
-2006-09-29 10:23:03,868 DEBUG Found tickets for planetlab-2.imperial.ac.uk
-2006-09-29 10:23:03,869 DEBUG Popping from q - planetlab-1.imperial.ac.uk
-2006-09-29 10:23:07,347 DEBUG Found tickets for planetlab2.informatik.uni-kl.de
-2006-09-29 10:23:07,348 DEBUG Popping from q - planetlab1.byu.edu
-2006-09-29 10:23:15,489 DEBUG Popping from q - planetlab2.eee.hku.hk
-2006-09-29 10:23:23,857 DEBUG Popping from q - planetlab2.elet.polimi.it
-2006-09-29 10:23:26,568 DEBUG Found tickets for planetlab1.ie.cuhk.edu.hk
-2006-09-29 10:23:26,568 DEBUG Popping from q - pli1-br-3.hpl.hp.com
-2006-09-29 10:23:34,538 DEBUG Found tickets for pli1-br-3.hpl.hp.com
-2006-09-29 10:23:34,538 DEBUG Popping from q - planetlab2.nbgisp.com
-2006-09-29 10:23:42,994 DEBUG Popping from q - planetlab2.cs.duke.edu
-2006-09-29 10:23:43,044 DEBUG Popping from q - planetlab1.cs.stir.ac.uk
-2006-09-29 10:23:52,188 DEBUG Popping from q - planetlab1.cse.msu.edu
-2006-09-29 10:24:01,344 DEBUG Found tickets for planetlab1.cse.msu.edu
-2006-09-29 10:24:01,344 DEBUG Popping from q - planetlab2.cse.msu.edu
-2006-09-29 10:24:09,227 DEBUG Found tickets for planetlab2.cse.msu.edu
-2006-09-29 10:24:09,228 DEBUG Popping from q - planetlab0.cs.stir.ac.uk
-2006-09-29 10:24:17,579 DEBUG Popping from q - planetlab1.informatik.uni-erlangen.de
-2006-09-29 10:24:26,048 DEBUG Popping from q - planetlab1.cs.purdue.edu
-2006-09-29 10:24:26,640 DEBUG Found tickets for planetlab-2.tssg.org
-2006-09-29 10:24:26,640 DEBUG Popping from q - planetlab1.een.orst.edu
-2006-09-29 10:24:27,998 DEBUG Popping from q - planetlab2.cs.columbia.edu
-2006-09-29 10:24:35,662 DEBUG Popping from q - planetlab1.win.trlabs.ca
-2006-09-29 10:24:36,003 DEBUG Popping from q - planetlab1.cs.duke.edu
-2006-09-29 10:24:43,720 DEBUG Popping from q - planetlab2.flux.utah.edu
-2006-09-29 10:24:48,078 DEBUG Found tickets for planetlab-1.imperial.ac.uk
-2006-09-29 10:24:48,078 DEBUG Popping from q - planetlab3.cs.columbia.edu
-2006-09-29 10:24:56,198 DEBUG Popping from q - planetlab1.cs.columbia.edu
-2006-09-29 10:25:04,034 DEBUG Popping from q - planetlab3.flux.utah.edu
-2006-09-29 10:25:20,825 DEBUG Popping from q - planetlab-1.eecs.cwru.edu
-2006-09-29 10:25:28,873 DEBUG Popping from q - planetlab2.rutgers.edu
-2006-09-29 10:25:37,000 DEBUG Found tickets for planetlab2.rutgers.edu
-2006-09-29 10:25:37,000 DEBUG Popping from q - vn3.cs.wustl.edu
-2006-09-29 10:25:39,282 DEBUG Popping from q - planetlab2.cri.haifa.ac.il
-2006-09-29 10:25:42,323 DEBUG Popping from q - soccf-planet-001.comp.nus.edu.sg
-2006-09-29 10:25:50,210 DEBUG Found tickets for planetlab2.cri.haifa.ac.il
-2006-09-29 10:25:50,210 DEBUG Popping from q - planetlab01.cse.psu.edu
-2006-09-29 10:26:00,100 DEBUG Found tickets for soccf-planet-001.comp.nus.edu.sg
-2006-09-29 10:26:00,100 DEBUG Popping from q - csu2.6planetlab.edu.cn
-2006-09-29 10:26:01,653 DEBUG Popping from q - planet2.njit.edu
-2006-09-29 10:26:09,820 DEBUG Found tickets for planet2.njit.edu
-2006-09-29 10:26:09,821 DEBUG Popping from q - planetlab2.unl.edu
-2006-09-29 10:26:18,426 DEBUG Popping from q - planetlab1.cs.pitt.edu
-2006-09-29 10:26:19,126 DEBUG Found tickets for planetlab1.cs.purdue.edu
-2006-09-29 10:26:19,126 DEBUG Popping from q - planetlab-2.eecs.cwru.edu
-2006-09-29 10:26:21,751 DEBUG Popping from q - planetlab2.urv.net
-2006-09-29 10:26:30,025 DEBUG Popping from q - planetlab7.csail.mit.edu
-2006-09-29 10:26:38,011 DEBUG Found tickets for planetlab7.csail.mit.edu
-2006-09-29 10:26:38,012 DEBUG Popping from q - buaa1.6planetlab.edu.cn
-2006-09-29 10:26:48,609 DEBUG Found tickets for vn3.cs.wustl.edu
-2006-09-29 10:26:48,609 DEBUG Popping from q - ricepl-3.cs.rice.edu
-2006-09-29 10:26:57,051 DEBUG Popping from q - planet-lab-1.csse.monash.edu.au
-2006-09-29 10:27:05,602 DEBUG Popping from q - planetlab5.millennium.berkeley.edu
-2006-09-29 10:27:09,380 DEBUG Found tickets for csu2.6planetlab.edu.cn
-2006-09-29 10:27:09,381 DEBUG Popping from q - planetlab1.pop-ce.rnp.br
-2006-09-29 10:27:17,663 DEBUG Found tickets for planetlab1.pop-ce.rnp.br
-2006-09-29 10:27:17,663 DEBUG Popping from q - planetlab2.mnlab.cti.depaul.edu
-2006-09-29 10:27:25,434 DEBUG Found tickets for planetlab2.mnlab.cti.depaul.edu
-2006-09-29 10:27:25,434 DEBUG Popping from q - peace.ri.uni-tuebingen.de
-2006-09-29 10:27:33,574 DEBUG Popping from q - planetlab-8.cs.princeton.edu
-2006-09-29 10:27:41,762 DEBUG Found tickets for planetlab-8.cs.princeton.edu
-2006-09-29 10:27:41,762 DEBUG Popping from q - planetlab2.ucsd.edu
-2006-09-29 10:27:42,364 DEBUG Popping from q - blast.uwaterloo.ca
-2006-09-29 10:27:47,283 DEBUG Popping from q - planetlab1.cs.wayne.edu
-2006-09-29 10:27:52,227 DEBUG Found tickets for planetlab2.ucsd.edu
-2006-09-29 10:27:52,227 DEBUG Popping from q - pli1-br-3.hpl.hp.com
-2006-09-29 10:27:52,239 DEBUG Found tickets for pli1-br-3.hpl.hp.com
-2006-09-29 10:27:52,239 DEBUG Popping from q - planetlab2.eurecom.fr
-2006-09-29 10:28:03,848 DEBUG Found tickets for planetlab1.cs.wayne.edu
-2006-09-29 10:28:03,848 DEBUG Popping from q - planetlab1.di.unito.it
-2006-09-29 10:28:04,140 DEBUG Popping from q - planetlab2.simula.no
-2006-09-29 10:28:12,011 DEBUG Popping from q - planetlab01.dis.unina.it
-2006-09-29 10:28:20,097 DEBUG Popping from q - planetlab1.flux.utah.edu
-2006-09-29 10:28:26,354 DEBUG Found tickets for buaa1.6planetlab.edu.cn
-2006-09-29 10:28:26,354 DEBUG Popping from q - planetlab-1.ece.iastate.edu
-2006-09-29 10:28:33,803 DEBUG Found tickets for planetlab-1.ece.iastate.edu
-2006-09-29 10:28:33,804 DEBUG Popping from q - sdu1.6planetlab.edu.cn
-2006-09-29 10:28:41,286 DEBUG Found tickets for sdu1.6planetlab.edu.cn
-2006-09-29 10:28:41,286 DEBUG Popping from q - planetlab4.upc.es
-2006-09-29 10:28:47,127 DEBUG Popping from q - planetlab-13.cs.princeton.edu
-2006-09-29 10:28:58,789 DEBUG Found tickets for blast.uwaterloo.ca
-2006-09-29 10:28:58,790 DEBUG Popping from q - planet1.cc.gt.atl.ga.us
-2006-09-29 10:29:06,760 DEBUG Popping from q - planetlab2.eecs.wsu.edu
-2006-09-29 10:29:14,666 DEBUG Popping from q - planet2.cs.ucsb.edu
-2006-09-29 10:29:19,902 DEBUG Popping from q - xjtu2.6planetlab.edu.cn
-2006-09-29 10:29:27,982 DEBUG Popping from q - planetlab3.upc.es
-2006-09-29 10:29:36,528 DEBUG Popping from q - node1.lbnl.nodes.planet-lab.org
-2006-09-29 10:29:36,834 DEBUG Found tickets for planetlab1.di.unito.it
-2006-09-29 10:29:36,835 DEBUG Popping from q - planetlab1.iitr.ernet.in
-2006-09-29 10:29:37,844 DEBUG Popping from q - planetlab1.ipls.internet2.planet-lab.org
-2006-09-29 10:29:45,710 DEBUG Popping from q - planetlab2.uvic.ca
-2006-09-29 10:29:53,699 DEBUG Found tickets for planetlab2.uvic.ca
-2006-09-29 10:29:53,700 DEBUG Popping from q - planetlab01.erin.utoronto.ca
-2006-09-29 10:30:02,694 DEBUG Found tickets for planetlab-13.cs.princeton.edu
-2006-09-29 10:30:02,694 DEBUG Popping from q - planetlab-4.ece.iastate.edu
-2006-09-29 10:30:12,527 DEBUG Found tickets for planetlab-4.ece.iastate.edu
-2006-09-29 10:30:12,527 DEBUG Popping from q - planetlab2.informatik.uni-goettingen.de
-2006-09-29 10:30:20,834 DEBUG Found tickets for planetlab2.informatik.uni-goettingen.de
-2006-09-29 10:30:20,834 DEBUG Popping from q - ds-pl1.technion.ac.il
-2006-09-29 10:30:27,257 DEBUG Found tickets for planet2.cs.ucsb.edu
-2006-09-29 10:30:27,257 DEBUG Popping from q - planetlab1.mnl.cs.sunysb.edu
-2006-09-29 10:30:34,974 DEBUG Found tickets for planetlab1.mnl.cs.sunysb.edu
-2006-09-29 10:30:34,974 DEBUG Popping from q - aladdin.planetlab.extranet.uni-passau.de
-2006-09-29 10:30:40,501 DEBUG Popping from q - planetlab-1.cs.uni-paderborn.de
-2006-09-29 10:30:42,868 DEBUG Popping from q - planet1.njit.edu
-2006-09-29 10:30:51,515 DEBUG Popping from q - pku2.6planetlab.edu.cn
-2006-09-29 10:30:52,278 DEBUG Popping from q - planetlab-1.cs.ucy.ac.cy
-2006-09-29 10:31:00,468 DEBUG Popping from q - planetlab00.cse.psu.edu
-2006-09-29 10:31:08,303 DEBUG Popping from q - planetlab04.ethz.ch
-2006-09-29 10:31:17,802 DEBUG Found tickets for planetlab04.ethz.ch
-2006-09-29 10:31:17,802 DEBUG Popping from q - sdu2.6planetlab.edu.cn
-2006-09-29 10:31:26,657 DEBUG Found tickets for sdu2.6planetlab.edu.cn
-2006-09-29 10:31:26,657 DEBUG Popping from q - planet-lab.iki.rssi.ru
-2006-09-29 10:31:35,018 DEBUG Found tickets for planet-lab.iki.rssi.ru
-2006-09-29 10:31:35,018 DEBUG Popping from q - planetlab1.polito.it
-2006-09-29 10:31:43,976 DEBUG Found tickets for planetlab1.polito.it
-2006-09-29 10:31:43,976 DEBUG Popping from q - planetlab1.uvic.ca
-2006-09-29 10:31:44,081 DEBUG Popping from q - planetlab1.cs.byu.edu
-2006-09-29 10:31:52,201 DEBUG Popping from q - planetlab-1.amst.nodes.planet-lab.org
-2006-09-29 10:32:00,050 DEBUG Popping from q - cloudburst.uwaterloo.ca
-2006-09-29 10:32:06,835 DEBUG Popping from q - planet2.cs.rochester.edu
-2006-09-29 10:32:07,057 DEBUG Popping from q - planetlab1.xeno.cl.cam.ac.uk
-2006-09-29 10:32:14,737 DEBUG Found tickets for planet2.cs.rochester.edu
-2006-09-29 10:32:14,738 DEBUG Popping from q - lycra.cs.princeton.edu
-2006-09-29 10:32:14,755 DEBUG Found tickets for lycra.cs.princeton.edu
-2006-09-29 10:32:14,755 DEBUG Popping from q - planetlab06.mpi-sws.mpg.de
-2006-09-29 10:32:14,786 DEBUG Popping from q - planetlab1.ias.csusb.edu
-2006-09-29 10:32:14,831 DEBUG Found tickets for planetlab1.ias.csusb.edu
-2006-09-29 10:32:14,831 DEBUG Popping from q - vayu.iitd.ernet.in
-2006-09-29 10:32:14,855 DEBUG Popping from q - node2.lbnl.nodes.planet-lab.org
-2006-09-29 10:32:14,876 DEBUG Popping from q - planetlab2.cs.byu.edu
-2006-09-29 10:32:14,889 DEBUG Popping from q - cqu1.6planetlab.edu.cn
-2006-09-29 10:32:14,892 DEBUG Found tickets for cqu1.6planetlab.edu.cn
-2006-09-29 10:32:14,893 DEBUG Popping from q - planetlab2.acis.ufl.edu
-2006-09-29 10:32:14,898 DEBUG Found tickets for planetlab2.acis.ufl.edu
-2006-09-29 10:32:14,898 DEBUG Popping from q - planetlab1.cs.unibo.it
-2006-09-29 10:32:14,911 DEBUG Found tickets for planetlab1.cs.unibo.it
-2006-09-29 10:32:14,911 DEBUG Popping from q - tju2.6planetlab.edu.cn
-2006-09-29 10:32:14,914 DEBUG Found tickets for tju2.6planetlab.edu.cn
-2006-09-29 10:32:14,914 DEBUG Popping from q - orbpl1.rutgers.edu
-2006-09-29 10:32:14,916 DEBUG Found tickets for orbpl1.rutgers.edu
-2006-09-29 10:32:14,917 DEBUG Popping from q - ent1.cs.nccu.edu.tw
-2006-09-29 10:32:14,920 DEBUG Found tickets for ent1.cs.nccu.edu.tw
-2006-09-29 10:32:14,920 DEBUG Popping from q - planet0.jaist.ac.jp
-2006-09-29 10:32:14,924 DEBUG Found tickets for planet0.jaist.ac.jp
-2006-09-29 10:32:14,924 DEBUG Popping from q - planetlab1.informatik.uni-wuerzburg.de
-2006-09-29 10:32:14,927 DEBUG Found tickets for planetlab1.informatik.uni-wuerzburg.de
-2006-09-29 10:32:14,927 DEBUG Popping from q - planetlab3.warsaw.rd.tp.pl
-2006-09-29 10:32:14,929 DEBUG Popping from q - planetlab0.ias.csusb.edu
-2006-09-29 10:32:15,025 DEBUG Found tickets for planetlab0.ias.csusb.edu
-2006-09-29 10:32:15,025 DEBUG Popping from q - planetlab-2.amst.nodes.planet-lab.org
-2006-09-29 10:32:15,027 DEBUG Popping from q - planetlab3.inria.fr
-2006-09-29 10:32:15,030 DEBUG Popping from q - 200-102-209-152.paemt7001.t.brasiltelecom.net.br
-2006-09-29 10:32:15,032 DEBUG Found tickets for 200-102-209-152.paemt7001.t.brasiltelecom.net.br
-2006-09-29 10:32:15,032 DEBUG Popping from q - planetlab3.mnl.cs.sunysb.edu
-2006-09-29 10:32:15,035 DEBUG Popping from q - planetlab-15.cs.princeton.edu
-2006-09-29 10:32:15,047 DEBUG Popping from q - ent2.cs.nccu.edu.tw
-2006-09-29 10:32:15,049 DEBUG Found tickets for ent2.cs.nccu.edu.tw
-2006-09-29 10:32:15,050 DEBUG Popping from q - planet-lab-2.csse.monash.edu.au
-2006-09-29 10:32:15,073 DEBUG Found tickets for planet-lab-2.csse.monash.edu.au
-2006-09-29 10:32:15,073 DEBUG Popping from q - planet1.ecse.rpi.edu
-2006-09-29 10:32:15,079 DEBUG Found tickets for planet1.ecse.rpi.edu
-2006-09-29 10:32:15,079 DEBUG Popping from q - planetlab2.pop-mg.rnp.br
-2006-09-29 10:32:15,112 DEBUG Found tickets for planetlab2.pop-mg.rnp.br
-2006-09-29 10:32:15,112 DEBUG Popping from q - planetlab-2.unk.edu
-2006-09-29 10:32:15,136 DEBUG Popping from q - planetlab2.rdfrancetelecom.com
-2006-09-29 10:32:15,144 DEBUG Found tickets for planetlab2.rdfrancetelecom.com
-2006-09-29 10:32:15,144 DEBUG Popping from q - planetlab1.eurecom.fr
-2006-09-29 10:32:15,154 DEBUG Found tickets for planetlab1.eurecom.fr
-2006-09-29 10:32:15,154 DEBUG Popping from q - planetlab1.cs.virginia.edu
-2006-09-29 10:32:15,157 DEBUG Popping from q - tju1.6planetlab.edu.cn
-2006-09-29 10:32:15,161 DEBUG Found tickets for tju1.6planetlab.edu.cn
-2006-09-29 10:32:15,161 DEBUG Popping from q - planetlab-3.amst.nodes.planet-lab.org
-2006-09-29 10:32:15,177 DEBUG Popping from q - planetlab2.iitr.ernet.in
-2006-09-29 10:32:15,183 DEBUG Popping from q - planetlab1.georgetown.edu
-2006-09-29 10:32:15,191 DEBUG Found tickets for planetlab1.georgetown.edu
-2006-09-29 10:32:15,192 DEBUG Popping from q - planet1.inf.tu-dresden.de
-2006-09-29 10:32:15,203 DEBUG Popping from q - alice.cs.princeton.edu
-2006-09-29 10:32:15,218 DEBUG Found tickets for alice.cs.princeton.edu
-2006-09-29 10:32:15,219 DEBUG Popping from q - planetlab02.erin.utoronto.ca
-2006-09-29 10:32:15,221 DEBUG Popping from q - planetlab-1.vuse.vanderbilt.edu
-2006-09-29 10:32:15,225 DEBUG Found tickets for planetlab-1.vuse.vanderbilt.edu
-2006-09-29 10:32:15,225 DEBUG Popping from q - planetlab3.uvic.ca
-2006-09-29 10:32:15,230 DEBUG Found tickets for planetlab3.uvic.ca
-2006-09-29 10:32:15,230 DEBUG Popping from q - scut2.6planetlab.edu.cn
-2006-09-29 10:32:15,233 DEBUG Found tickets for scut2.6planetlab.edu.cn
-2006-09-29 10:32:15,234 DEBUG Popping from q - planetlab1.swidnik.rd.tp.pl
-2006-09-29 10:32:15,241 DEBUG Found tickets for planetlab1.swidnik.rd.tp.pl
-2006-09-29 10:32:15,241 DEBUG Popping from q - planet2.cdacb.ernet.in
-2006-09-29 10:32:15,243 DEBUG Found tickets for planet2.cdacb.ernet.in
-2006-09-29 10:32:15,244 DEBUG Popping from q - planetlab1.rdfrancetelecom.com
-2006-09-29 10:32:15,249 DEBUG Found tickets for planetlab1.rdfrancetelecom.com
-2006-09-29 10:32:15,250 DEBUG Popping from q - planet2.inf.tu-dresden.de
-2006-09-29 10:32:15,252 DEBUG Popping from q - planet02.csc.ncsu.edu
-2006-09-29 10:32:15,255 DEBUG Popping from q - planetlab-1.tssg.org
-2006-09-29 10:32:15,257 DEBUG Found tickets for planetlab-1.tssg.org
-2006-09-29 10:32:15,257 DEBUG Popping from q - planetlab-2.vuse.vanderbilt.edu
-2006-09-29 10:32:15,260 DEBUG Found tickets for planetlab-2.vuse.vanderbilt.edu
-2006-09-29 10:32:15,260 DEBUG Popping from q - planetlab-11.cs.princeton.edu
-2006-09-29 10:32:15,271 DEBUG Popping from q - planet03.csc.ncsu.edu
-2006-09-29 10:32:15,278 DEBUG Popping from q - planetlab1.pop-rj.rnp.br
-2006-09-29 10:32:15,310 DEBUG Found tickets for planetlab1.pop-rj.rnp.br
-2006-09-29 10:32:15,310 DEBUG Popping from q - planet1.halifax.canet4.nodes.planet-lab.org
-2006-09-29 10:32:15,313 DEBUG Popping from q - planetlab2.uc.edu
-2006-09-29 10:32:15,321 DEBUG Popping from q - planet1.cavite.nodes.planet-lab.org
-2006-09-29 10:32:15,332 DEBUG Popping from q - ds-pl3.technion.ac.il
-2006-09-29 10:32:15,341 DEBUG Found tickets for ds-pl3.technion.ac.il
-2006-09-29 10:32:15,341 DEBUG Popping from q - planetlab2.cs.purdue.edu
-2006-09-29 10:32:15,350 DEBUG Popping from q - planetlab3.millennium.berkeley.edu
-2006-09-29 10:32:15,353 DEBUG Popping from q - planetlab1.unl.edu
-2006-09-29 10:32:15,356 DEBUG Found tickets for planetlab1.unl.edu
-2006-09-29 10:32:15,357 DEBUG Popping from q - planetlab1.cs.colorado.edu
-2006-09-29 10:32:15,360 DEBUG Found tickets for planetlab1.cs.colorado.edu
-2006-09-29 10:32:15,360 DEBUG Popping from q - planetlab02.cs.washington.edu
-2006-09-29 10:32:15,364 DEBUG Found tickets for planetlab02.cs.washington.edu
-2006-09-29 10:32:15,364 DEBUG Popping from q - pads21.cs.nthu.edu.tw
-2006-09-29 10:32:15,366 DEBUG Popping from q - orbpl2.rutgers.edu
-2006-09-29 10:32:15,369 DEBUG Found tickets for orbpl2.rutgers.edu
-2006-09-29 10:32:15,369 DEBUG Popping from q - planetlab2.informatik.uni-erlangen.de
-2006-09-29 10:32:15,384 DEBUG Found tickets for planetlab2.informatik.uni-erlangen.de
-2006-09-29 10:32:15,384 DEBUG Popping from q - planetlab-01.ipv6.lip6.fr
-2006-09-29 10:32:15,387 DEBUG Found tickets for planetlab-01.ipv6.lip6.fr
-2006-09-29 10:32:15,388 DEBUG Popping from q - pl2.ernet.in
-2006-09-29 10:32:15,391 DEBUG Popping from q - neu2.6planetlab.edu.cn
-2006-09-29 10:32:15,398 DEBUG Popping from q - planetlab-2.cs.uni-paderborn.de
-2006-09-29 10:32:15,405 DEBUG Popping from q - planet5.cs.huji.ac.il
-2006-09-29 10:32:15,411 DEBUG Popping from q - planetlab1.elet.polimi.it
-2006-09-29 10:32:15,413 DEBUG Popping from q - planetlab2.iiitb.ac.in
-2006-09-29 10:32:15,416 DEBUG Popping from q - server1.planetlab.iit-tech.net
-2006-09-29 10:32:15,418 DEBUG Found tickets for server1.planetlab.iit-tech.net
-2006-09-29 10:32:15,418 DEBUG Popping from q - planetlab2.iitb.ac.in
-2006-09-29 10:32:15,422 DEBUG Found tickets for planetlab2.iitb.ac.in
-2006-09-29 10:32:15,422 DEBUG Popping from q - planetlab02.dis.unina.it
-2006-09-29 10:32:15,445 DEBUG Popping from q - planetlab-1.dis.uniroma1.it
-2006-09-29 10:32:15,452 DEBUG Popping from q - planetlab1.iitb.ac.in
-2006-09-29 10:32:15,456 DEBUG Found tickets for planetlab1.iitb.ac.in
-2006-09-29 10:32:15,456 DEBUG Popping from q - pku1.6planetlab.edu.cn
-2006-09-29 10:32:15,460 DEBUG Found tickets for pku1.6planetlab.edu.cn
-2006-09-29 10:32:15,460 DEBUG Popping from q - planetlab1.warsaw.rd.tp.pl
-2006-09-29 10:32:15,463 DEBUG Popping from q - planetlab1.cri.haifa.ac.il
-2006-09-29 10:32:15,473 DEBUG Found tickets for planetlab1.cri.haifa.ac.il
-2006-09-29 10:32:15,473 DEBUG Popping from q - planetlab-2.cs.ucy.ac.cy
-2006-09-29 10:32:15,483 DEBUG Popping from q - pl1.ernet.in
-2006-09-29 10:32:15,490 DEBUG Popping from q - planetlab2.georgetown.edu
-2006-09-29 10:32:15,497 DEBUG Found tickets for planetlab2.georgetown.edu
-2006-09-29 10:32:15,497 DEBUG Popping from q - server2.planetlab.iit-tech.net
-2006-09-29 10:32:15,501 DEBUG Found tickets for server2.planetlab.iit-tech.net
-2006-09-29 10:32:15,501 DEBUG Popping from q - planetlab2.di.unito.it
-2006-09-29 10:32:15,505 DEBUG Popping from q - planetlab1.csee.usf.edu
-2006-09-29 10:32:15,508 DEBUG Popping from q - planetlab-2.dis.uniroma1.it
-2006-09-29 10:32:15,510 DEBUG Popping from q - planetlab2.informatik.uni-kl.de
-2006-09-29 10:32:15,514 DEBUG Found tickets for planetlab2.informatik.uni-kl.de
-2006-09-29 10:32:15,514 DEBUG Popping from q - planet1.cs.rochester.edu
-2006-09-29 10:32:15,520 DEBUG Found tickets for planet1.cs.rochester.edu
-2006-09-29 10:32:15,521 DEBUG Popping from q - planetlab1.rutgers.edu
-2006-09-29 10:32:15,523 DEBUG Found tickets for planetlab1.rutgers.edu
-2006-09-29 10:32:15,524 DEBUG Popping from q - planetlab-2.ece.iastate.edu
-2006-09-29 10:32:15,532 DEBUG Popping from q - planetlab-1.sjce.nodes.planet-lab.org
-2006-09-29 10:32:15,534 DEBUG Found tickets for planetlab-1.sjce.nodes.planet-lab.org
-2006-09-29 10:32:15,535 DEBUG Popping from q - planetlab2.ece.ucdavis.edu
-2006-09-29 10:32:15,538 DEBUG Popping from q - planetlab1.ie.cuhk.edu.hk
-2006-09-29 10:32:15,545 DEBUG Found tickets for planetlab1.ie.cuhk.edu.hk
-2006-09-29 10:32:15,546 DEBUG Popping from q - planetlab2lannion.elibel.tm.fr
-2006-09-29 10:32:15,548 DEBUG Popping from q - planetlab01.mpi-sws.mpg.de
-2006-09-29 10:32:15,575 DEBUG Popping from q - planetlab2.cs.duke.edu
-2006-09-29 10:32:15,577 DEBUG Popping from q - planetlab1.rn.informatics.scitech.susx.ac.uk
-2006-09-29 10:32:15,581 DEBUG Found tickets for planetlab1.rn.informatics.scitech.susx.ac.uk
-2006-09-29 10:32:15,581 DEBUG Popping from q - planetlab1.eee.hku.hk
-2006-09-29 10:32:15,584 DEBUG Found tickets for planetlab1.eee.hku.hk
-2006-09-29 10:32:15,585 DEBUG Popping from q - pads23.cs.nthu.edu.tw
-2006-09-29 10:32:15,588 DEBUG Popping from q - planet2.halifax.canet4.nodes.planet-lab.org
-2006-09-29 10:32:15,593 DEBUG Found tickets for planet2.halifax.canet4.nodes.planet-lab.org
-2006-09-29 10:32:15,593 DEBUG Popping from q - planetlab-2.tssg.org
-2006-09-29 10:32:15,603 DEBUG Found tickets for planetlab-2.tssg.org
-2006-09-29 10:32:15,603 DEBUG Popping from q - 200-102-209-151.paemt7001.t.brasiltelecom.net.br
-2006-09-29 10:32:15,613 DEBUG Found tickets for 200-102-209-151.paemt7001.t.brasiltelecom.net.br
-2006-09-29 10:32:15,613 DEBUG Popping from q - planetlab2.poly.edu
-2006-09-29 10:32:15,617 DEBUG Popping from q - planetlab1.poly.edu
-2006-09-29 10:32:15,626 DEBUG Popping from q - planetlab2.net-research.org.uk
-2006-09-29 10:32:15,637 DEBUG Found tickets for planetlab2.net-research.org.uk
-2006-09-29 10:32:15,637 DEBUG Popping from q - planetlab-2.imperial.ac.uk
-2006-09-29 10:32:15,639 DEBUG Found tickets for planetlab-2.imperial.ac.uk
-2006-09-29 10:32:15,640 DEBUG Popping from q - planetlab-1.imperial.ac.uk
-2006-09-29 10:32:15,645 DEBUG Found tickets for planetlab-1.imperial.ac.uk
-2006-09-29 10:32:15,645 DEBUG Popping from q - planetlab1.byu.edu
-2006-09-29 10:32:15,647 DEBUG Popping from q - planetlab2.eee.hku.hk
-2006-09-29 10:32:26,083 DEBUG Found tickets for planetlab1.uvic.ca
-2006-09-29 10:32:29,972 DEBUG Found tickets for cloudburst.uwaterloo.ca
-2006-09-29 10:42:57,179 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv
-2006-09-29 10:42:58,269 DEBUG Retrieved 705 hosts
-2006-09-29 10:42:58,276 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='drift%20%3E%201m'
-2006-09-29 10:42:58,413 DEBUG Retrieved 9 hosts
-2006-09-29 10:42:58,414 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='resptime%20%3E%200%20&&%20gbfree%20%3C%205'
-2006-09-29 10:42:58,552 DEBUG Retrieved 10 hosts
-2006-09-29 10:42:58,553 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='sshstatus%20%3E%202h'
-2006-09-29 10:42:58,915 DEBUG Retrieved 162 hosts
-2006-09-29 10:42:58,916 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='dns1udp%20%3E%2080%20&&%20dns2udp%20%3E%2080'
-2006-09-29 10:42:59,060 DEBUG Retrieved 6 hosts
-2006-09-29 10:42:59,060 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='filerw%3E0'
-2006-09-29 10:42:59,202 DEBUG Retrieved 1 hosts
-2006-09-29 10:42:59,204 DEBUG Popping from q - planetlab2.elet.polimi.it
-2006-09-29 10:42:59,205 DEBUG Popping from q - pli1-br-3.hpl.hp.com
-2006-09-29 10:42:59,206 DEBUG Popping from q - planetlab2.nbgisp.com
-2006-09-29 10:42:59,207 DEBUG Popping from q - planetlab2.cs.duke.edu
-2006-09-29 10:42:59,208 DEBUG Popping from q - planetlab1.cs.stir.ac.uk
-2006-09-29 10:43:13,565 DEBUG Popping from q - planetlab1.cse.msu.edu
-2006-09-29 10:43:14,203 DEBUG Found tickets for pli1-br-3.hpl.hp.com
-2006-09-29 10:43:14,203 DEBUG Popping from q - planetlab2.cse.msu.edu
-2006-09-29 10:43:22,209 DEBUG Found tickets for planetlab2.cse.msu.edu
-2006-09-29 10:43:22,209 DEBUG Popping from q - planetlab0.cs.stir.ac.uk
-2006-09-29 10:43:30,388 DEBUG Popping from q - planetlab1.informatik.uni-erlangen.de
-2006-09-29 10:43:38,478 DEBUG Popping from q - planetlab1.cs.purdue.edu
-2006-09-29 10:43:46,368 DEBUG Found tickets for planetlab1.cs.purdue.edu
-2006-09-29 10:43:46,369 DEBUG Popping from q - planetlab1.een.orst.edu
-2006-09-29 10:43:54,701 DEBUG Popping from q - planetlab2.cs.columbia.edu
-2006-09-29 10:44:02,539 DEBUG Popping from q - planetlab1.win.trlabs.ca
-2006-09-29 10:44:10,154 DEBUG Popping from q - planetlab1.cs.duke.edu
-2006-09-29 10:44:18,214 DEBUG Popping from q - planetlab2.flux.utah.edu
-2006-09-29 10:44:27,302 DEBUG Popping from q - planetlab3.cs.columbia.edu
-2006-09-29 10:44:35,431 DEBUG Popping from q - planetlab1.cs.columbia.edu
-2006-09-29 10:44:43,506 DEBUG Popping from q - planetlab3.flux.utah.edu
-2006-09-29 10:44:52,186 DEBUG Popping from q - planetlab-1.eecs.cwru.edu
-2006-09-29 10:44:53,238 DEBUG Popping from q - planetlab2.rutgers.edu
-2006-09-29 10:45:07,374 DEBUG Popping from q - vn3.cs.wustl.edu
-2006-09-29 10:45:12,706 DEBUG Found tickets for planetlab2.rutgers.edu
-2006-09-29 10:45:12,707 DEBUG Popping from q - planetlab2.cri.haifa.ac.il
-2006-09-29 10:45:16,167 DEBUG Found tickets for vn3.cs.wustl.edu
-2006-09-29 10:45:16,168 DEBUG Popping from q - soccf-planet-001.comp.nus.edu.sg
-2006-09-29 10:45:28,796 DEBUG Found tickets for planetlab2.cri.haifa.ac.il
-2006-09-29 10:45:28,797 DEBUG Popping from q - planetlab01.cse.psu.edu
-2006-09-29 10:45:34,508 DEBUG Found tickets for soccf-planet-001.comp.nus.edu.sg
-2006-09-29 10:45:34,509 DEBUG Popping from q - csu2.6planetlab.edu.cn
-2006-09-29 10:45:39,990 DEBUG Popping from q - planet2.njit.edu
-2006-09-29 10:45:49,309 DEBUG Found tickets for csu2.6planetlab.edu.cn
-2006-09-29 10:45:49,309 DEBUG Popping from q - planetlab2.unl.edu
-2006-09-29 10:45:56,939 DEBUG Found tickets for planet2.njit.edu
-2006-09-29 10:45:56,939 DEBUG Popping from q - planetlab1.cs.pitt.edu
-2006-09-29 10:46:01,277 DEBUG Popping from q - planetlab-2.eecs.cwru.edu
-2006-09-29 10:46:06,126 DEBUG Found tickets for planetlab1.cse.msu.edu
-2006-09-29 10:46:06,127 DEBUG Popping from q - planetlab2.urv.net
-2006-09-29 10:46:11,977 DEBUG Popping from q - planetlab7.csail.mit.edu
-2006-09-29 10:46:13,584 DEBUG Popping from q - buaa1.6planetlab.edu.cn
-2006-09-29 10:46:22,010 DEBUG Found tickets for buaa1.6planetlab.edu.cn
-2006-09-29 10:46:22,010 DEBUG Popping from q - ricepl-3.cs.rice.edu
-2006-09-29 10:46:30,213 DEBUG Popping from q - planet-lab-1.csse.monash.edu.au
-2006-09-29 10:46:38,287 DEBUG Popping from q - planetlab5.millennium.berkeley.edu
-2006-09-29 10:46:46,861 DEBUG Popping from q - planetlab1.pop-ce.rnp.br
-2006-09-29 10:46:54,555 DEBUG Found tickets for planetlab1.pop-ce.rnp.br
-2006-09-29 10:46:54,555 DEBUG Popping from q - planetlab2.mnlab.cti.depaul.edu
-2006-09-29 10:46:54,561 DEBUG Popping from q - peace.ri.uni-tuebingen.de
-2006-09-29 10:47:02,088 DEBUG Found tickets for planetlab2.mnlab.cti.depaul.edu
-2006-09-29 10:47:02,088 DEBUG Popping from q - planetlab-8.cs.princeton.edu
-2006-09-29 10:47:02,109 DEBUG Popping from q - planetlab2.ucsd.edu
-2006-09-29 10:47:10,347 DEBUG Found tickets for planetlab-8.cs.princeton.edu
-2006-09-29 10:47:10,347 DEBUG Popping from q - blast.uwaterloo.ca
-2006-09-29 10:47:20,367 DEBUG Found tickets for blast.uwaterloo.ca
-2006-09-29 10:47:20,367 DEBUG Popping from q - planetlab1.cs.wayne.edu
-2006-09-29 10:47:29,916 DEBUG Found tickets for planetlab1.cs.wayne.edu
-2006-09-29 10:47:29,916 DEBUG Popping from q - pli1-br-3.hpl.hp.com
-2006-09-29 10:47:29,919 DEBUG Found tickets for pli1-br-3.hpl.hp.com
-2006-09-29 10:47:29,919 DEBUG Popping from q - planetlab2.eurecom.fr
-2006-09-29 10:47:37,890 DEBUG Popping from q - planetlab1.di.unito.it
-2006-09-29 10:47:45,690 DEBUG Found tickets for planetlab1.di.unito.it
-2006-09-29 10:47:45,690 DEBUG Popping from q - planetlab2.simula.no
-2006-09-29 10:47:53,827 DEBUG Popping from q - planetlab01.dis.unina.it
-2006-09-29 10:48:00,868 DEBUG Found tickets for planetlab7.csail.mit.edu
-2006-09-29 10:48:00,868 DEBUG Popping from q - planetlab1.flux.utah.edu
-2006-09-29 10:48:01,949 DEBUG Popping from q - planetlab-1.ece.iastate.edu
-2006-09-29 10:48:12,627 DEBUG Found tickets for planetlab-1.ece.iastate.edu
-2006-09-29 10:48:12,628 DEBUG Popping from q - sdu1.6planetlab.edu.cn
-2006-09-29 10:48:18,229 DEBUG Popping from q - planetlab4.upc.es
-2006-09-29 10:48:23,144 DEBUG Found tickets for sdu1.6planetlab.edu.cn
-2006-09-29 10:48:23,144 DEBUG Popping from q - planetlab-13.cs.princeton.edu
-2006-09-29 10:48:31,697 DEBUG Found tickets for planetlab-13.cs.princeton.edu
-2006-09-29 10:48:31,698 DEBUG Popping from q - planet1.cc.gt.atl.ga.us
-2006-09-29 10:48:41,779 DEBUG Popping from q - planetlab2.eecs.wsu.edu
-2006-09-29 10:48:49,970 DEBUG Popping from q - planet2.cs.ucsb.edu
-2006-09-29 10:48:58,047 DEBUG Found tickets for planet2.cs.ucsb.edu
-2006-09-29 10:48:58,048 DEBUG Popping from q - xjtu2.6planetlab.edu.cn
-2006-09-29 10:49:05,601 DEBUG Popping from q - planetlab3.upc.es
-2006-09-29 10:49:05,620 DEBUG Popping from q - node1.lbnl.nodes.planet-lab.org
-2006-09-29 10:49:13,601 DEBUG Popping from q - planetlab1.iitr.ernet.in
-2006-09-29 10:49:23,664 DEBUG Popping from q - planetlab1.ipls.internet2.planet-lab.org
-2006-09-29 10:49:32,167 DEBUG Popping from q - planetlab2.uvic.ca
-2006-09-29 10:49:34,628 DEBUG Found tickets for planetlab2.ucsd.edu
-2006-09-29 10:49:34,628 DEBUG Popping from q - planetlab01.erin.utoronto.ca
-2006-09-29 10:49:43,098 DEBUG Popping from q - planetlab-4.ece.iastate.edu
-2006-09-29 10:49:44,913 DEBUG Found tickets for planetlab2.uvic.ca
-2006-09-29 10:49:44,914 DEBUG Popping from q - planetlab2.informatik.uni-goettingen.de
-2006-09-29 10:49:46,791 DEBUG Popping from q - ds-pl1.technion.ac.il
-2006-09-29 10:49:55,418 DEBUG Popping from q - planetlab1.mnl.cs.sunysb.edu
-2006-09-29 10:50:04,063 DEBUG Found tickets for planetlab1.mnl.cs.sunysb.edu
-2006-09-29 10:50:04,063 DEBUG Popping from q - aladdin.planetlab.extranet.uni-passau.de
-2006-09-29 10:50:11,766 DEBUG Popping from q - planetlab-1.cs.uni-paderborn.de
-2006-09-29 10:50:19,965 DEBUG Popping from q - planet1.njit.edu
-2006-09-29 10:50:27,728 DEBUG Popping from q - pku2.6planetlab.edu.cn
-2006-09-29 10:50:27,756 DEBUG Popping from q - planetlab-1.cs.ucy.ac.cy
-2006-09-29 10:50:35,291 DEBUG Popping from q - planetlab00.cse.psu.edu
-2006-09-29 10:50:43,822 DEBUG Popping from q - planetlab04.ethz.ch
-2006-09-29 10:50:52,443 DEBUG Found tickets for planetlab04.ethz.ch
-2006-09-29 10:50:52,443 DEBUG Popping from q - sdu2.6planetlab.edu.cn
-2006-09-29 10:51:00,061 DEBUG Found tickets for sdu2.6planetlab.edu.cn
-2006-09-29 10:51:00,062 DEBUG Popping from q - planet-lab.iki.rssi.ru
-2006-09-29 10:51:10,040 DEBUG Found tickets for planet-lab.iki.rssi.ru
-2006-09-29 10:51:10,040 DEBUG Popping from q - planetlab1.polito.it
-2006-09-29 10:51:17,681 DEBUG Found tickets for planetlab1.polito.it
-2006-09-29 10:51:17,681 DEBUG Popping from q - planetlab1.uvic.ca
-2006-09-29 10:51:26,021 DEBUG Found tickets for planetlab1.uvic.ca
-2006-09-29 10:51:26,021 DEBUG Popping from q - planetlab1.cs.byu.edu
-2006-09-29 10:51:34,187 DEBUG Popping from q - planetlab-1.amst.nodes.planet-lab.org
-2006-09-29 10:51:34,193 DEBUG Popping from q - cloudburst.uwaterloo.ca
-2006-09-29 10:51:42,729 DEBUG Popping from q - planet2.cs.rochester.edu
-2006-09-29 10:51:50,510 DEBUG Found tickets for planet2.cs.rochester.edu
-2006-09-29 10:51:50,510 DEBUG Popping from q - planetlab1.xeno.cl.cam.ac.uk
-2006-09-29 10:51:50,517 DEBUG Found tickets for planetlab-4.ece.iastate.edu
-2006-09-29 10:51:50,517 DEBUG Popping from q - lycra.cs.princeton.edu
-2006-09-29 10:51:58,432 DEBUG Found tickets for lycra.cs.princeton.edu
-2006-09-29 10:51:58,432 DEBUG Popping from q - planetlab06.mpi-sws.mpg.de
-2006-09-29 10:52:05,182 DEBUG Popping from q - planetlab1.ias.csusb.edu
-2006-09-29 10:52:14,214 DEBUG Popping from q - vayu.iitd.ernet.in
-2006-09-29 10:52:18,011 DEBUG Found tickets for planetlab1.ias.csusb.edu
-2006-09-29 10:52:18,011 DEBUG Popping from q - node2.lbnl.nodes.planet-lab.org
-2006-09-29 10:52:25,192 DEBUG Popping from q - planetlab2.cs.byu.edu
-2006-09-29 10:52:33,374 DEBUG Popping from q - cqu1.6planetlab.edu.cn
-2006-09-29 10:52:34,484 DEBUG Found tickets for planetlab2.informatik.uni-goettingen.de
-2006-09-29 10:52:34,484 DEBUG Popping from q - planetlab2.acis.ufl.edu
-2006-09-29 10:52:43,634 DEBUG Found tickets for planetlab2.acis.ufl.edu
-2006-09-29 10:52:43,634 DEBUG Popping from q - planetlab1.cs.unibo.it
-2006-09-29 10:52:51,896 DEBUG Found tickets for cqu1.6planetlab.edu.cn
-2006-09-29 10:52:51,897 DEBUG Popping from q - tju2.6planetlab.edu.cn
-2006-09-29 10:53:02,460 DEBUG Found tickets for tju2.6planetlab.edu.cn
-2006-09-29 10:53:02,460 DEBUG Popping from q - orbpl1.rutgers.edu
-2006-09-29 10:53:03,467 DEBUG Found tickets for planetlab1.cs.unibo.it
-2006-09-29 10:53:03,467 DEBUG Popping from q - ent1.cs.nccu.edu.tw
-2006-09-29 10:53:14,943 DEBUG Found tickets for orbpl1.rutgers.edu
-2006-09-29 10:53:14,943 DEBUG Popping from q - planet0.jaist.ac.jp
-2006-09-29 10:53:16,968 DEBUG Found tickets for ent1.cs.nccu.edu.tw
-2006-09-29 10:53:16,968 DEBUG Popping from q - planetlab1.informatik.uni-wuerzburg.de
-2006-09-29 10:53:29,134 DEBUG Found tickets for planet0.jaist.ac.jp
-2006-09-29 10:53:29,134 DEBUG Popping from q - planetlab3.warsaw.rd.tp.pl
-2006-09-29 10:53:35,841 DEBUG Found tickets for planetlab1.informatik.uni-wuerzburg.de
-2006-09-29 10:53:35,841 DEBUG Popping from q - planetlab0.ias.csusb.edu
-2006-09-29 10:53:43,851 DEBUG Popping from q - planetlab-2.amst.nodes.planet-lab.org
-2006-09-29 10:53:53,573 DEBUG Popping from q - planetlab3.inria.fr
-2006-09-29 10:53:53,813 DEBUG Found tickets for planetlab0.ias.csusb.edu
-2006-09-29 10:53:53,813 DEBUG Popping from q - 200-102-209-152.paemt7001.t.brasiltelecom.net.br
-2006-09-29 10:54:06,307 DEBUG Popping from q - planetlab3.mnl.cs.sunysb.edu
-2006-09-29 10:54:08,794 DEBUG Found tickets for 200-102-209-152.paemt7001.t.brasiltelecom.net.br
-2006-09-29 10:54:08,794 DEBUG Popping from q - planetlab-15.cs.princeton.edu
-2006-09-29 10:54:17,720 DEBUG Popping from q - ent2.cs.nccu.edu.tw
-2006-09-29 10:54:26,741 DEBUG Found tickets for ent2.cs.nccu.edu.tw
-2006-09-29 10:54:26,741 DEBUG Popping from q - planet-lab-2.csse.monash.edu.au
-2006-09-29 10:54:34,916 DEBUG Found tickets for planet-lab-2.csse.monash.edu.au
-2006-09-29 10:54:34,917 DEBUG Popping from q - planet1.ecse.rpi.edu
-2006-09-29 10:54:43,047 DEBUG Found tickets for planet1.ecse.rpi.edu
-2006-09-29 10:54:43,047 DEBUG Popping from q - planetlab2.pop-mg.rnp.br
-2006-09-29 10:54:50,921 DEBUG Found tickets for planetlab2.pop-mg.rnp.br
-2006-09-29 10:54:50,921 DEBUG Popping from q - planetlab-2.unk.edu
-2006-09-29 10:54:50,929 DEBUG Popping from q - planetlab2.rdfrancetelecom.com
-2006-09-29 10:55:04,409 DEBUG Found tickets for planetlab2.rdfrancetelecom.com
-2006-09-29 10:55:04,409 DEBUG Popping from q - planetlab1.eurecom.fr
-2006-09-29 10:55:05,506 DEBUG Popping from q - planetlab1.cs.virginia.edu
-2006-09-29 10:55:13,661 DEBUG Popping from q - tju1.6planetlab.edu.cn
-2006-09-29 10:55:13,670 DEBUG Found tickets for cloudburst.uwaterloo.ca
-2006-09-29 10:55:13,670 DEBUG Popping from q - planetlab-3.amst.nodes.planet-lab.org
-2006-09-29 10:55:28,255 DEBUG Found tickets for tju1.6planetlab.edu.cn
-2006-09-29 10:55:28,255 DEBUG Popping from q - planetlab2.iitr.ernet.in
-2006-09-29 10:55:28,678 DEBUG Popping from q - planetlab1.georgetown.edu
-2006-09-29 10:55:36,729 DEBUG Found tickets for planetlab1.georgetown.edu
-2006-09-29 10:55:36,729 DEBUG Popping from q - planet1.inf.tu-dresden.de
-2006-09-29 10:55:45,448 DEBUG Popping from q - alice.cs.princeton.edu
-2006-09-29 10:55:54,095 DEBUG Found tickets for alice.cs.princeton.edu
-2006-09-29 10:55:54,095 DEBUG Popping from q - planetlab02.erin.utoronto.ca
-2006-09-29 10:55:54,098 DEBUG Popping from q - planetlab-1.vuse.vanderbilt.edu
-2006-09-29 10:56:01,738 DEBUG Popping from q - planetlab3.uvic.ca
-2006-09-29 10:56:10,075 DEBUG Found tickets for planetlab3.uvic.ca
-2006-09-29 10:56:10,076 DEBUG Popping from q - scut2.6planetlab.edu.cn
-2006-09-29 10:56:19,055 DEBUG Found tickets for scut2.6planetlab.edu.cn
-2006-09-29 10:56:19,056 DEBUG Popping from q - planetlab1.swidnik.rd.tp.pl
-2006-09-29 10:56:26,943 DEBUG Found tickets for planetlab1.swidnik.rd.tp.pl
-2006-09-29 10:56:26,943 DEBUG Popping from q - planet2.cdacb.ernet.in
-2006-09-29 10:56:35,911 DEBUG Found tickets for planet2.cdacb.ernet.in
-2006-09-29 10:56:35,911 DEBUG Popping from q - planetlab1.rdfrancetelecom.com
-2006-09-29 10:56:36,998 DEBUG Popping from q - planet2.inf.tu-dresden.de
-2006-09-29 10:56:50,417 DEBUG Found tickets for planetlab1.rdfrancetelecom.com
-2006-09-29 10:56:50,417 DEBUG Popping from q - planet02.csc.ncsu.edu
-2006-09-29 10:56:52,332 DEBUG Popping from q - planetlab-1.tssg.org
-2006-09-29 10:56:58,947 DEBUG Popping from q - planetlab-2.vuse.vanderbilt.edu
-2006-09-29 10:57:10,781 DEBUG Found tickets for planetlab-1.tssg.org
-2006-09-29 10:57:10,781 DEBUG Popping from q - planetlab-11.cs.princeton.edu
-2006-09-29 10:57:14,672 DEBUG Found tickets for planetlab-2.vuse.vanderbilt.edu
-2006-09-29 10:57:14,673 DEBUG Popping from q - planet03.csc.ncsu.edu
-2006-09-29 10:57:24,423 DEBUG Popping from q - planetlab1.pop-rj.rnp.br
-2006-09-29 10:57:26,811 DEBUG Popping from q - planet1.halifax.canet4.nodes.planet-lab.org
-2006-09-29 10:57:34,926 DEBUG Popping from q - planetlab2.uc.edu
-2006-09-29 10:57:40,154 DEBUG Popping from q - planet1.cavite.nodes.planet-lab.org
-2006-09-29 10:57:43,213 DEBUG Popping from q - ds-pl3.technion.ac.il
-2006-09-29 10:57:57,118 DEBUG Found tickets for ds-pl3.technion.ac.il
-2006-09-29 10:57:57,118 DEBUG Popping from q - planetlab2.cs.purdue.edu
-2006-09-29 10:57:57,850 DEBUG Popping from q - planetlab3.millennium.berkeley.edu
-2006-09-29 10:58:06,266 DEBUG Popping from q - planetlab1.unl.edu
-2006-09-29 10:58:09,156 DEBUG Found tickets for planetlab1.eurecom.fr
-2006-09-29 10:58:09,157 DEBUG Popping from q - planetlab1.cs.colorado.edu
-2006-09-29 10:58:22,061 DEBUG Found tickets for planetlab1.unl.edu
-2006-09-29 10:58:22,061 DEBUG Popping from q - planetlab02.cs.washington.edu
-2006-09-29 10:58:22,484 DEBUG Found tickets for planetlab1.cs.colorado.edu
-2006-09-29 10:58:22,485 DEBUG Popping from q - pads21.cs.nthu.edu.tw
-2006-09-29 10:58:30,624 DEBUG Found tickets for planetlab02.cs.washington.edu
-2006-09-29 10:58:30,624 DEBUG Popping from q - orbpl2.rutgers.edu
-2006-09-29 10:58:39,042 DEBUG Found tickets for orbpl2.rutgers.edu
-2006-09-29 10:58:39,042 DEBUG Popping from q - planetlab2.informatik.uni-erlangen.de
-2006-09-29 10:58:47,111 DEBUG Found tickets for planetlab2.informatik.uni-erlangen.de
-2006-09-29 10:58:47,112 DEBUG Popping from q - planetlab-01.ipv6.lip6.fr
-2006-09-29 10:58:55,748 DEBUG Found tickets for planetlab-01.ipv6.lip6.fr
-2006-09-29 10:58:55,748 DEBUG Popping from q - pl2.ernet.in
-2006-09-29 10:59:05,716 DEBUG Popping from q - neu2.6planetlab.edu.cn
-2006-09-29 10:59:09,056 DEBUG Found tickets for planetlab-1.vuse.vanderbilt.edu
-2006-09-29 10:59:09,056 DEBUG Popping from q - planetlab-2.cs.uni-paderborn.de
-2006-09-29 10:59:18,427 DEBUG Popping from q - planet5.cs.huji.ac.il
-2006-09-29 10:59:22,505 DEBUG Popping from q - planetlab1.elet.polimi.it
-2006-09-29 10:59:27,826 DEBUG Popping from q - planetlab2.iiitb.ac.in
-2006-09-29 10:59:36,385 DEBUG Popping from q - server1.planetlab.iit-tech.net
-2006-09-29 10:59:44,965 DEBUG Found tickets for server1.planetlab.iit-tech.net
-2006-09-29 10:59:44,965 DEBUG Popping from q - planetlab2.iitb.ac.in
-2006-09-29 10:59:52,820 DEBUG Found tickets for planetlab2.iitb.ac.in
-2006-09-29 10:59:52,820 DEBUG Popping from q - planetlab02.dis.unina.it
-2006-09-29 11:00:00,467 DEBUG Popping from q - planetlab-1.dis.uniroma1.it
-2006-09-29 11:00:05,965 DEBUG Found tickets for planetlab1.pop-rj.rnp.br
-2006-09-29 11:00:05,966 DEBUG Popping from q - planetlab1.iitb.ac.in
-2006-09-29 11:00:09,644 DEBUG Popping from q - pku1.6planetlab.edu.cn
-2006-09-29 11:00:11,393 DEBUG Popping from q - planetlab1.warsaw.rd.tp.pl
-2006-09-29 11:00:20,492 DEBUG Found tickets for planetlab1.iitb.ac.in
-2006-09-29 11:00:20,492 DEBUG Popping from q - planetlab1.cri.haifa.ac.il
-2006-09-29 11:00:23,574 DEBUG Found tickets for pku1.6planetlab.edu.cn
-2006-09-29 11:00:23,574 DEBUG Popping from q - planetlab-2.cs.ucy.ac.cy
-2006-09-29 11:00:32,331 DEBUG Popping from q - pl1.ernet.in
-2006-09-29 11:00:40,917 DEBUG Popping from q - planetlab2.georgetown.edu
-2006-09-29 11:00:48,612 DEBUG Found tickets for planetlab2.georgetown.edu
-2006-09-29 11:00:48,612 DEBUG Popping from q - server2.planetlab.iit-tech.net
-2006-09-29 11:00:56,157 DEBUG Found tickets for server2.planetlab.iit-tech.net
-2006-09-29 11:00:56,157 DEBUG Popping from q - planetlab2.di.unito.it
-2006-09-29 11:01:04,419 DEBUG Popping from q - planetlab1.csee.usf.edu
-2006-09-29 11:01:12,498 DEBUG Popping from q - planetlab-2.dis.uniroma1.it
-2006-09-29 11:01:21,274 DEBUG Popping from q - planetlab2.informatik.uni-kl.de
-2006-09-29 11:01:23,934 DEBUG Popping from q - planet1.cs.rochester.edu
-2006-09-29 11:01:33,928 DEBUG Found tickets for planetlab2.informatik.uni-kl.de
-2006-09-29 11:01:33,928 DEBUG Popping from q - planetlab1.rutgers.edu
-2006-09-29 11:01:39,014 DEBUG Found tickets for planet1.cs.rochester.edu
-2006-09-29 11:01:39,015 DEBUG Popping from q - planetlab-2.ece.iastate.edu
-2006-09-29 11:01:44,198 DEBUG Found tickets for planetlab1.rutgers.edu
-2006-09-29 11:01:44,198 DEBUG Popping from q - planetlab-1.sjce.nodes.planet-lab.org
-2006-09-29 11:01:52,259 DEBUG Found tickets for planetlab-1.sjce.nodes.planet-lab.org
-2006-09-29 11:01:52,260 DEBUG Popping from q - planetlab2.ece.ucdavis.edu
-2006-09-29 11:02:00,577 DEBUG Popping from q - planetlab1.ie.cuhk.edu.hk
-2006-09-29 11:02:09,488 DEBUG Found tickets for planetlab1.ie.cuhk.edu.hk
-2006-09-29 11:02:09,489 DEBUG Popping from q - planetlab2lannion.elibel.tm.fr
-2006-09-29 11:02:17,389 DEBUG Popping from q - planetlab01.mpi-sws.mpg.de
-2006-09-29 11:02:17,390 DEBUG Popping from q - planetlab2.cs.duke.edu
-2006-09-29 11:02:30,079 DEBUG Popping from q - planetlab1.rn.informatics.scitech.susx.ac.uk
-2006-09-29 11:02:37,327 DEBUG Popping from q - planetlab1.eee.hku.hk
-2006-09-29 11:02:37,353 DEBUG Found tickets for planetlab1.cri.haifa.ac.il
-2006-09-29 11:02:37,353 DEBUG Popping from q - pads23.cs.nthu.edu.tw
-2006-09-29 11:02:39,881 DEBUG Found tickets for planetlab1.rn.informatics.scitech.susx.ac.uk
-2006-09-29 11:02:39,881 DEBUG Popping from q - planet2.halifax.canet4.nodes.planet-lab.org
-2006-09-29 11:02:52,753 DEBUG Found tickets for planetlab1.eee.hku.hk
-2006-09-29 11:02:52,753 DEBUG Popping from q - planetlab-2.tssg.org
-2006-09-29 11:02:53,321 DEBUG Popping from q - 200-102-209-151.paemt7001.t.brasiltelecom.net.br
-2006-09-29 11:02:59,046 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv
-2006-09-29 11:03:00,144 DEBUG Retrieved 705 hosts
-2006-09-29 11:03:00,151 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='drift%20%3E%201m'
-2006-09-29 11:03:00,357 DEBUG Retrieved 9 hosts
-2006-09-29 11:03:00,358 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='resptime%20%3E%200%20&&%20gbfree%20%3C%205'
-2006-09-29 11:03:00,526 DEBUG Retrieved 10 hosts
-2006-09-29 11:03:00,526 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='sshstatus%20%3E%202h'
-2006-09-29 11:03:00,914 DEBUG Retrieved 162 hosts
-2006-09-29 11:03:00,915 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='dns1udp%20%3E%2080%20&&%20dns2udp%20%3E%2080'
-2006-09-29 11:03:01,073 DEBUG Retrieved 6 hosts
-2006-09-29 11:03:01,073 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='filerw%3E0'
-2006-09-29 11:03:01,209 DEBUG Retrieved 1 hosts
-2006-09-29 11:03:01,522 DEBUG Found tickets for planetlab-2.tssg.org
-2006-09-29 11:03:01,522 DEBUG Popping from q - planetlab2.poly.edu
-2006-09-29 11:03:10,648 DEBUG Popping from q - planetlab1.poly.edu
-2006-09-29 11:03:19,216 DEBUG Popping from q - planetlab2.net-research.org.uk
-2006-09-29 11:03:19,235 DEBUG Popping from q - planetlab-2.imperial.ac.uk
-2006-09-29 11:03:27,238 DEBUG Found tickets for planetlab-2.imperial.ac.uk
-2006-09-29 11:03:27,238 DEBUG Popping from q - planetlab-1.imperial.ac.uk
-2006-09-29 11:03:35,217 DEBUG Found tickets for planetlab-1.imperial.ac.uk
-2006-09-29 11:03:35,217 DEBUG Popping from q - planetlab1.byu.edu
-2006-09-29 11:03:43,402 DEBUG Popping from q - planetlab2.eee.hku.hk
-2006-09-29 11:03:51,613 DEBUG Popping from q - planetlab2.elet.polimi.it
-2006-09-29 11:03:59,597 DEBUG Popping from q - pli1-br-3.hpl.hp.com
-2006-09-29 11:04:08,031 DEBUG Found tickets for pli1-br-3.hpl.hp.com
-2006-09-29 11:04:08,031 DEBUG Popping from q - planetlab2.nbgisp.com
-2006-09-29 11:04:16,595 DEBUG Popping from q - planetlab2.cs.duke.edu
-2006-09-29 11:04:16,651 DEBUG Popping from q - planetlab1.cs.stir.ac.uk
-2006-09-29 11:04:18,974 DEBUG Popping from q - planetlab1.cse.msu.edu
-2006-09-29 11:04:30,306 DEBUG Popping from q - planetlab2.cse.msu.edu
-2006-09-29 11:04:36,356 DEBUG Found tickets for planetlab1.cse.msu.edu
-2006-09-29 11:04:36,356 DEBUG Popping from q - planetlab0.cs.stir.ac.uk
-2006-09-29 11:04:40,452 DEBUG Found tickets for planetlab2.cse.msu.edu
-2006-09-29 11:04:40,452 DEBUG Popping from q - planetlab1.informatik.uni-erlangen.de
-2006-09-29 11:04:48,258 DEBUG Found tickets for 200-102-209-151.paemt7001.t.brasiltelecom.net.br
-2006-09-29 11:04:48,258 DEBUG Popping from q - planetlab1.cs.purdue.edu
-2006-09-29 11:04:49,253 DEBUG Popping from q - planetlab1.een.orst.edu
-2006-09-29 11:05:02,452 DEBUG Found tickets for planetlab1.cs.purdue.edu
-2006-09-29 11:05:02,453 DEBUG Popping from q - planetlab2.cs.columbia.edu
-2006-09-29 11:05:03,394 DEBUG Popping from q - planetlab1.win.trlabs.ca
-2006-09-29 11:05:11,231 DEBUG Popping from q - planetlab1.cs.duke.edu
-2006-09-29 11:05:20,146 DEBUG Popping from q - planetlab2.flux.utah.edu
-2006-09-29 11:05:28,085 DEBUG Popping from q - planetlab3.cs.columbia.edu
-2006-09-29 11:05:36,442 DEBUG Popping from q - planetlab1.cs.columbia.edu
-2006-09-29 11:05:36,458 DEBUG Found tickets for planet2.halifax.canet4.nodes.planet-lab.org
-2006-09-29 11:05:36,458 DEBUG Popping from q - planetlab3.flux.utah.edu
-2006-09-29 11:05:49,185 DEBUG Popping from q - planetlab-1.eecs.cwru.edu
-2006-09-29 11:05:51,193 DEBUG Popping from q - planetlab2.rutgers.edu
-2006-09-29 11:05:59,301 DEBUG Found tickets for planetlab2.rutgers.edu
-2006-09-29 11:05:59,301 DEBUG Popping from q - vn3.cs.wustl.edu
-2006-09-29 11:06:08,076 DEBUG Found tickets for vn3.cs.wustl.edu
-2006-09-29 11:06:08,076 DEBUG Popping from q - planetlab2.cri.haifa.ac.il
-2006-09-29 11:06:17,033 DEBUG Found tickets for planetlab2.cri.haifa.ac.il
-2006-09-29 11:06:17,033 DEBUG Popping from q - soccf-planet-001.comp.nus.edu.sg
-2006-09-29 11:06:24,342 DEBUG Found tickets for soccf-planet-001.comp.nus.edu.sg
-2006-09-29 11:06:24,342 DEBUG Popping from q - planetlab01.cse.psu.edu
-2006-09-29 11:06:26,528 DEBUG Found tickets for planetlab2.net-research.org.uk
-2006-09-29 11:06:26,528 DEBUG Popping from q - csu2.6planetlab.edu.cn
-2006-09-29 11:06:32,237 DEBUG Popping from q - planet2.njit.edu
-2006-09-29 11:06:45,753 DEBUG Found tickets for planet2.njit.edu
-2006-09-29 11:06:45,754 DEBUG Popping from q - planetlab2.unl.edu
-2006-09-29 11:06:49,306 DEBUG Popping from q - planetlab1.cs.pitt.edu
-2006-09-29 11:06:58,888 DEBUG Popping from q - planetlab-2.eecs.cwru.edu
-2006-09-29 11:07:02,639 DEBUG Found tickets for csu2.6planetlab.edu.cn
-2006-09-29 11:07:02,639 DEBUG Popping from q - planetlab2.urv.net
-2006-09-29 11:07:06,738 DEBUG Popping from q - planetlab7.csail.mit.edu
-2006-09-29 11:07:10,671 DEBUG Popping from q - buaa1.6planetlab.edu.cn
-2006-09-29 11:07:22,911 DEBUG Found tickets for planetlab7.csail.mit.edu
-2006-09-29 11:07:22,911 DEBUG Popping from q - ricepl-3.cs.rice.edu
-2006-09-29 11:07:26,667 DEBUG Found tickets for buaa1.6planetlab.edu.cn
-2006-09-29 11:07:26,668 DEBUG Popping from q - planet-lab-1.csse.monash.edu.au
-2006-09-29 11:07:33,321 DEBUG Popping from q - planetlab5.millennium.berkeley.edu
-2006-09-29 11:07:41,332 DEBUG Popping from q - planetlab1.pop-ce.rnp.br
-2006-09-29 11:07:45,125 DEBUG Popping from q - planetlab2.mnlab.cti.depaul.edu
-2006-09-29 11:07:49,999 DEBUG Popping from q - peace.ri.uni-tuebingen.de
-2006-09-29 11:08:01,709 DEBUG Popping from q - planetlab-8.cs.princeton.edu
-2006-09-29 11:08:05,746 DEBUG Found tickets for planetlab1.pop-ce.rnp.br
-2006-09-29 11:08:05,747 DEBUG Popping from q - planetlab2.ucsd.edu
-2006-09-29 11:08:11,087 DEBUG Found tickets for planetlab2.mnlab.cti.depaul.edu
-2006-09-29 11:08:11,087 DEBUG Popping from q - blast.uwaterloo.ca
-2006-09-29 11:08:21,578 DEBUG Found tickets for blast.uwaterloo.ca
-2006-09-29 11:08:21,578 DEBUG Popping from q - planetlab1.cs.wayne.edu
-2006-09-29 11:08:25,135 DEBUG Found tickets for planetlab2.ucsd.edu
-2006-09-29 11:08:25,136 DEBUG Popping from q - pli1-br-3.hpl.hp.com
-2006-09-29 11:08:25,149 DEBUG Found tickets for pli1-br-3.hpl.hp.com
-2006-09-29 11:08:25,149 DEBUG Popping from q - planetlab2.eurecom.fr
-2006-09-29 11:08:30,557 DEBUG Found tickets for planetlab1.cs.wayne.edu
-2006-09-29 11:08:30,558 DEBUG Popping from q - planetlab1.di.unito.it
-2006-09-29 11:08:41,975 DEBUG Found tickets for planetlab1.di.unito.it
-2006-09-29 11:08:41,975 DEBUG Popping from q - planetlab2.simula.no
-2006-09-29 11:08:47,253 DEBUG Popping from q - planetlab01.dis.unina.it
-2006-09-29 11:08:56,351 DEBUG Popping from q - planetlab1.flux.utah.edu
-2006-09-29 11:09:01,639 DEBUG Popping from q - planetlab-1.ece.iastate.edu
-2006-09-29 11:09:06,026 DEBUG Popping from q - sdu1.6planetlab.edu.cn
-2006-09-29 11:09:13,963 DEBUG Found tickets for sdu1.6planetlab.edu.cn
-2006-09-29 11:09:13,963 DEBUG Popping from q - planetlab4.upc.es
-2006-09-29 11:09:25,268 DEBUG Popping from q - planetlab-13.cs.princeton.edu
-2006-09-29 11:09:33,427 DEBUG Found tickets for planetlab-13.cs.princeton.edu
-2006-09-29 11:09:33,428 DEBUG Popping from q - planet1.cc.gt.atl.ga.us
-2006-09-29 11:09:40,311 DEBUG Popping from q - planetlab2.eecs.wsu.edu
-2006-09-29 11:09:41,858 DEBUG Popping from q - planet2.cs.ucsb.edu
-2006-09-29 11:09:54,122 DEBUG Popping from q - xjtu2.6planetlab.edu.cn
-2006-09-29 11:10:00,699 DEBUG Found tickets for planet2.cs.ucsb.edu
-2006-09-29 11:10:00,700 DEBUG Popping from q - planetlab3.upc.es
-2006-09-29 11:10:04,892 DEBUG Popping from q - node1.lbnl.nodes.planet-lab.org
-2006-09-29 11:10:07,331 DEBUG Popping from q - planetlab1.iitr.ernet.in
-2006-09-29 11:10:20,348 DEBUG Popping from q - planetlab1.ipls.internet2.planet-lab.org
-2006-09-29 11:10:22,205 DEBUG Popping from q - planetlab2.uvic.ca
-2006-09-29 11:10:23,653 DEBUG Popping from q - planetlab01.erin.utoronto.ca
-2006-09-29 11:10:32,188 DEBUG Popping from q - planetlab-4.ece.iastate.edu
-2006-09-29 11:10:41,305 DEBUG Found tickets for planetlab-4.ece.iastate.edu
-2006-09-29 11:10:41,305 DEBUG Popping from q - planetlab2.informatik.uni-goettingen.de
-2006-09-29 11:10:48,939 DEBUG Found tickets for planetlab2.informatik.uni-goettingen.de
-2006-09-29 11:10:48,940 DEBUG Popping from q - ds-pl1.technion.ac.il
-2006-09-29 11:10:48,944 DEBUG Found tickets for planetlab-8.cs.princeton.edu
-2006-09-29 11:10:48,944 DEBUG Popping from q - planetlab1.mnl.cs.sunysb.edu
-2006-09-29 11:10:57,724 DEBUG Popping from q - aladdin.planetlab.extranet.uni-passau.de
-2006-09-29 11:11:05,726 DEBUG Popping from q - planetlab-1.cs.uni-paderborn.de
-2006-09-29 11:11:13,859 DEBUG Popping from q - planet1.njit.edu
-2006-09-29 11:11:22,193 DEBUG Popping from q - pku2.6planetlab.edu.cn
-2006-09-29 11:11:30,073 DEBUG Popping from q - planetlab-1.cs.ucy.ac.cy
-2006-09-29 11:11:30,104 DEBUG Found tickets for planetlab-1.ece.iastate.edu
-2006-09-29 11:11:30,104 DEBUG Popping from q - planetlab00.cse.psu.edu
-2006-09-29 11:11:44,128 DEBUG Popping from q - planetlab04.ethz.ch
-2006-09-29 11:11:47,899 DEBUG Popping from q - sdu2.6planetlab.edu.cn
-2006-09-29 11:11:55,109 DEBUG Found tickets for planetlab04.ethz.ch
-2006-09-29 11:11:55,109 DEBUG Popping from q - planet-lab.iki.rssi.ru
-2006-09-29 11:12:04,389 DEBUG Found tickets for sdu2.6planetlab.edu.cn
-2006-09-29 11:12:04,389 DEBUG Popping from q - planetlab1.polito.it
-2006-09-29 11:12:08,165 DEBUG Found tickets for planet-lab.iki.rssi.ru
-2006-09-29 11:12:08,165 DEBUG Popping from q - planetlab1.uvic.ca
-2006-09-29 11:12:14,116 DEBUG Found tickets for planetlab1.polito.it
-2006-09-29 11:12:14,116 DEBUG Popping from q - planetlab1.cs.byu.edu
-2006-09-29 11:12:24,685 DEBUG Popping from q - planetlab-1.amst.nodes.planet-lab.org
-2006-09-29 11:12:32,858 DEBUG Popping from q - cloudburst.uwaterloo.ca
-2006-09-29 11:12:40,605 DEBUG Found tickets for cloudburst.uwaterloo.ca
-2006-09-29 11:12:40,605 DEBUG Popping from q - planet2.cs.rochester.edu
-2006-09-29 11:12:48,744 DEBUG Found tickets for planet2.cs.rochester.edu
-2006-09-29 11:12:48,745 DEBUG Popping from q - planetlab1.xeno.cl.cam.ac.uk
-2006-09-29 11:12:56,419 DEBUG Popping from q - lycra.cs.princeton.edu
-2006-09-29 11:13:01,533 DEBUG Popping from q - planetlab06.mpi-sws.mpg.de
-2006-09-29 11:13:08,004 DEBUG Found tickets for lycra.cs.princeton.edu
-2006-09-29 11:13:08,004 DEBUG Popping from q - planetlab1.ias.csusb.edu
-2006-09-29 11:13:16,994 DEBUG Popping from q - vayu.iitd.ernet.in
-2006-09-29 11:13:20,126 DEBUG Found tickets for planetlab1.ias.csusb.edu
-2006-09-29 11:13:20,126 DEBUG Popping from q - node2.lbnl.nodes.planet-lab.org
-2006-09-29 11:13:22,909 DEBUG Found tickets for planetlab1.mnl.cs.sunysb.edu
-2006-09-29 11:13:22,909 DEBUG Popping from q - planetlab2.cs.byu.edu
-2006-09-29 11:13:33,052 DEBUG Popping from q - cqu1.6planetlab.edu.cn
-2006-09-29 11:13:35,528 DEBUG Found tickets for planetlab2.uvic.ca
-2006-09-29 11:13:35,529 DEBUG Popping from q - planetlab2.acis.ufl.edu
-2006-09-29 11:13:38,933 DEBUG Popping from q - planetlab1.cs.unibo.it
-2006-09-29 11:13:47,295 DEBUG Found tickets for cqu1.6planetlab.edu.cn
-2006-09-29 11:13:47,295 DEBUG Popping from q - tju2.6planetlab.edu.cn
-2006-09-29 11:13:55,267 DEBUG Found tickets for planetlab1.cs.unibo.it
-2006-09-29 11:13:55,268 DEBUG Popping from q - orbpl1.rutgers.edu
-2006-09-29 11:13:57,355 DEBUG Found tickets for tju2.6planetlab.edu.cn
-2006-09-29 11:13:57,355 DEBUG Popping from q - ent1.cs.nccu.edu.tw
-2006-09-29 11:14:08,227 DEBUG Found tickets for orbpl1.rutgers.edu
-2006-09-29 11:14:08,227 DEBUG Popping from q - planet0.jaist.ac.jp
-2006-09-29 11:14:13,796 DEBUG Found tickets for ent1.cs.nccu.edu.tw
-2006-09-29 11:14:13,796 DEBUG Popping from q - planetlab1.informatik.uni-wuerzburg.de
-2006-09-29 11:14:22,104 DEBUG Found tickets for planet0.jaist.ac.jp
-2006-09-29 11:14:22,105 DEBUG Popping from q - planetlab3.warsaw.rd.tp.pl
-2006-09-29 11:14:29,939 DEBUG Popping from q - planetlab0.ias.csusb.edu
-2006-09-29 11:14:37,623 DEBUG Found tickets for planetlab0.ias.csusb.edu
-2006-09-29 11:14:37,623 DEBUG Popping from q - planetlab-2.amst.nodes.planet-lab.org
-2006-09-29 11:14:37,638 DEBUG Found tickets for planetlab1.uvic.ca
-2006-09-29 11:14:37,638 DEBUG Popping from q - planetlab3.inria.fr
-2006-09-29 11:14:50,750 DEBUG Popping from q - 200-102-209-152.paemt7001.t.brasiltelecom.net.br
-2006-09-29 11:14:52,146 DEBUG Popping from q - planetlab3.mnl.cs.sunysb.edu
-2006-09-29 11:14:59,883 DEBUG Popping from q - planetlab-15.cs.princeton.edu
-2006-09-29 11:15:09,590 DEBUG Popping from q - ent2.cs.nccu.edu.tw
-2006-09-29 11:15:17,920 DEBUG Found tickets for ent2.cs.nccu.edu.tw
-2006-09-29 11:15:17,920 DEBUG Popping from q - planet-lab-2.csse.monash.edu.au
-2006-09-29 11:15:26,434 DEBUG Found tickets for planet-lab-2.csse.monash.edu.au
-2006-09-29 11:15:26,434 DEBUG Popping from q - planet1.ecse.rpi.edu
-2006-09-29 11:15:34,483 DEBUG Found tickets for planet1.ecse.rpi.edu
-2006-09-29 11:15:34,483 DEBUG Popping from q - planetlab2.pop-mg.rnp.br
-2006-09-29 11:15:42,493 DEBUG Found tickets for planetlab2.pop-mg.rnp.br
-2006-09-29 11:15:42,493 DEBUG Popping from q - planetlab-2.unk.edu
-2006-09-29 11:15:50,052 DEBUG Popping from q - planetlab2.rdfrancetelecom.com
-2006-09-29 11:15:58,611 DEBUG Found tickets for planetlab2.rdfrancetelecom.com
-2006-09-29 11:15:58,611 DEBUG Popping from q - planetlab1.eurecom.fr
-2006-09-29 11:16:06,483 DEBUG Found tickets for planetlab1.eurecom.fr
-2006-09-29 11:16:06,483 DEBUG Popping from q - planetlab1.cs.virginia.edu
-2006-09-29 11:16:06,487 DEBUG Found tickets for planetlab2.acis.ufl.edu
-2006-09-29 11:16:06,487 DEBUG Popping from q - tju1.6planetlab.edu.cn
-2006-09-29 11:16:20,661 DEBUG Found tickets for tju1.6planetlab.edu.cn
-2006-09-29 11:16:20,662 DEBUG Popping from q - planetlab-3.amst.nodes.planet-lab.org
-2006-09-29 11:16:20,665 DEBUG Found tickets for planetlab1.informatik.uni-wuerzburg.de
-2006-09-29 11:16:20,665 DEBUG Popping from q - planetlab2.iitr.ernet.in
-2006-09-29 11:16:21,528 DEBUG Popping from q - planetlab1.georgetown.edu
-2006-09-29 11:16:30,107 DEBUG Found tickets for planetlab1.georgetown.edu
-2006-09-29 11:16:30,107 DEBUG Popping from q - planet1.inf.tu-dresden.de
-2006-09-29 11:16:38,689 DEBUG Popping from q - alice.cs.princeton.edu
-2006-09-29 11:16:38,708 DEBUG Popping from q - planetlab02.erin.utoronto.ca
-2006-09-29 11:16:51,895 DEBUG Popping from q - planetlab-1.vuse.vanderbilt.edu
-2006-09-29 11:16:56,395 DEBUG Found tickets for alice.cs.princeton.edu
-2006-09-29 11:16:56,395 DEBUG Popping from q - planetlab3.uvic.ca
-2006-09-29 11:17:03,962 DEBUG Found tickets for planetlab-1.vuse.vanderbilt.edu
-2006-09-29 11:17:03,963 DEBUG Popping from q - scut2.6planetlab.edu.cn
-2006-09-29 11:17:11,617 DEBUG Found tickets for planetlab3.uvic.ca
-2006-09-29 11:17:11,618 DEBUG Popping from q - planetlab1.swidnik.rd.tp.pl
-2006-09-29 11:17:16,236 DEBUG Found tickets for scut2.6planetlab.edu.cn
-2006-09-29 11:17:16,236 DEBUG Popping from q - planet2.cdacb.ernet.in
-2006-09-29 11:17:22,037 DEBUG Found tickets for planetlab1.swidnik.rd.tp.pl
-2006-09-29 11:17:22,037 DEBUG Popping from q - planetlab1.rdfrancetelecom.com
-2006-09-29 11:17:29,945 DEBUG Found tickets for planetlab1.rdfrancetelecom.com
-2006-09-29 11:17:29,945 DEBUG Popping from q - planet2.inf.tu-dresden.de
-2006-09-29 11:17:38,954 DEBUG Popping from q - planet02.csc.ncsu.edu
-2006-09-29 11:17:47,107 DEBUG Popping from q - planetlab-1.tssg.org
-2006-09-29 11:17:55,045 DEBUG Found tickets for planetlab-1.tssg.org
-2006-09-29 11:17:55,046 DEBUG Popping from q - planetlab-2.vuse.vanderbilt.edu
-2006-09-29 11:18:02,894 DEBUG Found tickets for planetlab-2.vuse.vanderbilt.edu
-2006-09-29 11:18:02,894 DEBUG Popping from q - planetlab-11.cs.princeton.edu
-2006-09-29 11:18:08,129 DEBUG Found tickets for 200-102-209-152.paemt7001.t.brasiltelecom.net.br
-2006-09-29 11:18:08,129 DEBUG Popping from q - planet03.csc.ncsu.edu
-2006-09-29 11:18:11,582 DEBUG Popping from q - planetlab1.pop-rj.rnp.br
-2006-09-29 11:18:24,542 DEBUG Popping from q - planet1.halifax.canet4.nodes.planet-lab.org
-2006-09-29 11:18:29,932 DEBUG Found tickets for planetlab1.pop-rj.rnp.br
-2006-09-29 11:18:29,932 DEBUG Popping from q - planetlab2.uc.edu
-2006-09-29 11:18:34,665 DEBUG Popping from q - planet1.cavite.nodes.planet-lab.org
-2006-09-29 11:18:44,614 DEBUG Popping from q - ds-pl3.technion.ac.il
-2006-09-29 11:18:52,729 DEBUG Popping from q - planetlab2.cs.purdue.edu
-2006-09-29 11:18:55,925 DEBUG Found tickets for ds-pl3.technion.ac.il
-2006-09-29 11:18:55,926 DEBUG Popping from q - planetlab3.millennium.berkeley.edu
-2006-09-29 11:19:04,154 DEBUG Popping from q - planetlab1.unl.edu
-2006-09-29 11:19:11,835 DEBUG Popping from q - planetlab1.cs.colorado.edu
-2006-09-29 11:19:13,425 DEBUG Found tickets for planetlab1.unl.edu
-2006-09-29 11:19:13,425 DEBUG Popping from q - planetlab02.cs.washington.edu
-2006-09-29 11:19:26,207 DEBUG Found tickets for planetlab02.cs.washington.edu
-2006-09-29 11:19:26,208 DEBUG Popping from q - pads21.cs.nthu.edu.tw
-2006-09-29 11:19:31,507 DEBUG Found tickets for planetlab1.cs.colorado.edu
-2006-09-29 11:19:31,507 DEBUG Popping from q - orbpl2.rutgers.edu
-2006-09-29 11:19:35,219 DEBUG Popping from q - planetlab2.informatik.uni-erlangen.de
-2006-09-29 11:19:46,719 DEBUG Found tickets for orbpl2.rutgers.edu
-2006-09-29 11:19:46,720 DEBUG Popping from q - planetlab-01.ipv6.lip6.fr
-2006-09-29 11:19:50,287 DEBUG Found tickets for planetlab2.informatik.uni-erlangen.de
-2006-09-29 11:19:50,288 DEBUG Popping from q - pl2.ernet.in
-2006-09-29 11:19:56,499 DEBUG Found tickets for planetlab-01.ipv6.lip6.fr
-2006-09-29 11:19:56,500 DEBUG Popping from q - neu2.6planetlab.edu.cn
-2006-09-29 11:19:57,525 DEBUG Popping from q - planetlab-2.cs.uni-paderborn.de
-2006-09-29 11:20:12,331 DEBUG Popping from q - planet5.cs.huji.ac.il
-2006-09-29 11:20:12,705 DEBUG Popping from q - planetlab1.elet.polimi.it
-2006-09-29 11:20:21,175 DEBUG Popping from q - planetlab2.iiitb.ac.in
-2006-09-29 11:20:21,195 DEBUG Found tickets for planet2.cdacb.ernet.in
-2006-09-29 11:20:21,196 DEBUG Popping from q - server1.planetlab.iit-tech.net
-2006-09-29 11:20:34,314 DEBUG Found tickets for server1.planetlab.iit-tech.net
-2006-09-29 11:20:34,314 DEBUG Popping from q - planetlab2.iitb.ac.in
-2006-09-29 11:20:36,430 DEBUG Popping from q - planetlab02.dis.unina.it
-2006-09-29 11:20:44,879 DEBUG Popping from q - planetlab-1.dis.uniroma1.it
-2006-09-29 11:20:53,224 DEBUG Popping from q - planetlab1.iitb.ac.in
-2006-09-29 11:21:01,371 DEBUG Found tickets for planetlab1.iitb.ac.in
-2006-09-29 11:21:01,371 DEBUG Popping from q - pku1.6planetlab.edu.cn
-2006-09-29 11:21:09,488 DEBUG Found tickets for pku1.6planetlab.edu.cn
-2006-09-29 11:21:09,488 DEBUG Popping from q - planetlab1.warsaw.rd.tp.pl
-2006-09-29 11:21:18,907 DEBUG Popping from q - planetlab1.cri.haifa.ac.il
-2006-09-29 11:21:27,731 DEBUG Found tickets for planetlab1.cri.haifa.ac.il
-2006-09-29 11:21:27,731 DEBUG Popping from q - planetlab-2.cs.ucy.ac.cy
-2006-09-29 11:21:36,463 DEBUG Popping from q - pl1.ernet.in
-2006-09-29 11:21:44,767 DEBUG Popping from q - planetlab2.georgetown.edu
-2006-09-29 11:21:54,009 DEBUG Found tickets for planetlab2.georgetown.edu
-2006-09-29 11:21:54,009 DEBUG Popping from q - server2.planetlab.iit-tech.net
-2006-09-29 11:21:54,049 DEBUG Popping from q - planetlab2.di.unito.it
-2006-09-29 11:22:07,046 DEBUG Found tickets for server2.planetlab.iit-tech.net
-2006-09-29 11:22:07,046 DEBUG Popping from q - planetlab1.csee.usf.edu
-2006-09-29 11:22:07,047 DEBUG Popping from q - planetlab-2.dis.uniroma1.it
-2006-09-29 11:22:08,306 DEBUG Popping from q - planetlab2.informatik.uni-kl.de
-2006-09-29 11:22:16,028 DEBUG Popping from q - planet1.cs.rochester.edu
-2006-09-29 11:22:23,949 DEBUG Found tickets for planet1.cs.rochester.edu
-2006-09-29 11:22:23,949 DEBUG Popping from q - planetlab1.rutgers.edu
-2006-09-29 11:22:32,753 DEBUG Found tickets for planetlab1.rutgers.edu
-2006-09-29 11:22:32,753 DEBUG Popping from q - planetlab-2.ece.iastate.edu
-2006-09-29 11:22:35,847 DEBUG Popping from q - planetlab-1.sjce.nodes.planet-lab.org
-2006-09-29 11:22:42,607 DEBUG Popping from q - planetlab2.ece.ucdavis.edu
-2006-09-29 11:22:49,052 DEBUG Found tickets for planetlab2.iitb.ac.in
-2006-09-29 11:22:49,052 DEBUG Popping from q - planetlab1.ie.cuhk.edu.hk
-2006-09-29 11:22:55,761 DEBUG Found tickets for planetlab-1.sjce.nodes.planet-lab.org
-2006-09-29 11:22:55,762 DEBUG Popping from q - planetlab2lannion.elibel.tm.fr
-2006-09-29 11:22:55,793 DEBUG Popping from q - planetlab01.mpi-sws.mpg.de
-2006-09-29 11:22:55,837 DEBUG Popping from q - planetlab2.cs.duke.edu
-2006-09-29 11:22:55,885 DEBUG Popping from q - planetlab1.rn.informatics.scitech.susx.ac.uk
-2006-09-29 11:22:55,888 DEBUG Found tickets for planetlab1.rn.informatics.scitech.susx.ac.uk
-2006-09-29 11:22:55,888 DEBUG Popping from q - planetlab1.eee.hku.hk
-2006-09-29 11:22:55,890 DEBUG Found tickets for planetlab1.eee.hku.hk
-2006-09-29 11:22:55,890 DEBUG Popping from q - pads23.cs.nthu.edu.tw
-2006-09-29 11:22:55,901 DEBUG Popping from q - planet2.halifax.canet4.nodes.planet-lab.org
-2006-09-29 11:22:55,903 DEBUG Found tickets for planet2.halifax.canet4.nodes.planet-lab.org
-2006-09-29 11:22:55,903 DEBUG Popping from q - planetlab-2.tssg.org
-2006-09-29 11:22:56,061 DEBUG Found tickets for planetlab-2.tssg.org
-2006-09-29 11:22:56,062 DEBUG Popping from q - 200-102-209-151.paemt7001.t.brasiltelecom.net.br
-2006-09-29 11:22:56,064 DEBUG Found tickets for 200-102-209-151.paemt7001.t.brasiltelecom.net.br
-2006-09-29 11:22:56,064 DEBUG Popping from q - planetlab2.poly.edu
-2006-09-29 11:22:56,067 DEBUG Popping from q - planetlab1.poly.edu
-2006-09-29 11:22:56,069 DEBUG Popping from q - planetlab2.net-research.org.uk
-2006-09-29 11:22:56,071 DEBUG Found tickets for planetlab2.net-research.org.uk
-2006-09-29 11:22:56,072 DEBUG Popping from q - planetlab-2.imperial.ac.uk
-2006-09-29 11:22:56,075 DEBUG Found tickets for planetlab-2.imperial.ac.uk
-2006-09-29 11:22:56,075 DEBUG Popping from q - planetlab-1.imperial.ac.uk
-2006-09-29 11:22:56,079 DEBUG Found tickets for planetlab-1.imperial.ac.uk
-2006-09-29 11:22:56,079 DEBUG Popping from q - planetlab1.byu.edu
-2006-09-29 11:22:56,081 DEBUG Popping from q - planetlab2.eee.hku.hk
-2006-09-29 11:23:00,986 DEBUG Found tickets for planetlab1.ie.cuhk.edu.hk
-2006-09-29 11:23:01,052 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv
-2006-09-29 11:23:02,124 DEBUG Retrieved 705 hosts
-2006-09-29 11:23:02,131 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='drift%20%3E%201m'
-2006-09-29 11:23:02,268 DEBUG Retrieved 9 hosts
-2006-09-29 11:23:02,269 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='resptime%20%3E%200%20&&%20gbfree%20%3C%205'
-2006-09-29 11:23:02,412 DEBUG Retrieved 10 hosts
-2006-09-29 11:23:02,413 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='sshstatus%20%3E%202h'
-2006-09-29 11:23:02,763 DEBUG Retrieved 162 hosts
-2006-09-29 11:23:02,764 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='dns1udp%20%3E%2080%20&&%20dns2udp%20%3E%2080'
-2006-09-29 11:23:02,903 DEBUG Retrieved 6 hosts
-2006-09-29 11:23:02,903 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='filerw%3E0'
-2006-09-29 11:23:03,040 DEBUG Retrieved 1 hosts
-2006-09-29 11:23:03,043 DEBUG Popping from q - planetlab2.elet.polimi.it
-2006-09-29 11:23:03,044 DEBUG Popping from q - pli1-br-3.hpl.hp.com
-2006-09-29 11:23:03,045 DEBUG Popping from q - planetlab2.nbgisp.com
-2006-09-29 11:23:03,073 DEBUG Popping from q - planetlab2.cs.duke.edu
-2006-09-29 11:23:03,074 DEBUG Found tickets for pli1-br-3.hpl.hp.com
-2006-09-29 11:23:03,075 DEBUG Popping from q - planetlab1.cs.stir.ac.uk
-2006-09-29 11:23:03,076 DEBUG Popping from q - planetlab1.cse.msu.edu
-2006-09-29 11:23:03,092 DEBUG Popping from q - planetlab2.cse.msu.edu
-2006-09-29 11:23:03,093 DEBUG Popping from q - planetlab0.cs.stir.ac.uk
-2006-09-29 11:23:03,111 DEBUG Found tickets for planetlab1.cse.msu.edu
-2006-09-29 11:23:03,111 DEBUG Popping from q - planetlab1.informatik.uni-erlangen.de
-2006-09-29 11:23:03,118 DEBUG Popping from q - planetlab1.cs.purdue.edu
-2006-09-29 11:23:03,127 DEBUG Found tickets for planetlab2.cse.msu.edu
-2006-09-29 11:23:03,127 DEBUG Popping from q - planetlab1.een.orst.edu
-2006-09-29 11:23:03,142 DEBUG Popping from q - planetlab2.cs.columbia.edu
-2006-09-29 11:23:03,155 DEBUG Found tickets for planetlab1.cs.purdue.edu
-2006-09-29 11:23:03,155 DEBUG Popping from q - planetlab1.win.trlabs.ca
-2006-09-29 11:23:03,162 DEBUG Popping from q - planetlab1.cs.duke.edu
-2006-09-29 11:23:03,169 DEBUG Popping from q - planetlab2.flux.utah.edu
-2006-09-29 11:23:03,178 DEBUG Popping from q - planetlab3.cs.columbia.edu
-2006-09-29 11:23:03,188 DEBUG Popping from q - planetlab1.cs.columbia.edu
-2006-09-29 11:23:03,189 DEBUG Popping from q - planetlab3.flux.utah.edu
-2006-09-29 11:23:03,192 DEBUG Popping from q - planetlab-1.eecs.cwru.edu
-2006-09-29 11:23:03,203 DEBUG Popping from q - planetlab2.rutgers.edu
-2006-09-29 11:23:03,205 DEBUG Popping from q - vn3.cs.wustl.edu
-2006-09-29 11:23:03,206 DEBUG Popping from q - planetlab2.cri.haifa.ac.il
-2006-09-29 11:23:03,208 DEBUG Found tickets for planetlab2.cri.haifa.ac.il
-2006-09-29 11:23:03,209 DEBUG Popping from q - soccf-planet-001.comp.nus.edu.sg
-2006-09-29 11:23:03,212 DEBUG Found tickets for soccf-planet-001.comp.nus.edu.sg
-2006-09-29 11:23:03,212 DEBUG Popping from q - planetlab01.cse.psu.edu
-2006-09-29 11:23:03,213 DEBUG Found tickets for vn3.cs.wustl.edu
-2006-09-29 11:23:03,214 DEBUG Popping from q - csu2.6planetlab.edu.cn
-2006-09-29 11:23:03,215 DEBUG Found tickets for planetlab2.rutgers.edu
-2006-09-29 11:23:03,215 DEBUG Popping from q - planet2.njit.edu
-2006-09-29 11:23:03,217 DEBUG Popping from q - planetlab2.unl.edu
-2006-09-29 11:23:03,219 DEBUG Found tickets for planet2.njit.edu
-2006-09-29 11:23:03,219 DEBUG Popping from q - planetlab1.cs.pitt.edu
-2006-09-29 11:23:03,222 DEBUG Popping from q - planetlab-2.eecs.cwru.edu
-2006-09-29 11:23:03,224 DEBUG Popping from q - planetlab2.urv.net
-2006-09-29 11:23:03,227 DEBUG Popping from q - planetlab7.csail.mit.edu
-2006-09-29 11:23:03,228 DEBUG Found tickets for csu2.6planetlab.edu.cn
-2006-09-29 11:23:03,228 DEBUG Popping from q - buaa1.6planetlab.edu.cn
-2006-09-29 11:23:03,229 DEBUG Popping from q - ricepl-3.cs.rice.edu
-2006-09-29 11:23:03,231 DEBUG Found tickets for buaa1.6planetlab.edu.cn
-2006-09-29 11:23:03,232 DEBUG Popping from q - planet-lab-1.csse.monash.edu.au
-2006-09-29 11:23:03,233 DEBUG Popping from q - planetlab5.millennium.berkeley.edu
-2006-09-29 11:23:03,245 DEBUG Popping from q - planetlab1.pop-ce.rnp.br
-2006-09-29 11:23:03,246 DEBUG Found tickets for planetlab7.csail.mit.edu
-2006-09-29 11:23:03,247 DEBUG Popping from q - planetlab2.mnlab.cti.depaul.edu
-2006-09-29 11:23:03,248 DEBUG Popping from q - peace.ri.uni-tuebingen.de
-2006-09-29 11:23:03,250 DEBUG Popping from q - planetlab-8.cs.princeton.edu
-2006-09-29 11:23:03,252 DEBUG Found tickets for planetlab-8.cs.princeton.edu
-2006-09-29 11:23:03,253 DEBUG Popping from q - planetlab2.ucsd.edu
-2006-09-29 11:23:03,256 DEBUG Found tickets for planetlab2.ucsd.edu
-2006-09-29 11:23:03,256 DEBUG Popping from q - blast.uwaterloo.ca
-2006-09-29 11:23:03,260 DEBUG Found tickets for planetlab1.pop-ce.rnp.br
-2006-09-29 11:23:03,261 DEBUG Popping from q - planetlab1.cs.wayne.edu
-2006-09-29 11:23:03,262 DEBUG Found tickets for planetlab2.mnlab.cti.depaul.edu
-2006-09-29 11:23:03,262 DEBUG Popping from q - pli1-br-3.hpl.hp.com
-2006-09-29 11:23:03,390 DEBUG Found tickets for blast.uwaterloo.ca
-2006-09-29 11:23:03,390 DEBUG Popping from q - planetlab2.eurecom.fr
-2006-09-29 11:23:03,392 DEBUG Found tickets for pli1-br-3.hpl.hp.com
-2006-09-29 11:23:03,392 DEBUG Popping from q - planetlab1.di.unito.it
-2006-09-29 11:23:03,395 DEBUG Found tickets for planetlab1.di.unito.it
-2006-09-29 11:23:03,395 DEBUG Popping from q - planetlab01.dis.unina.it
-2006-09-29 11:23:03,394 DEBUG Popping from q - planetlab2.simula.no
-2006-09-29 11:23:03,398 DEBUG Popping from q - planetlab1.flux.utah.edu
-2006-09-29 11:23:03,399 DEBUG Popping from q - planetlab-1.ece.iastate.edu
-2006-09-29 11:23:03,402 DEBUG Found tickets for planetlab-1.ece.iastate.edu
-2006-09-29 11:23:03,402 DEBUG Popping from q - sdu1.6planetlab.edu.cn
-2006-09-29 11:23:03,415 DEBUG Found tickets for planetlab1.cs.wayne.edu
-2006-09-29 11:23:03,416 DEBUG Popping from q - planetlab4.upc.es
-2006-09-29 11:23:03,420 DEBUG Popping from q - planetlab-13.cs.princeton.edu
-2006-09-29 11:23:03,421 DEBUG Found tickets for sdu1.6planetlab.edu.cn
-2006-09-29 11:23:03,422 DEBUG Popping from q - planet1.cc.gt.atl.ga.us
-2006-09-29 11:23:03,423 DEBUG Popping from q - planetlab2.eecs.wsu.edu
-2006-09-29 11:23:03,426 DEBUG Found tickets for planetlab-13.cs.princeton.edu
-2006-09-29 11:23:03,426 DEBUG Popping from q - planet2.cs.ucsb.edu
-2006-09-29 11:23:03,427 DEBUG Popping from q - xjtu2.6planetlab.edu.cn
-2006-09-29 11:23:03,430 DEBUG Popping from q - planetlab3.upc.es
-2006-09-29 11:23:03,432 DEBUG Found tickets for planet2.cs.ucsb.edu
-2006-09-29 11:23:03,432 DEBUG Popping from q - node1.lbnl.nodes.planet-lab.org
-2006-09-29 11:23:03,435 DEBUG Popping from q - planetlab1.iitr.ernet.in
-2006-09-29 11:23:03,444 DEBUG Popping from q - planetlab1.ipls.internet2.planet-lab.org
-2006-09-29 11:23:03,445 DEBUG Popping from q - planetlab2.uvic.ca
-2006-09-29 11:23:03,446 DEBUG Popping from q - planetlab01.erin.utoronto.ca
-2006-09-29 11:23:03,448 DEBUG Popping from q - planetlab-4.ece.iastate.edu
-2006-09-29 11:23:03,449 DEBUG Found tickets for planetlab2.uvic.ca
-2006-09-29 11:23:03,449 DEBUG Popping from q - planetlab2.informatik.uni-goettingen.de
-2006-09-29 11:23:03,451 DEBUG Popping from q - ds-pl1.technion.ac.il
-2006-09-29 11:23:03,453 DEBUG Found tickets for planetlab2.informatik.uni-goettingen.de
-2006-09-29 11:23:03,454 DEBUG Popping from q - planetlab1.mnl.cs.sunysb.edu
-2006-09-29 11:23:03,455 DEBUG Popping from q - aladdin.planetlab.extranet.uni-passau.de
-2006-09-29 11:23:03,457 DEBUG Found tickets for planetlab1.mnl.cs.sunysb.edu
-2006-09-29 11:23:03,457 DEBUG Popping from q - planetlab-1.cs.uni-paderborn.de
-2006-09-29 11:23:03,460 DEBUG Popping from q - planet1.njit.edu
-2006-09-29 11:23:03,464 DEBUG Popping from q - pku2.6planetlab.edu.cn
-2006-09-29 11:23:03,466 DEBUG Popping from q - planetlab00.cse.psu.edu
-2006-09-29 11:23:03,466 DEBUG Popping from q - planetlab-1.cs.ucy.ac.cy
-2006-09-29 11:23:03,493 DEBUG Popping from q - planetlab04.ethz.ch
-2006-09-29 11:23:03,493 DEBUG Found tickets for planetlab-4.ece.iastate.edu
-2006-09-29 11:23:03,494 DEBUG Popping from q - sdu2.6planetlab.edu.cn
-2006-09-29 11:23:03,495 DEBUG Popping from q - planet-lab.iki.rssi.ru
-2006-09-29 11:23:03,498 DEBUG Found tickets for planetlab04.ethz.ch
-2006-09-29 11:23:03,499 DEBUG Popping from q - planetlab1.polito.it
-2006-09-29 11:23:03,500 DEBUG Found tickets for planet-lab.iki.rssi.ru
-2006-09-29 11:23:03,500 DEBUG Popping from q - planetlab1.uvic.ca
-2006-09-29 11:23:03,502 DEBUG Found tickets for planetlab1.polito.it
-2006-09-29 11:23:03,502 DEBUG Popping from q - planetlab1.cs.byu.edu
-2006-09-29 11:23:03,504 DEBUG Found tickets for planetlab1.uvic.ca
-2006-09-29 11:23:03,505 DEBUG Popping from q - cloudburst.uwaterloo.ca
-2006-09-29 11:23:03,504 DEBUG Popping from q - planetlab-1.amst.nodes.planet-lab.org
-2006-09-29 11:23:03,509 DEBUG Found tickets for cloudburst.uwaterloo.ca
-2006-09-29 11:23:03,509 DEBUG Popping from q - planet2.cs.rochester.edu
-2006-09-29 11:23:03,511 DEBUG Found tickets for planet2.cs.rochester.edu
-2006-09-29 11:23:03,512 DEBUG Popping from q - planetlab1.xeno.cl.cam.ac.uk
-2006-09-29 11:23:03,515 DEBUG Found tickets for sdu2.6planetlab.edu.cn
-2006-09-29 11:23:03,515 DEBUG Popping from q - lycra.cs.princeton.edu
-2006-09-29 11:23:03,516 DEBUG Popping from q - planetlab06.mpi-sws.mpg.de
-2006-09-29 11:23:03,517 DEBUG Popping from q - planetlab1.ias.csusb.edu
-2006-09-29 11:23:03,519 DEBUG Popping from q - vayu.iitd.ernet.in
-2006-09-29 11:23:03,522 DEBUG Found tickets for planetlab1.ias.csusb.edu
-2006-09-29 11:23:03,522 DEBUG Popping from q - node2.lbnl.nodes.planet-lab.org
-2006-09-29 11:23:03,524 DEBUG Popping from q - planetlab2.cs.byu.edu
-2006-09-29 11:23:03,526 DEBUG Popping from q - cqu1.6planetlab.edu.cn
-2006-09-29 11:23:03,530 DEBUG Found tickets for cqu1.6planetlab.edu.cn
-2006-09-29 11:23:03,530 DEBUG Popping from q - planetlab2.acis.ufl.edu
-2006-09-29 11:23:03,531 DEBUG Found tickets for lycra.cs.princeton.edu
-2006-09-29 11:23:03,531 DEBUG Popping from q - planetlab1.cs.unibo.it
-2006-09-29 11:23:03,533 DEBUG Popping from q - tju2.6planetlab.edu.cn
-2006-09-29 11:23:03,534 DEBUG Found tickets for planetlab1.cs.unibo.it
-2006-09-29 11:23:03,535 DEBUG Popping from q - orbpl1.rutgers.edu
-2006-09-29 11:23:03,536 DEBUG Found tickets for tju2.6planetlab.edu.cn
-2006-09-29 11:23:03,537 DEBUG Popping from q - ent1.cs.nccu.edu.tw
-2006-09-29 11:23:03,538 DEBUG Found tickets for orbpl1.rutgers.edu
-2006-09-29 11:23:03,539 DEBUG Popping from q - planet0.jaist.ac.jp
-2006-09-29 11:23:03,542 DEBUG Found tickets for ent1.cs.nccu.edu.tw
-2006-09-29 11:23:03,542 DEBUG Popping from q - planetlab1.informatik.uni-wuerzburg.de
-2006-09-29 11:23:03,552 DEBUG Found tickets for planetlab2.acis.ufl.edu
-2006-09-29 11:23:03,553 DEBUG Popping from q - planetlab3.warsaw.rd.tp.pl
-2006-09-29 11:23:03,554 DEBUG Found tickets for planetlab1.informatik.uni-wuerzburg.de
-2006-09-29 11:23:03,555 DEBUG Popping from q - planetlab0.ias.csusb.edu
-2006-09-29 11:23:03,557 DEBUG Popping from q - planetlab-2.amst.nodes.planet-lab.org
-2006-09-29 11:23:03,559 DEBUG Popping from q - planetlab3.inria.fr
-2006-09-29 11:23:03,561 DEBUG Popping from q - 200-102-209-152.paemt7001.t.brasiltelecom.net.br
-2006-09-29 11:23:03,571 DEBUG Found tickets for planetlab0.ias.csusb.edu
-2006-09-29 11:23:03,571 DEBUG Popping from q - planetlab3.mnl.cs.sunysb.edu
-2006-09-29 11:23:03,576 DEBUG Found tickets for 200-102-209-152.paemt7001.t.brasiltelecom.net.br
-2006-09-29 11:23:03,576 DEBUG Popping from q - planetlab-15.cs.princeton.edu
-2006-09-29 11:23:03,578 DEBUG Popping from q - ent2.cs.nccu.edu.tw
-2006-09-29 11:23:03,580 DEBUG Popping from q - planet-lab-2.csse.monash.edu.au
-2006-09-29 11:23:03,582 DEBUG Found tickets for ent2.cs.nccu.edu.tw
-2006-09-29 11:23:03,582 DEBUG Popping from q - planet1.ecse.rpi.edu
-2006-09-29 11:23:03,585 DEBUG Found tickets for planet-lab-2.csse.monash.edu.au
-2006-09-29 11:23:03,585 DEBUG Popping from q - planetlab2.pop-mg.rnp.br
-2006-09-29 11:23:03,589 DEBUG Found tickets for planet1.ecse.rpi.edu
-2006-09-29 11:23:03,589 DEBUG Popping from q - planetlab-2.unk.edu
-2006-09-29 11:23:03,591 DEBUG Found tickets for planetlab2.pop-mg.rnp.br
-2006-09-29 11:23:03,591 DEBUG Popping from q - planetlab2.rdfrancetelecom.com
-2006-09-29 11:23:03,594 DEBUG Found tickets for planetlab2.rdfrancetelecom.com
-2006-09-29 11:23:03,595 DEBUG Popping from q - planetlab1.eurecom.fr
-2006-09-29 11:23:03,601 DEBUG Popping from q - planetlab1.cs.virginia.edu
-2006-09-29 11:23:03,602 DEBUG Found tickets for planetlab1.eurecom.fr
-2006-09-29 11:23:03,602 DEBUG Popping from q - tju1.6planetlab.edu.cn
-2006-09-29 11:23:03,605 DEBUG Popping from q - planetlab-3.amst.nodes.planet-lab.org
-2006-09-29 11:23:03,607 DEBUG Popping from q - planetlab2.iitr.ernet.in
-2006-09-29 11:23:03,610 DEBUG Popping from q - planetlab1.georgetown.edu
-2006-09-29 11:23:03,612 DEBUG Found tickets for tju1.6planetlab.edu.cn
-2006-09-29 11:23:03,612 DEBUG Popping from q - planet1.inf.tu-dresden.de
-2006-09-29 11:23:03,615 DEBUG Found tickets for planetlab1.georgetown.edu
-2006-09-29 11:23:03,615 DEBUG Popping from q - alice.cs.princeton.edu
-2006-09-29 11:23:03,620 DEBUG Popping from q - planetlab02.erin.utoronto.ca
-2006-09-29 11:23:03,621 DEBUG Found tickets for alice.cs.princeton.edu
-2006-09-29 11:23:03,621 DEBUG Popping from q - planetlab-1.vuse.vanderbilt.edu
-2006-09-29 11:23:03,624 DEBUG Found tickets for planetlab-1.vuse.vanderbilt.edu
-2006-09-29 11:23:03,624 DEBUG Popping from q - planetlab3.uvic.ca
-2006-09-29 11:23:03,632 DEBUG Popping from q - scut2.6planetlab.edu.cn
-2006-09-29 11:23:03,634 DEBUG Found tickets for planetlab3.uvic.ca
-2006-09-29 11:23:03,634 DEBUG Popping from q - planetlab1.swidnik.rd.tp.pl
-2006-09-29 11:23:03,636 DEBUG Found tickets for planetlab1.swidnik.rd.tp.pl
-2006-09-29 11:23:03,637 DEBUG Popping from q - planet2.cdacb.ernet.in
-2006-09-29 11:23:03,636 DEBUG Found tickets for scut2.6planetlab.edu.cn
-2006-09-29 11:23:03,638 DEBUG Popping from q - planetlab1.rdfrancetelecom.com
-2006-09-29 11:23:03,640 DEBUG Found tickets for planetlab1.rdfrancetelecom.com
-2006-09-29 11:23:03,641 DEBUG Popping from q - planet2.inf.tu-dresden.de
-2006-09-29 11:23:03,642 DEBUG Found tickets for planet2.cdacb.ernet.in
-2006-09-29 11:23:03,642 DEBUG Popping from q - planet02.csc.ncsu.edu
-2006-09-29 11:23:03,646 DEBUG Popping from q - planetlab-1.tssg.org
-2006-09-29 11:23:03,647 DEBUG Popping from q - planetlab-2.vuse.vanderbilt.edu
-2006-09-29 11:23:03,649 DEBUG Found tickets for planetlab-1.tssg.org
-2006-09-29 11:23:03,650 DEBUG Popping from q - planetlab-11.cs.princeton.edu
-2006-09-29 11:23:03,652 DEBUG Found tickets for planetlab-2.vuse.vanderbilt.edu
-2006-09-29 11:23:03,652 DEBUG Popping from q - planet03.csc.ncsu.edu
-2006-09-29 11:23:03,654 DEBUG Popping from q - planetlab1.pop-rj.rnp.br
-2006-09-29 11:23:03,656 DEBUG Popping from q - planet1.halifax.canet4.nodes.planet-lab.org
-2006-09-29 11:23:03,658 DEBUG Popping from q - planetlab2.uc.edu
-2006-09-29 11:23:03,659 DEBUG Found tickets for planetlab1.pop-rj.rnp.br
-2006-09-29 11:23:03,659 DEBUG Popping from q - planet1.cavite.nodes.planet-lab.org
-2006-09-29 11:23:03,662 DEBUG Popping from q - ds-pl3.technion.ac.il
-2006-09-29 11:23:03,670 DEBUG Popping from q - planetlab2.cs.purdue.edu
-2006-09-29 11:23:03,671 DEBUG Found tickets for ds-pl3.technion.ac.il
-2006-09-29 11:23:03,672 DEBUG Popping from q - planetlab3.millennium.berkeley.edu
-2006-09-29 11:23:03,674 DEBUG Popping from q - planetlab1.unl.edu
-2006-09-29 11:23:03,676 DEBUG Popping from q - planetlab1.cs.colorado.edu
-2006-09-29 11:23:03,678 DEBUG Found tickets for planetlab1.unl.edu
-2006-09-29 11:23:03,679 DEBUG Popping from q - planetlab02.cs.washington.edu
-2006-09-29 11:23:03,681 DEBUG Found tickets for planetlab1.cs.colorado.edu
-2006-09-29 11:23:03,681 DEBUG Popping from q - pads21.cs.nthu.edu.tw
-2006-09-29 11:23:03,689 DEBUG Found tickets for planetlab02.cs.washington.edu
-2006-09-29 11:23:03,689 DEBUG Popping from q - orbpl2.rutgers.edu
-2006-09-29 11:23:03,690 DEBUG Popping from q - planetlab2.informatik.uni-erlangen.de
-2006-09-29 11:23:03,693 DEBUG Found tickets for planetlab2.informatik.uni-erlangen.de
-2006-09-29 11:23:03,693 DEBUG Popping from q - planetlab-01.ipv6.lip6.fr
-2006-09-29 11:23:03,701 DEBUG Found tickets for orbpl2.rutgers.edu
-2006-09-29 11:23:03,701 DEBUG Popping from q - pl2.ernet.in
-2006-09-29 11:23:03,702 DEBUG Found tickets for planetlab-01.ipv6.lip6.fr
-2006-09-29 11:23:03,703 DEBUG Popping from q - neu2.6planetlab.edu.cn
-2006-09-29 11:23:03,705 DEBUG Popping from q - planetlab-2.cs.uni-paderborn.de
-2006-09-29 11:23:03,707 DEBUG Popping from q - planet5.cs.huji.ac.il
-2006-09-29 11:23:03,708 DEBUG Popping from q - planetlab1.elet.polimi.it
-2006-09-29 11:23:03,711 DEBUG Popping from q - planetlab2.iiitb.ac.in
-2006-09-29 11:23:03,712 DEBUG Popping from q - server1.planetlab.iit-tech.net
-2006-09-29 11:23:03,715 DEBUG Found tickets for server1.planetlab.iit-tech.net
-2006-09-29 11:23:03,716 DEBUG Popping from q - planetlab2.iitb.ac.in
-2006-09-29 11:23:03,719 DEBUG Found tickets for planetlab2.iitb.ac.in
-2006-09-29 11:23:03,719 DEBUG Popping from q - planetlab02.dis.unina.it
-2006-09-29 11:23:03,721 DEBUG Popping from q - planetlab-1.dis.uniroma1.it
-2006-09-29 11:23:03,725 DEBUG Popping from q - planetlab1.iitb.ac.in
-2006-09-29 11:23:03,726 DEBUG Popping from q - pku1.6planetlab.edu.cn
-2006-09-29 11:23:03,729 DEBUG Found tickets for pku1.6planetlab.edu.cn
-2006-09-29 11:23:03,730 DEBUG Popping from q - planetlab1.warsaw.rd.tp.pl
-2006-09-29 11:23:03,738 DEBUG Popping from q - planetlab1.cri.haifa.ac.il
-2006-09-29 11:23:03,739 DEBUG Found tickets for planetlab1.iitb.ac.in
-2006-09-29 11:23:03,739 DEBUG Popping from q - planetlab-2.cs.ucy.ac.cy
-2006-09-29 11:23:03,742 DEBUG Popping from q - pl1.ernet.in
-2006-09-29 11:23:03,745 DEBUG Popping from q - planetlab2.georgetown.edu
-2006-09-29 11:23:03,747 DEBUG Found tickets for planetlab2.georgetown.edu
-2006-09-29 11:23:03,747 DEBUG Popping from q - server2.planetlab.iit-tech.net
-2006-09-29 11:23:03,750 DEBUG Found tickets for server2.planetlab.iit-tech.net
-2006-09-29 11:23:03,751 DEBUG Popping from q - planetlab2.di.unito.it
-2006-09-29 11:23:03,752 DEBUG Found tickets for planetlab1.cri.haifa.ac.il
-2006-09-29 11:23:03,752 DEBUG Popping from q - planetlab1.csee.usf.edu
-2006-09-29 11:23:03,755 DEBUG Popping from q - planetlab-2.dis.uniroma1.it
-2006-09-29 11:23:03,756 DEBUG Popping from q - planetlab2.informatik.uni-kl.de
-2006-09-29 11:23:03,858 DEBUG Found tickets for planet0.jaist.ac.jp
-2006-09-29 11:23:03,858 DEBUG Popping from q - planet1.cs.rochester.edu
-2006-09-29 11:23:03,861 DEBUG Found tickets for planet1.cs.rochester.edu
-2006-09-29 11:23:03,862 DEBUG Popping from q - planetlab1.rutgers.edu
-2006-09-29 11:23:03,869 DEBUG Found tickets for planetlab1.rutgers.edu
-2006-09-29 11:23:03,869 DEBUG Popping from q - planetlab-2.ece.iastate.edu
-2006-09-29 11:23:03,872 DEBUG Popping from q - planetlab-1.sjce.nodes.planet-lab.org
-2006-09-29 11:23:03,874 DEBUG Found tickets for planetlab-1.sjce.nodes.planet-lab.org
-2006-09-29 11:23:03,874 DEBUG Popping from q - planetlab2.ece.ucdavis.edu
-2006-09-29 11:23:03,876 DEBUG Popping from q - planetlab1.ie.cuhk.edu.hk
-2006-09-29 11:23:03,895 DEBUG Found tickets for planetlab1.ie.cuhk.edu.hk
-2006-09-29 11:23:03,895 DEBUG Popping from q - planetlab2lannion.elibel.tm.fr
-2006-09-29 11:23:03,899 DEBUG Popping from q - planetlab01.mpi-sws.mpg.de
-2006-09-29 11:23:03,937 DEBUG Popping from q - planetlab2.cs.duke.edu
-2006-09-29 11:23:03,941 DEBUG Popping from q - planetlab1.rn.informatics.scitech.susx.ac.uk
-2006-09-29 11:23:03,951 DEBUG Found tickets for planetlab1.rn.informatics.scitech.susx.ac.uk
-2006-09-29 11:23:03,952 DEBUG Popping from q - planetlab1.eee.hku.hk
-2006-09-29 11:23:03,955 DEBUG Found tickets for planetlab1.eee.hku.hk
-2006-09-29 11:23:03,955 DEBUG Popping from q - pads23.cs.nthu.edu.tw
-2006-09-29 11:23:03,968 DEBUG Popping from q - planet2.halifax.canet4.nodes.planet-lab.org
-2006-09-29 11:23:03,982 DEBUG Found tickets for planet2.halifax.canet4.nodes.planet-lab.org
-2006-09-29 11:23:03,982 DEBUG Popping from q - planetlab-2.tssg.org
-2006-09-29 11:23:03,994 DEBUG Found tickets for planetlab-2.tssg.org
-2006-09-29 11:23:03,994 DEBUG Popping from q - 200-102-209-151.paemt7001.t.brasiltelecom.net.br
-2006-09-29 11:23:03,997 DEBUG Found tickets for 200-102-209-151.paemt7001.t.brasiltelecom.net.br
-2006-09-29 11:23:03,998 DEBUG Popping from q - planetlab2.poly.edu
-2006-09-29 11:23:04,000 DEBUG Popping from q - planetlab1.poly.edu
-2006-09-29 11:23:04,003 DEBUG Popping from q - planetlab2.net-research.org.uk
-2006-09-29 11:23:04,005 DEBUG Found tickets for planetlab2.net-research.org.uk
-2006-09-29 11:23:04,005 DEBUG Popping from q - planetlab-2.imperial.ac.uk
-2006-09-29 11:23:04,014 DEBUG Found tickets for planetlab-2.imperial.ac.uk
-2006-09-29 11:23:04,014 DEBUG Popping from q - planetlab-1.imperial.ac.uk
-2006-09-29 11:23:04,019 DEBUG Found tickets for planetlab-1.imperial.ac.uk
-2006-09-29 11:23:04,019 DEBUG Popping from q - planetlab1.byu.edu
-2006-09-29 11:23:04,021 DEBUG Popping from q - planetlab2.eee.hku.hk
-2006-09-29 11:23:13,809 DEBUG Found tickets for planetlab2.informatik.uni-kl.de
-2006-09-29 11:23:16,921 DEBUG Found tickets for planetlab2.informatik.uni-kl.de
-2006-09-29 11:40:50,896 DEBUG Removing stale entries from DB.
-2006-09-29 11:40:50,897 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='drift%20%3E%201m'
-2006-09-29 11:40:51,046 DEBUG Retrieved 9 hosts
-2006-09-29 11:40:51,046 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='resptime%20%3E%200%20&&%20gbfree%20%3C%205'
-2006-09-29 11:40:51,193 DEBUG Retrieved 10 hosts
-2006-09-29 11:40:51,193 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='sshstatus%20%3E%202h'
-2006-09-29 11:40:51,552 DEBUG Retrieved 162 hosts
-2006-09-29 11:40:51,554 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='dns1udp%20%3E%2080%20&&%20dns2udp%20%3E%2080'
-2006-09-29 11:40:51,696 DEBUG Retrieved 7 hosts
-2006-09-29 11:40:51,697 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='filerw%3E0'
-2006-09-29 11:40:51,834 DEBUG Retrieved 1 hosts
-2006-09-29 11:40:51,836 INFO Refreshing DB.
-2006-09-29 11:40:51,837 DEBUG Popping from q - planetlab2.rutgers.edu
-2006-09-29 11:40:51,838 DEBUG Popping from q - vn3.cs.wustl.edu
-2006-09-29 11:40:51,839 DEBUG Popping from q - planetlab2.cri.haifa.ac.il
-2006-09-29 11:40:51,840 DEBUG Popping from q - soccf-planet-001.comp.nus.edu.sg
-2006-09-29 11:40:51,841 DEBUG Popping from q - planet2.njit.edu
-2006-09-29 11:40:51,843 DEBUG Found tickets for planetlab2.rutgers.edu
-2006-09-29 11:40:51,843 DEBUG Popping from q - planetlab1.cri.haifa.ac.il
-2006-09-29 11:40:51,844 DEBUG Found tickets for vn3.cs.wustl.edu
-2006-09-29 11:40:51,844 DEBUG Popping from q - planetlab7.csail.mit.edu
-2006-09-29 11:40:51,846 DEBUG Found tickets for soccf-planet-001.comp.nus.edu.sg
-2006-09-29 11:40:51,846 DEBUG Popping from q - buaa1.6planetlab.edu.cn
-2006-09-29 11:40:51,847 DEBUG Found tickets for planet2.njit.edu
-2006-09-29 11:40:51,847 DEBUG Popping from q - planetlab2.net-research.org.uk
-2006-09-29 11:40:51,849 DEBUG Found tickets for planetlab1.cri.haifa.ac.il
-2006-09-29 11:40:51,849 DEBUG Popping from q - planetlab1.pop-ce.rnp.br
-2006-09-29 11:40:51,850 DEBUG Found tickets for planetlab7.csail.mit.edu
-2006-09-29 11:40:51,851 DEBUG Popping from q - planetlab2.mnlab.cti.depaul.edu
-2006-09-29 11:40:51,852 DEBUG Found tickets for buaa1.6planetlab.edu.cn
-2006-09-29 11:40:51,852 DEBUG Popping from q - planetlab-8.cs.princeton.edu
-2006-09-29 11:40:51,854 DEBUG Found tickets for planetlab1.pop-ce.rnp.br
-2006-09-29 11:40:51,854 DEBUG Popping from q - planetlab2.ucsd.edu
-2006-09-29 11:40:51,855 DEBUG Found tickets for planetlab2.net-research.org.uk
-2006-09-29 11:40:51,856 DEBUG Popping from q - blast.uwaterloo.ca
-2006-09-29 11:40:51,857 DEBUG Found tickets for planetlab2.mnlab.cti.depaul.edu
-2006-09-29 11:40:51,858 DEBUG Popping from q - planetlab1.cs.wayne.edu
-2006-09-29 11:40:51,859 DEBUG Found tickets for planetlab-8.cs.princeton.edu
-2006-09-29 11:40:51,859 DEBUG Popping from q - pli1-br-3.hpl.hp.com
-2006-09-29 11:40:51,860 DEBUG Found tickets for planetlab2.cri.haifa.ac.il
-2006-09-29 11:40:51,860 DEBUG Popping from q - planetlab1.di.unito.it
-2006-09-29 11:40:51,862 DEBUG Found tickets for planetlab1.cs.wayne.edu
-2006-09-29 11:40:51,863 DEBUG Popping from q - planetlab-1.ece.iastate.edu
-2006-09-29 11:40:51,864 DEBUG Found tickets for blast.uwaterloo.ca
-2006-09-29 11:40:51,864 DEBUG Popping from q - sdu1.6planetlab.edu.cn
-2006-09-29 11:40:51,865 DEBUG Found tickets for planetlab2.ucsd.edu
-2006-09-29 11:40:51,865 DEBUG Popping from q - planetlab-13.cs.princeton.edu
-2006-09-29 11:40:51,866 DEBUG Found tickets for pli1-br-3.hpl.hp.com
-2006-09-29 11:40:51,867 DEBUG Popping from q - planet2.cs.ucsb.edu
-2006-09-29 11:40:51,869 DEBUG Found tickets for planetlab1.di.unito.it
-2006-09-29 11:40:51,869 DEBUG Popping from q - ent2.cs.nccu.edu.tw
-2006-09-29 11:40:51,870 DEBUG Found tickets for planetlab-1.ece.iastate.edu
-2006-09-29 11:40:51,871 DEBUG Popping from q - planetlab-4.ece.iastate.edu
-2006-09-29 11:40:51,872 DEBUG Found tickets for sdu1.6planetlab.edu.cn
-2006-09-29 11:40:51,872 DEBUG Popping from q - planetlab2.informatik.uni-goettingen.de
-2006-09-29 11:40:51,873 DEBUG Found tickets for planetlab-13.cs.princeton.edu
-2006-09-29 11:40:51,873 DEBUG Popping from q - planetlab1.mnl.cs.sunysb.edu
-2006-09-29 11:40:51,875 DEBUG Found tickets for planet2.cs.ucsb.edu
-2006-09-29 11:40:51,875 DEBUG Popping from q - planetlab-01.ipv6.lip6.fr
-2006-09-29 11:40:51,877 DEBUG Found tickets for ent2.cs.nccu.edu.tw
-2006-09-29 11:40:51,877 DEBUG Popping from q - planetlab04.ethz.ch
-2006-09-29 11:40:51,878 DEBUG Found tickets for planetlab-4.ece.iastate.edu
-2006-09-29 11:40:51,879 DEBUG Popping from q - sdu2.6planetlab.edu.cn
-2006-09-29 11:40:51,880 DEBUG Found tickets for planetlab2.informatik.uni-goettingen.de
-2006-09-29 11:40:51,880 DEBUG Popping from q - planet-lab.iki.rssi.ru
-2006-09-29 11:40:51,881 DEBUG Found tickets for planetlab1.mnl.cs.sunysb.edu
-2006-09-29 11:40:51,882 DEBUG Popping from q - planetlab1.polito.it
-2006-09-29 11:40:51,883 DEBUG Found tickets for planetlab04.ethz.ch
-2006-09-29 11:40:51,884 DEBUG Popping from q - planetlab1.uvic.ca
-2006-09-29 11:40:51,885 DEBUG Found tickets for planetlab-01.ipv6.lip6.fr
-2006-09-29 11:40:51,886 DEBUG Popping from q - planetlab2.uvic.ca
-2006-09-29 11:40:51,887 DEBUG Found tickets for planet-lab.iki.rssi.ru
-2006-09-29 11:40:51,887 DEBUG Popping from q - planet2.cs.rochester.edu
-2006-09-29 11:40:51,888 DEBUG Found tickets for planetlab1.polito.it
-2006-09-29 11:40:51,889 DEBUG Popping from q - lycra.cs.princeton.edu
-2006-09-29 11:40:51,890 DEBUG Found tickets for sdu2.6planetlab.edu.cn
-2006-09-29 11:40:51,890 DEBUG Popping from q - cloudburst.uwaterloo.ca
-2006-09-29 11:40:51,892 DEBUG Found tickets for planetlab1.uvic.ca
-2006-09-29 11:40:51,892 DEBUG Popping from q - planetlab1.ias.csusb.edu
-2006-09-29 11:40:51,893 DEBUG Found tickets for planet2.cs.rochester.edu
-2006-09-29 11:40:51,894 DEBUG Popping from q - planetlab1.cs.unibo.it
-2006-09-29 11:40:51,895 DEBUG Found tickets for planetlab2.uvic.ca
-2006-09-29 11:40:51,895 DEBUG Popping from q - cqu1.6planetlab.edu.cn
-2006-09-29 11:40:51,896 DEBUG Found tickets for lycra.cs.princeton.edu
-2006-09-29 11:40:51,897 DEBUG Popping from q - planetlab2.acis.ufl.edu
-2006-09-29 11:40:51,898 DEBUG Found tickets for cloudburst.uwaterloo.ca
-2006-09-29 11:40:51,898 DEBUG Popping from q - tju2.6planetlab.edu.cn
-2006-09-29 11:40:51,900 DEBUG Found tickets for planetlab1.ias.csusb.edu
-2006-09-29 11:40:51,900 DEBUG Popping from q - planetlab-1.imperial.ac.uk
-2006-09-29 11:40:51,902 DEBUG Found tickets for planetlab1.cs.unibo.it
-2006-09-29 11:40:51,902 DEBUG Popping from q - orbpl1.rutgers.edu
-2006-09-29 11:40:51,903 DEBUG Found tickets for cqu1.6planetlab.edu.cn
-2006-09-29 11:40:51,903 DEBUG Popping from q - ent1.cs.nccu.edu.tw
-2006-09-29 11:40:51,904 DEBUG Found tickets for planetlab2.acis.ufl.edu
-2006-09-29 11:40:51,905 DEBUG Popping from q - planet0.jaist.ac.jp
-2006-09-29 11:40:51,906 DEBUG Found tickets for tju2.6planetlab.edu.cn
-2006-09-29 11:40:51,906 DEBUG Popping from q - planetlab1.informatik.uni-wuerzburg.de
-2006-09-29 11:40:51,908 DEBUG Found tickets for planetlab-1.imperial.ac.uk
-2006-09-29 11:40:51,908 DEBUG Popping from q - planetlab0.ias.csusb.edu
-2006-09-29 11:40:51,909 DEBUG Found tickets for orbpl1.rutgers.edu
-2006-09-29 11:40:51,910 DEBUG Popping from q - 200-102-209-152.paemt7001.t.brasiltelecom.net.br
-2006-09-29 11:40:51,911 DEBUG Found tickets for ent1.cs.nccu.edu.tw
-2006-09-29 11:40:51,911 DEBUG Popping from q - planet-lab-2.csse.monash.edu.au
-2006-09-29 11:40:51,912 DEBUG Found tickets for planet0.jaist.ac.jp
-2006-09-29 11:40:51,913 DEBUG Popping from q - planet1.ecse.rpi.edu
-2006-09-29 11:40:51,914 DEBUG Found tickets for planetlab1.informatik.uni-wuerzburg.de
-2006-09-29 11:40:51,914 DEBUG Popping from q - planetlab2.pop-mg.rnp.br
-2006-09-29 11:40:51,915 DEBUG Found tickets for planetlab0.ias.csusb.edu
-2006-09-29 11:40:51,916 DEBUG Popping from q - planetlab2.rdfrancetelecom.com
-2006-09-29 11:40:51,918 DEBUG Found tickets for 200-102-209-152.paemt7001.t.brasiltelecom.net.br
-2006-09-29 11:40:51,918 DEBUG Popping from q - planetlab1.eurecom.fr
-2006-09-29 11:40:51,919 DEBUG Found tickets for planet-lab-2.csse.monash.edu.au
-2006-09-29 11:40:51,919 DEBUG Popping from q - tju1.6planetlab.edu.cn
-2006-09-29 11:40:51,921 DEBUG Found tickets for planet1.ecse.rpi.edu
-2006-09-29 11:40:51,921 DEBUG Popping from q - planetlab1.georgetown.edu
-2006-09-29 11:40:51,922 DEBUG Found tickets for planetlab2.pop-mg.rnp.br
-2006-09-29 11:40:51,922 DEBUG Popping from q - alice.cs.princeton.edu
-2006-09-29 11:40:51,924 DEBUG Found tickets for planetlab2.rdfrancetelecom.com
-2006-09-29 11:40:51,924 DEBUG Popping from q - planetlab-1.vuse.vanderbilt.edu
-2006-09-29 11:40:51,926 DEBUG Found tickets for planetlab1.eurecom.fr
-2006-09-29 11:40:51,926 DEBUG Popping from q - planetlab3.uvic.ca
-2006-09-29 11:40:51,927 DEBUG Found tickets for tju1.6planetlab.edu.cn
-2006-09-29 11:40:51,928 DEBUG Popping from q - scut2.6planetlab.edu.cn
-2006-09-29 11:40:51,929 DEBUG Found tickets for planetlab1.georgetown.edu
-2006-09-29 11:40:51,929 DEBUG Popping from q - planetlab1.swidnik.rd.tp.pl
-2006-09-29 11:40:51,931 DEBUG Found tickets for alice.cs.princeton.edu
-2006-09-29 11:40:51,931 DEBUG Popping from q - planet2.cdacb.ernet.in
-2006-09-29 11:40:51,932 DEBUG Found tickets for planetlab3.uvic.ca
-2006-09-29 11:40:51,933 DEBUG Popping from q - planetlab1.rdfrancetelecom.com
-2006-09-29 11:40:51,934 DEBUG Found tickets for scut2.6planetlab.edu.cn
-2006-09-29 11:40:51,934 DEBUG Popping from q - planetlab-1.tssg.org
-2006-09-29 11:40:51,935 DEBUG Found tickets for planetlab-1.vuse.vanderbilt.edu
-2006-09-29 11:40:51,935 DEBUG Popping from q - planetlab-2.vuse.vanderbilt.edu
-2006-09-29 11:40:51,937 DEBUG Found tickets for planetlab1.swidnik.rd.tp.pl
-2006-09-29 11:40:51,937 DEBUG Popping from q - planetlab1.pop-rj.rnp.br
-2006-09-29 11:40:51,938 DEBUG Found tickets for planet2.cdacb.ernet.in
-2006-09-29 11:40:51,939 DEBUG Popping from q - ds-pl3.technion.ac.il
-2006-09-29 11:40:51,939 DEBUG Found tickets for planetlab1.rdfrancetelecom.com
-2006-09-29 11:40:51,940 DEBUG Popping from q - planetlab1.unl.edu
-2006-09-29 11:40:51,941 DEBUG Found tickets for planetlab-2.vuse.vanderbilt.edu
-2006-09-29 11:40:51,942 DEBUG Popping from q - planetlab1.cse.msu.edu
-2006-09-29 11:40:51,943 DEBUG Found tickets for planetlab-1.tssg.org
-2006-09-29 11:40:51,943 DEBUG Popping from q - planetlab1.cs.colorado.edu
-2006-09-29 11:40:51,945 DEBUG Found tickets for planetlab1.pop-rj.rnp.br
-2006-09-29 11:40:51,945 DEBUG Popping from q - planetlab02.cs.washington.edu
-2006-09-29 11:40:51,947 DEBUG Found tickets for ds-pl3.technion.ac.il
-2006-09-29 11:40:51,948 DEBUG Popping from q - orbpl2.rutgers.edu
-2006-09-29 11:40:51,949 DEBUG Found tickets for planetlab1.cse.msu.edu
-2006-09-29 11:40:51,949 DEBUG Popping from q - planetlab2.informatik.uni-erlangen.de
-2006-09-29 11:40:51,950 DEBUG Found tickets for planetlab1.cs.colorado.edu
-2006-09-29 11:40:51,950 DEBUG Popping from q - planetlab1.cs.purdue.edu
-2006-09-29 11:40:51,947 DEBUG Found tickets for planetlab1.unl.edu
-2006-09-29 11:40:51,951 DEBUG Popping from q - planetlab2.iitb.ac.in
-2006-09-29 11:40:51,953 DEBUG Found tickets for planetlab02.cs.washington.edu
-2006-09-29 11:40:51,954 DEBUG Found tickets for planetlab2.informatik.uni-erlangen.de
-2006-09-29 11:40:51,954 DEBUG Popping from q - server1.planetlab.iit-tech.net
-2006-09-29 11:40:51,955 DEBUG Popping from q - planetlab1.iitb.ac.in
-2006-09-29 11:40:51,957 DEBUG Found tickets for orbpl2.rutgers.edu
-2006-09-29 11:40:51,957 DEBUG Popping from q - pku1.6planetlab.edu.cn
-2006-09-29 11:40:51,958 DEBUG Found tickets for planetlab1.cs.purdue.edu
-2006-09-29 11:40:51,959 DEBUG Popping from q - csu2.6planetlab.edu.cn
-2006-09-29 11:40:51,960 DEBUG Found tickets for planetlab2.iitb.ac.in
-2006-09-29 11:40:51,960 DEBUG Popping from q - planetlab2.cse.msu.edu
-2006-09-29 11:40:51,961 DEBUG Found tickets for planetlab1.iitb.ac.in
-2006-09-29 11:40:51,961 DEBUG Popping from q - planetlab2.georgetown.edu
-2006-09-29 11:40:51,963 DEBUG Found tickets for server1.planetlab.iit-tech.net
-2006-09-29 11:40:51,963 DEBUG Popping from q - server2.planetlab.iit-tech.net
-2006-09-29 11:40:51,965 DEBUG Found tickets for planetlab2.georgetown.edu
-2006-09-29 11:40:51,965 DEBUG Popping from q - planetlab2.informatik.uni-kl.de
-2006-09-29 11:40:51,966 DEBUG Found tickets for pku1.6planetlab.edu.cn
-2006-09-29 11:40:51,967 DEBUG Found tickets for planetlab2.informatik.uni-kl.de
-2006-09-29 11:40:51,968 DEBUG Popping from q - planetlab-2.imperial.ac.uk
-2006-09-29 11:40:51,967 DEBUG Popping from q - planet1.cs.rochester.edu
-2006-09-29 11:40:51,969 DEBUG Found tickets for planetlab2.cse.msu.edu
-2006-09-29 11:40:51,970 DEBUG Popping from q - planetlab1.rutgers.edu
-2006-09-29 11:40:51,971 DEBUG Found tickets for csu2.6planetlab.edu.cn
-2006-09-29 11:40:51,971 DEBUG Popping from q - planetlab-1.sjce.nodes.planet-lab.org
-2006-09-29 11:40:51,973 DEBUG Found tickets for planetlab-2.imperial.ac.uk
-2006-09-29 11:40:51,974 DEBUG Popping from q - planetlab1.ie.cuhk.edu.hk
-2006-09-29 11:40:51,973 DEBUG Found tickets for server2.planetlab.iit-tech.net
-2006-09-29 11:40:51,974 DEBUG Popping from q - planetlab1.rn.informatics.scitech.susx.ac.uk
-2006-09-29 11:40:51,976 DEBUG Found tickets for planetlab1.ie.cuhk.edu.hk
-2006-09-29 11:40:51,976 DEBUG Popping from q - planetlab1.eee.hku.hk
-2006-09-29 11:40:51,978 DEBUG Found tickets for planet1.cs.rochester.edu
-2006-09-29 11:40:51,978 DEBUG Popping from q - planet2.halifax.canet4.nodes.planet-lab.org
-2006-09-29 11:40:51,979 DEBUG Found tickets for planetlab1.rutgers.edu
-2006-09-29 11:40:51,980 DEBUG Popping from q - planetlab-2.tssg.org
-2006-09-29 11:40:51,981 DEBUG Found tickets for planetlab-1.sjce.nodes.planet-lab.org
-2006-09-29 11:40:51,981 DEBUG Popping from q - 200-102-209-151.paemt7001.t.brasiltelecom.net.br
-2006-09-29 11:40:51,982 DEBUG Found tickets for planetlab1.rn.informatics.scitech.susx.ac.uk
-2006-09-29 11:40:51,983 DEBUG Found tickets for planetlab1.eee.hku.hk
-2006-09-29 11:40:51,984 DEBUG Found tickets for planetlab-2.tssg.org
-2006-09-29 11:40:51,985 DEBUG Found tickets for 200-102-209-151.paemt7001.t.brasiltelecom.net.br
-2006-09-29 11:40:51,985 DEBUG Found tickets for planet2.halifax.canet4.nodes.planet-lab.org
-2006-09-29 16:04:49,281 INFO Monitor Started
-2006-09-29 16:04:49,281 INFO Starting thread Watcher
-2006-09-29 16:04:49,282 INFO Starting thread rt1
-2006-09-29 16:04:49,282 INFO Starting thread rt2
-2006-09-29 16:04:49,282 INFO Starting thread rt3
-2006-09-29 16:04:49,283 INFO Starting thread rt4
-2006-09-29 16:04:49,283 INFO Starting thread rt5
-2006-09-29 16:04:49,283 INFO Starting thread cleanrt5
-2006-09-29 16:04:49,283 INFO Starting thread rt5
-2006-09-29 16:04:49,284 DEBUG Removing stale entries from DB.
-2006-09-29 16:04:49,284 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='drift%20%3E%201m'
-2006-09-29 16:04:49,287 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv
-2006-09-29 16:04:49,422 DEBUG Retrieved 8 hosts
-2006-09-29 16:04:49,423 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='resptime%20%3E%200%20&&%20gbfree%20%3C%205'
-2006-09-29 16:04:49,571 DEBUG Retrieved 10 hosts
-2006-09-29 16:04:49,571 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='sshstatus%20%3E%202h'
-2006-09-29 16:04:50,128 DEBUG Retrieved 161 hosts
-2006-09-29 16:04:50,130 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='dns1udp%20%3E%2080%20&&%20dns2udp%20%3E%2080'
-2006-09-29 16:04:50,260 DEBUG Retrieved 6 hosts
-2006-09-29 16:04:50,260 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='filerw%3E0'
-2006-09-29 16:04:50,385 DEBUG Retrieved 1 hosts
-2006-09-29 16:04:50,387 INFO Refreshing DB.
-2006-09-29 16:04:50,631 DEBUG Retrieved 705 hosts
-2006-09-29 16:04:50,631 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='drift%20%3E%201m'
-2006-09-29 16:04:50,762 DEBUG Retrieved 8 hosts
-2006-09-29 16:04:50,763 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='resptime%20%3E%200%20&&%20gbfree%20%3C%205'
-2006-09-29 16:04:50,895 DEBUG Retrieved 10 hosts
-2006-09-29 16:04:50,896 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='sshstatus%20%3E%202h'
-2006-09-29 16:04:51,236 DEBUG Retrieved 161 hosts
-2006-09-29 16:04:51,238 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='dns1udp%20%3E%2080%20&&%20dns2udp%20%3E%2080'
-2006-09-29 16:04:51,366 DEBUG Retrieved 6 hosts
-2006-09-29 16:04:51,366 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='filerw%3E0'
-2006-09-29 16:04:51,490 DEBUG Retrieved 1 hosts
-2006-09-29 16:04:51,492 DEBUG Popping from q - planetlab2.elet.polimi.it
-2006-09-29 16:04:51,497 DEBUG Popping from q - pli1-br-3.hpl.hp.com
-2006-09-29 16:04:51,498 DEBUG Popping from q - planetlab2.nbgisp.com
-2006-09-29 16:04:51,499 DEBUG Popping from q - planetlab1.cs.stir.ac.uk
-2006-09-29 16:04:51,500 DEBUG Popping from q - planetlab1.cse.msu.edu
-2006-09-29 16:05:16,395 DEBUG Found tickets for planetlab1.cse.msu.edu
-2006-09-29 16:05:16,396 DEBUG Popping from q - planetlab2.cse.msu.edu
-2006-09-29 16:05:17,042 DEBUG Found tickets for pli1-br-3.hpl.hp.com
-2006-09-29 16:05:17,043 DEBUG Popping from q - planetlab0.cs.stir.ac.uk
-2006-09-29 16:05:17,208 DEBUG Popping from q - planetlab1.informatik.uni-erlangen.de
-2006-09-29 16:05:34,346 DEBUG Found tickets for planetlab2.cse.msu.edu
-2006-09-29 16:05:34,346 DEBUG Popping from q - planetlab1.cs.purdue.edu
-2006-09-29 16:05:36,536 DEBUG Popping from q - planetlab1.een.orst.edu
-2006-09-29 16:05:42,788 DEBUG Popping from q - planetlab2.cs.columbia.edu
-2006-09-29 16:05:51,590 DEBUG Popping from q - planetlab1.win.trlabs.ca
-2006-09-29 16:05:57,761 DEBUG Popping from q - planetlab1.cs.duke.edu
-2006-09-29 16:06:03,048 DEBUG Found tickets for planetlab1.cs.purdue.edu
-2006-09-29 16:06:03,048 DEBUG Popping from q - planetlab2.flux.utah.edu
-2006-09-29 16:06:16,284 DEBUG Popping from q - planetlab3.cs.columbia.edu
-2006-09-29 16:06:20,191 DEBUG Popping from q - planetlab1.cs.columbia.edu
-2006-09-29 16:06:22,485 DEBUG Popping from q - planetlab3.flux.utah.edu
-2006-09-29 16:06:37,285 DEBUG Popping from q - planetlab-1.eecs.cwru.edu
-2006-09-29 16:06:41,846 DEBUG Popping from q - planetlab2.rutgers.edu
-2006-09-29 16:06:44,220 DEBUG Popping from q - vn3.cs.wustl.edu
-2006-09-29 16:06:54,507 DEBUG Popping from q - planetlab2.cri.haifa.ac.il
-2006-09-29 16:06:55,455 DEBUG Popping from q - soccf-planet-001.comp.nus.edu.sg
-2006-09-29 16:07:05,210 DEBUG Found tickets for planetlab2.rutgers.edu
-2006-09-29 16:07:05,210 DEBUG Popping from q - planetlab01.cse.psu.edu
-2006-09-29 16:07:08,219 DEBUG Found tickets for vn3.cs.wustl.edu
-2006-09-29 16:07:08,219 DEBUG Popping from q - csu2.6planetlab.edu.cn
-2006-09-29 16:07:15,191 DEBUG Found tickets for planetlab2.cri.haifa.ac.il
-2006-09-29 16:07:15,191 DEBUG Popping from q - planet2.njit.edu
-2006-09-29 16:12:06,003 INFO Monitor Started
-2006-09-29 16:12:06,004 INFO Starting thread Watcher
-2006-09-29 16:12:06,004 INFO Starting thread rt1
-2006-09-29 16:12:06,005 INFO Starting thread rt2
-2006-09-29 16:12:06,005 INFO Starting thread rt3
-2006-09-29 16:12:06,005 INFO Starting thread rt4
-2006-09-29 16:12:06,005 INFO Starting thread rt5
-2006-09-29 16:12:06,006 INFO Starting thread cleanrt5
-2006-09-29 16:12:06,006 INFO Starting thread rt5
-2006-09-29 16:12:06,006 DEBUG Removing stale entries from DB.
-2006-09-29 16:12:06,007 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='drift%20%3E%201m'
-2006-09-29 16:12:06,010 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv
-2006-09-29 16:12:06,162 DEBUG Retrieved 9 hosts
-2006-09-29 16:12:06,162 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='resptime%20%3E%200%20&&%20gbfree%20%3C%205'
-2006-09-29 16:12:06,320 DEBUG Retrieved 10 hosts
-2006-09-29 16:12:06,321 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='sshstatus%20%3E%202h'
-2006-09-29 16:12:06,678 DEBUG Retrieved 161 hosts
-2006-09-29 16:12:06,680 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='dns1udp%20%3E%2080%20&&%20dns2udp%20%3E%2080'
-2006-09-29 16:12:06,850 DEBUG Retrieved 6 hosts
-2006-09-29 16:12:06,851 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='filerw%3E0'
-2006-09-29 16:12:06,984 DEBUG Retrieved 1 hosts
-2006-09-29 16:12:06,985 INFO Refreshing DB.
-2006-09-29 16:12:07,366 DEBUG Retrieved 705 hosts
-2006-09-29 16:12:07,367 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='drift%20%3E%201m'
-2006-09-29 16:12:07,516 DEBUG Retrieved 9 hosts
-2006-09-29 16:12:07,516 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='resptime%20%3E%200%20&&%20gbfree%20%3C%205'
-2006-09-29 16:12:07,660 DEBUG Retrieved 10 hosts
-2006-09-29 16:12:07,660 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='sshstatus%20%3E%202h'
-2006-09-29 16:12:08,006 DEBUG Retrieved 161 hosts
-2006-09-29 16:12:08,008 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='dns1udp%20%3E%2080%20&&%20dns2udp%20%3E%2080'
-2006-09-29 16:12:08,161 DEBUG Retrieved 6 hosts
-2006-09-29 16:12:08,161 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='filerw%3E0'
-2006-09-29 16:12:08,299 DEBUG Retrieved 1 hosts
-2006-09-29 16:12:08,301 DEBUG Popping from q - planetlab2.elet.polimi.it
-2006-09-29 16:12:08,306 DEBUG Popping from q - pli1-br-3.hpl.hp.com
-2006-09-29 16:12:08,307 DEBUG Popping from q - planetlab2.nbgisp.com
-2006-09-29 16:12:08,308 DEBUG Popping from q - planetlab2.cs.duke.edu
-2006-09-29 16:12:08,309 DEBUG Popping from q - planetlab1.cs.stir.ac.uk
-2006-09-29 16:12:08,311 DEBUG Found tickets for pli1-br-3.hpl.hp.com
-2006-09-29 16:12:08,311 DEBUG Popping from q - planetlab1.cse.msu.edu
-2006-09-29 16:12:08,313 DEBUG Popping from q - planetlab2.cse.msu.edu
-2006-09-29 16:12:08,314 DEBUG Popping from q - planetlab0.cs.stir.ac.uk
-2006-09-29 16:12:08,316 DEBUG Popping from q - planetlab1.informatik.uni-erlangen.de
-2006-09-29 16:12:08,318 DEBUG Found tickets for planetlab1.cse.msu.edu
-2006-09-29 16:12:08,319 DEBUG Popping from q - planetlab1.cs.purdue.edu
-2006-09-29 16:12:08,320 DEBUG Popping from q - planetlab1.een.orst.edu
-2006-09-29 16:12:08,323 DEBUG Popping from q - planetlab2.cs.columbia.edu
-2006-09-29 16:12:08,324 DEBUG Found tickets for planetlab2.cse.msu.edu
-2006-09-29 16:12:08,324 DEBUG Popping from q - planetlab1.win.trlabs.ca
-2006-09-29 16:12:08,329 DEBUG Found tickets for planetlab1.cs.purdue.edu
-2006-09-29 16:12:08,329 DEBUG Popping from q - planetlab1.cs.duke.edu
-2006-09-29 16:12:08,330 DEBUG Popping from q - planetlab2.flux.utah.edu
-2006-09-29 16:12:08,331 DEBUG Popping from q - planetlab3.cs.columbia.edu
-2006-09-29 16:12:08,333 DEBUG Popping from q - planetlab1.cs.columbia.edu
-2006-09-29 16:12:08,338 DEBUG Popping from q - planetlab3.flux.utah.edu
-2006-09-29 16:12:08,339 DEBUG Popping from q - planetlab-1.eecs.cwru.edu
-2006-09-29 16:12:08,340 DEBUG Popping from q - planetlab2.rutgers.edu
-2006-09-29 16:12:08,344 DEBUG Popping from q - vn3.cs.wustl.edu
-2006-09-29 16:12:08,345 DEBUG Popping from q - planetlab2.cri.haifa.ac.il
-2006-09-29 16:12:08,347 DEBUG Found tickets for planetlab2.rutgers.edu
-2006-09-29 16:12:08,347 DEBUG Popping from q - soccf-planet-001.comp.nus.edu.sg
-2006-09-29 16:12:08,348 DEBUG Popping from q - planetlab01.cse.psu.edu
-2006-09-29 16:12:08,352 DEBUG Found tickets for planetlab2.cri.haifa.ac.il
-2006-09-29 16:12:08,352 DEBUG Popping from q - csu2.6planetlab.edu.cn
-2006-09-29 16:12:08,353 DEBUG Found tickets for vn3.cs.wustl.edu
-2006-09-29 16:12:08,353 DEBUG Popping from q - planet2.njit.edu
-2006-09-29 16:12:08,355 DEBUG Found tickets for soccf-planet-001.comp.nus.edu.sg
-2006-09-29 16:12:08,355 DEBUG Popping from q - planetlab2.unl.edu
-2006-09-29 16:12:08,359 DEBUG Popping from q - planetlab1.cs.pitt.edu
-2006-09-29 16:12:08,360 DEBUG Found tickets for csu2.6planetlab.edu.cn
-2006-09-29 16:12:08,360 DEBUG Popping from q - planetlab-2.eecs.cwru.edu
-2006-09-29 16:12:08,361 DEBUG Found tickets for planet2.njit.edu
-2006-09-29 16:12:08,362 DEBUG Popping from q - planetlab2.urv.net
-2006-09-29 16:12:15,890 INFO Monitor Killed
-2006-09-29 16:12:33,577 INFO Monitor Started
-2006-09-29 16:12:33,578 INFO Starting thread Watcher
-2006-09-29 16:12:33,578 INFO Starting thread rt1
-2006-09-29 16:12:33,579 INFO Starting thread rt2
-2006-09-29 16:12:33,579 INFO Starting thread rt3
-2006-09-29 16:12:33,579 INFO Starting thread rt4
-2006-09-29 16:12:33,579 INFO Starting thread rt5
-2006-09-29 16:12:33,580 INFO Starting thread cleanrt5
-2006-09-29 16:12:33,580 INFO Starting thread rt5
-2006-09-29 16:12:33,580 DEBUG Removing stale entries from DB.
-2006-09-29 16:12:33,581 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='drift%20%3E%201m'
-2006-09-29 16:12:33,584 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv
-2006-09-29 16:12:34,649 DEBUG Retrieved 705 hosts
-2006-09-29 16:12:34,650 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='drift%20%3E%201m'
-2006-09-29 16:12:36,480 DEBUG Retrieved 9 hosts
-2006-09-29 16:12:36,480 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='resptime%20%3E%200%20&&%20gbfree%20%3C%205'
-2006-09-29 16:12:36,484 DEBUG Retrieved 9 hosts
-2006-09-29 16:12:36,485 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='resptime%20%3E%200%20&&%20gbfree%20%3C%205'
-2006-09-29 16:12:36,638 DEBUG Retrieved 10 hosts
-2006-09-29 16:12:36,639 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='sshstatus%20%3E%202h'
-2006-09-29 16:12:36,652 DEBUG Retrieved 10 hosts
-2006-09-29 16:12:36,652 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='sshstatus%20%3E%202h'
-2006-09-29 16:12:37,188 DEBUG Retrieved 161 hosts
-2006-09-29 16:12:37,189 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='dns1udp%20%3E%2080%20&&%20dns2udp%20%3E%2080'
-2006-09-29 16:12:37,240 DEBUG Retrieved 161 hosts
-2006-09-29 16:12:37,242 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='dns1udp%20%3E%2080%20&&%20dns2udp%20%3E%2080'
-2006-09-29 16:12:37,385 DEBUG Retrieved 6 hosts
-2006-09-29 16:12:37,386 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='filerw%3E0'
-2006-09-29 16:12:37,391 DEBUG Retrieved 6 hosts
-2006-09-29 16:12:37,392 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='filerw%3E0'
-2006-09-29 16:12:37,520 DEBUG Retrieved 1 hosts
-2006-09-29 16:12:37,523 DEBUG Popping from q - planetlab2.elet.polimi.it
-2006-09-29 16:12:37,528 DEBUG Popping from q - pli1-br-3.hpl.hp.com
-2006-09-29 16:12:37,533 DEBUG Retrieved 1 hosts
-2006-09-29 16:12:37,534 INFO Refreshing DB.
-2006-09-29 16:12:37,535 DEBUG Popping from q - planetlab2.nbgisp.com
-2006-09-29 16:12:37,535 DEBUG Popping from q - planetlab2.cs.duke.edu
-2006-09-29 16:12:37,536 DEBUG Popping from q - planetlab1.cs.stir.ac.uk
-2006-09-29 16:12:37,544 DEBUG Found tickets for pli1-br-3.hpl.hp.com
-2006-09-29 16:12:37,544 DEBUG Popping from q - planetlab1.cse.msu.edu
-2006-09-29 16:12:37,545 DEBUG Popping from q - planetlab2.cse.msu.edu
-2006-09-29 16:12:37,546 DEBUG Popping from q - planetlab0.cs.stir.ac.uk
-2006-09-29 16:12:37,567 DEBUG Found tickets for planetlab1.cse.msu.edu
-2006-09-29 16:12:37,567 DEBUG Popping from q - planetlab1.informatik.uni-erlangen.de
-2006-09-29 16:12:37,578 DEBUG Popping from q - planetlab1.cs.purdue.edu
-2006-09-29 16:12:37,579 DEBUG Popping from q - planetlab1.een.orst.edu
-2006-09-29 16:12:37,595 DEBUG Found tickets for planetlab1.cs.purdue.edu
-2006-09-29 16:12:37,595 DEBUG Popping from q - planetlab2.cs.columbia.edu
-2006-09-29 16:12:37,604 DEBUG Found tickets for planetlab2.cse.msu.edu
-2006-09-29 16:12:37,605 DEBUG Popping from q - planetlab1.win.trlabs.ca
-2006-09-29 16:12:37,606 DEBUG Popping from q - planetlab1.cs.duke.edu
-2006-09-29 16:12:37,608 DEBUG Popping from q - planetlab2.flux.utah.edu
-2006-09-29 16:12:37,609 DEBUG Popping from q - planetlab3.cs.columbia.edu
-2006-09-29 16:12:37,617 DEBUG Popping from q - planetlab1.cs.columbia.edu
-2006-09-29 16:12:37,618 DEBUG Popping from q - planetlab3.flux.utah.edu
-2006-09-29 16:12:37,619 DEBUG Popping from q - planetlab-1.eecs.cwru.edu
-2006-09-29 16:12:37,620 DEBUG Popping from q - planetlab2.rutgers.edu
-2006-09-29 16:12:37,639 DEBUG Popping from q - vn3.cs.wustl.edu
-2006-09-29 16:12:37,640 DEBUG Popping from q - planetlab2.cri.haifa.ac.il
-2006-09-29 16:12:37,662 DEBUG Popping from q - soccf-planet-001.comp.nus.edu.sg
-2006-09-29 16:12:37,663 DEBUG Found tickets for planetlab2.cri.haifa.ac.il
-2006-09-29 16:12:37,663 DEBUG Popping from q - planetlab01.cse.psu.edu
-2006-09-29 16:12:37,666 DEBUG Found tickets for vn3.cs.wustl.edu
-2006-09-29 16:12:37,666 DEBUG Popping from q - csu2.6planetlab.edu.cn
-2006-09-29 16:12:37,670 DEBUG Popping from q - planet2.njit.edu
-2006-09-29 16:12:37,671 DEBUG Found tickets for planetlab2.rutgers.edu
-2006-09-29 16:12:37,671 DEBUG Popping from q - planetlab2.unl.edu
-2006-09-29 16:12:37,674 DEBUG Found tickets for csu2.6planetlab.edu.cn
-2006-09-29 16:12:37,675 DEBUG Popping from q - planetlab1.cs.pitt.edu
-2006-09-29 16:12:37,676 DEBUG Popping from q - planetlab-2.eecs.cwru.edu
-2006-09-29 16:12:37,679 DEBUG Found tickets for soccf-planet-001.comp.nus.edu.sg
-2006-09-29 16:12:37,680 DEBUG Popping from q - planetlab2.urv.net
-2006-09-29 16:12:37,682 DEBUG Found tickets for planet2.njit.edu
-2006-09-29 16:12:37,683 DEBUG Popping from q - planetlab7.csail.mit.edu
-2006-09-29 16:12:37,708 DEBUG Popping from q - buaa1.6planetlab.edu.cn
-2006-09-29 16:12:37,717 DEBUG Popping from q - ricepl-3.cs.rice.edu
-2006-09-29 16:12:37,731 DEBUG Popping from q - planet-lab-1.csse.monash.edu.au
-2006-09-29 16:12:58,177 DEBUG Popping from q - planetlab5.millennium.berkeley.edu
-2006-09-29 16:12:58,260 DEBUG Popping from q - planetlab1.pop-ce.rnp.br
-2006-09-29 16:13:03,207 DEBUG Found tickets for buaa1.6planetlab.edu.cn
-2006-09-29 16:13:03,207 DEBUG Popping from q - planetlab2.mnlab.cti.depaul.edu
-2006-09-29 16:13:21,128 DEBUG Found tickets for planetlab1.pop-ce.rnp.br
-2006-09-29 16:13:21,129 DEBUG Popping from q - peace.ri.uni-tuebingen.de
-2006-09-29 16:13:27,690 DEBUG Found tickets for planetlab2.mnlab.cti.depaul.edu
-2006-09-29 16:13:27,691 DEBUG Popping from q - planetlab-8.cs.princeton.edu
-2006-09-29 16:13:29,518 DEBUG Popping from q - planetlab2.ucsd.edu
-2006-09-29 16:13:33,265 DEBUG Found tickets for planetlab7.csail.mit.edu
-2006-09-29 16:13:33,265 DEBUG Popping from q - blast.uwaterloo.ca
-2006-09-29 16:14:31,793 INFO Monitor Started
-2006-09-29 16:14:31,793 INFO Starting thread Watcher
-2006-09-29 16:14:31,794 INFO Starting thread rt1
-2006-09-29 16:14:31,794 INFO Starting thread rt2
-2006-09-29 16:14:31,794 INFO Starting thread rt3
-2006-09-29 16:14:31,794 INFO Starting thread rt4
-2006-09-29 16:14:31,795 INFO Starting thread rt5
-2006-09-29 16:14:31,795 INFO Starting thread cleanrt5
-2006-09-29 16:14:31,795 INFO Starting thread rt5
-2006-09-29 16:14:31,796 DEBUG Removing stale entries from DB.
-2006-09-29 16:14:31,796 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='drift%20%3E%201m'
-2006-09-29 16:14:31,799 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv
-2006-09-29 16:14:31,937 DEBUG Retrieved 9 hosts
-2006-09-29 16:14:31,937 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='resptime%20%3E%200%20&&%20gbfree%20%3C%205'
-2006-09-29 16:14:32,095 DEBUG Retrieved 10 hosts
-2006-09-29 16:14:32,095 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='sshstatus%20%3E%202h'
-2006-09-29 16:14:32,454 DEBUG Retrieved 161 hosts
-2006-09-29 16:14:32,456 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='dns1udp%20%3E%2080%20&&%20dns2udp%20%3E%2080'
-2006-09-29 16:14:32,603 DEBUG Retrieved 6 hosts
-2006-09-29 16:14:32,603 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='filerw%3E0'
-2006-09-29 16:14:32,732 DEBUG Retrieved 1 hosts
-2006-09-29 16:14:32,733 INFO Refreshing DB.
-2006-09-29 16:14:33,145 DEBUG Retrieved 705 hosts
-2006-09-29 16:14:33,146 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='drift%20%3E%201m'
-2006-09-29 16:14:33,279 DEBUG Retrieved 9 hosts
-2006-09-29 16:14:33,280 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='resptime%20%3E%200%20&&%20gbfree%20%3C%205'
-2006-09-29 16:14:33,413 DEBUG Retrieved 10 hosts
-2006-09-29 16:14:33,413 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='sshstatus%20%3E%202h'
-2006-09-29 16:14:33,754 DEBUG Retrieved 161 hosts
-2006-09-29 16:14:33,756 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='dns1udp%20%3E%2080%20&&%20dns2udp%20%3E%2080'
-2006-09-29 16:14:33,885 DEBUG Retrieved 6 hosts
-2006-09-29 16:14:33,885 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='filerw%3E0'
-2006-09-29 16:14:34,007 DEBUG Retrieved 1 hosts
-2006-09-29 16:14:34,010 DEBUG Popping from q - planetlab2.elet.polimi.it
-2006-09-29 16:14:34,014 DEBUG Popping from q - pli1-br-3.hpl.hp.com
-2006-09-29 16:14:34,015 DEBUG Popping from q - planetlab2.nbgisp.com
-2006-09-29 16:14:34,016 DEBUG Popping from q - planetlab2.cs.duke.edu
-2006-09-29 16:14:34,017 DEBUG Popping from q - planetlab1.cs.stir.ac.uk
-2006-09-29 16:14:34,019 DEBUG Found tickets for pli1-br-3.hpl.hp.com
-2006-09-29 16:14:34,020 DEBUG Popping from q - planetlab1.cse.msu.edu
-2006-09-29 16:14:34,021 DEBUG Popping from q - planetlab2.cse.msu.edu
-2006-09-29 16:14:34,022 DEBUG Popping from q - planetlab0.cs.stir.ac.uk
-2006-09-29 16:14:34,024 DEBUG Found tickets for planetlab1.cse.msu.edu
-2006-09-29 16:14:34,024 DEBUG Popping from q - planetlab1.informatik.uni-erlangen.de
-2006-09-29 16:14:34,025 DEBUG Popping from q - planetlab1.cs.purdue.edu
-2006-09-29 16:14:34,027 DEBUG Popping from q - planetlab1.een.orst.edu
-2006-09-29 16:14:34,028 DEBUG Popping from q - planetlab2.cs.columbia.edu
-2006-09-29 16:14:34,029 DEBUG Found tickets for planetlab2.cse.msu.edu
-2006-09-29 16:14:34,030 DEBUG Popping from q - planetlab1.win.trlabs.ca
-2006-09-29 16:14:34,031 DEBUG Popping from q - planetlab1.cs.duke.edu
-2006-09-29 16:14:34,032 DEBUG Found tickets for planetlab1.cs.purdue.edu
-2006-09-29 16:14:34,033 DEBUG Popping from q - planetlab2.flux.utah.edu
-2006-09-29 16:14:34,034 DEBUG Popping from q - planetlab3.cs.columbia.edu
-2006-09-29 16:14:34,035 DEBUG Popping from q - planetlab1.cs.columbia.edu
-2006-09-29 16:14:34,036 DEBUG Popping from q - planetlab3.flux.utah.edu
-2006-09-29 16:14:34,038 DEBUG Popping from q - planetlab-1.eecs.cwru.edu
-2006-09-29 16:14:34,040 DEBUG Popping from q - planetlab2.rutgers.edu
-2006-09-29 16:14:34,041 DEBUG Popping from q - vn3.cs.wustl.edu
-2006-09-29 16:14:34,042 DEBUG Popping from q - planetlab2.cri.haifa.ac.il
-2006-09-29 16:14:34,044 DEBUG Popping from q - soccf-planet-001.comp.nus.edu.sg
-2006-09-29 16:14:34,045 DEBUG Found tickets for planetlab2.rutgers.edu
-2006-09-29 16:14:34,045 DEBUG Popping from q - planetlab01.cse.psu.edu
-2006-09-29 16:14:34,046 DEBUG Popping from q - csu2.6planetlab.edu.cn
-2006-09-29 16:14:34,048 DEBUG Found tickets for vn3.cs.wustl.edu
-2006-09-29 16:14:34,048 DEBUG Popping from q - planet2.njit.edu
-2006-09-29 16:14:34,049 DEBUG Found tickets for planetlab2.cri.haifa.ac.il
-2006-09-29 16:14:34,050 DEBUG Popping from q - planetlab2.unl.edu
-2006-09-29 16:14:34,051 DEBUG Popping from q - planetlab1.cs.pitt.edu
-2006-09-29 16:14:34,052 DEBUG Found tickets for soccf-planet-001.comp.nus.edu.sg
-2006-09-29 16:14:34,053 DEBUG Popping from q - planetlab-2.eecs.cwru.edu
-2006-09-29 16:14:34,054 DEBUG Found tickets for planet2.njit.edu
-2006-09-29 16:14:34,054 DEBUG Popping from q - planetlab2.urv.net
-2006-09-29 16:14:34,056 DEBUG Found tickets for csu2.6planetlab.edu.cn
-2006-09-29 16:14:34,056 DEBUG Popping from q - planetlab7.csail.mit.edu
-2006-09-29 16:14:34,057 DEBUG Popping from q - buaa1.6planetlab.edu.cn
-2006-09-29 16:14:34,059 DEBUG Popping from q - ricepl-3.cs.rice.edu
-2006-09-29 16:14:34,060 DEBUG Popping from q - planet-lab-1.csse.monash.edu.au
-2006-09-29 16:14:34,062 DEBUG Popping from q - planetlab5.millennium.berkeley.edu
-2006-09-29 16:14:34,063 DEBUG Found tickets for planetlab7.csail.mit.edu
-2006-09-29 16:14:34,063 DEBUG Popping from q - planetlab1.pop-ce.rnp.br
-2006-09-29 16:14:34,064 DEBUG Found tickets for buaa1.6planetlab.edu.cn
-2006-09-29 16:14:34,065 DEBUG Popping from q - planetlab2.mnlab.cti.depaul.edu
-2006-09-29 16:14:34,066 DEBUG Popping from q - peace.ri.uni-tuebingen.de
-2006-09-29 16:14:34,067 DEBUG Popping from q - planetlab-8.cs.princeton.edu
-2006-09-29 16:14:34,069 DEBUG Found tickets for planetlab2.mnlab.cti.depaul.edu
-2006-09-29 16:14:34,069 DEBUG Popping from q - planetlab2.ucsd.edu
-2006-09-29 16:14:34,070 DEBUG Found tickets for planetlab1.pop-ce.rnp.br
-2006-09-29 16:14:34,071 DEBUG Popping from q - blast.uwaterloo.ca
-2006-09-29 16:14:34,072 DEBUG Popping from q - planetlab1.cs.wayne.edu
-2006-09-29 16:14:34,073 DEBUG Popping from q - pli1-br-3.hpl.hp.com
-2006-09-29 16:14:34,075 DEBUG Found tickets for planetlab2.ucsd.edu
-2006-09-29 16:14:34,075 DEBUG Popping from q - planetlab2.eurecom.fr
-2006-09-29 16:14:34,076 DEBUG Found tickets for planetlab-8.cs.princeton.edu
-2006-09-29 16:14:34,077 DEBUG Popping from q - planetlab1.di.unito.it
-2006-09-29 16:14:34,078 DEBUG Found tickets for blast.uwaterloo.ca
-2006-09-29 16:14:34,078 DEBUG Popping from q - planetlab2.simula.no
-2006-09-29 16:14:34,080 DEBUG Found tickets for pli1-br-3.hpl.hp.com
-2006-09-29 16:14:34,080 DEBUG Popping from q - planetlab01.dis.unina.it
-2006-09-29 16:14:41,794 INFO Starting thread policy
-2006-09-29 16:14:45,426 INFO Monitor Killed
-2006-09-29 16:15:30,198 INFO Monitor Started
-2006-09-29 16:15:30,198 INFO Starting thread Watcher
-2006-09-29 16:15:30,199 INFO Starting thread rt1
-2006-09-29 16:15:30,199 INFO Starting thread rt2
-2006-09-29 16:15:30,199 INFO Starting thread rt3
-2006-09-29 16:15:30,200 INFO Starting thread rt4
-2006-09-29 16:15:30,200 INFO Starting thread rt5
-2006-09-29 16:15:30,200 INFO Starting thread cleanrt5
-2006-09-29 16:15:30,200 INFO Starting thread rt5
-2006-09-29 16:15:30,201 DEBUG Removing stale entries from DB.
-2006-09-29 16:15:30,201 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='drift%20%3E%201m'
-2006-09-29 16:15:30,204 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv
-2006-09-29 16:15:30,350 DEBUG Retrieved 9 hosts
-2006-09-29 16:15:30,350 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='resptime%20%3E%200%20&&%20gbfree%20%3C%205'
-2006-09-29 16:15:30,509 DEBUG Retrieved 10 hosts
-2006-09-29 16:15:30,509 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='sshstatus%20%3E%202h'
-2006-09-29 16:15:30,865 DEBUG Retrieved 161 hosts
-2006-09-29 16:15:30,866 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='dns1udp%20%3E%2080%20&&%20dns2udp%20%3E%2080'
-2006-09-29 16:15:31,025 DEBUG Retrieved 6 hosts
-2006-09-29 16:15:31,025 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='filerw%3E0'
-2006-09-29 16:15:31,148 DEBUG Retrieved 1 hosts
-2006-09-29 16:15:31,149 INFO Refreshing DB.
-2006-09-29 16:15:31,556 DEBUG Retrieved 705 hosts
-2006-09-29 16:15:31,556 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='drift%20%3E%201m'
-2006-09-29 16:15:31,691 DEBUG Retrieved 9 hosts
-2006-09-29 16:15:31,692 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='resptime%20%3E%200%20&&%20gbfree%20%3C%205'
-2006-09-29 16:15:31,827 DEBUG Retrieved 10 hosts
-2006-09-29 16:15:31,828 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='sshstatus%20%3E%202h'
-2006-09-29 16:15:32,169 DEBUG Retrieved 161 hosts
-2006-09-29 16:15:32,171 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='dns1udp%20%3E%2080%20&&%20dns2udp%20%3E%2080'
-2006-09-29 16:15:32,304 DEBUG Retrieved 6 hosts
-2006-09-29 16:15:32,305 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='filerw%3E0'
-2006-09-29 16:15:32,429 DEBUG Retrieved 1 hosts
-2006-09-29 16:15:32,432 DEBUG Popping from q - planetlab2.elet.polimi.it
-2006-09-29 16:15:32,436 DEBUG Popping from q - pli1-br-3.hpl.hp.com
-2006-09-29 16:15:32,437 DEBUG Popping from q - planetlab2.nbgisp.com
-2006-09-29 16:15:32,438 DEBUG Popping from q - planetlab2.cs.duke.edu
-2006-09-29 16:15:32,439 DEBUG Popping from q - planetlab1.cs.stir.ac.uk
-2006-09-29 16:15:32,441 DEBUG Found tickets for pli1-br-3.hpl.hp.com
-2006-09-29 16:15:32,442 DEBUG Popping from q - planetlab1.cse.msu.edu
-2006-09-29 16:15:32,443 DEBUG Popping from q - planetlab2.cse.msu.edu
-2006-09-29 16:15:32,444 DEBUG Popping from q - planetlab0.cs.stir.ac.uk
-2006-09-29 16:15:32,446 DEBUG Popping from q - planetlab1.informatik.uni-erlangen.de
-2006-09-29 16:15:32,447 DEBUG Popping from q - planetlab1.cs.purdue.edu
-2006-09-29 16:15:32,449 DEBUG Found tickets for planetlab1.cse.msu.edu
-2006-09-29 16:15:32,449 DEBUG Popping from q - planetlab1.een.orst.edu
-2006-09-29 16:15:32,450 DEBUG Found tickets for planetlab2.cse.msu.edu
-2006-09-29 16:15:32,450 DEBUG Popping from q - planetlab2.cs.columbia.edu
-2006-09-29 16:15:32,452 DEBUG Popping from q - planetlab1.win.trlabs.ca
-2006-09-29 16:15:32,453 DEBUG Popping from q - planetlab1.cs.duke.edu
-2006-09-29 16:15:32,454 DEBUG Found tickets for planetlab1.cs.purdue.edu
-2006-09-29 16:15:32,454 DEBUG Popping from q - planetlab2.flux.utah.edu
-2006-09-29 16:15:32,457 DEBUG Popping from q - planetlab3.cs.columbia.edu
-2006-09-29 16:15:32,458 DEBUG Popping from q - planetlab1.cs.columbia.edu
-2006-09-29 16:15:32,460 DEBUG Popping from q - planetlab3.flux.utah.edu
-2006-09-29 16:15:32,461 DEBUG Popping from q - planetlab-1.eecs.cwru.edu
-2006-09-29 16:15:32,462 DEBUG Popping from q - planetlab2.rutgers.edu
-2006-09-29 16:15:32,464 DEBUG Popping from q - vn3.cs.wustl.edu
-2006-09-29 16:15:32,465 DEBUG Popping from q - planetlab2.cri.haifa.ac.il
-2006-09-29 16:15:32,466 DEBUG Popping from q - soccf-planet-001.comp.nus.edu.sg
-2006-09-29 16:15:32,468 DEBUG Popping from q - planetlab01.cse.psu.edu
-2006-09-29 16:15:32,469 DEBUG Found tickets for planetlab2.rutgers.edu
-2006-09-29 16:15:32,469 DEBUG Popping from q - csu2.6planetlab.edu.cn
-2006-09-29 16:15:32,471 DEBUG Found tickets for vn3.cs.wustl.edu
-2006-09-29 16:15:32,471 DEBUG Popping from q - planet2.njit.edu
-2006-09-29 16:15:32,472 DEBUG Found tickets for planetlab2.cri.haifa.ac.il
-2006-09-29 16:15:32,473 DEBUG Popping from q - planetlab2.unl.edu
-2006-09-29 16:15:32,474 DEBUG Found tickets for soccf-planet-001.comp.nus.edu.sg
-2006-09-29 16:15:32,474 DEBUG Popping from q - planetlab1.cs.pitt.edu
-2006-09-29 16:15:32,476 DEBUG Popping from q - planetlab-2.eecs.cwru.edu
-2006-09-29 16:15:32,477 DEBUG Popping from q - planetlab2.urv.net
-2006-09-29 16:15:32,478 DEBUG Found tickets for planet2.njit.edu
-2006-09-29 16:15:32,479 DEBUG Popping from q - planetlab7.csail.mit.edu
-2006-09-29 16:15:32,480 DEBUG Found tickets for csu2.6planetlab.edu.cn
-2006-09-29 16:15:32,480 DEBUG Popping from q - buaa1.6planetlab.edu.cn
-2006-09-29 16:15:32,481 DEBUG Popping from q - ricepl-3.cs.rice.edu
-2006-09-29 16:15:32,483 DEBUG Popping from q - planet-lab-1.csse.monash.edu.au
-2006-09-29 16:15:32,484 DEBUG Popping from q - planetlab5.millennium.berkeley.edu
-2006-09-29 16:15:32,486 DEBUG Found tickets for planetlab7.csail.mit.edu
-2006-09-29 16:15:32,486 DEBUG Popping from q - planetlab1.pop-ce.rnp.br
-2006-09-29 16:15:32,488 DEBUG Popping from q - planetlab2.mnlab.cti.depaul.edu
-2006-09-29 16:15:32,489 DEBUG Found tickets for buaa1.6planetlab.edu.cn
-2006-09-29 16:15:32,489 DEBUG Popping from q - peace.ri.uni-tuebingen.de
-2006-09-29 16:15:32,490 DEBUG Popping from q - planetlab-8.cs.princeton.edu
-2006-09-29 16:15:32,492 DEBUG Popping from q - planetlab2.ucsd.edu
-2006-09-29 16:15:32,493 DEBUG Found tickets for planetlab1.pop-ce.rnp.br
-2006-09-29 16:15:32,493 DEBUG Popping from q - blast.uwaterloo.ca
-2006-09-29 16:15:32,495 DEBUG Found tickets for planetlab2.mnlab.cti.depaul.edu
-2006-09-29 16:15:32,495 DEBUG Popping from q - planetlab1.cs.wayne.edu
-2006-09-29 16:15:32,496 DEBUG Popping from q - pli1-br-3.hpl.hp.com
-2006-09-29 16:15:32,497 DEBUG Found tickets for planetlab-8.cs.princeton.edu
-2006-09-29 16:15:32,498 DEBUG Popping from q - planetlab2.eurecom.fr
-2006-09-29 16:15:32,499 DEBUG Found tickets for blast.uwaterloo.ca
-2006-09-29 16:15:32,500 DEBUG Popping from q - planetlab1.di.unito.it
-2006-09-29 16:15:32,501 DEBUG Found tickets for planetlab2.ucsd.edu
-2006-09-29 16:15:32,501 DEBUG Popping from q - planetlab2.simula.no
-2006-09-29 16:15:32,503 DEBUG Found tickets for planetlab1.cs.wayne.edu
-2006-09-29 16:15:32,503 DEBUG Popping from q - planetlab01.dis.unina.it
-2006-09-29 16:15:32,504 DEBUG Found tickets for pli1-br-3.hpl.hp.com
-2006-09-29 16:15:32,504 DEBUG Popping from q - planetlab1.flux.utah.edu
-2006-09-29 16:15:32,506 DEBUG Popping from q - planetlab-1.ece.iastate.edu
-2006-09-29 16:15:32,507 DEBUG Found tickets for planetlab1.di.unito.it
-2006-09-29 16:15:32,507 DEBUG Popping from q - sdu1.6planetlab.edu.cn
-2006-09-29 16:15:32,509 DEBUG Popping from q - planetlab4.upc.es
-2006-09-29 16:15:32,512 DEBUG Popping from q - planetlab-13.cs.princeton.edu
-2006-09-29 16:15:40,199 INFO Starting thread policy
-2006-09-29 16:15:40,200 DEBUG Nodes sick wo tickets 166 
-2006-09-29 16:15:52,501 DEBUG Found tickets for sdu1.6planetlab.edu.cn
-2006-09-29 16:15:52,502 DEBUG Popping from q - planet1.cc.gt.atl.ga.us
-2006-09-29 16:15:56,137 DEBUG Popping from q - planetlab2.eecs.wsu.edu
-2006-09-29 16:15:56,890 DEBUG Found tickets for planetlab-13.cs.princeton.edu
-2006-09-29 16:15:56,891 DEBUG Popping from q - planet2.cs.ucsb.edu
-2006-09-29 16:16:13,977 DEBUG Popping from q - xjtu2.6planetlab.edu.cn
-2006-09-29 16:16:15,125 DEBUG Popping from q - planetlab3.upc.es
-2006-09-29 16:16:25,807 DEBUG Found tickets for planet2.cs.ucsb.edu
-2006-09-29 16:16:25,807 DEBUG Popping from q - node1.lbnl.nodes.planet-lab.org
-2006-09-29 16:16:26,102 DEBUG Popping from q - planetlab1.iitr.ernet.in
-2006-09-29 16:16:33,167 DEBUG Popping from q - planetlab1.ipls.internet2.planet-lab.org
-2006-09-29 16:16:48,232 DEBUG Popping from q - planetlab2.uvic.ca
-2006-09-29 16:16:51,596 DEBUG Popping from q - planetlab01.erin.utoronto.ca
-2006-09-29 16:16:53,851 DEBUG Popping from q - planetlab-4.ece.iastate.edu
-2006-09-29 16:16:57,885 DEBUG Popping from q - planetlab2.informatik.uni-goettingen.de
-2006-09-29 16:17:13,801 DEBUG Popping from q - ds-pl1.technion.ac.il
-2006-09-29 16:17:17,235 DEBUG Found tickets for planetlab2.uvic.ca
-2006-09-29 16:17:17,236 DEBUG Popping from q - planetlab1.mnl.cs.sunysb.edu
-2006-09-29 16:17:22,223 DEBUG Found tickets for planetlab-4.ece.iastate.edu
-2006-09-29 16:17:22,224 DEBUG Popping from q - aladdin.planetlab.extranet.uni-passau.de
-2006-09-29 16:17:35,402 DEBUG Found tickets for planetlab2.informatik.uni-goettingen.de
-2006-09-29 16:17:35,402 DEBUG Popping from q - planetlab-1.cs.uni-paderborn.de
-2006-09-29 16:17:39,146 DEBUG Popping from q - planet1.njit.edu
-2006-09-29 16:17:47,896 DEBUG Popping from q - pku2.6planetlab.edu.cn
-2006-09-29 16:18:01,154 DEBUG Popping from q - planetlab-1.cs.ucy.ac.cy
-2006-09-29 16:18:07,334 DEBUG Popping from q - planetlab00.cse.psu.edu
-2006-09-29 16:18:09,215 DEBUG Found tickets for planetlab1.mnl.cs.sunysb.edu
-2006-09-29 16:18:09,215 DEBUG Popping from q - planetlab04.ethz.ch
-2006-09-29 16:18:12,799 DEBUG Popping from q - sdu2.6planetlab.edu.cn
-2006-09-29 16:18:27,167 DEBUG Found tickets for planetlab04.ethz.ch
-2006-09-29 16:18:27,168 DEBUG Popping from q - planet-lab.iki.rssi.ru
-2006-09-29 16:18:27,467 DEBUG Popping from q - planetlab1.polito.it
-2006-09-29 16:18:36,417 DEBUG Found tickets for sdu2.6planetlab.edu.cn
-2006-09-29 16:18:36,417 DEBUG Popping from q - planetlab1.uvic.ca
-2006-09-29 16:18:42,995 DEBUG Found tickets for planetlab1.polito.it
-2006-09-29 16:18:42,995 DEBUG Popping from q - planetlab1.cs.byu.edu
-2006-09-29 16:18:51,033 DEBUG Found tickets for planetlab1.uvic.ca
-2006-09-29 16:18:51,033 DEBUG Popping from q - planetlab-1.amst.nodes.planet-lab.org
-2006-09-29 16:18:56,649 DEBUG Popping from q - cloudburst.uwaterloo.ca
-2006-09-29 16:19:06,340 DEBUG Found tickets for planet-lab.iki.rssi.ru
-2006-09-29 16:19:06,341 DEBUG Popping from q - planet2.cs.rochester.edu
-2006-09-29 16:19:09,320 DEBUG Popping from q - planetlab1.xeno.cl.cam.ac.uk
-2006-09-29 16:19:17,757 DEBUG Found tickets for cloudburst.uwaterloo.ca
-2006-09-29 16:19:17,757 DEBUG Popping from q - lycra.cs.princeton.edu
-2006-09-29 16:19:24,401 DEBUG Found tickets for planet2.cs.rochester.edu
-2006-09-29 16:19:24,402 DEBUG Popping from q - planetlab06.mpi-sws.mpg.de
-2006-09-29 16:19:28,045 DEBUG Popping from q - planetlab1.ias.csusb.edu
-2006-09-29 16:19:38,440 DEBUG Popping from q - vayu.iitd.ernet.in
-2006-09-29 16:19:42,889 DEBUG Found tickets for planetlab1.ias.csusb.edu
-2006-09-29 16:19:42,890 DEBUG Popping from q - node2.lbnl.nodes.planet-lab.org
-2006-09-29 16:19:47,830 DEBUG Found tickets for planetlab-1.ece.iastate.edu
-2006-09-29 16:19:47,830 DEBUG Popping from q - planetlab2.cs.byu.edu
-2006-09-29 16:19:56,996 DEBUG Popping from q - cqu1.6planetlab.edu.cn
-2006-09-29 16:19:57,877 DEBUG Found tickets for lycra.cs.princeton.edu
-2006-09-29 16:19:57,877 DEBUG Popping from q - planetlab2.acis.ufl.edu
-2006-09-29 16:20:14,516 DEBUG Found tickets for planetlab2.acis.ufl.edu
-2006-09-29 16:20:14,516 DEBUG Popping from q - planetlab1.cs.unibo.it
-2006-09-29 16:20:16,084 DEBUG Found tickets for cqu1.6planetlab.edu.cn
-2006-09-29 16:20:16,084 DEBUG Popping from q - tju2.6planetlab.edu.cn
-2006-09-29 16:20:26,626 DEBUG Popping from q - orbpl1.rutgers.edu
-2006-09-29 16:20:29,324 DEBUG Popping from q - ent1.cs.nccu.edu.tw
-2006-09-29 16:20:30,950 DEBUG Popping from q - planet0.jaist.ac.jp
-2006-09-29 16:20:37,144 DEBUG Found tickets for tju2.6planetlab.edu.cn
-2006-09-29 16:20:37,145 DEBUG Popping from q - planetlab1.informatik.uni-wuerzburg.de
-2006-09-29 16:20:49,773 DEBUG Found tickets for orbpl1.rutgers.edu
-2006-09-29 16:20:49,773 DEBUG Popping from q - planetlab3.warsaw.rd.tp.pl
-2006-09-29 16:20:51,296 DEBUG Found tickets for ent1.cs.nccu.edu.tw
-2006-09-29 16:20:51,297 DEBUG Popping from q - planetlab0.ias.csusb.edu
-2006-09-29 16:21:00,996 DEBUG Found tickets for planetlab1.informatik.uni-wuerzburg.de
-2006-09-29 16:21:00,996 DEBUG Popping from q - planetlab-2.amst.nodes.planet-lab.org
-2006-09-29 16:21:16,428 DEBUG Found tickets for planet0.jaist.ac.jp
-2006-09-29 16:21:16,428 DEBUG Popping from q - planetlab3.inria.fr
-2006-09-29 16:21:16,555 DEBUG Popping from q - 200-102-209-152.paemt7001.t.brasiltelecom.net.br
-2006-09-29 16:21:20,012 DEBUG Found tickets for planetlab0.ias.csusb.edu
-2006-09-29 16:21:20,012 DEBUG Popping from q - planetlab3.mnl.cs.sunysb.edu
-2006-09-29 16:21:32,785 DEBUG Found tickets for 200-102-209-152.paemt7001.t.brasiltelecom.net.br
-2006-09-29 16:21:32,785 DEBUG Popping from q - planetlab-15.cs.princeton.edu
-2006-09-29 16:21:37,694 DEBUG Popping from q - ent2.cs.nccu.edu.tw
-2006-09-29 16:21:41,612 DEBUG Popping from q - planet-lab-2.csse.monash.edu.au
-2006-09-29 16:21:51,935 DEBUG Popping from q - planet1.ecse.rpi.edu
-2006-09-29 16:21:59,419 DEBUG Popping from q - planetlab-2.unk.edu
-2006-09-29 16:22:05,490 DEBUG Found tickets for planet-lab-2.csse.monash.edu.au
-2006-09-29 16:22:05,491 DEBUG Popping from q - planetlab2.rdfrancetelecom.com
-2006-09-29 16:22:07,241 DEBUG Found tickets for ent2.cs.nccu.edu.tw
-2006-09-29 16:22:07,242 DEBUG Popping from q - planetlab1.eurecom.fr
-2006-09-29 16:22:24,164 DEBUG Found tickets for planetlab2.rdfrancetelecom.com
-2006-09-29 16:22:24,165 DEBUG Popping from q - planetlab1.cs.virginia.edu
-2006-09-29 16:22:28,074 DEBUG Found tickets for planet1.ecse.rpi.edu
-2006-09-29 16:22:28,075 DEBUG Popping from q - tju1.6planetlab.edu.cn
-2006-09-29 16:22:33,757 DEBUG Found tickets for planetlab1.eurecom.fr
-2006-09-29 16:22:33,758 DEBUG Popping from q - planetlab-3.amst.nodes.planet-lab.org
-2006-09-29 16:22:37,350 DEBUG Popping from q - planetlab2.iitr.ernet.in
-2006-09-29 16:22:43,445 DEBUG Found tickets for tju1.6planetlab.edu.cn
-2006-09-29 16:22:43,445 DEBUG Popping from q - planetlab1.georgetown.edu
-2006-09-29 16:23:00,110 DEBUG Popping from q - planet1.inf.tu-dresden.de
-2006-09-29 16:23:02,410 DEBUG Popping from q - alice.cs.princeton.edu
-2006-09-29 16:23:07,363 DEBUG Popping from q - planetlab02.erin.utoronto.ca
-2006-09-29 16:23:12,792 DEBUG Found tickets for planetlab1.georgetown.edu
-2006-09-29 16:23:12,793 DEBUG Popping from q - planetlab-1.vuse.vanderbilt.edu
-2006-09-29 16:23:24,339 DEBUG Popping from q - planetlab3.uvic.ca
-2006-09-29 16:23:33,976 DEBUG Found tickets for planetlab1.cs.unibo.it
-2006-09-29 16:23:33,976 DEBUG Popping from q - scut2.6planetlab.edu.cn
-2006-09-29 16:23:36,970 DEBUG Popping from q - planetlab1.swidnik.rd.tp.pl
-2006-09-29 16:23:42,366 DEBUG Found tickets for planetlab-1.vuse.vanderbilt.edu
-2006-09-29 16:23:42,367 DEBUG Popping from q - planet2.cdacb.ernet.in
-2006-09-29 16:23:43,141 DEBUG Found tickets for alice.cs.princeton.edu
-2006-09-29 16:23:43,141 DEBUG Popping from q - planetlab1.rdfrancetelecom.com
-2006-09-29 16:23:49,956 DEBUG Found tickets for planetlab3.uvic.ca
-2006-09-29 16:23:49,957 DEBUG Popping from q - planet2.inf.tu-dresden.de
-2006-09-29 16:24:00,721 DEBUG Found tickets for planetlab1.swidnik.rd.tp.pl
-2006-09-29 16:24:00,721 DEBUG Popping from q - planet02.csc.ncsu.edu
-2006-09-29 16:24:04,598 DEBUG Found tickets for planet2.cdacb.ernet.in
-2006-09-29 16:24:04,598 DEBUG Popping from q - planetlab-1.tssg.org
-2006-09-29 16:24:13,843 DEBUG Popping from q - planetlab-2.vuse.vanderbilt.edu
-2006-09-29 16:24:20,877 DEBUG Found tickets for scut2.6planetlab.edu.cn
-2006-09-29 16:24:20,877 DEBUG Popping from q - planetlab-11.cs.princeton.edu
-2006-09-29 16:24:24,433 DEBUG Popping from q - planet03.csc.ncsu.edu
-2006-09-29 16:24:31,576 DEBUG Found tickets for planetlab-1.tssg.org
-2006-09-29 16:24:31,577 DEBUG Popping from q - planetlab1.pop-rj.rnp.br
-2006-09-29 16:24:43,448 DEBUG Popping from q - planet1.halifax.canet4.nodes.planet-lab.org
-2006-09-29 16:24:47,708 DEBUG Popping from q - planetlab2.uc.edu
-2006-09-29 16:24:57,353 DEBUG Found tickets for planetlab1.pop-rj.rnp.br
-2006-09-29 16:24:57,354 DEBUG Popping from q - planet1.cavite.nodes.planet-lab.org
-2006-09-29 16:24:59,071 DEBUG Found tickets for planetlab-2.vuse.vanderbilt.edu
-2006-09-29 16:24:59,071 DEBUG Popping from q - ds-pl3.technion.ac.il
-2006-09-29 16:25:08,139 DEBUG Popping from q - planetlab2.cs.purdue.edu
-2006-09-29 16:25:13,551 DEBUG Popping from q - planetlab3.millennium.berkeley.edu
-2006-09-29 16:25:21,554 DEBUG Found tickets for ds-pl3.technion.ac.il
-2006-09-29 16:25:21,554 DEBUG Popping from q - planetlab1.unl.edu
-2006-09-29 16:25:29,997 DEBUG Popping from q - planetlab1.cs.colorado.edu
-2006-09-29 16:25:33,277 DEBUG Popping from q - planetlab02.cs.washington.edu
-2006-09-29 16:25:52,406 DEBUG Found tickets for planetlab1.cs.colorado.edu
-2006-09-29 16:25:52,407 DEBUG Popping from q - pads21.cs.nthu.edu.tw
-2006-09-29 16:25:53,637 DEBUG Popping from q - orbpl2.rutgers.edu
-2006-09-29 16:25:54,022 DEBUG Found tickets for planetlab1.unl.edu
-2006-09-29 16:25:54,022 DEBUG Popping from q - planetlab2.informatik.uni-erlangen.de
-2006-09-29 16:25:55,511 DEBUG Found tickets for planetlab02.cs.washington.edu
-2006-09-29 16:25:55,512 DEBUG Popping from q - planetlab-01.ipv6.lip6.fr
-2006-09-29 16:26:09,102 DEBUG Found tickets for planetlab2.informatik.uni-erlangen.de
-2006-09-29 16:26:09,102 DEBUG Popping from q - pl2.ernet.in
-2006-09-29 16:26:11,846 DEBUG Popping from q - neu2.6planetlab.edu.cn
-2006-09-29 16:26:23,786 DEBUG Popping from q - planetlab-2.cs.uni-paderborn.de
-2006-09-29 16:26:26,739 DEBUG Found tickets for orbpl2.rutgers.edu
-2006-09-29 16:26:26,739 DEBUG Popping from q - planet5.cs.huji.ac.il
-2006-09-29 16:26:36,499 DEBUG Popping from q - planetlab1.elet.polimi.it
-2006-09-29 16:26:44,265 DEBUG Found tickets for planetlab1.rdfrancetelecom.com
-2006-09-29 16:26:44,265 DEBUG Popping from q - planetlab2.iiitb.ac.in
-2006-09-29 16:26:46,484 DEBUG Popping from q - server1.planetlab.iit-tech.net
-2006-09-29 16:26:55,309 DEBUG Found tickets for planetlab-01.ipv6.lip6.fr
-2006-09-29 16:26:55,310 DEBUG Popping from q - planetlab2.iitb.ac.in
-2006-09-29 16:27:03,637 DEBUG Popping from q - planetlab02.dis.unina.it
-2006-09-29 16:27:14,137 DEBUG Popping from q - planetlab-1.dis.uniroma1.it
-2006-09-29 16:27:16,986 DEBUG Found tickets for server1.planetlab.iit-tech.net
-2006-09-29 16:27:16,986 DEBUG Popping from q - planetlab1.iitb.ac.in
-2006-09-29 16:27:20,771 DEBUG Popping from q - pku1.6planetlab.edu.cn
-2006-09-29 16:27:24,730 DEBUG Found tickets for planetlab2.iitb.ac.in
-2006-09-29 16:27:24,731 DEBUG Popping from q - planetlab1.warsaw.rd.tp.pl
-2006-09-29 16:27:38,115 DEBUG Popping from q - planetlab1.cri.haifa.ac.il
-2006-09-29 16:27:39,475 DEBUG Found tickets for planetlab1.iitb.ac.in
-2006-09-29 16:27:39,475 DEBUG Popping from q - planetlab-2.cs.ucy.ac.cy
-2006-09-29 16:27:45,576 DEBUG Found tickets for pku1.6planetlab.edu.cn
-2006-09-29 16:27:45,576 DEBUG Popping from q - pl1.ernet.in
-2006-09-29 16:27:58,834 DEBUG Found tickets for planetlab1.cri.haifa.ac.il
-2006-09-29 16:27:58,835 DEBUG Popping from q - planetlab2.georgetown.edu
-2006-09-29 16:27:59,583 DEBUG Popping from q - server2.planetlab.iit-tech.net
-2006-09-29 16:28:16,631 DEBUG Popping from q - planetlab2.di.unito.it
-2006-09-29 16:28:17,659 DEBUG Popping from q - planetlab1.csee.usf.edu
-2006-09-29 16:28:25,944 DEBUG Found tickets for planetlab2.georgetown.edu
-2006-09-29 16:28:25,944 DEBUG Popping from q - planetlab-2.dis.uniroma1.it
-2006-09-29 16:28:27,644 DEBUG Found tickets for server2.planetlab.iit-tech.net
-2006-09-29 16:28:27,644 DEBUG Popping from q - planetlab2.informatik.uni-kl.de
-2006-09-29 16:28:27,646 DEBUG Popping from q - planet1.cs.rochester.edu
-2006-09-29 16:28:36,077 DEBUG Popping from q - planetlab1.rutgers.edu
-2006-09-29 16:28:39,924 DEBUG Popping from q - planetlab-2.ece.iastate.edu
-2006-09-29 16:28:54,201 DEBUG Found tickets for planetlab1.rutgers.edu
-2006-09-29 16:28:54,201 DEBUG Popping from q - planetlab-1.sjce.nodes.planet-lab.org
-2006-09-29 16:29:01,255 DEBUG Popping from q - planetlab2.ece.ucdavis.edu
-2006-09-29 16:29:08,814 DEBUG Popping from q - planetlab1.ie.cuhk.edu.hk
-2006-09-29 16:29:11,458 DEBUG Found tickets for planetlab2.informatik.uni-kl.de
-2006-09-29 16:29:11,458 DEBUG Popping from q - planetlab2lannion.elibel.tm.fr
-2006-09-29 16:29:20,988 DEBUG Found tickets for planetlab-1.sjce.nodes.planet-lab.org
-2006-09-29 16:29:20,988 DEBUG Popping from q - planetlab01.mpi-sws.mpg.de
-2006-09-29 16:29:24,612 DEBUG Popping from q - planetlab2.cs.duke.edu
-2006-09-29 16:29:24,615 DEBUG Popping from q - planetlab1.rn.informatics.scitech.susx.ac.uk
-2006-09-29 16:29:29,910 DEBUG Found tickets for planetlab1.ie.cuhk.edu.hk
-2006-09-29 16:29:29,910 DEBUG Popping from q - planetlab1.eee.hku.hk
-2006-09-29 16:29:37,746 DEBUG Popping from q - pads23.cs.nthu.edu.tw
-2006-09-29 16:29:52,208 DEBUG Found tickets for planetlab1.rn.informatics.scitech.susx.ac.uk
-2006-09-29 16:29:52,208 DEBUG Popping from q - planet2.halifax.canet4.nodes.planet-lab.org
-2006-09-29 16:29:56,868 DEBUG Found tickets for planetlab1.eee.hku.hk
-2006-09-29 16:29:56,869 DEBUG Popping from q - planetlab-2.tssg.org
-2006-09-29 16:30:00,219 DEBUG Popping from q - 200-102-209-151.paemt7001.t.brasiltelecom.net.br
-2006-09-29 16:30:04,422 DEBUG Popping from q - planetlab2.poly.edu
-2006-09-29 16:30:15,104 DEBUG Found tickets for planetlab-2.tssg.org
-2006-09-29 16:30:15,104 DEBUG Popping from q - planetlab1.poly.edu
-2006-09-29 16:30:26,981 DEBUG Popping from q - planetlab2.net-research.org.uk
-2006-09-29 16:30:28,182 DEBUG Found tickets for planet2.halifax.canet4.nodes.planet-lab.org
-2006-09-29 16:30:28,183 DEBUG Popping from q - planetlab-2.imperial.ac.uk
-2006-09-29 16:30:31,949 DEBUG Found tickets for 200-102-209-151.paemt7001.t.brasiltelecom.net.br
-2006-09-29 16:30:31,949 DEBUG Popping from q - planetlab-1.imperial.ac.uk
-2006-09-29 16:30:43,271 DEBUG Popping from q - planetlab1.byu.edu
-2006-09-29 16:30:51,566 DEBUG Found tickets for planetlab2.net-research.org.uk
-2006-09-29 16:30:51,566 DEBUG Popping from q - planetlab2.eee.hku.hk
-2006-09-29 16:30:51,678 DEBUG Found tickets for planetlab-2.imperial.ac.uk
-2006-09-29 16:30:52,079 INFO Monitor Exitted
-2006-10-02 17:15:37,396 INFO Monitor Started
-2006-10-02 17:15:37,396 INFO Starting thread Watcher
-2006-10-02 17:15:37,397 INFO Starting thread rt1
-2006-10-02 17:15:37,397 INFO Starting thread rt2
-2006-10-02 17:15:37,397 INFO Starting thread rt3
-2006-10-02 17:15:37,397 INFO Starting thread rt4
-2006-10-02 17:15:37,398 INFO Starting thread rt5
-2006-10-02 17:15:37,398 INFO Starting thread cleanrt5
-2006-10-02 17:15:37,398 INFO Starting thread rt5
-2006-10-02 17:15:37,399 DEBUG Removing stale entries from DB.
-2006-10-02 17:15:37,399 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='drift%20%3E%201m'
-2006-10-02 17:15:37,401 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv
-2006-10-02 17:15:37,547 DEBUG Retrieved 8 hosts
-2006-10-02 17:15:37,547 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='resptime%20%3E%200%20&&%20gbfree%20%3C%205'
-2006-10-02 17:15:37,698 DEBUG Retrieved 11 hosts
-2006-10-02 17:15:37,698 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='sshstatus%20%3E%202h'
-2006-10-02 17:15:38,072 DEBUG Retrieved 162 hosts
-2006-10-02 17:15:38,073 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='dns1udp%20%3E%2080%20&&%20dns2udp%20%3E%2080'
-2006-10-02 17:15:38,236 DEBUG Retrieved 9 hosts
-2006-10-02 17:15:38,236 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='filerw%3E0'
-2006-10-02 17:15:38,364 DEBUG Retrieved 1 hosts
-2006-10-02 17:15:38,365 INFO Refreshing DB.
-2006-10-02 17:15:38,752 DEBUG Retrieved 706 hosts
-2006-10-02 17:15:38,752 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='drift%20%3E%201m'
-2006-10-02 17:15:38,885 DEBUG Retrieved 8 hosts
-2006-10-02 17:15:38,885 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='resptime%20%3E%200%20&&%20gbfree%20%3C%205'
-2006-10-02 17:15:39,036 DEBUG Retrieved 11 hosts
-2006-10-02 17:15:39,036 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='sshstatus%20%3E%202h'
-2006-10-02 17:15:39,379 DEBUG Retrieved 162 hosts
-2006-10-02 17:15:39,380 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='dns1udp%20%3E%2080%20&&%20dns2udp%20%3E%2080'
-2006-10-02 17:15:39,518 DEBUG Retrieved 9 hosts
-2006-10-02 17:15:39,518 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='filerw%3E0'
-2006-10-02 17:15:39,648 DEBUG Retrieved 1 hosts
-2006-10-02 17:15:39,650 DEBUG Popping from q - planetlab2.elet.polimi.it
-2006-10-02 17:15:39,655 DEBUG Popping from q - pli1-br-3.hpl.hp.com
-2006-10-02 17:15:39,656 DEBUG Popping from q - planetlab2.nbgisp.com
-2006-10-02 17:15:39,657 DEBUG Popping from q - planetlab1.cs.stir.ac.uk
-2006-10-02 17:15:39,658 DEBUG Popping from q - planetlab1.cse.msu.edu
-2006-10-02 17:15:47,397 INFO Starting thread policy
-2006-10-02 17:15:58,737 DEBUG Popping from q - planetlab2.cse.msu.edu
-2006-10-02 17:15:58,738 DEBUG Found tickets for planetlab1.cse.msu.edu
-2006-10-02 17:15:58,739 DEBUG Popping from q - planetlab0.cs.stir.ac.uk
-2006-10-02 17:16:00,228 DEBUG Found tickets for pli1-br-3.hpl.hp.com
-2006-10-02 17:16:00,229 DEBUG Popping from q - planetlab1.informatik.uni-erlangen.de
-2006-10-02 17:16:00,621 DEBUG Popping from q - planetlab3.cs.duke.edu
-2006-10-02 17:16:00,623 DEBUG Popping from q - planetlab1.een.orst.edu
-2006-10-02 17:16:14,944 DEBUG Popping from q - planetlab1.cs.purdue.edu
-2006-10-02 17:16:15,399 DEBUG Popping from q - planetlab2.cs.columbia.edu
-2006-10-02 17:16:37,571 DEBUG Found tickets for planetlab1.cs.purdue.edu
-2006-10-02 17:16:37,571 DEBUG Popping from q - planetlab1.win.trlabs.ca
-2006-10-02 17:16:42,011 DEBUG Popping from q - planetlab1.cs.duke.edu
-2006-10-02 17:16:49,430 DEBUG Popping from q - planetlab2.flux.utah.edu
-2006-10-02 17:16:58,870 DEBUG Popping from q - planetlab3.cs.columbia.edu
-2006-10-02 17:16:59,316 DEBUG Popping from q - planetlab1.cs.columbia.edu
-2006-10-02 17:17:10,221 DEBUG Popping from q - planetlab3.flux.utah.edu
-2006-10-02 17:17:16,104 DEBUG Popping from q - planetlab-1.eecs.cwru.edu
-2006-10-02 17:17:16,108 DEBUG Popping from q - planetlab2.rutgers.edu
-2006-10-02 17:17:20,035 DEBUG Popping from q - vn3.cs.wustl.edu
-2006-10-02 17:17:24,932 DEBUG Popping from q - planetlab2.cri.haifa.ac.il
-2006-10-02 17:17:32,751 DEBUG Found tickets for planetlab2.cri.haifa.ac.il
-2006-10-02 17:17:32,751 DEBUG Popping from q - planetlab2.informatik.uni-wuerzburg.de
-2006-10-02 17:17:40,446 DEBUG Popping from q - planetlab01.cse.psu.edu
-2006-10-02 17:17:41,452 DEBUG Found tickets for planetlab2.cse.msu.edu
-2006-10-02 17:17:41,453 DEBUG Popping from q - csu2.6planetlab.edu.cn
-2006-10-02 17:17:52,947 DEBUG Found tickets for csu2.6planetlab.edu.cn
-2006-10-02 17:17:52,947 DEBUG Popping from q - planet2.njit.edu
-2006-10-02 17:17:56,948 DEBUG Popping from q - planetlab2.unl.edu
-2006-10-02 17:18:08,291 DEBUG Popping from q - planetlab1.cs.pitt.edu
-2006-10-02 17:18:10,296 DEBUG Found tickets for planet2.njit.edu
-2006-10-02 17:18:10,296 DEBUG Popping from q - planetlab1.cri.haifa.ac.il
-2006-10-02 17:18:17,118 DEBUG Popping from q - planetlab2.urv.net
-2006-10-02 17:18:32,365 DEBUG Found tickets for planetlab2.rutgers.edu
-2006-10-02 17:18:32,365 DEBUG Popping from q - planetlab7.csail.mit.edu
-2006-10-02 17:18:41,719 DEBUG Found tickets for planetlab7.csail.mit.edu
-2006-10-02 17:18:41,720 DEBUG Popping from q - buaa1.6planetlab.edu.cn
-2006-10-02 17:18:49,217 DEBUG Found tickets for buaa1.6planetlab.edu.cn
-2006-10-02 17:18:49,217 DEBUG Popping from q - ricepl-3.cs.rice.edu
-2006-10-02 17:18:50,632 DEBUG Found tickets for vn3.cs.wustl.edu
-2006-10-02 17:18:50,633 DEBUG Popping from q - planet-lab-1.csse.monash.edu.au
-2006-10-02 17:18:58,196 DEBUG Popping from q - planetlab5.millennium.berkeley.edu
-2006-10-02 17:19:01,119 DEBUG Popping from q - planetlab1.pop-ce.rnp.br
-2006-10-02 17:19:06,205 DEBUG Popping from q - planetlab2.mnlab.cti.depaul.edu
-2006-10-02 17:19:13,677 DEBUG Found tickets for planetlab2.mnlab.cti.depaul.edu
-2006-10-02 17:19:13,678 DEBUG Popping from q - peace.ri.uni-tuebingen.de
-2006-10-02 17:19:19,169 DEBUG Popping from q - planetlab-8.cs.princeton.edu
-2006-10-02 17:19:25,670 DEBUG Found tickets for planetlab1.cri.haifa.ac.il
-2006-10-02 17:19:25,670 DEBUG Popping from q - planetlab2.ucsd.edu
-2006-10-02 17:19:27,626 DEBUG Found tickets for planetlab-8.cs.princeton.edu
-2006-10-02 17:19:27,626 DEBUG Popping from q - blast.uwaterloo.ca
-2006-10-02 17:19:33,926 DEBUG Found tickets for planetlab2.ucsd.edu
-2006-10-02 17:19:33,926 DEBUG Popping from q - planetlab1.cs.wayne.edu
-2006-10-02 17:19:53,435 DEBUG Found tickets for planetlab1.pop-ce.rnp.br
-2006-10-02 17:19:53,435 DEBUG Popping from q - pli1-br-3.hpl.hp.com
-2006-10-02 17:19:53,501 DEBUG Found tickets for pli1-br-3.hpl.hp.com
-2006-10-02 17:19:53,501 DEBUG Popping from q - planetlab2.eurecom.fr
-2006-10-02 17:20:01,577 DEBUG Popping from q - planetlab1.di.unito.it
-2006-10-02 17:20:03,953 DEBUG Popping from q - planetlab2.simula.no
-2006-10-02 17:20:12,236 DEBUG Popping from q - planetlab01.dis.unina.it
-2006-10-02 17:20:19,720 DEBUG Popping from q - planetlab1.flux.utah.edu
-2006-10-02 17:20:21,233 DEBUG Found tickets for planetlab1.cs.wayne.edu
-2006-10-02 17:20:21,234 DEBUG Popping from q - planetlab-1.ece.iastate.edu
-2006-10-02 17:20:29,474 DEBUG Found tickets for planetlab-1.ece.iastate.edu
-2006-10-02 17:20:29,474 DEBUG Popping from q - sdu1.6planetlab.edu.cn
-2006-10-02 17:20:29,496 DEBUG Popping from q - planetlab4.upc.es
-2006-10-02 17:20:37,337 DEBUG Found tickets for sdu1.6planetlab.edu.cn
-2006-10-02 17:20:37,337 DEBUG Popping from q - planetlab1.ipls.internet2.planet-lab.org
-2006-10-02 17:20:47,154 DEBUG Found tickets for blast.uwaterloo.ca
-2006-10-02 17:20:47,154 DEBUG Popping from q - planetlab-13.cs.princeton.edu
-2006-10-02 17:20:56,107 DEBUG Found tickets for planetlab-13.cs.princeton.edu
-2006-10-02 17:20:56,107 DEBUG Popping from q - planet1.cc.gt.atl.ga.us
-2006-10-02 17:21:04,170 DEBUG Popping from q - planetlab2.eecs.wsu.edu
-2006-10-02 17:21:05,619 DEBUG Found tickets for planetlab1.di.unito.it
-2006-10-02 17:21:05,619 DEBUG Popping from q - planet2.cs.ucsb.edu
-2006-10-02 17:21:14,788 DEBUG Found tickets for planet2.cs.ucsb.edu
-2006-10-02 17:21:14,788 DEBUG Popping from q - xjtu2.6planetlab.edu.cn
-2006-10-02 17:21:22,905 DEBUG Popping from q - planetlab3.upc.es
-2006-10-02 17:21:23,560 DEBUG Popping from q - node1.lbnl.nodes.planet-lab.org
-2006-10-02 17:21:42,300 DEBUG Popping from q - planetlab1.iitr.ernet.in
-2006-10-02 17:21:51,508 DEBUG Popping from q - planetlab1.eecs.iu-bremen.de
-2006-10-02 17:21:51,513 DEBUG Popping from q - planetlab2.uvic.ca
-2006-10-02 17:21:59,567 DEBUG Popping from q - planetlab01.erin.utoronto.ca
-2006-10-02 17:22:00,078 DEBUG Popping from q - planetlab-4.ece.iastate.edu
-2006-10-02 17:22:08,034 DEBUG Found tickets for planetlab-4.ece.iastate.edu
-2006-10-02 17:22:08,034 DEBUG Popping from q - planetlab2.informatik.uni-goettingen.de
-2006-10-02 17:22:16,624 DEBUG Found tickets for planetlab2.informatik.uni-goettingen.de
-2006-10-02 17:22:16,624 DEBUG Popping from q - ds-pl1.technion.ac.il
-2006-10-02 17:22:17,720 DEBUG Popping from q - planetlab1.mnl.cs.sunysb.edu
-2006-10-02 17:22:17,723 DEBUG Popping from q - aladdin.planetlab.extranet.uni-passau.de
-2006-10-02 17:22:33,297 DEBUG Popping from q - planetlab-1.cs.uni-paderborn.de
-2006-10-02 17:22:39,567 DEBUG Popping from q - planet1.njit.edu
-2006-10-02 17:22:43,370 DEBUG Found tickets for planetlab1.mnl.cs.sunysb.edu
-2006-10-02 17:22:43,371 DEBUG Popping from q - pku2.6planetlab.edu.cn
-2006-10-02 17:22:44,948 DEBUG Popping from q - planetlab-1.cs.ucy.ac.cy
-2006-10-02 17:22:52,492 DEBUG Popping from q - planetlab00.cse.psu.edu
-2006-10-02 17:23:00,881 DEBUG Popping from q - planetlab04.ethz.ch
-2006-10-02 17:23:21,050 DEBUG Found tickets for planetlab2.uvic.ca
-2006-10-02 17:23:21,050 DEBUG Popping from q - sdu2.6planetlab.edu.cn
-2006-10-02 17:23:21,222 DEBUG Popping from q - planet-lab.iki.rssi.ru
-2006-10-02 17:23:29,776 DEBUG Found tickets for sdu2.6planetlab.edu.cn
-2006-10-02 17:23:29,776 DEBUG Popping from q - planetlab1.polito.it
-2006-10-02 17:23:37,106 DEBUG Found tickets for planetlab04.ethz.ch
-2006-10-02 17:23:37,106 DEBUG Popping from q - planetlab1.uvic.ca
-2006-10-02 17:23:37,108 DEBUG Popping from q - planetlab1.cs.byu.edu
-2006-10-02 17:23:45,060 DEBUG Found tickets for planetlab1.uvic.ca
-2006-10-02 17:23:45,060 DEBUG Popping from q - planetlab-1.amst.nodes.planet-lab.org
-2006-10-02 17:23:46,475 DEBUG Popping from q - cloudburst.uwaterloo.ca
-2006-10-02 17:23:54,186 DEBUG Found tickets for cloudburst.uwaterloo.ca
-2006-10-02 17:23:54,186 DEBUG Popping from q - planet2.cs.rochester.edu
-2006-10-02 17:24:02,469 DEBUG Found tickets for planet2.cs.rochester.edu
-2006-10-02 17:24:02,469 DEBUG Popping from q - planetlab1.xeno.cl.cam.ac.uk
-2006-10-02 17:24:20,116 DEBUG Found tickets for planetlab1.polito.it
-2006-10-02 17:24:20,116 DEBUG Popping from q - lycra.cs.princeton.edu
-2006-10-02 17:24:28,454 DEBUG Found tickets for lycra.cs.princeton.edu
-2006-10-02 17:24:28,454 DEBUG Popping from q - planetlab06.mpi-sws.mpg.de
-2006-10-02 17:24:35,918 DEBUG Popping from q - planetlab1.ias.csusb.edu
-2006-10-02 17:24:35,940 DEBUG Found tickets for planet-lab.iki.rssi.ru
-2006-10-02 17:24:35,941 DEBUG Popping from q - vayu.iitd.ernet.in
-2006-10-02 17:24:43,744 DEBUG Popping from q - node2.lbnl.nodes.planet-lab.org
-2006-10-02 17:24:50,658 DEBUG Popping from q - planetlab2.cs.byu.edu
-2006-10-02 17:24:50,753 DEBUG Popping from q - cqu1.6planetlab.edu.cn
-2006-10-02 17:24:59,519 DEBUG Found tickets for cqu1.6planetlab.edu.cn
-2006-10-02 17:24:59,519 DEBUG Popping from q - planetlab2.acis.ufl.edu
-2006-10-02 17:25:05,051 DEBUG Popping from q - planetlab1.cs.unibo.it
-2006-10-02 17:25:16,199 DEBUG Popping from q - tju2.6planetlab.edu.cn
-2006-10-02 17:25:23,883 DEBUG Found tickets for tju2.6planetlab.edu.cn
-2006-10-02 17:25:23,883 DEBUG Popping from q - orbpl1.rutgers.edu
-2006-10-02 17:25:32,783 DEBUG Found tickets for orbpl1.rutgers.edu
-2006-10-02 17:25:32,784 DEBUG Popping from q - ent1.cs.nccu.edu.tw
-2006-10-02 17:25:39,118 DEBUG Found tickets for planetlab1.ias.csusb.edu
-2006-10-02 17:25:39,119 DEBUG Popping from q - planet0.jaist.ac.jp
-2006-10-02 17:25:39,897 DEBUG Popping from q - soccf-planet-001.comp.nus.edu.sg
-2006-10-02 17:25:47,281 DEBUG Found tickets for planet0.jaist.ac.jp
-2006-10-02 17:25:47,281 DEBUG Popping from q - planetlab1.informatik.uni-wuerzburg.de
-2006-10-02 17:25:52,750 DEBUG Found tickets for planetlab1.cs.unibo.it
-2006-10-02 17:25:52,750 DEBUG Popping from q - planetlab3.warsaw.rd.tp.pl
-2006-10-02 17:26:00,274 DEBUG Popping from q - planetlab0.ias.csusb.edu
-2006-10-02 17:26:07,693 DEBUG Found tickets for planetlab0.ias.csusb.edu
-2006-10-02 17:26:07,694 DEBUG Popping from q - planetlab-2.amst.nodes.planet-lab.org
-2006-10-02 17:26:16,481 DEBUG Popping from q - planetlab3.inria.fr
-2006-10-02 17:26:16,631 DEBUG Found tickets for planetlab2.acis.ufl.edu
-2006-10-02 17:26:16,631 DEBUG Popping from q - 200-102-209-152.paemt7001.t.brasiltelecom.net.br
-2006-10-02 17:26:26,212 DEBUG Popping from q - planetlab3.mnl.cs.sunysb.edu
-2006-10-02 17:26:34,454 DEBUG Found tickets for planetlab1.informatik.uni-wuerzburg.de
-2006-10-02 17:26:34,454 DEBUG Popping from q - planetlab-15.cs.princeton.edu
-2006-10-02 17:26:43,591 DEBUG Popping from q - ent2.cs.nccu.edu.tw
-2006-10-02 17:26:51,385 DEBUG Found tickets for ent2.cs.nccu.edu.tw
-2006-10-02 17:26:51,385 DEBUG Popping from q - planet-lab-2.csse.monash.edu.au
-2006-10-02 17:26:55,281 DEBUG Found tickets for ent1.cs.nccu.edu.tw
-2006-10-02 17:26:55,282 DEBUG Popping from q - planet1.ecse.rpi.edu
-2006-10-02 17:27:02,830 DEBUG Found tickets for planet1.ecse.rpi.edu
-2006-10-02 17:27:02,830 DEBUG Popping from q - planetlab-2.unk.edu
-2006-10-02 17:28:35,835 DEBUG Found tickets for planet-lab-2.csse.monash.edu.au
-2006-10-02 17:28:35,836 DEBUG Popping from q - planetlab2.rdfrancetelecom.com
-2006-10-02 17:28:35,837 DEBUG Popping from q - planetlab1.eurecom.fr
-2006-10-02 17:28:35,838 DEBUG Found tickets for 200-102-209-152.paemt7001.t.brasiltelecom.net.br
-2006-10-02 17:28:35,838 DEBUG Popping from q - planetlab1.cs.virginia.edu
-2006-10-02 17:28:35,839 DEBUG Popping from q - tju1.6planetlab.edu.cn
-2006-10-02 17:28:35,841 DEBUG Found tickets for soccf-planet-001.comp.nus.edu.sg
-2006-10-02 17:28:35,841 DEBUG Popping from q - planetlab-3.amst.nodes.planet-lab.org
-2006-10-02 17:28:43,067 DEBUG Found tickets for planetlab1.eurecom.fr
-2006-10-02 17:28:43,067 DEBUG Popping from q - planetlab2.iitr.ernet.in
-2006-10-02 17:28:51,312 DEBUG Popping from q - planetlab1.georgetown.edu
-2006-10-02 17:29:14,498 DEBUG Popping from q - planet1.inf.tu-dresden.de
-2006-10-02 17:29:22,713 DEBUG Popping from q - alice.cs.princeton.edu
-2006-10-02 17:29:24,270 DEBUG Found tickets for planetlab2.rdfrancetelecom.com
-2006-10-02 17:29:24,270 DEBUG Popping from q - planetlab02.erin.utoronto.ca
-2006-10-02 17:29:28,455 DEBUG Popping from q - planetlab-1.vuse.vanderbilt.edu
-2006-10-02 17:29:37,535 DEBUG Popping from q - planetlab3.uvic.ca
-2006-10-02 17:29:45,724 DEBUG Found tickets for alice.cs.princeton.edu
-2006-10-02 17:29:45,724 DEBUG Popping from q - scut2.6planetlab.edu.cn
-2006-10-02 17:29:51,298 DEBUG Found tickets for planetlab3.uvic.ca
-2006-10-02 17:29:51,298 DEBUG Popping from q - planetlab1.swidnik.rd.tp.pl
-2006-10-02 17:29:55,098 DEBUG Found tickets for planetlab-1.vuse.vanderbilt.edu
-2006-10-02 17:29:55,098 DEBUG Popping from q - planet2.cdacb.ernet.in
-2006-10-02 17:29:57,720 DEBUG Found tickets for scut2.6planetlab.edu.cn
-2006-10-02 17:29:57,721 DEBUG Popping from q - planetlab1.rdfrancetelecom.com
-2006-10-02 17:30:04,852 DEBUG Found tickets for planet2.cdacb.ernet.in
-2006-10-02 17:30:04,852 DEBUG Popping from q - planet2.inf.tu-dresden.de
-2006-10-02 17:30:13,751 DEBUG Popping from q - planet02.csc.ncsu.edu
-2006-10-02 17:30:14,383 DEBUG Found tickets for planetlab1.georgetown.edu
-2006-10-02 17:30:14,384 DEBUG Popping from q - server1.planetlab.iit-tech.net
-2006-10-02 17:30:16,460 DEBUG Found tickets for tju1.6planetlab.edu.cn
-2006-10-02 17:30:16,461 DEBUG Popping from q - planetlab-1.tssg.org
-2006-10-02 17:30:25,257 DEBUG Found tickets for planetlab-1.tssg.org
-2006-10-02 17:30:25,257 DEBUG Popping from q - planetlab-2.vuse.vanderbilt.edu
-2006-10-02 17:30:32,860 DEBUG Found tickets for planetlab-2.vuse.vanderbilt.edu
-2006-10-02 17:30:32,861 DEBUG Popping from q - planetlab-11.cs.princeton.edu
-2006-10-02 17:30:55,647 DEBUG Found tickets for planetlab1.rdfrancetelecom.com
-2006-10-02 17:30:55,647 DEBUG Popping from q - planet03.csc.ncsu.edu
-2006-10-02 17:30:55,651 DEBUG Popping from q - planetlab1.pop-rj.rnp.br
-2006-10-02 17:30:55,652 DEBUG Found tickets for planetlab1.swidnik.rd.tp.pl
-2006-10-02 17:30:55,652 DEBUG Popping from q - planet1.halifax.canet4.nodes.planet-lab.org
-2006-10-02 17:30:55,655 DEBUG Popping from q - planet1.cavite.nodes.planet-lab.org
-2006-10-02 17:31:08,738 DEBUG Found tickets for planetlab1.pop-rj.rnp.br
-2006-10-02 17:31:08,738 DEBUG Popping from q - ds-pl3.technion.ac.il
-2006-10-02 17:31:09,589 DEBUG Popping from q - planetlab2.cs.purdue.edu
-2006-10-02 17:31:16,156 DEBUG Found tickets for server1.planetlab.iit-tech.net
-2006-10-02 17:31:16,156 DEBUG Popping from q - planetlab3.millennium.berkeley.edu
-2006-10-02 17:31:24,302 DEBUG Popping from q - planetlab1.unl.edu
-2006-10-02 17:31:31,771 DEBUG Found tickets for planetlab1.unl.edu
-2006-10-02 17:31:31,771 DEBUG Popping from q - planetlab1.cs.colorado.edu
-2006-10-02 17:31:50,421 DEBUG Popping from q - planetlab02.cs.washington.edu
-2006-10-02 17:31:51,825 DEBUG Popping from q - pads21.cs.nthu.edu.tw
-2006-10-02 17:32:04,997 DEBUG Found tickets for planetlab02.cs.washington.edu
-2006-10-02 17:32:04,997 DEBUG Popping from q - orbpl2.rutgers.edu
-2006-10-02 17:32:06,077 DEBUG Popping from q - planetlab2.informatik.uni-erlangen.de
-2006-10-02 17:32:09,146 DEBUG Found tickets for ds-pl3.technion.ac.il
-2006-10-02 17:32:09,147 DEBUG Popping from q - planetlab-01.ipv6.lip6.fr
-2006-10-02 17:32:09,901 INFO Monitor Killed
-2006-10-02 17:32:19,619 INFO Monitor Started
-2006-10-02 17:32:19,619 INFO Starting thread Watcher
-2006-10-02 17:32:19,620 INFO Starting thread rt1
-2006-10-02 17:32:19,620 INFO Starting thread rt2
-2006-10-02 17:32:19,620 INFO Starting thread rt3
-2006-10-02 17:32:19,621 INFO Starting thread rt4
-2006-10-02 17:32:19,621 INFO Starting thread rt5
-2006-10-02 17:32:19,621 INFO Starting thread cleanrt5
-2006-10-02 17:32:19,621 INFO Starting thread rt5
-2006-10-02 17:32:19,622 DEBUG Removing stale entries from DB.
-2006-10-02 17:32:19,622 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='drift%20%3E%201m'
-2006-10-02 17:32:19,625 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv
-2006-10-02 17:32:19,860 DEBUG Retrieved 8 hosts
-2006-10-02 17:32:19,860 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='resptime%20%3E%200%20&&%20gbfree%20%3C%205'
-2006-10-02 17:32:20,013 DEBUG Retrieved 10 hosts
-2006-10-02 17:32:20,014 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='sshstatus%20%3E%202h'
-2006-10-02 17:32:20,386 DEBUG Retrieved 162 hosts
-2006-10-02 17:32:20,387 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='dns1udp%20%3E%2080%20&&%20dns2udp%20%3E%2080'
-2006-10-02 17:32:20,550 DEBUG Retrieved 9 hosts
-2006-10-02 17:32:20,550 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='filerw%3E0'
-2006-10-02 17:32:20,696 DEBUG Retrieved 1 hosts
-2006-10-02 17:32:20,698 INFO Refreshing DB.
-2006-10-02 17:32:21,047 DEBUG Retrieved 706 hosts
-2006-10-02 17:32:21,048 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='drift%20%3E%201m'
-2006-10-02 17:32:21,196 DEBUG Retrieved 8 hosts
-2006-10-02 17:32:21,196 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='resptime%20%3E%200%20&&%20gbfree%20%3C%205'
-2006-10-02 17:32:21,350 DEBUG Retrieved 10 hosts
-2006-10-02 17:32:21,351 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='sshstatus%20%3E%202h'
-2006-10-02 17:32:21,709 DEBUG Retrieved 162 hosts
-2006-10-02 17:32:21,711 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='dns1udp%20%3E%2080%20&&%20dns2udp%20%3E%2080'
-2006-10-02 17:32:21,859 DEBUG Retrieved 9 hosts
-2006-10-02 17:32:21,860 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='filerw%3E0'
-2006-10-02 17:32:21,999 DEBUG Retrieved 1 hosts
-2006-10-02 17:32:22,002 DEBUG Popping from q - planetlab2.elet.polimi.it
-2006-10-02 17:32:22,007 DEBUG Popping from q - pli1-br-3.hpl.hp.com
-2006-10-02 17:32:22,007 DEBUG Popping from q - planetlab2.nbgisp.com
-2006-10-02 17:32:22,008 DEBUG Popping from q - planetlab1.cs.stir.ac.uk
-2006-10-02 17:32:22,009 DEBUG Popping from q - planetlab1.cse.msu.edu
-2006-10-02 17:32:22,035 DEBUG Popping from q - planetlab2.cse.msu.edu
-2006-10-02 17:32:22,042 DEBUG Popping from q - planetlab0.cs.stir.ac.uk
-2006-10-02 17:32:22,044 DEBUG Popping from q - planetlab1.informatik.uni-erlangen.de
-2006-10-02 17:32:22,045 DEBUG Found tickets for pli1-br-3.hpl.hp.com
-2006-10-02 17:32:22,045 DEBUG Popping from q - planetlab1.cs.purdue.edu
-2006-10-02 17:32:22,047 DEBUG Found tickets for planetlab2.cse.msu.edu
-2006-10-02 17:32:22,048 DEBUG Popping from q - planetlab1.een.orst.edu
-2006-10-02 17:32:22,049 DEBUG Found tickets for planetlab1.cs.purdue.edu
-2006-10-02 17:32:22,049 DEBUG Popping from q - planetlab2.cs.columbia.edu
-2006-10-02 17:32:22,050 DEBUG Found tickets for planetlab1.cse.msu.edu
-2006-10-02 17:32:22,050 DEBUG Popping from q - planetlab1.win.trlabs.ca
-2006-10-02 17:32:22,067 DEBUG Popping from q - planetlab1.cs.duke.edu
-2006-10-02 17:32:22,068 DEBUG Popping from q - planetlab2.flux.utah.edu
-2006-10-02 17:32:22,070 DEBUG Popping from q - planetlab3.cs.columbia.edu
-2006-10-02 17:32:22,106 DEBUG Popping from q - planetlab1.cs.columbia.edu
-2006-10-02 17:32:22,107 DEBUG Popping from q - planetlab3.flux.utah.edu
-2006-10-02 17:32:22,117 DEBUG Popping from q - planetlab-1.eecs.cwru.edu
-2006-10-02 17:32:22,132 DEBUG Popping from q - planetlab2.rutgers.edu
-2006-10-02 17:32:22,133 DEBUG Popping from q - vn3.cs.wustl.edu
-2006-10-02 17:32:22,135 DEBUG Found tickets for planetlab2.rutgers.edu
-2006-10-02 17:32:22,135 DEBUG Popping from q - planetlab2.cri.haifa.ac.il
-2006-10-02 17:32:22,148 DEBUG Popping from q - planetlab2.informatik.uni-wuerzburg.de
-2006-10-02 17:32:22,150 DEBUG Found tickets for vn3.cs.wustl.edu
-2006-10-02 17:32:22,151 DEBUG Popping from q - planetlab01.cse.psu.edu
-2006-10-02 17:32:22,152 DEBUG Found tickets for planetlab2.cri.haifa.ac.il
-2006-10-02 17:32:22,152 DEBUG Popping from q - csu2.6planetlab.edu.cn
-2006-10-02 17:32:22,155 DEBUG Popping from q - planet2.njit.edu
-2006-10-02 17:32:22,162 DEBUG Popping from q - planetlab2.unl.edu
-2006-10-02 17:32:22,164 DEBUG Found tickets for csu2.6planetlab.edu.cn
-2006-10-02 17:32:22,164 DEBUG Popping from q - planetlab1.cs.pitt.edu
-2006-10-02 17:32:22,165 DEBUG Popping from q - planetlab1.cri.haifa.ac.il
-2006-10-02 17:32:22,166 DEBUG Found tickets for planet2.njit.edu
-2006-10-02 17:32:22,167 DEBUG Popping from q - planetlab2.urv.net
-2006-10-02 17:32:22,168 DEBUG Popping from q - planetlab7.csail.mit.edu
-2006-10-02 17:32:22,170 DEBUG Popping from q - buaa1.6planetlab.edu.cn
-2006-10-02 17:32:22,171 DEBUG Found tickets for planetlab1.cri.haifa.ac.il
-2006-10-02 17:32:22,171 DEBUG Popping from q - ricepl-3.cs.rice.edu
-2006-10-02 17:32:22,174 DEBUG Popping from q - planet-lab-1.csse.monash.edu.au
-2006-10-02 17:32:22,173 DEBUG Found tickets for planetlab7.csail.mit.edu
-2006-10-02 17:32:22,175 DEBUG Popping from q - planetlab5.millennium.berkeley.edu
-2006-10-02 17:32:22,216 DEBUG Popping from q - planetlab1.pop-ce.rnp.br
-2006-10-02 17:32:22,218 DEBUG Popping from q - planetlab2.mnlab.cti.depaul.edu
-2006-10-02 17:32:22,219 DEBUG Found tickets for buaa1.6planetlab.edu.cn
-2006-10-02 17:32:22,219 DEBUG Popping from q - peace.ri.uni-tuebingen.de
-2006-10-02 17:32:22,221 DEBUG Popping from q - planetlab-8.cs.princeton.edu
-2006-10-02 17:32:22,223 DEBUG Found tickets for planetlab1.pop-ce.rnp.br
-2006-10-02 17:32:22,223 DEBUG Popping from q - planetlab2.ucsd.edu
-2006-10-02 17:32:22,224 DEBUG Found tickets for planetlab2.mnlab.cti.depaul.edu
-2006-10-02 17:32:22,224 DEBUG Popping from q - blast.uwaterloo.ca
-2006-10-02 17:32:22,226 DEBUG Found tickets for planetlab-8.cs.princeton.edu
-2006-10-02 17:32:22,226 DEBUG Popping from q - planetlab1.cs.wayne.edu
-2006-10-02 17:32:22,228 DEBUG Found tickets for blast.uwaterloo.ca
-2006-10-02 17:32:22,229 DEBUG Popping from q - pli1-br-3.hpl.hp.com
-2006-10-02 17:32:22,230 DEBUG Found tickets for planetlab1.cs.wayne.edu
-2006-10-02 17:32:22,230 DEBUG Popping from q - planetlab2.eurecom.fr
-2006-10-02 17:32:22,232 DEBUG Found tickets for pli1-br-3.hpl.hp.com
-2006-10-02 17:32:22,232 DEBUG Popping from q - planetlab1.di.unito.it
-2006-10-02 17:32:22,235 DEBUG Popping from q - planetlab2.simula.no
-2006-10-02 17:32:22,238 DEBUG Found tickets for planetlab1.di.unito.it
-2006-10-02 17:32:22,238 DEBUG Popping from q - planetlab01.dis.unina.it
-2006-10-02 17:32:22,240 DEBUG Popping from q - planetlab1.flux.utah.edu
-2006-10-02 17:32:22,253 DEBUG Popping from q - planetlab-1.ece.iastate.edu
-2006-10-02 17:32:22,254 DEBUG Popping from q - sdu1.6planetlab.edu.cn
-2006-10-02 17:32:22,256 DEBUG Found tickets for planetlab2.ucsd.edu
-2006-10-02 17:32:22,257 DEBUG Popping from q - planetlab4.upc.es
-2006-10-02 17:32:22,258 DEBUG Popping from q - planetlab1.ipls.internet2.planet-lab.org
-2006-10-02 17:32:22,259 DEBUG Popping from q - planetlab-13.cs.princeton.edu
-2006-10-02 17:32:22,260 DEBUG Found tickets for planetlab-1.ece.iastate.edu
-2006-10-02 17:32:22,260 DEBUG Popping from q - planet1.cc.gt.atl.ga.us
-2006-10-02 17:32:22,296 DEBUG Found tickets for sdu1.6planetlab.edu.cn
-2006-10-02 17:32:22,297 DEBUG Popping from q - planetlab2.eecs.wsu.edu
-2006-10-02 17:32:22,298 DEBUG Popping from q - planet2.cs.ucsb.edu
-2006-10-02 17:32:22,299 DEBUG Found tickets for planetlab-13.cs.princeton.edu
-2006-10-02 17:32:22,299 DEBUG Popping from q - xjtu2.6planetlab.edu.cn
-2006-10-02 17:32:22,300 DEBUG Popping from q - planetlab3.upc.es
-2006-10-02 17:32:22,301 DEBUG Popping from q - node1.lbnl.nodes.planet-lab.org
-2006-10-02 17:32:22,362 DEBUG Popping from q - planetlab1.iitr.ernet.in
-2006-10-02 17:32:22,364 DEBUG Popping from q - planetlab1.eecs.iu-bremen.de
-2006-10-02 17:32:22,365 DEBUG Popping from q - planetlab2.uvic.ca
-2006-10-02 17:32:22,366 DEBUG Found tickets for planet2.cs.ucsb.edu
-2006-10-02 17:32:22,367 DEBUG Popping from q - planetlab01.erin.utoronto.ca
-2006-10-02 17:32:22,368 DEBUG Popping from q - planetlab-4.ece.iastate.edu
-2006-10-02 17:32:22,370 DEBUG Popping from q - planetlab2.informatik.uni-goettingen.de
-2006-10-02 17:32:22,374 DEBUG Popping from q - ds-pl1.technion.ac.il
-2006-10-02 17:32:22,375 DEBUG Found tickets for planetlab2.uvic.ca
-2006-10-02 17:32:22,375 DEBUG Popping from q - planetlab1.mnl.cs.sunysb.edu
-2006-10-02 17:32:22,379 DEBUG Found tickets for planetlab-4.ece.iastate.edu
-2006-10-02 17:32:22,379 DEBUG Popping from q - aladdin.planetlab.extranet.uni-passau.de
-2006-10-02 17:32:22,381 DEBUG Found tickets for planetlab2.informatik.uni-goettingen.de
-2006-10-02 17:32:22,381 DEBUG Popping from q - planetlab-1.cs.uni-paderborn.de
-2006-10-02 17:32:22,382 DEBUG Popping from q - planet1.njit.edu
-2006-10-02 17:32:22,384 DEBUG Found tickets for planetlab1.mnl.cs.sunysb.edu
-2006-10-02 17:32:22,385 DEBUG Popping from q - pku2.6planetlab.edu.cn
-2006-10-02 17:32:22,386 DEBUG Popping from q - planetlab-1.cs.ucy.ac.cy
-2006-10-02 17:32:22,387 DEBUG Popping from q - planetlab00.cse.psu.edu
-2006-10-02 17:32:22,389 DEBUG Popping from q - planetlab04.ethz.ch
-2006-10-02 17:32:22,390 DEBUG Popping from q - sdu2.6planetlab.edu.cn
-2006-10-02 17:32:22,392 DEBUG Popping from q - planet-lab.iki.rssi.ru
-2006-10-02 17:32:22,393 DEBUG Popping from q - planetlab1.polito.it
-2006-10-02 17:32:22,396 DEBUG Found tickets for sdu2.6planetlab.edu.cn
-2006-10-02 17:32:22,396 DEBUG Popping from q - planetlab1.uvic.ca
-2006-10-02 17:32:22,398 DEBUG Found tickets for planet-lab.iki.rssi.ru
-2006-10-02 17:32:22,398 DEBUG Popping from q - planetlab1.cs.byu.edu
-2006-10-02 17:32:22,399 DEBUG Popping from q - planetlab-1.amst.nodes.planet-lab.org
-2006-10-02 17:32:22,401 DEBUG Found tickets for planetlab1.uvic.ca
-2006-10-02 17:32:22,401 DEBUG Popping from q - cloudburst.uwaterloo.ca
-2006-10-02 17:32:22,402 DEBUG Found tickets for planetlab04.ethz.ch
-2006-10-02 17:32:22,403 DEBUG Popping from q - planet2.cs.rochester.edu
-2006-10-02 17:32:22,404 DEBUG Found tickets for planetlab1.polito.it
-2006-10-02 17:32:22,405 DEBUG Popping from q - planetlab1.xeno.cl.cam.ac.uk
-2006-10-02 17:32:22,407 DEBUG Popping from q - lycra.cs.princeton.edu
-2006-10-02 17:32:22,408 DEBUG Found tickets for cloudburst.uwaterloo.ca
-2006-10-02 17:32:22,408 DEBUG Popping from q - planetlab06.mpi-sws.mpg.de
-2006-10-02 17:32:22,409 DEBUG Popping from q - planetlab1.ias.csusb.edu
-2006-10-02 17:32:22,413 DEBUG Popping from q - vayu.iitd.ernet.in
-2006-10-02 17:32:22,414 DEBUG Found tickets for lycra.cs.princeton.edu
-2006-10-02 17:32:22,414 DEBUG Popping from q - node2.lbnl.nodes.planet-lab.org
-2006-10-02 17:32:22,417 DEBUG Found tickets for planetlab1.ias.csusb.edu
-2006-10-02 17:32:22,417 DEBUG Popping from q - planetlab2.cs.byu.edu
-2006-10-02 17:32:22,421 DEBUG Popping from q - cqu1.6planetlab.edu.cn
-2006-10-02 17:32:22,422 DEBUG Popping from q - planetlab2.acis.ufl.edu
-2006-10-02 17:32:22,424 DEBUG Found tickets for planet2.cs.rochester.edu
-2006-10-02 17:32:22,424 DEBUG Popping from q - planetlab1.cs.unibo.it
-2006-10-02 17:32:22,426 DEBUG Popping from q - tju2.6planetlab.edu.cn
-2006-10-02 17:32:22,427 DEBUG Popping from q - orbpl1.rutgers.edu
-2006-10-02 17:32:22,427 DEBUG Found tickets for planetlab2.acis.ufl.edu
-2006-10-02 17:32:22,428 DEBUG Found tickets for cqu1.6planetlab.edu.cn
-2006-10-02 17:32:22,429 DEBUG Popping from q - ent1.cs.nccu.edu.tw
-2006-10-02 17:32:22,430 DEBUG Found tickets for planetlab1.cs.unibo.it
-2006-10-02 17:32:22,431 DEBUG Popping from q - planet0.jaist.ac.jp
-2006-10-02 17:32:22,432 DEBUG Found tickets for tju2.6planetlab.edu.cn
-2006-10-02 17:32:22,432 DEBUG Popping from q - soccf-planet-001.comp.nus.edu.sg
-2006-10-02 17:32:22,433 DEBUG Popping from q - planetlab1.informatik.uni-wuerzburg.de
-2006-10-02 17:32:22,437 DEBUG Found tickets for orbpl1.rutgers.edu
-2006-10-02 17:32:22,438 DEBUG Popping from q - planetlab3.warsaw.rd.tp.pl
-2006-10-02 17:32:22,439 DEBUG Found tickets for planet0.jaist.ac.jp
-2006-10-02 17:32:22,439 DEBUG Popping from q - planetlab0.ias.csusb.edu
-2006-10-02 17:32:22,440 DEBUG Found tickets for soccf-planet-001.comp.nus.edu.sg
-2006-10-02 17:32:22,440 DEBUG Popping from q - planetlab-2.amst.nodes.planet-lab.org
-2006-10-02 17:32:22,460 DEBUG Found tickets for ent1.cs.nccu.edu.tw
-2006-10-02 17:32:22,460 DEBUG Popping from q - planetlab3.inria.fr
-2006-10-02 17:32:22,465 DEBUG Found tickets for planetlab1.informatik.uni-wuerzburg.de
-2006-10-02 17:32:22,465 DEBUG Popping from q - 200-102-209-152.paemt7001.t.brasiltelecom.net.br
-2006-10-02 17:32:22,467 DEBUG Popping from q - planetlab3.mnl.cs.sunysb.edu
-2006-10-02 17:32:22,468 DEBUG Popping from q - planetlab-15.cs.princeton.edu
-2006-10-02 17:32:22,469 DEBUG Found tickets for 200-102-209-152.paemt7001.t.brasiltelecom.net.br
-2006-10-02 17:32:22,469 DEBUG Popping from q - ent2.cs.nccu.edu.tw
-2006-10-02 17:32:22,471 DEBUG Popping from q - planet-lab-2.csse.monash.edu.au
-2006-10-02 17:32:22,473 DEBUG Found tickets for ent2.cs.nccu.edu.tw
-2006-10-02 17:32:22,473 DEBUG Popping from q - planet1.ecse.rpi.edu
-2006-10-02 17:32:22,474 DEBUG Popping from q - planetlab-2.unk.edu
-2006-10-02 17:32:22,475 DEBUG Found tickets for planetlab0.ias.csusb.edu
-2006-10-02 17:32:22,476 DEBUG Popping from q - planetlab2.rdfrancetelecom.com
-2006-10-02 17:32:22,478 DEBUG Popping from q - planetlab1.eurecom.fr
-2006-10-02 17:32:22,479 DEBUG Found tickets for planet1.ecse.rpi.edu
-2006-10-02 17:32:22,480 DEBUG Popping from q - planetlab1.cs.virginia.edu
-2006-10-02 17:32:22,481 DEBUG Popping from q - tju1.6planetlab.edu.cn
-2006-10-02 17:32:22,482 DEBUG Found tickets for planet-lab-2.csse.monash.edu.au
-2006-10-02 17:32:22,482 DEBUG Popping from q - planetlab-3.amst.nodes.planet-lab.org
-2006-10-02 17:32:22,484 DEBUG Found tickets for planetlab2.rdfrancetelecom.com
-2006-10-02 17:32:22,485 DEBUG Popping from q - planetlab2.iitr.ernet.in
-2006-10-02 17:32:22,486 DEBUG Found tickets for planetlab1.eurecom.fr
-2006-10-02 17:32:22,486 DEBUG Popping from q - planetlab1.georgetown.edu
-2006-10-02 17:32:22,487 DEBUG Popping from q - planet1.inf.tu-dresden.de
-2006-10-02 17:32:22,488 DEBUG Popping from q - alice.cs.princeton.edu
-2006-10-02 17:32:22,491 DEBUG Popping from q - planetlab02.erin.utoronto.ca
-2006-10-02 17:32:22,492 DEBUG Found tickets for planetlab1.georgetown.edu
-2006-10-02 17:32:22,492 DEBUG Popping from q - planetlab-1.vuse.vanderbilt.edu
-2006-10-02 17:32:22,493 DEBUG Popping from q - planetlab3.uvic.ca
-2006-10-02 17:32:22,495 DEBUG Found tickets for alice.cs.princeton.edu
-2006-10-02 17:32:22,495 DEBUG Popping from q - scut2.6planetlab.edu.cn
-2006-10-02 17:32:22,497 DEBUG Found tickets for planetlab-1.vuse.vanderbilt.edu
-2006-10-02 17:32:22,498 DEBUG Popping from q - planetlab1.swidnik.rd.tp.pl
-2006-10-02 17:32:22,498 DEBUG Found tickets for planetlab3.uvic.ca
-2006-10-02 17:32:22,499 DEBUG Popping from q - planet2.cdacb.ernet.in
-2006-10-02 17:32:22,497 DEBUG Found tickets for tju1.6planetlab.edu.cn
-2006-10-02 17:32:22,500 DEBUG Found tickets for scut2.6planetlab.edu.cn
-2006-10-02 17:32:22,501 DEBUG Popping from q - planet2.inf.tu-dresden.de
-2006-10-02 17:32:22,500 DEBUG Popping from q - planetlab1.rdfrancetelecom.com
-2006-10-02 17:32:22,502 DEBUG Popping from q - planet02.csc.ncsu.edu
-2006-10-02 17:32:22,506 DEBUG Found tickets for planet2.cdacb.ernet.in
-2006-10-02 17:32:22,506 DEBUG Popping from q - server1.planetlab.iit-tech.net
-2006-10-02 17:32:22,507 DEBUG Found tickets for planetlab1.swidnik.rd.tp.pl
-2006-10-02 17:32:22,507 DEBUG Popping from q - planetlab-1.tssg.org
-2006-10-02 17:32:22,508 DEBUG Found tickets for planetlab1.rdfrancetelecom.com
-2006-10-02 17:32:22,508 DEBUG Popping from q - planetlab-2.vuse.vanderbilt.edu
-2006-10-02 17:32:22,511 DEBUG Found tickets for server1.planetlab.iit-tech.net
-2006-10-02 17:32:22,511 DEBUG Popping from q - planetlab-11.cs.princeton.edu
-2006-10-02 17:32:22,518 DEBUG Found tickets for planetlab-2.vuse.vanderbilt.edu
-2006-10-02 17:32:22,518 DEBUG Popping from q - planet03.csc.ncsu.edu
-2006-10-02 17:32:22,519 DEBUG Popping from q - planetlab1.pop-rj.rnp.br
-2006-10-02 17:32:22,520 DEBUG Popping from q - planet1.halifax.canet4.nodes.planet-lab.org
-2006-10-02 17:32:22,521 DEBUG Popping from q - planet1.cavite.nodes.planet-lab.org
-2006-10-02 17:32:22,522 DEBUG Found tickets for planetlab-1.tssg.org
-2006-10-02 17:32:22,523 DEBUG Popping from q - ds-pl3.technion.ac.il
-2006-10-02 17:32:22,526 DEBUG Popping from q - planetlab2.cs.purdue.edu
-2006-10-02 17:32:22,527 DEBUG Found tickets for planetlab1.pop-rj.rnp.br
-2006-10-02 17:32:22,527 DEBUG Popping from q - planetlab3.millennium.berkeley.edu
-2006-10-02 17:32:22,534 DEBUG Popping from q - planetlab1.unl.edu
-2006-10-02 17:32:22,535 DEBUG Popping from q - planetlab1.cs.colorado.edu
-2006-10-02 17:32:22,537 DEBUG Popping from q - planetlab02.cs.washington.edu
-2006-10-02 17:32:22,538 DEBUG Popping from q - pads21.cs.nthu.edu.tw
-2006-10-02 17:32:22,540 DEBUG Found tickets for ds-pl3.technion.ac.il
-2006-10-02 17:32:22,540 DEBUG Popping from q - orbpl2.rutgers.edu
-2006-10-02 17:32:22,541 DEBUG Found tickets for planetlab02.cs.washington.edu
-2006-10-02 17:32:22,542 DEBUG Popping from q - planetlab2.informatik.uni-erlangen.de
-2006-10-02 17:32:22,544 DEBUG Found tickets for planetlab1.unl.edu
-2006-10-02 17:32:22,544 DEBUG Popping from q - planetlab-01.ipv6.lip6.fr
-2006-10-02 17:32:22,548 DEBUG Popping from q - pl2.ernet.in
-2006-10-02 17:32:22,567 DEBUG Found tickets for planetlab1.cs.colorado.edu
-2006-10-02 17:32:22,567 DEBUG Popping from q - neu2.6planetlab.edu.cn
-2006-10-02 17:32:31,823 DEBUG Popping from q - planetlab-2.cs.uni-paderborn.de
-2006-10-02 17:32:38,030 DEBUG Found tickets for planetlab2.informatik.uni-erlangen.de
-2006-10-02 17:32:38,030 DEBUG Popping from q - planet5.cs.huji.ac.il
-2006-10-02 17:32:48,310 DEBUG Found tickets for orbpl2.rutgers.edu
-2006-10-02 17:32:48,310 DEBUG Popping from q - planetlab1.elet.polimi.it
-2006-10-02 17:32:55,674 DEBUG Popping from q - planetlab2.iiitb.ac.in
-2006-10-02 17:33:03,974 DEBUG Popping from q - planetlab11.millennium.berkeley.edu
-2006-10-02 17:33:13,092 DEBUG Popping from q - planetlab2.iitb.ac.in
-2006-10-02 17:33:19,011 DEBUG Popping from q - planetlab02.dis.unina.it
-2006-10-02 17:33:23,106 DEBUG Popping from q - planetlab-1.dis.uniroma1.it
-2006-10-02 17:33:34,792 DEBUG Popping from q - planetlab1.iitb.ac.in
-2006-10-02 17:33:38,984 DEBUG Popping from q - pku1.6planetlab.edu.cn
-2006-10-02 17:33:52,146 DEBUG Found tickets for planetlab2.iitb.ac.in
-2006-10-02 17:33:52,146 DEBUG Popping from q - planetlab1.warsaw.rd.tp.pl
-2006-10-02 17:33:52,520 DEBUG Found tickets for pku1.6planetlab.edu.cn
-2006-10-02 17:33:52,521 DEBUG Popping from q - planetlab-2.cs.ucy.ac.cy
-2006-10-02 17:33:58,629 DEBUG Found tickets for planetlab1.iitb.ac.in
-2006-10-02 17:33:58,629 DEBUG Popping from q - pl1.ernet.in
-2006-10-02 17:34:02,076 INFO Monitor Killed
-2006-10-02 22:48:12,507 INFO Monitor Started
-2006-10-02 22:48:12,508 INFO Starting thread Watcher
-2006-10-02 22:48:12,508 INFO Starting thread rt1
-2006-10-02 22:48:12,509 INFO Starting thread rt2
-2006-10-02 22:48:12,509 INFO Starting thread rt3
-2006-10-02 22:48:12,509 INFO Starting thread rt4
-2006-10-02 22:48:12,509 INFO Starting thread rt5
-2006-10-02 22:48:12,510 INFO Starting thread cleanrt5
-2006-10-02 22:48:12,510 INFO Starting thread rt5
-2006-10-02 22:48:12,510 DEBUG Removing stale entries from DB.
-2006-10-02 22:48:12,511 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='drift%20%3E%201m'
-2006-10-02 22:48:12,514 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv
-2006-10-02 22:48:12,668 DEBUG Retrieved 10 hosts
-2006-10-02 22:48:12,668 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='resptime%20%3E%200%20&&%20gbfree%20%3C%205'
-2006-10-02 22:48:12,832 DEBUG Retrieved 11 hosts
-2006-10-02 22:48:12,832 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='sshstatus%20%3E%202h'
-2006-10-02 22:48:13,190 DEBUG Retrieved 163 hosts
-2006-10-02 22:48:13,192 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='dns1udp%20%3E%2080%20&&%20dns2udp%20%3E%2080'
-2006-10-02 22:48:13,347 DEBUG Retrieved 9 hosts
-2006-10-02 22:48:13,347 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='filerw%3E0'
-2006-10-02 22:48:13,470 DEBUG Retrieved 1 hosts
-2006-10-02 22:48:13,471 INFO Refreshing DB.
-2006-10-02 22:48:13,874 DEBUG Retrieved 706 hosts
-2006-10-02 22:48:13,874 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='drift%20%3E%201m'
-2006-10-02 22:48:14,009 DEBUG Retrieved 10 hosts
-2006-10-02 22:48:14,009 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='resptime%20%3E%200%20&&%20gbfree%20%3C%205'
-2006-10-02 22:48:14,145 DEBUG Retrieved 11 hosts
-2006-10-02 22:48:14,145 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='sshstatus%20%3E%202h'
-2006-10-02 22:48:14,492 DEBUG Retrieved 163 hosts
-2006-10-02 22:48:14,493 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='dns1udp%20%3E%2080%20&&%20dns2udp%20%3E%2080'
-2006-10-02 22:48:14,631 DEBUG Retrieved 9 hosts
-2006-10-02 22:48:14,631 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='filerw%3E0'
-2006-10-02 22:48:14,756 DEBUG Retrieved 1 hosts
-2006-10-02 22:48:14,759 DEBUG Popping from q - planetlab2.elet.polimi.it
-2006-10-02 22:48:14,763 DEBUG Popping from q - cs-planetlab2.cs.surrey.sfu.ca
-2006-10-02 22:48:14,764 DEBUG Popping from q - pli1-br-3.hpl.hp.com
-2006-10-02 22:48:14,765 DEBUG Popping from q - planetlab2.nbgisp.com
-2006-10-02 22:48:14,766 DEBUG Popping from q - planetlab2.cs.duke.edu
-2006-10-02 22:48:27,442 DEBUG Popping from q - planetlab1.cs.stir.ac.uk
-2006-10-02 22:48:36,546 DEBUG Found tickets for cs-planetlab2.cs.surrey.sfu.ca
-2006-10-02 22:48:36,546 DEBUG Popping from q - planetlab1.cse.msu.edu
-2006-10-02 22:48:42,511 DEBUG Popping from q - planetlab2.cse.msu.edu
-2006-10-02 22:48:54,554 DEBUG Found tickets for pli1-br-3.hpl.hp.com
-2006-10-02 22:48:54,554 DEBUG Popping from q - planetlab0.cs.stir.ac.uk
-2006-10-02 22:48:57,400 DEBUG Found tickets for planetlab2.cse.msu.edu
-2006-10-02 22:48:57,400 DEBUG Popping from q - planetlab1.informatik.uni-erlangen.de
-2006-10-02 22:49:08,705 DEBUG Popping from q - planetlab3.cs.duke.edu
-2006-10-02 22:49:10,957 DEBUG Popping from q - planetlab1.een.orst.edu
-2006-10-02 22:49:13,561 DEBUG Popping from q - planetlab1.cs.purdue.edu
-2006-10-02 22:49:23,322 DEBUG Found tickets for planetlab1.cs.purdue.edu
-2006-10-02 22:49:23,323 DEBUG Popping from q - planetlab2.cs.columbia.edu
-2006-10-02 22:49:31,130 DEBUG Popping from q - planetlab1.win.trlabs.ca
-2006-10-02 22:49:35,653 DEBUG Popping from q - planetlab1.cs.duke.edu
-2006-10-02 22:49:48,071 DEBUG Popping from q - planetlab2.flux.utah.edu
-2006-10-02 22:49:58,268 DEBUG Popping from q - planetlab3.cs.columbia.edu
-2006-10-02 22:50:01,271 DEBUG Popping from q - planetlab1.cs.columbia.edu
-2006-10-02 22:50:01,952 DEBUG Popping from q - planetlab3.flux.utah.edu
-2006-10-02 22:50:13,136 DEBUG Popping from q - planetlab-1.eecs.cwru.edu
-2006-10-02 22:50:17,494 DEBUG Popping from q - planetlab2.rutgers.edu
-2006-10-02 22:50:24,506 DEBUG Popping from q - vn3.cs.wustl.edu
-2006-10-02 22:50:31,622 DEBUG Popping from q - planetlab2.cri.haifa.ac.il
-2006-10-02 22:50:37,878 DEBUG Found tickets for vn3.cs.wustl.edu
-2006-10-02 22:50:37,878 DEBUG Popping from q - planetlab2.informatik.uni-wuerzburg.de
-2006-10-02 22:50:46,295 DEBUG Found tickets for planetlab2.cri.haifa.ac.il
-2006-10-02 22:50:46,296 DEBUG Popping from q - planetlab01.cse.psu.edu
-2006-10-02 22:50:52,307 DEBUG Popping from q - csu2.6planetlab.edu.cn
-2006-10-02 22:51:00,168 DEBUG Popping from q - planet2.njit.edu
-2006-10-02 22:51:06,961 DEBUG Found tickets for csu2.6planetlab.edu.cn
-2006-10-02 22:51:06,961 DEBUG Popping from q - planetlab2.unl.edu
-2006-10-02 22:51:15,590 DEBUG Found tickets for planet2.njit.edu
-2006-10-02 22:51:15,591 DEBUG Popping from q - planetlab1.cs.pitt.edu
-2006-10-02 22:51:22,600 DEBUG Popping from q - planetlab1.cri.haifa.ac.il
-2006-10-02 22:51:30,567 DEBUG Popping from q - planetlab2.urv.net
-2006-10-02 22:51:34,434 DEBUG Found tickets for planetlab1.cri.haifa.ac.il
-2006-10-02 22:51:34,434 DEBUG Popping from q - planetlab7.csail.mit.edu
-2006-10-02 22:51:48,973 DEBUG Found tickets for planetlab7.csail.mit.edu
-2006-10-02 22:51:48,974 DEBUG Popping from q - buaa1.6planetlab.edu.cn
-2006-10-02 22:51:50,109 DEBUG Popping from q - ricepl-3.cs.rice.edu
-2006-10-02 22:52:02,781 DEBUG Popping from q - planet-lab-1.csse.monash.edu.au
-2006-10-02 22:52:07,151 DEBUG Found tickets for buaa1.6planetlab.edu.cn
-2006-10-02 22:52:07,152 DEBUG Popping from q - planetlab5.millennium.berkeley.edu
-2006-10-02 22:52:13,478 DEBUG Popping from q - planetlab1.pop-ce.rnp.br
-2006-10-02 22:52:24,594 DEBUG Popping from q - planetlab2.mnlab.cti.depaul.edu
-2006-10-02 22:52:30,740 DEBUG Found tickets for planetlab1.pop-ce.rnp.br
-2006-10-02 22:52:30,740 DEBUG Popping from q - peace.ri.uni-tuebingen.de
-2006-10-02 22:52:35,235 INFO Monitor Killed
-2006-10-02 22:53:25,138 INFO Monitor Started
-2006-10-02 22:53:25,138 INFO Starting thread Watcher
-2006-10-02 22:53:25,139 INFO Starting thread rt1
-2006-10-02 22:53:25,139 INFO Starting thread rt2
-2006-10-02 22:53:25,140 INFO Starting thread rt3
-2006-10-02 22:53:25,140 INFO Starting thread rt4
-2006-10-02 22:53:25,140 INFO Starting thread rt5
-2006-10-02 22:53:25,140 INFO Starting thread cleanrt5
-2006-10-02 22:53:25,141 INFO Starting thread rt5
-2006-10-02 22:53:25,141 DEBUG Removing stale entries from DB.
-2006-10-02 22:53:25,141 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='drift%20%3E%201m'
-2006-10-02 22:53:25,144 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv
-2006-10-02 22:53:25,285 DEBUG Retrieved 9 hosts
-2006-10-02 22:53:25,286 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='resptime%20%3E%200%20&&%20gbfree%20%3C%205'
-2006-10-02 22:53:25,443 DEBUG Retrieved 10 hosts
-2006-10-02 22:53:25,444 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='sshstatus%20%3E%202h'
-2006-10-02 22:53:25,804 DEBUG Retrieved 163 hosts
-2006-10-02 22:53:25,805 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='dns1udp%20%3E%2080%20&&%20dns2udp%20%3E%2080'
-2006-10-02 22:53:25,964 DEBUG Retrieved 9 hosts
-2006-10-02 22:53:25,964 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='filerw%3E0'
-2006-10-02 22:53:26,088 DEBUG Retrieved 1 hosts
-2006-10-02 22:53:26,089 INFO Refreshing DB.
-2006-10-02 22:53:26,502 DEBUG Retrieved 706 hosts
-2006-10-02 22:53:26,503 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='drift%20%3E%201m'
-2006-10-02 22:53:26,636 DEBUG Retrieved 9 hosts
-2006-10-02 22:53:26,636 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='resptime%20%3E%200%20&&%20gbfree%20%3C%205'
-2006-10-02 22:53:26,770 DEBUG Retrieved 10 hosts
-2006-10-02 22:53:26,770 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='sshstatus%20%3E%202h'
-2006-10-02 22:53:27,113 DEBUG Retrieved 163 hosts
-2006-10-02 22:53:27,114 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='dns1udp%20%3E%2080%20&&%20dns2udp%20%3E%2080'
-2006-10-02 22:53:27,314 DEBUG Retrieved 9 hosts
-2006-10-02 22:53:27,315 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='filerw%3E0'
-2006-10-02 22:53:27,438 DEBUG Retrieved 1 hosts
-2006-10-02 22:53:27,441 DEBUG Popping from q - planetlab2.elet.polimi.it
-2006-10-02 22:53:27,446 DEBUG Popping from q - pli1-br-3.hpl.hp.com
-2006-10-02 22:53:27,446 DEBUG Popping from q - planetlab2.nbgisp.com
-2006-10-02 22:53:27,447 DEBUG Popping from q - planetlab2.cs.duke.edu
-2006-10-02 22:53:27,448 DEBUG Popping from q - planetlab1.cs.stir.ac.uk
-2006-10-02 22:53:27,450 DEBUG Found tickets for pli1-br-3.hpl.hp.com
-2006-10-02 22:53:27,451 DEBUG Popping from q - planetlab1.cse.msu.edu
-2006-10-02 22:53:27,452 DEBUG Popping from q - planetlab2.cse.msu.edu
-2006-10-02 22:53:27,454 DEBUG Popping from q - planetlab0.cs.stir.ac.uk
-2006-10-02 22:53:27,455 DEBUG Popping from q - planetlab1.informatik.uni-erlangen.de
-2006-10-02 22:53:27,456 DEBUG Popping from q - planetlab1.cs.purdue.edu
-2006-10-02 22:53:27,458 DEBUG Found tickets for planetlab2.cse.msu.edu
-2006-10-02 22:53:27,458 DEBUG Popping from q - planetlab1.een.orst.edu
-2006-10-02 22:53:27,459 DEBUG Found tickets for planetlab1.cse.msu.edu
-2006-10-02 22:53:27,459 DEBUG Popping from q - planetlab2.cs.columbia.edu
-2006-10-02 22:53:27,461 DEBUG Popping from q - planetlab1.win.trlabs.ca
-2006-10-02 22:53:27,463 DEBUG Popping from q - planetlab1.cs.duke.edu
-2006-10-02 22:53:27,464 DEBUG Popping from q - planetlab2.flux.utah.edu
-2006-10-02 22:53:27,465 DEBUG Popping from q - planetlab3.cs.columbia.edu
-2006-10-02 22:53:27,466 DEBUG Found tickets for planetlab1.cs.purdue.edu
-2006-10-02 22:53:27,466 DEBUG Popping from q - planetlab1.cs.columbia.edu
-2006-10-02 22:53:27,468 DEBUG Popping from q - planetlab3.flux.utah.edu
-2006-10-02 22:53:27,469 DEBUG Popping from q - planetlab-1.eecs.cwru.edu
-2006-10-02 22:53:27,471 DEBUG Popping from q - planetlab2.rutgers.edu
-2006-10-02 22:53:27,473 DEBUG Popping from q - vn3.cs.wustl.edu
-2006-10-02 22:53:27,474 DEBUG Popping from q - planetlab2.cri.haifa.ac.il
-2006-10-02 22:53:27,475 DEBUG Popping from q - planetlab2.informatik.uni-wuerzburg.de
-2006-10-02 22:53:27,476 DEBUG Popping from q - planetlab01.cse.psu.edu
-2006-10-02 22:53:27,478 DEBUG Found tickets for planetlab2.rutgers.edu
-2006-10-02 22:53:27,478 DEBUG Popping from q - csu2.6planetlab.edu.cn
-2006-10-02 22:53:27,479 DEBUG Found tickets for vn3.cs.wustl.edu
-2006-10-02 22:53:27,480 DEBUG Popping from q - planet2.njit.edu
-2006-10-02 22:53:27,481 DEBUG Found tickets for planetlab2.cri.haifa.ac.il
-2006-10-02 22:53:27,482 DEBUG Popping from q - planetlab2.unl.edu
-2006-10-02 22:53:27,483 DEBUG Popping from q - planetlab1.cs.pitt.edu
-2006-10-02 22:53:27,484 DEBUG Found tickets for csu2.6planetlab.edu.cn
-2006-10-02 22:53:27,484 DEBUG Popping from q - planetlab1.cri.haifa.ac.il
-2006-10-02 22:53:27,485 DEBUG Popping from q - planetlab2.urv.net
-2006-10-02 22:53:27,487 DEBUG Found tickets for planet2.njit.edu
-2006-10-02 22:53:27,487 DEBUG Popping from q - planetlab7.csail.mit.edu
-2006-10-02 22:53:27,489 DEBUG Popping from q - buaa1.6planetlab.edu.cn
-2006-10-02 22:53:27,490 DEBUG Popping from q - ricepl-3.cs.rice.edu
-2006-10-02 22:53:27,491 DEBUG Found tickets for planetlab1.cri.haifa.ac.il
-2006-10-02 22:53:27,492 DEBUG Popping from q - planet-lab-1.csse.monash.edu.au
-2006-10-02 22:53:27,493 DEBUG Popping from q - planetlab5.millennium.berkeley.edu
-2006-10-02 22:53:27,495 DEBUG Found tickets for buaa1.6planetlab.edu.cn
-2006-10-02 22:53:27,495 DEBUG Popping from q - planetlab1.pop-ce.rnp.br
-2006-10-02 22:53:27,496 DEBUG Found tickets for planetlab7.csail.mit.edu
-2006-10-02 22:53:27,496 DEBUG Popping from q - planetlab2.mnlab.cti.depaul.edu
-2006-10-02 22:53:27,497 DEBUG Popping from q - peace.ri.uni-tuebingen.de
-2006-10-02 22:53:27,499 DEBUG Popping from q - planetlab-8.cs.princeton.edu
-2006-10-02 22:53:27,501 DEBUG Popping from q - planetlab2.ucsd.edu
-2006-10-02 22:53:27,502 DEBUG Found tickets for planetlab1.pop-ce.rnp.br
-2006-10-02 22:53:27,502 DEBUG Popping from q - blast.uwaterloo.ca
-2006-10-02 22:53:27,503 DEBUG Found tickets for planetlab2.mnlab.cti.depaul.edu
-2006-10-02 22:53:27,504 DEBUG Popping from q - planetlab1.cs.wayne.edu
-2006-10-02 22:53:27,505 DEBUG Popping from q - pli1-br-3.hpl.hp.com
-2006-10-02 22:53:27,511 DEBUG Found tickets for pli1-br-3.hpl.hp.com
-2006-10-02 22:53:27,512 DEBUG Popping from q - planetlab2.eurecom.fr
-2006-10-02 22:53:41,207 DEBUG Found tickets for blast.uwaterloo.ca
-2006-10-02 22:53:41,207 DEBUG Popping from q - planetlab1.di.unito.it
-2006-10-02 22:53:52,874 DEBUG Popping from q - planetlab2.simula.no
-2006-10-02 22:53:54,157 DEBUG Found tickets for planetlab1.cs.wayne.edu
-2006-10-02 22:53:54,157 DEBUG Popping from q - planetlab01.dis.unina.it
-2006-10-02 22:54:05,934 DEBUG Found tickets for planetlab1.di.unito.it
-2006-10-02 22:54:05,934 DEBUG Popping from q - planetlab1.flux.utah.edu
-2006-10-02 22:54:13,916 DEBUG Popping from q - planetlab-1.ece.iastate.edu
-2006-10-02 22:54:20,824 DEBUG Popping from q - sdu1.6planetlab.edu.cn
-2006-10-02 22:54:27,363 DEBUG Found tickets for planetlab-1.ece.iastate.edu
-2006-10-02 22:54:27,363 DEBUG Popping from q - planetlab4.upc.es
-2006-10-02 22:54:34,518 DEBUG Found tickets for sdu1.6planetlab.edu.cn
-2006-10-02 22:54:34,518 DEBUG Popping from q - planetlab1.ipls.internet2.planet-lab.org
-2006-10-02 22:54:34,519 DEBUG Popping from q - planetlab-13.cs.princeton.edu
-2006-10-02 22:54:45,005 DEBUG Popping from q - planet1.cc.gt.atl.ga.us
-2006-10-02 22:54:55,052 DEBUG Found tickets for planetlab-13.cs.princeton.edu
-2006-10-02 22:54:55,052 DEBUG Popping from q - planetlab2.eecs.wsu.edu
-2006-10-02 22:55:01,259 DEBUG Popping from q - planet2.cs.ucsb.edu
-2006-10-02 22:55:04,605 DEBUG Popping from q - xjtu2.6planetlab.edu.cn
-2006-10-02 22:55:07,698 DEBUG Popping from q - planetlab3.upc.es
-2006-10-02 22:55:20,923 DEBUG Found tickets for planet2.cs.ucsb.edu
-2006-10-02 22:55:20,924 DEBUG Popping from q - node1.lbnl.nodes.planet-lab.org
-2006-10-02 22:55:30,451 DEBUG Popping from q - planetlab1.iitr.ernet.in
-2006-10-02 22:55:36,330 DEBUG Popping from q - planetlab1.eecs.iu-bremen.de
-2006-10-02 22:55:40,880 DEBUG Popping from q - planetlab2.uvic.ca
-2006-10-02 22:55:43,155 DEBUG Popping from q - planetlab01.erin.utoronto.ca
-2006-10-02 22:55:58,637 DEBUG Found tickets for planetlab2.uvic.ca
-2006-10-02 22:55:58,638 DEBUG Popping from q - planetlab-4.ece.iastate.edu
-2006-10-02 22:56:02,302 DEBUG Popping from q - planetlab2.informatik.uni-goettingen.de
-2006-10-02 22:56:10,407 DEBUG Popping from q - ds-pl1.technion.ac.il
-2006-10-02 22:56:17,011 DEBUG Found tickets for planetlab2.informatik.uni-goettingen.de
-2006-10-02 22:56:17,011 DEBUG Popping from q - planetlab1.mnl.cs.sunysb.edu
-2006-10-02 22:56:21,015 DEBUG Found tickets for planetlab-4.ece.iastate.edu
-2006-10-02 22:56:21,015 DEBUG Popping from q - aladdin.planetlab.extranet.uni-passau.de
-2006-10-02 22:56:28,811 DEBUG Popping from q - planetlab-1.cs.uni-paderborn.de
-2006-10-02 22:56:37,151 DEBUG Found tickets for planetlab1.mnl.cs.sunysb.edu
-2006-10-02 22:56:37,151 DEBUG Popping from q - planet1.njit.edu
-2006-10-02 22:56:42,312 DEBUG Popping from q - pku2.6planetlab.edu.cn
-2006-10-02 22:56:51,283 DEBUG Popping from q - planetlab-1.cs.ucy.ac.cy
-2006-10-02 22:56:56,070 DEBUG Popping from q - planetlab00.cse.psu.edu
-2006-10-02 22:57:05,518 DEBUG Popping from q - planetlab04.ethz.ch
-2006-10-02 22:57:11,543 DEBUG Popping from q - sdu2.6planetlab.edu.cn
-2006-10-02 22:57:19,048 DEBUG Found tickets for planetlab04.ethz.ch
-2006-10-02 22:57:19,048 DEBUG Popping from q - planet-lab.iki.rssi.ru
-2006-10-02 22:57:28,498 DEBUG Found tickets for sdu2.6planetlab.edu.cn
-2006-10-02 22:57:28,498 DEBUG Popping from q - planetlab1.polito.it
-2006-10-02 22:57:36,587 DEBUG Found tickets for planet-lab.iki.rssi.ru
-2006-10-02 22:57:36,588 DEBUG Popping from q - planetlab1.uvic.ca
-2006-10-02 22:57:41,735 DEBUG Found tickets for planetlab-8.cs.princeton.edu
-2006-10-02 22:57:41,735 DEBUG Popping from q - planetlab1.cs.byu.edu
-2006-10-02 22:57:44,187 DEBUG Found tickets for planetlab2.ucsd.edu
-2006-10-02 22:57:44,187 DEBUG Popping from q - planetlab-1.amst.nodes.planet-lab.org
-2006-10-02 22:57:51,020 DEBUG Found tickets for planetlab1.polito.it
-2006-10-02 22:57:51,021 DEBUG Popping from q - cloudburst.uwaterloo.ca
-2006-10-02 22:57:58,782 DEBUG Found tickets for planetlab1.uvic.ca
-2006-10-02 22:57:58,783 DEBUG Popping from q - planet2.cs.rochester.edu
-2006-10-02 22:58:08,225 DEBUG Popping from q - planetlab1.xeno.cl.cam.ac.uk
-2006-10-02 22:58:09,075 DEBUG Found tickets for planet2.cs.rochester.edu
-2006-10-02 22:58:09,076 DEBUG Popping from q - lycra.cs.princeton.edu
-2006-10-02 22:58:16,520 DEBUG Popping from q - planetlab06.mpi-sws.mpg.de
-2006-10-02 22:58:17,816 DEBUG Found tickets for cloudburst.uwaterloo.ca
-2006-10-02 22:58:17,816 DEBUG Popping from q - planetlab1.ias.csusb.edu
-2006-10-02 22:58:31,083 DEBUG Popping from q - vayu.iitd.ernet.in
-2006-10-02 22:58:35,089 DEBUG Found tickets for planetlab1.ias.csusb.edu
-2006-10-02 22:58:35,089 DEBUG Popping from q - node2.lbnl.nodes.planet-lab.org
-2006-10-02 22:58:36,411 DEBUG Found tickets for lycra.cs.princeton.edu
-2006-10-02 22:58:36,411 DEBUG Popping from q - planetlab2.cs.byu.edu
-2006-10-02 22:58:48,050 DEBUG Popping from q - cqu1.6planetlab.edu.cn
-2006-10-02 22:58:53,774 DEBUG Popping from q - planetlab2.acis.ufl.edu
-2006-10-02 22:59:02,771 DEBUG Found tickets for cqu1.6planetlab.edu.cn
-2006-10-02 22:59:02,771 DEBUG Popping from q - planetlab1.cs.unibo.it
-2006-10-02 22:59:08,029 DEBUG Found tickets for planetlab2.acis.ufl.edu
-2006-10-02 22:59:08,030 DEBUG Popping from q - tju2.6planetlab.edu.cn
-2006-10-02 22:59:17,424 DEBUG Found tickets for planetlab1.cs.unibo.it
-2006-10-02 22:59:17,424 DEBUG Popping from q - orbpl1.rutgers.edu
-2006-10-02 22:59:19,685 DEBUG Found tickets for tju2.6planetlab.edu.cn
-2006-10-02 22:59:19,685 DEBUG Popping from q - ent1.cs.nccu.edu.tw
-2006-10-02 22:59:32,732 DEBUG Found tickets for ent1.cs.nccu.edu.tw
-2006-10-02 22:59:32,733 DEBUG Popping from q - planet0.jaist.ac.jp
-2006-10-02 22:59:35,073 DEBUG Found tickets for orbpl1.rutgers.edu
-2006-10-02 22:59:35,074 DEBUG Popping from q - soccf-planet-001.comp.nus.edu.sg
-2006-10-02 22:59:45,864 DEBUG Found tickets for planet0.jaist.ac.jp
-2006-10-02 22:59:45,864 DEBUG Popping from q - planetlab1.informatik.uni-wuerzburg.de
-2006-10-02 22:59:50,275 DEBUG Found tickets for soccf-planet-001.comp.nus.edu.sg
-2006-10-02 22:59:50,276 DEBUG Popping from q - planetlab3.warsaw.rd.tp.pl
-2006-10-02 22:59:57,602 DEBUG Popping from q - planetlab0.ias.csusb.edu
-2006-10-02 23:00:07,102 DEBUG Found tickets for planetlab1.informatik.uni-wuerzburg.de
-2006-10-02 23:00:07,102 DEBUG Popping from q - planetlab-2.amst.nodes.planet-lab.org
-2006-10-02 23:00:09,319 DEBUG Popping from q - planetlab3.inria.fr
-2006-10-02 23:00:15,704 DEBUG Popping from q - 200-102-209-152.paemt7001.t.brasiltelecom.net.br
-2006-10-02 23:00:27,360 DEBUG Found tickets for planetlab0.ias.csusb.edu
-2006-10-02 23:00:27,361 DEBUG Popping from q - planetlab3.mnl.cs.sunysb.edu
-2006-10-02 23:00:29,664 DEBUG Found tickets for 200-102-209-152.paemt7001.t.brasiltelecom.net.br
-2006-10-02 23:00:29,665 DEBUG Popping from q - planetlab-15.cs.princeton.edu
-2006-10-02 23:00:34,229 DEBUG Popping from q - ent2.cs.nccu.edu.tw
-2006-10-02 23:00:41,433 DEBUG Popping from q - planet-lab-2.csse.monash.edu.au
-2006-10-02 23:00:46,654 DEBUG Popping from q - planet1.ecse.rpi.edu
-2006-10-02 23:00:57,262 DEBUG Found tickets for ent2.cs.nccu.edu.tw
-2006-10-02 23:00:57,262 DEBUG Popping from q - planetlab-2.unk.edu
-2006-10-02 23:01:02,207 DEBUG Found tickets for planet1.ecse.rpi.edu
-2006-10-02 23:01:02,207 DEBUG Popping from q - planetlab2.rdfrancetelecom.com
-2006-10-02 23:01:03,918 DEBUG Found tickets for planet-lab-2.csse.monash.edu.au
-2006-10-02 23:01:03,918 DEBUG Popping from q - planetlab1.eurecom.fr
-2006-10-02 23:01:22,373 DEBUG Found tickets for planetlab2.rdfrancetelecom.com
-2006-10-02 23:01:22,373 DEBUG Popping from q - planetlab1.cs.virginia.edu
-2006-10-02 23:01:23,346 DEBUG Popping from q - tju1.6planetlab.edu.cn
-2006-10-02 23:01:25,593 DEBUG Found tickets for planetlab1.eurecom.fr
-2006-10-02 23:01:25,593 DEBUG Popping from q - planetlab-3.amst.nodes.planet-lab.org
-2006-10-02 23:01:38,184 DEBUG Popping from q - planetlab2.iitr.ernet.in
-2006-10-02 23:01:40,461 DEBUG Popping from q - planetlab1.georgetown.edu
-2006-10-02 23:01:57,626 DEBUG Popping from q - planet1.inf.tu-dresden.de
-2006-10-02 23:01:58,254 DEBUG Found tickets for tju1.6planetlab.edu.cn
-2006-10-02 23:01:58,254 DEBUG Popping from q - alice.cs.princeton.edu
-2006-10-02 23:02:02,294 DEBUG Found tickets for planetlab1.georgetown.edu
-2006-10-02 23:02:02,294 DEBUG Popping from q - planetlab02.erin.utoronto.ca
-2006-10-02 23:02:14,347 DEBUG Found tickets for alice.cs.princeton.edu
-2006-10-02 23:02:14,348 DEBUG Popping from q - planetlab-1.vuse.vanderbilt.edu
-2006-10-02 23:02:18,668 DEBUG Popping from q - planetlab3.uvic.ca
-2006-10-02 23:02:18,689 DEBUG Popping from q - scut2.6planetlab.edu.cn
-2006-10-02 23:02:28,520 DEBUG Found tickets for planetlab-1.vuse.vanderbilt.edu
-2006-10-02 23:02:28,520 DEBUG Popping from q - planetlab1.swidnik.rd.tp.pl
-2006-10-02 23:02:31,920 DEBUG Popping from q - planet2.cdacb.ernet.in
-2006-10-02 23:02:36,509 DEBUG Found tickets for scut2.6planetlab.edu.cn
-2006-10-02 23:02:36,509 DEBUG Popping from q - planetlab1.rdfrancetelecom.com
-2006-10-02 23:02:41,297 DEBUG Found tickets for planetlab1.swidnik.rd.tp.pl
-2006-10-02 23:02:41,297 DEBUG Popping from q - planet2.inf.tu-dresden.de
-2006-10-02 23:02:54,115 DEBUG Found tickets for planetlab1.rdfrancetelecom.com
-2006-10-02 23:02:54,116 DEBUG Popping from q - planet02.csc.ncsu.edu
-2006-10-02 23:02:58,309 DEBUG Popping from q - server1.planetlab.iit-tech.net
-2006-10-02 23:03:09,864 DEBUG Popping from q - planetlab-1.tssg.org
-2006-10-02 23:03:11,733 DEBUG Found tickets for server1.planetlab.iit-tech.net
-2006-10-02 23:03:11,734 DEBUG Popping from q - planetlab-2.vuse.vanderbilt.edu
-2006-10-02 23:03:21,303 DEBUG Found tickets for planetlab-1.tssg.org
-2006-10-02 23:03:21,303 DEBUG Popping from q - planetlab-11.cs.princeton.edu
-2006-10-02 23:03:27,316 DEBUG Found tickets for planetlab-2.vuse.vanderbilt.edu
-2006-10-02 23:03:27,316 DEBUG Popping from q - planet03.csc.ncsu.edu
-2006-10-02 23:03:38,361 DEBUG Popping from q - planetlab1.pop-rj.rnp.br
-2006-10-02 23:03:42,982 DEBUG Popping from q - planet1.halifax.canet4.nodes.planet-lab.org
-2006-10-02 23:03:50,689 DEBUG Found tickets for planetlab1.pop-rj.rnp.br
-2006-10-02 23:03:50,689 DEBUG Popping from q - planetlab2.uc.edu
-2006-10-02 23:03:59,367 DEBUG Popping from q - planet1.cavite.nodes.planet-lab.org
-2006-10-02 23:04:06,973 DEBUG Found tickets for planet2.cdacb.ernet.in
-2006-10-02 23:04:06,973 DEBUG Popping from q - ds-pl3.technion.ac.il
-2006-10-02 23:04:07,387 DEBUG Popping from q - planetlab2.cs.purdue.edu
-2006-10-02 23:04:21,494 DEBUG Popping from q - planetlab3.millennium.berkeley.edu
-2006-10-02 23:04:25,218 DEBUG Found tickets for ds-pl3.technion.ac.il
-2006-10-02 23:04:25,219 DEBUG Popping from q - planetlab1.unl.edu
-2006-10-02 23:04:33,586 DEBUG Popping from q - planetlab1.cs.colorado.edu
-2006-10-02 23:04:39,029 DEBUG Found tickets for planetlab1.unl.edu
-2006-10-02 23:04:39,030 DEBUG Popping from q - planetlab02.cs.washington.edu
-2006-10-02 23:04:45,568 DEBUG Popping from q - pads21.cs.nthu.edu.tw
-2006-10-02 23:04:50,376 DEBUG Popping from q - orbpl2.rutgers.edu
-2006-10-02 23:04:57,748 DEBUG Found tickets for planetlab1.cs.colorado.edu
-2006-10-02 23:04:57,748 DEBUG Popping from q - planetlab2.informatik.uni-erlangen.de
-2006-10-02 23:05:05,131 DEBUG Found tickets for planetlab02.cs.washington.edu
-2006-10-02 23:05:05,131 DEBUG Popping from q - planetlab-01.ipv6.lip6.fr
-2006-10-02 23:05:10,690 DEBUG Popping from q - pl2.ernet.in
-2006-10-02 23:05:14,794 DEBUG Found tickets for orbpl2.rutgers.edu
-2006-10-02 23:05:14,794 DEBUG Popping from q - neu2.6planetlab.edu.cn
-2006-10-02 23:05:21,545 DEBUG Found tickets for planetlab-01.ipv6.lip6.fr
-2006-10-02 23:05:21,546 DEBUG Popping from q - planetlab-2.cs.uni-paderborn.de
-2006-10-02 23:05:27,672 DEBUG Popping from q - planet5.cs.huji.ac.il
-2006-10-02 23:05:37,955 DEBUG Popping from q - planetlab1.elet.polimi.it
-2006-10-02 23:05:41,907 DEBUG Popping from q - planetlab2.iiitb.ac.in
-2006-10-02 23:05:50,866 DEBUG Popping from q - planetlab11.millennium.berkeley.edu
-2006-10-02 23:05:53,683 DEBUG Popping from q - planetlab2.iitb.ac.in
-2006-10-02 23:06:04,541 DEBUG Popping from q - planetlab02.dis.unina.it
-2006-10-02 23:06:13,131 DEBUG Found tickets for planetlab2.iitb.ac.in
-2006-10-02 23:06:13,132 DEBUG Popping from q - planetlab-1.dis.uniroma1.it
-2006-10-02 23:06:15,192 DEBUG Popping from q - planetlab1.iitb.ac.in
-2006-10-02 23:06:28,519 DEBUG Popping from q - pku1.6planetlab.edu.cn
-2006-10-02 23:06:28,950 DEBUG Found tickets for planetlab1.iitb.ac.in
-2006-10-02 23:06:28,951 DEBUG Popping from q - planetlab1.warsaw.rd.tp.pl
-2006-10-02 23:06:42,330 DEBUG Found tickets for pku1.6planetlab.edu.cn
-2006-10-02 23:06:42,330 DEBUG Popping from q - planetlab-2.cs.ucy.ac.cy
-2006-10-02 23:06:43,468 DEBUG Found tickets for planetlab2.informatik.uni-erlangen.de
-2006-10-02 23:06:43,468 DEBUG Popping from q - pl1.ernet.in
-2006-10-02 23:06:43,469 DEBUG Popping from q - planetlab2.georgetown.edu
-2006-10-02 23:07:04,942 DEBUG Found tickets for planetlab2.georgetown.edu
-2006-10-02 23:07:04,943 DEBUG Popping from q - server2.planetlab.iit-tech.net
-2006-10-02 23:07:05,580 DEBUG Popping from q - planetlab2.di.unito.it
-2006-10-02 23:07:05,620 DEBUG Popping from q - planetlab1.csee.usf.edu
-2006-10-02 23:07:18,962 DEBUG Found tickets for server2.planetlab.iit-tech.net
-2006-10-02 23:07:18,963 DEBUG Popping from q - planetlab-2.dis.uniroma1.it
-2006-10-02 23:07:20,496 DEBUG Popping from q - planetlab2.informatik.uni-kl.de
-2006-10-02 23:07:33,099 DEBUG Popping from q - planet1.cs.rochester.edu
-2006-10-02 23:07:34,288 DEBUG Found tickets for planetlab3.uvic.ca
-2006-10-02 23:07:34,288 DEBUG Popping from q - planetlab1.rutgers.edu
-2006-10-02 23:07:37,507 DEBUG Popping from q - planetlab-2.ece.iastate.edu
-2006-10-02 23:07:51,013 DEBUG Found tickets for planetlab2.informatik.uni-kl.de
-2006-10-02 23:07:51,013 DEBUG Popping from q - planetlab-1.sjce.nodes.planet-lab.org
-2006-10-02 23:07:57,854 DEBUG Found tickets for planet1.cs.rochester.edu
-2006-10-02 23:07:57,855 DEBUG Popping from q - planetlab2.ece.ucdavis.edu
-2006-10-02 23:08:04,066 DEBUG Popping from q - planetlab1.ie.cuhk.edu.hk
-2006-10-02 23:08:05,276 DEBUG Found tickets for planetlab1.rutgers.edu
-2006-10-02 23:08:05,276 DEBUG Popping from q - planetlab2lannion.elibel.tm.fr
-2006-10-02 23:08:19,433 DEBUG Found tickets for planetlab1.ie.cuhk.edu.hk
-2006-10-02 23:08:19,434 DEBUG Popping from q - planetlab01.mpi-sws.mpg.de
-2006-10-02 23:08:20,966 DEBUG Popping from q - planetlab2.cs.duke.edu
-2006-10-02 23:08:20,979 DEBUG Popping from q - planetlab1.rn.informatics.scitech.susx.ac.uk
-2006-10-02 23:08:31,568 DEBUG Popping from q - planetlab1.eee.hku.hk
-2006-10-02 23:08:36,677 DEBUG Found tickets for planetlab1.rn.informatics.scitech.susx.ac.uk
-2006-10-02 23:08:36,677 DEBUG Popping from q - pads23.cs.nthu.edu.tw
-2006-10-02 23:08:37,530 DEBUG Popping from q - planet2.halifax.canet4.nodes.planet-lab.org
-2006-10-02 23:08:47,547 DEBUG Found tickets for planetlab1.eee.hku.hk
-2006-10-02 23:08:47,547 DEBUG Popping from q - planetlab-2.tssg.org
-2006-10-02 23:08:49,473 DEBUG Found tickets for planet2.halifax.canet4.nodes.planet-lab.org
-2006-10-02 23:08:49,473 DEBUG Popping from q - 200-102-209-151.paemt7001.t.brasiltelecom.net.br
-2006-10-02 23:09:06,249 DEBUG Popping from q - planetlab2.poly.edu
-2006-10-02 23:09:07,273 DEBUG Found tickets for 200-102-209-151.paemt7001.t.brasiltelecom.net.br
-2006-10-02 23:09:07,273 DEBUG Popping from q - planetlab1.poly.edu
-2006-10-02 23:09:09,220 DEBUG Popping from q - planetlab2.byu.edu
-2006-10-02 23:09:12,728 DEBUG Found tickets for planetlab-2.tssg.org
-2006-10-02 23:09:12,729 DEBUG Popping from q - planetlab2.net-research.org.uk
-2006-10-02 23:09:28,302 DEBUG Popping from q - planetlab1.postel.org
-2006-10-02 23:09:29,260 DEBUG Popping from q - planetlab-2.imperial.ac.uk
-2006-10-02 23:09:30,770 DEBUG Popping from q - planetlab2.postel.org
-2006-10-02 23:09:45,053 DEBUG Found tickets for planetlab-2.imperial.ac.uk
-2006-10-02 23:09:45,053 DEBUG Popping from q - planetlab-1.imperial.ac.uk
-2006-10-02 23:09:46,744 DEBUG Found tickets for planetlab1.postel.org
-2006-10-02 23:09:46,744 DEBUG Popping from q - planetlab1.byu.edu
-2006-10-02 23:10:00,762 DEBUG Found tickets for planetlab-1.imperial.ac.uk
-2006-10-02 23:10:00,763 DEBUG Popping from q - planetlab2.eee.hku.hk
-2006-10-02 23:10:02,009 INFO Starting thread policy
-2006-10-02 23:10:02,009 INFO Monitor Exitted
-2006-10-02 23:16:06,060 INFO Monitor Started
-2006-10-02 23:16:06,060 INFO Starting thread Watcher
-2006-10-02 23:16:06,061 INFO Starting thread rt1
-2006-10-02 23:16:06,061 INFO Starting thread rt2
-2006-10-02 23:16:06,062 INFO Starting thread rt3
-2006-10-02 23:16:06,062 INFO Starting thread rt4
-2006-10-02 23:16:06,062 INFO Starting thread rt5
-2006-10-02 23:16:06,062 INFO Starting thread cleanrt5
-2006-10-02 23:16:06,063 INFO Starting thread rt5
-2006-10-02 23:16:06,063 DEBUG Removing stale entries from DB.
-2006-10-02 23:16:06,064 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='drift%20%3E%201m'
-2006-10-02 23:16:06,067 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv
-2006-10-02 23:16:06,213 DEBUG Retrieved 9 hosts
-2006-10-02 23:16:06,213 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='resptime%20%3E%200%20&&%20gbfree%20%3C%205'
-2006-10-02 23:16:06,358 DEBUG Retrieved 10 hosts
-2006-10-02 23:16:06,359 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='sshstatus%20%3E%202h'
-2006-10-02 23:16:06,736 DEBUG Retrieved 163 hosts
-2006-10-02 23:16:06,737 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='dns1udp%20%3E%2080%20&&%20dns2udp%20%3E%2080'
-2006-10-02 23:16:06,892 DEBUG Retrieved 9 hosts
-2006-10-02 23:16:06,893 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='filerw%3E0'
-2006-10-02 23:16:07,019 DEBUG Retrieved 1 hosts
-2006-10-02 23:16:07,020 INFO Refreshing DB.
-2006-10-02 23:16:07,423 DEBUG Retrieved 706 hosts
-2006-10-02 23:16:07,423 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='drift%20%3E%201m'
-2006-10-02 23:16:07,561 DEBUG Retrieved 9 hosts
-2006-10-02 23:16:07,561 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='resptime%20%3E%200%20&&%20gbfree%20%3C%205'
-2006-10-02 23:16:07,698 DEBUG Retrieved 10 hosts
-2006-10-02 23:16:07,699 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='sshstatus%20%3E%202h'
-2006-10-02 23:16:08,045 DEBUG Retrieved 163 hosts
-2006-10-02 23:16:08,046 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='dns1udp%20%3E%2080%20&&%20dns2udp%20%3E%2080'
-2006-10-02 23:16:08,181 DEBUG Retrieved 9 hosts
-2006-10-02 23:16:08,181 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='filerw%3E0'
-2006-10-02 23:16:08,305 DEBUG Retrieved 1 hosts
-2006-10-02 23:16:08,308 DEBUG Popping from q - planetlab2.elet.polimi.it
-2006-10-02 23:16:08,313 DEBUG Popping from q - pli1-br-3.hpl.hp.com
-2006-10-02 23:16:08,314 DEBUG Popping from q - planetlab2.nbgisp.com
-2006-10-02 23:16:08,315 DEBUG Popping from q - planetlab2.cs.duke.edu
-2006-10-02 23:16:08,316 DEBUG Popping from q - planetlab1.cs.stir.ac.uk
-2006-10-02 23:16:25,502 DEBUG Found tickets for pli1-br-3.hpl.hp.com
-2006-10-02 23:16:25,503 DEBUG Popping from q - planetlab1.cse.msu.edu
-2006-10-02 23:16:26,859 DEBUG Popping from q - planetlab2.cse.msu.edu
-2006-10-02 23:16:32,454 INFO Monitor Killed
-2006-10-02 23:17:09,312 INFO Monitor Started
-2006-10-02 23:17:09,312 INFO Starting thread Watcher
-2006-10-02 23:17:09,313 INFO Starting thread rt1
-2006-10-02 23:17:09,313 INFO Starting thread rt2
-2006-10-02 23:17:09,313 INFO Starting thread rt3
-2006-10-02 23:17:09,313 INFO Starting thread rt4
-2006-10-02 23:17:09,314 INFO Starting thread rt5
-2006-10-02 23:17:09,314 INFO Starting thread cleanrt5
-2006-10-02 23:17:09,314 INFO Starting thread rt5
-2006-10-02 23:17:09,315 DEBUG Removing stale entries from DB.
-2006-10-02 23:17:09,315 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='drift%20%3E%201m'
-2006-10-02 23:17:09,318 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv
-2006-10-02 23:17:09,460 DEBUG Retrieved 8 hosts
-2006-10-02 23:17:09,461 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='resptime%20%3E%200%20&&%20gbfree%20%3C%205'
-2006-10-02 23:17:09,623 DEBUG Retrieved 11 hosts
-2006-10-02 23:17:09,624 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='sshstatus%20%3E%202h'
-2006-10-02 23:17:09,988 DEBUG Retrieved 163 hosts
-2006-10-02 23:17:09,990 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='dns1udp%20%3E%2080%20&&%20dns2udp%20%3E%2080'
-2006-10-02 23:17:10,157 DEBUG Retrieved 10 hosts
-2006-10-02 23:17:10,157 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='filerw%3E0'
-2006-10-02 23:17:10,296 DEBUG Retrieved 1 hosts
-2006-10-02 23:17:10,298 INFO Refreshing DB.
-2006-10-02 23:17:10,675 DEBUG Retrieved 706 hosts
-2006-10-02 23:17:10,675 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='drift%20%3E%201m'
-2006-10-02 23:17:10,820 DEBUG Retrieved 8 hosts
-2006-10-02 23:17:10,821 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='resptime%20%3E%200%20&&%20gbfree%20%3C%205'
-2006-10-02 23:17:10,965 DEBUG Retrieved 11 hosts
-2006-10-02 23:17:10,965 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='sshstatus%20%3E%202h'
-2006-10-02 23:17:11,323 DEBUG Retrieved 163 hosts
-2006-10-02 23:17:11,325 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='dns1udp%20%3E%2080%20&&%20dns2udp%20%3E%2080'
-2006-10-02 23:17:11,475 DEBUG Retrieved 10 hosts
-2006-10-02 23:17:11,475 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='filerw%3E0'
-2006-10-02 23:17:11,611 DEBUG Retrieved 1 hosts
-2006-10-02 23:17:11,614 DEBUG Popping from q - planetlab2.elet.polimi.it
-2006-10-02 23:17:11,619 DEBUG Popping from q - pli1-br-3.hpl.hp.com
-2006-10-02 23:17:11,620 DEBUG Popping from q - planetlab2.nbgisp.com
-2006-10-02 23:17:11,620 DEBUG Popping from q - planetlab1.cs.stir.ac.uk
-2006-10-02 23:17:11,622 DEBUG Popping from q - planetlab1.cse.msu.edu
-2006-10-02 23:17:11,623 DEBUG Found tickets for pli1-br-3.hpl.hp.com
-2006-10-02 23:17:11,624 DEBUG Popping from q - planetlab2.cse.msu.edu
-2006-10-02 23:17:11,625 DEBUG Popping from q - planetlab0.cs.stir.ac.uk
-2006-10-02 23:17:11,627 DEBUG Found tickets for planetlab1.cse.msu.edu
-2006-10-02 23:17:11,627 DEBUG Popping from q - planetlab1.informatik.uni-erlangen.de
-2006-10-02 23:17:11,628 DEBUG Popping from q - planetlab3.cs.duke.edu
-2006-10-02 23:17:11,629 DEBUG Popping from q - planetlab1.een.orst.edu
-2006-10-02 23:17:11,631 DEBUG Found tickets for planetlab2.cse.msu.edu
-2006-10-02 23:17:11,631 DEBUG Popping from q - planetlab1.cs.purdue.edu
-2006-10-02 23:17:21,675 DEBUG Popping from q - planetlab2.cs.columbia.edu
-2006-10-02 23:17:29,814 DEBUG Popping from q - planetlab1.win.trlabs.ca
-2006-10-02 23:17:37,893 DEBUG Found tickets for planetlab1.cs.purdue.edu
-2006-10-02 23:17:37,893 DEBUG Popping from q - planetlab1.cs.duke.edu
-2006-10-02 23:17:45,959 DEBUG Popping from q - planetlab2.flux.utah.edu
-2006-10-02 23:17:52,671 DEBUG Popping from q - planetlab3.cs.columbia.edu
-2006-10-02 23:18:01,200 DEBUG Popping from q - planetlab1.cs.columbia.edu
-2006-10-02 23:18:06,658 DEBUG Popping from q - planetlab3.flux.utah.edu
-2006-10-02 23:18:14,589 DEBUG Popping from q - planetlab-1.eecs.cwru.edu
-2006-10-02 23:18:21,789 DEBUG Popping from q - planetlab2.rutgers.edu
-2006-10-02 23:18:29,475 DEBUG Popping from q - vn3.cs.wustl.edu
-2006-10-02 23:18:35,192 DEBUG Found tickets for planetlab2.rutgers.edu
-2006-10-02 23:18:35,192 DEBUG Popping from q - planetlab2.cri.haifa.ac.il
-2006-10-02 23:18:43,572 DEBUG Found tickets for vn3.cs.wustl.edu
-2006-10-02 23:18:43,573 DEBUG Popping from q - planetlab2.informatik.uni-wuerzburg.de
-2006-10-02 23:18:49,504 DEBUG Found tickets for planetlab2.cri.haifa.ac.il
-2006-10-02 23:18:49,505 DEBUG Popping from q - planetlab01.cse.psu.edu
-2006-10-02 23:18:56,912 DEBUG Popping from q - csu2.6planetlab.edu.cn
-2006-10-02 23:19:04,582 DEBUG Popping from q - planet2.njit.edu
-2006-10-02 23:19:10,773 DEBUG Found tickets for csu2.6planetlab.edu.cn
-2006-10-02 23:19:10,773 DEBUG Popping from q - planetlab2.unl.edu
-2006-10-02 23:19:19,021 DEBUG Found tickets for planet2.njit.edu
-2006-10-02 23:19:19,021 DEBUG Popping from q - planetlab1.cs.pitt.edu
-2006-10-02 23:19:27,301 DEBUG Popping from q - planetlab1.cri.haifa.ac.il
-2006-10-02 23:19:33,984 DEBUG Popping from q - planetlab2.urv.net
-2006-10-02 23:19:43,365 DEBUG Popping from q - planetlab7.csail.mit.edu
-2006-10-02 23:19:51,168 DEBUG Found tickets for planetlab1.cri.haifa.ac.il
-2006-10-02 23:19:51,168 DEBUG Popping from q - buaa1.6planetlab.edu.cn
-2006-10-02 23:19:52,397 DEBUG Popping from q - ricepl-3.cs.rice.edu
-2006-10-02 23:20:00,522 DEBUG Found tickets for planetlab7.csail.mit.edu
-2006-10-02 23:20:00,522 DEBUG Popping from q - planet-lab-1.csse.monash.edu.au
-2006-10-02 23:20:07,252 DEBUG Found tickets for buaa1.6planetlab.edu.cn
-2006-10-02 23:20:07,252 DEBUG Popping from q - planetlab5.millennium.berkeley.edu
-2006-10-02 23:20:14,360 DEBUG Popping from q - planetlab1.pop-ce.rnp.br
-2006-10-02 23:20:25,147 DEBUG Popping from q - planetlab2.mnlab.cti.depaul.edu
-2006-10-02 23:20:28,823 DEBUG Found tickets for planetlab1.pop-ce.rnp.br
-2006-10-02 23:20:28,823 DEBUG Popping from q - peace.ri.uni-tuebingen.de
-2006-10-02 23:20:34,185 DEBUG Found tickets for planetlab2.mnlab.cti.depaul.edu
-2006-10-02 23:20:34,185 DEBUG Popping from q - planetlab-8.cs.princeton.edu
-2006-10-02 23:20:49,126 DEBUG Found tickets for planetlab-8.cs.princeton.edu
-2006-10-02 23:20:49,127 DEBUG Popping from q - planetlab2.ucsd.edu
-2006-10-02 23:20:50,266 DEBUG Popping from q - blast.uwaterloo.ca
-2006-10-02 23:21:00,852 DEBUG Found tickets for planetlab2.ucsd.edu
-2006-10-02 23:21:00,852 DEBUG Popping from q - planetlab1.cs.wayne.edu
-2006-10-02 23:21:09,214 DEBUG Found tickets for blast.uwaterloo.ca
-2006-10-02 23:21:09,214 DEBUG Popping from q - pli1-br-3.hpl.hp.com
-2006-10-02 23:21:09,268 DEBUG Found tickets for pli1-br-3.hpl.hp.com
-2006-10-02 23:21:09,268 DEBUG Popping from q - planetlab2.eurecom.fr
-2006-10-02 23:21:15,780 DEBUG Found tickets for planetlab1.cs.wayne.edu
-2006-10-02 23:21:15,780 DEBUG Popping from q - planetlab1.di.unito.it
-2006-10-02 23:21:22,895 DEBUG Popping from q - planetlab2.simula.no
-2006-10-02 23:21:28,373 DEBUG Found tickets for planetlab1.di.unito.it
-2006-10-02 23:21:28,374 DEBUG Popping from q - planetlab01.dis.unina.it
-2006-10-02 23:21:39,039 DEBUG Popping from q - planetlab1.flux.utah.edu
-2006-10-02 23:21:44,175 DEBUG Popping from q - planetlab-1.ece.iastate.edu
-2006-10-02 23:21:44,186 DEBUG Popping from q - sdu1.6planetlab.edu.cn
-2006-10-02 23:21:58,420 DEBUG Popping from q - planetlab4.upc.es
-2006-10-02 23:22:03,238 DEBUG Found tickets for planetlab-1.ece.iastate.edu
-2006-10-02 23:22:03,238 DEBUG Popping from q - planetlab1.ipls.internet2.planet-lab.org
-2006-10-02 23:22:03,464 DEBUG Popping from q - planetlab-13.cs.princeton.edu
-2006-10-02 23:22:10,878 DEBUG Found tickets for sdu1.6planetlab.edu.cn
-2006-10-02 23:22:10,879 DEBUG Popping from q - planet1.cc.gt.atl.ga.us
-2006-10-02 23:22:22,557 DEBUG Popping from q - planetlab2.eecs.wsu.edu
-2006-10-02 23:22:24,048 DEBUG Found tickets for planetlab-13.cs.princeton.edu
-2006-10-02 23:22:24,048 DEBUG Popping from q - planet2.cs.ucsb.edu
-2006-10-02 23:22:28,510 DEBUG Popping from q - xjtu2.6planetlab.edu.cn
-2006-10-02 23:22:38,141 DEBUG Popping from q - planetlab3.upc.es
-2006-10-02 23:22:40,941 DEBUG Popping from q - node1.lbnl.nodes.planet-lab.org
-2006-10-02 23:22:52,934 DEBUG Popping from q - planetlab1.iitr.ernet.in
-2006-10-02 23:22:58,608 DEBUG Popping from q - planetlab1.eecs.iu-bremen.de
-2006-10-02 23:23:06,606 DEBUG Popping from q - planetlab2.uvic.ca
-2006-10-02 23:23:19,186 DEBUG Popping from q - planetlab01.erin.utoronto.ca
-2006-10-02 23:23:24,628 DEBUG Found tickets for planetlab2.uvic.ca
-2006-10-02 23:23:24,628 DEBUG Popping from q - planetlab-4.ece.iastate.edu
-2006-10-02 23:23:40,074 DEBUG Popping from q - planetlab2.informatik.uni-goettingen.de
-2006-10-02 23:23:43,105 DEBUG Found tickets for planetlab-4.ece.iastate.edu
-2006-10-02 23:23:43,105 DEBUG Popping from q - ds-pl1.technion.ac.il
-2006-10-02 23:24:00,185 DEBUG Popping from q - planetlab1.mnl.cs.sunysb.edu
-2006-10-02 23:24:00,759 DEBUG Found tickets for planetlab2.informatik.uni-goettingen.de
-2006-10-02 23:24:00,760 DEBUG Popping from q - aladdin.planetlab.extranet.uni-passau.de
-2006-10-02 23:24:19,229 DEBUG Found tickets for planetlab1.mnl.cs.sunysb.edu
-2006-10-02 23:24:19,229 DEBUG Popping from q - planetlab-1.cs.uni-paderborn.de
-2006-10-02 23:24:22,530 DEBUG Popping from q - planet1.njit.edu
-2006-10-02 23:24:28,061 DEBUG Popping from q - pku2.6planetlab.edu.cn
-2006-10-02 23:24:36,597 DEBUG Popping from q - planetlab-1.cs.ucy.ac.cy
-2006-10-02 23:24:47,516 DEBUG Popping from q - planetlab00.cse.psu.edu
-2006-10-02 23:24:47,526 DEBUG Popping from q - planetlab04.ethz.ch
-2006-10-02 23:25:03,683 DEBUG Found tickets for planetlab04.ethz.ch
-2006-10-02 23:25:03,684 DEBUG Popping from q - sdu2.6planetlab.edu.cn
-2006-10-02 23:25:15,212 DEBUG Popping from q - planet-lab.iki.rssi.ru
-2006-10-02 23:25:17,537 DEBUG Popping from q - planetlab1.polito.it
-2006-10-02 23:25:29,227 DEBUG Found tickets for planetlab1.polito.it
-2006-10-02 23:25:29,227 DEBUG Popping from q - planetlab1.uvic.ca
-2006-10-02 23:25:40,716 DEBUG Found tickets for planetlab1.uvic.ca
-2006-10-02 23:25:40,716 DEBUG Popping from q - planetlab1.cs.byu.edu
-2006-10-02 23:25:52,667 DEBUG Popping from q - planetlab-1.amst.nodes.planet-lab.org
-2006-10-02 23:25:59,442 DEBUG Found tickets for planet-lab.iki.rssi.ru
-2006-10-02 23:25:59,442 DEBUG Popping from q - cloudburst.uwaterloo.ca
-2006-10-02 23:26:07,143 DEBUG Popping from q - planet2.cs.rochester.edu
-2006-10-02 23:26:19,480 DEBUG Found tickets for planet2.cs.rochester.edu
-2006-10-02 23:26:19,480 DEBUG Popping from q - planetlab1.xeno.cl.cam.ac.uk
-2006-10-02 23:26:33,725 DEBUG Popping from q - lycra.cs.princeton.edu
-2006-10-02 23:26:39,955 DEBUG Found tickets for sdu2.6planetlab.edu.cn
-2006-10-02 23:26:39,955 DEBUG Popping from q - planetlab06.mpi-sws.mpg.de
-2006-10-02 23:26:41,163 DEBUG Found tickets for cloudburst.uwaterloo.ca
-2006-10-02 23:26:41,163 DEBUG Popping from q - planetlab1.ias.csusb.edu
-2006-10-02 23:26:55,378 DEBUG Found tickets for lycra.cs.princeton.edu
-2006-10-02 23:26:55,378 DEBUG Popping from q - vayu.iitd.ernet.in
-2006-10-02 23:27:06,447 DEBUG Found tickets for planetlab1.ias.csusb.edu
-2006-10-02 23:27:06,447 DEBUG Popping from q - node2.lbnl.nodes.planet-lab.org
-2006-10-02 23:27:10,159 DEBUG Popping from q - planetlab2.cs.byu.edu
-2006-10-02 23:27:12,866 DEBUG Popping from q - cqu1.6planetlab.edu.cn
-2006-10-02 23:27:26,119 DEBUG Popping from q - planetlab2.acis.ufl.edu
-2006-10-02 23:27:33,991 DEBUG Found tickets for cqu1.6planetlab.edu.cn
-2006-10-02 23:27:33,991 DEBUG Popping from q - planetlab1.cs.unibo.it
-2006-10-02 23:27:34,019 DEBUG Found tickets for planet2.cs.ucsb.edu
-2006-10-02 23:27:34,020 DEBUG Popping from q - tju2.6planetlab.edu.cn
-2006-10-02 23:27:56,106 DEBUG Popping from q - orbpl1.rutgers.edu
-2006-10-02 23:27:57,813 DEBUG Found tickets for tju2.6planetlab.edu.cn
-2006-10-02 23:27:57,814 DEBUG Popping from q - ent1.cs.nccu.edu.tw
-2006-10-02 23:27:58,916 DEBUG Found tickets for planetlab1.cs.unibo.it
-2006-10-02 23:27:58,917 DEBUG Popping from q - planet0.jaist.ac.jp
-2006-10-02 23:28:16,387 DEBUG Found tickets for orbpl1.rutgers.edu
-2006-10-02 23:28:16,387 DEBUG Popping from q - soccf-planet-001.comp.nus.edu.sg
-2006-10-02 23:28:22,598 DEBUG Found tickets for planet0.jaist.ac.jp
-2006-10-02 23:28:22,598 DEBUG Popping from q - planetlab1.informatik.uni-wuerzburg.de
-2006-10-02 23:28:33,360 DEBUG Found tickets for ent1.cs.nccu.edu.tw
-2006-10-02 23:28:33,360 DEBUG Popping from q - planetlab3.warsaw.rd.tp.pl
-2006-10-02 23:28:41,358 DEBUG Found tickets for planetlab1.informatik.uni-wuerzburg.de
-2006-10-02 23:28:41,358 DEBUG Popping from q - planetlab0.ias.csusb.edu
-2006-10-02 23:28:49,936 DEBUG Popping from q - planetlab-2.amst.nodes.planet-lab.org
-2006-10-02 23:29:00,852 DEBUG Found tickets for planetlab0.ias.csusb.edu
-2006-10-02 23:29:00,853 DEBUG Popping from q - planetlab3.inria.fr
-2006-10-02 23:29:08,371 DEBUG Popping from q - 200-102-209-152.paemt7001.t.brasiltelecom.net.br
-2006-10-02 23:29:13,903 DEBUG Popping from q - planetlab3.mnl.cs.sunysb.edu
-2006-10-02 23:29:20,920 DEBUG Found tickets for soccf-planet-001.comp.nus.edu.sg
-2006-10-02 23:29:20,920 DEBUG Popping from q - planetlab-15.cs.princeton.edu
-2006-10-02 23:29:34,176 DEBUG Popping from q - ent2.cs.nccu.edu.tw
-2006-10-02 23:29:41,025 DEBUG Popping from q - planet-lab-2.csse.monash.edu.au
-2006-10-02 23:29:50,868 DEBUG Found tickets for ent2.cs.nccu.edu.tw
-2006-10-02 23:29:50,868 DEBUG Popping from q - planet1.ecse.rpi.edu
-2006-10-02 23:29:51,998 DEBUG Found tickets for planetlab2.acis.ufl.edu
-2006-10-02 23:29:51,999 DEBUG Popping from q - planetlab-2.unk.edu
-2006-10-02 23:30:06,254 DEBUG Popping from q - planetlab2.rdfrancetelecom.com
-2006-10-02 23:30:14,096 DEBUG Popping from q - planetlab1.eurecom.fr
-2006-10-02 23:30:17,439 DEBUG Found tickets for planet1.ecse.rpi.edu
-2006-10-02 23:30:17,439 DEBUG Popping from q - planetlab1.cs.virginia.edu
-2006-10-02 23:30:25,553 DEBUG Found tickets for planet-lab-2.csse.monash.edu.au
-2006-10-02 23:30:25,554 DEBUG Popping from q - tju1.6planetlab.edu.cn
-2006-10-02 23:30:34,971 DEBUG Found tickets for tju1.6planetlab.edu.cn
-2006-10-02 23:30:34,972 DEBUG Popping from q - planetlab-3.amst.nodes.planet-lab.org
-2006-10-02 23:30:49,323 DEBUG Found tickets for planetlab2.rdfrancetelecom.com
-2006-10-02 23:30:49,323 DEBUG Popping from q - planetlab2.iitr.ernet.in
-2006-10-02 23:30:52,395 DEBUG Popping from q - planetlab1.georgetown.edu
-2006-10-02 23:30:59,079 DEBUG Popping from q - planet1.inf.tu-dresden.de
-2006-10-02 23:31:10,019 DEBUG Popping from q - alice.cs.princeton.edu
-2006-10-02 23:31:24,666 DEBUG Popping from q - planetlab02.erin.utoronto.ca
-2006-10-02 23:31:25,572 DEBUG Found tickets for alice.cs.princeton.edu
-2006-10-02 23:31:25,573 DEBUG Popping from q - planetlab-1.vuse.vanderbilt.edu
-2006-10-02 23:31:42,519 DEBUG Found tickets for planetlab-1.vuse.vanderbilt.edu
-2006-10-02 23:31:42,520 DEBUG Popping from q - planetlab3.uvic.ca
-2006-10-02 23:31:44,476 DEBUG Popping from q - scut2.6planetlab.edu.cn
-2006-10-02 23:31:58,834 DEBUG Found tickets for planetlab3.uvic.ca
-2006-10-02 23:31:58,834 DEBUG Popping from q - planetlab1.swidnik.rd.tp.pl
-2006-10-02 23:32:03,684 DEBUG Found tickets for scut2.6planetlab.edu.cn
-2006-10-02 23:32:03,684 DEBUG Popping from q - planet2.cdacb.ernet.in
-2006-10-02 23:32:14,192 DEBUG Found tickets for planet2.cdacb.ernet.in
-2006-10-02 23:32:14,192 DEBUG Popping from q - planetlab1.rdfrancetelecom.com
-2006-10-02 23:32:27,641 DEBUG Found tickets for planetlab1.rdfrancetelecom.com
-2006-10-02 23:32:27,642 DEBUG Popping from q - planet2.inf.tu-dresden.de
-2006-10-02 23:32:34,947 DEBUG Found tickets for planetlab1.swidnik.rd.tp.pl
-2006-10-02 23:32:34,947 DEBUG Popping from q - planet02.csc.ncsu.edu
-2006-10-02 23:32:46,792 DEBUG Popping from q - server1.planetlab.iit-tech.net
-2006-10-02 23:32:53,881 DEBUG Popping from q - planetlab-1.tssg.org
-2006-10-02 23:33:00,831 DEBUG Found tickets for server1.planetlab.iit-tech.net
-2006-10-02 23:33:00,832 DEBUG Popping from q - planetlab-2.vuse.vanderbilt.edu
-2006-10-02 23:33:16,335 DEBUG Found tickets for planetlab-2.vuse.vanderbilt.edu
-2006-10-02 23:33:16,335 DEBUG Popping from q - planetlab-11.cs.princeton.edu
-2006-10-02 23:33:20,993 DEBUG Found tickets for planetlab-1.tssg.org
-2006-10-02 23:33:20,994 DEBUG Popping from q - planet03.csc.ncsu.edu
-2006-10-02 23:33:34,293 DEBUG Popping from q - planetlab1.pop-rj.rnp.br
-2006-10-02 23:33:36,940 DEBUG Popping from q - planet1.halifax.canet4.nodes.planet-lab.org
-2006-10-02 23:33:44,680 DEBUG Found tickets for planetlab1.eurecom.fr
-2006-10-02 23:33:44,680 DEBUG Popping from q - planetlab2.uc.edu
-2006-10-02 23:33:52,982 DEBUG Found tickets for planetlab1.pop-rj.rnp.br
-2006-10-02 23:33:52,982 DEBUG Popping from q - planet1.cavite.nodes.planet-lab.org
-2006-10-02 23:33:55,100 DEBUG Popping from q - ds-pl3.technion.ac.il
-2006-10-02 23:34:08,941 DEBUG Popping from q - planetlab2.cs.purdue.edu
-2006-10-02 23:34:13,518 DEBUG Popping from q - planetlab3.millennium.berkeley.edu
-2006-10-02 23:34:29,216 DEBUG Popping from q - planetlab1.unl.edu
-2006-10-02 23:34:31,716 DEBUG Popping from q - planetlab1.cs.colorado.edu
-2006-10-02 23:34:45,832 DEBUG Found tickets for planetlab1.unl.edu
-2006-10-02 23:34:45,832 DEBUG Popping from q - planetlab02.cs.washington.edu
-2006-10-02 23:34:53,112 DEBUG Found tickets for planetlab1.cs.colorado.edu
-2006-10-02 23:34:53,112 DEBUG Popping from q - pads21.cs.nthu.edu.tw
-2006-10-02 23:34:56,172 DEBUG Found tickets for 200-102-209-152.paemt7001.t.brasiltelecom.net.br
-2006-10-02 23:34:56,172 DEBUG Popping from q - orbpl2.rutgers.edu
-2006-10-02 23:35:01,291 DEBUG Found tickets for planetlab02.cs.washington.edu
-2006-10-02 23:35:01,291 DEBUG Popping from q - planetlab2.informatik.uni-erlangen.de
-2006-10-02 23:35:19,825 DEBUG Popping from q - planetlab-01.ipv6.lip6.fr
-2006-10-02 23:35:27,335 DEBUG Found tickets for planetlab2.informatik.uni-erlangen.de
-2006-10-02 23:35:27,335 DEBUG Popping from q - pl2.ernet.in
-2006-10-02 23:35:32,737 DEBUG Found tickets for orbpl2.rutgers.edu
-2006-10-02 23:35:32,738 DEBUG Popping from q - neu2.6planetlab.edu.cn
-2006-10-02 23:35:44,226 DEBUG Popping from q - planetlab-2.cs.uni-paderborn.de
-2006-10-02 23:35:48,970 DEBUG Popping from q - planet5.cs.huji.ac.il
-2006-10-02 23:36:04,564 DEBUG Popping from q - planetlab1.elet.polimi.it
-2006-10-02 23:36:10,083 DEBUG Popping from q - planetlab2.iiitb.ac.in
-2006-10-02 23:36:18,102 DEBUG Popping from q - planetlab11.millennium.berkeley.edu
-2006-10-02 23:36:35,742 DEBUG Popping from q - planetlab2.iitb.ac.in
-2006-10-02 23:36:39,400 DEBUG Popping from q - planetlab02.dis.unina.it
-2006-10-02 23:36:54,423 DEBUG Found tickets for planetlab2.iitb.ac.in
-2006-10-02 23:36:54,423 DEBUG Popping from q - planetlab-1.dis.uniroma1.it
-2006-10-02 23:36:55,783 DEBUG Found tickets for planetlab1.georgetown.edu
-2006-10-02 23:36:55,783 DEBUG Popping from q - planetlab1.iitb.ac.in
-2006-10-02 23:36:56,959 DEBUG Popping from q - pku1.6planetlab.edu.cn
-2006-10-02 23:37:07,250 DEBUG Found tickets for planetlab-01.ipv6.lip6.fr
-2006-10-02 23:37:07,250 DEBUG Popping from q - planetlab1.warsaw.rd.tp.pl
-2006-10-02 23:37:11,457 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv
-2006-10-02 23:37:12,527 DEBUG Retrieved 706 hosts
-2006-10-02 23:37:12,533 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='drift%20%3E%201m'
-2006-10-02 23:37:12,703 DEBUG Retrieved 9 hosts
-2006-10-02 23:37:12,703 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='resptime%20%3E%200%20&&%20gbfree%20%3C%205'
-2006-10-02 23:37:12,854 DEBUG Retrieved 11 hosts
-2006-10-02 23:37:12,855 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='sshstatus%20%3E%202h'
-2006-10-02 23:37:16,382 DEBUG Popping from q - planetlab-2.cs.ucy.ac.cy
-2006-10-02 23:37:18,211 DEBUG Retrieved 161 hosts
-2006-10-02 23:37:18,213 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='dns1udp%20%3E%2080%20&&%20dns2udp%20%3E%2080'
-2006-10-02 23:37:18,366 DEBUG Retrieved 9 hosts
-2006-10-02 23:37:18,366 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='filerw%3E0'
-2006-10-02 23:37:18,512 DEBUG Retrieved 1 hosts
-2006-10-02 23:37:29,661 DEBUG Found tickets for planetlab1.iitb.ac.in
-2006-10-02 23:37:29,661 DEBUG Popping from q - pl1.ernet.in
-2006-10-02 23:37:35,451 DEBUG Popping from q - planetlab2.georgetown.edu
-2006-10-02 23:37:45,715 DEBUG Found tickets for pku1.6planetlab.edu.cn
-2006-10-02 23:37:45,715 DEBUG Popping from q - server2.planetlab.iit-tech.net
-2006-10-02 23:37:54,628 DEBUG Found tickets for planetlab2.georgetown.edu
-2006-10-02 23:37:54,628 DEBUG Popping from q - planetlab2.di.unito.it
-2006-10-02 23:38:06,364 DEBUG Found tickets for server2.planetlab.iit-tech.net
-2006-10-02 23:38:06,364 DEBUG Popping from q - planetlab1.csee.usf.edu
-2006-10-02 23:38:11,548 DEBUG Popping from q - planetlab-2.dis.uniroma1.it
-2006-10-02 23:38:26,532 DEBUG Popping from q - planetlab2.informatik.uni-kl.de
-2006-10-02 23:38:30,625 DEBUG Popping from q - planet1.cs.rochester.edu
-2006-10-02 23:38:47,061 DEBUG Found tickets for planet1.cs.rochester.edu
-2006-10-02 23:38:47,061 DEBUG Popping from q - planetlab1.rutgers.edu
-2006-10-02 23:38:50,051 DEBUG Found tickets for planetlab2.informatik.uni-kl.de
-2006-10-02 23:38:50,052 DEBUG Popping from q - planetlab-2.ece.iastate.edu
-2006-10-02 23:39:05,678 DEBUG Found tickets for planetlab1.rutgers.edu
-2006-10-02 23:39:05,679 DEBUG Popping from q - planetlab-1.sjce.nodes.planet-lab.org
-2006-10-02 23:39:05,711 DEBUG Popping from q - planetlab2.ece.ucdavis.edu
-2006-10-02 23:39:08,381 DEBUG Popping from q - planetlab1.ie.cuhk.edu.hk
-2006-10-02 23:39:18,937 DEBUG Popping from q - planetlab2lannion.elibel.tm.fr
-2006-10-02 23:39:33,298 DEBUG Found tickets for planetlab-1.sjce.nodes.planet-lab.org
-2006-10-02 23:39:33,298 DEBUG Popping from q - planetlab01.mpi-sws.mpg.de
-2006-10-02 23:39:34,988 DEBUG Popping from q - planetlab2.cs.duke.edu
-2006-10-02 23:39:34,992 DEBUG Popping from q - planetlab1.rn.informatics.scitech.susx.ac.uk
-2006-10-02 23:39:35,437 DEBUG Popping from q - planetlab1.eee.hku.hk
-2006-10-02 23:39:46,598 DEBUG Popping from q - pads23.cs.nthu.edu.tw
-2006-10-02 23:39:57,455 DEBUG Found tickets for ds-pl3.technion.ac.il
-2006-10-02 23:39:57,455 DEBUG Popping from q - planet2.halifax.canet4.nodes.planet-lab.org
-2006-10-02 23:40:03,632 DEBUG Popping from q - planetlab-2.tssg.org
-2006-10-02 23:40:04,583 DEBUG Found tickets for planetlab1.rn.informatics.scitech.susx.ac.uk
-2006-10-02 23:40:04,583 DEBUG Popping from q - 200-102-209-151.paemt7001.t.brasiltelecom.net.br
-2006-10-02 23:40:19,594 DEBUG Found tickets for 200-102-209-151.paemt7001.t.brasiltelecom.net.br
-2006-10-02 23:40:19,594 DEBUG Popping from q - planetlab2.poly.edu
-2006-10-02 23:40:24,538 DEBUG Found tickets for planet2.halifax.canet4.nodes.planet-lab.org
-2006-10-02 23:40:24,539 DEBUG Popping from q - planetlab2.byu.edu
-2006-10-02 23:40:33,747 DEBUG Found tickets for planetlab-2.tssg.org
-2006-10-02 23:40:33,747 DEBUG Popping from q - planetlab2.net-research.org.uk
-2006-10-02 23:40:43,240 DEBUG Popping from q - planetlab2.postel.org
-2006-10-02 23:40:54,267 DEBUG Popping from q - planetlab11.millennium.berkeley.edu
-2006-10-02 23:40:54,270 DEBUG Popping from q - planetlab1.postel.org
-2006-10-02 23:41:06,328 DEBUG Popping from q - planetlab-2.imperial.ac.uk
-2006-10-02 23:41:09,628 DEBUG Found tickets for planetlab1.postel.org
-2006-10-02 23:41:09,628 DEBUG Popping from q - planetlab1.poly.edu
-2006-10-02 23:41:25,050 DEBUG Popping from q - planetlab-1.imperial.ac.uk
-2006-10-02 23:41:25,054 DEBUG Found tickets for planetlab-1.imperial.ac.uk
-2006-10-02 23:41:25,054 DEBUG Popping from q - planetlab1.byu.edu
-2006-10-02 23:41:25,056 DEBUG Found tickets for planetlab1.byu.edu
-2006-10-02 23:41:25,057 DEBUG Popping from q - planetlab2.eee.hku.hk
-2006-10-02 23:41:25,059 DEBUG Found tickets for planetlab2.eee.hku.hk
-2006-10-02 23:41:25,059 DEBUG Popping from q - planetlab2.elet.polimi.it
-2006-10-02 23:41:25,063 DEBUG Popping from q - pli1-br-3.hpl.hp.com
-2006-10-02 23:41:25,065 DEBUG Found tickets for pli1-br-3.hpl.hp.com
-2006-10-02 23:41:25,065 DEBUG Popping from q - planetlab2.nbgisp.com
-2006-10-02 23:41:25,068 DEBUG Popping from q - planetlab2.cs.duke.edu
-2006-10-02 23:41:25,070 DEBUG Popping from q - planetlab1.cs.stir.ac.uk
-2006-10-02 23:41:25,073 DEBUG Popping from q - planetlab1.cse.msu.edu
-2006-10-02 23:41:25,075 DEBUG Found tickets for planetlab1.cse.msu.edu
-2006-10-02 23:41:25,075 DEBUG Popping from q - planetlab2.cse.msu.edu
-2006-10-02 23:41:25,078 DEBUG Found tickets for planetlab2.cse.msu.edu
-2006-10-02 23:41:25,079 DEBUG Popping from q - planetlab0.cs.stir.ac.uk
-2006-10-02 23:41:25,082 DEBUG Popping from q - planetlab1.informatik.uni-erlangen.de
-2006-10-02 23:41:25,084 DEBUG Popping from q - planetlab3.cs.duke.edu
-2006-10-02 23:41:25,087 DEBUG Popping from q - planetlab1.een.orst.edu
-2006-10-02 23:41:25,089 DEBUG Popping from q - planetlab1.cs.purdue.edu
-2006-10-02 23:41:25,092 DEBUG Found tickets for planetlab1.cs.purdue.edu
-2006-10-02 23:41:25,092 DEBUG Popping from q - planetlab2.cs.columbia.edu
-2006-10-02 23:41:25,096 DEBUG Popping from q - planetlab1.win.trlabs.ca
-2006-10-02 23:41:25,098 DEBUG Popping from q - planetlab1.cs.duke.edu
-2006-10-02 23:41:25,101 DEBUG Popping from q - planetlab2.flux.utah.edu
-2006-10-02 23:41:25,104 DEBUG Popping from q - planetlab3.cs.columbia.edu
-2006-10-02 23:41:25,106 DEBUG Popping from q - planetlab1.cs.columbia.edu
-2006-10-02 23:41:25,109 DEBUG Popping from q - planetlab3.flux.utah.edu
-2006-10-02 23:41:25,111 DEBUG Popping from q - planetlab-1.eecs.cwru.edu
-2006-10-02 23:41:25,114 DEBUG Popping from q - planetlab2.rutgers.edu
-2006-10-02 23:41:25,116 DEBUG Found tickets for planetlab2.rutgers.edu
-2006-10-02 23:41:25,116 DEBUG Popping from q - vn3.cs.wustl.edu
-2006-10-02 23:41:25,119 DEBUG Found tickets for vn3.cs.wustl.edu
-2006-10-02 23:41:25,119 DEBUG Popping from q - planetlab2.cri.haifa.ac.il
-2006-10-02 23:41:25,123 DEBUG Found tickets for planetlab2.cri.haifa.ac.il
-2006-10-02 23:41:25,123 DEBUG Popping from q - planetlab2.informatik.uni-wuerzburg.de
-2006-10-02 23:41:25,125 DEBUG Popping from q - planetlab01.cse.psu.edu
-2006-10-02 23:41:25,128 DEBUG Popping from q - csu2.6planetlab.edu.cn
-2006-10-02 23:41:25,130 DEBUG Found tickets for csu2.6planetlab.edu.cn
-2006-10-02 23:41:25,131 DEBUG Popping from q - planet2.njit.edu
-2006-10-02 23:41:25,133 DEBUG Found tickets for planet2.njit.edu
-2006-10-02 23:41:25,133 DEBUG Popping from q - planetlab2.unl.edu
-2006-10-02 23:41:25,135 DEBUG Popping from q - planetlab1.cs.pitt.edu
-2006-10-02 23:41:25,138 DEBUG Popping from q - planetlab1.cri.haifa.ac.il
-2006-10-02 23:41:25,141 DEBUG Found tickets for planetlab1.cri.haifa.ac.il
-2006-10-02 23:41:25,141 DEBUG Popping from q - planetlab2.urv.net
-2006-10-02 23:41:25,144 DEBUG Popping from q - planetlab7.csail.mit.edu
-2006-10-02 23:41:25,146 DEBUG Found tickets for planetlab7.csail.mit.edu
-2006-10-02 23:41:25,147 DEBUG Popping from q - buaa1.6planetlab.edu.cn
-2006-10-02 23:41:25,149 DEBUG Found tickets for buaa1.6planetlab.edu.cn
-2006-10-02 23:41:25,149 DEBUG Popping from q - ricepl-3.cs.rice.edu
-2006-10-02 23:41:25,152 DEBUG Popping from q - planet-lab-1.csse.monash.edu.au
-2006-10-02 23:41:25,154 DEBUG Popping from q - planetlab5.millennium.berkeley.edu
-2006-10-02 23:41:25,157 DEBUG Popping from q - planetlab1.pop-ce.rnp.br
-2006-10-02 23:41:25,159 DEBUG Found tickets for planetlab1.pop-ce.rnp.br
-2006-10-02 23:41:25,160 DEBUG Popping from q - planetlab2.mnlab.cti.depaul.edu
-2006-10-02 23:41:25,163 DEBUG Found tickets for planetlab2.mnlab.cti.depaul.edu
-2006-10-02 23:41:25,163 DEBUG Popping from q - peace.ri.uni-tuebingen.de
-2006-10-02 23:41:25,165 DEBUG Popping from q - planetlab-8.cs.princeton.edu
-2006-10-02 23:41:25,167 DEBUG Found tickets for planetlab-8.cs.princeton.edu
-2006-10-02 23:41:25,168 DEBUG Popping from q - planetlab2.ucsd.edu
-2006-10-02 23:41:25,170 DEBUG Found tickets for planetlab2.ucsd.edu
-2006-10-02 23:41:25,171 DEBUG Popping from q - blast.uwaterloo.ca
-2006-10-02 23:41:25,173 DEBUG Found tickets for blast.uwaterloo.ca
-2006-10-02 23:41:25,173 DEBUG Popping from q - planetlab1.cs.wayne.edu
-2006-10-02 23:41:25,176 DEBUG Found tickets for planetlab1.cs.wayne.edu
-2006-10-02 23:41:25,176 DEBUG Popping from q - pli1-br-3.hpl.hp.com
-2006-10-02 23:41:25,178 DEBUG Found tickets for pli1-br-3.hpl.hp.com
-2006-10-02 23:41:25,178 DEBUG Popping from q - planetlab2.eurecom.fr
-2006-10-02 23:41:25,181 DEBUG Popping from q - planetlab1.di.unito.it
-2006-10-02 23:41:25,183 DEBUG Found tickets for planetlab1.di.unito.it
-2006-10-02 23:41:25,183 DEBUG Popping from q - planetlab2.simula.no
-2006-10-02 23:41:25,186 DEBUG Popping from q - planetlab01.dis.unina.it
-2006-10-02 23:41:25,188 DEBUG Popping from q - planetlab1.flux.utah.edu
-2006-10-02 23:41:25,190 DEBUG Popping from q - planetlab-1.ece.iastate.edu
-2006-10-02 23:41:25,194 DEBUG Found tickets for planetlab-1.ece.iastate.edu
-2006-10-02 23:41:25,194 DEBUG Popping from q - sdu1.6planetlab.edu.cn
-2006-10-02 23:41:25,249 DEBUG Found tickets for sdu1.6planetlab.edu.cn
-2006-10-02 23:41:25,249 DEBUG Popping from q - planetlab4.upc.es
-2006-10-02 23:41:25,255 DEBUG Popping from q - planetlab1.ipls.internet2.planet-lab.org
-2006-10-02 23:41:25,257 DEBUG Popping from q - planetlab-13.cs.princeton.edu
-2006-10-02 23:41:25,259 DEBUG Found tickets for planetlab-13.cs.princeton.edu
-2006-10-02 23:41:25,259 DEBUG Popping from q - planet1.cc.gt.atl.ga.us
-2006-10-02 23:41:25,261 DEBUG Popping from q - planetlab2.eecs.wsu.edu
-2006-10-02 23:41:25,263 DEBUG Popping from q - planet2.cs.ucsb.edu
-2006-10-02 23:41:25,266 DEBUG Found tickets for planet2.cs.ucsb.edu
-2006-10-02 23:41:25,266 DEBUG Popping from q - xjtu2.6planetlab.edu.cn
-2006-10-02 23:41:25,268 DEBUG Popping from q - planetlab3.upc.es
-2006-10-02 23:41:25,270 DEBUG Popping from q - node1.lbnl.nodes.planet-lab.org
-2006-10-02 23:41:25,273 DEBUG Popping from q - planetlab1.iitr.ernet.in
-2006-10-02 23:41:25,275 DEBUG Popping from q - planetlab1.eecs.iu-bremen.de
-2006-10-02 23:41:25,277 DEBUG Popping from q - planetlab2.uvic.ca
-2006-10-02 23:41:25,279 DEBUG Found tickets for planetlab2.uvic.ca
-2006-10-02 23:41:25,279 DEBUG Popping from q - planetlab01.erin.utoronto.ca
-2006-10-02 23:41:25,281 DEBUG Popping from q - planetlab-4.ece.iastate.edu
-2006-10-02 23:41:25,284 DEBUG Found tickets for planetlab-4.ece.iastate.edu
-2006-10-02 23:41:25,284 DEBUG Popping from q - planetlab2.informatik.uni-goettingen.de
-2006-10-02 23:41:25,286 DEBUG Found tickets for planetlab2.informatik.uni-goettingen.de
-2006-10-02 23:41:25,286 DEBUG Popping from q - ds-pl1.technion.ac.il
-2006-10-02 23:41:25,288 DEBUG Popping from q - planetlab1.mnl.cs.sunysb.edu
-2006-10-02 23:41:25,291 DEBUG Found tickets for planetlab1.mnl.cs.sunysb.edu
-2006-10-02 23:41:25,291 DEBUG Popping from q - aladdin.planetlab.extranet.uni-passau.de
-2006-10-02 23:41:25,293 DEBUG Popping from q - planetlab-1.cs.uni-paderborn.de
-2006-10-02 23:41:25,295 DEBUG Popping from q - planet1.njit.edu
-2006-10-02 23:41:25,297 DEBUG Popping from q - pku2.6planetlab.edu.cn
-2006-10-02 23:41:25,300 DEBUG Popping from q - planetlab-1.cs.ucy.ac.cy
-2006-10-02 23:41:25,302 DEBUG Popping from q - planetlab00.cse.psu.edu
-2006-10-02 23:41:25,304 DEBUG Popping from q - planetlab04.ethz.ch
-2006-10-02 23:41:25,306 DEBUG Found tickets for planetlab04.ethz.ch
-2006-10-02 23:41:25,306 DEBUG Popping from q - sdu2.6planetlab.edu.cn
-2006-10-02 23:41:25,309 DEBUG Found tickets for sdu2.6planetlab.edu.cn
-2006-10-02 23:41:25,309 DEBUG Popping from q - planet-lab.iki.rssi.ru
-2006-10-02 23:41:25,311 DEBUG Found tickets for planet-lab.iki.rssi.ru
-2006-10-02 23:41:25,311 DEBUG Popping from q - planetlab1.polito.it
-2006-10-02 23:41:25,313 DEBUG Found tickets for planetlab1.polito.it
-2006-10-02 23:41:25,314 DEBUG Popping from q - planetlab1.uvic.ca
-2006-10-02 23:41:25,316 DEBUG Found tickets for planetlab1.uvic.ca
-2006-10-02 23:41:25,316 DEBUG Popping from q - planetlab1.cs.byu.edu
-2006-10-02 23:41:25,318 DEBUG Popping from q - planetlab-1.amst.nodes.planet-lab.org
-2006-10-02 23:41:25,320 DEBUG Popping from q - cloudburst.uwaterloo.ca
-2006-10-02 23:41:25,323 DEBUG Found tickets for cloudburst.uwaterloo.ca
-2006-10-02 23:41:25,323 DEBUG Popping from q - planet2.cs.rochester.edu
-2006-10-02 23:41:25,325 DEBUG Found tickets for planet2.cs.rochester.edu
-2006-10-02 23:41:25,325 DEBUG Popping from q - planetlab1.xeno.cl.cam.ac.uk
-2006-10-02 23:41:25,328 DEBUG Popping from q - lycra.cs.princeton.edu
-2006-10-02 23:41:25,330 DEBUG Found tickets for lycra.cs.princeton.edu
-2006-10-02 23:41:25,330 DEBUG Popping from q - planetlab06.mpi-sws.mpg.de
-2006-10-02 23:41:25,332 DEBUG Popping from q - planetlab1.ias.csusb.edu
-2006-10-02 23:41:25,334 DEBUG Found tickets for planetlab1.ias.csusb.edu
-2006-10-02 23:41:25,335 DEBUG Popping from q - vayu.iitd.ernet.in
-2006-10-02 23:41:25,337 DEBUG Popping from q - node2.lbnl.nodes.planet-lab.org
-2006-10-02 23:41:25,339 DEBUG Popping from q - planetlab2.cs.byu.edu
-2006-10-02 23:41:25,341 DEBUG Popping from q - cqu1.6planetlab.edu.cn
-2006-10-02 23:41:25,343 DEBUG Found tickets for cqu1.6planetlab.edu.cn
-2006-10-02 23:41:25,344 DEBUG Popping from q - planetlab2.acis.ufl.edu
-2006-10-02 23:41:25,346 DEBUG Found tickets for planetlab2.acis.ufl.edu
-2006-10-02 23:41:25,346 DEBUG Popping from q - planetlab1.cs.unibo.it
-2006-10-02 23:41:25,348 DEBUG Found tickets for planetlab1.cs.unibo.it
-2006-10-02 23:41:25,348 DEBUG Popping from q - tju2.6planetlab.edu.cn
-2006-10-02 23:41:25,350 DEBUG Found tickets for tju2.6planetlab.edu.cn
-2006-10-02 23:41:25,351 DEBUG Popping from q - orbpl1.rutgers.edu
-2006-10-02 23:41:25,353 DEBUG Found tickets for orbpl1.rutgers.edu
-2006-10-02 23:41:25,353 DEBUG Popping from q - ent1.cs.nccu.edu.tw
-2006-10-02 23:41:25,355 DEBUG Found tickets for ent1.cs.nccu.edu.tw
-2006-10-02 23:41:25,356 DEBUG Popping from q - planet0.jaist.ac.jp
-2006-10-02 23:41:25,358 DEBUG Found tickets for planet0.jaist.ac.jp
-2006-10-02 23:41:25,358 DEBUG Popping from q - soccf-planet-001.comp.nus.edu.sg
-2006-10-02 23:41:25,360 DEBUG Found tickets for soccf-planet-001.comp.nus.edu.sg
-2006-10-02 23:41:25,360 DEBUG Popping from q - planetlab1.informatik.uni-wuerzburg.de
-2006-10-02 23:41:25,363 DEBUG Found tickets for planetlab1.informatik.uni-wuerzburg.de
-2006-10-02 23:41:25,363 DEBUG Popping from q - planetlab3.warsaw.rd.tp.pl
-2006-10-02 23:41:25,365 DEBUG Popping from q - planetlab0.ias.csusb.edu
-2006-10-02 23:41:25,367 DEBUG Found tickets for planetlab0.ias.csusb.edu
-2006-10-02 23:41:25,367 DEBUG Popping from q - planetlab-2.amst.nodes.planet-lab.org
-2006-10-02 23:41:25,370 DEBUG Popping from q - planetlab3.inria.fr
-2006-10-02 23:41:25,372 DEBUG Popping from q - 200-102-209-152.paemt7001.t.brasiltelecom.net.br
-2006-10-02 23:41:25,374 DEBUG Found tickets for 200-102-209-152.paemt7001.t.brasiltelecom.net.br
-2006-10-02 23:41:25,374 DEBUG Popping from q - planetlab3.mnl.cs.sunysb.edu
-2006-10-02 23:41:25,377 DEBUG Popping from q - planetlab-15.cs.princeton.edu
-2006-10-02 23:41:25,380 DEBUG Popping from q - ent2.cs.nccu.edu.tw
-2006-10-02 23:41:25,384 DEBUG Found tickets for ent2.cs.nccu.edu.tw
-2006-10-02 23:41:25,384 DEBUG Popping from q - planet-lab-2.csse.monash.edu.au
-2006-10-02 23:41:25,388 DEBUG Found tickets for planet-lab-2.csse.monash.edu.au
-2006-10-02 23:41:25,388 DEBUG Popping from q - planet1.ecse.rpi.edu
-2006-10-02 23:41:25,390 DEBUG Found tickets for planet1.ecse.rpi.edu
-2006-10-02 23:41:25,391 DEBUG Popping from q - planetlab-2.unk.edu
-2006-10-02 23:41:25,393 DEBUG Popping from q - planetlab2.rdfrancetelecom.com
-2006-10-02 23:41:25,395 DEBUG Found tickets for planetlab2.rdfrancetelecom.com
-2006-10-02 23:41:25,396 DEBUG Popping from q - planetlab1.eurecom.fr
-2006-10-02 23:41:25,398 DEBUG Found tickets for planetlab1.eurecom.fr
-2006-10-02 23:41:25,399 DEBUG Popping from q - planetlab1.cs.virginia.edu
-2006-10-02 23:41:25,402 DEBUG Popping from q - tju1.6planetlab.edu.cn
-2006-10-02 23:41:25,406 DEBUG Found tickets for tju1.6planetlab.edu.cn
-2006-10-02 23:41:25,406 DEBUG Popping from q - planetlab-3.amst.nodes.planet-lab.org
-2006-10-02 23:41:25,408 DEBUG Popping from q - planetlab2.iitr.ernet.in
-2006-10-02 23:41:25,411 DEBUG Popping from q - planetlab1.georgetown.edu
-2006-10-02 23:41:25,413 DEBUG Found tickets for planetlab1.georgetown.edu
-2006-10-02 23:41:25,413 DEBUG Popping from q - planet1.inf.tu-dresden.de
-2006-10-02 23:41:25,416 DEBUG Popping from q - alice.cs.princeton.edu
-2006-10-02 23:41:25,594 DEBUG Found tickets for alice.cs.princeton.edu
-2006-10-02 23:41:25,594 DEBUG Popping from q - planetlab02.erin.utoronto.ca
-2006-10-02 23:41:25,597 DEBUG Popping from q - planetlab-1.vuse.vanderbilt.edu
-2006-10-02 23:41:25,599 DEBUG Found tickets for planetlab-1.vuse.vanderbilt.edu
-2006-10-02 23:41:25,599 DEBUG Popping from q - planetlab3.uvic.ca
-2006-10-02 23:41:25,601 DEBUG Found tickets for planetlab3.uvic.ca
-2006-10-02 23:41:25,601 DEBUG Popping from q - scut2.6planetlab.edu.cn
-2006-10-02 23:41:25,604 DEBUG Found tickets for scut2.6planetlab.edu.cn
-2006-10-02 23:41:25,604 DEBUG Popping from q - planetlab1.swidnik.rd.tp.pl
-2006-10-02 23:41:25,606 DEBUG Found tickets for planetlab1.swidnik.rd.tp.pl
-2006-10-02 23:41:25,606 DEBUG Popping from q - planet2.cdacb.ernet.in
-2006-10-02 23:41:25,608 DEBUG Found tickets for planet2.cdacb.ernet.in
-2006-10-02 23:41:25,609 DEBUG Popping from q - planetlab1.rdfrancetelecom.com
-2006-10-02 23:41:25,611 DEBUG Found tickets for planetlab1.rdfrancetelecom.com
-2006-10-02 23:41:25,611 DEBUG Popping from q - planet2.inf.tu-dresden.de
-2006-10-02 23:41:25,613 DEBUG Popping from q - planet02.csc.ncsu.edu
-2006-10-02 23:41:25,615 DEBUG Popping from q - planetlab-1.tssg.org
-2006-10-02 23:41:25,618 DEBUG Found tickets for planetlab-1.tssg.org
-2006-10-02 23:41:25,618 DEBUG Popping from q - planetlab-2.vuse.vanderbilt.edu
-2006-10-02 23:41:25,620 DEBUG Found tickets for planetlab-2.vuse.vanderbilt.edu
-2006-10-02 23:41:25,620 DEBUG Popping from q - planetlab-11.cs.princeton.edu
-2006-10-02 23:41:25,622 DEBUG Popping from q - planet03.csc.ncsu.edu
-2006-10-02 23:41:25,625 DEBUG Popping from q - planetlab1.pop-rj.rnp.br
-2006-10-02 23:41:25,627 DEBUG Found tickets for planetlab1.pop-rj.rnp.br
-2006-10-02 23:41:25,627 DEBUG Popping from q - planet1.halifax.canet4.nodes.planet-lab.org
-2006-10-02 23:41:25,629 DEBUG Popping from q - planet1.cavite.nodes.planet-lab.org
-2006-10-02 23:41:25,631 DEBUG Popping from q - ds-pl3.technion.ac.il
-2006-10-02 23:41:25,634 DEBUG Found tickets for ds-pl3.technion.ac.il
-2006-10-02 23:41:25,634 DEBUG Popping from q - planetlab2.cs.purdue.edu
-2006-10-02 23:41:25,636 DEBUG Popping from q - planetlab3.millennium.berkeley.edu
-2006-10-02 23:41:25,638 DEBUG Popping from q - planetlab1.unl.edu
-2006-10-02 23:41:25,640 DEBUG Found tickets for planetlab1.unl.edu
-2006-10-02 23:41:25,641 DEBUG Popping from q - planetlab1.cs.colorado.edu
-2006-10-02 23:41:25,643 DEBUG Found tickets for planetlab1.cs.colorado.edu
-2006-10-02 23:41:25,643 DEBUG Popping from q - planetlab02.cs.washington.edu
-2006-10-02 23:41:25,645 DEBUG Found tickets for planetlab02.cs.washington.edu
-2006-10-02 23:41:25,646 DEBUG Popping from q - pads21.cs.nthu.edu.tw
-2006-10-02 23:41:25,648 DEBUG Popping from q - orbpl2.rutgers.edu
-2006-10-02 23:41:25,650 DEBUG Found tickets for orbpl2.rutgers.edu
-2006-10-02 23:41:25,650 DEBUG Popping from q - planetlab2.informatik.uni-erlangen.de
-2006-10-02 23:41:25,652 DEBUG Found tickets for planetlab2.informatik.uni-erlangen.de
-2006-10-02 23:41:25,653 DEBUG Popping from q - planetlab-01.ipv6.lip6.fr
-2006-10-02 23:41:25,655 DEBUG Found tickets for planetlab-01.ipv6.lip6.fr
-2006-10-02 23:41:25,655 DEBUG Popping from q - pl2.ernet.in
-2006-10-02 23:41:25,657 DEBUG Popping from q - neu2.6planetlab.edu.cn
-2006-10-02 23:41:25,660 DEBUG Popping from q - planetlab-2.cs.uni-paderborn.de
-2006-10-02 23:41:25,662 DEBUG Popping from q - planet5.cs.huji.ac.il
-2006-10-02 23:41:25,664 DEBUG Popping from q - planetlab1.elet.polimi.it
-2006-10-02 23:41:25,666 DEBUG Popping from q - planetlab2.iiitb.ac.in
-2006-10-02 23:41:25,668 DEBUG Popping from q - server1.planetlab.iit-tech.net
-2006-10-02 23:41:25,671 DEBUG Found tickets for server1.planetlab.iit-tech.net
-2006-10-02 23:41:25,671 DEBUG Popping from q - planetlab2.iitb.ac.in
-2006-10-02 23:41:25,673 DEBUG Found tickets for planetlab2.iitb.ac.in
-2006-10-02 23:41:25,674 DEBUG Popping from q - planetlab02.dis.unina.it
-2006-10-02 23:41:25,676 DEBUG Popping from q - planetlab-1.dis.uniroma1.it
-2006-10-02 23:41:25,678 DEBUG Popping from q - planetlab1.iitb.ac.in
-2006-10-02 23:41:25,681 DEBUG Found tickets for planetlab1.iitb.ac.in
-2006-10-02 23:41:25,681 DEBUG Popping from q - pku1.6planetlab.edu.cn
-2006-10-02 23:41:25,683 DEBUG Found tickets for pku1.6planetlab.edu.cn
-2006-10-02 23:41:25,684 DEBUG Popping from q - planetlab1.warsaw.rd.tp.pl
-2006-10-02 23:41:25,686 DEBUG Popping from q - planetlab-2.cs.ucy.ac.cy
-2006-10-02 23:41:25,688 DEBUG Popping from q - pl1.ernet.in
-2006-10-02 23:41:25,691 DEBUG Popping from q - planetlab2.georgetown.edu
-2006-10-02 23:41:25,693 DEBUG Found tickets for planetlab2.georgetown.edu
-2006-10-02 23:41:25,693 DEBUG Popping from q - server2.planetlab.iit-tech.net
-2006-10-02 23:41:25,696 DEBUG Found tickets for server2.planetlab.iit-tech.net
-2006-10-02 23:41:25,696 DEBUG Popping from q - planetlab2.di.unito.it
-2006-10-02 23:41:25,698 DEBUG Popping from q - planetlab1.csee.usf.edu
-2006-10-02 23:41:25,700 DEBUG Popping from q - planetlab-2.dis.uniroma1.it
-2006-10-02 23:41:25,703 DEBUG Popping from q - planetlab2.informatik.uni-kl.de
-2006-10-02 23:41:25,705 DEBUG Found tickets for planetlab2.informatik.uni-kl.de
-2006-10-02 23:41:25,706 DEBUG Popping from q - planet1.cs.rochester.edu
-2006-10-02 23:41:25,708 DEBUG Found tickets for planet1.cs.rochester.edu
-2006-10-02 23:41:25,708 DEBUG Popping from q - planetlab1.rutgers.edu
-2006-10-02 23:41:25,710 DEBUG Found tickets for planetlab1.rutgers.edu
-2006-10-02 23:41:25,711 DEBUG Popping from q - planetlab-2.ece.iastate.edu
-2006-10-02 23:41:25,713 DEBUG Popping from q - planetlab-1.sjce.nodes.planet-lab.org
-2006-10-02 23:41:25,715 DEBUG Found tickets for planetlab-1.sjce.nodes.planet-lab.org
-2006-10-02 23:41:25,716 DEBUG Popping from q - planetlab2.ece.ucdavis.edu
-2006-10-02 23:41:25,718 DEBUG Popping from q - planetlab1.ie.cuhk.edu.hk
-2006-10-02 23:41:28,986 DEBUG Found tickets for planetlab-2.imperial.ac.uk
-2006-10-02 23:41:28,986 DEBUG Popping from q - planetlab2lannion.elibel.tm.fr
-2006-10-02 23:41:28,997 DEBUG Popping from q - planetlab01.mpi-sws.mpg.de
-2006-10-02 23:41:29,000 DEBUG Popping from q - planetlab2.cs.duke.edu
-2006-10-02 23:41:29,002 DEBUG Popping from q - planetlab1.rn.informatics.scitech.susx.ac.uk
-2006-10-02 23:41:29,004 DEBUG Found tickets for planetlab1.rn.informatics.scitech.susx.ac.uk
-2006-10-02 23:41:29,005 DEBUG Popping from q - planetlab1.eee.hku.hk
-2006-10-02 23:41:40,333 DEBUG Found tickets for planetlab1.eee.hku.hk
-2006-10-02 23:41:40,333 DEBUG Popping from q - pads23.cs.nthu.edu.tw
-2006-10-02 23:41:40,336 DEBUG Popping from q - planet2.halifax.canet4.nodes.planet-lab.org
-2006-10-02 23:41:40,338 DEBUG Found tickets for planet2.halifax.canet4.nodes.planet-lab.org
-2006-10-02 23:41:40,338 DEBUG Popping from q - planetlab-2.tssg.org
-2006-10-02 23:41:40,341 DEBUG Found tickets for planetlab-2.tssg.org
-2006-10-02 23:41:40,341 DEBUG Popping from q - 200-102-209-151.paemt7001.t.brasiltelecom.net.br
-2006-10-02 23:41:40,343 DEBUG Found tickets for 200-102-209-151.paemt7001.t.brasiltelecom.net.br
-2006-10-02 23:41:40,344 DEBUG Popping from q - planetlab2.poly.edu
-2006-10-02 23:41:40,346 DEBUG Popping from q - planetlab1.poly.edu
-2006-10-02 23:41:40,348 DEBUG Popping from q - planetlab2.byu.edu
-2006-10-02 23:41:40,351 DEBUG Popping from q - planetlab2.net-research.org.uk
-2006-10-02 23:41:53,086 DEBUG Found tickets for planetlab1.ie.cuhk.edu.hk
-2006-10-02 23:41:53,086 DEBUG Popping from q - planetlab1.postel.org
-2006-10-02 23:41:53,095 DEBUG Found tickets for planetlab1.postel.org
-2006-10-02 23:41:53,095 DEBUG Popping from q - planetlab-2.imperial.ac.uk
-2006-10-02 23:41:53,097 DEBUG Found tickets for planetlab-2.imperial.ac.uk
-2006-10-02 23:41:53,097 DEBUG Popping from q - planetlab2.postel.org
-2006-10-02 23:41:53,099 DEBUG Popping from q - planetlab-1.imperial.ac.uk
-2006-10-02 23:41:53,102 DEBUG Found tickets for planetlab-1.imperial.ac.uk
-2006-10-02 23:41:53,102 DEBUG Popping from q - planetlab1.byu.edu
-2006-10-02 23:41:53,104 DEBUG Found tickets for planetlab1.byu.edu
-2006-10-02 23:41:53,104 DEBUG Popping from q - planetlab2.eee.hku.hk
-2006-10-02 23:41:53,107 DEBUG Found tickets for planetlab2.eee.hku.hk
-2006-10-02 23:41:55,118 INFO Starting thread policy
-2006-10-02 23:41:55,118 INFO Monitor Exitted
-2006-10-02 23:44:01,032 INFO Monitor Started
-2006-10-02 23:44:01,032 INFO Starting thread Watcher
-2006-10-02 23:44:01,033 INFO Starting thread rt1
-2006-10-02 23:44:01,033 INFO Starting thread rt2
-2006-10-02 23:44:01,033 INFO Starting thread rt3
-2006-10-02 23:44:01,033 INFO Starting thread rt4
-2006-10-02 23:44:01,034 INFO Starting thread rt5
-2006-10-02 23:44:01,034 INFO Starting thread cleanrt5
-2006-10-02 23:44:01,034 INFO Starting thread rt5
-2006-10-02 23:44:01,035 DEBUG Removing stale entries from DB.
-2006-10-02 23:44:01,035 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='drift%20%3E%201m'
-2006-10-02 23:44:01,038 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv
-2006-10-02 23:44:01,192 DEBUG Retrieved 8 hosts
-2006-10-02 23:44:01,193 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='resptime%20%3E%200%20&&%20gbfree%20%3C%205'
-2006-10-02 23:44:01,335 DEBUG Retrieved 11 hosts
-2006-10-02 23:44:01,336 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='sshstatus%20%3E%202h'
-2006-10-02 23:44:01,689 DEBUG Retrieved 161 hosts
-2006-10-02 23:44:01,691 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='dns1udp%20%3E%2080%20&&%20dns2udp%20%3E%2080'
-2006-10-02 23:44:01,838 DEBUG Retrieved 9 hosts
-2006-10-02 23:44:01,839 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='filerw%3E0'
-2006-10-02 23:44:01,963 DEBUG Retrieved 1 hosts
-2006-10-02 23:44:01,964 INFO Refreshing DB.
-2006-10-02 23:44:02,384 DEBUG Retrieved 706 hosts
-2006-10-02 23:44:02,384 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='drift%20%3E%201m'
-2006-10-02 23:44:02,517 DEBUG Retrieved 8 hosts
-2006-10-02 23:44:02,517 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='resptime%20%3E%200%20&&%20gbfree%20%3C%205'
-2006-10-02 23:44:02,652 DEBUG Retrieved 11 hosts
-2006-10-02 23:44:02,653 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='sshstatus%20%3E%202h'
-2006-10-02 23:44:02,994 DEBUG Retrieved 161 hosts
-2006-10-02 23:44:02,996 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='dns1udp%20%3E%2080%20&&%20dns2udp%20%3E%2080'
-2006-10-02 23:44:03,129 DEBUG Retrieved 9 hosts
-2006-10-02 23:44:03,129 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='filerw%3E0'
-2006-10-02 23:44:03,253 DEBUG Retrieved 1 hosts
-2006-10-02 23:44:03,256 DEBUG Popping from q - planetlab2.elet.polimi.it
-2006-10-02 23:44:03,260 DEBUG Popping from q - pli1-br-3.hpl.hp.com
-2006-10-02 23:44:03,261 DEBUG Popping from q - planetlab2.nbgisp.com
-2006-10-02 23:44:03,262 DEBUG Popping from q - planetlab1.cs.stir.ac.uk
-2006-10-02 23:44:03,263 DEBUG Popping from q - planetlab1.cse.msu.edu
-2006-10-02 23:44:17,689 DEBUG Found tickets for pli1-br-3.hpl.hp.com
-2006-10-02 23:44:17,689 DEBUG Popping from q - planetlab2.cse.msu.edu
-2006-10-02 23:44:26,758 DEBUG Found tickets for planetlab2.cse.msu.edu
-2006-10-02 23:44:26,759 DEBUG Popping from q - planetlab0.cs.stir.ac.uk
-2006-10-02 23:44:37,932 DEBUG Popping from q - planetlab1.informatik.uni-erlangen.de
-2006-10-02 23:44:45,688 DEBUG Popping from q - planetlab3.cs.duke.edu
-2006-10-02 23:44:56,867 DEBUG Popping from q - planetlab1.een.orst.edu
-2006-10-02 23:45:11,436 DEBUG Popping from q - planetlab1.cs.purdue.edu
-2006-10-02 23:45:12,337 DEBUG Popping from q - planetlab2.cs.columbia.edu
-2006-10-02 23:45:27,253 DEBUG Found tickets for planetlab1.cs.purdue.edu
-2006-10-02 23:45:27,254 DEBUG Popping from q - planetlab1.win.trlabs.ca
-2006-10-02 23:45:33,318 DEBUG Popping from q - planetlab1.cs.duke.edu
-2006-10-02 23:45:43,352 DEBUG Popping from q - planetlab2.flux.utah.edu
-2006-10-02 23:45:52,819 DEBUG Popping from q - planetlab3.cs.columbia.edu
-2006-10-02 23:46:03,641 DEBUG Popping from q - planetlab1.cs.columbia.edu
-2006-10-02 23:46:14,534 DEBUG Popping from q - planetlab3.flux.utah.edu
-2006-10-02 23:46:24,993 DEBUG Popping from q - planetlab-1.eecs.cwru.edu
-2006-10-02 23:46:33,839 DEBUG Popping from q - planetlab2.rutgers.edu
-2006-10-02 23:46:44,606 DEBUG Found tickets for planetlab2.rutgers.edu
-2006-10-02 23:46:44,607 DEBUG Popping from q - vn3.cs.wustl.edu
-2006-10-02 23:46:55,038 DEBUG Found tickets for vn3.cs.wustl.edu
-2006-10-02 23:46:55,038 DEBUG Popping from q - planetlab2.cri.haifa.ac.il
-2006-10-02 23:47:06,812 DEBUG Found tickets for planetlab2.cri.haifa.ac.il
-2006-10-02 23:47:06,813 DEBUG Popping from q - planetlab2.informatik.uni-wuerzburg.de
-2006-10-02 23:47:13,818 DEBUG Popping from q - planetlab01.cse.psu.edu
-2006-10-02 23:47:24,948 DEBUG Popping from q - csu2.6planetlab.edu.cn
-2006-10-02 23:47:36,796 DEBUG Found tickets for csu2.6planetlab.edu.cn
-2006-10-02 23:47:36,797 DEBUG Popping from q - planet2.njit.edu
-2006-10-02 23:47:48,774 DEBUG Found tickets for planet2.njit.edu
-2006-10-02 23:47:48,775 DEBUG Popping from q - planetlab2.unl.edu
-2006-10-02 23:48:11,507 DEBUG Found tickets for planetlab1.cse.msu.edu
-2006-10-02 23:48:11,508 DEBUG Popping from q - planetlab1.cs.pitt.edu
-2006-10-02 23:48:22,621 DEBUG Popping from q - planetlab1.cri.haifa.ac.il
-2006-10-02 23:48:34,392 DEBUG Found tickets for planetlab1.cri.haifa.ac.il
-2006-10-02 23:48:34,392 DEBUG Popping from q - planetlab2.urv.net
-2006-10-02 23:48:40,896 DEBUG Popping from q - planetlab7.csail.mit.edu
-2006-10-02 23:48:42,452 DEBUG Popping from q - buaa1.6planetlab.edu.cn
-2006-10-02 23:48:46,407 DEBUG Popping from q - ricepl-3.cs.rice.edu
-2006-10-02 23:49:03,051 DEBUG Found tickets for buaa1.6planetlab.edu.cn
-2006-10-02 23:49:03,051 DEBUG Popping from q - planet-lab-1.csse.monash.edu.au
-2006-10-02 23:49:08,105 DEBUG Popping from q - planetlab5.millennium.berkeley.edu
-2006-10-02 23:49:12,264 DEBUG Popping from q - planetlab1.pop-ce.rnp.br
-2006-10-02 23:49:22,336 DEBUG Found tickets for planetlab1.pop-ce.rnp.br
-2006-10-02 23:49:22,336 DEBUG Popping from q - planetlab2.mnlab.cti.depaul.edu
-2006-10-02 23:49:38,465 DEBUG Found tickets for planetlab2.mnlab.cti.depaul.edu
-2006-10-02 23:49:38,465 DEBUG Popping from q - peace.ri.uni-tuebingen.de
-2006-10-02 23:49:51,049 DEBUG Popping from q - planetlab-8.cs.princeton.edu
-2006-10-02 23:50:00,072 DEBUG Found tickets for planetlab-8.cs.princeton.edu
-2006-10-02 23:50:00,072 DEBUG Popping from q - planetlab2.ucsd.edu
-2006-10-02 23:50:10,741 DEBUG Found tickets for planetlab2.ucsd.edu
-2006-10-02 23:50:10,741 DEBUG Popping from q - blast.uwaterloo.ca
-2006-10-02 23:50:22,317 DEBUG Found tickets for blast.uwaterloo.ca
-2006-10-02 23:50:22,318 DEBUG Popping from q - planetlab1.cs.wayne.edu
-2006-10-02 23:50:25,492 DEBUG Popping from q - pli1-br-3.hpl.hp.com
-2006-10-02 23:50:37,466 DEBUG Found tickets for planetlab1.cs.wayne.edu
-2006-10-02 23:50:37,466 DEBUG Popping from q - planetlab2.eurecom.fr
-2006-10-02 23:50:48,483 DEBUG Popping from q - planetlab1.di.unito.it
-2006-10-02 23:50:49,016 DEBUG Popping from q - planetlab2.simula.no
-2006-10-02 23:50:59,403 DEBUG Found tickets for planetlab1.di.unito.it
-2006-10-02 23:50:59,403 DEBUG Popping from q - planetlab01.dis.unina.it
-2006-10-02 23:51:10,150 DEBUG Popping from q - planetlab1.flux.utah.edu
-2006-10-02 23:51:21,223 DEBUG Popping from q - planetlab-1.ece.iastate.edu
-2006-10-02 23:51:32,026 DEBUG Found tickets for planetlab-1.ece.iastate.edu
-2006-10-02 23:51:32,027 DEBUG Popping from q - sdu1.6planetlab.edu.cn
-2006-10-02 23:51:43,381 DEBUG Found tickets for sdu1.6planetlab.edu.cn
-2006-10-02 23:51:43,381 DEBUG Popping from q - planetlab4.upc.es
-2006-10-02 23:51:54,976 DEBUG Popping from q - planetlab1.ipls.internet2.planet-lab.org
-2006-10-02 23:52:19,888 DEBUG Found tickets for pli1-br-3.hpl.hp.com
-2006-10-02 23:52:19,889 DEBUG Popping from q - planetlab-13.cs.princeton.edu
-2006-10-02 23:52:30,828 DEBUG Found tickets for planetlab-13.cs.princeton.edu
-2006-10-02 23:52:30,828 DEBUG Popping from q - planet1.cc.gt.atl.ga.us
-2006-10-02 23:52:42,570 DEBUG Popping from q - planetlab2.eecs.wsu.edu
-2006-10-02 23:52:44,179 DEBUG Found tickets for planetlab7.csail.mit.edu
-2006-10-02 23:52:44,179 DEBUG Popping from q - planet2.cs.ucsb.edu
-2006-10-02 23:52:53,822 DEBUG Popping from q - xjtu2.6planetlab.edu.cn
-2006-10-02 23:53:05,086 DEBUG Popping from q - planetlab3.upc.es
-2006-10-02 23:53:18,491 DEBUG Popping from q - node1.lbnl.nodes.planet-lab.org
-2006-10-02 23:53:24,738 DEBUG Popping from q - planetlab1.iitr.ernet.in
-2006-10-02 23:53:36,615 DEBUG Popping from q - planetlab1.eecs.iu-bremen.de
-2006-10-02 23:53:46,959 DEBUG Popping from q - planetlab2.uvic.ca
-2006-10-02 23:53:57,327 DEBUG Found tickets for planetlab2.uvic.ca
-2006-10-02 23:53:57,327 DEBUG Popping from q - planetlab01.erin.utoronto.ca
-2006-10-02 23:54:03,347 DEBUG Popping from q - planetlab-4.ece.iastate.edu
-2006-10-02 23:54:14,273 DEBUG Found tickets for planetlab-4.ece.iastate.edu
-2006-10-02 23:54:14,274 DEBUG Popping from q - planetlab2.informatik.uni-goettingen.de
-2006-10-02 23:54:23,499 DEBUG Found tickets for planetlab2.informatik.uni-goettingen.de
-2006-10-02 23:54:23,499 DEBUG Popping from q - ds-pl1.technion.ac.il
-2006-10-02 23:54:34,390 DEBUG Popping from q - planetlab1.mnl.cs.sunysb.edu
-2006-10-02 23:54:43,421 DEBUG Found tickets for planetlab1.mnl.cs.sunysb.edu
-2006-10-02 23:54:43,422 DEBUG Popping from q - aladdin.planetlab.extranet.uni-passau.de
-2006-10-02 23:54:54,657 DEBUG Popping from q - planetlab-1.cs.uni-paderborn.de
-2006-10-02 23:55:05,974 DEBUG Popping from q - planet1.njit.edu
-2006-10-02 23:55:18,152 DEBUG Popping from q - pku2.6planetlab.edu.cn
-2006-10-02 23:55:20,946 DEBUG Popping from q - planetlab-1.cs.ucy.ac.cy
-2006-10-02 23:55:22,225 DEBUG Popping from q - planetlab00.cse.psu.edu
-2006-10-02 23:55:34,679 DEBUG Popping from q - planetlab04.ethz.ch
-2006-10-02 23:55:50,105 DEBUG Popping from q - sdu2.6planetlab.edu.cn
-2006-10-02 23:55:54,896 DEBUG Found tickets for planetlab04.ethz.ch
-2006-10-02 23:55:54,896 DEBUG Popping from q - planet-lab.iki.rssi.ru
-2006-10-02 23:56:05,283 DEBUG Found tickets for planet-lab.iki.rssi.ru
-2006-10-02 23:56:05,284 DEBUG Popping from q - planetlab1.polito.it
-2006-10-02 23:56:07,353 DEBUG Found tickets for sdu2.6planetlab.edu.cn
-2006-10-02 23:56:07,353 DEBUG Popping from q - planetlab1.uvic.ca
-2006-10-02 23:56:18,948 DEBUG Found tickets for planetlab1.polito.it
-2006-10-02 23:56:18,948 DEBUG Popping from q - planetlab1.cs.byu.edu
-2006-10-02 23:56:31,527 DEBUG Found tickets for planetlab1.uvic.ca
-2006-10-02 23:56:31,528 DEBUG Popping from q - planetlab-1.amst.nodes.planet-lab.org
-2006-10-02 23:56:35,504 DEBUG Popping from q - cloudburst.uwaterloo.ca
-2006-10-02 23:56:54,493 DEBUG Found tickets for planet2.cs.ucsb.edu
-2006-10-02 23:56:54,493 DEBUG Popping from q - planet2.cs.rochester.edu
-2006-10-02 23:57:04,558 DEBUG Found tickets for planet2.cs.rochester.edu
-2006-10-02 23:57:04,558 DEBUG Popping from q - planetlab1.xeno.cl.cam.ac.uk
-2006-10-02 23:57:16,355 DEBUG Popping from q - lycra.cs.princeton.edu
-2006-10-02 23:57:27,910 DEBUG Found tickets for lycra.cs.princeton.edu
-2006-10-02 23:57:27,910 DEBUG Popping from q - planetlab06.mpi-sws.mpg.de
-2006-10-02 23:57:36,361 DEBUG Popping from q - planetlab1.ias.csusb.edu
-2006-10-02 23:57:41,631 DEBUG Popping from q - vayu.iitd.ernet.in
-2006-10-02 23:57:48,019 DEBUG Found tickets for planetlab1.ias.csusb.edu
-2006-10-02 23:57:48,019 DEBUG Popping from q - node2.lbnl.nodes.planet-lab.org
-2006-10-02 23:58:00,303 DEBUG Popping from q - planetlab2.cs.byu.edu
-2006-10-02 23:58:12,566 DEBUG Popping from q - cqu1.6planetlab.edu.cn
-2006-10-02 23:58:43,712 DEBUG Found tickets for cqu1.6planetlab.edu.cn
-2006-10-02 23:58:43,712 DEBUG Popping from q - planetlab2.acis.ufl.edu
-2006-10-02 23:58:43,844 DEBUG Popping from q - planetlab1.cs.unibo.it
-2006-10-02 23:58:56,682 DEBUG Found tickets for planetlab2.acis.ufl.edu
-2006-10-02 23:58:56,682 DEBUG Popping from q - tju2.6planetlab.edu.cn
-2006-10-02 23:59:05,845 DEBUG Popping from q - orbpl1.rutgers.edu
-2006-10-02 23:59:13,645 DEBUG Found tickets for tju2.6planetlab.edu.cn
-2006-10-02 23:59:13,646 DEBUG Popping from q - ent1.cs.nccu.edu.tw
-2006-10-02 23:59:24,691 DEBUG Found tickets for ent1.cs.nccu.edu.tw
-2006-10-02 23:59:24,691 DEBUG Popping from q - planet0.jaist.ac.jp
-2006-10-02 23:59:27,044 DEBUG Found tickets for cloudburst.uwaterloo.ca
-2006-10-02 23:59:27,044 DEBUG Popping from q - soccf-planet-001.comp.nus.edu.sg
-2006-10-02 23:59:31,571 DEBUG Popping from q - planetlab1.informatik.uni-wuerzburg.de
-2006-10-02 23:59:37,291 DEBUG Found tickets for planet0.jaist.ac.jp
-2006-10-02 23:59:37,291 DEBUG Popping from q - planetlab3.warsaw.rd.tp.pl
-2006-10-02 23:59:45,653 DEBUG Found tickets for planetlab1.informatik.uni-wuerzburg.de
-2006-10-02 23:59:45,653 DEBUG Popping from q - planetlab0.ias.csusb.edu
-2006-10-03 00:00:03,702 DEBUG Popping from q - planetlab-2.amst.nodes.planet-lab.org
-2006-10-03 00:00:41,898 DEBUG Found tickets for orbpl1.rutgers.edu
-2006-10-03 00:00:41,898 DEBUG Popping from q - planetlab3.inria.fr
-2006-10-03 00:00:50,765 DEBUG Popping from q - 200-102-209-152.paemt7001.t.brasiltelecom.net.br
-2006-10-03 00:00:59,740 DEBUG Found tickets for 200-102-209-152.paemt7001.t.brasiltelecom.net.br
-2006-10-03 00:00:59,740 DEBUG Popping from q - planetlab3.mnl.cs.sunysb.edu
-2006-10-03 00:01:08,401 DEBUG Popping from q - planetlab-15.cs.princeton.edu
-2006-10-03 00:01:15,663 DEBUG Found tickets for planetlab1.cs.unibo.it
-2006-10-03 00:01:15,663 DEBUG Popping from q - ent2.cs.nccu.edu.tw
-2006-10-03 00:01:23,558 DEBUG Found tickets for planetlab0.ias.csusb.edu
-2006-10-03 00:01:23,558 DEBUG Popping from q - planet-lab-2.csse.monash.edu.au
-2006-10-03 00:01:32,149 DEBUG Found tickets for planet-lab-2.csse.monash.edu.au
-2006-10-03 00:01:32,149 DEBUG Popping from q - planet1.ecse.rpi.edu
-2006-10-03 00:01:32,167 DEBUG Found tickets for soccf-planet-001.comp.nus.edu.sg
-2006-10-03 00:01:32,168 DEBUG Popping from q - planetlab-2.unk.edu
-2006-10-03 00:01:46,090 DEBUG Popping from q - planetlab2.rdfrancetelecom.com
-2006-10-03 00:01:46,491 DEBUG Found tickets for planet1.ecse.rpi.edu
-2006-10-03 00:01:46,491 DEBUG Popping from q - planetlab1.eurecom.fr
-2006-10-03 00:01:57,843 DEBUG Found tickets for planetlab2.rdfrancetelecom.com
-2006-10-03 00:01:57,843 DEBUG Popping from q - planetlab1.cs.virginia.edu
-2006-10-03 00:02:04,566 DEBUG Found tickets for planetlab1.eurecom.fr
-2006-10-03 00:02:04,566 DEBUG Popping from q - tju1.6planetlab.edu.cn
-2006-10-03 00:02:07,829 DEBUG Popping from q - planetlab-3.amst.nodes.planet-lab.org
-2006-10-03 00:02:21,282 DEBUG Popping from q - planetlab2.iitr.ernet.in
-2006-10-03 00:02:21,300 DEBUG Popping from q - planetlab1.georgetown.edu
-2006-10-03 00:02:22,982 DEBUG Found tickets for tju1.6planetlab.edu.cn
-2006-10-03 00:02:22,983 DEBUG Popping from q - planet1.inf.tu-dresden.de
-2006-10-03 00:02:30,231 DEBUG Popping from q - alice.cs.princeton.edu
-2006-10-03 00:02:36,260 DEBUG Popping from q - planetlab02.erin.utoronto.ca
-2006-10-03 00:02:44,389 DEBUG Found tickets for ent2.cs.nccu.edu.tw
-2006-10-03 00:02:44,389 DEBUG Popping from q - planetlab-1.vuse.vanderbilt.edu
-2006-10-03 00:02:52,598 DEBUG Found tickets for planetlab-1.vuse.vanderbilt.edu
-2006-10-03 00:02:52,598 DEBUG Popping from q - planetlab3.uvic.ca
-2006-10-03 00:03:00,070 DEBUG Found tickets for planetlab3.uvic.ca
-2006-10-03 00:03:00,070 DEBUG Popping from q - scut2.6planetlab.edu.cn
-2006-10-03 00:03:07,608 DEBUG Found tickets for scut2.6planetlab.edu.cn
-2006-10-03 00:03:07,609 DEBUG Popping from q - planetlab1.swidnik.rd.tp.pl
-2006-10-03 00:03:15,280 DEBUG Found tickets for planetlab1.georgetown.edu
-2006-10-03 00:03:15,281 DEBUG Popping from q - planet2.cdacb.ernet.in
-2006-10-03 00:03:17,080 DEBUG Found tickets for alice.cs.princeton.edu
-2006-10-03 00:03:17,080 DEBUG Popping from q - planetlab1.rdfrancetelecom.com
-2006-10-03 00:03:25,089 DEBUG Found tickets for planetlab1.rdfrancetelecom.com
-2006-10-03 00:03:25,089 DEBUG Popping from q - planet2.inf.tu-dresden.de
-2006-10-03 00:03:33,921 DEBUG Popping from q - planet02.csc.ncsu.edu
-2006-10-03 00:03:38,573 DEBUG Popping from q - planetlab-1.tssg.org
-2006-10-03 00:03:46,856 DEBUG Found tickets for planetlab-1.tssg.org
-2006-10-03 00:03:46,856 DEBUG Popping from q - planetlab-2.vuse.vanderbilt.edu
-2006-10-03 00:03:48,392 DEBUG Found tickets for planetlab1.swidnik.rd.tp.pl
-2006-10-03 00:03:48,392 DEBUG Popping from q - planetlab-11.cs.princeton.edu
-2006-10-03 00:03:50,358 DEBUG Popping from q - planet03.csc.ncsu.edu
-2006-10-03 00:03:58,453 DEBUG Popping from q - planetlab1.pop-rj.rnp.br
-2006-10-03 00:04:03,097 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv
-2006-10-03 00:04:04,145 DEBUG Retrieved 706 hosts
-2006-10-03 00:04:04,150 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='drift%20%3E%201m'
-2006-10-03 00:04:04,284 DEBUG Retrieved 9 hosts
-2006-10-03 00:04:04,285 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='resptime%20%3E%200%20&&%20gbfree%20%3C%205'
-2006-10-03 00:04:04,422 DEBUG Retrieved 11 hosts
-2006-10-03 00:04:04,422 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='sshstatus%20%3E%202h'
-2006-10-03 00:04:04,763 DEBUG Retrieved 161 hosts
-2006-10-03 00:04:04,764 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='dns1udp%20%3E%2080%20&&%20dns2udp%20%3E%2080'
-2006-10-03 00:04:04,900 DEBUG Retrieved 9 hosts
-2006-10-03 00:04:04,901 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='filerw%3E0'
-2006-10-03 00:04:05,045 DEBUG Retrieved 1 hosts
-2006-10-03 00:04:06,306 DEBUG Found tickets for planetlab1.pop-rj.rnp.br
-2006-10-03 00:04:06,307 DEBUG Popping from q - planet1.halifax.canet4.nodes.planet-lab.org
-2006-10-03 00:04:28,061 DEBUG Found tickets for planet2.cdacb.ernet.in
-2006-10-03 00:04:28,061 DEBUG Popping from q - planet1.cavite.nodes.planet-lab.org
-2006-10-03 00:04:30,857 DEBUG Found tickets for planetlab-2.vuse.vanderbilt.edu
-2006-10-03 00:04:30,857 DEBUG Popping from q - ds-pl3.technion.ac.il
-2006-10-03 00:04:33,243 DEBUG Popping from q - planetlab2.cs.purdue.edu
-2006-10-03 00:04:36,781 DEBUG Popping from q - planetlab3.millennium.berkeley.edu
-2006-10-03 00:04:45,325 DEBUG Popping from q - planetlab1.unl.edu
-2006-10-03 00:04:46,209 DEBUG Popping from q - planetlab1.cs.colorado.edu
-2006-10-03 00:04:54,640 DEBUG Found tickets for planetlab1.unl.edu
-2006-10-03 00:04:54,641 DEBUG Popping from q - planetlab02.cs.washington.edu
-2006-10-03 00:04:58,086 DEBUG Popping from q - pads21.cs.nthu.edu.tw
-2006-10-03 00:05:21,138 DEBUG Popping from q - orbpl2.rutgers.edu
-2006-10-03 00:05:21,848 DEBUG Found tickets for planetlab02.cs.washington.edu
-2006-10-03 00:05:21,848 DEBUG Popping from q - planetlab2.informatik.uni-erlangen.de
-2006-10-03 00:05:29,698 DEBUG Found tickets for orbpl2.rutgers.edu
-2006-10-03 00:05:29,698 DEBUG Popping from q - planetlab-01.ipv6.lip6.fr
-2006-10-03 00:05:29,708 DEBUG Found tickets for ds-pl3.technion.ac.il
-2006-10-03 00:05:29,708 DEBUG Popping from q - pl2.ernet.in
-2006-10-03 00:05:37,969 DEBUG Popping from q - neu2.6planetlab.edu.cn
-2006-10-03 00:05:39,908 DEBUG Popping from q - planetlab-2.cs.uni-paderborn.de
-2006-10-03 00:05:40,841 DEBUG Found tickets for planetlab1.cs.colorado.edu
-2006-10-03 00:05:40,842 DEBUG Popping from q - planet5.cs.huji.ac.il
-2006-10-03 00:05:49,116 DEBUG Popping from q - planetlab1.elet.polimi.it
-2006-10-03 00:06:10,057 DEBUG Popping from q - planetlab2.iiitb.ac.in
-2006-10-03 00:06:18,879 DEBUG Popping from q - server1.planetlab.iit-tech.net
-2006-10-03 00:06:19,423 DEBUG Found tickets for planetlab-01.ipv6.lip6.fr
-2006-10-03 00:06:19,423 DEBUG Popping from q - planetlab2.iitb.ac.in
-2006-10-03 00:06:26,450 DEBUG Popping from q - planetlab02.dis.unina.it
-2006-10-03 00:06:27,020 DEBUG Found tickets for server1.planetlab.iit-tech.net
-2006-10-03 00:06:27,020 DEBUG Popping from q - planetlab-1.dis.uniroma1.it
-2006-10-03 00:06:35,001 DEBUG Popping from q - planetlab1.iitb.ac.in
-2006-10-03 00:06:37,187 DEBUG Popping from q - pku1.6planetlab.edu.cn
-2006-10-03 00:06:37,474 DEBUG Found tickets for planetlab2.informatik.uni-erlangen.de
-2006-10-03 00:06:37,475 DEBUG Popping from q - planetlab1.warsaw.rd.tp.pl
-2006-10-03 00:06:45,808 DEBUG Found tickets for pku1.6planetlab.edu.cn
-2006-10-03 00:06:45,808 DEBUG Popping from q - planetlab-2.cs.ucy.ac.cy
-2006-10-03 00:07:05,376 DEBUG Found tickets for planetlab2.iitb.ac.in
-2006-10-03 00:07:05,377 DEBUG Popping from q - pl1.ernet.in
-2006-10-03 00:07:14,124 DEBUG Popping from q - planetlab2.georgetown.edu
-2006-10-03 00:07:22,970 DEBUG Found tickets for planetlab2.georgetown.edu
-2006-10-03 00:07:22,970 DEBUG Popping from q - server2.planetlab.iit-tech.net
-2006-10-03 00:07:30,515 DEBUG Found tickets for server2.planetlab.iit-tech.net
-2006-10-03 00:07:30,515 DEBUG Popping from q - planetlab2.di.unito.it
-2006-10-03 00:07:36,591 DEBUG Found tickets for planetlab1.iitb.ac.in
-2006-10-03 00:07:36,591 DEBUG Popping from q - planetlab1.csee.usf.edu
-2006-10-03 00:07:36,835 DEBUG Popping from q - planetlab-2.dis.uniroma1.it
-2006-10-03 00:07:36,848 DEBUG Popping from q - planetlab2.informatik.uni-kl.de
-2006-10-03 00:07:36,878 DEBUG Popping from q - planet1.cs.rochester.edu
-2006-10-03 00:07:44,540 DEBUG Found tickets for planet1.cs.rochester.edu
-2006-10-03 00:07:44,540 DEBUG Popping from q - planetlab1.rutgers.edu
-2006-10-03 00:07:51,550 DEBUG Popping from q - planetlab-2.ece.iastate.edu
-2006-10-03 00:08:10,089 DEBUG Popping from q - planetlab-1.sjce.nodes.planet-lab.org
-2006-10-03 00:08:12,508 DEBUG Popping from q - planetlab2.ece.ucdavis.edu
-2006-10-03 00:08:20,735 DEBUG Popping from q - planetlab1.ie.cuhk.edu.hk
-2006-10-03 00:08:34,736 DEBUG Found tickets for planetlab1.rutgers.edu
-2006-10-03 00:08:34,736 DEBUG Popping from q - planetlab2lannion.elibel.tm.fr
-2006-10-03 00:08:35,816 DEBUG Found tickets for planetlab2.informatik.uni-kl.de
-2006-10-03 00:08:35,816 DEBUG Popping from q - planetlab01.mpi-sws.mpg.de
-2006-10-03 00:08:48,179 DEBUG Popping from q - planetlab2.cs.duke.edu
-2006-10-03 00:08:50,110 DEBUG Popping from q - planetlab1.rn.informatics.scitech.susx.ac.uk
-2006-10-03 00:08:51,393 DEBUG Popping from q - planetlab1.eee.hku.hk
-2006-10-03 00:08:59,767 DEBUG Found tickets for planetlab1.eee.hku.hk
-2006-10-03 00:08:59,767 DEBUG Popping from q - pads23.cs.nthu.edu.tw
-2006-10-03 00:09:00,673 DEBUG Found tickets for planetlab1.ie.cuhk.edu.hk
-2006-10-03 00:09:00,673 DEBUG Popping from q - planet2.halifax.canet4.nodes.planet-lab.org
-2006-10-03 00:09:12,363 DEBUG Found tickets for planetlab-1.sjce.nodes.planet-lab.org
-2006-10-03 00:09:12,364 DEBUG Popping from q - planetlab-2.tssg.org
-2006-10-03 00:09:21,807 DEBUG Found tickets for planetlab-2.tssg.org
-2006-10-03 00:09:21,807 DEBUG Popping from q - 200-102-209-151.paemt7001.t.brasiltelecom.net.br
-2006-10-03 00:09:30,012 DEBUG Found tickets for 200-102-209-151.paemt7001.t.brasiltelecom.net.br
-2006-10-03 00:09:30,013 DEBUG Popping from q - planetlab2.poly.edu
-2006-10-03 00:09:30,903 INFO Monitor Killed
-2006-10-03 00:11:03,820 INFO Monitor Started
-2006-10-03 00:11:03,820 INFO Starting thread Watcher
-2006-10-03 00:11:03,821 INFO Starting thread rt1
-2006-10-03 00:11:03,821 INFO Starting thread rt2
-2006-10-03 00:11:03,822 INFO Starting thread rt3
-2006-10-03 00:11:03,822 INFO Starting thread rt4
-2006-10-03 00:11:03,822 INFO Starting thread rt5
-2006-10-03 00:11:03,822 INFO Starting thread cleanrt5
-2006-10-03 00:11:03,823 INFO Starting thread rt5
-2006-10-03 00:11:03,823 DEBUG Removing stale entries from DB.
-2006-10-03 00:11:03,823 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='drift%20%3E%201m'
-2006-10-03 00:11:03,827 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv
-2006-10-03 00:11:04,003 DEBUG Retrieved 8 hosts
-2006-10-03 00:11:04,004 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='resptime%20%3E%200%20&&%20gbfree%20%3C%205'
-2006-10-03 00:11:04,152 DEBUG Retrieved 11 hosts
-2006-10-03 00:11:04,152 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='sshstatus%20%3E%202h'
-2006-10-03 00:11:05,276 DEBUG Retrieved 161 hosts
-2006-10-03 00:11:05,278 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='dns1udp%20%3E%2080%20&&%20dns2udp%20%3E%2080'
-2006-10-03 00:11:05,467 DEBUG Retrieved 9 hosts
-2006-10-03 00:11:05,468 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='filerw%3E0'
-2006-10-03 00:11:05,593 DEBUG Retrieved 1 hosts
-2006-10-03 00:11:05,595 INFO Refreshing DB.
-2006-10-03 00:11:05,596 DEBUG Retrieved 706 hosts
-2006-10-03 00:11:05,596 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='drift%20%3E%201m'
-2006-10-03 00:11:05,731 DEBUG Retrieved 8 hosts
-2006-10-03 00:11:05,732 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='resptime%20%3E%200%20&&%20gbfree%20%3C%205'
-2006-10-03 00:11:05,869 DEBUG Retrieved 11 hosts
-2006-10-03 00:11:05,870 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='sshstatus%20%3E%202h'
-2006-10-03 00:11:06,215 DEBUG Retrieved 161 hosts
-2006-10-03 00:11:06,216 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='dns1udp%20%3E%2080%20&&%20dns2udp%20%3E%2080'
-2006-10-03 00:11:06,352 DEBUG Retrieved 9 hosts
-2006-10-03 00:11:06,353 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='filerw%3E0'
-2006-10-03 00:11:06,478 DEBUG Retrieved 1 hosts
-2006-10-03 00:11:06,480 DEBUG Popping from q - planetlab2.elet.polimi.it
-2006-10-03 00:11:06,485 DEBUG Popping from q - pli1-br-3.hpl.hp.com
-2006-10-03 00:11:06,486 DEBUG Popping from q - planetlab2.nbgisp.com
-2006-10-03 00:11:06,487 DEBUG Popping from q - planetlab1.cs.stir.ac.uk
-2006-10-03 00:11:06,488 DEBUG Popping from q - planetlab1.cse.msu.edu
-2006-10-03 00:11:06,490 DEBUG Found tickets for pli1-br-3.hpl.hp.com
-2006-10-03 00:11:06,490 DEBUG Popping from q - planetlab2.cse.msu.edu
-2006-10-03 00:11:22,436 DEBUG Popping from q - planetlab0.cs.stir.ac.uk
-2006-10-03 00:11:22,764 DEBUG Popping from q - planetlab1.informatik.uni-erlangen.de
-2006-10-03 00:11:28,295 DEBUG Found tickets for planetlab1.cse.msu.edu
-2006-10-03 00:11:28,295 DEBUG Popping from q - planetlab3.cs.duke.edu
-2006-10-03 00:11:48,542 DEBUG Popping from q - planetlab1.een.orst.edu
-2006-10-03 00:11:57,239 DEBUG Popping from q - planetlab1.cs.purdue.edu
-2006-10-03 00:12:05,145 DEBUG Found tickets for planetlab1.cs.purdue.edu
-2006-10-03 00:12:05,145 DEBUG Popping from q - planetlab2.cs.columbia.edu
-2006-10-03 00:12:13,012 DEBUG Popping from q - planetlab1.win.trlabs.ca
-2006-10-03 00:12:13,741 DEBUG Popping from q - planetlab1.cs.duke.edu
-2006-10-03 00:12:16,405 DEBUG Popping from q - planetlab2.flux.utah.edu
-2006-10-03 00:12:24,432 DEBUG Popping from q - planetlab3.cs.columbia.edu
-2006-10-03 00:12:32,713 DEBUG Popping from q - planetlab1.cs.columbia.edu
-2006-10-03 00:12:32,760 DEBUG Popping from q - planetlab3.flux.utah.edu
-2006-10-03 00:12:40,352 DEBUG Popping from q - planetlab-1.eecs.cwru.edu
-2006-10-03 00:12:47,002 DEBUG Found tickets for planetlab2.cse.msu.edu
-2006-10-03 00:12:47,002 DEBUG Popping from q - planetlab2.rutgers.edu
-2006-10-03 00:12:48,242 DEBUG Popping from q - vn3.cs.wustl.edu
-2006-10-03 00:12:56,174 DEBUG Found tickets for vn3.cs.wustl.edu
-2006-10-03 00:12:56,175 DEBUG Popping from q - planetlab2.cri.haifa.ac.il
-2006-10-03 00:13:03,807 DEBUG Found tickets for planetlab2.cri.haifa.ac.il
-2006-10-03 00:13:03,808 DEBUG Popping from q - planetlab2.informatik.uni-wuerzburg.de
-2006-10-03 00:13:23,950 DEBUG Popping from q - planetlab01.cse.psu.edu
-2006-10-03 00:13:24,892 DEBUG Popping from q - csu2.6planetlab.edu.cn
-2006-10-03 00:13:33,196 DEBUG Popping from q - planet2.njit.edu
-2006-10-03 00:13:45,169 DEBUG Found tickets for csu2.6planetlab.edu.cn
-2006-10-03 00:13:45,169 DEBUG Popping from q - planetlab2.unl.edu
-2006-10-03 00:13:46,079 DEBUG Found tickets for planet2.njit.edu
-2006-10-03 00:13:46,080 DEBUG Popping from q - planetlab1.cs.pitt.edu
-2006-10-03 00:13:53,550 DEBUG Popping from q - planetlab1.cri.haifa.ac.il
-2006-10-03 00:13:54,651 DEBUG Found tickets for planetlab2.rutgers.edu
-2006-10-03 00:13:54,652 DEBUG Popping from q - planetlab2.urv.net
-2006-10-03 00:14:05,739 DEBUG Found tickets for planetlab1.cri.haifa.ac.il
-2006-10-03 00:14:05,739 DEBUG Popping from q - planetlab7.csail.mit.edu
-2006-10-03 00:14:08,087 DEBUG Popping from q - buaa1.6planetlab.edu.cn
-2006-10-03 00:14:15,397 DEBUG Found tickets for planetlab7.csail.mit.edu
-2006-10-03 00:14:15,397 DEBUG Popping from q - ricepl-3.cs.rice.edu
-2006-10-03 00:14:15,406 DEBUG Popping from q - planet-lab-1.csse.monash.edu.au
-2006-10-03 00:14:35,141 DEBUG Popping from q - planetlab5.millennium.berkeley.edu
-2006-10-03 00:14:43,412 DEBUG Popping from q - planetlab1.pop-ce.rnp.br
-2006-10-03 00:14:45,388 DEBUG Popping from q - planetlab2.mnlab.cti.depaul.edu
-2006-10-03 00:14:56,361 DEBUG Found tickets for planetlab1.pop-ce.rnp.br
-2006-10-03 00:14:56,361 DEBUG Popping from q - peace.ri.uni-tuebingen.de
-2006-10-03 00:14:57,984 DEBUG Found tickets for planetlab2.mnlab.cti.depaul.edu
-2006-10-03 00:14:57,984 DEBUG Popping from q - planetlab-8.cs.princeton.edu
-2006-10-03 00:14:58,014 DEBUG Found tickets for planetlab-8.cs.princeton.edu
-2006-10-03 00:14:58,014 DEBUG Popping from q - planetlab2.ucsd.edu
-2006-10-03 00:14:58,047 DEBUG Found tickets for planetlab2.ucsd.edu
-2006-10-03 00:14:58,047 DEBUG Popping from q - blast.uwaterloo.ca
-2006-10-03 00:14:58,069 DEBUG Found tickets for blast.uwaterloo.ca
-2006-10-03 00:14:58,069 DEBUG Popping from q - planetlab1.cs.wayne.edu
-2006-10-03 00:14:58,124 DEBUG Found tickets for planetlab1.cs.wayne.edu
-2006-10-03 00:14:58,124 DEBUG Popping from q - pli1-br-3.hpl.hp.com
-2006-10-03 00:14:58,152 DEBUG Found tickets for pli1-br-3.hpl.hp.com
-2006-10-03 00:14:58,153 DEBUG Popping from q - planetlab2.eurecom.fr
-2006-10-03 00:14:58,157 DEBUG Popping from q - planetlab1.di.unito.it
-2006-10-03 00:14:58,173 DEBUG Found tickets for planetlab1.di.unito.it
-2006-10-03 00:14:58,173 DEBUG Popping from q - planetlab2.simula.no
-2006-10-03 00:14:58,184 DEBUG Popping from q - planetlab01.dis.unina.it
-2006-10-03 00:14:58,189 DEBUG Popping from q - planetlab1.flux.utah.edu
-2006-10-03 00:14:58,207 DEBUG Popping from q - planetlab-1.ece.iastate.edu
-2006-10-03 00:14:58,209 DEBUG Found tickets for planetlab-1.ece.iastate.edu
-2006-10-03 00:14:58,210 DEBUG Popping from q - sdu1.6planetlab.edu.cn
-2006-10-03 00:14:58,288 DEBUG Found tickets for sdu1.6planetlab.edu.cn
-2006-10-03 00:14:58,289 DEBUG Popping from q - planetlab4.upc.es
-2006-10-03 00:14:58,291 DEBUG Popping from q - planetlab1.ipls.internet2.planet-lab.org
-2006-10-03 00:14:58,293 DEBUG Popping from q - planetlab-13.cs.princeton.edu
-2006-10-03 00:14:58,296 DEBUG Found tickets for planetlab-13.cs.princeton.edu
-2006-10-03 00:14:58,296 DEBUG Popping from q - planet1.cc.gt.atl.ga.us
-2006-10-03 00:14:58,299 DEBUG Popping from q - planetlab2.eecs.wsu.edu
-2006-10-03 00:14:58,316 DEBUG Popping from q - planet2.cs.ucsb.edu
-2006-10-03 00:14:58,318 DEBUG Found tickets for planet2.cs.ucsb.edu
-2006-10-03 00:14:58,318 DEBUG Popping from q - xjtu2.6planetlab.edu.cn
-2006-10-03 00:14:58,326 DEBUG Popping from q - planetlab3.upc.es
-2006-10-03 00:14:58,350 DEBUG Popping from q - node1.lbnl.nodes.planet-lab.org
-2006-10-03 00:14:58,353 DEBUG Popping from q - planetlab1.iitr.ernet.in
-2006-10-03 00:14:58,364 DEBUG Popping from q - planetlab1.eecs.iu-bremen.de
-2006-10-03 00:14:58,366 DEBUG Popping from q - planetlab2.uvic.ca
-2006-10-03 00:14:58,516 DEBUG Found tickets for planetlab2.uvic.ca
-2006-10-03 00:14:58,516 DEBUG Popping from q - planetlab01.erin.utoronto.ca
-2006-10-03 00:14:58,539 DEBUG Popping from q - planetlab-4.ece.iastate.edu
-2006-10-03 00:14:58,549 DEBUG Found tickets for planetlab-4.ece.iastate.edu
-2006-10-03 00:14:58,549 DEBUG Popping from q - planetlab2.informatik.uni-goettingen.de
-2006-10-03 00:14:58,562 DEBUG Found tickets for planetlab2.informatik.uni-goettingen.de
-2006-10-03 00:14:58,562 DEBUG Popping from q - ds-pl1.technion.ac.il
-2006-10-03 00:14:58,572 DEBUG Popping from q - planetlab1.mnl.cs.sunysb.edu
-2006-10-03 00:14:58,582 DEBUG Found tickets for planetlab1.mnl.cs.sunysb.edu
-2006-10-03 00:14:58,582 DEBUG Popping from q - aladdin.planetlab.extranet.uni-passau.de
-2006-10-03 00:14:58,585 DEBUG Popping from q - planetlab-1.cs.uni-paderborn.de
-2006-10-03 00:14:58,593 DEBUG Popping from q - planet1.njit.edu
-2006-10-03 00:14:58,595 DEBUG Popping from q - pku2.6planetlab.edu.cn
-2006-10-03 00:14:58,598 DEBUG Popping from q - planetlab-1.cs.ucy.ac.cy
-2006-10-03 00:14:58,601 DEBUG Popping from q - planetlab00.cse.psu.edu
-2006-10-03 00:14:58,613 DEBUG Popping from q - planetlab04.ethz.ch
-2006-10-03 00:14:58,623 DEBUG Found tickets for planetlab04.ethz.ch
-2006-10-03 00:14:58,623 DEBUG Popping from q - sdu2.6planetlab.edu.cn
-2006-10-03 00:14:58,626 DEBUG Found tickets for sdu2.6planetlab.edu.cn
-2006-10-03 00:14:58,626 DEBUG Popping from q - planet-lab.iki.rssi.ru
-2006-10-03 00:14:58,633 DEBUG Found tickets for planet-lab.iki.rssi.ru
-2006-10-03 00:14:58,634 DEBUG Popping from q - planetlab1.polito.it
-2006-10-03 00:14:58,637 DEBUG Found tickets for planetlab1.polito.it
-2006-10-03 00:14:58,637 DEBUG Popping from q - planetlab1.uvic.ca
-2006-10-03 00:14:58,641 DEBUG Found tickets for planetlab1.uvic.ca
-2006-10-03 00:14:58,641 DEBUG Popping from q - planetlab1.cs.byu.edu
-2006-10-03 00:14:58,646 DEBUG Popping from q - planetlab-1.amst.nodes.planet-lab.org
-2006-10-03 00:14:58,832 DEBUG Popping from q - cloudburst.uwaterloo.ca
-2006-10-03 00:14:58,835 DEBUG Found tickets for cloudburst.uwaterloo.ca
-2006-10-03 00:14:58,835 DEBUG Popping from q - planet2.cs.rochester.edu
-2006-10-03 00:14:58,838 DEBUG Found tickets for planet2.cs.rochester.edu
-2006-10-03 00:14:58,838 DEBUG Popping from q - planetlab1.xeno.cl.cam.ac.uk
-2006-10-03 00:14:58,841 DEBUG Popping from q - lycra.cs.princeton.edu
-2006-10-03 00:14:58,857 DEBUG Found tickets for lycra.cs.princeton.edu
-2006-10-03 00:14:58,857 DEBUG Popping from q - planetlab06.mpi-sws.mpg.de
-2006-10-03 00:14:58,876 DEBUG Popping from q - planetlab1.ias.csusb.edu
-2006-10-03 00:14:58,913 DEBUG Found tickets for planetlab1.ias.csusb.edu
-2006-10-03 00:14:58,913 DEBUG Popping from q - vayu.iitd.ernet.in
-2006-10-03 00:14:58,922 DEBUG Popping from q - node2.lbnl.nodes.planet-lab.org
-2006-10-03 00:14:58,924 DEBUG Popping from q - planetlab2.cs.byu.edu
-2006-10-03 00:14:58,936 DEBUG Popping from q - cqu1.6planetlab.edu.cn
-2006-10-03 00:14:58,939 DEBUG Found tickets for cqu1.6planetlab.edu.cn
-2006-10-03 00:14:58,939 DEBUG Popping from q - planetlab2.acis.ufl.edu
-2006-10-03 00:14:58,946 DEBUG Found tickets for planetlab2.acis.ufl.edu
-2006-10-03 00:14:58,946 DEBUG Popping from q - planetlab1.cs.unibo.it
-2006-10-03 00:14:58,954 DEBUG Found tickets for planetlab1.cs.unibo.it
-2006-10-03 00:14:58,955 DEBUG Popping from q - tju2.6planetlab.edu.cn
-2006-10-03 00:14:58,963 DEBUG Found tickets for tju2.6planetlab.edu.cn
-2006-10-03 00:14:58,963 DEBUG Popping from q - orbpl1.rutgers.edu
-2006-10-03 00:14:58,972 DEBUG Found tickets for orbpl1.rutgers.edu
-2006-10-03 00:14:58,972 DEBUG Popping from q - ent1.cs.nccu.edu.tw
-2006-10-03 00:14:58,974 DEBUG Found tickets for ent1.cs.nccu.edu.tw
-2006-10-03 00:14:58,975 DEBUG Popping from q - planet0.jaist.ac.jp
-2006-10-03 00:14:58,977 DEBUG Found tickets for planet0.jaist.ac.jp
-2006-10-03 00:14:58,978 DEBUG Popping from q - soccf-planet-001.comp.nus.edu.sg
-2006-10-03 00:14:58,983 DEBUG Found tickets for soccf-planet-001.comp.nus.edu.sg
-2006-10-03 00:14:58,983 DEBUG Popping from q - planetlab1.informatik.uni-wuerzburg.de
-2006-10-03 00:14:58,991 DEBUG Found tickets for planetlab1.informatik.uni-wuerzburg.de
-2006-10-03 00:14:58,992 DEBUG Popping from q - planetlab3.warsaw.rd.tp.pl
-2006-10-03 00:14:58,994 DEBUG Popping from q - planetlab0.ias.csusb.edu
-2006-10-03 00:14:58,996 DEBUG Found tickets for planetlab0.ias.csusb.edu
-2006-10-03 00:14:58,996 DEBUG Popping from q - planetlab-2.amst.nodes.planet-lab.org
-2006-10-03 00:14:58,998 DEBUG Popping from q - planetlab3.inria.fr
-2006-10-03 00:14:59,001 DEBUG Popping from q - 200-102-209-152.paemt7001.t.brasiltelecom.net.br
-2006-10-03 00:14:59,004 DEBUG Found tickets for 200-102-209-152.paemt7001.t.brasiltelecom.net.br
-2006-10-03 00:14:59,004 DEBUG Popping from q - planetlab3.mnl.cs.sunysb.edu
-2006-10-03 00:14:59,013 DEBUG Popping from q - planetlab-15.cs.princeton.edu
-2006-10-03 00:14:59,033 DEBUG Popping from q - ent2.cs.nccu.edu.tw
-2006-10-03 00:14:59,043 DEBUG Found tickets for ent2.cs.nccu.edu.tw
-2006-10-03 00:14:59,043 DEBUG Popping from q - planet-lab-2.csse.monash.edu.au
-2006-10-03 00:14:59,047 DEBUG Found tickets for planet-lab-2.csse.monash.edu.au
-2006-10-03 00:14:59,047 DEBUG Popping from q - planet1.ecse.rpi.edu
-2006-10-03 00:14:59,055 DEBUG Found tickets for planet1.ecse.rpi.edu
-2006-10-03 00:14:59,055 DEBUG Popping from q - planetlab-2.unk.edu
-2006-10-03 00:14:59,065 DEBUG Popping from q - planetlab2.rdfrancetelecom.com
-2006-10-03 00:14:59,073 DEBUG Found tickets for planetlab2.rdfrancetelecom.com
-2006-10-03 00:14:59,073 DEBUG Popping from q - planetlab1.eurecom.fr
-2006-10-03 00:14:59,077 DEBUG Found tickets for planetlab1.eurecom.fr
-2006-10-03 00:14:59,077 DEBUG Popping from q - planetlab1.cs.virginia.edu
-2006-10-03 00:14:59,080 DEBUG Popping from q - tju1.6planetlab.edu.cn
-2006-10-03 00:14:59,083 DEBUG Found tickets for tju1.6planetlab.edu.cn
-2006-10-03 00:14:59,083 DEBUG Popping from q - planetlab-3.amst.nodes.planet-lab.org
-2006-10-03 00:14:59,085 DEBUG Popping from q - planetlab2.iitr.ernet.in
-2006-10-03 00:14:59,087 DEBUG Popping from q - planetlab1.georgetown.edu
-2006-10-03 00:14:59,094 DEBUG Found tickets for planetlab1.georgetown.edu
-2006-10-03 00:14:59,094 DEBUG Popping from q - planet1.inf.tu-dresden.de
-2006-10-03 00:14:59,104 DEBUG Popping from q - alice.cs.princeton.edu
-2006-10-03 00:14:59,117 DEBUG Found tickets for alice.cs.princeton.edu
-2006-10-03 00:14:59,117 DEBUG Popping from q - planetlab02.erin.utoronto.ca
-2006-10-03 00:14:59,119 DEBUG Popping from q - planetlab-1.vuse.vanderbilt.edu
-2006-10-03 00:14:59,138 DEBUG Found tickets for planetlab-1.vuse.vanderbilt.edu
-2006-10-03 00:14:59,138 DEBUG Popping from q - planetlab3.uvic.ca
-2006-10-03 00:14:59,149 DEBUG Found tickets for planetlab3.uvic.ca
-2006-10-03 00:14:59,149 DEBUG Popping from q - scut2.6planetlab.edu.cn
-2006-10-03 00:14:59,164 DEBUG Found tickets for scut2.6planetlab.edu.cn
-2006-10-03 00:14:59,165 DEBUG Popping from q - planetlab1.swidnik.rd.tp.pl
-2006-10-03 00:14:59,167 DEBUG Found tickets for planetlab1.swidnik.rd.tp.pl
-2006-10-03 00:14:59,167 DEBUG Popping from q - planet2.cdacb.ernet.in
-2006-10-03 00:14:59,169 DEBUG Found tickets for planet2.cdacb.ernet.in
-2006-10-03 00:14:59,170 DEBUG Popping from q - planetlab1.rdfrancetelecom.com
-2006-10-03 00:14:59,173 DEBUG Found tickets for planetlab1.rdfrancetelecom.com
-2006-10-03 00:14:59,173 DEBUG Popping from q - planet2.inf.tu-dresden.de
-2006-10-03 00:14:59,181 DEBUG Popping from q - planet02.csc.ncsu.edu
-2006-10-03 00:14:59,184 DEBUG Popping from q - planetlab-1.tssg.org
-2006-10-03 00:14:59,199 DEBUG Found tickets for planetlab-1.tssg.org
-2006-10-03 00:14:59,199 DEBUG Popping from q - planetlab-2.vuse.vanderbilt.edu
-2006-10-03 00:14:59,213 DEBUG Popping from q - planetlab-11.cs.princeton.edu
-2006-10-03 00:14:59,216 DEBUG Popping from q - planet03.csc.ncsu.edu
-2006-10-03 00:14:59,218 DEBUG Popping from q - planetlab1.pop-rj.rnp.br
-2006-10-03 00:14:59,221 DEBUG Found tickets for planetlab-2.vuse.vanderbilt.edu
-2006-10-03 00:14:59,221 DEBUG Popping from q - planet1.halifax.canet4.nodes.planet-lab.org
-2006-10-03 00:14:59,269 DEBUG Found tickets for planetlab1.pop-rj.rnp.br
-2006-10-03 00:14:59,269 DEBUG Popping from q - planet1.cavite.nodes.planet-lab.org
-2006-10-03 00:14:59,273 DEBUG Popping from q - ds-pl3.technion.ac.il
-2006-10-03 00:14:59,281 DEBUG Popping from q - planetlab2.cs.purdue.edu
-2006-10-03 00:14:59,289 DEBUG Found tickets for ds-pl3.technion.ac.il
-2006-10-03 00:14:59,289 DEBUG Popping from q - planetlab3.millennium.berkeley.edu
-2006-10-03 00:14:59,291 DEBUG Popping from q - planetlab1.unl.edu
-2006-10-03 00:14:59,294 DEBUG Popping from q - planetlab1.cs.colorado.edu
-2006-10-03 00:14:59,297 DEBUG Found tickets for planetlab1.unl.edu
-2006-10-03 00:14:59,298 DEBUG Popping from q - planetlab02.cs.washington.edu
-2006-10-03 00:14:59,298 DEBUG Found tickets for planetlab1.cs.colorado.edu
-2006-10-03 00:14:59,299 DEBUG Popping from q - pads21.cs.nthu.edu.tw
-2006-10-03 00:14:59,301 DEBUG Found tickets for planetlab02.cs.washington.edu
-2006-10-03 00:14:59,301 DEBUG Popping from q - orbpl2.rutgers.edu
-2006-10-03 00:14:59,311 DEBUG Found tickets for orbpl2.rutgers.edu
-2006-10-03 00:14:59,311 DEBUG Popping from q - planetlab2.informatik.uni-erlangen.de
-2006-10-03 00:14:59,312 DEBUG Popping from q - planetlab-01.ipv6.lip6.fr
-2006-10-03 00:14:59,319 DEBUG Found tickets for planetlab2.informatik.uni-erlangen.de
-2006-10-03 00:14:59,319 DEBUG Popping from q - pl2.ernet.in
-2006-10-03 00:14:59,320 DEBUG Found tickets for planetlab-01.ipv6.lip6.fr
-2006-10-03 00:14:59,321 DEBUG Popping from q - neu2.6planetlab.edu.cn
-2006-10-03 00:14:59,329 DEBUG Popping from q - planetlab-2.cs.uni-paderborn.de
-2006-10-03 00:14:59,330 DEBUG Popping from q - planet5.cs.huji.ac.il
-2006-10-03 00:14:59,333 DEBUG Popping from q - planetlab1.elet.polimi.it
-2006-10-03 00:14:59,336 DEBUG Popping from q - server1.planetlab.iit-tech.net
-2006-10-03 00:14:59,335 DEBUG Popping from q - planetlab2.iiitb.ac.in
-2006-10-03 00:14:59,339 DEBUG Popping from q - planetlab2.iitb.ac.in
-2006-10-03 00:14:59,342 DEBUG Found tickets for planetlab2.iitb.ac.in
-2006-10-03 00:14:59,342 DEBUG Popping from q - planetlab02.dis.unina.it
-2006-10-03 00:14:59,344 DEBUG Found tickets for server1.planetlab.iit-tech.net
-2006-10-03 00:14:59,344 DEBUG Popping from q - planetlab-1.dis.uniroma1.it
-2006-10-03 00:14:59,345 DEBUG Popping from q - planetlab1.iitb.ac.in
-2006-10-03 00:14:59,348 DEBUG Popping from q - pku1.6planetlab.edu.cn
-2006-10-03 00:14:59,352 DEBUG Found tickets for pku1.6planetlab.edu.cn
-2006-10-03 00:14:59,352 DEBUG Popping from q - planetlab1.warsaw.rd.tp.pl
-2006-10-03 00:14:59,355 DEBUG Popping from q - planetlab-2.cs.ucy.ac.cy
-2006-10-03 00:14:59,354 DEBUG Found tickets for planetlab1.iitb.ac.in
-2006-10-03 00:14:59,356 DEBUG Popping from q - pl1.ernet.in
-2006-10-03 00:14:59,358 DEBUG Popping from q - planetlab2.georgetown.edu
-2006-10-03 00:14:59,361 DEBUG Found tickets for planetlab2.georgetown.edu
-2006-10-03 00:14:59,361 DEBUG Popping from q - server2.planetlab.iit-tech.net
-2006-10-03 00:14:59,363 DEBUG Found tickets for server2.planetlab.iit-tech.net
-2006-10-03 00:14:59,364 DEBUG Popping from q - planetlab2.di.unito.it
-2006-10-03 00:14:59,366 DEBUG Popping from q - planetlab1.csee.usf.edu
-2006-10-03 00:14:59,368 DEBUG Popping from q - planetlab-2.dis.uniroma1.it
-2006-10-03 00:14:59,371 DEBUG Popping from q - planetlab2.informatik.uni-kl.de
-2006-10-03 00:14:59,373 DEBUG Found tickets for planetlab2.informatik.uni-kl.de
-2006-10-03 00:14:59,374 DEBUG Popping from q - planet1.cs.rochester.edu
-2006-10-03 00:14:59,376 DEBUG Found tickets for planet1.cs.rochester.edu
-2006-10-03 00:14:59,376 DEBUG Popping from q - planetlab1.rutgers.edu
-2006-10-03 00:14:59,377 DEBUG Popping from q - planetlab-2.ece.iastate.edu
-2006-10-03 00:14:59,379 DEBUG Found tickets for planetlab1.rutgers.edu
-2006-10-03 00:14:59,379 DEBUG Popping from q - planetlab-1.sjce.nodes.planet-lab.org
-2006-10-03 00:14:59,382 DEBUG Found tickets for planetlab-1.sjce.nodes.planet-lab.org
-2006-10-03 00:14:59,382 DEBUG Popping from q - planetlab1.ie.cuhk.edu.hk
-2006-10-03 00:14:59,381 DEBUG Popping from q - planetlab2.ece.ucdavis.edu
-2006-10-03 00:14:59,385 DEBUG Found tickets for planetlab1.ie.cuhk.edu.hk
-2006-10-03 00:14:59,386 DEBUG Popping from q - planetlab2lannion.elibel.tm.fr
-2006-10-03 00:14:59,386 DEBUG Popping from q - planetlab01.mpi-sws.mpg.de
-2006-10-03 00:14:59,388 DEBUG Popping from q - planetlab2.cs.duke.edu
-2006-10-03 00:14:59,390 DEBUG Popping from q - planetlab1.rn.informatics.scitech.susx.ac.uk
-2006-10-03 00:14:59,393 DEBUG Popping from q - planetlab1.eee.hku.hk
-2006-10-03 00:14:59,394 DEBUG Found tickets for planetlab1.rn.informatics.scitech.susx.ac.uk
-2006-10-03 00:14:59,394 DEBUG Popping from q - pads23.cs.nthu.edu.tw
-2006-10-03 00:14:59,397 DEBUG Found tickets for planetlab1.eee.hku.hk
-2006-10-03 00:14:59,397 DEBUG Popping from q - planet2.halifax.canet4.nodes.planet-lab.org
-2006-10-03 00:14:59,403 DEBUG Found tickets for planet2.halifax.canet4.nodes.planet-lab.org
-2006-10-03 00:14:59,404 DEBUG Popping from q - planetlab-2.tssg.org
-2006-10-03 00:14:59,404 DEBUG Popping from q - 200-102-209-151.paemt7001.t.brasiltelecom.net.br
-2006-10-03 00:14:59,406 DEBUG Found tickets for planetlab-2.tssg.org
-2006-10-03 00:14:59,407 DEBUG Popping from q - planetlab2.poly.edu
-2006-10-03 00:14:59,410 DEBUG Found tickets for 200-102-209-151.paemt7001.t.brasiltelecom.net.br
-2006-10-03 00:14:59,410 DEBUG Popping from q - planetlab1.poly.edu
-2006-10-03 00:14:59,419 DEBUG Popping from q - planetlab2.byu.edu
-2006-10-03 00:15:12,439 DEBUG Popping from q - planetlab2.net-research.org.uk
-2006-10-03 00:15:14,522 DEBUG Popping from q - planetlab1.postel.org
-2006-10-03 00:15:22,306 DEBUG Found tickets for planetlab1.postel.org
-2006-10-03 00:15:22,306 DEBUG Popping from q - planetlab-2.imperial.ac.uk
-2006-10-03 00:15:22,321 DEBUG Found tickets for buaa1.6planetlab.edu.cn
-2006-10-03 00:15:22,321 DEBUG Popping from q - planetlab2.postel.org
-2006-10-03 00:15:29,982 DEBUG Popping from q - planetlab-1.imperial.ac.uk
-2006-10-03 00:15:38,345 DEBUG Found tickets for planetlab-1.imperial.ac.uk
-2006-10-03 00:15:38,345 DEBUG Popping from q - planetlab1.byu.edu
-2006-10-03 00:15:46,469 DEBUG Found tickets for planetlab1.byu.edu
-2006-10-03 00:15:46,469 DEBUG Popping from q - planetlab2.eee.hku.hk
-2006-10-03 00:15:46,785 INFO Starting thread policy
-2006-10-03 00:15:46,787 DEBUG Nodes sick wo tickets 99 
-2006-10-03 00:15:46,787 DEBUG Emailing planetlab2.informatik.uni-wuerzburg.de
-2006-10-03 00:15:53,784 ERROR Thread Died: policy
-2006-10-03 00:16:07,317 DEBUG Found tickets for planetlab2.eee.hku.hk
-2006-10-03 00:16:07,329 DEBUG Found tickets for planetlab-2.imperial.ac.uk
-2006-10-03 00:16:07,331 DEBUG Found tickets for planetlab2.net-research.org.uk
-2006-10-03 00:16:12,371 INFO Monitor Killed
-2006-10-03 00:16:52,181 INFO Monitor Started
-2006-10-03 00:16:52,181 INFO Starting thread Watcher
-2006-10-03 00:16:52,182 INFO Starting thread rt1
-2006-10-03 00:16:52,182 INFO Starting thread rt2
-2006-10-03 00:16:52,182 INFO Starting thread rt3
-2006-10-03 00:16:52,183 INFO Starting thread rt4
-2006-10-03 00:16:52,183 INFO Starting thread rt5
-2006-10-03 00:16:52,183 INFO Starting thread cleanrt5
-2006-10-03 00:16:52,183 INFO Starting thread rt5
-2006-10-03 00:16:52,184 DEBUG Removing stale entries from DB.
-2006-10-03 00:16:52,184 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='drift%20%3E%201m'
-2006-10-03 00:16:52,187 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv
-2006-10-03 00:16:52,346 DEBUG Retrieved 9 hosts
-2006-10-03 00:16:52,346 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='resptime%20%3E%200%20&&%20gbfree%20%3C%205'
-2006-10-03 00:16:52,501 DEBUG Retrieved 11 hosts
-2006-10-03 00:16:52,502 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='sshstatus%20%3E%202h'
-2006-10-03 00:16:52,856 DEBUG Retrieved 161 hosts
-2006-10-03 00:16:52,858 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='dns1udp%20%3E%2080%20&&%20dns2udp%20%3E%2080'
-2006-10-03 00:16:53,017 DEBUG Retrieved 9 hosts
-2006-10-03 00:16:53,017 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='filerw%3E0'
-2006-10-03 00:16:53,145 DEBUG Retrieved 1 hosts
-2006-10-03 00:16:53,147 INFO Refreshing DB.
-2006-10-03 00:16:53,548 DEBUG Retrieved 706 hosts
-2006-10-03 00:16:53,548 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='drift%20%3E%201m'
-2006-10-03 00:16:53,686 DEBUG Retrieved 9 hosts
-2006-10-03 00:16:53,686 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='resptime%20%3E%200%20&&%20gbfree%20%3C%205'
-2006-10-03 00:16:53,825 DEBUG Retrieved 11 hosts
-2006-10-03 00:16:53,825 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='sshstatus%20%3E%202h'
-2006-10-03 00:16:54,167 DEBUG Retrieved 161 hosts
-2006-10-03 00:16:54,169 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='dns1udp%20%3E%2080%20&&%20dns2udp%20%3E%2080'
-2006-10-03 00:16:54,306 DEBUG Retrieved 9 hosts
-2006-10-03 00:16:54,306 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='filerw%3E0'
-2006-10-03 00:16:54,432 DEBUG Retrieved 1 hosts
-2006-10-03 00:16:54,435 DEBUG Popping from q - planetlab2.elet.polimi.it
-2006-10-03 00:16:54,439 DEBUG Popping from q - pli1-br-3.hpl.hp.com
-2006-10-03 00:16:54,440 DEBUG Popping from q - planetlab2.nbgisp.com
-2006-10-03 00:16:54,441 DEBUG Popping from q - planetlab2.cs.duke.edu
-2006-10-03 00:16:54,442 DEBUG Popping from q - planetlab1.cs.stir.ac.uk
-2006-10-03 00:16:54,444 DEBUG Found tickets for pli1-br-3.hpl.hp.com
-2006-10-03 00:16:54,444 DEBUG Popping from q - planetlab1.cse.msu.edu
-2006-10-03 00:16:54,446 DEBUG Popping from q - planetlab2.cse.msu.edu
-2006-10-03 00:16:54,447 DEBUG Popping from q - planetlab0.cs.stir.ac.uk
-2006-10-03 00:16:54,448 DEBUG Popping from q - planetlab1.informatik.uni-erlangen.de
-2006-10-03 00:16:54,449 DEBUG Popping from q - planetlab3.cs.duke.edu
-2006-10-03 00:16:54,451 DEBUG Found tickets for planetlab1.cse.msu.edu
-2006-10-03 00:16:54,452 DEBUG Popping from q - planetlab1.een.orst.edu
-2006-10-03 00:16:54,453 DEBUG Found tickets for planetlab2.cse.msu.edu
-2006-10-03 00:16:54,454 DEBUG Popping from q - planetlab1.cs.purdue.edu
-2006-10-03 00:16:54,455 DEBUG Popping from q - planetlab2.cs.columbia.edu
-2006-10-03 00:16:54,456 DEBUG Popping from q - planetlab1.win.trlabs.ca
-2006-10-03 00:16:54,457 DEBUG Popping from q - planetlab1.cs.duke.edu
-2006-10-03 00:16:54,459 DEBUG Found tickets for planetlab1.cs.purdue.edu
-2006-10-03 00:16:54,459 DEBUG Popping from q - planetlab2.flux.utah.edu
-2006-10-03 00:16:54,460 DEBUG Popping from q - planetlab3.cs.columbia.edu
-2006-10-03 00:16:54,461 DEBUG Popping from q - planetlab1.cs.columbia.edu
-2006-10-03 00:16:54,463 DEBUG Popping from q - planetlab3.flux.utah.edu
-2006-10-03 00:16:54,464 DEBUG Popping from q - planetlab-1.eecs.cwru.edu
-2006-10-03 00:16:54,466 DEBUG Popping from q - planetlab2.rutgers.edu
-2006-10-03 00:16:54,467 DEBUG Popping from q - vn3.cs.wustl.edu
-2006-10-03 00:16:54,468 DEBUG Popping from q - planetlab2.cri.haifa.ac.il
-2006-10-03 00:16:54,470 DEBUG Popping from q - planetlab2.informatik.uni-wuerzburg.de
-2006-10-03 00:16:54,472 DEBUG Found tickets for planetlab2.rutgers.edu
-2006-10-03 00:16:54,473 DEBUG Popping from q - csu2.6planetlab.edu.cn
-2006-10-03 00:16:54,472 DEBUG Popping from q - planetlab01.cse.psu.edu
-2006-10-03 00:16:54,475 DEBUG Found tickets for planetlab2.cri.haifa.ac.il
-2006-10-03 00:16:54,475 DEBUG Popping from q - planet2.njit.edu
-2006-10-03 00:16:54,476 DEBUG Popping from q - planetlab2.unl.edu
-2006-10-03 00:16:54,473 DEBUG Found tickets for vn3.cs.wustl.edu
-2006-10-03 00:16:54,477 DEBUG Popping from q - planetlab1.cs.pitt.edu
-2006-10-03 00:16:54,480 DEBUG Found tickets for csu2.6planetlab.edu.cn
-2006-10-03 00:16:54,480 DEBUG Popping from q - planetlab1.cri.haifa.ac.il
-2006-10-03 00:16:54,481 DEBUG Popping from q - planetlab2.urv.net
-2006-10-03 00:16:54,482 DEBUG Found tickets for planet2.njit.edu
-2006-10-03 00:16:54,483 DEBUG Popping from q - planetlab7.csail.mit.edu
-2006-10-03 00:16:54,484 DEBUG Popping from q - buaa1.6planetlab.edu.cn
-2006-10-03 00:16:54,485 DEBUG Found tickets for planetlab1.cri.haifa.ac.il
-2006-10-03 00:16:54,486 DEBUG Popping from q - ricepl-3.cs.rice.edu
-2006-10-03 00:16:54,487 DEBUG Popping from q - planet-lab-1.csse.monash.edu.au
-2006-10-03 00:16:54,488 DEBUG Popping from q - planetlab5.millennium.berkeley.edu
-2006-10-03 00:16:54,490 DEBUG Found tickets for planetlab7.csail.mit.edu
-2006-10-03 00:16:54,490 DEBUG Popping from q - planetlab1.pop-ce.rnp.br
-2006-10-03 00:16:54,491 DEBUG Found tickets for buaa1.6planetlab.edu.cn
-2006-10-03 00:16:54,492 DEBUG Popping from q - planetlab2.mnlab.cti.depaul.edu
-2006-10-03 00:16:54,493 DEBUG Popping from q - peace.ri.uni-tuebingen.de
-2006-10-03 00:16:54,494 DEBUG Popping from q - planetlab-8.cs.princeton.edu
-2006-10-03 00:16:54,496 DEBUG Popping from q - planetlab2.ucsd.edu
-2006-10-03 00:16:54,497 DEBUG Found tickets for planetlab1.pop-ce.rnp.br
-2006-10-03 00:16:54,497 DEBUG Popping from q - blast.uwaterloo.ca
-2006-10-03 00:16:54,499 DEBUG Found tickets for planetlab2.mnlab.cti.depaul.edu
-2006-10-03 00:16:54,499 DEBUG Popping from q - planetlab1.cs.wayne.edu
-2006-10-03 00:16:54,501 DEBUG Popping from q - pli1-br-3.hpl.hp.com
-2006-10-03 00:16:54,502 DEBUG Found tickets for blast.uwaterloo.ca
-2006-10-03 00:16:54,503 DEBUG Popping from q - planetlab2.eurecom.fr
-2006-10-03 00:16:54,504 DEBUG Found tickets for planetlab-8.cs.princeton.edu
-2006-10-03 00:16:54,504 DEBUG Popping from q - planetlab1.di.unito.it
-2006-10-03 00:16:54,505 DEBUG Found tickets for planetlab2.ucsd.edu
-2006-10-03 00:16:54,506 DEBUG Popping from q - planetlab2.simula.no
-2006-10-03 00:16:54,507 DEBUG Found tickets for planetlab1.cs.wayne.edu
-2006-10-03 00:16:54,507 DEBUG Popping from q - planetlab01.dis.unina.it
-2006-10-03 00:16:54,508 DEBUG Found tickets for pli1-br-3.hpl.hp.com
-2006-10-03 00:16:54,509 DEBUG Popping from q - planetlab1.flux.utah.edu
-2006-10-03 00:16:54,510 DEBUG Found tickets for planetlab1.di.unito.it
-2006-10-03 00:16:54,510 DEBUG Popping from q - planetlab-1.ece.iastate.edu
-2006-10-03 00:16:54,512 DEBUG Popping from q - sdu1.6planetlab.edu.cn
-2006-10-03 00:16:54,513 DEBUG Popping from q - planetlab4.upc.es
-2006-10-03 00:16:54,514 DEBUG Popping from q - planetlab1.ipls.internet2.planet-lab.org
-2006-10-03 00:16:54,515 DEBUG Popping from q - planetlab-13.cs.princeton.edu
-2006-10-03 00:16:54,517 DEBUG Found tickets for planetlab-1.ece.iastate.edu
-2006-10-03 00:16:54,518 DEBUG Popping from q - planet1.cc.gt.atl.ga.us
-2006-10-03 00:16:54,519 DEBUG Found tickets for sdu1.6planetlab.edu.cn
-2006-10-03 00:16:54,520 DEBUG Popping from q - planetlab2.eecs.wsu.edu
-2006-10-03 00:16:54,521 DEBUG Popping from q - planet2.cs.ucsb.edu
-2006-10-03 00:16:54,522 DEBUG Popping from q - xjtu2.6planetlab.edu.cn
-2006-10-03 00:16:54,523 DEBUG Found tickets for planetlab-13.cs.princeton.edu
-2006-10-03 00:16:54,523 DEBUG Popping from q - planetlab3.upc.es
-2006-10-03 00:16:54,525 DEBUG Popping from q - node1.lbnl.nodes.planet-lab.org
-2006-10-03 00:16:54,527 DEBUG Popping from q - planetlab1.iitr.ernet.in
-2006-10-03 00:16:54,528 DEBUG Found tickets for planet2.cs.ucsb.edu
-2006-10-03 00:16:54,528 DEBUG Popping from q - planetlab1.eecs.iu-bremen.de
-2006-10-03 00:16:54,529 DEBUG Popping from q - planetlab2.uvic.ca
-2006-10-03 00:16:54,531 DEBUG Popping from q - planetlab01.erin.utoronto.ca
-2006-10-03 00:16:54,532 DEBUG Popping from q - planetlab-4.ece.iastate.edu
-2006-10-03 00:16:54,533 DEBUG Popping from q - planetlab2.informatik.uni-goettingen.de
-2006-10-03 00:16:54,535 DEBUG Popping from q - ds-pl1.technion.ac.il
-2006-10-03 00:16:54,537 DEBUG Popping from q - planetlab1.mnl.cs.sunysb.edu
-2006-10-03 00:16:54,538 DEBUG Found tickets for planetlab2.uvic.ca
-2006-10-03 00:16:54,538 DEBUG Popping from q - aladdin.planetlab.extranet.uni-passau.de
-2006-10-03 00:16:54,539 DEBUG Found tickets for planetlab-4.ece.iastate.edu
-2006-10-03 00:16:54,540 DEBUG Popping from q - planetlab-1.cs.uni-paderborn.de
-2006-10-03 00:16:54,541 DEBUG Popping from q - planet1.njit.edu
-2006-10-03 00:16:54,542 DEBUG Found tickets for planetlab2.informatik.uni-goettingen.de
-2006-10-03 00:16:54,543 DEBUG Popping from q - pku2.6planetlab.edu.cn
-2006-10-03 00:16:54,544 DEBUG Found tickets for planetlab1.mnl.cs.sunysb.edu
-2006-10-03 00:16:54,545 DEBUG Popping from q - planetlab-1.cs.ucy.ac.cy
-2006-10-03 00:16:54,546 DEBUG Popping from q - planetlab00.cse.psu.edu
-2006-10-03 00:16:54,547 DEBUG Popping from q - planetlab04.ethz.ch
-2006-10-03 00:16:54,548 DEBUG Popping from q - sdu2.6planetlab.edu.cn
-2006-10-03 00:16:54,549 DEBUG Popping from q - planet-lab.iki.rssi.ru
-2006-10-03 00:16:54,551 DEBUG Popping from q - planetlab1.polito.it
-2006-10-03 00:16:54,553 DEBUG Popping from q - planetlab1.uvic.ca
-2006-10-03 00:16:54,554 DEBUG Found tickets for planetlab04.ethz.ch
-2006-10-03 00:16:54,554 DEBUG Popping from q - planetlab1.cs.byu.edu
-2006-10-03 00:16:54,556 DEBUG Found tickets for planet-lab.iki.rssi.ru
-2006-10-03 00:16:54,556 DEBUG Popping from q - planetlab-1.amst.nodes.planet-lab.org
-2006-10-03 00:16:54,558 DEBUG Found tickets for sdu2.6planetlab.edu.cn
-2006-10-03 00:16:54,558 DEBUG Popping from q - cloudburst.uwaterloo.ca
-2006-10-03 00:16:54,559 DEBUG Found tickets for planetlab1.polito.it
-2006-10-03 00:16:54,559 DEBUG Popping from q - planet2.cs.rochester.edu
-2006-10-03 00:16:54,560 DEBUG Found tickets for planetlab1.uvic.ca
-2006-10-03 00:16:54,561 DEBUG Popping from q - planetlab1.xeno.cl.cam.ac.uk
-2006-10-03 00:16:54,562 DEBUG Popping from q - lycra.cs.princeton.edu
-2006-10-03 00:16:54,564 DEBUG Popping from q - planetlab06.mpi-sws.mpg.de
-2006-10-03 00:16:54,565 DEBUG Found tickets for cloudburst.uwaterloo.ca
-2006-10-03 00:16:54,566 DEBUG Popping from q - planetlab1.ias.csusb.edu
-2006-10-03 00:16:54,567 DEBUG Found tickets for planet2.cs.rochester.edu
-2006-10-03 00:16:54,567 DEBUG Popping from q - vayu.iitd.ernet.in
-2006-10-03 00:16:54,569 DEBUG Popping from q - node2.lbnl.nodes.planet-lab.org
-2006-10-03 00:16:54,570 DEBUG Found tickets for lycra.cs.princeton.edu
-2006-10-03 00:16:54,570 DEBUG Popping from q - planetlab2.cs.byu.edu
-2006-10-03 00:16:54,571 DEBUG Popping from q - cqu1.6planetlab.edu.cn
-2006-10-03 00:16:54,573 DEBUG Found tickets for planetlab1.ias.csusb.edu
-2006-10-03 00:16:54,573 DEBUG Popping from q - planetlab2.acis.ufl.edu
-2006-10-03 00:16:54,574 DEBUG Popping from q - planetlab1.cs.unibo.it
-2006-10-03 00:16:54,576 DEBUG Found tickets for cqu1.6planetlab.edu.cn
-2006-10-03 00:16:54,576 DEBUG Popping from q - tju2.6planetlab.edu.cn
-2006-10-03 00:16:54,577 DEBUG Popping from q - orbpl1.rutgers.edu
-2006-10-03 00:16:54,579 DEBUG Popping from q - ent1.cs.nccu.edu.tw
-2006-10-03 00:16:54,580 DEBUG Found tickets for planetlab2.acis.ufl.edu
-2006-10-03 00:16:54,581 DEBUG Popping from q - planet0.jaist.ac.jp
-2006-10-03 00:16:54,582 DEBUG Found tickets for planetlab1.cs.unibo.it
-2006-10-03 00:16:54,582 DEBUG Popping from q - soccf-planet-001.comp.nus.edu.sg
-2006-10-03 00:16:54,583 DEBUG Found tickets for tju2.6planetlab.edu.cn
-2006-10-03 00:16:54,584 DEBUG Popping from q - planetlab1.informatik.uni-wuerzburg.de
-2006-10-03 00:16:54,585 DEBUG Found tickets for ent1.cs.nccu.edu.tw
-2006-10-03 00:16:54,586 DEBUG Popping from q - planetlab3.warsaw.rd.tp.pl
-2006-10-03 00:16:54,587 DEBUG Found tickets for planet0.jaist.ac.jp
-2006-10-03 00:16:54,587 DEBUG Popping from q - planetlab0.ias.csusb.edu
-2006-10-03 00:16:54,588 DEBUG Found tickets for orbpl1.rutgers.edu
-2006-10-03 00:16:54,589 DEBUG Popping from q - planetlab-2.amst.nodes.planet-lab.org
-2006-10-03 00:16:54,590 DEBUG Found tickets for planetlab1.informatik.uni-wuerzburg.de
-2006-10-03 00:16:54,590 DEBUG Popping from q - planetlab3.inria.fr
-2006-10-03 00:16:54,591 DEBUG Found tickets for soccf-planet-001.comp.nus.edu.sg
-2006-10-03 00:16:54,592 DEBUG Popping from q - 200-102-209-152.paemt7001.t.brasiltelecom.net.br
-2006-10-03 00:16:54,593 DEBUG Popping from q - planetlab3.mnl.cs.sunysb.edu
-2006-10-03 00:16:54,594 DEBUG Found tickets for planetlab0.ias.csusb.edu
-2006-10-03 00:16:54,595 DEBUG Popping from q - planetlab-15.cs.princeton.edu
-2006-10-03 00:16:54,596 DEBUG Popping from q - ent2.cs.nccu.edu.tw
-2006-10-03 00:16:54,597 DEBUG Found tickets for 200-102-209-152.paemt7001.t.brasiltelecom.net.br
-2006-10-03 00:16:54,598 DEBUG Popping from q - planet-lab-2.csse.monash.edu.au
-2006-10-03 00:16:54,599 DEBUG Popping from q - planet1.ecse.rpi.edu
-2006-10-03 00:16:54,601 DEBUG Found tickets for ent2.cs.nccu.edu.tw
-2006-10-03 00:16:54,601 DEBUG Popping from q - planetlab-2.unk.edu
-2006-10-03 00:16:54,602 DEBUG Popping from q - planetlab2.rdfrancetelecom.com
-2006-10-03 00:16:54,603 DEBUG Popping from q - planetlab1.eurecom.fr
-2006-10-03 00:16:54,605 DEBUG Found tickets for planet-lab-2.csse.monash.edu.au
-2006-10-03 00:16:54,605 DEBUG Popping from q - planetlab1.cs.virginia.edu
-2006-10-03 00:16:54,607 DEBUG Popping from q - tju1.6planetlab.edu.cn
-2006-10-03 00:16:54,608 DEBUG Found tickets for planetlab1.eurecom.fr
-2006-10-03 00:16:54,608 DEBUG Popping from q - planetlab-3.amst.nodes.planet-lab.org
-2006-10-03 00:16:54,609 DEBUG Found tickets for planet1.ecse.rpi.edu
-2006-10-03 00:16:54,610 DEBUG Popping from q - planetlab2.iitr.ernet.in
-2006-10-03 00:16:54,613 DEBUG Found tickets for tju1.6planetlab.edu.cn
-2006-10-03 00:16:54,613 DEBUG Popping from q - planetlab1.georgetown.edu
-2006-10-03 00:16:54,614 DEBUG Found tickets for planetlab2.rdfrancetelecom.com
-2006-10-03 00:16:54,615 DEBUG Found tickets for planetlab1.georgetown.edu
-2006-10-03 00:16:54,616 DEBUG Popping from q - alice.cs.princeton.edu
-2006-10-03 00:16:54,615 DEBUG Popping from q - planet1.inf.tu-dresden.de
-2006-10-03 00:16:54,617 DEBUG Popping from q - planetlab02.erin.utoronto.ca
-2006-10-03 00:16:54,619 DEBUG Popping from q - planetlab-1.vuse.vanderbilt.edu
-2006-10-03 00:16:54,620 DEBUG Popping from q - planetlab3.uvic.ca
-2006-10-03 00:16:54,622 DEBUG Found tickets for alice.cs.princeton.edu
-2006-10-03 00:16:54,623 DEBUG Popping from q - scut2.6planetlab.edu.cn
-2006-10-03 00:16:54,624 DEBUG Popping from q - planetlab1.swidnik.rd.tp.pl
-2006-10-03 00:16:54,625 DEBUG Found tickets for planetlab-1.vuse.vanderbilt.edu
-2006-10-03 00:16:54,625 DEBUG Popping from q - planet2.cdacb.ernet.in
-2006-10-03 00:16:54,627 DEBUG Found tickets for planetlab3.uvic.ca
-2006-10-03 00:16:54,628 DEBUG Popping from q - planetlab1.rdfrancetelecom.com
-2006-10-03 00:16:54,630 DEBUG Found tickets for planetlab1.swidnik.rd.tp.pl
-2006-10-03 00:16:54,630 DEBUG Popping from q - planet2.inf.tu-dresden.de
-2006-10-03 00:16:54,631 DEBUG Found tickets for planet2.cdacb.ernet.in
-2006-10-03 00:16:54,632 DEBUG Popping from q - planet02.csc.ncsu.edu
-2006-10-03 00:16:54,633 DEBUG Popping from q - planetlab-1.tssg.org
-2006-10-03 00:16:54,633 DEBUG Popping from q - planetlab-2.vuse.vanderbilt.edu
-2006-10-03 00:16:54,635 DEBUG Found tickets for scut2.6planetlab.edu.cn
-2006-10-03 00:16:54,635 DEBUG Popping from q - planetlab-11.cs.princeton.edu
-2006-10-03 00:16:54,636 DEBUG Found tickets for planetlab1.rdfrancetelecom.com
-2006-10-03 00:16:54,637 DEBUG Popping from q - planet03.csc.ncsu.edu
-2006-10-03 00:16:54,639 DEBUG Popping from q - planetlab1.pop-rj.rnp.br
-2006-10-03 00:16:54,640 DEBUG Popping from q - planet1.halifax.canet4.nodes.planet-lab.org
-2006-10-03 00:16:54,641 DEBUG Found tickets for planetlab-2.vuse.vanderbilt.edu
-2006-10-03 00:16:54,642 DEBUG Popping from q - planet1.cavite.nodes.planet-lab.org
-2006-10-03 00:16:54,643 DEBUG Popping from q - ds-pl3.technion.ac.il
-2006-10-03 00:16:54,644 DEBUG Found tickets for planetlab-1.tssg.org
-2006-10-03 00:16:54,644 DEBUG Popping from q - planetlab2.cs.purdue.edu
-2006-10-03 00:16:54,646 DEBUG Found tickets for planetlab1.pop-rj.rnp.br
-2006-10-03 00:16:54,646 DEBUG Popping from q - planetlab3.millennium.berkeley.edu
-2006-10-03 00:16:54,647 DEBUG Popping from q - planetlab1.unl.edu
-2006-10-03 00:16:54,649 DEBUG Popping from q - planetlab1.cs.colorado.edu
-2006-10-03 00:16:54,650 DEBUG Found tickets for ds-pl3.technion.ac.il
-2006-10-03 00:16:54,650 DEBUG Popping from q - planetlab02.cs.washington.edu
-2006-10-03 00:16:54,652 DEBUG Popping from q - pads21.cs.nthu.edu.tw
-2006-10-03 00:16:54,653 DEBUG Found tickets for planetlab1.cs.colorado.edu
-2006-10-03 00:16:54,654 DEBUG Popping from q - orbpl2.rutgers.edu
-2006-10-03 00:16:54,655 DEBUG Found tickets for planetlab1.unl.edu
-2006-10-03 00:16:54,655 DEBUG Popping from q - planetlab2.informatik.uni-erlangen.de
-2006-10-03 00:16:54,656 DEBUG Found tickets for planetlab02.cs.washington.edu
-2006-10-03 00:16:54,656 DEBUG Popping from q - planetlab-01.ipv6.lip6.fr
-2006-10-03 00:16:54,657 DEBUG Popping from q - pl2.ernet.in
-2006-10-03 00:16:54,659 DEBUG Popping from q - neu2.6planetlab.edu.cn
-2006-10-03 00:16:54,661 DEBUG Found tickets for orbpl2.rutgers.edu
-2006-10-03 00:16:54,661 DEBUG Popping from q - planetlab-2.cs.uni-paderborn.de
-2006-10-03 00:16:54,662 DEBUG Found tickets for planetlab-01.ipv6.lip6.fr
-2006-10-03 00:16:54,663 DEBUG Popping from q - planet5.cs.huji.ac.il
-2006-10-03 00:16:54,663 DEBUG Popping from q - planetlab1.elet.polimi.it
-2006-10-03 00:16:54,665 DEBUG Found tickets for planetlab2.informatik.uni-erlangen.de
-2006-10-03 00:16:54,665 DEBUG Popping from q - planetlab2.iiitb.ac.in
-2006-10-03 00:16:54,667 DEBUG Popping from q - server1.planetlab.iit-tech.net
-2006-10-03 00:16:54,668 DEBUG Popping from q - planetlab2.iitb.ac.in
-2006-10-03 00:16:54,669 DEBUG Popping from q - planetlab02.dis.unina.it
-2006-10-03 00:16:54,670 DEBUG Popping from q - planetlab-1.dis.uniroma1.it
-2006-10-03 00:16:54,672 DEBUG Found tickets for planetlab2.iitb.ac.in
-2006-10-03 00:16:54,673 DEBUG Popping from q - planetlab1.iitb.ac.in
-2006-10-03 00:16:54,674 DEBUG Found tickets for server1.planetlab.iit-tech.net
-2006-10-03 00:16:54,674 DEBUG Popping from q - pku1.6planetlab.edu.cn
-2006-10-03 00:16:54,676 DEBUG Popping from q - planetlab1.warsaw.rd.tp.pl
-2006-10-03 00:16:54,676 DEBUG Popping from q - planetlab-2.cs.ucy.ac.cy
-2006-10-03 00:16:54,677 DEBUG Popping from q - pl1.ernet.in
-2006-10-03 00:16:54,681 DEBUG Popping from q - planetlab2.georgetown.edu
-2006-10-03 00:16:54,682 DEBUG Popping from q - server2.planetlab.iit-tech.net
-2006-10-03 00:16:54,684 DEBUG Found tickets for planetlab1.iitb.ac.in
-2006-10-03 00:16:54,684 DEBUG Popping from q - planetlab2.di.unito.it
-2006-10-03 00:16:54,685 DEBUG Popping from q - planetlab1.csee.usf.edu
-2006-10-03 00:16:54,687 DEBUG Found tickets for server2.planetlab.iit-tech.net
-2006-10-03 00:16:54,688 DEBUG Popping from q - planetlab-2.dis.uniroma1.it
-2006-10-03 00:16:54,689 DEBUG Popping from q - planetlab2.informatik.uni-kl.de
-2006-10-03 00:16:54,690 DEBUG Found tickets for planetlab2.georgetown.edu
-2006-10-03 00:16:54,690 DEBUG Popping from q - planet1.cs.rochester.edu
-2006-10-03 00:16:54,691 DEBUG Found tickets for pku1.6planetlab.edu.cn
-2006-10-03 00:16:54,691 DEBUG Popping from q - planetlab1.rutgers.edu
-2006-10-03 00:16:54,692 DEBUG Popping from q - planetlab-2.ece.iastate.edu
-2006-10-03 00:16:54,695 DEBUG Popping from q - planetlab-1.sjce.nodes.planet-lab.org
-2006-10-03 00:16:54,695 DEBUG Found tickets for planetlab2.informatik.uni-kl.de
-2006-10-03 00:16:54,695 DEBUG Popping from q - planetlab2.ece.ucdavis.edu
-2006-10-03 00:16:54,696 DEBUG Found tickets for planetlab1.rutgers.edu
-2006-10-03 00:16:54,697 DEBUG Popping from q - planetlab1.ie.cuhk.edu.hk
-2006-10-03 00:16:54,699 DEBUG Found tickets for planet1.cs.rochester.edu
-2006-10-03 00:16:54,699 DEBUG Popping from q - planetlab2lannion.elibel.tm.fr
-2006-10-03 00:16:54,700 DEBUG Popping from q - planetlab01.mpi-sws.mpg.de
-2006-10-03 00:16:54,702 DEBUG Found tickets for planetlab1.ie.cuhk.edu.hk
-2006-10-03 00:16:54,702 DEBUG Popping from q - planetlab2.cs.duke.edu
-2006-10-03 00:16:54,703 DEBUG Found tickets for planetlab-1.sjce.nodes.planet-lab.org
-2006-10-03 00:16:54,704 DEBUG Popping from q - planetlab1.rn.informatics.scitech.susx.ac.uk
-2006-10-03 00:16:54,705 DEBUG Popping from q - planetlab1.eee.hku.hk
-2006-10-03 00:16:54,706 DEBUG Popping from q - pads23.cs.nthu.edu.tw
-2006-10-03 00:16:54,708 DEBUG Popping from q - planet2.halifax.canet4.nodes.planet-lab.org
-2006-10-03 00:16:54,709 DEBUG Found tickets for planetlab1.rn.informatics.scitech.susx.ac.uk
-2006-10-03 00:16:54,710 DEBUG Popping from q - planetlab-2.tssg.org
-2006-10-03 00:16:54,711 DEBUG Found tickets for planetlab1.eee.hku.hk
-2006-10-03 00:16:54,711 DEBUG Popping from q - 200-102-209-151.paemt7001.t.brasiltelecom.net.br
-2006-10-03 00:16:54,712 DEBUG Popping from q - planetlab2.poly.edu
-2006-10-03 00:16:54,713 DEBUG Popping from q - planetlab1.poly.edu
-2006-10-03 00:16:54,715 DEBUG Found tickets for planet2.halifax.canet4.nodes.planet-lab.org
-2006-10-03 00:16:54,715 DEBUG Popping from q - planetlab2.byu.edu
-2006-10-03 00:16:54,717 DEBUG Found tickets for planetlab-2.tssg.org
-2006-10-03 00:16:54,717 DEBUG Popping from q - planetlab2.net-research.org.uk
-2006-10-03 00:16:54,718 DEBUG Found tickets for 200-102-209-151.paemt7001.t.brasiltelecom.net.br
-2006-10-03 00:16:54,719 DEBUG Popping from q - planetlab1.postel.org
-2006-10-03 00:16:54,720 DEBUG Popping from q - planetlab-2.imperial.ac.uk
-2006-10-03 00:16:54,721 DEBUG Popping from q - planetlab2.postel.org
-2006-10-03 00:16:54,723 DEBUG Found tickets for planetlab2.net-research.org.uk
-2006-10-03 00:16:54,723 DEBUG Popping from q - planetlab-1.imperial.ac.uk
-2006-10-03 00:16:54,724 DEBUG Found tickets for planetlab-2.imperial.ac.uk
-2006-10-03 00:16:54,725 DEBUG Popping from q - planetlab1.byu.edu
-2006-10-03 00:16:54,726 DEBUG Found tickets for planetlab1.postel.org
-2006-10-03 00:16:54,726 DEBUG Popping from q - planetlab2.eee.hku.hk
-2006-10-03 00:16:54,728 DEBUG Found tickets for planetlab-1.imperial.ac.uk
-2006-10-03 00:16:54,729 DEBUG Found tickets for planetlab1.byu.edu
-2006-10-03 00:16:54,730 DEBUG Found tickets for planetlab2.eee.hku.hk
-2006-10-03 00:17:02,182 INFO Starting thread policy
-2006-10-03 00:17:02,185 DEBUG Nodes sick wo tickets 96 
-2006-10-03 00:17:02,185 DEBUG Emailing planetlab2.informatik.uni-wuerzburg.de
-2006-10-03 00:17:12,181 ERROR Thread Died: policy
-2006-10-03 00:17:23,673 INFO Monitor Killed
-2006-10-03 00:17:48,672 INFO Monitor Started
-2006-10-03 00:17:48,673 INFO Starting thread Watcher
-2006-10-03 00:17:48,673 INFO Starting thread rt1
-2006-10-03 00:17:48,674 INFO Starting thread rt2
-2006-10-03 00:17:48,674 INFO Starting thread rt3
-2006-10-03 00:17:48,674 INFO Starting thread rt4
-2006-10-03 00:17:48,674 INFO Starting thread rt5
-2006-10-03 00:17:48,675 INFO Starting thread cleanrt5
-2006-10-03 00:17:48,675 INFO Starting thread rt5
-2006-10-03 00:17:48,675 DEBUG Removing stale entries from DB.
-2006-10-03 00:17:48,676 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='drift%20%3E%201m'
-2006-10-03 00:17:48,679 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv
-2006-10-03 00:17:48,822 DEBUG Retrieved 9 hosts
-2006-10-03 00:17:48,822 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='resptime%20%3E%200%20&&%20gbfree%20%3C%205'
-2006-10-03 00:17:48,974 DEBUG Retrieved 11 hosts
-2006-10-03 00:17:48,974 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='sshstatus%20%3E%202h'
-2006-10-03 00:17:49,357 DEBUG Retrieved 161 hosts
-2006-10-03 00:17:49,358 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='dns1udp%20%3E%2080%20&&%20dns2udp%20%3E%2080'
-2006-10-03 00:17:49,514 DEBUG Retrieved 11 hosts
-2006-10-03 00:17:49,515 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='filerw%3E0'
-2006-10-03 00:17:49,639 DEBUG Retrieved 1 hosts
-2006-10-03 00:17:49,640 INFO Refreshing DB.
-2006-10-03 00:17:50,021 DEBUG Retrieved 706 hosts
-2006-10-03 00:17:50,022 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='drift%20%3E%201m'
-2006-10-03 00:17:50,155 DEBUG Retrieved 9 hosts
-2006-10-03 00:17:50,156 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='resptime%20%3E%200%20&&%20gbfree%20%3C%205'
-2006-10-03 00:17:50,293 DEBUG Retrieved 11 hosts
-2006-10-03 00:17:50,294 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='sshstatus%20%3E%202h'
-2006-10-03 00:17:50,641 DEBUG Retrieved 161 hosts
-2006-10-03 00:17:50,642 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='dns1udp%20%3E%2080%20&&%20dns2udp%20%3E%2080'
-2006-10-03 00:17:50,777 DEBUG Retrieved 11 hosts
-2006-10-03 00:17:50,778 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='filerw%3E0'
-2006-10-03 00:17:50,901 DEBUG Retrieved 1 hosts
-2006-10-03 00:17:50,904 DEBUG Popping from q - planetlab2.elet.polimi.it
-2006-10-03 00:17:50,908 DEBUG Popping from q - pli1-br-3.hpl.hp.com
-2006-10-03 00:17:50,909 DEBUG Popping from q - planetlab2.nbgisp.com
-2006-10-03 00:17:50,910 DEBUG Popping from q - planetlab2.cs.duke.edu
-2006-10-03 00:17:50,911 DEBUG Popping from q - planetlab1.cs.stir.ac.uk
-2006-10-03 00:17:50,913 DEBUG Found tickets for pli1-br-3.hpl.hp.com
-2006-10-03 00:17:50,913 DEBUG Popping from q - planetlab1.cse.msu.edu
-2006-10-03 00:17:50,915 DEBUG Popping from q - planetlab2.cse.msu.edu
-2006-10-03 00:17:50,916 DEBUG Popping from q - planetlab0.cs.stir.ac.uk
-2006-10-03 00:17:50,917 DEBUG Popping from q - planetlab1.informatik.uni-erlangen.de
-2006-10-03 00:17:50,919 DEBUG Popping from q - planetlab3.cs.duke.edu
-2006-10-03 00:17:50,920 DEBUG Found tickets for planetlab1.cse.msu.edu
-2006-10-03 00:17:50,921 DEBUG Popping from q - planetlab1.een.orst.edu
-2006-10-03 00:17:50,922 DEBUG Popping from q - planetlab1.cs.purdue.edu
-2006-10-03 00:17:50,923 DEBUG Found tickets for planetlab2.cse.msu.edu
-2006-10-03 00:17:50,924 DEBUG Popping from q - planetlab2.cs.columbia.edu
-2006-10-03 00:17:50,925 DEBUG Popping from q - planetlab1.win.trlabs.ca
-2006-10-03 00:17:50,926 DEBUG Popping from q - planetlab1.cs.duke.edu
-2006-10-03 00:17:50,927 DEBUG Popping from q - planetlab2.flux.utah.edu
-2006-10-03 00:17:50,929 DEBUG Found tickets for planetlab1.cs.purdue.edu
-2006-10-03 00:17:50,930 DEBUG Popping from q - planetlab3.cs.columbia.edu
-2006-10-03 00:17:50,931 DEBUG Popping from q - planetlab1.cs.columbia.edu
-2006-10-03 00:17:50,932 DEBUG Popping from q - planetlab3.flux.utah.edu
-2006-10-03 00:17:50,933 DEBUG Popping from q - planetlab-1.eecs.cwru.edu
-2006-10-03 00:17:50,935 DEBUG Popping from q - planetlab2.rutgers.edu
-2006-10-03 00:17:50,937 DEBUG Popping from q - vn3.cs.wustl.edu
-2006-10-03 00:17:50,938 DEBUG Popping from q - planetlab2.cri.haifa.ac.il
-2006-10-03 00:17:50,939 DEBUG Popping from q - planetlab2.informatik.uni-wuerzburg.de
-2006-10-03 00:17:50,941 DEBUG Popping from q - planetlab01.cse.psu.edu
-2006-10-03 00:17:50,942 DEBUG Found tickets for planetlab2.rutgers.edu
-2006-10-03 00:17:50,942 DEBUG Popping from q - csu2.6planetlab.edu.cn
-2006-10-03 00:17:50,943 DEBUG Found tickets for vn3.cs.wustl.edu
-2006-10-03 00:17:50,943 DEBUG Popping from q - planet2.njit.edu
-2006-10-03 00:17:50,945 DEBUG Found tickets for planetlab2.cri.haifa.ac.il
-2006-10-03 00:17:50,945 DEBUG Popping from q - planetlab2.unl.edu
-2006-10-03 00:17:50,946 DEBUG Popping from q - planetlab1.cs.pitt.edu
-2006-10-03 00:17:50,948 DEBUG Popping from q - planetlab1.cri.haifa.ac.il
-2006-10-03 00:17:50,949 DEBUG Found tickets for csu2.6planetlab.edu.cn
-2006-10-03 00:17:50,950 DEBUG Popping from q - planetlab2.urv.net
-2006-10-03 00:17:50,951 DEBUG Found tickets for planet2.njit.edu
-2006-10-03 00:17:50,951 DEBUG Popping from q - planetlab7.csail.mit.edu
-2006-10-03 00:17:50,952 DEBUG Popping from q - buaa1.6planetlab.edu.cn
-2006-10-03 00:17:50,954 DEBUG Popping from q - ricepl-3.cs.rice.edu
-2006-10-03 00:17:50,955 DEBUG Found tickets for planetlab1.cri.haifa.ac.il
-2006-10-03 00:17:50,956 DEBUG Popping from q - planet-lab-1.csse.monash.edu.au
-2006-10-03 00:17:50,957 DEBUG Popping from q - planetlab5.millennium.berkeley.edu
-2006-10-03 00:17:50,958 DEBUG Found tickets for planetlab7.csail.mit.edu
-2006-10-03 00:17:50,959 DEBUG Popping from q - planetlab1.pop-ce.rnp.br
-2006-10-03 00:17:50,960 DEBUG Found tickets for buaa1.6planetlab.edu.cn
-2006-10-03 00:17:50,961 DEBUG Popping from q - planetlab2.mnlab.cti.depaul.edu
-2006-10-03 00:17:50,962 DEBUG Popping from q - peace.ri.uni-tuebingen.de
-2006-10-03 00:17:50,963 DEBUG Popping from q - planetlab-8.cs.princeton.edu
-2006-10-03 00:17:50,964 DEBUG Popping from q - planetlab2.ucsd.edu
-2006-10-03 00:17:50,966 DEBUG Found tickets for planetlab1.pop-ce.rnp.br
-2006-10-03 00:17:50,966 DEBUG Popping from q - blast.uwaterloo.ca
-2006-10-03 00:17:50,967 DEBUG Found tickets for planetlab2.mnlab.cti.depaul.edu
-2006-10-03 00:17:50,968 DEBUG Popping from q - planetlab1.cs.wayne.edu
-2006-10-03 00:17:50,969 DEBUG Popping from q - pli1-br-3.hpl.hp.com
-2006-10-03 00:17:50,970 DEBUG Found tickets for planetlab-8.cs.princeton.edu
-2006-10-03 00:17:50,971 DEBUG Popping from q - planetlab2.eurecom.fr
-2006-10-03 00:17:50,972 DEBUG Found tickets for blast.uwaterloo.ca
-2006-10-03 00:17:50,972 DEBUG Popping from q - planetlab1.di.unito.it
-2006-10-03 00:17:50,973 DEBUG Found tickets for planetlab2.ucsd.edu
-2006-10-03 00:17:50,974 DEBUG Popping from q - planetlab2.simula.no
-2006-10-03 00:17:50,975 DEBUG Found tickets for pli1-br-3.hpl.hp.com
-2006-10-03 00:17:50,976 DEBUG Popping from q - planetlab01.dis.unina.it
-2006-10-03 00:17:50,976 DEBUG Found tickets for planetlab1.cs.wayne.edu
-2006-10-03 00:17:50,977 DEBUG Popping from q - planetlab1.flux.utah.edu
-2006-10-03 00:17:50,978 DEBUG Popping from q - planetlab-1.ece.iastate.edu
-2006-10-03 00:17:50,980 DEBUG Popping from q - sdu1.6planetlab.edu.cn
-2006-10-03 00:17:50,981 DEBUG Found tickets for planetlab1.di.unito.it
-2006-10-03 00:17:50,981 DEBUG Popping from q - planetlab4.upc.es
-2006-10-03 00:17:50,983 DEBUG Popping from q - planetlab1.ipls.internet2.planet-lab.org
-2006-10-03 00:17:50,984 DEBUG Popping from q - planetlab-13.cs.princeton.edu
-2006-10-03 00:17:50,986 DEBUG Popping from q - planet1.cc.gt.atl.ga.us
-2006-10-03 00:17:50,987 DEBUG Found tickets for planetlab-1.ece.iastate.edu
-2006-10-03 00:17:50,987 DEBUG Popping from q - planetlab2.eecs.wsu.edu
-2006-10-03 00:17:50,988 DEBUG Found tickets for sdu1.6planetlab.edu.cn
-2006-10-03 00:17:50,988 DEBUG Popping from q - planet2.cs.ucsb.edu
-2006-10-03 00:17:50,990 DEBUG Popping from q - xjtu2.6planetlab.edu.cn
-2006-10-03 00:17:50,991 DEBUG Found tickets for planetlab-13.cs.princeton.edu
-2006-10-03 00:17:50,992 DEBUG Popping from q - planetlab3.upc.es
-2006-10-03 00:17:50,993 DEBUG Found tickets for planet2.cs.ucsb.edu
-2006-10-03 00:17:50,994 DEBUG Popping from q - node1.lbnl.nodes.planet-lab.org
-2006-10-03 00:17:50,995 DEBUG Popping from q - planetlab1.iitr.ernet.in
-2006-10-03 00:17:50,996 DEBUG Popping from q - planetlab1.eecs.iu-bremen.de
-2006-10-03 00:17:50,998 DEBUG Popping from q - planetlab2.uvic.ca
-2006-10-03 00:17:50,999 DEBUG Popping from q - planetlab01.erin.utoronto.ca
-2006-10-03 00:17:51,000 DEBUG Popping from q - planetlab-4.ece.iastate.edu
-2006-10-03 00:17:51,002 DEBUG Popping from q - planetlab2.informatik.uni-goettingen.de
-2006-10-03 00:17:51,003 DEBUG Popping from q - ds-pl1.technion.ac.il
-2006-10-03 00:17:51,004 DEBUG Popping from q - planetlab1.mnl.cs.sunysb.edu
-2006-10-03 00:17:51,006 DEBUG Found tickets for planetlab2.uvic.ca
-2006-10-03 00:17:51,006 DEBUG Popping from q - aladdin.planetlab.extranet.uni-passau.de
-2006-10-03 00:17:51,007 DEBUG Popping from q - planetlab-1.cs.uni-paderborn.de
-2006-10-03 00:17:51,009 DEBUG Found tickets for planetlab-4.ece.iastate.edu
-2006-10-03 00:17:51,009 DEBUG Popping from q - planet1.njit.edu
-2006-10-03 00:17:51,010 DEBUG Found tickets for planetlab2.informatik.uni-goettingen.de
-2006-10-03 00:17:51,011 DEBUG Popping from q - pku2.6planetlab.edu.cn
-2006-10-03 00:17:51,012 DEBUG Popping from q - planetlab-1.cs.ucy.ac.cy
-2006-10-03 00:17:51,014 DEBUG Found tickets for planetlab1.mnl.cs.sunysb.edu
-2006-10-03 00:17:51,014 DEBUG Popping from q - planetlab00.cse.psu.edu
-2006-10-03 00:17:51,015 DEBUG Popping from q - planetlab04.ethz.ch
-2006-10-03 00:17:51,017 DEBUG Popping from q - sdu2.6planetlab.edu.cn
-2006-10-03 00:17:51,018 DEBUG Popping from q - planet-lab.iki.rssi.ru
-2006-10-03 00:17:51,019 DEBUG Popping from q - planetlab1.polito.it
-2006-10-03 00:17:51,020 DEBUG Popping from q - planetlab1.uvic.ca
-2006-10-03 00:17:51,022 DEBUG Found tickets for planetlab04.ethz.ch
-2006-10-03 00:17:51,022 DEBUG Popping from q - planetlab1.cs.byu.edu
-2006-10-03 00:17:51,024 DEBUG Found tickets for sdu2.6planetlab.edu.cn
-2006-10-03 00:17:51,024 DEBUG Popping from q - planetlab-1.amst.nodes.planet-lab.org
-2006-10-03 00:17:51,025 DEBUG Found tickets for planetlab1.polito.it
-2006-10-03 00:17:51,026 DEBUG Popping from q - cloudburst.uwaterloo.ca
-2006-10-03 00:17:51,027 DEBUG Found tickets for planetlab1.uvic.ca
-2006-10-03 00:17:51,027 DEBUG Popping from q - planet2.cs.rochester.edu
-2006-10-03 00:17:51,028 DEBUG Found tickets for planet-lab.iki.rssi.ru
-2006-10-03 00:17:51,029 DEBUG Popping from q - planetlab1.xeno.cl.cam.ac.uk
-2006-10-03 00:17:51,030 DEBUG Popping from q - lycra.cs.princeton.edu
-2006-10-03 00:17:51,032 DEBUG Popping from q - planetlab06.mpi-sws.mpg.de
-2006-10-03 00:17:51,033 DEBUG Found tickets for cloudburst.uwaterloo.ca
-2006-10-03 00:17:51,033 DEBUG Popping from q - planetlab1.ias.csusb.edu
-2006-10-03 00:17:51,034 DEBUG Found tickets for planet2.cs.rochester.edu
-2006-10-03 00:17:51,035 DEBUG Popping from q - vayu.iitd.ernet.in
-2006-10-03 00:17:51,036 DEBUG Popping from q - node2.lbnl.nodes.planet-lab.org
-2006-10-03 00:17:51,038 DEBUG Popping from q - planetlab2.cs.byu.edu
-2006-10-03 00:17:51,039 DEBUG Found tickets for lycra.cs.princeton.edu
-2006-10-03 00:17:51,039 DEBUG Popping from q - cqu1.6planetlab.edu.cn
-2006-10-03 00:17:51,040 DEBUG Popping from q - planetlab2.acis.ufl.edu
-2006-10-03 00:17:51,041 DEBUG Found tickets for planetlab1.ias.csusb.edu
-2006-10-03 00:17:51,041 DEBUG Popping from q - planetlab1.cs.unibo.it
-2006-10-03 00:17:51,043 DEBUG Popping from q - tju2.6planetlab.edu.cn
-2006-10-03 00:17:51,045 DEBUG Popping from q - orbpl1.rutgers.edu
-2006-10-03 00:17:51,046 DEBUG Found tickets for planetlab1.cs.unibo.it
-2006-10-03 00:17:51,047 DEBUG Popping from q - ent1.cs.nccu.edu.tw
-2006-10-03 00:17:51,047 DEBUG Found tickets for cqu1.6planetlab.edu.cn
-2006-10-03 00:17:51,048 DEBUG Popping from q - planet0.jaist.ac.jp
-2006-10-03 00:17:51,049 DEBUG Found tickets for planetlab2.acis.ufl.edu
-2006-10-03 00:17:51,050 DEBUG Popping from q - soccf-planet-001.comp.nus.edu.sg
-2006-10-03 00:17:51,051 DEBUG Found tickets for tju2.6planetlab.edu.cn
-2006-10-03 00:17:51,051 DEBUG Popping from q - planetlab1.informatik.uni-wuerzburg.de
-2006-10-03 00:17:51,053 DEBUG Found tickets for orbpl1.rutgers.edu
-2006-10-03 00:17:51,053 DEBUG Popping from q - planetlab3.warsaw.rd.tp.pl
-2006-10-03 00:17:51,054 DEBUG Found tickets for planet0.jaist.ac.jp
-2006-10-03 00:17:51,054 DEBUG Popping from q - planetlab0.ias.csusb.edu
-2006-10-03 00:17:51,055 DEBUG Found tickets for ent1.cs.nccu.edu.tw
-2006-10-03 00:17:51,056 DEBUG Popping from q - planetlab-2.amst.nodes.planet-lab.org
-2006-10-03 00:17:51,057 DEBUG Found tickets for soccf-planet-001.comp.nus.edu.sg
-2006-10-03 00:17:51,058 DEBUG Popping from q - planetlab3.inria.fr
-2006-10-03 00:17:51,059 DEBUG Found tickets for planetlab1.informatik.uni-wuerzburg.de
-2006-10-03 00:17:51,059 DEBUG Popping from q - 200-102-209-152.paemt7001.t.brasiltelecom.net.br
-2006-10-03 00:17:51,061 DEBUG Popping from q - planetlab3.mnl.cs.sunysb.edu
-2006-10-03 00:17:51,062 DEBUG Popping from q - planetlab-15.cs.princeton.edu
-2006-10-03 00:17:51,063 DEBUG Found tickets for planetlab0.ias.csusb.edu
-2006-10-03 00:17:51,063 DEBUG Popping from q - ent2.cs.nccu.edu.tw
-2006-10-03 00:17:51,064 DEBUG Popping from q - planet-lab-2.csse.monash.edu.au
-2006-10-03 00:17:51,065 DEBUG Found tickets for 200-102-209-152.paemt7001.t.brasiltelecom.net.br
-2006-10-03 00:17:51,066 DEBUG Popping from q - planet1.ecse.rpi.edu
-2006-10-03 00:17:51,068 DEBUG Popping from q - planetlab-2.unk.edu
-2006-10-03 00:17:51,069 DEBUG Popping from q - planetlab2.rdfrancetelecom.com
-2006-10-03 00:17:51,070 DEBUG Found tickets for ent2.cs.nccu.edu.tw
-2006-10-03 00:17:51,071 DEBUG Popping from q - planetlab1.eurecom.fr
-2006-10-03 00:17:51,072 DEBUG Found tickets for planet1.ecse.rpi.edu
-2006-10-03 00:17:51,072 DEBUG Popping from q - planetlab1.cs.virginia.edu
-2006-10-03 00:17:51,074 DEBUG Found tickets for planet-lab-2.csse.monash.edu.au
-2006-10-03 00:17:51,074 DEBUG Popping from q - tju1.6planetlab.edu.cn
-2006-10-03 00:17:51,075 DEBUG Popping from q - planetlab-3.amst.nodes.planet-lab.org
-2006-10-03 00:17:51,077 DEBUG Found tickets for planetlab2.rdfrancetelecom.com
-2006-10-03 00:17:51,077 DEBUG Popping from q - planetlab2.iitr.ernet.in
-2006-10-03 00:17:51,078 DEBUG Found tickets for planetlab1.eurecom.fr
-2006-10-03 00:17:51,079 DEBUG Popping from q - planetlab1.georgetown.edu
-2006-10-03 00:17:51,080 DEBUG Popping from q - planet1.inf.tu-dresden.de
-2006-10-03 00:17:51,081 DEBUG Popping from q - alice.cs.princeton.edu
-2006-10-03 00:17:51,083 DEBUG Found tickets for planetlab1.georgetown.edu
-2006-10-03 00:17:51,084 DEBUG Popping from q - planetlab02.erin.utoronto.ca
-2006-10-03 00:17:51,083 DEBUG Found tickets for tju1.6planetlab.edu.cn
-2006-10-03 00:17:51,085 DEBUG Found tickets for alice.cs.princeton.edu
-2006-10-03 00:17:51,086 DEBUG Popping from q - planetlab-1.vuse.vanderbilt.edu
-2006-10-03 00:17:51,087 DEBUG Popping from q - planetlab3.uvic.ca
-2006-10-03 00:17:51,088 DEBUG Popping from q - scut2.6planetlab.edu.cn
-2006-10-03 00:17:51,089 DEBUG Found tickets for planetlab3.uvic.ca
-2006-10-03 00:17:51,089 DEBUG Popping from q - planetlab1.swidnik.rd.tp.pl
-2006-10-03 00:17:51,090 DEBUG Popping from q - planet2.cdacb.ernet.in
-2006-10-03 00:17:51,092 DEBUG Found tickets for planetlab-1.vuse.vanderbilt.edu
-2006-10-03 00:17:51,093 DEBUG Popping from q - planetlab1.rdfrancetelecom.com
-2006-10-03 00:17:51,094 DEBUG Popping from q - planet2.inf.tu-dresden.de
-2006-10-03 00:17:51,095 DEBUG Found tickets for planet2.cdacb.ernet.in
-2006-10-03 00:17:51,096 DEBUG Popping from q - planet02.csc.ncsu.edu
-2006-10-03 00:17:51,097 DEBUG Found tickets for scut2.6planetlab.edu.cn
-2006-10-03 00:17:51,097 DEBUG Popping from q - planetlab-1.tssg.org
-2006-10-03 00:17:51,098 DEBUG Found tickets for planetlab1.swidnik.rd.tp.pl
-2006-10-03 00:17:51,098 DEBUG Popping from q - planetlab-2.vuse.vanderbilt.edu
-2006-10-03 00:17:51,099 DEBUG Found tickets for planetlab1.rdfrancetelecom.com
-2006-10-03 00:17:51,099 DEBUG Popping from q - planetlab-11.cs.princeton.edu
-2006-10-03 00:17:51,101 DEBUG Popping from q - planet03.csc.ncsu.edu
-2006-10-03 00:17:51,103 DEBUG Popping from q - planetlab1.pop-rj.rnp.br
-2006-10-03 00:17:51,104 DEBUG Popping from q - planet1.halifax.canet4.nodes.planet-lab.org
-2006-10-03 00:17:51,105 DEBUG Found tickets for planetlab-2.vuse.vanderbilt.edu
-2006-10-03 00:17:51,106 DEBUG Popping from q - planet1.cavite.nodes.planet-lab.org
-2006-10-03 00:17:51,107 DEBUG Popping from q - ds-pl3.technion.ac.il
-2006-10-03 00:17:51,109 DEBUG Found tickets for planetlab1.pop-rj.rnp.br
-2006-10-03 00:17:51,109 DEBUG Popping from q - planetlab2.cs.purdue.edu
-2006-10-03 00:17:51,110 DEBUG Popping from q - planetlab3.millennium.berkeley.edu
-2006-10-03 00:17:51,111 DEBUG Found tickets for planetlab-1.tssg.org
-2006-10-03 00:17:51,111 DEBUG Popping from q - planetlab1.unl.edu
-2006-10-03 00:17:51,113 DEBUG Popping from q - planetlab1.cs.colorado.edu
-2006-10-03 00:17:51,115 DEBUG Popping from q - planetlab02.cs.washington.edu
-2006-10-03 00:17:51,116 DEBUG Popping from q - pads21.cs.nthu.edu.tw
-2006-10-03 00:17:51,117 DEBUG Found tickets for ds-pl3.technion.ac.il
-2006-10-03 00:17:51,118 DEBUG Found tickets for planetlab1.cs.colorado.edu
-2006-10-03 00:17:51,118 DEBUG Popping from q - planetlab2.informatik.uni-erlangen.de
-2006-10-03 00:17:51,117 DEBUG Popping from q - orbpl2.rutgers.edu
-2006-10-03 00:17:51,120 DEBUG Popping from q - planetlab-01.ipv6.lip6.fr
-2006-10-03 00:17:51,121 DEBUG Found tickets for planetlab02.cs.washington.edu
-2006-10-03 00:17:51,121 DEBUG Popping from q - pl2.ernet.in
-2006-10-03 00:17:51,124 DEBUG Found tickets for planetlab2.informatik.uni-erlangen.de
-2006-10-03 00:17:51,124 DEBUG Popping from q - neu2.6planetlab.edu.cn
-2006-10-03 00:17:51,125 DEBUG Popping from q - planetlab-2.cs.uni-paderborn.de
-2006-10-03 00:17:51,126 DEBUG Found tickets for planetlab-01.ipv6.lip6.fr
-2006-10-03 00:17:51,127 DEBUG Popping from q - planet5.cs.huji.ac.il
-2006-10-03 00:17:51,129 DEBUG Found tickets for orbpl2.rutgers.edu
-2006-10-03 00:17:51,129 DEBUG Popping from q - planetlab1.elet.polimi.it
-2006-10-03 00:17:51,130 DEBUG Popping from q - planetlab2.iiitb.ac.in
-2006-10-03 00:17:51,131 DEBUG Popping from q - server1.planetlab.iit-tech.net
-2006-10-03 00:17:51,132 DEBUG Popping from q - planetlab2.iitb.ac.in
-2006-10-03 00:17:51,133 DEBUG Found tickets for planetlab1.unl.edu
-2006-10-03 00:17:51,133 DEBUG Popping from q - planetlab02.dis.unina.it
-2006-10-03 00:17:51,135 DEBUG Popping from q - planetlab-1.dis.uniroma1.it
-2006-10-03 00:17:51,136 DEBUG Found tickets for server1.planetlab.iit-tech.net
-2006-10-03 00:17:51,137 DEBUG Popping from q - planetlab1.iitb.ac.in
-2006-10-03 00:17:51,138 DEBUG Found tickets for planetlab2.iitb.ac.in
-2006-10-03 00:17:51,138 DEBUG Popping from q - pku1.6planetlab.edu.cn
-2006-10-03 00:17:51,140 DEBUG Found tickets for planetlab1.iitb.ac.in
-2006-10-03 00:17:51,141 DEBUG Popping from q - planetlab-2.cs.ucy.ac.cy
-2006-10-03 00:17:51,142 DEBUG Popping from q - pl1.ernet.in
-2006-10-03 00:17:51,143 DEBUG Popping from q - planetlab2.georgetown.edu
-2006-10-03 00:17:51,139 DEBUG Popping from q - planetlab1.warsaw.rd.tp.pl
-2006-10-03 00:17:51,144 DEBUG Popping from q - server2.planetlab.iit-tech.net
-2006-10-03 00:17:51,147 DEBUG Found tickets for pku1.6planetlab.edu.cn
-2006-10-03 00:17:51,147 DEBUG Popping from q - planetlab2.di.unito.it
-2006-10-03 00:17:51,148 DEBUG Popping from q - planetlab1.csee.usf.edu
-2006-10-03 00:17:51,149 DEBUG Found tickets for planetlab2.georgetown.edu
-2006-10-03 00:17:51,150 DEBUG Popping from q - planetlab-2.dis.uniroma1.it
-2006-10-03 00:17:51,151 DEBUG Found tickets for server2.planetlab.iit-tech.net
-2006-10-03 00:17:51,151 DEBUG Popping from q - planetlab2.informatik.uni-kl.de
-2006-10-03 00:17:51,153 DEBUG Popping from q - planet1.cs.rochester.edu
-2006-10-03 00:17:51,155 DEBUG Popping from q - planetlab1.rutgers.edu
-2006-10-03 00:17:51,156 DEBUG Popping from q - planetlab-2.ece.iastate.edu
-2006-10-03 00:17:51,157 DEBUG Popping from q - planetlab-1.sjce.nodes.planet-lab.org
-2006-10-03 00:17:51,158 DEBUG Found tickets for planetlab2.informatik.uni-kl.de
-2006-10-03 00:17:51,158 DEBUG Popping from q - planetlab2.ece.ucdavis.edu
-2006-10-03 00:17:51,160 DEBUG Popping from q - planetlab1.ie.cuhk.edu.hk
-2006-10-03 00:17:51,162 DEBUG Found tickets for planet1.cs.rochester.edu
-2006-10-03 00:17:51,162 DEBUG Popping from q - planetlab2lannion.elibel.tm.fr
-2006-10-03 00:17:51,163 DEBUG Found tickets for planetlab1.rutgers.edu
-2006-10-03 00:17:51,163 DEBUG Popping from q - planetlab01.mpi-sws.mpg.de
-2006-10-03 00:17:51,164 DEBUG Popping from q - planetlab2.cs.duke.edu
-2006-10-03 00:17:51,166 DEBUG Found tickets for planetlab-1.sjce.nodes.planet-lab.org
-2006-10-03 00:17:51,166 DEBUG Popping from q - planetlab1.rn.informatics.scitech.susx.ac.uk
-2006-10-03 00:17:51,168 DEBUG Found tickets for planetlab1.ie.cuhk.edu.hk
-2006-10-03 00:17:51,168 DEBUG Popping from q - planetlab1.eee.hku.hk
-2006-10-03 00:17:51,169 DEBUG Popping from q - pads23.cs.nthu.edu.tw
-2006-10-03 00:17:51,170 DEBUG Popping from q - planet2.halifax.canet4.nodes.planet-lab.org
-2006-10-03 00:17:51,171 DEBUG Popping from q - planetlab-2.tssg.org
-2006-10-03 00:17:51,174 DEBUG Found tickets for planetlab1.eee.hku.hk
-2006-10-03 00:17:51,174 DEBUG Popping from q - 200-102-209-151.paemt7001.t.brasiltelecom.net.br
-2006-10-03 00:17:51,175 DEBUG Popping from q - planetlab2.poly.edu
-2006-10-03 00:17:51,176 DEBUG Found tickets for planet2.halifax.canet4.nodes.planet-lab.org
-2006-10-03 00:17:51,177 DEBUG Popping from q - planetlab2.byu.edu
-2006-10-03 00:17:51,178 DEBUG Found tickets for planetlab-2.tssg.org
-2006-10-03 00:17:51,178 DEBUG Popping from q - planetlab2.net-research.org.uk
-2006-10-03 00:17:51,180 DEBUG Found tickets for 200-102-209-151.paemt7001.t.brasiltelecom.net.br
-2006-10-03 00:17:51,180 DEBUG Popping from q - planetlab2.postel.org
-2006-10-03 00:17:51,181 DEBUG Popping from q - planetlab11.millennium.berkeley.edu
-2006-10-03 00:17:51,182 DEBUG Found tickets for planetlab1.rn.informatics.scitech.susx.ac.uk
-2006-10-03 00:17:51,183 DEBUG Popping from q - planetlab1.postel.org
-2006-10-03 00:17:51,184 DEBUG Popping from q - ds-pl1.technion.ac.il
-2006-10-03 00:17:51,186 DEBUG Popping from q - planetlab-2.imperial.ac.uk
-2006-10-03 00:17:51,187 DEBUG Found tickets for planetlab2.net-research.org.uk
-2006-10-03 00:17:51,187 DEBUG Popping from q - planetlab1.poly.edu
-2006-10-03 00:17:51,188 DEBUG Popping from q - planetlab-1.imperial.ac.uk
-2006-10-03 00:17:51,190 DEBUG Found tickets for planetlab1.postel.org
-2006-10-03 00:17:51,190 DEBUG Popping from q - planetlab1.byu.edu
-2006-10-03 00:17:51,192 DEBUG Found tickets for planetlab-2.imperial.ac.uk
-2006-10-03 00:17:51,192 DEBUG Popping from q - planetlab2.eee.hku.hk
-2006-10-03 00:17:51,194 DEBUG Found tickets for planetlab-1.imperial.ac.uk
-2006-10-03 00:17:51,195 DEBUG Found tickets for planetlab1.byu.edu
-2006-10-03 00:17:51,196 DEBUG Found tickets for planetlab2.eee.hku.hk
-2006-10-03 00:17:58,674 INFO Starting thread policy
-2006-10-03 00:17:58,676 DEBUG Nodes sick wo tickets 97 
-2006-10-03 00:17:58,676 DEBUG Emailing planetlab2.informatik.uni-wuerzburg.de
-2006-10-03 00:18:08,672 ERROR Thread Died: policy
-2006-10-03 00:18:15,312 INFO Monitor Killed
-2006-10-03 00:19:53,229 INFO Monitor Started
-2006-10-03 00:19:53,295 INFO Starting thread Watcher
-2006-10-03 00:19:53,296 INFO Starting thread rt1
-2006-10-03 00:19:53,296 INFO Starting thread rt2
-2006-10-03 00:19:53,296 INFO Starting thread rt3
-2006-10-03 00:19:53,296 INFO Starting thread rt4
-2006-10-03 00:19:53,297 INFO Starting thread rt5
-2006-10-03 00:19:53,297 INFO Starting thread cleanrt5
-2006-10-03 00:19:53,297 INFO Starting thread rt5
-2006-10-03 00:19:53,298 DEBUG Removing stale entries from DB.
-2006-10-03 00:19:53,298 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='drift%20%3E%201m'
-2006-10-03 00:19:53,300 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv
-2006-10-03 00:19:53,461 DEBUG Retrieved 9 hosts
-2006-10-03 00:19:53,461 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='resptime%20%3E%200%20&&%20gbfree%20%3C%205'
-2006-10-03 00:19:53,597 DEBUG Retrieved 11 hosts
-2006-10-03 00:19:53,598 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='sshstatus%20%3E%202h'
-2006-10-03 00:19:53,946 DEBUG Retrieved 161 hosts
-2006-10-03 00:19:53,948 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='dns1udp%20%3E%2080%20&&%20dns2udp%20%3E%2080'
-2006-10-03 00:19:54,086 DEBUG Retrieved 11 hosts
-2006-10-03 00:19:54,086 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='filerw%3E0'
-2006-10-03 00:19:54,211 DEBUG Retrieved 1 hosts
-2006-10-03 00:19:54,212 INFO Refreshing DB.
-2006-10-03 00:19:59,376 DEBUG Retrieved 706 hosts
-2006-10-03 00:19:59,376 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='drift%20%3E%201m'
-2006-10-03 00:19:59,512 DEBUG Retrieved 9 hosts
-2006-10-03 00:19:59,512 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='resptime%20%3E%200%20&&%20gbfree%20%3C%205'
-2006-10-03 00:19:59,649 DEBUG Retrieved 11 hosts
-2006-10-03 00:19:59,650 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='sshstatus%20%3E%202h'
-2006-10-03 00:19:59,996 DEBUG Retrieved 161 hosts
-2006-10-03 00:19:59,998 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='dns1udp%20%3E%2080%20&&%20dns2udp%20%3E%2080'
-2006-10-03 00:20:00,137 DEBUG Retrieved 11 hosts
-2006-10-03 00:20:00,138 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='filerw%3E0'
-2006-10-03 00:20:00,261 DEBUG Retrieved 1 hosts
-2006-10-03 00:20:00,263 DEBUG Popping from q - planetlab2.elet.polimi.it
-2006-10-03 00:20:00,268 DEBUG Popping from q - pli1-br-3.hpl.hp.com
-2006-10-03 00:20:00,269 DEBUG Popping from q - planetlab2.nbgisp.com
-2006-10-03 00:20:00,269 DEBUG Popping from q - planetlab2.cs.duke.edu
-2006-10-03 00:20:00,271 DEBUG Popping from q - planetlab1.cs.stir.ac.uk
-2006-10-03 00:20:00,273 DEBUG Found tickets for pli1-br-3.hpl.hp.com
-2006-10-03 00:20:00,273 DEBUG Popping from q - planetlab1.cse.msu.edu
-2006-10-03 00:20:00,274 DEBUG Popping from q - planetlab2.cse.msu.edu
-2006-10-03 00:20:00,276 DEBUG Popping from q - planetlab0.cs.stir.ac.uk
-2006-10-03 00:20:00,277 DEBUG Popping from q - planetlab1.informatik.uni-erlangen.de
-2006-10-03 00:20:00,278 DEBUG Found tickets for planetlab1.cse.msu.edu
-2006-10-03 00:20:00,279 DEBUG Popping from q - planetlab3.cs.duke.edu
-2006-10-03 00:20:00,280 DEBUG Found tickets for planetlab2.cse.msu.edu
-2006-10-03 00:20:00,280 DEBUG Popping from q - planetlab1.een.orst.edu
-2006-10-03 00:20:00,281 DEBUG Popping from q - planetlab1.cs.purdue.edu
-2006-10-03 00:20:00,283 DEBUG Popping from q - planetlab2.cs.columbia.edu
-2006-10-03 00:20:00,284 DEBUG Popping from q - planetlab1.win.trlabs.ca
-2006-10-03 00:20:00,286 DEBUG Popping from q - planetlab1.cs.duke.edu
-2006-10-03 00:20:00,287 DEBUG Popping from q - planetlab2.flux.utah.edu
-2006-10-03 00:20:00,288 DEBUG Found tickets for planetlab1.cs.purdue.edu
-2006-10-03 00:20:00,289 DEBUG Popping from q - planetlab3.cs.columbia.edu
-2006-10-03 00:20:00,290 DEBUG Popping from q - planetlab1.cs.columbia.edu
-2006-10-03 00:20:00,292 DEBUG Popping from q - planetlab3.flux.utah.edu
-2006-10-03 00:20:00,293 DEBUG Popping from q - planetlab-1.eecs.cwru.edu
-2006-10-03 00:20:00,294 DEBUG Popping from q - planetlab2.rutgers.edu
-2006-10-03 00:20:00,296 DEBUG Popping from q - vn3.cs.wustl.edu
-2006-10-03 00:20:00,297 DEBUG Popping from q - planetlab2.cri.haifa.ac.il
-2006-10-03 00:20:00,299 DEBUG Popping from q - planetlab2.informatik.uni-wuerzburg.de
-2006-10-03 00:20:00,300 DEBUG Popping from q - planetlab01.cse.psu.edu
-2006-10-03 00:20:00,301 DEBUG Found tickets for planetlab2.rutgers.edu
-2006-10-03 00:20:00,301 DEBUG Popping from q - csu2.6planetlab.edu.cn
-2006-10-03 00:20:00,303 DEBUG Popping from q - planet2.njit.edu
-2006-10-03 00:20:00,304 DEBUG Found tickets for vn3.cs.wustl.edu
-2006-10-03 00:20:00,305 DEBUG Popping from q - planetlab2.unl.edu
-2006-10-03 00:20:00,306 DEBUG Found tickets for planetlab2.cri.haifa.ac.il
-2006-10-03 00:20:00,306 DEBUG Popping from q - planetlab1.cs.pitt.edu
-2006-10-03 00:20:00,307 DEBUG Popping from q - planetlab1.cri.haifa.ac.il
-2006-10-03 00:20:00,308 DEBUG Found tickets for csu2.6planetlab.edu.cn
-2006-10-03 00:20:00,309 DEBUG Popping from q - planetlab2.urv.net
-2006-10-03 00:20:00,311 DEBUG Popping from q - planetlab7.csail.mit.edu
-2006-10-03 00:20:00,312 DEBUG Found tickets for planet2.njit.edu
-2006-10-03 00:20:00,312 DEBUG Popping from q - buaa1.6planetlab.edu.cn
-2006-10-03 00:20:00,313 DEBUG Popping from q - ricepl-3.cs.rice.edu
-2006-10-03 00:20:00,315 DEBUG Found tickets for planetlab1.cri.haifa.ac.il
-2006-10-03 00:20:00,315 DEBUG Popping from q - planet-lab-1.csse.monash.edu.au
-2006-10-03 00:20:00,316 DEBUG Popping from q - planetlab5.millennium.berkeley.edu
-2006-10-03 00:20:00,318 DEBUG Found tickets for planetlab7.csail.mit.edu
-2006-10-03 00:20:00,318 DEBUG Popping from q - planetlab1.pop-ce.rnp.br
-2006-10-03 00:20:00,320 DEBUG Found tickets for buaa1.6planetlab.edu.cn
-2006-10-03 00:20:00,320 DEBUG Popping from q - planetlab2.mnlab.cti.depaul.edu
-2006-10-03 00:20:00,321 DEBUG Popping from q - peace.ri.uni-tuebingen.de
-2006-10-03 00:20:00,322 DEBUG Popping from q - planetlab-8.cs.princeton.edu
-2006-10-03 00:20:00,324 DEBUG Popping from q - planetlab2.ucsd.edu
-2006-10-03 00:20:00,326 DEBUG Found tickets for planetlab1.pop-ce.rnp.br
-2006-10-03 00:20:00,326 DEBUG Popping from q - blast.uwaterloo.ca
-2006-10-03 00:20:00,327 DEBUG Found tickets for planetlab2.mnlab.cti.depaul.edu
-2006-10-03 00:20:00,327 DEBUG Popping from q - planetlab1.cs.wayne.edu
-2006-10-03 00:20:00,329 DEBUG Popping from q - pli1-br-3.hpl.hp.com
-2006-10-03 00:20:00,330 DEBUG Found tickets for planetlab-8.cs.princeton.edu
-2006-10-03 00:20:00,330 DEBUG Popping from q - planetlab2.eurecom.fr
-2006-10-03 00:20:00,332 DEBUG Found tickets for planetlab2.ucsd.edu
-2006-10-03 00:20:00,332 DEBUG Popping from q - planetlab1.di.unito.it
-2006-10-03 00:20:00,333 DEBUG Found tickets for blast.uwaterloo.ca
-2006-10-03 00:20:00,334 DEBUG Popping from q - planetlab2.simula.no
-2006-10-03 00:20:00,335 DEBUG Found tickets for planetlab1.cs.wayne.edu
-2006-10-03 00:20:00,335 DEBUG Popping from q - planetlab01.dis.unina.it
-2006-10-03 00:20:00,337 DEBUG Found tickets for pli1-br-3.hpl.hp.com
-2006-10-03 00:20:00,337 DEBUG Popping from q - planetlab1.flux.utah.edu
-2006-10-03 00:20:00,338 DEBUG Popping from q - planetlab-1.ece.iastate.edu
-2006-10-03 00:20:00,340 DEBUG Found tickets for planetlab1.di.unito.it
-2006-10-03 00:20:00,340 DEBUG Popping from q - sdu1.6planetlab.edu.cn
-2006-10-03 00:20:00,341 DEBUG Popping from q - planetlab4.upc.es
-2006-10-03 00:20:00,343 DEBUG Found tickets for planetlab-1.ece.iastate.edu
-2006-10-03 00:20:00,343 DEBUG Popping from q - planetlab1.ipls.internet2.planet-lab.org
-2006-10-03 00:20:00,344 DEBUG Popping from q - planetlab-13.cs.princeton.edu
-2006-10-03 00:20:00,346 DEBUG Popping from q - planet1.cc.gt.atl.ga.us
-2006-10-03 00:20:00,347 DEBUG Found tickets for sdu1.6planetlab.edu.cn
-2006-10-03 00:20:00,347 DEBUG Popping from q - planetlab2.eecs.wsu.edu
-2006-10-03 00:20:00,349 DEBUG Popping from q - planet2.cs.ucsb.edu
-2006-10-03 00:20:00,350 DEBUG Popping from q - xjtu2.6planetlab.edu.cn
-2006-10-03 00:20:00,352 DEBUG Found tickets for planetlab-13.cs.princeton.edu
-2006-10-03 00:20:00,352 DEBUG Popping from q - planetlab3.upc.es
-2006-10-03 00:20:00,353 DEBUG Popping from q - node1.lbnl.nodes.planet-lab.org
-2006-10-03 00:20:00,355 DEBUG Popping from q - planetlab1.iitr.ernet.in
-2006-10-03 00:20:00,356 DEBUG Found tickets for planet2.cs.ucsb.edu
-2006-10-03 00:20:00,356 DEBUG Popping from q - planetlab1.eecs.iu-bremen.de
-2006-10-03 00:20:00,358 DEBUG Popping from q - planetlab2.uvic.ca
-2006-10-03 00:20:00,359 DEBUG Popping from q - planetlab01.erin.utoronto.ca
-2006-10-03 00:20:00,360 DEBUG Popping from q - planetlab-4.ece.iastate.edu
-2006-10-03 00:20:00,362 DEBUG Popping from q - planetlab2.informatik.uni-goettingen.de
-2006-10-03 00:20:00,363 DEBUG Popping from q - ds-pl1.technion.ac.il
-2006-10-03 00:20:00,365 DEBUG Found tickets for planetlab2.uvic.ca
-2006-10-03 00:20:00,365 DEBUG Popping from q - planetlab1.mnl.cs.sunysb.edu
-2006-10-03 00:20:00,367 DEBUG Popping from q - aladdin.planetlab.extranet.uni-passau.de
-2006-10-03 00:20:00,368 DEBUG Found tickets for planetlab2.informatik.uni-goettingen.de
-2006-10-03 00:20:00,368 DEBUG Popping from q - planetlab-1.cs.uni-paderborn.de
-2006-10-03 00:20:00,369 DEBUG Found tickets for planetlab-4.ece.iastate.edu
-2006-10-03 00:20:00,370 DEBUG Popping from q - planet1.njit.edu
-2006-10-03 00:20:00,371 DEBUG Popping from q - pku2.6planetlab.edu.cn
-2006-10-03 00:20:00,372 DEBUG Found tickets for planetlab1.mnl.cs.sunysb.edu
-2006-10-03 00:20:00,373 DEBUG Popping from q - planetlab-1.cs.ucy.ac.cy
-2006-10-03 00:20:00,374 DEBUG Popping from q - planetlab00.cse.psu.edu
-2006-10-03 00:20:00,376 DEBUG Popping from q - planetlab04.ethz.ch
-2006-10-03 00:20:00,377 DEBUG Popping from q - sdu2.6planetlab.edu.cn
-2006-10-03 00:20:00,378 DEBUG Popping from q - planet-lab.iki.rssi.ru
-2006-10-03 00:20:00,380 DEBUG Popping from q - planetlab1.polito.it
-2006-10-03 00:20:00,382 DEBUG Found tickets for sdu2.6planetlab.edu.cn
-2006-10-03 00:20:00,382 DEBUG Popping from q - planetlab1.uvic.ca
-2006-10-03 00:20:00,383 DEBUG Popping from q - planetlab1.cs.byu.edu
-2006-10-03 00:20:00,384 DEBUG Found tickets for planetlab04.ethz.ch
-2006-10-03 00:20:00,384 DEBUG Popping from q - planetlab-1.amst.nodes.planet-lab.org
-2006-10-03 00:20:00,385 DEBUG Found tickets for planet-lab.iki.rssi.ru
-2006-10-03 00:20:00,386 DEBUG Popping from q - cloudburst.uwaterloo.ca
-2006-10-03 00:20:00,387 DEBUG Found tickets for planetlab1.polito.it
-2006-10-03 00:20:00,387 DEBUG Popping from q - planet2.cs.rochester.edu
-2006-10-03 00:20:00,389 DEBUG Found tickets for planetlab1.uvic.ca
-2006-10-03 00:20:00,389 DEBUG Popping from q - planetlab1.xeno.cl.cam.ac.uk
-2006-10-03 00:20:00,390 DEBUG Popping from q - lycra.cs.princeton.edu
-2006-10-03 00:20:00,392 DEBUG Popping from q - planetlab06.mpi-sws.mpg.de
-2006-10-03 00:20:00,393 DEBUG Found tickets for cloudburst.uwaterloo.ca
-2006-10-03 00:20:00,394 DEBUG Popping from q - planetlab1.ias.csusb.edu
-2006-10-03 00:20:00,395 DEBUG Found tickets for planet2.cs.rochester.edu
-2006-10-03 00:20:00,395 DEBUG Popping from q - vayu.iitd.ernet.in
-2006-10-03 00:20:00,397 DEBUG Popping from q - node2.lbnl.nodes.planet-lab.org
-2006-10-03 00:20:00,398 DEBUG Found tickets for lycra.cs.princeton.edu
-2006-10-03 00:20:00,399 DEBUG Popping from q - planetlab2.cs.byu.edu
-2006-10-03 00:20:00,400 DEBUG Found tickets for planetlab1.ias.csusb.edu
-2006-10-03 00:20:00,400 DEBUG Popping from q - cqu1.6planetlab.edu.cn
-2006-10-03 00:20:00,401 DEBUG Popping from q - planetlab2.acis.ufl.edu
-2006-10-03 00:20:00,403 DEBUG Popping from q - planetlab1.cs.unibo.it
-2006-10-03 00:20:00,404 DEBUG Popping from q - tju2.6planetlab.edu.cn
-2006-10-03 00:20:00,406 DEBUG Popping from q - orbpl1.rutgers.edu
-2006-10-03 00:20:00,407 DEBUG Found tickets for cqu1.6planetlab.edu.cn
-2006-10-03 00:20:00,407 DEBUG Popping from q - ent1.cs.nccu.edu.tw
-2006-10-03 00:20:00,409 DEBUG Found tickets for planetlab2.acis.ufl.edu
-2006-10-03 00:20:00,409 DEBUG Popping from q - planet0.jaist.ac.jp
-2006-10-03 00:20:00,410 DEBUG Found tickets for planetlab1.cs.unibo.it
-2006-10-03 00:20:00,410 DEBUG Popping from q - soccf-planet-001.comp.nus.edu.sg
-2006-10-03 00:20:00,411 DEBUG Found tickets for tju2.6planetlab.edu.cn
-2006-10-03 00:20:00,412 DEBUG Popping from q - planetlab1.informatik.uni-wuerzburg.de
-2006-10-03 00:20:00,414 DEBUG Found tickets for orbpl1.rutgers.edu
-2006-10-03 00:20:00,414 DEBUG Popping from q - planetlab3.warsaw.rd.tp.pl
-2006-10-03 00:20:00,415 DEBUG Found tickets for ent1.cs.nccu.edu.tw
-2006-10-03 00:20:00,415 DEBUG Popping from q - planetlab0.ias.csusb.edu
-2006-10-03 00:20:00,416 DEBUG Found tickets for planet0.jaist.ac.jp
-2006-10-03 00:20:00,417 DEBUG Popping from q - planetlab-2.amst.nodes.planet-lab.org
-2006-10-03 00:20:00,418 DEBUG Found tickets for soccf-planet-001.comp.nus.edu.sg
-2006-10-03 00:20:00,418 DEBUG Popping from q - planetlab3.inria.fr
-2006-10-03 00:20:00,420 DEBUG Found tickets for planetlab1.informatik.uni-wuerzburg.de
-2006-10-03 00:20:00,420 DEBUG Popping from q - 200-102-209-152.paemt7001.t.brasiltelecom.net.br
-2006-10-03 00:20:00,421 DEBUG Popping from q - planetlab3.mnl.cs.sunysb.edu
-2006-10-03 00:20:00,423 DEBUG Found tickets for planetlab0.ias.csusb.edu
-2006-10-03 00:20:00,423 DEBUG Popping from q - planetlab-15.cs.princeton.edu
-2006-10-03 00:20:00,424 DEBUG Popping from q - ent2.cs.nccu.edu.tw
-2006-10-03 00:20:00,425 DEBUG Popping from q - planet-lab-2.csse.monash.edu.au
-2006-10-03 00:20:00,427 DEBUG Popping from q - planet1.ecse.rpi.edu
-2006-10-03 00:20:00,428 DEBUG Found tickets for planet-lab-2.csse.monash.edu.au
-2006-10-03 00:20:00,428 DEBUG Popping from q - planetlab-2.unk.edu
-2006-10-03 00:20:00,430 DEBUG Popping from q - planetlab2.rdfrancetelecom.com
-2006-10-03 00:20:00,431 DEBUG Found tickets for 200-102-209-152.paemt7001.t.brasiltelecom.net.br
-2006-10-03 00:20:00,431 DEBUG Popping from q - planetlab1.eurecom.fr
-2006-10-03 00:20:00,433 DEBUG Popping from q - planetlab1.cs.virginia.edu
-2006-10-03 00:20:00,434 DEBUG Found tickets for ent2.cs.nccu.edu.tw
-2006-10-03 00:20:00,434 DEBUG Popping from q - tju1.6planetlab.edu.cn
-2006-10-03 00:20:00,436 DEBUG Found tickets for planet1.ecse.rpi.edu
-2006-10-03 00:20:00,437 DEBUG Popping from q - planetlab-3.amst.nodes.planet-lab.org
-2006-10-03 00:20:00,438 DEBUG Popping from q - planetlab2.iitr.ernet.in
-2006-10-03 00:20:00,439 DEBUG Found tickets for planetlab2.rdfrancetelecom.com
-2006-10-03 00:20:00,439 DEBUG Popping from q - planetlab1.georgetown.edu
-2006-10-03 00:20:00,441 DEBUG Popping from q - planet1.inf.tu-dresden.de
-2006-10-03 00:20:00,440 DEBUG Found tickets for planetlab1.eurecom.fr
-2006-10-03 00:20:00,442 DEBUG Popping from q - alice.cs.princeton.edu
-2006-10-03 00:20:00,443 DEBUG Found tickets for tju1.6planetlab.edu.cn
-2006-10-03 00:20:00,443 DEBUG Popping from q - planetlab02.erin.utoronto.ca
-2006-10-03 00:20:00,445 DEBUG Found tickets for planetlab1.georgetown.edu
-2006-10-03 00:20:00,446 DEBUG Popping from q - planetlab-1.vuse.vanderbilt.edu
-2006-10-03 00:20:00,447 DEBUG Popping from q - planetlab3.uvic.ca
-2006-10-03 00:20:00,448 DEBUG Popping from q - scut2.6planetlab.edu.cn
-2006-10-03 00:20:00,449 DEBUG Found tickets for alice.cs.princeton.edu
-2006-10-03 00:20:00,449 DEBUG Popping from q - planetlab1.swidnik.rd.tp.pl
-2006-10-03 00:20:00,451 DEBUG Found tickets for scut2.6planetlab.edu.cn
-2006-10-03 00:20:00,452 DEBUG Popping from q - planet2.cdacb.ernet.in
-2006-10-03 00:20:00,453 DEBUG Found tickets for planetlab3.uvic.ca
-2006-10-03 00:20:00,453 DEBUG Popping from q - planetlab1.rdfrancetelecom.com
-2006-10-03 00:20:00,455 DEBUG Found tickets for planet2.cdacb.ernet.in
-2006-10-03 00:20:00,455 DEBUG Popping from q - planet2.inf.tu-dresden.de
-2006-10-03 00:20:00,454 DEBUG Found tickets for planetlab-1.vuse.vanderbilt.edu
-2006-10-03 00:20:00,456 DEBUG Popping from q - planet02.csc.ncsu.edu
-2006-10-03 00:20:00,457 DEBUG Popping from q - planetlab-1.tssg.org
-2006-10-03 00:20:00,459 DEBUG Found tickets for planetlab1.rdfrancetelecom.com
-2006-10-03 00:20:00,460 DEBUG Popping from q - planetlab-2.vuse.vanderbilt.edu
-2006-10-03 00:20:00,460 DEBUG Popping from q - planetlab-11.cs.princeton.edu
-2006-10-03 00:20:00,462 DEBUG Popping from q - planet03.csc.ncsu.edu
-2006-10-03 00:20:00,463 DEBUG Found tickets for planetlab1.swidnik.rd.tp.pl
-2006-10-03 00:20:00,464 DEBUG Found tickets for planetlab-2.vuse.vanderbilt.edu
-2006-10-03 00:20:00,464 DEBUG Popping from q - planetlab1.pop-rj.rnp.br
-2006-10-03 00:20:00,465 DEBUG Popping from q - planet1.halifax.canet4.nodes.planet-lab.org
-2006-10-03 00:20:00,467 DEBUG Popping from q - planet1.cavite.nodes.planet-lab.org
-2006-10-03 00:20:00,466 DEBUG Found tickets for planetlab-1.tssg.org
-2006-10-03 00:20:00,469 DEBUG Found tickets for planetlab1.pop-rj.rnp.br
-2006-10-03 00:20:00,469 DEBUG Popping from q - ds-pl3.technion.ac.il
-2006-10-03 00:20:00,471 DEBUG Popping from q - planetlab3.millennium.berkeley.edu
-2006-10-03 00:20:00,471 DEBUG Popping from q - planetlab2.cs.purdue.edu
-2006-10-03 00:20:00,472 DEBUG Popping from q - planetlab1.unl.edu
-2006-10-03 00:20:00,475 DEBUG Found tickets for ds-pl3.technion.ac.il
-2006-10-03 00:20:00,475 DEBUG Popping from q - planetlab1.cs.colorado.edu
-2006-10-03 00:20:00,476 DEBUG Popping from q - planetlab02.cs.washington.edu
-2006-10-03 00:20:00,478 DEBUG Popping from q - pads21.cs.nthu.edu.tw
-2006-10-03 00:20:00,480 DEBUG Found tickets for planetlab1.unl.edu
-2006-10-03 00:20:00,480 DEBUG Popping from q - orbpl2.rutgers.edu
-2006-10-03 00:20:00,481 DEBUG Popping from q - planetlab2.informatik.uni-erlangen.de
-2006-10-03 00:20:00,483 DEBUG Found tickets for planetlab1.cs.colorado.edu
-2006-10-03 00:20:00,484 DEBUG Popping from q - planetlab-01.ipv6.lip6.fr
-2006-10-03 00:20:00,485 DEBUG Found tickets for planetlab02.cs.washington.edu
-2006-10-03 00:20:00,486 DEBUG Popping from q - pl2.ernet.in
-2006-10-03 00:20:00,487 DEBUG Found tickets for orbpl2.rutgers.edu
-2006-10-03 00:20:00,488 DEBUG Popping from q - neu2.6planetlab.edu.cn
-2006-10-03 00:20:00,489 DEBUG Found tickets for planetlab2.informatik.uni-erlangen.de
-2006-10-03 00:20:00,489 DEBUG Popping from q - planetlab-2.cs.uni-paderborn.de
-2006-10-03 00:20:00,491 DEBUG Popping from q - planet5.cs.huji.ac.il
-2006-10-03 00:20:00,493 DEBUG Found tickets for planetlab-01.ipv6.lip6.fr
-2006-10-03 00:20:00,493 DEBUG Popping from q - planetlab1.elet.polimi.it
-2006-10-03 00:20:00,494 DEBUG Popping from q - planetlab2.iiitb.ac.in
-2006-10-03 00:20:00,495 DEBUG Popping from q - server1.planetlab.iit-tech.net
-2006-10-03 00:20:00,496 DEBUG Popping from q - planetlab2.iitb.ac.in
-2006-10-03 00:20:00,499 DEBUG Popping from q - planetlab02.dis.unina.it
-2006-10-03 00:20:00,500 DEBUG Found tickets for server1.planetlab.iit-tech.net
-2006-10-03 00:20:00,501 DEBUG Popping from q - planetlab-1.dis.uniroma1.it
-2006-10-03 00:20:00,502 DEBUG Found tickets for planetlab2.iitb.ac.in
-2006-10-03 00:20:00,502 DEBUG Popping from q - planetlab1.iitb.ac.in
-2006-10-03 00:20:00,504 DEBUG Popping from q - planetlab1.warsaw.rd.tp.pl
-2006-10-03 00:20:00,503 DEBUG Popping from q - pku1.6planetlab.edu.cn
-2006-10-03 00:20:00,506 DEBUG Popping from q - planetlab-2.cs.ucy.ac.cy
-2006-10-03 00:20:00,508 DEBUG Popping from q - pl1.ernet.in
-2006-10-03 00:20:00,509 DEBUG Found tickets for planetlab1.iitb.ac.in
-2006-10-03 00:20:00,510 DEBUG Popping from q - planetlab2.georgetown.edu
-2006-10-03 00:20:00,510 DEBUG Found tickets for pku1.6planetlab.edu.cn
-2006-10-03 00:20:00,511 DEBUG Popping from q - server2.planetlab.iit-tech.net
-2006-10-03 00:20:00,512 DEBUG Popping from q - planetlab2.di.unito.it
-2006-10-03 00:20:00,514 DEBUG Popping from q - planetlab1.csee.usf.edu
-2006-10-03 00:20:00,515 DEBUG Popping from q - planetlab-2.dis.uniroma1.it
-2006-10-03 00:20:00,516 DEBUG Found tickets for server2.planetlab.iit-tech.net
-2006-10-03 00:20:00,517 DEBUG Popping from q - planetlab2.informatik.uni-kl.de
-2006-10-03 00:20:00,518 DEBUG Found tickets for planetlab2.georgetown.edu
-2006-10-03 00:20:00,518 DEBUG Popping from q - planet1.cs.rochester.edu
-2006-10-03 00:20:00,520 DEBUG Popping from q - planetlab1.rutgers.edu
-2006-10-03 00:20:00,521 DEBUG Popping from q - planetlab-2.ece.iastate.edu
-2006-10-03 00:20:00,523 DEBUG Popping from q - planetlab-1.sjce.nodes.planet-lab.org
-2006-10-03 00:20:00,524 DEBUG Found tickets for planetlab2.informatik.uni-kl.de
-2006-10-03 00:20:00,524 DEBUG Popping from q - planetlab2.ece.ucdavis.edu
-2006-10-03 00:20:00,525 DEBUG Found tickets for planet1.cs.rochester.edu
-2006-10-03 00:20:00,526 DEBUG Popping from q - planetlab1.ie.cuhk.edu.hk
-2006-10-03 00:20:00,528 DEBUG Popping from q - planetlab2lannion.elibel.tm.fr
-2006-10-03 00:20:00,529 DEBUG Popping from q - planetlab01.mpi-sws.mpg.de
-2006-10-03 00:20:00,530 DEBUG Found tickets for planetlab1.ie.cuhk.edu.hk
-2006-10-03 00:20:00,530 DEBUG Popping from q - planetlab2.cs.duke.edu
-2006-10-03 00:20:00,531 DEBUG Found tickets for planetlab-1.sjce.nodes.planet-lab.org
-2006-10-03 00:20:00,532 DEBUG Popping from q - planetlab1.rn.informatics.scitech.susx.ac.uk
-2006-10-03 00:20:00,533 DEBUG Found tickets for planetlab1.rutgers.edu
-2006-10-03 00:20:00,533 DEBUG Popping from q - planetlab1.eee.hku.hk
-2006-10-03 00:20:00,535 DEBUG Popping from q - pads23.cs.nthu.edu.tw
-2006-10-03 00:20:00,536 DEBUG Popping from q - planet2.halifax.canet4.nodes.planet-lab.org
-2006-10-03 00:20:00,537 DEBUG Found tickets for planetlab1.rn.informatics.scitech.susx.ac.uk
-2006-10-03 00:20:00,538 DEBUG Popping from q - planetlab-2.tssg.org
-2006-10-03 00:20:00,539 DEBUG Popping from q - 200-102-209-151.paemt7001.t.brasiltelecom.net.br
-2006-10-03 00:20:00,541 DEBUG Found tickets for planet2.halifax.canet4.nodes.planet-lab.org
-2006-10-03 00:20:00,541 DEBUG Popping from q - planetlab2.poly.edu
-2006-10-03 00:20:00,542 DEBUG Found tickets for planetlab1.eee.hku.hk
-2006-10-03 00:20:00,543 DEBUG Popping from q - planetlab2.byu.edu
-2006-10-03 00:20:00,544 DEBUG Found tickets for planetlab-2.tssg.org
-2006-10-03 00:20:00,544 DEBUG Popping from q - planetlab2.net-research.org.uk
-2006-10-03 00:20:00,545 DEBUG Popping from q - planetlab2.postel.org
-2006-10-03 00:20:00,546 DEBUG Found tickets for 200-102-209-151.paemt7001.t.brasiltelecom.net.br
-2006-10-03 00:20:00,547 DEBUG Popping from q - planetlab11.millennium.berkeley.edu
-2006-10-03 00:20:00,549 DEBUG Popping from q - planetlab1.postel.org
-2006-10-03 00:20:00,550 DEBUG Found tickets for planetlab2.net-research.org.uk
-2006-10-03 00:20:00,550 DEBUG Popping from q - ds-pl1.technion.ac.il
-2006-10-03 00:20:00,551 DEBUG Popping from q - planetlab-2.imperial.ac.uk
-2006-10-03 00:20:00,553 DEBUG Popping from q - planetlab1.poly.edu
-2006-10-03 00:20:00,554 DEBUG Found tickets for planetlab1.postel.org
-2006-10-03 00:20:00,554 DEBUG Popping from q - planetlab-1.imperial.ac.uk
-2006-10-03 00:20:00,556 DEBUG Popping from q - planetlab1.byu.edu
-2006-10-03 00:20:00,557 DEBUG Found tickets for planetlab-2.imperial.ac.uk
-2006-10-03 00:20:00,558 DEBUG Popping from q - planetlab2.eee.hku.hk
-2006-10-03 00:20:00,560 DEBUG Found tickets for planetlab-1.imperial.ac.uk
-2006-10-03 00:20:00,560 DEBUG Found tickets for planetlab1.byu.edu
-2006-10-03 00:20:00,561 DEBUG Found tickets for planetlab2.eee.hku.hk
-2006-10-03 00:20:03,296 INFO Starting thread policy
-2006-10-03 00:20:03,299 DEBUG Nodes sick wo tickets 97 
-2006-10-03 00:20:03,299 DEBUG Emailing planetlab2.informatik.uni-wuerzburg.de
-2006-10-03 00:20:03,679 DEBUG Emailing planetlab01.cse.psu.edu
-2006-10-03 00:20:03,986 DEBUG Emailing planetlab2.unl.edu
-2006-10-03 00:20:04,541 DEBUG Emailing planetlab1.cs.pitt.edu
-2006-10-03 00:20:04,940 DEBUG Emailing planetlab2.urv.net
-2006-10-03 00:20:05,554 DEBUG Emailing ricepl-3.cs.rice.edu
-2006-10-03 00:20:05,834 DEBUG Emailing planet-lab-1.csse.monash.edu.au
-2006-10-03 00:20:06,175 DEBUG Emailing planetlab5.millennium.berkeley.edu
-2006-10-03 00:20:06,440 DEBUG Emailing peace.ri.uni-tuebingen.de
-2006-10-03 00:20:06,754 DEBUG Emailing planetlab2.eurecom.fr
-2006-10-03 00:20:07,308 DEBUG Emailing planetlab2.simula.no
-2006-10-03 00:20:07,685 DEBUG Emailing planetlab01.dis.unina.it
-2006-10-03 00:20:07,994 DEBUG Emailing planetlab1.flux.utah.edu
-2006-10-03 00:20:08,414 DEBUG Emailing planetlab4.upc.es
-2006-10-03 00:20:08,718 DEBUG Emailing planetlab1.ipls.internet2.planet-lab.org
-2006-10-03 00:20:09,027 DEBUG Emailing planet1.cc.gt.atl.ga.us
-2006-10-03 00:20:09,430 DEBUG Emailing planetlab2.eecs.wsu.edu
-2006-10-03 00:20:09,750 DEBUG Emailing xjtu2.6planetlab.edu.cn
-2006-10-03 00:20:10,044 DEBUG Emailing planetlab3.upc.es
-2006-10-03 00:20:10,442 DEBUG Emailing node1.lbnl.nodes.planet-lab.org
-2006-10-03 00:20:10,817 DEBUG Emailing planetlab1.iitr.ernet.in
-2006-10-03 00:20:11,211 DEBUG Emailing planetlab1.eecs.iu-bremen.de
-2006-10-03 00:20:11,675 DEBUG Emailing planetlab01.erin.utoronto.ca
-2006-10-03 00:20:11,955 DEBUG Emailing ds-pl1.technion.ac.il
-2006-10-03 00:20:12,417 DEBUG Emailing aladdin.planetlab.extranet.uni-passau.de
-2006-10-03 00:20:12,674 DEBUG Emailing planetlab-1.cs.uni-paderborn.de
-2006-10-03 00:20:12,931 DEBUG Emailing planet1.njit.edu
-2006-10-03 00:20:13,312 DEBUG Emailing pku2.6planetlab.edu.cn
-2006-10-03 00:20:13,653 DEBUG Emailing planetlab-1.cs.ucy.ac.cy
-2006-10-03 00:20:14,005 DEBUG Emailing planetlab00.cse.psu.edu
-2006-10-03 00:20:14,434 DEBUG Emailing planetlab1.cs.byu.edu
-2006-10-03 00:20:23,293 ERROR Thread Died: policy
-2006-10-03 00:20:42,030 INFO Monitor Killed
-2006-10-03 00:22:34,629 INFO Monitor Started
-2006-10-03 00:22:34,629 INFO Starting thread Watcher
-2006-10-03 00:22:34,630 INFO Starting thread rt1
-2006-10-03 00:22:34,630 INFO Starting thread rt2
-2006-10-03 00:22:34,631 INFO Starting thread rt3
-2006-10-03 00:22:34,631 INFO Starting thread rt4
-2006-10-03 00:22:34,631 INFO Starting thread rt5
-2006-10-03 00:22:34,631 INFO Starting thread cleanrt5
-2006-10-03 00:22:34,632 INFO Starting thread rt5
-2006-10-03 00:22:34,632 DEBUG Removing stale entries from DB.
-2006-10-03 00:22:34,632 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='drift%20%3E%201m'
-2006-10-03 00:22:34,636 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv
-2006-10-03 00:22:34,781 DEBUG Retrieved 8 hosts
-2006-10-03 00:22:34,781 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='resptime%20%3E%200%20&&%20gbfree%20%3C%205'
-2006-10-03 00:22:34,929 DEBUG Retrieved 11 hosts
-2006-10-03 00:22:34,930 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='sshstatus%20%3E%202h'
-2006-10-03 00:22:35,279 DEBUG Retrieved 161 hosts
-2006-10-03 00:22:35,280 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='dns1udp%20%3E%2080%20&&%20dns2udp%20%3E%2080'
-2006-10-03 00:22:35,434 DEBUG Retrieved 9 hosts
-2006-10-03 00:22:35,434 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='filerw%3E0'
-2006-10-03 00:22:35,560 DEBUG Retrieved 1 hosts
-2006-10-03 00:22:35,561 INFO Refreshing DB.
-2006-10-03 00:22:35,981 DEBUG Retrieved 706 hosts
-2006-10-03 00:22:35,981 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='drift%20%3E%201m'
-2006-10-03 00:22:36,116 DEBUG Retrieved 8 hosts
-2006-10-03 00:22:36,117 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='resptime%20%3E%200%20&&%20gbfree%20%3C%205'
-2006-10-03 00:22:36,255 DEBUG Retrieved 11 hosts
-2006-10-03 00:22:36,255 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='sshstatus%20%3E%202h'
-2006-10-03 00:22:36,608 DEBUG Retrieved 161 hosts
-2006-10-03 00:22:36,610 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='dns1udp%20%3E%2080%20&&%20dns2udp%20%3E%2080'
-2006-10-03 00:22:36,748 DEBUG Retrieved 9 hosts
-2006-10-03 00:22:36,749 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='filerw%3E0'
-2006-10-03 00:22:36,872 DEBUG Retrieved 1 hosts
-2006-10-03 00:22:36,875 DEBUG Popping from q - planetlab2.elet.polimi.it
-2006-10-03 00:22:36,879 DEBUG Popping from q - pli1-br-3.hpl.hp.com
-2006-10-03 00:22:36,880 DEBUG Popping from q - planetlab2.nbgisp.com
-2006-10-03 00:22:36,881 DEBUG Popping from q - planetlab1.cs.stir.ac.uk
-2006-10-03 00:22:36,882 DEBUG Popping from q - planetlab1.cse.msu.edu
-2006-10-03 00:22:50,266 DEBUG Popping from q - planetlab2.cse.msu.edu
-2006-10-03 00:22:50,851 DEBUG Found tickets for pli1-br-3.hpl.hp.com
-2006-10-03 00:22:50,851 DEBUG Popping from q - planetlab0.cs.stir.ac.uk
-2006-10-03 00:23:05,230 DEBUG Found tickets for planetlab2.cse.msu.edu
-2006-10-03 00:23:05,231 DEBUG Popping from q - planetlab1.informatik.uni-erlangen.de
-2006-10-03 00:23:05,791 DEBUG Popping from q - planetlab3.cs.duke.edu
-2006-10-03 00:23:22,340 DEBUG Popping from q - planetlab1.een.orst.edu
-2006-10-03 00:23:30,901 DEBUG Popping from q - planetlab1.cs.purdue.edu
-2006-10-03 00:23:39,618 DEBUG Found tickets for planetlab1.cs.purdue.edu
-2006-10-03 00:23:39,618 DEBUG Popping from q - planetlab2.cs.columbia.edu
-2006-10-03 00:23:45,747 DEBUG Popping from q - planetlab1.win.trlabs.ca
-2006-10-03 00:23:48,259 DEBUG Popping from q - planetlab1.cs.duke.edu
-2006-10-03 00:23:57,161 DEBUG Popping from q - planetlab2.flux.utah.edu
-2006-10-03 00:24:06,082 DEBUG Popping from q - planetlab3.cs.columbia.edu
-2006-10-03 00:24:07,015 DEBUG Popping from q - planetlab1.cs.columbia.edu
-2006-10-03 00:24:14,508 DEBUG Popping from q - planetlab3.flux.utah.edu
-2006-10-03 00:24:22,442 DEBUG Popping from q - planetlab-1.eecs.cwru.edu
-2006-10-03 00:24:22,478 DEBUG Found tickets for planetlab1.cse.msu.edu
-2006-10-03 00:24:22,478 DEBUG Popping from q - planetlab2.rutgers.edu
-2006-10-03 00:24:28,543 DEBUG Popping from q - vn3.cs.wustl.edu
-2006-10-03 00:24:34,764 DEBUG Found tickets for planetlab2.rutgers.edu
-2006-10-03 00:24:34,764 DEBUG Popping from q - planetlab2.cri.haifa.ac.il
-2006-10-03 00:24:42,447 DEBUG Found tickets for vn3.cs.wustl.edu
-2006-10-03 00:24:42,448 DEBUG Popping from q - planetlab2.informatik.uni-wuerzburg.de
-2006-10-03 00:24:46,938 DEBUG Found tickets for planetlab2.cri.haifa.ac.il
-2006-10-03 00:24:46,938 DEBUG Popping from q - planetlab01.cse.psu.edu
-2006-10-03 00:24:54,837 DEBUG Popping from q - csu2.6planetlab.edu.cn
-2006-10-03 00:25:14,610 DEBUG Popping from q - planet2.njit.edu
-2006-10-03 00:25:23,393 DEBUG Found tickets for planet2.njit.edu
-2006-10-03 00:25:23,393 DEBUG Popping from q - planetlab2.unl.edu
-2006-10-03 00:25:31,005 DEBUG Popping from q - planetlab1.cs.pitt.edu
-2006-10-03 00:25:32,230 DEBUG Popping from q - planetlab1.cri.haifa.ac.il
-2006-10-03 00:25:32,599 DEBUG Popping from q - planetlab2.urv.net
-2006-10-03 00:25:40,546 DEBUG Found tickets for planetlab1.cri.haifa.ac.il
-2006-10-03 00:25:40,546 DEBUG Popping from q - planetlab7.csail.mit.edu
-2006-10-03 00:25:43,484 DEBUG Found tickets for csu2.6planetlab.edu.cn
-2006-10-03 00:25:43,484 DEBUG Popping from q - buaa1.6planetlab.edu.cn
-2006-10-03 00:25:51,615 DEBUG Found tickets for buaa1.6planetlab.edu.cn
-2006-10-03 00:25:51,615 DEBUG Popping from q - ricepl-3.cs.rice.edu
-2006-10-03 00:25:59,309 DEBUG Popping from q - planet-lab-1.csse.monash.edu.au
-2006-10-03 00:26:03,912 DEBUG Popping from q - planetlab5.millennium.berkeley.edu
-2006-10-03 00:26:12,583 DEBUG Popping from q - planetlab1.pop-ce.rnp.br
-2006-10-03 00:26:20,246 DEBUG Found tickets for planetlab1.pop-ce.rnp.br
-2006-10-03 00:26:20,246 DEBUG Popping from q - planetlab2.mnlab.cti.depaul.edu
-2006-10-03 00:26:26,944 DEBUG Popping from q - peace.ri.uni-tuebingen.de
-2006-10-03 00:26:37,214 DEBUG Popping from q - planetlab-8.cs.princeton.edu
-2006-10-03 00:26:44,555 DEBUG Found tickets for planetlab-8.cs.princeton.edu
-2006-10-03 00:26:44,555 DEBUG Popping from q - planetlab2.ucsd.edu
-2006-10-03 00:26:49,957 DEBUG Found tickets for planetlab7.csail.mit.edu
-2006-10-03 00:26:49,957 DEBUG Popping from q - blast.uwaterloo.ca
-2006-10-03 00:26:57,755 DEBUG Found tickets for blast.uwaterloo.ca
-2006-10-03 00:26:57,755 DEBUG Popping from q - planetlab1.cs.wayne.edu
-2006-10-03 00:27:05,836 DEBUG Found tickets for planetlab1.cs.wayne.edu
-2006-10-03 00:27:05,836 DEBUG Popping from q - pli1-br-3.hpl.hp.com
-2006-10-03 00:27:05,863 DEBUG Popping from q - planetlab2.eurecom.fr
-2006-10-03 00:27:05,877 DEBUG Found tickets for pli1-br-3.hpl.hp.com
-2006-10-03 00:27:05,878 DEBUG Popping from q - planetlab1.di.unito.it
-2006-10-03 00:27:14,239 DEBUG Popping from q - planetlab2.simula.no
-2006-10-03 00:27:20,792 DEBUG Found tickets for planetlab2.mnlab.cti.depaul.edu
-2006-10-03 00:27:20,792 DEBUG Popping from q - planetlab01.dis.unina.it
-2006-10-03 00:27:28,695 DEBUG Popping from q - planetlab1.flux.utah.edu
-2006-10-03 00:27:28,701 DEBUG Popping from q - planetlab-1.ece.iastate.edu
-2006-10-03 00:27:36,051 DEBUG Found tickets for planetlab-1.ece.iastate.edu
-2006-10-03 00:27:36,051 DEBUG Popping from q - sdu1.6planetlab.edu.cn
-2006-10-03 00:27:47,167 DEBUG Found tickets for planetlab2.ucsd.edu
-2006-10-03 00:27:47,168 DEBUG Popping from q - planetlab4.upc.es
-2006-10-03 00:27:57,025 DEBUG Popping from q - planetlab1.ipls.internet2.planet-lab.org
-2006-10-03 00:28:05,664 DEBUG Popping from q - planetlab-13.cs.princeton.edu
-2006-10-03 00:28:12,930 DEBUG Popping from q - planet1.cc.gt.atl.ga.us
-2006-10-03 00:28:19,838 DEBUG Found tickets for sdu1.6planetlab.edu.cn
-2006-10-03 00:28:19,838 DEBUG Popping from q - planetlab2.eecs.wsu.edu
-2006-10-03 00:28:20,152 DEBUG Popping from q - planet2.cs.ucsb.edu
-2006-10-03 00:28:28,250 DEBUG Popping from q - xjtu2.6planetlab.edu.cn
-2006-10-03 00:28:30,393 DEBUG Found tickets for planetlab1.di.unito.it
-2006-10-03 00:28:30,393 DEBUG Popping from q - planetlab3.upc.es
-2006-10-03 00:28:38,248 DEBUG Popping from q - node1.lbnl.nodes.planet-lab.org
-2006-10-03 00:28:46,469 DEBUG Found tickets for node1.lbnl.nodes.planet-lab.org
-2006-10-03 00:28:46,469 DEBUG Popping from q - planetlab1.iitr.ernet.in
-2006-10-03 00:28:46,470 DEBUG Popping from q - planetlab1.eecs.iu-bremen.de
-2006-10-03 00:29:05,127 DEBUG Found tickets for planetlab-13.cs.princeton.edu
-2006-10-03 00:29:05,127 DEBUG Popping from q - planetlab2.uvic.ca
-2006-10-03 00:29:13,372 DEBUG Found tickets for planetlab2.uvic.ca
-2006-10-03 00:29:13,372 DEBUG Popping from q - planetlab01.erin.utoronto.ca
-2006-10-03 00:29:20,956 DEBUG Popping from q - planetlab-4.ece.iastate.edu
-2006-10-03 00:29:21,104 DEBUG Found tickets for planet2.cs.ucsb.edu
-2006-10-03 00:29:21,104 DEBUG Popping from q - planetlab2.informatik.uni-goettingen.de
-2006-10-03 00:29:22,729 DEBUG Popping from q - ds-pl1.technion.ac.il
-2006-10-03 00:29:31,001 DEBUG Popping from q - planetlab1.mnl.cs.sunysb.edu
-2006-10-03 00:29:38,910 DEBUG Found tickets for planetlab1.mnl.cs.sunysb.edu
-2006-10-03 00:29:38,911 DEBUG Popping from q - aladdin.planetlab.extranet.uni-passau.de
-2006-10-03 00:29:42,378 DEBUG Popping from q - planetlab-1.cs.uni-paderborn.de
-2006-10-03 00:29:50,090 DEBUG Popping from q - planet1.njit.edu
-2006-10-03 00:29:57,767 DEBUG Popping from q - pku2.6planetlab.edu.cn
-2006-10-03 00:30:06,501 DEBUG Popping from q - planetlab-1.cs.ucy.ac.cy
-2006-10-03 00:30:14,969 DEBUG Popping from q - planetlab00.cse.psu.edu
-2006-10-03 00:30:22,859 DEBUG Popping from q - planetlab04.ethz.ch
-2006-10-03 00:30:29,494 DEBUG Found tickets for planetlab-4.ece.iastate.edu
-2006-10-03 00:30:29,494 DEBUG Popping from q - sdu2.6planetlab.edu.cn
-2006-10-03 00:30:37,233 DEBUG Found tickets for sdu2.6planetlab.edu.cn
-2006-10-03 00:30:37,234 DEBUG Popping from q - planet-lab.iki.rssi.ru
-2006-10-03 00:30:44,998 DEBUG Found tickets for planet-lab.iki.rssi.ru
-2006-10-03 00:30:44,998 DEBUG Popping from q - planetlab1.polito.it
-2006-10-03 00:30:48,984 DEBUG Found tickets for planetlab2.informatik.uni-goettingen.de
-2006-10-03 00:30:48,984 DEBUG Popping from q - planetlab1.uvic.ca
-2006-10-03 00:30:56,958 DEBUG Found tickets for planetlab1.uvic.ca
-2006-10-03 00:30:56,959 DEBUG Popping from q - planetlab1.cs.byu.edu
-2006-10-03 00:30:56,960 DEBUG Popping from q - planetlab-1.amst.nodes.planet-lab.org
-2006-10-03 00:31:04,691 DEBUG Popping from q - cloudburst.uwaterloo.ca
-2006-10-03 00:31:11,211 DEBUG Popping from q - planet2.cs.rochester.edu
-2006-10-03 00:31:19,929 DEBUG Found tickets for planet2.cs.rochester.edu
-2006-10-03 00:31:19,930 DEBUG Popping from q - planetlab1.xeno.cl.cam.ac.uk
-2006-10-03 00:31:27,871 DEBUG Popping from q - lycra.cs.princeton.edu
-2006-10-03 00:31:34,991 DEBUG Found tickets for planetlab04.ethz.ch
-2006-10-03 00:31:34,991 DEBUG Popping from q - planetlab06.mpi-sws.mpg.de
-2006-10-03 00:31:39,488 DEBUG Found tickets for lycra.cs.princeton.edu
-2006-10-03 00:31:39,488 DEBUG Popping from q - planetlab1.ias.csusb.edu
-2006-10-03 00:31:47,259 DEBUG Popping from q - vayu.iitd.ernet.in
-2006-10-03 00:31:54,583 DEBUG Found tickets for planetlab1.ias.csusb.edu
-2006-10-03 00:31:54,584 DEBUG Popping from q - node2.lbnl.nodes.planet-lab.org
-2006-10-03 00:31:56,059 DEBUG Found tickets for planetlab1.polito.it
-2006-10-03 00:31:56,059 DEBUG Popping from q - planetlab2.cs.byu.edu
-2006-10-03 00:32:04,333 DEBUG Popping from q - cqu1.6planetlab.edu.cn
-2006-10-03 00:32:12,504 DEBUG Found tickets for cqu1.6planetlab.edu.cn
-2006-10-03 00:32:12,504 DEBUG Popping from q - planetlab2.acis.ufl.edu
-2006-10-03 00:32:20,003 DEBUG Found tickets for cloudburst.uwaterloo.ca
-2006-10-03 00:32:20,004 DEBUG Popping from q - planetlab1.cs.unibo.it
-2006-10-03 00:32:28,617 DEBUG Found tickets for planetlab1.cs.unibo.it
-2006-10-03 00:32:28,617 DEBUG Popping from q - tju2.6planetlab.edu.cn
-2006-10-03 00:32:36,802 DEBUG Found tickets for tju2.6planetlab.edu.cn
-2006-10-03 00:32:36,802 DEBUG Popping from q - orbpl1.rutgers.edu
-2006-10-03 00:32:42,020 DEBUG Popping from q - ent1.cs.nccu.edu.tw
-2006-10-03 00:32:50,441 DEBUG Found tickets for ent1.cs.nccu.edu.tw
-2006-10-03 00:32:50,441 DEBUG Popping from q - planet0.jaist.ac.jp
-2006-10-03 00:32:58,447 DEBUG Found tickets for planet0.jaist.ac.jp
-2006-10-03 00:32:58,448 DEBUG Popping from q - soccf-planet-001.comp.nus.edu.sg
-2006-10-03 00:32:58,912 DEBUG Popping from q - planetlab1.informatik.uni-wuerzburg.de
-2006-10-03 00:33:07,713 DEBUG Popping from q - planetlab3.warsaw.rd.tp.pl
-2006-10-03 00:33:15,707 DEBUG Popping from q - planetlab0.ias.csusb.edu
-2006-10-03 00:33:18,518 DEBUG Found tickets for planetlab2.acis.ufl.edu
-2006-10-03 00:33:18,518 DEBUG Popping from q - planetlab-2.amst.nodes.planet-lab.org
-2006-10-03 00:33:28,561 DEBUG Popping from q - planetlab3.inria.fr
-2006-10-03 00:33:31,505 DEBUG Found tickets for planetlab0.ias.csusb.edu
-2006-10-03 00:33:31,505 DEBUG Popping from q - 200-102-209-152.paemt7001.t.brasiltelecom.net.br
-2006-10-03 00:33:36,945 DEBUG Popping from q - planetlab3.mnl.cs.sunysb.edu
-2006-10-03 00:33:48,846 DEBUG Found tickets for orbpl1.rutgers.edu
-2006-10-03 00:33:48,846 DEBUG Popping from q - planetlab-15.cs.princeton.edu
-2006-10-03 00:33:57,760 DEBUG Popping from q - ent2.cs.nccu.edu.tw
-2006-10-03 00:34:02,352 DEBUG Found tickets for planetlab1.informatik.uni-wuerzburg.de
-2006-10-03 00:34:02,352 DEBUG Popping from q - planet-lab-2.csse.monash.edu.au
-2006-10-03 00:34:05,803 DEBUG Found tickets for ent2.cs.nccu.edu.tw
-2006-10-03 00:34:05,803 DEBUG Popping from q - planet1.ecse.rpi.edu
-2006-10-03 00:34:14,801 DEBUG Found tickets for planet1.ecse.rpi.edu
-2006-10-03 00:34:14,802 DEBUG Popping from q - planetlab-2.unk.edu
-2006-10-03 00:34:19,755 DEBUG Found tickets for soccf-planet-001.comp.nus.edu.sg
-2006-10-03 00:34:19,755 DEBUG Popping from q - planetlab2.rdfrancetelecom.com
-2006-10-03 00:34:27,207 DEBUG Found tickets for planetlab2.rdfrancetelecom.com
-2006-10-03 00:34:27,207 DEBUG Popping from q - planetlab1.eurecom.fr
-2006-10-03 00:34:34,766 DEBUG Found tickets for planetlab1.eurecom.fr
-2006-10-03 00:34:34,766 DEBUG Popping from q - planetlab1.cs.virginia.edu
-2006-10-03 00:34:44,692 DEBUG Found tickets for 200-102-209-152.paemt7001.t.brasiltelecom.net.br
-2006-10-03 00:34:44,692 DEBUG Popping from q - tju1.6planetlab.edu.cn
-2006-10-03 00:34:52,435 DEBUG Found tickets for tju1.6planetlab.edu.cn
-2006-10-03 00:34:52,435 DEBUG Popping from q - planetlab-3.amst.nodes.planet-lab.org
-2006-10-03 00:34:52,440 DEBUG Popping from q - planetlab2.iitr.ernet.in
-2006-10-03 00:34:59,810 DEBUG Popping from q - planetlab1.georgetown.edu
-2006-10-03 00:35:04,105 DEBUG Popping from q - planet1.inf.tu-dresden.de
-2006-10-03 00:35:11,628 DEBUG Popping from q - alice.cs.princeton.edu
-2006-10-03 00:35:19,319 DEBUG Found tickets for alice.cs.princeton.edu
-2006-10-03 00:35:19,319 DEBUG Popping from q - planetlab02.erin.utoronto.ca
-2006-10-03 00:35:21,498 DEBUG Found tickets for planet-lab-2.csse.monash.edu.au
-2006-10-03 00:35:21,498 DEBUG Popping from q - planetlab-1.vuse.vanderbilt.edu
-2006-10-03 00:35:29,302 DEBUG Found tickets for planetlab-1.vuse.vanderbilt.edu
-2006-10-03 00:35:29,303 DEBUG Popping from q - planetlab3.uvic.ca
-2006-10-03 00:35:37,572 DEBUG Found tickets for planetlab3.uvic.ca
-2006-10-03 00:35:37,573 DEBUG Popping from q - scut2.6planetlab.edu.cn
-2006-10-03 00:35:51,874 DEBUG Popping from q - planetlab1.swidnik.rd.tp.pl
-2006-10-03 00:36:00,170 DEBUG Found tickets for planetlab1.swidnik.rd.tp.pl
-2006-10-03 00:36:00,170 DEBUG Popping from q - planet2.cdacb.ernet.in
-2006-10-03 00:36:07,581 DEBUG Popping from q - planetlab1.rdfrancetelecom.com
-2006-10-03 00:36:08,313 DEBUG Found tickets for planet2.cdacb.ernet.in
-2006-10-03 00:36:08,313 DEBUG Popping from q - planet2.inf.tu-dresden.de
-2006-10-03 00:36:11,501 DEBUG Found tickets for planetlab1.georgetown.edu
-2006-10-03 00:36:11,501 DEBUG Popping from q - planet02.csc.ncsu.edu
-2006-10-03 00:36:16,998 DEBUG Popping from q - planetlab-1.tssg.org
-2006-10-03 00:36:25,208 DEBUG Found tickets for planetlab-1.tssg.org
-2006-10-03 00:36:25,209 DEBUG Popping from q - planetlab-2.vuse.vanderbilt.edu
-2006-10-03 00:36:26,704 DEBUG Popping from q - planetlab-11.cs.princeton.edu
-2006-10-03 00:36:33,671 DEBUG Found tickets for scut2.6planetlab.edu.cn
-2006-10-03 00:36:33,671 DEBUG Popping from q - planet03.csc.ncsu.edu
-2006-10-03 00:36:41,300 DEBUG Popping from q - planetlab1.pop-rj.rnp.br
-2006-10-03 00:36:50,320 DEBUG Found tickets for planetlab1.pop-rj.rnp.br
-2006-10-03 00:36:50,320 DEBUG Popping from q - planet1.halifax.canet4.nodes.planet-lab.org
-2006-10-03 00:37:03,081 DEBUG Found tickets for planetlab1.rdfrancetelecom.com
-2006-10-03 00:37:03,081 DEBUG Popping from q - planet1.cavite.nodes.planet-lab.org
-2006-10-03 00:37:10,643 DEBUG Popping from q - ds-pl3.technion.ac.il
-2006-10-03 00:37:15,470 DEBUG Popping from q - planetlab2.cs.purdue.edu
-2006-10-03 00:37:25,055 DEBUG Found tickets for ds-pl3.technion.ac.il
-2006-10-03 00:37:25,055 DEBUG Popping from q - planetlab3.millennium.berkeley.edu
-2006-10-03 00:37:26,287 DEBUG Popping from q - planetlab1.unl.edu
-2006-10-03 00:37:34,556 DEBUG Popping from q - planetlab1.cs.colorado.edu
-2006-10-03 00:37:42,471 DEBUG Found tickets for planetlab1.cs.colorado.edu
-2006-10-03 00:37:42,472 DEBUG Popping from q - planetlab02.cs.washington.edu
-2006-10-03 00:37:43,463 DEBUG Found tickets for planetlab-2.vuse.vanderbilt.edu
-2006-10-03 00:37:43,463 DEBUG Popping from q - pads21.cs.nthu.edu.tw
-2006-10-03 00:37:51,639 DEBUG Popping from q - orbpl2.rutgers.edu
-2006-10-03 00:38:00,645 DEBUG Found tickets for orbpl2.rutgers.edu
-2006-10-03 00:38:00,645 DEBUG Popping from q - planetlab2.informatik.uni-erlangen.de
-2006-10-03 00:38:01,735 DEBUG Popping from q - planetlab-01.ipv6.lip6.fr
-2006-10-03 00:38:10,083 DEBUG Found tickets for planetlab-01.ipv6.lip6.fr
-2006-10-03 00:38:10,083 DEBUG Popping from q - pl2.ernet.in
-2006-10-03 00:38:17,899 DEBUG Popping from q - neu2.6planetlab.edu.cn
-2006-10-03 00:38:24,496 DEBUG Popping from q - planetlab-2.cs.uni-paderborn.de
-2006-10-03 00:38:32,919 DEBUG Popping from q - planet5.cs.huji.ac.il
-2006-10-03 00:38:42,526 DEBUG Popping from q - planetlab1.elet.polimi.it
-2006-10-03 00:38:51,135 DEBUG Found tickets for planetlab1.unl.edu
-2006-10-03 00:38:51,136 DEBUG Popping from q - planetlab2.iiitb.ac.in
-2006-10-03 00:38:58,855 DEBUG Popping from q - server1.planetlab.iit-tech.net
-2006-10-03 00:38:58,877 DEBUG Found tickets for planetlab02.cs.washington.edu
-2006-10-03 00:38:58,877 DEBUG Popping from q - planetlab2.iitb.ac.in
-2006-10-03 00:39:03,028 DEBUG Popping from q - planetlab02.dis.unina.it
-2006-10-03 00:39:06,404 DEBUG Found tickets for server1.planetlab.iit-tech.net
-2006-10-03 00:39:06,404 DEBUG Popping from q - planetlab-1.dis.uniroma1.it
-2006-10-03 00:39:14,940 DEBUG Popping from q - planetlab1.iitb.ac.in
-2006-10-03 00:39:19,210 DEBUG Found tickets for planetlab2.informatik.uni-erlangen.de
-2006-10-03 00:39:19,210 DEBUG Popping from q - pku1.6planetlab.edu.cn
-2006-10-03 00:39:27,659 DEBUG Found tickets for pku1.6planetlab.edu.cn
-2006-10-03 00:39:27,660 DEBUG Popping from q - planetlab1.warsaw.rd.tp.pl
-2006-10-03 00:39:35,457 DEBUG Popping from q - planetlab-2.cs.ucy.ac.cy
-2006-10-03 00:39:48,337 DEBUG Found tickets for planetlab2.iitb.ac.in
-2006-10-03 00:39:48,337 DEBUG Popping from q - pl1.ernet.in
-2006-10-03 00:39:52,547 DEBUG Popping from q - planetlab2.georgetown.edu
-2006-10-03 00:39:59,561 DEBUG Popping from q - server2.planetlab.iit-tech.net
-2006-10-03 00:40:04,273 DEBUG Found tickets for planetlab2.georgetown.edu
-2006-10-03 00:40:04,273 DEBUG Popping from q - planetlab2.di.unito.it
-2006-10-03 00:40:11,440 DEBUG Found tickets for planetlab1.iitb.ac.in
-2006-10-03 00:40:11,441 DEBUG Popping from q - planetlab1.csee.usf.edu
-2006-10-03 00:40:11,454 DEBUG Popping from q - planetlab-2.dis.uniroma1.it
-2006-10-03 00:40:21,981 DEBUG Popping from q - planetlab2.informatik.uni-kl.de
-2006-10-03 00:40:31,479 DEBUG Found tickets for planetlab2.informatik.uni-kl.de
-2006-10-03 00:40:31,480 DEBUG Popping from q - planet1.cs.rochester.edu
-2006-10-03 00:40:36,630 DEBUG Popping from q - planetlab1.rutgers.edu
-2006-10-03 00:40:42,587 DEBUG Found tickets for planet1.cs.rochester.edu
-2006-10-03 00:40:42,587 DEBUG Popping from q - planetlab-2.ece.iastate.edu
-2006-10-03 00:40:52,911 DEBUG Popping from q - planetlab-1.sjce.nodes.planet-lab.org
-2006-10-03 00:40:53,717 DEBUG Found tickets for planetlab1.rutgers.edu
-2006-10-03 00:40:53,717 DEBUG Popping from q - planetlab2.ece.ucdavis.edu
-2006-10-03 00:41:01,402 DEBUG Found tickets for planetlab-1.sjce.nodes.planet-lab.org
-2006-10-03 00:41:01,402 DEBUG Popping from q - planetlab1.ie.cuhk.edu.hk
-2006-10-03 00:41:11,310 DEBUG Popping from q - planetlab2lannion.elibel.tm.fr
-2006-10-03 00:41:18,555 DEBUG Popping from q - planetlab01.mpi-sws.mpg.de
-2006-10-03 00:41:26,557 DEBUG Popping from q - planetlab2.cs.duke.edu
-2006-10-03 00:41:30,188 DEBUG Found tickets for server2.planetlab.iit-tech.net
-2006-10-03 00:41:30,189 DEBUG Popping from q - planetlab1.rn.informatics.scitech.susx.ac.uk
-2006-10-03 00:41:31,798 DEBUG Popping from q - planetlab1.eee.hku.hk
-2006-10-03 00:41:43,346 DEBUG Found tickets for planetlab1.rn.informatics.scitech.susx.ac.uk
-2006-10-03 00:41:43,346 DEBUG Popping from q - pads23.cs.nthu.edu.tw
-2006-10-03 00:41:49,417 DEBUG Found tickets for planetlab1.eee.hku.hk
-2006-10-03 00:41:49,417 DEBUG Popping from q - planet2.halifax.canet4.nodes.planet-lab.org
-2006-10-03 00:41:55,393 DEBUG Popping from q - planetlab-2.tssg.org
-2006-10-03 00:41:59,853 DEBUG Found tickets for planet2.halifax.canet4.nodes.planet-lab.org
-2006-10-03 00:41:59,854 DEBUG Popping from q - 200-102-209-151.paemt7001.t.brasiltelecom.net.br
-2006-10-03 00:42:10,523 DEBUG Found tickets for planetlab-2.tssg.org
-2006-10-03 00:42:10,524 DEBUG Popping from q - planetlab2.poly.edu
-2006-10-03 00:42:13,447 DEBUG Found tickets for 200-102-209-151.paemt7001.t.brasiltelecom.net.br
-2006-10-03 00:42:13,447 DEBUG Popping from q - planetlab1.poly.edu
-2006-10-03 00:42:31,503 DEBUG Popping from q - planetlab2.byu.edu
-2006-10-03 00:42:36,715 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv
-2006-10-03 00:42:37,778 DEBUG Retrieved 706 hosts
-2006-10-03 00:42:37,783 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='drift%20%3E%201m'
-2006-10-03 00:42:37,932 DEBUG Retrieved 8 hosts
-2006-10-03 00:42:37,933 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='resptime%20%3E%200%20&&%20gbfree%20%3C%205'
-2006-10-03 00:42:38,084 DEBUG Retrieved 11 hosts
-2006-10-03 00:42:38,085 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='sshstatus%20%3E%202h'
-2006-10-03 00:42:38,443 DEBUG Retrieved 161 hosts
-2006-10-03 00:42:38,444 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='dns1udp%20%3E%2080%20&&%20dns2udp%20%3E%2080'
-2006-10-03 00:42:38,595 DEBUG Retrieved 11 hosts
-2006-10-03 00:42:38,596 DEBUG Trying - http://summer.cs.princeton.edu/status/tabulator.cgi?table=table_nodeview&format=formatcsv&select='filerw%3E0'
-2006-10-03 00:42:38,733 DEBUG Retrieved 1 hosts
-2006-10-03 00:42:39,005 DEBUG Popping from q - planetlab2.net-research.org.uk
-2006-10-03 00:42:40,993 DEBUG Found tickets for planetlab1.ie.cuhk.edu.hk
-2006-10-03 00:42:40,993 DEBUG Popping from q - planetlab1.postel.org
-2006-10-03 00:42:52,216 DEBUG Found tickets for planetlab1.postel.org
-2006-10-03 00:42:52,216 DEBUG Popping from q - planetlab-2.imperial.ac.uk
-2006-10-03 00:42:55,717 DEBUG Found tickets for planetlab2.net-research.org.uk
-2006-10-03 00:42:55,717 DEBUG Popping from q - planetlab2.postel.org
-2006-10-03 00:43:04,570 DEBUG Popping from q - planetlab-1.imperial.ac.uk
-2006-10-03 00:43:06,229 DEBUG Popping from q - planetlab1.byu.edu
-2006-10-03 00:43:09,118 DEBUG Found tickets for planetlab-2.imperial.ac.uk
-2006-10-03 00:43:09,119 DEBUG Popping from q - planetlab2.eee.hku.hk
-2006-10-03 00:43:21,372 DEBUG Found tickets for planetlab2.eee.hku.hk
-2006-10-03 00:43:21,372 DEBUG Popping from q - planetlab2.elet.polimi.it
-2006-10-03 00:43:21,615 DEBUG Popping from q - pli1-br-3.hpl.hp.com
-2006-10-03 00:43:21,617 DEBUG Found tickets for pli1-br-3.hpl.hp.com
-2006-10-03 00:43:21,618 DEBUG Popping from q - planetlab2.nbgisp.com
-2006-10-03 00:43:21,620 DEBUG Popping from q - planetlab1.cs.stir.ac.uk
-2006-10-03 00:43:21,622 DEBUG Popping from q - planetlab1.cse.msu.edu
-2006-10-03 00:43:21,625 DEBUG Found tickets for planetlab1.cse.msu.edu
-2006-10-03 00:43:21,625 DEBUG Popping from q - planetlab2.cse.msu.edu
-2006-10-03 00:43:21,629 DEBUG Found tickets for planetlab2.cse.msu.edu
-2006-10-03 00:43:21,629 DEBUG Popping from q - planetlab0.cs.stir.ac.uk
-2006-10-03 00:43:21,631 DEBUG Popping from q - planetlab1.informatik.uni-erlangen.de
-2006-10-03 00:43:21,634 DEBUG Popping from q - planetlab3.cs.duke.edu
-2006-10-03 00:43:21,636 DEBUG Popping from q - planetlab1.een.orst.edu
-2006-10-03 00:43:21,639 DEBUG Popping from q - planetlab1.cs.purdue.edu
-2006-10-03 00:43:21,641 DEBUG Found tickets for planetlab1.cs.purdue.edu
-2006-10-03 00:43:21,641 DEBUG Popping from q - planetlab2.cs.columbia.edu
-2006-10-03 00:43:21,644 DEBUG Popping from q - planetlab1.win.trlabs.ca
-2006-10-03 00:43:21,646 DEBUG Popping from q - planetlab1.cs.duke.edu
-2006-10-03 00:43:21,650 DEBUG Popping from q - planetlab2.flux.utah.edu
-2006-10-03 00:43:21,652 DEBUG Popping from q - planetlab3.cs.columbia.edu
-2006-10-03 00:43:21,655 DEBUG Popping from q - planetlab1.cs.columbia.edu
-2006-10-03 00:43:21,657 DEBUG Popping from q - planetlab3.flux.utah.edu
-2006-10-03 00:43:21,660 DEBUG Popping from q - planetlab-1.eecs.cwru.edu
-2006-10-03 00:43:21,664 DEBUG Popping from q - planetlab2.rutgers.edu
-2006-10-03 00:43:21,667 DEBUG Found tickets for planetlab2.rutgers.edu
-2006-10-03 00:43:21,667 DEBUG Popping from q - vn3.cs.wustl.edu
-2006-10-03 00:43:21,670 DEBUG Found tickets for vn3.cs.wustl.edu
-2006-10-03 00:43:21,670 DEBUG Popping from q - planetlab2.cri.haifa.ac.il
-2006-10-03 00:43:21,673 DEBUG Found tickets for planetlab2.cri.haifa.ac.il
-2006-10-03 00:43:21,673 DEBUG Popping from q - planetlab2.informatik.uni-wuerzburg.de
-2006-10-03 00:43:21,676 DEBUG Popping from q - planetlab01.cse.psu.edu
-2006-10-03 00:43:21,679 DEBUG Popping from q - csu2.6planetlab.edu.cn
-2006-10-03 00:43:21,683 DEBUG Found tickets for csu2.6planetlab.edu.cn
-2006-10-03 00:43:21,683 DEBUG Popping from q - planet2.njit.edu
-2006-10-03 00:43:21,685 DEBUG Found tickets for planet2.njit.edu
-2006-10-03 00:43:21,686 DEBUG Popping from q - planetlab2.unl.edu
-2006-10-03 00:43:21,688 DEBUG Popping from q - planetlab1.cs.pitt.edu
-2006-10-03 00:43:21,691 DEBUG Popping from q - planetlab1.cri.haifa.ac.il
-2006-10-03 00:43:21,693 DEBUG Found tickets for planetlab1.cri.haifa.ac.il
-2006-10-03 00:43:21,694 DEBUG Popping from q - planetlab2.urv.net
-2006-10-03 00:43:21,697 DEBUG Popping from q - planetlab7.csail.mit.edu
-2006-10-03 00:43:21,699 DEBUG Found tickets for planetlab7.csail.mit.edu
-2006-10-03 00:43:21,699 DEBUG Popping from q - buaa1.6planetlab.edu.cn
-2006-10-03 00:43:21,701 DEBUG Found tickets for buaa1.6planetlab.edu.cn
-2006-10-03 00:43:21,702 DEBUG Popping from q - ricepl-3.cs.rice.edu
-2006-10-03 00:43:21,705 DEBUG Popping from q - planet-lab-1.csse.monash.edu.au
-2006-10-03 00:43:21,707 DEBUG Popping from q - planetlab5.millennium.berkeley.edu
-2006-10-03 00:43:21,710 DEBUG Popping from q - planetlab1.pop-ce.rnp.br
-2006-10-03 00:43:21,712 DEBUG Found tickets for planetlab1.pop-ce.rnp.br
-2006-10-03 00:43:21,713 DEBUG Popping from q - planetlab2.mnlab.cti.depaul.edu
-2006-10-03 00:43:21,715 DEBUG Found tickets for planetlab2.mnlab.cti.depaul.edu
-2006-10-03 00:43:21,715 DEBUG Popping from q - peace.ri.uni-tuebingen.de
-2006-10-03 00:43:21,718 DEBUG Popping from q - planetlab-8.cs.princeton.edu
-2006-10-03 00:43:21,722 DEBUG Found tickets for planetlab-8.cs.princeton.edu
-2006-10-03 00:43:21,722 DEBUG Popping from q - planetlab2.ucsd.edu
-2006-10-03 00:43:21,726 DEBUG Found tickets for planetlab2.ucsd.edu
-2006-10-03 00:43:21,727 DEBUG Popping from q - blast.uwaterloo.ca
-2006-10-03 00:43:21,730 DEBUG Found tickets for blast.uwaterloo.ca
-2006-10-03 00:43:21,731 DEBUG Popping from q - planetlab1.cs.wayne.edu
-2006-10-03 00:43:21,734 DEBUG Found tickets for planetlab1.cs.wayne.edu
-2006-10-03 00:43:21,734 DEBUG Popping from q - pli1-br-3.hpl.hp.com
-2006-10-03 00:43:21,738 DEBUG Found tickets for pli1-br-3.hpl.hp.com
-2006-10-03 00:43:21,738 DEBUG Popping from q - planetlab2.eurecom.fr
-2006-10-03 00:43:21,741 DEBUG Popping from q - planetlab1.di.unito.it
-2006-10-03 00:43:21,744 DEBUG Found tickets for planetlab1.di.unito.it
-2006-10-03 00:43:21,744 DEBUG Popping from q - planetlab2.simula.no
-2006-10-03 00:43:21,747 DEBUG Popping from q - planetlab01.dis.unina.it
-2006-10-03 00:43:21,750 DEBUG Popping from q - planetlab1.flux.utah.edu
-2006-10-03 00:43:21,752 DEBUG Popping from q - planetlab-1.ece.iastate.edu
-2006-10-03 00:43:21,755 DEBUG Found tickets for planetlab-1.ece.iastate.edu
-2006-10-03 00:43:21,755 DEBUG Popping from q - sdu1.6planetlab.edu.cn
-2006-10-03 00:43:21,757 DEBUG Found tickets for sdu1.6planetlab.edu.cn
-2006-10-03 00:43:21,758 DEBUG Popping from q - planetlab4.upc.es
-2006-10-03 00:43:21,761 DEBUG Popping from q - planetlab1.ipls.internet2.planet-lab.org
-2006-10-03 00:43:21,763 DEBUG Popping from q - planetlab-13.cs.princeton.edu
-2006-10-03 00:43:21,766 DEBUG Found tickets for planetlab-13.cs.princeton.edu
-2006-10-03 00:43:21,767 DEBUG Popping from q - planet1.cc.gt.atl.ga.us
-2006-10-03 00:43:21,770 DEBUG Popping from q - planetlab2.eecs.wsu.edu
-2006-10-03 00:43:21,774 DEBUG Popping from q - planet2.cs.ucsb.edu
-2006-10-03 00:43:21,776 DEBUG Found tickets for planet2.cs.ucsb.edu
-2006-10-03 00:43:21,777 DEBUG Popping from q - xjtu2.6planetlab.edu.cn
-2006-10-03 00:43:21,780 DEBUG Popping from q - planetlab3.upc.es
-2006-10-03 00:43:21,781 DEBUG Found tickets for planetlab1.byu.edu
-2006-10-03 00:43:21,781 DEBUG Popping from q - node1.lbnl.nodes.planet-lab.org
-2006-10-03 00:43:21,785 DEBUG Found tickets for node1.lbnl.nodes.planet-lab.org
-2006-10-03 00:43:21,785 DEBUG Popping from q - planetlab1.iitr.ernet.in
-2006-10-03 00:43:21,788 DEBUG Popping from q - planetlab1.eecs.iu-bremen.de
-2006-10-03 00:43:21,801 DEBUG Popping from q - planetlab2.uvic.ca
-2006-10-03 00:43:21,803 DEBUG Popping from q - planetlab01.erin.utoronto.ca
-2006-10-03 00:43:21,818 DEBUG Popping from q - planetlab-4.ece.iastate.edu
-2006-10-03 00:43:21,819 DEBUG Found tickets for planetlab2.uvic.ca
-2006-10-03 00:43:21,820 DEBUG Popping from q - planetlab2.informatik.uni-goettingen.de
-2006-10-03 00:43:21,822 DEBUG Found tickets for planetlab-4.ece.iastate.edu
-2006-10-03 00:43:21,822 DEBUG Popping from q - ds-pl1.technion.ac.il
-2006-10-03 00:43:21,824 DEBUG Found tickets for planetlab2.informatik.uni-goettingen.de
-2006-10-03 00:43:21,824 DEBUG Popping from q - planetlab1.mnl.cs.sunysb.edu
-2006-10-03 00:43:21,826 DEBUG Popping from q - aladdin.planetlab.extranet.uni-passau.de
-2006-10-03 00:43:21,831 DEBUG Popping from q - planetlab-1.cs.uni-paderborn.de
-2006-10-03 00:43:21,836 DEBUG Found tickets for planetlab1.mnl.cs.sunysb.edu
-2006-10-03 00:43:21,836 DEBUG Popping from q - planet1.njit.edu
-2006-10-03 00:43:21,837 DEBUG Popping from q - pku2.6planetlab.edu.cn
-2006-10-03 00:43:21,842 DEBUG Popping from q - planetlab-1.cs.ucy.ac.cy
-2006-10-03 00:43:21,845 DEBUG Popping from q - planetlab00.cse.psu.edu
-2006-10-03 00:43:21,846 DEBUG Popping from q - planetlab04.ethz.ch
-2006-10-03 00:43:21,851 DEBUG Popping from q - sdu2.6planetlab.edu.cn
-2006-10-03 00:43:21,853 DEBUG Found tickets for sdu2.6planetlab.edu.cn
-2006-10-03 00:43:21,853 DEBUG Popping from q - planet-lab.iki.rssi.ru
-2006-10-03 00:43:21,857 DEBUG Found tickets for planetlab04.ethz.ch
-2006-10-03 00:43:21,858 DEBUG Popping from q - planetlab1.polito.it
-2006-10-03 00:43:21,860 DEBUG Found tickets for planetlab1.polito.it
-2006-10-03 00:43:21,860 DEBUG Popping from q - planetlab1.uvic.ca
-2006-10-03 00:43:21,859 DEBUG Found tickets for planet-lab.iki.rssi.ru
-2006-10-03 00:43:21,861 DEBUG Popping from q - planetlab1.cs.byu.edu
-2006-10-03 00:43:21,868 DEBUG Found tickets for planetlab1.uvic.ca
-2006-10-03 00:43:21,868 DEBUG Popping from q - planetlab-1.amst.nodes.planet-lab.org
-2006-10-03 00:43:21,869 DEBUG Popping from q - cloudburst.uwaterloo.ca
-2006-10-03 00:43:21,876 DEBUG Popping from q - planet2.cs.rochester.edu
-2006-10-03 00:43:21,878 DEBUG Found tickets for cloudburst.uwaterloo.ca
-2006-10-03 00:43:21,878 DEBUG Found tickets for planet2.cs.rochester.edu
-2006-10-03 00:43:21,879 DEBUG Popping from q - planetlab1.xeno.cl.cam.ac.uk
-2006-10-03 00:43:21,879 DEBUG Popping from q - lycra.cs.princeton.edu
-2006-10-03 00:43:21,881 DEBUG Popping from q - planetlab06.mpi-sws.mpg.de
-2006-10-03 00:43:21,883 DEBUG Found tickets for lycra.cs.princeton.edu
-2006-10-03 00:43:21,883 DEBUG Popping from q - planetlab1.ias.csusb.edu
-2006-10-03 00:43:21,886 DEBUG Found tickets for planetlab1.ias.csusb.edu
-2006-10-03 00:43:21,886 DEBUG Popping from q - vayu.iitd.ernet.in
-2006-10-03 00:43:21,891 DEBUG Popping from q - node2.lbnl.nodes.planet-lab.org
-2006-10-03 00:43:21,892 DEBUG Popping from q - planetlab2.cs.byu.edu
-2006-10-03 00:43:21,894 DEBUG Popping from q - cqu1.6planetlab.edu.cn
-2006-10-03 00:43:21,900 DEBUG Popping from q - planetlab2.acis.ufl.edu
-2006-10-03 00:43:21,902 DEBUG Found tickets for planetlab2.acis.ufl.edu
-2006-10-03 00:43:21,903 DEBUG Popping from q - planetlab1.cs.unibo.it
-2006-10-03 00:43:21,916 DEBUG Found tickets for planetlab1.cs.unibo.it
-2006-10-03 00:43:21,916 DEBUG Popping from q - tju2.6planetlab.edu.cn
-2006-10-03 00:43:21,917 DEBUG Found tickets for cqu1.6planetlab.edu.cn
-2006-10-03 00:43:21,917 DEBUG Popping from q - orbpl1.rutgers.edu
-2006-10-03 00:43:21,925 DEBUG Found tickets for orbpl1.rutgers.edu
-2006-10-03 00:43:21,925 DEBUG Popping from q - ent1.cs.nccu.edu.tw
-2006-10-03 00:43:21,947 DEBUG Found tickets for ent1.cs.nccu.edu.tw
-2006-10-03 00:43:21,947 DEBUG Popping from q - planet0.jaist.ac.jp
-2006-10-03 00:43:21,950 DEBUG Found tickets for planet0.jaist.ac.jp
-2006-10-03 00:43:21,951 DEBUG Popping from q - soccf-planet-001.comp.nus.edu.sg
-2006-10-03 00:43:21,953 DEBUG Found tickets for soccf-planet-001.comp.nus.edu.sg
-2006-10-03 00:43:21,954 DEBUG Popping from q - planetlab1.informatik.uni-wuerzburg.de
-2006-10-03 00:43:21,976 DEBUG Found tickets for planetlab1.informatik.uni-wuerzburg.de
-2006-10-03 00:43:21,976 DEBUG Popping from q - planetlab3.warsaw.rd.tp.pl
-2006-10-03 00:43:21,980 DEBUG Popping from q - planetlab0.ias.csusb.edu
-2006-10-03 00:43:21,982 DEBUG Found tickets for planetlab0.ias.csusb.edu
-2006-10-03 00:43:21,982 DEBUG Popping from q - planetlab-2.amst.nodes.planet-lab.org
-2006-10-03 00:43:21,985 DEBUG Popping from q - planetlab3.inria.fr
-2006-10-03 00:43:21,994 DEBUG Popping from q - 200-102-209-152.paemt7001.t.brasiltelecom.net.br
-2006-10-03 00:43:21,998 DEBUG Found tickets for tju2.6planetlab.edu.cn
-2006-10-03 00:43:21,999 DEBUG Popping from q - planetlab3.mnl.cs.sunysb.edu
-2006-10-03 00:43:22,000 DEBUG Found tickets for 200-102-209-152.paemt7001.t.brasiltelecom.net.br
-2006-10-03 00:43:22,000 DEBUG Popping from q - planetlab-15.cs.princeton.edu
-2006-10-03 00:43:22,002 DEBUG Popping from q - ent2.cs.nccu.edu.tw
-2006-10-03 00:43:22,005 DEBUG Found tickets for ent2.cs.nccu.edu.tw
-2006-10-03 00:43:22,006 DEBUG Popping from q - planet-lab-2.csse.monash.edu.au
-2006-10-03 00:43:22,008 DEBUG Found tickets for planet-lab-2.csse.monash.edu.au
-2006-10-03 00:43:22,008 DEBUG Popping from q - planet1.ecse.rpi.edu
-2006-10-03 00:43:22,011 DEBUG Popping from q - planetlab-2.unk.edu
-2006-10-03 00:43:22,013 DEBUG Found tickets for planet1.ecse.rpi.edu
-2006-10-03 00:43:22,013 DEBUG Popping from q - planetlab2.rdfrancetelecom.com
-2006-10-03 00:43:22,016 DEBUG Found tickets for planetlab2.rdfrancetelecom.com
-2006-10-03 00:43:22,017 DEBUG Popping from q - planetlab1.eurecom.fr
-2006-10-03 00:43:22,020 DEBUG Found tickets for planetlab1.eurecom.fr
-2006-10-03 00:43:22,021 DEBUG Popping from q - planetlab1.cs.virginia.edu
-2006-10-03 00:43:22,021 DEBUG Popping from q - tju1.6planetlab.edu.cn
-2006-10-03 00:43:22,025 DEBUG Popping from q - planetlab-3.amst.nodes.planet-lab.org
-2006-10-03 00:43:22,027 DEBUG Popping from q - planetlab2.iitr.ernet.in
-2006-10-03 00:43:22,155 DEBUG Popping from q - planetlab1.georgetown.edu
-2006-10-03 00:43:22,157 DEBUG Found tickets for tju1.6planetlab.edu.cn
-2006-10-03 00:43:22,157 DEBUG Popping from q - planet1.inf.tu-dresden.de
-2006-10-03 00:43:22,181 DEBUG Popping from q - alice.cs.princeton.edu
-2006-10-03 00:43:22,191 DEBUG Found tickets for alice.cs.princeton.edu
-2006-10-03 00:43:22,191 DEBUG Popping from q - planetlab02.erin.utoronto.ca
-2006-10-03 00:43:22,194 DEBUG Popping from q - planetlab-1.vuse.vanderbilt.edu
-2006-10-03 00:43:22,201 DEBUG Found tickets for planetlab-1.vuse.vanderbilt.edu
-2006-10-03 00:43:22,201 DEBUG Popping from q - planetlab3.uvic.ca
-2006-10-03 00:43:22,469 DEBUG Found tickets for planetlab3.uvic.ca
-2006-10-03 00:43:22,469 DEBUG Popping from q - scut2.6planetlab.edu.cn
-2006-10-03 00:43:22,470 DEBUG Found tickets for planetlab1.georgetown.edu
-2006-10-03 00:43:22,471 DEBUG Popping from q - planetlab1.swidnik.rd.tp.pl
-2006-10-03 00:43:22,473 DEBUG Found tickets for scut2.6planetlab.edu.cn
-2006-10-03 00:43:22,473 DEBUG Popping from q - planet2.cdacb.ernet.in
-2006-10-03 00:43:22,492 DEBUG Found tickets for planetlab1.swidnik.rd.tp.pl
-2006-10-03 00:43:22,492 DEBUG Popping from q - planetlab1.rdfrancetelecom.com
-2006-10-03 00:43:22,493 DEBUG Found tickets for planet2.cdacb.ernet.in
-2006-10-03 00:43:22,494 DEBUG Popping from q - planet2.inf.tu-dresden.de
-2006-10-03 00:43:22,496 DEBUG Popping from q - planet02.csc.ncsu.edu
-2006-10-03 00:43:22,504 DEBUG Found tickets for planetlab1.rdfrancetelecom.com
-2006-10-03 00:43:22,504 DEBUG Popping from q - planetlab-1.tssg.org
-2006-10-03 00:43:22,506 DEBUG Popping from q - planetlab-2.vuse.vanderbilt.edu
-2006-10-03 00:43:22,508 DEBUG Found tickets for planetlab-1.tssg.org
-2006-10-03 00:43:22,509 DEBUG Popping from q - planetlab-11.cs.princeton.edu
-2006-10-03 00:43:22,510 DEBUG Found tickets for planetlab-2.vuse.vanderbilt.edu
-2006-10-03 00:43:22,511 DEBUG Popping from q - planet03.csc.ncsu.edu
-2006-10-03 00:43:22,512 DEBUG Popping from q - planetlab1.pop-rj.rnp.br
-2006-10-03 00:43:22,514 DEBUG Popping from q - planet1.halifax.canet4.nodes.planet-lab.org
-2006-10-03 00:43:22,524 DEBUG Popping from q - planet1.cavite.nodes.planet-lab.org
-2006-10-03 00:43:22,525 DEBUG Found tickets for planetlab1.pop-rj.rnp.br
-2006-10-03 00:43:22,526 DEBUG Popping from q - ds-pl3.technion.ac.il
-2006-10-03 00:43:22,528 DEBUG Found tickets for ds-pl3.technion.ac.il
-2006-10-03 00:43:22,528 DEBUG Popping from q - planetlab2.cs.purdue.edu
-2006-10-03 00:43:22,535 DEBUG Popping from q - planetlab3.millennium.berkeley.edu
-2006-10-03 00:43:22,536 DEBUG Popping from q - planetlab1.unl.edu
-2006-10-03 00:43:22,539 DEBUG Found tickets for planetlab1.unl.edu
-2006-10-03 00:43:22,539 DEBUG Popping from q - planetlab1.cs.colorado.edu
-2006-10-03 00:43:22,549 DEBUG Found tickets for planetlab1.cs.colorado.edu
-2006-10-03 00:43:22,549 DEBUG Popping from q - planetlab02.cs.washington.edu
-2006-10-03 00:43:22,550 DEBUG Popping from q - pads21.cs.nthu.edu.tw
-2006-10-03 00:43:22,553 DEBUG Found tickets for planetlab02.cs.washington.edu
-2006-10-03 00:43:22,554 DEBUG Popping from q - orbpl2.rutgers.edu
-2006-10-03 00:43:22,557 DEBUG Found tickets for orbpl2.rutgers.edu
-2006-10-03 00:43:22,558 DEBUG Popping from q - planetlab2.informatik.uni-erlangen.de
-2006-10-03 00:43:22,561 DEBUG Found tickets for planetlab2.informatik.uni-erlangen.de
-2006-10-03 00:43:22,562 DEBUG Popping from q - planetlab-01.ipv6.lip6.fr
-2006-10-03 00:43:22,566 DEBUG Found tickets for planetlab-01.ipv6.lip6.fr
-2006-10-03 00:43:22,566 DEBUG Popping from q - pl2.ernet.in
-2006-10-03 00:43:22,567 DEBUG Popping from q - neu2.6planetlab.edu.cn
-2006-10-03 00:43:22,571 DEBUG Popping from q - planet5.cs.huji.ac.il
-2006-10-03 00:43:22,570 DEBUG Popping from q - planetlab-2.cs.uni-paderborn.de
-2006-10-03 00:43:22,573 DEBUG Popping from q - planetlab1.elet.polimi.it
-2006-10-03 00:43:22,576 DEBUG Popping from q - planetlab2.iiitb.ac.in
-2006-10-03 00:43:22,577 DEBUG Popping from q - server1.planetlab.iit-tech.net
-2006-10-03 00:43:22,580 DEBUG Popping from q - planetlab2.iitb.ac.in
-2006-10-03 00:43:22,589 DEBUG Found tickets for planetlab2.iitb.ac.in
-2006-10-03 00:43:22,590 DEBUG Popping from q - planetlab02.dis.unina.it
-2006-10-03 00:43:22,590 DEBUG Found tickets for server1.planetlab.iit-tech.net
-2006-10-03 00:43:22,591 DEBUG Popping from q - planetlab-1.dis.uniroma1.it
-2006-10-03 00:43:22,593 DEBUG Popping from q - planetlab1.iitb.ac.in
-2006-10-03 00:43:22,726 DEBUG Popping from q - pku1.6planetlab.edu.cn
-2006-10-03 00:43:22,727 DEBUG Found tickets for planetlab1.iitb.ac.in
-2006-10-03 00:43:22,727 DEBUG Popping from q - planetlab1.warsaw.rd.tp.pl
-2006-10-03 00:43:22,730 DEBUG Popping from q - planetlab-2.cs.ucy.ac.cy
-2006-10-03 00:43:22,732 DEBUG Found tickets for pku1.6planetlab.edu.cn
-2006-10-03 00:43:22,732 DEBUG Popping from q - pl1.ernet.in
-2006-10-03 00:43:22,734 DEBUG Popping from q - planetlab2.georgetown.edu
-2006-10-03 00:43:22,736 DEBUG Popping from q - server2.planetlab.iit-tech.net
-2006-10-03 00:43:22,738 DEBUG Found tickets for planetlab2.georgetown.edu
-2006-10-03 00:43:22,739 DEBUG Popping from q - planetlab2.di.unito.it
-2006-10-03 00:43:22,740 DEBUG Found tickets for server2.planetlab.iit-tech.net
-2006-10-03 00:43:22,741 DEBUG Popping from q - planetlab1.csee.usf.edu
-2006-10-03 00:43:22,744 DEBUG Popping from q - planetlab-2.dis.uniroma1.it
-2006-10-03 00:43:22,750 DEBUG Popping from q - planetlab2.informatik.uni-kl.de
-2006-10-03 00:43:22,751 DEBUG Popping from q - planet1.cs.rochester.edu
-2006-10-03 00:43:22,754 DEBUG Found tickets for planetlab2.informatik.uni-kl.de
-2006-10-03 00:43:22,755 DEBUG Popping from q - planetlab1.rutgers.edu
-2006-10-03 00:43:22,756 DEBUG Found tickets for planet1.cs.rochester.edu
-2006-10-03 00:43:22,757 DEBUG Popping from q - planetlab-2.ece.iastate.edu
-2006-10-03 00:43:22,758 DEBUG Found tickets for planetlab1.rutgers.edu
-2006-10-03 00:43:22,758 DEBUG Popping from q - planetlab-1.sjce.nodes.planet-lab.org
-2006-10-03 00:43:22,760 DEBUG Found tickets for planetlab-1.sjce.nodes.planet-lab.org
-2006-10-03 00:43:22,761 DEBUG Popping from q - planetlab2.ece.ucdavis.edu
-2006-10-03 00:43:22,763 DEBUG Popping from q - planetlab1.ie.cuhk.edu.hk
-2006-10-03 00:43:22,764 DEBUG Popping from q - planetlab2lannion.elibel.tm.fr
-2006-10-03 00:43:22,767 DEBUG Found tickets for planetlab1.ie.cuhk.edu.hk
-2006-10-03 00:43:22,768 DEBUG Popping from q - planetlab01.mpi-sws.mpg.de
-2006-10-03 00:43:22,769 DEBUG Popping from q - planetlab2.cs.duke.edu
-2006-10-03 00:43:22,772 DEBUG Popping from q - planetlab1.rn.informatics.scitech.susx.ac.uk
-2006-10-03 00:43:22,934 DEBUG Found tickets for planetlab1.rn.informatics.scitech.susx.ac.uk
-2006-10-03 00:43:22,934 DEBUG Popping from q - planetlab1.eee.hku.hk
-2006-10-03 00:43:22,957 DEBUG Found tickets for planetlab1.eee.hku.hk
-2006-10-03 00:43:22,957 DEBUG Popping from q - pads23.cs.nthu.edu.tw
-2006-10-03 00:43:22,960 DEBUG Popping from q - planet2.halifax.canet4.nodes.planet-lab.org
-2006-10-03 00:43:22,976 DEBUG Found tickets for planet2.halifax.canet4.nodes.planet-lab.org
-2006-10-03 00:43:22,977 DEBUG Popping from q - planetlab-2.tssg.org
-2006-10-03 00:43:23,002 DEBUG Found tickets for planetlab-2.tssg.org
-2006-10-03 00:43:23,002 DEBUG Popping from q - 200-102-209-151.paemt7001.t.brasiltelecom.net.br
-2006-10-03 00:43:23,009 DEBUG Found tickets for 200-102-209-151.paemt7001.t.brasiltelecom.net.br
-2006-10-03 00:43:23,010 DEBUG Popping from q - planetlab2.poly.edu
-2006-10-03 00:43:23,033 DEBUG Popping from q - planetlab2.byu.edu
-2006-10-03 00:43:23,035 DEBUG Popping from q - planetlab2.net-research.org.uk
-2006-10-03 00:43:23,037 DEBUG Found tickets for planetlab2.net-research.org.uk
-2006-10-03 00:43:23,038 DEBUG Popping from q - planetlab2.postel.org
-2006-10-03 00:43:23,054 DEBUG Popping from q - planetlab1.postel.org
-2006-10-03 00:43:23,056 DEBUG Found tickets for planetlab1.postel.org
-2006-10-03 00:43:23,056 DEBUG Popping from q - planetlab2.cse.nd.edu
-2006-10-03 00:43:31,517 DEBUG Popping from q - planetlab-2.imperial.ac.uk
-2006-10-03 00:43:31,533 DEBUG Found tickets for planetlab-2.imperial.ac.uk
-2006-10-03 00:43:31,533 DEBUG Popping from q - planetlab1.poly.edu
-2006-10-03 00:43:31,535 DEBUG Popping from q - planetlab-1.imperial.ac.uk
-2006-10-03 00:43:42,538 DEBUG Found tickets for planetlab-1.imperial.ac.uk
-2006-10-03 00:43:42,538 DEBUG Popping from q - planetlab1.byu.edu
-2006-10-03 00:43:42,542 DEBUG Found tickets for planetlab1.byu.edu
-2006-10-03 00:43:42,542 DEBUG Popping from q - planetlab1.cse.nd.edu
-2006-10-03 00:43:45,044 DEBUG Popping from q - planetlab2.eee.hku.hk
-2006-10-03 00:43:45,047 DEBUG Found tickets for planetlab2.eee.hku.hk
-2006-10-03 00:43:47,463 INFO Starting thread policy
-2006-10-03 00:43:47,466 DEBUG Nodes sick wo tickets 97 
-2006-10-03 00:43:47,466 DEBUG Emailing planetlab2.informatik.uni-wuerzburg.de
-2006-10-03 00:43:47,769 DEBUG Emailing planetlab01.cse.psu.edu
-2006-10-03 00:43:48,027 DEBUG Emailing planetlab2.unl.edu
-2006-10-03 00:43:48,347 DEBUG Emailing planetlab1.cs.pitt.edu
-2006-10-03 00:43:48,607 DEBUG Emailing planetlab2.urv.net
-2006-10-03 00:43:48,889 DEBUG Emailing ricepl-3.cs.rice.edu
-2006-10-03 00:43:49,178 DEBUG Emailing planet-lab-1.csse.monash.edu.au
-2006-10-03 00:43:49,461 DEBUG Emailing planetlab5.millennium.berkeley.edu
-2006-10-03 00:43:49,725 DEBUG Emailing peace.ri.uni-tuebingen.de
-2006-10-03 00:43:49,988 DEBUG Emailing planetlab2.eurecom.fr
-2006-10-03 00:43:50,278 DEBUG Emailing planetlab2.simula.no
-2006-10-03 00:43:50,554 DEBUG Emailing planetlab01.dis.unina.it
-2006-10-03 00:43:50,854 DEBUG Emailing planetlab1.flux.utah.edu
-2006-10-03 00:43:51,426 DEBUG Emailing planetlab4.upc.es
-2006-10-03 00:43:51,794 DEBUG Emailing planetlab1.ipls.internet2.planet-lab.org
-2006-10-03 00:43:52,261 DEBUG Emailing planet1.cc.gt.atl.ga.us
-2006-10-03 00:43:52,628 DEBUG Emailing planetlab2.eecs.wsu.edu
-2006-10-03 00:43:52,904 DEBUG Emailing xjtu2.6planetlab.edu.cn
-2006-10-03 00:43:53,408 DEBUG Emailing planetlab3.upc.es
-2006-10-03 00:43:53,719 DEBUG Emailing planetlab1.iitr.ernet.in
-2006-10-03 00:43:54,176 DEBUG Emailing planetlab1.eecs.iu-bremen.de
-2006-10-03 00:43:54,472 DEBUG Emailing planetlab01.erin.utoronto.ca
-2006-10-03 00:43:54,840 DEBUG Emailing ds-pl1.technion.ac.il
-2006-10-03 00:43:55,300 DEBUG Emailing aladdin.planetlab.extranet.uni-passau.de
-2006-10-03 00:43:55,564 DEBUG Emailing planetlab-1.cs.uni-paderborn.de
-2006-10-03 00:43:55,826 DEBUG Emailing planet1.njit.edu
-2006-10-03 00:43:55,870 DEBUG Found tickets for planetlab-1.imperial.ac.uk
-2006-10-03 00:43:56,163 DEBUG Emailing pku2.6planetlab.edu.cn
-2006-10-03 00:43:56,481 DEBUG Emailing planetlab-1.cs.ucy.ac.cy
-2006-10-03 00:43:56,788 DEBUG Emailing planetlab00.cse.psu.edu
-2006-10-03 00:43:57,351 DEBUG Emailing planetlab1.cs.byu.edu
-2006-10-03 00:44:04,461 ERROR Thread Died: policy
-2006-10-03 00:45:26,370 INFO Monitor Killed
index 2c7f3f1..c375dd4 100644 (file)
@@ -1,3 +1,4 @@
+#!/usr/bin/python
 #
 # Copyright (c) 2004  The Trustees of Princeton University (Trustees).
 # 
@@ -31,11 +32,16 @@ debug = False
 # Log to what 
 LOG="./monitor.log"
 
+# DAT
+DAT="./monitor.dat"
+
 # Email defaults
 MTA="localhost"
 FROM="support@planet-lab.org"
+
 # API
 XMLRPC_SERVER = 'https://www.planet-lab.org/PLCAPI/'
+
 # Time between comon refresh
 COSLEEP=300 #5mins
 # Time to refresh DB and remove unused entries
@@ -148,26 +154,38 @@ def main():
        startThread(ThreadWatcher(), "Watcher")
        # The meat of it.
 
-       # Nodes to check
-        bucket = Queue.Queue()
+       # Nodes to check. Queue of all sick nodes.
+        toCheck = Queue.Queue()
+       # Nodes that are sick w/o tickets
+       sickNoTicket = Queue.Queue()
        # Comon DB of all nodes
        cdb = {}
        # Nodes that are down.  Use this to maintain DB;  cleanup.
-        alldown = Queue.Queue()
+        #alldown = Queue.Queue()
        # RT DB
         tickets = {}
+       # Nodes we've emailed.
+       # host - > (type of email, time)
+       emailed = {}
+
 
        # Get RT Tickets.
-       # Event based.  Add to queue(bucket) and hosts are queried.
-       rt1 = rt.RT(tickets, bucket)
-       rt2 = rt.RT(tickets, bucket)
-       rt3 = rt.RT(tickets, bucket)
-       rt4 = rt.RT(tickets, bucket)
-       rt5 = rt.RT(tickets, bucket)
+       # Event based.  Add to queue(toCheck) and hosts are queried.
+       rt1 = rt.RT(tickets, toCheck, sickNoTicket)
+       rt2 = rt.RT(tickets, toCheck, sickNoTicket)
+       rt3 = rt.RT(tickets, toCheck, sickNoTicket)
+       rt4 = rt.RT(tickets, toCheck, sickNoTicket)
+       rt5 = rt.RT(tickets, toCheck, sickNoTicket)
        # Kind of a hack. Cleans the DB for stale entries and updates db.
        clean = Thread(target=rt5.cleanTickets)
        # Poll Comon.  Refreshes Comon data every COSLEEP seconds
-       cm1 = comon.Comon(cdb, bucket)
+       cm1 = comon.Comon(cdb, toCheck)
+
+       # Actually digest the info and do something with it.
+       pol = policy.Policy(cm1, sickNoTicket, emailed)
+
+       # Load emailed sites from last run.
+       pol.emailedStore("LOAD")
 
        # Start Threads
        startThread(rt1,"rt1")
@@ -176,20 +194,21 @@ def main():
        startThread(rt4,"rt4")
        startThread(rt5,"rt5")
        startThread(clean,"cleanrt5")
-       startThread(cm1,"rt5")
-       time.sleep(10)
-
-       # Actually digest the info and do something with it.
-       pol = policy.Policy(cm1, tickets)
 
-       while bucket.empty() == False:
-               time.sleep(3)
+       # Start Comon Thread    
+       startThread(cm1,"comon")
 
+       # Wait for threads to init.  Probably should join, but work on that later.
+       time.sleep(10)
+       # Start Sending Emails
        startThread(pol, "policy")
-       time.sleep(3600)        
-       
-       #print runningthreads["RT"].ssh 
 
+       # Wait to finish
+       while (sickNoTicket.empty() == False) or (toCheck.empty() == False):
+               time.sleep(15)
+
+
+       pol.emailedStore("WRITE")
        logger.info('Monitor Exitted')
        #if not debug:
        #       removepid("monitor")
index 04c2a1c..09884d7 100644 (file)
--- a/policy.py
+++ b/policy.py
@@ -13,12 +13,19 @@ import time
 import logging
 import mailer
 import emailTxt
+import pickle
+import xml, xmlrpclib
+import Queue
+
+DAT="./monitor.dat"
 
 logger = logging.getLogger("monitor")
 
 # Time to enforce policy
 POLSLEEP = 7200
 
+# Days between emails (enforce 'squeeze' after this time).
+SQUEEZE = 3
 # IF:
 #  no SSH, down.
 #  bad disk, down
@@ -31,43 +38,65 @@ POLSLEEP = 7200
 #  suspend slice creation
 #  kill slices
 class Policy(Thread):
-       def __init__(self, comonthread, tickets):
+       def __init__(self, comonthread, sickNoTicket, emailed):
                self.cmn = comonthread
-               self.tickets = tickets
-               # host - > time of email
-               self.emailed = {}
-               # all sick nodes w/ tickets
-               self.cursickw = tickets
+               # host - > (time of email, type of email)
+               self.emailed = emailed 
                # all sick nodes w/o tickets
-               self.cursick = []
+               self.sickNoTicket = sickNoTicket 
                Thread.__init__(self)
-       '''
-       Gets all nodes without tickets and puts them in self.cursick
-       '''
-       def getAllSick(self):
-               self.cursick = []
-               for bucket in self.cmn.comonbkts.keys():
-                       for host in getattr(self.cmn, bucket):
-                               if host not in self.cursickw.keys():
-                                       if host not in self.cursick: 
-                                               self.cursick.append(host)
-               logger.debug("Nodes sick wo tickets %s " % len(self.cursick))
+       
+       #def getAllSick(self):
+       #       for bucket in self.cmn.comonbkts.keys():
+       #               for host in getattr(self.cmn, bucket):
+       #                       if host not in self.cursickw.keys():
+       #                               self.cursick.put(host)
 
        '''
-       Acts on sick nodes.
+       Acts on sick nodes
        '''
-       def emailSick(self):
-               for node in self.cmn.ssh:
-                       if node in self.cursick:
-                               if node not in self.emailed.keys():
-                                       logger.debug("Emailing " + node)
-                                       try:
-                                               self.emailed[node] = "ssh"
-                                               mailer.email('DISREGARD', 
-                                               emailTxt.mailtxt.STANDARD % {'hostname': node}, 
-                                               "tech-" + mailer.siteId(node) + "@sites.planet-lab.org")
-                                       except Exception, err:
-                                               logger.info(err)
+       def emailsick(self):
+               # Get list of nodes in debug from PLC
+               #dbgNodes = NodesDebug()
+
+               node = self.sickNoTicket.get(block = True)
+               # Get the login base    
+               id = mailer.siteId(node)
+
+               if not id: 
+                       logger.info("loginbase for %s not found" %node)
+               elif node not in self.emailed.keys():
+                       # Email about Down.
+                       if node in self.cmn.down:
+                               logger.debug("POLICY: Emailing (down) " + node)
+                               self.emailed[node] = ("down", time.localtime())
+                               msg = emailTxt.mailtxt.DOWN \
+                                       % {'hostname': node}
+                               mailer.email(node + " down", msg, 
+                               "tech-" + id + "@sites.planet-lab.org")
+                               return  
+
+                       # Email about no SSH.
+                       if node in self.cmn.ssh:
+                               logger.debug("POLICY: Emailing (ssh) " + node)
+                               self.emailed[node] = ("ssh", time.localtime())
+                               msg = emailTxt.mailtxt.SSH \
+                                       % {'hostname': node}
+                               mailer.email(node + " down", msg, 
+                               "tech-" + id + "@sites.planet-lab.org")
+                               return 
+
+                       # Email about DNS
+                       if node in self.cmn.dns:
+                               logger.debug("POLICY: Emailing (dns)" + node)
+                               self.emailed[node] = ("dns", time.localtime())
+                               msg = emailTxt.mailtxt.DNS \
+                                       % {'hostname': node}
+                               mailer.email("Please update DNS used by " \
+                               + node, msg, 
+                               "tech-" + id + "@sites.planet-lab.org")
+                               return 
+       
 
        '''
        Prints, logs, and emails status of up nodes, down nodes, and buckets.
@@ -75,7 +104,64 @@ class Policy(Thread):
        def status(self):
                return 0
 
+       '''
+       Store/Load state of emails.  When, where, what.
+       '''
+       def emailedStore(self, action):
+               try:
+                       if action == "LOAD":
+                               f = open(DAT, "r+")
+                               logger.info("Found and reading " + DAT)
+                               self.emailed.update(pickle.load(f))
+                       if action == "WRITE":
+                               f = open(DAT, "w")
+                               logger.info("Writing " + DAT)
+                               pickle.dump(self.emailed, f)
+                       f.close()
+               except Exception, err:
+                       logger.info("Problem with DAT, %s" %err)
+
        def run(self):
-               #while 1:
-               self.getAllSick()
-               self.emailSick()
+               while 1:
+                       self.emailsick()
+
+'''
+Returns list of nodes in dbg as reported by PLC
+'''
+def NodesDebug():
+       dbgNodes = []
+       api = xmlrpclib.Server(XMLRPC_SERVER, verbose=False)
+       anon = {'AuthMethod': "anonymous"}
+       allnodes = api.AnonAdmGetNodes(anon, [], ['hostname','boot_state'])
+       for node in allnodes:
+               if node['boot_state'] == 'dbg': dbgNodes.append(node['hostname'])
+       logger.info("%s nodes in debug according to PLC." %len(dbgNodes))
+       return dbgNodes
+
+
+
+
+def main():
+       logger.setLevel(logging.DEBUG)
+       ch = logging.StreamHandler()
+       ch.setLevel(logging.DEBUG)
+       formatter = logging.Formatter('%(message)s')
+       ch.setFormatter(formatter)
+       logger.addHandler(ch)
+
+       #print NodesDebug()
+       tmp = Queue.Queue()
+       a = Policy(None, tmp) 
+       a.emailedStore("LOAD")
+       print a.emailed
+
+       os._exit(0)
+if __name__ == '__main__':
+       import os
+       XMLRPC_SERVER = 'https://www.planet-lab.org/PLCAPI/'
+       try:
+               main()
+       except KeyboardInterrupt:
+               print "Killed.  Exitting."
+               logger.info('Monitor Killed')
+               os._exit(0)
diff --git a/rt.py b/rt.py
index 4e56869..05dce04 100644 (file)
--- a/rt.py
+++ b/rt.py
@@ -87,14 +87,23 @@ def open_rt_db():
 
 def rt_tickets(hostname):
        db = open_rt_db()
+#      sql = """SELECT distinct Tk.id, Tk.Status, Tk.Subject
+#                       FROM Tickets AS Tk
+#                       JOIN Transactions AS Tr ON Tk.id=Tr.ObjectId
+#                       JOIN Attachments AS At ON Tr.id=At.TransactionID
+#                       WHERE (At.Content LIKE '%%%s%%' OR
+#                              At.Subject LIKE '%%%s%%') AND
+#                              (Tk.Status = 'new' OR Tk.Status = 'open') AND
+#                              Tk.Queue = 3 OR Tk.Queue = 19 
+#                       ORDER BY Tk.Status, Tk.LastUpdated DESC""" \
+#                       % (hostname,hostname)
        sql = """SELECT distinct Tk.id, Tk.Status, Tk.Subject
                         FROM Tickets AS Tk
                         JOIN Transactions AS Tr ON Tk.id=Tr.ObjectId
                         JOIN Attachments AS At ON Tr.id=At.TransactionID
                         WHERE (At.Content LIKE '%%%s%%' OR
                                At.Subject LIKE '%%%s%%') AND
-                               (Tk.Status = 'new' OR Tk.Status = 'open') AND
-                               Tk.Queue = 3
+                               (Tk.Status = 'new' OR Tk.Status = 'open')
                         ORDER BY Tk.Status, Tk.LastUpdated DESC""" \
                         % (hostname,hostname)
 
@@ -136,27 +145,33 @@ Remove nodes that have come backup. Don't care of ticket is closed after first q
 Another thread refresh tickets of nodes already in dict and remove nodes that have come up. 
 '''
 class RT(Thread):
-       def __init__(self, tickets, bucket, target = None): 
+       def __init__(self, tickets, toCheck, sickNoTicket, target = None): 
                # Time of last update of ticket DB
                self.lastupdated = 0
-               # Queue() is MP/MC self locking 
-               self.bucket = bucket 
+               # Queue() is MP/MC self locking.
+               # Check host in queue.  Queue populated from comon data of sick. 
+               self.toCheck = toCheck
+               # Result of rt db query.  Nodes without tickets that are sick.
+               self.sickNoTicket = sickNoTicket 
                #DB of tickets.  Name -> ticket
                self.tickets = tickets
                Thread.__init__(self,target = self.getTickets)
 
-       # Takes node from alldownq, gets tickets.  
+       # Takes node from toCheck, gets tickets.  
        # Thread that actually gets the tickets.
        def getTickets(self):
                while 1:
-                       host = self.bucket.get(block = True)
+                       host = self.toCheck.get(block = True)
                        if host == "None": break
                        #if self.tickets.has_key(host) == False:
-                       logger.debug("Popping from q - %s" %host)
+                       #logger.debug("Popping from q - %s" %host)
                        tmp = rt_tickets(host)
                        if tmp:
-                               logger.debug("Found tickets for %s" %host)
-                               self.tickets[host] = tmp 
+                               #logger.debug("RT: tickets for %s" %host)
+                               self.tickets[host] = tmp
+                       else:
+                               logger.debug("RT: no tix for %s - policy" %host)
+                               self.sickNoTicket.put(host) 
 
        # Removes hosts that are no longer down.
        def remTickets(self):
@@ -176,14 +191,14 @@ class RT(Thread):
                for host in prevdown:
                        if host not in currdown:
                                del self.tickets[host]
-                               logger.info("%s no longer down" % host)
+                               logger.info("RT: %s no longer down." % host)
 
        # Update Tickets
        def updateTickets(self):
                logger.info("Refreshing DB.")
                for host in self.tickets.keys():
                        # Put back in Q to refresh
-                       self.bucket.put(host)
+                       self.toCheck.put(host)
 
        def cleanTickets(self):
                while 1:
@@ -210,7 +225,7 @@ def main():
        b.start()
        c.start()
        d.start()
-       tmp = ('planetlab-2.vuse.vanderbilt.edu', 'planetlab-11.cs.princeton.edu', 'planet03.csc.ncsu.edu', 'planetlab1.pop-rj.rnp.br', 'planet1.halifax.canet4.nodes.planet-lab.org', 'planet1.cavite.nodes.planet-lab.org', 'ds-pl3.technion.ac.il', 'planetlab2.cs.purdue.edu', 'planetlab3.millennium.berkeley.edu', 'planetlab1.unl.edu', 'planetlab1.cs.colorado.edu', 'planetlab02.cs.washington.edu', 'orbpl2.rutgers.edu', 'planetlab2.informatik.uni-erlangen.de', 'pl2.ernet.in', 'neu2.6planetlab.edu.cn', 'planetlab-2.cs.uni-paderborn.de', 'planetlab1.elet.polimi.it', 'planetlab2.iiitb.ac.in', 'server1.planetlab.iit-tech.net', 'planetlab2.iitb.ac.in', 'planetlab1.ece.ucdavis.edu', 'planetlab02.dis.unina.it', 'planetlab-1.dis.uniroma1.it', 'planetlab1.iitb.ac.in', 'pku1.6planetlab.edu.cn', 'planetlab1.warsaw.rd.tp.pl', 'planetlab2.cs.unc.edu', 'csu2.6planetlab.edu.cn', 'pl1.ernet.in', 'planetlab2.georgetown.edu', 'planetlab1.cs.uchicago.edu') 
+       tmp = ('planetlab-1.cs.ucy.ac.cy','planetlab-2.vuse.vanderbilt.edu', 'planetlab-11.cs.princeton.edu', 'planet03.csc.ncsu.edu', 'planetlab1.pop-rj.rnp.br', 'planet1.halifax.canet4.nodes.planet-lab.org', 'planet1.cavite.nodes.planet-lab.org', 'ds-pl3.technion.ac.il', 'planetlab2.cs.purdue.edu', 'planetlab3.millennium.berkeley.edu', 'planetlab1.unl.edu', 'planetlab1.cs.colorado.edu', 'planetlab02.cs.washington.edu', 'orbpl2.rutgers.edu', 'planetlab2.informatik.uni-erlangen.de', 'pl2.ernet.in', 'neu2.6planetlab.edu.cn', 'planetlab-2.cs.uni-paderborn.de', 'planetlab1.elet.polimi.it', 'planetlab2.iiitb.ac.in', 'server1.planetlab.iit-tech.net', 'planetlab2.iitb.ac.in', 'planetlab1.ece.ucdavis.edu', 'planetlab02.dis.unina.it', 'planetlab-1.dis.uniroma1.it', 'planetlab1.iitb.ac.in', 'pku1.6planetlab.edu.cn', 'planetlab1.warsaw.rd.tp.pl', 'planetlab2.cs.unc.edu', 'csu2.6planetlab.edu.cn', 'pl1.ernet.in', 'planetlab2.georgetown.edu', 'planetlab1.cs.uchicago.edu') 
        for host in tmp:
                bucket.put(host)
        #et = Thread(target=e.pushHosts)        
diff --git a/util/__init__.pyc b/util/__init__.pyc
deleted file mode 100644 (file)
index 8d4f619..0000000
Binary files a/util/__init__.pyc and /dev/null differ