Hello
While processing some HSC data with the version 6.0 of the hscPipeline I have come across a problem on the run of makeCoaddTempExp.py . The only error message is “killed” :
$ makeCoaddTempExp.py . --rerun moz --id filter=HSC-Z field=SSP_DEEP_COSMOS tract=9813 --selectId visit=17942
root INFO: Loading config overrride file '/opt/lsst/6.0/stack/miniconda3-4.3.21-10a4fa6/Linux64/obs_subaru/6.0-hsc/config/makeCoaddTempExp.py'
root INFO: Loading config overrride file '/opt/lsst/6.0/stack/miniconda3-4.3.21-10a4fa6/Linux64/obs_subaru/6.0-hsc/config/hsc/makeCoaddTempExp.py'
CameraMapper INFO: Loading exposure registry from /data0/desprezg/HSC/registry.sqlite3
CameraMapper INFO: Loading calib registry from /data0/desprezg/HSC/CALIB/calibRegistry.sqlite3
CameraMapper INFO: Loading exposure registry from /data0/desprezg/HSC/registry.sqlite3
CameraMapper INFO: Loading calib registry from /data0/desprezg/HSC/CALIB/calibRegistry.sqlite3
CameraMapper INFO: Loading calib registry from /data0/desprezg/HSC/CALIB/calibRegistry.sqlite3
HscMapper WARN: Unable to find calib root directory
CameraMapper INFO: Loading calib registry from /data0/desprezg/HSC/CALIB/calibRegistry.sqlite3
root WARN: Unexpected ID field; guessing type is "str"
WARNING: version mismatch between CFITSIO header (v3.37) and linked library (v3.36).
root INFO: Running: /opt/lsst/6.0/stack/miniconda3-4.3.21-10a4fa6/Linux64/pipe_tasks/6.0-hsc/bin/makeCoaddTempExp.py . --rerun moz --id filter=HSC-Z field=SSP_DEEP_COSMOS tract=9813 --selectId visit=17942
makeCoaddTempExp WARN: No exposures to coadd for patch DataId(initialdata={'patch': '0,0', 'filter': 'HSC-Z', 'field': 'SSP_DEEP_COSMOS', 'tract': 9813}, tag=set())
makeCoaddTempExp WARN: No exposures to coadd for patch DataId(initialdata={'patch': '1,0', 'filter': 'HSC-Z', 'field': 'SSP_DEEP_COSMOS', 'tract': 9813}, tag=set())
makeCoaddTempExp WARN: No exposures to coadd for patch DataId(initialdata={'patch': '2,0', 'filter': 'HSC-Z', 'field': 'SSP_DEEP_COSMOS', 'tract': 9813}, tag=set())
makeCoaddTempExp WARN: No exposures to coadd for patch DataId(initialdata={'patch': '3,0', 'filter': 'HSC-Z', 'field': 'SSP_DEEP_COSMOS', 'tract': 9813}, tag=set())
makeCoaddTempExp WARN: No exposures to coadd for patch DataId(initialdata={'patch': '4,0', 'filter': 'HSC-Z', 'field': 'SSP_DEEP_COSMOS', 'tract': 9813}, tag=set())
makeCoaddTempExp WARN: No exposures to coadd for patch DataId(initialdata={'patch': '5,0', 'filter': 'HSC-Z', 'field': 'SSP_DEEP_COSMOS', 'tract': 9813}, tag=set())
makeCoaddTempExp WARN: No exposures to coadd for patch DataId(initialdata={'patch': '6,0', 'filter': 'HSC-Z', 'field': 'SSP_DEEP_COSMOS', 'tract': 9813}, tag=set())
makeCoaddTempExp WARN: No exposures to coadd for patch DataId(initialdata={'patch': '7,0', 'filter': 'HSC-Z', 'field': 'SSP_DEEP_COSMOS', 'tract': 9813}, tag=set())
makeCoaddTempExp.select INFO: Selecting calexp {'visit': 17942, 'pointing': 1111, 'filter': 'HSC-Z', 'ccd': 49, 'field': 'SSP_DEEP_COSMOS', 'dateObs': '2015-01-16', 'taiObs': '2015-01-16', 'expTime': 270.0}
makeCoaddTempExp INFO: Selected 1 calexps for patch DataId(initialdata={'patch': '8,0', 'filter': 'HSC-Z', 'field': 'SSP_DEEP_COSMOS', 'tract': 9813}, tag=set())
makeCoaddTempExp INFO: Processing 1 existing calexps for patch DataId(initialdata={'patch': '8,0', 'filter': 'HSC-Z', 'field': 'SSP_DEEP_COSMOS', 'tract': 9813}, tag=set())
makeCoaddTempExp INFO: Processing 1 warp exposures for patch DataId(initialdata={'patch': '8,0', 'filter': 'HSC-Z', 'field': 'SSP_DEEP_COSMOS', 'tract': 9813}, tag=set())
makeCoaddTempExp INFO: Processing Warp 0/1: id=DataId(initialdata={'visit': 17942, 'field': 'SSP_DEEP_COSMOS', 'filter': 'HSC-Z', 'patch': '8,0', 'tract': 9813}, tag=set())
makeCoaddTempExp INFO: Processing calexp 1 of 1 for this Warp: id={'visit': 17942, 'pointing': 1111, 'filter': 'HSC-Z', 'ccd': 49, 'field': 'SSP_DEEP_COSMOS', 'dateObs': '2015-01-16', 'taiObs': '2015-01-16', 'expTime': 270.0}
makeCoaddTempExp.warpAndPsfMatch.psfMatch INFO: compute Psf-matching kernel
makeCoaddTempExp.warpAndPsfMatch.psfMatch INFO: Adjusted dimensions of reference PSF model from (23, 23) to (2663, 2663)
Killed
Does someone knows where the problem comes from ? Can it be linked to an error I get from running coaddDriver.py on the same set of data :
===================================================================================
= BAD TERMINATION OF ONE OF YOUR APPLICATION PROCESSES
= PID 24169 RUNNING AT piecld00.isdc.unige.ch
= EXIT CODE: 9
= CLEANING UP REMAINING PROCESSES
= YOU CAN IGNORE THE BELOW CLEANUP MESSAGES
===================================================================================
YOUR APPLICATION TERMINATED WITH THE EXIT STRING: Killed (signal 9)
This typically refers to a problem with your application.
Please see the FAQ page for debugging suggestions
Thank a lot in advance for your answers and advises
Guillaume