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

Trace number 5204

Launcher Data

LAUNCH ON wulflinc24 THE 2005-09-19 23:17:25 (client local time)
PB2005-SCRIPT v4.0 
MARKUPS: idlaunch=966 boxname=wulflinc24 idbench=966 idsolver=1 numberseed=0
MD5SUM SOLVER: 38f99674050b34630888bf623b924b59  /oldhome/oroussel/solvers/bsolo
MD5SUM BENCH:  7d35d9573399ce415b4927ac319735bc  /oldhome/oroussel/tmp/wulflinc24/normalized-mps-v2-13-7-msc98-ip.opb
REAL COMMAND:  bsolo /oldhome/oroussel/tmp/wulflinc24/normalized-mps-v2-13-7-msc98-ip.opb
IDLAUNCH: 966
/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 7
model name	: Pentium III (Katmai)
stepping	: 3
cpu MHz		: 451.080
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	: 3
cpu MHz		: 451.080
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:        870560 kB
Buffers:         37916 kB
Cached:          96192 kB
SwapCached:        736 kB
Active:          75240 kB
Inactive:        61492 kB
HighTotal:      131008 kB
HighFree:        31108 kB
LowTotal:       903652 kB
LowFree:        839452 kB
SwapTotal:     2097892 kB
SwapFree:      2096652 kB
Dirty:              28 kB
Writeback:           0 kB
Mapped:           5736 kB
Slab:            21620 kB
Committed_AS:    64168 kB
PageTables:        328 kB
VmallocTotal:   114680 kB
VmallocUsed:      1368 kB
VmallocChunk:   113252 kB
JOB ENDED THE 2005-09-19 23:37:21 (client local time) WITH STATUS 0 IN 1195.3 SECONDS
stats: 966 7 1195.3 0

Solver Data

c INFO: OSL Context initialized.
c BIG Int formula...
c Initial problem consists of 33385 variables and 20947 constraints.
c	preprocess terminated. Elapsed time: 41.239
c After prepocess the problem consists of 32586 variables and 20790 constraints.
c Initial Lower Bound: 7921320
c Restart #1 #Var: 32586 #Dec: 1652 LB: 7921320 @ 168.58
c Restart #2 #Var: 32586 #Dec: 4019 LB: 7921320 @ 353.55
c CHANGE Heuristic... 
c Restart #0 #Var: 32586 #Dec: 7152 LB: 7921320 @ 598.89
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/4310/stat): 4310 (bsolo) R 4309 4310 20728 0 -1 0 19 0 0 0 0 0 0 0 21 0 1 0 1853792252 438272 3 4294967295 134512640 134736556 3221224560 3221224560 1073744960 0 0 5 0 0 0 0 17 1 0 0
Raw data (/proc/4310/statm): 107 3 90 68 0 39 0
[pid=4310] 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/wulflinc24/normalized-mps-v2-13-7-msc98-ip.opb

[startup+10.0035 s]
Raw data (loadavg): 0.90 0.96 0.98 2/56 4310
Raw data (/proc/4310/stat): 4310 (bsolo) R 4309 4310 20728 0 -1 0 69681 0 0 0 808 159 0 0 25 0 1 0 1853792252 288706560 69592 4294967295 134512640 134736556 3221224560 3221223068 1077399562 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/4310/statm): 70485 69592 1116 68 0 70417 0
[pid=4310] vsize: 281940
Current children cumulated CPU time (s) 9.67
Current children cumulated vsize (Kb) 281940

[startup+20.0042 s]
Raw data (loadavg): 0.91 0.96 0.98 2/56 4310
Raw data (/proc/4310/stat): 4310 (bsolo) R 4309 4310 20728 0 -1 0 94212 0 0 0 1746 210 0 0 25 0 1 0 1853792252 389042176 94123 4294967295 134512640 134736556 3221224560 3221223068 1077399562 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/4310/statm): 94981 94123 1116 68 0 94913 0
[pid=4310] vsize: 379924
Current children cumulated CPU time (s) 19.56
Current children cumulated vsize (Kb) 379924

[startup+30.0049 s]
Raw data (loadavg): 0.92 0.96 0.98 2/56 4310
Raw data (/proc/4310/stat): 4310 (bsolo) R 4309 4310 20728 0 -1 0 127926 0 0 0 2664 276 0 0 25 0 1 0 1853792252 526643200 127719 4294967295 134512640 134736556 3221224560 3221221260 1077198256 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/4310/statm): 128575 127719 1116 68 0 128507 0
[pid=4310] vsize: 514300
Current children cumulated CPU time (s) 29.4
Current children cumulated vsize (Kb) 514300

[startup+40.0056 s]
Raw data (loadavg): 0.94 0.96 0.98 2/56 4310
Raw data (/proc/4310/stat): 4310 (bsolo) R 4309 4310 20728 0 -1 0 143582 0 0 0 3625 308 0 0 25 0 1 0 1853792252 591831040 143312 4294967295 134512640 134736556 3221224560 3221223280 134645405 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/4310/statm): 144490 143312 1116 68 0 144422 0
[pid=4310] vsize: 577960
Current children cumulated CPU time (s) 39.33
Current children cumulated vsize (Kb) 577960

[startup+50.0053 s]
Raw data (loadavg): 0.94 0.96 0.98 2/56 4310
Raw data (/proc/4310/stat): 4310 (bsolo) R 4309 4310 20728 0 -1 0 144563 0 0 0 4621 310 0 0 25 0 1 0 1853792252 595812352 144252 4294967295 134512640 134736556 3221224560 3221223176 134537586 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/4310/statm): 145462 144252 1116 68 0 145394 0
[pid=4310] vsize: 581848
Current children cumulated CPU time (s) 49.31
Current children cumulated vsize (Kb) 581848

[startup+60.006 s]
Raw data (loadavg): 0.95 0.96 0.98 2/56 4310
Raw data (/proc/4310/stat): 4310 (bsolo) R 4309 4310 20728 0 -1 0 144563 0 0 0 5620 310 0 0 25 0 1 0 1853792252 595812352 144252 4294967295 134512640 134736556 3221224560 3221223192 134544462 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/4310/statm): 145462 144252 1116 68 0 145394 0
[pid=4310] vsize: 581848
Current children cumulated CPU time (s) 59.3
Current children cumulated vsize (Kb) 581848

[startup+70.0057 s]
Raw data (loadavg): 0.96 0.96 0.98 2/56 4310
Raw data (/proc/4310/stat): 4310 (bsolo) R 4309 4310 20728 0 -1 0 144563 0 0 0 6619 310 0 0 25 0 1 0 1853792252 595812352 144252 4294967295 134512640 134736556 3221224560 3221223176 134537599 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/4310/statm): 145462 144252 1116 68 0 145394 0
[pid=4310] vsize: 581848
Current children cumulated CPU time (s) 69.29
Current children cumulated vsize (Kb) 581848

[startup+80.0064 s]
Raw data (loadavg): 0.97 0.96 0.98 2/56 4310
Raw data (/proc/4310/stat): 4310 (bsolo) R 4309 4310 20728 0 -1 0 144563 0 0 0 7618 311 0 0 25 0 1 0 1853792252 595812352 144252 4294967295 134512640 134736556 3221224560 3221223216 134649038 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/4310/statm): 145462 144252 1116 68 0 145394 0
[pid=4310] vsize: 581848
Current children cumulated CPU time (s) 79.29
Current children cumulated vsize (Kb) 581848

[startup+90.0061 s]
Raw data (loadavg): 0.97 0.96 0.98 2/56 4310
Raw data (/proc/4310/stat): 4310 (bsolo) R 4309 4310 20728 0 -1 0 144563 0 0 0 8617 312 0 0 25 0 1 0 1853792252 595812352 144252 4294967295 134512640 134736556 3221224560 3221223216 134649034 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/4310/statm): 145462 144252 1116 68 0 145394 0
[pid=4310] vsize: 581848
Current children cumulated CPU time (s) 89.29
Current children cumulated vsize (Kb) 581848

[startup+100.006 s]
Raw data (loadavg): 0.97 0.96 0.98 2/56 4310
Raw data (/proc/4310/stat): 4310 (bsolo) R 4309 4310 20728 0 -1 0 144563 0 0 0 9616 312 0 0 25 0 1 0 1853792252 595812352 144252 4294967295 134512640 134736556 3221224560 3221223148 134560372 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/4310/statm): 145462 144252 1116 68 0 145394 0
[pid=4310] vsize: 581848
Current children cumulated CPU time (s) 99.28
Current children cumulated vsize (Kb) 581848

[startup+110.007 s]
Raw data (loadavg): 0.98 0.97 0.98 2/56 4310
Raw data (/proc/4310/stat): 4310 (bsolo) R 4309 4310 20728 0 -1 0 144563 0 0 0 10615 313 0 0 25 0 1 0 1853792252 595812352 144252 4294967295 134512640 134736556 3221224560 3221223152 134558290 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/4310/statm): 145462 144252 1116 68 0 145394 0
[pid=4310] vsize: 581848
Current children cumulated CPU time (s) 109.28
Current children cumulated vsize (Kb) 581848

[startup+120.007 s]
Raw data (loadavg): 0.98 0.97 0.98 2/56 4310
Raw data (/proc/4310/stat): 4310 (bsolo) R 4309 4310 20728 0 -1 0 144564 0 0 0 11614 313 0 0 25 0 1 0 1853792252 595812352 144253 4294967295 134512640 134736556 3221224560 3221223296 134645965 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/4310/statm): 145462 144253 1116 68 0 145394 0
[pid=4310] vsize: 581848
Current children cumulated CPU time (s) 119.27
Current children cumulated vsize (Kb) 581848

[startup+130.008 s]
Raw data (loadavg): 0.98 0.97 0.98 2/56 4310
Raw data (/proc/4310/stat): 4310 (bsolo) R 4309 4310 20728 0 -1 0 144571 0 0 0 12613 314 0 0 25 0 1 0 1853792252 595812352 144260 4294967295 134512640 134736556 3221224560 3221223216 134649034 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/4310/statm): 145462 144260 1116 68 0 145394 0
[pid=4310] vsize: 581848
Current children cumulated CPU time (s) 129.27
Current children cumulated vsize (Kb) 581848

[startup+140.008 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 4310
Raw data (/proc/4310/stat): 4310 (bsolo) R 4309 4310 20728 0 -1 0 144572 0 0 0 13612 314 0 0 25 0 1 0 1853792252 595812352 144261 4294967295 134512640 134736556 3221224560 3221223092 134555080 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/4310/statm): 145462 144261 1116 68 0 145394 0
[pid=4310] vsize: 581848
Current children cumulated CPU time (s) 139.26
Current children cumulated vsize (Kb) 581848

[startup+150.007 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 4310
Raw data (/proc/4310/stat): 4310 (bsolo) R 4309 4310 20728 0 -1 0 144592 0 0 0 14611 315 0 0 25 0 1 0 1853792252 595947520 144281 4294967295 134512640 134736556 3221224560 3221223176 134537586 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/4310/statm): 145495 144281 1116 68 0 145427 0
[pid=4310] vsize: 581980
Current children cumulated CPU time (s) 149.26
Current children cumulated vsize (Kb) 581980

[startup+160.008 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 4310
Raw data (/proc/4310/stat): 4310 (bsolo) R 4309 4310 20728 0 -1 0 144644 0 0 0 15610 315 0 0 25 0 1 0 1853792252 596205568 144333 4294967295 134512640 134736556 3221224560 3221223128 134560373 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/4310/statm): 145558 144333 1116 68 0 145490 0
[pid=4310] vsize: 582232
Current children cumulated CPU time (s) 159.25
Current children cumulated vsize (Kb) 582232

[startup+170.008 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 4310
Raw data (/proc/4310/stat): 4310 (bsolo) R 4309 4310 20728 0 -1 0 144672 0 0 0 16609 316 0 0 25 0 1 0 1853792252 596340736 144361 4294967295 134512640 134736556 3221224560 3221223216 134649038 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/4310/statm): 145591 144361 1116 68 0 145523 0
[pid=4310] vsize: 582364
Current children cumulated CPU time (s) 169.25
Current children cumulated vsize (Kb) 582364

[startup+180.008 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 4310
Raw data (/proc/4310/stat): 4310 (bsolo) R 4309 4310 20728 0 -1 0 144672 0 0 0 17607 317 0 0 25 0 1 0 1853792252 596340736 144361 4294967295 134512640 134736556 3221224560 3221223296 134645965 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/4310/statm): 145591 144361 1116 68 0 145523 0
[pid=4310] vsize: 582364
Current children cumulated CPU time (s) 179.24
Current children cumulated vsize (Kb) 582364

[startup+190.01 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 4310
Raw data (/proc/4310/stat): 4310 (bsolo) R 4309 4310 20728 0 -1 0 144672 0 0 0 18607 317 0 0 25 0 1 0 1853792252 596340736 144361 4294967295 134512640 134736556 3221224560 3221223216 134649034 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/4310/statm): 145591 144361 1116 68 0 145523 0
[pid=4310] vsize: 582364
Current children cumulated CPU time (s) 189.24
Current children cumulated vsize (Kb) 582364

[startup+200.01 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 4310
Raw data (/proc/4310/stat): 4310 (bsolo) R 4309 4310 20728 0 -1 0 144672 0 0 0 19606 318 0 0 25 0 1 0 1853792252 596340736 144361 4294967295 134512640 134736556 3221224560 3221223176 134537586 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/4310/statm): 145591 144361 1116 68 0 145523 0
[pid=4310] vsize: 582364
Current children cumulated CPU time (s) 199.24
Current children cumulated vsize (Kb) 582364

[startup+210.01 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 4310
Raw data (/proc/4310/stat): 4310 (bsolo) R 4309 4310 20728 0 -1 0 144672 0 0 0 20605 318 0 0 25 0 1 0 1853792252 596340736 144361 4294967295 134512640 134736556 3221224560 3221223296 134645976 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/4310/statm): 145591 144361 1116 68 0 145523 0
[pid=4310] vsize: 582364
Current children cumulated CPU time (s) 209.23
Current children cumulated vsize (Kb) 582364

[startup+220.011 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 4310
Raw data (/proc/4310/stat): 4310 (bsolo) R 4309 4310 20728 0 -1 0 144672 0 0 0 21604 319 0 0 25 0 1 0 1853792252 596340736 144361 4294967295 134512640 134736556 3221224560 3221223152 134558285 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/4310/statm): 145591 144361 1116 68 0 145523 0
[pid=4310] vsize: 582364
Current children cumulated CPU time (s) 219.23
Current children cumulated vsize (Kb) 582364

[startup+230.012 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 4310
Raw data (/proc/4310/stat): 4310 (bsolo) R 4309 4310 20728 0 -1 0 144672 0 0 0 22603 319 0 0 25 0 1 0 1853792252 596340736 144361 4294967295 134512640 134736556 3221224560 3221223152 134558151 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/4310/statm): 145591 144361 1116 68 0 145523 0
[pid=4310] vsize: 582364
Current children cumulated CPU time (s) 229.22
Current children cumulated vsize (Kb) 582364

[startup+240.012 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 4310
Raw data (/proc/4310/stat): 4310 (bsolo) R 4309 4310 20728 0 -1 0 144672 0 0 0 23602 319 0 0 25 0 1 0 1853792252 596340736 144361 4294967295 134512640 134736556 3221224560 3221223216 134649034 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/4310/statm): 145591 144361 1116 68 0 145523 0
[pid=4310] vsize: 582364
Current children cumulated CPU time (s) 239.21
Current children cumulated vsize (Kb) 582364

[startup+250.011 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 4310
Raw data (/proc/4310/stat): 4310 (bsolo) R 4309 4310 20728 0 -1 0 144672 0 0 0 24601 320 0 0 25 0 1 0 1853792252 596340736 144361 4294967295 134512640 134736556 3221224560 3221223152 134558319 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/4310/statm): 145591 144361 1116 68 0 145523 0
[pid=4310] vsize: 582364
Current children cumulated CPU time (s) 249.21
Current children cumulated vsize (Kb) 582364

[startup+260.012 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 4310
Raw data (/proc/4310/stat): 4310 (bsolo) R 4309 4310 20728 0 -1 0 144672 0 0 0 25600 320 0 0 25 0 1 0 1853792252 596340736 144361 4294967295 134512640 134736556 3221224560 3221223216 134649034 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/4310/statm): 145591 144361 1116 68 0 145523 0
[pid=4310] vsize: 582364
Current children cumulated CPU time (s) 259.2
Current children cumulated vsize (Kb) 582364

[startup+270.012 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 4310
Raw data (/proc/4310/stat): 4310 (bsolo) R 4309 4310 20728 0 -1 0 144672 0 0 0 26599 321 0 0 25 0 1 0 1853792252 596340736 144361 4294967295 134512640 134736556 3221224560 3221223180 134558379 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/4310/statm): 145591 144361 1116 68 0 145523 0
[pid=4310] vsize: 582364
Current children cumulated CPU time (s) 269.2
Current children cumulated vsize (Kb) 582364

[startup+280.012 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 4310
Raw data (/proc/4310/stat): 4310 (bsolo) R 4309 4310 20728 0 -1 0 144682 0 0 0 27599 321 0 0 25 0 1 0 1853792252 596340736 144371 4294967295 134512640 134736556 3221224560 3221223156 134558392 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/4310/statm): 145591 144371 1116 68 0 145523 0
[pid=4310] vsize: 582364
Current children cumulated CPU time (s) 279.2
Current children cumulated vsize (Kb) 582364

[startup+290.013 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 4310
Raw data (/proc/4310/stat): 4310 (bsolo) R 4309 4310 20728 0 -1 0 144682 0 0 0 28598 321 0 0 25 0 1 0 1853792252 596340736 144371 4294967295 134512640 134736556 3221224560 3221223224 134648939 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/4310/statm): 145591 144371 1116 68 0 145523 0
[pid=4310] vsize: 582364
Current children cumulated CPU time (s) 289.19
Current children cumulated vsize (Kb) 582364

[startup+300.014 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 4310
Raw data (/proc/4310/stat): 4310 (bsolo) R 4309 4310 20728 0 -1 0 144696 0 0 0 29597 322 0 0 25 0 1 0 1853792252 596340736 144385 4294967295 134512640 134736556 3221224560 3221223152 134543990 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/4310/statm): 145591 144385 1116 68 0 145523 0
[pid=4310] vsize: 582364
Current children cumulated CPU time (s) 299.19
Current children cumulated vsize (Kb) 582364

[startup+310.014 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 4310
Raw data (/proc/4310/stat): 4310 (bsolo) R 4309 4310 20728 0 -1 0 144696 0 0 0 30596 322 0 0 25 0 1 0 1853792252 596340736 144385 4294967295 134512640 134736556 3221224560 3221223216 134649116 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/4310/statm): 145591 144385 1116 68 0 145523 0
[pid=4310] vsize: 582364
Current children cumulated CPU time (s) 309.18
Current children cumulated vsize (Kb) 582364

[startup+320.015 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 4310
Raw data (/proc/4310/stat): 4310 (bsolo) R 4309 4310 20728 0 -1 0 144700 0 0 0 31596 322 0 0 25 0 1 0 1853792252 596340736 144389 4294967295 134512640 134736556 3221224560 3221223284 134645792 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/4310/statm): 145591 144389 1116 68 0 145523 0
[pid=4310] vsize: 582364
Current children cumulated CPU time (s) 319.18
Current children cumulated vsize (Kb) 582364

[startup+330.016 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 4310
Raw data (/proc/4310/stat): 4310 (bsolo) R 4309 4310 20728 0 -1 0 144703 0 0 0 32595 323 0 0 25 0 1 0 1853792252 596475904 144392 4294967295 134512640 134736556 3221224560 3221223216 134649034 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/4310/statm): 145624 144392 1116 68 0 145556 0
[pid=4310] vsize: 582496
Current children cumulated CPU time (s) 329.18
Current children cumulated vsize (Kb) 582496

[startup+340.016 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 4310
Raw data (/proc/4310/stat): 4310 (bsolo) R 4309 4310 20728 0 -1 0 144708 0 0 0 33593 324 0 0 25 0 1 0 1853792252 596475904 144397 4294967295 134512640 134736556 3221224560 3221223176 134537586 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/4310/statm): 145624 144397 1116 68 0 145556 0
[pid=4310] vsize: 582496
Current children cumulated CPU time (s) 339.17
Current children cumulated vsize (Kb) 582496

[startup+350.015 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 4310
Raw data (/proc/4310/stat): 4310 (bsolo) R 4309 4310 20728 0 -1 0 144719 0 0 0 34593 324 0 0 25 0 1 0 1853792252 596475904 144408 4294967295 134512640 134736556 3221224560 3221223184 134649095 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/4310/statm): 145624 144408 1116 68 0 145556 0
[pid=4310] vsize: 582496
Current children cumulated CPU time (s) 349.17
Current children cumulated vsize (Kb) 582496

[startup+360.017 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 4310
Raw data (/proc/4310/stat): 4310 (bsolo) R 4309 4310 20728 0 -1 0 144720 0 0 0 35591 325 0 0 25 0 1 0 1853792252 596475904 144409 4294967295 134512640 134736556 3221224560 3221223216 134649038 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/4310/statm): 145624 144409 1116 68 0 145556 0
[pid=4310] vsize: 582496
Current children cumulated CPU time (s) 359.16
Current children cumulated vsize (Kb) 582496

[startup+370.017 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 4310
Raw data (/proc/4310/stat): 4310 (bsolo) R 4309 4310 20728 0 -1 0 144720 0 0 0 36589 325 0 0 25 0 1 0 1853792252 596475904 144409 4294967295 134512640 134736556 3221224560 3221223176 134537586 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/4310/statm): 145624 144409 1116 68 0 145556 0
[pid=4310] vsize: 582496
Current children cumulated CPU time (s) 369.14
Current children cumulated vsize (Kb) 582496

[startup+380.017 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 4310
Raw data (/proc/4310/stat): 4310 (bsolo) T 4309 4310 20728 0 -1 0 144720 0 0 0 37588 326 0 0 25 0 1 0 1853792252 596475904 144409 4294967295 134512640 134736556 3221224560 3221223452 1077781665 0 0 5 16384 3222434794 0 0 17 0 0 0
Raw data (/proc/4310/statm): 145624 144409 1116 68 0 145556 0
[pid=4310] vsize: 582496
Current children cumulated CPU time (s) 379.14
Current children cumulated vsize (Kb) 582496

[startup+390.018 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 4310
Raw data (/proc/4310/stat): 4310 (bsolo) R 4309 4310 20728 0 -1 0 144720 0 0 0 38587 327 0 0 25 0 1 0 1853792252 596475904 144409 4294967295 134512640 134736556 3221224560 3221223220 134648940 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/4310/statm): 145624 144409 1116 68 0 145556 0
[pid=4310] vsize: 582496
Current children cumulated CPU time (s) 389.14
Current children cumulated vsize (Kb) 582496

[startup+400.018 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 4310
Raw data (/proc/4310/stat): 4310 (bsolo) R 4309 4310 20728 0 -1 0 144720 0 0 0 39586 327 0 0 25 0 1 0 1853792252 596475904 144409 4294967295 134512640 134736556 3221224560 3221223296 134645965 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/4310/statm): 145624 144409 1116 68 0 145556 0
[pid=4310] vsize: 582496
Current children cumulated CPU time (s) 399.13
Current children cumulated vsize (Kb) 582496

[startup+410.018 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 4310
Raw data (/proc/4310/stat): 4310 (bsolo) R 4309 4310 20728 0 -1 0 144720 0 0 0 40586 328 0 0 25 0 1 0 1853792252 596475904 144409 4294967295 134512640 134736556 3221224560 3221223216 134649120 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/4310/statm): 145624 144409 1116 68 0 145556 0
[pid=4310] vsize: 582496
Current children cumulated CPU time (s) 409.14
Current children cumulated vsize (Kb) 582496

[startup+420.019 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 4310
Raw data (/proc/4310/stat): 4310 (bsolo) R 4309 4310 20728 0 -1 0 144720 0 0 0 41584 329 0 0 25 0 1 0 1853792252 596475904 144409 4294967295 134512640 134736556 3221224560 3221223168 134558203 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/4310/statm): 145624 144409 1116 68 0 145556 0
[pid=4310] vsize: 582496
Current children cumulated CPU time (s) 419.13
Current children cumulated vsize (Kb) 582496

[startup+430.02 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 4310
Raw data (/proc/4310/stat): 4310 (bsolo) R 4309 4310 20728 0 -1 0 144720 0 0 0 42584 329 0 0 25 0 1 0 1853792252 596475904 144409 4294967295 134512640 134736556 3221224560 3221223176 134537599 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/4310/statm): 145624 144409 1116 68 0 145556 0
[pid=4310] vsize: 582496
Current children cumulated CPU time (s) 429.13
Current children cumulated vsize (Kb) 582496

[startup+440.02 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 4310
Raw data (/proc/4310/stat): 4310 (bsolo) R 4309 4310 20728 0 -1 0 144720 0 0 0 43583 329 0 0 25 0 1 0 1853792252 596475904 144409 4294967295 134512640 134736556 3221224560 3221223216 134649038 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/4310/statm): 145624 144409 1116 68 0 145556 0
[pid=4310] vsize: 582496
Current children cumulated CPU time (s) 439.12
Current children cumulated vsize (Kb) 582496

[startup+450.019 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 4310
Raw data (/proc/4310/stat): 4310 (bsolo) R 4309 4310 20728 0 -1 0 144720 0 0 0 44581 330 0 0 25 0 1 0 1853792252 596475904 144409 4294967295 134512640 134736556 3221224560 3221223152 134558151 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/4310/statm): 145624 144409 1116 68 0 145556 0
[pid=4310] vsize: 582496
Current children cumulated CPU time (s) 449.11
Current children cumulated vsize (Kb) 582496

[startup+460.02 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 4310
Raw data (/proc/4310/stat): 4310 (bsolo) R 4309 4310 20728 0 -1 0 144735 0 0 0 45580 330 0 0 25 0 1 0 1853792252 596598784 144424 4294967295 134512640 134736556 3221224560 3221223192 134544462 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/4310/statm): 145654 144424 1116 68 0 145586 0
[pid=4310] vsize: 582616
Current children cumulated CPU time (s) 459.1
Current children cumulated vsize (Kb) 582616

[startup+470.02 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 4310
Raw data (/proc/4310/stat): 4310 (bsolo) R 4309 4310 20728 0 -1 0 144750 0 0 0 46579 331 0 0 25 0 1 0 1853792252 596598784 144439 4294967295 134512640 134736556 3221224560 3221223156 134558405 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/4310/statm): 145654 144439 1116 68 0 145586 0
[pid=4310] vsize: 582616
Current children cumulated CPU time (s) 469.1
Current children cumulated vsize (Kb) 582616

[startup+480.02 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 4310
Raw data (/proc/4310/stat): 4310 (bsolo) R 4309 4310 20728 0 -1 0 144758 0 0 0 47578 331 0 0 25 0 1 0 1853792252 596598784 144447 4294967295 134512640 134736556 3221224560 3221223128 134560373 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/4310/statm): 145654 144447 1116 68 0 145586 0
[pid=4310] vsize: 582616
Current children cumulated CPU time (s) 479.09
Current children cumulated vsize (Kb) 582616

[startup+490.02 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 4310
Raw data (/proc/4310/stat): 4310 (bsolo) R 4309 4310 20728 0 -1 0 144758 0 0 0 48578 331 0 0 25 0 1 0 1853792252 596598784 144447 4294967295 134512640 134736556 3221224560 3221223188 134560258 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/4310/statm): 145654 144447 1116 68 0 145586 0
[pid=4310] vsize: 582616
Current children cumulated CPU time (s) 489.09
Current children cumulated vsize (Kb) 582616

[startup+500.02 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 4310
Raw data (/proc/4310/stat): 4310 (bsolo) R 4309 4310 20728 0 -1 0 144758 0 0 0 49577 332 0 0 25 0 1 0 1853792252 596598784 144447 4294967295 134512640 134736556 3221224560 3221223216 134649103 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/4310/statm): 145654 144447 1116 68 0 145586 0
[pid=4310] vsize: 582616
Current children cumulated CPU time (s) 499.09
Current children cumulated vsize (Kb) 582616

[startup+510.02 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 4310
Raw data (/proc/4310/stat): 4310 (bsolo) R 4309 4310 20728 0 -1 0 144758 0 0 0 50576 332 0 0 25 0 1 0 1853792252 596598784 144447 4294967295 134512640 134736556 3221224560 3221223296 134645968 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/4310/statm): 145654 144447 1116 68 0 145586 0
[pid=4310] vsize: 582616
Current children cumulated CPU time (s) 509.08
Current children cumulated vsize (Kb) 582616

[startup+520.02 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 4310
Raw data (/proc/4310/stat): 4310 (bsolo) R 4309 4310 20728 0 -1 0 144763 0 0 0 51575 332 0 0 25 0 1 0 1853792252 596598784 144452 4294967295 134512640 134736556 3221224560 3221223188 134560258 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/4310/statm): 145654 144452 1116 68 0 145586 0
[pid=4310] vsize: 582616
Current children cumulated CPU time (s) 519.07
Current children cumulated vsize (Kb) 582616

[startup+530.021 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 4310
Raw data (/proc/4310/stat): 4310 (bsolo) R 4309 4310 20728 0 -1 0 144779 0 0 0 52574 333 0 0 25 0 1 0 1853792252 596733952 144468 4294967295 134512640 134736556 3221224560 3221223192 134544456 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/4310/statm): 145687 144468 1116 68 0 145619 0
[pid=4310] vsize: 582748
Current children cumulated CPU time (s) 529.07
Current children cumulated vsize (Kb) 582748

[startup+540.021 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 4310
Raw data (/proc/4310/stat): 4310 (bsolo) R 4309 4310 20728 0 -1 0 144784 0 0 0 53572 334 0 0 25 0 1 0 1853792252 596733952 144473 4294967295 134512640 134736556 3221224560 3221223176 134537599 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/4310/statm): 145687 144473 1116 68 0 145619 0
[pid=4310] vsize: 582748
Current children cumulated CPU time (s) 539.06
Current children cumulated vsize (Kb) 582748

[startup+550.021 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 4310
Raw data (/proc/4310/stat): 4310 (bsolo) R 4309 4310 20728 0 -1 0 144794 0 0 0 54571 334 0 0 25 0 1 0 1853792252 596733952 144483 4294967295 134512640 134736556 3221224560 3221223188 134649151 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/4310/statm): 145687 144483 1116 68 0 145619 0
[pid=4310] vsize: 582748
Current children cumulated CPU time (s) 549.05
Current children cumulated vsize (Kb) 582748

[startup+560.022 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 4310
Raw data (/proc/4310/stat): 4310 (bsolo) R 4309 4310 20728 0 -1 0 144794 0 0 0 55570 335 0 0 25 0 1 0 1853792252 596733952 144483 4294967295 134512640 134736556 3221224560 3221223176 134537586 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/4310/statm): 145687 144483 1116 68 0 145619 0
[pid=4310] vsize: 582748
Current children cumulated CPU time (s) 559.05
Current children cumulated vsize (Kb) 582748

[startup+570.023 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 4310
Raw data (/proc/4310/stat): 4310 (bsolo) R 4309 4310 20728 0 -1 0 144813 0 0 0 56569 335 0 0 25 0 1 0 1853792252 596869120 144502 4294967295 134512640 134736556 3221224560 3221223176 134537586 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/4310/statm): 145720 144502 1116 68 0 145652 0
[pid=4310] vsize: 582880
Current children cumulated CPU time (s) 569.04
Current children cumulated vsize (Kb) 582880

[startup+580.023 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 4310
Raw data (/proc/4310/stat): 4310 (bsolo) R 4309 4310 20728 0 -1 0 144838 0 0 0 57569 335 0 0 25 0 1 0 1853792252 597004288 144527 4294967295 134512640 134736556 3221224560 3221223168 134558036 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/4310/statm): 145753 144527 1116 68 0 145685 0
[pid=4310] vsize: 583012
Current children cumulated CPU time (s) 579.04
Current children cumulated vsize (Kb) 583012

[startup+590.023 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 4310
Raw data (/proc/4310/stat): 4310 (bsolo) R 4309 4310 20728 0 -1 0 144847 0 0 0 58568 336 0 0 25 0 1 0 1853792252 597004288 144536 4294967295 134512640 134736556 3221224560 3221223240 134597400 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/4310/statm): 145753 144536 1116 68 0 145685 0
[pid=4310] vsize: 583012
Current children cumulated CPU time (s) 589.04
Current children cumulated vsize (Kb) 583012

[startup+600.024 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 4310
Raw data (/proc/4310/stat): 4310 (bsolo) R 4309 4310 20728 0 -1 0 144987 0 0 0 59567 336 0 0 25 0 1 0 1853792252 597004288 144546 4294967295 134512640 134736556 3221224560 3221223204 134649260 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/4310/statm): 145753 144546 1116 68 0 145685 0
[pid=4310] vsize: 583012
Current children cumulated CPU time (s) 599.03
Current children cumulated vsize (Kb) 583012

[startup+610.024 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 4310
Raw data (/proc/4310/stat): 4310 (bsolo) R 4309 4310 20728 0 -1 0 144987 0 0 0 60566 336 0 0 25 0 1 0 1853792252 597004288 144546 4294967295 134512640 134736556 3221224560 3221223152 134558373 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/4310/statm): 145753 144546 1116 68 0 145685 0
[pid=4310] vsize: 583012
Current children cumulated CPU time (s) 609.02
Current children cumulated vsize (Kb) 583012

[startup+620.024 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 4310
Raw data (/proc/4310/stat): 4310 (bsolo) R 4309 4310 20728 0 -1 0 144987 0 0 0 61565 337 0 0 25 0 1 0 1853792252 597004288 144546 4294967295 134512640 134736556 3221224560 3221223296 134645976 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/4310/statm): 145753 144546 1116 68 0 145685 0
[pid=4310] vsize: 583012
Current children cumulated CPU time (s) 619.02
Current children cumulated vsize (Kb) 583012

[startup+630.025 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 4310
Raw data (/proc/4310/stat): 4310 (bsolo) R 4309 4310 20728 0 -1 0 144987 0 0 0 62564 338 0 0 25 0 1 0 1853792252 597004288 144546 4294967295 134512640 134736556 3221224560 3221223204 134649260 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/4310/statm): 145753 144546 1116 68 0 145685 0
[pid=4310] vsize: 583012
Current children cumulated CPU time (s) 629.02
Current children cumulated vsize (Kb) 583012

[startup+640.024 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 4310
Raw data (/proc/4310/stat): 4310 (bsolo) R 4309 4310 20728 0 -1 0 144987 0 0 0 63563 338 0 0 25 0 1 0 1853792252 597004288 144546 4294967295 134512640 134736556 3221224560 3221223176 134537586 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/4310/statm): 145753 144546 1116 68 0 145685 0
[pid=4310] vsize: 583012
Current children cumulated CPU time (s) 639.01
Current children cumulated vsize (Kb) 583012

[startup+650.024 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 4310
Raw data (/proc/4310/stat): 4310 (bsolo) R 4309 4310 20728 0 -1 0 144987 0 0 0 64562 338 0 0 25 0 1 0 1853792252 597004288 144546 4294967295 134512640 134736556 3221224560 3221223296 134645976 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/4310/statm): 145753 144546 1116 68 0 145685 0
[pid=4310] vsize: 583012
Current children cumulated CPU time (s) 649
Current children cumulated vsize (Kb) 583012

[startup+660.025 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 4310
Raw data (/proc/4310/stat): 4310 (bsolo) R 4309 4310 20728 0 -1 0 144987 0 0 0 65561 338 0 0 25 0 1 0 1853792252 597004288 144546 4294967295 134512640 134736556 3221224560 3221223176 134537599 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/4310/statm): 145753 144546 1116 68 0 145685 0
[pid=4310] vsize: 583012
Current children cumulated CPU time (s) 658.99
Current children cumulated vsize (Kb) 583012

[startup+670.026 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 4310
Raw data (/proc/4310/stat): 4310 (bsolo) R 4309 4310 20728 0 -1 0 144987 0 0 0 66560 339 0 0 25 0 1 0 1853792252 597004288 144546 4294967295 134512640 134736556 3221224560 3221223168 134558278 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/4310/statm): 145753 144546 1116 68 0 145685 0
[pid=4310] vsize: 583012
Current children cumulated CPU time (s) 668.99
Current children cumulated vsize (Kb) 583012

[startup+680.026 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 4310
Raw data (/proc/4310/stat): 4310 (bsolo) R 4309 4310 20728 0 -1 0 144987 0 0 0 67559 339 0 0 25 0 1 0 1853792252 597004288 144546 4294967295 134512640 134736556 3221224560 3221223152 134558298 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/4310/statm): 145753 144546 1116 68 0 145685 0
[pid=4310] vsize: 583012
Current children cumulated CPU time (s) 678.98
Current children cumulated vsize (Kb) 583012

[startup+690.027 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 4310
Raw data (/proc/4310/stat): 4310 (bsolo) R 4309 4310 20728 0 -1 0 144987 0 0 0 68558 340 0 0 25 0 1 0 1853792252 597004288 144546 4294967295 134512640 134736556 3221224560 3221223188 134560258 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/4310/statm): 145753 144546 1116 68 0 145685 0
[pid=4310] vsize: 583012
Current children cumulated CPU time (s) 688.98
Current children cumulated vsize (Kb) 583012

[startup+700.027 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 4310
Raw data (/proc/4310/stat): 4310 (bsolo) R 4309 4310 20728 0 -1 0 145064 0 0 0 69557 340 0 0 25 0 1 0 1853792252 597409792 144623 4294967295 134512640 134736556 3221224560 3221223176 134537586 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/4310/statm): 145852 144623 1116 68 0 145784 0
[pid=4310] vsize: 583408
Current children cumulated CPU time (s) 698.97
Current children cumulated vsize (Kb) 583408

[startup+710.027 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 4310
Raw data (/proc/4310/stat): 4310 (bsolo) R 4309 4310 20728 0 -1 0 145065 0 0 0 70556 341 0 0 25 0 1 0 1853792252 597409792 144624 4294967295 134512640 134736556 3221224560 3221223192 134558025 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/4310/statm): 145852 144624 1116 68 0 145784 0
[pid=4310] vsize: 583408
Current children cumulated CPU time (s) 708.97
Current children cumulated vsize (Kb) 583408

[startup+720.028 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 4310
Raw data (/proc/4310/stat): 4310 (bsolo) R 4309 4310 20728 0 -1 0 145067 0 0 0 71555 341 0 0 25 0 1 0 1853792252 597409792 144626 4294967295 134512640 134736556 3221224560 3221223176 134537597 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/4310/statm): 145852 144626 1116 68 0 145784 0
[pid=4310] vsize: 583408
Current children cumulated CPU time (s) 718.96
Current children cumulated vsize (Kb) 583408

[startup+730.029 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 4310
Raw data (/proc/4310/stat): 4310 (bsolo) R 4309 4310 20728 0 -1 0 145068 0 0 0 72554 341 0 0 25 0 1 0 1853792252 597409792 144627 4294967295 134512640 134736556 3221224560 3221223216 134649034 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/4310/statm): 145852 144627 1116 68 0 145784 0
[pid=4310] vsize: 583408
Current children cumulated CPU time (s) 728.95
Current children cumulated vsize (Kb) 583408

[startup+740.029 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 4310
Raw data (/proc/4310/stat): 4310 (bsolo) R 4309 4310 20728 0 -1 0 145068 0 0 0 73552 342 0 0 25 0 1 0 1853792252 597409792 144627 4294967295 134512640 134736556 3221224560 3221223216 134649034 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/4310/statm): 145852 144627 1116 68 0 145784 0
[pid=4310] vsize: 583408
Current children cumulated CPU time (s) 738.94
Current children cumulated vsize (Kb) 583408

[startup+750.03 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 4310
Raw data (/proc/4310/stat): 4310 (bsolo) R 4309 4310 20728 0 -1 0 145070 0 0 0 74552 342 0 0 25 0 1 0 1853792252 597409792 144629 4294967295 134512640 134736556 3221224560 3221223176 134537586 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/4310/statm): 145852 144629 1116 68 0 145784 0
[pid=4310] vsize: 583408
Current children cumulated CPU time (s) 748.94
Current children cumulated vsize (Kb) 583408

[startup+760.031 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 4310
Raw data (/proc/4310/stat): 4310 (bsolo) R 4309 4310 20728 0 -1 0 145070 0 0 0 75551 343 0 0 25 0 1 0 1853792252 597409792 144629 4294967295 134512640 134736556 3221224560 3221223176 134537586 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/4310/statm): 145852 144629 1116 68 0 145784 0
[pid=4310] vsize: 583408
Current children cumulated CPU time (s) 758.94
Current children cumulated vsize (Kb) 583408

[startup+770.032 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 4310
Raw data (/proc/4310/stat): 4310 (bsolo) R 4309 4310 20728 0 -1 0 145073 0 0 0 76549 343 0 0 25 0 1 0 1853792252 597409792 144632 4294967295 134512640 134736556 3221224560 3221223216 134649034 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/4310/statm): 145852 144632 1116 68 0 145784 0
[pid=4310] vsize: 583408
Current children cumulated CPU time (s) 768.92
Current children cumulated vsize (Kb) 583408

[startup+780.033 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 4310
Raw data (/proc/4310/stat): 4310 (bsolo) R 4309 4310 20728 0 -1 0 145073 0 0 0 77548 344 0 0 25 0 1 0 1853792252 597409792 144632 4294967295 134512640 134736556 3221224560 3221223140 134558405 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/4310/statm): 145852 144632 1116 68 0 145784 0
[pid=4310] vsize: 583408
Current children cumulated CPU time (s) 778.92
Current children cumulated vsize (Kb) 583408

[startup+790.033 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 4310
Raw data (/proc/4310/stat): 4310 (bsolo) R 4309 4310 20728 0 -1 0 145073 0 0 0 78547 344 0 0 25 0 1 0 1853792252 597409792 144632 4294967295 134512640 134736556 3221224560 3221223216 134649103 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/4310/statm): 145852 144632 1116 68 0 145784 0
[pid=4310] vsize: 583408
Current children cumulated CPU time (s) 788.91
Current children cumulated vsize (Kb) 583408

[startup+800.033 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 4310
Raw data (/proc/4310/stat): 4310 (bsolo) R 4309 4310 20728 0 -1 0 145077 0 0 0 79547 345 0 0 25 0 1 0 1853792252 597409792 144636 4294967295 134512640 134736556 3221224560 3221223176 134537586 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/4310/statm): 145852 144636 1116 68 0 145784 0
[pid=4310] vsize: 583408
Current children cumulated CPU time (s) 798.92
Current children cumulated vsize (Kb) 583408

[startup+810.033 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 4310
Raw data (/proc/4310/stat): 4310 (bsolo) R 4309 4310 20728 0 -1 0 145077 0 0 0 80545 345 0 0 25 0 1 0 1853792252 597409792 144636 4294967295 134512640 134736556 3221224560 3221223296 134645976 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/4310/statm): 145852 144636 1116 68 0 145784 0
[pid=4310] vsize: 583408
Current children cumulated CPU time (s) 808.9
Current children cumulated vsize (Kb) 583408

[startup+820.033 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 4310
Raw data (/proc/4310/stat): 4310 (bsolo) R 4309 4310 20728 0 -1 0 145077 0 0 0 81544 346 0 0 25 0 1 0 1853792252 597409792 144636 4294967295 134512640 134736556 3221224560 3221223216 134649038 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/4310/statm): 145852 144636 1116 68 0 145784 0
[pid=4310] vsize: 583408
Current children cumulated CPU time (s) 818.9
Current children cumulated vsize (Kb) 583408

[startup+830.034 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 4310
Raw data (/proc/4310/stat): 4310 (bsolo) R 4309 4310 20728 0 -1 0 145078 0 0 0 82542 347 0 0 25 0 1 0 1853792252 597409792 144637 4294967295 134512640 134736556 3221224560 3221223204 134649050 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/4310/statm): 145852 144637 1116 68 0 145784 0
[pid=4310] vsize: 583408
Current children cumulated CPU time (s) 828.89
Current children cumulated vsize (Kb) 583408

[startup+840.034 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 4310
Raw data (/proc/4310/stat): 4310 (bsolo) R 4309 4310 20728 0 -1 0 145078 0 0 0 83541 347 0 0 25 0 1 0 1853792252 597409792 144637 4294967295 134512640 134736556 3221224560 3221223200 134649077 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/4310/statm): 145852 144637 1116 68 0 145784 0
[pid=4310] vsize: 583408
Current children cumulated CPU time (s) 838.88
Current children cumulated vsize (Kb) 583408

[startup+850.034 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 4310
Raw data (/proc/4310/stat): 4310 (bsolo) R 4309 4310 20728 0 -1 0 145078 0 0 0 84540 348 0 0 25 0 1 0 1853792252 597409792 144637 4294967295 134512640 134736556 3221224560 3221223152 134558319 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/4310/statm): 145852 144637 1116 68 0 145784 0
[pid=4310] vsize: 583408
Current children cumulated CPU time (s) 848.88
Current children cumulated vsize (Kb) 583408

[startup+860.035 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 4310
Raw data (/proc/4310/stat): 4310 (bsolo) R 4309 4310 20728 0 -1 0 145078 0 0 0 85539 348 0 0 25 0 1 0 1853792252 597409792 144637 4294967295 134512640 134736556 3221224560 3221223152 134558480 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/4310/statm): 145852 144637 1116 68 0 145784 0
[pid=4310] vsize: 583408
Current children cumulated CPU time (s) 858.87
Current children cumulated vsize (Kb) 583408

[startup+870.036 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 4310
Raw data (/proc/4310/stat): 4310 (bsolo) R 4309 4310 20728 0 -1 0 145079 0 0 0 86538 348 0 0 25 0 1 0 1853792252 597409792 144638 4294967295 134512640 134736556 3221224560 3221223200 134649141 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/4310/statm): 145852 144638 1116 68 0 145784 0
[pid=4310] vsize: 583408
Current children cumulated CPU time (s) 868.86
Current children cumulated vsize (Kb) 583408

[startup+880.036 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 4310
Raw data (/proc/4310/stat): 4310 (bsolo) R 4309 4310 20728 0 -1 0 145080 0 0 0 87537 348 0 0 25 0 1 0 1853792252 597409792 144639 4294967295 134512640 134736556 3221224560 3221223176 134537586 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/4310/statm): 145852 144639 1116 68 0 145784 0
[pid=4310] vsize: 583408
Current children cumulated CPU time (s) 878.85
Current children cumulated vsize (Kb) 583408

[startup+890.036 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 4310
Raw data (/proc/4310/stat): 4310 (bsolo) R 4309 4310 20728 0 -1 0 145080 0 0 0 88536 349 0 0 25 0 1 0 1853792252 597409792 144639 4294967295 134512640 134736556 3221224560 3221223168 134558175 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/4310/statm): 145852 144639 1116 68 0 145784 0
[pid=4310] vsize: 583408
Current children cumulated CPU time (s) 888.85
Current children cumulated vsize (Kb) 583408

[startup+900.036 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 4310
Raw data (/proc/4310/stat): 4310 (bsolo) R 4309 4310 20728 0 -1 0 145081 0 0 0 89535 349 0 0 25 0 1 0 1853792252 597409792 144640 4294967295 134512640 134736556 3221224560 3221223296 134645976 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/4310/statm): 145852 144640 1116 68 0 145784 0
[pid=4310] vsize: 583408
Current children cumulated CPU time (s) 898.84
Current children cumulated vsize (Kb) 583408

[startup+910.036 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 4310
Raw data (/proc/4310/stat): 4310 (bsolo) R 4309 4310 20728 0 -1 0 145081 0 0 0 90534 350 0 0 25 0 1 0 1853792252 597409792 144640 4294967295 134512640 134736556 3221224560 3221223176 134537586 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/4310/statm): 145852 144640 1116 68 0 145784 0
[pid=4310] vsize: 583408
Current children cumulated CPU time (s) 908.84
Current children cumulated vsize (Kb) 583408

[startup+920.036 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 4310
Raw data (/proc/4310/stat): 4310 (bsolo) R 4309 4310 20728 0 -1 0 145083 0 0 0 91533 350 0 0 25 0 1 0 1853792252 597409792 144642 4294967295 134512640 134736556 3221224560 3221223176 134537599 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/4310/statm): 145852 144642 1116 68 0 145784 0
[pid=4310] vsize: 583408
Current children cumulated CPU time (s) 918.83
Current children cumulated vsize (Kb) 583408

[startup+930.036 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 4310
Raw data (/proc/4310/stat): 4310 (bsolo) R 4309 4310 20728 0 -1 0 145084 0 0 0 92532 351 0 0 25 0 1 0 1853792252 597409792 144643 4294967295 134512640 134736556 3221224560 3221223152 134558532 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/4310/statm): 145852 144643 1116 68 0 145784 0
[pid=4310] vsize: 583408
Current children cumulated CPU time (s) 928.83
Current children cumulated vsize (Kb) 583408

[startup+940.035 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 4310
Raw data (/proc/4310/stat): 4310 (bsolo) R 4309 4310 20728 0 -1 0 145085 0 0 0 93531 351 0 0 25 0 1 0 1853792252 597409792 144644 4294967295 134512640 134736556 3221224560 3221223184 134649158 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/4310/statm): 145852 144644 1116 68 0 145784 0
[pid=4310] vsize: 583408
Current children cumulated CPU time (s) 938.82
Current children cumulated vsize (Kb) 583408

[startup+950.035 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 4310
Raw data (/proc/4310/stat): 4310 (bsolo) R 4309 4310 20728 0 -1 0 145085 0 0 0 94530 352 0 0 25 0 1 0 1853792252 597409792 144644 4294967295 134512640 134736556 3221224560 3221223216 134649103 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/4310/statm): 145852 144644 1116 68 0 145784 0
[pid=4310] vsize: 583408
Current children cumulated CPU time (s) 948.82
Current children cumulated vsize (Kb) 583408

[startup+960.036 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 4310
Raw data (/proc/4310/stat): 4310 (bsolo) R 4309 4310 20728 0 -1 0 145085 0 0 0 95529 352 0 0 25 0 1 0 1853792252 597409792 144644 4294967295 134512640 134736556 3221224560 3221223296 134645965 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/4310/statm): 145852 144644 1116 68 0 145784 0
[pid=4310] vsize: 583408
Current children cumulated CPU time (s) 958.81
Current children cumulated vsize (Kb) 583408

[startup+970.036 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 4310
Raw data (/proc/4310/stat): 4310 (bsolo) R 4309 4310 20728 0 -1 0 145085 0 0 0 96528 352 0 0 25 0 1 0 1853792252 597409792 144644 4294967295 134512640 134736556 3221224560 3221223176 134537586 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/4310/statm): 145852 144644 1116 68 0 145784 0
[pid=4310] vsize: 583408
Current children cumulated CPU time (s) 968.8
Current children cumulated vsize (Kb) 583408

[startup+980.035 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 4310
Raw data (/proc/4310/stat): 4310 (bsolo) R 4309 4310 20728 0 -1 0 145146 0 0 0 97527 353 0 0 25 0 1 0 1853792252 597680128 144705 4294967295 134512640 134736556 3221224560 3221223176 134537599 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/4310/statm): 145918 144705 1116 68 0 145850 0
[pid=4310] vsize: 583672
Current children cumulated CPU time (s) 978.8
Current children cumulated vsize (Kb) 583672

[startup+990.035 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 4310
Raw data (/proc/4310/stat): 4310 (bsolo) R 4309 4310 20728 0 -1 0 145146 0 0 0 98526 353 0 0 25 0 1 0 1853792252 597680128 144705 4294967295 134512640 134736556 3221224560 3221223192 134544456 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/4310/statm): 145918 144705 1116 68 0 145850 0
[pid=4310] vsize: 583672
Current children cumulated CPU time (s) 988.79
Current children cumulated vsize (Kb) 583672

[startup+1000.03 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 4310
Raw data (/proc/4310/stat): 4310 (bsolo) R 4309 4310 20728 0 -1 0 145146 0 0 0 99524 354 0 0 25 0 1 0 1853792252 597680128 144705 4294967295 134512640 134736556 3221224560 3221223168 134558040 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/4310/statm): 145918 144705 1116 68 0 145850 0
[pid=4310] vsize: 583672
Current children cumulated CPU time (s) 998.78
Current children cumulated vsize (Kb) 583672

[startup+1010.04 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 4310
Raw data (/proc/4310/stat): 4310 (bsolo) R 4309 4310 20728 0 -1 0 145146 0 0 0 100523 354 0 0 25 0 1 0 1853792252 597680128 144705 4294967295 134512640 134736556 3221224560 3221223176 134537599 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/4310/statm): 145918 144705 1116 68 0 145850 0
[pid=4310] vsize: 583672
Current children cumulated CPU time (s) 1008.77
Current children cumulated vsize (Kb) 583672

[startup+1020.04 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 4310
Raw data (/proc/4310/stat): 4310 (bsolo) R 4309 4310 20728 0 -1 0 145146 0 0 0 101523 354 0 0 25 0 1 0 1853792252 597680128 144705 4294967295 134512640 134736556 3221224560 3221223296 134645968 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/4310/statm): 145918 144705 1116 68 0 145850 0
[pid=4310] vsize: 583672
Current children cumulated CPU time (s) 1018.77
Current children cumulated vsize (Kb) 583672

[startup+1030.04 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 4310
Raw data (/proc/4310/stat): 4310 (bsolo) R 4309 4310 20728 0 -1 0 145146 0 0 0 102522 355 0 0 25 0 1 0 1853792252 597680128 144705 4294967295 134512640 134736556 3221224560 3221223148 134560372 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/4310/statm): 145918 144705 1116 68 0 145850 0
[pid=4310] vsize: 583672
Current children cumulated CPU time (s) 1028.77
Current children cumulated vsize (Kb) 583672

[startup+1040.04 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 4310
Raw data (/proc/4310/stat): 4310 (bsolo) R 4309 4310 20728 0 -1 0 145146 0 0 0 103521 355 0 0 25 0 1 0 1853792252 597680128 144705 4294967295 134512640 134736556 3221224560 3221223204 134649260 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/4310/statm): 145918 144705 1116 68 0 145850 0
[pid=4310] vsize: 583672
Current children cumulated CPU time (s) 1038.76
Current children cumulated vsize (Kb) 583672

[startup+1050.04 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 4310
Raw data (/proc/4310/stat): 4310 (bsolo) R 4309 4310 20728 0 -1 0 145146 0 0 0 104521 356 0 0 25 0 1 0 1853792252 597680128 144705 4294967295 134512640 134736556 3221224560 3221223168 134558278 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/4310/statm): 145918 144705 1116 68 0 145850 0
[pid=4310] vsize: 583672
Current children cumulated CPU time (s) 1048.77
Current children cumulated vsize (Kb) 583672

[startup+1060.04 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 4310
Raw data (/proc/4310/stat): 4310 (bsolo) R 4309 4310 20728 0 -1 0 145146 0 0 0 105520 356 0 0 25 0 1 0 1853792252 597680128 144705 4294967295 134512640 134736556 3221224560 3221223200 134649056 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/4310/statm): 145918 144705 1116 68 0 145850 0
[pid=4310] vsize: 583672
Current children cumulated CPU time (s) 1058.76
Current children cumulated vsize (Kb) 583672

[startup+1070.04 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 4310
Raw data (/proc/4310/stat): 4310 (bsolo) R 4309 4310 20728 0 -1 0 145146 0 0 0 106519 357 0 0 25 0 1 0 1853792252 597680128 144705 4294967295 134512640 134736556 3221224560 3221223296 134645972 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/4310/statm): 145918 144705 1116 68 0 145850 0
[pid=4310] vsize: 583672
Current children cumulated CPU time (s) 1068.76
Current children cumulated vsize (Kb) 583672

[startup+1080.04 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 4310
Raw data (/proc/4310/stat): 4310 (bsolo) R 4309 4310 20728 0 -1 0 145146 0 0 0 107518 357 0 0 25 0 1 0 1853792252 597680128 144705 4294967295 134512640 134736556 3221224560 3221223176 134537586 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/4310/statm): 145918 144705 1116 68 0 145850 0
[pid=4310] vsize: 583672
Current children cumulated CPU time (s) 1078.75
Current children cumulated vsize (Kb) 583672

[startup+1090.04 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 4310
Raw data (/proc/4310/stat): 4310 (bsolo) R 4309 4310 20728 0 -1 0 145146 0 0 0 108516 358 0 0 25 0 1 0 1853792252 597680128 144705 4294967295 134512640 134736556 3221224560 3221223176 134537599 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/4310/statm): 145918 144705 1116 68 0 145850 0
[pid=4310] vsize: 583672
Current children cumulated CPU time (s) 1088.74
Current children cumulated vsize (Kb) 583672

[startup+1100.04 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 4310
Raw data (/proc/4310/stat): 4310 (bsolo) R 4309 4310 20728 0 -1 0 145146 0 0 0 109515 358 0 0 25 0 1 0 1853792252 597680128 144705 4294967295 134512640 134736556 3221224560 3221223192 134544462 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/4310/statm): 145918 144705 1116 68 0 145850 0
[pid=4310] vsize: 583672
Current children cumulated CPU time (s) 1098.73
Current children cumulated vsize (Kb) 583672

[startup+1110.04 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 4310
Raw data (/proc/4310/stat): 4310 (bsolo) R 4309 4310 20728 0 -1 0 145146 0 0 0 110514 359 0 0 25 0 1 0 1853792252 597680128 144705 4294967295 134512640 134736556 3221224560 3221223216 134649103 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/4310/statm): 145918 144705 1116 68 0 145850 0
[pid=4310] vsize: 583672
Current children cumulated CPU time (s) 1108.73
Current children cumulated vsize (Kb) 583672

[startup+1120.04 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 4310
Raw data (/proc/4310/stat): 4310 (bsolo) R 4309 4310 20728 0 -1 0 145146 0 0 0 111513 360 0 0 25 0 1 0 1853792252 597680128 144705 4294967295 134512640 134736556 3221224560 3221223136 134558411 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/4310/statm): 145918 144705 1116 68 0 145850 0
[pid=4310] vsize: 583672
Current children cumulated CPU time (s) 1118.73
Current children cumulated vsize (Kb) 583672

[startup+1130.04 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 4310
Raw data (/proc/4310/stat): 4310 (bsolo) R 4309 4310 20728 0 -1 0 145146 0 0 0 112512 360 0 0 25 0 1 0 1853792252 597680128 144705 4294967295 134512640 134736556 3221224560 3221223176 134537599 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/4310/statm): 145918 144705 1116 68 0 145850 0
[pid=4310] vsize: 583672
Current children cumulated CPU time (s) 1128.72
Current children cumulated vsize (Kb) 583672

[startup+1140.04 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 4310
Raw data (/proc/4310/stat): 4310 (bsolo) R 4309 4310 20728 0 -1 0 145146 0 0 0 113511 361 0 0 25 0 1 0 1853792252 597680128 144705 4294967295 134512640 134736556 3221224560 3221223152 134558532 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/4310/statm): 145918 144705 1116 68 0 145850 0
[pid=4310] vsize: 583672
Current children cumulated CPU time (s) 1138.72
Current children cumulated vsize (Kb) 583672

[startup+1150.04 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 4310
Raw data (/proc/4310/stat): 4310 (bsolo) R 4309 4310 20728 0 -1 0 145146 0 0 0 114510 361 0 0 25 0 1 0 1853792252 597680128 144705 4294967295 134512640 134736556 3221224560 3221223192 134544456 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/4310/statm): 145918 144705 1116 68 0 145850 0
[pid=4310] vsize: 583672
Current children cumulated CPU time (s) 1148.71
Current children cumulated vsize (Kb) 583672

[startup+1160.04 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 4310
Raw data (/proc/4310/stat): 4310 (bsolo) R 4309 4310 20728 0 -1 0 145146 0 0 0 115508 362 0 0 25 0 1 0 1853792252 597680128 144705 4294967295 134512640 134736556 3221224560 3221223176 134537586 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/4310/statm): 145918 144705 1116 68 0 145850 0
[pid=4310] vsize: 583672
Current children cumulated CPU time (s) 1158.7
Current children cumulated vsize (Kb) 583672

[startup+1170.04 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 4310
Raw data (/proc/4310/stat): 4310 (bsolo) R 4309 4310 20728 0 -1 0 145146 0 0 0 116507 362 0 0 25 0 1 0 1853792252 597680128 144705 4294967295 134512640 134736556 3221224560 3221223296 134645976 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/4310/statm): 145918 144705 1116 68 0 145850 0
[pid=4310] vsize: 583672
Current children cumulated CPU time (s) 1168.69
Current children cumulated vsize (Kb) 583672

[startup+1180.04 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 4310
Raw data (/proc/4310/stat): 4310 (bsolo) R 4309 4310 20728 0 -1 0 145146 0 0 0 117506 362 0 0 25 0 1 0 1853792252 597680128 144705 4294967295 134512640 134736556 3221224560 3221223188 134560258 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/4310/statm): 145918 144705 1116 68 0 145850 0
[pid=4310] vsize: 583672
Current children cumulated CPU time (s) 1178.68
Current children cumulated vsize (Kb) 583672

[startup+1190.04 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 4310
Raw data (/proc/4310/stat): 4310 (bsolo) R 4309 4310 20728 0 -1 0 145146 0 0 0 118505 363 0 0 25 0 1 0 1853792252 597680128 144705 4294967295 134512640 134736556 3221224560 3221223176 134537586 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/4310/statm): 145918 144705 1116 68 0 145850 0
[pid=4310] vsize: 583672
Current children cumulated CPU time (s) 1188.68
Current children cumulated vsize (Kb) 583672
One traced child (pid=4310) exited with status: 0
All traced children have exited ! Game is over.

Child status: 0
Real time (s): 1196.66
CPU time (s): 1195.3
CPU user time (s): 1191.4
CPU system time (s): 3.90341
CPU usage (%): 99.8862
Max. virtual memory (cumulated for all children) (Kb): 583672

Verifier Data

ERROR: no interpretation found !