This TBLSpace appear be Temporary tables .
Are ddj_temp_dbs* in DBSPACETEMP config?
This temp tables are created by user (CREATE TEMP TABLE) or automatically created in SQL with HASHs, SORTs, etc.
The easy way to identify is looking the first char on your tblspace/partnum :
a00001 = DBspace "0xA" = 10 = onstat -d : column dbspaces / number = 10
7800001 = DBspace "0x78" = 120 = onstat -d : number = 120
Tables like "task_notification" is part of sysadmin dbspace , don't worry about theys locks.
The sysadmin Database