Indeed it was another account, just realised that since you mentioned.
Meanwhile I have a process popped up out of nowhere that consumed a half of gigabyte in 2 hours while Mac was not even touched
Mac-mini:~ root# ps x -m -o rss,pid,command | grep MTL
598352 10026 /System/Library/Frameworks/Metal.framework/Versions/A/XPCServices/MTLCompilerService.xpc/Contents/MacOS/MTLCompilerService
27200 2810 /System/Library/Frameworks/Metal.framework/Versions/A/XPCServices/MTLCompilerService.xpc/Contents/MacOS/MTLCompilerService
18752 4965 /System/Library/Frameworks/Metal.framework/Versions/A/XPCServices/MTLCompilerService.xpc/Contents/MacOS/MTLCompilerService
6272 4966 /System/Library/Frameworks/Metal.framework/Versions/A/XPCServices/MTLCompilerService.xpc/Contents/MacOS/MTLCompilerService
Mac-mini:~ root# ps -o etime 10026
ELAPSED
02:09:36
Mac-mini:~ root# lsof -p 10026
COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME
MTLCompil 10026 root cwd DIR 1,17 704 2 /
MTLCompil 10026 root txt REG 1,17 236352 1152921500312151359 /System/Library/Frameworks/Metal.framework/Versions/A/XPCServices/MTLCompilerService.xpc/Contents/MacOS/MTLCompilerService
MTLCompil 10026 root txt REG 1,17 26408 1152921500312151346 /System/Library/Frameworks/Metal.framework/Versions/A/Resources/MTLShaderLoggingRuntime.rtlib
MTLCompil 10026 root txt REG 1,17 72864 4184301 /Library/Preferences/Logging/.plist-cache.r2TPS1xF
MTLCompil 10026 root txt REG 1,17 238832 1152921500312290391 /System/Library/PrivateFrameworks/GPUCompiler.framework/Versions/32023/Libraries/lib/clang/32023.830/lib/darwin/libresource_tracking_rt_osx.rtlib
MTLCompil 10026 root txt REG 1,17 141896 1152921500312290375 /System/Library/PrivateFrameworks/GPUCompiler.framework/Versions/32023/Libraries/lib/clang/32023.830/lib/darwin/libair_rt_osx.rtlib
MTLCompil 10026 root txt REG 1,17 2299264 1152921500312555984 /usr/lib/dyld
MTLCompil 10026 root txt REG 1,17 3483544 1152921500312151342 /System/Library/Frameworks/Metal.framework/Versions/A/Resources/MTLRaytracingRuntime.rtlib
MTLCompil 10026 root txt REG 1,17 34106928 1152921500312566381 /usr/share/icu/icudt76l.dat
MTLCompil 10026 root txt REG 1,17 14730288 1152921500312151531 /System/Library/Frameworks/MetalPerformancePrimitives.framework/Versions/A/Resources/libTensorOps.rtlib
MTLCompil 10026 root 0r CHR 3,2 0t0 336 /dev/null
MTLCompil 10026 root 1u CHR 3,2 0t0 336 /dev/null
MTLCompil 10026 root 2u CHR 3,2 0t0 336 /dev/null
Mac-mini:~ root#