[cryosparc_user@c110294 ~]$ cryosparcm cli “get_scheduler_targets()”
[{‘cache_path’: ‘/scr/cryosparc_cache’, ‘cache_quota_mb’: None, ‘cache_reserve_mb’: 10000, ‘desc’: None, ‘gpus’: [{‘id’: 0, ‘mem’: 25446776832, ‘name’: ‘GeForce RTX 3090’}, {‘id’: 1, ‘mem’: 25447170048, ‘name’: ‘GeForce RTX 3090’}], ‘hostname’: ‘c110294’, ‘lane’: ‘default’, ‘monitor_port’: None, ‘name’: ‘c110294’, ‘resource_fixed’: {‘SSD’: True}, ‘resource_slots’: {‘CPU’: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79], ‘GPU’: [0, 1], ‘RAM’: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47]}, ‘ssh_str’: ‘cryosparc_user@c110294’, ‘title’: ‘Worker node c110294’, ‘type’: ‘node’, ‘worker_bin_path’: ‘/home/cryosparc_user/cryosparc/cryosparc_worker/bin/cryosparcw’}]
Running job J303 of type new_local_refine
Running job on hostname %s c110294
Allocated Resources : {‘fixed’: {‘SSD’: True}, ‘hostname’: ‘c110294’, ‘lane’: ‘default’, ‘lane_type’: ‘node’, ‘license’: True, ‘licenses_acquired’: 1, ‘slots’: {‘CPU’: [4, 5, 6, 7], ‘GPU’: [1], ‘RAM’: [3, 4, 5]}, ‘target’: {‘cache_path’: ‘/scr/cryosparc_cache’, ‘cache_quota_mb’: None, ‘cache_reserve_mb’: 10000, ‘desc’: None, ‘gpus’: [{‘id’: 0, ‘mem’: 25446776832, ‘name’: ‘GeForce RTX 3090’}, {‘id’: 1, ‘mem’: 25447170048, ‘name’: ‘GeForce RTX 3090’}], ‘hostname’: ‘c110294’, ‘lane’: ‘default’, ‘monitor_port’: None, ‘name’: ‘c110294’, ‘resource_fixed’: {‘SSD’: True}, ‘resource_slots’: {‘CPU’: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79], ‘GPU’: [0, 1], ‘RAM’: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47]}, ‘ssh_str’: ‘cryosparc_user@c110294’, ‘title’: ‘Worker node c110294’, ‘type’: ‘node’, ‘worker_bin_path’: ‘/home/cryosparc_user/cryosparc/cryosparc_worker/bin/cryosparcw’}}
HOST ALLOCATION FUNCTION: using cudrv.pagelocked_empty
**custom thread exception hook caught something
**** handle exception rc
**custom thread exception hook caught something
**** handle exception rc
========= sending heartbeat at 2023-07-12 21:14:03.051551
/home/cryosparc_user/cryosparc/cryosparc_worker/cryosparc_compute/plotutil.py:553: RuntimeWarning: divide by zero encountered in log
logabs = n.log(n.abs(fM))
/home/cryosparc_user/cryosparc/cryosparc_worker/cryosparc_compute/sigproc.py:653: FutureWarning: rcond
parameter will change to the default of machine precision times max(M, N)
where M and N are the input matrix dimensions.
To use the future default and silence this warning we advise to pass rcond=None
, to keep using the old, explicitly pass rcond=-1
.
x = n.linalg.lstsq(w.reshape((-1,1))A, wb)[0]
/home/cryosparc_user/cryosparc/cryosparc_worker/cryosparc_compute/plotutil.py:553: RuntimeWarning: divide by zero encountered in log
logabs = n.log(n.abs(fM))
/home/cryosparc_user/cryosparc/cryosparc_worker/cryosparc_compute/plotutil.py:29: RuntimeWarning: invalid value encountered in sqrt
cradwn = n.sqrt(cradwn)
/home/cryosparc_user/cryosparc/cryosparc_worker/cryosparc_compute/plotutil.py:1061: RuntimeWarning: invalid value encountered in arcsin
viewdirs_elevation = n.arcsin( viewdirs[:, 2])
/home/cryosparc_user/cryosparc/cryosparc_worker/cryosparc_compute/sigproc.py:653: FutureWarning: rcond
parameter will change to the default of machine precision times max(M, N)
where M and N are the input matrix dimensions.
To use the future default and silence this warning we advise to pass rcond=None
, to keep using the old, explicitly pass rcond=-1
.
x = n.linalg.lstsq(w.reshape((-1,1))A, wb)[0]
/home/cryosparc_user/cryosparc/cryosparc_worker/cryosparc_compute/plotutil.py:553: RuntimeWarning: divide by zero encountered in log
logabs = n.log(n.abs(fM))
/home/cryosparc_user/cryosparc/cryosparc_worker/cryosparc_compute/plotutil.py:29: RuntimeWarning: invalid value encountered in sqrt
cradwn = n.sqrt(cradwn)
/home/cryosparc_user/cryosparc/cryosparc_worker/cryosparc_compute/plotutil.py:1061: RuntimeWarning: invalid value encountered in arcsin
viewdirs_elevation = n.arcsin( viewdirs[:, 2])
/home/cryosparc_user/cryosparc/cryosparc_worker/cryosparc_compute/sigproc.py:653: FutureWarning: rcond
parameter will change to the default of machine precision times max(M, N)
where M and N are the input matrix dimensions.
To use the future default and silence this warning we advise to pass rcond=None
, to keep using the old, explicitly pass rcond=-1
.
x = n.linalg.lstsq(w.reshape((-1,1))A, wb)[0]
/home/cryosparc_user/cryosparc/cryosparc_worker/cryosparc_compute/plotutil.py:553: RuntimeWarning: divide by zero encountered in log
logabs = n.log(n.abs(fM))
/home/cryosparc_user/cryosparc/cryosparc_worker/cryosparc_compute/plotutil.py:29: RuntimeWarning: invalid value encountered in sqrt
cradwn = n.sqrt(cradwn)
/home/cryosparc_user/cryosparc/cryosparc_worker/cryosparc_compute/plotutil.py:1061: RuntimeWarning: invalid value encountered in arcsin
viewdirs_elevation = n.arcsin( viewdirs[:, 2])
/home/cryosparc_user/cryosparc/cryosparc_worker/cryosparc_compute/sigproc.py:653: FutureWarning: rcond
parameter will change to the default of machine precision times max(M, N)
where M and N are the input matrix dimensions.
To use the future default and silence this warning we advise to pass rcond=None
, to keep using the old, explicitly pass rcond=-1
.
x = n.linalg.lstsq(w.reshape((-1,1))A, wb)[0]
/home/cryosparc_user/cryosparc/cryosparc_worker/cryosparc_compute/plotutil.py:553: RuntimeWarning: divide by zero encountered in log
logabs = n.log(n.abs(fM))
/home/cryosparc_user/cryosparc/cryosparc_worker/cryosparc_compute/plotutil.py:29: RuntimeWarning: invalid value encountered in sqrt
cradwn = n.sqrt(cradwn)
/home/cryosparc_user/cryosparc/cryosparc_worker/cryosparc_compute/plotutil.py:1061: RuntimeWarning: invalid value encountered in arcsin
viewdirs_elevation = n.arcsin( viewdirs[:, 2])
/home/cryosparc_user/cryosparc/cryosparc_worker/cryosparc_compute/sigproc.py:653: FutureWarning: rcond
parameter will change to the default of machine precision times max(M, N)
where M and N are the input matrix dimensions.
To use the future default and silence this warning we advise to pass rcond=None
, to keep using the old, explicitly pass rcond=-1
.
x = n.linalg.lstsq(w.reshape((-1,1))A, wb)[0]
/home/cryosparc_user/cryosparc/cryosparc_worker/cryosparc_compute/plotutil.py:553: RuntimeWarning: divide by zero encountered in log
logabs = n.log(n.abs(fM))
/home/cryosparc_user/cryosparc/cryosparc_worker/cryosparc_compute/plotutil.py:29: RuntimeWarning: invalid value encountered in sqrt
cradwn = n.sqrt(cradwn)
/home/cryosparc_user/cryosparc/cryosparc_worker/cryosparc_compute/plotutil.py:1061: RuntimeWarning: invalid value encountered in arcsin
viewdirs_elevation = n.arcsin( viewdirs[:, 2])
/home/cryosparc_user/cryosparc/cryosparc_worker/cryosparc_compute/sigproc.py:653: FutureWarning: rcond
parameter will change to the default of machine precision times max(M, N)
where M and N are the input matrix dimensions.
To use the future default and silence this warning we advise to pass rcond=None
, to keep using the old, explicitly pass rcond=-1
.
x = n.linalg.lstsq(w.reshape((-1,1))A, wb)[0]
/home/cryosparc_user/cryosparc/cryosparc_worker/cryosparc_compute/plotutil.py:553: RuntimeWarning: divide by zero encountered in log
logabs = n.log(n.abs(fM))
/home/cryosparc_user/cryosparc/cryosparc_worker/cryosparc_compute/plotutil.py:29: RuntimeWarning: invalid value encountered in sqrt
cradwn = n.sqrt(cradwn)
/home/cryosparc_user/cryosparc/cryosparc_worker/cryosparc_compute/plotutil.py:1061: RuntimeWarning: invalid value encountered in arcsin
viewdirs_elevation = n.arcsin( viewdirs[:, 2])
/home/cryosparc_user/cryosparc/cryosparc_worker/cryosparc_compute/sigproc.py:653: FutureWarning: rcond
parameter will change to the default of machine precision times max(M, N)
where M and N are the input matrix dimensions.
To use the future default and silence this warning we advise to pass rcond=None
, to keep using the old, explicitly pass rcond=-1
.
x = n.linalg.lstsq(w.reshape((-1,1))A, wb)[0]
/home/cryosparc_user/cryosparc/cryosparc_worker/cryosparc_compute/plotutil.py:553: RuntimeWarning: divide by zero encountered in log
logabs = n.log(n.abs(fM))
/home/cryosparc_user/cryosparc/cryosparc_worker/cryosparc_compute/plotutil.py:29: RuntimeWarning: invalid value encountered in sqrt
cradwn = n.sqrt(cradwn)
/home/cryosparc_user/cryosparc/cryosparc_worker/cryosparc_compute/plotutil.py:1061: RuntimeWarning: invalid value encountered in arcsin
viewdirs_elevation = n.arcsin( viewdirs[:, 2])
/home/cryosparc_user/cryosparc/cryosparc_worker/cryosparc_compute/sigproc.py:653: FutureWarning: rcond
parameter will change to the default of machine precision times max(M, N)
where M and N are the input matrix dimensions.
To use the future default and silence this warning we advise to pass rcond=None
, to keep using the old, explicitly pass rcond=-1
.
x = n.linalg.lstsq(w.reshape((-1,1))A, wb)[0]
/home/cryosparc_user/cryosparc/cryosparc_worker/cryosparc_compute/plotutil.py:553: RuntimeWarning: divide by zero encountered in log
logabs = n.log(n.abs(fM))
/home/cryosparc_user/cryosparc/cryosparc_worker/cryosparc_compute/plotutil.py:29: RuntimeWarning: invalid value encountered in sqrt
cradwn = n.sqrt(cradwn)
Exception in thread Thread
Traceback (most recent call last):
File “/home/cryosparc_user/cryosparc/cryosparc_worker/cryosparc_compute/jobs/runcommon.py”, line 2061, in run_with_except_hook
run_old(*args, **kw)
File “/home/cryosparc_user/cryosparc/cryosparc_worker/deps/anaconda/envs/cryosparc_worker_env/lib/python3.8/threading.py”, line 870, in run
self._target(*self._args, **self._kwargs)
File “cryosparc_master/cryosparc_compute/engine/newengine.py”, line 2441, in cryosparc_compute.engine.newengine.process.work
File “cryosparc_master/cryosparc_compute/engine/newengine.py”, line 2589, in cryosparc_compute.engine.newengine.process.work
File “cryosparc_master/cryosparc_compute/jobs/local_refine/newrun.py”, line 582, in cryosparc_compute.jobs.local_refine.newrun.run_local_refine.progress
File “/home/cryosparc_user/cryosparc/cryosparc_worker/cryosparc_compute/jobs/runcommon.py”, line 1606, in update_event_text
db[‘events’].update_one({‘_id’:event_id},
File “/home/cryosparc_user/cryosparc/cryosparc_worker/deps/anaconda/envs/cryosparc_worker_env/lib/python3.8/site-packages/pymongo/collection.py”, line 1132, in update_one
self._update_retryable(
File “/home/cryosparc_user/cryosparc/cryosparc_worker/deps/anaconda/envs/cryosparc_worker_env/lib/python3.8/site-packages/pymongo/collection.py”, line 961, in _update_retryable
return self.__database.client._retryable_write(
File “/home/cryosparc_user/cryosparc/cryosparc_worker/deps/anaconda/envs/cryosparc_worker_env/lib/python3.8/site-packages/pymongo/mongo_client.py”, line 1644, in _retryable_write
return self._retry_with_session(retryable, func, s, None)
File “/home/cryosparc_user/cryosparc/cryosparc_worker/deps/anaconda/envs/cryosparc_worker_env/lib/python3.8/site-packages/pymongo/mongo_client.py”, line 1532, in _retry_with_session
return self._retry_internal(retryable, func, session, bulk)
File “/home/cryosparc_user/cryosparc/cryosparc_worker/deps/anaconda/envs/cryosparc_worker_env/lib/python3.8/site-packages/pymongo/mongo_client.py”, line 1571, in _retry_internal
raise last_error
File “/home/cryosparc_user/cryosparc/cryosparc_worker/deps/anaconda/envs/cryosparc_worker_env/lib/python3.8/site-packages/pymongo/mongo_client.py”, line 1557, in _retry_internal
with self._get_socket(server, session) as sock_info:
File “/home/cryosparc_user/cryosparc/cryosparc_worker/deps/anaconda/envs/cryosparc_worker_env/lib/python3.8/contextlib.py”, line 113, in enter
return next(self.gen)
File “/home/cryosparc_user/cryosparc/cryosparc_worker/deps/anaconda/envs/cryosparc_worker_env/lib/python3.8/site-packages/pymongo/mongo_client.py”, line 1396, in _get_socket
with server.get_socket(self.__all_credentials, handler=err_handler) as sock_info:
File “/home/cryosparc_user/cryosparc/cryosparc_worker/deps/anaconda/envs/cryosparc_worker_env/lib/python3.8/contextlib.py”, line 113, in enter
return next(self.gen)
File “/home/cryosparc_user/cryosparc/cryosparc_worker/deps/anaconda/envs/cryosparc_worker_env/lib/python3.8/site-packages/pymongo/pool.py”, line 1371, in get_socket
sock_info = self._get_socket(all_credentials)
File “/home/cryosparc_user/cryosparc/cryosparc_worker/deps/anaconda/envs/cryosparc_worker_env/lib/python3.8/site-packages/pymongo/pool.py”, line 1436, in _get_socket
sock_info = self.connect(all_credentials)
File “/home/cryosparc_user/cryosparc/cryosparc_worker/deps/anaconda/envs/cryosparc_worker_env/lib/python3.8/site-packages/pymongo/pool.py”, line 1327, in connect
_raise_connection_failure(self.address, error)
File “/home/cryosparc_user/cryosparc/cryosparc_worker/deps/anaconda/envs/cryosparc_worker_env/lib/python3.8/site-packages/pymongo/pool.py”, line 266, in _raise_connection_failure
raise AutoReconnect(msg)
pymongo.errors.AutoReconnect: c110294:39001: [Errno 111] Connection refused