Hi guys
I’m working on a daylight project, where I keep getting the following error, at step 7 of my annual daylight simulation.
ValueError: "CreateOctree" failed. See below for more information:
oconv: system - out of octree space
2023-12-19 08:56:19 DEBUG: Asking scheduler for work...
2023-12-19 08:56:19 DEBUG: Done
2023-12-19 08:56:19 DEBUG: There are no more tasks to run at this time
2023-12-19 08:56:19 DEBUG: CreateOctree___cpu_count___8__8e57280858 is currently run by worker Worker(salt=4389589436, workers=8, host=HPC89, username=MarkLabrosse, pid=3852)
2023-12-19 08:56:20 INFO: Informed scheduler that task CreateOctree___cpu_count___8__8e57280858 has status FAILED
2023-12-19 08:56:20 DEBUG: Asking scheduler for work...
2023-12-19 08:56:20 DEBUG: Done
2023-12-19 08:56:20 DEBUG: There are no more tasks to run at this time
2023-12-19 08:56:20 DEBUG: There are 8 pending tasks possibly being run by other workers
2023-12-19 08:56:20 DEBUG: There are 8 pending tasks unique to this worker
2023-12-19 08:56:20 DEBUG: There are 8 pending tasks last scheduled by this worker
2023-12-19 08:56:20 INFO: Worker Worker(salt=4389589436, workers=8, host=HPC89, username=MarkLabrosse, pid=3852) was stopped. Shutting down Keep-Alive thread
2023-12-19 08:56:20 INFO:
===== Luigi Execution Summary =====
Scheduled 15 tasks of which:
* 6 ran successfully:
- 1 CreateRadFolder(...)
- 1 CreateSkyDome(...)
- 1 CreateTotalSky(...)
- 1 GenerateSunpath(...)
- 1 ParseSunUpHours(...)
...
* 1 failed:
- 1 CreateOctree(...)
* 8 were left pending, among these:
* 1 were missing external dependencies:
- 1 PrepareFolderAnnualDaylight(...)
* 1 had failed dependencies:
- 1 _AnnualDaylightPrepareFolder_28ff6c38Orchestrator(...)
* 5 had missing dependencies:
- 1 AnnualDaylightRaytracing(...)
- 1 LetAnnualDaylightFly(...)
- 1 PostProcessAnnualDaylight(...)
- 1 RestructureResults(...)
- 1 _Main_28ff6c38Orchestrator(...)
* 1 was not granted run permission by the scheduler:
- 1 PrepareFolderAnnualDaylight(...)
This progress looks :( because there were failed tasks
I’ve attached the log, as I can see from previous posts, that this is what our awesome LBT team usually requests in these instances.
logs.log (219.2 KB)
The file is only 0,156 GB, so I doubt that the size is the problem. To me, it sounded like harddisk og RAM space was the problem, but I have about 80 GB available space, have 32 GB RAM on the computer and has monitored the the RAM use and the RAMs aren’t maxed out at any point.
I only use 8 out the 12 available CPU’s for the simulation.
I’ve been trying to fix the bug myself for almost a week without any progress, so any guidance is appreciated