=== detailed stats ===

--- rawgrep_warm_cache ---
sync: 2.75ms
Cache loaded: 568176 files, 13 fragments, 21.67MB in 19.07ms
Cache allocations:
  fragment_hashes: 4KB
  file_keys: 9901KB
  file_metas: 9901KB
  file_bitsets: 4950KB
  file_lookup: 8192KB
  raw_bytes: 22194KB
  file_capacity: 633712
  bits_per_file_u64: 1
Searching '/home/mark/Coding' on device '/dev/nvme0n1p2' with fs 'Ext4' for pattern: 'TODO'
Cache updated: 5805 files in 1.10ms
Cache saved: 568176 files, 13 fragments, 21.67MB in 25.77ms
	Command being timed: "bash -c rawgrep 'TODO' '..' --jump --no-color --threads 16"
	User time (seconds): 0.72
	System time (seconds): 0.29
	Percent of CPU this job got: 685%
	Elapsed (wall clock) time (h:mm:ss or m:ss): 0:00.14
	Average shared text size (kbytes): 0
	Average unshared data size (kbytes): 0
	Average stack size (kbytes): 0
	Average total size (kbytes): 0
	Maximum resident set size (kbytes): 119140
	Average resident set size (kbytes): 0
	Major (requiring I/O) page faults: 3
	Minor (reclaiming a frame) page faults: 14536
	Voluntary context switches: 1317
	Involuntary context switches: 465
	Swaps: 0
	File system inputs: 304
	File system outputs: 44400
	Socket messages sent: 0
	Socket messages received: 0
	Signals delivered: 0
	Page size (bytes): 4096
	Exit status: 0

--- rawgrep_warm_nocache ---
sync: 3.16ms
Searching '/home/mark/Coding' on device '/dev/nvme0n1p2' with fs 'Ext4' for pattern: 'TODO'
	Command being timed: "bash -c rawgrep 'TODO' '..' --jump --no-color --threads 16 --no-cache"
	User time (seconds): 6.85
	System time (seconds): 0.99
	Percent of CPU this job got: 157%
	Elapsed (wall clock) time (h:mm:ss or m:ss): 0:04.98
	Average shared text size (kbytes): 0
	Average unshared data size (kbytes): 0
	Average stack size (kbytes): 0
	Average total size (kbytes): 0
	Maximum resident set size (kbytes): 102176
	Average resident set size (kbytes): 0
	Major (requiring I/O) page faults: 0
	Minor (reclaiming a frame) page faults: 20623
	Voluntary context switches: 31631
	Involuntary context switches: 179
	Swaps: 0
	File system inputs: 5877816
	File system outputs: 8
	Socket messages sent: 0
	Socket messages received: 0
	Signals delivered: 0
	Page size (bytes): 4096
	Exit status: 0

--- ripgrep_warm ---
	Command being timed: "bash -c rg 'TODO' '..' --no-heading --color=never -n --threads 16"
	User time (seconds): 1.04
	System time (seconds): 1.87
	Percent of CPU this job got: 185%
	Elapsed (wall clock) time (h:mm:ss or m:ss): 0:01.57
	Average shared text size (kbytes): 0
	Average unshared data size (kbytes): 0
	Average stack size (kbytes): 0
	Average total size (kbytes): 0
	Maximum resident set size (kbytes): 97516
	Average resident set size (kbytes): 0
	Major (requiring I/O) page faults: 0
	Minor (reclaiming a frame) page faults: 24399
	Voluntary context switches: 52091
	Involuntary context switches: 29
	Swaps: 0
	File system inputs: 1803488
	File system outputs: 0
	Socket messages sent: 0
	Socket messages received: 0
	Signals delivered: 0
	Page size (bytes): 4096
	Exit status: 0

--- rawgrep_cold_cache ---
sync: 2.71ms
Cache loaded: 568176 files, 13 fragments, 21.67MB in 48.54ms
Cache allocations:
  fragment_hashes: 4KB
  file_keys: 9901KB
  file_metas: 9901KB
  file_bitsets: 4950KB
  file_lookup: 8192KB
  raw_bytes: 22194KB
  file_capacity: 633712
  bits_per_file_u64: 1
Searching '/home/mark/Coding' on device '/dev/nvme0n1p2' with fs 'Ext4' for pattern: 'TODO'
Cache updated: 5805 files in 1.10ms
Cache saved: 568176 files, 13 fragments, 21.67MB in 27.67ms
	Command being timed: "bash -c rawgrep 'TODO' '..' --jump --no-color --threads 16"
	User time (seconds): 1.62
	System time (seconds): 0.35
	Percent of CPU this job got: 156%
	Elapsed (wall clock) time (h:mm:ss or m:ss): 0:01.26
	Average shared text size (kbytes): 0
	Average unshared data size (kbytes): 0
	Average stack size (kbytes): 0
	Average total size (kbytes): 0
	Maximum resident set size (kbytes): 117036
	Average resident set size (kbytes): 0
	Major (requiring I/O) page faults: 18
	Minor (reclaiming a frame) page faults: 13563
	Voluntary context switches: 17353
	Involuntary context switches: 99
	Swaps: 0
	File system inputs: 1656360
	File system outputs: 44400
	Socket messages sent: 0
	Socket messages received: 0
	Signals delivered: 0
	Page size (bytes): 4096
	Exit status: 0

--- rawgrep_cold_nocache ---
sync: 3.40ms
Searching '/home/mark/Coding' on device '/dev/nvme0n1p2' with fs 'Ext4' for pattern: 'TODO'
	Command being timed: "bash -c rawgrep 'TODO' '..' --jump --no-color --threads 16 --no-cache"
	User time (seconds): 7.94
	System time (seconds): 1.11
	Percent of CPU this job got: 147%
	Elapsed (wall clock) time (h:mm:ss or m:ss): 0:06.15
	Average shared text size (kbytes): 0
	Average unshared data size (kbytes): 0
	Average stack size (kbytes): 0
	Average total size (kbytes): 0
	Maximum resident set size (kbytes): 108020
	Average resident set size (kbytes): 0
	Major (requiring I/O) page faults: 18
	Minor (reclaiming a frame) page faults: 22118
	Voluntary context switches: 40352
	Involuntary context switches: 172
	Swaps: 0
	File system inputs: 7471840
	File system outputs: 8
	Socket messages sent: 0
	Socket messages received: 0
	Signals delivered: 0
	Page size (bytes): 4096
	Exit status: 0

--- ripgrep_cold ---
	Command being timed: "bash -c rg 'TODO' '..' --no-heading --color=never -n --threads 16"
	User time (seconds): 1.51
	System time (seconds): 5.09
	Percent of CPU this job got: 53%
	Elapsed (wall clock) time (h:mm:ss or m:ss): 0:12.37
	Average shared text size (kbytes): 0
	Average unshared data size (kbytes): 0
	Average stack size (kbytes): 0
	Average total size (kbytes): 0
	Maximum resident set size (kbytes): 124268
	Average resident set size (kbytes): 0
	Major (requiring I/O) page faults: 33
	Minor (reclaiming a frame) page faults: 17753
	Voluntary context switches: 389216
	Involuntary context switches: 32
	Swaps: 0
	File system inputs: 14270288
	File system outputs: 0
	Socket messages sent: 0
	Socket messages received: 0
	Signals delivered: 0
	Page size (bytes): 4096
	Exit status: 0
