Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided in four parts:
  1. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provide some useful information on the computer.
  2. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser !
  3. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to 1200 seconds. After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to 1230 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (900Mb).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  4. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.

General information on the benchmark

Namemps-v2-20-10/MIPLIB/miplib/normalized-mps-v2-20-10-misc05.opb
MD5SUM5e97a4ad772c87cdf15a611dd5b54048
Bench Categoryoptimization, big integers (OPTBIGINT)
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 1076796928
Optimality of the best value was proved YES
Number of terms in the objective function 31
Biggest coefficient in the objective function 1073741824
Number of bits for the biggest coefficient in the objective function 31
Sum of the numbers in the objective function 2147483647
Number of bits of the sum of numbers in the objective function 31
Biggest number in a constraint 5368709120
Number of bits of the biggest number in a constraint 33
Biggest sum of numbers in a constraint 83751857084
Number of bits of the biggest sum of numbers37
Best result obtained on this benchmarkOPTIMUM FOUND
Best CPU time to get the best result obtained on this benchmark968.747
Number of variables1940
Total number of constraints374
Number of constraints which are clauses155
Number of constraints which are cardinality constraints (but not clauses)82
Number of constraints which are nor clauses,nor cardinality constraints137
Minimum length of a constraint1
Maximum length of a constraint451

Trace number 565

Launcher Data

LAUNCH ON wulflinc22 THE 2005-09-18 11:16:21 (client local time)
PB2005-SCRIPT v4.0 
MARKUPS: idlaunch=521 boxname=wulflinc22 idbench=521 idsolver=1 numberseed=0
MD5SUM SOLVER: 38f99674050b34630888bf623b924b59  /oldhome/oroussel/solvers/bsolo
MD5SUM BENCH:  5e97a4ad772c87cdf15a611dd5b54048  /oldhome/oroussel/tmp/wulflinc22/normalized-mps-v2-20-10-misc05.opb
REAL COMMAND:  bsolo /oldhome/oroussel/tmp/wulflinc22/normalized-mps-v2-20-10-misc05.opb
IDLAUNCH: 521
/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 7
model name	: Pentium III (Katmai)
stepping	: 3
cpu MHz		: 451.031
cache size	: 512 KB
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 2
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 mmx fxsr sse
bogomips	: 890.88

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 7
model name	: Pentium III (Katmai)
stepping	: 3
cpu MHz		: 451.031
cache size	: 512 KB
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 2
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 mmx fxsr sse
bogomips	: 899.07

/proc/meminfo:
MemTotal:      1034660 kB
MemFree:        943528 kB
Buffers:         33348 kB
Cached:          30648 kB
SwapCached:        536 kB
Active:          53484 kB
Inactive:        13096 kB
HighTotal:      131008 kB
HighFree:        98308 kB
LowTotal:       903652 kB
LowFree:        845220 kB
SwapTotal:     2097892 kB
SwapFree:      2096832 kB
Dirty:              28 kB
Writeback:           0 kB
Mapped:           5856 kB
Slab:            19024 kB
Committed_AS:    64168 kB
PageTables:        328 kB
VmallocTotal:   114680 kB
VmallocUsed:      1368 kB
VmallocChunk:   113252 kB
JOB ENDED THE 2005-09-18 11:36:27 (client local time) WITH STATUS 0 IN 1195.04 SECONDS
stats: 521 7 1195.04 0

Solver Data

c INFO: OSL Context initialized.
c BIG Int formula...
c Initial problem consists of 1940 variables and 329 constraints.
c No problem reductions applied in OPT. instance.
c	preprocess terminated. Elapsed time: 0.881
c After prepocess the problem consists of 1260 variables and 295 constraints.
c Initial Lower Bound: 0
c Restart #1 #Var: 1260 #Dec: 3204 LB: 0 @ 2.14
c Restart #2 #Var: 1260 #Dec: 8229 LB: 0 @ 4.6
c Restart #3 #Var: 1260 #Dec: 15373 LB: 0 @ 8.34
c Restart #4 #Var: 1260 #Dec: 24526 LB: 0 @ 13.447
c Restart #5 #Var: 1260 #Dec: 33753 LB: 0 @ 20.314
c Restart #6 #Var: 1260 #Dec: 39037 LB: 0 @ 29.787
c Restart #7 #Var: 1260 #Dec: 47585 LB: 0 @ 40.526
c Restart #8 #Var: 1260 #Dec: 51404 LB: 0 @ 51.724
c Restart #9 #Var: 1241 #Dec: 53813 LB: 0 @ 63.745
c Restart #10 #Var: 1240 #Dec: 65661 LB: 0 @ 73.343
c Restart #11 #Var: 1240 #Dec: 68598 LB: 0 @ 83.827
c Restart #12 #Var: 1240 #Dec: 73032 LB: 0 @ 91.232
c Restart #13 #Var: 1234 #Dec: 77450 LB: 0 @ 102.84
c Restart #14 #Var: 1231 #Dec: 82464 LB: 0 @ 116.88
c Restart #15 #Var: 1230 #Dec: 90784 LB: 0 @ 129.68
c Restart #16 #Var: 1229 #Dec: 96253 LB: 0 @ 148.96
c Restart #17 #Var: 1228 #Dec: 101326 LB: 0 @ 164.55
c Restart #18 #Var: 1223 #Dec: 105845 LB: 0 @ 182.6
c Restart #19 #Var: 1223 #Dec: 111504 LB: 0 @ 201.8
c Restart #20 #Var: 1223 #Dec: 115558 LB: 0 @ 220.29
c Restart #21 #Var: 1223 #Dec: 125512 LB: 0 @ 247.08
c Restart #22 #Var: 1223 #Dec: 133184 LB: 0 @ 264.36
c Restart #23 #Var: 1223 #Dec: 137900 LB: 0 @ 285.41
c Restart #24 #Var: 1221 #Dec: 144264 LB: 0 @ 315.25
c Restart #25 #Var: 1221 #Dec: 153772 LB: 0 @ 367.94
c Restart #26 #Var: 1221 #Dec: 159224 LB: 0 @ 417.68
c Restart #27 #Var: 1221 #Dec: 165758 LB: 0 @ 446.72
c Restart #28 #Var: 1221 #Dec: 171928 LB: 0 @ 473.97
c Restart #29 #Var: 1221 #Dec: 179986 LB: 0 @ 500.12
c Restart #30 #Var: 1220 #Dec: 187261 LB: 0 @ 560.05
c CHANGE Heuristic... 
c Restart #0 #Var: 1220 #Dec: 198216 LB: 0 @ 597.32
c Restart #1 #Var: 1220 #Dec: 198764 LB: 0 @ 599.54
c Restart #2 #Var: 1220 #Dec: 199503 LB: 0 @ 602.88
c Restart #3 #Var: 1216 #Dec: 200982 LB: 0 @ 606.17
c Restart #4 #Var: 1215 #Dec: 203186 LB: 0 @ 610.16
c Restart #5 #Var: 1215 #Dec: 204582 LB: 0 @ 614.31
c Restart #6 #Var: 1215 #Dec: 206208 LB: 0 @ 619.06
c Restart #7 #Var: 1215 #Dec: 208386 LB: 0 @ 624.92
c Restart #8 #Var: 1214 #Dec: 210304 LB: 0 @ 631.67
c Restart #9 #Var: 1214 #Dec: 212211 LB: 0 @ 638.72
c Restart #10 #Var: 1212 #Dec: 218143 LB: 0 @ 648.91
c Restart #11 #Var: 1212 #Dec: 220899 LB: 0 @ 670.89
c Restart #12 #Var: 1212 #Dec: 224289 LB: 0 @ 682.11
c Restart #13 #Var: 1210 #Dec: 227127 LB: 0 @ 693.76
c Restart #14 #Var: 1210 #Dec: 231164 LB: 0 @ 708.24
c Restart #15 #Var: 1210 #Dec: 236916 LB: 0 @ 725.26
c Restart #16 #Var: 1210 #Dec: 240443 LB: 0 @ 744.33
c Restart #17 #Var: 1209 #Dec: 248160 LB: 0 @ 765
c Restart #18 #Var: 1209 #Dec: 252633 LB: 0 @ 785.8
c Restart #19 #Var: 1209 #Dec: 258575 LB: 0 @ 804.37
c Restart #20 #Var: 1209 #Dec: 263300 LB: 0 @ 821.72
c Restart #21 #Var: 1209 #Dec: 268003 LB: 0 @ 846.92
c Restart #22 #Var: 1209 #Dec: 273609 LB: 0 @ 867.01
c Restart #23 #Var: 1209 #Dec: 279436 LB: 0 @ 911.73
c Restart #24 #Var: 1209 #Dec: 284625 LB: 0 @ 944.99
c Restart #25 #Var: 1209 #Dec: 294814 LB: 0 @ 970.08
c Restart #26 #Var: 1209 #Dec: 301008 LB: 0 @ 997.6
c Restart #27 #Var: 1209 #Dec: 308096 LB: 0 @ 1036.6
c Restart #28 #Var: 1209 #Dec: 314977 LB: 0 @ 1071
c Restart #29 #Var: 1209 #Dec: 322575 LB: 0 @ 1110.6
c Restart #30 #Var: 1209 #Dec: 328774 LB: 0 @ 1142.6
c Restart #31 #Var: 1209 #Dec: 336641 LB: 0 @ 1174.5
s UNKNOWN
c Exit Code: 0
c Total time: 1195 s

Watcher Data

Enforcing CPU limit (will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime (will send SIGXCPU) limit: 1230 seconds
Enforcing Stack size limit: 67108864 bytes
Enforcing memory limit (will send SIGTERM then SIGKILL): 921600 Kb
Enforcing VSIZE limit: 994918400 bytes
Current StackSize limit: 67108864 bytes
Raw data (/proc/23616/stat): 23616 (bsolo) R 23615 23616 21452 0 -1 0 19 0 0 0 0 0 0 0 23 0 1 0 1840824089 438272 3 4294967295 134512640 134736556 3221224560 3221224560 1073744960 0 0 5 0 0 0 0 17 0 0 0
Raw data (/proc/23616/statm): 107 3 90 68 0 39 0
[pid=23616] vsize: 428
open syscall for file /etc/ld.so.preload
open syscall for file tls/i686/mmx/libosl.so
open syscall for file tls/i686/libosl.so
open syscall for file tls/mmx/libosl.so
open syscall for file tls/libosl.so
open syscall for file i686/mmx/libosl.so
open syscall for file i686/libosl.so
open syscall for file mmx/libosl.so
open syscall for file libosl.so
open syscall for file /oldhome/oroussel/lib/tls/i686/mmx/libosl.so
open syscall for file /oldhome/oroussel/lib/tls/i686/libosl.so
open syscall for file /oldhome/oroussel/lib/tls/mmx/libosl.so
open syscall for file /oldhome/oroussel/lib/tls/libosl.so
open syscall for file /oldhome/oroussel/lib/i686/mmx/libosl.so
open syscall for file /oldhome/oroussel/lib/i686/libosl.so
open syscall for file /oldhome/oroussel/lib/mmx/libosl.so
open syscall for file /oldhome/oroussel/lib/libosl.so
open syscall for file tls/i686/mmx/libstdc++-libc6.2-2.so.3
open syscall for file tls/i686/libstdc++-libc6.2-2.so.3
open syscall for file tls/mmx/libstdc++-libc6.2-2.so.3
open syscall for file tls/libstdc++-libc6.2-2.so.3
open syscall for file i686/mmx/libstdc++-libc6.2-2.so.3
open syscall for file i686/libstdc++-libc6.2-2.so.3
open syscall for file mmx/libstdc++-libc6.2-2.so.3
open syscall for file libstdc++-libc6.2-2.so.3
open syscall for file /oldhome/oroussel/lib/libstdc++-libc6.2-2.so.3
open syscall for file /etc/ld.so.cache
open syscall for file /usr/lib/libstdc++-libc6.2-2.so.3
open syscall for file tls/i686/mmx/libm.so.6
open syscall for file tls/i686/libm.so.6
open syscall for file tls/mmx/libm.so.6
open syscall for file tls/libm.so.6
open syscall for file i686/mmx/libm.so.6
open syscall for file i686/libm.so.6
open syscall for file mmx/libm.so.6
open syscall for file libm.so.6
open syscall for file /oldhome/oroussel/lib/libm.so.6
open syscall for file /lib/tls/libm.so.6
open syscall for file tls/i686/mmx/libpthread.so.0
open syscall for file tls/i686/libpthread.so.0
open syscall for file tls/mmx/libpthread.so.0
open syscall for file tls/libpthread.so.0
open syscall for file i686/mmx/libpthread.so.0
open syscall for file i686/libpthread.so.0
open syscall for file mmx/libpthread.so.0
open syscall for file libpthread.so.0
open syscall for file /oldhome/oroussel/lib/libpthread.so.0
open syscall for file /lib/tls/libpthread.so.0
open syscall for file tls/i686/mmx/libc.so.6
open syscall for file tls/i686/libc.so.6
open syscall for file tls/mmx/libc.so.6
open syscall for file tls/libc.so.6
open syscall for file i686/mmx/libc.so.6
open syscall for file i686/libc.so.6
open syscall for file mmx/libc.so.6
open syscall for file libc.so.6
open syscall for file /oldhome/oroussel/lib/libc.so.6
open syscall for file /lib/tls/libc.so.6
open syscall for file tls/i686/mmx/libgcc_s.so.1
open syscall for file tls/i686/libgcc_s.so.1
open syscall for file tls/mmx/libgcc_s.so.1
open syscall for file tls/libgcc_s.so.1
open syscall for file i686/mmx/libgcc_s.so.1
open syscall for file i686/libgcc_s.so.1
open syscall for file mmx/libgcc_s.so.1
open syscall for file libgcc_s.so.1
open syscall for file /oldhome/oroussel/lib/libgcc_s.so.1
open syscall for file /lib/libgcc_s.so.1
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /etc/localtime
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/tmp/wulflinc22/normalized-mps-v2-20-10-misc05.opb

[startup+10.0024 s]
Raw data (loadavg): 0.95 0.99 0.94 2/56 23616
Raw data (/proc/23616/stat): 23616 (bsolo) R 23615 23616 21452 0 -1 0 2375 0 0 0 914 31 0 0 25 0 1 0 1840824089 12849152 2286 4294967295 134512640 134736556 3221224560 3221223136 134550882 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23616/statm): 3137 2286 1116 68 0 3069 0
[pid=23616] vsize: 12548
Current children cumulated CPU time (s) 9.45
Current children cumulated vsize (Kb) 12548

[startup+20.0031 s]
Raw data (loadavg): 0.96 0.99 0.94 2/56 23616
Raw data (/proc/23616/stat): 23616 (bsolo) R 23615 23616 21452 0 -1 0 2441 0 0 0 1853 49 0 0 25 0 1 0 1840824089 13107200 2350 4294967295 134512640 134736556 3221224560 3221223136 134550882 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23616/statm): 3200 2350 1116 68 0 3132 0
[pid=23616] vsize: 12800
Current children cumulated CPU time (s) 19.02
Current children cumulated vsize (Kb) 12800

[startup+30.0038 s]
Raw data (loadavg): 0.97 0.99 0.94 2/56 23616
Raw data (/proc/23616/stat): 23616 (bsolo) R 23615 23616 21452 0 -1 0 2579 0 0 0 2825 59 0 0 25 0 1 0 1840824089 13660160 2488 4294967295 134512640 134736556 3221224560 3221223136 134550871 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23616/statm): 3335 2488 1116 68 0 3267 0
[pid=23616] vsize: 13340
Current children cumulated CPU time (s) 28.84
Current children cumulated vsize (Kb) 13340

[startup+40.0045 s]
Raw data (loadavg): 0.97 0.99 0.94 2/56 23616
Raw data (/proc/23616/stat): 23616 (bsolo) R 23615 23616 21452 0 -1 0 2579 0 0 0 3795 69 0 0 25 0 1 0 1840824089 13660160 2488 4294967295 134512640 134736556 3221224560 3221223136 134550871 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23616/statm): 3335 2488 1116 68 0 3267 0
[pid=23616] vsize: 13340
Current children cumulated CPU time (s) 38.64
Current children cumulated vsize (Kb) 13340

[startup+50.0052 s]
Raw data (loadavg): 0.98 0.99 0.94 2/56 23616
Raw data (/proc/23616/stat): 23616 (bsolo) R 23615 23616 21452 0 -1 0 2579 0 0 0 4771 78 0 0 25 0 1 0 1840824089 13660160 2488 4294967295 134512640 134736556 3221224560 3221223136 134550713 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23616/statm): 3335 2488 1116 68 0 3267 0
[pid=23616] vsize: 13340
Current children cumulated CPU time (s) 48.49
Current children cumulated vsize (Kb) 13340

[startup+60.0049 s]
Raw data (loadavg): 0.98 0.99 0.94 2/56 23616
Raw data (/proc/23616/stat): 23616 (bsolo) R 23615 23616 21452 0 -1 0 2579 0 0 0 5763 81 0 0 25 0 1 0 1840824089 13660160 2488 4294967295 134512640 134736556 3221224560 3221223136 134550713 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23616/statm): 3335 2488 1116 68 0 3267 0
[pid=23616] vsize: 13340
Current children cumulated CPU time (s) 58.44
Current children cumulated vsize (Kb) 13340

[startup+70.0057 s]
Raw data (loadavg): 0.98 0.99 0.94 2/56 23616
Raw data (/proc/23616/stat): 23616 (bsolo) T 23615 23616 21452 0 -1 0 2590 0 0 0 6715 96 0 0 25 0 1 0 1840824089 13660160 2499 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/23616/statm): 3335 2499 1116 68 0 3267 0
[pid=23616] vsize: 13340
Current children cumulated CPU time (s) 68.11
Current children cumulated vsize (Kb) 13340

[startup+80.0064 s]
Raw data (loadavg): 0.98 0.99 0.94 2/56 23616
Raw data (/proc/23616/stat): 23616 (bsolo) R 23615 23616 21452 0 -1 0 2633 0 0 0 7701 101 0 0 25 0 1 0 1840824089 13930496 2542 4294967295 134512640 134736556 3221224560 3221223152 134540200 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23616/statm): 3401 2542 1116 68 0 3333 0
[pid=23616] vsize: 13604
Current children cumulated CPU time (s) 78.02
Current children cumulated vsize (Kb) 13604

[startup+90.0071 s]
Raw data (loadavg): 0.99 0.99 0.94 2/56 23616
Raw data (/proc/23616/stat): 23616 (bsolo) R 23615 23616 21452 0 -1 0 3004 0 0 0 8678 110 0 0 25 0 1 0 1840824089 15405056 2913 4294967295 134512640 134736556 3221224560 3221223268 134560264 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23616/statm): 3761 2913 1116 68 0 3693 0
[pid=23616] vsize: 15044
Current children cumulated CPU time (s) 87.88
Current children cumulated vsize (Kb) 15044

[startup+100.008 s]
Raw data (loadavg): 0.99 0.99 0.94 2/56 23616
Raw data (/proc/23616/stat): 23616 (bsolo) R 23615 23616 21452 0 -1 0 3004 0 0 0 9658 116 0 0 25 0 1 0 1840824089 15400960 2913 4294967295 134512640 134736556 3221224560 3221223296 134605570 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23616/statm): 3760 2913 1116 68 0 3692 0
[pid=23616] vsize: 15040
Current children cumulated CPU time (s) 97.74
Current children cumulated vsize (Kb) 15040

[startup+110.008 s]
Raw data (loadavg): 0.99 0.99 0.94 2/56 23616
Raw data (/proc/23616/stat): 23616 (bsolo) R 23615 23616 21452 0 -1 0 3004 0 0 0 10642 121 0 0 25 0 1 0 1840824089 15400960 2913 4294967295 134512640 134736556 3221224560 3221223136 134550735 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23616/statm): 3760 2913 1116 68 0 3692 0
[pid=23616] vsize: 15040
Current children cumulated CPU time (s) 107.63
Current children cumulated vsize (Kb) 15040

[startup+120.008 s]
Raw data (loadavg): 0.99 0.99 0.94 2/56 23616
Raw data (/proc/23616/stat): 23616 (bsolo) R 23615 23616 21452 0 -1 0 3004 0 0 0 11627 125 0 0 25 0 1 0 1840824089 15400960 2913 4294967295 134512640 134736556 3221224560 3221223136 134550704 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23616/statm): 3760 2913 1116 68 0 3692 0
[pid=23616] vsize: 15040
Current children cumulated CPU time (s) 117.52
Current children cumulated vsize (Kb) 15040

[startup+130.009 s]
Raw data (loadavg): 0.99 0.99 0.94 2/56 23616
Raw data (/proc/23616/stat): 23616 (bsolo) R 23615 23616 21452 0 -1 0 3004 0 0 0 12591 137 0 0 25 0 1 0 1840824089 15400960 2913 4294967295 134512640 134736556 3221224560 3221223136 134550735 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23616/statm): 3760 2913 1116 68 0 3692 0
[pid=23616] vsize: 15040
Current children cumulated CPU time (s) 127.28
Current children cumulated vsize (Kb) 15040

[startup+140.011 s]
Raw data (loadavg): 0.99 0.99 0.94 2/56 23616
Raw data (/proc/23616/stat): 23616 (bsolo) R 23615 23616 21452 0 -1 0 3004 0 0 0 13570 145 0 0 25 0 1 0 1840824089 15400960 2913 4294967295 134512640 134736556 3221224560 3221223096 1077377851 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23616/statm): 3760 2913 1116 68 0 3692 0
[pid=23616] vsize: 15040
Current children cumulated CPU time (s) 137.15
Current children cumulated vsize (Kb) 15040

[startup+150.011 s]
Raw data (loadavg): 0.99 0.99 0.94 2/56 23616
Raw data (/proc/23616/stat): 23616 (bsolo) R 23615 23616 21452 0 -1 0 3004 0 0 0 14560 148 0 0 25 0 1 0 1840824089 15400960 2913 4294967295 134512640 134736556 3221224560 3221223296 134605558 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23616/statm): 3760 2913 1116 68 0 3692 0
[pid=23616] vsize: 15040
Current children cumulated CPU time (s) 147.08
Current children cumulated vsize (Kb) 15040

[startup+160.011 s]
Raw data (loadavg): 0.99 0.99 0.94 2/56 23616
Raw data (/proc/23616/stat): 23616 (bsolo) R 23615 23616 21452 0 -1 0 3004 0 0 0 15545 154 0 0 25 0 1 0 1840824089 15400960 2913 4294967295 134512640 134736556 3221224560 3221223152 134540200 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23616/statm): 3760 2913 1116 68 0 3692 0
[pid=23616] vsize: 15040
Current children cumulated CPU time (s) 156.99
Current children cumulated vsize (Kb) 15040

[startup+170.012 s]
Raw data (loadavg): 0.99 0.99 0.94 2/56 23616
Raw data (/proc/23616/stat): 23616 (bsolo) R 23615 23616 21452 0 -1 0 3004 0 0 0 16528 159 0 0 25 0 1 0 1840824089 15400960 2913 4294967295 134512640 134736556 3221224560 3221223136 134550713 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23616/statm): 3760 2913 1116 68 0 3692 0
[pid=23616] vsize: 15040
Current children cumulated CPU time (s) 166.87
Current children cumulated vsize (Kb) 15040

[startup+180.012 s]
Raw data (loadavg): 0.99 0.99 0.94 2/56 23616
Raw data (/proc/23616/stat): 23616 (bsolo) R 23615 23616 21452 0 -1 0 3004 0 0 0 17516 163 0 0 25 0 1 0 1840824089 15400960 2913 4294967295 134512640 134736556 3221224560 3221223136 134550735 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23616/statm): 3760 2913 1116 68 0 3692 0
[pid=23616] vsize: 15040
Current children cumulated CPU time (s) 176.79
Current children cumulated vsize (Kb) 15040

[startup+190.012 s]
Raw data (loadavg): 0.99 0.99 0.94 2/56 23616
Raw data (/proc/23616/stat): 23616 (bsolo) R 23615 23616 21452 0 -1 0 3004 0 0 0 18496 170 0 0 25 0 1 0 1840824089 15400960 2913 4294967295 134512640 134736556 3221224560 3221223296 134605570 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23616/statm): 3760 2913 1116 68 0 3692 0
[pid=23616] vsize: 15040
Current children cumulated CPU time (s) 186.66
Current children cumulated vsize (Kb) 15040

[startup+200.013 s]
Raw data (loadavg): 0.99 0.99 0.94 2/56 23616
Raw data (/proc/23616/stat): 23616 (bsolo) R 23615 23616 21452 0 -1 0 3004 0 0 0 19485 173 0 0 25 0 1 0 1840824089 15400960 2913 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23616/statm): 3760 2913 1116 68 0 3692 0
[pid=23616] vsize: 15040
Current children cumulated CPU time (s) 196.58
Current children cumulated vsize (Kb) 15040

[startup+210.013 s]
Raw data (loadavg): 0.99 0.99 0.94 2/56 23616
Raw data (/proc/23616/stat): 23616 (bsolo) R 23615 23616 21452 0 -1 0 3004 0 0 0 20476 177 0 0 25 0 1 0 1840824089 15400960 2913 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23616/statm): 3760 2913 1116 68 0 3692 0
[pid=23616] vsize: 15040
Current children cumulated CPU time (s) 206.53
Current children cumulated vsize (Kb) 15040

[startup+220.013 s]
Raw data (loadavg): 0.99 0.99 0.94 2/56 23616
Raw data (/proc/23616/stat): 23616 (bsolo) R 23615 23616 21452 0 -1 0 3004 0 0 0 21466 180 0 0 25 0 1 0 1840824089 15400960 2913 4294967295 134512640 134736556 3221224560 3221223232 134525071 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23616/statm): 3760 2913 1116 68 0 3692 0
[pid=23616] vsize: 15040
Current children cumulated CPU time (s) 216.46
Current children cumulated vsize (Kb) 15040

[startup+230.014 s]
Raw data (loadavg): 0.99 0.99 0.94 2/56 23616
Raw data (/proc/23616/stat): 23616 (bsolo) R 23615 23616 21452 0 -1 0 3004 0 0 0 22454 184 0 0 25 0 1 0 1840824089 15400960 2913 4294967295 134512640 134736556 3221224560 3221223136 134550713 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23616/statm): 3760 2913 1116 68 0 3692 0
[pid=23616] vsize: 15040
Current children cumulated CPU time (s) 226.38
Current children cumulated vsize (Kb) 15040

[startup+240.015 s]
Raw data (loadavg): 0.99 0.99 0.94 2/56 23616
Raw data (/proc/23616/stat): 23616 (bsolo) T 23615 23616 21452 0 -1 0 3004 0 0 0 23431 191 0 0 25 0 1 0 1840824089 15392768 2913 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/23616/statm): 3758 2913 1116 68 0 3690 0
[pid=23616] vsize: 15032
Current children cumulated CPU time (s) 236.22
Current children cumulated vsize (Kb) 15032

[startup+250.016 s]
Raw data (loadavg): 0.99 0.99 0.94 2/56 23616
Raw data (/proc/23616/stat): 23616 (bsolo) R 23615 23616 21452 0 -1 0 3004 0 0 0 24421 195 0 0 25 0 1 0 1840824089 15392768 2913 4294967295 134512640 134736556 3221224560 3221223136 134550735 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23616/statm): 3758 2913 1116 68 0 3690 0
[pid=23616] vsize: 15032
Current children cumulated CPU time (s) 246.16
Current children cumulated vsize (Kb) 15032

[startup+260.016 s]
Raw data (loadavg): 0.99 0.99 0.94 2/56 23616
Raw data (/proc/23616/stat): 23616 (bsolo) R 23615 23616 21452 0 -1 0 3004 0 0 0 25394 204 0 0 25 0 1 0 1840824089 15392768 2913 4294967295 134512640 134736556 3221224560 3221223104 134544600 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23616/statm): 3758 2913 1116 68 0 3690 0
[pid=23616] vsize: 15032
Current children cumulated CPU time (s) 255.98
Current children cumulated vsize (Kb) 15032

[startup+270.017 s]
Raw data (loadavg): 0.99 0.99 0.94 2/56 23616
Raw data (/proc/23616/stat): 23616 (bsolo) R 23615 23616 21452 0 -1 0 3004 0 0 0 26380 209 0 0 25 0 1 0 1840824089 15392768 2913 4294967295 134512640 134736556 3221224560 3221223184 134544672 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23616/statm): 3758 2913 1116 68 0 3690 0
[pid=23616] vsize: 15032
Current children cumulated CPU time (s) 265.89
Current children cumulated vsize (Kb) 15032

[startup+280.017 s]
Raw data (loadavg): 0.99 0.99 0.94 1/56 23616
Raw data (/proc/23616/stat): 23616 (bsolo) T 23615 23616 21452 0 -1 0 3004 0 0 0 27370 213 0 0 25 0 1 0 1840824089 15392768 2913 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/23616/statm): 3758 2913 1116 68 0 3690 0
[pid=23616] vsize: 15032
Current children cumulated CPU time (s) 275.83
Current children cumulated vsize (Kb) 15032

[startup+290.017 s]
Raw data (loadavg): 0.99 0.99 0.94 2/56 23616
Raw data (/proc/23616/stat): 23616 (bsolo) R 23615 23616 21452 0 -1 0 3004 0 0 0 28359 217 0 0 25 0 1 0 1840824089 15392768 2913 4294967295 134512640 134736556 3221224560 3221223072 134543195 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23616/statm): 3758 2913 1116 68 0 3690 0
[pid=23616] vsize: 15032
Current children cumulated CPU time (s) 285.76
Current children cumulated vsize (Kb) 15032

[startup+300.017 s]
Raw data (loadavg): 0.99 0.99 0.94 2/56 23616
Raw data (/proc/23616/stat): 23616 (bsolo) R 23615 23616 21452 0 -1 0 3004 0 0 0 29345 221 0 0 25 0 1 0 1840824089 15392768 2913 4294967295 134512640 134736556 3221224560 3221223136 134550888 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23616/statm): 3758 2913 1116 68 0 3690 0
[pid=23616] vsize: 15032
Current children cumulated CPU time (s) 295.66
Current children cumulated vsize (Kb) 15032

[startup+310.017 s]
Raw data (loadavg): 0.99 0.99 0.94 2/56 23616
Raw data (/proc/23616/stat): 23616 (bsolo) R 23615 23616 21452 0 -1 0 3004 0 0 0 30333 225 0 0 25 0 1 0 1840824089 15392768 2913 4294967295 134512640 134736556 3221224560 3221223136 134550735 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23616/statm): 3758 2913 1116 68 0 3690 0
[pid=23616] vsize: 15032
Current children cumulated CPU time (s) 305.58
Current children cumulated vsize (Kb) 15032

[startup+320.018 s]
Raw data (loadavg): 0.99 0.99 0.94 2/56 23616
Raw data (/proc/23616/stat): 23616 (bsolo) R 23615 23616 21452 0 -1 0 3004 0 0 0 31322 229 0 0 25 0 1 0 1840824089 15392768 2913 4294967295 134512640 134736556 3221224560 3221223152 134716439 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23616/statm): 3758 2913 1116 68 0 3690 0
[pid=23616] vsize: 15032
Current children cumulated CPU time (s) 315.51
Current children cumulated vsize (Kb) 15032

[startup+330.017 s]
Raw data (loadavg): 0.99 0.99 0.94 2/56 23616
Raw data (/proc/23616/stat): 23616 (bsolo) R 23615 23616 21452 0 -1 0 3004 0 0 0 32318 230 0 0 25 0 1 0 1840824089 15392768 2913 4294967295 134512640 134736556 3221224560 3221223136 134550735 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23616/statm): 3758 2913 1116 68 0 3690 0
[pid=23616] vsize: 15032
Current children cumulated CPU time (s) 325.48
Current children cumulated vsize (Kb) 15032

[startup+340.018 s]
Raw data (loadavg): 0.99 0.99 0.94 1/56 23616
Raw data (/proc/23616/stat): 23616 (bsolo) T 23615 23616 21452 0 -1 0 3004 0 0 0 33312 232 0 0 25 0 1 0 1840824089 15392768 2913 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/23616/statm): 3758 2913 1116 68 0 3690 0
[pid=23616] vsize: 15032
Current children cumulated CPU time (s) 335.44
Current children cumulated vsize (Kb) 15032

[startup+350.019 s]
Raw data (loadavg): 0.99 0.99 0.94 1/56 23616
Raw data (/proc/23616/stat): 23616 (bsolo) T 23615 23616 21452 0 -1 0 3004 0 0 0 34294 238 0 0 25 0 1 0 1840824089 15392768 2913 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/23616/statm): 3758 2913 1116 68 0 3690 0
[pid=23616] vsize: 15032
Current children cumulated CPU time (s) 345.32
Current children cumulated vsize (Kb) 15032

[startup+360.019 s]
Raw data (loadavg): 0.99 0.99 0.94 2/56 23616
Raw data (/proc/23616/stat): 23616 (bsolo) R 23615 23616 21452 0 -1 0 3004 0 0 0 35288 241 0 0 25 0 1 0 1840824089 15392768 2913 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23616/statm): 3758 2913 1116 68 0 3690 0
[pid=23616] vsize: 15032
Current children cumulated CPU time (s) 355.29
Current children cumulated vsize (Kb) 15032

[startup+370.019 s]
Raw data (loadavg): 0.99 0.99 0.94 2/56 23616
Raw data (/proc/23616/stat): 23616 (bsolo) R 23615 23616 21452 0 -1 0 3004 0 0 0 36282 243 0 0 25 0 1 0 1840824089 15392768 2913 4294967295 134512640 134736556 3221224560 3221223136 134550713 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23616/statm): 3758 2913 1116 68 0 3690 0
[pid=23616] vsize: 15032
Current children cumulated CPU time (s) 365.25
Current children cumulated vsize (Kb) 15032

[startup+380.019 s]
Raw data (loadavg): 0.99 0.99 0.94 2/56 23616
Raw data (/proc/23616/stat): 23616 (bsolo) R 23615 23616 21452 0 -1 0 3004 0 0 0 37272 246 0 0 25 0 1 0 1840824089 15392768 2913 4294967295 134512640 134736556 3221224560 3221223276 134694456 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23616/statm): 3758 2913 1116 68 0 3690 0
[pid=23616] vsize: 15032
Current children cumulated CPU time (s) 375.18
Current children cumulated vsize (Kb) 15032

[startup+390.02 s]
Raw data (loadavg): 0.99 0.99 0.94 2/56 23616
Raw data (/proc/23616/stat): 23616 (bsolo) R 23615 23616 21452 0 -1 0 3004 0 0 0 38267 248 0 0 25 0 1 0 1840824089 15392768 2913 4294967295 134512640 134736556 3221224560 3221223136 134550888 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23616/statm): 3758 2913 1116 68 0 3690 0
[pid=23616] vsize: 15032
Current children cumulated CPU time (s) 385.15
Current children cumulated vsize (Kb) 15032

[startup+400.019 s]
Raw data (loadavg): 0.99 0.99 0.94 2/56 23616
Raw data (/proc/23616/stat): 23616 (bsolo) R 23615 23616 21452 0 -1 0 3004 0 0 0 39263 250 0 0 25 0 1 0 1840824089 15392768 2913 4294967295 134512640 134736556 3221224560 3221223104 134550865 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23616/statm): 3758 2913 1116 68 0 3690 0
[pid=23616] vsize: 15032
Current children cumulated CPU time (s) 395.13
Current children cumulated vsize (Kb) 15032

[startup+410.022 s]
Raw data (loadavg): 0.99 0.99 0.94 2/56 23616
Raw data (/proc/23616/stat): 23616 (bsolo) R 23615 23616 21452 0 -1 0 3004 0 0 0 40259 251 0 0 25 0 1 0 1840824089 15392768 2913 4294967295 134512640 134736556 3221224560 3221222852 134717260 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23616/statm): 3758 2913 1116 68 0 3690 0
[pid=23616] vsize: 15032
Current children cumulated CPU time (s) 405.1
Current children cumulated vsize (Kb) 15032

[startup+420.023 s]
Raw data (loadavg): 0.99 0.99 0.94 2/56 23616
Raw data (/proc/23616/stat): 23616 (bsolo) R 23615 23616 21452 0 -1 0 3004 0 0 0 41253 253 0 0 20 0 1 0 1840824089 15392768 2913 4294967295 134512640 134736556 3221224560 3221223336 134560348 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23616/statm): 3758 2913 1116 68 0 3690 0
[pid=23616] vsize: 15032
Current children cumulated CPU time (s) 415.06
Current children cumulated vsize (Kb) 15032

[startup+430.023 s]
Raw data (loadavg): 0.99 0.99 0.94 2/56 23616
Raw data (/proc/23616/stat): 23616 (bsolo) R 23615 23616 21452 0 -1 0 3004 0 0 0 42240 258 0 0 25 0 1 0 1840824089 15392768 2913 4294967295 134512640 134736556 3221224560 3221223320 134560337 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23616/statm): 3758 2913 1116 68 0 3690 0
[pid=23616] vsize: 15032
Current children cumulated CPU time (s) 424.98
Current children cumulated vsize (Kb) 15032

[startup+440.024 s]
Raw data (loadavg): 0.99 0.99 0.94 2/56 23616
Raw data (/proc/23616/stat): 23616 (bsolo) R 23615 23616 21452 0 -1 0 3004 0 0 0 43230 261 0 0 25 0 1 0 1840824089 15392768 2913 4294967295 134512640 134736556 3221224560 3221223136 134550868 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23616/statm): 3758 2913 1116 68 0 3690 0
[pid=23616] vsize: 15032
Current children cumulated CPU time (s) 434.91
Current children cumulated vsize (Kb) 15032

[startup+450.025 s]
Raw data (loadavg): 0.99 0.99 0.94 2/56 23616
Raw data (/proc/23616/stat): 23616 (bsolo) R 23615 23616 21452 0 -1 0 3004 0 0 0 44221 265 0 0 25 0 1 0 1840824089 15392768 2913 4294967295 134512640 134736556 3221224560 3221223224 134544625 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23616/statm): 3758 2913 1116 68 0 3690 0
[pid=23616] vsize: 15032
Current children cumulated CPU time (s) 444.86
Current children cumulated vsize (Kb) 15032

[startup+460.025 s]
Raw data (loadavg): 0.99 0.99 0.94 2/56 23616
Raw data (/proc/23616/stat): 23616 (bsolo) R 23615 23616 21452 0 -1 0 3004 0 0 0 45208 271 0 0 25 0 1 0 1840824089 15392768 2913 4294967295 134512640 134736556 3221224560 3221223136 134550254 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23616/statm): 3758 2913 1116 68 0 3690 0
[pid=23616] vsize: 15032
Current children cumulated CPU time (s) 454.79
Current children cumulated vsize (Kb) 15032

[startup+470.025 s]
Raw data (loadavg): 0.99 0.99 0.94 2/56 23616
Raw data (/proc/23616/stat): 23616 (bsolo) R 23615 23616 21452 0 -1 0 3004 0 0 0 46198 274 0 0 25 0 1 0 1840824089 15392768 2913 4294967295 134512640 134736556 3221224560 3221223272 134553056 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23616/statm): 3758 2913 1116 68 0 3690 0
[pid=23616] vsize: 15032
Current children cumulated CPU time (s) 464.72
Current children cumulated vsize (Kb) 15032

[startup+480.026 s]
Raw data (loadavg): 0.99 0.99 0.94 2/56 23616
Raw data (/proc/23616/stat): 23616 (bsolo) R 23615 23616 21452 0 -1 0 3004 0 0 0 47188 278 0 0 25 0 1 0 1840824089 15392768 2913 4294967295 134512640 134736556 3221224560 3221223296 134605570 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23616/statm): 3758 2913 1116 68 0 3690 0
[pid=23616] vsize: 15032
Current children cumulated CPU time (s) 474.66
Current children cumulated vsize (Kb) 15032

[startup+490.027 s]
Raw data (loadavg): 0.99 0.99 0.94 2/56 23616
Raw data (/proc/23616/stat): 23616 (bsolo) R 23615 23616 21452 0 -1 0 3004 0 0 0 48170 285 0 0 25 0 1 0 1840824089 15392768 2913 4294967295 134512640 134736556 3221224560 3221223152 134540282 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23616/statm): 3758 2913 1116 68 0 3690 0
[pid=23616] vsize: 15032
Current children cumulated CPU time (s) 484.55
Current children cumulated vsize (Kb) 15032

[startup+500.027 s]
Raw data (loadavg): 0.99 0.99 0.94 2/56 23616
Raw data (/proc/23616/stat): 23616 (bsolo) R 23615 23616 21452 0 -1 0 3004 0 0 0 49152 292 0 0 25 0 1 0 1840824089 15392768 2913 4294967295 134512640 134736556 3221224560 3221223152 134716177 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23616/statm): 3758 2913 1116 68 0 3690 0
[pid=23616] vsize: 15032
Current children cumulated CPU time (s) 494.44
Current children cumulated vsize (Kb) 15032

[startup+510.027 s]
Raw data (loadavg): 0.99 0.99 0.94 2/56 23616
Raw data (/proc/23616/stat): 23616 (bsolo) R 23615 23616 21452 0 -1 0 3004 0 0 0 50141 296 0 0 25 0 1 0 1840824089 15392768 2913 4294967295 134512640 134736556 3221224560 3221223136 134550888 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23616/statm): 3758 2913 1116 68 0 3690 0
[pid=23616] vsize: 15032
Current children cumulated CPU time (s) 504.37
Current children cumulated vsize (Kb) 15032

[startup+520.028 s]
Raw data (loadavg): 0.99 0.99 0.94 2/56 23616
Raw data (/proc/23616/stat): 23616 (bsolo) R 23615 23616 21452 0 -1 0 3004 0 0 0 51131 300 0 0 25 0 1 0 1840824089 15392768 2913 4294967295 134512640 134736556 3221224560 3221223296 134605558 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23616/statm): 3758 2913 1116 68 0 3690 0
[pid=23616] vsize: 15032
Current children cumulated CPU time (s) 514.31
Current children cumulated vsize (Kb) 15032

[startup+530.029 s]
Raw data (loadavg): 0.99 0.99 0.94 2/56 23616
Raw data (/proc/23616/stat): 23616 (bsolo) R 23615 23616 21452 0 -1 0 3004 0 0 0 52127 301 0 0 25 0 1 0 1840824089 15392768 2913 4294967295 134512640 134736556 3221224560 3221223136 134550713 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23616/statm): 3758 2913 1116 68 0 3690 0
[pid=23616] vsize: 15032
Current children cumulated CPU time (s) 524.28
Current children cumulated vsize (Kb) 15032

[startup+540.029 s]
Raw data (loadavg): 0.99 0.99 0.94 2/56 23616
Raw data (/proc/23616/stat): 23616 (bsolo) R 23615 23616 21452 0 -1 0 3004 0 0 0 53123 303 0 0 25 0 1 0 1840824089 15392768 2913 4294967295 134512640 134736556 3221224560 3221223268 134560260 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23616/statm): 3758 2913 1116 68 0 3690 0
[pid=23616] vsize: 15032
Current children cumulated CPU time (s) 534.26
Current children cumulated vsize (Kb) 15032

[startup+550.029 s]
Raw data (loadavg): 0.99 0.99 0.94 2/56 23616
Raw data (/proc/23616/stat): 23616 (bsolo) R 23615 23616 21452 0 -1 0 3004 0 0 0 54117 306 0 0 25 0 1 0 1840824089 15392768 2913 4294967295 134512640 134736556 3221224560 3221223216 134524917 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23616/statm): 3758 2913 1116 68 0 3690 0
[pid=23616] vsize: 15032
Current children cumulated CPU time (s) 544.23
Current children cumulated vsize (Kb) 15032

[startup+560.029 s]
Raw data (loadavg): 0.99 0.99 0.94 2/56 23616
Raw data (/proc/23616/stat): 23616 (bsolo) R 23615 23616 21452 0 -1 0 3004 0 0 0 55109 309 0 0 25 0 1 0 1840824089 15392768 2913 4294967295 134512640 134736556 3221224560 3221223184 134537358 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23616/statm): 3758 2913 1116 68 0 3690 0
[pid=23616] vsize: 15032
Current children cumulated CPU time (s) 554.18
Current children cumulated vsize (Kb) 15032

[startup+570.029 s]
Raw data (loadavg): 0.99 0.99 0.94 2/56 23616
Raw data (/proc/23616/stat): 23616 (bsolo) R 23615 23616 21452 0 -1 0 3004 0 0 0 56094 314 0 0 25 0 1 0 1840824089 15392768 2913 4294967295 134512640 134736556 3221224560 3221223296 134605582 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23616/statm): 3758 2913 1116 68 0 3690 0
[pid=23616] vsize: 15032
Current children cumulated CPU time (s) 564.08
Current children cumulated vsize (Kb) 15032

[startup+580.029 s]
Raw data (loadavg): 0.99 0.99 0.94 2/56 23616
Raw data (/proc/23616/stat): 23616 (bsolo) R 23615 23616 21452 0 -1 0 3004 0 0 0 57077 321 0 0 25 0 1 0 1840824089 15392768 2913 4294967295 134512640 134736556 3221224560 3221223136 134550742 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23616/statm): 3758 2913 1116 68 0 3690 0
[pid=23616] vsize: 15032
Current children cumulated CPU time (s) 573.98
Current children cumulated vsize (Kb) 15032

[startup+590.03 s]
Raw data (loadavg): 0.99 0.99 0.94 2/56 23616
Raw data (/proc/23616/stat): 23616 (bsolo) R 23615 23616 21452 0 -1 0 3004 0 0 0 58064 326 0 0 25 0 1 0 1840824089 15392768 2913 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23616/statm): 3758 2913 1116 68 0 3690 0
[pid=23616] vsize: 15032
Current children cumulated CPU time (s) 583.9
Current children cumulated vsize (Kb) 15032

[startup+600.031 s]
Raw data (loadavg): 0.99 0.99 0.94 2/56 23616
Raw data (/proc/23616/stat): 23616 (bsolo) R 23615 23616 21452 0 -1 0 3004 0 0 0 59054 329 0 0 25 0 1 0 1840824089 15392768 2913 4294967295 134512640 134736556 3221224560 3221223248 134536465 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23616/statm): 3758 2913 1116 68 0 3690 0
[pid=23616] vsize: 15032
Current children cumulated CPU time (s) 593.83
Current children cumulated vsize (Kb) 15032

[startup+610.03 s]
Raw data (loadavg): 0.99 0.99 0.94 2/56 23616
Raw data (/proc/23616/stat): 23616 (bsolo) R 23615 23616 21452 0 -1 0 3004 0 0 0 60041 334 0 0 25 0 1 0 1840824089 15392768 2913 4294967295 134512640 134736556 3221224560 3221223120 134543703 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23616/statm): 3758 2913 1116 68 0 3690 0
[pid=23616] vsize: 15032
Current children cumulated CPU time (s) 603.75
Current children cumulated vsize (Kb) 15032

[startup+620.031 s]
Raw data (loadavg): 0.99 0.99 0.94 2/56 23616
Raw data (/proc/23616/stat): 23616 (bsolo) R 23615 23616 21452 0 -1 0 3004 0 0 0 61021 341 0 0 25 0 1 0 1840824089 15392768 2913 4294967295 134512640 134736556 3221224560 3221223136 134550726 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23616/statm): 3758 2913 1116 68 0 3690 0
[pid=23616] vsize: 15032
Current children cumulated CPU time (s) 613.62
Current children cumulated vsize (Kb) 15032

[startup+630.032 s]
Raw data (loadavg): 0.99 0.99 0.94 2/56 23616
Raw data (/proc/23616/stat): 23616 (bsolo) R 23615 23616 21452 0 -1 0 3004 0 0 0 62004 346 0 0 25 0 1 0 1840824089 15392768 2913 4294967295 134512640 134736556 3221224560 3221223136 134550251 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23616/statm): 3758 2913 1116 68 0 3690 0
[pid=23616] vsize: 15032
Current children cumulated CPU time (s) 623.5
Current children cumulated vsize (Kb) 15032

[startup+640.032 s]
Raw data (loadavg): 0.99 0.99 0.94 2/56 23616
Raw data (/proc/23616/stat): 23616 (bsolo) R 23615 23616 21452 0 -1 0 3004 0 0 0 62991 352 0 0 25 0 1 0 1840824089 15392768 2913 4294967295 134512640 134736556 3221224560 3221223152 134716112 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23616/statm): 3758 2913 1116 68 0 3690 0
[pid=23616] vsize: 15032
Current children cumulated CPU time (s) 633.43
Current children cumulated vsize (Kb) 15032

[startup+650.033 s]
Raw data (loadavg): 0.99 0.99 0.94 2/56 23616
Raw data (/proc/23616/stat): 23616 (bsolo) R 23615 23616 21452 0 -1 0 3004 0 0 0 63970 359 0 0 25 0 1 0 1840824089 15392768 2913 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23616/statm): 3758 2913 1116 68 0 3690 0
[pid=23616] vsize: 15032
Current children cumulated CPU time (s) 643.29
Current children cumulated vsize (Kb) 15032

[startup+660.033 s]
Raw data (loadavg): 0.99 0.99 0.94 2/56 23616
Raw data (/proc/23616/stat): 23616 (bsolo) R 23615 23616 21452 0 -1 0 3004 0 0 0 64952 365 0 0 25 0 1 0 1840824089 15392768 2913 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23616/statm): 3758 2913 1116 68 0 3690 0
[pid=23616] vsize: 15032
Current children cumulated CPU time (s) 653.17
Current children cumulated vsize (Kb) 15032

[startup+670.034 s]
Raw data (loadavg): 0.99 0.99 0.94 2/56 23616
Raw data (/proc/23616/stat): 23616 (bsolo) R 23615 23616 21452 0 -1 0 3004 0 0 0 65946 368 0 0 25 0 1 0 1840824089 15392768 2913 4294967295 134512640 134736556 3221224560 3221223152 134716112 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23616/statm): 3758 2913 1116 68 0 3690 0
[pid=23616] vsize: 15032
Current children cumulated CPU time (s) 663.14
Current children cumulated vsize (Kb) 15032

[startup+680.034 s]
Raw data (loadavg): 0.99 0.99 0.94 2/56 23616
Raw data (/proc/23616/stat): 23616 (bsolo) R 23615 23616 21452 0 -1 0 3004 0 0 0 66935 372 0 0 25 0 1 0 1840824089 15392768 2913 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23616/statm): 3758 2913 1116 68 0 3690 0
[pid=23616] vsize: 15032
Current children cumulated CPU time (s) 673.07
Current children cumulated vsize (Kb) 15032

[startup+690.035 s]
Raw data (loadavg): 0.99 0.99 0.94 2/56 23616
Raw data (/proc/23616/stat): 23616 (bsolo) R 23615 23616 21452 0 -1 0 3004 0 0 0 67923 377 0 0 25 0 1 0 1840824089 15392768 2913 4294967295 134512640 134736556 3221224560 3221223360 134602764 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23616/statm): 3758 2913 1116 68 0 3690 0
[pid=23616] vsize: 15032
Current children cumulated CPU time (s) 683
Current children cumulated vsize (Kb) 15032

[startup+700.035 s]
Raw data (loadavg): 0.99 0.99 0.94 2/56 23616
Raw data (/proc/23616/stat): 23616 (bsolo) R 23615 23616 21452 0 -1 0 3004 0 0 0 68910 382 0 0 25 0 1 0 1840824089 15392768 2913 4294967295 134512640 134736556 3221224560 3221223136 134550871 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23616/statm): 3758 2913 1116 68 0 3690 0
[pid=23616] vsize: 15032
Current children cumulated CPU time (s) 692.92
Current children cumulated vsize (Kb) 15032

[startup+710.035 s]
Raw data (loadavg): 0.99 0.99 0.94 2/56 23616
Raw data (/proc/23616/stat): 23616 (bsolo) R 23615 23616 21452 0 -1 0 3063 0 0 0 69896 388 0 0 25 0 1 0 1840824089 15589376 2969 4294967295 134512640 134736556 3221224560 3221223136 134550871 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23616/statm): 3806 2969 1116 68 0 3738 0
[pid=23616] vsize: 15224
Current children cumulated CPU time (s) 702.84
Current children cumulated vsize (Kb) 15224

[startup+720.036 s]
Raw data (loadavg): 0.99 0.99 0.94 2/56 23616
Raw data (/proc/23616/stat): 23616 (bsolo) R 23615 23616 21452 0 -1 0 3063 0 0 0 70883 393 0 0 25 0 1 0 1840824089 15466496 2943 4294967295 134512640 134736556 3221224560 3221223276 134694456 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23616/statm): 3776 2943 1116 68 0 3708 0
[pid=23616] vsize: 15104
Current children cumulated CPU time (s) 712.76
Current children cumulated vsize (Kb) 15104

[startup+730.036 s]
Raw data (loadavg): 0.99 0.99 0.94 2/56 23616
Raw data (/proc/23616/stat): 23616 (bsolo) R 23615 23616 21452 0 -1 0 3063 0 0 0 71866 399 0 0 25 0 1 0 1840824089 15466496 2943 4294967295 134512640 134736556 3221224560 3221223312 134556523 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23616/statm): 3776 2943 1116 68 0 3708 0
[pid=23616] vsize: 15104
Current children cumulated CPU time (s) 722.65
Current children cumulated vsize (Kb) 15104

[startup+740.037 s]
Raw data (loadavg): 0.99 0.99 0.94 2/56 23616
Raw data (/proc/23616/stat): 23616 (bsolo) R 23615 23616 21452 0 -1 0 3063 0 0 0 72855 403 0 0 25 0 1 0 1840824089 15466496 2943 4294967295 134512640 134736556 3221224560 3221223248 134536465 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23616/statm): 3776 2943 1116 68 0 3708 0
[pid=23616] vsize: 15104
Current children cumulated CPU time (s) 732.58
Current children cumulated vsize (Kb) 15104

[startup+750.037 s]
Raw data (loadavg): 0.99 0.99 0.94 2/56 23616
Raw data (/proc/23616/stat): 23616 (bsolo) R 23615 23616 21452 0 -1 0 3063 0 0 0 73847 406 0 0 25 0 1 0 1840824089 15466496 2943 4294967295 134512640 134736556 3221224560 3221223136 134543071 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23616/statm): 3776 2943 1116 68 0 3708 0
[pid=23616] vsize: 15104
Current children cumulated CPU time (s) 742.53
Current children cumulated vsize (Kb) 15104

[startup+760.037 s]
Raw data (loadavg): 0.99 0.99 0.94 2/56 23616
Raw data (/proc/23616/stat): 23616 (bsolo) R 23615 23616 21452 0 -1 0 3063 0 0 0 74824 412 0 0 25 0 1 0 1840824089 15392768 2925 4294967295 134512640 134736556 3221224560 3221223296 134605558 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23616/statm): 3758 2925 1116 68 0 3690 0
[pid=23616] vsize: 15032
Current children cumulated CPU time (s) 752.36
Current children cumulated vsize (Kb) 15032

[startup+770.038 s]
Raw data (loadavg): 0.99 0.99 0.94 2/56 23616
Raw data (/proc/23616/stat): 23616 (bsolo) R 23615 23616 21452 0 -1 0 3063 0 0 0 75811 416 0 0 25 0 1 0 1840824089 15392768 2925 4294967295 134512640 134736556 3221224560 3221223360 134602908 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23616/statm): 3758 2925 1116 68 0 3690 0
[pid=23616] vsize: 15032
Current children cumulated CPU time (s) 762.27
Current children cumulated vsize (Kb) 15032

[startup+780.038 s]
Raw data (loadavg): 0.99 0.99 0.94 2/56 23616
Raw data (/proc/23616/stat): 23616 (bsolo) R 23615 23616 21452 0 -1 0 3063 0 0 0 76800 421 0 0 25 0 1 0 1840824089 15392768 2925 4294967295 134512640 134736556 3221224560 3221223296 134605661 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23616/statm): 3758 2925 1116 68 0 3690 0
[pid=23616] vsize: 15032
Current children cumulated CPU time (s) 772.21
Current children cumulated vsize (Kb) 15032

[startup+790.039 s]
Raw data (loadavg): 0.99 0.99 0.94 2/56 23616
Raw data (/proc/23616/stat): 23616 (bsolo) R 23615 23616 21452 0 -1 0 3063 0 0 0 77789 425 0 0 25 0 1 0 1840824089 15392768 2925 4294967295 134512640 134736556 3221224560 3221223296 134605570 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23616/statm): 3758 2925 1116 68 0 3690 0
[pid=23616] vsize: 15032
Current children cumulated CPU time (s) 782.14
Current children cumulated vsize (Kb) 15032

[startup+800.04 s]
Raw data (loadavg): 0.99 0.99 0.94 2/56 23616
Raw data (/proc/23616/stat): 23616 (bsolo) R 23615 23616 21452 0 -1 0 3063 0 0 0 78775 430 0 0 25 0 1 0 1840824089 15392768 2925 4294967295 134512640 134736556 3221224560 3221223296 134605567 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23616/statm): 3758 2925 1116 68 0 3690 0
[pid=23616] vsize: 15032
Current children cumulated CPU time (s) 792.05
Current children cumulated vsize (Kb) 15032

[startup+810.04 s]
Raw data (loadavg): 0.99 0.99 0.94 1/56 23616
Raw data (/proc/23616/stat): 23616 (bsolo) T 23615 23616 21452 0 -1 0 3063 0 0 0 79762 434 0 0 25 0 1 0 1840824089 15392768 2925 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/23616/statm): 3758 2925 1116 68 0 3690 0
[pid=23616] vsize: 15032
Current children cumulated CPU time (s) 801.96
Current children cumulated vsize (Kb) 15032

[startup+820.039 s]
Raw data (loadavg): 0.99 0.99 0.94 2/56 23616
Raw data (/proc/23616/stat): 23616 (bsolo) R 23615 23616 21452 0 -1 0 3080 0 0 0 80747 440 0 0 25 0 1 0 1840824089 15527936 2942 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23616/statm): 3791 2942 1116 68 0 3723 0
[pid=23616] vsize: 15164
Current children cumulated CPU time (s) 811.87
Current children cumulated vsize (Kb) 15164

[startup+830.039 s]
Raw data (loadavg): 0.99 0.99 0.94 2/56 23616
Raw data (/proc/23616/stat): 23616 (bsolo) R 23615 23616 21452 0 -1 0 3080 0 0 0 81735 444 0 0 25 0 1 0 1840824089 15527936 2942 4294967295 134512640 134736556 3221224560 3221223080 134716525 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23616/statm): 3791 2942 1116 68 0 3723 0
[pid=23616] vsize: 15164
Current children cumulated CPU time (s) 821.79
Current children cumulated vsize (Kb) 15164

[startup+840.04 s]
Raw data (loadavg): 0.99 0.99 0.94 2/56 23616
Raw data (/proc/23616/stat): 23616 (bsolo) R 23615 23616 21452 0 -1 0 3080 0 0 0 82724 449 0 0 25 0 1 0 1840824089 15527936 2942 4294967295 134512640 134736556 3221224560 3221223096 1077377891 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23616/statm): 3791 2942 1116 68 0 3723 0
[pid=23616] vsize: 15164
Current children cumulated CPU time (s) 831.73
Current children cumulated vsize (Kb) 15164

[startup+850.04 s]
Raw data (loadavg): 0.99 0.99 0.94 2/56 23616
Raw data (/proc/23616/stat): 23616 (bsolo) R 23615 23616 21452 0 -1 0 3080 0 0 0 83717 451 0 0 25 0 1 0 1840824089 15527936 2942 4294967295 134512640 134736556 3221224560 3221223136 134550865 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23616/statm): 3791 2942 1116 68 0 3723 0
[pid=23616] vsize: 15164
Current children cumulated CPU time (s) 841.68
Current children cumulated vsize (Kb) 15164

[startup+860.04 s]
Raw data (loadavg): 0.99 0.99 0.94 2/56 23616
Raw data (/proc/23616/stat): 23616 (bsolo) R 23615 23616 21452 0 -1 0 3080 0 0 0 84704 456 0 0 25 0 1 0 1840824089 15527936 2942 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23616/statm): 3791 2942 1116 68 0 3723 0
[pid=23616] vsize: 15164
Current children cumulated CPU time (s) 851.6
Current children cumulated vsize (Kb) 15164

[startup+870.041 s]
Raw data (loadavg): 0.99 0.99 0.94 2/56 23616
Raw data (/proc/23616/stat): 23616 (bsolo) R 23615 23616 21452 0 -1 0 3080 0 0 0 85693 460 0 0 25 0 1 0 1840824089 15527936 2942 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23616/statm): 3791 2942 1116 68 0 3723 0
[pid=23616] vsize: 15164
Current children cumulated CPU time (s) 861.53
Current children cumulated vsize (Kb) 15164

[startup+880.041 s]
Raw data (loadavg): 0.99 0.99 0.94 1/56 23616
Raw data (/proc/23616/stat): 23616 (bsolo) T 23615 23616 21452 0 -1 0 3080 0 0 0 86676 467 0 0 25 0 1 0 1840824089 15527936 2942 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/23616/statm): 3791 2942 1116 68 0 3723 0
[pid=23616] vsize: 15164
Current children cumulated CPU time (s) 871.43
Current children cumulated vsize (Kb) 15164

[startup+890.041 s]
Raw data (loadavg): 0.99 0.99 0.94 2/56 23616
Raw data (/proc/23616/stat): 23616 (bsolo) R 23615 23616 21452 0 -1 0 3080 0 0 0 87672 468 0 0 25 0 1 0 1840824089 15527936 2942 4294967295 134512640 134736556 3221224560 3221223272 134553060 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23616/statm): 3791 2942 1116 68 0 3723 0
[pid=23616] vsize: 15164
Current children cumulated CPU time (s) 881.4
Current children cumulated vsize (Kb) 15164

[startup+900.042 s]
Raw data (loadavg): 0.99 0.99 0.94 2/56 23616
Raw data (/proc/23616/stat): 23616 (bsolo) R 23615 23616 21452 0 -1 0 3080 0 0 0 88668 470 0 0 25 0 1 0 1840824089 15527936 2942 4294967295 134512640 134736556 3221224560 3221223180 1077374048 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23616/statm): 3791 2942 1116 68 0 3723 0
[pid=23616] vsize: 15164
Current children cumulated CPU time (s) 891.38
Current children cumulated vsize (Kb) 15164

[startup+910.042 s]
Raw data (loadavg): 0.99 0.99 0.94 2/56 23616
Raw data (/proc/23616/stat): 23616 (bsolo) R 23615 23616 21452 0 -1 0 3080 0 0 0 89663 472 0 0 25 0 1 0 1840824089 15527936 2942 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23616/statm): 3791 2942 1116 68 0 3723 0
[pid=23616] vsize: 15164
Current children cumulated CPU time (s) 901.35
Current children cumulated vsize (Kb) 15164

[startup+920.043 s]
Raw data (loadavg): 0.99 0.99 0.94 2/56 23616
Raw data (/proc/23616/stat): 23616 (bsolo) R 23615 23616 21452 0 -1 0 3080 0 0 0 90659 474 0 0 25 0 1 0 1840824089 15527936 2942 4294967295 134512640 134736556 3221224560 3221223136 134550713 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23616/statm): 3791 2942 1116 68 0 3723 0
[pid=23616] vsize: 15164
Current children cumulated CPU time (s) 911.33
Current children cumulated vsize (Kb) 15164

[startup+930.044 s]
Raw data (loadavg): 0.99 0.99 0.94 2/56 23616
Raw data (/proc/23616/stat): 23616 (bsolo) R 23615 23616 21452 0 -1 0 3080 0 0 0 91649 477 0 0 25 0 1 0 1840824089 15527936 2942 4294967295 134512640 134736556 3221224560 3221223136 134716424 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23616/statm): 3791 2942 1116 68 0 3723 0
[pid=23616] vsize: 15164
Current children cumulated CPU time (s) 921.26
Current children cumulated vsize (Kb) 15164

[startup+940.045 s]
Raw data (loadavg): 0.99 0.99 0.94 2/56 23616
Raw data (/proc/23616/stat): 23616 (bsolo) R 23615 23616 21452 0 -1 0 3080 0 0 0 92640 481 0 0 25 0 1 0 1840824089 15527936 2942 4294967295 134512640 134736556 3221224560 3221223136 134550888 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23616/statm): 3791 2942 1116 68 0 3723 0
[pid=23616] vsize: 15164
Current children cumulated CPU time (s) 931.21
Current children cumulated vsize (Kb) 15164

[startup+950.046 s]
Raw data (loadavg): 0.99 0.99 0.94 2/56 23616
Raw data (/proc/23616/stat): 23616 (bsolo) R 23615 23616 21452 0 -1 0 3080 0 0 0 93630 486 0 0 25 0 1 0 1840824089 15527936 2942 4294967295 134512640 134736556 3221224560 3221223136 134550721 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23616/statm): 3791 2942 1116 68 0 3723 0
[pid=23616] vsize: 15164
Current children cumulated CPU time (s) 941.16
Current children cumulated vsize (Kb) 15164

[startup+960.045 s]
Raw data (loadavg): 0.99 0.99 0.94 1/56 23616
Raw data (/proc/23616/stat): 23616 (bsolo) T 23615 23616 21452 0 -1 0 3101 0 0 0 94615 492 0 0 25 0 1 0 1840824089 15581184 2959 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/23616/statm): 3804 2959 1116 68 0 3736 0
[pid=23616] vsize: 15216
Current children cumulated CPU time (s) 951.07
Current children cumulated vsize (Kb) 15216

[startup+970.046 s]
Raw data (loadavg): 0.99 0.99 0.94 2/56 23616
Raw data (/proc/23616/stat): 23616 (bsolo) R 23615 23616 21452 0 -1 0 3101 0 0 0 95598 499 0 0 25 0 1 0 1840824089 15581184 2959 4294967295 134512640 134736556 3221224560 3221223276 134560240 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23616/statm): 3804 2959 1116 68 0 3736 0
[pid=23616] vsize: 15216
Current children cumulated CPU time (s) 960.97
Current children cumulated vsize (Kb) 15216

[startup+980.047 s]
Raw data (loadavg): 0.99 0.99 0.94 2/56 23616
Raw data (/proc/23616/stat): 23616 (bsolo) R 23615 23616 21452 0 -1 0 3101 0 0 0 96577 506 0 0 25 0 1 0 1840824089 15581184 2959 4294967295 134512640 134736556 3221224560 3221223000 1077377254 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23616/statm): 3804 2959 1116 68 0 3736 0
[pid=23616] vsize: 15216
Current children cumulated CPU time (s) 970.83
Current children cumulated vsize (Kb) 15216

[startup+990.047 s]
Raw data (loadavg): 0.99 0.99 0.94 2/56 23616
Raw data (/proc/23616/stat): 23616 (bsolo) R 23615 23616 21452 0 -1 0 3101 0 0 0 97566 509 0 0 25 0 1 0 1840824089 15581184 2959 4294967295 134512640 134736556 3221224560 3221223136 134550735 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23616/statm): 3804 2959 1116 68 0 3736 0
[pid=23616] vsize: 15216
Current children cumulated CPU time (s) 980.75
Current children cumulated vsize (Kb) 15216

[startup+1000.05 s]
Raw data (loadavg): 0.99 0.99 0.94 2/56 23616
Raw data (/proc/23616/stat): 23616 (bsolo) R 23615 23616 21452 0 -1 0 3135 0 0 0 98557 512 0 0 25 0 1 0 1840824089 15589376 2973 4294967295 134512640 134736556 3221224560 3221223136 134523864 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23616/statm): 3806 2973 1116 68 0 3738 0
[pid=23616] vsize: 15224
Current children cumulated CPU time (s) 990.69
Current children cumulated vsize (Kb) 15224

[startup+1010.05 s]
Raw data (loadavg): 0.99 0.99 0.94 2/56 23616
Raw data (/proc/23616/stat): 23616 (bsolo) R 23615 23616 21452 0 -1 0 3135 0 0 0 99543 517 0 0 25 0 1 0 1840824089 15589376 2973 4294967295 134512640 134736556 3221224560 3221223136 134550713 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23616/statm): 3806 2973 1116 68 0 3738 0
[pid=23616] vsize: 15224
Current children cumulated CPU time (s) 1000.6
Current children cumulated vsize (Kb) 15224

[startup+1020.05 s]
Raw data (loadavg): 0.99 0.99 0.94 2/56 23616
Raw data (/proc/23616/stat): 23616 (bsolo) R 23615 23616 21452 0 -1 0 3135 0 0 0 100536 520 0 0 25 0 1 0 1840824089 15589376 2973 4294967295 134512640 134736556 3221224560 3221223136 134550713 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23616/statm): 3806 2973 1116 68 0 3738 0
[pid=23616] vsize: 15224
Current children cumulated CPU time (s) 1010.56
Current children cumulated vsize (Kb) 15224

[startup+1030.05 s]
Raw data (loadavg): 0.99 0.99 0.94 2/56 23616
Raw data (/proc/23616/stat): 23616 (bsolo) R 23615 23616 21452 0 -1 0 3135 0 0 0 101530 522 0 0 25 0 1 0 1840824089 15589376 2973 4294967295 134512640 134736556 3221224560 3221223136 134550871 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23616/statm): 3806 2973 1116 68 0 3738 0
[pid=23616] vsize: 15224
Current children cumulated CPU time (s) 1020.52
Current children cumulated vsize (Kb) 15224

[startup+1040.05 s]
Raw data (loadavg): 0.99 0.99 0.94 2/56 23616
Raw data (/proc/23616/stat): 23616 (bsolo) R 23615 23616 21452 0 -1 0 3135 0 0 0 102522 524 0 0 25 0 1 0 1840824089 15589376 2973 4294967295 134512640 134736556 3221224560 3221223296 134605570 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23616/statm): 3806 2973 1116 68 0 3738 0
[pid=23616] vsize: 15224
Current children cumulated CPU time (s) 1030.46
Current children cumulated vsize (Kb) 15224

[startup+1050.05 s]
Raw data (loadavg): 0.99 0.99 0.94 2/56 23616
Raw data (/proc/23616/stat): 23616 (bsolo) R 23615 23616 21452 0 -1 0 3135 0 0 0 103511 528 0 0 25 0 1 0 1840824089 15589376 2973 4294967295 134512640 134736556 3221224560 3221223136 134550735 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23616/statm): 3806 2973 1116 68 0 3738 0
[pid=23616] vsize: 15224
Current children cumulated CPU time (s) 1040.39
Current children cumulated vsize (Kb) 15224

[startup+1060.05 s]
Raw data (loadavg): 0.99 0.99 0.94 2/56 23616
Raw data (/proc/23616/stat): 23616 (bsolo) R 23615 23616 21452 0 -1 0 3135 0 0 0 104502 531 0 0 25 0 1 0 1840824089 15589376 2973 4294967295 134512640 134736556 3221224560 3221223360 134552878 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23616/statm): 3806 2973 1116 68 0 3738 0
[pid=23616] vsize: 15224
Current children cumulated CPU time (s) 1050.33
Current children cumulated vsize (Kb) 15224

[startup+1070.05 s]
Raw data (loadavg): 0.99 0.99 0.94 2/56 23616
Raw data (/proc/23616/stat): 23616 (bsolo) R 23615 23616 21452 0 -1 0 3135 0 0 0 105491 536 0 0 25 0 1 0 1840824089 15589376 2973 4294967295 134512640 134736556 3221224560 3221223156 1077374077 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23616/statm): 3806 2973 1116 68 0 3738 0
[pid=23616] vsize: 15224
Current children cumulated CPU time (s) 1060.27
Current children cumulated vsize (Kb) 15224

[startup+1080.05 s]
Raw data (loadavg): 0.99 0.99 0.94 2/56 23616
Raw data (/proc/23616/stat): 23616 (bsolo) R 23615 23616 21452 0 -1 0 3135 0 0 0 106482 539 0 0 25 0 1 0 1840824089 15589376 2973 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23616/statm): 3806 2973 1116 68 0 3738 0
[pid=23616] vsize: 15224
Current children cumulated CPU time (s) 1070.21
Current children cumulated vsize (Kb) 15224

[startup+1090.05 s]
Raw data (loadavg): 0.99 0.99 0.94 2/56 23616
Raw data (/proc/23616/stat): 23616 (bsolo) R 23615 23616 21452 0 -1 0 3135 0 0 0 107470 542 0 0 25 0 1 0 1840824089 15589376 2973 4294967295 134512640 134736556 3221224560 3221223136 134550251 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23616/statm): 3806 2973 1116 68 0 3738 0
[pid=23616] vsize: 15224
Current children cumulated CPU time (s) 1080.12
Current children cumulated vsize (Kb) 15224

[startup+1100.05 s]
Raw data (loadavg): 0.99 0.99 0.94 2/56 23616
Raw data (/proc/23616/stat): 23616 (bsolo) R 23615 23616 21452 0 -1 0 3135 0 0 0 108459 545 0 0 25 0 1 0 1840824089 15589376 2973 4294967295 134512640 134736556 3221224560 3221223176 134544553 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23616/statm): 3806 2973 1116 68 0 3738 0
[pid=23616] vsize: 15224
Current children cumulated CPU time (s) 1090.04
Current children cumulated vsize (Kb) 15224

[startup+1110.05 s]
Raw data (loadavg): 1.07 1.01 0.94 2/56 23616
Raw data (/proc/23616/stat): 23616 (bsolo) R 23615 23616 21452 0 -1 0 3135 0 0 0 109452 547 0 0 25 0 1 0 1840824089 15589376 2973 4294967295 134512640 134736556 3221224560 3221223272 134560233 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23616/statm): 3806 2973 1116 68 0 3738 0
[pid=23616] vsize: 15224
Current children cumulated CPU time (s) 1099.99
Current children cumulated vsize (Kb) 15224

[startup+1120.05 s]
Raw data (loadavg): 1.06 1.01 0.94 2/56 23616
Raw data (/proc/23616/stat): 23616 (bsolo) R 23615 23616 21452 0 -1 0 3135 0 0 0 110449 548 0 0 25 0 1 0 1840824089 15589376 2973 4294967295 134512640 134736556 3221224560 3221223280 134605798 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23616/statm): 3806 2973 1116 68 0 3738 0
[pid=23616] vsize: 15224
Current children cumulated CPU time (s) 1109.97
Current children cumulated vsize (Kb) 15224

[startup+1130.05 s]
Raw data (loadavg): 1.05 1.01 0.94 2/56 23616
Raw data (/proc/23616/stat): 23616 (bsolo) R 23615 23616 21452 0 -1 0 3135 0 0 0 111440 551 0 0 25 0 1 0 1840824089 15589376 2973 4294967295 134512640 134736556 3221224560 3221223084 134540164 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23616/statm): 3806 2973 1116 68 0 3738 0
[pid=23616] vsize: 15224
Current children cumulated CPU time (s) 1119.91
Current children cumulated vsize (Kb) 15224

[startup+1140.05 s]
Raw data (loadavg): 1.04 1.01 0.94 2/56 23616
Raw data (/proc/23616/stat): 23616 (bsolo) R 23615 23616 21452 0 -1 0 3135 0 0 0 112431 556 0 0 25 0 1 0 1840824089 15589376 2973 4294967295 134512640 134736556 3221224560 3221223296 134605570 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23616/statm): 3806 2973 1116 68 0 3738 0
[pid=23616] vsize: 15224
Current children cumulated CPU time (s) 1129.87
Current children cumulated vsize (Kb) 15224

[startup+1150.05 s]
Raw data (loadavg): 1.03 1.01 0.94 2/56 23616
Raw data (/proc/23616/stat): 23616 (bsolo) R 23615 23616 21452 0 -1 0 3135 0 0 0 113421 559 0 0 25 0 1 0 1840824089 15589376 2973 4294967295 134512640 134736556 3221224560 3221223152 134716146 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23616/statm): 3806 2973 1116 68 0 3738 0
[pid=23616] vsize: 15224
Current children cumulated CPU time (s) 1139.8
Current children cumulated vsize (Kb) 15224

[startup+1160.05 s]
Raw data (loadavg): 1.03 1.01 0.94 2/56 23616
Raw data (/proc/23616/stat): 23616 (bsolo) R 23615 23616 21452 0 -1 0 3135 0 0 0 114405 564 0 0 25 0 1 0 1840824089 15589376 2973 4294967295 134512640 134736556 3221224560 3221223060 134543905 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23616/statm): 3806 2973 1116 68 0 3738 0
[pid=23616] vsize: 15224
Current children cumulated CPU time (s) 1149.69
Current children cumulated vsize (Kb) 15224

[startup+1170.05 s]
Raw data (loadavg): 1.02 1.00 0.94 2/56 23616
Raw data (/proc/23616/stat): 23616 (bsolo) R 23615 23616 21452 0 -1 0 3143 0 0 0 115392 570 0 0 25 0 1 0 1840824089 15642624 2981 4294967295 134512640 134736556 3221224560 3221223136 134550721 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23616/statm): 3819 2981 1116 68 0 3751 0
[pid=23616] vsize: 15276
Current children cumulated CPU time (s) 1159.62
Current children cumulated vsize (Kb) 15276

[startup+1180.05 s]
Raw data (loadavg): 1.02 1.00 0.94 2/56 23616
Raw data (/proc/23616/stat): 23616 (bsolo) R 23615 23616 21452 0 -1 0 3143 0 0 0 116384 572 0 0 25 0 1 0 1840824089 15642624 2981 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23616/statm): 3819 2981 1116 68 0 3751 0
[pid=23616] vsize: 15276
Current children cumulated CPU time (s) 1169.56
Current children cumulated vsize (Kb) 15276

[startup+1190.05 s]
Raw data (loadavg): 1.02 1.00 0.94 2/56 23616
Raw data (/proc/23616/stat): 23616 (bsolo) R 23615 23616 21452 0 -1 0 3282 0 0 0 117366 579 0 0 25 0 1 0 1840824089 16322560 3120 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23616/statm): 3985 3120 1116 68 0 3917 0
[pid=23616] vsize: 15940
Current children cumulated CPU time (s) 1179.45
Current children cumulated vsize (Kb) 15940

[startup+1200.06 s]
Raw data (loadavg): 1.01 1.00 0.94 2/56 23616
Raw data (/proc/23616/stat): 23616 (bsolo) R 23615 23616 21452 0 -1 0 3320 0 0 0 118362 580 0 0 25 0 1 0 1840824089 16388096 3158 4294967295 134512640 134736556 3221224560 3221223136 134550735 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23616/statm): 4001 3158 1116 68 0 3933 0
[pid=23616] vsize: 16004
Current children cumulated CPU time (s) 1189.42
Current children cumulated vsize (Kb) 16004
One traced child (pid=23616) exited with status: 0
All traced children have exited ! Game is over.

Child status: 0
Real time (s): 1205.69
CPU time (s): 1195.04
CPU user time (s): 1189.22
CPU system time (s): 5.82611
CPU usage (%): 99.1168
Max. virtual memory (cumulated for all children) (Kb): 16004

Verifier Data

ERROR: no interpretation found !