[StarCluster] IOError: [Errno 13] Permission denied

Alessandro Gagliardi alessandro at path.com
Wed May 15 16:16:02 EDT 2013


I tried starting over (incase something got fubared in my previous config)
and this time installed the development version from git. When I tried
starting a cluster in us-west-2, I got the following error:

!!! ERROR - Error occured while running plugin 'ipcluster':
!!! ERROR - Unhandled exception occured
Traceback (most recent call last):
  File
"/Users/alessandro/.envs/starcluster/lib/python2.7/site-packages/StarCluster-0.9999-py2.7.egg/starcluster/cli.py",
line 257, in main
    sc.execute(args)
  File
"/Users/alessandro/.envs/starcluster/lib/python2.7/site-packages/StarCluster-0.9999-py2.7.egg/starcluster/commands/start.py",
line 197, in execute
    validate_running=validate_running)
  File
"/Users/alessandro/.envs/starcluster/lib/python2.7/site-packages/StarCluster-0.9999-py2.7.egg/starcluster/cluster.py",
line 1460, in start
    return self._start(create=create, create_only=create_only)
  File "<string>", line 2, in _start
  File
"/Users/alessandro/.envs/starcluster/lib/python2.7/site-packages/StarCluster-0.9999-py2.7.egg/starcluster/utils.py",
line 92, in wrap_f
    res = func(*arg, **kargs)
  File
"/Users/alessandro/.envs/starcluster/lib/python2.7/site-packages/StarCluster-0.9999-py2.7.egg/starcluster/cluster.py",
line 1483, in _start
    self.setup_cluster()
  File
"/Users/alessandro/.envs/starcluster/lib/python2.7/site-packages/StarCluster-0.9999-py2.7.egg/starcluster/cluster.py",
line 1492, in setup_cluster
    self._setup_cluster()
  File "<string>", line 2, in _setup_cluster
  File
"/Users/alessandro/.envs/starcluster/lib/python2.7/site-packages/StarCluster-0.9999-py2.7.egg/starcluster/utils.py",
line 92, in wrap_f
    res = func(*arg, **kargs)
  File
"/Users/alessandro/.envs/starcluster/lib/python2.7/site-packages/StarCluster-0.9999-py2.7.egg/starcluster/cluster.py",
line 1504, in _setup_cluster
    self.run_plugins()
  File
"/Users/alessandro/.envs/starcluster/lib/python2.7/site-packages/StarCluster-0.9999-py2.7.egg/starcluster/cluster.py",
line 1522, in run_plugins
    self.run_plugin(plug, method_name=method_name, node=node)
  File
"/Users/alessandro/.envs/starcluster/lib/python2.7/site-packages/StarCluster-0.9999-py2.7.egg/starcluster/cluster.py",
line 1547, in run_plugin
    func(*args)
  File "<string>", line 2, in run
  File
"/Users/alessandro/.envs/starcluster/lib/python2.7/site-packages/StarCluster-0.9999-py2.7.egg/starcluster/utils.py",
line 92, in wrap_f
    res = func(*arg, **kargs)
  File
"/Users/alessandro/.envs/starcluster/lib/python2.7/site-packages/StarCluster-0.9999-py2.7.egg/starcluster/plugins/ipcluster.py",
line 283, in run
    self._start_notebook(master, user, profile_dir)
  File
"/Users/alessandro/.envs/starcluster/lib/python2.7/site-packages/StarCluster-0.9999-py2.7.egg/starcluster/plugins/ipcluster.py",
line 232, in _start_notebook
    master.ssh.makedirs(self.notebook_directory)
  File
"/Users/alessandro/.envs/starcluster/lib/python2.7/site-packages/StarCluster-0.9999-py2.7.egg/starcluster/sshutils/__init__.py",
line 221, in makedirs
    self.makedirs(head, mode)
  File
"/Users/alessandro/.envs/starcluster/lib/python2.7/site-packages/StarCluster-0.9999-py2.7.egg/starcluster/sshutils/__init__.py",
line 221, in makedirs
    self.makedirs(head, mode)
  File
"/Users/alessandro/.envs/starcluster/lib/python2.7/site-packages/StarCluster-0.9999-py2.7.egg/starcluster/sshutils/__init__.py",
line 221, in makedirs
    self.makedirs(head, mode)
  File
"/Users/alessandro/.envs/starcluster/lib/python2.7/site-packages/StarCluster-0.9999-py2.7.egg/starcluster/sshutils/__init__.py",
line 229, in makedirs
    self.mkdir(path, mode)
  File
"/Users/alessandro/.envs/starcluster/lib/python2.7/site-packages/StarCluster-0.9999-py2.7.egg/starcluster/sshutils/__init__.py",
line 240, in mkdir
    return self.sftp.mkdir(path, mode)
  File
"/Users/alessandro/.envs/starcluster/lib/python2.7/site-packages/paramiko-1.10.1-py2.7.egg/paramiko/sftp_client.py",
line 303, in mkdir
    self._request(CMD_MKDIR, path, attr)
  File
"/Users/alessandro/.envs/starcluster/lib/python2.7/site-packages/paramiko-1.10.1-py2.7.egg/paramiko/sftp_client.py",
line 689, in _request
    return self._read_response(num)
  File
"/Users/alessandro/.envs/starcluster/lib/python2.7/site-packages/paramiko-1.10.1-py2.7.egg/paramiko/sftp_client.py",
line 736, in _read_response
    self._convert_status(msg)
  File
"/Users/alessandro/.envs/starcluster/lib/python2.7/site-packages/paramiko-1.10.1-py2.7.egg/paramiko/sftp_client.py",
line 764, in _convert_status
    raise IOError(errno.EACCES, text)
IOError: [Errno 13] Permission denied

---------- Forwarded message ----------
From: Alessandro Gagliardi <alessandro at path.com>
Date: Wed, May 15, 2013 at 10:04 AM
Subject: !!! ERROR - command 'DEBIAN_FRONTEND='noninteractive' apt-get -o
Dpkg::Options::='--force-confnew' . . . failed with status 100
To: "starcluster at mit.edu" <starcluster at mit.edu>


Hello all,

I've been having trouble with the pkginstaller plugin recently. I get the
following error when it tries to install packages:

> !!! ERROR - command 'DEBIAN_FRONTEND='noninteractive' apt-get -o
> Dpkg::Options::='--force-confnew' -y --force-yes install g++ gfortran
> git-core subversion python-all-dev python-virtualenv mongodb libblas-dev
> liblapack-dev libatlas-dev r-base-core cython python-dateutil
> python-requests python-pymongo python-rpy2 python-nltk r-base-core
> mysql-client build-essential python-setuptools python-dev python-numpy
> python-matplotlib prover9 python-scipy python-tz python-pandas
> python-mysqldb libsnappy-dev python-xlwt msgpack-python lzop libpq-dev
> python-psycopg2' failed with status 100

I thought the problem might be because I was trying to start an Anaconda
cluster using https://github.com/ContinuumIO/anaconda-ec2 but I tried
spinning up a vanilla StarCluster just now and had the same problem. I also
thought that it might be one of the packages causing a problem, but even
when I reduced it to just g++ I got the same error. Any thoughts on how to
fix would be greatly appreciated.

-- 
Alessandro Gagliardi
Data Scientist / Analytics Engineer
Path, Inc.
alessandro at path.com



-- 
Alessandro Gagliardi
Data Scientist / Analytics Engineer
Path, Inc.
alessandro at path.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.mit.edu/pipermail/starcluster/attachments/20130515/2c77bde2/attachment-0001.htm
-------------- next part --------------
---------- SYSTEM INFO ----------
StarCluster: 0.9999
Python: 2.7.2 (default, Oct 11 2012, 20:14:37)  [GCC 4.2.1 Compatible Apple Clang 4.0 (tags/Apple/clang-418.0.60)]
Platform: Darwin-12.3.0-x86_64-i386-64bit
boto: 2.9.2
paramiko: 1.10.1
Crypto: 2.6

---------- CRASH DETAILS ----------
Command: starcluster start -c largecluster vanilla_cluster

2013-05-15 12:01:35,923 PID: 2740 config.py:548 - DEBUG - Loading config
2013-05-15 12:01:35,934 PID: 2740 config.py:119 - DEBUG - Loading file: /Users/alessandro/.starcluster/config
2013-05-15 12:01:35,942 PID: 2740 awsutils.py:55 - DEBUG - creating self._conn w/ connection_authenticator kwargs = {'proxy_user': None, 'proxy_pass': None, 'proxy_port': None, 'proxy': None, 'is_secure': True, 'path': '/', 'region': RegionInfo:us-west-2, 'port': None}
2013-05-15 12:01:37,285 PID: 2740 cluster.py:1635 - INFO - Validating cluster template settings...
2013-05-15 12:01:42,322 PID: 2740 cluster.py:2016 - WARNING - Unable to validate imported keypair fingerprint...
2013-05-15 12:01:42,579 PID: 2740 cluster.py:959 - DEBUG - Launch map: node001 (ami: ami-706afe40, type: m2.xlarge)...
2013-05-15 12:01:42,579 PID: 2740 cluster.py:959 - DEBUG - Launch map: node002 (ami: ami-706afe40, type: m2.xlarge)...
2013-05-15 12:01:42,579 PID: 2740 cluster.py:959 - DEBUG - Launch map: node003 (ami: ami-706afe40, type: m2.xlarge)...
2013-05-15 12:01:42,579 PID: 2740 cluster.py:959 - DEBUG - Launch map: node004 (ami: ami-706afe40, type: m2.xlarge)...
2013-05-15 12:01:42,579 PID: 2740 cluster.py:959 - DEBUG - Launch map: node005 (ami: ami-706afe40, type: m2.xlarge)...
2013-05-15 12:01:42,580 PID: 2740 cluster.py:959 - DEBUG - Launch map: node006 (ami: ami-706afe40, type: m2.xlarge)...
2013-05-15 12:01:42,580 PID: 2740 cluster.py:959 - DEBUG - Launch map: node007 (ami: ami-706afe40, type: m2.xlarge)...
2013-05-15 12:01:42,580 PID: 2740 cluster.py:959 - DEBUG - Launch map: node008 (ami: ami-706afe40, type: m2.xlarge)...
2013-05-15 12:01:42,580 PID: 2740 cluster.py:959 - DEBUG - Launch map: node009 (ami: ami-706afe40, type: m2.xlarge)...
2013-05-15 12:01:42,580 PID: 2740 cluster.py:959 - DEBUG - Launch map: node010 (ami: ami-706afe40, type: m2.xlarge)...
2013-05-15 12:01:42,580 PID: 2740 cluster.py:959 - DEBUG - Launch map: node011 (ami: ami-706afe40, type: m2.xlarge)...
2013-05-15 12:01:42,581 PID: 2740 cluster.py:959 - DEBUG - Launch map: node012 (ami: ami-706afe40, type: m2.xlarge)...
2013-05-15 12:01:42,581 PID: 2740 cluster.py:959 - DEBUG - Launch map: node013 (ami: ami-706afe40, type: m2.xlarge)...
2013-05-15 12:01:42,581 PID: 2740 cluster.py:959 - DEBUG - Launch map: node014 (ami: ami-706afe40, type: m2.xlarge)...
2013-05-15 12:01:42,581 PID: 2740 cluster.py:959 - DEBUG - Launch map: node015 (ami: ami-706afe40, type: m2.xlarge)...
2013-05-15 12:01:42,581 PID: 2740 cluster.py:959 - DEBUG - Launch map: node016 (ami: ami-706afe40, type: m2.xlarge)...
2013-05-15 12:01:42,581 PID: 2740 cluster.py:959 - DEBUG - Launch map: node017 (ami: ami-706afe40, type: m2.xlarge)...
2013-05-15 12:01:42,581 PID: 2740 cluster.py:959 - DEBUG - Launch map: node018 (ami: ami-706afe40, type: m2.xlarge)...
2013-05-15 12:01:42,582 PID: 2740 cluster.py:959 - DEBUG - Launch map: node019 (ami: ami-706afe40, type: m2.xlarge)...
2013-05-15 12:01:42,582 PID: 2740 cluster.py:959 - DEBUG - Launch map: node001 (ami: ami-706afe40, type: m2.xlarge)...
2013-05-15 12:01:42,582 PID: 2740 cluster.py:959 - DEBUG - Launch map: node002 (ami: ami-706afe40, type: m2.xlarge)...
2013-05-15 12:01:42,582 PID: 2740 cluster.py:959 - DEBUG - Launch map: node003 (ami: ami-706afe40, type: m2.xlarge)...
2013-05-15 12:01:42,582 PID: 2740 cluster.py:959 - DEBUG - Launch map: node004 (ami: ami-706afe40, type: m2.xlarge)...
2013-05-15 12:01:42,582 PID: 2740 cluster.py:959 - DEBUG - Launch map: node005 (ami: ami-706afe40, type: m2.xlarge)...
2013-05-15 12:01:42,583 PID: 2740 cluster.py:959 - DEBUG - Launch map: node006 (ami: ami-706afe40, type: m2.xlarge)...
2013-05-15 12:01:42,583 PID: 2740 cluster.py:959 - DEBUG - Launch map: node007 (ami: ami-706afe40, type: m2.xlarge)...
2013-05-15 12:01:42,583 PID: 2740 cluster.py:959 - DEBUG - Launch map: node008 (ami: ami-706afe40, type: m2.xlarge)...
2013-05-15 12:01:42,583 PID: 2740 cluster.py:959 - DEBUG - Launch map: node009 (ami: ami-706afe40, type: m2.xlarge)...
2013-05-15 12:01:42,583 PID: 2740 cluster.py:959 - DEBUG - Launch map: node010 (ami: ami-706afe40, type: m2.xlarge)...
2013-05-15 12:01:42,583 PID: 2740 cluster.py:959 - DEBUG - Launch map: node011 (ami: ami-706afe40, type: m2.xlarge)...
2013-05-15 12:01:42,583 PID: 2740 cluster.py:959 - DEBUG - Launch map: node012 (ami: ami-706afe40, type: m2.xlarge)...
2013-05-15 12:01:42,583 PID: 2740 cluster.py:959 - DEBUG - Launch map: node013 (ami: ami-706afe40, type: m2.xlarge)...
2013-05-15 12:01:42,583 PID: 2740 cluster.py:959 - DEBUG - Launch map: node014 (ami: ami-706afe40, type: m2.xlarge)...
2013-05-15 12:01:42,584 PID: 2740 cluster.py:959 - DEBUG - Launch map: node015 (ami: ami-706afe40, type: m2.xlarge)...
2013-05-15 12:01:42,584 PID: 2740 cluster.py:959 - DEBUG - Launch map: node016 (ami: ami-706afe40, type: m2.xlarge)...
2013-05-15 12:01:42,584 PID: 2740 cluster.py:959 - DEBUG - Launch map: node017 (ami: ami-706afe40, type: m2.xlarge)...
2013-05-15 12:01:42,584 PID: 2740 cluster.py:959 - DEBUG - Launch map: node018 (ami: ami-706afe40, type: m2.xlarge)...
2013-05-15 12:01:42,584 PID: 2740 cluster.py:959 - DEBUG - Launch map: node019 (ami: ami-706afe40, type: m2.xlarge)...
2013-05-15 12:01:42,668 PID: 2740 cluster.py:779 - DEBUG - Userdata size in KB: 0.73
2013-05-15 12:01:42,668 PID: 2740 cluster.py:1652 - INFO - Cluster template settings are valid
2013-05-15 12:01:42,668 PID: 2740 cluster.py:1473 - INFO - Starting cluster...
2013-05-15 12:01:42,668 PID: 2740 cluster.py:985 - INFO - Launching a 20-node cluster...
2013-05-15 12:01:42,668 PID: 2740 cluster.py:959 - DEBUG - Launch map: node001 (ami: ami-706afe40, type: m2.xlarge)...
2013-05-15 12:01:42,669 PID: 2740 cluster.py:959 - DEBUG - Launch map: node002 (ami: ami-706afe40, type: m2.xlarge)...
2013-05-15 12:01:42,669 PID: 2740 cluster.py:959 - DEBUG - Launch map: node003 (ami: ami-706afe40, type: m2.xlarge)...
2013-05-15 12:01:42,669 PID: 2740 cluster.py:959 - DEBUG - Launch map: node004 (ami: ami-706afe40, type: m2.xlarge)...
2013-05-15 12:01:42,669 PID: 2740 cluster.py:959 - DEBUG - Launch map: node005 (ami: ami-706afe40, type: m2.xlarge)...
2013-05-15 12:01:42,669 PID: 2740 cluster.py:959 - DEBUG - Launch map: node006 (ami: ami-706afe40, type: m2.xlarge)...
2013-05-15 12:01:42,669 PID: 2740 cluster.py:959 - DEBUG - Launch map: node007 (ami: ami-706afe40, type: m2.xlarge)...
2013-05-15 12:01:42,669 PID: 2740 cluster.py:959 - DEBUG - Launch map: node008 (ami: ami-706afe40, type: m2.xlarge)...
2013-05-15 12:01:42,669 PID: 2740 cluster.py:959 - DEBUG - Launch map: node009 (ami: ami-706afe40, type: m2.xlarge)...
2013-05-15 12:01:42,669 PID: 2740 cluster.py:959 - DEBUG - Launch map: node010 (ami: ami-706afe40, type: m2.xlarge)...
2013-05-15 12:01:42,669 PID: 2740 cluster.py:959 - DEBUG - Launch map: node011 (ami: ami-706afe40, type: m2.xlarge)...
2013-05-15 12:01:42,669 PID: 2740 cluster.py:959 - DEBUG - Launch map: node012 (ami: ami-706afe40, type: m2.xlarge)...
2013-05-15 12:01:42,669 PID: 2740 cluster.py:959 - DEBUG - Launch map: node013 (ami: ami-706afe40, type: m2.xlarge)...
2013-05-15 12:01:42,669 PID: 2740 cluster.py:959 - DEBUG - Launch map: node014 (ami: ami-706afe40, type: m2.xlarge)...
2013-05-15 12:01:42,670 PID: 2740 cluster.py:959 - DEBUG - Launch map: node015 (ami: ami-706afe40, type: m2.xlarge)...
2013-05-15 12:01:42,670 PID: 2740 cluster.py:959 - DEBUG - Launch map: node016 (ami: ami-706afe40, type: m2.xlarge)...
2013-05-15 12:01:42,670 PID: 2740 cluster.py:959 - DEBUG - Launch map: node017 (ami: ami-706afe40, type: m2.xlarge)...
2013-05-15 12:01:42,670 PID: 2740 cluster.py:959 - DEBUG - Launch map: node018 (ami: ami-706afe40, type: m2.xlarge)...
2013-05-15 12:01:42,670 PID: 2740 cluster.py:959 - DEBUG - Launch map: node019 (ami: ami-706afe40, type: m2.xlarge)...
2013-05-15 12:01:42,670 PID: 2740 cluster.py:1012 - DEBUG - Launching master (ami: ami-706afe40, type: m2.xlarge)
2013-05-15 12:01:42,670 PID: 2740 cluster.py:1012 - DEBUG - Launching node001 (ami: ami-706afe40, type: m2.xlarge)
2013-05-15 12:01:42,670 PID: 2740 cluster.py:1012 - DEBUG - Launching node002 (ami: ami-706afe40, type: m2.xlarge)
2013-05-15 12:01:42,670 PID: 2740 cluster.py:1012 - DEBUG - Launching node003 (ami: ami-706afe40, type: m2.xlarge)
2013-05-15 12:01:42,670 PID: 2740 cluster.py:1012 - DEBUG - Launching node004 (ami: ami-706afe40, type: m2.xlarge)
2013-05-15 12:01:42,670 PID: 2740 cluster.py:1012 - DEBUG - Launching node005 (ami: ami-706afe40, type: m2.xlarge)
2013-05-15 12:01:42,670 PID: 2740 cluster.py:1012 - DEBUG - Launching node006 (ami: ami-706afe40, type: m2.xlarge)
2013-05-15 12:01:42,670 PID: 2740 cluster.py:1012 - DEBUG - Launching node007 (ami: ami-706afe40, type: m2.xlarge)
2013-05-15 12:01:42,670 PID: 2740 cluster.py:1012 - DEBUG - Launching node008 (ami: ami-706afe40, type: m2.xlarge)
2013-05-15 12:01:42,671 PID: 2740 cluster.py:1012 - DEBUG - Launching node009 (ami: ami-706afe40, type: m2.xlarge)
2013-05-15 12:01:42,671 PID: 2740 cluster.py:1012 - DEBUG - Launching node010 (ami: ami-706afe40, type: m2.xlarge)
2013-05-15 12:01:42,671 PID: 2740 cluster.py:1012 - DEBUG - Launching node011 (ami: ami-706afe40, type: m2.xlarge)
2013-05-15 12:01:42,671 PID: 2740 cluster.py:1012 - DEBUG - Launching node012 (ami: ami-706afe40, type: m2.xlarge)
2013-05-15 12:01:42,671 PID: 2740 cluster.py:1012 - DEBUG - Launching node013 (ami: ami-706afe40, type: m2.xlarge)
2013-05-15 12:01:42,671 PID: 2740 cluster.py:1012 - DEBUG - Launching node014 (ami: ami-706afe40, type: m2.xlarge)
2013-05-15 12:01:42,671 PID: 2740 cluster.py:1012 - DEBUG - Launching node015 (ami: ami-706afe40, type: m2.xlarge)
2013-05-15 12:01:42,671 PID: 2740 cluster.py:1012 - DEBUG - Launching node016 (ami: ami-706afe40, type: m2.xlarge)
2013-05-15 12:01:42,671 PID: 2740 cluster.py:1012 - DEBUG - Launching node017 (ami: ami-706afe40, type: m2.xlarge)
2013-05-15 12:01:42,671 PID: 2740 cluster.py:1012 - DEBUG - Launching node018 (ami: ami-706afe40, type: m2.xlarge)
2013-05-15 12:01:42,671 PID: 2740 cluster.py:1012 - DEBUG - Launching node019 (ami: ami-706afe40, type: m2.xlarge)
2013-05-15 12:01:42,872 PID: 2740 awsutils.py:163 - INFO - Creating security group @sc-vanilla_cluster...
2013-05-15 12:01:44,538 PID: 2740 cluster.py:779 - DEBUG - Userdata size in KB: 0.73
2013-05-15 12:01:44,638 PID: 2740 awsutils.py:350 - DEBUG - Removing ephemeral drive /dev/sdb1 from runtime block device mapping (already mapped by AMI: ami-706afe40)
2013-05-15 12:01:46,212 PID: 2740 cluster.py:825 - INFO - Reservation:r-af11139d
2013-05-15 12:01:46,212 PID: 2740 cluster.py:1278 - INFO - Waiting for cluster to come up... (updating every 30s)
2013-05-15 12:01:47,195 PID: 2740 cluster.py:689 - DEBUG - existing nodes: {}
2013-05-15 12:01:47,195 PID: 2740 cluster.py:697 - DEBUG - adding node i-ca3b80ff to self._nodes list
2013-05-15 12:01:47,678 PID: 2740 cluster.py:697 - DEBUG - adding node i-343a8101 to self._nodes list
2013-05-15 12:01:48,130 PID: 2740 cluster.py:697 - DEBUG - adding node i-363a8103 to self._nodes list
2013-05-15 12:01:49,607 PID: 2740 cluster.py:697 - DEBUG - adding node i-303a8105 to self._nodes list
2013-05-15 12:01:50,065 PID: 2740 cluster.py:697 - DEBUG - adding node i-323a8107 to self._nodes list
2013-05-15 12:01:50,528 PID: 2740 cluster.py:697 - DEBUG - adding node i-3c3a8109 to self._nodes list
2013-05-15 12:01:50,963 PID: 2740 cluster.py:697 - DEBUG - adding node i-3e3a810b to self._nodes list
2013-05-15 12:01:51,444 PID: 2740 cluster.py:697 - DEBUG - adding node i-383a810d to self._nodes list
2013-05-15 12:01:51,884 PID: 2740 cluster.py:697 - DEBUG - adding node i-3a3a810f to self._nodes list
2013-05-15 12:01:52,409 PID: 2740 cluster.py:697 - DEBUG - adding node i-243a8111 to self._nodes list
2013-05-15 12:01:52,846 PID: 2740 cluster.py:697 - DEBUG - adding node i-263a8113 to self._nodes list
2013-05-15 12:01:53,341 PID: 2740 cluster.py:697 - DEBUG - adding node i-203a8115 to self._nodes list
2013-05-15 12:01:53,802 PID: 2740 cluster.py:697 - DEBUG - adding node i-223a8117 to self._nodes list
2013-05-15 12:01:54,348 PID: 2740 cluster.py:697 - DEBUG - adding node i-2c3a8119 to self._nodes list
2013-05-15 12:01:54,822 PID: 2740 cluster.py:697 - DEBUG - adding node i-2e3a811b to self._nodes list
2013-05-15 12:01:57,588 PID: 2740 cluster.py:697 - DEBUG - adding node i-283a811d to self._nodes list
2013-05-15 12:01:58,148 PID: 2740 cluster.py:697 - DEBUG - adding node i-2a3a811f to self._nodes list
2013-05-15 12:01:58,610 PID: 2740 cluster.py:697 - DEBUG - adding node i-143a8121 to self._nodes list
2013-05-15 12:02:00,175 PID: 2740 cluster.py:697 - DEBUG - adding node i-163a8123 to self._nodes list
2013-05-15 12:02:00,652 PID: 2740 cluster.py:697 - DEBUG - adding node i-103a8125 to self._nodes list
2013-05-15 12:02:01,215 PID: 2740 cluster.py:705 - DEBUG - returning self._nodes = [<Node: master (i-ca3b80ff)>, <Node: node001 (i-343a8101)>, <Node: node002 (i-363a8103)>, <Node: node003 (i-303a8105)>, <Node: node004 (i-323a8107)>, <Node: node005 (i-3c3a8109)>, <Node: node006 (i-3e3a810b)>, <Node: node007 (i-383a810d)>, <Node: node008 (i-3a3a810f)>, <Node: node009 (i-243a8111)>, <Node: node010 (i-263a8113)>, <Node: node011 (i-203a8115)>, <Node: node012 (i-223a8117)>, <Node: node013 (i-2c3a8119)>, <Node: node014 (i-2e3a811b)>, <Node: node015 (i-283a811d)>, <Node: node016 (i-2a3a811f)>, <Node: node017 (i-143a8121)>, <Node: node018 (i-163a8123)>, <Node: node019 (i-103a8125)>]
2013-05-15 12:02:01,215 PID: 2740 cluster.py:1245 - INFO - Waiting for all nodes to be in a 'running' state...
2013-05-15 12:02:01,633 PID: 2740 cluster.py:689 - DEBUG - existing nodes: {u'i-283a811d': <Node: node015 (i-283a811d)>, u'i-223a8117': <Node: node012 (i-223a8117)>, u'i-3a3a810f': <Node: node008 (i-3a3a810f)>, u'i-243a8111': <Node: node009 (i-243a8111)>, u'i-383a810d': <Node: node007 (i-383a810d)>, u'i-343a8101': <Node: node001 (i-343a8101)>, u'i-3e3a810b': <Node: node006 (i-3e3a810b)>, u'i-363a8103': <Node: node002 (i-363a8103)>, u'i-2e3a811b': <Node: node014 (i-2e3a811b)>, u'i-143a8121': <Node: node017 (i-143a8121)>, u'i-303a8105': <Node: node003 (i-303a8105)>, u'i-2c3a8119': <Node: node013 (i-2c3a8119)>, u'i-163a8123': <Node: node018 (i-163a8123)>, u'i-263a8113': <Node: node010 (i-263a8113)>, u'i-3c3a8109': <Node: node005 (i-3c3a8109)>, u'i-2a3a811f': <Node: node016 (i-2a3a811f)>, u'i-203a8115': <Node: node011 (i-203a8115)>, u'i-323a8107': <Node: node004 (i-323a8107)>, u'i-103a8125': <Node: node019 (i-103a8125)>, u'i-ca3b80ff': <Node: master (i-ca3b80ff)>}
2013-05-15 12:02:01,633 PID: 2740 cluster.py:692 - DEBUG - updating existing node i-ca3b80ff in self._nodes
2013-05-15 12:02:01,633 PID: 2740 cluster.py:692 - DEBUG - updating existing node i-343a8101 in self._nodes
2013-05-15 12:02:01,633 PID: 2740 cluster.py:692 - DEBUG - updating existing node i-363a8103 in self._nodes
2013-05-15 12:02:01,633 PID: 2740 cluster.py:692 - DEBUG - updating existing node i-303a8105 in self._nodes
2013-05-15 12:02:01,634 PID: 2740 cluster.py:692 - DEBUG - updating existing node i-323a8107 in self._nodes
2013-05-15 12:02:01,634 PID: 2740 cluster.py:692 - DEBUG - updating existing node i-3c3a8109 in self._nodes
2013-05-15 12:02:01,634 PID: 2740 cluster.py:692 - DEBUG - updating existing node i-3e3a810b in self._nodes
2013-05-15 12:02:01,634 PID: 2740 cluster.py:692 - DEBUG - updating existing node i-383a810d in self._nodes
2013-05-15 12:02:01,634 PID: 2740 cluster.py:692 - DEBUG - updating existing node i-3a3a810f in self._nodes
2013-05-15 12:02:01,634 PID: 2740 cluster.py:692 - DEBUG - updating existing node i-243a8111 in self._nodes
2013-05-15 12:02:01,634 PID: 2740 cluster.py:692 - DEBUG - updating existing node i-263a8113 in self._nodes
2013-05-15 12:02:01,634 PID: 2740 cluster.py:692 - DEBUG - updating existing node i-203a8115 in self._nodes
2013-05-15 12:02:01,634 PID: 2740 cluster.py:692 - DEBUG - updating existing node i-223a8117 in self._nodes
2013-05-15 12:02:01,634 PID: 2740 cluster.py:692 - DEBUG - updating existing node i-2c3a8119 in self._nodes
2013-05-15 12:02:01,634 PID: 2740 cluster.py:692 - DEBUG - updating existing node i-2e3a811b in self._nodes
2013-05-15 12:02:01,635 PID: 2740 cluster.py:692 - DEBUG - updating existing node i-283a811d in self._nodes
2013-05-15 12:02:01,635 PID: 2740 cluster.py:692 - DEBUG - updating existing node i-2a3a811f in self._nodes
2013-05-15 12:02:01,635 PID: 2740 cluster.py:692 - DEBUG - updating existing node i-143a8121 in self._nodes
2013-05-15 12:02:01,635 PID: 2740 cluster.py:692 - DEBUG - updating existing node i-163a8123 in self._nodes
2013-05-15 12:02:01,635 PID: 2740 cluster.py:692 - DEBUG - updating existing node i-103a8125 in self._nodes
2013-05-15 12:02:01,635 PID: 2740 cluster.py:705 - DEBUG - returning self._nodes = [<Node: master (i-ca3b80ff)>, <Node: node001 (i-343a8101)>, <Node: node002 (i-363a8103)>, <Node: node003 (i-303a8105)>, <Node: node004 (i-323a8107)>, <Node: node005 (i-3c3a8109)>, <Node: node006 (i-3e3a810b)>, <Node: node007 (i-383a810d)>, <Node: node008 (i-3a3a810f)>, <Node: node009 (i-243a8111)>, <Node: node010 (i-263a8113)>, <Node: node011 (i-203a8115)>, <Node: node012 (i-223a8117)>, <Node: node013 (i-2c3a8119)>, <Node: node014 (i-2e3a811b)>, <Node: node015 (i-283a811d)>, <Node: node016 (i-2a3a811f)>, <Node: node017 (i-143a8121)>, <Node: node018 (i-163a8123)>, <Node: node019 (i-103a8125)>]
2013-05-15 12:02:32,663 PID: 2740 cluster.py:689 - DEBUG - existing nodes: {u'i-283a811d': <Node: node015 (i-283a811d)>, u'i-223a8117': <Node: node012 (i-223a8117)>, u'i-3a3a810f': <Node: node008 (i-3a3a810f)>, u'i-243a8111': <Node: node009 (i-243a8111)>, u'i-383a810d': <Node: node007 (i-383a810d)>, u'i-343a8101': <Node: node001 (i-343a8101)>, u'i-3e3a810b': <Node: node006 (i-3e3a810b)>, u'i-363a8103': <Node: node002 (i-363a8103)>, u'i-2e3a811b': <Node: node014 (i-2e3a811b)>, u'i-143a8121': <Node: node017 (i-143a8121)>, u'i-303a8105': <Node: node003 (i-303a8105)>, u'i-2c3a8119': <Node: node013 (i-2c3a8119)>, u'i-163a8123': <Node: node018 (i-163a8123)>, u'i-263a8113': <Node: node010 (i-263a8113)>, u'i-3c3a8109': <Node: node005 (i-3c3a8109)>, u'i-2a3a811f': <Node: node016 (i-2a3a811f)>, u'i-203a8115': <Node: node011 (i-203a8115)>, u'i-323a8107': <Node: node004 (i-323a8107)>, u'i-103a8125': <Node: node019 (i-103a8125)>, u'i-ca3b80ff': <Node: master (i-ca3b80ff)>}
2013-05-15 12:02:32,663 PID: 2740 cluster.py:692 - DEBUG - updating existing node i-ca3b80ff in self._nodes
2013-05-15 12:02:32,663 PID: 2740 cluster.py:692 - DEBUG - updating existing node i-343a8101 in self._nodes
2013-05-15 12:02:32,663 PID: 2740 cluster.py:692 - DEBUG - updating existing node i-363a8103 in self._nodes
2013-05-15 12:02:32,663 PID: 2740 cluster.py:692 - DEBUG - updating existing node i-303a8105 in self._nodes
2013-05-15 12:02:32,663 PID: 2740 cluster.py:692 - DEBUG - updating existing node i-323a8107 in self._nodes
2013-05-15 12:02:32,663 PID: 2740 cluster.py:692 - DEBUG - updating existing node i-3c3a8109 in self._nodes
2013-05-15 12:02:32,664 PID: 2740 cluster.py:692 - DEBUG - updating existing node i-3e3a810b in self._nodes
2013-05-15 12:02:32,664 PID: 2740 cluster.py:692 - DEBUG - updating existing node i-383a810d in self._nodes
2013-05-15 12:02:32,664 PID: 2740 cluster.py:692 - DEBUG - updating existing node i-3a3a810f in self._nodes
2013-05-15 12:02:32,664 PID: 2740 cluster.py:692 - DEBUG - updating existing node i-243a8111 in self._nodes
2013-05-15 12:02:32,664 PID: 2740 cluster.py:692 - DEBUG - updating existing node i-263a8113 in self._nodes
2013-05-15 12:02:32,664 PID: 2740 cluster.py:692 - DEBUG - updating existing node i-203a8115 in self._nodes
2013-05-15 12:02:32,664 PID: 2740 cluster.py:692 - DEBUG - updating existing node i-223a8117 in self._nodes
2013-05-15 12:02:32,664 PID: 2740 cluster.py:692 - DEBUG - updating existing node i-2c3a8119 in self._nodes
2013-05-15 12:02:32,664 PID: 2740 cluster.py:692 - DEBUG - updating existing node i-2e3a811b in self._nodes
2013-05-15 12:02:32,664 PID: 2740 cluster.py:692 - DEBUG - updating existing node i-283a811d in self._nodes
2013-05-15 12:02:32,664 PID: 2740 cluster.py:692 - DEBUG - updating existing node i-2a3a811f in self._nodes
2013-05-15 12:02:32,665 PID: 2740 cluster.py:692 - DEBUG - updating existing node i-143a8121 in self._nodes
2013-05-15 12:02:32,665 PID: 2740 cluster.py:692 - DEBUG - updating existing node i-163a8123 in self._nodes
2013-05-15 12:02:32,665 PID: 2740 cluster.py:692 - DEBUG - updating existing node i-103a8125 in self._nodes
2013-05-15 12:02:32,665 PID: 2740 cluster.py:705 - DEBUG - returning self._nodes = [<Node: master (i-ca3b80ff)>, <Node: node001 (i-343a8101)>, <Node: node002 (i-363a8103)>, <Node: node003 (i-303a8105)>, <Node: node004 (i-323a8107)>, <Node: node005 (i-3c3a8109)>, <Node: node006 (i-3e3a810b)>, <Node: node007 (i-383a810d)>, <Node: node008 (i-3a3a810f)>, <Node: node009 (i-243a8111)>, <Node: node010 (i-263a8113)>, <Node: node011 (i-203a8115)>, <Node: node012 (i-223a8117)>, <Node: node013 (i-2c3a8119)>, <Node: node014 (i-2e3a811b)>, <Node: node015 (i-283a811d)>, <Node: node016 (i-2a3a811f)>, <Node: node017 (i-143a8121)>, <Node: node018 (i-163a8123)>, <Node: node019 (i-103a8125)>]
2013-05-15 12:02:32,665 PID: 2740 cluster.py:1263 - INFO - Waiting for SSH to come up on all nodes...
2013-05-15 12:02:33,148 PID: 2740 cluster.py:689 - DEBUG - existing nodes: {u'i-283a811d': <Node: node015 (i-283a811d)>, u'i-223a8117': <Node: node012 (i-223a8117)>, u'i-3a3a810f': <Node: node008 (i-3a3a810f)>, u'i-243a8111': <Node: node009 (i-243a8111)>, u'i-383a810d': <Node: node007 (i-383a810d)>, u'i-343a8101': <Node: node001 (i-343a8101)>, u'i-3e3a810b': <Node: node006 (i-3e3a810b)>, u'i-363a8103': <Node: node002 (i-363a8103)>, u'i-2e3a811b': <Node: node014 (i-2e3a811b)>, u'i-143a8121': <Node: node017 (i-143a8121)>, u'i-303a8105': <Node: node003 (i-303a8105)>, u'i-2c3a8119': <Node: node013 (i-2c3a8119)>, u'i-163a8123': <Node: node018 (i-163a8123)>, u'i-263a8113': <Node: node010 (i-263a8113)>, u'i-3c3a8109': <Node: node005 (i-3c3a8109)>, u'i-2a3a811f': <Node: node016 (i-2a3a811f)>, u'i-203a8115': <Node: node011 (i-203a8115)>, u'i-323a8107': <Node: node004 (i-323a8107)>, u'i-103a8125': <Node: node019 (i-103a8125)>, u'i-ca3b80ff': <Node: master (i-ca3b80ff)>}
2013-05-15 12:02:33,148 PID: 2740 cluster.py:692 - DEBUG - updating existing node i-ca3b80ff in self._nodes
2013-05-15 12:02:33,149 PID: 2740 cluster.py:692 - DEBUG - updating existing node i-343a8101 in self._nodes
2013-05-15 12:02:33,149 PID: 2740 cluster.py:692 - DEBUG - updating existing node i-363a8103 in self._nodes
2013-05-15 12:02:33,149 PID: 2740 cluster.py:692 - DEBUG - updating existing node i-303a8105 in self._nodes
2013-05-15 12:02:33,149 PID: 2740 cluster.py:692 - DEBUG - updating existing node i-323a8107 in self._nodes
2013-05-15 12:02:33,149 PID: 2740 cluster.py:692 - DEBUG - updating existing node i-3c3a8109 in self._nodes
2013-05-15 12:02:33,149 PID: 2740 cluster.py:692 - DEBUG - updating existing node i-3e3a810b in self._nodes
2013-05-15 12:02:33,149 PID: 2740 cluster.py:692 - DEBUG - updating existing node i-383a810d in self._nodes
2013-05-15 12:02:33,149 PID: 2740 cluster.py:692 - DEBUG - updating existing node i-3a3a810f in self._nodes
2013-05-15 12:02:33,149 PID: 2740 cluster.py:692 - DEBUG - updating existing node i-243a8111 in self._nodes
2013-05-15 12:02:33,149 PID: 2740 cluster.py:692 - DEBUG - updating existing node i-263a8113 in self._nodes
2013-05-15 12:02:33,149 PID: 2740 cluster.py:692 - DEBUG - updating existing node i-203a8115 in self._nodes
2013-05-15 12:02:33,149 PID: 2740 cluster.py:692 - DEBUG - updating existing node i-223a8117 in self._nodes
2013-05-15 12:02:33,150 PID: 2740 cluster.py:692 - DEBUG - updating existing node i-2c3a8119 in self._nodes
2013-05-15 12:02:33,150 PID: 2740 cluster.py:692 - DEBUG - updating existing node i-2e3a811b in self._nodes
2013-05-15 12:02:33,150 PID: 2740 cluster.py:692 - DEBUG - updating existing node i-283a811d in self._nodes
2013-05-15 12:02:33,150 PID: 2740 cluster.py:692 - DEBUG - updating existing node i-2a3a811f in self._nodes
2013-05-15 12:02:33,150 PID: 2740 cluster.py:692 - DEBUG - updating existing node i-143a8121 in self._nodes
2013-05-15 12:02:33,150 PID: 2740 cluster.py:692 - DEBUG - updating existing node i-163a8123 in self._nodes
2013-05-15 12:02:33,150 PID: 2740 cluster.py:692 - DEBUG - updating existing node i-103a8125 in self._nodes
2013-05-15 12:02:33,150 PID: 2740 cluster.py:705 - DEBUG - returning self._nodes = [<Node: master (i-ca3b80ff)>, <Node: node001 (i-343a8101)>, <Node: node002 (i-363a8103)>, <Node: node003 (i-303a8105)>, <Node: node004 (i-323a8107)>, <Node: node005 (i-3c3a8109)>, <Node: node006 (i-3e3a810b)>, <Node: node007 (i-383a810d)>, <Node: node008 (i-3a3a810f)>, <Node: node009 (i-243a8111)>, <Node: node010 (i-263a8113)>, <Node: node011 (i-203a8115)>, <Node: node012 (i-223a8117)>, <Node: node013 (i-2c3a8119)>, <Node: node014 (i-2e3a811b)>, <Node: node015 (i-283a811d)>, <Node: node016 (i-2a3a811f)>, <Node: node017 (i-143a8121)>, <Node: node018 (i-163a8123)>, <Node: node019 (i-103a8125)>]
2013-05-15 12:02:33,161 PID: 2740 threadpool.py:151 - DEBUG - unfinished_tasks = 20
2013-05-15 12:02:33,325 PID: 2740 __init__.py:69 - DEBUG - loading private key /Users/alessandro/.ssh/path-ops.pem
2013-05-15 12:02:33,325 PID: 2740 __init__.py:76 - DEBUG - specified key does not end in either rsa or dsa, trying both
2013-05-15 12:02:33,354 PID: 2740 __init__.py:161 - DEBUG - Using private key /Users/alessandro/.ssh/path-ops.pem (rsa)
2013-05-15 12:02:33,355 PID: 2740 __init__.py:91 - DEBUG - connecting to host ec2-54-244-157-241.us-west-2.compute.amazonaws.com on port 22 as user root
2013-05-15 12:02:33,500 PID: 2740 __init__.py:69 - DEBUG - loading private key /Users/alessandro/.ssh/path-ops.pem
2013-05-15 12:02:33,500 PID: 2740 __init__.py:76 - DEBUG - specified key does not end in either rsa or dsa, trying both
2013-05-15 12:02:33,501 PID: 2740 __init__.py:161 - DEBUG - Using private key /Users/alessandro/.ssh/path-ops.pem (rsa)
2013-05-15 12:02:33,501 PID: 2740 __init__.py:91 - DEBUG - connecting to host ec2-54-214-72-151.us-west-2.compute.amazonaws.com on port 22 as user root
2013-05-15 12:02:33,520 PID: 2740 __init__.py:69 - DEBUG - loading private key /Users/alessandro/.ssh/path-ops.pem
2013-05-15 12:02:33,520 PID: 2740 __init__.py:76 - DEBUG - specified key does not end in either rsa or dsa, trying both
2013-05-15 12:02:33,521 PID: 2740 __init__.py:161 - DEBUG - Using private key /Users/alessandro/.ssh/path-ops.pem (rsa)
2013-05-15 12:02:33,521 PID: 2740 __init__.py:91 - DEBUG - connecting to host ec2-54-245-15-4.us-west-2.compute.amazonaws.com on port 22 as user root
2013-05-15 12:02:33,523 PID: 2740 __init__.py:69 - DEBUG - loading private key /Users/alessandro/.ssh/path-ops.pem
2013-05-15 12:02:33,523 PID: 2740 __init__.py:76 - DEBUG - specified key does not end in either rsa or dsa, trying both
2013-05-15 12:02:33,524 PID: 2740 __init__.py:161 - DEBUG - Using private key /Users/alessandro/.ssh/path-ops.pem (rsa)
2013-05-15 12:02:33,524 PID: 2740 __init__.py:91 - DEBUG - connecting to host ec2-50-112-80-58.us-west-2.compute.amazonaws.com on port 22 as user root
2013-05-15 12:02:33,533 PID: 2740 __init__.py:69 - DEBUG - loading private key /Users/alessandro/.ssh/path-ops.pem
2013-05-15 12:02:33,533 PID: 2740 __init__.py:76 - DEBUG - specified key does not end in either rsa or dsa, trying both
2013-05-15 12:02:33,534 PID: 2740 __init__.py:161 - DEBUG - Using private key /Users/alessandro/.ssh/path-ops.pem (rsa)
2013-05-15 12:02:33,534 PID: 2740 __init__.py:91 - DEBUG - connecting to host ec2-54-244-154-147.us-west-2.compute.amazonaws.com on port 22 as user root
2013-05-15 12:02:33,536 PID: 2740 __init__.py:69 - DEBUG - loading private key /Users/alessandro/.ssh/path-ops.pem
2013-05-15 12:02:33,536 PID: 2740 __init__.py:76 - DEBUG - specified key does not end in either rsa or dsa, trying both
2013-05-15 12:02:33,537 PID: 2740 __init__.py:161 - DEBUG - Using private key /Users/alessandro/.ssh/path-ops.pem (rsa)
2013-05-15 12:02:33,537 PID: 2740 __init__.py:91 - DEBUG - connecting to host ec2-54-244-84-3.us-west-2.compute.amazonaws.com on port 22 as user root
2013-05-15 12:02:33,567 PID: 2740 __init__.py:69 - DEBUG - loading private key /Users/alessandro/.ssh/path-ops.pem
2013-05-15 12:02:33,567 PID: 2740 __init__.py:76 - DEBUG - specified key does not end in either rsa or dsa, trying both
2013-05-15 12:02:33,568 PID: 2740 __init__.py:161 - DEBUG - Using private key /Users/alessandro/.ssh/path-ops.pem (rsa)
2013-05-15 12:02:33,568 PID: 2740 __init__.py:91 - DEBUG - connecting to host ec2-50-112-74-151.us-west-2.compute.amazonaws.com on port 22 as user root
2013-05-15 12:02:33,579 PID: 2740 __init__.py:69 - DEBUG - loading private key /Users/alessandro/.ssh/path-ops.pem
2013-05-15 12:02:33,579 PID: 2740 __init__.py:76 - DEBUG - specified key does not end in either rsa or dsa, trying both
2013-05-15 12:02:33,580 PID: 2740 __init__.py:161 - DEBUG - Using private key /Users/alessandro/.ssh/path-ops.pem (rsa)
2013-05-15 12:02:33,580 PID: 2740 __init__.py:91 - DEBUG - connecting to host ec2-54-245-176-81.us-west-2.compute.amazonaws.com on port 22 as user root
2013-05-15 12:02:33,585 PID: 2740 __init__.py:69 - DEBUG - loading private key /Users/alessandro/.ssh/path-ops.pem
2013-05-15 12:02:33,585 PID: 2740 __init__.py:76 - DEBUG - specified key does not end in either rsa or dsa, trying both
2013-05-15 12:02:33,587 PID: 2740 __init__.py:161 - DEBUG - Using private key /Users/alessandro/.ssh/path-ops.pem (rsa)
2013-05-15 12:02:33,588 PID: 2740 __init__.py:69 - DEBUG - loading private key /Users/alessandro/.ssh/path-ops.pem
2013-05-15 12:02:33,588 PID: 2740 __init__.py:91 - DEBUG - connecting to host ec2-54-245-34-167.us-west-2.compute.amazonaws.com on port 22 as user root
2013-05-15 12:02:33,588 PID: 2740 __init__.py:76 - DEBUG - specified key does not end in either rsa or dsa, trying both
2013-05-15 12:02:33,589 PID: 2740 __init__.py:161 - DEBUG - Using private key /Users/alessandro/.ssh/path-ops.pem (rsa)
2013-05-15 12:02:33,589 PID: 2740 __init__.py:91 - DEBUG - connecting to host ec2-54-245-34-88.us-west-2.compute.amazonaws.com on port 22 as user root
2013-05-15 12:02:33,590 PID: 2740 __init__.py:69 - DEBUG - loading private key /Users/alessandro/.ssh/path-ops.pem
2013-05-15 12:02:33,590 PID: 2740 __init__.py:76 - DEBUG - specified key does not end in either rsa or dsa, trying both
2013-05-15 12:02:33,591 PID: 2740 __init__.py:161 - DEBUG - Using private key /Users/alessandro/.ssh/path-ops.pem (rsa)
2013-05-15 12:02:33,591 PID: 2740 __init__.py:91 - DEBUG - connecting to host ec2-50-112-81-69.us-west-2.compute.amazonaws.com on port 22 as user root
2013-05-15 12:02:33,592 PID: 2740 __init__.py:69 - DEBUG - loading private key /Users/alessandro/.ssh/path-ops.pem
2013-05-15 12:02:33,593 PID: 2740 __init__.py:76 - DEBUG - specified key does not end in either rsa or dsa, trying both
2013-05-15 12:02:33,593 PID: 2740 __init__.py:161 - DEBUG - Using private key /Users/alessandro/.ssh/path-ops.pem (rsa)
2013-05-15 12:02:33,593 PID: 2740 __init__.py:91 - DEBUG - connecting to host ec2-50-112-35-156.us-west-2.compute.amazonaws.com on port 22 as user root
2013-05-15 12:02:33,600 PID: 2740 __init__.py:69 - DEBUG - loading private key /Users/alessandro/.ssh/path-ops.pem
2013-05-15 12:02:33,600 PID: 2740 __init__.py:76 - DEBUG - specified key does not end in either rsa or dsa, trying both
2013-05-15 12:02:33,601 PID: 2740 __init__.py:161 - DEBUG - Using private key /Users/alessandro/.ssh/path-ops.pem (rsa)
2013-05-15 12:02:33,601 PID: 2740 __init__.py:91 - DEBUG - connecting to host ec2-54-244-148-79.us-west-2.compute.amazonaws.com on port 22 as user root
2013-05-15 12:02:33,637 PID: 2740 __init__.py:69 - DEBUG - loading private key /Users/alessandro/.ssh/path-ops.pem
2013-05-15 12:02:33,637 PID: 2740 __init__.py:76 - DEBUG - specified key does not end in either rsa or dsa, trying both
2013-05-15 12:02:33,639 PID: 2740 __init__.py:161 - DEBUG - Using private key /Users/alessandro/.ssh/path-ops.pem (rsa)
2013-05-15 12:02:33,639 PID: 2740 __init__.py:91 - DEBUG - connecting to host ec2-54-245-56-175.us-west-2.compute.amazonaws.com on port 22 as user root
2013-05-15 12:02:33,729 PID: 2740 __init__.py:69 - DEBUG - loading private key /Users/alessandro/.ssh/path-ops.pem
2013-05-15 12:02:33,729 PID: 2740 __init__.py:76 - DEBUG - specified key does not end in either rsa or dsa, trying both
2013-05-15 12:02:33,731 PID: 2740 __init__.py:161 - DEBUG - Using private key /Users/alessandro/.ssh/path-ops.pem (rsa)
2013-05-15 12:02:33,732 PID: 2740 __init__.py:91 - DEBUG - connecting to host ec2-54-244-69-69.us-west-2.compute.amazonaws.com on port 22 as user root
2013-05-15 12:02:33,734 PID: 2740 __init__.py:69 - DEBUG - loading private key /Users/alessandro/.ssh/path-ops.pem
2013-05-15 12:02:33,734 PID: 2740 __init__.py:76 - DEBUG - specified key does not end in either rsa or dsa, trying both
2013-05-15 12:02:33,735 PID: 2740 __init__.py:161 - DEBUG - Using private key /Users/alessandro/.ssh/path-ops.pem (rsa)
2013-05-15 12:02:33,735 PID: 2740 __init__.py:91 - DEBUG - connecting to host ec2-50-112-70-181.us-west-2.compute.amazonaws.com on port 22 as user root
2013-05-15 12:02:34,163 PID: 2740 threadpool.py:151 - DEBUG - unfinished_tasks = 20
2013-05-15 12:02:34,541 PID: 2740 __init__.py:69 - DEBUG - loading private key /Users/alessandro/.ssh/path-ops.pem
2013-05-15 12:02:34,541 PID: 2740 __init__.py:76 - DEBUG - specified key does not end in either rsa or dsa, trying both
2013-05-15 12:02:34,543 PID: 2740 __init__.py:161 - DEBUG - Using private key /Users/alessandro/.ssh/path-ops.pem (rsa)
2013-05-15 12:02:34,543 PID: 2740 __init__.py:91 - DEBUG - connecting to host ec2-54-245-77-112.us-west-2.compute.amazonaws.com on port 22 as user root
2013-05-15 12:02:34,569 PID: 2740 __init__.py:69 - DEBUG - loading private key /Users/alessandro/.ssh/path-ops.pem
2013-05-15 12:02:34,569 PID: 2740 __init__.py:76 - DEBUG - specified key does not end in either rsa or dsa, trying both
2013-05-15 12:02:34,570 PID: 2740 __init__.py:161 - DEBUG - Using private key /Users/alessandro/.ssh/path-ops.pem (rsa)
2013-05-15 12:02:34,570 PID: 2740 __init__.py:91 - DEBUG - connecting to host ec2-50-112-221-132.us-west-2.compute.amazonaws.com on port 22 as user root
2013-05-15 12:02:34,584 PID: 2740 __init__.py:69 - DEBUG - loading private key /Users/alessandro/.ssh/path-ops.pem
2013-05-15 12:02:34,584 PID: 2740 __init__.py:76 - DEBUG - specified key does not end in either rsa or dsa, trying both
2013-05-15 12:02:34,585 PID: 2740 __init__.py:161 - DEBUG - Using private key /Users/alessandro/.ssh/path-ops.pem (rsa)
2013-05-15 12:02:34,586 PID: 2740 __init__.py:91 - DEBUG - connecting to host ec2-54-244-150-213.us-west-2.compute.amazonaws.com on port 22 as user root
2013-05-15 12:02:34,598 PID: 2740 __init__.py:69 - DEBUG - loading private key /Users/alessandro/.ssh/path-ops.pem
2013-05-15 12:02:34,598 PID: 2740 __init__.py:76 - DEBUG - specified key does not end in either rsa or dsa, trying both
2013-05-15 12:02:34,599 PID: 2740 __init__.py:161 - DEBUG - Using private key /Users/alessandro/.ssh/path-ops.pem (rsa)
2013-05-15 12:02:34,600 PID: 2740 __init__.py:91 - DEBUG - connecting to host ec2-50-112-70-207.us-west-2.compute.amazonaws.com on port 22 as user root
2013-05-15 12:02:35,164 PID: 2740 threadpool.py:151 - DEBUG - unfinished_tasks = 20
2013-05-15 12:02:36,168 PID: 2740 threadpool.py:151 - DEBUG - unfinished_tasks = 20
2013-05-15 12:02:37,169 PID: 2740 threadpool.py:151 - DEBUG - unfinished_tasks = 20
2013-05-15 12:02:38,171 PID: 2740 threadpool.py:151 - DEBUG - unfinished_tasks = 20
2013-05-15 12:02:39,172 PID: 2740 threadpool.py:151 - DEBUG - unfinished_tasks = 20
2013-05-15 12:02:40,174 PID: 2740 threadpool.py:151 - DEBUG - unfinished_tasks = 20
2013-05-15 12:02:41,176 PID: 2740 threadpool.py:151 - DEBUG - unfinished_tasks = 20
2013-05-15 12:02:42,177 PID: 2740 threadpool.py:151 - DEBUG - unfinished_tasks = 20
2013-05-15 12:02:43,179 PID: 2740 threadpool.py:151 - DEBUG - unfinished_tasks = 20
2013-05-15 12:02:44,180 PID: 2740 threadpool.py:151 - DEBUG - unfinished_tasks = 20
2013-05-15 12:02:45,181 PID: 2740 threadpool.py:151 - DEBUG - unfinished_tasks = 20
2013-05-15 12:02:46,183 PID: 2740 threadpool.py:151 - DEBUG - unfinished_tasks = 20
2013-05-15 12:02:47,184 PID: 2740 threadpool.py:151 - DEBUG - unfinished_tasks = 20
2013-05-15 12:02:48,185 PID: 2740 threadpool.py:151 - DEBUG - unfinished_tasks = 20
2013-05-15 12:02:49,186 PID: 2740 threadpool.py:151 - DEBUG - unfinished_tasks = 20
2013-05-15 12:02:50,186 PID: 2740 threadpool.py:151 - DEBUG - unfinished_tasks = 20
2013-05-15 12:02:51,187 PID: 2740 threadpool.py:151 - DEBUG - unfinished_tasks = 20
2013-05-15 12:02:52,188 PID: 2740 threadpool.py:151 - DEBUG - unfinished_tasks = 20
2013-05-15 12:02:53,190 PID: 2740 threadpool.py:151 - DEBUG - unfinished_tasks = 20
2013-05-15 12:02:54,192 PID: 2740 threadpool.py:151 - DEBUG - unfinished_tasks = 20
2013-05-15 12:02:55,193 PID: 2740 threadpool.py:151 - DEBUG - unfinished_tasks = 20
2013-05-15 12:02:56,194 PID: 2740 threadpool.py:151 - DEBUG - unfinished_tasks = 20
2013-05-15 12:02:57,195 PID: 2740 threadpool.py:151 - DEBUG - unfinished_tasks = 20
2013-05-15 12:02:58,197 PID: 2740 threadpool.py:151 - DEBUG - unfinished_tasks = 20
2013-05-15 12:02:59,198 PID: 2740 threadpool.py:151 - DEBUG - unfinished_tasks = 20
2013-05-15 12:03:00,200 PID: 2740 threadpool.py:151 - DEBUG - unfinished_tasks = 20
2013-05-15 12:03:01,202 PID: 2740 threadpool.py:151 - DEBUG - unfinished_tasks = 20
2013-05-15 12:03:02,203 PID: 2740 threadpool.py:151 - DEBUG - unfinished_tasks = 20
2013-05-15 12:03:03,205 PID: 2740 threadpool.py:151 - DEBUG - unfinished_tasks = 20
2013-05-15 12:03:04,207 PID: 2740 threadpool.py:151 - DEBUG - unfinished_tasks = 20
2013-05-15 12:03:05,208 PID: 2740 threadpool.py:151 - DEBUG - unfinished_tasks = 20
2013-05-15 12:03:06,158 PID: 2740 __init__.py:91 - DEBUG - connecting to host ec2-54-244-84-3.us-west-2.compute.amazonaws.com on port 22 as user root
2013-05-15 12:03:06,210 PID: 2740 threadpool.py:151 - DEBUG - unfinished_tasks = 20
2013-05-15 12:03:06,395 PID: 2740 __init__.py:91 - DEBUG - connecting to host ec2-54-245-56-175.us-west-2.compute.amazonaws.com on port 22 as user root
2013-05-15 12:03:06,416 PID: 2740 __init__.py:91 - DEBUG - connecting to host ec2-50-112-70-181.us-west-2.compute.amazonaws.com on port 22 as user root
2013-05-15 12:03:06,561 PID: 2740 __init__.py:180 - DEBUG - creating sftp connection
2013-05-15 12:03:06,894 PID: 2740 __init__.py:180 - DEBUG - creating sftp connection
2013-05-15 12:03:06,992 PID: 2740 __init__.py:180 - DEBUG - creating sftp connection
2013-05-15 12:03:07,106 PID: 2740 __init__.py:91 - DEBUG - connecting to host ec2-50-112-81-69.us-west-2.compute.amazonaws.com on port 22 as user root
2013-05-15 12:03:07,211 PID: 2740 threadpool.py:151 - DEBUG - unfinished_tasks = 18
2013-05-15 12:03:07,224 PID: 2740 __init__.py:91 - DEBUG - connecting to host ec2-54-245-34-167.us-west-2.compute.amazonaws.com on port 22 as user root
2013-05-15 12:03:07,312 PID: 2740 __init__.py:91 - DEBUG - connecting to host ec2-54-214-72-151.us-west-2.compute.amazonaws.com on port 22 as user root
2013-05-15 12:03:07,404 PID: 2740 __init__.py:91 - DEBUG - connecting to host ec2-50-112-221-132.us-west-2.compute.amazonaws.com on port 22 as user root
2013-05-15 12:03:07,696 PID: 2740 __init__.py:180 - DEBUG - creating sftp connection
2013-05-15 12:03:07,904 PID: 2740 __init__.py:180 - DEBUG - creating sftp connection
2013-05-15 12:03:07,922 PID: 2740 __init__.py:180 - DEBUG - creating sftp connection
2013-05-15 12:03:08,209 PID: 2740 __init__.py:180 - DEBUG - creating sftp connection
2013-05-15 12:03:08,212 PID: 2740 threadpool.py:151 - DEBUG - unfinished_tasks = 14
2013-05-15 12:03:09,003 PID: 2740 __init__.py:91 - DEBUG - connecting to host ec2-54-244-69-69.us-west-2.compute.amazonaws.com on port 22 as user root
2013-05-15 12:03:09,214 PID: 2740 threadpool.py:151 - DEBUG - unfinished_tasks = 13
2013-05-15 12:03:09,345 PID: 2740 __init__.py:91 - DEBUG - connecting to host ec2-54-245-15-4.us-west-2.compute.amazonaws.com on port 22 as user root
2013-05-15 12:03:09,349 PID: 2740 __init__.py:91 - DEBUG - connecting to host ec2-50-112-74-151.us-west-2.compute.amazonaws.com on port 22 as user root
2013-05-15 12:03:09,712 PID: 2740 __init__.py:91 - DEBUG - connecting to host ec2-54-244-148-79.us-west-2.compute.amazonaws.com on port 22 as user root
2013-05-15 12:03:09,949 PID: 2740 __init__.py:180 - DEBUG - creating sftp connection
2013-05-15 12:03:10,161 PID: 2740 __init__.py:180 - DEBUG - creating sftp connection
2013-05-15 12:03:10,216 PID: 2740 threadpool.py:151 - DEBUG - unfinished_tasks = 13
2013-05-15 12:03:10,380 PID: 2740 __init__.py:180 - DEBUG - creating sftp connection
2013-05-15 12:03:10,431 PID: 2740 __init__.py:91 - DEBUG - connecting to host ec2-54-245-77-112.us-west-2.compute.amazonaws.com on port 22 as user root
2013-05-15 12:03:10,575 PID: 2740 __init__.py:180 - DEBUG - creating sftp connection
2013-05-15 12:03:10,582 PID: 2740 __init__.py:91 - DEBUG - connecting to host ec2-54-244-150-213.us-west-2.compute.amazonaws.com on port 22 as user root
2013-05-15 12:03:11,047 PID: 2740 __init__.py:180 - DEBUG - creating sftp connection
2013-05-15 12:03:11,154 PID: 2740 __init__.py:91 - DEBUG - connecting to host ec2-50-112-70-207.us-west-2.compute.amazonaws.com on port 22 as user root
2013-05-15 12:03:11,197 PID: 2740 __init__.py:180 - DEBUG - creating sftp connection
2013-05-15 12:03:11,217 PID: 2740 threadpool.py:151 - DEBUG - unfinished_tasks = 9
2013-05-15 12:03:11,415 PID: 2740 __init__.py:91 - DEBUG - connecting to host ec2-54-245-176-81.us-west-2.compute.amazonaws.com on port 22 as user root
2013-05-15 12:03:11,899 PID: 2740 __init__.py:180 - DEBUG - creating sftp connection
2013-05-15 12:03:12,120 PID: 2740 __init__.py:180 - DEBUG - creating sftp connection
2013-05-15 12:03:12,218 PID: 2740 threadpool.py:151 - DEBUG - unfinished_tasks = 6
2013-05-15 12:03:12,270 PID: 2740 __init__.py:91 - DEBUG - connecting to host ec2-54-244-157-241.us-west-2.compute.amazonaws.com on port 22 as user root
2013-05-15 12:03:12,867 PID: 2740 __init__.py:180 - DEBUG - creating sftp connection
2013-05-15 12:03:13,220 PID: 2740 threadpool.py:151 - DEBUG - unfinished_tasks = 4
2013-05-15 12:03:13,661 PID: 2740 __init__.py:91 - DEBUG - connecting to host ec2-54-244-154-147.us-west-2.compute.amazonaws.com on port 22 as user root
2013-05-15 12:03:13,893 PID: 2740 __init__.py:91 - DEBUG - connecting to host ec2-50-112-35-156.us-west-2.compute.amazonaws.com on port 22 as user root
2013-05-15 12:03:14,221 PID: 2740 threadpool.py:151 - DEBUG - unfinished_tasks = 4
2013-05-15 12:03:14,339 PID: 2740 __init__.py:180 - DEBUG - creating sftp connection
2013-05-15 12:03:14,371 PID: 2740 __init__.py:180 - DEBUG - creating sftp connection
2013-05-15 12:03:15,222 PID: 2740 threadpool.py:151 - DEBUG - unfinished_tasks = 2
2013-05-15 12:03:15,690 PID: 2740 __init__.py:91 - DEBUG - connecting to host ec2-50-112-80-58.us-west-2.compute.amazonaws.com on port 22 as user root
2013-05-15 12:03:16,224 PID: 2740 threadpool.py:151 - DEBUG - unfinished_tasks = 2
2013-05-15 12:03:16,495 PID: 2740 __init__.py:180 - DEBUG - creating sftp connection
2013-05-15 12:03:17,225 PID: 2740 threadpool.py:151 - DEBUG - unfinished_tasks = 1
2013-05-15 12:03:18,227 PID: 2740 threadpool.py:151 - DEBUG - unfinished_tasks = 1
2013-05-15 12:03:19,229 PID: 2740 threadpool.py:151 - DEBUG - unfinished_tasks = 1
2013-05-15 12:03:20,194 PID: 2740 __init__.py:91 - DEBUG - connecting to host ec2-54-245-34-88.us-west-2.compute.amazonaws.com on port 22 as user root
2013-05-15 12:03:20,229 PID: 2740 threadpool.py:151 - DEBUG - unfinished_tasks = 1
2013-05-15 12:03:20,603 PID: 2740 __init__.py:180 - DEBUG - creating sftp connection
2013-05-15 12:03:21,230 PID: 2740 utils.py:98 - INFO - Waiting for cluster to come up took 1.584 mins
2013-05-15 12:03:21,231 PID: 2740 cluster.py:1500 - INFO - The master node is ec2-54-244-157-241.us-west-2.compute.amazonaws.com
2013-05-15 12:03:21,231 PID: 2740 cluster.py:1501 - INFO - Configuring cluster...
2013-05-15 12:03:21,745 PID: 2740 cluster.py:689 - DEBUG - existing nodes: {u'i-283a811d': <Node: node015 (i-283a811d)>, u'i-223a8117': <Node: node012 (i-223a8117)>, u'i-3a3a810f': <Node: node008 (i-3a3a810f)>, u'i-243a8111': <Node: node009 (i-243a8111)>, u'i-383a810d': <Node: node007 (i-383a810d)>, u'i-343a8101': <Node: node001 (i-343a8101)>, u'i-3e3a810b': <Node: node006 (i-3e3a810b)>, u'i-363a8103': <Node: node002 (i-363a8103)>, u'i-2e3a811b': <Node: node014 (i-2e3a811b)>, u'i-143a8121': <Node: node017 (i-143a8121)>, u'i-303a8105': <Node: node003 (i-303a8105)>, u'i-2c3a8119': <Node: node013 (i-2c3a8119)>, u'i-163a8123': <Node: node018 (i-163a8123)>, u'i-263a8113': <Node: node010 (i-263a8113)>, u'i-3c3a8109': <Node: node005 (i-3c3a8109)>, u'i-2a3a811f': <Node: node016 (i-2a3a811f)>, u'i-203a8115': <Node: node011 (i-203a8115)>, u'i-323a8107': <Node: node004 (i-323a8107)>, u'i-103a8125': <Node: node019 (i-103a8125)>, u'i-ca3b80ff': <Node: master (i-ca3b80ff)>}
2013-05-15 12:03:21,746 PID: 2740 cluster.py:692 - DEBUG - updating existing node i-ca3b80ff in self._nodes
2013-05-15 12:03:21,746 PID: 2740 cluster.py:692 - DEBUG - updating existing node i-343a8101 in self._nodes
2013-05-15 12:03:21,746 PID: 2740 cluster.py:692 - DEBUG - updating existing node i-363a8103 in self._nodes
2013-05-15 12:03:21,746 PID: 2740 cluster.py:692 - DEBUG - updating existing node i-303a8105 in self._nodes
2013-05-15 12:03:21,746 PID: 2740 cluster.py:692 - DEBUG - updating existing node i-323a8107 in self._nodes
2013-05-15 12:03:21,746 PID: 2740 cluster.py:692 - DEBUG - updating existing node i-3c3a8109 in self._nodes
2013-05-15 12:03:21,746 PID: 2740 cluster.py:692 - DEBUG - updating existing node i-3e3a810b in self._nodes
2013-05-15 12:03:21,746 PID: 2740 cluster.py:692 - DEBUG - updating existing node i-383a810d in self._nodes
2013-05-15 12:03:21,746 PID: 2740 cluster.py:692 - DEBUG - updating existing node i-3a3a810f in self._nodes
2013-05-15 12:03:21,747 PID: 2740 cluster.py:692 - DEBUG - updating existing node i-243a8111 in self._nodes
2013-05-15 12:03:21,747 PID: 2740 cluster.py:692 - DEBUG - updating existing node i-263a8113 in self._nodes
2013-05-15 12:03:21,747 PID: 2740 cluster.py:692 - DEBUG - updating existing node i-203a8115 in self._nodes
2013-05-15 12:03:21,747 PID: 2740 cluster.py:692 - DEBUG - updating existing node i-223a8117 in self._nodes
2013-05-15 12:03:21,747 PID: 2740 cluster.py:692 - DEBUG - updating existing node i-2c3a8119 in self._nodes
2013-05-15 12:03:21,747 PID: 2740 cluster.py:692 - DEBUG - updating existing node i-2e3a811b in self._nodes
2013-05-15 12:03:21,747 PID: 2740 cluster.py:692 - DEBUG - updating existing node i-283a811d in self._nodes
2013-05-15 12:03:21,747 PID: 2740 cluster.py:692 - DEBUG - updating existing node i-2a3a811f in self._nodes
2013-05-15 12:03:21,747 PID: 2740 cluster.py:692 - DEBUG - updating existing node i-143a8121 in self._nodes
2013-05-15 12:03:21,748 PID: 2740 cluster.py:692 - DEBUG - updating existing node i-163a8123 in self._nodes
2013-05-15 12:03:21,748 PID: 2740 cluster.py:692 - DEBUG - updating existing node i-103a8125 in self._nodes
2013-05-15 12:03:21,748 PID: 2740 cluster.py:705 - DEBUG - returning self._nodes = [<Node: master (i-ca3b80ff)>, <Node: node001 (i-343a8101)>, <Node: node002 (i-363a8103)>, <Node: node003 (i-303a8105)>, <Node: node004 (i-323a8107)>, <Node: node005 (i-3c3a8109)>, <Node: node006 (i-3e3a810b)>, <Node: node007 (i-383a810d)>, <Node: node008 (i-3a3a810f)>, <Node: node009 (i-243a8111)>, <Node: node010 (i-263a8113)>, <Node: node011 (i-203a8115)>, <Node: node012 (i-223a8117)>, <Node: node013 (i-2c3a8119)>, <Node: node014 (i-2e3a811b)>, <Node: node015 (i-283a811d)>, <Node: node016 (i-2a3a811f)>, <Node: node017 (i-143a8121)>, <Node: node018 (i-163a8123)>, <Node: node019 (i-103a8125)>]
2013-05-15 12:03:21,748 PID: 2740 cluster.py:1546 - INFO - Running plugin starcluster.clustersetup.DefaultClusterSetup
2013-05-15 12:03:21,748 PID: 2740 clustersetup.py:104 - INFO - Configuring hostnames...
2013-05-15 12:03:21,756 PID: 2740 threadpool.py:151 - DEBUG - unfinished_tasks = 20
2013-05-15 12:03:21,871 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && hostname -F /etc/hostname
2013-05-15 12:03:21,878 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && hostname -F /etc/hostname
2013-05-15 12:03:21,883 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && hostname -F /etc/hostname
2013-05-15 12:03:21,884 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && hostname -F /etc/hostname
2013-05-15 12:03:21,884 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && hostname -F /etc/hostname
2013-05-15 12:03:21,887 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && hostname -F /etc/hostname
2013-05-15 12:03:21,889 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && hostname -F /etc/hostname
2013-05-15 12:03:21,889 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && hostname -F /etc/hostname
2013-05-15 12:03:21,889 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && hostname -F /etc/hostname
2013-05-15 12:03:21,889 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && hostname -F /etc/hostname
2013-05-15 12:03:21,897 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && hostname -F /etc/hostname
2013-05-15 12:03:21,899 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && hostname -F /etc/hostname
2013-05-15 12:03:21,899 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && hostname -F /etc/hostname
2013-05-15 12:03:21,899 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && hostname -F /etc/hostname
2013-05-15 12:03:21,899 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && hostname -F /etc/hostname
2013-05-15 12:03:21,899 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && hostname -F /etc/hostname
2013-05-15 12:03:21,900 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && hostname -F /etc/hostname
2013-05-15 12:03:21,900 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && hostname -F /etc/hostname
2013-05-15 12:03:21,902 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && hostname -F /etc/hostname
2013-05-15 12:03:21,902 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && hostname -F /etc/hostname
2013-05-15 12:03:21,911 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && hostname -F /etc/hostname':

2013-05-15 12:03:21,922 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && hostname -F /etc/hostname':

2013-05-15 12:03:21,927 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && hostname -F /etc/hostname':

2013-05-15 12:03:21,929 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && hostname -F /etc/hostname':

2013-05-15 12:03:21,930 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && hostname -F /etc/hostname':

2013-05-15 12:03:21,933 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && hostname -F /etc/hostname':

2013-05-15 12:03:21,934 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && hostname -F /etc/hostname':

2013-05-15 12:03:21,934 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && hostname -F /etc/hostname':

2013-05-15 12:03:21,934 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && hostname -F /etc/hostname':

2013-05-15 12:03:21,935 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && hostname -F /etc/hostname':

2013-05-15 12:03:21,939 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && hostname -F /etc/hostname':

2013-05-15 12:03:21,940 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && hostname -F /etc/hostname':

2013-05-15 12:03:21,941 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && hostname -F /etc/hostname':

2013-05-15 12:03:21,946 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && hostname -F /etc/hostname':

2013-05-15 12:03:21,947 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && hostname -F /etc/hostname':

2013-05-15 12:03:21,948 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && hostname -F /etc/hostname':

2013-05-15 12:03:21,948 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && hostname -F /etc/hostname':

2013-05-15 12:03:21,949 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && hostname -F /etc/hostname':

2013-05-15 12:03:21,949 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && hostname -F /etc/hostname':

2013-05-15 12:03:22,187 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && hostname -F /etc/hostname':

2013-05-15 12:03:23,420 PID: 2740 clustersetup.py:175 - INFO - Creating cluster user: sgeadmin (uid: 1001, gid: 1001)
2013-05-15 12:03:23,430 PID: 2740 threadpool.py:151 - DEBUG - unfinished_tasks = 20
2013-05-15 12:03:23,568 PID: 2740 clustersetup.py:192 - DEBUG - user sgeadmin does not exist, creating...
2013-05-15 12:03:23,571 PID: 2740 clustersetup.py:192 - DEBUG - user sgeadmin does not exist, creating...
2013-05-15 12:03:23,572 PID: 2740 clustersetup.py:192 - DEBUG - user sgeadmin does not exist, creating...
2013-05-15 12:03:23,573 PID: 2740 clustersetup.py:192 - DEBUG - user sgeadmin does not exist, creating...
2013-05-15 12:03:23,575 PID: 2740 clustersetup.py:192 - DEBUG - user sgeadmin does not exist, creating...
2013-05-15 12:03:23,577 PID: 2740 clustersetup.py:192 - DEBUG - user sgeadmin does not exist, creating...
2013-05-15 12:03:23,579 PID: 2740 clustersetup.py:192 - DEBUG - user sgeadmin does not exist, creating...
2013-05-15 12:03:23,581 PID: 2740 clustersetup.py:192 - DEBUG - user sgeadmin does not exist, creating...
2013-05-15 12:03:23,582 PID: 2740 clustersetup.py:192 - DEBUG - user sgeadmin does not exist, creating...
2013-05-15 12:03:23,583 PID: 2740 clustersetup.py:192 - DEBUG - user sgeadmin does not exist, creating...
2013-05-15 12:03:23,583 PID: 2740 clustersetup.py:192 - DEBUG - user sgeadmin does not exist, creating...
2013-05-15 12:03:23,585 PID: 2740 clustersetup.py:192 - DEBUG - user sgeadmin does not exist, creating...
2013-05-15 12:03:23,586 PID: 2740 clustersetup.py:192 - DEBUG - user sgeadmin does not exist, creating...
2013-05-15 12:03:23,587 PID: 2740 clustersetup.py:192 - DEBUG - user sgeadmin does not exist, creating...
2013-05-15 12:03:23,587 PID: 2740 clustersetup.py:192 - DEBUG - user sgeadmin does not exist, creating...
2013-05-15 12:03:23,590 PID: 2740 clustersetup.py:192 - DEBUG - user sgeadmin does not exist, creating...
2013-05-15 12:03:23,591 PID: 2740 clustersetup.py:192 - DEBUG - user sgeadmin does not exist, creating...
2013-05-15 12:03:23,591 PID: 2740 clustersetup.py:192 - DEBUG - user sgeadmin does not exist, creating...
2013-05-15 12:03:23,592 PID: 2740 clustersetup.py:192 - DEBUG - user sgeadmin does not exist, creating...
2013-05-15 12:03:23,592 PID: 2740 clustersetup.py:192 - DEBUG - user sgeadmin does not exist, creating...
2013-05-15 12:03:23,606 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && groupadd -o -g 1001 sgeadmin
2013-05-15 12:03:23,610 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && groupadd -o -g 1001 sgeadmin
2013-05-15 12:03:23,612 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && groupadd -o -g 1001 sgeadmin
2013-05-15 12:03:23,613 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && groupadd -o -g 1001 sgeadmin
2013-05-15 12:03:23,613 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && groupadd -o -g 1001 sgeadmin
2013-05-15 12:03:23,616 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && groupadd -o -g 1001 sgeadmin
2013-05-15 12:03:23,618 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && groupadd -o -g 1001 sgeadmin
2013-05-15 12:03:23,618 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && groupadd -o -g 1001 sgeadmin
2013-05-15 12:03:23,620 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && groupadd -o -g 1001 sgeadmin
2013-05-15 12:03:23,621 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && groupadd -o -g 1001 sgeadmin
2013-05-15 12:03:23,621 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && groupadd -o -g 1001 sgeadmin
2013-05-15 12:03:23,623 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && groupadd -o -g 1001 sgeadmin
2013-05-15 12:03:23,625 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && groupadd -o -g 1001 sgeadmin
2013-05-15 12:03:23,627 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && groupadd -o -g 1001 sgeadmin
2013-05-15 12:03:23,627 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && groupadd -o -g 1001 sgeadmin
2013-05-15 12:03:23,627 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && groupadd -o -g 1001 sgeadmin
2013-05-15 12:03:23,627 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && groupadd -o -g 1001 sgeadmin
2013-05-15 12:03:23,629 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && groupadd -o -g 1001 sgeadmin
2013-05-15 12:03:23,629 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && groupadd -o -g 1001 sgeadmin
2013-05-15 12:03:23,629 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && groupadd -o -g 1001 sgeadmin
2013-05-15 12:03:23,687 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && groupadd -o -g 1001 sgeadmin':

2013-05-15 12:03:23,696 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && groupadd -o -g 1001 sgeadmin':

2013-05-15 12:03:23,697 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && groupadd -o -g 1001 sgeadmin':

2013-05-15 12:03:23,700 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && groupadd -o -g 1001 sgeadmin':

2013-05-15 12:03:23,706 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && groupadd -o -g 1001 sgeadmin':

2013-05-15 12:03:23,708 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && groupadd -o -g 1001 sgeadmin':

2013-05-15 12:03:23,711 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && groupadd -o -g 1001 sgeadmin':

2013-05-15 12:03:23,711 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && groupadd -o -g 1001 sgeadmin':

2013-05-15 12:03:23,714 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && groupadd -o -g 1001 sgeadmin':

2013-05-15 12:03:23,714 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && groupadd -o -g 1001 sgeadmin':

2013-05-15 12:03:23,716 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && groupadd -o -g 1001 sgeadmin':

2013-05-15 12:03:23,734 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && groupadd -o -g 1001 sgeadmin':

2013-05-15 12:03:23,736 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && groupadd -o -g 1001 sgeadmin':

2013-05-15 12:03:23,737 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && groupadd -o -g 1001 sgeadmin':

2013-05-15 12:03:23,743 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && useradd -o -u 1001 -g 1001 -s `which bash` -m sgeadmin
2013-05-15 12:03:23,751 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && useradd -o -u 1001 -g 1001 -s `which bash` -m sgeadmin
2013-05-15 12:03:23,752 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && groupadd -o -g 1001 sgeadmin':

2013-05-15 12:03:23,776 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && groupadd -o -g 1001 sgeadmin':

2013-05-15 12:03:23,789 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && useradd -o -u 1001 -g 1001 -s `which bash` -m sgeadmin
2013-05-15 12:03:23,796 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && groupadd -o -g 1001 sgeadmin':

2013-05-15 12:03:23,796 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && groupadd -o -g 1001 sgeadmin':

2013-05-15 12:03:23,799 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && useradd -o -u 1001 -g 1001 -s `which bash` -m sgeadmin
2013-05-15 12:03:23,802 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && useradd -o -u 1001 -g 1001 -s `which bash` -m sgeadmin
2013-05-15 12:03:23,802 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && useradd -o -u 1001 -g 1001 -s `which bash` -m sgeadmin
2013-05-15 12:03:23,804 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && useradd -o -u 1001 -g 1001 -s `which bash` -m sgeadmin
2013-05-15 12:03:23,804 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && useradd -o -u 1001 -g 1001 -s `which bash` -m sgeadmin
2013-05-15 12:03:23,812 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && useradd -o -u 1001 -g 1001 -s `which bash` -m sgeadmin
2013-05-15 12:03:23,815 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && useradd -o -u 1001 -g 1001 -s `which bash` -m sgeadmin
2013-05-15 12:03:23,817 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && useradd -o -u 1001 -g 1001 -s `which bash` -m sgeadmin
2013-05-15 12:03:23,819 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && useradd -o -u 1001 -g 1001 -s `which bash` -m sgeadmin
2013-05-15 12:03:23,844 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && useradd -o -u 1001 -g 1001 -s `which bash` -m sgeadmin
2013-05-15 12:03:23,849 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && useradd -o -u 1001 -g 1001 -s `which bash` -m sgeadmin
2013-05-15 12:03:23,850 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && useradd -o -u 1001 -g 1001 -s `which bash` -m sgeadmin
2013-05-15 12:03:23,864 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && useradd -o -u 1001 -g 1001 -s `which bash` -m sgeadmin
2013-05-15 12:03:23,920 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && useradd -o -u 1001 -g 1001 -s `which bash` -m sgeadmin':

2013-05-15 12:03:23,921 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && useradd -o -u 1001 -g 1001 -s `which bash` -m sgeadmin':

2013-05-15 12:03:23,934 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && groupadd -o -g 1001 sgeadmin':

2013-05-15 12:03:23,945 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && useradd -o -u 1001 -g 1001 -s `which bash` -m sgeadmin':

2013-05-15 12:03:24,003 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && groupadd -o -g 1001 sgeadmin':

2013-05-15 12:03:24,036 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && useradd -o -u 1001 -g 1001 -s `which bash` -m sgeadmin
2013-05-15 12:03:24,038 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && useradd -o -u 1001 -g 1001 -s `which bash` -m sgeadmin
2013-05-15 12:03:24,065 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && useradd -o -u 1001 -g 1001 -s `which bash` -m sgeadmin
2013-05-15 12:03:24,130 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && useradd -o -u 1001 -g 1001 -s `which bash` -m sgeadmin':

2013-05-15 12:03:24,142 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && useradd -o -u 1001 -g 1001 -s `which bash` -m sgeadmin
2013-05-15 12:03:24,206 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && useradd -o -u 1001 -g 1001 -s `which bash` -m sgeadmin':

2013-05-15 12:03:24,213 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && useradd -o -u 1001 -g 1001 -s `which bash` -m sgeadmin':

2013-05-15 12:03:24,258 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && useradd -o -u 1001 -g 1001 -s `which bash` -m sgeadmin':

2013-05-15 12:03:24,261 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && useradd -o -u 1001 -g 1001 -s `which bash` -m sgeadmin':

2013-05-15 12:03:24,263 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && useradd -o -u 1001 -g 1001 -s `which bash` -m sgeadmin':

2013-05-15 12:03:24,264 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && useradd -o -u 1001 -g 1001 -s `which bash` -m sgeadmin':

2013-05-15 12:03:24,279 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && useradd -o -u 1001 -g 1001 -s `which bash` -m sgeadmin':

2013-05-15 12:03:24,313 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && useradd -o -u 1001 -g 1001 -s `which bash` -m sgeadmin':

2013-05-15 12:03:24,317 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && useradd -o -u 1001 -g 1001 -s `which bash` -m sgeadmin':

2013-05-15 12:03:24,360 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && useradd -o -u 1001 -g 1001 -s `which bash` -m sgeadmin':

2013-05-15 12:03:24,366 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && useradd -o -u 1001 -g 1001 -s `which bash` -m sgeadmin':

2013-05-15 12:03:24,391 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && useradd -o -u 1001 -g 1001 -s `which bash` -m sgeadmin':

2013-05-15 12:03:24,432 PID: 2740 threadpool.py:151 - DEBUG - unfinished_tasks = 4
2013-05-15 12:03:24,435 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && useradd -o -u 1001 -g 1001 -s `which bash` -m sgeadmin':

2013-05-15 12:03:24,481 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && useradd -o -u 1001 -g 1001 -s `which bash` -m sgeadmin':

2013-05-15 12:03:24,558 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && useradd -o -u 1001 -g 1001 -s `which bash` -m sgeadmin':

2013-05-15 12:03:24,623 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && useradd -o -u 1001 -g 1001 -s `which bash` -m sgeadmin':

2013-05-15 12:03:25,433 PID: 2740 clustersetup.py:221 - INFO - Configuring scratch space for user(s): sgeadmin
2013-05-15 12:03:25,442 PID: 2740 threadpool.py:151 - DEBUG - unfinished_tasks = 20
2013-05-15 12:03:25,532 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && chown -R sgeadmin:sgeadmin /mnt/sgeadmin
2013-05-15 12:03:25,546 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && chown -R sgeadmin:sgeadmin /mnt/sgeadmin
2013-05-15 12:03:25,562 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && chown -R sgeadmin:sgeadmin /mnt/sgeadmin
2013-05-15 12:03:25,563 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && chown -R sgeadmin:sgeadmin /mnt/sgeadmin
2013-05-15 12:03:25,565 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && chown -R sgeadmin:sgeadmin /mnt/sgeadmin
2013-05-15 12:03:25,565 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && chown -R sgeadmin:sgeadmin /mnt/sgeadmin
2013-05-15 12:03:25,568 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && chown -R sgeadmin:sgeadmin /mnt/sgeadmin
2013-05-15 12:03:25,571 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && chown -R sgeadmin:sgeadmin /mnt/sgeadmin
2013-05-15 12:03:25,572 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && chown -R sgeadmin:sgeadmin /mnt/sgeadmin':

2013-05-15 12:03:25,589 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && chown -R sgeadmin:sgeadmin /mnt/sgeadmin
2013-05-15 12:03:25,589 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && chown -R sgeadmin:sgeadmin /mnt/sgeadmin':

2013-05-15 12:03:25,596 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && chown -R sgeadmin:sgeadmin /mnt/sgeadmin
2013-05-15 12:03:25,605 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && chown -R sgeadmin:sgeadmin /mnt/sgeadmin':

2013-05-15 12:03:25,605 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && chown -R sgeadmin:sgeadmin /mnt/sgeadmin':

2013-05-15 12:03:25,606 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && chown -R sgeadmin:sgeadmin /mnt/sgeadmin':

2013-05-15 12:03:25,607 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && chown -R sgeadmin:sgeadmin /mnt/sgeadmin':

2013-05-15 12:03:25,631 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && chown -R sgeadmin:sgeadmin /mnt/sgeadmin
2013-05-15 12:03:25,635 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && chown -R sgeadmin:sgeadmin /mnt/sgeadmin
2013-05-15 12:03:25,640 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && chown -R sgeadmin:sgeadmin /mnt/sgeadmin':

2013-05-15 12:03:25,642 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && chown -R sgeadmin:sgeadmin /mnt/sgeadmin':

2013-05-15 12:03:25,642 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && chown -R sgeadmin:sgeadmin /mnt/sgeadmin':

2013-05-15 12:03:25,651 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && chown -R sgeadmin:sgeadmin /mnt/sgeadmin
2013-05-15 12:03:25,651 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && chown -R sgeadmin:sgeadmin /mnt/sgeadmin
2013-05-15 12:03:25,657 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && chown -R sgeadmin:sgeadmin /mnt/sgeadmin
2013-05-15 12:03:25,657 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && chown -R sgeadmin:sgeadmin /mnt/sgeadmin
2013-05-15 12:03:25,659 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && chown -R sgeadmin:sgeadmin /mnt/sgeadmin
2013-05-15 12:03:25,681 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && chown -R sgeadmin:sgeadmin /mnt/sgeadmin':

2013-05-15 12:03:25,692 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && chown -R sgeadmin:sgeadmin /mnt/sgeadmin':

2013-05-15 12:03:25,694 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && chown -R sgeadmin:sgeadmin /mnt/sgeadmin':

2013-05-15 12:03:25,699 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && chown -R sgeadmin:sgeadmin /mnt/sgeadmin':

2013-05-15 12:03:25,700 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && chown -R sgeadmin:sgeadmin /mnt/sgeadmin':

2013-05-15 12:03:25,701 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && chown -R sgeadmin:sgeadmin /mnt/sgeadmin':

2013-05-15 12:03:25,783 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && ln -s /mnt/sgeadmin /scratch
2013-05-15 12:03:25,790 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && ln -s /mnt/sgeadmin /scratch
2013-05-15 12:03:25,797 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && ln -s /mnt/sgeadmin /scratch
2013-05-15 12:03:25,798 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && chown -R sgeadmin:sgeadmin /mnt/sgeadmin
2013-05-15 12:03:25,805 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && ln -s /mnt/sgeadmin /scratch
2013-05-15 12:03:25,826 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && ln -s /mnt/sgeadmin /scratch':

2013-05-15 12:03:25,829 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && chown -R sgeadmin:sgeadmin /mnt/sgeadmin
2013-05-15 12:03:25,831 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && ln -s /mnt/sgeadmin /scratch':

2013-05-15 12:03:25,840 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && ln -s /mnt/sgeadmin /scratch
2013-05-15 12:03:25,840 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && ln -s /mnt/sgeadmin /scratch
2013-05-15 12:03:25,840 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && ln -s /mnt/sgeadmin /scratch
2013-05-15 12:03:25,841 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && ln -s /mnt/sgeadmin /scratch
2013-05-15 12:03:25,843 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && ln -s /mnt/sgeadmin /scratch':

2013-05-15 12:03:25,844 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && chown -R sgeadmin:sgeadmin /mnt/sgeadmin':

2013-05-15 12:03:25,845 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && ln -s /mnt/sgeadmin /scratch':

2013-05-15 12:03:25,846 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && ln -s /mnt/sgeadmin /scratch
2013-05-15 12:03:25,872 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && chown -R sgeadmin:sgeadmin /mnt/sgeadmin':

2013-05-15 12:03:25,875 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && ln -s /mnt/sgeadmin /scratch
2013-05-15 12:03:25,885 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && ln -s /mnt/sgeadmin /scratch':

2013-05-15 12:03:25,886 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && ln -s /mnt/sgeadmin /scratch':

2013-05-15 12:03:25,887 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && ln -s /mnt/sgeadmin /scratch':

2013-05-15 12:03:25,888 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && ln -s /mnt/sgeadmin /scratch':

2013-05-15 12:03:25,889 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && ln -s /mnt/sgeadmin /scratch
2013-05-15 12:03:25,889 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && ln -s /mnt/sgeadmin /scratch
2013-05-15 12:03:25,899 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && chown -R sgeadmin:sgeadmin /mnt/sgeadmin':

2013-05-15 12:03:25,909 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && chown -R sgeadmin:sgeadmin /mnt/sgeadmin':

2013-05-15 12:03:25,916 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && ln -s /mnt/sgeadmin /scratch':

2013-05-15 12:03:25,926 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && ln -s /mnt/sgeadmin /scratch
2013-05-15 12:03:25,932 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && ln -s /mnt/sgeadmin /scratch
2013-05-15 12:03:25,947 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && ln -s /mnt/sgeadmin /scratch':

2013-05-15 12:03:25,947 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && ln -s /mnt/sgeadmin /scratch':

2013-05-15 12:03:25,968 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && ln -s /mnt/sgeadmin /scratch':

2013-05-15 12:03:25,975 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && ln -s /mnt/sgeadmin /scratch':

2013-05-15 12:03:26,042 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && ln -s /mnt/sgeadmin /scratch
2013-05-15 12:03:26,069 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && ln -s /mnt/sgeadmin /scratch
2013-05-15 12:03:26,080 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && ln -s /mnt/sgeadmin /scratch':

2013-05-15 12:03:26,100 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && ln -s /mnt/sgeadmin /scratch
2013-05-15 12:03:26,100 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && ln -s /mnt/sgeadmin /scratch
2013-05-15 12:03:26,106 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && ln -s /mnt/sgeadmin /scratch':

2013-05-15 12:03:26,110 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && ln -s /mnt/sgeadmin /scratch':

2013-05-15 12:03:26,112 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && ln -s /mnt/sgeadmin /scratch
2013-05-15 12:03:26,142 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && ln -s /mnt/sgeadmin /scratch':

2013-05-15 12:03:26,155 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && ln -s /mnt/sgeadmin /scratch':

2013-05-15 12:03:26,358 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && ln -s /mnt/sgeadmin /scratch':

2013-05-15 12:03:26,445 PID: 2740 threadpool.py:151 - DEBUG - unfinished_tasks = 1
2013-05-15 12:03:27,260 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && chown -R sgeadmin:sgeadmin /mnt/sgeadmin
2013-05-15 12:03:27,312 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && chown -R sgeadmin:sgeadmin /mnt/sgeadmin':

2013-05-15 12:03:27,446 PID: 2740 threadpool.py:151 - DEBUG - unfinished_tasks = 1
2013-05-15 12:03:27,537 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && ln -s /mnt/sgeadmin /scratch
2013-05-15 12:03:27,581 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && ln -s /mnt/sgeadmin /scratch':

2013-05-15 12:03:28,448 PID: 2740 clustersetup.py:230 - INFO - Configuring /etc/hosts on each node
2013-05-15 12:03:28,456 PID: 2740 threadpool.py:151 - DEBUG - unfinished_tasks = 20
2013-05-15 12:03:28,562 PID: 2740 __init__.py:279 - DEBUG - new /etc/hosts after removing regex (master|node001|node002|node003|node004|node005|node006|node007|node008|node009|node010|node011|node012|node013|node014|node015|node016|node017|node018|node019) matches:
127.0.0.1 localhost

# The following lines are desirable for IPv6 capable hosts
::1 ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
ff02::3 ip6-allhosts

2013-05-15 12:03:28,564 PID: 2740 __init__.py:279 - DEBUG - new /etc/hosts after removing regex (master|node001|node002|node003|node004|node005|node006|node007|node008|node009|node010|node011|node012|node013|node014|node015|node016|node017|node018|node019) matches:
127.0.0.1 localhost

# The following lines are desirable for IPv6 capable hosts
::1 ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
ff02::3 ip6-allhosts

2013-05-15 12:03:28,569 PID: 2740 __init__.py:279 - DEBUG - new /etc/hosts after removing regex (master|node001|node002|node003|node004|node005|node006|node007|node008|node009|node010|node011|node012|node013|node014|node015|node016|node017|node018|node019) matches:
127.0.0.1 localhost

# The following lines are desirable for IPv6 capable hosts
::1 ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
ff02::3 ip6-allhosts

2013-05-15 12:03:28,569 PID: 2740 __init__.py:279 - DEBUG - new /etc/hosts after removing regex (master|node001|node002|node003|node004|node005|node006|node007|node008|node009|node010|node011|node012|node013|node014|node015|node016|node017|node018|node019) matches:
127.0.0.1 localhost

# The following lines are desirable for IPv6 capable hosts
::1 ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
ff02::3 ip6-allhosts

2013-05-15 12:03:28,570 PID: 2740 __init__.py:279 - DEBUG - new /etc/hosts after removing regex (master|node001|node002|node003|node004|node005|node006|node007|node008|node009|node010|node011|node012|node013|node014|node015|node016|node017|node018|node019) matches:
127.0.0.1 localhost

# The following lines are desirable for IPv6 capable hosts
::1 ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
ff02::3 ip6-allhosts

2013-05-15 12:03:28,570 PID: 2740 __init__.py:279 - DEBUG - new /etc/hosts after removing regex (master|node001|node002|node003|node004|node005|node006|node007|node008|node009|node010|node011|node012|node013|node014|node015|node016|node017|node018|node019) matches:
127.0.0.1 localhost

# The following lines are desirable for IPv6 capable hosts
::1 ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
ff02::3 ip6-allhosts

2013-05-15 12:03:28,576 PID: 2740 __init__.py:279 - DEBUG - new /etc/hosts after removing regex (master|node001|node002|node003|node004|node005|node006|node007|node008|node009|node010|node011|node012|node013|node014|node015|node016|node017|node018|node019) matches:
127.0.0.1 localhost

# The following lines are desirable for IPv6 capable hosts
::1 ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
ff02::3 ip6-allhosts

2013-05-15 12:03:28,579 PID: 2740 __init__.py:279 - DEBUG - new /etc/hosts after removing regex (master|node001|node002|node003|node004|node005|node006|node007|node008|node009|node010|node011|node012|node013|node014|node015|node016|node017|node018|node019) matches:
127.0.0.1 localhost

# The following lines are desirable for IPv6 capable hosts
::1 ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
ff02::3 ip6-allhosts

2013-05-15 12:03:28,579 PID: 2740 __init__.py:279 - DEBUG - new /etc/hosts after removing regex (master|node001|node002|node003|node004|node005|node006|node007|node008|node009|node010|node011|node012|node013|node014|node015|node016|node017|node018|node019) matches:
127.0.0.1 localhost

# The following lines are desirable for IPv6 capable hosts
::1 ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
ff02::3 ip6-allhosts

2013-05-15 12:03:28,580 PID: 2740 __init__.py:279 - DEBUG - new /etc/hosts after removing regex (master|node001|node002|node003|node004|node005|node006|node007|node008|node009|node010|node011|node012|node013|node014|node015|node016|node017|node018|node019) matches:
127.0.0.1 localhost

# The following lines are desirable for IPv6 capable hosts
::1 ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
ff02::3 ip6-allhosts

2013-05-15 12:03:28,581 PID: 2740 __init__.py:279 - DEBUG - new /etc/hosts after removing regex (master|node001|node002|node003|node004|node005|node006|node007|node008|node009|node010|node011|node012|node013|node014|node015|node016|node017|node018|node019) matches:
127.0.0.1 localhost

# The following lines are desirable for IPv6 capable hosts
::1 ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
ff02::3 ip6-allhosts

2013-05-15 12:03:28,582 PID: 2740 __init__.py:279 - DEBUG - new /etc/hosts after removing regex (master|node001|node002|node003|node004|node005|node006|node007|node008|node009|node010|node011|node012|node013|node014|node015|node016|node017|node018|node019) matches:
127.0.0.1 localhost

# The following lines are desirable for IPv6 capable hosts
::1 ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
ff02::3 ip6-allhosts

2013-05-15 12:03:28,582 PID: 2740 __init__.py:279 - DEBUG - new /etc/hosts after removing regex (master|node001|node002|node003|node004|node005|node006|node007|node008|node009|node010|node011|node012|node013|node014|node015|node016|node017|node018|node019) matches:
127.0.0.1 localhost

# The following lines are desirable for IPv6 capable hosts
::1 ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
ff02::3 ip6-allhosts

2013-05-15 12:03:28,583 PID: 2740 __init__.py:279 - DEBUG - new /etc/hosts after removing regex (master|node001|node002|node003|node004|node005|node006|node007|node008|node009|node010|node011|node012|node013|node014|node015|node016|node017|node018|node019) matches:
127.0.0.1 localhost

# The following lines are desirable for IPv6 capable hosts
::1 ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
ff02::3 ip6-allhosts

2013-05-15 12:03:28,584 PID: 2740 __init__.py:279 - DEBUG - new /etc/hosts after removing regex (master|node001|node002|node003|node004|node005|node006|node007|node008|node009|node010|node011|node012|node013|node014|node015|node016|node017|node018|node019) matches:
127.0.0.1 localhost

# The following lines are desirable for IPv6 capable hosts
::1 ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
ff02::3 ip6-allhosts

2013-05-15 12:03:28,586 PID: 2740 __init__.py:279 - DEBUG - new /etc/hosts after removing regex (master|node001|node002|node003|node004|node005|node006|node007|node008|node009|node010|node011|node012|node013|node014|node015|node016|node017|node018|node019) matches:
127.0.0.1 localhost

# The following lines are desirable for IPv6 capable hosts
::1 ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
ff02::3 ip6-allhosts

2013-05-15 12:03:28,587 PID: 2740 __init__.py:279 - DEBUG - new /etc/hosts after removing regex (master|node001|node002|node003|node004|node005|node006|node007|node008|node009|node010|node011|node012|node013|node014|node015|node016|node017|node018|node019) matches:
127.0.0.1 localhost

# The following lines are desirable for IPv6 capable hosts
::1 ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
ff02::3 ip6-allhosts

2013-05-15 12:03:28,588 PID: 2740 __init__.py:279 - DEBUG - new /etc/hosts after removing regex (master|node001|node002|node003|node004|node005|node006|node007|node008|node009|node010|node011|node012|node013|node014|node015|node016|node017|node018|node019) matches:
127.0.0.1 localhost

# The following lines are desirable for IPv6 capable hosts
::1 ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
ff02::3 ip6-allhosts

2013-05-15 12:03:28,589 PID: 2740 __init__.py:279 - DEBUG - new /etc/hosts after removing regex (master|node001|node002|node003|node004|node005|node006|node007|node008|node009|node010|node011|node012|node013|node014|node015|node016|node017|node018|node019) matches:
127.0.0.1 localhost

# The following lines are desirable for IPv6 capable hosts
::1 ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
ff02::3 ip6-allhosts

2013-05-15 12:03:28,794 PID: 2740 __init__.py:279 - DEBUG - new /etc/hosts after removing regex (master|node001|node002|node003|node004|node005|node006|node007|node008|node009|node010|node011|node012|node013|node014|node015|node016|node017|node018|node019) matches:
127.0.0.1 localhost

# The following lines are desirable for IPv6 capable hosts
::1 ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
ff02::3 ip6-allhosts

2013-05-15 12:03:29,458 PID: 2740 threadpool.py:151 - DEBUG - unfinished_tasks = 20
2013-05-15 12:03:30,459 PID: 2740 threadpool.py:151 - DEBUG - unfinished_tasks = 17
2013-05-15 12:03:31,460 PID: 2740 threadpool.py:151 - DEBUG - unfinished_tasks = 1
2013-05-15 12:03:32,462 PID: 2740 node.py:648 - INFO - Starting NFS server on master
2013-05-15 12:03:32,497 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && /etc/init.d/portmap start
2013-05-15 12:03:32,781 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && /etc/init.d/portmap start':
Rather than invoking init scripts through /etc/init.d, use the service(8)
utility, e.g. service portmap start

Since the script you are attempting to invoke has been converted to an
Upstart job, you may also use the start(8) utility, e.g. start portmap
2013-05-15 12:03:32,817 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && mount -t rpc_pipefs sunrpc /var/lib/nfs/rpc_pipefs/
2013-05-15 12:03:32,926 PID: 2740 __init__.py:542 - DEBUG - (ignored) remote command 'source /etc/profile && mount -t rpc_pipefs sunrpc /var/lib/nfs/rpc_pipefs/' failed with status 32:
mount: mount point /var/lib/nfs/rpc_pipefs/ does not exist
2013-05-15 12:03:33,037 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && /etc/init.d/nfs start
2013-05-15 12:03:33,294 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && /etc/init.d/nfs start':
* Exporting directories for NFS kernel daemon...
...done.
* Starting NFS kernel daemon
...done.
2013-05-15 12:03:33,396 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && /usr/sbin/exportfs -fra
2013-05-15 12:03:33,567 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && /usr/sbin/exportfs -fra':

2013-05-15 12:03:33,568 PID: 2740 node.py:619 - INFO - Configuring NFS exports path(s):
/home
2013-05-15 12:03:34,851 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && exportfs -fra
2013-05-15 12:03:34,894 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && exportfs -fra':

2013-05-15 12:03:34,895 PID: 2740 clustersetup.py:334 - INFO - Mounting all NFS export path(s) on 19 worker node(s)
2013-05-15 12:03:34,900 PID: 2740 threadpool.py:151 - DEBUG - unfinished_tasks = 19
2013-05-15 12:03:34,930 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && /etc/init.d/portmap start
2013-05-15 12:03:34,931 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && /etc/init.d/portmap start
2013-05-15 12:03:34,932 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && /etc/init.d/portmap start
2013-05-15 12:03:34,932 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && /etc/init.d/portmap start
2013-05-15 12:03:34,933 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && /etc/init.d/portmap start
2013-05-15 12:03:34,933 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && /etc/init.d/portmap start
2013-05-15 12:03:34,934 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && /etc/init.d/portmap start
2013-05-15 12:03:34,934 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && /etc/init.d/portmap start
2013-05-15 12:03:34,935 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && /etc/init.d/portmap start
2013-05-15 12:03:34,935 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && /etc/init.d/portmap start
2013-05-15 12:03:34,935 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && /etc/init.d/portmap start
2013-05-15 12:03:34,936 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && /etc/init.d/portmap start
2013-05-15 12:03:34,936 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && /etc/init.d/portmap start
2013-05-15 12:03:34,936 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && /etc/init.d/portmap start
2013-05-15 12:03:34,936 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && /etc/init.d/portmap start
2013-05-15 12:03:34,936 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && /etc/init.d/portmap start
2013-05-15 12:03:34,963 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && /etc/init.d/portmap start
2013-05-15 12:03:34,967 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && /etc/init.d/portmap start
2013-05-15 12:03:35,010 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && /etc/init.d/portmap start':
Rather than invoking init scripts through /etc/init.d, use the service(8)
utility, e.g. service portmap start

Since the script you are attempting to invoke has been converted to an
Upstart job, you may also use the start(8) utility, e.g. start portmap
2013-05-15 12:03:35,011 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && /etc/init.d/portmap start':
Rather than invoking init scripts through /etc/init.d, use the service(8)
utility, e.g. service portmap start

Since the script you are attempting to invoke has been converted to an
Upstart job, you may also use the start(8) utility, e.g. start portmap
2013-05-15 12:03:35,012 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && /etc/init.d/portmap start':
Rather than invoking init scripts through /etc/init.d, use the service(8)
utility, e.g. service portmap start

Since the script you are attempting to invoke has been converted to an
Upstart job, you may also use the start(8) utility, e.g. start portmap
2013-05-15 12:03:35,012 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && /etc/init.d/portmap start':
Rather than invoking init scripts through /etc/init.d, use the service(8)
utility, e.g. service portmap start

Since the script you are attempting to invoke has been converted to an
Upstart job, you may also use the start(8) utility, e.g. start portmap
2013-05-15 12:03:35,014 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && /etc/init.d/portmap start':
Rather than invoking init scripts through /etc/init.d, use the service(8)
utility, e.g. service portmap start

Since the script you are attempting to invoke has been converted to an
Upstart job, you may also use the start(8) utility, e.g. start portmap
2013-05-15 12:03:35,015 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && /etc/init.d/portmap start':
Rather than invoking init scripts through /etc/init.d, use the service(8)
utility, e.g. service portmap start

Since the script you are attempting to invoke has been converted to an
Upstart job, you may also use the start(8) utility, e.g. start portmap
2013-05-15 12:03:35,018 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && /etc/init.d/portmap start':
Rather than invoking init scripts through /etc/init.d, use the service(8)
utility, e.g. service portmap start

Since the script you are attempting to invoke has been converted to an
Upstart job, you may also use the start(8) utility, e.g. start portmap
2013-05-15 12:03:35,018 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && /etc/init.d/portmap start':
Rather than invoking init scripts through /etc/init.d, use the service(8)
utility, e.g. service portmap start

Since the script you are attempting to invoke has been converted to an
Upstart job, you may also use the start(8) utility, e.g. start portmap
2013-05-15 12:03:35,019 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && /etc/init.d/portmap start':
Rather than invoking init scripts through /etc/init.d, use the service(8)
utility, e.g. service portmap start

Since the script you are attempting to invoke has been converted to an
Upstart job, you may also use the start(8) utility, e.g. start portmap
2013-05-15 12:03:35,021 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && /etc/init.d/portmap start':
Rather than invoking init scripts through /etc/init.d, use the service(8)
utility, e.g. service portmap start

Since the script you are attempting to invoke has been converted to an
Upstart job, you may also use the start(8) utility, e.g. start portmap
2013-05-15 12:03:35,020 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && /etc/init.d/portmap start':
Rather than invoking init scripts through /etc/init.d, use the service(8)
utility, e.g. service portmap start

Since the script you are attempting to invoke has been converted to an
Upstart job, you may also use the start(8) utility, e.g. start portmap
2013-05-15 12:03:35,021 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && /etc/init.d/portmap start':
Rather than invoking init scripts through /etc/init.d, use the service(8)
utility, e.g. service portmap start

Since the script you are attempting to invoke has been converted to an
Upstart job, you may also use the start(8) utility, e.g. start portmap
2013-05-15 12:03:35,022 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && /etc/init.d/portmap start':
Rather than invoking init scripts through /etc/init.d, use the service(8)
utility, e.g. service portmap start

Since the script you are attempting to invoke has been converted to an
Upstart job, you may also use the start(8) utility, e.g. start portmap
2013-05-15 12:03:35,022 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && /etc/init.d/portmap start':
Rather than invoking init scripts through /etc/init.d, use the service(8)
utility, e.g. service portmap start

Since the script you are attempting to invoke has been converted to an
Upstart job, you may also use the start(8) utility, e.g. start portmap
2013-05-15 12:03:35,030 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && /etc/init.d/portmap start':
Rather than invoking init scripts through /etc/init.d, use the service(8)
utility, e.g. service portmap start

Since the script you are attempting to invoke has been converted to an
Upstart job, you may also use the start(8) utility, e.g. start portmap
2013-05-15 12:03:35,031 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && /etc/init.d/portmap start':
Rather than invoking init scripts through /etc/init.d, use the service(8)
utility, e.g. service portmap start

Since the script you are attempting to invoke has been converted to an
Upstart job, you may also use the start(8) utility, e.g. start portmap
2013-05-15 12:03:35,051 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && mount -t devpts none /dev/pts
2013-05-15 12:03:35,053 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && mount -t devpts none /dev/pts
2013-05-15 12:03:35,055 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && mount -t devpts none /dev/pts
2013-05-15 12:03:35,065 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && mount -t devpts none /dev/pts
2013-05-15 12:03:35,072 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && /etc/init.d/portmap start':
Rather than invoking init scripts through /etc/init.d, use the service(8)
utility, e.g. service portmap start

Since the script you are attempting to invoke has been converted to an
Upstart job, you may also use the start(8) utility, e.g. start portmap
2013-05-15 12:03:35,080 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && mount -t devpts none /dev/pts
2013-05-15 12:03:35,107 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && mount -t devpts none /dev/pts
2013-05-15 12:03:35,118 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && mount -t devpts none /dev/pts
2013-05-15 12:03:35,118 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && mount -t devpts none /dev/pts
2013-05-15 12:03:35,121 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && mount -t devpts none /dev/pts
2013-05-15 12:03:35,123 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && mount -t devpts none /dev/pts
2013-05-15 12:03:35,125 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && mount -t devpts none /dev/pts
2013-05-15 12:03:35,125 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && mount -t devpts none /dev/pts
2013-05-15 12:03:35,125 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && mount -t devpts none /dev/pts
2013-05-15 12:03:35,126 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && mount -t devpts none /dev/pts
2013-05-15 12:03:35,126 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && mount -t devpts none /dev/pts
2013-05-15 12:03:35,126 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && mount -t devpts none /dev/pts
2013-05-15 12:03:35,163 PID: 2740 __init__.py:542 - DEBUG - (ignored) remote command 'source /etc/profile && mount -t devpts none /dev/pts' failed with status 32:
mount: none already mounted or /dev/pts busy
mount: according to mtab, devpts is already mounted on /dev/pts
2013-05-15 12:03:35,166 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && /etc/init.d/portmap start
2013-05-15 12:03:35,167 PID: 2740 __init__.py:542 - DEBUG - (ignored) remote command 'source /etc/profile && mount -t devpts none /dev/pts' failed with status 32:
mount: none already mounted or /dev/pts busy
mount: according to mtab, devpts is already mounted on /dev/pts
2013-05-15 12:03:35,168 PID: 2740 __init__.py:542 - DEBUG - (ignored) remote command 'source /etc/profile && mount -t devpts none /dev/pts' failed with status 32:
mount: none already mounted or /dev/pts busy
mount: according to mtab, devpts is already mounted on /dev/pts
2013-05-15 12:03:35,169 PID: 2740 __init__.py:542 - DEBUG - (ignored) remote command 'source /etc/profile && mount -t devpts none /dev/pts' failed with status 32:
mount: none already mounted or /dev/pts busy
mount: according to mtab, devpts is already mounted on /dev/pts
2013-05-15 12:03:35,169 PID: 2740 __init__.py:542 - DEBUG - (ignored) remote command 'source /etc/profile && mount -t devpts none /dev/pts' failed with status 32:
mount: none already mounted or /dev/pts busy
mount: according to mtab, devpts is already mounted on /dev/pts
2013-05-15 12:03:35,171 PID: 2740 __init__.py:542 - DEBUG - (ignored) remote command 'source /etc/profile && mount -t devpts none /dev/pts' failed with status 32:
mount: none already mounted or /dev/pts busy
mount: according to mtab, devpts is already mounted on /dev/pts
2013-05-15 12:03:35,171 PID: 2740 __init__.py:542 - DEBUG - (ignored) remote command 'source /etc/profile && mount -t devpts none /dev/pts' failed with status 32:
mount: none already mounted or /dev/pts busy
mount: according to mtab, devpts is already mounted on /dev/pts
2013-05-15 12:03:35,172 PID: 2740 __init__.py:542 - DEBUG - (ignored) remote command 'source /etc/profile && mount -t devpts none /dev/pts' failed with status 32:
mount: none already mounted or /dev/pts busy
mount: according to mtab, devpts is already mounted on /dev/pts
2013-05-15 12:03:35,173 PID: 2740 __init__.py:542 - DEBUG - (ignored) remote command 'source /etc/profile && mount -t devpts none /dev/pts' failed with status 32:
mount: none already mounted or /dev/pts busy
mount: according to mtab, devpts is already mounted on /dev/pts
2013-05-15 12:03:35,179 PID: 2740 __init__.py:542 - DEBUG - (ignored) remote command 'source /etc/profile && mount -t devpts none /dev/pts' failed with status 32:
mount: none already mounted or /dev/pts busy
mount: according to mtab, devpts is already mounted on /dev/pts
2013-05-15 12:03:35,180 PID: 2740 __init__.py:542 - DEBUG - (ignored) remote command 'source /etc/profile && mount -t devpts none /dev/pts' failed with status 32:
mount: none already mounted or /dev/pts busy
mount: according to mtab, devpts is already mounted on /dev/pts
2013-05-15 12:03:35,181 PID: 2740 __init__.py:542 - DEBUG - (ignored) remote command 'source /etc/profile && mount -t devpts none /dev/pts' failed with status 32:
mount: none already mounted or /dev/pts busy
mount: according to mtab, devpts is already mounted on /dev/pts
2013-05-15 12:03:35,181 PID: 2740 __init__.py:542 - DEBUG - (ignored) remote command 'source /etc/profile && mount -t devpts none /dev/pts' failed with status 32:
mount: none already mounted or /dev/pts busy
mount: according to mtab, devpts is already mounted on /dev/pts
2013-05-15 12:03:35,182 PID: 2740 __init__.py:542 - DEBUG - (ignored) remote command 'source /etc/profile && mount -t devpts none /dev/pts' failed with status 32:
mount: none already mounted or /dev/pts busy
mount: according to mtab, devpts is already mounted on /dev/pts
2013-05-15 12:03:35,231 PID: 2740 __init__.py:542 - DEBUG - (ignored) remote command 'source /etc/profile && mount -t devpts none /dev/pts' failed with status 32:
mount: none already mounted or /dev/pts busy
mount: according to mtab, devpts is already mounted on /dev/pts
2013-05-15 12:03:35,233 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && mount
2013-05-15 12:03:35,246 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && mount
2013-05-15 12:03:35,266 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && mount
2013-05-15 12:03:35,272 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && mount
2013-05-15 12:03:35,272 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && mount
2013-05-15 12:03:35,273 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && mount
2013-05-15 12:03:35,274 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && mount
2013-05-15 12:03:35,275 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && mount
2013-05-15 12:03:35,276 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && mount
2013-05-15 12:03:35,276 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && mount
2013-05-15 12:03:35,276 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && mount
2013-05-15 12:03:35,280 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && /etc/init.d/portmap start':
Rather than invoking init scripts through /etc/init.d, use the service(8)
utility, e.g. service portmap start

Since the script you are attempting to invoke has been converted to an
Upstart job, you may also use the start(8) utility, e.g. start portmap
2013-05-15 12:03:35,285 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && mount
2013-05-15 12:03:35,286 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && mount
2013-05-15 12:03:35,286 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && mount
2013-05-15 12:03:35,286 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && mount
2013-05-15 12:03:35,306 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && /etc/init.d/portmap start':
Rather than invoking init scripts through /etc/init.d, use the service(8)
utility, e.g. service portmap start

Since the script you are attempting to invoke has been converted to an
Upstart job, you may also use the start(8) utility, e.g. start portmap
2013-05-15 12:03:35,317 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && mount':
/dev/xvda1 on / type ext4 (rw)
proc on /proc type proc (rw,noexec,nosuid,nodev)
sysfs on /sys type sysfs (rw,noexec,nosuid,nodev)
none on /sys/fs/fuse/connections type fusectl (rw)
none on /sys/kernel/debug type debugfs (rw)
none on /sys/kernel/security type securityfs (rw)
udev on /dev type devtmpfs (rw,mode=0755)
devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=0620)
tmpfs on /run type tmpfs (rw,noexec,nosuid,size=10%,mode=0755)
none on /run/lock type tmpfs (rw,noexec,nosuid,nodev,size=5242880)
none on /run/shm type tmpfs (rw,nosuid,nodev)
binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,noexec,nosuid,nodev)
rpc_pipefs on /run/rpc_pipefs type rpc_pipefs (rw)
/dev/xvdb1 on /mnt type ext3 (rw,_netdev)
2013-05-15 12:03:35,320 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && mount':
/dev/xvda1 on / type ext4 (rw)
proc on /proc type proc (rw,noexec,nosuid,nodev)
sysfs on /sys type sysfs (rw,noexec,nosuid,nodev)
none on /sys/fs/fuse/connections type fusectl (rw)
none on /sys/kernel/debug type debugfs (rw)
none on /sys/kernel/security type securityfs (rw)
udev on /dev type devtmpfs (rw,mode=0755)
devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=0620)
tmpfs on /run type tmpfs (rw,noexec,nosuid,size=10%,mode=0755)
none on /run/lock type tmpfs (rw,noexec,nosuid,nodev,size=5242880)
none on /run/shm type tmpfs (rw,nosuid,nodev)
binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,noexec,nosuid,nodev)
rpc_pipefs on /run/rpc_pipefs type rpc_pipefs (rw)
/dev/xvdb1 on /mnt type ext3 (rw,_netdev)
2013-05-15 12:03:35,320 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && mount':
/dev/xvda1 on / type ext4 (rw)
proc on /proc type proc (rw,noexec,nosuid,nodev)
sysfs on /sys type sysfs (rw,noexec,nosuid,nodev)
none on /sys/fs/fuse/connections type fusectl (rw)
none on /sys/kernel/debug type debugfs (rw)
none on /sys/kernel/security type securityfs (rw)
udev on /dev type devtmpfs (rw,mode=0755)
devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=0620)
tmpfs on /run type tmpfs (rw,noexec,nosuid,size=10%,mode=0755)
none on /run/lock type tmpfs (rw,noexec,nosuid,nodev,size=5242880)
none on /run/shm type tmpfs (rw,nosuid,nodev)
binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,noexec,nosuid,nodev)
rpc_pipefs on /run/rpc_pipefs type rpc_pipefs (rw)
/dev/xvdb1 on /mnt type ext3 (rw,_netdev)
2013-05-15 12:03:35,322 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && mount':
/dev/xvda1 on / type ext4 (rw)
proc on /proc type proc (rw,noexec,nosuid,nodev)
sysfs on /sys type sysfs (rw,noexec,nosuid,nodev)
none on /sys/fs/fuse/connections type fusectl (rw)
none on /sys/kernel/debug type debugfs (rw)
none on /sys/kernel/security type securityfs (rw)
udev on /dev type devtmpfs (rw,mode=0755)
devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=0620)
tmpfs on /run type tmpfs (rw,noexec,nosuid,size=10%,mode=0755)
none on /run/lock type tmpfs (rw,noexec,nosuid,nodev,size=5242880)
none on /run/shm type tmpfs (rw,nosuid,nodev)
binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,noexec,nosuid,nodev)
rpc_pipefs on /run/rpc_pipefs type rpc_pipefs (rw)
/dev/xvdb1 on /mnt type ext3 (rw,_netdev)
2013-05-15 12:03:35,324 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && mount':
/dev/xvda1 on / type ext4 (rw)
proc on /proc type proc (rw,noexec,nosuid,nodev)
sysfs on /sys type sysfs (rw,noexec,nosuid,nodev)
none on /sys/fs/fuse/connections type fusectl (rw)
none on /sys/kernel/debug type debugfs (rw)
none on /sys/kernel/security type securityfs (rw)
udev on /dev type devtmpfs (rw,mode=0755)
devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=0620)
tmpfs on /run type tmpfs (rw,noexec,nosuid,size=10%,mode=0755)
none on /run/lock type tmpfs (rw,noexec,nosuid,nodev,size=5242880)
none on /run/shm type tmpfs (rw,nosuid,nodev)
binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,noexec,nosuid,nodev)
rpc_pipefs on /run/rpc_pipefs type rpc_pipefs (rw)
/dev/xvdb1 on /mnt type ext3 (rw,_netdev)
2013-05-15 12:03:35,325 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && mount':
/dev/xvda1 on / type ext4 (rw)
proc on /proc type proc (rw,noexec,nosuid,nodev)
sysfs on /sys type sysfs (rw,noexec,nosuid,nodev)
none on /sys/fs/fuse/connections type fusectl (rw)
none on /sys/kernel/debug type debugfs (rw)
none on /sys/kernel/security type securityfs (rw)
udev on /dev type devtmpfs (rw,mode=0755)
devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=0620)
tmpfs on /run type tmpfs (rw,noexec,nosuid,size=10%,mode=0755)
none on /run/lock type tmpfs (rw,noexec,nosuid,nodev,size=5242880)
none on /run/shm type tmpfs (rw,nosuid,nodev)
binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,noexec,nosuid,nodev)
rpc_pipefs on /run/rpc_pipefs type rpc_pipefs (rw)
/dev/xvdb1 on /mnt type ext3 (rw,_netdev)
2013-05-15 12:03:35,326 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && mount':
/dev/xvda1 on / type ext4 (rw)
proc on /proc type proc (rw,noexec,nosuid,nodev)
sysfs on /sys type sysfs (rw,noexec,nosuid,nodev)
none on /sys/fs/fuse/connections type fusectl (rw)
none on /sys/kernel/debug type debugfs (rw)
none on /sys/kernel/security type securityfs (rw)
udev on /dev type devtmpfs (rw,mode=0755)
devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=0620)
tmpfs on /run type tmpfs (rw,noexec,nosuid,size=10%,mode=0755)
none on /run/lock type tmpfs (rw,noexec,nosuid,nodev,size=5242880)
none on /run/shm type tmpfs (rw,nosuid,nodev)
binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,noexec,nosuid,nodev)
rpc_pipefs on /run/rpc_pipefs type rpc_pipefs (rw)
/dev/xvdb1 on /mnt type ext3 (rw,_netdev)
2013-05-15 12:03:35,326 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && mount':
/dev/xvda1 on / type ext4 (rw)
proc on /proc type proc (rw,noexec,nosuid,nodev)
sysfs on /sys type sysfs (rw,noexec,nosuid,nodev)
none on /sys/fs/fuse/connections type fusectl (rw)
none on /sys/kernel/debug type debugfs (rw)
none on /sys/kernel/security type securityfs (rw)
udev on /dev type devtmpfs (rw,mode=0755)
devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=0620)
tmpfs on /run type tmpfs (rw,noexec,nosuid,size=10%,mode=0755)
none on /run/lock type tmpfs (rw,noexec,nosuid,nodev,size=5242880)
none on /run/shm type tmpfs (rw,nosuid,nodev)
binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,noexec,nosuid,nodev)
rpc_pipefs on /run/rpc_pipefs type rpc_pipefs (rw)
/dev/xvdb1 on /mnt type ext3 (rw,_netdev)
2013-05-15 12:03:35,345 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && mount':
/dev/xvda1 on / type ext4 (rw)
proc on /proc type proc (rw,noexec,nosuid,nodev)
sysfs on /sys type sysfs (rw,noexec,nosuid,nodev)
none on /sys/fs/fuse/connections type fusectl (rw)
none on /sys/kernel/debug type debugfs (rw)
none on /sys/kernel/security type securityfs (rw)
udev on /dev type devtmpfs (rw,mode=0755)
devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=0620)
tmpfs on /run type tmpfs (rw,noexec,nosuid,size=10%,mode=0755)
none on /run/lock type tmpfs (rw,noexec,nosuid,nodev,size=5242880)
none on /run/shm type tmpfs (rw,nosuid,nodev)
binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,noexec,nosuid,nodev)
rpc_pipefs on /run/rpc_pipefs type rpc_pipefs (rw)
/dev/xvdb1 on /mnt type ext3 (rw,_netdev)
2013-05-15 12:03:35,367 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && mount -t devpts none /dev/pts
2013-05-15 12:03:35,408 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && mount -t devpts none /dev/pts
2013-05-15 12:03:35,414 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && mount':
/dev/xvda1 on / type ext4 (rw)
proc on /proc type proc (rw,noexec,nosuid,nodev)
sysfs on /sys type sysfs (rw,noexec,nosuid,nodev)
none on /sys/fs/fuse/connections type fusectl (rw)
none on /sys/kernel/debug type debugfs (rw)
none on /sys/kernel/security type securityfs (rw)
udev on /dev type devtmpfs (rw,mode=0755)
devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=0620)
tmpfs on /run type tmpfs (rw,noexec,nosuid,size=10%,mode=0755)
none on /run/lock type tmpfs (rw,noexec,nosuid,nodev,size=5242880)
none on /run/shm type tmpfs (rw,nosuid,nodev)
binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,noexec,nosuid,nodev)
rpc_pipefs on /run/rpc_pipefs type rpc_pipefs (rw)
/dev/xvdb1 on /mnt type ext3 (rw,_netdev)
2013-05-15 12:03:35,427 PID: 2740 __init__.py:542 - DEBUG - (ignored) remote command 'source /etc/profile && mount -t devpts none /dev/pts' failed with status 32:
mount: none already mounted or /dev/pts busy
mount: according to mtab, devpts is already mounted on /dev/pts
2013-05-15 12:03:35,440 PID: 2740 __init__.py:542 - DEBUG - (ignored) remote command 'source /etc/profile && mount -t devpts none /dev/pts' failed with status 32:
mount: none already mounted or /dev/pts busy
mount: according to mtab, devpts is already mounted on /dev/pts
2013-05-15 12:03:35,455 PID: 2740 __init__.py:542 - DEBUG - (ignored) remote command 'source /etc/profile && mount -t devpts none /dev/pts' failed with status 32:
mount: none already mounted or /dev/pts busy
mount: according to mtab, devpts is already mounted on /dev/pts
2013-05-15 12:03:35,500 PID: 2740 __init__.py:279 - DEBUG - new /etc/fstab after removing regex ( /home ) matches:
LABEL=cloudimg-rootfs	/	 ext4	defaults	0 0
/dev/xvdb1	/mnt	auto	defaults,nobootwait,comment=cloudconfig	0	2

2013-05-15 12:03:35,508 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && mount
2013-05-15 12:03:35,510 PID: 2740 __init__.py:279 - DEBUG - new /etc/fstab after removing regex ( /home ) matches:
LABEL=cloudimg-rootfs	/	 ext4	defaults	0 0
/dev/xvdb1	/mnt	auto	defaults,nobootwait,comment=cloudconfig	0	2

2013-05-15 12:03:35,512 PID: 2740 __init__.py:279 - DEBUG - new /etc/fstab after removing regex ( /home ) matches:
LABEL=cloudimg-rootfs	/	 ext4	defaults	0 0
/dev/xvdb1	/mnt	auto	defaults,nobootwait,comment=cloudconfig	0	2

2013-05-15 12:03:35,514 PID: 2740 __init__.py:279 - DEBUG - new /etc/fstab after removing regex ( /home ) matches:
LABEL=cloudimg-rootfs	/	 ext4	defaults	0 0
/dev/xvdb1	/mnt	auto	defaults,nobootwait,comment=cloudconfig	0	2

2013-05-15 12:03:35,528 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && mount
2013-05-15 12:03:35,542 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && mount':
/dev/xvda1 on / type ext4 (rw)
proc on /proc type proc (rw,noexec,nosuid,nodev)
sysfs on /sys type sysfs (rw,noexec,nosuid,nodev)
none on /sys/fs/fuse/connections type fusectl (rw)
none on /sys/kernel/debug type debugfs (rw)
none on /sys/kernel/security type securityfs (rw)
udev on /dev type devtmpfs (rw,mode=0755)
devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=0620)
tmpfs on /run type tmpfs (rw,noexec,nosuid,size=10%,mode=0755)
none on /run/lock type tmpfs (rw,noexec,nosuid,nodev,size=5242880)
none on /run/shm type tmpfs (rw,nosuid,nodev)
binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,noexec,nosuid,nodev)
rpc_pipefs on /run/rpc_pipefs type rpc_pipefs (rw)
/dev/xvdb1 on /mnt type ext3 (rw,_netdev)
2013-05-15 12:03:35,544 PID: 2740 __init__.py:279 - DEBUG - new /etc/fstab after removing regex ( /home ) matches:
LABEL=cloudimg-rootfs	/	 ext4	defaults	0 0
/dev/xvdb1	/mnt	auto	defaults,nobootwait,comment=cloudconfig	0	2

2013-05-15 12:03:35,551 PID: 2740 __init__.py:279 - DEBUG - new /etc/fstab after removing regex ( /home ) matches:
LABEL=cloudimg-rootfs	/	 ext4	defaults	0 0
/dev/xvdb1	/mnt	auto	defaults,nobootwait,comment=cloudconfig	0	2

2013-05-15 12:03:35,553 PID: 2740 __init__.py:279 - DEBUG - new /etc/fstab after removing regex ( /home ) matches:
LABEL=cloudimg-rootfs	/	 ext4	defaults	0 0
/dev/xvdb1	/mnt	auto	defaults,nobootwait,comment=cloudconfig	0	2

2013-05-15 12:03:35,556 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && mount':
/dev/xvda1 on / type ext4 (rw)
proc on /proc type proc (rw,noexec,nosuid,nodev)
sysfs on /sys type sysfs (rw,noexec,nosuid,nodev)
none on /sys/fs/fuse/connections type fusectl (rw)
none on /sys/kernel/debug type debugfs (rw)
none on /sys/kernel/security type securityfs (rw)
udev on /dev type devtmpfs (rw,mode=0755)
devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=0620)
tmpfs on /run type tmpfs (rw,noexec,nosuid,size=10%,mode=0755)
none on /run/lock type tmpfs (rw,noexec,nosuid,nodev,size=5242880)
none on /run/shm type tmpfs (rw,nosuid,nodev)
binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,noexec,nosuid,nodev)
rpc_pipefs on /run/rpc_pipefs type rpc_pipefs (rw)
/dev/xvdb1 on /mnt type ext3 (rw,_netdev)
2013-05-15 12:03:35,558 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && mount
2013-05-15 12:03:35,559 PID: 2740 __init__.py:279 - DEBUG - new /etc/fstab after removing regex ( /home ) matches:
LABEL=cloudimg-rootfs	/	 ext4	defaults	0 0
/dev/xvdb1	/mnt	auto	defaults,nobootwait,comment=cloudconfig	0	2

2013-05-15 12:03:35,560 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && mount':
/dev/xvda1 on / type ext4 (rw)
proc on /proc type proc (rw,noexec,nosuid,nodev)
sysfs on /sys type sysfs (rw,noexec,nosuid,nodev)
none on /sys/fs/fuse/connections type fusectl (rw)
none on /sys/kernel/debug type debugfs (rw)
none on /sys/kernel/security type securityfs (rw)
udev on /dev type devtmpfs (rw,mode=0755)
devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=0620)
tmpfs on /run type tmpfs (rw,noexec,nosuid,size=10%,mode=0755)
none on /run/lock type tmpfs (rw,noexec,nosuid,nodev,size=5242880)
none on /run/shm type tmpfs (rw,nosuid,nodev)
binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,noexec,nosuid,nodev)
rpc_pipefs on /run/rpc_pipefs type rpc_pipefs (rw)
/dev/xvdb1 on /mnt type ext3 (rw,_netdev)
2013-05-15 12:03:35,561 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && mount':
/dev/xvda1 on / type ext4 (rw)
proc on /proc type proc (rw,noexec,nosuid,nodev)
sysfs on /sys type sysfs (rw,noexec,nosuid,nodev)
none on /sys/fs/fuse/connections type fusectl (rw)
none on /sys/kernel/debug type debugfs (rw)
none on /sys/kernel/security type securityfs (rw)
udev on /dev type devtmpfs (rw,mode=0755)
devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=0620)
tmpfs on /run type tmpfs (rw,noexec,nosuid,size=10%,mode=0755)
none on /run/lock type tmpfs (rw,noexec,nosuid,nodev,size=5242880)
none on /run/shm type tmpfs (rw,nosuid,nodev)
binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,noexec,nosuid,nodev)
rpc_pipefs on /run/rpc_pipefs type rpc_pipefs (rw)
/dev/xvdb1 on /mnt type ext3 (rw,_netdev)
2013-05-15 12:03:35,564 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && mount':
/dev/xvda1 on / type ext4 (rw)
proc on /proc type proc (rw,noexec,nosuid,nodev)
sysfs on /sys type sysfs (rw,noexec,nosuid,nodev)
none on /sys/fs/fuse/connections type fusectl (rw)
none on /sys/kernel/debug type debugfs (rw)
none on /sys/kernel/security type securityfs (rw)
udev on /dev type devtmpfs (rw,mode=0755)
devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=0620)
tmpfs on /run type tmpfs (rw,noexec,nosuid,size=10%,mode=0755)
none on /run/lock type tmpfs (rw,noexec,nosuid,nodev,size=5242880)
none on /run/shm type tmpfs (rw,nosuid,nodev)
binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,noexec,nosuid,nodev)
rpc_pipefs on /run/rpc_pipefs type rpc_pipefs (rw)
/dev/xvdb1 on /mnt type ext3 (rw,_netdev)
2013-05-15 12:03:35,570 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && mount':
/dev/xvda1 on / type ext4 (rw)
proc on /proc type proc (rw,noexec,nosuid,nodev)
sysfs on /sys type sysfs (rw,noexec,nosuid,nodev)
none on /sys/fs/fuse/connections type fusectl (rw)
none on /sys/kernel/debug type debugfs (rw)
none on /sys/kernel/security type securityfs (rw)
udev on /dev type devtmpfs (rw,mode=0755)
devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=0620)
tmpfs on /run type tmpfs (rw,noexec,nosuid,size=10%,mode=0755)
none on /run/lock type tmpfs (rw,noexec,nosuid,nodev,size=5242880)
none on /run/shm type tmpfs (rw,nosuid,nodev)
binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,noexec,nosuid,nodev)
rpc_pipefs on /run/rpc_pipefs type rpc_pipefs (rw)
/dev/xvdb1 on /mnt type ext3 (rw,_netdev)
2013-05-15 12:03:35,580 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && mount':
/dev/xvda1 on / type ext4 (rw)
proc on /proc type proc (rw,noexec,nosuid,nodev)
sysfs on /sys type sysfs (rw,noexec,nosuid,nodev)
none on /sys/fs/fuse/connections type fusectl (rw)
none on /sys/kernel/debug type debugfs (rw)
none on /sys/kernel/security type securityfs (rw)
udev on /dev type devtmpfs (rw,mode=0755)
devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=0620)
tmpfs on /run type tmpfs (rw,noexec,nosuid,size=10%,mode=0755)
none on /run/lock type tmpfs (rw,noexec,nosuid,nodev,size=5242880)
none on /run/shm type tmpfs (rw,nosuid,nodev)
binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,noexec,nosuid,nodev)
rpc_pipefs on /run/rpc_pipefs type rpc_pipefs (rw)
/dev/xvdb1 on /mnt type ext3 (rw,_netdev)
2013-05-15 12:03:35,603 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && mount':
/dev/xvda1 on / type ext4 (rw)
proc on /proc type proc (rw,noexec,nosuid,nodev)
sysfs on /sys type sysfs (rw,noexec,nosuid,nodev)
none on /sys/fs/fuse/connections type fusectl (rw)
none on /sys/kernel/debug type debugfs (rw)
none on /sys/kernel/security type securityfs (rw)
udev on /dev type devtmpfs (rw,mode=0755)
devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=0620)
tmpfs on /run type tmpfs (rw,noexec,nosuid,size=10%,mode=0755)
none on /run/lock type tmpfs (rw,noexec,nosuid,nodev,size=5242880)
none on /run/shm type tmpfs (rw,nosuid,nodev)
binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,noexec,nosuid,nodev)
rpc_pipefs on /run/rpc_pipefs type rpc_pipefs (rw)
/dev/xvdb1 on /mnt type ext3 (rw,_netdev)
2013-05-15 12:03:35,608 PID: 2740 __init__.py:279 - DEBUG - new /etc/fstab after removing regex ( /home ) matches:
LABEL=cloudimg-rootfs	/	 ext4	defaults	0 0
/dev/xvdb1	/mnt	auto	defaults,nobootwait,comment=cloudconfig	0	2

2013-05-15 12:03:35,732 PID: 2740 __init__.py:279 - DEBUG - new /etc/fstab after removing regex ( /home ) matches:
LABEL=cloudimg-rootfs	/	 ext4	defaults	0 0
/dev/xvdb1	/mnt	auto	defaults,nobootwait,comment=cloudconfig	0	2

2013-05-15 12:03:35,741 PID: 2740 __init__.py:279 - DEBUG - new /etc/fstab after removing regex ( /home ) matches:
LABEL=cloudimg-rootfs	/	 ext4	defaults	0 0
/dev/xvdb1	/mnt	auto	defaults,nobootwait,comment=cloudconfig	0	2

2013-05-15 12:03:35,742 PID: 2740 __init__.py:279 - DEBUG - new /etc/fstab after removing regex ( /home ) matches:
LABEL=cloudimg-rootfs	/	 ext4	defaults	0 0
/dev/xvdb1	/mnt	auto	defaults,nobootwait,comment=cloudconfig	0	2

2013-05-15 12:03:35,772 PID: 2740 __init__.py:279 - DEBUG - new /etc/fstab after removing regex ( /home ) matches:
LABEL=cloudimg-rootfs	/	 ext4	defaults	0 0
/dev/xvdb1	/mnt	auto	defaults,nobootwait,comment=cloudconfig	0	2

2013-05-15 12:03:35,774 PID: 2740 __init__.py:279 - DEBUG - new /etc/fstab after removing regex ( /home ) matches:
LABEL=cloudimg-rootfs	/	 ext4	defaults	0 0
/dev/xvdb1	/mnt	auto	defaults,nobootwait,comment=cloudconfig	0	2

2013-05-15 12:03:35,789 PID: 2740 __init__.py:279 - DEBUG - new /etc/fstab after removing regex ( /home ) matches:
LABEL=cloudimg-rootfs	/	 ext4	defaults	0 0
/dev/xvdb1	/mnt	auto	defaults,nobootwait,comment=cloudconfig	0	2

2013-05-15 12:03:35,801 PID: 2740 __init__.py:279 - DEBUG - new /etc/fstab after removing regex ( /home ) matches:
LABEL=cloudimg-rootfs	/	 ext4	defaults	0 0
/dev/xvdb1	/mnt	auto	defaults,nobootwait,comment=cloudconfig	0	2

2013-05-15 12:03:35,814 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && mount /home
2013-05-15 12:03:35,849 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && mount /home
2013-05-15 12:03:35,852 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && mount -t devpts none /dev/pts
2013-05-15 12:03:35,872 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && mount /home
2013-05-15 12:03:35,902 PID: 2740 threadpool.py:151 - DEBUG - unfinished_tasks = 19
2013-05-15 12:03:35,990 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && mount /home
2013-05-15 12:03:36,000 PID: 2740 __init__.py:279 - DEBUG - new /etc/fstab after removing regex ( /home ) matches:
LABEL=cloudimg-rootfs	/	 ext4	defaults	0 0
/dev/xvdb1	/mnt	auto	defaults,nobootwait,comment=cloudconfig	0	2

2013-05-15 12:03:36,014 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && mount /home
2013-05-15 12:03:36,019 PID: 2740 __init__.py:542 - DEBUG - (ignored) remote command 'source /etc/profile && mount -t devpts none /dev/pts' failed with status 32:
mount: none already mounted or /dev/pts busy
mount: according to mtab, devpts is already mounted on /dev/pts
2013-05-15 12:03:36,054 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && mount
2013-05-15 12:03:36,054 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && mount /home
2013-05-15 12:03:36,056 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && mount /home
2013-05-15 12:03:36,091 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && mount /home
2013-05-15 12:03:36,105 PID: 2740 __init__.py:279 - DEBUG - new /etc/fstab after removing regex ( /home ) matches:
LABEL=cloudimg-rootfs	/	 ext4	defaults	0 0
/dev/xvdb1	/mnt	auto	defaults,nobootwait,comment=cloudconfig	0	2

2013-05-15 12:03:36,159 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && mount':
/dev/xvda1 on / type ext4 (rw)
proc on /proc type proc (rw,noexec,nosuid,nodev)
sysfs on /sys type sysfs (rw,noexec,nosuid,nodev)
none on /sys/fs/fuse/connections type fusectl (rw)
none on /sys/kernel/debug type debugfs (rw)
none on /sys/kernel/security type securityfs (rw)
udev on /dev type devtmpfs (rw,mode=0755)
devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=0620)
tmpfs on /run type tmpfs (rw,noexec,nosuid,size=10%,mode=0755)
none on /run/lock type tmpfs (rw,noexec,nosuid,nodev,size=5242880)
none on /run/shm type tmpfs (rw,nosuid,nodev)
binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,noexec,nosuid,nodev)
rpc_pipefs on /run/rpc_pipefs type rpc_pipefs (rw)
/dev/xvdb1 on /mnt type ext3 (rw,_netdev)
2013-05-15 12:03:36,160 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && mount /home
2013-05-15 12:03:36,176 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && mount /home
2013-05-15 12:03:36,195 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && mount /home
2013-05-15 12:03:36,206 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && mount /home
2013-05-15 12:03:36,219 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && mount /home
2013-05-15 12:03:36,221 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && mount /home
2013-05-15 12:03:36,294 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && mount /home
2013-05-15 12:03:36,339 PID: 2740 __init__.py:279 - DEBUG - new /etc/fstab after removing regex ( /home ) matches:
LABEL=cloudimg-rootfs	/	 ext4	defaults	0 0
/dev/xvdb1	/mnt	auto	defaults,nobootwait,comment=cloudconfig	0	2

2013-05-15 12:03:36,437 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && mount /home
2013-05-15 12:03:36,478 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && mount /home':

2013-05-15 12:03:36,486 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && mount /home
2013-05-15 12:03:36,495 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && mount /home':

2013-05-15 12:03:36,621 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && mount /home
2013-05-15 12:03:36,628 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && mount /home
2013-05-15 12:03:36,822 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && mount /home':

2013-05-15 12:03:36,833 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && mount /home':

2013-05-15 12:03:36,856 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && mount /home':

2013-05-15 12:03:36,903 PID: 2740 threadpool.py:151 - DEBUG - unfinished_tasks = 14
2013-05-15 12:03:36,955 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && mount /home':

2013-05-15 12:03:36,987 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && mount /home':

2013-05-15 12:03:37,003 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && mount /home':

2013-05-15 12:03:37,004 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && mount /home':

2013-05-15 12:03:37,050 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && mount /home':

2013-05-15 12:03:37,273 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && mount /home':

2013-05-15 12:03:37,489 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && mount /home':

2013-05-15 12:03:37,502 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && mount /home':

2013-05-15 12:03:37,518 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && mount /home':

2013-05-15 12:03:37,548 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && mount /home':

2013-05-15 12:03:37,597 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && mount /home':

2013-05-15 12:03:37,626 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && mount /home':

2013-05-15 12:03:37,694 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && mount /home':

2013-05-15 12:03:37,791 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && mount /home':

2013-05-15 12:03:37,905 PID: 2740 utils.py:98 - INFO - Setting up NFS took 0.091 mins
2013-05-15 12:03:37,905 PID: 2740 clustersetup.py:242 - INFO - Configuring passwordless ssh for root
2013-05-15 12:03:40,615 PID: 2740 node.py:488 - DEBUG - adding auth_key_contents
2013-05-15 12:04:03,157 PID: 2740 clustersetup.py:250 - INFO - Configuring passwordless ssh for sgeadmin
2013-05-15 12:04:04,682 PID: 2740 node.py:488 - DEBUG - adding auth_key_contents
2013-05-15 12:04:04,711 PID: 2740 node.py:496 - DEBUG - adding conn_pubkey_contents
2013-05-15 12:04:05,895 PID: 2740 cluster.py:689 - DEBUG - existing nodes: {u'i-283a811d': <Node: node015 (i-283a811d)>, u'i-223a8117': <Node: node012 (i-223a8117)>, u'i-3a3a810f': <Node: node008 (i-3a3a810f)>, u'i-243a8111': <Node: node009 (i-243a8111)>, u'i-383a810d': <Node: node007 (i-383a810d)>, u'i-343a8101': <Node: node001 (i-343a8101)>, u'i-3e3a810b': <Node: node006 (i-3e3a810b)>, u'i-363a8103': <Node: node002 (i-363a8103)>, u'i-2e3a811b': <Node: node014 (i-2e3a811b)>, u'i-143a8121': <Node: node017 (i-143a8121)>, u'i-303a8105': <Node: node003 (i-303a8105)>, u'i-2c3a8119': <Node: node013 (i-2c3a8119)>, u'i-163a8123': <Node: node018 (i-163a8123)>, u'i-263a8113': <Node: node010 (i-263a8113)>, u'i-3c3a8109': <Node: node005 (i-3c3a8109)>, u'i-2a3a811f': <Node: node016 (i-2a3a811f)>, u'i-203a8115': <Node: node011 (i-203a8115)>, u'i-323a8107': <Node: node004 (i-323a8107)>, u'i-103a8125': <Node: node019 (i-103a8125)>, u'i-ca3b80ff': <Node: master (i-ca3b80ff)>}
2013-05-15 12:04:05,895 PID: 2740 cluster.py:692 - DEBUG - updating existing node i-ca3b80ff in self._nodes
2013-05-15 12:04:05,895 PID: 2740 cluster.py:692 - DEBUG - updating existing node i-343a8101 in self._nodes
2013-05-15 12:04:05,895 PID: 2740 cluster.py:692 - DEBUG - updating existing node i-363a8103 in self._nodes
2013-05-15 12:04:05,895 PID: 2740 cluster.py:692 - DEBUG - updating existing node i-303a8105 in self._nodes
2013-05-15 12:04:05,895 PID: 2740 cluster.py:692 - DEBUG - updating existing node i-323a8107 in self._nodes
2013-05-15 12:04:05,895 PID: 2740 cluster.py:692 - DEBUG - updating existing node i-3c3a8109 in self._nodes
2013-05-15 12:04:05,895 PID: 2740 cluster.py:692 - DEBUG - updating existing node i-3e3a810b in self._nodes
2013-05-15 12:04:05,895 PID: 2740 cluster.py:692 - DEBUG - updating existing node i-383a810d in self._nodes
2013-05-15 12:04:05,896 PID: 2740 cluster.py:692 - DEBUG - updating existing node i-3a3a810f in self._nodes
2013-05-15 12:04:05,896 PID: 2740 cluster.py:692 - DEBUG - updating existing node i-243a8111 in self._nodes
2013-05-15 12:04:05,896 PID: 2740 cluster.py:692 - DEBUG - updating existing node i-263a8113 in self._nodes
2013-05-15 12:04:05,896 PID: 2740 cluster.py:692 - DEBUG - updating existing node i-203a8115 in self._nodes
2013-05-15 12:04:05,896 PID: 2740 cluster.py:692 - DEBUG - updating existing node i-223a8117 in self._nodes
2013-05-15 12:04:05,896 PID: 2740 cluster.py:692 - DEBUG - updating existing node i-2c3a8119 in self._nodes
2013-05-15 12:04:05,896 PID: 2740 cluster.py:692 - DEBUG - updating existing node i-2e3a811b in self._nodes
2013-05-15 12:04:05,896 PID: 2740 cluster.py:692 - DEBUG - updating existing node i-283a811d in self._nodes
2013-05-15 12:04:05,896 PID: 2740 cluster.py:692 - DEBUG - updating existing node i-2a3a811f in self._nodes
2013-05-15 12:04:05,896 PID: 2740 cluster.py:692 - DEBUG - updating existing node i-143a8121 in self._nodes
2013-05-15 12:04:05,896 PID: 2740 cluster.py:692 - DEBUG - updating existing node i-163a8123 in self._nodes
2013-05-15 12:04:05,897 PID: 2740 cluster.py:692 - DEBUG - updating existing node i-103a8125 in self._nodes
2013-05-15 12:04:05,897 PID: 2740 cluster.py:705 - DEBUG - returning self._nodes = [<Node: master (i-ca3b80ff)>, <Node: node001 (i-343a8101)>, <Node: node002 (i-363a8103)>, <Node: node003 (i-303a8105)>, <Node: node004 (i-323a8107)>, <Node: node005 (i-3c3a8109)>, <Node: node006 (i-3e3a810b)>, <Node: node007 (i-383a810d)>, <Node: node008 (i-3a3a810f)>, <Node: node009 (i-243a8111)>, <Node: node010 (i-263a8113)>, <Node: node011 (i-203a8115)>, <Node: node012 (i-223a8117)>, <Node: node013 (i-2c3a8119)>, <Node: node014 (i-2e3a811b)>, <Node: node015 (i-283a811d)>, <Node: node016 (i-2a3a811f)>, <Node: node017 (i-143a8121)>, <Node: node018 (i-163a8123)>, <Node: node019 (i-103a8125)>]
2013-05-15 12:04:05,897 PID: 2740 cluster.py:1546 - INFO - Running plugin starcluster.plugins.sge.SGEPlugin
2013-05-15 12:04:05,926 PID: 2740 sge.py:126 - INFO - Configuring SGE...
2013-05-15 12:04:06,261 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && cp -r /opt/sge6-fresh /opt/sge6
2013-05-15 12:04:30,866 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && cp -r /opt/sge6-fresh /opt/sge6':

2013-05-15 12:04:30,902 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && chown -R sgeadmin:sgeadmin /opt/sge6
2013-05-15 12:04:31,004 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && chown -R sgeadmin:sgeadmin /opt/sge6':

2013-05-15 12:04:31,005 PID: 2740 node.py:619 - INFO - Configuring NFS exports path(s):
/opt/sge6
2013-05-15 12:04:32,378 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && exportfs -fra
2013-05-15 12:04:32,422 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && exportfs -fra':

2013-05-15 12:04:32,423 PID: 2740 clustersetup.py:334 - INFO - Mounting all NFS export path(s) on 19 worker node(s)
2013-05-15 12:04:32,440 PID: 2740 threadpool.py:151 - DEBUG - unfinished_tasks = 19
2013-05-15 12:04:32,467 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && /etc/init.d/portmap start
2013-05-15 12:04:32,467 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && /etc/init.d/portmap start
2013-05-15 12:04:32,468 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && /etc/init.d/portmap start
2013-05-15 12:04:32,468 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && /etc/init.d/portmap start
2013-05-15 12:04:32,468 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && /etc/init.d/portmap start
2013-05-15 12:04:32,469 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && /etc/init.d/portmap start
2013-05-15 12:04:32,470 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && /etc/init.d/portmap start
2013-05-15 12:04:32,471 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && /etc/init.d/portmap start
2013-05-15 12:04:32,472 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && /etc/init.d/portmap start
2013-05-15 12:04:32,472 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && /etc/init.d/portmap start
2013-05-15 12:04:32,472 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && /etc/init.d/portmap start
2013-05-15 12:04:32,474 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && /etc/init.d/portmap start
2013-05-15 12:04:32,474 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && /etc/init.d/portmap start
2013-05-15 12:04:32,474 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && /etc/init.d/portmap start
2013-05-15 12:04:32,475 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && /etc/init.d/portmap start
2013-05-15 12:04:32,475 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && /etc/init.d/portmap start
2013-05-15 12:04:32,475 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && /etc/init.d/portmap start
2013-05-15 12:04:32,508 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && /etc/init.d/portmap start
2013-05-15 12:04:32,528 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && /etc/init.d/portmap start':
Rather than invoking init scripts through /etc/init.d, use the service(8)
utility, e.g. service portmap start

Since the script you are attempting to invoke has been converted to an
Upstart job, you may also use the start(8) utility, e.g. start portmap
2013-05-15 12:04:32,528 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && /etc/init.d/portmap start':
Rather than invoking init scripts through /etc/init.d, use the service(8)
utility, e.g. service portmap start

Since the script you are attempting to invoke has been converted to an
Upstart job, you may also use the start(8) utility, e.g. start portmap
2013-05-15 12:04:32,531 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && /etc/init.d/portmap start':
Rather than invoking init scripts through /etc/init.d, use the service(8)
utility, e.g. service portmap start

Since the script you are attempting to invoke has been converted to an
Upstart job, you may also use the start(8) utility, e.g. start portmap
2013-05-15 12:04:32,547 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && /etc/init.d/portmap start':
Rather than invoking init scripts through /etc/init.d, use the service(8)
utility, e.g. service portmap start

Since the script you are attempting to invoke has been converted to an
Upstart job, you may also use the start(8) utility, e.g. start portmap
2013-05-15 12:04:32,552 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && /etc/init.d/portmap start':
Rather than invoking init scripts through /etc/init.d, use the service(8)
utility, e.g. service portmap start

Since the script you are attempting to invoke has been converted to an
Upstart job, you may also use the start(8) utility, e.g. start portmap
2013-05-15 12:04:32,552 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && /etc/init.d/portmap start':
Rather than invoking init scripts through /etc/init.d, use the service(8)
utility, e.g. service portmap start

Since the script you are attempting to invoke has been converted to an
Upstart job, you may also use the start(8) utility, e.g. start portmap
2013-05-15 12:04:32,553 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && /etc/init.d/portmap start':
Rather than invoking init scripts through /etc/init.d, use the service(8)
utility, e.g. service portmap start

Since the script you are attempting to invoke has been converted to an
Upstart job, you may also use the start(8) utility, e.g. start portmap
2013-05-15 12:04:32,554 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && /etc/init.d/portmap start':
Rather than invoking init scripts through /etc/init.d, use the service(8)
utility, e.g. service portmap start

Since the script you are attempting to invoke has been converted to an
Upstart job, you may also use the start(8) utility, e.g. start portmap
2013-05-15 12:04:32,554 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && /etc/init.d/portmap start':
Rather than invoking init scripts through /etc/init.d, use the service(8)
utility, e.g. service portmap start

Since the script you are attempting to invoke has been converted to an
Upstart job, you may also use the start(8) utility, e.g. start portmap
2013-05-15 12:04:32,555 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && /etc/init.d/portmap start':
Rather than invoking init scripts through /etc/init.d, use the service(8)
utility, e.g. service portmap start

Since the script you are attempting to invoke has been converted to an
Upstart job, you may also use the start(8) utility, e.g. start portmap
2013-05-15 12:04:32,556 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && /etc/init.d/portmap start':
Rather than invoking init scripts through /etc/init.d, use the service(8)
utility, e.g. service portmap start

Since the script you are attempting to invoke has been converted to an
Upstart job, you may also use the start(8) utility, e.g. start portmap
2013-05-15 12:04:32,557 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && /etc/init.d/portmap start':
Rather than invoking init scripts through /etc/init.d, use the service(8)
utility, e.g. service portmap start

Since the script you are attempting to invoke has been converted to an
Upstart job, you may also use the start(8) utility, e.g. start portmap
2013-05-15 12:04:32,558 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && /etc/init.d/portmap start':
Rather than invoking init scripts through /etc/init.d, use the service(8)
utility, e.g. service portmap start

Since the script you are attempting to invoke has been converted to an
Upstart job, you may also use the start(8) utility, e.g. start portmap
2013-05-15 12:04:32,558 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && /etc/init.d/portmap start':
Rather than invoking init scripts through /etc/init.d, use the service(8)
utility, e.g. service portmap start

Since the script you are attempting to invoke has been converted to an
Upstart job, you may also use the start(8) utility, e.g. start portmap
2013-05-15 12:04:32,559 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && /etc/init.d/portmap start':
Rather than invoking init scripts through /etc/init.d, use the service(8)
utility, e.g. service portmap start

Since the script you are attempting to invoke has been converted to an
Upstart job, you may also use the start(8) utility, e.g. start portmap
2013-05-15 12:04:32,563 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && /etc/init.d/portmap start':
Rather than invoking init scripts through /etc/init.d, use the service(8)
utility, e.g. service portmap start

Since the script you are attempting to invoke has been converted to an
Upstart job, you may also use the start(8) utility, e.g. start portmap
2013-05-15 12:04:32,596 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && mount -t devpts none /dev/pts
2013-05-15 12:04:32,598 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && mount -t devpts none /dev/pts
2013-05-15 12:04:32,625 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && mount -t devpts none /dev/pts
2013-05-15 12:04:32,626 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && mount -t devpts none /dev/pts
2013-05-15 12:04:32,626 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && mount -t devpts none /dev/pts
2013-05-15 12:04:32,627 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && mount -t devpts none /dev/pts
2013-05-15 12:04:32,630 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && mount -t devpts none /dev/pts
2013-05-15 12:04:32,662 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && mount -t devpts none /dev/pts
2013-05-15 12:04:32,664 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && mount -t devpts none /dev/pts
2013-05-15 12:04:32,664 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && mount -t devpts none /dev/pts
2013-05-15 12:04:32,665 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && mount -t devpts none /dev/pts
2013-05-15 12:04:32,666 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && mount -t devpts none /dev/pts
2013-05-15 12:04:32,667 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && mount -t devpts none /dev/pts
2013-05-15 12:04:32,667 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && mount -t devpts none /dev/pts
2013-05-15 12:04:32,668 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && mount -t devpts none /dev/pts
2013-05-15 12:04:32,673 PID: 2740 __init__.py:542 - DEBUG - (ignored) remote command 'source /etc/profile && mount -t devpts none /dev/pts' failed with status 32:
mount: none already mounted or /dev/pts busy
mount: according to mtab, devpts is already mounted on /dev/pts
2013-05-15 12:04:32,682 PID: 2740 __init__.py:542 - DEBUG - (ignored) remote command 'source /etc/profile && mount -t devpts none /dev/pts' failed with status 32:
mount: none already mounted or /dev/pts busy
mount: according to mtab, devpts is already mounted on /dev/pts
2013-05-15 12:04:32,696 PID: 2740 __init__.py:542 - DEBUG - (ignored) remote command 'source /etc/profile && mount -t devpts none /dev/pts' failed with status 32:
mount: none already mounted or /dev/pts busy
mount: according to mtab, devpts is already mounted on /dev/pts
2013-05-15 12:04:32,703 PID: 2740 __init__.py:542 - DEBUG - (ignored) remote command 'source /etc/profile && mount -t devpts none /dev/pts' failed with status 32:
mount: none already mounted or /dev/pts busy
mount: according to mtab, devpts is already mounted on /dev/pts
2013-05-15 12:04:32,706 PID: 2740 __init__.py:542 - DEBUG - (ignored) remote command 'source /etc/profile && mount -t devpts none /dev/pts' failed with status 32:
mount: none already mounted or /dev/pts busy
mount: according to mtab, devpts is already mounted on /dev/pts
2013-05-15 12:04:32,708 PID: 2740 __init__.py:542 - DEBUG - (ignored) remote command 'source /etc/profile && mount -t devpts none /dev/pts' failed with status 32:
mount: none already mounted or /dev/pts busy
mount: according to mtab, devpts is already mounted on /dev/pts
2013-05-15 12:04:32,711 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && /etc/init.d/portmap start
2013-05-15 12:04:32,711 PID: 2740 __init__.py:542 - DEBUG - (ignored) remote command 'source /etc/profile && mount -t devpts none /dev/pts' failed with status 32:
mount: none already mounted or /dev/pts busy
mount: according to mtab, devpts is already mounted on /dev/pts
2013-05-15 12:04:32,712 PID: 2740 __init__.py:542 - DEBUG - (ignored) remote command 'source /etc/profile && mount -t devpts none /dev/pts' failed with status 32:
mount: none already mounted or /dev/pts busy
mount: according to mtab, devpts is already mounted on /dev/pts
2013-05-15 12:04:32,712 PID: 2740 __init__.py:542 - DEBUG - (ignored) remote command 'source /etc/profile && mount -t devpts none /dev/pts' failed with status 32:
mount: none already mounted or /dev/pts busy
mount: according to mtab, devpts is already mounted on /dev/pts
2013-05-15 12:04:32,715 PID: 2740 __init__.py:542 - DEBUG - (ignored) remote command 'source /etc/profile && mount -t devpts none /dev/pts' failed with status 32:
mount: none already mounted or /dev/pts busy
mount: according to mtab, devpts is already mounted on /dev/pts
2013-05-15 12:04:32,716 PID: 2740 __init__.py:542 - DEBUG - (ignored) remote command 'source /etc/profile && mount -t devpts none /dev/pts' failed with status 32:
mount: none already mounted or /dev/pts busy
mount: according to mtab, devpts is already mounted on /dev/pts
2013-05-15 12:04:32,717 PID: 2740 __init__.py:542 - DEBUG - (ignored) remote command 'source /etc/profile && mount -t devpts none /dev/pts' failed with status 32:
mount: none already mounted or /dev/pts busy
mount: according to mtab, devpts is already mounted on /dev/pts
2013-05-15 12:04:32,718 PID: 2740 __init__.py:542 - DEBUG - (ignored) remote command 'source /etc/profile && mount -t devpts none /dev/pts' failed with status 32:
mount: none already mounted or /dev/pts busy
mount: according to mtab, devpts is already mounted on /dev/pts
2013-05-15 12:04:32,720 PID: 2740 __init__.py:542 - DEBUG - (ignored) remote command 'source /etc/profile && mount -t devpts none /dev/pts' failed with status 32:
mount: none already mounted or /dev/pts busy
mount: according to mtab, devpts is already mounted on /dev/pts
2013-05-15 12:04:32,726 PID: 2740 __init__.py:542 - DEBUG - (ignored) remote command 'source /etc/profile && mount -t devpts none /dev/pts' failed with status 32:
mount: none already mounted or /dev/pts busy
mount: according to mtab, devpts is already mounted on /dev/pts
2013-05-15 12:04:32,771 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && /etc/init.d/portmap start':
Rather than invoking init scripts through /etc/init.d, use the service(8)
utility, e.g. service portmap start

Since the script you are attempting to invoke has been converted to an
Upstart job, you may also use the start(8) utility, e.g. start portmap
2013-05-15 12:04:32,783 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && mount
2013-05-15 12:04:32,785 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && mount
2013-05-15 12:04:32,785 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && mount
2013-05-15 12:04:32,785 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && /etc/init.d/portmap start':
Rather than invoking init scripts through /etc/init.d, use the service(8)
utility, e.g. service portmap start

Since the script you are attempting to invoke has been converted to an
Upstart job, you may also use the start(8) utility, e.g. start portmap
2013-05-15 12:04:32,786 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && mount
2013-05-15 12:04:32,787 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && mount
2013-05-15 12:04:32,791 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && mount
2013-05-15 12:04:32,799 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && mount
2013-05-15 12:04:32,805 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && mount -t devpts none /dev/pts
2013-05-15 12:04:32,807 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && mount
2013-05-15 12:04:32,807 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && mount
2013-05-15 12:04:32,814 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && mount
2013-05-15 12:04:32,816 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && mount
2013-05-15 12:04:32,818 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && mount
2013-05-15 12:04:32,820 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && mount -t devpts none /dev/pts
2013-05-15 12:04:32,825 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && mount
2013-05-15 12:04:32,828 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && mount
2013-05-15 12:04:32,833 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && /etc/init.d/portmap start':
Rather than invoking init scripts through /etc/init.d, use the service(8)
utility, e.g. service portmap start

Since the script you are attempting to invoke has been converted to an
Upstart job, you may also use the start(8) utility, e.g. start portmap
2013-05-15 12:04:32,833 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && mount':
/dev/xvda1 on / type ext4 (rw)
proc on /proc type proc (rw,noexec,nosuid,nodev)
sysfs on /sys type sysfs (rw,noexec,nosuid,nodev)
none on /sys/fs/fuse/connections type fusectl (rw)
none on /sys/kernel/debug type debugfs (rw)
none on /sys/kernel/security type securityfs (rw)
udev on /dev type devtmpfs (rw,mode=0755)
devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=0620)
tmpfs on /run type tmpfs (rw,noexec,nosuid,size=10%,mode=0755)
none on /run/lock type tmpfs (rw,noexec,nosuid,nodev,size=5242880)
none on /run/shm type tmpfs (rw,nosuid,nodev)
binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,noexec,nosuid,nodev)
rpc_pipefs on /run/rpc_pipefs type rpc_pipefs (rw)
/dev/xvdb1 on /mnt type ext3 (rw,_netdev)
master:/home on /home type nfs (rw,user=root,nosuid,nodev,vers=3,addr=10.244.50.141)
2013-05-15 12:04:32,835 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && mount':
/dev/xvda1 on / type ext4 (rw)
proc on /proc type proc (rw,noexec,nosuid,nodev)
sysfs on /sys type sysfs (rw,noexec,nosuid,nodev)
none on /sys/fs/fuse/connections type fusectl (rw)
none on /sys/kernel/debug type debugfs (rw)
none on /sys/kernel/security type securityfs (rw)
udev on /dev type devtmpfs (rw,mode=0755)
devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=0620)
tmpfs on /run type tmpfs (rw,noexec,nosuid,size=10%,mode=0755)
none on /run/lock type tmpfs (rw,noexec,nosuid,nodev,size=5242880)
none on /run/shm type tmpfs (rw,nosuid,nodev)
binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,noexec,nosuid,nodev)
rpc_pipefs on /run/rpc_pipefs type rpc_pipefs (rw)
/dev/xvdb1 on /mnt type ext3 (rw,_netdev)
master:/home on /home type nfs (rw,user=root,nosuid,nodev,vers=3,addr=10.244.50.141)
2013-05-15 12:04:32,839 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && mount':
/dev/xvda1 on / type ext4 (rw)
proc on /proc type proc (rw,noexec,nosuid,nodev)
sysfs on /sys type sysfs (rw,noexec,nosuid,nodev)
none on /sys/fs/fuse/connections type fusectl (rw)
none on /sys/kernel/debug type debugfs (rw)
none on /sys/kernel/security type securityfs (rw)
udev on /dev type devtmpfs (rw,mode=0755)
devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=0620)
tmpfs on /run type tmpfs (rw,noexec,nosuid,size=10%,mode=0755)
none on /run/lock type tmpfs (rw,noexec,nosuid,nodev,size=5242880)
none on /run/shm type tmpfs (rw,nosuid,nodev)
binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,noexec,nosuid,nodev)
rpc_pipefs on /run/rpc_pipefs type rpc_pipefs (rw)
/dev/xvdb1 on /mnt type ext3 (rw,_netdev)
master:/home on /home type nfs (rw,user=root,nosuid,nodev,vers=3,addr=10.244.50.141)
2013-05-15 12:04:32,869 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && mount':
/dev/xvda1 on / type ext4 (rw)
proc on /proc type proc (rw,noexec,nosuid,nodev)
sysfs on /sys type sysfs (rw,noexec,nosuid,nodev)
none on /sys/fs/fuse/connections type fusectl (rw)
none on /sys/kernel/debug type debugfs (rw)
none on /sys/kernel/security type securityfs (rw)
udev on /dev type devtmpfs (rw,mode=0755)
devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=0620)
tmpfs on /run type tmpfs (rw,noexec,nosuid,size=10%,mode=0755)
none on /run/lock type tmpfs (rw,noexec,nosuid,nodev,size=5242880)
none on /run/shm type tmpfs (rw,nosuid,nodev)
binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,noexec,nosuid,nodev)
rpc_pipefs on /run/rpc_pipefs type rpc_pipefs (rw)
/dev/xvdb1 on /mnt type ext3 (rw,_netdev)
master:/home on /home type nfs (rw,user=root,nosuid,nodev,vers=3,addr=10.244.50.141)
2013-05-15 12:04:32,871 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && mount':
/dev/xvda1 on / type ext4 (rw)
proc on /proc type proc (rw,noexec,nosuid,nodev)
sysfs on /sys type sysfs (rw,noexec,nosuid,nodev)
none on /sys/fs/fuse/connections type fusectl (rw)
none on /sys/kernel/debug type debugfs (rw)
none on /sys/kernel/security type securityfs (rw)
udev on /dev type devtmpfs (rw,mode=0755)
devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=0620)
tmpfs on /run type tmpfs (rw,noexec,nosuid,size=10%,mode=0755)
none on /run/lock type tmpfs (rw,noexec,nosuid,nodev,size=5242880)
none on /run/shm type tmpfs (rw,nosuid,nodev)
binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,noexec,nosuid,nodev)
rpc_pipefs on /run/rpc_pipefs type rpc_pipefs (rw)
/dev/xvdb1 on /mnt type ext3 (rw,_netdev)
master:/home on /home type nfs (rw,user=root,nosuid,nodev,vers=3,addr=10.244.50.141)
2013-05-15 12:04:32,872 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && mount':
/dev/xvda1 on / type ext4 (rw)
proc on /proc type proc (rw,noexec,nosuid,nodev)
sysfs on /sys type sysfs (rw,noexec,nosuid,nodev)
none on /sys/fs/fuse/connections type fusectl (rw)
none on /sys/kernel/debug type debugfs (rw)
none on /sys/kernel/security type securityfs (rw)
udev on /dev type devtmpfs (rw,mode=0755)
devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=0620)
tmpfs on /run type tmpfs (rw,noexec,nosuid,size=10%,mode=0755)
none on /run/lock type tmpfs (rw,noexec,nosuid,nodev,size=5242880)
none on /run/shm type tmpfs (rw,nosuid,nodev)
binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,noexec,nosuid,nodev)
rpc_pipefs on /run/rpc_pipefs type rpc_pipefs (rw)
/dev/xvdb1 on /mnt type ext3 (rw,_netdev)
master:/home on /home type nfs (rw,user=root,nosuid,nodev,vers=3,addr=10.244.50.141)
2013-05-15 12:04:32,872 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && mount':
/dev/xvda1 on / type ext4 (rw)
proc on /proc type proc (rw,noexec,nosuid,nodev)
sysfs on /sys type sysfs (rw,noexec,nosuid,nodev)
none on /sys/fs/fuse/connections type fusectl (rw)
none on /sys/kernel/debug type debugfs (rw)
none on /sys/kernel/security type securityfs (rw)
udev on /dev type devtmpfs (rw,mode=0755)
devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=0620)
tmpfs on /run type tmpfs (rw,noexec,nosuid,size=10%,mode=0755)
none on /run/lock type tmpfs (rw,noexec,nosuid,nodev,size=5242880)
none on /run/shm type tmpfs (rw,nosuid,nodev)
binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,noexec,nosuid,nodev)
rpc_pipefs on /run/rpc_pipefs type rpc_pipefs (rw)
/dev/xvdb1 on /mnt type ext3 (rw,_netdev)
master:/home on /home type nfs (rw,user=root,nosuid,nodev,vers=3,addr=10.244.50.141)
2013-05-15 12:04:32,873 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && mount':
/dev/xvda1 on / type ext4 (rw)
proc on /proc type proc (rw,noexec,nosuid,nodev)
sysfs on /sys type sysfs (rw,noexec,nosuid,nodev)
none on /sys/fs/fuse/connections type fusectl (rw)
none on /sys/kernel/debug type debugfs (rw)
none on /sys/kernel/security type securityfs (rw)
udev on /dev type devtmpfs (rw,mode=0755)
devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=0620)
tmpfs on /run type tmpfs (rw,noexec,nosuid,size=10%,mode=0755)
none on /run/lock type tmpfs (rw,noexec,nosuid,nodev,size=5242880)
none on /run/shm type tmpfs (rw,nosuid,nodev)
binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,noexec,nosuid,nodev)
rpc_pipefs on /run/rpc_pipefs type rpc_pipefs (rw)
/dev/xvdb1 on /mnt type ext3 (rw,_netdev)
master:/home on /home type nfs (rw,user=root,nosuid,nodev,vers=3,addr=10.244.50.141)
2013-05-15 12:04:32,893 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && mount':
/dev/xvda1 on / type ext4 (rw)
proc on /proc type proc (rw,noexec,nosuid,nodev)
sysfs on /sys type sysfs (rw,noexec,nosuid,nodev)
none on /sys/fs/fuse/connections type fusectl (rw)
none on /sys/kernel/debug type debugfs (rw)
none on /sys/kernel/security type securityfs (rw)
udev on /dev type devtmpfs (rw,mode=0755)
devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=0620)
tmpfs on /run type tmpfs (rw,noexec,nosuid,size=10%,mode=0755)
none on /run/lock type tmpfs (rw,noexec,nosuid,nodev,size=5242880)
none on /run/shm type tmpfs (rw,nosuid,nodev)
binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,noexec,nosuid,nodev)
rpc_pipefs on /run/rpc_pipefs type rpc_pipefs (rw)
/dev/xvdb1 on /mnt type ext3 (rw,_netdev)
master:/home on /home type nfs (rw,user=root,nosuid,nodev,vers=3,addr=10.244.50.141)
2013-05-15 12:04:32,899 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && mount':
/dev/xvda1 on / type ext4 (rw)
proc on /proc type proc (rw,noexec,nosuid,nodev)
sysfs on /sys type sysfs (rw,noexec,nosuid,nodev)
none on /sys/fs/fuse/connections type fusectl (rw)
none on /sys/kernel/debug type debugfs (rw)
none on /sys/kernel/security type securityfs (rw)
udev on /dev type devtmpfs (rw,mode=0755)
devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=0620)
tmpfs on /run type tmpfs (rw,noexec,nosuid,size=10%,mode=0755)
none on /run/lock type tmpfs (rw,noexec,nosuid,nodev,size=5242880)
none on /run/shm type tmpfs (rw,nosuid,nodev)
binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,noexec,nosuid,nodev)
rpc_pipefs on /run/rpc_pipefs type rpc_pipefs (rw)
/dev/xvdb1 on /mnt type ext3 (rw,_netdev)
master:/home on /home type nfs (rw,user=root,nosuid,nodev,vers=3,addr=10.244.50.141)
2013-05-15 12:04:32,900 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && mount':
/dev/xvda1 on / type ext4 (rw)
proc on /proc type proc (rw,noexec,nosuid,nodev)
sysfs on /sys type sysfs (rw,noexec,nosuid,nodev)
none on /sys/fs/fuse/connections type fusectl (rw)
none on /sys/kernel/debug type debugfs (rw)
none on /sys/kernel/security type securityfs (rw)
udev on /dev type devtmpfs (rw,mode=0755)
devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=0620)
tmpfs on /run type tmpfs (rw,noexec,nosuid,size=10%,mode=0755)
none on /run/lock type tmpfs (rw,noexec,nosuid,nodev,size=5242880)
none on /run/shm type tmpfs (rw,nosuid,nodev)
binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,noexec,nosuid,nodev)
rpc_pipefs on /run/rpc_pipefs type rpc_pipefs (rw)
/dev/xvdb1 on /mnt type ext3 (rw,_netdev)
master:/home on /home type nfs (rw,user=root,nosuid,nodev,vers=3,addr=10.244.50.141)
2013-05-15 12:04:32,901 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && mount':
/dev/xvda1 on / type ext4 (rw)
proc on /proc type proc (rw,noexec,nosuid,nodev)
sysfs on /sys type sysfs (rw,noexec,nosuid,nodev)
none on /sys/fs/fuse/connections type fusectl (rw)
none on /sys/kernel/debug type debugfs (rw)
none on /sys/kernel/security type securityfs (rw)
udev on /dev type devtmpfs (rw,mode=0755)
devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=0620)
tmpfs on /run type tmpfs (rw,noexec,nosuid,size=10%,mode=0755)
none on /run/lock type tmpfs (rw,noexec,nosuid,nodev,size=5242880)
none on /run/shm type tmpfs (rw,nosuid,nodev)
binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,noexec,nosuid,nodev)
rpc_pipefs on /run/rpc_pipefs type rpc_pipefs (rw)
/dev/xvdb1 on /mnt type ext3 (rw,_netdev)
master:/home on /home type nfs (rw,user=root,nosuid,nodev,vers=3,addr=10.244.50.141)
2013-05-15 12:04:32,902 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && mount':
/dev/xvda1 on / type ext4 (rw)
proc on /proc type proc (rw,noexec,nosuid,nodev)
sysfs on /sys type sysfs (rw,noexec,nosuid,nodev)
none on /sys/fs/fuse/connections type fusectl (rw)
none on /sys/kernel/debug type debugfs (rw)
none on /sys/kernel/security type securityfs (rw)
udev on /dev type devtmpfs (rw,mode=0755)
devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=0620)
tmpfs on /run type tmpfs (rw,noexec,nosuid,size=10%,mode=0755)
none on /run/lock type tmpfs (rw,noexec,nosuid,nodev,size=5242880)
none on /run/shm type tmpfs (rw,nosuid,nodev)
binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,noexec,nosuid,nodev)
rpc_pipefs on /run/rpc_pipefs type rpc_pipefs (rw)
/dev/xvdb1 on /mnt type ext3 (rw,_netdev)
master:/home on /home type nfs (rw,user=root,nosuid,nodev,vers=3,addr=10.244.50.141)
2013-05-15 12:04:32,902 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && mount':
/dev/xvda1 on / type ext4 (rw)
proc on /proc type proc (rw,noexec,nosuid,nodev)
sysfs on /sys type sysfs (rw,noexec,nosuid,nodev)
none on /sys/fs/fuse/connections type fusectl (rw)
none on /sys/kernel/debug type debugfs (rw)
none on /sys/kernel/security type securityfs (rw)
udev on /dev type devtmpfs (rw,mode=0755)
devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=0620)
tmpfs on /run type tmpfs (rw,noexec,nosuid,size=10%,mode=0755)
none on /run/lock type tmpfs (rw,noexec,nosuid,nodev,size=5242880)
none on /run/shm type tmpfs (rw,nosuid,nodev)
binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,noexec,nosuid,nodev)
rpc_pipefs on /run/rpc_pipefs type rpc_pipefs (rw)
/dev/xvdb1 on /mnt type ext3 (rw,_netdev)
master:/home on /home type nfs (rw,user=root,nosuid,nodev,vers=3,addr=10.244.50.141)
2013-05-15 12:04:32,977 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && mount
2013-05-15 12:04:33,231 PID: 2740 __init__.py:542 - DEBUG - (ignored) remote command 'source /etc/profile && mount -t devpts none /dev/pts' failed with status 32:
mount: none already mounted or /dev/pts busy
mount: according to mtab, devpts is already mounted on /dev/pts
2013-05-15 12:04:33,239 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && mount -t devpts none /dev/pts
2013-05-15 12:04:33,239 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && mount -t devpts none /dev/pts
2013-05-15 12:04:33,265 PID: 2740 __init__.py:542 - DEBUG - (ignored) remote command 'source /etc/profile && mount -t devpts none /dev/pts' failed with status 32:
mount: none already mounted or /dev/pts busy
mount: according to mtab, devpts is already mounted on /dev/pts
2013-05-15 12:04:33,282 PID: 2740 __init__.py:542 - DEBUG - (ignored) remote command 'source /etc/profile && mount -t devpts none /dev/pts' failed with status 32:
mount: none already mounted or /dev/pts busy
mount: according to mtab, devpts is already mounted on /dev/pts
2013-05-15 12:04:33,297 PID: 2740 __init__.py:279 - DEBUG - new /etc/fstab after removing regex ( /opt/sge6 ) matches:
LABEL=cloudimg-rootfs	/	 ext4	defaults	0 0
/dev/xvdb1	/mnt	auto	defaults,nobootwait,comment=cloudconfig	0	2
master:/home /home nfs vers=3,user,rw,exec,noauto 0 0

2013-05-15 12:04:33,299 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && mount
2013-05-15 12:04:33,300 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && mount
2013-05-15 12:04:33,302 PID: 2740 __init__.py:279 - DEBUG - new /etc/fstab after removing regex ( /opt/sge6 ) matches:
LABEL=cloudimg-rootfs	/	 ext4	defaults	0 0
/dev/xvdb1	/mnt	auto	defaults,nobootwait,comment=cloudconfig	0	2
master:/home /home nfs vers=3,user,rw,exec,noauto 0 0

2013-05-15 12:04:33,305 PID: 2740 __init__.py:542 - DEBUG - (ignored) remote command 'source /etc/profile && mount -t devpts none /dev/pts' failed with status 32:
mount: none already mounted or /dev/pts busy
mount: according to mtab, devpts is already mounted on /dev/pts
2013-05-15 12:04:33,335 PID: 2740 __init__.py:279 - DEBUG - new /etc/fstab after removing regex ( /opt/sge6 ) matches:
LABEL=cloudimg-rootfs	/	 ext4	defaults	0 0
/dev/xvdb1	/mnt	auto	defaults,nobootwait,comment=cloudconfig	0	2
master:/home /home nfs vers=3,user,rw,exec,noauto 0 0

2013-05-15 12:04:33,335 PID: 2740 __init__.py:279 - DEBUG - new /etc/fstab after removing regex ( /opt/sge6 ) matches:
LABEL=cloudimg-rootfs	/	 ext4	defaults	0 0
/dev/xvdb1	/mnt	auto	defaults,nobootwait,comment=cloudconfig	0	2
master:/home /home nfs vers=3,user,rw,exec,noauto 0 0

2013-05-15 12:04:33,337 PID: 2740 __init__.py:279 - DEBUG - new /etc/fstab after removing regex ( /opt/sge6 ) matches:
LABEL=cloudimg-rootfs	/	 ext4	defaults	0 0
/dev/xvdb1	/mnt	auto	defaults,nobootwait,comment=cloudconfig	0	2
master:/home /home nfs vers=3,user,rw,exec,noauto 0 0

2013-05-15 12:04:33,342 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && mount':
/dev/xvda1 on / type ext4 (rw)
proc on /proc type proc (rw,noexec,nosuid,nodev)
sysfs on /sys type sysfs (rw,noexec,nosuid,nodev)
none on /sys/fs/fuse/connections type fusectl (rw)
none on /sys/kernel/debug type debugfs (rw)
none on /sys/kernel/security type securityfs (rw)
udev on /dev type devtmpfs (rw,mode=0755)
devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=0620)
tmpfs on /run type tmpfs (rw,noexec,nosuid,size=10%,mode=0755)
none on /run/lock type tmpfs (rw,noexec,nosuid,nodev,size=5242880)
none on /run/shm type tmpfs (rw,nosuid,nodev)
binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,noexec,nosuid,nodev)
rpc_pipefs on /run/rpc_pipefs type rpc_pipefs (rw)
/dev/xvdb1 on /mnt type ext3 (rw,_netdev)
master:/home on /home type nfs (rw,user=root,nosuid,nodev,vers=3,addr=10.244.50.141)
2013-05-15 12:04:33,350 PID: 2740 __init__.py:279 - DEBUG - new /etc/fstab after removing regex ( /opt/sge6 ) matches:
LABEL=cloudimg-rootfs	/	 ext4	defaults	0 0
/dev/xvdb1	/mnt	auto	defaults,nobootwait,comment=cloudconfig	0	2
master:/home /home nfs vers=3,user,rw,exec,noauto 0 0

2013-05-15 12:04:33,360 PID: 2740 __init__.py:279 - DEBUG - new /etc/fstab after removing regex ( /opt/sge6 ) matches:
LABEL=cloudimg-rootfs	/	 ext4	defaults	0 0
/dev/xvdb1	/mnt	auto	defaults,nobootwait,comment=cloudconfig	0	2
master:/home /home nfs vers=3,user,rw,exec,noauto 0 0

2013-05-15 12:04:33,379 PID: 2740 __init__.py:279 - DEBUG - new /etc/fstab after removing regex ( /opt/sge6 ) matches:
LABEL=cloudimg-rootfs	/	 ext4	defaults	0 0
/dev/xvdb1	/mnt	auto	defaults,nobootwait,comment=cloudconfig	0	2
master:/home /home nfs vers=3,user,rw,exec,noauto 0 0

2013-05-15 12:04:33,382 PID: 2740 __init__.py:279 - DEBUG - new /etc/fstab after removing regex ( /opt/sge6 ) matches:
LABEL=cloudimg-rootfs	/	 ext4	defaults	0 0
/dev/xvdb1	/mnt	auto	defaults,nobootwait,comment=cloudconfig	0	2
master:/home /home nfs vers=3,user,rw,exec,noauto 0 0

2013-05-15 12:04:33,382 PID: 2740 __init__.py:279 - DEBUG - new /etc/fstab after removing regex ( /opt/sge6 ) matches:
LABEL=cloudimg-rootfs	/	 ext4	defaults	0 0
/dev/xvdb1	/mnt	auto	defaults,nobootwait,comment=cloudconfig	0	2
master:/home /home nfs vers=3,user,rw,exec,noauto 0 0

2013-05-15 12:04:33,383 PID: 2740 __init__.py:279 - DEBUG - new /etc/fstab after removing regex ( /opt/sge6 ) matches:
LABEL=cloudimg-rootfs	/	 ext4	defaults	0 0
/dev/xvdb1	/mnt	auto	defaults,nobootwait,comment=cloudconfig	0	2
master:/home /home nfs vers=3,user,rw,exec,noauto 0 0

2013-05-15 12:04:33,384 PID: 2740 __init__.py:279 - DEBUG - new /etc/fstab after removing regex ( /opt/sge6 ) matches:
LABEL=cloudimg-rootfs	/	 ext4	defaults	0 0
/dev/xvdb1	/mnt	auto	defaults,nobootwait,comment=cloudconfig	0	2
master:/home /home nfs vers=3,user,rw,exec,noauto 0 0

2013-05-15 12:04:33,384 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && mount
2013-05-15 12:04:33,406 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && mount':
/dev/xvda1 on / type ext4 (rw)
proc on /proc type proc (rw,noexec,nosuid,nodev)
sysfs on /sys type sysfs (rw,noexec,nosuid,nodev)
none on /sys/fs/fuse/connections type fusectl (rw)
none on /sys/kernel/debug type debugfs (rw)
none on /sys/kernel/security type securityfs (rw)
udev on /dev type devtmpfs (rw,mode=0755)
devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=0620)
tmpfs on /run type tmpfs (rw,noexec,nosuid,size=10%,mode=0755)
none on /run/lock type tmpfs (rw,noexec,nosuid,nodev,size=5242880)
none on /run/shm type tmpfs (rw,nosuid,nodev)
binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,noexec,nosuid,nodev)
rpc_pipefs on /run/rpc_pipefs type rpc_pipefs (rw)
/dev/xvdb1 on /mnt type ext3 (rw,_netdev)
master:/home on /home type nfs (rw,user=root,nosuid,nodev,vers=3,addr=10.244.50.141)
2013-05-15 12:04:33,434 PID: 2740 __init__.py:279 - DEBUG - new /etc/fstab after removing regex ( /opt/sge6 ) matches:
LABEL=cloudimg-rootfs	/	 ext4	defaults	0 0
/dev/xvdb1	/mnt	auto	defaults,nobootwait,comment=cloudconfig	0	2
master:/home /home nfs vers=3,user,rw,exec,noauto 0 0

2013-05-15 12:04:33,438 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && mount':
/dev/xvda1 on / type ext4 (rw)
proc on /proc type proc (rw,noexec,nosuid,nodev)
sysfs on /sys type sysfs (rw,noexec,nosuid,nodev)
none on /sys/fs/fuse/connections type fusectl (rw)
none on /sys/kernel/debug type debugfs (rw)
none on /sys/kernel/security type securityfs (rw)
udev on /dev type devtmpfs (rw,mode=0755)
devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=0620)
tmpfs on /run type tmpfs (rw,noexec,nosuid,size=10%,mode=0755)
none on /run/lock type tmpfs (rw,noexec,nosuid,nodev,size=5242880)
none on /run/shm type tmpfs (rw,nosuid,nodev)
binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,noexec,nosuid,nodev)
rpc_pipefs on /run/rpc_pipefs type rpc_pipefs (rw)
/dev/xvdb1 on /mnt type ext3 (rw,_netdev)
master:/home on /home type nfs (rw,user=root,nosuid,nodev,vers=3,addr=10.244.50.141)
2013-05-15 12:04:33,442 PID: 2740 threadpool.py:151 - DEBUG - unfinished_tasks = 19
2013-05-15 12:04:33,601 PID: 2740 __init__.py:279 - DEBUG - new /etc/fstab after removing regex ( /opt/sge6 ) matches:
LABEL=cloudimg-rootfs	/	 ext4	defaults	0 0
/dev/xvdb1	/mnt	auto	defaults,nobootwait,comment=cloudconfig	0	2
master:/home /home nfs vers=3,user,rw,exec,noauto 0 0

2013-05-15 12:04:33,632 PID: 2740 __init__.py:279 - DEBUG - new /etc/fstab after removing regex ( /opt/sge6 ) matches:
LABEL=cloudimg-rootfs	/	 ext4	defaults	0 0
/dev/xvdb1	/mnt	auto	defaults,nobootwait,comment=cloudconfig	0	2
master:/home /home nfs vers=3,user,rw,exec,noauto 0 0

2013-05-15 12:04:33,676 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && mount
2013-05-15 12:04:33,743 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && mount':
/dev/xvda1 on / type ext4 (rw)
proc on /proc type proc (rw,noexec,nosuid,nodev)
sysfs on /sys type sysfs (rw,noexec,nosuid,nodev)
none on /sys/fs/fuse/connections type fusectl (rw)
none on /sys/kernel/debug type debugfs (rw)
none on /sys/kernel/security type securityfs (rw)
udev on /dev type devtmpfs (rw,mode=0755)
devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=0620)
tmpfs on /run type tmpfs (rw,noexec,nosuid,size=10%,mode=0755)
none on /run/lock type tmpfs (rw,noexec,nosuid,nodev,size=5242880)
none on /run/shm type tmpfs (rw,nosuid,nodev)
binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,noexec,nosuid,nodev)
rpc_pipefs on /run/rpc_pipefs type rpc_pipefs (rw)
/dev/xvdb1 on /mnt type ext3 (rw,_netdev)
master:/home on /home type nfs (rw,user=root,nosuid,nodev,vers=3,addr=10.244.50.141)
2013-05-15 12:04:33,756 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && mount /opt/sge6
2013-05-15 12:04:33,836 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && mount /opt/sge6':

2013-05-15 12:04:33,854 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && mount /opt/sge6
2013-05-15 12:04:33,857 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && mount /opt/sge6
2013-05-15 12:04:33,910 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && mount':
/dev/xvda1 on / type ext4 (rw)
proc on /proc type proc (rw,noexec,nosuid,nodev)
sysfs on /sys type sysfs (rw,noexec,nosuid,nodev)
none on /sys/fs/fuse/connections type fusectl (rw)
none on /sys/kernel/debug type debugfs (rw)
none on /sys/kernel/security type securityfs (rw)
udev on /dev type devtmpfs (rw,mode=0755)
devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=0620)
tmpfs on /run type tmpfs (rw,noexec,nosuid,size=10%,mode=0755)
none on /run/lock type tmpfs (rw,noexec,nosuid,nodev,size=5242880)
none on /run/shm type tmpfs (rw,nosuid,nodev)
binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,noexec,nosuid,nodev)
rpc_pipefs on /run/rpc_pipefs type rpc_pipefs (rw)
/dev/xvdb1 on /mnt type ext3 (rw,_netdev)
master:/home on /home type nfs (rw,user=root,nosuid,nodev,vers=3,addr=10.244.50.141)
2013-05-15 12:04:33,920 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && mount /opt/sge6
2013-05-15 12:04:33,925 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && mount /opt/sge6':

2013-05-15 12:04:33,928 PID: 2740 __init__.py:279 - DEBUG - new /etc/fstab after removing regex ( /opt/sge6 ) matches:
LABEL=cloudimg-rootfs	/	 ext4	defaults	0 0
/dev/xvdb1	/mnt	auto	defaults,nobootwait,comment=cloudconfig	0	2
master:/home /home nfs vers=3,user,rw,exec,noauto 0 0

2013-05-15 12:04:33,931 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && mount /opt/sge6':

2013-05-15 12:04:33,943 PID: 2740 __init__.py:279 - DEBUG - new /etc/fstab after removing regex ( /opt/sge6 ) matches:
LABEL=cloudimg-rootfs	/	 ext4	defaults	0 0
/dev/xvdb1	/mnt	auto	defaults,nobootwait,comment=cloudconfig	0	2
master:/home /home nfs vers=3,user,rw,exec,noauto 0 0

2013-05-15 12:04:33,995 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && mount /opt/sge6':

2013-05-15 12:04:34,067 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && mount /opt/sge6
2013-05-15 12:04:34,124 PID: 2740 __init__.py:279 - DEBUG - new /etc/fstab after removing regex ( /opt/sge6 ) matches:
LABEL=cloudimg-rootfs	/	 ext4	defaults	0 0
/dev/xvdb1	/mnt	auto	defaults,nobootwait,comment=cloudconfig	0	2
master:/home /home nfs vers=3,user,rw,exec,noauto 0 0

2013-05-15 12:04:34,144 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && mount /opt/sge6
2013-05-15 12:04:34,145 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && mount /opt/sge6
2013-05-15 12:04:34,145 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && mount /opt/sge6
2013-05-15 12:04:34,219 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && mount /opt/sge6
2013-05-15 12:04:34,221 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && mount /opt/sge6':

2013-05-15 12:04:34,223 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && mount /opt/sge6
2013-05-15 12:04:34,223 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && mount /opt/sge6':

2013-05-15 12:04:34,224 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && mount /opt/sge6
2013-05-15 12:04:34,288 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && mount /opt/sge6':

2013-05-15 12:04:34,288 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && mount /opt/sge6':

2013-05-15 12:04:34,320 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && mount /opt/sge6':

2013-05-15 12:04:34,336 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && mount /opt/sge6
2013-05-15 12:04:34,348 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && mount /opt/sge6':

2013-05-15 12:04:34,370 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && mount /opt/sge6
2013-05-15 12:04:34,407 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && mount /opt/sge6':

2013-05-15 12:04:34,424 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && mount /opt/sge6':

2013-05-15 12:04:34,438 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && mount /opt/sge6':

2013-05-15 12:04:34,443 PID: 2740 threadpool.py:151 - DEBUG - unfinished_tasks = 6
2013-05-15 12:04:34,501 PID: 2740 __init__.py:279 - DEBUG - new /etc/fstab after removing regex ( /opt/sge6 ) matches:
LABEL=cloudimg-rootfs	/	 ext4	defaults	0 0
/dev/xvdb1	/mnt	auto	defaults,nobootwait,comment=cloudconfig	0	2
master:/home /home nfs vers=3,user,rw,exec,noauto 0 0

2013-05-15 12:04:34,526 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && mount /opt/sge6
2013-05-15 12:04:34,596 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && mount /opt/sge6':

2013-05-15 12:04:34,637 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && mount /opt/sge6
2013-05-15 12:04:34,714 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && mount /opt/sge6':

2013-05-15 12:04:34,743 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && mount /opt/sge6
2013-05-15 12:04:34,819 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && mount /opt/sge6':

2013-05-15 12:04:34,936 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && mount /opt/sge6
2013-05-15 12:04:35,008 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && mount /opt/sge6':

2013-05-15 12:04:35,028 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && mount /opt/sge6
2013-05-15 12:04:35,097 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && mount /opt/sge6':

2013-05-15 12:04:35,446 PID: 2740 threadpool.py:151 - DEBUG - unfinished_tasks = 1
2013-05-15 12:04:35,925 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && mount /opt/sge6
2013-05-15 12:04:36,446 PID: 2740 threadpool.py:151 - DEBUG - unfinished_tasks = 1
2013-05-15 12:04:36,952 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && mount /opt/sge6':

2013-05-15 12:04:37,448 PID: 2740 utils.py:98 - INFO - Setting up NFS took 0.107 mins
2013-05-15 12:04:37,631 PID: 2740 sge.py:99 - INFO - Installing Sun Grid Engine...
2013-05-15 12:04:37,666 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && cd /opt/sge6 && TERM=rxvt ./inst_sge -m -x -noremote -auto ./ec2_sge.conf
2013-05-15 12:04:49,137 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && cd /opt/sge6 && TERM=rxvt ./inst_sge -m -x -noremote -auto ./ec2_sge.conf':
Reading configuration from file ./ec2_sge.conf
[H[2JInstall log can be found in: /opt/sge6/default/common/install_logs/qmaster_install_master_2013-05-15_19:04:40.log
Install log can be found in: /opt/sge6/default/common/install_logs/execd_install_master_2013-05-15_19:04:45.log
2013-05-15 12:04:49,266 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && /opt/sge6/util/arch
2013-05-15 12:04:49,310 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && /opt/sge6/util/arch':
linux-x64
2013-05-15 12:04:49,510 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && qconf -mattr queue shell "/bin/bash" all.q
2013-05-15 12:04:49,561 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && qconf -mattr queue shell "/bin/bash" all.q':
root at master modified "all.q" in cluster queue list
2013-05-15 12:04:49,664 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && qconf -ah node001
2013-05-15 12:04:49,706 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && qconf -ah node001':
adminhost "node001" already exists
2013-05-15 12:04:49,741 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && qconf -as node001
2013-05-15 12:04:49,848 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && qconf -as node001':
submithost "node001" already exists
2013-05-15 12:04:49,885 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && qconf -ah node002
2013-05-15 12:04:49,885 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && pkill -9 sge
2013-05-15 12:04:49,931 PID: 2740 __init__.py:542 - DEBUG - (ignored) remote command 'source /etc/profile && pkill -9 sge' failed with status 1:

2013-05-15 12:04:49,988 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && qconf -ah node002':
adminhost "node002" already exists
2013-05-15 12:04:50,023 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && qconf -as node002
2013-05-15 12:04:50,033 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && rm /etc/init.d/sge*
2013-05-15 12:04:50,077 PID: 2740 __init__.py:542 - DEBUG - (ignored) remote command 'source /etc/profile && rm /etc/init.d/sge*' failed with status 1:
rm: cannot remove `/etc/init.d/sge*': No such file or directory
2013-05-15 12:04:50,126 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && qconf -as node002':
submithost "node002" already exists
2013-05-15 12:04:50,161 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && pkill -9 sge
2013-05-15 12:04:50,206 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && /opt/sge6/util/arch
2013-05-15 12:04:50,208 PID: 2740 __init__.py:542 - DEBUG - (ignored) remote command 'source /etc/profile && pkill -9 sge' failed with status 1:

2013-05-15 12:04:50,229 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && qconf -ah node003
2013-05-15 12:04:50,254 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && /opt/sge6/util/arch':
linux-x64
2013-05-15 12:04:50,274 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && qconf -ah node003':
adminhost "node003" already exists
2013-05-15 12:04:50,310 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && rm /etc/init.d/sge*
2013-05-15 12:04:50,354 PID: 2740 __init__.py:542 - DEBUG - (ignored) remote command 'source /etc/profile && rm /etc/init.d/sge*' failed with status 1:
rm: cannot remove `/etc/init.d/sge*': No such file or directory
2013-05-15 12:04:50,392 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && qconf -as node003
2013-05-15 12:04:50,425 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && cd /opt/sge6 && TERM=rxvt ./inst_sge -x -noremote -auto ./ec2_sge.conf
2013-05-15 12:04:50,439 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && qconf -as node003':
submithost "node003" already exists
2013-05-15 12:04:50,475 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && pkill -9 sge
2013-05-15 12:04:50,493 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && /opt/sge6/util/arch
2013-05-15 12:04:50,521 PID: 2740 __init__.py:542 - DEBUG - (ignored) remote command 'source /etc/profile && pkill -9 sge' failed with status 1:

2013-05-15 12:04:50,542 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && qconf -ah node004
2013-05-15 12:04:50,545 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && /opt/sge6/util/arch':
linux-x64
2013-05-15 12:04:50,585 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && qconf -ah node004':
adminhost "node004" already exists
2013-05-15 12:04:50,620 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && qconf -as node004
2013-05-15 12:04:50,625 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && rm /etc/init.d/sge*
2013-05-15 12:04:50,667 PID: 2740 __init__.py:542 - DEBUG - (ignored) remote command 'source /etc/profile && rm /etc/init.d/sge*' failed with status 1:
rm: cannot remove `/etc/init.d/sge*': No such file or directory
2013-05-15 12:04:50,727 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && qconf -as node004':
submithost "node004" already exists
2013-05-15 12:04:50,763 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && pkill -9 sge
2013-05-15 12:04:50,797 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && /opt/sge6/util/arch
2013-05-15 12:04:50,824 PID: 2740 __init__.py:542 - DEBUG - (ignored) remote command 'source /etc/profile && pkill -9 sge' failed with status 1:

2013-05-15 12:04:50,829 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && qconf -ah node005
2013-05-15 12:04:50,850 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && /opt/sge6/util/arch':
linux-x64
2013-05-15 12:04:51,027 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && rm /etc/init.d/sge*
2013-05-15 12:04:51,065 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && cd /opt/sge6 && TERM=rxvt ./inst_sge -x -noremote -auto ./ec2_sge.conf
2013-05-15 12:04:51,066 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && cd /opt/sge6 && TERM=rxvt ./inst_sge -x -noremote -auto ./ec2_sge.conf
2013-05-15 12:04:51,068 PID: 2740 __init__.py:542 - DEBUG - (ignored) remote command 'source /etc/profile && rm /etc/init.d/sge*' failed with status 1:
rm: cannot remove `/etc/init.d/sge*': No such file or directory
2013-05-15 12:04:51,129 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && qconf -ah node005':
adminhost "node005" already exists
2013-05-15 12:04:51,206 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && /opt/sge6/util/arch
2013-05-15 12:04:51,249 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && qconf -as node005
2013-05-15 12:04:51,272 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && /opt/sge6/util/arch':
linux-x64
2013-05-15 12:04:51,292 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && qconf -as node005':
submithost "node005" already exists
2013-05-15 12:04:51,327 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && pkill -9 sge
2013-05-15 12:04:51,394 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && qconf -ah node006
2013-05-15 12:04:51,438 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && qconf -ah node006':
adminhost "node006" already exists
2013-05-15 12:04:51,439 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && cd /opt/sge6 && TERM=rxvt ./inst_sge -x -noremote -auto ./ec2_sge.conf
2013-05-15 12:04:51,541 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && qconf -as node006
2013-05-15 12:04:51,588 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && qconf -as node006':
submithost "node006" already exists
2013-05-15 12:04:51,597 PID: 2740 __init__.py:542 - DEBUG - (ignored) remote command 'source /etc/profile && pkill -9 sge' failed with status 1:

2013-05-15 12:04:51,657 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && pkill -9 sge
2013-05-15 12:04:51,691 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && qconf -ah node007
2013-05-15 12:04:51,700 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && rm /etc/init.d/sge*
2013-05-15 12:04:51,701 PID: 2740 __init__.py:542 - DEBUG - (ignored) remote command 'source /etc/profile && pkill -9 sge' failed with status 1:

2013-05-15 12:04:51,733 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && qconf -ah node007':
adminhost "node007" already exists
2013-05-15 12:04:51,752 PID: 2740 __init__.py:542 - DEBUG - (ignored) remote command 'source /etc/profile && rm /etc/init.d/sge*' failed with status 1:
rm: cannot remove `/etc/init.d/sge*': No such file or directory
2013-05-15 12:04:51,804 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && rm /etc/init.d/sge*
2013-05-15 12:04:51,835 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && qconf -as node007
2013-05-15 12:04:51,844 PID: 2740 __init__.py:542 - DEBUG - (ignored) remote command 'source /etc/profile && rm /etc/init.d/sge*' failed with status 1:
rm: cannot remove `/etc/init.d/sge*': No such file or directory
2013-05-15 12:04:51,878 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && qconf -as node007':
submithost "node007" already exists
2013-05-15 12:04:51,881 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && /opt/sge6/util/arch
2013-05-15 12:04:51,913 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && pkill -9 sge
2013-05-15 12:04:51,950 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && /opt/sge6/util/arch':
linux-x64
2013-05-15 12:04:51,956 PID: 2740 __init__.py:542 - DEBUG - (ignored) remote command 'source /etc/profile && pkill -9 sge' failed with status 1:

2013-05-15 12:04:51,974 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && /opt/sge6/util/arch
2013-05-15 12:04:51,981 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && qconf -ah node008
2013-05-15 12:04:52,025 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && qconf -ah node008':
adminhost "node008" already exists
2013-05-15 12:04:52,030 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && /opt/sge6/util/arch':
linux-x64
2013-05-15 12:04:52,059 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && rm /etc/init.d/sge*
2013-05-15 12:04:52,109 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && cd /opt/sge6 && TERM=rxvt ./inst_sge -x -noremote -auto ./ec2_sge.conf
2013-05-15 12:04:52,115 PID: 2740 __init__.py:542 - DEBUG - (ignored) remote command 'source /etc/profile && rm /etc/init.d/sge*' failed with status 1:
rm: cannot remove `/etc/init.d/sge*': No such file or directory
2013-05-15 12:04:52,128 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && qconf -as node008
2013-05-15 12:04:52,173 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && qconf -as node008':
submithost "node008" already exists
2013-05-15 12:04:52,185 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && cd /opt/sge6 && TERM=rxvt ./inst_sge -x -noremote -auto ./ec2_sge.conf
2013-05-15 12:04:52,209 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && pkill -9 sge
2013-05-15 12:04:52,249 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && /opt/sge6/util/arch
2013-05-15 12:04:52,258 PID: 2740 __init__.py:542 - DEBUG - (ignored) remote command 'source /etc/profile && pkill -9 sge' failed with status 1:

2013-05-15 12:04:52,279 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && qconf -ah node009
2013-05-15 12:04:52,300 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && /opt/sge6/util/arch':
linux-x64
2013-05-15 12:04:52,327 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && qconf -ah node009':
adminhost "node009" already exists
2013-05-15 12:04:52,361 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && rm /etc/init.d/sge*
2013-05-15 12:04:52,404 PID: 2740 __init__.py:542 - DEBUG - (ignored) remote command 'source /etc/profile && rm /etc/init.d/sge*' failed with status 1:
rm: cannot remove `/etc/init.d/sge*': No such file or directory
2013-05-15 12:04:52,428 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && qconf -as node009
2013-05-15 12:04:52,460 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && cd /opt/sge6 && TERM=rxvt ./inst_sge -x -noremote -auto ./ec2_sge.conf
2013-05-15 12:04:52,474 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && qconf -as node009':
submithost "node009" already exists
2013-05-15 12:04:52,510 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && pkill -9 sge
2013-05-15 12:04:52,510 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && qconf -ah node010
2013-05-15 12:04:52,534 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && /opt/sge6/util/arch
2013-05-15 12:04:52,554 PID: 2740 __init__.py:542 - DEBUG - (ignored) remote command 'source /etc/profile && pkill -9 sge' failed with status 1:

2013-05-15 12:04:52,582 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && /opt/sge6/util/arch':
linux-x64
2013-05-15 12:04:52,612 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && qconf -ah node010':
adminhost "node010" already exists
2013-05-15 12:04:52,647 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && qconf -as node010
2013-05-15 12:04:52,656 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && rm /etc/init.d/sge*
2013-05-15 12:04:52,696 PID: 2740 __init__.py:542 - DEBUG - (ignored) remote command 'source /etc/profile && rm /etc/init.d/sge*' failed with status 1:
rm: cannot remove `/etc/init.d/sge*': No such file or directory
2013-05-15 12:04:52,754 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && qconf -as node010':
submithost "node010" already exists
2013-05-15 12:04:52,791 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && pkill -9 sge
2013-05-15 12:04:52,825 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && /opt/sge6/util/arch
2013-05-15 12:04:52,835 PID: 2740 __init__.py:542 - DEBUG - (ignored) remote command 'source /etc/profile && pkill -9 sge' failed with status 1:

2013-05-15 12:04:52,858 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && qconf -ah node011
2013-05-15 12:04:52,875 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && /opt/sge6/util/arch':
linux-x64
2013-05-15 12:04:52,900 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && qconf -ah node011':
adminhost "node011" already exists
2013-05-15 12:04:52,935 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && qconf -as node011
2013-05-15 12:04:52,939 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && rm /etc/init.d/sge*
2013-05-15 12:04:52,984 PID: 2740 __init__.py:542 - DEBUG - (ignored) remote command 'source /etc/profile && rm /etc/init.d/sge*' failed with status 1:
rm: cannot remove `/etc/init.d/sge*': No such file or directory
2013-05-15 12:04:53,039 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && qconf -as node011':
submithost "node011" already exists
2013-05-15 12:04:53,052 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && cd /opt/sge6 && TERM=rxvt ./inst_sge -x -noremote -auto ./ec2_sge.conf
2013-05-15 12:04:53,060 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && cd /opt/sge6 && TERM=rxvt ./inst_sge -x -noremote -auto ./ec2_sge.conf
2013-05-15 12:04:53,074 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && pkill -9 sge
2013-05-15 12:04:53,116 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && /opt/sge6/util/arch
2013-05-15 12:04:53,129 PID: 2740 __init__.py:542 - DEBUG - (ignored) remote command 'source /etc/profile && pkill -9 sge' failed with status 1:

2013-05-15 12:04:53,141 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && qconf -ah node012
2013-05-15 12:04:53,165 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && /opt/sge6/util/arch':
linux-x64
2013-05-15 12:04:53,187 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && qconf -ah node012':
adminhost "node012" already exists
2013-05-15 12:04:53,232 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && rm /etc/init.d/sge*
2013-05-15 12:04:53,270 PID: 2740 __init__.py:542 - DEBUG - (ignored) remote command 'source /etc/profile && rm /etc/init.d/sge*' failed with status 1:
rm: cannot remove `/etc/init.d/sge*': No such file or directory
2013-05-15 12:04:53,290 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && qconf -as node012
2013-05-15 12:04:53,320 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && cd /opt/sge6 && TERM=rxvt ./inst_sge -x -noremote -auto ./ec2_sge.conf
2013-05-15 12:04:53,335 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && qconf -as node012':
submithost "node012" already exists
2013-05-15 12:04:53,371 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && pkill -9 sge
2013-05-15 12:04:53,403 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && /opt/sge6/util/arch
2013-05-15 12:04:53,442 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && qconf -ah node013
2013-05-15 12:04:53,457 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && /opt/sge6/util/arch':
linux-x64
2013-05-15 12:04:53,490 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && qconf -ah node013':
adminhost "node013" already exists
2013-05-15 12:04:53,526 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && qconf -as node013
2013-05-15 12:04:53,610 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && cd /opt/sge6 && TERM=rxvt ./inst_sge -x -noremote -auto ./ec2_sge.conf
2013-05-15 12:04:53,626 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && qconf -as node013':
submithost "node013" already exists
2013-05-15 12:04:53,654 PID: 2740 __init__.py:542 - DEBUG - (ignored) remote command 'source /etc/profile && pkill -9 sge' failed with status 1:

2013-05-15 12:04:53,662 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && qconf -ah node014
2013-05-15 12:04:53,663 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && pkill -9 sge
2013-05-15 12:04:53,710 PID: 2740 __init__.py:542 - DEBUG - (ignored) remote command 'source /etc/profile && pkill -9 sge' failed with status 1:

2013-05-15 12:04:53,745 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && rm /etc/init.d/sge*
2013-05-15 12:04:53,755 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && rm /etc/init.d/sge*
2013-05-15 12:04:53,760 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && qconf -ah node014':
adminhost "node014" already exists
2013-05-15 12:04:53,817 PID: 2740 __init__.py:542 - DEBUG - (ignored) remote command 'source /etc/profile && rm /etc/init.d/sge*' failed with status 1:
rm: cannot remove `/etc/init.d/sge*': No such file or directory
2013-05-15 12:04:53,855 PID: 2740 __init__.py:542 - DEBUG - (ignored) remote command 'source /etc/profile && rm /etc/init.d/sge*' failed with status 1:
rm: cannot remove `/etc/init.d/sge*': No such file or directory
2013-05-15 12:04:53,862 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && qconf -as node014
2013-05-15 12:04:53,907 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && qconf -as node014':
submithost "node014" already exists
2013-05-15 12:04:53,943 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && pkill -9 sge
2013-05-15 12:04:53,946 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && /opt/sge6/util/arch
2013-05-15 12:04:53,990 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && /opt/sge6/util/arch
2013-05-15 12:04:53,999 PID: 2740 __init__.py:542 - DEBUG - (ignored) remote command 'source /etc/profile && pkill -9 sge' failed with status 1:

2013-05-15 12:04:54,017 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && /opt/sge6/util/arch':
linux-x64
2013-05-15 12:04:54,018 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && qconf -ah node015
2013-05-15 12:04:54,035 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && rm /etc/init.d/sge*
2013-05-15 12:04:54,047 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && /opt/sge6/util/arch':
linux-x64
2013-05-15 12:04:54,066 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && qconf -ah node015':
adminhost "node015" already exists
2013-05-15 12:04:54,236 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && qconf -as node015
2013-05-15 12:04:54,237 PID: 2740 __init__.py:542 - DEBUG - (ignored) remote command 'source /etc/profile && rm /etc/init.d/sge*' failed with status 1:
rm: cannot remove `/etc/init.d/sge*': No such file or directory
2013-05-15 12:04:54,247 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && cd /opt/sge6 && TERM=rxvt ./inst_sge -x -noremote -auto ./ec2_sge.conf
2013-05-15 12:04:54,279 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && qconf -as node015':
submithost "node015" already exists
2013-05-15 12:04:54,314 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && pkill -9 sge
2013-05-15 12:04:54,318 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && cd /opt/sge6 && TERM=rxvt ./inst_sge -x -noremote -auto ./ec2_sge.conf
2013-05-15 12:04:54,359 PID: 2740 __init__.py:542 - DEBUG - (ignored) remote command 'source /etc/profile && pkill -9 sge' failed with status 1:

2013-05-15 12:04:54,366 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && /opt/sge6/util/arch
2013-05-15 12:04:54,381 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && qconf -ah node016
2013-05-15 12:04:54,426 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && qconf -ah node016':
adminhost "node016" already exists
2013-05-15 12:04:54,461 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && rm /etc/init.d/sge*
2013-05-15 12:04:54,529 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && qconf -as node016
2013-05-15 12:04:54,572 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && qconf -as node016':
submithost "node016" already exists
2013-05-15 12:04:54,607 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && pkill -9 sge
2013-05-15 12:04:54,651 PID: 2740 __init__.py:542 - DEBUG - (ignored) remote command 'source /etc/profile && pkill -9 sge' failed with status 1:

2013-05-15 12:04:54,674 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && qconf -ah node017
2013-05-15 12:04:54,720 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && qconf -ah node017':
adminhost "node017" already exists
2013-05-15 12:04:54,740 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && /opt/sge6/util/arch':
linux-x64
2013-05-15 12:04:54,754 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && rm /etc/init.d/sge*
2013-05-15 12:04:54,770 PID: 2740 __init__.py:542 - DEBUG - (ignored) remote command 'source /etc/profile && rm /etc/init.d/sge*' failed with status 1:
rm: cannot remove `/etc/init.d/sge*': No such file or directory
2013-05-15 12:04:54,793 PID: 2740 __init__.py:542 - DEBUG - (ignored) remote command 'source /etc/profile && rm /etc/init.d/sge*' failed with status 1:
rm: cannot remove `/etc/init.d/sge*': No such file or directory
2013-05-15 12:04:54,823 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && qconf -as node017
2013-05-15 12:04:54,870 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && qconf -as node017':
submithost "node017" already exists
2013-05-15 12:04:54,898 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && cd /opt/sge6 && TERM=rxvt ./inst_sge -x -noremote -auto ./ec2_sge.conf
2013-05-15 12:04:54,899 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && /opt/sge6/util/arch
2013-05-15 12:04:54,906 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && pkill -9 sge
2013-05-15 12:04:54,924 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && /opt/sge6/util/arch
2013-05-15 12:04:54,972 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && /opt/sge6/util/arch':
linux-x64
2013-05-15 12:04:54,973 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && qconf -ah node018
2013-05-15 12:04:55,019 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && qconf -ah node018':
adminhost "node018" already exists
2013-05-15 12:04:55,122 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && qconf -as node018
2013-05-15 12:04:55,129 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && cd /opt/sge6 && TERM=rxvt ./inst_sge -x -noremote -auto ./ec2_sge.conf
2013-05-15 12:04:55,172 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && qconf -as node018':
submithost "node018" already exists
2013-05-15 12:04:55,193 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && /opt/sge6/util/arch':
linux-x64
2013-05-15 12:04:55,209 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && pkill -9 sge
2013-05-15 12:04:55,209 PID: 2740 __init__.py:542 - DEBUG - (ignored) remote command 'source /etc/profile && pkill -9 sge' failed with status 1:

2013-05-15 12:04:55,209 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && qconf -ah node019
2013-05-15 12:04:55,254 PID: 2740 __init__.py:542 - DEBUG - (ignored) remote command 'source /etc/profile && pkill -9 sge' failed with status 1:

2013-05-15 12:04:55,312 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && rm /etc/init.d/sge*
2013-05-15 12:04:55,313 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && qconf -ah node019':
adminhost "node019" already exists
2013-05-15 12:04:55,349 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && qconf -as node019
2013-05-15 12:04:55,350 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && cd /opt/sge6 && TERM=rxvt ./inst_sge -x -noremote -auto ./ec2_sge.conf
2013-05-15 12:04:55,357 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && rm /etc/init.d/sge*
2013-05-15 12:04:55,365 PID: 2740 __init__.py:542 - DEBUG - (ignored) remote command 'source /etc/profile && rm /etc/init.d/sge*' failed with status 1:
rm: cannot remove `/etc/init.d/sge*': No such file or directory
2013-05-15 12:04:55,398 PID: 2740 __init__.py:542 - DEBUG - (ignored) remote command 'source /etc/profile && rm /etc/init.d/sge*' failed with status 1:
rm: cannot remove `/etc/init.d/sge*': No such file or directory
2013-05-15 12:04:55,459 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && qconf -as node019':
submithost "node019" already exists
2013-05-15 12:04:55,461 PID: 2740 threadpool.py:151 - DEBUG - unfinished_tasks = 19
2013-05-15 12:04:55,497 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && /opt/sge6/util/arch
2013-05-15 12:04:55,498 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && pkill -9 sge
2013-05-15 12:04:55,528 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && /opt/sge6/util/arch
2013-05-15 12:04:55,542 PID: 2740 __init__.py:542 - DEBUG - (ignored) remote command 'source /etc/profile && pkill -9 sge' failed with status 1:

2013-05-15 12:04:55,582 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && /opt/sge6/util/arch':
linux-x64
2013-05-15 12:04:55,645 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && rm /etc/init.d/sge*
2013-05-15 12:04:55,685 PID: 2740 __init__.py:542 - DEBUG - (ignored) remote command 'source /etc/profile && rm /etc/init.d/sge*' failed with status 1:
rm: cannot remove `/etc/init.d/sge*': No such file or directory
2013-05-15 12:04:55,736 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && cd /opt/sge6 && TERM=rxvt ./inst_sge -x -noremote -auto ./ec2_sge.conf
2013-05-15 12:04:55,764 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && /opt/sge6/util/arch':
linux-x64
2013-05-15 12:04:55,814 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && /opt/sge6/util/arch
2013-05-15 12:04:55,834 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && cd /opt/sge6 && TERM=rxvt ./inst_sge -x -noremote -auto ./ec2_sge.conf':
Reading configuration from file ./ec2_sge.conf
[H[2JInstall log can be found in: /opt/sge6/default/common/install_logs/execd_install_node001_2013-05-15_19:04:52.log
2013-05-15 12:04:55,896 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && /opt/sge6/util/arch':
linux-x64
2013-05-15 12:04:56,086 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && cd /opt/sge6 && TERM=rxvt ./inst_sge -x -noremote -auto ./ec2_sge.conf
2013-05-15 12:04:56,194 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && cd /opt/sge6 && TERM=rxvt ./inst_sge -x -noremote -auto ./ec2_sge.conf
2013-05-15 12:04:56,462 PID: 2740 threadpool.py:151 - DEBUG - unfinished_tasks = 18
2013-05-15 12:04:57,003 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && cd /opt/sge6 && TERM=rxvt ./inst_sge -x -noremote -auto ./ec2_sge.conf':
Reading configuration from file ./ec2_sge.conf
[H[2JInstall log can be found in: /opt/sge6/default/common/install_logs/execd_install_node003_2013-05-15_19:04:53.log
2013-05-15 12:04:57,286 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && cd /opt/sge6 && TERM=rxvt ./inst_sge -x -noremote -auto ./ec2_sge.conf':
Reading configuration from file ./ec2_sge.conf
[H[2JInstall log can be found in: /opt/sge6/default/common/install_logs/execd_install_node002_2013-05-15_19:04:54.log
2013-05-15 12:04:57,463 PID: 2740 threadpool.py:151 - DEBUG - unfinished_tasks = 16
2013-05-15 12:04:57,746 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && cd /opt/sge6 && TERM=rxvt ./inst_sge -x -noremote -auto ./ec2_sge.conf':
Reading configuration from file ./ec2_sge.conf
[H[2JInstall log can be found in: /opt/sge6/default/common/install_logs/execd_install_node004_2013-05-15_19:04:54.log
2013-05-15 12:04:57,792 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && cd /opt/sge6 && TERM=rxvt ./inst_sge -x -noremote -auto ./ec2_sge.conf':
Reading configuration from file ./ec2_sge.conf
[H[2JInstall log can be found in: /opt/sge6/default/common/install_logs/execd_install_node005_2013-05-15_19:04:54.log
2013-05-15 12:04:58,148 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && cd /opt/sge6 && TERM=rxvt ./inst_sge -x -noremote -auto ./ec2_sge.conf':
Reading configuration from file ./ec2_sge.conf
[H[2JInstall log can be found in: /opt/sge6/default/common/install_logs/execd_install_node006_2013-05-15_19:04:55.log
2013-05-15 12:04:58,464 PID: 2740 threadpool.py:151 - DEBUG - unfinished_tasks = 13
2013-05-15 12:04:58,829 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && cd /opt/sge6 && TERM=rxvt ./inst_sge -x -noremote -auto ./ec2_sge.conf':
Reading configuration from file ./ec2_sge.conf
[H[2JInstall log can be found in: /opt/sge6/default/common/install_logs/execd_install_node007_2013-05-15_19:04:55.log
2013-05-15 12:04:59,354 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && cd /opt/sge6 && TERM=rxvt ./inst_sge -x -noremote -auto ./ec2_sge.conf':
Reading configuration from file ./ec2_sge.conf
[H[2JInstall log can be found in: /opt/sge6/default/common/install_logs/execd_install_node010_2013-05-15_19:04:56.log
2013-05-15 12:04:59,403 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && cd /opt/sge6 && TERM=rxvt ./inst_sge -x -noremote -auto ./ec2_sge.conf':
Reading configuration from file ./ec2_sge.conf
[H[2JInstall log can be found in: /opt/sge6/default/common/install_logs/execd_install_node011_2013-05-15_19:04:56.log
2013-05-15 12:04:59,464 PID: 2740 threadpool.py:151 - DEBUG - unfinished_tasks = 10
2013-05-15 12:04:59,511 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && cd /opt/sge6 && TERM=rxvt ./inst_sge -x -noremote -auto ./ec2_sge.conf':
Reading configuration from file ./ec2_sge.conf
[H[2JInstall log can be found in: /opt/sge6/default/common/install_logs/execd_install_node009_2013-05-15_19:04:55.log
2013-05-15 12:05:00,149 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && cd /opt/sge6 && TERM=rxvt ./inst_sge -x -noremote -auto ./ec2_sge.conf':
Reading configuration from file ./ec2_sge.conf
[H[2JInstall log can be found in: /opt/sge6/default/common/install_logs/execd_install_node013_2013-05-15_19:04:56.log
2013-05-15 12:05:00,288 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && cd /opt/sge6 && TERM=rxvt ./inst_sge -x -noremote -auto ./ec2_sge.conf':
Reading configuration from file ./ec2_sge.conf
[H[2JInstall log can be found in: /opt/sge6/default/common/install_logs/execd_install_node012_2013-05-15_19:04:57.log
2013-05-15 12:05:00,306 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && cd /opt/sge6 && TERM=rxvt ./inst_sge -x -noremote -auto ./ec2_sge.conf':
Reading configuration from file ./ec2_sge.conf
[H[2JInstall log can be found in: /opt/sge6/default/common/install_logs/execd_install_node008_2013-05-15_19:04:55.log
2013-05-15 12:05:00,466 PID: 2740 threadpool.py:151 - DEBUG - unfinished_tasks = 6
2013-05-15 12:05:01,055 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && cd /opt/sge6 && TERM=rxvt ./inst_sge -x -noremote -auto ./ec2_sge.conf':
Reading configuration from file ./ec2_sge.conf
[H[2JInstall log can be found in: /opt/sge6/default/common/install_logs/execd_install_node014_2013-05-15_19:04:57.log
2013-05-15 12:05:01,220 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && cd /opt/sge6 && TERM=rxvt ./inst_sge -x -noremote -auto ./ec2_sge.conf':
Reading configuration from file ./ec2_sge.conf
[H[2JInstall log can be found in: /opt/sge6/default/common/install_logs/execd_install_node016_2013-05-15_19:04:58.log
2013-05-15 12:05:01,309 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && cd /opt/sge6 && TERM=rxvt ./inst_sge -x -noremote -auto ./ec2_sge.conf':
Reading configuration from file ./ec2_sge.conf
[H[2JInstall log can be found in: /opt/sge6/default/common/install_logs/execd_install_node015_2013-05-15_19:04:57.log
2013-05-15 12:05:01,468 PID: 2740 threadpool.py:151 - DEBUG - unfinished_tasks = 3
2013-05-15 12:05:01,772 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && cd /opt/sge6 && TERM=rxvt ./inst_sge -x -noremote -auto ./ec2_sge.conf':
Reading configuration from file ./ec2_sge.conf
[H[2JInstall log can be found in: /opt/sge6/default/common/install_logs/execd_install_node018_2013-05-15_19:04:58.log
2013-05-15 12:05:02,405 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && cd /opt/sge6 && TERM=rxvt ./inst_sge -x -noremote -auto ./ec2_sge.conf':
Reading configuration from file ./ec2_sge.conf
[H[2JInstall log can be found in: /opt/sge6/default/common/install_logs/execd_install_node017_2013-05-15_19:04:59.log
2013-05-15 12:05:02,469 PID: 2740 threadpool.py:151 - DEBUG - unfinished_tasks = 1
2013-05-15 12:05:03,040 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && cd /opt/sge6 && TERM=rxvt ./inst_sge -x -noremote -auto ./ec2_sge.conf':
Reading configuration from file ./ec2_sge.conf
[H[2JInstall log can be found in: /opt/sge6/default/common/install_logs/execd_install_node019_2013-05-15_19:04:59.log
2013-05-15 12:05:03,628 PID: 2740 sge.py:44 - INFO - Creating SGE parallel environment 'orte'
2013-05-15 12:05:03,641 PID: 2740 threadpool.py:151 - DEBUG - unfinished_tasks = 20
2013-05-15 12:05:03,702 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && cat /proc/cpuinfo | grep processor | wc -l
2013-05-15 12:05:03,702 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && cat /proc/cpuinfo | grep processor | wc -l
2013-05-15 12:05:03,702 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && cat /proc/cpuinfo | grep processor | wc -l
2013-05-15 12:05:03,704 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && cat /proc/cpuinfo | grep processor | wc -l
2013-05-15 12:05:03,705 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && cat /proc/cpuinfo | grep processor | wc -l
2013-05-15 12:05:03,705 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && cat /proc/cpuinfo | grep processor | wc -l
2013-05-15 12:05:03,706 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && cat /proc/cpuinfo | grep processor | wc -l
2013-05-15 12:05:03,706 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && cat /proc/cpuinfo | grep processor | wc -l
2013-05-15 12:05:03,708 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && cat /proc/cpuinfo | grep processor | wc -l
2013-05-15 12:05:03,708 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && cat /proc/cpuinfo | grep processor | wc -l
2013-05-15 12:05:03,708 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && cat /proc/cpuinfo | grep processor | wc -l
2013-05-15 12:05:03,708 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && cat /proc/cpuinfo | grep processor | wc -l
2013-05-15 12:05:03,709 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && cat /proc/cpuinfo | grep processor | wc -l
2013-05-15 12:05:03,709 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && cat /proc/cpuinfo | grep processor | wc -l
2013-05-15 12:05:03,711 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && cat /proc/cpuinfo | grep processor | wc -l
2013-05-15 12:05:03,712 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && cat /proc/cpuinfo | grep processor | wc -l
2013-05-15 12:05:03,712 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && cat /proc/cpuinfo | grep processor | wc -l
2013-05-15 12:05:03,712 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && cat /proc/cpuinfo | grep processor | wc -l
2013-05-15 12:05:03,713 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && cat /proc/cpuinfo | grep processor | wc -l
2013-05-15 12:05:03,733 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && cat /proc/cpuinfo | grep processor | wc -l
2013-05-15 12:05:03,745 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && cat /proc/cpuinfo | grep processor | wc -l':
2
2013-05-15 12:05:03,746 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && cat /proc/cpuinfo | grep processor | wc -l':
2
2013-05-15 12:05:03,749 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && cat /proc/cpuinfo | grep processor | wc -l':
2
2013-05-15 12:05:03,750 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && cat /proc/cpuinfo | grep processor | wc -l':
2
2013-05-15 12:05:03,750 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && cat /proc/cpuinfo | grep processor | wc -l':
2
2013-05-15 12:05:03,752 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && cat /proc/cpuinfo | grep processor | wc -l':
2
2013-05-15 12:05:03,752 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && cat /proc/cpuinfo | grep processor | wc -l':
2
2013-05-15 12:05:03,755 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && cat /proc/cpuinfo | grep processor | wc -l':
2
2013-05-15 12:05:03,756 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && cat /proc/cpuinfo | grep processor | wc -l':
2
2013-05-15 12:05:03,758 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && cat /proc/cpuinfo | grep processor | wc -l':
2
2013-05-15 12:05:03,759 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && cat /proc/cpuinfo | grep processor | wc -l':
2
2013-05-15 12:05:03,759 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && cat /proc/cpuinfo | grep processor | wc -l':
2
2013-05-15 12:05:03,759 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && cat /proc/cpuinfo | grep processor | wc -l':
2
2013-05-15 12:05:03,759 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && cat /proc/cpuinfo | grep processor | wc -l':
2
2013-05-15 12:05:03,760 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && cat /proc/cpuinfo | grep processor | wc -l':
2
2013-05-15 12:05:03,763 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && cat /proc/cpuinfo | grep processor | wc -l':
2
2013-05-15 12:05:03,763 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && cat /proc/cpuinfo | grep processor | wc -l':
2
2013-05-15 12:05:03,764 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && cat /proc/cpuinfo | grep processor | wc -l':
2
2013-05-15 12:05:03,765 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && cat /proc/cpuinfo | grep processor | wc -l':
2
2013-05-15 12:05:03,778 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && cat /proc/cpuinfo | grep processor | wc -l':
2
2013-05-15 12:05:04,832 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && qconf -Ap /tmp/pe.txt
2013-05-15 12:05:04,875 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && qconf -Ap /tmp/pe.txt':
root at master added "orte" to parallel environment list
2013-05-15 12:05:04,876 PID: 2740 sge.py:59 - INFO - Adding parallel environment 'orte' to queue 'all.q'
2013-05-15 12:05:04,978 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && qconf -mattr queue pe_list "orte" all.q
2013-05-15 12:05:05,024 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && qconf -mattr queue pe_list "orte" all.q':
Unable to find "orte" in "pe_list" of "all.q" - Adding new element.

root at master modified "all.q" in cluster queue list
2013-05-15 12:05:05,295 PID: 2740 cluster.py:689 - DEBUG - existing nodes: {u'i-283a811d': <Node: node015 (i-283a811d)>, u'i-223a8117': <Node: node012 (i-223a8117)>, u'i-3a3a810f': <Node: node008 (i-3a3a810f)>, u'i-243a8111': <Node: node009 (i-243a8111)>, u'i-383a810d': <Node: node007 (i-383a810d)>, u'i-343a8101': <Node: node001 (i-343a8101)>, u'i-3e3a810b': <Node: node006 (i-3e3a810b)>, u'i-363a8103': <Node: node002 (i-363a8103)>, u'i-2e3a811b': <Node: node014 (i-2e3a811b)>, u'i-143a8121': <Node: node017 (i-143a8121)>, u'i-303a8105': <Node: node003 (i-303a8105)>, u'i-2c3a8119': <Node: node013 (i-2c3a8119)>, u'i-163a8123': <Node: node018 (i-163a8123)>, u'i-263a8113': <Node: node010 (i-263a8113)>, u'i-3c3a8109': <Node: node005 (i-3c3a8109)>, u'i-2a3a811f': <Node: node016 (i-2a3a811f)>, u'i-203a8115': <Node: node011 (i-203a8115)>, u'i-323a8107': <Node: node004 (i-323a8107)>, u'i-103a8125': <Node: node019 (i-103a8125)>, u'i-ca3b80ff': <Node: master (i-ca3b80ff)>}
2013-05-15 12:05:05,295 PID: 2740 cluster.py:692 - DEBUG - updating existing node i-ca3b80ff in self._nodes
2013-05-15 12:05:05,295 PID: 2740 cluster.py:692 - DEBUG - updating existing node i-343a8101 in self._nodes
2013-05-15 12:05:05,295 PID: 2740 cluster.py:692 - DEBUG - updating existing node i-363a8103 in self._nodes
2013-05-15 12:05:05,295 PID: 2740 cluster.py:692 - DEBUG - updating existing node i-303a8105 in self._nodes
2013-05-15 12:05:05,296 PID: 2740 cluster.py:692 - DEBUG - updating existing node i-323a8107 in self._nodes
2013-05-15 12:05:05,296 PID: 2740 cluster.py:692 - DEBUG - updating existing node i-3c3a8109 in self._nodes
2013-05-15 12:05:05,296 PID: 2740 cluster.py:692 - DEBUG - updating existing node i-3e3a810b in self._nodes
2013-05-15 12:05:05,296 PID: 2740 cluster.py:692 - DEBUG - updating existing node i-383a810d in self._nodes
2013-05-15 12:05:05,296 PID: 2740 cluster.py:692 - DEBUG - updating existing node i-3a3a810f in self._nodes
2013-05-15 12:05:05,296 PID: 2740 cluster.py:692 - DEBUG - updating existing node i-243a8111 in self._nodes
2013-05-15 12:05:05,296 PID: 2740 cluster.py:692 - DEBUG - updating existing node i-263a8113 in self._nodes
2013-05-15 12:05:05,296 PID: 2740 cluster.py:692 - DEBUG - updating existing node i-203a8115 in self._nodes
2013-05-15 12:05:05,296 PID: 2740 cluster.py:692 - DEBUG - updating existing node i-223a8117 in self._nodes
2013-05-15 12:05:05,296 PID: 2740 cluster.py:692 - DEBUG - updating existing node i-2c3a8119 in self._nodes
2013-05-15 12:05:05,296 PID: 2740 cluster.py:692 - DEBUG - updating existing node i-2e3a811b in self._nodes
2013-05-15 12:05:05,297 PID: 2740 cluster.py:692 - DEBUG - updating existing node i-283a811d in self._nodes
2013-05-15 12:05:05,297 PID: 2740 cluster.py:692 - DEBUG - updating existing node i-2a3a811f in self._nodes
2013-05-15 12:05:05,297 PID: 2740 cluster.py:692 - DEBUG - updating existing node i-143a8121 in self._nodes
2013-05-15 12:05:05,297 PID: 2740 cluster.py:692 - DEBUG - updating existing node i-163a8123 in self._nodes
2013-05-15 12:05:05,297 PID: 2740 cluster.py:692 - DEBUG - updating existing node i-103a8125 in self._nodes
2013-05-15 12:05:05,297 PID: 2740 cluster.py:705 - DEBUG - returning self._nodes = [<Node: master (i-ca3b80ff)>, <Node: node001 (i-343a8101)>, <Node: node002 (i-363a8103)>, <Node: node003 (i-303a8105)>, <Node: node004 (i-323a8107)>, <Node: node005 (i-3c3a8109)>, <Node: node006 (i-3e3a810b)>, <Node: node007 (i-383a810d)>, <Node: node008 (i-3a3a810f)>, <Node: node009 (i-243a8111)>, <Node: node010 (i-263a8113)>, <Node: node011 (i-203a8115)>, <Node: node012 (i-223a8117)>, <Node: node013 (i-2c3a8119)>, <Node: node014 (i-2e3a811b)>, <Node: node015 (i-283a811d)>, <Node: node016 (i-2a3a811f)>, <Node: node017 (i-143a8121)>, <Node: node018 (i-163a8123)>, <Node: node019 (i-103a8125)>]
2013-05-15 12:05:05,297 PID: 2740 cluster.py:1546 - INFO - Running plugin ipcluster
2013-05-15 12:05:05,332 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && which ipython
2013-05-15 12:05:05,371 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && which ipython':
/usr/local/bin/ipython
2013-05-15 12:05:05,474 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && which ipcluster
2013-05-15 12:05:05,551 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && which ipcluster':
/usr/local/bin/ipcluster
2013-05-15 12:05:05,999 PID: 2740 __init__.py:91 - DEBUG - connecting to host ec2-54-244-157-241.us-west-2.compute.amazonaws.com on port 22 as user sgeadmin
2013-05-15 12:05:06,472 PID: 2740 __init__.py:180 - DEBUG - creating sftp connection
2013-05-15 12:05:06,701 PID: 2740 ipcluster.py:100 - INFO - Writing IPython cluster config files
2013-05-15 12:05:06,737 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && rm -rf '/home/sgeadmin/.ipython/profile_default'
2013-05-15 12:05:06,781 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && rm -rf '/home/sgeadmin/.ipython/profile_default'':

2013-05-15 12:05:06,816 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && ipython profile create
2013-05-15 12:05:46,539 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && ipython profile create':
[ProfileCreate] Generating default config file: u'/home/sgeadmin/.ipython/profile_default/ipython_config.py'
[ProfileCreate] Generating default config file: u'/home/sgeadmin/.ipython/profile_default/ipython_notebook_config.py'
2013-05-15 12:05:47,177 PID: 2740 ipcluster.py:151 - INFO - Starting the IPython controller and 1 engines on master
2013-05-15 12:05:47,212 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && rm -f /home/sgeadmin/.ipython/profile_default/security/*.json
2013-05-15 12:05:47,252 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && rm -f /home/sgeadmin/.ipython/profile_default/security/*.json':

2013-05-15 12:05:47,355 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && ipcluster start --n=1 --delay=5 --daemonize
2013-05-15 12:05:48,223 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && ipcluster start --n=1 --delay=5 --daemonize':
2013-05-15 19:05:48,112.112 [IPClusterStart] Using existing profile dir: u'/home/sgeadmin/.ipython/profile_default'
2013-05-15 12:05:48,225 PID: 2740 ipcluster.py:159 - INFO - Waiting for JSON connector file...
2013-05-15 12:05:50,353 PID: 2740 ipcluster.py:179 - INFO - Creating IPCluster cache directory: /Users/alessandro/.starcluster/ipcluster
2013-05-15 12:05:50,847 PID: 2740 __init__.py:188 - DEBUG - creating scp connection
2013-05-15 12:05:51,051 PID: 2740 ipcluster.py:257 - INFO - Authorizing tcp ports [1000-65535] on 0.0.0.0/0 for: IPython controller
2013-05-15 12:05:51,263 PID: 2740 __init__.py:91 - DEBUG - connecting to host ec2-54-244-154-147.us-west-2.compute.amazonaws.com on port 22 as user sgeadmin
2013-05-15 12:05:51,263 PID: 2740 __init__.py:91 - DEBUG - connecting to host ec2-54-245-15-4.us-west-2.compute.amazonaws.com on port 22 as user sgeadmin
2013-05-15 12:05:51,264 PID: 2740 __init__.py:91 - DEBUG - connecting to host ec2-54-245-77-112.us-west-2.compute.amazonaws.com on port 22 as user sgeadmin
2013-05-15 12:05:51,264 PID: 2740 __init__.py:91 - DEBUG - connecting to host ec2-54-245-34-167.us-west-2.compute.amazonaws.com on port 22 as user sgeadmin
2013-05-15 12:05:51,265 PID: 2740 __init__.py:91 - DEBUG - connecting to host ec2-54-244-84-3.us-west-2.compute.amazonaws.com on port 22 as user sgeadmin
2013-05-15 12:05:51,265 PID: 2740 __init__.py:91 - DEBUG - connecting to host ec2-50-112-221-132.us-west-2.compute.amazonaws.com on port 22 as user sgeadmin
2013-05-15 12:05:51,265 PID: 2740 __init__.py:91 - DEBUG - connecting to host ec2-50-112-35-156.us-west-2.compute.amazonaws.com on port 22 as user sgeadmin
2013-05-15 12:05:51,266 PID: 2740 __init__.py:91 - DEBUG - connecting to host ec2-50-112-80-58.us-west-2.compute.amazonaws.com on port 22 as user sgeadmin
2013-05-15 12:05:51,266 PID: 2740 __init__.py:91 - DEBUG - connecting to host ec2-54-245-176-81.us-west-2.compute.amazonaws.com on port 22 as user sgeadmin
2013-05-15 12:05:51,266 PID: 2740 __init__.py:91 - DEBUG - connecting to host ec2-50-112-81-69.us-west-2.compute.amazonaws.com on port 22 as user sgeadmin
2013-05-15 12:05:51,267 PID: 2740 __init__.py:91 - DEBUG - connecting to host ec2-54-214-72-151.us-west-2.compute.amazonaws.com on port 22 as user sgeadmin
2013-05-15 12:05:51,267 PID: 2740 __init__.py:91 - DEBUG - connecting to host ec2-54-244-148-79.us-west-2.compute.amazonaws.com on port 22 as user sgeadmin
2013-05-15 12:05:51,268 PID: 2740 __init__.py:91 - DEBUG - connecting to host ec2-54-244-150-213.us-west-2.compute.amazonaws.com on port 22 as user sgeadmin
2013-05-15 12:05:51,268 PID: 2740 __init__.py:91 - DEBUG - connecting to host ec2-54-245-56-175.us-west-2.compute.amazonaws.com on port 22 as user sgeadmin
2013-05-15 12:05:51,268 PID: 2740 __init__.py:91 - DEBUG - connecting to host ec2-54-244-69-69.us-west-2.compute.amazonaws.com on port 22 as user sgeadmin
2013-05-15 12:05:51,268 PID: 2740 __init__.py:91 - DEBUG - connecting to host ec2-50-112-70-207.us-west-2.compute.amazonaws.com on port 22 as user sgeadmin
2013-05-15 12:05:51,269 PID: 2740 __init__.py:91 - DEBUG - connecting to host ec2-50-112-70-181.us-west-2.compute.amazonaws.com on port 22 as user sgeadmin
2013-05-15 12:05:51,269 PID: 2740 ipcluster.py:280 - INFO - Adding 38 engines on 19 nodes
2013-05-15 12:05:51,269 PID: 2740 __init__.py:91 - DEBUG - connecting to host ec2-50-112-74-151.us-west-2.compute.amazonaws.com on port 22 as user sgeadmin
2013-05-15 12:05:51,269 PID: 2740 __init__.py:91 - DEBUG - connecting to host ec2-54-245-34-88.us-west-2.compute.amazonaws.com on port 22 as user sgeadmin
2013-05-15 12:05:51,272 PID: 2740 threadpool.py:151 - DEBUG - unfinished_tasks = 19
2013-05-15 12:05:52,783 PID: 2740 threadpool.py:151 - DEBUG - unfinished_tasks = 19
2013-05-15 12:05:52,792 PID: 2740 __init__.py:180 - DEBUG - creating sftp connection
2013-05-15 12:05:52,792 PID: 2740 __init__.py:180 - DEBUG - creating sftp connection
2013-05-15 12:05:52,792 PID: 2740 __init__.py:180 - DEBUG - creating sftp connection
2013-05-15 12:05:52,793 PID: 2740 __init__.py:180 - DEBUG - creating sftp connection
2013-05-15 12:05:52,803 PID: 2740 __init__.py:180 - DEBUG - creating sftp connection
2013-05-15 12:05:52,803 PID: 2740 __init__.py:180 - DEBUG - creating sftp connection
2013-05-15 12:05:52,884 PID: 2740 __init__.py:180 - DEBUG - creating sftp connection
2013-05-15 12:05:52,885 PID: 2740 __init__.py:180 - DEBUG - creating sftp connection
2013-05-15 12:05:52,885 PID: 2740 __init__.py:180 - DEBUG - creating sftp connection
2013-05-15 12:05:52,894 PID: 2740 __init__.py:180 - DEBUG - creating sftp connection
2013-05-15 12:05:52,904 PID: 2740 __init__.py:180 - DEBUG - creating sftp connection
2013-05-15 12:05:52,904 PID: 2740 __init__.py:180 - DEBUG - creating sftp connection
2013-05-15 12:05:52,983 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && ipcluster engines --n=2 --daemonize
2013-05-15 12:05:52,985 PID: 2740 __init__.py:180 - DEBUG - creating sftp connection
2013-05-15 12:05:52,993 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && ipcluster engines --n=2 --daemonize
2013-05-15 12:05:53,125 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && ipcluster engines --n=2 --daemonize
2013-05-15 12:05:53,456 PID: 2740 __init__.py:180 - DEBUG - creating sftp connection
2013-05-15 12:05:53,701 PID: 2740 __init__.py:180 - DEBUG - creating sftp connection
2013-05-15 12:05:53,784 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && ipcluster engines --n=2 --daemonize
2013-05-15 12:05:53,786 PID: 2740 threadpool.py:151 - DEBUG - unfinished_tasks = 19
2013-05-15 12:05:53,790 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && ipcluster engines --n=2 --daemonize
2013-05-15 12:05:53,808 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && ipcluster engines --n=2 --daemonize
2013-05-15 12:05:53,858 PID: 2740 __init__.py:180 - DEBUG - creating sftp connection
2013-05-15 12:05:53,972 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && ipcluster engines --n=2 --daemonize
2013-05-15 12:05:54,307 PID: 2740 __init__.py:180 - DEBUG - creating sftp connection
2013-05-15 12:05:54,330 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && ipcluster engines --n=2 --daemonize
2013-05-15 12:05:54,366 PID: 2740 __init__.py:180 - DEBUG - creating sftp connection
2013-05-15 12:05:54,393 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && ipcluster engines --n=2 --daemonize
2013-05-15 12:05:54,567 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && ipcluster engines --n=2 --daemonize
2013-05-15 12:05:54,661 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && ipcluster engines --n=2 --daemonize
2013-05-15 12:05:54,788 PID: 2740 threadpool.py:151 - DEBUG - unfinished_tasks = 19
2013-05-15 12:05:54,921 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && ipcluster engines --n=2 --daemonize
2013-05-15 12:05:55,213 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && ipcluster engines --n=2 --daemonize
2013-05-15 12:05:55,259 PID: 2740 __init__.py:180 - DEBUG - creating sftp connection
2013-05-15 12:05:55,306 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && ipcluster engines --n=2 --daemonize
2013-05-15 12:05:55,553 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && ipcluster engines --n=2 --daemonize
2013-05-15 12:05:55,789 PID: 2740 threadpool.py:151 - DEBUG - unfinished_tasks = 19
2013-05-15 12:05:56,549 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && ipcluster engines --n=2 --daemonize
2013-05-15 12:05:56,719 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && ipcluster engines --n=2 --daemonize
2013-05-15 12:05:56,791 PID: 2740 threadpool.py:151 - DEBUG - unfinished_tasks = 19
2013-05-15 12:05:56,873 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && ipcluster engines --n=2 --daemonize
2013-05-15 12:05:57,127 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && ipcluster engines --n=2 --daemonize
2013-05-15 12:05:57,792 PID: 2740 threadpool.py:151 - DEBUG - unfinished_tasks = 19
2013-05-15 12:05:58,794 PID: 2740 threadpool.py:151 - DEBUG - unfinished_tasks = 19
2013-05-15 12:05:59,085 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && ipcluster engines --n=2 --daemonize':
OpenBLAS : Your OS does not support AVX instructions. OpenBLAS is using Nehalem kernels as a fallback, which may give poorer performance.
2013-05-15 19:05:58,987.987 [IPClusterEngines] Using existing profile dir: u'/home/sgeadmin/.ipython/profile_default'
2013-05-15 12:05:59,085 PID: 2740 __init__.py:91 - DEBUG - connecting to host ec2-54-245-34-167.us-west-2.compute.amazonaws.com on port 22 as user root
2013-05-15 12:05:59,285 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && ipcluster engines --n=2 --daemonize':
OpenBLAS : Your OS does not support AVX instructions. OpenBLAS is using Nehalem kernels as a fallback, which may give poorer performance.
2013-05-15 19:05:59,068.068 [IPClusterEngines] Using existing profile dir: u'/home/sgeadmin/.ipython/profile_default'
2013-05-15 12:05:59,286 PID: 2740 __init__.py:91 - DEBUG - connecting to host ec2-50-112-81-69.us-west-2.compute.amazonaws.com on port 22 as user root
2013-05-15 12:05:59,485 PID: 2740 __init__.py:180 - DEBUG - creating sftp connection
2013-05-15 12:05:59,526 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && ipcluster engines --n=2 --daemonize':
OpenBLAS : Your OS does not support AVX instructions. OpenBLAS is using Nehalem kernels as a fallback, which may give poorer performance.
2013-05-15 19:05:59,450.450 [IPClusterEngines] Using existing profile dir: u'/home/sgeadmin/.ipython/profile_default'
2013-05-15 12:05:59,526 PID: 2740 __init__.py:91 - DEBUG - connecting to host ec2-54-244-150-213.us-west-2.compute.amazonaws.com on port 22 as user root
2013-05-15 12:05:59,795 PID: 2740 threadpool.py:151 - DEBUG - unfinished_tasks = 18
2013-05-15 12:05:59,850 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && ipcluster engines --n=2 --daemonize':
2013-05-15 19:05:59,590.590 [IPClusterEngines] Using existing profile dir: u'/home/sgeadmin/.ipython/profile_default'
2013-05-15 12:05:59,851 PID: 2740 __init__.py:91 - DEBUG - connecting to host ec2-54-214-72-151.us-west-2.compute.amazonaws.com on port 22 as user root
2013-05-15 12:06:00,082 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && ipcluster engines --n=2 --daemonize':
2013-05-15 19:06:00,053.053 [IPClusterEngines] Using existing profile dir: u'/home/sgeadmin/.ipython/profile_default'
2013-05-15 12:06:00,082 PID: 2740 __init__.py:91 - DEBUG - connecting to host ec2-54-245-56-175.us-west-2.compute.amazonaws.com on port 22 as user root
2013-05-15 12:06:00,286 PID: 2740 __init__.py:180 - DEBUG - creating sftp connection
2013-05-15 12:06:00,594 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && ipcluster engines --n=2 --daemonize':
OpenBLAS : Your OS does not support AVX instructions. OpenBLAS is using Nehalem kernels as a fallback, which may give poorer performance.
2013-05-15 19:06:00,565.565 [IPClusterEngines] Using existing profile dir: u'/home/sgeadmin/.ipython/profile_default'
2013-05-15 12:06:00,595 PID: 2740 __init__.py:91 - DEBUG - connecting to host ec2-50-112-74-151.us-west-2.compute.amazonaws.com on port 22 as user root
2013-05-15 12:06:00,603 PID: 2740 __init__.py:180 - DEBUG - creating sftp connection
2013-05-15 12:06:00,798 PID: 2740 threadpool.py:151 - DEBUG - unfinished_tasks = 17
2013-05-15 12:06:00,825 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && ipcluster engines --n=2 --daemonize':
OpenBLAS : Your OS does not support AVX instructions. OpenBLAS is using Nehalem kernels as a fallback, which may give poorer performance.
2013-05-15 19:06:00,790.790 [IPClusterEngines] Using existing profile dir: u'/home/sgeadmin/.ipython/profile_default'
2013-05-15 12:06:00,825 PID: 2740 __init__.py:91 - DEBUG - connecting to host ec2-50-112-70-181.us-west-2.compute.amazonaws.com on port 22 as user root
2013-05-15 12:06:00,958 PID: 2740 __init__.py:180 - DEBUG - creating sftp connection
2013-05-15 12:06:01,046 PID: 2740 __init__.py:180 - DEBUG - creating sftp connection
2013-05-15 12:06:01,229 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && ipcluster engines --n=2 --daemonize':
2013-05-15 19:06:01,134.134 [IPClusterEngines] Using existing profile dir: u'/home/sgeadmin/.ipython/profile_default'
2013-05-15 12:06:01,230 PID: 2740 __init__.py:91 - DEBUG - connecting to host ec2-50-112-70-207.us-west-2.compute.amazonaws.com on port 22 as user root
2013-05-15 12:06:01,244 PID: 2740 __init__.py:180 - DEBUG - creating sftp connection
2013-05-15 12:06:01,337 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && ipcluster engines --n=2 --daemonize':
2013-05-15 19:06:01,239.239 [IPClusterEngines] Using existing profile dir: u'/home/sgeadmin/.ipython/profile_default'
2013-05-15 12:06:01,337 PID: 2740 __init__.py:91 - DEBUG - connecting to host ec2-54-244-84-3.us-west-2.compute.amazonaws.com on port 22 as user root
2013-05-15 12:06:01,354 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && ipcluster engines --n=2 --daemonize':
OpenBLAS : Your OS does not support AVX instructions. OpenBLAS is using Nehalem kernels as a fallback, which may give poorer performance.
2013-05-15 19:06:01,273.273 [IPClusterEngines] Using existing profile dir: u'/home/sgeadmin/.ipython/profile_default'
2013-05-15 12:06:01,355 PID: 2740 __init__.py:91 - DEBUG - connecting to host ec2-50-112-35-156.us-west-2.compute.amazonaws.com on port 22 as user root
2013-05-15 12:06:01,590 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && ipcluster engines --n=2 --daemonize':
OpenBLAS : Your OS does not support AVX instructions. OpenBLAS is using Nehalem kernels as a fallback, which may give poorer performance.
2013-05-15 19:06:01,444.444 [IPClusterEngines] Using existing profile dir: u'/home/sgeadmin/.ipython/profile_default'
2013-05-15 12:06:01,591 PID: 2740 __init__.py:91 - DEBUG - connecting to host ec2-54-244-148-79.us-west-2.compute.amazonaws.com on port 22 as user root
2013-05-15 12:06:01,682 PID: 2740 __init__.py:180 - DEBUG - creating sftp connection
2013-05-15 12:06:01,762 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && ipcluster engines --n=2 --daemonize':
2013-05-15 19:06:01,561.561 [IPClusterEngines] Using existing profile dir: u'/home/sgeadmin/.ipython/profile_default'
2013-05-15 12:06:01,762 PID: 2740 __init__.py:91 - DEBUG - connecting to host ec2-54-244-154-147.us-west-2.compute.amazonaws.com on port 22 as user root
2013-05-15 12:06:01,805 PID: 2740 threadpool.py:151 - DEBUG - unfinished_tasks = 13
2013-05-15 12:06:01,841 PID: 2740 __init__.py:180 - DEBUG - creating sftp connection
2013-05-15 12:06:02,073 PID: 2740 __init__.py:180 - DEBUG - creating sftp connection
2013-05-15 12:06:02,136 PID: 2740 __init__.py:180 - DEBUG - creating sftp connection
2013-05-15 12:06:02,170 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && ipcluster engines --n=2 --daemonize':
OpenBLAS : Your OS does not support AVX instructions. OpenBLAS is using Nehalem kernels as a fallback, which may give poorer performance.
2013-05-15 19:06:01,344.344 [IPClusterEngines] Using existing profile dir: u'/home/sgeadmin/.ipython/profile_default'
2013-05-15 12:06:02,171 PID: 2740 __init__.py:91 - DEBUG - connecting to host ec2-54-245-176-81.us-west-2.compute.amazonaws.com on port 22 as user root
2013-05-15 12:06:02,428 PID: 2740 __init__.py:180 - DEBUG - creating sftp connection
2013-05-15 12:06:02,526 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && ipcluster engines --n=2 --daemonize':
OpenBLAS : Your OS does not support AVX instructions. OpenBLAS is using Nehalem kernels as a fallback, which may give poorer performance.
2013-05-15 19:06:02,244.244 [IPClusterEngines] Using existing profile dir: u'/home/sgeadmin/.ipython/profile_default'
2013-05-15 12:06:02,526 PID: 2740 __init__.py:91 - DEBUG - connecting to host ec2-54-244-69-69.us-west-2.compute.amazonaws.com on port 22 as user root
2013-05-15 12:06:02,649 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && ipcluster engines --n=2 --daemonize':
OpenBLAS : Your OS does not support AVX instructions. OpenBLAS is using Nehalem kernels as a fallback, which may give poorer performance.
2013-05-15 19:06:02,606.606 [IPClusterEngines] Using existing profile dir: u'/home/sgeadmin/.ipython/profile_default'
2013-05-15 12:06:02,649 PID: 2740 __init__.py:91 - DEBUG - connecting to host ec2-50-112-221-132.us-west-2.compute.amazonaws.com on port 22 as user root
2013-05-15 12:06:02,661 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && ipcluster engines --n=2 --daemonize':
OpenBLAS : Your OS does not support AVX instructions. OpenBLAS is using Nehalem kernels as a fallback, which may give poorer performance.
2013-05-15 19:05:59,051.051 [IPClusterEngines] Using existing profile dir: u'/home/sgeadmin/.ipython/profile_default'
2013-05-15 12:06:02,662 PID: 2740 __init__.py:91 - DEBUG - connecting to host ec2-54-245-77-112.us-west-2.compute.amazonaws.com on port 22 as user root
2013-05-15 12:06:02,807 PID: 2740 threadpool.py:151 - DEBUG - unfinished_tasks = 9
2013-05-15 12:06:02,841 PID: 2740 __init__.py:180 - DEBUG - creating sftp connection
2013-05-15 12:06:03,001 PID: 2740 __init__.py:180 - DEBUG - creating sftp connection
2013-05-15 12:06:03,210 PID: 2740 __init__.py:180 - DEBUG - creating sftp connection
2013-05-15 12:06:03,242 PID: 2740 __init__.py:180 - DEBUG - creating sftp connection
2013-05-15 12:06:03,808 PID: 2740 threadpool.py:151 - DEBUG - unfinished_tasks = 4
2013-05-15 12:06:03,892 PID: 2740 __init__.py:180 - DEBUG - creating sftp connection
2013-05-15 12:06:04,809 PID: 2740 threadpool.py:151 - DEBUG - unfinished_tasks = 3
2013-05-15 12:06:05,250 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && ipcluster engines --n=2 --daemonize':
OpenBLAS : Your OS does not support AVX instructions. OpenBLAS is using Nehalem kernels as a fallback, which may give poorer performance.
2013-05-15 19:06:05,148.148 [IPClusterEngines] Using existing profile dir: u'/home/sgeadmin/.ipython/profile_default'
2013-05-15 12:06:05,251 PID: 2740 __init__.py:91 - DEBUG - connecting to host ec2-54-245-15-4.us-west-2.compute.amazonaws.com on port 22 as user root
2013-05-15 12:06:05,642 PID: 2740 __init__.py:180 - DEBUG - creating sftp connection
2013-05-15 12:06:05,811 PID: 2740 threadpool.py:151 - DEBUG - unfinished_tasks = 3
2013-05-15 12:06:06,046 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && ipcluster engines --n=2 --daemonize':
OpenBLAS : Your OS does not support AVX instructions. OpenBLAS is using Nehalem kernels as a fallback, which may give poorer performance.
2013-05-15 19:06:05,901.901 [IPClusterEngines] Using existing profile dir: u'/home/sgeadmin/.ipython/profile_default'
2013-05-15 12:06:06,047 PID: 2740 __init__.py:91 - DEBUG - connecting to host ec2-54-245-34-88.us-west-2.compute.amazonaws.com on port 22 as user root
2013-05-15 12:06:06,472 PID: 2740 __init__.py:180 - DEBUG - creating sftp connection
2013-05-15 12:06:06,631 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && ipcluster engines --n=2 --daemonize':
OpenBLAS : Your OS does not support AVX instructions. OpenBLAS is using Nehalem kernels as a fallback, which may give poorer performance.
2013-05-15 19:06:06,175.175 [IPClusterEngines] Using existing profile dir: u'/home/sgeadmin/.ipython/profile_default'
2013-05-15 12:06:06,632 PID: 2740 __init__.py:91 - DEBUG - connecting to host ec2-50-112-80-58.us-west-2.compute.amazonaws.com on port 22 as user root
2013-05-15 12:06:06,812 PID: 2740 threadpool.py:151 - DEBUG - unfinished_tasks = 1
2013-05-15 12:06:07,038 PID: 2740 __init__.py:180 - DEBUG - creating sftp connection
2013-05-15 12:06:07,814 PID: 2740 ipcluster.py:202 - INFO - Setting up IPython web notebook for user: sgeadmin
2013-05-15 12:06:07,848 PID: 2740 ipcluster.py:206 - INFO - Creating SSL certificate for user sgeadmin
2013-05-15 12:06:08,116 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && openssl req -new -newkey rsa:4096 -days 365 -nodes -x509 -subj /C=US/ST=SC/L=STAR/O=Dis/CN=ec2-54-244-157-241.us-west-2.compute.amazonaws.com -keyout /home/sgeadmin/.ipython/profile_default/sgeadmin.pem -out /home/sgeadmin/.ipython/profile_default/sgeadmin.pem
2013-05-15 12:06:10,240 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && openssl req -new -newkey rsa:4096 -days 365 -nodes -x509 -subj /C=US/ST=SC/L=STAR/O=Dis/CN=ec2-54-244-157-241.us-west-2.compute.amazonaws.com -keyout /home/sgeadmin/.ipython/profile_default/sgeadmin.pem -out /home/sgeadmin/.ipython/profile_default/sgeadmin.pem':
Generating a 4096 bit RSA private key
......................++
...........................................++
writing new private key to '/home/sgeadmin/.ipython/profile_default/sgeadmin.pem'
-----
2013-05-15 12:06:10,370 PID: 2740 __init__.py:521 - DEBUG - executing remote command: source /etc/profile && python -c 'from IPython.lib import passwd; print passwd("a-secret-password")'
2013-05-15 12:06:10,567 PID: 2740 __init__.py:545 - DEBUG - output of 'source /etc/profile && python -c 'from IPython.lib import passwd; print passwd("a-secret-password")'':
sha1:f5da74d3b536:d62a85d3b7ecf8d41bb719b80dd60fcf44301a3b
2013-05-15 12:06:10,876 PID: 2740 cluster.py:1556 - ERROR - Error occured while running plugin 'ipcluster':
2013-05-15 12:06:10,877 PID: 2740 cli.py:289 - ERROR - Unhandled exception occured
Traceback (most recent call last):
  File "/Users/alessandro/.envs/starcluster/lib/python2.7/site-packages/StarCluster-0.9999-py2.7.egg/starcluster/cli.py", line 257, in main
    sc.execute(args)
  File "/Users/alessandro/.envs/starcluster/lib/python2.7/site-packages/StarCluster-0.9999-py2.7.egg/starcluster/commands/start.py", line 197, in execute
    validate_running=validate_running)
  File "/Users/alessandro/.envs/starcluster/lib/python2.7/site-packages/StarCluster-0.9999-py2.7.egg/starcluster/cluster.py", line 1460, in start
    return self._start(create=create, create_only=create_only)
  File "<string>", line 2, in _start
  File "/Users/alessandro/.envs/starcluster/lib/python2.7/site-packages/StarCluster-0.9999-py2.7.egg/starcluster/utils.py", line 92, in wrap_f
    res = func(*arg, **kargs)
  File "/Users/alessandro/.envs/starcluster/lib/python2.7/site-packages/StarCluster-0.9999-py2.7.egg/starcluster/cluster.py", line 1483, in _start
    self.setup_cluster()
  File "/Users/alessandro/.envs/starcluster/lib/python2.7/site-packages/StarCluster-0.9999-py2.7.egg/starcluster/cluster.py", line 1492, in setup_cluster
    self._setup_cluster()
  File "<string>", line 2, in _setup_cluster
  File "/Users/alessandro/.envs/starcluster/lib/python2.7/site-packages/StarCluster-0.9999-py2.7.egg/starcluster/utils.py", line 92, in wrap_f
    res = func(*arg, **kargs)
  File "/Users/alessandro/.envs/starcluster/lib/python2.7/site-packages/StarCluster-0.9999-py2.7.egg/starcluster/cluster.py", line 1504, in _setup_cluster
    self.run_plugins()
  File "/Users/alessandro/.envs/starcluster/lib/python2.7/site-packages/StarCluster-0.9999-py2.7.egg/starcluster/cluster.py", line 1522, in run_plugins
    self.run_plugin(plug, method_name=method_name, node=node)
  File "/Users/alessandro/.envs/starcluster/lib/python2.7/site-packages/StarCluster-0.9999-py2.7.egg/starcluster/cluster.py", line 1547, in run_plugin
    func(*args)
  File "<string>", line 2, in run
  File "/Users/alessandro/.envs/starcluster/lib/python2.7/site-packages/StarCluster-0.9999-py2.7.egg/starcluster/utils.py", line 92, in wrap_f
    res = func(*arg, **kargs)
  File "/Users/alessandro/.envs/starcluster/lib/python2.7/site-packages/StarCluster-0.9999-py2.7.egg/starcluster/plugins/ipcluster.py", line 283, in run
    self._start_notebook(master, user, profile_dir)
  File "/Users/alessandro/.envs/starcluster/lib/python2.7/site-packages/StarCluster-0.9999-py2.7.egg/starcluster/plugins/ipcluster.py", line 232, in _start_notebook
    master.ssh.makedirs(self.notebook_directory)
  File "/Users/alessandro/.envs/starcluster/lib/python2.7/site-packages/StarCluster-0.9999-py2.7.egg/starcluster/sshutils/__init__.py", line 221, in makedirs
    self.makedirs(head, mode)
  File "/Users/alessandro/.envs/starcluster/lib/python2.7/site-packages/StarCluster-0.9999-py2.7.egg/starcluster/sshutils/__init__.py", line 221, in makedirs
    self.makedirs(head, mode)
  File "/Users/alessandro/.envs/starcluster/lib/python2.7/site-packages/StarCluster-0.9999-py2.7.egg/starcluster/sshutils/__init__.py", line 221, in makedirs
    self.makedirs(head, mode)
  File "/Users/alessandro/.envs/starcluster/lib/python2.7/site-packages/StarCluster-0.9999-py2.7.egg/starcluster/sshutils/__init__.py", line 229, in makedirs
    self.mkdir(path, mode)
  File "/Users/alessandro/.envs/starcluster/lib/python2.7/site-packages/StarCluster-0.9999-py2.7.egg/starcluster/sshutils/__init__.py", line 240, in mkdir
    return self.sftp.mkdir(path, mode)
  File "/Users/alessandro/.envs/starcluster/lib/python2.7/site-packages/paramiko-1.10.1-py2.7.egg/paramiko/sftp_client.py", line 303, in mkdir
    self._request(CMD_MKDIR, path, attr)
  File "/Users/alessandro/.envs/starcluster/lib/python2.7/site-packages/paramiko-1.10.1-py2.7.egg/paramiko/sftp_client.py", line 689, in _request
    return self._read_response(num)
  File "/Users/alessandro/.envs/starcluster/lib/python2.7/site-packages/paramiko-1.10.1-py2.7.egg/paramiko/sftp_client.py", line 736, in _read_response
    self._convert_status(msg)
  File "/Users/alessandro/.envs/starcluster/lib/python2.7/site-packages/paramiko-1.10.1-py2.7.egg/paramiko/sftp_client.py", line 764, in _convert_status
    raise IOError(errno.EACCES, text)
IOError: [Errno 13] Permission denied


More information about the StarCluster mailing list