Some explanations

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

General information on the benchmark

Namemps-v2-20-10/MIPLIB/miplib2003/normalized-mps-v2-20-10-msc98-ip.opb
MD5SUMb16b3be9013bb805347ce7c637f88389
Bench Categoryoptimization, big integers (OPTBIGINT)
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 3088409400819991040
Optimality of the best value was proved NO
Number of terms in the objective function 7440
Biggest coefficient in the objective function 233453000000000000
Number of bits for the biggest coefficient in the objective function 58
Sum of the numbers in the objective function 7418790514839784695
Number of bits of the sum of numbers in the objective function 63
Biggest number in a constraint 233453000000000000
Number of bits of the biggest number in a constraint 58
Biggest sum of numbers in a constraint 7418790514839784695
Number of bits of the biggest sum of numbers63
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1211.45
Number of variables36105
Total number of constraints36969
Number of constraints which are clauses5133
Number of constraints which are cardinality constraints (but not clauses)20819
Number of constraints which are nor clauses,nor cardinality constraints11017
Minimum length of a constraint1
Maximum length of a constraint1209

Trace number 625

Launcher Data

LAUNCH ON wulflinc8 THE 2005-09-18 11:44:16 (client local time)
PB2005-SCRIPT v4.0 
MARKUPS: idlaunch=582 boxname=wulflinc8 idbench=582 idsolver=1 numberseed=0
MD5SUM SOLVER: 38f99674050b34630888bf623b924b59  /oldhome/oroussel/solvers/bsolo
MD5SUM BENCH:  b16b3be9013bb805347ce7c637f88389  /oldhome/oroussel/tmp/wulflinc8/normalized-mps-v2-20-10-msc98-ip.opb
REAL COMMAND:  bsolo /oldhome/oroussel/tmp/wulflinc8/normalized-mps-v2-20-10-msc98-ip.opb
IDLAUNCH: 582
/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 7
model name	: Pentium III (Katmai)
stepping	: 2
cpu MHz		: 451.007
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.007
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:        941412 kB
Buffers:         33704 kB
Cached:          34252 kB
SwapCached:        792 kB
Active:          58824 kB
Inactive:        11832 kB
HighTotal:      131008 kB
HighFree:        92904 kB
LowTotal:       903652 kB
LowFree:        848508 kB
SwapTotal:     2097136 kB
SwapFree:      2095876 kB
Dirty:              28 kB
Writeback:           0 kB
Mapped:           5752 kB
Slab:            16976 kB
Committed_AS:    64168 kB
PageTables:        328 kB
VmallocTotal:   114680 kB
VmallocUsed:      1364 kB
VmallocChunk:   113256 kB
JOB ENDED THE 2005-09-18 12:04:13 (client local time) WITH STATUS 0 IN 1195.32 SECONDS
stats: 582 7 1195.32 0

Solver Data

c INFO: OSL Context initialized.
c BIG Int formula...
c Initial problem consists of 36105 variables and 20947 constraints.
c	preprocess terminated. Elapsed time: 42.599
c After prepocess the problem consists of 35145 variables and 20790 constraints.
c Initial Lower Bound: 7921320
c CHANGE Heuristic... 
c Restart #0 #Var: 35145 #Dec: 14422 LB: 7921320 @ 877.34
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/29539/stat): 29539 (bsolo) R 29538 29539 27660 0 -1 0 19 0 0 0 0 0 0 0 23 0 1 0 1769198319 438272 3 4294967295 134512640 134736556 3221224560 3221224560 1073744960 0 0 5 0 0 0 0 17 0 0 0
Raw data (/proc/29539/statm): 107 3 90 68 0 39 0
[pid=29539] 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/wulflinc8/normalized-mps-v2-20-10-msc98-ip.opb

[startup+10.0038 s]
Raw data (loadavg): 0.89 0.97 0.96 2/56 29539
Raw data (/proc/29539/stat): 29539 (bsolo) R 29538 29539 27660 0 -1 0 69225 0 0 0 808 160 0 0 25 0 1 0 1769198319 286756864 69136 4294967295 134512640 134736556 3221224560 3221223064 134532897 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29539/statm): 70009 69136 1116 68 0 69941 0
[pid=29539] vsize: 280036
Current children cumulated CPU time (s) 9.68
Current children cumulated vsize (Kb) 280036

[startup+20.0046 s]
Raw data (loadavg): 0.91 0.97 0.96 2/56 29539
Raw data (/proc/29539/stat): 29539 (bsolo) R 29538 29539 27660 0 -1 0 90212 0 0 0 1755 204 0 0 25 0 1 0 1769198319 372707328 90123 4294967295 134512640 134736556 3221224560 3221223088 134573621 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29539/statm): 90993 90125 1116 68 0 90925 0
[pid=29539] vsize: 363972
Current children cumulated CPU time (s) 19.59
Current children cumulated vsize (Kb) 363972

[startup+30.0054 s]
Raw data (loadavg): 0.92 0.97 0.96 2/56 29539
Raw data (/proc/29539/stat): 29539 (bsolo) R 29538 29539 27660 0 -1 0 124589 0 0 0 2675 272 0 0 25 0 1 0 1769198319 513200128 124319 4294967295 134512640 134736556 3221224560 3221223068 1077399562 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29539/statm): 125293 124320 1116 68 0 125225 0
[pid=29539] vsize: 501172
Current children cumulated CPU time (s) 29.47
Current children cumulated vsize (Kb) 501172

[startup+40.0061 s]
Raw data (loadavg): 0.93 0.97 0.96 2/56 29539
Raw data (/proc/29539/stat): 29539 (bsolo) R 29538 29539 27660 0 -1 0 140844 0 0 0 3636 303 0 0 25 0 1 0 1769198319 579706880 140574 4294967295 134512640 134736556 3221224560 3221223068 1077399562 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29539/statm): 141530 140574 1116 68 0 141462 0
[pid=29539] vsize: 566120
Current children cumulated CPU time (s) 39.39
Current children cumulated vsize (Kb) 566120

[startup+50.0059 s]
Raw data (loadavg): 0.94 0.97 0.96 2/56 29539
Raw data (/proc/29539/stat): 29539 (bsolo) R 29538 29539 27660 0 -1 0 145557 0 0 0 4622 315 0 0 25 0 1 0 1769198319 600023040 145246 4294967295 134512640 134736556 3221224560 3221223296 134645976 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29539/statm): 146490 145246 1116 68 0 146422 0
[pid=29539] vsize: 585960
Current children cumulated CPU time (s) 49.37
Current children cumulated vsize (Kb) 585960

[startup+60.0057 s]
Raw data (loadavg): 0.95 0.97 0.96 2/56 29539
Raw data (/proc/29539/stat): 29539 (bsolo) R 29538 29539 27660 0 -1 0 145557 0 0 0 5621 315 0 0 25 0 1 0 1769198319 600023040 145246 4294967295 134512640 134736556 3221224560 3221223176 134537586 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29539/statm): 146490 145246 1116 68 0 146422 0
[pid=29539] vsize: 585960
Current children cumulated CPU time (s) 59.36
Current children cumulated vsize (Kb) 585960

[startup+70.0055 s]
Raw data (loadavg): 0.96 0.97 0.96 2/56 29539
Raw data (/proc/29539/stat): 29539 (bsolo) R 29538 29539 27660 0 -1 0 145557 0 0 0 6620 315 0 0 25 0 1 0 1769198319 600023040 145246 4294967295 134512640 134736556 3221224560 3221223224 134648939 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29539/statm): 146490 145246 1116 68 0 146422 0
[pid=29539] vsize: 585960
Current children cumulated CPU time (s) 69.35
Current children cumulated vsize (Kb) 585960

[startup+80.0063 s]
Raw data (loadavg): 0.96 0.97 0.96 2/56 29539
Raw data (/proc/29539/stat): 29539 (bsolo) R 29538 29539 27660 0 -1 0 145557 0 0 0 7620 315 0 0 25 0 1 0 1769198319 600023040 145246 4294967295 134512640 134736556 3221224560 3221223168 134558171 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29539/statm): 146490 145246 1116 68 0 146422 0
[pid=29539] vsize: 585960
Current children cumulated CPU time (s) 79.35
Current children cumulated vsize (Kb) 585960

[startup+90.0061 s]
Raw data (loadavg): 0.97 0.97 0.96 2/56 29539
Raw data (/proc/29539/stat): 29539 (bsolo) R 29538 29539 27660 0 -1 0 145557 0 0 0 8619 316 0 0 25 0 1 0 1769198319 600023040 145246 4294967295 134512640 134736556 3221224560 3221223296 134645965 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29539/statm): 146490 145246 1116 68 0 146422 0
[pid=29539] vsize: 585960
Current children cumulated CPU time (s) 89.35
Current children cumulated vsize (Kb) 585960

[startup+100.006 s]
Raw data (loadavg): 0.97 0.97 0.96 2/56 29539
Raw data (/proc/29539/stat): 29539 (bsolo) R 29538 29539 27660 0 -1 0 145557 0 0 0 9618 316 0 0 25 0 1 0 1769198319 600023040 145246 4294967295 134512640 134736556 3221224560 3221223296 134645968 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29539/statm): 146490 145246 1116 68 0 146422 0
[pid=29539] vsize: 585960
Current children cumulated CPU time (s) 99.34
Current children cumulated vsize (Kb) 585960

[startup+110.007 s]
Raw data (loadavg): 0.98 0.97 0.96 2/56 29539
Raw data (/proc/29539/stat): 29539 (bsolo) R 29538 29539 27660 0 -1 0 145557 0 0 0 10617 316 0 0 25 0 1 0 1769198319 600023040 145246 4294967295 134512640 134736556 3221224560 3221223160 134558144 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29539/statm): 146490 145246 1116 68 0 146422 0
[pid=29539] vsize: 585960
Current children cumulated CPU time (s) 109.33
Current children cumulated vsize (Kb) 585960

[startup+120.006 s]
Raw data (loadavg): 0.98 0.97 0.96 2/56 29539
Raw data (/proc/29539/stat): 29539 (bsolo) R 29538 29539 27660 0 -1 0 145557 0 0 0 11616 317 0 0 25 0 1 0 1769198319 600023040 145246 4294967295 134512640 134736556 3221224560 3221223216 134649034 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29539/statm): 146490 145246 1116 68 0 146422 0
[pid=29539] vsize: 585960
Current children cumulated CPU time (s) 119.33
Current children cumulated vsize (Kb) 585960

[startup+130.007 s]
Raw data (loadavg): 0.98 0.97 0.96 2/56 29539
Raw data (/proc/29539/stat): 29539 (bsolo) R 29538 29539 27660 0 -1 0 145560 0 0 0 12615 317 0 0 25 0 1 0 1769198319 600023040 145249 4294967295 134512640 134736556 3221224560 3221223176 134537597 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29539/statm): 146490 145249 1116 68 0 146422 0
[pid=29539] vsize: 585960
Current children cumulated CPU time (s) 129.32
Current children cumulated vsize (Kb) 585960

[startup+140.008 s]
Raw data (loadavg): 0.98 0.97 0.96 2/56 29539
Raw data (/proc/29539/stat): 29539 (bsolo) R 29538 29539 27660 0 -1 0 145560 0 0 0 13613 318 0 0 25 0 1 0 1769198319 600023040 145249 4294967295 134512640 134736556 3221224560 3221223184 134649704 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29539/statm): 146490 145249 1116 68 0 146422 0
[pid=29539] vsize: 585960
Current children cumulated CPU time (s) 139.31
Current children cumulated vsize (Kb) 585960

[startup+150.008 s]
Raw data (loadavg): 0.99 0.97 0.96 2/56 29539
Raw data (/proc/29539/stat): 29539 (bsolo) R 29538 29539 27660 0 -1 0 145560 0 0 0 14613 318 0 0 25 0 1 0 1769198319 600023040 145249 4294967295 134512640 134736556 3221224560 3221223144 134560305 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29539/statm): 146490 145249 1116 68 0 146422 0
[pid=29539] vsize: 585960
Current children cumulated CPU time (s) 149.31
Current children cumulated vsize (Kb) 585960

[startup+160.008 s]
Raw data (loadavg): 0.99 0.97 0.96 2/56 29539
Raw data (/proc/29539/stat): 29539 (bsolo) R 29538 29539 27660 0 -1 0 145560 0 0 0 15611 319 0 0 25 0 1 0 1769198319 600023040 145249 4294967295 134512640 134736556 3221224560 3221223296 134645965 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29539/statm): 146490 145249 1116 68 0 146422 0
[pid=29539] vsize: 585960
Current children cumulated CPU time (s) 159.3
Current children cumulated vsize (Kb) 585960

[startup+170.007 s]
Raw data (loadavg): 0.99 0.97 0.96 2/56 29539
Raw data (/proc/29539/stat): 29539 (bsolo) R 29538 29539 27660 0 -1 0 145560 0 0 0 16610 319 0 0 25 0 1 0 1769198319 600023040 145249 4294967295 134512640 134736556 3221224560 3221223296 134645965 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29539/statm): 146490 145249 1116 68 0 146422 0
[pid=29539] vsize: 585960
Current children cumulated CPU time (s) 169.29
Current children cumulated vsize (Kb) 585960

[startup+180.008 s]
Raw data (loadavg): 0.99 0.97 0.96 2/56 29539
Raw data (/proc/29539/stat): 29539 (bsolo) R 29538 29539 27660 0 -1 0 145560 0 0 0 17609 319 0 0 25 0 1 0 1769198319 600023040 145249 4294967295 134512640 134736556 3221224560 3221223128 134560381 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29539/statm): 146490 145249 1116 68 0 146422 0
[pid=29539] vsize: 585960
Current children cumulated CPU time (s) 179.28
Current children cumulated vsize (Kb) 585960

[startup+190.008 s]
Raw data (loadavg): 0.99 0.97 0.96 2/56 29539
Raw data (/proc/29539/stat): 29539 (bsolo) R 29538 29539 27660 0 -1 0 145560 0 0 0 18608 320 0 0 25 0 1 0 1769198319 600023040 145249 4294967295 134512640 134736556 3221224560 3221223216 134649038 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29539/statm): 146490 145249 1116 68 0 146422 0
[pid=29539] vsize: 585960
Current children cumulated CPU time (s) 189.28
Current children cumulated vsize (Kb) 585960

[startup+200.008 s]
Raw data (loadavg): 0.99 0.97 0.96 2/56 29539
Raw data (/proc/29539/stat): 29539 (bsolo) R 29538 29539 27660 0 -1 0 145560 0 0 0 19608 320 0 0 25 0 1 0 1769198319 600023040 145249 4294967295 134512640 134736556 3221224560 3221223200 134649051 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29539/statm): 146490 145249 1116 68 0 146422 0
[pid=29539] vsize: 585960
Current children cumulated CPU time (s) 199.28
Current children cumulated vsize (Kb) 585960

[startup+210.009 s]
Raw data (loadavg): 0.99 0.97 0.96 2/56 29539
Raw data (/proc/29539/stat): 29539 (bsolo) R 29538 29539 27660 0 -1 0 145560 0 0 0 20608 320 0 0 25 0 1 0 1769198319 600023040 145249 4294967295 134512640 134736556 3221224560 3221223176 134537586 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29539/statm): 146490 145249 1116 68 0 146422 0
[pid=29539] vsize: 585960
Current children cumulated CPU time (s) 209.28
Current children cumulated vsize (Kb) 585960

[startup+220.008 s]
Raw data (loadavg): 0.99 0.97 0.96 2/56 29539
Raw data (/proc/29539/stat): 29539 (bsolo) R 29538 29539 27660 0 -1 0 145560 0 0 0 21606 321 0 0 25 0 1 0 1769198319 600023040 145249 4294967295 134512640 134736556 3221224560 3221223136 134558161 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29539/statm): 146490 145249 1116 68 0 146422 0
[pid=29539] vsize: 585960
Current children cumulated CPU time (s) 219.27
Current children cumulated vsize (Kb) 585960

[startup+230.009 s]
Raw data (loadavg): 0.99 0.97 0.96 2/56 29539
Raw data (/proc/29539/stat): 29539 (bsolo) R 29538 29539 27660 0 -1 0 145560 0 0 0 22605 322 0 0 25 0 1 0 1769198319 600023040 145249 4294967295 134512640 134736556 3221224560 3221223216 134649034 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29539/statm): 146490 145249 1116 68 0 146422 0
[pid=29539] vsize: 585960
Current children cumulated CPU time (s) 229.27
Current children cumulated vsize (Kb) 585960

[startup+240.01 s]
Raw data (loadavg): 0.99 0.97 0.96 2/56 29539
Raw data (/proc/29539/stat): 29539 (bsolo) R 29538 29539 27660 0 -1 0 145560 0 0 0 23604 323 0 0 25 0 1 0 1769198319 600023040 145249 4294967295 134512640 134736556 3221224560 3221223152 134558547 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29539/statm): 146490 145249 1116 68 0 146422 0
[pid=29539] vsize: 585960
Current children cumulated CPU time (s) 239.27
Current children cumulated vsize (Kb) 585960

[startup+250.01 s]
Raw data (loadavg): 0.99 0.97 0.96 2/56 29539
Raw data (/proc/29539/stat): 29539 (bsolo) R 29538 29539 27660 0 -1 0 145560 0 0 0 24603 323 0 0 25 0 1 0 1769198319 600023040 145249 4294967295 134512640 134736556 3221224560 3221223200 134649056 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29539/statm): 146490 145249 1116 68 0 146422 0
[pid=29539] vsize: 585960
Current children cumulated CPU time (s) 249.26
Current children cumulated vsize (Kb) 585960

[startup+260.01 s]
Raw data (loadavg): 0.99 0.97 0.96 2/56 29539
Raw data (/proc/29539/stat): 29539 (bsolo) R 29538 29539 27660 0 -1 0 145560 0 0 0 25601 324 0 0 25 0 1 0 1769198319 600023040 145249 4294967295 134512640 134736556 3221224560 3221223132 134560382 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29539/statm): 146490 145249 1116 68 0 146422 0
[pid=29539] vsize: 585960
Current children cumulated CPU time (s) 259.25
Current children cumulated vsize (Kb) 585960

[startup+270.01 s]
Raw data (loadavg): 0.99 0.97 0.96 2/56 29539
Raw data (/proc/29539/stat): 29539 (bsolo) R 29538 29539 27660 0 -1 0 145560 0 0 0 26600 324 0 0 25 0 1 0 1769198319 600023040 145249 4294967295 134512640 134736556 3221224560 3221223296 134645968 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29539/statm): 146490 145249 1116 68 0 146422 0
[pid=29539] vsize: 585960
Current children cumulated CPU time (s) 269.24
Current children cumulated vsize (Kb) 585960

[startup+280.011 s]
Raw data (loadavg): 0.99 0.97 0.96 2/56 29539
Raw data (/proc/29539/stat): 29539 (bsolo) R 29538 29539 27660 0 -1 0 145560 0 0 0 27599 325 0 0 25 0 1 0 1769198319 600023040 145249 4294967295 134512640 134736556 3221224560 3221223296 134645976 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29539/statm): 146490 145249 1116 68 0 146422 0
[pid=29539] vsize: 585960
Current children cumulated CPU time (s) 279.24
Current children cumulated vsize (Kb) 585960

[startup+290.011 s]
Raw data (loadavg): 0.99 0.97 0.96 2/56 29539
Raw data (/proc/29539/stat): 29539 (bsolo) R 29538 29539 27660 0 -1 0 145560 0 0 0 28598 325 0 0 25 0 1 0 1769198319 600023040 145249 4294967295 134512640 134736556 3221224560 3221223168 134558278 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29539/statm): 146490 145249 1116 68 0 146422 0
[pid=29539] vsize: 585960
Current children cumulated CPU time (s) 289.23
Current children cumulated vsize (Kb) 585960

[startup+300.011 s]
Raw data (loadavg): 0.99 0.97 0.96 2/56 29539
Raw data (/proc/29539/stat): 29539 (bsolo) R 29538 29539 27660 0 -1 0 145560 0 0 0 29596 325 0 0 25 0 1 0 1769198319 600023040 145249 4294967295 134512640 134736556 3221224560 3221223216 134649038 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29539/statm): 146490 145249 1116 68 0 146422 0
[pid=29539] vsize: 585960
Current children cumulated CPU time (s) 299.21
Current children cumulated vsize (Kb) 585960

[startup+310.011 s]
Raw data (loadavg): 0.99 0.97 0.96 2/56 29539
Raw data (/proc/29539/stat): 29539 (bsolo) R 29538 29539 27660 0 -1 0 145560 0 0 0 30595 326 0 0 25 0 1 0 1769198319 600023040 145249 4294967295 134512640 134736556 3221224560 3221223296 134645965 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29539/statm): 146490 145249 1116 68 0 146422 0
[pid=29539] vsize: 585960
Current children cumulated CPU time (s) 309.21
Current children cumulated vsize (Kb) 585960

[startup+320.011 s]
Raw data (loadavg): 0.99 0.97 0.96 2/56 29539
Raw data (/proc/29539/stat): 29539 (bsolo) R 29538 29539 27660 0 -1 0 145560 0 0 0 31594 327 0 0 25 0 1 0 1769198319 600023040 145249 4294967295 134512640 134736556 3221224560 3221223176 134537586 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29539/statm): 146490 145249 1116 68 0 146422 0
[pid=29539] vsize: 585960
Current children cumulated CPU time (s) 319.21
Current children cumulated vsize (Kb) 585960

[startup+330.012 s]
Raw data (loadavg): 0.99 0.97 0.96 2/56 29539
Raw data (/proc/29539/stat): 29539 (bsolo) R 29538 29539 27660 0 -1 0 145560 0 0 0 32593 327 0 0 25 0 1 0 1769198319 600023040 145249 4294967295 134512640 134736556 3221224560 3221223216 134649034 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29539/statm): 146490 145249 1116 68 0 146422 0
[pid=29539] vsize: 585960
Current children cumulated CPU time (s) 329.2
Current children cumulated vsize (Kb) 585960

[startup+340.012 s]
Raw data (loadavg): 0.99 0.97 0.96 2/56 29539
Raw data (/proc/29539/stat): 29539 (bsolo) R 29538 29539 27660 0 -1 0 145560 0 0 0 33593 327 0 0 25 0 1 0 1769198319 600023040 145249 4294967295 134512640 134736556 3221224560 3221223300 134560258 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29539/statm): 146490 145249 1116 68 0 146422 0
[pid=29539] vsize: 585960
Current children cumulated CPU time (s) 339.2
Current children cumulated vsize (Kb) 585960

[startup+350.012 s]
Raw data (loadavg): 0.99 0.97 0.96 2/56 29539
Raw data (/proc/29539/stat): 29539 (bsolo) R 29538 29539 27660 0 -1 0 145560 0 0 0 34592 328 0 0 25 0 1 0 1769198319 600023040 145249 4294967295 134512640 134736556 3221224560 3221223216 134649103 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29539/statm): 146490 145249 1116 68 0 146422 0
[pid=29539] vsize: 585960
Current children cumulated CPU time (s) 349.2
Current children cumulated vsize (Kb) 585960

[startup+360.012 s]
Raw data (loadavg): 0.99 0.97 0.96 2/56 29539
Raw data (/proc/29539/stat): 29539 (bsolo) R 29538 29539 27660 0 -1 0 145560 0 0 0 35591 328 0 0 25 0 1 0 1769198319 600023040 145249 4294967295 134512640 134736556 3221224560 3221223176 134544476 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29539/statm): 146490 145249 1116 68 0 146422 0
[pid=29539] vsize: 585960
Current children cumulated CPU time (s) 359.19
Current children cumulated vsize (Kb) 585960

[startup+370.012 s]
Raw data (loadavg): 0.99 0.97 0.96 2/56 29539
Raw data (/proc/29539/stat): 29539 (bsolo) R 29538 29539 27660 0 -1 0 145561 0 0 0 36589 329 0 0 25 0 1 0 1769198319 600023040 145250 4294967295 134512640 134736556 3221224560 3221223216 134649034 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29539/statm): 146490 145250 1116 68 0 146422 0
[pid=29539] vsize: 585960
Current children cumulated CPU time (s) 369.18
Current children cumulated vsize (Kb) 585960

[startup+380.013 s]
Raw data (loadavg): 0.99 0.97 0.96 2/56 29539
Raw data (/proc/29539/stat): 29539 (bsolo) R 29538 29539 27660 0 -1 0 145564 0 0 0 37588 329 0 0 25 0 1 0 1769198319 600023040 145253 4294967295 134512640 134736556 3221224560 3221223184 134649704 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29539/statm): 146490 145253 1116 68 0 146422 0
[pid=29539] vsize: 585960
Current children cumulated CPU time (s) 379.17
Current children cumulated vsize (Kb) 585960

[startup+390.014 s]
Raw data (loadavg): 0.99 0.97 0.96 2/56 29539
Raw data (/proc/29539/stat): 29539 (bsolo) R 29538 29539 27660 0 -1 0 145570 0 0 0 38587 330 0 0 25 0 1 0 1769198319 600023040 145259 4294967295 134512640 134736556 3221224560 3221223148 134554608 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29539/statm): 146490 145259 1116 68 0 146422 0
[pid=29539] vsize: 585960
Current children cumulated CPU time (s) 389.17
Current children cumulated vsize (Kb) 585960

[startup+400.013 s]
Raw data (loadavg): 0.99 0.97 0.96 2/56 29539
Raw data (/proc/29539/stat): 29539 (bsolo) R 29538 29539 27660 0 -1 0 145570 0 0 0 39586 330 0 0 25 0 1 0 1769198319 600023040 145259 4294967295 134512640 134736556 3221224560 3221223296 134645965 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29539/statm): 146490 145259 1116 68 0 146422 0
[pid=29539] vsize: 585960
Current children cumulated CPU time (s) 399.16
Current children cumulated vsize (Kb) 585960

[startup+410.013 s]
Raw data (loadavg): 0.99 0.97 0.96 2/56 29539
Raw data (/proc/29539/stat): 29539 (bsolo) R 29538 29539 27660 0 -1 0 145571 0 0 0 40584 331 0 0 25 0 1 0 1769198319 600023040 145260 4294967295 134512640 134736556 3221224560 3221223296 134645976 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29539/statm): 146490 145260 1116 68 0 146422 0
[pid=29539] vsize: 585960
Current children cumulated CPU time (s) 409.15
Current children cumulated vsize (Kb) 585960

[startup+420.014 s]
Raw data (loadavg): 0.99 0.97 0.96 2/56 29539
Raw data (/proc/29539/stat): 29539 (bsolo) R 29538 29539 27660 0 -1 0 145576 0 0 0 41583 332 0 0 25 0 1 0 1769198319 600023040 145265 4294967295 134512640 134736556 3221224560 3221223216 134649038 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29539/statm): 146490 145265 1116 68 0 146422 0
[pid=29539] vsize: 585960
Current children cumulated CPU time (s) 419.15
Current children cumulated vsize (Kb) 585960

[startup+430.015 s]
Raw data (loadavg): 0.99 0.97 0.96 2/56 29539
Raw data (/proc/29539/stat): 29539 (bsolo) R 29538 29539 27660 0 -1 0 145576 0 0 0 42581 333 0 0 25 0 1 0 1769198319 600023040 145265 4294967295 134512640 134736556 3221224560 3221223216 134649034 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29539/statm): 146490 145265 1116 68 0 146422 0
[pid=29539] vsize: 585960
Current children cumulated CPU time (s) 429.14
Current children cumulated vsize (Kb) 585960

[startup+440.016 s]
Raw data (loadavg): 0.99 0.97 0.96 2/56 29539
Raw data (/proc/29539/stat): 29539 (bsolo) R 29538 29539 27660 0 -1 0 145576 0 0 0 43579 333 0 0 25 0 1 0 1769198319 600023040 145265 4294967295 134512640 134736556 3221224560 3221223168 134558171 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29539/statm): 146490 145265 1116 68 0 146422 0
[pid=29539] vsize: 585960
Current children cumulated CPU time (s) 439.12
Current children cumulated vsize (Kb) 585960

[startup+450.015 s]
Raw data (loadavg): 0.99 0.97 0.96 2/56 29539
Raw data (/proc/29539/stat): 29539 (bsolo) R 29538 29539 27660 0 -1 0 145577 0 0 0 44578 333 0 0 25 0 1 0 1769198319 600023040 145266 4294967295 134512640 134736556 3221224560 3221223196 134558384 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29539/statm): 146490 145266 1116 68 0 146422 0
[pid=29539] vsize: 585960
Current children cumulated CPU time (s) 449.11
Current children cumulated vsize (Kb) 585960

[startup+460.015 s]
Raw data (loadavg): 0.99 0.97 0.96 2/56 29539
Raw data (/proc/29539/stat): 29539 (bsolo) R 29538 29539 27660 0 -1 0 145577 0 0 0 45577 334 0 0 25 0 1 0 1769198319 600023040 145266 4294967295 134512640 134736556 3221224560 3221223192 134537641 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29539/statm): 146490 145266 1116 68 0 146422 0
[pid=29539] vsize: 585960
Current children cumulated CPU time (s) 459.11
Current children cumulated vsize (Kb) 585960

[startup+470.015 s]
Raw data (loadavg): 0.99 0.97 0.96 2/56 29539
Raw data (/proc/29539/stat): 29539 (bsolo) R 29538 29539 27660 0 -1 0 145583 0 0 0 46576 335 0 0 25 0 1 0 1769198319 600023040 145272 4294967295 134512640 134736556 3221224560 3221223176 134537586 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29539/statm): 146490 145272 1116 68 0 146422 0
[pid=29539] vsize: 585960
Current children cumulated CPU time (s) 469.11
Current children cumulated vsize (Kb) 585960

[startup+480.016 s]
Raw data (loadavg): 0.99 0.97 0.96 2/56 29539
Raw data (/proc/29539/stat): 29539 (bsolo) R 29538 29539 27660 0 -1 0 145583 0 0 0 47575 335 0 0 25 0 1 0 1769198319 600023040 145272 4294967295 134512640 134736556 3221224560 3221223216 134649034 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29539/statm): 146490 145272 1116 68 0 146422 0
[pid=29539] vsize: 585960
Current children cumulated CPU time (s) 479.1
Current children cumulated vsize (Kb) 585960

[startup+490.017 s]
Raw data (loadavg): 0.99 0.97 0.96 2/56 29539
Raw data (/proc/29539/stat): 29539 (bsolo) R 29538 29539 27660 0 -1 0 145583 0 0 0 48574 336 0 0 25 0 1 0 1769198319 600023040 145272 4294967295 134512640 134736556 3221224560 3221223300 134560258 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29539/statm): 146490 145272 1116 68 0 146422 0
[pid=29539] vsize: 585960
Current children cumulated CPU time (s) 489.1
Current children cumulated vsize (Kb) 585960

[startup+500.016 s]
Raw data (loadavg): 0.99 0.97 0.96 2/56 29539
Raw data (/proc/29539/stat): 29539 (bsolo) R 29538 29539 27660 0 -1 0 145583 0 0 0 49572 336 0 0 25 0 1 0 1769198319 600023040 145272 4294967295 134512640 134736556 3221224560 3221223296 134645979 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29539/statm): 146490 145272 1116 68 0 146422 0
[pid=29539] vsize: 585960
Current children cumulated CPU time (s) 499.08
Current children cumulated vsize (Kb) 585960

[startup+510.016 s]
Raw data (loadavg): 0.99 0.97 0.96 2/56 29539
Raw data (/proc/29539/stat): 29539 (bsolo) R 29538 29539 27660 0 -1 0 145583 0 0 0 50570 337 0 0 25 0 1 0 1769198319 600023040 145272 4294967295 134512640 134736556 3221224560 3221223192 134537641 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29539/statm): 146490 145272 1116 68 0 146422 0
[pid=29539] vsize: 585960
Current children cumulated CPU time (s) 509.07
Current children cumulated vsize (Kb) 585960

[startup+520.016 s]
Raw data (loadavg): 0.99 0.97 0.96 2/56 29539
Raw data (/proc/29539/stat): 29539 (bsolo) R 29538 29539 27660 0 -1 0 145583 0 0 0 51569 338 0 0 25 0 1 0 1769198319 600023040 145272 4294967295 134512640 134736556 3221224560 3221223192 134544456 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29539/statm): 146490 145272 1116 68 0 146422 0
[pid=29539] vsize: 585960
Current children cumulated CPU time (s) 519.07
Current children cumulated vsize (Kb) 585960

[startup+530.017 s]
Raw data (loadavg): 0.99 0.97 0.96 2/56 29539
Raw data (/proc/29539/stat): 29539 (bsolo) R 29538 29539 27660 0 -1 0 145585 0 0 0 52567 339 0 0 25 0 1 0 1769198319 600023040 145274 4294967295 134512640 134736556 3221224560 3221223192 134544456 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29539/statm): 146490 145274 1116 68 0 146422 0
[pid=29539] vsize: 585960
Current children cumulated CPU time (s) 529.06
Current children cumulated vsize (Kb) 585960

[startup+540.016 s]
Raw data (loadavg): 0.99 0.97 0.96 2/56 29539
Raw data (/proc/29539/stat): 29539 (bsolo) R 29538 29539 27660 0 -1 0 145585 0 0 0 53566 339 0 0 25 0 1 0 1769198319 600023040 145274 4294967295 134512640 134736556 3221224560 3221223296 134645968 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29539/statm): 146490 145274 1116 68 0 146422 0
[pid=29539] vsize: 585960
Current children cumulated CPU time (s) 539.05
Current children cumulated vsize (Kb) 585960

[startup+550.016 s]
Raw data (loadavg): 0.99 0.97 0.96 2/56 29539
Raw data (/proc/29539/stat): 29539 (bsolo) R 29538 29539 27660 0 -1 0 145585 0 0 0 54565 340 0 0 25 0 1 0 1769198319 600023040 145274 4294967295 134512640 134736556 3221224560 3221223176 134537586 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29539/statm): 146490 145274 1116 68 0 146422 0
[pid=29539] vsize: 585960
Current children cumulated CPU time (s) 549.05
Current children cumulated vsize (Kb) 585960

[startup+560.017 s]
Raw data (loadavg): 0.99 0.97 0.96 2/56 29539
Raw data (/proc/29539/stat): 29539 (bsolo) R 29538 29539 27660 0 -1 0 145585 0 0 0 55563 341 0 0 25 0 1 0 1769198319 600023040 145274 4294967295 134512640 134736556 3221224560 3221223128 134560331 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29539/statm): 146490 145274 1116 68 0 146422 0
[pid=29539] vsize: 585960
Current children cumulated CPU time (s) 559.04
Current children cumulated vsize (Kb) 585960

[startup+570.017 s]
Raw data (loadavg): 0.99 0.97 0.96 2/56 29539
Raw data (/proc/29539/stat): 29539 (bsolo) R 29538 29539 27660 0 -1 0 145586 0 0 0 56562 341 0 0 25 0 1 0 1769198319 600023040 145275 4294967295 134512640 134736556 3221224560 3221223152 134558431 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29539/statm): 146490 145275 1116 68 0 146422 0
[pid=29539] vsize: 585960
Current children cumulated CPU time (s) 569.03
Current children cumulated vsize (Kb) 585960

[startup+580.018 s]
Raw data (loadavg): 0.99 0.97 0.96 2/56 29539
Raw data (/proc/29539/stat): 29539 (bsolo) R 29538 29539 27660 0 -1 0 145586 0 0 0 57561 341 0 0 25 0 1 0 1769198319 600023040 145275 4294967295 134512640 134736556 3221224560 3221223176 134537599 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29539/statm): 146490 145275 1116 68 0 146422 0
[pid=29539] vsize: 585960
Current children cumulated CPU time (s) 579.02
Current children cumulated vsize (Kb) 585960

[startup+590.018 s]
Raw data (loadavg): 0.99 0.97 0.96 2/56 29539
Raw data (/proc/29539/stat): 29539 (bsolo) R 29538 29539 27660 0 -1 0 145592 0 0 0 58560 342 0 0 25 0 1 0 1769198319 600023040 145281 4294967295 134512640 134736556 3221224560 3221223216 134649034 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29539/statm): 146490 145281 1116 68 0 146422 0
[pid=29539] vsize: 585960
Current children cumulated CPU time (s) 589.02
Current children cumulated vsize (Kb) 585960

[startup+600.018 s]
Raw data (loadavg): 0.99 0.97 0.96 2/56 29539
Raw data (/proc/29539/stat): 29539 (bsolo) R 29538 29539 27660 0 -1 0 145592 0 0 0 59558 342 0 0 25 0 1 0 1769198319 600023040 145281 4294967295 134512640 134736556 3221224560 3221223216 134649034 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29539/statm): 146490 145281 1116 68 0 146422 0
[pid=29539] vsize: 585960
Current children cumulated CPU time (s) 599
Current children cumulated vsize (Kb) 585960

[startup+610.018 s]
Raw data (loadavg): 0.99 0.97 0.96 2/56 29539
Raw data (/proc/29539/stat): 29539 (bsolo) R 29538 29539 27660 0 -1 0 145592 0 0 0 60557 343 0 0 25 0 1 0 1769198319 600023040 145281 4294967295 134512640 134736556 3221224560 3221223140 134558405 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29539/statm): 146490 145281 1116 68 0 146422 0
[pid=29539] vsize: 585960
Current children cumulated CPU time (s) 609
Current children cumulated vsize (Kb) 585960

[startup+620.019 s]
Raw data (loadavg): 0.99 0.97 0.96 2/56 29539
Raw data (/proc/29539/stat): 29539 (bsolo) R 29538 29539 27660 0 -1 0 145592 0 0 0 61556 343 0 0 25 0 1 0 1769198319 600023040 145281 4294967295 134512640 134736556 3221224560 3221223176 134537586 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29539/statm): 146490 145281 1116 68 0 146422 0
[pid=29539] vsize: 585960
Current children cumulated CPU time (s) 618.99
Current children cumulated vsize (Kb) 585960

[startup+630.019 s]
Raw data (loadavg): 0.99 0.97 0.96 2/56 29539
Raw data (/proc/29539/stat): 29539 (bsolo) R 29538 29539 27660 0 -1 0 145592 0 0 0 62555 344 0 0 25 0 1 0 1769198319 600023040 145281 4294967295 134512640 134736556 3221224560 3221223176 134537586 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29539/statm): 146490 145281 1116 68 0 146422 0
[pid=29539] vsize: 585960
Current children cumulated CPU time (s) 628.99
Current children cumulated vsize (Kb) 585960

[startup+640.019 s]
Raw data (loadavg): 0.99 0.97 0.96 2/56 29539
Raw data (/proc/29539/stat): 29539 (bsolo) R 29538 29539 27660 0 -1 0 145592 0 0 0 63554 344 0 0 25 0 1 0 1769198319 600023040 145281 4294967295 134512640 134736556 3221224560 3221223148 134560304 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29539/statm): 146490 145281 1116 68 0 146422 0
[pid=29539] vsize: 585960
Current children cumulated CPU time (s) 638.98
Current children cumulated vsize (Kb) 585960

[startup+650.019 s]
Raw data (loadavg): 0.99 0.97 0.96 2/56 29539
Raw data (/proc/29539/stat): 29539 (bsolo) R 29538 29539 27660 0 -1 0 145592 0 0 0 64553 344 0 0 25 0 1 0 1769198319 600023040 145281 4294967295 134512640 134736556 3221224560 3221223204 134649260 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29539/statm): 146490 145281 1116 68 0 146422 0
[pid=29539] vsize: 585960
Current children cumulated CPU time (s) 648.97
Current children cumulated vsize (Kb) 585960

[startup+660.02 s]
Raw data (loadavg): 0.99 0.97 0.96 2/56 29539
Raw data (/proc/29539/stat): 29539 (bsolo) R 29538 29539 27660 0 -1 0 145592 0 0 0 65552 345 0 0 25 0 1 0 1769198319 600023040 145281 4294967295 134512640 134736556 3221224560 3221223144 134554609 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29539/statm): 146490 145281 1116 68 0 146422 0
[pid=29539] vsize: 585960
Current children cumulated CPU time (s) 658.97
Current children cumulated vsize (Kb) 585960

[startup+670.02 s]
Raw data (loadavg): 0.99 0.97 0.96 2/56 29539
Raw data (/proc/29539/stat): 29539 (bsolo) R 29538 29539 27660 0 -1 0 145592 0 0 0 66551 345 0 0 25 0 1 0 1769198319 600023040 145281 4294967295 134512640 134736556 3221224560 3221223204 134649050 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29539/statm): 146490 145281 1116 68 0 146422 0
[pid=29539] vsize: 585960
Current children cumulated CPU time (s) 668.96
Current children cumulated vsize (Kb) 585960

[startup+680.02 s]
Raw data (loadavg): 0.99 0.97 0.96 2/56 29539
Raw data (/proc/29539/stat): 29539 (bsolo) R 29538 29539 27660 0 -1 0 145592 0 0 0 67549 345 0 0 25 0 1 0 1769198319 600023040 145281 4294967295 134512640 134736556 3221224560 3221223192 134544456 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29539/statm): 146490 145281 1116 68 0 146422 0
[pid=29539] vsize: 585960
Current children cumulated CPU time (s) 678.94
Current children cumulated vsize (Kb) 585960

[startup+690.021 s]
Raw data (loadavg): 0.99 0.97 0.96 2/56 29539
Raw data (/proc/29539/stat): 29539 (bsolo) R 29538 29539 27660 0 -1 0 145592 0 0 0 68548 346 0 0 25 0 1 0 1769198319 600023040 145281 4294967295 134512640 134736556 3221224560 3221223216 134649103 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29539/statm): 146490 145281 1116 68 0 146422 0
[pid=29539] vsize: 585960
Current children cumulated CPU time (s) 688.94
Current children cumulated vsize (Kb) 585960

[startup+700.021 s]
Raw data (loadavg): 0.99 0.97 0.96 2/56 29539
Raw data (/proc/29539/stat): 29539 (bsolo) R 29538 29539 27660 0 -1 0 145592 0 0 0 69547 346 0 0 25 0 1 0 1769198319 600023040 145281 4294967295 134512640 134736556 3221224560 3221223192 134544456 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29539/statm): 146490 145281 1116 68 0 146422 0
[pid=29539] vsize: 585960
Current children cumulated CPU time (s) 698.93
Current children cumulated vsize (Kb) 585960

[startup+710.021 s]
Raw data (loadavg): 0.99 0.97 0.96 2/56 29539
Raw data (/proc/29539/stat): 29539 (bsolo) R 29538 29539 27660 0 -1 0 145592 0 0 0 70545 347 0 0 25 0 1 0 1769198319 600023040 145281 4294967295 134512640 134736556 3221224560 3221223216 134649034 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29539/statm): 146490 145281 1116 68 0 146422 0
[pid=29539] vsize: 585960
Current children cumulated CPU time (s) 708.92
Current children cumulated vsize (Kb) 585960

[startup+720.02 s]
Raw data (loadavg): 0.99 0.97 0.96 2/56 29539
Raw data (/proc/29539/stat): 29539 (bsolo) R 29538 29539 27660 0 -1 0 145592 0 0 0 71544 347 0 0 25 0 1 0 1769198319 600023040 145281 4294967295 134512640 134736556 3221224560 3221223176 134537586 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29539/statm): 146490 145281 1116 68 0 146422 0
[pid=29539] vsize: 585960
Current children cumulated CPU time (s) 718.91
Current children cumulated vsize (Kb) 585960

[startup+730.021 s]
Raw data (loadavg): 0.99 0.97 0.96 2/56 29539
Raw data (/proc/29539/stat): 29539 (bsolo) R 29538 29539 27660 0 -1 0 145592 0 0 0 72543 348 0 0 25 0 1 0 1769198319 600023040 145281 4294967295 134512640 134736556 3221224560 3221223200 134649077 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29539/statm): 146490 145281 1116 68 0 146422 0
[pid=29539] vsize: 585960
Current children cumulated CPU time (s) 728.91
Current children cumulated vsize (Kb) 585960

[startup+740.022 s]
Raw data (loadavg): 0.99 0.97 0.96 2/56 29539
Raw data (/proc/29539/stat): 29539 (bsolo) R 29538 29539 27660 0 -1 0 145592 0 0 0 73542 348 0 0 25 0 1 0 1769198319 600023040 145281 4294967295 134512640 134736556 3221224560 3221223176 134537599 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29539/statm): 146490 145281 1116 68 0 146422 0
[pid=29539] vsize: 585960
Current children cumulated CPU time (s) 738.9
Current children cumulated vsize (Kb) 585960

[startup+750.022 s]
Raw data (loadavg): 0.99 0.97 0.96 2/56 29539
Raw data (/proc/29539/stat): 29539 (bsolo) R 29538 29539 27660 0 -1 0 145592 0 0 0 74540 349 0 0 25 0 1 0 1769198319 600023040 145281 4294967295 134512640 134736556 3221224560 3221223216 134649034 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29539/statm): 146490 145281 1116 68 0 146422 0
[pid=29539] vsize: 585960
Current children cumulated CPU time (s) 748.89
Current children cumulated vsize (Kb) 585960

[startup+760.023 s]
Raw data (loadavg): 0.99 0.97 0.96 2/56 29539
Raw data (/proc/29539/stat): 29539 (bsolo) R 29538 29539 27660 0 -1 0 145592 0 0 0 75539 349 0 0 25 0 1 0 1769198319 600023040 145281 4294967295 134512640 134736556 3221224560 3221223188 134649148 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29539/statm): 146490 145281 1116 68 0 146422 0
[pid=29539] vsize: 585960
Current children cumulated CPU time (s) 758.88
Current children cumulated vsize (Kb) 585960

[startup+770.022 s]
Raw data (loadavg): 0.99 0.97 0.96 2/56 29539
Raw data (/proc/29539/stat): 29539 (bsolo) R 29538 29539 27660 0 -1 0 145595 0 0 0 76538 350 0 0 25 0 1 0 1769198319 600158208 145284 4294967295 134512640 134736556 3221224560 3221223216 134649034 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29539/statm): 146523 145284 1116 68 0 146455 0
[pid=29539] vsize: 586092
Current children cumulated CPU time (s) 768.88
Current children cumulated vsize (Kb) 586092

[startup+780.023 s]
Raw data (loadavg): 0.99 0.97 0.96 2/56 29539
Raw data (/proc/29539/stat): 29539 (bsolo) R 29538 29539 27660 0 -1 0 145595 0 0 0 77537 350 0 0 25 0 1 0 1769198319 600158208 145284 4294967295 134512640 134736556 3221224560 3221223188 134560258 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29539/statm): 146523 145284 1116 68 0 146455 0
[pid=29539] vsize: 586092
Current children cumulated CPU time (s) 778.87
Current children cumulated vsize (Kb) 586092

[startup+790.023 s]
Raw data (loadavg): 0.99 0.97 0.96 2/56 29539
Raw data (/proc/29539/stat): 29539 (bsolo) R 29538 29539 27660 0 -1 0 145595 0 0 0 78536 351 0 0 25 0 1 0 1769198319 600158208 145284 4294967295 134512640 134736556 3221224560 3221223176 134537599 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29539/statm): 146523 145284 1116 68 0 146455 0
[pid=29539] vsize: 586092
Current children cumulated CPU time (s) 788.87
Current children cumulated vsize (Kb) 586092

[startup+800.023 s]
Raw data (loadavg): 0.99 0.97 0.96 2/56 29539
Raw data (/proc/29539/stat): 29539 (bsolo) R 29538 29539 27660 0 -1 0 145595 0 0 0 79534 351 0 0 25 0 1 0 1769198319 600158208 145284 4294967295 134512640 134736556 3221224560 3221223188 134560244 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29539/statm): 146523 145284 1116 68 0 146455 0
[pid=29539] vsize: 586092
Current children cumulated CPU time (s) 798.85
Current children cumulated vsize (Kb) 586092

[startup+810.023 s]
Raw data (loadavg): 0.99 0.97 0.96 2/56 29539
Raw data (/proc/29539/stat): 29539 (bsolo) R 29538 29539 27660 0 -1 0 145595 0 0 0 80534 352 0 0 25 0 1 0 1769198319 600158208 145284 4294967295 134512640 134736556 3221224560 3221223216 134649038 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29539/statm): 146523 145284 1116 68 0 146455 0
[pid=29539] vsize: 586092
Current children cumulated CPU time (s) 808.86
Current children cumulated vsize (Kb) 586092

[startup+820.022 s]
Raw data (loadavg): 0.99 0.97 0.96 2/56 29539
Raw data (/proc/29539/stat): 29539 (bsolo) R 29538 29539 27660 0 -1 0 145595 0 0 0 81531 353 0 0 25 0 1 0 1769198319 600158208 145284 4294967295 134512640 134736556 3221224560 3221223216 134648941 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29539/statm): 146523 145284 1116 68 0 146455 0
[pid=29539] vsize: 586092
Current children cumulated CPU time (s) 818.84
Current children cumulated vsize (Kb) 586092

[startup+830.023 s]
Raw data (loadavg): 0.99 0.97 0.96 2/56 29539
Raw data (/proc/29539/stat): 29539 (bsolo) R 29538 29539 27660 0 -1 0 145595 0 0 0 82530 354 0 0 25 0 1 0 1769198319 600158208 145284 4294967295 134512640 134736556 3221224560 3221223176 134537603 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29539/statm): 146523 145284 1116 68 0 146455 0
[pid=29539] vsize: 586092
Current children cumulated CPU time (s) 828.84
Current children cumulated vsize (Kb) 586092

[startup+840.023 s]
Raw data (loadavg): 0.99 0.97 0.96 2/56 29539
Raw data (/proc/29539/stat): 29539 (bsolo) R 29538 29539 27660 0 -1 0 145595 0 0 0 83529 355 0 0 25 0 1 0 1769198319 600158208 145284 4294967295 134512640 134736556 3221224560 3221223176 134537586 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29539/statm): 146523 145284 1116 68 0 146455 0
[pid=29539] vsize: 586092
Current children cumulated CPU time (s) 838.84
Current children cumulated vsize (Kb) 586092

[startup+850.023 s]
Raw data (loadavg): 0.99 0.97 0.96 2/56 29539
Raw data (/proc/29539/stat): 29539 (bsolo) R 29538 29539 27660 0 -1 0 145595 0 0 0 84527 356 0 0 25 0 1 0 1769198319 600158208 145284 4294967295 134512640 134736556 3221224560 3221223276 134649711 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29539/statm): 146523 145284 1116 68 0 146455 0
[pid=29539] vsize: 586092
Current children cumulated CPU time (s) 848.83
Current children cumulated vsize (Kb) 586092

[startup+860.024 s]
Raw data (loadavg): 0.99 0.97 0.96 2/56 29539
Raw data (/proc/29539/stat): 29539 (bsolo) R 29538 29539 27660 0 -1 0 145595 0 0 0 85526 357 0 0 25 0 1 0 1769198319 600158208 145284 4294967295 134512640 134736556 3221224560 3221223176 134537586 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29539/statm): 146523 145284 1116 68 0 146455 0
[pid=29539] vsize: 586092
Current children cumulated CPU time (s) 858.83
Current children cumulated vsize (Kb) 586092

[startup+870.023 s]
Raw data (loadavg): 0.99 0.97 0.96 2/56 29539
Raw data (/proc/29539/stat): 29539 (bsolo) R 29538 29539 27660 0 -1 0 145595 0 0 0 86525 357 0 0 25 0 1 0 1769198319 600158208 145284 4294967295 134512640 134736556 3221224560 3221223296 134645968 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29539/statm): 146523 145284 1116 68 0 146455 0
[pid=29539] vsize: 586092
Current children cumulated CPU time (s) 868.82
Current children cumulated vsize (Kb) 586092

[startup+880.024 s]
Raw data (loadavg): 0.99 0.97 0.96 2/56 29539
Raw data (/proc/29539/stat): 29539 (bsolo) R 29538 29539 27660 0 -1 0 145805 0 0 0 87523 358 0 0 25 0 1 0 1769198319 600117248 145354 4294967295 134512640 134736556 3221224560 3221223176 134537599 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29539/statm): 146513 145354 1116 68 0 146445 0
[pid=29539] vsize: 586052
Current children cumulated CPU time (s) 878.81
Current children cumulated vsize (Kb) 586052

[startup+890.024 s]
Raw data (loadavg): 0.99 0.97 0.96 2/56 29539
Raw data (/proc/29539/stat): 29539 (bsolo) R 29538 29539 27660 0 -1 0 145805 0 0 0 88521 359 0 0 25 0 1 0 1769198319 600117248 145354 4294967295 134512640 134736556 3221224560 3221223188 134560244 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29539/statm): 146513 145354 1116 68 0 146445 0
[pid=29539] vsize: 586052
Current children cumulated CPU time (s) 888.8
Current children cumulated vsize (Kb) 586052

[startup+900.024 s]
Raw data (loadavg): 0.99 0.97 0.96 2/56 29539
Raw data (/proc/29539/stat): 29539 (bsolo) R 29538 29539 27660 0 -1 0 145805 0 0 0 89520 360 0 0 25 0 1 0 1769198319 600117248 145354 4294967295 134512640 134736556 3221224560 3221223192 134544456 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29539/statm): 146513 145354 1116 68 0 146445 0
[pid=29539] vsize: 586052
Current children cumulated CPU time (s) 898.8
Current children cumulated vsize (Kb) 586052

[startup+910.023 s]
Raw data (loadavg): 0.99 0.97 0.96 2/56 29539
Raw data (/proc/29539/stat): 29539 (bsolo) R 29538 29539 27660 0 -1 0 145805 0 0 0 90519 360 0 0 25 0 1 0 1769198319 600117248 145354 4294967295 134512640 134736556 3221224560 3221223176 134537599 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29539/statm): 146513 145354 1116 68 0 146445 0
[pid=29539] vsize: 586052
Current children cumulated CPU time (s) 908.79
Current children cumulated vsize (Kb) 586052

[startup+920.023 s]
Raw data (loadavg): 0.99 0.97 0.96 2/56 29539
Raw data (/proc/29539/stat): 29539 (bsolo) R 29538 29539 27660 0 -1 0 145805 0 0 0 91518 360 0 0 25 0 1 0 1769198319 600117248 145354 4294967295 134512640 134736556 3221224560 3221223296 134645979 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29539/statm): 146513 145354 1116 68 0 146445 0
[pid=29539] vsize: 586052
Current children cumulated CPU time (s) 918.78
Current children cumulated vsize (Kb) 586052

[startup+930.024 s]
Raw data (loadavg): 0.99 0.97 0.96 2/56 29539
Raw data (/proc/29539/stat): 29539 (bsolo) R 29538 29539 27660 0 -1 0 145805 0 0 0 92517 361 0 0 25 0 1 0 1769198319 600117248 145354 4294967295 134512640 134736556 3221224560 3221223296 134645972 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29539/statm): 146513 145354 1116 68 0 146445 0
[pid=29539] vsize: 586052
Current children cumulated CPU time (s) 928.78
Current children cumulated vsize (Kb) 586052

[startup+940.025 s]
Raw data (loadavg): 0.99 0.97 0.96 2/56 29539
Raw data (/proc/29539/stat): 29539 (bsolo) R 29538 29539 27660 0 -1 0 145805 0 0 0 93516 361 0 0 25 0 1 0 1769198319 600117248 145354 4294967295 134512640 134736556 3221224560 3221223176 134544476 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29539/statm): 146513 145354 1116 68 0 146445 0
[pid=29539] vsize: 586052
Current children cumulated CPU time (s) 938.77
Current children cumulated vsize (Kb) 586052

[startup+950.025 s]
Raw data (loadavg): 0.99 0.97 0.96 2/56 29539
Raw data (/proc/29539/stat): 29539 (bsolo) R 29538 29539 27660 0 -1 0 145806 0 0 0 94515 361 0 0 25 0 1 0 1769198319 600117248 145355 4294967295 134512640 134736556 3221224560 3221223196 134558582 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29539/statm): 146513 145355 1116 68 0 146445 0
[pid=29539] vsize: 586052
Current children cumulated CPU time (s) 948.76
Current children cumulated vsize (Kb) 586052

[startup+960.024 s]
Raw data (loadavg): 0.99 0.97 0.96 2/56 29539
Raw data (/proc/29539/stat): 29539 (bsolo) R 29538 29539 27660 0 -1 0 145806 0 0 0 95514 362 0 0 25 0 1 0 1769198319 600117248 145355 4294967295 134512640 134736556 3221224560 3221223148 134555083 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29539/statm): 146513 145355 1116 68 0 146445 0
[pid=29539] vsize: 586052
Current children cumulated CPU time (s) 958.76
Current children cumulated vsize (Kb) 586052

[startup+970.024 s]
Raw data (loadavg): 0.99 0.97 0.96 2/56 29539
Raw data (/proc/29539/stat): 29539 (bsolo) R 29538 29539 27660 0 -1 0 145806 0 0 0 96513 362 0 0 25 0 1 0 1769198319 600117248 145355 4294967295 134512640 134736556 3221224560 3221223296 134645976 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29539/statm): 146513 145355 1116 68 0 146445 0
[pid=29539] vsize: 586052
Current children cumulated CPU time (s) 968.75
Current children cumulated vsize (Kb) 586052

[startup+980.025 s]
Raw data (loadavg): 0.99 0.97 0.96 2/56 29539
Raw data (/proc/29539/stat): 29539 (bsolo) R 29538 29539 27660 0 -1 0 145806 0 0 0 97512 362 0 0 25 0 1 0 1769198319 600117248 145355 4294967295 134512640 134736556 3221224560 3221223172 134558392 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29539/statm): 146513 145355 1116 68 0 146445 0
[pid=29539] vsize: 586052
Current children cumulated CPU time (s) 978.74
Current children cumulated vsize (Kb) 586052

[startup+990.025 s]
Raw data (loadavg): 0.99 0.97 0.96 2/56 29539
Raw data (/proc/29539/stat): 29539 (bsolo) R 29538 29539 27660 0 -1 0 145807 0 0 0 98511 363 0 0 25 0 1 0 1769198319 600117248 145356 4294967295 134512640 134736556 3221224560 3221223152 134558406 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29539/statm): 146513 145356 1116 68 0 146445 0
[pid=29539] vsize: 586052
Current children cumulated CPU time (s) 988.74
Current children cumulated vsize (Kb) 586052

[startup+1000.02 s]
Raw data (loadavg): 0.99 0.97 0.96 2/56 29539
Raw data (/proc/29539/stat): 29539 (bsolo) R 29538 29539 27660 0 -1 0 145807 0 0 0 99510 363 0 0 25 0 1 0 1769198319 600117248 145356 4294967295 134512640 134736556 3221224560 3221223136 134558163 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29539/statm): 146513 145356 1116 68 0 146445 0
[pid=29539] vsize: 586052
Current children cumulated CPU time (s) 998.73
Current children cumulated vsize (Kb) 586052

[startup+1010.03 s]
Raw data (loadavg): 0.99 0.97 0.96 2/56 29539
Raw data (/proc/29539/stat): 29539 (bsolo) R 29538 29539 27660 0 -1 0 145807 0 0 0 100509 364 0 0 25 0 1 0 1769198319 600117248 145356 4294967295 134512640 134736556 3221224560 3221223192 134544456 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29539/statm): 146513 145356 1116 68 0 146445 0
[pid=29539] vsize: 586052
Current children cumulated CPU time (s) 1008.73
Current children cumulated vsize (Kb) 586052

[startup+1020.03 s]
Raw data (loadavg): 0.99 0.97 0.96 2/56 29539
Raw data (/proc/29539/stat): 29539 (bsolo) R 29538 29539 27660 0 -1 0 145808 0 0 0 101508 364 0 0 25 0 1 0 1769198319 600117248 145357 4294967295 134512640 134736556 3221224560 3221223168 134558036 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29539/statm): 146513 145357 1116 68 0 146445 0
[pid=29539] vsize: 586052
Current children cumulated CPU time (s) 1018.72
Current children cumulated vsize (Kb) 586052

[startup+1030.03 s]
Raw data (loadavg): 0.99 0.97 0.96 2/56 29539
Raw data (/proc/29539/stat): 29539 (bsolo) R 29538 29539 27660 0 -1 0 145808 0 0 0 102508 364 0 0 25 0 1 0 1769198319 600117248 145357 4294967295 134512640 134736556 3221224560 3221223176 134537586 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29539/statm): 146513 145357 1116 68 0 146445 0
[pid=29539] vsize: 586052
Current children cumulated CPU time (s) 1028.72
Current children cumulated vsize (Kb) 586052

[startup+1040.03 s]
Raw data (loadavg): 0.99 0.97 0.96 2/56 29539
Raw data (/proc/29539/stat): 29539 (bsolo) R 29538 29539 27660 0 -1 0 145809 0 0 0 103507 364 0 0 25 0 1 0 1769198319 600117248 145358 4294967295 134512640 134736556 3221224560 3221223148 134560372 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29539/statm): 146513 145358 1116 68 0 146445 0
[pid=29539] vsize: 586052
Current children cumulated CPU time (s) 1038.71
Current children cumulated vsize (Kb) 586052

[startup+1050.03 s]
Raw data (loadavg): 0.99 0.97 0.96 2/56 29539
Raw data (/proc/29539/stat): 29539 (bsolo) R 29538 29539 27660 0 -1 0 145809 0 0 0 104506 365 0 0 25 0 1 0 1769198319 600117248 145358 4294967295 134512640 134736556 3221224560 3221223152 134558491 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29539/statm): 146513 145358 1116 68 0 146445 0
[pid=29539] vsize: 586052
Current children cumulated CPU time (s) 1048.71
Current children cumulated vsize (Kb) 586052

[startup+1060.03 s]
Raw data (loadavg): 0.99 0.97 0.96 2/56 29539
Raw data (/proc/29539/stat): 29539 (bsolo) R 29538 29539 27660 0 -1 0 145809 0 0 0 105505 366 0 0 25 0 1 0 1769198319 600117248 145358 4294967295 134512640 134736556 3221224560 3221223192 134544456 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29539/statm): 146513 145358 1116 68 0 146445 0
[pid=29539] vsize: 586052
Current children cumulated CPU time (s) 1058.71
Current children cumulated vsize (Kb) 586052

[startup+1070.03 s]
Raw data (loadavg): 0.99 0.97 0.96 2/56 29539
Raw data (/proc/29539/stat): 29539 (bsolo) R 29538 29539 27660 0 -1 0 145810 0 0 0 106504 366 0 0 25 0 1 0 1769198319 600117248 145359 4294967295 134512640 134736556 3221224560 3221223168 134558203 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29539/statm): 146513 145359 1116 68 0 146445 0
[pid=29539] vsize: 586052
Current children cumulated CPU time (s) 1068.7
Current children cumulated vsize (Kb) 586052

[startup+1080.03 s]
Raw data (loadavg): 0.99 0.97 0.96 2/56 29539
Raw data (/proc/29539/stat): 29539 (bsolo) R 29538 29539 27660 0 -1 0 145812 0 0 0 107504 366 0 0 25 0 1 0 1769198319 600117248 145361 4294967295 134512640 134736556 3221224560 3221223296 134645965 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29539/statm): 146513 145361 1116 68 0 146445 0
[pid=29539] vsize: 586052
Current children cumulated CPU time (s) 1078.7
Current children cumulated vsize (Kb) 586052

[startup+1090.03 s]
Raw data (loadavg): 0.99 0.97 0.96 2/56 29539
Raw data (/proc/29539/stat): 29539 (bsolo) R 29538 29539 27660 0 -1 0 145813 0 0 0 108504 366 0 0 25 0 1 0 1769198319 600117248 145362 4294967295 134512640 134736556 3221224560 3221223120 134558423 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29539/statm): 146513 145362 1116 68 0 146445 0
[pid=29539] vsize: 586052
Current children cumulated CPU time (s) 1088.7
Current children cumulated vsize (Kb) 586052

[startup+1100.03 s]
Raw data (loadavg): 0.99 0.97 0.96 2/56 29539
Raw data (/proc/29539/stat): 29539 (bsolo) R 29538 29539 27660 0 -1 0 145813 0 0 0 109502 367 0 0 25 0 1 0 1769198319 600117248 145362 4294967295 134512640 134736556 3221224560 3221223216 134649038 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29539/statm): 146513 145362 1116 68 0 146445 0
[pid=29539] vsize: 586052
Current children cumulated CPU time (s) 1098.69
Current children cumulated vsize (Kb) 586052

[startup+1110.03 s]
Raw data (loadavg): 0.99 0.97 0.96 2/56 29539
Raw data (/proc/29539/stat): 29539 (bsolo) R 29538 29539 27660 0 -1 0 145814 0 0 0 110501 368 0 0 25 0 1 0 1769198319 600117248 145363 4294967295 134512640 134736556 3221224560 3221223192 134544456 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29539/statm): 146513 145363 1116 68 0 146445 0
[pid=29539] vsize: 586052
Current children cumulated CPU time (s) 1108.69
Current children cumulated vsize (Kb) 586052

[startup+1120.03 s]
Raw data (loadavg): 0.99 0.97 0.96 2/56 29539
Raw data (/proc/29539/stat): 29539 (bsolo) R 29538 29539 27660 0 -1 0 145814 0 0 0 111500 368 0 0 25 0 1 0 1769198319 600117248 145363 4294967295 134512640 134736556 3221224560 3221223192 134648980 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29539/statm): 146513 145363 1116 68 0 146445 0
[pid=29539] vsize: 586052
Current children cumulated CPU time (s) 1118.68
Current children cumulated vsize (Kb) 586052

[startup+1130.03 s]
Raw data (loadavg): 0.99 0.97 0.96 2/56 29539
Raw data (/proc/29539/stat): 29539 (bsolo) R 29538 29539 27660 0 -1 0 145849 0 0 0 112499 369 0 0 25 0 1 0 1769198319 600252416 145398 4294967295 134512640 134736556 3221224560 3221223204 134649050 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29539/statm): 146546 145398 1116 68 0 146478 0
[pid=29539] vsize: 586184
Current children cumulated CPU time (s) 1128.68
Current children cumulated vsize (Kb) 586184

[startup+1140.03 s]
Raw data (loadavg): 0.99 0.97 0.96 2/56 29539
Raw data (/proc/29539/stat): 29539 (bsolo) R 29538 29539 27660 0 -1 0 145931 0 0 0 113498 369 0 0 25 0 1 0 1769198319 600657920 145480 4294967295 134512640 134736556 3221224560 3221223176 134537599 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29539/statm): 146645 145480 1116 68 0 146577 0
[pid=29539] vsize: 586580
Current children cumulated CPU time (s) 1138.67
Current children cumulated vsize (Kb) 586580

[startup+1150.03 s]
Raw data (loadavg): 0.99 0.97 0.96 2/56 29539
Raw data (/proc/29539/stat): 29539 (bsolo) R 29538 29539 27660 0 -1 0 145931 0 0 0 114497 370 0 0 25 0 1 0 1769198319 600657920 145480 4294967295 134512640 134736556 3221224560 3221223176 134537586 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29539/statm): 146645 145480 1116 68 0 146577 0
[pid=29539] vsize: 586580
Current children cumulated CPU time (s) 1148.67
Current children cumulated vsize (Kb) 586580

[startup+1160.03 s]
Raw data (loadavg): 0.99 0.97 0.96 2/56 29539
Raw data (/proc/29539/stat): 29539 (bsolo) R 29538 29539 27660 0 -1 0 145932 0 0 0 115496 370 0 0 25 0 1 0 1769198319 600657920 145481 4294967295 134512640 134736556 3221224560 3221223128 134560381 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29539/statm): 146645 145481 1116 68 0 146577 0
[pid=29539] vsize: 586580
Current children cumulated CPU time (s) 1158.66
Current children cumulated vsize (Kb) 586580

[startup+1170.03 s]
Raw data (loadavg): 0.99 0.97 0.96 2/56 29539
Raw data (/proc/29539/stat): 29539 (bsolo) R 29538 29539 27660 0 -1 0 145934 0 0 0 116496 370 0 0 25 0 1 0 1769198319 600657920 145483 4294967295 134512640 134736556 3221224560 3221223176 134537599 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29539/statm): 146645 145483 1116 68 0 146577 0
[pid=29539] vsize: 586580
Current children cumulated CPU time (s) 1168.66
Current children cumulated vsize (Kb) 586580

[startup+1180.03 s]
Raw data (loadavg): 0.99 0.97 0.96 2/56 29539
Raw data (/proc/29539/stat): 29539 (bsolo) R 29538 29539 27660 0 -1 0 145939 0 0 0 117495 370 0 0 25 0 1 0 1769198319 600657920 145488 4294967295 134512640 134736556 3221224560 3221223296 134645965 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29539/statm): 146645 145488 1116 68 0 146577 0
[pid=29539] vsize: 586580
Current children cumulated CPU time (s) 1178.65
Current children cumulated vsize (Kb) 586580

[startup+1190.03 s]
Raw data (loadavg): 0.99 0.97 0.96 2/56 29539
Raw data (/proc/29539/stat): 29539 (bsolo) R 29538 29539 27660 0 -1 0 145940 0 0 0 118494 371 0 0 25 0 1 0 1769198319 600657920 145489 4294967295 134512640 134736556 3221224560 3221223216 134649034 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29539/statm): 146645 145489 1116 68 0 146577 0
[pid=29539] vsize: 586580
Current children cumulated CPU time (s) 1188.65
Current children cumulated vsize (Kb) 586580
One traced child (pid=29539) exited with status: 0
All traced children have exited ! Game is over.

Child status: 0
Real time (s): 1196.69
CPU time (s): 1195.32
CPU user time (s): 1191.33
CPU system time (s): 3.98539
CPU usage (%): 99.8855
Max. virtual memory (cumulated for all children) (Kb): 586580

Verifier Data

ERROR: no interpretation found !