Some explanations

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

General information on the benchmark

Namesubmitted/manquinho/primes-dimacs-cnf/normalized-par32-2.opb
MD5SUM48ed39004ec868a1cad026c865b17eb2
Bench Categoryoptimization, small integers (OPTSMALLINT)
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 6352
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 6352
Number of bits of the sum of numbers in the objective function 13
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 6352
Number of bits of the biggest sum of numbers13
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Number of variables6352
Total number of constraints13429
Number of constraints which are clauses13429
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint3

Trace number 261

Launcher Data

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 7
model name	: Pentium III (Katmai)
stepping	: 2
cpu MHz		: 451.091
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:        933468 kB
Buffers:         37644 kB
Cached:          24508 kB
SwapCached:        544 kB
Active:          53744 kB
Inactive:        20640 kB
HighTotal:      131008 kB
HighFree:       106456 kB
LowTotal:       903652 kB
LowFree:        827012 kB
SwapTotal:     2097136 kB
SwapFree:      2096072 kB
Dirty:              24 kB
Writeback:           0 kB
Mapped:           5884 kB
Slab:            21244 kB
Committed_AS:    64164 kB
PageTables:        328 kB
VmallocTotal:   114680 kB
VmallocUsed:      1364 kB
VmallocChunk:   113256 kB
JOB ENDED THE 2005-09-18 09:07:10 (client local time) WITH STATUS 0 IN 1195.06 SECONDS
stats: 192 7 1195.06 0

Solver Data

c INFO: OSL Context initialized.
c Initial problem consists of 6352 variables and 13429 constraints.
c No problem reductions applied in OPT. instance.
c	preprocess terminated. Elapsed time: 2.154
c After prepocess the problem consists of 4784 variables and 9654 constraints.
c Initial Lower Bound: 784
c Restart #1 #Var: 4784 #Dec: 226 LB: 784 @ 12.009
c Restart #2 #Var: 4784 #Dec: 663 LB: 784 @ 26.724
c Restart #3 #Var: 4784 #Dec: 1317 LB: 784 @ 48.585
c Restart #4 #Var: 4784 #Dec: 2174 LB: 784 @ 77.773
c Restart #5 #Var: 4784 #Dec: 3237 LB: 784 @ 115.2
c Restart #6 #Var: 4784 #Dec: 4547 LB: 784 @ 158.42
c Restart #7 #Var: 4784 #Dec: 6100 LB: 784 @ 207.36
c Restart #8 #Var: 4784 #Dec: 7876 LB: 784 @ 260.77
c Restart #9 #Var: 4784 #Dec: 9877 LB: 784 @ 319.2
c Restart #10 #Var: 4784 #Dec: 12081 LB: 784 @ 382.55
c Restart #11 #Var: 4784 #Dec: 14436 LB: 784 @ 459.47
c Restart #12 #Var: 4784 #Dec: 16958 LB: 784 @ 549.08
c CHANGE Heuristic... 
c Restart #0 #Var: 4784 #Dec: 19716 LB: 784 @ 650.03
c Restart #1 #Var: 4784 #Dec: 19968 LB: 784 @ 653.03
c Restart #2 #Var: 4784 #Dec: 20670 LB: 784 @ 660.55
c Restart #3 #Var: 4784 #Dec: 21469 LB: 784 @ 674.88
c Restart #4 #Var: 4784 #Dec: 22638 LB: 784 @ 698.24
c Restart #5 #Var: 4780 #Dec: 24116 LB: 786 @ 727.65
c Restart #6 #Var: 4780 #Dec: 25483 LB: 786 @ 790.54
c Restart #7 #Var: 4780 #Dec: 27016 LB: 786 @ 866.44
c Restart #8 #Var: 4780 #Dec: 28717 LB: 786 @ 944.04
c Restart #9 #Var: 4780 #Dec: 30590 LB: 786 @ 1031.6
c Restart #10 #Var: 4780 #Dec: 32711 LB: 786 @ 1120.2
s UNKNOWN
c Exit Code: 0
c Total time: 1195 s

Watcher Data

Enforcing CPU limit (will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime (will send SIGXCPU) limit: 1230 seconds
Enforcing Stack size limit: 67108864 bytes
Enforcing memory limit (will send SIGTERM then SIGKILL): 921600 Kb
Enforcing VSIZE limit: 994918400 bytes
Current StackSize limit: 67108864 bytes
Raw data (/proc/9945/stat): 9945 (bsolo) R 9944 9945 8263 0 -1 0 19 0 0 0 0 0 0 0 23 0 1 0 1781689159 438272 3 4294967295 134512640 134736556 3221224576 3221224576 1073744960 0 0 5 0 0 0 0 17 1 0 0
Raw data (/proc/9945/statm): 107 3 90 68 0 39 0
[pid=9945] 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/wulflinc12/normalized-par32-2.opb

[startup+10.0032 s]
Raw data (loadavg): 1.00 0.93 0.90 2/56 9945
Raw data (/proc/9945/stat): 9945 (bsolo) R 9944 9945 8263 0 -1 0 3478 0 0 0 980 11 0 0 25 0 1 0 1781689159 17506304 3389 4294967295 134512640 134736556 3221224576 3221223168 134543950 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9945/statm): 4274 3389 1116 68 0 4206 0
[pid=9945] vsize: 17096
Current children cumulated CPU time (s) 9.91
Current children cumulated vsize (Kb) 17096

[startup+20.004 s]
Raw data (loadavg): 1.00 0.93 0.90 2/56 9945
Raw data (/proc/9945/stat): 9945 (bsolo) R 9944 9945 8263 0 -1 0 3558 0 0 0 1975 13 0 0 25 0 1 0 1781689159 17911808 3469 4294967295 134512640 134736556 3221224576 3221223088 134543195 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9945/statm): 4373 3469 1116 68 0 4305 0
[pid=9945] vsize: 17492
Current children cumulated CPU time (s) 19.88
Current children cumulated vsize (Kb) 17492

[startup+30.0049 s]
Raw data (loadavg): 1.00 0.93 0.90 2/56 9945
Raw data (/proc/9945/stat): 9945 (bsolo) R 9944 9945 8263 0 -1 0 3661 0 0 0 2971 15 0 0 25 0 1 0 1781689159 18317312 3572 4294967295 134512640 134736556 3221224576 3221223184 134544600 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/9945/statm): 4472 3572 1116 68 0 4404 0
[pid=9945] vsize: 17888
Current children cumulated CPU time (s) 29.86
Current children cumulated vsize (Kb) 17888

[startup+40.0057 s]
Raw data (loadavg): 1.00 0.93 0.90 2/56 9945
Raw data (/proc/9945/stat): 9945 (bsolo) R 9944 9945 8263 0 -1 0 3752 0 0 0 3969 16 0 0 25 0 1 0 1781689159 18587648 3663 4294967295 134512640 134736556 3221224576 3221223156 134716328 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9945/statm): 4538 3663 1116 68 0 4470 0
[pid=9945] vsize: 18152
Current children cumulated CPU time (s) 39.85
Current children cumulated vsize (Kb) 18152

[startup+50.0076 s]
Raw data (loadavg): 1.00 0.93 0.90 2/56 9945
Raw data (/proc/9945/stat): 9945 (bsolo) R 9944 9945 8263 0 -1 0 3855 0 0 0 4965 17 0 0 25 0 1 0 1781689159 19128320 3766 4294967295 134512640 134736556 3221224576 3221223296 134529480 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/9945/statm): 4670 3766 1116 68 0 4602 0
[pid=9945] vsize: 18680
Current children cumulated CPU time (s) 49.82
Current children cumulated vsize (Kb) 18680

[startup+60.0084 s]
Raw data (loadavg): 1.00 0.94 0.90 2/56 9945
Raw data (/proc/9945/stat): 9945 (bsolo) R 9944 9945 8263 0 -1 0 3969 0 0 0 5962 20 0 0 25 0 1 0 1781689159 19533824 3880 4294967295 134512640 134736556 3221224576 3221223180 134716460 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9945/statm): 4769 3880 1116 68 0 4701 0
[pid=9945] vsize: 19076
Current children cumulated CPU time (s) 59.82
Current children cumulated vsize (Kb) 19076

[startup+70.0082 s]
Raw data (loadavg): 1.00 0.94 0.90 2/56 9945
Raw data (/proc/9945/stat): 9945 (bsolo) R 9944 9945 8263 0 -1 0 4069 0 0 0 6958 21 0 0 25 0 1 0 1781689159 19939328 3980 4294967295 134512640 134736556 3221224576 3221223200 134537350 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9945/statm): 4868 3980 1116 68 0 4800 0
[pid=9945] vsize: 19472
Current children cumulated CPU time (s) 69.79
Current children cumulated vsize (Kb) 19472

[startup+80.0091 s]
Raw data (loadavg): 1.00 0.94 0.90 2/56 9945
Raw data (/proc/9945/stat): 9945 (bsolo) R 9944 9945 8263 0 -1 0 4161 0 0 0 7955 23 0 0 25 0 1 0 1781689159 20344832 4072 4294967295 134512640 134736556 3221224576 3221223100 134540147 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9945/statm): 4967 4072 1116 68 0 4899 0
[pid=9945] vsize: 19868
Current children cumulated CPU time (s) 79.78
Current children cumulated vsize (Kb) 19868

[startup+90.0089 s]
Raw data (loadavg): 1.00 0.94 0.90 2/56 9945
Raw data (/proc/9945/stat): 9945 (bsolo) R 9944 9945 8263 0 -1 0 4240 0 0 0 8953 24 0 0 25 0 1 0 1781689159 20615168 4151 4294967295 134512640 134736556 3221224576 3221223180 134544556 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9945/statm): 5033 4151 1116 68 0 4965 0
[pid=9945] vsize: 20132
Current children cumulated CPU time (s) 89.77
Current children cumulated vsize (Kb) 20132

[startup+100.01 s]
Raw data (loadavg): 1.00 0.94 0.91 2/56 9945
Raw data (/proc/9945/stat): 9945 (bsolo) R 9944 9945 8263 0 -1 0 4325 0 0 0 9950 24 0 0 25 0 1 0 1781689159 21020672 4236 4294967295 134512640 134736556 3221224576 3221223168 134716146 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9945/statm): 5132 4236 1116 68 0 5064 0
[pid=9945] vsize: 20528
Current children cumulated CPU time (s) 99.74
Current children cumulated vsize (Kb) 20528

[startup+110.011 s]
Raw data (loadavg): 1.00 0.94 0.91 2/56 9945
Raw data (/proc/9945/stat): 9945 (bsolo) R 9944 9945 8263 0 -1 0 4406 0 0 0 10948 25 0 0 25 0 1 0 1781689159 21291008 4317 4294967295 134512640 134736556 3221224576 3221223152 134543187 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9945/statm): 5198 4317 1116 68 0 5130 0
[pid=9945] vsize: 20792
Current children cumulated CPU time (s) 109.73
Current children cumulated vsize (Kb) 20792

[startup+120.01 s]
Raw data (loadavg): 1.00 0.94 0.91 2/56 9945
Raw data (/proc/9945/stat): 9945 (bsolo) R 9944 9945 8263 0 -1 0 4497 0 0 0 11945 27 0 0 25 0 1 0 1781689159 21696512 4408 4294967295 134512640 134736556 3221224576 3221223200 134537456 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9945/statm): 5297 4408 1116 68 0 5229 0
[pid=9945] vsize: 21188
Current children cumulated CPU time (s) 119.72
Current children cumulated vsize (Kb) 21188

[startup+130.011 s]
Raw data (loadavg): 1.00 0.95 0.91 2/56 9945
Raw data (/proc/9945/stat): 9945 (bsolo) R 9944 9945 8263 0 -1 0 4579 0 0 0 12942 28 0 0 25 0 1 0 1781689159 21966848 4490 4294967295 134512640 134736556 3221224576 3221223328 134597492 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9945/statm): 5363 4490 1116 68 0 5295 0
[pid=9945] vsize: 21452
Current children cumulated CPU time (s) 129.7
Current children cumulated vsize (Kb) 21452

[startup+140.011 s]
Raw data (loadavg): 1.00 0.95 0.91 2/56 9945
Raw data (/proc/9945/stat): 9945 (bsolo) R 9944 9945 8263 0 -1 0 4666 0 0 0 13939 30 0 0 25 0 1 0 1781689159 22372352 4577 4294967295 134512640 134736556 3221224576 3221223180 134544624 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9945/statm): 5462 4577 1116 68 0 5394 0
[pid=9945] vsize: 21848
Current children cumulated CPU time (s) 139.69
Current children cumulated vsize (Kb) 21848

[startup+150.012 s]
Raw data (loadavg): 1.00 0.95 0.91 2/56 9945
Raw data (/proc/9945/stat): 9945 (bsolo) R 9944 9945 8263 0 -1 0 4748 0 0 0 14938 31 0 0 25 0 1 0 1781689159 22777856 4659 4294967295 134512640 134736556 3221224576 3221223188 134537369 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9945/statm): 5561 4659 1116 68 0 5493 0
[pid=9945] vsize: 22244
Current children cumulated CPU time (s) 149.69
Current children cumulated vsize (Kb) 22244

[startup+160.013 s]
Raw data (loadavg): 1.00 0.95 0.91 2/56 9945
Raw data (/proc/9945/stat): 9945 (bsolo) R 9944 9945 8263 0 -1 0 4836 0 0 0 15935 32 0 0 25 0 1 0 1781689159 23048192 4747 4294967295 134512640 134736556 3221224576 3221223148 134634440 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/9945/statm): 5627 4747 1116 68 0 5559 0
[pid=9945] vsize: 22508
Current children cumulated CPU time (s) 159.67
Current children cumulated vsize (Kb) 22508

[startup+170.014 s]
Raw data (loadavg): 1.00 0.95 0.91 2/56 9945
Raw data (/proc/9945/stat): 9945 (bsolo) R 9944 9945 8263 0 -1 0 4920 0 0 0 16932 33 0 0 25 0 1 0 1781689159 23453696 4831 4294967295 134512640 134736556 3221224576 3221223180 134544624 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/9945/statm): 5726 4831 1116 68 0 5658 0
[pid=9945] vsize: 22904
Current children cumulated CPU time (s) 169.65
Current children cumulated vsize (Kb) 22904

[startup+180.014 s]
Raw data (loadavg): 1.00 0.95 0.91 2/56 9945
Raw data (/proc/9945/stat): 9945 (bsolo) R 9944 9945 8263 0 -1 0 4974 0 0 0 17930 35 0 0 25 0 1 0 1781689159 23588864 4885 4294967295 134512640 134736556 3221224576 3221223104 134716511 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/9945/statm): 5759 4885 1116 68 0 5691 0
[pid=9945] vsize: 23036
Current children cumulated CPU time (s) 179.65
Current children cumulated vsize (Kb) 23036

[startup+190.015 s]
Raw data (loadavg): 1.00 0.95 0.91 2/56 9945
Raw data (/proc/9945/stat): 9945 (bsolo) R 9944 9945 8263 0 -1 0 5065 0 0 0 18926 37 0 0 25 0 1 0 1781689159 23994368 4976 4294967295 134512640 134736556 3221224576 3221223084 134540061 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/9945/statm): 5858 4976 1116 68 0 5790 0
[pid=9945] vsize: 23432
Current children cumulated CPU time (s) 189.63
Current children cumulated vsize (Kb) 23432

[startup+200.016 s]
Raw data (loadavg): 1.00 0.95 0.91 2/56 9945
Raw data (/proc/9945/stat): 9945 (bsolo) R 9944 9945 8263 0 -1 0 5151 0 0 0 19924 38 0 0 25 0 1 0 1781689159 24399872 5062 4294967295 134512640 134736556 3221224576 3221223212 134553061 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/9945/statm): 5957 5062 1116 68 0 5889 0
[pid=9945] vsize: 23828
Current children cumulated CPU time (s) 199.62
Current children cumulated vsize (Kb) 23828

[startup+210.017 s]
Raw data (loadavg): 1.00 0.95 0.91 2/56 9945
Raw data (/proc/9945/stat): 9945 (bsolo) R 9944 9945 8263 0 -1 0 5278 0 0 0 20919 40 0 0 25 0 1 0 1781689159 24940544 5189 4294967295 134512640 134736556 3221224576 3221223384 134598737 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/9945/statm): 6089 5189 1116 68 0 6021 0
[pid=9945] vsize: 24356
Current children cumulated CPU time (s) 209.59
Current children cumulated vsize (Kb) 24356

[startup+220.018 s]
Raw data (loadavg): 1.00 0.95 0.91 2/56 9945
Raw data (/proc/9945/stat): 9945 (bsolo) R 9944 9945 8263 0 -1 0 5406 0 0 0 21914 43 0 0 25 0 1 0 1781689159 25481216 5317 4294967295 134512640 134736556 3221224576 3221223168 134540239 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/9945/statm): 6221 5317 1116 68 0 6153 0
[pid=9945] vsize: 24884
Current children cumulated CPU time (s) 219.57
Current children cumulated vsize (Kb) 24884

[startup+230.019 s]
Raw data (loadavg): 1.00 0.96 0.91 2/56 9945
Raw data (/proc/9945/stat): 9945 (bsolo) R 9944 9945 8263 0 -1 0 5467 0 0 0 22911 45 0 0 25 0 1 0 1781689159 25616384 5378 4294967295 134512640 134736556 3221224576 3221223168 134540198 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/9945/statm): 6254 5378 1116 68 0 6186 0
[pid=9945] vsize: 25016
Current children cumulated CPU time (s) 229.56
Current children cumulated vsize (Kb) 25016

[startup+240.018 s]
Raw data (loadavg): 1.00 0.96 0.91 2/56 9945
Raw data (/proc/9945/stat): 9945 (bsolo) R 9944 9945 8263 0 -1 0 5562 0 0 0 23907 47 0 0 25 0 1 0 1781689159 26021888 5473 4294967295 134512640 134736556 3221224576 3221223168 134716144 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/9945/statm): 6353 5473 1116 68 0 6285 0
[pid=9945] vsize: 25412
Current children cumulated CPU time (s) 239.54
Current children cumulated vsize (Kb) 25412

[startup+250.02 s]
Raw data (loadavg): 1.00 0.96 0.91 2/56 9945
Raw data (/proc/9945/stat): 9945 (bsolo) R 9944 9945 8263 0 -1 0 5669 0 0 0 24903 50 0 0 25 0 1 0 1781689159 26427392 5580 4294967295 134512640 134736556 3221224576 3221223312 134529025 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/9945/statm): 6452 5580 1116 68 0 6384 0
[pid=9945] vsize: 25808
Current children cumulated CPU time (s) 249.53
Current children cumulated vsize (Kb) 25808

[startup+260.021 s]
Raw data (loadavg): 1.00 0.96 0.91 2/56 9945
Raw data (/proc/9945/stat): 9945 (bsolo) R 9944 9945 8263 0 -1 0 5769 0 0 0 25900 51 0 0 25 0 1 0 1781689159 26968064 5680 4294967295 134512640 134736556 3221224576 3221223216 134544660 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9945/statm): 6584 5680 1116 68 0 6516 0
[pid=9945] vsize: 26336
Current children cumulated CPU time (s) 259.51
Current children cumulated vsize (Kb) 26336

[startup+270.021 s]
Raw data (loadavg): 1.00 0.96 0.91 2/56 9945
Raw data (/proc/9945/stat): 9945 (bsolo) R 9944 9945 8263 0 -1 0 5886 0 0 0 26897 53 0 0 25 0 1 0 1781689159 27365376 5797 4294967295 134512640 134736556 3221224576 3221223168 134540200 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9945/statm): 6681 5797 1116 68 0 6613 0
[pid=9945] vsize: 26724
Current children cumulated CPU time (s) 269.5
Current children cumulated vsize (Kb) 26724

[startup+280.022 s]
Raw data (loadavg): 1.00 0.96 0.91 2/56 9945
Raw data (/proc/9945/stat): 9945 (bsolo) R 9944 9945 8263 0 -1 0 5991 0 0 0 27894 55 0 0 25 0 1 0 1781689159 27770880 5902 4294967295 134512640 134736556 3221224576 3221223216 134543823 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9945/statm): 6780 5902 1116 68 0 6712 0
[pid=9945] vsize: 27120
Current children cumulated CPU time (s) 279.49
Current children cumulated vsize (Kb) 27120

[startup+290.023 s]
Raw data (loadavg): 1.00 0.96 0.91 2/56 9945
Raw data (/proc/9945/stat): 9945 (bsolo) R 9944 9945 8263 0 -1 0 6106 0 0 0 28892 56 0 0 25 0 1 0 1781689159 28311552 6017 4294967295 134512640 134736556 3221224576 3221222888 134717565 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9945/statm): 6912 6017 1116 68 0 6844 0
[pid=9945] vsize: 27648
Current children cumulated CPU time (s) 289.48
Current children cumulated vsize (Kb) 27648

[startup+300.023 s]
Raw data (loadavg): 1.00 0.96 0.91 2/56 9945
Raw data (/proc/9945/stat): 9945 (bsolo) R 9944 9945 8263 0 -1 0 6237 0 0 0 29889 57 0 0 25 0 1 0 1781689159 28852224 6148 4294967295 134512640 134736556 3221224576 3221223168 134716180 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9945/statm): 7044 6148 1116 68 0 6976 0
[pid=9945] vsize: 28176
Current children cumulated CPU time (s) 299.46
Current children cumulated vsize (Kb) 28176

[startup+310.024 s]
Raw data (loadavg): 1.00 0.96 0.91 2/56 9945
Raw data (/proc/9945/stat): 9945 (bsolo) R 9944 9945 8263 0 -1 0 6368 0 0 0 30886 59 0 0 25 0 1 0 1781689159 29392896 6279 4294967295 134512640 134736556 3221224576 3221223096 134716525 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9945/statm): 7176 6279 1116 68 0 7108 0
[pid=9945] vsize: 28704
Current children cumulated CPU time (s) 309.45
Current children cumulated vsize (Kb) 28704

[startup+320.024 s]
Raw data (loadavg): 1.00 0.96 0.91 2/56 9945
Raw data (/proc/9945/stat): 9945 (bsolo) R 9944 9945 8263 0 -1 0 6456 0 0 0 31884 60 0 0 25 0 1 0 1781689159 29663232 6367 4294967295 134512640 134736556 3221224576 3221223168 134540200 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9945/statm): 7242 6367 1116 68 0 7174 0
[pid=9945] vsize: 28968
Current children cumulated CPU time (s) 319.44
Current children cumulated vsize (Kb) 28968

[startup+330.025 s]
Raw data (loadavg): 1.00 0.97 0.91 2/56 9945
Raw data (/proc/9945/stat): 9945 (bsolo) R 9944 9945 8263 0 -1 0 6567 0 0 0 32881 62 0 0 25 0 1 0 1781689159 30203904 6478 4294967295 134512640 134736556 3221224576 3221223156 134716294 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9945/statm): 7374 6478 1116 68 0 7306 0
[pid=9945] vsize: 29496
Current children cumulated CPU time (s) 329.43
Current children cumulated vsize (Kb) 29496

[startup+340.025 s]
Raw data (loadavg): 1.00 0.97 0.91 2/56 9945
Raw data (/proc/9945/stat): 9945 (bsolo) R 9944 9945 8263 0 -1 0 6667 0 0 0 33878 64 0 0 25 0 1 0 1781689159 30609408 6578 4294967295 134512640 134736556 3221224576 3221223244 134544624 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9945/statm): 7473 6578 1116 68 0 7405 0
[pid=9945] vsize: 29892
Current children cumulated CPU time (s) 339.42
Current children cumulated vsize (Kb) 29892

[startup+350.026 s]
Raw data (loadavg): 1.00 0.97 0.91 2/56 9945
Raw data (/proc/9945/stat): 9945 (bsolo) R 9944 9945 8263 0 -1 0 6750 0 0 0 34875 65 0 0 25 0 1 0 1781689159 30879744 6661 4294967295 134512640 134736556 3221224576 3221223136 134544641 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9945/statm): 7539 6661 1116 68 0 7471 0
[pid=9945] vsize: 30156
Current children cumulated CPU time (s) 349.4
Current children cumulated vsize (Kb) 30156

[startup+360.026 s]
Raw data (loadavg): 1.00 0.97 0.91 1/56 9945
Raw data (/proc/9945/stat): 9945 (bsolo) T 9944 9945 8263 0 -1 0 6861 0 0 0 35873 66 0 0 25 0 1 0 1781689159 31420416 6772 4294967295 134512640 134736556 3221224576 3221223468 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/9945/statm): 7671 6772 1116 68 0 7603 0
[pid=9945] vsize: 30684
Current children cumulated CPU time (s) 359.39
Current children cumulated vsize (Kb) 30684

[startup+370.026 s]
Raw data (loadavg): 1.00 0.97 0.91 2/56 9945
Raw data (/proc/9945/stat): 9945 (bsolo) R 9944 9945 8263 0 -1 0 6976 0 0 0 36870 67 0 0 25 0 1 0 1781689159 31825920 6887 4294967295 134512640 134736556 3221224576 3221223152 134540280 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9945/statm): 7770 6887 1116 68 0 7702 0
[pid=9945] vsize: 31080
Current children cumulated CPU time (s) 369.37
Current children cumulated vsize (Kb) 31080

[startup+380.027 s]
Raw data (loadavg): 1.00 0.97 0.91 2/56 9945
Raw data (/proc/9945/stat): 9945 (bsolo) R 9944 9945 8263 0 -1 0 7112 0 0 0 37867 69 0 0 25 0 1 0 1781689159 32366592 7023 4294967295 134512640 134736556 3221224576 3221223300 134529173 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9945/statm): 7902 7023 1116 68 0 7834 0
[pid=9945] vsize: 31608
Current children cumulated CPU time (s) 379.36
Current children cumulated vsize (Kb) 31608

[startup+390.027 s]
Raw data (loadavg): 1.00 0.97 0.91 2/56 9945
Raw data (/proc/9945/stat): 9945 (bsolo) R 9944 9945 8263 0 -1 0 7211 0 0 0 38864 71 0 0 25 0 1 0 1781689159 32772096 7122 4294967295 134512640 134736556 3221224576 3221223080 134634653 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/9945/statm): 8001 7122 1116 68 0 7933 0
[pid=9945] vsize: 32004
Current children cumulated CPU time (s) 389.35
Current children cumulated vsize (Kb) 32004

[startup+400.028 s]
Raw data (loadavg): 1.00 0.97 0.91 2/56 9945
Raw data (/proc/9945/stat): 9945 (bsolo) R 9944 9945 8263 0 -1 0 7320 0 0 0 39860 73 0 0 25 0 1 0 1781689159 33312768 7231 4294967295 134512640 134736556 3221224576 3221223200 134524551 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9945/statm): 8133 7231 1116 68 0 8065 0
[pid=9945] vsize: 32532
Current children cumulated CPU time (s) 399.33
Current children cumulated vsize (Kb) 32532

[startup+410.029 s]
Raw data (loadavg): 1.00 0.97 0.91 2/56 9945
Raw data (/proc/9945/stat): 9945 (bsolo) R 9944 9945 8263 0 -1 0 7430 0 0 0 40857 74 0 0 25 0 1 0 1781689159 33722368 7341 4294967295 134512640 134736556 3221224576 3221223152 134543212 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9945/statm): 8233 7341 1116 68 0 8165 0
[pid=9945] vsize: 32932
Current children cumulated CPU time (s) 409.31
Current children cumulated vsize (Kb) 32932

[startup+420.029 s]
Raw data (loadavg): 1.00 0.97 0.91 2/56 9945
Raw data (/proc/9945/stat): 9945 (bsolo) R 9944 9945 8263 0 -1 0 7520 0 0 0 41855 75 0 0 25 0 1 0 1781689159 34127872 7431 4294967295 134512640 134736556 3221224576 3221223276 134524884 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9945/statm): 8332 7431 1116 68 0 8264 0
[pid=9945] vsize: 33328
Current children cumulated CPU time (s) 419.3
Current children cumulated vsize (Kb) 33328

[startup+430.029 s]
Raw data (loadavg): 1.00 0.97 0.91 2/56 9945
Raw data (/proc/9945/stat): 9945 (bsolo) R 9944 9945 8263 0 -1 0 7591 0 0 0 42853 75 0 0 25 0 1 0 1781689159 34398208 7502 4294967295 134512640 134736556 3221224576 3221223112 1077378037 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9945/statm): 8398 7502 1116 68 0 8330 0
[pid=9945] vsize: 33592
Current children cumulated CPU time (s) 429.28
Current children cumulated vsize (Kb) 33592

[startup+440.029 s]
Raw data (loadavg): 1.00 0.97 0.91 2/56 9945
Raw data (/proc/9945/stat): 9945 (bsolo) R 9944 9945 8263 0 -1 0 7658 0 0 0 43851 76 0 0 25 0 1 0 1781689159 34668544 7569 4294967295 134512640 134736556 3221224576 3221223152 134543208 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9945/statm): 8464 7569 1116 68 0 8396 0
[pid=9945] vsize: 33856
Current children cumulated CPU time (s) 439.27
Current children cumulated vsize (Kb) 33856

[startup+450.03 s]
Raw data (loadavg): 1.00 0.97 0.91 2/56 9945
Raw data (/proc/9945/stat): 9945 (bsolo) R 9944 9945 8263 0 -1 0 7765 0 0 0 44848 78 0 0 25 0 1 0 1781689159 35074048 7676 4294967295 134512640 134736556 3221224576 3221223096 134716878 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9945/statm): 8563 7676 1116 68 0 8495 0
[pid=9945] vsize: 34252
Current children cumulated CPU time (s) 449.26
Current children cumulated vsize (Kb) 34252

[startup+460.031 s]
Raw data (loadavg): 1.00 0.97 0.91 2/56 9945
Raw data (/proc/9945/stat): 9945 (bsolo) R 9944 9945 8263 0 -1 0 7854 0 0 0 45844 80 0 0 25 0 1 0 1781689159 35479552 7765 4294967295 134512640 134736556 3221224576 3221223232 134528776 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/9945/statm): 8662 7765 1116 68 0 8594 0
[pid=9945] vsize: 34648
Current children cumulated CPU time (s) 459.24
Current children cumulated vsize (Kb) 34648

[startup+470.032 s]
Raw data (loadavg): 1.00 0.97 0.91 2/56 9945
Raw data (/proc/9945/stat): 9945 (bsolo) R 9944 9945 8263 0 -1 0 7924 0 0 0 46841 81 0 0 25 0 1 0 1781689159 35749888 7835 4294967295 134512640 134736556 3221224576 3221223144 134634441 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9945/statm): 8728 7835 1116 68 0 8660 0
[pid=9945] vsize: 34912
Current children cumulated CPU time (s) 469.22
Current children cumulated vsize (Kb) 34912

[startup+480.033 s]
Raw data (loadavg): 1.00 0.97 0.91 2/56 9945
Raw data (/proc/9945/stat): 9945 (bsolo) R 9944 9945 8263 0 -1 0 7981 0 0 0 47839 82 0 0 25 0 1 0 1781689159 36020224 7892 4294967295 134512640 134736556 3221224576 3221223168 134716149 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9945/statm): 8794 7892 1116 68 0 8726 0
[pid=9945] vsize: 35176
Current children cumulated CPU time (s) 479.21
Current children cumulated vsize (Kb) 35176

[startup+490.032 s]
Raw data (loadavg): 1.00 0.97 0.91 2/56 9945
Raw data (/proc/9945/stat): 9945 (bsolo) R 9944 9945 8263 0 -1 0 8029 0 0 0 48838 83 0 0 25 0 1 0 1781689159 36155392 7940 4294967295 134512640 134736556 3221224576 3221223088 134543195 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9945/statm): 8827 7940 1116 68 0 8759 0
[pid=9945] vsize: 35308
Current children cumulated CPU time (s) 489.21
Current children cumulated vsize (Kb) 35308

[startup+500.033 s]
Raw data (loadavg): 1.15 1.00 0.92 2/56 9945
Raw data (/proc/9945/stat): 9945 (bsolo) R 9944 9945 8263 0 -1 0 8106 0 0 0 49836 84 0 0 25 0 1 0 1781689159 36425728 8017 4294967295 134512640 134736556 3221224576 3221223184 134544578 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9945/statm): 8893 8017 1116 68 0 8825 0
[pid=9945] vsize: 35572
Current children cumulated CPU time (s) 499.2
Current children cumulated vsize (Kb) 35572

[startup+510.034 s]
Raw data (loadavg): 1.13 1.00 0.92 2/56 9945
Raw data (/proc/9945/stat): 9945 (bsolo) R 9944 9945 8263 0 -1 0 8224 0 0 0 50833 86 0 0 25 0 1 0 1781689159 36966400 8135 4294967295 134512640 134736556 3221224576 3221223156 134543972 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9945/statm): 9025 8135 1116 68 0 8957 0
[pid=9945] vsize: 36100
Current children cumulated CPU time (s) 509.19
Current children cumulated vsize (Kb) 36100

[startup+520.034 s]
Raw data (loadavg): 1.11 1.00 0.92 2/56 9945
Raw data (/proc/9945/stat): 9945 (bsolo) R 9944 9945 8263 0 -1 0 8300 0 0 0 51830 88 0 0 25 0 1 0 1781689159 37236736 8211 4294967295 134512640 134736556 3221224576 3221223248 134528470 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9945/statm): 9091 8211 1116 68 0 9023 0
[pid=9945] vsize: 36364
Current children cumulated CPU time (s) 519.18
Current children cumulated vsize (Kb) 36364

[startup+530.035 s]
Raw data (loadavg): 1.09 1.00 0.92 2/56 9945
Raw data (/proc/9945/stat): 9945 (bsolo) R 9944 9945 8263 0 -1 0 8372 0 0 0 52828 89 0 0 25 0 1 0 1781689159 37507072 8283 4294967295 134512640 134736556 3221224576 3221222948 134717263 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9945/statm): 9157 8283 1116 68 0 9089 0
[pid=9945] vsize: 36628
Current children cumulated CPU time (s) 529.17
Current children cumulated vsize (Kb) 36628

[startup+540.035 s]
Raw data (loadavg): 1.08 1.00 0.92 2/56 9945
Raw data (/proc/9945/stat): 9945 (bsolo) R 9944 9945 8263 0 -1 0 8486 0 0 0 53825 90 0 0 25 0 1 0 1781689159 38047744 8397 4294967295 134512640 134736556 3221224576 3221223100 134540061 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9945/statm): 9289 8397 1116 68 0 9221 0
[pid=9945] vsize: 37156
Current children cumulated CPU time (s) 539.15
Current children cumulated vsize (Kb) 37156

[startup+550.035 s]
Raw data (loadavg): 1.06 1.00 0.92 2/56 9945
Raw data (/proc/9945/stat): 9945 (bsolo) R 9944 9945 8263 0 -1 0 8602 0 0 0 54823 91 0 0 25 0 1 0 1781689159 38453248 8513 4294967295 134512640 134736556 3221224576 3221223028 134717407 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9945/statm): 9388 8513 1116 68 0 9320 0
[pid=9945] vsize: 37552
Current children cumulated CPU time (s) 549.14
Current children cumulated vsize (Kb) 37552

[startup+560.036 s]
Raw data (loadavg): 1.05 1.00 0.92 2/56 9945
Raw data (/proc/9945/stat): 9945 (bsolo) R 9944 9945 8263 0 -1 0 8699 0 0 0 55819 93 0 0 25 0 1 0 1781689159 38858752 8610 4294967295 134512640 134736556 3221224576 3221223264 134536465 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9945/statm): 9487 8610 1116 68 0 9419 0
[pid=9945] vsize: 37948
Current children cumulated CPU time (s) 559.12
Current children cumulated vsize (Kb) 37948

[startup+570.036 s]
Raw data (loadavg): 1.04 1.00 0.92 2/56 9945
Raw data (/proc/9945/stat): 9945 (bsolo) R 9944 9945 8263 0 -1 0 8796 0 0 0 56817 94 0 0 25 0 1 0 1781689159 39264256 8707 4294967295 134512640 134736556 3221224576 3221223168 134540239 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9945/statm): 9586 8707 1116 68 0 9518 0
[pid=9945] vsize: 38344
Current children cumulated CPU time (s) 569.11
Current children cumulated vsize (Kb) 38344

[startup+580.037 s]
Raw data (loadavg): 1.04 1.00 0.92 2/56 9945
Raw data (/proc/9945/stat): 9945 (bsolo) R 9944 9945 8263 0 -1 0 8910 0 0 0 57814 96 0 0 25 0 1 0 1781689159 39804928 8821 4294967295 134512640 134736556 3221224576 3221222956 1077379876 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9945/statm): 9718 8821 1116 68 0 9650 0
[pid=9945] vsize: 38872
Current children cumulated CPU time (s) 579.1
Current children cumulated vsize (Kb) 38872

[startup+590.038 s]
Raw data (loadavg): 1.03 1.00 0.92 2/56 9945
Raw data (/proc/9945/stat): 9945 (bsolo) R 9944 9945 8263 0 -1 0 8973 0 0 0 58812 97 0 0 25 0 1 0 1781689159 40075264 8884 4294967295 134512640 134736556 3221224576 3221223100 134540086 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9945/statm): 9784 8884 1116 68 0 9716 0
[pid=9945] vsize: 39136
Current children cumulated CPU time (s) 589.09
Current children cumulated vsize (Kb) 39136

[startup+600.039 s]
Raw data (loadavg): 1.03 1.00 0.92 2/56 9945
Raw data (/proc/9945/stat): 9945 (bsolo) R 9944 9945 8263 0 -1 0 9038 0 0 0 59810 98 0 0 25 0 1 0 1781689159 40345600 8949 4294967295 134512640 134736556 3221224576 3221223264 134536426 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9945/statm): 9850 8949 1116 68 0 9782 0
[pid=9945] vsize: 39400
Current children cumulated CPU time (s) 599.08
Current children cumulated vsize (Kb) 39400

[startup+610.039 s]
Raw data (loadavg): 1.02 1.00 0.92 2/56 9945
Raw data (/proc/9945/stat): 9945 (bsolo) R 9944 9945 8263 0 -1 0 9087 0 0 0 60809 99 0 0 25 0 1 0 1781689159 40480768 8998 4294967295 134512640 134736556 3221224576 3221223168 134716146 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9945/statm): 9883 8998 1116 68 0 9815 0
[pid=9945] vsize: 39532
Current children cumulated CPU time (s) 609.08
Current children cumulated vsize (Kb) 39532

[startup+620.039 s]
Raw data (loadavg): 1.02 1.00 0.92 2/56 9945
Raw data (/proc/9945/stat): 9945 (bsolo) R 9944 9945 8263 0 -1 0 9173 0 0 0 61807 100 0 0 25 0 1 0 1781689159 40886272 9084 4294967295 134512640 134736556 3221224576 3221223088 134543137 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9945/statm): 9982 9084 1116 68 0 9914 0
[pid=9945] vsize: 39928
Current children cumulated CPU time (s) 619.07
Current children cumulated vsize (Kb) 39928

[startup+630.04 s]
Raw data (loadavg): 1.01 1.00 0.92 2/56 9945
Raw data (/proc/9945/stat): 9945 (bsolo) R 9944 9945 8263 0 -1 0 9252 0 0 0 62805 101 0 0 25 0 1 0 1781689159 41156608 9163 4294967295 134512640 134736556 3221224576 3221223168 134716149 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9945/statm): 10048 9163 1116 68 0 9980 0
[pid=9945] vsize: 40192
Current children cumulated CPU time (s) 629.06
Current children cumulated vsize (Kb) 40192

[startup+640.04 s]
Raw data (loadavg): 1.01 1.00 0.92 2/56 9945
Raw data (/proc/9945/stat): 9945 (bsolo) R 9944 9945 8263 0 -1 0 9329 0 0 0 63803 101 0 0 25 0 1 0 1781689159 41562112 9240 4294967295 134512640 134736556 3221224576 3221223188 134544525 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9945/statm): 10147 9240 1116 68 0 10079 0
[pid=9945] vsize: 40588
Current children cumulated CPU time (s) 639.04
Current children cumulated vsize (Kb) 40588

[startup+650.041 s]
Raw data (loadavg): 1.01 1.00 0.92 2/56 9945
Raw data (/proc/9945/stat): 9945 (bsolo) R 9944 9945 8263 0 -1 0 9390 0 0 0 64801 102 0 0 25 0 1 0 1781689159 41697280 9301 4294967295 134512640 134736556 3221224576 3221223148 134634654 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9945/statm): 10180 9301 1116 68 0 10112 0
[pid=9945] vsize: 40720
Current children cumulated CPU time (s) 649.03
Current children cumulated vsize (Kb) 40720

[startup+660.042 s]
Raw data (loadavg): 1.01 1.00 0.92 2/56 9945
Raw data (/proc/9945/stat): 9945 (bsolo) R 9944 9945 8263 0 -1 0 9647 0 0 0 65795 106 0 0 25 0 1 0 1781689159 42778624 9558 4294967295 134512640 134736556 3221224576 3221223088 134539744 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9945/statm): 10444 9558 1116 68 0 10376 0
[pid=9945] vsize: 41776
Current children cumulated CPU time (s) 659.01
Current children cumulated vsize (Kb) 41776

[startup+670.042 s]
Raw data (loadavg): 1.01 1.00 0.92 2/56 9945
Raw data (/proc/9945/stat): 9945 (bsolo) R 9944 9945 8263 0 -1 0 9829 0 0 0 66790 108 0 0 25 0 1 0 1781689159 43589632 9740 4294967295 134512640 134736556 3221224576 3221223312 134529489 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9945/statm): 10642 9740 1116 68 0 10574 0
[pid=9945] vsize: 42568
Current children cumulated CPU time (s) 668.98
Current children cumulated vsize (Kb) 42568

[startup+680.042 s]
Raw data (loadavg): 1.00 1.00 0.92 2/56 9945
Raw data (/proc/9945/stat): 9945 (bsolo) R 9944 9945 8263 0 -1 0 9969 0 0 0 67786 110 0 0 25 0 1 0 1781689159 44130304 9880 4294967295 134512640 134736556 3221224576 3221223084 134540125 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/9945/statm): 10774 9880 1116 68 0 10706 0
[pid=9945] vsize: 43096
Current children cumulated CPU time (s) 678.96
Current children cumulated vsize (Kb) 43096

[startup+690.043 s]
Raw data (loadavg): 1.00 1.00 0.92 2/56 9945
Raw data (/proc/9945/stat): 9945 (bsolo) R 9944 9945 8263 0 -1 0 10110 0 0 0 68782 112 0 0 25 0 1 0 1781689159 44666880 10021 4294967295 134512640 134736556 3221224576 3221223168 134540200 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9945/statm): 10905 10021 1116 68 0 10837 0
[pid=9945] vsize: 43620
Current children cumulated CPU time (s) 688.94
Current children cumulated vsize (Kb) 43620

[startup+700.044 s]
Raw data (loadavg): 1.00 1.00 0.92 2/56 9945
Raw data (/proc/9945/stat): 9945 (bsolo) R 9944 9945 8263 0 -1 0 10218 0 0 0 69778 114 0 0 25 0 1 0 1781689159 45072384 10129 4294967295 134512640 134736556 3221224576 3221223024 134717296 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9945/statm): 11004 10129 1116 68 0 10936 0
[pid=9945] vsize: 44016
Current children cumulated CPU time (s) 698.92
Current children cumulated vsize (Kb) 44016

[startup+710.045 s]
Raw data (loadavg): 1.00 1.00 0.92 2/56 9945
Raw data (/proc/9945/stat): 9945 (bsolo) R 9944 9945 8263 0 -1 0 10384 0 0 0 70774 116 0 0 25 0 1 0 1781689159 45883392 10295 4294967295 134512640 134736556 3221224576 3221223052 134536620 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9945/statm): 11202 10295 1116 68 0 11134 0
[pid=9945] vsize: 44808
Current children cumulated CPU time (s) 708.9
Current children cumulated vsize (Kb) 44808

[startup+720.046 s]
Raw data (loadavg): 1.00 1.00 0.92 2/56 9945
Raw data (/proc/9945/stat): 9945 (bsolo) T 9944 9945 8263 0 -1 0 10492 0 0 0 71770 117 0 0 25 0 1 0 1781689159 46288896 10403 4294967295 134512640 134736556 3221224576 3221223468 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/9945/statm): 11301 10403 1116 68 0 11233 0
[pid=9945] vsize: 45204
Current children cumulated CPU time (s) 718.87
Current children cumulated vsize (Kb) 45204

[startup+730.047 s]
Raw data (loadavg): 1.00 1.00 0.92 2/56 9945
Raw data (/proc/9945/stat): 9945 (bsolo) R 9944 9945 8263 0 -1 0 10595 0 0 0 72768 119 0 0 25 0 1 0 1781689159 46694400 10506 4294967295 134512640 134736556 3221224576 3221223180 134537540 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9945/statm): 11400 10506 1116 68 0 11332 0
[pid=9945] vsize: 45600
Current children cumulated CPU time (s) 728.87
Current children cumulated vsize (Kb) 45600

[startup+740.047 s]
Raw data (loadavg): 1.07 1.02 0.93 2/56 9945
Raw data (/proc/9945/stat): 9945 (bsolo) R 9944 9945 8263 0 -1 0 10660 0 0 0 73765 120 0 0 25 0 1 0 1781689159 46964736 10571 4294967295 134512640 134736556 3221224576 3221223252 134536476 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9945/statm): 11466 10571 1116 68 0 11398 0
[pid=9945] vsize: 45864
Current children cumulated CPU time (s) 738.85
Current children cumulated vsize (Kb) 45864

[startup+750.047 s]
Raw data (loadavg): 1.06 1.02 0.93 2/56 9945
Raw data (/proc/9945/stat): 9945 (bsolo) R 9944 9945 8263 0 -1 0 10745 0 0 0 74764 120 0 0 25 0 1 0 1781689159 47235072 10656 4294967295 134512640 134736556 3221224576 3221223200 134537358 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9945/statm): 11532 10656 1116 68 0 11464 0
[pid=9945] vsize: 46128
Current children cumulated CPU time (s) 748.84
Current children cumulated vsize (Kb) 46128

[startup+760.048 s]
Raw data (loadavg): 1.05 1.01 0.93 2/56 9945
Raw data (/proc/9945/stat): 9945 (bsolo) R 9944 9945 8263 0 -1 0 10796 0 0 0 75763 121 0 0 25 0 1 0 1781689159 47505408 10707 4294967295 134512640 134736556 3221224576 3221223188 134537369 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9945/statm): 11598 10707 1116 68 0 11530 0
[pid=9945] vsize: 46392
Current children cumulated CPU time (s) 758.84
Current children cumulated vsize (Kb) 46392

[startup+770.048 s]
Raw data (loadavg): 1.04 1.01 0.93 2/56 9945
Raw data (/proc/9945/stat): 9945 (bsolo) R 9944 9945 8263 0 -1 0 10848 0 0 0 76762 122 0 0 25 0 1 0 1781689159 47775744 10759 4294967295 134512640 134736556 3221224576 3221223132 134537537 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9945/statm): 11664 10759 1116 68 0 11596 0
[pid=9945] vsize: 46656
Current children cumulated CPU time (s) 768.84
Current children cumulated vsize (Kb) 46656

[startup+780.049 s]
Raw data (loadavg): 1.04 1.01 0.93 2/56 9945
Raw data (/proc/9945/stat): 9945 (bsolo) R 9944 9945 8263 0 -1 0 10901 0 0 0 77760 123 0 0 25 0 1 0 1781689159 47910912 10812 4294967295 134512640 134736556 3221224576 3221223264 134524626 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9945/statm): 11697 10812 1116 68 0 11629 0
[pid=9945] vsize: 46788
Current children cumulated CPU time (s) 778.83
Current children cumulated vsize (Kb) 46788

[startup+790.05 s]
Raw data (loadavg): 1.03 1.01 0.93 2/56 9945
Raw data (/proc/9945/stat): 9945 (bsolo) R 9944 9945 8263 0 -1 0 10939 0 0 0 78759 124 0 0 25 0 1 0 1781689159 48046080 10850 4294967295 134512640 134736556 3221224576 3221223184 134544700 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9945/statm): 11730 10850 1116 68 0 11662 0
[pid=9945] vsize: 46920
Current children cumulated CPU time (s) 788.83
Current children cumulated vsize (Kb) 46920

[startup+800.051 s]
Raw data (loadavg): 1.18 1.04 0.94 2/56 9945
Raw data (/proc/9945/stat): 9945 (bsolo) R 9944 9945 8263 0 -1 0 10987 0 0 0 79757 124 0 0 25 0 1 0 1781689159 48316416 10898 4294967295 134512640 134736556 3221224576 3221223300 134605530 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9945/statm): 11796 10898 1116 68 0 11728 0
[pid=9945] vsize: 47184
Current children cumulated CPU time (s) 798.81
Current children cumulated vsize (Kb) 47184

[startup+810.052 s]
Raw data (loadavg): 1.15 1.04 0.94 2/56 9945
Raw data (/proc/9945/stat): 9945 (bsolo) R 9944 9945 8263 0 -1 0 11040 0 0 0 80756 125 0 0 25 0 1 0 1781689159 48451584 10951 4294967295 134512640 134736556 3221224576 3221223248 134528813 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9945/statm): 11829 10951 1116 68 0 11761 0
[pid=9945] vsize: 47316
Current children cumulated CPU time (s) 808.81
Current children cumulated vsize (Kb) 47316

[startup+820.052 s]
Raw data (loadavg): 1.13 1.04 0.94 2/56 9945
Raw data (/proc/9945/stat): 9945 (bsolo) R 9944 9945 8263 0 -1 0 11071 0 0 0 81755 126 0 0 25 0 1 0 1781689159 48586752 10982 4294967295 134512640 134736556 3221224576 3221223100 134540059 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9945/statm): 11862 10982 1116 68 0 11794 0
[pid=9945] vsize: 47448
Current children cumulated CPU time (s) 818.81
Current children cumulated vsize (Kb) 47448

[startup+830.052 s]
Raw data (loadavg): 1.11 1.04 0.94 2/56 9945
Raw data (/proc/9945/stat): 9945 (bsolo) R 9944 9945 8263 0 -1 0 11131 0 0 0 82753 127 0 0 25 0 1 0 1781689159 48857088 11042 4294967295 134512640 134736556 3221224576 3221223168 134543950 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9945/statm): 11928 11042 1116 68 0 11860 0
[pid=9945] vsize: 47712
Current children cumulated CPU time (s) 828.8
Current children cumulated vsize (Kb) 47712

[startup+840.052 s]
Raw data (loadavg): 1.09 1.04 0.94 1/56 9945
Raw data (/proc/9945/stat): 9945 (bsolo) T 9944 9945 8263 0 -1 0 11134 0 0 0 83751 127 0 0 25 0 1 0 1781689159 48857088 11045 4294967295 134512640 134736556 3221224576 3221223468 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/9945/statm): 11928 11045 1116 68 0 11860 0
[pid=9945] vsize: 47712
Current children cumulated CPU time (s) 838.78
Current children cumulated vsize (Kb) 47712

[startup+850.053 s]
Raw data (loadavg): 1.08 1.03 0.94 2/56 9945
Raw data (/proc/9945/stat): 9945 (bsolo) R 9944 9945 8263 0 -1 0 11192 0 0 0 84750 128 0 0 25 0 1 0 1781689159 49127424 11103 4294967295 134512640 134736556 3221224576 3221223100 134540061 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9945/statm): 11994 11103 1116 68 0 11926 0
[pid=9945] vsize: 47976
Current children cumulated CPU time (s) 848.78
Current children cumulated vsize (Kb) 47976

[startup+860.054 s]
Raw data (loadavg): 1.06 1.03 0.94 2/56 9945
Raw data (/proc/9945/stat): 9945 (bsolo) R 9944 9945 8263 0 -1 0 11253 0 0 0 85748 130 0 0 25 0 1 0 1781689159 49397760 11164 4294967295 134512640 134736556 3221224576 3221223148 134634644 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9945/statm): 12060 11164 1116 68 0 11992 0
[pid=9945] vsize: 48240
Current children cumulated CPU time (s) 858.78
Current children cumulated vsize (Kb) 48240

[startup+870.054 s]
Raw data (loadavg): 1.05 1.03 0.94 2/56 9945
Raw data (/proc/9945/stat): 9945 (bsolo) R 9944 9945 8263 0 -1 0 11270 0 0 0 86747 130 0 0 25 0 1 0 1781689159 49397760 11181 4294967295 134512640 134736556 3221224576 3221223296 134600575 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9945/statm): 12060 11181 1116 68 0 11992 0
[pid=9945] vsize: 48240
Current children cumulated CPU time (s) 868.77
Current children cumulated vsize (Kb) 48240

[startup+880.055 s]
Raw data (loadavg): 1.04 1.03 0.94 2/56 9945
Raw data (/proc/9945/stat): 9945 (bsolo) R 9944 9945 8263 0 -1 0 11278 0 0 0 87746 130 0 0 25 0 1 0 1781689159 49532928 11189 4294967295 134512640 134736556 3221224576 3221223092 134716747 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9945/statm): 12093 11189 1116 68 0 12025 0
[pid=9945] vsize: 48372
Current children cumulated CPU time (s) 878.76
Current children cumulated vsize (Kb) 48372

[startup+890.056 s]
Raw data (loadavg): 1.04 1.03 0.94 2/56 9945
Raw data (/proc/9945/stat): 9945 (bsolo) R 9944 9945 8263 0 -1 0 11337 0 0 0 88745 131 0 0 25 0 1 0 1781689159 49668096 11248 4294967295 134512640 134736556 3221224576 3221223168 134540282 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9945/statm): 12126 11248 1116 68 0 12058 0
[pid=9945] vsize: 48504
Current children cumulated CPU time (s) 888.76
Current children cumulated vsize (Kb) 48504

[startup+900.057 s]
Raw data (loadavg): 1.03 1.03 0.94 2/56 9945
Raw data (/proc/9945/stat): 9945 (bsolo) R 9944 9945 8263 0 -1 0 11391 0 0 0 89743 132 0 0 25 0 1 0 1781689159 49938432 11302 4294967295 134512640 134736556 3221224576 3221223084 134540125 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9945/statm): 12192 11302 1116 68 0 12124 0
[pid=9945] vsize: 48768
Current children cumulated CPU time (s) 898.75
Current children cumulated vsize (Kb) 48768

[startup+910.057 s]
Raw data (loadavg): 1.03 1.03 0.94 2/56 9945
Raw data (/proc/9945/stat): 9945 (bsolo) R 9944 9945 8263 0 -1 0 11421 0 0 0 90741 133 0 0 25 0 1 0 1781689159 50073600 11332 4294967295 134512640 134736556 3221224576 3221223156 134716289 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9945/statm): 12225 11332 1116 68 0 12157 0
[pid=9945] vsize: 48900
Current children cumulated CPU time (s) 908.74
Current children cumulated vsize (Kb) 48900

[startup+920.057 s]
Raw data (loadavg): 1.02 1.02 0.94 2/56 9945
Raw data (/proc/9945/stat): 9945 (bsolo) R 9944 9945 8263 0 -1 0 11430 0 0 0 91739 134 0 0 25 0 1 0 1781689159 50073600 11341 4294967295 134512640 134736556 3221224576 3221223144 134634451 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9945/statm): 12225 11341 1116 68 0 12157 0
[pid=9945] vsize: 48900
Current children cumulated CPU time (s) 918.73
Current children cumulated vsize (Kb) 48900

[startup+930.058 s]
Raw data (loadavg): 1.02 1.02 0.94 2/56 9945
Raw data (/proc/9945/stat): 9945 (bsolo) R 9944 9945 8263 0 -1 0 11447 0 0 0 92738 134 0 0 25 0 1 0 1781689159 50208768 11358 4294967295 134512640 134736556 3221224576 3221223100 134540061 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9945/statm): 12258 11358 1116 68 0 12190 0
[pid=9945] vsize: 49032
Current children cumulated CPU time (s) 928.72
Current children cumulated vsize (Kb) 49032

[startup+940.058 s]
Raw data (loadavg): 1.01 1.02 0.94 2/56 9945
Raw data (/proc/9945/stat): 9945 (bsolo) R 9944 9945 8263 0 -1 0 11497 0 0 0 93736 135 0 0 25 0 1 0 1781689159 50343936 11408 4294967295 134512640 134736556 3221224576 3221223312 134605781 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9945/statm): 12291 11408 1116 68 0 12223 0
[pid=9945] vsize: 49164
Current children cumulated CPU time (s) 938.71
Current children cumulated vsize (Kb) 49164

[startup+950.059 s]
Raw data (loadavg): 1.01 1.02 0.94 2/56 9945
Raw data (/proc/9945/stat): 9945 (bsolo) R 9944 9945 8263 0 -1 0 11524 0 0 0 94733 137 0 0 25 0 1 0 1781689159 50479104 11435 4294967295 134512640 134736556 3221224576 3221223088 134543195 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9945/statm): 12324 11435 1116 68 0 12256 0
[pid=9945] vsize: 49296
Current children cumulated CPU time (s) 948.7
Current children cumulated vsize (Kb) 49296

[startup+960.06 s]
Raw data (loadavg): 1.01 1.02 0.94 2/56 9945
Raw data (/proc/9945/stat): 9945 (bsolo) R 9944 9945 8263 0 -1 0 11570 0 0 0 95732 138 0 0 25 0 1 0 1781689159 50614272 11481 4294967295 134512640 134736556 3221224576 3221223188 134537369 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9945/statm): 12357 11481 1116 68 0 12289 0
[pid=9945] vsize: 49428
Current children cumulated CPU time (s) 958.7
Current children cumulated vsize (Kb) 49428

[startup+970.06 s]
Raw data (loadavg): 1.01 1.02 0.94 2/56 9945
Raw data (/proc/9945/stat): 9945 (bsolo) R 9944 9945 8263 0 -1 0 11607 0 0 0 96731 138 0 0 25 0 1 0 1781689159 50884608 11518 4294967295 134512640 134736556 3221224576 3221223132 134537486 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9945/statm): 12423 11518 1116 68 0 12355 0
[pid=9945] vsize: 49692
Current children cumulated CPU time (s) 968.69
Current children cumulated vsize (Kb) 49692

[startup+980.06 s]
Raw data (loadavg): 1.01 1.02 0.94 2/56 9945
Raw data (/proc/9945/stat): 9945 (bsolo) R 9944 9945 8263 0 -1 0 11646 0 0 0 97729 139 0 0 25 0 1 0 1781689159 51019776 11557 4294967295 134512640 134736556 3221224576 3221223132 134544620 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9945/statm): 12456 11557 1116 68 0 12388 0
[pid=9945] vsize: 49824
Current children cumulated CPU time (s) 978.68
Current children cumulated vsize (Kb) 49824

[startup+990.06 s]
Raw data (loadavg): 1.00 1.02 0.94 2/56 9945
Raw data (/proc/9945/stat): 9945 (bsolo) R 9944 9945 8263 0 -1 0 11678 0 0 0 98728 140 0 0 25 0 1 0 1781689159 51154944 11589 4294967295 134512640 134736556 3221224576 3221223216 134553321 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9945/statm): 12489 11589 1116 68 0 12421 0
[pid=9945] vsize: 49956
Current children cumulated CPU time (s) 988.68
Current children cumulated vsize (Kb) 49956

[startup+1000.06 s]
Raw data (loadavg): 1.00 1.02 0.94 2/56 9945
Raw data (/proc/9945/stat): 9945 (bsolo) R 9944 9945 8263 0 -1 0 11711 0 0 0 99726 140 0 0 25 0 1 0 1781689159 51290112 11622 4294967295 134512640 134736556 3221224576 3221223216 134523635 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9945/statm): 12522 11622 1116 68 0 12454 0
[pid=9945] vsize: 50088
Current children cumulated CPU time (s) 998.66
Current children cumulated vsize (Kb) 50088

[startup+1010.06 s]
Raw data (loadavg): 1.00 1.02 0.94 2/56 9945
Raw data (/proc/9945/stat): 9945 (bsolo) R 9944 9945 8263 0 -1 0 11741 0 0 0 100724 141 0 0 25 0 1 0 1781689159 51425280 11652 4294967295 134512640 134736556 3221224576 3221223192 134544557 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9945/statm): 12555 11652 1116 68 0 12487 0
[pid=9945] vsize: 50220
Current children cumulated CPU time (s) 1008.65
Current children cumulated vsize (Kb) 50220

[startup+1020.06 s]
Raw data (loadavg): 1.00 1.01 0.94 2/56 9945
Raw data (/proc/9945/stat): 9945 (bsolo) R 9944 9945 8263 0 -1 0 11741 0 0 0 101723 142 0 0 25 0 1 0 1781689159 51425280 11652 4294967295 134512640 134736556 3221224576 3221223160 134543970 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9945/statm): 12555 11652 1116 68 0 12487 0
[pid=9945] vsize: 50220
Current children cumulated CPU time (s) 1018.65
Current children cumulated vsize (Kb) 50220

[startup+1030.06 s]
Raw data (loadavg): 1.00 1.01 0.94 2/56 9945
Raw data (/proc/9945/stat): 9945 (bsolo) R 9944 9945 8263 0 -1 0 11741 0 0 0 102721 143 0 0 25 0 1 0 1781689159 51425280 11652 4294967295 134512640 134736556 3221224576 3221223244 134544624 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9945/statm): 12555 11652 1116 68 0 12487 0
[pid=9945] vsize: 50220
Current children cumulated CPU time (s) 1028.64
Current children cumulated vsize (Kb) 50220

[startup+1040.06 s]
Raw data (loadavg): 1.00 1.01 0.94 2/56 9945
Raw data (/proc/9945/stat): 9945 (bsolo) R 9944 9945 8263 0 -1 0 11741 0 0 0 103719 144 0 0 25 0 1 0 1781689159 51425280 11652 4294967295 134512640 134736556 3221224576 3221223136 134543184 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9945/statm): 12555 11652 1116 68 0 12487 0
[pid=9945] vsize: 50220
Current children cumulated CPU time (s) 1038.63
Current children cumulated vsize (Kb) 50220

[startup+1050.06 s]
Raw data (loadavg): 1.00 1.01 0.94 2/56 9945
Raw data (/proc/9945/stat): 9945 (bsolo) R 9944 9945 8263 0 -1 0 11741 0 0 0 104716 144 0 0 25 0 1 0 1781689159 51425280 11652 4294967295 134512640 134736556 3221224576 3221223200 134537358 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9945/statm): 12555 11652 1116 68 0 12487 0
[pid=9945] vsize: 50220
Current children cumulated CPU time (s) 1048.6
Current children cumulated vsize (Kb) 50220

[startup+1060.06 s]
Raw data (loadavg): 1.00 1.01 0.94 2/56 9945
Raw data (/proc/9945/stat): 9945 (bsolo) R 9944 9945 8263 0 -1 0 11785 0 0 0 105715 145 0 0 25 0 1 0 1781689159 51560448 11696 4294967295 134512640 134736556 3221224576 3221223200 134543820 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9945/statm): 12588 11696 1116 68 0 12520 0
[pid=9945] vsize: 50352
Current children cumulated CPU time (s) 1058.6
Current children cumulated vsize (Kb) 50352

[startup+1070.07 s]
Raw data (loadavg): 1.00 1.01 0.94 2/56 9945
Raw data (/proc/9945/stat): 9945 (bsolo) R 9944 9945 8263 0 -1 0 11788 0 0 0 106713 146 0 0 25 0 1 0 1781689159 51560448 11699 4294967295 134512640 134736556 3221224576 3221223152 134544634 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9945/statm): 12588 11699 1116 68 0 12520 0
[pid=9945] vsize: 50352
Current children cumulated CPU time (s) 1068.59
Current children cumulated vsize (Kb) 50352

[startup+1080.07 s]
Raw data (loadavg): 1.00 1.01 0.94 2/56 9945
Raw data (/proc/9945/stat): 9945 (bsolo) R 9944 9945 8263 0 -1 0 11805 0 0 0 107711 147 0 0 25 0 1 0 1781689159 51695616 11716 4294967295 134512640 134736556 3221224576 3221223216 134523844 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9945/statm): 12621 11716 1116 68 0 12553 0
[pid=9945] vsize: 50484
Current children cumulated CPU time (s) 1078.58
Current children cumulated vsize (Kb) 50484

[startup+1090.07 s]
Raw data (loadavg): 1.00 1.01 0.94 2/56 9945
Raw data (/proc/9945/stat): 9945 (bsolo) R 9944 9945 8263 0 -1 0 11851 0 0 0 108710 147 0 0 25 0 1 0 1781689159 51830784 11762 4294967295 134512640 134736556 3221224576 3221223124 134551038 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9945/statm): 12654 11762 1116 68 0 12586 0
[pid=9945] vsize: 50616
Current children cumulated CPU time (s) 1088.57
Current children cumulated vsize (Kb) 50616

[startup+1100.07 s]
Raw data (loadavg): 1.00 1.01 0.94 2/56 9945
Raw data (/proc/9945/stat): 9945 (bsolo) R 9944 9945 8263 0 -1 0 11895 0 0 0 109709 148 0 0 25 0 1 0 1781689159 51965952 11806 4294967295 134512640 134736556 3221224576 3221223088 134543195 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9945/statm): 12687 11806 1116 68 0 12619 0
[pid=9945] vsize: 50748
Current children cumulated CPU time (s) 1098.57
Current children cumulated vsize (Kb) 50748

[startup+1110.07 s]
Raw data (loadavg): 1.00 1.01 0.94 2/56 9945
Raw data (/proc/9945/stat): 9945 (bsolo) R 9944 9945 8263 0 -1 0 11929 0 0 0 110707 150 0 0 25 0 1 0 1781689159 52101120 11840 4294967295 134512640 134736556 3221224576 3221223152 134543195 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9945/statm): 12720 11840 1116 68 0 12652 0
[pid=9945] vsize: 50880
Current children cumulated CPU time (s) 1108.57
Current children cumulated vsize (Kb) 50880

[startup+1120.07 s]
Raw data (loadavg): 1.00 1.00 0.94 2/56 9945
Raw data (/proc/9945/stat): 9945 (bsolo) R 9944 9945 8263 0 -1 0 11959 0 0 0 111705 150 0 0 25 0 1 0 1781689159 52236288 11870 4294967295 134512640 134736556 3221224576 3221223088 134543187 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9945/statm): 12753 11870 1116 68 0 12685 0
[pid=9945] vsize: 51012
Current children cumulated CPU time (s) 1118.55
Current children cumulated vsize (Kb) 51012

[startup+1130.07 s]
Raw data (loadavg): 1.00 1.00 0.94 2/56 9945
Raw data (/proc/9945/stat): 9945 (bsolo) R 9944 9945 8263 0 -1 0 12063 0 0 0 112702 151 0 0 25 0 1 0 1781689159 52641792 11974 4294967295 134512640 134736556 3221224576 3221223300 134529176 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9945/statm): 12852 11974 1116 68 0 12784 0
[pid=9945] vsize: 51408
Current children cumulated CPU time (s) 1128.53
Current children cumulated vsize (Kb) 51408

[startup+1140.07 s]
Raw data (loadavg): 1.00 1.00 0.94 2/56 9945
Raw data (/proc/9945/stat): 9945 (bsolo) R 9944 9945 8263 0 -1 0 12149 0 0 0 113700 152 0 0 25 0 1 0 1781689159 53047296 12060 4294967295 134512640 134736556 3221224576 3221223168 134716177 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9945/statm): 12951 12060 1116 68 0 12883 0
[pid=9945] vsize: 51804
Current children cumulated CPU time (s) 1138.52
Current children cumulated vsize (Kb) 51804

[startup+1150.07 s]
Raw data (loadavg): 1.00 1.00 0.94 2/56 9945
Raw data (/proc/9945/stat): 9945 (bsolo) R 9944 9945 8263 0 -1 0 12205 0 0 0 114699 153 0 0 25 0 1 0 1781689159 53313536 12116 4294967295 134512640 134736556 3221224576 3221223136 134543591 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9945/statm): 13016 12116 1116 68 0 12948 0
[pid=9945] vsize: 52064
Current children cumulated CPU time (s) 1148.52
Current children cumulated vsize (Kb) 52064

[startup+1160.07 s]
Raw data (loadavg): 1.00 1.00 0.94 2/56 9945
Raw data (/proc/9945/stat): 9945 (bsolo) R 9944 9945 8263 0 -1 0 12275 0 0 0 115697 154 0 0 25 0 1 0 1781689159 53583872 12186 4294967295 134512640 134736556 3221224576 3221223148 134634452 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9945/statm): 13082 12186 1116 68 0 13014 0
[pid=9945] vsize: 52328
Current children cumulated CPU time (s) 1158.51
Current children cumulated vsize (Kb) 52328

[startup+1170.07 s]
Raw data (loadavg): 1.00 1.00 0.94 2/56 9945
Raw data (/proc/9945/stat): 9945 (bsolo) R 9944 9945 8263 0 -1 0 12293 0 0 0 116695 155 0 0 25 0 1 0 1781689159 53583872 12204 4294967295 134512640 134736556 3221224576 3221223248 134528687 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9945/statm): 13082 12204 1116 68 0 13014 0
[pid=9945] vsize: 52328
Current children cumulated CPU time (s) 1168.5
Current children cumulated vsize (Kb) 52328

[startup+1180.07 s]
Raw data (loadavg): 1.00 1.00 0.94 2/56 9945
Raw data (/proc/9945/stat): 9945 (bsolo) R 9944 9945 8263 0 -1 0 12310 0 0 0 117692 156 0 0 25 0 1 0 1781689159 53719040 12221 4294967295 134512640 134736556 3221224576 3221223100 134540059 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9945/statm): 13115 12221 1116 68 0 13047 0
[pid=9945] vsize: 52460
Current children cumulated CPU time (s) 1178.48
Current children cumulated vsize (Kb) 52460

[startup+1190.07 s]
Raw data (loadavg): 1.00 1.00 0.94 2/56 9945
Raw data (/proc/9945/stat): 9945 (bsolo) R 9944 9945 8263 0 -1 0 12363 0 0 0 118691 157 0 0 25 0 1 0 1781689159 53854208 12274 4294967295 134512640 134736556 3221224576 3221223152 134523635 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9945/statm): 13148 12274 1116 68 0 13080 0
[pid=9945] vsize: 52592
Current children cumulated CPU time (s) 1188.48
Current children cumulated vsize (Kb) 52592
One traced child (pid=9945) exited with status: 0
All traced children have exited ! Game is over.

Child status: 0
Real time (s): 1196.65
CPU time (s): 1195.06
CPU user time (s): 1193.45
CPU system time (s): 1.60576
CPU usage (%): 99.8671
Max. virtual memory (cumulated for all children) (Kb): 52592

Verifier Data

ERROR: no interpretation found !