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-13-7/ftp.netlib.org/lp/data/normalized-mps-v2-13-7-seba.opb
MD5SUM4a697c297ecbc7d83b192d907b1ba64c
Bench Categoryoptimization, big integers (OPTBIGINT)
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of terms in the objective function 5999
Biggest coefficient in the objective function 252287385600
Number of bits for the biggest coefficient in the objective function 38
Sum of the numbers in the objective function 4556926949351
Number of bits of the sum of numbers in the objective function 43
Biggest number in a constraint 252287385600
Number of bits of the biggest number in a constraint 38
Biggest sum of numbers in a constraint 4556926949351
Number of bits of the biggest sum of numbers43
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Number of variables16645
Total number of constraints1029
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1029
Minimum length of a constraint7
Maximum length of a constraint333

Trace number 5108

Launcher Data

LAUNCH ON wulflinc17 THE 2005-09-19 22:30:10 (client local time)
PB2005-SCRIPT v4.0 
MARKUPS: idlaunch=853 boxname=wulflinc17 idbench=853 idsolver=1 numberseed=0
MD5SUM SOLVER: 38f99674050b34630888bf623b924b59  /oldhome/oroussel/solvers/bsolo
MD5SUM BENCH:  4a697c297ecbc7d83b192d907b1ba64c  /oldhome/oroussel/tmp/wulflinc17/normalized-mps-v2-13-7-seba.opb
REAL COMMAND:  bsolo /oldhome/oroussel/tmp/wulflinc17/normalized-mps-v2-13-7-seba.opb
IDLAUNCH: 853
/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 7
model name	: Pentium III (Katmai)
stepping	: 3
cpu MHz		: 451.072
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	: 888.83

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 7
model name	: Pentium III (Katmai)
stepping	: 3
cpu MHz		: 451.072
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:        883928 kB
Buffers:         41120 kB
Cached:          79784 kB
SwapCached:        544 kB
Active:          62104 kB
Inactive:        61160 kB
HighTotal:      131008 kB
HighFree:        48776 kB
LowTotal:       903652 kB
LowFree:        835152 kB
SwapTotal:     2097892 kB
SwapFree:      2096672 kB
Dirty:              28 kB
Writeback:           0 kB
Mapped:           5688 kB
Slab:            21840 kB
Committed_AS:    64316 kB
PageTables:        332 kB
VmallocTotal:   114680 kB
VmallocUsed:      1368 kB
VmallocChunk:   113252 kB
JOB ENDED THE 2005-09-19 22:50:39 (client local time) WITH STATUS 0 IN 1195.12 SECONDS
stats: 853 7 1195.12 0

Solver Data

c INFO: OSL Context initialized.
c BIG Int formula...
c Initial problem consists of 16645 variables and 1484 constraints.
c No problem reductions applied in OPT. instance.
c	preprocess terminated. Elapsed time: 8.751
c After prepocess the problem consists of 12771 variables and 1337 constraints.
c Initial Lower Bound: 0
c Restart #1 #Var: 12771 #Dec: 60716 LB: 0 @ 15.013
c Restart #2 #Var: 12771 #Dec: 163738 LB: 0 @ 26.244
c Restart #3 #Var: 12771 #Dec: 312455 LB: 0 @ 42.899
c Restart #4 #Var: 12771 #Dec: 506286 LB: 0 @ 65.079
c Restart #5 #Var: 12771 #Dec: 761248 LB: 0 @ 94.812
c Restart #6 #Var: 12771 #Dec: 1006374 LB: 0 @ 124.4
c Restart #7 #Var: 12771 #Dec: 1046864 LB: 0 @ 140.34
c Restart #8 #Var: 12771 #Dec: 1049602 LB: 0 @ 148.79
c Restart #9 #Var: 12771 #Dec: 1051533 LB: 0 @ 154.33
c Restart #10 #Var: 12771 #Dec: 1057674 LB: 0 @ 182.32
c Restart #11 #Var: 12771 #Dec: 1062835 LB: 0 @ 205.19
c Restart #12 #Var: 12771 #Dec: 1066335 LB: 0 @ 223.9
c Restart #13 #Var: 12771 #Dec: 1070641 LB: 0 @ 258.56
c Restart #14 #Var: 12771 #Dec: 1074315 LB: 0 @ 291.34
c Restart #15 #Var: 12771 #Dec: 1080982 LB: 0 @ 310.9
c Restart #16 #Var: 12771 #Dec: 1087142 LB: 0 @ 354.84
c Restart #17 #Var: 12771 #Dec: 1093076 LB: 0 @ 414.32
c Restart #18 #Var: 12771 #Dec: 1098441 LB: 0 @ 466.59
c Restart #19 #Var: 12771 #Dec: 1104958 LB: 0 @ 534.46
c Restart #20 #Var: 12769 #Dec: 1109553 LB: 0 @ 588.7
c CHANGE Heuristic... 
c Restart #0 #Var: 12768 #Dec: 1119923 LB: 0 @ 655.68
c Restart #1 #Var: 12765 #Dec: 1122000 LB: 0 @ 659.93
c Restart #2 #Var: 12765 #Dec: 1122917 LB: 0 @ 667.92
c Restart #3 #Var: 12765 #Dec: 1123646 LB: 0 @ 678.72
c Restart #4 #Var: 12765 #Dec: 1125029 LB: 0 @ 694.85
c Restart #5 #Var: 12765 #Dec: 1126471 LB: 0 @ 704.02
c Restart #6 #Var: 12765 #Dec: 1130368 LB: 0 @ 724.76
c Restart #7 #Var: 12765 #Dec: 1132403 LB: 0 @ 743.51
c Restart #8 #Var: 12765 #Dec: 1137004 LB: 0 @ 754.25
c Restart #9 #Var: 12764 #Dec: 1142248 LB: 0 @ 764
c Restart #10 #Var: 12764 #Dec: 1147516 LB: 0 @ 798.05
c Restart #11 #Var: 12764 #Dec: 1149913 LB: 0 @ 825.73
c Restart #12 #Var: 12764 #Dec: 1154097 LB: 0 @ 868.54
c Restart #13 #Var: 12764 #Dec: 1157621 LB: 0 @ 902.9
c Restart #14 #Var: 12764 #Dec: 1162441 LB: 0 @ 946.03
c Restart #15 #Var: 12764 #Dec: 1167505 LB: 0 @ 1004.7
c Restart #16 #Var: 12764 #Dec: 1173266 LB: 0 @ 1057.1
c Restart #17 #Var: 12763 #Dec: 1178064 LB: 0 @ 1091.7
c Restart #18 #Var: 12763 #Dec: 1182622 LB: 0 @ 1147.2
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/3576/stat): 3576 (bsolo) R 3575 3576 19316 0 -1 0 19 0 0 0 0 0 0 0 22 0 1 0 1853533135 438272 3 4294967295 134512640 134736556 3221224560 3221224560 1073744960 0 0 5 0 0 0 0 17 0 0 0
Raw data (/proc/3576/statm): 107 3 90 68 0 39 0
[pid=3576] 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/wulflinc17/normalized-mps-v2-13-7-seba.opb

[startup+10.0036 s]
Raw data (loadavg): 0.94 0.99 0.99 2/56 3576
Raw data (/proc/3576/stat): 3576 (bsolo) R 3575 3576 19316 0 -1 0 19282 0 0 0 898 62 0 0 20 0 1 0 1853533135 82792448 19193 4294967295 134512640 134736556 3221224560 3221223184 134536480 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3576/statm): 20213 19193 1116 68 0 20145 0
[pid=3576] vsize: 80852
Current children cumulated CPU time (s) 9.6
Current children cumulated vsize (Kb) 80852

[startup+20.0042 s]
Raw data (loadavg): 0.95 0.99 0.99 1/56 3576
Raw data (/proc/3576/stat): 3576 (bsolo) T 3575 3576 19316 0 -1 0 19299 0 0 0 1602 159 0 0 19 0 1 0 1853533135 82792448 19210 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/3576/statm): 20213 19210 1116 68 0 20145 0
[pid=3576] vsize: 80852
Current children cumulated CPU time (s) 17.61
Current children cumulated vsize (Kb) 80852

[startup+30.0048 s]
Raw data (loadavg): 0.96 0.99 0.99 1/56 3576
Raw data (/proc/3576/stat): 3576 (bsolo) T 3575 3576 19316 0 -1 0 19302 0 0 0 2306 253 0 0 19 0 1 0 1853533135 82792448 19213 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/3576/statm): 20213 19213 1116 68 0 20145 0
[pid=3576] vsize: 80852
Current children cumulated CPU time (s) 25.59
Current children cumulated vsize (Kb) 80852

[startup+40.0043 s]
Raw data (loadavg): 0.96 0.99 0.99 2/56 3576
Raw data (/proc/3576/stat): 3576 (bsolo) R 3575 3576 19316 0 -1 0 19302 0 0 0 3006 352 0 0 19 0 1 0 1853533135 82792448 19213 4294967295 134512640 134736556 3221224560 3221223108 134544519 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3576/statm): 20213 19213 1116 68 0 20145 0
[pid=3576] vsize: 80852
Current children cumulated CPU time (s) 33.58
Current children cumulated vsize (Kb) 80852

[startup+50.006 s]
Raw data (loadavg): 0.97 0.99 0.99 2/56 3576
Raw data (/proc/3576/stat): 3576 (bsolo) R 3575 3576 19316 0 -1 0 19307 0 0 0 3734 443 0 0 20 0 1 0 1853533135 82792448 19218 4294967295 134512640 134736556 3221224560 3221223216 134544766 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/3576/statm): 20213 19218 1116 68 0 20145 0
[pid=3576] vsize: 80852
Current children cumulated CPU time (s) 41.77
Current children cumulated vsize (Kb) 80852

[startup+60.0066 s]
Raw data (loadavg): 0.97 0.99 0.99 1/56 3576
Raw data (/proc/3576/stat): 3576 (bsolo) T 3575 3576 19316 0 -1 0 19307 0 0 0 4443 534 0 0 20 0 1 0 1853533135 82792448 19218 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/3576/statm): 20213 19218 1116 68 0 20145 0
[pid=3576] vsize: 80852
Current children cumulated CPU time (s) 49.77
Current children cumulated vsize (Kb) 80852

[startup+70.0062 s]
Raw data (loadavg): 1.06 1.01 1.00 1/56 3576
Raw data (/proc/3576/stat): 3576 (bsolo) T 3575 3576 19316 0 -1 0 19307 0 0 0 5162 624 0 0 20 0 1 0 1853533135 82792448 19218 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/3576/statm): 20213 19218 1116 68 0 20145 0
[pid=3576] vsize: 80852
Current children cumulated CPU time (s) 57.86
Current children cumulated vsize (Kb) 80852

[startup+80.0078 s]
Raw data (loadavg): 1.05 1.00 1.00 2/56 3576
Raw data (/proc/3576/stat): 3576 (bsolo) R 3575 3576 19316 0 -1 0 19310 0 0 0 5908 709 0 0 20 0 1 0 1853533135 82927616 19221 4294967295 134512640 134736556 3221224560 3221223216 134537358 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/3576/statm): 20246 19221 1116 68 0 20178 0
[pid=3576] vsize: 80984
Current children cumulated CPU time (s) 66.17
Current children cumulated vsize (Kb) 80984

[startup+90.0084 s]
Raw data (loadavg): 1.04 1.00 1.00 2/56 3576
Raw data (/proc/3576/stat): 3576 (bsolo) R 3575 3576 19316 0 -1 0 19312 0 0 0 6636 800 0 0 19 0 1 0 1853533135 82927616 19223 4294967295 134512640 134736556 3221224560 3221223336 134560233 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3576/statm): 20246 19223 1116 68 0 20178 0
[pid=3576] vsize: 80984
Current children cumulated CPU time (s) 74.36
Current children cumulated vsize (Kb) 80984

[startup+100.009 s]
Raw data (loadavg): 1.03 1.00 1.00 1/56 3576
Raw data (/proc/3576/stat): 3576 (bsolo) T 3575 3576 19316 0 -1 0 19318 0 0 0 7361 889 0 0 20 0 1 0 1853533135 82927616 19229 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/3576/statm): 20246 19229 1116 68 0 20178 0
[pid=3576] vsize: 80984
Current children cumulated CPU time (s) 82.5
Current children cumulated vsize (Kb) 80984

[startup+110.01 s]
Raw data (loadavg): 1.03 1.00 1.00 2/56 3576
Raw data (/proc/3576/stat): 3576 (bsolo) R 3575 3576 19316 0 -1 0 19318 0 0 0 8088 975 0 0 19 0 1 0 1853533135 82927616 19229 4294967295 134512640 134736556 3221224560 3221223148 134543536 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3576/statm): 20246 19229 1116 68 0 20178 0
[pid=3576] vsize: 80984
Current children cumulated CPU time (s) 90.63
Current children cumulated vsize (Kb) 80984

[startup+120.01 s]
Raw data (loadavg): 1.02 1.00 1.00 1/56 3576
Raw data (/proc/3576/stat): 3576 (bsolo) T 3575 3576 19316 0 -1 0 19318 0 0 0 8815 1063 0 0 18 0 1 0 1853533135 82927616 19229 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/3576/statm): 20246 19229 1116 68 0 20178 0
[pid=3576] vsize: 80984
Current children cumulated CPU time (s) 98.78
Current children cumulated vsize (Kb) 80984

[startup+130.011 s]
Raw data (loadavg): 1.02 1.00 1.00 1/56 3576
Raw data (/proc/3576/stat): 3576 (bsolo) T 3575 3576 19316 0 -1 0 19321 0 0 0 9488 1172 0 0 19 0 1 0 1853533135 82927616 19232 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/3576/statm): 20246 19232 1116 68 0 20178 0
[pid=3576] vsize: 80984
Current children cumulated CPU time (s) 106.6
Current children cumulated vsize (Kb) 80984

[startup+140.011 s]
Raw data (loadavg): 1.02 1.00 1.00 1/56 3576
Raw data (/proc/3576/stat): 3576 (bsolo) T 3575 3576 19316 0 -1 0 19324 0 0 0 10189 1270 0 0 20 0 1 0 1853533135 82927616 19235 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/3576/statm): 20246 19235 1116 68 0 20178 0
[pid=3576] vsize: 80984
Current children cumulated CPU time (s) 114.59
Current children cumulated vsize (Kb) 80984

[startup+150.013 s]
Raw data (loadavg): 1.01 1.00 1.00 2/56 3576
Raw data (/proc/3576/stat): 3576 (bsolo) R 3575 3576 19316 0 -1 0 19324 0 0 0 10986 1335 0 0 25 0 1 0 1853533135 82927616 19235 4294967295 134512640 134736556 3221224560 3221223072 134543153 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3576/statm): 20246 19235 1116 68 0 20178 0
[pid=3576] vsize: 80984
Current children cumulated CPU time (s) 123.21
Current children cumulated vsize (Kb) 80984

[startup+160.013 s]
Raw data (loadavg): 1.09 1.02 1.01 2/56 3576
Raw data (/proc/3576/stat): 3576 (bsolo) R 3575 3576 19316 0 -1 0 19324 0 0 0 11829 1387 0 0 25 0 1 0 1853533135 82927616 19235 4294967295 134512640 134736556 3221224560 3221223068 134540067 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3576/statm): 20246 19235 1116 68 0 20178 0
[pid=3576] vsize: 80984
Current children cumulated CPU time (s) 132.16
Current children cumulated vsize (Kb) 80984

[startup+170.013 s]
Raw data (loadavg): 1.08 1.02 1.00 2/56 3576
Raw data (/proc/3576/stat): 3576 (bsolo) R 3575 3576 19316 0 -1 0 19332 0 0 0 12818 1390 0 0 25 0 1 0 1853533135 82927616 19243 4294967295 134512640 134736556 3221224560 3221223136 134550735 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3576/statm): 20246 19243 1116 68 0 20178 0
[pid=3576] vsize: 80984
Current children cumulated CPU time (s) 142.08
Current children cumulated vsize (Kb) 80984

[startup+180.014 s]
Raw data (loadavg): 1.06 1.01 1.00 2/56 3576
Raw data (/proc/3576/stat): 3576 (bsolo) R 3575 3576 19316 0 -1 0 19350 0 0 0 13805 1395 0 0 25 0 1 0 1853533135 83038208 19261 4294967295 134512640 134736556 3221224560 3221223136 134550871 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3576/statm): 20273 19261 1116 68 0 20205 0
[pid=3576] vsize: 81092
Current children cumulated CPU time (s) 152
Current children cumulated vsize (Kb) 81092

[startup+190.013 s]
Raw data (loadavg): 1.05 1.01 1.00 2/56 3576
Raw data (/proc/3576/stat): 3576 (bsolo) R 3575 3576 19316 0 -1 0 19495 0 0 0 14787 1401 0 0 25 0 1 0 1853533135 83574784 19406 4294967295 134512640 134736556 3221224560 3221223168 134544646 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3576/statm): 20404 19406 1116 68 0 20336 0
[pid=3576] vsize: 81616
Current children cumulated CPU time (s) 161.88
Current children cumulated vsize (Kb) 81616

[startup+200.014 s]
Raw data (loadavg): 1.04 1.01 1.00 2/56 3576
Raw data (/proc/3576/stat): 3576 (bsolo) R 3575 3576 19316 0 -1 0 19822 0 0 0 15774 1409 0 0 25 0 1 0 1853533135 84926464 19733 4294967295 134512640 134736556 3221224560 3221223072 134543163 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3576/statm): 20734 19733 1116 68 0 20666 0
[pid=3576] vsize: 82936
Current children cumulated CPU time (s) 171.83
Current children cumulated vsize (Kb) 82936

[startup+210.015 s]
Raw data (loadavg): 1.04 1.01 1.00 2/56 3576
Raw data (/proc/3576/stat): 3576 (bsolo) R 3575 3576 19316 0 -1 0 19856 0 0 0 16767 1411 0 0 25 0 1 0 1853533135 85061632 19767 4294967295 134512640 134736556 3221224560 3221223296 134605594 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3576/statm): 20767 19767 1116 68 0 20699 0
[pid=3576] vsize: 83068
Current children cumulated CPU time (s) 181.78
Current children cumulated vsize (Kb) 83068

[startup+220.014 s]
Raw data (loadavg): 1.03 1.01 1.00 2/56 3576
Raw data (/proc/3576/stat): 3576 (bsolo) R 3575 3576 19316 0 -1 0 20220 0 0 0 17749 1417 0 0 25 0 1 0 1853533135 86548480 20131 4294967295 134512640 134736556 3221224560 3221223152 134540186 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3576/statm): 21130 20131 1116 68 0 21062 0
[pid=3576] vsize: 84520
Current children cumulated CPU time (s) 191.66
Current children cumulated vsize (Kb) 84520

[startup+230.015 s]
Raw data (loadavg): 1.03 1.01 1.00 2/56 3576
Raw data (/proc/3576/stat): 3576 (bsolo) R 3575 3576 19316 0 -1 0 20248 0 0 0 18743 1419 0 0 25 0 1 0 1853533135 86683648 20159 4294967295 134512640 134736556 3221224560 3221223296 134605558 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3576/statm): 21163 20159 1116 68 0 21095 0
[pid=3576] vsize: 84652
Current children cumulated CPU time (s) 201.62
Current children cumulated vsize (Kb) 84652

[startup+240.014 s]
Raw data (loadavg): 1.02 1.01 1.00 2/56 3576
Raw data (/proc/3576/stat): 3576 (bsolo) R 3575 3576 19316 0 -1 0 20681 0 0 0 19730 1425 0 0 25 0 1 0 1853533135 88436736 20592 4294967295 134512640 134736556 3221224560 3221223120 134543187 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3576/statm): 21591 20592 1116 68 0 21523 0
[pid=3576] vsize: 86364
Current children cumulated CPU time (s) 211.55
Current children cumulated vsize (Kb) 86364

[startup+250.015 s]
Raw data (loadavg): 1.02 1.01 1.00 2/56 3576
Raw data (/proc/3576/stat): 3576 (bsolo) R 3575 3576 19316 0 -1 0 21567 0 0 0 20716 1432 0 0 25 0 1 0 1853533135 92086272 21478 4294967295 134512640 134736556 3221224560 3221223096 1077378037 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3576/statm): 22482 21478 1116 68 0 22414 0
[pid=3576] vsize: 89928
Current children cumulated CPU time (s) 221.48
Current children cumulated vsize (Kb) 89928

[startup+260.016 s]
Raw data (loadavg): 1.01 1.01 1.00 2/56 3576
Raw data (/proc/3576/stat): 3576 (bsolo) R 3575 3576 19316 0 -1 0 22400 0 0 0 21705 1438 0 0 25 0 1 0 1853533135 95465472 22311 4294967295 134512640 134736556 3221224560 3221223184 134537450 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3576/statm): 23307 22311 1116 68 0 23239 0
[pid=3576] vsize: 93228
Current children cumulated CPU time (s) 231.43
Current children cumulated vsize (Kb) 93228

[startup+270.015 s]
Raw data (loadavg): 1.01 1.01 1.00 2/56 3576
Raw data (/proc/3576/stat): 3576 (bsolo) R 3575 3576 19316 0 -1 0 22855 0 0 0 22696 1442 0 0 25 0 1 0 1853533135 97366016 22766 4294967295 134512640 134736556 3221224560 3221223276 134553972 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3576/statm): 23771 22766 1116 68 0 23703 0
[pid=3576] vsize: 95084
Current children cumulated CPU time (s) 241.38
Current children cumulated vsize (Kb) 95084

[startup+280.016 s]
Raw data (loadavg): 1.01 1.00 1.00 1/56 3576
Raw data (/proc/3576/stat): 3576 (bsolo) T 3575 3576 19316 0 -1 0 23412 0 0 0 23687 1446 0 0 25 0 1 0 1853533135 99663872 23323 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/3576/statm): 24332 23323 1116 68 0 24264 0
[pid=3576] vsize: 97328
Current children cumulated CPU time (s) 251.33
Current children cumulated vsize (Kb) 97328

[startup+290.016 s]
Raw data (loadavg): 1.01 1.00 1.00 2/56 3576
Raw data (/proc/3576/stat): 3576 (bsolo) R 3575 3576 19316 0 -1 0 23917 0 0 0 24680 1450 0 0 25 0 1 0 1853533135 101691392 23828 4294967295 134512640 134736556 3221224560 3221223172 134544519 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3576/statm): 24827 23828 1116 68 0 24759 0
[pid=3576] vsize: 99308
Current children cumulated CPU time (s) 261.3
Current children cumulated vsize (Kb) 99308

[startup+300.017 s]
Raw data (loadavg): 1.01 1.00 1.00 2/56 3576
Raw data (/proc/3576/stat): 3576 (bsolo) R 3575 3576 19316 0 -1 0 24144 0 0 0 25670 1454 0 0 25 0 1 0 1853533135 102637568 24055 4294967295 134512640 134736556 3221224560 3221223116 134544556 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3576/statm): 25058 24055 1116 68 0 24990 0
[pid=3576] vsize: 100232
Current children cumulated CPU time (s) 271.24
Current children cumulated vsize (Kb) 100232

[startup+310.017 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 3576
Raw data (/proc/3576/stat): 3576 (bsolo) T 3575 3576 19316 0 -1 0 24259 0 0 0 26663 1457 0 0 25 0 1 0 1853533135 103178240 24170 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/3576/statm): 25190 24170 1116 68 0 25122 0
[pid=3576] vsize: 100760
Current children cumulated CPU time (s) 281.2
Current children cumulated vsize (Kb) 100760

[startup+320.017 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 3576
Raw data (/proc/3576/stat): 3576 (bsolo) R 3575 3576 19316 0 -1 0 24348 0 0 0 27654 1460 0 0 25 0 1 0 1853533135 103583744 24259 4294967295 134512640 134736556 3221224560 3221223228 134543708 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3576/statm): 25289 24259 1116 68 0 25221 0
[pid=3576] vsize: 101156
Current children cumulated CPU time (s) 291.14
Current children cumulated vsize (Kb) 101156

[startup+330.018 s]
Raw data (loadavg): 1.00 1.00 1.00 1/56 3576
Raw data (/proc/3576/stat): 3576 (bsolo) T 3575 3576 19316 0 -1 0 25052 0 0 0 28632 1469 0 0 25 0 1 0 1853533135 106426368 24963 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/3576/statm): 25983 24963 1116 68 0 25915 0
[pid=3576] vsize: 103932
Current children cumulated CPU time (s) 301.01
Current children cumulated vsize (Kb) 103932

[startup+340.017 s]
Raw data (loadavg): 1.00 1.00 1.00 1/56 3576
Raw data (/proc/3576/stat): 3576 (bsolo) T 3575 3576 19316 0 -1 0 26070 0 0 0 29614 1477 0 0 25 0 1 0 1853533135 110616576 25981 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/3576/statm): 27006 25981 1116 68 0 26938 0
[pid=3576] vsize: 108024
Current children cumulated CPU time (s) 310.91
Current children cumulated vsize (Kb) 108024

[startup+350.02 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 3576
Raw data (/proc/3576/stat): 3576 (bsolo) R 3575 3576 19316 0 -1 0 26259 0 0 0 30605 1480 0 0 25 0 1 0 1853533135 111292416 26170 4294967295 134512640 134736556 3221224560 3221223236 134536476 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3576/statm): 27171 26170 1116 68 0 27103 0
[pid=3576] vsize: 108684
Current children cumulated CPU time (s) 320.85
Current children cumulated vsize (Kb) 108684

[startup+360.021 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 3576
Raw data (/proc/3576/stat): 3576 (bsolo) T 3575 3576 19316 0 -1 0 26514 0 0 0 31597 1484 0 0 25 0 1 0 1853533135 112373760 26425 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/3576/statm): 27435 26425 1116 68 0 27367 0
[pid=3576] vsize: 109740
Current children cumulated CPU time (s) 330.81
Current children cumulated vsize (Kb) 109740

[startup+370.02 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 3576
Raw data (/proc/3576/stat): 3576 (bsolo) R 3575 3576 19316 0 -1 0 26818 0 0 0 32590 1487 0 0 25 0 1 0 1853533135 113590272 26729 4294967295 134512640 134736556 3221224560 3221223072 134543119 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3576/statm): 27732 26729 1116 68 0 27664 0
[pid=3576] vsize: 110928
Current children cumulated CPU time (s) 340.77
Current children cumulated vsize (Kb) 110928

[startup+380.021 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 3576
Raw data (/proc/3576/stat): 3576 (bsolo) R 3575 3576 19316 0 -1 0 27349 0 0 0 33578 1492 0 0 25 0 1 0 1853533135 115752960 27260 4294967295 134512640 134736556 3221224560 3221223096 134540033 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3576/statm): 28260 27260 1116 68 0 28192 0
[pid=3576] vsize: 113040
Current children cumulated CPU time (s) 350.7
Current children cumulated vsize (Kb) 113040

[startup+390.021 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 3576
Raw data (/proc/3576/stat): 3576 (bsolo) R 3575 3576 19316 0 -1 0 27710 0 0 0 34571 1496 0 0 25 0 1 0 1853533135 117235712 27621 4294967295 134512640 134736556 3221224560 3221223072 134543187 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3576/statm): 28622 27621 1116 68 0 28554 0
[pid=3576] vsize: 114488
Current children cumulated CPU time (s) 360.67
Current children cumulated vsize (Kb) 114488

[startup+400.021 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 3576
Raw data (/proc/3576/stat): 3576 (bsolo) R 3575 3576 19316 0 -1 0 28275 0 0 0 35559 1502 0 0 25 0 1 0 1853533135 119668736 28186 4294967295 134512640 134736556 3221224560 3221223120 134543143 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/3576/statm): 29216 28186 1116 68 0 29148 0
[pid=3576] vsize: 116864
Current children cumulated CPU time (s) 370.61
Current children cumulated vsize (Kb) 116864

[startup+410.022 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 3576
Raw data (/proc/3576/stat): 3576 (bsolo) R 3575 3576 19316 0 -1 0 28881 0 0 0 36550 1507 0 0 25 0 1 0 1853533135 122101760 28792 4294967295 134512640 134736556 3221224560 3221223296 134528947 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3576/statm): 29810 28792 1116 68 0 29742 0
[pid=3576] vsize: 119240
Current children cumulated CPU time (s) 380.57
Current children cumulated vsize (Kb) 119240

[startup+420.022 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 3576
Raw data (/proc/3576/stat): 3576 (bsolo) R 3575 3576 19316 0 -1 0 29483 0 0 0 37539 1512 0 0 25 0 1 0 1853533135 124538880 29394 4294967295 134512640 134736556 3221224560 3221223184 134544644 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3576/statm): 30405 29394 1116 68 0 30337 0
[pid=3576] vsize: 121620
Current children cumulated CPU time (s) 390.51
Current children cumulated vsize (Kb) 121620

[startup+430.023 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 3576
Raw data (/proc/3576/stat): 3576 (bsolo) R 3575 3576 19316 0 -1 0 29961 0 0 0 38532 1515 0 0 25 0 1 0 1853533135 126566400 29872 4294967295 134512640 134736556 3221224560 3221223248 134597387 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3576/statm): 30900 29872 1116 68 0 30832 0
[pid=3576] vsize: 123600
Current children cumulated CPU time (s) 400.47
Current children cumulated vsize (Kb) 123600

[startup+440.022 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 3576
Raw data (/proc/3576/stat): 3576 (bsolo) R 3575 3576 19316 0 -1 0 30373 0 0 0 39528 1517 0 0 25 0 1 0 1853533135 128188416 30284 4294967295 134512640 134736556 3221224560 3221223104 134543676 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3576/statm): 31296 30284 1116 68 0 31228 0
[pid=3576] vsize: 125184
Current children cumulated CPU time (s) 410.45
Current children cumulated vsize (Kb) 125184

[startup+450.022 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 3576
Raw data (/proc/3576/stat): 3576 (bsolo) R 3575 3576 19316 0 -1 0 30678 0 0 0 40518 1522 0 0 25 0 1 0 1853533135 129413120 30588 4294967295 134512640 134736556 3221224560 3221223216 134537358 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3576/statm): 31595 30588 1116 68 0 31527 0
[pid=3576] vsize: 126380
Current children cumulated CPU time (s) 420.4
Current children cumulated vsize (Kb) 126380

[startup+460.023 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 3576
Raw data (/proc/3576/stat): 3576 (bsolo) R 3575 3576 19316 0 -1 0 30934 0 0 0 41510 1527 0 0 25 0 1 0 1853533135 130494464 30844 4294967295 134512640 134736556 3221224560 3221223120 134544672 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3576/statm): 31859 30844 1116 68 0 31791 0
[pid=3576] vsize: 127436
Current children cumulated CPU time (s) 430.37
Current children cumulated vsize (Kb) 127436

[startup+470.023 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 3576
Raw data (/proc/3576/stat): 3576 (bsolo) T 3575 3576 19316 0 -1 0 31044 0 0 0 42503 1529 0 0 25 0 1 0 1853533135 131035136 30954 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/3576/statm): 31991 30954 1116 68 0 31923 0
[pid=3576] vsize: 127964
Current children cumulated CPU time (s) 440.32
Current children cumulated vsize (Kb) 127964

[startup+480.024 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 3576
Raw data (/proc/3576/stat): 3576 (bsolo) R 3575 3576 19316 0 -1 0 31221 0 0 0 43497 1532 0 0 25 0 1 0 1853533135 131710976 31131 4294967295 134512640 134736556 3221224560 3221222940 1077379908 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3576/statm): 32156 31131 1116 68 0 32088 0
[pid=3576] vsize: 128624
Current children cumulated CPU time (s) 450.29
Current children cumulated vsize (Kb) 128624

[startup+490.024 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 3576
Raw data (/proc/3576/stat): 3576 (bsolo) R 3575 3576 19316 0 -1 0 31394 0 0 0 44490 1535 0 0 25 0 1 0 1853533135 132386816 31304 4294967295 134512640 134736556 3221224560 3221223152 134540200 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3576/statm): 32321 31304 1116 68 0 32253 0
[pid=3576] vsize: 129284
Current children cumulated CPU time (s) 460.25
Current children cumulated vsize (Kb) 129284

[startup+500.024 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 3576
Raw data (/proc/3576/stat): 3576 (bsolo) R 3575 3576 19316 0 -1 0 31619 0 0 0 45482 1537 0 0 25 0 1 0 1853533135 133332992 31529 4294967295 134512640 134736556 3221224560 3221223096 1077378037 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3576/statm): 32552 31530 1116 68 0 32484 0
[pid=3576] vsize: 130208
Current children cumulated CPU time (s) 470.19
Current children cumulated vsize (Kb) 130208

[startup+510.025 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 3576
Raw data (/proc/3576/stat): 3576 (bsolo) R 3575 3576 19316 0 -1 0 31881 0 0 0 46470 1542 0 0 25 0 1 0 1853533135 134414336 31791 4294967295 134512640 134736556 3221224560 3221223168 134544631 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3576/statm): 32816 31791 1116 68 0 32748 0
[pid=3576] vsize: 131264
Current children cumulated CPU time (s) 480.12
Current children cumulated vsize (Kb) 131264

[startup+520.024 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 3576
Raw data (/proc/3576/stat): 3576 (bsolo) R 3575 3576 19316 0 -1 0 32264 0 0 0 47463 1546 0 0 25 0 1 0 1853533135 136036352 32174 4294967295 134512640 134736556 3221224560 3221223136 134543184 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3576/statm): 33212 32174 1116 68 0 33144 0
[pid=3576] vsize: 132848
Current children cumulated CPU time (s) 490.09
Current children cumulated vsize (Kb) 132848

[startup+530.026 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 3576
Raw data (/proc/3576/stat): 3576 (bsolo) R 3575 3576 19316 0 -1 0 32734 0 0 0 48457 1549 0 0 25 0 1 0 1853533135 137928704 32644 4294967295 134512640 134736556 3221224560 3221223152 134540282 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3576/statm): 33674 32644 1116 68 0 33606 0
[pid=3576] vsize: 134696
Current children cumulated CPU time (s) 500.06
Current children cumulated vsize (Kb) 134696

[startup+540.025 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 3576
Raw data (/proc/3576/stat): 3576 (bsolo) R 3575 3576 19316 0 -1 0 33283 0 0 0 49451 1552 0 0 25 0 1 0 1853533135 140091392 33193 4294967295 134512640 134736556 3221224560 3221223152 134544590 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3576/statm): 34202 33193 1116 68 0 34134 0
[pid=3576] vsize: 136808
Current children cumulated CPU time (s) 510.03
Current children cumulated vsize (Kb) 136808

[startup+550.025 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 3576
Raw data (/proc/3576/stat): 3576 (bsolo) R 3575 3576 19316 0 -1 0 33764 0 0 0 50446 1554 0 0 25 0 1 0 1853533135 142118912 33674 4294967295 134512640 134736556 3221224560 3221223184 134537358 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3576/statm): 34697 33674 1116 68 0 34629 0
[pid=3576] vsize: 138788
Current children cumulated CPU time (s) 520
Current children cumulated vsize (Kb) 138788

[startup+560.026 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 3576
Raw data (/proc/3576/stat): 3576 (bsolo) R 3575 3576 19316 0 -1 0 34242 0 0 0 51439 1558 0 0 25 0 1 0 1853533135 144146432 34152 4294967295 134512640 134736556 3221224560 3221223152 134540200 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3576/statm): 35192 34152 1116 68 0 35124 0
[pid=3576] vsize: 140768
Current children cumulated CPU time (s) 529.97
Current children cumulated vsize (Kb) 140768

[startup+570.025 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 3576
Raw data (/proc/3576/stat): 3576 (bsolo) R 3575 3576 19316 0 -1 0 34532 0 0 0 52432 1562 0 0 25 0 1 0 1853533135 145227776 34442 4294967295 134512640 134736556 3221224560 3221223136 134543187 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3576/statm): 35456 34442 1116 68 0 35388 0
[pid=3576] vsize: 141824
Current children cumulated CPU time (s) 539.94
Current children cumulated vsize (Kb) 141824

[startup+580.026 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 3576
Raw data (/proc/3576/stat): 3576 (bsolo) T 3575 3576 19316 0 -1 0 34579 0 0 0 53428 1563 0 0 25 0 1 0 1853533135 145498112 34489 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/3576/statm): 35522 34489 1116 68 0 35454 0
[pid=3576] vsize: 142088
Current children cumulated CPU time (s) 549.91
Current children cumulated vsize (Kb) 142088

[startup+590.027 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 3576
Raw data (/proc/3576/stat): 3576 (bsolo) R 3575 3576 19316 0 -1 0 34582 0 0 0 54422 1565 0 0 25 0 1 0 1853533135 145498112 34492 4294967295 134512640 134736556 3221224560 3221223152 134540282 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3576/statm): 35522 34492 1116 68 0 35454 0
[pid=3576] vsize: 142088
Current children cumulated CPU time (s) 559.87
Current children cumulated vsize (Kb) 142088

[startup+600.026 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 3576
Raw data (/proc/3576/stat): 3576 (bsolo) R 3575 3576 19316 0 -1 0 34586 0 0 0 55417 1567 0 0 25 0 1 0 1853533135 145498112 34496 4294967295 134512640 134736556 3221224560 3221223152 134540337 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3576/statm): 35522 34496 1116 68 0 35454 0
[pid=3576] vsize: 142088
Current children cumulated CPU time (s) 569.84
Current children cumulated vsize (Kb) 142088

[startup+610.026 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 3576
Raw data (/proc/3576/stat): 3576 (bsolo) R 3575 3576 19316 0 -1 0 34591 0 0 0 56412 1569 0 0 25 0 1 0 1853533135 145498112 34501 4294967295 134512640 134736556 3221224560 3221223116 134540032 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3576/statm): 35522 34501 1116 68 0 35454 0
[pid=3576] vsize: 142088
Current children cumulated CPU time (s) 579.81
Current children cumulated vsize (Kb) 142088

[startup+620.025 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 3576
Raw data (/proc/3576/stat): 3576 (bsolo) R 3575 3576 19316 0 -1 0 34592 0 0 0 57407 1571 0 0 25 0 1 0 1853533135 145498112 34502 4294967295 134512640 134736556 3221224560 3221223172 134544525 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3576/statm): 35522 34502 1116 68 0 35454 0
[pid=3576] vsize: 142088
Current children cumulated CPU time (s) 589.78
Current children cumulated vsize (Kb) 142088

[startup+630.026 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 3576
Raw data (/proc/3576/stat): 3576 (bsolo) R 3575 3576 19316 0 -1 0 34857 0 0 0 58399 1573 0 0 25 0 1 0 1853533135 146579456 34767 4294967295 134512640 134736556 3221224560 3221223248 134536465 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3576/statm): 35786 34767 1116 68 0 35718 0
[pid=3576] vsize: 143144
Current children cumulated CPU time (s) 599.72
Current children cumulated vsize (Kb) 143144

[startup+640.025 s]
Raw data (loadavg): 1.00 1.00 1.00 1/56 3576
Raw data (/proc/3576/stat): 3576 (bsolo) T 3575 3576 19316 0 -1 0 35085 0 0 0 59390 1577 0 0 25 0 1 0 1853533135 147525632 34995 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/3576/statm): 36017 34995 1116 68 0 35949 0
[pid=3576] vsize: 144068
Current children cumulated CPU time (s) 609.67
Current children cumulated vsize (Kb) 144068

[startup+650.025 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 3576
Raw data (/proc/3576/stat): 3576 (bsolo) R 3575 3576 19316 0 -1 0 35264 0 0 0 60384 1580 0 0 25 0 1 0 1853533135 148336640 35174 4294967295 134512640 134736556 3221224560 3221223068 134540047 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3576/statm): 36215 35174 1116 68 0 36147 0
[pid=3576] vsize: 144860
Current children cumulated CPU time (s) 619.64
Current children cumulated vsize (Kb) 144860

[startup+660.026 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 3576
Raw data (/proc/3576/stat): 3576 (bsolo) R 3575 3576 19316 0 -1 0 35631 0 0 0 61373 1585 0 0 25 0 1 0 1853533135 149823488 35541 4294967295 134512640 134736556 3221224560 3221223112 134544507 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3576/statm): 36578 35541 1116 68 0 36510 0
[pid=3576] vsize: 146312
Current children cumulated CPU time (s) 629.58
Current children cumulated vsize (Kb) 146312

[startup+670.025 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 3576
Raw data (/proc/3576/stat): 3576 (bsolo) R 3575 3576 19316 0 -1 0 35946 0 0 0 62364 1589 0 0 25 0 1 0 1853533135 151040000 35856 4294967295 134512640 134736556 3221224560 3221223108 134544519 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3576/statm): 36875 35856 1116 68 0 36807 0
[pid=3576] vsize: 147500
Current children cumulated CPU time (s) 639.53
Current children cumulated vsize (Kb) 147500

[startup+680.026 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 3576
Raw data (/proc/3576/stat): 3576 (bsolo) R 3575 3576 19316 0 -1 0 36308 0 0 0 63353 1595 0 0 25 0 1 0 1853533135 152522752 36218 4294967295 134512640 134736556 3221224560 3221223280 134529182 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3576/statm): 37237 36218 1116 68 0 37169 0
[pid=3576] vsize: 148948
Current children cumulated CPU time (s) 649.48
Current children cumulated vsize (Kb) 148948

[startup+690.027 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 3576
Raw data (/proc/3576/stat): 3576 (bsolo) R 3575 3576 19316 0 -1 0 36636 0 0 0 64338 1601 0 0 25 0 1 0 1853533135 153604096 36488 4294967295 134512640 134736556 3221224560 3221223068 134540067 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3576/statm): 37501 36488 1116 68 0 37433 0
[pid=3576] vsize: 150004
Current children cumulated CPU time (s) 659.39
Current children cumulated vsize (Kb) 150004

[startup+700.026 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 3576
Raw data (/proc/3576/stat): 3576 (bsolo) R 3575 3576 19316 0 -1 0 36828 0 0 0 65330 1604 0 0 25 0 1 0 1853533135 154419200 36680 4294967295 134512640 134736556 3221224560 3221223152 134540337 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3576/statm): 37700 36680 1116 68 0 37632 0
[pid=3576] vsize: 150800
Current children cumulated CPU time (s) 669.34
Current children cumulated vsize (Kb) 150800

[startup+710.027 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 3576
Raw data (/proc/3576/stat): 3576 (bsolo) R 3575 3576 19316 0 -1 0 36841 0 0 0 66326 1605 0 0 25 0 1 0 1853533135 154554368 36693 4294967295 134512640 134736556 3221224560 3221223068 134540061 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3576/statm): 37733 36693 1116 68 0 37665 0
[pid=3576] vsize: 150932
Current children cumulated CPU time (s) 679.31
Current children cumulated vsize (Kb) 150932

[startup+720.026 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 3576
Raw data (/proc/3576/stat): 3576 (bsolo) R 3575 3576 19316 0 -1 0 37106 0 0 0 67321 1608 0 0 25 0 1 0 1853533135 155635712 36958 4294967295 134512640 134736556 3221224560 3221223272 134553973 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3576/statm): 37997 36958 1116 68 0 37929 0
[pid=3576] vsize: 151988
Current children cumulated CPU time (s) 689.29
Current children cumulated vsize (Kb) 151988

[startup+730.027 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 3576
Raw data (/proc/3576/stat): 3576 (bsolo) R 3575 3576 19316 0 -1 0 37296 0 0 0 68314 1611 0 0 25 0 1 0 1853533135 156315648 37148 4294967295 134512640 134736556 3221224560 3221223168 134634142 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3576/statm): 38163 37148 1116 68 0 38095 0
[pid=3576] vsize: 152652
Current children cumulated CPU time (s) 699.25
Current children cumulated vsize (Kb) 152652

[startup+740.028 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 3576
Raw data (/proc/3576/stat): 3576 (bsolo) R 3575 3576 19316 0 -1 0 37506 0 0 0 69300 1616 0 0 25 0 1 0 1853533135 157261824 37358 4294967295 134512640 134736556 3221224560 3221223184 134537358 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3576/statm): 38394 37358 1116 68 0 38326 0
[pid=3576] vsize: 153576
Current children cumulated CPU time (s) 709.16
Current children cumulated vsize (Kb) 153576

[startup+750.027 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 3576
Raw data (/proc/3576/stat): 3576 (bsolo) R 3575 3576 19316 0 -1 0 37880 0 0 0 70288 1620 0 0 25 0 1 0 1853533135 158748672 37732 4294967295 134512640 134736556 3221224560 3221223068 134540061 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/3576/statm): 38757 37732 1116 68 0 38689 0
[pid=3576] vsize: 155028
Current children cumulated CPU time (s) 719.08
Current children cumulated vsize (Kb) 155028

[startup+760.028 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 3576
Raw data (/proc/3576/stat): 3576 (bsolo) R 3575 3576 19316 0 -1 0 38139 0 0 0 71281 1622 0 0 25 0 1 0 1853533135 159830016 37991 4294967295 134512640 134736556 3221224560 3221223152 134544700 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/3576/statm): 39021 37991 1116 68 0 38953 0
[pid=3576] vsize: 156084
Current children cumulated CPU time (s) 729.03
Current children cumulated vsize (Kb) 156084

[startup+770.028 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 3576
Raw data (/proc/3576/stat): 3576 (bsolo) R 3575 3576 19316 0 -1 0 38167 0 0 0 72273 1625 0 0 25 0 1 0 1853533135 159932416 38019 4294967295 134512640 134736556 3221224560 3221223152 134540200 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/3576/statm): 39046 38019 1116 68 0 38978 0
[pid=3576] vsize: 156184
Current children cumulated CPU time (s) 738.98
Current children cumulated vsize (Kb) 156184

[startup+780.029 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 3576
Raw data (/proc/3576/stat): 3576 (bsolo) R 3575 3576 19316 0 -1 0 38436 0 0 0 73263 1629 0 0 25 0 1 0 1853533135 161013760 38288 4294967295 134512640 134736556 3221224560 3221223176 134554101 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3576/statm): 39310 38288 1116 68 0 39242 0
[pid=3576] vsize: 157240
Current children cumulated CPU time (s) 748.92
Current children cumulated vsize (Kb) 157240

[startup+790.029 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 3576
Raw data (/proc/3576/stat): 3576 (bsolo) R 3575 3576 19316 0 -1 0 39144 0 0 0 74226 1642 0 0 25 0 1 0 1853533135 163979264 38996 4294967295 134512640 134736556 3221224560 3221223236 134536476 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3576/statm): 40034 38996 1116 68 0 39966 0
[pid=3576] vsize: 160136
Current children cumulated CPU time (s) 758.68
Current children cumulated vsize (Kb) 160136

[startup+800.029 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 3576
Raw data (/proc/3576/stat): 3576 (bsolo) R 3575 3576 19316 0 -1 0 39771 0 0 0 75209 1650 0 0 25 0 1 0 1853533135 166543360 39623 4294967295 134512640 134736556 3221224560 3221223164 134544624 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3576/statm): 40660 39623 1116 68 0 40592 0
[pid=3576] vsize: 162640
Current children cumulated CPU time (s) 768.59
Current children cumulated vsize (Kb) 162640

[startup+810.03 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 3576
Raw data (/proc/3576/stat): 3576 (bsolo) R 3575 3576 19316 0 -1 0 39833 0 0 0 76201 1654 0 0 25 0 1 0 1853533135 166809600 39685 4294967295 134512640 134736556 3221224560 3221223280 134605858 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3576/statm): 40725 39685 1116 68 0 40657 0
[pid=3576] vsize: 162900
Current children cumulated CPU time (s) 778.55
Current children cumulated vsize (Kb) 162900

[startup+820.029 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 3576
Raw data (/proc/3576/stat): 3576 (bsolo) R 3575 3576 19316 0 -1 0 39994 0 0 0 77190 1658 0 0 25 0 1 0 1853533135 167485440 39846 4294967295 134512640 134736556 3221224560 3221223104 134540337 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3576/statm): 40890 39846 1116 68 0 40822 0
[pid=3576] vsize: 163560
Current children cumulated CPU time (s) 788.48
Current children cumulated vsize (Kb) 163560

[startup+830.03 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 3576
Raw data (/proc/3576/stat): 3576 (bsolo) R 3575 3576 19316 0 -1 0 40156 0 0 0 78182 1662 0 0 25 0 1 0 1853533135 168026112 40008 4294967295 134512640 134736556 3221224560 3221223152 134540200 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3576/statm): 41022 40008 1116 68 0 40954 0
[pid=3576] vsize: 164088
Current children cumulated CPU time (s) 798.44
Current children cumulated vsize (Kb) 164088

[startup+840.031 s]
Raw data (loadavg): 1.00 1.00 1.00 1/56 3576
Raw data (/proc/3576/stat): 3576 (bsolo) T 3575 3576 19316 0 -1 0 40233 0 0 0 79177 1664 0 0 25 0 1 0 1853533135 168431616 40085 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/3576/statm): 41121 40085 1116 68 0 41053 0
[pid=3576] vsize: 164484
Current children cumulated CPU time (s) 808.41
Current children cumulated vsize (Kb) 164484

[startup+850.03 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 3576
Raw data (/proc/3576/stat): 3576 (bsolo) R 3575 3576 19316 0 -1 0 40235 0 0 0 80171 1666 0 0 25 0 1 0 1853533135 168431616 40087 4294967295 134512640 134736556 3221224560 3221223120 134544716 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3576/statm): 41121 40087 1116 68 0 41053 0
[pid=3576] vsize: 164484
Current children cumulated CPU time (s) 818.37
Current children cumulated vsize (Kb) 164484

[startup+860.031 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 3576
Raw data (/proc/3576/stat): 3576 (bsolo) R 3575 3576 19316 0 -1 0 40276 0 0 0 81165 1668 0 0 25 0 1 0 1853533135 168566784 40128 4294967295 134512640 134736556 3221224560 3221223248 134536465 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3576/statm): 41154 40128 1116 68 0 41086 0
[pid=3576] vsize: 164616
Current children cumulated CPU time (s) 828.33
Current children cumulated vsize (Kb) 164616

[startup+870.031 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 3576
Raw data (/proc/3576/stat): 3576 (bsolo) R 3575 3576 19316 0 -1 0 40699 0 0 0 82158 1672 0 0 25 0 1 0 1853533135 170323968 40550 4294967295 134512640 134736556 3221224560 3221223172 134537369 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3576/statm): 41583 40550 1116 68 0 41515 0
[pid=3576] vsize: 166332
Current children cumulated CPU time (s) 838.3
Current children cumulated vsize (Kb) 166332

[startup+880.032 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 3576
Raw data (/proc/3576/stat): 3576 (bsolo) R 3575 3576 19316 0 -1 0 41058 0 0 0 83151 1674 0 0 25 0 1 0 1853533135 171810816 40909 4294967295 134512640 134736556 3221224560 3221223120 134544670 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3576/statm): 41946 40909 1116 68 0 41878 0
[pid=3576] vsize: 167784
Current children cumulated CPU time (s) 848.25
Current children cumulated vsize (Kb) 167784

[startup+890.033 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 3576
Raw data (/proc/3576/stat): 3576 (bsolo) R 3575 3576 19316 0 -1 0 41327 0 0 0 84145 1677 0 0 25 0 1 0 1853533135 172892160 41178 4294967295 134512640 134736556 3221224560 3221223068 134540067 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3576/statm): 42210 41178 1116 68 0 42142 0
[pid=3576] vsize: 168840
Current children cumulated CPU time (s) 858.22
Current children cumulated vsize (Kb) 168840

[startup+900.032 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 3576
Raw data (/proc/3576/stat): 3576 (bsolo) R 3575 3576 19316 0 -1 0 41629 0 0 0 85140 1679 0 0 25 0 1 0 1853533135 174108672 41480 4294967295 134512640 134736556 3221224560 3221223152 134540200 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3576/statm): 42507 41480 1116 68 0 42439 0
[pid=3576] vsize: 170028
Current children cumulated CPU time (s) 868.19
Current children cumulated vsize (Kb) 170028

[startup+910.033 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 3576
Raw data (/proc/3576/stat): 3576 (bsolo) R 3575 3576 19316 0 -1 0 41662 0 0 0 86132 1683 0 0 25 0 1 0 1853533135 174243840 41513 4294967295 134512640 134736556 3221224560 3221223300 134606006 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3576/statm): 42540 41513 1116 68 0 42472 0
[pid=3576] vsize: 170160
Current children cumulated CPU time (s) 878.15
Current children cumulated vsize (Kb) 170160

[startup+920.032 s]
Raw data (loadavg): 1.00 1.00 1.00 1/56 3576
Raw data (/proc/3576/stat): 3576 (bsolo) T 3575 3576 19316 0 -1 0 41665 0 0 0 87127 1685 0 0 25 0 1 0 1853533135 174243840 41516 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/3576/statm): 42540 41516 1116 68 0 42472 0
[pid=3576] vsize: 170160
Current children cumulated CPU time (s) 888.12
Current children cumulated vsize (Kb) 170160

[startup+930.033 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 3576
Raw data (/proc/3576/stat): 3576 (bsolo) R 3575 3576 19316 0 -1 0 41666 0 0 0 88120 1688 0 0 25 0 1 0 1853533135 174243840 41517 4294967295 134512640 134736556 3221224560 3221223232 134536482 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3576/statm): 42540 41517 1116 68 0 42472 0
[pid=3576] vsize: 170160
Current children cumulated CPU time (s) 898.08
Current children cumulated vsize (Kb) 170160

[startup+940.034 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 3576
Raw data (/proc/3576/stat): 3576 (bsolo) R 3575 3576 19316 0 -1 0 41764 0 0 0 89108 1693 0 0 25 0 1 0 1853533135 174649344 41615 4294967295 134512640 134736556 3221224560 3221223152 134543725 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3576/statm): 42639 41615 1116 68 0 42571 0
[pid=3576] vsize: 170556
Current children cumulated CPU time (s) 908.01
Current children cumulated vsize (Kb) 170556

[startup+950.035 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 3576
Raw data (/proc/3576/stat): 3576 (bsolo) R 3575 3576 19316 0 -1 0 42092 0 0 0 90099 1697 0 0 25 0 1 0 1853533135 176001024 41943 4294967295 134512640 134736556 3221224560 3221223096 1077378037 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3576/statm): 42969 41943 1116 68 0 42901 0
[pid=3576] vsize: 171876
Current children cumulated CPU time (s) 917.96
Current children cumulated vsize (Kb) 171876

[startup+960.036 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 3576
Raw data (/proc/3576/stat): 3576 (bsolo) R 3575 3576 19316 0 -1 0 42737 0 0 0 91091 1702 0 0 25 0 1 0 1853533135 178708480 42588 4294967295 134512640 134736556 3221224560 3221223120 134543554 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3576/statm): 43630 42588 1116 68 0 43562 0
[pid=3576] vsize: 174520
Current children cumulated CPU time (s) 927.93
Current children cumulated vsize (Kb) 174520

[startup+970.035 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 3576
Raw data (/proc/3576/stat): 3576 (bsolo) R 3575 3576 19316 0 -1 0 43403 0 0 0 92083 1707 0 0 25 0 1 0 1853533135 181411840 43254 4294967295 134512640 134736556 3221224560 3221223072 134540037 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3576/statm): 44290 43254 1116 68 0 44222 0
[pid=3576] vsize: 177160
Current children cumulated CPU time (s) 937.9
Current children cumulated vsize (Kb) 177160

[startup+980.036 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 3576
Raw data (/proc/3576/stat): 3576 (bsolo) R 3575 3576 19316 0 -1 0 43891 0 0 0 93077 1710 0 0 25 0 1 0 1853533135 183439360 43742 4294967295 134512640 134736556 3221224560 3221223184 134524547 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3576/statm): 44785 43742 1116 68 0 44717 0
[pid=3576] vsize: 179140
Current children cumulated CPU time (s) 947.87
Current children cumulated vsize (Kb) 179140

[startup+990.037 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 3576
Raw data (/proc/3576/stat): 3576 (bsolo) R 3575 3576 19316 0 -1 0 44075 0 0 0 94068 1715 0 0 25 0 1 0 1853533135 184115200 43926 4294967295 134512640 134736556 3221224560 3221223136 134543195 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3576/statm): 44950 43926 1116 68 0 44882 0
[pid=3576] vsize: 179800
Current children cumulated CPU time (s) 957.83
Current children cumulated vsize (Kb) 179800

[startup+1000.04 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 3576
Raw data (/proc/3576/stat): 3576 (bsolo) R 3575 3576 19316 0 -1 0 44299 0 0 0 95063 1718 0 0 25 0 1 0 1853533135 185061376 44150 4294967295 134512640 134736556 3221224560 3221223188 134553382 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3576/statm): 45181 44150 1116 68 0 45113 0
[pid=3576] vsize: 180724
Current children cumulated CPU time (s) 967.81
Current children cumulated vsize (Kb) 180724

[startup+1010.04 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 3576
Raw data (/proc/3576/stat): 3576 (bsolo) R 3575 3576 19316 0 -1 0 44477 0 0 0 96058 1720 0 0 25 0 1 0 1853533135 185737216 44328 4294967295 134512640 134736556 3221224560 3221223068 134540061 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3576/statm): 45346 44328 1116 68 0 45278 0
[pid=3576] vsize: 181384
Current children cumulated CPU time (s) 977.78
Current children cumulated vsize (Kb) 181384

[startup+1020.04 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 3576
Raw data (/proc/3576/stat): 3576 (bsolo) R 3575 3576 19316 0 -1 0 44666 0 0 0 97050 1723 0 0 25 0 1 0 1853533135 186548224 44517 4294967295 134512640 134736556 3221224560 3221223108 134551038 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3576/statm): 45544 44517 1116 68 0 45476 0
[pid=3576] vsize: 182176
Current children cumulated CPU time (s) 987.73
Current children cumulated vsize (Kb) 182176

[startup+1030.04 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 3576
Raw data (/proc/3576/stat): 3576 (bsolo) R 3575 3576 19316 0 -1 0 44827 0 0 0 98044 1725 0 0 25 0 1 0 1853533135 187224064 44678 4294967295 134512640 134736556 3221224560 3221223184 134537358 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3576/statm): 45709 44678 1116 68 0 45641 0
[pid=3576] vsize: 182836
Current children cumulated CPU time (s) 997.69
Current children cumulated vsize (Kb) 182836

[startup+1040.04 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 3576
Raw data (/proc/3576/stat): 3576 (bsolo) R 3575 3576 19316 0 -1 0 44963 0 0 0 99036 1729 0 0 25 0 1 0 1853533135 187764736 44814 4294967295 134512640 134736556 3221224560 3221223104 134543187 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/3576/statm): 45841 44814 1116 68 0 45773 0
[pid=3576] vsize: 183364
Current children cumulated CPU time (s) 1007.65
Current children cumulated vsize (Kb) 183364

[startup+1050.04 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 3576
Raw data (/proc/3576/stat): 3576 (bsolo) R 3575 3576 19316 0 -1 0 45225 0 0 0 100030 1732 0 0 25 0 1 0 1853533135 188846080 45076 4294967295 134512640 134736556 3221224560 3221223172 134544543 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3576/statm): 46105 45076 1116 68 0 46037 0
[pid=3576] vsize: 184420
Current children cumulated CPU time (s) 1017.62
Current children cumulated vsize (Kb) 184420

[startup+1060.04 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 3576
Raw data (/proc/3576/stat): 3576 (bsolo) R 3575 3576 19316 0 -1 0 45677 0 0 0 101022 1737 0 0 25 0 1 0 1853533135 190738432 45528 4294967295 134512640 134736556 3221224560 3221223156 134543704 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3576/statm): 46567 45528 1116 68 0 46499 0
[pid=3576] vsize: 186268
Current children cumulated CPU time (s) 1027.59
Current children cumulated vsize (Kb) 186268

[startup+1070.04 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 3576
Raw data (/proc/3576/stat): 3576 (bsolo) R 3575 3576 19316 0 -1 0 46105 0 0 0 102014 1742 0 0 25 0 1 0 1853533135 192495616 45956 4294967295 134512640 134736556 3221224560 3221223172 134537369 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3576/statm): 46996 45956 1116 68 0 46928 0
[pid=3576] vsize: 187984
Current children cumulated CPU time (s) 1037.56
Current children cumulated vsize (Kb) 187984

[startup+1080.04 s]
Raw data (loadavg): 1.00 1.00 1.00 1/56 3576
Raw data (/proc/3576/stat): 3576 (bsolo) T 3575 3576 19316 0 -1 0 46470 0 0 0 103005 1746 0 0 25 0 1 0 1853533135 193982464 46321 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/3576/statm): 47359 46321 1116 68 0 47291 0
[pid=3576] vsize: 189436
Current children cumulated CPU time (s) 1047.51
Current children cumulated vsize (Kb) 189436

[startup+1090.04 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 3576
Raw data (/proc/3576/stat): 3576 (bsolo) R 3575 3576 19316 0 -1 0 46861 0 0 0 103996 1750 0 0 25 0 1 0 1853533135 195604480 46712 4294967295 134512640 134736556 3221224560 3221223108 134544525 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3576/statm): 47755 46712 1116 68 0 47687 0
[pid=3576] vsize: 191020
Current children cumulated CPU time (s) 1057.46
Current children cumulated vsize (Kb) 191020

[startup+1100.04 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 3576
Raw data (/proc/3576/stat): 3576 (bsolo) R 3575 3576 19316 0 -1 0 47391 0 0 0 104986 1755 0 0 25 0 1 0 1853533135 197767168 47242 4294967295 134512640 134736556 3221224560 3221223248 134536465 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3576/statm): 48283 47242 1116 68 0 48215 0
[pid=3576] vsize: 193132
Current children cumulated CPU time (s) 1067.41
Current children cumulated vsize (Kb) 193132

[startup+1110.04 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 3576
Raw data (/proc/3576/stat): 3576 (bsolo) R 3575 3576 19316 0 -1 0 47880 0 0 0 105975 1760 0 0 25 0 1 0 1853533135 199798784 47731 4294967295 134512640 134736556 3221224560 3221223136 134543195 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3576/statm): 48779 47731 1116 68 0 48711 0
[pid=3576] vsize: 195116
Current children cumulated CPU time (s) 1077.35
Current children cumulated vsize (Kb) 195116

[startup+1120.04 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 3576
Raw data (/proc/3576/stat): 3576 (bsolo) R 3575 3576 19316 0 -1 0 48387 0 0 0 106964 1767 0 0 25 0 1 0 1853533135 201830400 48238 4294967295 134512640 134736556 3221224560 3221223136 134543187 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3576/statm): 49275 48238 1116 68 0 49207 0
[pid=3576] vsize: 197100
Current children cumulated CPU time (s) 1087.31
Current children cumulated vsize (Kb) 197100

[startup+1130.04 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 3576
Raw data (/proc/3576/stat): 3576 (bsolo) R 3575 3576 19316 0 -1 0 48713 0 0 0 107957 1769 0 0 25 0 1 0 1853533135 203182080 48564 4294967295 134512640 134736556 3221224560 3221223164 134537491 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3576/statm): 49605 48564 1116 68 0 49537 0
[pid=3576] vsize: 198420
Current children cumulated CPU time (s) 1097.26
Current children cumulated vsize (Kb) 198420

[startup+1140.04 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 3576
Raw data (/proc/3576/stat): 3576 (bsolo) R 3575 3576 19316 0 -1 0 48915 0 0 0 108950 1773 0 0 25 0 1 0 1853533135 203993088 48766 4294967295 134512640 134736556 3221224560 3221223072 134543184 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3576/statm): 49803 48766 1116 68 0 49735 0
[pid=3576] vsize: 199212
Current children cumulated CPU time (s) 1107.23
Current children cumulated vsize (Kb) 199212

[startup+1150.04 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 3576
Raw data (/proc/3576/stat): 3576 (bsolo) R 3575 3576 19316 0 -1 0 48935 0 0 0 109947 1774 0 0 25 0 1 0 1853533135 204128256 48786 4294967295 134512640 134736556 3221224560 3221223080 134716525 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3576/statm): 49836 48786 1116 68 0 49768 0
[pid=3576] vsize: 199344
Current children cumulated CPU time (s) 1117.21
Current children cumulated vsize (Kb) 199344

[startup+1160.04 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 3576
Raw data (/proc/3576/stat): 3576 (bsolo) R 3575 3576 19316 0 -1 0 48955 0 0 0 110940 1776 0 0 25 0 1 0 1853533135 204128256 48806 4294967295 134512640 134736556 3221224560 3221223136 134543187 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3576/statm): 49836 48806 1116 68 0 49768 0
[pid=3576] vsize: 199344
Current children cumulated CPU time (s) 1127.16
Current children cumulated vsize (Kb) 199344

[startup+1170.04 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 3576
Raw data (/proc/3576/stat): 3576 (bsolo) R 3575 3576 19316 0 -1 0 49097 0 0 0 111934 1779 0 0 25 0 1 0 1853533135 204812288 48948 4294967295 134512640 134736556 3221224560 3221223164 134537545 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3576/statm): 50003 48948 1116 68 0 49935 0
[pid=3576] vsize: 200012
Current children cumulated CPU time (s) 1137.13
Current children cumulated vsize (Kb) 200012

[startup+1180.04 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 3576
Raw data (/proc/3576/stat): 3576 (bsolo) R 3575 3576 19316 0 -1 0 49345 0 0 0 112926 1782 0 0 25 0 1 0 1853533135 205758464 49196 4294967295 134512640 134736556 3221224560 3221223216 134536515 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3576/statm): 50234 49196 1116 68 0 50166 0
[pid=3576] vsize: 200936
Current children cumulated CPU time (s) 1147.08
Current children cumulated vsize (Kb) 200936

[startup+1190.04 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 3576
Raw data (/proc/3576/stat): 3576 (bsolo) R 3575 3576 19316 0 -1 0 49669 0 0 0 113916 1785 0 0 25 0 1 0 1853533135 207110144 49520 4294967295 134512640 134736556 3221224560 3221223108 134544519 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3576/statm): 50564 49520 1116 68 0 50496 0
[pid=3576] vsize: 202256
Current children cumulated CPU time (s) 1157.01
Current children cumulated vsize (Kb) 202256

[startup+1200.04 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 3576
Raw data (/proc/3576/stat): 3576 (bsolo) R 3575 3576 19316 0 -1 0 50004 0 0 0 114909 1788 0 0 25 0 1 0 1853533135 208461824 49855 4294967295 134512640 134736556 3221224560 3221223180 134540168 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3576/statm): 50894 49855 1116 68 0 50826 0
[pid=3576] vsize: 203576
Current children cumulated CPU time (s) 1166.97
Current children cumulated vsize (Kb) 203576

[startup+1210.04 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 3576
Raw data (/proc/3576/stat): 3576 (bsolo) R 3575 3576 19316 0 -1 0 50190 0 0 0 115902 1791 0 0 25 0 1 0 1853533135 209272832 50041 4294967295 134512640 134736556 3221224560 3221223136 134550888 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3576/statm): 51092 50041 1116 68 0 51024 0
[pid=3576] vsize: 204368
Current children cumulated CPU time (s) 1176.93
Current children cumulated vsize (Kb) 204368

[startup+1220.04 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 3576
Raw data (/proc/3576/stat): 3576 (bsolo) R 3575 3576 19316 0 -1 0 50475 0 0 0 116895 1794 0 0 25 0 1 0 1853533135 210358272 50326 4294967295 134512640 134736556 3221224560 3221223296 134605558 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/3576/statm): 51357 50326 1116 68 0 51289 0
[pid=3576] vsize: 205428
Current children cumulated CPU time (s) 1186.89
Current children cumulated vsize (Kb) 205428
One traced child (pid=3576) exited with status: 0
All traced children have exited ! Game is over.

Child status: 0
Real time (s): 1228.29
CPU time (s): 1195.12
CPU user time (s): 1177.06
CPU system time (s): 18.0603
CPU usage (%): 97.2996
Max. virtual memory (cumulated for all children) (Kb): 205428

Verifier Data

ERROR: no interpretation found !