Dynamic batch size for SGIE on a single RTSP feed

Please provide complete information as applicable to your setup.

• Hardware Platform (Jetson / GPU) Jetson Orin AGX
• DeepStream Version 7.1
• JetPack Version (valid for Jetson only) 6.2
• TensorRT Version 10.3.0
• NVIDIA GPU Driver Version (valid for GPU only)
• Issue Type( questions, new requirements, bugs)
• How to reproduce the issue ? (This is for bugs. Including which sample app is using, the configuration files content, the command line used and other details for reproducing)
• Requirement details( This is for new requirement. Including the module name-for which plugin or for which sample application, the function description)

Hi,
I am using face swap model as SGIE after face detect and face recognition. Face swap is dropping the overall fps performance to 25 fps when there is 1 face in the frame, 20 fps when there are 2-3 faces and 7 fps when there 4 faces. I am giving RTSP video feed as input. I am planning to convert the face swap model to take dynamic batch size with min as 1 opt as 4 and max as 16. Will this increase the fps performance? My model is fp32 and if I convert it to fp16 then accuracy drops significantly.

It is not clear whether the frame rate dropping is caused by the model(s) or not from your description.

Have you measured the GPU loading when you run the case with 1 face and the case of 2-3 faces?

I will capture the CPU and GPU usage using tegrastat and provide it shortly, however does fps performance increases with batch size for SGIE model. So in my pipeline single RTSP feed is coming and when multiple objects (faces) are detected then will the face swap model fps performance increases (assuming GPU is available) or there will be no difference? I guess this is a conceptual question I am asking.
Regards

Since your app is customized app with customized models. When the number of detected objects increase, the model inferencing may increase or not depends on your model engine’s batch size. Additionally your customized postprocessing may also need more compute resource for the more objects. So there may be several factors impact the whole performance. You need to identify all the possible reasons.

Thanks for prompt reply. I understand your points. Can you please let me know what are all the possible reasons. I want to do a assessment before actually applying dynamic batch size to the model since this is a significant efforts.

We can’t since we don’t know anything about your models and your implementation. Or even we don’t know anything about your RTSP servers and network state.

I can share the required information. The face swap model I am using is from GitHub - deepinsight/insightface: State-of-the-art 2D and 3D Face Analysis Project. The model names are SCRFD (Face detect), WebFace600K (Face Recognition), Inswapper (Face Swap). The RTSP server is a IP camera with 30fps and 1920x1080 resolution. Let me know if you need further information.

You can measure the model engine’s performance with trtexec tool.

DeepStream is only a SDK. You need to debug with your own implementation to identify the issue.

Have you measured the GPU loading when you run the case with 1 face and the case of 2-3 faces?

Can you please provide me polygraphy tool command to measure engine performance. I am not able to install trtexec. I am collecting the GPU usage data and will share you.

The “trtexec” is available after SDKManager installed TensorRT package.

/usr/src/tensorrt/bin/trtexec

The GPU loading can be collected by “tegrastats” command.

Performance with 1 face, using video file
Stream #0:0(und): Video: h264 (Constrained Baseline) (avc1 / 0x31637661), yuv420p, 1920x1080 [SAR 1:1 DAR 16:9], 20315 kb/s, 30 fps, 30 tbr, 15360 tbn, 60 tbc (default)

03-13-2025 18:27:13 RAM 9589/62841MB (lfb 35x4MB) SWAP 0/31421MB (cached 0MB) CPU [2%@1190,14%@1190,11%@1190,5%@1190,33%@2201,1%@2201,1%@2201,0%@2201,0%@2201,4%@2201,63%@2201,0%@2201] GR3D_FREQ 14% cpu@45.562C tboard@32.75C soc2@40.156C tdiode@33.625C soc0@41.593C gpu@39.562C tj@45.843C soc1@40.343C VDD_GPU_SOC 3594mW/3594mW VDD_CPU_CV 2794mW/2794mW VIN_SYS_5V0 4247mW/4247mW VDDQ_VDD2_1V8AO 910mW/910mW
03-13-2025 18:27:14 RAM 10136/62841MB (lfb 4x4MB) SWAP 0/31421MB (cached 0MB) CPU [4%@2201,5%@2201,16%@2201,6%@2201,56%@2201,40%@2201,0%@2201,0%@2201,1%@2201,2%@2201,2%@2201,0%@2201] GR3D_FREQ 69% cpu@45.187C tboard@32.75C soc2@40.125C tdiode@33.625C soc0@41.406C gpu@39.562C tj@45.187C soc1@40.562C VDD_GPU_SOC 3594mW/3594mW VDD_CPU_CV 2794mW/2794mW VIN_SYS_5V0 4651mW/4449mW VDDQ_VDD2_1V8AO 1314mW/1112mW
03-13-2025 18:27:15 RAM 9614/62841MB (lfb 37x4MB) SWAP 0/31421MB (cached 0MB) CPU [4%@2201,6%@2201,16%@2201,10%@2201,0%@2201,99%@2201,0%@2201,0%@2201,2%@729,1%@729,0%@729,0%@729] GR3D_FREQ 0% cpu@45.093C tboard@32.75C soc2@40.187C tdiode@33.75C soc0@41.468C gpu@39.656C tj@45.218C soc1@40.468C VDD_GPU_SOC 3194mW/3460mW VDD_CPU_CV 2794mW/2794mW VIN_SYS_5V0 4044mW/4314mW VDDQ_VDD2_1V8AO 707mW/977mW
03-13-2025 18:27:16 RAM 9613/62841MB (lfb 37x4MB) SWAP 0/31421MB (cached 0MB) CPU [4%@2201,1%@2201,20%@2201,5%@2201,0%@2201,100%@2201,0%@2201,0%@2201,1%@729,0%@729,0%@729,1%@729] GR3D_FREQ 0% cpu@44.968C tboard@32.75C soc2@40.125C tdiode@33.625C soc0@41.5C gpu@39.406C tj@44.968C soc1@40.593C VDD_GPU_SOC 3194mW/3394mW VDD_CPU_CV 2794mW/2794mW VIN_SYS_5V0 3943mW/4221mW VDDQ_VDD2_1V8AO 606mW/884mW
03-13-2025 18:27:17 RAM 9614/62841MB (lfb 37x4MB) SWAP 0/31421MB (cached 0MB) CPU [6%@729,3%@729,17%@729,3%@729,0%@2201,97%@2201,0%@2201,0%@2201,3%@729,2%@729,1%@729,0%@729] GR3D_FREQ 12% cpu@45.187C tboard@32.75C soc2@40.218C tdiode@33.625C soc0@41.375C gpu@39.468C tj@45.312C soc1@40.468C VDD_GPU_SOC 3594mW/3434mW VDD_CPU_CV 2794mW/2794mW VIN_SYS_5V0 4145mW/4206mW VDDQ_VDD2_1V8AO 808mW/869mW
03-13-2025 18:27:18 RAM 9617/62841MB (lfb 37x4MB) SWAP 0/31421MB (cached 0MB) CPU [3%@2201,2%@2201,19%@2201,3%@2201,0%@729,63%@729,0%@729,0%@729,35%@2201,3%@2201,5%@2201,0%@2201] GR3D_FREQ 5% cpu@44.562C tboard@32.75C soc2@40.093C tdiode@33.625C soc0@41.437C gpu@39.687C tj@44.562C soc1@40.656C VDD_GPU_SOC 3594mW/3460mW VDD_CPU_CV 2794mW/2794mW VIN_SYS_5V0 4247mW/4212mW VDDQ_VDD2_1V8AO 910mW/875mW
03-13-2025 18:27:20 RAM 9634/62841MB (lfb 37x4MB) SWAP 0/31421MB (cached 0MB) CPU [4%@2201,13%@2201,5%@2201,2%@2201,3%@729,0%@729,0%@729,0%@729,100%@2201,2%@2201,6%@2201,0%@2201] GR3D_FREQ 0% cpu@44.656C tboard@32.75C soc2@40.218C tdiode@33.75C soc0@41.343C gpu@39.5C tj@44.968C soc1@40.468C VDD_GPU_SOC 3194mW/3422mW VDD_CPU_CV 2794mW/2794mW VIN_SYS_5V0 4044mW/4188mW VDDQ_VDD2_1V8AO 707mW/851mW
03-13-2025 18:27:21 RAM 9636/62841MB (lfb 36x4MB) SWAP 0/31421MB (cached 0MB) CPU [3%@2201,2%@2201,9%@2201,3%@2201,2%@729,5%@729,0%@729,0%@729,100%@2201,1%@2201,0%@2201,0%@2201] GR3D_FREQ 0% cpu@44.593C tboard@32.75C soc2@40.125C tdiode@33.625C soc0@41.531C gpu@39.562C tj@44.593C soc1@40.593C VDD_GPU_SOC 3194mW/3394mW VDD_CPU_CV 2794mW/2794mW VIN_SYS_5V0 3842mW/4145mW VDDQ_VDD2_1V8AO 606mW/821mW
03-13-2025 18:27:22 RAM 9630/62841MB (lfb 36x4MB) SWAP 0/31421MB (cached 0MB) CPU [4%@2201,3%@2201,6%@2201,10%@2201,5%@729,0%@729,0%@729,0%@729,99%@2201,1%@2201,0%@2201,0%@2201] GR3D_FREQ 8% cpu@44.687C tboard@32.75C soc2@40.156C tdiode@33.625C soc0@41.406C gpu@39.625C tj@44.687C soc1@40.531C VDD_GPU_SOC 3194mW/3371mW VDD_CPU_CV 2794mW/2794mW VIN_SYS_5V0 4044mW/4134mW VDDQ_VDD2_1V8AO 808mW/819mW
03-13-2025 18:27:23 RAM 9625/62841MB (lfb 36x4MB) SWAP 0/31421MB (cached 0MB) CPU [3%@2201,3%@2201,8%@2201,15%@2201,0%@729,0%@729,0%@729,0%@729,97%@2201,1%@2201,2%@2201,0%@2201] GR3D_FREQ 4% cpu@44.843C tboard@32.75C soc2@40.156C tdiode@33.75C soc0@41.437C gpu@39.562C tj@44.687C soc1@40.593C VDD_GPU_SOC 3594mW/3394mW VDD_CPU_CV 2794mW/2794mW VIN_SYS_5V0 4247mW/4145mW VDDQ_VDD2_1V8AO 910mW/828mW
03-13-2025 18:27:24 RAM 9651/62841MB (lfb 36x4MB) SWAP 0/31421MB (cached 0MB) CPU [3%@729,2%@729,7%@729,13%@729,1%@729,0%@729,0%@729,0%@729,98%@2201,1%@2201,8%@2201,0%@2201] GR3D_FREQ 0% cpu@44.75C tboard@32.75C soc2@40.125C tdiode@33.625C soc0@41.437C gpu@39.562C tj@44.75C soc1@40.531C VDD_GPU_SOC 3194mW/3375mW VDD_CPU_CV 2794mW/2794mW VIN_SYS_5V0 4145mW/4145mW VDDQ_VDD2_1V8AO 808mW/826mW
03-13-2025 18:27:25 RAM 9655/62841MB (lfb 36x4MB) SWAP 0/31421MB (cached 0MB) CPU [2%@2201,5%@2201,4%@2201,14%@2201,0%@729,0%@729,0%@729,0%@729,100%@2201,1%@2201,0%@2201,0%@2201] GR3D_FREQ 0% cpu@44.843C tboard@32.75C soc2@40.093C tdiode@33.75C soc0@41.406C gpu@39.531C tj@44.562C soc1@40.531C VDD_GPU_SOC 3194mW/3360mW VDD_CPU_CV 2794mW/2794mW VIN_SYS_5V0 3842mW/4120mW VDDQ_VDD2_1V8AO 606mW/808mW
03-13-2025 18:27:26 RAM 9657/62841MB (lfb 36x4MB) SWAP 0/31421MB (cached 0MB) CPU [2%@2201,14%@2201,2%@2201,9%@2201,1%@729,0%@729,0%@729,0%@729,100%@2201,1%@2201,0%@2201,0%@2201] GR3D_FREQ 0% cpu@44.687C tboard@32.75C soc2@40.156C tdiode@33.625C soc0@41.593C gpu@39.906C tj@44.687C soc1@40.468C VDD_GPU_SOC 3194mW/3347mW VDD_CPU_CV 2795mW/2794mW VIN_SYS_5V0 3842mW/4098mW VDDQ_VDD2_1V8AO 606mW/792mW
03-13-2025 18:27:27 RAM 9658/62841MB (lfb 36x4MB) SWAP 0/31421MB (cached 0MB) CPU [4%@2201,5%@2201,6%@2201,15%@2201,0%@729,0%@729,0%@729,0%@729,95%@2201,2%@2201,1%@2201,0%@2201] GR3D_FREQ 13% cpu@45C tboard@32.75C soc2@40.187C tdiode@33.75C soc0@41.468C gpu@39.625C tj@44.687C soc1@40.562C VDD_GPU_SOC 3594mW/3365mW VDD_CPU_CV 2794mW/2794mW VIN_SYS_5V0 4145mW/4102mW VDDQ_VDD2_1V8AO 910mW/801mW
03-13-2025 18:27:28 RAM 9760/62841MB (lfb 37x4MB) SWAP 0/31421MB (cached 0MB) CPU [18%@2201,7%@2201,2%@2201,12%@2201,1%@729,0%@729,0%@729,0%@729,43%@729,43%@729,7%@729,0%@729] GR3D_FREQ 0% cpu@44.937C tboard@32.75C soc2@40.343C tdiode@33.75C soc0@41.468C gpu@39.875C tj@44.937C soc1@40.468C VDD_GPU_SOC 3594mW/3380mW VDD_CPU_CV 2794mW/2794mW VIN_SYS_5V0 4247mW/4111mW VDDQ_VDD2_1V8AO 910mW/808mW
03-13-2025 18:27:29 RAM 9805/62841MB (lfb 37x4MB) SWAP 0/31421MB (cached 0MB) CPU [13%@2201,14%@2201,37%@2201,5%@2201,21%@729,8%@729,9%@729,3%@729,4%@729,1%@729,0%@2201,2%@2201] GR3D_FREQ 0% cpu@44.812C tboard@32.75C soc2@40.25C tdiode@33.625C soc0@41.406C gpu@39.687C tj@44.812C soc1@40.531C VDD_GPU_SOC 3993mW/3418mW VDD_CPU_CV 2794mW/2794mW VIN_SYS_5V0 4247mW/4120mW VDDQ_VDD2_1V8AO 910mW/814mW
03-13-2025 18:27:30 RAM 10061/62841MB (lfb 13x4MB) SWAP 0/31421MB (cached 0MB) CPU [28%@1190,28%@1190,43%@1190,21%@1190,33%@1036,21%@1036,38%@1036,20%@1036,20%@1728,33%@1728,21%@1728,25%@1728] GR3D_FREQ 99% cpu@45.812C tboard@32.75C soc2@41.062C tdiode@35C soc0@42.343C gpu@43.718C tj@45.75C soc1@40.625C VDD_GPU_SOC 13572mW/4016mW VDD_CPU_CV 3591mW/2840mW VIN_SYS_5V0 6887mW/4282mW VDDQ_VDD2_1V8AO 2730mW/927mW
03-13-2025 18:27:31 RAM 10020/62841MB (lfb 17x4MB) SWAP 0/31421MB (cached 0MB) CPU [55%@2201,44%@2201,41%@2201,44%@2201,43%@2201,44%@2201,49%@2201,61%@2201,55%@2201,56%@2201,64%@2201,61%@2201] GR3D_FREQ 99% cpu@47.218C tboard@32.75C soc2@42.531C tdiode@37C soc0@43.25C gpu@47.156C tj@47.218C soc1@41.125C VDD_GPU_SOC 39536mW/5989mW VDD_CPU_CV 5988mW/3015mW VIN_SYS_5V0 9535mW/4574mW VDDQ_VDD2_1V8AO 4348mW/1117mW
03-13-2025 18:27:32 RAM 10022/62841MB (lfb 22x4MB) SWAP 0/31421MB (cached 0MB) CPU [49%@2201,40%@2201,41%@2201,38%@2201,40%@2201,42%@2201,73%@2201,32%@2201,37%@2188,66%@2188,64%@2188,43%@2188] GR3D_FREQ 99% cpu@47.718C tboard@32.75C soc2@42.531C tdiode@36.625C soc0@43.187C gpu@45.937C tj@47.687C soc1@41.312C VDD_GPU_SOC 33546mW/7439mW VDD_CPU_CV 5591mW/3151mW VIN_SYS_5V0 9636mW/4841mW VDDQ_VDD2_1V8AO 4449mW/1292mW
03-13-2025 18:27:33 RAM 10018/62841MB (lfb 20x4MB) SWAP 0/31421MB (cached 0MB) CPU [48%@2201,42%@2201,46%@2201,55%@2201,39%@883,40%@883,46%@883,63%@883,45%@2201,38%@2201,48%@2201,73%@2201] GR3D_FREQ 99% cpu@48.156C tboard@32.875C soc2@43.375C tdiode@37.75C soc0@43.875C gpu@48.781C tj@48.781C soc1@41.687C VDD_GPU_SOC 41533mW/9144mW VDD_CPU_CV 5990mW/3293mW VIN_SYS_5V0 9738mW/5085mW VDDQ_VDD2_1V8AO 4449mW/1450mW
03-13-2025 18:27:34 RAM 10085/62841MB (lfb 12x4MB) SWAP 0/31421MB (cached 0MB) CPU [51%@2201,47%@2201,47%@2201,48%@2201,44%@2201,58%@2201,74%@2201,40%@2201,45%@2201,69%@2201,48%@2201,68%@2201] GR3D_FREQ 99% cpu@49.343C tboard@33C soc2@43.812C tdiode@38.25C soc0@44.406C gpu@48.718C tj@49.593C soc1@41.875C VDD_GPU_SOC 41932mW/10705mW VDD_CPU_CV 6389mW/3440mW VIN_SYS_5V0 9839mW/5312mW VDDQ_VDD2_1V8AO 4550mW/1598mW
03-13-2025 18:27:35 RAM 10046/62841MB (lfb 20x4MB) SWAP 0/31421MB (cached 0MB) CPU [50%@2201,77%@2201,48%@2201,48%@2201,41%@2201,82%@2201,46%@2201,52%@2201,51%@1574,48%@1574,53%@1574,48%@1574] GR3D_FREQ 99% cpu@49.718C tboard@33.25C soc2@44.156C tdiode@38.75C soc0@44.593C gpu@48.968C tj@49.75C soc1@42.218C VDD_GPU_SOC 41932mW/12125mW VDD_CPU_CV 6389mW/3574mW VIN_SYS_5V0 9839mW/5518mW VDDQ_VDD2_1V8AO 4550mW/1732mW
03-13-2025 18:27:36 RAM 10010/62841MB (lfb 22x4MB) SWAP 0/31421MB (cached 0MB) CPU [54%@2201,51%@2201,46%@2201,62%@2201,57%@2035,67%@2035,43%@2035,49%@2035,57%@2201,46%@2201,44%@2201,44%@2201] GR3D_FREQ 86% cpu@49.843C tboard@33.375C soc2@44.281C tdiode@38.75C soc0@44.687C gpu@48.468C tj@49.718C soc1@42.593C VDD_GPU_SOC 40751mW/13369mW VDD_CPU_CV 6392mW/3697mW VIN_SYS_5V0 9636mW/5697mW VDDQ_VDD2_1V8AO 4348mW/1846mW
03-13-2025 18:27:37 RAM 10066/62841MB (lfb 11x4MB) SWAP 0/31421MB (cached 0MB) CPU [46%@2201,40%@2201,44%@1267,58%@1267,45%@729,40%@729,43%@729,45%@729,85%@1958,45%@1958,40%@1958,41%@1958] GR3D_FREQ 90% cpu@49.343C tboard@33.5C soc2@44.125C tdiode@38.25C soc0@44.656C gpu@46.468C tj@49.312C soc1@42.593C VDD_GPU_SOC 35543mW/14293mW VDD_CPU_CV 5591mW/3776mW VIN_SYS_5V0 9535mW/5856mW VDDQ_VDD2_1V8AO 4247mW/1946mW
03-13-2025 18:27:38 RAM 10028/62841MB (lfb 19x4MB) SWAP 0/31421MB (cached 0MB) CPU [47%@2201,51%@2201,45%@2201,71%@2201,53%@883,54%@883,49%@883,45%@883,65%@2201,44%@2201,52%@2201,56%@2201] GR3D_FREQ 99% cpu@50.125C tboard@33.75C soc2@44.687C tdiode@39.25C soc0@45.281C gpu@49.968C tj@50.25C soc1@42.843C VDD_GPU_SOC 41932mW/15399mW VDD_CPU_CV 6389mW/3880mW VIN_SYS_5V0 9941mW/6020mW VDDQ_VDD2_1V8AO 4449mW/2046mW
03-13-2025 18:27:39 RAM 10017/62841MB (lfb 20x4MB) SWAP 0/31421MB (cached 0MB) CPU [51%@2201,48%@2201,45%@2201,45%@2201,58%@1728,46%@1728,56%@1728,50%@1728,50%@2201,83%@2201,37%@2201,48%@2201] GR3D_FREQ 99% cpu@50.25C tboard@33.875C soc2@44.875C tdiode@39.5C soc0@45.375C gpu@50.343C tj@50.343C soc1@43.156C VDD_GPU_SOC 41533mW/16404mW VDD_CPU_CV 6389mW/3977mW VIN_SYS_5V0 9839mW/6167mW VDDQ_VDD2_1V8AO 4449mW/2138mW
03-13-2025 18:27:40 RAM 10058/62841MB (lfb 19x4MB) SWAP 0/31421MB (cached 0MB) CPU [48%@1190,48%@1190,43%@1190,45%@1190,44%@2188,56%@2188,64%@2188,47%@2188,56%@2201,77%@2201,34%@2201,43%@2201] GR3D_FREQ 98% cpu@50.593C tboard@34.125C soc2@45.093C tdiode@39.625C soc0@45.593C gpu@48.968C tj@50.593C soc1@43.5C VDD_GPU_SOC 41949mW/17350mW VDD_CPU_CV 6392mW/4066mW VIN_SYS_5V0 9839mW/6303mW VDDQ_VDD2_1V8AO 4449mW/2224mW
03-13-2025 18:27:41 RAM 10053/62841MB (lfb 18x4MB) SWAP 0/31421MB (cached 0MB) CPU [46%@2201,47%@2201,38%@2201,34%@2201,51%@1190,45%@1190,50%@1190,39%@1190,32%@2201,88%@2201,46%@2201,35%@2201] GR3D_FREQ 98% cpu@50.406C tboard@34.25C soc2@45.062C tdiode@39.5C soc0@45.593C gpu@49.5C tj@50.281C soc1@43.531C VDD_GPU_SOC 37939mW/18085mW VDD_CPU_CV 5591mW/4120mW VIN_SYS_5V0 9636mW/6422mW VDDQ_VDD2_1V8AO 4348mW/2300mW
03-13-2025 18:27:42 RAM 10012/62841MB (lfb 21x4MB) SWAP 0/31421MB (cached 0MB) CPU [54%@2201,42%@2201,46%@2201,48%@2201,46%@2201,57%@2201,57%@2201,50%@2201,47%@960,68%@960,45%@960,88%@960] GR3D_FREQ 99% cpu@51.406C tboard@34.375C soc2@45.437C tdiode@39.625C soc0@45.875C gpu@51.187C tj@51.406C soc1@43.656C VDD_GPU_SOC 41533mW/18894mW VDD_CPU_CV 5990mW/4185mW VIN_SYS_5V0 9738mW/6536mW VDDQ_VDD2_1V8AO 4449mW/2374mW
03-13-2025 18:27:43 RAM 10096/62841MB (lfb 12x4MB) SWAP 0/31421MB (cached 0MB) CPU [51%@2201,62%@2201,45%@2201,59%@2201,54%@2201,47%@2201,77%@2201,51%@2201,48%@2188,46%@2188,50%@2188,49%@2188] GR3D_FREQ 99% cpu@51.406C tboard@34.5C soc2@45.625C tdiode@40.25C soc0@46.156C gpu@51.281C tj@51.406C soc1@43.843C VDD_GPU_SOC 42332mW/19675mW VDD_CPU_CV 6789mW/4272mW VIN_SYS_5V0 9941mW/6650mW VDDQ_VDD2_1V8AO 4550mW/2446mW
03-13-2025 18:27:44 RAM 10095/62841MB (lfb 12x4MB) SWAP 0/31421MB (cached 0MB) CPU [49%@960,50%@960,45%@1036,56%@1036,64%@2201,65%@2201,48%@2201,47%@2201,40%@2201,44%@2201,50%@2201,77%@2201] GR3D_FREQ 99% cpu@51.406C tboard@34.75C soc2@45.875C tdiode@40.125C soc0@46.281C gpu@51.593C tj@51.593C soc1@44.062C VDD_GPU_SOC 42332mW/20406mW VDD_CPU_CV 6389mW/4340mW VIN_SYS_5V0 9839mW/6752mW VDDQ_VDD2_1V8AO 4550mW/2514mW
03-13-2025 18:27:45 RAM 10012/62841MB (lfb 18x4MB) SWAP 0/31421MB (cached 0MB) CPU [48%@1113,67%@1113,46%@1113,45%@1113,57%@2201,47%@2201,50%@2201,57%@2201,44%@2201,47%@2201,43%@2201,89%@2201] GR3D_FREQ 99% cpu@51.875C tboard@34.875C soc2@46.031C tdiode@40.375C soc0@46.5C gpu@51.937C tj@51.937C soc1@44.281C VDD_GPU_SOC 42332mW/21091mW VDD_CPU_CV 6389mW/4404mW VIN_SYS_5V0 9839mW/6849mW VDDQ_VDD2_1V8AO 4550mW/2578mW
03-13-2025 18:27:46 RAM 10011/62841MB (lfb 19x4MB) SWAP 0/31421MB (cached 0MB) CPU [45%@1651,47%@1651,39%@1651,39%@1651,57%@2112,48%@2112,46%@2112,44%@2112,37%@2201,42%@2201,84%@2201,40%@2201] GR3D_FREQ 98% cpu@51.093C tboard@35C soc2@45.812C tdiode@39.625C soc0@46.437C gpu@49.625C tj@51.093C soc1@44.343C VDD_GPU_SOC 34744mW/21505mW VDD_CPU_CV 5992mW/4452mW VIN_SYS_5V0 9535mW/6930mW VDDQ_VDD2_1V8AO 4348mW/2631mW
03-13-2025 18:27:47 RAM 10043/62841MB (lfb 22x4MB) SWAP 0/31421MB (cached 0MB) CPU [50%@1958,38%@1958,51%@1958,48%@1958,62%@2201,46%@2201,46%@2201,46%@2201,42%@2201,39%@2201,88%@2201,44%@2201] GR3D_FREQ 97% cpu@52.062C tboard@35.125C soc2@45.687C tdiode@39.625C soc0@46.312C gpu@49.843C tj@52.062C soc1@44.343C VDD_GPU_SOC 32747mW/21835mW VDD_CPU_CV 5990mW/4497mW VIN_SYS_5V0 9738mW/7013mW VDDQ_VDD2_1V8AO 4449mW/2685mW
03-13-2025 18:27:48 RAM 10074/62841MB (lfb 15x4MB) SWAP 0/31421MB (cached 0MB) CPU [46%@2201,44%@2201,48%@2201,42%@2201,43%@2201,52%@2201,48%@2201,53%@2201,37%@1267,70%@1267,42%@1267,47%@1267] GR3D_FREQ 99% cpu@51.812C tboard@35.25C soc2@46.312C tdiode@40.5C soc0@46.875C gpu@52.468C tj@52.468C soc1@44.468C VDD_GPU_SOC 41134mW/22387mW VDD_CPU_CV 6389mW/4551mW VIN_SYS_5V0 9839mW/7094mW VDDQ_VDD2_1V8AO 4449mW/2735mW
03-13-2025 18:27:49 RAM 10066/62841MB (lfb 14x4MB) SWAP 0/31421MB (cached 0MB) CPU [47%@2201,62%@2201,49%@2201,48%@2201,58%@2201,80%@2201,60%@2201,44%@2201,48%@1497,52%@1497,48%@1497,44%@1497] GR3D_FREQ 99% cpu@53.125C tboard@35.375C soc2@46.593C tdiode@41C soc0@47C gpu@52.062C tj@53.125C soc1@44.656C VDD_GPU_SOC 42332mW/22941mW VDD_CPU_CV 6389mW/4602mW VIN_SYS_5V0 9941mW/7173mW VDDQ_VDD2_1V8AO 4550mW/2786mW
03-13-2025 18:27:50 RAM 10013/62841MB (lfb 21x4MB) SWAP 0/31421MB (cached 0MB) CPU [48%@2201,69%@2201,62%@2201,41%@2201,54%@2201,58%@2201,41%@2201,69%@2201,51%@2188,45%@2188,48%@2188,49%@2188] GR3D_FREQ 99% cpu@52.5C tboard@35.5C soc2@46.718C tdiode@41.125C soc0@47.218C gpu@52.468C tj@52.5C soc1@44.843C VDD_GPU_SOC 42731mW/23476mW VDD_CPU_CV 6389mW/4651mW VIN_SYS_5V0 9839mW/7245mW VDDQ_VDD2_1V8AO 4449mW/2830mW
03-13-2025 18:27:51 RAM 10098/62841MB (lfb 9x4MB) SWAP 0/31421MB (cached 0MB) CPU [45%@2201,48%@2201,66%@2201,73%@2201,53%@2201,45%@2201,58%@2201,53%@2201,48%@1420,50%@1420,45%@1420,48%@1420] GR3D_FREQ 98% cpu@52.812C tboard@35.625C soc2@46.562C tdiode@41.5C soc0@47.156C gpu@49.5C tj@52.812C soc1@45.156C VDD_GPU_SOC 39952mW/23909mW VDD_CPU_CV 6791mW/4707mW VIN_SYS_5V0 9738mW/7310mW VDDQ_VDD2_1V8AO 4348mW/2870mW
03-13-2025 18:27:52 RAM 10028/62841MB (lfb 21x4MB) SWAP 0/31421MB (cached 0MB) CPU [44%@1036,34%@1036,36%@1036,88%@1036,53%@729,64%@729,39%@729,36%@729,44%@1420,45%@1420,45%@1420,46%@1420] GR3D_FREQ 99% cpu@51.562C tboard@35.75C soc2@46.593C tdiode@40.5C soc0@47.5C gpu@52.562C tj@52.562C soc1@45C VDD_GPU_SOC 36327mW/24228mW VDD_CPU_CV 5588mW/4730mW VIN_SYS_5V0 9636mW/7370mW VDDQ_VDD2_1V8AO 4348mW/2908mW
03-13-2025 18:27:53 RAM 10008/62841MB (lfb 23x4MB) SWAP 0/31421MB (cached 0MB) CPU [61%@1113,46%@1113,51%@1113,73%@1113,50%@2201,59%@2201,63%@2201,48%@2201,56%@1958,44%@1958,56%@1958,54%@1958] GR3D_FREQ 97% cpu@52.531C tboard@35.875C soc2@46.875C tdiode@41.375C soc0@47.5C gpu@52.062C tj@52.531C soc1@45.281C VDD_GPU_SOC 41134mW/24650mW VDD_CPU_CV 6392mW/4771mW VIN_SYS_5V0 9839mW/7432mW VDDQ_VDD2_1V8AO 4449mW/2947mW
03-13-2025 18:27:54 RAM 9916/62841MB (lfb 32x4MB) SWAP 0/31421MB (cached 0MB) CPU [22%@2201,31%@2201,36%@2201,25%@2201,29%@729,8%@729,12%@729,29%@729,15%@1190,20%@1190,25%@1190,50%@1190] GR3D_FREQ 0% cpu@50.125C tboard@36C soc2@45.062C tdiode@39.125C soc0@46.281C gpu@45.25C tj@50.125C soc1@44.906C VDD_GPU_SOC 9588mW/24283mW VDD_CPU_CV 2796mW/4723mW VIN_SYS_5V0 5165mW/7376mW VDDQ_VDD2_1V8AO 1213mW/2904mW
03-13-2025 18:27:55 RAM 8233/62841MB (lfb 47x4MB) SWAP 0/31421MB (cached 0MB) CPU [6%@883,4%@883,22%@883,5%@883,17%@729,7%@729,4%@729,11%@729,29%@806,10%@806,14%@806,2%@806] GR3D_FREQ 0% cpu@49.437C tboard@36.125C soc2@44.468C tdiode@38.5C soc0@45.781C gpu@44.5C tj@49.437C soc1@44.718C VDD_GPU_SOC 3995mW/23800mW VDD_CPU_CV 1996mW/4658mW VIN_SYS_5V0 4145mW/7299mW VDDQ_VDD2_1V8AO 707mW/2852mW
03-13-2025 18:27:56 RAM 8229/62841MB (lfb 50x4MB) SWAP 0/31421MB (cached 0MB) CPU [3%@2201,7%@2201,1%@2201,4%@2201,5%@729,0%@729,7%@729,0%@729,2%@729,0%@729,3%@729,0%@729] GR3D_FREQ 0% cpu@48.656C tboard@36.125C soc2@44C tdiode@38.125C soc0@45.562C gpu@44C tj@48.656C soc1@44.625C VDD_GPU_SOC 3194mW/23321mW VDD_CPU_CV 1197mW/4577mW VIN_SYS_5V0 3842mW/7219mW VDDQ_VDD2_1V8AO 606mW/2800mW
03-13-2025 18:27:57 RAM 8226/62841MB (lfb 50x4MB) SWAP 0/31421MB (cached 0MB) CPU [6%@2201,17%@2201,4%@2201,5%@2201,2%@729,0%@729,0%@729,0%@729,1%@2201,0%@2201,2%@2201,0%@2201] GR3D_FREQ 0% cpu@48.437C tboard@36.125C soc2@43.843C tdiode@37.875C soc0@45.468C gpu@43.75C tj@48.437C soc1@44.375C VDD_GPU_SOC 3194mW/22863mW VDD_CPU_CV 1197mW/4501mW VIN_SYS_5V0 3842mW/7142mW VDDQ_VDD2_1V8AO 606mW/2750mW
03-13-2025 18:27:58 RAM 8227/62841MB (lfb 50x4MB) SWAP 0/31421MB (cached 0MB) CPU [3%@729,5%@729,14%@2201,3%@2201,0%@729,0%@729,0%@729,0%@729,2%@2201,0%@2201,2%@2201,0%@2201] GR3D_FREQ 0% cpu@48.343C tboard@36.125C soc2@43.625C tdiode@37.5C soc0@45.343C gpu@43.312C tj@48.343C soc1@44.125C VDD_GPU_SOC 3194mW/22426mW VDD_CPU_CV 1197mW/4427mW VIN_SYS_5V0 3842mW/7069mW VDDQ_VDD2_1V8AO 606mW/2702mW
03-13-2025 18:27:59 RAM 8227/62841MB (lfb 50x4MB) SWAP 0/31421MB (cached 0MB) CPU [4%@729,7%@729,12%@729,3%@729,6%@729,0%@729,0%@729,0%@729,2%@2201,0%@2201,3%@2201,1%@2201] GR3D_FREQ 0% cpu@48.25C tboard@36.125C soc2@43.5C tdiode@37.375C soc0@45.156C gpu@43.281C tj@48.25C soc1@44C VDD_GPU_SOC 3194mW/22008mW VDD_CPU_CV 1197mW/4357mW VIN_SYS_5V0 3842mW/6999mW VDDQ_VDD2_1V8AO 606mW/2657mW

I have already issued jetson_clocks and max power commands given on troubleshooting page

Performance using a video file with 2-3 person going in and out of the frame

  Stream #0:0(und): Video: h264 (Constrained Baseline) (avc1 / 0x31637661), yuv420p, 1920x1080 [SAR 1:1 DAR 16:9], 20295 kb/s, 30 fps, 30 tbr, 15360 tbn, 60 tbc (default)

Output tegrastat

03-13-2025 18:52:22 RAM 10222/62841MB (lfb 4x4MB) SWAP 0/31421MB (cached 0MB) CPU [4%@2201,3%@2201,53%@2201,7%@2201,47%@2201,0%@2201,0%@2201,0%@2201,4%@1190,4%@1190,11%@1190,7%@1190] GR3D_FREQ 69% cpu@43.968C tboard@30.625C soc2@38.562C tdiode@31.75C soc0@39.687C gpu@38.093C tj@43.968C soc1@38.656C VDD_GPU_SOC 3594mW/3594mW VDD_CPU_CV 2795mW/2795mW VIN_SYS_5V0 4651mW/4651mW VDDQ_VDD2_1V8AO 1213mW/1213mW
03-13-2025 18:52:23 RAM 9689/62841MB (lfb 39x4MB) SWAP 0/31421MB (cached 0MB) CPU [4%@2201,7%@2201,0%@2201,6%@2201,77%@2201,0%@2201,3%@2201,6%@2201,22%@729,2%@729,10%@729,2%@729] GR3D_FREQ 0% cpu@43.687C tboard@30.625C soc2@38.437C tdiode@31.75C soc0@39.625C gpu@37.843C tj@43.468C soc1@38.843C VDD_GPU_SOC 3196mW/3395mW VDD_CPU_CV 2795mW/2795mW VIN_SYS_5V0 4044mW/4347mW VDDQ_VDD2_1V8AO 707mW/960mW
03-13-2025 18:52:24 RAM 9691/62841MB (lfb 39x4MB) SWAP 0/31421MB (cached 0MB) CPU [3%@2201,8%@2201,1%@2201,2%@2201,100%@2201,0%@2201,0%@2201,0%@2201,5%@729,0%@729,2%@729,13%@729] GR3D_FREQ 0% cpu@43.593C tboard@30.625C soc2@38.562C tdiode@31.75C soc0@39.593C gpu@37.843C tj@43.593C soc1@38.718C VDD_GPU_SOC 3194mW/3328mW VDD_CPU_CV 2794mW/2794mW VIN_SYS_5V0 3842mW/4179mW VDDQ_VDD2_1V8AO 606mW/842mW
03-13-2025 18:52:25 RAM 9690/62841MB (lfb 39x4MB) SWAP 0/31421MB (cached 0MB) CPU [7%@2201,8%@2201,2%@2201,5%@2201,97%@2201,0%@2201,0%@2201,0%@2201,4%@729,0%@729,2%@729,15%@729] GR3D_FREQ 6% cpu@43.843C tboard@30.625C soc2@38.593C tdiode@31.75C soc0@39.687C gpu@38.031C tj@43.843C soc1@38.718C VDD_GPU_SOC 3194mW/3294mW VDD_CPU_CV 2794mW/2794mW VIN_SYS_5V0 4145mW/4170mW VDDQ_VDD2_1V8AO 808mW/833mW
03-13-2025 18:52:26 RAM 9690/62841MB (lfb 39x4MB) SWAP 0/31421MB (cached 0MB) CPU [2%@2201,6%@2201,2%@2201,8%@2201,98%@2201,0%@2201,0%@2201,0%@2201,12%@729,3%@729,4%@729,8%@729] GR3D_FREQ 6% cpu@43.968C tboard@30.625C soc2@38.531C tdiode@31.75C soc0@39.593C gpu@38.062C tj@43.906C soc1@38.75C VDD_GPU_SOC 3594mW/3354mW VDD_CPU_CV 3193mW/2874mW VIN_SYS_5V0 4247mW/4185mW VDDQ_VDD2_1V8AO 910mW/848mW
03-13-2025 18:52:27 RAM 9700/62841MB (lfb 39x4MB) SWAP 0/31421MB (cached 0MB) CPU [3%@2201,1%@2201,2%@2201,2%@2201,100%@2201,0%@2201,2%@2201,4%@2201,10%@729,7%@729,3%@729,5%@729] GR3D_FREQ 0% cpu@43.562C tboard@30.75C soc2@38.531C tdiode@31.875C soc0@39.718C gpu@37.906C tj@43.562C soc1@38.781C VDD_GPU_SOC 3196mW/3328mW VDD_CPU_CV 2795mW/2861mW VIN_SYS_5V0 4044mW/4162mW VDDQ_VDD2_1V8AO 707mW/825mW
03-13-2025 18:52:28 RAM 9705/62841MB (lfb 39x4MB) SWAP 0/31421MB (cached 0MB) CPU [2%@2201,2%@2201,2%@2201,1%@2201,100%@2201,0%@2201,1%@2201,0%@2201,3%@729,14%@729,2%@729,3%@729] GR3D_FREQ 0% cpu@43.656C tboard@30.75C soc2@38.531C tdiode@31.75C soc0@39.562C gpu@37.75C tj@43.468C soc1@38.812C VDD_GPU_SOC 3194mW/3308mW VDD_CPU_CV 2795mW/2851mW VIN_SYS_5V0 3842mW/4116mW VDDQ_VDD2_1V8AO 606mW/793mW
03-13-2025 18:52:29 RAM 9704/62841MB (lfb 39x4MB) SWAP 0/31421MB (cached 0MB) CPU [3%@2201,0%@2201,1%@2201,1%@2201,99%@2201,0%@2201,1%@2201,0%@2201,3%@2201,12%@2201,5%@2201,7%@2201] GR3D_FREQ 10% cpu@43.843C tboard@30.75C soc2@38.5C tdiode@31.75C soc0@39.687C gpu@38.031C tj@43.843C soc1@38.718C VDD_GPU_SOC 3194mW/3294mW VDD_CPU_CV 2795mW/2844mW VIN_SYS_5V0 3943mW/4094mW VDDQ_VDD2_1V8AO 707mW/783mW
03-13-2025 18:52:30 RAM 9706/62841MB (lfb 39x4MB) SWAP 0/31421MB (cached 0MB) CPU [6%@2201,0%@2201,1%@2201,0%@2201,96%@2201,1%@2201,2%@2201,1%@2201,6%@2201,12%@2201,5%@2201,4%@2201] GR3D_FREQ 3% cpu@44.218C tboard@30.75C soc2@38.5C tdiode@31.875C soc0@39.625C gpu@37.937C tj@44.218C soc1@38.75C VDD_GPU_SOC 3595mW/3327mW VDD_CPU_CV 2795mW/2839mW VIN_SYS_5V0 4145mW/4100mW VDDQ_VDD2_1V8AO 910mW/797mW
03-13-2025 18:52:31 RAM 9733/62841MB (lfb 38x4MB) SWAP 0/31421MB (cached 0MB) CPU [21%@2201,1%@2201,1%@2201,1%@2201,79%@1036,0%@1036,4%@1036,8%@1036,5%@883,13%@883,2%@883,4%@883] GR3D_FREQ 0% cpu@42.937C tboard@30.75C soc2@38.656C tdiode@31.875C soc0@39.75C gpu@38.031C tj@43.062C soc1@38.687C VDD_GPU_SOC 3594mW/3354mW VDD_CPU_CV 2795mW/2834mW VIN_SYS_5V0 4247mW/4115mW VDDQ_VDD2_1V8AO 910mW/808mW
03-13-2025 18:52:32 RAM 9736/62841MB (lfb 38x4MB) SWAP 0/31421MB (cached 0MB) CPU [100%@2201,0%@2201,0%@2201,0%@2201,0%@729,0%@729,5%@729,3%@729,5%@729,15%@729,2%@729,3%@729] GR3D_FREQ 0% cpu@43.25C tboard@30.75C soc2@38.781C tdiode@31.875C soc0@39.687C gpu@37.875C tj@43.25C soc1@38.843C VDD_GPU_SOC 3194mW/3339mW VDD_CPU_CV 2795mW/2831mW VIN_SYS_5V0 3943mW/4099mW VDDQ_VDD2_1V8AO 606mW/790mW
03-13-2025 18:52:33 RAM 9736/62841MB (lfb 38x4MB) SWAP 0/31421MB (cached 0MB) CPU [100%@2201,0%@2201,0%@2201,0%@2201,2%@729,0%@729,5%@729,1%@729,5%@729,1%@729,16%@729,4%@729] GR3D_FREQ 0% cpu@42.906C tboard@30.75C soc2@38.75C tdiode@31.75C soc0@39.687C gpu@37.875C tj@43.093C soc1@38.718C VDD_GPU_SOC 3194mW/3327mW VDD_CPU_CV 2794mW/2827mW VIN_SYS_5V0 3842mW/4077mW VDDQ_VDD2_1V8AO 606mW/774mW
03-13-2025 18:52:34 RAM 9729/62841MB (lfb 39x4MB) SWAP 0/31421MB (cached 0MB) CPU [97%@2201,1%@2201,0%@2201,0%@2201,7%@729,4%@729,3%@729,0%@729,11%@729,1%@729,5%@729,4%@729] GR3D_FREQ 9% cpu@42.968C tboard@30.75C soc2@38.843C tdiode@31.875C soc0@39.718C gpu@38.125C tj@42.968C soc1@38.718C VDD_GPU_SOC 3594mW/3348mW VDD_CPU_CV 2794mW/2825mW VIN_SYS_5V0 4145mW/4083mW VDDQ_VDD2_1V8AO 910mW/785mW
03-13-2025 18:52:35 RAM 9823/62841MB (lfb 38x4MB) SWAP 0/31421MB (cached 0MB) CPU [98%@2201,0%@2201,0%@2201,0%@2201,1%@729,0%@729,4%@729,3%@729,2%@729,10%@729,7%@729,11%@729] GR3D_FREQ 0% cpu@43.093C tboard@30.75C soc2@38.718C tdiode@31.875C soc0@39.718C gpu@37.906C tj@43.093C soc1@38.781C VDD_GPU_SOC 3595mW/3365mW VDD_CPU_CV 2795mW/2823mW VIN_SYS_5V0 4247mW/4094mW VDDQ_VDD2_1V8AO 910mW/794mW
03-13-2025 18:52:36 RAM 9924/62841MB (lfb 38x4MB) SWAP 0/31421MB (cached 0MB) CPU [37%@2201,18%@2201,15%@2201,9%@2201,16%@2201,28%@2201,11%@2201,39%@2201,17%@729,13%@729,24%@729,23%@729] GR3D_FREQ 98% cpu@44.281C tboard@30.75C soc2@39.625C tdiode@31.875C soc0@40.375C gpu@41.843C tj@44.5C soc1@39.031C VDD_GPU_SOC 15562mW/4178mW VDD_CPU_CV 3589mW/2874mW VIN_SYS_5V0 6684mW/4267mW VDDQ_VDD2_1V8AO 2831mW/929mW
03-13-2025 18:52:37 RAM 10110/62841MB (lfb 10x4MB) SWAP 0/31421MB (cached 0MB) CPU [33%@2201,27%@2201,22%@2201,26%@2201,38%@729,68%@729,33%@729,22%@729,25%@2201,22%@2201,24%@2201,30%@2201] GR3D_FREQ 99% cpu@44.437C tboard@30.75C soc2@39.843C tdiode@33.25C soc0@40.5C gpu@42.312C tj@44.437C soc1@39.062C VDD_GPU_SOC 19169mW/5115mW VDD_CPU_CV 4391mW/2969mW VIN_SYS_5V0 7292mW/4456mW VDDQ_VDD2_1V8AO 2932mW/1054mW
03-13-2025 18:52:38 RAM 10118/62841MB (lfb 10x4MB) SWAP 0/31421MB (cached 0MB) CPU [48%@2201,52%@2201,60%@2201,36%@2201,46%@729,47%@729,42%@729,40%@729,45%@2201,49%@2201,40%@2201,70%@2201] GR3D_FREQ 99% cpu@45.781C tboard@30.75C soc2@41.093C tdiode@35.125C soc0@41.687C gpu@45.531C tj@45.812C soc1@39.468C VDD_GPU_SOC 40335mW/7187mW VDD_CPU_CV 5990mW/3146mW VIN_SYS_5V0 9535mW/4755mW VDDQ_VDD2_1V8AO 4348mW/1248mW
03-13-2025 18:52:39 RAM 10105/62841MB (lfb 11x4MB) SWAP 0/31421MB (cached 0MB) CPU [50%@2201,53%@2201,71%@2201,56%@2201,52%@2201,49%@2201,53%@2201,47%@2201,89%@1036,52%@1036,46%@1036,55%@1036] GR3D_FREQ 85% cpu@46.937C tboard@30.875C soc2@41.5C tdiode@35.75C soc0@41.968C gpu@45.562C tj@46.843C soc1@39.812C VDD_GPU_SOC 39552mW/8985mW VDD_CPU_CV 6392mW/3327mW VIN_SYS_5V0 9535mW/5020mW VDDQ_VDD2_1V8AO 4348mW/1420mW
03-13-2025 18:52:40 RAM 10122/62841MB (lfb 10x4MB) SWAP 0/31421MB (cached 0MB) CPU [43%@2201,46%@2201,63%@2201,62%@2201,45%@1036,74%@1036,40%@1036,45%@1036,70%@2201,47%@2201,44%@2201,43%@2201] GR3D_FREQ 99% cpu@46.718C tboard@31C soc2@41.812C tdiode@35.875C soc0@42.281C gpu@46.437C tj@46.812C soc1@40.312C VDD_GPU_SOC 40335mW/10635mW VDD_CPU_CV 6392mW/3488mW VIN_SYS_5V0 9535mW/5258mW VDDQ_VDD2_1V8AO 4348mW/1574mW
03-13-2025 18:52:41 RAM 10101/62841MB (lfb 16x4MB) SWAP 0/31421MB (cached 0MB) CPU [42%@2201,42%@2201,39%@2201,51%@2201,41%@2201,55%@2201,57%@2188,47%@2188,45%@2201,58%@2201,62%@2201,40%@2201] GR3D_FREQ 99% cpu@47.25C tboard@31.125C soc2@42.218C tdiode@36.5C soc0@42.625C gpu@47.281C tj@47.531C soc1@40.343C VDD_GPU_SOC 40734mW/12140mW VDD_CPU_CV 6389mW/3633mW VIN_SYS_5V0 9332mW/5462mW VDDQ_VDD2_1V8AO 4145mW/1703mW
03-13-2025 18:52:42 RAM 10156/62841MB (lfb 11x4MB) SWAP 0/31421MB (cached 0MB) CPU [42%@2201,48%@2201,47%@2201,49%@2201,35%@2201,71%@2201,39%@2201,41%@2201,33%@2201,57%@2201,56%@2201,41%@2201] GR3D_FREQ 95% cpu@47.687C tboard@31.375C soc2@42.562C tdiode@37C soc0@42.906C gpu@45.875C tj@48.062C soc1@40.593C VDD_GPU_SOC 41550mW/13540mW VDD_CPU_CV 6389mW/3764mW VIN_SYS_5V0 9433mW/5651mW VDDQ_VDD2_1V8AO 4247mW/1824mW
03-13-2025 18:52:43 RAM 10096/62841MB (lfb 18x4MB) SWAP 0/31421MB (cached 0MB) CPU [40%@729,62%@729,55%@2201,41%@2201,37%@2201,50%@2201,47%@2201,67%@2201,44%@2201,47%@2201,55%@2201,41%@2201] GR3D_FREQ 99% cpu@47.781C tboard@31.5C soc2@42.687C tdiode@37.125C soc0@43.312C gpu@48.281C tj@48.281C soc1@40.937C VDD_GPU_SOC 41932mW/14831mW VDD_CPU_CV 5990mW/3865mW VIN_SYS_5V0 9535mW/5827mW VDDQ_VDD2_1V8AO 4247mW/1934mW
03-13-2025 18:52:44 RAM 10117/62841MB (lfb 15x4MB) SWAP 0/31421MB (cached 0MB) CPU [43%@1958,67%@1958,42%@1958,45%@1958,53%@960,49%@960,47%@960,55%@960,42%@2201,65%@2201,50%@2201,60%@2201] GR3D_FREQ 99% cpu@47.75C tboard@31.625C soc2@43C tdiode@37C soc0@43.531C gpu@48.718C tj@48.718C soc1@41.343C VDD_GPU_SOC 42332mW/16027mW VDD_CPU_CV 6389mW/3975mW VIN_SYS_5V0 9535mW/5988mW VDDQ_VDD2_1V8AO 4247mW/2035mW
03-13-2025 18:52:45 RAM 10150/62841MB (lfb 10x4MB) SWAP 0/31421MB (cached 0MB) CPU [44%@2201,42%@2201,41%@2201,71%@2201,43%@1420,41%@1420,52%@1420,50%@1420,47%@1420,41%@1420,42%@1420,46%@1420] GR3D_FREQ 99% cpu@48.687C tboard@31.875C soc2@43.125C tdiode@37.875C soc0@43.531C gpu@48.406C tj@48.687C soc1@41.312C VDD_GPU_SOC 40734mW/17056mW VDD_CPU_CV 5990mW/4059mW VIN_SYS_5V0 9231mW/6123mW VDDQ_VDD2_1V8AO 4044mW/2118mW
03-13-2025 18:52:46 RAM 10127/62841MB (lfb 16x4MB) SWAP 0/31421MB (cached 0MB) CPU [51%@1651,48%@1651,51%@1651,34%@1651,31%@2201,54%@2201,53%@2201,31%@2201,38%@1190,40%@1190,29%@1190,31%@1190] GR3D_FREQ 99% cpu@48.562C tboard@32C soc2@43.437C tdiode@38.125C soc0@44C gpu@49.281C tj@49.281C soc1@41.625C VDD_GPU_SOC 42731mW/18083mW VDD_CPU_CV 5591mW/4120mW VIN_SYS_5V0 9332mW/6252mW VDDQ_VDD2_1V8AO 4145mW/2199mW
03-13-2025 18:52:47 RAM 10105/62841MB (lfb 16x4MB) SWAP 0/31421MB (cached 0MB) CPU [59%@2201,32%@2201,37%@2201,63%@2201,38%@1574,39%@1574,38%@1574,35%@1574,51%@2201,64%@2201,53%@2201,36%@2201] GR3D_FREQ 99% cpu@48.312C tboard@32.25C soc2@43.625C tdiode@37.25C soc0@44.187C gpu@49.406C tj@49.406C soc1@41.875C VDD_GPU_SOC 41134mW/18970mW VDD_CPU_CV 5591mW/4177mW VIN_SYS_5V0 9129mW/6362mW VDDQ_VDD2_1V8AO 4044mW/2270mW
03-13-2025 18:52:48 RAM 10151/62841MB (lfb 10x4MB) SWAP 0/31421MB (cached 0MB) CPU [50%@2201,38%@2201,63%@2201,34%@2201,34%@2201,56%@2201,33%@2201,30%@2201,50%@2201,36%@2201,33%@2201,46%@2201] GR3D_FREQ 99% cpu@49.187C tboard@32.375C soc2@43.593C tdiode@37.375C soc0@44.062C gpu@48.562C tj@49.187C soc1@41.875C VDD_GPU_SOC 39137mW/19717mW VDD_CPU_CV 5990mW/4244mW VIN_SYS_5V0 9028mW/6461mW VDDQ_VDD2_1V8AO 3943mW/2332mW
03-13-2025 18:52:49 RAM 10099/62841MB (lfb 15x4MB) SWAP 0/31421MB (cached 0MB) CPU [34%@2201,46%@2201,53%@2201,33%@2201,46%@2112,31%@2112,30%@2112,42%@2112,33%@1958,34%@1958,54%@1958,36%@1958] GR3D_FREQ 99% cpu@48.718C tboard@32.5C soc2@43.531C tdiode@37.75C soc0@44.218C gpu@48.937C tj@48.937C soc1@42.031C VDD_GPU_SOC 37539mW/20353mW VDD_CPU_CV 5191mW/4278mW VIN_SYS_5V0 8723mW/6542mW VDDQ_VDD2_1V8AO 3741mW/2383mW
03-13-2025 18:52:50 RAM 10167/62841MB (lfb 6x4MB) SWAP 0/31421MB (cached 0MB) CPU [31%@1267,30%@1267,41%@1267,49%@1267,36%@1728,33%@1728,35%@1728,32%@1728,48%@2201,49%@2201,51%@2201,52%@2201] GR3D_FREQ 55% cpu@48.781C tboard@32.75C soc2@43.531C tdiode@38C soc0@44.375C gpu@47.812C tj@48.781C soc1@42.062C VDD_GPU_SOC 37155mW/20932mW VDD_CPU_CV 5193mW/4309mW VIN_SYS_5V0 8723mW/6617mW VDDQ_VDD2_1V8AO 3741mW/2429mW
03-13-2025 18:52:51 RAM 10161/62841MB (lfb 9x4MB) SWAP 0/31421MB (cached 0MB) CPU [34%@2201,56%@2201,68%@2201,34%@2201,40%@2188,34%@2188,55%@2188,47%@2188,40%@1728,46%@1728,50%@1728,41%@1728] GR3D_FREQ 99% cpu@49.625C tboard@32.875C soc2@44.156C tdiode@38.75C soc0@44.656C gpu@49.468C tj@49.625C soc1@42.312C VDD_GPU_SOC 41134mW/21606mW VDD_CPU_CV 5988mW/4365mW VIN_SYS_5V0 9332mW/6708mW VDDQ_VDD2_1V8AO 4145mW/2487mW
03-13-2025 18:52:52 RAM 10121/62841MB (lfb 12x4MB) SWAP 0/31421MB (cached 0MB) CPU [62%@1804,57%@1804,61%@1804,34%@1804,44%@2201,43%@2201,44%@2201,43%@2201,51%@2201,56%@2201,58%@2201,42%@2201] GR3D_FREQ 99% cpu@49.468C tboard@33C soc2@44.25C tdiode@38.625C soc0@44.937C gpu@49.968C tj@49.968C soc1@42.656C VDD_GPU_SOC 42731mW/22287mW VDD_CPU_CV 6389mW/4430mW VIN_SYS_5V0 9535mW/6799mW VDDQ_VDD2_1V8AO 4247mW/2543mW
03-13-2025 18:52:53 RAM 10171/62841MB (lfb 7x4MB) SWAP 0/31421MB (cached 0MB) CPU [44%@2201,47%@2201,51%@2201,60%@2201,41%@2201,58%@2201,45%@2201,35%@2201,55%@960,34%@1036,55%@1036,31%@1036] GR3D_FREQ 53% cpu@49.968C tboard@33.125C soc2@44.406C tdiode@38.875C soc0@45.093C gpu@49.5C tj@49.968C soc1@42.625C VDD_GPU_SOC 41949mW/22902mW VDD_CPU_CV 5992mW/4479mW VIN_SYS_5V0 9332mW/6878mW VDDQ_VDD2_1V8AO 4145mW/2593mW
03-13-2025 18:52:54 RAM 10147/62841MB (lfb 11x4MB) SWAP 0/31421MB (cached 0MB) CPU [43%@1190,35%@1190,35%@1190,45%@1190,42%@1728,41%@1728,56%@1728,41%@1728,67%@2201,43%@2201,57%@2201,60%@2201] GR3D_FREQ 99% cpu@50C tboard@33.25C soc2@44.593C tdiode@39.125C soc0@45.218C gpu@50.031C tj@50.031C soc1@42.781C VDD_GPU_SOC 42332mW/23490mW VDD_CPU_CV 5990mW/4525mW VIN_SYS_5V0 9433mW/6955mW VDDQ_VDD2_1V8AO 4247mW/2643mW
03-13-2025 18:52:55 RAM 10157/62841MB (lfb 8x4MB) SWAP 0/31421MB (cached 0MB) CPU [42%@2201,62%@2201,53%@2201,44%@2201,49%@2201,47%@2201,64%@2201,53%@2201,56%@1113,39%@1113,50%@1113,43%@1113] GR3D_FREQ 99% cpu@50.281C tboard@33.5C soc2@44.812C tdiode@39.625C soc0@45.531C gpu@49.656C tj@50.281C soc1@42.906C VDD_GPU_SOC 43130mW/24068mW VDD_CPU_CV 5990mW/4568mW VIN_SYS_5V0 9433mW/7028mW VDDQ_VDD2_1V8AO 4247mW/2691mW
03-13-2025 18:52:56 RAM 10109/62841MB (lfb 16x4MB) SWAP 0/31421MB (cached 0MB) CPU [35%@2201,68%@2201,44%@2201,31%@2201,57%@729,63%@729,42%@729,29%@729,38%@2201,35%@2201,33%@2201,34%@2201] GR3D_FREQ 99% cpu@49.531C tboard@33.625C soc2@44.687C tdiode@38.875C soc0@45.437C gpu@50.906C tj@50.906C soc1@43.218C VDD_GPU_SOC 38737mW/24487mW VDD_CPU_CV 5189mW/4586mW VIN_SYS_5V0 8825mW/7079mW VDDQ_VDD2_1V8AO 3741mW/2721mW
03-13-2025 18:52:57 RAM 10104/62841MB (lfb 14x4MB) SWAP 0/31421MB (cached 0MB) CPU [38%@2201,42%@2201,54%@2201,55%@2201,33%@960,51%@960,27%@960,32%@960,33%@2201,42%@2201,30%@2201,32%@2201] GR3D_FREQ 99% cpu@49.531C tboard@33.75C soc2@44.656C tdiode@39.5C soc0@45.593C gpu@50.593C tj@50.593C soc1@43.343C VDD_GPU_SOC 37140mW/24839mW VDD_CPU_CV 4792mW/4591mW VIN_SYS_5V0 8622mW/7122mW VDDQ_VDD2_1V8AO 3640mW/2746mW
03-13-2025 18:52:58 RAM 10109/62841MB (lfb 15x4MB) SWAP 0/31421MB (cached 0MB) CPU [41%@2201,38%@2201,41%@2201,40%@2201,31%@1344,42%@1344,33%@1344,50%@1344,37%@1958,42%@1958,34%@1958,48%@1958] GR3D_FREQ 99% cpu@49.812C tboard@33.875C soc2@44.875C tdiode@39.375C soc0@45.75C gpu@50.468C tj@50.468C soc1@43.25C VDD_GPU_SOC 38338mW/25203mW VDD_CPU_CV 4792mW/4597mW VIN_SYS_5V0 8825mW/7168mW VDDQ_VDD2_1V8AO 3741mW/2773mW
03-13-2025 18:52:59 RAM 10145/62841MB (lfb 12x4MB) SWAP 0/31421MB (cached 0MB) CPU [42%@729,43%@729,46%@729,40%@729,33%@1728,34%@1728,44%@1728,45%@1728,37%@806,38%@806,32%@806,39%@806] GR3D_FREQ 99% cpu@49.875C tboard@34C soc2@44.625C tdiode@39C soc0@45.468C gpu@50C tj@50C soc1@43.406C VDD_GPU_SOC 36341mW/25496mW VDD_CPU_CV 4392mW/4591mW VIN_SYS_5V0 8622mW/7207mW VDDQ_VDD2_1V8AO 3640mW/2796mW
03-13-2025 18:53:00 RAM 10132/62841MB (lfb 13x4MB) SWAP 0/31421MB (cached 0MB) CPU [34%@2201,35%@2201,41%@2201,45%@2201,41%@883,27%@883,39%@883,47%@883,40%@2201,35%@2201,37%@2201,48%@2201] GR3D_FREQ 44% cpu@49.875C tboard@34.125C soc2@44.843C tdiode@39.125C soc0@45.718C gpu@49.5C tj@49.875C soc1@43.437C VDD_GPU_SOC 37155mW/25795mW VDD_CPU_CV 4792mW/4597mW VIN_SYS_5V0 8622mW/7243mW VDDQ_VDD2_1V8AO 3741mW/2820mW
03-13-2025 18:53:01 RAM 10100/62841MB (lfb 15x4MB) SWAP 0/31421MB (cached 0MB) CPU [33%@1958,34%@1958,34%@1958,74%@1958,49%@1497,32%@1497,33%@1497,30%@1497,52%@806,33%@806,26%@806,39%@806] GR3D_FREQ 97% cpu@49.781C tboard@34.25C soc2@44.937C tdiode@40C soc0@45.812C gpu@48.625C tj@49.781C soc1@43.593C VDD_GPU_SOC 38353mW/26109mW VDD_CPU_CV 4392mW/4591mW VIN_SYS_5V0 8723mW/7280mW VDDQ_VDD2_1V8AO 3640mW/2841mW
03-13-2025 18:53:02 RAM 10143/62841MB (lfb 9x4MB) SWAP 0/31421MB (cached 0MB) CPU [32%@2201,42%@2201,70%@2201,46%@2201,35%@2201,44%@2201,39%@2201,41%@2201,53%@960,39%@960,45%@960,28%@960] GR3D_FREQ 78% cpu@50.968C tboard@34.25C soc2@45.25C tdiode@39.875C soc0@46C gpu@48.062C tj@50.968C soc1@43.875C VDD_GPU_SOC 38753mW/26418mW VDD_CPU_CV 5593mW/4616mW VIN_SYS_5V0 8926mW/7320mW VDDQ_VDD2_1V8AO 3842mW/2865mW
03-13-2025 18:53:03 RAM 10166/62841MB (lfb 7x4MB) SWAP 0/31421MB (cached 0MB) CPU [45%@1881,40%@1881,43%@1881,39%@1881,35%@2201,50%@2201,55%@2201,65%@2201,34%@1267,43%@1267,45%@1267,37%@1267] GR3D_FREQ 99% cpu@51.062C tboard@34.375C soc2@45.406C tdiode@40.25C soc0@46.281C gpu@51.093C tj@51.093C soc1@43.718C VDD_GPU_SOC 38737mW/26711mW VDD_CPU_CV 5591mW/4639mW VIN_SYS_5V0 9028mW/7361mW VDDQ_VDD2_1V8AO 3943mW/2891mW
03-13-2025 18:53:04 RAM 10155/62841MB (lfb 11x4MB) SWAP 0/31421MB (cached 0MB) CPU [55%@2201,30%@2201,43%@2201,38%@2201,32%@1728,32%@1728,46%@1728,40%@1728,38%@1267,70%@1267,35%@1267,39%@1267] GR3D_FREQ 53% cpu@50.843C tboard@34.5C soc2@45.5C tdiode@39.875C soc0@46.25C gpu@48.468C tj@50.843C soc1@43.968C VDD_GPU_SOC 40351mW/27028mW VDD_CPU_CV 5593mW/4661mW VIN_SYS_5V0 9129mW/7402mW VDDQ_VDD2_1V8AO 3943mW/2915mW
03-13-2025 18:53:05 RAM 10123/62841MB (lfb 16x4MB) SWAP 0/31421MB (cached 0MB) CPU [48%@2201,45%@2201,32%@2201,46%@2201,55%@2201,47%@2201,28%@2201,50%@2201,36%@1728,45%@1728,51%@1728,43%@1728] GR3D_FREQ 99% cpu@50.781C tboard@34.625C soc2@45.906C tdiode@40.5C soc0@46.593C gpu@50.031C tj@50.781C soc1@44.093C VDD_GPU_SOC 41150mW/27349mW VDD_CPU_CV 5593mW/4682mW VIN_SYS_5V0 9231mW/7443mW VDDQ_VDD2_1V8AO 4044mW/2941mW
03-13-2025 18:53:06 RAM 10108/62841MB (lfb 12x4MB) SWAP 0/31421MB (cached 0MB) CPU [38%@729,42%@729,65%@729,42%@729,43%@1651,38%@1651,33%@1651,38%@1651,48%@2201,40%@2201,65%@2201,50%@2201] GR3D_FREQ 96% cpu@51.312C tboard@34.75C soc2@45.75C tdiode@40.375C soc0@46.531C gpu@49.281C tj@51.312C soc1@44.281C VDD_GPU_SOC 39952mW/27629mW VDD_CPU_CV 5593mW/4703mW VIN_SYS_5V0 9129mW/7481mW VDDQ_VDD2_1V8AO 3943mW/2963mW
03-13-2025 18:53:07 RAM 10098/62841MB (lfb 16x4MB) SWAP 0/31421MB (cached 0MB) CPU [58%@2201,50%@2201,30%@2201,46%@2201,47%@2035,75%@2035,35%@2035,32%@2035,50%@2201,51%@2201,37%@2201,41%@2201] GR3D_FREQ 99% cpu@51.531C tboard@34.875C soc2@46.25C tdiode@40.75C soc0@46.718C gpu@52C tj@52C soc1@44.468C VDD_GPU_SOC 41134mW/27923mW VDD_CPU_CV 6389mW/4739mW VIN_SYS_5V0 9332mW/7521mW VDDQ_VDD2_1V8AO 4145mW/2989mW
03-13-2025 18:53:08 RAM 10096/62841MB (lfb 20x4MB) SWAP 0/31421MB (cached 0MB) CPU [42%@2201,73%@2201,69%@2201,45%@2201,41%@1267,36%@1267,54%@1267,42%@1267,44%@2201,47%@2201,55%@2201,50%@2201] GR3D_FREQ 99% cpu@51.656C tboard@35C soc2@46.375C tdiode@40.625C soc0@47C gpu@52.093C tj@52.093C soc1@44.531C VDD_GPU_SOC 42332mW/28229mW VDD_CPU_CV 6791mW/4783mW VIN_SYS_5V0 9535mW/7564mW VDDQ_VDD2_1V8AO 4247mW/3015mW
03-13-2025 18:53:09 RAM 10145/62841MB (lfb 12x4MB) SWAP 0/31421MB (cached 0MB) CPU [37%@2201,52%@2201,64%@2201,70%@2201,43%@1651,44%@1651,48%@1651,44%@1651,38%@2201,66%@2201,57%@2201,48%@2201] GR3D_FREQ 99% cpu@52.531C tboard@35.125C soc2@46.406C tdiode@41C soc0@47.093C gpu@51.968C tj@52.531C soc1@44.656C VDD_GPU_SOC 41134mW/28498mW VDD_CPU_CV 6392mW/4816mW VIN_SYS_5V0 9433mW/7603mW VDDQ_VDD2_1V8AO 4145mW/3039mW
03-13-2025 18:53:10 RAM 10175/62841MB (lfb 6x4MB) SWAP 0/31421MB (cached 0MB) CPU [34%@2201,52%@2201,72%@2201,30%@2201,38%@2201,33%@2201,30%@2201,70%@2201,43%@2201,43%@2201,40%@2201,46%@2201] GR3D_FREQ 99% cpu@52.062C tboard@35.25C soc2@46.375C tdiode@41.25C soc0@47.031C gpu@51.562C tj@52.062C soc1@44.968C VDD_GPU_SOC 39152mW/28716mW VDD_CPU_CV 6389mW/4849mW VIN_SYS_5V0 9129mW/7634mW VDDQ_VDD2_1V8AO 3943mW/3057mW
03-13-2025 18:53:11 RAM 10104/62841MB (lfb 15x4MB) SWAP 0/31421MB (cached 0MB) CPU [39%@1190,48%@1190,44%@1190,34%@1190,32%@2201,37%@2201,45%@2201,62%@2201,39%@1113,68%@1113,41%@1113,35%@1113] GR3D_FREQ 99% cpu@51.593C tboard@35.375C soc2@46.687C tdiode@41.25C soc0@47.468C gpu@53.125C tj@53.125C soc1@44.906C VDD_GPU_SOC 41134mW/28964mW VDD_CPU_CV 5990mW/4871mW VIN_SYS_5V0 9231mW/7666mW VDDQ_VDD2_1V8AO 4044mW/3077mW
03-13-2025 18:53:12 RAM 10144/62841MB (lfb 11x4MB) SWAP 0/31421MB (cached 0MB) CPU [53%@2201,45%@2201,81%@2201,38%@2201,38%@2201,46%@2201,38%@2201,49%@2201,41%@1420,36%@1420,44%@1420,37%@1420] GR3D_FREQ 99% cpu@52.468C tboard@35.5C soc2@46.656C tdiode@40.75C soc0@47.343C gpu@52.312C tj@52.468C soc1@44.968C VDD_GPU_SOC 40734mW/29195mW VDD_CPU_CV 5990mW/4893mW VIN_SYS_5V0 9332mW/7698mW VDDQ_VDD2_1V8AO 4145mW/3098mW
03-13-2025 18:53:13 RAM 10155/62841MB (lfb 9x4MB) SWAP 0/31421MB (cached 0MB) CPU [51%@2201,41%@2201,39%@2201,47%@2201,43%@1497,38%@1497,38%@1497,53%@1497,44%@1344,72%@1344,49%@1344,47%@1344] GR3D_FREQ 99% cpu@52.343C tboard@35.625C soc2@46.875C tdiode@41.375C soc0@47.625C gpu@52.5C tj@52.5C soc1@45.093C VDD_GPU_SOC 39536mW/29394mW VDD_CPU_CV 6387mW/4922mW VIN_SYS_5V0 9129mW/7726mW VDDQ_VDD2_1V8AO 4044mW/3116mW
03-13-2025 18:53:14 RAM 10150/62841MB (lfb 11x4MB) SWAP 0/31421MB (cached 0MB) CPU [36%@2201,65%@2201,31%@2201,43%@2201,41%@1420,50%@1420,47%@1420,44%@1420,40%@960,34%@960,45%@960,42%@960] GR3D_FREQ 99% cpu@52.562C tboard@35.75C soc2@47.031C tdiode@41.5C soc0@47.625C gpu@52.625C tj@52.625C soc1@45.281C VDD_GPU_SOC 40335mW/29600mW VDD_CPU_CV 5988mW/4942mW VIN_SYS_5V0 9231mW/7754mW VDDQ_VDD2_1V8AO 4044mW/3134mW
03-13-2025 18:53:15 RAM 10131/62841MB (lfb 13x4MB) SWAP 0/31421MB (cached 0MB) CPU [42%@729,35%@729,34%@729,54%@729,39%@2112,44%@2112,36%@2112,53%@2112,55%@1881,51%@1881,57%@1881,49%@1881] GR3D_FREQ 99% cpu@52.468C tboard@35.75C soc2@47.031C tdiode@41.5C soc0@47.937C gpu@53.093C tj@53.093C soc1@45.343C VDD_GPU_SOC 41932mW/29828mW VDD_CPU_CV 5591mW/4954mW VIN_SYS_5V0 9433mW/7785mW VDDQ_VDD2_1V8AO 4145mW/3152mW
03-13-2025 18:53:16 RAM 10177/62841MB (lfb 5x4MB) SWAP 0/31421MB (cached 0MB) CPU [44%@2201,45%@2201,34%@2201,37%@2201,40%@2112,50%@2112,37%@2112,54%@2112,70%@2201,67%@2201,65%@2201,58%@2201] GR3D_FREQ 95% cpu@53.5C tboard@35.875C soc2@47.25C tdiode@41.625C soc0@47.781C gpu@50.656C tj@53.5C soc1@45.625C VDD_GPU_SOC 41949mW/30049mW VDD_CPU_CV 6394mW/4980mW VIN_SYS_5V0 9433mW/7815mW VDDQ_VDD2_1V8AO 4145mW/3170mW
03-13-2025 18:53:17 RAM 10170/62841MB (lfb 6x4MB) SWAP 0/31421MB (cached 0MB) CPU [43%@2201,58%@2201,54%@2201,40%@2201,40%@2201,45%@2201,47%@2201,52%@2201,56%@2201,42%@2201,75%@2201,50%@2201] GR3D_FREQ 99% cpu@53.125C tboard@36C soc2@47.5C tdiode@42C soc0@48.093C gpu@53.343C tj@53.343C soc1@45.656C VDD_GPU_SOC 42332mW/30268mW VDD_CPU_CV 6789mW/5013mW VIN_SYS_5V0 9636mW/7848mW VDDQ_VDD2_1V8AO 4348mW/3191mW
03-13-2025 18:53:18 RAM 10176/62841MB (lfb 5x4MB) SWAP 0/31421MB (cached 0MB) CPU [50%@2201,42%@2201,54%@2201,50%@2201,43%@729,48%@729,43%@729,48%@729,62%@2201,44%@2201,57%@2201,75%@2201] GR3D_FREQ 99% cpu@53.031C tboard@36.125C soc2@47.656C tdiode@41.875C soc0@48C gpu@53.062C tj@52.906C soc1@45.75C VDD_GPU_SOC 40734mW/30452mW VDD_CPU_CV 6789mW/5044mW VIN_SYS_5V0 9535mW/7877mW VDDQ_VDD2_1V8AO 4348mW/3212mW
03-13-2025 18:53:19 RAM 10135/62841MB (lfb 10x4MB) SWAP 0/31421MB (cached 0MB) CPU [42%@2201,56%@2201,79%@2201,55%@2201,52%@2201,47%@2201,43%@2201,48%@2201,51%@2201,43%@2201,52%@2201,57%@2201] GR3D_FREQ 99% cpu@53.656C tboard@36.25C soc2@47.593C tdiode@41.875C soc0@48.125C gpu@53.406C tj@53.656C soc1@45.906C VDD_GPU_SOC 40335mW/30622mW VDD_CPU_CV 7188mW/5081mW VIN_SYS_5V0 9535mW/7906mW VDDQ_VDD2_1V8AO 4247mW/3230mW
03-13-2025 18:53:20 RAM 10113/62841MB (lfb 14x4MB) SWAP 0/31421MB (cached 0MB) CPU [43%@2201,46%@2201,36%@2201,34%@2201,44%@2201,69%@2201,45%@2201,40%@2201,69%@2201,64%@2201,37%@2201,48%@2201] GR3D_FREQ 99% cpu@53.343C tboard@36.375C soc2@47.843C tdiode@42.25C soc0@48.406C gpu@53.625C tj@53.625C soc1@45.937C VDD_GPU_SOC 41533mW/30807mW VDD_CPU_CV 6789mW/5110mW VIN_SYS_5V0 9535mW/7934mW VDDQ_VDD2_1V8AO 4247mW/3247mW
03-13-2025 18:53:21 RAM 10116/62841MB (lfb 18x4MB) SWAP 0/31421MB (cached 0MB) CPU [41%@806,40%@806,46%@806,56%@806,48%@1881,58%@1881,35%@1881,39%@1881,34%@2201,61%@2201,68%@2201,31%@2201] GR3D_FREQ 99% cpu@53.406C tboard@36.5C soc2@47.875C tdiode@42.5C soc0@48.5C gpu@54.093C tj@54.093C soc1@46.062C VDD_GPU_SOC 41533mW/30986mW VDD_CPU_CV 6389mW/5131mW VIN_SYS_5V0 9332mW/7957mW VDDQ_VDD2_1V8AO 4145mW/3262mW
03-13-2025 18:53:22 RAM 10171/62841MB (lfb 7x4MB) SWAP 0/31421MB (cached 0MB) CPU [40%@2201,61%@2201,52%@2201,42%@2201,37%@883,51%@883,31%@883,34%@883,28%@2188,42%@2188,65%@2188,29%@2188] GR3D_FREQ 99% cpu@53C tboard@36.625C soc2@47.843C tdiode@42.625C soc0@48.531C gpu@52.687C tj@53C soc1@46.312C VDD_GPU_SOC 41150mW/31152mW VDD_CPU_CV 5990mW/5145mW VIN_SYS_5V0 9129mW/7976mW VDDQ_VDD2_1V8AO 4044mW/3275mW
03-13-2025 18:53:23 RAM 10169/62841MB (lfb 10x4MB) SWAP 0/31421MB (cached 0MB) CPU [39%@1420,35%@1420,35%@1420,42%@1420,61%@1958,58%@1958,50%@1958,47%@1958,38%@2188,29%@2188,64%@2188,32%@2188] GR3D_FREQ 75% cpu@53.593C tboard@36.625C soc2@47.937C tdiode@42.25C soc0@48.718C gpu@53.5C tj@54.093C soc1@46.187C VDD_GPU_SOC 40351mW/31301mW VDD_CPU_CV 5990mW/5159mW VIN_SYS_5V0 9231mW/7996mW VDDQ_VDD2_1V8AO 4044mW/3287mW
03-13-2025 18:53:24 RAM 10110/62841MB (lfb 17x4MB) SWAP 0/31421MB (cached 0MB) CPU [58%@2201,37%@2201,47%@2201,54%@2201,39%@1420,64%@1420,45%@1420,53%@1420,41%@1881,52%@1881,39%@1881,42%@1881] GR3D_FREQ 99% cpu@53.687C tboard@36.75C soc2@48.218C tdiode@42.625C soc0@48.718C gpu@53.437C tj@53.687C soc1@46.5C VDD_GPU_SOC 41949mW/31470mW VDD_CPU_CV 6392mW/5178mW VIN_SYS_5V0 9433mW/8019mW VDDQ_VDD2_1V8AO 4247mW/3302mW
03-13-2025 18:53:25 RAM 10176/62841MB (lfb 8x4MB) SWAP 0/31421MB (cached 0MB) CPU [72%@2201,49%@2201,59%@2201,37%@2201,50%@2201,51%@2201,37%@2201,51%@2201,44%@806,43%@806,43%@806,55%@806] GR3D_FREQ 99% cpu@53.906C tboard@36.875C soc2@48.625C tdiode@42.75C soc0@49.062C gpu@54.437C tj@54.437C soc1@46.5C VDD_GPU_SOC 45145mW/31683mW VDD_CPU_CV 6392mW/5197mW VIN_SYS_5V0 9839mW/8048mW VDDQ_VDD2_1V8AO 4449mW/3320mW
03-13-2025 18:53:26 RAM 10157/62841MB (lfb 9x4MB) SWAP 0/31421MB (cached 0MB) CPU [44%@1804,58%@1804,35%@1804,46%@1804,48%@2201,42%@2201,47%@2201,74%@2201,43%@1574,52%@1574,53%@1574,58%@1574] GR3D_FREQ 99% cpu@54.843C tboard@37C soc2@48.531C tdiode@43C soc0@48.968C gpu@53.968C tj@54.843C soc1@46.625C VDD_GPU_SOC 43947mW/31872mW VDD_CPU_CV 6392mW/5216mW VIN_SYS_5V0 9738mW/8074mW VDDQ_VDD2_1V8AO 4348mW/3336mW
03-13-2025 18:53:27 RAM 10110/62841MB (lfb 18x4MB) SWAP 0/31421MB (cached 0MB) CPU [45%@960,51%@960,42%@960,45%@960,65%@2201,46%@2201,51%@2201,92%@2201,49%@1190,43%@1190,45%@1190,46%@1190] GR3D_FREQ 99% cpu@54.25C tboard@37.125C soc2@48.625C tdiode@43.125C soc0@49.125C gpu@53.343C tj@54.593C soc1@47C VDD_GPU_SOC 43148mW/32043mW VDD_CPU_CV 6791mW/5239mW VIN_SYS_5V0 9738mW/8099mW VDDQ_VDD2_1V8AO 4348mW/3351mW
03-13-2025 18:53:28 RAM 10203/62841MB (lfb 3x4MB) SWAP 0/31421MB (cached 0MB) CPU [56%@2201,39%@2201,52%@2201,51%@2201,44%@2112,40%@2112,64%@2112,44%@2112,59%@883,56%@883,50%@883,57%@883] GR3D_FREQ 71% cpu@54.656C tboard@37.25C soc2@48.531C tdiode@42.875C soc0@49.062C gpu@52.468C tj@54.656C soc1@47C VDD_GPU_SOC 40767mW/32173mW VDD_CPU_CV 6394mW/5257mW VIN_SYS_5V0 9433mW/8119mW VDDQ_VDD2_1V8AO 4145mW/3363mW
03-13-2025 18:53:29 RAM 10165/62841MB (lfb 7x4MB) SWAP 0/31421MB (cached 0MB) CPU [49%@1267,60%@1267,40%@1267,67%@1267,67%@2201,58%@2201,46%@2201,37%@2201,39%@2201,47%@2201,61%@2201,47%@2201] GR3D_FREQ 99% cpu@55.156C tboard@37.375C soc2@48.718C tdiode@43.375C soc0@49.312C gpu@54.156C tj@55.156C soc1@47.156C VDD_GPU_SOC 41550mW/32311mW VDD_CPU_CV 7191mW/5285mW VIN_SYS_5V0 9636mW/8141mW VDDQ_VDD2_1V8AO 4348mW/3378mW
03-13-2025 18:53:30 RAM 10157/62841MB (lfb 11x4MB) SWAP 0/31421MB (cached 0MB) CPU [66%@2201,57%@2201,58%@2201,52%@2201,51%@2035,40%@2035,74%@2035,50%@2035,43%@2201,51%@2201,50%@2201,41%@2201] GR3D_FREQ 99% cpu@54.875C tboard@37.375C soc2@49.125C tdiode@43.375C soc0@49.562C gpu@54.406C tj@54.875C soc1@47.125C VDD_GPU_SOC 43148mW/32468mW VDD_CPU_CV 7188mW/5313mW VIN_SYS_5V0 9636mW/8163mW VDDQ_VDD2_1V8AO 4348mW/3392mW
03-13-2025 18:53:31 RAM 10133/62841MB (lfb 11x4MB) SWAP 0/31421MB (cached 0MB) CPU [40%@2201,61%@2201,52%@2201,57%@2201,48%@2035,41%@2035,64%@2035,56%@2035,36%@1497,59%@1497,31%@1497,39%@1497] GR3D_FREQ 99% cpu@54.875C tboard@37.5C soc2@49.062C tdiode@43.25C soc0@49.5C gpu@54.531C tj@54.875C soc1@47.343C VDD_GPU_SOC 41550mW/32598mW VDD_CPU_CV 6791mW/5334mW VIN_SYS_5V0 9535mW/8182mW VDDQ_VDD2_1V8AO 4247mW/3404mW
03-13-2025 18:53:32 RAM 10133/62841MB (lfb 16x4MB) SWAP 0/31421MB (cached 0MB) CPU [35%@2201,54%@2201,40%@2201,73%@2201,52%@2035,55%@2035,60%@2035,49%@2035,44%@2201,39%@2201,41%@2201,45%@2201] GR3D_FREQ 99% cpu@54.593C tboard@37.625C soc2@49.125C tdiode@43.375C soc0@49.812C gpu@55.093C tj@55.093C soc1@47.5C VDD_GPU_SOC 41932mW/32729mW VDD_CPU_CV 6389mW/5349mW VIN_SYS_5V0 9636mW/8203mW VDDQ_VDD2_1V8AO 4348mW/3417mW
03-13-2025 18:53:33 RAM 10119/62841MB (lfb 17x4MB) SWAP 0/31421MB (cached 0MB) CPU [43%@1958,48%@1958,47%@1958,40%@1958,44%@2188,78%@2188,53%@2188,47%@2188,43%@729,43%@729,59%@729,40%@729] GR3D_FREQ 99% cpu@55.093C tboard@37.75C soc2@49.25C tdiode@43.75C soc0@49.656C gpu@54.312C tj@55.093C soc1@47.406C VDD_GPU_SOC 41150mW/32846mW VDD_CPU_CV 6392mW/5363mW VIN_SYS_5V0 9433mW/8220mW VDDQ_VDD2_1V8AO 4145mW/3427mW
03-13-2025 18:53:34 RAM 10181/62841MB (lfb 4x4MB) SWAP 0/31421MB (cached 0MB) CPU [48%@2201,53%@2201,65%@2201,47%@2201,51%@883,46%@883,75%@883,37%@883,41%@2201,39%@2201,54%@2201,42%@2201] GR3D_FREQ 76% cpu@54.781C tboard@37.875C soc2@49.312C tdiode@43.875C soc0@49.812C gpu@54.687C tj@54.781C soc1@47.656C VDD_GPU_SOC 42748mW/32982mW VDD_CPU_CV 6392mW/5377mW VIN_SYS_5V0 9535mW/8238mW VDDQ_VDD2_1V8AO 4247mW/3438mW
03-13-2025 18:53:35 RAM 10172/62841MB (lfb 8x4MB) SWAP 0/31421MB (cached 0MB) CPU [53%@1344,40%@1344,59%@1344,52%@1344,45%@1344,40%@1344,54%@1344,50%@1344,48%@2201,34%@2201,68%@2201,39%@2201] GR3D_FREQ 72% cpu@54.968C tboard@38C soc2@49.312C tdiode@43.875C soc0@49.75C gpu@52C tj@55.218C soc1@47.656C VDD_GPU_SOC 41167mW/33092mW VDD_CPU_CV 6394mW/5391mW VIN_SYS_5V0 9332mW/8253mW VDDQ_VDD2_1V8AO 4044mW/3447mW
03-13-2025 18:53:36 RAM 10172/62841MB (lfb 7x4MB) SWAP 0/31421MB (cached 0MB) CPU [52%@2201,40%@2201,34%@2201,32%@2201,35%@2201,74%@2201,35%@2201,56%@2201,44%@2201,59%@2201,58%@2201,59%@2201] GR3D_FREQ 99% cpu@54.968C tboard@38C soc2@49.562C tdiode@43.75C soc0@50.125C gpu@55.218C tj@55.218C soc1@47.937C VDD_GPU_SOC 42731mW/33221mW VDD_CPU_CV 6789mW/5410mW VIN_SYS_5V0 9636mW/8271mW VDDQ_VDD2_1V8AO 4348mW/3459mW
03-13-2025 18:53:37 RAM 10105/62841MB (lfb 18x4MB) SWAP 0/31421MB (cached 0MB) CPU [41%@2112,61%@2112,55%@2112,36%@2112,51%@2201,76%@2201,50%@2201,44%@2201,43%@1344,35%@1344,58%@1344,44%@1344] GR3D_FREQ 99% cpu@55.343C tboard@38.125C soc2@49.781C tdiode@43.875C soc0@50.312C gpu@55.406C tj@55.406C soc1@47.906C VDD_GPU_SOC 42731mW/33346mW VDD_CPU_CV 6791mW/5428mW VIN_SYS_5V0 9636mW/8289mW VDDQ_VDD2_1V8AO 4348mW/3470mW
03-13-2025 18:53:38 RAM 10121/62841MB (lfb 14x4MB) SWAP 0/31421MB (cached 0MB) CPU [36%@2201,34%@2201,46%@2201,46%@2201,28%@2201,59%@2201,65%@2201,43%@2201,32%@2201,43%@2201,36%@2201,51%@2201] GR3D_FREQ 99% cpu@54.75C tboard@38.25C soc2@49.75C tdiode@43.75C soc0@50.281C gpu@55.843C tj@55.843C soc1@47.937C VDD_GPU_SOC 41134mW/33447mW VDD_CPU_CV 5990mW/5435mW VIN_SYS_5V0 9231mW/8301mW VDDQ_VDD2_1V8AO 4044mW/3478mW
03-13-2025 18:53:39 RAM 10101/62841MB (lfb 16x4MB) SWAP 0/31421MB (cached 0MB) CPU [49%@2201,44%@2201,35%@2201,35%@2201,39%@2112,38%@2112,64%@2112,50%@2112,84%@2201,43%@2201,58%@2201,44%@2201] GR3D_FREQ 99% cpu@55.156C tboard@38.375C soc2@49.812C tdiode@44.25C soc0@50.25C gpu@55.812C tj@55.812C soc1@48.062C VDD_GPU_SOC 39936mW/33530mW VDD_CPU_CV 6389mW/5447mW VIN_SYS_5V0 9129mW/8312mW VDDQ_VDD2_1V8AO 4044mW/3485mW
03-13-2025 18:53:40 RAM 10102/62841MB (lfb 16x4MB) SWAP 0/31421MB (cached 0MB) CPU [44%@2201,30%@2201,41%@2201,37%@2201,32%@2201,48%@2201,39%@2201,52%@2201,52%@2201,67%@2201,30%@2201,50%@2201] GR3D_FREQ 99% cpu@55.468C tboard@38.375C soc2@49.812C tdiode@44.25C soc0@50.375C gpu@55.625C tj@55.625C soc1@48C VDD_GPU_SOC 39936mW/33611mW VDD_CPU_CV 6789mW/5464mW VIN_SYS_5V0 9231mW/8323mW VDDQ_VDD2_1V8AO 4044mW/3492mW
03-13-2025 18:53:41 RAM 10151/62841MB (lfb 10x4MB) SWAP 0/31421MB (cached 0MB) CPU [42%@2201,33%@2201,35%@2201,32%@2201,32%@2112,43%@2112,41%@2112,78%@2112,36%@2201,58%@2201,61%@2201,32%@2201] GR3D_FREQ 99% cpu@55.593C tboard@38.5C soc2@49.875C tdiode@44.375C soc0@50.406C gpu@55.687C tj@55.687C soc1@48.125C VDD_GPU_SOC 40335mW/33696mW VDD_CPU_CV 6789mW/5481mW VIN_SYS_5V0 9332mW/8336mW VDDQ_VDD2_1V8AO 4044mW/3499mW
03-13-2025 18:53:42 RAM 10108/62841MB (lfb 16x4MB) SWAP 0/31421MB (cached 0MB) CPU [44%@2201,44%@2201,40%@2201,48%@2201,66%@2201,37%@2201,32%@2201,42%@2201,44%@2201,34%@2201,33%@2201,65%@2201] GR3D_FREQ 99% cpu@55.843C tboard@38.625C soc2@50.125C tdiode@44.5C soc0@50.593C gpu@56.468C tj@56.468C soc1@48.343C VDD_GPU_SOC 41932mW/33797mW VDD_CPU_CV 6389mW/5492mW VIN_SYS_5V0 9535mW/8351mW VDDQ_VDD2_1V8AO 4247mW/3508mW
03-13-2025 18:53:43 RAM 10178/62841MB (lfb 7x4MB) SWAP 0/31421MB (cached 0MB) CPU [36%@2201,40%@2201,57%@2201,66%@2201,71%@883,61%@883,58%@883,31%@883,44%@2201,40%@2201,54%@2201,36%@2201] GR3D_FREQ 96% cpu@55.625C tboard@38.75C soc2@50.062C tdiode@44.25C soc0@50.781C gpu@53.937C tj@55.625C soc1@48.406C VDD_GPU_SOC 41550mW/33892mW VDD_CPU_CV 6791mW/5508mW VIN_SYS_5V0 9535mW/8365mW VDDQ_VDD2_1V8AO 4145mW/3516mW
03-13-2025 18:53:44 RAM 10177/62841MB (lfb 8x4MB) SWAP 0/31421MB (cached 0MB) CPU [36%@2201,44%@2201,69%@2201,51%@2201,37%@2201,41%@2201,81%@2201,36%@2201,40%@1728,37%@1728,75%@1728,40%@1728] GR3D_FREQ 99% cpu@56.187C tboard@38.75C soc2@50.218C tdiode@44.25C soc0@50.562C gpu@55.906C tj@56.187C soc1@48.531C VDD_GPU_SOC 41134mW/33979mW VDD_CPU_CV 6791mW/5523mW VIN_SYS_5V0 9535mW/8379mW VDDQ_VDD2_1V8AO 4247mW/3525mW
03-13-2025 18:53:45 RAM 10105/62841MB (lfb 18x4MB) SWAP 0/31421MB (cached 0MB) CPU [42%@2201,61%@2201,37%@2201,62%@2201,37%@2112,40%@2112,78%@2035,49%@2035,39%@1881,58%@1881,52%@1881,36%@1881] GR3D_FREQ 99% cpu@56.281C tboard@38.875C soc2@50.468C tdiode@44.75C soc0@50.875C gpu@56.125C tj@56.281C soc1@48.5C VDD_GPU_SOC 42332mW/34078mW VDD_CPU_CV 6791mW/5538mW VIN_SYS_5V0 9636mW/8394mW VDDQ_VDD2_1V8AO 4348mW/3535mW
03-13-2025 18:53:46 RAM 10112/62841MB (lfb 17x4MB) SWAP 0/31421MB (cached 0MB) CPU [39%@2201,49%@2201,39%@2201,63%@2201,65%@1958,39%@1958,52%@1958,49%@1958,43%@1804,49%@1804,64%@1804,45%@1804] GR3D_FREQ 99% cpu@56.156C tboard@39C soc2@50.468C tdiode@44.75C soc0@50.812C gpu@56.468C tj@56.468C soc1@48.687C VDD_GPU_SOC 41134mW/34161mW VDD_CPU_CV 7191mW/5558mW VIN_SYS_5V0 9636mW/8409mW VDDQ_VDD2_1V8AO 4348mW/3544mW
03-13-2025 18:53:47 RAM 10115/62841MB (lfb 16x4MB) SWAP 0/31421MB (cached 0MB) CPU [48%@2201,47%@2201,53%@2201,51%@2201,40%@2188,44%@2188,37%@2188,44%@2188,40%@729,40%@729,45%@729,57%@729] GR3D_FREQ 99% cpu@55.843C tboard@39.125C soc2@50.625C tdiode@45C soc0@51.031C gpu@56.687C tj@56.687C soc1@48.781C VDD_GPU_SOC 41134mW/34242mW VDD_CPU_CV 5990mW/5563mW VIN_SYS_5V0 9332mW/8420mW VDDQ_VDD2_1V8AO 4044mW/3550mW
03-13-2025 18:53:48 RAM 10118/62841MB (lfb 16x4MB) SWAP 0/31421MB (cached 0MB) CPU [39%@2201,53%@2201,57%@2201,58%@2201,44%@2201,58%@2201,84%@2201,50%@2201,41%@2188,52%@2188,43%@2188,42%@2188] GR3D_FREQ 99% cpu@56.656C tboard@39.125C soc2@50.718C tdiode@44.75C soc0@51.187C gpu@56.312C tj@56.656C soc1@48.781C VDD_GPU_SOC 41949mW/34331mW VDD_CPU_CV 6789mW/5577mW VIN_SYS_5V0 9636mW/8434mW VDDQ_VDD2_1V8AO 4247mW/3558mW
03-13-2025 18:53:49 RAM 10171/62841MB (lfb 9x4MB) SWAP 0/31421MB (cached 0MB) CPU [50%@2201,54%@2201,46%@2201,48%@2201,67%@2201,48%@2201,53%@2201,45%@2201,49%@1190,54%@1190,48%@1190,48%@1190] GR3D_FREQ 99% cpu@56.937C tboard@39.25C soc2@50.843C tdiode@45.125C soc0@51.125C gpu@56.718C tj@56.718C soc1@49.031C VDD_GPU_SOC 43130mW/34431mW VDD_CPU_CV 6789mW/5591mW VIN_SYS_5V0 9738mW/8448mW VDDQ_VDD2_1V8AO 4348mW/3567mW
03-13-2025 18:53:50 RAM 10118/62841MB (lfb 16x4MB) SWAP 0/31421MB (cached 0MB) CPU [43%@1113,46%@1113,55%@1113,37%@1113,55%@2201,68%@2201,50%@2201,72%@2201,42%@2201,38%@2201,42%@2201,47%@2201] GR3D_FREQ 99% cpu@56.656C tboard@39.375C soc2@50.968C tdiode@45C soc0@51.406C gpu@56.781C tj@56.781C soc1@49.031C VDD_GPU_SOC 42731mW/34524mW VDD_CPU_CV 6791mW/5604mW VIN_SYS_5V0 9738mW/8463mW VDDQ_VDD2_1V8AO 4348mW/3576mW
03-13-2025 18:53:51 RAM 10141/62841MB (lfb 16x4MB) SWAP 0/31421MB (cached 0MB) CPU [46%@2201,37%@2201,42%@2201,35%@2201,74%@2201,57%@2201,54%@2201,47%@2201,35%@1651,55%@1651,37%@1651,65%@1651] GR3D_FREQ 99% cpu@56.437C tboard@39.5C soc2@51.031C tdiode@45.125C soc0@51.312C gpu@56.968C tj@56.968C soc1@49.218C VDD_GPU_SOC 41932mW/34607mW VDD_CPU_CV 6392mW/5613mW VIN_SYS_5V0 9535mW/8475mW VDDQ_VDD2_1V8AO 4247mW/3583mW
03-13-2025 18:53:52 RAM 10163/62841MB (lfb 9x4MB) SWAP 0/31421MB (cached 0MB) CPU [47%@2188,70%@2188,51%@2188,42%@2188,45%@2201,44%@2201,60%@2201,59%@2201,42%@2201,52%@2201,42%@2201,59%@2201] GR3D_FREQ 99% cpu@57.093C tboard@39.625C soc2@51.062C tdiode@45.125C soc0@51.468C gpu@57C tj@57C soc1@49.187C VDD_GPU_SOC 42731mW/34696mW VDD_CPU_CV 6789mW/5626mW VIN_SYS_5V0 9738mW/8489mW VDDQ_VDD2_1V8AO 4348mW/3592mW
03-13-2025 18:53:54 RAM 10117/62841MB (lfb 17x4MB) SWAP 0/31421MB (cached 0MB) CPU [45%@2201,37%@2201,43%@2201,60%@2201,47%@2201,59%@2201,51%@2201,70%@2201,44%@1190,50%@1190,43%@1190,48%@1190] GR3D_FREQ 99% cpu@56.125C tboard@39.625C soc2@51.125C tdiode@45.125C soc0@51.5C gpu@57.468C tj@57.468C soc1@49.312C VDD_GPU_SOC 41533mW/34770mW VDD_CPU_CV 5990mW/5630mW VIN_SYS_5V0 9433mW/8499mW VDDQ_VDD2_1V8AO 4145mW/3598mW
03-13-2025 18:53:55 RAM 10115/62841MB (lfb 15x4MB) SWAP 0/31421MB (cached 0MB) CPU [44%@2201,41%@2201,52%@2201,29%@2201,59%@1344,48%@1344,36%@1344,35%@1344,34%@1113,38%@1113,46%@1113,57%@1113] GR3D_FREQ 99% cpu@56.156C tboard@39.75C soc2@51.312C tdiode@45.5C soc0@51.656C gpu@57.218C tj@57.218C soc1@49.468C VDD_GPU_SOC 42349mW/34852mW VDD_CPU_CV 5990mW/5634mW VIN_SYS_5V0 9433mW/8509mW VDDQ_VDD2_1V8AO 4247mW/3605mW
03-13-2025 18:53:56 RAM 10120/62841MB (lfb 13x4MB) SWAP 0/31421MB (cached 0MB) CPU [41%@2201,56%@2201,47%@2201,38%@2201,33%@2188,59%@2188,50%@2188,53%@2188,59%@2201,51%@2201,40%@2201,52%@2201] GR3D_FREQ 99% cpu@56.281C tboard@39.875C soc2@51.281C tdiode@45.625C soc0@51.843C gpu@57.5C tj@57.312C soc1@49.468C VDD_GPU_SOC 41932mW/34927mW VDD_CPU_CV 6789mW/5646mW VIN_SYS_5V0 9535mW/8520mW VDDQ_VDD2_1V8AO 4247mW/3611mW
03-13-2025 18:53:57 RAM 10170/62841MB (lfb 10x4MB) SWAP 0/31421MB (cached 0MB) CPU [48%@2201,47%@2201,45%@2201,44%@2201,38%@2201,50%@2201,53%@2201,49%@2201,52%@2201,60%@2201,60%@2201,70%@2201] GR3D_FREQ 94% cpu@57.125C tboard@39.875C soc2@51.25C tdiode@45.625C soc0@51.812C gpu@56.218C tj@56.937C soc1@49.5C VDD_GPU_SOC 41550mW/34997mW VDD_CPU_CV 6791mW/5658mW VIN_SYS_5V0 9636mW/8532mW VDDQ_VDD2_1V8AO 4348mW/3619mW
03-13-2025 18:53:58 RAM 10120/62841MB (lfb 16x4MB) SWAP 0/31421MB (cached 0MB) CPU [48%@2201,50%@2201,47%@2201,52%@2201,46%@2201,44%@2201,46%@2201,45%@2201,50%@1804,62%@1804,51%@1804,85%@1804] GR3D_FREQ 99% cpu@57.25C tboard@40C soc2@51.312C tdiode@45.5C soc0@51.687C gpu@56.562C tj@57.156C soc1@49.718C VDD_GPU_SOC 40751mW/35057mW VDD_CPU_CV 6791mW/5670mW VIN_SYS_5V0 9738mW/8544mW VDDQ_VDD2_1V8AO 4348mW/3627mW
03-13-2025 18:53:59 RAM 10123/62841MB (lfb 16x4MB) SWAP 0/31421MB (cached 0MB) CPU [49%@1344,41%@1344,51%@1344,42%@1344,83%@1036,42%@1036,41%@1036,45%@1036,49%@2201,49%@2201,52%@2201,85%@2201] GR3D_FREQ 99% cpu@56.625C tboard@40.125C soc2@51.468C tdiode@45.5C soc0@51.812C gpu@56.843C tj@56.843C soc1@49.781C VDD_GPU_SOC 42349mW/35132mW VDD_CPU_CV 6791mW/5681mW VIN_SYS_5V0 9839mW/8558mW VDDQ_VDD2_1V8AO 4449mW/3635mW
03-13-2025 18:54:00 RAM 10148/62841MB (lfb 17x4MB) SWAP 0/31421MB (cached 0MB) CPU [39%@2201,56%@2201,32%@2201,58%@2201,44%@1267,42%@1267,42%@1267,44%@1267,32%@2201,44%@2201,67%@2201,42%@2201] GR3D_FREQ 99% cpu@56.437C tboard@40.125C soc2@50.937C tdiode@44.75C soc0@51.5C gpu@54.718C tj@56.562C soc1@49.687C VDD_GPU_SOC 31948mW/35099mW VDD_CPU_CV 5591mW/5680mW VIN_SYS_5V0 9332mW/8565mW VDDQ_VDD2_1V8AO 4247mW/3641mW
03-13-2025 18:54:01 RAM 10137/62841MB (lfb 17x4MB) SWAP 0/31421MB (cached 0MB) CPU [42%@729,69%@729,46%@729,35%@729,43%@729,42%@729,40%@729,39%@729,52%@2201,38%@2201,36%@2201,73%@2201] GR3D_FREQ 99% cpu@56.531C tboard@40.25C soc2@51.375C tdiode@45.5C soc0@51.968C gpu@57.343C tj@57.343C soc1@49.718C VDD_GPU_SOC 37539mW/35124mW VDD_CPU_CV 5591mW/5679mW VIN_SYS_5V0 9839mW/8578mW VDDQ_VDD2_1V8AO 4449mW/3650mW
03-13-2025 18:54:02 RAM 10192/62841MB (lfb 6x4MB) SWAP 0/31421MB (cached 0MB) CPU [48%@2201,46%@2201,58%@2201,48%@2201,53%@2201,51%@2201,57%@2201,45%@2201,63%@1190,64%@1190,59%@1190,46%@1190] GR3D_FREQ 99% cpu@57.187C tboard@40.25C soc2@51.687C tdiode@45.5C soc0@51.968C gpu@57.375C tj@57.406C soc1@49.781C VDD_GPU_SOC 42332mW/35196mW VDD_CPU_CV 6791mW/5691mW VIN_SYS_5V0 10042mW/8593mW VDDQ_VDD2_1V8AO 4550mW/3659mW
03-13-2025 18:54:03 RAM 10131/62841MB (lfb 13x4MB) SWAP 0/31421MB (cached 0MB) CPU [43%@2201,48%@2201,86%@2201,62%@2201,52%@1574,45%@1574,43%@1574,55%@1574,47%@2201,55%@2201,57%@2201,48%@2201] GR3D_FREQ 99% cpu@56.906C tboard@40.375C soc2@51.718C tdiode@45.875C soc0@52.031C gpu@57.625C tj@57.625C soc1@50C VDD_GPU_SOC 41533mW/35259mW VDD_CPU_CV 6791mW/5701mW VIN_SYS_5V0 9839mW/8605mW VDDQ_VDD2_1V8AO 4449mW/3666mW
03-13-2025 18:54:04 RAM 10153/62841MB (lfb 12x4MB) SWAP 0/31421MB (cached 0MB) CPU [43%@2201,61%@2201,58%@2201,47%@2201,45%@2201,61%@2201,50%@2201,50%@2201,38%@1190,59%@1190,46%@1190,57%@1190] GR3D_FREQ 99% cpu@57.687C tboard@40.375C soc2@51.843C tdiode@46.125C soc0@52.093C gpu@57.75C tj@57.75C soc1@50.031C VDD_GPU_SOC 40734mW/35312mW VDD_CPU_CV 7188mW/5716mW VIN_SYS_5V0 9636mW/8615mW VDDQ_VDD2_1V8AO 4348mW/3673mW
03-13-2025 18:54:05 RAM 10129/62841MB (lfb 15x4MB) SWAP 0/31421MB (cached 0MB) CPU [40%@2201,57%@2201,64%@2201,57%@2201,41%@1497,41%@1497,64%@1497,50%@1497,49%@2201,49%@2201,54%@2201,39%@2201] GR3D_FREQ 99% cpu@57.187C tboard@40.5C soc2@51.843C tdiode@46.125C soc0@52.218C gpu@57.781C tj@57.781C soc1@50.156C VDD_GPU_SOC 41932mW/35377mW VDD_CPU_CV 6789mW/5726mW VIN_SYS_5V0 9636mW/8625mW VDDQ_VDD2_1V8AO 4348mW/3680mW
03-13-2025 18:54:06 RAM 10180/62841MB (lfb 10x4MB) SWAP 0/31421MB (cached 0MB) CPU [42%@2201,51%@2201,58%@2201,55%@2201,45%@2112,40%@2112,61%@2112,53%@2112,55%@2201,33%@2201,76%@2201,40%@2201] GR3D_FREQ 99% cpu@57.625C tboard@40.5C soc2@52C tdiode@46.25C soc0@52.25C gpu@58C tj@58C soc1@50.187C VDD_GPU_SOC 42332mW/35444mW VDD_CPU_CV 6791mW/5737mW VIN_SYS_5V0 9636mW/8635mW VDDQ_VDD2_1V8AO 4348mW/3686mW
03-13-2025 18:54:07 RAM 10133/62841MB (lfb 14x4MB) SWAP 0/31421MB (cached 0MB) CPU [43%@2201,42%@2201,57%@2201,52%@2201,58%@2201,51%@2201,53%@2201,38%@2201,55%@2201,45%@2201,46%@2201,63%@2201] GR3D_FREQ 99% cpu@57.25C tboard@40.625C soc2@52C tdiode@45.625C soc0@52.312C gpu@58.062C tj@58.062C soc1@50.437C VDD_GPU_SOC 40335mW/35490mW VDD_CPU_CV 6789mW/5747mW VIN_SYS_5V0 9535mW/8644mW VDDQ_VDD2_1V8AO 4247mW/3691mW
03-13-2025 18:54:08 RAM 10153/62841MB (lfb 11x4MB) SWAP 0/31421MB (cached 0MB) CPU [45%@2201,47%@2201,42%@2201,43%@2201,53%@729,43%@729,70%@729,38%@729,52%@2201,58%@2201,71%@2201,53%@2201] GR3D_FREQ 99% cpu@57.75C tboard@40.75C soc2@51.875C tdiode@45.625C soc0@52.25C gpu@57.093C tj@57.375C soc1@50.437C VDD_GPU_SOC 38753mW/35521mW VDD_CPU_CV 6791mW/5757mW VIN_SYS_5V0 9433mW/8651mW VDDQ_VDD2_1V8AO 4247mW/3697mW
03-13-2025 18:54:09 RAM 10134/62841MB (lfb 15x4MB) SWAP 0/31421MB (cached 0MB) CPU [41%@1728,61%@1728,42%@1728,37%@1728,55%@2201,41%@2201,60%@2201,47%@2201,35%@2201,66%@2201,63%@2201,32%@2201] GR3D_FREQ 99% cpu@57.687C tboard@40.75C soc2@52.156C tdiode@45.875C soc0@52.25C gpu@57.562C tj@57.656C soc1@50.343C VDD_GPU_SOC 38737mW/35551mW VDD_CPU_CV 6789mW/5766mW VIN_SYS_5V0 9433mW/8658mW VDDQ_VDD2_1V8AO 4247mW/3702mW
03-13-2025 18:54:10 RAM 10121/62841MB (lfb 16x4MB) SWAP 0/31421MB (cached 0MB) CPU [41%@2201,40%@2201,49%@2201,73%@2201,40%@806,37%@806,45%@806,36%@806,50%@2035,38%@2035,42%@2035,50%@2035] GR3D_FREQ 98% cpu@56.593C tboard@40.875C soc2@51.812C tdiode@45.625C soc0@52.375C gpu@56.062C tj@56.593C soc1@50.343C VDD_GPU_SOC 37140mW/35566mW VDD_CPU_CV 5591mW/5765mW VIN_SYS_5V0 9332mW/8665mW VDDQ_VDD2_1V8AO 4145mW/3706mW
03-13-2025 18:54:11 RAM 10148/62841MB (lfb 11x4MB) SWAP 0/31421MB (cached 0MB) CPU [44%@2201,75%@2201,59%@2201,53%@2201,45%@1881,53%@1881,52%@1881,45%@1881,44%@1804,50%@1804,73%@1804,34%@1804] GR3D_FREQ 96% cpu@57.75C tboard@40.875C soc2@51.937C tdiode@45.875C soc0@52.281C gpu@55.375C tj@57.812C soc1@50.437C VDD_GPU_SOC 36356mW/35573mW VDD_CPU_CV 6791mW/5774mW VIN_SYS_5V0 9535mW/8673mW VDDQ_VDD2_1V8AO 4348mW/3712mW
03-13-2025 18:54:12 RAM 10134/62841MB (lfb 18x4MB) SWAP 0/31421MB (cached 0MB) CPU [33%@2201,65%@2201,33%@2201,63%@2201,32%@729,44%@729,36%@729,38%@729,31%@883,29%@883,25%@883,76%@883] GR3D_FREQ 97% cpu@57.093C tboard@41C soc2@51.5C tdiode@45.125C soc0@52.031C gpu@55.125C tj@56.562C soc1@50.593C VDD_GPU_SOC 30763mW/35529mW VDD_CPU_CV 5593mW/5772mW VIN_SYS_5V0 9332mW/8679mW VDDQ_VDD2_1V8AO 4145mW/3716mW
03-13-2025 18:54:13 RAM 10151/62841MB (lfb 13x4MB) SWAP 0/31421MB (cached 0MB) CPU [34%@2201,43%@2201,64%@2201,38%@2201,52%@2201,34%@2201,39%@2201,44%@2201,42%@2201,40%@2201,42%@729,34%@729] GR3D_FREQ 95% cpu@57.75C tboard@41C soc2@51.781C tdiode@45.375C soc0@52.125C gpu@55.093C tj@57.5C soc1@50.468C VDD_GPU_SOC 33559mW/35511mW VDD_CPU_CV 5992mW/5774mW VIN_SYS_5V0 9433mW/8685mW VDDQ_VDD2_1V8AO 4247mW/3720mW
03-13-2025 18:54:14 RAM 10127/62841MB (lfb 20x4MB) SWAP 0/31421MB (cached 0MB) CPU [31%@2201,49%@2201,34%@2201,59%@2201,39%@883,40%@883,41%@883,51%@883,34%@2201,62%@2201,33%@2201,40%@2201] GR3D_FREQ 98% cpu@56.875C tboard@41C soc2@51.718C tdiode@45.375C soc0@52.062C gpu@55.312C tj@56.812C soc1@50.468C VDD_GPU_SOC 31961mW/35480mW VDD_CPU_CV 5992mW/5776mW VIN_SYS_5V0 9636mW/8694mW VDDQ_VDD2_1V8AO 4449mW/3727mW
03-13-2025 18:54:15 RAM 10148/62841MB (lfb 20x4MB) SWAP 0/31421MB (cached 0MB) CPU [42%@2201,32%@2201,48%@2201,53%@2201,44%@2201,45%@2201,55%@2201,57%@2201,42%@806,39%@806,35%@806,40%@806] GR3D_FREQ 98% cpu@57.406C tboard@41.125C soc2@51.656C tdiode@45.25C soc0@52.125C gpu@55C tj@57.343C soc1@50.531C VDD_GPU_SOC 33160mW/35459mW VDD_CPU_CV 5992mW/5778mW VIN_SYS_5V0 9839mW/8704mW VDDQ_VDD2_1V8AO 4550mW/3734mW
03-13-2025 18:54:16 RAM 10136/62841MB (lfb 16x4MB) SWAP 0/31421MB (cached 0MB) CPU [43%@2201,37%@2201,68%@2201,49%@2201,51%@2201,44%@2201,66%@2201,47%@2201,43%@1651,50%@1651,41%@1651,40%@1651] GR3D_FREQ 99% cpu@58.156C tboard@41.125C soc2@52.125C tdiode@46.125C soc0@52.468C gpu@57.406C tj@57.781C soc1@50.531C VDD_GPU_SOC 40351mW/35502mW VDD_CPU_CV 5992mW/5780mW VIN_SYS_5V0 9941mW/8715mW VDDQ_VDD2_1V8AO 4550mW/3741mW
03-13-2025 18:54:17 RAM 10143/62841MB (lfb 12x4MB) SWAP 0/31421MB (cached 0MB) CPU [46%@2201,41%@2201,43%@2201,83%@2201,60%@2201,53%@2201,45%@2201,46%@2201,45%@2201,65%@2201,61%@2201,44%@2201] GR3D_FREQ 99% cpu@58.093C tboard@41.125C soc2@52.531C tdiode@46.375C soc0@52.656C gpu@58.468C tj@58.468C soc1@50.593C VDD_GPU_SOC 42731mW/35565mW VDD_CPU_CV 6791mW/5789mW VIN_SYS_5V0 10042mW/8726mW VDDQ_VDD2_1V8AO 4651mW/3749mW
03-13-2025 18:54:18 RAM 10155/62841MB (lfb 11x4MB) SWAP 0/31421MB (cached 0MB) CPU [48%@2201,37%@2201,70%@2201,37%@2201,43%@2201,65%@2201,55%@2201,58%@2201,46%@2201,44%@2201,59%@2201,54%@2201] GR3D_FREQ 94% cpu@58.375C tboard@41.25C soc2@52.468C tdiode@46.625C soc0@52.781C gpu@57.031C tj@58.562C soc1@50.75C VDD_GPU_SOC 41949mW/35620mW VDD_CPU_CV 6791mW/5797mW VIN_SYS_5V0 9738mW/8735mW VDDQ_VDD2_1V8AO 4348mW/3754mW
03-13-2025 18:54:19 RAM 10169/62841MB (lfb 12x4MB) SWAP 0/31421MB (cached 0MB) CPU [44%@2201,65%@2201,38%@2201,62%@2201,64%@2201,51%@2201,36%@2201,40%@2201,55%@1651,46%@1651,44%@1651,44%@1651] GR3D_FREQ 99% cpu@58.343C tboard@41.25C soc2@52.687C tdiode@46.25C soc0@52.875C gpu@58.5C tj@58.5C soc1@50.781C VDD_GPU_SOC 42332mW/35677mW VDD_CPU_CV 6389mW/5803mW VIN_SYS_5V0 9636mW/8743mW VDDQ_VDD2_1V8AO 4348mW/3760mW
03-13-2025 18:54:20 RAM 10194/62841MB (lfb 5x4MB) SWAP 0/31421MB (cached 0MB) CPU [39%@2201,50%@2201,49%@2201,56%@2201,64%@2201,56%@2201,49%@2201,40%@2201,46%@2201,61%@2201,59%@2201,37%@2201] GR3D_FREQ 99% cpu@58.343C tboard@41.375C soc2@52.687C tdiode@46.875C soc0@53.031C gpu@58.781C tj@58.781C soc1@50.843C VDD_GPU_SOC 41949mW/35731mW VDD_CPU_CV 6791mW/5811mW VIN_SYS_5V0 9738mW/8751mW VDDQ_VDD2_1V8AO 4348mW/3765mW
03-13-2025 18:54:21 RAM 10172/62841MB (lfb 9x4MB) SWAP 0/31421MB (cached 0MB) CPU [37%@2201,60%@2201,63%@2201,32%@2201,47%@960,58%@960,51%@960,63%@960,47%@2201,55%@2201,38%@2201,38%@2201] GR3D_FREQ 99% cpu@58.406C tboard@41.375C soc2@52.812C tdiode@47C soc0@53.125C gpu@58.75C tj@58.468C soc1@51.156C VDD_GPU_SOC 41949mW/35783mW VDD_CPU_CV 6789mW/5819mW VIN_SYS_5V0 9636mW/8759mW VDDQ_VDD2_1V8AO 4348mW/3769mW
03-13-2025 18:54:22 RAM 10167/62841MB (lfb 10x4MB) SWAP 0/31421MB (cached 0MB) CPU [37%@2201,63%@2201,46%@2201,64%@2201,47%@2112,49%@2112,61%@2112,37%@2112,38%@2201,52%@2201,44%@2201,43%@2201] GR3D_FREQ 99% cpu@58.718C tboard@41.5C soc2@53.031C tdiode@47C soc0@53.062C gpu@58.906C tj@58.906C soc1@51.156C VDD_GPU_SOC 41932mW/35834mW VDD_CPU_CV 6789mW/5827mW VIN_SYS_5V0 9636mW/8766mW VDDQ_VDD2_1V8AO 4348mW/3774mW
03-13-2025 18:54:23 RAM 10161/62841MB (lfb 11x4MB) SWAP 0/31421MB (cached 0MB) CPU [40%@2201,80%@2201,69%@2201,43%@2201,54%@806,39%@806,40%@806,44%@806,45%@2201,42%@2201,70%@2201,45%@2201] GR3D_FREQ 99% cpu@58.187C tboard@41.625C soc2@53.062C tdiode@47C soc0@53.281C gpu@58.593C tj@58.593C soc1@51.156C VDD_GPU_SOC 41932mW/35884mW VDD_CPU_CV 6392mW/5832mW VIN_SYS_5V0 9738mW/8774mW VDDQ_VDD2_1V8AO 4348mW/3779mW
03-13-2025 18:54:24 RAM 10175/62841MB (lfb 9x4MB) SWAP 0/31421MB (cached 0MB) CPU [40%@2201,65%@2201,69%@2201,45%@2201,56%@2035,39%@2035,45%@2035,40%@2035,47%@2201,62%@2201,40%@2201,68%@2201] GR3D_FREQ 99% cpu@58.812C tboard@41.75C soc2@53.187C tdiode@47.125C soc0@53.281C gpu@58.718C tj@58.812C soc1@51.468C VDD_GPU_SOC 42349mW/35937mW VDD_CPU_CV 6789mW/5840mW VIN_SYS_5V0 9738mW/8782mW VDDQ_VDD2_1V8AO 4348mW/3784mW
03-13-2025 18:54:25 RAM 10120/62841MB (lfb 14x4MB) SWAP 0/31421MB (cached 0MB) CPU [51%@2201,44%@2201,46%@2201,35%@2201,48%@1113,35%@1113,57%@1113,37%@1113,48%@2201,42%@2201,51%@2201,47%@2201] GR3D_FREQ 99% cpu@58.187C tboard@41.75C soc2@53.156C tdiode@46.875C soc0@53.25C gpu@58.468C tj@58.5C soc1@51.437C VDD_GPU_SOC 39936mW/35970mW VDD_CPU_CV 6389mW/5844mW VIN_SYS_5V0 9332mW/8786mW VDDQ_VDD2_1V8AO 4145mW/3787mW
03-13-2025 18:54:26 RAM 10124/62841MB (lfb 18x4MB) SWAP 0/31421MB (cached 0MB) CPU [34%@2201,34%@2201,39%@2201,53%@2201,56%@729,29%@729,66%@729,31%@729,47%@729,45%@729,46%@729,43%@729] GR3D_FREQ 99% cpu@57.843C tboard@41.875C soc2@53.125C tdiode@47.375C soc0@53.437C gpu@59.25C tj@59.25C soc1@51.5C VDD_GPU_SOC 41134mW/36012mW VDD_CPU_CV 5990mW/5845mW VIN_SYS_5V0 9332mW/8791mW VDDQ_VDD2_1V8AO 4145mW/3789mW
03-13-2025 18:54:27 RAM 10134/62841MB (lfb 16x4MB) SWAP 0/31421MB (cached 0MB) CPU [37%@2201,52%@2201,45%@2201,44%@2201,31%@1190,45%@1190,64%@1190,33%@1190,57%@729,40%@729,49%@729,34%@729] GR3D_FREQ 99% cpu@58.187C tboard@41.875C soc2@53.25C tdiode@47.25C soc0@53.343C gpu@58.656C tj@58.968C soc1@51.437C VDD_GPU_SOC 41150mW/36053mW VDD_CPU_CV 5990mW/5846mW VIN_SYS_5V0 9231mW/8794mW VDDQ_VDD2_1V8AO 4044mW/3791mW
03-13-2025 18:54:28 RAM 10117/62841MB (lfb 17x4MB) SWAP 0/31421MB (cached 0MB) CPU [54%@2201,66%@2201,67%@2201,59%@2201,40%@1420,37%@1420,61%@1420,39%@1420,42%@729,34%@729,33%@729,38%@729] GR3D_FREQ 99% cpu@58.218C tboard@42C soc2@53.25C tdiode@47.375C soc0@53.468C gpu@58.937C tj@58.937C soc1@51.562C VDD_GPU_SOC 40734mW/36090mW VDD_CPU_CV 5990mW/5848mW VIN_SYS_5V0 9332mW/8798mW VDDQ_VDD2_1V8AO 4044mW/3793mW
03-13-2025 18:54:29 RAM 10114/62841MB (lfb 22x4MB) SWAP 0/31421MB (cached 0MB) CPU [36%@2201,37%@2201,36%@2201,47%@2201,44%@1190,47%@1190,56%@1190,62%@1190,40%@2201,40%@2201,45%@2201,48%@2201] GR3D_FREQ 99% cpu@57.875C tboard@42.125C soc2@53.187C tdiode@47.25C soc0@53.718C gpu@59.187C tj@59.187C soc1@51.531C VDD_GPU_SOC 40335mW/36123mW VDD_CPU_CV 5990mW/5849mW VIN_SYS_5V0 9231mW/8802mW VDDQ_VDD2_1V8AO 4044mW/3795mW
03-13-2025 18:54:30 RAM 10126/62841MB (lfb 17x4MB) SWAP 0/31421MB (cached 0MB) CPU [38%@1881,41%@1881,39%@1881,64%@1881,43%@1190,41%@1190,46%@1190,61%@1190,67%@2201,50%@2201,48%@2201,38%@2201] GR3D_FREQ 99% cpu@58.781C tboard@42.125C soc2@53.343C tdiode@47.25C soc0@53.656C gpu@58.656C tj@58.656C soc1@51.75C VDD_GPU_SOC 42731mW/36175mW VDD_CPU_CV 5992mW/5850mW VIN_SYS_5V0 9738mW/8809mW VDDQ_VDD2_1V8AO 4348mW/3800mW
03-13-2025 18:54:31 RAM 10168/62841MB (lfb 13x4MB) SWAP 0/31421MB (cached 0MB) CPU [49%@2112,53%@2112,45%@2112,63%@2112,73%@1267,42%@1267,48%@1267,38%@1267,57%@2201,43%@2201,42%@2201,38%@2201] GR3D_FREQ 99% cpu@58.656C tboard@42.25C soc2@53.531C tdiode@47.75C soc0@53.625C gpu@58.531C tj@58.656C soc1@51.75C VDD_GPU_SOC 41932mW/36219mW VDD_CPU_CV 5992mW/5851mW VIN_SYS_5V0 9535mW/8815mW VDDQ_VDD2_1V8AO 4247mW/3803mW
03-13-2025 18:54:32 RAM 10175/62841MB (lfb 9x4MB) SWAP 0/31421MB (cached 0MB) CPU [43%@2201,52%@2201,58%@2201,58%@2201,46%@1574,77%@1574,47%@1574,52%@1574,43%@2201,45%@2201,39%@2201,53%@2201] GR3D_FREQ 99% cpu@58.906C tboard@42.25C soc2@53.687C tdiode@47.75C soc0@53.937C gpu@58.968C tj@59.25C soc1@51.843C VDD_GPU_SOC 44328mW/36282mW VDD_CPU_CV 6791mW/5858mW VIN_SYS_5V0 9941mW/8823mW VDDQ_VDD2_1V8AO 4550mW/3809mW
03-13-2025 18:54:33 RAM 10174/62841MB (lfb 10x4MB) SWAP 0/31421MB (cached 0MB) CPU [41%@2201,40%@2201,89%@2201,38%@2201,44%@1574,45%@1574,42%@1574,46%@1574,49%@883,51%@883,39%@883,73%@883] GR3D_FREQ 99% cpu@59.25C tboard@42.375C soc2@53.875C tdiode@48C soc0@54C gpu@59.593C tj@59.593C soc1@51.906C VDD_GPU_SOC 45545mW/36353mW VDD_CPU_CV 6392mW/5862mW VIN_SYS_5V0 10042mW/8833mW VDDQ_VDD2_1V8AO 4550mW/3815mW
03-13-2025 18:54:34 RAM 10131/62841MB (lfb 17x4MB) SWAP 0/31421MB (cached 0MB) CPU [47%@2201,52%@2201,43%@2201,47%@2201,60%@2201,65%@2201,46%@2201,43%@2201,39%@2201,73%@2201,37%@2201,55%@2201] GR3D_FREQ 99% cpu@59.687C tboard@42.375C soc2@54.031C tdiode@47.375C soc0@53.937C gpu@59.343C tj@59.687C soc1@52C VDD_GPU_SOC 43547mW/36407mW VDD_CPU_CV 6791mW/5869mW VIN_SYS_5V0 9839mW/8840mW VDDQ_VDD2_1V8AO 4449mW/3819mW
03-13-2025 18:54:35 RAM 10127/62841MB (lfb 18x4MB) SWAP 0/31421MB (cached 0MB) CPU [46%@1113,49%@1113,37%@1113,50%@1113,42%@2112,54%@2112,47%@2112,58%@2112,56%@2201,45%@2201,47%@2201,36%@2201] GR3D_FREQ 99% cpu@59.187C tboard@42.5C soc2@53.875C tdiode@48.125C soc0@53.968C gpu@59.5C tj@59.5C soc1@52.218C VDD_GPU_SOC 41550mW/36446mW VDD_CPU_CV 6392mW/5873mW VIN_SYS_5V0 9535mW/8846mW VDDQ_VDD2_1V8AO 4247mW/3823mW
03-13-2025 18:54:36 RAM 10122/62841MB (lfb 16x4MB) SWAP 0/31421MB (cached 0MB) CPU [42%@2112,46%@2112,37%@2112,31%@2112,65%@1958,34%@1958,35%@1958,45%@1958,64%@2201,53%@2201,56%@2201,36%@2201] GR3D_FREQ 99% cpu@59.343C tboard@42.5C soc2@53.906C tdiode@48C soc0@54.062C gpu@59.593C tj@59.593C soc1@52.062C VDD_GPU_SOC 40734mW/36478mW VDD_CPU_CV 5990mW/5874mW VIN_SYS_5V0 9332mW/8849mW VDDQ_VDD2_1V8AO 4145mW/3825mW
03-13-2025 18:54:37 RAM 10206/62841MB (lfb 6x4MB) SWAP 0/31421MB (cached 0MB) CPU [37%@2201,41%@2201,36%@2201,54%@2201,68%@1113,41%@1113,40%@1113,28%@1113,39%@1804,58%@1804,58%@1804,32%@1804] GR3D_FREQ 95% cpu@59.312C tboard@42.625C soc2@53.656C tdiode@47.75C soc0@54.031C gpu@56.656C tj@59.312C soc1@52.281C VDD_GPU_SOC 39568mW/36501mW VDD_CPU_CV 5995mW/5875mW VIN_SYS_5V0 9129mW/8851mW VDDQ_VDD2_1V8AO 3943mW/3826mW
03-13-2025 18:54:38 RAM 10166/62841MB (lfb 11x4MB) SWAP 0/31421MB (cached 0MB) CPU [51%@2201,44%@2201,39%@2201,47%@2201,57%@1804,48%@1804,50%@1804,60%@1804,48%@1958,56%@1958,48%@1958,52%@1958] GR3D_FREQ 99% cpu@59.312C tboard@42.625C soc2@53.812C tdiode@48C soc0@54C gpu@58.625C tj@59.312C soc1@52.375C VDD_GPU_SOC 41150mW/36535mW VDD_CPU_CV 6392mW/5879mW VIN_SYS_5V0 9636mW/8857mW VDDQ_VDD2_1V8AO 4247mW/3829mW
03-13-2025 18:54:39 RAM 10137/62841MB (lfb 14x4MB) SWAP 0/31421MB (cached 0MB) CPU [47%@2201,38%@2201,57%@2201,38%@2201,54%@1267,56%@1267,56%@1267,49%@1267,43%@2035,39%@2035,56%@2035,51%@2035] GR3D_FREQ 99% cpu@59.093C tboard@42.75C soc2@53.968C tdiode@48C soc0@54.187C gpu@59.531C tj@59.531C soc1@52.218C VDD_GPU_SOC 41949mW/36574mW VDD_CPU_CV 6392mW/5882mW VIN_SYS_5V0 9738mW/8864mW VDDQ_VDD2_1V8AO 4348mW/3833mW
03-13-2025 18:54:40 RAM 10196/62841MB (lfb 6x4MB) SWAP 0/31421MB (cached 0MB) CPU [38%@2201,49%@2201,54%@2201,58%@2201,51%@2201,42%@2201,61%@2201,48%@2201,48%@2112,52%@2112,42%@2112,38%@2112] GR3D_FREQ 99% cpu@59.812C tboard@42.75C soc2@54.281C tdiode@48C soc0@54.218C gpu@59.562C tj@59.812C soc1@52.343C VDD_GPU_SOC 43148mW/36622mW VDD_CPU_CV 6389mW/5886mW VIN_SYS_5V0 9839mW/8871mW VDDQ_VDD2_1V8AO 4449mW/3837mW
03-13-2025 18:54:41 RAM 10189/62841MB (lfb 7x4MB) SWAP 0/31421MB (cached 0MB) CPU [47%@2201,48%@2201,45%@2201,57%@2201,41%@2201,45%@2201,45%@2201,79%@2201,41%@2188,63%@2188,40%@2188,41%@2188] GR3D_FREQ 99% cpu@59.875C tboard@42.875C soc2@53.968C tdiode@47.625C soc0@54.25C gpu@58.781C tj@59.875C soc1@52.531C VDD_GPU_SOC 40751mW/36652mW VDD_CPU_CV 6791mW/5893mW VIN_SYS_5V0 9738mW/8877mW VDDQ_VDD2_1V8AO 4449mW/3842mW
03-13-2025 18:54:42 RAM 10202/62841MB (lfb 7x4MB) SWAP 0/31421MB (cached 0MB) CPU [47%@2201,48%@2201,46%@2201,45%@2201,46%@1651,41%@1651,50%@1651,91%@1651,47%@2201,48%@2201,68%@2201,44%@2201] GR3D_FREQ 99% cpu@59.718C tboard@42.875C soc2@54.312C tdiode@48.25C soc0@54.468C gpu@59.031C tj@59.718C soc1@52.437C VDD_GPU_SOC 42748mW/36695mW VDD_CPU_CV 6394mW/5896mW VIN_SYS_5V0 10042mW/8885mW VDDQ_VDD2_1V8AO 4550mW/3847mW
03-13-2025 18:54:43 RAM 10142/62841MB (lfb 17x4MB) SWAP 0/31421MB (cached 0MB) CPU [42%@1574,39%@1574,57%@1574,43%@1574,52%@1728,52%@1728,46%@1728,42%@1728,39%@2201,37%@2201,100%@2201,37%@2201] GR3D_FREQ 98% cpu@59.218C tboard@43C soc2@53.968C tdiode@47.625C soc0@54.125C gpu@57.5C tj@59.218C soc1@52.593C VDD_GPU_SOC 35157mW/36684mW VDD_CPU_CV 6392mW/5900mW VIN_SYS_5V0 9839mW/8892mW VDDQ_VDD2_1V8AO 4456mW/3851mW
03-13-2025 18:54:44 RAM 10139/62841MB (lfb 13x4MB) SWAP 0/31421MB (cached 0MB) CPU [49%@2201,43%@2201,46%@2201,43%@2201,53%@2201,65%@2201,40%@2201,33%@2201,46%@2201,78%@2201,41%@2201,45%@2201] GR3D_FREQ 99% cpu@59.5C tboard@43C soc2@54.343C tdiode@48.25C soc0@54.406C gpu@59.718C tj@59.718C soc1@52.687C VDD_GPU_SOC 41134mW/36716mW VDD_CPU_CV 6791mW/5906mW VIN_SYS_5V0 9941mW/8899mW VDDQ_VDD2_1V8AO 4550mW/3856mW
03-13-2025 18:54:45 RAM 10146/62841MB (lfb 15x4MB) SWAP 0/31421MB (cached 0MB) CPU [49%@1267,34%@1267,36%@1267,41%@1267,35%@1958,50%@1958,58%@1958,48%@1958,40%@2188,43%@2188,56%@2188,50%@2188] GR3D_FREQ 94% cpu@59.031C tboard@43.125C soc2@53.718C tdiode@47.25C soc0@54.156C gpu@58.468C tj@59.031C soc1@52.437C VDD_GPU_SOC 32747mW/36688mW VDD_CPU_CV 5591mW/5904mW VIN_SYS_5V0 9535mW/8904mW VDDQ_VDD2_1V8AO 4247mW/3859mW
03-13-2025 18:54:46 RAM 10148/62841MB (lfb 14x4MB) SWAP 0/31421MB (cached 0MB) CPU [44%@2201,41%@2201,49%@2201,52%@2201,34%@1574,40%@1574,58%@1574,45%@1574,43%@2201,41%@2201,69%@2201,51%@2201] GR3D_FREQ 99% cpu@59.593C tboard@43.125C soc2@54.343C tdiode@48C soc0@54.406C gpu@59.718C tj@59.718C soc1@52.625C VDD_GPU_SOC 40734mW/36716mW VDD_CPU_CV 6789mW/5910mW VIN_SYS_5V0 9839mW/8910mW VDDQ_VDD2_1V8AO 4449mW/3863mW
03-13-2025 18:54:47 RAM 10138/62841MB (lfb 19x4MB) SWAP 0/31421MB (cached 0MB) CPU [43%@883,35%@883,36%@883,48%@883,54%@1497,56%@1497,47%@1497,55%@1497,55%@2201,35%@2201,42%@2201,47%@2201] GR3D_FREQ 97% cpu@58.906C tboard@43.125C soc2@53.687C tdiode@47.25C soc0@54.093C gpu@57.25C tj@59C soc1@52.468C VDD_GPU_SOC 32760mW/36689mW VDD_CPU_CV 5992mW/5911mW VIN_SYS_5V0 9433mW/8914mW VDDQ_VDD2_1V8AO 4253mW/3865mW
03-13-2025 18:54:48 RAM 10172/62841MB (lfb 13x4MB) SWAP 0/31421MB (cached 0MB) CPU [41%@1190,33%@1190,32%@1190,63%@1190,45%@2201,38%@2201,50%@2201,58%@2201,42%@2201,71%@2201,44%@2201,40%@2201] GR3D_FREQ 99% cpu@59.812C tboard@43.25C soc2@54.375C tdiode@47.875C soc0@54.437C gpu@59.75C tj@59.812C soc1@52.656C VDD_GPU_SOC 41134mW/36719mW VDD_CPU_CV 6389mW/5914mW VIN_SYS_5V0 9941mW/8921mW VDDQ_VDD2_1V8AO 4550mW/3870mW
03-13-2025 18:54:49 RAM 10216/62841MB (lfb 5x4MB) SWAP 0/31421MB (cached 0MB) CPU [44%@2201,46%@2201,42%@2201,38%@2201,54%@2201,79%@2201,41%@2201,36%@2201,62%@1728,52%@1728,54%@1728,53%@1728] GR3D_FREQ 99% cpu@60.031C tboard@43.25C soc2@54.437C tdiode@48.125C soc0@54.531C gpu@59.843C tj@60.031C soc1@52.812C VDD_GPU_SOC 42332mW/36757mW VDD_CPU_CV 6791mW/5920mW VIN_SYS_5V0 9839mW/8927mW VDDQ_VDD2_1V8AO 4449mW/3874mW
03-13-2025 18:54:50 RAM 10196/62841MB (lfb 9x4MB) SWAP 0/31421MB (cached 0MB) CPU [42%@1804,59%@1804,38%@1804,51%@1804,52%@2201,62%@2201,51%@2201,33%@2201,37%@2201,45%@2201,37%@2201,56%@2201] GR3D_FREQ 99% cpu@59.875C tboard@43.25C soc2@54.656C tdiode@48.25C soc0@54.75C gpu@59.843C tj@59.875C soc1@52.781C VDD_GPU_SOC 42731mW/36798mW VDD_CPU_CV 6392mW/5923mW VIN_SYS_5V0 9839mW/8933mW VDDQ_VDD2_1V8AO 4550mW/3879mW
03-13-2025 18:54:51 RAM 10152/62841MB (lfb 14x4MB) SWAP 0/31421MB (cached 0MB) CPU [41%@2035,39%@2035,41%@2035,57%@2035,58%@2201,45%@2201,36%@2201,71%@2201,50%@2112,37%@2112,33%@2112,79%@2112] GR3D_FREQ 99% cpu@60.375C tboard@43.375C soc2@54.656C tdiode@48.375C soc0@54.718C gpu@60.406C tj@60.406C soc1@52.875C VDD_GPU_SOC 43148mW/36840mW VDD_CPU_CV 6392mW/5926mW VIN_SYS_5V0 9738mW/8939mW VDDQ_VDD2_1V8AO 4348mW/3882mW
03-13-2025 18:54:52 RAM 10176/62841MB (lfb 10x4MB) SWAP 0/31421MB (cached 0MB) CPU [46%@2201,41%@2201,47%@2201,53%@2201,49%@2201,39%@2201,58%@2201,48%@2201,59%@2201,44%@2201,46%@2201,54%@2201] GR3D_FREQ 99% cpu@60C tboard@43.375C soc2@54.718C tdiode@48.25C soc0@54.812C gpu@60.312C tj@60.312C soc1@53.125C VDD_GPU_SOC 43148mW/36882mW VDD_CPU_CV 6392mW/5929mW VIN_SYS_5V0 9839mW/8945mW VDDQ_VDD2_1V8AO 4449mW/3886mW
03-13-2025 18:54:53 RAM 10189/62841MB (lfb 7x4MB) SWAP 0/31421MB (cached 0MB) CPU [43%@2201,48%@2201,36%@2201,38%@2201,39%@2201,61%@2201,56%@2201,63%@2201,47%@2201,50%@2201,70%@2201,49%@2201] GR3D_FREQ 99% cpu@60.093C tboard@43.5C soc2@54.625C tdiode@48.25C soc0@54.812C gpu@59.656C tj@60.093C soc1@52.937C VDD_GPU_SOC 40351mW/36905mW VDD_CPU_CV 6791mW/5935mW VIN_SYS_5V0 9738mW/8950mW VDDQ_VDD2_1V8AO 4348mW/3889mW
03-13-2025 18:54:54 RAM 10132/62841MB (lfb 18x4MB) SWAP 0/31421MB (cached 0MB) CPU [42%@1113,44%@1113,45%@1113,43%@1113,48%@2201,54%@2201,42%@2201,81%@2201,39%@2201,39%@2201,64%@2201,45%@2201] GR3D_FREQ 99% cpu@60.093C tboard@43.5C soc2@54.593C tdiode@48.5C soc0@54.718C gpu@60.218C tj@60.218C soc1@53.031C VDD_GPU_SOC 39552mW/36923mW VDD_CPU_CV 6791mW/5941mW VIN_SYS_5V0 9636mW/8954mW VDDQ_VDD2_1V8AO 4348mW/3892mW
03-13-2025 18:54:55 RAM 10191/62841MB (lfb 8x4MB) SWAP 0/31421MB (cached 0MB) CPU [40%@2201,56%@2201,51%@2201,33%@2201,47%@1881,50%@1881,51%@1881,59%@1881,57%@1344,63%@1344,44%@1344,40%@1344] GR3D_FREQ 98% cpu@60.125C tboard@43.625C soc2@54.875C tdiode@48.75C soc0@54.906C gpu@59.437C tj@60.125C soc1@53.218C VDD_GPU_SOC 41949mW/36956mW VDD_CPU_CV 6392mW/5943mW VIN_SYS_5V0 9636mW/8959mW VDDQ_VDD2_1V8AO 4348mW/3895mW
03-13-2025 18:54:56 RAM 10135/62841MB (lfb 20x4MB) SWAP 0/31421MB (cached 0MB) CPU [39%@960,43%@960,54%@960,64%@2201,46%@2201,35%@2201,80%@2201,53%@2201,47%@2201,46%@2201,41%@2201,41%@2201] GR3D_FREQ 99% cpu@59.843C tboard@43.625C soc2@54.937C tdiode@48.75C soc0@55.031C gpu@59C tj@59.843C soc1@53.093C VDD_GPU_SOC 41949mW/36988mW VDD_CPU_CV 6392mW/5946mW VIN_SYS_5V0 9535mW/8963mW VDDQ_VDD2_1V8AO 4247mW/3897mW
03-13-2025 18:54:57 RAM 10141/62841MB (lfb 17x4MB) SWAP 0/31421MB (cached 0MB) CPU [44%@2201,38%@2201,46%@2201,51%@2201,45%@2035,56%@2035,65%@2035,61%@2035,44%@2201,36%@2201,52%@2201,67%@2201] GR3D_FREQ 99% cpu@59.437C tboard@43.75C soc2@54.812C tdiode@48.625C soc0@55C gpu@59.593C tj@59.593C soc1@53.312C VDD_GPU_SOC 41533mW/37017mW VDD_CPU_CV 6791mW/5952mW VIN_SYS_5V0 9839mW/8968mW VDDQ_VDD2_1V8AO 4449mW/3900mW
03-13-2025 18:54:58 RAM 10149/62841MB (lfb 13x4MB) SWAP 0/31421MB (cached 0MB) CPU [44%@2201,47%@2201,53%@2201,62%@2201,43%@2201,64%@2201,60%@2201,51%@2201,48%@2188,45%@2188,56%@2188,40%@2188] GR3D_FREQ 99% cpu@60.656C tboard@43.75C soc2@54.968C tdiode@49C soc0@55.031C gpu@60.312C tj@60.656C soc1@53.25C VDD_GPU_SOC 42332mW/37051mW VDD_CPU_CV 6791mW/5957mW VIN_SYS_5V0 9941mW/8974mW VDDQ_VDD2_1V8AO 4550mW/3905mW
03-13-2025 18:54:59 RAM 10193/62841MB (lfb 9x4MB) SWAP 0/31421MB (cached 0MB) CPU [42%@2201,36%@2201,45%@2201,39%@2201,50%@1113,47%@1113,46%@1113,43%@1113,53%@2201,51%@2201,62%@2201,67%@2201] GR3D_FREQ 99% cpu@60.031C tboard@43.75C soc2@55.25C tdiode@48.875C soc0@55.156C gpu@60.343C tj@60.343C soc1@53.406C VDD_GPU_SOC 43929mW/37095mW VDD_CPU_CV 6389mW/5960mW VIN_SYS_5V0 9839mW/8980mW VDDQ_VDD2_1V8AO 4449mW/3908mW
03-13-2025 18:55:00 RAM 10131/62841MB (lfb 20x4MB) SWAP 0/31421MB (cached 0MB) CPU [43%@2201,36%@2201,51%@2201,43%@2201,67%@2201,41%@2201,59%@2201,65%@2201,47%@1267,38%@1267,58%@1267,53%@1267] GR3D_FREQ 99% cpu@60.531C tboard@43.875C soc2@55.125C tdiode@49C soc0@55.25C gpu@61C tj@61C soc1@53.468C VDD_GPU_SOC 43130mW/37133mW VDD_CPU_CV 6392mW/5963mW VIN_SYS_5V0 9738mW/8985mW VDDQ_VDD2_1V8AO 4355mW/3911mW
03-13-2025 18:55:01 RAM 10183/62841MB (lfb 6x4MB) SWAP 0/31421MB (cached 0MB) CPU [47%@2201,38%@2201,64%@2201,61%@2201,49%@2201,50%@2201,76%@2201,42%@2201,42%@2035,43%@2035,59%@2035,54%@2035] GR3D_FREQ 99% cpu@60.593C tboard@43.875C soc2@55.25C tdiode@49C soc0@55.343C gpu@60.562C tj@60.843C soc1@53.437C VDD_GPU_SOC 42731mW/37169mW VDD_CPU_CV 7191mW/5970mW VIN_SYS_5V0 9839mW/8990mW VDDQ_VDD2_1V8AO 4449mW/3914mW
03-13-2025 18:55:02 RAM 10150/62841MB (lfb 13x4MB) SWAP 0/31421MB (cached 0MB) CPU [37%@2201,50%@2201,48%@2201,56%@2201,46%@2201,60%@2201,40%@2201,31%@2201,46%@2201,47%@2201,41%@2201,65%@2201] GR3D_FREQ 99% cpu@60.625C tboard@44C soc2@55.437C tdiode@49.25C soc0@55.312C gpu@61C tj@61C soc1@53.562C VDD_GPU_SOC 43130mW/37206mW VDD_CPU_CV 6791mW/5976mW VIN_SYS_5V0 9839mW/8995mW VDDQ_VDD2_1V8AO 4449mW/3918mW
03-13-2025 18:55:03 RAM 10137/62841MB (lfb 15x4MB) SWAP 0/31421MB (cached 0MB) CPU [39%@883,46%@2201,30%@2201,57%@2201,52%@2201,39%@2201,41%@2201,42%@2201,50%@2201,38%@2201,53%@2201,66%@2201] GR3D_FREQ 99% cpu@60.812C tboard@44C soc2@55.281C tdiode@48.875C soc0@55.375C gpu@60.968C tj@60.968C soc1@53.75C VDD_GPU_SOC 42731mW/37240mW VDD_CPU_CV 6389mW/5978mW VIN_SYS_5V0 9839mW/9001mW VDDQ_VDD2_1V8AO 4449mW/3921mW
03-13-2025 18:55:04 RAM 10154/62841MB (lfb 13x4MB) SWAP 0/31421MB (cached 0MB) CPU [45%@1958,40%@1958,39%@1958,46%@1958,60%@2201,50%@2201,52%@2201,42%@2201,47%@1574,51%@1574,67%@1574,44%@1574] GR3D_FREQ 99% cpu@61.125C tboard@44.125C soc2@55.281C tdiode@49.375C soc0@55.437C gpu@60.406C tj@61.125C soc1@53.781C VDD_GPU_SOC 41932mW/37269mW VDD_CPU_CV 6392mW/5981mW VIN_SYS_5V0 9738mW/9005mW VDDQ_VDD2_1V8AO 4348mW/3924mW
03-13-2025 18:55:05 RAM 10152/62841MB (lfb 13x4MB) SWAP 0/31421MB (cached 0MB) CPU [46%@883,50%@883,52%@883,64%@883,45%@2201,56%@2201,51%@2201,45%@2201,53%@2035,43%@2035,56%@2035,56%@2035] GR3D_FREQ 99% cpu@60.625C tboard@44.125C soc2@55.375C tdiode@49.25C soc0@55.375C gpu@61.531C tj@61.531C soc1@53.656C VDD_GPU_SOC 43130mW/37305mW VDD_CPU_CV 6789mW/5986mW VIN_SYS_5V0 9839mW/9010mW VDDQ_VDD2_1V8AO 4456mW/3927mW
03-13-2025 18:55:06 RAM 10146/62841MB (lfb 12x4MB) SWAP 0/31421MB (cached 0MB) CPU [47%@2201,54%@2201,42%@2201,53%@2201,43%@2201,54%@2201,53%@2201,49%@2201,53%@1728,45%@1728,62%@1728,54%@1728] GR3D_FREQ 99% cpu@60.687C tboard@44.25C soc2@55.562C tdiode@49.25C soc0@55.468C gpu@60.781C tj@60.781C soc1@53.875C VDD_GPU_SOC 41932mW/37333mW VDD_CPU_CV 6789mW/5991mW VIN_SYS_5V0 9941mW/9016mW VDDQ_VDD2_1V8AO 4550mW/3931mW
03-13-2025 18:55:07 RAM 10154/62841MB (lfb 9x4MB) SWAP 0/31421MB (cached 0MB) CPU [49%@2201,55%@2201,44%@2201,73%@2201,42%@2201,48%@2201,69%@2201,42%@2201,45%@960,56%@960,50%@960,49%@960] GR3D_FREQ 96% cpu@60.5C tboard@44.25C soc2@55.187C tdiode@49.375C soc0@55.312C gpu@58.531C tj@60.5C soc1@53.75C VDD_GPU_SOC 36370mW/37327mW VDD_CPU_CV 6394mW/5993mW VIN_SYS_5V0 9839mW/9021mW VDDQ_VDD2_1V8AO 4456mW/3934mW
03-13-2025 18:55:08 RAM 10151/62841MB (lfb 12x4MB) SWAP 0/31421MB (cached 0MB) CPU [43%@2201,42%@2201,56%@2201,64%@2201,41%@1113,49%@1113,56%@1113,38%@1113,44%@1497,43%@1497,37%@1497,40%@1497] GR3D_FREQ 99% cpu@60.406C tboard@44.375C soc2@55.593C tdiode@49C soc0@55.406C gpu@61.062C tj@61.062C soc1@53.781C VDD_GPU_SOC 39936mW/37343mW VDD_CPU_CV 5990mW/5993mW VIN_SYS_5V0 9941mW/9027mW VDDQ_VDD2_1V8AO 4449mW/3937mW
03-13-2025 18:55:09 RAM 10167/62841MB (lfb 15x4MB) SWAP 0/31421MB (cached 0MB) CPU [52%@2201,46%@2201,55%@2201,59%@2201,52%@1036,44%@1036,52%@1036,43%@1036,56%@2188,39%@2188,48%@2188,48%@2188] GR3D_FREQ 99% cpu@60.218C tboard@44.375C soc2@55.75C tdiode@49.375C soc0@55.593C gpu@60.875C tj@60.875C soc1@53.937C VDD_GPU_SOC 42748mW/37375mW VDD_CPU_CV 6392mW/5995mW VIN_SYS_5V0 9941mW/9032mW VDDQ_VDD2_1V8AO 4449mW/3940mW
03-13-2025 18:55:10 RAM 10167/62841MB (lfb 11x4MB) SWAP 0/31421MB (cached 0MB) CPU [48%@2201,68%@2201,68%@2201,40%@2201,45%@1344,45%@1344,47%@1344,60%@1344,60%@2201,53%@2201,47%@2201,52%@2201] GR3D_FREQ 99% cpu@60.968C tboard@44.375C soc2@55.843C tdiode@49.5C soc0@55.625C gpu@61.281C tj@61.281C soc1@53.875C VDD_GPU_SOC 44746mW/37419mW VDD_CPU_CV 6392mW/5998mW VIN_SYS_5V0 10042mW/9038mW VDDQ_VDD2_1V8AO 4550mW/3944mW
03-13-2025 18:55:11 RAM 10197/62841MB (lfb 7x4MB) SWAP 0/31421MB (cached 0MB) CPU [49%@1881,50%@1881,51%@1881,73%@1881,44%@2201,54%@2201,55%@2201,40%@2201,47%@2201,36%@2201,32%@2201,57%@2201] GR3D_FREQ 99% cpu@60.781C tboard@44.5C soc2@55.75C tdiode@48.875C soc0@55.781C gpu@59.906C tj@60.781C soc1@54C VDD_GPU_SOC 42748mW/37451mW VDD_CPU_CV 6392mW/6000mW VIN_SYS_5V0 9738mW/9042mW VDDQ_VDD2_1V8AO 4355mW/3946mW
03-13-2025 18:55:12 RAM 10177/62841MB (lfb 12x4MB) SWAP 0/31421MB (cached 0MB) CPU [41%@1574,42%@1574,56%@1574,42%@1574,56%@1497,39%@1497,61%@1497,46%@1497,42%@2201,66%@2201,67%@2201,37%@2201] GR3D_FREQ 99% cpu@60.812C tboard@44.5C soc2@55.687C tdiode@49.625C soc0@55.812C gpu@61.375C tj@61.375C soc1@53.937C VDD_GPU_SOC 41533mW/37475mW VDD_CPU_CV 6389mW/6002mW VIN_SYS_5V0 9636mW/9046mW VDDQ_VDD2_1V8AO 4348mW/3948mW
03-13-2025 18:55:13 RAM 10153/62841MB (lfb 10x4MB) SWAP 0/31421MB (cached 0MB) CPU [52%@2201,40%@2201,42%@2201,65%@2201,52%@1344,56%@1344,43%@1344,41%@1344,53%@2201,66%@2201,66%@2201,46%@2201] GR3D_FREQ 99% cpu@60.937C tboard@44.5C soc2@55.687C tdiode@49.5C soc0@55.625C gpu@59.968C tj@60.937C soc1@54.093C VDD_GPU_SOC 40751mW/37494mW VDD_CPU_CV 6791mW/6007mW VIN_SYS_5V0 9839mW/9050mW VDDQ_VDD2_1V8AO 4449mW/3951mW
03-13-2025 18:55:14 RAM 10151/62841MB (lfb 14x4MB) SWAP 0/31421MB (cached 0MB) CPU [45%@2201,67%@2201,47%@2201,54%@2201,60%@2201,50%@2201,40%@2201,42%@2201,41%@1036,57%@1036,64%@1036,45%@1036] GR3D_FREQ 99% cpu@61.031C tboard@44.625C soc2@56.062C tdiode@49.625C soc0@55.968C gpu@61.375C tj@61.875C soc1@53.968C VDD_GPU_SOC 43148mW/37527mW VDD_CPU_CV 6789mW/6011mW VIN_SYS_5V0 9941mW/9055mW VDDQ_VDD2_1V8AO 4456mW/3954mW
03-13-2025 18:55:15 RAM 10134/62841MB (lfb 17x4MB) SWAP 0/31421MB (cached 0MB) CPU [48%@2201,40%@2201,38%@2201,54%@2201,77%@2201,39%@2201,37%@2201,41%@2201,48%@2201,42%@2201,49%@2201,49%@2201] GR3D_FREQ 99% cpu@60.906C tboard@44.625C soc2@56.093C tdiode@49.75C soc0@55.843C gpu@61.812C tj@61.812C soc1@54.156C VDD_GPU_SOC 43130mW/37559mW VDD_CPU_CV 6392mW/6014mW VIN_SYS_5V0 9738mW/9059mW VDDQ_VDD2_1V8AO 4348mW/3957mW
03-13-2025 18:55:16 RAM 10216/62841MB (lfb 5x4MB) SWAP 0/31421MB (cached 0MB) CPU [45%@2201,52%@2201,64%@2201,48%@2201,58%@1574,45%@1574,46%@1574,42%@1574,70%@2201,42%@2201,68%@2201,32%@2201] GR3D_FREQ 98% cpu@60.968C tboard@44.75C soc2@55.875C tdiode@49.75C soc0@55.843C gpu@60.656C tj@61.187C soc1@54.375C VDD_GPU_SOC 41550mW/37582mW VDD_CPU_CV 6791mW/6018mW VIN_SYS_5V0 9839mW/9064mW VDDQ_VDD2_1V8AO 4449mW/3959mW
03-13-2025 18:55:17 RAM 10210/62841MB (lfb 7x4MB) SWAP 0/31421MB (cached 0MB) CPU [45%@2201,55%@2201,66%@2201,48%@2201,40%@729,51%@729,56%@729,44%@729,87%@2201,51%@2201,51%@2201,47%@2201] GR3D_FREQ 99% cpu@60.812C tboard@44.75C soc2@56.093C tdiode@49.625C soc0@55.906C gpu@61.562C tj@61.562C soc1@54.281C VDD_GPU_SOC 41134mW/37602mW VDD_CPU_CV 6791mW/6023mW VIN_SYS_5V0 9839mW/9068mW VDDQ_VDD2_1V8AO 4449mW/3962mW
03-13-2025 18:55:18 RAM 10159/62841MB (lfb 13x4MB) SWAP 0/31421MB (cached 0MB) CPU [40%@2201,44%@2201,74%@2201,42%@2201,51%@2201,43%@2201,45%@2201,64%@2201,48%@2201,46%@2201,34%@2201,58%@2201] GR3D_FREQ 96% cpu@61.5C tboard@44.75C soc2@55.843C tdiode@49.375C soc0@55.781C gpu@60.406C tj@61.187C soc1@54.312C VDD_GPU_SOC 39952mW/37616mW VDD_CPU_CV 6791mW/6027mW VIN_SYS_5V0 9839mW/9073mW VDDQ_VDD2_1V8AO 4449mW/3965mW
03-13-2025 18:55:19 RAM 10212/62841MB (lfb 8x4MB) SWAP 0/31421MB (cached 0MB) CPU [45%@1267,38%@1267,51%@1267,49%@1267,41%@2201,62%@2201,52%@2201,55%@2201,56%@2201,41%@2201,50%@2201,68%@2201] GR3D_FREQ 99% cpu@61.281C tboard@44.875C soc2@56.031C tdiode@49.5C soc0@55.875C gpu@61.25C tj@61.281C soc1@54.5C VDD_GPU_SOC 41150mW/37636mW VDD_CPU_CV 6789mW/6031mW VIN_SYS_5V0 9839mW/9077mW VDDQ_VDD2_1V8AO 4449mW/3968mW
03-13-2025 18:55:20 RAM 10153/62841MB (lfb 12x4MB) SWAP 0/31421MB (cached 0MB) CPU [47%@2188,33%@2188,36%@2188,61%@2188,39%@2201,53%@2201,38%@2201,68%@2201,37%@1881,38%@1881,62%@1881,59%@1881] GR3D_FREQ 99% cpu@61.375C tboard@44.875C soc2@56.156C tdiode@49.875C soc0@55.937C gpu@61.281C tj@61.375C soc1@54.375C VDD_GPU_SOC 41533mW/37658mW VDD_CPU_CV 6389mW/6033mW VIN_SYS_5V0 9738mW/9081mW VDDQ_VDD2_1V8AO 4348mW/3970mW
03-13-2025 18:55:21 RAM 10213/62841MB (lfb 5x4MB) SWAP 0/31421MB (cached 0MB) CPU [50%@2201,36%@2201,65%@2201,37%@2201,51%@2201,65%@2201,51%@2201,36%@2201,44%@2201,38%@2201,55%@2201,40%@2201] GR3D_FREQ 99% cpu@61.281C tboard@44.875C soc2@56.093C tdiode@49.75C soc0@56.093C gpu@61.437C tj@61.437C soc1@54.406C VDD_GPU_SOC 42332mW/37684mW VDD_CPU_CV 6791mW/6037mW VIN_SYS_5V0 9839mW/9085mW VDDQ_VDD2_1V8AO 4449mW/3972mW
03-13-2025 18:55:22 RAM 10201/62841MB (lfb 11x4MB) SWAP 0/31421MB (cached 0MB) CPU [43%@2201,47%@2201,70%@2201,55%@2201,43%@1267,54%@1267,75%@1267,44%@1267,45%@1651,47%@1651,46%@1651,46%@1651] GR3D_FREQ 69% cpu@61.125C tboard@45C soc2@56.062C tdiode@49.875C soc0@56.031C gpu@60.031C tj@61.125C soc1@54.406C VDD_GPU_SOC 40767mW/37701mW VDD_CPU_CV 6394mW/6039mW VIN_SYS_5V0 9636mW/9088mW VDDQ_VDD2_1V8AO 4355mW/3975mW
03-13-2025 18:55:23 RAM 10192/62841MB (lfb 12x4MB) SWAP 0/31421MB (cached 0MB) CPU [42%@2201,39%@2201,71%@2201,46%@2201,49%@2201,46%@2201,63%@2201,53%@2201,64%@2201,48%@2201,45%@2201,38%@2201] GR3D_FREQ 99% cpu@61.312C tboard@45C soc2@56.312C tdiode@49.625C soc0@56.281C gpu@61.968C tj@61.968C soc1@54.562C VDD_GPU_SOC 42731mW/37729mW VDD_CPU_CV 6791mW/6044mW VIN_SYS_5V0 9839mW/9092mW VDDQ_VDD2_1V8AO 4449mW/3977mW
03-13-2025 18:55:24 RAM 10154/62841MB (lfb 15x4MB) SWAP 0/31421MB (cached 0MB) CPU [40%@2201,32%@2201,45%@2201,38%@2201,54%@2112,52%@2112,63%@2112,37%@2112,36%@2201,56%@2201,64%@2201,39%@2201] GR3D_FREQ 99% cpu@60.968C tboard@45.125C soc2@56.375C tdiode@50.125C soc0@56.343C gpu@61.906C tj@61.906C soc1@54.75C VDD_GPU_SOC 43530mW/37761mW VDD_CPU_CV 6392mW/6045mW VIN_SYS_5V0 9839mW/9096mW VDDQ_VDD2_1V8AO 4449mW/3980mW
03-13-2025 18:55:25 RAM 10212/62841MB (lfb 7x4MB) SWAP 0/31421MB (cached 0MB) CPU [44%@2201,41%@2201,43%@2201,54%@2201,47%@2035,43%@2035,46%@2035,66%@2035,47%@2201,44%@2201,61%@2201,49%@2201] GR3D_FREQ 94% cpu@61.75C tboard@45.125C soc2@56.468C tdiode@49.75C soc0@56.187C gpu@60.75C tj@61.75C soc1@54.625C VDD_GPU_SOC 42748mW/37788mW VDD_CPU_CV 6392mW/6047mW VIN_SYS_5V0 9839mW/9100mW VDDQ_VDD2_1V8AO 4456mW/3982mW
03-13-2025 18:55:26 RAM 10202/62841MB (lfb 9x4MB) SWAP 0/31421MB (cached 0MB) CPU [42%@2201,65%@2201,52%@2201,58%@2201,44%@2201,51%@2201,40%@2201,48%@2201,50%@1036,51%@1036,38%@1036,61%@1036] GR3D_FREQ 99% cpu@62.156C tboard@45.125C soc2@56.531C tdiode@50.125C soc0@56.343C gpu@61.812C tj@62.156C soc1@54.75C VDD_GPU_SOC 43148mW/37817mW VDD_CPU_CV 6392mW/6049mW VIN_SYS_5V0 9839mW/9104mW VDDQ_VDD2_1V8AO 4456mW/3985mW
03-13-2025 18:55:27 RAM 10174/62841MB (lfb 15x4MB) SWAP 0/31421MB (cached 0MB) CPU [41%@2201,66%@2201,47%@2201,53%@2201,41%@1420,65%@1420,52%@1420,38%@1420,72%@2201,38%@2201,42%@2201,37%@2201] GR3D_FREQ 99% cpu@61.562C tboard@45.25C soc2@56.312C tdiode@50.125C soc0@56.375C gpu@61.187C tj@61.562C soc1@54.656C VDD_GPU_SOC 40351mW/37831mW VDD_CPU_CV 6392mW/6051mW VIN_SYS_5V0 9738mW/9108mW VDDQ_VDD2_1V8AO 4456mW/3987mW
03-13-2025 18:55:28 RAM 10183/62841MB (lfb 6x4MB) SWAP 0/31421MB (cached 0MB) CPU [50%@2201,44%@2201,50%@2201,47%@2201,46%@960,50%@960,55%@960,45%@960,59%@2201,42%@2201,69%@2201,50%@2201] GR3D_FREQ 98% cpu@61.343C tboard@45.25C soc2@56.125C tdiode@50.125C soc0@56.281C gpu@59.406C tj@61.343C soc1@54.812C VDD_GPU_SOC 39968mW/37842mW VDD_CPU_CV 6394mW/6053mW VIN_SYS_5V0 9839mW/9112mW VDDQ_VDD2_1V8AO 4456mW/3990mW
03-13-2025 18:55:29 RAM 10176/62841MB (lfb 11x4MB) SWAP 0/31421MB (cached 0MB) CPU [51%@2201,34%@2201,40%@2201,48%@2201,43%@729,48%@729,39%@729,43%@729,79%@2201,29%@2201,34%@2201,41%@2201] GR3D_FREQ 99% cpu@61C tboard@45.375C soc2@56.281C tdiode@49.25C soc0@56.218C gpu@60.531C tj@61C soc1@54.625C VDD_GPU_SOC 39137mW/37849mW VDD_CPU_CV 5591mW/6050mW VIN_SYS_5V0 9855mW/9116mW VDDQ_VDD2_1V8AO 4456mW/3992mW
03-13-2025 18:55:30 RAM 10159/62841MB (lfb 11x4MB) SWAP 0/31421MB (cached 0MB) CPU [49%@806,41%@806,42%@806,66%@806,46%@1728,50%@1728,61%@1728,46%@1728,58%@2201,45%@2201,44%@2201,68%@2201] GR3D_FREQ 99% cpu@61.593C tboard@45.375C soc2@56.5C tdiode@49.75C soc0@56.343C gpu@61.375C tj@61.375C soc1@54.781C VDD_GPU_SOC 42748mW/37875mW VDD_CPU_CV 6392mW/6052mW VIN_SYS_5V0 10058mW/9121mW VDDQ_VDD2_1V8AO 4651mW/3996mW
03-13-2025 18:55:31 RAM 10217/62841MB (lfb 6x4MB) SWAP 0/31421MB (cached 0MB) CPU [47%@2201,63%@2201,42%@2201,49%@2201,48%@2201,52%@2201,52%@2201,47%@2201,68%@1036,63%@1036,50%@1036,49%@1036] GR3D_FREQ 99% cpu@61.781C tboard@45.375C soc2@56.5C tdiode@50.125C soc0@56.406C gpu@61.343C tj@61.781C soc1@54.968C VDD_GPU_SOC 41932mW/37897mW VDD_CPU_CV 6392mW/6054mW VIN_SYS_5V0 9956mW/9125mW VDDQ_VDD2_1V8AO 4557mW/3999mW
03-13-2025 18:55:32 RAM 10217/62841MB (lfb 6x4MB) SWAP 0/31421MB (cached 0MB) CPU [48%@1267,56%@1267,40%@1267,53%@1267,35%@2201,76%@2201,47%@2201,65%@2201,49%@729,47%@729,49%@729,46%@729] GR3D_FREQ 99% cpu@61.843C tboard@45.375C soc2@56.75C tdiode@50.5C soc0@56.468C gpu@60.781C tj@61.812C soc1@54.843C VDD_GPU_SOC 42748mW/37922mW VDD_CPU_CV 6392mW/6056mW VIN_SYS_5V0 10042mW/9130mW VDDQ_VDD2_1V8AO 4550mW/4002mW
03-13-2025 18:55:33 RAM 10219/62841MB (lfb 5x4MB) SWAP 0/31421MB (cached 0MB) CPU [50%@2201,59%@2201,50%@2201,44%@2201,55%@2201,52%@2201,74%@2201,68%@2201,48%@1267,47%@1267,44%@1267,47%@1267] GR3D_FREQ 99% cpu@62.156C tboard@45.5C soc2@56.593C tdiode@50C soc0@56.593C gpu@61.812C tj@62.156C soc1@55.031C VDD_GPU_SOC 42748mW/37947mW VDD_CPU_CV 6791mW/6060mW VIN_SYS_5V0 10144mW/9135mW VDDQ_VDD2_1V8AO 4651mW/4005mW
03-13-2025 18:55:35 RAM 10054/62841MB (lfb 33x4MB) SWAP 0/31421MB (cached 0MB) CPU [35%@2201,29%@2201,27%@2201,35%@2201,27%@1804,42%@1804,34%@1804,68%@1804,33%@960,39%@960,31%@960,31%@960] GR3D_FREQ 0% cpu@60.343C tboard@45.5C soc2@55C tdiode@49.875C soc0@55.531C gpu@55.718C tj@60.343C soc1@54.75C VDD_GPU_SOC 17592mW/37841mW VDD_CPU_CV 4396mW/6051mW VIN_SYS_5V0 6796mW/9123mW VDDQ_VDD2_1V8AO 2228mW/3996mW
03-13-2025 18:55:36 RAM 8692/62841MB (lfb 37x4MB) SWAP 0/31421MB (cached 0MB) CPU [8%@2201,3%@2201,1%@2201,11%@2201,8%@729,2%@729,12%@729,35%@729,25%@2201,22%@2201,3%@2201,13%@2201] GR3D_FREQ 0% cpu@58.875C tboard@45.5C soc2@53.781C tdiode@47.375C soc0@54.937C gpu@54.531C tj@58.906C soc1@54.468C VDD_GPU_SOC 5193mW/37672mW VDD_CPU_CV 2396mW/6032mW VIN_SYS_5V0 4658mW/9100mW VDDQ_VDD2_1V8AO 1011mW/3981mW
03-13-2025 18:55:37 RAM 8312/62841MB (lfb 50x4MB) SWAP 0/31421MB (cached 0MB) CPU [3%@2201,10%@2201,1%@2201,4%@2201,0%@729,4%@729,9%@729,6%@729,58%@1036,0%@1036,2%@1036,12%@1036] GR3D_FREQ 0% cpu@58.25C tboard@45.5C soc2@53.406C tdiode@47C soc0@54.5C gpu@53.843C tj@58.25C soc1@53.968C VDD_GPU_SOC 3595mW/37497mW VDD_CPU_CV 1996mW/6011mW VIN_SYS_5V0 4253mW/9075mW VDDQ_VDD2_1V8AO 910mW/3965mW
03-13-2025 18:55:38 RAM 8308/62841MB (lfb 51x4MB) SWAP 0/31421MB (cached 0MB) CPU [3%@2201,4%@2201,0%@2201,2%@2201,5%@729,6%@729,0%@729,0%@729,3%@2201,12%@2201,2%@2201,1%@2201] GR3D_FREQ 0% cpu@57.531C tboard@45.375C soc2@52.937C tdiode@46.625C soc0@54.218C gpu@52.968C tj@57.593C soc1@53.875C VDD_GPU_SOC 3196mW/37321mW VDD_CPU_CV 1198mW/5987mW VIN_SYS_5V0 4152mW/9050mW VDDQ_VDD2_1V8AO 808mW/3949mW
03-13-2025 18:55:39 RAM 8305/62841MB (lfb 51x4MB) SWAP 0/31421MB (cached 0MB) CPU [1%@2201,4%@2201,0%@2201,0%@2201,7%@1728,7%@1728,0%@1728,0%@1728,4%@729,2%@729,2%@729,2%@729] GR3D_FREQ 0% cpu@57.437C tboard@45.375C soc2@52.656C tdiode@46.25C soc0@53.937C gpu@52.937C tj@57.437C soc1@53.406C VDD_GPU_SOC 3196mW/37147mW VDD_CPU_CV 1198mW/5962mW VIN_SYS_5V0 4152mW/9025mW VDDQ_VDD2_1V8AO 808mW/3932mW

Performance with 4 persons constantly in the frame using a video file

  Stream #0:1(und): Video: h264 (High) (avc1 / 0x31637661), yuv420p(tv, bt709), 1920x1080, 14826 kb/s, 30 fps, 30 tbr, 600 tbn, 1200 tbc (default)

tegrastat output

03-13-2025 19:38:15 RAM 9785/62841MB (lfb 40x4MB) SWAP 0/31421MB (cached 0MB) CPU [2%@1190,0%@1190,0%@1190,0%@1190,100%@2201,0%@2201,1%@2201,0%@2201,5%@1267,4%@1267,3%@1267,18%@1267] GR3D_FREQ 0% cpu@42.906C tboard@29.875C soc2@37.843C tdiode@31.125C soc0@38.843C gpu@37.281C tj@42.906C soc1@38C VDD_GPU_SOC 3194mW/3194mW VDD_CPU_CV 3193mW/3193mW VIN_SYS_5V0 3943mW/3943mW VDDQ_VDD2_1V8AO 707mW/707mW
03-13-2025 19:38:16 RAM 9787/62841MB (lfb 40x4MB) SWAP 0/31421MB (cached 0MB) CPU [2%@729,0%@729,0%@729,0%@729,100%@2201,0%@2201,1%@2201,0%@2201,3%@1344,4%@1344,3%@1344,13%@1344] GR3D_FREQ 0% cpu@42.75C tboard@29.875C soc2@37.906C tdiode@31C soc0@38.906C gpu@37.281C tj@42.75C soc1@38.156C VDD_GPU_SOC 3194mW/3194mW VDD_CPU_CV 3193mW/3193mW VIN_SYS_5V0 3943mW/3943mW VDDQ_VDD2_1V8AO 707mW/707mW
03-13-2025 19:38:17 RAM 9808/62841MB (lfb 40x4MB) SWAP 0/31421MB (cached 0MB) CPU [4%@806,4%@806,8%@806,0%@806,93%@2201,1%@2201,1%@2201,0%@2201,3%@729,2%@729,0%@729,2%@729] GR3D_FREQ 11% cpu@43.187C tboard@29.875C soc2@37.843C tdiode@31C soc0@38.968C gpu@37.187C tj@43.343C soc1@37.968C VDD_GPU_SOC 3594mW/3327mW VDD_CPU_CV 3193mW/3193mW VIN_SYS_5V0 4247mW/4044mW VDDQ_VDD2_1V8AO 910mW/774mW
03-13-2025 19:38:18 RAM 9799/62841MB (lfb 39x4MB) SWAP 0/31421MB (cached 0MB) CPU [4%@2201,5%@2201,18%@2201,5%@2201,86%@2201,12%@2201,2%@2201,2%@2201,2%@2201,0%@2201,0%@2201,1%@2201] GR3D_FREQ 0% cpu@42.687C tboard@29.875C soc2@37.906C tdiode@31C soc0@38.843C gpu@37.187C tj@42.687C soc1@37.968C VDD_GPU_SOC 3594mW/3394mW VDD_CPU_CV 3193mW/3193mW VIN_SYS_5V0 4449mW/4145mW VDDQ_VDD2_1V8AO 1112mW/859mW
03-13-2025 19:38:19 RAM 9806/62841MB (lfb 39x4MB) SWAP 0/31421MB (cached 0MB) CPU [3%@2201,17%@2201,10%@2201,4%@2201,0%@2201,100%@2201,1%@2201,0%@2201,1%@2201,0%@2201,1%@2201,0%@2201] GR3D_FREQ 1% cpu@42.781C tboard@29.875C soc2@37.906C tdiode@31C soc0@38.843C gpu@37.375C tj@42.781C soc1@38.093C VDD_GPU_SOC 3194mW/3354mW VDD_CPU_CV 3193mW/3193mW VIN_SYS_5V0 4044mW/4125mW VDDQ_VDD2_1V8AO 707mW/828mW
03-13-2025 19:38:20 RAM 9807/62841MB (lfb 39x4MB) SWAP 0/31421MB (cached 0MB) CPU [3%@1651,17%@1651,0%@1651,2%@1651,0%@2201,100%@2201,1%@2201,0%@2201,2%@729,1%@729,0%@729,0%@729] GR3D_FREQ 0% cpu@42.875C tboard@29.875C soc2@37.937C tdiode@30.875C soc0@38.937C gpu@37.437C tj@42.875C soc1@38C VDD_GPU_SOC 3194mW/3327mW VDD_CPU_CV 3193mW/3193mW VIN_SYS_5V0 3943mW/4094mW VDDQ_VDD2_1V8AO 707mW/808mW
03-13-2025 19:38:21 RAM 9808/62841MB (lfb 39x4MB) SWAP 0/31421MB (cached 0MB) CPU [4%@1804,3%@1804,19%@1804,2%@1804,0%@2201,95%@2201,1%@2201,0%@2201,2%@2201,0%@2201,2%@2201,0%@2201] GR3D_FREQ 6% cpu@42.875C tboard@29.875C soc2@37.875C tdiode@31.125C soc0@38.843C gpu@37.312C tj@42.75C soc1@38.031C VDD_GPU_SOC 3594mW/3365mW VDD_CPU_CV 3193mW/3193mW VIN_SYS_5V0 4247mW/4116mW VDDQ_VDD2_1V8AO 910mW/822mW
03-13-2025 19:38:22 RAM 9832/62841MB (lfb 39x4MB) SWAP 0/31421MB (cached 0MB) CPU [3%@2201,6%@2201,10%@2201,3%@2201,0%@2201,98%@2201,3%@2201,3%@2201,3%@729,1%@729,0%@729,2%@729] GR3D_FREQ 5% cpu@42.843C tboard@29.875C soc2@37.843C tdiode@31C soc0@38.875C gpu@37.156C tj@42.843C soc1@38.093C VDD_GPU_SOC 3594mW/3394mW VDD_CPU_CV 3193mW/3193mW VIN_SYS_5V0 4348mW/4145mW VDDQ_VDD2_1V8AO 1011mW/846mW
03-13-2025 19:38:23 RAM 9931/62841MB (lfb 38x4MB) SWAP 0/31421MB (cached 0MB) CPU [13%@2201,17%@2201,20%@2201,11%@2201,8%@729,59%@729,9%@729,6%@729,11%@2201,7%@2201,7%@2201,23%@2201] GR3D_FREQ 0% cpu@42.375C tboard@29.875C soc2@37.875C tdiode@31.125C soc0@39C gpu@37.437C tj@42.375C soc1@38.25C VDD_GPU_SOC 3594mW/3416mW VDD_CPU_CV 3193mW/3193mW VIN_SYS_5V0 4145mW/4145mW VDDQ_VDD2_1V8AO 808mW/842mW
03-13-2025 19:38:24 RAM 10123/62841MB (lfb 33x4MB) SWAP 0/31421MB (cached 0MB) CPU [50%@729,8%@729,17%@729,25%@729,12%@1344,6%@1344,17%@1344,11%@1344,18%@1804,14%@1804,15%@1804,13%@1804] GR3D_FREQ 99% cpu@42.687C tboard@29.875C soc2@38.187C tdiode@31.125C soc0@39.312C gpu@38.593C tj@42.687C soc1@38.156C VDD_GPU_SOC 8386mW/3913mW VDD_CPU_CV 3193mW/3193mW VIN_SYS_5V0 5570mW/4287mW VDDQ_VDD2_1V8AO 1820mW/939mW
03-13-2025 19:38:25 RAM 10193/62841MB (lfb 15x4MB) SWAP 0/31421MB (cached 0MB) CPU [37%@2201,45%@2201,35%@2201,53%@2201,44%@1728,70%@1728,48%@1728,33%@1728,46%@1344,36%@1344,40%@1344,37%@1344] GR3D_FREQ 99% cpu@44.625C tboard@29.875C soc2@40.031C tdiode@33.75C soc0@40.562C gpu@44.5C tj@44.625C soc1@38.625C VDD_GPU_SOC 35942mW/6824mW VDD_CPU_CV 5588mW/3410mW VIN_SYS_5V0 8723mW/4691mW VDDQ_VDD2_1V8AO 3842mW/1203mW
03-13-2025 19:38:26 RAM 10242/62841MB (lfb 10x4MB) SWAP 0/31421MB (cached 0MB) CPU [34%@2201,50%@2201,45%@2201,46%@2201,33%@2201,60%@2201,43%@2201,46%@2201,39%@729,44%@729,58%@729,32%@729] GR3D_FREQ 99% cpu@45.75C tboard@30C soc2@40.593C tdiode@34.5C soc0@41.156C gpu@45.125C tj@45.75C soc1@38.875C VDD_GPU_SOC 39137mW/9517mW VDD_CPU_CV 5591mW/3592mW VIN_SYS_5V0 9028mW/5052mW VDDQ_VDD2_1V8AO 3943mW/1432mW
03-13-2025 19:38:27 RAM 10239/62841MB (lfb 10x4MB) SWAP 0/31421MB (cached 0MB) CPU [34%@2201,39%@2201,38%@2201,55%@2201,52%@2201,32%@2201,38%@2201,77%@2201,45%@729,31%@729,53%@729,30%@729] GR3D_FREQ 99% cpu@46.093C tboard@30.125C soc2@40.875C tdiode@35.125C soc0@41.312C gpu@45.875C tj@45.875C soc1@39.312C VDD_GPU_SOC 39121mW/11794mW VDD_CPU_CV 5591mW/3746mW VIN_SYS_5V0 9028mW/5358mW VDDQ_VDD2_1V8AO 3943mW/1625mW
03-13-2025 19:38:28 RAM 10228/62841MB (lfb 13x4MB) SWAP 0/31421MB (cached 0MB) CPU [35%@2201,46%@2201,38%@2201,65%@2201,50%@1420,38%@1420,61%@1420,40%@1420,35%@2201,71%@2201,37%@2201,32%@2201] GR3D_FREQ 99% cpu@46.25C tboard@30.25C soc2@41.218C tdiode@35.375C soc0@41.75C gpu@46.281C tj@46.281C soc1@39.625C VDD_GPU_SOC 39121mW/13746mW VDD_CPU_CV 5990mW/3906mW VIN_SYS_5V0 9028mW/5620mW VDDQ_VDD2_1V8AO 3943mW/1790mW
03-13-2025 19:38:29 RAM 10224/62841MB (lfb 13x4MB) SWAP 0/31421MB (cached 0MB) CPU [37%@2201,54%@2201,39%@2201,58%@2201,39%@2201,34%@2201,38%@2201,65%@2201,35%@2201,28%@2201,68%@2201,42%@2201] GR3D_FREQ 99% cpu@46.75C tboard@30.375C soc2@41.531C tdiode@35.625C soc0@42.093C gpu@46.5C tj@46.75C soc1@39.75C VDD_GPU_SOC 39137mW/15439mW VDD_CPU_CV 5591mW/4018mW VIN_SYS_5V0 9028mW/5847mW VDDQ_VDD2_1V8AO 3943mW/1934mW
03-13-2025 19:38:30 RAM 10232/62841MB (lfb 10x4MB) SWAP 0/31421MB (cached 0MB) CPU [38%@2201,71%@2201,35%@2201,38%@2201,42%@2201,36%@2201,39%@2201,38%@2201,43%@2201,37%@2201,50%@2201,76%@2201] GR3D_FREQ 99% cpu@47.093C tboard@30.5C soc2@41.562C tdiode@35.875C soc0@42.187C gpu@46.937C tj@47.093C soc1@40.031C VDD_GPU_SOC 39137mW/16920mW VDD_CPU_CV 5988mW/4141mW VIN_SYS_5V0 9028mW/6046mW VDDQ_VDD2_1V8AO 3943mW/2059mW
03-13-2025 19:38:31 RAM 10246/62841MB (lfb 9x4MB) SWAP 0/31421MB (cached 0MB) CPU [34%@2201,47%@2201,43%@2201,52%@2201,50%@1651,40%@1651,27%@1651,29%@1651,34%@1728,54%@1728,43%@1728,37%@1728] GR3D_FREQ 36% cpu@46.875C tboard@30.75C soc2@41.593C tdiode@36.25C soc0@42.281C gpu@43.75C tj@46.875C soc1@40.125C VDD_GPU_SOC 37170mW/18111mW VDD_CPU_CV 5193mW/4203mW VIN_SYS_5V0 8723mW/6203mW VDDQ_VDD2_1V8AO 3640mW/2152mW
03-13-2025 19:38:32 RAM 10191/62841MB (lfb 18x4MB) SWAP 0/31421MB (cached 0MB) CPU [35%@960,27%@960,66%@960,30%@960,45%@729,33%@729,32%@729,33%@729,41%@2201,52%@2201,47%@2201,53%@2201] GR3D_FREQ 57% cpu@46.437C tboard@30.875C soc2@41.75C tdiode@36.5C soc0@42.406C gpu@44.593C tj@46.437C soc1@40.343C VDD_GPU_SOC 37554mW/19191mW VDD_CPU_CV 4792mW/4236mW VIN_SYS_5V0 8622mW/6338mW VDDQ_VDD2_1V8AO 3640mW/2235mW
03-13-2025 19:38:33 RAM 10179/62841MB (lfb 18x4MB) SWAP 0/31421MB (cached 0MB) CPU [37%@1728,46%@1728,27%@1728,27%@1728,31%@729,40%@729,35%@729,44%@729,40%@2112,66%@2112,37%@2112,37%@2112] GR3D_FREQ 99% cpu@46.531C tboard@31C soc2@42.156C tdiode@36.75C soc0@42.781C gpu@47.437C tj@47.437C soc1@40.687C VDD_GPU_SOC 37524mW/20156mW VDD_CPU_CV 4391mW/4244mW VIN_SYS_5V0 8622mW/6458mW VDDQ_VDD2_1V8AO 3640mW/2309mW
03-13-2025 19:38:34 RAM 10182/62841MB (lfb 15x4MB) SWAP 0/31421MB (cached 0MB) CPU [44%@2201,56%@2201,30%@2201,43%@2201,35%@729,29%@729,31%@729,46%@729,47%@1804,37%@1804,50%@1804,50%@1804] GR3D_FREQ 99% cpu@46.843C tboard@31.25C soc2@42.281C tdiode@36.25C soc0@42.812C gpu@48.031C tj@48.031C soc1@40.656C VDD_GPU_SOC 37539mW/21025mW VDD_CPU_CV 4790mW/4271mW VIN_SYS_5V0 8723mW/6571mW VDDQ_VDD2_1V8AO 3741mW/2380mW
03-13-2025 19:38:35 RAM 10173/62841MB (lfb 17x4MB) SWAP 0/31421MB (cached 0MB) CPU [55%@2188,49%@2188,54%@2188,49%@2188,35%@960,64%@960,39%@960,30%@960,45%@1958,34%@1958,33%@1958,33%@1958] GR3D_FREQ 99% cpu@47.312C tboard@31.375C soc2@42.531C tdiode@36.75C soc0@43.062C gpu@47.718C tj@47.718C soc1@40.906C VDD_GPU_SOC 37539mW/21812mW VDD_CPU_CV 5189mW/4315mW VIN_SYS_5V0 8723mW/6674mW VDDQ_VDD2_1V8AO 3741mW/2445mW
03-13-2025 19:38:36 RAM 10189/62841MB (lfb 15x4MB) SWAP 0/31421MB (cached 0MB) CPU [37%@2201,47%@2201,31%@2201,45%@2201,44%@729,39%@729,50%@729,33%@729,43%@2201,43%@2201,41%@2201,39%@2201] GR3D_FREQ 99% cpu@47.218C tboard@31.625C soc2@42.75C tdiode@37.125C soc0@43.5C gpu@48.781C tj@48.781C soc1@41C VDD_GPU_SOC 40718mW/22671mW VDD_CPU_CV 4792mW/4337mW VIN_SYS_5V0 9129mW/6785mW VDDQ_VDD2_1V8AO 3943mW/2513mW
03-13-2025 19:38:37 RAM 10180/62841MB (lfb 19x4MB) SWAP 0/31421MB (cached 0MB) CPU [33%@2201,39%@2201,51%@2201,86%@2201,37%@2201,48%@2201,38%@2201,39%@2201,49%@729,38%@729,36%@729,58%@729] GR3D_FREQ 99% cpu@47.687C tboard@31.75C soc2@42.843C tdiode@37.5C soc0@43.593C gpu@48.687C tj@48.687C soc1@41.281C VDD_GPU_SOC 40734mW/23456mW VDD_CPU_CV 5191mW/4374mW VIN_SYS_5V0 9129mW/6887mW VDDQ_VDD2_1V8AO 3943mW/2575mW
03-13-2025 19:38:38 RAM 10182/62841MB (lfb 17x4MB) SWAP 0/31421MB (cached 0MB) CPU [46%@2201,42%@2201,32%@2201,81%@2201,62%@2201,37%@2201,47%@2201,33%@2201,31%@1036,38%@1036,40%@1036,58%@1036] GR3D_FREQ 99% cpu@48.125C tboard@31.875C soc2@42.968C tdiode@37.375C soc0@43.656C gpu@48.937C tj@48.937C soc1@41.5C VDD_GPU_SOC 39936mW/24143mW VDD_CPU_CV 5588mW/4424mW VIN_SYS_5V0 9028mW/6976mW VDDQ_VDD2_1V8AO 3943mW/2632mW
03-13-2025 19:38:40 RAM 10184/62841MB (lfb 16x4MB) SWAP 0/31421MB (cached 0MB) CPU [37%@2201,40%@2201,58%@2201,50%@2201,51%@2201,64%@2201,28%@2201,35%@2201,36%@729,48%@729,34%@729,49%@729] GR3D_FREQ 99% cpu@48.406C tboard@32C soc2@43.25C tdiode@37.5C soc0@43.781C gpu@49.375C tj@48.968C soc1@41.562C VDD_GPU_SOC 40734mW/24807mW VDD_CPU_CV 5588mW/4471mW VIN_SYS_5V0 9129mW/7062mW VDDQ_VDD2_1V8AO 3943mW/2685mW
03-13-2025 19:38:41 RAM 10186/62841MB (lfb 15x4MB) SWAP 0/31421MB (cached 0MB) CPU [38%@2188,47%@2188,56%@2188,26%@2188,30%@2188,35%@2188,30%@2188,72%@2188,45%@2201,26%@2201,63%@2201,35%@2201] GR3D_FREQ 99% cpu@48.343C tboard@32.125C soc2@43.5C tdiode@37.375C soc0@44.125C gpu@49.375C tj@49.375C soc1@41.781C VDD_GPU_SOC 40319mW/25403mW VDD_CPU_CV 5191mW/4499mW VIN_SYS_5V0 9028mW/7138mW VDDQ_VDD2_1V8AO 3943mW/2733mW
03-13-2025 19:38:42 RAM 10185/62841MB (lfb 15x4MB) SWAP 0/31421MB (cached 0MB) CPU [42%@729,41%@729,29%@2201,45%@2201,45%@2201,47%@2201,52%@2201,52%@2201,44%@2201,41%@2201,37%@2201,45%@2201] GR3D_FREQ 99% cpu@48.25C tboard@32.375C soc2@43.5C tdiode@37.625C soc0@44.187C gpu@49.5C tj@49.5C soc1@41.781C VDD_GPU_SOC 40718mW/25970mW VDD_CPU_CV 5591mW/4539mW VIN_SYS_5V0 9028mW/7208mW VDDQ_VDD2_1V8AO 3943mW/2778mW
03-13-2025 19:38:43 RAM 10196/62841MB (lfb 13x4MB) SWAP 0/31421MB (cached 0MB) CPU [35%@2201,43%@2201,29%@2201,62%@2201,40%@729,45%@729,28%@729,59%@729,47%@2201,29%@2201,32%@2201,62%@2201] GR3D_FREQ 99% cpu@48.25C tboard@32.5C soc2@43.781C tdiode@37.875C soc0@44.25C gpu@48.562C tj@48.562C soc1@42.093C VDD_GPU_SOC 40734mW/26498mW VDD_CPU_CV 5591mW/4577mW VIN_SYS_5V0 9028mW/7273mW VDDQ_VDD2_1V8AO 3943mW/2819mW
03-13-2025 19:38:44 RAM 10212/62841MB (lfb 16x4MB) SWAP 0/31421MB (cached 0MB) CPU [46%@1804,51%@1804,48%@1804,54%@1804,61%@2201,48%@2201,57%@2201,44%@2201,38%@2201,36%@2201,35%@2201,40%@2201] GR3D_FREQ 99% cpu@49.187C tboard@32.625C soc2@43.812C tdiode@38.125C soc0@44.312C gpu@47.468C tj@49.187C soc1@42.093C VDD_GPU_SOC 40335mW/26975mW VDD_CPU_CV 5593mW/4612mW VIN_SYS_5V0 9028mW/7333mW VDDQ_VDD2_1V8AO 3943mW/2858mW
03-13-2025 19:38:45 RAM 10217/62841MB (lfb 11x4MB) SWAP 0/31421MB (cached 0MB) CPU [54%@1728,39%@1728,49%@1728,63%@1728,48%@1728,34%@1728,37%@1728,45%@1728,34%@2201,59%@2201,45%@2201,47%@2201] GR3D_FREQ 99% cpu@49.156C tboard@32.75C soc2@43.875C tdiode@38.125C soc0@44.531C gpu@48.937C tj@49.281C soc1@42.406C VDD_GPU_SOC 38737mW/27367mW VDD_CPU_CV 5591mW/4644mW VIN_SYS_5V0 9028mW/7390mW VDDQ_VDD2_1V8AO 3943mW/2894mW
03-13-2025 19:38:46 RAM 10222/62841MB (lfb 13x4MB) SWAP 0/31421MB (cached 0MB) CPU [34%@1420,62%@1420,31%@1420,30%@1420,40%@1574,35%@1574,50%@1574,45%@1574,31%@1881,30%@1881,52%@1881,30%@1881] GR3D_FREQ 98% cpu@49C tboard@32.875C soc2@43.75C tdiode@37.875C soc0@44.375C gpu@48.406C tj@48.875C soc1@42.437C VDD_GPU_SOC 36356mW/27657mW VDD_CPU_CV 4792mW/4649mW VIN_SYS_5V0 8520mW/7426mW VDDQ_VDD2_1V8AO 3640mW/2918mW
03-13-2025 19:38:47 RAM 10220/62841MB (lfb 11x4MB) SWAP 0/31421MB (cached 0MB) CPU [35%@2201,47%@2201,52%@2201,48%@2201,34%@1804,37%@1804,31%@1804,53%@1804,38%@729,36%@729,49%@729,40%@729] GR3D_FREQ 18% cpu@49.562C tboard@33C soc2@43.781C tdiode@38.75C soc0@44.468C gpu@48.375C tj@49.312C soc1@42.406C VDD_GPU_SOC 36356mW/27929mW VDD_CPU_CV 4794mW/4653mW VIN_SYS_5V0 8622mW/7464mW VDDQ_VDD2_1V8AO 3640mW/2941mW
03-13-2025 19:38:48 RAM 10234/62841MB (lfb 8x4MB) SWAP 0/31421MB (cached 0MB) CPU [44%@2201,48%@2201,42%@2201,49%@2201,31%@1113,39%@1113,34%@1113,54%@1113,30%@1344,40%@1344,26%@1344,30%@1344] GR3D_FREQ 12% cpu@49.218C tboard@33.125C soc2@43.875C tdiode@38.875C soc0@44.687C gpu@47.156C tj@49.218C soc1@42.468C VDD_GPU_SOC 36755mW/28196mW VDD_CPU_CV 4796mW/4658mW VIN_SYS_5V0 8520mW/7496mW VDDQ_VDD2_1V8AO 3640mW/2962mW
03-13-2025 19:38:49 RAM 10211/62841MB (lfb 17x4MB) SWAP 0/31421MB (cached 0MB) CPU [35%@2201,36%@2201,30%@2201,32%@2201,49%@1651,31%@1651,40%@1651,47%@1651,48%@2201,69%@2201,34%@2201,32%@2201] GR3D_FREQ 71% cpu@48.937C tboard@33.25C soc2@43.968C tdiode@38.875C soc0@44.843C gpu@46.875C tj@49.125C soc1@42.562C VDD_GPU_SOC 37155mW/28460mW VDD_CPU_CV 4394mW/4650mW VIN_SYS_5V0 8520mW/7526mW VDDQ_VDD2_1V8AO 3640mW/2982mW
03-13-2025 19:38:50 RAM 10180/62841MB (lfb 16x4MB) SWAP 0/31421MB (cached 0MB) CPU [46%@729,50%@729,43%@729,36%@729,39%@960,33%@960,34%@960,29%@960,35%@2201,57%@2201,51%@2201,29%@2201] GR3D_FREQ 98% cpu@49.062C tboard@33.375C soc2@44.343C tdiode@38.75C soc0@44.968C gpu@48C tj@49.062C soc1@42.718C VDD_GPU_SOC 39137mW/28765mW VDD_CPU_CV 4392mW/4643mW VIN_SYS_5V0 8723mW/7560mW VDDQ_VDD2_1V8AO 3741mW/3004mW
03-13-2025 19:38:51 RAM 10178/62841MB (lfb 16x4MB) SWAP 0/31421MB (cached 0MB) CPU [33%@960,36%@960,40%@960,38%@2201,36%@729,28%@729,36%@729,42%@729,52%@2201,31%@2201,58%@2201,46%@2201] GR3D_FREQ 99% cpu@48.906C tboard@33.5C soc2@44.468C tdiode@38.625C soc0@45.187C gpu@50.75C tj@50.75C soc1@42.843C VDD_GPU_SOC 38737mW/29042mW VDD_CPU_CV 4391mW/4636mW VIN_SYS_5V0 8723mW/7592mW VDDQ_VDD2_1V8AO 3741mW/3024mW
03-13-2025 19:38:52 RAM 10177/62841MB (lfb 14x4MB) SWAP 0/31421MB (cached 0MB) CPU [38%@1420,53%@1420,52%@1420,33%@1420,35%@1344,35%@1344,50%@1344,50%@1344,35%@729,43%@729,34%@729,42%@729] GR3D_FREQ 99% cpu@49.187C tboard@33.625C soc2@44.531C tdiode@39C soc0@45.375C gpu@50.562C tj@50.562C soc1@42.937C VDD_GPU_SOC 37939mW/29282mW VDD_CPU_CV 4792mW/4640mW VIN_SYS_5V0 8723mW/7623mW VDDQ_VDD2_1V8AO 3741mW/3044mW
03-13-2025 19:38:53 RAM 10227/62841MB (lfb 13x4MB) SWAP 0/31421MB (cached 0MB) CPU [53%@2201,39%@2201,36%@2201,44%@2201,42%@1113,39%@1113,42%@1113,54%@1113,54%@729,33%@729,43%@729,41%@729] GR3D_FREQ 99% cpu@49.406C tboard@33.625C soc2@44.531C tdiode@39.375C soc0@45.375C gpu@50.156C tj@50.156C soc1@43.187C VDD_GPU_SOC 37539mW/29499mW VDD_CPU_CV 4392mW/4633mW VIN_SYS_5V0 8622mW/7649mW VDDQ_VDD2_1V8AO 3741mW/3062mW
03-13-2025 19:38:54 RAM 10225/62841MB (lfb 12x4MB) SWAP 0/31421MB (cached 0MB) CPU [43%@2201,56%@2201,50%@2201,47%@2201,44%@2188,33%@2188,58%@2188,43%@2188,39%@729,29%@729,29%@729,34%@729] GR3D_FREQ 99% cpu@50.25C tboard@33.75C soc2@44.687C tdiode@39.375C soc0@45.406C gpu@50.187C tj@50.25C soc1@43.218C VDD_GPU_SOC 38338mW/29726mW VDD_CPU_CV 4792mW/4637mW VIN_SYS_5V0 8723mW/7677mW VDDQ_VDD2_1V8AO 3741mW/3079mW
03-13-2025 19:38:55 RAM 10217/62841MB (lfb 14x4MB) SWAP 0/31421MB (cached 0MB) CPU [41%@2201,40%@2201,42%@2201,37%@2201,51%@1113,31%@1113,60%@1113,41%@1113,33%@2201,39%@2201,50%@2201,40%@2201] GR3D_FREQ 99% cpu@49.531C tboard@33.875C soc2@44.687C tdiode@39.625C soc0@45.625C gpu@50.437C tj@50.437C soc1@43.343C VDD_GPU_SOC 38353mW/29942mW VDD_CPU_CV 4392mW/4631mW VIN_SYS_5V0 8723mW/7703mW VDDQ_VDD2_1V8AO 3741mW/3096mW
03-13-2025 19:38:56 RAM 10213/62841MB (lfb 12x4MB) SWAP 0/31421MB (cached 0MB) CPU [39%@806,49%@806,34%@806,33%@806,66%@1728,49%@1728,59%@1728,34%@1728,36%@1113,35%@1113,41%@1113,35%@1113] GR3D_FREQ 99% cpu@50.125C tboard@34C soc2@44.718C tdiode@39C soc0@45.562C gpu@50.031C tj@50.125C soc1@43.5C VDD_GPU_SOC 37140mW/30117mW VDD_CPU_CV 4392mW/4625mW VIN_SYS_5V0 8622mW/7725mW VDDQ_VDD2_1V8AO 3640mW/3109mW
03-13-2025 19:38:57 RAM 10196/62841MB (lfb 15x4MB) SWAP 0/31421MB (cached 0MB) CPU [54%@2188,54%@2188,45%@2188,34%@2188,39%@729,44%@729,47%@729,44%@729,40%@2201,34%@2201,29%@2201,34%@2201] GR3D_FREQ 17% cpu@50.312C tboard@34.125C soc2@44.906C tdiode@39.375C soc0@45.625C gpu@48.968C tj@50.312C soc1@43.562C VDD_GPU_SOC 36755mW/30275mW VDD_CPU_CV 4794mW/4629mW VIN_SYS_5V0 8622mW/7746mW VDDQ_VDD2_1V8AO 3640mW/3122mW
03-13-2025 19:38:58 RAM 10224/62841MB (lfb 14x4MB) SWAP 0/31421MB (cached 0MB) CPU [45%@2201,51%@2201,56%@2201,39%@2201,37%@729,48%@729,34%@729,47%@729,33%@806,28%@806,34%@806,55%@806] GR3D_FREQ 31% cpu@49.937C tboard@34.25C soc2@44.937C tdiode@40C soc0@45.812C gpu@47.281C tj@50.125C soc1@43.593C VDD_GPU_SOC 37155mW/30435mW VDD_CPU_CV 4394mW/4624mW VIN_SYS_5V0 8520mW/7764mW VDDQ_VDD2_1V8AO 3539mW/3131mW
03-13-2025 19:38:59 RAM 10194/62841MB (lfb 18x4MB) SWAP 0/31421MB (cached 0MB) CPU [42%@2201,48%@2201,55%@2201,39%@2201,42%@1574,35%@1574,35%@1574,43%@1574,33%@2201,33%@2201,36%@2201,45%@2201] GR3D_FREQ 83% cpu@50.25C tboard@34.375C soc2@45.125C tdiode@40C soc0@45.968C gpu@48.437C tj@50.187C soc1@43.75C VDD_GPU_SOC 37939mW/30606mW VDD_CPU_CV 4394mW/4619mW VIN_SYS_5V0 8622mW/7784mW VDDQ_VDD2_1V8AO 3640mW/3143mW
03-13-2025 19:39:00 RAM 10236/62841MB (lfb 13x4MB) SWAP 0/31421MB (cached 0MB) CPU [35%@2201,58%@2201,46%@2201,32%@2201,35%@1420,30%@1420,45%@1420,55%@1420,52%@2112,56%@2112,34%@2112,34%@2112] GR3D_FREQ 99% cpu@50.718C tboard@34.375C soc2@45.312C tdiode@39.375C soc0@46.187C gpu@50.343C tj@50.718C soc1@43.781C VDD_GPU_SOC 37539mW/30760mW VDD_CPU_CV 5191mW/4631mW VIN_SYS_5V0 8825mW/7807mW VDDQ_VDD2_1V8AO 3741mW/3156mW
03-13-2025 19:39:01 RAM 10224/62841MB (lfb 13x4MB) SWAP 0/31421MB (cached 0MB) CPU [38%@1420,51%@1420,40%@1420,41%@1420,23%@1497,68%@1497,51%@1497,24%@1497,35%@806,33%@806,31%@806,33%@806] GR3D_FREQ 12% cpu@50.906C tboard@34.5C soc2@45.125C tdiode@40.125C soc0@46C gpu@49.156C tj@50.656C soc1@44.125C VDD_GPU_SOC 35956mW/30873mW VDD_CPU_CV 4794mW/4635mW VIN_SYS_5V0 8520mW/7823mW VDDQ_VDD2_1V8AO 3539mW/3165mW
03-13-2025 19:39:02 RAM 10220/62841MB (lfb 17x4MB) SWAP 0/31421MB (cached 0MB) CPU [34%@2201,48%@2201,42%@2201,47%@2201,26%@2112,65%@2112,41%@2112,45%@2112,29%@1958,31%@1958,30%@1958,37%@1958] GR3D_FREQ 60% cpu@50.656C tboard@34.625C soc2@45.281C tdiode@40.25C soc0@46.156C gpu@49.187C tj@50.593C soc1@44.031C VDD_GPU_SOC 37155mW/31006mW VDD_CPU_CV 5193mW/4647mW VIN_SYS_5V0 8622mW/7840mW VDDQ_VDD2_1V8AO 3640mW/3175mW
03-13-2025 19:39:03 RAM 10183/62841MB (lfb 18x4MB) SWAP 0/31421MB (cached 0MB) CPU [53%@1804,30%@1804,35%@1804,31%@1804,27%@2201,60%@2201,24%@2201,36%@2201,38%@729,57%@729,42%@729,44%@729] GR3D_FREQ 99% cpu@50.562C tboard@34.75C soc2@45.656C tdiode@40.25C soc0@46.625C gpu@50.406C tj@50.562C soc1@44.156C VDD_GPU_SOC 38722mW/31167mW VDD_CPU_CV 5191mW/4658mW VIN_SYS_5V0 8723mW/7858mW VDDQ_VDD2_1V8AO 3741mW/3186mW
03-13-2025 19:39:04 RAM 10183/62841MB (lfb 15x4MB) SWAP 0/31421MB (cached 0MB) CPU [38%@2201,37%@2201,37%@2201,45%@2201,40%@1728,61%@1728,29%@1728,30%@1728,37%@1728,45%@1728,42%@1728,59%@1728] GR3D_FREQ 99% cpu@51.093C tboard@34.875C soc2@45.625C tdiode@39.875C soc0@46.531C gpu@51.281C tj@51.281C soc1@44.375C VDD_GPU_SOC 37539mW/31297mW VDD_CPU_CV 4792mW/4661mW VIN_SYS_5V0 8723mW/7876mW VDDQ_VDD2_1V8AO 3741mW/3198mW
03-13-2025 19:39:05 RAM 10216/62841MB (lfb 13x4MB) SWAP 0/31421MB (cached 0MB) CPU [42%@2201,51%@2201,50%@2201,38%@2201,53%@883,33%@883,38%@883,31%@883,37%@2188,55%@2188,38%@2188,54%@2188] GR3D_FREQ 99% cpu@50.843C tboard@34.875C soc2@45.812C tdiode@40.625C soc0@46.562C gpu@51.093C tj@51.093C soc1@44.343C VDD_GPU_SOC 37140mW/31414mW VDD_CPU_CV 5191mW/4671mW VIN_SYS_5V0 8723mW/7893mW VDDQ_VDD2_1V8AO 3741mW/3209mW
03-13-2025 19:39:06 RAM 10264/62841MB (lfb 7x4MB) SWAP 0/31421MB (cached 0MB) CPU [30%@1190,29%@1190,72%@1190,37%@1190,33%@1651,53%@1651,29%@1651,28%@1651,44%@1881,50%@1881,26%@1881,49%@1881] GR3D_FREQ 95% cpu@50.75C tboard@35C soc2@45.531C tdiode@40.5C soc0@46.406C gpu@48.031C tj@51.062C soc1@44.406C VDD_GPU_SOC 35956mW/31503mW VDD_CPU_CV 4792mW/4674mW VIN_SYS_5V0 8520mW/7905mW VDDQ_VDD2_1V8AO 3539mW/3215mW
03-13-2025 19:39:07 RAM 10180/62841MB (lfb 19x4MB) SWAP 0/31421MB (cached 0MB) CPU [31%@2201,31%@2201,67%@2201,34%@2201,30%@729,28%@729,50%@729,34%@729,38%@2201,44%@2201,51%@2201,28%@2201] GR3D_FREQ 99% cpu@50.656C tboard@35.125C soc2@46.031C tdiode@40.5C soc0@47C gpu@51.812C tj@51.812C soc1@44.437C VDD_GPU_SOC 38338mW/31634mW VDD_CPU_CV 4790mW/4676mW VIN_SYS_5V0 8723mW/7921mW VDDQ_VDD2_1V8AO 3741mW/3225mW
03-13-2025 19:39:08 RAM 10182/62841MB (lfb 16x4MB) SWAP 0/31421MB (cached 0MB) CPU [42%@2201,25%@2201,38%@2201,61%@2201,56%@2035,41%@2035,35%@2035,42%@2035,39%@2201,49%@2201,30%@2201,31%@2201] GR3D_FREQ 99% cpu@51.625C tboard@35.25C soc2@46.093C tdiode@41C soc0@46.781C gpu@51.718C tj@51.718C soc1@44.562C VDD_GPU_SOC 37140mW/31738mW VDD_CPU_CV 5191mW/4686mW VIN_SYS_5V0 8622mW/7934mW VDDQ_VDD2_1V8AO 3741mW/3235mW
03-13-2025 19:39:09 RAM 10255/62841MB (lfb 4x4MB) SWAP 0/31421MB (cached 0MB) CPU [32%@1190,30%@1190,72%@1190,23%@1190,35%@2201,37%@2201,40%@2201,47%@2201,29%@806,43%@806,27%@806,22%@806] GR3D_FREQ 32% cpu@51.531C tboard@35.375C soc2@45.843C tdiode@40.5C soc0@46.593C gpu@47.875C tj@51.187C soc1@44.625C VDD_GPU_SOC 35557mW/31809mW VDD_CPU_CV 4394mW/4680mW VIN_SYS_5V0 8419mW/7943mW VDDQ_VDD2_1V8AO 3438mW/3239mW
03-13-2025 19:39:10 RAM 10179/62841MB (lfb 17x4MB) SWAP 0/31421MB (cached 0MB) CPU [35%@729,34%@729,36%@729,42%@729,37%@2035,70%@2035,55%@2035,42%@2035,40%@2201,31%@2201,42%@2201,28%@2201] GR3D_FREQ 99% cpu@51.25C tboard@35.5C soc2@46.281C tdiode@40.875C soc0@47.25C gpu@51.875C tj@51.875C soc1@44.656C VDD_GPU_SOC 37539mW/31913mW VDD_CPU_CV 4790mW/4682mW VIN_SYS_5V0 8622mW/7955mW VDDQ_VDD2_1V8AO 3640mW/3246mW
03-13-2025 19:39:11 RAM 10180/62841MB (lfb 19x4MB) SWAP 0/31421MB (cached 0MB) CPU [39%@1958,33%@1958,41%@1958,37%@1958,42%@1497,44%@1497,39%@1497,45%@1497,42%@2201,33%@2201,65%@2201,33%@2201] GR3D_FREQ 99% cpu@51.625C tboard@35.5C soc2@46.375C tdiode@40.375C soc0@47.062C gpu@51.843C tj@51.843C soc1@44.781C VDD_GPU_SOC 36341mW/31992mW VDD_CPU_CV 4790mW/4684mW VIN_SYS_5V0 8622mW/7967mW VDDQ_VDD2_1V8AO 3640mW/3253mW
03-13-2025 19:39:12 RAM 10219/62841MB (lfb 11x4MB) SWAP 0/31421MB (cached 0MB) CPU [42%@2201,63%@2201,46%@2201,30%@2201,45%@1036,30%@1036,56%@1036,35%@1036,34%@1574,36%@1574,35%@1574,26%@1574] GR3D_FREQ 2% cpu@51.656C tboard@35.625C soc2@46.187C tdiode@41.125C soc0@47.125C gpu@49.375C tj@51.656C soc1@44.875C VDD_GPU_SOC 35557mW/32055mW VDD_CPU_CV 4796mW/4686mW VIN_SYS_5V0 8520mW/7977mW VDDQ_VDD2_1V8AO 3539mW/3258mW
03-13-2025 19:39:13 RAM 10202/62841MB (lfb 15x4MB) SWAP 0/31421MB (cached 0MB) CPU [36%@2201,41%@2201,34%@2201,71%@2201,32%@729,30%@729,34%@729,30%@729,37%@2201,61%@2201,46%@2201,37%@2201] GR3D_FREQ 99% cpu@51.437C tboard@35.75C soc2@46.562C tdiode@41.125C soc0@47.437C gpu@52.5C tj@52.5C soc1@45.062C VDD_GPU_SOC 38323mW/32163mW VDD_CPU_CV 4790mW/4688mW VIN_SYS_5V0 8723mW/7990mW VDDQ_VDD2_1V8AO 3741mW/3266mW
03-13-2025 19:39:14 RAM 10191/62841MB (lfb 18x4MB) SWAP 0/31421MB (cached 0MB) CPU [38%@2201,59%@2201,25%@2201,38%@2201,36%@1651,40%@1651,31%@1651,32%@1651,59%@1267,57%@1267,37%@1267,42%@1267] GR3D_FREQ 99% cpu@51.5C tboard@35.75C soc2@46.718C tdiode@40.75C soc0@47.625C gpu@52.812C tj@52.812C soc1@45.093C VDD_GPU_SOC 37524mW/32254mW VDD_CPU_CV 4792mW/4690mW VIN_SYS_5V0 8723mW/8002mW VDDQ_VDD2_1V8AO 3741mW/3274mW
03-13-2025 19:39:15 RAM 10237/62841MB (lfb 13x4MB) SWAP 0/31421MB (cached 0MB) CPU [35%@1881,29%@1881,30%@1881,69%@1881,28%@1728,30%@1728,43%@1728,41%@1728,30%@1497,44%@1497,50%@1497,41%@1497] GR3D_FREQ 99% cpu@51.937C tboard@35.875C soc2@46.468C tdiode@41.5C soc0@47.281C gpu@51.687C tj@51.937C soc1@45.25C VDD_GPU_SOC 35543mW/32309mW VDD_CPU_CV 4392mW/4685mW VIN_SYS_5V0 8520mW/8011mW VDDQ_VDD2_1V8AO 3640mW/3280mW
03-13-2025 19:39:16 RAM 10241/62841MB (lfb 10x4MB) SWAP 0/31421MB (cached 0MB) CPU [35%@1113,24%@1113,28%@1113,76%@1113,33%@883,32%@883,32%@883,36%@883,46%@2112,56%@2112,37%@2112,47%@2112] GR3D_FREQ 24% cpu@51.718C tboard@36C soc2@46.625C tdiode@41.5C soc0@47.437C gpu@49.031C tj@51.812C soc1@45.406C VDD_GPU_SOC 36755mW/32381mW VDD_CPU_CV 4794mW/4686mW VIN_SYS_5V0 8622mW/8021mW VDDQ_VDD2_1V8AO 3640mW/3286mW
03-13-2025 19:39:17 RAM 10193/62841MB (lfb 15x4MB) SWAP 0/31421MB (cached 0MB) CPU [58%@2201,34%@2201,27%@2201,52%@2201,40%@2035,34%@2035,39%@2035,31%@2035,59%@1190,53%@1190,30%@1190,35%@1190] GR3D_FREQ 99% cpu@51.75C tboard@36C soc2@46.937C tdiode@41C soc0@47.75C gpu@52.593C tj@52.593C soc1@45.375C VDD_GPU_SOC 36327mW/32445mW VDD_CPU_CV 4792mW/4688mW VIN_SYS_5V0 8520mW/8029mW VDDQ_VDD2_1V8AO 3640mW/3292mW
03-13-2025 19:39:18 RAM 10234/62841MB (lfb 14x4MB) SWAP 0/31421MB (cached 0MB) CPU [38%@2188,43%@2188,54%@2188,43%@2188,62%@1728,30%@1728,45%@1728,30%@1728,43%@1344,24%@1344,54%@1344,23%@1344] GR3D_FREQ 66% cpu@52.718C tboard@36.125C soc2@47.031C tdiode@41.875C soc0@47.781C gpu@52.156C tj@52.593C soc1@45.625C VDD_GPU_SOC 38753mW/32545mW VDD_CPU_CV 5193mW/4696mW VIN_SYS_5V0 9028mW/8045mW VDDQ_VDD2_1V8AO 3943mW/3302mW
03-13-2025 19:39:19 RAM 10230/62841MB (lfb 15x4MB) SWAP 0/31421MB (cached 0MB) CPU [37%@1651,53%@1651,42%@1651,61%@1651,42%@1574,48%@1574,49%@1574,35%@1574,43%@1497,35%@1497,34%@1497,67%@1497] GR3D_FREQ 80% cpu@52.437C tboard@36.25C soc2@47.187C tdiode@41.875C soc0@47.781C gpu@52.375C tj@52.593C soc1@45.625C VDD_GPU_SOC 38753mW/32642mW VDD_CPU_CV 5593mW/4710mW VIN_SYS_5V0 9028mW/8060mW VDDQ_VDD2_1V8AO 3943mW/3312mW
03-13-2025 19:39:20 RAM 10239/62841MB (lfb 14x4MB) SWAP 0/31421MB (cached 0MB) CPU [44%@1113,33%@1113,46%@1113,50%@1113,29%@1574,38%@1574,45%@1574,34%@1574,36%@2112,32%@2112,42%@2112,61%@2112] GR3D_FREQ 96% cpu@52.093C tboard@36.375C soc2@47.093C tdiode@41.125C soc0@48C gpu@50.218C tj@52.531C soc1@45.625C VDD_GPU_SOC 38753mW/32736mW VDD_CPU_CV 5193mW/4718mW VIN_SYS_5V0 8825mW/8072mW VDDQ_VDD2_1V8AO 3741mW/3319mW
03-13-2025 19:39:21 RAM 10198/62841MB (lfb 17x4MB) SWAP 0/31421MB (cached 0MB) CPU [41%@1267,31%@1267,33%@1267,39%@1267,29%@2201,29%@2201,53%@2201,31%@2201,30%@2188,32%@2188,77%@2188,40%@2188] GR3D_FREQ 99% cpu@52.937C tboard@36.375C soc2@47.375C tdiode@42.125C soc0@48.093C gpu@52.75C tj@52.75C soc1@45.843C VDD_GPU_SOC 38722mW/32827mW VDD_CPU_CV 4790mW/4719mW VIN_SYS_5V0 8825mW/8083mW VDDQ_VDD2_1V8AO 3741mW/3325mW
03-13-2025 19:39:22 RAM 10196/62841MB (lfb 15x4MB) SWAP 0/31421MB (cached 0MB) CPU [36%@1651,55%@1651,34%@1728,36%@1728,31%@1497,70%@1497,31%@1497,34%@1497,30%@2201,57%@2201,37%@2201,34%@2201] GR3D_FREQ 99% cpu@52.562C tboard@36.5C soc2@47.5C tdiode@42.25C soc0@48.187C gpu@53.156C tj@53.156C soc1@45.812C VDD_GPU_SOC 37140mW/32891mW VDD_CPU_CV 5189mW/4726mW VIN_SYS_5V0 8723mW/8093mW VDDQ_VDD2_1V8AO 3741mW/3331mW
03-13-2025 19:39:23 RAM 10248/62841MB (lfb 7x4MB) SWAP 0/31421MB (cached 0MB) CPU [35%@1420,28%@1420,49%@1420,39%@1420,54%@1574,36%@1574,30%@1574,42%@1574,36%@1420,36%@1420,31%@1420,42%@1420] GR3D_FREQ 40% cpu@52.687C tboard@36.625C soc2@47.187C tdiode@41.5C soc0@48.031C gpu@49.25C tj@52.687C soc1@45.906C VDD_GPU_SOC 35157mW/32925mW VDD_CPU_CV 4394mW/4721mW VIN_SYS_5V0 8419mW/8097mW VDDQ_VDD2_1V8AO 3539mW/3335mW
03-13-2025 19:39:24 RAM 10196/62841MB (lfb 17x4MB) SWAP 0/31421MB (cached 0MB) CPU [34%@2035,28%@2035,63%@2035,30%@2035,34%@1651,47%@1651,32%@1651,29%@1651,44%@1651,33%@1651,63%@1651,45%@1651] GR3D_FREQ 99% cpu@52.718C tboard@36.625C soc2@47.5C tdiode@42C soc0@48.281C gpu@53C tj@53C soc1@46.156C VDD_GPU_SOC 36726mW/32980mW VDD_CPU_CV 4790mW/4722mW VIN_SYS_5V0 8622mW/8105mW VDDQ_VDD2_1V8AO 3640mW/3339mW
03-13-2025 19:39:25 RAM 10232/62841MB (lfb 14x4MB) SWAP 0/31421MB (cached 0MB) CPU [50%@2201,34%@2201,32%@2201,44%@2201,45%@729,45%@729,30%@729,47%@729,64%@2201,37%@2201,39%@2201,30%@2201] GR3D_FREQ 99% cpu@52.906C tboard@36.75C soc2@47.406C tdiode@41.625C soc0@48.281C gpu@52.25C tj@52.906C soc1@46.125C VDD_GPU_SOC 35942mW/33022mW VDD_CPU_CV 5191mW/4728mW VIN_SYS_5V0 8622mW/8112mW VDDQ_VDD2_1V8AO 3640mW/3343mW
03-13-2025 19:39:26 RAM 10216/62841MB (lfb 15x4MB) SWAP 0/31421MB (cached 0MB) CPU [43%@1728,29%@1728,47%@1728,36%@1728,37%@2112,38%@2112,39%@2112,28%@2112,57%@1651,38%@1651,30%@1651,56%@1651] GR3D_FREQ 98% cpu@52.906C tboard@36.875C soc2@47.531C tdiode@42.5C soc0@48.5C gpu@51.156C tj@52.718C soc1@46.312C VDD_GPU_SOC 37539mW/33086mW VDD_CPU_CV 4792mW/4729mW VIN_SYS_5V0 8622mW/8120mW VDDQ_VDD2_1V8AO 3640mW/3347mW
03-13-2025 19:39:27 RAM 10188/62841MB (lfb 20x4MB) SWAP 0/31421MB (cached 0MB) CPU [48%@1728,38%@1728,56%@1728,48%@2201,32%@1881,43%@1881,28%@1881,36%@1881,33%@1804,39%@1804,55%@1804,31%@1804] GR3D_FREQ 99% cpu@53.031C tboard@36.875C soc2@47.812C tdiode@42C soc0@48.593C gpu@53.593C tj@53.593C soc1@46.281C VDD_GPU_SOC 37524mW/33147mW VDD_CPU_CV 5189mW/4736mW VIN_SYS_5V0 8723mW/8128mW VDDQ_VDD2_1V8AO 3741mW/3353mW
03-13-2025 19:39:28 RAM 10214/62841MB (lfb 17x4MB) SWAP 0/31421MB (cached 0MB) CPU [59%@2201,43%@2201,34%@2201,31%@2201,36%@2201,31%@2201,32%@2201,28%@2201,51%@1651,43%@1651,37%@1651,33%@1651] GR3D_FREQ 67% cpu@53.312C tboard@37C soc2@47.531C tdiode@42.5C soc0@48.343C gpu@52.093C tj@53.312C soc1@46.343C VDD_GPU_SOC 35557mW/33180mW VDD_CPU_CV 4792mW/4737mW VIN_SYS_5V0 8520mW/8133mW VDDQ_VDD2_1V8AO 3640mW/3357mW
03-13-2025 19:39:29 RAM 10192/62841MB (lfb 15x4MB) SWAP 0/31421MB (cached 0MB) CPU [31%@2201,57%@2201,65%@2201,32%@2201,29%@1344,32%@1344,28%@1344,39%@1344,51%@1420,37%@1420,44%@1420,27%@1420] GR3D_FREQ 99% cpu@52.687C tboard@37.125C soc2@47.875C tdiode@42.5C soc0@48.812C gpu@53.656C tj@53.656C soc1@46.406C VDD_GPU_SOC 37524mW/33239mW VDD_CPU_CV 4790mW/4737mW VIN_SYS_5V0 8723mW/8141mW VDDQ_VDD2_1V8AO 3741mW/3362mW
03-13-2025 19:39:30 RAM 10195/62841MB (lfb 18x4MB) SWAP 0/31421MB (cached 0MB) CPU [62%@2201,51%@2201,45%@2201,39%@2201,35%@1651,32%@1651,44%@1651,36%@1651,54%@1958,37%@1958,32%@1958,33%@1958] GR3D_FREQ 99% cpu@53.281C tboard@37.125C soc2@48.062C tdiode@42.375C soc0@48.593C gpu@53.156C tj@53.281C soc1@46.437C VDD_GPU_SOC 36341mW/33280mW VDD_CPU_CV 5191mW/4743mW VIN_SYS_5V0 8622mW/8148mW VDDQ_VDD2_1V8AO 3640mW/3366mW
03-13-2025 19:39:31 RAM 10243/62841MB (lfb 7x4MB) SWAP 0/31421MB (cached 0MB) CPU [59%@2201,45%@2201,25%@2201,53%@2201,34%@1958,40%@1958,27%@1958,34%@1958,38%@1190,32%@1190,37%@1190,47%@1190] GR3D_FREQ 28% cpu@54.093C tboard@37.25C soc2@47.843C tdiode@42.625C soc0@48.625C gpu@51.218C tj@54.093C soc1@46.625C VDD_GPU_SOC 38369mW/33347mW VDD_CPU_CV 5193mW/4749mW VIN_SYS_5V0 8825mW/8157mW VDDQ_VDD2_1V8AO 3842mW/3372mW
03-13-2025 19:39:32 RAM 10077/62841MB (lfb 36x4MB) SWAP 0/31421MB (cached 0MB) CPU [36%@2201,54%@2201,21%@2201,45%@2201,43%@1036,31%@1036,43%@1036,26%@1036,30%@1651,21%@1651,35%@1651,34%@1651] GR3D_FREQ 0% cpu@52.531C tboard@37.25C soc2@46.656C tdiode@41.125C soc0@47.906C gpu@47.062C tj@52.531C soc1@46.468C VDD_GPU_SOC 17585mW/33142mW VDD_CPU_CV 3996mW/4739mW VIN_SYS_5V0 6279mW/8132mW VDDQ_VDD2_1V8AO 1921mW/3353mW
03-13-2025 19:39:33 RAM 8375/62841MB (lfb 52x4MB) SWAP 0/31421MB (cached 0MB) CPU [12%@2201,16%@2201,5%@2201,0%@2201,5%@729,30%@729,3%@729,9%@729,24%@2201,10%@2201,31%@2201,2%@2201] GR3D_FREQ 0% cpu@51.406C tboard@37.375C soc2@45.906C tdiode@39.875C soc0@47.25C gpu@45.937C tj@51.406C soc1@46.031C VDD_GPU_SOC 5193mW/32784mW VDD_CPU_CV 2396mW/4709mW VIN_SYS_5V0 4348mW/8084mW VDDQ_VDD2_1V8AO 910mW/3322mW
03-13-2025 19:39:34 RAM 8373/62841MB (lfb 53x4MB) SWAP 0/31421MB (cached 0MB) CPU [4%@2201,4%@2201,5%@2201,0%@2201,2%@729,6%@729,17%@729,7%@729,9%@1497,3%@1497,3%@1497,2%@1497] GR3D_FREQ 0% cpu@50.281C tboard@37.375C soc2@45.375C tdiode@39.5C soc0@47.062C gpu@45.437C tj@50.281C soc1@46C VDD_GPU_SOC 3595mW/32415mW VDD_CPU_CV 1198mW/4665mW VIN_SYS_5V0 3943mW/8031mW VDDQ_VDD2_1V8AO 707mW/3289mW
03-13-2025 19:39:35 RAM 8374/62841MB (lfb 53x4MB) SWAP 0/31421MB (cached 0MB) CPU [2%@2201,0%@2201,0%@2201,0%@2201,4%@729,4%@729,17%@729,0%@729,2%@729,4%@729,4%@729,1%@729] GR3D_FREQ 0% cpu@49.875C tboard@37.375C soc2@45.125C tdiode@39.125C soc0@46.906C gpu@44.906C tj@49.875C soc1@45.625C VDD_GPU_SOC 3196mW/32049mW VDD_CPU_CV 1198mW/4622mW VIN_SYS_5V0 3842mW/7979mW VDDQ_VDD2_1V8AO 606mW/3255mW
03-13-2025 19:39:36 RAM 8374/62841MB (lfb 53x4MB) SWAP 0/31421MB (cached 0MB) CPU [1%@2201,0%@2201,0%@2201,0%@2201,2%@729,1%@729,17%@729,3%@729,2%@729,2%@729,2%@729,1%@729] GR3D_FREQ 0% cpu@49.656C tboard@37.25C soc2@44.781C tdiode@38.875C soc0@46.625C gpu@44.75C tj@49.656C soc1@45.562C VDD_GPU_SOC 3194mW/31693mW VDD_CPU_CV 1198mW/4579mW VIN_SYS_5V0 3943mW/7929mW VDDQ_VDD2_1V8AO 606mW/3222mW
03-13-2025 19:39:37 RAM 8373/62841MB (lfb 53x4MB) SWAP 0/31421MB (cached 0MB) CPU [3%@2201,0%@2201,0%@2201,0%@2201,2%@729,17%@729,1%@729,4%@729,2%@729,3%@729,3%@729,1%@729] GR3D_FREQ 0% cpu@49.25C tboard@37.25C soc2@44.656C tdiode@38.75C soc0@46.406C gpu@44.531C tj@49.25C soc1@45.468C VDD_GPU_SOC 3196mW/31346mW VDD_CPU_CV 1198mW/4538mW VIN_SYS_5V0 3842mW/7879mW VDDQ_VDD2_1V8AO 606mW/3190mW
03-13-2025 19:39:38 RAM 8373/62841MB (lfb 53x4MB) SWAP 0/31421MB (cached 0MB) CPU [3%@2201,0%@2201,0%@2201,0%@2201,0%@729,17%@729,1%@729,4%@729,2%@2201,3%@2201,4%@2201,1%@2201] GR3D_FREQ 0% cpu@49.125C tboard@37.125C soc2@44.593C tdiode@38.5C soc0@46.312C gpu@44.093C tj@49.125C soc1@45.031C VDD_GPU_SOC 3196mW/31006mW VDD_CPU_CV 1198mW/4498mW VIN_SYS_5V0 3842mW/7831mW VDDQ_VDD2_1V8AO 606mW/3159mW
03-13-2025 19:39:39 RAM 8374/62841MB (lfb 53x4MB) SWAP 0/31421MB (cached 0MB) CPU [3%@729,0%@729,0%@729,0%@729,2%@729,16%@729,4%@729,1%@729,3%@729,0%@729,3%@729,3%@729] GR3D_FREQ 0% cpu@49.062C tboard@37.125C soc2@44.406C tdiode@38.375C soc0@46.093C gpu@43.937C tj@48.937C soc1@44.968C VDD_GPU_SOC 3194mW/30675mW VDD_CPU_CV 1198mW/4459mW VIN_SYS_5V0 3842mW/7783mW VDDQ_VDD2_1V8AO 606mW/3129mW
03-13-2025 19:39:40 RAM 8372/62841MB (lfb 53x4MB) SWAP 0/31421MB (cached 0MB) CPU [2%@729,0%@729,0%@729,0%@729,2%@729,16%@729,4%@729,0%@729,2%@729,0%@729,4%@729,3%@729] GR3D_FREQ 0% cpu@48.812C tboard@37C soc2@44.25C tdiode@38.25C soc0@46.031C gpu@43.937C tj@48.812C soc1@44.875C VDD_GPU_SOC 3196mW/30352mW VDD_CPU_CV 1198mW/4420mW VIN_SYS_5V0 3842mW/7737mW VDDQ_VDD2_1V8AO 606mW/3099mW
03-13-2025 19:39:41 RAM 8373/62841MB (lfb 53x4MB) SWAP 0/31421MB (cached 0MB) CPU [4%@2201,0%@2201,1%@2201,0%@2201,2%@729,3%@729,17%@729,1%@729,2%@2201,0%@2201,6%@2201,3%@2201] GR3D_FREQ 0% cpu@48.687C tboard@36.875C soc2@44.093C tdiode@38.125C soc0@45.906C gpu@43.656C tj@48.687C soc1@44.656C VDD_GPU_SOC 3196mW/30036mW VDD_CPU_CV 1198mW/4383mW VIN_SYS_5V0 3842mW/7691mW VDDQ_VDD2_1V8AO 606mW/3070mW

Even with this case the GPU is fully occupied.

Seems you use multiple models in your app, you’d better optimize your models first.

Thanks for checking the details. I have tried to run the model on DLA but it doesn’t support many layers and therefore not much benefit. Actually face swap model is the one which is consuming lots of resources because with rest of the models I am getting 30+ fps. Face swap model doesn’t work with fp16 as accuracy drops significantly.
Since GPU is 99% used so do you think that adding dynamic batch for face swap will not help.

We don’t know. You may need to use trtexec tool to measure and compare the performance of the model’s TensorRT engines with different batch sizes.

Can you please give me complete command to compare the performance using trtexec with different batch sizes.
Thanks

Take the DeepStream sample model as the example. You can find the model in /opt/nvidia/deepstream/deepstream/samples/models/Primary_Detector/resnet18_trafficcamnet_pruned.onnx

The fp16 batch size 1 engine generation

trtexec --onnx=/opt/nvidia/deepstream/deepstream/samples/models/Primary_Detector/resnet18_trafficcamnet_pruned.onnx --fp16 --saveEngine=/opt/nvidia/deepstream/deepstream/samples/models/Primary_Detector/resnet18_trafficcamnet_pruned.onnx_b1_gpu0_fp16.engine --minShapes="input_1:0":1x3x544x960 --optShapes="input_1:0":1x3x544x960 --maxShapes="input_1:0":1x3x544x960

In the log, you can focus on the “GPU Compute Time”.

[03/17/2025-06:05:05] [I] === Performance summary ===
[03/17/2025-06:05:05] [I] Throughput: 1700.42 qps
[03/17/2025-06:05:05] [I] Latency: min = 0.940552 ms, max = 1.23499 ms, mean = 1.00505 ms, median = 0.999023 ms, percentile(90%) = 1.02393 ms, percentile(95%) = 1.0625 ms, percentile(99%) = 1.13464 ms
[03/17/2025-06:05:05] [I] Enqueue Time: min = 0.128937 ms, max = 1.07935 ms, mean = 0.242919 ms, median = 0.240723 ms, percentile(90%) = 0.309814 ms, percentile(95%) = 0.342346 ms, percentile(99%) = 0.459106 ms
[03/17/2025-06:05:05] [I] H2D Latency: min = 0.515137 ms, max = 0.743896 ms, mean = 0.530134 ms, median = 0.522095 ms, percentile(90%) = 0.542786 ms, percentile(95%) = 0.595215 ms, percentile(99%) = 0.655762 ms
[03/17/2025-06:05:05] [I] GPU Compute Time: min = 0.407227 ms, max = 0.650391 ms, mean = 0.44268 ms, median = 0.442139 ms, percentile(90%) = 0.45166 ms, percentile(95%) = 0.45459 ms, percentile(99%) = 0.481323 ms
[03/17/2025-06:05:05] [I] D2H Latency: min = 0.015625 ms, max = 0.0479126 ms, mean = 0.0322379 ms, median = 0.032959 ms, percentile(90%) = 0.0366211 ms, percentile(95%) = 0.0379639 ms, percentile(99%) = 0.0418701 ms
[03/17/2025-06:05:05] [I] Total Host Walltime: 3.00103 s
[03/17/2025-06:05:05] [I] Total GPU Compute Time: 2.259 s

The fp16 batch size 16 engine generation

trtexec --onnx=/opt/nvidia/deepstream/deepstream/samples/models/Primary_Detector/resnet18_trafficcamnet_pruned.onnx --fp16 --saveEngine=/opt/nvidia/deepstream/deepstream/samples/models/Primary_Detector/resnet18_trafficcamnet_pruned.onnx_b16_gpu0_fp16.engine --minShapes="input_1:0":1x3x544x960 --optShapes="input_1:0":8x3x544x960 --maxShapes="input_1:0":16x3x544x960

For more trtexec tool usage and the model performance questions, please consult in Latest Deep Learning (Training & Inference)/TensorRT topics - NVIDIA Developer Forums forum.

Thanks, I will check the same.