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/unibo/normalized-mps-v2-20-10-blp-ic98.opb
MD5SUM9ca02e5a1540510bce8e96ecb8f82d9c
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 31
Biggest coefficient in the objective function 1073741824
Number of bits for the biggest coefficient in the objective function 31
Sum of the numbers in the objective function 2147483647
Number of bits of the sum of numbers in the objective function 31
Biggest number in a constraint 83886080000000
Number of bits of the biggest number in a constraint 47
Biggest sum of numbers in a constraint 783292842349555
Number of bits of the biggest sum of numbers50
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Number of variables15501
Total number of constraints14313
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)14177
Number of constraints which are nor clauses,nor cardinality constraints136
Minimum length of a constraint1
Maximum length of a constraint13581

Trace number 4985

Launcher Data

LAUNCH ON wulflinc10 THE 2005-09-19 21:43:33 (client local time)
PB2005-SCRIPT v4.0 
MARKUPS: idlaunch=753 boxname=wulflinc10 idbench=753 idsolver=1 numberseed=0
MD5SUM SOLVER: 38f99674050b34630888bf623b924b59  /oldhome/oroussel/solvers/bsolo
MD5SUM BENCH:  9ca02e5a1540510bce8e96ecb8f82d9c  /oldhome/oroussel/tmp/wulflinc10/normalized-mps-v2-20-10-blp-ic98.opb
REAL COMMAND:  bsolo /oldhome/oroussel/tmp/wulflinc10/normalized-mps-v2-20-10-blp-ic98.opb
IDLAUNCH: 753
/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 7
model name	: Pentium III (Katmai)
stepping	: 2
cpu MHz		: 450.999
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	: 2
cpu MHz		: 450.999
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:        795320 kB
Buffers:         37916 kB
Cached:         173812 kB
SwapCached:        228 kB
Active:          84760 kB
Inactive:       129900 kB
HighTotal:      131008 kB
HighFree:        14308 kB
LowTotal:       903652 kB
LowFree:        781012 kB
SwapTotal:     2097136 kB
SwapFree:      2096756 kB
Dirty:              40 kB
Writeback:           0 kB
Mapped:           6272 kB
Slab:            19136 kB
Committed_AS:    64164 kB
PageTables:        328 kB
VmallocTotal:   114680 kB
VmallocUsed:      1364 kB
VmallocChunk:   113256 kB
JOB ENDED THE 2005-09-19 22:03:29 (client local time) WITH STATUS 0 IN 1195.27 SECONDS
stats: 753 7 1195.27 0

Solver Data

c INFO: OSL Context initialized.
c BIG Int formula...
c Initial problem consists of 15501 variables and 853 constraints.
c No problem reductions applied in OPT. instance.
c	preprocess terminated. Elapsed time: 102.23
c After prepocess the problem consists of 15268 variables and 853 constraints.
c Initial Lower Bound: 0
c CHANGE Heuristic... 
c Restart #0 #Var: 15268 #Dec: 771 LB: 0 @ 676.04
c Restart #1 #Var: 15268 #Dec: 2771 LB: 0 @ 719.72
c Restart #2 #Var: 15268 #Dec: 3981 LB: 0 @ 1193.2
s UNKNOWN
c Exit Code: 0
c Total time: 1195.1 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/9971/stat): 9971 (bsolo) R 9970 9971 22582 0 -1 0 19 0 0 0 0 0 0 0 23 0 1 0 1795037384 438272 3 4294967295 134512640 134736556 3221224560 3221224560 1073744960 0 0 5 0 0 0 0 17 1 0 0
Raw data (/proc/9971/statm): 107 3 90 68 0 39 0
[pid=9971] 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/wulflinc10/normalized-mps-v2-20-10-blp-ic98.opb

[startup+10.0033 s]
Raw data (loadavg): 1.05 1.14 1.10 2/56 9971
Raw data (/proc/9971/stat): 9971 (bsolo) R 9970 9971 22582 0 -1 0 52691 0 0 0 848 129 0 0 25 0 1 0 1795037384 219070464 52599 4294967295 134512640 134736556 3221224560 3221222808 1077414469 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/9971/statm): 53484 52599 1116 68 0 53416 0
[pid=9971] vsize: 213936
Current children cumulated CPU time (s) 9.77
Current children cumulated vsize (Kb) 213936

[startup+20.0029 s]
Raw data (loadavg): 1.04 1.13 1.09 2/56 9971
Raw data (/proc/9971/stat): 9971 (bsolo) R 9970 9971 22582 0 -1 0 74721 0 0 0 1789 179 0 0 25 0 1 0 1795037384 309342208 74629 4294967295 134512640 134736556 3221224560 3221222840 1077244120 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/9971/statm): 75523 74629 1116 68 0 75455 0
[pid=9971] vsize: 302092
Current children cumulated CPU time (s) 19.68
Current children cumulated vsize (Kb) 302092

[startup+30.0034 s]
Raw data (loadavg): 1.03 1.13 1.09 2/56 9971
Raw data (/proc/9971/stat): 9971 (bsolo) R 9970 9971 22582 0 -1 0 84016 0 0 0 2761 201 0 0 25 0 1 0 1795037384 347598848 83920 4294967295 134512640 134736556 3221224560 3221223068 1077399575 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/9971/statm): 84863 83920 1116 68 0 84795 0
[pid=9971] vsize: 339452
Current children cumulated CPU time (s) 29.62
Current children cumulated vsize (Kb) 339452

[startup+40.004 s]
Raw data (loadavg): 1.03 1.12 1.09 2/56 9971
Raw data (/proc/9971/stat): 9971 (bsolo) R 9970 9971 22582 0 -1 0 85928 0 0 0 3754 206 0 0 25 0 1 0 1795037384 355545088 85828 4294967295 134512640 134736556 3221224560 3221223088 134573013 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/9971/statm): 86803 85828 1116 68 0 86735 0
[pid=9971] vsize: 347212
Current children cumulated CPU time (s) 39.6
Current children cumulated vsize (Kb) 347212

[startup+50.0046 s]
Raw data (loadavg): 1.02 1.12 1.09 2/56 9971
Raw data (/proc/9971/stat): 9971 (bsolo) R 9970 9971 22582 0 -1 0 86975 0 0 0 4748 210 0 0 25 0 1 0 1795037384 359460864 86780 4294967295 134512640 134736556 3221224560 3221223136 134539937 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/9971/statm): 87759 86780 1116 68 0 87691 0
[pid=9971] vsize: 351036
Current children cumulated CPU time (s) 49.58
Current children cumulated vsize (Kb) 351036

[startup+60.0051 s]
Raw data (loadavg): 1.02 1.11 1.09 2/56 9971
Raw data (/proc/9971/stat): 9971 (bsolo) R 9970 9971 22582 0 -1 0 87158 0 0 0 5747 211 0 0 25 0 1 0 1795037384 360230912 86955 4294967295 134512640 134736556 3221224560 3221221404 1077253372 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/9971/statm): 87947 86955 1116 68 0 87879 0
[pid=9971] vsize: 351788
Current children cumulated CPU time (s) 59.58
Current children cumulated vsize (Kb) 351788

[startup+70.0047 s]
Raw data (loadavg): 1.02 1.11 1.09 2/56 9971
Raw data (/proc/9971/stat): 9971 (bsolo) R 9970 9971 22582 0 -1 0 87945 0 0 0 6743 213 0 0 25 0 1 0 1795037384 363696128 87738 4294967295 134512640 134736556 3221224560 3221223136 134539946 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/9971/statm): 88793 87738 1116 68 0 88725 0
[pid=9971] vsize: 355172
Current children cumulated CPU time (s) 69.56
Current children cumulated vsize (Kb) 355172

[startup+80.0053 s]
Raw data (loadavg): 1.01 1.11 1.09 2/56 9971
Raw data (/proc/9971/stat): 9971 (bsolo) R 9970 9971 22582 0 -1 0 88874 0 0 0 7739 217 0 0 25 0 1 0 1795037384 367562752 88663 4294967295 134512640 134736556 3221224560 3221223136 134539940 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/9971/statm): 89737 88663 1116 68 0 89669 0
[pid=9971] vsize: 358948
Current children cumulated CPU time (s) 79.56
Current children cumulated vsize (Kb) 358948

[startup+90.0058 s]
Raw data (loadavg): 1.01 1.10 1.09 2/56 9971
Raw data (/proc/9971/stat): 9971 (bsolo) R 9970 9971 22582 0 -1 0 89705 0 0 0 8735 219 0 0 25 0 1 0 1795037384 370987008 89494 4294967295 134512640 134736556 3221224560 3221222428 1076880029 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/9971/statm): 90573 89494 1116 68 0 90505 0
[pid=9971] vsize: 362292
Current children cumulated CPU time (s) 89.54
Current children cumulated vsize (Kb) 362292

[startup+100.006 s]
Raw data (loadavg): 1.01 1.10 1.08 2/56 9971
Raw data (/proc/9971/stat): 9971 (bsolo) R 9970 9971 22582 0 -1 0 90566 0 0 0 9729 223 0 0 25 0 1 0 1795037384 374575104 90351 4294967295 134512640 134736556 3221224560 3221223068 1077399588 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/9971/statm): 91449 90351 1116 68 0 91381 0
[pid=9971] vsize: 365796
Current children cumulated CPU time (s) 99.52
Current children cumulated vsize (Kb) 365796

[startup+110.007 s]
Raw data (loadavg): 1.01 1.10 1.08 2/56 9971
Raw data (/proc/9971/stat): 9971 (bsolo) R 9970 9971 22582 0 -1 0 92646 0 0 0 10722 228 0 0 25 0 1 0 1795037384 383434752 92431 4294967295 134512640 134736556 3221224560 3221223296 134605570 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9971/statm): 93612 92431 1116 68 0 93544 0
[pid=9971] vsize: 374448
Current children cumulated CPU time (s) 109.5
Current children cumulated vsize (Kb) 374448

[startup+120.007 s]
Raw data (loadavg): 1.00 1.09 1.08 2/56 9971
Raw data (/proc/9971/stat): 9971 (bsolo) R 9970 9971 22582 0 -1 0 92656 0 0 0 11723 228 0 0 25 0 1 0 1795037384 383434752 92441 4294967295 134512640 134736556 3221224560 3221223296 134605570 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9971/statm): 93612 92441 1116 68 0 93544 0
[pid=9971] vsize: 374448
Current children cumulated CPU time (s) 119.51
Current children cumulated vsize (Kb) 374448

[startup+130.007 s]
Raw data (loadavg): 1.00 1.09 1.08 2/56 9971
Raw data (/proc/9971/stat): 9971 (bsolo) R 9970 9971 22582 0 -1 0 92675 0 0 0 12722 228 0 0 25 0 1 0 1795037384 383434752 92460 4294967295 134512640 134736556 3221224560 3221223296 134605570 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9971/statm): 93612 92460 1116 68 0 93544 0
[pid=9971] vsize: 374448
Current children cumulated CPU time (s) 129.5
Current children cumulated vsize (Kb) 374448

[startup+140.007 s]
Raw data (loadavg): 1.00 1.08 1.08 2/56 9971
Raw data (/proc/9971/stat): 9971 (bsolo) R 9970 9971 22582 0 -1 0 92685 0 0 0 13723 228 0 0 25 0 1 0 1795037384 383569920 92470 4294967295 134512640 134736556 3221224560 3221223296 134605558 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9971/statm): 93645 92470 1116 68 0 93577 0
[pid=9971] vsize: 374580
Current children cumulated CPU time (s) 139.51
Current children cumulated vsize (Kb) 374580

[startup+150.007 s]
Raw data (loadavg): 1.00 1.08 1.08 2/56 9971
Raw data (/proc/9971/stat): 9971 (bsolo) R 9970 9971 22582 0 -1 0 92713 0 0 0 14722 228 0 0 25 0 1 0 1795037384 383569920 92498 4294967295 134512640 134736556 3221224560 3221223296 134605570 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9971/statm): 93645 92498 1116 68 0 93577 0
[pid=9971] vsize: 374580
Current children cumulated CPU time (s) 149.5
Current children cumulated vsize (Kb) 374580

[startup+160.007 s]
Raw data (loadavg): 1.00 1.08 1.08 2/56 9971
Raw data (/proc/9971/stat): 9971 (bsolo) R 9970 9971 22582 0 -1 0 92722 0 0 0 15723 228 0 0 25 0 1 0 1795037384 383569920 92507 4294967295 134512640 134736556 3221224560 3221223172 134537369 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9971/statm): 93645 92507 1116 68 0 93577 0
[pid=9971] vsize: 374580
Current children cumulated CPU time (s) 159.51
Current children cumulated vsize (Kb) 374580

[startup+170.006 s]
Raw data (loadavg): 1.00 1.08 1.08 2/56 9971
Raw data (/proc/9971/stat): 9971 (bsolo) R 9970 9971 22582 0 -1 0 92727 0 0 0 16723 228 0 0 25 0 1 0 1795037384 383569920 92512 4294967295 134512640 134736556 3221224560 3221223296 134605558 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9971/statm): 93645 92512 1116 68 0 93577 0
[pid=9971] vsize: 374580
Current children cumulated CPU time (s) 169.51
Current children cumulated vsize (Kb) 374580

[startup+180.007 s]
Raw data (loadavg): 1.00 1.07 1.08 2/56 9971
Raw data (/proc/9971/stat): 9971 (bsolo) R 9970 9971 22582 0 -1 0 92731 0 0 0 17723 228 0 0 25 0 1 0 1795037384 383569920 92516 4294967295 134512640 134736556 3221224560 3221223296 134605570 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9971/statm): 93645 92516 1116 68 0 93577 0
[pid=9971] vsize: 374580
Current children cumulated CPU time (s) 179.51
Current children cumulated vsize (Kb) 374580

[startup+190.006 s]
Raw data (loadavg): 1.00 1.07 1.08 2/56 9971
Raw data (/proc/9971/stat): 9971 (bsolo) R 9970 9971 22582 0 -1 0 92741 0 0 0 18723 228 0 0 25 0 1 0 1795037384 383705088 92526 4294967295 134512640 134736556 3221224560 3221223296 134605570 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9971/statm): 93678 92526 1116 68 0 93610 0
[pid=9971] vsize: 374712
Current children cumulated CPU time (s) 189.51
Current children cumulated vsize (Kb) 374712

[startup+200.007 s]
Raw data (loadavg): 1.00 1.07 1.07 2/56 9971
Raw data (/proc/9971/stat): 9971 (bsolo) R 9970 9971 22582 0 -1 0 92760 0 0 0 19723 228 0 0 25 0 1 0 1795037384 383705088 92545 4294967295 134512640 134736556 3221224560 3221223296 134605558 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9971/statm): 93678 92545 1116 68 0 93610 0
[pid=9971] vsize: 374712
Current children cumulated CPU time (s) 199.51
Current children cumulated vsize (Kb) 374712

[startup+210.008 s]
Raw data (loadavg): 1.00 1.06 1.07 2/56 9971
Raw data (/proc/9971/stat): 9971 (bsolo) R 9970 9971 22582 0 -1 0 92769 0 0 0 20723 228 0 0 25 0 1 0 1795037384 383840256 92554 4294967295 134512640 134736556 3221224560 3221223296 134605570 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9971/statm): 93711 92554 1116 68 0 93643 0
[pid=9971] vsize: 374844
Current children cumulated CPU time (s) 209.51
Current children cumulated vsize (Kb) 374844

[startup+220.007 s]
Raw data (loadavg): 1.00 1.06 1.07 2/56 9971
Raw data (/proc/9971/stat): 9971 (bsolo) R 9970 9971 22582 0 -1 0 92800 0 0 0 21723 228 0 0 25 0 1 0 1795037384 383840256 92585 4294967295 134512640 134736556 3221224560 3221223296 134605570 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9971/statm): 93711 92585 1116 68 0 93643 0
[pid=9971] vsize: 374844
Current children cumulated CPU time (s) 219.51
Current children cumulated vsize (Kb) 374844

[startup+230.007 s]
Raw data (loadavg): 1.00 1.06 1.07 2/56 9971
Raw data (/proc/9971/stat): 9971 (bsolo) R 9970 9971 22582 0 -1 0 92810 0 0 0 22723 229 0 0 25 0 1 0 1795037384 383975424 92595 4294967295 134512640 134736556 3221224560 3221223296 134605570 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9971/statm): 93744 92595 1116 68 0 93676 0
[pid=9971] vsize: 374976
Current children cumulated CPU time (s) 229.52
Current children cumulated vsize (Kb) 374976

[startup+240.007 s]
Raw data (loadavg): 1.00 1.06 1.07 2/56 9971
Raw data (/proc/9971/stat): 9971 (bsolo) R 9970 9971 22582 0 -1 0 92829 0 0 0 23723 229 0 0 25 0 1 0 1795037384 383975424 92614 4294967295 134512640 134736556 3221224560 3221223136 134550868 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9971/statm): 93744 92614 1116 68 0 93676 0
[pid=9971] vsize: 374976
Current children cumulated CPU time (s) 239.52
Current children cumulated vsize (Kb) 374976

[startup+250.008 s]
Raw data (loadavg): 1.00 1.05 1.07 2/56 9971
Raw data (/proc/9971/stat): 9971 (bsolo) R 9970 9971 22582 0 -1 0 92840 0 0 0 24723 229 0 0 25 0 1 0 1795037384 383975424 92625 4294967295 134512640 134736556 3221224560 3221223296 134605570 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9971/statm): 93744 92625 1116 68 0 93676 0
[pid=9971] vsize: 374976
Current children cumulated CPU time (s) 249.52
Current children cumulated vsize (Kb) 374976

[startup+260.007 s]
Raw data (loadavg): 1.00 1.05 1.07 2/56 9971
Raw data (/proc/9971/stat): 9971 (bsolo) R 9970 9971 22582 0 -1 0 92878 0 0 0 25723 229 0 0 25 0 1 0 1795037384 384245760 92663 4294967295 134512640 134736556 3221224560 3221223296 134605579 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9971/statm): 93810 92663 1116 68 0 93742 0
[pid=9971] vsize: 375240
Current children cumulated CPU time (s) 259.52
Current children cumulated vsize (Kb) 375240

[startup+270.007 s]
Raw data (loadavg): 1.00 1.05 1.07 2/56 9971
Raw data (/proc/9971/stat): 9971 (bsolo) R 9970 9971 22582 0 -1 0 92918 0 0 0 26723 229 0 0 25 0 1 0 1795037384 384372736 92703 4294967295 134512640 134736556 3221224560 3221223296 134605570 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9971/statm): 93841 92703 1116 68 0 93773 0
[pid=9971] vsize: 375364
Current children cumulated CPU time (s) 269.52
Current children cumulated vsize (Kb) 375364

[startup+280.007 s]
Raw data (loadavg): 1.00 1.05 1.07 2/56 9971
Raw data (/proc/9971/stat): 9971 (bsolo) R 9970 9971 22582 0 -1 0 92929 0 0 0 27723 229 0 0 25 0 1 0 1795037384 384372736 92714 4294967295 134512640 134736556 3221224560 3221223296 134605570 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9971/statm): 93841 92714 1116 68 0 93773 0
[pid=9971] vsize: 375364
Current children cumulated CPU time (s) 279.52
Current children cumulated vsize (Kb) 375364

[startup+290.007 s]
Raw data (loadavg): 1.00 1.05 1.07 2/56 9971
Raw data (/proc/9971/stat): 9971 (bsolo) R 9970 9971 22582 0 -1 0 92951 0 0 0 28724 229 0 0 25 0 1 0 1795037384 384507904 92736 4294967295 134512640 134736556 3221224560 3221223296 134605558 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9971/statm): 93874 92736 1116 68 0 93806 0
[pid=9971] vsize: 375496
Current children cumulated CPU time (s) 289.53
Current children cumulated vsize (Kb) 375496

[startup+300.008 s]
Raw data (loadavg): 1.00 1.04 1.06 2/56 9971
Raw data (/proc/9971/stat): 9971 (bsolo) R 9970 9971 22582 0 -1 0 93015 0 0 0 29724 229 0 0 25 0 1 0 1795037384 384770048 92800 4294967295 134512640 134736556 3221224560 3221223168 134544646 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9971/statm): 93938 92800 1116 68 0 93870 0
[pid=9971] vsize: 375752
Current children cumulated CPU time (s) 299.53
Current children cumulated vsize (Kb) 375752

[startup+310.007 s]
Raw data (loadavg): 1.00 1.04 1.06 2/56 9971
Raw data (/proc/9971/stat): 9971 (bsolo) R 9970 9971 22582 0 -1 0 93022 0 0 0 30724 229 0 0 25 0 1 0 1795037384 384770048 92807 4294967295 134512640 134736556 3221224560 3221223296 134605570 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9971/statm): 93938 92807 1116 68 0 93870 0
[pid=9971] vsize: 375752
Current children cumulated CPU time (s) 309.53
Current children cumulated vsize (Kb) 375752

[startup+320.007 s]
Raw data (loadavg): 1.00 1.04 1.06 2/56 9971
Raw data (/proc/9971/stat): 9971 (bsolo) R 9970 9971 22582 0 -1 0 93040 0 0 0 31724 229 0 0 25 0 1 0 1795037384 384905216 92825 4294967295 134512640 134736556 3221224560 3221223136 134550905 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9971/statm): 93971 92825 1116 68 0 93903 0
[pid=9971] vsize: 375884
Current children cumulated CPU time (s) 319.53
Current children cumulated vsize (Kb) 375884

[startup+330.007 s]
Raw data (loadavg): 1.00 1.04 1.06 2/56 9971
Raw data (/proc/9971/stat): 9971 (bsolo) R 9970 9971 22582 0 -1 0 93055 0 0 0 32724 229 0 0 25 0 1 0 1795037384 384905216 92840 4294967295 134512640 134736556 3221224560 3221223296 134605570 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9971/statm): 93971 92840 1116 68 0 93903 0
[pid=9971] vsize: 375884
Current children cumulated CPU time (s) 329.53
Current children cumulated vsize (Kb) 375884

[startup+340.007 s]
Raw data (loadavg): 1.00 1.04 1.06 2/56 9971
Raw data (/proc/9971/stat): 9971 (bsolo) R 9970 9971 22582 0 -1 0 93079 0 0 0 33724 229 0 0 25 0 1 0 1795037384 385044480 92864 4294967295 134512640 134736556 3221224560 3221223296 134605558 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9971/statm): 94005 92864 1116 68 0 93937 0
[pid=9971] vsize: 376020
Current children cumulated CPU time (s) 339.53
Current children cumulated vsize (Kb) 376020

[startup+350.007 s]
Raw data (loadavg): 1.00 1.03 1.06 2/56 9971
Raw data (/proc/9971/stat): 9971 (bsolo) R 9970 9971 22582 0 -1 0 93097 0 0 0 34724 229 0 0 25 0 1 0 1795037384 385044480 92882 4294967295 134512640 134736556 3221224560 3221223296 134605570 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9971/statm): 94005 92882 1116 68 0 93937 0
[pid=9971] vsize: 376020
Current children cumulated CPU time (s) 349.53
Current children cumulated vsize (Kb) 376020

[startup+360.008 s]
Raw data (loadavg): 1.00 1.03 1.06 2/56 9971
Raw data (/proc/9971/stat): 9971 (bsolo) R 9970 9971 22582 0 -1 0 93108 0 0 0 35724 229 0 0 25 0 1 0 1795037384 385179648 92893 4294967295 134512640 134736556 3221224560 3221223168 134544644 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9971/statm): 94038 92893 1116 68 0 93970 0
[pid=9971] vsize: 376152
Current children cumulated CPU time (s) 359.53
Current children cumulated vsize (Kb) 376152

[startup+370.008 s]
Raw data (loadavg): 1.00 1.03 1.06 2/56 9971
Raw data (/proc/9971/stat): 9971 (bsolo) R 9970 9971 22582 0 -1 0 93129 0 0 0 36724 230 0 0 25 0 1 0 1795037384 385179648 92914 4294967295 134512640 134736556 3221224560 3221223076 134540036 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9971/statm): 94038 92914 1116 68 0 93970 0
[pid=9971] vsize: 376152
Current children cumulated CPU time (s) 369.54
Current children cumulated vsize (Kb) 376152

[startup+380.007 s]
Raw data (loadavg): 1.00 1.03 1.06 2/56 9971
Raw data (/proc/9971/stat): 9971 (bsolo) R 9970 9971 22582 0 -1 0 93129 0 0 0 37724 230 0 0 25 0 1 0 1795037384 385179648 92914 4294967295 134512640 134736556 3221224560 3221223096 1077377395 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9971/statm): 94038 92914 1116 68 0 93970 0
[pid=9971] vsize: 376152
Current children cumulated CPU time (s) 379.54
Current children cumulated vsize (Kb) 376152

[startup+390.008 s]
Raw data (loadavg): 1.00 1.03 1.06 2/56 9971
Raw data (/proc/9971/stat): 9971 (bsolo) R 9970 9971 22582 0 -1 0 93162 0 0 0 38724 230 0 0 25 0 1 0 1795037384 385314816 92947 4294967295 134512640 134736556 3221224560 3221223296 134605570 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9971/statm): 94071 92947 1116 68 0 94003 0
[pid=9971] vsize: 376284
Current children cumulated CPU time (s) 389.54
Current children cumulated vsize (Kb) 376284

[startup+400.008 s]
Raw data (loadavg): 1.00 1.03 1.06 2/56 9971
Raw data (/proc/9971/stat): 9971 (bsolo) R 9970 9971 22582 0 -1 0 93173 0 0 0 39724 230 0 0 25 0 1 0 1795037384 385449984 92958 4294967295 134512640 134736556 3221224560 3221223296 134605570 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9971/statm): 94104 92958 1116 68 0 94036 0
[pid=9971] vsize: 376416
Current children cumulated CPU time (s) 399.54
Current children cumulated vsize (Kb) 376416

[startup+410.008 s]
Raw data (loadavg): 1.00 1.03 1.05 2/56 9971
Raw data (/proc/9971/stat): 9971 (bsolo) R 9970 9971 22582 0 -1 0 93187 0 0 0 40725 230 0 0 25 0 1 0 1795037384 385449984 92972 4294967295 134512640 134736556 3221224560 3221223296 134605570 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9971/statm): 94104 92972 1116 68 0 94036 0
[pid=9971] vsize: 376416
Current children cumulated CPU time (s) 409.55
Current children cumulated vsize (Kb) 376416

[startup+420.008 s]
Raw data (loadavg): 1.00 1.02 1.05 2/56 9971
Raw data (/proc/9971/stat): 9971 (bsolo) R 9970 9971 22582 0 -1 0 93200 0 0 0 41725 230 0 0 25 0 1 0 1795037384 385589248 92985 4294967295 134512640 134736556 3221224560 3221223296 134605558 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9971/statm): 94138 92985 1116 68 0 94070 0
[pid=9971] vsize: 376552
Current children cumulated CPU time (s) 419.55
Current children cumulated vsize (Kb) 376552

[startup+430.009 s]
Raw data (loadavg): 1.00 1.02 1.05 2/56 9971
Raw data (/proc/9971/stat): 9971 (bsolo) R 9970 9971 22582 0 -1 0 93202 0 0 0 42725 230 0 0 25 0 1 0 1795037384 385589248 92987 4294967295 134512640 134736556 3221224560 3221223296 134605570 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9971/statm): 94138 92987 1116 68 0 94070 0
[pid=9971] vsize: 376552
Current children cumulated CPU time (s) 429.55
Current children cumulated vsize (Kb) 376552

[startup+440.009 s]
Raw data (loadavg): 1.00 1.02 1.05 2/56 9971
Raw data (/proc/9971/stat): 9971 (bsolo) R 9970 9971 22582 0 -1 0 93211 0 0 0 43725 230 0 0 25 0 1 0 1795037384 385589248 92996 4294967295 134512640 134736556 3221224560 3221223284 134605913 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9971/statm): 94138 92996 1116 68 0 94070 0
[pid=9971] vsize: 376552
Current children cumulated CPU time (s) 439.55
Current children cumulated vsize (Kb) 376552

[startup+450.009 s]
Raw data (loadavg): 1.00 1.02 1.05 2/56 9971
Raw data (/proc/9971/stat): 9971 (bsolo) R 9970 9971 22582 0 -1 0 93211 0 0 0 44725 230 0 0 25 0 1 0 1795037384 385589248 92996 4294967295 134512640 134736556 3221224560 3221223296 134605570 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9971/statm): 94138 92996 1116 68 0 94070 0
[pid=9971] vsize: 376552
Current children cumulated CPU time (s) 449.55
Current children cumulated vsize (Kb) 376552

[startup+460.009 s]
Raw data (loadavg): 1.00 1.02 1.05 2/56 9971
Raw data (/proc/9971/stat): 9971 (bsolo) R 9970 9971 22582 0 -1 0 93213 0 0 0 45725 230 0 0 25 0 1 0 1795037384 385589248 92998 4294967295 134512640 134736556 3221224560 3221223296 134605570 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9971/statm): 94138 92998 1116 68 0 94070 0
[pid=9971] vsize: 376552
Current children cumulated CPU time (s) 459.55
Current children cumulated vsize (Kb) 376552

[startup+470.008 s]
Raw data (loadavg): 1.00 1.02 1.05 2/56 9971
Raw data (/proc/9971/stat): 9971 (bsolo) R 9970 9971 22582 0 -1 0 93222 0 0 0 46725 230 0 0 25 0 1 0 1795037384 385589248 93007 4294967295 134512640 134736556 3221224560 3221223296 134605570 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9971/statm): 94138 93007 1116 68 0 94070 0
[pid=9971] vsize: 376552
Current children cumulated CPU time (s) 469.55
Current children cumulated vsize (Kb) 376552

[startup+480.009 s]
Raw data (loadavg): 1.00 1.02 1.05 2/56 9971
Raw data (/proc/9971/stat): 9971 (bsolo) R 9970 9971 22582 0 -1 0 93232 0 0 0 47725 230 0 0 25 0 1 0 1795037384 385724416 93017 4294967295 134512640 134736556 3221224560 3221223296 134605570 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9971/statm): 94171 93017 1116 68 0 94103 0
[pid=9971] vsize: 376684
Current children cumulated CPU time (s) 479.55
Current children cumulated vsize (Kb) 376684

[startup+490.01 s]
Raw data (loadavg): 1.00 1.02 1.05 2/56 9971
Raw data (/proc/9971/stat): 9971 (bsolo) R 9970 9971 22582 0 -1 0 93243 0 0 0 48726 230 0 0 25 0 1 0 1795037384 385724416 93028 4294967295 134512640 134736556 3221224560 3221223296 134605570 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9971/statm): 94171 93028 1116 68 0 94103 0
[pid=9971] vsize: 376684
Current children cumulated CPU time (s) 489.56
Current children cumulated vsize (Kb) 376684

[startup+500.011 s]
Raw data (loadavg): 1.00 1.02 1.05 2/56 9971
Raw data (/proc/9971/stat): 9971 (bsolo) R 9970 9971 22582 0 -1 0 93243 0 0 0 49726 230 0 0 25 0 1 0 1795037384 385724416 93028 4294967295 134512640 134736556 3221224560 3221223296 134605570 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9971/statm): 94171 93028 1116 68 0 94103 0
[pid=9971] vsize: 376684
Current children cumulated CPU time (s) 499.56
Current children cumulated vsize (Kb) 376684

[startup+510.011 s]
Raw data (loadavg): 1.00 1.02 1.04 2/56 9971
Raw data (/proc/9971/stat): 9971 (bsolo) R 9970 9971 22582 0 -1 0 93253 0 0 0 50726 230 0 0 25 0 1 0 1795037384 385724416 93038 4294967295 134512640 134736556 3221224560 3221223296 134605570 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9971/statm): 94171 93038 1116 68 0 94103 0
[pid=9971] vsize: 376684
Current children cumulated CPU time (s) 509.56
Current children cumulated vsize (Kb) 376684

[startup+520.011 s]
Raw data (loadavg): 1.00 1.02 1.04 2/56 9971
Raw data (/proc/9971/stat): 9971 (bsolo) R 9970 9971 22582 0 -1 0 93264 0 0 0 51726 231 0 0 25 0 1 0 1795037384 385724416 93049 4294967295 134512640 134736556 3221224560 3221223296 134605570 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9971/statm): 94171 93049 1116 68 0 94103 0
[pid=9971] vsize: 376684
Current children cumulated CPU time (s) 519.57
Current children cumulated vsize (Kb) 376684

[startup+530.012 s]
Raw data (loadavg): 1.00 1.01 1.04 2/56 9971
Raw data (/proc/9971/stat): 9971 (bsolo) R 9970 9971 22582 0 -1 0 93264 0 0 0 52726 231 0 0 25 0 1 0 1795037384 385724416 93049 4294967295 134512640 134736556 3221224560 3221223296 134605573 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9971/statm): 94171 93049 1116 68 0 94103 0
[pid=9971] vsize: 376684
Current children cumulated CPU time (s) 529.57
Current children cumulated vsize (Kb) 376684

[startup+540.011 s]
Raw data (loadavg): 1.00 1.01 1.04 2/56 9971
Raw data (/proc/9971/stat): 9971 (bsolo) R 9970 9971 22582 0 -1 0 93265 0 0 0 53726 231 0 0 25 0 1 0 1795037384 385724416 93050 4294967295 134512640 134736556 3221224560 3221223296 134605570 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9971/statm): 94171 93050 1116 68 0 94103 0
[pid=9971] vsize: 376684
Current children cumulated CPU time (s) 539.57
Current children cumulated vsize (Kb) 376684

[startup+550.012 s]
Raw data (loadavg): 1.00 1.01 1.04 2/56 9971
Raw data (/proc/9971/stat): 9971 (bsolo) R 9970 9971 22582 0 -1 0 93277 0 0 0 54726 231 0 0 25 0 1 0 1795037384 385863680 93062 4294967295 134512640 134736556 3221224560 3221223248 134536462 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9971/statm): 94205 93062 1116 68 0 94137 0
[pid=9971] vsize: 376820
Current children cumulated CPU time (s) 549.57
Current children cumulated vsize (Kb) 376820

[startup+560.012 s]
Raw data (loadavg): 1.00 1.01 1.04 2/56 9971
Raw data (/proc/9971/stat): 9971 (bsolo) R 9970 9971 22582 0 -1 0 93277 0 0 0 55726 231 0 0 25 0 1 0 1795037384 385863680 93062 4294967295 134512640 134736556 3221224560 3221223236 134536476 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9971/statm): 94205 93062 1116 68 0 94137 0
[pid=9971] vsize: 376820
Current children cumulated CPU time (s) 559.57
Current children cumulated vsize (Kb) 376820

[startup+570.012 s]
Raw data (loadavg): 1.00 1.01 1.04 2/56 9971
Raw data (/proc/9971/stat): 9971 (bsolo) R 9970 9971 22582 0 -1 0 93288 0 0 0 56727 231 0 0 25 0 1 0 1795037384 385863680 93073 4294967295 134512640 134736556 3221224560 3221223272 134694480 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9971/statm): 94205 93073 1116 68 0 94137 0
[pid=9971] vsize: 376820
Current children cumulated CPU time (s) 569.58
Current children cumulated vsize (Kb) 376820

[startup+580.012 s]
Raw data (loadavg): 1.00 1.01 1.04 2/56 9971
Raw data (/proc/9971/stat): 9971 (bsolo) R 9970 9971 22582 0 -1 0 93288 0 0 0 57727 231 0 0 25 0 1 0 1795037384 385863680 93073 4294967295 134512640 134736556 3221224560 3221223296 134605558 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9971/statm): 94205 93073 1116 68 0 94137 0
[pid=9971] vsize: 376820
Current children cumulated CPU time (s) 579.58
Current children cumulated vsize (Kb) 376820

[startup+590.013 s]
Raw data (loadavg): 1.00 1.01 1.04 2/56 9971
Raw data (/proc/9971/stat): 9971 (bsolo) R 9970 9971 22582 0 -1 0 93288 0 0 0 58727 231 0 0 25 0 1 0 1795037384 385863680 93073 4294967295 134512640 134736556 3221224560 3221223276 134694456 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9971/statm): 94205 93073 1116 68 0 94137 0
[pid=9971] vsize: 376820
Current children cumulated CPU time (s) 589.58
Current children cumulated vsize (Kb) 376820

[startup+600.014 s]
Raw data (loadavg): 1.00 1.01 1.04 2/56 9971
Raw data (/proc/9971/stat): 9971 (bsolo) R 9970 9971 22582 0 -1 0 93298 0 0 0 59727 231 0 0 25 0 1 0 1795037384 385863680 93083 4294967295 134512640 134736556 3221224560 3221222944 134717304 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9971/statm): 94205 93083 1116 68 0 94137 0
[pid=9971] vsize: 376820
Current children cumulated CPU time (s) 599.58
Current children cumulated vsize (Kb) 376820

[startup+610.013 s]
Raw data (loadavg): 1.00 1.01 1.03 2/56 9971
Raw data (/proc/9971/stat): 9971 (bsolo) R 9970 9971 22582 0 -1 0 93309 0 0 0 60727 231 0 0 25 0 1 0 1795037384 385998848 93094 4294967295 134512640 134736556 3221224560 3221223296 134605558 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9971/statm): 94238 93094 1116 68 0 94170 0
[pid=9971] vsize: 376952
Current children cumulated CPU time (s) 609.58
Current children cumulated vsize (Kb) 376952

[startup+620.013 s]
Raw data (loadavg): 1.00 1.01 1.03 2/56 9971
Raw data (/proc/9971/stat): 9971 (bsolo) R 9970 9971 22582 0 -1 0 93309 0 0 0 61727 231 0 0 25 0 1 0 1795037384 385998848 93094 4294967295 134512640 134736556 3221224560 3221223296 134605558 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9971/statm): 94238 93094 1116 68 0 94170 0
[pid=9971] vsize: 376952
Current children cumulated CPU time (s) 619.58
Current children cumulated vsize (Kb) 376952

[startup+630.012 s]
Raw data (loadavg): 1.00 1.00 1.03 2/56 9971
Raw data (/proc/9971/stat): 9971 (bsolo) R 9970 9971 22582 0 -1 0 93309 0 0 0 62727 231 0 0 25 0 1 0 1795037384 385998848 93094 4294967295 134512640 134736556 3221224560 3221223296 134605558 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9971/statm): 94238 93094 1116 68 0 94170 0
[pid=9971] vsize: 376952
Current children cumulated CPU time (s) 629.58
Current children cumulated vsize (Kb) 376952

[startup+640.012 s]
Raw data (loadavg): 1.00 1.00 1.03 2/56 9971
Raw data (/proc/9971/stat): 9971 (bsolo) R 9970 9971 22582 0 -1 0 93309 0 0 0 63727 231 0 0 25 0 1 0 1795037384 385998848 93094 4294967295 134512640 134736556 3221224560 3221223168 134544700 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9971/statm): 94238 93094 1116 68 0 94170 0
[pid=9971] vsize: 376952
Current children cumulated CPU time (s) 639.58
Current children cumulated vsize (Kb) 376952

[startup+650.012 s]
Raw data (loadavg): 1.00 1.00 1.03 2/56 9971
Raw data (/proc/9971/stat): 9971 (bsolo) R 9970 9971 22582 0 -1 0 93330 0 0 0 64727 231 0 0 25 0 1 0 1795037384 385998848 93115 4294967295 134512640 134736556 3221224560 3221223296 134605570 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9971/statm): 94238 93115 1116 68 0 94170 0
[pid=9971] vsize: 376952
Current children cumulated CPU time (s) 649.58
Current children cumulated vsize (Kb) 376952

[startup+660.013 s]
Raw data (loadavg): 1.00 1.00 1.03 2/56 9971
Raw data (/proc/9971/stat): 9971 (bsolo) R 9970 9971 22582 0 -1 0 93330 0 0 0 65728 231 0 0 25 0 1 0 1795037384 385998848 93115 4294967295 134512640 134736556 3221224560 3221223296 134605561 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9971/statm): 94238 93115 1116 68 0 94170 0
[pid=9971] vsize: 376952
Current children cumulated CPU time (s) 659.59
Current children cumulated vsize (Kb) 376952

[startup+670.012 s]
Raw data (loadavg): 1.00 1.00 1.03 2/56 9971
Raw data (/proc/9971/stat): 9971 (bsolo) R 9970 9971 22582 0 -1 0 93330 0 0 0 66728 231 0 0 25 0 1 0 1795037384 385998848 93115 4294967295 134512640 134736556 3221224560 3221223296 134605570 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9971/statm): 94238 93115 1116 68 0 94170 0
[pid=9971] vsize: 376952
Current children cumulated CPU time (s) 669.59
Current children cumulated vsize (Kb) 376952

[startup+680.013 s]
Raw data (loadavg): 1.00 1.00 1.03 2/56 9971
Raw data (/proc/9971/stat): 9971 (bsolo) R 9970 9971 22582 0 -1 0 93351 0 0 0 67723 232 0 0 25 0 1 0 1795037384 385884160 93106 4294967295 134512640 134736556 3221224560 3221223172 134537369 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9971/statm): 94210 93106 1116 68 0 94142 0
[pid=9971] vsize: 376840
Current children cumulated CPU time (s) 679.55
Current children cumulated vsize (Kb) 376840

[startup+690.013 s]
Raw data (loadavg): 1.00 1.00 1.03 2/56 9971
Raw data (/proc/9971/stat): 9971 (bsolo) R 9970 9971 22582 0 -1 0 93351 0 0 0 68722 233 0 0 25 0 1 0 1795037384 385884160 93106 4294967295 134512640 134736556 3221224560 3221223296 134605570 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9971/statm): 94210 93106 1116 68 0 94142 0
[pid=9971] vsize: 376840
Current children cumulated CPU time (s) 689.55
Current children cumulated vsize (Kb) 376840

[startup+700.013 s]
Raw data (loadavg): 1.00 1.00 1.03 2/56 9971
Raw data (/proc/9971/stat): 9971 (bsolo) R 9970 9971 22582 0 -1 0 93351 0 0 0 69721 233 0 0 25 0 1 0 1795037384 385884160 93106 4294967295 134512640 134736556 3221224560 3221223296 134605570 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9971/statm): 94210 93106 1116 68 0 94142 0
[pid=9971] vsize: 376840
Current children cumulated CPU time (s) 699.54
Current children cumulated vsize (Kb) 376840

[startup+710.014 s]
Raw data (loadavg): 1.00 1.00 1.02 2/56 9971
Raw data (/proc/9971/stat): 9971 (bsolo) R 9970 9971 22582 0 -1 0 93351 0 0 0 70721 233 0 0 25 0 1 0 1795037384 385884160 93106 4294967295 134512640 134736556 3221224560 3221223296 134605570 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9971/statm): 94210 93106 1116 68 0 94142 0
[pid=9971] vsize: 376840
Current children cumulated CPU time (s) 709.54
Current children cumulated vsize (Kb) 376840

[startup+720.013 s]
Raw data (loadavg): 1.00 1.00 1.02 2/56 9971
Raw data (/proc/9971/stat): 9971 (bsolo) R 9970 9971 22582 0 -1 0 93351 0 0 0 71720 233 0 0 25 0 1 0 1795037384 385884160 93106 4294967295 134512640 134736556 3221224560 3221223272 134694480 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9971/statm): 94210 93106 1116 68 0 94142 0
[pid=9971] vsize: 376840
Current children cumulated CPU time (s) 719.53
Current children cumulated vsize (Kb) 376840

[startup+730.014 s]
Raw data (loadavg): 1.00 1.00 1.02 2/56 9971
Raw data (/proc/9971/stat): 9971 (bsolo) R 9970 9971 22582 0 -1 0 93352 0 0 0 72720 233 0 0 25 0 1 0 1795037384 385884160 93107 4294967295 134512640 134736556 3221224560 3221223276 134694485 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9971/statm): 94210 93107 1116 68 0 94142 0
[pid=9971] vsize: 376840
Current children cumulated CPU time (s) 729.53
Current children cumulated vsize (Kb) 376840

[startup+740.013 s]
Raw data (loadavg): 1.00 1.00 1.02 2/56 9971
Raw data (/proc/9971/stat): 9971 (bsolo) R 9970 9971 22582 0 -1 0 93352 0 0 0 73720 233 0 0 25 0 1 0 1795037384 385884160 93107 4294967295 134512640 134736556 3221224560 3221223272 134694468 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9971/statm): 94210 93107 1116 68 0 94142 0
[pid=9971] vsize: 376840
Current children cumulated CPU time (s) 739.53
Current children cumulated vsize (Kb) 376840

[startup+750.014 s]
Raw data (loadavg): 1.00 1.00 1.02 2/56 9971
Raw data (/proc/9971/stat): 9971 (bsolo) R 9970 9971 22582 0 -1 0 93352 0 0 0 74720 233 0 0 25 0 1 0 1795037384 385884160 93107 4294967295 134512640 134736556 3221224560 3221223272 134694468 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9971/statm): 94210 93107 1116 68 0 94142 0
[pid=9971] vsize: 376840
Current children cumulated CPU time (s) 749.53
Current children cumulated vsize (Kb) 376840

[startup+760.014 s]
Raw data (loadavg): 1.00 1.00 1.02 2/56 9971
Raw data (/proc/9971/stat): 9971 (bsolo) R 9970 9971 22582 0 -1 0 93352 0 0 0 75720 233 0 0 25 0 1 0 1795037384 385884160 93107 4294967295 134512640 134736556 3221224560 3221223296 134605570 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9971/statm): 94210 93107 1116 68 0 94142 0
[pid=9971] vsize: 376840
Current children cumulated CPU time (s) 759.53
Current children cumulated vsize (Kb) 376840

[startup+770.014 s]
Raw data (loadavg): 1.00 1.00 1.02 2/56 9971
Raw data (/proc/9971/stat): 9971 (bsolo) R 9970 9971 22582 0 -1 0 93352 0 0 0 76720 234 0 0 25 0 1 0 1795037384 385884160 93107 4294967295 134512640 134736556 3221224560 3221223296 134605570 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9971/statm): 94210 93107 1116 68 0 94142 0
[pid=9971] vsize: 376840
Current children cumulated CPU time (s) 769.54
Current children cumulated vsize (Kb) 376840

[startup+780.015 s]
Raw data (loadavg): 1.00 1.00 1.02 2/56 9971
Raw data (/proc/9971/stat): 9971 (bsolo) R 9970 9971 22582 0 -1 0 93352 0 0 0 77720 234 0 0 25 0 1 0 1795037384 385884160 93107 4294967295 134512640 134736556 3221224560 3221223152 134544584 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9971/statm): 94210 93107 1116 68 0 94142 0
[pid=9971] vsize: 376840
Current children cumulated CPU time (s) 779.54
Current children cumulated vsize (Kb) 376840

[startup+790.014 s]
Raw data (loadavg): 1.00 1.00 1.02 2/56 9971
Raw data (/proc/9971/stat): 9971 (bsolo) R 9970 9971 22582 0 -1 0 93352 0 0 0 78720 234 0 0 25 0 1 0 1795037384 385884160 93107 4294967295 134512640 134736556 3221224560 3221223296 134605570 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9971/statm): 94210 93107 1116 68 0 94142 0
[pid=9971] vsize: 376840
Current children cumulated CPU time (s) 789.54
Current children cumulated vsize (Kb) 376840

[startup+800.015 s]
Raw data (loadavg): 1.00 1.00 1.02 2/56 9971
Raw data (/proc/9971/stat): 9971 (bsolo) R 9970 9971 22582 0 -1 0 93353 0 0 0 79719 234 0 0 25 0 1 0 1795037384 385884160 93108 4294967295 134512640 134736556 3221224560 3221223296 134605570 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9971/statm): 94210 93108 1116 68 0 94142 0
[pid=9971] vsize: 376840
Current children cumulated CPU time (s) 799.53
Current children cumulated vsize (Kb) 376840

[startup+810.014 s]
Raw data (loadavg): 1.00 1.00 1.02 2/56 9971
Raw data (/proc/9971/stat): 9971 (bsolo) R 9970 9971 22582 0 -1 0 93353 0 0 0 80719 235 0 0 25 0 1 0 1795037384 385884160 93108 4294967295 134512640 134736556 3221224560 3221223296 134605570 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9971/statm): 94210 93108 1116 68 0 94142 0
[pid=9971] vsize: 376840
Current children cumulated CPU time (s) 809.54
Current children cumulated vsize (Kb) 376840

[startup+820.014 s]
Raw data (loadavg): 1.00 1.00 1.01 2/56 9971
Raw data (/proc/9971/stat): 9971 (bsolo) R 9970 9971 22582 0 -1 0 93353 0 0 0 81719 235 0 0 25 0 1 0 1795037384 385884160 93108 4294967295 134512640 134736556 3221224560 3221223276 134694456 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9971/statm): 94210 93108 1116 68 0 94142 0
[pid=9971] vsize: 376840
Current children cumulated CPU time (s) 819.54
Current children cumulated vsize (Kb) 376840

[startup+830.014 s]
Raw data (loadavg): 1.00 1.00 1.01 2/56 9971
Raw data (/proc/9971/stat): 9971 (bsolo) R 9970 9971 22582 0 -1 0 93353 0 0 0 82719 235 0 0 25 0 1 0 1795037384 385884160 93108 4294967295 134512640 134736556 3221224560 3221223280 134605919 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9971/statm): 94210 93108 1116 68 0 94142 0
[pid=9971] vsize: 376840
Current children cumulated CPU time (s) 829.54
Current children cumulated vsize (Kb) 376840

[startup+840.014 s]
Raw data (loadavg): 1.00 1.00 1.01 2/56 9971
Raw data (/proc/9971/stat): 9971 (bsolo) R 9970 9971 22582 0 -1 0 93353 0 0 0 83719 235 0 0 25 0 1 0 1795037384 385884160 93108 4294967295 134512640 134736556 3221224560 3221223272 134694469 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9971/statm): 94210 93108 1116 68 0 94142 0
[pid=9971] vsize: 376840
Current children cumulated CPU time (s) 839.54
Current children cumulated vsize (Kb) 376840

[startup+850.015 s]
Raw data (loadavg): 1.00 1.00 1.01 2/56 9971
Raw data (/proc/9971/stat): 9971 (bsolo) R 9970 9971 22582 0 -1 0 93356 0 0 0 84720 235 0 0 25 0 1 0 1795037384 385884160 93111 4294967295 134512640 134736556 3221224560 3221223280 134605914 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9971/statm): 94210 93111 1116 68 0 94142 0
[pid=9971] vsize: 376840
Current children cumulated CPU time (s) 849.55
Current children cumulated vsize (Kb) 376840

[startup+860.015 s]
Raw data (loadavg): 1.00 1.00 1.01 2/56 9971
Raw data (/proc/9971/stat): 9971 (bsolo) R 9970 9971 22582 0 -1 0 93357 0 0 0 85720 235 0 0 25 0 1 0 1795037384 385884160 93112 4294967295 134512640 134736556 3221224560 3221223296 134605570 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9971/statm): 94210 93112 1116 68 0 94142 0
[pid=9971] vsize: 376840
Current children cumulated CPU time (s) 859.55
Current children cumulated vsize (Kb) 376840

[startup+870.015 s]
Raw data (loadavg): 1.00 1.00 1.01 2/56 9971
Raw data (/proc/9971/stat): 9971 (bsolo) R 9970 9971 22582 0 -1 0 93357 0 0 0 86720 235 0 0 25 0 1 0 1795037384 385884160 93112 4294967295 134512640 134736556 3221224560 3221223296 134605570 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9971/statm): 94210 93112 1116 68 0 94142 0
[pid=9971] vsize: 376840
Current children cumulated CPU time (s) 869.55
Current children cumulated vsize (Kb) 376840

[startup+880.015 s]
Raw data (loadavg): 1.00 1.00 1.01 2/56 9971
Raw data (/proc/9971/stat): 9971 (bsolo) R 9970 9971 22582 0 -1 0 93358 0 0 0 87720 235 0 0 25 0 1 0 1795037384 385884160 93113 4294967295 134512640 134736556 3221224560 3221223280 134605860 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9971/statm): 94210 93113 1116 68 0 94142 0
[pid=9971] vsize: 376840
Current children cumulated CPU time (s) 879.55
Current children cumulated vsize (Kb) 376840

[startup+890.015 s]
Raw data (loadavg): 1.00 1.00 1.01 2/56 9971
Raw data (/proc/9971/stat): 9971 (bsolo) R 9970 9971 22582 0 -1 0 93367 0 0 0 88720 235 0 0 25 0 1 0 1795037384 385884160 93122 4294967295 134512640 134736556 3221224560 3221223296 134605570 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9971/statm): 94210 93122 1116 68 0 94142 0
[pid=9971] vsize: 376840
Current children cumulated CPU time (s) 889.55
Current children cumulated vsize (Kb) 376840

[startup+900.015 s]
Raw data (loadavg): 1.00 1.00 1.01 2/56 9971
Raw data (/proc/9971/stat): 9971 (bsolo) R 9970 9971 22582 0 -1 0 93449 0 0 0 89720 235 0 0 25 0 1 0 1795037384 386293760 93204 4294967295 134512640 134736556 3221224560 3221223296 134605570 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9971/statm): 94310 93204 1116 68 0 94242 0
[pid=9971] vsize: 377240
Current children cumulated CPU time (s) 899.55
Current children cumulated vsize (Kb) 377240

[startup+910.015 s]
Raw data (loadavg): 1.00 1.00 1.01 2/56 9971
Raw data (/proc/9971/stat): 9971 (bsolo) R 9970 9971 22582 0 -1 0 93518 0 0 0 90720 235 0 0 25 0 1 0 1795037384 386564096 93273 4294967295 134512640 134736556 3221224560 3221223296 134605570 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9971/statm): 94376 93273 1116 68 0 94308 0
[pid=9971] vsize: 377504
Current children cumulated CPU time (s) 909.55
Current children cumulated vsize (Kb) 377504

[startup+920.014 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 9971
Raw data (/proc/9971/stat): 9971 (bsolo) R 9970 9971 22582 0 -1 0 93518 0 0 0 91720 235 0 0 25 0 1 0 1795037384 386564096 93273 4294967295 134512640 134736556 3221224560 3221223296 134605570 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9971/statm): 94376 93273 1116 68 0 94308 0
[pid=9971] vsize: 377504
Current children cumulated CPU time (s) 919.55
Current children cumulated vsize (Kb) 377504

[startup+930.015 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 9971
Raw data (/proc/9971/stat): 9971 (bsolo) R 9970 9971 22582 0 -1 0 93518 0 0 0 92720 235 0 0 25 0 1 0 1795037384 386564096 93273 4294967295 134512640 134736556 3221224560 3221223296 134605570 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9971/statm): 94376 93273 1116 68 0 94308 0
[pid=9971] vsize: 377504
Current children cumulated CPU time (s) 929.55
Current children cumulated vsize (Kb) 377504

[startup+940.016 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 9971
Raw data (/proc/9971/stat): 9971 (bsolo) R 9970 9971 22582 0 -1 0 93552 0 0 0 93720 235 0 0 25 0 1 0 1795037384 386699264 93307 4294967295 134512640 134736556 3221224560 3221223296 134605570 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9971/statm): 94409 93307 1116 68 0 94341 0
[pid=9971] vsize: 377636
Current children cumulated CPU time (s) 939.55
Current children cumulated vsize (Kb) 377636

[startup+950.016 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 9971
Raw data (/proc/9971/stat): 9971 (bsolo) R 9970 9971 22582 0 -1 0 93601 0 0 0 94720 235 0 0 25 0 1 0 1795037384 386838528 93356 4294967295 134512640 134736556 3221224560 3221223120 134543591 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9971/statm): 94443 93356 1116 68 0 94375 0
[pid=9971] vsize: 377772
Current children cumulated CPU time (s) 949.55
Current children cumulated vsize (Kb) 377772

[startup+960.017 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 9971
Raw data (/proc/9971/stat): 9971 (bsolo) R 9970 9971 22582 0 -1 0 93656 0 0 0 95720 235 0 0 25 0 1 0 1795037384 387108864 93411 4294967295 134512640 134736556 3221224560 3221223296 134605900 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9971/statm): 94509 93411 1116 68 0 94441 0
[pid=9971] vsize: 378036
Current children cumulated CPU time (s) 959.55
Current children cumulated vsize (Kb) 378036

[startup+970.016 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 9971
Raw data (/proc/9971/stat): 9971 (bsolo) R 9970 9971 22582 0 -1 0 93705 0 0 0 96720 235 0 0 25 0 1 0 1795037384 387244032 93460 4294967295 134512640 134736556 3221224560 3221223296 134605570 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9971/statm): 94542 93460 1116 68 0 94474 0
[pid=9971] vsize: 378168
Current children cumulated CPU time (s) 969.55
Current children cumulated vsize (Kb) 378168

[startup+980.017 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 9971
Raw data (/proc/9971/stat): 9971 (bsolo) R 9970 9971 22582 0 -1 0 93705 0 0 0 97720 235 0 0 25 0 1 0 1795037384 387244032 93460 4294967295 134512640 134736556 3221224560 3221223296 134605570 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9971/statm): 94542 93460 1116 68 0 94474 0
[pid=9971] vsize: 378168
Current children cumulated CPU time (s) 979.55
Current children cumulated vsize (Kb) 378168

[startup+990.016 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 9971
Raw data (/proc/9971/stat): 9971 (bsolo) R 9970 9971 22582 0 -1 0 93705 0 0 0 98721 235 0 0 25 0 1 0 1795037384 387244032 93460 4294967295 134512640 134736556 3221224560 3221223296 134605570 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9971/statm): 94542 93460 1116 68 0 94474 0
[pid=9971] vsize: 378168
Current children cumulated CPU time (s) 989.56
Current children cumulated vsize (Kb) 378168

[startup+1000.02 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 9971
Raw data (/proc/9971/stat): 9971 (bsolo) R 9970 9971 22582 0 -1 0 93779 0 0 0 99721 236 0 0 25 0 1 0 1795037384 387645440 93534 4294967295 134512640 134736556 3221224560 3221223296 134605570 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9971/statm): 94640 93534 1116 68 0 94572 0
[pid=9971] vsize: 378560
Current children cumulated CPU time (s) 999.57
Current children cumulated vsize (Kb) 378560

[startup+1010.02 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 9971
Raw data (/proc/9971/stat): 9971 (bsolo) R 9970 9971 22582 0 -1 0 93865 0 0 0 100720 236 0 0 25 0 1 0 1795037384 387915776 93620 4294967295 134512640 134736556 3221224560 3221223296 134605570 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9971/statm): 94706 93620 1116 68 0 94638 0
[pid=9971] vsize: 378824
Current children cumulated CPU time (s) 1009.56
Current children cumulated vsize (Kb) 378824

[startup+1020.02 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 9971
Raw data (/proc/9971/stat): 9971 (bsolo) R 9970 9971 22582 0 -1 0 93960 0 0 0 101720 236 0 0 25 0 1 0 1795037384 388321280 93715 4294967295 134512640 134736556 3221224560 3221223296 134605558 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9971/statm): 94805 93715 1116 68 0 94737 0
[pid=9971] vsize: 379220
Current children cumulated CPU time (s) 1019.56
Current children cumulated vsize (Kb) 379220

[startup+1030.02 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 9971
Raw data (/proc/9971/stat): 9971 (bsolo) R 9970 9971 22582 0 -1 0 94063 0 0 0 102720 237 0 0 25 0 1 0 1795037384 388726784 93818 4294967295 134512640 134736556 3221224560 3221223184 134537350 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9971/statm): 94904 93818 1116 68 0 94836 0
[pid=9971] vsize: 379616
Current children cumulated CPU time (s) 1029.57
Current children cumulated vsize (Kb) 379616

[startup+1040.02 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 9971
Raw data (/proc/9971/stat): 9971 (bsolo) R 9970 9971 22582 0 -1 0 94161 0 0 0 103720 237 0 0 25 0 1 0 1795037384 389136384 93916 4294967295 134512640 134736556 3221224560 3221223184 134544646 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9971/statm): 95004 93916 1116 68 0 94936 0
[pid=9971] vsize: 380016
Current children cumulated CPU time (s) 1039.57
Current children cumulated vsize (Kb) 380016

[startup+1050.02 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 9971
Raw data (/proc/9971/stat): 9971 (bsolo) R 9970 9971 22582 0 -1 0 94274 0 0 0 104720 237 0 0 25 0 1 0 1795037384 389677056 94029 4294967295 134512640 134736556 3221224560 3221223296 134605573 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9971/statm): 95136 94029 1116 68 0 95068 0
[pid=9971] vsize: 380544
Current children cumulated CPU time (s) 1049.57
Current children cumulated vsize (Kb) 380544

[startup+1060.02 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 9971
Raw data (/proc/9971/stat): 9971 (bsolo) R 9970 9971 22582 0 -1 0 94390 0 0 0 105719 237 0 0 25 0 1 0 1795037384 390082560 94145 4294967295 134512640 134736556 3221224560 3221223068 134540160 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9971/statm): 95235 94145 1116 68 0 95167 0
[pid=9971] vsize: 380940
Current children cumulated CPU time (s) 1059.56
Current children cumulated vsize (Kb) 380940

[startup+1070.02 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 9971
Raw data (/proc/9971/stat): 9971 (bsolo) R 9970 9971 22582 0 -1 0 94508 0 0 0 106719 238 0 0 25 0 1 0 1795037384 390627328 94263 4294967295 134512640 134736556 3221224560 3221223296 134605570 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9971/statm): 95368 94263 1116 68 0 95300 0
[pid=9971] vsize: 381472
Current children cumulated CPU time (s) 1069.57
Current children cumulated vsize (Kb) 381472

[startup+1080.02 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 9971
Raw data (/proc/9971/stat): 9971 (bsolo) R 9970 9971 22582 0 -1 0 94635 0 0 0 107718 238 0 0 25 0 1 0 1795037384 391168000 94390 4294967295 134512640 134736556 3221224560 3221223348 134603003 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9971/statm): 95500 94390 1116 68 0 95432 0
[pid=9971] vsize: 382000
Current children cumulated CPU time (s) 1079.56
Current children cumulated vsize (Kb) 382000

[startup+1090.02 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 9971
Raw data (/proc/9971/stat): 9971 (bsolo) R 9970 9971 22582 0 -1 0 94773 0 0 0 108718 238 0 0 25 0 1 0 1795037384 391708672 94528 4294967295 134512640 134736556 3221224560 3221223072 134543195 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9971/statm): 95632 94528 1116 68 0 95564 0
[pid=9971] vsize: 382528
Current children cumulated CPU time (s) 1089.56
Current children cumulated vsize (Kb) 382528

[startup+1100.02 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 9971
Raw data (/proc/9971/stat): 9971 (bsolo) R 9970 9971 22582 0 -1 0 94913 0 0 0 109717 239 0 0 25 0 1 0 1795037384 392249344 94668 4294967295 134512640 134736556 3221224560 3221223296 134605570 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9971/statm): 95764 94668 1116 68 0 95696 0
[pid=9971] vsize: 383056
Current children cumulated CPU time (s) 1099.56
Current children cumulated vsize (Kb) 383056

[startup+1110.02 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 9971
Raw data (/proc/9971/stat): 9971 (bsolo) R 9970 9971 22582 0 -1 0 95063 0 0 0 110717 239 0 0 25 0 1 0 1795037384 392925184 94818 4294967295 134512640 134736556 3221224560 3221223296 134605570 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9971/statm): 95929 94818 1116 68 0 95861 0
[pid=9971] vsize: 383716
Current children cumulated CPU time (s) 1109.56
Current children cumulated vsize (Kb) 383716

[startup+1120.02 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 9971
Raw data (/proc/9971/stat): 9971 (bsolo) R 9970 9971 22582 0 -1 0 95178 0 0 0 111716 240 0 0 25 0 1 0 1795037384 393330688 94933 4294967295 134512640 134736556 3221224560 3221223136 134550742 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9971/statm): 96028 94933 1116 68 0 95960 0
[pid=9971] vsize: 384112
Current children cumulated CPU time (s) 1119.56
Current children cumulated vsize (Kb) 384112

[startup+1130.02 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 9971
Raw data (/proc/9971/stat): 9971 (bsolo) R 9970 9971 22582 0 -1 0 95234 0 0 0 112716 240 0 0 25 0 1 0 1795037384 393420800 94970 4294967295 134512640 134736556 3221224560 3221223296 134605570 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9971/statm): 96050 94970 1116 68 0 95982 0
[pid=9971] vsize: 384200
Current children cumulated CPU time (s) 1129.56
Current children cumulated vsize (Kb) 384200

[startup+1140.02 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 9971
Raw data (/proc/9971/stat): 9971 (bsolo) R 9970 9971 22582 0 -1 0 95234 0 0 0 113716 240 0 0 25 0 1 0 1795037384 393420800 94970 4294967295 134512640 134736556 3221224560 3221223248 134536465 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9971/statm): 96050 94970 1116 68 0 95982 0
[pid=9971] vsize: 384200
Current children cumulated CPU time (s) 1139.56
Current children cumulated vsize (Kb) 384200

[startup+1150.02 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 9971
Raw data (/proc/9971/stat): 9971 (bsolo) R 9970 9971 22582 0 -1 0 95234 0 0 0 114716 240 0 0 25 0 1 0 1795037384 393420800 94970 4294967295 134512640 134736556 3221224560 3221223296 134605570 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9971/statm): 96050 94970 1116 68 0 95982 0
[pid=9971] vsize: 384200
Current children cumulated CPU time (s) 1149.56
Current children cumulated vsize (Kb) 384200

[startup+1160.02 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 9971
Raw data (/proc/9971/stat): 9971 (bsolo) R 9970 9971 22582 0 -1 0 95234 0 0 0 115716 241 0 0 25 0 1 0 1795037384 393420800 94970 4294967295 134512640 134736556 3221224560 3221223296 134605558 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9971/statm): 96050 94970 1116 68 0 95982 0
[pid=9971] vsize: 384200
Current children cumulated CPU time (s) 1159.57
Current children cumulated vsize (Kb) 384200

[startup+1170.02 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 9971
Raw data (/proc/9971/stat): 9971 (bsolo) R 9970 9971 22582 0 -1 0 95234 0 0 0 116716 241 0 0 25 0 1 0 1795037384 393420800 94970 4294967295 134512640 134736556 3221224560 3221223296 134605594 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9971/statm): 96050 94970 1116 68 0 95982 0
[pid=9971] vsize: 384200
Current children cumulated CPU time (s) 1169.57
Current children cumulated vsize (Kb) 384200

[startup+1180.02 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 9971
Raw data (/proc/9971/stat): 9971 (bsolo) R 9970 9971 22582 0 -1 0 95234 0 0 0 117716 241 0 0 25 0 1 0 1795037384 393420800 94970 4294967295 134512640 134736556 3221224560 3221223296 134605570 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9971/statm): 96050 94970 1116 68 0 95982 0
[pid=9971] vsize: 384200
Current children cumulated CPU time (s) 1179.57
Current children cumulated vsize (Kb) 384200

[startup+1190.02 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 9971
Raw data (/proc/9971/stat): 9971 (bsolo) R 9970 9971 22582 0 -1 0 95234 0 0 0 118716 241 0 0 25 0 1 0 1795037384 393420800 94970 4294967295 134512640 134736556 3221224560 3221223136 134550882 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9971/statm): 96050 94970 1116 68 0 95982 0
[pid=9971] vsize: 384200
Current children cumulated CPU time (s) 1189.57
Current children cumulated vsize (Kb) 384200
One traced child (pid=9971) exited with status: 0
All traced children have exited ! Game is over.

Child status: 0
Real time (s): 1195.72
CPU time (s): 1195.27
CPU user time (s): 1192.67
CPU system time (s): 2.59161
CPU usage (%): 99.9623
Max. virtual memory (cumulated for all children) (Kb): 384200

Verifier Data

ERROR: no interpretation found !