Trace number 3721531

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
PB07: minisat+ 1.14OPT-18535 1075.56 1075.73

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=40-sizeP=21-sizeQ=40-289612555-max.opb
MD5SUM2533454829254b6bcc39aa8d9b25219b
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-18535
Best CPU time to get the best result obtained on this benchmark886.746
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -18535
Optimality of the best value was proved NO
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 2305842614989581580
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

0.00/0.00	c Parsing PB file...
0.01/0.05	c Converting 2522 PB-constraints to clauses...
0.01/0.05	c   -- Unit propagations: (none)
0.01/0.06	c   -- Detecting intervals from adjacent constraints: #
0.01/0.06	c   -- Clauses(.)/Splits(s): ....................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
0.01/0.06	c ---[   0]---> Adder-cost: 1216   maxlim: 22384452473590   bits: 45/45
0.19/0.24	c ==================================[MINISAT+]==================================
0.19/0.24	c | Conflicts | Original         | Learnt                           | Progress |
0.19/0.24	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
0.19/0.24	c ==============================================================================
0.19/0.24	c |         0 |   10252    33903 |    3417       0        0     nan |  0.000 % |
0.19/0.25	c |       100 |   10252    33903 |    3758     100      972     9.7 | 14.021 % |
0.19/0.26	c |       251 |   10252    33903 |    4134     251     5919    23.6 | 14.022 % |
0.19/0.29	c |       477 |   10252    33903 |    4548     477    19520    40.9 | 14.022 % |
0.29/0.31	c |       814 |   10228    33825 |    5002     811    31197    38.5 | 14.161 % |
0.29/0.33	c ==============================================================================
0.29/0.33	c Found solution: -5
0.29/0.33	o -5
0.29/0.33	c ---[   0]---> BDD-cost:   19
0.29/0.33	c ==================================[MINISAT+]==================================
0.29/0.33	c | Conflicts | Original         | Learnt                           | Progress |
0.29/0.33	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
0.29/0.33	c ==============================================================================
0.29/0.33	c |      1022 |   10231    33849 |    3410    1019    36308    35.6 | 14.161 % |
0.29/0.33	c |      1122 |   10231    33849 |    3751    1119    37494    33.5 | 14.193 % |
0.29/0.34	c |      1272 |   10231    33849 |    4126    1269    41681    32.8 | 14.193 % |
0.29/0.35	c |      1497 |   10231    33849 |    4538    1494    46436    31.1 | 14.193 % |
0.29/0.36	c |      1834 |   10231    33849 |    4992    1831    53280    29.1 | 14.202 % |
0.29/0.39	c |      2340 |   10215    33797 |    5491    2335    69883    29.9 | 14.286 % |
0.49/0.50	c |      3099 |   10215    33797 |    6041    3094   114602    37.0 | 14.286 % |
0.59/0.65	c |      4238 |   10215    33797 |    6645    4233   156689    37.0 | 14.286 % |
0.89/0.92	c |      5947 |   10207    33771 |    7309    5941   224554    37.8 | 14.332 % |
1.19/1.29	c |      8509 |   10199    33745 |    8040    4560   180212    39.5 | 14.379 % |
1.79/1.83	c |     12353 |   10175    33667 |    8844    8401   483611    57.6 | 14.518 % |
2.59/2.69	c |     18121 |   10166    33636 |    9729    9282   484534    52.2 | 14.564 % |
3.99/4.06	c |     26771 |   10166    33636 |   10702    7375   224654    30.5 | 14.564 % |
5.98/6.05	c |     39746 |   10166    33636 |   11772    8550   271828    31.8 | 14.564 % |
8.88/8.92	c |     59210 |   10142    33554 |   12949    9517   418366    44.0 | 14.702 % |
9.79/9.80	c ==============================================================================
9.79/9.80	c Found solution: -11
9.79/9.80	o -11
9.79/9.80	c ---[   0]---> BDD-cost:   18
9.79/9.81	c ==================================[MINISAT+]==================================
9.79/9.81	c | Conflicts | Original         | Learnt                           | Progress |
9.79/9.81	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
9.79/9.81	c ==============================================================================
9.79/9.81	c |     65252 |   10092    33388 |    3364    8861   344649    38.9 | 14.702 % |
9.79/9.82	c |     65354 |   10092    33388 |    3700    2318    52514    22.7 | 15.197 % |
9.79/9.84	c |     65504 |   10092    33388 |    4070    2468    60156    24.4 | 15.196 % |
9.79/9.86	c |     65729 |   10092    33388 |    4477    2693    68878    25.6 | 15.197 % |
9.89/9.90	c |     66066 |   10092    33388 |    4925    3030    83427    27.5 | 15.197 % |
9.89/9.95	c |     66572 |   10092    33388 |    5417    3536   110740    31.3 | 15.196 % |
9.98/10.06	c |     67331 |   10092    33388 |    5959    4295   155555    36.2 | 15.197 % |
10.08/10.19	c |     68470 |   10092    33388 |    6555    5434   198329    36.5 | 15.197 % |
10.38/10.40	c |     70181 |   10092    33388 |    7211    3620   118088    32.6 | 15.197 % |
10.68/10.72	c |     72743 |   10092    33388 |    7932    6182   272645    44.1 | 15.197 % |
11.18/11.26	c |     76587 |   10092    33388 |    8725    5683   272517    48.0 | 15.197 % |
11.99/12.04	c |     82353 |   10035    33189 |    9597    6612   359548    54.4 | 15.658 % |
13.28/13.35	c |     91002 |   10024    33146 |   10557   10025   566863    56.5 | 15.751 % |
14.98/15.09	c |    103977 |   10001    33071 |   11613    5632   330685    58.7 | 15.890 % |
18.08/18.13	c |    123438 |   10001    33071 |   12774    6617   230980    34.9 | 15.890 % |
22.18/22.27	c |    152630 |    9960    32938 |   14052    8917   525298    58.9 | 16.259 % |
29.58/29.68	c |    196420 |    9960    32938 |   15457    8436   396004    46.9 | 16.259 % |
41.17/41.29	c |    262104 |    9960    32938 |   17003    9227   561294    60.8 | 16.259 % |
59.67/59.74	c |    360631 |    9960    32938 |   18703   10026   455609    45.4 | 16.259 % |
88.36/88.46	c |    508420 |    9960    32938 |   20573   11555   306742    26.5 | 16.259 % |
136.66/136.77	c |    730103 |    9944    32886 |   22631   19486   794704    40.8 | 16.397 % |
216.95/217.08	c |   1062628 |    9926    32828 |   24894   21528  1869738    86.9 | 16.583 % |
334.73/334.80	c |   1561419 |    9919    32805 |   27383   18873   730914    38.7 | 16.629 % |
369.62/369.73	c ==============================================================================
369.62/369.73	c Found solution: -3707
369.62/369.73	o -3707
369.62/369.73	c ---[   0]---> BDD-cost:   17
369.62/369.73	c ==================================[MINISAT+]==================================
369.62/369.73	c | Conflicts | Original         | Learnt                           | Progress |
369.62/369.73	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
369.62/369.73	c ==============================================================================
369.62/369.73	c |   1720462 |    9920    32805 |    3306   22964   728760    31.7 | 16.629 % |
369.62/369.78	c |   1720563 |    9920    32805 |    3636    2975    27706     9.3 | 16.691 % |
369.62/369.79	c |   1720713 |    9920    32805 |    4000    3125    34568    11.1 | 16.691 % |
369.72/369.81	c |   1720939 |    9920    32805 |    4400    3351    42343    12.6 | 16.690 % |
369.72/369.84	c |   1721276 |    9920    32805 |    4840    3688    54760    14.8 | 16.691 % |
369.72/369.88	c |   1721783 |    9920    32805 |    5324    4195    87578    20.9 | 16.691 % |
369.82/369.96	c |   1722542 |    9920    32805 |    5856    4954   123605    25.0 | 16.691 % |
369.92/370.06	c |   1723682 |    9920    32805 |    6442    6094   152442    25.0 | 16.691 % |
370.12/370.28	c |   1725393 |    9920    32805 |    7086    4040   169764    42.0 | 16.691 % |
370.42/370.59	c |   1727958 |    9920    32805 |    7795    6605   349040    52.8 | 16.691 % |
370.82/370.98	c |   1731803 |    9920    32805 |    8574    5980   225044    37.6 | 16.690 % |
371.63/371.71	c |   1737569 |    9920    32805 |    9432    6973   203247    29.1 | 16.690 % |
372.83/372.99	c |   1746218 |    9920    32805 |   10375    5307   103595    19.5 | 16.690 % |
374.72/374.80	c |   1759192 |    9920    32805 |   11413    7299   271678    37.2 | 16.691 % |
377.52/377.65	c |   1778653 |    9666    32001 |   12554    8110   330988    40.8 | 18.027 % |
382.12/382.24	c |   1807846 |    9429    31257 |   13809   10128   522044    51.5 | 19.548 % |
388.72/388.87	c |   1851636 |    9429    31257 |   15190    9630   361604    37.5 | 19.549 % |
400.42/400.57	c |   1917320 |    9429    31257 |   16710   11289   747194    66.2 | 19.548 % |
419.02/419.15	c |   2015846 |    9429    31257 |   18381   13289   652755    49.1 | 19.551 % |
445.42/445.56	c |   2163638 |    9429    31257 |   20219   16198   539410    33.3 | 19.551 % |
487.90/488.06	c |   2385324 |    9429    31257 |   22241   17900   777403    43.4 | 19.552 % |
556.09/556.28	c |   2717850 |    9429    31257 |   24465   15492   517521    33.4 | 19.552 % |
655.88/656.03	c |   3216641 |    9429    31257 |   26911   20684  1292422    62.5 | 19.548 % |
667.67/667.85	c ==============================================================================
667.67/667.85	c Found solution: -18535
667.67/667.85	o -18535
667.67/667.85	c ---[   0]---> BDD-cost:   17
667.67/667.86	c ==================================[MINISAT+]==================================
667.67/667.86	c | Conflicts | Original         | Learnt                           | Progress |
667.67/667.86	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
667.67/667.86	c ==============================================================================
667.67/667.86	c |   3274405 |    9440    31292 |    3146   23248  1018529    43.8 | 19.548 % |
667.67/667.89	c |   3274505 |    9440    31292 |    3460    3006    36537    12.2 | 19.534 % |
667.77/667.91	c |   3274655 |    9440    31292 |    3806    3156    47826    15.2 | 19.531 % |
667.77/667.92	c |   3274881 |    9440    31292 |    4187    3382    51836    15.3 | 19.534 % |
667.77/667.95	c |   3275219 |    9440    31292 |    4606    3720    69498    18.7 | 19.531 % |
667.87/668.01	c |   3275725 |    9440    31292 |    5066    4226    96476    22.8 | 19.534 % |
667.97/668.10	c |   3276484 |    9440    31292 |    5573    4985   120548    24.2 | 19.535 % |
668.07/668.23	c |   3277625 |    9440    31292 |    6130    6126   157870    25.8 | 19.535 % |
668.27/668.48	c |   3279335 |    9440    31292 |    6743    4443    99910    22.5 | 19.535 % |
668.58/668.80	c |   3281897 |    9440    31292 |    7418    7005   177573    25.3 | 19.535 % |
669.07/669.27	c |   3285743 |    9440    31292 |    8159    6719   143432    21.3 | 19.535 % |
669.87/670.02	c |   3291511 |    9440    31292 |    8975    7910   241965    30.6 | 19.535 % |
670.88/671.07	c |   3300162 |    9440    31292 |    9873    6716   126474    18.8 | 19.538 % |
672.47/672.63	c |   3313137 |    9440    31292 |   10860    8912   193706    21.7 | 19.534 % |
675.07/675.28	c |   3332598 |    9253    30685 |   11946   10946   333651    30.5 | 20.772 % |
679.17/679.34	c |   3361791 |    9226    30592 |   13141    8549   267141    31.2 | 20.913 % |
685.87/686.09	c |   3405581 |    9208    30528 |   14455   10596   390509    36.9 | 21.048 % |
696.27/696.46	c |   3471265 |    9045    30004 |   15901   15371   429716    28.0 | 22.197 % |
713.27/713.41	c |   3569792 |    9045    30004 |   17491   13504   432211    32.0 | 22.200 % |
738.56/738.71	c |   3717583 |    8648    28762 |   19240   14208   614438    43.2 | 25.048 % |
777.16/777.30	c |   3939267 |    8648    28762 |   21164   14469   684990    47.3 | 25.046 % |
836.05/836.27	c |   4271792 |    8516    28365 |   23281   16468   523197    31.8 | 25.919 % |
934.53/934.74	c |   4770582 |    8516    28365 |   25609   19281   605597    31.4 | 25.919 % |
1075.52/1075.73	c ==============================================================================
1075.52/1075.73	c Optimal solution: -18535
1075.52/1075.73	s OPTIMUM FOUND
1075.52/1075.73	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 -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 -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 -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 x514 -x515 -x516 x517 -x518 -x519 x520 -x521 -x522 -x523 x524 -x525 -x526 x527 -x528 -x529 -x530 -x531 -x532 -x533 -x534 -x535 -x536 -x537 -x538 -x539 -x540 -x541 x582 -x583 x584 x585 x586 x587 -x588 x589 x590 x591 x592 x593 x594 -x595 -x596 x597 -x598 -x599 x600 -x601 -x602 -x603 x604 -x605 -x606 x607 -x608 -x609 -x610 -x611 -x612 -x613 -x614 -x615 -x616 -x617 -x618 -x619 -x620 -x621 -x622 -x623 -x624 -x625 -x626 -x627 -x628 -x629 -x630 -x631 -x632 -x633 -x634 -x635 -x636 -x637 -x638 -x639 -x640 -x641 -x642 -x643 -x644 -x645 -x646 -x647 -x648 -x649 -x650 -x651 -x652 -x653 -x654 -x655 -x656 -x657 -x658 -x659 -x660 -x661 -x662 -x663 -x664 -x665 -x666 -x667 -x668 -x669 -x670 -x671 -x672 -x673 -x674 -x675 -x676 -x677 -x678 -x679 -x680 -x681 -x682 -x683 -x684 -x685 -x686 -x687 -x688 -x689 -x690 -x691 -x692 -x693 -x694 -x695 -x696 -x697 -x698 -x699 -x700 -x701 x702 -x703 x704 x705 x706 x707 -x708 x709 x710 x711 x712 x713 x714 -x715 -x716 x717 -x718 -x719 x720 -x721 -x722 -x723 x724 -x725 -x726 x727 -x728 -x729 -x730 -x731 -x732 -x733 -x734 -x735 -x736 -x737 -x738 -x739 -x740 -x741 x742 -x743 x744 x745 x746 x747 -x748 x749 x750 x751 x752 x753 x754 -x755 -x756 x757 -x758 -x759 x760 -x761 -x762 -x763 x764 -x765 -x766 x767 -x768 -x769 -x770 -x771 -x772 -x773 -x774 -x775 -x776 -x777 -x778 -x779 -x780 -x781 -x782 -x783 -x784 -x785 -x786 -x787 -x788 -x789 -x790 -x791 -x792 -x793 -x794 -x795 -x796 -x797 -x798 -x799 -x800 -x801 -x802 -x803 -x804 -x805 -x806 -x807 -x808 -x809 -x810 -x811 -x812 -x813 -x814 -x815 -x816 -x817 -x818 -x819 -x820 -x821 -x822 -x823 -x824 -x825 -x826 -x827 -x828 -x829 -x830 -x831 -x832 -x833 -x834 -x835 -x836 -x837 -x838 -x839 -x840 -x841 -x842 -x843 -x844 -x845 -x846 -x847 -x848 -x849 -x850 -x851 -x852 -x853 -x854 -x855 -x856 -x857 -x858 -x859 -x860 -x861 -x862 -x863 -x864 -x865 -x866 -x867 -x868 -x869 -x870 -x871 -x872 -x873 -x874 -x875 -x876 -x877 -x878 -x879 -x880 -x881 -x882 -x883 -x884 -x885 -x886 -x887 -x888 -x889 -x890 -x891 -x892 -x893 -x894 -x895 -x896 -x897 -x898 -x899 -x900 -x901 -x102 -x103 -x104 -x105 -x106 -x107 -x108 -x109 -x110 -x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120 -x121 -x122 -x123 -x124 -x125 -x126 -x127 -x128 -x129 -x130 -x131 -x132 -x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140 -x141 x142 -x143 x144 x145 x146 x147 -x148 x149 x150 x151 x152 x153 x154 -x155 -x156 x157 -x158 -x159 x160 -x161 -x162 -x163 x164 -x165 -x166 x167 -x168 -x169 -x170 -x171 -x172 -x173 -x174 -x175 -x176 -x177 -x178 -x179 -x180 -x181 -x182 -x183 -x184 -x185 -x186 -x187 -x188 -x189 -x190 -x191 -x192 -x193 -x194 -x195 -x196 -x197 -x198 -x199 -x200 -x201 -x202 -x203 -x204 -x205 -x206 -x207 -x208 -x209 -x210 -x211 -x212 -x213 -x214 -x215 -x216 -x217 -x218 -x219 -x220 -x221 -x222 -x223 -x224 -x225 -x226 -x227 -x228 -x229 -x230 -x231 -x232 -x233 -x234 -x235 -x236 -x237 -x238 -x239 -x240 -x241 -x242 -x243 -x244 -x245 -x246 -x247 -x248 -x249 -x250 -x251 -x252 -x253 -x254 -x255 -x256 -x257 -x258 -x259 -x260 -x261 x262 -x263 x264 x265 x266 x267 -x268 x269 x270 x271 x272 x273 x274 -x275 -x276 x277 -x278 -x279 x280 -x281 -x282 -x283 x284 -x285 -x286 x287 -x288 -x289 -x290 -x291 -x292 -x293 -x294 -x295 -x296 -x297 -x298 -x299 -x300 -x301 -x302 -x303 -x304 -x305 -x306 -x307 -x308 -x309 -x310 -x311 -x312 -x313 -x314 -x315 -x316 -x317 -x318 -x319 -x320 -x321 -x322 -x323 -x324 -x325 -x326 -x327 -x328 -x329 -x330 -x331 -x332 -x333 -x334 -x335 -x336 -x337 -x338 -x339 -x340 -x341 -x342 -x343 -x344 -x345 -x346 -x347 -x348 -x349 -x350 -x351 -x352 -x353 -x354 -x355 -x356 -x357 -x358 -x359 -x360 -x361 -x362 -x363 -x364 -x365 -x366 -x367 -x368 -x369 -x370 -x371 -x372 -x373 -x374 -x375 -x376 -x377 -x378 -x379 -x380 -x381 -x382 -x383 -x384 -x385 -x386 -x387 -x388 -x389 -x390 -x391 -x392 -x393 -x394 -x395 -x396 -x397 -x398 -x399 -x400 -x401 -x402 -x403 -x404 -x405 -x406 -x407 -x408 -x409 -x410 -x411 -x412 -x413 -x414 -x415 -x416 -x417 -x418 -x419 -x420 -x421 -x422 -x423 -x424 -x425 -x426 -x427 -x428 -x429 -x430 -x431 -x432 -x433 -x434 -x435 -x436 -x437 -x438 -x439 -x440 -x441 -x442 -x443 -x444 -x445 -x446 -x447 -x448 -x449 -x450 -x451 -x452 -x453 -x454 -x455 -x456 -x457 -x458 -x459 -x460 -x461 -x462 -x463 -x464 -x465 -x466 -x467 -x468 -x469 -x470 -x471 -x472 -x473 -x474 -x475 -x476 -x477 -x478 -x479 -x480 -x481 -x482 -x483 -x484 -x485 -x486 -x487 -x488 -x489 -x490 -x491 -x492 -x493 -x494 -x495 -x496 -x497 -x498 -x499 -x500 -x501 -x542 -x543 -x544 -x545 -x546 -x547 -x548 -x549 -x550 -x551 -x552 -x553 -x554 -x555 -x556 -x557 -x558 -x559 -x560 -x561 -x562 -x563 -x564 -x565 -x566 -x567 -x568 -x569 -x570 -x571 -x572 -x573 -x574 -x575 -x576 -x577 -x578 -x579 -x580 -x581
1075.52/1075.73	c _______________________________________________________________________________
1075.52/1075.73	c 
1075.52/1075.73	c restarts              : 89
1075.52/1075.73	c conflicts             : 5408957        (5029 /sec)
1075.52/1075.73	c decisions             : 7325090        (6811 /sec)
1075.52/1075.73	c propagations          : 0              (0 /sec)
1075.52/1075.73	c inspects              : 0              (0 /sec)
1075.52/1075.73	c CPU time              : 1075.53 s
1075.52/1075.73	c _______________________________________________________________________________

Verifier Data

OK	-18535

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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

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

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 1.93 4/177 10542
/proc/meminfo: memFree=27256168/32873844 swapFree=7628/7628
[pid=10542] ppid=10540 vsize=1276 CPUtime=0 cores=0,2,4,6
/proc/10542/stat : 10542 (minisat+) R 10540 10542 10030 0 -1 4202496 160 0 0 0 0 0 0 0 20 0 1 0 321842992 1306624 118 33554432000 134512640 135395479 4291166000 4291164412 135007481 0 0 4096 16386 0 0 0 17 0 0 0 0 0 0
/proc/10542/statm: 319 118 74 216 0 101 0

[startup+0.018924 s]
/proc/loadavg: 2.00 2.00 1.93 4/177 10542
/proc/meminfo: memFree=27256168/32873844 swapFree=7628/7628
[pid=10542] ppid=10540 vsize=1436 CPUtime=0.01 cores=0,2,4,6
/proc/10542/stat : 10542 (minisat+) R 10540 10542 10030 0 -1 4202496 225 0 0 0 1 0 0 0 20 0 1 0 321842992 1470464 183 33554432000 134512640 135395479 4291166000 4291164468 135003832 0 0 4096 16386 0 0 0 17 0 0 0 0 0 0
/proc/10542/statm: 359 183 74 216 0 141 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1436

[startup+0.100207 s]
/proc/loadavg: 2.00 2.00 1.93 4/177 10542
/proc/meminfo: memFree=27256168/32873844 swapFree=7628/7628
[pid=10542] ppid=10540 vsize=2828 CPUtime=0.09 cores=0,2,4,6
/proc/10542/stat : 10542 (minisat+) R 10540 10542 10030 0 -1 4202496 594 0 0 0 9 0 0 0 20 0 1 0 321842992 2895872 548 33554432000 134512640 135395479 4291166000 4291155416 134809081 0 0 4096 16386 0 0 0 17 0 0 0 0 0 0
/proc/10542/statm: 707 548 92 216 0 489 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2828

[startup+0.300177 s]
/proc/loadavg: 2.00 2.00 1.93 4/177 10542
/proc/meminfo: memFree=27256168/32873844 swapFree=7628/7628
[pid=10542] ppid=10540 vsize=3368 CPUtime=0.29 cores=0,2,4,6
/proc/10542/stat : 10542 (minisat+) R 10540 10542 10030 0 -1 4202496 768 0 0 0 29 0 0 0 20 0 1 0 321842992 3448832 722 33554432000 134512640 135395479 4291166000 4291164464 134588659 0 0 4096 16386 0 0 0 17 0 0 0 0 0 0
/proc/10542/statm: 842 722 122 216 0 624 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 3368

[startup+0.700181 s]
/proc/loadavg: 2.00 2.00 1.93 4/177 10542
/proc/meminfo: memFree=27256168/32873844 swapFree=7628/7628
[pid=10542] ppid=10540 vsize=3760 CPUtime=0.69 cores=0,2,4,6
/proc/10542/stat : 10542 (minisat+) R 10540 10542 10030 0 -1 4202496 869 0 0 0 69 0 0 0 20 0 1 0 321842992 3850240 823 33554432000 134512640 135395479 4291166000 4291163968 134577408 0 0 4096 16386 0 0 0 17 0 0 0 0 0 0
/proc/10542/statm: 940 823 122 216 0 722 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 3760

[startup+1.50018 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 10543
/proc/meminfo: memFree=27253340/32873844 swapFree=7628/7628
[pid=10542] ppid=10540 vsize=4672 CPUtime=1.49 cores=0,2,4,6
/proc/10542/stat : 10542 (minisat+) R 10540 10542 10030 0 -1 4202496 1069 0 0 0 149 0 0 0 20 0 1 0 321842992 4784128 1023 33554432000 134512640 135395479 4291166000 4291164352 134580783 0 0 4096 16386 0 0 0 17 0 0 0 0 0 0
/proc/10542/statm: 1168 1023 122 216 0 950 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 4672

[startup+3.10018 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 10543
/proc/meminfo: memFree=27251216/32873844 swapFree=7628/7628
[pid=10542] ppid=10540 vsize=5596 CPUtime=3.09 cores=0,2,4,6
/proc/10542/stat : 10542 (minisat+) R 10540 10542 10030 0 -1 4202496 1320 0 0 0 309 0 0 0 20 0 1 0 321842992 5730304 1274 33554432000 134512640 135395479 4291166000 4291164464 134588652 0 0 4096 16386 0 0 0 17 0 0 0 0 0 0
/proc/10542/statm: 1399 1274 122 216 0 1181 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 5596

[startup+6.30024 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 10543
/proc/meminfo: memFree=27251276/32873844 swapFree=7628/7628
[pid=10542] ppid=10540 vsize=5596 CPUtime=6.28 cores=0,2,4,6
/proc/10542/stat : 10542 (minisat+) R 10540 10542 10030 0 -1 4202496 1322 0 0 0 628 0 0 0 20 0 1 0 321842992 5730304 1275 33554432000 134512640 135395479 4291166000 4291164352 134580970 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/10542/statm: 1399 1275 122 216 0 1181 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 5596

[startup+12.7002 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 10543
/proc/meminfo: memFree=27250168/32873844 swapFree=7628/7628
[pid=10542] ppid=10540 vsize=6516 CPUtime=12.68 cores=0,2,4,6
/proc/10542/stat : 10542 (minisat+) R 10540 10542 10030 0 -1 4202496 1527 0 0 0 1268 0 0 0 20 0 1 0 321842992 6672384 1480 33554432000 134512640 135395479 4291166000 4291164352 134580732 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/10542/statm: 1629 1480 122 216 0 1411 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 6516

[startup+25.5002 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 10543
/proc/meminfo: memFree=27248816/32873844 swapFree=7628/7628
[pid=10542] ppid=10540 vsize=8340 CPUtime=25.48 cores=0,2,4,6
/proc/10542/stat : 10542 (minisat+) R 10540 10542 10030 0 -1 4202496 1990 0 0 0 2548 0 0 0 20 0 1 0 321842992 8540160 1943 33554432000 134512640 135395479 4291166000 4291163968 134579841 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/10542/statm: 2085 1943 122 216 0 1867 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 8340

[startup+51.1002 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 10543
/proc/meminfo: memFree=27246644/32873844 swapFree=7628/7628
[pid=10542] ppid=10540 vsize=9904 CPUtime=51.07 cores=0,2,4,6
/proc/10542/stat : 10542 (minisat+) R 10540 10542 10030 0 -1 4202496 2407 0 0 0 5107 0 0 0 20 0 1 0 321842992 10141696 2359 33554432000 134512640 135395479 4291166000 4291163872 134574149 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/10542/statm: 2476 2359 122 216 0 2258 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 9904

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 1.93 3/177 10543
/proc/meminfo: memFree=27244544/32873844 swapFree=7628/7628
[pid=10542] ppid=10540 vsize=11184 CPUtime=102.27 cores=0,2,4,6
/proc/10542/stat : 10542 (minisat+) R 10540 10542 10030 0 -1 4202496 2712 0 0 0 10227 0 0 0 20 0 1 0 321842992 11452416 2664 33554432000 134512640 135395479 4291166000 4291164352 134580929 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/10542/statm: 2796 2664 122 216 0 2578 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 11184

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/177 10543
/proc/meminfo: memFree=27238216/32873844 swapFree=7628/7628
[pid=10542] ppid=10540 vsize=16656 CPUtime=162.26 cores=0,2,4,6
/proc/10542/stat : 10542 (minisat+) R 10540 10542 10030 0 -1 4202496 4071 0 0 0 16225 1 0 0 20 0 1 0 321842992 17055744 4032 33554432000 134512640 135395479 4291166000 4291164352 134580750 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/10542/statm: 4164 4032 122 216 0 3946 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 16656

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/177 10544
/proc/meminfo: memFree=27236476/32873844 swapFree=7628/7628
[pid=10542] ppid=10540 vsize=17840 CPUtime=222.25 cores=0,2,4,6
/proc/10542/stat : 10542 (minisat+) R 10540 10542 10030 0 -1 4202496 4374 0 0 0 22224 1 0 0 20 0 1 0 321842992 18268160 4336 33554432000 134512640 135395479 4291166000 4291164352 134580975 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/10542/statm: 4460 4336 122 216 0 4242 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 17840

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 10547
/proc/meminfo: memFree=27234048/32873844 swapFree=7628/7628
[pid=10542] ppid=10540 vsize=18492 CPUtime=282.24 cores=0,2,4,6
/proc/10542/stat : 10542 (minisat+) R 10540 10542 10030 0 -1 4202496 4533 0 0 0 28223 1 0 0 20 0 1 0 321842992 18935808 4496 33554432000 134512640 135395479 4291166000 4291164352 134580765 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/10542/statm: 4623 4496 122 216 0 4405 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 18492

[startup+342.3 s]
/proc/loadavg: 2.03 2.01 1.93 3/177 10547
/proc/meminfo: memFree=27234188/32873844 swapFree=7628/7628
[pid=10542] ppid=10540 vsize=18492 CPUtime=342.23 cores=0,2,4,6
/proc/10542/stat : 10542 (minisat+) R 10540 10542 10030 0 -1 4202496 4533 0 0 0 34222 1 0 0 20 0 1 0 321842992 18935808 4496 33554432000 134512640 135395479 4291166000 4291163968 134576222 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/10542/statm: 4623 4496 122 216 0 4405 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 18492

[startup+402.3 s]
/proc/loadavg: 2.08 2.02 1.94 3/177 10547
/proc/meminfo: memFree=27233628/32873844 swapFree=7628/7628
[pid=10542] ppid=10540 vsize=18492 CPUtime=402.22 cores=0,2,4,6
/proc/10542/stat : 10542 (minisat+) R 10540 10542 10030 0 -1 4202496 4533 0 0 0 40221 1 0 0 20 0 1 0 321842992 18935808 4496 33554432000 134512640 135395479 4291166000 4291164352 134580765 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/10542/statm: 4623 4496 122 216 0 4405 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 18492

[startup+462.3 s]
/proc/loadavg: 2.03 2.02 1.94 3/177 10547
/proc/meminfo: memFree=27234124/32873844 swapFree=7628/7628
[pid=10542] ppid=10540 vsize=18492 CPUtime=462.21 cores=0,2,4,6
/proc/10542/stat : 10542 (minisat+) R 10540 10542 10030 0 -1 4202496 4533 0 0 0 46220 1 0 0 20 0 1 0 321842992 18935808 4496 33554432000 134512640 135395479 4291166000 4291164352 134580765 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/10542/statm: 4623 4496 122 216 0 4405 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 18492

[startup+522.3 s]
/proc/loadavg: 2.01 2.01 1.94 3/177 10548
/proc/meminfo: memFree=27233876/32873844 swapFree=7628/7628
[pid=10542] ppid=10540 vsize=18492 CPUtime=522.2 cores=0,2,4,6
/proc/10542/stat : 10542 (minisat+) R 10540 10542 10030 0 -1 4202496 4533 0 0 0 52219 1 0 0 20 0 1 0 321842992 18935808 4496 33554432000 134512640 135395479 4291166000 4291163968 134576846 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/10542/statm: 4623 4496 122 216 0 4405 0
Current children cumulated CPU time (s) 522.2
Current children cumulated vsize (KiB) 18492

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 10549
/proc/meminfo: memFree=27233992/32873844 swapFree=7628/7628
[pid=10542] ppid=10540 vsize=18492 CPUtime=582.19 cores=0,2,4,6
/proc/10542/stat : 10542 (minisat+) R 10540 10542 10030 0 -1 4202496 4533 0 0 0 58218 1 0 0 20 0 1 0 321842992 18935808 4496 33554432000 134512640 135395479 4291166000 4291164352 134580765 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/10542/statm: 4623 4496 122 216 0 4405 0
Current children cumulated CPU time (s) 582.19
Current children cumulated vsize (KiB) 18492

[startup+642.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/177 10549
/proc/meminfo: memFree=27233504/32873844 swapFree=7628/7628
[pid=10542] ppid=10540 vsize=18492 CPUtime=642.19 cores=0,2,4,6
/proc/10542/stat : 10542 (minisat+) R 10540 10542 10030 0 -1 4202496 4533 0 0 0 64218 1 0 0 20 0 1 0 321842992 18935808 4496 33554432000 134512640 135395479 4291166000 4291164352 134580947 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/10542/statm: 4623 4496 122 216 0 4405 0
Current children cumulated CPU time (s) 642.19
Current children cumulated vsize (KiB) 18492

[startup+702.3 s]
/proc/loadavg: 2.04 2.01 1.94 3/177 10549
/proc/meminfo: memFree=27233380/32873844 swapFree=7628/7628
[pid=10542] ppid=10540 vsize=18492 CPUtime=702.17 cores=0,2,4,6
/proc/10542/stat : 10542 (minisat+) R 10540 10542 10030 0 -1 4202496 4533 0 0 0 70216 1 0 0 20 0 1 0 321842992 18935808 4496 33554432000 134512640 135395479 4291166000 4291164352 134580915 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/10542/statm: 4623 4496 122 216 0 4405 0
Current children cumulated CPU time (s) 702.17
Current children cumulated vsize (KiB) 18492

[startup+762.306 s]
/proc/loadavg: 2.13 2.04 1.95 3/177 10549
/proc/meminfo: memFree=27233256/32873844 swapFree=7628/7628
[pid=10542] ppid=10540 vsize=18492 CPUtime=762.17 cores=0,2,4,6
/proc/10542/stat : 10542 (minisat+) R 10540 10542 10030 0 -1 4202496 4533 0 0 0 76216 1 0 0 20 0 1 0 321842992 18935808 4496 33554432000 134512640 135395479 4291166000 4291164352 134580854 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/10542/statm: 4623 4496 122 216 0 4405 0
Current children cumulated CPU time (s) 762.17
Current children cumulated vsize (KiB) 18492

[startup+822.3 s]
/proc/loadavg: 2.04 2.03 1.95 3/177 10550
/proc/meminfo: memFree=27233380/32873844 swapFree=7628/7628
[pid=10542] ppid=10540 vsize=18492 CPUtime=822.15 cores=0,2,4,6
/proc/10542/stat : 10542 (minisat+) R 10540 10542 10030 0 -1 4202496 4533 0 0 0 82214 1 0 0 20 0 1 0 321842992 18935808 4496 33554432000 134512640 135395479 4291166000 4291164352 134581436 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/10542/statm: 4623 4496 122 216 0 4405 0
Current children cumulated CPU time (s) 822.15
Current children cumulated vsize (KiB) 18492

[startup+882.3 s]
/proc/loadavg: 2.06 2.04 1.96 3/178 10553
/proc/meminfo: memFree=27232752/32873844 swapFree=7628/7628
[pid=10542] ppid=10540 vsize=18492 CPUtime=882.14 cores=0,2,4,6
/proc/10542/stat : 10542 (minisat+) R 10540 10542 10030 0 -1 4202496 4533 0 0 0 88213 1 0 0 20 0 1 0 321842992 18935808 4496 33554432000 134512640 135395479 4291166000 4291164352 134581451 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/10542/statm: 4623 4496 122 216 0 4405 0
Current children cumulated CPU time (s) 882.14
Current children cumulated vsize (KiB) 18492

[startup+942.3 s]
/proc/loadavg: 2.02 2.03 1.96 3/177 10553
/proc/meminfo: memFree=27232636/32873844 swapFree=7628/7628
[pid=10542] ppid=10540 vsize=18492 CPUtime=942.13 cores=0,2,4,6
/proc/10542/stat : 10542 (minisat+) R 10540 10542 10030 0 -1 4202496 4533 0 0 0 94212 1 0 0 20 0 1 0 321842992 18935808 4496 33554432000 134512640 135395479 4291166000 4291163968 134578241 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/10542/statm: 4623 4496 122 216 0 4405 0
Current children cumulated CPU time (s) 942.13
Current children cumulated vsize (KiB) 18492

[startup+1002.3 s]
/proc/loadavg: 2.01 2.02 1.96 3/177 10654
/proc/meminfo: memFree=27220376/32873844 swapFree=7628/7628
[pid=10542] ppid=10540 vsize=18492 CPUtime=1002.13 cores=0,2,4,6
/proc/10542/stat : 10542 (minisat+) R 10540 10542 10030 0 -1 4202496 4533 0 0 0 100211 2 0 0 20 0 1 0 321842992 18935808 4496 33554432000 134512640 135395479 4291166000 4291163968 134576865 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/10542/statm: 4623 4496 122 216 0 4405 0
Current children cumulated CPU time (s) 1002.13
Current children cumulated vsize (KiB) 18492

[startup+1062.3 s]
/proc/loadavg: 2.04 2.03 1.96 3/177 10654
/proc/meminfo: memFree=27201368/32873844 swapFree=7628/7628
[pid=10542] ppid=10540 vsize=18492 CPUtime=1062.12 cores=0,2,4,6
/proc/10542/stat : 10542 (minisat+) R 10540 10542 10030 0 -1 4202496 4533 0 0 0 106210 2 0 0 20 0 1 0 321842992 18935808 4496 33554432000 134512640 135395479 4291166000 4291164352 134580854 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/10542/statm: 4623 4496 122 216 0 4405 0
Current children cumulated CPU time (s) 1062.12
Current children cumulated vsize (KiB) 18492

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

[startup+1068.7 s]
/proc/loadavg: 2.04 2.03 1.96 3/177 10654
/proc/meminfo: memFree=27199260/32873844 swapFree=7628/7628
[pid=10542] ppid=10540 vsize=18492 CPUtime=1068.52 cores=0,2,4,6
/proc/10542/stat : 10542 (minisat+) R 10540 10542 10030 0 -1 4202496 4533 0 0 0 106850 2 0 0 20 0 1 0 321842992 18935808 4496 33554432000 134512640 135395479 4291166000 4291164352 134581053 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/10542/statm: 4623 4496 122 216 0 4405 0
Current children cumulated CPU time (s) 1068.52
Current children cumulated vsize (KiB) 18492

[startup+1071.9 s]
/proc/loadavg: 2.04 2.03 1.96 3/177 10654
/proc/meminfo: memFree=27199632/32873844 swapFree=7628/7628
[pid=10542] ppid=10540 vsize=18492 CPUtime=1071.72 cores=0,2,4,6
/proc/10542/stat : 10542 (minisat+) R 10540 10542 10030 0 -1 4202496 4533 0 0 0 107170 2 0 0 20 0 1 0 321842992 18935808 4496 33554432000 134512640 135395479 4291166000 4291164352 134580732 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/10542/statm: 4623 4496 122 216 0 4405 0
Current children cumulated CPU time (s) 1071.72
Current children cumulated vsize (KiB) 18492

[startup+1073.5 s]
/proc/loadavg: 2.04 2.03 1.96 3/177 10654
/proc/meminfo: memFree=27199632/32873844 swapFree=7628/7628
[pid=10542] ppid=10540 vsize=18492 CPUtime=1073.32 cores=0,2,4,6
/proc/10542/stat : 10542 (minisat+) R 10540 10542 10030 0 -1 4202496 4533 0 0 0 107330 2 0 0 20 0 1 0 321842992 18935808 4496 33554432000 134512640 135395479 4291166000 4291164352 134580765 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/10542/statm: 4623 4496 122 216 0 4405 0
Current children cumulated CPU time (s) 1073.32
Current children cumulated vsize (KiB) 18492

[startup+1075.1 s]
/proc/loadavg: 2.03 2.03 1.96 3/177 10654
/proc/meminfo: memFree=27199632/32873844 swapFree=7628/7628
[pid=10542] ppid=10540 vsize=18492 CPUtime=1074.92 cores=0,2,4,6
/proc/10542/stat : 10542 (minisat+) R 10540 10542 10030 0 -1 4202496 4533 0 0 0 107490 2 0 0 20 0 1 0 321842992 18935808 4496 33554432000 134512640 135395479 4291166000 4291164352 134581053 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/10542/statm: 4623 4496 122 216 0 4405 0
Current children cumulated CPU time (s) 1074.92
Current children cumulated vsize (KiB) 18492

[startup+1075.5 s]
/proc/loadavg: 2.03 2.03 1.96 3/177 10654
/proc/meminfo: memFree=27199632/32873844 swapFree=7628/7628
[pid=10542] ppid=10540 vsize=18492 CPUtime=1075.32 cores=0,2,4,6
/proc/10542/stat : 10542 (minisat+) R 10540 10542 10030 0 -1 4202496 4533 0 0 0 107530 2 0 0 20 0 1 0 321842992 18935808 4496 33554432000 134512640 135395479 4291166000 4291164352 134580765 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/10542/statm: 4623 4496 122 216 0 4405 0
Current children cumulated CPU time (s) 1075.32
Current children cumulated vsize (KiB) 18492

[startup+1075.7 s]
/proc/loadavg: 2.03 2.03 1.96 3/177 10654
/proc/meminfo: memFree=27199684/32873844 swapFree=7628/7628
[pid=10542] ppid=10540 vsize=18492 CPUtime=1075.52 cores=0,2,4,6
/proc/10542/stat : 10542 (minisat+) R 10540 10542 10030 0 -1 4202496 4533 0 0 0 107550 2 0 0 20 0 1 0 321842992 18935808 4496 33554432000 134512640 135395479 4291166000 4291164352 134580825 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/10542/statm: 4623 4496 122 216 0 4405 0
Current children cumulated CPU time (s) 1075.52
Current children cumulated vsize (KiB) 18492

Child status: 30
Real time (s): 1075.73
CPU time (s): 1075.56
CPU user time (s): 1075.53
CPU system time (s): 0.022996
CPU usage (%): 99.9837
Max. virtual memory (cumulated for all children) (KiB): 18492

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1075.53
system time used= 0.022996
maximum resident set size= 17992
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4536
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= 9
involuntary context switches= 1200

runsolver used 1.70674 second user time and 4.16837 second system time

The end

Launcher Data

Begin job on node107 at 2012-06-01 15:25:44
IDJOB=3721531
IDBENCH=3007
IDSOLVER=2306
FILE ID=node107/3721531-1338557144
RUNJOBID= node107-1338552576-10046
PBS_JOBID= 14635877
Free space on /tmp= 70780 MiB

SOLVER NAME= minisat+ 1.14
BENCH NAME= PB06/final/normalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/normalized-factor-sizeN=40-sizeP=21-sizeQ=40-289612555-max.opb
COMMAND LINE= HOME/minisat+ BENCHNAME            
CONVERSION SCRIPT= PBconversionToLinear BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3721531-1338557144/watcher-3721531-1338557144 -o /tmp/evaluation-result-3721531-1338557144/solver-3721531-1338557144 -C 1800 -W 1900 -M 15500  HOME/minisat+ HOME/instance-3721531-1338557144.opb            

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

MD5SUM BENCH= 2533454829254b6bcc39aa8d9b25219b
RANDOM SEED=1237886432

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        27257084 kB
Buffers:          440900 kB
Cached:          4282864 kB
SwapCached:           76 kB
Active:          1837500 kB
Inactive:        2913756 kB
Active(anon):      18420 kB
Inactive(anon):    11072 kB
Active(file):    1819080 kB
Inactive(file):  2902684 kB
Unevictable:        7628 kB
Mlocked:            7628 kB
SwapTotal:      67108856 kB
SwapFree:       67108780 kB
Dirty:              2568 kB
Writeback:             0 kB
AnonPages:         34528 kB
Mapped:            14740 kB
Shmem:               184 kB
Slab:             725804 kB
SReclaimable:     167676 kB
SUnreclaim:       558128 kB
KernelStack:        1480 kB
PageTables:         3396 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     141340 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     12288 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

CONVERSION COMMAND LINE= PBconversionToLinear HOME/instance-3721531-1338557144.opb

Free space on /tmp at the end= 70780 MiB
End job on node107 at 2012-06-01 15:43:40