Trace number 35568

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 into four (or five) parts:
  1. 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 ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds, and are wall clock time (not CPU time).

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. 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.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. 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 X seconds (see the parameters in the trace). 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 X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    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.
  5. 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 provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerObjective functionCPU timeWall clock time
minisat+ 1.14SAT (TO)192 1800.94 1802.17

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/primes-dimacs-cnf/normalized-ii8a3.opb
MD5SUM5018d2b93ba4422fc03308c57dbd6158
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark191
Best CPU time to get the best result obtained on this benchmark1800.52
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 191
Optimality of the best value was proved NO
Number of variables528
Total number of constraints1816
Number of constraints which are clauses1816
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
Number of terms in the objective function 528
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 528
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 528
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data (download as text)

0.00	c Parsing PB file...
0.05	c Converting 1816 PB-constraints to clauses...
0.05	c   -- Unit propagations: (none)
0.05	c   -- Detecting intervals from adjacent constraints: (none)
0.05	c   -- Clauses(.)/Splits(s): ........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
0.05	c ==================================[MINISAT+]==================================
0.05	c | Conflicts | Original         | Learnt                           | Progress |
0.05	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
0.05	c ==============================================================================
0.05	c |         0 |    1816     4536 |     605       0        0     nan |  0.000 % |
0.05	c ==============================================================================
0.05	c Found solution: 232
0.05	o 232
0.06	c ---[   0]---> Sorter-cost:23592     Base:
0.18	c ==================================[MINISAT+]==================================
0.18	c | Conflicts | Original         | Learnt                           | Progress |
0.18	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
0.18	c ==============================================================================
0.18	c |         3 |   29165    68520 |    9721       3       16     5.3 |  0.000 % |
0.21	c ==============================================================================
0.21	c Found solution: 210
0.21	o 210
0.22	c ---[   0]---> Sorter-cost:    0     Base:
0.31	c ==================================[MINISAT+]==================================
0.31	c | Conflicts | Original         | Learnt                           | Progress |
0.31	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
0.31	c ==============================================================================
0.31	c |        59 |   29396    69141 |    9798      58      792    13.7 |  0.000 % |
0.35	c |       159 |   29373    69094 |   10777     157     5757    36.7 |  0.383 % |
0.41	c |       309 |   29326    68997 |   11855     305    12018    39.4 |  0.516 % |
0.49	c |       534 |   28837    67952 |   13041     517    17976    34.8 |  1.995 % |
0.54	c ==============================================================================
0.54	c Found solution: 204
0.54	o 204
0.54	c ---[   0]---> Sorter-cost:    0     Base:
0.64	c ==================================[MINISAT+]==================================
0.64	c | Conflicts | Original         | Learnt                           | Progress |
0.64	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
0.64	c ==============================================================================
0.64	c |       621 |   28880    68089 |    9626     588    18176    30.9 |  1.995 % |
0.67	c |       721 |   28880    68089 |   10588     688    22308    32.4 |  2.200 % |
0.71	c |       871 |   28524    67303 |   11647     827    25164    30.4 |  3.340 % |
0.83	c |      1097 |   28524    67303 |   12812    1053    42619    40.5 |  3.340 % |
0.91	c |      1435 |   28524    67303 |   14093    1391    53572    38.5 |  3.340 % |
1.01	c ==============================================================================
1.01	c Found solution: 199
1.01	o 199
1.02	c ---[   0]---> Sorter-cost:    0     Base:
1.12	c ==================================[MINISAT+]==================================
1.12	c | Conflicts | Original         | Learnt                           | Progress |
1.12	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
1.12	c ==============================================================================
1.12	c |      1910 |   28602    67526 |    9534    1866    63598    34.1 |  3.340 % |
1.17	c |      2010 |   28318    66912 |   10487    1959    66161    33.8 |  4.209 % |
1.20	c |      2161 |   28233    66721 |   11536    2108    68666    32.6 |  4.489 % |
1.28	c |      2387 |   28233    66721 |   12689    2334    80278    34.4 |  4.489 % |
1.40	c |      2726 |   28092    66412 |   13958    2670    97944    36.7 |  4.933 % |
1.60	c |      3232 |   27650    65426 |   15354    3164   139189    44.0 |  6.371 % |
1.80	c |      3992 |   27650    65426 |   16890    3924   180674    46.0 |  6.371 % |
2.02	c |      5136 |   27551    65211 |   18579    5065   211969    41.8 |  6.673 % |
2.39	c ==============================================================================
2.39	c Found solution: 192
2.39	o 192
2.39	c ---[   0]---> Sorter-cost:    0     Base:
2.50	c ==================================[MINISAT+]==================================
2.50	c | Conflicts | Original         | Learnt                           | Progress |
2.50	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
2.50	c ==============================================================================
2.50	c |      6518 |   27558    65253 |    9186    6436   265899    41.3 |  6.673 % |
2.53	c |      6619 |   27519    65166 |   10104    6536   269336    41.2 |  7.104 % |
2.59	c |      6769 |   27415    64938 |   11115    6684   274644    41.1 |  7.431 % |
2.63	c |      6994 |   27379    64854 |   12226    6897   277613    40.3 |  7.557 % |
2.77	c |      7331 |   27379    64854 |   13449    7234   295109    40.8 |  7.557 % |
2.91	c |      7838 |   27325    64734 |   14794    7535   302474    40.1 |  7.721 % |
3.25	c |      8597 |   27274    64621 |   16273    8293   341703    41.2 |  7.884 % |
3.66	c |      9736 |   27274    64621 |   17900    9432   369370    39.2 |  7.884 % |
4.62	c |     11444 |   27232    64533 |   19691   11138   486622    43.7 |  8.005 % |
6.10	c |     14007 |   27151    64356 |   21660   13694   628930    45.9 |  8.253 % |
8.46	c |     17851 |   27151    64356 |   23826   17538   912902    52.1 |  8.253 % |
12.35	c |     23619 |   27118    64281 |   26208   23271  1310002    56.3 |  8.364 % |
19.62	c |     32268 |   27118    64281 |   28829   16325   870814    53.3 |  8.364 % |
30.80	c |     45244 |   27118    64281 |   31712   29301  1724772    58.9 |  8.364 % |
48.09	c |     64705 |   27024    64061 |   34883   29562  1535665    51.9 |  8.696 % |
75.21	c |     93897 |   27024    64061 |   38372   36552  1736312    47.5 |  8.696 % |
117.47	c |    137686 |   27024    64061 |   42209   32006  1723902    53.9 |  8.696 % |
181.82	c |    203370 |   26915    63818 |   46430   41295  2182791    52.9 |  9.043 % |
286.11	c |    301896 |   26810    63575 |   51073   47594  2455983    51.6 |  9.407 % |
434.57	c |    449685 |   26731    63400 |   56180   52036  2805735    53.9 |  9.660 % |
671.74	c |    671368 |   26731    63400 |   61798   60349  3432074    56.9 |  9.660 % |
1068.88	c |   1003893 |   26731    63400 |   67978   33933  1906266    56.2 |  9.660 % |
1676.18	c |   1502681 |   26731    63400 |   74776   67440  3380321    50.1 |  9.660 % |
1802.16	c 
1802.16	c *** TERMINATED ***
1802.16	s SATISFIABLE
1802.16	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
1802.16	v 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
1802.16	v -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
1802.16	v 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
1802.16	v -x116 x117 -x118 x119 -x120 x121 -x122 x123 -x124 x125 -x126 x127 -x128 x129 -x130 x131 -x132 x133 -x134 x135 -x136 x137 -x138
1802.16	v x139 -x140 -x141 x142 x143 -x144 x145 -x146 x147 -x148 x149 -x150 x151 -x152 x153 -x154 -x155 x156 x157 -x158 x159 -x160 x161
1802.16	v -x162 x163 -x164 x165 -x166 x167 -x168 x169 -x170 x171 -x172 -x173 x174 x175 -x176 x177 -x178 x179 -x180 x181 -x182 x183 -x184
1802.16	v x185 -x186 -x187 x188 x189 -x190 x191 -x192 -x193 x194 -x195 -x196 x197 -x198 -x199 -x200 -x201 -x202 -x203 -x204 -x205 x206
1802.16	v x207 -x208 -x209 x210 -x211 x212 -x213 -x214 -x215 -x216 -x217 -x218 -x219 -x220 -x221 -x222 x223 -x224 -x225 -x226 -x227
1802.16	v -x228 x229 -x230 -x231 x232 -x233 x234 -x235 x236 -x237 x238 -x239 x240 -x241 x242 -x243 -x244 -x245 -x246 x247 -x248 -x249
1802.16	v -x250 -x251 -x252 -x253 x254 -x255 x256 -x257 -x258 x259 -x260 -x261 x262 -x263 x264 -x265 x266 -x267 -x268 -x269 -x270 -x271
1802.16	v -x272 x273 -x274 -x275 -x276 -x277 x278 -x279 -x280 -x281 -x282 x283 -x284 -x285 -x286 -x287 -x288 -x289 x290 -x291 -x292
1802.16	v -x293 x294 -x295 x296 x297 -x298 -x299 -x300 -x301 x302 x303 -x304 -x305 x306 -x307 x308 -x309 -x310 -x311 -x312 -x313 x314
1802.16	v -x315 x316 -x317 -x318 x319 -x320 -x321 x322 -x323 x324 -x325 x326 -x327 -x328 x329 -x330 -x331 -x332 -x333 -x334 -x335 -x336
1802.16	v x337 -x338 -x339 x340 -x341 x342 -x343 x344 -x345 x346 -x347 x348 -x349 x350 x351 -x352 -x353 x354 -x355 x356 -x357 -x358 -x359
1802.16	v -x360 -x361 x362 x363 -x364 -x365 -x366 -x367 -x368 -x369 -x370 -x371 -x372 -x373 x374 x375 -x376 -x377 -x378 -x379 -x380
1802.16	v -x381 -x382 -x383 -x384 -x385 x386 -x387 x388 x389 -x390 -x391 -x392 -x393 x394 -x395 x396 -x397 x398 x399 -x400 -x401 -x402
1802.16	v -x403 -x404 -x405 -x406 -x407 -x408 -x409 -x410 -x411 -x412 -x413 -x414 -x415 -x416 -x417 -x418 x419 -x420 -x421 x422 -x423
1802.16	v -x424 -x425 -x426 -x427 -x428 -x429 -x430 x431 -x432 -x433 x434 -x435 x436 x437 -x438 -x439 -x440 -x441 x442 -x443 x444 -x445
1802.16	v x446 -x447 -x448 -x449 x450 -x451 x452 x453 -x454 -x455 -x456 -x457 x458 -x459 -x460 -x461 x462 -x463 x464 x465 -x466 -x467
1802.16	v -x468 -x469 -x470 -x471 -x472 -x473 -x474 -x475 -x476 -x477 -x478 x479 -x480 -x481 x482 x483 -x484 -x485 x486 -x487 x488 -x489
1802.16	v -x490 -x491 -x492 x493 -x494 -x495 x496 -x497 x498 -x499 x500 -x501 x502 -x503 x504 -x505 x506 -x507 x508 x509 -x510 -x511
1802.16	v -x512 -x513 x514 -x515 x516 -x517 x518 -x519 x520 -x521 -x522 x523 -x524 -x525 x526 -x527 x528

Verifier Data (download as text)

OK	192

Watcher Data (download as text)

Enforcing CPU limit (will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime (will send SIGXCPU) limit: 1830 seconds
Enforcing Stack size limit: 67108864 bytes
Enforcing memory limit (will send SIGKILL): 1843200 Kb
Enforcing VSIZE limit: 1887436800 bytes
runsolver version 3.0.0 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node88/watcher-35568-1149284010 -o ROOT/results/node88/solver-35568-1149284010 -C 1800 -M 1800 -S 64 ROOT/solvers/PB/PB06final/user7/minisat+ ROOT/tmp/node88/35568-1149284010/instance-35568-1149284010.opb 

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.92 0.95 0.90 2/68 31041
/proc/meminfo: memFree=1804536/2055888 swapFree=4085336/4096564
[pid=31041] ppid=31039 vsize=1180 CPUtime=0
/proc/31041/stat : 31041 (minisat+) R 31039 31041 30995 0 -1 4194304 130 0 0 0 0 0 0 0 19 0 1 0 194040133 1208320 116 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 135007053 0 0 4096 16386 0 0 0 17 0 0 0
/proc/31041/statm: 295 116 74 215 0 77 0

[startup+10.0026 s]
/proc/loadavg: 0.93 0.95 0.90 2/68 31041
/proc/meminfo: memFree=1794936/2055888 swapFree=4085336/4096564
[pid=31041] ppid=31039 vsize=11052 CPUtime=10
/proc/31041/stat : 31041 (minisat+) R 31039 31041 30995 0 -1 4194304 2586 0 0 0 998 2 0 0 25 0 1 0 194040133 11317248 2528 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134574149 0 0 4096 16386 0 0 0 17 0 0 0
/proc/31041/statm: 2763 2528 111 215 0 2545 0
Current children cumulated CPU time (s) 10
Current children cumulated vsize (Kb) 11052

[startup+20.0086 s]
/proc/loadavg: 0.94 0.96 0.91 2/68 31041
/proc/meminfo: memFree=1792120/2055888 swapFree=4085336/4096564
[pid=31041] ppid=31039 vsize=14088 CPUtime=19.99
/proc/31041/stat : 31041 (minisat+) R 31039 31041 30995 0 -1 4194304 3336 0 0 0 1996 3 0 0 25 0 1 0 194040133 14426112 3278 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580747 0 0 4096 16386 0 0 0 17 0 0 0
/proc/31041/statm: 3522 3278 111 215 0 3304 0
Current children cumulated CPU time (s) 19.99
Current children cumulated vsize (Kb) 14088

[startup+30.0146 s]
/proc/loadavg: 0.95 0.96 0.91 2/68 31041
/proc/meminfo: memFree=1791928/2055888 swapFree=4085336/4096564
[pid=31041] ppid=31039 vsize=14220 CPUtime=29.99
/proc/31041/stat : 31041 (minisat+) R 31039 31041 30995 0 -1 4194304 3388 0 0 0 2996 3 0 0 25 0 1 0 194040133 14561280 3330 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580732 0 0 4096 16386 0 0 0 17 0 0 0
/proc/31041/statm: 3555 3330 111 215 0 3337 0
Current children cumulated CPU time (s) 29.99
Current children cumulated vsize (Kb) 14220

[startup+40.0216 s]
/proc/loadavg: 0.96 0.96 0.91 2/68 31041
/proc/meminfo: memFree=1789944/2055888 swapFree=4085336/4096564
[pid=31041] ppid=31039 vsize=16312 CPUtime=39.99
/proc/31041/stat : 31041 (minisat+) R 31039 31041 30995 0 -1 4194304 3885 0 0 0 3995 4 0 0 25 0 1 0 194040133 16703488 3827 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134576749 0 0 4096 16386 0 0 0 17 0 0 0
/proc/31041/statm: 4078 3827 111 215 0 3860 0
Current children cumulated CPU time (s) 39.99
Current children cumulated vsize (Kb) 16312

[startup+50.0286 s]
/proc/loadavg: 0.96 0.96 0.91 2/68 31041
/proc/meminfo: memFree=1789880/2055888 swapFree=4085336/4096564
[pid=31041] ppid=31039 vsize=16312 CPUtime=49.99
/proc/31041/stat : 31041 (minisat+) R 31039 31041 30995 0 -1 4194304 3906 0 0 0 4995 4 0 0 25 0 1 0 194040133 16703488 3848 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581017 0 0 4096 16386 0 0 0 17 0 0 0
/proc/31041/statm: 4078 3848 111 215 0 3860 0
Current children cumulated CPU time (s) 49.99
Current children cumulated vsize (Kb) 16312

[startup+60.0346 s]
/proc/loadavg: 0.97 0.96 0.91 2/68 31041
/proc/meminfo: memFree=1789752/2055888 swapFree=4085336/4096564
[pid=31041] ppid=31039 vsize=16456 CPUtime=59.99
/proc/31041/stat : 31041 (minisat+) R 31039 31041 30995 0 -1 4194304 3943 0 0 0 5995 4 0 0 25 0 1 0 194040133 16850944 3885 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 0 0 0
/proc/31041/statm: 4114 3885 111 215 0 3896 0
Current children cumulated CPU time (s) 59.99
Current children cumulated vsize (Kb) 16456

[startup+70.0406 s]
/proc/loadavg: 0.97 0.96 0.91 2/68 31041
/proc/meminfo: memFree=1789752/2055888 swapFree=4085336/4096564
[pid=31041] ppid=31039 vsize=16456 CPUtime=69.99
/proc/31041/stat : 31041 (minisat+) R 31039 31041 30995 0 -1 4194304 3943 0 0 0 6995 4 0 0 25 0 1 0 194040133 16850944 3885 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134574147 0 0 4096 16386 0 0 0 17 1 0 0
/proc/31041/statm: 4114 3885 111 215 0 3896 0
Current children cumulated CPU time (s) 69.99
Current children cumulated vsize (Kb) 16456

[startup+80.0476 s]
/proc/loadavg: 0.98 0.96 0.91 2/68 31041
/proc/meminfo: memFree=1789432/2055888 swapFree=4085336/4096564
[pid=31041] ppid=31039 vsize=16924 CPUtime=79.99
/proc/31041/stat : 31041 (minisat+) R 31039 31041 30995 0 -1 4194304 4021 0 0 0 7995 4 0 0 25 0 1 0 194040133 17330176 3963 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581183 0 0 4096 16386 0 0 0 17 0 0 0
/proc/31041/statm: 4231 3963 111 215 0 4013 0
Current children cumulated CPU time (s) 79.99
Current children cumulated vsize (Kb) 16924

[startup+90.0536 s]
/proc/loadavg: 0.98 0.96 0.91 2/68 31041
/proc/meminfo: memFree=1789112/2055888 swapFree=4085336/4096564
[pid=31041] ppid=31039 vsize=17192 CPUtime=89.99
/proc/31041/stat : 31041 (minisat+) R 31039 31041 30995 0 -1 4194304 4098 0 0 0 8995 4 0 0 25 0 1 0 194040133 17604608 4040 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 0 0 0
/proc/31041/statm: 4298 4040 111 215 0 4080 0
Current children cumulated CPU time (s) 89.99
Current children cumulated vsize (Kb) 17192

[startup+100.06 s]
/proc/loadavg: 0.98 0.96 0.91 2/68 31041
/proc/meminfo: memFree=1788920/2055888 swapFree=4085336/4096564
[pid=31041] ppid=31039 vsize=17324 CPUtime=99.99
/proc/31041/stat : 31041 (minisat+) R 31039 31041 30995 0 -1 4194304 4144 0 0 0 9995 4 0 0 25 0 1 0 194040133 17739776 4086 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 0 0 0
/proc/31041/statm: 4331 4086 111 215 0 4113 0
Current children cumulated CPU time (s) 99.99
Current children cumulated vsize (Kb) 17324

[startup+110.066 s]
/proc/loadavg: 0.98 0.96 0.91 2/68 31041
/proc/meminfo: memFree=1788216/2055888 swapFree=4085336/4096564
[pid=31041] ppid=31039 vsize=18112 CPUtime=110
/proc/31041/stat : 31041 (minisat+) R 31039 31041 30995 0 -1 4194304 4318 0 0 0 10995 5 0 0 25 0 1 0 194040133 18546688 4260 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580941 0 0 4096 16386 0 0 0 17 0 0 0
/proc/31041/statm: 4528 4260 111 215 0 4310 0
Current children cumulated CPU time (s) 110
Current children cumulated vsize (Kb) 18112

[startup+120.072 s]
/proc/loadavg: 0.99 0.97 0.91 2/68 31041
/proc/meminfo: memFree=1788152/2055888 swapFree=4085336/4096564
[pid=31041] ppid=31039 vsize=18112 CPUtime=120
/proc/31041/stat : 31041 (minisat+) R 31039 31041 30995 0 -1 4194304 4331 0 0 0 11995 5 0 0 25 0 1 0 194040133 18546688 4273 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 0 0 0
/proc/31041/statm: 4528 4273 111 215 0 4310 0
Current children cumulated CPU time (s) 120
Current children cumulated vsize (Kb) 18112

[startup+130.078 s]
/proc/loadavg: 0.99 0.97 0.91 2/68 31041
/proc/meminfo: memFree=1786552/2055888 swapFree=4085336/4096564
[pid=31041] ppid=31039 vsize=19796 CPUtime=129.99
/proc/31041/stat : 31041 (minisat+) R 31039 31041 30995 0 -1 4194304 4735 0 0 0 12994 5 0 0 25 0 1 0 194040133 20271104 4677 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580965 0 0 4096 16386 0 0 0 17 0 0 0
/proc/31041/statm: 4949 4677 111 215 0 4731 0
Current children cumulated CPU time (s) 129.99
Current children cumulated vsize (Kb) 19796

[startup+140.085 s]
/proc/loadavg: 0.99 0.97 0.91 2/68 31041
/proc/meminfo: memFree=1786296/2055888 swapFree=4085336/4096564
[pid=31041] ppid=31039 vsize=20060 CPUtime=139.99
/proc/31041/stat : 31041 (minisat+) R 31039 31041 30995 0 -1 4194304 4812 0 0 0 13994 5 0 0 25 0 1 0 194040133 20541440 4754 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581053 0 0 4096 16386 0 0 0 17 0 0 0
/proc/31041/statm: 5015 4754 111 215 0 4797 0
Current children cumulated CPU time (s) 139.99
Current children cumulated vsize (Kb) 20060

[startup+150.091 s]
/proc/loadavg: 0.99 0.97 0.91 2/68 31041
/proc/meminfo: memFree=1786232/2055888 swapFree=4085336/4096564
[pid=31041] ppid=31039 vsize=20060 CPUtime=149.99
/proc/31041/stat : 31041 (minisat+) R 31039 31041 30995 0 -1 4194304 4819 0 0 0 14994 5 0 0 25 0 1 0 194040133 20541440 4761 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580450 0 0 4096 16386 0 0 0 17 0 0 0
/proc/31041/statm: 5015 4761 111 215 0 4797 0
Current children cumulated CPU time (s) 149.99
Current children cumulated vsize (Kb) 20060

[startup+160.097 s]
/proc/loadavg: 0.99 0.97 0.91 2/68 31041
/proc/meminfo: memFree=1785272/2055888 swapFree=4085336/4096564
[pid=31041] ppid=31039 vsize=20996 CPUtime=160
/proc/31041/stat : 31041 (minisat+) R 31039 31041 30995 0 -1 4194304 5037 0 0 0 15994 6 0 0 25 0 1 0 194040133 21499904 4979 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134568543 0 0 4096 16386 0 0 0 17 0 0 0
/proc/31041/statm: 5249 4979 111 215 0 5031 0
Current children cumulated CPU time (s) 160
Current children cumulated vsize (Kb) 20996

[startup+170.103 s]
/proc/loadavg: 0.99 0.97 0.91 2/68 31041
/proc/meminfo: memFree=1785272/2055888 swapFree=4085336/4096564
[pid=31041] ppid=31039 vsize=20996 CPUtime=170
/proc/31041/stat : 31041 (minisat+) R 31039 31041 30995 0 -1 4194304 5037 0 0 0 16994 6 0 0 25 0 1 0 194040133 21499904 4979 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134588076 0 0 4096 16386 0 0 0 17 0 0 0
/proc/31041/statm: 5249 4979 111 215 0 5031 0
Current children cumulated CPU time (s) 170
Current children cumulated vsize (Kb) 20996

[startup+180.109 s]
/proc/loadavg: 0.99 0.97 0.91 2/68 31041
/proc/meminfo: memFree=1785272/2055888 swapFree=4085336/4096564
[pid=31041] ppid=31039 vsize=20996 CPUtime=180
/proc/31041/stat : 31041 (minisat+) R 31039 31041 30995 0 -1 4194304 5042 0 0 0 17994 6 0 0 25 0 1 0 194040133 21499904 4984 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 0 0 0
/proc/31041/statm: 5249 4984 111 215 0 5031 0
Current children cumulated CPU time (s) 180
Current children cumulated vsize (Kb) 20996

[startup+190.115 s]
/proc/loadavg: 0.99 0.97 0.91 2/68 31041
/proc/meminfo: memFree=1785208/2055888 swapFree=4085336/4096564
[pid=31041] ppid=31039 vsize=21140 CPUtime=190
/proc/31041/stat : 31041 (minisat+) R 31039 31041 30995 0 -1 4194304 5067 0 0 0 18994 6 0 0 25 0 1 0 194040133 21647360 5009 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134574082 0 0 4096 16386 0 0 0 17 0 0 0
/proc/31041/statm: 5285 5009 111 215 0 5067 0
Current children cumulated CPU time (s) 190
Current children cumulated vsize (Kb) 21140

[startup+200.121 s]
/proc/loadavg: 0.99 0.97 0.91 2/68 31041
/proc/meminfo: memFree=1785016/2055888 swapFree=4085336/4096564
[pid=31041] ppid=31039 vsize=21268 CPUtime=200
/proc/31041/stat : 31041 (minisat+) R 31039 31041 30995 0 -1 4194304 5114 0 0 0 19994 6 0 0 25 0 1 0 194040133 21778432 5056 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580777 0 0 4096 16386 0 0 0 17 0 0 0
/proc/31041/statm: 5317 5056 111 215 0 5099 0
Current children cumulated CPU time (s) 200
Current children cumulated vsize (Kb) 21268

[startup+210.127 s]
/proc/loadavg: 0.99 0.97 0.91 2/68 31041
/proc/meminfo: memFree=1784952/2055888 swapFree=4085336/4096564

################
# More data... #
################

[pid=31041] ppid=31039 vsize=35144 CPUtime=1709.88
/proc/31041/stat : 31041 (minisat+) R 31039 31041 30995 0 -1 4194304 8441 0 0 0 170975 13 0 0 25 0 1 0 194040133 35987456 8383 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134579190 0 0 4096 16386 0 0 0 17 0 0 0
/proc/31041/statm: 8786 8383 111 215 0 8568 0
Current children cumulated CPU time (s) 1709.88
Current children cumulated vsize (Kb) 35144

[startup+1721.06 s]
/proc/loadavg: 1.06 0.99 0.91 2/68 31238
/proc/meminfo: memFree=1770872/2055888 swapFree=4085336/4096564
[pid=31041] ppid=31039 vsize=35144 CPUtime=1719.89
/proc/31041/stat : 31041 (minisat+) R 31039 31041 30995 0 -1 4194304 8441 0 0 0 171976 13 0 0 25 0 1 0 194040133 35987456 8383 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581113 0 0 4096 16386 0 0 0 17 0 0 0
/proc/31041/statm: 8786 8383 111 215 0 8568 0
Current children cumulated CPU time (s) 1719.89
Current children cumulated vsize (Kb) 35144

[startup+1731.07 s]
/proc/loadavg: 1.05 0.99 0.91 2/68 31238
/proc/meminfo: memFree=1770872/2055888 swapFree=4085336/4096564
[pid=31041] ppid=31039 vsize=35144 CPUtime=1729.88
/proc/31041/stat : 31041 (minisat+) R 31039 31041 30995 0 -1 4194304 8441 0 0 0 172975 13 0 0 25 0 1 0 194040133 35987456 8383 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134573962 0 0 4096 16386 0 0 0 17 1 0 0
/proc/31041/statm: 8786 8383 111 215 0 8568 0
Current children cumulated CPU time (s) 1729.88
Current children cumulated vsize (Kb) 35144

[startup+1741.07 s]
/proc/loadavg: 1.04 0.99 0.91 2/68 31238
/proc/meminfo: memFree=1770872/2055888 swapFree=4085336/4096564
[pid=31041] ppid=31039 vsize=35144 CPUtime=1739.88
/proc/31041/stat : 31041 (minisat+) R 31039 31041 30995 0 -1 4194304 8441 0 0 0 173975 13 0 0 25 0 1 0 194040133 35987456 8383 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580732 0 0 4096 16386 0 0 0 17 0 0 0
/proc/31041/statm: 8786 8383 111 215 0 8568 0
Current children cumulated CPU time (s) 1739.88
Current children cumulated vsize (Kb) 35144

[startup+1751.08 s]
/proc/loadavg: 1.04 0.99 0.91 2/68 31238
/proc/meminfo: memFree=1770936/2055888 swapFree=4085336/4096564
[pid=31041] ppid=31039 vsize=35144 CPUtime=1749.88
/proc/31041/stat : 31041 (minisat+) R 31039 31041 30995 0 -1 4194304 8441 0 0 0 174975 13 0 0 25 0 1 0 194040133 35987456 8383 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580932 0 0 4096 16386 0 0 0 17 0 0 0
/proc/31041/statm: 8786 8383 111 215 0 8568 0
Current children cumulated CPU time (s) 1749.88
Current children cumulated vsize (Kb) 35144

[startup+1761.09 s]
/proc/loadavg: 1.03 0.99 0.91 2/68 31238
/proc/meminfo: memFree=1770936/2055888 swapFree=4085336/4096564
[pid=31041] ppid=31039 vsize=35144 CPUtime=1759.88
/proc/31041/stat : 31041 (minisat+) R 31039 31041 30995 0 -1 4194304 8443 0 0 0 175975 13 0 0 25 0 1 0 194040133 35987456 8385 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 0 0 0
/proc/31041/statm: 8786 8385 111 215 0 8568 0
Current children cumulated CPU time (s) 1759.88
Current children cumulated vsize (Kb) 35144

[startup+1771.09 s]
/proc/loadavg: 1.03 0.99 0.91 2/68 31238
/proc/meminfo: memFree=1770872/2055888 swapFree=4085336/4096564
[pid=31041] ppid=31039 vsize=35144 CPUtime=1769.87
/proc/31041/stat : 31041 (minisat+) R 31039 31041 30995 0 -1 4194304 8459 0 0 0 176974 13 0 0 25 0 1 0 194040133 35987456 8401 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134572977 0 0 4096 16386 0 0 0 17 0 0 0
/proc/31041/statm: 8786 8401 111 215 0 8568 0
Current children cumulated CPU time (s) 1769.87
Current children cumulated vsize (Kb) 35144

[startup+1781.1 s]
/proc/loadavg: 1.02 0.99 0.91 2/68 31238
/proc/meminfo: memFree=1770872/2055888 swapFree=4085336/4096564
[pid=31041] ppid=31039 vsize=35144 CPUtime=1779.87
/proc/31041/stat : 31041 (minisat+) R 31039 31041 30995 0 -1 4194304 8459 0 0 0 177974 13 0 0 25 0 1 0 194040133 35987456 8401 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134579235 0 0 4096 16386 0 0 0 17 0 0 0
/proc/31041/statm: 8786 8401 111 215 0 8568 0
Current children cumulated CPU time (s) 1779.87
Current children cumulated vsize (Kb) 35144

[startup+1791.1 s]
/proc/loadavg: 1.02 0.99 0.91 2/68 31238
/proc/meminfo: memFree=1770872/2055888 swapFree=4085336/4096564
[pid=31041] ppid=31039 vsize=35144 CPUtime=1789.87
/proc/31041/stat : 31041 (minisat+) R 31039 31041 30995 0 -1 4194304 8459 0 0 0 178974 13 0 0 25 0 1 0 194040133 35987456 8401 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134576749 0 0 4096 16386 0 0 0 17 0 0 0
/proc/31041/statm: 8786 8401 111 215 0 8568 0
Current children cumulated CPU time (s) 1789.87
Current children cumulated vsize (Kb) 35144

[startup+1792.11 s]
/proc/loadavg: 1.02 0.99 0.91 2/68 31238
/proc/meminfo: memFree=1770872/2055888 swapFree=4085336/4096564
[pid=31041] ppid=31039 vsize=35144 CPUtime=1790.88
/proc/31041/stat : 31041 (minisat+) R 31039 31041 30995 0 -1 4194304 8459 0 0 0 179075 13 0 0 25 0 1 0 194040133 35987456 8401 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 0 0 0
/proc/31041/statm: 8786 8401 111 215 0 8568 0
Current children cumulated CPU time (s) 1790.88
Current children cumulated vsize (Kb) 35144

[startup+1793.11 s]
/proc/loadavg: 1.02 0.99 0.91 2/68 31238
/proc/meminfo: memFree=1770872/2055888 swapFree=4085336/4096564
[pid=31041] ppid=31039 vsize=35144 CPUtime=1791.88
/proc/31041/stat : 31041 (minisat+) R 31039 31041 30995 0 -1 4194304 8459 0 0 0 179175 13 0 0 25 0 1 0 194040133 35987456 8401 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134579241 0 0 4096 16386 0 0 0 17 0 0 0
/proc/31041/statm: 8786 8401 111 215 0 8568 0
Current children cumulated CPU time (s) 1791.88
Current children cumulated vsize (Kb) 35144

[startup+1794.12 s]
/proc/loadavg: 1.02 0.99 0.91 2/68 31238
/proc/meminfo: memFree=1770872/2055888 swapFree=4085336/4096564
[pid=31041] ppid=31039 vsize=35144 CPUtime=1792.89
/proc/31041/stat : 31041 (minisat+) R 31039 31041 30995 0 -1 4194304 8459 0 0 0 179276 13 0 0 25 0 1 0 194040133 35987456 8401 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580732 0 0 4096 16386 0 0 0 17 0 0 0
/proc/31041/statm: 8786 8401 111 215 0 8568 0
Current children cumulated CPU time (s) 1792.89
Current children cumulated vsize (Kb) 35144

[startup+1795.12 s]
/proc/loadavg: 1.02 0.99 0.91 2/68 31238
/proc/meminfo: memFree=1770872/2055888 swapFree=4085336/4096564
[pid=31041] ppid=31039 vsize=35340 CPUtime=1793.89
/proc/31041/stat : 31041 (minisat+) R 31039 31041 30995 0 -1 4194304 8475 0 0 0 179376 13 0 0 25 0 1 0 194040133 36188160 8417 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134579954 0 0 4096 16386 0 0 0 17 0 0 0
/proc/31041/statm: 8835 8417 111 215 0 8617 0
Current children cumulated CPU time (s) 1793.89
Current children cumulated vsize (Kb) 35340

[startup+1796.13 s]
/proc/loadavg: 1.02 0.99 0.91 2/68 31238
/proc/meminfo: memFree=1770872/2055888 swapFree=4085336/4096564
[pid=31041] ppid=31039 vsize=35340 CPUtime=1794.89
/proc/31041/stat : 31041 (minisat+) R 31039 31041 30995 0 -1 4194304 8476 0 0 0 179476 13 0 0 25 0 1 0 194040133 36188160 8418 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 0 0 0
/proc/31041/statm: 8835 8418 111 215 0 8617 0
Current children cumulated CPU time (s) 1794.89
Current children cumulated vsize (Kb) 35340

[startup+1797.13 s]
/proc/loadavg: 1.02 0.99 0.91 2/68 31238
/proc/meminfo: memFree=1770872/2055888 swapFree=4085336/4096564
[pid=31041] ppid=31039 vsize=35340 CPUtime=1795.9
/proc/31041/stat : 31041 (minisat+) R 31039 31041 30995 0 -1 4194304 8477 0 0 0 179577 13 0 0 25 0 1 0 194040133 36188160 8419 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580732 0 0 4096 16386 0 0 0 17 0 0 0
/proc/31041/statm: 8835 8419 111 215 0 8617 0
Current children cumulated CPU time (s) 1795.9
Current children cumulated vsize (Kb) 35340

[startup+1798.14 s]
/proc/loadavg: 1.02 0.99 0.91 2/68 31238
/proc/meminfo: memFree=1770872/2055888 swapFree=4085336/4096564
[pid=31041] ppid=31039 vsize=35340 CPUtime=1796.9
/proc/31041/stat : 31041 (minisat+) R 31039 31041 30995 0 -1 4194304 8477 0 0 0 179677 13 0 0 25 0 1 0 194040133 36188160 8419 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134574149 0 0 4096 16386 0 0 0 17 0 0 0
/proc/31041/statm: 8835 8419 111 215 0 8617 0
Current children cumulated CPU time (s) 1796.9
Current children cumulated vsize (Kb) 35340

[startup+1799.14 s]
/proc/loadavg: 1.02 0.99 0.91 2/68 31238
/proc/meminfo: memFree=1770872/2055888 swapFree=4085336/4096564
[pid=31041] ppid=31039 vsize=35340 CPUtime=1797.91
/proc/31041/stat : 31041 (minisat+) R 31039 31041 30995 0 -1 4194304 8477 0 0 0 179778 13 0 0 25 0 1 0 194040133 36188160 8419 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134579560 0 0 4096 16386 0 0 0 17 0 0 0
/proc/31041/statm: 8835 8419 111 215 0 8617 0
Current children cumulated CPU time (s) 1797.91
Current children cumulated vsize (Kb) 35340

[startup+1800.15 s]
/proc/loadavg: 1.02 0.99 0.91 2/68 31238
/proc/meminfo: memFree=1770872/2055888 swapFree=4085336/4096564
[pid=31041] ppid=31039 vsize=35340 CPUtime=1798.91
/proc/31041/stat : 31041 (minisat+) R 31039 31041 30995 0 -1 4194304 8477 0 0 0 179878 13 0 0 25 0 1 0 194040133 36188160 8419 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580732 0 0 4096 16386 0 0 0 17 0 0 0
/proc/31041/statm: 8835 8419 111 215 0 8617 0
Current children cumulated CPU time (s) 1798.91
Current children cumulated vsize (Kb) 35340

[startup+1801.15 s]
/proc/loadavg: 1.01 0.99 0.91 2/68 31238
/proc/meminfo: memFree=1770872/2055888 swapFree=4085336/4096564
[pid=31041] ppid=31039 vsize=35340 CPUtime=1799.92
/proc/31041/stat : 31041 (minisat+) R 31039 31041 30995 0 -1 4194304 8478 0 0 0 179979 13 0 0 25 0 1 0 194040133 36188160 8420 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580840 0 0 4096 16386 0 0 0 17 0 0 0
/proc/31041/statm: 8835 8420 111 215 0 8617 0
Current children cumulated CPU time (s) 1799.92
Current children cumulated vsize (Kb) 35340

[startup+1802.16 s]
/proc/loadavg: 1.01 0.99 0.91 2/68 31238
/proc/meminfo: memFree=1770872/2055888 swapFree=4085336/4096564
[pid=31041] ppid=31039 vsize=35340 CPUtime=1800.92
/proc/31041/stat : 31041 (minisat+) R 31039 31041 30995 0 -1 4194304 8478 0 0 0 180079 13 0 0 25 0 1 0 194040133 36188160 8420 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580378 0 0 4096 16386 0 0 0 17 0 0 0
/proc/31041/statm: 8835 8420 111 215 0 8617 0
Current children cumulated CPU time (s) 1800.92
Current children cumulated vsize (Kb) 35340



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1802.16 s]
/proc/loadavg: 1.01 0.99 0.91 2/68 31238
/proc/meminfo: memFree=1770872/2055888 swapFree=4085336/4096564
[pid=31041] ppid=31039 vsize=35340 CPUtime=1800.92
/proc/31041/stat : 31041 (minisat+) R 31039 31041 30995 0 -1 4194304 8478 0 0 0 180079 13 0 0 25 0 1 0 194040133 36188160 8420 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580461 0 0 4096 16386 0 0 0 17 0 0 0
/proc/31041/statm: 8835 8420 111 215 0 8617 0
Current children cumulated CPU time (s) 1800.92
Current children cumulated vsize (Kb) 35340

Sending SIGTERM to -31041
Sleeping 2 seconds

Child status: 10
Real time (s): 1802.17
CPU time (s): 1800.94
CPU user time (s): 1800.8
CPU system time (s): 0.140978
CPU usage (%): 99.9317
Max. virtual memory (cumulated for all children) (Kb): 35340

Launcher Data (download as text)

Begin job on node88 on Fri Jun  2 21:33:30 UTC 2006


FILE ID= 35568-1149284010

PBS_JOBID= 306433

BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/primes-dimacs-cnf/normalized-ii8a3.opb
COMMAND LINE= ROOT/solvers/PB/PB06final/user7/minisat+ ROOT/tmp/node88/35568-1149284010/instance-35568-1149284010.opb
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node88/watcher-35568-1149284010 -o ROOT/results/node88/solver-35568-1149284010 -C 1800 -M 1800 -S 64  ROOT/solvers/PB/PB06final/user7/minisat+ ROOT/tmp/node88/35568-1149284010/instance-35568-1149284010.opb

MD5SUM SOLVER= 490d1d4b9bbf010afe7f0af63a5a62db
MD5SUM BENCH=  5018d2b93ba4422fc03308c57dbd6158

RANDOM SEED= 471108209


/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.261
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6006.16
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.261
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5999.38
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055888 kB
MemFree:       1804744 kB
Buffers:         12664 kB
Cached:         178468 kB
SwapCached:       2396 kB
Active:         119888 kB
Inactive:        79912 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055888 kB
LowFree:       1804744 kB
SwapTotal:     4096564 kB
SwapFree:      4085336 kB
Dirty:             200 kB
Writeback:           0 kB
Mapped:          16796 kB
Slab:            37936 kB
Committed_AS:   300004 kB
PageTables:       1280 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264388 kB
VmallocChunk: 536606243 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node88 on Fri Jun  2 22:03:32 UTC 2006