Trace number 353143

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)283 1800.05 1800.62

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 benchmarkSAT
Best value of the objective obtained on this benchmark283
Best CPU time to get the best result obtained on this benchmark1800.05
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 (download as text)

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

Verifier Data (download as text)

OK	283

Conversion Script Data (download as text)

/tmp/evaluation/353143-1176656263/instance-353143-1176656263.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/node50/watcher-353143-1176656263 -o ROOT/results/node50/solver-353143-1176656263 -C 1800 -W 3600 -M 1800 --output-limit 1,15 /tmp/evaluation/353143-1176656263/minisat+ /tmp/evaluation/353143-1176656263/instance-353143-1176656263.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.91 0.97 0.99 3/64 15556
/proc/meminfo: memFree=1815536/2055920 swapFree=4183712/4192956
[pid=15556] ppid=15554 vsize=1180 CPUtime=0
/proc/15556/stat : 15556 (minisat+) R 15554 15556 14865 0 -1 4194304 145 0 0 0 0 0 0 0 18 0 1 0 20471509 1208320 130 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134618939 0 0 4096 16386 0 0 0 17 1 0 0
/proc/15556/statm: 295 130 74 215 0 77 0

[startup+0.00878606 s]
/proc/loadavg: 0.91 0.97 0.99 3/64 15556
/proc/meminfo: memFree=1815536/2055920 swapFree=4183712/4192956
[pid=15556] ppid=15554 vsize=1180 CPUtime=0
/proc/15556/stat : 15556 (minisat+) R 15554 15556 14865 0 -1 4194304 149 0 0 0 0 0 0 0 18 0 1 0 20471509 1208320 134 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 135031278 0 0 4096 16386 0 0 0 17 1 0 0
/proc/15556/statm: 295 134 74 215 0 77 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1180

[startup+0.101794 s]
/proc/loadavg: 0.91 0.97 0.99 3/64 15556
/proc/meminfo: memFree=1815536/2055920 swapFree=4183712/4192956
[pid=15556] ppid=15554 vsize=2000 CPUtime=0.09
/proc/15556/stat : 15556 (minisat+) R 15554 15556 14865 0 -1 4194304 343 0 0 0 9 0 0 0 18 0 1 0 20471509 2048000 328 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134618678 0 0 4096 16386 0 0 0 17 1 0 0
/proc/15556/statm: 500 328 74 215 0 282 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2000

[startup+0.301811 s]
/proc/loadavg: 0.91 0.97 0.99 3/64 15556
/proc/meminfo: memFree=1815536/2055920 swapFree=4183712/4192956
[pid=15556] ppid=15554 vsize=2376 CPUtime=0.29
/proc/15556/stat : 15556 (minisat+) R 15554 15556 14865 0 -1 4194304 483 0 0 0 29 0 0 0 18 0 1 0 20471509 2433024 468 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 135012155 0 0 4096 16386 0 0 0 17 1 0 0
/proc/15556/statm: 594 468 103 215 0 376 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 2376

[startup+0.701847 s]
/proc/loadavg: 0.91 0.97 0.99 3/64 15556
/proc/meminfo: memFree=1815536/2055920 swapFree=4183712/4192956
[pid=15556] ppid=15554 vsize=8468 CPUtime=0.69
/proc/15556/stat : 15556 (minisat+) R 15554 15556 14865 0 -1 4194304 1927 0 0 0 68 1 0 0 22 0 1 0 20471509 8671232 1851 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134808951 0 0 4096 16386 0 0 0 17 1 0 0
/proc/15556/statm: 2117 1851 110 215 0 1899 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 8468

[startup+1.50192 s]
/proc/loadavg: 0.91 0.97 0.99 2/65 15557
/proc/meminfo: memFree=1808232/2055920 swapFree=4183712/4192956
[pid=15556] ppid=15554 vsize=8708 CPUtime=1.49
/proc/15556/stat : 15556 (minisat+) R 15554 15556 14865 0 -1 4194304 2004 0 0 0 148 1 0 0 25 0 1 0 20471509 8916992 1928 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134572776 0 0 4096 16386 0 0 0 17 1 0 0
/proc/15556/statm: 2177 1928 111 215 0 1959 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 8708

[startup+3.10106 s]
/proc/loadavg: 0.91 0.97 0.99 2/65 15557
/proc/meminfo: memFree=1807912/2055920 swapFree=4183712/4192956
[pid=15556] ppid=15554 vsize=9284 CPUtime=3.09
/proc/15556/stat : 15556 (minisat+) R 15554 15556 14865 0 -1 4194304 2124 0 0 0 308 1 0 0 25 0 1 0 20471509 9506816 2048 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134648420 0 0 4096 16386 0 0 0 17 1 0 0
/proc/15556/statm: 2321 2048 111 215 0 2103 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 9284

[startup+6.30134 s]
/proc/loadavg: 0.92 0.97 0.99 2/65 15557
/proc/meminfo: memFree=1806440/2055920 swapFree=4183712/4192956
[pid=15556] ppid=15554 vsize=11072 CPUtime=6.29
/proc/15556/stat : 15556 (minisat+) R 15554 15556 14865 0 -1 4194304 2499 0 0 0 627 2 0 0 25 0 1 0 20471509 11337728 2407 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581189 0 0 4096 16386 0 0 0 17 1 0 0
/proc/15556/statm: 2768 2407 111 215 0 2550 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 11072

[startup+12.7019 s]
/proc/loadavg: 0.93 0.97 0.99 2/65 15557
/proc/meminfo: memFree=1803560/2055920 swapFree=4183712/4192956
[pid=15556] ppid=15554 vsize=13816 CPUtime=12.68
/proc/15556/stat : 15556 (minisat+) R 15554 15556 14865 0 -1 4194304 3183 0 0 0 1266 2 0 0 25 0 1 0 20471509 14147584 3091 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134579241 0 0 4096 16386 0 0 0 17 1 0 0
/proc/15556/statm: 3454 3091 111 215 0 3236 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 13816

[startup+25.501 s]
/proc/loadavg: 0.94 0.97 0.99 2/65 15557
/proc/meminfo: memFree=1797736/2055920 swapFree=4183712/4192956
[pid=15556] ppid=15554 vsize=19448 CPUtime=25.48
/proc/15556/stat : 15556 (minisat+) R 15554 15556 14865 0 -1 4194304 4571 0 0 0 2544 4 0 0 25 0 1 0 20471509 19914752 4479 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/15556/statm: 4862 4479 111 215 0 4644 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 19448

[startup+51.1013 s]
/proc/loadavg: 0.96 0.97 0.99 2/65 15557
/proc/meminfo: memFree=1790632/2055920 swapFree=4183712/4192956
[pid=15556] ppid=15554 vsize=26548 CPUtime=51.08
/proc/15556/stat : 15556 (minisat+) R 15554 15556 14865 0 -1 4194304 6349 0 0 0 5102 6 0 0 25 0 1 0 20471509 27185152 6257 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 135007481 0 0 4096 16386 0 0 0 17 1 0 0
/proc/15556/statm: 6637 6257 111 215 0 6419 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 26548

[startup+102.306 s]
/proc/loadavg: 0.98 0.97 0.99 2/65 15557
/proc/meminfo: memFree=1787688/2055920 swapFree=4183712/4192956
[pid=15556] ppid=15554 vsize=29388 CPUtime=102.27
/proc/15556/stat : 15556 (minisat+) R 15554 15556 14865 0 -1 4194304 7062 0 0 0 10220 7 0 0 25 0 1 0 20471509 30093312 6970 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581183 0 0 4096 16386 0 0 0 17 1 0 0
/proc/15556/statm: 7347 6970 111 215 0 7129 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 29388

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 15557
/proc/meminfo: memFree=1784872/2055920 swapFree=4183712/4192956
[pid=15556] ppid=15554 vsize=32084 CPUtime=162.24
/proc/15556/stat : 15556 (minisat+) R 15554 15556 14865 0 -1 4194304 7746 0 0 0 16217 7 0 0 25 0 1 0 20471509 32854016 7654 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134577378 0 0 4096 16386 0 0 0 17 1 0 0
/proc/15556/statm: 8021 7654 111 215 0 7803 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 32084

[startup+222.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/71 15679
/proc/meminfo: memFree=1781240/2055920 swapFree=4183712/4192956
[pid=15556] ppid=15554 vsize=34592 CPUtime=222.19
/proc/15556/stat : 15556 (minisat+) R 15554 15556 14865 0 -1 4194304 8349 0 0 0 22210 9 0 0 25 0 1 0 20471509 35422208 8257 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/15556/statm: 8648 8257 111 215 0 8430 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 34592

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 15755
/proc/meminfo: memFree=1782120/2055920 swapFree=4183712/4192956
[pid=15556] ppid=15554 vsize=34880 CPUtime=282.13
/proc/15556/stat : 15556 (minisat+) R 15554 15556 14865 0 -1 4194304 8414 0 0 0 28203 10 0 0 25 0 1 0 20471509 35717120 8322 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/15556/statm: 8720 8322 111 215 0 8502 0
Current children cumulated CPU time (s) 282.13
Current children cumulated vsize (KiB) 34880

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 15755
/proc/meminfo: memFree=1781928/2055920 swapFree=4183712/4192956
[pid=15556] ppid=15554 vsize=34880 CPUtime=342.11
/proc/15556/stat : 15556 (minisat+) R 15554 15556 14865 0 -1 4194304 8438 0 0 0 34201 10 0 0 25 0 1 0 20471509 35717120 8346 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580433 0 0 4096 16386 0 0 0 17 1 0 0
/proc/15556/statm: 8720 8346 111 215 0 8502 0
Current children cumulated CPU time (s) 342.11
Current children cumulated vsize (KiB) 34880

[startup+402.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 15755
/proc/meminfo: memFree=1781928/2055920 swapFree=4183712/4192956
[pid=15556] ppid=15554 vsize=35032 CPUtime=402.1
/proc/15556/stat : 15556 (minisat+) R 15554 15556 14865 0 -1 4194304 8466 0 0 0 40200 10 0 0 25 0 1 0 20471509 35872768 8374 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580732 0 0 4096 16386 0 0 0 17 1 0 0
/proc/15556/statm: 8758 8374 111 215 0 8540 0
Current children cumulated CPU time (s) 402.1
Current children cumulated vsize (KiB) 35032

[startup+462.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 15755
/proc/meminfo: memFree=1781672/2055920 swapFree=4183712/4192956
[pid=15556] ppid=15554 vsize=35176 CPUtime=462.08
/proc/15556/stat : 15556 (minisat+) R 15554 15556 14865 0 -1 4194304 8505 0 0 0 46198 10 0 0 25 0 1 0 20471509 36020224 8413 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581194 0 0 4096 16386 0 0 0 17 1 0 0
/proc/15556/statm: 8794 8413 111 215 0 8576 0
Current children cumulated CPU time (s) 462.08
Current children cumulated vsize (KiB) 35176

[startup+522.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 15755
/proc/meminfo: memFree=1773736/2055920 swapFree=4183712/4192956
[pid=15556] ppid=15554 vsize=43300 CPUtime=522.07
/proc/15556/stat : 15556 (minisat+) R 15554 15556 14865 0 -1 4194304 10475 0 0 0 52195 12 0 0 25 0 1 0 20471509 44339200 10383 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/15556/statm: 10825 10383 111 215 0 10607 0
Current children cumulated CPU time (s) 522.07
Current children cumulated vsize (KiB) 43300

[startup+582.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 15757
/proc/meminfo: memFree=1773480/2055920 swapFree=4183712/4192956
[pid=15556] ppid=15554 vsize=43444 CPUtime=582.05
/proc/15556/stat : 15556 (minisat+) R 15554 15556 14865 0 -1 4194304 10521 0 0 0 58193 12 0 0 25 0 1 0 20471509 44486656 10429 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/15556/statm: 10861 10429 111 215 0 10643 0
Current children cumulated CPU time (s) 582.05
Current children cumulated vsize (KiB) 43444

[startup+642.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 15757
/proc/meminfo: memFree=1770728/2055920 swapFree=4183712/4192956
[pid=15556] ppid=15554 vsize=46284 CPUtime=642.03
/proc/15556/stat : 15556 (minisat+) R 15554 15556 14865 0 -1 4194304 11226 0 0 0 64191 12 0 0 25 0 1 0 20471509 47394816 11134 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 135006488 0 0 4096 16386 0 0 0 17 1 0 0
/proc/15556/statm: 11571 11134 111 215 0 11353 0
Current children cumulated CPU time (s) 642.03
Current children cumulated vsize (KiB) 46284


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

[startup+822.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 15757
/proc/meminfo: memFree=1764200/2055920 swapFree=4183712/4192956
[pid=15556] ppid=15554 vsize=52772 CPUtime=821.99
/proc/15556/stat : 15556 (minisat+) R 15554 15556 14865 0 -1 4194304 12865 0 0 0 82184 15 0 0 25 0 1 0 20471509 54038528 12773 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580840 0 0 4096 16386 0 0 0 17 1 0 0
/proc/15556/statm: 13193 12773 111 215 0 12975 0
Current children cumulated CPU time (s) 821.99
Current children cumulated vsize (KiB) 52772

[startup+882.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 15757
/proc/meminfo: memFree=1758824/2055920 swapFree=4183712/4192956
[pid=15556] ppid=15554 vsize=58224 CPUtime=881.97
/proc/15556/stat : 15556 (minisat+) R 15554 15556 14865 0 -1 4194304 14194 0 0 0 88181 16 0 0 25 0 1 0 20471509 59621376 14102 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134574551 0 0 4096 16386 0 0 0 17 1 0 0
/proc/15556/statm: 14556 14102 111 215 0 14338 0
Current children cumulated CPU time (s) 881.97
Current children cumulated vsize (KiB) 58224

[startup+942.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 15757
/proc/meminfo: memFree=1758824/2055920 swapFree=4183712/4192956
[pid=15556] ppid=15554 vsize=58224 CPUtime=941.95
/proc/15556/stat : 15556 (minisat+) R 15554 15556 14865 0 -1 4194304 14194 0 0 0 94179 16 0 0 25 0 1 0 20471509 59621376 14102 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/15556/statm: 14556 14102 111 215 0 14338 0
Current children cumulated CPU time (s) 941.95
Current children cumulated vsize (KiB) 58224

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 15757
/proc/meminfo: memFree=1758760/2055920 swapFree=4183712/4192956
[pid=15556] ppid=15554 vsize=58224 CPUtime=1001.94
/proc/15556/stat : 15556 (minisat+) R 15554 15556 14865 0 -1 4194304 14216 0 0 0 100178 16 0 0 25 0 1 0 20471509 59621376 14124 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134579207 0 0 4096 16386 0 0 0 17 1 0 0
/proc/15556/statm: 14556 14124 111 215 0 14338 0
Current children cumulated CPU time (s) 1001.94
Current children cumulated vsize (KiB) 58224

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 15757
/proc/meminfo: memFree=1758760/2055920 swapFree=4183712/4192956
[pid=15556] ppid=15554 vsize=58224 CPUtime=1061.92
/proc/15556/stat : 15556 (minisat+) R 15554 15556 14865 0 -1 4194304 14216 0 0 0 106176 16 0 0 25 0 1 0 20471509 59621376 14124 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134577402 0 0 4096 16386 0 0 0 17 1 0 0
/proc/15556/statm: 14556 14124 111 215 0 14338 0
Current children cumulated CPU time (s) 1061.92
Current children cumulated vsize (KiB) 58224

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 15757
/proc/meminfo: memFree=1758696/2055920 swapFree=4183712/4192956
[pid=15556] ppid=15554 vsize=58416 CPUtime=1121.91
/proc/15556/stat : 15556 (minisat+) R 15554 15556 14865 0 -1 4194304 14235 0 0 0 112175 16 0 0 25 0 1 0 20471509 59817984 14143 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134572776 0 0 4096 16386 0 0 0 17 1 0 0
/proc/15556/statm: 14604 14143 111 215 0 14386 0
Current children cumulated CPU time (s) 1121.91
Current children cumulated vsize (KiB) 58416

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 15757
/proc/meminfo: memFree=1758440/2055920 swapFree=4183712/4192956
[pid=15556] ppid=15554 vsize=58628 CPUtime=1181.89
/proc/15556/stat : 15556 (minisat+) R 15554 15556 14865 0 -1 4194304 14292 0 0 0 118173 16 0 0 25 0 1 0 20471509 60035072 14200 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134573896 0 0 4096 16386 0 0 0 17 1 0 0
/proc/15556/statm: 14657 14200 111 215 0 14439 0
Current children cumulated CPU time (s) 1181.89
Current children cumulated vsize (KiB) 58628

[startup+1242.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 15757
/proc/meminfo: memFree=1758376/2055920 swapFree=4183712/4192956
[pid=15556] ppid=15554 vsize=58628 CPUtime=1241.87
/proc/15556/stat : 15556 (minisat+) R 15554 15556 14865 0 -1 4194304 14292 0 0 0 124171 16 0 0 25 0 1 0 20471509 60035072 14200 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581028 0 0 4096 16386 0 0 0 17 1 0 0
/proc/15556/statm: 14657 14200 111 215 0 14439 0
Current children cumulated CPU time (s) 1241.87
Current children cumulated vsize (KiB) 58628

[startup+1302.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 15757
/proc/meminfo: memFree=1758312/2055920 swapFree=4183712/4192956
[pid=15556] ppid=15554 vsize=58628 CPUtime=1301.86
/proc/15556/stat : 15556 (minisat+) R 15554 15556 14865 0 -1 4194304 14304 0 0 0 130170 16 0 0 25 0 1 0 20471509 60035072 14212 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/15556/statm: 14657 14212 111 215 0 14439 0
Current children cumulated CPU time (s) 1301.86
Current children cumulated vsize (KiB) 58628

[startup+1362.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 15757
/proc/meminfo: memFree=1758248/2055920 swapFree=4183712/4192956
[pid=15556] ppid=15554 vsize=58628 CPUtime=1361.84
/proc/15556/stat : 15556 (minisat+) R 15554 15556 14865 0 -1 4194304 14305 0 0 0 136168 16 0 0 25 0 1 0 20471509 60035072 14213 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134574489 0 0 4096 16386 0 0 0 17 1 0 0
/proc/15556/statm: 14657 14213 111 215 0 14439 0
Current children cumulated CPU time (s) 1361.84
Current children cumulated vsize (KiB) 58628

[startup+1422.31 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 15757
/proc/meminfo: memFree=1758376/2055920 swapFree=4183712/4192956
[pid=15556] ppid=15554 vsize=58628 CPUtime=1421.83
/proc/15556/stat : 15556 (minisat+) R 15554 15556 14865 0 -1 4194304 14305 0 0 0 142167 16 0 0 25 0 1 0 20471509 60035072 14213 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134574254 0 0 4096 16386 0 0 0 17 1 0 0
/proc/15556/statm: 14657 14213 111 215 0 14439 0
Current children cumulated CPU time (s) 1421.83
Current children cumulated vsize (KiB) 58628

[startup+1482.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 15757
/proc/meminfo: memFree=1758312/2055920 swapFree=4183712/4192956
[pid=15556] ppid=15554 vsize=58628 CPUtime=1481.81
/proc/15556/stat : 15556 (minisat+) R 15554 15556 14865 0 -1 4194304 14307 0 0 0 148165 16 0 0 25 0 1 0 20471509 60035072 14215 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134574149 0 0 4096 16386 0 0 0 17 1 0 0
/proc/15556/statm: 14657 14215 111 215 0 14439 0
Current children cumulated CPU time (s) 1481.81
Current children cumulated vsize (KiB) 58628

[startup+1542.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 15757
/proc/meminfo: memFree=1758248/2055920 swapFree=4183712/4192956
[pid=15556] ppid=15554 vsize=58628 CPUtime=1541.79
/proc/15556/stat : 15556 (minisat+) R 15554 15556 14865 0 -1 4194304 14307 0 0 0 154163 16 0 0 25 0 1 0 20471509 60035072 14215 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/15556/statm: 14657 14215 111 215 0 14439 0
Current children cumulated CPU time (s) 1541.79
Current children cumulated vsize (KiB) 58628

[startup+1602.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 15757
/proc/meminfo: memFree=1758248/2055920 swapFree=4183712/4192956
[pid=15556] ppid=15554 vsize=58628 CPUtime=1601.78
/proc/15556/stat : 15556 (minisat+) R 15554 15556 14865 0 -1 4194304 14309 0 0 0 160162 16 0 0 25 0 1 0 20471509 60035072 14217 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134574460 0 0 4096 16386 0 0 0 17 1 0 0
/proc/15556/statm: 14657 14217 111 215 0 14439 0
Current children cumulated CPU time (s) 1601.78
Current children cumulated vsize (KiB) 58628

[startup+1662.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 15757
/proc/meminfo: memFree=1758248/2055920 swapFree=4183712/4192956
[pid=15556] ppid=15554 vsize=58628 CPUtime=1661.76
/proc/15556/stat : 15556 (minisat+) R 15554 15556 14865 0 -1 4194304 14318 0 0 0 166160 16 0 0 25 0 1 0 20471509 60035072 14226 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580975 0 0 4096 16386 0 0 0 17 1 0 0
/proc/15556/statm: 14657 14226 111 215 0 14439 0
Current children cumulated CPU time (s) 1661.76
Current children cumulated vsize (KiB) 58628

[startup+1722.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 15757
/proc/meminfo: memFree=1758184/2055920 swapFree=4183712/4192956
[pid=15556] ppid=15554 vsize=58628 CPUtime=1721.75
/proc/15556/stat : 15556 (minisat+) R 15554 15556 14865 0 -1 4194304 14318 0 0 0 172158 17 0 0 25 0 1 0 20471509 60035072 14226 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580768 0 0 4096 16386 0 0 0 17 1 0 0
/proc/15556/statm: 14657 14226 111 215 0 14439 0
Current children cumulated CPU time (s) 1721.75
Current children cumulated vsize (KiB) 58628

[startup+1782.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 15757
/proc/meminfo: memFree=1758184/2055920 swapFree=4183712/4192956
[pid=15556] ppid=15554 vsize=58628 CPUtime=1781.73
/proc/15556/stat : 15556 (minisat+) R 15554 15556 14865 0 -1 4194304 14319 0 0 0 178156 17 0 0 25 0 1 0 20471509 60035072 14227 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/15556/statm: 14657 14227 111 215 0 14439 0
Current children cumulated CPU time (s) 1781.73
Current children cumulated vsize (KiB) 58628



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 15757
/proc/meminfo: memFree=1758184/2055920 swapFree=4183712/4192956
[pid=15556] ppid=15554 vsize=58628 CPUtime=1800.03
/proc/15556/stat : 15556 (minisat+) R 15554 15556 14865 0 -1 4194304 14319 0 0 0 179986 17 0 0 25 0 1 0 20471509 60035072 14227 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/15556/statm: 14657 14227 111 215 0 14439 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 58628

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

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

Child status: 10
Real time (s): 1800.62
CPU time (s): 1800.05
CPU user time (s): 1799.87
CPU system time (s): 0.181972
CPU usage (%): 99.9685
Max. virtual memory (cumulated for all children) (KiB): 58628

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.87
system time used= 0.181972
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14321
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= 27
involuntary context switches= 4390

runsolver used 1.15282 second user time and 3.83442 second system time

The end

Launcher Data (download as text)

Begin job on node50 on Sun Apr 15 16:57:43 UTC 2007

IDJOB= 353143
IDBENCH= 2185
IDSOLVER= 156
FILE ID= node50/353143-1176656263

PBS_JOBID= 4559859

Free space on /tmp= 66562 MiB

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

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

META MD5SUM SOLVER= e46aded85e5f265b61da9cdcce06370e
MD5SUM BENCH=  39250f205953aedd83d7a2bcba6bda16

RANDOM SEED= 25575090

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node50.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.232
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.232
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:       1815880 kB
Buffers:         17744 kB
Cached:         172276 kB
SwapCached:       4324 kB
Active:          50364 kB
Inactive:       150936 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1815880 kB
SwapTotal:     4192956 kB
SwapFree:      4183712 kB
Dirty:            2428 kB
Writeback:           0 kB
Mapped:          15812 kB
Slab:            24740 kB
Committed_AS:   363768 kB
PageTables:       1464 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= 66562 MiB

End job on node50 on Sun Apr 15 17:27:46 UTC 2007