Trace number 3721266

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. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock 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
PB07: minisat+ 1.14SAT (TO)283 1800.11 1800.41

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/primes-dimacs-cnf/normalized-ii8a4.opb
MD5SUM39250f205953aedd83d7a2bcba6bda16
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark283
Best CPU time to get the best result obtained on this benchmark1.59476
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 283
Optimality of the best value was proved NO
Number of variables792
Total number of constraints3194
Number of constraints which are clauses3194
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 792
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 792
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 792
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

0.00/0.00	c Parsing PB file...
0.00/0.04	c Converting 3194 PB-constraints to clauses...
0.00/0.04	c   -- Unit propagations: (none)
0.00/0.04	c   -- Detecting intervals from adjacent constraints: (none)
0.00/0.04	c   -- Clauses(.)/Splits(s): ..........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
0.00/0.04	c ==================================[MINISAT+]==================================
0.00/0.04	c | Conflicts | Original         | Learnt                           | Progress |
0.00/0.04	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
0.00/0.04	c ==============================================================================
0.00/0.04	c |         0 |    3194     8388 |    1064       0        0     nan |  0.000 % |
0.00/0.04	c ==============================================================================
0.00/0.04	c Found solution: 354
0.00/0.04	o 354
0.00/0.05	c ---[   0]---> Sorter-cost:36470     Base:
0.09/0.18	c ==================================[MINISAT+]==================================
0.09/0.18	c | Conflicts | Original         | Learnt                           | Progress |
0.09/0.18	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
0.09/0.18	c ==============================================================================
0.09/0.18	c |         4 |   47626   112246 |   15875       4       26     6.5 |  0.000 % |
0.19/0.21	c |       104 |   47361   111687 |   17462      93     1225    13.2 |  0.521 % |
0.19/0.25	c |       254 |   47361   111687 |   19208     243     4630    19.1 |  0.521 % |
0.29/0.30	c ==============================================================================
0.29/0.30	c Found solution: 346
0.29/0.30	o 346
0.29/0.31	c ---[   0]---> Sorter-cost:    0     Base:
0.39/0.42	c ==================================[MINISAT+]==================================
0.39/0.42	c | Conflicts | Original         | Learnt                           | Progress |
0.39/0.42	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
0.39/0.42	c ==============================================================================
0.39/0.42	c |       431 |   47442   111960 |   15814     419     7912    18.9 |  0.521 % |
0.39/0.44	c |       533 |   47360   111784 |   17395     519    11037    21.3 |  0.777 % |
0.39/0.47	c ==============================================================================
0.39/0.47	c Found solution: 319
0.39/0.47	o 319
0.39/0.47	c ---[   0]---> Sorter-cost:    0     Base:
0.59/0.60	c ==================================[MINISAT+]==================================
0.59/0.60	c | Conflicts | Original         | Learnt                           | Progress |
0.59/0.60	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
0.59/0.60	c ==============================================================================
0.59/0.60	c |       582 |   47671   112647 |   15890     567    12211    21.5 |  0.777 % |
0.59/0.62	c |       682 |   47671   112647 |   17479     667    13724    20.6 |  0.860 % |
0.59/0.64	c |       834 |   47671   112647 |   19226     819    15865    19.4 |  0.860 % |
0.59/0.69	c |      1060 |   47629   112553 |   21149    1044    23666    22.7 |  0.945 % |
0.69/0.77	c |      1397 |   46908   110974 |   23264    1363    35493    26.0 |  2.354 % |
0.79/0.89	c |      1903 |   46287   109586 |   25591    1851    65230    35.2 |  3.588 % |
0.89/0.94	c ==============================================================================
0.89/0.94	c Found solution: 294
0.89/0.94	o 294
0.89/0.94	c ---[   0]---> Sorter-cost:    0     Base:
0.99/1.06	c ==================================[MINISAT+]==================================
0.99/1.06	c | Conflicts | Original         | Learnt                           | Progress |
0.99/1.06	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
0.99/1.06	c ==============================================================================
0.99/1.06	c |      2040 |   46486   110113 |   15495    1975    65744    33.3 |  3.588 % |
0.99/1.08	c |      2141 |   46486   110113 |   17044    2076    68018    32.8 |  3.771 % |
1.09/1.10	c |      2292 |   46486   110113 |   18748    2227    72609    32.6 |  3.771 % |
1.09/1.16	c |      2518 |   46433   109991 |   20623    2452    84110    34.3 |  3.882 % |
1.19/1.23	c |      2857 |   46312   109724 |   22686    2785   100451    36.1 |  4.120 % |
1.29/1.31	c |      3365 |   46312   109724 |   24954    3293   114048    34.6 |  4.120 % |
1.29/1.36	c ==============================================================================
1.29/1.36	c Found solution: 283
1.29/1.36	o 283
1.29/1.36	c ---[   0]---> Sorter-cost:    0     Base:
1.39/1.48	c ==================================[MINISAT+]==================================
1.39/1.48	c | Conflicts | Original         | Learnt                           | Progress |
1.39/1.48	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
1.39/1.48	c ==============================================================================
1.39/1.48	c |      3625 |   46434   110062 |   15478    3553   118845    33.4 |  4.120 % |
1.48/1.51	c |      3725 |   46354   109900 |   17025    3649   124499    34.1 |  4.296 % |
1.48/1.55	c |      3875 |   46354   109900 |   18728    3799   129147    34.0 |  4.296 % |
1.58/1.61	c |      4100 |   46264   109704 |   20601    4022   140449    34.9 |  4.469 % |
1.58/1.69	c |      4437 |   45953   109018 |   22661    4287   150386    35.1 |  5.077 % |
1.78/1.89	c |      4943 |   45894   108887 |   24927    4792   219227    45.7 |  5.194 % |
1.99/2.10	c |      5702 |   45382   107757 |   27420    5532   256414    46.4 |  6.189 % |
2.29/2.39	c |      6841 |   45339   107666 |   30162    6668   364309    54.6 |  6.267 % |
2.79/2.82	c |      8549 |   45288   107557 |   33178    8373   491019    58.6 |  6.362 % |
3.39/3.44	c |     11112 |   45168   107273 |   36496   10923   611414    56.0 |  6.622 % |
4.19/4.27	c |     14956 |   45122   107167 |   40145   14759   795096    53.9 |  6.719 % |
6.29/6.37	c |     20724 |   45026   106949 |   44160   20508  1308058    63.8 |  6.918 % |
9.29/9.32	c |     29373 |   45026   106949 |   48576   29157  2150568    73.8 |  6.918 % |
13.78/13.89	c |     42347 |   45026   106949 |   53434   42131  2922952    69.4 |  6.918 % |
23.69/23.78	c |     61808 |   45000   106891 |   58777   21517  1280796    59.5 |  6.970 % |
36.39/36.44	c |     91000 |   44991   106872 |   64655   50708  3380801    66.7 |  6.986 % |
59.66/59.71	c |    134789 |   44882   106619 |   71120   46306  3138339    67.8 |  7.220 % |
92.47/92.53	c |    200473 |   44882   106619 |   78233   57666  3417826    59.3 |  7.220 % |
137.66/137.79	c |    299003 |   44725   106278 |   86056   33907  1521059    44.9 |  7.519 % |
207.24/207.34	c |    446792 |   44543   105874 |   94662   41178  2758601    67.0 |  7.880 % |
327.42/327.50	c |    668475 |   44334   105411 |  104128   32758  2238343    68.3 |  8.290 % |
499.30/499.46	c |   1001001 |   44285   105308 |  114541  100103  7090050    70.8 |  8.378 % |
796.95/797.17	c |   1499789 |   44241   105214 |  125995  110409  8903899    80.6 |  8.459 % |
1252.87/1253.17	c |   2247972 |   44241   105214 |  138594   94496  7534078    79.7 |  8.459 % |
1800.10/1800.40	c 
1800.10/1800.40	c *** TERMINATED ***
1800.10/1800.40	s SATISFIABLE
1800.10/1800.40	v x1 -x2 x3 -x4 x5 -x6 x7 -x8 x9 -x10 -x11 x12 -x13 x14 x15 -x16 x17 -x18 x19 -x20 x21 -x22 x23 -x24 x25 -x26 x27 -x28 x29 -x30 x31 -x32 x33 -x34 x35 -x36 x37 -x38 x39 -x40 x41 -x42 x43 -x44 -x45 x46 x47 -x48 x49 -x50 x51 -x52 x53 -x54 x55 -x56 x57 -x58 -x59 x60 x61 -x62 x63 -x64 x65 -x66 x67 -x68 x69 -x70 x71 -x72 x73 -x74 x75 -x76 -x77 x78 x79 -x80 x81 -x82 x83 -x84 x85 -x86 x87 -x88 x89 -x90 -x91 x92 x93 -x94 x95 -x96 x97 -x98 x99 -x100 x101 -x102 x103 -x104 x105 -x106 x107 -x108 -x109 x110 x111 -x112 x113 -x114 x115 -x116 x117 -x118 x119 -x120 x121 -x122 -x123 x124 x125 -x126 x127 -x128 -x129 x130 x131 -x132 -x133 x134 x135 -x136 x137 -x138 x139 -x140 x141 -x142 x143 -x144 x145 -x146 x147 -x148 x149 -x150 -x151 x152 x153 -x154 x155 -x156 x157 -x158 x159 -x160 x161 -x162 x163 -x164 x165 -x166 x167 -x168 x169 -x170 x171 -x172 -x173 x174 x175 -x176 x177 -x178 x179 -x180 x181 -x182 x183 -x184 x185 -x186 -x187 x188 x189 -x190 x191 -x192 -x193 -x194 x195 -x196 -x197 -x198 -x199 -x200 -x201 x202 -x203 -x204 -x205 x206 -x207 -x208 x209 -x210 -x211 -x212 -x213 x214 -x215 -x216 -x217 -x218 x219 -x220 -x221 -x222 -x223 -x224 -x225 -x226 -x227 -x228 -x229 x230 -x231 x232 -x233 x234 -x235 x236 x237 -x238 -x239 x240 -x241 -x242 x243 -x244 -x245 -x246 -x247 -x248 -x249 x250 -x251 -x252 x253 -x254 -x255 x256 -x257 x258 -x259 x260 -x261 x262 -x263 x264 -x265 -x266 -x267 -x268 -x269 -x270 x271 -x272 -x273 x274 -x275 -x276 x277 -x278 -x279 -x280 -x281 -x282 -x283 -x284 -x285 x286 -x287 -x288 -x289 x290 -x291 -x292 -x293 -x294 x295 -x296 -x297 x298 -x299 -x300 -x301 x302 x303 -x304 -x305 -x306 -x307 -x308 -x309 x310 -x311 -x312 x313 -x314 -x315 x316 -x317 x318 -x319 x320 -x321 x322 -x323 x324 -x325 -x326 -x327 -x328 x329 -x330 -x331 -x332 -x333 x334 -x335 -x336 -x337 x338 -x339 x340 -x341 x342 -x343 x344 x345 -x346 -x347 x348 -x349 x350 -x351 -x352 x353 -x354 -x355 -x356 -x357 x358 -x359 -x360 -x361 -x362 x363 -x364 -x365 -x366 -x367 -x368 -x369 x370 -x371 -x372 x373 -x374 -x375 -x376 -x377 -x378 -x379 -x380 -x381 x382 -x383 -x384 x385 -x386 -x387 x388 -x389 x390 -x391 x392 -x393 x394 -x395 x396 x397 -x398 -x399 -x400 -x401 -x402 -x403 -x404 -x405 x406 -x407 -x408 -x409 -x410 -x411 -x412 -x413 -x414 x415 -x416 -x417 x418 -x419 -x420 -x421 -x422 -x423 -x424 -x425 -x426 x427 -x428 -x429 x430 -x431 -x432 x433 -x434 -x435 x436 -x437 x438 -x439 x440 -x441 x442 -x443 x444 -x445 x446 x447 -x448 -x449 -x450 -x451 -x452 -x453 x454 -x455 -x456 -x457 x458 -x459 -x460 -x461 -x462 x463 -x464 -x465 x466 -x467 -x468 -x469 -x470 -x471 -x472 -x473 -x474 x475 -x476 -x477 x478 -x479 -x480 -x481 x482 -x483 -x484 x485 -x486 -x487 -x488 -x489 x490 -x491 -x492 -x493 x494 -x495 x496 -x497 x498 -x499 x500 x501 -x502 -x503 x504 x505 -x506 -x507 x508 -x509 x510 -x511 x512 -x513 x514 -x515 x516 x517 -x518 -x519 x520 -x521 x522 -x523 x524 -x525 x526 -x527 x528 x529 -x530 -x531 x532 -x533 x534 -x535 x536 -x537 x538 -x539 x540 -x541 x542 -x543 -x544 -x545 -x546 -x547 -x548 -x549 x550 x551 -x552 -x553 x554 -x555 -x556 x557 -x558 -x559 -x560 -x561 x562 -x563 -x564 x565 -x566 -x567 x568 -x569 x570 -x571 x572 -x573 -x574 -x575 x576 x577 -x578 -x579 x580 -x581 x582 -x583 x584 -x585 x586 -x587 x588 -x589 x590 -x591 -x592 x593 -x594 -x595 -x596 -x597 x598 -x599 -x600 x601 -x602 -x603 x604 -x605 x606 -x607 x608 -x609 x610 -x611 x612 -x613 x614 -x615 -x616 -x617 -x618 x619 -x620 -x621 x622 -x623 -x624 -x625 x626 -x627 x628 -x629 x630 -x631 x632 x633 -x634 -x635 x636 x637 -x638 -x639 -x640 -x641 -x642 -x643 -x644 -x645 x646 -x647 -x648 -x649 -x650 -x651 -x652 -x653 -x654 x655 -x656 -x657 x658 -x659 -x660 -x661 x662 x663 -x664 -x665 -x666 -x667 -x668 -x669 x670 -x671 -x672 -x673 x674 -x675 -x676 x677 -x678 -x679 -x680 -x681 x682 -x683 -x684 x685 -x686 -x687 x688 -x689 x690 -x691 x692 -x693 x694 -x695 x696 -x697 x698 -x699 -x700 -x701 -x702 x703 -x704 -x705 x706 -x707 -x708 x709 -x710 -x711 x712 -x713 x714 -x715 x716 -x717 x718 -x719 x720 -x721 x722 -x723 -x724 -x725 -x726 -x727 -x728 -x729 x730 x731 -x732 -x733 -x734 -x735 -x736 -x737 -x738 x739 -x740 -x741 x742 -x743 -x744 -x745 x746 -x747 x748 -x749 x750 -x751 x752 x753 -x754 -x755 x756 -x757 x758 -x759 -x760 -x761 -x762 x763 -x764 -x765 x766 -x767 -x768 -x769 x770 -x771 -x772 -x773 -x774 x775 -x776 -x777 x778 -x779 -x780 -x781 x782 -x783 x784 -x785 x786 -x787 x788 x789 -x790 -x791 x792

Verifier Data

OK	283

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3721266-1338554418/watcher-3721266-1338554418 -o /tmp/evaluation-result-3721266-1338554418/solver-3721266-1338554418 -C 1800 -W 1900 -M 15500 HOME/minisat+ HOME/instance-3721266-1338554418.opb 

running on 4 cores: 1,3,5,7

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): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 1.72 3/175 11062
/proc/meminfo: memFree=27875452/32873852 swapFree=6856/6856
[pid=11062] ppid=11060 vsize=1264 CPUtime=0 cores=1,3,5,7
/proc/11062/stat : 11062 (minisat+) R 11060 11062 10505 0 -1 4202496 183 0 0 0 0 0 0 0 20 0 1 0 321567735 1294336 140 33554432000 134512640 135395479 4287601872 4287600704 134618819 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/11062/statm: 316 140 74 216 0 98 0

[startup+0.0961391 s]
/proc/loadavg: 2.00 2.00 1.72 3/175 11062
/proc/meminfo: memFree=27875452/32873852 swapFree=6856/6856
[pid=11062] ppid=11060 vsize=2392 CPUtime=0.09 cores=1,3,5,7
/proc/11062/stat : 11062 (minisat+) R 11060 11062 10505 0 -1 4202496 504 0 0 0 9 0 0 0 20 0 1 0 321567735 2449408 461 33554432000 134512640 135395479 4287601872 4287478508 135005831 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/11062/statm: 598 461 103 216 0 380 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2392

[startup+0.100253 s]
/proc/loadavg: 2.00 2.00 1.72 3/175 11062
/proc/meminfo: memFree=27875452/32873852 swapFree=6856/6856
[pid=11062] ppid=11060 vsize=2392 CPUtime=0.09 cores=1,3,5,7
/proc/11062/stat : 11062 (minisat+) R 11060 11062 10505 0 -1 4202496 504 0 0 0 9 0 0 0 20 0 1 0 321567735 2449408 461 33554432000 134512640 135395479 4287601872 4287399892 135005282 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/11062/statm: 598 461 103 216 0 380 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2392

[startup+0.300251 s]
/proc/loadavg: 2.00 2.00 1.72 3/175 11062
/proc/meminfo: memFree=27875452/32873852 swapFree=6856/6856
[pid=11062] ppid=11060 vsize=8220 CPUtime=0.29 cores=1,3,5,7
/proc/11062/stat : 11062 (minisat+) R 11060 11062 10505 0 -1 4202496 1910 0 0 0 29 0 0 0 20 0 1 0 321567735 8417280 1798 33554432000 134512640 135395479 4287601872 4287599840 134579886 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/11062/statm: 2055 1798 110 216 0 1837 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 8220

[startup+0.700227 s]
/proc/loadavg: 2.00 2.00 1.72 3/175 11062
/proc/meminfo: memFree=27875452/32873852 swapFree=6856/6856
[pid=11062] ppid=11060 vsize=8724 CPUtime=0.69 cores=1,3,5,7
/proc/11062/stat : 11062 (minisat+) R 11060 11062 10505 0 -1 4202496 2040 0 0 0 69 0 0 0 20 0 1 0 321567735 8933376 1928 33554432000 134512640 135395479 4287601872 4287600224 134580732 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/11062/statm: 2181 1928 111 216 0 1963 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 8724

[startup+1.50023 s]
/proc/loadavg: 2.00 2.00 1.72 3/176 11063
/proc/meminfo: memFree=27868096/32873852 swapFree=6856/6856
[pid=11062] ppid=11060 vsize=9608 CPUtime=1.48 cores=1,3,5,7
/proc/11062/stat : 11062 (minisat+) R 11060 11062 10505 0 -1 4202496 2186 0 0 0 148 0 0 0 20 0 1 0 321567735 9838592 2058 33554432000 134512640 135395479 4287601872 4287599920 134584044 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/11062/statm: 2402 2058 111 216 0 2184 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 9608

[startup+3.10023 s]
/proc/loadavg: 2.00 2.00 1.72 3/176 11063
/proc/meminfo: memFree=27867104/32873852 swapFree=6856/6856
[pid=11062] ppid=11060 vsize=11480 CPUtime=3.09 cores=1,3,5,7
/proc/11062/stat : 11062 (minisat+) R 11060 11062 10505 0 -1 4202496 2643 0 0 0 308 1 0 0 20 0 1 0 321567735 11755520 2515 33554432000 134512640 135395479 4287601872 4287599840 134575787 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/11062/statm: 2870 2515 111 216 0 2652 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 11480

[startup+6.30024 s]
/proc/loadavg: 2.00 2.00 1.72 3/176 11063
/proc/meminfo: memFree=27863012/32873852 swapFree=6856/6856
[pid=11062] ppid=11060 vsize=15008 CPUtime=6.29 cores=1,3,5,7
/proc/11062/stat : 11062 (minisat+) R 11060 11062 10505 0 -1 4202496 3501 0 0 0 628 1 0 0 20 0 1 0 321567735 15368192 3373 33554432000 134512640 135395479 4287601872 4287599744 134574081 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/11062/statm: 3752 3373 111 216 0 3534 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 15008

[startup+12.7002 s]
/proc/loadavg: 2.00 2.00 1.72 3/176 11063
/proc/meminfo: memFree=27855528/32873852 swapFree=6856/6856
[pid=11062] ppid=11060 vsize=21400 CPUtime=12.69 cores=1,3,5,7
/proc/11062/stat : 11062 (minisat+) R 11060 11062 10505 0 -1 4202496 5123 0 0 0 1268 1 0 0 20 0 1 0 321567735 21913600 4995 33554432000 134512640 135395479 4287601872 4287599840 134579954 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/11062/statm: 5350 4995 111 216 0 5132 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 21400

[startup+25.5003 s]
/proc/loadavg: 2.08 2.02 1.73 3/176 11063
/proc/meminfo: memFree=27847228/32873852 swapFree=6856/6856
[pid=11062] ppid=11060 vsize=29264 CPUtime=25.49 cores=1,3,5,7
/proc/11062/stat : 11062 (minisat+) R 11060 11062 10505 0 -1 4202496 7092 0 0 0 2547 2 0 0 20 0 1 0 321567735 29966336 6964 33554432000 134512640 135395479 4287601872 4287600176 134580473 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/11062/statm: 7316 6964 111 216 0 7098 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 29264

[startup+51.1002 s]
/proc/loadavg: 2.05 2.01 1.74 3/175 11160
/proc/meminfo: memFree=28175828/32873852 swapFree=6856/6856
[pid=11062] ppid=11060 vsize=32108 CPUtime=51.07 cores=1,3,5,7
/proc/11062/stat : 11062 (minisat+) R 11060 11062 10505 0 -1 4202496 7770 0 0 0 5105 2 0 0 20 0 1 0 321567735 32878592 7635 33554432000 134512640 135395479 4287601872 4287600224 134569793 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/11062/statm: 8027 7635 111 216 0 7809 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 32108

[startup+102.307 s]
/proc/loadavg: 2.02 2.01 1.75 3/175 11160
/proc/meminfo: memFree=28071976/32873852 swapFree=6856/6856
[pid=11062] ppid=11060 vsize=34952 CPUtime=102.27 cores=1,3,5,7
/proc/11062/stat : 11062 (minisat+) R 11060 11062 10505 0 -1 4202496 8474 0 0 0 10224 3 0 0 20 0 1 0 321567735 35790848 8337 33554432000 134512640 135395479 4287601872 4287600224 134580765 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/11062/statm: 8738 8337 111 216 0 8520 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 34952

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 1.76 3/175 11161
/proc/meminfo: memFree=27978632/32873852 swapFree=6856/6856
[pid=11062] ppid=11060 vsize=40556 CPUtime=162.25 cores=1,3,5,7
/proc/11062/stat : 11062 (minisat+) R 11060 11062 10505 0 -1 4202496 9898 0 0 0 16222 3 0 0 20 0 1 0 321567735 41529344 9761 33554432000 134512640 135395479 4287601872 4287599744 134574480 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/11062/statm: 10139 9761 111 216 0 9921 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 40556

[startup+222.3 s]
/proc/loadavg: 2.05 2.01 1.78 3/175 11161
/proc/meminfo: memFree=27972092/32873852 swapFree=6856/6856
[pid=11062] ppid=11060 vsize=46396 CPUtime=222.24 cores=1,3,5,7
/proc/11062/stat : 11062 (minisat+) R 11060 11062 10505 0 -1 4202496 11316 0 0 0 22220 4 0 0 20 0 1 0 321567735 47509504 11196 33554432000 134512640 135395479 4287601872 4287599744 134574149 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/11062/statm: 11599 11196 111 216 0 11381 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 46396

[startup+282.3 s]
/proc/loadavg: 2.02 2.01 1.79 3/175 11161
/proc/meminfo: memFree=27961976/32873852 swapFree=6856/6856
[pid=11062] ppid=11060 vsize=57060 CPUtime=282.23 cores=1,3,5,7
/proc/11062/stat : 11062 (minisat+) R 11060 11062 10505 0 -1 4202496 13952 0 0 0 28217 6 0 0 20 0 1 0 321567735 58429440 13837 33554432000 134512640 135395479 4287601872 4287599840 134579971 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/11062/statm: 14265 13837 111 216 0 14047 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 57060

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 1.80 3/175 11161
/proc/meminfo: memFree=27892908/32873852 swapFree=6856/6856
[pid=11062] ppid=11060 vsize=58352 CPUtime=342.22 cores=1,3,5,7
/proc/11062/stat : 11062 (minisat+) R 11060 11062 10505 0 -1 4202496 14266 0 0 0 34216 6 0 0 20 0 1 0 321567735 59752448 14151 33554432000 134512640 135395479 4287601872 4287600224 134580965 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/11062/statm: 14588 14151 111 216 0 14370 0
Current children cumulated CPU time (s) 342.22
Current children cumulated vsize (KiB) 58352

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 1.81 3/175 11161
/proc/meminfo: memFree=27728896/32873852 swapFree=6856/6856
[pid=11062] ppid=11060 vsize=58636 CPUtime=402.21 cores=1,3,5,7
/proc/11062/stat : 11062 (minisat+) R 11060 11062 10505 0 -1 4202496 14340 0 0 0 40215 6 0 0 20 0 1 0 321567735 60043264 14225 33554432000 134512640 135395479 4287601872 4287600224 134580768 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/11062/statm: 14659 14225 111 216 0 14441 0
Current children cumulated CPU time (s) 402.21
Current children cumulated vsize (KiB) 58636

[startup+462.3 s]
/proc/loadavg: 2.06 2.02 1.83 3/175 11162
/proc/meminfo: memFree=27590292/32873852 swapFree=6856/6856
[pid=11062] ppid=11060 vsize=58636 CPUtime=462.2 cores=1,3,5,7
/proc/11062/stat : 11062 (minisat+) R 11060 11062 10505 0 -1 4202496 14355 0 0 0 46214 6 0 0 20 0 1 0 321567735 60043264 14240 33554432000 134512640 135395479 4287601872 4287600176 134580277 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/11062/statm: 14659 14240 111 216 0 14441 0
Current children cumulated CPU time (s) 462.2
Current children cumulated vsize (KiB) 58636

[startup+522.3 s]
/proc/loadavg: 2.02 2.01 1.83 3/175 11162
/proc/meminfo: memFree=27458136/32873852 swapFree=6856/6856
[pid=11062] ppid=11060 vsize=58796 CPUtime=522.19 cores=1,3,5,7
/proc/11062/stat : 11062 (minisat+) R 11060 11062 10505 0 -1 4202496 14402 0 0 0 52213 6 0 0 20 0 1 0 321567735 60207104 14287 33554432000 134512640 135395479 4287601872 4287600224 134581183 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/11062/statm: 14699 14287 111 216 0 14481 0
Current children cumulated CPU time (s) 522.19
Current children cumulated vsize (KiB) 58796

[startup+582.3 s]
/proc/loadavg: 2.01 2.00 1.84 3/175 11162
/proc/meminfo: memFree=27332924/32873852 swapFree=6856/6856
[pid=11062] ppid=11060 vsize=58796 CPUtime=582.18 cores=1,3,5,7
/proc/11062/stat : 11062 (minisat+) R 11060 11062 10505 0 -1 4202496 14402 0 0 0 58212 6 0 0 20 0 1 0 321567735 60207104 14287 33554432000 134512640 135395479 4287601872 4287600224 134580938 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/11062/statm: 14699 14287 111 216 0 14481 0
Current children cumulated CPU time (s) 582.18
Current children cumulated vsize (KiB) 58796

[startup+642.3 s]

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

[startup+822.3 s]
/proc/loadavg: 2.00 2.00 1.86 3/175 11166
/proc/meminfo: memFree=27255736/32873852 swapFree=6856/6856
[pid=11062] ppid=11060 vsize=66208 CPUtime=822.15 cores=1,3,5,7
/proc/11062/stat : 11062 (minisat+) R 11060 11062 10505 0 -1 4202496 16180 0 0 0 82207 8 0 0 20 0 1 0 321567735 67796992 16065 33554432000 134512640 135395479 4287601872 4287599840 134576199 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/11062/statm: 16552 16065 111 216 0 16334 0
Current children cumulated CPU time (s) 822.15
Current children cumulated vsize (KiB) 66208

[startup+882.3 s]
/proc/loadavg: 2.00 2.00 1.87 3/175 11166
/proc/meminfo: memFree=27254912/32873852 swapFree=6856/6856
[pid=11062] ppid=11060 vsize=66596 CPUtime=882.13 cores=1,3,5,7
/proc/11062/stat : 11062 (minisat+) R 11060 11062 10505 0 -1 4202496 16286 0 0 0 88205 8 0 0 20 0 1 0 321567735 68194304 16235 33554432000 134512640 135395479 4287601872 4287599744 134574147 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/11062/statm: 16649 16235 111 216 0 16431 0
Current children cumulated CPU time (s) 882.13
Current children cumulated vsize (KiB) 66596

[startup+942.3 s]
/proc/loadavg: 2.07 2.02 1.88 3/175 11166
/proc/meminfo: memFree=27254540/32873852 swapFree=6856/6856
[pid=11062] ppid=11060 vsize=67288 CPUtime=942.12 cores=1,3,5,7
/proc/11062/stat : 11062 (minisat+) R 11060 11062 10505 0 -1 4202496 16403 0 0 0 94204 8 0 0 20 0 1 0 321567735 68902912 16352 33554432000 134512640 135395479 4287601872 4287599744 134574282 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/11062/statm: 16822 16352 111 216 0 16604 0
Current children cumulated CPU time (s) 942.12
Current children cumulated vsize (KiB) 67288

[startup+1002.3 s]
/proc/loadavg: 2.02 2.01 1.88 3/175 11166
/proc/meminfo: memFree=27254168/32873852 swapFree=6856/6856
[pid=11062] ppid=11060 vsize=67668 CPUtime=1002.11 cores=1,3,5,7
/proc/11062/stat : 11062 (minisat+) R 11060 11062 10505 0 -1 4202496 16491 0 0 0 100203 8 0 0 20 0 1 0 321567735 69292032 16440 33554432000 134512640 135395479 4287601872 4287600224 134580765 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/11062/statm: 16917 16440 111 216 0 16699 0
Current children cumulated CPU time (s) 1002.11
Current children cumulated vsize (KiB) 67668

[startup+1062.3 s]
/proc/loadavg: 2.01 2.00 1.89 3/175 11166
/proc/meminfo: memFree=27253672/32873852 swapFree=6856/6856
[pid=11062] ppid=11060 vsize=68160 CPUtime=1062.11 cores=1,3,5,7
/proc/11062/stat : 11062 (minisat+) R 11060 11062 10505 0 -1 4202496 16586 0 0 0 106203 8 0 0 20 0 1 0 321567735 69795840 16535 33554432000 134512640 135395479 4287601872 4287600224 134581053 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/11062/statm: 17040 16535 111 216 0 16822 0
Current children cumulated CPU time (s) 1062.11
Current children cumulated vsize (KiB) 68160

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 1.90 3/175 11167
/proc/meminfo: memFree=27248588/32873852 swapFree=6856/6856
[pid=11062] ppid=11060 vsize=73192 CPUtime=1122.09 cores=1,3,5,7
/proc/11062/stat : 11062 (minisat+) R 11060 11062 10505 0 -1 4202496 17853 0 0 0 112201 8 0 0 20 0 1 0 321567735 74948608 17802 33554432000 134512640 135395479 4287601872 4287600192 134572776 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/11062/statm: 18298 17802 111 216 0 18080 0
Current children cumulated CPU time (s) 1122.09
Current children cumulated vsize (KiB) 73192

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 1.90 3/175 11167
/proc/meminfo: memFree=27248836/32873852 swapFree=6856/6856
[pid=11062] ppid=11060 vsize=73192 CPUtime=1182.08 cores=1,3,5,7
/proc/11062/stat : 11062 (minisat+) R 11060 11062 10505 0 -1 4202496 17854 0 0 0 118200 8 0 0 20 0 1 0 321567735 74948608 17803 33554432000 134512640 135395479 4287601872 4287600224 134581028 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/11062/statm: 18298 17803 111 216 0 18080 0
Current children cumulated CPU time (s) 1182.08
Current children cumulated vsize (KiB) 73192

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/176 11170
/proc/meminfo: memFree=27202256/32873852 swapFree=6856/6856
[pid=11062] ppid=11060 vsize=73192 CPUtime=1242.07 cores=1,3,5,7
/proc/11062/stat : 11062 (minisat+) R 11060 11062 10505 0 -1 4202496 17858 0 0 0 124199 8 0 0 20 0 1 0 321567735 74948608 17807 33554432000 134512640 135395479 4287601872 4287599744 134574221 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/11062/statm: 18298 17807 111 216 0 18080 0
Current children cumulated CPU time (s) 1242.07
Current children cumulated vsize (KiB) 73192

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/176 11192
/proc/meminfo: memFree=27201636/32873852 swapFree=6856/6856
[pid=11062] ppid=11060 vsize=73808 CPUtime=1302.07 cores=1,3,5,7
/proc/11062/stat : 11062 (minisat+) R 11060 11062 10505 0 -1 4202496 17925 0 0 0 130199 8 0 0 20 0 1 0 321567735 75579392 17874 33554432000 134512640 135395479 4287601872 4287599744 134574144 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/11062/statm: 18452 17874 111 216 0 18234 0
Current children cumulated CPU time (s) 1302.07
Current children cumulated vsize (KiB) 73808

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/175 11192
/proc/meminfo: memFree=27201644/32873852 swapFree=6856/6856
[pid=11062] ppid=11060 vsize=73808 CPUtime=1362.05 cores=1,3,5,7
/proc/11062/stat : 11062 (minisat+) R 11060 11062 10505 0 -1 4202496 17932 0 0 0 136197 8 0 0 20 0 1 0 321567735 75579392 17881 33554432000 134512640 135395479 4287601872 4287600224 134581488 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/11062/statm: 18452 17881 111 216 0 18234 0
Current children cumulated CPU time (s) 1362.05
Current children cumulated vsize (KiB) 73808

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.91 3/175 11193
/proc/meminfo: memFree=27200504/32873852 swapFree=6856/6856
[pid=11062] ppid=11060 vsize=73888 CPUtime=1422.05 cores=1,3,5,7
/proc/11062/stat : 11062 (minisat+) R 11060 11062 10505 0 -1 4202496 17960 0 0 0 142197 8 0 0 20 0 1 0 321567735 75661312 17909 33554432000 134512640 135395479 4287601872 4287600224 134581183 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/11062/statm: 18472 17909 111 216 0 18254 0
Current children cumulated CPU time (s) 1422.05
Current children cumulated vsize (KiB) 73888

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/175 11193
/proc/meminfo: memFree=27199940/32873852 swapFree=6856/6856
[pid=11062] ppid=11060 vsize=74264 CPUtime=1482.03 cores=1,3,5,7
/proc/11062/stat : 11062 (minisat+) R 11060 11062 10505 0 -1 4202496 18047 0 0 0 148195 8 0 0 20 0 1 0 321567735 76046336 18021 33554432000 134512640 135395479 4287601872 4287600224 134580732 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/11062/statm: 18566 18021 111 216 0 18348 0
Current children cumulated CPU time (s) 1482.03
Current children cumulated vsize (KiB) 74264

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/175 11193
/proc/meminfo: memFree=27196220/32873852 swapFree=6856/6856
[pid=11062] ppid=11060 vsize=78012 CPUtime=1542.02 cores=1,3,5,7
/proc/11062/stat : 11062 (minisat+) R 11060 11062 10505 0 -1 4202496 18975 0 0 0 154193 9 0 0 20 0 1 0 321567735 79884288 18949 33554432000 134512640 135395479 4287601872 4287599840 134576869 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/11062/statm: 19503 18949 111 216 0 19285 0
Current children cumulated CPU time (s) 1542.02
Current children cumulated vsize (KiB) 78012

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/175 11193
/proc/meminfo: memFree=27192500/32873852 swapFree=6856/6856
[pid=11062] ppid=11060 vsize=81860 CPUtime=1602.02 cores=1,3,5,7
/proc/11062/stat : 11062 (minisat+) R 11060 11062 10505 0 -1 4202496 19933 0 0 0 160192 10 0 0 20 0 1 0 321567735 83824640 19907 33554432000 134512640 135395479 4287601872 4287600176 134580414 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/11062/statm: 20465 19907 111 216 0 20247 0
Current children cumulated CPU time (s) 1602.02
Current children cumulated vsize (KiB) 81860

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/175 11193
/proc/meminfo: memFree=27192128/32873852 swapFree=6856/6856
[pid=11062] ppid=11060 vsize=82520 CPUtime=1662.01 cores=1,3,5,7
/proc/11062/stat : 11062 (minisat+) R 11060 11062 10505 0 -1 4202496 20041 0 0 0 166191 10 0 0 20 0 1 0 321567735 84500480 20015 33554432000 134512640 135395479 4287601872 4287600224 134580980 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/11062/statm: 20630 20015 111 216 0 20412 0
Current children cumulated CPU time (s) 1662.01
Current children cumulated vsize (KiB) 82520

[startup+1722.3 s]
/proc/loadavg: 2.06 2.02 1.91 3/175 11194
/proc/meminfo: memFree=27191880/32873852 swapFree=6856/6856
[pid=11062] ppid=11060 vsize=82600 CPUtime=1722 cores=1,3,5,7
/proc/11062/stat : 11062 (minisat+) R 11060 11062 10505 0 -1 4202496 20067 0 0 0 172190 10 0 0 20 0 1 0 321567735 84582400 20041 33554432000 134512640 135395479 4287601872 4287600224 134580888 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/11062/statm: 20650 20041 111 216 0 20432 0
Current children cumulated CPU time (s) 1722
Current children cumulated vsize (KiB) 82600

[startup+1782.3 s]
/proc/loadavg: 2.02 2.01 1.91 3/175 11194
/proc/meminfo: memFree=27190888/32873852 swapFree=6856/6856
[pid=11062] ppid=11060 vsize=82928 CPUtime=1781.99 cores=1,3,5,7
/proc/11062/stat : 11062 (minisat+) R 11060 11062 10505 0 -1 4202496 20160 0 0 0 178189 10 0 0 20 0 1 0 321567735 84918272 20134 33554432000 134512640 135395479 4287601872 4287600224 134580923 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/11062/statm: 20732 20134 111 216 0 20514 0
Current children cumulated CPU time (s) 1781.99
Current children cumulated vsize (KiB) 82928



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.02 2.01 1.91 3/176 11197
/proc/meminfo: memFree=27190756/32873852 swapFree=6856/6856
[pid=11062] ppid=11060 vsize=82928 CPUtime=1800.1 cores=1,3,5,7
/proc/11062/stat : 11062 (minisat+) R 11060 11062 10505 0 -1 4202496 20160 0 0 0 180000 10 0 0 20 0 1 0 321567735 84918272 20134 33554432000 134512640 135395479 4287601872 4287599840 134579286 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/11062/statm: 20732 20134 111 216 0 20514 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 82928

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.41
CPU time (s): 1800.11
CPU user time (s): 1800
CPU system time (s): 0.103984
CPU usage (%): 99.9832
Max. virtual memory (cumulated for all children) (KiB): 82928

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1800
system time used= 0.103984
maximum resident set size= 80544
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20162
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= 32
involuntary context switches= 1854

runsolver used 4.72928 second user time and 8.49471 second system time

The end

Launcher Data

Begin job on node128 at 2012-06-01 14:40:18
IDJOB=3721266
IDBENCH=2185
IDSOLVER=2306
FILE ID=node128/3721266-1338554418
RUNJOBID= node128-1338552592-10522
PBS_JOBID= 14635885
Free space on /tmp= 70508 MiB

SOLVER NAME= minisat+ 1.14
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/primes-dimacs-cnf/normalized-ii8a4.opb
COMMAND LINE= HOME/minisat+ BENCHNAME            
CONVERSION SCRIPT= PBconversionToLinear BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3721266-1338554418/watcher-3721266-1338554418 -o /tmp/evaluation-result-3721266-1338554418/solver-3721266-1338554418 -C 1800 -W 1900 -M 15500  HOME/minisat+ HOME/instance-3721266-1338554418.opb            

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 39250f205953aedd83d7a2bcba6bda16
RANDOM SEED=2076642256

node128.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.389
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.77
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.389
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.389
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5438.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.389
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.389
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.389
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.389
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.389
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873852 kB
MemFree:        27875468 kB
Buffers:          500772 kB
Cached:          3253008 kB
SwapCached:          784 kB
Active:          2002672 kB
Inactive:        2112900 kB
Active(anon):     352316 kB
Inactive(anon):    11368 kB
Active(file):    1650356 kB
Inactive(file):  2101532 kB
Unevictable:        6856 kB
Mlocked:            6856 kB
SwapTotal:      67108856 kB
SwapFree:       67106552 kB
Dirty:              1996 kB
Writeback:             0 kB
AnonPages:        367680 kB
Mapped:            14544 kB
Shmem:               200 kB
Slab:             744248 kB
SReclaimable:     186652 kB
SUnreclaim:       557596 kB
KernelStack:        1456 kB
PageTables:         5128 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545780 kB
Committed_AS:     475284 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346360 kB
VmallocChunk:   34341988004 kB
HardwareCorrupted:     0 kB
AnonHugePages:    344064 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

CONVERSION COMMAND LINE= PBconversionToLinear HOME/instance-3721266-1338554418.opb

Free space on /tmp at the end= 70504 MiB
End job on node128 at 2012-06-01 15:10:21