Trace number 364654

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)191 1800.11 1800.82

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/primes-dimacs-cnf/normalized-ii8b1.opb
MD5SUM45a62012cfe681f45441c62f782d8601
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark191
Best CPU time to get the best result obtained on this benchmark30.2574
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 191
Optimality of the best value was proved YES
Number of variables672
Total number of constraints2404
Number of constraints which are clauses2404
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 672
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 672
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 672
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.00/0.06	c Converting 2404 PB-constraints to clauses...
0.00/0.06	c   -- Unit propagations: (none)
0.00/0.06	c   -- Detecting intervals from adjacent constraints: (none)
0.00/0.06	c   -- Clauses(.)/Splits(s): ....................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
0.00/0.07	c ==================================[MINISAT+]==================================
0.00/0.07	c | Conflicts | Original         | Learnt                           | Progress |
0.00/0.07	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
0.00/0.07	c ==============================================================================
0.00/0.07	c |         0 |    2404     5328 |     801       0        0     nan |  0.000 % |
0.00/0.07	c ==============================================================================
0.00/0.07	c Found solution: 224
0.00/0.07	o 224
0.00/0.08	c ---[   0]---> Sorter-cost:30564     Base:
0.19/0.30	c ==================================[MINISAT+]==================================
0.19/0.30	c | Conflicts | Original         | Learnt                           | Progress |
0.19/0.30	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
0.19/0.30	c ==============================================================================
0.19/0.30	c |         2 |   39371    91691 |   13123       2       14     7.0 |  0.000 % |
0.29/0.37	c |       102 |   39094    91112 |   14435      93     3903    42.0 |  0.670 % |
0.39/0.43	c |       252 |   39002    90914 |   15878     240     6701    27.9 |  0.882 % |
0.49/0.54	c |       477 |   38987    90884 |   17466     464    15942    34.4 |  0.910 % |
0.69/0.71	c |       815 |   37805    88284 |   19213     776    24356    31.4 |  3.726 % |
0.89/0.93	c |      1322 |   37260    87073 |   21134    1269    45788    36.1 |  5.055 % |
1.19/1.25	c |      2082 |   37129    86792 |   23248    2027    71701    35.4 |  5.354 % |
1.59/1.60	c |      3223 |   37060    86641 |   25573    3166   105927    33.5 |  5.514 % |
2.30/2.37	c |      4933 |   36659    85752 |   28130    4825   171835    35.6 |  6.479 % |
2.39/2.48	c ==============================================================================
2.39/2.48	c Found solution: 213
2.39/2.48	o 213
2.39/2.48	c ---[   0]---> Sorter-cost:    0     Base:
2.59/2.67	c ==================================[MINISAT+]==================================
2.59/2.67	c | Conflicts | Original         | Learnt                           | Progress |
2.59/2.67	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
2.59/2.67	c ==============================================================================
2.59/2.67	c |      5130 |   36761    86021 |   12253    5022   174707    34.8 |  6.479 % |
2.69/2.71	c |      5230 |   36692    85868 |   13478    5120   176718    34.5 |  6.749 % |
2.69/2.78	c |      5381 |   36692    85868 |   14826    5271   182366    34.6 |  6.749 % |
2.79/2.84	c |      5606 |   36692    85868 |   16308    5496   187885    34.2 |  6.749 % |
2.89/2.99	c |      5944 |   36590    85644 |   17939    5831   206859    35.5 |  6.987 % |
3.19/3.24	c |      6450 |   36554    85568 |   19733    6324   229508    36.3 |  7.063 % |
3.49/3.53	c |      7209 |   36479    85399 |   21706    7081   256581    36.2 |  7.249 % |
4.09/4.13	c |      8348 |   36479    85399 |   23877    8220   321429    39.1 |  7.249 % |
4.19/4.24	c ==============================================================================
4.19/4.24	c Found solution: 212
4.19/4.24	o 212
4.19/4.24	c ---[   0]---> Sorter-cost:    0     Base:
4.39/4.43	c ==================================[MINISAT+]==================================
4.39/4.43	c | Conflicts | Original         | Learnt                           | Progress |
4.39/4.43	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
4.39/4.43	c ==============================================================================
4.39/4.43	c |      8492 |   36455    85340 |   12151    8328   322244    38.7 |  7.249 % |
4.49/4.50	c |      8592 |   36412    85243 |   13366    8427   325487    38.6 |  7.439 % |
4.49/4.59	c |      8742 |   36412    85243 |   14702    8577   331063    38.6 |  7.440 % |
4.59/4.65	c ==============================================================================
4.59/4.65	c Found solution: 191
4.59/4.65	o 191
4.59/4.66	c ---[   0]---> Sorter-cost:    0     Base:
4.79/4.87	c ==================================[MINISAT+]==================================
4.79/4.87	c | Conflicts | Original         | Learnt                           | Progress |
4.79/4.87	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
4.79/4.87	c ==============================================================================
4.79/4.87	c |      8825 |   36570    85630 |   12190    8660   333479    38.5 |  7.440 % |
4.89/4.91	c |      8925 |   36570    85630 |   13409    8760   336090    38.4 |  7.604 % |
4.99/5.01	c |      9075 |   36570    85630 |   14749    8910   343099    38.5 |  7.604 % |
5.09/5.11	c |      9301 |   36570    85630 |   16224    9136   351679    38.5 |  7.605 % |
5.19/5.22	c |      9638 |   36570    85630 |   17847    9473   362266    38.2 |  7.604 % |
5.39/5.43	c |     10144 |   36472    85414 |   19632    9977   379563    38.0 |  7.834 % |
5.59/5.69	c |     10905 |   36472    85414 |   21595   10738   407634    38.0 |  7.834 % |
6.19/6.26	c |     12044 |   36472    85414 |   23754   11877   468101    39.4 |  7.834 % |
6.78/6.89	c |     13754 |   36472    85414 |   26130   13587   522596    38.5 |  7.834 % |
8.19/8.20	c |     16317 |   36470    85410 |   28743   16149   629422    39.0 |  7.838 % |
10.69/10.75	c |     20161 |   36426    85316 |   31617   19992   838045    41.9 |  7.936 % |
14.99/15.03	c |     25927 |   36382    85218 |   34779   25757  1118768    43.4 |  8.043 % |
22.79/22.80	c |     34576 |   36305    85037 |   38257   34348  1535481    44.7 |  8.244 % |
32.28/32.38	c |     47550 |   36181    84771 |   42083   21274   996051    46.8 |  8.517 % |
47.67/47.70	c |     67011 |   36135    84671 |   46291   40732  1888951    46.4 |  8.624 % |
74.37/74.46	c |     96203 |   36135    84671 |   50920   35083  1330080    37.9 |  8.624 % |
119.45/119.64	c |    139993 |   36085    84561 |   56012   42013  1861233    44.3 |  8.742 % |
187.79/188.04	c |    205677 |   36085    84561 |   61613   20830   839310    40.3 |  8.742 % |
289.55/289.87	c |    304203 |   36085    84561 |   67775   23016   997862    43.4 |  8.742 % |
461.50/461.84	c |    451992 |   36085    84561 |   74552   65967  3569771    54.1 |  8.742 % |
741.12/741.52	c |    673675 |   36085    84561 |   82008   48872  2378617    48.7 |  8.742 % |
1194.67/1195.24	c |   1006202 |   36085    84561 |   90209   40474  2006307    49.6 |  8.742 % |
1800.09/1800.80	c 
1800.09/1800.81	c *** TERMINATED ***
1800.09/1800.81	s SATISFIABLE
1800.09/1800.81	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.09/1800.81	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.09/1800.81	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.09/1800.81	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.09/1800.81	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.09/1800.81	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.09/1800.81	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.09/1800.81	v x185 -x186 x187 -x188 -x189 x190 x191 -x192 -x193 x194 -x195 x196 -x197 x198 -x199 x200 -x201 x202 x203 -x204 x205 -x206 -x207
1800.09/1800.81	v -x208 -x209 -x210 -x211 -x212 -x213 -x214 -x215 x216 -x217 -x218 -x219 -x220 -x221 -x222 -x223 -x224 -x225 -x226 x227 -x228
1800.09/1800.81	v -x229 -x230 -x231 -x232 -x233 -x234 -x235 -x236 x237 -x238 -x239 -x240 -x241 -x242 x243 -x244 -x245 -x246 -x247 -x248 -x249
1800.09/1800.81	v -x250 -x251 x252 x253 -x254 -x255 -x256 -x257 -x258 -x259 -x260 -x261 -x262 -x263 -x264 -x265 -x266 x267 -x268 -x269 -x270
1800.09/1800.81	v -x271 -x272 -x273 -x274 -x275 x276 x277 -x278 -x279 -x280 -x281 -x282 -x283 -x284 -x285 -x286 -x287 -x288 -x289 -x290 x291
1800.09/1800.81	v -x292 -x293 -x294 -x295 -x296 -x297 -x298 -x299 x300 -x301 -x302 -x303 -x304 -x305 -x306 -x307 -x308 x309 -x310 -x311 -x312
1800.09/1800.81	v -x313 -x314 -x315 -x316 -x317 -x318 -x319 -x320 x321 -x322 -x323 -x324 -x325 x326 -x327 x328 -x329 x330 -x331 x332 -x333 x334
1800.09/1800.81	v x335 -x336 -x337 -x338 -x339 -x340 -x341 -x342 -x343 -x344 x345 -x346 -x347 -x348 x349 -x350 -x351 -x352 -x353 -x354 -x355
1800.09/1800.81	v -x356 -x357 -x358 -x359 -x360 -x361 -x362 -x363 -x364 -x365 -x366 -x367 -x368 x369 -x370 -x371 -x372 -x373 x374 -x375 x376
1800.09/1800.81	v -x377 x378 -x379 x380 -x381 x382 x383 -x384 -x385 -x386 -x387 -x388 x389 -x390 -x391 -x392 -x393 -x394 -x395 -x396 x397 -x398
1800.09/1800.81	v -x399 -x400 -x401 -x402 -x403 -x404 -x405 -x406 -x407 x408 -x409 -x410 -x411 -x412 -x413 -x414 -x415 -x416 -x417 -x418 x419
1800.09/1800.81	v -x420 -x421 -x422 -x423 -x424 x425 -x426 -x427 -x428 -x429 -x430 -x431 -x432 -x433 x434 -x435 x436 -x437 x438 -x439 x440 -x441
1800.09/1800.81	v x442 x443 -x444 -x445 -x446 -x447 -x448 -x449 -x450 -x451 -x452 x453 -x454 -x455 -x456 x457 -x458 -x459 -x460 -x461 -x462
1800.09/1800.81	v -x463 -x464 -x465 -x466 -x467 x468 -x469 -x470 -x471 -x472 -x473 -x474 -x475 -x476 -x477 -x478 x479 -x480 -x481 -x482 -x483
1800.09/1800.81	v -x484 x485 -x486 -x487 -x488 -x489 -x490 -x491 x492 -x493 -x494 -x495 -x496 x497 -x498 -x499 -x500 -x501 -x502 -x503 -x504
1800.09/1800.81	v -x505 -x506 x507 -x508 -x509 -x510 -x511 -x512 -x513 -x514 -x515 x516 -x517 -x518 x519 -x520 -x521 -x522 -x523 -x524 -x525
1800.09/1800.81	v -x526 -x527 x528 -x529 -x530 -x531 -x532 -x533 -x534 x535 -x536 -x537 -x538 -x539 -x540 -x541 x542 -x543 x544 -x545 x546 -x547
1800.09/1800.81	v x548 -x549 x550 x551 -x552 -x553 -x554 x555 -x556 -x557 -x558 -x559 -x560 -x561 -x562 -x563 x564 -x565 -x566 -x567 -x568 -x569
1800.09/1800.81	v -x570 x571 -x572 -x573 -x574 -x575 x576 -x577 x578 -x579 x580 -x581 x582 -x583 x584 -x585 x586 x587 -x588 -x589 -x590 x591
1800.09/1800.81	v -x592 -x593 -x594 -x595 -x596 -x597 -x598 -x599 x600 -x601 -x602 -x603 -x604 x605 -x606 -x607 -x608 -x609 -x610 -x611 x612
1800.09/1800.81	v -x613 x614 -x615 x616 -x617 x618 -x619 x620 -x621 x622 x623 -x624 x625 -x626 -x627 -x628 -x629 -x630 -x631 -x632 -x633 -x634
1800.09/1800.81	v -x635 x636 -x637 -x638 -x639 -x640 -x641 -x642 x643 -x644 -x645 -x646 -x647 x648 -x649 x650 -x651 x652 -x653 x654 -x655 x656
1800.09/1800.81	v -x657 x658 x659 -x660 x661 -x662 -x663 -x664 -x665 -x666 -x667 -x668 -x669 -x670 -x671 -x672

Verifier Data (download as text)

OK	191

Conversion Script Data (download as text)

/tmp/evaluation/364654-1177041585/instance-364654-1177041585.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/node3/watcher-364654-1177041585 -o ROOT/results/node3/solver-364654-1177041585 -C 1800 -W 3600 -M 1800 --output-limit 1,15 /tmp/evaluation/364654-1177041585/minisat+ /tmp/evaluation/364654-1177041585/instance-364654-1177041585.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.78 0.95 0.98 3/77 20776
/proc/meminfo: memFree=1734048/2055920 swapFree=4140760/4192956
[pid=20776] ppid=20774 vsize=1180 CPUtime=0
/proc/20776/stat : 20776 (minisat+) R 20774 20776 20714 0 -1 4194304 138 0 0 0 0 0 0 0 18 0 1 0 180196306 1208320 123 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134648431 0 0 4096 16386 0 0 0 17 1 0 0
/proc/20776/statm: 295 123 74 215 0 77 0

[startup+0.105517 s]
/proc/loadavg: 0.78 0.95 0.98 3/77 20776
/proc/meminfo: memFree=1734048/2055920 swapFree=4140760/4192956
[pid=20776] ppid=20774 vsize=2108 CPUtime=0.1
/proc/20776/stat : 20776 (minisat+) R 20774 20776 20714 0 -1 4194304 385 0 0 0 10 0 0 0 18 0 1 0 180196306 2158592 370 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 135003235 0 0 4096 16386 0 0 0 17 1 0 0
/proc/20776/statm: 527 370 103 215 0 309 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 2108

[startup+0.202537 s]
/proc/loadavg: 0.78 0.95 0.98 3/77 20776
/proc/meminfo: memFree=1734048/2055920 swapFree=4140760/4192956
[pid=20776] ppid=20774 vsize=2108 CPUtime=0.19
/proc/20776/stat : 20776 (minisat+) R 20774 20776 20714 0 -1 4194304 395 0 0 0 19 0 0 0 18 0 1 0 180196306 2158592 380 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134530765 0 0 4096 16386 0 0 0 17 1 0 0
/proc/20776/statm: 527 380 103 215 0 309 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 2108

[startup+0.301549 s]
/proc/loadavg: 0.78 0.95 0.98 3/77 20776
/proc/meminfo: memFree=1734048/2055920 swapFree=4140760/4192956
[pid=20776] ppid=20774 vsize=6676 CPUtime=0.29
/proc/20776/stat : 20776 (minisat+) R 20774 20776 20714 0 -1 4194304 1516 0 0 0 29 0 0 0 18 0 1 0 180196306 6836224 1446 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581183 0 0 4096 16386 0 0 0 17 1 0 0
/proc/20776/statm: 1669 1446 108 215 0 1451 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 6676

[startup+0.701613 s]
/proc/loadavg: 0.78 0.95 0.98 3/77 20776
/proc/meminfo: memFree=1734048/2055920 swapFree=4140760/4192956
[pid=20776] ppid=20774 vsize=6808 CPUtime=0.69
/proc/20776/stat : 20776 (minisat+) R 20774 20776 20714 0 -1 4194304 1564 0 0 0 69 0 0 0 22 0 1 0 180196306 6971392 1494 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580433 0 0 4096 16386 0 0 0 17 1 0 0
/proc/20776/statm: 1702 1494 110 215 0 1484 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 6808

[startup+1.50174 s]
/proc/loadavg: 0.78 0.95 0.98 2/78 20777
/proc/meminfo: memFree=1728280/2055920 swapFree=4140760/4192956
[pid=20776] ppid=20774 vsize=7204 CPUtime=1.49
/proc/20776/stat : 20776 (minisat+) R 20774 20776 20714 0 -1 4194304 1654 0 0 0 149 0 0 0 25 0 1 0 180196306 7376896 1584 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134574548 0 0 4096 16386 0 0 0 17 1 0 0
/proc/20776/statm: 1801 1584 110 215 0 1583 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 7204

[startup+3.102 s]
/proc/loadavg: 0.78 0.95 0.98 2/78 20777
/proc/meminfo: memFree=1727640/2055920 swapFree=4140760/4192956
[pid=20776] ppid=20774 vsize=8108 CPUtime=3.09
/proc/20776/stat : 20776 (minisat+) R 20774 20776 20714 0 -1 4194304 1898 0 0 0 308 1 0 0 25 0 1 0 180196306 8302592 1828 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580372 0 0 4096 16386 0 0 0 17 1 0 0
/proc/20776/statm: 2027 1828 111 215 0 1809 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 8108

[startup+6.30152 s]
/proc/loadavg: 0.80 0.95 0.98 2/78 20777
/proc/meminfo: memFree=1726040/2055920 swapFree=4140760/4192956
[pid=20776] ppid=20774 vsize=9308 CPUtime=6.29
/proc/20776/stat : 20776 (minisat+) R 20774 20776 20714 0 -1 4194304 2197 0 0 0 628 1 0 0 25 0 1 0 180196306 9531392 2127 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581183 0 0 4096 16386 0 0 0 17 1 0 0
/proc/20776/statm: 2327 2127 111 215 0 2109 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 9308

[startup+12.7016 s]
/proc/loadavg: 0.81 0.95 0.98 2/78 20777
/proc/meminfo: memFree=1723352/2055920 swapFree=4140760/4192956
[pid=20776] ppid=20774 vsize=11796 CPUtime=12.68
/proc/20776/stat : 20776 (minisat+) R 20774 20776 20714 0 -1 4194304 2794 0 0 0 1266 2 0 0 25 0 1 0 180196306 12079104 2724 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581183 0 0 4096 16386 0 0 0 17 1 0 0
/proc/20776/statm: 2949 2724 111 215 0 2731 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 11796

[startup+25.5026 s]
/proc/loadavg: 0.85 0.95 0.98 2/78 20777
/proc/meminfo: memFree=1719640/2055920 swapFree=4140760/4192956
[pid=20776] ppid=20774 vsize=15356 CPUtime=25.49
/proc/20776/stat : 20776 (minisat+) R 20774 20776 20714 0 -1 4194304 3685 0 0 0 2545 4 0 0 25 0 1 0 180196306 15724544 3615 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580732 0 0 4096 16386 0 0 0 17 1 0 0
/proc/20776/statm: 3839 3615 111 215 0 3621 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 15356

[startup+51.1018 s]
/proc/loadavg: 0.90 0.96 0.98 2/78 20777
/proc/meminfo: memFree=1717784/2055920 swapFree=4140760/4192956
[pid=20776] ppid=20774 vsize=17396 CPUtime=51.07
/proc/20776/stat : 20776 (minisat+) R 20774 20776 20714 0 -1 4194304 4177 0 0 0 5103 4 0 0 25 0 1 0 180196306 17813504 4107 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/20776/statm: 4349 4107 111 215 0 4131 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 17396

[startup+102.301 s]
/proc/loadavg: 0.96 0.96 0.98 2/84 20933
/proc/meminfo: memFree=1713960/2055920 swapFree=4140760/4192956
[pid=20776] ppid=20774 vsize=19680 CPUtime=102.18
/proc/20776/stat : 20776 (minisat+) R 20774 20776 20714 0 -1 4194304 4740 0 0 0 10211 7 0 0 25 0 1 0 180196306 20152320 4670 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/20776/statm: 4920 4670 111 215 0 4702 0
Current children cumulated CPU time (s) 102.18
Current children cumulated vsize (KiB) 19680

[startup+162.302 s]
/proc/loadavg: 0.98 0.97 0.98 2/78 20975
/proc/meminfo: memFree=1712920/2055920 swapFree=4140760/4192956
[pid=20776] ppid=20774 vsize=21940 CPUtime=162.1
/proc/20776/stat : 20776 (minisat+) R 20774 20776 20714 0 -1 4194304 5304 0 0 0 16202 8 0 0 25 0 1 0 180196306 22466560 5234 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580916 0 0 4096 16386 0 0 0 17 1 0 0
/proc/20776/statm: 5485 5234 111 215 0 5267 0
Current children cumulated CPU time (s) 162.1
Current children cumulated vsize (KiB) 21940

[startup+222.306 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 20975
/proc/meminfo: memFree=1712536/2055920 swapFree=4140760/4192956
[pid=20776] ppid=20774 vsize=22332 CPUtime=222.09
/proc/20776/stat : 20776 (minisat+) R 20774 20776 20714 0 -1 4194304 5427 0 0 0 22200 9 0 0 25 0 1 0 180196306 22867968 5357 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/20776/statm: 5583 5357 111 215 0 5365 0
Current children cumulated CPU time (s) 222.09
Current children cumulated vsize (KiB) 22332

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 20975
/proc/meminfo: memFree=1710168/2055920 swapFree=4140760/4192956
[pid=20776] ppid=20774 vsize=24956 CPUtime=282.06
/proc/20776/stat : 20776 (minisat+) R 20774 20776 20714 0 -1 4194304 6050 0 0 0 28196 10 0 0 25 0 1 0 180196306 25554944 5980 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/20776/statm: 6239 5980 111 215 0 6021 0
Current children cumulated CPU time (s) 282.06
Current children cumulated vsize (KiB) 24956

[startup+342.301 s]
/proc/loadavg: 1.03 0.99 0.99 2/78 20975
/proc/meminfo: memFree=1709144/2055920 swapFree=4140760/4192956
[pid=20776] ppid=20774 vsize=25880 CPUtime=342.04
/proc/20776/stat : 20776 (minisat+) R 20774 20776 20714 0 -1 4194304 6269 0 0 0 34193 11 0 0 25 0 1 0 180196306 26501120 6199 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581469 0 0 4096 16386 0 0 0 17 1 0 0
/proc/20776/statm: 6470 6199 111 215 0 6252 0
Current children cumulated CPU time (s) 342.04
Current children cumulated vsize (KiB) 25880

[startup+402.302 s]
/proc/loadavg: 1.04 1.00 0.99 2/78 20975
/proc/meminfo: memFree=1707544/2055920 swapFree=4140760/4192956
[pid=20776] ppid=20774 vsize=27460 CPUtime=402.02
/proc/20776/stat : 20776 (minisat+) R 20774 20776 20714 0 -1 4194304 6659 0 0 0 40190 12 0 0 25 0 1 0 180196306 28119040 6589 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/20776/statm: 6865 6589 111 215 0 6647 0
Current children cumulated CPU time (s) 402.02
Current children cumulated vsize (KiB) 27460

[startup+462.303 s]
/proc/loadavg: 1.01 1.00 0.99 2/78 20975
/proc/meminfo: memFree=1706584/2055920 swapFree=4140760/4192956
[pid=20776] ppid=20774 vsize=28580 CPUtime=462
/proc/20776/stat : 20776 (minisat+) R 20774 20776 20714 0 -1 4194304 6910 0 0 0 46187 13 0 0 25 0 1 0 180196306 29265920 6840 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/20776/statm: 7145 6840 111 215 0 6927 0
Current children cumulated CPU time (s) 462
Current children cumulated vsize (KiB) 28580

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 0.99 2/78 20975
/proc/meminfo: memFree=1703832/2055920 swapFree=4140760/4192956
[pid=20776] ppid=20774 vsize=31336 CPUtime=521.98
/proc/20776/stat : 20776 (minisat+) R 20774 20776 20714 0 -1 4194304 7613 0 0 0 52184 14 0 0 25 0 1 0 180196306 32088064 7543 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/20776/statm: 7834 7543 111 215 0 7616 0
Current children cumulated CPU time (s) 521.98
Current children cumulated vsize (KiB) 31336

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 0.99 2/78 20975
/proc/meminfo: memFree=1703448/2055920 swapFree=4140760/4192956
[pid=20776] ppid=20774 vsize=31668 CPUtime=581.97
/proc/20776/stat : 20776 (minisat+) R 20774 20776 20714 0 -1 4194304 7703 0 0 0 58182 15 0 0 25 0 1 0 180196306 32428032 7633 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580959 0 0 4096 16386 0 0 0 17 1 0 0
/proc/20776/statm: 7917 7633 111 215 0 7699 0
Current children cumulated CPU time (s) 581.97
Current children cumulated vsize (KiB) 31668

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 0.99 2/78 20975
/proc/meminfo: memFree=1702744/2055920 swapFree=4140760/4192956
[pid=20776] ppid=20774 vsize=32684 CPUtime=641.95
/proc/20776/stat : 20776 (minisat+) R 20774 20776 20714 0 -1 4194304 7896 0 0 0 64179 16 0 0 25 0 1 0 180196306 33468416 7826 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134579871 0 0 4096 16386 0 0 0 17 1 0 0
/proc/20776/statm: 8171 7826 111 215 0 7953 0
Current children cumulated CPU time (s) 641.95
Current children cumulated vsize (KiB) 32684


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

[startup+882.306 s]
/proc/loadavg: 1.00 1.00 0.99 2/78 20975
/proc/meminfo: memFree=1699864/2055920 swapFree=4140760/4192956
[pid=20776] ppid=20774 vsize=35436 CPUtime=881.88
/proc/20776/stat : 20776 (minisat+) R 20774 20776 20714 0 -1 4194304 8591 0 0 0 88169 19 0 0 25 0 1 0 180196306 36286464 8521 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580801 0 0 4096 16386 0 0 0 17 1 0 0
/proc/20776/statm: 8859 8521 111 215 0 8641 0
Current children cumulated CPU time (s) 881.88
Current children cumulated vsize (KiB) 35436

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 0.99 2/78 20975
/proc/meminfo: memFree=1699544/2055920 swapFree=4140760/4192956
[pid=20776] ppid=20774 vsize=35840 CPUtime=941.85
/proc/20776/stat : 20776 (minisat+) R 20774 20776 20714 0 -1 4194304 8683 0 0 0 94166 19 0 0 25 0 1 0 180196306 36700160 8613 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580461 0 0 4096 16386 0 0 0 17 1 0 0
/proc/20776/statm: 8960 8613 111 215 0 8742 0
Current children cumulated CPU time (s) 941.85
Current children cumulated vsize (KiB) 35840

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 0.99 2/78 20975
/proc/meminfo: memFree=1699224/2055920 swapFree=4140760/4192956
[pid=20776] ppid=20774 vsize=36216 CPUtime=1001.83
/proc/20776/stat : 20776 (minisat+) R 20774 20776 20714 0 -1 4194304 8776 0 0 0 100163 20 0 0 25 0 1 0 180196306 37085184 8706 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134579920 0 0 4096 16386 0 0 0 17 1 0 0
/proc/20776/statm: 9054 8706 111 215 0 8836 0
Current children cumulated CPU time (s) 1001.83
Current children cumulated vsize (KiB) 36216

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 0.99 2/78 20975
/proc/meminfo: memFree=1699224/2055920 swapFree=4140760/4192956
[pid=20776] ppid=20774 vsize=36216 CPUtime=1061.81
/proc/20776/stat : 20776 (minisat+) R 20774 20776 20714 0 -1 4194304 8776 0 0 0 106161 20 0 0 25 0 1 0 180196306 37085184 8706 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/20776/statm: 9054 8706 111 215 0 8836 0
Current children cumulated CPU time (s) 1061.81
Current children cumulated vsize (KiB) 36216

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 0.99 2/78 20975
/proc/meminfo: memFree=1699032/2055920 swapFree=4140760/4192956
[pid=20776] ppid=20774 vsize=36380 CPUtime=1121.79
/proc/20776/stat : 20776 (minisat+) R 20774 20776 20714 0 -1 4194304 8818 0 0 0 112158 21 0 0 25 0 1 0 180196306 37253120 8748 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/20776/statm: 9095 8748 111 215 0 8877 0
Current children cumulated CPU time (s) 1121.79
Current children cumulated vsize (KiB) 36380

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 0.99 2/78 20975
/proc/meminfo: memFree=1698776/2055920 swapFree=4140760/4192956
[pid=20776] ppid=20774 vsize=36672 CPUtime=1181.78
/proc/20776/stat : 20776 (minisat+) R 20774 20776 20714 0 -1 4194304 8885 0 0 0 118156 22 0 0 25 0 1 0 180196306 37552128 8815 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581028 0 0 4096 16386 0 0 0 17 1 0 0
/proc/20776/statm: 9168 8815 111 215 0 8950 0
Current children cumulated CPU time (s) 1181.78
Current children cumulated vsize (KiB) 36672

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 0.99 2/78 20975
/proc/meminfo: memFree=1698456/2055920 swapFree=4140760/4192956
[pid=20776] ppid=20774 vsize=37092 CPUtime=1241.76
/proc/20776/stat : 20776 (minisat+) R 20774 20776 20714 0 -1 4194304 8949 0 0 0 124153 23 0 0 25 0 1 0 180196306 37982208 8879 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/20776/statm: 9273 8879 111 215 0 9055 0
Current children cumulated CPU time (s) 1241.76
Current children cumulated vsize (KiB) 37092

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 0.99 2/78 20975
/proc/meminfo: memFree=1696088/2055920 swapFree=4140760/4192956
[pid=20776] ppid=20774 vsize=39592 CPUtime=1301.74
/proc/20776/stat : 20776 (minisat+) R 20774 20776 20714 0 -1 4194304 9542 0 0 0 130150 24 0 0 25 0 1 0 180196306 40542208 9472 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134584041 0 0 4096 16386 0 0 0 17 1 0 0
/proc/20776/statm: 9898 9472 111 215 0 9680 0
Current children cumulated CPU time (s) 1301.74
Current children cumulated vsize (KiB) 39592

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 0.99 2/78 20975
/proc/meminfo: memFree=1695768/2055920 swapFree=4140760/4192956
[pid=20776] ppid=20774 vsize=39908 CPUtime=1361.71
/proc/20776/stat : 20776 (minisat+) R 20774 20776 20714 0 -1 4194304 9629 0 0 0 136147 24 0 0 25 0 1 0 180196306 40865792 9559 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580732 0 0 4096 16386 0 0 0 17 1 0 0
/proc/20776/statm: 9977 9559 111 215 0 9759 0
Current children cumulated CPU time (s) 1361.71
Current children cumulated vsize (KiB) 39908

[startup+1422.3 s]
/proc/loadavg: 1.00 1.00 0.99 2/78 20975
/proc/meminfo: memFree=1695576/2055920 swapFree=4140760/4192956
[pid=20776] ppid=20774 vsize=40052 CPUtime=1421.7
/proc/20776/stat : 20776 (minisat+) R 20774 20776 20714 0 -1 4194304 9668 0 0 0 142145 25 0 0 25 0 1 0 180196306 41013248 9598 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/20776/statm: 10013 9598 111 215 0 9795 0
Current children cumulated CPU time (s) 1421.7
Current children cumulated vsize (KiB) 40052

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 0.99 2/78 20975
/proc/meminfo: memFree=1695512/2055920 swapFree=4140760/4192956
[pid=20776] ppid=20774 vsize=40052 CPUtime=1481.68
/proc/20776/stat : 20776 (minisat+) R 20774 20776 20714 0 -1 4194304 9670 0 0 0 148142 26 0 0 25 0 1 0 180196306 41013248 9600 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580941 0 0 4096 16386 0 0 0 17 1 0 0
/proc/20776/statm: 10013 9600 111 215 0 9795 0
Current children cumulated CPU time (s) 1481.68
Current children cumulated vsize (KiB) 40052

[startup+1542.31 s]
/proc/loadavg: 1.00 1.00 0.99 2/78 20975
/proc/meminfo: memFree=1695448/2055920 swapFree=4140760/4192956
[pid=20776] ppid=20774 vsize=40188 CPUtime=1541.66
/proc/20776/stat : 20776 (minisat+) R 20774 20776 20714 0 -1 4194304 9698 0 0 0 154140 26 0 0 25 0 1 0 180196306 41152512 9628 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134574135 0 0 4096 16386 0 0 0 17 1 0 0
/proc/20776/statm: 10047 9628 111 215 0 9829 0
Current children cumulated CPU time (s) 1541.66
Current children cumulated vsize (KiB) 40188

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 0.99 2/78 20975
/proc/meminfo: memFree=1694168/2055920 swapFree=4140760/4192956
[pid=20776] ppid=20774 vsize=41536 CPUtime=1601.64
/proc/20776/stat : 20776 (minisat+) R 20774 20776 20714 0 -1 4194304 10028 0 0 0 160137 27 0 0 25 0 1 0 180196306 42532864 9958 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134572690 0 0 4096 16386 0 0 0 17 1 0 0
/proc/20776/statm: 10384 9958 111 215 0 10166 0
Current children cumulated CPU time (s) 1601.64
Current children cumulated vsize (KiB) 41536

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 0.99 2/78 20975
/proc/meminfo: memFree=1693592/2055920 swapFree=4140760/4192956
[pid=20776] ppid=20774 vsize=42144 CPUtime=1661.63
/proc/20776/stat : 20776 (minisat+) R 20774 20776 20714 0 -1 4194304 10164 0 0 0 166135 28 0 0 25 0 1 0 180196306 43155456 10094 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/20776/statm: 10536 10094 111 215 0 10318 0
Current children cumulated CPU time (s) 1661.63
Current children cumulated vsize (KiB) 42144

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 0.99 2/78 20975
/proc/meminfo: memFree=1693400/2055920 swapFree=4140760/4192956
[pid=20776] ppid=20774 vsize=42288 CPUtime=1721.6
/proc/20776/stat : 20776 (minisat+) R 20774 20776 20714 0 -1 4194304 10194 0 0 0 172132 28 0 0 25 0 1 0 180196306 43302912 10124 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581469 0 0 4096 16386 0 0 0 17 1 0 0
/proc/20776/statm: 10572 10124 111 215 0 10354 0
Current children cumulated CPU time (s) 1721.6
Current children cumulated vsize (KiB) 42288

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 0.99 2/78 20975
/proc/meminfo: memFree=1693464/2055920 swapFree=4140760/4192956
[pid=20776] ppid=20774 vsize=42288 CPUtime=1781.59
/proc/20776/stat : 20776 (minisat+) R 20774 20776 20714 0 -1 4194304 10194 0 0 0 178130 29 0 0 25 0 1 0 180196306 43302912 10124 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134579855 0 0 4096 16386 0 0 0 17 1 0 0
/proc/20776/statm: 10572 10124 111 215 0 10354 0
Current children cumulated CPU time (s) 1781.59
Current children cumulated vsize (KiB) 42288



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.81 s]
/proc/loadavg: 1.00 1.00 0.99 2/78 20975
/proc/meminfo: memFree=1693144/2055920 swapFree=4140760/4192956
[pid=20776] ppid=20774 vsize=42604 CPUtime=1800.09
/proc/20776/stat : 20776 (minisat+) R 20774 20776 20714 0 -1 4194304 10284 0 0 0 179980 29 0 0 25 0 1 0 180196306 43626496 10206 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134568477 0 0 4096 16386 0 0 0 17 1 0 0
/proc/20776/statm: 10651 10206 111 215 0 10433 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 42604

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

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

[startup+1800.81 s]
/proc/loadavg: 1.00 1.00 0.99 2/78 20975
/proc/meminfo: memFree=1693144/2055920 swapFree=4140760/4192956
[pid=20776] ppid=20774 vsize=42604 CPUtime=1800.09
/proc/20776/stat : 20776 (minisat+) R 20774 20776 20714 0 -1 4194304 10284 0 0 0 179980 29 0 0 25 0 1 0 180196306 43626496 10206 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134568477 0 0 4096 16386 0 0 0 17 1 0 0
/proc/20776/statm: 10651 10206 111 215 0 10433 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 42604

Child status: 10
Real time (s): 1800.82
CPU time (s): 1800.11
CPU user time (s): 1799.8
CPU system time (s): 0.302953
CPU usage (%): 99.9605
Max. virtual memory (cumulated for all children) (KiB): 42604

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.8
system time used= 0.302953
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10286
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= 16
involuntary context switches= 37316

runsolver used 2.06469 second user time and 4.47432 second system time

The end

Launcher Data (download as text)

Begin job on node3 on Fri Apr 20 03:59:45 UTC 2007

IDJOB= 364654
IDBENCH= 2140
IDSOLVER= 156
FILE ID= node3/364654-1177041585

PBS_JOBID= 4640142

Free space on /tmp= 66356 MiB

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

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

META MD5SUM SOLVER= e46aded85e5f265b61da9cdcce06370e
MD5SUM BENCH=  45a62012cfe681f45441c62f782d8601

RANDOM SEED= 259448326

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node3.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.270
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.270
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:       1734456 kB
Buffers:         33536 kB
Cached:         223260 kB
SwapCached:      15136 kB
Active:         102368 kB
Inactive:       177144 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1734456 kB
SwapTotal:     4192956 kB
SwapFree:      4140760 kB
Dirty:            2584 kB
Writeback:           0 kB
Mapped:          29744 kB
Slab:            27500 kB
Committed_AS:  5321888 kB
PageTables:       1780 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= 66356 MiB

End job on node3 on Fri Apr 20 04:29:49 UTC 2007