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-ii8b2.opb
MD5SUMbbfcebd70586668574286ad19a1cd5a8
Bench Categoryoptimization, small integers (OPTSMALLINT)
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 379
Optimality of the best value was proved NO
Number of terms in the objective function 1152
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 1152
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 1152
Number of bits of the biggest sum of numbers11
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1189.07
Number of variables1152
Total number of constraints4664
Number of constraints which are clauses4664
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 constraint8

Trace number 1822

Launcher Data

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

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

/proc/meminfo:
MemTotal:      1034660 kB
MemFree:        918956 kB
Buffers:         34712 kB
Cached:          53352 kB
SwapCached:        744 kB
Active:          65440 kB
Inactive:        25228 kB
HighTotal:      131008 kB
HighFree:        74536 kB
LowTotal:       903652 kB
LowFree:        844420 kB
SwapTotal:     2097892 kB
SwapFree:      2096644 kB
Dirty:              40 kB
Writeback:           0 kB
Mapped:           5736 kB
Slab:            19360 kB
Committed_AS:    64168 kB
PageTables:        328 kB
VmallocTotal:   114680 kB
VmallocUsed:      1368 kB
VmallocChunk:   113252 kB
JOB ENDED THE 2005-09-18 17:06:15 (client local time) WITH STATUS 143 IN 1247.91 SECONDS
stats: 6019 0 1247.91 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/wulflinc24/normalized-ii8b2.opb
c reading problem ... done. Time 3.109 ms.
c #vars     1152
c #constraints  4664
c SATISFIABLE
c OPTIMIZING...
c CURRENT OPTIMUM=                 555 		Current CPU time: 4.26 ms
c CURRENT OPTIMUM=                 548 		Current CPU time: 6.14 ms
c CURRENT OPTIMUM=                 526 		Current CPU time: 7.53 ms
c CURRENT OPTIMUM=                 525 		Current CPU time: 8.38 ms
c CURRENT OPTIMUM=                 524 		Current CPU time: 61.23 ms
c CURRENT OPTIMUM=                 523 		Current CPU time: 104.67 ms
c CURRENT OPTIMUM=                 522 		Current CPU time: 304.80 ms
c CURRENT OPTIMUM=                 486 		Current CPU time: 500.59 ms
c starts		: 12
c conflicts		: 616
c decisions		: 5714
c propagations		: 55116
c inspects		: 1093003
c learnt literals	: 0
c learnt binary clauses	: 2
c learnt ternary clauses	: 2
c learnt clauses	: 616
c root simplifications	: 12
c removed literals (reason simplification)	: 0
c reason swapping (by a shorter reason)	: 0
c Calls to reduceDB	: 0
c speed (decisions/second)	: 7.635515704654939
c non guided choices	928
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 -x1021 x1022 -x1023 x1024 -x1025 x1026 -x1027 x1028 -x1029 x1030 x1031 -x1032 -x1033 x1034 -x1035 x1036 -x1037 x1038 -x1039 x1040 -x1041 x1042 x1043 -x1044 -x1045 x1046 -x1047 x1048 -x1049 x1050 -x1051 x1052 -x1053 x1054 x1055 -x1056 -x1057 x1058 -x1059 x1060 -x1061 x1062 -x1063 x1064 -x1065 x1066 x1067 -x1068 x1069 -x1070 x1071 -x1072 x1073 -x1074 -x1075 -x1076 -x1077 x1078 -x1079 x1080 x1081 -x1082 x1083 -x1084 x1085 -x1086 x1087 -x1088 -x1089 x1090 -x1091 x1092 x1093 -x1094 x1095 -x1096 x1097 -x1098 x1099 -x1100 -x1101 x1102 -x1103 -x1104 -x1105 x1106 -x1107 x1108 -x1109 x1110 -x1111 x1112 -x1113 x1114 x1115 -x1116 x1117 -x1118 x1119 -x1120 x1121 -x1122 x1123 -x1124 -x1125 x1126 -x1127 x1128 -x1129 x1130 -x1131 x1132 -x1133 x1134 -x1135 x1136 -x1137 x1138 x1139 -x1140 x1141 -x1142 x1143 -x1144 x1145 -x1146 x1147 -x1148 -x1149 x1150 -x1151 x1152 
c objective function=486
c Total CPU time (ms) : 1249.13

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/24900/stat): 24900 (java) R 24899 24900 20728 0 -1 0 19 0 0 0 0 0 0 0 23 0 1 0 1842798704 159744 3 4294967295 134512640 134569956 3221224480 3221224480 1073744960 0 0 5 0 0 0 0 17 1 0 0
Raw data (/proc/24900/statm): 39 3 38 16 0 23 0
[pid=24900] 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/24900
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=24901
New thread pid=24902
New thread pid=24903
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=24904
New thread pid=24905
New thread pid=24906
New thread pid=24907
New thread pid=24908
New thread pid=24909
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/wulflinc24/normalized-ii8b2.opb
New thread pid=24910
One traced child (pid=24910) exited with status: 0
New thread pid=24911
One traced child (pid=24911) exited with status: 0
New thread pid=24912
One traced child (pid=24912) exited with status: 0
New thread pid=24913
One traced child (pid=24913) exited with status: 0
New thread pid=24914

[startup+10.0027 s]
Raw data (loadavg): 0.93 0.98 0.99 2/66 24914
Raw data (/proc/24900/stat): 24900 (java) R 24899 24900 20728 0 -1 0 18186 4 1 0 757 50 0 0 20 0 11 0 1842798704 854749184 20206 4294967295 134512640 134569956 3221224352 3221214672 1131456555 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/24900/statm): 208679 20206 13129 16 0 208663 0
[pid=24900] vsize: 834716
Current children cumulated CPU time (s) 8.07
Current children cumulated vsize (Kb) 834716

[startup+20.0034 s]
Raw data (loadavg): 0.94 0.98 0.99 2/66 24914
Raw data (/proc/24900/stat): 24900 (java) R 24899 24900 20728 0 -1 0 18197 4 1 0 1679 51 0 0 17 0 11 0 1842798704 854749184 21538 4294967295 134512640 134569956 3221224352 3221214768 1131491205 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/24900/statm): 208679 21538 13129 16 0 208663 0
[pid=24900] vsize: 834716
Current children cumulated CPU time (s) 17.3
Current children cumulated vsize (Kb) 834716

[startup+30.0051 s]
Raw data (loadavg): 0.95 0.98 0.99 2/66 24914
Raw data (/proc/24900/stat): 24900 (java) R 24899 24900 20728 0 -1 0 18205 4 1 0 2616 51 0 0 16 0 11 0 1842798704 854749184 21500 4294967295 134512640 134569956 3221224352 3221214672 1131456555 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/24900/statm): 208679 21500 13129 16 0 208663 0
[pid=24900] vsize: 834716
Current children cumulated CPU time (s) 26.67
Current children cumulated vsize (Kb) 834716

[startup+40.0058 s]
Raw data (loadavg): 1.03 1.00 1.00 2/66 24914
Raw data (/proc/24900/stat): 24900 (java) R 24899 24900 20728 0 -1 0 18213 4 1 0 3550 52 0 0 16 0 11 0 1842798704 856489984 21878 4294967295 134512640 134569956 3221224352 3221214640 1131602529 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/24900/statm): 209104 21878 13129 16 0 209088 0
[pid=24900] vsize: 836416
Current children cumulated CPU time (s) 36.02
Current children cumulated vsize (Kb) 836416

[startup+50.0064 s]
Raw data (loadavg): 1.03 1.00 1.00 2/66 24914
Raw data (/proc/24900/stat): 24900 (java) R 24899 24900 20728 0 -1 0 18221 4 1 0 4489 52 0 0 16 0 11 0 1842798704 856489984 21891 4294967295 134512640 134569956 3221224352 3221214640 1131368587 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/24900/statm): 209104 21891 13129 16 0 209088 0
[pid=24900] vsize: 836416
Current children cumulated CPU time (s) 45.41
Current children cumulated vsize (Kb) 836416

[startup+60.0072 s]
Raw data (loadavg): 1.02 1.00 1.00 2/66 24914
Raw data (/proc/24900/stat): 24900 (java) R 24899 24900 20728 0 -1 0 18229 4 1 0 5418 52 0 0 16 0 11 0 1842798704 856489984 22537 4294967295 134512640 134569956 3221224352 3221214640 1131368641 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/24900/statm): 209104 22537 13129 16 0 209088 0
[pid=24900] vsize: 836416
Current children cumulated CPU time (s) 54.7
Current children cumulated vsize (Kb) 836416
One traced child (pid=24914) exited with status: 0
New thread pid=24915

[startup+70.0078 s]
Raw data (loadavg): 1.02 1.00 1.00 2/66 24915
Raw data (/proc/24900/stat): 24900 (java) R 24899 24900 20728 0 -1 0 18236 4 1 0 6371 53 0 0 16 0 11 0 1842798704 856489984 22693 4294967295 134512640 134569956 3221224352 3221214816 1131365785 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/24900/statm): 209104 22693 13129 16 0 209088 0
[pid=24900] vsize: 836416
Current children cumulated CPU time (s) 64.24
Current children cumulated vsize (Kb) 836416

[startup+80.0095 s]
Raw data (loadavg): 1.02 1.00 1.00 2/66 24915
Raw data (/proc/24900/stat): 24900 (java) R 24899 24900 20728 0 -1 0 18243 4 1 0 7295 53 0 0 17 0 11 0 1842798704 856489984 22717 4294967295 134512640 134569956 3221224352 3221214760 1131510999 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/24900/statm): 209104 22717 13129 16 0 209088 0
[pid=24900] vsize: 836416
Current children cumulated CPU time (s) 73.48
Current children cumulated vsize (Kb) 836416

[startup+90.0102 s]
Raw data (loadavg): 1.01 1.00 1.00 2/66 24915
Raw data (/proc/24900/stat): 24900 (java) R 24899 24900 20728 0 -1 0 18248 4 1 0 8238 54 0 0 16 0 11 0 1842798704 856489984 22781 4294967295 134512640 134569956 3221224352 3221214672 1131457114 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/24900/statm): 209104 22781 13129 16 0 209088 0
[pid=24900] vsize: 836416
Current children cumulated CPU time (s) 82.92
Current children cumulated vsize (Kb) 836416

[startup+100.011 s]
Raw data (loadavg): 1.01 1.00 1.00 2/66 24915
Raw data (/proc/24900/stat): 24900 (java) R 24899 24900 20728 0 -1 0 18255 4 1 0 9162 54 0 0 16 0 11 0 1842798704 856489984 22804 4294967295 134512640 134569956 3221224352 3221214632 1131216819 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/24900/statm): 209104 22804 13129 16 0 209088 0
[pid=24900] vsize: 836416
Current children cumulated CPU time (s) 92.16
Current children cumulated vsize (Kb) 836416
New thread pid=24916
One traced child (pid=24915) exited with status: 0

[startup+110.013 s]
Raw data (loadavg): 1.01 1.00 1.00 2/66 24916
Raw data (/proc/24900/stat): 24900 (java) S 24899 24900 20728 0 -1 0 18264 4 1 0 10073 54 0 0 17 0 11 0 1842798704 857018368 22882 4294967295 134512640 134569956 3221224352 3221213416 1073943035 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/24900/statm): 209233 22882 13129 16 0 209217 0
[pid=24900] vsize: 836932
Current children cumulated CPU time (s) 101.27
Current children cumulated vsize (Kb) 836932

[startup+120.013 s]
Raw data (loadavg): 1.01 1.00 1.00 2/66 24916
Raw data (/proc/24900/stat): 24900 (java) R 24899 24900 20728 0 -1 0 18272 4 1 0 11031 54 0 0 20 0 11 0 1842798704 857018368 23547 4294967295 134512640 134569956 3221224352 3221214616 1131509232 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/24900/statm): 209233 23547 13129 16 0 209217 0
[pid=24900] vsize: 836932
Current children cumulated CPU time (s) 110.85
Current children cumulated vsize (Kb) 836932

[startup+130.014 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 24916
Raw data (/proc/24900/stat): 24900 (java) R 24899 24900 20728 0 -1 0 18279 4 1 0 12007 55 0 0 19 0 11 0 1842798704 859115520 23984 4294967295 134512640 134569956 3221224352 3221214640 1131368564 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/24900/statm): 209745 23984 13129 16 0 209729 0
[pid=24900] vsize: 838980
Current children cumulated CPU time (s) 120.62
Current children cumulated vsize (Kb) 838980

[startup+140.015 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 24916
Raw data (/proc/24900/stat): 24900 (java) R 24899 24900 20728 0 -1 0 18286 4 1 0 12988 55 0 0 19 0 11 0 1842798704 859115520 24015 4294967295 134512640 134569956 3221224352 3221214672 1131456492 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/24900/statm): 209745 24015 13129 16 0 209729 0
[pid=24900] vsize: 838980
Current children cumulated CPU time (s) 130.43
Current children cumulated vsize (Kb) 838980

[startup+150.015 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 24916
Raw data (/proc/24900/stat): 24900 (java) R 24899 24900 20728 0 -1 0 18294 4 1 0 13964 55 0 0 18 0 11 0 1842798704 859115520 24069 4294967295 134512640 134569956 3221224352 3221214752 1131347336 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/24900/statm): 209745 24069 13129 16 0 209729 0
[pid=24900] vsize: 838980
Current children cumulated CPU time (s) 140.19
Current children cumulated vsize (Kb) 838980

[startup+160.016 s]
Raw data (loadavg): 1.15 1.03 1.01 2/66 24916
Raw data (/proc/24900/stat): 24900 (java) R 24899 24900 20728 0 -1 0 18301 4 1 0 14944 56 0 0 20 0 11 0 1842798704 859115520 24069 4294967295 134512640 134569956 3221224352 3221214664 1131456505 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/24900/statm): 209745 24069 13129 16 0 209729 0
[pid=24900] vsize: 838980
Current children cumulated CPU time (s) 150
Current children cumulated vsize (Kb) 838980

[startup+170.017 s]
Raw data (loadavg): 1.13 1.03 1.01 2/66 24916
Raw data (/proc/24900/stat): 24900 (java) R 24899 24900 20728 0 -1 0 18308 4 1 0 15919 56 0 0 23 0 11 0 1842798704 859115520 24135 4294967295 134512640 134569956 3221224352 3221214672 1131456555 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/24900/statm): 209745 24135 13129 16 0 209729 0
[pid=24900] vsize: 838980
Current children cumulated CPU time (s) 159.75
Current children cumulated vsize (Kb) 838980

[startup+180.018 s]
Raw data (loadavg): 1.11 1.03 1.01 2/66 24916
Raw data (/proc/24900/stat): 24900 (java) R 24899 24900 20728 0 -1 0 18315 4 1 0 16896 56 0 0 17 0 11 0 1842798704 859115520 24162 4294967295 134512640 134569956 3221224352 3221214672 1131456249 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/24900/statm): 209745 24162 13129 16 0 209729 0
[pid=24900] vsize: 838980
Current children cumulated CPU time (s) 169.52
Current children cumulated vsize (Kb) 838980

[startup+190.018 s]
Raw data (loadavg): 1.09 1.03 1.01 2/66 24916
Raw data (/proc/24900/stat): 24900 (java) R 24899 24900 20728 0 -1 0 18322 4 1 0 17873 56 0 0 17 0 11 0 1842798704 859115520 24214 4294967295 134512640 134569956 3221224352 3221214672 1131456707 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/24900/statm): 209745 24214 13129 16 0 209729 0
[pid=24900] vsize: 838980
Current children cumulated CPU time (s) 179.29
Current children cumulated vsize (Kb) 838980

[startup+200.019 s]
Raw data (loadavg): 1.08 1.03 1.01 2/66 24916
Raw data (/proc/24900/stat): 24900 (java) R 24899 24900 20728 0 -1 0 18327 4 1 0 18855 57 0 0 17 0 11 0 1842798704 859115520 24214 4294967295 134512640 134569956 3221224352 3221214616 1131509291 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/24900/statm): 209745 24214 13129 16 0 209729 0
[pid=24900] vsize: 838980
Current children cumulated CPU time (s) 189.12
Current children cumulated vsize (Kb) 838980

[startup+210.02 s]
Raw data (loadavg): 1.06 1.03 1.01 2/66 24916
Raw data (/proc/24900/stat): 24900 (java) R 24899 24900 20728 0 -1 0 18334 4 1 0 19822 58 0 0 17 0 11 0 1842798704 859115520 24306 4294967295 134512640 134569956 3221224352 3221214640 1131368564 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/24900/statm): 209745 24306 13129 16 0 209729 0
[pid=24900] vsize: 838980
Current children cumulated CPU time (s) 198.8
Current children cumulated vsize (Kb) 838980

[startup+220.02 s]
Raw data (loadavg): 1.05 1.02 1.00 2/66 24916
Raw data (/proc/24900/stat): 24900 (java) R 24899 24900 20728 0 -1 0 18339 4 1 0 20797 58 0 0 16 0 11 0 1842798704 859115520 24334 4294967295 134512640 134569956 3221224352 3221214816 1131365785 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/24900/statm): 209745 24334 13129 16 0 209729 0
[pid=24900] vsize: 838980
Current children cumulated CPU time (s) 208.55
Current children cumulated vsize (Kb) 838980

[startup+230.022 s]
Raw data (loadavg): 1.04 1.02 1.00 2/66 24916
Raw data (/proc/24900/stat): 24900 (java) R 24899 24900 20728 0 -1 0 18345 4 1 0 21765 58 0 0 17 0 11 0 1842798704 859115520 24359 4294967295 134512640 134569956 3221224352 3221214672 1131456492 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/24900/statm): 209745 24359 13129 16 0 209729 0
[pid=24900] vsize: 838980
Current children cumulated CPU time (s) 218.23
Current children cumulated vsize (Kb) 838980

[startup+240.023 s]
Raw data (loadavg): 1.04 1.02 1.00 2/66 24916
Raw data (/proc/24900/stat): 24900 (java) R 24899 24900 20728 0 -1 0 18354 4 1 0 22717 59 0 0 16 0 11 0 1842798704 859115520 24410 4294967295 134512640 134569956 3221224352 3221214672 1131456604 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/24900/statm): 209745 24410 13129 16 0 209729 0
[pid=24900] vsize: 838980
Current children cumulated CPU time (s) 227.76
Current children cumulated vsize (Kb) 838980

[startup+250.022 s]
Raw data (loadavg): 1.03 1.02 1.00 2/66 24916
Raw data (/proc/24900/stat): 24900 (java) S 24899 24900 20728 0 -1 0 18362 4 1 0 23683 59 0 0 18 0 11 0 1842798704 859115520 24578 4294967295 134512640 134569956 3221224352 3221213416 1073943035 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/24900/statm): 209745 24578 13129 16 0 209729 0
[pid=24900] vsize: 838980
Current children cumulated CPU time (s) 237.42
Current children cumulated vsize (Kb) 838980

[startup+260.024 s]
Raw data (loadavg): 1.03 1.02 1.00 2/66 24916
Raw data (/proc/24900/stat): 24900 (java) R 24899 24900 20728 0 -1 0 18371 4 1 0 24656 59 0 0 17 0 11 0 1842798704 859115520 24759 4294967295 134512640 134569956 3221224352 3221214816 1131365785 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/24900/statm): 209745 24759 13129 16 0 209729 0
[pid=24900] vsize: 838980
Current children cumulated CPU time (s) 247.15
Current children cumulated vsize (Kb) 838980

[startup+270.025 s]
Raw data (loadavg): 1.02 1.02 1.00 2/66 24916
Raw data (/proc/24900/stat): 24900 (java) R 24899 24900 20728 0 -1 0 18380 4 1 0 25637 59 0 0 16 0 11 0 1842798704 859115520 24793 4294967295 134512640 134569956 3221224352 3221214744 1131486385 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/24900/statm): 209745 24793 13129 16 0 209729 0
[pid=24900] vsize: 838980
Current children cumulated CPU time (s) 256.96
Current children cumulated vsize (Kb) 838980

[startup+280.026 s]
Raw data (loadavg): 1.02 1.02 1.00 2/66 24916
Raw data (/proc/24900/stat): 24900 (java) R 24899 24900 20728 0 -1 0 18387 4 1 0 26621 59 0 0 18 0 11 0 1842798704 859115520 24805 4294967295 134512640 134569956 3221224352 3221214672 1131456600 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/24900/statm): 209745 24805 13129 16 0 209729 0
[pid=24900] vsize: 838980
Current children cumulated CPU time (s) 266.8
Current children cumulated vsize (Kb) 838980

[startup+290.026 s]
Raw data (loadavg): 1.01 1.02 1.00 2/66 24916
Raw data (/proc/24900/stat): 24900 (java) R 24899 24900 20728 0 -1 0 18394 4 1 0 27603 60 0 0 18 0 11 0 1842798704 859115520 24839 4294967295 134512640 134569956 3221224352 3221214616 1131638700 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/24900/statm): 209745 24839 13129 16 0 209729 0
[pid=24900] vsize: 838980
Current children cumulated CPU time (s) 276.63
Current children cumulated vsize (Kb) 838980

[startup+300.027 s]
Raw data (loadavg): 1.01 1.02 1.00 2/66 24916
Raw data (/proc/24900/stat): 24900 (java) R 24899 24900 20728 0 -1 0 18401 4 1 0 28581 60 0 0 17 0 11 0 1842798704 859115520 24867 4294967295 134512640 134569956 3221224352 3221214584 1131371536 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/24900/statm): 209745 24867 13129 16 0 209729 0
[pid=24900] vsize: 838980
Current children cumulated CPU time (s) 286.41
Current children cumulated vsize (Kb) 838980
One traced child (pid=24916) exited with status: 0
New thread pid=24917

[startup+310.028 s]
Raw data (loadavg): 1.09 1.03 1.01 2/66 24917
Raw data (/proc/24900/stat): 24900 (java) R 24899 24900 20728 0 -1 0 18410 7 1 0 29548 60 0 0 17 0 11 0 1842798704 859115520 24878 4294967295 134512640 134569956 3221224352 3221214672 1131456555 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/24900/statm): 209745 24878 13129 16 0 209729 0
[pid=24900] vsize: 838980
Current children cumulated CPU time (s) 296.08
Current children cumulated vsize (Kb) 838980

[startup+320.028 s]
Raw data (loadavg): 1.08 1.03 1.00 2/66 24917
Raw data (/proc/24900/stat): 24900 (java) R 24899 24900 20728 0 -1 0 18416 7 1 0 30520 61 0 0 20 0 11 0 1842798704 859115520 24936 4294967295 134512640 134569956 3221224352 3221214752 1131347331 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/24900/statm): 209745 24936 13129 16 0 209729 0
[pid=24900] vsize: 838980
Current children cumulated CPU time (s) 305.81
Current children cumulated vsize (Kb) 838980

[startup+330.03 s]
Raw data (loadavg): 1.06 1.03 1.00 2/66 24917
Raw data (/proc/24900/stat): 24900 (java) R 24899 24900 20728 0 -1 0 18423 7 1 0 31488 62 0 0 17 0 11 0 1842798704 859115520 24983 4294967295 134512640 134569956 3221224352 3221214744 1131486394 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/24900/statm): 209745 24983 13129 16 0 209729 0
[pid=24900] vsize: 838980
Current children cumulated CPU time (s) 315.5
Current children cumulated vsize (Kb) 838980

[startup+340.031 s]
Raw data (loadavg): 1.05 1.03 1.00 2/66 24917
Raw data (/proc/24900/stat): 24900 (java) S 24899 24900 20728 0 -1 0 18431 7 1 0 32443 62 0 0 18 0 11 0 1842798704 859115520 25069 4294967295 134512640 134569956 3221224352 3221213416 1073943035 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/24900/statm): 209745 25069 13129 16 0 209729 0
[pid=24900] vsize: 838980
Current children cumulated CPU time (s) 325.05
Current children cumulated vsize (Kb) 838980

[startup+350.031 s]
Raw data (loadavg): 1.04 1.03 1.00 2/66 24917
Raw data (/proc/24900/stat): 24900 (java) R 24899 24900 20728 0 -1 0 18438 7 1 0 33378 62 0 0 16 0 11 0 1842798704 859115520 25116 4294967295 134512640 134569956 3221224352 3221214768 1131491205 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/24900/statm): 209745 25116 13129 16 0 209729 0
[pid=24900] vsize: 838980
Current children cumulated CPU time (s) 334.4
Current children cumulated vsize (Kb) 838980

[startup+360.032 s]
Raw data (loadavg): 1.04 1.03 1.00 2/66 24917
Raw data (/proc/24900/stat): 24900 (java) R 24899 24900 20728 0 -1 0 18447 7 1 0 34285 63 0 0 16 0 11 0 1842798704 859115520 25206 4294967295 134512640 134569956 3221224352 3221214672 1131456555 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/24900/statm): 209745 25206 13129 16 0 209729 0
[pid=24900] vsize: 838980
Current children cumulated CPU time (s) 343.48
Current children cumulated vsize (Kb) 838980

[startup+370.033 s]
Raw data (loadavg): 1.03 1.02 1.00 2/66 24917
Raw data (/proc/24900/stat): 24900 (java) R 24899 24900 20728 0 -1 0 18452 7 1 0 35233 63 0 0 16 0 11 0 1842798704 859115520 25233 4294967295 134512640 134569956 3221224352 3221214672 1131456555 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/24900/statm): 209745 25233 13129 16 0 209729 0
[pid=24900] vsize: 838980
Current children cumulated CPU time (s) 352.96
Current children cumulated vsize (Kb) 838980

[startup+380.034 s]
Raw data (loadavg): 1.03 1.02 1.00 2/66 24917
Raw data (/proc/24900/stat): 24900 (java) R 24899 24900 20728 0 -1 0 18459 7 1 0 36160 63 0 0 17 0 11 0 1842798704 859115520 25250 4294967295 134512640 134569956 3221224352 3221214752 1131347331 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/24900/statm): 209745 25250 13129 16 0 209729 0
[pid=24900] vsize: 838980
Current children cumulated CPU time (s) 362.23
Current children cumulated vsize (Kb) 838980

[startup+390.035 s]
Raw data (loadavg): 1.02 1.02 1.00 2/66 24917
Raw data (/proc/24900/stat): 24900 (java) S 24899 24900 20728 0 -1 0 18467 7 1 0 37109 63 0 0 20 0 11 0 1842798704 859115520 25969 4294967295 134512640 134569956 3221224352 3221213312 1073952481 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/24900/statm): 209745 25969 13129 16 0 209729 0
[pid=24900] vsize: 838980
Current children cumulated CPU time (s) 371.72
Current children cumulated vsize (Kb) 838980

[startup+400.036 s]
Raw data (loadavg): 1.02 1.02 1.00 2/66 24917
Raw data (/proc/24900/stat): 24900 (java) R 24899 24900 20728 0 -1 0 18474 7 1 0 38088 64 0 0 17 0 11 0 1842798704 859115520 25974 4294967295 134512640 134569956 3221224352 3221214640 1131368564 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/24900/statm): 209745 25974 13129 16 0 209729 0
[pid=24900] vsize: 838980
Current children cumulated CPU time (s) 381.52
Current children cumulated vsize (Kb) 838980

[startup+410.037 s]
Raw data (loadavg): 1.01 1.02 1.00 2/66 24917
Raw data (/proc/24900/stat): 24900 (java) R 24899 24900 20728 0 -1 0 18482 7 1 0 39060 64 0 0 16 0 11 0 1842798704 859115520 26062 4294967295 134512640 134569956 3221224352 3221214764 1131456140 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/24900/statm): 209745 26062 13129 16 0 209729 0
[pid=24900] vsize: 838980
Current children cumulated CPU time (s) 391.24
Current children cumulated vsize (Kb) 838980

[startup+420.037 s]
Raw data (loadavg): 1.01 1.02 1.00 2/66 24917
Raw data (/proc/24900/stat): 24900 (java) R 24899 24900 20728 0 -1 0 18488 7 1 0 40037 64 0 0 20 0 11 0 1842798704 859115520 26080 4294967295 134512640 134569956 3221224352 3221214752 1131347331 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/24900/statm): 209745 26080 13129 16 0 209729 0
[pid=24900] vsize: 838980
Current children cumulated CPU time (s) 401.01
Current children cumulated vsize (Kb) 838980

[startup+430.038 s]
Raw data (loadavg): 1.01 1.02 1.00 2/66 24917
Raw data (/proc/24900/stat): 24900 (java) R 24899 24900 20728 0 -1 0 18494 7 1 0 41008 65 0 0 16 0 11 0 1842798704 859115520 26122 4294967295 134512640 134569956 3221224352 3221214752 1131347331 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/24900/statm): 209745 26122 13129 16 0 209729 0
[pid=24900] vsize: 838980
Current children cumulated CPU time (s) 410.73
Current children cumulated vsize (Kb) 838980

[startup+440.039 s]
Raw data (loadavg): 1.01 1.02 1.00 2/66 24917
Raw data (/proc/24900/stat): 24900 (java) R 24899 24900 20728 0 -1 0 18503 7 1 0 41964 65 0 0 16 0 11 0 1842798704 859115520 26152 4294967295 134512640 134569956 3221224352 3221214672 1131456743 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/24900/statm): 209745 26152 13129 16 0 209729 0
[pid=24900] vsize: 838980
Current children cumulated CPU time (s) 420.29
Current children cumulated vsize (Kb) 838980

[startup+450.039 s]
Raw data (loadavg): 1.01 1.02 1.00 2/66 24917
Raw data (/proc/24900/stat): 24900 (java) R 24899 24900 20728 0 -1 0 18511 7 1 0 42927 65 0 0 17 0 11 0 1842798704 859115520 26278 4294967295 134512640 134569956 3221224352 3221214752 1131347331 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/24900/statm): 209745 26278 13129 16 0 209729 0
[pid=24900] vsize: 838980
Current children cumulated CPU time (s) 429.92
Current children cumulated vsize (Kb) 838980

[startup+460.04 s]
Raw data (loadavg): 1.00 1.02 1.00 2/66 24917
Raw data (/proc/24900/stat): 24900 (java) R 24899 24900 20728 0 -1 0 18517 7 1 0 43908 65 0 0 23 0 11 0 1842798704 859115520 26351 4294967295 134512640 134569956 3221224352 3221214552 1131423428 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/24900/statm): 209745 26351 13129 16 0 209729 0
[pid=24900] vsize: 838980
Current children cumulated CPU time (s) 439.73
Current children cumulated vsize (Kb) 838980

[startup+470.041 s]
Raw data (loadavg): 1.00 1.02 1.00 2/66 24917
Raw data (/proc/24900/stat): 24900 (java) R 24899 24900 20728 0 -1 0 18522 7 1 0 44890 65 0 0 17 0 11 0 1842798704 859115520 26411 4294967295 134512640 134569956 3221224352 3221214768 1131491480 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/24900/statm): 209745 26411 13129 16 0 209729 0
[pid=24900] vsize: 838980
Current children cumulated CPU time (s) 449.55
Current children cumulated vsize (Kb) 838980

[startup+480.042 s]
Raw data (loadavg): 1.00 1.01 1.00 2/66 24917
Raw data (/proc/24900/stat): 24900 (java) R 24899 24900 20728 0 -1 0 18528 7 1 0 45870 66 0 0 19 0 11 0 1842798704 859115520 26497 4294967295 134512640 134569956 3221224352 3221214584 1131371964 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/24900/statm): 209745 26497 13129 16 0 209729 0
[pid=24900] vsize: 838980
Current children cumulated CPU time (s) 459.36
Current children cumulated vsize (Kb) 838980

[startup+490.043 s]
Raw data (loadavg): 1.00 1.01 1.00 2/66 24917
Raw data (/proc/24900/stat): 24900 (java) R 24899 24900 20728 0 -1 0 18537 7 1 0 46837 66 0 0 18 0 11 0 1842798704 859115520 26511 4294967295 134512640 134569956 3221224352 3221214672 1131457000 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/24900/statm): 209745 26511 13129 16 0 209729 0
[pid=24900] vsize: 838980
Current children cumulated CPU time (s) 469.03
Current children cumulated vsize (Kb) 838980

[startup+500.044 s]
Raw data (loadavg): 1.00 1.01 1.00 2/66 24917
Raw data (/proc/24900/stat): 24900 (java) R 24899 24900 20728 0 -1 0 18546 7 1 0 47804 66 0 0 18 0 11 0 1842798704 859115520 26514 4294967295 134512640 134569956 3221224352 3221214640 1131368564 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/24900/statm): 209745 26514 13129 16 0 209729 0
[pid=24900] vsize: 838980
Current children cumulated CPU time (s) 478.7
Current children cumulated vsize (Kb) 838980
One traced child (pid=24917) exited with status: 0
New thread pid=24918

[startup+510.046 s]
Raw data (loadavg): 1.00 1.01 1.00 2/66 24918
Raw data (/proc/24900/stat): 24900 (java) R 24899 24900 20728 0 -1 0 18554 7 1 0 48778 67 0 0 17 0 11 0 1842798704 859115520 26626 4294967295 134512640 134569956 3221224352 3221214672 1131457162 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/24900/statm): 209745 26626 13129 16 0 209729 0
[pid=24900] vsize: 838980
Current children cumulated CPU time (s) 488.45
Current children cumulated vsize (Kb) 838980

[startup+520.046 s]
Raw data (loadavg): 1.00 1.01 1.00 2/66 24918
Raw data (/proc/24900/stat): 24900 (java) R 24899 24900 20728 0 -1 0 18563 7 1 0 49755 67 0 0 16 0 11 0 1842798704 859115520 26713 4294967295 134512640 134569956 3221224352 3221214672 1131456438 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/24900/statm): 209745 26713 13129 16 0 209729 0
[pid=24900] vsize: 838980
Current children cumulated CPU time (s) 498.22
Current children cumulated vsize (Kb) 838980

[startup+530.047 s]
Raw data (loadavg): 1.00 1.01 1.00 2/66 24918
Raw data (/proc/24900/stat): 24900 (java) R 24899 24900 20728 0 -1 0 18572 7 1 0 50735 67 0 0 17 0 11 0 1842798704 859115520 26725 4294967295 134512640 134569956 3221224352 3221214816 1131365785 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/24900/statm): 209745 26725 13129 16 0 209729 0
[pid=24900] vsize: 838980
Current children cumulated CPU time (s) 508.02
Current children cumulated vsize (Kb) 838980

[startup+540.049 s]
Raw data (loadavg): 1.00 1.01 1.00 2/66 24918
Raw data (/proc/24900/stat): 24900 (java) R 24899 24900 20728 0 -1 0 18580 7 1 0 51714 67 0 0 23 0 11 0 1842798704 859115520 26731 4294967295 134512640 134569956 3221224352 3221214768 1131491193 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/24900/statm): 209745 26731 13129 16 0 209729 0
[pid=24900] vsize: 838980
Current children cumulated CPU time (s) 517.81
Current children cumulated vsize (Kb) 838980

[startup+550.049 s]
Raw data (loadavg): 1.00 1.01 1.00 2/66 24918
Raw data (/proc/24900/stat): 24900 (java) R 24899 24900 20728 0 -1 0 18589 7 1 0 52695 68 0 0 18 0 11 0 1842798704 859115520 26798 4294967295 134512640 134569956 3221224352 3221214640 1131368564 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/24900/statm): 209745 26798 13129 16 0 209729 0
[pid=24900] vsize: 838980
Current children cumulated CPU time (s) 527.63
Current children cumulated vsize (Kb) 838980

[startup+560.05 s]
Raw data (loadavg): 1.00 1.01 1.00 2/66 24918
Raw data (/proc/24900/stat): 24900 (java) R 24899 24900 20728 0 -1 0 18597 7 1 0 53679 68 0 0 17 0 11 0 1842798704 859115520 26802 4294967295 134512640 134569956 3221224352 3221214672 1131457059 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/24900/statm): 209745 26802 13129 16 0 209729 0
[pid=24900] vsize: 838980
Current children cumulated CPU time (s) 537.47
Current children cumulated vsize (Kb) 838980

[startup+570.051 s]
Raw data (loadavg): 1.00 1.01 1.00 2/66 24918
Raw data (/proc/24900/stat): 24900 (java) R 24899 24900 20728 0 -1 0 18605 7 1 0 54661 69 0 0 18 0 11 0 1842798704 859115520 26803 4294967295 134512640 134569956 3221224352 3221214764 1131347387 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/24900/statm): 209745 26803 13129 16 0 209729 0
[pid=24900] vsize: 838980
Current children cumulated CPU time (s) 547.3
Current children cumulated vsize (Kb) 838980

[startup+580.052 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 24918
Raw data (/proc/24900/stat): 24900 (java) R 24899 24900 20728 0 -1 0 18613 7 1 0 55645 69 0 0 17 0 11 0 1842798704 859115520 26881 4294967295 134512640 134569956 3221224352 3221214672 1131456555 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/24900/statm): 209745 26881 13129 16 0 209729 0
[pid=24900] vsize: 838980
Current children cumulated CPU time (s) 557.14
Current children cumulated vsize (Kb) 838980

[startup+590.053 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 24918
Raw data (/proc/24900/stat): 24900 (java) R 24899 24900 20728 0 -1 0 18621 7 1 0 56629 69 0 0 17 0 11 0 1842798704 859115520 26882 4294967295 134512640 134569956 3221224352 3221214640 1131368664 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/24900/statm): 209745 26882 13129 16 0 209729 0
[pid=24900] vsize: 838980
Current children cumulated CPU time (s) 566.98
Current children cumulated vsize (Kb) 838980

[startup+600.054 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 24918
Raw data (/proc/24900/stat): 24900 (java) R 24899 24900 20728 0 -1 0 18629 7 1 0 57612 70 0 0 23 0 11 0 1842798704 859115520 26906 4294967295 134512640 134569956 3221224352 3221214592 1131484258 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/24900/statm): 209745 26906 13129 16 0 209729 0
[pid=24900] vsize: 838980
Current children cumulated CPU time (s) 576.82
Current children cumulated vsize (Kb) 838980

[startup+610.056 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 24918
Raw data (/proc/24900/stat): 24900 (java) R 24899 24900 20728 0 -1 0 18634 7 1 0 58598 70 0 0 25 0 11 0 1842798704 859115520 26926 4294967295 134512640 134569956 3221224352 3221214756 1131509336 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/24900/statm): 209745 26926 13129 16 0 209729 0
[pid=24900] vsize: 838980
Current children cumulated CPU time (s) 586.68
Current children cumulated vsize (Kb) 838980

[startup+620.056 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 24918
Raw data (/proc/24900/stat): 24900 (java) R 24899 24900 20728 0 -1 0 18642 7 1 0 59577 70 0 0 19 0 11 0 1842798704 859115520 26970 4294967295 134512640 134569956 3221224352 3221214672 1131456509 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/24900/statm): 209745 26970 13129 16 0 209729 0
[pid=24900] vsize: 838980
Current children cumulated CPU time (s) 596.47
Current children cumulated vsize (Kb) 838980

[startup+630.058 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 24918
Raw data (/proc/24900/stat): 24900 (java) R 24899 24900 20728 0 -1 0 18651 7 1 0 60556 71 0 0 20 0 11 0 1842798704 859115520 26991 4294967295 134512640 134569956 3221224352 3221214528 1131368567 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/24900/statm): 209745 26991 13129 16 0 209729 0
[pid=24900] vsize: 838980
Current children cumulated CPU time (s) 606.27
Current children cumulated vsize (Kb) 838980

[startup+640.059 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 24918
Raw data (/proc/24900/stat): 24900 (java) R 24899 24900 20728 0 -1 0 18656 7 1 0 61536 71 0 0 18 0 11 0 1842798704 859115520 26991 4294967295 134512640 134569956 3221224352 3221214672 1131456555 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/24900/statm): 209745 26991 13129 16 0 209729 0
[pid=24900] vsize: 838980
Current children cumulated CPU time (s) 616.07
Current children cumulated vsize (Kb) 838980

[startup+650.059 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 24918
Raw data (/proc/24900/stat): 24900 (java) R 24899 24900 20728 0 -1 0 18662 7 1 0 62511 71 0 0 17 0 11 0 1842798704 859115520 27044 4294967295 134512640 134569956 3221224352 3221214640 1131368564 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/24900/statm): 209745 27044 13129 16 0 209729 0
[pid=24900] vsize: 838980
Current children cumulated CPU time (s) 625.82
Current children cumulated vsize (Kb) 838980

[startup+660.06 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 24918
Raw data (/proc/24900/stat): 24900 (java) R 24899 24900 20728 0 -1 0 18669 7 1 0 63481 71 0 0 18 0 11 0 1842798704 859115520 27083 4294967295 134512640 134569956 3221224352 3221214768 1131491205 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/24900/statm): 209745 27083 13129 16 0 209729 0
[pid=24900] vsize: 838980
Current children cumulated CPU time (s) 635.52
Current children cumulated vsize (Kb) 838980

[startup+670.061 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 24918
Raw data (/proc/24900/stat): 24900 (java) R 24899 24900 20728 0 -1 0 18678 7 1 0 64445 72 0 0 16 0 11 0 1842798704 859115520 27084 4294967295 134512640 134569956 3221224352 3221214768 1131491205 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/24900/statm): 209745 27084 13129 16 0 209729 0
[pid=24900] vsize: 838980
Current children cumulated CPU time (s) 645.17
Current children cumulated vsize (Kb) 838980

[startup+680.062 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 24918
Raw data (/proc/24900/stat): 24900 (java) R 24899 24900 20728 0 -1 0 18685 7 1 0 65417 72 0 0 16 0 11 0 1842798704 859115520 27203 4294967295 134512640 134569956 3221224352 3221214720 1131583948 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/24900/statm): 209745 27203 13129 16 0 209729 0
[pid=24900] vsize: 838980
Current children cumulated CPU time (s) 654.89
Current children cumulated vsize (Kb) 838980

[startup+690.063 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 24918
Raw data (/proc/24900/stat): 24900 (java) R 24899 24900 20728 0 -1 0 18689 7 1 0 66399 72 0 0 19 0 11 0 1842798704 859115520 27242 4294967295 134512640 134569956 3221224352 3221214764 1131456140 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/24900/statm): 209745 27242 13129 16 0 209729 0
[pid=24900] vsize: 838980
Current children cumulated CPU time (s) 664.71
Current children cumulated vsize (Kb) 838980

[startup+700.064 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 24918
Raw data (/proc/24900/stat): 24900 (java) R 24899 24900 20728 0 -1 0 18697 7 1 0 67370 72 0 0 16 0 11 0 1842798704 859115520 27316 4294967295 134512640 134569956 3221224352 3221214768 1131491524 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/24900/statm): 209745 27316 13129 16 0 209729 0
[pid=24900] vsize: 838980
Current children cumulated CPU time (s) 674.42
Current children cumulated vsize (Kb) 838980

[startup+710.064 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 24918
Raw data (/proc/24900/stat): 24900 (java) R 24899 24900 20728 0 -1 0 18705 7 1 0 68345 73 0 0 20 0 11 0 1842798704 859115520 27318 4294967295 134512640 134569956 3221224352 3221214640 1131368564 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/24900/statm): 209745 27318 13129 16 0 209729 0
[pid=24900] vsize: 838980
Current children cumulated CPU time (s) 684.18
Current children cumulated vsize (Kb) 838980

[startup+720.065 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 24918
Raw data (/proc/24900/stat): 24900 (java) R 24899 24900 20728 0 -1 0 18713 7 1 0 69316 73 0 0 18 0 11 0 1842798704 859115520 27340 4294967295 134512640 134569956 3221224352 3221214544 1131423473 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/24900/statm): 209745 27340 13129 16 0 209729 0
[pid=24900] vsize: 838980
Current children cumulated CPU time (s) 693.89
Current children cumulated vsize (Kb) 838980

[startup+730.067 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 24918
Raw data (/proc/24900/stat): 24900 (java) R 24899 24900 20728 0 -1 0 18719 7 1 0 70296 73 0 0 17 0 11 0 1842798704 859115520 27452 4294967295 134512640 134569956 3221224352 3221214672 1131456822 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/24900/statm): 209745 27452 13129 16 0 209729 0
[pid=24900] vsize: 838980
Current children cumulated CPU time (s) 703.69
Current children cumulated vsize (Kb) 838980

[startup+740.068 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 24918
Raw data (/proc/24900/stat): 24900 (java) R 24899 24900 20728 0 -1 0 18725 7 1 0 71280 74 0 0 25 0 11 0 1842798704 859115520 27487 4294967295 134512640 134569956 3221224352 3221214616 1131509232 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/24900/statm): 209745 27487 13129 16 0 209729 0
[pid=24900] vsize: 838980
Current children cumulated CPU time (s) 713.54
Current children cumulated vsize (Kb) 838980

[startup+750.068 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 24918
Raw data (/proc/24900/stat): 24900 (java) R 24899 24900 20728 0 -1 0 18731 7 1 0 72260 74 0 0 17 0 11 0 1842798704 859115520 27487 4294967295 134512640 134569956 3221224352 3221214648 1131507010 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/24900/statm): 209745 27487 13129 16 0 209729 0
[pid=24900] vsize: 838980
Current children cumulated CPU time (s) 723.34
Current children cumulated vsize (Kb) 838980

[startup+760.069 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 24918
Raw data (/proc/24900/stat): 24900 (java) R 24899 24900 20728 0 -1 0 18740 7 1 0 73222 74 0 0 17 0 11 0 1842798704 859115520 27503 4294967295 134512640 134569956 3221224352 3221214672 1131456555 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/24900/statm): 209745 27503 13129 16 0 209729 0
[pid=24900] vsize: 838980
Current children cumulated CPU time (s) 732.96
Current children cumulated vsize (Kb) 838980

[startup+770.069 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 24918
Raw data (/proc/24900/stat): 24900 (java) R 24899 24900 20728 0 -1 0 18745 7 1 0 74195 74 0 0 17 0 11 0 1842798704 859115520 27549 4294967295 134512640 134569956 3221224352 3221214680 1131556963 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/24900/statm): 209745 27549 13129 16 0 209729 0
[pid=24900] vsize: 838980
Current children cumulated CPU time (s) 742.69
Current children cumulated vsize (Kb) 838980

[startup+780.069 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 24918
Raw data (/proc/24900/stat): 24900 (java) R 24899 24900 20728 0 -1 0 18749 7 1 0 75168 74 0 0 17 0 11 0 1842798704 859115520 27586 4294967295 134512640 134569956 3221224352 3221214768 1131491205 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/24900/statm): 209745 27586 13129 16 0 209729 0
[pid=24900] vsize: 838980
Current children cumulated CPU time (s) 752.42
Current children cumulated vsize (Kb) 838980

[startup+790.07 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 24918
Raw data (/proc/24900/stat): 24900 (java) R 24899 24900 20728 0 -1 0 18755 7 1 0 76128 75 0 0 17 0 11 0 1842798704 859115520 27635 4294967295 134512640 134569956 3221224352 3221214616 1131509260 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/24900/statm): 209745 27635 13129 16 0 209729 0
[pid=24900] vsize: 838980
Current children cumulated CPU time (s) 762.03
Current children cumulated vsize (Kb) 838980

[startup+800.07 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 24918
Raw data (/proc/24900/stat): 24900 (java) R 24899 24900 20728 0 -1 0 18761 7 1 0 77087 75 0 0 17 0 11 0 1842798704 859115520 27704 4294967295 134512640 134569956 3221224352 3221214636 1131518825 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/24900/statm): 209745 27704 13129 16 0 209729 0
[pid=24900] vsize: 838980
Current children cumulated CPU time (s) 771.62
Current children cumulated vsize (Kb) 838980

[startup+810.07 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 24918
Raw data (/proc/24900/stat): 24900 (java) R 24899 24900 20728 0 -1 0 18766 7 1 0 78052 76 0 0 17 0 11 0 1842798704 859115520 27791 4294967295 134512640 134569956 3221224352 3221214600 1131365785 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/24900/statm): 209745 27791 13129 16 0 209729 0
[pid=24900] vsize: 838980
Current children cumulated CPU time (s) 781.28
Current children cumulated vsize (Kb) 838980

[startup+820.071 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 24918
Raw data (/proc/24900/stat): 24900 (java) R 24899 24900 20728 0 -1 0 18771 7 1 0 79013 76 0 0 17 0 11 0 1842798704 859115520 27791 4294967295 134512640 134569956 3221224352 3221214640 1131368598 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/24900/statm): 209745 27791 13129 16 0 209729 0
[pid=24900] vsize: 838980
Current children cumulated CPU time (s) 790.89
Current children cumulated vsize (Kb) 838980

[startup+830.072 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 24918
Raw data (/proc/24900/stat): 24900 (java) R 24899 24900 20728 0 -1 0 18778 7 1 0 79963 76 0 0 17 0 11 0 1842798704 859115520 28038 4294967295 134512640 134569956 3221224352 3221214672 1131456783 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/24900/statm): 209745 28038 13129 16 0 209729 0
[pid=24900] vsize: 838980
Current children cumulated CPU time (s) 800.39
Current children cumulated vsize (Kb) 838980

[startup+840.072 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 24918
Raw data (/proc/24900/stat): 24900 (java) R 24899 24900 20728 0 -1 0 18787 7 1 0 80919 76 0 0 17 0 11 0 1842798704 859115520 28136 4294967295 134512640 134569956 3221224352 3221214672 1131456413 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/24900/statm): 209745 28136 13129 16 0 209729 0
[pid=24900] vsize: 838980
Current children cumulated CPU time (s) 809.95
Current children cumulated vsize (Kb) 838980

[startup+850.073 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 24918
Raw data (/proc/24900/stat): 24900 (java) R 24899 24900 20728 0 -1 0 18796 7 1 0 81882 76 0 0 17 0 11 0 1842798704 859115520 28312 4294967295 134512640 134569956 3221224352 3221214752 1131347331 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/24900/statm): 209745 28312 13129 16 0 209729 0
[pid=24900] vsize: 838980
Current children cumulated CPU time (s) 819.58
Current children cumulated vsize (Kb) 838980

[startup+860.075 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 24918
Raw data (/proc/24900/stat): 24900 (java) R 24899 24900 20728 0 -1 0 18801 7 1 0 82849 76 0 0 18 0 11 0 1842798704 859115520 28403 4294967295 134512640 134569956 3221224352 3221214528 1131368697 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/24900/statm): 209745 28403 13129 16 0 209729 0
[pid=24900] vsize: 838980
Current children cumulated CPU time (s) 829.25
Current children cumulated vsize (Kb) 838980

[startup+870.076 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 24918
Raw data (/proc/24900/stat): 24900 (java) R 24899 24900 20728 0 -1 0 18807 7 1 0 83801 77 0 0 16 0 11 0 1842798704 859115520 28421 4294967295 134512640 134569956 3221224352 3221214544 1131423473 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/24900/statm): 209745 28421 13129 16 0 209729 0
[pid=24900] vsize: 838980
Current children cumulated CPU time (s) 838.78
Current children cumulated vsize (Kb) 838980

[startup+880.076 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 24918
Raw data (/proc/24900/stat): 24900 (java) R 24899 24900 20728 0 -1 0 18812 7 1 0 84758 77 0 0 17 0 11 0 1842798704 859115520 28426 4294967295 134512640 134569956 3221224352 3221214640 1131601966 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/24900/statm): 209745 28426 13129 16 0 209729 0
[pid=24900] vsize: 838980
Current children cumulated CPU time (s) 848.35
Current children cumulated vsize (Kb) 838980

[startup+890.077 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 24918
Raw data (/proc/24900/stat): 24900 (java) R 24899 24900 20728 0 -1 0 18818 7 1 0 85701 77 0 0 16 0 11 0 1842798704 859115520 28441 4294967295 134512640 134569956 3221224352 3221214552 1131423473 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/24900/statm): 209745 28441 13129 16 0 209729 0
[pid=24900] vsize: 838980
Current children cumulated CPU time (s) 857.78
Current children cumulated vsize (Kb) 838980

[startup+900.078 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 24918
Raw data (/proc/24900/stat): 24900 (java) R 24899 24900 20728 0 -1 0 18823 7 1 0 86651 77 0 0 16 0 11 0 1842798704 859115520 28444 4294967295 134512640 134569956 3221224352 3221214648 1131507120 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/24900/statm): 209745 28444 13129 16 0 209729 0
[pid=24900] vsize: 838980
Current children cumulated CPU time (s) 867.28
Current children cumulated vsize (Kb) 838980

[startup+910.227 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 24918
Raw data (/proc/24900/stat): 24900 (java) R 24899 24900 20728 0 -1 0 18828 7 1 0 87616 77 0 0 17 0 11 0 1842798704 859115520 28778 4294967295 134512640 134569956 3221224352 3221214752 1131347334 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/24900/statm): 209745 28778 13129 16 0 209729 0
[pid=24900] vsize: 838980
Current children cumulated CPU time (s) 876.93
Current children cumulated vsize (Kb) 838980

[startup+920.228 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 24918
Raw data (/proc/24900/stat): 24900 (java) R 24899 24900 20728 0 -1 0 18834 7 1 0 88571 78 0 0 17 0 11 0 1842798704 859115520 28963 4294967295 134512640 134569956 3221224352 3221214552 1131423146 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/24900/statm): 209745 28963 13129 16 0 209729 0
[pid=24900] vsize: 838980
Current children cumulated CPU time (s) 886.49
Current children cumulated vsize (Kb) 838980

[startup+930.232 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 24918
Raw data (/proc/24900/stat): 24900 (java) R 24899 24900 20728 0 -1 0 18840 7 1 0 89531 79 0 0 16 0 11 0 1842798704 859115520 29064 4294967295 134512640 134569956 3221224352 3221214672 1131456555 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/24900/statm): 209745 29064 13129 16 0 209729 0
[pid=24900] vsize: 838980
Current children cumulated CPU time (s) 896.1
Current children cumulated vsize (Kb) 838980

[startup+940.232 s]
Raw data (loadavg): 1.07 1.02 1.00 2/66 24918
Raw data (/proc/24900/stat): 24900 (java) R 24899 24900 20728 0 -1 0 18845 7 1 0 90496 80 0 0 16 0 11 0 1842798704 859115520 29115 4294967295 134512640 134569956 3221224352 3221214640 1131368564 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/24900/statm): 209745 29115 13129 16 0 209729 0
[pid=24900] vsize: 838980
Current children cumulated CPU time (s) 905.76
Current children cumulated vsize (Kb) 838980

[startup+950.232 s]
Raw data (loadavg): 1.06 1.02 1.00 2/66 24918
Raw data (/proc/24900/stat): 24900 (java) R 24899 24900 20728 0 -1 0 18852 7 1 0 91449 81 0 0 16 0 11 0 1842798704 859115520 29217 4294967295 134512640 134569956 3221224352 3221214816 1131365785 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/24900/statm): 209745 29217 13129 16 0 209729 0
[pid=24900] vsize: 838980
Current children cumulated CPU time (s) 915.3
Current children cumulated vsize (Kb) 838980

[startup+960.234 s]
Raw data (loadavg): 1.05 1.01 1.00 2/66 24918
Raw data (/proc/24900/stat): 24900 (java) R 24899 24900 20728 0 -1 0 18857 7 1 0 92415 82 0 0 17 0 11 0 1842798704 859115520 29267 4294967295 134512640 134569956 3221224352 3221214592 1131484345 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/24900/statm): 209745 29267 13129 16 0 209729 0
[pid=24900] vsize: 838980
Current children cumulated CPU time (s) 924.97
Current children cumulated vsize (Kb) 838980

[startup+970.235 s]
Raw data (loadavg): 1.04 1.01 1.00 2/66 24918
Raw data (/proc/24900/stat): 24900 (java) R 24899 24900 20728 0 -1 0 18862 7 1 0 93381 82 0 0 17 0 11 0 1842798704 859115520 29369 4294967295 134512640 134569956 3221224352 3221214544 1131423346 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/24900/statm): 209745 29369 13129 16 0 209729 0
[pid=24900] vsize: 838980
Current children cumulated CPU time (s) 934.63
Current children cumulated vsize (Kb) 838980

[startup+980.235 s]
Raw data (loadavg): 1.04 1.01 1.00 2/66 24918
Raw data (/proc/24900/stat): 24900 (java) R 24899 24900 20728 0 -1 0 18868 7 1 0 94339 82 0 0 17 0 11 0 1842798704 859115520 29440 4294967295 134512640 134569956 3221224352 3221214624 1131486849 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/24900/statm): 209745 29440 13129 16 0 209729 0
[pid=24900] vsize: 838980
Current children cumulated CPU time (s) 944.21
Current children cumulated vsize (Kb) 838980

[startup+990.236 s]
Raw data (loadavg): 1.03 1.01 1.00 2/66 24918
Raw data (/proc/24900/stat): 24900 (java) R 24899 24900 20728 0 -1 0 18873 7 1 0 95304 82 0 0 17 0 11 0 1842798704 859115520 29540 4294967295 134512640 134569956 3221224352 3221214592 1131484361 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/24900/statm): 209745 29540 13129 16 0 209729 0
[pid=24900] vsize: 838980
Current children cumulated CPU time (s) 953.86
Current children cumulated vsize (Kb) 838980

[startup+1000.24 s]
Raw data (loadavg): 1.02 1.01 1.00 2/66 24918
Raw data (/proc/24900/stat): 24900 (java) R 24899 24900 20728 0 -1 0 18878 7 1 0 96271 83 0 0 18 0 11 0 1842798704 859115520 29597 4294967295 134512640 134569956 3221224352 3221214544 1131423473 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/24900/statm): 209745 29597 13129 16 0 209729 0
[pid=24900] vsize: 838980
Current children cumulated CPU time (s) 963.54
Current children cumulated vsize (Kb) 838980

[startup+1010.24 s]
Raw data (loadavg): 1.02 1.01 1.00 2/66 24918
Raw data (/proc/24900/stat): 24900 (java) R 24899 24900 20728 0 -1 0 18883 7 1 0 97238 83 0 0 17 0 11 0 1842798704 859115520 29669 4294967295 134512640 134569956 3221224352 3221214616 1131509180 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/24900/statm): 209745 29669 13129 16 0 209729 0
[pid=24900] vsize: 838980
Current children cumulated CPU time (s) 973.21
Current children cumulated vsize (Kb) 838980

[startup+1020.24 s]
Raw data (loadavg): 1.02 1.01 1.00 2/66 24918
Raw data (/proc/24900/stat): 24900 (java) R 24899 24900 20728 0 -1 0 18888 7 1 0 98204 84 0 0 18 0 11 0 1842798704 859115520 29756 4294967295 134512640 134569956 3221224352 3221214640 1131602529 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/24900/statm): 209745 29756 13129 16 0 209729 0
[pid=24900] vsize: 838980
Current children cumulated CPU time (s) 982.88
Current children cumulated vsize (Kb) 838980

[startup+1030.24 s]
Raw data (loadavg): 1.01 1.01 1.00 2/66 24918
Raw data (/proc/24900/stat): 24900 (java) R 24899 24900 20728 0 -1 0 18893 7 1 0 99172 85 0 0 18 0 11 0 1842798704 859115520 29839 4294967295 134512640 134569956 3221224352 3221214552 1131423473 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/24900/statm): 209745 29839 13129 16 0 209729 0
[pid=24900] vsize: 838980
Current children cumulated CPU time (s) 992.57
Current children cumulated vsize (Kb) 838980

[startup+1040.24 s]
Raw data (loadavg): 1.01 1.01 1.00 2/66 24918
Raw data (/proc/24900/stat): 24900 (java) R 24899 24900 20728 0 -1 0 18899 7 1 0 100137 85 0 0 17 0 11 0 1842798704 859115520 29943 4294967295 134512640 134569956 3221224352 3221214528 1131368567 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/24900/statm): 209745 29943 13129 16 0 209729 0
[pid=24900] vsize: 838980
Current children cumulated CPU time (s) 1002.22
Current children cumulated vsize (Kb) 838980

[startup+1050.24 s]
Raw data (loadavg): 1.01 1.01 1.00 2/66 24918
Raw data (/proc/24900/stat): 24900 (java) R 24899 24900 20728 0 -1 0 18904 7 1 0 101110 85 0 0 17 0 11 0 1842798704 859115520 30021 4294967295 134512640 134569956 3221224352 3221214616 1131509272 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/24900/statm): 209745 30021 13129 16 0 209729 0
[pid=24900] vsize: 838980
Current children cumulated CPU time (s) 1011.95
Current children cumulated vsize (Kb) 838980

[startup+1060.24 s]
Raw data (loadavg): 1.01 1.00 1.00 2/66 24918
Raw data (/proc/24900/stat): 24900 (java) R 24899 24900 20728 0 -1 0 18909 7 1 0 102083 85 0 0 17 0 11 0 1842798704 859115520 30076 4294967295 134512640 134569956 3221224352 3221214552 1131423556 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/24900/statm): 209745 30076 13129 16 0 209729 0
[pid=24900] vsize: 838980
Current children cumulated CPU time (s) 1021.68
Current children cumulated vsize (Kb) 838980

[startup+1070.24 s]
Raw data (loadavg): 1.01 1.00 1.00 2/66 24918
Raw data (/proc/24900/stat): 24900 (java) R 24899 24900 20728 0 -1 0 18914 7 1 0 103052 86 0 0 17 0 11 0 1842798704 859115520 30148 4294967295 134512640 134569956 3221224352 3221214672 1131456555 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/24900/statm): 209745 30148 13129 16 0 209729 0
[pid=24900] vsize: 838980
Current children cumulated CPU time (s) 1031.38
Current children cumulated vsize (Kb) 838980

[startup+1080.24 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 24918
Raw data (/proc/24900/stat): 24900 (java) R 24899 24900 20728 0 -1 0 18919 7 1 0 104021 87 0 0 17 0 11 0 1842798704 859115520 30183 4294967295 134512640 134569956 3221224352 3221214528 1131368701 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/24900/statm): 209745 30183 13129 16 0 209729 0
[pid=24900] vsize: 838980
Current children cumulated CPU time (s) 1041.08
Current children cumulated vsize (Kb) 838980

[startup+1090.24 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 24918
Raw data (/proc/24900/stat): 24900 (java) R 24899 24900 20728 0 -1 0 18924 7 1 0 104989 87 0 0 17 0 11 0 1842798704 859115520 30252 4294967295 134512640 134569956 3221224352 3221214592 1131484361 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/24900/statm): 209745 30252 13129 16 0 209729 0
[pid=24900] vsize: 838980
Current children cumulated CPU time (s) 1050.76
Current children cumulated vsize (Kb) 838980

[startup+1100.24 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 24918
Raw data (/proc/24900/stat): 24900 (java) R 24899 24900 20728 0 -1 0 18930 7 1 0 105944 88 0 0 17 0 11 0 1842798704 859115520 30303 4294967295 134512640 134569956 3221224352 3221214640 1131368564 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/24900/statm): 209745 30303 13129 16 0 209729 0
[pid=24900] vsize: 838980
Current children cumulated CPU time (s) 1060.32
Current children cumulated vsize (Kb) 838980

[startup+1110.24 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 24918
Raw data (/proc/24900/stat): 24900 (java) R 24899 24900 20728 0 -1 0 18936 7 1 0 106895 88 0 0 16 0 11 0 1842798704 859115520 30337 4294967295 134512640 134569956 3221224352 3221214544 1131424122 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/24900/statm): 209745 30337 13129 16 0 209729 0
[pid=24900] vsize: 838980
Current children cumulated CPU time (s) 1069.83
Current children cumulated vsize (Kb) 838980

[startup+1120.24 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 24918
Raw data (/proc/24900/stat): 24900 (java) R 24899 24900 20728 0 -1 0 18940 7 1 0 107862 88 0 0 16 0 11 0 1842798704 859115520 30455 4294967295 134512640 134569956 3221224352 3221214752 1131347334 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/24900/statm): 209745 30455 13129 16 0 209729 0
[pid=24900] vsize: 838980
Current children cumulated CPU time (s) 1079.5
Current children cumulated vsize (Kb) 838980

[startup+1130.25 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 24918
Raw data (/proc/24900/stat): 24900 (java) R 24899 24900 20728 0 -1 0 18947 7 1 0 108813 88 0 0 17 0 11 0 1842798704 859115520 30570 4294967295 134512640 134569956 3221224352 3221214672 1131456707 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/24900/statm): 209745 30570 13129 16 0 209729 0
[pid=24900] vsize: 838980
Current children cumulated CPU time (s) 1089.01
Current children cumulated vsize (Kb) 838980

[startup+1140.25 s]
Raw data (loadavg): 1.08 1.02 1.01 2/66 24918
Raw data (/proc/24900/stat): 24900 (java) R 24899 24900 20728 0 -1 0 18956 7 1 0 109762 88 0 0 16 0 11 0 1842798704 859115520 30719 4294967295 134512640 134569956 3221224352 3221214672 1131456555 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/24900/statm): 209745 30719 13129 16 0 209729 0
[pid=24900] vsize: 838980
Current children cumulated CPU time (s) 1098.5
Current children cumulated vsize (Kb) 838980

[startup+1150.25 s]
Raw data (loadavg): 1.07 1.02 1.00 2/66 24918
Raw data (/proc/24900/stat): 24900 (java) R 24899 24900 20728 0 -1 0 18965 7 1 0 110730 89 0 0 16 0 11 0 1842798704 859115520 30893 4294967295 134512640 134569956 3221224352 3221214640 1131368564 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/24900/statm): 209745 30893 13129 16 0 209729 0
[pid=24900] vsize: 838980
Current children cumulated CPU time (s) 1108.19
Current children cumulated vsize (Kb) 838980

[startup+1160.25 s]
Raw data (loadavg): 1.06 1.01 1.00 2/66 24918
Raw data (/proc/24900/stat): 24900 (java) R 24899 24900 20728 0 -1 0 18974 7 1 0 111709 89 0 0 17 0 11 0 1842798704 859115520 30978 4294967295 134512640 134569956 3221224352 3221214672 1131456635 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/24900/statm): 209745 30978 13129 16 0 209729 0
[pid=24900] vsize: 838980
Current children cumulated CPU time (s) 1117.98
Current children cumulated vsize (Kb) 838980

[startup+1170.25 s]
Raw data (loadavg): 1.05 1.01 1.00 2/66 24918
Raw data (/proc/24900/stat): 24900 (java) R 24899 24900 20728 0 -1 0 18979 7 1 0 112694 90 0 0 18 0 11 0 1842798704 859115520 30992 4294967295 134512640 134569956 3221224352 3221214768 1131491219 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/24900/statm): 209745 30992 13129 16 0 209729 0
[pid=24900] vsize: 838980
Current children cumulated CPU time (s) 1127.84
Current children cumulated vsize (Kb) 838980

[startup+1180.25 s]
Raw data (loadavg): 1.04 1.01 1.00 2/66 24918
Raw data (/proc/24900/stat): 24900 (java) R 24899 24900 20728 0 -1 0 18985 7 1 0 113675 90 0 0 19 0 11 0 1842798704 859115520 30993 4294967295 134512640 134569956 3221224352 3221214748 1131368544 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/24900/statm): 209745 30993 13129 16 0 209729 0
[pid=24900] vsize: 838980
Current children cumulated CPU time (s) 1137.65
Current children cumulated vsize (Kb) 838980

[startup+1190.25 s]
Raw data (loadavg): 1.03 1.01 1.00 2/66 24918
Raw data (/proc/24900/stat): 24900 (java) R 24899 24900 20728 0 -1 0 18994 7 1 0 114647 90 0 0 16 0 11 0 1842798704 859115520 30999 4294967295 134512640 134569956 3221224352 3221214672 1131457114 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/24900/statm): 209745 30999 13129 16 0 209729 0
[pid=24900] vsize: 838980
Current children cumulated CPU time (s) 1147.37
Current children cumulated vsize (Kb) 838980

[startup+1200.25 s]
Raw data (loadavg): 1.03 1.01 1.00 2/66 24918
Raw data (/proc/24900/stat): 24900 (java) R 24899 24900 20728 0 -1 0 19003 7 1 0 115619 91 0 0 16 0 11 0 1842798704 859115520 31067 4294967295 134512640 134569956 3221224352 3221214640 1131368564 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/24900/statm): 209745 31067 13129 16 0 209729 0
[pid=24900] vsize: 838980
Current children cumulated CPU time (s) 1157.1
Current children cumulated vsize (Kb) 838980

[startup+1210.25 s]
Raw data (loadavg): 1.02 1.01 1.00 2/66 24918
Raw data (/proc/24900/stat): 24900 (java) R 24899 24900 20728 0 -1 0 19012 7 1 0 116601 91 0 0 21 0 11 0 1842798704 859115520 31134 4294967295 134512640 134569956 3221224352 3221214672 1131456555 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/24900/statm): 209745 31134 13129 16 0 209729 0
[pid=24900] vsize: 838980
Current children cumulated CPU time (s) 1166.92
Current children cumulated vsize (Kb) 838980

[startup+1220.25 s]
Raw data (loadavg): 1.02 1.01 1.00 2/66 24918
Raw data (/proc/24900/stat): 24900 (java) R 24899 24900 20728 0 -1 0 19021 7 1 0 117578 91 0 0 17 0 11 0 1842798704 859115520 31149 4294967295 134512640 134569956 3221224352 3221214544 1131423473 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/24900/statm): 209745 31149 13129 16 0 209729 0
[pid=24900] vsize: 838980
Current children cumulated CPU time (s) 1176.69
Current children cumulated vsize (Kb) 838980

[startup+1230.25 s]
Raw data (loadavg): 1.02 1.01 1.00 2/66 24918
Raw data (/proc/24900/stat): 24900 (java) R 24899 24900 20728 0 -1 0 19026 7 1 0 118552 91 0 0 17 0 11 0 1842798704 859115520 31155 4294967295 134512640 134569956 3221224352 3221214552 1131423430 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/24900/statm): 209745 31155 13129 16 0 209729 0
[pid=24900] vsize: 838980
Current children cumulated CPU time (s) 1186.43
Current children cumulated vsize (Kb) 838980

[startup+1240.25 s]
Raw data (loadavg): 1.01 1.01 1.00 2/66 24918
Raw data (/proc/24900/stat): 24900 (java) R 24899 24900 20728 0 -1 0 19032 7 1 0 119515 92 0 0 16 0 11 0 1842798704 859115520 31161 4294967295 134512640 134569956 3221224352 3221214564 1131057182 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/24900/statm): 209745 31161 13129 16 0 209729 0
[pid=24900] vsize: 838980
Current children cumulated CPU time (s) 1196.07
Current children cumulated vsize (Kb) 838980

[startup+1250.25 s]
Raw data (loadavg): 1.01 1.01 1.00 2/66 24918
Raw data (/proc/24900/stat): 24900 (java) R 24899 24900 20728 0 -1 0 19037 7 1 0 120481 92 0 0 17 0 11 0 1842798704 859115520 31168 4294967295 134512640 134569956 3221224352 3221214672 1131457027 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/24900/statm): 209745 31168 13129 16 0 209729 0
[pid=24900] vsize: 838980
Current children cumulated CPU time (s) 1205.73
Current children cumulated vsize (Kb) 838980



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1250.26 s]
Raw data (loadavg): 1.01 1.01 1.00 2/66 24918
Raw data (/proc/24900/stat): 24900 (java) R 24899 24900 20728 0 -1 0 19037 7 1 0 120481 92 0 0 17 0 11 0 1842798704 859115520 31168 4294967295 134512640 134569956 3221224352 3221214672 1131456555 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/24900/statm): 209745 31168 13129 16 0 209729 0
[pid=24900] vsize: 838980
Current children cumulated CPU time (s) 1205.73
Current children cumulated vsize (Kb) 838980

Sending SIGTERM to -24900
Sleeping 2 seconds
New thread pid=24920
New thread pid=24921
One traced child (pid=24921) exited with status: 0
One traced child (pid=24909) exited with status: 0
One traced child (pid=24904) exited with status: 0
One traced child (pid=24901) exited with status: 143
One traced child (pid=24902) exited with status: 143
One traced child (pid=24903) exited with status: 143
One traced child (pid=24905) exited with status: 143
One traced child (pid=24908) exited with status: 143
One traced child (pid=24907) exited with status: 143
One traced child (pid=24918) exited with status: 143
One traced child (pid=24920) exited with status: 143
One traced child (pid=24906) exited with status: 143
One traced child (pid=24900) exited with status: 143
All traced children have exited ! Game is over.

Child status: 143
Real time (s): 1250.51
CPU time (s): 1247.91
CPU user time (s): 1246.31
CPU system time (s): 1.60176
CPU usage (%): 99.7919
Max. virtual memory (cumulated for all children) (Kb): 838980

Verifier Data

Verifier:	OK	486