System Information
Operating system: Ubuntu 18.04.4 LTS
Graphics card: GeForce RTX 2070 Rev. A
Blender Version
Broken: 2.83.0, 2.82a
Short description of error
Suddenly, when OptiX set as Cycles render device, loading render kernels started to take a very long time (up to 60 sec.). Such a long loading of render kernels takes place before rendering every frame of the animations, after all loading kernels is longer than rendering itself. This problem occurred with no apparent reason in the middle of the work. Reset to factory settings didn't help, reinstalling Blender didn't help, reinstalling nVidia drivers didn't help, trying older version of nVidia drivers didn't help, trying older versions of Blender didn't help. Pretty much nothing can be found on this topic on Google.
Exact steps for others to reproduce the error
Loading render kernels lags every time before rendering or switching to rendered mode with OptiX or OptiX viewport denoising, no matter the .blend file or its complexity. The problem occurs even with only the default cube in place. Regular CUDA rendering with no OptiX works just fine.
Output of ./blender --debug-cycles with repeating of "file is not a database" error
Read prefs: /home/planeta/.config/blender/2.83/config/userpref.blend
found bundled python: /home/planeta/Blender/blender-2.83.0-linux64/2.83/python
I0618 15:31:55.654340 4990 blender_python.cpp:191] Debug flags initialized to:
CPU flags:
AVX2 : True AVX : True SSE4.1 : True SSE3 : True SSE2 : True BVH layout : BVH8 Split : False
CUDA flags:
Adaptive Compile : False
OptiX flags:
CUDA streams : 1
OpenCL flags:
Device type : ALL Debug : False Memory limit : 0
I0618 15:32:13.727571 4990 device_cuda.cpp:41] CUEW initialization succeeded
I0618 15:32:13.727994 4990 device_cuda.cpp:43] Found precompiled kernels
I0618 15:32:13.775574 4990 device_cuda.cpp:166] Device has compute preemption or is not used for display.
I0618 15:32:13.775609 4990 device_cuda.cpp:169] Added device "GeForce RTX 2070" with id "CUDA_GeForce RTX 2070_0000:01:00".
I0618 15:32:17.879690 4990 util_task.cpp:329] Creating pool of 16 threads.
I0618 15:32:17.879741 4990 util_task.cpp:241] Detected 16 processors in active group.
I0618 15:32:17.879763 4990 util_task.cpp:251] Not setting thread group affinity.
I0618 15:32:17.883100 4990 device_cuda_impl.cpp:660] Mapped host memory limit set to 29,340,872,704 bytes. (27.33G)
I0618 15:32:17.941190 4990 device_optix.cpp:225] All knobs on default.
W0618 15:32:17.946317 4990 device_optix.cpp:222] Failed to prepare statement: file is not a database
DiskCacheDatabase Query: PRAGMA synchronous = OFF;
W0618 15:32:17.946338 4990 device_optix.cpp:222] Failed to prepare statement: file is not a database
Query: PRAGMA journal_mode=WAL;
W0618 15:32:17.946352 4990 device_optix.cpp:222] Failed to prepare statement: file is not a database
DiskCacheDatabase Query: CREATE TABLE IF NOT EXISTS cache_info (key VARCHAR(1024) UNIQUE ON CONFLICT REPLACE, optix_version VARCHAR(32), driver_version VARCHAR(32), size INTEGER, timestamp INTEGER);
W0618 15:32:17.946369 4990 device_optix.cpp:222] Failed to prepare statement: file is not a database
DiskCacheDatabase Query: CREATE TABLE IF NOT EXISTS cache_data (key VARCHAR(1024) UNIQUE ON CONFLICT REPLACE, value BLOB);
W0618 15:32:17.946384 4990 device_optix.cpp:222] Failed to prepare statement: file is not a database
DiskCacheDatabase Query: CREATE TABLE IF NOT EXISTS globals (key VARCHAR(256) UNIQUE ON CONFLICT REPLACE, value TEXT);
W0618 15:32:17.946401 4990 device_optix.cpp:222] Failed to prepare statement: file is not a database
DiskCacheDatabase Query: CREATE INDEX IF NOT EXISTS cache_data_key ON cache_data(key);
W0618 15:32:17.946418 4990 device_optix.cpp:222] Failed to prepare statement: file is not a database
DiskCacheDatabase Query: CREATE INDEX IF NOT EXISTS cache_info_key ON cache_info(key);
W0618 15:32:17.946439 4990 device_optix.cpp:222] Failed to prepare statement: file is not a database
DiskCacheDatabase Query: CREATE TRIGGER IF NOT EXISTS cache_data_delete_info_trigger AFTER DELETE ON cache_data FOR EACH ROW BEGIN DELETE FROM cache_info WHERE key=OLD.key;END;
W0618 15:32:17.946458 4990 device_optix.cpp:222] Failed to prepare statement: file is not a database
DiskCacheDatabase Query: CREATE TRIGGER IF NOT EXISTS cache_info_delete_data_trigger AFTER DELETE ON cache_info FOR EACH ROW BEGIN DELETE FROM cache_data WHERE key=OLD.key;END;
W0618 15:32:17.946477 4990 device_optix.cpp:222] Failed to prepare statement: file is not a database
DiskCacheDatabase Query: CREATE TRIGGER IF NOT EXISTS total_data_size_delete_trigger AFTER DELETE ON cache_info FOR EACH ROW BEGIN UPDATE globals SET value=value - OLD.size WHERE key='total_data_size';END;
W0618 15:32:17.946497 4990 device_optix.cpp:222] Failed to prepare statement: file is not a database
DiskCacheDatabase Query: CREATE TRIGGER IF NOT EXISTS total_data_size_insert_trigger AFTER INSERT ON cache_info FOR EACH ROW BEGIN UPDATE globals SET value=value + NEW.size WHERE key='total_data_size';END;
W0618 15:32:17.946512 4990 device_optix.cpp:222] Failed to execute query: file is not a database (code: 26)
Statement: PRAGMA user_version = 1;
W0618 15:32:17.946532 4990 device_optix.cpp:222] Failed to prepare statement: file is not a database
DiskCacheDatabase Query: INSERT INTO globals (key, value) VALUES ('total_data_size', (SELECT COALESCE(SUM(size), 0) FROM cache_info));
W0618 15:32:17.946554 4990 device_optix.cpp:222] Could not query the database size: file is not a database
Statement is: SELECT value FROM globals WHERE key='total_data_size';
I0618 15:32:17.946564 4990 device_optix.cpp:225] Opened database: "/var/tmp/OptixCache_planeta/cache7.db"
W0618 15:32:17.946579 4990 device_optix.cpp:222] Could not query the database size: file is not a database
Statement is: SELECT value FROM globals WHERE key='total_data_size';
I0618 15:32:17.946588 4990 device_optix.cpp:225] Cache data size: "17179869184.0 GiB"
I0618 15:32:17.946911 4990 device_cuda_impl.cpp:819] Buffer allocate: params, 1,952 bytes. (1.91K) in device memory
I0618 15:32:17.947300 4990 device_cuda_impl.cpp:819] Buffer allocate: RenderBuffers, 40,830,336 bytes. (38.94M) in device memory
I0618 15:32:18.140553 5087 session.cpp:803] Requested features:
Experimental features: Off
Max nodes group: 0
Nodes features: 0
Use Hair: False
Use Object Motion: False
Use Camera Motion: False
Use Baking: False
Use Subsurface: False
Use Volume: False
Use Branched Integrator: False
Use Patch Evaluation: False
Use Transparent Shadows: False
Use Principled BSDF: True
Use Denoising: False
Use Displacement: False
Use Background Light: True
I0618 15:32:18.140594 5087 device_cuda_impl.cpp:348] Testing for pre-compiled kernel /home/planeta/Blender/blender-2.83.0-linux64/2.83/scripts/addons/cycles/lib/kernel_sm_75.cubin.
I0618 15:32:18.140694 5087 device_cuda_impl.cpp:350] Using precompiled kernel.
I0618 15:32:18.140705 5087 device_cuda_impl.cpp:348] Testing for pre-compiled kernel /home/planeta/Blender/blender-2.83.0-linux64/2.83/scripts/addons/cycles/lib/filter_sm_75.cubin.
I0618 15:32:18.140717 5087 device_cuda_impl.cpp:350] Using precompiled kernel.
I0618 15:32:18.162055 5087 device_cuda_impl.cpp:617] Local memory reserved 692,060,160 bytes. (660.00M)
W0618 15:32:18.169844 5087 device_optix.cpp:222] Failed to search the cache. file is not a database
Statement is SELECT size, value FROM cache_info INNER JOIN cache_data ON cache_info.key=cache_data.key WHERE cache_info.key='ptx-7402972-key71c60d2292b9162fe3983b49fbad6f97-sm_75-rtc1-drv440.59' LIMIT 1;
I0618 15:32:18.169860 5087 device_optix.cpp:225] Cache miss for key: ptx-7402972-key71c60d2292b9162fe3983b49fbad6f97-sm_75-rtc1-drv440.59
W0618 15:33:10.971030 5087 device_optix.cpp:222] Could not query the database size: file is not a database
Statement is: SELECT value FROM globals WHERE key='total_data_size';
W0618 15:33:10.971057 5087 device_optix.cpp:222] Failed to execute query: file is not a database (code: 26)
Statement: BEGIN IMMEDIATE;
W0618 15:33:10.971074 5087 device_optix.cpp:222] Failed to insert into the cache. Could not prepare sqlite statement: file is not a database (code: 26)
Statement is INSERT INTO cache_data (key, value) VALUES (?, ?);
W0618 15:33:10.971087 5087 device_optix.cpp:222] Failed to execute query: cannot rollback - no transaction is active (code: 1)
Statement: ROLLBACK TRANSACTION
I0618 15:33:10.971101 5087 device_optix.cpp:225] Inserted module in cache with key: ptx-7402972-key71c60d2292b9162fe3983b49fbad6f97-sm_75-rtc1-drv440.59
I0618 15:33:11.006237 5087 device_optix.cpp:225] Info: Pipeline parameter "params" size is 1952 bytes
Info: Module uses 6 payload values. Pipeline configuration: 6.
Info: Module uses 2 attribute values. Pipeline configuration: 2 (default).
Info: Entry function "raygenkernel_optix_path_trace" with semantic type RAYGEN has 9 trace call(s), 0 continuation callable call(s), 0 direct callable call(s), 12379 basic block(s), 128363 instruction(s)
Info: Entry function "raygenkernel_optix_displace" with semantic type RAYGEN has 0 trace call(s), 0 continuation callable call(s), 0 direct callable call(s), 34 basic block(s), 1059 instruction(s)
Info: Entry function "raygenkernel_optix_background" with semantic type RAYGEN has 0 trace call(s), 0 continuation callable call(s), 0 direct callable call(s), 8 basic block(s), 178 instruction(s)
Info: Entry function "misskernel_optix_miss" with semantic type MISS has 0 trace call(s), 0 continuation callable call(s), 0 direct callable call(s), 2 basic block(s), 6 instruction(s)
Info: Entry function "anyhitkernel_optix_local_hit" with semantic type ANYHIT has 0 trace call(s), 0 continuation callable call(s), 0 direct callable call(s), 24 basic block(s), 217 instruction(s)
Info: Entry function "anyhitkernel_optix_shadow_all_hit" with semantic type ANYHIT has 0 trace call(s), 0 continuation callable call(s), 0 direct callable call(s), 16 basic block(s), 137 instruction(s)
Info: Entry function "anyhitkernel_optix_visibility_test" with semantic type ANYHIT has 0 trace call(s), 0 continuation callable call(s), 0 direct callable call(s), 6 basic block(s), 23 instruction(s)
Info: Entry function "closesthitkernel_optix_hit" with semantic type CLOSESTHIT has 0 trace call(s), 0 continuation callable call(s), 0 direct callable call(s), 7 basic block(s), 50 instruction(s)
Info: Entry function "intersectioncurve" with semantic type INTERSECTION has 0 trace call(s), 0 continuation callable call(s), 0 direct callable call(s), 126 basic block(s), 1688 instruction(s)
Info: 20 non-entry function(s) have 6339 basic block(s), 99887 instruction(s)
I0618 15:33:11.006343 5087 device_cuda_impl.cpp:819] Buffer allocate: __sbt, 256 bytes. (256) in device memory
I0618 15:33:11.034350 5087 device_optix.cpp:225] Info: Pipeline has 1 module(s), 5 entry function(s), 9 trace call(s), 0 continuation callable call(s), 0 direct callable call(s), 12410 basic block(s) in entry functions, 128579 instruction(s) in entry functions, 20 non-entry function(s), 6339 basic block(s) in non-entry functions, 99887 instruction(s) in non-entry functions
I0618 15:33:11.047858 5087 device_optix.cpp:225] Info: Pipeline has 1 module(s), 5 entry function(s), 0 trace call(s), 0 continuation callable call(s), 0 direct callable call(s), 39 basic block(s) in entry functions, 394 instruction(s) in entry functions, 20 non-entry function(s), 6339 basic block(s) in non-entry functions, 99887 instruction(s) in non-entry functions
I0618 15:33:11.047885 5087 session.cpp:816] Total time spent loading kernels: 52.9073
I0618 15:33:11.047899 5087 svm.cpp:81] Total 7 shaders.
I0618 15:33:11.047952 5087 svm.cpp:66] Compilation summary:
Shader name: default_surface
Number of SVM nodes: 8
Peak stack usage: 4
Time (in seconds):
Finalize: 0.000007
Surface: 0.000011 Bump: 0.000000 Volume: 0.000000 Displacement: 0.000001
Generate: 0.000012
Total: 0.000020
I0618 15:33:11.047972 5087 svm.cpp:66] Compilation summary:
Shader name: default_volume
Number of SVM nodes: 3
Peak stack usage: 0
Time (in seconds):
Finalize: 0.000002
Surface: 0.000001 Bump: 0.000000 Volume: 0.000000 Displacement: 0.000000
Generate: 0.000001
Total: 0.000003
I0618 15:33:11.047981 5087 constant_fold.cpp:132] Discarding closure emission.
I0618 15:33:11.047992 5087 svm.cpp:66] Compilation summary:
Shader name: default_light
Number of SVM nodes: 3
Peak stack usage: 0
Time (in seconds):
Finalize: 0.000008
Surface: 0.000000 Bump: 0.000000 Volume: 0.000000 Displacement: 0.000000
Generate: 0.000000
Total: 0.000009
I0618 15:33:11.048003 5087 svm.cpp:66] Compilation summary:
Shader name: default_empty
Number of SVM nodes: 3
Peak stack usage: 0
Time (in seconds):
Finalize: 0.000001
Surface: 0.000000 Bump: 0.000000 Volume: 0.000000 Displacement: 0.000000
Generate: 0.000000
Total: 0.000001
I0618 15:33:11.048017 5087 svm.cpp:66] Compilation summary:
Shader name: shader
Number of SVM nodes: 5
Peak stack usage: 0
Time (in seconds):
Finalize: 0.000002
Surface: 0.000001 Bump: 0.000000 Volume: 0.000000 Displacement: 0.000000
Generate: 0.000001
Total: 0.000003
I0618 15:33:11.048053 5087 svm.cpp:66] Compilation summary:
Shader name: Material
Number of SVM nodes: 28
Peak stack usage: 23
Time (in seconds):
Finalize: 0.000008
Surface: 0.000007 Bump: 0.000000 Volume: 0.000000 Displacement: 0.000000
Generate: 0.000007
Total: 0.000015
I0618 15:33:11.048084 5079 svm.cpp:66] Compilation summary:
Shader name: default_background
Number of SVM nodes: 5
Peak stack usage: 0
Time (in seconds):
Finalize: 0.000015
Surface: 0.000003 Bump: 0.000000 Volume: 0.000002 Displacement: 0.000002
Generate: 0.000007
Total: 0.000022
I0618 15:33:11.048175 5087 device_cuda_impl.cpp:819] Buffer allocate: svm_nodes, 992 bytes. (992) in device memory
I0618 15:33:11.048228 5087 device_cuda_impl.cpp:819] Buffer allocate: shaders, 224 bytes. (224) in device memory
I0618 15:33:11.057255 5087 svm.cpp:158] Shader manager updated 7 shaders in 0.00934505 seconds.
I0618 15:33:11.057284 5087 object.cpp:676] Total 1 objects.
I0618 15:33:11.057322 5087 device_cuda_impl.cpp:819] Buffer allocate: objects, 176 bytes. (176) in device memory
I0618 15:33:11.057430 5087 particles.cpp:108] Total 0 particle systems.
I0618 15:33:11.057454 5087 device_cuda_impl.cpp:819] Buffer allocate: particles, 80 bytes. (80) in device memory
I0618 15:33:11.058632 5087 geometry.cpp:1231] Total 1 meshes.
I0618 15:33:11.058674 5087 device_cuda_impl.cpp:819] Buffer allocate: attributes_map, 64 bytes. (64) in device memory
I0618 15:33:11.059574 5087 device_cuda_impl.cpp:819] Buffer allocate: attributes_float3, 128 bytes. (128) in device memory
I0618 15:33:11.059765 5087 geometry.cpp:1375] Objects BVH build pool statistics:
Total time: 0.000162
Tasks handled: 1
I0618 15:33:11.059775 5087 geometry.cpp:1033] Using OPTIX layout.
I0618 15:33:11.059799 5087 device_cuda_impl.cpp:819] Buffer allocate: prim_tri_index, 48 bytes. (48) in device memory
I0618 15:33:11.059832 5087 device_cuda_impl.cpp:819] Buffer allocate: prim_tri_verts, 576 bytes. (576) in device memory
I0618 15:33:11.059864 5087 device_cuda_impl.cpp:819] Buffer allocate: prim_type, 48 bytes. (48) in device memory
I0618 15:33:11.059895 5087 device_cuda_impl.cpp:819] Buffer allocate: prim_visibility, 48 bytes. (48) in device memory
I0618 15:33:11.059927 5087 device_cuda_impl.cpp:819] Buffer allocate: prim_index, 48 bytes. (48) in device memory
I0618 15:33:11.059958 5087 device_cuda_impl.cpp:819] Buffer allocate: prim_object, 48 bytes. (48) in device memory
I0618 15:33:11.059993 5087 device_cuda_impl.cpp:819] Buffer allocate: temp_index_data, 144 bytes. (144) in device memory
I0618 15:33:11.060016 5087 device_cuda_impl.cpp:819] Buffer allocate: temp_vertex_data, 128 bytes. (128) in device memory
I0618 15:33:11.060061 5087 device_cuda_impl.cpp:819] Buffer allocate: temp_build_mem, 88 bytes. (88) in device memory
I0618 15:33:11.060144 5087 device_cuda_impl.cpp:819] Buffer allocate: tlas_aabbs, 24 bytes. (24) in device memory
I0618 15:33:11.060170 5087 device_cuda_impl.cpp:819] Buffer allocate: tlas_instances, 80 bytes. (80) in device memory
I0618 15:33:11.060204 5087 device_cuda_impl.cpp:819] Buffer allocate: temp_build_mem, 1,160 bytes. (1.13K) in device memory
I0618 15:33:11.060326 5087 device_cuda_impl.cpp:819] Buffer allocate: tri_shader, 48 bytes. (48) in device memory
I0618 15:33:11.060360 5087 device_cuda_impl.cpp:819] Buffer allocate: tri_vnormal, 128 bytes. (128) in device memory
I0618 15:33:11.060395 5087 device_cuda_impl.cpp:819] Buffer allocate: tri_vindex, 192 bytes. (192) in device memory
I0618 15:33:11.060426 5087 device_cuda_impl.cpp:819] Buffer allocate: tri_patch, 48 bytes. (48) in device memory
I0618 15:33:11.060459 5087 device_cuda_impl.cpp:819] Buffer allocate: tri_patch_uv, 64 bytes. (64) in device memory
I0618 15:33:11.060492 5087 device_cuda_impl.cpp:819] Buffer allocate: object_flag, 4 bytes. (4) in device memory
I0618 15:33:11.060524 5087 device_cuda_impl.cpp:819] Buffer allocate: object_volume_step, 4 bytes. (4) in device memory
I0618 15:33:11.060544 5087 camera.cpp:511] Camera is outside of the volume.
I0618 15:33:11.060551 5087 tables.cpp:42] Total 1 lookup tables.
I0618 15:33:11.060573 5087 device_cuda_impl.cpp:819] Buffer allocate: lookup_table, 262,144 bytes. (256.00K) in device memory
I0618 15:33:11.060633 5087 light.cpp:902] Total 2 lights.
I0618 15:33:11.060642 5087 light.cpp:224] Background MIS has been disabled.
I0618 15:33:11.060648 5087 light.cpp:887] Number of lights sent to the device: 1
I0618 15:33:11.060654 5087 light.cpp:889] Number of lights without contribution: 1
I0618 15:33:11.060674 5087 device_cuda_impl.cpp:819] Buffer allocate: lights, 192 bytes. (192) in device memory
I0618 15:33:11.060693 5087 light.cpp:308] Total 1 of light distribution primitives.
I0618 15:33:11.060714 5087 device_cuda_impl.cpp:819] Buffer allocate: light_distribution, 32 bytes. (32) in device memory
I0618 15:33:11.063252 5087 device_cuda_impl.cpp:819] Buffer allocate: sample_pattern_lut, 1,335,552 bytes. (1.27M) in device memory
I0618 15:33:11.063621 5087 tables.cpp:42] Total 2 lookup tables.
I0618 15:33:11.063648 5087 device_cuda_impl.cpp:819] Buffer allocate: lookup_table, 266,240 bytes. (260.00K) in device memory
I0618 15:33:11.063706 5087 scene.cpp:317] System memory statistics after full device sync:
Usage: 63,118,804 (60.19M) Peak: 70,013,324 (66.77M)
I0618 15:33:11.089882 5087 session.cpp:803] Requested features:
Experimental features: Off
Max nodes group: 0
Nodes features: 0
Use Hair: False
Use Object Motion: False
Use Camera Motion: False
Use Baking: False
Use Subsurface: False
Use Volume: False
Use Branched Integrator: False
Use Patch Evaluation: False
Use Transparent Shadows: False
Use Principled BSDF: True
Use Denoising: False
Use Displacement: False
Use Background Light: False
I0618 15:33:11.089900 5087 device_cuda_impl.cpp:487] Skipping kernel reload, not currently supported.
W0618 15:33:11.099710 5087 device_optix.cpp:222] Failed to search the cache. file is not a database
Statement is SELECT size, value FROM cache_info INNER JOIN cache_data ON cache_info.key=cache_data.key WHERE cache_info.key='ptx-7402972-key71c60d2292b9162fe3983b49fbad6f97-sm_75-rtc1-drv440.59' LIMIT 1;
I0618 15:33:11.099728 5087 device_optix.cpp:225] Cache miss for key: ptx-7402972-key71c60d2292b9162fe3983b49fbad6f97-sm_75-rtc1-drv440.59
W0618 15:34:03.489782 5087 device_optix.cpp:222] Could not query the database size: file is not a database
Statement is: SELECT value FROM globals WHERE key='total_data_size';
W0618 15:34:03.489811 5087 device_optix.cpp:222] Failed to execute query: file is not a database (code: 26)
Statement: BEGIN IMMEDIATE;
W0618 15:34:03.489828 5087 device_optix.cpp:222] Failed to insert into the cache. Could not prepare sqlite statement: file is not a database (code: 26)
Statement is INSERT INTO cache_data (key, value) VALUES (?, ?);
W0618 15:34:03.489840 5087 device_optix.cpp:222] Failed to execute query: cannot rollback - no transaction is active (code: 1)
Statement: ROLLBACK TRANSACTION
I0618 15:34:03.489850 5087 device_optix.cpp:225] Inserted module in cache with key: ptx-7402972-key71c60d2292b9162fe3983b49fbad6f97-sm_75-rtc1-drv440.59
I0618 15:34:03.526046 5087 device_optix.cpp:225] Info: Pipeline parameter "params" size is 1952 bytes
Info: Module uses 6 payload values. Pipeline configuration: 6.
Info: Module uses 2 attribute values. Pipeline configuration: 2 (default).
Info: Entry function "raygenkernel_optix_path_trace" with semantic type RAYGEN has 9 trace call(s), 0 continuation callable call(s), 0 direct callable call(s), 12379 basic block(s), 128363 instruction(s)
Info: Entry function "raygenkernel_optix_displace" with semantic type RAYGEN has 0 trace call(s), 0 continuation callable call(s), 0 direct callable call(s), 34 basic block(s), 1059 instruction(s)
Info: Entry function "raygenkernel_optix_background" with semantic type RAYGEN has 0 trace call(s), 0 continuation callable call(s), 0 direct callable call(s), 8 basic block(s), 178 instruction(s)
Info: Entry function "misskernel_optix_miss" with semantic type MISS has 0 trace call(s), 0 continuation callable call(s), 0 direct callable call(s), 2 basic block(s), 6 instruction(s)
Info: Entry function "anyhitkernel_optix_local_hit" with semantic type ANYHIT has 0 trace call(s), 0 continuation callable call(s), 0 direct callable call(s), 24 basic block(s), 217 instruction(s)
Info: Entry function "anyhitkernel_optix_shadow_all_hit" with semantic type ANYHIT has 0 trace call(s), 0 continuation callable call(s), 0 direct callable call(s), 16 basic block(s), 137 instruction(s)
Info: Entry function "anyhitkernel_optix_visibility_test" with semantic type ANYHIT has 0 trace call(s), 0 continuation callable call(s), 0 direct callable call(s), 6 basic block(s), 23 instruction(s)
Info: Entry function "closesthitkernel_optix_hit" with semantic type CLOSESTHIT has 0 trace call(s), 0 continuation callable call(s), 0 direct callable call(s), 7 basic block(s), 50 instruction(s)
Info: Entry function "intersectioncurve" with semantic type INTERSECTION has 0 trace call(s), 0 continuation callable call(s), 0 direct callable call(s), 126 basic block(s), 1688 instruction(s)
Info: 20 non-entry function(s) have 6339 basic block(s), 99887 instruction(s)
I0618 15:34:03.544886 5087 device_optix.cpp:225] Info: Pipeline has 1 module(s), 5 entry function(s), 9 trace call(s), 0 continuation callable call(s), 0 direct callable call(s), 12410 basic block(s) in entry functions, 128579 instruction(s) in entry functions, 20 non-entry function(s), 6339 basic block(s) in non-entry functions, 99887 instruction(s) in non-entry functions
I0618 15:34:03.544914 5087 session.cpp:816] Total time spent loading kernels: 52.455
I0618 15:34:03.544936 5087 camera.cpp:511] Camera is outside of the volume.
I0618 15:34:03.551072 5087 camera.cpp:511] Camera is outside of the volume.
I0618 15:34:03.566498 5087 camera.cpp:511] Camera is outside of the volume.
I0618 15:34:03.583159 5087 camera.cpp:511] Camera is outside of the volume.
I0618 15:34:03.616705 5087 camera.cpp:511] Camera is outside of the volume.
I0618 15:34:03.650029 5087 camera.cpp:511] Camera is outside of the volume.
I0618 15:34:03.684928 5087 camera.cpp:511] Camera is outside of the volume.
I0618 15:34:03.716747 5087 camera.cpp:511] Camera is outside of the volume.
I0618 15:34:03.750144 5087 camera.cpp:511] Camera is outside of the volume.
I0618 15:34:03.783493 5087 camera.cpp:511] Camera is outside of the volume.
I0618 15:34:03.816845 5087 camera.cpp:511] Camera is outside of the volume.
I0618 15:34:03.850200 5087 camera.cpp:511] Camera is outside of the volume.
I0618 15:34:03.884125 5087 camera.cpp:511] Camera is outside of the volume.
I0618 15:34:03.900801 5087 camera.cpp:511] Camera is outside of the volume.
I0618 15:34:03.917203 5087 camera.cpp:511] Camera is outside of the volume.
I0618 15:34:03.950345 5087 camera.cpp:511] Camera is outside of the volume.
I0618 15:34:03.983795 5087 camera.cpp:511] Camera is outside of the volume.
I0618 15:34:04.017091 5087 camera.cpp:511] Camera is outside of the volume.
I0618 15:34:04.050421 5087 camera.cpp:511] Camera is outside of the volume.
I0618 15:34:04.083842 5087 camera.cpp:511] Camera is outside of the volume.
I0618 15:34:04.117446 5087 camera.cpp:511] Camera is outside of the volume.
I0618 15:34:04.159919 5087 camera.cpp:511] Camera is outside of the volume.
I0618 15:34:04.200489 5087 camera.cpp:511] Camera is outside of the volume.
I0618 15:34:04.233861 5087 camera.cpp:511] Camera is outside of the volume.
I0618 15:34:04.267271 5087 camera.cpp:511] Camera is outside of the volume.
I0618 15:34:04.300541 5087 camera.cpp:511] Camera is outside of the volume.
I0618 15:34:04.333926 5087 camera.cpp:511] Camera is outside of the volume.
I0618 15:34:04.367329 5087 camera.cpp:511] Camera is outside of the volume.
I0618 15:34:04.400658 5087 camera.cpp:511] Camera is outside of the volume.
I0618 15:34:04.434923 5087 camera.cpp:511] Camera is outside of the volume.
I0618 15:34:04.467440 5087 camera.cpp:511] Camera is outside of the volume.
I0618 15:34:04.500844 5087 camera.cpp:511] Camera is outside of the volume.
I0618 15:34:04.534101 5087 camera.cpp:511] Camera is outside of the volume.
I0618 15:34:04.567551 5087 camera.cpp:511] Camera is outside of the volume.
I0618 15:34:04.600823 5087 camera.cpp:511] Camera is outside of the volume.
I0618 16:39:00.347808 4990 device_optix.cpp:225] Closed database: "/var/tmp/OptixCache_planeta/cache7.db"
W0618 16:39:00.348062 4990 device_optix.cpp:222] Could not query the database size: file is not a database
Statement is: SELECT value FROM globals WHERE key='total_data_size';
I0618 16:39:00.348125 4990 device_optix.cpp:225] Cache data size: "17179869184.0 GiB"
I0618 16:39:00.387814 4990 util_task.cpp:347] De-initializing thread pool of task scheduler.
I0618 16:39:01.871330 4990 util_task.cpp:329] Creating pool of 16 threads.
I0618 16:39:01.871413 4990 util_task.cpp:241] Detected 16 processors in active group.
I0618 16:39:01.871455 4990 util_task.cpp:251] Not setting thread group affinity.
I0618 16:39:01.875072 4990 device_cuda_impl.cpp:660] Mapped host memory limit set to 29,340,872,704 bytes. (27.33G)
I0618 16:39:01.934320 4990 device_optix.cpp:225] All knobs on default.
W0618 16:39:01.939859 4990 device_optix.cpp:222] Failed to prepare statement: file is not a database
DiskCacheDatabase Query: PRAGMA synchronous = OFF;
W0618 16:39:01.939888 4990 device_optix.cpp:222] Failed to prepare statement: file is not a database
Query: PRAGMA journal_mode=WAL;
W0618 16:39:01.939903 4990 device_optix.cpp:222] Failed to prepare statement: file is not a database
DiskCacheDatabase Query: CREATE TABLE IF NOT EXISTS cache_info (key VARCHAR(1024) UNIQUE ON CONFLICT REPLACE, optix_version VARCHAR(32), driver_version VARCHAR(32), size INTEGER, timestamp INTEGER);
W0618 16:39:01.939916 4990 device_optix.cpp:222] Failed to prepare statement: file is not a database
DiskCacheDatabase Query: CREATE TABLE IF NOT EXISTS cache_data (key VARCHAR(1024) UNIQUE ON CONFLICT REPLACE, value BLOB);
W0618 16:39:01.939929 4990 device_optix.cpp:222] Failed to prepare statement: file is not a database
DiskCacheDatabase Query: CREATE TABLE IF NOT EXISTS globals (key VARCHAR(256) UNIQUE ON CONFLICT REPLACE, value TEXT);
W0618 16:39:01.939941 4990 device_optix.cpp:222] Failed to prepare statement: file is not a database
DiskCacheDatabase Query: CREATE INDEX IF NOT EXISTS cache_data_key ON cache_data(key);
W0618 16:39:01.939954 4990 device_optix.cpp:222] Failed to prepare statement: file is not a database
DiskCacheDatabase Query: CREATE INDEX IF NOT EXISTS cache_info_key ON cache_info(key);
W0618 16:39:01.939970 4990 device_optix.cpp:222] Failed to prepare statement: file is not a database
DiskCacheDatabase Query: CREATE TRIGGER IF NOT EXISTS cache_data_delete_info_trigger AFTER DELETE ON cache_data FOR EACH ROW BEGIN DELETE FROM cache_info WHERE key=OLD.key;END;
W0618 16:39:01.939987 4990 device_optix.cpp:222] Failed to prepare statement: file is not a database
DiskCacheDatabase Query: CREATE TRIGGER IF NOT EXISTS cache_info_delete_data_trigger AFTER DELETE ON cache_info FOR EACH ROW BEGIN DELETE FROM cache_data WHERE key=OLD.key;END;
W0618 16:39:01.940002 4990 device_optix.cpp:222] Failed to prepare statement: file is not a database
DiskCacheDatabase Query: CREATE TRIGGER IF NOT EXISTS total_data_size_delete_trigger AFTER DELETE ON cache_info FOR EACH ROW BEGIN UPDATE globals SET value=value - OLD.size WHERE key='total_data_size';END;
W0618 16:39:01.940018 4990 device_optix.cpp:222] Failed to prepare statement: file is not a database
DiskCacheDatabase Query: CREATE TRIGGER IF NOT EXISTS total_data_size_insert_trigger AFTER INSERT ON cache_info FOR EACH ROW BEGIN UPDATE globals SET value=value + NEW.size WHERE key='total_data_size';END;
W0618 16:39:01.940033 4990 device_optix.cpp:222] Failed to execute query: file is not a database (code: 26)
Statement: PRAGMA user_version = 1;
W0618 16:39:01.940050 4990 device_optix.cpp:222] Failed to prepare statement: file is not a database
DiskCacheDatabase Query: INSERT INTO globals (key, value) VALUES ('total_data_size', (SELECT COALESCE(SUM(size), 0) FROM cache_info));
W0618 16:39:01.940068 4990 device_optix.cpp:222] Could not query the database size: file is not a database
Statement is: SELECT value FROM globals WHERE key='total_data_size';
I0618 16:39:01.940078 4990 device_optix.cpp:225] Opened database: "/var/tmp/OptixCache_planeta/cache7.db"
W0618 16:39:01.940089 4990 device_optix.cpp:222] Could not query the database size: file is not a database
Statement is: SELECT value FROM globals WHERE key='total_data_size';
I0618 16:39:01.940096 4990 device_optix.cpp:225] Cache data size: "17179869184.0 GiB"
I0618 16:39:01.940181 4990 device_cuda_impl.cpp:819] Buffer allocate: params, 1,952 bytes. (1.91K) in device memory
I0618 16:39:01.940379 4990 device_cuda_impl.cpp:819] Buffer allocate: RenderBuffers, 40,830,336 bytes. (38.94M) in device memory
I0618 16:39:02.042749 11505 session.cpp:803] Requested features:
Experimental features: Off
Max nodes group: 0
Nodes features: 0
Use Hair: False
Use Object Motion: False
Use Camera Motion: False
Use Baking: False
Use Subsurface: False
Use Volume: False
Use Branched Integrator: False
Use Patch Evaluation: False
Use Transparent Shadows: False
Use Principled BSDF: True
Use Denoising: False
Use Displacement: False
Use Background Light: True
I0618 16:39:02.042815 11505 device_cuda_impl.cpp:348] Testing for pre-compiled kernel /home/planeta/Blender/blender-2.83.0-linux64/2.83/scripts/addons/cycles/lib/kernel_sm_75.cubin.
I0618 16:39:02.042836 11505 device_cuda_impl.cpp:350] Using precompiled kernel.
I0618 16:39:02.042845 11505 device_cuda_impl.cpp:348] Testing for pre-compiled kernel /home/planeta/Blender/blender-2.83.0-linux64/2.83/scripts/addons/cycles/lib/filter_sm_75.cubin.
I0618 16:39:02.042855 11505 device_cuda_impl.cpp:350] Using precompiled kernel.
I0618 16:39:02.073413 11505 device_cuda_impl.cpp:617] Local memory reserved 692,060,160 bytes. (660.00M)
W0618 16:39:02.082008 11505 device_optix.cpp:222] Failed to search the cache. file is not a database
Statement is SELECT size, value FROM cache_info INNER JOIN cache_data ON cache_info.key=cache_data.key WHERE cache_info.key='ptx-7402972-key71c60d2292b9162fe3983b49fbad6f97-sm_75-rtc1-drv440.59' LIMIT 1;
I0618 16:39:02.082036 11505 device_optix.cpp:225] Cache miss for key: ptx-7402972-key71c60d2292b9162fe3983b49fbad6f97-sm_75-rtc1-drv440.59
W0618 16:39:57.539671 11505 device_optix.cpp:222] Could not query the database size: file is not a database
Statement is: SELECT value FROM globals WHERE key='total_data_size';
W0618 16:39:57.539698 11505 device_optix.cpp:222] Failed to execute query: file is not a database (code: 26)
Statement: BEGIN IMMEDIATE;
W0618 16:39:57.539716 11505 device_optix.cpp:222] Failed to insert into the cache. Could not prepare sqlite statement: file is not a database (code: 26)
Statement is INSERT INTO cache_data (key, value) VALUES (?, ?);
W0618 16:39:57.539726 11505 device_optix.cpp:222] Failed to execute query: cannot rollback - no transaction is active (code: 1)
Statement: ROLLBACK TRANSACTION
I0618 16:39:57.539741 11505 device_optix.cpp:225] Inserted module in cache with key: ptx-7402972-key71c60d2292b9162fe3983b49fbad6f97-sm_75-rtc1-drv440.59
I0618 16:39:57.577992 11505 device_optix.cpp:225] Info: Pipeline parameter "params" size is 1952 bytes
Info: Module uses 6 payload values. Pipeline configuration: 6.
Info: Module uses 2 attribute values. Pipeline configuration: 2 (default).
Info: Entry function "raygenkernel_optix_path_trace" with semantic type RAYGEN has 9 trace call(s), 0 continuation callable call(s), 0 direct callable call(s), 12379 basic block(s), 128363 instruction(s)
Info: Entry function "raygenkernel_optix_displace" with semantic type RAYGEN has 0 trace call(s), 0 continuation callable call(s), 0 direct callable call(s), 34 basic block(s), 1059 instruction(s)
Info: Entry function "raygenkernel_optix_background" with semantic type RAYGEN has 0 trace call(s), 0 continuation callable call(s), 0 direct callable call(s), 8 basic block(s), 178 instruction(s)
Info: Entry function "misskernel_optix_miss" with semantic type MISS has 0 trace call(s), 0 continuation callable call(s), 0 direct callable call(s), 2 basic block(s), 6 instruction(s)
Info: Entry function "anyhitkernel_optix_local_hit" with semantic type ANYHIT has 0 trace call(s), 0 continuation callable call(s), 0 direct callable call(s), 24 basic block(s), 217 instruction(s)
Info: Entry function "anyhitkernel_optix_shadow_all_hit" with semantic type ANYHIT has 0 trace call(s), 0 continuation callable call(s), 0 direct callable call(s), 16 basic block(s), 137 instruction(s)
Info: Entry function "anyhitkernel_optix_visibility_test" with semantic type ANYHIT has 0 trace call(s), 0 continuation callable call(s), 0 direct callable call(s), 6 basic block(s), 23 instruction(s)
Info: Entry function "closesthitkernel_optix_hit" with semantic type CLOSESTHIT has 0 trace call(s), 0 continuation callable call(s), 0 direct callable call(s), 7 basic block(s), 50 instruction(s)
Info: Entry function "intersectioncurve" with semantic type INTERSECTION has 0 trace call(s), 0 continuation callable call(s), 0 direct callable call(s), 126 basic block(s), 1688 instruction(s)
Info: 20 non-entry function(s) have 6339 basic block(s), 99887 instruction(s)
I0618 16:39:57.578100 11505 device_cuda_impl.cpp:819] Buffer allocate: sbt, 256 bytes. (256) in device memory
I0618 16:39:57.607127 11505 device_optix.cpp:225] Info: Pipeline has 1 module(s), 5 entry function(s), 9 trace call(s), 0 continuation callable call(s), 0 direct callable call(s), 12410 basic block(s) in entry functions, 128579 instruction(s) in entry functions, 20 non-entry function(s), 6339 basic block(s) in non-entry functions, 99887 instruction(s) in non-entry functions
I0618 16:39:57.622555 11505 device_optix.cpp:225] Info: Pipeline has 1 module(s), 5 entry function(s), 0 trace call(s), 0 continuation callable call(s), 0 direct callable call(s), 39 basic block(s) in entry functions, 394 instruction(s) in entry functions, 20 non-entry function(s), 6339 basic block(s) in non-entry functions, 99887 instruction(s) in non-entry functions
I0618 16:39:57.622597 11505 session.cpp:816] Total time spent loading kernels: 55.5799
I0618 16:39:57.622620 11505 svm.cpp:81] Total 7 shaders.
I0618 16:39:57.622674 11505 svm.cpp:66] Compilation summary:
Shader name: default_background
Number of SVM nodes: 5
Peak stack usage: 0
Time (in seconds):
Finalize: 0.000007
Surface: 0.000003 Bump: 0.000000 Volume: 0.000001 Displacement: 0.000000
Generate: 0.000004
Total: 0.000011
I0618 16:39:57.622699 11486 constant_fold.cpp:132] Discarding closure emission.
I0618 16:39:57.622717 11490 svm.cpp:66] Compilation summary:
Shader name: default_empty
Number of SVM nodes: 3
Peak stack usage: 0
Time (in seconds):
Finalize: 0.000018
Surface: 0.000001 Bump: 0.000000 Volume: 0.000003 Displacement: 0.000003
Generate: 0.000007
Total: 0.000025
I0618 16:39:57.622728 11489 svm.cpp:66] Compilation summary:
Shader name: default_volume
Number of SVM nodes: 3
Peak stack usage: 0
Time (in seconds):
Finalize: 0.000023
Surface: 0.000001 Bump: 0.000000 Volume: 0.000003 Displacement: 0.000001
Generate: 0.000005
Total: 0.000028
I0618 16:39:57.622732 11491 svm.cpp:66] Compilation summary:
Shader name: shader
Number of SVM nodes: 5
Peak stack usage: 0
Time (in seconds):
Finalize: 0.000023
Surface: 0.000004 Bump: 0.000000 Volume: 0.000004 Displacement: 0.000003
Generate: 0.000011
Total: 0.000035
I0618 16:39:57.622743 11486 svm.cpp:66] Compilation summary:
Shader name: default_light
Number of SVM nodes: 3
Peak stack usage: 0
Time (in seconds):
Finalize: 0.000049
Surface: 0.000001 Bump: 0.000000 Volume: 0.000003 Displacement: 0.000002
Generate: 0.000006
Total: 0.000055
I0618 16:39:57.622748 11488 svm.cpp:66] Compilation summary:
Shader name: Material
Number of SVM nodes: 28
Peak stack usage: 23
Time (in seconds):
Finalize: 0.000030
Surface: 0.000018 Bump: 0.000000 Volume: 0.000000 Displacement: 0.000001
Generate: 0.000019
Total: 0.000049
I0618 16:39:57.622732 11487 svm.cpp:66] Compilation summary:
Shader name: default_surface
Number of SVM nodes: 8
Peak stack usage: 4
Time (in seconds):
Finalize: 0.000030
Surface: 0.000008 Bump: 0.000000 Volume: 0.000001 Displacement: 0.000003
Generate: 0.000012
Total: 0.000042
I0618 16:39:57.622875 11505 device_cuda_impl.cpp:819] Buffer allocate: svm_nodes, 992 bytes. (992) in device memory
I0618 16:39:57.622927 11505 device_cuda_impl.cpp:819] Buffer allocate: shaders, 224 bytes. (224) in device memory
I0618 16:39:57.622973 11505 svm.cpp:158] Shader manager updated 7 shaders in 0.000344992 seconds.
I0618 16:39:57.622992 11505 object.cpp:676] Total 1 objects.
I0618 16:39:57.623021 11505 device_cuda_impl.cpp:819] Buffer allocate: objects, 176 bytes. (176) in device memory
I0618 16:39:57.623044 11505 particles.cpp:108] Total 0 particle systems.
I0618 16:39:57.623067 11505 device_cuda_impl.cpp:819] Buffer allocate: particles, 80 bytes. (80) in device memory
I0618 16:39:57.623087 11505 geometry.cpp:1231] Total 1 meshes.
I0618 16:39:57.623117 11505 device_cuda_impl.cpp:819] Buffer allocate: attributes_map, 64 bytes. (64) in device memory
I0618 16:39:57.623153 11505 device_cuda_impl.cpp:819] Buffer allocate: attributes_float3, 128 bytes. (128) in device memory
I0618 16:39:57.623183 11505 geometry.cpp:1375] Objects BVH build pool statistics:
Total time: 0.000007
Tasks handled: 1
I0618 16:39:57.623191 11505 geometry.cpp:1033] Using OPTIX layout.
I0618 16:39:57.623215 11505 device_cuda_impl.cpp:819] Buffer allocate: prim_tri_index, 48 bytes. (48) in device memory
I0618 16:39:57.623248 11505 device_cuda_impl.cpp:819] Buffer allocate: prim_tri_verts, 576 bytes. (576) in device memory
I0618 16:39:57.623281 11505 device_cuda_impl.cpp:819] Buffer allocate: prim_type, 48 bytes. (48) in device memory
I0618 16:39:57.623314 11505 device_cuda_impl.cpp:819] Buffer allocate: prim_visibility, 48 bytes. (48) in device memory
I0618 16:39:57.623347 11505 device_cuda_impl.cpp:819] Buffer allocate: prim_index, 48 bytes. (48) in device memory
I0618 16:39:57.623380 11505 device_cuda_impl.cpp:819] Buffer allocate: prim_object, 48 bytes. (48) in device memory
I0618 16:39:57.623415 11505 device_cuda_impl.cpp:819] Buffer allocate: temp_index_data, 144 bytes. (144) in device memory
I0618 16:39:57.623441 11505 device_cuda_impl.cpp:819] Buffer allocate: temp_vertex_data, 128 bytes. (128) in device memory
I0618 16:39:57.623481 11505 device_cuda_impl.cpp:819] Buffer allocate: temp_build_mem, 88 bytes. (88) in device memory
I0618 16:39:57.623567 11505 device_cuda_impl.cpp:819] Buffer allocate: tlas_aabbs, 24 bytes. (24) in device memory
I0618 16:39:57.623611 11505 device_cuda_impl.cpp:819] Buffer allocate: tlas_instances, 80 bytes. (80) in device memory
I0618 16:39:57.623646 11505 device_cuda_impl.cpp:819] Buffer allocate: temp_build_mem, 1,160 bytes. (1.13K) in device memory
I0618 16:39:57.623769 11505 device_cuda_impl.cpp:819] Buffer allocate: tri_shader, 48 bytes. (48) in device memory
I0618 16:39:57.623803 11505 device_cuda_impl.cpp:819] Buffer allocate: tri_vnormal, 128 bytes. (128) in device memory
I0618 16:39:57.623836 11505 device_cuda_impl.cpp:819] Buffer allocate: tri_vindex, 192 bytes. (192) in device memory
I0618 16:39:57.623869 11505 device_cuda_impl.cpp:819] Buffer allocate: tri_patch, 48 bytes. (48) in device memory
I0618 16:39:57.623901 11505 device_cuda_impl.cpp:819] Buffer allocate: tri_patch_uv, 64 bytes. (64) in device memory
I0618 16:39:57.623934 11505 device_cuda_impl.cpp:819] Buffer allocate: object_flag, 4 bytes. (4) in device memory
I0618 16:39:57.623965 11505 device_cuda_impl.cpp:819] Buffer allocate: object_volume_step, 4 bytes. (4) in device memory
I0618 16:39:57.623984 11505 camera.cpp:511] Camera is outside of the volume.
I0618 16:39:57.623991 11505 tables.cpp:42] Total 1 lookup tables.
I0618 16:39:57.624016 11505 device_cuda_impl.cpp:819] Buffer allocate: lookup_table, 262,144 bytes. (256.00K) in device memory
I0618 16:39:57.624071 11505 light.cpp:902] Total 2 lights.
I0618 16:39:57.624083 11505 light.cpp:224] Background MIS has been disabled.
I0618 16:39:57.624094 11505 light.cpp:887] Number of lights sent to the device: 1
I0618 16:39:57.624102 11505 light.cpp:889] Number of lights without contribution: 1
I0618 16:39:57.624133 11505 device_cuda_impl.cpp:819] Buffer allocate: lights, 192 bytes. (192) in device memory
I0618 16:39:57.624161 11505 light.cpp:308] Total 1 of light distribution primitives.
I0618 16:39:57.624191 11505 device_cuda_impl.cpp:819] Buffer allocate: light_distribution, 32 bytes. (32) in device memory
I0618 16:39:57.626524 11505 device_cuda_impl.cpp:819] Buffer allocate: sample_pattern_lut, 1,335,552 bytes. (1.27M) in device memory
I0618 16:39:57.626811 11505 tables.cpp:42] Total 2 lookup tables.
I0618 16:39:57.626840 11505 device_cuda_impl.cpp:819] Buffer allocate: lookup_table, 266,240 bytes. (260.00K) in device memory
I0618 16:39:57.626984 11505 scene.cpp:317] System memory statistics after full device sync:
Usage: 63,118,804 (60.19M) Peak: 70,522,176 (67.25M)
I0618 16:39:57.638094 11505 session.cpp:803] Requested features:
Experimental features: Off
Max nodes group: 0
Nodes features: 0
Use Hair: False
Use Object Motion: False
Use Camera Motion: False
Use Baking: False
Use Subsurface: False
Use Volume: False
Use Branched Integrator: False
Use Patch Evaluation: False
Use Transparent Shadows: False
Use Principled BSDF: True
Use Denoising: False
Use Displacement: False
Use Background Light: False
I0618 16:39:57.638118 11505 device_cuda_impl.cpp:487] Skipping kernel reload, not currently supported.
W0618 16:39:57.650308 11505 device_optix.cpp:222] Failed to search the cache. file is not a database
Statement is SELECT size, value FROM cache_info INNER JOIN cache_data ON cache_info.key=cache_data.key WHERE cache_info.key='ptx-7402972-key71c60d2292b9162fe3983b49fbad6f97-sm_75-rtc1-drv440.59' LIMIT 1;
I0618 16:39:57.650328 11505 device_optix.cpp:225] Cache miss for key: ptx-7402972-key71c60d2292b9162fe3983b49fbad6f97-sm_75-rtc1-drv440.59
W0618 16:40:53.530612 11505 device_optix.cpp:222] Could not query the database size: file is not a database
Statement is: SELECT value FROM globals WHERE key='total_data_size';
W0618 16:40:53.530640 11505 device_optix.cpp:222] Failed to execute query: file is not a database (code: 26)
Statement: BEGIN IMMEDIATE;
W0618 16:40:53.530658 11505 device_optix.cpp:222] Failed to insert into the cache. Could not prepare sqlite statement: file is not a database (code: 26)
Statement is INSERT INTO cache_data (key, value) VALUES (?, ?);
W0618 16:40:53.530671 11505 device_optix.cpp:222] Failed to execute query: cannot rollback - no transaction is active (code: 1)
Statement: ROLLBACK TRANSACTION
I0618 16:40:53.530681 11505 device_optix.cpp:225] Inserted module in cache with key: ptx-7402972-key71c60d2292b9162fe3983b49fbad6f97-sm_75-rtc1-drv440.59
I0618 16:40:53.570799 11505 device_optix.cpp:225] Info: Pipeline parameter "params" size is 1952 bytes
Info: Module uses 6 payload values. Pipeline configuration: 6.
Info: Module uses 2 attribute values. Pipeline configuration: 2 (default).
Info: Entry function "raygenkernel_optix_path_trace" with semantic type RAYGEN has 9 trace call(s), 0 continuation callable call(s), 0 direct callable call(s), 12379 basic block(s), 128363 instruction(s)
Info: Entry function "raygenkernel_optix_displace" with semantic type RAYGEN has 0 trace call(s), 0 continuation callable call(s), 0 direct callable call(s), 34 basic block(s), 1059 instruction(s)
Info: Entry function "raygenkernel_optix_background" with semantic type RAYGEN has 0 trace call(s), 0 continuation callable call(s), 0 direct callable call(s), 8 basic block(s), 178 instruction(s)
Info: Entry function "misskernel_optix_miss" with semantic type MISS has 0 trace call(s), 0 continuation callable call(s), 0 direct callable call(s), 2 basic block(s), 6 instruction(s)
Info: Entry function "anyhitkernel_optix_local_hit" with semantic type ANYHIT has 0 trace call(s), 0 continuation callable call(s), 0 direct callable call(s), 24 basic block(s), 217 instruction(s)
Info: Entry function "anyhitkernel_optix_shadow_all_hit" with semantic type ANYHIT has 0 trace call(s), 0 continuation callable call(s), 0 direct callable call(s), 16 basic block(s), 137 instruction(s)
Info: Entry function "anyhitkernel_optix_visibility_test" with semantic type ANYHIT has 0 trace call(s), 0 continuation callable call(s), 0 direct callable call(s), 6 basic block(s), 23 instruction(s)
Info: Entry function "closesthitkernel_optix_hit" with semantic type CLOSESTHIT has 0 trace call(s), 0 continuation callable call(s), 0 direct callable call(s), 7 basic block(s), 50 instruction(s)
Info: Entry function "intersection__curve" with semantic type INTERSECTION has 0 trace call(s), 0 continuation callable call(s), 0 direct callable call(s), 126 basic block(s), 1688 instruction(s)
Info: 20 non-entry function(s) have 6339 basic block(s), 99887 instruction(s)
I0618 16:40:53.593014 11505 device_optix.cpp:225] Info: Pipeline has 1 module(s), 5 entry function(s), 9 trace call(s), 0 continuation callable call(s), 0 direct callable call(s), 12410 basic block(s) in entry functions, 128579 instruction(s) in entry functions, 20 non-entry function(s), 6339 basic block(s) in non-entry functions, 99887 instruction(s) in non-entry functions
I0618 16:40:53.593053 11505 session.cpp:816] Total time spent loading kernels: 55.955
I0618 16:40:53.593091 11505 camera.cpp:511] Camera is outside of the volume.
I0618 16:40:53.598713 11505 camera.cpp:511] Camera is outside of the volume.
I0618 16:40:53.618126 11505 camera.cpp:511] Camera is outside of the volume.
I0618 16:40:53.642886 11505 camera.cpp:511] Camera is outside of the volume.
I0618 16:40:53.653832 11505 camera.cpp:511] Camera is outside of the volume.
I0618 16:40:53.669435 11505 camera.cpp:511] Camera is outside of the volume.
I0618 16:40:53.701303 11505 camera.cpp:511] Camera is outside of the volume.
I0618 16:40:53.734699 11505 camera.cpp:511] Camera is outside of the volume.
I0618 16:40:53.768090 11505 camera.cpp:511] Camera is outside of the volume.
I0618 16:40:53.801465 11505 camera.cpp:511] Camera is outside of the volume.
I0618 16:40:53.834841 11505 camera.cpp:511] Camera is outside of the volume.
I0618 16:40:53.868145 11505 camera.cpp:511] Camera is outside of the volume.
I0618 16:40:53.901479 11505 camera.cpp:511] Camera is outside of the volume.
I0618 16:40:53.934885 11505 camera.cpp:511] Camera is outside of the volume.
I0618 16:40:53.968194 11505 camera.cpp:511] Camera is outside of the volume.
I0618 16:40:54.001564 11505 camera.cpp:511] Camera is outside of the volume.
I0618 16:40:54.035010 11505 camera.cpp:511] Camera is outside of the volume.
I0618 16:40:54.068217 11505 camera.cpp:511] Camera is outside of the volume.
I0618 16:40:54.101570 11505 camera.cpp:511] Camera is outside of the volume.
I0618 16:40:54.135056 11505 camera.cpp:511] Camera is outside of the volume.
I0618 16:40:54.168282 11505 camera.cpp:511] Camera is outside of the volume.
I0618 16:40:54.201663 11505 camera.cpp:511] Camera is outside of the volume.
I0618 16:40:54.235206 11505 camera.cpp:511] Camera is outside of the volume.
I0618 16:40:54.268468 11505 camera.cpp:511] Camera is outside of the volume.
I0618 16:40:54.301841 11505 camera.cpp:511] Camera is outside of the volume.
I0618 16:40:54.335005 11505 camera.cpp:511] Camera is outside of the volume.
I0618 16:40:54.368513 11505 camera.cpp:511] Camera is outside of the volume.
I0618 16:40:54.401902 11505 camera.cpp:511] Camera is outside of the volume.
I0618 16:40:54.435215 11505 camera.cpp:511] Camera is outside of the volume.
I0618 16:40:54.468611 11505 camera.cpp:511] Camera is outside of the volume.
I0618 16:40:54.502424 11505 camera.cpp:511] Camera is outside of the volume.
I0618 16:40:54.518981 11505 camera.cpp:511] Camera is outside of the volume.
I0618 16:40:54.535328 11505 camera.cpp:511] Camera is outside of the volume.
I0618 16:40:54.568704 11505 camera.cpp:511] Camera is outside of the volume.
I0618 16:40:54.602005 11505 camera.cpp:511] Camera is outside of the volume.
