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

Namesubmitted/aloul/FPGA_SAT05/normalized-chnl20_30_pb.cnf.cr.opb
MD5SUMafcc4289aafaea265ed2d465965a3342
Bench Categoryno optimization function (SAT)
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 31
Number of bits of the biggest sum of numbers5
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.040993
Number of variables1200
Total number of constraints100
Number of constraints which are clauses60
Number of constraints which are cardinality constraints (but not clauses)40
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint20
Maximum length of a constraint30

Trace number 81

Launcher Data

LAUNCH ON wulflinc20 THE 2005-09-18 07:59:41 (client local time)
PB2005-SCRIPT v4.0 
MARKUPS: idlaunch=8 boxname=wulflinc20 idbench=8 idsolver=1 numberseed=0
MD5SUM SOLVER: 38f99674050b34630888bf623b924b59  /oldhome/oroussel/solvers/bsolo
MD5SUM BENCH:  afcc4289aafaea265ed2d465965a3342  /oldhome/oroussel/tmp/wulflinc20/normalized-chnl20_30_pb.cnf.cr.opb
REAL COMMAND:  bsolo /oldhome/oroussel/tmp/wulflinc20/normalized-chnl20_30_pb.cnf.cr.opb
IDLAUNCH: 8
/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 7
model name	: Pentium III (Katmai)
stepping	: 3
cpu MHz		: 451.215
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.215
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	: 901.12

/proc/meminfo:
MemTotal:      1034660 kB
MemFree:        949008 kB
Buffers:         34116 kB
Cached:          22852 kB
SwapCached:        832 kB
Active:          52600 kB
Inactive:         7044 kB
HighTotal:      131008 kB
HighFree:       104412 kB
LowTotal:       903652 kB
LowFree:        844596 kB
SwapTotal:     2097892 kB
SwapFree:      2096604 kB
Dirty:              28 kB
Writeback:           0 kB
Mapped:           5732 kB
Slab:            20296 kB
Committed_AS:    64224 kB
PageTables:        328 kB
VmallocTotal:   114680 kB
VmallocUsed:      1368 kB
VmallocChunk:   113252 kB
JOB ENDED THE 2005-09-18 08:19:46 (client local time) WITH STATUS 0 IN 1195.07 SECONDS
stats: 8 7 1195.07 0

Solver Data

c INFO: OSL Context initialized.
c INFO: No cost function. Find solution and finish.
c Initial problem consists of 1200 variables and 100 constraints.
c Using non-optimization problem switches.
c No problem reductions applied in OPT. instance.
c	preprocess terminated. Elapsed time: 0.14
c After prepocess the problem consists of 1200 variables and 100 constraints.
c Restart #1 #Var: 1200 #Dec: 821 LB: 0 @ 0.379
c Restart #2 #Var: 1200 #Dec: 1240 LB: 0 @ 0.689
c Restart #3 #Var: 1200 #Dec: 1860 LB: 0 @ 1.534
c Restart #4 #Var: 1200 #Dec: 2680 LB: 0 @ 2.904
c Restart #5 #Var: 1200 #Dec: 3705 LB: 0 @ 4.955
c Restart #6 #Var: 1200 #Dec: 4938 LB: 0 @ 7.553
c Restart #7 #Var: 1200 #Dec: 6366 LB: 0 @ 11.055
c Restart #8 #Var: 1200 #Dec: 8004 LB: 0 @ 15.633
c Restart #9 #Var: 1200 #Dec: 9867 LB: 0 @ 22.384
c Restart #10 #Var: 1200 #Dec: 11897 LB: 0 @ 28.965
c Restart #11 #Var: 1200 #Dec: 14170 LB: 0 @ 36.516
c Restart #12 #Var: 1200 #Dec: 16678 LB: 0 @ 45.62
c Restart #13 #Var: 1200 #Dec: 19348 LB: 0 @ 55.908
c Restart #14 #Var: 1200 #Dec: 22250 LB: 0 @ 66.267
c Restart #15 #Var: 1200 #Dec: 25359 LB: 0 @ 79.565
c Restart #16 #Var: 1200 #Dec: 28683 LB: 0 @ 92.065
c Restart #17 #Var: 1200 #Dec: 32155 LB: 0 @ 109.14
c Restart #18 #Var: 1200 #Dec: 35854 LB: 0 @ 126.93
c Restart #19 #Var: 1200 #Dec: 39747 LB: 0 @ 147.89
c Restart #20 #Var: 1200 #Dec: 43880 LB: 0 @ 168.28
c Restart #21 #Var: 1200 #Dec: 48186 LB: 0 @ 194.25
c Restart #22 #Var: 1200 #Dec: 52718 LB: 0 @ 217.89
c Restart #23 #Var: 1200 #Dec: 57421 LB: 0 @ 241.79
c Restart #24 #Var: 1200 #Dec: 62383 LB: 0 @ 274.34
c Restart #25 #Var: 1200 #Dec: 67496 LB: 0 @ 304.18
c Restart #26 #Var: 1200 #Dec: 72857 LB: 0 @ 333.57
c Restart #27 #Var: 1200 #Dec: 78413 LB: 0 @ 372.9
c Restart #28 #Var: 1200 #Dec: 84118 LB: 0 @ 411.35
c Restart #29 #Var: 1200 #Dec: 90075 LB: 0 @ 447.8
c Restart #30 #Var: 1200 #Dec: 96245 LB: 0 @ 484.31
c Restart #31 #Var: 1200 #Dec: 102610 LB: 0 @ 527.73
c Restart #32 #Var: 1200 #Dec: 109165 LB: 0 @ 572.52
c CHANGE Heuristic... 
c Restart #0 #Var: 1200 #Dec: 115990 LB: 0 @ 615.48
c Restart #1 #Var: 1200 #Dec: 116260 LB: 0 @ 615.71
c Restart #2 #Var: 1200 #Dec: 116711 LB: 0 @ 616.29
c Restart #3 #Var: 1200 #Dec: 117339 LB: 0 @ 617.25
c Restart #4 #Var: 1200 #Dec: 118162 LB: 0 @ 618.62
c Restart #5 #Var: 1200 #Dec: 119180 LB: 0 @ 620.68
c Restart #6 #Var: 1200 #Dec: 120397 LB: 0 @ 623.47
c Restart #7 #Var: 1200 #Dec: 121821 LB: 0 @ 626.86
c Restart #8 #Var: 1200 #Dec: 123480 LB: 0 @ 630.83
c Restart #9 #Var: 1200 #Dec: 125355 LB: 0 @ 635.81
c Restart #10 #Var: 1200 #Dec: 127419 LB: 0 @ 641.85
c Restart #11 #Var: 1200 #Dec: 129669 LB: 0 @ 649.49
c Restart #12 #Var: 1200 #Dec: 132145 LB: 0 @ 659.06
c Restart #13 #Var: 1200 #Dec: 134821 LB: 0 @ 668.56
c Restart #14 #Var: 1200 #Dec: 137670 LB: 0 @ 681.62
c Restart #15 #Var: 1200 #Dec: 140712 LB: 0 @ 695.98
c Restart #16 #Var: 1200 #Dec: 143989 LB: 0 @ 711.09
c Restart #17 #Var: 1200 #Dec: 147512 LB: 0 @ 730.49
c Restart #18 #Var: 1200 #Dec: 151202 LB: 0 @ 746.17
c Restart #19 #Var: 1200 #Dec: 155086 LB: 0 @ 765.67
c Restart #20 #Var: 1200 #Dec: 159203 LB: 0 @ 792.39
c Restart #21 #Var: 1200 #Dec: 163522 LB: 0 @ 821.92
c Restart #22 #Var: 1200 #Dec: 168027 LB: 0 @ 850.93
c Restart #23 #Var: 1200 #Dec: 172724 LB: 0 @ 880.72
c Restart #24 #Var: 1200 #Dec: 177667 LB: 0 @ 907.85
c Restart #25 #Var: 1200 #Dec: 182794 LB: 0 @ 941.93
c Restart #26 #Var: 1200 #Dec: 188118 LB: 0 @ 976.59
c Restart #27 #Var: 1200 #Dec: 193646 LB: 0 @ 1017.4
c Restart #28 #Var: 1200 #Dec: 199436 LB: 0 @ 1056.3
c Restart #29 #Var: 1200 #Dec: 205363 LB: 0 @ 1089.5
c Restart #30 #Var: 1200 #Dec: 211523 LB: 0 @ 1138.4
c Restart #31 #Var: 1200 #Dec: 217900 LB: 0 @ 1190.7
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/2902/stat): 2902 (bsolo) R 2901 2902 2660 0 -1 0 19 0 0 0 0 0 0 0 23 0 1 0 1839643282 438272 3 4294967295 134512640 134736556 3221224560 3221224560 1073744960 0 0 5 0 0 0 0 17 0 0 0
Raw data (/proc/2902/statm): 107 3 90 68 0 39 0
[pid=2902] 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/wulflinc20/normalized-chnl20_30_pb.cnf.cr.opb

[startup+10.0036 s]
Raw data (loadavg): 0.93 0.95 0.72 2/56 2902
Raw data (/proc/2902/stat): 2902 (bsolo) R 2901 2902 2660 0 -1 0 2009 0 0 0 956 17 0 0 25 0 1 0 1839643282 11337728 1920 4294967295 134512640 134736556 3221224560 3221223360 134552874 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/2902/statm): 2768 1920 1116 68 0 2700 0
[pid=2902] vsize: 11072
Current children cumulated CPU time (s) 9.73
Current children cumulated vsize (Kb) 11072

[startup+20.0043 s]
Raw data (loadavg): 0.94 0.96 0.72 2/56 2902
Raw data (/proc/2902/stat): 2902 (bsolo) R 2901 2902 2660 0 -1 0 2550 0 0 0 1932 26 0 0 25 0 1 0 1839643282 13479936 2461 4294967295 134512640 134736556 3221224560 3221223228 134534796 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/2902/statm): 3291 2461 1116 68 0 3223 0
[pid=2902] vsize: 13164
Current children cumulated CPU time (s) 19.58
Current children cumulated vsize (Kb) 13164

[startup+30.005 s]
Raw data (loadavg): 0.95 0.96 0.73 1/56 2902
Raw data (/proc/2902/stat): 2902 (bsolo) T 2901 2902 2660 0 -1 0 2916 0 0 0 2913 33 0 0 25 0 1 0 1839643282 14962688 2827 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/2902/statm): 3653 2827 1116 68 0 3585 0
[pid=2902] vsize: 14612
Current children cumulated CPU time (s) 29.46
Current children cumulated vsize (Kb) 14612

[startup+40.0057 s]
Raw data (loadavg): 0.96 0.96 0.73 2/56 2902
Raw data (/proc/2902/stat): 2902 (bsolo) R 2901 2902 2660 0 -1 0 3143 0 0 0 3894 41 0 0 25 0 1 0 1839643282 15908864 3054 4294967295 134512640 134736556 3221224560 3221223028 1076648102 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/2902/statm): 3884 3054 1116 68 0 3816 0
[pid=2902] vsize: 15536
Current children cumulated CPU time (s) 39.35
Current children cumulated vsize (Kb) 15536

[startup+50.0064 s]
Raw data (loadavg): 0.96 0.96 0.73 2/56 2902
Raw data (/proc/2902/stat): 2902 (bsolo) R 2901 2902 2660 0 -1 0 3240 0 0 0 4877 47 0 0 25 0 1 0 1839643282 16408576 3151 4294967295 134512640 134736556 3221224560 3221223088 134536213 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/2902/statm): 4006 3151 1116 68 0 3938 0
[pid=2902] vsize: 16024
Current children cumulated CPU time (s) 49.24
Current children cumulated vsize (Kb) 16024

[startup+60.0071 s]
Raw data (loadavg): 0.97 0.96 0.73 2/56 2902
Raw data (/proc/2902/stat): 2902 (bsolo) R 2901 2902 2660 0 -1 0 3501 0 0 0 5859 56 0 0 25 0 1 0 1839643282 17481728 3412 4294967295 134512640 134736556 3221224560 3221223080 134716525 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/2902/statm): 4268 3412 1116 68 0 4200 0
[pid=2902] vsize: 17072
Current children cumulated CPU time (s) 59.15
Current children cumulated vsize (Kb) 17072

[startup+70.0079 s]
Raw data (loadavg): 0.97 0.96 0.74 2/56 2902
Raw data (/proc/2902/stat): 2902 (bsolo) R 2901 2902 2660 0 -1 0 3731 0 0 0 6840 63 0 0 25 0 1 0 1839643282 18411520 3642 4294967295 134512640 134736556 3221224560 3221223084 134536369 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/2902/statm): 4495 3642 1116 68 0 4427 0
[pid=2902] vsize: 17980
Current children cumulated CPU time (s) 69.03
Current children cumulated vsize (Kb) 17980

[startup+80.0086 s]
Raw data (loadavg): 0.98 0.96 0.74 2/56 2902
Raw data (/proc/2902/stat): 2902 (bsolo) R 2901 2902 2660 0 -1 0 3895 0 0 0 7819 70 0 0 25 0 1 0 1839643282 19066880 3806 4294967295 134512640 134736556 3221224560 3221223284 134529176 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/2902/statm): 4655 3806 1116 68 0 4587 0
[pid=2902] vsize: 18620
Current children cumulated CPU time (s) 78.89
Current children cumulated vsize (Kb) 18620

[startup+90.0093 s]
Raw data (loadavg): 0.98 0.96 0.74 2/56 2902
Raw data (/proc/2902/stat): 2902 (bsolo) R 2901 2902 2660 0 -1 0 4002 0 0 0 8801 75 0 0 25 0 1 0 1839643282 19451904 3913 4294967295 134512640 134736556 3221224560 3221223184 134537358 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/2902/statm): 4749 3913 1116 68 0 4681 0
[pid=2902] vsize: 18996
Current children cumulated CPU time (s) 88.76
Current children cumulated vsize (Kb) 18996

[startup+100.01 s]
Raw data (loadavg): 0.98 0.96 0.74 2/56 2902
Raw data (/proc/2902/stat): 2902 (bsolo) T 2901 2902 2660 0 -1 0 4245 0 0 0 9787 81 0 0 25 0 1 0 1839643282 20525056 4156 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434789 0 0 17 0 0 0
Raw data (/proc/2902/statm): 5011 4156 1116 68 0 4943 0
[pid=2902] vsize: 20044
Current children cumulated CPU time (s) 98.68
Current children cumulated vsize (Kb) 20044

[startup+110.011 s]
Raw data (loadavg): 0.98 0.96 0.74 2/56 2902
Raw data (/proc/2902/stat): 2902 (bsolo) R 2901 2902 2660 0 -1 0 4467 0 0 0 10770 88 0 0 25 0 1 0 1839643282 21331968 4378 4294967295 134512640 134736556 3221224560 3221223296 134529007 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/2902/statm): 5208 4378 1116 68 0 5140 0
[pid=2902] vsize: 20832
Current children cumulated CPU time (s) 108.58
Current children cumulated vsize (Kb) 20832

[startup+120.01 s]
Raw data (loadavg): 0.99 0.97 0.75 2/56 2902
Raw data (/proc/2902/stat): 2902 (bsolo) R 2901 2902 2660 0 -1 0 4664 0 0 0 11755 93 0 0 25 0 1 0 1839643282 22142976 4575 4294967295 134512640 134736556 3221224560 3221223184 134537358 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2902/statm): 5406 4575 1116 68 0 5338 0
[pid=2902] vsize: 21624
Current children cumulated CPU time (s) 118.48
Current children cumulated vsize (Kb) 21624

[startup+130.011 s]
Raw data (loadavg): 0.99 0.97 0.75 2/56 2902
Raw data (/proc/2902/stat): 2902 (bsolo) R 2901 2902 2660 0 -1 0 4835 0 0 0 12741 98 0 0 25 0 1 0 1839643282 22917120 4746 4294967295 134512640 134736556 3221224560 3221223256 134560551 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2902/statm): 5595 4746 1116 68 0 5527 0
[pid=2902] vsize: 22380
Current children cumulated CPU time (s) 128.39
Current children cumulated vsize (Kb) 22380

[startup+140.012 s]
Raw data (loadavg): 0.99 0.97 0.75 2/56 2902
Raw data (/proc/2902/stat): 2902 (bsolo) R 2901 2902 2660 0 -1 0 4964 0 0 0 13728 104 0 0 25 0 1 0 1839643282 23457792 4875 4294967295 134512640 134736556 3221224560 3221223272 134554078 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2902/statm): 5727 4875 1116 68 0 5659 0
[pid=2902] vsize: 22908
Current children cumulated CPU time (s) 138.32
Current children cumulated vsize (Kb) 22908

[startup+150.013 s]
Raw data (loadavg): 0.99 0.97 0.75 1/56 2902
Raw data (/proc/2902/stat): 2902 (bsolo) T 2901 2902 2660 0 -1 0 5098 0 0 0 14713 108 0 0 25 0 1 0 1839643282 23998464 5009 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/2902/statm): 5859 5009 1116 68 0 5791 0
[pid=2902] vsize: 23436
Current children cumulated CPU time (s) 148.21
Current children cumulated vsize (Kb) 23436

[startup+160.012 s]
Raw data (loadavg): 0.99 0.97 0.75 2/56 2902
Raw data (/proc/2902/stat): 2902 (bsolo) R 2901 2902 2660 0 -1 0 5161 0 0 0 15702 112 0 0 25 0 1 0 1839643282 24268800 5072 4294967295 134512640 134736556 3221224560 3221223260 1076647540 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2902/statm): 5925 5072 1116 68 0 5857 0
[pid=2902] vsize: 23700
Current children cumulated CPU time (s) 158.14
Current children cumulated vsize (Kb) 23700

[startup+170.012 s]
Raw data (loadavg): 0.99 0.97 0.75 2/56 2902
Raw data (/proc/2902/stat): 2902 (bsolo) R 2901 2902 2660 0 -1 0 5296 0 0 0 16686 118 0 0 25 0 1 0 1839643282 24809472 5207 4294967295 134512640 134736556 3221224560 3221223232 134528659 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2902/statm): 6057 5207 1116 68 0 5989 0
[pid=2902] vsize: 24228
Current children cumulated CPU time (s) 168.04
Current children cumulated vsize (Kb) 24228

[startup+180.013 s]
Raw data (loadavg): 0.99 0.97 0.76 2/56 2902
Raw data (/proc/2902/stat): 2902 (bsolo) R 2901 2902 2660 0 -1 0 5349 0 0 0 17677 121 0 0 25 0 1 0 1839643282 25047040 5260 4294967295 134512640 134736556 3221224560 3221223184 134537358 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2902/statm): 6115 5260 1116 68 0 6047 0
[pid=2902] vsize: 24460
Current children cumulated CPU time (s) 177.98
Current children cumulated vsize (Kb) 24460

[startup+190.012 s]
Raw data (loadavg): 0.99 0.97 0.76 2/56 2902
Raw data (/proc/2902/stat): 2902 (bsolo) R 2901 2902 2660 0 -1 0 5490 0 0 0 18664 126 0 0 25 0 1 0 1839643282 25563136 5401 4294967295 134512640 134736556 3221224560 3221223152 134551097 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2902/statm): 6241 5401 1116 68 0 6173 0
[pid=2902] vsize: 24964
Current children cumulated CPU time (s) 187.9
Current children cumulated vsize (Kb) 24964

[startup+200.013 s]
Raw data (loadavg): 0.99 0.97 0.76 2/56 2902
Raw data (/proc/2902/stat): 2902 (bsolo) R 2901 2902 2660 0 -1 0 5627 0 0 0 19650 130 0 0 25 0 1 0 1839643282 26083328 5538 4294967295 134512640 134736556 3221224560 3221223084 134536676 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2902/statm): 6368 5538 1116 68 0 6300 0
[pid=2902] vsize: 25472
Current children cumulated CPU time (s) 197.8
Current children cumulated vsize (Kb) 25472

[startup+210.014 s]
Raw data (loadavg): 0.99 0.97 0.76 1/56 2902
Raw data (/proc/2902/stat): 2902 (bsolo) T 2901 2902 2660 0 -1 0 5792 0 0 0 20637 136 0 0 25 0 1 0 1839643282 26759168 5703 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/2902/statm): 6533 5703 1116 68 0 6465 0
[pid=2902] vsize: 26132
Current children cumulated CPU time (s) 207.73
Current children cumulated vsize (Kb) 26132

[startup+220.014 s]
Raw data (loadavg): 0.99 0.97 0.76 2/56 2902
Raw data (/proc/2902/stat): 2902 (bsolo) R 2901 2902 2660 0 -1 0 5909 0 0 0 21624 140 0 0 25 0 1 0 1839643282 27299840 5820 4294967295 134512640 134736556 3221224560 3221223248 134536465 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2902/statm): 6665 5820 1116 68 0 6597 0
[pid=2902] vsize: 26660
Current children cumulated CPU time (s) 217.64
Current children cumulated vsize (Kb) 26660

[startup+230.013 s]
Raw data (loadavg): 0.99 0.97 0.77 2/56 2902
Raw data (/proc/2902/stat): 2902 (bsolo) R 2901 2902 2660 0 -1 0 5986 0 0 0 22612 145 0 0 25 0 1 0 1839643282 27566080 5897 4294967295 134512640 134736556 3221224560 3221223156 1077374218 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2902/statm): 6730 5897 1116 68 0 6662 0
[pid=2902] vsize: 26920
Current children cumulated CPU time (s) 227.57
Current children cumulated vsize (Kb) 26920

[startup+240.014 s]
Raw data (loadavg): 0.99 0.97 0.77 2/56 2902
Raw data (/proc/2902/stat): 2902 (bsolo) R 2901 2902 2660 0 -1 0 6154 0 0 0 23599 151 0 0 25 0 1 0 1839643282 28241920 6065 4294967295 134512640 134736556 3221224560 3221223148 134550916 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2902/statm): 6895 6065 1116 68 0 6827 0
[pid=2902] vsize: 27580
Current children cumulated CPU time (s) 237.5
Current children cumulated vsize (Kb) 27580

[startup+250.015 s]
Raw data (loadavg): 0.99 0.97 0.77 2/56 2902
Raw data (/proc/2902/stat): 2902 (bsolo) R 2901 2902 2660 0 -1 0 6286 0 0 0 24586 156 0 0 25 0 1 0 1839643282 28884992 6197 4294967295 134512640 134736556 3221224560 3221223296 134529155 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2902/statm): 7052 6197 1116 68 0 6984 0
[pid=2902] vsize: 28208
Current children cumulated CPU time (s) 247.42
Current children cumulated vsize (Kb) 28208

[startup+260.015 s]
Raw data (loadavg): 0.99 0.97 0.77 2/56 2902
Raw data (/proc/2902/stat): 2902 (bsolo) R 2901 2902 2660 0 -1 0 6379 0 0 0 25577 160 0 0 25 0 1 0 1839643282 29282304 6290 4294967295 134512640 134736556 3221224560 3221223120 134551105 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2902/statm): 7149 6290 1116 68 0 7081 0
[pid=2902] vsize: 28596
Current children cumulated CPU time (s) 257.37
Current children cumulated vsize (Kb) 28596

[startup+270.014 s]
Raw data (loadavg): 0.99 0.97 0.77 2/56 2902
Raw data (/proc/2902/stat): 2902 (bsolo) R 2901 2902 2660 0 -1 0 6453 0 0 0 26564 163 0 0 25 0 1 0 1839643282 29528064 6364 4294967295 134512640 134736556 3221224560 3221223160 134554101 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2902/statm): 7209 6364 1116 68 0 7141 0
[pid=2902] vsize: 28836
Current children cumulated CPU time (s) 267.27
Current children cumulated vsize (Kb) 28836

[startup+280.015 s]
Raw data (loadavg): 0.99 0.97 0.78 2/56 2902
Raw data (/proc/2902/stat): 2902 (bsolo) R 2901 2902 2660 0 -1 0 6557 0 0 0 27552 167 0 0 25 0 1 0 1839643282 29933568 6468 4294967295 134512640 134736556 3221224560 3221223120 134551108 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2902/statm): 7308 6468 1116 68 0 7240 0
[pid=2902] vsize: 29232
Current children cumulated CPU time (s) 277.19
Current children cumulated vsize (Kb) 29232

[startup+290.015 s]
Raw data (loadavg): 0.99 0.97 0.78 2/56 2902
Raw data (/proc/2902/stat): 2902 (bsolo) R 2901 2902 2660 0 -1 0 6648 0 0 0 28540 170 0 0 25 0 1 0 1839643282 30339072 6559 4294967295 134512640 134736556 3221224560 3221223120 134551094 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2902/statm): 7407 6559 1116 68 0 7339 0
[pid=2902] vsize: 29628
Current children cumulated CPU time (s) 287.1
Current children cumulated vsize (Kb) 29628

[startup+300.015 s]
Raw data (loadavg): 0.99 0.97 0.78 2/56 2902
Raw data (/proc/2902/stat): 2902 (bsolo) R 2901 2902 2660 0 -1 0 6817 0 0 0 29525 176 0 0 25 0 1 0 1839643282 31014912 6728 4294967295 134512640 134736556 3221224560 3221223184 134537358 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2902/statm): 7572 6728 1116 68 0 7504 0
[pid=2902] vsize: 30288
Current children cumulated CPU time (s) 297.01
Current children cumulated vsize (Kb) 30288

[startup+310.016 s]
Raw data (loadavg): 0.99 0.97 0.78 2/56 2902
Raw data (/proc/2902/stat): 2902 (bsolo) T 2901 2902 2660 0 -1 0 6867 0 0 0 30512 180 0 0 25 0 1 0 1839643282 31244288 6778 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/2902/statm): 7628 6778 1116 68 0 7560 0
[pid=2902] vsize: 30512
Current children cumulated CPU time (s) 306.92
Current children cumulated vsize (Kb) 30512

[startup+320.016 s]
Raw data (loadavg): 0.99 0.97 0.78 2/56 2902
Raw data (/proc/2902/stat): 2902 (bsolo) R 2901 2902 2660 0 -1 0 6909 0 0 0 31500 184 0 0 25 0 1 0 1839643282 31379456 6820 4294967295 134512640 134736556 3221224560 3221223152 134550952 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2902/statm): 7661 6820 1116 68 0 7593 0
[pid=2902] vsize: 30644
Current children cumulated CPU time (s) 316.84
Current children cumulated vsize (Kb) 30644

[startup+330.017 s]
Raw data (loadavg): 0.99 0.97 0.79 2/56 2902
Raw data (/proc/2902/stat): 2902 (bsolo) T 2901 2902 2660 0 -1 0 6963 0 0 0 32486 189 0 0 25 0 1 0 1839643282 31649792 6874 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/2902/statm): 7727 6874 1116 68 0 7659 0
[pid=2902] vsize: 30908
Current children cumulated CPU time (s) 326.75
Current children cumulated vsize (Kb) 30908

[startup+340.016 s]
Raw data (loadavg): 0.99 0.97 0.79 2/56 2902
Raw data (/proc/2902/stat): 2902 (bsolo) R 2901 2902 2660 0 -1 0 7013 0 0 0 33473 194 0 0 25 0 1 0 1839643282 31784960 6924 4294967295 134512640 134736556 3221224560 3221223120 134551108 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2902/statm): 7760 6924 1116 68 0 7692 0
[pid=2902] vsize: 31040
Current children cumulated CPU time (s) 336.67
Current children cumulated vsize (Kb) 31040

[startup+350.017 s]
Raw data (loadavg): 0.99 0.97 0.79 2/56 2902
Raw data (/proc/2902/stat): 2902 (bsolo) R 2901 2902 2660 0 -1 0 7051 0 0 0 34465 196 0 0 25 0 1 0 1839643282 31920128 6962 4294967295 134512640 134736556 3221224560 3221223024 134717160 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2902/statm): 7793 6962 1116 68 0 7725 0
[pid=2902] vsize: 31172
Current children cumulated CPU time (s) 346.61
Current children cumulated vsize (Kb) 31172

[startup+360.018 s]
Raw data (loadavg): 0.99 0.97 0.79 2/56 2902
Raw data (/proc/2902/stat): 2902 (bsolo) R 2901 2902 2660 0 -1 0 7074 0 0 0 35453 201 0 0 25 0 1 0 1839643282 32055296 6985 4294967295 134512640 134736556 3221224560 3221223120 134551097 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2902/statm): 7826 6985 1116 68 0 7758 0
[pid=2902] vsize: 31304
Current children cumulated CPU time (s) 356.54
Current children cumulated vsize (Kb) 31304

[startup+370.017 s]
Raw data (loadavg): 0.99 0.97 0.79 2/56 2902
Raw data (/proc/2902/stat): 2902 (bsolo) R 2901 2902 2660 0 -1 0 7108 0 0 0 36440 205 0 0 25 0 1 0 1839643282 32190464 7019 4294967295 134512640 134736556 3221224560 3221223240 134553973 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2902/statm): 7859 7019 1116 68 0 7791 0
[pid=2902] vsize: 31436
Current children cumulated CPU time (s) 366.45
Current children cumulated vsize (Kb) 31436

[startup+380.018 s]
Raw data (loadavg): 0.99 0.97 0.80 2/56 2902
Raw data (/proc/2902/stat): 2902 (bsolo) R 2901 2902 2660 0 -1 0 7138 0 0 0 37430 209 0 0 25 0 1 0 1839643282 32325632 7049 4294967295 134512640 134736556 3221224560 3221223352 134602739 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/2902/statm): 7892 7049 1116 68 0 7824 0
[pid=2902] vsize: 31568
Current children cumulated CPU time (s) 376.39
Current children cumulated vsize (Kb) 31568

[startup+390.019 s]
Raw data (loadavg): 0.99 0.97 0.80 2/56 2902
Raw data (/proc/2902/stat): 2902 (bsolo) R 2901 2902 2660 0 -1 0 7203 0 0 0 38419 213 0 0 25 0 1 0 1839643282 32550912 7114 4294967295 134512640 134736556 3221224560 3221223024 134536111 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2902/statm): 7947 7114 1116 68 0 7879 0
[pid=2902] vsize: 31788
Current children cumulated CPU time (s) 386.32
Current children cumulated vsize (Kb) 31788

[startup+400.02 s]
Raw data (loadavg): 0.99 0.97 0.80 2/56 2902
Raw data (/proc/2902/stat): 2902 (bsolo) R 2901 2902 2660 0 -1 0 7296 0 0 0 39405 220 0 0 25 0 1 0 1839643282 32948224 7207 4294967295 134512640 134736556 3221224560 3221223120 134551094 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2902/statm): 8044 7207 1116 68 0 7976 0
[pid=2902] vsize: 32176
Current children cumulated CPU time (s) 396.25
Current children cumulated vsize (Kb) 32176

[startup+410.02 s]
Raw data (loadavg): 0.99 0.97 0.80 2/56 2902
Raw data (/proc/2902/stat): 2902 (bsolo) R 2901 2902 2660 0 -1 0 7351 0 0 0 40395 223 0 0 25 0 1 0 1839643282 33193984 7262 4294967295 134512640 134736556 3221224560 3221223276 134554079 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2902/statm): 8104 7262 1116 68 0 8036 0
[pid=2902] vsize: 32416
Current children cumulated CPU time (s) 406.18
Current children cumulated vsize (Kb) 32416

[startup+420.02 s]
Raw data (loadavg): 0.99 0.97 0.80 2/56 2902
Raw data (/proc/2902/stat): 2902 (bsolo) R 2901 2902 2660 0 -1 0 7396 0 0 0 41386 227 0 0 25 0 1 0 1839643282 33464320 7307 4294967295 134512640 134736556 3221224560 3221223296 134605570 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2902/statm): 8170 7307 1116 68 0 8102 0
[pid=2902] vsize: 32680
Current children cumulated CPU time (s) 416.13
Current children cumulated vsize (Kb) 32680

[startup+430.021 s]
Raw data (loadavg): 0.99 0.97 0.81 2/56 2902
Raw data (/proc/2902/stat): 2902 (bsolo) R 2901 2902 2660 0 -1 0 7499 0 0 0 42376 231 0 0 25 0 1 0 1839643282 33869824 7410 4294967295 134512640 134736556 3221224560 3221223184 134537444 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2902/statm): 8269 7410 1116 68 0 8201 0
[pid=2902] vsize: 33076
Current children cumulated CPU time (s) 426.07
Current children cumulated vsize (Kb) 33076

[startup+440.021 s]
Raw data (loadavg): 0.99 0.97 0.81 2/56 2902
Raw data (/proc/2902/stat): 2902 (bsolo) R 2901 2902 2660 0 -1 0 7614 0 0 0 43363 236 0 0 25 0 1 0 1839643282 34275328 7525 4294967295 134512640 134736556 3221224560 3221223272 134554070 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2902/statm): 8368 7525 1116 68 0 8300 0
[pid=2902] vsize: 33472
Current children cumulated CPU time (s) 435.99
Current children cumulated vsize (Kb) 33472

[startup+450.021 s]
Raw data (loadavg): 0.99 0.97 0.81 2/56 2902
Raw data (/proc/2902/stat): 2902 (bsolo) R 2901 2902 2660 0 -1 0 7725 0 0 0 44351 241 0 0 25 0 1 0 1839643282 34811904 7636 4294967295 134512640 134736556 3221224560 3221223240 134536502 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2902/statm): 8499 7636 1116 68 0 8431 0
[pid=2902] vsize: 33996
Current children cumulated CPU time (s) 445.92
Current children cumulated vsize (Kb) 33996

[startup+460.022 s]
Raw data (loadavg): 0.99 0.97 0.81 1/56 2902
Raw data (/proc/2902/stat): 2902 (bsolo) T 2901 2902 2660 0 -1 0 7832 0 0 0 45340 245 0 0 25 0 1 0 1839643282 35201024 7743 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/2902/statm): 8594 7743 1116 68 0 8526 0
[pid=2902] vsize: 34376
Current children cumulated CPU time (s) 455.85
Current children cumulated vsize (Kb) 34376

[startup+470.022 s]
Raw data (loadavg): 0.99 0.97 0.81 2/56 2902
Raw data (/proc/2902/stat): 2902 (bsolo) R 2901 2902 2660 0 -1 0 7886 0 0 0 46329 248 0 0 25 0 1 0 1839643282 35471360 7797 4294967295 134512640 134736556 3221224560 3221223172 134537369 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2902/statm): 8660 7797 1116 68 0 8592 0
[pid=2902] vsize: 34640
Current children cumulated CPU time (s) 465.77
Current children cumulated vsize (Kb) 34640

[startup+480.022 s]
Raw data (loadavg): 0.99 0.97 0.82 2/56 2902
Raw data (/proc/2902/stat): 2902 (bsolo) R 2901 2902 2660 0 -1 0 7980 0 0 0 47320 252 0 0 25 0 1 0 1839643282 35876864 7891 4294967295 134512640 134736556 3221224560 3221223296 134529511 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2902/statm): 8759 7891 1116 68 0 8691 0
[pid=2902] vsize: 35036
Current children cumulated CPU time (s) 475.72
Current children cumulated vsize (Kb) 35036

[startup+490.022 s]
Raw data (loadavg): 0.99 0.97 0.82 2/56 2902
Raw data (/proc/2902/stat): 2902 (bsolo) R 2901 2902 2660 0 -1 0 8028 0 0 0 48305 257 0 0 25 0 1 0 1839643282 36057088 7939 4294967295 134512640 134736556 3221224560 3221223120 134551097 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2902/statm): 8803 7939 1116 68 0 8735 0
[pid=2902] vsize: 35212
Current children cumulated CPU time (s) 485.62
Current children cumulated vsize (Kb) 35212

[startup+500.023 s]
Raw data (loadavg): 0.99 0.97 0.82 2/56 2902
Raw data (/proc/2902/stat): 2902 (bsolo) R 2901 2902 2660 0 -1 0 8066 0 0 0 49294 262 0 0 25 0 1 0 1839643282 36192256 7977 4294967295 134512640 134736556 3221224560 3221223164 134537568 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2902/statm): 8836 7977 1116 68 0 8768 0
[pid=2902] vsize: 35344
Current children cumulated CPU time (s) 495.56
Current children cumulated vsize (Kb) 35344

[startup+510.024 s]
Raw data (loadavg): 0.99 0.97 0.82 2/56 2902
Raw data (/proc/2902/stat): 2902 (bsolo) R 2901 2902 2660 0 -1 0 8108 0 0 0 50283 265 0 0 25 0 1 0 1839643282 36327424 8019 4294967295 134512640 134736556 3221224560 3221223072 134543184 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2902/statm): 8869 8019 1116 68 0 8801 0
[pid=2902] vsize: 35476
Current children cumulated CPU time (s) 505.48
Current children cumulated vsize (Kb) 35476

[startup+520.023 s]
Raw data (loadavg): 0.99 0.97 0.82 2/56 2902
Raw data (/proc/2902/stat): 2902 (bsolo) R 2901 2902 2660 0 -1 0 8170 0 0 0 51272 267 0 0 25 0 1 0 1839643282 36597760 8081 4294967295 134512640 134736556 3221224560 3221223136 134550016 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2902/statm): 8935 8081 1116 68 0 8867 0
[pid=2902] vsize: 35740
Current children cumulated CPU time (s) 515.39
Current children cumulated vsize (Kb) 35740

[startup+530.024 s]
Raw data (loadavg): 0.99 0.97 0.82 2/56 2902
Raw data (/proc/2902/stat): 2902 (bsolo) R 2901 2902 2660 0 -1 0 8220 0 0 0 52262 271 0 0 25 0 1 0 1839643282 36864000 8131 4294967295 134512640 134736556 3221224560 3221223156 1077374207 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2902/statm): 9000 8131 1116 68 0 8932 0
[pid=2902] vsize: 36000
Current children cumulated CPU time (s) 525.33
Current children cumulated vsize (Kb) 36000

[startup+540.025 s]
Raw data (loadavg): 0.99 0.97 0.82 2/56 2902
Raw data (/proc/2902/stat): 2902 (bsolo) R 2901 2902 2660 0 -1 0 8272 0 0 0 53255 273 0 0 25 0 1 0 1839643282 36999168 8183 4294967295 134512640 134736556 3221224560 3221223024 134536168 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2902/statm): 9033 8183 1116 68 0 8965 0
[pid=2902] vsize: 36132
Current children cumulated CPU time (s) 535.28
Current children cumulated vsize (Kb) 36132

[startup+550.026 s]
Raw data (loadavg): 0.99 0.97 0.82 2/56 2902
Raw data (/proc/2902/stat): 2902 (bsolo) R 2901 2902 2660 0 -1 0 8335 0 0 0 54244 277 0 0 25 0 1 0 1839643282 37269504 8246 4294967295 134512640 134736556 3221224560 3221223120 134551150 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2902/statm): 9099 8246 1116 68 0 9031 0
[pid=2902] vsize: 36396
Current children cumulated CPU time (s) 545.21
Current children cumulated vsize (Kb) 36396

[startup+560.026 s]
Raw data (loadavg): 0.99 0.97 0.82 2/56 2902
Raw data (/proc/2902/stat): 2902 (bsolo) R 2901 2902 2660 0 -1 0 8415 0 0 0 55233 282 0 0 25 0 1 0 1839643282 37650432 8326 4294967295 134512640 134736556 3221224560 3221223120 134550949 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2902/statm): 9192 8326 1116 68 0 9124 0
[pid=2902] vsize: 36768
Current children cumulated CPU time (s) 555.15
Current children cumulated vsize (Kb) 36768

[startup+570.026 s]
Raw data (loadavg): 0.99 0.97 0.83 2/56 2902
Raw data (/proc/2902/stat): 2902 (bsolo) R 2901 2902 2660 0 -1 0 8478 0 0 0 56221 287 0 0 25 0 1 0 1839643282 37879808 8389 4294967295 134512640 134736556 3221224560 3221223136 134550251 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2902/statm): 9248 8389 1116 68 0 9180 0
[pid=2902] vsize: 36992
Current children cumulated CPU time (s) 565.08
Current children cumulated vsize (Kb) 36992

[startup+580.027 s]
Raw data (loadavg): 0.99 0.97 0.83 2/56 2902
Raw data (/proc/2902/stat): 2902 (bsolo) R 2901 2902 2660 0 -1 0 8516 0 0 0 57211 291 0 0 25 0 1 0 1839643282 38014976 8427 4294967295 134512640 134736556 3221224560 3221223120 134550952 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2902/statm): 9281 8427 1116 68 0 9213 0
[pid=2902] vsize: 37124
Current children cumulated CPU time (s) 575.02
Current children cumulated vsize (Kb) 37124

[startup+590.027 s]
Raw data (loadavg): 0.99 0.97 0.83 2/56 2902
Raw data (/proc/2902/stat): 2902 (bsolo) R 2901 2902 2660 0 -1 0 8546 0 0 0 58202 294 0 0 25 0 1 0 1839643282 38150144 8457 4294967295 134512640 134736556 3221224560 3221223172 134537369 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2902/statm): 9314 8457 1116 68 0 9246 0
[pid=2902] vsize: 37256
Current children cumulated CPU time (s) 584.96
Current children cumulated vsize (Kb) 37256

[startup+600.027 s]
Raw data (loadavg): 0.99 0.97 0.83 2/56 2902
Raw data (/proc/2902/stat): 2902 (bsolo) R 2901 2902 2660 0 -1 0 8578 0 0 0 59189 298 0 0 25 0 1 0 1839643282 38281216 8489 4294967295 134512640 134736556 3221224560 3221223296 134605588 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2902/statm): 9346 8489 1116 68 0 9278 0
[pid=2902] vsize: 37384
Current children cumulated CPU time (s) 594.87
Current children cumulated vsize (Kb) 37384

[startup+610.028 s]
Raw data (loadavg): 0.99 0.97 0.83 2/56 2902
Raw data (/proc/2902/stat): 2902 (bsolo) R 2901 2902 2660 0 -1 0 8604 0 0 0 60176 302 0 0 25 0 1 0 1839643282 38354944 8515 4294967295 134512640 134736556 3221224560 3221223276 134554060 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2902/statm): 9364 8515 1116 68 0 9296 0
[pid=2902] vsize: 37456
Current children cumulated CPU time (s) 604.78
Current children cumulated vsize (Kb) 37456

[startup+620.028 s]
Raw data (loadavg): 0.99 0.97 0.83 2/56 2902
Raw data (/proc/2902/stat): 2902 (bsolo) R 2901 2902 2660 0 -1 0 8624 0 0 0 61164 306 0 0 25 0 1 0 1839643282 38490112 8535 4294967295 134512640 134736556 3221224560 3221223120 134551097 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2902/statm): 9397 8535 1116 68 0 9329 0
[pid=2902] vsize: 37588
Current children cumulated CPU time (s) 614.7
Current children cumulated vsize (Kb) 37588

[startup+630.029 s]
Raw data (loadavg): 0.99 0.97 0.83 2/56 2902
Raw data (/proc/2902/stat): 2902 (bsolo) R 2901 2902 2660 0 -1 0 9715 0 0 0 62133 318 0 0 25 0 1 0 1839643282 42950656 9626 4294967295 134512640 134736556 3221224560 3221223256 134532897 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2902/statm): 10486 9626 1116 68 0 10418 0
[pid=2902] vsize: 41944
Current children cumulated CPU time (s) 624.51
Current children cumulated vsize (Kb) 41944

[startup+640.028 s]
Raw data (loadavg): 0.99 0.97 0.83 2/56 2902
Raw data (/proc/2902/stat): 2902 (bsolo) R 2901 2902 2660 0 -1 0 10338 0 0 0 63105 329 0 0 25 0 1 0 1839643282 45498368 10249 4294967295 134512640 134736556 3221224560 3221223084 134540061 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2902/statm): 11108 10249 1116 68 0 11040 0
[pid=2902] vsize: 44432
Current children cumulated CPU time (s) 634.34
Current children cumulated vsize (Kb) 44432

[startup+650.029 s]
Raw data (loadavg): 0.99 0.97 0.83 2/56 2902
Raw data (/proc/2902/stat): 2902 (bsolo) R 2901 2902 2660 0 -1 0 10875 0 0 0 64081 339 0 0 25 0 1 0 1839643282 47652864 10786 4294967295 134512640 134736556 3221224560 3221223184 134537358 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2902/statm): 11634 10786 1116 68 0 11566 0
[pid=2902] vsize: 46536
Current children cumulated CPU time (s) 644.2
Current children cumulated vsize (Kb) 46536

[startup+660.03 s]
Raw data (loadavg): 0.99 0.97 0.83 2/56 2902
Raw data (/proc/2902/stat): 2902 (bsolo) R 2901 2902 2660 0 -1 0 11252 0 0 0 65062 347 0 0 25 0 1 0 1839643282 49274880 11163 4294967295 134512640 134736556 3221224560 3221223084 134536384 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2902/statm): 12030 11163 1116 68 0 11962 0
[pid=2902] vsize: 48120
Current children cumulated CPU time (s) 654.09
Current children cumulated vsize (Kb) 48120

[startup+670.03 s]
Raw data (loadavg): 0.99 0.97 0.84 2/56 2902
Raw data (/proc/2902/stat): 2902 (bsolo) R 2901 2902 2660 0 -1 0 11657 0 0 0 66044 354 0 0 25 0 1 0 1839643282 50892800 11568 4294967295 134512640 134736556 3221224560 3221223140 134716328 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2902/statm): 12425 11568 1116 68 0 12357 0
[pid=2902] vsize: 49700
Current children cumulated CPU time (s) 663.98
Current children cumulated vsize (Kb) 49700

[startup+680.029 s]
Raw data (loadavg): 0.99 0.97 0.84 1/56 2902
Raw data (/proc/2902/stat): 2902 (bsolo) T 2901 2902 2660 0 -1 0 11937 0 0 0 67026 361 0 0 25 0 1 0 1839643282 52076544 11848 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/2902/statm): 12714 11848 1116 68 0 12646 0
[pid=2902] vsize: 50856
Current children cumulated CPU time (s) 673.87
Current children cumulated vsize (Kb) 50856

[startup+690.032 s]
Raw data (loadavg): 0.99 0.97 0.84 2/56 2902
Raw data (/proc/2902/stat): 2902 (bsolo) R 2901 2902 2660 0 -1 0 12099 0 0 0 68012 367 0 0 25 0 1 0 1839643282 52752384 12010 4294967295 134512640 134736556 3221224560 3221223284 134529471 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2902/statm): 12879 12010 1116 68 0 12811 0
[pid=2902] vsize: 51516
Current children cumulated CPU time (s) 683.79
Current children cumulated vsize (Kb) 51516

[startup+700.033 s]
Raw data (loadavg): 0.99 0.97 0.84 2/56 2902
Raw data (/proc/2902/stat): 2902 (bsolo) R 2901 2902 2660 0 -1 0 12358 0 0 0 68996 373 0 0 25 0 1 0 1839643282 53698560 12269 4294967295 134512640 134736556 3221224560 3221223120 134551097 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2902/statm): 13110 12269 1116 68 0 13042 0
[pid=2902] vsize: 52440
Current children cumulated CPU time (s) 693.69
Current children cumulated vsize (Kb) 52440

[startup+710.033 s]
Raw data (loadavg): 0.99 0.97 0.84 2/56 2902
Raw data (/proc/2902/stat): 2902 (bsolo) R 2901 2902 2660 0 -1 0 12508 0 0 0 69982 378 0 0 25 0 1 0 1839643282 54370304 12419 4294967295 134512640 134736556 3221224560 3221223024 134536168 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2902/statm): 13274 12419 1116 68 0 13206 0
[pid=2902] vsize: 53096
Current children cumulated CPU time (s) 703.6
Current children cumulated vsize (Kb) 53096

[startup+720.033 s]
Raw data (loadavg): 0.99 0.97 0.84 2/56 2902
Raw data (/proc/2902/stat): 2902 (bsolo) R 2901 2902 2660 0 -1 0 12647 0 0 0 70966 384 0 0 25 0 1 0 1839643282 54906880 12558 4294967295 134512640 134736556 3221224560 3221223120 134551108 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2902/statm): 13405 12558 1116 68 0 13337 0
[pid=2902] vsize: 53620
Current children cumulated CPU time (s) 713.5
Current children cumulated vsize (Kb) 53620

[startup+730.034 s]
Raw data (loadavg): 0.99 0.97 0.84 2/56 2902
Raw data (/proc/2902/stat): 2902 (bsolo) R 2901 2902 2660 0 -1 0 12791 0 0 0 71953 389 0 0 25 0 1 0 1839643282 55582720 12702 4294967295 134512640 134736556 3221224560 3221223160 134554109 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2902/statm): 13570 12702 1116 68 0 13502 0
[pid=2902] vsize: 54280
Current children cumulated CPU time (s) 723.42
Current children cumulated vsize (Kb) 54280

[startup+740.034 s]
Raw data (loadavg): 0.99 0.97 0.84 2/56 2902
Raw data (/proc/2902/stat): 2902 (bsolo) R 2901 2902 2660 0 -1 0 12964 0 0 0 72939 395 0 0 25 0 1 0 1839643282 56258560 12875 4294967295 134512640 134736556 3221224560 3221223248 134536465 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2902/statm): 13735 12875 1116 68 0 13667 0
[pid=2902] vsize: 54940
Current children cumulated CPU time (s) 733.34
Current children cumulated vsize (Kb) 54940

[startup+750.035 s]
Raw data (loadavg): 0.99 0.97 0.84 2/56 2902
Raw data (/proc/2902/stat): 2902 (bsolo) R 2901 2902 2660 0 -1 0 13270 0 0 0 73920 402 0 0 25 0 1 0 1839643282 57475072 13181 4294967295 134512640 134736556 3221224560 3221223152 134716075 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2902/statm): 14032 13181 1116 68 0 13964 0
[pid=2902] vsize: 56128
Current children cumulated CPU time (s) 743.22
Current children cumulated vsize (Kb) 56128

[startup+760.035 s]
Raw data (loadavg): 0.99 0.97 0.84 2/56 2902
Raw data (/proc/2902/stat): 2902 (bsolo) R 2901 2902 2660 0 -1 0 13426 0 0 0 74906 408 0 0 25 0 1 0 1839643282 58150912 13337 4294967295 134512640 134736556 3221224560 3221223120 134551108 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2902/statm): 14197 13337 1116 68 0 14129 0
[pid=2902] vsize: 56788
Current children cumulated CPU time (s) 753.14
Current children cumulated vsize (Kb) 56788

[startup+770.035 s]
Raw data (loadavg): 0.99 0.97 0.85 1/56 2902
Raw data (/proc/2902/stat): 2902 (bsolo) T 2901 2902 2660 0 -1 0 13634 0 0 0 75889 416 0 0 25 0 1 0 1839643282 58961920 13545 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/2902/statm): 14395 13545 1116 68 0 14327 0
[pid=2902] vsize: 57580
Current children cumulated CPU time (s) 763.05
Current children cumulated vsize (Kb) 57580

[startup+780.036 s]
Raw data (loadavg): 0.99 0.97 0.85 2/56 2902
Raw data (/proc/2902/stat): 2902 (bsolo) R 2901 2902 2660 0 -1 0 13710 0 0 0 76876 421 0 0 25 0 1 0 1839643282 59232256 13621 4294967295 134512640 134736556 3221224560 3221223120 134551097 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2902/statm): 14461 13621 1116 68 0 14393 0
[pid=2902] vsize: 57844
Current children cumulated CPU time (s) 772.97
Current children cumulated vsize (Kb) 57844

[startup+790.036 s]
Raw data (loadavg): 0.99 0.97 0.85 2/56 2902
Raw data (/proc/2902/stat): 2902 (bsolo) R 2901 2902 2660 0 -1 0 13785 0 0 0 77864 425 0 0 25 0 1 0 1839643282 59637760 13696 4294967295 134512640 134736556 3221224560 3221223224 134553305 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2902/statm): 14560 13696 1116 68 0 14492 0
[pid=2902] vsize: 58240
Current children cumulated CPU time (s) 782.89
Current children cumulated vsize (Kb) 58240

[startup+800.036 s]
Raw data (loadavg): 0.99 0.97 0.85 2/56 2902
Raw data (/proc/2902/stat): 2902 (bsolo) R 2901 2902 2660 0 -1 0 13855 0 0 0 78853 430 0 0 25 0 1 0 1839643282 59908096 13766 4294967295 134512640 134736556 3221224560 3221223184 134537358 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2902/statm): 14626 13766 1116 68 0 14558 0
[pid=2902] vsize: 58504
Current children cumulated CPU time (s) 792.83
Current children cumulated vsize (Kb) 58504

[startup+810.037 s]
Raw data (loadavg): 0.99 0.97 0.85 2/56 2902
Raw data (/proc/2902/stat): 2902 (bsolo) R 2901 2902 2660 0 -1 0 13928 0 0 0 79842 433 0 0 25 0 1 0 1839643282 60178432 13839 4294967295 134512640 134736556 3221224560 3221223184 134537358 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2902/statm): 14692 13839 1116 68 0 14624 0
[pid=2902] vsize: 58768
Current children cumulated CPU time (s) 802.75
Current children cumulated vsize (Kb) 58768

[startup+820.037 s]
Raw data (loadavg): 0.99 0.97 0.85 1/56 2902
Raw data (/proc/2902/stat): 2902 (bsolo) T 2901 2902 2660 0 -1 0 13995 0 0 0 80832 437 0 0 25 0 1 0 1839643282 60448768 13906 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/2902/statm): 14758 13906 1116 68 0 14690 0
[pid=2902] vsize: 59032
Current children cumulated CPU time (s) 812.69
Current children cumulated vsize (Kb) 59032

[startup+830.038 s]
Raw data (loadavg): 0.99 0.97 0.85 2/56 2902
Raw data (/proc/2902/stat): 2902 (bsolo) R 2901 2902 2660 0 -1 0 14058 0 0 0 81822 442 0 0 25 0 1 0 1839643282 60719104 13969 4294967295 134512640 134736556 3221224560 3221223120 134551217 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2902/statm): 14824 13969 1116 68 0 14756 0
[pid=2902] vsize: 59296
Current children cumulated CPU time (s) 822.64
Current children cumulated vsize (Kb) 59296

[startup+840.038 s]
Raw data (loadavg): 0.99 0.97 0.85 2/56 2902
Raw data (/proc/2902/stat): 2902 (bsolo) R 2901 2902 2660 0 -1 0 14094 0 0 0 82811 445 0 0 25 0 1 0 1839643282 60854272 14005 4294967295 134512640 134736556 3221224560 3221223260 134553984 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2902/statm): 14857 14005 1116 68 0 14789 0
[pid=2902] vsize: 59428
Current children cumulated CPU time (s) 832.56
Current children cumulated vsize (Kb) 59428

[startup+850.039 s]
Raw data (loadavg): 0.99 0.97 0.85 2/56 2902
Raw data (/proc/2902/stat): 2902 (bsolo) R 2901 2902 2660 0 -1 0 14168 0 0 0 83799 450 0 0 25 0 1 0 1839643282 61124608 14079 4294967295 134512640 134736556 3221224560 3221223184 134524547 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2902/statm): 14923 14079 1116 68 0 14855 0
[pid=2902] vsize: 59692
Current children cumulated CPU time (s) 842.49
Current children cumulated vsize (Kb) 59692

[startup+860.04 s]
Raw data (loadavg): 0.99 0.97 0.85 2/56 2902
Raw data (/proc/2902/stat): 2902 (bsolo) R 2901 2902 2660 0 -1 0 14201 0 0 0 84788 454 0 0 25 0 1 0 1839643282 61259776 14112 4294967295 134512640 134736556 3221224560 3221223120 134551097 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2902/statm): 14956 14112 1116 68 0 14888 0
[pid=2902] vsize: 59824
Current children cumulated CPU time (s) 852.42
Current children cumulated vsize (Kb) 59824

[startup+870.04 s]
Raw data (loadavg): 0.99 0.97 0.85 2/56 2902
Raw data (/proc/2902/stat): 2902 (bsolo) R 2901 2902 2660 0 -1 0 14242 0 0 0 85777 457 0 0 25 0 1 0 1839643282 61538304 14153 4294967295 134512640 134736556 3221224560 3221223120 134550952 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2902/statm): 15024 14153 1116 68 0 14956 0
[pid=2902] vsize: 60096
Current children cumulated CPU time (s) 862.34
Current children cumulated vsize (Kb) 60096

[startup+880.041 s]
Raw data (loadavg): 0.99 0.97 0.86 2/56 2902
Raw data (/proc/2902/stat): 2902 (bsolo) R 2901 2902 2660 0 -1 0 14314 0 0 0 86764 462 0 0 25 0 1 0 1839643282 61800448 14225 4294967295 134512640 134736556 3221224560 3221223228 1077374497 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2902/statm): 15088 14225 1116 68 0 15020 0
[pid=2902] vsize: 60352
Current children cumulated CPU time (s) 872.26
Current children cumulated vsize (Kb) 60352

[startup+890.04 s]
Raw data (loadavg): 0.99 0.97 0.86 2/56 2902
Raw data (/proc/2902/stat): 2902 (bsolo) R 2901 2902 2660 0 -1 0 14393 0 0 0 87751 467 0 0 25 0 1 0 1839643282 62070784 14304 4294967295 134512640 134736556 3221224560 3221223264 134529225 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2902/statm): 15154 14304 1116 68 0 15086 0
[pid=2902] vsize: 60616
Current children cumulated CPU time (s) 882.18
Current children cumulated vsize (Kb) 60616

[startup+900.041 s]
Raw data (loadavg): 0.99 0.97 0.86 2/56 2902
Raw data (/proc/2902/stat): 2902 (bsolo) R 2901 2902 2660 0 -1 0 14454 0 0 0 88740 471 0 0 25 0 1 0 1839643282 62341120 14365 4294967295 134512640 134736556 3221224560 3221223260 134560566 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2902/statm): 15220 14365 1116 68 0 15152 0
[pid=2902] vsize: 60880
Current children cumulated CPU time (s) 892.11
Current children cumulated vsize (Kb) 60880

[startup+910.041 s]
Raw data (loadavg): 1.07 0.99 0.86 2/56 2902
Raw data (/proc/2902/stat): 2902 (bsolo) R 2901 2902 2660 0 -1 0 14550 0 0 0 89726 477 0 0 25 0 1 0 1839643282 62734336 14461 4294967295 134512640 134736556 3221224560 3221223216 134536530 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2902/statm): 15316 14461 1116 68 0 15248 0
[pid=2902] vsize: 61264
Current children cumulated CPU time (s) 902.03
Current children cumulated vsize (Kb) 61264

[startup+920.041 s]
Raw data (loadavg): 1.06 0.99 0.87 1/56 2902
Raw data (/proc/2902/stat): 2902 (bsolo) T 2901 2902 2660 0 -1 0 14639 0 0 0 90715 480 0 0 25 0 1 0 1839643282 63131648 14550 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/2902/statm): 15413 14550 1116 68 0 15345 0
[pid=2902] vsize: 61652
Current children cumulated CPU time (s) 911.95
Current children cumulated vsize (Kb) 61652

[startup+930.041 s]
Raw data (loadavg): 1.05 0.99 0.87 2/56 2902
Raw data (/proc/2902/stat): 2902 (bsolo) R 2901 2902 2660 0 -1 0 14688 0 0 0 91703 484 0 0 25 0 1 0 1839643282 63266816 14599 4294967295 134512640 134736556 3221224560 3221223212 134554060 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2902/statm): 15446 14599 1116 68 0 15378 0
[pid=2902] vsize: 61784
Current children cumulated CPU time (s) 921.87
Current children cumulated vsize (Kb) 61784

[startup+940.041 s]
Raw data (loadavg): 1.04 0.99 0.87 2/56 2902
Raw data (/proc/2902/stat): 2902 (bsolo) T 2901 2902 2660 0 -1 0 14721 0 0 0 92693 488 0 0 25 0 1 0 1839643282 63401984 14632 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/2902/statm): 15479 14632 1116 68 0 15411 0
[pid=2902] vsize: 61916
Current children cumulated CPU time (s) 931.81
Current children cumulated vsize (Kb) 61916

[startup+950.042 s]
Raw data (loadavg): 1.04 0.99 0.87 1/56 2902
Raw data (/proc/2902/stat): 2902 (bsolo) T 2901 2902 2660 0 -1 0 14787 0 0 0 93679 493 0 0 25 0 1 0 1839643282 63672320 14698 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/2902/statm): 15545 14698 1116 68 0 15477 0
[pid=2902] vsize: 62180
Current children cumulated CPU time (s) 941.72
Current children cumulated vsize (Kb) 62180

[startup+960.043 s]
Raw data (loadavg): 1.03 0.99 0.87 2/56 2902
Raw data (/proc/2902/stat): 2902 (bsolo) R 2901 2902 2660 0 -1 0 14817 0 0 0 94668 497 0 0 25 0 1 0 1839643282 63795200 14728 4294967295 134512640 134736556 3221224560 3221223120 134551094 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2902/statm): 15575 14728 1116 68 0 15507 0
[pid=2902] vsize: 62300
Current children cumulated CPU time (s) 951.65
Current children cumulated vsize (Kb) 62300

[startup+970.042 s]
Raw data (loadavg): 1.03 0.99 0.87 2/56 2902
Raw data (/proc/2902/stat): 2902 (bsolo) R 2901 2902 2660 0 -1 0 14854 0 0 0 95656 501 0 0 25 0 1 0 1839643282 63930368 14765 4294967295 134512640 134736556 3221224560 3221223120 134551097 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2902/statm): 15608 14765 1116 68 0 15540 0
[pid=2902] vsize: 62432
Current children cumulated CPU time (s) 961.57
Current children cumulated vsize (Kb) 62432

[startup+980.043 s]
Raw data (loadavg): 1.02 0.99 0.87 2/56 2902
Raw data (/proc/2902/stat): 2902 (bsolo) R 2901 2902 2660 0 -1 0 14897 0 0 0 96645 505 0 0 25 0 1 0 1839643282 64200704 14808 4294967295 134512640 134736556 3221224560 3221223120 134551097 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2902/statm): 15674 14808 1116 68 0 15606 0
[pid=2902] vsize: 62696
Current children cumulated CPU time (s) 971.5
Current children cumulated vsize (Kb) 62696

[startup+990.043 s]
Raw data (loadavg): 1.02 0.99 0.87 2/56 2902
Raw data (/proc/2902/stat): 2902 (bsolo) T 2901 2902 2660 0 -1 0 14962 0 0 0 97634 509 0 0 25 0 1 0 1839643282 64475136 14873 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/2902/statm): 15741 14873 1116 68 0 15673 0
[pid=2902] vsize: 62964
Current children cumulated CPU time (s) 981.43
Current children cumulated vsize (Kb) 62964

[startup+1000.04 s]
Raw data (loadavg): 1.01 0.99 0.87 2/56 2902
Raw data (/proc/2902/stat): 2902 (bsolo) R 2901 2902 2660 0 -1 0 15016 0 0 0 98623 513 0 0 25 0 1 0 1839643282 64602112 14927 4294967295 134512640 134736556 3221224560 3221223224 134554101 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2902/statm): 15772 14927 1116 68 0 15704 0
[pid=2902] vsize: 63088
Current children cumulated CPU time (s) 991.36
Current children cumulated vsize (Kb) 63088

[startup+1010.04 s]
Raw data (loadavg): 1.01 0.99 0.87 1/56 2902
Raw data (/proc/2902/stat): 2902 (bsolo) T 2901 2902 2660 0 -1 0 15057 0 0 0 99613 517 0 0 25 0 1 0 1839643282 64872448 14968 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/2902/statm): 15838 14968 1116 68 0 15770 0
[pid=2902] vsize: 63352
Current children cumulated CPU time (s) 1001.3
Current children cumulated vsize (Kb) 63352

[startup+1020.04 s]
Raw data (loadavg): 1.01 0.99 0.87 2/56 2902
Raw data (/proc/2902/stat): 2902 (bsolo) R 2901 2902 2660 0 -1 0 15087 0 0 0 100601 521 0 0 25 0 1 0 1839643282 64983040 14998 4294967295 134512640 134736556 3221224560 3221223120 134551097 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2902/statm): 15865 14998 1116 68 0 15797 0
[pid=2902] vsize: 63460
Current children cumulated CPU time (s) 1011.22
Current children cumulated vsize (Kb) 63460

[startup+1030.04 s]
Raw data (loadavg): 1.01 0.99 0.88 2/56 2902
Raw data (/proc/2902/stat): 2902 (bsolo) R 2901 2902 2660 0 -1 0 15113 0 0 0 101592 525 0 0 25 0 1 0 1839643282 65118208 15024 4294967295 134512640 134736556 3221224560 3221223232 134524345 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2902/statm): 15898 15024 1116 68 0 15830 0
[pid=2902] vsize: 63592
Current children cumulated CPU time (s) 1021.17
Current children cumulated vsize (Kb) 63592

[startup+1040.05 s]
Raw data (loadavg): 1.01 0.99 0.88 2/56 2902
Raw data (/proc/2902/stat): 2902 (bsolo) R 2901 2902 2660 0 -1 0 15161 0 0 0 102582 528 0 0 25 0 1 0 1839643282 65253376 15072 4294967295 134512640 134736556 3221224560 3221223168 134537373 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2902/statm): 15931 15072 1116 68 0 15863 0
[pid=2902] vsize: 63724
Current children cumulated CPU time (s) 1031.1
Current children cumulated vsize (Kb) 63724

[startup+1050.05 s]
Raw data (loadavg): 1.00 0.99 0.88 2/56 2902
Raw data (/proc/2902/stat): 2902 (bsolo) R 2901 2902 2660 0 -1 0 15188 0 0 0 103570 533 0 0 25 0 1 0 1839643282 65388544 15099 4294967295 134512640 134736556 3221224560 3221223296 134529155 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2902/statm): 15964 15099 1116 68 0 15896 0
[pid=2902] vsize: 63856
Current children cumulated CPU time (s) 1041.03
Current children cumulated vsize (Kb) 63856

[startup+1060.05 s]
Raw data (loadavg): 1.00 0.99 0.88 2/56 2902
Raw data (/proc/2902/stat): 2902 (bsolo) R 2901 2902 2660 0 -1 0 15206 0 0 0 104560 536 0 0 25 0 1 0 1839643282 65388544 15117 4294967295 134512640 134736556 3221224560 3221223120 134551108 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/2902/statm): 15964 15117 1116 68 0 15896 0
[pid=2902] vsize: 63856
Current children cumulated CPU time (s) 1050.96
Current children cumulated vsize (Kb) 63856

[startup+1070.05 s]
Raw data (loadavg): 1.00 0.99 0.88 2/56 2902
Raw data (/proc/2902/stat): 2902 (bsolo) R 2901 2902 2660 0 -1 0 15276 0 0 0 105548 540 0 0 25 0 1 0 1839643282 65794048 15187 4294967295 134512640 134736556 3221224560 3221223276 134554079 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/2902/statm): 16063 15187 1116 68 0 15995 0
[pid=2902] vsize: 64252
Current children cumulated CPU time (s) 1060.88
Current children cumulated vsize (Kb) 64252

[startup+1080.05 s]
Raw data (loadavg): 1.00 0.99 0.88 2/56 2902
Raw data (/proc/2902/stat): 2902 (bsolo) R 2901 2902 2660 0 -1 0 15388 0 0 0 106535 546 0 0 25 0 1 0 1839643282 66199552 15299 4294967295 134512640 134736556 3221224560 3221223232 134528741 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/2902/statm): 16162 15299 1116 68 0 16094 0
[pid=2902] vsize: 64648
Current children cumulated CPU time (s) 1070.81
Current children cumulated vsize (Kb) 64648

[startup+1090.05 s]
Raw data (loadavg): 1.00 0.99 0.88 2/56 2902
Raw data (/proc/2902/stat): 2902 (bsolo) R 2901 2902 2660 0 -1 0 15500 0 0 0 107520 552 0 0 25 0 1 0 1839643282 66588672 15411 4294967295 134512640 134736556 3221224560 3221223052 1077374048 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/2902/statm): 16257 15411 1116 68 0 16189 0
[pid=2902] vsize: 65028
Current children cumulated CPU time (s) 1080.72
Current children cumulated vsize (Kb) 65028

[startup+1100.05 s]
Raw data (loadavg): 1.00 0.99 0.88 2/56 2902
Raw data (/proc/2902/stat): 2902 (bsolo) R 2901 2902 2660 0 -1 0 15586 0 0 0 108509 555 0 0 25 0 1 0 1839643282 66981888 15497 4294967295 134512640 134736556 3221224560 3221223084 134536676 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/2902/statm): 16353 15497 1116 68 0 16285 0
[pid=2902] vsize: 65412
Current children cumulated CPU time (s) 1090.64
Current children cumulated vsize (Kb) 65412

[startup+1110.05 s]
Raw data (loadavg): 1.00 0.99 0.88 2/56 2902
Raw data (/proc/2902/stat): 2902 (bsolo) R 2901 2902 2660 0 -1 0 15647 0 0 0 109502 556 0 0 25 0 1 0 1839643282 67252224 15558 4294967295 134512640 134736556 3221224560 3221223112 134551113 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2902/statm): 16419 15558 1116 68 0 16351 0
[pid=2902] vsize: 65676
Current children cumulated CPU time (s) 1100.58
Current children cumulated vsize (Kb) 65676

[startup+1120.05 s]
Raw data (loadavg): 1.00 0.99 0.88 2/56 2902
Raw data (/proc/2902/stat): 2902 (bsolo) R 2901 2902 2660 0 -1 0 15710 0 0 0 110493 559 0 0 25 0 1 0 1839643282 67522560 15621 4294967295 134512640 134736556 3221224560 3221223120 134551094 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2902/statm): 16485 15621 1116 68 0 16417 0
[pid=2902] vsize: 65940
Current children cumulated CPU time (s) 1110.52
Current children cumulated vsize (Kb) 65940

[startup+1130.05 s]
Raw data (loadavg): 1.00 0.99 0.89 1/56 2902
Raw data (/proc/2902/stat): 2902 (bsolo) T 2901 2902 2660 0 -1 0 15830 0 0 0 111484 563 0 0 25 0 1 0 1839643282 67932160 15741 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/2902/statm): 16585 15741 1116 68 0 16517 0
[pid=2902] vsize: 66340
Current children cumulated CPU time (s) 1120.47
Current children cumulated vsize (Kb) 66340

[startup+1140.05 s]
Raw data (loadavg): 1.00 0.99 0.89 2/56 2902
Raw data (/proc/2902/stat): 2902 (bsolo) R 2901 2902 2660 0 -1 0 15921 0 0 0 112473 567 0 0 25 0 1 0 1839643282 68329472 15832 4294967295 134512640 134736556 3221224560 3221223084 134536687 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2902/statm): 16682 15832 1116 68 0 16614 0
[pid=2902] vsize: 66728
Current children cumulated CPU time (s) 1130.4
Current children cumulated vsize (Kb) 66728

[startup+1150.05 s]
Raw data (loadavg): 1.00 0.99 0.89 2/56 2902
Raw data (/proc/2902/stat): 2902 (bsolo) R 2901 2902 2660 0 -1 0 15952 0 0 0 113464 571 0 0 25 0 1 0 1839643282 68464640 15863 4294967295 134512640 134736556 3221224560 3221223096 1077377259 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2902/statm): 16715 15863 1116 68 0 16647 0
[pid=2902] vsize: 66860
Current children cumulated CPU time (s) 1140.35
Current children cumulated vsize (Kb) 66860

[startup+1160.05 s]
Raw data (loadavg): 1.00 0.99 0.89 2/56 2902
Raw data (/proc/2902/stat): 2902 (bsolo) R 2901 2902 2660 0 -1 0 16011 0 0 0 114454 574 0 0 25 0 1 0 1839643282 68739072 15922 4294967295 134512640 134736556 3221224560 3221223064 134634653 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2902/statm): 16782 15922 1116 68 0 16714 0
[pid=2902] vsize: 67128
Current children cumulated CPU time (s) 1150.28
Current children cumulated vsize (Kb) 67128

[startup+1170.05 s]
Raw data (loadavg): 1.00 0.99 0.89 2/56 2902
Raw data (/proc/2902/stat): 2902 (bsolo) R 2901 2902 2660 0 -1 0 16035 0 0 0 115444 578 0 0 25 0 1 0 1839643282 68874240 15946 4294967295 134512640 134736556 3221224560 3221223164 134554100 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2902/statm): 16815 15946 1116 68 0 16747 0
[pid=2902] vsize: 67260
Current children cumulated CPU time (s) 1160.22
Current children cumulated vsize (Kb) 67260

[startup+1180.05 s]
Raw data (loadavg): 1.00 0.99 0.89 2/56 2902
Raw data (/proc/2902/stat): 2902 (bsolo) R 2901 2902 2660 0 -1 0 16089 0 0 0 116435 581 0 0 25 0 1 0 1839643282 69013504 16000 4294967295 134512640 134736556 3221224560 3221223308 134600652 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2902/statm): 16849 16000 1116 68 0 16781 0
[pid=2902] vsize: 67396
Current children cumulated CPU time (s) 1170.16
Current children cumulated vsize (Kb) 67396

[startup+1190.05 s]
Raw data (loadavg): 1.00 0.99 0.89 2/56 2902
Raw data (/proc/2902/stat): 2902 (bsolo) R 2901 2902 2660 0 -1 0 16123 0 0 0 117426 584 0 0 25 0 1 0 1839643282 69148672 16034 4294967295 134512640 134736556 3221224560 3221222532 134717260 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2902/statm): 16882 16034 1116 68 0 16814 0
[pid=2902] vsize: 67528
Current children cumulated CPU time (s) 1180.1
Current children cumulated vsize (Kb) 67528

[startup+1200.05 s]
Raw data (loadavg): 1.00 0.99 0.89 2/56 2902
Raw data (/proc/2902/stat): 2902 (bsolo) R 2901 2902 2660 0 -1 0 16158 0 0 0 118416 588 0 0 25 0 1 0 1839643282 69419008 16069 4294967295 134512640 134736556 3221224560 3221223120 134551097 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/2902/statm): 16948 16069 1116 68 0 16880 0
[pid=2902] vsize: 67792
Current children cumulated CPU time (s) 1190.04
Current children cumulated vsize (Kb) 67792
One traced child (pid=2902) exited with status: 0
All traced children have exited ! Game is over.

Child status: 0
Real time (s): 1205.09
CPU time (s): 1195.07
CPU user time (s): 1189.15
CPU system time (s): 5.9191
CPU usage (%): 99.1688
Max. virtual memory (cumulated for all children) (Kb): 67792

Verifier Data

ERROR: no interpretation found !