Trace number 49852

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.14OPT-1307731 655.452 655.649

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=40-sizeP=21-sizeQ=40-793490986-max.opb
MD5SUMd0972750cf259b5b6f93d177cc7cfb4a
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-1307731
Best CPU time to get the best result obtained on this benchmark655.452
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -1307731
Optimality of the best value was proved YES
Number of variables901
Total number of constraints2521
Number of constraints which are clauses2520
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint840
Number of terms in the objective function 21
Biggest coefficient in the objective function 1048576
Number of bits for the biggest coefficient in the objective function 21
Sum of the numbers in the objective function 2097151
Number of bits of the sum of numbers in the objective function 21
Biggest number in a constraint 576460752303423488
Number of bits of the biggest number in a constraint 60
Biggest sum of numbers in a constraint 2305841944493460011
Number of bits of the biggest sum of numbers61
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data (download as text)

0.00	c Parsing PB file...
0.09	c Converting 2522 PB-constraints to clauses...
0.09	c   -- Unit propagations: (none)
0.13	c   -- Detecting intervals from adjacent constraints: #
0.13	c   -- Clauses(.)/Splits(s): ............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
0.14	c ---[   0]---> Adder-cost: 1056   maxlim: 1408313423319   bits: 41/41
0.37	c ==================================[MINISAT+]==================================
0.37	c | Conflicts | Original         | Learnt                           | Progress |
0.37	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
0.37	c ==============================================================================
0.37	c |         0 |    9040    29668 |    3013       0        0     nan |  0.000 % |
0.37	c |       101 |    9040    29668 |    3314     101      513     5.1 | 18.879 % |
0.39	c |       251 |    9016    29590 |    3645     248     5615    22.6 | 19.029 % |
0.42	c |       478 |    9016    29590 |    4010     475    12917    27.2 | 19.029 % |
0.47	c |       816 |    8992    29512 |    4411     810    30457    37.6 | 19.179 % |
0.55	c |      1323 |    8992    29512 |    4852    1317    56213    42.7 | 19.179 % |
0.66	c |      2083 |    8992    29512 |    5337    2077    84760    40.8 | 19.179 % |
0.86	c |      3222 |    8984    29486 |    5871    3215   159195    49.5 | 19.229 % |
1.20	c |      4931 |    8976    29460 |    6458    4923   245656    49.9 | 19.283 % |
1.83	c |      7493 |    8976    29460 |    7104    3923   197501    50.3 | 19.280 % |
2.85	c |     11338 |    8968    29434 |    7814    3898   160328    41.1 | 19.329 % |
4.20	c |     17104 |    8968    29434 |    8596    5283   305747    57.9 | 19.329 % |
6.76	c |     25757 |    8968    29434 |    9456    4781   202884    42.4 | 19.329 % |
6.79	c ==============================================================================
6.79	c Found solution: -106
6.79	o -106
6.79	c ---[   0]---> BDD-cost:   20
6.80	c ==================================[MINISAT+]==================================
6.80	c | Conflicts | Original         | Learnt                           | Progress |
6.80	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
6.80	c ==============================================================================
6.80	c |     25925 |    8978    29470 |    2992    4949   215766    43.6 | 19.329 % |
6.82	c |     26026 |    8978    29470 |    3291    2576    92985    36.1 | 19.321 % |
6.84	c |     26179 |    8978    29470 |    3620    2729    97546    35.7 | 19.322 % |
6.88	c |     26405 |    8978    29470 |    3982    2955   109403    37.0 | 19.321 % |
6.95	c |     26742 |    8978    29470 |    4380    3292   123097    37.4 | 19.321 % |
7.07	c |     27249 |    8978    29470 |    4818    3799   146919    38.7 | 19.321 % |
7.24	c |     28009 |    8978    29470 |    5300    4559   170355    37.4 | 19.322 % |
7.53	c |     29149 |    8978    29470 |    5830    5699   212558    37.3 | 19.321 % |
7.98	c |     30859 |    8978    29470 |    6413    4232   121661    28.7 | 19.321 % |
8.51	c |     33421 |    8978    29470 |    7054    6794   289784    42.7 | 19.321 % |
9.39	c |     37265 |    8978    29470 |    7760    6814   306526    45.0 | 19.322 % |
11.05	c |     43032 |    8944    29354 |    8536    8199   408893    49.9 | 19.574 % |
13.10	c |     51681 |    8944    29354 |    9390    7769   275738    35.5 | 19.571 % |
16.93	c |     64656 |    8944    29354 |   10329   10488   638827    60.9 | 19.574 % |
23.46	c |     84120 |    8944    29354 |   11362    8102   455320    56.2 | 19.571 % |
32.49	c |    113312 |    8839    28985 |   12498    7114   363535    51.1 | 20.469 % |
46.68	c |    157102 |    8586    28222 |   13748   11228   632893    56.4 | 22.067 % |
68.29	c |    222786 |    8497    27951 |   15122   11529   514740    44.6 | 22.716 % |
104.34	c |    321312 |    8394    27631 |   16635   14680   604448    41.2 | 23.615 % |
164.79	c |    469101 |    8249    27196 |   18298   14501   545066    37.6 | 24.513 % |
168.92	c ==============================================================================
168.92	c Found solution: -251
168.92	o -251
168.92	c ---[   0]---> BDD-cost:   18
168.92	c ==================================[MINISAT+]==================================
168.92	c | Conflicts | Original         | Learnt                           | Progress |
168.92	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
168.92	c ==============================================================================
168.92	c |    479232 |    8256    27223 |    2752   15186   490670    32.3 | 24.513 % |
168.99	c |    479333 |    8256    27223 |    3027    2000    25118    12.6 | 24.539 % |
169.02	c |    479484 |    8256    27223 |    3329    2151    30522    14.2 | 24.539 % |
169.07	c |    479709 |    8256    27223 |    3662    2376    44875    18.9 | 24.539 % |
169.13	c |    480048 |    8256    27223 |    4029    2715    60121    22.1 | 24.539 % |
169.24	c |    480554 |    8256    27223 |    4432    3221    74531    23.1 | 24.539 % |
169.44	c |    481315 |    8256    27223 |    4875    3982   113897    28.6 | 24.539 % |
169.73	c |    482457 |    8256    27223 |    5362    5124   151831    29.6 | 24.539 % |
170.20	c |    484165 |    8256    27223 |    5899    3826    83671    21.9 | 24.539 % |
170.86	c |    486727 |    8256    27223 |    6489    6388   215755    33.8 | 24.539 % |
172.01	c |    490571 |    8256    27223 |    7137    6615   184395    27.9 | 24.539 % |
173.46	c |    496337 |    8256    27223 |    7851    4632   168159    36.3 | 24.539 % |
175.43	c |    504987 |    8256    27223 |    8636    4687   144896    30.9 | 24.539 % |
178.77	c |    517963 |    8256    27223 |    9500    8257   256129    31.0 | 24.539 % |
184.26	c |    537425 |    8256    27223 |   10450    7226   205807    28.5 | 24.539 % |
192.67	c |    566620 |    8256    27223 |   11495    8558   363512    42.5 | 24.539 % |
205.36	c |    610409 |    8256    27223 |   12645    8696   325223    37.4 | 24.539 % |
229.35	c |    676096 |    8242    27175 |   13909    7244   430818    59.5 | 24.689 % |
255.69	c ==============================================================================
255.69	c Found solution: -13303
255.69	o -13303
255.69	c ---[   0]---> BDD-cost:   17
255.69	c ==================================[MINISAT+]==================================
255.69	c | Conflicts | Original         | Learnt                           | Progress |
255.69	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
255.69	c ==============================================================================
255.69	c |    743672 |    8254    27208 |    2751    8829   430016    48.7 | 24.689 % |
255.72	c |    743774 |    8254    27208 |    3026    2310    38117    16.5 | 24.692 % |
255.75	c |    743925 |    8254    27208 |    3328    2461    47211    19.2 | 24.690 % |
255.80	c |    744151 |    8254    27208 |    3661    2687    68647    25.5 | 24.692 % |
255.86	c |    744488 |    8254    27208 |    4027    3024    85577    28.3 | 24.690 % |
255.99	c |    744994 |    8254    27208 |    4430    3530   129665    36.7 | 24.692 % |
256.13	c |    745753 |    8254    27208 |    4873    4289   166351    38.8 | 24.689 % |
256.41	c |    746892 |    8254    27208 |    5360    5428   237544    43.8 | 24.689 % |
256.82	c |    748600 |    8254    27208 |    5897    3936   182408    46.3 | 24.689 % |
257.45	c |    751164 |    8254    27208 |    6486    6500   328394    50.5 | 24.689 % |
258.44	c |    755009 |    8129    26815 |    7135    6666   363054    54.5 | 25.386 % |
259.91	c |    760776 |    8121    26785 |    7848    4510   181723    40.3 | 25.436 % |
262.10	c |    769425 |    8121    26785 |    8633    8728   359074    41.1 | 25.436 % |
265.67	c |    782399 |    8121    26785 |    9497    7542   295666    39.2 | 25.436 % |
271.39	c |    801860 |    7609    25141 |   10446    6110   239014    39.1 | 29.318 % |
279.71	c |    831052 |    7481    24732 |   11491    6691   296061    44.2 | 30.317 % |
294.57	c |    874842 |    7481    24732 |   12640    7150   330657    46.2 | 30.314 % |
316.65	c |    940527 |    7471    24698 |   13904   11669   637892    54.7 | 30.414 % |
354.02	c |   1039054 |    7450    24656 |   15295   13383   940795    70.3 | 30.463 % |
407.76	c |   1186844 |    7250    24005 |   16824   15062   628967    41.8 | 31.906 % |
495.30	c |   1408527 |    7250    24005 |   18507   14058   585045    41.6 | 31.906 % |
574.77	c ==============================================================================
574.77	c Found solution: -26606
574.77	o -26606
574.77	c ---[   0]---> BDD-cost:   19
574.78	c ==================================[MINISAT+]==================================
574.78	c | Conflicts | Original         | Learnt                           | Progress |
574.78	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
574.78	c ==============================================================================
574.78	c |   1603777 |    7257    24015 |    2419   15376   531120    34.5 | 31.906 % |
574.82	c |   1603877 |    7257    24015 |    2660    2022    20655    10.2 | 31.911 % |
574.84	c |   1604027 |    7257    24015 |    2926    2172    25277    11.6 | 31.911 % |
574.88	c |   1604253 |    7257    24015 |    3219    2398    38079    15.9 | 31.911 % |
574.92	c |   1604590 |    7257    24015 |    3541    2735    47940    17.5 | 31.911 % |
574.97	c |   1605096 |    7257    24015 |    3895    3241    58059    17.9 | 31.911 % |
575.09	c |   1605855 |    7257    24015 |    4285    4000    93072    23.3 | 31.911 % |
575.29	c |   1606996 |    7257    24015 |    4713    5141   156701    30.5 | 31.911 % |
575.57	c |   1608704 |    7257    24015 |    5185    4106   109247    26.6 | 31.912 % |
576.07	c |   1611266 |    7074    23422 |    5703    3549    81172    22.9 | 33.301 % |
576.99	c |   1615110 |    7074    23422 |    6274    4025   158310    39.3 | 33.301 % |
578.23	c |   1620878 |    7074    23422 |    6901    6274   211031    33.6 | 33.300 % |
580.16	c |   1629530 |    7074    23422 |    7591    7122   231594    32.5 | 33.300 % |
583.89	c |   1642505 |    7074    23422 |    8351    7275   226625    31.2 | 33.300 % |
588.82	c |   1661971 |    7074    23422 |    9186    8479   314610    37.1 | 33.301 % |
596.72	c |   1691165 |    7074    23422 |   10104    7403   274866    37.1 | 33.301 % |
610.26	c |   1734955 |    7074    23422 |   11115    7053   301469    42.7 | 33.301 % |
631.29	c |   1800640 |    7074    23422 |   12226    6640   252647    38.0 | 33.300 % |
650.15	c ==============================================================================
650.15	c Found solution: -1307731
650.15	o -1307731
650.15	c ---[   0]---> BDD-cost:   17
650.15	c ==================================[MINISAT+]==================================
650.15	c | Conflicts | Original         | Learnt                           | Progress |
650.15	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
650.15	c ==============================================================================
650.15	c |   1858996 |    5642    18803 |    1880   10425   300622    28.8 | 33.300 % |
650.19	c |   1859097 |    5642    18803 |    2068    2708    43616    16.1 | 43.972 % |
650.21	c |   1859251 |    5642    18803 |    2274    2862    49682    17.4 | 43.973 % |
650.25	c |   1859477 |    5642    18803 |    2502    3088    56680    18.4 | 43.972 % |
650.32	c |   1859814 |    5642    18803 |    2752    3425    65005    19.0 | 43.973 % |
650.42	c |   1860321 |    5614    18705 |    3027    2074    32730    15.8 | 44.220 % |
650.57	c |   1861080 |    5614    18705 |    3330    2833    61289    21.6 | 44.219 % |
650.82	c |   1862219 |    5614    18705 |    3663    3972    96318    24.2 | 44.220 % |
651.21	c |   1863927 |    5614    18705 |    4029    3338    86277    25.8 | 44.220 % |
651.80	c |   1866489 |    5603    18666 |    4432    3362    92024    27.4 | 44.319 % |
652.75	c |   1870333 |    5359    17865 |    4876    4454   151951    34.1 | 46.393 % |
654.22	c |   1876100 |    5359    17865 |    5363    4323    96442    22.3 | 46.393 % |
655.64	c ==============================================================================
655.64	c Optimal solution: -1307731
655.64	s OPTIMUM FOUND
655.64	v x1 x2 -x3 -x4 x5 -x6 x7 -x8 -x9 -x10 x11 -x12 x13 x14 x15 x16 x17 x18 -x19 -x20 x21 -x62 -x22 x63 x23 x64 x24 x65 x25 -x66 -x26 x67 x27
655.64	v x68 x28 x69 x29 x70 x30 x71 x31 x72 x32 -x73 -x33 -x74 -x34 x75 x35 x76 x36 -x77 -x37 -x78 -x38 -x79 -x39 -x80 -x40 -x81 -x41 -x82
655.64	v -x42 -x83 -x43 -x84 -x44 -x85 -x45 -x86 -x46 -x87 -x47 -x88 -x48 -x89 -x49 -x90 -x50 -x91 -x51 -x92 -x52 -x93 -x53 -x94 -x54 -x95
655.64	v -x55 -x96 -x56 -x97 -x57 -x98 -x58 -x99 -x59 -x100 -x60 -x101 -x61 -x502 x503 x504 x505 -x506 x507 x508 x509 x510 x511 x512 -x513
655.64	v -x514 x515 x516 -x517 -x518 -x519 -x520 -x521 -x522 -x523 -x524 -x525 -x526 -x527 -x528 -x529 -x530 -x531 -x532 -x533 -x534
655.64	v -x535 -x536 -x537 -x538 -x539 -x540 -x541 -x582 -x583 -x584 -x585 -x586 -x587 -x588 -x589 -x590 -x591 -x592 -x593 -x594 -x595
655.64	v -x596 -x597 -x598 -x599 -x600 -x601 -x602 -x603 -x604 -x605 -x606 -x607 -x608 -x609 -x610 -x611 -x612 -x613 -x614 -x615 -x616
655.64	v -x617 -x618 -x619 -x620 -x621 -x622 -x623 -x624 -x625 -x626 -x627 -x628 -x629 -x630 -x631 -x632 -x633 -x634 -x635 -x636 -x637
655.64	v -x638 -x639 -x640 -x641 -x642 -x643 -x644 -x645 -x646 -x647 -x648 -x649 -x650 -x651 -x652 -x653 -x654 -x655 -x656 -x657 -x658
655.64	v -x659 -x660 -x661 -x662 x663 x664 x665 -x666 x667 x668 x669 x670 x671 x672 -x673 -x674 x675 x676 -x677 -x678 -x679 -x680 -x681
655.64	v -x682 -x683 -x684 -x685 -x686 -x687 -x688 -x689 -x690 -x691 -x692 -x693 -x694 -x695 -x696 -x697 -x698 -x699 -x700 -x701 -x702
655.64	v -x703 -x704 -x705 -x706 -x707 -x708 -x709 -x710 -x711 -x712 -x713 -x714 -x715 -x716 -x717 -x718 -x719 -x720 -x721 -x722 -x723
655.64	v -x724 -x725 -x726 -x727 -x728 -x729 -x730 -x731 -x732 -x733 -x734 -x735 -x736 -x737 -x738 -x739 -x740 -x741 -x742 x743 x744
655.64	v x745 -x746 x747 x748 x749 x750 x751 x752 -x753 -x754 x755 x756 -x757 -x758 -x759 -x760 -x761 -x762 -x763 -x764 -x765 -x766
655.64	v -x767 -x768 -x769 -x770 -x771 -x772 -x773 -x774 -x775 -x776 -x777 -x778 -x779 -x780 -x781 -x782 -x783 -x784 -x785 -x786 -x787
655.64	v -x788 -x789 -x790 -x791 -x792 -x793 -x794 -x795 -x796 -x797 -x798 -x799 -x800 -x801 -x802 -x803 -x804 -x805 -x806 -x807 -x808
655.64	v -x809 -x810 -x811 -x812 -x813 -x814 -x815 -x816 -x817 -x818 -x819 -x820 -x821 -x822 -x823 -x824 -x825 -x826 -x827 -x828 -x829
655.64	v -x830 -x831 -x832 -x833 -x834 -x835 -x836 -x837 -x838 -x839 -x840 -x841 -x842 -x843 -x844 -x845 -x846 -x847 -x848 -x849 -x850
655.64	v -x851 -x852 -x853 -x854 -x855 -x856 -x857 -x858 -x859 -x860 -x861 -x862 -x863 -x864 -x865 -x866 -x867 -x868 -x869 -x870 -x871
655.64	v -x872 -x873 -x874 -x875 -x876 -x877 -x878 -x879 -x880 -x881 -x882 -x883 -x884 -x885 -x886 -x887 -x888 -x889 -x890 -x891 -x892
655.64	v -x893 -x894 -x895 -x896 -x897 -x898 -x899 -x900 -x901 -x102 x103 x104 x105 -x106 x107 x108 x109 x110 x111 x112 -x113 -x114
655.64	v x115 x116 -x117 -x118 -x119 -x120 -x121 -x122 -x123 -x124 -x125 -x126 -x127 -x128 -x129 -x130 -x131 -x132 -x133 -x134 -x135
655.64	v -x136 -x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 -x145 -x146 -x147 -x148 -x149 -x150 -x151 -x152 -x153 -x154 -x155 -x156
655.64	v -x157 -x158 -x159 -x160 -x161 -x162 -x163 -x164 -x165 -x166 -x167 -x168 -x169 -x170 -x171 -x172 -x173 -x174 -x175 -x176 -x177
655.64	v -x178 -x179 -x180 -x181 -x182 x183 x184 x185 -x186 x187 x188 x189 x190 x191 x192 -x193 -x194 x195 x196 -x197 -x198 -x199 -x200
655.64	v -x201 -x202 -x203 -x204 -x205 -x206 -x207 -x208 -x209 -x210 -x211 -x212 -x213 -x214 -x215 -x216 -x217 -x218 -x219 -x220 -x221
655.64	v -x222 x223 x224 x225 -x226 x227 x228 x229 x230 x231 x232 -x233 -x234 x235 x236 -x237 -x238 -x239 -x240 -x241 -x242 -x243 -x244
655.64	v -x245 -x246 -x247 -x248 -x249 -x250 -x251 -x252 -x253 -x254 -x255 -x256 -x257 -x258 -x259 -x260 -x261 -x262 x263 x264 x265
655.64	v -x266 x267 x268 x269 x270 x271 x272 -x273 -x274 x275 x276 -x277 -x278 -x279 -x280 -x281 -x282 -x283 -x284 -x285 -x286 -x287
655.64	v -x288 -x289 -x290 -x291 -x292 -x293 -x294 -x295 -x296 -x297 -x298 -x299 -x300 -x301 -x302 x303 x304 x305 -x306 x307 x308 x309
655.64	v x310 x311 x312 -x313 -x314 x315 x316 -x317 -x318 -x319 -x320 -x321 -x322 -x323 -x324 -x325 -x326 -x327 -x328 -x329 -x330 -x331
655.64	v -x332 -x333 -x334 -x335 -x336 -x337 -x338 -x339 -x340 -x341 -x342 x343 x344 x345 -x346 x347 x348 x349 x350 x351 x352 -x353
655.64	v -x354 x355 x356 -x357 -x358 -x359 -x360 -x361 -x362 -x363 -x364 -x365 -x366 -x367 -x368 -x369 -x370 -x371 -x372 -x373 -x374
655.64	v -x375 -x376 -x377 -x378 -x379 -x380 -x381 -x382 x383 x384 x385 -x386 x387 x388 x389 x390 x391 x392 -x393 -x394 x395 x396 -x397
655.64	v -x398 -x399 -x400 -x401 -x402 -x403 -x404 -x405 -x406 -x407 -x408 -x409 -x410 -x411 -x412 -x413 -x414 -x415 -x416 -x417 -x418
655.64	v -x419 -x420 -x421 -x422 -x423 -x424 -x425 -x426 -x427 -x428 -x429 -x430 -x431 -x432 -x433 -x434 -x435 -x436 -x437 -x438 -x439
655.64	v -x440 -x441 -x442 -x443 -x444 -x445 -x446 -x447 -x448 -x449 -x450 -x451 -x452 -x453 -x454 -x455 -x456 -x457 -x458 -x459 -x460
655.64	v -x461 -x462 -x463 -x464 -x465 -x466 -x467 -x468 -x469 -x470 -x471 -x472 -x473 -x474 -x475 -x476 -x477 -x478 -x479 -x480 -x481
655.64	v -x482 -x483 -x484 -x485 -x486 -x487 -x488 -x489 -x490 -x491 -x492 -x493 -x494 -x495 -x496 -x497 -x498 -x499 -x500 -x501 -x542
655.64	v x543 x544 x545 -x546 x547 x548 x549 x550 x551 x552 -x553 -x554 x555 x556 -x557 -x558 -x559 -x560 -x561 -x562 -x563 -x564 -x565
655.64	v -x566 -x567 -x568 -x569 -x570 -x571 -x572 -x573 -x574 -x575 -x576 -x577 -x578 -x579 -x580 -x581
655.64	c _______________________________________________________________________________
655.64	c 
655.64	c restarts              : 102
655.64	c conflicts             : 1881781        (2871 /sec)
655.64	c decisions             : 2664202        (4065 /sec)
655.64	c propagations          : 0              (0 /sec)
655.64	c inspects              : 0              (0 /sec)
655.64	c CPU time              : 655.415 s
655.64	c _______________________________________________________________________________

Verifier Data (download as text)

OK	-1307731

Watcher Data (download as text)

Enforcing CPU limit (will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime (will send SIGXCPU) limit: 1830 seconds
Enforcing Stack size limit: 67108864 bytes

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

Enforcing memory limit (will send SIGKILL): 1843200 Kb
Enforcing VSIZE limit: 1887436800 bytes
command line: runsolver --timestamp -w ROOT/results/node72/watcher-49852-1149928678 -o ROOT/results/node72/solver-49852-1149928678 -C 1800 -M 1800 -S 64 ROOT/solvers/PB/PB06final/user7/minisat+ ROOT/tmp/node72/49852-1149928678/instance-49852-1149928678.opb 

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.07 0.57 0.76 2/64 23495
/proc/meminfo: memFree=1558120/2055920 swapFree=4182312/4192956
[pid=23495] ppid=23493 vsize=1048 CPUtime=0
/proc/23495/stat : 23495 (minisat+) R 23493 23495 23449 0 -1 4194304 105 0 0 0 0 0 0 0 18 0 1 0 258532290 1073152 90 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 135003247 0 0 4096 16386 0 0 0 17 1 0 0
/proc/23495/statm: 262 90 74 215 0 44 0

[startup+10.0021 s]
/proc/loadavg: 0.21 0.59 0.77 2/64 23495
/proc/meminfo: memFree=1553648/2055920 swapFree=4182312/4192956
[pid=23495] ppid=23493 vsize=5240 CPUtime=9.98
/proc/23495/stat : 23495 (minisat+) R 23493 23495 23449 0 -1 4194304 1224 0 0 0 998 0 0 0 25 0 1 0 258532290 5365760 1203 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134576749 0 0 4096 16386 0 0 0 17 1 0 0
/proc/23495/statm: 1310 1203 122 215 0 1092 0
Current children cumulated CPU time (s) 9.98
Current children cumulated vsize (Kb) 5240

[startup+20.0091 s]
/proc/loadavg: 0.33 0.60 0.77 2/64 23495
/proc/meminfo: memFree=1552816/2055920 swapFree=4182312/4192956
[pid=23495] ppid=23493 vsize=6156 CPUtime=19.98
/proc/23495/stat : 23495 (minisat+) R 23493 23495 23449 0 -1 4194304 1443 0 0 0 1998 0 0 0 25 0 1 0 258532290 6303744 1422 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581415 0 0 4096 16386 0 0 0 17 1 0 0
/proc/23495/statm: 1539 1422 122 215 0 1321 0
Current children cumulated CPU time (s) 19.98
Current children cumulated vsize (Kb) 6156

[startup+30.0152 s]
/proc/loadavg: 0.44 0.61 0.77 2/64 23495
/proc/meminfo: memFree=1552688/2055920 swapFree=4182312/4192956
[pid=23495] ppid=23493 vsize=6344 CPUtime=29.99
/proc/23495/stat : 23495 (minisat+) R 23493 23495 23449 0 -1 4194304 1469 0 0 0 2999 0 0 0 25 0 1 0 258532290 6496256 1448 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580854 0 0 4096 16386 0 0 0 17 1 0 0
/proc/23495/statm: 1586 1448 122 215 0 1368 0
Current children cumulated CPU time (s) 29.99
Current children cumulated vsize (Kb) 6344

[startup+40.0212 s]
/proc/loadavg: 0.52 0.62 0.77 2/64 23495
/proc/meminfo: memFree=1552432/2055920 swapFree=4182312/4192956
[pid=23495] ppid=23493 vsize=6604 CPUtime=40
/proc/23495/stat : 23495 (minisat+) R 23493 23495 23449 0 -1 4194304 1536 0 0 0 3999 1 0 0 25 0 1 0 258532290 6762496 1515 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/23495/statm: 1651 1515 122 215 0 1433 0
Current children cumulated CPU time (s) 40
Current children cumulated vsize (Kb) 6604

[startup+50.0272 s]
/proc/loadavg: 0.60 0.64 0.77 2/64 23495
/proc/meminfo: memFree=1551472/2055920 swapFree=4182312/4192956
[pid=23495] ppid=23493 vsize=7520 CPUtime=50
/proc/23495/stat : 23495 (minisat+) R 23493 23495 23449 0 -1 4194304 1779 0 0 0 4999 1 0 0 25 0 1 0 258532290 7700480 1758 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580890 0 0 4096 16386 0 0 0 17 1 0 0
/proc/23495/statm: 1880 1758 122 215 0 1662 0
Current children cumulated CPU time (s) 50
Current children cumulated vsize (Kb) 7520

[startup+60.0333 s]
/proc/loadavg: 0.66 0.65 0.77 2/64 23495
/proc/meminfo: memFree=1551408/2055920 swapFree=4182312/4192956
[pid=23495] ppid=23493 vsize=7520 CPUtime=60
/proc/23495/stat : 23495 (minisat+) R 23493 23495 23449 0 -1 4194304 1786 0 0 0 5999 1 0 0 25 0 1 0 258532290 7700480 1765 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581002 0 0 4096 16386 0 0 0 17 1 0 0
/proc/23495/statm: 1880 1765 122 215 0 1662 0
Current children cumulated CPU time (s) 60
Current children cumulated vsize (Kb) 7520

[startup+70.0393 s]
/proc/loadavg: 0.71 0.66 0.78 2/64 23495
/proc/meminfo: memFree=1551408/2055920 swapFree=4182312/4192956
[pid=23495] ppid=23493 vsize=7520 CPUtime=70
/proc/23495/stat : 23495 (minisat+) R 23493 23495 23449 0 -1 4194304 1787 0 0 0 6999 1 0 0 25 0 1 0 258532290 7700480 1766 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134584001 0 0 4096 16386 0 0 0 17 1 0 0
/proc/23495/statm: 1880 1766 122 215 0 1662 0
Current children cumulated CPU time (s) 70
Current children cumulated vsize (Kb) 7520

[startup+80.0453 s]
/proc/loadavg: 0.75 0.67 0.78 2/64 23495
/proc/meminfo: memFree=1550768/2055920 swapFree=4182312/4192956
[pid=23495] ppid=23493 vsize=8176 CPUtime=80
/proc/23495/stat : 23495 (minisat+) R 23493 23495 23449 0 -1 4194304 1952 0 0 0 7999 1 0 0 25 0 1 0 258532290 8372224 1931 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580314 0 0 4096 16386 0 0 0 17 1 0 0
/proc/23495/statm: 2044 1931 122 215 0 1826 0
Current children cumulated CPU time (s) 80
Current children cumulated vsize (Kb) 8176

[startup+90.0514 s]
/proc/loadavg: 0.79 0.68 0.78 2/64 23495
/proc/meminfo: memFree=1550768/2055920 swapFree=4182312/4192956
[pid=23495] ppid=23493 vsize=8176 CPUtime=90.01
/proc/23495/stat : 23495 (minisat+) R 23493 23495 23449 0 -1 4194304 1959 0 0 0 9000 1 0 0 25 0 1 0 258532290 8372224 1938 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134574400 0 0 4096 16386 0 0 0 17 1 0 0
/proc/23495/statm: 2044 1938 122 215 0 1826 0
Current children cumulated CPU time (s) 90.01
Current children cumulated vsize (Kb) 8176

[startup+100.056 s]
/proc/loadavg: 0.82 0.69 0.78 2/64 23495
/proc/meminfo: memFree=1550768/2055920 swapFree=4182312/4192956
[pid=23495] ppid=23493 vsize=8176 CPUtime=100.01
/proc/23495/stat : 23495 (minisat+) R 23493 23495 23449 0 -1 4194304 1959 0 0 0 10000 1 0 0 25 0 1 0 258532290 8372224 1938 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580783 0 0 4096 16386 0 0 0 17 1 0 0
/proc/23495/statm: 2044 1938 122 215 0 1826 0
Current children cumulated CPU time (s) 100.01
Current children cumulated vsize (Kb) 8176

[startup+110.062 s]
/proc/loadavg: 0.85 0.70 0.78 2/64 23495
/proc/meminfo: memFree=1550320/2055920 swapFree=4182312/4192956
[pid=23495] ppid=23493 vsize=8688 CPUtime=110.02
/proc/23495/stat : 23495 (minisat+) R 23493 23495 23449 0 -1 4194304 2073 0 0 0 11000 2 0 0 25 0 1 0 258532290 8896512 2052 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134574147 0 0 4096 16386 0 0 0 17 1 0 0
/proc/23495/statm: 2172 2052 122 215 0 1954 0
Current children cumulated CPU time (s) 110.02
Current children cumulated vsize (Kb) 8688

[startup+120.068 s]
/proc/loadavg: 0.87 0.71 0.79 2/64 23495
/proc/meminfo: memFree=1550128/2055920 swapFree=4182312/4192956
[pid=23495] ppid=23493 vsize=8944 CPUtime=120.02
/proc/23495/stat : 23495 (minisat+) R 23493 23495 23449 0 -1 4194304 2125 0 0 0 12000 2 0 0 25 0 1 0 258532290 9158656 2104 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134574486 0 0 4096 16386 0 0 0 17 1 0 0
/proc/23495/statm: 2236 2104 122 215 0 2018 0
Current children cumulated CPU time (s) 120.02
Current children cumulated vsize (Kb) 8944

[startup+130.074 s]
/proc/loadavg: 0.89 0.72 0.79 3/64 23495
/proc/meminfo: memFree=1550128/2055920 swapFree=4182312/4192956
[pid=23495] ppid=23493 vsize=8944 CPUtime=130.03
/proc/23495/stat : 23495 (minisat+) R 23493 23495 23449 0 -1 4194304 2125 0 0 0 13001 2 0 0 25 0 1 0 258532290 9158656 2104 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581439 0 0 4096 16386 0 0 0 17 1 0 0
/proc/23495/statm: 2236 2104 122 215 0 2018 0
Current children cumulated CPU time (s) 130.03
Current children cumulated vsize (Kb) 8944

[startup+140.081 s]
/proc/loadavg: 0.91 0.73 0.79 2/64 23495
/proc/meminfo: memFree=1550000/2055920 swapFree=4182312/4192956
[pid=23495] ppid=23493 vsize=8944 CPUtime=140.03
/proc/23495/stat : 23495 (minisat+) R 23493 23495 23449 0 -1 4194304 2147 0 0 0 14001 2 0 0 25 0 1 0 258532290 9158656 2126 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581036 0 0 4096 16386 0 0 0 17 1 0 0
/proc/23495/statm: 2236 2126 122 215 0 2018 0
Current children cumulated CPU time (s) 140.03
Current children cumulated vsize (Kb) 8944

[startup+150.088 s]
/proc/loadavg: 0.92 0.74 0.79 2/64 23495
/proc/meminfo: memFree=1549808/2055920 swapFree=4182312/4192956
[pid=23495] ppid=23493 vsize=9208 CPUtime=150.03
/proc/23495/stat : 23495 (minisat+) R 23493 23495 23449 0 -1 4194304 2195 0 0 0 15001 2 0 0 25 0 1 0 258532290 9428992 2174 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580973 0 0 4096 16386 0 0 0 17 1 0 0
/proc/23495/statm: 2302 2174 122 215 0 2084 0
Current children cumulated CPU time (s) 150.03
Current children cumulated vsize (Kb) 9208

[startup+160.094 s]
/proc/loadavg: 0.93 0.74 0.79 2/64 23495
/proc/meminfo: memFree=1549616/2055920 swapFree=4182312/4192956
[pid=23495] ppid=23493 vsize=9340 CPUtime=160.04
/proc/23495/stat : 23495 (minisat+) R 23493 23495 23449 0 -1 4194304 2236 0 0 0 16002 2 0 0 25 0 1 0 258532290 9564160 2215 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/23495/statm: 2335 2215 122 215 0 2117 0
Current children cumulated CPU time (s) 160.04
Current children cumulated vsize (Kb) 9340

[startup+170.1 s]
/proc/loadavg: 0.94 0.75 0.80 2/64 23495
/proc/meminfo: memFree=1549552/2055920 swapFree=4182312/4192956
[pid=23495] ppid=23493 vsize=9492 CPUtime=170.04
/proc/23495/stat : 23495 (minisat+) R 23493 23495 23449 0 -1 4194304 2254 0 0 0 17002 2 0 0 25 0 1 0 258532290 9719808 2233 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581053 0 0 4096 16386 0 0 0 17 1 0 0
/proc/23495/statm: 2373 2233 122 215 0 2155 0
Current children cumulated CPU time (s) 170.04
Current children cumulated vsize (Kb) 9492

[startup+180.106 s]
/proc/loadavg: 0.95 0.76 0.80 2/64 23495
/proc/meminfo: memFree=1549552/2055920 swapFree=4182312/4192956
[pid=23495] ppid=23493 vsize=9492 CPUtime=180.04
/proc/23495/stat : 23495 (minisat+) R 23493 23495 23449 0 -1 4194304 2254 0 0 0 18002 2 0 0 25 0 1 0 258532290 9719808 2233 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/23495/statm: 2373 2233 122 215 0 2155 0
Current children cumulated CPU time (s) 180.04
Current children cumulated vsize (Kb) 9492

[startup+190.112 s]
/proc/loadavg: 0.96 0.77 0.80 2/64 23495
/proc/meminfo: memFree=1549552/2055920 swapFree=4182312/4192956
[pid=23495] ppid=23493 vsize=9492 CPUtime=190.05
/proc/23495/stat : 23495 (minisat+) R 23493 23495 23449 0 -1 4194304 2254 0 0 0 19003 2 0 0 25 0 1 0 258532290 9719808 2233 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581497 0 0 4096 16386 0 0 0 17 1 0 0
/proc/23495/statm: 2373 2233 122 215 0 2155 0
Current children cumulated CPU time (s) 190.05
Current children cumulated vsize (Kb) 9492

[startup+200.118 s]
/proc/loadavg: 0.96 0.77 0.80 2/64 23495
/proc/meminfo: memFree=1549552/2055920 swapFree=4182312/4192956
[pid=23495] ppid=23493 vsize=9492 CPUtime=200.05
/proc/23495/stat : 23495 (minisat+) R 23493 23495 23449 0 -1 4194304 2254 0 0 0 20003 2 0 0 25 0 1 0 258532290 9719808 2233 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134576199 0 0 4096 16386 0 0 0 17 1 0 0
/proc/23495/statm: 2373 2233 122 215 0 2155 0
Current children cumulated CPU time (s) 200.05
Current children cumulated vsize (Kb) 9492

[startup+210.124 s]
/proc/loadavg: 0.97 0.78 0.80 2/64 23495

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

Current children cumulated CPU time (s) 440.13
Current children cumulated vsize (Kb) 10880

[startup+450.267 s]
/proc/loadavg: 0.99 0.89 0.83 2/64 23495
/proc/meminfo: memFree=1547952/2055920 swapFree=4182312/4192956
[pid=23495] ppid=23493 vsize=11012 CPUtime=450.13
/proc/23495/stat : 23495 (minisat+) R 23493 23495 23449 0 -1 4194304 2655 0 0 0 45010 3 0 0 25 0 1 0 258532290 11276288 2634 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/23495/statm: 2753 2634 122 215 0 2535 0
Current children cumulated CPU time (s) 450.13
Current children cumulated vsize (Kb) 11012

[startup+460.273 s]
/proc/loadavg: 0.99 0.90 0.84 2/64 23495
/proc/meminfo: memFree=1547952/2055920 swapFree=4182312/4192956
[pid=23495] ppid=23493 vsize=11012 CPUtime=460.13
/proc/23495/stat : 23495 (minisat+) R 23493 23495 23449 0 -1 4194304 2655 0 0 0 46010 3 0 0 25 0 1 0 258532290 11276288 2634 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580890 0 0 4096 16386 0 0 0 17 1 0 0
/proc/23495/statm: 2753 2634 122 215 0 2535 0
Current children cumulated CPU time (s) 460.13
Current children cumulated vsize (Kb) 11012

[startup+470.279 s]
/proc/loadavg: 0.99 0.90 0.84 2/64 23495
/proc/meminfo: memFree=1547952/2055920 swapFree=4182312/4192956
[pid=23495] ppid=23493 vsize=11012 CPUtime=470.13
/proc/23495/stat : 23495 (minisat+) R 23493 23495 23449 0 -1 4194304 2655 0 0 0 47010 3 0 0 25 0 1 0 258532290 11276288 2634 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580783 0 0 4096 16386 0 0 0 17 1 0 0
/proc/23495/statm: 2753 2634 122 215 0 2535 0
Current children cumulated CPU time (s) 470.13
Current children cumulated vsize (Kb) 11012

[startup+480.285 s]
/proc/loadavg: 0.99 0.90 0.84 2/64 23495
/proc/meminfo: memFree=1547952/2055920 swapFree=4182312/4192956
[pid=23495] ppid=23493 vsize=11012 CPUtime=480.14
/proc/23495/stat : 23495 (minisat+) R 23493 23495 23449 0 -1 4194304 2655 0 0 0 48011 3 0 0 25 0 1 0 258532290 11276288 2634 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134586010 0 0 4096 16386 0 0 0 17 1 0 0
/proc/23495/statm: 2753 2634 122 215 0 2535 0
Current children cumulated CPU time (s) 480.14
Current children cumulated vsize (Kb) 11012

[startup+490.291 s]
/proc/loadavg: 0.99 0.90 0.84 2/64 23495
/proc/meminfo: memFree=1547952/2055920 swapFree=4182312/4192956
[pid=23495] ppid=23493 vsize=11012 CPUtime=490.14
/proc/23495/stat : 23495 (minisat+) R 23493 23495 23449 0 -1 4194304 2655 0 0 0 49011 3 0 0 25 0 1 0 258532290 11276288 2634 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134573899 0 0 4096 16386 0 0 0 17 1 0 0
/proc/23495/statm: 2753 2634 122 215 0 2535 0
Current children cumulated CPU time (s) 490.14
Current children cumulated vsize (Kb) 11012

[startup+500.297 s]
/proc/loadavg: 0.99 0.91 0.84 2/64 23495
/proc/meminfo: memFree=1547952/2055920 swapFree=4182312/4192956
[pid=23495] ppid=23493 vsize=11012 CPUtime=500.14
/proc/23495/stat : 23495 (minisat+) R 23493 23495 23449 0 -1 4194304 2655 0 0 0 50011 3 0 0 25 0 1 0 258532290 11276288 2634 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580828 0 0 4096 16386 0 0 0 17 1 0 0
/proc/23495/statm: 2753 2634 122 215 0 2535 0
Current children cumulated CPU time (s) 500.14
Current children cumulated vsize (Kb) 11012

[startup+510.302 s]
/proc/loadavg: 0.99 0.91 0.84 2/64 23495
/proc/meminfo: memFree=1547952/2055920 swapFree=4182312/4192956
[pid=23495] ppid=23493 vsize=11012 CPUtime=510.14
/proc/23495/stat : 23495 (minisat+) R 23493 23495 23449 0 -1 4194304 2655 0 0 0 51011 3 0 0 25 0 1 0 258532290 11276288 2634 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/23495/statm: 2753 2634 122 215 0 2535 0
Current children cumulated CPU time (s) 510.14
Current children cumulated vsize (Kb) 11012

[startup+520.308 s]
/proc/loadavg: 0.99 0.91 0.84 2/64 23495
/proc/meminfo: memFree=1547952/2055920 swapFree=4182312/4192956
[pid=23495] ppid=23493 vsize=11012 CPUtime=520.15
/proc/23495/stat : 23495 (minisat+) R 23493 23495 23449 0 -1 4194304 2655 0 0 0 52012 3 0 0 25 0 1 0 258532290 11276288 2634 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580768 0 0 4096 16386 0 0 0 17 1 0 0
/proc/23495/statm: 2753 2634 122 215 0 2535 0
Current children cumulated CPU time (s) 520.15
Current children cumulated vsize (Kb) 11012

[startup+530.314 s]
/proc/loadavg: 0.99 0.91 0.84 2/64 23495
/proc/meminfo: memFree=1547952/2055920 swapFree=4182312/4192956
[pid=23495] ppid=23493 vsize=11012 CPUtime=530.15
/proc/23495/stat : 23495 (minisat+) R 23493 23495 23449 0 -1 4194304 2655 0 0 0 53012 3 0 0 25 0 1 0 258532290 11276288 2634 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580890 0 0 4096 16386 0 0 0 17 1 0 0
/proc/23495/statm: 2753 2634 122 215 0 2535 0
Current children cumulated CPU time (s) 530.15
Current children cumulated vsize (Kb) 11012

[startup+540.32 s]
/proc/loadavg: 0.99 0.92 0.84 2/64 23495
/proc/meminfo: memFree=1547952/2055920 swapFree=4182312/4192956
[pid=23495] ppid=23493 vsize=11012 CPUtime=540.15
/proc/23495/stat : 23495 (minisat+) R 23493 23495 23449 0 -1 4194304 2655 0 0 0 54012 3 0 0 25 0 1 0 258532290 11276288 2634 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134588680 0 0 4096 16386 0 0 0 17 1 0 0
/proc/23495/statm: 2753 2634 122 215 0 2535 0
Current children cumulated CPU time (s) 540.15
Current children cumulated vsize (Kb) 11012

[startup+550.326 s]
/proc/loadavg: 0.99 0.92 0.84 2/64 23495
/proc/meminfo: memFree=1547888/2055920 swapFree=4182312/4192956
[pid=23495] ppid=23493 vsize=11012 CPUtime=550.16
/proc/23495/stat : 23495 (minisat+) R 23493 23495 23449 0 -1 4194304 2655 0 0 0 55013 3 0 0 25 0 1 0 258532290 11276288 2634 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134576837 0 0 4096 16386 0 0 0 17 1 0 0
/proc/23495/statm: 2753 2634 122 215 0 2535 0
Current children cumulated CPU time (s) 550.16
Current children cumulated vsize (Kb) 11012

[startup+560.332 s]
/proc/loadavg: 0.99 0.92 0.85 2/64 23495
/proc/meminfo: memFree=1547888/2055920 swapFree=4182312/4192956
[pid=23495] ppid=23493 vsize=11012 CPUtime=560.16
/proc/23495/stat : 23495 (minisat+) R 23493 23495 23449 0 -1 4194304 2655 0 0 0 56013 3 0 0 25 0 1 0 258532290 11276288 2634 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581053 0 0 4096 16386 0 0 0 17 1 0 0
/proc/23495/statm: 2753 2634 122 215 0 2535 0
Current children cumulated CPU time (s) 560.16
Current children cumulated vsize (Kb) 11012

[startup+570.337 s]
/proc/loadavg: 0.99 0.92 0.85 2/64 23495
/proc/meminfo: memFree=1547888/2055920 swapFree=4182312/4192956
[pid=23495] ppid=23493 vsize=11012 CPUtime=570.16
/proc/23495/stat : 23495 (minisat+) R 23493 23495 23449 0 -1 4194304 2655 0 0 0 57013 3 0 0 25 0 1 0 258532290 11276288 2634 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/23495/statm: 2753 2634 122 215 0 2535 0
Current children cumulated CPU time (s) 570.16
Current children cumulated vsize (Kb) 11012

[startup+580.343 s]
/proc/loadavg: 0.99 0.92 0.85 2/64 23495
/proc/meminfo: memFree=1547888/2055920 swapFree=4182312/4192956
[pid=23495] ppid=23493 vsize=11012 CPUtime=580.16
/proc/23495/stat : 23495 (minisat+) R 23493 23495 23449 0 -1 4194304 2655 0 0 0 58013 3 0 0 25 0 1 0 258532290 11276288 2634 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580935 0 0 4096 16386 0 0 0 17 1 0 0
/proc/23495/statm: 2753 2634 122 215 0 2535 0
Current children cumulated CPU time (s) 580.16
Current children cumulated vsize (Kb) 11012

[startup+590.349 s]
/proc/loadavg: 0.99 0.93 0.85 2/64 23495
/proc/meminfo: memFree=1547952/2055920 swapFree=4182312/4192956
[pid=23495] ppid=23493 vsize=11012 CPUtime=590.17
/proc/23495/stat : 23495 (minisat+) R 23493 23495 23449 0 -1 4194304 2655 0 0 0 59014 3 0 0 25 0 1 0 258532290 11276288 2634 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580747 0 0 4096 16386 0 0 0 17 1 0 0
/proc/23495/statm: 2753 2634 122 215 0 2535 0
Current children cumulated CPU time (s) 590.17
Current children cumulated vsize (Kb) 11012

[startup+600.355 s]
/proc/loadavg: 0.99 0.93 0.85 2/64 23495
/proc/meminfo: memFree=1547952/2055920 swapFree=4182312/4192956
[pid=23495] ppid=23493 vsize=11012 CPUtime=600.17
/proc/23495/stat : 23495 (minisat+) R 23493 23495 23449 0 -1 4194304 2655 0 0 0 60014 3 0 0 25 0 1 0 258532290 11276288 2634 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581415 0 0 4096 16386 0 0 0 17 1 0 0
/proc/23495/statm: 2753 2634 122 215 0 2535 0
Current children cumulated CPU time (s) 600.17
Current children cumulated vsize (Kb) 11012

[startup+610.361 s]
/proc/loadavg: 0.99 0.93 0.85 2/64 23495
/proc/meminfo: memFree=1547952/2055920 swapFree=4182312/4192956
[pid=23495] ppid=23493 vsize=11012 CPUtime=610.17
/proc/23495/stat : 23495 (minisat+) R 23493 23495 23449 0 -1 4194304 2655 0 0 0 61014 3 0 0 25 0 1 0 258532290 11276288 2634 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/23495/statm: 2753 2634 122 215 0 2535 0
Current children cumulated CPU time (s) 610.17
Current children cumulated vsize (Kb) 11012

[startup+620.368 s]
/proc/loadavg: 0.99 0.93 0.85 2/64 23495
/proc/meminfo: memFree=1547952/2055920 swapFree=4182312/4192956
[pid=23495] ppid=23493 vsize=11012 CPUtime=620.18
/proc/23495/stat : 23495 (minisat+) R 23493 23495 23449 0 -1 4194304 2655 0 0 0 62015 3 0 0 25 0 1 0 258532290 11276288 2634 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134573398 0 0 4096 16386 0 0 0 17 1 0 0
/proc/23495/statm: 2753 2634 122 215 0 2535 0
Current children cumulated CPU time (s) 620.18
Current children cumulated vsize (Kb) 11012

[startup+630.373 s]
/proc/loadavg: 0.99 0.93 0.85 2/64 23495
/proc/meminfo: memFree=1547952/2055920 swapFree=4182312/4192956
[pid=23495] ppid=23493 vsize=11012 CPUtime=630.18
/proc/23495/stat : 23495 (minisat+) R 23493 23495 23449 0 -1 4194304 2655 0 0 0 63015 3 0 0 25 0 1 0 258532290 11276288 2634 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580732 0 0 4096 16386 0 0 0 17 1 0 0
/proc/23495/statm: 2753 2634 122 215 0 2535 0
Current children cumulated CPU time (s) 630.18
Current children cumulated vsize (Kb) 11012

[startup+640.379 s]
/proc/loadavg: 0.99 0.94 0.85 2/64 23495
/proc/meminfo: memFree=1547952/2055920 swapFree=4182312/4192956
[pid=23495] ppid=23493 vsize=11012 CPUtime=640.18
/proc/23495/stat : 23495 (minisat+) R 23493 23495 23449 0 -1 4194304 2655 0 0 0 64015 3 0 0 25 0 1 0 258532290 11276288 2634 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134574219 0 0 4096 16386 0 0 0 17 1 0 0
/proc/23495/statm: 2753 2634 122 215 0 2535 0
Current children cumulated CPU time (s) 640.18
Current children cumulated vsize (Kb) 11012

[startup+650.385 s]
/proc/loadavg: 0.99 0.94 0.85 2/64 23495
/proc/meminfo: memFree=1547952/2055920 swapFree=4182312/4192956
[pid=23495] ppid=23493 vsize=11012 CPUtime=650.19
/proc/23495/stat : 23495 (minisat+) R 23493 23495 23449 0 -1 4194304 2655 0 0 0 65016 3 0 0 25 0 1 0 258532290 11276288 2634 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134588636 0 0 4096 16386 0 0 0 17 1 0 0
/proc/23495/statm: 2753 2634 122 215 0 2535 0
Current children cumulated CPU time (s) 650.19
Current children cumulated vsize (Kb) 11012

Child status: 30
Real time (s): 655.649
CPU time (s): 655.452
CPU user time (s): 655.416
CPU system time (s): 0.035994
CPU usage (%): 99.9701
Max. virtual memory (cumulated for all children) (Kb): 11012
The end

Launcher Data (download as text)

Begin job on node72 on Sat Jun 10 08:37:59 UTC 2006


FILE ID= 49852-1149928678

PBS_JOBID= 386268

BENCH NAME= HOME/pub/bench/PB06/final/normalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/normalized-factor-sizeN=40-sizeP=21-sizeQ=40-793490986-max.opb
COMMAND LINE= ROOT/solvers/PB/PB06final/user7/minisat+ ROOT/tmp/node72/49852-1149928678/instance-49852-1149928678.opb
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node72/watcher-49852-1149928678 -o ROOT/results/node72/solver-49852-1149928678 -C 1800 -M 1800 -S 64  ROOT/solvers/PB/PB06final/user7/minisat+ ROOT/tmp/node72/49852-1149928678/instance-49852-1149928678.opb

MD5SUM SOLVER= 490d1d4b9bbf010afe7f0af63a5a62db
MD5SUM BENCH=  d0972750cf259b5b6f93d177cc7cfb4a

RANDOM SEED= 866214656


/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.227
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.227
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:       1558328 kB
Buffers:         38652 kB
Cached:         385388 kB
SwapCached:       2388 kB
Active:          39560 kB
Inactive:       393272 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1558328 kB
SwapTotal:     4192956 kB
SwapFree:      4182312 kB
Dirty:             152 kB
Writeback:           0 kB
Mapped:          15864 kB
Slab:            50888 kB
Committed_AS:   610172 kB
PageTables:       1416 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node72 on Sat Jun 10 08:48:55 UTC 2006