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-13-7/plato.asu.edu/pub/milp/normalized-mps-v2-13-7-neos8.opb
MD5SUM74f2ccfaf3fc18110d6ed0b0b3cd2342
Bench Categoryoptimization, small integers (OPTSMALLINT)
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -3719
Optimality of the best value was proved YES
Number of terms in the objective function 68
Biggest coefficient in the objective function 2700
Number of bits for the biggest coefficient in the objective function 12
Sum of the numbers in the objective function 54380
Number of bits of the sum of numbers in the objective function 16
Biggest number in a constraint 2700
Number of bits of the biggest number in a constraint 12
Biggest sum of numbers in a constraint 54380
Number of bits of the biggest sum of numbers16
Best result obtained on this benchmarkOPTIMUM FOUND
Best CPU time to get the best result obtained on this benchmark37.6153
Number of variables23264
Total number of constraints69552
Number of constraints which are clauses20804
Number of constraints which are cardinality constraints (but not clauses)23228
Number of constraints which are nor clauses,nor cardinality constraints25520
Minimum length of a constraint1
Maximum length of a constraint2747

Trace number 5347

Launcher Data

LAUNCH ON wulflinc3 THE 2005-09-20 00:40:42 (client local time)
PB2005-SCRIPT v4.0 
MARKUPS: idlaunch=1118 boxname=wulflinc3 idbench=1118 idsolver=1 numberseed=0
MD5SUM SOLVER: 38f99674050b34630888bf623b924b59  /oldhome/oroussel/solvers/bsolo
MD5SUM BENCH:  74f2ccfaf3fc18110d6ed0b0b3cd2342  /oldhome/oroussel/tmp/wulflinc3/normalized-mps-v2-13-7-neos8.opb
REAL COMMAND:  bsolo /oldhome/oroussel/tmp/wulflinc3/normalized-mps-v2-13-7-neos8.opb
IDLAUNCH: 1118
/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 7
model name	: Pentium III (Katmai)
stepping	: 2
cpu MHz		: 451.190
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	: 890.88

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 7
model name	: Pentium III (Katmai)
stepping	: 2
cpu MHz		: 451.190
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:        931268 kB
Buffers:           780 kB
Cached:          75504 kB
SwapCached:        828 kB
Active:          23884 kB
Inactive:        55016 kB
HighTotal:      131008 kB
HighFree:        51520 kB
LowTotal:       903652 kB
LowFree:        879748 kB
SwapTotal:     2097136 kB
SwapFree:      2095740 kB
Dirty:              28 kB
Writeback:           0 kB
Mapped:           5656 kB
Slab:            18592 kB
Committed_AS:    72324 kB
PageTables:        328 kB
VmallocTotal:   114680 kB
VmallocUsed:      1388 kB
VmallocChunk:   113256 kB
JOB ENDED THE 2005-09-20 01:00:41 (client local time) WITH STATUS 0 IN 1195.34 SECONDS
stats: 1118 7 1195.34 0

Solver Data

c INFO: OSL Context initialized.
c Initial problem consists of 23264 variables and 46340 constraints.
c	preprocess terminated. Elapsed time: 70.958
c After prepocess the problem consists of 23148 variables and 46224 constraints.
c Initial Lower Bound: -44150
c Restart #1 #Var: 23148 #Dec: 4993 LB: -44150 @ 158.99
c Restart #2 #Var: 23148 #Dec: 11946 LB: -44150 @ 277.45
c Restart #3 #Var: 23148 #Dec: 21483 LB: -44150 @ 424.43
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/1675/stat): 1675 (bsolo) R 1674 1675 31915 0 -1 0 19 0 0 0 0 0 0 0 23 0 1 0 1796051893 438272 3 4294967295 134512640 134736556 3221224560 3221224560 1073744960 0 0 5 0 0 0 0 17 1 0 0
Raw data (/proc/1675/statm): 107 3 90 68 0 39 0
[pid=1675] 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/wulflinc3/normalized-mps-v2-13-7-neos8.opb

[startup+10.0036 s]
Raw data (loadavg): 0.87 0.94 0.98 2/56 1675
Raw data (/proc/1675/stat): 1675 (bsolo) R 1674 1675 31915 0 -1 0 84520 0 0 0 788 173 0 0 25 0 1 0 1796051893 349495296 84431 4294967295 134512640 134736556 3221224560 3221223088 134573621 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/1675/statm): 85326 84435 1116 68 0 85258 0
[pid=1675] vsize: 341304
Current children cumulated CPU time (s) 9.61
Current children cumulated vsize (Kb) 341304

[startup+20.0035 s]
Raw data (loadavg): 0.89 0.94 0.98 2/56 1675
Raw data (/proc/1675/stat): 1675 (bsolo) R 1674 1675 31915 0 -1 0 121259 0 0 0 1706 242 0 0 25 0 1 0 1796051893 500166656 121170 4294967295 134512640 134736556 3221224560 3221223068 1077399562 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/1675/statm): 122111 121170 1116 68 0 122043 0
[pid=1675] vsize: 488444
Current children cumulated CPU time (s) 19.48
Current children cumulated vsize (Kb) 488444

[startup+30.0043 s]
Raw data (loadavg): 0.91 0.94 0.98 2/56 1675
Raw data (/proc/1675/stat): 1675 (bsolo) R 1674 1675 31915 0 -1 0 135584 0 0 0 2671 270 0 0 25 0 1 0 1796051893 558972928 135495 4294967295 134512640 134736556 3221224560 3221223072 134572994 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/1675/statm): 136468 135495 1116 68 0 136400 0
[pid=1675] vsize: 545872
Current children cumulated CPU time (s) 29.41
Current children cumulated vsize (Kb) 545872

[startup+40.0051 s]
Raw data (loadavg): 0.92 0.94 0.98 2/56 1675
Raw data (/proc/1675/stat): 1675 (bsolo) R 1674 1675 31915 0 -1 0 144017 0 0 0 3648 288 0 0 25 0 1 0 1796051893 593571840 143928 4294967295 134512640 134736556 3221224560 3221223068 1077399562 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/1675/statm): 144915 143928 1116 68 0 144847 0
[pid=1675] vsize: 579660
Current children cumulated CPU time (s) 39.36
Current children cumulated vsize (Kb) 579660

[startup+50.006 s]
Raw data (loadavg): 0.93 0.95 0.98 2/56 1675
Raw data (/proc/1675/stat): 1675 (bsolo) R 1674 1675 31915 0 -1 0 147956 0 0 0 4634 297 0 0 25 0 1 0 1796051893 609841152 147863 4294967295 134512640 134736556 3221224560 3221223068 1077399562 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/1675/statm): 148887 147863 1116 68 0 148819 0
[pid=1675] vsize: 595548
Current children cumulated CPU time (s) 49.31
Current children cumulated vsize (Kb) 595548

[startup+60.0058 s]
Raw data (loadavg): 0.94 0.95 0.98 2/56 1675
Raw data (/proc/1675/stat): 1675 (bsolo) R 1674 1675 31915 0 -1 0 151525 0 0 0 5622 308 0 0 25 0 1 0 1796051893 625025024 151432 4294967295 134512640 134736556 3221224560 3221223376 134644663 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/1675/statm): 152594 151432 1116 68 0 152526 0
[pid=1675] vsize: 610376
Current children cumulated CPU time (s) 59.3
Current children cumulated vsize (Kb) 610376

[startup+70.0056 s]
Raw data (loadavg): 0.95 0.95 0.98 2/56 1675
Raw data (/proc/1675/stat): 1675 (bsolo) R 1674 1675 31915 0 -1 0 151525 0 0 0 6622 308 0 0 25 0 1 0 1796051893 625025024 151432 4294967295 134512640 134736556 3221224560 3221223340 134544464 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/1675/statm): 152594 151432 1116 68 0 152526 0
[pid=1675] vsize: 610376
Current children cumulated CPU time (s) 69.3
Current children cumulated vsize (Kb) 610376

[startup+80.0065 s]
Raw data (loadavg): 0.96 0.95 0.98 2/56 1675
Raw data (/proc/1675/stat): 1675 (bsolo) R 1674 1675 31915 0 -1 0 153239 0 0 0 7617 312 0 0 25 0 1 0 1796051893 630890496 152871 4294967295 134512640 134736556 3221224560 3221223204 134649522 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/1675/statm): 154026 152871 1116 68 0 153958 0
[pid=1675] vsize: 616104
Current children cumulated CPU time (s) 79.29
Current children cumulated vsize (Kb) 616104

[startup+90.0063 s]
Raw data (loadavg): 0.96 0.95 0.98 2/56 1675
Raw data (/proc/1675/stat): 1675 (bsolo) R 1674 1675 31915 0 -1 0 153239 0 0 0 8614 313 0 0 25 0 1 0 1796051893 630890496 152871 4294967295 134512640 134736556 3221224560 3221223204 134649522 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/1675/statm): 154026 152871 1116 68 0 153958 0
[pid=1675] vsize: 616104
Current children cumulated CPU time (s) 89.27
Current children cumulated vsize (Kb) 616104

[startup+100.007 s]
Raw data (loadavg): 0.97 0.95 0.98 2/56 1675
Raw data (/proc/1675/stat): 1675 (bsolo) R 1674 1675 31915 0 -1 0 153394 0 0 0 9609 315 0 0 25 0 1 0 1796051893 631431168 153026 4294967295 134512640 134736556 3221224560 3221223152 134558411 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/1675/statm): 154158 153026 1116 68 0 154090 0
[pid=1675] vsize: 616632
Current children cumulated CPU time (s) 99.24
Current children cumulated vsize (Kb) 616632

[startup+110.008 s]
Raw data (loadavg): 0.97 0.95 0.98 2/56 1675
Raw data (/proc/1675/stat): 1675 (bsolo) R 1674 1675 31915 0 -1 0 153394 0 0 0 10605 317 0 0 25 0 1 0 1796051893 631431168 153026 4294967295 134512640 134736556 3221224560 3221223136 134543198 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/1675/statm): 154158 153026 1116 68 0 154090 0
[pid=1675] vsize: 616632
Current children cumulated CPU time (s) 109.22
Current children cumulated vsize (Kb) 616632

[startup+120.008 s]
Raw data (loadavg): 0.98 0.95 0.98 2/56 1675
Raw data (/proc/1675/stat): 1675 (bsolo) R 1674 1675 31915 0 -1 0 153394 0 0 0 11600 319 0 0 25 0 1 0 1796051893 631431168 153026 4294967295 134512640 134736556 3221224560 3221223184 134537358 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/1675/statm): 154158 153026 1116 68 0 154090 0
[pid=1675] vsize: 616632
Current children cumulated CPU time (s) 119.19
Current children cumulated vsize (Kb) 616632

[startup+130.009 s]
Raw data (loadavg): 0.98 0.95 0.98 2/56 1675
Raw data (/proc/1675/stat): 1675 (bsolo) R 1674 1675 31915 0 -1 0 153394 0 0 0 12596 321 0 0 25 0 1 0 1796051893 631431168 153026 4294967295 134512640 134736556 3221224560 3221223172 134558377 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/1675/statm): 154158 153026 1116 68 0 154090 0
[pid=1675] vsize: 616632
Current children cumulated CPU time (s) 129.17
Current children cumulated vsize (Kb) 616632

[startup+140.008 s]
Raw data (loadavg): 0.98 0.95 0.98 2/56 1675
Raw data (/proc/1675/stat): 1675 (bsolo) R 1674 1675 31915 0 -1 0 153394 0 0 0 13592 323 0 0 25 0 1 0 1796051893 631431168 153026 4294967295 134512640 134736556 3221224560 3221223216 134649034 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/1675/statm): 154158 153026 1116 68 0 154090 0
[pid=1675] vsize: 616632
Current children cumulated CPU time (s) 139.15
Current children cumulated vsize (Kb) 616632

[startup+150.009 s]
Raw data (loadavg): 0.98 0.95 0.98 2/56 1675
Raw data (/proc/1675/stat): 1675 (bsolo) R 1674 1675 31915 0 -1 0 153394 0 0 0 14589 323 0 0 25 0 1 0 1796051893 631431168 153026 4294967295 134512640 134736556 3221224560 3221223404 134694604 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/1675/statm): 154158 153026 1116 68 0 154090 0
[pid=1675] vsize: 616632
Current children cumulated CPU time (s) 149.12
Current children cumulated vsize (Kb) 616632

[startup+160.009 s]
Raw data (loadavg): 0.99 0.96 0.98 2/56 1675
Raw data (/proc/1675/stat): 1675 (bsolo) R 1674 1675 31915 0 -1 0 153394 0 0 0 15583 325 0 0 25 0 1 0 1796051893 631431168 153026 4294967295 134512640 134736556 3221224560 3221223424 134643851 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/1675/statm): 154158 153026 1116 68 0 154090 0
[pid=1675] vsize: 616632
Current children cumulated CPU time (s) 159.08
Current children cumulated vsize (Kb) 616632

[startup+170.009 s]
Raw data (loadavg): 0.99 0.96 0.98 2/56 1675
Raw data (/proc/1675/stat): 1675 (bsolo) R 1674 1675 31915 0 -1 0 153395 0 0 0 16580 326 0 0 25 0 1 0 1796051893 631431168 153027 4294967295 134512640 134736556 3221224560 3221223168 134558033 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/1675/statm): 154158 153027 1116 68 0 154090 0
[pid=1675] vsize: 616632
Current children cumulated CPU time (s) 169.06
Current children cumulated vsize (Kb) 616632

[startup+180.01 s]
Raw data (loadavg): 0.99 0.96 0.98 2/56 1675
Raw data (/proc/1675/stat): 1675 (bsolo) R 1674 1675 31915 0 -1 0 153395 0 0 0 17577 327 0 0 25 0 1 0 1796051893 631431168 153027 4294967295 134512640 134736556 3221224560 3221223296 134645965 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/1675/statm): 154158 153027 1116 68 0 154090 0
[pid=1675] vsize: 616632
Current children cumulated CPU time (s) 179.04
Current children cumulated vsize (Kb) 616632

[startup+190.01 s]
Raw data (loadavg): 0.99 0.96 0.98 2/56 1675
Raw data (/proc/1675/stat): 1675 (bsolo) R 1674 1675 31915 0 -1 0 153395 0 0 0 18574 328 0 0 25 0 1 0 1796051893 631431168 153027 4294967295 134512640 134736556 3221224560 3221223296 134645959 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/1675/statm): 154158 153027 1116 68 0 154090 0
[pid=1675] vsize: 616632
Current children cumulated CPU time (s) 189.02
Current children cumulated vsize (Kb) 616632

[startup+200.011 s]
Raw data (loadavg): 0.99 0.96 0.98 2/56 1675
Raw data (/proc/1675/stat): 1675 (bsolo) R 1674 1675 31915 0 -1 0 153395 0 0 0 19570 330 0 0 25 0 1 0 1796051893 631431168 153027 4294967295 134512640 134736556 3221224560 3221223192 134544037 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/1675/statm): 154158 153027 1116 68 0 154090 0
[pid=1675] vsize: 616632
Current children cumulated CPU time (s) 199
Current children cumulated vsize (Kb) 616632

[startup+210.011 s]
Raw data (loadavg): 0.99 0.96 0.98 2/56 1675
Raw data (/proc/1675/stat): 1675 (bsolo) R 1674 1675 31915 0 -1 0 153395 0 0 0 20566 332 0 0 25 0 1 0 1796051893 631431168 153027 4294967295 134512640 134736556 3221224560 3221223296 134645976 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/1675/statm): 154158 153027 1116 68 0 154090 0
[pid=1675] vsize: 616632
Current children cumulated CPU time (s) 208.98
Current children cumulated vsize (Kb) 616632

[startup+220.011 s]
Raw data (loadavg): 0.99 0.96 0.98 2/56 1675
Raw data (/proc/1675/stat): 1675 (bsolo) R 1674 1675 31915 0 -1 0 153395 0 0 0 21563 333 0 0 25 0 1 0 1796051893 631431168 153027 4294967295 134512640 134736556 3221224560 3221223284 134645792 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/1675/statm): 154158 153027 1116 68 0 154090 0
[pid=1675] vsize: 616632
Current children cumulated CPU time (s) 218.96
Current children cumulated vsize (Kb) 616632

[startup+230.011 s]
Raw data (loadavg): 0.99 0.96 0.98 2/56 1675
Raw data (/proc/1675/stat): 1675 (bsolo) R 1674 1675 31915 0 -1 0 153395 0 0 0 22559 335 0 0 25 0 1 0 1796051893 631431168 153027 4294967295 134512640 134736556 3221224560 3221223216 134649103 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/1675/statm): 154158 153027 1116 68 0 154090 0
[pid=1675] vsize: 616632
Current children cumulated CPU time (s) 228.94
Current children cumulated vsize (Kb) 616632

[startup+240.011 s]
Raw data (loadavg): 0.99 0.96 0.98 2/56 1675
Raw data (/proc/1675/stat): 1675 (bsolo) R 1674 1675 31915 0 -1 0 153395 0 0 0 23554 337 0 0 25 0 1 0 1796051893 631431168 153027 4294967295 134512640 134736556 3221224560 3221223152 134716146 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/1675/statm): 154158 153027 1116 68 0 154090 0
[pid=1675] vsize: 616632
Current children cumulated CPU time (s) 238.91
Current children cumulated vsize (Kb) 616632

[startup+250.012 s]
Raw data (loadavg): 0.99 0.96 0.98 2/56 1675
Raw data (/proc/1675/stat): 1675 (bsolo) R 1674 1675 31915 0 -1 0 153395 0 0 0 24550 338 0 0 25 0 1 0 1796051893 631431168 153027 4294967295 134512640 134736556 3221224560 3221223192 134544013 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/1675/statm): 154158 153027 1116 68 0 154090 0
[pid=1675] vsize: 616632
Current children cumulated CPU time (s) 248.88
Current children cumulated vsize (Kb) 616632

[startup+260.012 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 1675
Raw data (/proc/1675/stat): 1675 (bsolo) R 1674 1675 31915 0 -1 0 153395 0 0 0 25546 339 0 0 25 0 1 0 1796051893 631431168 153027 4294967295 134512640 134736556 3221224560 3221223080 134716525 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/1675/statm): 154158 153027 1116 68 0 154090 0
[pid=1675] vsize: 616632
Current children cumulated CPU time (s) 258.85
Current children cumulated vsize (Kb) 616632

[startup+270.011 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 1675
Raw data (/proc/1675/stat): 1675 (bsolo) R 1674 1675 31915 0 -1 0 153395 0 0 0 26540 341 0 0 25 0 1 0 1796051893 631431168 153027 4294967295 134512640 134736556 3221224560 3221223216 134649103 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/1675/statm): 154158 153027 1116 68 0 154090 0
[pid=1675] vsize: 616632
Current children cumulated CPU time (s) 268.81
Current children cumulated vsize (Kb) 616632

[startup+280.012 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 1675
Raw data (/proc/1675/stat): 1675 (bsolo) R 1674 1675 31915 0 -1 0 153395 0 0 0 27534 343 0 0 25 0 1 0 1796051893 631431168 153027 4294967295 134512640 134736556 3221224560 3221223224 134544071 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/1675/statm): 154158 153027 1116 68 0 154090 0
[pid=1675] vsize: 616632
Current children cumulated CPU time (s) 278.77
Current children cumulated vsize (Kb) 616632

[startup+290.012 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 1675
Raw data (/proc/1675/stat): 1675 (bsolo) R 1674 1675 31915 0 -1 0 153396 0 0 0 28531 343 0 0 25 0 1 0 1796051893 631431168 153028 4294967295 134512640 134736556 3221224560 3221223224 134544042 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/1675/statm): 154158 153028 1116 68 0 154090 0
[pid=1675] vsize: 616632
Current children cumulated CPU time (s) 288.74
Current children cumulated vsize (Kb) 616632

[startup+300.013 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 1675
Raw data (/proc/1675/stat): 1675 (bsolo) R 1674 1675 31915 0 -1 0 153396 0 0 0 29528 345 0 0 25 0 1 0 1796051893 631431168 153028 4294967295 134512640 134736556 3221224560 3221223176 134537599 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/1675/statm): 154158 153028 1116 68 0 154090 0
[pid=1675] vsize: 616632
Current children cumulated CPU time (s) 298.73
Current children cumulated vsize (Kb) 616632

[startup+310.014 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 1675
Raw data (/proc/1675/stat): 1675 (bsolo) R 1674 1675 31915 0 -1 0 153396 0 0 0 30524 346 0 0 25 0 1 0 1796051893 631431168 153028 4294967295 134512640 134736556 3221224560 3221223216 134649038 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/1675/statm): 154158 153028 1116 68 0 154090 0
[pid=1675] vsize: 616632
Current children cumulated CPU time (s) 308.7
Current children cumulated vsize (Kb) 616632

[startup+320.014 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 1675
Raw data (/proc/1675/stat): 1675 (bsolo) R 1674 1675 31915 0 -1 0 153396 0 0 0 31520 348 0 0 25 0 1 0 1796051893 631431168 153028 4294967295 134512640 134736556 3221224560 3221223136 134543977 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/1675/statm): 154158 153028 1116 68 0 154090 0
[pid=1675] vsize: 616632
Current children cumulated CPU time (s) 318.68
Current children cumulated vsize (Kb) 616632

[startup+330.014 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 1675
Raw data (/proc/1675/stat): 1675 (bsolo) R 1674 1675 31915 0 -1 0 153396 0 0 0 32514 350 0 0 25 0 1 0 1796051893 631431168 153028 4294967295 134512640 134736556 3221224560 3221223168 134537370 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/1675/statm): 154158 153028 1116 68 0 154090 0
[pid=1675] vsize: 616632
Current children cumulated CPU time (s) 328.64
Current children cumulated vsize (Kb) 616632

[startup+340.014 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 1675
Raw data (/proc/1675/stat): 1675 (bsolo) R 1674 1675 31915 0 -1 0 153396 0 0 0 33509 351 0 0 25 0 1 0 1796051893 631431168 153028 4294967295 134512640 134736556 3221224560 3221223216 134649034 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/1675/statm): 154158 153028 1116 68 0 154090 0
[pid=1675] vsize: 616632
Current children cumulated CPU time (s) 338.6
Current children cumulated vsize (Kb) 616632

[startup+350.015 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 1675
Raw data (/proc/1675/stat): 1675 (bsolo) R 1674 1675 31915 0 -1 0 153396 0 0 0 34505 353 0 0 25 0 1 0 1796051893 631431168 153028 4294967295 134512640 134736556 3221224560 3221223216 134649038 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/1675/statm): 154158 153028 1116 68 0 154090 0
[pid=1675] vsize: 616632
Current children cumulated CPU time (s) 348.58
Current children cumulated vsize (Kb) 616632

[startup+360.016 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 1675
Raw data (/proc/1675/stat): 1675 (bsolo) R 1674 1675 31915 0 -1 0 153396 0 0 0 35500 355 0 0 25 0 1 0 1796051893 631431168 153028 4294967295 134512640 134736556 3221224560 3221223136 134543184 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/1675/statm): 154158 153028 1116 68 0 154090 0
[pid=1675] vsize: 616632
Current children cumulated CPU time (s) 358.55
Current children cumulated vsize (Kb) 616632

[startup+370.016 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 1675
Raw data (/proc/1675/stat): 1675 (bsolo) R 1674 1675 31915 0 -1 0 153396 0 0 0 36493 358 0 0 25 0 1 0 1796051893 631431168 153028 4294967295 134512640 134736556 3221224560 3221223176 134537599 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/1675/statm): 154158 153028 1116 68 0 154090 0
[pid=1675] vsize: 616632
Current children cumulated CPU time (s) 368.51
Current children cumulated vsize (Kb) 616632

[startup+380.017 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 1675
Raw data (/proc/1675/stat): 1675 (bsolo) R 1674 1675 31915 0 -1 0 153396 0 0 0 37487 361 0 0 25 0 1 0 1796051893 631431168 153028 4294967295 134512640 134736556 3221224560 3221223176 134537599 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/1675/statm): 154158 153028 1116 68 0 154090 0
[pid=1675] vsize: 616632
Current children cumulated CPU time (s) 378.48
Current children cumulated vsize (Kb) 616632

[startup+390.017 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 1675
Raw data (/proc/1675/stat): 1675 (bsolo) R 1674 1675 31915 0 -1 0 153396 0 0 0 38481 363 0 0 25 0 1 0 1796051893 631431168 153028 4294967295 134512640 134736556 3221224560 3221222812 1077379843 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/1675/statm): 154158 153028 1116 68 0 154090 0
[pid=1675] vsize: 616632
Current children cumulated CPU time (s) 388.44
Current children cumulated vsize (Kb) 616632

[startup+400.018 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 1675
Raw data (/proc/1675/stat): 1675 (bsolo) R 1674 1675 31915 0 -1 0 153396 0 0 0 39475 364 0 0 25 0 1 0 1796051893 631431168 153028 4294967295 134512640 134736556 3221224560 3221223248 134536465 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/1675/statm): 154158 153028 1116 68 0 154090 0
[pid=1675] vsize: 616632
Current children cumulated CPU time (s) 398.39
Current children cumulated vsize (Kb) 616632

[startup+410.019 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 1675
Raw data (/proc/1675/stat): 1675 (bsolo) R 1674 1675 31915 0 -1 0 153396 0 0 0 40470 367 0 0 25 0 1 0 1796051893 631431168 153028 4294967295 134512640 134736556 3221224560 3221223152 134540282 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/1675/statm): 154158 153028 1116 68 0 154090 0
[pid=1675] vsize: 616632
Current children cumulated CPU time (s) 408.37
Current children cumulated vsize (Kb) 616632

[startup+420.019 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 1675
Raw data (/proc/1675/stat): 1675 (bsolo) R 1674 1675 31915 0 -1 0 153396 0 0 0 41463 369 0 0 25 0 1 0 1796051893 631431168 153028 4294967295 134512640 134736556 3221224560 3221223228 134544504 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/1675/statm): 154158 153028 1116 68 0 154090 0
[pid=1675] vsize: 616632
Current children cumulated CPU time (s) 418.32
Current children cumulated vsize (Kb) 616632

[startup+430.02 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 1675
Raw data (/proc/1675/stat): 1675 (bsolo) R 1674 1675 31915 0 -1 0 153396 0 0 0 42460 371 0 0 25 0 1 0 1796051893 631431168 153028 4294967295 134512640 134736556 3221224560 3221223216 134649034 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/1675/statm): 154158 153028 1116 68 0 154090 0
[pid=1675] vsize: 616632
Current children cumulated CPU time (s) 428.31
Current children cumulated vsize (Kb) 616632

[startup+440.02 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 1675
Raw data (/proc/1675/stat): 1675 (bsolo) R 1674 1675 31915 0 -1 0 153396 0 0 0 43457 372 0 0 25 0 1 0 1796051893 631431168 153028 4294967295 134512640 134736556 3221224560 3221223204 134649647 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/1675/statm): 154158 153028 1116 68 0 154090 0
[pid=1675] vsize: 616632
Current children cumulated CPU time (s) 438.29
Current children cumulated vsize (Kb) 616632

[startup+450.021 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 1675
Raw data (/proc/1675/stat): 1675 (bsolo) R 1674 1675 31915 0 -1 0 153396 0 0 0 44454 374 0 0 25 0 1 0 1796051893 631431168 153028 4294967295 134512640 134736556 3221224560 3221223132 134543056 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/1675/statm): 154158 153028 1116 68 0 154090 0
[pid=1675] vsize: 616632
Current children cumulated CPU time (s) 448.28
Current children cumulated vsize (Kb) 616632

[startup+460.021 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 1675
Raw data (/proc/1675/stat): 1675 (bsolo) R 1674 1675 31915 0 -1 0 153396 0 0 0 45449 377 0 0 25 0 1 0 1796051893 631431168 153028 4294967295 134512640 134736556 3221224560 3221223176 134537599 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/1675/statm): 154158 153028 1116 68 0 154090 0
[pid=1675] vsize: 616632
Current children cumulated CPU time (s) 458.26
Current children cumulated vsize (Kb) 616632

[startup+470.021 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 1675
Raw data (/proc/1675/stat): 1675 (bsolo) R 1674 1675 31915 0 -1 0 153396 0 0 0 46445 379 0 0 25 0 1 0 1796051893 631431168 153028 4294967295 134512640 134736556 3221224560 3221223148 134554608 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/1675/statm): 154158 153028 1116 68 0 154090 0
[pid=1675] vsize: 616632
Current children cumulated CPU time (s) 468.24
Current children cumulated vsize (Kb) 616632

[startup+480.022 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 1675
Raw data (/proc/1675/stat): 1675 (bsolo) R 1674 1675 31915 0 -1 0 153396 0 0 0 47438 382 0 0 25 0 1 0 1796051893 631431168 153028 4294967295 134512640 134736556 3221224560 3221223136 134558563 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/1675/statm): 154158 153028 1116 68 0 154090 0
[pid=1675] vsize: 616632
Current children cumulated CPU time (s) 478.2
Current children cumulated vsize (Kb) 616632

[startup+490.022 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 1675
Raw data (/proc/1675/stat): 1675 (bsolo) R 1674 1675 31915 0 -1 0 153396 0 0 0 48431 384 0 0 25 0 1 0 1796051893 631431168 153028 4294967295 134512640 134736556 3221224560 3221223088 134716605 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/1675/statm): 154158 153028 1116 68 0 154090 0
[pid=1675] vsize: 616632
Current children cumulated CPU time (s) 488.15
Current children cumulated vsize (Kb) 616632

[startup+500.023 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 1675
Raw data (/proc/1675/stat): 1675 (bsolo) R 1674 1675 31915 0 -1 0 153396 0 0 0 49424 387 0 0 25 0 1 0 1796051893 631431168 153028 4294967295 134512640 134736556 3221224560 3221223296 134645965 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/1675/statm): 154158 153028 1116 68 0 154090 0
[pid=1675] vsize: 616632
Current children cumulated CPU time (s) 498.11
Current children cumulated vsize (Kb) 616632

[startup+510.023 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 1675
Raw data (/proc/1675/stat): 1675 (bsolo) R 1674 1675 31915 0 -1 0 153396 0 0 0 50419 389 0 0 25 0 1 0 1796051893 631431168 153028 4294967295 134512640 134736556 3221224560 3221223036 134536620 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/1675/statm): 154158 153028 1116 68 0 154090 0
[pid=1675] vsize: 616632
Current children cumulated CPU time (s) 508.08
Current children cumulated vsize (Kb) 616632

[startup+520.023 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 1675
Raw data (/proc/1675/stat): 1675 (bsolo) R 1674 1675 31915 0 -1 0 153396 0 0 0 51415 392 0 0 25 0 1 0 1796051893 631431168 153028 4294967295 134512640 134736556 3221224560 3221223184 134544646 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/1675/statm): 154158 153028 1116 68 0 154090 0
[pid=1675] vsize: 616632
Current children cumulated CPU time (s) 518.07
Current children cumulated vsize (Kb) 616632

[startup+530.023 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 1675
Raw data (/proc/1675/stat): 1675 (bsolo) R 1674 1675 31915 0 -1 0 153396 0 0 0 52408 394 0 0 25 0 1 0 1796051893 631431168 153028 4294967295 134512640 134736556 3221224560 3221223152 134716180 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/1675/statm): 154158 153028 1116 68 0 154090 0
[pid=1675] vsize: 616632
Current children cumulated CPU time (s) 528.02
Current children cumulated vsize (Kb) 616632

[startup+540.023 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 1675
Raw data (/proc/1675/stat): 1675 (bsolo) R 1674 1675 31915 0 -1 0 153396 0 0 0 53401 396 0 0 25 0 1 0 1796051893 631431168 153028 4294967295 134512640 134736556 3221224560 3221223424 134643870 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/1675/statm): 154158 153028 1116 68 0 154090 0
[pid=1675] vsize: 616632
Current children cumulated CPU time (s) 537.97
Current children cumulated vsize (Kb) 616632

[startup+550.024 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 1675
Raw data (/proc/1675/stat): 1675 (bsolo) R 1674 1675 31915 0 -1 0 153396 0 0 0 54396 397 0 0 25 0 1 0 1796051893 631431168 153028 4294967295 134512640 134736556 3221224560 3221223176 134537586 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/1675/statm): 154158 153028 1116 68 0 154090 0
[pid=1675] vsize: 616632
Current children cumulated CPU time (s) 547.93
Current children cumulated vsize (Kb) 616632

[startup+560.024 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 1675
Raw data (/proc/1675/stat): 1675 (bsolo) R 1674 1675 31915 0 -1 0 153396 0 0 0 55390 399 0 0 25 0 1 0 1796051893 631431168 153028 4294967295 134512640 134736556 3221224560 3221223172 134634320 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/1675/statm): 154158 153028 1116 68 0 154090 0
[pid=1675] vsize: 616632
Current children cumulated CPU time (s) 557.89
Current children cumulated vsize (Kb) 616632

[startup+570.024 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 1675
Raw data (/proc/1675/stat): 1675 (bsolo) R 1674 1675 31915 0 -1 0 153396 0 0 0 56384 402 0 0 25 0 1 0 1796051893 631431168 153028 4294967295 134512640 134736556 3221224560 3221223216 134649561 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/1675/statm): 154158 153028 1116 68 0 154090 0
[pid=1675] vsize: 616632
Current children cumulated CPU time (s) 567.86
Current children cumulated vsize (Kb) 616632

[startup+580.023 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 1675
Raw data (/proc/1675/stat): 1675 (bsolo) R 1674 1675 31915 0 -1 0 153396 0 0 0 57378 404 0 0 21 0 1 0 1796051893 631431168 153028 4294967295 134512640 134736556 3221224560 3221223296 134645979 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/1675/statm): 154158 153028 1116 68 0 154090 0
[pid=1675] vsize: 616632
Current children cumulated CPU time (s) 577.82
Current children cumulated vsize (Kb) 616632

[startup+590.024 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 1675
Raw data (/proc/1675/stat): 1675 (bsolo) R 1674 1675 31915 0 -1 0 153396 0 0 0 58374 406 0 0 25 0 1 0 1796051893 631431168 153028 4294967295 134512640 134736556 3221224560 3221223296 134645976 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/1675/statm): 154158 153028 1116 68 0 154090 0
[pid=1675] vsize: 616632
Current children cumulated CPU time (s) 587.8
Current children cumulated vsize (Kb) 616632

[startup+600.025 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 1675
Raw data (/proc/1675/stat): 1675 (bsolo) R 1674 1675 31915 0 -1 0 153396 0 0 0 59371 407 0 0 25 0 1 0 1796051893 631431168 153028 4294967295 134512640 134736556 3221224560 3221223120 134558423 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/1675/statm): 154158 153028 1116 68 0 154090 0
[pid=1675] vsize: 616632
Current children cumulated CPU time (s) 597.78
Current children cumulated vsize (Kb) 616632

[startup+610.026 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 1675
Raw data (/proc/1675/stat): 1675 (bsolo) R 1674 1675 31915 0 -1 0 153396 0 0 0 60368 409 0 0 25 0 1 0 1796051893 631431168 153028 4294967295 134512640 134736556 3221224560 3221223176 134558580 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/1675/statm): 154158 153028 1116 68 0 154090 0
[pid=1675] vsize: 616632
Current children cumulated CPU time (s) 607.77
Current children cumulated vsize (Kb) 616632

[startup+620.026 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 1675
Raw data (/proc/1675/stat): 1675 (bsolo) R 1674 1675 31915 0 -1 0 153396 0 0 0 61365 410 0 0 25 0 1 0 1796051893 631431168 153028 4294967295 134512640 134736556 3221224560 3221223216 134649020 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/1675/statm): 154158 153028 1116 68 0 154090 0
[pid=1675] vsize: 616632
Current children cumulated CPU time (s) 617.75
Current children cumulated vsize (Kb) 616632

[startup+630.027 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 1675
Raw data (/proc/1675/stat): 1675 (bsolo) R 1674 1675 31915 0 -1 0 153396 0 0 0 62361 411 0 0 25 0 1 0 1796051893 631431168 153028 4294967295 134512640 134736556 3221224560 3221223176 134537586 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/1675/statm): 154158 153028 1116 68 0 154090 0
[pid=1675] vsize: 616632
Current children cumulated CPU time (s) 627.72
Current children cumulated vsize (Kb) 616632

[startup+640.026 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 1675
Raw data (/proc/1675/stat): 1675 (bsolo) R 1674 1675 31915 0 -1 0 153396 0 0 0 63359 412 0 0 25 0 1 0 1796051893 631431168 153028 4294967295 134512640 134736556 3221224560 3221223176 134537586 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/1675/statm): 154158 153028 1116 68 0 154090 0
[pid=1675] vsize: 616632
Current children cumulated CPU time (s) 637.71
Current children cumulated vsize (Kb) 616632

[startup+650.027 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 1675
Raw data (/proc/1675/stat): 1675 (bsolo) R 1674 1675 31915 0 -1 0 153397 0 0 0 64356 413 0 0 25 0 1 0 1796051893 631431168 153029 4294967295 134512640 134736556 3221224560 3221223296 134645965 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/1675/statm): 154158 153029 1116 68 0 154090 0
[pid=1675] vsize: 616632
Current children cumulated CPU time (s) 647.69
Current children cumulated vsize (Kb) 616632

[startup+660.028 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 1675
Raw data (/proc/1675/stat): 1675 (bsolo) R 1674 1675 31915 0 -1 0 153397 0 0 0 65352 415 0 0 25 0 1 0 1796051893 631431168 153029 4294967295 134512640 134736556 3221224560 3221223168 134558040 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/1675/statm): 154158 153029 1116 68 0 154090 0
[pid=1675] vsize: 616632
Current children cumulated CPU time (s) 657.67
Current children cumulated vsize (Kb) 616632

[startup+670.028 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 1675
Raw data (/proc/1675/stat): 1675 (bsolo) R 1674 1675 31915 0 -1 0 153397 0 0 0 66350 415 0 0 25 0 1 0 1796051893 631431168 153029 4294967295 134512640 134736556 3221224560 3221223188 134649151 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/1675/statm): 154158 153029 1116 68 0 154090 0
[pid=1675] vsize: 616632
Current children cumulated CPU time (s) 667.65
Current children cumulated vsize (Kb) 616632

[startup+680.028 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 1675
Raw data (/proc/1675/stat): 1675 (bsolo) R 1674 1675 31915 0 -1 0 153397 0 0 0 67346 417 0 0 25 0 1 0 1796051893 631431168 153029 4294967295 134512640 134736556 3221224560 3221223152 134540200 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/1675/statm): 154158 153029 1116 68 0 154090 0
[pid=1675] vsize: 616632
Current children cumulated CPU time (s) 677.63
Current children cumulated vsize (Kb) 616632

[startup+690.029 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 1675
Raw data (/proc/1675/stat): 1675 (bsolo) R 1674 1675 31915 0 -1 0 153397 0 0 0 68345 417 0 0 25 0 1 0 1796051893 631431168 153029 4294967295 134512640 134736556 3221224560 3221223216 134649034 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/1675/statm): 154158 153029 1116 68 0 154090 0
[pid=1675] vsize: 616632
Current children cumulated CPU time (s) 687.62
Current children cumulated vsize (Kb) 616632

[startup+700.029 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 1675
Raw data (/proc/1675/stat): 1675 (bsolo) R 1674 1675 31915 0 -1 0 153397 0 0 0 69342 418 0 0 25 0 1 0 1796051893 631431168 153029 4294967295 134512640 134736556 3221224560 3221223144 134560326 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/1675/statm): 154158 153029 1116 68 0 154090 0
[pid=1675] vsize: 616632
Current children cumulated CPU time (s) 697.6
Current children cumulated vsize (Kb) 616632

[startup+710.029 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 1675
Raw data (/proc/1675/stat): 1675 (bsolo) R 1674 1675 31915 0 -1 0 153397 0 0 0 70338 420 0 0 25 0 1 0 1796051893 631431168 153029 4294967295 134512640 134736556 3221224560 3221223152 134558561 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/1675/statm): 154158 153029 1116 68 0 154090 0
[pid=1675] vsize: 616632
Current children cumulated CPU time (s) 707.58
Current children cumulated vsize (Kb) 616632

[startup+720.03 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 1675
Raw data (/proc/1675/stat): 1675 (bsolo) R 1674 1675 31915 0 -1 0 153397 0 0 0 71336 420 0 0 25 0 1 0 1796051893 631431168 153029 4294967295 134512640 134736556 3221224560 3221223408 134644187 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/1675/statm): 154158 153029 1116 68 0 154090 0
[pid=1675] vsize: 616632
Current children cumulated CPU time (s) 717.56
Current children cumulated vsize (Kb) 616632

[startup+730.031 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 1675
Raw data (/proc/1675/stat): 1675 (bsolo) R 1674 1675 31915 0 -1 0 153397 0 0 0 72331 423 0 0 25 0 1 0 1796051893 631431168 153029 4294967295 134512640 134736556 3221224560 3221223132 134560372 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/1675/statm): 154158 153029 1116 68 0 154090 0
[pid=1675] vsize: 616632
Current children cumulated CPU time (s) 727.54
Current children cumulated vsize (Kb) 616632

[startup+740.031 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 1675
Raw data (/proc/1675/stat): 1675 (bsolo) R 1674 1675 31915 0 -1 0 153397 0 0 0 73329 424 0 0 25 0 1 0 1796051893 631431168 153029 4294967295 134512640 134736556 3221224560 3221223296 134645968 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/1675/statm): 154158 153029 1116 68 0 154090 0
[pid=1675] vsize: 616632
Current children cumulated CPU time (s) 737.53
Current children cumulated vsize (Kb) 616632

[startup+750.032 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 1675
Raw data (/proc/1675/stat): 1675 (bsolo) R 1674 1675 31915 0 -1 0 153397 0 0 0 74326 425 0 0 25 0 1 0 1796051893 631431168 153029 4294967295 134512640 134736556 3221224560 3221223216 134649034 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/1675/statm): 154158 153029 1116 68 0 154090 0
[pid=1675] vsize: 616632
Current children cumulated CPU time (s) 747.51
Current children cumulated vsize (Kb) 616632

[startup+760.032 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 1675
Raw data (/proc/1675/stat): 1675 (bsolo) R 1674 1675 31915 0 -1 0 153397 0 0 0 75322 426 0 0 25 0 1 0 1796051893 631431168 153029 4294967295 134512640 134736556 3221224560 3221223216 134649020 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/1675/statm): 154158 153029 1116 68 0 154090 0
[pid=1675] vsize: 616632
Current children cumulated CPU time (s) 757.48
Current children cumulated vsize (Kb) 616632

[startup+770.032 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 1675
Raw data (/proc/1675/stat): 1675 (bsolo) R 1674 1675 31915 0 -1 0 153397 0 0 0 76319 427 0 0 25 0 1 0 1796051893 631431168 153029 4294967295 134512640 134736556 3221224560 3221222932 134717407 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/1675/statm): 154158 153029 1116 68 0 154090 0
[pid=1675] vsize: 616632
Current children cumulated CPU time (s) 767.46
Current children cumulated vsize (Kb) 616632

[startup+780.033 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 1675
Raw data (/proc/1675/stat): 1675 (bsolo) R 1674 1675 31915 0 -1 0 153397 0 0 0 77315 429 0 0 25 0 1 0 1796051893 631431168 153029 4294967295 134512640 134736556 3221224560 3221223216 134649118 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/1675/statm): 154158 153029 1116 68 0 154090 0
[pid=1675] vsize: 616632
Current children cumulated CPU time (s) 777.44
Current children cumulated vsize (Kb) 616632

[startup+790.034 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 1675
Raw data (/proc/1675/stat): 1675 (bsolo) R 1674 1675 31915 0 -1 0 153397 0 0 0 78310 431 0 0 25 0 1 0 1796051893 631431168 153029 4294967295 134512640 134736556 3221224560 3221223132 134560304 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/1675/statm): 154158 153029 1116 68 0 154090 0
[pid=1675] vsize: 616632
Current children cumulated CPU time (s) 787.41
Current children cumulated vsize (Kb) 616632

[startup+800.035 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 1675
Raw data (/proc/1675/stat): 1675 (bsolo) R 1674 1675 31915 0 -1 0 153397 0 0 0 79308 432 0 0 25 0 1 0 1796051893 631431168 153029 4294967295 134512640 134736556 3221224560 3221223304 134544456 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/1675/statm): 154158 153029 1116 68 0 154090 0
[pid=1675] vsize: 616632
Current children cumulated CPU time (s) 797.4
Current children cumulated vsize (Kb) 616632

[startup+810.036 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 1675
Raw data (/proc/1675/stat): 1675 (bsolo) R 1674 1675 31915 0 -1 0 153397 0 0 0 80305 433 0 0 25 0 1 0 1796051893 631431168 153029 4294967295 134512640 134736556 3221224560 3221223124 134649785 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/1675/statm): 154158 153029 1116 68 0 154090 0
[pid=1675] vsize: 616632
Current children cumulated CPU time (s) 807.38
Current children cumulated vsize (Kb) 616632

[startup+820.035 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 1675
Raw data (/proc/1675/stat): 1675 (bsolo) R 1674 1675 31915 0 -1 0 153397 0 0 0 81301 435 0 0 25 0 1 0 1796051893 631431168 153029 4294967295 134512640 134736556 3221224560 3221223192 134544024 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/1675/statm): 154158 153029 1116 68 0 154090 0
[pid=1675] vsize: 616632
Current children cumulated CPU time (s) 817.36
Current children cumulated vsize (Kb) 616632

[startup+830.036 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 1675
Raw data (/proc/1675/stat): 1675 (bsolo) R 1674 1675 31915 0 -1 0 153397 0 0 0 82299 436 0 0 25 0 1 0 1796051893 631431168 153029 4294967295 134512640 134736556 3221224560 3221223216 134649499 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/1675/statm): 154158 153029 1116 68 0 154090 0
[pid=1675] vsize: 616632
Current children cumulated CPU time (s) 827.35
Current children cumulated vsize (Kb) 616632

[startup+840.036 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 1675
Raw data (/proc/1675/stat): 1675 (bsolo) R 1674 1675 31915 0 -1 0 153397 0 0 0 83294 438 0 0 25 0 1 0 1796051893 631431168 153029 4294967295 134512640 134736556 3221224560 3221223204 134649131 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/1675/statm): 154158 153029 1116 68 0 154090 0
[pid=1675] vsize: 616632
Current children cumulated CPU time (s) 837.32
Current children cumulated vsize (Kb) 616632

[startup+850.037 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 1675
Raw data (/proc/1675/stat): 1675 (bsolo) R 1674 1675 31915 0 -1 0 153397 0 0 0 84291 439 0 0 25 0 1 0 1796051893 631431168 153029 4294967295 134512640 134736556 3221224560 3221223296 134645965 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/1675/statm): 154158 153029 1116 68 0 154090 0
[pid=1675] vsize: 616632
Current children cumulated CPU time (s) 847.3
Current children cumulated vsize (Kb) 616632

[startup+860.038 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 1675
Raw data (/proc/1675/stat): 1675 (bsolo) R 1674 1675 31915 0 -1 0 153397 0 0 0 85287 440 0 0 25 0 1 0 1796051893 631431168 153029 4294967295 134512640 134736556 3221224560 3221223200 134649074 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/1675/statm): 154158 153029 1116 68 0 154090 0
[pid=1675] vsize: 616632
Current children cumulated CPU time (s) 857.27
Current children cumulated vsize (Kb) 616632

[startup+870.038 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 1675
Raw data (/proc/1675/stat): 1675 (bsolo) R 1674 1675 31915 0 -1 0 153397 0 0 0 86282 442 0 0 25 0 1 0 1796051893 631431168 153029 4294967295 134512640 134736556 3221224560 3221223216 134649103 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/1675/statm): 154158 153029 1116 68 0 154090 0
[pid=1675] vsize: 616632
Current children cumulated CPU time (s) 867.24
Current children cumulated vsize (Kb) 616632

[startup+880.038 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 1675
Raw data (/proc/1675/stat): 1675 (bsolo) R 1674 1675 31915 0 -1 0 153397 0 0 0 87280 443 0 0 25 0 1 0 1796051893 631431168 153029 4294967295 134512640 134736556 3221224560 3221223224 134544067 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/1675/statm): 154158 153029 1116 68 0 154090 0
[pid=1675] vsize: 616632
Current children cumulated CPU time (s) 877.23
Current children cumulated vsize (Kb) 616632

[startup+890.038 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 1675
Raw data (/proc/1675/stat): 1675 (bsolo) R 1674 1675 31915 0 -1 0 153397 0 0 0 88277 444 0 0 25 0 1 0 1796051893 631431168 153029 4294967295 134512640 134736556 3221224560 3221223192 134544037 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/1675/statm): 154158 153029 1116 68 0 154090 0
[pid=1675] vsize: 616632
Current children cumulated CPU time (s) 887.21
Current children cumulated vsize (Kb) 616632

[startup+900.039 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 1675
Raw data (/proc/1675/stat): 1675 (bsolo) R 1674 1675 31915 0 -1 0 153397 0 0 0 89272 446 0 0 25 0 1 0 1796051893 631431168 153029 4294967295 134512640 134736556 3221224560 3221223280 134609059 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/1675/statm): 154158 153029 1116 68 0 154090 0
[pid=1675] vsize: 616632
Current children cumulated CPU time (s) 897.18
Current children cumulated vsize (Kb) 616632

[startup+910.04 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 1675
Raw data (/proc/1675/stat): 1675 (bsolo) R 1674 1675 31915 0 -1 0 153397 0 0 0 90271 447 0 0 25 0 1 0 1796051893 631431168 153029 4294967295 134512640 134736556 3221224560 3221223216 134649034 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/1675/statm): 154158 153029 1116 68 0 154090 0
[pid=1675] vsize: 616632
Current children cumulated CPU time (s) 907.18
Current children cumulated vsize (Kb) 616632

[startup+920.04 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 1675
Raw data (/proc/1675/stat): 1675 (bsolo) R 1674 1675 31915 0 -1 0 153397 0 0 0 91267 449 0 0 25 0 1 0 1796051893 631431168 153029 4294967295 134512640 134736556 3221224560 3221223136 134558161 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/1675/statm): 154158 153029 1116 68 0 154090 0
[pid=1675] vsize: 616632
Current children cumulated CPU time (s) 917.16
Current children cumulated vsize (Kb) 616632

[startup+930.041 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 1675
Raw data (/proc/1675/stat): 1675 (bsolo) R 1674 1675 31915 0 -1 0 153397 0 0 0 92262 451 0 0 25 0 1 0 1796051893 631431168 153029 4294967295 134512640 134736556 3221224560 3221223296 134645976 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/1675/statm): 154158 153029 1116 68 0 154090 0
[pid=1675] vsize: 616632
Current children cumulated CPU time (s) 927.13
Current children cumulated vsize (Kb) 616632

[startup+940.04 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 1675
Raw data (/proc/1675/stat): 1675 (bsolo) R 1674 1675 31915 0 -1 0 153397 0 0 0 93258 453 0 0 25 0 1 0 1796051893 631431168 153029 4294967295 134512640 134736556 3221224560 3221223216 134649103 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/1675/statm): 154158 153029 1116 68 0 154090 0
[pid=1675] vsize: 616632
Current children cumulated CPU time (s) 937.11
Current children cumulated vsize (Kb) 616632

[startup+950.041 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 1675
Raw data (/proc/1675/stat): 1675 (bsolo) R 1674 1675 31915 0 -1 0 153397 0 0 0 94254 454 0 0 25 0 1 0 1796051893 631431168 153029 4294967295 134512640 134736556 3221224560 3221223116 134544554 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/1675/statm): 154158 153029 1116 68 0 154090 0
[pid=1675] vsize: 616632
Current children cumulated CPU time (s) 947.08
Current children cumulated vsize (Kb) 616632

[startup+960.042 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 1675
Raw data (/proc/1675/stat): 1675 (bsolo) R 1674 1675 31915 0 -1 0 153397 0 0 0 95250 457 0 0 25 0 1 0 1796051893 631431168 153029 4294967295 134512640 134736556 3221224560 3221223216 134649034 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/1675/statm): 154158 153029 1116 68 0 154090 0
[pid=1675] vsize: 616632
Current children cumulated CPU time (s) 957.07
Current children cumulated vsize (Kb) 616632

[startup+970.043 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 1675
Raw data (/proc/1675/stat): 1675 (bsolo) R 1674 1675 31915 0 -1 0 153397 0 0 0 96247 458 0 0 25 0 1 0 1796051893 631431168 153029 4294967295 134512640 134736556 3221224560 3221223172 134537369 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/1675/statm): 154158 153029 1116 68 0 154090 0
[pid=1675] vsize: 616632
Current children cumulated CPU time (s) 967.05
Current children cumulated vsize (Kb) 616632

[startup+980.044 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 1675
Raw data (/proc/1675/stat): 1675 (bsolo) R 1674 1675 31915 0 -1 0 153397 0 0 0 97241 460 0 0 25 0 1 0 1796051893 631431168 153029 4294967295 134512640 134736556 3221224560 3221223176 134537586 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/1675/statm): 154158 153029 1116 68 0 154090 0
[pid=1675] vsize: 616632
Current children cumulated CPU time (s) 977.01
Current children cumulated vsize (Kb) 616632

[startup+990.045 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 1675
Raw data (/proc/1675/stat): 1675 (bsolo) R 1674 1675 31915 0 -1 0 153397 0 0 0 98239 461 0 0 25 0 1 0 1796051893 631431168 153029 4294967295 134512640 134736556 3221224560 3221223192 134648980 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/1675/statm): 154158 153029 1116 68 0 154090 0
[pid=1675] vsize: 616632
Current children cumulated CPU time (s) 987
Current children cumulated vsize (Kb) 616632

[startup+1000.05 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 1675
Raw data (/proc/1675/stat): 1675 (bsolo) R 1674 1675 31915 0 -1 0 153397 0 0 0 99235 463 0 0 25 0 1 0 1796051893 631431168 153029 4294967295 134512640 134736556 3221224560 3221223216 134649034 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/1675/statm): 154158 153029 1116 68 0 154090 0
[pid=1675] vsize: 616632
Current children cumulated CPU time (s) 996.98
Current children cumulated vsize (Kb) 616632

[startup+1010.05 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 1675
Raw data (/proc/1675/stat): 1675 (bsolo) R 1674 1675 31915 0 -1 0 153397 0 0 0 100231 465 0 0 25 0 1 0 1796051893 631431168 153029 4294967295 134512640 134736556 3221224560 3221223108 134544527 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/1675/statm): 154158 153029 1116 68 0 154090 0
[pid=1675] vsize: 616632
Current children cumulated CPU time (s) 1006.96
Current children cumulated vsize (Kb) 616632

[startup+1020.05 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 1675
Raw data (/proc/1675/stat): 1675 (bsolo) R 1674 1675 31915 0 -1 0 153397 0 0 0 101229 466 0 0 25 0 1 0 1796051893 631431168 153029 4294967295 134512640 134736556 3221224560 3221223216 134649034 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/1675/statm): 154158 153029 1116 68 0 154090 0
[pid=1675] vsize: 616632
Current children cumulated CPU time (s) 1016.95
Current children cumulated vsize (Kb) 616632

[startup+1030.05 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 1675
Raw data (/proc/1675/stat): 1675 (bsolo) R 1674 1675 31915 0 -1 0 153397 0 0 0 102225 468 0 0 25 0 1 0 1796051893 631431168 153029 4294967295 134512640 134736556 3221224560 3221223296 134645976 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/1675/statm): 154158 153029 1116 68 0 154090 0
[pid=1675] vsize: 616632
Current children cumulated CPU time (s) 1026.93
Current children cumulated vsize (Kb) 616632

[startup+1040.05 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 1675
Raw data (/proc/1675/stat): 1675 (bsolo) R 1674 1675 31915 0 -1 0 153397 0 0 0 103222 469 0 0 25 0 1 0 1796051893 631431168 153029 4294967295 134512640 134736556 3221224560 3221223176 134537599 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/1675/statm): 154158 153029 1116 68 0 154090 0
[pid=1675] vsize: 616632
Current children cumulated CPU time (s) 1036.91
Current children cumulated vsize (Kb) 616632

[startup+1050.05 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 1675
Raw data (/proc/1675/stat): 1675 (bsolo) R 1674 1675 31915 0 -1 0 153397 0 0 0 104220 470 0 0 25 0 1 0 1796051893 631431168 153029 4294967295 134512640 134736556 3221224560 3221223176 134537599 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/1675/statm): 154158 153029 1116 68 0 154090 0
[pid=1675] vsize: 616632
Current children cumulated CPU time (s) 1046.9
Current children cumulated vsize (Kb) 616632

[startup+1060.05 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 1675
Raw data (/proc/1675/stat): 1675 (bsolo) R 1674 1675 31915 0 -1 0 153397 0 0 0 105217 470 0 0 25 0 1 0 1796051893 631431168 153029 4294967295 134512640 134736556 3221224560 3221223100 134555082 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/1675/statm): 154158 153029 1116 68 0 154090 0
[pid=1675] vsize: 616632
Current children cumulated CPU time (s) 1056.87
Current children cumulated vsize (Kb) 616632

[startup+1070.05 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 1675
Raw data (/proc/1675/stat): 1675 (bsolo) R 1674 1675 31915 0 -1 0 153397 0 0 0 106213 471 0 0 25 0 1 0 1796051893 631431168 153029 4294967295 134512640 134736556 3221224560 3221223216 134649034 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/1675/statm): 154158 153029 1116 68 0 154090 0
[pid=1675] vsize: 616632
Current children cumulated CPU time (s) 1066.84
Current children cumulated vsize (Kb) 616632

[startup+1080.05 s]
Raw data (loadavg): 0.99 0.97 0.98 1/56 1675
Raw data (/proc/1675/stat): 1675 (bsolo) T 1674 1675 31915 0 -1 0 153397 0 0 0 107211 472 0 0 25 0 1 0 1796051893 631431168 153029 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/1675/statm): 154158 153029 1116 68 0 154090 0
[pid=1675] vsize: 616632
Current children cumulated CPU time (s) 1076.83
Current children cumulated vsize (Kb) 616632

[startup+1090.05 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 1675
Raw data (/proc/1675/stat): 1675 (bsolo) R 1674 1675 31915 0 -1 0 153397 0 0 0 108207 474 0 0 25 0 1 0 1796051893 631431168 153029 4294967295 134512640 134736556 3221224560 3221223216 134649034 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/1675/statm): 154158 153029 1116 68 0 154090 0
[pid=1675] vsize: 616632
Current children cumulated CPU time (s) 1086.81
Current children cumulated vsize (Kb) 616632

[startup+1100.05 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 1675
Raw data (/proc/1675/stat): 1675 (bsolo) R 1674 1675 31915 0 -1 0 153397 0 0 0 109203 475 0 0 25 0 1 0 1796051893 631431168 153029 4294967295 134512640 134736556 3221224560 3221223152 134558409 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/1675/statm): 154158 153029 1116 68 0 154090 0
[pid=1675] vsize: 616632
Current children cumulated CPU time (s) 1096.78
Current children cumulated vsize (Kb) 616632

[startup+1110.05 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 1675
Raw data (/proc/1675/stat): 1675 (bsolo) R 1674 1675 31915 0 -1 0 153397 0 0 0 110199 477 0 0 25 0 1 0 1796051893 631431168 153029 4294967295 134512640 134736556 3221224560 3221223192 134544048 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/1675/statm): 154158 153029 1116 68 0 154090 0
[pid=1675] vsize: 616632
Current children cumulated CPU time (s) 1106.76
Current children cumulated vsize (Kb) 616632

[startup+1120.05 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 1675
Raw data (/proc/1675/stat): 1675 (bsolo) R 1674 1675 31915 0 -1 0 153397 0 0 0 111194 479 0 0 25 0 1 0 1796051893 631431168 153029 4294967295 134512640 134736556 3221224560 3221223116 134537545 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/1675/statm): 154158 153029 1116 68 0 154090 0
[pid=1675] vsize: 616632
Current children cumulated CPU time (s) 1116.73
Current children cumulated vsize (Kb) 616632

[startup+1130.05 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 1675
Raw data (/proc/1675/stat): 1675 (bsolo) R 1674 1675 31915 0 -1 0 153397 0 0 0 112190 480 0 0 25 0 1 0 1796051893 631431168 153029 4294967295 134512640 134736556 3221224560 3221223152 134558322 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/1675/statm): 154158 153029 1116 68 0 154090 0
[pid=1675] vsize: 616632
Current children cumulated CPU time (s) 1126.7
Current children cumulated vsize (Kb) 616632

[startup+1140.05 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 1675
Raw data (/proc/1675/stat): 1675 (bsolo) R 1674 1675 31915 0 -1 0 153397 0 0 0 113184 482 0 0 25 0 1 0 1796051893 631431168 153029 4294967295 134512640 134736556 3221224560 3221223296 134645965 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/1675/statm): 154158 153029 1116 68 0 154090 0
[pid=1675] vsize: 616632
Current children cumulated CPU time (s) 1136.66
Current children cumulated vsize (Kb) 616632

[startup+1150.05 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 1675
Raw data (/proc/1675/stat): 1675 (bsolo) R 1674 1675 31915 0 -1 0 153397 0 0 0 114182 483 0 0 25 0 1 0 1796051893 631431168 153029 4294967295 134512640 134736556 3221224560 3221223076 134716478 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/1675/statm): 154158 153029 1116 68 0 154090 0
[pid=1675] vsize: 616632
Current children cumulated CPU time (s) 1146.65
Current children cumulated vsize (Kb) 616632

[startup+1160.05 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 1675
Raw data (/proc/1675/stat): 1675 (bsolo) R 1674 1675 31915 0 -1 0 153397 0 0 0 115178 485 0 0 25 0 1 0 1796051893 631431168 153029 4294967295 134512640 134736556 3221224560 3221223132 134560358 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/1675/statm): 154158 153029 1116 68 0 154090 0
[pid=1675] vsize: 616632
Current children cumulated CPU time (s) 1156.63
Current children cumulated vsize (Kb) 616632

[startup+1170.05 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 1675
Raw data (/proc/1675/stat): 1675 (bsolo) R 1674 1675 31915 0 -1 0 153397 0 0 0 116172 487 0 0 25 0 1 0 1796051893 631431168 153029 4294967295 134512640 134736556 3221224560 3221223296 134645965 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/1675/statm): 154158 153029 1116 68 0 154090 0
[pid=1675] vsize: 616632
Current children cumulated CPU time (s) 1166.59
Current children cumulated vsize (Kb) 616632

[startup+1180.06 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 1675
Raw data (/proc/1675/stat): 1675 (bsolo) R 1674 1675 31915 0 -1 0 153397 0 0 0 117170 488 0 0 25 0 1 0 1796051893 631431168 153029 4294967295 134512640 134736556 3221224560 3221223196 134558024 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/1675/statm): 154158 153029 1116 68 0 154090 0
[pid=1675] vsize: 616632
Current children cumulated CPU time (s) 1176.58
Current children cumulated vsize (Kb) 616632

[startup+1190.06 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 1675
Raw data (/proc/1675/stat): 1675 (bsolo) R 1674 1675 31915 0 -1 0 153397 0 0 0 118166 490 0 0 25 0 1 0 1796051893 631431168 153029 4294967295 134512640 134736556 3221224560 3221223036 134536687 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/1675/statm): 154158 153029 1116 68 0 154090 0
[pid=1675] vsize: 616632
Current children cumulated CPU time (s) 1186.56
Current children cumulated vsize (Kb) 616632
One traced child (pid=1675) exited with status: 0
All traced children have exited ! Game is over.

Child status: 0
Real time (s): 1198.85
CPU time (s): 1195.34
CPU user time (s): 1190.14
CPU system time (s): 5.19521
CPU usage (%): 99.7074
Max. virtual memory (cumulated for all children) (Kb): 616632

Verifier Data

ERROR: no interpretation found !