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

Namesubmitted/manquinho/primes-dimacs-cnf/normalized-ii32a1.opb
MD5SUMeb47f4c49e66c2bccec3237bb66dd1b2
Bench Categoryoptimization, small integers (OPTSMALLINT)
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 444
Optimality of the best value was proved YES
Number of terms in the objective function 918
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 918
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 918
Number of bits of the biggest sum of numbers10
Best result obtained on this benchmarkOPTIMUM FOUND
Best CPU time to get the best result obtained on this benchmark9.38057
Number of variables918
Total number of constraints9671
Number of constraints which are clauses9671
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint32

Trace number 3165

Launcher Data

LAUNCH ON wulflinc22 THE 2005-09-18 22:15:26 (client local time)
PB2005-SCRIPT v4.0 
MARKUPS: idlaunch=6081 boxname=wulflinc22 idbench=221 idsolver=6 numberseed=0
MD5SUM SOLVER: 
MD5SUM BENCH:  eb47f4c49e66c2bccec3237bb66dd1b2  /oldhome/oroussel/tmp/wulflinc22/normalized-ii32a1.opb
REAL COMMAND:  java -server -Xms650M -Xmx650M -jar /oldhome/oroussel/solvers/sat4jPseudoTer.jar /oldhome/oroussel/tmp/wulflinc22/normalized-ii32a1.opb
IDLAUNCH: 6081
/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 7
model name	: Pentium III (Katmai)
stepping	: 3
cpu MHz		: 451.031
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.031
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:        899108 kB
Buffers:         35004 kB
Cached:          72920 kB
SwapCached:        536 kB
Active:          67856 kB
Inactive:        42604 kB
HighTotal:      131008 kB
HighFree:        56056 kB
LowTotal:       903652 kB
LowFree:        843052 kB
SwapTotal:     2097892 kB
SwapFree:      2096832 kB
Dirty:              40 kB
Writeback:           0 kB
Mapped:           5864 kB
Slab:            19428 kB
Committed_AS:    64132 kB
PageTables:        328 kB
VmallocTotal:   114680 kB
VmallocUsed:      1368 kB
VmallocChunk:   113252 kB
JOB ENDED THE 2005-09-18 22:36:16 (client local time) WITH STATUS 143 IN 1247.58 SECONDS
stats: 6081 0 1247.58 143

Solver Data

c SAT4J: a SATisfiability library for Java (c) 2004-2005 Daniel Le Berre
c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
c version JAVA5.1.1.31
c --- Begin Solver configuration ---
c org.sat4j.minisat.uip.FirstUIP@a20892
c org.sat4j.minisat.constraints.PBMinDataStructure@1e0bc08
c org.sat4j.minisat.learning.MiniSATLearning@158b649
c conflictBoundIncFactor=1.5 learntBoundIncFactor=1.1 initLearntBoundConstraintFactor=0.5 initConflictBound=100 
c VSIDS like heuristics from MiniSAT using a sorted array
c No reason simplification
c --- End Solver configuration ---
c solving /oldhome/oroussel/tmp/wulflinc22/normalized-ii32a1.opb
c reading problem ... done. Time 4.246 ms.
c #vars     918
c #constraints  9671
c SATISFIABLE
c OPTIMIZING...
c CURRENT OPTIMUM=                 444 		Current CPU time: 9.72 ms
c starts		: 10
c conflicts		: 4164
c decisions		: 9171
c propagations		: 724580
c inspects		: 6656546
c learnt literals	: 0
c learnt binary clauses	: 63
c learnt ternary clauses	: 17
c learnt clauses	: 4164
c root simplifications	: 21
c removed literals (reason simplification)	: 0
c reason swapping (by a shorter reason)	: 0
c Calls to reduceDB	: 0
c speed (decisions/second)	: 7.401578616047649
c non guided choices	1488
c random choices	0
s SATISFIABLE
v x1 -x2 x3 -x4 -x5 x6 x7 -x8 x9 -x10 x11 -x12 x13 -x14 x15 -x16 x17 -x18 -x19 x20 x21 -x22 x23 -x24 x25 -x26 x27 -x28 x29 -x30 x31 -x32 x33 -x34 x35 -x36 x37 -x38 x39 -x40 x41 -x42 x43 -x44 x45 -x46 x47 -x48 x49 -x50 x51 -x52 x53 -x54 x55 -x56 x57 -x58 x59 -x60 x61 -x62 x63 -x64 x65 -x66 x67 -x68 x69 -x70 x71 -x72 x73 -x74 x75 -x76 x77 -x78 x79 -x80 x81 -x82 x83 -x84 x85 -x86 x87 -x88 x89 -x90 x91 -x92 x93 -x94 x95 -x96 x97 -x98 x99 -x100 x101 -x102 x103 -x104 x105 -x106 x107 -x108 x109 -x110 x111 -x112 x113 -x114 x115 -x116 x117 -x118 x119 -x120 x121 -x122 x123 -x124 -x125 x126 x127 -x128 -x129 x130 x131 -x132 x133 -x134 x135 -x136 x137 -x138 x139 -x140 x141 -x142 x143 -x144 x145 -x146 x147 -x148 x149 -x150 x151 -x152 x153 -x154 x155 -x156 x157 -x158 x159 -x160 x161 -x162 x163 -x164 x165 -x166 x167 -x168 x169 -x170 x171 -x172 x173 -x174 -x175 x176 x177 -x178 x179 -x180 x181 -x182 x183 -x184 x185 -x186 x187 -x188 x189 -x190 x191 -x192 x193 -x194 x195 -x196 x197 -x198 x199 -x200 x201 -x202 x203 -x204 x205 -x206 x207 -x208 x209 -x210 x211 -x212 x213 -x214 x215 -x216 x217 -x218 x219 -x220 x221 -x222 x223 -x224 x225 -x226 x227 -x228 x229 -x230 x231 -x232 x233 -x234 x235 -x236 x237 -x238 x239 -x240 x241 -x242 x243 -x244 x245 -x246 x247 -x248 x249 -x250 x251 -x252 x253 -x254 x255 -x256 x257 -x258 x259 -x260 x261 -x262 x263 -x264 x265 -x266 x267 -x268 x269 -x270 x271 -x272 x273 -x274 x275 -x276 x277 -x278 x279 -x280 x281 -x282 x283 -x284 x285 -x286 x287 -x288 x289 -x290 x291 -x292 x293 -x294 x295 -x296 x297 -x298 x299 -x300 x301 -x302 x303 -x304 x305 -x306 x307 -x308 x309 -x310 x311 -x312 x313 -x314 x315 -x316 x317 -x318 x319 -x320 x321 -x322 x323 -x324 x325 -x326 x327 -x328 -x329 x330 x331 -x332 x333 -x334 x335 -x336 x337 -x338 x339 -x340 x341 -x342 x343 -x344 x345 -x346 -x347 x348 x349 -x350 x351 -x352 x353 -x354 x355 -x356 -x357 x358 x359 -x360 x361 -x362 x363 -x364 x365 -x366 x367 -x368 x369 -x370 x371 -x372 x373 -x374 x375 -x376 x377 -x378 x379 -x380 x381 -x382 x383 -x384 -x385 x386 x387 -x388 -x389 x390 x391 -x392 -x393 x394 -x395 x396 -x397 x398 x399 -x400 -x401 x402 -x403 x404 x405 -x406 -x407 x408 x409 -x410 -x411 x412 -x413 x414 x415 -x416 -x417 -x418 -x419 x420 -x421 x422 x423 -x424 -x425 x426 -x427 x428 x429 -x430 -x431 x432 -x433 x434 -x435 x436 x437 -x438 -x439 x440 x441 -x442 -x443 x444 -x445 x446 x447 -x448 -x449 x450 -x451 x452 x453 -x454 -x455 x456 -x457 x458 x459 -x460 -x461 x462 -x463 x464 x465 -x466 -x467 x468 x469 -x470 -x471 x472 -x473 x474 -x475 x476 x477 -x478 -x479 x480 -x481 x482 -x483 x484 x485 -x486 -x487 x488 x489 -x490 -x491 x492 -x493 x494 -x495 x496 x497 -x498 -x499 x500 -x501 x502 x503 -x504 -x505 x506 x507 -x508 -x509 x510 -x511 x512 x513 -x514 -x515 x516 x517 -x518 -x519 x520 -x521 x522 -x523 x524 x525 -x526 -x527 x528 x529 -x530 -x531 x532 -x533 x534 -x535 -x536 -x537 -x538 x539 -x540 x541 -x542 -x543 x544 -x545 x546 -x547 x548 x549 -x550 -x551 x552 -x553 x554 x555 -x556 -x557 x558 -x559 x560 -x561 x562 x563 -x564 x565 -x566 -x567 x568 -x569 x570 -x571 -x572 x573 -x574 -x575 x576 -x577 x578 -x579 x580 x581 -x582 x583 -x584 -x585 x586 -x587 x588 -x589 x590 -x591 x592 x593 -x594 -x595 x596 x597 -x598 -x599 x600 -x601 x602 -x603 -x604 x605 -x606 -x607 x608 -x609 -x610 x611 -x612 -x613 x614 x615 -x616 -x617 x618 -x619 x620 x621 -x622 -x623 x624 -x625 -x626 -x627 -x628 x629 -x630 -x631 x632 -x633 -x634 x635 -x636 x637 -x638 -x639 x640 -x641 x642 x643 -x644 -x645 x646 -x647 x648 -x649 x650 -x651 x652 x653 -x654 -x655 -x656 x657 -x658 -x659 x660 -x661 x662 -x663 x664 x665 -x666 -x667 x668 x669 -x670 -x671 x672 -x673 x674 -x675 x676 x677 -x678 x679 -x680 -x681 x682 -x683 x684 -x685 x686 x687 -x688 -x689 x690 -x691 x692 x693 -x694 -x695 x696 -x697 x698 x699 -x700 -x701 x702 -x703 x704 x705 -x706 -x707 x708 x709 -x710 -x711 x712 -x713 x714 -x715 x716 -x717 x718 x719 -x720 -x721 x722 x723 -x724 -x725 x726 x727 -x728 -x729 x730 -x731 x732 x733 -x734 -x735 x736 -x737 x738 -x739 x740 x741 -x742 -x743 x744 -x745 x746 x747 -x748 -x749 x750 -x751 x752 -x753 x754 x755 -x756 x757 -x758 -x759 x760 -x761 x762 -x763 x764 x765 -x766 -x767 x768 -x769 x770 x771 -x772 -x773 x774 x775 -x776 -x777 x778 -x779 x780 -x781 -x782 x783 -x784 -x785 x786 -x787 x788 x789 -x790 -x791 x792 -x793 x794 -x795 -x796 x797 -x798 -x799 x800 -x801 x802 x803 -x804 x805 -x806 -x807 x808 -x809 x810 -x811 x812 x813 -x814 -x815 x816 -x817 x818 -x819 x820 x821 -x822 -x823 x824 -x825 x826 x827 -x828 -x829 -x830 x831 -x832 -x833 x834 -x835 x836 -x837 x838 x839 -x840 -x841 x842 x843 -x844 -x845 x846 -x847 x848 x849 -x850 -x851 x852 -x853 x854 -x855 x856 x857 -x858 -x859 x860 -x861 x862 x863 -x864 -x865 x866 -x867 x868 x869 -x870 -x871 x872 x873 -x874 -x875 x876 -x877 x878 -x879 -x880 x881 -x882 -x883 x884 -x885 x886 x887 -x888 -x889 -x890 x891 -x892 -x893 x894 -x895 x896 -x897 x898 x899 -x900 -x901 x902 x903 -x904 -x905 x906 -x907 x908 x909 -x910 -x911 x912 -x913 x914 -x915 x916 x917 -x918 
c objective function=444
c Total CPU time (ms) : 1248.859

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/3290/stat): 3290 (java) R 3289 3290 21452 0 -1 0 19 0 0 0 0 0 0 0 23 0 1 0 1844779111 159744 3 4294967295 134512640 134569956 3221224480 3221224480 1073744960 0 0 5 0 0 0 0 17 1 0 0
Raw data (/proc/3290/statm): 39 3 38 16 0 23 0
[pid=3290] vsize: 156
open syscall for file /etc/ld.so.preload
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/tls/i686/mmx/libpthread.so.0
open syscall for file /oldhome/oroussel/lib/tls/i686/libpthread.so.0
open syscall for file /oldhome/oroussel/lib/tls/mmx/libpthread.so.0
open syscall for file /oldhome/oroussel/lib/tls/libpthread.so.0
open syscall for file /oldhome/oroussel/lib/i686/mmx/libpthread.so.0
open syscall for file /oldhome/oroussel/lib/i686/libpthread.so.0
open syscall for file /oldhome/oroussel/lib/mmx/libpthread.so.0
open syscall for file /oldhome/oroussel/lib/libpthread.so.0
open syscall for file /etc/ld.so.cache
open syscall for file /lib/tls/libpthread.so.0
open syscall for file tls/i686/mmx/libdl.so.2
open syscall for file tls/i686/libdl.so.2
open syscall for file tls/mmx/libdl.so.2
open syscall for file tls/libdl.so.2
open syscall for file i686/mmx/libdl.so.2
open syscall for file i686/libdl.so.2
open syscall for file mmx/libdl.so.2
open syscall for file libdl.so.2
open syscall for file /oldhome/oroussel/lib/libdl.so.2
open syscall for file /lib/libdl.so.2
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 /oldhome/oroussel/solvers/sat4jPseudoTer.jar
open syscall for file /oldhome/oroussel/jre1.5.0_05/lib/i386/jvm.cfg
execve syscall for /oldhome/oroussel/jre1.5.0_05/bin/java executable
open syscall for file /etc/ld.so.preload
open syscall for file /oldhome/oroussel/jre1.5.0_05/lib/i386/server/tls/i686/mmx/libpthread.so.0
open syscall for file /oldhome/oroussel/jre1.5.0_05/lib/i386/server/tls/i686/libpthread.so.0
open syscall for file /oldhome/oroussel/jre1.5.0_05/lib/i386/server/tls/mmx/libpthread.so.0
open syscall for file /oldhome/oroussel/jre1.5.0_05/lib/i386/server/tls/libpthread.so.0
open syscall for file /oldhome/oroussel/jre1.5.0_05/lib/i386/server/i686/mmx/libpthread.so.0
open syscall for file /oldhome/oroussel/jre1.5.0_05/lib/i386/server/i686/libpthread.so.0
open syscall for file /oldhome/oroussel/jre1.5.0_05/lib/i386/server/mmx/libpthread.so.0
open syscall for file /oldhome/oroussel/jre1.5.0_05/lib/i386/server/libpthread.so.0
open syscall for file /oldhome/oroussel/jre1.5.0_05/lib/i386/tls/i686/mmx/libpthread.so.0
open syscall for file /oldhome/oroussel/jre1.5.0_05/lib/i386/tls/i686/libpthread.so.0
open syscall for file /oldhome/oroussel/jre1.5.0_05/lib/i386/tls/mmx/libpthread.so.0
open syscall for file /oldhome/oroussel/jre1.5.0_05/lib/i386/tls/libpthread.so.0
open syscall for file /oldhome/oroussel/jre1.5.0_05/lib/i386/i686/mmx/libpthread.so.0
open syscall for file /oldhome/oroussel/jre1.5.0_05/lib/i386/i686/libpthread.so.0
open syscall for file /oldhome/oroussel/jre1.5.0_05/lib/i386/mmx/libpthread.so.0
open syscall for file /oldhome/oroussel/jre1.5.0_05/lib/i386/libpthread.so.0
open syscall for file /oldhome/oroussel/jre1.5.0_05/../lib/i386/tls/i686/mmx/libpthread.so.0
open syscall for file /oldhome/oroussel/jre1.5.0_05/../lib/i386/tls/i686/libpthread.so.0
open syscall for file /oldhome/oroussel/jre1.5.0_05/../lib/i386/tls/mmx/libpthread.so.0
open syscall for file /oldhome/oroussel/jre1.5.0_05/../lib/i386/tls/libpthread.so.0
open syscall for file /oldhome/oroussel/jre1.5.0_05/../lib/i386/i686/mmx/libpthread.so.0
open syscall for file /oldhome/oroussel/jre1.5.0_05/../lib/i386/i686/libpthread.so.0
open syscall for file /oldhome/oroussel/jre1.5.0_05/../lib/i386/mmx/libpthread.so.0
open syscall for file /oldhome/oroussel/jre1.5.0_05/../lib/i386/libpthread.so.0
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/tls/i686/mmx/libpthread.so.0
open syscall for file /oldhome/oroussel/lib/tls/i686/libpthread.so.0
open syscall for file /oldhome/oroussel/lib/tls/mmx/libpthread.so.0
open syscall for file /oldhome/oroussel/lib/tls/libpthread.so.0
open syscall for file /oldhome/oroussel/lib/i686/mmx/libpthread.so.0
open syscall for file /oldhome/oroussel/lib/i686/libpthread.so.0
open syscall for file /oldhome/oroussel/lib/mmx/libpthread.so.0
open syscall for file /oldhome/oroussel/lib/libpthread.so.0
open syscall for file /etc/ld.so.cache
open syscall for file /lib/tls/libpthread.so.0
open syscall for file /oldhome/oroussel/jre1.5.0_05/lib/i386/server/libdl.so.2
open syscall for file /oldhome/oroussel/jre1.5.0_05/lib/i386/libdl.so.2
open syscall for file tls/i686/mmx/libdl.so.2
open syscall for file tls/i686/libdl.so.2
open syscall for file tls/mmx/libdl.so.2
open syscall for file tls/libdl.so.2
open syscall for file i686/mmx/libdl.so.2
open syscall for file i686/libdl.so.2
open syscall for file mmx/libdl.so.2
open syscall for file libdl.so.2
open syscall for file /oldhome/oroussel/lib/libdl.so.2
open syscall for file /lib/libdl.so.2
open syscall for file /oldhome/oroussel/jre1.5.0_05/lib/i386/server/libc.so.6
open syscall for file /oldhome/oroussel/jre1.5.0_05/lib/i386/libc.so.6
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 /oldhome/oroussel/solvers/sat4jPseudoTer.jar
open syscall for file /oldhome/oroussel/jre1.5.0_05/lib/i386/jvm.cfg
open syscall for file /oldhome/oroussel/jre1.5.0_05/lib/i386/server/libjvm.so
open syscall for file /oldhome/oroussel/jre1.5.0_05/lib/i386/server/libm.so.6
open syscall for file /oldhome/oroussel/jre1.5.0_05/lib/i386/libm.so.6
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 /etc/ld.so.cache
open syscall for file /lib/tls/libm.so.6
open syscall for file /etc/mtab
open syscall for file /proc/stat
open syscall for file /etc/mtab
open syscall for file /proc/meminfo
open syscall for file .hotspotrc
open syscall for file /oldhome/oroussel/jre1.5.0_05/lib/endorsed
open syscall for file /etc/mtab
open syscall for file /proc/stat
open syscall for file /proc/self/maps
open syscall for file /oldhome/oroussel/jre1.5.0_05/lib/i386/native_threads/libhpi.so
open syscall for file /oldhome/oroussel/jre1.5.0_05/lib/i386/server/libnsl.so.1
open syscall for file /oldhome/oroussel/jre1.5.0_05/lib/i386/libnsl.so.1
open syscall for file tls/i686/mmx/libnsl.so.1
open syscall for file tls/i686/libnsl.so.1
open syscall for file tls/mmx/libnsl.so.1
open syscall for file tls/libnsl.so.1
open syscall for file i686/mmx/libnsl.so.1
open syscall for file i686/libnsl.so.1
open syscall for file mmx/libnsl.so.1
open syscall for file libnsl.so.1
open syscall for file /oldhome/oroussel/lib/libnsl.so.1
open syscall for file /etc/ld.so.cache
open syscall for file /lib/libnsl.so.1
socket syscall socket(PF_UNIX,SOCK_STREAM,0)=4
socket syscall connect(4,{sa_family=AF_UNIX,path=/var/run/.nscd_socket},110)
open syscall for file /tmp/hsperfdata_oroussel
open syscall for file /tmp/hsperfdata_oroussel/3290
open syscall for file /oldhome/oroussel/jre1.5.0_05/lib/i386/libverify.so
open syscall for file /oldhome/oroussel/jre1.5.0_05/lib/i386/libjava.so
open syscall for file /oldhome/oroussel/jre1.5.0_05/lib/i386/libzip.so
open syscall for file /oldhome/oroussel/jre1.5.0_05/lib/rt.jar
open syscall for file /oldhome/oroussel/jre1.5.0_05/lib/jsse.jar
open syscall for file /oldhome/oroussel/jre1.5.0_05/lib/jce.jar
open syscall for file /oldhome/oroussel/jre1.5.0_05/lib/charsets.jar
open syscall for file /oldhome/oroussel/jre1.5.0_05/lib/i386/server/classes.jsa
open syscall for file .hotspot_compiler
New thread pid=3291
New thread pid=3292
New thread pid=3293
socket syscall socket(PF_UNIX,SOCK_STREAM,0)=4
socket syscall connect(4,{sa_family=AF_UNIX,path=/var/run/.nscd_socket},110)
open syscall for file /etc/localtime
open syscall for file /oldhome/oroussel/jre1.5.0_05/lib/ext
New thread pid=3294
New thread pid=3295
New thread pid=3296
New thread pid=3297
New thread pid=3298
New thread pid=3299
open syscall for file /oldhome/oroussel/solvers/sat4jPseudoTer.jar
open syscall for file /oldhome/oroussel/jre1.5.0_05/lib/ext/sunjce_provider.jar
open syscall for file /oldhome/oroussel/jre1.5.0_05/lib/ext/sunpkcs11.jar
open syscall for file /oldhome/oroussel/jre1.5.0_05/lib/ext/dnsns.jar
open syscall for file /oldhome/oroussel/jre1.5.0_05/lib/ext/localedata.jar
open syscall for file /oldhome/oroussel/jre1.5.0_05/lib/security/java.security
open syscall for file /dev/random
open syscall for file /dev/urandom
open syscall for file /oldhome/oroussel/tmp/wulflinc22/normalized-ii32a1.opb
New thread pid=3300

[startup+10.0014 s]
Raw data (loadavg): 0.96 0.94 0.90 2/66 3300
Raw data (/proc/3290/stat): 3290 (java) R 3289 3290 21452 0 -1 0 18142 0 1 0 796 49 0 0 18 0 11 0 1844779111 856756224 20495 4294967295 134512640 134569956 3221224352 3221214680 1131484299 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/3290/statm): 209169 20495 13129 16 0 209153 0
[pid=3290] vsize: 836676
Current children cumulated CPU time (s) 8.45
Current children cumulated vsize (Kb) 836676
One traced child (pid=3300) exited with status: 0
New thread pid=3301

[startup+20.0021 s]
Raw data (loadavg): 0.96 0.94 0.90 2/66 3301
Raw data (/proc/3290/stat): 3290 (java) R 3289 3290 21452 0 -1 0 18198 4 1 0 1740 49 0 0 18 0 11 0 1844779111 856014848 21985 4294967295 134512640 134569956 3221224352 3221214680 1131484259 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/3290/statm): 208988 21985 13129 16 0 208972 0
[pid=3290] vsize: 835952
Current children cumulated CPU time (s) 17.89
Current children cumulated vsize (Kb) 835952

[startup+30.0018 s]
Raw data (loadavg): 0.97 0.94 0.90 2/66 3301
Raw data (/proc/3290/stat): 3290 (java) R 3289 3290 21452 0 -1 0 18206 4 1 0 2698 50 0 0 25 0 11 0 1844779111 856014848 22286 4294967295 134512640 134569956 3221224352 3221214680 1131484709 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/3290/statm): 208988 22286 13129 16 0 208972 0
[pid=3290] vsize: 835952
Current children cumulated CPU time (s) 27.48
Current children cumulated vsize (Kb) 835952

[startup+40.0025 s]
Raw data (loadavg): 0.97 0.94 0.90 2/66 3301
Raw data (/proc/3290/stat): 3290 (java) R 3289 3290 21452 0 -1 0 18212 4 1 0 3655 50 0 0 25 0 11 0 1844779111 856014848 22305 4294967295 134512640 134569956 3221224352 3221214768 1131518181 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/3290/statm): 208988 22305 13129 16 0 208972 0
[pid=3290] vsize: 835952
Current children cumulated CPU time (s) 37.05
Current children cumulated vsize (Kb) 835952

[startup+50.0032 s]
Raw data (loadavg): 0.98 0.94 0.90 2/66 3301
Raw data (/proc/3290/stat): 3290 (java) R 3289 3290 21452 0 -1 0 18221 4 1 0 4601 50 0 0 25 0 11 0 1844779111 856014848 22328 4294967295 134512640 134569956 3221224352 3221214640 1131356980 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/3290/statm): 208988 22328 13129 16 0 208972 0
[pid=3290] vsize: 835952
Current children cumulated CPU time (s) 46.51
Current children cumulated vsize (Kb) 835952

[startup+60.0029 s]
Raw data (loadavg): 0.98 0.94 0.90 2/66 3301
Raw data (/proc/3290/stat): 3290 (java) R 3289 3290 21452 0 -1 0 18229 4 1 0 5545 50 0 0 25 0 11 0 1844779111 856014848 22398 4294967295 134512640 134569956 3221224352 3221214680 1131484709 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/3290/statm): 208988 22398 13129 16 0 208972 0
[pid=3290] vsize: 835952
Current children cumulated CPU time (s) 55.95
Current children cumulated vsize (Kb) 835952

[startup+70.0036 s]
Raw data (loadavg): 0.98 0.94 0.91 2/66 3301
Raw data (/proc/3290/stat): 3290 (java) R 3289 3290 21452 0 -1 0 18236 4 1 0 6496 51 0 0 22 0 11 0 1844779111 856014848 22535 4294967295 134512640 134569956 3221224352 3221214752 1131327171 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/3290/statm): 208988 22535 13129 16 0 208972 0
[pid=3290] vsize: 835952
Current children cumulated CPU time (s) 65.47
Current children cumulated vsize (Kb) 835952

[startup+80.0043 s]
Raw data (loadavg): 0.98 0.95 0.91 2/66 3301
Raw data (/proc/3290/stat): 3290 (java) R 3289 3290 21452 0 -1 0 18244 4 1 0 7463 51 0 0 25 0 11 0 1844779111 856014848 22784 4294967295 134512640 134569956 3221224352 3221214632 1131364052 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/3290/statm): 208988 22784 13129 16 0 208972 0
[pid=3290] vsize: 835952
Current children cumulated CPU time (s) 75.14
Current children cumulated vsize (Kb) 835952

[startup+90.005 s]
Raw data (loadavg): 0.99 0.95 0.91 2/66 3301
Raw data (/proc/3290/stat): 3290 (java) R 3289 3290 21452 0 -1 0 18252 4 1 0 8437 52 0 0 23 0 11 0 1844779111 856014848 22831 4294967295 134512640 134569956 3221224352 3221214680 1131484358 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/3290/statm): 208988 22831 13129 16 0 208972 0
[pid=3290] vsize: 835952
Current children cumulated CPU time (s) 84.89
Current children cumulated vsize (Kb) 835952

[startup+100.006 s]
Raw data (loadavg): 0.99 0.95 0.91 2/66 3301
Raw data (/proc/3290/stat): 3290 (java) R 3289 3290 21452 0 -1 0 18260 4 1 0 9408 52 0 0 16 0 11 0 1844779111 856014848 22855 4294967295 134512640 134569956 3221224352 3221214680 1131537778 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/3290/statm): 208988 22855 13129 16 0 208972 0
[pid=3290] vsize: 835952
Current children cumulated CPU time (s) 94.6
Current children cumulated vsize (Kb) 835952

[startup+110.006 s]
Raw data (loadavg): 0.99 0.95 0.91 2/66 3301
Raw data (/proc/3290/stat): 3290 (java) R 3289 3290 21452 0 -1 0 18266 4 1 0 10384 52 0 0 25 0 11 0 1844779111 856014848 22868 4294967295 134512640 134569956 3221224352 3221214640 1131357057 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/3290/statm): 208988 22868 13129 16 0 208972 0
[pid=3290] vsize: 835952
Current children cumulated CPU time (s) 104.36
Current children cumulated vsize (Kb) 835952

[startup+120.007 s]
Raw data (loadavg): 0.99 0.95 0.91 2/66 3301
Raw data (/proc/3290/stat): 3290 (java) R 3289 3290 21452 0 -1 0 18273 4 1 0 11356 53 0 0 25 0 11 0 1844779111 856014848 22881 4294967295 134512640 134569956 3221224352 3221214748 1131356960 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/3290/statm): 208988 22881 13129 16 0 208972 0
[pid=3290] vsize: 835952
Current children cumulated CPU time (s) 114.09
Current children cumulated vsize (Kb) 835952

[startup+130.007 s]
Raw data (loadavg): 0.99 0.95 0.91 2/66 3301
Raw data (/proc/3290/stat): 3290 (java) R 3289 3290 21452 0 -1 0 18281 4 1 0 12324 53 0 0 25 0 11 0 1844779111 856014848 22894 4294967295 134512640 134569956 3221224352 3221214680 1131483896 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/3290/statm): 208988 22894 13129 16 0 208972 0
[pid=3290] vsize: 835952
Current children cumulated CPU time (s) 123.77
Current children cumulated vsize (Kb) 835952

[startup+140.009 s]
Raw data (loadavg): 0.99 0.95 0.91 2/66 3301
Raw data (/proc/3290/stat): 3290 (java) R 3289 3290 21452 0 -1 0 18288 4 1 0 13296 54 0 0 25 0 11 0 1844779111 856014848 22927 4294967295 134512640 134569956 3221224352 3221214680 1131484222 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/3290/statm): 208988 22927 13129 16 0 208972 0
[pid=3290] vsize: 835952
Current children cumulated CPU time (s) 133.5
Current children cumulated vsize (Kb) 835952

[startup+150.009 s]
Raw data (loadavg): 0.99 0.95 0.91 2/66 3301
Raw data (/proc/3290/stat): 3290 (java) R 3289 3290 21452 0 -1 0 18296 4 1 0 14267 54 0 0 24 0 11 0 1844779111 856014848 22961 4294967295 134512640 134569956 3221224352 3221214680 1131484242 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/3290/statm): 208988 22961 13129 16 0 208972 0
[pid=3290] vsize: 835952
Current children cumulated CPU time (s) 143.21
Current children cumulated vsize (Kb) 835952

[startup+160.009 s]
Raw data (loadavg): 0.99 0.95 0.91 2/66 3301
Raw data (/proc/3290/stat): 3290 (java) R 3289 3290 21452 0 -1 0 18304 4 1 0 15237 55 0 0 20 0 11 0 1844779111 856014848 22995 4294967295 134512640 134569956 3221224352 3221214840 1131562586 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/3290/statm): 208988 22995 13129 16 0 208972 0
[pid=3290] vsize: 835952
Current children cumulated CPU time (s) 152.92
Current children cumulated vsize (Kb) 835952

[startup+170.01 s]
Raw data (loadavg): 0.99 0.95 0.91 2/66 3301
Raw data (/proc/3290/stat): 3290 (java) R 3289 3290 21452 0 -1 0 18311 4 1 0 16209 55 0 0 25 0 11 0 1844779111 856014848 23003 4294967295 134512640 134569956 3221224352 3221214680 1131484383 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/3290/statm): 208988 23003 13129 16 0 208972 0
[pid=3290] vsize: 835952
Current children cumulated CPU time (s) 162.64
Current children cumulated vsize (Kb) 835952

[startup+180.01 s]
Raw data (loadavg): 0.99 0.96 0.91 2/66 3301
Raw data (/proc/3290/stat): 3290 (java) R 3289 3290 21452 0 -1 0 18319 4 1 0 17177 55 0 0 23 0 11 0 1844779111 856014848 23012 4294967295 134512640 134569956 3221224352 3221214768 1131518360 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/3290/statm): 208988 23012 13129 16 0 208972 0
[pid=3290] vsize: 835952
Current children cumulated CPU time (s) 172.32
Current children cumulated vsize (Kb) 835952

[startup+190.011 s]
Raw data (loadavg): 0.99 0.96 0.91 2/66 3301
Raw data (/proc/3290/stat): 3290 (java) R 3289 3290 21452 0 -1 0 18327 4 1 0 18144 55 0 0 23 0 11 0 1844779111 856014848 23032 4294967295 134512640 134569956 3221224352 3221214752 1131327203 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/3290/statm): 208988 23032 13129 16 0 208972 0
[pid=3290] vsize: 835952
Current children cumulated CPU time (s) 181.99
Current children cumulated vsize (Kb) 835952

[startup+200.012 s]
Raw data (loadavg): 0.99 0.96 0.91 2/66 3301
Raw data (/proc/3290/stat): 3290 (java) R 3289 3290 21452 0 -1 0 18335 4 1 0 19113 56 0 0 25 0 11 0 1844779111 856014848 23097 4294967295 134512640 134569956 3221224352 3221214680 1131484763 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/3290/statm): 208988 23097 13129 16 0 208972 0
[pid=3290] vsize: 835952
Current children cumulated CPU time (s) 191.69
Current children cumulated vsize (Kb) 835952

[startup+210.011 s]
Raw data (loadavg): 0.99 0.96 0.91 2/66 3301
Raw data (/proc/3290/stat): 3290 (java) R 3289 3290 21452 0 -1 0 18343 4 1 0 20085 56 0 0 23 0 11 0 1844779111 856014848 23113 4294967295 134512640 134569956 3221224352 3221214752 1131327171 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/3290/statm): 208988 23113 13129 16 0 208972 0
[pid=3290] vsize: 835952
Current children cumulated CPU time (s) 201.41
Current children cumulated vsize (Kb) 835952

[startup+220.012 s]
Raw data (loadavg): 0.99 0.96 0.91 2/66 3301
Raw data (/proc/3290/stat): 3290 (java) R 3289 3290 21452 0 -1 0 18351 4 1 0 21054 56 0 0 25 0 11 0 1844779111 856014848 23127 4294967295 134512640 134569956 3221224352 3221214752 1131327171 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/3290/statm): 208988 23127 13129 16 0 208972 0
[pid=3290] vsize: 835952
Current children cumulated CPU time (s) 211.1
Current children cumulated vsize (Kb) 835952

[startup+230.013 s]
Raw data (loadavg): 0.99 0.96 0.91 2/66 3301
Raw data (/proc/3290/stat): 3290 (java) R 3289 3290 21452 0 -1 0 18359 4 1 0 22024 57 0 0 24 0 11 0 1844779111 856014848 23151 4294967295 134512640 134569956 3221224352 3221214680 1131483865 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/3290/statm): 208988 23151 13129 16 0 208972 0
[pid=3290] vsize: 835952
Current children cumulated CPU time (s) 220.81
Current children cumulated vsize (Kb) 835952

[startup+240.014 s]
Raw data (loadavg): 0.99 0.96 0.91 2/66 3301
Raw data (/proc/3290/stat): 3290 (java) R 3289 3290 21452 0 -1 0 18366 4 1 0 22997 57 0 0 18 0 11 0 1844779111 856014848 23166 4294967295 134512640 134569956 3221224352 3221214768 1131518601 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/3290/statm): 208988 23166 13129 16 0 208972 0
[pid=3290] vsize: 835952
Current children cumulated CPU time (s) 230.54
Current children cumulated vsize (Kb) 835952

[startup+250.014 s]
Raw data (loadavg): 0.99 0.96 0.91 2/66 3301
Raw data (/proc/3290/stat): 3290 (java) R 3289 3290 21452 0 -1 0 18374 4 1 0 23968 57 0 0 25 0 11 0 1844779111 856014848 23210 4294967295 134512640 134569956 3221224352 3221214748 1131356960 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/3290/statm): 208988 23210 13129 16 0 208972 0
[pid=3290] vsize: 835952
Current children cumulated CPU time (s) 240.25
Current children cumulated vsize (Kb) 835952

[startup+260.015 s]
Raw data (loadavg): 0.99 0.96 0.91 2/66 3301
Raw data (/proc/3290/stat): 3290 (java) R 3289 3290 21452 0 -1 0 18382 4 1 0 24940 57 0 0 25 0 11 0 1844779111 856014848 23223 4294967295 134512640 134569956 3221224352 3221214752 1131327171 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/3290/statm): 208988 23223 13129 16 0 208972 0
[pid=3290] vsize: 835952
Current children cumulated CPU time (s) 249.97
Current children cumulated vsize (Kb) 835952

[startup+270.016 s]
Raw data (loadavg): 0.99 0.96 0.91 2/66 3301
Raw data (/proc/3290/stat): 3290 (java) R 3289 3290 21452 0 -1 0 18390 4 1 0 25911 58 0 0 17 0 11 0 1844779111 856014848 23243 4294967295 134512640 134569956 3221224352 3221214680 1131484259 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/3290/statm): 208988 23243 13129 16 0 208972 0
[pid=3290] vsize: 835952
Current children cumulated CPU time (s) 259.69
Current children cumulated vsize (Kb) 835952

[startup+280.015 s]
Raw data (loadavg): 0.99 0.97 0.91 2/66 3301
Raw data (/proc/3290/stat): 3290 (java) R 3289 3290 21452 0 -1 0 18398 4 1 0 26882 58 0 0 17 0 11 0 1844779111 856014848 23258 4294967295 134512640 134569956 3221224352 3221214676 1131363040 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/3290/statm): 208988 23258 13129 16 0 208972 0
[pid=3290] vsize: 835952
Current children cumulated CPU time (s) 269.4
Current children cumulated vsize (Kb) 835952

[startup+290.017 s]
Raw data (loadavg): 0.99 0.97 0.91 2/66 3301
Raw data (/proc/3290/stat): 3290 (java) R 3289 3290 21452 0 -1 0 18405 4 1 0 27857 58 0 0 25 0 11 0 1844779111 856014848 23269 4294967295 134512640 134569956 3221224352 3221214680 1131484245 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/3290/statm): 208988 23269 13129 16 0 208972 0
[pid=3290] vsize: 835952
Current children cumulated CPU time (s) 279.15
Current children cumulated vsize (Kb) 835952

[startup+300.017 s]
Raw data (loadavg): 0.99 0.97 0.91 2/66 3301
Raw data (/proc/3290/stat): 3290 (java) R 3289 3290 21452 0 -1 0 18413 4 1 0 28828 59 0 0 20 0 11 0 1844779111 856014848 23287 4294967295 134512640 134569956 3221224352 3221214680 1131484299 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/3290/statm): 208988 23287 13129 16 0 208972 0
[pid=3290] vsize: 835952
Current children cumulated CPU time (s) 288.87
Current children cumulated vsize (Kb) 835952

[startup+310.017 s]
Raw data (loadavg): 0.99 0.97 0.91 2/66 3301
Raw data (/proc/3290/stat): 3290 (java) R 3289 3290 21452 0 -1 0 18421 4 1 0 29798 59 0 0 25 0 11 0 1844779111 856014848 23308 4294967295 134512640 134569956 3221224352 3221214680 1131484292 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/3290/statm): 208988 23308 13129 16 0 208972 0
[pid=3290] vsize: 835952
Current children cumulated CPU time (s) 298.57
Current children cumulated vsize (Kb) 835952

[startup+320.018 s]
Raw data (loadavg): 0.99 0.97 0.91 2/66 3301
Raw data (/proc/3290/stat): 3290 (java) R 3289 3290 21452 0 -1 0 18429 4 1 0 30765 60 0 0 25 0 11 0 1844779111 856014848 23319 4294967295 134512640 134569956 3221224352 3221214680 1131483941 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/3290/statm): 208988 23319 13129 16 0 208972 0
[pid=3290] vsize: 835952
Current children cumulated CPU time (s) 308.25
Current children cumulated vsize (Kb) 835952

[startup+330.018 s]
Raw data (loadavg): 0.99 0.97 0.91 2/66 3301
Raw data (/proc/3290/stat): 3290 (java) R 3289 3290 21452 0 -1 0 18437 4 1 0 31728 60 0 0 16 0 11 0 1844779111 856014848 23340 4294967295 134512640 134569956 3221224352 3221214680 1131483957 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/3290/statm): 208988 23340 13129 16 0 208972 0
[pid=3290] vsize: 835952
Current children cumulated CPU time (s) 317.88
Current children cumulated vsize (Kb) 835952

[startup+340.019 s]
Raw data (loadavg): 0.99 0.97 0.91 2/66 3301
Raw data (/proc/3290/stat): 3290 (java) R 3289 3290 21452 0 -1 0 18445 4 1 0 32694 61 0 0 16 0 11 0 1844779111 856014848 23355 4294967295 134512640 134569956 3221224352 3221214768 1131518369 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/3290/statm): 208988 23355 13129 16 0 208972 0
[pid=3290] vsize: 835952
Current children cumulated CPU time (s) 327.55
Current children cumulated vsize (Kb) 835952

[startup+350.019 s]
Raw data (loadavg): 0.99 0.97 0.91 2/66 3301
Raw data (/proc/3290/stat): 3290 (java) R 3289 3290 21452 0 -1 0 18452 4 1 0 33661 62 0 0 25 0 11 0 1844779111 856014848 23381 4294967295 134512640 134569956 3221224352 3221214752 1131327171 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/3290/statm): 208988 23381 13129 16 0 208972 0
[pid=3290] vsize: 835952
Current children cumulated CPU time (s) 337.23
Current children cumulated vsize (Kb) 835952

[startup+360.019 s]
Raw data (loadavg): 0.99 0.97 0.91 2/66 3301
Raw data (/proc/3290/stat): 3290 (java) R 3289 3290 21452 0 -1 0 18460 4 1 0 34628 62 0 0 25 0 11 0 1844779111 856014848 23421 4294967295 134512640 134569956 3221224352 3221214752 1131327171 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/3290/statm): 208988 23421 13129 16 0 208972 0
[pid=3290] vsize: 835952
Current children cumulated CPU time (s) 346.9
Current children cumulated vsize (Kb) 835952

[startup+370.02 s]
Raw data (loadavg): 0.99 0.97 0.91 2/66 3301
Raw data (/proc/3290/stat): 3290 (java) R 3289 3290 21452 0 -1 0 18467 4 1 0 35600 62 0 0 24 0 11 0 1844779111 856014848 23464 4294967295 134512640 134569956 3221224352 3221214680 1131484552 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/3290/statm): 208988 23464 13129 16 0 208972 0
[pid=3290] vsize: 835952
Current children cumulated CPU time (s) 356.62
Current children cumulated vsize (Kb) 835952

[startup+380.021 s]
Raw data (loadavg): 0.99 0.97 0.91 2/66 3301
Raw data (/proc/3290/stat): 3290 (java) R 3289 3290 21452 0 -1 0 18475 4 1 0 36569 63 0 0 25 0 11 0 1844779111 856014848 23484 4294967295 134512640 134569956 3221224352 3221214632 1131574836 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/3290/statm): 208988 23484 13129 16 0 208972 0
[pid=3290] vsize: 835952
Current children cumulated CPU time (s) 366.32
Current children cumulated vsize (Kb) 835952

[startup+390.021 s]
Raw data (loadavg): 0.99 0.97 0.91 2/66 3301
Raw data (/proc/3290/stat): 3290 (java) R 3289 3290 21452 0 -1 0 18483 4 1 0 37537 63 0 0 25 0 11 0 1844779111 856014848 23497 4294967295 134512640 134569956 3221224352 3221213840 1077124028 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/3290/statm): 208988 23497 13129 16 0 208972 0
[pid=3290] vsize: 835952
Current children cumulated CPU time (s) 376
Current children cumulated vsize (Kb) 835952

[startup+400.021 s]
Raw data (loadavg): 0.99 0.97 0.91 2/66 3301
Raw data (/proc/3290/stat): 3290 (java) S 3289 3290 21452 0 -1 0 18491 4 1 0 38503 64 0 0 25 0 11 0 1844779111 856014848 23518 4294967295 134512640 134569956 3221224352 3221213280 1073952481 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/3290/statm): 208988 23518 13129 16 0 208972 0
[pid=3290] vsize: 835952
Current children cumulated CPU time (s) 385.67
Current children cumulated vsize (Kb) 835952

[startup+410.021 s]
Raw data (loadavg): 0.99 0.97 0.91 2/66 3301
Raw data (/proc/3290/stat): 3290 (java) R 3289 3290 21452 0 -1 0 18498 4 1 0 39474 64 0 0 22 0 11 0 1844779111 856014848 23538 4294967295 134512640 134569956 3221224352 3221214640 1131357076 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/3290/statm): 208988 23538 13129 16 0 208972 0
[pid=3290] vsize: 835952
Current children cumulated CPU time (s) 395.38
Current children cumulated vsize (Kb) 835952

[startup+420.021 s]
Raw data (loadavg): 0.99 0.97 0.91 2/66 3301
Raw data (/proc/3290/stat): 3290 (java) R 3289 3290 21452 0 -1 0 18506 4 1 0 40442 64 0 0 25 0 11 0 1844779111 856014848 23559 4294967295 134512640 134569956 3221224352 3221214640 1131357562 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/3290/statm): 208988 23559 13129 16 0 208972 0
[pid=3290] vsize: 835952
Current children cumulated CPU time (s) 405.06
Current children cumulated vsize (Kb) 835952

[startup+430.022 s]
Raw data (loadavg): 0.99 0.97 0.91 2/66 3301
Raw data (/proc/3290/stat): 3290 (java) R 3289 3290 21452 0 -1 0 18513 4 1 0 41414 65 0 0 23 0 11 0 1844779111 856014848 23574 4294967295 134512640 134569956 3221224352 3221214752 1131327171 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/3290/statm): 208988 23574 13129 16 0 208972 0
[pid=3290] vsize: 835952
Current children cumulated CPU time (s) 414.79
Current children cumulated vsize (Kb) 835952

[startup+440.024 s]
Raw data (loadavg): 0.99 0.97 0.91 2/66 3301
Raw data (/proc/3290/stat): 3290 (java) R 3289 3290 21452 0 -1 0 18521 4 1 0 42383 65 0 0 25 0 11 0 1844779111 856014848 23600 4294967295 134512640 134569956 3221224352 3221214680 1131484259 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/3290/statm): 208988 23600 13129 16 0 208972 0
[pid=3290] vsize: 835952
Current children cumulated CPU time (s) 424.48
Current children cumulated vsize (Kb) 835952

[startup+450.024 s]
Raw data (loadavg): 0.99 0.97 0.91 2/66 3301
Raw data (/proc/3290/stat): 3290 (java) R 3289 3290 21452 0 -1 0 18529 4 1 0 43353 66 0 0 25 0 11 0 1844779111 856014848 23626 4294967295 134512640 134569956 3221224352 3221214640 1131357003 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/3290/statm): 208988 23626 13129 16 0 208972 0
[pid=3290] vsize: 835952
Current children cumulated CPU time (s) 434.19
Current children cumulated vsize (Kb) 835952

[startup+460.025 s]
Raw data (loadavg): 0.99 0.97 0.91 2/66 3301
Raw data (/proc/3290/stat): 3290 (java) R 3289 3290 21452 0 -1 0 18537 4 1 0 44321 66 0 0 17 0 11 0 1844779111 856014848 23635 4294967295 134512640 134569956 3221224352 3221214680 1131484369 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/3290/statm): 208988 23635 13129 16 0 208972 0
[pid=3290] vsize: 835952
Current children cumulated CPU time (s) 443.87
Current children cumulated vsize (Kb) 835952

[startup+470.026 s]
Raw data (loadavg): 0.99 0.97 0.91 2/66 3301
Raw data (/proc/3290/stat): 3290 (java) R 3289 3290 21452 0 -1 0 18545 4 1 0 45288 66 0 0 16 0 11 0 1844779111 856014848 23656 4294967295 134512640 134569956 3221224352 3221214752 1131327171 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/3290/statm): 208988 23656 13129 16 0 208972 0
[pid=3290] vsize: 835952
Current children cumulated CPU time (s) 453.54
Current children cumulated vsize (Kb) 835952

[startup+480.027 s]
Raw data (loadavg): 0.99 0.97 0.91 2/66 3301
Raw data (/proc/3290/stat): 3290 (java) R 3289 3290 21452 0 -1 0 18552 4 1 0 46258 67 0 0 24 0 11 0 1844779111 856014848 23666 4294967295 134512640 134569956 3221224352 3221214712 1131514188 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/3290/statm): 208988 23666 13129 16 0 208972 0
[pid=3290] vsize: 835952
Current children cumulated CPU time (s) 463.25
Current children cumulated vsize (Kb) 835952

[startup+490.027 s]
Raw data (loadavg): 0.99 0.97 0.91 2/66 3301
Raw data (/proc/3290/stat): 3290 (java) R 3289 3290 21452 0 -1 0 18561 4 1 0 47218 67 0 0 16 0 11 0 1844779111 856014848 23692 4294967295 134512640 134569956 3221224352 3221214648 1131216239 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/3290/statm): 208988 23692 13129 16 0 208972 0
[pid=3290] vsize: 835952
Current children cumulated CPU time (s) 472.85
Current children cumulated vsize (Kb) 835952

[startup+500.029 s]
Raw data (loadavg): 0.99 0.97 0.91 2/66 3301
Raw data (/proc/3290/stat): 3290 (java) R 3289 3290 21452 0 -1 0 18568 4 1 0 48185 68 0 0 18 0 11 0 1844779111 856014848 23734 4294967295 134512640 134569956 3221224352 3221214680 1131484856 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/3290/statm): 208988 23734 13129 16 0 208972 0
[pid=3290] vsize: 835952
Current children cumulated CPU time (s) 482.53
Current children cumulated vsize (Kb) 835952

[startup+510.029 s]
Raw data (loadavg): 0.99 0.97 0.91 2/66 3301
Raw data (/proc/3290/stat): 3290 (java) R 3289 3290 21452 0 -1 0 18576 4 1 0 49147 68 0 0 25 0 11 0 1844779111 856014848 23756 4294967295 134512640 134569956 3221224352 3221214640 1131356980 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/3290/statm): 208988 23756 13129 16 0 208972 0
[pid=3290] vsize: 835952
Current children cumulated CPU time (s) 492.15
Current children cumulated vsize (Kb) 835952

[startup+520.029 s]
Raw data (loadavg): 0.99 0.97 0.91 2/66 3301
Raw data (/proc/3290/stat): 3290 (java) R 3289 3290 21452 0 -1 0 18583 4 1 0 50113 69 0 0 19 0 11 0 1844779111 856014848 23785 4294967295 134512640 134569956 3221224352 3221214632 1131363105 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/3290/statm): 208988 23785 13129 16 0 208972 0
[pid=3290] vsize: 835952
Current children cumulated CPU time (s) 501.82
Current children cumulated vsize (Kb) 835952

[startup+530.03 s]
Raw data (loadavg): 0.99 0.97 0.91 2/66 3301
Raw data (/proc/3290/stat): 3290 (java) R 3289 3290 21452 0 -1 0 18590 4 1 0 51081 69 0 0 24 0 11 0 1844779111 856014848 23806 4294967295 134512640 134569956 3221224352 3221214768 1131518326 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/3290/statm): 208988 23806 13129 16 0 208972 0
[pid=3290] vsize: 835952
Current children cumulated CPU time (s) 511.5
Current children cumulated vsize (Kb) 835952

[startup+540.031 s]
Raw data (loadavg): 0.99 0.97 0.91 2/66 3301
Raw data (/proc/3290/stat): 3290 (java) R 3289 3290 21452 0 -1 0 18598 4 1 0 52046 70 0 0 21 0 11 0 1844779111 856014848 23885 4294967295 134512640 134569956 3221224352 3221214752 1131327171 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/3290/statm): 208988 23885 13129 16 0 208972 0
[pid=3290] vsize: 835952
Current children cumulated CPU time (s) 521.16
Current children cumulated vsize (Kb) 835952

[startup+550.031 s]
Raw data (loadavg): 1.07 0.99 0.91 2/66 3301
Raw data (/proc/3290/stat): 3290 (java) R 3289 3290 21452 0 -1 0 18606 4 1 0 53015 70 0 0 23 0 11 0 1844779111 856014848 23909 4294967295 134512640 134569956 3221224352 3221214680 1131484071 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/3290/statm): 208988 23909 13129 16 0 208972 0
[pid=3290] vsize: 835952
Current children cumulated CPU time (s) 530.85
Current children cumulated vsize (Kb) 835952

[startup+560.032 s]
Raw data (loadavg): 1.06 0.99 0.91 2/66 3301
Raw data (/proc/3290/stat): 3290 (java) R 3289 3290 21452 0 -1 0 18614 4 1 0 53985 71 0 0 20 0 11 0 1844779111 856014848 23932 4294967295 134512640 134569956 3221224352 3221214680 1131484299 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/3290/statm): 208988 23932 13129 16 0 208972 0
[pid=3290] vsize: 835952
Current children cumulated CPU time (s) 540.56
Current children cumulated vsize (Kb) 835952

[startup+570.033 s]
Raw data (loadavg): 1.05 0.99 0.91 2/66 3301
Raw data (/proc/3290/stat): 3290 (java) R 3289 3290 21452 0 -1 0 18622 4 1 0 54953 71 0 0 18 0 11 0 1844779111 856014848 23943 4294967295 134512640 134569956 3221224352 3221214752 1131327208 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/3290/statm): 208988 23943 13129 16 0 208972 0
[pid=3290] vsize: 835952
Current children cumulated CPU time (s) 550.24
Current children cumulated vsize (Kb) 835952

[startup+580.034 s]
Raw data (loadavg): 1.04 0.99 0.91 2/66 3301
Raw data (/proc/3290/stat): 3290 (java) R 3289 3290 21452 0 -1 0 18629 4 1 0 55920 71 0 0 24 0 11 0 1844779111 856014848 23952 4294967295 134512640 134569956 3221224352 3221214752 1131327171 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/3290/statm): 208988 23952 13129 16 0 208972 0
[pid=3290] vsize: 835952
Current children cumulated CPU time (s) 559.91
Current children cumulated vsize (Kb) 835952

[startup+590.034 s]
Raw data (loadavg): 1.04 0.99 0.91 2/66 3301
Raw data (/proc/3290/stat): 3290 (java) R 3289 3290 21452 0 -1 0 18637 4 1 0 56882 71 0 0 25 0 11 0 1844779111 856014848 23967 4294967295 134512640 134569956 3221224352 3221214752 1131327171 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/3290/statm): 208988 23967 13129 16 0 208972 0
[pid=3290] vsize: 835952
Current children cumulated CPU time (s) 569.53
Current children cumulated vsize (Kb) 835952

[startup+600.035 s]
Raw data (loadavg): 1.03 0.99 0.91 2/66 3301
Raw data (/proc/3290/stat): 3290 (java) R 3289 3290 21452 0 -1 0 18645 4 1 0 57843 72 0 0 17 0 11 0 1844779111 856014848 23994 4294967295 134512640 134569956 3221224352 3221214768 1131518544 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/3290/statm): 208988 23994 13129 16 0 208972 0
[pid=3290] vsize: 835952
Current children cumulated CPU time (s) 579.15
Current children cumulated vsize (Kb) 835952

[startup+610.036 s]
Raw data (loadavg): 1.03 0.99 0.91 2/66 3301
Raw data (/proc/3290/stat): 3290 (java) R 3289 3290 21452 0 -1 0 18652 4 1 0 58809 72 0 0 23 0 11 0 1844779111 856014848 24034 4294967295 134512640 134569956 3221224352 3221214640 1131357076 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/3290/statm): 208988 24034 13129 16 0 208972 0
[pid=3290] vsize: 835952
Current children cumulated CPU time (s) 588.81
Current children cumulated vsize (Kb) 835952

[startup+620.036 s]
Raw data (loadavg): 1.02 0.99 0.91 2/66 3301
Raw data (/proc/3290/stat): 3290 (java) R 3289 3290 21452 0 -1 0 18660 4 1 0 59768 73 0 0 18 0 11 0 1844779111 856014848 24084 4294967295 134512640 134569956 3221224352 3221214680 1131484528 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/3290/statm): 208988 24084 13129 16 0 208972 0
[pid=3290] vsize: 835952
Current children cumulated CPU time (s) 598.41
Current children cumulated vsize (Kb) 835952

[startup+630.037 s]
Raw data (loadavg): 1.02 0.99 0.91 2/66 3301
Raw data (/proc/3290/stat): 3290 (java) R 3289 3290 21452 0 -1 0 18667 4 1 0 60730 73 0 0 25 0 11 0 1844779111 856014848 24097 4294967295 134512640 134569956 3221224352 3221214640 1131356980 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/3290/statm): 208988 24097 13129 16 0 208972 0
[pid=3290] vsize: 835952
Current children cumulated CPU time (s) 608.03
Current children cumulated vsize (Kb) 835952

[startup+640.038 s]
Raw data (loadavg): 1.01 0.99 0.91 2/66 3301
Raw data (/proc/3290/stat): 3290 (java) R 3289 3290 21452 0 -1 0 18675 4 1 0 61687 74 0 0 17 0 11 0 1844779111 856014848 24119 4294967295 134512640 134569956 3221224352 3221214680 1131484459 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/3290/statm): 208988 24119 13129 16 0 208972 0
[pid=3290] vsize: 835952
Current children cumulated CPU time (s) 617.61
Current children cumulated vsize (Kb) 835952

[startup+650.038 s]
Raw data (loadavg): 1.01 0.99 0.91 2/66 3301
Raw data (/proc/3290/stat): 3290 (java) R 3289 3290 21452 0 -1 0 18683 4 1 0 62647 74 0 0 18 0 11 0 1844779111 856014848 24175 4294967295 134512640 134569956 3221224352 3221214752 1131327171 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/3290/statm): 208988 24175 13129 16 0 208972 0
[pid=3290] vsize: 835952
Current children cumulated CPU time (s) 627.21
Current children cumulated vsize (Kb) 835952

[startup+660.038 s]
Raw data (loadavg): 1.01 0.99 0.91 2/66 3301
Raw data (/proc/3290/stat): 3290 (java) S 3289 3290 21452 0 -1 0 18690 4 1 0 63611 74 0 0 17 0 11 0 1844779111 856014848 24252 4294967295 134512640 134569956 3221224352 3221213424 1073943035 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/3290/statm): 208988 24252 13129 16 0 208972 0
[pid=3290] vsize: 835952
Current children cumulated CPU time (s) 636.85
Current children cumulated vsize (Kb) 835952

[startup+670.04 s]
Raw data (loadavg): 1.01 0.99 0.91 2/66 3301
Raw data (/proc/3290/stat): 3290 (java) R 3289 3290 21452 0 -1 0 18698 4 1 0 64577 75 0 0 19 0 11 0 1844779111 856014848 24277 4294967295 134512640 134569956 3221224352 3221214680 1131483894 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/3290/statm): 208988 24277 13129 16 0 208972 0
[pid=3290] vsize: 835952
Current children cumulated CPU time (s) 646.52
Current children cumulated vsize (Kb) 835952

[startup+680.041 s]
Raw data (loadavg): 1.01 0.99 0.91 2/66 3301
Raw data (/proc/3290/stat): 3290 (java) R 3289 3290 21452 0 -1 0 18706 4 1 0 65539 75 0 0 17 0 11 0 1844779111 856014848 24287 4294967295 134512640 134569956 3221224352 3221214680 1131484025 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/3290/statm): 208988 24287 13129 16 0 208972 0
[pid=3290] vsize: 835952
Current children cumulated CPU time (s) 656.14
Current children cumulated vsize (Kb) 835952

[startup+690.041 s]
Raw data (loadavg): 1.00 0.99 0.91 2/66 3301
Raw data (/proc/3290/stat): 3290 (java) R 3289 3290 21452 0 -1 0 18714 4 1 0 66501 75 0 0 16 0 11 0 1844779111 856014848 24302 4294967295 134512640 134569956 3221224352 3221214752 1131327171 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/3290/statm): 208988 24302 13129 16 0 208972 0
[pid=3290] vsize: 835952
Current children cumulated CPU time (s) 665.76
Current children cumulated vsize (Kb) 835952

[startup+700.042 s]
Raw data (loadavg): 1.00 0.99 0.91 2/66 3301
Raw data (/proc/3290/stat): 3290 (java) R 3289 3290 21452 0 -1 0 18721 4 1 0 67467 75 0 0 25 0 11 0 1844779111 856014848 24327 4294967295 134512640 134569956 3221224352 3221214680 1131483894 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/3290/statm): 208988 24327 13129 16 0 208972 0
[pid=3290] vsize: 835952
Current children cumulated CPU time (s) 675.42
Current children cumulated vsize (Kb) 835952

[startup+710.042 s]
Raw data (loadavg): 1.00 0.99 0.91 2/66 3301
Raw data (/proc/3290/stat): 3290 (java) R 3289 3290 21452 0 -1 0 18728 4 1 0 68436 75 0 0 25 0 11 0 1844779111 856014848 24407 4294967295 134512640 134569956 3221224352 3221214752 1131327171 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/3290/statm): 208988 24407 13129 16 0 208972 0
[pid=3290] vsize: 835952
Current children cumulated CPU time (s) 685.11
Current children cumulated vsize (Kb) 835952

[startup+720.042 s]
Raw data (loadavg): 1.00 0.99 0.91 2/66 3301
Raw data (/proc/3290/stat): 3290 (java) R 3289 3290 21452 0 -1 0 18736 4 1 0 69404 76 0 0 25 0 11 0 1844779111 856014848 24420 4294967295 134512640 134569956 3221224352 3221214680 1131483873 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/3290/statm): 208988 24420 13129 16 0 208972 0
[pid=3290] vsize: 835952
Current children cumulated CPU time (s) 694.8
Current children cumulated vsize (Kb) 835952

[startup+730.043 s]
Raw data (loadavg): 1.00 0.99 0.91 2/66 3301
Raw data (/proc/3290/stat): 3290 (java) R 3289 3290 21452 0 -1 0 18744 4 1 0 70370 76 0 0 21 0 11 0 1844779111 856014848 24438 4294967295 134512640 134569956 3221224352 3221214768 1131571469 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/3290/statm): 208988 24438 13129 16 0 208972 0
[pid=3290] vsize: 835952
Current children cumulated CPU time (s) 704.46
Current children cumulated vsize (Kb) 835952

[startup+740.045 s]
Raw data (loadavg): 1.00 0.99 0.91 2/66 3301
Raw data (/proc/3290/stat): 3290 (java) R 3289 3290 21452 0 -1 0 18752 4 1 0 71333 76 0 0 25 0 11 0 1844779111 856014848 24462 4294967295 134512640 134569956 3221224352 3221214680 1131484829 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/3290/statm): 208988 24462 13129 16 0 208972 0
[pid=3290] vsize: 835952
Current children cumulated CPU time (s) 714.09
Current children cumulated vsize (Kb) 835952

[startup+750.046 s]
Raw data (loadavg): 1.00 0.99 0.91 1/66 3301
Raw data (/proc/3290/stat): 3290 (java) T 3289 3290 21452 0 -1 0 18759 4 1 0 72300 76 0 0 25 0 11 0 1844779111 856014848 24473 4294967295 134512640 134569956 3221224352 3221213800 1073943903 0 4 1 23758 3222434794 0 0 17 0 0 0
Raw data (/proc/3290/statm): 208988 24473 13129 16 0 208972 0
[pid=3290] vsize: 835952
Current children cumulated CPU time (s) 723.76
Current children cumulated vsize (Kb) 835952

[startup+760.045 s]
Raw data (loadavg): 1.00 0.99 0.91 2/66 3301
Raw data (/proc/3290/stat): 3290 (java) R 3289 3290 21452 0 -1 0 18767 4 1 0 73262 77 0 0 25 0 11 0 1844779111 856014848 24495 4294967295 134512640 134569956 3221224352 3221214676 1131364071 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/3290/statm): 208988 24495 13129 16 0 208972 0
[pid=3290] vsize: 835952
Current children cumulated CPU time (s) 733.39
Current children cumulated vsize (Kb) 835952

[startup+770.046 s]
Raw data (loadavg): 1.00 0.99 0.91 2/66 3301
Raw data (/proc/3290/stat): 3290 (java) R 3289 3290 21452 0 -1 0 18775 4 1 0 74223 77 0 0 25 0 11 0 1844779111 856014848 24515 4294967295 134512640 134569956 3221224352 3221214768 1131518367 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/3290/statm): 208988 24515 13129 16 0 208972 0
[pid=3290] vsize: 835952
Current children cumulated CPU time (s) 743
Current children cumulated vsize (Kb) 835952

[startup+780.046 s]
Raw data (loadavg): 1.00 0.99 0.91 2/66 3301
Raw data (/proc/3290/stat): 3290 (java) R 3289 3290 21452 0 -1 0 18783 4 1 0 75183 77 0 0 17 0 11 0 1844779111 856014848 24566 4294967295 134512640 134569956 3221224352 3221214752 1131327171 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/3290/statm): 208988 24566 13129 16 0 208972 0
[pid=3290] vsize: 835952
Current children cumulated CPU time (s) 752.6
Current children cumulated vsize (Kb) 835952

[startup+790.046 s]
Raw data (loadavg): 1.00 0.99 0.91 2/66 3301
Raw data (/proc/3290/stat): 3290 (java) R 3289 3290 21452 0 -1 0 18790 4 1 0 76147 78 0 0 22 0 11 0 1844779111 856014848 24576 4294967295 134512640 134569956 3221224352 3221214744 1131517114 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/3290/statm): 208988 24576 13129 16 0 208972 0
[pid=3290] vsize: 835952
Current children cumulated CPU time (s) 762.25
Current children cumulated vsize (Kb) 835952

[startup+800.047 s]
Raw data (loadavg): 1.00 0.99 0.91 2/66 3301
Raw data (/proc/3290/stat): 3290 (java) R 3289 3290 21452 0 -1 0 18797 4 1 0 77104 78 0 0 21 0 11 0 1844779111 856014848 24602 4294967295 134512640 134569956 3221224352 3221214680 1131484189 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/3290/statm): 208988 24602 13129 16 0 208972 0
[pid=3290] vsize: 835952
Current children cumulated CPU time (s) 771.82
Current children cumulated vsize (Kb) 835952

[startup+810.048 s]
Raw data (loadavg): 1.00 0.99 0.91 2/66 3301
Raw data (/proc/3290/stat): 3290 (java) R 3289 3290 21452 0 -1 0 18804 4 1 0 78060 78 0 0 25 0 11 0 1844779111 856014848 24633 4294967295 134512640 134569956 3221224352 3221214768 1131518592 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/3290/statm): 208988 24633 13129 16 0 208972 0
[pid=3290] vsize: 835952
Current children cumulated CPU time (s) 781.38
Current children cumulated vsize (Kb) 835952

[startup+820.048 s]
Raw data (loadavg): 1.00 0.99 0.91 2/66 3301
Raw data (/proc/3290/stat): 3290 (java) R 3289 3290 21452 0 -1 0 18812 4 1 0 79009 78 0 0 25 0 11 0 1844779111 856014848 24682 4294967295 134512640 134569956 3221224352 3221214680 1131484259 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/3290/statm): 208988 24682 13129 16 0 208972 0
[pid=3290] vsize: 835952
Current children cumulated CPU time (s) 790.87
Current children cumulated vsize (Kb) 835952

[startup+830.048 s]
Raw data (loadavg): 1.00 0.99 0.91 2/66 3301
Raw data (/proc/3290/stat): 3290 (java) R 3289 3290 21452 0 -1 0 18820 4 1 0 79960 78 0 0 22 0 11 0 1844779111 856014848 24746 4294967295 134512640 134569956 3221224352 3221214752 1131327171 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/3290/statm): 208988 24746 13129 16 0 208972 0
[pid=3290] vsize: 835952
Current children cumulated CPU time (s) 800.38
Current children cumulated vsize (Kb) 835952

[startup+840.05 s]
Raw data (loadavg): 1.00 0.99 0.91 2/66 3301
Raw data (/proc/3290/stat): 3290 (java) R 3289 3290 21452 0 -1 0 18827 4 1 0 80921 79 0 0 24 0 11 0 1844779111 856014848 24875 4294967295 134512640 134569956 3221224352 3221214768 1131518314 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/3290/statm): 208988 24875 13129 16 0 208972 0
[pid=3290] vsize: 835952
Current children cumulated CPU time (s) 810
Current children cumulated vsize (Kb) 835952

[startup+850.051 s]
Raw data (loadavg): 1.00 0.99 0.91 2/66 3301
Raw data (/proc/3290/stat): 3290 (java) R 3289 3290 21452 0 -1 0 18835 4 1 0 81880 79 0 0 16 0 11 0 1844779111 856014848 24898 4294967295 134512640 134569956 3221224352 3221214680 1131484299 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/3290/statm): 208988 24898 13129 16 0 208972 0
[pid=3290] vsize: 835952
Current children cumulated CPU time (s) 819.59
Current children cumulated vsize (Kb) 835952

[startup+860.051 s]
Raw data (loadavg): 1.00 0.99 0.91 2/66 3301
Raw data (/proc/3290/stat): 3290 (java) R 3289 3290 21452 0 -1 0 18842 4 1 0 82845 80 0 0 25 0 11 0 1844779111 856014848 24922 4294967295 134512640 134569956 3221224352 3221214680 1131484189 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/3290/statm): 208988 24922 13129 16 0 208972 0
[pid=3290] vsize: 835952
Current children cumulated CPU time (s) 829.25
Current children cumulated vsize (Kb) 835952

[startup+870.052 s]
Raw data (loadavg): 1.00 0.99 0.91 2/66 3301
Raw data (/proc/3290/stat): 3290 (java) R 3289 3290 21452 0 -1 0 18850 4 1 0 83806 80 0 0 25 0 11 0 1844779111 856014848 24962 4294967295 134512640 134569956 3221224352 3221214640 1131356980 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/3290/statm): 208988 24962 13129 16 0 208972 0
[pid=3290] vsize: 835952
Current children cumulated CPU time (s) 838.86
Current children cumulated vsize (Kb) 835952

[startup+880.053 s]
Raw data (loadavg): 1.00 0.99 0.91 2/66 3301
Raw data (/proc/3290/stat): 3290 (java) R 3289 3290 21452 0 -1 0 18858 4 1 0 84768 80 0 0 25 0 11 0 1844779111 856014848 24991 4294967295 134512640 134569956 3221224352 3221214680 1131484354 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/3290/statm): 208988 24991 13129 16 0 208972 0
[pid=3290] vsize: 835952
Current children cumulated CPU time (s) 848.48
Current children cumulated vsize (Kb) 835952

[startup+890.053 s]
Raw data (loadavg): 1.00 0.99 0.91 2/66 3301
Raw data (/proc/3290/stat): 3290 (java) R 3289 3290 21452 0 -1 0 18866 4 1 0 85731 80 0 0 25 0 11 0 1844779111 856014848 25024 4294967295 134512640 134569956 3221224352 3221214712 1131547358 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/3290/statm): 208988 25024 13129 16 0 208972 0
[pid=3290] vsize: 835952
Current children cumulated CPU time (s) 858.11
Current children cumulated vsize (Kb) 835952

[startup+900.054 s]
Raw data (loadavg): 1.00 0.99 0.91 2/66 3301
Raw data (/proc/3290/stat): 3290 (java) R 3289 3290 21452 0 -1 0 18873 4 1 0 86696 81 0 0 25 0 11 0 1844779111 856014848 25037 4294967295 134512640 134569956 3221224352 3221214752 1131327171 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/3290/statm): 208988 25037 13129 16 0 208972 0
[pid=3290] vsize: 835952
Current children cumulated CPU time (s) 867.77
Current children cumulated vsize (Kb) 835952

[startup+910.055 s]
Raw data (loadavg): 1.00 0.99 0.91 2/66 3301
Raw data (/proc/3290/stat): 3290 (java) R 3289 3290 21452 0 -1 0 18881 4 1 0 87650 82 0 0 25 0 11 0 1844779111 856014848 25052 4294967295 134512640 134569956 3221224352 3221214640 1131356980 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/3290/statm): 208988 25052 13129 16 0 208972 0
[pid=3290] vsize: 835952
Current children cumulated CPU time (s) 877.32
Current children cumulated vsize (Kb) 835952

[startup+920.056 s]
Raw data (loadavg): 1.00 0.99 0.91 2/66 3301
Raw data (/proc/3290/stat): 3290 (java) R 3289 3290 21452 0 -1 0 18888 4 1 0 88609 82 0 0 18 0 11 0 1844779111 856014848 25069 4294967295 134512640 134569956 3221224352 3221214680 1131483894 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/3290/statm): 208988 25069 13129 16 0 208972 0
[pid=3290] vsize: 835952
Current children cumulated CPU time (s) 886.91
Current children cumulated vsize (Kb) 835952

[startup+930.055 s]
Raw data (loadavg): 1.00 0.99 0.91 2/66 3301
Raw data (/proc/3290/stat): 3290 (java) R 3289 3290 21452 0 -1 0 18895 4 1 0 89568 83 0 0 25 0 11 0 1844779111 856014848 25101 4294967295 134512640 134569956 3221224352 3221214632 1131363441 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/3290/statm): 208988 25101 13129 16 0 208972 0
[pid=3290] vsize: 835952
Current children cumulated CPU time (s) 896.51
Current children cumulated vsize (Kb) 835952

[startup+940.057 s]
Raw data (loadavg): 1.00 0.99 0.91 2/66 3301
Raw data (/proc/3290/stat): 3290 (java) R 3289 3290 21452 0 -1 0 18903 4 1 0 90522 84 0 0 22 0 11 0 1844779111 856014848 25147 4294967295 134512640 134569956 3221224352 3221214748 1131356960 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/3290/statm): 208988 25147 13129 16 0 208972 0
[pid=3290] vsize: 835952
Current children cumulated CPU time (s) 906.06
Current children cumulated vsize (Kb) 835952

[startup+950.058 s]
Raw data (loadavg): 1.00 0.99 0.91 2/66 3301
Raw data (/proc/3290/stat): 3290 (java) R 3289 3290 21452 0 -1 0 18911 4 1 0 91478 84 0 0 16 0 11 0 1844779111 856014848 25235 4294967295 134512640 134569956 3221224352 3221214680 1131595221 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/3290/statm): 208988 25235 13129 16 0 208972 0
[pid=3290] vsize: 835952
Current children cumulated CPU time (s) 915.62
Current children cumulated vsize (Kb) 835952

[startup+960.057 s]
Raw data (loadavg): 1.00 0.99 0.91 2/66 3301
Raw data (/proc/3290/stat): 3290 (java) R 3289 3290 21452 0 -1 0 18918 4 1 0 92441 85 0 0 20 0 11 0 1844779111 856014848 25272 4294967295 134512640 134569956 3221224352 3221214752 1131327171 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/3290/statm): 208988 25272 13129 16 0 208972 0
[pid=3290] vsize: 835952
Current children cumulated CPU time (s) 925.26
Current children cumulated vsize (Kb) 835952

[startup+970.058 s]
Raw data (loadavg): 1.00 0.99 0.91 2/66 3301
Raw data (/proc/3290/stat): 3290 (java) R 3289 3290 21452 0 -1 0 18925 4 1 0 93403 85 0 0 25 0 11 0 1844779111 856014848 25286 4294967295 134512640 134569956 3221224352 3221214840 1131562653 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/3290/statm): 208988 25286 13129 16 0 208972 0
[pid=3290] vsize: 835952
Current children cumulated CPU time (s) 934.88
Current children cumulated vsize (Kb) 835952

[startup+980.059 s]
Raw data (loadavg): 1.00 0.99 0.91 2/66 3301
Raw data (/proc/3290/stat): 3290 (java) R 3289 3290 21452 0 -1 0 18933 4 1 0 94360 85 0 0 25 0 11 0 1844779111 856014848 25312 4294967295 134512640 134569956 3221224352 3221214768 1131518341 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/3290/statm): 208988 25312 13129 16 0 208972 0
[pid=3290] vsize: 835952
Current children cumulated CPU time (s) 944.45
Current children cumulated vsize (Kb) 835952

[startup+990.059 s]
Raw data (loadavg): 1.00 0.99 0.91 2/66 3301
Raw data (/proc/3290/stat): 3290 (java) R 3289 3290 21452 0 -1 0 18941 4 1 0 95313 86 0 0 21 0 11 0 1844779111 856014848 25352 4294967295 134512640 134569956 3221224352 3221214640 1131356985 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/3290/statm): 208988 25352 13129 16 0 208972 0
[pid=3290] vsize: 835952
Current children cumulated CPU time (s) 953.99
Current children cumulated vsize (Kb) 835952

[startup+1000.06 s]
Raw data (loadavg): 1.00 0.99 0.91 2/66 3301
Raw data (/proc/3290/stat): 3290 (java) R 3289 3290 21452 0 -1 0 18948 4 1 0 96272 87 0 0 21 0 11 0 1844779111 856014848 25390 4294967295 134512640 134569956 3221224352 3221214740 1131381536 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/3290/statm): 208988 25390 13129 16 0 208972 0
[pid=3290] vsize: 835952
Current children cumulated CPU time (s) 963.59
Current children cumulated vsize (Kb) 835952

[startup+1010.06 s]
Raw data (loadavg): 1.00 0.99 0.91 2/66 3301
Raw data (/proc/3290/stat): 3290 (java) S 3289 3290 21452 0 -1 0 18955 4 1 0 97229 87 0 0 17 0 11 0 1844779111 856014848 25485 4294967295 134512640 134569956 3221224352 3221213424 1073943035 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/3290/statm): 208988 25485 13129 16 0 208972 0
[pid=3290] vsize: 835952
Current children cumulated CPU time (s) 973.16
Current children cumulated vsize (Kb) 835952

[startup+1020.06 s]
Raw data (loadavg): 1.00 0.99 0.91 2/66 3301
Raw data (/proc/3290/stat): 3290 (java) R 3289 3290 21452 0 -1 0 18963 4 1 0 98181 87 0 0 25 0 11 0 1844779111 856014848 25520 4294967295 134512640 134569956 3221224352 3221214768 1131518637 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/3290/statm): 208988 25520 13129 16 0 208972 0
[pid=3290] vsize: 835952
Current children cumulated CPU time (s) 982.68
Current children cumulated vsize (Kb) 835952

[startup+1030.07 s]
Raw data (loadavg): 1.00 0.99 0.91 2/66 3301
Raw data (/proc/3290/stat): 3290 (java) R 3289 3290 21452 0 -1 0 18971 4 1 0 99134 88 0 0 19 0 11 0 1844779111 856014848 25574 4294967295 134512640 134569956 3221224352 3221214764 1131327227 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/3290/statm): 208988 25574 13129 16 0 208972 0
[pid=3290] vsize: 835952
Current children cumulated CPU time (s) 992.22
Current children cumulated vsize (Kb) 835952

[startup+1040.07 s]
Raw data (loadavg): 1.00 0.99 0.91 2/66 3301
Raw data (/proc/3290/stat): 3290 (java) R 3289 3290 21452 0 -1 0 18978 4 1 0 100094 89 0 0 25 0 11 0 1844779111 856014848 25614 4294967295 134512640 134569956 3221224352 3221214748 1131356960 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/3290/statm): 208988 25614 13129 16 0 208972 0
[pid=3290] vsize: 835952
Current children cumulated CPU time (s) 1001.83
Current children cumulated vsize (Kb) 835952

[startup+1050.07 s]
Raw data (loadavg): 1.00 0.99 0.91 2/66 3301
Raw data (/proc/3290/stat): 3290 (java) R 3289 3290 21452 0 -1 0 18986 4 1 0 101050 89 0 0 25 0 11 0 1844779111 856014848 25695 4294967295 134512640 134569956 3221224352 3221214752 1131327171 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/3290/statm): 208988 25695 13129 16 0 208972 0
[pid=3290] vsize: 835952
Current children cumulated CPU time (s) 1011.39
Current children cumulated vsize (Kb) 835952

[startup+1060.07 s]
Raw data (loadavg): 1.00 0.99 0.91 2/66 3301
Raw data (/proc/3290/stat): 3290 (java) R 3289 3290 21452 0 -1 0 18994 4 1 0 102009 89 0 0 18 0 11 0 1844779111 856014848 25716 4294967295 134512640 134569956 3221224352 3221214752 1131327171 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/3290/statm): 208988 25716 13129 16 0 208972 0
[pid=3290] vsize: 835952
Current children cumulated CPU time (s) 1020.98
Current children cumulated vsize (Kb) 835952

[startup+1070.07 s]
Raw data (loadavg): 1.00 0.99 0.91 2/66 3301
Raw data (/proc/3290/stat): 3290 (java) R 3289 3290 21452 0 -1 0 19001 4 1 0 102973 90 0 0 25 0 11 0 1844779111 856014848 25725 4294967295 134512640 134569956 3221224352 3221214744 1131516480 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/3290/statm): 208988 25725 13129 16 0 208972 0
[pid=3290] vsize: 835952
Current children cumulated CPU time (s) 1030.63
Current children cumulated vsize (Kb) 835952

[startup+1080.07 s]
Raw data (loadavg): 1.00 0.99 0.91 2/66 3301
Raw data (/proc/3290/stat): 3290 (java) R 3289 3290 21452 0 -1 0 19009 4 1 0 103930 90 0 0 23 0 11 0 1844779111 856014848 25766 4294967295 134512640 134569956 3221224352 3221214680 1131484770 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/3290/statm): 208988 25766 13129 16 0 208972 0
[pid=3290] vsize: 835952
Current children cumulated CPU time (s) 1040.2
Current children cumulated vsize (Kb) 835952

[startup+1090.07 s]
Raw data (loadavg): 1.00 0.99 0.91 2/66 3301
Raw data (/proc/3290/stat): 3290 (java) R 3289 3290 21452 0 -1 0 19017 4 1 0 104887 90 0 0 18 0 11 0 1844779111 856014848 25809 4294967295 134512640 134569956 3221224352 3221214752 1131327161 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/3290/statm): 208988 25809 13129 16 0 208972 0
[pid=3290] vsize: 835952
Current children cumulated CPU time (s) 1049.77
Current children cumulated vsize (Kb) 835952

[startup+1100.07 s]
Raw data (loadavg): 1.00 0.99 0.91 2/66 3301
Raw data (/proc/3290/stat): 3290 (java) R 3289 3290 21452 0 -1 0 19025 4 1 0 105843 91 0 0 16 0 11 0 1844779111 856014848 25836 4294967295 134512640 134569956 3221224352 3221214744 1131516480 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/3290/statm): 208988 25836 13129 16 0 208972 0
[pid=3290] vsize: 835952
Current children cumulated CPU time (s) 1059.34
Current children cumulated vsize (Kb) 835952

[startup+1110.07 s]
Raw data (loadavg): 1.00 0.99 0.91 2/66 3301
Raw data (/proc/3290/stat): 3290 (java) R 3289 3290 21452 0 -1 0 19032 4 1 0 106802 91 0 0 25 0 11 0 1844779111 856014848 25858 4294967295 134512640 134569956 3221224352 3221214680 1131484050 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/3290/statm): 208988 25858 13129 16 0 208972 0
[pid=3290] vsize: 835952
Current children cumulated CPU time (s) 1068.93
Current children cumulated vsize (Kb) 835952

[startup+1120.07 s]
Raw data (loadavg): 1.00 0.99 0.91 2/66 3301
Raw data (/proc/3290/stat): 3290 (java) R 3289 3290 21452 0 -1 0 19040 4 1 0 107758 92 0 0 16 0 11 0 1844779111 856014848 25891 4294967295 134512640 134569956 3221224352 3221214640 1131356980 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/3290/statm): 208988 25891 13129 16 0 208972 0
[pid=3290] vsize: 835952
Current children cumulated CPU time (s) 1078.5
Current children cumulated vsize (Kb) 835952

[startup+1130.07 s]
Raw data (loadavg): 1.00 0.99 0.91 2/66 3301
Raw data (/proc/3290/stat): 3290 (java) R 3289 3290 21452 0 -1 0 19047 4 1 0 108721 92 0 0 17 0 11 0 1844779111 856014848 25912 4294967295 134512640 134569956 3221224352 3221214752 1131327161 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/3290/statm): 208988 25912 13129 16 0 208972 0
[pid=3290] vsize: 835952
Current children cumulated CPU time (s) 1088.13
Current children cumulated vsize (Kb) 835952

[startup+1140.07 s]
Raw data (loadavg): 1.00 0.99 0.91 2/66 3301
Raw data (/proc/3290/stat): 3290 (java) R 3289 3290 21452 0 -1 0 19054 4 1 0 109682 93 0 0 20 0 11 0 1844779111 856014848 25929 4294967295 134512640 134569956 3221224352 3221214680 1131484299 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/3290/statm): 208988 25929 13129 16 0 208972 0
[pid=3290] vsize: 835952
Current children cumulated CPU time (s) 1097.75
Current children cumulated vsize (Kb) 835952

[startup+1150.07 s]
Raw data (loadavg): 1.00 0.99 0.91 2/66 3301
Raw data (/proc/3290/stat): 3290 (java) R 3289 3290 21452 0 -1 0 19061 4 1 0 110642 93 0 0 25 0 11 0 1844779111 856014848 25950 4294967295 134512640 134569956 3221224352 3221214752 1131327171 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/3290/statm): 208988 25950 13129 16 0 208972 0
[pid=3290] vsize: 835952
Current children cumulated CPU time (s) 1107.35
Current children cumulated vsize (Kb) 835952

[startup+1160.07 s]
Raw data (loadavg): 1.00 0.99 0.91 2/66 3301
Raw data (/proc/3290/stat): 3290 (java) R 3289 3290 21452 0 -1 0 19069 4 1 0 111597 93 0 0 25 0 11 0 1844779111 856014848 25974 4294967295 134512640 134569956 3221224352 3221214680 1131484299 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/3290/statm): 208988 25974 13129 16 0 208972 0
[pid=3290] vsize: 835952
Current children cumulated CPU time (s) 1116.9
Current children cumulated vsize (Kb) 835952

[startup+1170.08 s]
Raw data (loadavg): 1.00 0.99 0.91 2/66 3301
Raw data (/proc/3290/stat): 3290 (java) R 3289 3290 21452 0 -1 0 19076 4 1 0 112555 94 0 0 24 0 11 0 1844779111 856014848 26013 4294967295 134512640 134569956 3221224352 3221214680 1131484314 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/3290/statm): 208988 26013 13129 16 0 208972 0
[pid=3290] vsize: 835952
Current children cumulated CPU time (s) 1126.49
Current children cumulated vsize (Kb) 835952

[startup+1180.08 s]
Raw data (loadavg): 1.00 0.99 0.91 2/66 3301
Raw data (/proc/3290/stat): 3290 (java) R 3289 3290 21452 0 -1 0 19083 4 1 0 113515 94 0 0 25 0 11 0 1844779111 856014848 26058 4294967295 134512640 134569956 3221224352 3221214676 1131363040 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/3290/statm): 208988 26058 13129 16 0 208972 0
[pid=3290] vsize: 835952
Current children cumulated CPU time (s) 1136.09
Current children cumulated vsize (Kb) 835952

[startup+1190.08 s]
Raw data (loadavg): 1.00 0.99 0.91 2/66 3301
Raw data (/proc/3290/stat): 3290 (java) R 3289 3290 21452 0 -1 0 19091 4 1 0 114469 94 0 0 23 0 11 0 1844779111 856014848 26097 4294967295 134512640 134569956 3221224352 3221214768 1131518071 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/3290/statm): 208988 26097 13129 16 0 208972 0
[pid=3290] vsize: 835952
Current children cumulated CPU time (s) 1145.63
Current children cumulated vsize (Kb) 835952

[startup+1200.08 s]
Raw data (loadavg): 1.00 0.99 0.91 2/66 3301
Raw data (/proc/3290/stat): 3290 (java) R 3289 3290 21452 0 -1 0 19098 4 1 0 115429 94 0 0 24 0 11 0 1844779111 856014848 26126 4294967295 134512640 134569956 3221224352 3221214680 1131484709 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/3290/statm): 208988 26126 13129 16 0 208972 0
[pid=3290] vsize: 835952
Current children cumulated CPU time (s) 1155.23
Current children cumulated vsize (Kb) 835952

[startup+1210.08 s]
Raw data (loadavg): 1.00 0.99 0.91 2/66 3301
Raw data (/proc/3290/stat): 3290 (java) R 3289 3290 21452 0 -1 0 19106 4 1 0 116381 95 0 0 18 0 11 0 1844779111 856014848 26176 4294967295 134512640 134569956 3221224352 3221214768 1131518963 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/3290/statm): 208988 26176 13129 16 0 208972 0
[pid=3290] vsize: 835952
Current children cumulated CPU time (s) 1164.76
Current children cumulated vsize (Kb) 835952

[startup+1220.08 s]
Raw data (loadavg): 1.00 0.99 0.91 2/66 3301
Raw data (/proc/3290/stat): 3290 (java) R 3289 3290 21452 0 -1 0 19113 4 1 0 117337 95 0 0 20 0 11 0 1844779111 856014848 26214 4294967295 134512640 134569956 3221224352 3221214680 1131484299 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/3290/statm): 208988 26214 13129 16 0 208972 0
[pid=3290] vsize: 835952
Current children cumulated CPU time (s) 1174.32
Current children cumulated vsize (Kb) 835952

[startup+1230.08 s]
Raw data (loadavg): 1.00 0.99 0.91 2/66 3301
Raw data (/proc/3290/stat): 3290 (java) R 3289 3290 21452 0 -1 0 19120 4 1 0 118294 95 0 0 23 0 11 0 1844779111 856014848 26249 4294967295 134512640 134569956 3221224352 3221214680 1131484299 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/3290/statm): 208988 26249 13129 16 0 208972 0
[pid=3290] vsize: 835952
Current children cumulated CPU time (s) 1183.89
Current children cumulated vsize (Kb) 835952

[startup+1240.08 s]
Raw data (loadavg): 1.00 0.99 0.91 2/66 3301
Raw data (/proc/3290/stat): 3290 (java) R 3289 3290 21452 0 -1 0 19128 4 1 0 119243 95 0 0 25 0 11 0 1844779111 856014848 26291 4294967295 134512640 134569956 3221224352 3221214752 1131327164 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/3290/statm): 208988 26291 13129 16 0 208972 0
[pid=3290] vsize: 835952
Current children cumulated CPU time (s) 1193.38
Current children cumulated vsize (Kb) 835952

[startup+1250.08 s]
Raw data (loadavg): 1.00 0.99 0.91 2/66 3301
Raw data (/proc/3290/stat): 3290 (java) R 3289 3290 21452 0 -1 0 19136 4 1 0 120194 96 0 0 25 0 11 0 1844779111 856014848 26343 4294967295 134512640 134569956 3221224352 3221214640 1131356980 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/3290/statm): 208988 26343 13129 16 0 208972 0
[pid=3290] vsize: 835952
Current children cumulated CPU time (s) 1202.9
Current children cumulated vsize (Kb) 835952



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1250.08 s]
Raw data (loadavg): 1.00 0.99 0.91 2/66 3301
Raw data (/proc/3290/stat): 3290 (java) R 3289 3290 21452 0 -1 0 19136 4 1 0 120194 96 0 0 25 0 11 0 1844779111 856014848 26343 4294967295 134512640 134569956 3221224352 3221214768 1131518660 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/3290/statm): 208988 26343 13129 16 0 208972 0
[pid=3290] vsize: 835952
Current children cumulated CPU time (s) 1202.9
Current children cumulated vsize (Kb) 835952

Sending SIGTERM to -3290
Sleeping 2 seconds
New thread pid=3303
New thread pid=3304
One traced child (pid=3304) exited with status: 0
One traced child (pid=3299) exited with status: 0
One traced child (pid=3294) exited with status: 0
One traced child (pid=3291) exited with status: 143
One traced child (pid=3301) exited with status: 143
One traced child (pid=3298) exited with status: 143
One traced child (pid=3297) exited with status: 143
One traced child (pid=3292) exited with status: 143
One traced child (pid=3293) exited with status: 143
One traced child (pid=3295) exited with status: 143
One traced child (pid=3296) exited with status: 143
One traced child (pid=3303) exited with status: 143
One traced child (pid=3290) exited with status: 143
All traced children have exited ! Game is over.

Child status: 143
Real time (s): 1250.22
CPU time (s): 1247.58
CPU user time (s): 1245.97
CPU system time (s): 1.60076
CPU usage (%): 99.7882
Max. virtual memory (cumulated for all children) (Kb): 836676

Verifier Data

Verifier:	OK	444