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-f600.opb
MD5SUM4fdec182582ed31d1ae371090f6cc5c1
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 1200
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 1200
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 1200
Number of bits of the biggest sum of numbers11
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Number of variables1200
Total number of constraints3150
Number of constraints which are clauses3150
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 constraint2
Maximum length of a constraint3

Trace number 164

Launcher Data

LAUNCH ON wulflinc8 THE 2005-09-18 08:20:24 (client local time)
PB2005-SCRIPT v4.0 
MARKUPS: idlaunch=124 boxname=wulflinc8 idbench=124 idsolver=1 numberseed=0
MD5SUM SOLVER: 38f99674050b34630888bf623b924b59  /oldhome/oroussel/solvers/bsolo
MD5SUM BENCH:  4fdec182582ed31d1ae371090f6cc5c1  /oldhome/oroussel/tmp/wulflinc8/normalized-f600.opb
REAL COMMAND:  bsolo /oldhome/oroussel/tmp/wulflinc8/normalized-f600.opb
IDLAUNCH: 124
/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 7
model name	: Pentium III (Katmai)
stepping	: 2
cpu MHz		: 451.007
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.007
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:        953344 kB
Buffers:         33496 kB
Cached:          23172 kB
SwapCached:        792 kB
Active:          52940 kB
Inactive:         6372 kB
HighTotal:      131008 kB
HighFree:       104020 kB
LowTotal:       903652 kB
LowFree:        849324 kB
SwapTotal:     2097136 kB
SwapFree:      2095876 kB
Dirty:              28 kB
Writeback:           0 kB
Mapped:           5752 kB
Slab:            16376 kB
Committed_AS:    64132 kB
PageTables:        328 kB
VmallocTotal:   114680 kB
VmallocUsed:      1364 kB
VmallocChunk:   113256 kB
JOB ENDED THE 2005-09-18 08:40:22 (client local time) WITH STATUS 0 IN 1195.08 SECONDS
stats: 124 7 1195.08 0

Solver Data

c INFO: OSL Context initialized.
c Initial problem consists of 1200 variables and 3150 constraints.
c	preprocess terminated. Elapsed time: 0.568
c After prepocess the problem consists of 1197 variables and 3147 constraints.
c Initial Lower Bound: 0
c Restart #1 #Var: 1197 #Dec: 326 LB: 0 @ 4.921
c Restart #2 #Var: 1197 #Dec: 920 LB: 0 @ 13.692
c Restart #3 #Var: 1197 #Dec: 1728 LB: 0 @ 26.917
c Restart #4 #Var: 1197 #Dec: 2890 LB: 0 @ 45.577
c Restart #5 #Var: 1197 #Dec: 4362 LB: 0 @ 72.674
c Restart #6 #Var: 1197 #Dec: 6106 LB: 0 @ 103.98
c Restart #7 #Var: 1197 #Dec: 8130 LB: 0 @ 137.74
c Restart #8 #Var: 1197 #Dec: 10433 LB: 0 @ 186.02
c Restart #9 #Var: 1197 #Dec: 13045 LB: 0 @ 240.87
c Restart #10 #Var: 1197 #Dec: 15989 LB: 0 @ 308.33
c Restart #11 #Var: 1197 #Dec: 18889 LB: 0 @ 404.15
c Restart #12 #Var: 1197 #Dec: 22129 LB: 0 @ 502.67
c CHANGE Heuristic... 
c Restart #0 #Var: 1197 #Dec: 25656 LB: 0 @ 603.08
c Restart #1 #Var: 1197 #Dec: 26044 LB: 0 @ 618.2
c Restart #2 #Var: 1197 #Dec: 26684 LB: 0 @ 633.71
c Restart #3 #Var: 1197 #Dec: 27610 LB: 0 @ 658.33
c Restart #4 #Var: 1197 #Dec: 28831 LB: 0 @ 692.91
c Restart #5 #Var: 1197 #Dec: 30264 LB: 0 @ 726.32
c Restart #6 #Var: 1197 #Dec: 32158 LB: 0 @ 783.75
c Restart #7 #Var: 1197 #Dec: 34065 LB: 0 @ 852.56
c Restart #8 #Var: 1197 #Dec: 36507 LB: 0 @ 926.48
c Restart #9 #Var: 1197 #Dec: 38928 LB: 0 @ 1012.6
c Restart #10 #Var: 1197 #Dec: 41806 LB: 0 @ 1087.7
c Restart #11 #Var: 1197 #Dec: 44690 LB: 0 @ 1181.9
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/28290/stat): 28290 (bsolo) R 28289 28290 27660 0 -1 0 19 0 0 0 0 0 0 0 21 0 1 0 1767975009 438272 3 4294967295 134512640 134736556 3221224576 3221224576 1073744960 0 0 5 0 0 0 0 17 1 0 0
Raw data (/proc/28290/statm): 107 3 90 68 0 39 0
[pid=28290] 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/wulflinc8/normalized-f600.opb

[startup+10.0042 s]
Raw data (loadavg): 0.79 0.93 0.88 2/56 28290
Raw data (/proc/28290/stat): 28290 (bsolo) R 28289 28290 27660 0 -1 0 1575 0 0 0 982 7 0 0 25 0 1 0 1767975009 9596928 1486 4294967295 134512640 134736556 3221224576 3221223152 134543977 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/28290/statm): 2343 1486 1116 68 0 2275 0
[pid=28290] vsize: 9372
Current children cumulated CPU time (s) 9.89
Current children cumulated vsize (Kb) 9372

[startup+20.005 s]
Raw data (loadavg): 0.82 0.93 0.88 2/56 28290
Raw data (/proc/28290/stat): 28290 (bsolo) R 28289 28290 27660 0 -1 0 2029 0 0 0 1976 10 0 0 25 0 1 0 1767975009 11354112 1940 4294967295 134512640 134736556 3221224576 3221223200 134537358 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/28290/statm): 2772 1940 1116 68 0 2704 0
[pid=28290] vsize: 11088
Current children cumulated CPU time (s) 19.86
Current children cumulated vsize (Kb) 11088

[startup+30.0058 s]
Raw data (loadavg): 0.85 0.93 0.88 2/56 28290
Raw data (/proc/28290/stat): 28290 (bsolo) R 28289 28290 27660 0 -1 0 2439 0 0 0 2969 14 0 0 25 0 1 0 1767975009 13111296 2350 4294967295 134512640 134736556 3221224576 3221223204 134560258 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/28290/statm): 3201 2350 1116 68 0 3133 0
[pid=28290] vsize: 12804
Current children cumulated CPU time (s) 29.83
Current children cumulated vsize (Kb) 12804

[startup+40.0066 s]
Raw data (loadavg): 0.87 0.93 0.88 2/56 28290
Raw data (/proc/28290/stat): 28290 (bsolo) R 28289 28290 27660 0 -1 0 2917 0 0 0 3962 18 0 0 25 0 1 0 1767975009 15003648 2828 4294967295 134512640 134736556 3221224576 3221223328 134556529 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/28290/statm): 3663 2828 1116 68 0 3595 0
[pid=28290] vsize: 14652
Current children cumulated CPU time (s) 39.8
Current children cumulated vsize (Kb) 14652

[startup+50.0073 s]
Raw data (loadavg): 0.89 0.93 0.88 2/56 28290
Raw data (/proc/28290/stat): 28290 (bsolo) R 28289 28290 27660 0 -1 0 3287 0 0 0 4957 21 0 0 25 0 1 0 1767975009 16490496 3198 4294967295 134512640 134736556 3221224576 3221223084 134536620 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/28290/statm): 4026 3198 1116 68 0 3958 0
[pid=28290] vsize: 16104
Current children cumulated CPU time (s) 49.78
Current children cumulated vsize (Kb) 16104

[startup+60.0081 s]
Raw data (loadavg): 0.91 0.93 0.88 2/56 28290
Raw data (/proc/28290/stat): 28290 (bsolo) R 28289 28290 27660 0 -1 0 3661 0 0 0 5951 24 0 0 25 0 1 0 1767975009 18116608 3572 4294967295 134512640 134736556 3221224576 3221223128 134537599 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/28290/statm): 4423 3572 1116 68 0 4355 0
[pid=28290] vsize: 17692
Current children cumulated CPU time (s) 59.75
Current children cumulated vsize (Kb) 17692

[startup+70.0089 s]
Raw data (loadavg): 0.92 0.94 0.88 2/56 28290
Raw data (/proc/28290/stat): 28290 (bsolo) R 28289 28290 27660 0 -1 0 4009 0 0 0 6945 27 0 0 25 0 1 0 1767975009 19468288 3920 4294967295 134512640 134736556 3221224576 3221223232 134649103 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/28290/statm): 4753 3920 1116 68 0 4685 0
[pid=28290] vsize: 19012
Current children cumulated CPU time (s) 69.72
Current children cumulated vsize (Kb) 19012

[startup+80.0097 s]
Raw data (loadavg): 0.93 0.94 0.88 2/56 28290
Raw data (/proc/28290/stat): 28290 (bsolo) R 28289 28290 27660 0 -1 0 4392 0 0 0 7938 31 0 0 25 0 1 0 1767975009 21028864 4303 4294967295 134512640 134736556 3221224576 3221223132 134537486 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/28290/statm): 5134 4303 1116 68 0 5066 0
[pid=28290] vsize: 20536
Current children cumulated CPU time (s) 79.69
Current children cumulated vsize (Kb) 20536

[startup+90.0105 s]
Raw data (loadavg): 0.94 0.94 0.88 2/56 28290
Raw data (/proc/28290/stat): 28290 (bsolo) R 28289 28290 27660 0 -1 0 4789 0 0 0 8932 34 0 0 25 0 1 0 1767975009 22786048 4700 4294967295 134512640 134736556 3221224576 3221223120 134540200 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/28290/statm): 5563 4700 1116 68 0 5495 0
[pid=28290] vsize: 22252
Current children cumulated CPU time (s) 89.66
Current children cumulated vsize (Kb) 22252

[startup+100.011 s]
Raw data (loadavg): 0.95 0.94 0.89 2/56 28290
Raw data (/proc/28290/stat): 28290 (bsolo) R 28289 28290 27660 0 -1 0 5227 0 0 0 9925 37 0 0 25 0 1 0 1767975009 24547328 5138 4294967295 134512640 134736556 3221224576 3221223232 134649034 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/28290/statm): 5993 5138 1116 68 0 5925 0
[pid=28290] vsize: 23972
Current children cumulated CPU time (s) 99.62
Current children cumulated vsize (Kb) 23972

[startup+110.012 s]
Raw data (loadavg): 0.96 0.94 0.89 2/56 28290
Raw data (/proc/28290/stat): 28290 (bsolo) R 28289 28290 27660 0 -1 0 5549 0 0 0 10918 41 0 0 25 0 1 0 1767975009 25903104 5460 4294967295 134512640 134736556 3221224576 3221223248 134528714 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/28290/statm): 6324 5460 1116 68 0 6256 0
[pid=28290] vsize: 25296
Current children cumulated CPU time (s) 109.59
Current children cumulated vsize (Kb) 25296

[startup+120.013 s]
Raw data (loadavg): 0.96 0.94 0.89 2/56 28290
Raw data (/proc/28290/stat): 28290 (bsolo) R 28289 28290 27660 0 -1 0 6024 0 0 0 11911 44 0 0 25 0 1 0 1767975009 27799552 5935 4294967295 134512640 134736556 3221224576 3221223208 134544462 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/28290/statm): 6787 5935 1116 68 0 6719 0
[pid=28290] vsize: 27148
Current children cumulated CPU time (s) 119.55
Current children cumulated vsize (Kb) 27148

[startup+130.014 s]
Raw data (loadavg): 0.97 0.95 0.89 2/56 28290
Raw data (/proc/28290/stat): 28290 (bsolo) R 28289 28290 27660 0 -1 0 6501 0 0 0 12903 48 0 0 25 0 1 0 1767975009 29827072 6412 4294967295 134512640 134736556 3221224576 3221223172 134716008 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/28290/statm): 7282 6412 1116 68 0 7214 0
[pid=28290] vsize: 29128
Current children cumulated CPU time (s) 129.51
Current children cumulated vsize (Kb) 29128

[startup+140.014 s]
Raw data (loadavg): 0.97 0.95 0.89 2/56 28290
Raw data (/proc/28290/stat): 28290 (bsolo) R 28289 28290 27660 0 -1 0 6816 0 0 0 13898 50 0 0 25 0 1 0 1767975009 31043584 6727 4294967295 134512640 134736556 3221224576 3221223208 134544456 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/28290/statm): 7579 6727 1116 68 0 7511 0
[pid=28290] vsize: 30316
Current children cumulated CPU time (s) 139.48
Current children cumulated vsize (Kb) 30316

[startup+150.015 s]
Raw data (loadavg): 0.98 0.95 0.89 2/56 28290
Raw data (/proc/28290/stat): 28290 (bsolo) R 28289 28290 27660 0 -1 0 7179 0 0 0 14894 53 0 0 25 0 1 0 1767975009 32538624 7090 4294967295 134512640 134736556 3221224576 3221223264 134536462 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/28290/statm): 7944 7090 1116 68 0 7876 0
[pid=28290] vsize: 31776
Current children cumulated CPU time (s) 149.47
Current children cumulated vsize (Kb) 31776

[startup+160.016 s]
Raw data (loadavg): 0.98 0.95 0.89 2/56 28290
Raw data (/proc/28290/stat): 28290 (bsolo) R 28289 28290 27660 0 -1 0 7515 0 0 0 15888 56 0 0 25 0 1 0 1767975009 33894400 7426 4294967295 134512640 134736556 3221224576 3221223220 134649189 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/28290/statm): 8275 7426 1116 68 0 8207 0
[pid=28290] vsize: 33100
Current children cumulated CPU time (s) 159.44
Current children cumulated vsize (Kb) 33100

[startup+170.017 s]
Raw data (loadavg): 0.98 0.95 0.89 2/56 28290
Raw data (/proc/28290/stat): 28290 (bsolo) R 28289 28290 27660 0 -1 0 7831 0 0 0 16883 59 0 0 25 0 1 0 1767975009 35258368 7741 4294967295 134512640 134736556 3221224576 3221222948 134717263 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/28290/statm): 8608 7741 1116 68 0 8540 0
[pid=28290] vsize: 34432
Current children cumulated CPU time (s) 169.42
Current children cumulated vsize (Kb) 34432

[startup+180.018 s]
Raw data (loadavg): 0.98 0.95 0.89 2/56 28290
Raw data (/proc/28290/stat): 28290 (bsolo) R 28289 28290 27660 0 -1 0 8176 0 0 0 17877 61 0 0 25 0 1 0 1767975009 36765696 8084 4294967295 134512640 134736556 3221224576 3221223136 134649828 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/28290/statm): 8976 8084 1116 68 0 8908 0
[pid=28290] vsize: 35904
Current children cumulated CPU time (s) 179.38
Current children cumulated vsize (Kb) 35904

[startup+190.018 s]
Raw data (loadavg): 0.99 0.95 0.89 2/56 28290
Raw data (/proc/28290/stat): 28290 (bsolo) R 28289 28290 27660 0 -1 0 8426 0 0 0 18873 63 0 0 25 0 1 0 1767975009 37728256 8333 4294967295 134512640 134736556 3221224576 3221223204 134560258 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/28290/statm): 9211 8333 1116 68 0 9143 0
[pid=28290] vsize: 36844
Current children cumulated CPU time (s) 189.36
Current children cumulated vsize (Kb) 36844

[startup+200.018 s]
Raw data (loadavg): 0.99 0.95 0.90 2/56 28290
Raw data (/proc/28290/stat): 28290 (bsolo) R 28289 28290 27660 0 -1 0 8848 0 0 0 19867 66 0 0 25 0 1 0 1767975009 39489536 8755 4294967295 134512640 134736556 3221224576 3221223160 134560337 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/28290/statm): 9641 8755 1116 68 0 9573 0
[pid=28290] vsize: 38564
Current children cumulated CPU time (s) 199.33
Current children cumulated vsize (Kb) 38564

[startup+210.019 s]
Raw data (loadavg): 0.99 0.95 0.90 2/56 28290
Raw data (/proc/28290/stat): 28290 (bsolo) R 28289 28290 27660 0 -1 0 9238 0 0 0 20862 68 0 0 25 0 1 0 1767975009 41127936 9143 4294967295 134512640 134736556 3221224576 3221223120 134543923 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/28290/statm): 10041 9143 1116 68 0 9973 0
[pid=28290] vsize: 40164
Current children cumulated CPU time (s) 209.3
Current children cumulated vsize (Kb) 40164

[startup+220.02 s]
Raw data (loadavg): 0.99 0.95 0.90 2/56 28290
Raw data (/proc/28290/stat): 28290 (bsolo) R 28289 28290 27660 0 -1 0 9543 0 0 0 21858 70 0 0 25 0 1 0 1767975009 42491904 9447 4294967295 134512640 134736556 3221224576 3221223192 134537586 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/28290/statm): 10374 9447 1116 68 0 10306 0
[pid=28290] vsize: 41496
Current children cumulated CPU time (s) 219.28
Current children cumulated vsize (Kb) 41496

[startup+230.02 s]
Raw data (loadavg): 0.99 0.95 0.90 3/56 28290
Raw data (/proc/28290/stat): 28290 (bsolo) R 28289 28290 27660 0 -1 0 9915 0 0 0 22852 73 0 0 25 0 1 0 1767975009 44138496 9816 4294967295 134512640 134736556 3221224576 3221223216 134649651 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/28290/statm): 10776 9816 1116 68 0 10708 0
[pid=28290] vsize: 43104
Current children cumulated CPU time (s) 229.25
Current children cumulated vsize (Kb) 43104

[startup+240.02 s]
Raw data (loadavg): 0.99 0.96 0.90 2/56 28290
Raw data (/proc/28290/stat): 28290 (bsolo) R 28289 28290 27660 0 -1 0 10228 0 0 0 23848 76 0 0 25 0 1 0 1767975009 45363200 10129 4294967295 134512640 134736556 3221224576 3221223188 134544511 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/28290/statm): 11075 10129 1116 68 0 11007 0
[pid=28290] vsize: 44300
Current children cumulated CPU time (s) 239.24
Current children cumulated vsize (Kb) 44300

[startup+250.02 s]
Raw data (loadavg): 0.99 0.96 0.90 2/56 28290
Raw data (/proc/28290/stat): 28290 (bsolo) R 28289 28290 27660 0 -1 0 10467 0 0 0 24844 78 0 0 25 0 1 0 1767975009 46321664 10368 4294967295 134512640 134736556 3221224576 3221223124 134544519 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/28290/statm): 11309 10368 1116 68 0 11241 0
[pid=28290] vsize: 45236
Current children cumulated CPU time (s) 249.22
Current children cumulated vsize (Kb) 45236

[startup+260.021 s]
Raw data (loadavg): 0.99 0.96 0.90 2/56 28290
Raw data (/proc/28290/stat): 28290 (bsolo) R 28289 28290 27660 0 -1 0 10982 0 0 0 25839 81 0 0 25 0 1 0 1767975009 48558080 10882 4294967295 134512640 134736556 3221224576 3221223328 134597696 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/28290/statm): 11855 10882 1116 68 0 11787 0
[pid=28290] vsize: 47420
Current children cumulated CPU time (s) 259.2
Current children cumulated vsize (Kb) 47420

[startup+270.022 s]
Raw data (loadavg): 0.99 0.96 0.90 2/56 28290
Raw data (/proc/28290/stat): 28290 (bsolo) R 28289 28290 27660 0 -1 0 11359 0 0 0 26835 83 0 0 25 0 1 0 1767975009 50049024 11258 4294967295 134512640 134736556 3221224576 3221223216 134649285 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/28290/statm): 12219 11258 1116 68 0 12151 0
[pid=28290] vsize: 48876
Current children cumulated CPU time (s) 269.18
Current children cumulated vsize (Kb) 48876

[startup+280.022 s]
Raw data (loadavg): 0.99 0.96 0.90 2/56 28290
Raw data (/proc/28290/stat): 28290 (bsolo) R 28289 28290 27660 0 -1 0 11636 0 0 0 27831 84 0 0 25 0 1 0 1767975009 51138560 11535 4294967295 134512640 134736556 3221224576 3221223132 134537537 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/28290/statm): 12485 11535 1116 68 0 12417 0
[pid=28290] vsize: 49940
Current children cumulated CPU time (s) 279.15
Current children cumulated vsize (Kb) 49940

[startup+290.022 s]
Raw data (loadavg): 0.99 0.96 0.90 2/56 28290
Raw data (/proc/28290/stat): 28290 (bsolo) R 28289 28290 27660 0 -1 0 11946 0 0 0 28827 86 0 0 25 0 1 0 1767975009 52506624 11845 4294967295 134512640 134736556 3221224576 3221223144 134560348 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/28290/statm): 12819 11845 1116 68 0 12751 0
[pid=28290] vsize: 51276
Current children cumulated CPU time (s) 289.13
Current children cumulated vsize (Kb) 51276

[startup+300.023 s]
Raw data (loadavg): 0.99 0.96 0.91 2/56 28290
Raw data (/proc/28290/stat): 28290 (bsolo) R 28289 28290 27660 0 -1 0 12187 0 0 0 29823 88 0 0 25 0 1 0 1767975009 53489664 12086 4294967295 134512640 134736556 3221224576 3221223104 134543977 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/28290/statm): 13059 12086 1116 68 0 12991 0
[pid=28290] vsize: 52236
Current children cumulated CPU time (s) 299.11
Current children cumulated vsize (Kb) 52236

[startup+310.024 s]
Raw data (loadavg): 0.99 0.96 0.91 2/56 28290
Raw data (/proc/28290/stat): 28290 (bsolo) R 28289 28290 27660 0 -1 0 12398 0 0 0 30821 89 0 0 25 0 1 0 1767975009 54308864 12297 4294967295 134512640 134736556 3221224576 3221223264 134645207 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/28290/statm): 13259 12297 1116 68 0 13191 0
[pid=28290] vsize: 53036
Current children cumulated CPU time (s) 309.1
Current children cumulated vsize (Kb) 53036

[startup+320.025 s]
Raw data (loadavg): 0.99 0.96 0.91 2/56 28290
Raw data (/proc/28290/stat): 28290 (bsolo) R 28289 28290 27660 0 -1 0 12607 0 0 0 31817 91 0 0 25 0 1 0 1767975009 55255040 12505 4294967295 134512640 134736556 3221224576 3221223220 134649279 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/28290/statm): 13490 12505 1116 68 0 13422 0
[pid=28290] vsize: 53960
Current children cumulated CPU time (s) 319.08
Current children cumulated vsize (Kb) 53960

[startup+330.024 s]
Raw data (loadavg): 0.99 0.96 0.91 2/56 28290
Raw data (/proc/28290/stat): 28290 (bsolo) R 28289 28290 27660 0 -1 0 12937 0 0 0 32813 93 0 0 25 0 1 0 1767975009 56606720 12834 4294967295 134512640 134736556 3221224576 3221223112 134543871 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/28290/statm): 13820 12834 1116 68 0 13752 0
[pid=28290] vsize: 55280
Current children cumulated CPU time (s) 329.06
Current children cumulated vsize (Kb) 55280

[startup+340.025 s]
Raw data (loadavg): 1.07 0.98 0.91 1/56 28290
Raw data (/proc/28290/stat): 28290 (bsolo) T 28289 28290 27660 0 -1 0 13220 0 0 0 33809 95 0 0 25 0 1 0 1767975009 57688064 13117 4294967295 134512640 134736556 3221224576 3221223468 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/28290/statm): 14084 13117 1116 68 0 14016 0
[pid=28290] vsize: 56336
Current children cumulated CPU time (s) 339.04
Current children cumulated vsize (Kb) 56336

[startup+350.025 s]
Raw data (loadavg): 1.06 0.98 0.91 2/56 28290
Raw data (/proc/28290/stat): 28290 (bsolo) R 28289 28290 27660 0 -1 0 13441 0 0 0 34806 97 0 0 25 0 1 0 1767975009 58634240 13337 4294967295 134512640 134736556 3221224576 3221223136 134544667 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/28290/statm): 14315 13337 1116 68 0 14247 0
[pid=28290] vsize: 57260
Current children cumulated CPU time (s) 349.03
Current children cumulated vsize (Kb) 57260

[startup+360.025 s]
Raw data (loadavg): 1.05 0.98 0.91 2/56 28290
Raw data (/proc/28290/stat): 28290 (bsolo) R 28289 28290 27660 0 -1 0 13718 0 0 0 35802 99 0 0 25 0 1 0 1767975009 59850752 13614 4294967295 134512640 134736556 3221224576 3221223088 134543195 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/28290/statm): 14612 13614 1116 68 0 14544 0
[pid=28290] vsize: 58448
Current children cumulated CPU time (s) 359.01
Current children cumulated vsize (Kb) 58448

[startup+370.026 s]
Raw data (loadavg): 1.04 0.98 0.91 2/56 28290
Raw data (/proc/28290/stat): 28290 (bsolo) R 28289 28290 27660 0 -1 0 13944 0 0 0 36798 100 0 0 25 0 1 0 1767975009 60678144 13840 4294967295 134512640 134736556 3221224576 3221223084 134540059 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/28290/statm): 14814 13840 1116 68 0 14746 0
[pid=28290] vsize: 59256
Current children cumulated CPU time (s) 368.98
Current children cumulated vsize (Kb) 59256

[startup+380.026 s]
Raw data (loadavg): 1.04 0.98 0.91 2/56 28290
Raw data (/proc/28290/stat): 28290 (bsolo) R 28289 28290 27660 0 -1 0 14192 0 0 0 37794 101 0 0 25 0 1 0 1767975009 61763584 14088 4294967295 134512640 134736556 3221224576 3221223208 134544456 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/28290/statm): 15079 14088 1116 68 0 15011 0
[pid=28290] vsize: 60316
Current children cumulated CPU time (s) 378.95
Current children cumulated vsize (Kb) 60316

[startup+390.027 s]
Raw data (loadavg): 1.03 0.98 0.91 2/56 28290
Raw data (/proc/28290/stat): 28290 (bsolo) R 28289 28290 27660 0 -1 0 14382 0 0 0 38791 103 0 0 25 0 1 0 1767975009 62574592 14278 4294967295 134512640 134736556 3221224576 3221223324 134544444 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/28290/statm): 15277 14278 1116 68 0 15209 0
[pid=28290] vsize: 61108
Current children cumulated CPU time (s) 388.94
Current children cumulated vsize (Kb) 61108

[startup+400.028 s]
Raw data (loadavg): 1.03 0.98 0.91 2/56 28290
Raw data (/proc/28290/stat): 28290 (bsolo) R 28289 28290 27660 0 -1 0 14565 0 0 0 39789 104 0 0 25 0 1 0 1767975009 63389696 14459 4294967295 134512640 134736556 3221224576 3221223132 134537486 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/28290/statm): 15476 14459 1116 68 0 15408 0
[pid=28290] vsize: 61904
Current children cumulated CPU time (s) 398.93
Current children cumulated vsize (Kb) 61904

[startup+410.028 s]
Raw data (loadavg): 1.02 0.98 0.91 2/56 28290
Raw data (/proc/28290/stat): 28290 (bsolo) R 28289 28290 27660 0 -1 0 14637 0 0 0 40788 105 0 0 25 0 1 0 1767975009 63660032 14531 4294967295 134512640 134736556 3221224576 3221223192 134544476 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/28290/statm): 15542 14531 1116 68 0 15474 0
[pid=28290] vsize: 62168
Current children cumulated CPU time (s) 408.93
Current children cumulated vsize (Kb) 62168

[startup+420.028 s]
Raw data (loadavg): 1.02 0.98 0.91 2/56 28290
Raw data (/proc/28290/stat): 28290 (bsolo) R 28289 28290 27660 0 -1 0 14876 0 0 0 41784 107 0 0 25 0 1 0 1767975009 64610304 14769 4294967295 134512640 134736556 3221224576 3221223292 134524324 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/28290/statm): 15774 14769 1116 68 0 15706 0
[pid=28290] vsize: 63096
Current children cumulated CPU time (s) 418.91
Current children cumulated vsize (Kb) 63096

[startup+430.028 s]
Raw data (loadavg): 1.01 0.98 0.91 2/56 28290
Raw data (/proc/28290/stat): 28290 (bsolo) R 28289 28290 27660 0 -1 0 15106 0 0 0 42780 109 0 0 25 0 1 0 1767975009 65556480 14999 4294967295 134512640 134736556 3221224576 3221223200 134524547 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/28290/statm): 16005 14999 1116 68 0 15937 0
[pid=28290] vsize: 64020
Current children cumulated CPU time (s) 428.89
Current children cumulated vsize (Kb) 64020

[startup+440.029 s]
Raw data (loadavg): 1.01 0.98 0.91 2/56 28290
Raw data (/proc/28290/stat): 28290 (bsolo) R 28289 28290 27660 0 -1 0 15371 0 0 0 43777 111 0 0 25 0 1 0 1767975009 66637824 15263 4294967295 134512640 134736556 3221224576 3221223124 134544513 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/28290/statm): 16269 15263 1116 68 0 16201 0
[pid=28290] vsize: 65076
Current children cumulated CPU time (s) 438.88
Current children cumulated vsize (Kb) 65076

[startup+450.03 s]
Raw data (loadavg): 1.01 0.98 0.91 2/56 28290
Raw data (/proc/28290/stat): 28290 (bsolo) R 28289 28290 27660 0 -1 0 15629 0 0 0 44774 112 0 0 25 0 1 0 1767975009 67796992 15518 4294967295 134512640 134736556 3221224576 3221223316 134597588 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/28290/statm): 16552 15518 1116 68 0 16484 0
[pid=28290] vsize: 66208
Current children cumulated CPU time (s) 448.86
Current children cumulated vsize (Kb) 66208

[startup+460.03 s]
Raw data (loadavg): 1.01 0.98 0.91 2/56 28290
Raw data (/proc/28290/stat): 28290 (bsolo) R 28289 28290 27660 0 -1 0 15836 0 0 0 45770 114 0 0 25 0 1 0 1767975009 68640768 15722 4294967295 134512640 134736556 3221224576 3221223208 134537641 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/28290/statm): 16758 15722 1116 68 0 16690 0
[pid=28290] vsize: 67032
Current children cumulated CPU time (s) 458.84
Current children cumulated vsize (Kb) 67032

[startup+470.031 s]
Raw data (loadavg): 1.01 0.98 0.91 2/56 28290
Raw data (/proc/28290/stat): 28290 (bsolo) R 28289 28290 27660 0 -1 0 16169 0 0 0 46765 118 0 0 25 0 1 0 1767975009 70197248 16050 4294967295 134512640 134736556 3221224576 3221223216 134543827 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/28290/statm): 17138 16050 1116 68 0 17070 0
[pid=28290] vsize: 68552
Current children cumulated CPU time (s) 468.83
Current children cumulated vsize (Kb) 68552

[startup+480.031 s]
Raw data (loadavg): 1.00 0.98 0.91 2/56 28290
Raw data (/proc/28290/stat): 28290 (bsolo) R 28289 28290 27660 0 -1 0 16488 0 0 0 47760 120 0 0 25 0 1 0 1767975009 71450624 16368 4294967295 134512640 134736556 3221224576 3221223176 134558141 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/28290/statm): 17444 16368 1116 68 0 17376 0
[pid=28290] vsize: 69776
Current children cumulated CPU time (s) 478.8
Current children cumulated vsize (Kb) 69776

[startup+490.032 s]
Raw data (loadavg): 1.00 0.98 0.91 2/56 28290
Raw data (/proc/28290/stat): 28290 (bsolo) R 28289 28290 27660 0 -1 0 16744 0 0 0 48756 122 0 0 25 0 1 0 1767975009 72560640 16617 4294967295 134512640 134736556 3221224576 3221223144 134543869 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/28290/statm): 17715 16617 1116 68 0 17647 0
[pid=28290] vsize: 70860
Current children cumulated CPU time (s) 488.78
Current children cumulated vsize (Kb) 70860

[startup+500.033 s]
Raw data (loadavg): 1.00 0.98 0.91 2/56 28290
Raw data (/proc/28290/stat): 28290 (bsolo) R 28289 28290 27660 0 -1 0 16986 0 0 0 49753 123 0 0 25 0 1 0 1767975009 73674752 16858 4294967295 134512640 134736556 3221224576 3221223124 134544519 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/28290/statm): 17987 16858 1116 68 0 17919 0
[pid=28290] vsize: 71948
Current children cumulated CPU time (s) 498.76
Current children cumulated vsize (Kb) 71948

[startup+510.034 s]
Raw data (loadavg): 1.00 0.98 0.91 3/56 28290
Raw data (/proc/28290/stat): 28290 (bsolo) R 28289 28290 27660 0 -1 0 17098 0 0 0 50751 125 0 0 25 0 1 0 1767975009 74080256 16970 4294967295 134512640 134736556 3221224576 3221223204 134560258 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/28290/statm): 18086 16970 1116 68 0 18018 0
[pid=28290] vsize: 72344
Current children cumulated CPU time (s) 508.76
Current children cumulated vsize (Kb) 72344

[startup+520.034 s]
Raw data (loadavg): 1.00 0.98 0.91 2/56 28290
Raw data (/proc/28290/stat): 28290 (bsolo) R 28289 28290 27660 0 -1 0 17407 0 0 0 51748 126 0 0 25 0 1 0 1767975009 75444224 17277 4294967295 134512640 134736556 3221224576 3221223344 134644663 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/28290/statm): 18419 17277 1116 68 0 18351 0
[pid=28290] vsize: 73676
Current children cumulated CPU time (s) 518.74
Current children cumulated vsize (Kb) 73676

[startup+530.034 s]
Raw data (loadavg): 1.00 0.98 0.91 2/56 28290
Raw data (/proc/28290/stat): 28290 (bsolo) R 28289 28290 27660 0 -1 0 17713 0 0 0 52744 128 0 0 25 0 1 0 1767975009 76668928 17578 4294967295 134512640 134736556 3221224576 3221223052 134536620 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/28290/statm): 18718 17578 1116 68 0 18650 0
[pid=28290] vsize: 74872
Current children cumulated CPU time (s) 528.72
Current children cumulated vsize (Kb) 74872

[startup+540.035 s]
Raw data (loadavg): 1.00 0.98 0.91 2/56 28290
Raw data (/proc/28290/stat): 28290 (bsolo) R 28289 28290 27660 0 -1 0 18028 0 0 0 53740 131 0 0 25 0 1 0 1767975009 78057472 17889 4294967295 134512640 134736556 3221224576 3221223312 134529155 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/28290/statm): 19057 17889 1116 68 0 18989 0
[pid=28290] vsize: 76228
Current children cumulated CPU time (s) 538.71
Current children cumulated vsize (Kb) 76228

[startup+550.036 s]
Raw data (loadavg): 1.00 0.98 0.91 2/56 28290
Raw data (/proc/28290/stat): 28290 (bsolo) R 28289 28290 27660 0 -1 0 18339 0 0 0 54735 134 0 0 25 0 1 0 1767975009 79458304 18193 4294967295 134512640 134736556 3221224576 3221223152 134649769 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/28290/statm): 19399 18193 1116 68 0 19331 0
[pid=28290] vsize: 77596
Current children cumulated CPU time (s) 548.69
Current children cumulated vsize (Kb) 77596

[startup+560.036 s]
Raw data (loadavg): 1.00 0.98 0.91 2/56 28290
Raw data (/proc/28290/stat): 28290 (bsolo) T 28289 28290 27660 0 -1 0 18674 0 0 0 55729 137 0 0 25 0 1 0 1767975009 80809984 18526 4294967295 134512640 134736556 3221224576 3221223468 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/28290/statm): 19729 18526 1116 68 0 19661 0
[pid=28290] vsize: 78916
Current children cumulated CPU time (s) 558.66
Current children cumulated vsize (Kb) 78916

[startup+570.036 s]
Raw data (loadavg): 1.00 0.98 0.91 2/56 28290
Raw data (/proc/28290/stat): 28290 (bsolo) R 28289 28290 27660 0 -1 0 19019 0 0 0 56726 138 0 0 25 0 1 0 1767975009 82305024 18864 4294967295 134512640 134736556 3221224576 3221223268 134597291 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/28290/statm): 20094 18864 1116 68 0 20026 0
[pid=28290] vsize: 80376
Current children cumulated CPU time (s) 568.64
Current children cumulated vsize (Kb) 80376

[startup+580.036 s]
Raw data (loadavg): 1.00 0.98 0.91 2/56 28290
Raw data (/proc/28290/stat): 28290 (bsolo) R 28289 28290 27660 0 -1 0 19241 0 0 0 57723 140 0 0 25 0 1 0 1767975009 83116032 19084 4294967295 134512640 134736556 3221224576 3221223204 134560272 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/28290/statm): 20292 19084 1116 68 0 20224 0
[pid=28290] vsize: 81168
Current children cumulated CPU time (s) 578.63
Current children cumulated vsize (Kb) 81168

[startup+590.037 s]
Raw data (loadavg): 1.00 0.98 0.91 3/56 28290
Raw data (/proc/28290/stat): 28290 (bsolo) R 28289 28290 27660 0 -1 0 19464 0 0 0 58719 142 0 0 25 0 1 0 1767975009 84127744 19301 4294967295 134512640 134736556 3221224576 3221223188 134537369 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/28290/statm): 20539 19301 1116 68 0 20471 0
[pid=28290] vsize: 82156
Current children cumulated CPU time (s) 588.61
Current children cumulated vsize (Kb) 82156

[startup+600.038 s]
Raw data (loadavg): 1.00 0.98 0.91 2/56 28290
Raw data (/proc/28290/stat): 28290 (bsolo) R 28289 28290 27660 0 -1 0 19612 0 0 0 59717 144 0 0 25 0 1 0 1767975009 84717568 19445 4294967295 134512640 134736556 3221224576 3221223168 134558288 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/28290/statm): 20683 19445 1116 68 0 20615 0
[pid=28290] vsize: 82732
Current children cumulated CPU time (s) 598.61
Current children cumulated vsize (Kb) 82732

[startup+610.038 s]
Raw data (loadavg): 1.00 0.98 0.91 2/56 28290
Raw data (/proc/28290/stat): 28290 (bsolo) R 28289 28290 27660 0 -1 0 19697 0 0 0 60714 145 0 0 25 0 1 0 1767975009 85123072 19528 4294967295 134512640 134736556 3221224576 3221223208 134544462 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/28290/statm): 20782 19528 1116 68 0 20714 0
[pid=28290] vsize: 83128
Current children cumulated CPU time (s) 608.59
Current children cumulated vsize (Kb) 83128

[startup+620.038 s]
Raw data (loadavg): 1.00 0.98 0.91 2/56 28290
Raw data (/proc/28290/stat): 28290 (bsolo) R 28289 28290 27660 0 -1 0 19858 0 0 0 61712 146 0 0 25 0 1 0 1767975009 85803008 19689 4294967295 134512640 134736556 3221224576 3221223248 134645407 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/28290/statm): 20948 19689 1116 68 0 20880 0
[pid=28290] vsize: 83792
Current children cumulated CPU time (s) 618.58
Current children cumulated vsize (Kb) 83792

[startup+630.038 s]
Raw data (loadavg): 1.00 0.98 0.91 2/56 28290
Raw data (/proc/28290/stat): 28290 (bsolo) R 28289 28290 27660 0 -1 0 20078 0 0 0 62706 148 0 0 25 0 1 0 1767975009 86749184 19909 4294967295 134512640 134736556 3221224576 3221223156 134716328 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/28290/statm): 21179 19909 1116 68 0 21111 0
[pid=28290] vsize: 84716
Current children cumulated CPU time (s) 628.54
Current children cumulated vsize (Kb) 84716

[startup+640.039 s]
Raw data (loadavg): 1.00 0.98 0.91 2/56 28290
Raw data (/proc/28290/stat): 28290 (bsolo) R 28289 28290 27660 0 -1 0 20248 0 0 0 63703 150 0 0 25 0 1 0 1767975009 87433216 20079 4294967295 134512640 134736556 3221224576 3221223212 134543252 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/28290/statm): 21346 20079 1116 68 0 21278 0
[pid=28290] vsize: 85384
Current children cumulated CPU time (s) 638.53
Current children cumulated vsize (Kb) 85384

[startup+650.04 s]
Raw data (loadavg): 1.00 0.98 0.91 2/56 28290
Raw data (/proc/28290/stat): 28290 (bsolo) R 28289 28290 27660 0 -1 0 20565 0 0 0 64696 154 0 0 25 0 1 0 1767975009 88649728 20395 4294967295 134512640 134736556 3221224576 3221223200 134524544 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/28290/statm): 21643 20395 1116 68 0 21575 0
[pid=28290] vsize: 86572
Current children cumulated CPU time (s) 648.5
Current children cumulated vsize (Kb) 86572

[startup+660.039 s]
Raw data (loadavg): 1.00 0.98 0.91 2/56 28290
Raw data (/proc/28290/stat): 28290 (bsolo) R 28289 28290 27660 0 -1 0 20840 0 0 0 65692 156 0 0 25 0 1 0 1767975009 89874432 20670 4294967295 134512640 134736556 3221224576 3221223232 134649038 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/28290/statm): 21942 20670 1116 68 0 21874 0
[pid=28290] vsize: 87768
Current children cumulated CPU time (s) 658.48
Current children cumulated vsize (Kb) 87768

[startup+670.04 s]
Raw data (loadavg): 1.00 0.98 0.91 2/56 28290
Raw data (/proc/28290/stat): 28290 (bsolo) R 28289 28290 27660 0 -1 0 20945 0 0 0 66689 158 0 0 25 0 1 0 1767975009 90279936 20775 4294967295 134512640 134736556 3221224576 3221223196 134544464 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/28290/statm): 22041 20775 1116 68 0 21973 0
[pid=28290] vsize: 88164
Current children cumulated CPU time (s) 668.47
Current children cumulated vsize (Kb) 88164

[startup+680.041 s]
Raw data (loadavg): 1.00 0.98 0.91 2/56 28290
Raw data (/proc/28290/stat): 28290 (bsolo) R 28289 28290 27660 0 -1 0 21233 0 0 0 67685 160 0 0 25 0 1 0 1767975009 91406336 21061 4294967295 134512640 134736556 3221224576 3221223128 134537586 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/28290/statm): 22316 21061 1116 68 0 22248 0
[pid=28290] vsize: 89264
Current children cumulated CPU time (s) 678.45
Current children cumulated vsize (Kb) 89264

[startup+690.042 s]
Raw data (loadavg): 1.00 0.98 0.91 2/56 28290
Raw data (/proc/28290/stat): 28290 (bsolo) R 28289 28290 27660 0 -1 0 21569 0 0 0 68680 163 0 0 25 0 1 0 1767975009 92786688 21395 4294967295 134512640 134736556 3221224576 3221223224 134649272 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/28290/statm): 22653 21395 1116 68 0 22585 0
[pid=28290] vsize: 90612
Current children cumulated CPU time (s) 688.43
Current children cumulated vsize (Kb) 90612

[startup+700.042 s]
Raw data (loadavg): 1.00 0.98 0.91 2/56 28290
Raw data (/proc/28290/stat): 28290 (bsolo) T 28289 28290 27660 0 -1 0 21729 0 0 0 69677 164 0 0 25 0 1 0 1767975009 93462528 21554 4294967295 134512640 134736556 3221224576 3221223468 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/28290/statm): 22818 21554 1116 68 0 22750 0
[pid=28290] vsize: 91272
Current children cumulated CPU time (s) 698.41
Current children cumulated vsize (Kb) 91272

[startup+710.042 s]
Raw data (loadavg): 1.00 0.98 0.91 2/56 28290
Raw data (/proc/28290/stat): 28290 (bsolo) R 28289 28290 27660 0 -1 0 22040 0 0 0 70671 167 0 0 25 0 1 0 1767975009 94818304 21865 4294967295 134512640 134736556 3221224576 3221222888 1077378037 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/28290/statm): 23149 21865 1116 68 0 23081 0
[pid=28290] vsize: 92596
Current children cumulated CPU time (s) 708.38
Current children cumulated vsize (Kb) 92596

[startup+720.042 s]
Raw data (loadavg): 1.00 0.98 0.91 2/56 28290
Raw data (/proc/28290/stat): 28290 (bsolo) R 28289 28290 27660 0 -1 0 22437 0 0 0 71667 170 0 0 25 0 1 0 1767975009 96456704 22259 4294967295 134512640 134736556 3221224576 3221223172 134544508 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/28290/statm): 23549 22259 1116 68 0 23481 0
[pid=28290] vsize: 94196
Current children cumulated CPU time (s) 718.37
Current children cumulated vsize (Kb) 94196

[startup+730.042 s]
Raw data (loadavg): 1.00 0.98 0.91 2/56 28290
Raw data (/proc/28290/stat): 28290 (bsolo) R 28289 28290 27660 0 -1 0 22685 0 0 0 72663 172 0 0 25 0 1 0 1767975009 97542144 22507 4294967295 134512640 134736556 3221224576 3221223264 134645207 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/28290/statm): 23814 22507 1116 68 0 23746 0
[pid=28290] vsize: 95256
Current children cumulated CPU time (s) 728.35
Current children cumulated vsize (Kb) 95256

[startup+740.043 s]
Raw data (loadavg): 1.00 0.98 0.91 2/56 28290
Raw data (/proc/28290/stat): 28290 (bsolo) R 28289 28290 27660 0 -1 0 22807 0 0 0 73661 173 0 0 25 0 1 0 1767975009 97947648 22629 4294967295 134512640 134736556 3221224576 3221223328 134644389 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/28290/statm): 23913 22629 1116 68 0 23845 0
[pid=28290] vsize: 95652
Current children cumulated CPU time (s) 738.34
Current children cumulated vsize (Kb) 95652

[startup+750.044 s]
Raw data (loadavg): 1.00 0.98 0.91 2/56 28290
Raw data (/proc/28290/stat): 28290 (bsolo) R 28289 28290 27660 0 -1 0 23069 0 0 0 74655 175 0 0 25 0 1 0 1767975009 99053568 22890 4294967295 134512640 134736556 3221224576 3221223192 134537599 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/28290/statm): 24183 22890 1116 68 0 24115 0
[pid=28290] vsize: 96732
Current children cumulated CPU time (s) 748.3
Current children cumulated vsize (Kb) 96732

[startup+760.043 s]
Raw data (loadavg): 1.00 0.98 0.91 2/56 28290
Raw data (/proc/28290/stat): 28290 (bsolo) R 28289 28290 27660 0 -1 0 23308 0 0 0 75651 177 0 0 25 0 1 0 1767975009 100139008 23129 4294967295 134512640 134736556 3221224576 3221223132 134537537 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/28290/statm): 24448 23129 1116 68 0 24380 0
[pid=28290] vsize: 97792
Current children cumulated CPU time (s) 758.28
Current children cumulated vsize (Kb) 97792

[startup+770.043 s]
Raw data (loadavg): 1.00 0.98 0.91 2/56 28290
Raw data (/proc/28290/stat): 28290 (bsolo) R 28289 28290 27660 0 -1 0 23538 0 0 0 76648 179 0 0 25 0 1 0 1767975009 100950016 23359 4294967295 134512640 134736556 3221224576 3221223232 134649103 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/28290/statm): 24646 23359 1116 68 0 24578 0
[pid=28290] vsize: 98584
Current children cumulated CPU time (s) 768.27
Current children cumulated vsize (Kb) 98584

[startup+780.044 s]
Raw data (loadavg): 1.00 0.98 0.91 2/56 28290
Raw data (/proc/28290/stat): 28290 (bsolo) R 28289 28290 27660 0 -1 0 23759 0 0 0 77645 180 0 0 25 0 1 0 1767975009 101900288 23580 4294967295 134512640 134736556 3221224576 3221223152 134543184 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/28290/statm): 24878 23580 1116 68 0 24810 0
[pid=28290] vsize: 99512
Current children cumulated CPU time (s) 778.25
Current children cumulated vsize (Kb) 99512

[startup+790.045 s]
Raw data (loadavg): 1.00 0.98 0.91 2/56 28290
Raw data (/proc/28290/stat): 28290 (bsolo) R 28289 28290 27660 0 -1 0 23884 0 0 0 78642 182 0 0 25 0 1 0 1767975009 102445056 23705 4294967295 134512640 134736556 3221224576 3221223240 134544067 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/28290/statm): 25011 23705 1116 68 0 24943 0
[pid=28290] vsize: 100044
Current children cumulated CPU time (s) 788.24
Current children cumulated vsize (Kb) 100044

[startup+800.046 s]
Raw data (loadavg): 1.00 0.98 0.91 2/56 28290
Raw data (/proc/28290/stat): 28290 (bsolo) R 28289 28290 27660 0 -1 0 24437 0 0 0 79638 184 0 0 25 0 1 0 1767975009 104071168 24108 4294967295 134512640 134736556 3221224576 3221223264 134645207 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/28290/statm): 25408 24108 1116 68 0 25340 0
[pid=28290] vsize: 101632
Current children cumulated CPU time (s) 798.22
Current children cumulated vsize (Kb) 101632

[startup+810.045 s]
Raw data (loadavg): 1.00 0.98 0.91 2/56 28290
Raw data (/proc/28290/stat): 28290 (bsolo) R 28289 28290 27660 0 -1 0 24686 0 0 0 80635 185 0 0 25 0 1 0 1767975009 105152512 24357 4294967295 134512640 134736556 3221224576 3221223152 134543184 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/28290/statm): 25672 24357 1116 68 0 25604 0
[pid=28290] vsize: 102688
Current children cumulated CPU time (s) 808.2
Current children cumulated vsize (Kb) 102688

[startup+820.046 s]
Raw data (loadavg): 1.00 0.98 0.91 2/56 28290
Raw data (/proc/28290/stat): 28290 (bsolo) R 28289 28290 27660 0 -1 0 24922 0 0 0 81631 187 0 0 25 0 1 0 1767975009 106110976 24593 4294967295 134512640 134736556 3221224576 3221223232 134649561 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/28290/statm): 25906 24593 1116 68 0 25838 0
[pid=28290] vsize: 103624
Current children cumulated CPU time (s) 818.18
Current children cumulated vsize (Kb) 103624

[startup+830.046 s]
Raw data (loadavg): 1.00 0.98 0.91 2/56 28290
Raw data (/proc/28290/stat): 28290 (bsolo) R 28289 28290 27660 0 -1 0 25183 0 0 0 82628 189 0 0 25 0 1 0 1767975009 107192320 24854 4294967295 134512640 134736556 3221224576 3221223152 134544658 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/28290/statm): 26170 24854 1116 68 0 26102 0
[pid=28290] vsize: 104680
Current children cumulated CPU time (s) 828.17
Current children cumulated vsize (Kb) 104680

[startup+840.047 s]
Raw data (loadavg): 1.00 0.98 0.91 2/56 28290
Raw data (/proc/28290/stat): 28290 (bsolo) R 28289 28290 27660 0 -1 0 25423 0 0 0 83625 190 0 0 25 0 1 0 1767975009 108138496 25094 4294967295 134512640 134736556 3221224576 3221223156 134543972 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/28290/statm): 26401 25094 1116 68 0 26333 0
[pid=28290] vsize: 105604
Current children cumulated CPU time (s) 838.15
Current children cumulated vsize (Kb) 105604

[startup+850.048 s]
Raw data (loadavg): 1.00 0.98 0.91 2/56 28290
Raw data (/proc/28290/stat): 28290 (bsolo) R 28289 28290 27660 0 -1 0 25691 0 0 0 84621 192 0 0 25 0 1 0 1767975009 109223936 25362 4294967295 134512640 134736556 3221224576 3221223200 134537358 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/28290/statm): 26666 25362 1116 68 0 26598 0
[pid=28290] vsize: 106664
Current children cumulated CPU time (s) 848.13
Current children cumulated vsize (Kb) 106664

[startup+860.047 s]
Raw data (loadavg): 1.00 0.98 0.91 2/56 28290
Raw data (/proc/28290/stat): 28290 (bsolo) R 28289 28290 27660 0 -1 0 25753 0 0 0 85620 192 0 0 25 0 1 0 1767975009 109502464 25423 4294967295 134512640 134736556 3221224576 3221223240 134560225 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/28290/statm): 26734 25423 1116 68 0 26666 0
[pid=28290] vsize: 106936
Current children cumulated CPU time (s) 858.12
Current children cumulated vsize (Kb) 106936

[startup+870.048 s]
Raw data (loadavg): 1.00 0.98 0.91 2/56 28290
Raw data (/proc/28290/stat): 28290 (bsolo) R 28289 28290 27660 0 -1 0 25900 0 0 0 86617 194 0 0 25 0 1 0 1767975009 110182400 25570 4294967295 134512640 134736556 3221224576 3221223152 134543071 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/28290/statm): 26900 25570 1116 68 0 26832 0
[pid=28290] vsize: 107600
Current children cumulated CPU time (s) 868.11
Current children cumulated vsize (Kb) 107600

[startup+880.049 s]
Raw data (loadavg): 1.00 0.98 0.91 2/56 28290
Raw data (/proc/28290/stat): 28290 (bsolo) R 28289 28290 27660 0 -1 0 26222 0 0 0 87612 196 0 0 25 0 1 0 1767975009 111398912 25892 4294967295 134512640 134736556 3221224576 3221223192 134537599 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/28290/statm): 27197 25892 1116 68 0 27129 0
[pid=28290] vsize: 108788
Current children cumulated CPU time (s) 878.08
Current children cumulated vsize (Kb) 108788

[startup+890.05 s]
Raw data (loadavg): 1.00 0.98 0.91 2/56 28290
Raw data (/proc/28290/stat): 28290 (bsolo) R 28289 28290 27660 0 -1 0 26546 0 0 0 88607 199 0 0 25 0 1 0 1767975009 112889856 26214 4294967295 134512640 134736556 3221224576 3221223220 134649522 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/28290/statm): 27561 26214 1116 68 0 27493 0
[pid=28290] vsize: 110244
Current children cumulated CPU time (s) 888.06
Current children cumulated vsize (Kb) 110244

[startup+900.05 s]
Raw data (loadavg): 1.00 0.98 0.91 2/56 28290
Raw data (/proc/28290/stat): 28290 (bsolo) R 28289 28290 27660 0 -1 0 26751 0 0 0 89604 200 0 0 25 0 1 0 1767975009 113700864 26419 4294967295 134512640 134736556 3221224576 3221223152 134543982 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/28290/statm): 27759 26419 1116 68 0 27691 0
[pid=28290] vsize: 111036
Current children cumulated CPU time (s) 898.04
Current children cumulated vsize (Kb) 111036

[startup+910.05 s]
Raw data (loadavg): 1.00 0.98 0.91 2/56 28290
Raw data (/proc/28290/stat): 28290 (bsolo) R 28289 28290 27660 0 -1 0 26955 0 0 0 90601 202 0 0 25 0 1 0 1767975009 114520064 26623 4294967295 134512640 134736556 3221224576 3221223220 134649522 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/28290/statm): 27959 26623 1116 68 0 27891 0
[pid=28290] vsize: 111836
Current children cumulated CPU time (s) 908.03
Current children cumulated vsize (Kb) 111836

[startup+920.051 s]
Raw data (loadavg): 1.00 0.98 0.91 2/56 28290
Raw data (/proc/28290/stat): 28290 (bsolo) R 28289 28290 27660 0 -1 0 27186 0 0 0 91598 204 0 0 25 0 1 0 1767975009 115466240 26854 4294967295 134512640 134736556 3221224576 3221223200 134537350 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/28290/statm): 28190 26854 1116 68 0 28122 0
[pid=28290] vsize: 112760
Current children cumulated CPU time (s) 918.02
Current children cumulated vsize (Kb) 112760

[startup+930.051 s]
Raw data (loadavg): 1.00 0.98 0.91 2/56 28290
Raw data (/proc/28290/stat): 28290 (bsolo) R 28289 28290 27660 0 -1 0 27339 0 0 0 92596 204 0 0 25 0 1 0 1767975009 116142080 27007 4294967295 134512640 134736556 3221224576 3221223232 134649034 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/28290/statm): 28355 27007 1116 68 0 28287 0
[pid=28290] vsize: 113420
Current children cumulated CPU time (s) 928
Current children cumulated vsize (Kb) 113420

[startup+940.051 s]
Raw data (loadavg): 1.00 0.98 0.91 2/56 28290
Raw data (/proc/28290/stat): 28290 (bsolo) R 28289 28290 27660 0 -1 0 27401 0 0 0 93595 205 0 0 25 0 1 0 1767975009 116412416 27069 4294967295 134512640 134736556 3221224576 3221223124 134544519 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/28290/statm): 28421 27069 1116 68 0 28353 0
[pid=28290] vsize: 113684
Current children cumulated CPU time (s) 938
Current children cumulated vsize (Kb) 113684

[startup+950.052 s]
Raw data (loadavg): 1.00 0.98 0.91 2/56 28290
Raw data (/proc/28290/stat): 28290 (bsolo) R 28289 28290 27660 0 -1 0 27660 0 0 0 94591 207 0 0 25 0 1 0 1767975009 117366784 27328 4294967295 134512640 134736556 3221224576 3221223312 134645965 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/28290/statm): 28654 27328 1116 68 0 28586 0
[pid=28290] vsize: 114616
Current children cumulated CPU time (s) 947.98
Current children cumulated vsize (Kb) 114616

[startup+960.052 s]
Raw data (loadavg): 1.00 0.98 0.91 2/56 28290
Raw data (/proc/28290/stat): 28290 (bsolo) R 28289 28290 27660 0 -1 0 27969 0 0 0 95587 208 0 0 25 0 1 0 1767975009 118804480 27631 4294967295 134512640 134736556 3221224576 3221223232 134649034 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/28290/statm): 29005 27631 1116 68 0 28937 0
[pid=28290] vsize: 116020
Current children cumulated CPU time (s) 957.95
Current children cumulated vsize (Kb) 116020

[startup+970.052 s]
Raw data (loadavg): 1.00 0.98 0.91 2/56 28290
Raw data (/proc/28290/stat): 28290 (bsolo) R 28289 28290 27660 0 -1 0 28243 0 0 0 96585 209 0 0 25 0 1 0 1767975009 119894016 27905 4294967295 134512640 134736556 3221224576 3221223152 134543071 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/28290/statm): 29271 27905 1116 68 0 29203 0
[pid=28290] vsize: 117084
Current children cumulated CPU time (s) 967.94
Current children cumulated vsize (Kb) 117084

[startup+980.052 s]
Raw data (loadavg): 1.00 0.98 0.91 2/56 28290
Raw data (/proc/28290/stat): 28290 (bsolo) R 28289 28290 27660 0 -1 0 28429 0 0 0 97582 210 0 0 25 0 1 0 1767975009 120705024 28091 4294967295 134512640 134736556 3221224576 3221223188 134544519 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/28290/statm): 29469 28091 1116 68 0 29401 0
[pid=28290] vsize: 117876
Current children cumulated CPU time (s) 977.92
Current children cumulated vsize (Kb) 117876

[startup+990.052 s]
Raw data (loadavg): 1.00 0.98 0.91 2/56 28290
Raw data (/proc/28290/stat): 28290 (bsolo) R 28289 28290 27660 0 -1 0 28678 0 0 0 98579 211 0 0 25 0 1 0 1767975009 121651200 28338 4294967295 134512640 134736556 3221224576 3221223132 134543056 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/28290/statm): 29700 28338 1116 68 0 29632 0
[pid=28290] vsize: 118800
Current children cumulated CPU time (s) 987.9
Current children cumulated vsize (Kb) 118800

[startup+1000.05 s]
Raw data (loadavg): 1.00 0.98 0.91 2/56 28290
Raw data (/proc/28290/stat): 28290 (bsolo) R 28289 28290 27660 0 -1 0 28854 0 0 0 99576 213 0 0 25 0 1 0 1767975009 122462208 28514 4294967295 134512640 134736556 3221224576 3221223200 134537358 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/28290/statm): 29898 28514 1116 68 0 29830 0
[pid=28290] vsize: 119592
Current children cumulated CPU time (s) 997.89
Current children cumulated vsize (Kb) 119592

[startup+1010.05 s]
Raw data (loadavg): 1.00 0.98 0.91 2/56 28290
Raw data (/proc/28290/stat): 28290 (bsolo) R 28289 28290 27660 0 -1 0 29006 0 0 0 100573 214 0 0 25 0 1 0 1767975009 123002880 28666 4294967295 134512640 134736556 3221224576 3221223152 134543977 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/28290/statm): 30030 28666 1116 68 0 29962 0
[pid=28290] vsize: 120120
Current children cumulated CPU time (s) 1007.87
Current children cumulated vsize (Kb) 120120

[startup+1020.05 s]
Raw data (loadavg): 1.00 0.98 0.91 2/56 28290
Raw data (/proc/28290/stat): 28290 (bsolo) R 28289 28290 27660 0 -1 0 29056 0 0 0 101572 214 0 0 25 0 1 0 1767975009 123277312 28716 4294967295 134512640 134736556 3221224576 3221223232 134649038 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/28290/statm): 30097 28716 1116 68 0 30029 0
[pid=28290] vsize: 120388
Current children cumulated CPU time (s) 1017.86
Current children cumulated vsize (Kb) 120388

[startup+1030.05 s]
Raw data (loadavg): 1.00 0.98 0.91 2/56 28290
Raw data (/proc/28290/stat): 28290 (bsolo) R 28289 28290 27660 0 -1 0 29318 0 0 0 102566 217 0 0 25 0 1 0 1767975009 124383232 28975 4294967295 134512640 134736556 3221224576 3221223120 134544566 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/28290/statm): 30367 28975 1116 68 0 30299 0
[pid=28290] vsize: 121468
Current children cumulated CPU time (s) 1027.83
Current children cumulated vsize (Kb) 121468

[startup+1040.05 s]
Raw data (loadavg): 1.00 0.98 0.91 2/56 28290
Raw data (/proc/28290/stat): 28290 (bsolo) R 28289 28290 27660 0 -1 0 29597 0 0 0 103561 219 0 0 25 0 1 0 1767975009 125464576 29254 4294967295 134512640 134736556 3221224576 3221223232 134649561 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/28290/statm): 30631 29254 1116 68 0 30563 0
[pid=28290] vsize: 122524
Current children cumulated CPU time (s) 1037.8
Current children cumulated vsize (Kb) 122524

[startup+1050.06 s]
Raw data (loadavg): 1.00 0.98 0.91 2/56 28290
Raw data (/proc/28290/stat): 28290 (bsolo) R 28289 28290 27660 0 -1 0 29820 0 0 0 104558 221 0 0 25 0 1 0 1767975009 126423040 29477 4294967295 134512640 134736556 3221224576 3221223192 134543261 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/28290/statm): 30865 29477 1116 68 0 30797 0
[pid=28290] vsize: 123460
Current children cumulated CPU time (s) 1047.79
Current children cumulated vsize (Kb) 123460

[startup+1060.05 s]
Raw data (loadavg): 1.00 0.98 0.91 1/56 28290
Raw data (/proc/28290/stat): 28290 (bsolo) T 28289 28290 27660 0 -1 0 30129 0 0 0 105553 223 0 0 25 0 1 0 1767975009 127647744 29785 4294967295 134512640 134736556 3221224576 3221223468 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/28290/statm): 31164 29785 1116 68 0 31096 0
[pid=28290] vsize: 124656
Current children cumulated CPU time (s) 1057.76
Current children cumulated vsize (Kb) 124656

[startup+1070.05 s]
Raw data (loadavg): 1.00 0.98 0.91 2/56 28290
Raw data (/proc/28290/stat): 28290 (bsolo) R 28289 28290 27660 0 -1 0 30444 0 0 0 106549 225 0 0 25 0 1 0 1767975009 128999424 30098 4294967295 134512640 134736556 3221224576 3221223232 134649103 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/28290/statm): 31494 30098 1116 68 0 31426 0
[pid=28290] vsize: 125976
Current children cumulated CPU time (s) 1067.74
Current children cumulated vsize (Kb) 125976

[startup+1080.06 s]
Raw data (loadavg): 1.00 0.98 0.91 2/56 28290
Raw data (/proc/28290/stat): 28290 (bsolo) R 28289 28290 27660 0 -1 0 30756 0 0 0 107545 227 0 0 25 0 1 0 1767975009 130383872 30408 4294967295 134512640 134736556 3221224576 3221223148 134537468 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/28290/statm): 31832 30408 1116 68 0 31764 0
[pid=28290] vsize: 127328
Current children cumulated CPU time (s) 1077.72
Current children cumulated vsize (Kb) 127328

[startup+1090.06 s]
Raw data (loadavg): 1.00 0.98 0.91 2/56 28290
Raw data (/proc/28290/stat): 28290 (bsolo) R 28289 28290 27660 0 -1 0 31055 0 0 0 108539 230 0 0 25 0 1 0 1767975009 131641344 30702 4294967295 134512640 134736556 3221224576 3221223116 134537537 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/28290/statm): 32139 30702 1116 68 0 32071 0
[pid=28290] vsize: 128556
Current children cumulated CPU time (s) 1087.69
Current children cumulated vsize (Kb) 128556

[startup+1100.06 s]
Raw data (loadavg): 1.00 0.98 0.91 2/56 28290
Raw data (/proc/28290/stat): 28290 (bsolo) R 28289 28290 27660 0 -1 0 31128 0 0 0 109538 231 0 0 25 0 1 0 1767975009 131915776 30773 4294967295 134512640 134736556 3221224576 3221223232 134649499 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/28290/statm): 32206 30773 1116 68 0 32138 0
[pid=28290] vsize: 128824
Current children cumulated CPU time (s) 1097.69
Current children cumulated vsize (Kb) 128824

[startup+1110.06 s]
Raw data (loadavg): 1.00 0.98 0.91 2/56 28290
Raw data (/proc/28290/stat): 28290 (bsolo) R 28289 28290 27660 0 -1 0 31401 0 0 0 110534 232 0 0 25 0 1 0 1767975009 133029888 31046 4294967295 134512640 134736556 3221224576 3221223144 134560337 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/28290/statm): 32478 31046 1116 68 0 32410 0
[pid=28290] vsize: 129912
Current children cumulated CPU time (s) 1107.66
Current children cumulated vsize (Kb) 129912

[startup+1120.06 s]
Raw data (loadavg): 1.00 0.98 0.91 2/56 28290
Raw data (/proc/28290/stat): 28290 (bsolo) R 28289 28290 27660 0 -1 0 31644 0 0 0 111531 235 0 0 25 0 1 0 1767975009 134131712 31286 4294967295 134512640 134736556 3221224576 3221223084 134540122 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/28290/statm): 32747 31286 1116 68 0 32679 0
[pid=28290] vsize: 130988
Current children cumulated CPU time (s) 1117.66
Current children cumulated vsize (Kb) 130988

[startup+1130.06 s]
Raw data (loadavg): 1.00 0.98 0.91 2/56 28290
Raw data (/proc/28290/stat): 28290 (bsolo) R 28289 28290 27660 0 -1 0 31850 0 0 0 112527 237 0 0 25 0 1 0 1767975009 134942720 31492 4294967295 134512640 134736556 3221224576 3221223232 134649034 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/28290/statm): 32945 31492 1116 68 0 32877 0
[pid=28290] vsize: 131780
Current children cumulated CPU time (s) 1127.64
Current children cumulated vsize (Kb) 131780

[startup+1140.06 s]
Raw data (loadavg): 1.00 0.98 0.91 2/56 28290
Raw data (/proc/28290/stat): 28290 (bsolo) R 28289 28290 27660 0 -1 0 32159 0 0 0 113524 239 0 0 25 0 1 0 1767975009 136343552 31794 4294967295 134512640 134736556 3221224576 3221223052 134536676 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/28290/statm): 33287 31794 1116 68 0 33219 0
[pid=28290] vsize: 133148
Current children cumulated CPU time (s) 1137.63
Current children cumulated vsize (Kb) 133148

[startup+1150.06 s]
Raw data (loadavg): 1.00 0.98 0.91 2/56 28290
Raw data (/proc/28290/stat): 28290 (bsolo) R 28289 28290 27660 0 -1 0 32406 0 0 0 114521 241 0 0 25 0 1 0 1767975009 137306112 32041 4294967295 134512640 134736556 3221224576 3221223132 134537537 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/28290/statm): 33522 32041 1116 68 0 33454 0
[pid=28290] vsize: 134088
Current children cumulated CPU time (s) 1147.62
Current children cumulated vsize (Kb) 134088

[startup+1160.06 s]
Raw data (loadavg): 1.00 0.98 0.91 2/56 28290
Raw data (/proc/28290/stat): 28290 (bsolo) R 28289 28290 27660 0 -1 0 32682 0 0 0 115517 243 0 0 25 0 1 0 1767975009 138387456 32315 4294967295 134512640 134736556 3221224576 3221223120 134543653 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/28290/statm): 33786 32315 1116 68 0 33718 0
[pid=28290] vsize: 135144
Current children cumulated CPU time (s) 1157.6
Current children cumulated vsize (Kb) 135144

[startup+1170.06 s]
Raw data (loadavg): 1.00 0.98 0.91 2/56 28290
Raw data (/proc/28290/stat): 28290 (bsolo) R 28289 28290 27660 0 -1 0 33002 0 0 0 116513 245 0 0 25 0 1 0 1767975009 139747328 32631 4294967295 134512640 134736556 3221224576 3221223244 134560236 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/28290/statm): 34118 32631 1116 68 0 34050 0
[pid=28290] vsize: 136472
Current children cumulated CPU time (s) 1167.58
Current children cumulated vsize (Kb) 136472

[startup+1180.06 s]
Raw data (loadavg): 1.00 0.98 0.91 2/56 28290
Raw data (/proc/28290/stat): 28290 (bsolo) R 28289 28290 27660 0 -1 0 33241 0 0 0 117510 246 0 0 25 0 1 0 1767975009 140693504 32870 4294967295 134512640 134736556 3221224576 3221223344 134644765 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/28290/statm): 34349 32870 1116 68 0 34281 0
[pid=28290] vsize: 137396
Current children cumulated CPU time (s) 1177.56
Current children cumulated vsize (Kb) 137396

[startup+1190.06 s]
Raw data (loadavg): 1.00 0.98 0.91 2/56 28290
Raw data (/proc/28290/stat): 28290 (bsolo) R 28289 28290 27660 0 -1 0 33329 0 0 0 118510 247 0 0 25 0 1 0 1767975009 141029376 32955 4294967295 134512640 134736556 3221224576 3221223104 134543910 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/28290/statm): 34431 32955 1116 68 0 34363 0
[pid=28290] vsize: 137724
Current children cumulated CPU time (s) 1187.57
Current children cumulated vsize (Kb) 137724
One traced child (pid=28290) exited with status: 0
All traced children have exited ! Game is over.

Child status: 0
Real time (s): 1197.59
CPU time (s): 1195.08
CPU user time (s): 1192.53
CPU system time (s): 2.54861
CPU usage (%): 99.7909
Max. virtual memory (cumulated for all children) (Kb): 137724

Verifier Data

ERROR: no interpretation found !