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/ftp.netlib.org/lp/data/normalized-mps-v2-20-10-standgub.opb
MD5SUM596bf3240e9419031120c2cbaef1fb61
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 210
Biggest coefficient in the objective function 53687091200
Number of bits for the biggest coefficient in the objective function 36
Sum of the numbers in the objective function 326417514192
Number of bits of the sum of numbers in the objective function 39
Biggest number in a constraint 77387257610240
Number of bits of the biggest number in a constraint 47
Biggest sum of numbers in a constraint 2427818341201528
Number of bits of the biggest sum of numbers52
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Number of variables33244
Total number of constraints463
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 constraints463
Minimum length of a constraint11
Maximum length of a constraint22350

Trace number 538

Launcher Data

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 7
model name	: Pentium III (Katmai)
stepping	: 2
cpu MHz		: 451.091
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:        924500 kB
Buffers:         37904 kB
Cached:          32884 kB
SwapCached:        544 kB
Active:          55632 kB
Inactive:        27332 kB
HighTotal:      131008 kB
HighFree:        98168 kB
LowTotal:       903652 kB
LowFree:        826332 kB
SwapTotal:     2097136 kB
SwapFree:      2096072 kB
Dirty:              28 kB
Writeback:           0 kB
Mapped:           5884 kB
Slab:            21636 kB
Committed_AS:    64164 kB
PageTables:        328 kB
VmallocTotal:   114680 kB
VmallocUsed:      1364 kB
VmallocChunk:   113256 kB
JOB ENDED THE 2005-09-18 11:19:22 (client local time) WITH STATUS 0 IN 1195.07 SECONDS
stats: 494 7 1195.07 0

Solver Data

c INFO: OSL Context initialized.
c BIG Int formula...
c Initial problem consists of 33244 variables and 616 constraints.
c	preprocess terminated. Elapsed time: 41.278
c After prepocess the problem consists of 17352 variables and 579 constraints.
c Initial Lower Bound: 0
c Restart #1 #Var: 17352 #Dec: 26676 LB: 0 @ 459.51
c CHANGE Heuristic... 
c Restart #0 #Var: 17352 #Dec: 50756 LB: 0 @ 881
s UNKNOWN
c Exit Code: 0
c Total time: 1195 s

Watcher Data

Enforcing CPU limit (will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime (will send SIGXCPU) limit: 1230 seconds
Enforcing Stack size limit: 67108864 bytes
Enforcing memory limit (will send SIGTERM then SIGKILL): 921600 Kb
Enforcing VSIZE limit: 994918400 bytes
Current StackSize limit: 67108864 bytes
Raw data (/proc/11578/stat): 11578 (bsolo) R 11577 11578 8263 0 -1 0 19 0 0 0 0 0 0 0 23 0 1 0 1782482418 438272 3 4294967295 134512640 134736556 3221224560 3221224560 1073744960 0 0 5 0 0 0 0 17 0 0 0
Raw data (/proc/11578/statm): 107 3 90 68 0 39 0
[pid=11578] 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/wulflinc12/normalized-mps-v2-20-10-standgub.opb

[startup+10.0033 s]
Raw data (loadavg): 1.00 1.02 0.93 2/56 11578
Raw data (/proc/11578/stat): 11578 (bsolo) R 11577 11578 8263 0 -1 0 19943 0 0 0 929 56 0 0 25 0 1 0 1782482418 83914752 19473 4294967295 134512640 134736556 3221224560 3221223136 134539910 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11578/statm): 20487 19473 1116 68 0 20419 0
[pid=11578] vsize: 81948
Current children cumulated CPU time (s) 9.85
Current children cumulated vsize (Kb) 81948

[startup+20.0042 s]
Raw data (loadavg): 1.00 1.02 0.93 2/56 11578
Raw data (/proc/11578/stat): 11578 (bsolo) R 11577 11578 8263 0 -1 0 20098 0 0 0 1929 56 0 0 25 0 1 0 1782482418 84602880 19614 4294967295 134512640 134736556 3221224560 3221223136 134539919 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11578/statm): 20655 19614 1116 68 0 20587 0
[pid=11578] vsize: 82620
Current children cumulated CPU time (s) 19.85
Current children cumulated vsize (Kb) 82620

[startup+30.005 s]
Raw data (loadavg): 1.00 1.02 0.93 2/56 11578
Raw data (/proc/11578/stat): 11578 (bsolo) R 11577 11578 8263 0 -1 0 20403 0 0 0 2927 57 0 0 25 0 1 0 1782482418 85921792 19897 4294967295 134512640 134736556 3221224560 3221223136 134539937 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11578/statm): 20977 19897 1116 68 0 20909 0
[pid=11578] vsize: 83908
Current children cumulated CPU time (s) 29.84
Current children cumulated vsize (Kb) 83908

[startup+40.0059 s]
Raw data (loadavg): 1.00 1.02 0.93 2/56 11578
Raw data (/proc/11578/stat): 11578 (bsolo) R 11577 11578 8263 0 -1 0 20453 0 0 0 3926 58 0 0 25 0 1 0 1782482418 86056960 19947 4294967295 134512640 134736556 3221224560 3221222812 1077364324 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/11578/statm): 21010 19947 1116 68 0 20942 0
[pid=11578] vsize: 84040
Current children cumulated CPU time (s) 39.84
Current children cumulated vsize (Kb) 84040

[startup+50.0067 s]
Raw data (loadavg): 1.07 1.03 0.94 2/56 11578
Raw data (/proc/11578/stat): 11578 (bsolo) R 11577 11578 8263 0 -1 0 24773 0 0 0 4911 71 0 0 25 0 1 0 1782482418 104828928 24267 4294967295 134512640 134736556 3221224560 3221223176 134537586 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/11578/statm): 25593 24267 1116 68 0 25525 0
[pid=11578] vsize: 102372
Current children cumulated CPU time (s) 49.82
Current children cumulated vsize (Kb) 102372

[startup+60.0076 s]
Raw data (loadavg): 1.06 1.03 0.94 2/56 11578
Raw data (/proc/11578/stat): 11578 (bsolo) R 11577 11578 8263 0 -1 0 24773 0 0 0 5909 72 0 0 25 0 1 0 1782482418 104828928 24267 4294967295 134512640 134736556 3221224560 3221223280 134645793 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/11578/statm): 25593 24267 1116 68 0 25525 0
[pid=11578] vsize: 102372
Current children cumulated CPU time (s) 59.81
Current children cumulated vsize (Kb) 102372

[startup+70.0084 s]
Raw data (loadavg): 1.05 1.03 0.94 2/56 11578
Raw data (/proc/11578/stat): 11578 (bsolo) R 11577 11578 8263 0 -1 0 24773 0 0 0 6907 73 0 0 25 0 1 0 1782482418 104828928 24267 4294967295 134512640 134736556 3221224560 3221223296 134645965 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11578/statm): 25593 24267 1116 68 0 25525 0
[pid=11578] vsize: 102372
Current children cumulated CPU time (s) 69.8
Current children cumulated vsize (Kb) 102372

[startup+80.0082 s]
Raw data (loadavg): 1.04 1.03 0.94 2/56 11578
Raw data (/proc/11578/stat): 11578 (bsolo) R 11577 11578 8263 0 -1 0 24773 0 0 0 7905 73 0 0 25 0 1 0 1782482418 104828928 24267 4294967295 134512640 134736556 3221224560 3221223216 134649034 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11578/statm): 25593 24267 1116 68 0 25525 0
[pid=11578] vsize: 102372
Current children cumulated CPU time (s) 79.78
Current children cumulated vsize (Kb) 102372

[startup+90.0091 s]
Raw data (loadavg): 1.04 1.03 0.94 2/56 11578
Raw data (/proc/11578/stat): 11578 (bsolo) R 11577 11578 8263 0 -1 0 24775 0 0 0 8903 74 0 0 25 0 1 0 1782482418 104828928 24269 4294967295 134512640 134736556 3221224560 3221223168 134558135 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11578/statm): 25593 24269 1116 68 0 25525 0
[pid=11578] vsize: 102372
Current children cumulated CPU time (s) 89.77
Current children cumulated vsize (Kb) 102372

[startup+100.009 s]
Raw data (loadavg): 1.03 1.03 0.94 2/56 11578
Raw data (/proc/11578/stat): 11578 (bsolo) R 11577 11578 8263 0 -1 0 24775 0 0 0 9901 75 0 0 25 0 1 0 1782482418 104828928 24269 4294967295 134512640 134736556 3221224560 3221223316 134644530 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11578/statm): 25593 24269 1116 68 0 25525 0
[pid=11578] vsize: 102372
Current children cumulated CPU time (s) 99.76
Current children cumulated vsize (Kb) 102372

[startup+110.01 s]
Raw data (loadavg): 1.03 1.02 0.94 2/56 11578
Raw data (/proc/11578/stat): 11578 (bsolo) R 11577 11578 8263 0 -1 0 24775 0 0 0 10899 76 0 0 25 0 1 0 1782482418 104828928 24269 4294967295 134512640 134736556 3221224560 3221223148 134560372 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11578/statm): 25593 24269 1116 68 0 25525 0
[pid=11578] vsize: 102372
Current children cumulated CPU time (s) 109.75
Current children cumulated vsize (Kb) 102372

[startup+120.011 s]
Raw data (loadavg): 1.09 1.04 0.94 2/56 11578
Raw data (/proc/11578/stat): 11578 (bsolo) R 11577 11578 8263 0 -1 0 24775 0 0 0 11897 77 0 0 25 0 1 0 1782482418 104828928 24269 4294967295 134512640 134736556 3221224560 3221223176 134537599 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11578/statm): 25593 24269 1116 68 0 25525 0
[pid=11578] vsize: 102372
Current children cumulated CPU time (s) 119.74
Current children cumulated vsize (Kb) 102372

[startup+130.01 s]
Raw data (loadavg): 1.08 1.04 0.94 2/56 11578
Raw data (/proc/11578/stat): 11578 (bsolo) R 11577 11578 8263 0 -1 0 24777 0 0 0 12896 77 0 0 25 0 1 0 1782482418 104828928 24271 4294967295 134512640 134736556 3221224560 3221223176 134537599 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11578/statm): 25593 24271 1116 68 0 25525 0
[pid=11578] vsize: 102372
Current children cumulated CPU time (s) 129.73
Current children cumulated vsize (Kb) 102372

[startup+140.01 s]
Raw data (loadavg): 1.07 1.04 0.94 2/56 11578
Raw data (/proc/11578/stat): 11578 (bsolo) R 11577 11578 8263 0 -1 0 24777 0 0 0 13894 78 0 0 25 0 1 0 1782482418 104828928 24271 4294967295 134512640 134736556 3221224560 3221223296 134645968 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11578/statm): 25593 24271 1116 68 0 25525 0
[pid=11578] vsize: 102372
Current children cumulated CPU time (s) 139.72
Current children cumulated vsize (Kb) 102372

[startup+150.011 s]
Raw data (loadavg): 1.06 1.03 0.94 2/56 11578
Raw data (/proc/11578/stat): 11578 (bsolo) R 11577 11578 8263 0 -1 0 24777 0 0 0 14891 79 0 0 25 0 1 0 1782482418 104828928 24271 4294967295 134512640 134736556 3221224560 3221223152 134558545 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11578/statm): 25593 24271 1116 68 0 25525 0
[pid=11578] vsize: 102372
Current children cumulated CPU time (s) 149.7
Current children cumulated vsize (Kb) 102372

[startup+160.012 s]
Raw data (loadavg): 1.05 1.03 0.94 2/56 11578
Raw data (/proc/11578/stat): 11578 (bsolo) R 11577 11578 8263 0 -1 0 24779 0 0 0 15889 80 0 0 25 0 1 0 1782482418 104828928 24273 4294967295 134512640 134736556 3221224560 3221223148 134560372 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11578/statm): 25593 24273 1116 68 0 25525 0
[pid=11578] vsize: 102372
Current children cumulated CPU time (s) 159.69
Current children cumulated vsize (Kb) 102372

[startup+170.012 s]
Raw data (loadavg): 1.04 1.03 0.94 2/56 11578
Raw data (/proc/11578/stat): 11578 (bsolo) R 11577 11578 8263 0 -1 0 24779 0 0 0 16887 81 0 0 25 0 1 0 1782482418 104828928 24273 4294967295 134512640 134736556 3221224560 3221223300 134560258 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11578/statm): 25593 24273 1116 68 0 25525 0
[pid=11578] vsize: 102372
Current children cumulated CPU time (s) 169.68
Current children cumulated vsize (Kb) 102372

[startup+180.012 s]
Raw data (loadavg): 1.03 1.03 0.94 2/56 11578
Raw data (/proc/11578/stat): 11578 (bsolo) R 11577 11578 8263 0 -1 0 24779 0 0 0 17884 82 0 0 25 0 1 0 1782482418 104828928 24273 4294967295 134512640 134736556 3221224560 3221223328 134644500 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11578/statm): 25593 24273 1116 68 0 25525 0
[pid=11578] vsize: 102372
Current children cumulated CPU time (s) 179.66
Current children cumulated vsize (Kb) 102372

[startup+190.012 s]
Raw data (loadavg): 1.03 1.03 0.94 2/56 11578
Raw data (/proc/11578/stat): 11578 (bsolo) R 11577 11578 8263 0 -1 0 24779 0 0 0 18882 83 0 0 25 0 1 0 1782482418 104828928 24273 4294967295 134512640 134736556 3221224560 3221223304 134544048 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11578/statm): 25593 24273 1116 68 0 25525 0
[pid=11578] vsize: 102372
Current children cumulated CPU time (s) 189.65
Current children cumulated vsize (Kb) 102372

[startup+200.012 s]
Raw data (loadavg): 1.02 1.03 0.94 2/56 11578
Raw data (/proc/11578/stat): 11578 (bsolo) R 11577 11578 8263 0 -1 0 24781 0 0 0 19879 84 0 0 25 0 1 0 1782482418 104828928 24275 4294967295 134512640 134736556 3221224560 3221223176 134537586 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11578/statm): 25593 24275 1116 68 0 25525 0
[pid=11578] vsize: 102372
Current children cumulated CPU time (s) 199.63
Current children cumulated vsize (Kb) 102372

[startup+210.013 s]
Raw data (loadavg): 1.02 1.03 0.94 2/56 11578
Raw data (/proc/11578/stat): 11578 (bsolo) R 11577 11578 8263 0 -1 0 24781 0 0 0 20877 85 0 0 25 0 1 0 1782482418 104828928 24275 4294967295 134512640 134736556 3221224560 3221223152 134558518 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11578/statm): 25593 24275 1116 68 0 25525 0
[pid=11578] vsize: 102372
Current children cumulated CPU time (s) 209.62
Current children cumulated vsize (Kb) 102372

[startup+220.014 s]
Raw data (loadavg): 1.02 1.02 0.94 2/56 11578
Raw data (/proc/11578/stat): 11578 (bsolo) R 11577 11578 8263 0 -1 0 24781 0 0 0 21875 86 0 0 25 0 1 0 1782482418 104828928 24275 4294967295 134512640 134736556 3221224560 3221223216 134649034 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11578/statm): 25593 24275 1116 68 0 25525 0
[pid=11578] vsize: 102372
Current children cumulated CPU time (s) 219.61
Current children cumulated vsize (Kb) 102372

[startup+230.014 s]
Raw data (loadavg): 1.01 1.02 0.94 2/56 11578
Raw data (/proc/11578/stat): 11578 (bsolo) R 11577 11578 8263 0 -1 0 24783 0 0 0 22873 87 0 0 25 0 1 0 1782482418 104828928 24277 4294967295 134512640 134736556 3221224560 3221223316 134644530 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11578/statm): 25593 24277 1116 68 0 25525 0
[pid=11578] vsize: 102372
Current children cumulated CPU time (s) 229.6
Current children cumulated vsize (Kb) 102372

[startup+240.015 s]
Raw data (loadavg): 1.01 1.02 0.94 2/56 11578
Raw data (/proc/11578/stat): 11578 (bsolo) R 11577 11578 8263 0 -1 0 24783 0 0 0 23870 88 0 0 25 0 1 0 1782482418 104828928 24277 4294967295 134512640 134736556 3221224560 3221223168 134558135 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11578/statm): 25593 24277 1116 68 0 25525 0
[pid=11578] vsize: 102372
Current children cumulated CPU time (s) 239.58
Current children cumulated vsize (Kb) 102372

[startup+250.016 s]
Raw data (loadavg): 1.01 1.02 0.94 2/56 11578
Raw data (/proc/11578/stat): 11578 (bsolo) R 11577 11578 8263 0 -1 0 24785 0 0 0 24867 89 0 0 25 0 1 0 1782482418 104828928 24279 4294967295 134512640 134736556 3221224560 3221223300 134560258 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11578/statm): 25593 24279 1116 68 0 25525 0
[pid=11578] vsize: 102372
Current children cumulated CPU time (s) 249.56
Current children cumulated vsize (Kb) 102372

[startup+260.016 s]
Raw data (loadavg): 1.01 1.02 0.94 2/56 11578
Raw data (/proc/11578/stat): 11578 (bsolo) R 11577 11578 8263 0 -1 0 24877 0 0 0 25864 90 0 0 25 0 1 0 1782482418 105246720 24371 4294967295 134512640 134736556 3221224560 3221223152 134558290 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11578/statm): 25695 24371 1116 68 0 25627 0
[pid=11578] vsize: 102780
Current children cumulated CPU time (s) 259.54
Current children cumulated vsize (Kb) 102780

[startup+270.017 s]
Raw data (loadavg): 1.00 1.02 0.94 1/56 11578
Raw data (/proc/11578/stat): 11578 (bsolo) T 11577 11578 8263 0 -1 0 25071 0 0 0 26861 91 0 0 25 0 1 0 1782482418 106082304 24565 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/11578/statm): 25899 24565 1116 68 0 25831 0
[pid=11578] vsize: 103596
Current children cumulated CPU time (s) 269.52
Current children cumulated vsize (Kb) 103596

[startup+280.017 s]
Raw data (loadavg): 1.00 1.02 0.94 2/56 11578
Raw data (/proc/11578/stat): 11578 (bsolo) R 11577 11578 8263 0 -1 0 25073 0 0 0 27859 93 0 0 25 0 1 0 1782482418 106082304 24567 4294967295 134512640 134736556 3221224560 3221223136 134558411 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11578/statm): 25899 24567 1116 68 0 25831 0
[pid=11578] vsize: 103596
Current children cumulated CPU time (s) 279.52
Current children cumulated vsize (Kb) 103596

[startup+290.017 s]
Raw data (loadavg): 1.00 1.02 0.94 2/56 11578
Raw data (/proc/11578/stat): 11578 (bsolo) R 11577 11578 8263 0 -1 0 25074 0 0 0 28855 93 0 0 25 0 1 0 1782482418 106082304 24568 4294967295 134512640 134736556 3221224560 3221223328 134644500 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11578/statm): 25899 24568 1116 68 0 25831 0
[pid=11578] vsize: 103596
Current children cumulated CPU time (s) 289.48
Current children cumulated vsize (Kb) 103596

[startup+300.017 s]
Raw data (loadavg): 1.00 1.02 0.94 2/56 11578
Raw data (/proc/11578/stat): 11578 (bsolo) R 11577 11578 8263 0 -1 0 25076 0 0 0 29852 94 0 0 25 0 1 0 1782482418 106082304 24570 4294967295 134512640 134736556 3221224560 3221223176 134537599 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11578/statm): 25899 24570 1116 68 0 25831 0
[pid=11578] vsize: 103596
Current children cumulated CPU time (s) 299.46
Current children cumulated vsize (Kb) 103596

[startup+310.018 s]
Raw data (loadavg): 1.00 1.02 0.94 2/56 11578
Raw data (/proc/11578/stat): 11578 (bsolo) R 11577 11578 8263 0 -1 0 25076 0 0 0 30848 95 0 0 25 0 1 0 1782482418 106082304 24570 4294967295 134512640 134736556 3221224560 3221223176 134537586 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11578/statm): 25899 24570 1116 68 0 25831 0
[pid=11578] vsize: 103596
Current children cumulated CPU time (s) 309.43
Current children cumulated vsize (Kb) 103596

[startup+320.018 s]
Raw data (loadavg): 1.00 1.01 0.94 2/56 11578
Raw data (/proc/11578/stat): 11578 (bsolo) R 11577 11578 8263 0 -1 0 25079 0 0 0 31844 96 0 0 25 0 1 0 1782482418 106082304 24573 4294967295 134512640 134736556 3221224560 3221223216 134649034 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11578/statm): 25899 24573 1116 68 0 25831 0
[pid=11578] vsize: 103596
Current children cumulated CPU time (s) 319.4
Current children cumulated vsize (Kb) 103596

[startup+330.018 s]
Raw data (loadavg): 1.00 1.01 0.94 2/56 11578
Raw data (/proc/11578/stat): 11578 (bsolo) R 11577 11578 8263 0 -1 0 25081 0 0 0 32839 98 0 0 25 0 1 0 1782482418 106082304 24575 4294967295 134512640 134736556 3221224560 3221223328 134644500 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11578/statm): 25899 24575 1116 68 0 25831 0
[pid=11578] vsize: 103596
Current children cumulated CPU time (s) 329.37
Current children cumulated vsize (Kb) 103596

[startup+340.019 s]
Raw data (loadavg): 1.00 1.01 0.94 2/56 11578
Raw data (/proc/11578/stat): 11578 (bsolo) R 11577 11578 8263 0 -1 0 25082 0 0 0 33834 100 0 0 25 0 1 0 1782482418 106082304 24576 4294967295 134512640 134736556 3221224560 3221223296 134645979 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11578/statm): 25899 24576 1116 68 0 25831 0
[pid=11578] vsize: 103596
Current children cumulated CPU time (s) 339.34
Current children cumulated vsize (Kb) 103596

[startup+350.019 s]
Raw data (loadavg): 1.00 1.01 0.94 2/56 11578
Raw data (/proc/11578/stat): 11578 (bsolo) R 11577 11578 8263 0 -1 0 25084 0 0 0 34828 103 0 0 25 0 1 0 1782482418 106082304 24578 4294967295 134512640 134736556 3221224560 3221223216 134649034 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11578/statm): 25899 24578 1116 68 0 25831 0
[pid=11578] vsize: 103596
Current children cumulated CPU time (s) 349.31
Current children cumulated vsize (Kb) 103596

[startup+360.02 s]
Raw data (loadavg): 1.00 1.01 0.94 2/56 11578
Raw data (/proc/11578/stat): 11578 (bsolo) R 11577 11578 8263 0 -1 0 25276 0 0 0 35821 106 0 0 25 0 1 0 1782482418 106803200 24770 4294967295 134512640 134736556 3221224560 3221223156 134558145 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11578/statm): 26075 24770 1116 68 0 26007 0
[pid=11578] vsize: 104300
Current children cumulated CPU time (s) 359.27
Current children cumulated vsize (Kb) 104300

[startup+370.021 s]
Raw data (loadavg): 1.00 1.01 0.94 2/56 11578
Raw data (/proc/11578/stat): 11578 (bsolo) R 11577 11578 8263 0 -1 0 25485 0 0 0 36811 110 0 0 25 0 1 0 1782482418 107630592 24979 4294967295 134512640 134736556 3221224560 3221223216 134649034 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11578/statm): 26277 24979 1116 68 0 26209 0
[pid=11578] vsize: 105108
Current children cumulated CPU time (s) 369.21
Current children cumulated vsize (Kb) 105108

[startup+380.021 s]
Raw data (loadavg): 1.00 1.01 0.94 2/56 11578
Raw data (/proc/11578/stat): 11578 (bsolo) R 11577 11578 8263 0 -1 0 25489 0 0 0 37801 114 0 0 25 0 1 0 1782482418 107630592 24983 4294967295 134512640 134736556 3221224560 3221223204 134649131 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11578/statm): 26277 24983 1116 68 0 26209 0
[pid=11578] vsize: 105108
Current children cumulated CPU time (s) 379.15
Current children cumulated vsize (Kb) 105108

[startup+390.021 s]
Raw data (loadavg): 1.00 1.01 0.94 2/56 11578
Raw data (/proc/11578/stat): 11578 (bsolo) R 11577 11578 8263 0 -1 0 26014 0 0 0 38788 119 0 0 25 0 1 0 1782482418 109907968 25508 4294967295 134512640 134736556 3221224560 3221223304 134544056 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11578/statm): 26833 25508 1116 68 0 26765 0
[pid=11578] vsize: 107332
Current children cumulated CPU time (s) 389.07
Current children cumulated vsize (Kb) 107332

[startup+400.021 s]
Raw data (loadavg): 1.00 1.01 0.94 2/56 11578
Raw data (/proc/11578/stat): 11578 (bsolo) R 11577 11578 8263 0 -1 0 26044 0 0 0 39775 124 0 0 25 0 1 0 1782482418 109936640 25538 4294967295 134512640 134736556 3221224560 3221223144 134554609 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11578/statm): 26840 25538 1116 68 0 26772 0
[pid=11578] vsize: 107360
Current children cumulated CPU time (s) 398.99
Current children cumulated vsize (Kb) 107360

[startup+410.022 s]
Raw data (loadavg): 1.00 1.01 0.94 2/56 11578
Raw data (/proc/11578/stat): 11578 (bsolo) R 11577 11578 8263 0 -1 0 26044 0 0 0 40767 127 0 0 25 0 1 0 1782482418 109936640 25538 4294967295 134512640 134736556 3221224560 3221223176 134537599 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11578/statm): 26840 25538 1116 68 0 26772 0
[pid=11578] vsize: 107360
Current children cumulated CPU time (s) 408.94
Current children cumulated vsize (Kb) 107360

[startup+420.023 s]
Raw data (loadavg): 1.00 1.00 0.94 2/56 11578
Raw data (/proc/11578/stat): 11578 (bsolo) R 11577 11578 8263 0 -1 0 26044 0 0 0 41755 131 0 0 25 0 1 0 1782482418 109936640 25538 4294967295 134512640 134736556 3221224560 3221223192 134544462 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11578/statm): 26840 25538 1116 68 0 26772 0
[pid=11578] vsize: 107360
Current children cumulated CPU time (s) 418.86
Current children cumulated vsize (Kb) 107360

[startup+430.023 s]
Raw data (loadavg): 1.00 1.00 0.94 2/56 11578
Raw data (/proc/11578/stat): 11578 (bsolo) R 11577 11578 8263 0 -1 0 26044 0 0 0 42748 133 0 0 25 0 1 0 1782482418 109936640 25538 4294967295 134512640 134736556 3221224560 3221223216 134649031 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11578/statm): 26840 25538 1116 68 0 26772 0
[pid=11578] vsize: 107360
Current children cumulated CPU time (s) 428.81
Current children cumulated vsize (Kb) 107360

[startup+440.023 s]
Raw data (loadavg): 1.00 1.00 0.94 2/56 11578
Raw data (/proc/11578/stat): 11578 (bsolo) R 11577 11578 8263 0 -1 0 26044 0 0 0 43740 136 0 0 25 0 1 0 1782482418 109936640 25538 4294967295 134512640 134736556 3221224560 3221223140 134558538 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11578/statm): 26840 25538 1116 68 0 26772 0
[pid=11578] vsize: 107360
Current children cumulated CPU time (s) 438.76
Current children cumulated vsize (Kb) 107360

[startup+450.023 s]
Raw data (loadavg): 1.00 1.00 0.94 2/56 11578
Raw data (/proc/11578/stat): 11578 (bsolo) R 11577 11578 8263 0 -1 0 26044 0 0 0 44731 138 0 0 25 0 1 0 1782482418 109936640 25538 4294967295 134512640 134736556 3221224560 3221223316 134644530 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/11578/statm): 26840 25538 1116 68 0 26772 0
[pid=11578] vsize: 107360
Current children cumulated CPU time (s) 448.69
Current children cumulated vsize (Kb) 107360

[startup+460.024 s]
Raw data (loadavg): 1.00 1.00 0.94 2/56 11578
Raw data (/proc/11578/stat): 11578 (bsolo) R 11577 11578 8263 0 -1 0 26044 0 0 0 45722 141 0 0 25 0 1 0 1782482418 109936640 25538 4294967295 134512640 134736556 3221224560 3221223168 134558193 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11578/statm): 26840 25538 1116 68 0 26772 0
[pid=11578] vsize: 107360
Current children cumulated CPU time (s) 458.63
Current children cumulated vsize (Kb) 107360

[startup+470.024 s]
Raw data (loadavg): 1.00 1.00 0.94 2/56 11578
Raw data (/proc/11578/stat): 11578 (bsolo) R 11577 11578 8263 0 -1 0 26044 0 0 0 46719 142 0 0 25 0 1 0 1782482418 109936640 25538 4294967295 134512640 134736556 3221224560 3221223216 134649034 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/11578/statm): 26840 25538 1116 68 0 26772 0
[pid=11578] vsize: 107360
Current children cumulated CPU time (s) 468.61
Current children cumulated vsize (Kb) 107360

[startup+480.024 s]
Raw data (loadavg): 1.00 1.00 0.94 2/56 11578
Raw data (/proc/11578/stat): 11578 (bsolo) R 11577 11578 8263 0 -1 0 26044 0 0 0 47718 143 0 0 25 0 1 0 1782482418 109936640 25538 4294967295 134512640 134736556 3221224560 3221223296 134645965 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11578/statm): 26840 25538 1116 68 0 26772 0
[pid=11578] vsize: 107360
Current children cumulated CPU time (s) 478.61
Current children cumulated vsize (Kb) 107360

[startup+490.025 s]
Raw data (loadavg): 1.00 1.00 0.94 2/56 11578
Raw data (/proc/11578/stat): 11578 (bsolo) R 11577 11578 8263 0 -1 0 26044 0 0 0 48716 144 0 0 25 0 1 0 1782482418 109936640 25538 4294967295 134512640 134736556 3221224560 3221223184 134649090 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11578/statm): 26840 25538 1116 68 0 26772 0
[pid=11578] vsize: 107360
Current children cumulated CPU time (s) 488.6
Current children cumulated vsize (Kb) 107360

[startup+500.025 s]
Raw data (loadavg): 1.00 1.00 0.94 2/56 11578
Raw data (/proc/11578/stat): 11578 (bsolo) R 11577 11578 8263 0 -1 0 26044 0 0 0 49715 144 0 0 25 0 1 0 1782482418 109936640 25538 4294967295 134512640 134736556 3221224560 3221223152 134558288 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11578/statm): 26840 25538 1116 68 0 26772 0
[pid=11578] vsize: 107360
Current children cumulated CPU time (s) 498.59
Current children cumulated vsize (Kb) 107360

[startup+510.026 s]
Raw data (loadavg): 1.00 1.00 0.94 2/56 11578
Raw data (/proc/11578/stat): 11578 (bsolo) R 11577 11578 8263 0 -1 0 26044 0 0 0 50714 145 0 0 25 0 1 0 1782482418 109936640 25538 4294967295 134512640 134736556 3221224560 3221223328 134644500 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11578/statm): 26840 25538 1116 68 0 26772 0
[pid=11578] vsize: 107360
Current children cumulated CPU time (s) 508.59
Current children cumulated vsize (Kb) 107360

[startup+520.026 s]
Raw data (loadavg): 1.00 1.00 0.94 2/56 11578
Raw data (/proc/11578/stat): 11578 (bsolo) R 11577 11578 8263 0 -1 0 26044 0 0 0 51712 145 0 0 25 0 1 0 1782482418 109936640 25538 4294967295 134512640 134736556 3221224560 3221223280 134645793 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11578/statm): 26840 25538 1116 68 0 26772 0
[pid=11578] vsize: 107360
Current children cumulated CPU time (s) 518.57
Current children cumulated vsize (Kb) 107360

[startup+530.026 s]
Raw data (loadavg): 1.00 1.00 0.94 2/56 11578
Raw data (/proc/11578/stat): 11578 (bsolo) R 11577 11578 8263 0 -1 0 26044 0 0 0 52710 146 0 0 25 0 1 0 1782482418 109936640 25538 4294967295 134512640 134736556 3221224560 3221223304 134544056 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11578/statm): 26840 25538 1116 68 0 26772 0
[pid=11578] vsize: 107360
Current children cumulated CPU time (s) 528.56
Current children cumulated vsize (Kb) 107360

[startup+540.027 s]
Raw data (loadavg): 1.00 1.00 0.94 2/56 11578
Raw data (/proc/11578/stat): 11578 (bsolo) R 11577 11578 8263 0 -1 0 26044 0 0 0 53708 147 0 0 25 0 1 0 1782482418 109936640 25538 4294967295 134512640 134736556 3221224560 3221223256 134560326 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11578/statm): 26840 25538 1116 68 0 26772 0
[pid=11578] vsize: 107360
Current children cumulated CPU time (s) 538.55
Current children cumulated vsize (Kb) 107360

[startup+550.027 s]
Raw data (loadavg): 1.00 1.00 0.94 2/56 11578
Raw data (/proc/11578/stat): 11578 (bsolo) R 11577 11578 8263 0 -1 0 26044 0 0 0 54706 148 0 0 25 0 1 0 1782482418 109936640 25538 4294967295 134512640 134736556 3221224560 3221223176 134537586 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11578/statm): 26840 25538 1116 68 0 26772 0
[pid=11578] vsize: 107360
Current children cumulated CPU time (s) 548.54
Current children cumulated vsize (Kb) 107360

[startup+560.028 s]
Raw data (loadavg): 1.00 1.00 0.94 2/56 11578
Raw data (/proc/11578/stat): 11578 (bsolo) R 11577 11578 8263 0 -1 0 26044 0 0 0 55704 149 0 0 25 0 1 0 1782482418 109936640 25538 4294967295 134512640 134736556 3221224560 3221223148 134560372 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11578/statm): 26840 25538 1116 68 0 26772 0
[pid=11578] vsize: 107360
Current children cumulated CPU time (s) 558.53
Current children cumulated vsize (Kb) 107360

[startup+570.028 s]
Raw data (loadavg): 1.00 1.00 0.94 2/56 11578
Raw data (/proc/11578/stat): 11578 (bsolo) R 11577 11578 8263 0 -1 0 26044 0 0 0 56701 150 0 0 25 0 1 0 1782482418 109936640 25538 4294967295 134512640 134736556 3221224560 3221223300 134560258 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11578/statm): 26840 25538 1116 68 0 26772 0
[pid=11578] vsize: 107360
Current children cumulated CPU time (s) 568.51
Current children cumulated vsize (Kb) 107360

[startup+580.027 s]
Raw data (loadavg): 1.00 1.00 0.94 2/56 11578
Raw data (/proc/11578/stat): 11578 (bsolo) R 11577 11578 8263 0 -1 0 26044 0 0 0 57699 152 0 0 25 0 1 0 1782482418 109936640 25538 4294967295 134512640 134736556 3221224560 3221223296 134645965 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11578/statm): 26840 25538 1116 68 0 26772 0
[pid=11578] vsize: 107360
Current children cumulated CPU time (s) 578.51
Current children cumulated vsize (Kb) 107360

[startup+590.027 s]
Raw data (loadavg): 1.00 1.00 0.94 2/56 11578
Raw data (/proc/11578/stat): 11578 (bsolo) R 11577 11578 8263 0 -1 0 26044 0 0 0 58697 153 0 0 25 0 1 0 1782482418 109936640 25538 4294967295 134512640 134736556 3221224560 3221223296 134645965 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11578/statm): 26840 25538 1116 68 0 26772 0
[pid=11578] vsize: 107360
Current children cumulated CPU time (s) 588.5
Current children cumulated vsize (Kb) 107360

[startup+600.028 s]
Raw data (loadavg): 1.00 1.00 0.94 2/56 11578
Raw data (/proc/11578/stat): 11578 (bsolo) R 11577 11578 8263 0 -1 0 26044 0 0 0 59694 154 0 0 25 0 1 0 1782482418 109936640 25538 4294967295 134512640 134736556 3221224560 3221223176 134537586 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11578/statm): 26840 25538 1116 68 0 26772 0
[pid=11578] vsize: 107360
Current children cumulated CPU time (s) 598.48
Current children cumulated vsize (Kb) 107360

[startup+610.029 s]
Raw data (loadavg): 1.00 1.00 0.94 2/56 11578
Raw data (/proc/11578/stat): 11578 (bsolo) R 11577 11578 8263 0 -1 0 26044 0 0 0 60691 155 0 0 25 0 1 0 1782482418 109936640 25538 4294967295 134512640 134736556 3221224560 3221223176 134537599 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11578/statm): 26840 25538 1116 68 0 26772 0
[pid=11578] vsize: 107360
Current children cumulated CPU time (s) 608.46
Current children cumulated vsize (Kb) 107360

[startup+620.029 s]
Raw data (loadavg): 1.00 1.00 0.94 2/56 11578
Raw data (/proc/11578/stat): 11578 (bsolo) R 11577 11578 8263 0 -1 0 26044 0 0 0 61689 156 0 0 25 0 1 0 1782482418 109936640 25538 4294967295 134512640 134736556 3221224560 3221223136 134558559 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11578/statm): 26840 25538 1116 68 0 26772 0
[pid=11578] vsize: 107360
Current children cumulated CPU time (s) 618.45
Current children cumulated vsize (Kb) 107360

[startup+630.03 s]
Raw data (loadavg): 1.00 1.00 0.94 2/56 11578
Raw data (/proc/11578/stat): 11578 (bsolo) R 11577 11578 8263 0 -1 0 26044 0 0 0 62687 158 0 0 25 0 1 0 1782482418 109936640 25538 4294967295 134512640 134736556 3221224560 3221223308 134560240 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11578/statm): 26840 25538 1116 68 0 26772 0
[pid=11578] vsize: 107360
Current children cumulated CPU time (s) 628.45
Current children cumulated vsize (Kb) 107360

[startup+640.03 s]
Raw data (loadavg): 1.00 1.00 0.94 2/56 11578
Raw data (/proc/11578/stat): 11578 (bsolo) R 11577 11578 8263 0 -1 0 26044 0 0 0 63683 159 0 0 25 0 1 0 1782482418 109936640 25538 4294967295 134512640 134736556 3221224560 3221223176 134537586 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11578/statm): 26840 25538 1116 68 0 26772 0
[pid=11578] vsize: 107360
Current children cumulated CPU time (s) 638.42
Current children cumulated vsize (Kb) 107360

[startup+650.03 s]
Raw data (loadavg): 1.00 1.00 0.94 2/56 11578
Raw data (/proc/11578/stat): 11578 (bsolo) R 11577 11578 8263 0 -1 0 26044 0 0 0 64680 161 0 0 25 0 1 0 1782482418 109936640 25538 4294967295 134512640 134736556 3221224560 3221223176 134537599 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11578/statm): 26840 25538 1116 68 0 26772 0
[pid=11578] vsize: 107360
Current children cumulated CPU time (s) 648.41
Current children cumulated vsize (Kb) 107360

[startup+660.031 s]
Raw data (loadavg): 1.00 1.00 0.94 2/56 11578
Raw data (/proc/11578/stat): 11578 (bsolo) R 11577 11578 8263 0 -1 0 26044 0 0 0 65677 162 0 0 25 0 1 0 1782482418 109936640 25538 4294967295 134512640 134736556 3221224560 3221223136 134558163 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11578/statm): 26840 25538 1116 68 0 26772 0
[pid=11578] vsize: 107360
Current children cumulated CPU time (s) 658.39
Current children cumulated vsize (Kb) 107360

[startup+670.032 s]
Raw data (loadavg): 1.00 1.00 0.94 2/56 11578
Raw data (/proc/11578/stat): 11578 (bsolo) R 11577 11578 8263 0 -1 0 26044 0 0 0 66673 163 0 0 25 0 1 0 1782482418 109936640 25538 4294967295 134512640 134736556 3221224560 3221223296 134645965 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11578/statm): 26840 25538 1116 68 0 26772 0
[pid=11578] vsize: 107360
Current children cumulated CPU time (s) 668.36
Current children cumulated vsize (Kb) 107360

[startup+680.032 s]
Raw data (loadavg): 1.00 1.00 0.94 2/56 11578
Raw data (/proc/11578/stat): 11578 (bsolo) R 11577 11578 8263 0 -1 0 26044 0 0 0 67670 165 0 0 25 0 1 0 1782482418 109936640 25538 4294967295 134512640 134736556 3221224560 3221223328 134644500 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11578/statm): 26840 25538 1116 68 0 26772 0
[pid=11578] vsize: 107360
Current children cumulated CPU time (s) 678.35
Current children cumulated vsize (Kb) 107360

[startup+690.033 s]
Raw data (loadavg): 1.00 1.00 0.94 2/56 11578
Raw data (/proc/11578/stat): 11578 (bsolo) R 11577 11578 8263 0 -1 0 26044 0 0 0 68667 165 0 0 25 0 1 0 1782482418 109936640 25538 4294967295 134512640 134736556 3221224560 3221223296 134645959 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11578/statm): 26840 25538 1116 68 0 26772 0
[pid=11578] vsize: 107360
Current children cumulated CPU time (s) 688.32
Current children cumulated vsize (Kb) 107360

[startup+700.034 s]
Raw data (loadavg): 1.00 1.00 0.94 2/56 11578
Raw data (/proc/11578/stat): 11578 (bsolo) R 11577 11578 8263 0 -1 0 26044 0 0 0 69664 166 0 0 25 0 1 0 1782482418 109936640 25538 4294967295 134512640 134736556 3221224560 3221223296 134645976 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11578/statm): 26840 25538 1116 68 0 26772 0
[pid=11578] vsize: 107360
Current children cumulated CPU time (s) 698.3
Current children cumulated vsize (Kb) 107360

[startup+710.034 s]
Raw data (loadavg): 1.00 1.00 0.94 2/56 11578
Raw data (/proc/11578/stat): 11578 (bsolo) R 11577 11578 8263 0 -1 0 26044 0 0 0 70662 167 0 0 25 0 1 0 1782482418 109936640 25538 4294967295 134512640 134736556 3221224560 3221223328 134644500 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11578/statm): 26840 25538 1116 68 0 26772 0
[pid=11578] vsize: 107360
Current children cumulated CPU time (s) 708.29
Current children cumulated vsize (Kb) 107360

[startup+720.034 s]
Raw data (loadavg): 1.00 1.00 0.94 2/56 11578
Raw data (/proc/11578/stat): 11578 (bsolo) R 11577 11578 8263 0 -1 0 26044 0 0 0 71658 169 0 0 25 0 1 0 1782482418 109936640 25538 4294967295 134512640 134736556 3221224560 3221223304 134544048 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11578/statm): 26840 25538 1116 68 0 26772 0
[pid=11578] vsize: 107360
Current children cumulated CPU time (s) 718.27
Current children cumulated vsize (Kb) 107360

[startup+730.034 s]
Raw data (loadavg): 1.00 1.00 0.94 2/56 11578
Raw data (/proc/11578/stat): 11578 (bsolo) R 11577 11578 8263 0 -1 0 26044 0 0 0 72654 170 0 0 25 0 1 0 1782482418 109936640 25538 4294967295 134512640 134736556 3221224560 3221223316 134644530 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11578/statm): 26840 25538 1116 68 0 26772 0
[pid=11578] vsize: 107360
Current children cumulated CPU time (s) 728.24
Current children cumulated vsize (Kb) 107360

[startup+740.035 s]
Raw data (loadavg): 1.00 1.00 0.94 2/56 11578
Raw data (/proc/11578/stat): 11578 (bsolo) R 11577 11578 8263 0 -1 0 26044 0 0 0 73650 172 0 0 25 0 1 0 1782482418 109936640 25538 4294967295 134512640 134736556 3221224560 3221223296 134645968 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11578/statm): 26840 25538 1116 68 0 26772 0
[pid=11578] vsize: 107360
Current children cumulated CPU time (s) 738.22
Current children cumulated vsize (Kb) 107360

[startup+750.036 s]
Raw data (loadavg): 1.00 1.00 0.94 2/56 11578
Raw data (/proc/11578/stat): 11578 (bsolo) R 11577 11578 8263 0 -1 0 26044 0 0 0 74645 173 0 0 25 0 1 0 1782482418 109936640 25538 4294967295 134512640 134736556 3221224560 3221223200 134648999 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11578/statm): 26840 25538 1116 68 0 26772 0
[pid=11578] vsize: 107360
Current children cumulated CPU time (s) 748.18
Current children cumulated vsize (Kb) 107360

[startup+760.037 s]
Raw data (loadavg): 1.00 1.00 0.94 2/56 11578
Raw data (/proc/11578/stat): 11578 (bsolo) R 11577 11578 8263 0 -1 0 26044 0 0 0 75639 175 0 0 25 0 1 0 1782482418 109936640 25538 4294967295 134512640 134736556 3221224560 3221223304 134544048 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11578/statm): 26840 25538 1116 68 0 26772 0
[pid=11578] vsize: 107360
Current children cumulated CPU time (s) 758.14
Current children cumulated vsize (Kb) 107360

[startup+770.037 s]
Raw data (loadavg): 1.00 1.00 0.94 2/56 11578
Raw data (/proc/11578/stat): 11578 (bsolo) R 11577 11578 8263 0 -1 0 26044 0 0 0 76634 178 0 0 25 0 1 0 1782482418 109936640 25538 4294967295 134512640 134736556 3221224560 3221223132 134560372 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11578/statm): 26840 25538 1116 68 0 26772 0
[pid=11578] vsize: 107360
Current children cumulated CPU time (s) 768.12
Current children cumulated vsize (Kb) 107360

[startup+780.037 s]
Raw data (loadavg): 1.00 1.00 0.94 2/56 11578
Raw data (/proc/11578/stat): 11578 (bsolo) R 11577 11578 8263 0 -1 0 26044 0 0 0 77626 181 0 0 25 0 1 0 1782482418 109936640 25538 4294967295 134512640 134736556 3221224560 3221223188 134649151 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11578/statm): 26840 25538 1116 68 0 26772 0
[pid=11578] vsize: 107360
Current children cumulated CPU time (s) 778.07
Current children cumulated vsize (Kb) 107360

[startup+790.038 s]
Raw data (loadavg): 1.00 1.00 0.94 2/56 11578
Raw data (/proc/11578/stat): 11578 (bsolo) R 11577 11578 8263 0 -1 0 26044 0 0 0 78619 184 0 0 25 0 1 0 1782482418 109936640 25538 4294967295 134512640 134736556 3221224560 3221223120 134716576 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11578/statm): 26840 25538 1116 68 0 26772 0
[pid=11578] vsize: 107360
Current children cumulated CPU time (s) 788.03
Current children cumulated vsize (Kb) 107360

[startup+800.038 s]
Raw data (loadavg): 1.00 1.00 0.94 1/56 11578
Raw data (/proc/11578/stat): 11578 (bsolo) T 11577 11578 8263 0 -1 0 26044 0 0 0 79611 187 0 0 25 0 1 0 1782482418 109936640 25538 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/11578/statm): 26840 25538 1116 68 0 26772 0
[pid=11578] vsize: 107360
Current children cumulated CPU time (s) 797.98
Current children cumulated vsize (Kb) 107360

[startup+810.039 s]
Raw data (loadavg): 1.00 1.00 0.94 2/56 11578
Raw data (/proc/11578/stat): 11578 (bsolo) R 11577 11578 8263 0 -1 0 26044 0 0 0 80604 190 0 0 25 0 1 0 1782482418 109936640 25538 4294967295 134512640 134736556 3221224560 3221223176 134537586 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11578/statm): 26840 25538 1116 68 0 26772 0
[pid=11578] vsize: 107360
Current children cumulated CPU time (s) 807.94
Current children cumulated vsize (Kb) 107360

[startup+820.04 s]
Raw data (loadavg): 1.00 1.00 0.94 2/56 11578
Raw data (/proc/11578/stat): 11578 (bsolo) R 11577 11578 8263 0 -1 0 26044 0 0 0 81595 193 0 0 25 0 1 0 1782482418 109936640 25538 4294967295 134512640 134736556 3221224560 3221223216 134649103 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11578/statm): 26840 25538 1116 68 0 26772 0
[pid=11578] vsize: 107360
Current children cumulated CPU time (s) 817.88
Current children cumulated vsize (Kb) 107360

[startup+830.039 s]
Raw data (loadavg): 1.00 1.00 0.94 2/56 11578
Raw data (/proc/11578/stat): 11578 (bsolo) R 11577 11578 8263 0 -1 0 26045 0 0 0 82587 197 0 0 25 0 1 0 1782482418 109936640 25539 4294967295 134512640 134736556 3221224560 3221223176 134537599 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11578/statm): 26840 25539 1116 68 0 26772 0
[pid=11578] vsize: 107360
Current children cumulated CPU time (s) 827.84
Current children cumulated vsize (Kb) 107360

[startup+840.04 s]
Raw data (loadavg): 1.00 1.00 0.94 2/56 11578
Raw data (/proc/11578/stat): 11578 (bsolo) R 11577 11578 8263 0 -1 0 26045 0 0 0 83579 199 0 0 25 0 1 0 1782482418 109936640 25539 4294967295 134512640 134736556 3221224560 3221223096 1077377168 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11578/statm): 26840 25539 1116 68 0 26772 0
[pid=11578] vsize: 107360
Current children cumulated CPU time (s) 837.78
Current children cumulated vsize (Kb) 107360

[startup+850.04 s]
Raw data (loadavg): 1.00 1.00 0.94 2/56 11578
Raw data (/proc/11578/stat): 11578 (bsolo) R 11577 11578 8263 0 -1 0 26045 0 0 0 84573 202 0 0 25 0 1 0 1782482418 109936640 25539 4294967295 134512640 134736556 3221224560 3221223176 134537599 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11578/statm): 26840 25539 1116 68 0 26772 0
[pid=11578] vsize: 107360
Current children cumulated CPU time (s) 847.75
Current children cumulated vsize (Kb) 107360

[startup+860.041 s]
Raw data (loadavg): 1.00 1.00 0.94 2/56 11578
Raw data (/proc/11578/stat): 11578 (bsolo) R 11577 11578 8263 0 -1 0 26045 0 0 0 85565 204 0 0 25 0 1 0 1782482418 109936640 25539 4294967295 134512640 134736556 3221224560 3221223148 134554608 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11578/statm): 26840 25539 1116 68 0 26772 0
[pid=11578] vsize: 107360
Current children cumulated CPU time (s) 857.69
Current children cumulated vsize (Kb) 107360

[startup+870.042 s]
Raw data (loadavg): 1.00 1.00 0.94 2/56 11578
Raw data (/proc/11578/stat): 11578 (bsolo) R 11577 11578 8263 0 -1 0 26045 0 0 0 86558 206 0 0 25 0 1 0 1782482418 109936640 25539 4294967295 134512640 134736556 3221224560 3221223296 134645968 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11578/statm): 26840 25539 1116 68 0 26772 0
[pid=11578] vsize: 107360
Current children cumulated CPU time (s) 867.64
Current children cumulated vsize (Kb) 107360

[startup+880.042 s]
Raw data (loadavg): 1.00 1.00 0.94 2/56 11578
Raw data (/proc/11578/stat): 11578 (bsolo) R 11577 11578 8263 0 -1 0 26046 0 0 0 87550 208 0 0 25 0 1 0 1782482418 109936640 25540 4294967295 134512640 134736556 3221224560 3221223152 134558319 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11578/statm): 26840 25540 1116 68 0 26772 0
[pid=11578] vsize: 107360
Current children cumulated CPU time (s) 877.58
Current children cumulated vsize (Kb) 107360

[startup+890.042 s]
Raw data (loadavg): 1.00 1.00 0.94 2/56 11578
Raw data (/proc/11578/stat): 11578 (bsolo) R 11577 11578 8263 0 -1 0 26048 0 0 0 88546 210 0 0 25 0 1 0 1782482418 109137920 25443 4294967295 134512640 134736556 3221224560 3221223176 134537586 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/11578/statm): 26645 25443 1116 68 0 26577 0
[pid=11578] vsize: 106580
Current children cumulated CPU time (s) 887.56
Current children cumulated vsize (Kb) 106580

[startup+900.042 s]
Raw data (loadavg): 1.00 1.00 0.94 2/56 11578
Raw data (/proc/11578/stat): 11578 (bsolo) R 11577 11578 8263 0 -1 0 26048 0 0 0 89545 211 0 0 25 0 1 0 1782482418 109137920 25443 4294967295 134512640 134736556 3221224560 3221223256 134560326 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11578/statm): 26645 25443 1116 68 0 26577 0
[pid=11578] vsize: 106580
Current children cumulated CPU time (s) 897.56
Current children cumulated vsize (Kb) 106580

[startup+910.043 s]
Raw data (loadavg): 1.00 1.00 0.94 2/56 11578
Raw data (/proc/11578/stat): 11578 (bsolo) R 11577 11578 8263 0 -1 0 26048 0 0 0 90543 211 0 0 25 0 1 0 1782482418 109137920 25443 4294967295 134512640 134736556 3221224560 3221223168 134558040 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11578/statm): 26645 25443 1116 68 0 26577 0
[pid=11578] vsize: 106580
Current children cumulated CPU time (s) 907.54
Current children cumulated vsize (Kb) 106580

[startup+920.043 s]
Raw data (loadavg): 1.00 1.00 0.94 2/56 11578
Raw data (/proc/11578/stat): 11578 (bsolo) R 11577 11578 8263 0 -1 0 26048 0 0 0 91541 212 0 0 25 0 1 0 1782482418 109137920 25443 4294967295 134512640 134736556 3221224560 3221223152 134558518 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11578/statm): 26645 25443 1116 68 0 26577 0
[pid=11578] vsize: 106580
Current children cumulated CPU time (s) 917.53
Current children cumulated vsize (Kb) 106580

[startup+930.043 s]
Raw data (loadavg): 1.00 1.00 0.94 2/56 11578
Raw data (/proc/11578/stat): 11578 (bsolo) R 11577 11578 8263 0 -1 0 26048 0 0 0 92539 213 0 0 25 0 1 0 1782482418 109137920 25443 4294967295 134512640 134736556 3221224560 3221223280 134645798 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11578/statm): 26645 25443 1116 68 0 26577 0
[pid=11578] vsize: 106580
Current children cumulated CPU time (s) 927.52
Current children cumulated vsize (Kb) 106580

[startup+940.044 s]
Raw data (loadavg): 1.00 1.00 0.94 2/56 11578
Raw data (/proc/11578/stat): 11578 (bsolo) R 11577 11578 8263 0 -1 0 26048 0 0 0 93537 214 0 0 25 0 1 0 1782482418 109137920 25443 4294967295 134512640 134736556 3221224560 3221223216 134649034 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11578/statm): 26645 25443 1116 68 0 26577 0
[pid=11578] vsize: 106580
Current children cumulated CPU time (s) 937.51
Current children cumulated vsize (Kb) 106580

[startup+950.044 s]
Raw data (loadavg): 1.00 1.00 0.94 2/56 11578
Raw data (/proc/11578/stat): 11578 (bsolo) R 11577 11578 8263 0 -1 0 26048 0 0 0 94534 214 0 0 25 0 1 0 1782482418 109137920 25443 4294967295 134512640 134736556 3221224560 3221223328 134644500 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/11578/statm): 26645 25443 1116 68 0 26577 0
[pid=11578] vsize: 106580
Current children cumulated CPU time (s) 947.48
Current children cumulated vsize (Kb) 106580

[startup+960.044 s]
Raw data (loadavg): 1.00 1.00 0.94 2/56 11578
Raw data (/proc/11578/stat): 11578 (bsolo) R 11577 11578 8263 0 -1 0 26048 0 0 0 95532 215 0 0 25 0 1 0 1782482418 109137920 25443 4294967295 134512640 134736556 3221224560 3221223176 134537599 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11578/statm): 26645 25443 1116 68 0 26577 0
[pid=11578] vsize: 106580
Current children cumulated CPU time (s) 957.47
Current children cumulated vsize (Kb) 106580

[startup+970.045 s]
Raw data (loadavg): 1.00 1.00 0.94 2/56 11578
Raw data (/proc/11578/stat): 11578 (bsolo) R 11577 11578 8263 0 -1 0 26048 0 0 0 96532 215 0 0 25 0 1 0 1782482418 109137920 25443 4294967295 134512640 134736556 3221224560 3221223328 134644500 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11578/statm): 26645 25443 1116 68 0 26577 0
[pid=11578] vsize: 106580
Current children cumulated CPU time (s) 967.47
Current children cumulated vsize (Kb) 106580

[startup+980.045 s]
Raw data (loadavg): 1.00 1.00 0.94 2/56 11578
Raw data (/proc/11578/stat): 11578 (bsolo) R 11577 11578 8263 0 -1 0 26048 0 0 0 97530 216 0 0 25 0 1 0 1782482418 109137920 25443 4294967295 134512640 134736556 3221224560 3221223176 134537586 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11578/statm): 26645 25443 1116 68 0 26577 0
[pid=11578] vsize: 106580
Current children cumulated CPU time (s) 977.46
Current children cumulated vsize (Kb) 106580

[startup+990.046 s]
Raw data (loadavg): 1.00 1.00 0.94 2/56 11578
Raw data (/proc/11578/stat): 11578 (bsolo) R 11577 11578 8263 0 -1 0 26048 0 0 0 98529 217 0 0 25 0 1 0 1782482418 109137920 25443 4294967295 134512640 134736556 3221224560 3221223200 134649141 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11578/statm): 26645 25443 1116 68 0 26577 0
[pid=11578] vsize: 106580
Current children cumulated CPU time (s) 987.46
Current children cumulated vsize (Kb) 106580

[startup+1000.05 s]
Raw data (loadavg): 1.00 1.00 0.94 2/56 11578
Raw data (/proc/11578/stat): 11578 (bsolo) R 11577 11578 8263 0 -1 0 26048 0 0 0 99527 218 0 0 25 0 1 0 1782482418 109137920 25443 4294967295 134512640 134736556 3221224560 3221223316 134644550 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11578/statm): 26645 25443 1116 68 0 26577 0
[pid=11578] vsize: 106580
Current children cumulated CPU time (s) 997.45
Current children cumulated vsize (Kb) 106580

[startup+1010.05 s]
Raw data (loadavg): 1.00 1.00 0.94 1/56 11578
Raw data (/proc/11578/stat): 11578 (bsolo) T 11577 11578 8263 0 -1 0 26048 0 0 0 100526 218 0 0 25 0 1 0 1782482418 109137920 25443 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/11578/statm): 26645 25443 1116 68 0 26577 0
[pid=11578] vsize: 106580
Current children cumulated CPU time (s) 1007.44
Current children cumulated vsize (Kb) 106580

[startup+1020.05 s]
Raw data (loadavg): 1.00 1.00 0.94 2/56 11578
Raw data (/proc/11578/stat): 11578 (bsolo) R 11577 11578 8263 0 -1 0 26048 0 0 0 101525 219 0 0 25 0 1 0 1782482418 109137920 25443 4294967295 134512640 134736556 3221224560 3221223304 134544048 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11578/statm): 26645 25443 1116 68 0 26577 0
[pid=11578] vsize: 106580
Current children cumulated CPU time (s) 1017.44
Current children cumulated vsize (Kb) 106580

[startup+1030.05 s]
Raw data (loadavg): 1.00 1.00 0.94 2/56 11578
Raw data (/proc/11578/stat): 11578 (bsolo) R 11577 11578 8263 0 -1 0 26048 0 0 0 102524 219 0 0 25 0 1 0 1782482418 109137920 25443 4294967295 134512640 134736556 3221224560 3221223176 134537586 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11578/statm): 26645 25443 1116 68 0 26577 0
[pid=11578] vsize: 106580
Current children cumulated CPU time (s) 1027.43
Current children cumulated vsize (Kb) 106580

[startup+1040.05 s]
Raw data (loadavg): 1.00 1.00 0.94 2/56 11578
Raw data (/proc/11578/stat): 11578 (bsolo) R 11577 11578 8263 0 -1 0 26048 0 0 0 103523 220 0 0 25 0 1 0 1782482418 109137920 25443 4294967295 134512640 134736556 3221224560 3221223176 134537599 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11578/statm): 26645 25443 1116 68 0 26577 0
[pid=11578] vsize: 106580
Current children cumulated CPU time (s) 1037.43
Current children cumulated vsize (Kb) 106580

[startup+1050.05 s]
Raw data (loadavg): 1.00 1.00 0.94 2/56 11578
Raw data (/proc/11578/stat): 11578 (bsolo) R 11577 11578 8263 0 -1 0 26048 0 0 0 104521 221 0 0 25 0 1 0 1782482418 109137920 25443 4294967295 134512640 134736556 3221224560 3221223200 134649051 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11578/statm): 26645 25443 1116 68 0 26577 0
[pid=11578] vsize: 106580
Current children cumulated CPU time (s) 1047.42
Current children cumulated vsize (Kb) 106580

[startup+1060.05 s]
Raw data (loadavg): 1.00 1.00 0.94 2/56 11578
Raw data (/proc/11578/stat): 11578 (bsolo) R 11577 11578 8263 0 -1 0 26048 0 0 0 105517 223 0 0 25 0 1 0 1782482418 109137920 25443 4294967295 134512640 134736556 3221224560 3221223316 134644530 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11578/statm): 26645 25443 1116 68 0 26577 0
[pid=11578] vsize: 106580
Current children cumulated CPU time (s) 1057.4
Current children cumulated vsize (Kb) 106580

[startup+1070.05 s]
Raw data (loadavg): 1.00 1.00 0.94 2/56 11578
Raw data (/proc/11578/stat): 11578 (bsolo) R 11577 11578 8263 0 -1 0 26048 0 0 0 106515 223 0 0 25 0 1 0 1782482418 109137920 25443 4294967295 134512640 134736556 3221224560 3221223256 134560320 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11578/statm): 26645 25443 1116 68 0 26577 0
[pid=11578] vsize: 106580
Current children cumulated CPU time (s) 1067.38
Current children cumulated vsize (Kb) 106580

[startup+1080.05 s]
Raw data (loadavg): 1.00 1.00 0.94 2/56 11578
Raw data (/proc/11578/stat): 11578 (bsolo) R 11577 11578 8263 0 -1 0 26048 0 0 0 107514 224 0 0 25 0 1 0 1782482418 109137920 25443 4294967295 134512640 134736556 3221224560 3221223152 134558319 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11578/statm): 26645 25443 1116 68 0 26577 0
[pid=11578] vsize: 106580
Current children cumulated CPU time (s) 1077.38
Current children cumulated vsize (Kb) 106580

[startup+1090.05 s]
Raw data (loadavg): 1.00 1.00 0.94 2/56 11578
Raw data (/proc/11578/stat): 11578 (bsolo) R 11577 11578 8263 0 -1 0 26048 0 0 0 108513 224 0 0 25 0 1 0 1782482418 109137920 25443 4294967295 134512640 134736556 3221224560 3221223280 134645796 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11578/statm): 26645 25443 1116 68 0 26577 0
[pid=11578] vsize: 106580
Current children cumulated CPU time (s) 1087.37
Current children cumulated vsize (Kb) 106580

[startup+1100.05 s]
Raw data (loadavg): 1.00 1.00 0.94 2/56 11578
Raw data (/proc/11578/stat): 11578 (bsolo) R 11577 11578 8263 0 -1 0 26048 0 0 0 109511 225 0 0 25 0 1 0 1782482418 109137920 25443 4294967295 134512640 134736556 3221224560 3221223216 134649034 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11578/statm): 26645 25443 1116 68 0 26577 0
[pid=11578] vsize: 106580
Current children cumulated CPU time (s) 1097.36
Current children cumulated vsize (Kb) 106580

[startup+1110.05 s]
Raw data (loadavg): 1.00 1.00 0.94 2/56 11578
Raw data (/proc/11578/stat): 11578 (bsolo) R 11577 11578 8263 0 -1 0 26048 0 0 0 110510 225 0 0 25 0 1 0 1782482418 109137920 25443 4294967295 134512640 134736556 3221224560 3221223148 134554608 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11578/statm): 26645 25443 1116 68 0 26577 0
[pid=11578] vsize: 106580
Current children cumulated CPU time (s) 1107.35
Current children cumulated vsize (Kb) 106580

[startup+1120.05 s]
Raw data (loadavg): 1.00 1.00 0.94 2/56 11578
Raw data (/proc/11578/stat): 11578 (bsolo) R 11577 11578 8263 0 -1 0 26048 0 0 0 111507 226 0 0 25 0 1 0 1782482418 109137920 25443 4294967295 134512640 134736556 3221224560 3221223200 134649077 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11578/statm): 26645 25443 1116 68 0 26577 0
[pid=11578] vsize: 106580
Current children cumulated CPU time (s) 1117.33
Current children cumulated vsize (Kb) 106580

[startup+1130.05 s]
Raw data (loadavg): 1.00 1.00 0.94 2/56 11578
Raw data (/proc/11578/stat): 11578 (bsolo) R 11577 11578 8263 0 -1 0 26048 0 0 0 112506 227 0 0 25 0 1 0 1782482418 109137920 25443 4294967295 134512640 134736556 3221224560 3221223136 134558547 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11578/statm): 26645 25443 1116 68 0 26577 0
[pid=11578] vsize: 106580
Current children cumulated CPU time (s) 1127.33
Current children cumulated vsize (Kb) 106580

[startup+1140.05 s]
Raw data (loadavg): 1.00 1.00 0.94 2/56 11578
Raw data (/proc/11578/stat): 11578 (bsolo) R 11577 11578 8263 0 -1 0 26048 0 0 0 113504 228 0 0 25 0 1 0 1782482418 109137920 25443 4294967295 134512640 134736556 3221224560 3221223316 134644550 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11578/statm): 26645 25443 1116 68 0 26577 0
[pid=11578] vsize: 106580
Current children cumulated CPU time (s) 1137.32
Current children cumulated vsize (Kb) 106580

[startup+1150.05 s]
Raw data (loadavg): 1.00 1.00 0.94 2/56 11578
Raw data (/proc/11578/stat): 11578 (bsolo) R 11577 11578 8263 0 -1 0 26048 0 0 0 114502 229 0 0 25 0 1 0 1782482418 109137920 25443 4294967295 134512640 134736556 3221224560 3221223136 134558575 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11578/statm): 26645 25443 1116 68 0 26577 0
[pid=11578] vsize: 106580
Current children cumulated CPU time (s) 1147.31
Current children cumulated vsize (Kb) 106580

[startup+1160.05 s]
Raw data (loadavg): 1.00 1.00 0.94 1/56 11578
Raw data (/proc/11578/stat): 11578 (bsolo) T 11577 11578 8263 0 -1 0 26048 0 0 0 115501 230 0 0 25 0 1 0 1782482418 109137920 25443 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/11578/statm): 26645 25443 1116 68 0 26577 0
[pid=11578] vsize: 106580
Current children cumulated CPU time (s) 1157.31
Current children cumulated vsize (Kb) 106580

[startup+1170.05 s]
Raw data (loadavg): 1.00 1.00 0.94 2/56 11578
Raw data (/proc/11578/stat): 11578 (bsolo) R 11577 11578 8263 0 -1 0 26048 0 0 0 116498 231 0 0 25 0 1 0 1782482418 109137920 25443 4294967295 134512640 134736556 3221224560 3221223316 134644530 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11578/statm): 26645 25443 1116 68 0 26577 0
[pid=11578] vsize: 106580
Current children cumulated CPU time (s) 1167.29
Current children cumulated vsize (Kb) 106580

[startup+1180.05 s]
Raw data (loadavg): 1.00 1.00 0.94 2/56 11578
Raw data (/proc/11578/stat): 11578 (bsolo) R 11577 11578 8263 0 -1 0 26048 0 0 0 117496 232 0 0 25 0 1 0 1782482418 109137920 25443 4294967295 134512640 134736556 3221224560 3221223216 134649034 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11578/statm): 26645 25443 1116 68 0 26577 0
[pid=11578] vsize: 106580
Current children cumulated CPU time (s) 1177.28
Current children cumulated vsize (Kb) 106580

[startup+1190.05 s]
Raw data (loadavg): 1.00 1.00 0.94 2/56 11578
Raw data (/proc/11578/stat): 11578 (bsolo) R 11577 11578 8263 0 -1 0 26048 0 0 0 118494 234 0 0 25 0 1 0 1782482418 109137920 25443 4294967295 134512640 134736556 3221224560 3221223176 134537586 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/11578/statm): 26645 25443 1116 68 0 26577 0
[pid=11578] vsize: 106580
Current children cumulated CPU time (s) 1187.28
Current children cumulated vsize (Kb) 106580
One traced child (pid=11578) exited with status: 0
All traced children have exited ! Game is over.

Child status: 0
Real time (s): 1197.84
CPU time (s): 1195.07
CPU user time (s): 1192.66
CPU system time (s): 2.40163
CPU usage (%): 99.7681
Max. virtual memory (cumulated for all children) (Kb): 107360

Verifier Data

ERROR: no interpretation found !