Some explanations

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

General information on the benchmark

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

Trace number 1455

Launcher Data

LAUNCH ON wulflinc29 THE 2005-09-18 15:04:14 (client local time)
PB2005-SCRIPT v4.0 
MARKUPS: idlaunch=686 boxname=wulflinc29 idbench=686 idsolver=1 numberseed=0
MD5SUM SOLVER: 38f99674050b34630888bf623b924b59  /oldhome/oroussel/solvers/bsolo
MD5SUM BENCH:  530cef6af13bdf9c6dc1bddf1879e0d7  /oldhome/oroussel/tmp/wulflinc29/normalized-mps-v2-20-10-n3708.opb
REAL COMMAND:  bsolo /oldhome/oroussel/tmp/wulflinc29/normalized-mps-v2-20-10-n3708.opb
IDLAUNCH: 686
/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 7
model name	: Pentium III (Katmai)
stepping	: 3
cpu MHz		: 451.020
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.020
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:        906384 kB
Buffers:         27932 kB
Cached:          70216 kB
SwapCached:        792 kB
Active:          29704 kB
Inactive:        71204 kB
HighTotal:      131008 kB
HighFree:        59556 kB
LowTotal:       903652 kB
LowFree:        846828 kB
SwapTotal:     2097892 kB
SwapFree:      2096664 kB
Dirty:              24 kB
Writeback:           0 kB
Mapped:           5740 kB
Slab:            21552 kB
Committed_AS:    64168 kB
PageTables:        328 kB
VmallocTotal:   114680 kB
VmallocUsed:      1368 kB
VmallocChunk:   113252 kB
JOB ENDED THE 2005-09-18 15:25:01 (client local time) WITH STATUS 0 IN 1196.72 SECONDS
stats: 686 7 1196.72 0

Solver Data

c INFO: OSL Context initialized.
c BIG Int formula...
c Initial problem consists of 155000 variables and 5300 constraints.
c No problem reductions applied in OPT. instance.
c	preprocess terminated. Elapsed time: 94.975
c After prepocess the problem consists of 96474 variables and 5300 constraints.
c Initial Lower Bound: 0
c Restart #1 #Var: 96474 #Dec: 84889 LB: 0 @ 117.78
c Restart #2 #Var: 96474 #Dec: 189819 LB: 0 @ 152.91
c Restart #3 #Var: 96474 #Dec: 313465 LB: 0 @ 202.66
c Restart #4 #Var: 96474 #Dec: 465476 LB: 0 @ 267.51
c Restart #5 #Var: 96474 #Dec: 644363 LB: 0 @ 347.26
c Restart #6 #Var: 96474 #Dec: 850044 LB: 0 @ 444.12
c CHANGE Heuristic... 
c Restart #0 #Var: 96474 #Dec: 1862617 LB: 0 @ 606.24
c Restart #1 #Var: 96474 #Dec: 1873889 LB: 0 @ 635.16
c Restart #2 #Var: 96474 #Dec: 1889190 LB: 0 @ 1185.6
s UNKNOWN
c Exit Code: 0
c Total time: 1196.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/23000/stat): 23000 (bsolo) R 22999 23000 19818 0 -1 0 19 0 0 0 0 0 0 0 23 0 1 0 1842180555 438272 3 4294967295 134512640 134736556 3221224560 3221224560 1073744960 0 0 5 0 0 0 0 17 0 0 0
Raw data (/proc/23000/statm): 107 3 90 68 0 39 0
[pid=23000] 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/wulflinc29/normalized-mps-v2-20-10-n3708.opb

[startup+10.0035 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 23000
Raw data (/proc/23000/stat): 23000 (bsolo) T 22999 23000 19818 0 -1 0 60738 0 0 0 821 148 0 0 25 0 1 0 1842180555 250626048 60334 4294967295 134512640 134736556 3221224560 3221222796 1077782939 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/23000/statm): 61188 60334 1116 68 0 61120 0
[pid=23000] vsize: 244752
Current children cumulated CPU time (s) 9.69
Current children cumulated vsize (Kb) 244752

[startup+20.0033 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 23000
Raw data (/proc/23000/stat): 23000 (bsolo) R 22999 23000 19818 0 -1 0 104744 0 0 0 1714 237 0 0 25 0 1 0 1842180555 430645248 103837 4294967295 134512640 134736556 3221224560 3221223144 1077378037 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23000/statm): 105138 103837 1116 68 0 105070 0
[pid=23000] vsize: 420552
Current children cumulated CPU time (s) 19.51
Current children cumulated vsize (Kb) 420552

[startup+30.003 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 23000
Raw data (/proc/23000/stat): 23000 (bsolo) R 22999 23000 19818 0 -1 0 106088 0 0 0 2709 241 0 0 25 0 1 0 1842180555 436285440 105181 4294967295 134512640 134736556 3221224560 3221223068 1077399562 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23000/statm): 106515 105181 1116 68 0 106447 0
[pid=23000] vsize: 426060
Current children cumulated CPU time (s) 29.5
Current children cumulated vsize (Kb) 426060

[startup+40.0038 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 23000
Raw data (/proc/23000/stat): 23000 (bsolo) R 22999 23000 19818 0 -1 0 107154 0 0 0 3705 245 0 0 25 0 1 0 1842180555 440807424 106247 4294967295 134512640 134736556 3221224560 3221223072 134572994 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23000/statm): 107619 106247 1116 68 0 107551 0
[pid=23000] vsize: 430476
Current children cumulated CPU time (s) 39.5
Current children cumulated vsize (Kb) 430476

[startup+50.0046 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 23000
Raw data (/proc/23000/stat): 23000 (bsolo) R 22999 23000 19818 0 -1 0 108255 0 0 0 4699 248 0 0 25 0 1 0 1842180555 445603840 107348 4294967295 134512640 134736556 3221224560 3221222848 1076999584 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23000/statm): 108790 107348 1116 68 0 108722 0
[pid=23000] vsize: 435160
Current children cumulated CPU time (s) 49.47
Current children cumulated vsize (Kb) 435160

[startup+60.0044 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 23000
Raw data (/proc/23000/stat): 23000 (bsolo) R 22999 23000 19818 0 -1 0 109717 0 0 0 5695 252 0 0 25 0 1 0 1842180555 451575808 108810 4294967295 134512640 134736556 3221224560 3221223068 1077399564 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23000/statm): 110248 108810 1116 68 0 110180 0
[pid=23000] vsize: 440992
Current children cumulated CPU time (s) 59.47
Current children cumulated vsize (Kb) 440992

[startup+70.0041 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 23000
Raw data (/proc/23000/stat): 23000 (bsolo) R 22999 23000 19818 0 -1 0 111236 0 0 0 6690 256 0 0 25 0 1 0 1842180555 457814016 110329 4294967295 134512640 134736556 3221224560 3221223136 134539932 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23000/statm): 111771 110329 1116 68 0 111703 0
[pid=23000] vsize: 447084
Current children cumulated CPU time (s) 69.46
Current children cumulated vsize (Kb) 447084

[startup+80.0049 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 23000
Raw data (/proc/23000/stat): 23000 (bsolo) R 22999 23000 19818 0 -1 0 113056 0 0 0 7682 261 0 0 25 0 1 0 1842180555 465272832 112149 4294967295 134512640 134736556 3221224560 3221222904 1077378037 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23000/statm): 113592 112149 1116 68 0 113524 0
[pid=23000] vsize: 454368
Current children cumulated CPU time (s) 79.43
Current children cumulated vsize (Kb) 454368

[startup+90.0047 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 23000
Raw data (/proc/23000/stat): 23000 (bsolo) R 22999 23000 19818 0 -1 0 115368 0 0 0 8671 269 0 0 25 0 1 0 1842180555 474734592 114461 4294967295 134512640 134736556 3221224560 3221223336 1077334092 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23000/statm): 115902 114461 1116 68 0 115834 0
[pid=23000] vsize: 463608
Current children cumulated CPU time (s) 89.4
Current children cumulated vsize (Kb) 463608

[startup+100.006 s]
Raw data (loadavg): 1.00 1.00 1.00 1/56 23000
Raw data (/proc/23000/stat): 23000 (bsolo) T 22999 23000 19818 0 -1 0 134580 0 0 0 9390 387 0 0 17 0 1 0 1842180555 557862912 133673 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/23000/statm): 136197 133673 1116 68 0 136129 0
[pid=23000] vsize: 544788
Current children cumulated CPU time (s) 97.77
Current children cumulated vsize (Kb) 544788

[startup+110.006 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 23000
Raw data (/proc/23000/stat): 23000 (bsolo) R 22999 23000 19818 0 -1 0 134647 0 0 0 10324 409 0 0 25 0 1 0 1842180555 557961216 133740 4294967295 134512640 134736556 3221224560 3221223168 134634142 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23000/statm): 136221 133740 1116 68 0 136153 0
[pid=23000] vsize: 544884
Current children cumulated CPU time (s) 107.33
Current children cumulated vsize (Kb) 544884

[startup+120.006 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 23000
Raw data (/proc/23000/stat): 23000 (bsolo) R 22999 23000 19818 0 -1 0 134647 0 0 0 11280 424 0 0 25 0 1 0 1842180555 557961216 133740 4294967295 134512640 134736556 3221224560 3221223248 134544766 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23000/statm): 136221 133740 1116 68 0 136153 0
[pid=23000] vsize: 544884
Current children cumulated CPU time (s) 117.04
Current children cumulated vsize (Kb) 544884

[startup+130.007 s]
Raw data (loadavg): 1.07 1.02 1.00 2/56 23000
Raw data (/proc/23000/stat): 23000 (bsolo) R 22999 23000 19818 0 -1 0 134647 0 0 0 12018 510 0 0 25 0 1 0 1842180555 557961216 133740 4294967295 134512640 134736556 3221224560 3221223276 134694456 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23000/statm): 136221 133740 1116 68 0 136153 0
[pid=23000] vsize: 544884
Current children cumulated CPU time (s) 125.28
Current children cumulated vsize (Kb) 544884

[startup+140.008 s]
Raw data (loadavg): 1.06 1.02 1.00 2/56 23000
Raw data (/proc/23000/stat): 23000 (bsolo) R 22999 23000 19818 0 -1 0 134647 0 0 0 12978 524 0 0 25 0 1 0 1842180555 557961216 133740 4294967295 134512640 134736556 3221224560 3221223272 134694480 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23000/statm): 136221 133740 1116 68 0 136153 0
[pid=23000] vsize: 544884
Current children cumulated CPU time (s) 135.02
Current children cumulated vsize (Kb) 544884

[startup+150.008 s]
Raw data (loadavg): 1.05 1.01 1.00 2/56 23000
Raw data (/proc/23000/stat): 23000 (bsolo) R 22999 23000 19818 0 -1 0 134658 0 0 0 13906 549 0 0 25 0 1 0 1842180555 558096384 133751 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23000/statm): 136254 133751 1116 68 0 136186 0
[pid=23000] vsize: 545016
Current children cumulated CPU time (s) 144.55
Current children cumulated vsize (Kb) 545016

[startup+160.009 s]
Raw data (loadavg): 1.04 1.01 1.00 1/56 23000
Raw data (/proc/23000/stat): 23000 (bsolo) T 22999 23000 19818 0 -1 0 134658 0 0 0 14798 583 0 0 17 0 1 0 1842180555 558075904 133751 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/23000/statm): 136249 133751 1116 68 0 136181 0
[pid=23000] vsize: 544996
Current children cumulated CPU time (s) 153.81
Current children cumulated vsize (Kb) 544996

[startup+170.009 s]
Raw data (loadavg): 1.04 1.01 1.00 2/56 23000
Raw data (/proc/23000/stat): 23000 (bsolo) R 22999 23000 19818 0 -1 0 134658 0 0 0 15604 647 0 0 25 0 1 0 1842180555 557989888 133748 4294967295 134512640 134736556 3221224560 3221223256 134532897 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23000/statm): 136228 133748 1116 68 0 136160 0
[pid=23000] vsize: 544912
Current children cumulated CPU time (s) 162.51
Current children cumulated vsize (Kb) 544912

[startup+180.01 s]
Raw data (loadavg): 1.03 1.01 1.00 2/56 23000
Raw data (/proc/23000/stat): 23000 (bsolo) R 22999 23000 19818 0 -1 0 134658 0 0 0 16543 668 0 0 25 0 1 0 1842180555 557989888 133748 4294967295 134512640 134736556 3221224560 3221223296 134605570 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23000/statm): 136228 133748 1116 68 0 136160 0
[pid=23000] vsize: 544912
Current children cumulated CPU time (s) 172.11
Current children cumulated vsize (Kb) 544912

[startup+190.01 s]
Raw data (loadavg): 1.02 1.01 1.00 2/56 23000
Raw data (/proc/23000/stat): 23000 (bsolo) R 22999 23000 19818 0 -1 0 134661 0 0 0 17497 685 0 0 25 0 1 0 1842180555 558133248 133751 4294967295 134512640 134736556 3221224560 3221223296 134605558 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23000/statm): 136263 133751 1116 68 0 136195 0
[pid=23000] vsize: 545052
Current children cumulated CPU time (s) 181.82
Current children cumulated vsize (Kb) 545052

[startup+200.01 s]
Raw data (loadavg): 1.02 1.01 1.00 2/56 23000
Raw data (/proc/23000/stat): 23000 (bsolo) R 22999 23000 19818 0 -1 0 134663 0 0 0 18447 699 0 0 25 0 1 0 1842180555 558080000 133753 4294967295 134512640 134736556 3221224560 3221223136 134550721 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23000/statm): 136250 133753 1116 68 0 136182 0
[pid=23000] vsize: 545000
Current children cumulated CPU time (s) 191.46
Current children cumulated vsize (Kb) 545000

[startup+210.011 s]
Raw data (loadavg): 1.02 1.01 1.00 2/56 23000
Raw data (/proc/23000/stat): 23000 (bsolo) R 22999 23000 19818 0 -1 0 134663 0 0 0 19390 716 0 0 25 0 1 0 1842180555 558080000 133753 4294967295 134512640 134736556 3221224560 3221223272 134694484 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23000/statm): 136250 133753 1116 68 0 136182 0
[pid=23000] vsize: 545000
Current children cumulated CPU time (s) 201.06
Current children cumulated vsize (Kb) 545000

[startup+220.011 s]
Raw data (loadavg): 1.01 1.01 1.00 1/56 23000
Raw data (/proc/23000/stat): 23000 (bsolo) T 22999 23000 19818 0 -1 0 134663 0 0 0 20124 803 0 0 20 0 1 0 1842180555 557903872 133727 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/23000/statm): 136207 133727 1116 68 0 136139 0
[pid=23000] vsize: 544828
Current children cumulated CPU time (s) 209.27
Current children cumulated vsize (Kb) 544828

[startup+230.012 s]
Raw data (loadavg): 1.01 1.01 1.00 2/56 23000
Raw data (/proc/23000/stat): 23000 (bsolo) R 22999 23000 19818 0 -1 0 134675 0 0 0 21068 821 0 0 25 0 1 0 1842180555 558018560 133739 4294967295 134512640 134736556 3221224560 3221223136 134550735 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23000/statm): 136235 133739 1116 68 0 136167 0
[pid=23000] vsize: 544940
Current children cumulated CPU time (s) 218.89
Current children cumulated vsize (Kb) 544940

[startup+240.011 s]
Raw data (loadavg): 1.01 1.01 1.00 2/56 23000
Raw data (/proc/23000/stat): 23000 (bsolo) R 22999 23000 19818 0 -1 0 134676 0 0 0 22007 842 0 0 25 0 1 0 1842180555 558018560 133740 4294967295 134512640 134736556 3221224560 3221223136 134550871 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23000/statm): 136235 133740 1116 68 0 136167 0
[pid=23000] vsize: 544940
Current children cumulated CPU time (s) 228.49
Current children cumulated vsize (Kb) 544940

[startup+250.013 s]
Raw data (loadavg): 1.01 1.00 1.00 1/56 23000
Raw data (/proc/23000/stat): 23000 (bsolo) T 22999 23000 19818 0 -1 0 134687 0 0 0 22934 865 0 0 21 0 1 0 1842180555 558018560 133751 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/23000/statm): 136235 133751 1116 68 0 136167 0
[pid=23000] vsize: 544940
Current children cumulated CPU time (s) 237.99
Current children cumulated vsize (Kb) 544940

[startup+260.014 s]
Raw data (loadavg): 1.01 1.00 1.00 2/56 23000
Raw data (/proc/23000/stat): 23000 (bsolo) R 22999 23000 19818 0 -1 0 134689 0 0 0 23885 882 0 0 25 0 1 0 1842180555 558018560 133753 4294967295 134512640 134736556 3221224560 3221223136 134550888 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23000/statm): 136235 133753 1116 68 0 136167 0
[pid=23000] vsize: 544940
Current children cumulated CPU time (s) 247.67
Current children cumulated vsize (Kb) 544940

[startup+270.014 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 23000
Raw data (/proc/23000/stat): 23000 (bsolo) R 22999 23000 19818 0 -1 0 134689 0 0 0 24825 900 0 0 25 0 1 0 1842180555 558018560 133753 4294967295 134512640 134736556 3221224560 3221223136 134550871 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23000/statm): 136235 133753 1116 68 0 136167 0
[pid=23000] vsize: 544940
Current children cumulated CPU time (s) 257.25
Current children cumulated vsize (Kb) 544940

[startup+280.015 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 23000
Raw data (/proc/23000/stat): 23000 (bsolo) R 22999 23000 19818 0 -1 0 134690 0 0 0 25795 909 0 0 25 0 1 0 1842180555 558018560 133754 4294967295 134512640 134736556 3221224560 3221223252 134544744 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23000/statm): 136235 133754 1116 68 0 136167 0
[pid=23000] vsize: 544940
Current children cumulated CPU time (s) 267.04
Current children cumulated vsize (Kb) 544940

[startup+290.015 s]
Raw data (loadavg): 1.08 1.02 1.00 2/56 23000
Raw data (/proc/23000/stat): 23000 (bsolo) R 22999 23000 19818 0 -1 0 134690 0 0 0 26515 1002 0 0 25 0 1 0 1842180555 558018560 133754 4294967295 134512640 134736556 3221224560 3221223136 134550735 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23000/statm): 136235 133754 1116 68 0 136167 0
[pid=23000] vsize: 544940
Current children cumulated CPU time (s) 275.17
Current children cumulated vsize (Kb) 544940

[startup+300.016 s]
Raw data (loadavg): 1.06 1.02 1.00 2/56 23000
Raw data (/proc/23000/stat): 23000 (bsolo) R 22999 23000 19818 0 -1 0 134690 0 0 0 27451 1021 0 0 25 0 1 0 1842180555 558018560 133754 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23000/statm): 136235 133754 1116 68 0 136167 0
[pid=23000] vsize: 544940
Current children cumulated CPU time (s) 284.72
Current children cumulated vsize (Kb) 544940

[startup+310.017 s]
Raw data (loadavg): 1.05 1.02 1.00 1/56 23000
Raw data (/proc/23000/stat): 23000 (bsolo) T 22999 23000 19818 0 -1 0 134690 0 0 0 28367 1050 0 0 20 0 1 0 1842180555 558018560 133754 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/23000/statm): 136235 133754 1116 68 0 136167 0
[pid=23000] vsize: 544940
Current children cumulated CPU time (s) 294.17
Current children cumulated vsize (Kb) 544940

[startup+320.018 s]
Raw data (loadavg): 1.04 1.01 1.00 2/56 23000
Raw data (/proc/23000/stat): 23000 (bsolo) R 22999 23000 19818 0 -1 0 134690 0 0 0 29289 1078 0 0 18 0 1 0 1842180555 558018560 133754 4294967295 134512640 134736556 3221224560 3221223136 134550721 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23000/statm): 136235 133754 1116 68 0 136167 0
[pid=23000] vsize: 544940
Current children cumulated CPU time (s) 303.67
Current children cumulated vsize (Kb) 544940

[startup+330.017 s]
Raw data (loadavg): 1.04 1.01 1.00 2/56 23000
Raw data (/proc/23000/stat): 23000 (bsolo) R 22999 23000 19818 0 -1 0 134690 0 0 0 30259 1088 0 0 25 0 1 0 1842180555 558018560 133754 4294967295 134512640 134736556 3221224560 3221223136 134550721 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23000/statm): 136235 133754 1116 68 0 136167 0
[pid=23000] vsize: 544940
Current children cumulated CPU time (s) 313.47
Current children cumulated vsize (Kb) 544940

[startup+340.017 s]
Raw data (loadavg): 1.03 1.01 1.00 2/56 23000
Raw data (/proc/23000/stat): 23000 (bsolo) R 22999 23000 19818 0 -1 0 134690 0 0 0 31193 1110 0 0 25 0 1 0 1842180555 558018560 133754 4294967295 134512640 134736556 3221224560 3221223136 134550888 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23000/statm): 136235 133754 1116 68 0 136167 0
[pid=23000] vsize: 544940
Current children cumulated CPU time (s) 323.03
Current children cumulated vsize (Kb) 544940

[startup+350.018 s]
Raw data (loadavg): 1.03 1.01 1.00 2/56 23000
Raw data (/proc/23000/stat): 23000 (bsolo) R 22999 23000 19818 0 -1 0 134690 0 0 0 32162 1119 0 0 25 0 1 0 1842180555 558018560 133754 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23000/statm): 136235 133754 1116 68 0 136167 0
[pid=23000] vsize: 544940
Current children cumulated CPU time (s) 332.81
Current children cumulated vsize (Kb) 544940

[startup+360.018 s]
Raw data (loadavg): 1.02 1.01 1.00 2/56 23000
Raw data (/proc/23000/stat): 23000 (bsolo) R 22999 23000 19818 0 -1 0 134690 0 0 0 33094 1143 0 0 25 0 1 0 1842180555 558018560 133754 4294967295 134512640 134736556 3221224560 3221223296 134605558 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23000/statm): 136235 133754 1116 68 0 136167 0
[pid=23000] vsize: 544940
Current children cumulated CPU time (s) 342.37
Current children cumulated vsize (Kb) 544940

[startup+370.018 s]
Raw data (loadavg): 1.02 1.01 1.00 2/56 23000
Raw data (/proc/23000/stat): 23000 (bsolo) R 22999 23000 19818 0 -1 0 134690 0 0 0 33850 1224 0 0 20 0 1 0 1842180555 558018560 133754 4294967295 134512640 134736556 3221224560 3221223136 134550721 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23000/statm): 136235 133754 1116 68 0 136167 0
[pid=23000] vsize: 544940
Current children cumulated CPU time (s) 350.74
Current children cumulated vsize (Kb) 544940

[startup+380.018 s]
Raw data (loadavg): 1.01 1.01 1.00 2/56 23000
Raw data (/proc/23000/stat): 23000 (bsolo) R 22999 23000 19818 0 -1 0 134690 0 0 0 34788 1243 0 0 25 0 1 0 1842180555 558018560 133754 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23000/statm): 136235 133754 1116 68 0 136167 0
[pid=23000] vsize: 544940
Current children cumulated CPU time (s) 360.31
Current children cumulated vsize (Kb) 544940

[startup+390.019 s]
Raw data (loadavg): 1.01 1.01 1.00 1/56 23000
Raw data (/proc/23000/stat): 23000 (bsolo) T 22999 23000 19818 0 -1 0 134690 0 0 0 35712 1270 0 0 23 0 1 0 1842180555 558018560 133754 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/23000/statm): 136235 133754 1116 68 0 136167 0
[pid=23000] vsize: 544940
Current children cumulated CPU time (s) 369.82
Current children cumulated vsize (Kb) 544940

[startup+400.02 s]
Raw data (loadavg): 1.01 1.01 1.00 2/56 23000
Raw data (/proc/23000/stat): 23000 (bsolo) R 22999 23000 19818 0 -1 0 134690 0 0 0 36618 1298 0 0 20 0 1 0 1842180555 558018560 133754 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23000/statm): 136235 133754 1116 68 0 136167 0
[pid=23000] vsize: 544940
Current children cumulated CPU time (s) 379.16
Current children cumulated vsize (Kb) 544940

[startup+410.021 s]
Raw data (loadavg): 1.01 1.01 1.00 1/56 23000
Raw data (/proc/23000/stat): 23000 (bsolo) T 22999 23000 19818 0 -1 0 134690 0 0 0 37551 1320 0 0 17 0 1 0 1842180555 558018560 133754 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/23000/statm): 136235 133754 1116 68 0 136167 0
[pid=23000] vsize: 544940
Current children cumulated CPU time (s) 388.71
Current children cumulated vsize (Kb) 544940

[startup+420.02 s]
Raw data (loadavg): 1.01 1.00 1.00 2/56 23000
Raw data (/proc/23000/stat): 23000 (bsolo) R 22999 23000 19818 0 -1 0 134690 0 0 0 38512 1334 0 0 25 0 1 0 1842180555 558018560 133754 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23000/statm): 136235 133754 1116 68 0 136167 0
[pid=23000] vsize: 544940
Current children cumulated CPU time (s) 398.46
Current children cumulated vsize (Kb) 544940

[startup+430.021 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 23000
Raw data (/proc/23000/stat): 23000 (bsolo) R 22999 23000 19818 0 -1 0 134690 0 0 0 39445 1357 0 0 25 0 1 0 1842180555 558018560 133754 4294967295 134512640 134736556 3221224560 3221223136 134550735 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23000/statm): 136235 133754 1116 68 0 136167 0
[pid=23000] vsize: 544940
Current children cumulated CPU time (s) 408.02
Current children cumulated vsize (Kb) 544940

[startup+440.022 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 23000
Raw data (/proc/23000/stat): 23000 (bsolo) R 22999 23000 19818 0 -1 0 134690 0 0 0 40408 1369 0 0 25 0 1 0 1842180555 558018560 133754 4294967295 134512640 134736556 3221224560 3221223156 1077374082 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23000/statm): 136235 133754 1116 68 0 136167 0
[pid=23000] vsize: 544940
Current children cumulated CPU time (s) 417.77
Current children cumulated vsize (Kb) 544940

[startup+450.023 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 23000
Raw data (/proc/23000/stat): 23000 (bsolo) R 22999 23000 19818 0 -1 0 134690 0 0 0 41373 1380 0 0 25 0 1 0 1842180555 558018560 133754 4294967295 134512640 134736556 3221224560 3221223272 134694472 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23000/statm): 136235 133754 1116 68 0 136167 0
[pid=23000] vsize: 544940
Current children cumulated CPU time (s) 427.53
Current children cumulated vsize (Kb) 544940

[startup+460.024 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 23000
Raw data (/proc/23000/stat): 23000 (bsolo) R 22999 23000 19818 0 -1 0 134690 0 0 0 42336 1393 0 0 25 0 1 0 1842180555 558018560 133754 4294967295 134512640 134736556 3221224560 3221223136 134550251 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23000/statm): 136235 133754 1116 68 0 136167 0
[pid=23000] vsize: 544940
Current children cumulated CPU time (s) 437.29
Current children cumulated vsize (Kb) 544940

[startup+470.023 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 23000
Raw data (/proc/23000/stat): 23000 (bsolo) R 22999 23000 19818 0 -1 0 134690 0 0 0 43147 1456 0 0 17 0 1 0 1842180555 558018560 133754 4294967295 134512640 134736556 3221224560 3221223456 134592021 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23000/statm): 136235 133754 1116 68 0 136167 0
[pid=23000] vsize: 544940
Current children cumulated CPU time (s) 446.03
Current children cumulated vsize (Kb) 544940

[startup+480.024 s]
Raw data (loadavg): 1.00 1.00 1.00 1/56 23000
Raw data (/proc/23000/stat): 23000 (bsolo) T 22999 23000 19818 0 -1 0 134690 0 0 0 43987 1509 0 0 18 0 1 0 1842180555 558018560 133754 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/23000/statm): 136235 133754 1116 68 0 136167 0
[pid=23000] vsize: 544940
Current children cumulated CPU time (s) 454.96
Current children cumulated vsize (Kb) 544940

[startup+490.025 s]
Raw data (loadavg): 1.08 1.02 1.01 2/56 23000
Raw data (/proc/23000/stat): 23000 (bsolo) R 22999 23000 19818 0 -1 0 134798 0 0 0 44776 1584 0 0 25 0 1 0 1842180555 558530560 133862 4294967295 134512640 134736556 3221224560 3221223136 134550713 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23000/statm): 136360 133862 1116 68 0 136292 0
[pid=23000] vsize: 545440
Current children cumulated CPU time (s) 463.6
Current children cumulated vsize (Kb) 545440

[startup+500.026 s]
Raw data (loadavg): 1.07 1.02 1.00 1/56 23000
Raw data (/proc/23000/stat): 23000 (bsolo) T 22999 23000 19818 0 -1 0 134854 0 0 0 45474 1680 0 0 19 0 1 0 1842180555 558800896 133918 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/23000/statm): 136426 133918 1116 68 0 136358 0
[pid=23000] vsize: 545704
Current children cumulated CPU time (s) 471.54
Current children cumulated vsize (Kb) 545704

[startup+510.025 s]
Raw data (loadavg): 1.06 1.01 1.00 1/56 23000
Raw data (/proc/23000/stat): 23000 (bsolo) T 22999 23000 19818 0 -1 0 134882 0 0 0 46190 1775 0 0 19 0 1 0 1842180555 558800896 133946 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/23000/statm): 136426 133946 1116 68 0 136358 0
[pid=23000] vsize: 545704
Current children cumulated CPU time (s) 479.65
Current children cumulated vsize (Kb) 545704

[startup+520.025 s]
Raw data (loadavg): 1.05 1.01 1.00 1/56 23000
Raw data (/proc/23000/stat): 23000 (bsolo) T 22999 23000 19818 0 -1 0 134938 0 0 0 46908 1870 0 0 19 0 1 0 1842180555 559075328 134002 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/23000/statm): 136493 134002 1116 68 0 136425 0
[pid=23000] vsize: 545972
Current children cumulated CPU time (s) 487.78
Current children cumulated vsize (Kb) 545972

[startup+530.026 s]
Raw data (loadavg): 1.04 1.01 1.00 2/56 23000
Raw data (/proc/23000/stat): 23000 (bsolo) R 22999 23000 19818 0 -1 0 135008 0 0 0 47528 1994 0 0 17 0 1 0 1842180555 559353856 134072 4294967295 134512640 134736556 3221224560 3221223248 134528947 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23000/statm): 136561 134072 1116 68 0 136493 0
[pid=23000] vsize: 546244
Current children cumulated CPU time (s) 495.22
Current children cumulated vsize (Kb) 546244

[startup+540.026 s]
Raw data (loadavg): 1.03 1.01 1.00 2/56 23000
Raw data (/proc/23000/stat): 23000 (bsolo) R 22999 23000 19818 0 -1 0 135023 0 0 0 48241 2090 0 0 18 0 1 0 1842180555 559104000 134020 4294967295 134512640 134736556 3221224560 3221223136 134550888 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23000/statm): 136500 134020 1116 68 0 136432 0
[pid=23000] vsize: 546000
Current children cumulated CPU time (s) 503.31
Current children cumulated vsize (Kb) 546000

[startup+550.027 s]
Raw data (loadavg): 1.03 1.01 1.00 2/56 23000
Raw data (/proc/23000/stat): 23000 (bsolo) R 22999 23000 19818 0 -1 0 135160 0 0 0 48942 2185 0 0 25 0 1 0 1842180555 559734784 134157 4294967295 134512640 134736556 3221224560 3221223136 134550878 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23000/statm): 136654 134157 1116 68 0 136586 0
[pid=23000] vsize: 546616
Current children cumulated CPU time (s) 511.27
Current children cumulated vsize (Kb) 546616

[startup+560.027 s]
Raw data (loadavg): 1.02 1.01 1.00 1/56 23000
Raw data (/proc/23000/stat): 23000 (bsolo) T 22999 23000 19818 0 -1 0 135281 0 0 0 49634 2287 0 0 19 0 1 0 1842180555 559644672 134141 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/23000/statm): 136632 134141 1116 68 0 136564 0
[pid=23000] vsize: 546528
Current children cumulated CPU time (s) 519.21
Current children cumulated vsize (Kb) 546528

[startup+570.027 s]
Raw data (loadavg): 1.02 1.01 1.00 1/56 23000
Raw data (/proc/23000/stat): 23000 (bsolo) T 22999 23000 19818 0 -1 0 135484 0 0 0 50417 2357 0 0 19 0 1 0 1842180555 559382528 134082 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/23000/statm): 136568 134082 1116 68 0 136500 0
[pid=23000] vsize: 546272
Current children cumulated CPU time (s) 527.74
Current children cumulated vsize (Kb) 546272

[startup+580.028 s]
Raw data (loadavg): 1.02 1.01 1.00 2/56 23000
Raw data (/proc/23000/stat): 23000 (bsolo) R 22999 23000 19818 0 -1 0 135751 0 0 0 51046 2479 0 0 18 0 1 0 1842180555 560603136 134349 4294967295 134512640 134736556 3221224560 3221223296 134605558 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23000/statm): 136866 134349 1116 68 0 136798 0
[pid=23000] vsize: 547464
Current children cumulated CPU time (s) 535.25
Current children cumulated vsize (Kb) 547464

[startup+590.029 s]
Raw data (loadavg): 1.01 1.01 1.00 1/56 23000
Raw data (/proc/23000/stat): 23000 (bsolo) T 22999 23000 19818 0 -1 0 135799 0 0 0 51851 2540 0 0 18 0 1 0 1842180555 560738304 134397 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/23000/statm): 136899 134397 1116 68 0 136831 0
[pid=23000] vsize: 547596
Current children cumulated CPU time (s) 543.91
Current children cumulated vsize (Kb) 547596

[startup+600.029 s]
Raw data (loadavg): 1.01 1.01 1.00 2/56 23000
Raw data (/proc/23000/stat): 23000 (bsolo) R 22999 23000 19818 0 -1 0 135898 0 0 0 52669 2596 0 0 25 0 1 0 1842180555 561143808 134496 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23000/statm): 136998 134496 1116 68 0 136930 0
[pid=23000] vsize: 547992
Current children cumulated CPU time (s) 552.65
Current children cumulated vsize (Kb) 547992

[startup+610.03 s]
Raw data (loadavg): 1.01 1.00 1.00 2/56 23000
Raw data (/proc/23000/stat): 23000 (bsolo) R 22999 23000 19818 0 -1 0 135940 0 0 0 53462 2667 0 0 25 0 1 0 1842180555 561278976 134538 4294967295 134512640 134736556 3221224560 3221223136 134550878 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23000/statm): 137031 134538 1116 68 0 136963 0
[pid=23000] vsize: 548124
Current children cumulated CPU time (s) 561.29
Current children cumulated vsize (Kb) 548124

[startup+620.031 s]
Raw data (loadavg): 1.01 1.00 1.00 2/56 23000
Raw data (/proc/23000/stat): 23000 (bsolo) R 22999 23000 19818 0 -1 0 135954 0 0 0 54385 2690 0 0 25 0 1 0 1842180555 561414144 134552 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23000/statm): 137064 134552 1116 68 0 136996 0
[pid=23000] vsize: 548256
Current children cumulated CPU time (s) 570.75
Current children cumulated vsize (Kb) 548256

[startup+630.032 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 23000
Raw data (/proc/23000/stat): 23000 (bsolo) R 22999 23000 19818 0 -1 0 135982 0 0 0 55384 2691 0 0 25 0 1 0 1842180555 561414144 134580 4294967295 134512640 134736556 3221224560 3221223216 134524969 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23000/statm): 137064 134580 1116 68 0 136996 0
[pid=23000] vsize: 548256
Current children cumulated CPU time (s) 580.75
Current children cumulated vsize (Kb) 548256

[startup+640.032 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 23000
Raw data (/proc/23000/stat): 23000 (bsolo) R 22999 23000 19818 0 -1 0 135982 0 0 0 56383 2691 0 0 25 0 1 0 1842180555 561414144 134580 4294967295 134512640 134736556 3221224560 3221223136 134550713 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23000/statm): 137064 134580 1116 68 0 136996 0
[pid=23000] vsize: 548256
Current children cumulated CPU time (s) 590.74
Current children cumulated vsize (Kb) 548256

[startup+650.032 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 23000
Raw data (/proc/23000/stat): 23000 (bsolo) R 22999 23000 19818 0 -1 0 135996 0 0 0 57382 2692 0 0 25 0 1 0 1842180555 561496064 134594 4294967295 134512640 134736556 3221224560 3221223136 134550878 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23000/statm): 137084 134594 1116 68 0 137016 0
[pid=23000] vsize: 548336
Current children cumulated CPU time (s) 600.74
Current children cumulated vsize (Kb) 548336

[startup+660.033 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 23000
Raw data (/proc/23000/stat): 23000 (bsolo) R 22999 23000 19818 0 -1 0 136715 0 0 0 58337 2707 0 0 25 0 1 0 1842180555 562442240 134821 4294967295 134512640 134736556 3221224560 3221223136 134550878 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23000/statm): 137315 134821 1116 68 0 137247 0
[pid=23000] vsize: 549260
Current children cumulated CPU time (s) 610.44
Current children cumulated vsize (Kb) 549260

[startup+670.033 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 23000
Raw data (/proc/23000/stat): 23000 (bsolo) R 22999 23000 19818 0 -1 0 136828 0 0 0 59336 2707 0 0 25 0 1 0 1842180555 562794496 134908 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23000/statm): 137401 134908 1116 68 0 137333 0
[pid=23000] vsize: 549604
Current children cumulated CPU time (s) 620.43
Current children cumulated vsize (Kb) 549604

[startup+680.034 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 23000
Raw data (/proc/23000/stat): 23000 (bsolo) R 22999 23000 19818 0 -1 0 136831 0 0 0 60336 2707 0 0 25 0 1 0 1842180555 562683904 134902 4294967295 134512640 134736556 3221224560 3221223136 134550882 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23000/statm): 137374 134902 1116 68 0 137306 0
[pid=23000] vsize: 549496
Current children cumulated CPU time (s) 630.43
Current children cumulated vsize (Kb) 549496

[startup+690.033 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 23000
Raw data (/proc/23000/stat): 23000 (bsolo) R 22999 23000 19818 0 -1 0 136855 0 0 0 61277 2726 0 0 25 0 1 0 1842180555 562737152 134923 4294967295 134512640 134736556 3221224560 3221223136 134550721 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23000/statm): 137387 134923 1116 68 0 137319 0
[pid=23000] vsize: 549548
Current children cumulated CPU time (s) 640.03
Current children cumulated vsize (Kb) 549548

[startup+700.034 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 23000
Raw data (/proc/23000/stat): 23000 (bsolo) R 22999 23000 19818 0 -1 0 136855 0 0 0 62277 2726 0 0 25 0 1 0 1842180555 562737152 134923 4294967295 134512640 134736556 3221224560 3221223136 134550710 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23000/statm): 137387 134923 1116 68 0 137319 0
[pid=23000] vsize: 549548
Current children cumulated CPU time (s) 650.03
Current children cumulated vsize (Kb) 549548

[startup+710.035 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 23000
Raw data (/proc/23000/stat): 23000 (bsolo) R 22999 23000 19818 0 -1 0 136855 0 0 0 63277 2726 0 0 25 0 1 0 1842180555 562737152 134923 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23000/statm): 137387 134923 1116 68 0 137319 0
[pid=23000] vsize: 549548
Current children cumulated CPU time (s) 660.03
Current children cumulated vsize (Kb) 549548

[startup+720.035 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 23000
Raw data (/proc/23000/stat): 23000 (bsolo) R 22999 23000 19818 0 -1 0 136855 0 0 0 64278 2726 0 0 25 0 1 0 1842180555 562737152 134923 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23000/statm): 137387 134923 1116 68 0 137319 0
[pid=23000] vsize: 549548
Current children cumulated CPU time (s) 670.04
Current children cumulated vsize (Kb) 549548

[startup+730.036 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 23000
Raw data (/proc/23000/stat): 23000 (bsolo) R 22999 23000 19818 0 -1 0 136855 0 0 0 65278 2726 0 0 25 0 1 0 1842180555 562737152 134923 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23000/statm): 137387 134923 1116 68 0 137319 0
[pid=23000] vsize: 549548
Current children cumulated CPU time (s) 680.04
Current children cumulated vsize (Kb) 549548

[startup+740.036 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 23000
Raw data (/proc/23000/stat): 23000 (bsolo) R 22999 23000 19818 0 -1 0 136855 0 0 0 66278 2726 0 0 25 0 1 0 1842180555 562737152 134923 4294967295 134512640 134736556 3221224560 3221223136 134550871 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23000/statm): 137387 134923 1116 68 0 137319 0
[pid=23000] vsize: 549548
Current children cumulated CPU time (s) 690.04
Current children cumulated vsize (Kb) 549548

[startup+750.037 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 23000
Raw data (/proc/23000/stat): 23000 (bsolo) R 22999 23000 19818 0 -1 0 136855 0 0 0 67278 2726 0 0 25 0 1 0 1842180555 562737152 134923 4294967295 134512640 134736556 3221224560 3221223136 134550871 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23000/statm): 137387 134923 1116 68 0 137319 0
[pid=23000] vsize: 549548
Current children cumulated CPU time (s) 700.04
Current children cumulated vsize (Kb) 549548

[startup+760.038 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 23000
Raw data (/proc/23000/stat): 23000 (bsolo) R 22999 23000 19818 0 -1 0 136855 0 0 0 68278 2726 0 0 25 0 1 0 1842180555 562737152 134923 4294967295 134512640 134736556 3221224560 3221223136 134550868 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23000/statm): 137387 134923 1116 68 0 137319 0
[pid=23000] vsize: 549548
Current children cumulated CPU time (s) 710.04
Current children cumulated vsize (Kb) 549548

[startup+770.038 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 23000
Raw data (/proc/23000/stat): 23000 (bsolo) R 22999 23000 19818 0 -1 0 136910 0 0 0 69279 2726 0 0 25 0 1 0 1842180555 563011584 134978 4294967295 134512640 134736556 3221224560 3221223136 134550875 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23000/statm): 137454 134978 1116 68 0 137386 0
[pid=23000] vsize: 549816
Current children cumulated CPU time (s) 720.05
Current children cumulated vsize (Kb) 549816

[startup+780.038 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 23000
Raw data (/proc/23000/stat): 23000 (bsolo) R 22999 23000 19818 0 -1 0 136925 0 0 0 70279 2726 0 0 25 0 1 0 1842180555 563163136 134993 4294967295 134512640 134736556 3221224560 3221223136 134550721 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23000/statm): 137491 134993 1116 68 0 137423 0
[pid=23000] vsize: 549964
Current children cumulated CPU time (s) 730.05
Current children cumulated vsize (Kb) 549964

[startup+790.038 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 23000
Raw data (/proc/23000/stat): 23000 (bsolo) R 22999 23000 19818 0 -1 0 136932 0 0 0 71279 2726 0 0 25 0 1 0 1842180555 563163136 135000 4294967295 134512640 134736556 3221224560 3221223136 134550871 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23000/statm): 137491 135000 1116 68 0 137423 0
[pid=23000] vsize: 549964
Current children cumulated CPU time (s) 740.05
Current children cumulated vsize (Kb) 549964

[startup+800.04 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 23000
Raw data (/proc/23000/stat): 23000 (bsolo) R 22999 23000 19818 0 -1 0 137021 0 0 0 72279 2726 0 0 25 0 1 0 1842180555 563617792 135089 4294967295 134512640 134736556 3221224560 3221223136 134550875 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23000/statm): 137602 135089 1116 68 0 137534 0
[pid=23000] vsize: 550408
Current children cumulated CPU time (s) 750.05
Current children cumulated vsize (Kb) 550408

[startup+810.04 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 23000
Raw data (/proc/23000/stat): 23000 (bsolo) R 22999 23000 19818 0 -1 0 137021 0 0 0 73279 2726 0 0 25 0 1 0 1842180555 562737152 134928 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23000/statm): 137387 134928 1116 68 0 137319 0
[pid=23000] vsize: 549548
Current children cumulated CPU time (s) 760.05
Current children cumulated vsize (Kb) 549548

[startup+820.04 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 23000
Raw data (/proc/23000/stat): 23000 (bsolo) R 22999 23000 19818 0 -1 0 137021 0 0 0 74279 2727 0 0 25 0 1 0 1842180555 562737152 134928 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23000/statm): 137387 134928 1116 68 0 137319 0
[pid=23000] vsize: 549548
Current children cumulated CPU time (s) 770.06
Current children cumulated vsize (Kb) 549548

[startup+830.04 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 23000
Raw data (/proc/23000/stat): 23000 (bsolo) R 22999 23000 19818 0 -1 0 137021 0 0 0 75279 2727 0 0 25 0 1 0 1842180555 562737152 134928 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23000/statm): 137387 134928 1116 68 0 137319 0
[pid=23000] vsize: 549548
Current children cumulated CPU time (s) 780.06
Current children cumulated vsize (Kb) 549548

[startup+840.04 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 23000
Raw data (/proc/23000/stat): 23000 (bsolo) R 22999 23000 19818 0 -1 0 137021 0 0 0 76279 2727 0 0 25 0 1 0 1842180555 562737152 134928 4294967295 134512640 134736556 3221224560 3221223136 134550871 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23000/statm): 137387 134928 1116 68 0 137319 0
[pid=23000] vsize: 549548
Current children cumulated CPU time (s) 790.06
Current children cumulated vsize (Kb) 549548

[startup+850.041 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 23000
Raw data (/proc/23000/stat): 23000 (bsolo) R 22999 23000 19818 0 -1 0 137021 0 0 0 77279 2727 0 0 25 0 1 0 1842180555 562737152 134928 4294967295 134512640 134736556 3221224560 3221223136 134550878 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23000/statm): 137387 134928 1116 68 0 137319 0
[pid=23000] vsize: 549548
Current children cumulated CPU time (s) 800.06
Current children cumulated vsize (Kb) 549548

[startup+860.042 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 23000
Raw data (/proc/23000/stat): 23000 (bsolo) R 22999 23000 19818 0 -1 0 137021 0 0 0 78279 2727 0 0 25 0 1 0 1842180555 562737152 134928 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23000/statm): 137387 134928 1116 68 0 137319 0
[pid=23000] vsize: 549548
Current children cumulated CPU time (s) 810.06
Current children cumulated vsize (Kb) 549548

[startup+870.041 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 23000
Raw data (/proc/23000/stat): 23000 (bsolo) R 22999 23000 19818 0 -1 0 137021 0 0 0 79279 2727 0 0 25 0 1 0 1842180555 562737152 134928 4294967295 134512640 134736556 3221224560 3221223136 134550875 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23000/statm): 137387 134928 1116 68 0 137319 0
[pid=23000] vsize: 549548
Current children cumulated CPU time (s) 820.06
Current children cumulated vsize (Kb) 549548

[startup+880.042 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 23000
Raw data (/proc/23000/stat): 23000 (bsolo) R 22999 23000 19818 0 -1 0 137021 0 0 0 80278 2727 0 0 25 0 1 0 1842180555 562737152 134928 4294967295 134512640 134736556 3221224560 3221222924 1077379846 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23000/statm): 137387 134928 1116 68 0 137319 0
[pid=23000] vsize: 549548
Current children cumulated CPU time (s) 830.05
Current children cumulated vsize (Kb) 549548

[startup+890.042 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 23000
Raw data (/proc/23000/stat): 23000 (bsolo) R 22999 23000 19818 0 -1 0 137021 0 0 0 81278 2727 0 0 25 0 1 0 1842180555 562737152 134928 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23000/statm): 137387 134928 1116 68 0 137319 0
[pid=23000] vsize: 549548
Current children cumulated CPU time (s) 840.05
Current children cumulated vsize (Kb) 549548

[startup+900.043 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 23000
Raw data (/proc/23000/stat): 23000 (bsolo) R 22999 23000 19818 0 -1 0 137021 0 0 0 82278 2727 0 0 25 0 1 0 1842180555 562737152 134928 4294967295 134512640 134736556 3221224560 3221223136 134550871 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23000/statm): 137387 134928 1116 68 0 137319 0
[pid=23000] vsize: 549548
Current children cumulated CPU time (s) 850.05
Current children cumulated vsize (Kb) 549548

[startup+910.044 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 23000
Raw data (/proc/23000/stat): 23000 (bsolo) R 22999 23000 19818 0 -1 0 137025 0 0 0 83278 2727 0 0 25 0 1 0 1842180555 562921472 134932 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23000/statm): 137432 134932 1116 68 0 137364 0
[pid=23000] vsize: 549728
Current children cumulated CPU time (s) 860.05
Current children cumulated vsize (Kb) 549728

[startup+920.044 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 23000
Raw data (/proc/23000/stat): 23000 (bsolo) R 22999 23000 19818 0 -1 0 137055 0 0 0 84278 2727 0 0 25 0 1 0 1842180555 563056640 134962 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23000/statm): 137465 134962 1116 68 0 137397 0
[pid=23000] vsize: 549860
Current children cumulated CPU time (s) 870.05
Current children cumulated vsize (Kb) 549860

[startup+930.045 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 23000
Raw data (/proc/23000/stat): 23000 (bsolo) R 22999 23000 19818 0 -1 0 137101 0 0 0 85278 2728 0 0 25 0 1 0 1842180555 563191808 135008 4294967295 134512640 134736556 3221224560 3221223136 134550871 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23000/statm): 137498 135008 1116 68 0 137430 0
[pid=23000] vsize: 549992
Current children cumulated CPU time (s) 880.06
Current children cumulated vsize (Kb) 549992

[startup+940.046 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 23000
Raw data (/proc/23000/stat): 23000 (bsolo) R 22999 23000 19818 0 -1 0 137105 0 0 0 86278 2728 0 0 25 0 1 0 1842180555 563191808 135012 4294967295 134512640 134736556 3221224560 3221223136 134550721 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23000/statm): 137498 135012 1116 68 0 137430 0
[pid=23000] vsize: 549992
Current children cumulated CPU time (s) 890.06
Current children cumulated vsize (Kb) 549992

[startup+950.047 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 23000
Raw data (/proc/23000/stat): 23000 (bsolo) R 22999 23000 19818 0 -1 0 137105 0 0 0 87278 2728 0 0 25 0 1 0 1842180555 563191808 135012 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23000/statm): 137498 135012 1116 68 0 137430 0
[pid=23000] vsize: 549992
Current children cumulated CPU time (s) 900.06
Current children cumulated vsize (Kb) 549992

[startup+960.047 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 23000
Raw data (/proc/23000/stat): 23000 (bsolo) R 22999 23000 19818 0 -1 0 137125 0 0 0 88278 2728 0 0 25 0 1 0 1842180555 563191808 135032 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23000/statm): 137498 135032 1116 68 0 137430 0
[pid=23000] vsize: 549992
Current children cumulated CPU time (s) 910.06
Current children cumulated vsize (Kb) 549992

[startup+970.047 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 23000
Raw data (/proc/23000/stat): 23000 (bsolo) R 22999 23000 19818 0 -1 0 137183 0 0 0 89278 2728 0 0 25 0 1 0 1842180555 563249152 135053 4294967295 134512640 134736556 3221224560 3221223136 134550878 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23000/statm): 137512 135053 1116 68 0 137444 0
[pid=23000] vsize: 550048
Current children cumulated CPU time (s) 920.06
Current children cumulated vsize (Kb) 550048

[startup+980.048 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 23000
Raw data (/proc/23000/stat): 23000 (bsolo) R 22999 23000 19818 0 -1 0 137287 0 0 0 90277 2729 0 0 25 0 1 0 1842180555 563236864 135048 4294967295 134512640 134736556 3221224560 3221223136 134550735 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23000/statm): 137509 135048 1116 68 0 137441 0
[pid=23000] vsize: 550036
Current children cumulated CPU time (s) 930.06
Current children cumulated vsize (Kb) 550036

[startup+990.048 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 23000
Raw data (/proc/23000/stat): 23000 (bsolo) R 22999 23000 19818 0 -1 0 137360 0 0 0 91278 2729 0 0 25 0 1 0 1842180555 563642368 135121 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23000/statm): 137608 135121 1116 68 0 137540 0
[pid=23000] vsize: 550432
Current children cumulated CPU time (s) 940.07
Current children cumulated vsize (Kb) 550432

[startup+1000.05 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 23000
Raw data (/proc/23000/stat): 23000 (bsolo) R 22999 23000 19818 0 -1 0 137360 0 0 0 92278 2729 0 0 25 0 1 0 1842180555 563642368 135121 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23000/statm): 137608 135121 1116 68 0 137540 0
[pid=23000] vsize: 550432
Current children cumulated CPU time (s) 950.07
Current children cumulated vsize (Kb) 550432

[startup+1010.05 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 23000
Raw data (/proc/23000/stat): 23000 (bsolo) R 22999 23000 19818 0 -1 0 137369 0 0 0 93278 2729 0 0 25 0 1 0 1842180555 563630080 135130 4294967295 134512640 134736556 3221224560 3221223136 134550735 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23000/statm): 137605 135130 1116 68 0 137537 0
[pid=23000] vsize: 550420
Current children cumulated CPU time (s) 960.07
Current children cumulated vsize (Kb) 550420

[startup+1020.05 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 23000
Raw data (/proc/23000/stat): 23000 (bsolo) R 22999 23000 19818 0 -1 0 137369 0 0 0 94278 2729 0 0 25 0 1 0 1842180555 563630080 135130 4294967295 134512640 134736556 3221224560 3221223136 134550871 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23000/statm): 137605 135130 1116 68 0 137537 0
[pid=23000] vsize: 550420
Current children cumulated CPU time (s) 970.07
Current children cumulated vsize (Kb) 550420

[startup+1030.05 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 23000
Raw data (/proc/23000/stat): 23000 (bsolo) R 22999 23000 19818 0 -1 0 137369 0 0 0 95278 2729 0 0 25 0 1 0 1842180555 563630080 135130 4294967295 134512640 134736556 3221224560 3221223136 134550888 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23000/statm): 137605 135130 1116 68 0 137537 0
[pid=23000] vsize: 550420
Current children cumulated CPU time (s) 980.07
Current children cumulated vsize (Kb) 550420

[startup+1040.05 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 23000
Raw data (/proc/23000/stat): 23000 (bsolo) R 22999 23000 19818 0 -1 0 137443 0 0 0 96278 2729 0 0 25 0 1 0 1842180555 563933184 135196 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23000/statm): 137679 135196 1116 68 0 137611 0
[pid=23000] vsize: 550716
Current children cumulated CPU time (s) 990.07
Current children cumulated vsize (Kb) 550716

[startup+1050.05 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 23000
Raw data (/proc/23000/stat): 23000 (bsolo) R 22999 23000 19818 0 -1 0 137451 0 0 0 97278 2729 0 0 25 0 1 0 1842180555 564068352 135204 4294967295 134512640 134736556 3221224560 3221223136 134550888 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23000/statm): 137712 135204 1116 68 0 137644 0
[pid=23000] vsize: 550848
Current children cumulated CPU time (s) 1000.07
Current children cumulated vsize (Kb) 550848

[startup+1060.05 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 23000
Raw data (/proc/23000/stat): 23000 (bsolo) R 22999 23000 19818 0 -1 0 137451 0 0 0 98279 2730 0 0 25 0 1 0 1842180555 564068352 135204 4294967295 134512640 134736556 3221224560 3221223136 134550735 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23000/statm): 137712 135204 1116 68 0 137644 0
[pid=23000] vsize: 550848
Current children cumulated CPU time (s) 1010.09
Current children cumulated vsize (Kb) 550848

[startup+1070.05 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 23000
Raw data (/proc/23000/stat): 23000 (bsolo) R 22999 23000 19818 0 -1 0 137451 0 0 0 99279 2730 0 0 25 0 1 0 1842180555 564068352 135204 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23000/statm): 137712 135204 1116 68 0 137644 0
[pid=23000] vsize: 550848
Current children cumulated CPU time (s) 1020.09
Current children cumulated vsize (Kb) 550848

[startup+1080.05 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 23000
Raw data (/proc/23000/stat): 23000 (bsolo) R 22999 23000 19818 0 -1 0 137451 0 0 0 100279 2730 0 0 25 0 1 0 1842180555 563900416 135180 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23000/statm): 137671 135180 1116 68 0 137603 0
[pid=23000] vsize: 550684
Current children cumulated CPU time (s) 1030.09
Current children cumulated vsize (Kb) 550684

[startup+1090.05 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 23000
Raw data (/proc/23000/stat): 23000 (bsolo) R 22999 23000 19818 0 -1 0 137451 0 0 0 101279 2730 0 0 25 0 1 0 1842180555 563351552 135078 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23000/statm): 137537 135078 1116 68 0 137469 0
[pid=23000] vsize: 550148
Current children cumulated CPU time (s) 1040.09
Current children cumulated vsize (Kb) 550148

[startup+1100.06 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 23000
Raw data (/proc/23000/stat): 23000 (bsolo) R 22999 23000 19818 0 -1 0 137454 0 0 0 102279 2730 0 0 25 0 1 0 1842180555 563486720 135081 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23000/statm): 137570 135081 1116 68 0 137502 0
[pid=23000] vsize: 550280
Current children cumulated CPU time (s) 1050.09
Current children cumulated vsize (Kb) 550280

[startup+1110.06 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 23000
Raw data (/proc/23000/stat): 23000 (bsolo) R 22999 23000 19818 0 -1 0 137510 0 0 0 103279 2730 0 0 25 0 1 0 1842180555 563621888 135113 4294967295 134512640 134736556 3221224560 3221223136 134550871 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23000/statm): 137603 135113 1116 68 0 137535 0
[pid=23000] vsize: 550412
Current children cumulated CPU time (s) 1060.09
Current children cumulated vsize (Kb) 550412

[startup+1120.06 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 23000
Raw data (/proc/23000/stat): 23000 (bsolo) R 22999 23000 19818 0 -1 0 137510 0 0 0 104279 2730 0 0 25 0 1 0 1842180555 562737152 134928 4294967295 134512640 134736556 3221224560 3221223136 134550713 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23000/statm): 137387 134928 1116 68 0 137319 0
[pid=23000] vsize: 549548
Current children cumulated CPU time (s) 1070.09
Current children cumulated vsize (Kb) 549548

[startup+1130.06 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 23000
Raw data (/proc/23000/stat): 23000 (bsolo) R 22999 23000 19818 0 -1 0 137510 0 0 0 105279 2730 0 0 25 0 1 0 1842180555 562737152 134928 4294967295 134512640 134736556 3221224560 3221223136 134550875 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23000/statm): 137387 134928 1116 68 0 137319 0
[pid=23000] vsize: 549548
Current children cumulated CPU time (s) 1080.09
Current children cumulated vsize (Kb) 549548

[startup+1140.06 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 23000
Raw data (/proc/23000/stat): 23000 (bsolo) R 22999 23000 19818 0 -1 0 137666 0 0 0 106279 2730 0 0 25 0 1 0 1842180555 563445760 135084 4294967295 134512640 134736556 3221224560 3221223136 134550882 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23000/statm): 137560 135084 1116 68 0 137492 0
[pid=23000] vsize: 550240
Current children cumulated CPU time (s) 1090.09
Current children cumulated vsize (Kb) 550240

[startup+1150.06 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 23000
Raw data (/proc/23000/stat): 23000 (bsolo) R 22999 23000 19818 0 -1 0 137740 0 0 0 107279 2730 0 0 25 0 1 0 1842180555 563376128 135054 4294967295 134512640 134736556 3221224560 3221223136 134550871 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23000/statm): 137543 135054 1116 68 0 137475 0
[pid=23000] vsize: 550172
Current children cumulated CPU time (s) 1100.09
Current children cumulated vsize (Kb) 550172

[startup+1160.06 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 23000
Raw data (/proc/23000/stat): 23000 (bsolo) R 22999 23000 19818 0 -1 0 137816 0 0 0 108279 2730 0 0 25 0 1 0 1842180555 563597312 135130 4294967295 134512640 134736556 3221224560 3221223136 134550875 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23000/statm): 137597 135130 1116 68 0 137529 0
[pid=23000] vsize: 550388
Current children cumulated CPU time (s) 1110.09
Current children cumulated vsize (Kb) 550388

[startup+1170.06 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 23000
Raw data (/proc/23000/stat): 23000 (bsolo) R 22999 23000 19818 0 -1 0 137981 0 0 0 109279 2731 0 0 25 0 1 0 1842180555 564293632 135272 4294967295 134512640 134736556 3221224560 3221223136 134550875 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23000/statm): 137767 135272 1116 68 0 137699 0
[pid=23000] vsize: 551068
Current children cumulated CPU time (s) 1120.1
Current children cumulated vsize (Kb) 551068

[startup+1180.06 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 23000
Raw data (/proc/23000/stat): 23000 (bsolo) R 22999 23000 19818 0 -1 0 138157 0 0 0 110278 2731 0 0 25 0 1 0 1842180555 564998144 135448 4294967295 134512640 134736556 3221224560 3221223136 134550888 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23000/statm): 137939 135448 1116 68 0 137871 0
[pid=23000] vsize: 551756
Current children cumulated CPU time (s) 1130.09
Current children cumulated vsize (Kb) 551756

[startup+1190.06 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 23000
Raw data (/proc/23000/stat): 23000 (bsolo) R 22999 23000 19818 0 -1 0 138160 0 0 0 111278 2731 0 0 25 0 1 0 1842180555 564998144 135451 4294967295 134512640 134736556 3221224560 3221223136 134550888 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23000/statm): 137939 135451 1116 68 0 137871 0
[pid=23000] vsize: 551756
Current children cumulated CPU time (s) 1140.09
Current children cumulated vsize (Kb) 551756

[startup+1200.06 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 23000
Raw data (/proc/23000/stat): 23000 (bsolo) R 22999 23000 19818 0 -1 0 138162 0 0 0 112278 2731 0 0 25 0 1 0 1842180555 564920320 135453 4294967295 134512640 134736556 3221224560 3221223136 134550871 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23000/statm): 137920 135453 1116 68 0 137852 0
[pid=23000] vsize: 551680
Current children cumulated CPU time (s) 1150.09
Current children cumulated vsize (Kb) 551680

[startup+1210.06 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 23000
Raw data (/proc/23000/stat): 23000 (bsolo) R 22999 23000 19818 0 -1 0 138187 0 0 0 113278 2732 0 0 25 0 1 0 1842180555 565080064 135478 4294967295 134512640 134736556 3221224560 3221223136 134550724 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23000/statm): 137959 135478 1116 68 0 137891 0
[pid=23000] vsize: 551836
Current children cumulated CPU time (s) 1160.1
Current children cumulated vsize (Kb) 551836

[startup+1220.06 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 23000
Raw data (/proc/23000/stat): 23000 (bsolo) R 22999 23000 19818 0 -1 0 138187 0 0 0 114278 2732 0 0 25 0 1 0 1842180555 565080064 135478 4294967295 134512640 134736556 3221224560 3221223136 134550713 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23000/statm): 137959 135478 1116 68 0 137891 0
[pid=23000] vsize: 551836
Current children cumulated CPU time (s) 1170.1
Current children cumulated vsize (Kb) 551836

[startup+1230.06 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 23000
Raw data (/proc/23000/stat): 23000 (bsolo) R 22999 23000 19818 0 -1 0 138303 0 0 0 115278 2732 0 0 25 0 1 0 1842180555 565141504 135510 4294967295 134512640 134736556 3221224560 3221223136 134550742 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/23000/statm): 137974 135510 1116 68 0 137906 0
[pid=23000] vsize: 551896
Current children cumulated CPU time (s) 1180.1
Current children cumulated vsize (Kb) 551896

[startup+1240.06 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 23000
Raw data (/proc/23000/stat): 23000 (bsolo) R 22999 23000 19818 0 -1 0 138341 0 0 0 116210 2753 0 0 25 0 1 0 1842180555 562737152 134928 4294967295 134512640 134736556 3221224560 3221223136 134550871 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/23000/statm): 137387 134928 1116 68 0 137319 0
[pid=23000] vsize: 549548
Current children cumulated CPU time (s) 1189.63
Current children cumulated vsize (Kb) 549548
One traced child (pid=23000) exited with status: 0
All traced children have exited ! Game is over.

Child status: 0
Real time (s): 1247.15
CPU time (s): 1196.72
CPU user time (s): 1168.92
CPU system time (s): 27.7908
CPU usage (%): 95.9564
Max. virtual memory (cumulated for all children) (Kb): 551896

Verifier Data

ERROR: no interpretation found !