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/MIPLIB/miplib2003/normalized-mps-v2-20-10-mkc.opb
MD5SUM6ef3eff2fef1e9f71734c5cb8b6e12e4
Bench Categoryoptimization, big integers (OPTBIGINT)
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 0
Optimality of the best value was proved NO
Number of terms in the objective function 2946
Biggest coefficient in the objective function 20000
Number of bits for the biggest coefficient in the objective function 15
Sum of the numbers in the objective function 31442101
Number of bits of the sum of numbers in the objective function 25
Biggest number in a constraint 67108864000
Number of bits of the biggest number in a constraint 36
Biggest sum of numbers in a constraint 138201238403
Number of bits of the biggest sum of numbers38
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1231.05
Number of variables5383
Total number of constraints8734
Number of constraints which are clauses2977
Number of constraints which are cardinality constraints (but not clauses)5731
Number of constraints which are nor clauses,nor cardinality constraints26
Minimum length of a constraint1
Maximum length of a constraint2952

Trace number 623

Launcher Data

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 7
model name	: Pentium III (Katmai)
stepping	: 3
cpu MHz		: 451.153
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	: 901.12

/proc/meminfo:
MemTotal:      1034660 kB
MemFree:        716544 kB
Buffers:         35316 kB
Cached:         252056 kB
SwapCached:       1016 kB
Active:          93128 kB
Inactive:       197020 kB
HighTotal:      131008 kB
HighFree:          252 kB
LowTotal:       903652 kB
LowFree:        716292 kB
SwapTotal:     2097892 kB
SwapFree:      2096404 kB
Dirty:              24 kB
Writeback:           0 kB
Mapped:           5768 kB
Slab:            22324 kB
Committed_AS:    64340 kB
PageTables:        340 kB
VmallocTotal:   114680 kB
VmallocUsed:      1368 kB
VmallocChunk:   113252 kB
JOB ENDED THE 2005-09-18 12:03:43 (client local time) WITH STATUS 0 IN 1195.55 SECONDS
stats: 577 7 1195.55 0

Solver Data

c INFO: OSL Context initialized.
c BIG Int formula...
c Initial problem consists of 5383 variables and 3281 constraints.
c No problem reductions applied in OPT. instance.
c	preprocess terminated. Elapsed time: 3.679
c After prepocess the problem consists of 5296 variables and 3214 constraints.
c Initial Lower Bound: -29981676
c Restart #1 #Var: 5296 #Dec: 285 LB: -29981676 @ 104.98
c Restart #2 #Var: 5296 #Dec: 766 LB: -29981676 @ 337.33
c CHANGE Heuristic... 
c Restart #0 #Var: 5296 #Dec: 1447 LB: -29981676 @ 664.67
c Restart #1 #Var: 5296 #Dec: 1893 LB: -29981676 @ 698.33
c Restart #2 #Var: 5296 #Dec: 2368 LB: -29981676 @ 865.55
c Restart #3 #Var: 5296 #Dec: 3021 LB: -29981676 @ 1097.6
s UNKNOWN
c Exit Code: 0
c Total time: 1195.5 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/11564/stat): 11564 (bsolo) R 11563 11564 9102 0 -1 0 19 0 0 0 0 0 0 0 23 0 1 0 1840948357 438272 3 4294967295 134512640 134736556 3221224560 3221224560 1073744960 0 0 5 0 0 0 0 17 0 0 0
Raw data (/proc/11564/statm): 107 3 90 68 0 39 0
[pid=11564] 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/wulflinc31/normalized-mps-v2-20-10-mkc.opb

[startup+10.0038 s]
Raw data (loadavg): 0.93 0.98 0.96 2/57 11564
Raw data (/proc/11564/stat): 11564 (bsolo) R 11563 11564 9102 0 -1 0 34159 0 0 0 902 77 0 0 25 0 1 0 1840948357 143261696 34070 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/11564/statm): 34976 34070 1116 68 0 34908 0
[pid=11564] vsize: 139904
Current children cumulated CPU time (s) 9.79
Current children cumulated vsize (Kb) 139904

[startup+20.0038 s]
Raw data (loadavg): 0.94 0.98 0.96 2/57 11564
Raw data (/proc/11564/stat): 11564 (bsolo) R 11563 11564 9102 0 -1 0 34193 0 0 0 1902 77 0 0 25 0 1 0 1840948357 143376384 34104 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/11564/statm): 35004 34104 1116 68 0 34936 0
[pid=11564] vsize: 140016
Current children cumulated CPU time (s) 19.79
Current children cumulated vsize (Kb) 140016

[startup+30.0047 s]
Raw data (loadavg): 0.95 0.98 0.96 2/57 11564
Raw data (/proc/11564/stat): 11564 (bsolo) R 11563 11564 9102 0 -1 0 34194 0 0 0 2901 77 0 0 25 0 1 0 1840948357 143376384 34105 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/11564/statm): 35004 34105 1116 68 0 34936 0
[pid=11564] vsize: 140016
Current children cumulated CPU time (s) 29.78
Current children cumulated vsize (Kb) 140016

[startup+40.0056 s]
Raw data (loadavg): 0.96 0.98 0.96 2/57 11566
Raw data (/proc/11564/stat): 11564 (bsolo) R 11563 11564 9102 0 -1 0 34197 0 0 0 3901 77 0 0 25 0 1 0 1840948357 143376384 34108 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11564/statm): 35004 34108 1116 68 0 34936 0
[pid=11564] vsize: 140016
Current children cumulated CPU time (s) 39.78
Current children cumulated vsize (Kb) 140016

[startup+50.0076 s]
Raw data (loadavg): 0.96 0.98 0.96 2/57 11566
Raw data (/proc/11564/stat): 11564 (bsolo) R 11563 11564 9102 0 -1 0 34198 0 0 0 4901 77 0 0 25 0 1 0 1840948357 143376384 34109 4294967295 134512640 134736556 3221224560 3221223136 134550875 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11564/statm): 35004 34109 1116 68 0 34936 0
[pid=11564] vsize: 140016
Current children cumulated CPU time (s) 49.78
Current children cumulated vsize (Kb) 140016

[startup+60.0075 s]
Raw data (loadavg): 0.97 0.98 0.96 2/57 11566
Raw data (/proc/11564/stat): 11564 (bsolo) R 11563 11564 9102 0 -1 0 34198 0 0 0 5902 77 0 0 25 0 1 0 1840948357 143376384 34109 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11564/statm): 35004 34109 1116 68 0 34936 0
[pid=11564] vsize: 140016
Current children cumulated CPU time (s) 59.79
Current children cumulated vsize (Kb) 140016

[startup+70.0074 s]
Raw data (loadavg): 0.97 0.98 0.96 2/57 11566
Raw data (/proc/11564/stat): 11564 (bsolo) R 11563 11564 9102 0 -1 0 34306 0 0 0 6901 78 0 0 25 0 1 0 1840948357 143380480 34135 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11564/statm): 35005 34135 1116 68 0 34937 0
[pid=11564] vsize: 140020
Current children cumulated CPU time (s) 69.79
Current children cumulated vsize (Kb) 140020

[startup+80.0084 s]
Raw data (loadavg): 0.98 0.98 0.96 2/57 11566
Raw data (/proc/11564/stat): 11564 (bsolo) R 11563 11564 9102 0 -1 0 34362 0 0 0 7902 78 0 0 25 0 1 0 1840948357 143650816 34191 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11564/statm): 35071 34191 1116 68 0 35003 0
[pid=11564] vsize: 140284
Current children cumulated CPU time (s) 79.8
Current children cumulated vsize (Kb) 140284

[startup+90.0083 s]
Raw data (loadavg): 0.98 0.98 0.96 2/57 11566
Raw data (/proc/11564/stat): 11564 (bsolo) R 11563 11564 9102 0 -1 0 34392 0 0 0 8901 78 0 0 25 0 1 0 1840948357 143515648 34137 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11564/statm): 35038 34137 1116 68 0 34970 0
[pid=11564] vsize: 140152
Current children cumulated CPU time (s) 89.79
Current children cumulated vsize (Kb) 140152

[startup+100.009 s]
Raw data (loadavg): 0.98 0.98 0.96 2/57 11568
Raw data (/proc/11564/stat): 11564 (bsolo) R 11563 11564 9102 0 -1 0 34476 0 0 0 9901 78 0 0 25 0 1 0 1840948357 143785984 34221 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11564/statm): 35104 34221 1116 68 0 35036 0
[pid=11564] vsize: 140416
Current children cumulated CPU time (s) 99.79
Current children cumulated vsize (Kb) 140416

[startup+110.01 s]
Raw data (loadavg): 0.98 0.98 0.96 2/57 11568
Raw data (/proc/11564/stat): 11564 (bsolo) R 11563 11564 9102 0 -1 0 34478 0 0 0 10899 79 0 0 25 0 1 0 1840948357 143380480 34138 4294967295 134512640 134736556 3221224560 3221223136 134550882 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11564/statm): 35005 34138 1116 68 0 34937 0
[pid=11564] vsize: 140020
Current children cumulated CPU time (s) 109.78
Current children cumulated vsize (Kb) 140020

[startup+120.011 s]
Raw data (loadavg): 0.99 0.98 0.96 2/57 11568
Raw data (/proc/11564/stat): 11564 (bsolo) R 11563 11564 9102 0 -1 0 34508 0 0 0 11899 79 0 0 25 0 1 0 1840948357 143515648 34139 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11564/statm): 35038 34139 1116 68 0 34970 0
[pid=11564] vsize: 140152
Current children cumulated CPU time (s) 119.78
Current children cumulated vsize (Kb) 140152

[startup+130.012 s]
Raw data (loadavg): 0.99 0.98 0.96 2/57 11568
Raw data (/proc/11564/stat): 11564 (bsolo) R 11563 11564 9102 0 -1 0 34618 0 0 0 12899 79 0 0 25 0 1 0 1840948357 143400960 34143 4294967295 134512640 134736556 3221224560 3221223136 134550871 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11564/statm): 35010 34143 1116 68 0 34942 0
[pid=11564] vsize: 140040
Current children cumulated CPU time (s) 129.78
Current children cumulated vsize (Kb) 140040

[startup+140.012 s]
Raw data (loadavg): 0.99 0.98 0.96 2/57 11568
Raw data (/proc/11564/stat): 11564 (bsolo) R 11563 11564 9102 0 -1 0 34647 0 0 0 13899 79 0 0 25 0 1 0 1840948357 143380480 34138 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11564/statm): 35005 34138 1116 68 0 34937 0
[pid=11564] vsize: 140020
Current children cumulated CPU time (s) 139.78
Current children cumulated vsize (Kb) 140020

[startup+150.013 s]
Raw data (loadavg): 0.99 0.98 0.96 2/57 11568
Raw data (/proc/11564/stat): 11564 (bsolo) R 11563 11564 9102 0 -1 0 34704 0 0 0 14898 80 0 0 25 0 1 0 1840948357 143515648 34171 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11564/statm): 35038 34171 1116 68 0 34970 0
[pid=11564] vsize: 140152
Current children cumulated CPU time (s) 149.78
Current children cumulated vsize (Kb) 140152

[startup+160.013 s]
Raw data (loadavg): 0.99 0.98 0.96 2/57 11570
Raw data (/proc/11564/stat): 11564 (bsolo) R 11563 11564 9102 0 -1 0 34812 0 0 0 15898 80 0 0 25 0 1 0 1840948357 143863808 34255 4294967295 134512640 134736556 3221224560 3221223136 134550735 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11564/statm): 35123 34255 1116 68 0 35055 0
[pid=11564] vsize: 140492
Current children cumulated CPU time (s) 159.78
Current children cumulated vsize (Kb) 140492

[startup+170.013 s]
Raw data (loadavg): 0.99 0.98 0.96 2/57 11570
Raw data (/proc/11564/stat): 11564 (bsolo) R 11563 11564 9102 0 -1 0 34864 0 0 0 16898 80 0 0 25 0 1 0 1840948357 143695872 34216 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11564/statm): 35082 34216 1116 68 0 35014 0
[pid=11564] vsize: 140328
Current children cumulated CPU time (s) 169.78
Current children cumulated vsize (Kb) 140328

[startup+180.014 s]
Raw data (loadavg): 0.99 0.98 0.96 2/57 11570
Raw data (/proc/11564/stat): 11564 (bsolo) R 11563 11564 9102 0 -1 0 34864 0 0 0 17898 80 0 0 25 0 1 0 1840948357 143695872 34216 4294967295 134512640 134736556 3221224560 3221223136 134550871 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11564/statm): 35082 34216 1116 68 0 35014 0
[pid=11564] vsize: 140328
Current children cumulated CPU time (s) 179.78
Current children cumulated vsize (Kb) 140328

[startup+190.014 s]
Raw data (loadavg): 0.99 0.98 0.96 2/57 11570
Raw data (/proc/11564/stat): 11564 (bsolo) R 11563 11564 9102 0 -1 0 34872 0 0 0 18898 80 0 0 25 0 1 0 1840948357 143695872 34216 4294967295 134512640 134736556 3221224560 3221223136 134550878 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11564/statm): 35082 34216 1116 68 0 35014 0
[pid=11564] vsize: 140328
Current children cumulated CPU time (s) 189.78
Current children cumulated vsize (Kb) 140328

[startup+200.015 s]
Raw data (loadavg): 0.99 0.98 0.96 2/57 11570
Raw data (/proc/11564/stat): 11564 (bsolo) R 11563 11564 9102 0 -1 0 34915 0 0 0 19898 80 0 0 25 0 1 0 1840948357 143978496 34259 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11564/statm): 35151 34259 1116 68 0 35083 0
[pid=11564] vsize: 140604
Current children cumulated CPU time (s) 199.78
Current children cumulated vsize (Kb) 140604

[startup+210.015 s]
Raw data (loadavg): 0.99 0.98 0.96 2/57 11570
Raw data (/proc/11564/stat): 11564 (bsolo) R 11563 11564 9102 0 -1 0 34935 0 0 0 20898 80 0 0 25 0 1 0 1840948357 143695872 34216 4294967295 134512640 134736556 3221224560 3221223136 134550878 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11564/statm): 35082 34216 1116 68 0 35014 0
[pid=11564] vsize: 140328
Current children cumulated CPU time (s) 209.78
Current children cumulated vsize (Kb) 140328

[startup+220.015 s]
Raw data (loadavg): 1.07 1.00 0.96 2/57 11572
Raw data (/proc/11564/stat): 11564 (bsolo) R 11563 11564 9102 0 -1 0 34935 0 0 0 21898 80 0 0 25 0 1 0 1840948357 143695872 34216 4294967295 134512640 134736556 3221224560 3221223136 134550878 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11564/statm): 35082 34216 1116 68 0 35014 0
[pid=11564] vsize: 140328
Current children cumulated CPU time (s) 219.78
Current children cumulated vsize (Kb) 140328

[startup+230.015 s]
Raw data (loadavg): 1.06 1.00 0.96 2/57 11572
Raw data (/proc/11564/stat): 11564 (bsolo) R 11563 11564 9102 0 -1 0 35061 0 0 0 22896 82 0 0 25 0 1 0 1840948357 143974400 34279 4294967295 134512640 134736556 3221224560 3221223136 134550735 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11564/statm): 35150 34279 1116 68 0 35082 0
[pid=11564] vsize: 140600
Current children cumulated CPU time (s) 229.78
Current children cumulated vsize (Kb) 140600

[startup+240.015 s]
Raw data (loadavg): 1.05 1.00 0.96 2/57 11572
Raw data (/proc/11564/stat): 11564 (bsolo) R 11563 11564 9102 0 -1 0 35088 0 0 0 23896 83 0 0 25 0 1 0 1840948357 143794176 34239 4294967295 134512640 134736556 3221224560 3221223136 134550875 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11564/statm): 35106 34239 1116 68 0 35038 0
[pid=11564] vsize: 140424
Current children cumulated CPU time (s) 239.79
Current children cumulated vsize (Kb) 140424

[startup+250.016 s]
Raw data (loadavg): 1.04 1.00 0.96 2/57 11572
Raw data (/proc/11564/stat): 11564 (bsolo) R 11563 11564 9102 0 -1 0 35088 0 0 0 24896 83 0 0 25 0 1 0 1840948357 143794176 34239 4294967295 134512640 134736556 3221224560 3221223136 134550875 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11564/statm): 35106 34239 1116 68 0 35038 0
[pid=11564] vsize: 140424
Current children cumulated CPU time (s) 249.79
Current children cumulated vsize (Kb) 140424

[startup+260.017 s]
Raw data (loadavg): 1.03 1.00 0.96 2/57 11572
Raw data (/proc/11564/stat): 11564 (bsolo) R 11563 11564 9102 0 -1 0 35155 0 0 0 25896 84 0 0 25 0 1 0 1840948357 143978496 34282 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11564/statm): 35151 34282 1116 68 0 35083 0
[pid=11564] vsize: 140604
Current children cumulated CPU time (s) 259.8
Current children cumulated vsize (Kb) 140604

[startup+270.017 s]
Raw data (loadavg): 1.03 1.00 0.96 2/57 11572
Raw data (/proc/11564/stat): 11564 (bsolo) R 11563 11564 9102 0 -1 0 35206 0 0 0 26895 84 0 0 25 0 1 0 1840948357 144015360 34292 4294967295 134512640 134736556 3221224560 3221223136 134550704 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11564/statm): 35160 34292 1116 68 0 35092 0
[pid=11564] vsize: 140640
Current children cumulated CPU time (s) 269.79
Current children cumulated vsize (Kb) 140640

[startup+280.018 s]
Raw data (loadavg): 1.02 1.00 0.96 2/57 11574
Raw data (/proc/11564/stat): 11564 (bsolo) R 11563 11564 9102 0 -1 0 35277 0 0 0 27895 84 0 0 25 0 1 0 1840948357 144420864 34363 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11564/statm): 35259 34363 1116 68 0 35191 0
[pid=11564] vsize: 141036
Current children cumulated CPU time (s) 279.79
Current children cumulated vsize (Kb) 141036

[startup+290.018 s]
Raw data (loadavg): 1.02 1.00 0.96 2/57 11574
Raw data (/proc/11564/stat): 11564 (bsolo) R 11563 11564 9102 0 -1 0 35277 0 0 0 28895 85 0 0 25 0 1 0 1840948357 143978496 34284 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11564/statm): 35151 34284 1116 68 0 35083 0
[pid=11564] vsize: 140604
Current children cumulated CPU time (s) 289.8
Current children cumulated vsize (Kb) 140604

[startup+300.019 s]
Raw data (loadavg): 1.02 1.00 0.96 2/57 11574
Raw data (/proc/11564/stat): 11564 (bsolo) R 11563 11564 9102 0 -1 0 35277 0 0 0 29895 85 0 0 25 0 1 0 1840948357 143978496 34284 4294967295 134512640 134736556 3221224560 3221223136 134550713 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11564/statm): 35151 34284 1116 68 0 35083 0
[pid=11564] vsize: 140604
Current children cumulated CPU time (s) 299.8
Current children cumulated vsize (Kb) 140604

[startup+310.02 s]
Raw data (loadavg): 1.01 1.00 0.96 2/57 11574
Raw data (/proc/11564/stat): 11564 (bsolo) R 11563 11564 9102 0 -1 0 35328 0 0 0 30895 85 0 0 25 0 1 0 1840948357 143978496 34284 4294967295 134512640 134736556 3221224560 3221223136 134550704 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11564/statm): 35151 34284 1116 68 0 35083 0
[pid=11564] vsize: 140604
Current children cumulated CPU time (s) 309.8
Current children cumulated vsize (Kb) 140604

[startup+320.02 s]
Raw data (loadavg): 1.01 1.00 0.96 2/57 11574
Raw data (/proc/11564/stat): 11564 (bsolo) R 11563 11564 9102 0 -1 0 35328 0 0 0 31895 85 0 0 25 0 1 0 1840948357 143978496 34284 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11564/statm): 35151 34284 1116 68 0 35083 0
[pid=11564] vsize: 140604
Current children cumulated CPU time (s) 319.8
Current children cumulated vsize (Kb) 140604

[startup+330.02 s]
Raw data (loadavg): 1.01 1.00 0.96 2/57 11574
Raw data (/proc/11564/stat): 11564 (bsolo) R 11563 11564 9102 0 -1 0 35407 0 0 0 32895 86 0 0 25 0 1 0 1840948357 144384000 34363 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11564/statm): 35250 34363 1116 68 0 35182 0
[pid=11564] vsize: 141000
Current children cumulated CPU time (s) 329.81
Current children cumulated vsize (Kb) 141000

[startup+340.02 s]
Raw data (loadavg): 1.01 1.00 0.96 2/57 11576
Raw data (/proc/11564/stat): 11564 (bsolo) R 11563 11564 9102 0 -1 0 35433 0 0 0 33893 87 0 0 25 0 1 0 1840948357 143380480 34139 4294967295 134512640 134736556 3221224560 3221223136 134550735 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/11564/statm): 35005 34139 1116 68 0 34937 0
[pid=11564] vsize: 140020
Current children cumulated CPU time (s) 339.8
Current children cumulated vsize (Kb) 140020

[startup+350.021 s]
Raw data (loadavg): 1.00 1.00 0.96 2/57 11576
Raw data (/proc/11564/stat): 11564 (bsolo) R 11563 11564 9102 0 -1 0 35488 0 0 0 34893 87 0 0 25 0 1 0 1840948357 143650816 34194 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11564/statm): 35071 34194 1116 68 0 35003 0
[pid=11564] vsize: 140284
Current children cumulated CPU time (s) 349.8
Current children cumulated vsize (Kb) 140284

[startup+360.02 s]
Raw data (loadavg): 1.00 1.00 0.96 2/57 11576
Raw data (/proc/11564/stat): 11564 (bsolo) R 11563 11564 9102 0 -1 0 35490 0 0 0 35893 87 0 0 25 0 1 0 1840948357 143515648 34140 4294967295 134512640 134736556 3221224560 3221223220 134524965 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11564/statm): 35038 34140 1116 68 0 34970 0
[pid=11564] vsize: 140152
Current children cumulated CPU time (s) 359.8
Current children cumulated vsize (Kb) 140152

[startup+370.02 s]
Raw data (loadavg): 1.00 1.00 0.96 2/57 11576
Raw data (/proc/11564/stat): 11564 (bsolo) R 11563 11564 9102 0 -1 0 35571 0 0 0 36892 88 0 0 25 0 1 0 1840948357 143687680 34211 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11564/statm): 35080 34211 1116 68 0 35012 0
[pid=11564] vsize: 140320
Current children cumulated CPU time (s) 369.8
Current children cumulated vsize (Kb) 140320

[startup+380.021 s]
Raw data (loadavg): 1.00 1.00 0.96 2/57 11576
Raw data (/proc/11564/stat): 11564 (bsolo) R 11563 11564 9102 0 -1 0 35572 0 0 0 37893 88 0 0 25 0 1 0 1840948357 143687680 34212 4294967295 134512640 134736556 3221224560 3221223136 134550871 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11564/statm): 35080 34212 1116 68 0 35012 0
[pid=11564] vsize: 140320
Current children cumulated CPU time (s) 379.81
Current children cumulated vsize (Kb) 140320

[startup+390.021 s]
Raw data (loadavg): 1.00 1.00 0.96 2/57 11576
Raw data (/proc/11564/stat): 11564 (bsolo) R 11563 11564 9102 0 -1 0 35610 0 0 0 38892 88 0 0 25 0 1 0 1840948357 143687680 34212 4294967295 134512640 134736556 3221224560 3221223136 134550742 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11564/statm): 35080 34212 1116 68 0 35012 0
[pid=11564] vsize: 140320
Current children cumulated CPU time (s) 389.8
Current children cumulated vsize (Kb) 140320

[startup+400.022 s]
Raw data (loadavg): 1.00 1.00 0.96 2/57 11578
Raw data (/proc/11564/stat): 11564 (bsolo) R 11563 11564 9102 0 -1 0 35649 0 0 0 39892 88 0 0 25 0 1 0 1840948357 143802368 34241 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11564/statm): 35108 34241 1116 68 0 35040 0
[pid=11564] vsize: 140432
Current children cumulated CPU time (s) 399.8
Current children cumulated vsize (Kb) 140432

[startup+410.023 s]
Raw data (loadavg): 1.00 1.00 0.96 2/57 11578
Raw data (/proc/11564/stat): 11564 (bsolo) R 11563 11564 9102 0 -1 0 35649 0 0 0 40892 88 0 0 25 0 1 0 1840948357 143802368 34241 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11564/statm): 35108 34241 1116 68 0 35040 0
[pid=11564] vsize: 140432
Current children cumulated CPU time (s) 409.8
Current children cumulated vsize (Kb) 140432

[startup+420.023 s]
Raw data (loadavg): 1.00 1.00 0.96 2/57 11578
Raw data (/proc/11564/stat): 11564 (bsolo) R 11563 11564 9102 0 -1 0 35649 0 0 0 41892 88 0 0 25 0 1 0 1840948357 143802368 34241 4294967295 134512640 134736556 3221224560 3221223136 134550713 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11564/statm): 35108 34241 1116 68 0 35040 0
[pid=11564] vsize: 140432
Current children cumulated CPU time (s) 419.8
Current children cumulated vsize (Kb) 140432

[startup+430.024 s]
Raw data (loadavg): 1.00 1.00 0.96 2/57 11578
Raw data (/proc/11564/stat): 11564 (bsolo) R 11563 11564 9102 0 -1 0 35713 0 0 0 42892 88 0 0 25 0 1 0 1840948357 143978496 34281 4294967295 134512640 134736556 3221224560 3221223136 134550875 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11564/statm): 35151 34281 1116 68 0 35083 0
[pid=11564] vsize: 140604
Current children cumulated CPU time (s) 429.8
Current children cumulated vsize (Kb) 140604

[startup+440.024 s]
Raw data (loadavg): 1.00 1.00 0.96 2/57 11578
Raw data (/proc/11564/stat): 11564 (bsolo) R 11563 11564 9102 0 -1 0 35714 0 0 0 43892 89 0 0 25 0 1 0 1840948357 143978496 34282 4294967295 134512640 134736556 3221224560 3221223136 134550721 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11564/statm): 35151 34282 1116 68 0 35083 0
[pid=11564] vsize: 140604
Current children cumulated CPU time (s) 439.81
Current children cumulated vsize (Kb) 140604

[startup+450.025 s]
Raw data (loadavg): 1.00 1.00 0.96 2/57 11578
Raw data (/proc/11564/stat): 11564 (bsolo) R 11563 11564 9102 0 -1 0 35716 0 0 0 44893 89 0 0 25 0 1 0 1840948357 143978496 34284 4294967295 134512640 134736556 3221224560 3221223136 134550721 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11564/statm): 35151 34284 1116 68 0 35083 0
[pid=11564] vsize: 140604
Current children cumulated CPU time (s) 449.82
Current children cumulated vsize (Kb) 140604

[startup+460.026 s]
Raw data (loadavg): 1.00 1.00 0.96 2/57 11580
Raw data (/proc/11564/stat): 11564 (bsolo) R 11563 11564 9102 0 -1 0 35790 0 0 0 45892 89 0 0 25 0 1 0 1840948357 144150528 34326 4294967295 134512640 134736556 3221224560 3221223136 134550882 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11564/statm): 35193 34326 1116 68 0 35125 0
[pid=11564] vsize: 140772
Current children cumulated CPU time (s) 459.81
Current children cumulated vsize (Kb) 140772

[startup+470.026 s]
Raw data (loadavg): 1.00 1.00 0.96 2/57 11580
Raw data (/proc/11564/stat): 11564 (bsolo) R 11563 11564 9102 0 -1 0 35790 0 0 0 46892 89 0 0 25 0 1 0 1840948357 144150528 34326 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11564/statm): 35193 34326 1116 68 0 35125 0
[pid=11564] vsize: 140772
Current children cumulated CPU time (s) 469.81
Current children cumulated vsize (Kb) 140772

[startup+480.027 s]
Raw data (loadavg): 1.00 1.00 0.96 2/57 11580
Raw data (/proc/11564/stat): 11564 (bsolo) R 11563 11564 9102 0 -1 0 35790 0 0 0 47892 89 0 0 25 0 1 0 1840948357 144150528 34326 4294967295 134512640 134736556 3221224560 3221223156 1077374077 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11564/statm): 35193 34326 1116 68 0 35125 0
[pid=11564] vsize: 140772
Current children cumulated CPU time (s) 479.81
Current children cumulated vsize (Kb) 140772

[startup+490.027 s]
Raw data (loadavg): 1.00 1.00 0.96 2/57 11580
Raw data (/proc/11564/stat): 11564 (bsolo) R 11563 11564 9102 0 -1 0 35790 0 0 0 48892 89 0 0 25 0 1 0 1840948357 144150528 34326 4294967295 134512640 134736556 3221224560 3221223136 134550871 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11564/statm): 35193 34326 1116 68 0 35125 0
[pid=11564] vsize: 140772
Current children cumulated CPU time (s) 489.81
Current children cumulated vsize (Kb) 140772

[startup+500.028 s]
Raw data (loadavg): 1.00 1.00 0.96 2/57 11580
Raw data (/proc/11564/stat): 11564 (bsolo) R 11563 11564 9102 0 -1 0 35801 0 0 0 49893 89 0 0 25 0 1 0 1840948357 144150528 34326 4294967295 134512640 134736556 3221224560 3221223136 134550888 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11564/statm): 35193 34326 1116 68 0 35125 0
[pid=11564] vsize: 140772
Current children cumulated CPU time (s) 499.82
Current children cumulated vsize (Kb) 140772

[startup+510.027 s]
Raw data (loadavg): 1.00 1.00 0.96 2/57 11580
Raw data (/proc/11564/stat): 11564 (bsolo) R 11563 11564 9102 0 -1 0 35811 0 0 0 50892 90 0 0 25 0 1 0 1840948357 144150528 34326 4294967295 134512640 134736556 3221224560 3221223136 134550878 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11564/statm): 35193 34326 1116 68 0 35125 0
[pid=11564] vsize: 140772
Current children cumulated CPU time (s) 509.82
Current children cumulated vsize (Kb) 140772

[startup+520.027 s]
Raw data (loadavg): 1.00 1.00 0.96 2/57 11582
Raw data (/proc/11564/stat): 11564 (bsolo) R 11563 11564 9102 0 -1 0 35821 0 0 0 51892 90 0 0 25 0 1 0 1840948357 144285696 34336 4294967295 134512640 134736556 3221224560 3221223136 134550871 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11564/statm): 35226 34336 1116 68 0 35158 0
[pid=11564] vsize: 140904
Current children cumulated CPU time (s) 519.82
Current children cumulated vsize (Kb) 140904

[startup+530.027 s]
Raw data (loadavg): 1.00 1.00 0.96 2/57 11582
Raw data (/proc/11564/stat): 11564 (bsolo) R 11563 11564 9102 0 -1 0 35821 0 0 0 52892 90 0 0 25 0 1 0 1840948357 144285696 34336 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11564/statm): 35226 34336 1116 68 0 35158 0
[pid=11564] vsize: 140904
Current children cumulated CPU time (s) 529.82
Current children cumulated vsize (Kb) 140904

[startup+540.027 s]
Raw data (loadavg): 1.00 1.00 0.96 2/57 11582
Raw data (/proc/11564/stat): 11564 (bsolo) R 11563 11564 9102 0 -1 0 35886 0 0 0 53892 90 0 0 25 0 1 0 1840948357 144211968 34341 4294967295 134512640 134736556 3221224560 3221223136 134550871 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11564/statm): 35208 34341 1116 68 0 35140 0
[pid=11564] vsize: 140832
Current children cumulated CPU time (s) 539.82
Current children cumulated vsize (Kb) 140832

[startup+550.028 s]
Raw data (loadavg): 1.00 1.00 0.96 2/57 11582
Raw data (/proc/11564/stat): 11564 (bsolo) R 11563 11564 9102 0 -1 0 35893 0 0 0 54892 90 0 0 25 0 1 0 1840948357 144347136 34348 4294967295 134512640 134736556 3221224560 3221223136 134550871 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11564/statm): 35241 34348 1116 68 0 35173 0
[pid=11564] vsize: 140964
Current children cumulated CPU time (s) 549.82
Current children cumulated vsize (Kb) 140964

[startup+560.028 s]
Raw data (loadavg): 1.00 1.00 0.96 2/57 11582
Raw data (/proc/11564/stat): 11564 (bsolo) R 11563 11564 9102 0 -1 0 35963 0 0 0 55891 91 0 0 25 0 1 0 1840948357 144617472 34418 4294967295 134512640 134736556 3221224560 3221223136 134550878 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11564/statm): 35307 34418 1116 68 0 35239 0
[pid=11564] vsize: 141228
Current children cumulated CPU time (s) 559.82
Current children cumulated vsize (Kb) 141228

[startup+570.028 s]
Raw data (loadavg): 1.00 1.00 0.96 2/57 11582
Raw data (/proc/11564/stat): 11564 (bsolo) R 11563 11564 9102 0 -1 0 35963 0 0 0 56891 91 0 0 25 0 1 0 1840948357 144617472 34418 4294967295 134512640 134736556 3221224560 3221223136 134550865 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11564/statm): 35307 34418 1116 68 0 35239 0
[pid=11564] vsize: 141228
Current children cumulated CPU time (s) 569.82
Current children cumulated vsize (Kb) 141228

[startup+580.029 s]
Raw data (loadavg): 1.00 1.00 0.96 2/57 11584
Raw data (/proc/11564/stat): 11564 (bsolo) R 11563 11564 9102 0 -1 0 35963 0 0 0 57891 91 0 0 25 0 1 0 1840948357 144617472 34418 4294967295 134512640 134736556 3221224560 3221223136 134550871 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11564/statm): 35307 34418 1116 68 0 35239 0
[pid=11564] vsize: 141228
Current children cumulated CPU time (s) 579.82
Current children cumulated vsize (Kb) 141228

[startup+590.029 s]
Raw data (loadavg): 1.00 1.00 0.96 2/57 11584
Raw data (/proc/11564/stat): 11564 (bsolo) R 11563 11564 9102 0 -1 0 35964 0 0 0 58891 91 0 0 25 0 1 0 1840948357 144384000 34383 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11564/statm): 35250 34383 1116 68 0 35182 0
[pid=11564] vsize: 141000
Current children cumulated CPU time (s) 589.82
Current children cumulated vsize (Kb) 141000

[startup+600.03 s]
Raw data (loadavg): 1.00 1.00 0.96 2/57 11584
Raw data (/proc/11564/stat): 11564 (bsolo) R 11563 11564 9102 0 -1 0 35964 0 0 0 59891 91 0 0 25 0 1 0 1840948357 144384000 34383 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11564/statm): 35250 34383 1116 68 0 35182 0
[pid=11564] vsize: 141000
Current children cumulated CPU time (s) 599.82
Current children cumulated vsize (Kb) 141000

[startup+610.03 s]
Raw data (loadavg): 1.00 1.00 0.96 2/57 11584
Raw data (/proc/11564/stat): 11564 (bsolo) R 11563 11564 9102 0 -1 0 35964 0 0 0 60891 91 0 0 25 0 1 0 1840948357 144384000 34383 4294967295 134512640 134736556 3221224560 3221223136 134550878 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11564/statm): 35250 34383 1116 68 0 35182 0
[pid=11564] vsize: 141000
Current children cumulated CPU time (s) 609.82
Current children cumulated vsize (Kb) 141000

[startup+620.03 s]
Raw data (loadavg): 1.00 1.00 0.96 2/57 11584
Raw data (/proc/11564/stat): 11564 (bsolo) R 11563 11564 9102 0 -1 0 36002 0 0 0 61891 91 0 0 25 0 1 0 1840948357 144445440 34397 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11564/statm): 35265 34397 1116 68 0 35197 0
[pid=11564] vsize: 141060
Current children cumulated CPU time (s) 619.82
Current children cumulated vsize (Kb) 141060

[startup+630.031 s]
Raw data (loadavg): 1.00 1.00 0.96 2/57 11584
Raw data (/proc/11564/stat): 11564 (bsolo) R 11563 11564 9102 0 -1 0 36027 0 0 0 62891 91 0 0 25 0 1 0 1840948357 144580608 34422 4294967295 134512640 134736556 3221224560 3221223136 134550713 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11564/statm): 35298 34422 1116 68 0 35230 0
[pid=11564] vsize: 141192
Current children cumulated CPU time (s) 629.82
Current children cumulated vsize (Kb) 141192

[startup+640.031 s]
Raw data (loadavg): 1.00 1.00 0.96 2/57 11586
Raw data (/proc/11564/stat): 11564 (bsolo) R 11563 11564 9102 0 -1 0 36055 0 0 0 63891 92 0 0 25 0 1 0 1840948357 144715776 34450 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11564/statm): 35331 34450 1116 68 0 35263 0
[pid=11564] vsize: 141324
Current children cumulated CPU time (s) 639.83
Current children cumulated vsize (Kb) 141324

[startup+650.032 s]
Raw data (loadavg): 1.00 1.00 0.96 2/57 11586
Raw data (/proc/11564/stat): 11564 (bsolo) R 11563 11564 9102 0 -1 0 36055 0 0 0 64891 92 0 0 25 0 1 0 1840948357 144502784 34412 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11564/statm): 35279 34412 1116 68 0 35211 0
[pid=11564] vsize: 141116
Current children cumulated CPU time (s) 649.83
Current children cumulated vsize (Kb) 141116

[startup+660.032 s]
Raw data (loadavg): 1.00 1.00 0.96 2/57 11586
Raw data (/proc/11564/stat): 11564 (bsolo) R 11563 11564 9102 0 -1 0 36055 0 0 0 65891 92 0 0 25 0 1 0 1840948357 144502784 34412 4294967295 134512640 134736556 3221224560 3221223256 134532897 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11564/statm): 35279 34412 1116 68 0 35211 0
[pid=11564] vsize: 141116
Current children cumulated CPU time (s) 659.83
Current children cumulated vsize (Kb) 141116

[startup+670.032 s]
Raw data (loadavg): 1.00 1.00 0.96 2/57 11586
Raw data (/proc/11564/stat): 11564 (bsolo) R 11563 11564 9102 0 -1 0 36120 0 0 0 66890 93 0 0 25 0 1 0 1840948357 144384000 34384 4294967295 134512640 134736556 3221224560 3221223136 134550871 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/11564/statm): 35250 34384 1116 68 0 35182 0
[pid=11564] vsize: 141000
Current children cumulated CPU time (s) 669.83
Current children cumulated vsize (Kb) 141000

[startup+680.033 s]
Raw data (loadavg): 1.00 1.00 0.96 2/57 11586
Raw data (/proc/11564/stat): 11564 (bsolo) R 11563 11564 9102 0 -1 0 36120 0 0 0 67889 93 0 0 25 0 1 0 1840948357 144384000 34384 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11564/statm): 35250 34384 1116 68 0 35182 0
[pid=11564] vsize: 141000
Current children cumulated CPU time (s) 679.82
Current children cumulated vsize (Kb) 141000

[startup+690.034 s]
Raw data (loadavg): 1.00 1.00 0.96 2/57 11586
Raw data (/proc/11564/stat): 11564 (bsolo) R 11563 11564 9102 0 -1 0 36120 0 0 0 68890 93 0 0 25 0 1 0 1840948357 144384000 34384 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11564/statm): 35250 34384 1116 68 0 35182 0
[pid=11564] vsize: 141000
Current children cumulated CPU time (s) 689.83
Current children cumulated vsize (Kb) 141000

[startup+700.035 s]
Raw data (loadavg): 1.00 1.00 0.96 2/57 11588
Raw data (/proc/11564/stat): 11564 (bsolo) R 11563 11564 9102 0 -1 0 36120 0 0 0 69888 93 0 0 25 0 1 0 1840948357 144384000 34384 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11564/statm): 35250 34384 1116 68 0 35182 0
[pid=11564] vsize: 141000
Current children cumulated CPU time (s) 699.81
Current children cumulated vsize (Kb) 141000

[startup+710.035 s]
Raw data (loadavg): 1.00 1.00 0.96 2/57 11588
Raw data (/proc/11564/stat): 11564 (bsolo) R 11563 11564 9102 0 -1 0 36120 0 0 0 70888 93 0 0 25 0 1 0 1840948357 144384000 34384 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11564/statm): 35250 34384 1116 68 0 35182 0
[pid=11564] vsize: 141000
Current children cumulated CPU time (s) 709.81
Current children cumulated vsize (Kb) 141000

[startup+720.035 s]
Raw data (loadavg): 1.00 1.00 0.96 2/57 11588
Raw data (/proc/11564/stat): 11564 (bsolo) R 11563 11564 9102 0 -1 0 36120 0 0 0 71888 93 0 0 25 0 1 0 1840948357 144384000 34384 4294967295 134512640 134736556 3221224560 3221223136 134550868 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11564/statm): 35250 34384 1116 68 0 35182 0
[pid=11564] vsize: 141000
Current children cumulated CPU time (s) 719.81
Current children cumulated vsize (Kb) 141000

[startup+730.036 s]
Raw data (loadavg): 1.00 1.00 0.96 2/57 11588
Raw data (/proc/11564/stat): 11564 (bsolo) R 11563 11564 9102 0 -1 0 36120 0 0 0 72888 93 0 0 25 0 1 0 1840948357 144384000 34384 4294967295 134512640 134736556 3221224560 3221223136 134550871 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11564/statm): 35250 34384 1116 68 0 35182 0
[pid=11564] vsize: 141000
Current children cumulated CPU time (s) 729.81
Current children cumulated vsize (Kb) 141000

[startup+740.036 s]
Raw data (loadavg): 1.00 1.00 0.96 2/57 11588
Raw data (/proc/11564/stat): 11564 (bsolo) R 11563 11564 9102 0 -1 0 36120 0 0 0 73888 93 0 0 25 0 1 0 1840948357 144384000 34384 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11564/statm): 35250 34384 1116 68 0 35182 0
[pid=11564] vsize: 141000
Current children cumulated CPU time (s) 739.81
Current children cumulated vsize (Kb) 141000

[startup+750.037 s]
Raw data (loadavg): 1.00 1.00 0.96 2/57 11588
Raw data (/proc/11564/stat): 11564 (bsolo) R 11563 11564 9102 0 -1 0 36120 0 0 0 74888 94 0 0 25 0 1 0 1840948357 144384000 34384 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11564/statm): 35250 34384 1116 68 0 35182 0
[pid=11564] vsize: 141000
Current children cumulated CPU time (s) 749.82
Current children cumulated vsize (Kb) 141000

[startup+760.038 s]
Raw data (loadavg): 1.00 1.00 0.96 2/57 11590
Raw data (/proc/11564/stat): 11564 (bsolo) R 11563 11564 9102 0 -1 0 36133 0 0 0 75888 94 0 0 25 0 1 0 1840948357 144519168 34397 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11564/statm): 35283 34397 1116 68 0 35215 0
[pid=11564] vsize: 141132
Current children cumulated CPU time (s) 759.82
Current children cumulated vsize (Kb) 141132

[startup+770.038 s]
Raw data (loadavg): 1.00 1.00 0.96 2/57 11590
Raw data (/proc/11564/stat): 11564 (bsolo) R 11563 11564 9102 0 -1 0 36133 0 0 0 76887 94 0 0 25 0 1 0 1840948357 144519168 34397 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11564/statm): 35283 34397 1116 68 0 35215 0
[pid=11564] vsize: 141132
Current children cumulated CPU time (s) 769.81
Current children cumulated vsize (Kb) 141132

[startup+780.039 s]
Raw data (loadavg): 1.00 1.00 0.96 2/57 11590
Raw data (/proc/11564/stat): 11564 (bsolo) R 11563 11564 9102 0 -1 0 36140 0 0 0 77887 94 0 0 25 0 1 0 1840948357 144519168 34404 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11564/statm): 35283 34404 1116 68 0 35215 0
[pid=11564] vsize: 141132
Current children cumulated CPU time (s) 779.81
Current children cumulated vsize (Kb) 141132

[startup+790.039 s]
Raw data (loadavg): 1.00 1.00 0.96 2/57 11590
Raw data (/proc/11564/stat): 11564 (bsolo) R 11563 11564 9102 0 -1 0 36186 0 0 0 78887 94 0 0 25 0 1 0 1840948357 144793600 34450 4294967295 134512640 134736556 3221224560 3221223136 134550875 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11564/statm): 35350 34450 1116 68 0 35282 0
[pid=11564] vsize: 141400
Current children cumulated CPU time (s) 789.81
Current children cumulated vsize (Kb) 141400

[startup+800.039 s]
Raw data (loadavg): 1.00 1.00 0.96 2/57 11590
Raw data (/proc/11564/stat): 11564 (bsolo) R 11563 11564 9102 0 -1 0 36186 0 0 0 79886 94 0 0 25 0 1 0 1840948357 144793600 34450 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11564/statm): 35350 34450 1116 68 0 35282 0
[pid=11564] vsize: 141400
Current children cumulated CPU time (s) 799.8
Current children cumulated vsize (Kb) 141400

[startup+810.04 s]
Raw data (loadavg): 1.00 1.00 0.96 2/57 11590
Raw data (/proc/11564/stat): 11564 (bsolo) R 11563 11564 9102 0 -1 0 36238 0 0 0 80886 95 0 0 25 0 1 0 1840948357 144928768 34502 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11564/statm): 35383 34502 1116 68 0 35315 0
[pid=11564] vsize: 141532
Current children cumulated CPU time (s) 809.81
Current children cumulated vsize (Kb) 141532

[startup+820.04 s]
Raw data (loadavg): 1.00 1.00 0.96 2/57 11592
Raw data (/proc/11564/stat): 11564 (bsolo) R 11563 11564 9102 0 -1 0 36239 0 0 0 81886 95 0 0 25 0 1 0 1840948357 144928768 34503 4294967295 134512640 134736556 3221224560 3221223136 134550735 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11564/statm): 35383 34503 1116 68 0 35315 0
[pid=11564] vsize: 141532
Current children cumulated CPU time (s) 819.81
Current children cumulated vsize (Kb) 141532

[startup+830.041 s]
Raw data (loadavg): 1.00 1.00 0.96 2/57 11592
Raw data (/proc/11564/stat): 11564 (bsolo) R 11563 11564 9102 0 -1 0 36265 0 0 0 82885 96 0 0 25 0 1 0 1840948357 145068032 34529 4294967295 134512640 134736556 3221224560 3221223136 134550871 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11564/statm): 35417 34529 1116 68 0 35349 0
[pid=11564] vsize: 141668
Current children cumulated CPU time (s) 829.81
Current children cumulated vsize (Kb) 141668

[startup+840.041 s]
Raw data (loadavg): 1.00 1.00 0.96 2/57 11592
Raw data (/proc/11564/stat): 11564 (bsolo) R 11563 11564 9102 0 -1 0 36269 0 0 0 83884 97 0 0 25 0 1 0 1840948357 145068032 34533 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11564/statm): 35417 34533 1116 68 0 35349 0
[pid=11564] vsize: 141668
Current children cumulated CPU time (s) 839.81
Current children cumulated vsize (Kb) 141668

[startup+850.042 s]
Raw data (loadavg): 1.00 1.00 0.96 2/57 11592
Raw data (/proc/11564/stat): 11564 (bsolo) R 11563 11564 9102 0 -1 0 36317 0 0 0 84884 97 0 0 25 0 1 0 1840948357 145346560 34581 4294967295 134512640 134736556 3221224560 3221222984 1077377854 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11564/statm): 35485 34581 1116 68 0 35417 0
[pid=11564] vsize: 141940
Current children cumulated CPU time (s) 849.81
Current children cumulated vsize (Kb) 141940

[startup+860.043 s]
Raw data (loadavg): 1.00 1.00 0.96 2/57 11592
Raw data (/proc/11564/stat): 11564 (bsolo) R 11563 11564 9102 0 -1 0 36344 0 0 0 85884 98 0 0 25 0 1 0 1840948357 145346560 34608 4294967295 134512640 134736556 3221224560 3221223136 134550735 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11564/statm): 35485 34608 1116 68 0 35417 0
[pid=11564] vsize: 141940
Current children cumulated CPU time (s) 859.82
Current children cumulated vsize (Kb) 141940

[startup+870.043 s]
Raw data (loadavg): 1.00 1.00 0.96 2/57 11592
Raw data (/proc/11564/stat): 11564 (bsolo) R 11563 11564 9102 0 -1 0 36344 0 0 0 86883 98 0 0 25 0 1 0 1840948357 144850944 34496 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11564/statm): 35364 34496 1116 68 0 35296 0
[pid=11564] vsize: 141456
Current children cumulated CPU time (s) 869.81
Current children cumulated vsize (Kb) 141456

[startup+880.044 s]
Raw data (loadavg): 1.00 1.00 0.96 2/57 11594
Raw data (/proc/11564/stat): 11564 (bsolo) R 11563 11564 9102 0 -1 0 36344 0 0 0 87883 98 0 0 25 0 1 0 1840948357 144850944 34496 4294967295 134512640 134736556 3221224560 3221223136 134550735 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11564/statm): 35364 34496 1116 68 0 35296 0
[pid=11564] vsize: 141456
Current children cumulated CPU time (s) 879.81
Current children cumulated vsize (Kb) 141456

[startup+890.044 s]
Raw data (loadavg): 1.00 1.00 0.96 2/57 11594
Raw data (/proc/11564/stat): 11564 (bsolo) R 11563 11564 9102 0 -1 0 36346 0 0 0 88883 99 0 0 25 0 1 0 1840948357 144850944 34498 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11564/statm): 35364 34498 1116 68 0 35296 0
[pid=11564] vsize: 141456
Current children cumulated CPU time (s) 889.82
Current children cumulated vsize (Kb) 141456

[startup+900.045 s]
Raw data (loadavg): 1.00 1.00 0.96 2/57 11594
Raw data (/proc/11564/stat): 11564 (bsolo) R 11563 11564 9102 0 -1 0 36480 0 0 0 89882 99 0 0 25 0 1 0 1840948357 145543168 34632 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11564/statm): 35533 34632 1116 68 0 35465 0
[pid=11564] vsize: 142132
Current children cumulated CPU time (s) 899.81
Current children cumulated vsize (Kb) 142132

[startup+910.046 s]
Raw data (loadavg): 1.00 1.00 0.96 2/57 11594
Raw data (/proc/11564/stat): 11564 (bsolo) R 11563 11564 9102 0 -1 0 36638 0 0 0 90882 100 0 0 25 0 1 0 1840948357 146235392 34790 4294967295 134512640 134736556 3221224560 3221223136 134550735 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11564/statm): 35702 34790 1116 68 0 35634 0
[pid=11564] vsize: 142808
Current children cumulated CPU time (s) 909.82
Current children cumulated vsize (Kb) 142808

[startup+920.046 s]
Raw data (loadavg): 1.00 1.00 0.96 2/57 11594
Raw data (/proc/11564/stat): 11564 (bsolo) R 11563 11564 9102 0 -1 0 36819 0 0 0 91881 100 0 0 25 0 1 0 1840948357 146927616 34971 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11564/statm): 35871 34971 1116 68 0 35803 0
[pid=11564] vsize: 143484
Current children cumulated CPU time (s) 919.81
Current children cumulated vsize (Kb) 143484

[startup+930.047 s]
Raw data (loadavg): 1.00 1.00 0.96 2/57 11594
Raw data (/proc/11564/stat): 11564 (bsolo) R 11563 11564 9102 0 -1 0 36981 0 0 0 92880 101 0 0 25 0 1 0 1840948357 147603456 35133 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11564/statm): 36036 35133 1116 68 0 35968 0
[pid=11564] vsize: 144144
Current children cumulated CPU time (s) 929.81
Current children cumulated vsize (Kb) 144144

[startup+940.047 s]
Raw data (loadavg): 1.00 1.00 0.96 2/57 11596
Raw data (/proc/11564/stat): 11564 (bsolo) R 11563 11564 9102 0 -1 0 37159 0 0 0 93880 102 0 0 25 0 1 0 1840948357 148414464 35311 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11564/statm): 36234 35311 1116 68 0 36166 0
[pid=11564] vsize: 144936
Current children cumulated CPU time (s) 939.82
Current children cumulated vsize (Kb) 144936

[startup+950.047 s]
Raw data (loadavg): 1.00 1.00 0.96 2/57 11596
Raw data (/proc/11564/stat): 11564 (bsolo) R 11563 11564 9102 0 -1 0 37317 0 0 0 94879 102 0 0 25 0 1 0 1840948357 149090304 35469 4294967295 134512640 134736556 3221224560 3221223136 134550735 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11564/statm): 36399 35469 1116 68 0 36331 0
[pid=11564] vsize: 145596
Current children cumulated CPU time (s) 949.81
Current children cumulated vsize (Kb) 145596

[startup+960.048 s]
Raw data (loadavg): 1.00 1.00 0.96 2/57 11596
Raw data (/proc/11564/stat): 11564 (bsolo) R 11563 11564 9102 0 -1 0 37489 0 0 0 95879 102 0 0 25 0 1 0 1840948357 149770240 35641 4294967295 134512640 134736556 3221224560 3221223136 134550875 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11564/statm): 36565 35641 1116 68 0 36497 0
[pid=11564] vsize: 146260
Current children cumulated CPU time (s) 959.81
Current children cumulated vsize (Kb) 146260

[startup+970.048 s]
Raw data (loadavg): 1.00 1.00 0.96 2/57 11596
Raw data (/proc/11564/stat): 11564 (bsolo) R 11563 11564 9102 0 -1 0 37656 0 0 0 96878 103 0 0 25 0 1 0 1840948357 150581248 35808 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11564/statm): 36763 35808 1116 68 0 36695 0
[pid=11564] vsize: 147052
Current children cumulated CPU time (s) 969.81
Current children cumulated vsize (Kb) 147052

[startup+980.049 s]
Raw data (loadavg): 1.00 1.00 0.96 2/57 11596
Raw data (/proc/11564/stat): 11564 (bsolo) R 11563 11564 9102 0 -1 0 37847 0 0 0 97878 103 0 0 25 0 1 0 1840948357 151396352 35999 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11564/statm): 36962 35999 1116 68 0 36894 0
[pid=11564] vsize: 147848
Current children cumulated CPU time (s) 979.81
Current children cumulated vsize (Kb) 147848

[startup+990.049 s]
Raw data (loadavg): 1.00 1.00 0.96 2/57 11596
Raw data (/proc/11564/stat): 11564 (bsolo) R 11563 11564 9102 0 -1 0 38035 0 0 0 98878 104 0 0 25 0 1 0 1840948357 152219648 36187 4294967295 134512640 134736556 3221224560 3221223136 134550888 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11564/statm): 37163 36187 1116 68 0 37095 0
[pid=11564] vsize: 148652
Current children cumulated CPU time (s) 989.82
Current children cumulated vsize (Kb) 148652

[startup+1000.05 s]
Raw data (loadavg): 1.00 1.00 0.96 2/57 11598
Raw data (/proc/11564/stat): 11564 (bsolo) R 11563 11564 9102 0 -1 0 38220 0 0 0 99877 104 0 0 25 0 1 0 1840948357 152903680 36372 4294967295 134512640 134736556 3221224560 3221223296 134605558 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11564/statm): 37330 36372 1116 68 0 37262 0
[pid=11564] vsize: 149320
Current children cumulated CPU time (s) 999.81
Current children cumulated vsize (Kb) 149320

[startup+1010.05 s]
Raw data (loadavg): 1.00 1.00 0.96 2/57 11598
Raw data (/proc/11564/stat): 11564 (bsolo) R 11563 11564 9102 0 -1 0 38380 0 0 0 100876 105 0 0 25 0 1 0 1840948357 153587712 36532 4294967295 134512640 134736556 3221224560 3221223136 134550735 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11564/statm): 37497 36532 1116 68 0 37429 0
[pid=11564] vsize: 149988
Current children cumulated CPU time (s) 1009.81
Current children cumulated vsize (Kb) 149988

[startup+1020.05 s]
Raw data (loadavg): 1.00 1.00 0.96 2/57 11598
Raw data (/proc/11564/stat): 11564 (bsolo) R 11563 11564 9102 0 -1 0 38567 0 0 0 101876 105 0 0 25 0 1 0 1840948357 154406912 36719 4294967295 134512640 134736556 3221224560 3221223136 134550871 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11564/statm): 37697 36719 1116 68 0 37629 0
[pid=11564] vsize: 150788
Current children cumulated CPU time (s) 1019.81
Current children cumulated vsize (Kb) 150788

[startup+1030.05 s]
Raw data (loadavg): 1.00 1.00 0.96 2/57 11598
Raw data (/proc/11564/stat): 11564 (bsolo) R 11563 11564 9102 0 -1 0 38729 0 0 0 102876 106 0 0 25 0 1 0 1840948357 155095040 36881 4294967295 134512640 134736556 3221224560 3221223136 134550882 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11564/statm): 37865 36881 1116 68 0 37797 0
[pid=11564] vsize: 151460
Current children cumulated CPU time (s) 1029.82
Current children cumulated vsize (Kb) 151460

[startup+1040.05 s]
Raw data (loadavg): 1.00 1.00 0.96 2/57 11598
Raw data (/proc/11564/stat): 11564 (bsolo) R 11563 11564 9102 0 -1 0 38731 0 0 0 103876 106 0 0 25 0 1 0 1840948357 155095040 36883 4294967295 134512640 134736556 3221224560 3221223136 134550882 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11564/statm): 37865 36883 1116 68 0 37797 0
[pid=11564] vsize: 151460
Current children cumulated CPU time (s) 1039.82
Current children cumulated vsize (Kb) 151460

[startup+1050.05 s]
Raw data (loadavg): 1.00 1.00 0.96 2/57 11598
Raw data (/proc/11564/stat): 11564 (bsolo) R 11563 11564 9102 0 -1 0 38731 0 0 0 104876 106 0 0 25 0 1 0 1840948357 155095040 36883 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11564/statm): 37865 36883 1116 68 0 37797 0
[pid=11564] vsize: 151460
Current children cumulated CPU time (s) 1049.82
Current children cumulated vsize (Kb) 151460

[startup+1060.05 s]
Raw data (loadavg): 1.00 1.00 0.96 2/57 11600
Raw data (/proc/11564/stat): 11564 (bsolo) R 11563 11564 9102 0 -1 0 38737 0 0 0 105876 106 0 0 25 0 1 0 1840948357 155095040 36889 4294967295 134512640 134736556 3221224560 3221223136 134550875 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11564/statm): 37865 36889 1116 68 0 37797 0
[pid=11564] vsize: 151460
Current children cumulated CPU time (s) 1059.82
Current children cumulated vsize (Kb) 151460

[startup+1070.05 s]
Raw data (loadavg): 1.00 1.00 0.96 2/57 11600
Raw data (/proc/11564/stat): 11564 (bsolo) R 11563 11564 9102 0 -1 0 38748 0 0 0 106876 106 0 0 25 0 1 0 1840948357 155095040 36900 4294967295 134512640 134736556 3221224560 3221223136 134550735 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11564/statm): 37865 36900 1116 68 0 37797 0
[pid=11564] vsize: 151460
Current children cumulated CPU time (s) 1069.82
Current children cumulated vsize (Kb) 151460

[startup+1080.05 s]
Raw data (loadavg): 1.00 1.00 0.96 2/57 11600
Raw data (/proc/11564/stat): 11564 (bsolo) R 11563 11564 9102 0 -1 0 38756 0 0 0 107876 106 0 0 25 0 1 0 1840948357 155095040 36908 4294967295 134512640 134736556 3221224560 3221223136 134550875 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11564/statm): 37865 36908 1116 68 0 37797 0
[pid=11564] vsize: 151460
Current children cumulated CPU time (s) 1079.82
Current children cumulated vsize (Kb) 151460

[startup+1090.05 s]
Raw data (loadavg): 1.00 1.00 0.96 2/57 11600
Raw data (/proc/11564/stat): 11564 (bsolo) R 11563 11564 9102 0 -1 0 38766 0 0 0 108876 106 0 0 25 0 1 0 1840948357 155095040 36918 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11564/statm): 37865 36918 1116 68 0 37797 0
[pid=11564] vsize: 151460
Current children cumulated CPU time (s) 1089.82
Current children cumulated vsize (Kb) 151460

[startup+1100.06 s]
Raw data (loadavg): 1.00 1.00 0.96 2/57 11600
Raw data (/proc/11564/stat): 11564 (bsolo) R 11563 11564 9102 0 -1 0 38773 0 0 0 109875 107 0 0 25 0 1 0 1840948357 155095040 36925 4294967295 134512640 134736556 3221224560 3221223136 134550871 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/11564/statm): 37865 36925 1116 68 0 37797 0
[pid=11564] vsize: 151460
Current children cumulated CPU time (s) 1099.82
Current children cumulated vsize (Kb) 151460

[startup+1110.06 s]
Raw data (loadavg): 1.00 1.00 0.96 2/57 11600
Raw data (/proc/11564/stat): 11564 (bsolo) R 11563 11564 9102 0 -1 0 38773 0 0 0 110874 107 0 0 25 0 1 0 1840948357 155095040 36925 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11564/statm): 37865 36925 1116 68 0 37797 0
[pid=11564] vsize: 151460
Current children cumulated CPU time (s) 1109.81
Current children cumulated vsize (Kb) 151460

[startup+1120.06 s]
Raw data (loadavg): 1.00 1.00 0.96 2/57 11602
Raw data (/proc/11564/stat): 11564 (bsolo) R 11563 11564 9102 0 -1 0 38773 0 0 0 111874 107 0 0 25 0 1 0 1840948357 155095040 36925 4294967295 134512640 134736556 3221224560 3221223136 134550875 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11564/statm): 37865 36925 1116 68 0 37797 0
[pid=11564] vsize: 151460
Current children cumulated CPU time (s) 1119.81
Current children cumulated vsize (Kb) 151460

[startup+1130.06 s]
Raw data (loadavg): 1.00 1.00 0.96 2/57 11602
Raw data (/proc/11564/stat): 11564 (bsolo) R 11563 11564 9102 0 -1 0 38773 0 0 0 112874 107 0 0 25 0 1 0 1840948357 155095040 36925 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11564/statm): 37865 36925 1116 68 0 37797 0
[pid=11564] vsize: 151460
Current children cumulated CPU time (s) 1129.81
Current children cumulated vsize (Kb) 151460

[startup+1140.06 s]
Raw data (loadavg): 1.00 1.00 0.96 2/57 11602
Raw data (/proc/11564/stat): 11564 (bsolo) R 11563 11564 9102 0 -1 0 38773 0 0 0 113874 107 0 0 25 0 1 0 1840948357 155095040 36925 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11564/statm): 37865 36925 1116 68 0 37797 0
[pid=11564] vsize: 151460
Current children cumulated CPU time (s) 1139.81
Current children cumulated vsize (Kb) 151460

[startup+1150.06 s]
Raw data (loadavg): 1.00 1.00 0.96 2/57 11602
Raw data (/proc/11564/stat): 11564 (bsolo) R 11563 11564 9102 0 -1 0 38773 0 0 0 114874 108 0 0 25 0 1 0 1840948357 155095040 36925 4294967295 134512640 134736556 3221224560 3221223136 134550871 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11564/statm): 37865 36925 1116 68 0 37797 0
[pid=11564] vsize: 151460
Current children cumulated CPU time (s) 1149.82
Current children cumulated vsize (Kb) 151460

[startup+1160.06 s]
Raw data (loadavg): 1.00 1.00 0.96 2/57 11602
Raw data (/proc/11564/stat): 11564 (bsolo) R 11563 11564 9102 0 -1 0 38773 0 0 0 115874 108 0 0 25 0 1 0 1840948357 155095040 36925 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11564/statm): 37865 36925 1116 68 0 37797 0
[pid=11564] vsize: 151460
Current children cumulated CPU time (s) 1159.82
Current children cumulated vsize (Kb) 151460

[startup+1170.06 s]
Raw data (loadavg): 1.00 1.00 0.96 2/57 11602
Raw data (/proc/11564/stat): 11564 (bsolo) R 11563 11564 9102 0 -1 0 38773 0 0 0 116874 108 0 0 25 0 1 0 1840948357 155095040 36925 4294967295 134512640 134736556 3221224560 3221223136 134550882 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11564/statm): 37865 36925 1116 68 0 37797 0
[pid=11564] vsize: 151460
Current children cumulated CPU time (s) 1169.82
Current children cumulated vsize (Kb) 151460

[startup+1180.06 s]
Raw data (loadavg): 1.00 1.00 0.96 2/57 11604
Raw data (/proc/11564/stat): 11564 (bsolo) R 11563 11564 9102 0 -1 0 38773 0 0 0 117874 108 0 0 25 0 1 0 1840948357 155095040 36925 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11564/statm): 37865 36925 1116 68 0 37797 0
[pid=11564] vsize: 151460
Current children cumulated CPU time (s) 1179.82
Current children cumulated vsize (Kb) 151460

[startup+1190.06 s]
Raw data (loadavg): 1.00 1.00 0.96 2/57 11604
Raw data (/proc/11564/stat): 11564 (bsolo) R 11563 11564 9102 0 -1 0 38773 0 0 0 118875 108 0 0 25 0 1 0 1840948357 155095040 36925 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11564/statm): 37865 36925 1116 68 0 37797 0
[pid=11564] vsize: 151460
Current children cumulated CPU time (s) 1189.83
Current children cumulated vsize (Kb) 151460
One traced child (pid=11564) exited with status: 0
All traced children have exited ! Game is over.

Child status: 0
Real time (s): 1195.77
CPU time (s): 1195.55
CPU user time (s): 1194.4
CPU system time (s): 1.15282
CPU usage (%): 99.9811
Max. virtual memory (cumulated for all children) (Kb): 151460

Verifier Data

ERROR: no interpretation found !