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/aloul/FPGA_SAT05/normalized-fpga30_30_sat_pb.cnf.cr.opb
MD5SUM511f20f1868f397c99d8a26ca62146c0
Bench Categoryno optimization function (SAT)
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 0
Optimality of the best value was proved NO
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 31
Number of bits of the biggest sum of numbers5
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.03384
Number of variables1350
Total number of constraints990
Number of constraints which are clauses930
Number of constraints which are cardinality constraints (but not clauses)60
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint15
Maximum length of a constraint30

Trace number 1108

Launcher Data

LAUNCH ON wulflinc27 THE 2005-09-18 13:24:43 (client local time)
PB2005-SCRIPT v4.0 
MARKUPS: idlaunch=5904 boxname=wulflinc27 idbench=44 idsolver=6 numberseed=0
MD5SUM SOLVER: 
MD5SUM BENCH:  511f20f1868f397c99d8a26ca62146c0  /oldhome/oroussel/tmp/wulflinc27/normalized-fpga30_30_sat_pb.cnf.cr.opb
REAL COMMAND:  java -server -Xms650M -Xmx650M -jar /oldhome/oroussel/solvers/sat4jPseudoTer.jar /oldhome/oroussel/tmp/wulflinc27/normalized-fpga30_30_sat_pb.cnf.cr.opb
IDLAUNCH: 5904
/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 7
model name	: Pentium III (Katmai)
stepping	: 3
cpu MHz		: 451.169
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	: 3
cpu MHz		: 451.169
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:        933572 kB
Buffers:         35124 kB
Cached:          33880 kB
SwapCached:        764 kB
Active:          55412 kB
Inactive:        16228 kB
HighTotal:      131008 kB
HighFree:        94192 kB
LowTotal:       903652 kB
LowFree:        839380 kB
SwapTotal:     2097892 kB
SwapFree:      2096616 kB
Dirty:              28 kB
Writeback:           0 kB
Mapped:           5724 kB
Slab:            23904 kB
Committed_AS:    64132 kB
PageTables:        328 kB
VmallocTotal:   114680 kB
VmallocUsed:      1368 kB
VmallocChunk:   113252 kB
JOB ENDED THE 2005-09-18 13:31:39 (client local time) WITH STATUS 10 IN 421.137 SECONDS
stats: 5904 0 421.137 10

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/wulflinc27/normalized-fpga30_30_sat_pb.cnf.cr.opb
c reading problem ... done. Time 2.816 ms.
c #vars     1350
c #constraints  990
c starts		: 2
c conflicts		: 246
c decisions		: 4218
c propagations		: 27795
c inspects		: 42254
c learnt literals	: 0
c learnt binary clauses	: 0
c learnt ternary clauses	: 0
c learnt clauses	: 246
c root simplifications	: 2
c removed literals (reason simplification)	: 0
c reason swapping (by a shorter reason)	: 0
c Calls to reduceDB	: 0
c speed (decisions/second)	: 10.28617414312365
c non guided choices	639
c random choices	0
s SATISFIABLE
v -v1 -v901 -v902 -v903 -v904 -v905 -v906 -v907 -v908 -v909 -v910 -v911 -v912 -v913 -v914 v915 -v878 -v1006 -v1007 -v1008 -v1009 -v1010 -v1011 -v1012 -v1013 -v1014 -v1015 -v1016 -v1017 -v1018 v1019 -v1020 -v404 -v1096 -v1097 -v1098 -v1099 -v1100 -v1101 -v1102 -v1103 -v1104 -v1105 -v1106 -v1107 v1108 -v1109 -v1110 -v178 -v1306 -v1307 -v1308 -v1309 -v1310 -v1311 -v1312 v1313 -v1314 -v1315 -v1316 -v1317 -v1318 -v1319 -v1320 -v52 v1216 -v1217 -v1218 -v1219 -v1220 -v1221 -v1222 -v1223 -v1224 -v1225 -v1226 -v1227 -v1228 -v1229 -v1230 -v5 -v961 -v962 -v963 -v964 -v965 -v966 -v967 -v968 -v969 -v970 -v971 v972 -v973 -v974 -v975 -v131 -v1051 -v1052 -v1053 -v1054 -v1055 -v1056 -v1057 -v1058 -v1059 -v1060 v1061 -v1062 -v1063 -v1064 -v1065 -v213 -v931 -v932 -v933 -v934 -v935 -v936 -v937 -v938 v939 -v940 -v941 -v942 -v943 -v944 -v945 -v150 -v1336 -v1337 -v1338 -v1339 -v1340 -v1341 v1342 -v1343 -v1344 -v1345 -v1346 -v1347 -v1348 -v1349 -v1350 -v469 -v1171 -v1172 -v1173 -v1174 -v1175 -v1176 -v1177 -v1178 -v1179 -v1180 -v1181 -v1182 v1183 -v1184 -v1185 -v891 -v1201 -v1202 -v1203 -v1204 -v1205 -v1206 -v1207 -v1208 -v1209 -v1210 v1211 -v1212 -v1213 -v1214 -v1215 -v807 -v1291 -v1292 -v1293 -v1294 -v1295 -v1296 -v1297 -v1298 -v1299 -v1300 -v1301 -v1302 -v1303 v1304 -v1305 -v454 -v946 -v947 -v948 -v949 -v950 -v951 -v952 v953 -v954 -v955 -v956 -v957 -v958 -v959 -v960 -v369 -v1021 -v1022 -v1023 -v1024 -v1025 -v1026 v1027 -v1028 -v1029 -v1030 -v1031 -v1032 -v1033 -v1034 -v1035 -v239 -v1321 -v1322 -v1323 -v1324 -v1325 -v1326 -v1327 -v1328 v1329 -v1330 -v1331 -v1332 -v1333 -v1334 -v1335 -v899 -v709 v464 -v726 -v976 -v977 -v978 v979 -v980 -v981 -v982 -v983 -v984 -v985 -v986 -v987 -v988 -v989 -v990 -v374 -v46 -v1126 -v1127 -v1128 -v1129 -v1130 -v1131 -v1132 -v1133 -v1134 -v1135 -v1136 v1137 -v1138 -v1139 -v1140 -v872 -v916 -v917 v918 -v919 -v920 -v921 -v922 -v923 -v924 -v925 -v926 -v927 -v928 -v929 -v930 -v307 -v991 -v992 -v993 -v994 -v995 v996 -v997 -v998 -v999 -v1000 -v1001 -v1002 -v1003 -v1004 -v1005 -v129 -v451 -v825 -v1111 -v1112 -v1113 -v1114 v1115 -v1116 -v1117 -v1118 -v1119 -v1120 -v1121 -v1122 -v1123 -v1124 -v1125 -v184 -v625 -v1261 -v1262 -v1263 -v1264 v1265 -v1266 -v1267 -v1268 -v1269 -v1270 -v1271 -v1272 -v1273 -v1274 -v1275 -v823 -v1081 -v1082 -v1083 -v1084 -v1085 -v1086 -v1087 -v1088 -v1089 v1090 -v1091 -v1092 -v1093 -v1094 -v1095 v389 -v793 -v803 -v1231 -v1232 v1233 -v1234 -v1235 -v1236 -v1237 -v1238 -v1239 -v1240 -v1241 -v1242 -v1243 -v1244 -v1245 -v485 -v11 -v499 v541 -v542 -v543 -v544 -v545 -v546 -v547 -v548 -v549 -v550 -v551 -v552 -v553 -v554 -v555 -v556 -v557 -v558 -v559 -v560 -v561 -v562 -v563 -v564 -v565 -v566 -v567 -v568 -v569 -v570 -v220 -v1036 v1037 -v1038 -v1039 -v1040 -v1041 -v1042 -v1043 -v1044 -v1045 -v1046 -v1047 -v1048 -v1049 -v1050 -v702 v1066 -v1067 -v1068 -v1069 -v1070 -v1071 -v1072 -v1073 -v1074 -v1075 -v1076 -v1077 -v1078 -v1079 -v1080 -v138 -v1156 v1157 -v1158 -v1159 -v1160 -v1161 -v1162 -v1163 -v1164 -v1165 -v1166 -v1167 -v1168 -v1169 -v1170 -v247 -v734 -v462 -v87 -v47 -v1141 -v1142 -v1143 v1144 -v1145 -v1146 -v1147 -v1148 -v1149 -v1150 -v1151 -v1152 -v1153 -v1154 -v1155 -v144 -v1246 -v1247 -v1248 -v1249 -v1250 v1251 -v1252 -v1253 -v1254 -v1255 -v1256 -v1257 -v1258 -v1259 -v1260 -v834 -v115 -v292 -v383 -v773 -v707 -v799 -v760 -v83 -v742 -v113 -v199 -v669 -v398 v497 -v224 -v827 -v421 -v422 -v423 -v424 -v425 -v426 -v427 -v428 -v429 -v430 -v431 -v432 -v433 -v434 -v435 -v436 -v437 -v438 -v439 -v440 v441 -v442 -v443 -v444 -v445 -v446 -v447 -v448 -v449 -v450 -v295 -v802 -v520 -v54 -v56 -v1276 -v1277 -v1278 -v1279 -v1280 -v1281 -v1282 -v1283 -v1284 v1285 -v1286 -v1287 -v1288 -v1289 -v1290 -v22 -v248 -v126 -v257 -v183 -v577 -v50 -v1186 -v1187 -v1188 -v1189 -v1190 -v1191 -v1192 -v1193 -v1194 -v1195 -v1196 -v1197 -v1198 -v1199 v1200 -v712 -v386 -v164 -v195 -v659 -v368 -v511 -v68 -v208 -v367 -v586 -v753 -v661 -v321 -v603 -v792 -v613 -v643 v133 -v587 -v124 -v582 -v573 -v594 -v94 -v741 -v277 -v412 -v6 -v302 -v356 -v279 -v236 -v779 -v152 -v782 -v757 -v43 -v840 -v769 -v322 -v893 -v504 -v44 -v539 -v607 -v235 -v14 -v40 -v268 -v868 -v858 -v308 -v818 -v35 -v91 -v92 -v93 -v95 -v96 -v97 -v98 -v99 v100 -v101 -v102 -v103 -v104 -v105 -v106 -v107 -v108 -v109 -v110 -v111 -v112 -v114 -v116 -v117 -v118 -v119 -v120 -v864 -v79 -v381 -v611 -v788 -v467 -v391 -v715 -v310 -v275 -v378 -v606 -v181 -v182 -v185 -v186 -v187 v188 -v189 -v190 -v191 -v192 -v193 -v194 -v196 -v197 -v198 -v200 -v201 -v202 -v203 -v204 -v205 -v206 -v207 -v209 -v210 -v375 -v604 -v588 -v620 -v831 -v278 -v631 -v373 -v300 -v7 -v637 -v623 -v388 -v80 v628 -v751 -v752 -v754 -v755 -v756 -v758 -v759 -v761 -v762 -v763 -v764 -v765 -v766 -v767 -v768 -v770 -v771 -v772 -v774 -v775 v776 -v777 -v778 -v780 -v90 -v522 -v465 -v590 -v787 -v852 -v180 -v514 -v339 -v361 -v362 -v363 -v364 -v365 -v366 -v370 -v371 -v372 -v376 -v377 -v379 -v380 -v382 -v384 -v385 -v387 -v390 -v821 -v157 -v313 -v55 -v473 -v64 -v130 -v660 -v418 -v15 -v17 -v18 -v639 -v243 -v608 -v621 -v287 -v212 v272 -v291 -v644 -v238 -v867 -v84 -v253 -v622 -v333 -v296 -v42 -v881 -v794 -v888 -v78 -v156 -v845 -v895 -v151 -v408 -v601 -v602 -v605 -v609 -v610 -v612 -v614 -v615 -v616 -v617 -v618 -v619 -v624 -v626 -v627 -v629 -v630 -v486 -v252 -v791 -v66 -v402 -v781 -v664 -v805 -v221 -v140 -v12 -v576 -v885 -v274 v513 -v169 -v67 -v250 -v808 -v145 -v863 -v417 -v668 -v315 -v663 -v271 -v812 -v301 -v24 -v482 -v211 -v749 -v460 -v283 v20 -v723 -v75 -v690 -v678 -v883 -v876 -v784 -v638 -v123 -v53 -v706 -v234 -v122 -v512 -v82 -v666 -v662 -v526 -v647 -v719 -v215 -v646 -v729 -v853 -v523 -v61 -v62 -v63 -v65 -v69 -v70 -v71 -v72 -v73 -v74 v76 -v77 -v81 -v85 -v86 -v88 -v89 -v721 -v722 -v724 -v725 v727 -v728 -v730 -v731 -v732 -v733 -v735 -v736 -v737 -v738 -v739 -v740 -v743 -v744 -v745 -v746 -v747 -v748 -v750 -v10 -v165 -v811 -v536 -v691 -v493 -v338 -v652 -v273 -v833 v39 -v524 -v219 -v31 -v303 -v137 -v670 -v897 -v154 -v692 -v693 -v694 -v695 -v696 -v697 -v698 -v699 -v700 -v701 -v703 -v704 -v705 v708 -v710 -v711 -v713 -v714 -v716 -v717 -v718 -v720 -v836 -v490 -v229 -v351 -v281 -v49 -v282 -v518 -v677 -v337 -v51 -v842 -v246 -v819 -v320 -v592 -v572 -v132 -v496 -v45 -v348 -v593 -v319 -v481 -v483 -v484 -v487 -v488 -v489 -v491 -v492 -v494 -v495 -v498 -v500 -v501 -v502 -v503 -v505 -v506 -v507 -v508 -v509 -v510 -v479 -v265 -v862 -v841 -v167 -v231 -v171 -v316 -v673 -v214 -v216 -v217 -v218 -v222 -v223 -v225 -v226 -v227 -v228 -v230 -v232 -v233 v237 -v240 -v672 -v459 -v36 -v158 -v289 -v142 -v837 -v160 -v843 -v844 v846 -v847 -v848 -v849 -v850 -v851 -v854 -v855 -v856 -v857 -v859 -v860 -v861 -v865 -v866 -v869 -v870 -v397 -v37 -v838 -v359 -v538 v174 -v667 -v168 -v530 -v873 -v172 -v528 -v309 -v585 -v596 -v128 -v828 -v814 -v790 -v879 v822 -v394 -v521 -v4 -v19 -v648 -v410 v244 -v134 -v890 -v571 -v574 -v575 -v578 -v579 -v580 -v581 -v583 -v584 -v589 -v591 v595 -v597 -v598 -v599 -v600 -v149 -v884 -v13 -v121 -v125 -v127 -v135 -v136 -v139 -v141 -v143 -v146 -v147 -v148 -v33 -v658 -v163 -v810 -v634 -v23 -v540 -v415 -v335 -v323 -v679 -v401 -v809 -v255 -v686 -v153 -v331 -v411 -v298 -v352 -v783 -v2 -v405 v311 -v527 -v161 -v894 -v9 -v813 -v290 -v34 -v48 -v471 -v28 -v458 -v347 -v318 -v466 -v452 -v453 -v455 -v456 -v457 -v461 -v463 -v468 -v470 -v472 -v474 -v475 -v476 -v477 -v478 -v480 -v341 -v25 -v392 -v26 -v656 -v334 -v346 -v515 -v516 -v517 -v519 -v525 -v529 -v531 -v532 -v533 -v534 -v535 -v537 -v262 -v887 -v400 -v817 -v266 -v826 -v261 -v798 -v176 -v889 -v680 -v403 -v260 -v332 -v336 -v340 -v342 -v343 -v344 -v345 v349 -v350 -v353 -v354 -v355 -v357 -v358 -v360 -v285 v795 -v245 -v329 -v684 -v640 -v162 -v633 -v241 -v242 -v249 -v251 -v254 -v256 -v258 -v259 -v263 -v264 -v267 -v269 -v270 -v804 v635 v682 -v170 -v166 -v871 -v874 -v875 -v877 -v880 -v882 -v886 -v892 -v896 -v898 v900 -v177 -v681 -v797 -v641 -v419 -v632 -v636 -v642 -v645 -v649 -v650 -v651 -v653 -v654 -v655 -v657 -v38 -v60 -v304 -v305 -v306 -v312 -v314 -v317 -v324 -v325 -v326 -v327 -v328 -v330 -v57 -v3 -v806 -v393 -v665 -v671 -v674 -v675 -v676 -v683 -v685 -v687 -v688 -v689 -v21 -v294 -v175 -v16 -v395 -v396 -v399 -v406 -v407 -v409 v413 -v414 -v416 -v420 -v299 -v839 -v832 -v801 -v41 -v789 -v288 -v155 -v815 -v286 -v829 -v173 -v280 -v786 -v830 -v785 -v816 -v800 -v835 -v796 -v293 -v297 -v27 -v8 -v284 -v820 -v824 -v32 -v58 -v59 -v29 -v276 -v30 -v159 -v179 
c Total CPU time (ms) : 412.927

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/2443/stat): 2443 (java) R 2442 2443 28974 0 -1 0 19 0 0 0 0 0 0 0 23 0 1 0 1841578308 159744 3 4294967295 134512640 134569956 3221224464 3221224464 1073744960 0 0 5 0 0 0 0 17 1 0 0
Raw data (/proc/2443/statm): 39 3 38 16 0 23 0
[pid=2443] 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/2443
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=2444
New thread pid=2445
New thread pid=2446
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=2447
New thread pid=2448
New thread pid=2449
New thread pid=2450
New thread pid=2451
New thread pid=2452
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/wulflinc27/normalized-fpga30_30_sat_pb.cnf.cr.opb
New thread pid=2453

[startup+10.0082 s]
Raw data (loadavg): 1.09 1.00 0.92 2/66 2453
Raw data (/proc/2443/stat): 2443 (java) R 2442 2443 28974 0 -1 0 15667 0 97 0 652 48 0 0 18 0 11 0 1841578308 859734016 17326 4294967295 134512640 134569956 3221224320 3221214676 1131057275 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/2443/statm): 209896 17327 13129 16 0 209880 0
[pid=2443] vsize: 839584
Current children cumulated CPU time (s) 7
Current children cumulated vsize (Kb) 839584

[startup+20.009 s]
Raw data (loadavg): 1.16 1.02 0.93 2/66 2453
Raw data (/proc/2443/stat): 2443 (java) R 2442 2443 28974 0 -1 0 18049 0 98 0 1597 54 0 0 22 0 11 0 1841578308 859598848 21466 4294967295 134512640 134569956 3221224320 3221214528 1131094499 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/2443/statm): 209863 21466 13129 16 0 209847 0
[pid=2443] vsize: 839452
Current children cumulated CPU time (s) 16.51
Current children cumulated vsize (Kb) 839452

[startup+30.0099 s]
Raw data (loadavg): 1.13 1.02 0.93 2/66 2453
Raw data (/proc/2443/stat): 2443 (java) S 2442 2443 28974 0 -1 0 18054 0 98 0 2567 55 0 0 25 0 11 0 1841578308 859598848 22034 4294967295 134512640 134569956 3221224320 3221213232 1073943035 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/2443/statm): 209863 22035 13129 16 0 209847 0
[pid=2443] vsize: 839452
Current children cumulated CPU time (s) 26.22
Current children cumulated vsize (Kb) 839452

[startup+40.0107 s]
Raw data (loadavg): 1.11 1.02 0.93 2/66 2453
Raw data (/proc/2443/stat): 2443 (java) R 2442 2443 28974 0 -1 0 18058 0 98 0 3556 55 0 0 25 0 11 0 1841578308 859598848 22354 4294967295 134512640 134569956 3221224320 3221214576 1131591099 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/2443/statm): 209863 22354 13129 16 0 209847 0
[pid=2443] vsize: 839452
Current children cumulated CPU time (s) 36.11
Current children cumulated vsize (Kb) 839452

[startup+50.0135 s]
Raw data (loadavg): 1.09 1.02 0.93 2/66 2453
Raw data (/proc/2443/stat): 2443 (java) R 2442 2443 28974 0 -1 0 18061 0 98 0 4550 55 0 0 25 0 11 0 1841578308 859598848 22354 4294967295 134512640 134569956 3221224320 3221214560 1131486582 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/2443/statm): 209863 22354 13129 16 0 209847 0
[pid=2443] vsize: 839452
Current children cumulated CPU time (s) 46.05
Current children cumulated vsize (Kb) 839452

[startup+60.0133 s]
Raw data (loadavg): 1.08 1.02 0.93 2/66 2453
Raw data (/proc/2443/stat): 2443 (java) R 2442 2443 28974 0 -1 0 18065 0 98 0 5543 56 0 0 25 0 11 0 1841578308 859598848 22354 4294967295 134512640 134569956 3221224320 3221214520 1131426658 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/2443/statm): 209863 22354 13129 16 0 209847 0
[pid=2443] vsize: 839452
Current children cumulated CPU time (s) 55.99
Current children cumulated vsize (Kb) 839452

[startup+70.0151 s]
Raw data (loadavg): 1.07 1.01 0.93 2/66 2453
Raw data (/proc/2443/stat): 2443 (java) R 2442 2443 28974 0 -1 0 18068 0 98 0 6534 56 0 0 25 0 11 0 1841578308 859598848 22354 4294967295 134512640 134569956 3221224320 3221214488 1131440053 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/2443/statm): 209863 22354 13129 16 0 209847 0
[pid=2443] vsize: 839452
Current children cumulated CPU time (s) 65.9
Current children cumulated vsize (Kb) 839452

[startup+80.016 s]
Raw data (loadavg): 1.06 1.01 0.93 2/66 2453
Raw data (/proc/2443/stat): 2443 (java) R 2442 2443 28974 0 -1 0 18072 0 98 0 7524 56 0 0 25 0 11 0 1841578308 859598848 22354 4294967295 134512640 134569956 3221224320 3221214496 1131613962 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/2443/statm): 209863 22354 13129 16 0 209847 0
[pid=2443] vsize: 839452
Current children cumulated CPU time (s) 75.8
Current children cumulated vsize (Kb) 839452

[startup+90.0168 s]
Raw data (loadavg): 1.05 1.01 0.93 2/66 2453
Raw data (/proc/2443/stat): 2443 (java) R 2442 2443 28974 0 -1 0 18075 0 98 0 8517 56 0 0 25 0 11 0 1841578308 859598848 22354 4294967295 134512640 134569956 3221224320 3221214496 1131613978 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/2443/statm): 209863 22354 13129 16 0 209847 0
[pid=2443] vsize: 839452
Current children cumulated CPU time (s) 85.73
Current children cumulated vsize (Kb) 839452

[startup+100.018 s]
Raw data (loadavg): 1.04 1.01 0.93 2/66 2453
Raw data (/proc/2443/stat): 2443 (java) R 2442 2443 28974 0 -1 0 18078 0 98 0 9506 56 0 0 25 0 11 0 1841578308 859598848 22354 4294967295 134512640 134569956 3221224320 3221214560 1131486576 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/2443/statm): 209863 22354 13129 16 0 209847 0
[pid=2443] vsize: 839452
Current children cumulated CPU time (s) 95.62
Current children cumulated vsize (Kb) 839452

[startup+110.018 s]
Raw data (loadavg): 1.03 1.01 0.93 2/66 2453
Raw data (/proc/2443/stat): 2443 (java) R 2442 2443 28974 0 -1 0 18081 0 98 0 10494 56 0 0 25 0 11 0 1841578308 859598848 22354 4294967295 134512640 134569956 3221224320 3221214536 1131473567 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/2443/statm): 209863 22354 13129 16 0 209847 0
[pid=2443] vsize: 839452
Current children cumulated CPU time (s) 105.5
Current children cumulated vsize (Kb) 839452

[startup+120.022 s]
Raw data (loadavg): 1.03 1.01 0.93 2/66 2453
Raw data (/proc/2443/stat): 2443 (java) R 2442 2443 28974 0 -1 0 18084 0 98 0 11480 57 0 0 25 0 11 0 1841578308 859598848 22354 4294967295 134512640 134569956 3221224320 3221214560 1131486576 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/2443/statm): 209863 22354 13129 16 0 209847 0
[pid=2443] vsize: 839452
Current children cumulated CPU time (s) 115.37
Current children cumulated vsize (Kb) 839452

[startup+130.023 s]
Raw data (loadavg): 1.02 1.01 0.93 2/66 2453
Raw data (/proc/2443/stat): 2443 (java) R 2442 2443 28974 0 -1 0 18088 0 98 0 12467 57 0 0 25 0 11 0 1841578308 859598848 22395 4294967295 134512640 134569956 3221224320 3221214536 1131483190 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/2443/statm): 209863 22395 13129 16 0 209847 0
[pid=2443] vsize: 839452
Current children cumulated CPU time (s) 125.24
Current children cumulated vsize (Kb) 839452

[startup+140.023 s]
Raw data (loadavg): 1.02 1.01 0.93 2/66 2453
Raw data (/proc/2443/stat): 2443 (java) R 2442 2443 28974 0 -1 0 18090 0 98 0 13458 58 0 0 25 0 11 0 1841578308 859598848 22435 4294967295 134512640 134569956 3221224320 3221214508 1131057186 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/2443/statm): 209863 22435 13129 16 0 209847 0
[pid=2443] vsize: 839452
Current children cumulated CPU time (s) 135.16
Current children cumulated vsize (Kb) 839452

[startup+150.028 s]
Raw data (loadavg): 1.02 1.01 0.93 2/66 2453
Raw data (/proc/2443/stat): 2443 (java) S 2442 2443 28974 0 -1 0 18093 0 98 0 14443 58 0 0 16 0 11 0 1841578308 859598848 22461 4294967295 134512640 134569956 3221224320 3221213200 1073943035 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/2443/statm): 209863 22461 13129 16 0 209847 0
[pid=2443] vsize: 839452
Current children cumulated CPU time (s) 145.01
Current children cumulated vsize (Kb) 839452

[startup+160.029 s]
Raw data (loadavg): 1.01 1.01 0.93 2/66 2453
Raw data (/proc/2443/stat): 2443 (java) R 2442 2443 28974 0 -1 0 18096 0 98 0 15432 58 0 0 25 0 11 0 1841578308 859598848 22499 4294967295 134512640 134569956 3221224320 3221214576 1131590971 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/2443/statm): 209863 22499 13129 16 0 209847 0
[pid=2443] vsize: 839452
Current children cumulated CPU time (s) 154.9
Current children cumulated vsize (Kb) 839452

[startup+170.029 s]
Raw data (loadavg): 1.01 1.00 0.93 2/66 2453
Raw data (/proc/2443/stat): 2443 (java) R 2442 2443 28974 0 -1 0 18099 0 98 0 16419 58 0 0 25 0 11 0 1841578308 859598848 22524 4294967295 134512640 134569956 3221224320 3221214536 1131483094 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/2443/statm): 209863 22524 13129 16 0 209847 0
[pid=2443] vsize: 839452
Current children cumulated CPU time (s) 164.77
Current children cumulated vsize (Kb) 839452

[startup+180.03 s]
Raw data (loadavg): 1.01 1.00 0.93 2/66 2453
Raw data (/proc/2443/stat): 2443 (java) R 2442 2443 28974 0 -1 0 18102 0 98 0 17405 59 0 0 25 0 11 0 1841578308 859598848 22563 4294967295 134512640 134569956 3221224320 3221214560 1131486576 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/2443/statm): 209863 22563 13129 16 0 209847 0
[pid=2443] vsize: 839452
Current children cumulated CPU time (s) 174.64
Current children cumulated vsize (Kb) 839452

[startup+190.03 s]
Raw data (loadavg): 1.01 1.00 0.93 2/66 2453
Raw data (/proc/2443/stat): 2443 (java) R 2442 2443 28974 0 -1 0 18105 0 98 0 18394 59 0 0 25 0 11 0 1841578308 859598848 22589 4294967295 134512640 134569956 3221224320 3221214508 1131057207 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/2443/statm): 209863 22589 13129 16 0 209847 0
[pid=2443] vsize: 839452
Current children cumulated CPU time (s) 184.53
Current children cumulated vsize (Kb) 839452

[startup+200.031 s]
Raw data (loadavg): 1.00 1.00 0.93 2/66 2453
Raw data (/proc/2443/stat): 2443 (java) R 2442 2443 28974 0 -1 0 18108 0 98 0 19382 59 0 0 25 0 11 0 1841578308 859598848 22628 4294967295 134512640 134569956 3221224320 3221214536 1131483137 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/2443/statm): 209863 22628 13129 16 0 209847 0
[pid=2443] vsize: 839452
Current children cumulated CPU time (s) 194.41
Current children cumulated vsize (Kb) 839452

[startup+210.032 s]
Raw data (loadavg): 1.00 1.00 0.93 2/66 2453
Raw data (/proc/2443/stat): 2443 (java) R 2442 2443 28974 0 -1 0 18111 0 98 0 20370 59 0 0 25 0 11 0 1841578308 859598848 22654 4294967295 134512640 134569956 3221224320 3221214592 1131479232 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/2443/statm): 209863 22654 13129 16 0 209847 0
[pid=2443] vsize: 839452
Current children cumulated CPU time (s) 204.29
Current children cumulated vsize (Kb) 839452

[startup+220.033 s]
Raw data (loadavg): 1.00 1.00 0.93 2/66 2453
Raw data (/proc/2443/stat): 2443 (java) R 2442 2443 28974 0 -1 0 18115 0 98 0 21359 59 0 0 25 0 11 0 1841578308 859598848 22692 4294967295 134512640 134569956 3221224320 3221214576 1131590399 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/2443/statm): 209863 22692 13129 16 0 209847 0
[pid=2443] vsize: 839452
Current children cumulated CPU time (s) 214.18
Current children cumulated vsize (Kb) 839452

[startup+230.034 s]
Raw data (loadavg): 1.00 1.00 0.93 2/66 2453
Raw data (/proc/2443/stat): 2443 (java) R 2442 2443 28974 0 -1 0 18118 0 98 0 22348 59 0 0 25 0 11 0 1841578308 859598848 22718 4294967295 134512640 134569956 3221224320 3221214576 1131590977 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/2443/statm): 209863 22718 13129 16 0 209847 0
[pid=2443] vsize: 839452
Current children cumulated CPU time (s) 224.07
Current children cumulated vsize (Kb) 839452

[startup+240.035 s]
Raw data (loadavg): 1.00 1.00 0.93 2/66 2453
Raw data (/proc/2443/stat): 2443 (java) R 2442 2443 28974 0 -1 0 18121 0 98 0 23337 60 0 0 25 0 11 0 1841578308 859598848 22766 4294967295 134512640 134569956 3221224320 3221214464 1131332558 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/2443/statm): 209863 22766 13129 16 0 209847 0
[pid=2443] vsize: 839452
Current children cumulated CPU time (s) 233.97
Current children cumulated vsize (Kb) 839452

[startup+250.036 s]
Raw data (loadavg): 1.00 1.00 0.93 2/66 2453
Raw data (/proc/2443/stat): 2443 (java) R 2442 2443 28974 0 -1 0 18124 0 98 0 24328 60 0 0 25 0 11 0 1841578308 859598848 22821 4294967295 134512640 134569956 3221224320 3221214576 1131591093 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/2443/statm): 209863 22821 13129 16 0 209847 0
[pid=2443] vsize: 839452
Current children cumulated CPU time (s) 243.88
Current children cumulated vsize (Kb) 839452

[startup+260.036 s]
Raw data (loadavg): 1.00 1.00 0.93 2/66 2453
Raw data (/proc/2443/stat): 2443 (java) R 2442 2443 28974 0 -1 0 18127 0 98 0 25319 60 0 0 25 0 11 0 1841578308 859598848 22833 4294967295 134512640 134569956 3221224320 3221214560 1131486582 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/2443/statm): 209863 22833 13129 16 0 209847 0
[pid=2443] vsize: 839452
Current children cumulated CPU time (s) 253.79
Current children cumulated vsize (Kb) 839452

[startup+270.038 s]
Raw data (loadavg): 1.00 1.00 0.93 2/66 2453
Raw data (/proc/2443/stat): 2443 (java) R 2442 2443 28974 0 -1 0 18130 0 98 0 26310 60 0 0 25 0 11 0 1841578308 859598848 22858 4294967295 134512640 134569956 3221224320 3221214496 1131440053 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/2443/statm): 209863 22858 13129 16 0 209847 0
[pid=2443] vsize: 839452
Current children cumulated CPU time (s) 263.7
Current children cumulated vsize (Kb) 839452

[startup+280.038 s]
Raw data (loadavg): 1.00 1.00 0.93 2/66 2453
Raw data (/proc/2443/stat): 2443 (java) R 2442 2443 28974 0 -1 0 18133 0 98 0 27301 61 0 0 25 0 11 0 1841578308 859598848 22871 4294967295 134512640 134569956 3221224320 3221214464 1131332471 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/2443/statm): 209863 22871 13129 16 0 209847 0
[pid=2443] vsize: 839452
Current children cumulated CPU time (s) 273.62
Current children cumulated vsize (Kb) 839452

[startup+290.039 s]
Raw data (loadavg): 1.00 1.00 0.93 2/66 2453
Raw data (/proc/2443/stat): 2443 (java) R 2442 2443 28974 0 -1 0 18137 0 98 0 28292 61 0 0 25 0 11 0 1841578308 859598848 22895 4294967295 134512640 134569956 3221224320 3221214536 1131483102 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/2443/statm): 209863 22895 13129 16 0 209847 0
[pid=2443] vsize: 839452
Current children cumulated CPU time (s) 283.53
Current children cumulated vsize (Kb) 839452

[startup+300.041 s]
Raw data (loadavg): 1.00 1.00 0.93 2/66 2453
Raw data (/proc/2443/stat): 2443 (java) R 2442 2443 28974 0 -1 0 18140 0 98 0 29283 61 0 0 25 0 11 0 1841578308 859598848 22920 4294967295 134512640 134569956 3221224320 3221214576 1131591048 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/2443/statm): 209863 22920 13129 16 0 209847 0
[pid=2443] vsize: 839452
Current children cumulated CPU time (s) 293.44
Current children cumulated vsize (Kb) 839452

[startup+310.042 s]
Raw data (loadavg): 1.00 1.00 0.93 2/66 2453
Raw data (/proc/2443/stat): 2443 (java) R 2442 2443 28974 0 -1 0 18143 0 98 0 30274 61 0 0 23 0 11 0 1841578308 859598848 22933 4294967295 134512640 134569956 3221224320 3221214508 1131057254 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/2443/statm): 209863 22933 13129 16 0 209847 0
[pid=2443] vsize: 839452
Current children cumulated CPU time (s) 303.35
Current children cumulated vsize (Kb) 839452

[startup+320.043 s]
Raw data (loadavg): 1.00 1.00 0.93 2/66 2453
Raw data (/proc/2443/stat): 2443 (java) R 2442 2443 28974 0 -1 0 18146 0 98 0 31265 61 0 0 25 0 11 0 1841578308 859598848 22958 4294967295 134512640 134569956 3221224320 3221214592 1131479308 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/2443/statm): 209863 22958 13129 16 0 209847 0
[pid=2443] vsize: 839452
Current children cumulated CPU time (s) 313.26
Current children cumulated vsize (Kb) 839452

[startup+330.043 s]
Raw data (loadavg): 1.00 1.00 0.93 2/66 2453
Raw data (/proc/2443/stat): 2443 (java) R 2442 2443 28974 0 -1 0 18149 0 98 0 32255 62 0 0 22 0 11 0 1841578308 859598848 22983 4294967295 134512640 134569956 3221224320 3221214488 1131440295 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/2443/statm): 209863 22983 13129 16 0 209847 0
[pid=2443] vsize: 839452
Current children cumulated CPU time (s) 323.17
Current children cumulated vsize (Kb) 839452

[startup+340.044 s]
Raw data (loadavg): 1.00 1.00 0.93 2/66 2453
Raw data (/proc/2443/stat): 2443 (java) R 2442 2443 28974 0 -1 0 18152 0 98 0 33246 62 0 0 24 0 11 0 1841578308 859598848 22995 4294967295 134512640 134569956 3221224320 3221214584 1131470747 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/2443/statm): 209863 22995 13129 16 0 209847 0
[pid=2443] vsize: 839452
Current children cumulated CPU time (s) 333.08
Current children cumulated vsize (Kb) 839452

[startup+350.045 s]
Raw data (loadavg): 1.00 1.00 0.93 2/66 2453
Raw data (/proc/2443/stat): 2443 (java) R 2442 2443 28974 0 -1 0 18155 0 98 0 34237 62 0 0 25 0 11 0 1841578308 859598848 23019 4294967295 134512640 134569956 3221224320 3221214592 1131479400 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/2443/statm): 209863 23019 13129 16 0 209847 0
[pid=2443] vsize: 839452
Current children cumulated CPU time (s) 342.99
Current children cumulated vsize (Kb) 839452

[startup+360.046 s]
Raw data (loadavg): 1.00 1.00 0.93 2/66 2453
Raw data (/proc/2443/stat): 2443 (java) R 2442 2443 28974 0 -1 0 18158 0 98 0 35229 62 0 0 25 0 11 0 1841578308 859598848 23044 4294967295 134512640 134569956 3221224320 3221214536 1131483168 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/2443/statm): 209863 23044 13129 16 0 209847 0
[pid=2443] vsize: 839452
Current children cumulated CPU time (s) 352.91
Current children cumulated vsize (Kb) 839452

[startup+370.047 s]
Raw data (loadavg): 1.00 1.00 0.93 2/66 2453
Raw data (/proc/2443/stat): 2443 (java) R 2442 2443 28974 0 -1 0 18162 0 98 0 36219 63 0 0 18 0 11 0 1841578308 859598848 23056 4294967295 134512640 134569956 3221224320 3221214532 1131057179 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/2443/statm): 209863 23056 13129 16 0 209847 0
[pid=2443] vsize: 839452
Current children cumulated CPU time (s) 362.82
Current children cumulated vsize (Kb) 839452

[startup+380.048 s]
Raw data (loadavg): 1.00 1.00 0.93 2/66 2453
Raw data (/proc/2443/stat): 2443 (java) R 2442 2443 28974 0 -1 0 18165 0 98 0 37210 63 0 0 17 0 11 0 1841578308 859598848 23081 4294967295 134512640 134569956 3221224320 3221214488 1131332536 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/2443/statm): 209863 23081 13129 16 0 209847 0
[pid=2443] vsize: 839452
Current children cumulated CPU time (s) 372.73
Current children cumulated vsize (Kb) 839452

[startup+390.048 s]
Raw data (loadavg): 1.00 1.00 0.93 2/66 2453
Raw data (/proc/2443/stat): 2443 (java) R 2442 2443 28974 0 -1 0 18167 0 98 0 38205 63 0 0 25 0 11 0 1841578308 859598848 23093 4294967295 134512640 134569956 3221224320 3221214336 1076697467 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/2443/statm): 209863 23093 13129 16 0 209847 0
[pid=2443] vsize: 839452
Current children cumulated CPU time (s) 382.68
Current children cumulated vsize (Kb) 839452

[startup+400.049 s]
Raw data (loadavg): 1.00 1.00 0.93 2/66 2453
Raw data (/proc/2443/stat): 2443 (java) R 2442 2443 28974 0 -1 0 18170 0 98 0 39195 63 0 0 25 0 11 0 1841578308 859598848 23117 4294967295 134512640 134569956 3221224320 3221214520 1131440012 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/2443/statm): 209863 23117 13129 16 0 209847 0
[pid=2443] vsize: 839452
Current children cumulated CPU time (s) 392.58
Current children cumulated vsize (Kb) 839452

[startup+410.05 s]
Raw data (loadavg): 1.00 1.00 0.93 2/66 2453
Raw data (/proc/2443/stat): 2443 (java) R 2442 2443 28974 0 -1 0 18175 0 98 0 40174 64 0 0 25 0 11 0 1841578308 859598848 23142 4294967295 134512640 134569956 3221224320 3221214624 1131440012 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/2443/statm): 209863 23142 13129 16 0 209847 0
[pid=2443] vsize: 839452
Current children cumulated CPU time (s) 402.38
Current children cumulated vsize (Kb) 839452
One traced child (pid=2453) exited with status: 0
New thread pid=2454
One traced child (pid=2454) exited with status: 0
One traced child (pid=2452) exited with status: 0
One traced child (pid=2447) exited with status: 0
One traced child (pid=2444) exited with status: 10
One traced child (pid=2446) exited with status: 10
One traced child (pid=2448) exited with status: 10
One traced child (pid=2449) exited with status: 10
One traced child (pid=2445) exited with status: 10
One traced child (pid=2451) exited with status: 10
One traced child (pid=2450) exited with status: 10
One traced child (pid=2443) exited with status: 10
All traced children have exited ! Game is over.

Child status: 10
Real time (s): 415.698
CPU time (s): 421.137
CPU user time (s): 420.16
CPU system time (s): 0.976851
CPU usage (%): 101.308
Max. virtual memory (cumulated for all children) (Kb): 839584

Verifier Data

Verifier:	OK	0