> Source: [sk102436](https://support.checkpoint.com/results/sk/sk102436)

# sk102436 - RouteD process (routed -N) consumes CPU at 100% on a cluster member running Gaia OS

| Property | Value |
|----------|-------|
| Solution ID | sk102436 |
| Date Created | 2014-09-15 |
| Last Modified | 2017-11-07 |
| Technical Level | Advanced |
| Products | Security Gateway |
| Versions | R82.10, R82, R81.20 |
| OS | Gaia |

## Symptoms

- * Output of '`top`' command on a cluster member shows that *routed* process consumes CPU at 100%.

* Output of '`ps auxw`' command shows that the PID of problematic *routed* process belongs to RouteD instance manager - "*routed -N*".

* No apparent impact on the machine is experienced.

* */var/log/dump/usermode/* folder (refer to [sk92764](http://supportcontent.checkpoint.com/solutions?id=sk92764)) might show core dump files for *routed* process. These core dump files contain the following stack:

  ```
  
  #0  0x... in clock_gettime () from /lib/librt.so.1
  #1  0x... in monotime (...) at os/monotime.c
  #2  0x... in task_timer_time_update (...) at task/task_timer.c
  #3  0x... in task_process_sockets (...) at task/task_socket.c
  #4  0x... in main (...) at task/task_init.c
  ```

* Output of *strace* tool attached to the problematic routed process repeatedly shows the following lines during the issue:

  ```
  
  select(10, [0 4 9], [0], NULL, {4, ...}) = 2 (in [0], out [0], left {4, ...})
  clock_gettime(CLOCK_MONOTONIC, {..., ...}) = 0
  clock_gettime(CLOCK_MONOTONIC, {..., ...}) = 0
  clock_gettime(CLOCK_MONOTONIC, {..., ...}) = 0
  clock_gettime(CLOCK_MONOTONIC, {..., ...}) = 0
  select(10, [0 4 9], [0], NULL, {4, ...}) = 2 (in [0], out [0], left {4, ...})
  clock_gettime(CLOCK_MONOTONIC, {..., ...}) = 0
  clock_gettime(CLOCK_MONOTONIC, {..., ...}) = 0
  clock_gettime(CLOCK_MONOTONIC, {..., ...}) = 0
  clock_gettime(CLOCK_MONOTONIC, {..., ...}) = 0
  ```

## Solution

This solution requires authentication. Please log in to view the full solution.

---

# Agent Instructions

This content is from the Check Point Support Center (https://support.checkpoint.com), the official knowledge base for Check Point cybersecurity products.

## Navigating This Knowledge Base

- **Complete index**: [llms.txt](https://support.checkpoint.com/llms.txt)
- **All SK articles**: [SecureKnowledge Sitemap](https://support.checkpoint.com/sitemaps/secureknowledge-sitemap-index.xml)
- **SK article URL pattern**: `https://support.checkpoint.com/results/sk/{skId}`
- **Markdown responses**: AI bot User-Agents automatically receive `text/markdown` content
