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-ii8c1.opb
MD5SUM5573ac468e70af6b65c69997b62e5033
Bench Categoryoptimization, small integers (OPTSMALLINT)
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 302
Optimality of the best value was proved NO
Number of terms in the objective function 1020
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 1020
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 1020
Number of bits of the biggest sum of numbers10
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1195.03
Number of variables1020
Total number of constraints3575
Number of constraints which are clauses3575
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 constraint10

Trace number 1824

Launcher Data

LAUNCH ON wulflinc5 THE 2005-09-18 16:45:59 (client local time)
PB2005-SCRIPT v4.0 
MARKUPS: idlaunch=6022 boxname=wulflinc5 idbench=162 idsolver=6 numberseed=0
MD5SUM SOLVER: 
MD5SUM BENCH:  5573ac468e70af6b65c69997b62e5033  /oldhome/oroussel/tmp/wulflinc5/normalized-ii8c1.opb
REAL COMMAND:  java -server -Xms650M -Xmx650M -jar /oldhome/oroussel/solvers/sat4jPseudoTer.jar /oldhome/oroussel/tmp/wulflinc5/normalized-ii8c1.opb
IDLAUNCH: 6022
/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 7
model name	: Pentium III (Katmai)
stepping	: 2
cpu MHz		: 451.007
cache size	: 512 KB
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 2
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 mmx fxsr sse
bogomips	: 888.83

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 7
model name	: Pentium III (Katmai)
stepping	: 2
cpu MHz		: 451.007
cache size	: 512 KB
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 2
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 mmx fxsr sse
bogomips	: 899.07

/proc/meminfo:
MemTotal:      1034660 kB
MemFree:        925700 kB
Buffers:         33248 kB
Cached:          52196 kB
SwapCached:        780 kB
Active:          55440 kB
Inactive:        32748 kB
HighTotal:      131008 kB
HighFree:        75152 kB
LowTotal:       903652 kB
LowFree:        850548 kB
SwapTotal:     2097136 kB
SwapFree:      2095888 kB
Dirty:              40 kB
Writeback:           0 kB
Mapped:           5804 kB
Slab:            15172 kB
Committed_AS:    64300 kB
PageTables:        332 kB
VmallocTotal:   114680 kB
VmallocUsed:      1364 kB
VmallocChunk:   113256 kB
JOB ENDED THE 2005-09-18 17:07:00 (client local time) WITH STATUS 143 IN 1266.44 SECONDS
stats: 6022 0 1266.44 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/wulflinc5/normalized-ii8c1.opb
c reading problem ... done. Time 2.587 ms.
c #vars     1020
c #constraints  3575
c SATISFIABLE
c OPTIMIZING...
c CURRENT OPTIMUM=                 456 		Current CPU time: 4.67 ms
c CURRENT OPTIMUM=                 453 		Current CPU time: 5.49 ms
c CURRENT OPTIMUM=                 446 		Current CPU time: 6.44 ms
c CURRENT OPTIMUM=                 445 		Current CPU time: 47.94 ms
c CURRENT OPTIMUM=                 444 		Current CPU time: 53.39 ms
c CURRENT OPTIMUM=                 443 		Current CPU time: 154.76 ms
c CURRENT OPTIMUM=                 442 		Current CPU time: 345.08 ms
c CURRENT OPTIMUM=                 441 		Current CPU time: 532.13 ms
c CURRENT OPTIMUM=                 440 		Current CPU time: 790.42 ms
c CURRENT OPTIMUM=                 439 		Current CPU time: 1165.39 ms
c starts		: 16
c conflicts		: 829
c decisions		: 4762
c propagations		: 48159
c inspects		: 1330060
c learnt literals	: 0
c learnt binary clauses	: 0
c learnt ternary clauses	: 0
c learnt clauses	: 829
c root simplifications	: 16
c removed literals (reason simplification)	: 0
c reason swapping (by a shorter reason)	: 0
c Calls to reduceDB	: 0
c speed (decisions/second)	: 50.97846101143322
c non guided choices	1548
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 -x919 x920 -x921 x922 -x923 x924 -x925 x926 -x927 x928 -x929 x930 -x931 x932 -x933 x934 -x935 x936 -x937 x938 x939 -x940 -x941 x942 -x943 x944 -x945 x946 -x947 x948 -x949 x950 -x951 x952 -x953 x954 -x955 x956 -x957 x958 x959 -x960 -x961 -x962 -x963 x964 -x965 -x966 -x967 -x968 -x969 -x970 -x971 -x972 -x973 -x974 -x975 x976 -x977 x978 x979 -x980 -x981 x982 -x983 x984 -x985 x986 -x987 x988 -x989 x990 -x991 x992 -x993 x994 -x995 x996 -x997 x998 x999 -x1000 -x1001 -x1002 -x1003 x1004 -x1005 -x1006 -x1007 -x1008 -x1009 -x1010 -x1011 -x1012 -x1013 -x1014 -x1015 -x1016 -x1017 x1018 x1019 -x1020 
c objective function=439
c Total CPU time (ms) : 1258.98

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/8181/stat): 8181 (java) R 8180 8181 824 0 -1 0 19 0 0 0 0 0 0 0 23 0 1 0 1784579260 159744 3 4294967295 134512640 134569956 3221224480 3221224480 1073744960 0 0 5 0 0 0 0 17 1 0 0
Raw data (/proc/8181/statm): 39 3 38 16 0 23 0
[pid=8181] 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/8181
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=8182
New thread pid=8183
New thread pid=8184
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=8185
New thread pid=8186
New thread pid=8187
New thread pid=8188
New thread pid=8189
New thread pid=8190
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/wulflinc5/normalized-ii8c1.opb
New thread pid=8191
One traced child (pid=8191) exited with status: 0
New thread pid=8192
One traced child (pid=8192) exited with status: 0
New thread pid=8193
One traced child (pid=8193) exited with status: 0
New thread pid=8194

[startup+10.003 s]
Raw data (loadavg): 1.08 1.02 0.99 2/66 8194
Raw data (/proc/8181/stat): 8181 (java) R 8180 8181 824 0 -1 0 18190 3 1 0 727 53 0 0 23 0 11 0 1784579260 859623424 21101 4294967295 134512640 134569956 3221224352 3221214624 1131463812 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/8181/statm): 209869 21101 13129 16 0 209853 0
[pid=8181] vsize: 839476
Current children cumulated CPU time (s) 7.8
Current children cumulated vsize (Kb) 839476

[startup+20.0027 s]
Raw data (loadavg): 1.07 1.02 0.99 2/66 8194
Raw data (/proc/8181/stat): 8181 (java) R 8180 8181 824 0 -1 0 18200 3 1 0 1662 53 0 0 16 0 11 0 1784579260 859623424 22274 4294967295 134512640 134569956 3221224352 3221214536 1131444658 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/8181/statm): 209869 22274 13129 16 0 209853 0
[pid=8181] vsize: 839476
Current children cumulated CPU time (s) 17.15
Current children cumulated vsize (Kb) 839476

[startup+30.0035 s]
Raw data (loadavg): 1.06 1.01 0.99 2/66 8194
Raw data (/proc/8181/stat): 8181 (java) R 8180 8181 824 0 -1 0 18207 3 1 0 2631 54 0 0 25 0 11 0 1784579260 859623424 22232 4294967295 134512640 134569956 3221224352 3221214728 1131472952 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/8181/statm): 209869 22232 13129 16 0 209853 0
[pid=8181] vsize: 839476
Current children cumulated CPU time (s) 26.85
Current children cumulated vsize (Kb) 839476

[startup+40.0042 s]
Raw data (loadavg): 1.05 1.01 0.99 2/66 8194
Raw data (/proc/8181/stat): 8181 (java) R 8180 8181 824 0 -1 0 18212 3 1 0 3588 54 0 0 25 0 11 0 1784579260 859623424 22234 4294967295 134512640 134569956 3221224352 3221214648 1131526061 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/8181/statm): 209869 22234 13129 16 0 209853 0
[pid=8181] vsize: 839476
Current children cumulated CPU time (s) 36.42
Current children cumulated vsize (Kb) 839476
One traced child (pid=8194) exited with status: 0
New thread pid=8195

[startup+50.004 s]
Raw data (loadavg): 1.04 1.01 0.99 2/66 8195
Raw data (/proc/8181/stat): 8181 (java) R 8180 8181 824 0 -1 0 18217 3 1 0 4539 54 0 0 25 0 11 0 1784579260 859623424 22297 4294967295 134512640 134569956 3221224352 3221214560 1131450425 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/8181/statm): 209869 22297 13129 16 0 209853 0
[pid=8181] vsize: 839476
Current children cumulated CPU time (s) 45.93
Current children cumulated vsize (Kb) 839476
One traced child (pid=8195) exited with status: 0
New thread pid=8196

[startup+60.0047 s]
Raw data (loadavg): 1.04 1.01 0.99 2/66 8196
Raw data (/proc/8181/stat): 8181 (java) R 8180 8181 824 0 -1 0 18223 3 1 0 5489 54 0 0 25 0 11 0 1784579260 859623424 22463 4294967295 134512640 134569956 3221224352 3221214560 1131451056 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/8181/statm): 209869 22463 13129 16 0 209853 0
[pid=8181] vsize: 839476
Current children cumulated CPU time (s) 55.43
Current children cumulated vsize (Kb) 839476

[startup+70.0054 s]
Raw data (loadavg): 1.03 1.01 0.99 2/66 8196
Raw data (/proc/8181/stat): 8181 (java) R 8180 8181 824 0 -1 0 18230 3 1 0 6413 54 0 0 20 0 11 0 1784579260 859623424 22915 4294967295 134512640 134569956 3221224352 3221214576 1131424386 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/8181/statm): 209869 22915 13129 16 0 209853 0
[pid=8181] vsize: 839476
Current children cumulated CPU time (s) 64.67
Current children cumulated vsize (Kb) 839476

[startup+80.0062 s]
Raw data (loadavg): 1.02 1.01 0.99 2/66 8196
Raw data (/proc/8181/stat): 8181 (java) R 8180 8181 824 0 -1 0 18236 3 1 0 7352 54 0 0 25 0 11 0 1784579260 859623424 23011 4294967295 134512640 134569956 3221224352 3221214644 1131450304 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/8181/statm): 209869 23011 13129 16 0 209853 0
[pid=8181] vsize: 839476
Current children cumulated CPU time (s) 74.06
Current children cumulated vsize (Kb) 839476

[startup+90.0069 s]
Raw data (loadavg): 1.02 1.01 0.99 2/66 8196
Raw data (/proc/8181/stat): 8181 (java) R 8180 8181 824 0 -1 0 18241 3 1 0 8300 55 0 0 25 0 11 0 1784579260 859623424 23048 4294967295 134512640 134569956 3221224352 3221214648 1131526093 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/8181/statm): 209869 23048 13129 16 0 209853 0
[pid=8181] vsize: 839476
Current children cumulated CPU time (s) 83.55
Current children cumulated vsize (Kb) 839476

[startup+100.008 s]
Raw data (loadavg): 1.02 1.01 0.99 2/66 8196
Raw data (/proc/8181/stat): 8181 (java) R 8180 8181 824 0 -1 0 18247 3 1 0 9238 55 0 0 18 0 11 0 1784579260 859623424 23268 4294967295 134512640 134569956 3221224352 3221214640 1131568076 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/8181/statm): 209869 23268 13129 16 0 209853 0
[pid=8181] vsize: 839476
Current children cumulated CPU time (s) 92.93
Current children cumulated vsize (Kb) 839476

[startup+110.008 s]
Raw data (loadavg): 1.01 1.01 0.99 2/66 8196
Raw data (/proc/8181/stat): 8181 (java) R 8180 8181 824 0 -1 0 18253 3 1 0 10181 56 0 0 22 0 11 0 1784579260 859623424 23451 4294967295 134512640 134569956 3221224352 3221214640 1131567911 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/8181/statm): 209869 23451 13129 16 0 209853 0
[pid=8181] vsize: 839476
Current children cumulated CPU time (s) 102.37
Current children cumulated vsize (Kb) 839476

[startup+120.009 s]
Raw data (loadavg): 1.01 1.01 0.99 2/66 8196
Raw data (/proc/8181/stat): 8181 (java) R 8180 8181 824 0 -1 0 18258 3 1 0 11141 56 0 0 24 0 11 0 1784579260 859623424 23791 4294967295 134512640 134569956 3221224352 3221214560 1131450482 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/8181/statm): 209869 23791 13129 16 0 209853 0
[pid=8181] vsize: 839476
Current children cumulated CPU time (s) 111.97
Current children cumulated vsize (Kb) 839476

[startup+130.011 s]
Raw data (loadavg): 1.01 1.00 0.99 2/66 8196
Raw data (/proc/8181/stat): 8181 (java) R 8180 8181 824 0 -1 0 18263 3 1 0 12106 56 0 0 25 0 11 0 1784579260 859623424 23863 4294967295 134512640 134569956 3221224352 3221214560 1131450482 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/8181/statm): 209869 23863 13129 16 0 209853 0
[pid=8181] vsize: 839476
Current children cumulated CPU time (s) 121.62
Current children cumulated vsize (Kb) 839476

[startup+140.011 s]
Raw data (loadavg): 1.01 1.00 0.99 2/66 8196
Raw data (/proc/8181/stat): 8181 (java) R 8180 8181 824 0 -1 0 18269 3 1 0 13062 57 0 0 25 0 11 0 1784579260 859623424 23922 4294967295 134512640 134569956 3221224352 3221214624 1131455350 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/8181/statm): 209869 23922 13129 16 0 209853 0
[pid=8181] vsize: 839476
Current children cumulated CPU time (s) 131.19
Current children cumulated vsize (Kb) 839476

[startup+150.011 s]
Raw data (loadavg): 1.01 1.00 0.99 2/66 8196
Raw data (/proc/8181/stat): 8181 (java) R 8180 8181 824 0 -1 0 18274 3 1 0 14019 57 0 0 24 0 11 0 1784579260 859623424 24057 4294967295 134512640 134569956 3221224352 3221214536 1131444723 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/8181/statm): 209869 24057 13129 16 0 209853 0
[pid=8181] vsize: 839476
Current children cumulated CPU time (s) 140.76
Current children cumulated vsize (Kb) 839476
One traced child (pid=8196) exited with status: 0
New thread pid=8197

[startup+160.012 s]
Raw data (loadavg): 1.08 1.02 1.00 2/66 8197
Raw data (/proc/8181/stat): 8181 (java) R 8180 8181 824 0 -1 0 18281 3 1 0 14956 58 0 0 23 0 11 0 1784579260 859623424 24277 4294967295 134512640 134569956 3221224352 3221214648 1131526145 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/8181/statm): 209869 24277 13129 16 0 209853 0
[pid=8181] vsize: 839476
Current children cumulated CPU time (s) 150.14
Current children cumulated vsize (Kb) 839476

[startup+170.012 s]
Raw data (loadavg): 1.07 1.02 1.00 2/66 8197
Raw data (/proc/8181/stat): 8181 (java) R 8180 8181 824 0 -1 0 18288 3 1 0 15885 58 0 0 25 0 11 0 1784579260 859623424 24303 4294967295 134512640 134569956 3221224352 3221214544 1131416375 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/8181/statm): 209869 24303 13129 16 0 209853 0
[pid=8181] vsize: 839476
Current children cumulated CPU time (s) 159.43
Current children cumulated vsize (Kb) 839476

[startup+180.014 s]
Raw data (loadavg): 1.06 1.02 1.00 2/66 8197
Raw data (/proc/8181/stat): 8181 (java) S 8180 8181 824 0 -1 0 18295 3 1 0 16807 58 0 0 16 0 11 0 1784579260 859623424 24474 4294967295 134512640 134569956 3221224352 3221213392 1073943035 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/8181/statm): 209869 24474 13129 16 0 209853 0
[pid=8181] vsize: 839476
Current children cumulated CPU time (s) 168.65
Current children cumulated vsize (Kb) 839476

[startup+190.014 s]
Raw data (loadavg): 1.05 1.02 1.00 2/66 8197
Raw data (/proc/8181/stat): 8181 (java) R 8180 8181 824 0 -1 0 18301 3 1 0 17751 59 0 0 23 0 11 0 1784579260 859623424 24635 4294967295 134512640 134569956 3221224352 3221214648 1131527073 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/8181/statm): 209869 24635 13129 16 0 209853 0
[pid=8181] vsize: 839476
Current children cumulated CPU time (s) 178.1
Current children cumulated vsize (Kb) 839476

[startup+200.014 s]
Raw data (loadavg): 1.04 1.01 1.00 2/66 8197
Raw data (/proc/8181/stat): 8181 (java) R 8180 8181 824 0 -1 0 18307 3 1 0 18694 59 0 0 25 0 11 0 1784579260 859623424 24724 4294967295 134512640 134569956 3221224352 3221214552 1131416326 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/8181/statm): 209869 24724 13129 16 0 209853 0
[pid=8181] vsize: 839476
Current children cumulated CPU time (s) 187.53
Current children cumulated vsize (Kb) 839476

[startup+210.015 s]
Raw data (loadavg): 1.04 1.01 1.00 2/66 8197
Raw data (/proc/8181/stat): 8181 (java) R 8180 8181 824 0 -1 0 18313 3 1 0 19646 59 0 0 24 0 11 0 1784579260 859623424 25174 4294967295 134512640 134569956 3221224352 3221214648 1131460739 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/8181/statm): 209869 25174 13129 16 0 209853 0
[pid=8181] vsize: 839476
Current children cumulated CPU time (s) 197.05
Current children cumulated vsize (Kb) 839476

[startup+220.016 s]
Raw data (loadavg): 1.03 1.01 1.00 2/66 8197
Raw data (/proc/8181/stat): 8181 (java) S 8180 8181 824 0 -1 0 18319 3 1 0 20605 59 0 0 17 0 11 0 1784579260 859623424 25233 4294967295 134512640 134569956 3221224352 3221213264 1073943035 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/8181/statm): 209869 25233 13129 16 0 209853 0
[pid=8181] vsize: 839476
Current children cumulated CPU time (s) 206.64
Current children cumulated vsize (Kb) 839476

[startup+230.016 s]
Raw data (loadavg): 1.02 1.01 1.00 2/66 8197
Raw data (/proc/8181/stat): 8181 (java) R 8180 8181 824 0 -1 0 18325 3 1 0 21574 60 0 0 25 0 11 0 1784579260 859623424 25290 4294967295 134512640 134569956 3221224352 3221214616 1131469202 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/8181/statm): 209869 25290 13129 16 0 209853 0
[pid=8181] vsize: 839476
Current children cumulated CPU time (s) 216.34
Current children cumulated vsize (Kb) 839476

[startup+240.017 s]
Raw data (loadavg): 1.02 1.01 1.00 2/66 8197
Raw data (/proc/8181/stat): 8181 (java) R 8180 8181 824 0 -1 0 18331 3 1 0 22538 60 0 0 25 0 11 0 1784579260 859623424 25477 4294967295 134512640 134569956 3221224352 3221214816 1131398745 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/8181/statm): 209869 25477 13129 16 0 209853 0
[pid=8181] vsize: 839476
Current children cumulated CPU time (s) 225.98
Current children cumulated vsize (Kb) 839476

[startup+250.018 s]
Raw data (loadavg): 1.02 1.01 1.00 2/66 8197
Raw data (/proc/8181/stat): 8181 (java) R 8180 8181 824 0 -1 0 18338 3 1 0 23499 61 0 0 25 0 11 0 1784579260 859623424 25545 4294967295 134512640 134569956 3221224352 3221214536 1131444607 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/8181/statm): 209869 25545 13129 16 0 209853 0
[pid=8181] vsize: 839476
Current children cumulated CPU time (s) 235.6
Current children cumulated vsize (Kb) 839476

[startup+260.019 s]
Raw data (loadavg): 1.01 1.01 1.00 2/66 8197
Raw data (/proc/8181/stat): 8181 (java) R 8180 8181 824 0 -1 0 18345 3 1 0 24458 61 0 0 19 0 11 0 1784579260 859623424 25663 4294967295 134512640 134569956 3221224352 3221214560 1131450659 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/8181/statm): 209869 25663 13129 16 0 209853 0
[pid=8181] vsize: 839476
Current children cumulated CPU time (s) 245.19
Current children cumulated vsize (Kb) 839476

[startup+270.019 s]
Raw data (loadavg): 1.01 1.01 1.00 2/66 8197
Raw data (/proc/8181/stat): 8181 (java) R 8180 8181 824 0 -1 0 18351 3 1 0 25426 61 0 0 25 0 11 0 1784579260 859623424 25787 4294967295 134512640 134569956 3221224352 3221214744 1131474518 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/8181/statm): 209869 25787 13129 16 0 209853 0
[pid=8181] vsize: 839476
Current children cumulated CPU time (s) 254.87
Current children cumulated vsize (Kb) 839476

[startup+280.02 s]
Raw data (loadavg): 1.01 1.01 1.00 1/66 8197
Raw data (/proc/8181/stat): 8181 (java) S 8180 8181 824 0 -1 0 18357 3 1 0 26393 61 0 0 25 0 11 0 1784579260 859623424 25880 4294967295 134512640 134569956 3221224352 3221213288 1073952481 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/8181/statm): 209869 25880 13129 16 0 209853 0
[pid=8181] vsize: 839476
Current children cumulated CPU time (s) 264.54
Current children cumulated vsize (Kb) 839476

[startup+290.02 s]
Raw data (loadavg): 1.01 1.01 1.00 2/66 8197
Raw data (/proc/8181/stat): 8181 (java) R 8180 8181 824 0 -1 0 18363 3 1 0 27365 62 0 0 25 0 11 0 1784579260 859623424 25947 4294967295 134512640 134569956 3221224352 3221214552 1131415976 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/8181/statm): 209869 25947 13129 16 0 209853 0
[pid=8181] vsize: 839476
Current children cumulated CPU time (s) 274.27
Current children cumulated vsize (Kb) 839476

[startup+300.02 s]
Raw data (loadavg): 1.01 1.00 1.00 2/66 8197
Raw data (/proc/8181/stat): 8181 (java) R 8180 8181 824 0 -1 0 18370 3 1 0 28329 62 0 0 25 0 11 0 1784579260 859623424 26080 4294967295 134512640 134569956 3221224352 3221214648 1131527287 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/8181/statm): 209869 26080 13129 16 0 209853 0
[pid=8181] vsize: 839476
Current children cumulated CPU time (s) 283.91
Current children cumulated vsize (Kb) 839476

[startup+310.02 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 8197
Raw data (/proc/8181/stat): 8181 (java) R 8180 8181 824 0 -1 0 18375 3 1 0 29304 62 0 0 22 0 11 0 1784579260 859623424 26152 4294967295 134512640 134569956 3221224352 3221214648 1131526054 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/8181/statm): 209869 26152 13129 16 0 209853 0
[pid=8181] vsize: 839476
Current children cumulated CPU time (s) 293.66
Current children cumulated vsize (Kb) 839476

[startup+320.02 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 8197
Raw data (/proc/8181/stat): 8181 (java) R 8180 8181 824 0 -1 0 18381 3 1 0 30273 62 0 0 22 0 11 0 1784579260 859623424 26174 4294967295 134512640 134569956 3221224352 3221214552 1131416772 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/8181/statm): 209869 26174 13129 16 0 209853 0
[pid=8181] vsize: 839476
Current children cumulated CPU time (s) 303.35
Current children cumulated vsize (Kb) 839476

[startup+330.022 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 8197
Raw data (/proc/8181/stat): 8181 (java) R 8180 8181 824 0 -1 0 18386 3 1 0 31246 62 0 0 25 0 11 0 1784579260 859623424 26269 4294967295 134512640 134569956 3221224352 3221214536 1131444596 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/8181/statm): 209869 26269 13129 16 0 209853 0
[pid=8181] vsize: 839476
Current children cumulated CPU time (s) 313.08
Current children cumulated vsize (Kb) 839476

[startup+340.022 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 8197
Raw data (/proc/8181/stat): 8181 (java) R 8180 8181 824 0 -1 0 18395 3 1 0 32197 63 0 0 25 0 11 0 1784579260 859623424 26343 4294967295 134512640 134569956 3221224352 3221214560 1131450408 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/8181/statm): 209869 26343 13129 16 0 209853 0
[pid=8181] vsize: 839476
Current children cumulated CPU time (s) 322.6
Current children cumulated vsize (Kb) 839476
One traced child (pid=8197) exited with status: 0
New thread pid=8198

[startup+350.023 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 8198
Raw data (/proc/8181/stat): 8181 (java) R 8180 8181 824 0 -1 0 18400 3 1 0 33136 63 0 0 25 0 11 0 1784579260 859623424 27092 4294967295 134512640 134569956 3221224352 3221214560 1131450341 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/8181/statm): 209869 27092 13129 16 0 209853 0
[pid=8181] vsize: 839476
Current children cumulated CPU time (s) 331.99
Current children cumulated vsize (Kb) 839476

[startup+360.024 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 8198
Raw data (/proc/8181/stat): 8181 (java) R 8180 8181 824 0 -1 0 18408 3 1 0 34054 63 0 0 17 0 11 0 1784579260 859623424 27092 4294967295 134512640 134569956 3221224352 3221214560 1131451276 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/8181/statm): 209869 27092 13129 16 0 209853 0
[pid=8181] vsize: 839476
Current children cumulated CPU time (s) 341.17
Current children cumulated vsize (Kb) 839476

[startup+370.025 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 8198
Raw data (/proc/8181/stat): 8181 (java) R 8180 8181 824 0 -1 0 18415 3 1 0 34979 64 0 0 22 0 11 0 1784579260 859623424 27284 4294967295 134512640 134569956 3221224352 3221214648 1131527387 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/8181/statm): 209869 27284 13129 16 0 209853 0
[pid=8181] vsize: 839476
Current children cumulated CPU time (s) 350.43
Current children cumulated vsize (Kb) 839476

[startup+380.025 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 8198
Raw data (/proc/8181/stat): 8181 (java) R 8180 8181 824 0 -1 0 18423 3 1 0 35904 64 0 0 17 0 11 0 1784579260 859623424 27284 4294967295 134512640 134569956 3221224352 3221214560 1131450482 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/8181/statm): 209869 27284 13129 16 0 209853 0
[pid=8181] vsize: 839476
Current children cumulated CPU time (s) 359.68
Current children cumulated vsize (Kb) 839476

[startup+390.026 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 8198
Raw data (/proc/8181/stat): 8181 (java) R 8180 8181 824 0 -1 0 18430 3 1 0 36841 64 0 0 25 0 11 0 1784579260 859623424 27918 4294967295 134512640 134569956 3221224352 3221214648 1131525873 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/8181/statm): 209869 27918 13129 16 0 209853 0
[pid=8181] vsize: 839476
Current children cumulated CPU time (s) 369.05
Current children cumulated vsize (Kb) 839476

[startup+400.027 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 8198
Raw data (/proc/8181/stat): 8181 (java) R 8180 8181 824 0 -1 0 18438 3 1 0 37815 64 0 0 16 0 11 0 1784579260 859623424 27990 4294967295 134512640 134569956 3221224352 3221214640 1131444217 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/8181/statm): 209869 27990 13129 16 0 209853 0
[pid=8181] vsize: 839476
Current children cumulated CPU time (s) 378.79
Current children cumulated vsize (Kb) 839476

[startup+410.029 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 8198
Raw data (/proc/8181/stat): 8181 (java) R 8180 8181 824 0 -1 0 18444 3 1 0 38791 65 0 0 18 0 11 0 1784579260 859623424 27996 4294967295 134512640 134569956 3221224352 3221214528 1131593016 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/8181/statm): 209869 27996 13129 16 0 209853 0
[pid=8181] vsize: 839476
Current children cumulated CPU time (s) 388.56
Current children cumulated vsize (Kb) 839476

[startup+420.028 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 8198
Raw data (/proc/8181/stat): 8181 (java) R 8180 8181 824 0 -1 0 18449 3 1 0 39764 65 0 0 23 0 11 0 1784579260 859623424 28046 4294967295 134512640 134569956 3221224352 3221214640 1131444153 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/8181/statm): 209869 28046 13129 16 0 209853 0
[pid=8181] vsize: 839476
Current children cumulated CPU time (s) 398.29
Current children cumulated vsize (Kb) 839476

[startup+430.029 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 8198
Raw data (/proc/8181/stat): 8181 (java) R 8180 8181 824 0 -1 0 18455 3 1 0 40728 65 0 0 25 0 11 0 1784579260 859623424 28094 4294967295 134512640 134569956 3221224352 3221214648 1131527432 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/8181/statm): 209869 28094 13129 16 0 209853 0
[pid=8181] vsize: 839476
Current children cumulated CPU time (s) 407.93
Current children cumulated vsize (Kb) 839476

[startup+440.03 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 8198
Raw data (/proc/8181/stat): 8181 (java) R 8180 8181 824 0 -1 0 18461 3 1 0 41690 65 0 0 25 0 11 0 1784579260 859623424 28142 4294967295 134512640 134569956 3221224352 3221214648 1131526054 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/8181/statm): 209869 28142 13129 16 0 209853 0
[pid=8181] vsize: 839476
Current children cumulated CPU time (s) 417.55
Current children cumulated vsize (Kb) 839476

[startup+450.031 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 8198
Raw data (/proc/8181/stat): 8181 (java) R 8180 8181 824 0 -1 0 18466 3 1 0 42655 66 0 0 25 0 11 0 1784579260 859623424 28187 4294967295 134512640 134569956 3221224352 3221214648 1131526126 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/8181/statm): 209869 28187 13129 16 0 209853 0
[pid=8181] vsize: 839476
Current children cumulated CPU time (s) 427.21
Current children cumulated vsize (Kb) 839476

[startup+460.031 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 8198
Raw data (/proc/8181/stat): 8181 (java) R 8180 8181 824 0 -1 0 18473 3 1 0 43606 66 0 0 18 0 11 0 1784579260 859623424 28281 4294967295 134512640 134569956 3221224352 3221214504 1131616025 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/8181/statm): 209869 28281 13129 16 0 209853 0
[pid=8181] vsize: 839476
Current children cumulated CPU time (s) 436.72
Current children cumulated vsize (Kb) 839476

[startup+470.032 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 8198
Raw data (/proc/8181/stat): 8181 (java) R 8180 8181 824 0 -1 0 18480 3 1 0 44560 66 0 0 25 0 11 0 1784579260 859623424 28472 4294967295 134512640 134569956 3221224352 3221214552 1131416421 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/8181/statm): 209869 28472 13129 16 0 209853 0
[pid=8181] vsize: 839476
Current children cumulated CPU time (s) 446.26
Current children cumulated vsize (Kb) 839476

[startup+480.033 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 8198
Raw data (/proc/8181/stat): 8181 (java) R 8180 8181 824 0 -1 0 18484 3 1 0 45534 67 0 0 25 0 11 0 1784579260 859623424 28576 4294967295 134512640 134569956 3221224352 3221214648 1131526054 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/8181/statm): 209869 28576 13129 16 0 209853 0
[pid=8181] vsize: 839476
Current children cumulated CPU time (s) 456.01
Current children cumulated vsize (Kb) 839476

[startup+490.034 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 8198
Raw data (/proc/8181/stat): 8181 (java) R 8180 8181 824 0 -1 0 18492 3 1 0 46489 67 0 0 18 0 11 0 1784579260 859623424 28627 4294967295 134512640 134569956 3221224352 3221214560 1131450631 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/8181/statm): 209869 28627 13129 16 0 209853 0
[pid=8181] vsize: 839476
Current children cumulated CPU time (s) 465.56
Current children cumulated vsize (Kb) 839476

[startup+500.033 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 8198
Raw data (/proc/8181/stat): 8181 (java) R 8180 8181 824 0 -1 0 18497 3 1 0 47454 67 0 0 25 0 11 0 1784579260 859623424 28752 4294967295 134512640 134569956 3221224352 3221214648 1131526126 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/8181/statm): 209869 28752 13129 16 0 209853 0
[pid=8181] vsize: 839476
Current children cumulated CPU time (s) 475.21
Current children cumulated vsize (Kb) 839476

[startup+510.034 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 8198
Raw data (/proc/8181/stat): 8181 (java) R 8180 8181 824 0 -1 0 18502 3 1 0 48418 68 0 0 25 0 11 0 1784579260 859623424 28826 4294967295 134512640 134569956 3221224352 3221214648 1131528925 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/8181/statm): 209869 28826 13129 16 0 209853 0
[pid=8181] vsize: 839476
Current children cumulated CPU time (s) 484.86
Current children cumulated vsize (Kb) 839476

[startup+520.035 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 8198
Raw data (/proc/8181/stat): 8181 (java) R 8180 8181 824 0 -1 0 18510 3 1 0 49369 68 0 0 22 0 11 0 1784579260 859623424 28898 4294967295 134512640 134569956 3221224352 3221214648 1131527894 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/8181/statm): 209869 28898 13129 16 0 209853 0
[pid=8181] vsize: 839476
Current children cumulated CPU time (s) 494.37
Current children cumulated vsize (Kb) 839476

[startup+530.036 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 8198
Raw data (/proc/8181/stat): 8181 (java) R 8180 8181 824 0 -1 0 18519 3 1 0 50316 69 0 0 25 0 11 0 1784579260 859623424 29121 4294967295 134512640 134569956 3221224352 3221214560 1131365605 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/8181/statm): 209869 29121 13129 16 0 209853 0
[pid=8181] vsize: 839476
Current children cumulated CPU time (s) 503.85
Current children cumulated vsize (Kb) 839476
One traced child (pid=8198) exited with status: 0
New thread pid=8199

[startup+540.036 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 8199
Raw data (/proc/8181/stat): 8181 (java) R 8180 8181 824 0 -1 0 18524 3 1 0 51257 69 0 0 24 0 11 0 1784579260 859623424 29489 4294967295 134512640 134569956 3221224352 3221214816 1131398745 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/8181/statm): 209869 29489 13129 16 0 209853 0
[pid=8181] vsize: 839476
Current children cumulated CPU time (s) 513.26
Current children cumulated vsize (Kb) 839476

[startup+550.037 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 8199
Raw data (/proc/8181/stat): 8181 (java) R 8180 8181 824 0 -1 0 18532 3 1 0 52171 69 0 0 15 0 11 0 1784579260 859623424 29494 4294967295 134512640 134569956 3221224352 3221214560 1131450425 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/8181/statm): 209869 29494 13129 16 0 209853 0
[pid=8181] vsize: 839476
Current children cumulated CPU time (s) 522.4
Current children cumulated vsize (Kb) 839476

[startup+560.038 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 8199
Raw data (/proc/8181/stat): 8181 (java) R 8180 8181 824 0 -1 0 18540 3 1 0 53091 69 0 0 18 0 11 0 1784579260 859623424 29600 4294967295 134512640 134569956 3221224352 3221214648 1131527432 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/8181/statm): 209869 29600 13129 16 0 209853 0
[pid=8181] vsize: 839476
Current children cumulated CPU time (s) 531.6
Current children cumulated vsize (Kb) 839476

[startup+570.039 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 8199
Raw data (/proc/8181/stat): 8181 (java) R 8180 8181 824 0 -1 0 18548 3 1 0 54010 69 0 0 18 0 11 0 1784579260 859623424 29600 4294967295 134512640 134569956 3221224352 3221214648 1131526126 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/8181/statm): 209869 29600 13129 16 0 209853 0
[pid=8181] vsize: 839476
Current children cumulated CPU time (s) 540.79
Current children cumulated vsize (Kb) 839476

[startup+580.04 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 8199
Raw data (/proc/8181/stat): 8181 (java) R 8180 8181 824 0 -1 0 18553 3 1 0 54968 69 0 0 25 0 11 0 1784579260 859623424 30382 4294967295 134512640 134569956 3221224352 3221214816 1131398745 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/8181/statm): 209869 30382 13129 16 0 209853 0
[pid=8181] vsize: 839476
Current children cumulated CPU time (s) 550.37
Current children cumulated vsize (Kb) 839476

[startup+590.042 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 8199
Raw data (/proc/8181/stat): 8181 (java) R 8180 8181 824 0 -1 0 18561 3 1 0 55940 70 0 0 25 0 11 0 1784579260 859623424 30401 4294967295 134512640 134569956 3221224352 3221214552 1131416177 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/8181/statm): 209869 30401 13129 16 0 209853 0
[pid=8181] vsize: 839476
Current children cumulated CPU time (s) 560.1
Current children cumulated vsize (Kb) 839476

[startup+600.042 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 8199
Raw data (/proc/8181/stat): 8181 (java) R 8180 8181 824 0 -1 0 18567 3 1 0 56911 70 0 0 18 0 11 0 1784579260 859623424 30415 4294967295 134512640 134569956 3221224352 3221214504 1131501446 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/8181/statm): 209869 30415 13129 16 0 209853 0
[pid=8181] vsize: 839476
Current children cumulated CPU time (s) 569.81
Current children cumulated vsize (Kb) 839476

[startup+610.043 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 8199
Raw data (/proc/8181/stat): 8181 (java) R 8180 8181 824 0 -1 0 18573 3 1 0 57878 70 0 0 24 0 11 0 1784579260 859623424 30419 4294967295 134512640 134569956 3221224352 3221214648 1131527432 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/8181/statm): 209869 30419 13129 16 0 209853 0
[pid=8181] vsize: 839476
Current children cumulated CPU time (s) 579.48
Current children cumulated vsize (Kb) 839476

[startup+620.043 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 8199
Raw data (/proc/8181/stat): 8181 (java) R 8180 8181 824 0 -1 0 18579 3 1 0 58841 71 0 0 25 0 11 0 1784579260 859623424 30503 4294967295 134512640 134569956 3221224352 3221214648 1131460775 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/8181/statm): 209869 30503 13129 16 0 209853 0
[pid=8181] vsize: 839476
Current children cumulated CPU time (s) 589.12
Current children cumulated vsize (Kb) 839476

[startup+630.044 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 8199
Raw data (/proc/8181/stat): 8181 (java) R 8180 8181 824 0 -1 0 18586 3 1 0 59807 71 0 0 18 0 11 0 1784579260 859623424 30626 4294967295 134512640 134569956 3221224352 3221214648 1131526126 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/8181/statm): 209869 30626 13129 16 0 209853 0
[pid=8181] vsize: 839476
Current children cumulated CPU time (s) 598.78
Current children cumulated vsize (Kb) 839476

[startup+640.045 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 8199
Raw data (/proc/8181/stat): 8181 (java) R 8180 8181 824 0 -1 0 18594 3 1 0 60771 72 0 0 24 0 11 0 1784579260 859623424 30700 4294967295 134512640 134569956 3221224352 3221214560 1131450482 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/8181/statm): 209869 30700 13129 16 0 209853 0
[pid=8181] vsize: 839476
Current children cumulated CPU time (s) 608.43
Current children cumulated vsize (Kb) 839476

[startup+650.048 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 8199
Raw data (/proc/8181/stat): 8181 (java) R 8180 8181 824 0 -1 0 18602 3 1 0 61742 72 0 0 18 0 11 0 1784579260 859623424 30878 4294967295 134512640 134569956 3221224352 3221214648 1131527900 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/8181/statm): 209869 30878 13129 16 0 209853 0
[pid=8181] vsize: 839476
Current children cumulated CPU time (s) 618.14
Current children cumulated vsize (Kb) 839476

[startup+660.049 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 8199
Raw data (/proc/8181/stat): 8181 (java) R 8180 8181 824 0 -1 0 18609 3 1 0 62721 72 0 0 22 0 11 0 1784579260 859623424 30952 4294967295 134512640 134569956 3221224352 3221214552 1131416134 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/8181/statm): 209869 30952 13129 16 0 209853 0
[pid=8181] vsize: 839476
Current children cumulated CPU time (s) 627.93
Current children cumulated vsize (Kb) 839476

[startup+670.05 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 8199
Raw data (/proc/8181/stat): 8181 (java) R 8180 8181 824 0 -1 0 18614 3 1 0 63703 73 0 0 25 0 11 0 1784579260 859623424 30967 4294967295 134512640 134569956 3221224352 3221214552 1131416230 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/8181/statm): 209869 30967 13129 16 0 209853 0
[pid=8181] vsize: 839476
Current children cumulated CPU time (s) 637.76
Current children cumulated vsize (Kb) 839476

[startup+680.051 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 8199
Raw data (/proc/8181/stat): 8181 (java) R 8180 8181 824 0 -1 0 18619 3 1 0 64678 73 0 0 17 0 11 0 1784579260 859623424 30989 4294967295 134512640 134569956 3221224352 3221214648 1131527035 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/8181/statm): 209869 30989 13129 16 0 209853 0
[pid=8181] vsize: 839476
Current children cumulated CPU time (s) 647.51
Current children cumulated vsize (Kb) 839476

[startup+690.051 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 8199
Raw data (/proc/8181/stat): 8181 (java) R 8180 8181 824 0 -1 0 18625 3 1 0 65646 73 0 0 25 0 11 0 1784579260 859623424 31002 4294967295 134512640 134569956 3221224352 3221214648 1131526149 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/8181/statm): 209869 31002 13129 16 0 209853 0
[pid=8181] vsize: 839476
Current children cumulated CPU time (s) 657.19
Current children cumulated vsize (Kb) 839476

[startup+700.051 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 8199
Raw data (/proc/8181/stat): 8181 (java) R 8180 8181 824 0 -1 0 18633 3 1 0 66602 74 0 0 21 0 11 0 1784579260 859623424 31050 4294967295 134512640 134569956 3221224352 3221214560 1131366620 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/8181/statm): 209869 31050 13129 16 0 209853 0
[pid=8181] vsize: 839476
Current children cumulated CPU time (s) 666.76
Current children cumulated vsize (Kb) 839476

[startup+710.053 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 8199
Raw data (/proc/8181/stat): 8181 (java) R 8180 8181 824 0 -1 0 18639 3 1 0 67569 74 0 0 25 0 11 0 1784579260 859623424 31093 4294967295 134512640 134569956 3221224352 3221214648 1131526061 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/8181/statm): 209869 31093 13129 16 0 209853 0
[pid=8181] vsize: 839476
Current children cumulated CPU time (s) 676.43
Current children cumulated vsize (Kb) 839476

[startup+720.053 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 8199
Raw data (/proc/8181/stat): 8181 (java) R 8180 8181 824 0 -1 0 18645 3 1 0 68533 75 0 0 25 0 11 0 1784579260 859623424 31266 4294967295 134512640 134569956 3221224352 3221214560 1131450505 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/8181/statm): 209869 31266 13129 16 0 209853 0
[pid=8181] vsize: 839476
Current children cumulated CPU time (s) 686.08
Current children cumulated vsize (Kb) 839476

[startup+730.054 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 8199
Raw data (/proc/8181/stat): 8181 (java) R 8180 8181 824 0 -1 0 18650 3 1 0 69508 75 0 0 25 0 11 0 1784579260 859623424 31382 4294967295 134512640 134569956 3221224352 3221214648 1131526126 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/8181/statm): 209869 31382 13129 16 0 209853 0
[pid=8181] vsize: 839476
Current children cumulated CPU time (s) 695.83
Current children cumulated vsize (Kb) 839476

[startup+740.055 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 8199
Raw data (/proc/8181/stat): 8181 (java) R 8180 8181 824 0 -1 0 18655 3 1 0 70480 75 0 0 18 0 11 0 1784579260 859623424 31399 4294967295 134512640 134569956 3221224352 3221214648 1131526061 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/8181/statm): 209869 31399 13129 16 0 209853 0
[pid=8181] vsize: 839476
Current children cumulated CPU time (s) 705.55
Current children cumulated vsize (Kb) 839476

[startup+750.055 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 8199
Raw data (/proc/8181/stat): 8181 (java) R 8180 8181 824 0 -1 0 18662 3 1 0 71440 76 0 0 16 0 11 0 1784579260 859623424 31473 4294967295 134512640 134569956 3221224352 3221214648 1131526093 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/8181/statm): 209869 31473 13129 16 0 209853 0
[pid=8181] vsize: 839476
Current children cumulated CPU time (s) 715.16
Current children cumulated vsize (Kb) 839476

[startup+760.057 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 8199
Raw data (/proc/8181/stat): 8181 (java) S 8180 8181 824 0 -1 0 18665 3 1 0 72419 76 0 0 17 0 11 0 1784579260 859623424 31485 4294967295 134512640 134569956 3221224352 3221213392 1073943035 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/8181/statm): 209869 31485 13129 16 0 209853 0
[pid=8181] vsize: 839476
Current children cumulated CPU time (s) 724.95
Current children cumulated vsize (Kb) 839476

[startup+770.057 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 8199
Raw data (/proc/8181/stat): 8181 (java) S 8180 8181 824 0 -1 0 18673 3 1 0 73378 76 0 0 25 0 11 0 1784579260 859623424 31577 4294967295 134512640 134569956 3221224352 3221213160 1073952481 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/8181/statm): 209869 31577 13129 16 0 209853 0
[pid=8181] vsize: 839476
Current children cumulated CPU time (s) 734.54
Current children cumulated vsize (Kb) 839476

[startup+780.058 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 8199
Raw data (/proc/8181/stat): 8181 (java) R 8180 8181 824 0 -1 0 18681 3 1 0 74340 77 0 0 25 0 11 0 1784579260 859623424 31755 4294967295 134512640 134569956 3221224352 3221214560 1131365560 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/8181/statm): 209869 31755 13129 16 0 209853 0
[pid=8181] vsize: 839476
Current children cumulated CPU time (s) 744.17
Current children cumulated vsize (Kb) 839476

[startup+790.059 s]
Raw data (loadavg): 1.07 1.02 1.00 2/66 8199
Raw data (/proc/8181/stat): 8181 (java) R 8180 8181 824 0 -1 0 18690 3 1 0 75307 77 0 0 19 0 11 0 1784579260 859623424 31938 4294967295 134512640 134569956 3221224352 3221214536 1131444723 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/8181/statm): 209869 31938 13129 16 0 209853 0
[pid=8181] vsize: 839476
Current children cumulated CPU time (s) 753.84
Current children cumulated vsize (Kb) 839476
One traced child (pid=8199) exited with status: 0
New thread pid=8200

[startup+800.06 s]
Raw data (loadavg): 1.06 1.02 1.00 2/66 8200
Raw data (/proc/8181/stat): 8181 (java) R 8180 8181 824 0 -1 0 18695 3 1 0 76260 77 0 0 18 0 11 0 1784579260 859623424 31970 4294967295 134512640 134569956 3221224352 3221214640 1131444174 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/8181/statm): 209869 31970 13129 16 0 209853 0
[pid=8181] vsize: 839476
Current children cumulated CPU time (s) 763.37
Current children cumulated vsize (Kb) 839476

[startup+810.06 s]
Raw data (loadavg): 1.05 1.01 1.00 2/66 8200
Raw data (/proc/8181/stat): 8181 (java) R 8180 8181 824 0 -1 0 18702 3 1 0 77194 78 0 0 21 0 11 0 1784579260 859623424 31975 4294967295 134512640 134569956 3221224352 3221214648 1131528080 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/8181/statm): 209869 31975 13129 16 0 209853 0
[pid=8181] vsize: 839476
Current children cumulated CPU time (s) 772.72
Current children cumulated vsize (Kb) 839476

[startup+820.061 s]
Raw data (loadavg): 1.04 1.01 1.00 2/66 8200
Raw data (/proc/8181/stat): 8181 (java) R 8180 8181 824 0 -1 0 18710 3 1 0 78121 78 0 0 21 0 11 0 1784579260 859623424 31976 4294967295 134512640 134569956 3221224352 3221214560 1131450482 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/8181/statm): 209869 31976 13129 16 0 209853 0
[pid=8181] vsize: 839476
Current children cumulated CPU time (s) 781.99
Current children cumulated vsize (Kb) 839476

[startup+830.063 s]
Raw data (loadavg): 1.04 1.01 1.00 2/66 8200
Raw data (/proc/8181/stat): 8181 (java) R 8180 8181 824 0 -1 0 18718 3 1 0 79044 79 0 0 22 0 11 0 1784579260 859623424 31976 4294967295 134512640 134569956 3221224352 3221214560 1131450421 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/8181/statm): 209869 31976 13129 16 0 209853 0
[pid=8181] vsize: 839476
Current children cumulated CPU time (s) 791.23
Current children cumulated vsize (Kb) 839476

[startup+840.064 s]
Raw data (loadavg): 1.03 1.01 1.00 2/66 8200
Raw data (/proc/8181/stat): 8181 (java) R 8180 8181 824 0 -1 0 18727 3 1 0 80000 79 0 0 25 0 11 0 1784579260 859623424 32734 4294967295 134512640 134569956 3221224352 3221214560 1131450530 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/8181/statm): 209869 32734 13129 16 0 209853 0
[pid=8181] vsize: 839476
Current children cumulated CPU time (s) 800.79
Current children cumulated vsize (Kb) 839476

[startup+850.064 s]
Raw data (loadavg): 1.02 1.01 1.00 2/66 8200
Raw data (/proc/8181/stat): 8181 (java) R 8180 8181 824 0 -1 0 18734 3 1 0 80987 79 0 0 25 0 11 0 1784579260 859623424 32747 4294967295 134512640 134569956 3221224352 3221214648 1131526155 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/8181/statm): 209869 32747 13129 16 0 209853 0
[pid=8181] vsize: 839476
Current children cumulated CPU time (s) 810.66
Current children cumulated vsize (Kb) 839476

[startup+860.065 s]
Raw data (loadavg): 1.02 1.01 1.00 2/66 8200
Raw data (/proc/8181/stat): 8181 (java) R 8180 8181 824 0 -1 0 18743 3 1 0 81969 79 0 0 18 0 11 0 1784579260 859623424 32776 4294967295 134512640 134569956 3221224352 3221214536 1131445299 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/8181/statm): 209869 32776 13129 16 0 209853 0
[pid=8181] vsize: 839476
Current children cumulated CPU time (s) 820.48
Current children cumulated vsize (Kb) 839476

[startup+870.066 s]
Raw data (loadavg): 1.02 1.01 1.00 2/66 8200
Raw data (/proc/8181/stat): 8181 (java) R 8180 8181 824 0 -1 0 18748 3 1 0 82959 80 0 0 25 0 11 0 1784579260 859623424 32781 4294967295 134512640 134569956 3221224352 3221214648 1131526126 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/8181/statm): 209869 32781 13129 16 0 209853 0
[pid=8181] vsize: 839476
Current children cumulated CPU time (s) 830.39
Current children cumulated vsize (Kb) 839476

[startup+880.067 s]
Raw data (loadavg): 1.01 1.01 1.00 2/66 8200
Raw data (/proc/8181/stat): 8181 (java) R 8180 8181 824 0 -1 0 18757 3 1 0 83938 80 0 0 17 0 11 0 1784579260 859623424 32788 4294967295 134512640 134569956 3221224352 3221214560 1131450968 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/8181/statm): 209869 32788 13129 16 0 209853 0
[pid=8181] vsize: 839476
Current children cumulated CPU time (s) 840.18
Current children cumulated vsize (Kb) 839476

[startup+890.067 s]
Raw data (loadavg): 1.08 1.02 1.00 2/66 8200
Raw data (/proc/8181/stat): 8181 (java) R 8180 8181 824 0 -1 0 18763 3 1 0 84923 80 0 0 21 0 11 0 1784579260 859623424 32822 4294967295 134512640 134569956 3221224352 3221214644 1131444140 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/8181/statm): 209869 32822 13129 16 0 209853 0
[pid=8181] vsize: 839476
Current children cumulated CPU time (s) 850.03
Current children cumulated vsize (Kb) 839476

[startup+900.068 s]
Raw data (loadavg): 1.07 1.02 1.00 2/66 8200
Raw data (/proc/8181/stat): 8181 (java) R 8180 8181 824 0 -1 0 18768 3 1 0 85906 81 0 0 25 0 11 0 1784579260 859623424 32847 4294967295 134512640 134569956 3221224352 3221214648 1131526149 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/8181/statm): 209869 32847 13129 16 0 209853 0
[pid=8181] vsize: 839476
Current children cumulated CPU time (s) 859.87
Current children cumulated vsize (Kb) 839476

[startup+910.069 s]
Raw data (loadavg): 1.06 1.02 1.00 2/66 8200
Raw data (/proc/8181/stat): 8181 (java) S 8180 8181 824 0 -1 0 18773 3 1 0 86884 81 0 0 25 0 11 0 1784579260 859623424 32848 4294967295 134512640 134569956 3221224352 3221213392 1073943035 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/8181/statm): 209869 32848 13129 16 0 209853 0
[pid=8181] vsize: 839476
Current children cumulated CPU time (s) 869.65
Current children cumulated vsize (Kb) 839476

[startup+920.069 s]
Raw data (loadavg): 1.05 1.02 1.00 2/66 8200
Raw data (/proc/8181/stat): 8181 (java) R 8180 8181 824 0 -1 0 18782 3 1 0 87853 81 0 0 17 0 11 0 1784579260 859623424 32912 4294967295 134512640 134569956 3221224352 3221214560 1131450727 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/8181/statm): 209869 32912 13129 16 0 209853 0
[pid=8181] vsize: 839476
Current children cumulated CPU time (s) 879.34
Current children cumulated vsize (Kb) 839476

[startup+930.07 s]
Raw data (loadavg): 1.04 1.02 1.00 2/66 8200
Raw data (/proc/8181/stat): 8181 (java) R 8180 8181 824 0 -1 0 18789 3 1 0 88827 81 0 0 17 0 11 0 1784579260 859623424 32912 4294967295 134512640 134569956 3221224352 3221214816 1131398745 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/8181/statm): 209869 32912 13129 16 0 209853 0
[pid=8181] vsize: 839476
Current children cumulated CPU time (s) 889.08
Current children cumulated vsize (Kb) 839476

[startup+940.072 s]
Raw data (loadavg): 1.11 1.03 1.01 2/66 8200
Raw data (/proc/8181/stat): 8181 (java) R 8180 8181 824 0 -1 0 18796 3 1 0 89801 82 0 0 25 0 11 0 1784579260 859623424 33038 4294967295 134512640 134569956 3221224352 3221214648 1131526061 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/8181/statm): 209869 33038 13129 16 0 209853 0
[pid=8181] vsize: 839476
Current children cumulated CPU time (s) 898.83
Current children cumulated vsize (Kb) 839476

[startup+950.073 s]
Raw data (loadavg): 1.09 1.03 1.00 2/66 8200
Raw data (/proc/8181/stat): 8181 (java) R 8180 8181 824 0 -1 0 18804 3 1 0 90780 82 0 0 25 0 11 0 1784579260 859623424 33145 4294967295 134512640 134569956 3221224352 3221214648 1131528183 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/8181/statm): 209869 33145 13129 16 0 209853 0
[pid=8181] vsize: 839476
Current children cumulated CPU time (s) 908.62
Current children cumulated vsize (Kb) 839476

[startup+960.073 s]
Raw data (loadavg): 1.08 1.03 1.00 2/66 8200
Raw data (/proc/8181/stat): 8181 (java) R 8180 8181 824 0 -1 0 18811 3 1 0 91765 82 0 0 25 0 11 0 1784579260 859623424 33161 4294967295 134512640 134569956 3221224352 3221214648 1131526935 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/8181/statm): 209869 33161 13129 16 0 209853 0
[pid=8181] vsize: 839476
Current children cumulated CPU time (s) 918.47
Current children cumulated vsize (Kb) 839476

[startup+970.074 s]
Raw data (loadavg): 1.06 1.03 1.00 2/66 8200
Raw data (/proc/8181/stat): 8181 (java) R 8180 8181 824 0 -1 0 18820 3 1 0 92745 82 0 0 17 0 11 0 1784579260 859623424 33198 4294967295 134512640 134569956 3221224352 3221214536 1131444717 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/8181/statm): 209869 33198 13129 16 0 209853 0
[pid=8181] vsize: 839476
Current children cumulated CPU time (s) 928.27
Current children cumulated vsize (Kb) 839476

[startup+980.075 s]
Raw data (loadavg): 1.05 1.03 1.00 2/66 8200
Raw data (/proc/8181/stat): 8181 (java) R 8180 8181 824 0 -1 0 18827 3 1 0 93725 83 0 0 25 0 11 0 1784579260 859623424 33223 4294967295 134512640 134569956 3221224352 3221214528 1131592559 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/8181/statm): 209869 33223 13129 16 0 209853 0
[pid=8181] vsize: 839476
Current children cumulated CPU time (s) 938.08
Current children cumulated vsize (Kb) 839476

[startup+990.076 s]
Raw data (loadavg): 1.05 1.03 1.00 2/66 8200
Raw data (/proc/8181/stat): 8181 (java) R 8180 8181 824 0 -1 0 18834 3 1 0 94702 83 0 0 16 0 11 0 1784579260 859623424 33252 4294967295 134512640 134569956 3221224352 3221214648 1131526061 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/8181/statm): 209869 33252 13129 16 0 209853 0
[pid=8181] vsize: 839476
Current children cumulated CPU time (s) 947.85
Current children cumulated vsize (Kb) 839476

[startup+1000.08 s]
Raw data (loadavg): 1.04 1.03 1.00 2/66 8200
Raw data (/proc/8181/stat): 8181 (java) R 8180 8181 824 0 -1 0 18840 3 1 0 95678 83 0 0 17 0 11 0 1784579260 859623424 33264 4294967295 134512640 134569956 3221224352 3221214640 1131444207 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/8181/statm): 209869 33264 13129 16 0 209853 0
[pid=8181] vsize: 839476
Current children cumulated CPU time (s) 957.61
Current children cumulated vsize (Kb) 839476

[startup+1010.08 s]
Raw data (loadavg): 1.03 1.02 1.00 2/66 8200
Raw data (/proc/8181/stat): 8181 (java) R 8180 8181 824 0 -1 0 18845 3 1 0 96652 83 0 0 18 0 11 0 1784579260 859623424 33276 4294967295 134512640 134569956 3221224352 3221214712 1131585716 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/8181/statm): 209869 33276 13129 16 0 209853 0
[pid=8181] vsize: 839476
Current children cumulated CPU time (s) 967.35
Current children cumulated vsize (Kb) 839476

[startup+1020.08 s]
Raw data (loadavg): 1.03 1.02 1.00 2/66 8200
Raw data (/proc/8181/stat): 8181 (java) R 8180 8181 824 0 -1 0 18852 3 1 0 97612 84 0 0 25 0 11 0 1784579260 859623424 33347 4294967295 134512640 134569956 3221224352 3221214648 1131527432 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/8181/statm): 209869 33347 13129 16 0 209853 0
[pid=8181] vsize: 839476
Current children cumulated CPU time (s) 976.96
Current children cumulated vsize (Kb) 839476

[startup+1030.08 s]
Raw data (loadavg): 1.02 1.02 1.00 2/66 8200
Raw data (/proc/8181/stat): 8181 (java) R 8180 8181 824 0 -1 0 18859 3 1 0 98576 84 0 0 16 0 11 0 1784579260 859623424 33395 4294967295 134512640 134569956 3221224352 3221214648 1131525873 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/8181/statm): 209869 33395 13129 16 0 209853 0
[pid=8181] vsize: 839476
Current children cumulated CPU time (s) 986.6
Current children cumulated vsize (Kb) 839476

[startup+1040.08 s]
Raw data (loadavg): 1.02 1.02 1.00 2/66 8200
Raw data (/proc/8181/stat): 8181 (java) R 8180 8181 824 0 -1 0 18865 3 1 0 99546 84 0 0 25 0 11 0 1784579260 859623424 33495 4294967295 134512640 134569956 3221224352 3221214528 1131593009 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/8181/statm): 209869 33495 13129 16 0 209853 0
[pid=8181] vsize: 839476
Current children cumulated CPU time (s) 996.3
Current children cumulated vsize (Kb) 839476

[startup+1050.08 s]
Raw data (loadavg): 1.02 1.02 1.00 2/66 8200
Raw data (/proc/8181/stat): 8181 (java) R 8180 8181 824 0 -1 0 18870 3 1 0 100520 85 0 0 25 0 11 0 1784579260 859623424 33528 4294967295 134512640 134569956 3221224352 3221214560 1131450456 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/8181/statm): 209869 33528 13129 16 0 209853 0
[pid=8181] vsize: 839476
Current children cumulated CPU time (s) 1006.05
Current children cumulated vsize (Kb) 839476

[startup+1060.08 s]
Raw data (loadavg): 1.01 1.02 1.00 2/66 8200
Raw data (/proc/8181/stat): 8181 (java) R 8180 8181 824 0 -1 0 18876 3 1 0 101493 85 0 0 20 0 11 0 1784579260 859623424 33658 4294967295 134512640 134569956 3221224352 3221214560 1131450353 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/8181/statm): 209869 33658 13129 16 0 209853 0
[pid=8181] vsize: 839476
Current children cumulated CPU time (s) 1015.78
Current children cumulated vsize (Kb) 839476

[startup+1070.08 s]
Raw data (loadavg): 1.01 1.02 1.00 2/66 8200
Raw data (/proc/8181/stat): 8181 (java) R 8180 8181 824 0 -1 0 18881 3 1 0 102471 85 0 0 25 0 11 0 1784579260 859623424 33717 4294967295 134512640 134569956 3221224352 3221214648 1131460736 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/8181/statm): 209869 33717 13129 16 0 209853 0
[pid=8181] vsize: 839476
Current children cumulated CPU time (s) 1025.56
Current children cumulated vsize (Kb) 839476

[startup+1080.08 s]
Raw data (loadavg): 1.01 1.02 1.00 2/66 8200
Raw data (/proc/8181/stat): 8181 (java) R 8180 8181 824 0 -1 0 18888 3 1 0 103437 85 0 0 23 0 11 0 1784579260 859623424 33731 4294967295 134512640 134569956 3221224352 3221214648 1131527432 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/8181/statm): 209869 33731 13129 16 0 209853 0
[pid=8181] vsize: 839476
Current children cumulated CPU time (s) 1035.22
Current children cumulated vsize (Kb) 839476

[startup+1090.09 s]
Raw data (loadavg): 1.01 1.02 1.00 2/66 8200
Raw data (/proc/8181/stat): 8181 (java) R 8180 8181 824 0 -1 0 18894 3 1 0 104409 86 0 0 25 0 11 0 1784579260 859623424 33775 4294967295 134512640 134569956 3221224352 3221214560 1131450655 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/8181/statm): 209869 33775 13129 16 0 209853 0
[pid=8181] vsize: 839476
Current children cumulated CPU time (s) 1044.95
Current children cumulated vsize (Kb) 839476

[startup+1100.08 s]
Raw data (loadavg): 1.00 1.02 1.00 2/66 8200
Raw data (/proc/8181/stat): 8181 (java) R 8180 8181 824 0 -1 0 18902 3 1 0 105374 86 0 0 24 0 11 0 1784579260 859623424 33887 4294967295 134512640 134569956 3221224352 3221214560 1131365560 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/8181/statm): 209869 33887 13129 16 0 209853 0
[pid=8181] vsize: 839476
Current children cumulated CPU time (s) 1054.6
Current children cumulated vsize (Kb) 839476

[startup+1110.09 s]
Raw data (loadavg): 1.00 1.02 1.00 2/66 8200
Raw data (/proc/8181/stat): 8181 (java) R 8180 8181 824 0 -1 0 18908 3 1 0 106350 86 0 0 25 0 11 0 1784579260 859623424 33984 4294967295 134512640 134569956 3221224352 3221214648 1131526061 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/8181/statm): 209869 33984 13129 16 0 209853 0
[pid=8181] vsize: 839476
Current children cumulated CPU time (s) 1064.36
Current children cumulated vsize (Kb) 839476

[startup+1120.09 s]
Raw data (loadavg): 1.00 1.01 1.00 2/66 8200
Raw data (/proc/8181/stat): 8181 (java) R 8180 8181 824 0 -1 0 18915 3 1 0 107328 86 0 0 25 0 11 0 1784579260 859623424 34093 4294967295 134512640 134569956 3221224352 3221214648 1131528029 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/8181/statm): 209869 34093 13129 16 0 209853 0
[pid=8181] vsize: 839476
Current children cumulated CPU time (s) 1074.14
Current children cumulated vsize (Kb) 839476

[startup+1130.09 s]
Raw data (loadavg): 1.00 1.01 1.00 2/66 8200
Raw data (/proc/8181/stat): 8181 (java) R 8180 8181 824 0 -1 0 18920 3 1 0 108312 87 0 0 25 0 11 0 1784579260 859623424 34094 4294967295 134512640 134569956 3221224352 3221214560 1131365574 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/8181/statm): 209869 34094 13129 16 0 209853 0
[pid=8181] vsize: 839476
Current children cumulated CPU time (s) 1083.99
Current children cumulated vsize (Kb) 839476

[startup+1140.09 s]
Raw data (loadavg): 1.00 1.01 1.00 2/66 8200
Raw data (/proc/8181/stat): 8181 (java) R 8180 8181 824 0 -1 0 18928 3 1 0 109291 87 0 0 19 0 11 0 1784579260 859623424 34180 4294967295 134512640 134569956 3221224352 3221214648 1131528070 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/8181/statm): 209869 34180 13129 16 0 209853 0
[pid=8181] vsize: 839476
Current children cumulated CPU time (s) 1093.78
Current children cumulated vsize (Kb) 839476

[startup+1150.09 s]
Raw data (loadavg): 1.00 1.01 1.00 2/66 8200
Raw data (/proc/8181/stat): 8181 (java) R 8180 8181 824 0 -1 0 18937 3 1 0 110270 87 0 0 24 0 11 0 1784579260 859623424 34197 4294967295 134512640 134569956 3221224352 3221214648 1131527320 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/8181/statm): 209869 34197 13129 16 0 209853 0
[pid=8181] vsize: 839476
Current children cumulated CPU time (s) 1103.57
Current children cumulated vsize (Kb) 839476

[startup+1160.09 s]
Raw data (loadavg): 1.00 1.01 1.00 2/66 8200
Raw data (/proc/8181/stat): 8181 (java) R 8180 8181 824 0 -1 0 18946 3 1 0 111250 88 0 0 20 0 11 0 1784579260 859623424 34255 4294967295 134512640 134569956 3221224352 3221214648 1131527867 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/8181/statm): 209869 34255 13129 16 0 209853 0
[pid=8181] vsize: 839476
Current children cumulated CPU time (s) 1113.38
Current children cumulated vsize (Kb) 839476
One traced child (pid=8200) exited with status: 0
New thread pid=8201

[startup+1170.09 s]
Raw data (loadavg): 1.00 1.01 1.00 2/66 8201
Raw data (/proc/8181/stat): 8181 (java) R 8180 8181 824 0 -1 0 18952 3 1 0 112226 88 0 0 25 0 11 0 1784579260 859623424 34275 4294967295 134512640 134569956 3221224352 3221214648 1131526126 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/8181/statm): 209869 34275 13129 16 0 209853 0
[pid=8181] vsize: 839476
Current children cumulated CPU time (s) 1123.14
Current children cumulated vsize (Kb) 839476

[startup+1180.09 s]
Raw data (loadavg): 1.00 1.01 1.00 2/66 8201
Raw data (/proc/8181/stat): 8181 (java) R 8180 8181 824 0 -1 0 18958 3 1 0 113183 88 0 0 25 0 11 0 1784579260 859623424 34278 4294967295 134512640 134569956 3221224352 3221214648 1131527900 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/8181/statm): 209869 34278 13129 16 0 209853 0
[pid=8181] vsize: 839476
Current children cumulated CPU time (s) 1132.71
Current children cumulated vsize (Kb) 839476

[startup+1190.09 s]
Raw data (loadavg): 1.00 1.01 1.00 2/66 8201
Raw data (/proc/8181/stat): 8181 (java) R 8180 8181 824 0 -1 0 18966 3 1 0 114126 89 0 0 25 0 11 0 1784579260 859623424 34285 4294967295 134512640 134569956 3221224352 3221214648 1131526165 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/8181/statm): 209869 34285 13129 16 0 209853 0
[pid=8181] vsize: 839476
Current children cumulated CPU time (s) 1142.15
Current children cumulated vsize (Kb) 839476

[startup+1200.09 s]
Raw data (loadavg): 1.00 1.01 1.00 2/66 8201
Raw data (/proc/8181/stat): 8181 (java) R 8180 8181 824 0 -1 0 18974 3 1 0 115068 89 0 0 25 0 11 0 1784579260 859623424 34291 4294967295 134512640 134569956 3221224352 3221214648 1131526061 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/8181/statm): 209869 34291 13129 16 0 209853 0
[pid=8181] vsize: 839476
Current children cumulated CPU time (s) 1151.57
Current children cumulated vsize (Kb) 839476

[startup+1210.09 s]
Raw data (loadavg): 1.00 1.01 1.00 2/66 8201
Raw data (/proc/8181/stat): 8181 (java) R 8180 8181 824 0 -1 0 18983 3 1 0 116010 90 0 0 25 0 11 0 1784579260 859623424 34789 4294967295 134512640 134569956 3221224352 3221214560 1131450473 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/8181/statm): 209869 34789 13129 16 0 209853 0
[pid=8181] vsize: 839476
Current children cumulated CPU time (s) 1161
Current children cumulated vsize (Kb) 839476

[startup+1220.09 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 8201
Raw data (/proc/8181/stat): 8181 (java) R 8180 8181 824 0 -1 0 18989 3 1 0 116995 90 0 0 25 0 11 0 1784579260 859623424 34805 4294967295 134512640 134569956 3221224352 3221214648 1131527742 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/8181/statm): 209869 34805 13129 16 0 209853 0
[pid=8181] vsize: 839476
Current children cumulated CPU time (s) 1170.85
Current children cumulated vsize (Kb) 839476

[startup+1230.09 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 8201
Raw data (/proc/8181/stat): 8181 (java) R 8180 8181 824 0 -1 0 18998 3 1 0 117964 91 0 0 25 0 11 0 1784579260 859623424 34812 4294967295 134512640 134569956 3221224352 3221214560 1131450482 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/8181/statm): 209869 34812 13129 16 0 209853 0
[pid=8181] vsize: 839476
Current children cumulated CPU time (s) 1180.55
Current children cumulated vsize (Kb) 839476

[startup+1240.1 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 8201
Raw data (/proc/8181/stat): 8181 (java) R 8180 8181 824 0 -1 0 19006 3 1 0 118935 92 0 0 20 0 11 0 1784579260 859623424 34813 4294967295 134512640 134569956 3221224352 3221214648 1131526012 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/8181/statm): 209869 34813 13129 16 0 209853 0
[pid=8181] vsize: 839476
Current children cumulated CPU time (s) 1190.27
Current children cumulated vsize (Kb) 839476

[startup+1250.1 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 8201
Raw data (/proc/8181/stat): 8181 (java) R 8180 8181 824 0 -1 0 19013 3 1 0 119905 92 0 0 25 0 11 0 1784579260 859623424 34818 4294967295 134512640 134569956 3221224352 3221214648 1131526126 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/8181/statm): 209869 34818 13129 16 0 209853 0
[pid=8181] vsize: 839476
Current children cumulated CPU time (s) 1199.97
Current children cumulated vsize (Kb) 839476

[startup+1260.1 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 8201
Raw data (/proc/8181/stat): 8181 (java) R 8180 8181 824 0 -1 0 19021 3 1 0 120876 93 0 0 25 0 11 0 1784579260 859623424 35036 4294967295 134512640 134569956 3221224352 3221214648 1131526149 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/8181/statm): 209869 35036 13129 16 0 209853 0
[pid=8181] vsize: 839476
Current children cumulated CPU time (s) 1209.69
Current children cumulated vsize (Kb) 839476



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1260.1 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 8201
Raw data (/proc/8181/stat): 8181 (java) R 8180 8181 824 0 -1 0 19021 3 1 0 120876 93 0 0 25 0 11 0 1784579260 859623424 35036 4294967295 134512640 134569956 3221224352 3221214560 1131366612 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/8181/statm): 209869 35036 13129 16 0 209853 0
[pid=8181] vsize: 839476
Current children cumulated CPU time (s) 1209.69
Current children cumulated vsize (Kb) 839476

Sending SIGTERM to -8181
Sleeping 2 seconds
New thread pid=8203
New thread pid=8204
One traced child (pid=8204) exited with status: 0
One traced child (pid=8190) exited with status: 0
One traced child (pid=8185) exited with status: 0
One traced child (pid=8182) exited with status: 143
One traced child (pid=8183) exited with status: 143
One traced child (pid=8189) exited with status: 143
One traced child (pid=8184) exited with status: 143
One traced child (pid=8186) exited with status: 143
One traced child (pid=8188) exited with status: 143
One traced child (pid=8201) exited with status: 143
One traced child (pid=8187) exited with status: 143
One traced child (pid=8203) exited with status: 143
One traced child (pid=8181) exited with status: 143
All traced children have exited ! Game is over.

Child status: 143
Real time (s): 1260.37
CPU time (s): 1266.44
CPU user time (s): 1264.6
CPU system time (s): 1.83572
CPU usage (%): 100.481
Max. virtual memory (cumulated for all children) (Kb): 839476

Verifier Data

Verifier:	OK	439