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/plato.asu.edu/pub/fctp/normalized-mps-v2-20-10-n370a.opb
MD5SUMc6fa043dbbb5b108d149e4ec9ce5fa2c
Bench Categoryoptimization, big integers (OPTBIGINT)
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of terms in the objective function 155000
Biggest coefficient in the objective function 4294967296
Number of bits for the biggest coefficient in the objective function 33
Sum of the numbers in the objective function 29637219205243
Number of bits of the sum of numbers in the objective function 45
Biggest number in a constraint 4294967296
Number of bits of the biggest number in a constraint 33
Biggest sum of numbers in a constraint 29637219205243
Number of bits of the biggest sum of numbers45
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Number of variables155000
Total number of constraints5150
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 constraints5150
Minimum length of a constraint31
Maximum length of a constraint3000

Trace number 4332

Launcher Data

LAUNCH ON wulflinc23 THE 2005-09-19 06:39:56 (client local time)
PB2005-SCRIPT v4.0 
MARKUPS: idlaunch=707 boxname=wulflinc23 idbench=707 idsolver=1 numberseed=0
MD5SUM SOLVER: 38f99674050b34630888bf623b924b59  /oldhome/oroussel/solvers/bsolo
MD5SUM BENCH:  c6fa043dbbb5b108d149e4ec9ce5fa2c  /oldhome/oroussel/tmp/wulflinc23/normalized-mps-v2-20-10-n370a.opb
REAL COMMAND:  bsolo /oldhome/oroussel/tmp/wulflinc23/normalized-mps-v2-20-10-n370a.opb
IDLAUNCH: 707
/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 7
model name	: Pentium III (Katmai)
stepping	: 3
cpu MHz		: 451.037
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.037
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:        869640 kB
Buffers:         37228 kB
Cached:          98660 kB
SwapCached:        792 kB
Active:          78216 kB
Inactive:        60356 kB
HighTotal:      131008 kB
HighFree:        29036 kB
LowTotal:       903652 kB
LowFree:        840604 kB
SwapTotal:     2097136 kB
SwapFree:      2095868 kB
Dirty:              40 kB
Writeback:           0 kB
Mapped:           5692 kB
Slab:            20760 kB
Committed_AS:    64132 kB
PageTables:        328 kB
VmallocTotal:   114680 kB
VmallocUsed:      1364 kB
VmallocChunk:   113256 kB
JOB ENDED THE 2005-09-19 07:00:32 (client local time) WITH STATUS 0 IN 1195.5 SECONDS
stats: 707 7 1195.5 0

Solver Data

c INFO: OSL Context initialized.
c BIG Int formula...
c Initial problem consists of 155000 variables and 5300 constraints.
c No problem reductions applied in OPT. instance.
c	preprocess terminated. Elapsed time: 95.521
c After prepocess the problem consists of 96496 variables and 5300 constraints.
c Initial Lower Bound: 0
c Restart #1 #Var: 96496 #Dec: 91494 LB: 0 @ 115.9
c Restart #2 #Var: 96496 #Dec: 211281 LB: 0 @ 151.5
c Restart #3 #Var: 96496 #Dec: 356221 LB: 0 @ 202.97
c Restart #4 #Var: 96496 #Dec: 539958 LB: 0 @ 272.12
c Restart #5 #Var: 96496 #Dec: 770532 LB: 0 @ 358.79
c Restart #6 #Var: 96496 #Dec: 1039442 LB: 0 @ 460.58
c Restart #7 #Var: 96496 #Dec: 1335007 LB: 0 @ 577.06
c CHANGE Heuristic... 
c Restart #0 #Var: 96496 #Dec: 1421380 LB: 0 @ 703.87
c Restart #1 #Var: 96496 #Dec: 1434991 LB: 0 @ 719.55
c Restart #2 #Var: 96496 #Dec: 1451197 LB: 0 @ 893.2
c Restart #3 #Var: 96496 #Dec: 1470170 LB: 0 @ 979.67
c Restart #4 #Var: 96496 #Dec: 1476989 LB: 0 @ 1039.6
c Restart #5 #Var: 96496 #Dec: 1500948 LB: 0 @ 1130.4
s UNKNOWN
c Exit Code: 0
c Total time: 1195.2 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/21444/stat): 21444 (bsolo) R 21443 21444 5299 0 -1 0 19 0 0 0 0 0 0 0 22 0 1 0 1847816722 438272 3 4294967295 134512640 134736556 3221224560 3221224560 1073744960 0 0 5 0 0 0 0 17 1 0 0
Raw data (/proc/21444/statm): 107 3 90 68 0 39 0
[pid=21444] 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/wulflinc23/normalized-mps-v2-20-10-n370a.opb

[startup+10.0039 s]
Raw data (loadavg): 0.95 1.01 0.99 2/56 21444
Raw data (/proc/21444/stat): 21444 (bsolo) R 21443 21444 5299 0 -1 0 60627 0 0 0 826 142 0 0 25 0 1 0 1847816722 250187776 60223 4294967295 134512640 134736556 3221224560 3221222984 1077378037 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/21444/statm): 61081 60223 1116 68 0 61013 0
[pid=21444] vsize: 244324
Current children cumulated CPU time (s) 9.68
Current children cumulated vsize (Kb) 244324

[startup+20.0045 s]
Raw data (loadavg): 0.95 1.01 0.99 2/56 21444
Raw data (/proc/21444/stat): 21444 (bsolo) R 21443 21444 5299 0 -1 0 104723 0 0 0 1716 236 0 0 25 0 1 0 1847816722 430510080 103816 4294967295 134512640 134736556 3221224560 3221221260 1077197734 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/21444/statm): 105105 103816 1116 68 0 105037 0
[pid=21444] vsize: 420420
Current children cumulated CPU time (s) 19.52
Current children cumulated vsize (Kb) 420420

[startup+30.0052 s]
Raw data (loadavg): 0.96 1.01 0.99 2/56 21444
Raw data (/proc/21444/stat): 21444 (bsolo) R 21443 21444 5299 0 -1 0 106085 0 0 0 2710 241 0 0 25 0 1 0 1847816722 436285440 105178 4294967295 134512640 134736556 3221224560 3221223136 134539937 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/21444/statm): 106515 105178 1116 68 0 106447 0
[pid=21444] vsize: 426060
Current children cumulated CPU time (s) 29.51
Current children cumulated vsize (Kb) 426060

[startup+40.0058 s]
Raw data (loadavg): 0.97 1.01 0.99 2/56 21444
Raw data (/proc/21444/stat): 21444 (bsolo) R 21443 21444 5299 0 -1 0 107123 0 0 0 3706 244 0 0 25 0 1 0 1847816722 440672256 106216 4294967295 134512640 134736556 3221224560 3221223328 134575351 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/21444/statm): 107586 106216 1116 68 0 107518 0
[pid=21444] vsize: 430344
Current children cumulated CPU time (s) 39.5
Current children cumulated vsize (Kb) 430344

[startup+50.0065 s]
Raw data (loadavg): 0.97 1.01 0.99 2/56 21444
Raw data (/proc/21444/stat): 21444 (bsolo) R 21443 21444 5299 0 -1 0 108208 0 0 0 4700 248 0 0 25 0 1 0 1847816722 445329408 107301 4294967295 134512640 134736556 3221224560 3221223136 134539946 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/21444/statm): 108723 107301 1116 68 0 108655 0
[pid=21444] vsize: 434892
Current children cumulated CPU time (s) 49.48
Current children cumulated vsize (Kb) 434892

[startup+60.0061 s]
Raw data (loadavg): 0.98 1.01 0.99 2/56 21444
Raw data (/proc/21444/stat): 21444 (bsolo) R 21443 21444 5299 0 -1 0 109659 0 0 0 5694 252 0 0 25 0 1 0 1847816722 451305472 108752 4294967295 134512640 134736556 3221224560 3221223072 134572994 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/21444/statm): 110182 108752 1116 68 0 110114 0
[pid=21444] vsize: 440728
Current children cumulated CPU time (s) 59.46
Current children cumulated vsize (Kb) 440728

[startup+70.0067 s]
Raw data (loadavg): 0.98 1.01 0.99 2/56 21444
Raw data (/proc/21444/stat): 21444 (bsolo) R 21443 21444 5299 0 -1 0 111157 0 0 0 6687 257 0 0 25 0 1 0 1847816722 457408512 110250 4294967295 134512640 134736556 3221224560 3221223136 134539937 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/21444/statm): 111672 110250 1116 68 0 111604 0
[pid=21444] vsize: 446688
Current children cumulated CPU time (s) 69.44
Current children cumulated vsize (Kb) 446688

[startup+80.0074 s]
Raw data (loadavg): 0.98 1.01 0.99 2/56 21444
Raw data (/proc/21444/stat): 21444 (bsolo) R 21443 21444 5299 0 -1 0 112871 0 0 0 7679 263 0 0 25 0 1 0 1847816722 464465920 111964 4294967295 134512640 134736556 3221224560 3221222444 1077253177 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/21444/statm): 113395 111964 1116 68 0 113327 0
[pid=21444] vsize: 453580
Current children cumulated CPU time (s) 79.42
Current children cumulated vsize (Kb) 453580

[startup+90.007 s]
Raw data (loadavg): 0.98 1.01 0.99 2/56 21444
Raw data (/proc/21444/stat): 21444 (bsolo) R 21443 21444 5299 0 -1 0 115279 0 0 0 8669 270 0 0 25 0 1 0 1847816722 474333184 114372 4294967295 134512640 134736556 3221224560 3221223304 134560233 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/21444/statm): 115804 114372 1116 68 0 115736 0
[pid=21444] vsize: 463216
Current children cumulated CPU time (s) 89.39
Current children cumulated vsize (Kb) 463216

[startup+100.008 s]
Raw data (loadavg): 0.99 1.00 0.99 1/56 21444
Raw data (/proc/21444/stat): 21444 (bsolo) T 21443 21444 5299 0 -1 0 134557 0 0 0 9430 384 0 0 17 0 1 0 1847816722 557862912 133650 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/21444/statm): 136197 133650 1116 68 0 136129 0
[pid=21444] vsize: 544788
Current children cumulated CPU time (s) 98.14
Current children cumulated vsize (Kb) 544788

[startup+110.008 s]
Raw data (loadavg): 0.99 1.00 0.99 2/56 21444
Raw data (/proc/21444/stat): 21444 (bsolo) R 21443 21444 5299 0 -1 0 134645 0 0 0 10317 421 0 0 23 0 1 0 1847816722 557961216 133738 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/21444/statm): 136221 133738 1116 68 0 136153 0
[pid=21444] vsize: 544884
Current children cumulated CPU time (s) 107.38
Current children cumulated vsize (Kb) 544884

[startup+120.009 s]
Raw data (loadavg): 0.99 1.00 0.99 1/56 21444
Raw data (/proc/21444/stat): 21444 (bsolo) T 21443 21444 5299 0 -1 0 134645 0 0 0 11202 460 0 0 17 0 1 0 1847816722 557961216 133738 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/21444/statm): 136221 133738 1116 68 0 136153 0
[pid=21444] vsize: 544884
Current children cumulated CPU time (s) 116.62
Current children cumulated vsize (Kb) 544884

[startup+130.01 s]
Raw data (loadavg): 0.99 1.00 0.99 2/56 21444
Raw data (/proc/21444/stat): 21444 (bsolo) R 21443 21444 5299 0 -1 0 134645 0 0 0 11987 535 0 0 23 0 1 0 1847816722 557961216 133738 4294967295 134512640 134736556 3221224560 3221223108 1077378583 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/21444/statm): 136221 133738 1116 68 0 136153 0
[pid=21444] vsize: 544884
Current children cumulated CPU time (s) 125.22
Current children cumulated vsize (Kb) 544884

[startup+140.01 s]
Raw data (loadavg): 0.99 1.00 0.99 2/56 21444
Raw data (/proc/21444/stat): 21444 (bsolo) R 21443 21444 5299 0 -1 0 134646 0 0 0 12910 558 0 0 24 0 1 0 1847816722 557961216 133739 4294967295 134512640 134736556 3221224560 3221223136 134550713 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/21444/statm): 136221 133739 1116 68 0 136153 0
[pid=21444] vsize: 544884
Current children cumulated CPU time (s) 134.68
Current children cumulated vsize (Kb) 544884

[startup+150.011 s]
Raw data (loadavg): 1.07 1.02 1.00 2/56 21444
Raw data (/proc/21444/stat): 21444 (bsolo) R 21443 21444 5299 0 -1 0 134646 0 0 0 13840 583 0 0 25 0 1 0 1847816722 557961216 133739 4294967295 134512640 134736556 3221224560 3221223136 134550878 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/21444/statm): 136221 133739 1116 68 0 136153 0
[pid=21444] vsize: 544884
Current children cumulated CPU time (s) 144.23
Current children cumulated vsize (Kb) 544884

[startup+160.012 s]
Raw data (loadavg): 1.06 1.02 1.00 1/56 21444
Raw data (/proc/21444/stat): 21444 (bsolo) T 21443 21444 5299 0 -1 0 134646 0 0 0 14669 638 0 0 17 0 1 0 1847816722 557961216 133739 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/21444/statm): 136221 133739 1116 68 0 136153 0
[pid=21444] vsize: 544884
Current children cumulated CPU time (s) 153.07
Current children cumulated vsize (Kb) 544884

[startup+170.012 s]
Raw data (loadavg): 1.05 1.01 1.00 2/56 21444
Raw data (/proc/21444/stat): 21444 (bsolo) R 21443 21444 5299 0 -1 0 134646 0 0 0 15507 690 0 0 21 0 1 0 1847816722 557961216 133739 4294967295 134512640 134736556 3221224560 3221223136 134550251 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/21444/statm): 136221 133739 1116 68 0 136153 0
[pid=21444] vsize: 544884
Current children cumulated CPU time (s) 161.97
Current children cumulated vsize (Kb) 544884

[startup+180.013 s]
Raw data (loadavg): 1.04 1.01 1.00 2/56 21444
Raw data (/proc/21444/stat): 21444 (bsolo) R 21443 21444 5299 0 -1 0 134646 0 0 0 16431 714 0 0 25 0 1 0 1847816722 557961216 133739 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/21444/statm): 136221 133739 1116 68 0 136153 0
[pid=21444] vsize: 544884
Current children cumulated CPU time (s) 171.45
Current children cumulated vsize (Kb) 544884

[startup+190.013 s]
Raw data (loadavg): 1.04 1.01 1.00 2/56 21444
Raw data (/proc/21444/stat): 21444 (bsolo) R 21443 21444 5299 0 -1 0 134646 0 0 0 17357 737 0 0 25 0 1 0 1847816722 557961216 133739 4294967295 134512640 134736556 3221224560 3221223104 134716340 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/21444/statm): 136221 133739 1116 68 0 136153 0
[pid=21444] vsize: 544884
Current children cumulated CPU time (s) 180.94
Current children cumulated vsize (Kb) 544884

[startup+200.014 s]
Raw data (loadavg): 1.03 1.01 1.00 2/56 21444
Raw data (/proc/21444/stat): 21444 (bsolo) R 21443 21444 5299 0 -1 0 134646 0 0 0 18288 760 0 0 22 0 1 0 1847816722 557961216 133739 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/21444/statm): 136221 133739 1116 68 0 136153 0
[pid=21444] vsize: 544884
Current children cumulated CPU time (s) 190.48
Current children cumulated vsize (Kb) 544884

[startup+210.015 s]
Raw data (loadavg): 1.02 1.01 1.00 2/56 21444
Raw data (/proc/21444/stat): 21444 (bsolo) R 21443 21444 5299 0 -1 0 134646 0 0 0 19229 780 0 0 21 0 1 0 1847816722 557961216 133739 4294967295 134512640 134736556 3221224560 3221223256 134528827 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/21444/statm): 136221 133739 1116 68 0 136153 0
[pid=21444] vsize: 544884
Current children cumulated CPU time (s) 200.09
Current children cumulated vsize (Kb) 544884

[startup+220.015 s]
Raw data (loadavg): 1.02 1.01 1.00 2/56 21444
Raw data (/proc/21444/stat): 21444 (bsolo) R 21443 21444 5299 0 -1 0 134646 0 0 0 19977 861 0 0 25 0 1 0 1847816722 557961216 133739 4294967295 134512640 134736556 3221224560 3221223136 134550735 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/21444/statm): 136221 133739 1116 68 0 136153 0
[pid=21444] vsize: 544884
Current children cumulated CPU time (s) 208.38
Current children cumulated vsize (Kb) 544884

[startup+230.016 s]
Raw data (loadavg): 1.02 1.01 1.00 2/56 21444
Raw data (/proc/21444/stat): 21444 (bsolo) R 21443 21444 5299 0 -1 0 134646 0 0 0 20897 888 0 0 25 0 1 0 1847816722 557961216 133739 4294967295 134512640 134736556 3221224560 3221223136 134550878 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/21444/statm): 136221 133739 1116 68 0 136153 0
[pid=21444] vsize: 544884
Current children cumulated CPU time (s) 217.85
Current children cumulated vsize (Kb) 544884

[startup+240.017 s]
Raw data (loadavg): 1.01 1.01 1.00 2/56 21444
Raw data (/proc/21444/stat): 21444 (bsolo) R 21443 21444 5299 0 -1 0 134646 0 0 0 21804 919 0 0 23 0 1 0 1847816722 557961216 133739 4294967295 134512640 134736556 3221224560 3221223136 134550888 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/21444/statm): 136221 133739 1116 68 0 136153 0
[pid=21444] vsize: 544884
Current children cumulated CPU time (s) 227.23
Current children cumulated vsize (Kb) 544884

[startup+250.017 s]
Raw data (loadavg): 1.01 1.01 1.00 2/56 21444
Raw data (/proc/21444/stat): 21444 (bsolo) R 21443 21444 5299 0 -1 0 134647 0 0 0 22730 943 0 0 21 0 1 0 1847816722 557961216 133740 4294967295 134512640 134736556 3221224560 3221223136 134550875 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/21444/statm): 136221 133740 1116 68 0 136153 0
[pid=21444] vsize: 544884
Current children cumulated CPU time (s) 236.73
Current children cumulated vsize (Kb) 544884

[startup+260.018 s]
Raw data (loadavg): 1.01 1.01 1.00 2/56 21444
Raw data (/proc/21444/stat): 21444 (bsolo) R 21443 21444 5299 0 -1 0 134647 0 0 0 23664 965 0 0 25 0 1 0 1847816722 557961216 133740 4294967295 134512640 134736556 3221224560 3221223136 134550871 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/21444/statm): 136221 133740 1116 68 0 136153 0
[pid=21444] vsize: 544884
Current children cumulated CPU time (s) 246.29
Current children cumulated vsize (Kb) 544884

[startup+270.019 s]
Raw data (loadavg): 1.01 1.00 1.00 2/56 21444
Raw data (/proc/21444/stat): 21444 (bsolo) R 21443 21444 5299 0 -1 0 134647 0 0 0 24598 987 0 0 25 0 1 0 1847816722 557961216 133740 4294967295 134512640 134736556 3221224560 3221223136 134550713 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/21444/statm): 136221 133740 1116 68 0 136153 0
[pid=21444] vsize: 544884
Current children cumulated CPU time (s) 255.85
Current children cumulated vsize (Kb) 544884

[startup+280.019 s]
Raw data (loadavg): 1.01 1.00 1.00 2/56 21444
Raw data (/proc/21444/stat): 21444 (bsolo) R 21443 21444 5299 0 -1 0 134647 0 0 0 25531 1009 0 0 20 0 1 0 1847816722 557961216 133740 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/21444/statm): 136221 133740 1116 68 0 136153 0
[pid=21444] vsize: 544884
Current children cumulated CPU time (s) 265.4
Current children cumulated vsize (Kb) 544884

[startup+290.019 s]
Raw data (loadavg): 1.00 1.00 1.00 1/56 21444
Raw data (/proc/21444/stat): 21444 (bsolo) T 21443 21444 5299 0 -1 0 134647 0 0 0 26349 1067 0 0 17 0 1 0 1847816722 557961216 133740 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/21444/statm): 136221 133740 1116 68 0 136153 0
[pid=21444] vsize: 544884
Current children cumulated CPU time (s) 274.16
Current children cumulated vsize (Kb) 544884

[startup+300.021 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 21444
Raw data (/proc/21444/stat): 21444 (bsolo) R 21443 21444 5299 0 -1 0 134647 0 0 0 27196 1118 0 0 20 0 1 0 1847816722 557961216 133740 4294967295 134512640 134736556 3221224560 3221223216 134544766 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/21444/statm): 136221 133740 1116 68 0 136153 0
[pid=21444] vsize: 544884
Current children cumulated CPU time (s) 283.14
Current children cumulated vsize (Kb) 544884

[startup+310.021 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 21444
Raw data (/proc/21444/stat): 21444 (bsolo) R 21443 21444 5299 0 -1 0 134647 0 0 0 28084 1157 0 0 25 0 1 0 1847816722 557961216 133740 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/21444/statm): 136221 133740 1116 68 0 136153 0
[pid=21444] vsize: 544884
Current children cumulated CPU time (s) 292.41
Current children cumulated vsize (Kb) 544884

[startup+320.022 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 21444
Raw data (/proc/21444/stat): 21444 (bsolo) R 21443 21444 5299 0 -1 0 134647 0 0 0 28984 1189 0 0 25 0 1 0 1847816722 557961216 133740 4294967295 134512640 134736556 3221224560 3221223136 134550888 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/21444/statm): 136221 133740 1116 68 0 136153 0
[pid=21444] vsize: 544884
Current children cumulated CPU time (s) 301.73
Current children cumulated vsize (Kb) 544884

[startup+330.022 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 21444
Raw data (/proc/21444/stat): 21444 (bsolo) R 21443 21444 5299 0 -1 0 134647 0 0 0 29899 1218 0 0 18 0 1 0 1847816722 557961216 133740 4294967295 134512640 134736556 3221224560 3221223136 134550875 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/21444/statm): 136221 133740 1116 68 0 136153 0
[pid=21444] vsize: 544884
Current children cumulated CPU time (s) 311.17
Current children cumulated vsize (Kb) 544884

[startup+340.022 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 21444
Raw data (/proc/21444/stat): 21444 (bsolo) R 21443 21444 5299 0 -1 0 134647 0 0 0 30831 1238 0 0 24 0 1 0 1847816722 557961216 133740 4294967295 134512640 134736556 3221224560 3221223184 134524335 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/21444/statm): 136221 133740 1116 68 0 136153 0
[pid=21444] vsize: 544884
Current children cumulated CPU time (s) 320.69
Current children cumulated vsize (Kb) 544884

[startup+350.023 s]
Raw data (loadavg): 1.00 1.00 1.00 1/56 21444
Raw data (/proc/21444/stat): 21444 (bsolo) T 21443 21444 5299 0 -1 0 134647 0 0 0 31778 1256 0 0 24 0 1 0 1847816722 557961216 133740 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/21444/statm): 136221 133740 1116 68 0 136153 0
[pid=21444] vsize: 544884
Current children cumulated CPU time (s) 330.34
Current children cumulated vsize (Kb) 544884

[startup+360.023 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 21444
Raw data (/proc/21444/stat): 21444 (bsolo) R 21443 21444 5299 0 -1 0 134647 0 0 0 32710 1278 0 0 24 0 1 0 1847816722 557961216 133740 4294967295 134512640 134736556 3221224560 3221223136 134550871 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/21444/statm): 136221 133740 1116 68 0 136153 0
[pid=21444] vsize: 544884
Current children cumulated CPU time (s) 339.88
Current children cumulated vsize (Kb) 544884

[startup+370.024 s]
Raw data (loadavg): 1.08 1.02 1.01 2/56 21444
Raw data (/proc/21444/stat): 21444 (bsolo) R 21443 21444 5299 0 -1 0 134647 0 0 0 33656 1296 0 0 25 0 1 0 1847816722 557961216 133740 4294967295 134512640 134736556 3221224560 3221223136 134550882 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/21444/statm): 136221 133740 1116 68 0 136153 0
[pid=21444] vsize: 544884
Current children cumulated CPU time (s) 349.52
Current children cumulated vsize (Kb) 544884

[startup+380.025 s]
Raw data (loadavg): 1.07 1.02 1.00 1/56 21444
Raw data (/proc/21444/stat): 21444 (bsolo) T 21443 21444 5299 0 -1 0 134647 0 0 0 34594 1318 0 0 19 0 1 0 1847816722 557961216 133740 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/21444/statm): 136221 133740 1116 68 0 136153 0
[pid=21444] vsize: 544884
Current children cumulated CPU time (s) 359.12
Current children cumulated vsize (Kb) 544884

[startup+390.025 s]
Raw data (loadavg): 1.06 1.01 1.00 2/56 21444
Raw data (/proc/21444/stat): 21444 (bsolo) R 21443 21444 5299 0 -1 0 134647 0 0 0 35315 1410 0 0 18 0 1 0 1847816722 557961216 133740 4294967295 134512640 134736556 3221224560 3221223136 134550735 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/21444/statm): 136221 133740 1116 68 0 136153 0
[pid=21444] vsize: 544884
Current children cumulated CPU time (s) 367.25
Current children cumulated vsize (Kb) 544884

[startup+400.026 s]
Raw data (loadavg): 1.05 1.01 1.00 2/56 21444
Raw data (/proc/21444/stat): 21444 (bsolo) R 21443 21444 5299 0 -1 0 134647 0 0 0 36166 1458 0 0 25 0 1 0 1847816722 557961216 133740 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/21444/statm): 136221 133740 1116 68 0 136153 0
[pid=21444] vsize: 544884
Current children cumulated CPU time (s) 376.24
Current children cumulated vsize (Kb) 544884

[startup+410.027 s]
Raw data (loadavg): 1.04 1.01 1.00 1/56 21444
Raw data (/proc/21444/stat): 21444 (bsolo) T 21443 21444 5299 0 -1 0 134647 0 0 0 37051 1498 0 0 20 0 1 0 1847816722 557961216 133740 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/21444/statm): 136221 133740 1116 68 0 136153 0
[pid=21444] vsize: 544884
Current children cumulated CPU time (s) 385.49
Current children cumulated vsize (Kb) 544884

[startup+420.028 s]
Raw data (loadavg): 1.03 1.01 1.00 2/56 21444
Raw data (/proc/21444/stat): 21444 (bsolo) R 21443 21444 5299 0 -1 0 134647 0 0 0 37963 1528 0 0 17 0 1 0 1847816722 557961216 133740 4294967295 134512640 134736556 3221224560 3221223280 134597473 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/21444/statm): 136221 133740 1116 68 0 136153 0
[pid=21444] vsize: 544884
Current children cumulated CPU time (s) 394.91
Current children cumulated vsize (Kb) 544884

[startup+430.029 s]
Raw data (loadavg): 1.03 1.01 1.00 2/56 21444
Raw data (/proc/21444/stat): 21444 (bsolo) R 21443 21444 5299 0 -1 0 134647 0 0 0 38893 1550 0 0 25 0 1 0 1847816722 557961216 133740 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/21444/statm): 136221 133740 1116 68 0 136153 0
[pid=21444] vsize: 544884
Current children cumulated CPU time (s) 404.43
Current children cumulated vsize (Kb) 544884

[startup+440.029 s]
Raw data (loadavg): 1.02 1.01 1.00 2/56 21444
Raw data (/proc/21444/stat): 21444 (bsolo) R 21443 21444 5299 0 -1 0 134647 0 0 0 39822 1575 0 0 24 0 1 0 1847816722 557961216 133740 4294967295 134512640 134736556 3221224560 3221223296 134605570 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/21444/statm): 136221 133740 1116 68 0 136153 0
[pid=21444] vsize: 544884
Current children cumulated CPU time (s) 413.97
Current children cumulated vsize (Kb) 544884

[startup+450.03 s]
Raw data (loadavg): 1.02 1.01 1.00 2/56 21444
Raw data (/proc/21444/stat): 21444 (bsolo) R 21443 21444 5299 0 -1 0 134647 0 0 0 40772 1593 0 0 25 0 1 0 1847816722 557961216 133740 4294967295 134512640 134736556 3221224560 3221223204 1077374485 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/21444/statm): 136221 133740 1116 68 0 136153 0
[pid=21444] vsize: 544884
Current children cumulated CPU time (s) 423.65
Current children cumulated vsize (Kb) 544884

[startup+460.03 s]
Raw data (loadavg): 1.02 1.01 1.00 2/56 21444
Raw data (/proc/21444/stat): 21444 (bsolo) R 21443 21444 5299 0 -1 0 134647 0 0 0 41701 1619 0 0 21 0 1 0 1847816722 557961216 133740 4294967295 134512640 134736556 3221224560 3221223256 134560551 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/21444/statm): 136221 133740 1116 68 0 136153 0
[pid=21444] vsize: 544884
Current children cumulated CPU time (s) 433.2
Current children cumulated vsize (Kb) 544884

[startup+470.03 s]
Raw data (loadavg): 1.01 1.01 1.00 2/56 21444
Raw data (/proc/21444/stat): 21444 (bsolo) R 21443 21444 5299 0 -1 0 134647 0 0 0 42649 1636 0 0 23 0 1 0 1847816722 557961216 133740 4294967295 134512640 134736556 3221224560 3221223136 134550875 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/21444/statm): 136221 133740 1116 68 0 136153 0
[pid=21444] vsize: 544884
Current children cumulated CPU time (s) 442.85
Current children cumulated vsize (Kb) 544884

[startup+480.031 s]
Raw data (loadavg): 1.01 1.01 1.00 1/56 21444
Raw data (/proc/21444/stat): 21444 (bsolo) T 21443 21444 5299 0 -1 0 134647 0 0 0 43604 1652 0 0 17 0 1 0 1847816722 557961216 133740 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/21444/statm): 136221 133740 1116 68 0 136153 0
[pid=21444] vsize: 544884
Current children cumulated CPU time (s) 452.56
Current children cumulated vsize (Kb) 544884

[startup+490.032 s]
Raw data (loadavg): 1.01 1.00 1.00 1/56 21444
Raw data (/proc/21444/stat): 21444 (bsolo) T 21443 21444 5299 0 -1 0 134647 0 0 0 44482 1692 0 0 17 0 1 0 1847816722 557961216 133740 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/21444/statm): 136221 133740 1116 68 0 136153 0
[pid=21444] vsize: 544884
Current children cumulated CPU time (s) 461.74
Current children cumulated vsize (Kb) 544884

[startup+500.032 s]
Raw data (loadavg): 1.01 1.00 1.00 2/56 21444
Raw data (/proc/21444/stat): 21444 (bsolo) R 21443 21444 5299 0 -1 0 134647 0 0 0 45240 1774 0 0 20 0 1 0 1847816722 557961216 133740 4294967295 134512640 134736556 3221224560 3221223136 134550726 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/21444/statm): 136221 133740 1116 68 0 136153 0
[pid=21444] vsize: 544884
Current children cumulated CPU time (s) 470.14
Current children cumulated vsize (Kb) 544884

[startup+510.033 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 21444
Raw data (/proc/21444/stat): 21444 (bsolo) R 21443 21444 5299 0 -1 0 134647 0 0 0 46090 1823 0 0 22 0 1 0 1847816722 557961216 133740 4294967295 134512640 134736556 3221224560 3221223136 134550735 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/21444/statm): 136221 133740 1116 68 0 136153 0
[pid=21444] vsize: 544884
Current children cumulated CPU time (s) 479.13
Current children cumulated vsize (Kb) 544884

[startup+520.034 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 21444
Raw data (/proc/21444/stat): 21444 (bsolo) R 21443 21444 5299 0 -1 0 134647 0 0 0 46988 1856 0 0 25 0 1 0 1847816722 557961216 133740 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/21444/statm): 136221 133740 1116 68 0 136153 0
[pid=21444] vsize: 544884
Current children cumulated CPU time (s) 488.44
Current children cumulated vsize (Kb) 544884

[startup+530.034 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 21444
Raw data (/proc/21444/stat): 21444 (bsolo) R 21443 21444 5299 0 -1 0 134647 0 0 0 47903 1883 0 0 25 0 1 0 1847816722 557961216 133740 4294967295 134512640 134736556 3221224560 3221223136 134550735 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/21444/statm): 136221 133740 1116 68 0 136153 0
[pid=21444] vsize: 544884
Current children cumulated CPU time (s) 497.86
Current children cumulated vsize (Kb) 544884

[startup+540.035 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 21444
Raw data (/proc/21444/stat): 21444 (bsolo) R 21443 21444 5299 0 -1 0 134826 0 0 0 48833 1908 0 0 25 0 1 0 1847816722 558731264 133919 4294967295 134512640 134736556 3221224560 3221223136 134550721 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/21444/statm): 136409 133919 1116 68 0 136341 0
[pid=21444] vsize: 545636
Current children cumulated CPU time (s) 507.41
Current children cumulated vsize (Kb) 545636

[startup+550.036 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 21444
Raw data (/proc/21444/stat): 21444 (bsolo) R 21443 21444 5299 0 -1 0 134953 0 0 0 49762 1934 0 0 23 0 1 0 1847816722 559276032 134046 4294967295 134512640 134736556 3221224560 3221223136 134550871 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/21444/statm): 136542 134046 1116 68 0 136474 0
[pid=21444] vsize: 546168
Current children cumulated CPU time (s) 516.96
Current children cumulated vsize (Kb) 546168

[startup+560.036 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 21444
Raw data (/proc/21444/stat): 21444 (bsolo) R 21443 21444 5299 0 -1 0 135038 0 0 0 50708 1950 0 0 25 0 1 0 1847816722 559632384 134131 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/21444/statm): 136629 134131 1116 68 0 136561 0
[pid=21444] vsize: 546516
Current children cumulated CPU time (s) 526.58
Current children cumulated vsize (Kb) 546516

[startup+570.037 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 21444
Raw data (/proc/21444/stat): 21444 (bsolo) R 21443 21444 5299 0 -1 0 135108 0 0 0 51654 1968 0 0 25 0 1 0 1847816722 559902720 134201 4294967295 134512640 134736556 3221224560 3221223136 134550888 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/21444/statm): 136695 134201 1116 68 0 136627 0
[pid=21444] vsize: 546780
Current children cumulated CPU time (s) 536.22
Current children cumulated vsize (Kb) 546780

[startup+580.038 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 21444
Raw data (/proc/21444/stat): 21444 (bsolo) R 21443 21444 5299 0 -1 0 135164 0 0 0 52602 1986 0 0 25 0 1 0 1847816722 560119808 134257 4294967295 134512640 134736556 3221224560 3221223136 134550871 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/21444/statm): 136748 134257 1116 68 0 136680 0
[pid=21444] vsize: 546992
Current children cumulated CPU time (s) 545.88
Current children cumulated vsize (Kb) 546992

[startup+590.038 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 21444
Raw data (/proc/21444/stat): 21444 (bsolo) R 21443 21444 5299 0 -1 0 135237 0 0 0 53549 2004 0 0 25 0 1 0 1847816722 560390144 134330 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/21444/statm): 136814 134330 1116 68 0 136746 0
[pid=21444] vsize: 547256
Current children cumulated CPU time (s) 555.53
Current children cumulated vsize (Kb) 547256

[startup+600.039 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 21444
Raw data (/proc/21444/stat): 21444 (bsolo) R 21443 21444 5299 0 -1 0 135265 0 0 0 54471 2030 0 0 25 0 1 0 1847816722 560525312 134358 4294967295 134512640 134736556 3221224560 3221223136 134550875 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/21444/statm): 136847 134358 1116 68 0 136779 0
[pid=21444] vsize: 547388
Current children cumulated CPU time (s) 565.01
Current children cumulated vsize (Kb) 547388

[startup+610.039 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 21444
Raw data (/proc/21444/stat): 21444 (bsolo) R 21443 21444 5299 0 -1 0 135297 0 0 0 55409 2051 0 0 25 0 1 0 1847816722 560525312 134390 4294967295 134512640 134736556 3221224560 3221223136 134550875 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/21444/statm): 136847 134390 1116 68 0 136779 0
[pid=21444] vsize: 547388
Current children cumulated CPU time (s) 574.6
Current children cumulated vsize (Kb) 547388

[startup+620.04 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 21444
Raw data (/proc/21444/stat): 21444 (bsolo) R 21443 21444 5299 0 -1 0 135297 0 0 0 56120 2148 0 0 25 0 1 0 1847816722 560390144 134365 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/21444/statm): 136814 134365 1116 68 0 136746 0
[pid=21444] vsize: 547256
Current children cumulated CPU time (s) 582.68
Current children cumulated vsize (Kb) 547256

[startup+630.041 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 21444
Raw data (/proc/21444/stat): 21444 (bsolo) R 21443 21444 5299 0 -1 0 135297 0 0 0 57102 2154 0 0 25 0 1 0 1847816722 560390144 134365 4294967295 134512640 134736556 3221224560 3221223296 134605558 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/21444/statm): 136814 134365 1116 68 0 136746 0
[pid=21444] vsize: 547256
Current children cumulated CPU time (s) 592.56
Current children cumulated vsize (Kb) 547256

[startup+640.04 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 21444
Raw data (/proc/21444/stat): 21444 (bsolo) R 21443 21444 5299 0 -1 0 135670 0 0 0 58080 2161 0 0 25 0 1 0 1847816722 561430528 134619 4294967295 134512640 134736556 3221224560 3221223136 134550871 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/21444/statm): 137068 134619 1116 68 0 137000 0
[pid=21444] vsize: 548272
Current children cumulated CPU time (s) 602.41
Current children cumulated vsize (Kb) 548272

[startup+650.041 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 21444
Raw data (/proc/21444/stat): 21444 (bsolo) R 21443 21444 5299 0 -1 0 135670 0 0 0 59073 2164 0 0 25 0 1 0 1847816722 561356800 134601 4294967295 134512640 134736556 3221224560 3221223184 134634273 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/21444/statm): 137050 134601 1116 68 0 136982 0
[pid=21444] vsize: 548200
Current children cumulated CPU time (s) 612.37
Current children cumulated vsize (Kb) 548200

[startup+660.042 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 21444
Raw data (/proc/21444/stat): 21444 (bsolo) R 21443 21444 5299 0 -1 0 135670 0 0 0 60072 2164 0 0 25 0 1 0 1847816722 561356800 134601 4294967295 134512640 134736556 3221224560 3221223136 134550735 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/21444/statm): 137050 134601 1116 68 0 136982 0
[pid=21444] vsize: 548200
Current children cumulated CPU time (s) 622.36
Current children cumulated vsize (Kb) 548200

[startup+670.042 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 21444
Raw data (/proc/21444/stat): 21444 (bsolo) R 21443 21444 5299 0 -1 0 135670 0 0 0 61072 2164 0 0 25 0 1 0 1847816722 561356800 134601 4294967295 134512640 134736556 3221224560 3221223136 134550735 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/21444/statm): 137050 134601 1116 68 0 136982 0
[pid=21444] vsize: 548200
Current children cumulated CPU time (s) 632.36
Current children cumulated vsize (Kb) 548200

[startup+680.043 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 21444
Raw data (/proc/21444/stat): 21444 (bsolo) R 21443 21444 5299 0 -1 0 135670 0 0 0 62071 2165 0 0 25 0 1 0 1847816722 561356800 134601 4294967295 134512640 134736556 3221224560 3221223136 134550735 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/21444/statm): 137050 134601 1116 68 0 136982 0
[pid=21444] vsize: 548200
Current children cumulated CPU time (s) 642.36
Current children cumulated vsize (Kb) 548200

[startup+690.043 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 21444
Raw data (/proc/21444/stat): 21444 (bsolo) R 21443 21444 5299 0 -1 0 135670 0 0 0 63070 2165 0 0 25 0 1 0 1847816722 561356800 134601 4294967295 134512640 134736556 3221224560 3221223136 134550868 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/21444/statm): 137050 134601 1116 68 0 136982 0
[pid=21444] vsize: 548200
Current children cumulated CPU time (s) 652.35
Current children cumulated vsize (Kb) 548200

[startup+700.043 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 21444
Raw data (/proc/21444/stat): 21444 (bsolo) R 21443 21444 5299 0 -1 0 135670 0 0 0 64070 2166 0 0 25 0 1 0 1847816722 561356800 134601 4294967295 134512640 134736556 3221224560 3221223136 134550865 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/21444/statm): 137050 134601 1116 68 0 136982 0
[pid=21444] vsize: 548200
Current children cumulated CPU time (s) 662.36
Current children cumulated vsize (Kb) 548200

[startup+710.043 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 21444
Raw data (/proc/21444/stat): 21444 (bsolo) R 21443 21444 5299 0 -1 0 135670 0 0 0 65069 2167 0 0 25 0 1 0 1847816722 561356800 134601 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/21444/statm): 137050 134601 1116 68 0 136982 0
[pid=21444] vsize: 548200
Current children cumulated CPU time (s) 672.36
Current children cumulated vsize (Kb) 548200

[startup+720.042 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 21444
Raw data (/proc/21444/stat): 21444 (bsolo) R 21443 21444 5299 0 -1 0 135683 0 0 0 66068 2167 0 0 25 0 1 0 1847816722 561483776 134614 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/21444/statm): 137081 134614 1116 68 0 137013 0
[pid=21444] vsize: 548324
Current children cumulated CPU time (s) 682.35
Current children cumulated vsize (Kb) 548324

[startup+730.043 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 21444
Raw data (/proc/21444/stat): 21444 (bsolo) R 21443 21444 5299 0 -1 0 135697 0 0 0 67068 2167 0 0 25 0 1 0 1847816722 561483776 134628 4294967295 134512640 134736556 3221224560 3221223136 134550882 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/21444/statm): 137081 134628 1116 68 0 137013 0
[pid=21444] vsize: 548324
Current children cumulated CPU time (s) 692.35
Current children cumulated vsize (Kb) 548324

[startup+740.043 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 21444
Raw data (/proc/21444/stat): 21444 (bsolo) R 21443 21444 5299 0 -1 0 135711 0 0 0 68067 2168 0 0 25 0 1 0 1847816722 561618944 134642 4294967295 134512640 134736556 3221224560 3221223248 134544763 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/21444/statm): 137114 134642 1116 68 0 137046 0
[pid=21444] vsize: 548456
Current children cumulated CPU time (s) 702.35
Current children cumulated vsize (Kb) 548456

[startup+750.043 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 21444
Raw data (/proc/21444/stat): 21444 (bsolo) R 21443 21444 5299 0 -1 0 136213 0 0 0 69012 2189 0 0 25 0 1 0 1847816722 561508352 134648 4294967295 134512640 134736556 3221224560 3221223136 134550735 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/21444/statm): 137087 134648 1116 68 0 137019 0
[pid=21444] vsize: 548348
Current children cumulated CPU time (s) 712.01
Current children cumulated vsize (Kb) 548348

[startup+760.044 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 21444
Raw data (/proc/21444/stat): 21444 (bsolo) R 21443 21444 5299 0 -1 0 136213 0 0 0 69958 2207 0 0 23 0 1 0 1847816722 561508352 134648 4294967295 134512640 134736556 3221224560 3221223136 134550721 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/21444/statm): 137087 134648 1116 68 0 137019 0
[pid=21444] vsize: 548348
Current children cumulated CPU time (s) 721.65
Current children cumulated vsize (Kb) 548348

[startup+770.045 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 21444
Raw data (/proc/21444/stat): 21444 (bsolo) R 21443 21444 5299 0 -1 0 136458 0 0 0 70957 2208 0 0 25 0 1 0 1847816722 562659328 134893 4294967295 134512640 134736556 3221224560 3221223136 134550878 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/21444/statm): 137368 134893 1116 68 0 137300 0
[pid=21444] vsize: 549472
Current children cumulated CPU time (s) 731.65
Current children cumulated vsize (Kb) 549472

[startup+780.045 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 21444
Raw data (/proc/21444/stat): 21444 (bsolo) R 21443 21444 5299 0 -1 0 136458 0 0 0 71956 2208 0 0 25 0 1 0 1847816722 562659328 134893 4294967295 134512640 134736556 3221224560 3221223200 1076647554 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/21444/statm): 137368 134893 1116 68 0 137300 0
[pid=21444] vsize: 549472
Current children cumulated CPU time (s) 741.64
Current children cumulated vsize (Kb) 549472

[startup+790.045 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 21444
Raw data (/proc/21444/stat): 21444 (bsolo) R 21443 21444 5299 0 -1 0 136458 0 0 0 72956 2208 0 0 25 0 1 0 1847816722 562659328 134893 4294967295 134512640 134736556 3221224560 3221223136 134550735 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/21444/statm): 137368 134893 1116 68 0 137300 0
[pid=21444] vsize: 549472
Current children cumulated CPU time (s) 751.64
Current children cumulated vsize (Kb) 549472

[startup+800.046 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 21444
Raw data (/proc/21444/stat): 21444 (bsolo) R 21443 21444 5299 0 -1 0 136459 0 0 0 73956 2208 0 0 25 0 1 0 1847816722 562659328 134894 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/21444/statm): 137368 134894 1116 68 0 137300 0
[pid=21444] vsize: 549472
Current children cumulated CPU time (s) 761.64
Current children cumulated vsize (Kb) 549472

[startup+810.045 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 21444
Raw data (/proc/21444/stat): 21444 (bsolo) R 21443 21444 5299 0 -1 0 136603 0 0 0 74955 2209 0 0 25 0 1 0 1847816722 562823168 134968 4294967295 134512640 134736556 3221224560 3221223136 134550735 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/21444/statm): 137408 134968 1116 68 0 137340 0
[pid=21444] vsize: 549632
Current children cumulated CPU time (s) 771.64
Current children cumulated vsize (Kb) 549632

[startup+820.045 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 21444
Raw data (/proc/21444/stat): 21444 (bsolo) R 21443 21444 5299 0 -1 0 136603 0 0 0 75955 2209 0 0 25 0 1 0 1847816722 562790400 134960 4294967295 134512640 134736556 3221224560 3221223136 134550713 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/21444/statm): 137400 134960 1116 68 0 137332 0
[pid=21444] vsize: 549600
Current children cumulated CPU time (s) 781.64
Current children cumulated vsize (Kb) 549600

[startup+830.045 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 21444
Raw data (/proc/21444/stat): 21444 (bsolo) R 21443 21444 5299 0 -1 0 136603 0 0 0 76954 2209 0 0 25 0 1 0 1847816722 562790400 134960 4294967295 134512640 134736556 3221224560 3221223136 134550888 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/21444/statm): 137400 134960 1116 68 0 137332 0
[pid=21444] vsize: 549600
Current children cumulated CPU time (s) 791.63
Current children cumulated vsize (Kb) 549600

[startup+840.046 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 21444
Raw data (/proc/21444/stat): 21444 (bsolo) R 21443 21444 5299 0 -1 0 136603 0 0 0 77954 2209 0 0 25 0 1 0 1847816722 562790400 134960 4294967295 134512640 134736556 3221224560 3221223136 134550735 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/21444/statm): 137400 134960 1116 68 0 137332 0
[pid=21444] vsize: 549600
Current children cumulated CPU time (s) 801.63
Current children cumulated vsize (Kb) 549600

[startup+850.047 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 21444
Raw data (/proc/21444/stat): 21444 (bsolo) R 21443 21444 5299 0 -1 0 136603 0 0 0 78954 2209 0 0 25 0 1 0 1847816722 562790400 134960 4294967295 134512640 134736556 3221224560 3221223136 134550882 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/21444/statm): 137400 134960 1116 68 0 137332 0
[pid=21444] vsize: 549600
Current children cumulated CPU time (s) 811.63
Current children cumulated vsize (Kb) 549600

[startup+860.046 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 21444
Raw data (/proc/21444/stat): 21444 (bsolo) R 21443 21444 5299 0 -1 0 136609 0 0 0 79954 2209 0 0 25 0 1 0 1847816722 562925568 134966 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/21444/statm): 137433 134966 1116 68 0 137365 0
[pid=21444] vsize: 549732
Current children cumulated CPU time (s) 821.63
Current children cumulated vsize (Kb) 549732

[startup+870.046 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 21444
Raw data (/proc/21444/stat): 21444 (bsolo) R 21443 21444 5299 0 -1 0 136711 0 0 0 80952 2211 0 0 25 0 1 0 1847816722 563396608 135068 4294967295 134512640 134736556 3221224560 3221223136 134550875 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/21444/statm): 137548 135068 1116 68 0 137480 0
[pid=21444] vsize: 550192
Current children cumulated CPU time (s) 831.63
Current children cumulated vsize (Kb) 550192

[startup+880.047 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 21444
Raw data (/proc/21444/stat): 21444 (bsolo) R 21443 21444 5299 0 -1 0 136711 0 0 0 81952 2211 0 0 25 0 1 0 1847816722 563396608 135068 4294967295 134512640 134736556 3221224560 3221223136 134550868 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/21444/statm): 137548 135068 1116 68 0 137480 0
[pid=21444] vsize: 550192
Current children cumulated CPU time (s) 841.63
Current children cumulated vsize (Kb) 550192

[startup+890.046 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 21444
Raw data (/proc/21444/stat): 21444 (bsolo) R 21443 21444 5299 0 -1 0 136711 0 0 0 82952 2211 0 0 25 0 1 0 1847816722 563396608 135068 4294967295 134512640 134736556 3221224560 3221223136 134550735 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/21444/statm): 137548 135068 1116 68 0 137480 0
[pid=21444] vsize: 550192
Current children cumulated CPU time (s) 851.63
Current children cumulated vsize (Kb) 550192

[startup+900.047 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 21444
Raw data (/proc/21444/stat): 21444 (bsolo) R 21443 21444 5299 0 -1 0 136960 0 0 0 83949 2212 0 0 25 0 1 0 1847816722 564342784 135317 4294967295 134512640 134736556 3221224560 3221223136 134550871 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/21444/statm): 137779 135317 1116 68 0 137711 0
[pid=21444] vsize: 551116
Current children cumulated CPU time (s) 861.61
Current children cumulated vsize (Kb) 551116

[startup+910.048 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 21444
Raw data (/proc/21444/stat): 21444 (bsolo) R 21443 21444 5299 0 -1 0 137206 0 0 0 84947 2213 0 0 25 0 1 0 1847816722 564887552 135441 4294967295 134512640 134736556 3221224560 3221223136 134550878 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/21444/statm): 137912 135441 1116 68 0 137844 0
[pid=21444] vsize: 551648
Current children cumulated CPU time (s) 871.6
Current children cumulated vsize (Kb) 551648

[startup+920.047 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 21444
Raw data (/proc/21444/stat): 21444 (bsolo) R 21443 21444 5299 0 -1 0 137252 0 0 0 85947 2213 0 0 25 0 1 0 1847816722 565022720 135487 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/21444/statm): 137945 135487 1116 68 0 137877 0
[pid=21444] vsize: 551780
Current children cumulated CPU time (s) 881.6
Current children cumulated vsize (Kb) 551780

[startup+930.048 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 21444
Raw data (/proc/21444/stat): 21444 (bsolo) R 21443 21444 5299 0 -1 0 137281 0 0 0 86947 2213 0 0 25 0 1 0 1847816722 565186560 135516 4294967295 134512640 134736556 3221224560 3221223136 134550878 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/21444/statm): 137985 135516 1116 68 0 137917 0
[pid=21444] vsize: 551940
Current children cumulated CPU time (s) 891.6
Current children cumulated vsize (Kb) 551940

[startup+940.049 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 21444
Raw data (/proc/21444/stat): 21444 (bsolo) R 21443 21444 5299 0 -1 0 137281 0 0 0 87872 2238 0 0 25 0 1 0 1847816722 564080640 135267 4294967295 134512640 134736556 3221224560 3221223136 134550888 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/21444/statm): 137715 135267 1116 68 0 137647 0
[pid=21444] vsize: 550860
Current children cumulated CPU time (s) 901.1
Current children cumulated vsize (Kb) 550860

[startup+950.049 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 21444
Raw data (/proc/21444/stat): 21444 (bsolo) R 21443 21444 5299 0 -1 0 137281 0 0 0 88871 2238 0 0 25 0 1 0 1847816722 564080640 135267 4294967295 134512640 134736556 3221224560 3221223136 134550871 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/21444/statm): 137715 135267 1116 68 0 137647 0
[pid=21444] vsize: 550860
Current children cumulated CPU time (s) 911.09
Current children cumulated vsize (Kb) 550860

[startup+960.05 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 21444
Raw data (/proc/21444/stat): 21444 (bsolo) R 21443 21444 5299 0 -1 0 137281 0 0 0 89871 2238 0 0 25 0 1 0 1847816722 564080640 135267 4294967295 134512640 134736556 3221224560 3221223136 134550878 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/21444/statm): 137715 135267 1116 68 0 137647 0
[pid=21444] vsize: 550860
Current children cumulated CPU time (s) 921.09
Current children cumulated vsize (Kb) 550860

[startup+970.049 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 21444
Raw data (/proc/21444/stat): 21444 (bsolo) R 21443 21444 5299 0 -1 0 137281 0 0 0 90870 2238 0 0 25 0 1 0 1847816722 564080640 135267 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/21444/statm): 137715 135267 1116 68 0 137647 0
[pid=21444] vsize: 550860
Current children cumulated CPU time (s) 931.08
Current children cumulated vsize (Kb) 550860

[startup+980.05 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 21444
Raw data (/proc/21444/stat): 21444 (bsolo) R 21443 21444 5299 0 -1 0 137281 0 0 0 91870 2238 0 0 25 0 1 0 1847816722 564080640 135267 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/21444/statm): 137715 135267 1116 68 0 137647 0
[pid=21444] vsize: 550860
Current children cumulated CPU time (s) 941.08
Current children cumulated vsize (Kb) 550860

[startup+990.05 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 21444
Raw data (/proc/21444/stat): 21444 (bsolo) R 21443 21444 5299 0 -1 0 137281 0 0 0 92870 2238 0 0 25 0 1 0 1847816722 564080640 135267 4294967295 134512640 134736556 3221224560 3221223136 134550878 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/21444/statm): 137715 135267 1116 68 0 137647 0
[pid=21444] vsize: 550860
Current children cumulated CPU time (s) 951.08
Current children cumulated vsize (Kb) 550860

[startup+1000.05 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 21444
Raw data (/proc/21444/stat): 21444 (bsolo) R 21443 21444 5299 0 -1 0 137281 0 0 0 93870 2239 0 0 25 0 1 0 1847816722 564080640 135267 4294967295 134512640 134736556 3221224560 3221223136 134550713 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/21444/statm): 137715 135267 1116 68 0 137647 0
[pid=21444] vsize: 550860
Current children cumulated CPU time (s) 961.09
Current children cumulated vsize (Kb) 550860

[startup+1010.05 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 21444
Raw data (/proc/21444/stat): 21444 (bsolo) R 21443 21444 5299 0 -1 0 137281 0 0 0 94870 2239 0 0 25 0 1 0 1847816722 564080640 135267 4294967295 134512640 134736556 3221224560 3221223136 134550742 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/21444/statm): 137715 135267 1116 68 0 137647 0
[pid=21444] vsize: 550860
Current children cumulated CPU time (s) 971.09
Current children cumulated vsize (Kb) 550860

[startup+1020.05 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 21444
Raw data (/proc/21444/stat): 21444 (bsolo) R 21443 21444 5299 0 -1 0 137281 0 0 0 95851 2246 0 0 24 0 1 0 1847816722 564080640 135267 4294967295 134512640 134736556 3221224560 3221223216 134544812 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/21444/statm): 137715 135267 1116 68 0 137647 0
[pid=21444] vsize: 550860
Current children cumulated CPU time (s) 980.97
Current children cumulated vsize (Kb) 550860

[startup+1030.05 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 21444
Raw data (/proc/21444/stat): 21444 (bsolo) R 21443 21444 5299 0 -1 0 137281 0 0 0 96844 2248 0 0 25 0 1 0 1847816722 564080640 135267 4294967295 134512640 134736556 3221224560 3221223296 134605570 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/21444/statm): 137715 135267 1116 68 0 137647 0
[pid=21444] vsize: 550860
Current children cumulated CPU time (s) 990.92
Current children cumulated vsize (Kb) 550860

[startup+1040.05 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 21444
Raw data (/proc/21444/stat): 21444 (bsolo) R 21443 21444 5299 0 -1 0 137281 0 0 0 97844 2248 0 0 25 0 1 0 1847816722 564080640 135267 4294967295 134512640 134736556 3221224560 3221223136 134550871 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/21444/statm): 137715 135267 1116 68 0 137647 0
[pid=21444] vsize: 550860
Current children cumulated CPU time (s) 1000.92
Current children cumulated vsize (Kb) 550860

[startup+1050.05 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 21444
Raw data (/proc/21444/stat): 21444 (bsolo) R 21443 21444 5299 0 -1 0 137281 0 0 0 98843 2248 0 0 25 0 1 0 1847816722 564080640 135267 4294967295 134512640 134736556 3221224560 3221223272 134560233 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/21444/statm): 137715 135267 1116 68 0 137647 0
[pid=21444] vsize: 550860
Current children cumulated CPU time (s) 1010.91
Current children cumulated vsize (Kb) 550860

[startup+1060.05 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 21444
Raw data (/proc/21444/stat): 21444 (bsolo) R 21443 21444 5299 0 -1 0 137281 0 0 0 99843 2249 0 0 25 0 1 0 1847816722 564080640 135267 4294967295 134512640 134736556 3221224560 3221223136 134550875 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/21444/statm): 137715 135267 1116 68 0 137647 0
[pid=21444] vsize: 550860
Current children cumulated CPU time (s) 1020.92
Current children cumulated vsize (Kb) 550860

[startup+1070.05 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 21444
Raw data (/proc/21444/stat): 21444 (bsolo) R 21443 21444 5299 0 -1 0 137281 0 0 0 100842 2249 0 0 25 0 1 0 1847816722 564080640 135267 4294967295 134512640 134736556 3221224560 3221223136 134550868 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/21444/statm): 137715 135267 1116 68 0 137647 0
[pid=21444] vsize: 550860
Current children cumulated CPU time (s) 1030.91
Current children cumulated vsize (Kb) 550860

[startup+1080.05 s]
Raw data (loadavg): 1.00 1.00 1.00 1/56 21444
Raw data (/proc/21444/stat): 21444 (bsolo) T 21443 21444 5299 0 -1 0 137281 0 0 0 101796 2263 0 0 20 0 1 0 1847816722 564080640 135267 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/21444/statm): 137715 135267 1116 68 0 137647 0
[pid=21444] vsize: 550860
Current children cumulated CPU time (s) 1040.59
Current children cumulated vsize (Kb) 550860

[startup+1090.05 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 21444
Raw data (/proc/21444/stat): 21444 (bsolo) R 21443 21444 5299 0 -1 0 137281 0 0 0 102750 2279 0 0 25 0 1 0 1847816722 564080640 135267 4294967295 134512640 134736556 3221224560 3221223136 134550871 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/21444/statm): 137715 135267 1116 68 0 137647 0
[pid=21444] vsize: 550860
Current children cumulated CPU time (s) 1050.29
Current children cumulated vsize (Kb) 550860

[startup+1100.05 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 21444
Raw data (/proc/21444/stat): 21444 (bsolo) R 21443 21444 5299 0 -1 0 137281 0 0 0 103746 2280 0 0 25 0 1 0 1847816722 564080640 135267 4294967295 134512640 134736556 3221224560 3221223296 134605591 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/21444/statm): 137715 135267 1116 68 0 137647 0
[pid=21444] vsize: 550860
Current children cumulated CPU time (s) 1060.26
Current children cumulated vsize (Kb) 550860

[startup+1110.05 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 21444
Raw data (/proc/21444/stat): 21444 (bsolo) R 21443 21444 5299 0 -1 0 137281 0 0 0 104746 2281 0 0 25 0 1 0 1847816722 564080640 135267 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/21444/statm): 137715 135267 1116 68 0 137647 0
[pid=21444] vsize: 550860
Current children cumulated CPU time (s) 1070.27
Current children cumulated vsize (Kb) 550860

[startup+1120.05 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 21444
Raw data (/proc/21444/stat): 21444 (bsolo) R 21443 21444 5299 0 -1 0 137281 0 0 0 105745 2281 0 0 25 0 1 0 1847816722 564080640 135267 4294967295 134512640 134736556 3221224560 3221223136 134550875 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/21444/statm): 137715 135267 1116 68 0 137647 0
[pid=21444] vsize: 550860
Current children cumulated CPU time (s) 1080.26
Current children cumulated vsize (Kb) 550860

[startup+1130.05 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 21444
Raw data (/proc/21444/stat): 21444 (bsolo) R 21443 21444 5299 0 -1 0 137281 0 0 0 106743 2282 0 0 25 0 1 0 1847816722 564080640 135267 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/21444/statm): 137715 135267 1116 68 0 137647 0
[pid=21444] vsize: 550860
Current children cumulated CPU time (s) 1090.25
Current children cumulated vsize (Kb) 550860

[startup+1140.05 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 21444
Raw data (/proc/21444/stat): 21444 (bsolo) R 21443 21444 5299 0 -1 0 137281 0 0 0 107742 2283 0 0 25 0 1 0 1847816722 564080640 135267 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/21444/statm): 137715 135267 1116 68 0 137647 0
[pid=21444] vsize: 550860
Current children cumulated CPU time (s) 1100.25
Current children cumulated vsize (Kb) 550860

[startup+1150.06 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 21444
Raw data (/proc/21444/stat): 21444 (bsolo) R 21443 21444 5299 0 -1 0 137281 0 0 0 108741 2284 0 0 25 0 1 0 1847816722 564080640 135267 4294967295 134512640 134736556 3221224560 3221223136 134550875 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/21444/statm): 137715 135267 1116 68 0 137647 0
[pid=21444] vsize: 550860
Current children cumulated CPU time (s) 1110.25
Current children cumulated vsize (Kb) 550860

[startup+1160.05 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 21444
Raw data (/proc/21444/stat): 21444 (bsolo) R 21443 21444 5299 0 -1 0 137281 0 0 0 109740 2284 0 0 25 0 1 0 1847816722 564080640 135267 4294967295 134512640 134736556 3221224560 3221223136 134550871 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/21444/statm): 137715 135267 1116 68 0 137647 0
[pid=21444] vsize: 550860
Current children cumulated CPU time (s) 1120.24
Current children cumulated vsize (Kb) 550860

[startup+1170.05 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 21444
Raw data (/proc/21444/stat): 21444 (bsolo) R 21443 21444 5299 0 -1 0 137281 0 0 0 110739 2285 0 0 25 0 1 0 1847816722 564080640 135267 4294967295 134512640 134736556 3221224560 3221223280 134528844 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/21444/statm): 137715 135267 1116 68 0 137647 0
[pid=21444] vsize: 550860
Current children cumulated CPU time (s) 1130.24
Current children cumulated vsize (Kb) 550860

[startup+1180.06 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 21444
Raw data (/proc/21444/stat): 21444 (bsolo) R 21443 21444 5299 0 -1 0 137281 0 0 0 111722 2291 0 0 25 0 1 0 1847816722 564080640 135267 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/21444/statm): 137715 135267 1116 68 0 137647 0
[pid=21444] vsize: 550860
Current children cumulated CPU time (s) 1140.13
Current children cumulated vsize (Kb) 550860

[startup+1190.06 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 21444
Raw data (/proc/21444/stat): 21444 (bsolo) R 21443 21444 5299 0 -1 0 137281 0 0 0 112720 2292 0 0 25 0 1 0 1847816722 564080640 135267 4294967295 134512640 134736556 3221224560 3221223272 134694468 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/21444/statm): 137715 135267 1116 68 0 137647 0
[pid=21444] vsize: 550860
Current children cumulated CPU time (s) 1150.12
Current children cumulated vsize (Kb) 550860

[startup+1200.06 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 21444
Raw data (/proc/21444/stat): 21444 (bsolo) R 21443 21444 5299 0 -1 0 137281 0 0 0 113719 2292 0 0 25 0 1 0 1847816722 564080640 135267 4294967295 134512640 134736556 3221224560 3221223136 134550875 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/21444/statm): 137715 135267 1116 68 0 137647 0
[pid=21444] vsize: 550860
Current children cumulated CPU time (s) 1160.11
Current children cumulated vsize (Kb) 550860

[startup+1210.06 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 21444
Raw data (/proc/21444/stat): 21444 (bsolo) R 21443 21444 5299 0 -1 0 137281 0 0 0 114719 2293 0 0 25 0 1 0 1847816722 564080640 135267 4294967295 134512640 134736556 3221224560 3221223136 134550726 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/21444/statm): 137715 135267 1116 68 0 137647 0
[pid=21444] vsize: 550860
Current children cumulated CPU time (s) 1170.12
Current children cumulated vsize (Kb) 550860

[startup+1220.06 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 21444
Raw data (/proc/21444/stat): 21444 (bsolo) R 21443 21444 5299 0 -1 0 137281 0 0 0 115719 2293 0 0 25 0 1 0 1847816722 564080640 135267 4294967295 134512640 134736556 3221224560 3221223136 134550888 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/21444/statm): 137715 135267 1116 68 0 137647 0
[pid=21444] vsize: 550860
Current children cumulated CPU time (s) 1180.12
Current children cumulated vsize (Kb) 550860

[startup+1230.06 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 21444
Raw data (/proc/21444/stat): 21444 (bsolo) R 21443 21444 5299 0 -1 0 137281 0 0 0 116718 2293 0 0 25 0 1 0 1847816722 564080640 135267 4294967295 134512640 134736556 3221224560 3221223136 134550735 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/21444/statm): 137715 135267 1116 68 0 137647 0
[pid=21444] vsize: 550860
Current children cumulated CPU time (s) 1190.11
Current children cumulated vsize (Kb) 550860
One traced child (pid=21444) exited with status: 0
All traced children have exited ! Game is over.

Child status: 0
Real time (s): 1235.43
CPU time (s): 1195.5
CPU user time (s): 1172.3
CPU system time (s): 23.1935
CPU usage (%): 96.7677
Max. virtual memory (cumulated for all children) (Kb): 551940

Verifier Data

ERROR: no interpretation found !