This file is indexed.

/usr/share/doc/runlim/README is in runlim 1.7-2.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
This Linux program can be used to 'runlim' and control benchmarks.

It samples the resource usage of the executed program and
all its child processes and stops the program if resource
limits are exhausted.

In order to support multi-threaded programs a limit on the
wall clock time can be given as well.

Note, that for multi-threaded programs the time spent in each
thread is accumulated by commands like 'time'.  This is the
same model we use for multiple processes forked by a program
unless you are only interested in walk clock time.

To compile:

  ./configure && make

Also see LICENSE.