Below are the outputs of sensors:
ucsi_source_psy_USBC000:002-isa-0000
Adapter: ISA adapter
in0: 0.00 V (min = +0.00 V, max = +0.00 V)
curr1: 0.00 A (max = +0.00 A)
coretemp-isa-0000
Adapter: ISA adapter
Package id 0: +82.0°C (high = +100.0°C, crit = +100.0°C)
Core 0: +72.0°C (high = +100.0°C, crit = +100.0°C)
Core 1: +74.0°C (high = +100.0°C, crit = +100.0°C)
Core 2: +70.0°C (high = +100.0°C, crit = +100.0°C)
Core 3: +84.0°C (high = +100.0°C, crit = +100.0°C)
hp-isa-0000
Adapter: ISA adapter
fan1: 0 RPM
fan2: 0 RPM
pwm1: N/A
BAT0-acpi-0
Adapter: ACPI interface
in0: 16.22 V
power1: N/A
iwlwifi_1-virtual-0
Adapter: Virtual device
temp1: +50.0°C
ucsi_source_psy_USBC000:001-isa-0000
Adapter: ISA adapter
in0: 0.00 V (min = +5.00 V, max = +5.00 V)
curr1: 3.25 A (max = +3.00 A)
nvme-pci-5800
Adapter: PCI adapter
Composite: +51.9°C (low = -273.1°C, high = +81.8°C)
(crit = +84.8°C)
Sensor 1: +51.9°C (low = -273.1°C, high = +65261.8°C)
Sensor 2: +75.8°C (low = -273.1°C, high = +65261.8°C)
acpitz-acpi-0
Adapter: ACPI interface
temp1: +83.0°C
and inxi -s:
Sensors:
System Temperatures: cpu: 82.0 C mobo: N/A
Fan Speeds (rpm): cpu: 0 fan-2: 0
So, first, the fans seem to be not properly detected even though I could hear a fan-like noise (which other components make those hissing noise), and it is loud enough.
Second, the battery runs out of power very quickly, as I recall it consistently drops from 100 to 0 in about one hour.
Third, the temperature readings are so high, which I think is accurate since the surface of the laptop is hot to the touch. At one point, the BIOS had to shut the system down on its own to prevent overheating.
I am not aware of any resource-hogging processes, the CPU load is constant at ~18%.
Why is my laptop temperature is high?
EDIT:
I found that one process is taking 99% of the CPU load. Here is the first few lines of the output of top:
top - 14:16:45 up 9:12, 1 user, load average: 2.93, 2.96, 2.89
Tasks: 324 total, 2 running, 321 sleep, 1 d-sleep, 0 stopped, 0 zombie
%Cpu(s): 13.9 us, 1.6 sy, 0.0 ni, 83.6 id, 0.1 wa, 0.7 hi, 0.2 si, 0.0 st
MiB Mem : 15669.5 total, 3523.1 free, 5229.8 used, 8271.9 buff/cache
MiB Swap: 10000.0 total, 8292.8 free, 1707.2 used. 10439.7 avail Mem
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
1728 <user> 20 0 670060 26680 22996 R 99.4 0.2 274:30.92 appimagelaunche
I don’t think appimagelauncher is supposed to take up that much CPU load. Is it normal?