Some explanations

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

General information on the benchmark

Namemps-v2-20-10/plato.asu.edu/pub/fctp/normalized-mps-v2-20-10-n3704.opb
MD5SUM6f8b2121f6d249fe6e02652d1aab6d14
Bench Categoryoptimization, big integers (OPTBIGINT)
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of terms in the objective function 155000
Biggest coefficient in the objective function 4294967296
Number of bits for the biggest coefficient in the objective function 33
Sum of the numbers in the objective function 29675972066390
Number of bits of the sum of numbers in the objective function 45
Biggest number in a constraint 4294967296
Number of bits of the biggest number in a constraint 33
Biggest sum of numbers in a constraint 29675972066390
Number of bits of the biggest sum of numbers45
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Number of variables155000
Total number of constraints5150
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints5150
Minimum length of a constraint31
Maximum length of a constraint3000

Trace number 1446

Launcher Data

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 7
model name	: Pentium III (Katmai)
stepping	: 3
cpu MHz		: 451.080
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:        908712 kB
Buffers:         34616 kB
Cached:          63172 kB
SwapCached:        744 kB
Active:          73752 kB
Inactive:        26664 kB
HighTotal:      131008 kB
HighFree:        64540 kB
LowTotal:       903652 kB
LowFree:        844172 kB
SwapTotal:     2097892 kB
SwapFree:      2096644 kB
Dirty:              28 kB
Writeback:           0 kB
Mapped:           5736 kB
Slab:            19812 kB
Committed_AS:    64168 kB
PageTables:        328 kB
VmallocTotal:   114680 kB
VmallocUsed:      1368 kB
VmallocChunk:   113252 kB
JOB ENDED THE 2005-09-18 15:21:37 (client local time) WITH STATUS 0 IN 1195.28 SECONDS
stats: 682 7 1195.28 0

Solver Data

c INFO: OSL Context initialized.
c BIG Int formula...
c Initial problem consists of 155000 variables and 5300 constraints.
c No problem reductions applied in OPT. instance.
c	preprocess terminated. Elapsed time: 96.074
c After prepocess the problem consists of 96176 variables and 5300 constraints.
c Initial Lower Bound: 0
c Restart #1 #Var: 96176 #Dec: 83451 LB: 0 @ 164.78
c Restart #2 #Var: 96176 #Dec: 176629 LB: 0 @ 292.72
c Restart #3 #Var: 96176 #Dec: 279764 LB: 0 @ 480.76
c CHANGE Heuristic... 
c Restart #0 #Var: 96176 #Dec: 395179 LB: 0 @ 728.64
c Restart #1 #Var: 96176 #Dec: 410290 LB: 0 @ 742.58
c Restart #2 #Var: 96176 #Dec: 425884 LB: 0 @ 982.37
c Restart #3 #Var: 96176 #Dec: 435095 LB: 0 @ 1039.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/24297/stat): 24297 (bsolo) R 24296 24297 20728 0 -1 0 19 0 0 0 0 0 0 0 23 0 1 0 1842175045 438272 3 4294967295 134512640 134736556 3221224560 3221224560 1073744960 0 0 5 0 0 0 0 17 1 0 0
Raw data (/proc/24297/statm): 107 3 90 68 0 39 0
[pid=24297] 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/wulflinc24/normalized-mps-v2-20-10-n3704.opb

[startup+10.0032 s]
Raw data (loadavg): 0.88 0.97 0.99 2/56 24297
Raw data (/proc/24297/stat): 24297 (bsolo) R 24296 24297 20728 0 -1 0 60915 0 0 0 828 141 0 0 25 0 1 0 1842175045 251351040 60511 4294967295 134512640 134736556 3221224560 3221223084 1077399562 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/24297/statm): 61365 60511 1116 68 0 61297 0
[pid=24297] vsize: 245460
Current children cumulated CPU time (s) 9.69
Current children cumulated vsize (Kb) 245460

[startup+20.0039 s]
Raw data (loadavg): 0.90 0.97 0.99 2/56 24297
Raw data (/proc/24297/stat): 24297 (bsolo) R 24296 24297 20728 0 -1 0 104757 0 0 0 1721 231 0 0 25 0 1 0 1842175045 430645248 103850 4294967295 134512640 134736556 3221224560 3221221260 1077196364 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/24297/statm): 105138 103850 1116 68 0 105070 0
[pid=24297] vsize: 420552
Current children cumulated CPU time (s) 19.52
Current children cumulated vsize (Kb) 420552

[startup+30.0046 s]
Raw data (loadavg): 0.91 0.97 0.99 2/56 24297
Raw data (/proc/24297/stat): 24297 (bsolo) R 24296 24297 20728 0 -1 0 106086 0 0 0 2715 235 0 0 25 0 1 0 1842175045 436285440 105179 4294967295 134512640 134736556 3221224560 3221223088 134573018 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/24297/statm): 106515 105179 1116 68 0 106447 0
[pid=24297] vsize: 426060
Current children cumulated CPU time (s) 29.5
Current children cumulated vsize (Kb) 426060

[startup+40.0053 s]
Raw data (loadavg): 0.93 0.97 0.99 2/56 24297
Raw data (/proc/24297/stat): 24297 (bsolo) R 24296 24297 20728 0 -1 0 107131 0 0 0 3711 238 0 0 25 0 1 0 1842175045 440807424 106224 4294967295 134512640 134736556 3221224560 3221223068 1077399575 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/24297/statm): 107619 106224 1116 68 0 107551 0
[pid=24297] vsize: 430476
Current children cumulated CPU time (s) 39.49
Current children cumulated vsize (Kb) 430476

[startup+50.006 s]
Raw data (loadavg): 0.94 0.97 0.99 2/56 24297
Raw data (/proc/24297/stat): 24297 (bsolo) R 24296 24297 20728 0 -1 0 108208 0 0 0 4705 242 0 0 25 0 1 0 1842175045 445329408 107301 4294967295 134512640 134736556 3221224560 3221223216 134539519 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/24297/statm): 108723 107301 1116 68 0 108655 0
[pid=24297] vsize: 434892
Current children cumulated CPU time (s) 49.47
Current children cumulated vsize (Kb) 434892

[startup+60.0067 s]
Raw data (loadavg): 0.95 0.97 0.99 2/56 24297
Raw data (/proc/24297/stat): 24297 (bsolo) R 24296 24297 20728 0 -1 0 109646 0 0 0 5701 246 0 0 25 0 1 0 1842175045 451305472 108739 4294967295 134512640 134736556 3221224560 3221223136 134539937 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/24297/statm): 110182 108739 1116 68 0 110114 0
[pid=24297] vsize: 440728
Current children cumulated CPU time (s) 59.47
Current children cumulated vsize (Kb) 440728

[startup+70.0064 s]
Raw data (loadavg): 0.95 0.97 0.99 2/56 24297
Raw data (/proc/24297/stat): 24297 (bsolo) R 24296 24297 20728 0 -1 0 111112 0 0 0 6696 249 0 0 25 0 1 0 1842175045 457273344 110205 4294967295 134512640 134736556 3221224560 3221223136 134539937 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/24297/statm): 111639 110205 1116 68 0 111571 0
[pid=24297] vsize: 446556
Current children cumulated CPU time (s) 69.45
Current children cumulated vsize (Kb) 446556

[startup+80.0071 s]
Raw data (loadavg): 0.96 0.97 0.99 2/56 24297
Raw data (/proc/24297/stat): 24297 (bsolo) R 24296 24297 20728 0 -1 0 112780 0 0 0 7689 254 0 0 25 0 1 0 1842175045 464056320 111873 4294967295 134512640 134736556 3221224560 3221223088 134573010 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/24297/statm): 113295 111873 1116 68 0 113227 0
[pid=24297] vsize: 453180
Current children cumulated CPU time (s) 79.43
Current children cumulated vsize (Kb) 453180

[startup+90.0068 s]
Raw data (loadavg): 0.97 0.97 0.99 2/56 24297
Raw data (/proc/24297/stat): 24297 (bsolo) R 24296 24297 20728 0 -1 0 115196 0 0 0 8680 261 0 0 25 0 1 0 1842175045 473927680 114289 4294967295 134512640 134736556 3221224560 3221223068 1077399562 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/24297/statm): 115705 114289 1116 68 0 115637 0
[pid=24297] vsize: 462820
Current children cumulated CPU time (s) 89.41
Current children cumulated vsize (Kb) 462820

[startup+100.006 s]
Raw data (loadavg): 1.05 0.99 0.99 1/56 24297
Raw data (/proc/24297/stat): 24297 (bsolo) T 24296 24297 20728 0 -1 0 134537 0 0 0 9464 364 0 0 17 0 1 0 1842175045 557862912 133630 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/24297/statm): 136197 133630 1116 68 0 136129 0
[pid=24297] vsize: 544788
Current children cumulated CPU time (s) 98.28
Current children cumulated vsize (Kb) 544788

[startup+110.008 s]
Raw data (loadavg): 1.04 0.99 0.99 2/56 24297
Raw data (/proc/24297/stat): 24297 (bsolo) R 24296 24297 20728 0 -1 0 134699 0 0 0 10319 413 0 0 25 0 1 0 1842175045 558075904 133792 4294967295 134512640 134736556 3221224560 3221223136 134550871 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/24297/statm): 136249 133792 1116 68 0 136181 0
[pid=24297] vsize: 544996
Current children cumulated CPU time (s) 107.32
Current children cumulated vsize (Kb) 544996

[startup+120.009 s]
Raw data (loadavg): 1.04 0.99 0.99 2/56 24297
Raw data (/proc/24297/stat): 24297 (bsolo) R 24296 24297 20728 0 -1 0 134704 0 0 0 11320 413 0 0 25 0 1 0 1842175045 558170112 133797 4294967295 134512640 134736556 3221224560 3221223136 134550871 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/24297/statm): 136272 133797 1116 68 0 136204 0
[pid=24297] vsize: 545088
Current children cumulated CPU time (s) 117.33
Current children cumulated vsize (Kb) 545088

[startup+130.01 s]
Raw data (loadavg): 1.03 0.99 0.99 2/56 24297
Raw data (/proc/24297/stat): 24297 (bsolo) R 24296 24297 20728 0 -1 0 134704 0 0 0 12320 413 0 0 25 0 1 0 1842175045 558170112 133797 4294967295 134512640 134736556 3221224560 3221223136 134550735 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/24297/statm): 136272 133797 1116 68 0 136204 0
[pid=24297] vsize: 545088
Current children cumulated CPU time (s) 127.33
Current children cumulated vsize (Kb) 545088

[startup+140.01 s]
Raw data (loadavg): 1.02 0.99 0.99 2/56 24297
Raw data (/proc/24297/stat): 24297 (bsolo) R 24296 24297 20728 0 -1 0 134732 0 0 0 13301 420 0 0 25 0 1 0 1842175045 558284800 133825 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/24297/statm): 136300 133825 1116 68 0 136232 0
[pid=24297] vsize: 545200
Current children cumulated CPU time (s) 137.21
Current children cumulated vsize (Kb) 545200

[startup+150.011 s]
Raw data (loadavg): 1.02 0.99 0.99 2/56 24297
Raw data (/proc/24297/stat): 24297 (bsolo) R 24296 24297 20728 0 -1 0 134732 0 0 0 14300 420 0 0 25 0 1 0 1842175045 558284800 133825 4294967295 134512640 134736556 3221224560 3221223136 134550875 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/24297/statm): 136300 133825 1116 68 0 136232 0
[pid=24297] vsize: 545200
Current children cumulated CPU time (s) 147.2
Current children cumulated vsize (Kb) 545200

[startup+160.011 s]
Raw data (loadavg): 1.02 0.99 0.99 2/56 24297
Raw data (/proc/24297/stat): 24297 (bsolo) R 24296 24297 20728 0 -1 0 134732 0 0 0 15300 420 0 0 25 0 1 0 1842175045 558280704 133825 4294967295 134512640 134736556 3221224560 3221223136 134550735 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/24297/statm): 136299 133825 1116 68 0 136231 0
[pid=24297] vsize: 545196
Current children cumulated CPU time (s) 157.2
Current children cumulated vsize (Kb) 545196

[startup+170.011 s]
Raw data (loadavg): 1.01 0.99 0.99 1/56 24297
Raw data (/proc/24297/stat): 24297 (bsolo) T 24296 24297 20728 0 -1 0 134732 0 0 0 16169 462 0 0 17 0 1 0 1842175045 558280704 133825 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/24297/statm): 136299 133825 1116 68 0 136231 0
[pid=24297] vsize: 545196
Current children cumulated CPU time (s) 166.31
Current children cumulated vsize (Kb) 545196

[startup+180.012 s]
Raw data (loadavg): 1.01 0.99 0.99 2/56 24297
Raw data (/proc/24297/stat): 24297 (bsolo) R 24296 24297 20728 0 -1 0 134756 0 0 0 16988 522 0 0 25 0 1 0 1842175045 558096384 133793 4294967295 134512640 134736556 3221224560 3221223136 134550888 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/24297/statm): 136254 133793 1116 68 0 136186 0
[pid=24297] vsize: 545016
Current children cumulated CPU time (s) 175.1
Current children cumulated vsize (Kb) 545016

[startup+190.013 s]
Raw data (loadavg): 1.01 0.99 0.99 2/56 24297
Raw data (/proc/24297/stat): 24297 (bsolo) R 24296 24297 20728 0 -1 0 134760 0 0 0 17988 522 0 0 25 0 1 0 1842175045 558170112 133797 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/24297/statm): 136272 133797 1116 68 0 136204 0
[pid=24297] vsize: 545088
Current children cumulated CPU time (s) 185.1
Current children cumulated vsize (Kb) 545088

[startup+200.012 s]
Raw data (loadavg): 1.01 0.99 0.99 2/56 24297
Raw data (/proc/24297/stat): 24297 (bsolo) R 24296 24297 20728 0 -1 0 134760 0 0 0 18988 522 0 0 25 0 1 0 1842175045 558170112 133797 4294967295 134512640 134736556 3221224560 3221223136 134550868 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/24297/statm): 136272 133797 1116 68 0 136204 0
[pid=24297] vsize: 545088
Current children cumulated CPU time (s) 195.1
Current children cumulated vsize (Kb) 545088

[startup+210.013 s]
Raw data (loadavg): 1.01 0.99 0.99 2/56 24297
Raw data (/proc/24297/stat): 24297 (bsolo) R 24296 24297 20728 0 -1 0 134788 0 0 0 19969 528 0 0 25 0 1 0 1842175045 558284800 133825 4294967295 134512640 134736556 3221224560 3221223136 134550735 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/24297/statm): 136300 133825 1116 68 0 136232 0
[pid=24297] vsize: 545200
Current children cumulated CPU time (s) 204.97
Current children cumulated vsize (Kb) 545200

[startup+220.013 s]
Raw data (loadavg): 1.00 0.99 0.99 2/56 24297
Raw data (/proc/24297/stat): 24297 (bsolo) R 24296 24297 20728 0 -1 0 134788 0 0 0 20969 528 0 0 25 0 1 0 1842175045 558284800 133825 4294967295 134512640 134736556 3221224560 3221223296 134605558 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/24297/statm): 136300 133825 1116 68 0 136232 0
[pid=24297] vsize: 545200
Current children cumulated CPU time (s) 214.97
Current children cumulated vsize (Kb) 545200

[startup+230.014 s]
Raw data (loadavg): 1.00 0.99 0.99 2/56 24297
Raw data (/proc/24297/stat): 24297 (bsolo) R 24296 24297 20728 0 -1 0 134788 0 0 0 21969 528 0 0 25 0 1 0 1842175045 558280704 133825 4294967295 134512640 134736556 3221224560 3221223136 134550713 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/24297/statm): 136299 133825 1116 68 0 136231 0
[pid=24297] vsize: 545196
Current children cumulated CPU time (s) 224.97
Current children cumulated vsize (Kb) 545196

[startup+240.014 s]
Raw data (loadavg): 1.00 0.99 0.99 2/56 24297
Raw data (/proc/24297/stat): 24297 (bsolo) R 24296 24297 20728 0 -1 0 134816 0 0 0 22949 536 0 0 25 0 1 0 1842175045 558399488 133853 4294967295 134512640 134736556 3221224560 3221223136 134550704 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/24297/statm): 136328 133853 1116 68 0 136260 0
[pid=24297] vsize: 545312
Current children cumulated CPU time (s) 234.85
Current children cumulated vsize (Kb) 545312

[startup+250.014 s]
Raw data (loadavg): 1.00 0.99 0.99 2/56 24297
Raw data (/proc/24297/stat): 24297 (bsolo) R 24296 24297 20728 0 -1 0 134816 0 0 0 23949 536 0 0 25 0 1 0 1842175045 558399488 133853 4294967295 134512640 134736556 3221224560 3221223136 134550888 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/24297/statm): 136328 133853 1116 68 0 136260 0
[pid=24297] vsize: 545312
Current children cumulated CPU time (s) 244.85
Current children cumulated vsize (Kb) 545312

[startup+260.015 s]
Raw data (loadavg): 1.00 0.99 0.99 2/56 24297
Raw data (/proc/24297/stat): 24297 (bsolo) R 24296 24297 20728 0 -1 0 134816 0 0 0 24950 536 0 0 25 0 1 0 1842175045 558395392 133853 4294967295 134512640 134736556 3221224560 3221223296 134605558 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/24297/statm): 136327 133853 1116 68 0 136259 0
[pid=24297] vsize: 545308
Current children cumulated CPU time (s) 254.86
Current children cumulated vsize (Kb) 545308

[startup+270.014 s]
Raw data (loadavg): 1.00 0.99 0.99 2/56 24297
Raw data (/proc/24297/stat): 24297 (bsolo) R 24296 24297 20728 0 -1 0 134816 0 0 0 25931 542 0 0 25 0 1 0 1842175045 558284800 133848 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/24297/statm): 136300 133848 1116 68 0 136232 0
[pid=24297] vsize: 545200
Current children cumulated CPU time (s) 264.73
Current children cumulated vsize (Kb) 545200

[startup+280.015 s]
Raw data (loadavg): 1.00 0.99 0.99 2/56 24297
Raw data (/proc/24297/stat): 24297 (bsolo) R 24296 24297 20728 0 -1 0 134816 0 0 0 26931 542 0 0 25 0 1 0 1842175045 558284800 133848 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/24297/statm): 136300 133848 1116 68 0 136232 0
[pid=24297] vsize: 545200
Current children cumulated CPU time (s) 274.73
Current children cumulated vsize (Kb) 545200

[startup+290.016 s]
Raw data (loadavg): 1.00 0.99 0.99 2/56 24297
Raw data (/proc/24297/stat): 24297 (bsolo) R 24296 24297 20728 0 -1 0 134816 0 0 0 27931 542 0 0 25 0 1 0 1842175045 558284800 133848 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/24297/statm): 136300 133848 1116 68 0 136232 0
[pid=24297] vsize: 545200
Current children cumulated CPU time (s) 284.73
Current children cumulated vsize (Kb) 545200

[startup+300.015 s]
Raw data (loadavg): 1.00 0.99 0.99 1/56 24297
Raw data (/proc/24297/stat): 24297 (bsolo) T 24296 24297 20728 0 -1 0 134816 0 0 0 28823 575 0 0 17 0 1 0 1842175045 558284800 133848 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/24297/statm): 136300 133848 1116 68 0 136232 0
[pid=24297] vsize: 545200
Current children cumulated CPU time (s) 293.98
Current children cumulated vsize (Kb) 545200

[startup+310.016 s]
Raw data (loadavg): 1.00 0.99 0.99 2/56 24297
Raw data (/proc/24297/stat): 24297 (bsolo) R 24296 24297 20728 0 -1 0 134839 0 0 0 29618 644 0 0 25 0 1 0 1842175045 558075904 133793 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/24297/statm): 136249 133793 1116 68 0 136181 0
[pid=24297] vsize: 544996
Current children cumulated CPU time (s) 302.62
Current children cumulated vsize (Kb) 544996

[startup+320.017 s]
Raw data (loadavg): 1.00 0.99 0.99 2/56 24297
Raw data (/proc/24297/stat): 24297 (bsolo) R 24296 24297 20728 0 -1 0 134843 0 0 0 30617 644 0 0 25 0 1 0 1842175045 558170112 133797 4294967295 134512640 134736556 3221224560 3221223136 134550878 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/24297/statm): 136272 133797 1116 68 0 136204 0
[pid=24297] vsize: 545088
Current children cumulated CPU time (s) 312.61
Current children cumulated vsize (Kb) 545088

[startup+330.018 s]
Raw data (loadavg): 1.00 0.99 0.99 2/56 24297
Raw data (/proc/24297/stat): 24297 (bsolo) R 24296 24297 20728 0 -1 0 134843 0 0 0 31617 644 0 0 25 0 1 0 1842175045 558170112 133797 4294967295 134512640 134736556 3221224560 3221223136 134550713 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/24297/statm): 136272 133797 1116 68 0 136204 0
[pid=24297] vsize: 545088
Current children cumulated CPU time (s) 322.61
Current children cumulated vsize (Kb) 545088

[startup+340.017 s]
Raw data (loadavg): 1.00 0.99 0.99 2/56 24297
Raw data (/proc/24297/stat): 24297 (bsolo) R 24296 24297 20728 0 -1 0 134871 0 0 0 32597 651 0 0 25 0 1 0 1842175045 558284800 133825 4294967295 134512640 134736556 3221224560 3221223136 134550878 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/24297/statm): 136300 133825 1116 68 0 136232 0
[pid=24297] vsize: 545200
Current children cumulated CPU time (s) 332.48
Current children cumulated vsize (Kb) 545200

[startup+350.018 s]
Raw data (loadavg): 1.00 0.99 0.99 2/56 24297
Raw data (/proc/24297/stat): 24297 (bsolo) R 24296 24297 20728 0 -1 0 134871 0 0 0 33598 651 0 0 25 0 1 0 1842175045 558284800 133825 4294967295 134512640 134736556 3221224560 3221223136 134550875 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/24297/statm): 136300 133825 1116 68 0 136232 0
[pid=24297] vsize: 545200
Current children cumulated CPU time (s) 342.49
Current children cumulated vsize (Kb) 545200

[startup+360.019 s]
Raw data (loadavg): 1.00 0.99 0.99 2/56 24297
Raw data (/proc/24297/stat): 24297 (bsolo) R 24296 24297 20728 0 -1 0 134871 0 0 0 34598 651 0 0 25 0 1 0 1842175045 558280704 133825 4294967295 134512640 134736556 3221224560 3221223136 134550713 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/24297/statm): 136299 133825 1116 68 0 136231 0
[pid=24297] vsize: 545196
Current children cumulated CPU time (s) 352.49
Current children cumulated vsize (Kb) 545196

[startup+370.018 s]
Raw data (loadavg): 1.00 0.99 0.99 2/56 24297
Raw data (/proc/24297/stat): 24297 (bsolo) R 24296 24297 20728 0 -1 0 134899 0 0 0 35580 656 0 0 25 0 1 0 1842175045 558399488 133853 4294967295 134512640 134736556 3221224560 3221223136 134550865 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/24297/statm): 136328 133853 1116 68 0 136260 0
[pid=24297] vsize: 545312
Current children cumulated CPU time (s) 362.36
Current children cumulated vsize (Kb) 545312

[startup+380.019 s]
Raw data (loadavg): 1.00 0.99 0.99 2/56 24297
Raw data (/proc/24297/stat): 24297 (bsolo) R 24296 24297 20728 0 -1 0 134899 0 0 0 36580 656 0 0 25 0 1 0 1842175045 558399488 133853 4294967295 134512640 134736556 3221224560 3221223136 134550871 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/24297/statm): 136328 133853 1116 68 0 136260 0
[pid=24297] vsize: 545312
Current children cumulated CPU time (s) 372.36
Current children cumulated vsize (Kb) 545312

[startup+390.02 s]
Raw data (loadavg): 1.00 0.99 0.99 2/56 24297
Raw data (/proc/24297/stat): 24297 (bsolo) R 24296 24297 20728 0 -1 0 134899 0 0 0 37580 656 0 0 25 0 1 0 1842175045 558395392 133853 4294967295 134512640 134736556 3221224560 3221223136 134550865 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/24297/statm): 136327 133853 1116 68 0 136259 0
[pid=24297] vsize: 545308
Current children cumulated CPU time (s) 382.36
Current children cumulated vsize (Kb) 545308

[startup+400.019 s]
Raw data (loadavg): 1.00 0.99 0.99 2/56 24297
Raw data (/proc/24297/stat): 24297 (bsolo) R 24296 24297 20728 0 -1 0 134899 0 0 0 38561 663 0 0 25 0 1 0 1842175045 558280704 133847 4294967295 134512640 134736556 3221224560 3221223136 134550735 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/24297/statm): 136299 133847 1116 68 0 136231 0
[pid=24297] vsize: 545196
Current children cumulated CPU time (s) 392.24
Current children cumulated vsize (Kb) 545196

[startup+410.02 s]
Raw data (loadavg): 1.00 0.99 0.99 2/56 24297
Raw data (/proc/24297/stat): 24297 (bsolo) R 24296 24297 20728 0 -1 0 134899 0 0 0 39560 663 0 0 25 0 1 0 1842175045 558280704 133847 4294967295 134512640 134736556 3221224560 3221223296 134605570 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/24297/statm): 136299 133847 1116 68 0 136231 0
[pid=24297] vsize: 545196
Current children cumulated CPU time (s) 402.23
Current children cumulated vsize (Kb) 545196

[startup+420.02 s]
Raw data (loadavg): 1.00 0.99 0.99 2/56 24297
Raw data (/proc/24297/stat): 24297 (bsolo) R 24296 24297 20728 0 -1 0 134899 0 0 0 40560 663 0 0 25 0 1 0 1842175045 558280704 133847 4294967295 134512640 134736556 3221224560 3221223280 134605104 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/24297/statm): 136299 133847 1116 68 0 136231 0
[pid=24297] vsize: 545196
Current children cumulated CPU time (s) 412.23
Current children cumulated vsize (Kb) 545196

[startup+430.021 s]
Raw data (loadavg): 1.00 0.99 0.99 2/56 24297
Raw data (/proc/24297/stat): 24297 (bsolo) R 24296 24297 20728 0 -1 0 134905 0 0 0 41542 668 0 0 25 0 1 0 1842175045 558399488 133853 4294967295 134512640 134736556 3221224560 3221223136 134550875 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/24297/statm): 136328 133853 1116 68 0 136260 0
[pid=24297] vsize: 545312
Current children cumulated CPU time (s) 422.1
Current children cumulated vsize (Kb) 545312

[startup+440.021 s]
Raw data (loadavg): 1.00 0.99 0.99 2/56 24297
Raw data (/proc/24297/stat): 24297 (bsolo) R 24296 24297 20728 0 -1 0 134905 0 0 0 42542 668 0 0 25 0 1 0 1842175045 558399488 133853 4294967295 134512640 134736556 3221224560 3221223136 134550735 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/24297/statm): 136328 133853 1116 68 0 136260 0
[pid=24297] vsize: 545312
Current children cumulated CPU time (s) 432.1
Current children cumulated vsize (Kb) 545312

[startup+450.021 s]
Raw data (loadavg): 1.00 0.99 0.99 2/56 24297
Raw data (/proc/24297/stat): 24297 (bsolo) R 24296 24297 20728 0 -1 0 134905 0 0 0 43542 668 0 0 25 0 1 0 1842175045 558395392 133853 4294967295 134512640 134736556 3221224560 3221223136 134550878 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/24297/statm): 136327 133853 1116 68 0 136259 0
[pid=24297] vsize: 545308
Current children cumulated CPU time (s) 442.1
Current children cumulated vsize (Kb) 545308

[startup+460.021 s]
Raw data (loadavg): 1.00 0.99 0.99 2/56 24297
Raw data (/proc/24297/stat): 24297 (bsolo) R 24296 24297 20728 0 -1 0 134905 0 0 0 44521 675 0 0 25 0 1 0 1842175045 558280704 133847 4294967295 134512640 134736556 3221224560 3221223136 134550878 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/24297/statm): 136299 133847 1116 68 0 136231 0
[pid=24297] vsize: 545196
Current children cumulated CPU time (s) 451.96
Current children cumulated vsize (Kb) 545196

[startup+470.021 s]
Raw data (loadavg): 1.00 0.99 0.99 2/56 24297
Raw data (/proc/24297/stat): 24297 (bsolo) R 24296 24297 20728 0 -1 0 134905 0 0 0 45521 675 0 0 25 0 1 0 1842175045 558280704 133847 4294967295 134512640 134736556 3221224560 3221223272 134694477 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/24297/statm): 136299 133847 1116 68 0 136231 0
[pid=24297] vsize: 545196
Current children cumulated CPU time (s) 461.96
Current children cumulated vsize (Kb) 545196

[startup+480.022 s]
Raw data (loadavg): 1.00 0.99 0.99 2/56 24297
Raw data (/proc/24297/stat): 24297 (bsolo) R 24296 24297 20728 0 -1 0 134905 0 0 0 46522 676 0 0 25 0 1 0 1842175045 558280704 133847 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/24297/statm): 136299 133847 1116 68 0 136231 0
[pid=24297] vsize: 545196
Current children cumulated CPU time (s) 471.98
Current children cumulated vsize (Kb) 545196

[startup+490.022 s]
Raw data (loadavg): 1.00 0.99 0.99 1/56 24297
Raw data (/proc/24297/stat): 24297 (bsolo) T 24296 24297 20728 0 -1 0 134905 0 0 0 47458 696 0 0 17 0 1 0 1842175045 558280704 133847 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/24297/statm): 136299 133847 1116 68 0 136231 0
[pid=24297] vsize: 545196
Current children cumulated CPU time (s) 481.54
Current children cumulated vsize (Kb) 545196

[startup+500.022 s]
Raw data (loadavg): 1.00 0.99 0.99 2/56 24297
Raw data (/proc/24297/stat): 24297 (bsolo) R 24296 24297 20728 0 -1 0 134929 0 0 0 48212 779 0 0 25 0 1 0 1842175045 558096384 133793 4294967295 134512640 134736556 3221224560 3221223136 134550721 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/24297/statm): 136254 133793 1116 68 0 136186 0
[pid=24297] vsize: 545016
Current children cumulated CPU time (s) 489.91
Current children cumulated vsize (Kb) 545016

[startup+510.023 s]
Raw data (loadavg): 1.00 0.99 0.99 2/56 24297
Raw data (/proc/24297/stat): 24297 (bsolo) R 24296 24297 20728 0 -1 0 134933 0 0 0 49211 780 0 0 25 0 1 0 1842175045 558170112 133797 4294967295 134512640 134736556 3221224560 3221223136 134550735 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/24297/statm): 136272 133797 1116 68 0 136204 0
[pid=24297] vsize: 545088
Current children cumulated CPU time (s) 499.91
Current children cumulated vsize (Kb) 545088

[startup+520.023 s]
Raw data (loadavg): 1.00 0.99 0.99 2/56 24297
Raw data (/proc/24297/stat): 24297 (bsolo) R 24296 24297 20728 0 -1 0 134933 0 0 0 50211 780 0 0 25 0 1 0 1842175045 558170112 133797 4294967295 134512640 134736556 3221224560 3221223296 134605558 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/24297/statm): 136272 133797 1116 68 0 136204 0
[pid=24297] vsize: 545088
Current children cumulated CPU time (s) 509.91
Current children cumulated vsize (Kb) 545088

[startup+530.024 s]
Raw data (loadavg): 1.00 0.99 0.99 2/56 24297
Raw data (/proc/24297/stat): 24297 (bsolo) R 24296 24297 20728 0 -1 0 134961 0 0 0 51191 787 0 0 25 0 1 0 1842175045 558284800 133825 4294967295 134512640 134736556 3221224560 3221223136 134550742 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/24297/statm): 136300 133825 1116 68 0 136232 0
[pid=24297] vsize: 545200
Current children cumulated CPU time (s) 519.78
Current children cumulated vsize (Kb) 545200

[startup+540.025 s]
Raw data (loadavg): 1.00 0.99 0.99 2/56 24297
Raw data (/proc/24297/stat): 24297 (bsolo) R 24296 24297 20728 0 -1 0 134961 0 0 0 52191 787 0 0 25 0 1 0 1842175045 558284800 133825 4294967295 134512640 134736556 3221224560 3221223296 134605558 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/24297/statm): 136300 133825 1116 68 0 136232 0
[pid=24297] vsize: 545200
Current children cumulated CPU time (s) 529.78
Current children cumulated vsize (Kb) 545200

[startup+550.025 s]
Raw data (loadavg): 1.00 0.99 0.99 2/56 24297
Raw data (/proc/24297/stat): 24297 (bsolo) R 24296 24297 20728 0 -1 0 134961 0 0 0 53191 788 0 0 25 0 1 0 1842175045 558280704 133825 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/24297/statm): 136299 133825 1116 68 0 136231 0
[pid=24297] vsize: 545196
Current children cumulated CPU time (s) 539.79
Current children cumulated vsize (Kb) 545196

[startup+560.026 s]
Raw data (loadavg): 1.00 0.99 0.99 2/56 24297
Raw data (/proc/24297/stat): 24297 (bsolo) R 24296 24297 20728 0 -1 0 134989 0 0 0 54172 795 0 0 25 0 1 0 1842175045 558399488 133853 4294967295 134512640 134736556 3221224560 3221223136 134550713 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/24297/statm): 136328 133853 1116 68 0 136260 0
[pid=24297] vsize: 545312
Current children cumulated CPU time (s) 549.67
Current children cumulated vsize (Kb) 545312

[startup+570.026 s]
Raw data (loadavg): 1.00 0.99 0.99 2/56 24297
Raw data (/proc/24297/stat): 24297 (bsolo) R 24296 24297 20728 0 -1 0 134989 0 0 0 55172 795 0 0 25 0 1 0 1842175045 558399488 133853 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/24297/statm): 136328 133853 1116 68 0 136260 0
[pid=24297] vsize: 545312
Current children cumulated CPU time (s) 559.67
Current children cumulated vsize (Kb) 545312

[startup+580.027 s]
Raw data (loadavg): 1.00 0.99 0.99 2/56 24297
Raw data (/proc/24297/stat): 24297 (bsolo) R 24296 24297 20728 0 -1 0 134989 0 0 0 56172 795 0 0 25 0 1 0 1842175045 558395392 133853 4294967295 134512640 134736556 3221224560 3221223136 134550871 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/24297/statm): 136327 133853 1116 68 0 136259 0
[pid=24297] vsize: 545308
Current children cumulated CPU time (s) 569.67
Current children cumulated vsize (Kb) 545308

[startup+590.028 s]
Raw data (loadavg): 1.00 0.99 0.99 2/56 24297
Raw data (/proc/24297/stat): 24297 (bsolo) R 24296 24297 20728 0 -1 0 134989 0 0 0 57149 803 0 0 25 0 1 0 1842175045 558280704 133847 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/24297/statm): 136299 133847 1116 68 0 136231 0
[pid=24297] vsize: 545196
Current children cumulated CPU time (s) 579.52
Current children cumulated vsize (Kb) 545196

[startup+600.028 s]
Raw data (loadavg): 1.00 0.99 0.99 2/56 24297
Raw data (/proc/24297/stat): 24297 (bsolo) R 24296 24297 20728 0 -1 0 134989 0 0 0 58148 804 0 0 25 0 1 0 1842175045 558280704 133847 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/24297/statm): 136299 133847 1116 68 0 136231 0
[pid=24297] vsize: 545196
Current children cumulated CPU time (s) 589.52
Current children cumulated vsize (Kb) 545196

[startup+610.029 s]
Raw data (loadavg): 1.00 0.99 0.99 2/56 24297
Raw data (/proc/24297/stat): 24297 (bsolo) R 24296 24297 20728 0 -1 0 134989 0 0 0 59148 804 0 0 25 0 1 0 1842175045 558280704 133847 4294967295 134512640 134736556 3221224560 3221223096 1077377291 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/24297/statm): 136299 133847 1116 68 0 136231 0
[pid=24297] vsize: 545196
Current children cumulated CPU time (s) 599.52
Current children cumulated vsize (Kb) 545196

[startup+620.03 s]
Raw data (loadavg): 1.00 0.99 0.99 2/56 24297
Raw data (/proc/24297/stat): 24297 (bsolo) R 24296 24297 20728 0 -1 0 134995 0 0 0 60128 812 0 0 25 0 1 0 1842175045 558399488 133853 4294967295 134512640 134736556 3221224560 3221223136 134550888 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/24297/statm): 136328 133853 1116 68 0 136260 0
[pid=24297] vsize: 545312
Current children cumulated CPU time (s) 609.4
Current children cumulated vsize (Kb) 545312

[startup+630.03 s]
Raw data (loadavg): 1.00 0.99 0.99 2/56 24297
Raw data (/proc/24297/stat): 24297 (bsolo) R 24296 24297 20728 0 -1 0 134995 0 0 0 61128 812 0 0 25 0 1 0 1842175045 558399488 133853 4294967295 134512640 134736556 3221224560 3221223276 134694456 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/24297/statm): 136328 133853 1116 68 0 136260 0
[pid=24297] vsize: 545312
Current children cumulated CPU time (s) 619.4
Current children cumulated vsize (Kb) 545312

[startup+640.031 s]
Raw data (loadavg): 1.00 0.99 0.99 2/56 24297
Raw data (/proc/24297/stat): 24297 (bsolo) R 24296 24297 20728 0 -1 0 134995 0 0 0 62126 813 0 0 25 0 1 0 1842175045 558395392 133853 4294967295 134512640 134736556 3221224560 3221223136 134550878 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/24297/statm): 136327 133853 1116 68 0 136259 0
[pid=24297] vsize: 545308
Current children cumulated CPU time (s) 629.39
Current children cumulated vsize (Kb) 545308

[startup+650.032 s]
Raw data (loadavg): 1.00 0.99 0.99 2/56 24297
Raw data (/proc/24297/stat): 24297 (bsolo) R 24296 24297 20728 0 -1 0 134995 0 0 0 63104 822 0 0 25 0 1 0 1842175045 558280704 133847 4294967295 134512640 134736556 3221224560 3221223136 134550868 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/24297/statm): 136299 133847 1116 68 0 136231 0
[pid=24297] vsize: 545196
Current children cumulated CPU time (s) 639.26
Current children cumulated vsize (Kb) 545196

[startup+660.033 s]
Raw data (loadavg): 1.00 0.99 0.99 2/56 24297
Raw data (/proc/24297/stat): 24297 (bsolo) R 24296 24297 20728 0 -1 0 134995 0 0 0 64103 822 0 0 25 0 1 0 1842175045 558280704 133847 4294967295 134512640 134736556 3221224560 3221223096 1077378406 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/24297/statm): 136299 133847 1116 68 0 136231 0
[pid=24297] vsize: 545196
Current children cumulated CPU time (s) 649.25
Current children cumulated vsize (Kb) 545196

[startup+670.033 s]
Raw data (loadavg): 1.00 0.99 0.99 2/56 24297
Raw data (/proc/24297/stat): 24297 (bsolo) R 24296 24297 20728 0 -1 0 134995 0 0 0 65102 823 0 0 25 0 1 0 1842175045 558280704 133847 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/24297/statm): 136299 133847 1116 68 0 136231 0
[pid=24297] vsize: 545196
Current children cumulated CPU time (s) 659.25
Current children cumulated vsize (Kb) 545196

[startup+680.034 s]
Raw data (loadavg): 1.00 0.99 0.99 2/56 24297
Raw data (/proc/24297/stat): 24297 (bsolo) R 24296 24297 20728 0 -1 0 135001 0 0 0 66082 830 0 0 25 0 1 0 1842175045 558399488 133853 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/24297/statm): 136328 133853 1116 68 0 136260 0
[pid=24297] vsize: 545312
Current children cumulated CPU time (s) 669.12
Current children cumulated vsize (Kb) 545312

[startup+690.035 s]
Raw data (loadavg): 1.00 0.99 0.99 2/56 24297
Raw data (/proc/24297/stat): 24297 (bsolo) R 24296 24297 20728 0 -1 0 135001 0 0 0 67082 830 0 0 25 0 1 0 1842175045 558399488 133853 4294967295 134512640 134736556 3221224560 3221223296 134605558 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/24297/statm): 136328 133853 1116 68 0 136260 0
[pid=24297] vsize: 545312
Current children cumulated CPU time (s) 679.12
Current children cumulated vsize (Kb) 545312

[startup+700.035 s]
Raw data (loadavg): 1.00 0.99 0.99 2/56 24297
Raw data (/proc/24297/stat): 24297 (bsolo) R 24296 24297 20728 0 -1 0 135001 0 0 0 68081 830 0 0 25 0 1 0 1842175045 558395392 133853 4294967295 134512640 134736556 3221224560 3221223136 134550871 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/24297/statm): 136327 133853 1116 68 0 136259 0
[pid=24297] vsize: 545308
Current children cumulated CPU time (s) 689.11
Current children cumulated vsize (Kb) 545308

[startup+710.036 s]
Raw data (loadavg): 1.00 0.99 0.99 2/56 24297
Raw data (/proc/24297/stat): 24297 (bsolo) R 24296 24297 20728 0 -1 0 135001 0 0 0 69056 839 0 0 25 0 1 0 1842175045 558288896 133849 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/24297/statm): 136301 133849 1116 68 0 136233 0
[pid=24297] vsize: 545204
Current children cumulated CPU time (s) 698.95
Current children cumulated vsize (Kb) 545204

[startup+720.037 s]
Raw data (loadavg): 1.00 0.99 0.99 2/56 24297
Raw data (/proc/24297/stat): 24297 (bsolo) R 24296 24297 20728 0 -1 0 135001 0 0 0 70055 839 0 0 25 0 1 0 1842175045 558288896 133849 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/24297/statm): 136301 133849 1116 68 0 136233 0
[pid=24297] vsize: 545204
Current children cumulated CPU time (s) 708.94
Current children cumulated vsize (Kb) 545204

[startup+730.037 s]
Raw data (loadavg): 1.00 0.99 0.99 2/56 24297
Raw data (/proc/24297/stat): 24297 (bsolo) R 24296 24297 20728 0 -1 0 135001 0 0 0 71055 840 0 0 25 0 1 0 1842175045 558288896 133849 4294967295 134512640 134736556 3221224560 3221223136 134550871 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/24297/statm): 136301 133849 1116 68 0 136233 0
[pid=24297] vsize: 545204
Current children cumulated CPU time (s) 718.95
Current children cumulated vsize (Kb) 545204

[startup+740.038 s]
Raw data (loadavg): 1.00 0.99 0.99 1/56 24297
Raw data (/proc/24297/stat): 24297 (bsolo) T 24296 24297 20728 0 -1 0 136125 0 0 0 72045 845 0 0 24 0 1 0 1842175045 560992256 134482 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/24297/statm): 136961 134482 1116 68 0 136893 0
[pid=24297] vsize: 547844
Current children cumulated CPU time (s) 728.9
Current children cumulated vsize (Kb) 547844

[startup+750.039 s]
Raw data (loadavg): 1.00 0.99 0.99 2/56 24297
Raw data (/proc/24297/stat): 24297 (bsolo) R 24296 24297 20728 0 -1 0 136394 0 0 0 72989 862 0 0 25 0 1 0 1842175045 561704960 134677 4294967295 134512640 134736556 3221224560 3221223136 134550865 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/24297/statm): 137135 134677 1116 68 0 137067 0
[pid=24297] vsize: 548540
Current children cumulated CPU time (s) 738.51
Current children cumulated vsize (Kb) 548540

[startup+760.04 s]
Raw data (loadavg): 1.00 0.99 0.99 2/56 24297
Raw data (/proc/24297/stat): 24297 (bsolo) R 24296 24297 20728 0 -1 0 136411 0 0 0 73929 883 0 0 25 0 1 0 1842175045 561840128 134694 4294967295 134512640 134736556 3221224560 3221223136 134550882 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/24297/statm): 137168 134694 1116 68 0 137100 0
[pid=24297] vsize: 548672
Current children cumulated CPU time (s) 748.12
Current children cumulated vsize (Kb) 548672

[startup+770.04 s]
Raw data (loadavg): 1.00 0.99 0.99 2/56 24297
Raw data (/proc/24297/stat): 24297 (bsolo) R 24296 24297 20728 0 -1 0 136490 0 0 0 74928 884 0 0 25 0 1 0 1842175045 562159616 134773 4294967295 134512640 134736556 3221224560 3221223136 134550878 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/24297/statm): 137246 134773 1116 68 0 137178 0
[pid=24297] vsize: 548984
Current children cumulated CPU time (s) 758.12
Current children cumulated vsize (Kb) 548984

[startup+780.042 s]
Raw data (loadavg): 1.00 0.99 0.99 2/56 24297
Raw data (/proc/24297/stat): 24297 (bsolo) R 24296 24297 20728 0 -1 0 136547 0 0 0 75928 884 0 0 25 0 1 0 1842175045 561856512 134729 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/24297/statm): 137172 134729 1116 68 0 137104 0
[pid=24297] vsize: 548688
Current children cumulated CPU time (s) 768.12
Current children cumulated vsize (Kb) 548688

[startup+790.043 s]
Raw data (loadavg): 1.00 0.99 0.99 2/56 24297
Raw data (/proc/24297/stat): 24297 (bsolo) R 24296 24297 20728 0 -1 0 136723 0 0 0 76927 885 0 0 25 0 1 0 1842175045 562446336 134849 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/24297/statm): 137316 134849 1116 68 0 137248 0
[pid=24297] vsize: 549264
Current children cumulated CPU time (s) 778.12
Current children cumulated vsize (Kb) 549264

[startup+800.042 s]
Raw data (loadavg): 1.00 0.99 0.99 2/56 24297
Raw data (/proc/24297/stat): 24297 (bsolo) R 24296 24297 20728 0 -1 0 136767 0 0 0 77925 886 0 0 25 0 1 0 1842175045 562458624 134876 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/24297/statm): 137319 134876 1116 68 0 137251 0
[pid=24297] vsize: 549276
Current children cumulated CPU time (s) 788.11
Current children cumulated vsize (Kb) 549276

[startup+810.043 s]
Raw data (loadavg): 1.00 0.99 0.99 2/56 24297
Raw data (/proc/24297/stat): 24297 (bsolo) R 24296 24297 20728 0 -1 0 136919 0 0 0 78924 887 0 0 25 0 1 0 1842175045 562573312 134904 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/24297/statm): 137347 134904 1116 68 0 137279 0
[pid=24297] vsize: 549388
Current children cumulated CPU time (s) 798.11
Current children cumulated vsize (Kb) 549388

[startup+820.044 s]
Raw data (loadavg): 1.00 0.99 0.99 2/56 24297
Raw data (/proc/24297/stat): 24297 (bsolo) R 24296 24297 20728 0 -1 0 136919 0 0 0 79923 888 0 0 25 0 1 0 1842175045 562573312 134904 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/24297/statm): 137347 134904 1116 68 0 137279 0
[pid=24297] vsize: 549388
Current children cumulated CPU time (s) 808.11
Current children cumulated vsize (Kb) 549388

[startup+830.044 s]
Raw data (loadavg): 1.00 0.99 0.99 2/56 24297
Raw data (/proc/24297/stat): 24297 (bsolo) R 24296 24297 20728 0 -1 0 137006 0 0 0 80923 888 0 0 25 0 1 0 1842175045 562987008 134991 4294967295 134512640 134736556 3221224560 3221223136 134550871 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/24297/statm): 137448 134991 1116 68 0 137380 0
[pid=24297] vsize: 549792
Current children cumulated CPU time (s) 818.11
Current children cumulated vsize (Kb) 549792

[startup+840.045 s]
Raw data (loadavg): 1.00 0.99 0.99 2/56 24297
Raw data (/proc/24297/stat): 24297 (bsolo) R 24296 24297 20728 0 -1 0 137074 0 0 0 81923 888 0 0 25 0 1 0 1842175045 563257344 135059 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/24297/statm): 137514 135059 1116 68 0 137446 0
[pid=24297] vsize: 550056
Current children cumulated CPU time (s) 828.11
Current children cumulated vsize (Kb) 550056

[startup+850.046 s]
Raw data (loadavg): 1.00 0.99 0.99 2/56 24297
Raw data (/proc/24297/stat): 24297 (bsolo) R 24296 24297 20728 0 -1 0 137175 0 0 0 82923 888 0 0 25 0 1 0 1842175045 563699712 135160 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/24297/statm): 137622 135160 1116 68 0 137554 0
[pid=24297] vsize: 550488
Current children cumulated CPU time (s) 838.11
Current children cumulated vsize (Kb) 550488

[startup+860.045 s]
Raw data (loadavg): 1.00 0.99 0.99 2/56 24297
Raw data (/proc/24297/stat): 24297 (bsolo) R 24296 24297 20728 0 -1 0 137225 0 0 0 83922 889 0 0 25 0 1 0 1842175045 563597312 135146 4294967295 134512640 134736556 3221224560 3221223136 134550871 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/24297/statm): 137597 135146 1116 68 0 137529 0
[pid=24297] vsize: 550388
Current children cumulated CPU time (s) 848.11
Current children cumulated vsize (Kb) 550388

[startup+870.045 s]
Raw data (loadavg): 1.00 0.99 0.99 2/56 24297
Raw data (/proc/24297/stat): 24297 (bsolo) R 24296 24297 20728 0 -1 0 137225 0 0 0 84922 889 0 0 25 0 1 0 1842175045 563597312 135146 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/24297/statm): 137597 135146 1116 68 0 137529 0
[pid=24297] vsize: 550388
Current children cumulated CPU time (s) 858.11
Current children cumulated vsize (Kb) 550388

[startup+880.046 s]
Raw data (loadavg): 1.00 0.99 0.99 2/56 24297
Raw data (/proc/24297/stat): 24297 (bsolo) R 24296 24297 20728 0 -1 0 137225 0 0 0 85922 889 0 0 25 0 1 0 1842175045 563597312 135146 4294967295 134512640 134736556 3221224560 3221223136 134550875 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/24297/statm): 137597 135146 1116 68 0 137529 0
[pid=24297] vsize: 550388
Current children cumulated CPU time (s) 868.11
Current children cumulated vsize (Kb) 550388

[startup+890.047 s]
Raw data (loadavg): 1.00 0.99 0.99 2/56 24297
Raw data (/proc/24297/stat): 24297 (bsolo) R 24296 24297 20728 0 -1 0 137225 0 0 0 86922 889 0 0 25 0 1 0 1842175045 563597312 135146 4294967295 134512640 134736556 3221224560 3221223136 134550735 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/24297/statm): 137597 135146 1116 68 0 137529 0
[pid=24297] vsize: 550388
Current children cumulated CPU time (s) 878.11
Current children cumulated vsize (Kb) 550388

[startup+900.046 s]
Raw data (loadavg): 1.00 0.99 0.99 2/56 24297
Raw data (/proc/24297/stat): 24297 (bsolo) R 24296 24297 20728 0 -1 0 137225 0 0 0 87922 889 0 0 25 0 1 0 1842175045 562688000 134932 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/24297/statm): 137375 134932 1116 68 0 137307 0
[pid=24297] vsize: 549500
Current children cumulated CPU time (s) 888.11
Current children cumulated vsize (Kb) 549500

[startup+910.047 s]
Raw data (loadavg): 1.00 0.99 0.99 2/56 24297
Raw data (/proc/24297/stat): 24297 (bsolo) R 24296 24297 20728 0 -1 0 137269 0 0 0 88923 889 0 0 25 0 1 0 1842175045 562913280 134965 4294967295 134512640 134736556 3221224560 3221223136 134550878 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/24297/statm): 137430 134965 1116 68 0 137362 0
[pid=24297] vsize: 549720
Current children cumulated CPU time (s) 898.12
Current children cumulated vsize (Kb) 549720

[startup+920.048 s]
Raw data (loadavg): 1.00 0.99 0.99 2/56 24297
Raw data (/proc/24297/stat): 24297 (bsolo) R 24296 24297 20728 0 -1 0 137274 0 0 0 89922 889 0 0 25 0 1 0 1842175045 562872320 134970 4294967295 134512640 134736556 3221224560 3221223136 134550735 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/24297/statm): 137420 134970 1116 68 0 137352 0
[pid=24297] vsize: 549680
Current children cumulated CPU time (s) 908.11
Current children cumulated vsize (Kb) 549680

[startup+930.048 s]
Raw data (loadavg): 1.00 0.99 0.99 2/56 24297
Raw data (/proc/24297/stat): 24297 (bsolo) R 24296 24297 20728 0 -1 0 137316 0 0 0 90922 889 0 0 25 0 1 0 1842175045 562872320 134977 4294967295 134512640 134736556 3221224560 3221223136 134550871 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/24297/statm): 137420 134977 1116 68 0 137352 0
[pid=24297] vsize: 549680
Current children cumulated CPU time (s) 918.11
Current children cumulated vsize (Kb) 549680

[startup+940.049 s]
Raw data (loadavg): 1.00 0.99 0.99 2/56 24297
Raw data (/proc/24297/stat): 24297 (bsolo) R 24296 24297 20728 0 -1 0 137389 0 0 0 91922 889 0 0 25 0 1 0 1842175045 563277824 135050 4294967295 134512640 134736556 3221224560 3221223136 134550742 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/24297/statm): 137519 135050 1116 68 0 137451 0
[pid=24297] vsize: 550076
Current children cumulated CPU time (s) 928.11
Current children cumulated vsize (Kb) 550076

[startup+950.049 s]
Raw data (loadavg): 1.00 0.99 0.99 2/56 24297
Raw data (/proc/24297/stat): 24297 (bsolo) R 24296 24297 20728 0 -1 0 137437 0 0 0 92922 889 0 0 25 0 1 0 1842175045 563412992 135098 4294967295 134512640 134736556 3221224560 3221223296 134605570 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/24297/statm): 137552 135098 1116 68 0 137484 0
[pid=24297] vsize: 550208
Current children cumulated CPU time (s) 938.11
Current children cumulated vsize (Kb) 550208

[startup+960.049 s]
Raw data (loadavg): 1.00 0.99 0.99 2/56 24297
Raw data (/proc/24297/stat): 24297 (bsolo) R 24296 24297 20728 0 -1 0 137437 0 0 0 93922 889 0 0 25 0 1 0 1842175045 563412992 135098 4294967295 134512640 134736556 3221224560 3221223136 134550875 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/24297/statm): 137552 135098 1116 68 0 137484 0
[pid=24297] vsize: 550208
Current children cumulated CPU time (s) 948.11
Current children cumulated vsize (Kb) 550208

[startup+970.049 s]
Raw data (loadavg): 1.00 0.99 0.99 2/56 24297
Raw data (/proc/24297/stat): 24297 (bsolo) R 24296 24297 20728 0 -1 0 137545 0 0 0 94922 890 0 0 25 0 1 0 1842175045 563793920 135194 4294967295 134512640 134736556 3221224560 3221223136 134550713 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/24297/statm): 137645 135194 1116 68 0 137577 0
[pid=24297] vsize: 550580
Current children cumulated CPU time (s) 958.12
Current children cumulated vsize (Kb) 550580

[startup+980.05 s]
Raw data (loadavg): 1.00 0.99 0.99 2/56 24297
Raw data (/proc/24297/stat): 24297 (bsolo) R 24296 24297 20728 0 -1 0 137580 0 0 0 95922 890 0 0 25 0 1 0 1842175045 563822592 135174 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/24297/statm): 137652 135174 1116 68 0 137584 0
[pid=24297] vsize: 550608
Current children cumulated CPU time (s) 968.12
Current children cumulated vsize (Kb) 550608

[startup+990.051 s]
Raw data (loadavg): 1.00 0.99 0.99 2/56 24297
Raw data (/proc/24297/stat): 24297 (bsolo) R 24296 24297 20728 0 -1 0 137688 0 0 0 96922 890 0 0 25 0 1 0 1842175045 564228096 135282 4294967295 134512640 134736556 3221224560 3221223136 134550871 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/24297/statm): 137751 135282 1116 68 0 137683 0
[pid=24297] vsize: 551004
Current children cumulated CPU time (s) 978.12
Current children cumulated vsize (Kb) 551004

[startup+1000.05 s]
Raw data (loadavg): 1.00 0.99 0.99 2/56 24297
Raw data (/proc/24297/stat): 24297 (bsolo) R 24296 24297 20728 0 -1 0 137688 0 0 0 97908 895 0 0 25 0 1 0 1842175045 562229248 134820 4294967295 134512640 134736556 3221224560 3221223136 134550865 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/24297/statm): 137263 134820 1116 68 0 137195 0
[pid=24297] vsize: 549052
Current children cumulated CPU time (s) 988.03
Current children cumulated vsize (Kb) 549052

[startup+1010.05 s]
Raw data (loadavg): 1.00 0.99 0.99 2/56 24297
Raw data (/proc/24297/stat): 24297 (bsolo) R 24296 24297 20728 0 -1 0 137688 0 0 0 98907 895 0 0 25 0 1 0 1842175045 562229248 134820 4294967295 134512640 134736556 3221224560 3221223136 134550735 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/24297/statm): 137263 134820 1116 68 0 137195 0
[pid=24297] vsize: 549052
Current children cumulated CPU time (s) 998.02
Current children cumulated vsize (Kb) 549052

[startup+1020.05 s]
Raw data (loadavg): 1.00 0.99 0.99 2/56 24297
Raw data (/proc/24297/stat): 24297 (bsolo) R 24296 24297 20728 0 -1 0 137688 0 0 0 99885 902 0 0 25 0 1 0 1842175045 562229248 134820 4294967295 134512640 134736556 3221224560 3221223136 134550735 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/24297/statm): 137263 134820 1116 68 0 137195 0
[pid=24297] vsize: 549052
Current children cumulated CPU time (s) 1007.87
Current children cumulated vsize (Kb) 549052

[startup+1030.05 s]
Raw data (loadavg): 1.00 0.99 0.99 2/56 24297
Raw data (/proc/24297/stat): 24297 (bsolo) R 24296 24297 20728 0 -1 0 137688 0 0 0 100884 902 0 0 25 0 1 0 1842175045 562229248 134820 4294967295 134512640 134736556 3221224560 3221223136 134550871 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/24297/statm): 137263 134820 1116 68 0 137195 0
[pid=24297] vsize: 549052
Current children cumulated CPU time (s) 1017.86
Current children cumulated vsize (Kb) 549052

[startup+1040.05 s]
Raw data (loadavg): 1.00 0.99 0.99 2/56 24297
Raw data (/proc/24297/stat): 24297 (bsolo) R 24296 24297 20728 0 -1 0 137688 0 0 0 101884 902 0 0 25 0 1 0 1842175045 562229248 134820 4294967295 134512640 134736556 3221224560 3221223136 134550713 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/24297/statm): 137263 134820 1116 68 0 137195 0
[pid=24297] vsize: 549052
Current children cumulated CPU time (s) 1027.86
Current children cumulated vsize (Kb) 549052

[startup+1050.05 s]
Raw data (loadavg): 1.00 0.99 0.99 2/56 24297
Raw data (/proc/24297/stat): 24297 (bsolo) R 24296 24297 20728 0 -1 0 137688 0 0 0 102884 903 0 0 25 0 1 0 1842175045 562229248 134820 4294967295 134512640 134736556 3221224560 3221223136 134550735 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/24297/statm): 137263 134820 1116 68 0 137195 0
[pid=24297] vsize: 549052
Current children cumulated CPU time (s) 1037.87
Current children cumulated vsize (Kb) 549052

[startup+1060.05 s]
Raw data (loadavg): 1.00 0.99 0.99 2/56 24297
Raw data (/proc/24297/stat): 24297 (bsolo) R 24296 24297 20728 0 -1 0 137688 0 0 0 103808 927 0 0 25 0 1 0 1842175045 562229248 134820 4294967295 134512640 134736556 3221224560 3221223136 134550888 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/24297/statm): 137263 134820 1116 68 0 137195 0
[pid=24297] vsize: 549052
Current children cumulated CPU time (s) 1047.35
Current children cumulated vsize (Kb) 549052

[startup+1070.05 s]
Raw data (loadavg): 1.00 0.99 0.99 2/56 24297
Raw data (/proc/24297/stat): 24297 (bsolo) R 24296 24297 20728 0 -1 0 137688 0 0 0 104808 927 0 0 25 0 1 0 1842175045 562229248 134820 4294967295 134512640 134736556 3221224560 3221223136 134550721 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/24297/statm): 137263 134820 1116 68 0 137195 0
[pid=24297] vsize: 549052
Current children cumulated CPU time (s) 1057.35
Current children cumulated vsize (Kb) 549052

[startup+1080.05 s]
Raw data (loadavg): 1.00 0.99 0.99 2/56 24297
Raw data (/proc/24297/stat): 24297 (bsolo) R 24296 24297 20728 0 -1 0 137688 0 0 0 105808 928 0 0 25 0 1 0 1842175045 562229248 134820 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/24297/statm): 137263 134820 1116 68 0 137195 0
[pid=24297] vsize: 549052
Current children cumulated CPU time (s) 1067.36
Current children cumulated vsize (Kb) 549052

[startup+1090.05 s]
Raw data (loadavg): 1.00 0.99 0.99 2/56 24297
Raw data (/proc/24297/stat): 24297 (bsolo) R 24296 24297 20728 0 -1 0 137688 0 0 0 106807 928 0 0 25 0 1 0 1842175045 562229248 134820 4294967295 134512640 134736556 3221224560 3221223136 134550878 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/24297/statm): 137263 134820 1116 68 0 137195 0
[pid=24297] vsize: 549052
Current children cumulated CPU time (s) 1077.35
Current children cumulated vsize (Kb) 549052

[startup+1100.05 s]
Raw data (loadavg): 1.00 0.99 0.99 2/56 24297
Raw data (/proc/24297/stat): 24297 (bsolo) R 24296 24297 20728 0 -1 0 137688 0 0 0 107807 928 0 0 25 0 1 0 1842175045 562229248 134820 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/24297/statm): 137263 134820 1116 68 0 137195 0
[pid=24297] vsize: 549052
Current children cumulated CPU time (s) 1087.35
Current children cumulated vsize (Kb) 549052

[startup+1110.05 s]
Raw data (loadavg): 1.00 0.99 0.99 2/56 24297
Raw data (/proc/24297/stat): 24297 (bsolo) R 24296 24297 20728 0 -1 0 137688 0 0 0 108807 928 0 0 25 0 1 0 1842175045 562229248 134820 4294967295 134512640 134736556 3221224560 3221223136 134550735 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/24297/statm): 137263 134820 1116 68 0 137195 0
[pid=24297] vsize: 549052
Current children cumulated CPU time (s) 1097.35
Current children cumulated vsize (Kb) 549052

[startup+1120.05 s]
Raw data (loadavg): 1.00 0.99 0.99 2/56 24297
Raw data (/proc/24297/stat): 24297 (bsolo) R 24296 24297 20728 0 -1 0 137688 0 0 0 109807 928 0 0 25 0 1 0 1842175045 562229248 134820 4294967295 134512640 134736556 3221224560 3221223136 134550878 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/24297/statm): 137263 134820 1116 68 0 137195 0
[pid=24297] vsize: 549052
Current children cumulated CPU time (s) 1107.35
Current children cumulated vsize (Kb) 549052

[startup+1130.05 s]
Raw data (loadavg): 1.00 0.99 0.99 1/56 24297
Raw data (/proc/24297/stat): 24297 (bsolo) T 24296 24297 20728 0 -1 0 137688 0 0 0 110807 928 0 0 25 0 1 0 1842175045 562229248 134820 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/24297/statm): 137263 134820 1116 68 0 137195 0
[pid=24297] vsize: 549052
Current children cumulated CPU time (s) 1117.35
Current children cumulated vsize (Kb) 549052

[startup+1140.06 s]
Raw data (loadavg): 1.00 0.99 0.99 2/56 24297
Raw data (/proc/24297/stat): 24297 (bsolo) R 24296 24297 20728 0 -1 0 137688 0 0 0 111807 928 0 0 25 0 1 0 1842175045 562229248 134820 4294967295 134512640 134736556 3221224560 3221223136 134550721 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/24297/statm): 137263 134820 1116 68 0 137195 0
[pid=24297] vsize: 549052
Current children cumulated CPU time (s) 1127.35
Current children cumulated vsize (Kb) 549052

[startup+1150.06 s]
Raw data (loadavg): 1.00 0.99 0.99 2/56 24297
Raw data (/proc/24297/stat): 24297 (bsolo) R 24296 24297 20728 0 -1 0 137688 0 0 0 112807 928 0 0 25 0 1 0 1842175045 562229248 134820 4294967295 134512640 134736556 3221224560 3221223136 134550878 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/24297/statm): 137263 134820 1116 68 0 137195 0
[pid=24297] vsize: 549052
Current children cumulated CPU time (s) 1137.35
Current children cumulated vsize (Kb) 549052

[startup+1160.06 s]
Raw data (loadavg): 1.00 0.99 0.99 2/56 24297
Raw data (/proc/24297/stat): 24297 (bsolo) R 24296 24297 20728 0 -1 0 137688 0 0 0 113807 928 0 0 25 0 1 0 1842175045 562229248 134820 4294967295 134512640 134736556 3221224560 3221223136 134550871 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/24297/statm): 137263 134820 1116 68 0 137195 0
[pid=24297] vsize: 549052
Current children cumulated CPU time (s) 1147.35
Current children cumulated vsize (Kb) 549052

[startup+1170.06 s]
Raw data (loadavg): 1.00 0.99 0.99 2/56 24297
Raw data (/proc/24297/stat): 24297 (bsolo) R 24296 24297 20728 0 -1 0 137688 0 0 0 114807 928 0 0 25 0 1 0 1842175045 562229248 134820 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/24297/statm): 137263 134820 1116 68 0 137195 0
[pid=24297] vsize: 549052
Current children cumulated CPU time (s) 1157.35
Current children cumulated vsize (Kb) 549052

[startup+1180.06 s]
Raw data (loadavg): 1.00 0.99 0.99 2/56 24297
Raw data (/proc/24297/stat): 24297 (bsolo) R 24296 24297 20728 0 -1 0 137688 0 0 0 115807 928 0 0 25 0 1 0 1842175045 562229248 134820 4294967295 134512640 134736556 3221224560 3221223136 134550871 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/24297/statm): 137263 134820 1116 68 0 137195 0
[pid=24297] vsize: 549052
Current children cumulated CPU time (s) 1167.35
Current children cumulated vsize (Kb) 549052

[startup+1190.06 s]
Raw data (loadavg): 1.00 0.99 0.99 2/56 24297
Raw data (/proc/24297/stat): 24297 (bsolo) R 24296 24297 20728 0 -1 0 137688 0 0 0 116807 928 0 0 25 0 1 0 1842175045 562229248 134820 4294967295 134512640 134736556 3221224560 3221223136 134550735 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/24297/statm): 137263 134820 1116 68 0 137195 0
[pid=24297] vsize: 549052
Current children cumulated CPU time (s) 1177.35
Current children cumulated vsize (Kb) 549052

[startup+1200.06 s]
Raw data (loadavg): 1.00 0.99 0.99 2/56 24297
Raw data (/proc/24297/stat): 24297 (bsolo) R 24296 24297 20728 0 -1 0 137688 0 0 0 117807 928 0 0 25 0 1 0 1842175045 562229248 134820 4294967295 134512640 134736556 3221224560 3221223136 134550871 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/24297/statm): 137263 134820 1116 68 0 137195 0
[pid=24297] vsize: 549052
Current children cumulated CPU time (s) 1187.35
Current children cumulated vsize (Kb) 549052
One traced child (pid=24297) exited with status: 0
All traced children have exited ! Game is over.

Child status: 0
Real time (s): 1207.98
CPU time (s): 1195.28
CPU user time (s): 1185.73
CPU system time (s): 9.54755
CPU usage (%): 98.9491
Max. virtual memory (cumulated for all children) (Kb): 551004

Verifier Data

ERROR: no interpretation found !