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-set1ch.opb
MD5SUM788be91842e74432700990c5756c4c37
Bench Categoryoptimization, big integers (OPTBIGINT)
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 569806848
Optimality of the best value was proved NO
Number of terms in the objective function 7200
Biggest coefficient in the objective function 10737418240
Number of bits for the biggest coefficient in the objective function 34
Sum of the numbers in the objective function 1616658659871
Number of bits of the sum of numbers in the objective function 41
Biggest number in a constraint 10737418240
Number of bits of the biggest number in a constraint 34
Biggest sum of numbers in a constraint 1616658659871
Number of bits of the biggest sum of numbers41
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1243.58
Number of variables14400
Total number of constraints732
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)240
Number of constraints which are nor clauses,nor cardinality constraints492
Minimum length of a constraint1
Maximum length of a constraint630

Trace number 642

Launcher Data

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 7
model name	: Pentium III (Katmai)
stepping	: 3
cpu MHz		: 451.077
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:        954864 kB
Buffers:         32980 kB
Cached:          18140 kB
SwapCached:        696 kB
Active:          49300 kB
Inactive:         5016 kB
HighTotal:      131008 kB
HighFree:       109340 kB
LowTotal:       903652 kB
LowFree:        845524 kB
SwapTotal:     2097640 kB
SwapFree:      2096372 kB
Dirty:              28 kB
Writeback:           0 kB
Mapped:           7540 kB
Slab:            19956 kB
Committed_AS:    68016 kB
PageTables:        372 kB
VmallocTotal:   114680 kB
VmallocUsed:      1368 kB
VmallocChunk:   113252 kB
JOB ENDED THE 2005-09-18 12:14:12 (client local time) WITH STATUS 0 IN 1195.06 SECONDS
stats: 598 7 1195.06 0

Solver Data

c INFO: OSL Context initialized.
c BIG Int formula...
c Initial problem consists of 14400 variables and 732 constraints.
c	preprocess terminated. Elapsed time: 3.447
c After prepocess the problem consists of 9262 variables and 732 constraints.
c Initial Lower Bound: 0
c Restart #1 #Var: 9262 #Dec: 41915 LB: 0 @ 283.05
c CHANGE Heuristic... 
c Restart #0 #Var: 9262 #Dec: 149027 LB: 0 @ 980.06
c Restart #1 #Var: 9194 #Dec: 157723 LB: 0 @ 1130.7
c Restart #2 #Var: 9187 #Dec: 158889 LB: 0 @ 1152
c Restart #3 #Var: 9184 #Dec: 159948 LB: 0 @ 1171.9
c Restart #4 #Var: 9184 #Dec: 160778 LB: 0 @ 1187.7
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/29857/stat): 29857 (bsolo) R 29856 29857 20115 0 -1 0 19 0 0 0 0 0 0 0 21 0 1 0 1841060992 438272 3 4294967295 134512640 134736556 3221224560 3221224560 1073744960 0 0 5 0 0 0 0 17 0 0 0
Raw data (/proc/29857/statm): 107 3 90 68 0 39 0
[pid=29857] 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/wulflinc28/normalized-mps-v2-20-10-set1ch.opb

[startup+10.0035 s]
Raw data (loadavg): 0.87 0.94 0.76 2/59 29857
Raw data (/proc/29857/stat): 29857 (bsolo) R 29856 29857 20115 0 -1 0 11674 0 0 0 955 33 0 0 25 0 1 0 1841060992 51466240 11585 4294967295 134512640 134736556 3221224560 3221223176 134537599 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29857/statm): 12565 11585 1116 68 0 12497 0
[pid=29857] vsize: 50260
Current children cumulated CPU time (s) 9.88
Current children cumulated vsize (Kb) 50260

[startup+20.0042 s]
Raw data (loadavg): 0.89 0.94 0.76 2/59 29857
Raw data (/proc/29857/stat): 29857 (bsolo) R 29856 29857 20115 0 -1 0 11674 0 0 0 1951 35 0 0 25 0 1 0 1841060992 51466240 11585 4294967295 134512640 134736556 3221224560 3221223216 134649034 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29857/statm): 12565 11585 1116 68 0 12497 0
[pid=29857] vsize: 50260
Current children cumulated CPU time (s) 19.86
Current children cumulated vsize (Kb) 50260

[startup+30.0049 s]
Raw data (loadavg): 0.91 0.94 0.76 2/59 29857
Raw data (/proc/29857/stat): 29857 (bsolo) R 29856 29857 20115 0 -1 0 11676 0 0 0 2946 36 0 0 25 0 1 0 1841060992 51466240 11587 4294967295 134512640 134736556 3221224560 3221223168 134558578 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29857/statm): 12565 11587 1116 68 0 12497 0
[pid=29857] vsize: 50260
Current children cumulated CPU time (s) 29.82
Current children cumulated vsize (Kb) 50260

[startup+40.0055 s]
Raw data (loadavg): 0.92 0.94 0.76 2/59 29857
Raw data (/proc/29857/stat): 29857 (bsolo) R 29856 29857 20115 0 -1 0 11678 0 0 0 3941 39 0 0 25 0 1 0 1841060992 51466240 11589 4294967295 134512640 134736556 3221224560 3221223156 134558145 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29857/statm): 12565 11589 1116 68 0 12497 0
[pid=29857] vsize: 50260
Current children cumulated CPU time (s) 39.8
Current children cumulated vsize (Kb) 50260

[startup+50.0062 s]
Raw data (loadavg): 0.93 0.95 0.77 2/59 29857
Raw data (/proc/29857/stat): 29857 (bsolo) R 29856 29857 20115 0 -1 0 11680 0 0 0 4936 41 0 0 25 0 1 0 1841060992 51466240 11591 4294967295 134512640 134736556 3221224560 3221223200 134649056 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29857/statm): 12565 11591 1116 68 0 12497 0
[pid=29857] vsize: 50260
Current children cumulated CPU time (s) 49.77
Current children cumulated vsize (Kb) 50260

[startup+60.0069 s]
Raw data (loadavg): 0.94 0.95 0.77 2/59 29857
Raw data (/proc/29857/stat): 29857 (bsolo) R 29856 29857 20115 0 -1 0 11680 0 0 0 5928 44 0 0 25 0 1 0 1841060992 51466240 11591 4294967295 134512640 134736556 3221224560 3221223136 134558161 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29857/statm): 12565 11591 1116 68 0 12497 0
[pid=29857] vsize: 50260
Current children cumulated CPU time (s) 59.72
Current children cumulated vsize (Kb) 50260

[startup+70.0075 s]
Raw data (loadavg): 0.95 0.95 0.77 2/59 29858
Raw data (/proc/29857/stat): 29857 (bsolo) R 29856 29857 20115 0 -1 0 11684 0 0 0 6919 48 0 0 25 0 1 0 1841060992 51466240 11595 4294967295 134512640 134736556 3221224560 3221223180 134537576 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29857/statm): 12565 11595 1116 68 0 12497 0
[pid=29857] vsize: 50260
Current children cumulated CPU time (s) 69.67
Current children cumulated vsize (Kb) 50260

[startup+80.0072 s]
Raw data (loadavg): 0.96 0.95 0.77 2/59 29858
Raw data (/proc/29857/stat): 29857 (bsolo) R 29856 29857 20115 0 -1 0 12417 0 0 0 7907 51 0 0 25 0 1 0 1841060992 54435840 12328 4294967295 134512640 134736556 3221224560 3221223176 134537586 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29857/statm): 13290 12328 1116 68 0 13222 0
[pid=29857] vsize: 53160
Current children cumulated CPU time (s) 79.58
Current children cumulated vsize (Kb) 53160

[startup+90.0079 s]
Raw data (loadavg): 0.96 0.95 0.77 2/59 29858
Raw data (/proc/29857/stat): 29857 (bsolo) R 29856 29857 20115 0 -1 0 12540 0 0 0 8896 55 0 0 25 0 1 0 1841060992 54849536 12451 4294967295 134512640 134736556 3221224560 3221223168 134558040 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29857/statm): 13391 12451 1116 68 0 13323 0
[pid=29857] vsize: 53564
Current children cumulated CPU time (s) 89.51
Current children cumulated vsize (Kb) 53564

[startup+100.008 s]
Raw data (loadavg): 0.97 0.95 0.78 2/59 29858
Raw data (/proc/29857/stat): 29857 (bsolo) R 29856 29857 20115 0 -1 0 12824 0 0 0 9885 60 0 0 25 0 1 0 1841060992 56000512 12734 4294967295 134512640 134736556 3221224560 3221223168 134558135 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29857/statm): 13672 12734 1116 68 0 13604 0
[pid=29857] vsize: 54688
Current children cumulated CPU time (s) 99.45
Current children cumulated vsize (Kb) 54688

[startup+110.008 s]
Raw data (loadavg): 0.97 0.95 0.78 2/59 29858
Raw data (/proc/29857/stat): 29857 (bsolo) R 29856 29857 20115 0 -1 0 12934 0 0 0 10872 65 0 0 25 0 1 0 1841060992 56438784 12844 4294967295 134512640 134736556 3221224560 3221223216 134649034 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29857/statm): 13779 12844 1116 68 0 13711 0
[pid=29857] vsize: 55116
Current children cumulated CPU time (s) 109.37
Current children cumulated vsize (Kb) 55116

[startup+120.009 s]
Raw data (loadavg): 0.98 0.95 0.78 2/59 29858
Raw data (/proc/29857/stat): 29857 (bsolo) R 29856 29857 20115 0 -1 0 12943 0 0 0 11861 69 0 0 25 0 1 0 1841060992 56573952 12853 4294967295 134512640 134736556 3221224560 3221223248 134645207 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29857/statm): 13812 12853 1116 68 0 13744 0
[pid=29857] vsize: 55248
Current children cumulated CPU time (s) 119.3
Current children cumulated vsize (Kb) 55248

[startup+130.009 s]
Raw data (loadavg): 0.98 0.95 0.78 2/59 29858
Raw data (/proc/29857/stat): 29857 (bsolo) R 29856 29857 20115 0 -1 0 12955 0 0 0 12850 74 0 0 25 0 1 0 1841060992 56573952 12865 4294967295 134512640 134736556 3221224560 3221223136 134558161 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29857/statm): 13812 12865 1116 68 0 13744 0
[pid=29857] vsize: 55248
Current children cumulated CPU time (s) 129.24
Current children cumulated vsize (Kb) 55248

[startup+140.009 s]
Raw data (loadavg): 0.98 0.95 0.78 2/59 29858
Raw data (/proc/29857/stat): 29857 (bsolo) R 29856 29857 20115 0 -1 0 12960 0 0 0 13837 78 0 0 25 0 1 0 1841060992 56573952 12870 4294967295 134512640 134736556 3221224560 3221223176 134537586 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29857/statm): 13812 12870 1116 68 0 13744 0
[pid=29857] vsize: 55248
Current children cumulated CPU time (s) 139.15
Current children cumulated vsize (Kb) 55248

[startup+150.01 s]
Raw data (loadavg): 0.98 0.95 0.79 2/59 29858
Raw data (/proc/29857/stat): 29857 (bsolo) R 29856 29857 20115 0 -1 0 12960 0 0 0 14824 83 0 0 25 0 1 0 1841060992 56573952 12870 4294967295 134512640 134736556 3221224560 3221223296 134645976 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29857/statm): 13812 12870 1116 68 0 13744 0
[pid=29857] vsize: 55248
Current children cumulated CPU time (s) 149.07
Current children cumulated vsize (Kb) 55248

[startup+160.011 s]
Raw data (loadavg): 0.99 0.96 0.79 2/59 29858
Raw data (/proc/29857/stat): 29857 (bsolo) R 29856 29857 20115 0 -1 0 12969 0 0 0 15812 87 0 0 25 0 1 0 1841060992 56705024 12879 4294967295 134512640 134736556 3221224560 3221223216 134649034 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29857/statm): 13844 12879 1116 68 0 13776 0
[pid=29857] vsize: 55376
Current children cumulated CPU time (s) 158.99
Current children cumulated vsize (Kb) 55376

[startup+170.011 s]
Raw data (loadavg): 0.99 0.96 0.79 2/59 29858
Raw data (/proc/29857/stat): 29857 (bsolo) R 29856 29857 20115 0 -1 0 12969 0 0 0 16801 91 0 0 25 0 1 0 1841060992 56705024 12879 4294967295 134512640 134736556 3221224560 3221223176 134537586 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29857/statm): 13844 12879 1116 68 0 13776 0
[pid=29857] vsize: 55376
Current children cumulated CPU time (s) 168.92
Current children cumulated vsize (Kb) 55376

[startup+180.012 s]
Raw data (loadavg): 0.99 0.96 0.79 2/59 29858
Raw data (/proc/29857/stat): 29857 (bsolo) R 29856 29857 20115 0 -1 0 12975 0 0 0 17790 96 0 0 25 0 1 0 1841060992 56705024 12885 4294967295 134512640 134736556 3221224560 3221223196 134694604 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29857/statm): 13844 12885 1116 68 0 13776 0
[pid=29857] vsize: 55376
Current children cumulated CPU time (s) 178.86
Current children cumulated vsize (Kb) 55376

[startup+190.013 s]
Raw data (loadavg): 0.99 0.96 0.79 2/59 29858
Raw data (/proc/29857/stat): 29857 (bsolo) R 29856 29857 20115 0 -1 0 12975 0 0 0 18779 101 0 0 25 0 1 0 1841060992 56705024 12885 4294967295 134512640 134736556 3221224560 3221223168 134558272 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29857/statm): 13844 12885 1116 68 0 13776 0
[pid=29857] vsize: 55376
Current children cumulated CPU time (s) 188.8
Current children cumulated vsize (Kb) 55376

[startup+200.013 s]
Raw data (loadavg): 0.99 0.96 0.80 1/59 29858
Raw data (/proc/29857/stat): 29857 (bsolo) T 29856 29857 20115 0 -1 0 12975 0 0 0 19768 106 0 0 25 0 1 0 1841060992 56705024 12885 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/29857/statm): 13844 12885 1116 68 0 13776 0
[pid=29857] vsize: 55376
Current children cumulated CPU time (s) 198.74
Current children cumulated vsize (Kb) 55376

[startup+210.014 s]
Raw data (loadavg): 0.99 0.96 0.80 2/59 29858
Raw data (/proc/29857/stat): 29857 (bsolo) R 29856 29857 20115 0 -1 0 12989 0 0 0 20758 110 0 0 25 0 1 0 1841060992 56705024 12899 4294967295 134512640 134736556 3221224560 3221223152 134558431 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29857/statm): 13844 12899 1116 68 0 13776 0
[pid=29857] vsize: 55376
Current children cumulated CPU time (s) 208.68
Current children cumulated vsize (Kb) 55376

[startup+220.015 s]
Raw data (loadavg): 0.99 0.96 0.80 2/59 29858
Raw data (/proc/29857/stat): 29857 (bsolo) R 29856 29857 20115 0 -1 0 12999 0 0 0 21746 114 0 0 25 0 1 0 1841060992 56705024 12909 4294967295 134512640 134736556 3221224560 3221223152 134558406 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29857/statm): 13844 12909 1116 68 0 13776 0
[pid=29857] vsize: 55376
Current children cumulated CPU time (s) 218.6
Current children cumulated vsize (Kb) 55376

[startup+230.014 s]
Raw data (loadavg): 0.99 0.96 0.80 2/59 29858
Raw data (/proc/29857/stat): 29857 (bsolo) R 29856 29857 20115 0 -1 0 13003 0 0 0 22733 118 0 0 25 0 1 0 1841060992 56840192 12913 4294967295 134512640 134736556 3221224560 3221223192 134544067 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29857/statm): 13877 12913 1116 68 0 13809 0
[pid=29857] vsize: 55508
Current children cumulated CPU time (s) 228.51
Current children cumulated vsize (Kb) 55508

[startup+240.015 s]
Raw data (loadavg): 0.99 0.96 0.80 2/59 29858
Raw data (/proc/29857/stat): 29857 (bsolo) R 29856 29857 20115 0 -1 0 13003 0 0 0 23721 124 0 0 25 0 1 0 1841060992 56840192 12913 4294967295 134512640 134736556 3221224560 3221223176 134537586 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29857/statm): 13877 12913 1116 68 0 13809 0
[pid=29857] vsize: 55508
Current children cumulated CPU time (s) 238.45
Current children cumulated vsize (Kb) 55508

[startup+250.016 s]
Raw data (loadavg): 0.99 0.96 0.81 2/59 29858
Raw data (/proc/29857/stat): 29857 (bsolo) R 29856 29857 20115 0 -1 0 13016 0 0 0 24709 127 0 0 25 0 1 0 1841060992 56840192 12926 4294967295 134512640 134736556 3221224560 3221223176 134537586 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29857/statm): 13877 12926 1116 68 0 13809 0
[pid=29857] vsize: 55508
Current children cumulated CPU time (s) 248.36
Current children cumulated vsize (Kb) 55508

[startup+260.016 s]
Raw data (loadavg): 0.99 0.97 0.81 2/59 29858
Raw data (/proc/29857/stat): 29857 (bsolo) R 29856 29857 20115 0 -1 0 13016 0 0 0 25699 131 0 0 25 0 1 0 1841060992 56840192 12926 4294967295 134512640 134736556 3221224560 3221223032 1077377398 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29857/statm): 13877 12926 1116 68 0 13809 0
[pid=29857] vsize: 55508
Current children cumulated CPU time (s) 258.3
Current children cumulated vsize (Kb) 55508

[startup+270.017 s]
Raw data (loadavg): 0.99 0.97 0.81 2/59 29858
Raw data (/proc/29857/stat): 29857 (bsolo) R 29856 29857 20115 0 -1 0 13016 0 0 0 26688 134 0 0 25 0 1 0 1841060992 56840192 12926 4294967295 134512640 134736556 3221224560 3221223296 134645965 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29857/statm): 13877 12926 1116 68 0 13809 0
[pid=29857] vsize: 55508
Current children cumulated CPU time (s) 268.22
Current children cumulated vsize (Kb) 55508

[startup+280.017 s]
Raw data (loadavg): 0.99 0.97 0.81 2/59 29858
Raw data (/proc/29857/stat): 29857 (bsolo) R 29856 29857 20115 0 -1 0 13136 0 0 0 27676 139 0 0 25 0 1 0 1841060992 57389056 13046 4294967295 134512640 134736556 3221224560 3221223176 134544476 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29857/statm): 14011 13046 1116 68 0 13943 0
[pid=29857] vsize: 56044
Current children cumulated CPU time (s) 278.15
Current children cumulated vsize (Kb) 56044

[startup+290.017 s]
Raw data (loadavg): 0.99 0.97 0.81 2/59 29858
Raw data (/proc/29857/stat): 29857 (bsolo) R 29856 29857 20115 0 -1 0 13139 0 0 0 28668 142 0 0 25 0 1 0 1841060992 57389056 13049 4294967295 134512640 134736556 3221224560 3221223152 134558305 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29857/statm): 14011 13049 1116 68 0 13943 0
[pid=29857] vsize: 56044
Current children cumulated CPU time (s) 288.1
Current children cumulated vsize (Kb) 56044

[startup+300.018 s]
Raw data (loadavg): 0.99 0.97 0.82 2/59 29858
Raw data (/proc/29857/stat): 29857 (bsolo) R 29856 29857 20115 0 -1 0 13139 0 0 0 29662 144 0 0 25 0 1 0 1841060992 57389056 13049 4294967295 134512640 134736556 3221224560 3221223168 134558036 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29857/statm): 14011 13049 1116 68 0 13943 0
[pid=29857] vsize: 56044
Current children cumulated CPU time (s) 298.06
Current children cumulated vsize (Kb) 56044

[startup+310.019 s]
Raw data (loadavg): 0.99 0.97 0.82 2/59 29858
Raw data (/proc/29857/stat): 29857 (bsolo) R 29856 29857 20115 0 -1 0 13139 0 0 0 30659 145 0 0 25 0 1 0 1841060992 57389056 13049 4294967295 134512640 134736556 3221224560 3221223152 134558151 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29857/statm): 14011 13049 1116 68 0 13943 0
[pid=29857] vsize: 56044
Current children cumulated CPU time (s) 308.04
Current children cumulated vsize (Kb) 56044

[startup+320.019 s]
Raw data (loadavg): 0.99 0.97 0.82 2/59 29858
Raw data (/proc/29857/stat): 29857 (bsolo) R 29856 29857 20115 0 -1 0 13139 0 0 0 31654 147 0 0 25 0 1 0 1841060992 57389056 13049 4294967295 134512640 134736556 3221224560 3221223152 134558319 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29857/statm): 14011 13049 1116 68 0 13943 0
[pid=29857] vsize: 56044
Current children cumulated CPU time (s) 318.01
Current children cumulated vsize (Kb) 56044

[startup+330.019 s]
Raw data (loadavg): 0.99 0.97 0.82 2/59 29858
Raw data (/proc/29857/stat): 29857 (bsolo) R 29856 29857 20115 0 -1 0 13139 0 0 0 32648 150 0 0 25 0 1 0 1841060992 57389056 13049 4294967295 134512640 134736556 3221224560 3221223176 134537586 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29857/statm): 14011 13049 1116 68 0 13943 0
[pid=29857] vsize: 56044
Current children cumulated CPU time (s) 327.98
Current children cumulated vsize (Kb) 56044

[startup+340.02 s]
Raw data (loadavg): 0.99 0.97 0.82 2/59 29858
Raw data (/proc/29857/stat): 29857 (bsolo) R 29856 29857 20115 0 -1 0 13139 0 0 0 33641 153 0 0 25 0 1 0 1841060992 57389056 13049 4294967295 134512640 134736556 3221224560 3221223216 134649034 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29857/statm): 14011 13049 1116 68 0 13943 0
[pid=29857] vsize: 56044
Current children cumulated CPU time (s) 337.94
Current children cumulated vsize (Kb) 56044

[startup+350.02 s]
Raw data (loadavg): 0.99 0.97 0.82 2/59 29858
Raw data (/proc/29857/stat): 29857 (bsolo) R 29856 29857 20115 0 -1 0 13139 0 0 0 34634 156 0 0 25 0 1 0 1841060992 57389056 13049 4294967295 134512640 134736556 3221224560 3221223296 134645976 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29857/statm): 14011 13049 1116 68 0 13943 0
[pid=29857] vsize: 56044
Current children cumulated CPU time (s) 347.9
Current children cumulated vsize (Kb) 56044

[startup+360.021 s]
Raw data (loadavg): 0.99 0.97 0.82 2/59 29858
Raw data (/proc/29857/stat): 29857 (bsolo) R 29856 29857 20115 0 -1 0 13139 0 0 0 35623 160 0 0 25 0 1 0 1841060992 57389056 13049 4294967295 134512640 134736556 3221224560 3221223168 134558036 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29857/statm): 14011 13049 1116 68 0 13943 0
[pid=29857] vsize: 56044
Current children cumulated CPU time (s) 357.83
Current children cumulated vsize (Kb) 56044

[startup+370.021 s]
Raw data (loadavg): 0.99 0.97 0.82 2/59 29858
Raw data (/proc/29857/stat): 29857 (bsolo) R 29856 29857 20115 0 -1 0 13139 0 0 0 36611 165 0 0 25 0 1 0 1841060992 57389056 13049 4294967295 134512640 134736556 3221224560 3221223148 134560372 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29857/statm): 14011 13049 1116 68 0 13943 0
[pid=29857] vsize: 56044
Current children cumulated CPU time (s) 367.76
Current children cumulated vsize (Kb) 56044

[startup+380.021 s]
Raw data (loadavg): 0.99 0.97 0.82 2/59 29858
Raw data (/proc/29857/stat): 29857 (bsolo) R 29856 29857 20115 0 -1 0 13139 0 0 0 37600 169 0 0 25 0 1 0 1841060992 57389056 13049 4294967295 134512640 134736556 3221224560 3221223216 134649038 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29857/statm): 14011 13049 1116 68 0 13943 0
[pid=29857] vsize: 56044
Current children cumulated CPU time (s) 377.69
Current children cumulated vsize (Kb) 56044

[startup+390.022 s]
Raw data (loadavg): 0.99 0.97 0.83 2/59 29858
Raw data (/proc/29857/stat): 29857 (bsolo) R 29856 29857 20115 0 -1 0 13139 0 0 0 38590 173 0 0 25 0 1 0 1841060992 57389056 13049 4294967295 134512640 134736556 3221224560 3221223192 134544456 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29857/statm): 14011 13049 1116 68 0 13943 0
[pid=29857] vsize: 56044
Current children cumulated CPU time (s) 387.63
Current children cumulated vsize (Kb) 56044

[startup+400.022 s]
Raw data (loadavg): 0.99 0.97 0.83 2/56 29859
Raw data (/proc/29857/stat): 29857 (bsolo) R 29856 29857 20115 0 -1 0 13139 0 0 0 39578 178 0 0 25 0 1 0 1841060992 57389056 13049 4294967295 134512640 134736556 3221224560 3221223192 134544056 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29857/statm): 14011 13049 1116 68 0 13943 0
[pid=29857] vsize: 56044
Current children cumulated CPU time (s) 397.56
Current children cumulated vsize (Kb) 56044

[startup+410.022 s]
Raw data (loadavg): 0.99 0.97 0.83 2/56 29859
Raw data (/proc/29857/stat): 29857 (bsolo) R 29856 29857 20115 0 -1 0 13139 0 0 0 40568 181 0 0 25 0 1 0 1841060992 57389056 13049 4294967295 134512640 134736556 3221224560 3221223296 134645965 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29857/statm): 14011 13049 1116 68 0 13943 0
[pid=29857] vsize: 56044
Current children cumulated CPU time (s) 407.49
Current children cumulated vsize (Kb) 56044

[startup+420.023 s]
Raw data (loadavg): 0.99 0.97 0.83 2/56 29859
Raw data (/proc/29857/stat): 29857 (bsolo) R 29856 29857 20115 0 -1 0 13139 0 0 0 41558 185 0 0 18 0 1 0 1841060992 57389056 13049 4294967295 134512640 134736556 3221224560 3221223176 134537599 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29857/statm): 14011 13049 1116 68 0 13943 0
[pid=29857] vsize: 56044
Current children cumulated CPU time (s) 417.43
Current children cumulated vsize (Kb) 56044

[startup+430.023 s]
Raw data (loadavg): 0.99 0.97 0.83 2/56 29859
Raw data (/proc/29857/stat): 29857 (bsolo) R 29856 29857 20115 0 -1 0 13139 0 0 0 42547 188 0 0 25 0 1 0 1841060992 57389056 13049 4294967295 134512640 134736556 3221224560 3221223296 134645965 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29857/statm): 14011 13049 1116 68 0 13943 0
[pid=29857] vsize: 56044
Current children cumulated CPU time (s) 427.35
Current children cumulated vsize (Kb) 56044

[startup+440.023 s]
Raw data (loadavg): 0.99 0.97 0.83 2/56 29859
Raw data (/proc/29857/stat): 29857 (bsolo) R 29856 29857 20115 0 -1 0 13139 0 0 0 43536 193 0 0 25 0 1 0 1841060992 57389056 13049 4294967295 134512640 134736556 3221224560 3221223176 134537599 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29857/statm): 14011 13049 1116 68 0 13943 0
[pid=29857] vsize: 56044
Current children cumulated CPU time (s) 437.29
Current children cumulated vsize (Kb) 56044

[startup+450.024 s]
Raw data (loadavg): 0.99 0.97 0.83 2/56 29859
Raw data (/proc/29857/stat): 29857 (bsolo) R 29856 29857 20115 0 -1 0 13139 0 0 0 44523 197 0 0 25 0 1 0 1841060992 57389056 13049 4294967295 134512640 134736556 3221224560 3221223152 134558561 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29857/statm): 14011 13049 1116 68 0 13943 0
[pid=29857] vsize: 56044
Current children cumulated CPU time (s) 447.2
Current children cumulated vsize (Kb) 56044

[startup+460.025 s]
Raw data (loadavg): 0.99 0.97 0.83 2/56 29859
Raw data (/proc/29857/stat): 29857 (bsolo) R 29856 29857 20115 0 -1 0 13139 0 0 0 45514 201 0 0 25 0 1 0 1841060992 57389056 13049 4294967295 134512640 134736556 3221224560 3221223216 134649034 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29857/statm): 14011 13049 1116 68 0 13943 0
[pid=29857] vsize: 56044
Current children cumulated CPU time (s) 457.15
Current children cumulated vsize (Kb) 56044

[startup+470.025 s]
Raw data (loadavg): 0.99 0.97 0.83 2/56 29859
Raw data (/proc/29857/stat): 29857 (bsolo) R 29856 29857 20115 0 -1 0 13139 0 0 0 46500 205 0 0 25 0 1 0 1841060992 57389056 13049 4294967295 134512640 134736556 3221224560 3221223176 134537599 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29857/statm): 14011 13049 1116 68 0 13943 0
[pid=29857] vsize: 56044
Current children cumulated CPU time (s) 467.05
Current children cumulated vsize (Kb) 56044

[startup+480.025 s]
Raw data (loadavg): 0.99 0.97 0.83 2/56 29859
Raw data (/proc/29857/stat): 29857 (bsolo) R 29856 29857 20115 0 -1 0 13139 0 0 0 47490 209 0 0 25 0 1 0 1841060992 57389056 13049 4294967295 134512640 134736556 3221224560 3221223160 134523859 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29857/statm): 14011 13049 1116 68 0 13943 0
[pid=29857] vsize: 56044
Current children cumulated CPU time (s) 476.99
Current children cumulated vsize (Kb) 56044

[startup+490.026 s]
Raw data (loadavg): 0.99 0.97 0.84 2/56 29859
Raw data (/proc/29857/stat): 29857 (bsolo) R 29856 29857 20115 0 -1 0 13139 0 0 0 48482 212 0 0 25 0 1 0 1841060992 57389056 13049 4294967295 134512640 134736556 3221224560 3221223152 134558431 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29857/statm): 14011 13049 1116 68 0 13943 0
[pid=29857] vsize: 56044
Current children cumulated CPU time (s) 486.94
Current children cumulated vsize (Kb) 56044

[startup+500.026 s]
Raw data (loadavg): 0.99 0.97 0.84 2/56 29859
Raw data (/proc/29857/stat): 29857 (bsolo) R 29856 29857 20115 0 -1 0 13139 0 0 0 49472 216 0 0 25 0 1 0 1841060992 57389056 13049 4294967295 134512640 134736556 3221224560 3221223296 134645976 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29857/statm): 14011 13049 1116 68 0 13943 0
[pid=29857] vsize: 56044
Current children cumulated CPU time (s) 496.88
Current children cumulated vsize (Kb) 56044

[startup+510.027 s]
Raw data (loadavg): 0.99 0.97 0.84 2/56 29859
Raw data (/proc/29857/stat): 29857 (bsolo) R 29856 29857 20115 0 -1 0 13139 0 0 0 50460 220 0 0 25 0 1 0 1841060992 57389056 13049 4294967295 134512640 134736556 3221224560 3221223216 134649561 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29857/statm): 14011 13049 1116 68 0 13943 0
[pid=29857] vsize: 56044
Current children cumulated CPU time (s) 506.8
Current children cumulated vsize (Kb) 56044

[startup+520.027 s]
Raw data (loadavg): 0.99 0.97 0.84 2/56 29859
Raw data (/proc/29857/stat): 29857 (bsolo) R 29856 29857 20115 0 -1 0 13139 0 0 0 51448 225 0 0 25 0 1 0 1841060992 57389056 13049 4294967295 134512640 134736556 3221224560 3221223176 134537599 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29857/statm): 14011 13049 1116 68 0 13943 0
[pid=29857] vsize: 56044
Current children cumulated CPU time (s) 516.73
Current children cumulated vsize (Kb) 56044

[startup+530.027 s]
Raw data (loadavg): 0.99 0.97 0.84 2/56 29859
Raw data (/proc/29857/stat): 29857 (bsolo) R 29856 29857 20115 0 -1 0 13139 0 0 0 52438 229 0 0 25 0 1 0 1841060992 57389056 13049 4294967295 134512640 134736556 3221224560 3221223100 134536254 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29857/statm): 14011 13049 1116 68 0 13943 0
[pid=29857] vsize: 56044
Current children cumulated CPU time (s) 526.67
Current children cumulated vsize (Kb) 56044

[startup+540.028 s]
Raw data (loadavg): 0.99 0.97 0.84 2/56 29859
Raw data (/proc/29857/stat): 29857 (bsolo) R 29856 29857 20115 0 -1 0 13139 0 0 0 53431 231 0 0 25 0 1 0 1841060992 57389056 13049 4294967295 134512640 134736556 3221224560 3221223296 134645968 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29857/statm): 14011 13049 1116 68 0 13943 0
[pid=29857] vsize: 56044
Current children cumulated CPU time (s) 536.62
Current children cumulated vsize (Kb) 56044

[startup+550.028 s]
Raw data (loadavg): 0.99 0.97 0.84 2/56 29859
Raw data (/proc/29857/stat): 29857 (bsolo) R 29856 29857 20115 0 -1 0 13139 0 0 0 54420 235 0 0 25 0 1 0 1841060992 57389056 13049 4294967295 134512640 134736556 3221224560 3221223296 134645965 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29857/statm): 14011 13049 1116 68 0 13943 0
[pid=29857] vsize: 56044
Current children cumulated CPU time (s) 546.55
Current children cumulated vsize (Kb) 56044

[startup+560.029 s]
Raw data (loadavg): 0.99 0.97 0.84 2/56 29859
Raw data (/proc/29857/stat): 29857 (bsolo) R 29856 29857 20115 0 -1 0 13139 0 0 0 55408 239 0 0 25 0 1 0 1841060992 57389056 13049 4294967295 134512640 134736556 3221224560 3221223216 134649034 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29857/statm): 14011 13049 1116 68 0 13943 0
[pid=29857] vsize: 56044
Current children cumulated CPU time (s) 556.47
Current children cumulated vsize (Kb) 56044

[startup+570.029 s]
Raw data (loadavg): 0.99 0.97 0.84 2/56 29859
Raw data (/proc/29857/stat): 29857 (bsolo) R 29856 29857 20115 0 -1 0 13139 0 0 0 56397 243 0 0 25 0 1 0 1841060992 57389056 13049 4294967295 134512640 134736556 3221224560 3221223216 134649038 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29857/statm): 14011 13049 1116 68 0 13943 0
[pid=29857] vsize: 56044
Current children cumulated CPU time (s) 566.4
Current children cumulated vsize (Kb) 56044

[startup+580.029 s]
Raw data (loadavg): 0.99 0.97 0.84 2/56 29859
Raw data (/proc/29857/stat): 29857 (bsolo) R 29856 29857 20115 0 -1 0 13139 0 0 0 57386 246 0 0 25 0 1 0 1841060992 57389056 13049 4294967295 134512640 134736556 3221224560 3221223216 134649034 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29857/statm): 14011 13049 1116 68 0 13943 0
[pid=29857] vsize: 56044
Current children cumulated CPU time (s) 576.32
Current children cumulated vsize (Kb) 56044

[startup+590.029 s]
Raw data (loadavg): 0.99 0.97 0.85 2/56 29859
Raw data (/proc/29857/stat): 29857 (bsolo) R 29856 29857 20115 0 -1 0 13139 0 0 0 58376 251 0 0 25 0 1 0 1841060992 57389056 13049 4294967295 134512640 134736556 3221224560 3221223296 134645965 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29857/statm): 14011 13049 1116 68 0 13943 0
[pid=29857] vsize: 56044
Current children cumulated CPU time (s) 586.27
Current children cumulated vsize (Kb) 56044

[startup+600.03 s]
Raw data (loadavg): 0.99 0.97 0.85 2/56 29859
Raw data (/proc/29857/stat): 29857 (bsolo) R 29856 29857 20115 0 -1 0 13139 0 0 0 59367 254 0 0 25 0 1 0 1841060992 57389056 13049 4294967295 134512640 134736556 3221224560 3221223216 134648941 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29857/statm): 14011 13049 1116 68 0 13943 0
[pid=29857] vsize: 56044
Current children cumulated CPU time (s) 596.21
Current children cumulated vsize (Kb) 56044

[startup+610.031 s]
Raw data (loadavg): 0.99 0.97 0.85 2/56 29859
Raw data (/proc/29857/stat): 29857 (bsolo) R 29856 29857 20115 0 -1 0 13161 0 0 0 60358 257 0 0 25 0 1 0 1841060992 57389056 13071 4294967295 134512640 134736556 3221224560 3221223148 134560372 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29857/statm): 14011 13071 1116 68 0 13943 0
[pid=29857] vsize: 56044
Current children cumulated CPU time (s) 606.15
Current children cumulated vsize (Kb) 56044

[startup+620.032 s]
Raw data (loadavg): 0.99 0.97 0.85 2/56 29859
Raw data (/proc/29857/stat): 29857 (bsolo) R 29856 29857 20115 0 -1 0 13168 0 0 0 61347 261 0 0 25 0 1 0 1841060992 57389056 13078 4294967295 134512640 134736556 3221224560 3221223296 134645965 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29857/statm): 14011 13078 1116 68 0 13943 0
[pid=29857] vsize: 56044
Current children cumulated CPU time (s) 616.08
Current children cumulated vsize (Kb) 56044

[startup+630.031 s]
Raw data (loadavg): 0.99 0.97 0.85 2/56 29859
Raw data (/proc/29857/stat): 29857 (bsolo) R 29856 29857 20115 0 -1 0 13168 0 0 0 62337 266 0 0 25 0 1 0 1841060992 57389056 13078 4294967295 134512640 134736556 3221224560 3221223216 134649044 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29857/statm): 14011 13078 1116 68 0 13943 0
[pid=29857] vsize: 56044
Current children cumulated CPU time (s) 626.03
Current children cumulated vsize (Kb) 56044

[startup+640.032 s]
Raw data (loadavg): 0.99 0.97 0.85 2/56 29859
Raw data (/proc/29857/stat): 29857 (bsolo) R 29856 29857 20115 0 -1 0 13168 0 0 0 63328 269 0 0 25 0 1 0 1841060992 57389056 13078 4294967295 134512640 134736556 3221224560 3221223152 134558373 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29857/statm): 14011 13078 1116 68 0 13943 0
[pid=29857] vsize: 56044
Current children cumulated CPU time (s) 635.97
Current children cumulated vsize (Kb) 56044

[startup+650.032 s]
Raw data (loadavg): 0.99 0.97 0.85 2/56 29859
Raw data (/proc/29857/stat): 29857 (bsolo) R 29856 29857 20115 0 -1 0 13168 0 0 0 64317 273 0 0 25 0 1 0 1841060992 57389056 13078 4294967295 134512640 134736556 3221224560 3221223112 134560381 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29857/statm): 14011 13078 1116 68 0 13943 0
[pid=29857] vsize: 56044
Current children cumulated CPU time (s) 645.9
Current children cumulated vsize (Kb) 56044

[startup+660.032 s]
Raw data (loadavg): 0.99 0.97 0.85 2/56 29859
Raw data (/proc/29857/stat): 29857 (bsolo) R 29856 29857 20115 0 -1 0 13181 0 0 0 65306 277 0 0 25 0 1 0 1841060992 57524224 13091 4294967295 134512640 134736556 3221224560 3221223296 134645776 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29857/statm): 14044 13091 1116 68 0 13976 0
[pid=29857] vsize: 56176
Current children cumulated CPU time (s) 655.83
Current children cumulated vsize (Kb) 56176

[startup+670.033 s]
Raw data (loadavg): 0.99 0.97 0.85 2/56 29859
Raw data (/proc/29857/stat): 29857 (bsolo) R 29856 29857 20115 0 -1 0 13190 0 0 0 66295 282 0 0 25 0 1 0 1841060992 57524224 13100 4294967295 134512640 134736556 3221224560 3221223176 134537597 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29857/statm): 14044 13100 1116 68 0 13976 0
[pid=29857] vsize: 56176
Current children cumulated CPU time (s) 665.77
Current children cumulated vsize (Kb) 56176

[startup+680.034 s]
Raw data (loadavg): 0.99 0.97 0.85 2/56 29859
Raw data (/proc/29857/stat): 29857 (bsolo) R 29856 29857 20115 0 -1 0 13190 0 0 0 67283 285 0 0 25 0 1 0 1841060992 57524224 13100 4294967295 134512640 134736556 3221224560 3221223184 134649158 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29857/statm): 14044 13100 1116 68 0 13976 0
[pid=29857] vsize: 56176
Current children cumulated CPU time (s) 675.68
Current children cumulated vsize (Kb) 56176

[startup+690.034 s]
Raw data (loadavg): 0.99 0.97 0.85 2/56 29859
Raw data (/proc/29857/stat): 29857 (bsolo) R 29856 29857 20115 0 -1 0 13190 0 0 0 68271 290 0 0 25 0 1 0 1841060992 57524224 13100 4294967295 134512640 134736556 3221224560 3221223196 134694604 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29857/statm): 14044 13100 1116 68 0 13976 0
[pid=29857] vsize: 56176
Current children cumulated CPU time (s) 685.61
Current children cumulated vsize (Kb) 56176

[startup+700.034 s]
Raw data (loadavg): 0.99 0.97 0.86 2/56 29859
Raw data (/proc/29857/stat): 29857 (bsolo) R 29856 29857 20115 0 -1 0 13190 0 0 0 69262 293 0 0 25 0 1 0 1841060992 57524224 13100 4294967295 134512640 134736556 3221224560 3221223156 134558145 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29857/statm): 14044 13100 1116 68 0 13976 0
[pid=29857] vsize: 56176
Current children cumulated CPU time (s) 695.55
Current children cumulated vsize (Kb) 56176

[startup+710.035 s]
Raw data (loadavg): 0.99 0.97 0.86 2/56 29859
Raw data (/proc/29857/stat): 29857 (bsolo) R 29856 29857 20115 0 -1 0 13190 0 0 0 70251 297 0 0 25 0 1 0 1841060992 57524224 13100 4294967295 134512640 134736556 3221224560 3221223296 134645965 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29857/statm): 14044 13100 1116 68 0 13976 0
[pid=29857] vsize: 56176
Current children cumulated CPU time (s) 705.48
Current children cumulated vsize (Kb) 56176

[startup+720.035 s]
Raw data (loadavg): 0.99 0.97 0.86 2/56 29859
Raw data (/proc/29857/stat): 29857 (bsolo) R 29856 29857 20115 0 -1 0 13190 0 0 0 71240 300 0 0 25 0 1 0 1841060992 57524224 13100 4294967295 134512640 134736556 3221224560 3221223176 134537586 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29857/statm): 14044 13100 1116 68 0 13976 0
[pid=29857] vsize: 56176
Current children cumulated CPU time (s) 715.4
Current children cumulated vsize (Kb) 56176

[startup+730.035 s]
Raw data (loadavg): 0.99 0.97 0.86 2/56 29859
Raw data (/proc/29857/stat): 29857 (bsolo) R 29856 29857 20115 0 -1 0 13190 0 0 0 72230 304 0 0 25 0 1 0 1841060992 57524224 13100 4294967295 134512640 134736556 3221224560 3221223296 134645968 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29857/statm): 14044 13100 1116 68 0 13976 0
[pid=29857] vsize: 56176
Current children cumulated CPU time (s) 725.34
Current children cumulated vsize (Kb) 56176

[startup+740.036 s]
Raw data (loadavg): 0.99 0.97 0.86 2/56 29859
Raw data (/proc/29857/stat): 29857 (bsolo) R 29856 29857 20115 0 -1 0 13190 0 0 0 73219 307 0 0 25 0 1 0 1841060992 57524224 13100 4294967295 134512640 134736556 3221224560 3221223152 134558290 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29857/statm): 14044 13100 1116 68 0 13976 0
[pid=29857] vsize: 56176
Current children cumulated CPU time (s) 735.26
Current children cumulated vsize (Kb) 56176

[startup+750.036 s]
Raw data (loadavg): 0.99 0.97 0.86 2/56 29859
Raw data (/proc/29857/stat): 29857 (bsolo) R 29856 29857 20115 0 -1 0 13190 0 0 0 74208 313 0 0 25 0 1 0 1841060992 57524224 13100 4294967295 134512640 134736556 3221224560 3221223176 134537597 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29857/statm): 14044 13100 1116 68 0 13976 0
[pid=29857] vsize: 56176
Current children cumulated CPU time (s) 745.21
Current children cumulated vsize (Kb) 56176

[startup+760.037 s]
Raw data (loadavg): 0.99 0.97 0.86 1/56 29859
Raw data (/proc/29857/stat): 29857 (bsolo) T 29856 29857 20115 0 -1 0 13190 0 0 0 75196 316 0 0 25 0 1 0 1841060992 57524224 13100 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/29857/statm): 14044 13100 1116 68 0 13976 0
[pid=29857] vsize: 56176
Current children cumulated CPU time (s) 755.12
Current children cumulated vsize (Kb) 56176

[startup+770.038 s]
Raw data (loadavg): 0.99 0.97 0.86 2/56 29859
Raw data (/proc/29857/stat): 29857 (bsolo) R 29856 29857 20115 0 -1 0 13190 0 0 0 76185 319 0 0 25 0 1 0 1841060992 57524224 13100 4294967295 134512640 134736556 3221224560 3221223152 134558491 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29857/statm): 14044 13100 1116 68 0 13976 0
[pid=29857] vsize: 56176
Current children cumulated CPU time (s) 765.04
Current children cumulated vsize (Kb) 56176

[startup+780.037 s]
Raw data (loadavg): 0.99 0.97 0.86 2/56 29859
Raw data (/proc/29857/stat): 29857 (bsolo) R 29856 29857 20115 0 -1 0 13190 0 0 0 77175 323 0 0 25 0 1 0 1841060992 57524224 13100 4294967295 134512640 134736556 3221224560 3221223172 134558377 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29857/statm): 14044 13100 1116 68 0 13976 0
[pid=29857] vsize: 56176
Current children cumulated CPU time (s) 774.98
Current children cumulated vsize (Kb) 56176

[startup+790.037 s]
Raw data (loadavg): 0.99 0.97 0.86 2/56 29859
Raw data (/proc/29857/stat): 29857 (bsolo) R 29856 29857 20115 0 -1 0 13190 0 0 0 78166 326 0 0 25 0 1 0 1841060992 57524224 13100 4294967295 134512640 134736556 3221224560 3221223296 134645965 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29857/statm): 14044 13100 1116 68 0 13976 0
[pid=29857] vsize: 56176
Current children cumulated CPU time (s) 784.92
Current children cumulated vsize (Kb) 56176

[startup+800.038 s]
Raw data (loadavg): 0.99 0.97 0.87 2/56 29859
Raw data (/proc/29857/stat): 29857 (bsolo) R 29856 29857 20115 0 -1 0 13190 0 0 0 79156 330 0 0 25 0 1 0 1841060992 57524224 13100 4294967295 134512640 134736556 3221224560 3221223148 134560304 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29857/statm): 14044 13100 1116 68 0 13976 0
[pid=29857] vsize: 56176
Current children cumulated CPU time (s) 794.86
Current children cumulated vsize (Kb) 56176

[startup+810.038 s]
Raw data (loadavg): 0.99 0.97 0.87 2/56 29859
Raw data (/proc/29857/stat): 29857 (bsolo) R 29856 29857 20115 0 -1 0 13190 0 0 0 80145 334 0 0 25 0 1 0 1841060992 57524224 13100 4294967295 134512640 134736556 3221224560 3221223176 134537586 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29857/statm): 14044 13100 1116 68 0 13976 0
[pid=29857] vsize: 56176
Current children cumulated CPU time (s) 804.79
Current children cumulated vsize (Kb) 56176

[startup+820.038 s]
Raw data (loadavg): 0.99 0.97 0.87 2/56 29859
Raw data (/proc/29857/stat): 29857 (bsolo) R 29856 29857 20115 0 -1 0 13190 0 0 0 81136 337 0 0 25 0 1 0 1841060992 57524224 13100 4294967295 134512640 134736556 3221224560 3221223192 134544456 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29857/statm): 14044 13100 1116 68 0 13976 0
[pid=29857] vsize: 56176
Current children cumulated CPU time (s) 814.73
Current children cumulated vsize (Kb) 56176

[startup+830.038 s]
Raw data (loadavg): 0.99 0.97 0.87 2/56 29859
Raw data (/proc/29857/stat): 29857 (bsolo) R 29856 29857 20115 0 -1 0 13190 0 0 0 82126 342 0 0 25 0 1 0 1841060992 57524224 13100 4294967295 134512640 134736556 3221224560 3221223296 134645972 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29857/statm): 14044 13100 1116 68 0 13976 0
[pid=29857] vsize: 56176
Current children cumulated CPU time (s) 824.68
Current children cumulated vsize (Kb) 56176

[startup+840.038 s]
Raw data (loadavg): 0.99 0.97 0.87 2/56 29859
Raw data (/proc/29857/stat): 29857 (bsolo) R 29856 29857 20115 0 -1 0 13254 0 0 0 83115 346 0 0 25 0 1 0 1841060992 57606144 13131 4294967295 134512640 134736556 3221224560 3221223296 134645968 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29857/statm): 14064 13131 1116 68 0 13996 0
[pid=29857] vsize: 56256
Current children cumulated CPU time (s) 834.61
Current children cumulated vsize (Kb) 56256

[startup+850.038 s]
Raw data (loadavg): 0.99 0.97 0.87 2/56 29859
Raw data (/proc/29857/stat): 29857 (bsolo) R 29856 29857 20115 0 -1 0 13341 0 0 0 84101 350 0 0 25 0 1 0 1841060992 57876480 13179 4294967295 134512640 134736556 3221224560 3221223216 134649499 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29857/statm): 14130 13179 1116 68 0 14062 0
[pid=29857] vsize: 56520
Current children cumulated CPU time (s) 844.51
Current children cumulated vsize (Kb) 56520

[startup+860.039 s]
Raw data (loadavg): 0.99 0.97 0.87 2/56 29859
Raw data (/proc/29857/stat): 29857 (bsolo) R 29856 29857 20115 0 -1 0 13347 0 0 0 85090 355 0 0 25 0 1 0 1841060992 57876480 13185 4294967295 134512640 134736556 3221224560 3221223216 134649034 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29857/statm): 14130 13185 1116 68 0 14062 0
[pid=29857] vsize: 56520
Current children cumulated CPU time (s) 854.45
Current children cumulated vsize (Kb) 56520

[startup+870.039 s]
Raw data (loadavg): 0.99 0.97 0.87 2/56 29859
Raw data (/proc/29857/stat): 29857 (bsolo) R 29856 29857 20115 0 -1 0 13347 0 0 0 86080 359 0 0 25 0 1 0 1841060992 57876480 13185 4294967295 134512640 134736556 3221224560 3221223216 134649034 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29857/statm): 14130 13185 1116 68 0 14062 0
[pid=29857] vsize: 56520
Current children cumulated CPU time (s) 864.39
Current children cumulated vsize (Kb) 56520

[startup+880.039 s]
Raw data (loadavg): 0.99 0.97 0.87 2/56 29859
Raw data (/proc/29857/stat): 29857 (bsolo) R 29856 29857 20115 0 -1 0 13347 0 0 0 87069 362 0 0 25 0 1 0 1841060992 57876480 13185 4294967295 134512640 134736556 3221224560 3221223216 134649034 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29857/statm): 14130 13185 1116 68 0 14062 0
[pid=29857] vsize: 56520
Current children cumulated CPU time (s) 874.31
Current children cumulated vsize (Kb) 56520

[startup+890.04 s]
Raw data (loadavg): 0.99 0.97 0.87 2/56 29859
Raw data (/proc/29857/stat): 29857 (bsolo) R 29856 29857 20115 0 -1 0 13368 0 0 0 88059 366 0 0 25 0 1 0 1841060992 57954304 13206 4294967295 134512640 134736556 3221224560 3221223216 134649499 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29857/statm): 14149 13206 1116 68 0 14081 0
[pid=29857] vsize: 56596
Current children cumulated CPU time (s) 884.25
Current children cumulated vsize (Kb) 56596

[startup+900.04 s]
Raw data (loadavg): 0.99 0.97 0.88 2/56 29859
Raw data (/proc/29857/stat): 29857 (bsolo) R 29856 29857 20115 0 -1 0 13368 0 0 0 89048 370 0 0 25 0 1 0 1841060992 57954304 13206 4294967295 134512640 134736556 3221224560 3221223144 134554609 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29857/statm): 14149 13206 1116 68 0 14081 0
[pid=29857] vsize: 56596
Current children cumulated CPU time (s) 894.18
Current children cumulated vsize (Kb) 56596

[startup+910.041 s]
Raw data (loadavg): 0.99 0.97 0.88 2/56 29859
Raw data (/proc/29857/stat): 29857 (bsolo) R 29856 29857 20115 0 -1 0 13376 0 0 0 90035 375 0 0 25 0 1 0 1841060992 57954304 13214 4294967295 134512640 134736556 3221224560 3221223216 134649103 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29857/statm): 14149 13214 1116 68 0 14081 0
[pid=29857] vsize: 56596
Current children cumulated CPU time (s) 904.1
Current children cumulated vsize (Kb) 56596

[startup+920.042 s]
Raw data (loadavg): 0.99 0.97 0.88 2/56 29859
Raw data (/proc/29857/stat): 29857 (bsolo) R 29856 29857 20115 0 -1 0 13383 0 0 0 91023 379 0 0 25 0 1 0 1841060992 58081280 13221 4294967295 134512640 134736556 3221224560 3221223116 134560372 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29857/statm): 14180 13221 1116 68 0 14112 0
[pid=29857] vsize: 56720
Current children cumulated CPU time (s) 914.02
Current children cumulated vsize (Kb) 56720

[startup+930.041 s]
Raw data (loadavg): 0.99 0.97 0.88 2/56 29859
Raw data (/proc/29857/stat): 29857 (bsolo) R 29856 29857 20115 0 -1 0 13383 0 0 0 92011 384 0 0 25 0 1 0 1841060992 58081280 13221 4294967295 134512640 134736556 3221224560 3221223168 134558203 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29857/statm): 14180 13221 1116 68 0 14112 0
[pid=29857] vsize: 56720
Current children cumulated CPU time (s) 923.95
Current children cumulated vsize (Kb) 56720

[startup+940.042 s]
Raw data (loadavg): 0.99 0.97 0.88 2/56 29859
Raw data (/proc/29857/stat): 29857 (bsolo) R 29856 29857 20115 0 -1 0 13383 0 0 0 92999 388 0 0 25 0 1 0 1841060992 58081280 13221 4294967295 134512640 134736556 3221224560 3221223136 134558163 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29857/statm): 14180 13221 1116 68 0 14112 0
[pid=29857] vsize: 56720
Current children cumulated CPU time (s) 933.87
Current children cumulated vsize (Kb) 56720

[startup+950.043 s]
Raw data (loadavg): 0.99 0.97 0.88 2/56 29859
Raw data (/proc/29857/stat): 29857 (bsolo) R 29856 29857 20115 0 -1 0 13391 0 0 0 93987 392 0 0 25 0 1 0 1841060992 58081280 13229 4294967295 134512640 134736556 3221224560 3221223148 134560372 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29857/statm): 14180 13229 1116 68 0 14112 0
[pid=29857] vsize: 56720
Current children cumulated CPU time (s) 943.79
Current children cumulated vsize (Kb) 56720

[startup+960.043 s]
Raw data (loadavg): 0.99 0.97 0.88 2/56 29859
Raw data (/proc/29857/stat): 29857 (bsolo) R 29856 29857 20115 0 -1 0 13391 0 0 0 94976 395 0 0 25 0 1 0 1841060992 58081280 13229 4294967295 134512640 134736556 3221224560 3221223216 134649034 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29857/statm): 14180 13229 1116 68 0 14112 0
[pid=29857] vsize: 56720
Current children cumulated CPU time (s) 953.71
Current children cumulated vsize (Kb) 56720

[startup+970.043 s]
Raw data (loadavg): 0.99 0.97 0.88 2/56 29859
Raw data (/proc/29857/stat): 29857 (bsolo) R 29856 29857 20115 0 -1 0 13391 0 0 0 95967 399 0 0 25 0 1 0 1841060992 58081280 13229 4294967295 134512640 134736556 3221224560 3221223180 134558379 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29857/statm): 14180 13229 1116 68 0 14112 0
[pid=29857] vsize: 56720
Current children cumulated CPU time (s) 963.66
Current children cumulated vsize (Kb) 56720

[startup+980.044 s]
Raw data (loadavg): 0.99 0.97 0.88 2/56 29859
Raw data (/proc/29857/stat): 29857 (bsolo) R 29856 29857 20115 0 -1 0 13391 0 0 0 96954 403 0 0 25 0 1 0 1841060992 58081280 13229 4294967295 134512640 134736556 3221224560 3221223192 134560233 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29857/statm): 14180 13229 1116 68 0 14112 0
[pid=29857] vsize: 56720
Current children cumulated CPU time (s) 973.57
Current children cumulated vsize (Kb) 56720

[startup+990.044 s]
Raw data (loadavg): 0.99 0.97 0.88 2/56 29859
Raw data (/proc/29857/stat): 29857 (bsolo) R 29856 29857 20115 0 -1 0 13410 0 0 0 97944 406 0 0 25 0 1 0 1841060992 58081280 13229 4294967295 134512640 134736556 3221224560 3221223176 134537586 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29857/statm): 14180 13229 1116 68 0 14112 0
[pid=29857] vsize: 56720
Current children cumulated CPU time (s) 983.5
Current children cumulated vsize (Kb) 56720

[startup+1000.04 s]
Raw data (loadavg): 0.99 0.97 0.89 2/56 29859
Raw data (/proc/29857/stat): 29857 (bsolo) R 29856 29857 20115 0 -1 0 13410 0 0 0 98940 408 0 0 25 0 1 0 1841060992 58081280 13229 4294967295 134512640 134736556 3221224560 3221223296 134645965 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29857/statm): 14180 13229 1116 68 0 14112 0
[pid=29857] vsize: 56720
Current children cumulated CPU time (s) 993.48
Current children cumulated vsize (Kb) 56720

[startup+1010.04 s]
Raw data (loadavg): 0.99 0.97 0.89 2/56 29859
Raw data (/proc/29857/stat): 29857 (bsolo) R 29856 29857 20115 0 -1 0 13410 0 0 0 99937 409 0 0 25 0 1 0 1841060992 58081280 13229 4294967295 134512640 134736556 3221224560 3221223200 134648969 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29857/statm): 14180 13229 1116 68 0 14112 0
[pid=29857] vsize: 56720
Current children cumulated CPU time (s) 1003.46
Current children cumulated vsize (Kb) 56720

[startup+1020.05 s]
Raw data (loadavg): 0.99 0.97 0.89 2/56 29859
Raw data (/proc/29857/stat): 29857 (bsolo) R 29856 29857 20115 0 -1 0 13410 0 0 0 100933 411 0 0 25 0 1 0 1841060992 58081280 13229 4294967295 134512640 134736556 3221224560 3221223296 134645976 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29857/statm): 14180 13229 1116 68 0 14112 0
[pid=29857] vsize: 56720
Current children cumulated CPU time (s) 1013.44
Current children cumulated vsize (Kb) 56720

[startup+1030.05 s]
Raw data (loadavg): 0.99 0.97 0.89 2/56 29859
Raw data (/proc/29857/stat): 29857 (bsolo) R 29856 29857 20115 0 -1 0 13410 0 0 0 101930 412 0 0 25 0 1 0 1841060992 58081280 13229 4294967295 134512640 134736556 3221224560 3221223168 134558203 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29857/statm): 14180 13229 1116 68 0 14112 0
[pid=29857] vsize: 56720
Current children cumulated CPU time (s) 1023.42
Current children cumulated vsize (Kb) 56720

[startup+1040.05 s]
Raw data (loadavg): 0.99 0.97 0.89 2/56 29859
Raw data (/proc/29857/stat): 29857 (bsolo) R 29856 29857 20115 0 -1 0 13410 0 0 0 102927 413 0 0 25 0 1 0 1841060992 58081280 13229 4294967295 134512640 134736556 3221224560 3221223296 134645965 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29857/statm): 14180 13229 1116 68 0 14112 0
[pid=29857] vsize: 56720
Current children cumulated CPU time (s) 1033.4
Current children cumulated vsize (Kb) 56720

[startup+1050.05 s]
Raw data (loadavg): 0.99 0.97 0.89 2/56 29859
Raw data (/proc/29857/stat): 29857 (bsolo) R 29856 29857 20115 0 -1 0 13410 0 0 0 103923 414 0 0 25 0 1 0 1841060992 58081280 13229 4294967295 134512640 134736556 3221224560 3221223216 134649499 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29857/statm): 14180 13229 1116 68 0 14112 0
[pid=29857] vsize: 56720
Current children cumulated CPU time (s) 1043.37
Current children cumulated vsize (Kb) 56720

[startup+1060.05 s]
Raw data (loadavg): 0.99 0.97 0.89 2/56 29859
Raw data (/proc/29857/stat): 29857 (bsolo) R 29856 29857 20115 0 -1 0 13410 0 0 0 104918 416 0 0 25 0 1 0 1841060992 58081280 13229 4294967295 134512640 134736556 3221224560 3221223176 134537597 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29857/statm): 14180 13229 1116 68 0 14112 0
[pid=29857] vsize: 56720
Current children cumulated CPU time (s) 1053.34
Current children cumulated vsize (Kb) 56720

[startup+1070.05 s]
Raw data (loadavg): 0.99 0.97 0.89 2/56 29859
Raw data (/proc/29857/stat): 29857 (bsolo) R 29856 29857 20115 0 -1 0 13410 0 0 0 105913 418 0 0 25 0 1 0 1841060992 58081280 13229 4294967295 134512640 134736556 3221224560 3221223196 134694604 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29857/statm): 14180 13229 1116 68 0 14112 0
[pid=29857] vsize: 56720
Current children cumulated CPU time (s) 1063.31
Current children cumulated vsize (Kb) 56720

[startup+1080.05 s]
Raw data (loadavg): 0.99 0.97 0.89 2/56 29859
Raw data (/proc/29857/stat): 29857 (bsolo) R 29856 29857 20115 0 -1 0 13410 0 0 0 106909 419 0 0 25 0 1 0 1841060992 58081280 13229 4294967295 134512640 134736556 3221224560 3221223168 134558203 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29857/statm): 14180 13229 1116 68 0 14112 0
[pid=29857] vsize: 56720
Current children cumulated CPU time (s) 1073.28
Current children cumulated vsize (Kb) 56720

[startup+1090.05 s]
Raw data (loadavg): 0.99 0.97 0.89 2/56 29859
Raw data (/proc/29857/stat): 29857 (bsolo) R 29856 29857 20115 0 -1 0 13410 0 0 0 107905 421 0 0 25 0 1 0 1841060992 58081280 13229 4294967295 134512640 134736556 3221224560 3221223216 134649038 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29857/statm): 14180 13229 1116 68 0 14112 0
[pid=29857] vsize: 56720
Current children cumulated CPU time (s) 1083.26
Current children cumulated vsize (Kb) 56720

[startup+1100.05 s]
Raw data (loadavg): 0.99 0.97 0.89 2/56 29859
Raw data (/proc/29857/stat): 29857 (bsolo) R 29856 29857 20115 0 -1 0 13410 0 0 0 108901 422 0 0 25 0 1 0 1841060992 58081280 13229 4294967295 134512640 134736556 3221224560 3221223152 134558518 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29857/statm): 14180 13229 1116 68 0 14112 0
[pid=29857] vsize: 56720
Current children cumulated CPU time (s) 1093.23
Current children cumulated vsize (Kb) 56720

[startup+1110.05 s]
Raw data (loadavg): 0.99 0.97 0.90 2/56 29859
Raw data (/proc/29857/stat): 29857 (bsolo) R 29856 29857 20115 0 -1 0 13410 0 0 0 109896 424 0 0 25 0 1 0 1841060992 58081280 13229 4294967295 134512640 134736556 3221224560 3221223152 134558411 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29857/statm): 14180 13229 1116 68 0 14112 0
[pid=29857] vsize: 56720
Current children cumulated CPU time (s) 1103.2
Current children cumulated vsize (Kb) 56720

[startup+1120.05 s]
Raw data (loadavg): 0.99 0.97 0.90 2/56 29859
Raw data (/proc/29857/stat): 29857 (bsolo) R 29856 29857 20115 0 -1 0 13410 0 0 0 110893 425 0 0 25 0 1 0 1841060992 58081280 13229 4294967295 134512640 134736556 3221224560 3221223168 134558195 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29857/statm): 14180 13229 1116 68 0 14112 0
[pid=29857] vsize: 56720
Current children cumulated CPU time (s) 1113.18
Current children cumulated vsize (Kb) 56720

[startup+1130.05 s]
Raw data (loadavg): 0.99 0.97 0.90 2/56 29859
Raw data (/proc/29857/stat): 29857 (bsolo) R 29856 29857 20115 0 -1 0 13410 0 0 0 111888 427 0 0 25 0 1 0 1841060992 58081280 13229 4294967295 134512640 134736556 3221224560 3221223176 134537599 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29857/statm): 14180 13229 1116 68 0 14112 0
[pid=29857] vsize: 56720
Current children cumulated CPU time (s) 1123.15
Current children cumulated vsize (Kb) 56720

[startup+1140.05 s]
Raw data (loadavg): 0.99 0.97 0.90 2/56 29859
Raw data (/proc/29857/stat): 29857 (bsolo) R 29856 29857 20115 0 -1 0 13410 0 0 0 112884 428 0 0 25 0 1 0 1841060992 58081280 13229 4294967295 134512640 134736556 3221224560 3221223176 134537599 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/29857/statm): 14180 13229 1116 68 0 14112 0
[pid=29857] vsize: 56720
Current children cumulated CPU time (s) 1133.12
Current children cumulated vsize (Kb) 56720

[startup+1150.05 s]
Raw data (loadavg): 0.99 0.97 0.90 2/56 29859
Raw data (/proc/29857/stat): 29857 (bsolo) R 29856 29857 20115 0 -1 0 13410 0 0 0 113879 430 0 0 25 0 1 0 1841060992 58081280 13229 4294967295 134512640 134736556 3221224560 3221223216 134649034 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29857/statm): 14180 13229 1116 68 0 14112 0
[pid=29857] vsize: 56720
Current children cumulated CPU time (s) 1143.09
Current children cumulated vsize (Kb) 56720

[startup+1160.05 s]
Raw data (loadavg): 0.99 0.97 0.90 2/56 29859
Raw data (/proc/29857/stat): 29857 (bsolo) R 29856 29857 20115 0 -1 0 13410 0 0 0 114874 431 0 0 25 0 1 0 1841060992 58081280 13229 4294967295 134512640 134736556 3221224560 3221223136 134558163 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29857/statm): 14180 13229 1116 68 0 14112 0
[pid=29857] vsize: 56720
Current children cumulated CPU time (s) 1153.05
Current children cumulated vsize (Kb) 56720

[startup+1170.05 s]
Raw data (loadavg): 0.99 0.97 0.90 2/56 29859
Raw data (/proc/29857/stat): 29857 (bsolo) R 29856 29857 20115 0 -1 0 13576 0 0 0 115870 433 0 0 25 0 1 0 1841060992 58757120 13395 4294967295 134512640 134736556 3221224560 3221223192 134544462 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29857/statm): 14345 13395 1116 68 0 14277 0
[pid=29857] vsize: 57380
Current children cumulated CPU time (s) 1163.03
Current children cumulated vsize (Kb) 57380

[startup+1180.05 s]
Raw data (loadavg): 1.07 0.99 0.91 2/56 29859
Raw data (/proc/29857/stat): 29857 (bsolo) R 29856 29857 20115 0 -1 0 14315 0 0 0 116864 437 0 0 25 0 1 0 1841060992 61730816 14134 4294967295 134512640 134736556 3221224560 3221223168 134558278 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29857/statm): 15071 14134 1116 68 0 15003 0
[pid=29857] vsize: 60284
Current children cumulated CPU time (s) 1173.01
Current children cumulated vsize (Kb) 60284

[startup+1190.05 s]
Raw data (loadavg): 1.14 1.00 0.91 2/56 29859
Raw data (/proc/29857/stat): 29857 (bsolo) R 29856 29857 20115 0 -1 0 15264 0 0 0 117857 441 0 0 25 0 1 0 1841060992 65687552 15083 4294967295 134512640 134736556 3221224560 3221223296 134645965 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29857/statm): 16037 15083 1116 68 0 15969 0
[pid=29857] vsize: 64148
Current children cumulated CPU time (s) 1182.98
Current children cumulated vsize (Kb) 64148

[startup+1200.05 s]
Raw data (loadavg): 1.11 1.00 0.91 2/56 29859
Raw data (/proc/29857/stat): 29857 (bsolo) R 29856 29857 20115 0 -1 0 15987 0 0 0 118850 445 0 0 25 0 1 0 1841060992 68661248 15806 4294967295 134512640 134736556 3221224560 3221223196 134694604 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/29857/statm): 16763 15806 1116 68 0 16695 0
[pid=29857] vsize: 67052
Current children cumulated CPU time (s) 1192.95
Current children cumulated vsize (Kb) 67052
One traced child (pid=29857) exited with status: 0
All traced children have exited ! Game is over.

Child status: 0
Real time (s): 1202.16
CPU time (s): 1195.06
CPU user time (s): 1190.57
CPU system time (s): 4.49232
CPU usage (%): 99.4095
Max. virtual memory (cumulated for all children) (Kb): 67052

Verifier Data

ERROR: no interpretation found !