Trace number 353169

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.1 1800.62

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

Conversion Script Data (download as text)

/tmp/evaluation/353169-1176657674/instance-353169-1176657674.opb is already a linear file

Watcher Data (download as text)

runsolver version 3.2.2 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node2/watcher-353169-1176657674 -o ROOT/results/node2/solver-353169-1176657674 -C 1800 -W 3600 -M 1800 --output-limit 1,15 /tmp/evaluation/353169-1176657674/minisat+ /tmp/evaluation/353169-1176657674/instance-353169-1176657674.opb 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 9520
/proc/meminfo: memFree=1816880/2055920 swapFree=4147160/4192956
[pid=9520] ppid=9518 vsize=1180 CPUtime=0
/proc/9520/stat : 9520 (minisat+) R 9518 9520 8107 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 141805163 1208320 117 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134618678 0 0 4096 16386 0 0 0 17 1 0 0
/proc/9520/statm: 295 117 74 215 0 77 0

[startup+0.0437679 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 9520
/proc/meminfo: memFree=1816880/2055920 swapFree=4147160/4192956
[pid=9520] ppid=9518 vsize=1460 CPUtime=0.04
/proc/9520/stat : 9520 (minisat+) R 9518 9520 8107 0 -1 4194304 211 0 0 0 4 0 0 0 18 0 1 0 141805163 1495040 196 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 135007481 0 0 4096 16386 0 0 0 17 1 0 0
/proc/9520/statm: 365 196 74 215 0 147 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 1460

[startup+0.101775 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 9520
/proc/meminfo: memFree=1816880/2055920 swapFree=4147160/4192956
[pid=9520] ppid=9518 vsize=1768 CPUtime=0.09
/proc/9520/stat : 9520 (minisat+) R 9518 9520 8107 0 -1 4194304 333 0 0 0 9 0 0 0 18 0 1 0 141805163 1810432 318 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134838067 0 0 4096 16386 0 0 0 17 1 0 0
/proc/9520/statm: 442 318 103 215 0 224 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1768

[startup+0.301796 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 9520
/proc/meminfo: memFree=1816880/2055920 swapFree=4147160/4192956
[pid=9520] ppid=9518 vsize=5920 CPUtime=0.29
/proc/9520/stat : 9520 (minisat+) R 9518 9520 8107 0 -1 4194304 1312 0 0 0 29 0 0 0 18 0 1 0 141805163 6062080 1252 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134838350 0 0 4096 16386 0 0 0 17 1 0 0
/proc/9520/statm: 1480 1252 108 215 0 1262 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 5920

[startup+0.701837 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 9520
/proc/meminfo: memFree=1816880/2055920 swapFree=4147160/4192956
[pid=9520] ppid=9518 vsize=6128 CPUtime=0.69
/proc/9520/stat : 9520 (minisat+) R 9518 9520 8107 0 -1 4194304 1364 0 0 0 69 0 0 0 22 0 1 0 141805163 6275072 1304 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580417 0 0 4096 16386 0 0 0 17 1 0 0
/proc/9520/statm: 1532 1304 110 215 0 1314 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 6128

[startup+1.50192 s]
/proc/loadavg: 0.92 0.98 0.99 2/78 9521
/proc/meminfo: memFree=1811944/2055920 swapFree=4147160/4192956
[pid=9520] ppid=9518 vsize=6440 CPUtime=1.49
/proc/9520/stat : 9520 (minisat+) R 9518 9520 8107 0 -1 4194304 1431 0 0 0 149 0 0 0 25 0 1 0 141805163 6594560 1369 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 135031374 0 0 4096 16386 0 0 0 17 1 0 0
/proc/9520/statm: 1610 1369 111 215 0 1392 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 6440

[startup+3.10109 s]
/proc/loadavg: 0.92 0.98 0.99 2/78 9521
/proc/meminfo: memFree=1811048/2055920 swapFree=4147160/4192956
[pid=9520] ppid=9518 vsize=7496 CPUtime=3.09
/proc/9520/stat : 9520 (minisat+) R 9518 9520 8107 0 -1 4194304 1696 0 0 0 308 1 0 0 25 0 1 0 141805163 7675904 1634 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134588692 0 0 4096 16386 0 0 0 17 1 0 0
/proc/9520/statm: 1874 1634 111 215 0 1656 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 7496

[startup+6.30142 s]
/proc/loadavg: 0.93 0.98 0.99 2/78 9521
/proc/meminfo: memFree=1809392/2055920 swapFree=4147160/4192956
[pid=9520] ppid=9518 vsize=8932 CPUtime=6.29
/proc/9520/stat : 9520 (minisat+) R 9518 9520 8107 0 -1 4194304 2068 0 0 0 628 1 0 0 25 0 1 0 141805163 9146368 2006 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134574135 0 0 4096 16386 0 0 0 17 1 0 0
/proc/9520/statm: 2233 2006 111 215 0 2015 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 8932

[startup+12.7011 s]
/proc/loadavg: 0.93 0.98 0.99 3/78 9521
/proc/meminfo: memFree=1806256/2055920 swapFree=4147160/4192956
[pid=9520] ppid=9518 vsize=11972 CPUtime=12.69
/proc/9520/stat : 9520 (minisat+) R 9518 9520 8107 0 -1 4194304 2841 0 0 0 1267 2 0 0 25 0 1 0 141805163 12259328 2779 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134574135 0 0 4096 16386 0 0 0 17 1 0 0
/proc/9520/statm: 2993 2779 111 215 0 2775 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 11972

[startup+25.5014 s]
/proc/loadavg: 0.95 0.98 0.99 2/78 9521
/proc/meminfo: memFree=1803952/2055920 swapFree=4147160/4192956
[pid=9520] ppid=9518 vsize=14076 CPUtime=25.48
/proc/9520/stat : 9520 (minisat+) R 9518 9520 8107 0 -1 4194304 3343 0 0 0 2545 3 0 0 25 0 1 0 141805163 14413824 3281 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581469 0 0 4096 16386 0 0 0 17 1 0 0
/proc/9520/statm: 3519 3281 111 215 0 3301 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 14076

[startup+51.1011 s]
/proc/loadavg: 0.96 0.98 0.99 2/78 9521
/proc/meminfo: memFree=1801712/2055920 swapFree=4147160/4192956
[pid=9520] ppid=9518 vsize=16420 CPUtime=51.08
/proc/9520/stat : 9520 (minisat+) R 9518 9520 8107 0 -1 4194304 3918 0 0 0 5104 4 0 0 25 0 1 0 141805163 16814080 3856 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/9520/statm: 4105 3856 111 215 0 3887 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 16420

[startup+102.305 s]
/proc/loadavg: 0.98 0.98 0.99 2/78 9521
/proc/meminfo: memFree=1800880/2055920 swapFree=4147160/4192956
[pid=9520] ppid=9518 vsize=17292 CPUtime=102.26
/proc/9520/stat : 9520 (minisat+) R 9518 9520 8107 0 -1 4194304 4147 0 0 0 10222 4 0 0 25 0 1 0 141805163 17707008 4085 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580973 0 0 4096 16386 0 0 0 17 1 0 0
/proc/9520/statm: 4323 4085 111 215 0 4105 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 17292

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 9521
/proc/meminfo: memFree=1798000/2055920 swapFree=4147160/4192956
[pid=9520] ppid=9518 vsize=20216 CPUtime=162.24
/proc/9520/stat : 9520 (minisat+) R 9518 9520 8107 0 -1 4194304 4845 0 0 0 16219 5 0 0 25 0 1 0 141805163 20701184 4783 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134579525 0 0 4096 16386 0 0 0 17 1 0 0
/proc/9520/statm: 5054 4783 111 215 0 4836 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 20216

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 9521
/proc/meminfo: memFree=1796784/2055920 swapFree=4147160/4192956
[pid=9520] ppid=9518 vsize=21408 CPUtime=222.23
/proc/9520/stat : 9520 (minisat+) R 9518 9520 8107 0 -1 4194304 5139 0 0 0 22216 7 0 0 25 0 1 0 141805163 21921792 5077 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580973 0 0 4096 16386 0 0 0 17 1 0 0
/proc/9520/statm: 5352 5077 111 215 0 5134 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 21408

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 9521
/proc/meminfo: memFree=1796208/2055920 swapFree=4147160/4192956
[pid=9520] ppid=9518 vsize=21952 CPUtime=282.21
/proc/9520/stat : 9520 (minisat+) R 9518 9520 8107 0 -1 4194304 5275 0 0 0 28214 7 0 0 25 0 1 0 141805163 22478848 5213 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/9520/statm: 5488 5213 111 215 0 5270 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 21952

[startup+342.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 9521
/proc/meminfo: memFree=1795760/2055920 swapFree=4147160/4192956
[pid=9520] ppid=9518 vsize=22348 CPUtime=342.19
/proc/9520/stat : 9520 (minisat+) R 9518 9520 8107 0 -1 4194304 5388 0 0 0 34211 8 0 0 25 0 1 0 141805163 22884352 5326 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/9520/statm: 5587 5326 111 215 0 5369 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 22348

[startup+402.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 9521
/proc/meminfo: memFree=1794864/2055920 swapFree=4147160/4192956
[pid=9520] ppid=9518 vsize=23304 CPUtime=402.17
/proc/9520/stat : 9520 (minisat+) R 9518 9520 8107 0 -1 4194304 5589 0 0 0 40209 8 0 0 25 0 1 0 141805163 23863296 5527 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/9520/statm: 5826 5527 111 215 0 5608 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 23304

[startup+462.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 9521
/proc/meminfo: memFree=1792752/2055920 swapFree=4147160/4192956
[pid=9520] ppid=9518 vsize=25416 CPUtime=462.16
/proc/9520/stat : 9520 (minisat+) R 9518 9520 8107 0 -1 4194304 6121 0 0 0 46206 10 0 0 25 0 1 0 141805163 26025984 6059 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134568543 0 0 4096 16386 0 0 0 17 1 0 0
/proc/9520/statm: 6354 6059 111 215 0 6136 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 25416

[startup+522.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 9521
/proc/meminfo: memFree=1792624/2055920 swapFree=4147160/4192956
[pid=9520] ppid=9518 vsize=25416 CPUtime=522.14
/proc/9520/stat : 9520 (minisat+) R 9518 9520 8107 0 -1 4194304 6147 0 0 0 52204 10 0 0 25 0 1 0 141805163 26025984 6085 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/9520/statm: 6354 6085 111 215 0 6136 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 25416

[startup+582.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 9521
/proc/meminfo: memFree=1791280/2055920 swapFree=4147160/4192956
[pid=9520] ppid=9518 vsize=26756 CPUtime=582.12
/proc/9520/stat : 9520 (minisat+) R 9518 9520 8107 0 -1 4194304 6466 0 0 0 58201 11 0 0 25 0 1 0 141805163 27398144 6404 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580947 0 0 4096 16386 0 0 0 17 1 0 0
/proc/9520/statm: 6689 6404 111 215 0 6471 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 26756

[startup+642.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 9523
/proc/meminfo: memFree=1790960/2055920 swapFree=4147160/4192956
[pid=9520] ppid=9518 vsize=27044 CPUtime=642.11
/proc/9520/stat : 9520 (minisat+) R 9518 9520 8107 0 -1 4194304 6525 0 0 0 64200 11 0 0 25 0 1 0 141805163 27693056 6463 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581451 0 0 4096 16386 0 0 0 17 1 0 0
/proc/9520/statm: 6761 6463 111 215 0 6543 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 27044


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

[startup+822.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 9523
/proc/meminfo: memFree=1788976/2055920 swapFree=4147160/4192956
[pid=9520] ppid=9518 vsize=29356 CPUtime=822.05
/proc/9520/stat : 9520 (minisat+) R 9518 9520 8107 0 -1 4194304 7032 0 0 0 82192 13 0 0 25 0 1 0 141805163 30060544 6970 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580732 0 0 4096 16386 0 0 0 17 1 0 0
/proc/9520/statm: 7339 6970 111 215 0 7121 0
Current children cumulated CPU time (s) 822.05
Current children cumulated vsize (KiB) 29356

[startup+882.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 9523
/proc/meminfo: memFree=1788464/2055920 swapFree=4147160/4192956
[pid=9520] ppid=9518 vsize=29748 CPUtime=882.04
/proc/9520/stat : 9520 (minisat+) R 9518 9520 8107 0 -1 4194304 7141 0 0 0 88190 14 0 0 25 0 1 0 141805163 30461952 7079 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581463 0 0 4096 16386 0 0 0 17 1 0 0
/proc/9520/statm: 7437 7079 111 215 0 7219 0
Current children cumulated CPU time (s) 882.04
Current children cumulated vsize (KiB) 29748

[startup+942.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 9523
/proc/meminfo: memFree=1788336/2055920 swapFree=4147160/4192956
[pid=9520] ppid=9518 vsize=29896 CPUtime=942.01
/proc/9520/stat : 9520 (minisat+) R 9518 9520 8107 0 -1 4194304 7171 0 0 0 94187 14 0 0 25 0 1 0 141805163 30613504 7109 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581183 0 0 4096 16386 0 0 0 17 1 0 0
/proc/9520/statm: 7474 7109 111 215 0 7256 0
Current children cumulated CPU time (s) 942.01
Current children cumulated vsize (KiB) 29896

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 9523
/proc/meminfo: memFree=1788016/2055920 swapFree=4147160/4192956
[pid=9520] ppid=9518 vsize=30184 CPUtime=1002
/proc/9520/stat : 9520 (minisat+) R 9518 9520 8107 0 -1 4194304 7244 0 0 0 100185 15 0 0 25 0 1 0 141805163 30908416 7182 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134577300 0 0 4096 16386 0 0 0 17 1 0 0
/proc/9520/statm: 7546 7182 111 215 0 7328 0
Current children cumulated CPU time (s) 1002
Current children cumulated vsize (KiB) 30184

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 9523
/proc/meminfo: memFree=1785712/2055920 swapFree=4147160/4192956
[pid=9520] ppid=9518 vsize=32472 CPUtime=1061.98
/proc/9520/stat : 9520 (minisat+) R 9518 9520 8107 0 -1 4194304 7813 0 0 0 106182 16 0 0 25 0 1 0 141805163 33251328 7751 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580941 0 0 4096 16386 0 0 0 17 1 0 0
/proc/9520/statm: 8118 7751 111 215 0 7900 0
Current children cumulated CPU time (s) 1061.98
Current children cumulated vsize (KiB) 32472

[startup+1122.3 s]
/proc/loadavg: 1.03 1.00 1.00 2/78 9523
/proc/meminfo: memFree=1785456/2055920 swapFree=4147160/4192956
[pid=9520] ppid=9518 vsize=32768 CPUtime=1121.97
/proc/9520/stat : 9520 (minisat+) R 9518 9520 8107 0 -1 4194304 7857 0 0 0 112180 17 0 0 25 0 1 0 141805163 33554432 7795 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134574460 0 0 4096 16386 0 0 0 17 1 0 0
/proc/9520/statm: 8192 7795 111 215 0 7974 0
Current children cumulated CPU time (s) 1121.97
Current children cumulated vsize (KiB) 32768

[startup+1182.3 s]
/proc/loadavg: 1.01 1.00 1.00 2/78 9523
/proc/meminfo: memFree=1785264/2055920 swapFree=4147160/4192956
[pid=9520] ppid=9518 vsize=32768 CPUtime=1181.95
/proc/9520/stat : 9520 (minisat+) R 9518 9520 8107 0 -1 4194304 7884 0 0 0 118178 17 0 0 25 0 1 0 141805163 33554432 7822 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580908 0 0 4096 16386 0 0 0 17 1 0 0
/proc/9520/statm: 8192 7822 111 215 0 7974 0
Current children cumulated CPU time (s) 1181.95
Current children cumulated vsize (KiB) 32768

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 9523
/proc/meminfo: memFree=1785136/2055920 swapFree=4147160/4192956
[pid=9520] ppid=9518 vsize=33040 CPUtime=1241.93
/proc/9520/stat : 9520 (minisat+) R 9518 9520 8107 0 -1 4194304 7928 0 0 0 124176 17 0 0 25 0 1 0 141805163 33832960 7866 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581159 0 0 4096 16386 0 0 0 17 1 0 0
/proc/9520/statm: 8260 7866 111 215 0 8042 0
Current children cumulated CPU time (s) 1241.93
Current children cumulated vsize (KiB) 33040

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 9523
/proc/meminfo: memFree=1785136/2055920 swapFree=4147160/4192956
[pid=9520] ppid=9518 vsize=33040 CPUtime=1301.92
/proc/9520/stat : 9520 (minisat+) R 9518 9520 8107 0 -1 4194304 7928 0 0 0 130174 18 0 0 25 0 1 0 141805163 33832960 7866 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/9520/statm: 8260 7866 111 215 0 8042 0
Current children cumulated CPU time (s) 1301.92
Current children cumulated vsize (KiB) 33040

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 9523
/proc/meminfo: memFree=1784240/2055920 swapFree=4147160/4192956
[pid=9520] ppid=9518 vsize=33812 CPUtime=1361.89
/proc/9520/stat : 9520 (minisat+) R 9518 9520 8107 0 -1 4194304 8137 0 0 0 136171 18 0 0 25 0 1 0 141805163 34623488 8075 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134573899 0 0 4096 16386 0 0 0 17 1 0 0
/proc/9520/statm: 8453 8075 111 215 0 8235 0
Current children cumulated CPU time (s) 1361.89
Current children cumulated vsize (KiB) 33812

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 9523
/proc/meminfo: memFree=1783984/2055920 swapFree=4147160/4192956
[pid=9520] ppid=9518 vsize=34084 CPUtime=1421.88
/proc/9520/stat : 9520 (minisat+) R 9518 9520 8107 0 -1 4194304 8200 0 0 0 142169 19 0 0 25 0 1 0 141805163 34902016 8138 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134574445 0 0 4096 16386 0 0 0 17 1 0 0
/proc/9520/statm: 8521 8138 111 215 0 8303 0
Current children cumulated CPU time (s) 1421.88
Current children cumulated vsize (KiB) 34084

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 9523
/proc/meminfo: memFree=1783856/2055920 swapFree=4147160/4192956
[pid=9520] ppid=9518 vsize=34236 CPUtime=1481.87
/proc/9520/stat : 9520 (minisat+) R 9518 9520 8107 0 -1 4194304 8243 0 0 0 148167 20 0 0 25 0 1 0 141805163 35057664 8181 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580801 0 0 4096 16386 0 0 0 17 1 0 0
/proc/9520/statm: 8559 8181 111 215 0 8341 0
Current children cumulated CPU time (s) 1481.87
Current children cumulated vsize (KiB) 34236

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 9523
/proc/meminfo: memFree=1783664/2055920 swapFree=4147160/4192956
[pid=9520] ppid=9518 vsize=34424 CPUtime=1541.85
/proc/9520/stat : 9520 (minisat+) R 9518 9520 8107 0 -1 4194304 8273 0 0 0 154165 20 0 0 25 0 1 0 141805163 35250176 8211 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/9520/statm: 8606 8211 111 215 0 8388 0
Current children cumulated CPU time (s) 1541.85
Current children cumulated vsize (KiB) 34424

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 9523
/proc/meminfo: memFree=1783408/2055920 swapFree=4147160/4192956
[pid=9520] ppid=9518 vsize=34712 CPUtime=1601.82
/proc/9520/stat : 9520 (minisat+) R 9518 9520 8107 0 -1 4194304 8342 0 0 0 160162 20 0 0 25 0 1 0 141805163 35545088 8280 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581183 0 0 4096 16386 0 0 0 17 1 0 0
/proc/9520/statm: 8678 8280 111 215 0 8460 0
Current children cumulated CPU time (s) 1601.82
Current children cumulated vsize (KiB) 34712

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 9523
/proc/meminfo: memFree=1783216/2055920 swapFree=4147160/4192956
[pid=9520] ppid=9518 vsize=34996 CPUtime=1661.81
/proc/9520/stat : 9520 (minisat+) R 9518 9520 8107 0 -1 4194304 8388 0 0 0 166160 21 0 0 25 0 1 0 141805163 35835904 8326 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/9520/statm: 8749 8326 111 215 0 8531 0
Current children cumulated CPU time (s) 1661.81
Current children cumulated vsize (KiB) 34996

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 9523
/proc/meminfo: memFree=1783216/2055920 swapFree=4147160/4192956
[pid=9520] ppid=9518 vsize=34996 CPUtime=1721.79
/proc/9520/stat : 9520 (minisat+) R 9518 9520 8107 0 -1 4194304 8393 0 0 0 172158 21 0 0 25 0 1 0 141805163 35835904 8331 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134574149 0 0 4096 16386 0 0 0 17 1 0 0
/proc/9520/statm: 8749 8331 111 215 0 8531 0
Current children cumulated CPU time (s) 1721.79
Current children cumulated vsize (KiB) 34996

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 9523
/proc/meminfo: memFree=1782960/2055920 swapFree=4147160/4192956
[pid=9520] ppid=9518 vsize=35160 CPUtime=1781.78
/proc/9520/stat : 9520 (minisat+) R 9518 9520 8107 0 -1 4194304 8452 0 0 0 178156 22 0 0 25 0 1 0 141805163 36003840 8390 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581183 0 0 4096 16386 0 0 0 17 1 0 0
/proc/9520/statm: 8790 8390 111 215 0 8572 0
Current children cumulated CPU time (s) 1781.78
Current children cumulated vsize (KiB) 35160



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 9523
/proc/meminfo: memFree=1782896/2055920 swapFree=4147160/4192956
[pid=9520] ppid=9518 vsize=35160 CPUtime=1800.08
/proc/9520/stat : 9520 (minisat+) R 9518 9520 8107 0 -1 4194304 8452 0 0 0 179986 22 0 0 25 0 1 0 141805163 36003840 8390 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/9520/statm: 8790 8390 111 215 0 8572 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 35160

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

Child status: 10
Real time (s): 1800.62
CPU time (s): 1800.1
CPU user time (s): 1799.87
CPU system time (s): 0.231964
CPU usage (%): 99.9712
Max. virtual memory (cumulated for all children) (KiB): 35160

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.87
system time used= 0.231964
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8454
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 17
involuntary context switches= 1749

runsolver used 2.15767 second user time and 4.31934 second system time

The end

Launcher Data (download as text)

Begin job on node2 on Sun Apr 15 17:21:14 UTC 2007

IDJOB= 353169
IDBENCH= 2200
IDSOLVER= 156
FILE ID= node2/353169-1176657674

PBS_JOBID= 4559357

Free space on /tmp= 66558 MiB

SOLVER NAME= minisat+ 1.14
BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/primes-dimacs-cnf/normalized-ii8a3.opb
COMMAND LINE= /tmp/evaluation/353169-1176657674/minisat+ /tmp/evaluation/353169-1176657674/instance-353169-1176657674.opb            
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node2/convwatcher-353169-1176657674 -o ROOT/results/node2/conversion-353169-1176657674 -C 600 -M 1800 PBconversionToLinear /tmp/evaluation/353169-1176657674/instance-353169-1176657674.opb
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node2/watcher-353169-1176657674 -o ROOT/results/node2/solver-353169-1176657674 -C 1800 -W 3600 -M 1800 --output-limit 1,15  /tmp/evaluation/353169-1176657674/minisat+ /tmp/evaluation/353169-1176657674/instance-353169-1176657674.opb            

META MD5SUM SOLVER= e46aded85e5f265b61da9cdcce06370e
MD5SUM BENCH=  5018d2b93ba4422fc03308c57dbd6158

RANDOM SEED= 438873879

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node2.alineos.net 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005 x86_64 x86_64 x86_64 GNU/Linux

/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.234
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	: 5914.62
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.234
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	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1817352 kB
Buffers:         47448 kB
Cached:         124120 kB
SwapCached:      13936 kB
Active:          82640 kB
Inactive:       112136 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1817352 kB
SwapTotal:     4192956 kB
SwapFree:      4147160 kB
Dirty:            2492 kB
Writeback:           0 kB
Mapped:          30496 kB
Slab:            29248 kB
Committed_AS:  5822300 kB
PageTables:       1860 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66558 MiB

End job on node2 on Sun Apr 15 17:51:17 UTC 2007