Some explanations

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

General information on the benchmark

Namemps-v2-20-10/ftp.netlib.org/lp/data/normalized-mps-v2-20-10-fit2d.opb
MD5SUMe4d850251a185eefeba808334bb200f5
Bench Categoryoptimization, medium integers (OPTMEDINT)
Has Objective FunctionYES
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 102000
Biggest coefficient in the objective function 166502400
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 44079267426
Number of bits of the sum of numbers in the objective function 36
Biggest number in a constraint 166502400
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 44079267426
Number of bits of the biggest sum of numbers36
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark54.3867
Number of variables118500
Total number of constraints10525
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 constraints10525
Minimum length of a constraint10
Maximum length of a constraint118500

Trace number 490

Launcher Data

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

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

/proc/meminfo:
MemTotal:      1034660 kB
MemFree:        909344 kB
Buffers:         33316 kB
Cached:          64136 kB
SwapCached:        536 kB
Active:          87008 kB
Inactive:        13004 kB
HighTotal:      131008 kB
HighFree:        64876 kB
LowTotal:       903652 kB
LowFree:        844468 kB
SwapTotal:     2097892 kB
SwapFree:      2096832 kB
Dirty:              24 kB
Writeback:           0 kB
Mapped:           5856 kB
Slab:            19656 kB
Committed_AS:    64168 kB
PageTables:        328 kB
VmallocTotal:   114680 kB
VmallocUsed:      1368 kB
VmallocChunk:   113252 kB
JOB ENDED THE 2005-09-18 10:55:36 (client local time) WITH STATUS 0 IN 1209.72 SECONDS
stats: 430 7 1209.72 0

Solver Data

c INFO: OSL Context initialized.
c Caught signal: 15
s UNKNOWN
c Exit Code: 0

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/23423/stat): 23423 (bsolo) R 23422 23423 21452 0 -1 0 19 0 0 0 0 0 0 0 23 0 1 0 1840578539 438272 3 4294967295 134512640 134736556 3221224560 3221224560 1073744960 0 0 5 0 0 0 0 17 1 0 0
Raw data (/proc/23423/statm): 107 3 90 68 0 39 0
[pid=23423] vsize: 428
open syscall for file /etc/ld.so.preload
open syscall for file tls/i686/mmx/libosl.so
open syscall for file tls/i686/libosl.so
open syscall for file tls/mmx/libosl.so
open syscall for file tls/libosl.so
open syscall for file i686/mmx/libosl.so
open syscall for file i686/libosl.so
open syscall for file mmx/libosl.so
open syscall for file libosl.so
open syscall for file /oldhome/oroussel/lib/tls/i686/mmx/libosl.so
open syscall for file /oldhome/oroussel/lib/tls/i686/libosl.so
open syscall for file /oldhome/oroussel/lib/tls/mmx/libosl.so
open syscall for file /oldhome/oroussel/lib/tls/libosl.so
open syscall for file /oldhome/oroussel/lib/i686/mmx/libosl.so
open syscall for file /oldhome/oroussel/lib/i686/libosl.so
open syscall for file /oldhome/oroussel/lib/mmx/libosl.so
open syscall for file /oldhome/oroussel/lib/libosl.so
open syscall for file tls/i686/mmx/libstdc++-libc6.2-2.so.3
open syscall for file tls/i686/libstdc++-libc6.2-2.so.3
open syscall for file tls/mmx/libstdc++-libc6.2-2.so.3
open syscall for file tls/libstdc++-libc6.2-2.so.3
open syscall for file i686/mmx/libstdc++-libc6.2-2.so.3
open syscall for file i686/libstdc++-libc6.2-2.so.3
open syscall for file mmx/libstdc++-libc6.2-2.so.3
open syscall for file libstdc++-libc6.2-2.so.3
open syscall for file /oldhome/oroussel/lib/libstdc++-libc6.2-2.so.3
open syscall for file /etc/ld.so.cache
open syscall for file /usr/lib/libstdc++-libc6.2-2.so.3
open syscall for file tls/i686/mmx/libm.so.6
open syscall for file tls/i686/libm.so.6
open syscall for file tls/mmx/libm.so.6
open syscall for file tls/libm.so.6
open syscall for file i686/mmx/libm.so.6
open syscall for file i686/libm.so.6
open syscall for file mmx/libm.so.6
open syscall for file libm.so.6
open syscall for file /oldhome/oroussel/lib/libm.so.6
open syscall for file /lib/tls/libm.so.6
open syscall for file tls/i686/mmx/libpthread.so.0
open syscall for file tls/i686/libpthread.so.0
open syscall for file tls/mmx/libpthread.so.0
open syscall for file tls/libpthread.so.0
open syscall for file i686/mmx/libpthread.so.0
open syscall for file i686/libpthread.so.0
open syscall for file mmx/libpthread.so.0
open syscall for file libpthread.so.0
open syscall for file /oldhome/oroussel/lib/libpthread.so.0
open syscall for file /lib/tls/libpthread.so.0
open syscall for file tls/i686/mmx/libc.so.6
open syscall for file tls/i686/libc.so.6
open syscall for file tls/mmx/libc.so.6
open syscall for file tls/libc.so.6
open syscall for file i686/mmx/libc.so.6
open syscall for file i686/libc.so.6
open syscall for file mmx/libc.so.6
open syscall for file libc.so.6
open syscall for file /oldhome/oroussel/lib/libc.so.6
open syscall for file /lib/tls/libc.so.6
open syscall for file tls/i686/mmx/libgcc_s.so.1
open syscall for file tls/i686/libgcc_s.so.1
open syscall for file tls/mmx/libgcc_s.so.1
open syscall for file tls/libgcc_s.so.1
open syscall for file i686/mmx/libgcc_s.so.1
open syscall for file i686/libgcc_s.so.1
open syscall for file mmx/libgcc_s.so.1
open syscall for file libgcc_s.so.1
open syscall for file /oldhome/oroussel/lib/libgcc_s.so.1
open syscall for file /lib/libgcc_s.so.1
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /etc/localtime
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/.OptimizationSolutions/nodelock
open syscall for file /oldhome/oroussel/tmp/wulflinc22/normalized-mps-v2-20-10-fit2d.opb

[startup+10.0033 s]
Raw data (loadavg): 1.02 1.01 0.93 2/56 23423
Raw data (/proc/23423/stat): 23423 (bsolo) R 23422 23423 21452 0 -1 0 74441 0 0 0 797 167 0 0 25 0 1 0 1840578539 307728384 74037 4294967295 134512640 134736556 3221224560 3221222872 1077378037 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23423/statm): 75129 74043 1116 68 0 75061 0
[pid=23423] vsize: 300516
Current children cumulated CPU time (s) 9.64
Current children cumulated vsize (Kb) 300516

[startup+20.004 s]
Raw data (loadavg): 1.02 1.01 0.93 2/56 23423
Raw data (/proc/23423/stat): 23423 (bsolo) R 23422 23423 21452 0 -1 0 108795 0 0 0 1712 236 0 0 25 0 1 0 1840578539 447897600 108391 4294967295 134512640 134736556 3221224560 3221222440 1077360672 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23423/statm): 109350 108391 1116 68 0 109282 0
[pid=23423] vsize: 437400
Current children cumulated CPU time (s) 19.48
Current children cumulated vsize (Kb) 437400

[startup+30.0037 s]
Raw data (loadavg): 1.02 1.01 0.93 2/56 23423
Raw data (/proc/23423/stat): 23423 (bsolo) R 23422 23423 21452 0 -1 0 120368 0 0 0 2685 259 0 0 25 0 1 0 1840578539 492777472 119364 4294967295 134512640 134736556 3221224560 3221222444 1077244359 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23423/statm): 120307 119364 1116 68 0 120239 0
[pid=23423] vsize: 481228
Current children cumulated CPU time (s) 29.44
Current children cumulated vsize (Kb) 481228

[startup+40.0044 s]
Raw data (loadavg): 1.01 1.01 0.93 2/56 23423
Raw data (/proc/23423/stat): 23423 (bsolo) R 23422 23423 21452 0 -1 0 130311 0 0 0 3660 279 0 0 25 0 1 0 1840578539 533266432 129307 4294967295 134512640 134736556 3221224560 3221223456 134570884 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23423/statm): 130192 129307 1116 68 0 130124 0
[pid=23423] vsize: 520768
Current children cumulated CPU time (s) 39.39
Current children cumulated vsize (Kb) 520768

[startup+50.0051 s]
Raw data (loadavg): 1.01 1.01 0.93 2/56 23423
Raw data (/proc/23423/stat): 23423 (bsolo) R 23422 23423 21452 0 -1 0 136777 0 0 0 4638 297 0 0 25 0 1 0 1840578539 554840064 134575 4294967295 134512640 134736556 3221224560 3221223068 1077399570 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23423/statm): 135459 134575 1116 68 0 135391 0
[pid=23423] vsize: 541836
Current children cumulated CPU time (s) 49.35
Current children cumulated vsize (Kb) 541836

[startup+60.0049 s]
Raw data (loadavg): 1.01 1.00 0.93 2/56 23423
Raw data (/proc/23423/stat): 23423 (bsolo) R 23422 23423 21452 0 -1 0 137065 0 0 0 5636 298 0 0 25 0 1 0 1840578539 556183552 134842 4294967295 134512640 134736556 3221224560 3221223136 134539937 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23423/statm): 135787 134842 1116 68 0 135719 0
[pid=23423] vsize: 543148
Current children cumulated CPU time (s) 59.34
Current children cumulated vsize (Kb) 543148

[startup+70.0046 s]
Raw data (loadavg): 1.01 1.00 0.93 2/56 23423
Raw data (/proc/23423/stat): 23423 (bsolo) R 23422 23423 21452 0 -1 0 137116 0 0 0 6636 299 0 0 25 0 1 0 1840578539 556318720 134893 4294967295 134512640 134736556 3221224560 3221223136 134539937 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23423/statm): 135820 134893 1116 68 0 135752 0
[pid=23423] vsize: 543280
Current children cumulated CPU time (s) 69.35
Current children cumulated vsize (Kb) 543280

[startup+80.0053 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 23423
Raw data (/proc/23423/stat): 23423 (bsolo) R 23422 23423 21452 0 -1 0 137165 0 0 0 7635 300 0 0 25 0 1 0 1840578539 556589056 134942 4294967295 134512640 134736556 3221224560 3221223136 134539937 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23423/statm): 135886 134942 1116 68 0 135818 0
[pid=23423] vsize: 543544
Current children cumulated CPU time (s) 79.35
Current children cumulated vsize (Kb) 543544

[startup+90.006 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 23423
Raw data (/proc/23423/stat): 23423 (bsolo) R 23422 23423 21452 0 -1 0 137351 0 0 0 8634 301 0 0 25 0 1 0 1840578539 557588480 135100 4294967295 134512640 134736556 3221224560 3221223136 134539935 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23423/statm): 136130 135100 1116 68 0 136062 0
[pid=23423] vsize: 544520
Current children cumulated CPU time (s) 89.35
Current children cumulated vsize (Kb) 544520

[startup+100.006 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 23423
Raw data (/proc/23423/stat): 23423 (bsolo) R 23422 23423 21452 0 -1 0 137357 0 0 0 9634 301 0 0 25 0 1 0 1840578539 557588480 135106 4294967295 134512640 134736556 3221224560 3221223136 134539937 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23423/statm): 136130 135106 1116 68 0 136062 0
[pid=23423] vsize: 544520
Current children cumulated CPU time (s) 99.35
Current children cumulated vsize (Kb) 544520

[startup+110.005 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 23423
Raw data (/proc/23423/stat): 23423 (bsolo) R 23422 23423 21452 0 -1 0 137384 0 0 0 10634 301 0 0 25 0 1 0 1840578539 557723648 135133 4294967295 134512640 134736556 3221224560 3221223136 134539937 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23423/statm): 136163 135133 1116 68 0 136095 0
[pid=23423] vsize: 544652
Current children cumulated CPU time (s) 109.35
Current children cumulated vsize (Kb) 544652

[startup+120.006 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 23423
Raw data (/proc/23423/stat): 23423 (bsolo) R 23422 23423 21452 0 -1 0 137412 0 0 0 11634 301 0 0 25 0 1 0 1840578539 557723648 135161 4294967295 134512640 134736556 3221224560 3221223136 134539924 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23423/statm): 136163 135161 1116 68 0 136095 0
[pid=23423] vsize: 544652
Current children cumulated CPU time (s) 119.35
Current children cumulated vsize (Kb) 544652

[startup+130.006 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 23423
Raw data (/proc/23423/stat): 23423 (bsolo) R 23422 23423 21452 0 -1 0 137439 0 0 0 12633 302 0 0 25 0 1 0 1840578539 557858816 135188 4294967295 134512640 134736556 3221224560 3221223136 134539937 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23423/statm): 136196 135188 1116 68 0 136128 0
[pid=23423] vsize: 544784
Current children cumulated CPU time (s) 129.35
Current children cumulated vsize (Kb) 544784

[startup+140.007 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 23423
Raw data (/proc/23423/stat): 23423 (bsolo) R 23422 23423 21452 0 -1 0 137464 0 0 0 13633 302 0 0 25 0 1 0 1840578539 557858816 135213 4294967295 134512640 134736556 3221224560 3221223136 134539937 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23423/statm): 136196 135213 1116 68 0 136128 0
[pid=23423] vsize: 544784
Current children cumulated CPU time (s) 139.35
Current children cumulated vsize (Kb) 544784

[startup+150.007 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 23423
Raw data (/proc/23423/stat): 23423 (bsolo) R 23422 23423 21452 0 -1 0 137488 0 0 0 14633 303 0 0 25 0 1 0 1840578539 557993984 135237 4294967295 134512640 134736556 3221224560 3221223136 134539937 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23423/statm): 136229 135237 1116 68 0 136161 0
[pid=23423] vsize: 544916
Current children cumulated CPU time (s) 149.36
Current children cumulated vsize (Kb) 544916

[startup+160.007 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 23423
Raw data (/proc/23423/stat): 23423 (bsolo) R 23422 23423 21452 0 -1 0 137510 0 0 0 15633 303 0 0 25 0 1 0 1840578539 558129152 135259 4294967295 134512640 134736556 3221224560 3221223136 134539937 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23423/statm): 136262 135259 1116 68 0 136194 0
[pid=23423] vsize: 545048
Current children cumulated CPU time (s) 159.36
Current children cumulated vsize (Kb) 545048

[startup+170.008 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 23423
Raw data (/proc/23423/stat): 23423 (bsolo) R 23422 23423 21452 0 -1 0 137531 0 0 0 16632 303 0 0 25 0 1 0 1840578539 558129152 135280 4294967295 134512640 134736556 3221224560 3221223136 134539948 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23423/statm): 136262 135280 1116 68 0 136194 0
[pid=23423] vsize: 545048
Current children cumulated CPU time (s) 169.35
Current children cumulated vsize (Kb) 545048

[startup+180.007 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 23423
Raw data (/proc/23423/stat): 23423 (bsolo) R 23422 23423 21452 0 -1 0 137552 0 0 0 17632 304 0 0 25 0 1 0 1840578539 558264320 135301 4294967295 134512640 134736556 3221224560 3221223136 134539937 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23423/statm): 136295 135301 1116 68 0 136227 0
[pid=23423] vsize: 545180
Current children cumulated CPU time (s) 179.36
Current children cumulated vsize (Kb) 545180

[startup+190.008 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 23423
Raw data (/proc/23423/stat): 23423 (bsolo) R 23422 23423 21452 0 -1 0 137571 0 0 0 18632 304 0 0 25 0 1 0 1840578539 558264320 135320 4294967295 134512640 134736556 3221224560 3221223136 134539937 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23423/statm): 136295 135320 1116 68 0 136227 0
[pid=23423] vsize: 545180
Current children cumulated CPU time (s) 189.36
Current children cumulated vsize (Kb) 545180

[startup+200.009 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 23423
Raw data (/proc/23423/stat): 23423 (bsolo) R 23422 23423 21452 0 -1 0 137590 0 0 0 19631 304 0 0 25 0 1 0 1840578539 558399488 135339 4294967295 134512640 134736556 3221224560 3221223136 134539937 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23423/statm): 136328 135339 1116 68 0 136260 0
[pid=23423] vsize: 545312
Current children cumulated CPU time (s) 199.35
Current children cumulated vsize (Kb) 545312

[startup+210.009 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 23423
Raw data (/proc/23423/stat): 23423 (bsolo) R 23422 23423 21452 0 -1 0 138018 0 0 0 20629 306 0 0 25 0 1 0 1840578539 560373760 135527 4294967295 134512640 134736556 3221224560 3221223136 134539935 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23423/statm): 136810 135527 1116 68 0 136742 0
[pid=23423] vsize: 547240
Current children cumulated CPU time (s) 209.35
Current children cumulated vsize (Kb) 547240

[startup+220.009 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 23423
Raw data (/proc/23423/stat): 23423 (bsolo) R 23422 23423 21452 0 -1 0 138024 0 0 0 21629 306 0 0 25 0 1 0 1840578539 560373760 135533 4294967295 134512640 134736556 3221224560 3221223136 134539937 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23423/statm): 136810 135533 1116 68 0 136742 0
[pid=23423] vsize: 547240
Current children cumulated CPU time (s) 219.35
Current children cumulated vsize (Kb) 547240

[startup+230.009 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 23423
Raw data (/proc/23423/stat): 23423 (bsolo) R 23422 23423 21452 0 -1 0 138027 0 0 0 22629 307 0 0 25 0 1 0 1840578539 560373760 135536 4294967295 134512640 134736556 3221224560 3221223136 134539937 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23423/statm): 136810 135536 1116 68 0 136742 0
[pid=23423] vsize: 547240
Current children cumulated CPU time (s) 229.36
Current children cumulated vsize (Kb) 547240

[startup+240.01 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 23423
Raw data (/proc/23423/stat): 23423 (bsolo) R 23422 23423 21452 0 -1 0 138033 0 0 0 23629 307 0 0 25 0 1 0 1840578539 560373760 135542 4294967295 134512640 134736556 3221224560 3221223136 134539948 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23423/statm): 136810 135542 1116 68 0 136742 0
[pid=23423] vsize: 547240
Current children cumulated CPU time (s) 239.36
Current children cumulated vsize (Kb) 547240

[startup+250.01 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 23423
Raw data (/proc/23423/stat): 23423 (bsolo) R 23422 23423 21452 0 -1 0 138036 0 0 0 24629 307 0 0 25 0 1 0 1840578539 560373760 135545 4294967295 134512640 134736556 3221224560 3221223136 134539932 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23423/statm): 136810 135545 1116 68 0 136742 0
[pid=23423] vsize: 547240
Current children cumulated CPU time (s) 249.36
Current children cumulated vsize (Kb) 547240

[startup+260.01 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 23423
Raw data (/proc/23423/stat): 23423 (bsolo) R 23422 23423 21452 0 -1 0 138042 0 0 0 25629 308 0 0 25 0 1 0 1840578539 560373760 135551 4294967295 134512640 134736556 3221224560 3221223136 134539937 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23423/statm): 136810 135551 1116 68 0 136742 0
[pid=23423] vsize: 547240
Current children cumulated CPU time (s) 259.37
Current children cumulated vsize (Kb) 547240

[startup+270.01 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 23423
Raw data (/proc/23423/stat): 23423 (bsolo) R 23422 23423 21452 0 -1 0 138045 0 0 0 26628 308 0 0 25 0 1 0 1840578539 560373760 135554 4294967295 134512640 134736556 3221224560 3221223136 134539935 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23423/statm): 136810 135554 1116 68 0 136742 0
[pid=23423] vsize: 547240
Current children cumulated CPU time (s) 269.36
Current children cumulated vsize (Kb) 547240

[startup+280.01 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 23423
Raw data (/proc/23423/stat): 23423 (bsolo) R 23422 23423 21452 0 -1 0 138051 0 0 0 27628 309 0 0 25 0 1 0 1840578539 560373760 135560 4294967295 134512640 134736556 3221224560 3221223136 134539935 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23423/statm): 136810 135560 1116 68 0 136742 0
[pid=23423] vsize: 547240
Current children cumulated CPU time (s) 279.37
Current children cumulated vsize (Kb) 547240

[startup+290.01 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 23423
Raw data (/proc/23423/stat): 23423 (bsolo) R 23422 23423 21452 0 -1 0 138058 0 0 0 28628 309 0 0 25 0 1 0 1840578539 560373760 135567 4294967295 134512640 134736556 3221224560 3221223136 134539937 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23423/statm): 136810 135567 1116 68 0 136742 0
[pid=23423] vsize: 547240
Current children cumulated CPU time (s) 289.37
Current children cumulated vsize (Kb) 547240

[startup+300.011 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 23423
Raw data (/proc/23423/stat): 23423 (bsolo) R 23422 23423 21452 0 -1 0 138071 0 0 0 29627 309 0 0 25 0 1 0 1840578539 560373760 135580 4294967295 134512640 134736556 3221224560 3221223136 134539937 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23423/statm): 136810 135580 1116 68 0 136742 0
[pid=23423] vsize: 547240
Current children cumulated CPU time (s) 299.36
Current children cumulated vsize (Kb) 547240

[startup+310.011 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 23423
Raw data (/proc/23423/stat): 23423 (bsolo) R 23422 23423 21452 0 -1 0 138087 0 0 0 30627 310 0 0 25 0 1 0 1840578539 560373760 135596 4294967295 134512640 134736556 3221224560 3221223136 134539937 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23423/statm): 136810 135596 1116 68 0 136742 0
[pid=23423] vsize: 547240
Current children cumulated CPU time (s) 309.37
Current children cumulated vsize (Kb) 547240

[startup+320.012 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 23423
Raw data (/proc/23423/stat): 23423 (bsolo) R 23422 23423 21452 0 -1 0 138101 0 0 0 31627 310 0 0 25 0 1 0 1840578539 560373760 135610 4294967295 134512640 134736556 3221224560 3221223136 134539937 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23423/statm): 136810 135610 1116 68 0 136742 0
[pid=23423] vsize: 547240
Current children cumulated CPU time (s) 319.37
Current children cumulated vsize (Kb) 547240

[startup+330.011 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 23423
Raw data (/proc/23423/stat): 23423 (bsolo) R 23422 23423 21452 0 -1 0 138114 0 0 0 32624 312 0 0 25 0 1 0 1840578539 560508928 135623 4294967295 134512640 134736556 3221224560 3221223136 134539937 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23423/statm): 136843 135623 1116 68 0 136775 0
[pid=23423] vsize: 547372
Current children cumulated CPU time (s) 329.36
Current children cumulated vsize (Kb) 547372

[startup+340.012 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 23423
Raw data (/proc/23423/stat): 23423 (bsolo) R 23422 23423 21452 0 -1 0 138130 0 0 0 33623 313 0 0 25 0 1 0 1840578539 560508928 135639 4294967295 134512640 134736556 3221224560 3221223136 134539937 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23423/statm): 136843 135639 1116 68 0 136775 0
[pid=23423] vsize: 547372
Current children cumulated CPU time (s) 339.36
Current children cumulated vsize (Kb) 547372

[startup+350.013 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 23423
Raw data (/proc/23423/stat): 23423 (bsolo) R 23422 23423 21452 0 -1 0 138142 0 0 0 34623 314 0 0 25 0 1 0 1840578539 560508928 135651 4294967295 134512640 134736556 3221224560 3221223136 134539937 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23423/statm): 136843 135651 1116 68 0 136775 0
[pid=23423] vsize: 547372
Current children cumulated CPU time (s) 349.37
Current children cumulated vsize (Kb) 547372

[startup+360.012 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 23423
Raw data (/proc/23423/stat): 23423 (bsolo) R 23422 23423 21452 0 -1 0 138155 0 0 0 35623 314 0 0 25 0 1 0 1840578539 560508928 135664 4294967295 134512640 134736556 3221224560 3221223136 134539937 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23423/statm): 136843 135664 1116 68 0 136775 0
[pid=23423] vsize: 547372
Current children cumulated CPU time (s) 359.37
Current children cumulated vsize (Kb) 547372

[startup+370.012 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 23423
Raw data (/proc/23423/stat): 23423 (bsolo) R 23422 23423 21452 0 -1 0 138168 0 0 0 36622 315 0 0 25 0 1 0 1840578539 560644096 135677 4294967295 134512640 134736556 3221224560 3221221260 1077191238 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23423/statm): 136876 135677 1116 68 0 136808 0
[pid=23423] vsize: 547504
Current children cumulated CPU time (s) 369.37
Current children cumulated vsize (Kb) 547504

[startup+380.013 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 23423
Raw data (/proc/23423/stat): 23423 (bsolo) R 23422 23423 21452 0 -1 0 138180 0 0 0 37621 316 0 0 25 0 1 0 1840578539 560644096 135689 4294967295 134512640 134736556 3221224560 3221223136 134539937 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23423/statm): 136876 135689 1116 68 0 136808 0
[pid=23423] vsize: 547504
Current children cumulated CPU time (s) 379.37
Current children cumulated vsize (Kb) 547504

[startup+390.014 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 23423
Raw data (/proc/23423/stat): 23423 (bsolo) R 23422 23423 21452 0 -1 0 138195 0 0 0 38621 317 0 0 25 0 1 0 1840578539 560644096 135704 4294967295 134512640 134736556 3221224560 3221223136 134539935 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23423/statm): 136876 135704 1116 68 0 136808 0
[pid=23423] vsize: 547504
Current children cumulated CPU time (s) 389.38
Current children cumulated vsize (Kb) 547504

[startup+400.013 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 23423
Raw data (/proc/23423/stat): 23423 (bsolo) R 23422 23423 21452 0 -1 0 138207 0 0 0 39620 317 0 0 25 0 1 0 1840578539 560779264 135716 4294967295 134512640 134736556 3221224560 3221223136 134539935 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23423/statm): 136909 135716 1116 68 0 136841 0
[pid=23423] vsize: 547636
Current children cumulated CPU time (s) 399.37
Current children cumulated vsize (Kb) 547636

[startup+410.014 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 23423
Raw data (/proc/23423/stat): 23423 (bsolo) R 23422 23423 21452 0 -1 0 138219 0 0 0 40620 318 0 0 25 0 1 0 1840578539 560779264 135728 4294967295 134512640 134736556 3221224560 3221223136 134539937 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23423/statm): 136909 135728 1116 68 0 136841 0
[pid=23423] vsize: 547636
Current children cumulated CPU time (s) 409.38
Current children cumulated vsize (Kb) 547636

[startup+420.015 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 23423
Raw data (/proc/23423/stat): 23423 (bsolo) R 23422 23423 21452 0 -1 0 138231 0 0 0 41620 318 0 0 25 0 1 0 1840578539 560779264 135740 4294967295 134512640 134736556 3221224560 3221223136 134539937 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23423/statm): 136909 135740 1116 68 0 136841 0
[pid=23423] vsize: 547636
Current children cumulated CPU time (s) 419.38
Current children cumulated vsize (Kb) 547636

[startup+430.014 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 23423
Raw data (/proc/23423/stat): 23423 (bsolo) R 23422 23423 21452 0 -1 0 138242 0 0 0 42620 318 0 0 25 0 1 0 1840578539 560779264 135751 4294967295 134512640 134736556 3221224560 3221223136 134539935 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23423/statm): 136909 135751 1116 68 0 136841 0
[pid=23423] vsize: 547636
Current children cumulated CPU time (s) 429.38
Current children cumulated vsize (Kb) 547636

[startup+440.015 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 23423
Raw data (/proc/23423/stat): 23423 (bsolo) R 23422 23423 21452 0 -1 0 138254 0 0 0 43619 319 0 0 25 0 1 0 1840578539 560914432 135763 4294967295 134512640 134736556 3221224560 3221223136 134539937 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23423/statm): 136942 135763 1116 68 0 136874 0
[pid=23423] vsize: 547768
Current children cumulated CPU time (s) 439.38
Current children cumulated vsize (Kb) 547768

[startup+450.016 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 23423
Raw data (/proc/23423/stat): 23423 (bsolo) R 23422 23423 21452 0 -1 0 138265 0 0 0 44619 319 0 0 25 0 1 0 1840578539 560914432 135774 4294967295 134512640 134736556 3221224560 3221223136 134539937 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23423/statm): 136942 135774 1116 68 0 136874 0
[pid=23423] vsize: 547768
Current children cumulated CPU time (s) 449.38
Current children cumulated vsize (Kb) 547768

[startup+460.016 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 23423
Raw data (/proc/23423/stat): 23423 (bsolo) R 23422 23423 21452 0 -1 0 138277 0 0 0 45619 320 0 0 25 0 1 0 1840578539 560914432 135786 4294967295 134512640 134736556 3221224560 3221223136 134539937 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23423/statm): 136942 135786 1116 68 0 136874 0
[pid=23423] vsize: 547768
Current children cumulated CPU time (s) 459.39
Current children cumulated vsize (Kb) 547768

[startup+470.016 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 23423
Raw data (/proc/23423/stat): 23423 (bsolo) R 23422 23423 21452 0 -1 0 138288 0 0 0 46618 321 0 0 25 0 1 0 1840578539 560914432 135797 4294967295 134512640 134736556 3221224560 3221223136 134539937 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23423/statm): 136942 135797 1116 68 0 136874 0
[pid=23423] vsize: 547768
Current children cumulated CPU time (s) 469.39
Current children cumulated vsize (Kb) 547768

[startup+480.017 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 23423
Raw data (/proc/23423/stat): 23423 (bsolo) R 23422 23423 21452 0 -1 0 138299 0 0 0 47618 321 0 0 25 0 1 0 1840578539 561049600 135808 4294967295 134512640 134736556 3221224560 3221223136 134539937 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23423/statm): 136975 135808 1116 68 0 136907 0
[pid=23423] vsize: 547900
Current children cumulated CPU time (s) 479.39
Current children cumulated vsize (Kb) 547900

[startup+490.018 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 23423
Raw data (/proc/23423/stat): 23423 (bsolo) R 23422 23423 21452 0 -1 0 138310 0 0 0 48618 321 0 0 25 0 1 0 1840578539 561049600 135819 4294967295 134512640 134736556 3221224560 3221223136 134539937 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23423/statm): 136975 135819 1116 68 0 136907 0
[pid=23423] vsize: 547900
Current children cumulated CPU time (s) 489.39
Current children cumulated vsize (Kb) 547900

[startup+500.018 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 23423
Raw data (/proc/23423/stat): 23423 (bsolo) R 23422 23423 21452 0 -1 0 138321 0 0 0 49618 322 0 0 25 0 1 0 1840578539 561049600 135830 4294967295 134512640 134736556 3221224560 3221223136 134539937 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23423/statm): 136975 135830 1116 68 0 136907 0
[pid=23423] vsize: 547900
Current children cumulated CPU time (s) 499.4
Current children cumulated vsize (Kb) 547900

[startup+510.018 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 23423
Raw data (/proc/23423/stat): 23423 (bsolo) R 23422 23423 21452 0 -1 0 138332 0 0 0 50617 322 0 0 25 0 1 0 1840578539 561049600 135841 4294967295 134512640 134736556 3221224560 3221223136 134539935 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23423/statm): 136975 135841 1116 68 0 136907 0
[pid=23423] vsize: 547900
Current children cumulated CPU time (s) 509.39
Current children cumulated vsize (Kb) 547900

[startup+520.019 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 23423
Raw data (/proc/23423/stat): 23423 (bsolo) R 23422 23423 21452 0 -1 0 138343 0 0 0 51617 322 0 0 25 0 1 0 1840578539 561184768 135852 4294967295 134512640 134736556 3221224560 3221223136 134539937 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23423/statm): 137008 135852 1116 68 0 136940 0
[pid=23423] vsize: 548032
Current children cumulated CPU time (s) 519.39
Current children cumulated vsize (Kb) 548032

[startup+530.019 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 23423
Raw data (/proc/23423/stat): 23423 (bsolo) R 23422 23423 21452 0 -1 0 138353 0 0 0 52617 323 0 0 25 0 1 0 1840578539 561184768 135862 4294967295 134512640 134736556 3221224560 3221223136 134539948 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23423/statm): 137008 135862 1116 68 0 136940 0
[pid=23423] vsize: 548032
Current children cumulated CPU time (s) 529.4
Current children cumulated vsize (Kb) 548032

[startup+540.019 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 23423
Raw data (/proc/23423/stat): 23423 (bsolo) R 23422 23423 21452 0 -1 0 138364 0 0 0 53617 323 0 0 25 0 1 0 1840578539 561184768 135873 4294967295 134512640 134736556 3221224560 3221223136 134539935 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23423/statm): 137008 135873 1116 68 0 136940 0
[pid=23423] vsize: 548032
Current children cumulated CPU time (s) 539.4
Current children cumulated vsize (Kb) 548032

[startup+550.02 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 23423
Raw data (/proc/23423/stat): 23423 (bsolo) R 23422 23423 21452 0 -1 0 138374 0 0 0 54616 323 0 0 25 0 1 0 1840578539 561184768 135883 4294967295 134512640 134736556 3221224560 3221223136 134539937 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23423/statm): 137008 135883 1116 68 0 136940 0
[pid=23423] vsize: 548032
Current children cumulated CPU time (s) 549.39
Current children cumulated vsize (Kb) 548032

[startup+560.02 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 23423
Raw data (/proc/23423/stat): 23423 (bsolo) R 23422 23423 21452 0 -1 0 138385 0 0 0 55616 324 0 0 25 0 1 0 1840578539 561184768 135894 4294967295 134512640 134736556 3221224560 3221223136 134539937 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23423/statm): 137008 135894 1116 68 0 136940 0
[pid=23423] vsize: 548032
Current children cumulated CPU time (s) 559.4
Current children cumulated vsize (Kb) 548032

[startup+570.019 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 23423
Raw data (/proc/23423/stat): 23423 (bsolo) R 23422 23423 21452 0 -1 0 138395 0 0 0 56615 324 0 0 25 0 1 0 1840578539 561319936 135904 4294967295 134512640 134736556 3221224560 3221223136 134539937 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23423/statm): 137041 135904 1116 68 0 136973 0
[pid=23423] vsize: 548164
Current children cumulated CPU time (s) 569.39
Current children cumulated vsize (Kb) 548164

[startup+580.02 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 23423
Raw data (/proc/23423/stat): 23423 (bsolo) R 23422 23423 21452 0 -1 0 138405 0 0 0 57615 325 0 0 25 0 1 0 1840578539 561319936 135914 4294967295 134512640 134736556 3221224560 3221223136 134539937 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23423/statm): 137041 135914 1116 68 0 136973 0
[pid=23423] vsize: 548164
Current children cumulated CPU time (s) 579.4
Current children cumulated vsize (Kb) 548164

[startup+590.021 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 23423
Raw data (/proc/23423/stat): 23423 (bsolo) R 23422 23423 21452 0 -1 0 138416 0 0 0 58615 325 0 0 25 0 1 0 1840578539 561319936 135925 4294967295 134512640 134736556 3221224560 3221223136 134539937 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23423/statm): 137041 135925 1116 68 0 136973 0
[pid=23423] vsize: 548164
Current children cumulated CPU time (s) 589.4
Current children cumulated vsize (Kb) 548164

[startup+600.022 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 23423
Raw data (/proc/23423/stat): 23423 (bsolo) R 23422 23423 21452 0 -1 0 138426 0 0 0 59614 325 0 0 25 0 1 0 1840578539 561319936 135935 4294967295 134512640 134736556 3221224560 3221223136 134539937 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23423/statm): 137041 135935 1116 68 0 136973 0
[pid=23423] vsize: 548164
Current children cumulated CPU time (s) 599.39
Current children cumulated vsize (Kb) 548164

[startup+610.021 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 23423
Raw data (/proc/23423/stat): 23423 (bsolo) R 23422 23423 21452 0 -1 0 138433 0 0 0 60614 326 0 0 25 0 1 0 1840578539 561455104 135942 4294967295 134512640 134736556 3221224560 3221223136 134539932 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23423/statm): 137074 135942 1116 68 0 137006 0
[pid=23423] vsize: 548296
Current children cumulated CPU time (s) 609.4
Current children cumulated vsize (Kb) 548296

[startup+620.022 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 23423
Raw data (/proc/23423/stat): 23423 (bsolo) R 23422 23423 21452 0 -1 0 138443 0 0 0 61613 326 0 0 25 0 1 0 1840578539 561455104 135952 4294967295 134512640 134736556 3221224560 3221223136 134539937 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23423/statm): 137074 135952 1116 68 0 137006 0
[pid=23423] vsize: 548296
Current children cumulated CPU time (s) 619.39
Current children cumulated vsize (Kb) 548296

[startup+630.022 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 23423
Raw data (/proc/23423/stat): 23423 (bsolo) R 23422 23423 21452 0 -1 0 138453 0 0 0 62612 327 0 0 25 0 1 0 1840578539 561455104 135962 4294967295 134512640 134736556 3221224560 3221223136 134539935 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23423/statm): 137074 135962 1116 68 0 137006 0
[pid=23423] vsize: 548296
Current children cumulated CPU time (s) 629.39
Current children cumulated vsize (Kb) 548296

[startup+640.022 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 23423
Raw data (/proc/23423/stat): 23423 (bsolo) R 23422 23423 21452 0 -1 0 138463 0 0 0 63612 327 0 0 25 0 1 0 1840578539 561455104 135972 4294967295 134512640 134736556 3221224560 3221223136 134539937 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23423/statm): 137074 135972 1116 68 0 137006 0
[pid=23423] vsize: 548296
Current children cumulated CPU time (s) 639.39
Current children cumulated vsize (Kb) 548296

[startup+650.023 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 23423
Raw data (/proc/23423/stat): 23423 (bsolo) R 23422 23423 21452 0 -1 0 138473 0 0 0 64612 328 0 0 25 0 1 0 1840578539 561455104 135982 4294967295 134512640 134736556 3221224560 3221223136 134539937 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23423/statm): 137074 135982 1116 68 0 137006 0
[pid=23423] vsize: 548296
Current children cumulated CPU time (s) 649.4
Current children cumulated vsize (Kb) 548296

[startup+660.023 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 23423
Raw data (/proc/23423/stat): 23423 (bsolo) R 23422 23423 21452 0 -1 0 138483 0 0 0 65612 328 0 0 25 0 1 0 1840578539 561590272 135992 4294967295 134512640 134736556 3221224560 3221223136 134539935 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23423/statm): 137107 135992 1116 68 0 137039 0
[pid=23423] vsize: 548428
Current children cumulated CPU time (s) 659.4
Current children cumulated vsize (Kb) 548428

[startup+670.024 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 23423
Raw data (/proc/23423/stat): 23423 (bsolo) R 23422 23423 21452 0 -1 0 138492 0 0 0 66611 329 0 0 25 0 1 0 1840578539 561590272 136001 4294967295 134512640 134736556 3221224560 3221223136 134539937 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23423/statm): 137107 136001 1116 68 0 137039 0
[pid=23423] vsize: 548428
Current children cumulated CPU time (s) 669.4
Current children cumulated vsize (Kb) 548428

[startup+680.024 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 23423
Raw data (/proc/23423/stat): 23423 (bsolo) R 23422 23423 21452 0 -1 0 138499 0 0 0 67611 329 0 0 25 0 1 0 1840578539 561590272 136008 4294967295 134512640 134736556 3221224560 3221223136 134539937 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23423/statm): 137107 136008 1116 68 0 137039 0
[pid=23423] vsize: 548428
Current children cumulated CPU time (s) 679.4
Current children cumulated vsize (Kb) 548428

[startup+690.025 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 23423
Raw data (/proc/23423/stat): 23423 (bsolo) R 23422 23423 21452 0 -1 0 138509 0 0 0 68611 330 0 0 25 0 1 0 1840578539 561590272 136018 4294967295 134512640 134736556 3221224560 3221223136 134539935 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23423/statm): 137107 136018 1116 68 0 137039 0
[pid=23423] vsize: 548428
Current children cumulated CPU time (s) 689.41
Current children cumulated vsize (Kb) 548428

[startup+700.025 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 23423
Raw data (/proc/23423/stat): 23423 (bsolo) R 23422 23423 21452 0 -1 0 138518 0 0 0 69610 330 0 0 25 0 1 0 1840578539 561590272 136027 4294967295 134512640 134736556 3221224560 3221223136 134539935 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23423/statm): 137107 136027 1116 68 0 137039 0
[pid=23423] vsize: 548428
Current children cumulated CPU time (s) 699.4
Current children cumulated vsize (Kb) 548428

[startup+710.024 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 23423
Raw data (/proc/23423/stat): 23423 (bsolo) R 23422 23423 21452 0 -1 0 138520 0 0 0 70610 331 0 0 25 0 1 0 1840578539 561590272 136029 4294967295 134512640 134736556 3221224560 3221222428 1076880076 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23423/statm): 137107 136029 1116 68 0 137039 0
[pid=23423] vsize: 548428
Current children cumulated CPU time (s) 709.41
Current children cumulated vsize (Kb) 548428

[startup+720.025 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 23423
Raw data (/proc/23423/stat): 23423 (bsolo) R 23422 23423 21452 0 -1 0 138810 0 0 0 71609 331 0 0 25 0 1 0 1840578539 562950144 136297 4294967295 134512640 134736556 3221224560 3221223136 134539937 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23423/statm): 137439 136297 1116 68 0 137371 0
[pid=23423] vsize: 549756
Current children cumulated CPU time (s) 719.4
Current children cumulated vsize (Kb) 549756

[startup+730.025 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 23423
Raw data (/proc/23423/stat): 23423 (bsolo) R 23422 23423 21452 0 -1 0 138862 0 0 0 72608 332 0 0 25 0 1 0 1840578539 563220480 136349 4294967295 134512640 134736556 3221224560 3221223136 134539937 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23423/statm): 137505 136349 1116 68 0 137437 0
[pid=23423] vsize: 550020
Current children cumulated CPU time (s) 729.4
Current children cumulated vsize (Kb) 550020

[startup+740.026 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 23423
Raw data (/proc/23423/stat): 23423 (bsolo) R 23422 23423 21452 0 -1 0 138910 0 0 0 73607 333 0 0 25 0 1 0 1840578539 563355648 136397 4294967295 134512640 134736556 3221224560 3221223136 134539937 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23423/statm): 137538 136397 1116 68 0 137470 0
[pid=23423] vsize: 550152
Current children cumulated CPU time (s) 739.4
Current children cumulated vsize (Kb) 550152

[startup+750.026 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 23423
Raw data (/proc/23423/stat): 23423 (bsolo) R 23422 23423 21452 0 -1 0 139095 0 0 0 74607 334 0 0 25 0 1 0 1840578539 564355072 136554 4294967295 134512640 134736556 3221224560 3221223136 134539937 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23423/statm): 137782 136554 1116 68 0 137714 0
[pid=23423] vsize: 551128
Current children cumulated CPU time (s) 749.41
Current children cumulated vsize (Kb) 551128

[startup+760.026 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 23423
Raw data (/proc/23423/stat): 23423 (bsolo) R 23422 23423 21452 0 -1 0 139101 0 0 0 75606 335 0 0 25 0 1 0 1840578539 564355072 136560 4294967295 134512640 134736556 3221224560 3221223136 134539940 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23423/statm): 137782 136560 1116 68 0 137714 0
[pid=23423] vsize: 551128
Current children cumulated CPU time (s) 759.41
Current children cumulated vsize (Kb) 551128

[startup+770.027 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 23423
Raw data (/proc/23423/stat): 23423 (bsolo) R 23422 23423 21452 0 -1 0 139130 0 0 0 76605 336 0 0 25 0 1 0 1840578539 564490240 136589 4294967295 134512640 134736556 3221224560 3221223136 134539937 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23423/statm): 137815 136589 1116 68 0 137747 0
[pid=23423] vsize: 551260
Current children cumulated CPU time (s) 769.41
Current children cumulated vsize (Kb) 551260

[startup+780.026 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 23423
Raw data (/proc/23423/stat): 23423 (bsolo) R 23422 23423 21452 0 -1 0 139160 0 0 0 77605 336 0 0 25 0 1 0 1840578539 564490240 136619 4294967295 134512640 134736556 3221224560 3221223136 134539937 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23423/statm): 137815 136619 1116 68 0 137747 0
[pid=23423] vsize: 551260
Current children cumulated CPU time (s) 779.41
Current children cumulated vsize (Kb) 551260

[startup+790.027 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 23423
Raw data (/proc/23423/stat): 23423 (bsolo) R 23422 23423 21452 0 -1 0 139184 0 0 0 78604 337 0 0 25 0 1 0 1840578539 564625408 136643 4294967295 134512640 134736556 3221224560 3221223068 1077399562 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23423/statm): 137848 136643 1116 68 0 137780 0
[pid=23423] vsize: 551392
Current children cumulated CPU time (s) 789.41
Current children cumulated vsize (Kb) 551392

[startup+800.028 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 23423
Raw data (/proc/23423/stat): 23423 (bsolo) R 23422 23423 21452 0 -1 0 139210 0 0 0 79604 337 0 0 25 0 1 0 1840578539 564760576 136669 4294967295 134512640 134736556 3221224560 3221223136 134539937 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23423/statm): 137881 136669 1116 68 0 137813 0
[pid=23423] vsize: 551524
Current children cumulated CPU time (s) 799.41
Current children cumulated vsize (Kb) 551524

[startup+810.028 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 23423
Raw data (/proc/23423/stat): 23423 (bsolo) R 23422 23423 21452 0 -1 0 139233 0 0 0 80603 338 0 0 25 0 1 0 1840578539 564760576 136692 4294967295 134512640 134736556 3221224560 3221223136 134539937 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23423/statm): 137881 136692 1116 68 0 137813 0
[pid=23423] vsize: 551524
Current children cumulated CPU time (s) 809.41
Current children cumulated vsize (Kb) 551524

[startup+820.028 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 23423
Raw data (/proc/23423/stat): 23423 (bsolo) R 23422 23423 21452 0 -1 0 139255 0 0 0 81602 339 0 0 25 0 1 0 1840578539 564895744 136714 4294967295 134512640 134736556 3221224560 3221223136 134539904 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23423/statm): 137914 136714 1116 68 0 137846 0
[pid=23423] vsize: 551656
Current children cumulated CPU time (s) 819.41
Current children cumulated vsize (Kb) 551656

[startup+830.028 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 23423
Raw data (/proc/23423/stat): 23423 (bsolo) R 23422 23423 21452 0 -1 0 139278 0 0 0 82602 339 0 0 25 0 1 0 1840578539 564895744 136737 4294967295 134512640 134736556 3221224560 3221223136 134539937 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23423/statm): 137914 136737 1116 68 0 137846 0
[pid=23423] vsize: 551656
Current children cumulated CPU time (s) 829.41
Current children cumulated vsize (Kb) 551656

[startup+840.029 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 23423
Raw data (/proc/23423/stat): 23423 (bsolo) R 23422 23423 21452 0 -1 0 139298 0 0 0 83602 339 0 0 25 0 1 0 1840578539 565030912 136757 4294967295 134512640 134736556 3221224560 3221223136 134539937 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23423/statm): 137947 136757 1116 68 0 137879 0
[pid=23423] vsize: 551788
Current children cumulated CPU time (s) 839.41
Current children cumulated vsize (Kb) 551788

[startup+850.029 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 23423
Raw data (/proc/23423/stat): 23423 (bsolo) R 23422 23423 21452 0 -1 0 139318 0 0 0 84602 339 0 0 25 0 1 0 1840578539 565030912 136777 4294967295 134512640 134736556 3221224560 3221223136 134539937 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23423/statm): 137947 136777 1116 68 0 137879 0
[pid=23423] vsize: 551788
Current children cumulated CPU time (s) 849.41
Current children cumulated vsize (Kb) 551788

[startup+860.029 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 23423
Raw data (/proc/23423/stat): 23423 (bsolo) R 23422 23423 21452 0 -1 0 139334 0 0 0 85602 340 0 0 25 0 1 0 1840578539 565166080 136793 4294967295 134512640 134736556 3221224560 3221223136 134539937 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23423/statm): 137980 136793 1116 68 0 137912 0
[pid=23423] vsize: 551920
Current children cumulated CPU time (s) 859.42
Current children cumulated vsize (Kb) 551920

[startup+870.03 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 23423
Raw data (/proc/23423/stat): 23423 (bsolo) R 23422 23423 21452 0 -1 0 139762 0 0 0 86601 340 0 0 25 0 1 0 1840578539 567140352 136981 4294967295 134512640 134736556 3221224560 3221223136 134539937 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23423/statm): 138462 136981 1116 68 0 138394 0
[pid=23423] vsize: 553848
Current children cumulated CPU time (s) 869.41
Current children cumulated vsize (Kb) 553848

[startup+880.03 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 23423
Raw data (/proc/23423/stat): 23423 (bsolo) R 23422 23423 21452 0 -1 0 139768 0 0 0 87601 341 0 0 25 0 1 0 1840578539 567140352 136987 4294967295 134512640 134736556 3221224560 3221223136 134539935 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23423/statm): 138462 136987 1116 68 0 138394 0
[pid=23423] vsize: 553848
Current children cumulated CPU time (s) 879.42
Current children cumulated vsize (Kb) 553848

[startup+890.03 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 23423
Raw data (/proc/23423/stat): 23423 (bsolo) R 23422 23423 21452 0 -1 0 139771 0 0 0 88601 341 0 0 25 0 1 0 1840578539 567140352 136990 4294967295 134512640 134736556 3221224560 3221223136 134539937 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23423/statm): 138462 136990 1116 68 0 138394 0
[pid=23423] vsize: 553848
Current children cumulated CPU time (s) 889.42
Current children cumulated vsize (Kb) 553848

[startup+900.031 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 23423
Raw data (/proc/23423/stat): 23423 (bsolo) R 23422 23423 21452 0 -1 0 139777 0 0 0 89600 342 0 0 25 0 1 0 1840578539 567140352 136996 4294967295 134512640 134736556 3221224560 3221223136 134539935 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23423/statm): 138462 136996 1116 68 0 138394 0
[pid=23423] vsize: 553848
Current children cumulated CPU time (s) 899.42
Current children cumulated vsize (Kb) 553848

[startup+910.031 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 23423
Raw data (/proc/23423/stat): 23423 (bsolo) R 23422 23423 21452 0 -1 0 139783 0 0 0 90600 342 0 0 25 0 1 0 1840578539 567140352 137002 4294967295 134512640 134736556 3221224560 3221223136 134539937 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23423/statm): 138462 137002 1116 68 0 138394 0
[pid=23423] vsize: 553848
Current children cumulated CPU time (s) 909.42
Current children cumulated vsize (Kb) 553848

[startup+920.032 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 23423
Raw data (/proc/23423/stat): 23423 (bsolo) R 23422 23423 21452 0 -1 0 139786 0 0 0 91600 342 0 0 25 0 1 0 1840578539 567140352 137005 4294967295 134512640 134736556 3221224560 3221223136 134539937 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23423/statm): 138462 137005 1116 68 0 138394 0
[pid=23423] vsize: 553848
Current children cumulated CPU time (s) 919.42
Current children cumulated vsize (Kb) 553848

[startup+930.032 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 23423
Raw data (/proc/23423/stat): 23423 (bsolo) R 23422 23423 21452 0 -1 0 139789 0 0 0 92597 345 0 0 25 0 1 0 1840578539 567140352 137008 4294967295 134512640 134736556 3221224560 3221223136 134539937 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23423/statm): 138462 137008 1116 68 0 138394 0
[pid=23423] vsize: 553848
Current children cumulated CPU time (s) 929.42
Current children cumulated vsize (Kb) 553848

[startup+940.033 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 23423
Raw data (/proc/23423/stat): 23423 (bsolo) R 23422 23423 21452 0 -1 0 139795 0 0 0 93596 346 0 0 25 0 1 0 1840578539 567140352 137014 4294967295 134512640 134736556 3221224560 3221223136 134539937 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23423/statm): 138462 137014 1116 68 0 138394 0
[pid=23423] vsize: 553848
Current children cumulated CPU time (s) 939.42
Current children cumulated vsize (Kb) 553848

[startup+950.034 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 23423
Raw data (/proc/23423/stat): 23423 (bsolo) R 23422 23423 21452 0 -1 0 139803 0 0 0 94596 346 0 0 25 0 1 0 1840578539 567140352 137022 4294967295 134512640 134736556 3221224560 3221223136 134539904 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23423/statm): 138462 137022 1116 68 0 138394 0
[pid=23423] vsize: 553848
Current children cumulated CPU time (s) 949.42
Current children cumulated vsize (Kb) 553848

[startup+960.034 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 23423
Raw data (/proc/23423/stat): 23423 (bsolo) R 23422 23423 21452 0 -1 0 139819 0 0 0 95595 347 0 0 25 0 1 0 1840578539 567140352 137038 4294967295 134512640 134736556 3221224560 3221223136 134539937 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23423/statm): 138462 137038 1116 68 0 138394 0
[pid=23423] vsize: 553848
Current children cumulated CPU time (s) 959.42
Current children cumulated vsize (Kb) 553848

[startup+970.035 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 23423
Raw data (/proc/23423/stat): 23423 (bsolo) R 23422 23423 21452 0 -1 0 139832 0 0 0 96594 348 0 0 25 0 1 0 1840578539 567140352 137051 4294967295 134512640 134736556 3221224560 3221223136 134539937 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23423/statm): 138462 137051 1116 68 0 138394 0
[pid=23423] vsize: 553848
Current children cumulated CPU time (s) 969.42
Current children cumulated vsize (Kb) 553848

[startup+980.035 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 23423
Raw data (/proc/23423/stat): 23423 (bsolo) R 23422 23423 21452 0 -1 0 139846 0 0 0 97594 349 0 0 25 0 1 0 1840578539 567140352 137065 4294967295 134512640 134736556 3221224560 3221223136 134539935 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23423/statm): 138462 137065 1116 68 0 138394 0
[pid=23423] vsize: 553848
Current children cumulated CPU time (s) 979.43
Current children cumulated vsize (Kb) 553848

[startup+990.035 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 23423
Raw data (/proc/23423/stat): 23423 (bsolo) R 23422 23423 21452 0 -1 0 139862 0 0 0 98593 349 0 0 25 0 1 0 1840578539 567275520 137081 4294967295 134512640 134736556 3221224560 3221223136 134539935 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23423/statm): 138495 137081 1116 68 0 138427 0
[pid=23423] vsize: 553980
Current children cumulated CPU time (s) 989.42
Current children cumulated vsize (Kb) 553980

[startup+1000.04 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 23423
Raw data (/proc/23423/stat): 23423 (bsolo) R 23422 23423 21452 0 -1 0 139875 0 0 0 99593 350 0 0 25 0 1 0 1840578539 567275520 137094 4294967295 134512640 134736556 3221224560 3221223136 134539937 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23423/statm): 138495 137094 1116 68 0 138427 0
[pid=23423] vsize: 553980
Current children cumulated CPU time (s) 999.43
Current children cumulated vsize (Kb) 553980

[startup+1010.04 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 23423
Raw data (/proc/23423/stat): 23423 (bsolo) R 23422 23423 21452 0 -1 0 139888 0 0 0 100592 351 0 0 25 0 1 0 1840578539 567275520 137107 4294967295 134512640 134736556 3221224560 3221223136 134539937 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23423/statm): 138495 137107 1116 68 0 138427 0
[pid=23423] vsize: 553980
Current children cumulated CPU time (s) 1009.43
Current children cumulated vsize (Kb) 553980

[startup+1020.04 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 23423
Raw data (/proc/23423/stat): 23423 (bsolo) R 23422 23423 21452 0 -1 0 139901 0 0 0 101592 351 0 0 25 0 1 0 1840578539 567275520 137120 4294967295 134512640 134736556 3221224560 3221223136 134539937 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23423/statm): 138495 137120 1116 68 0 138427 0
[pid=23423] vsize: 553980
Current children cumulated CPU time (s) 1019.43
Current children cumulated vsize (Kb) 553980

[startup+1030.04 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 23423
Raw data (/proc/23423/stat): 23423 (bsolo) R 23422 23423 21452 0 -1 0 139913 0 0 0 102592 352 0 0 25 0 1 0 1840578539 567410688 137132 4294967295 134512640 134736556 3221224560 3221223136 134539937 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23423/statm): 138528 137132 1116 68 0 138460 0
[pid=23423] vsize: 554112
Current children cumulated CPU time (s) 1029.44
Current children cumulated vsize (Kb) 554112

[startup+1040.04 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 23423
Raw data (/proc/23423/stat): 23423 (bsolo) R 23422 23423 21452 0 -1 0 139929 0 0 0 103591 353 0 0 25 0 1 0 1840578539 567410688 137148 4294967295 134512640 134736556 3221224560 3221223136 134539937 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23423/statm): 138528 137148 1116 68 0 138460 0
[pid=23423] vsize: 554112
Current children cumulated CPU time (s) 1039.44
Current children cumulated vsize (Kb) 554112

[startup+1050.04 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 23423
Raw data (/proc/23423/stat): 23423 (bsolo) R 23422 23423 21452 0 -1 0 139941 0 0 0 104590 353 0 0 25 0 1 0 1840578539 567410688 137160 4294967295 134512640 134736556 3221224560 3221223136 134539937 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23423/statm): 138528 137160 1116 68 0 138460 0
[pid=23423] vsize: 554112
Current children cumulated CPU time (s) 1049.43
Current children cumulated vsize (Kb) 554112

[startup+1060.04 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 23423
Raw data (/proc/23423/stat): 23423 (bsolo) R 23422 23423 21452 0 -1 0 139953 0 0 0 105590 353 0 0 25 0 1 0 1840578539 567545856 137172 4294967295 134512640 134736556 3221224560 3221223136 134539937 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23423/statm): 138561 137172 1116 68 0 138493 0
[pid=23423] vsize: 554244
Current children cumulated CPU time (s) 1059.43
Current children cumulated vsize (Kb) 554244

[startup+1070.04 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 23423
Raw data (/proc/23423/stat): 23423 (bsolo) R 23422 23423 21452 0 -1 0 139965 0 0 0 106589 354 0 0 25 0 1 0 1840578539 567545856 137184 4294967295 134512640 134736556 3221224560 3221223136 134539937 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23423/statm): 138561 137184 1116 68 0 138493 0
[pid=23423] vsize: 554244
Current children cumulated CPU time (s) 1069.43
Current children cumulated vsize (Kb) 554244

[startup+1080.04 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 23423
Raw data (/proc/23423/stat): 23423 (bsolo) R 23422 23423 21452 0 -1 0 139977 0 0 0 107589 355 0 0 25 0 1 0 1840578539 567545856 137196 4294967295 134512640 134736556 3221224560 3221223136 134539935 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23423/statm): 138561 137196 1116 68 0 138493 0
[pid=23423] vsize: 554244
Current children cumulated CPU time (s) 1079.44
Current children cumulated vsize (Kb) 554244

[startup+1090.04 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 23423
Raw data (/proc/23423/stat): 23423 (bsolo) R 23422 23423 21452 0 -1 0 139988 0 0 0 108588 355 0 0 25 0 1 0 1840578539 567545856 137207 4294967295 134512640 134736556 3221224560 3221223136 134539940 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23423/statm): 138561 137207 1116 68 0 138493 0
[pid=23423] vsize: 554244
Current children cumulated CPU time (s) 1089.43
Current children cumulated vsize (Kb) 554244

[startup+1100.04 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 23423
Raw data (/proc/23423/stat): 23423 (bsolo) R 23422 23423 21452 0 -1 0 140000 0 0 0 109588 356 0 0 25 0 1 0 1840578539 567681024 137219 4294967295 134512640 134736556 3221224560 3221223136 134539904 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23423/statm): 138594 137219 1116 68 0 138526 0
[pid=23423] vsize: 554376
Current children cumulated CPU time (s) 1099.44
Current children cumulated vsize (Kb) 554376

[startup+1110.04 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 23423
Raw data (/proc/23423/stat): 23423 (bsolo) R 23422 23423 21452 0 -1 0 140011 0 0 0 110587 356 0 0 25 0 1 0 1840578539 567681024 137230 4294967295 134512640 134736556 3221224560 3221223136 134539937 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23423/statm): 138594 137230 1116 68 0 138526 0
[pid=23423] vsize: 554376
Current children cumulated CPU time (s) 1109.43
Current children cumulated vsize (Kb) 554376

[startup+1120.04 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 23423
Raw data (/proc/23423/stat): 23423 (bsolo) R 23422 23423 21452 0 -1 0 140023 0 0 0 111587 357 0 0 25 0 1 0 1840578539 567681024 137242 4294967295 134512640 134736556 3221224560 3221223136 134539937 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23423/statm): 138594 137242 1116 68 0 138526 0
[pid=23423] vsize: 554376
Current children cumulated CPU time (s) 1119.44
Current children cumulated vsize (Kb) 554376

[startup+1130.04 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 23423
Raw data (/proc/23423/stat): 23423 (bsolo) R 23422 23423 21452 0 -1 0 140034 0 0 0 112587 357 0 0 25 0 1 0 1840578539 567681024 137253 4294967295 134512640 134736556 3221224560 3221223136 134539937 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23423/statm): 138594 137253 1116 68 0 138526 0
[pid=23423] vsize: 554376
Current children cumulated CPU time (s) 1129.44
Current children cumulated vsize (Kb) 554376

[startup+1140.04 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 23423
Raw data (/proc/23423/stat): 23423 (bsolo) R 23422 23423 21452 0 -1 0 140045 0 0 0 113587 357 0 0 25 0 1 0 1840578539 567816192 137264 4294967295 134512640 134736556 3221224560 3221223136 134539937 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23423/statm): 138627 137264 1116 68 0 138559 0
[pid=23423] vsize: 554508
Current children cumulated CPU time (s) 1139.44
Current children cumulated vsize (Kb) 554508

[startup+1150.04 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 23423
Raw data (/proc/23423/stat): 23423 (bsolo) R 23422 23423 21452 0 -1 0 140056 0 0 0 114587 357 0 0 25 0 1 0 1840578539 567816192 137275 4294967295 134512640 134736556 3221224560 3221223136 134539937 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23423/statm): 138627 137275 1116 68 0 138559 0
[pid=23423] vsize: 554508
Current children cumulated CPU time (s) 1149.44
Current children cumulated vsize (Kb) 554508

[startup+1160.04 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 23423
Raw data (/proc/23423/stat): 23423 (bsolo) R 23422 23423 21452 0 -1 0 140067 0 0 0 115586 358 0 0 25 0 1 0 1840578539 567816192 137286 4294967295 134512640 134736556 3221224560 3221223136 134539937 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23423/statm): 138627 137286 1116 68 0 138559 0
[pid=23423] vsize: 554508
Current children cumulated CPU time (s) 1159.44
Current children cumulated vsize (Kb) 554508

[startup+1170.04 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 23423
Raw data (/proc/23423/stat): 23423 (bsolo) R 23422 23423 21452 0 -1 0 140078 0 0 0 116586 359 0 0 25 0 1 0 1840578539 567816192 137297 4294967295 134512640 134736556 3221224560 3221223136 134539937 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23423/statm): 138627 137297 1116 68 0 138559 0
[pid=23423] vsize: 554508
Current children cumulated CPU time (s) 1169.45
Current children cumulated vsize (Kb) 554508

[startup+1180.04 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 23423
Raw data (/proc/23423/stat): 23423 (bsolo) R 23422 23423 21452 0 -1 0 140089 0 0 0 117585 359 0 0 25 0 1 0 1840578539 567951360 137308 4294967295 134512640 134736556 3221224560 3221223136 134539937 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23423/statm): 138660 137308 1116 68 0 138592 0
[pid=23423] vsize: 554640
Current children cumulated CPU time (s) 1179.44
Current children cumulated vsize (Kb) 554640

[startup+1190.04 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 23423
Raw data (/proc/23423/stat): 23423 (bsolo) R 23422 23423 21452 0 -1 0 140100 0 0 0 118585 360 0 0 25 0 1 0 1840578539 567951360 137319 4294967295 134512640 134736556 3221224560 3221223136 134539937 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23423/statm): 138660 137319 1116 68 0 138592 0
[pid=23423] vsize: 554640
Current children cumulated CPU time (s) 1189.45
Current children cumulated vsize (Kb) 554640

[startup+1200.04 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 23423
Raw data (/proc/23423/stat): 23423 (bsolo) R 23422 23423 21452 0 -1 0 140110 0 0 0 119585 360 0 0 25 0 1 0 1840578539 567951360 137329 4294967295 134512640 134736556 3221224560 3221223136 134539937 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23423/statm): 138660 137329 1116 68 0 138592 0
[pid=23423] vsize: 554640
Current children cumulated CPU time (s) 1199.45
Current children cumulated vsize (Kb) 554640

[startup+1210.04 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 23423
Raw data (/proc/23423/stat): 23423 (bsolo) R 23422 23423 21452 0 -1 0 140121 0 0 0 120584 361 0 0 25 0 1 0 1840578539 567951360 137340 4294967295 134512640 134736556 3221224560 3221223136 134539937 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23423/statm): 138660 137340 1116 68 0 138592 0
[pid=23423] vsize: 554640
Current children cumulated CPU time (s) 1209.45
Current children cumulated vsize (Kb) 554640



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1210.04 s]
Raw data (loadavg): 1.00 1.00 0.93 2/56 23423
Raw data (/proc/23423/stat): 23423 (bsolo) R 23422 23423 21452 0 -1 0 140121 0 0 0 120584 361 0 0 25 0 1 0 1840578539 567951360 137340 4294967295 134512640 134736556 3221224560 3221223136 134539935 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23423/statm): 138660 137340 1116 68 0 138592 0
[pid=23423] vsize: 554640
Current children cumulated CPU time (s) 1209.45
Current children cumulated vsize (Kb) 554640

Sending SIGTERM to -23423
Sleeping 2 seconds
One traced child (pid=23423) exited with status: 0
All traced children have exited ! Game is over.

Child status: 0
Real time (s): 1210.3
CPU time (s): 1209.72
CPU user time (s): 1205.84
CPU system time (s): 3.87041
CPU usage (%): 99.9516
Max. virtual memory (cumulated for all children) (Kb): 554640

Verifier Data

ERROR: no interpretation found !