Trace number 355289

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerObjective functionCPU timeWall clock time
minisat+ 1.14SAT (TO)-18535 1800.04 1800.61

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

0.00/0.00	c Parsing PB file...
0.05/0.09	c Converting 2522 PB-constraints to clauses...
0.05/0.09	c   -- Unit propagations: (none)
0.09/0.12	c   -- Detecting intervals from adjacent constraints: #
0.09/0.12	c   -- Clauses(.)/Splits(s): ....................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
0.09/0.12	c ---[   0]---> Adder-cost: 1216   maxlim: 22384452473590   bits: 45/45
0.39/0.44	c ==================================[MINISAT+]==================================
0.39/0.44	c | Conflicts | Original         | Learnt                           | Progress |
0.39/0.44	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
0.39/0.44	c ==============================================================================
0.39/0.44	c |         0 |   10252    33903 |    3417       0        0     nan |  0.000 % |
0.39/0.45	c |       100 |   10252    33903 |    3758     100      972     9.7 | 14.021 % |
0.39/0.49	c |       251 |   10252    33903 |    4134     251     5919    23.6 | 14.022 % |
0.49/0.53	c |       477 |   10252    33903 |    4548     477    19520    40.9 | 14.022 % |
0.49/0.58	c |       814 |   10228    33825 |    5002     811    31197    38.5 | 14.161 % |
0.59/0.61	c ==============================================================================
0.59/0.61	c Found solution: -5
0.59/0.61	o -5
0.59/0.61	c ---[   0]---> BDD-cost:   19
0.59/0.61	c ==================================[MINISAT+]==================================
0.59/0.61	c | Conflicts | Original         | Learnt                           | Progress |
0.59/0.61	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
0.59/0.61	c ==============================================================================
0.59/0.61	c |      1022 |   10231    33849 |    3410    1019    36308    35.6 | 14.161 % |
0.59/0.61	c |      1122 |   10231    33849 |    3751    1119    37494    33.5 | 14.193 % |
0.59/0.63	c |      1272 |   10231    33849 |    4126    1269    41681    32.8 | 14.193 % |
0.59/0.65	c |      1497 |   10231    33849 |    4538    1494    46436    31.1 | 14.193 % |
0.59/0.67	c |      1834 |   10231    33849 |    4992    1831    53280    29.1 | 14.202 % |
0.69/0.74	c |      2340 |   10215    33797 |    5491    2335    69883    29.9 | 14.286 % |
0.89/0.93	c |      3099 |   10215    33797 |    6041    3094   114602    37.0 | 14.286 % |
1.19/1.23	c |      4238 |   10215    33797 |    6645    4233   156689    37.0 | 14.286 % |
1.69/1.72	c |      5947 |   10207    33771 |    7309    5941   224554    37.8 | 14.332 % |
2.39/2.44	c |      8509 |   10199    33745 |    8040    4560   180212    39.5 | 14.379 % |
3.39/3.46	c |     12353 |   10175    33667 |    8844    8401   483611    57.6 | 14.518 % |
4.99/5.09	c |     18121 |   10166    33636 |    9729    9282   484534    52.2 | 14.564 % |
7.69/7.73	c |     26771 |   10166    33636 |   10702    7375   224654    30.5 | 14.564 % |
11.69/11.70	c |     39746 |   10166    33636 |   11772    8550   271828    31.8 | 14.564 % |
17.89/17.94	c |     59210 |   10142    33554 |   12949    9517   418366    44.0 | 14.702 % |
19.79/19.85	c ==============================================================================
19.79/19.85	c Found solution: -11
19.79/19.85	o -11
19.79/19.85	c ---[   0]---> BDD-cost:   18
19.79/19.85	c ==================================[MINISAT+]==================================
19.79/19.85	c | Conflicts | Original         | Learnt                           | Progress |
19.79/19.85	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
19.79/19.85	c ==============================================================================
19.79/19.85	c |     65252 |   10092    33388 |    3364    8861   344649    38.9 | 14.702 % |
19.79/19.88	c |     65354 |   10092    33388 |    3700    2318    52514    22.7 | 15.197 % |
19.88/19.92	c |     65504 |   10092    33388 |    4070    2468    60156    24.4 | 15.196 % |
19.88/19.98	c |     65729 |   10092    33388 |    4477    2693    68878    25.6 | 15.197 % |
19.98/20.05	c |     66066 |   10092    33388 |    4925    3030    83427    27.5 | 15.197 % |
20.08/20.16	c |     66572 |   10092    33388 |    5417    3536   110740    31.3 | 15.196 % |
20.28/20.37	c |     67331 |   10092    33388 |    5959    4295   155555    36.2 | 15.197 % |
20.58/20.65	c |     68470 |   10092    33388 |    6555    5434   198329    36.5 | 15.197 % |
20.98/21.08	c |     70181 |   10092    33388 |    7211    3620   118088    32.6 | 15.197 % |
21.68/21.73	c |     72743 |   10092    33388 |    7932    6182   272645    44.1 | 15.197 % |
22.78/22.84	c |     76587 |   10092    33388 |    8725    5683   272517    48.0 | 15.197 % |
24.38/24.44	c |     82353 |   10035    33189 |    9597    6612   359548    54.4 | 15.658 % |
27.08/27.13	c |     91002 |   10024    33146 |   10557   10025   566863    56.5 | 15.751 % |
30.68/30.73	c |    103977 |   10001    33071 |   11613    5632   330685    58.7 | 15.890 % |
37.28/37.33	c |    123438 |   10001    33071 |   12774    6617   230980    34.9 | 15.890 % |
46.08/46.18	c |    152630 |    9960    32938 |   14052    8917   525298    58.9 | 16.259 % |
62.47/62.56	c |    196420 |    9960    32938 |   15457    8436   396004    46.9 | 16.259 % |
89.16/89.21	c |    262104 |    9960    32938 |   17003    9227   561294    60.8 | 16.259 % |
133.36/133.47	c |    360631 |    9960    32938 |   18703   10026   455609    45.4 | 16.259 % |
203.63/203.75	c |    508420 |    9960    32938 |   20573   11555   306742    26.5 | 16.259 % |
324.91/325.09	c |    730103 |    9944    32886 |   22631   19486   794704    40.8 | 16.397 % |
533.95/534.10	c |   1062628 |    9926    32828 |   24894   21528  1869738    86.9 | 16.583 % |
849.47/849.78	c |   1561419 |    9919    32805 |   27383   18873   730914    38.7 | 16.629 % |
945.55/945.84	c ==============================================================================
945.55/945.84	c Found solution: -3707
945.55/945.84	o -3707
945.55/945.84	c ---[   0]---> BDD-cost:   17
945.55/945.85	c ==================================[MINISAT+]==================================
945.55/945.85	c | Conflicts | Original         | Learnt                           | Progress |
945.55/945.85	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
945.55/945.85	c ==============================================================================
945.55/945.85	c |   1720462 |    9920    32805 |    3306   22964   728760    31.7 | 16.629 % |
945.65/945.96	c |   1720563 |    9920    32805 |    3636    2975    27706     9.3 | 16.691 % |
945.65/945.98	c |   1720713 |    9920    32805 |    4000    3125    34568    11.1 | 16.691 % |
945.75/946.02	c |   1720939 |    9920    32805 |    4400    3351    42343    12.6 | 16.690 % |
945.75/946.08	c |   1721276 |    9920    32805 |    4840    3688    54760    14.8 | 16.691 % |
945.85/946.17	c |   1721783 |    9920    32805 |    5324    4195    87578    20.9 | 16.691 % |
946.05/946.33	c |   1722542 |    9920    32805 |    5856    4954   123605    25.0 | 16.691 % |
946.25/946.55	c |   1723682 |    9920    32805 |    6442    6094   152442    25.0 | 16.691 % |
946.75/947.02	c |   1725393 |    9920    32805 |    7086    4040   169764    42.0 | 16.691 % |
947.35/947.66	c |   1727958 |    9920    32805 |    7795    6605   349040    52.8 | 16.691 % |
948.24/948.50	c |   1731803 |    9920    32805 |    8574    5980   225044    37.6 | 16.690 % |
949.74/950.04	c |   1737569 |    9920    32805 |    9432    6973   203247    29.1 | 16.690 % |
952.54/952.85	c |   1746218 |    9920    32805 |   10375    5307   103595    19.5 | 16.690 % |
956.54/956.84	c |   1759192 |    9920    32805 |   11413    7299   271678    37.2 | 16.691 % |
962.84/963.16	c |   1778653 |    9666    32001 |   12554    8110   330988    40.8 | 18.027 % |
973.04/973.38	c |   1807846 |    9429    31257 |   13809   10128   522044    51.5 | 19.548 % |
988.34/988.69	c |   1851636 |    9429    31257 |   15190    9630   361604    37.5 | 19.549 % |
1015.63/1015.99	c |   1917320 |    9429    31257 |   16710   11289   747194    66.2 | 19.548 % |
1060.92/1061.27	c |   2015846 |    9429    31257 |   18381   13289   652755    49.1 | 19.551 % |
1125.10/1125.41	c |   2163638 |    9429    31257 |   20219   16198   539410    33.3 | 19.551 % |
1231.68/1232.02	c |   2385324 |    9429    31257 |   22241   17900   777403    43.4 | 19.552 % |
1408.23/1408.66	c |   2717850 |    9429    31257 |   24465   15492   517521    33.4 | 19.552 % |
1679.06/1679.69	c |   3216641 |    9429    31257 |   26911   20684  1292422    62.5 | 19.548 % |
1712.64/1713.24	c ==============================================================================
1712.64/1713.24	c Found solution: -18535
1712.64/1713.24	o -18535
1712.64/1713.24	c ---[   0]---> BDD-cost:   17
1712.64/1713.25	c ==================================[MINISAT+]==================================
1712.64/1713.25	c | Conflicts | Original         | Learnt                           | Progress |
1712.64/1713.25	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
1712.64/1713.25	c ==============================================================================
1712.64/1713.25	c |   3274405 |    9440    31292 |    3146   23248  1018529    43.8 | 19.548 % |
1712.74/1713.33	c |   3274505 |    9440    31292 |    3460    3006    36537    12.2 | 19.534 % |
1712.74/1713.37	c |   3274655 |    9440    31292 |    3806    3156    47826    15.2 | 19.531 % |
1712.74/1713.39	c |   3274881 |    9440    31292 |    4187    3382    51836    15.3 | 19.534 % |
1712.84/1713.47	c |   3275219 |    9440    31292 |    4606    3720    69498    18.7 | 19.531 % |
1712.94/1713.59	c |   3275725 |    9440    31292 |    5066    4226    96476    22.8 | 19.534 % |
1713.14/1713.79	c |   3276484 |    9440    31292 |    5573    4985   120548    24.2 | 19.535 % |
1713.44/1714.06	c |   3277625 |    9440    31292 |    6130    6126   157870    25.8 | 19.535 % |
1713.94/1714.59	c |   3279335 |    9440    31292 |    6743    4443    99910    22.5 | 19.535 % |
1714.64/1715.28	c |   3281897 |    9440    31292 |    7418    7005   177573    25.3 | 19.535 % |
1715.64/1716.28	c |   3285743 |    9440    31292 |    8159    6719   143432    21.3 | 19.535 % |
1717.34/1717.90	c |   3291511 |    9440    31292 |    8975    7910   241965    30.6 | 19.535 % |
1719.64/1720.21	c |   3300162 |    9440    31292 |    9873    6716   126474    18.8 | 19.538 % |
1723.04/1723.62	c |   3313137 |    9440    31292 |   10860    8912   193706    21.7 | 19.534 % |
1728.84/1729.46	c |   3332598 |    9253    30685 |   11946   10946   333651    30.5 | 20.772 % |
1737.93/1738.53	c |   3361791 |    9226    30592 |   13141    8549   267141    31.2 | 20.913 % |
1753.03/1753.67	c |   3405581 |    9208    30528 |   14455   10596   390509    36.9 | 21.048 % |
1776.93/1777.54	c |   3471265 |    9045    30004 |   15901   15371   429716    28.0 | 22.197 % |
1800.02/1800.60	c 
1800.02/1800.60	c *** TERMINATED ***
1800.02/1800.60	s SATISFIABLE
1800.02/1800.60	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
1800.02/1800.60	v 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
1800.02/1800.60	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 -x55
1800.02/1800.60	v -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
1800.02/1800.60	v -x515 -x516 x517 -x518 -x519 x520 -x521 -x522 -x523 x524 -x525 -x526 x527 -x528 -x529 -x530 -x531 -x532 -x533 -x534 -x535
1800.02/1800.60	v -x536 -x537 -x538 -x539 -x540 -x541 x582 -x583 x584 x585 x586 x587 -x588 x589 x590 x591 x592 x593 x594 -x595 -x596 x597 -x598
1800.02/1800.60	v -x599 x600 -x601 -x602 -x603 x604 -x605 -x606 x607 -x608 -x609 -x610 -x611 -x612 -x613 -x614 -x615 -x616 -x617 -x618 -x619
1800.02/1800.60	v -x620 -x621 -x622 -x623 -x624 -x625 -x626 -x627 -x628 -x629 -x630 -x631 -x632 -x633 -x634 -x635 -x636 -x637 -x638 -x639 -x640
1800.02/1800.60	v -x641 -x642 -x643 -x644 -x645 -x646 -x647 -x648 -x649 -x650 -x651 -x652 -x653 -x654 -x655 -x656 -x657 -x658 -x659 -x660 -x661
1800.02/1800.60	v -x662 -x663 -x664 -x665 -x666 -x667 -x668 -x669 -x670 -x671 -x672 -x673 -x674 -x675 -x676 -x677 -x678 -x679 -x680 -x681 -x682
1800.02/1800.60	v -x683 -x684 -x685 -x686 -x687 -x688 -x689 -x690 -x691 -x692 -x693 -x694 -x695 -x696 -x697 -x698 -x699 -x700 -x701 x702 -x703
1800.02/1800.60	v x704 x705 x706 x707 -x708 x709 x710 x711 x712 x713 x714 -x715 -x716 x717 -x718 -x719 x720 -x721 -x722 -x723 x724 -x725 -x726
1800.02/1800.60	v x727 -x728 -x729 -x730 -x731 -x732 -x733 -x734 -x735 -x736 -x737 -x738 -x739 -x740 -x741 x742 -x743 x744 x745 x746 x747 -x748
1800.02/1800.60	v x749 x750 x751 x752 x753 x754 -x755 -x756 x757 -x758 -x759 x760 -x761 -x762 -x763 x764 -x765 -x766 x767 -x768 -x769 -x770 -x771
1800.02/1800.60	v -x772 -x773 -x774 -x775 -x776 -x777 -x778 -x779 -x780 -x781 -x782 -x783 -x784 -x785 -x786 -x787 -x788 -x789 -x790 -x791 -x792
1800.02/1800.60	v -x793 -x794 -x795 -x796 -x797 -x798 -x799 -x800 -x801 -x802 -x803 -x804 -x805 -x806 -x807 -x808 -x809 -x810 -x811 -x812 -x813
1800.02/1800.60	v -x814 -x815 -x816 -x817 -x818 -x819 -x820 -x821 -x822 -x823 -x824 -x825 -x826 -x827 -x828 -x829 -x830 -x831 -x832 -x833 -x834
1800.02/1800.60	v -x835 -x836 -x837 -x838 -x839 -x840 -x841 -x842 -x843 -x844 -x845 -x846 -x847 -x848 -x849 -x850 -x851 -x852 -x853 -x854 -x855
1800.02/1800.60	v -x856 -x857 -x858 -x859 -x860 -x861 -x862 -x863 -x864 -x865 -x866 -x867 -x868 -x869 -x870 -x871 -x872 -x873 -x874 -x875 -x876
1800.02/1800.60	v -x877 -x878 -x879 -x880 -x881 -x882 -x883 -x884 -x885 -x886 -x887 -x888 -x889 -x890 -x891 -x892 -x893 -x894 -x895 -x896 -x897
1800.02/1800.60	v -x898 -x899 -x900 -x901 -x102 -x103 -x104 -x105 -x106 -x107 -x108 -x109 -x110 -x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118
1800.02/1800.60	v -x119 -x120 -x121 -x122 -x123 -x124 -x125 -x126 -x127 -x128 -x129 -x130 -x131 -x132 -x133 -x134 -x135 -x136 -x137 -x138 -x139
1800.02/1800.60	v -x140 -x141 x142 -x143 x144 x145 x146 x147 -x148 x149 x150 x151 x152 x153 x154 -x155 -x156 x157 -x158 -x159 x160 -x161 -x162
1800.02/1800.60	v -x163 x164 -x165 -x166 x167 -x168 -x169 -x170 -x171 -x172 -x173 -x174 -x175 -x176 -x177 -x178 -x179 -x180 -x181 -x182 -x183
1800.02/1800.60	v -x184 -x185 -x186 -x187 -x188 -x189 -x190 -x191 -x192 -x193 -x194 -x195 -x196 -x197 -x198 -x199 -x200 -x201 -x202 -x203 -x204
1800.02/1800.60	v -x205 -x206 -x207 -x208 -x209 -x210 -x211 -x212 -x213 -x214 -x215 -x216 -x217 -x218 -x219 -x220 -x221 -x222 -x223 -x224 -x225
1800.02/1800.60	v -x226 -x227 -x228 -x229 -x230 -x231 -x232 -x233 -x234 -x235 -x236 -x237 -x238 -x239 -x240 -x241 -x242 -x243 -x244 -x245 -x246
1800.02/1800.60	v -x247 -x248 -x249 -x250 -x251 -x252 -x253 -x254 -x255 -x256 -x257 -x258 -x259 -x260 -x261 x262 -x263 x264 x265 x266 x267 -x268
1800.02/1800.60	v x269 x270 x271 x272 x273 x274 -x275 -x276 x277 -x278 -x279 x280 -x281 -x282 -x283 x284 -x285 -x286 x287 -x288 -x289 -x290 -x291
1800.02/1800.60	v -x292 -x293 -x294 -x295 -x296 -x297 -x298 -x299 -x300 -x301 -x302 -x303 -x304 -x305 -x306 -x307 -x308 -x309 -x310 -x311 -x312
1800.02/1800.60	v -x313 -x314 -x315 -x316 -x317 -x318 -x319 -x320 -x321 -x322 -x323 -x324 -x325 -x326 -x327 -x328 -x329 -x330 -x331 -x332 -x333
1800.02/1800.60	v -x334 -x335 -x336 -x337 -x338 -x339 -x340 -x341 -x342 -x343 -x344 -x345 -x346 -x347 -x348 -x349 -x350 -x351 -x352 -x353 -x354
1800.02/1800.60	v -x355 -x356 -x357 -x358 -x359 -x360 -x361 -x362 -x363 -x364 -x365 -x366 -x367 -x368 -x369 -x370 -x371 -x372 -x373 -x374 -x375
1800.02/1800.60	v -x376 -x377 -x378 -x379 -x380 -x381 -x382 -x383 -x384 -x385 -x386 -x387 -x388 -x389 -x390 -x391 -x392 -x393 -x394 -x395 -x396
1800.02/1800.60	v -x397 -x398 -x399 -x400 -x401 -x402 -x403 -x404 -x405 -x406 -x407 -x408 -x409 -x410 -x411 -x412 -x413 -x414 -x415 -x416 -x417
1800.02/1800.60	v -x418 -x419 -x420 -x421 -x422 -x423 -x424 -x425 -x426 -x427 -x428 -x429 -x430 -x431 -x432 -x433 -x434 -x435 -x436 -x437 -x438
1800.02/1800.60	v -x439 -x440 -x441 -x442 -x443 -x444 -x445 -x446 -x447 -x448 -x449 -x450 -x451 -x452 -x453 -x454 -x455 -x456 -x457 -x458 -x459
1800.02/1800.60	v -x460 -x461 -x462 -x463 -x464 -x465 -x466 -x467 -x468 -x469 -x470 -x471 -x472 -x473 -x474 -x475 -x476 -x477 -x478 -x479 -x480
1800.02/1800.60	v -x481 -x482 -x483 -x484 -x485 -x486 -x487 -x488 -x489 -x490 -x491 -x492 -x493 -x494 -x495 -x496 -x497 -x498 -x499 -x500 -x501
1800.02/1800.60	v -x542 -x543 -x544 -x545 -x546 -x547 -x548 -x549 -x550 -x551 -x552 -x553 -x554 -x555 -x556 -x557 -x558 -x559 -x560 -x561 -x562
1800.02/1800.60	v -x563 -x564 -x565 -x566 -x567 -x568 -x569 -x570 -x571 -x572 -x573 -x574 -x575 -x576 -x577 -x578 -x579 -x580 -x581

Verifier Data (download as text)

OK	-18535

Conversion Script Data (download as text)

/tmp/evaluation/355289-1176798914/instance-355289-1176798914.opb is already a linear file

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node17/watcher-355289-1176798914 -o ROOT/results/node17/solver-355289-1176798914 -C 1800 -W 3600 -M 1800 --output-limit 1,15 /tmp/evaluation/355289-1176798914/minisat+ /tmp/evaluation/355289-1176798914/instance-355289-1176798914.opb 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 13856
/proc/meminfo: memFree=1420168/2055920 swapFree=4073620/4192956
[pid=13856] ppid=13854 vsize=1048 CPUtime=0
/proc/13856/stat : 13856 (minisat+) R 13854 13856 13306 0 -1 4194304 114 0 0 0 0 0 0 0 18 0 1 0 127808933 1073152 99 18446744073709551615 134512640 135395479 4294956640 18446744073709551615 134618678 0 0 4096 16386 0 0 0 17 1 0 0
/proc/13856/statm: 262 99 74 215 0 44 0

[startup+0.0609141 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 13856
/proc/meminfo: memFree=1420168/2055920 swapFree=4073620/4192956
[pid=13856] ppid=13854 vsize=1628 CPUtime=0.05
/proc/13856/stat : 13856 (minisat+) R 13854 13856 13306 0 -1 4194304 261 0 0 0 5 0 0 0 18 0 1 0 127808933 1667072 246 18446744073709551615 134512640 135395479 4294956640 18446744073709551615 134618678 0 0 4096 16386 0 0 0 17 1 0 0
/proc/13856/statm: 407 246 74 215 0 189 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 1628

[startup+0.101919 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 13856
/proc/meminfo: memFree=1420168/2055920 swapFree=4073620/4192956
[pid=13856] ppid=13854 vsize=2064 CPUtime=0.09
/proc/13856/stat : 13856 (minisat+) R 13854 13856 13306 0 -1 4194304 369 0 0 0 9 0 0 0 18 0 1 0 127808933 2113536 354 18446744073709551615 134512640 135395479 4294956640 18446744073709551615 135005777 0 0 4096 16386 0 0 0 17 1 0 0
/proc/13856/statm: 516 354 83 215 0 298 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2064

[startup+0.30194 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 13856
/proc/meminfo: memFree=1420168/2055920 swapFree=4073620/4192956
[pid=13856] ppid=13854 vsize=2816 CPUtime=0.29
/proc/13856/stat : 13856 (minisat+) R 13854 13856 13306 0 -1 4194304 566 0 0 0 29 0 0 0 18 0 1 0 127808933 2883584 547 18446744073709551615 134512640 135395479 4294956640 18446744073709551615 134839070 0 0 4096 16386 0 0 0 17 1 0 0
/proc/13856/statm: 704 547 92 215 0 486 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 2816

[startup+0.701982 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 13856
/proc/meminfo: memFree=1420168/2055920 swapFree=4073620/4192956
[pid=13856] ppid=13854 vsize=3352 CPUtime=0.69
/proc/13856/stat : 13856 (minisat+) R 13854 13856 13306 0 -1 4194304 740 0 0 0 69 0 0 0 21 0 1 0 127808933 3432448 721 18446744073709551615 134512640 135395479 4294956640 18446744073709551615 134579871 0 0 4096 16386 0 0 0 17 1 0 0
/proc/13856/statm: 838 721 122 215 0 620 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 3352

[startup+1.50107 s]
/proc/loadavg: 0.92 0.98 0.99 2/78 13857
/proc/meminfo: memFree=1417664/2055920 swapFree=4073620/4192956
[pid=13856] ppid=13854 vsize=4004 CPUtime=1.49
/proc/13856/stat : 13856 (minisat+) R 13854 13856 13306 0 -1 4194304 876 0 0 0 149 0 0 0 25 0 1 0 127808933 4100096 857 18446744073709551615 134512640 135395479 4294956640 18446744073709551615 134580801 0 0 4096 16386 0 0 0 17 1 0 0
/proc/13856/statm: 1001 857 122 215 0 783 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 4004

[startup+3.10123 s]
/proc/loadavg: 0.92 0.98 0.99 2/78 13857
/proc/meminfo: memFree=1416704/2055920 swapFree=4073620/4192956
[pid=13856] ppid=13854 vsize=4792 CPUtime=3.09
/proc/13856/stat : 13856 (minisat+) R 13854 13856 13306 0 -1 4194304 1095 0 0 0 309 0 0 0 25 0 1 0 127808933 4907008 1076 18446744073709551615 134512640 135395479 4294956640 18446744073709551615 134574427 0 0 4096 16386 0 0 0 17 1 0 0
/proc/13856/statm: 1198 1076 122 215 0 980 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 4792

[startup+6.30257 s]
/proc/loadavg: 0.93 0.98 0.99 2/78 13857
/proc/meminfo: memFree=1415424/2055920 swapFree=4073620/4192956
[pid=13856] ppid=13854 vsize=5580 CPUtime=6.29
/proc/13856/stat : 13856 (minisat+) R 13854 13856 13306 0 -1 4194304 1290 0 0 0 629 0 0 0 25 0 1 0 127808933 5713920 1271 18446744073709551615 134512640 135395479 4294956640 18446744073709551615 134579871 0 0 4096 16386 0 0 0 17 1 0 0
/proc/13856/statm: 1395 1271 122 215 0 1177 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 5580

[startup+12.7012 s]
/proc/loadavg: 0.93 0.98 0.99 2/78 13857
/proc/meminfo: memFree=1415360/2055920 swapFree=4073620/4192956
[pid=13856] ppid=13854 vsize=5580 CPUtime=12.69
/proc/13856/stat : 13856 (minisat+) R 13854 13856 13306 0 -1 4194304 1291 0 0 0 1268 1 0 0 25 0 1 0 127808933 5713920 1272 18446744073709551615 134512640 135395479 4294956640 18446744073709551615 134580890 0 0 4096 16386 0 0 0 17 1 0 0
/proc/13856/statm: 1395 1272 122 215 0 1177 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 5580

[startup+25.5016 s]
/proc/loadavg: 0.95 0.98 0.99 2/78 13857
/proc/meminfo: memFree=1414656/2055920 swapFree=4073620/4192956
[pid=13856] ppid=13854 vsize=6452 CPUtime=25.48
/proc/13856/stat : 13856 (minisat+) R 13854 13856 13306 0 -1 4194304 1481 0 0 0 2547 1 0 0 25 0 1 0 127808933 6606848 1462 18446744073709551615 134512640 135395479 4294956640 18446744073709551615 134580816 0 0 4096 16386 0 0 0 17 1 0 0
/proc/13856/statm: 1613 1462 122 215 0 1395 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 6452

[startup+51.1012 s]
/proc/loadavg: 0.96 0.98 0.99 2/78 13857
/proc/meminfo: memFree=1413056/2055920 swapFree=4073620/4192956
[pid=13856] ppid=13854 vsize=8020 CPUtime=51.08
/proc/13856/stat : 13856 (minisat+) R 13854 13856 13306 0 -1 4194304 1900 0 0 0 5106 2 0 0 25 0 1 0 127808933 8212480 1881 18446744073709551615 134512640 135395479 4294956640 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/13856/statm: 2005 1881 122 215 0 1787 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 8020

[startup+102.306 s]
/proc/loadavg: 0.98 0.98 0.99 2/78 13857
/proc/meminfo: memFree=1411072/2055920 swapFree=4073620/4192956
[pid=13856] ppid=13854 vsize=9992 CPUtime=102.26
/proc/13856/stat : 13856 (minisat+) R 13854 13856 13306 0 -1 4194304 2373 0 0 0 10224 2 0 0 25 0 1 0 127808933 10231808 2354 18446744073709551615 134512640 135395479 4294956640 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/13856/statm: 2498 2354 122 215 0 2280 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 9992

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 13859
/proc/meminfo: memFree=1410880/2055920 swapFree=4073676/4192956
[pid=13856] ppid=13854 vsize=9992 CPUtime=162.25
/proc/13856/stat : 13856 (minisat+) R 13854 13856 13306 0 -1 4194304 2393 0 0 0 16222 3 0 0 25 0 1 0 127808933 10231808 2374 18446744073709551615 134512640 135395479 4294956640 18446744073709551615 134580840 0 0 4096 16386 0 0 0 17 1 0 0
/proc/13856/statm: 2498 2374 122 215 0 2280 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 9992

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 13859
/proc/meminfo: memFree=1410240/2055920 swapFree=4073676/4192956
[pid=13856] ppid=13854 vsize=10664 CPUtime=222.24
/proc/13856/stat : 13856 (minisat+) R 13854 13856 13306 0 -1 4194304 2549 0 0 0 22220 4 0 0 25 0 1 0 127808933 10919936 2530 18446744073709551615 134512640 135395479 4294956640 18446744073709551615 134580768 0 0 4096 16386 0 0 0 17 1 0 0
/proc/13856/statm: 2666 2530 122 215 0 2448 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 10664

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 13859
/proc/meminfo: memFree=1408320/2055920 swapFree=4073676/4192956
[pid=13856] ppid=13854 vsize=12492 CPUtime=282.22
/proc/13856/stat : 13856 (minisat+) R 13854 13856 13306 0 -1 4194304 3015 0 0 0 28217 5 0 0 25 0 1 0 127808933 12791808 2996 18446744073709551615 134512640 135395479 4294956640 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/13856/statm: 3123 2996 122 215 0 2905 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 12492

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 13859
/proc/meminfo: memFree=1405696/2055920 swapFree=4073732/4192956
[pid=13856] ppid=13854 vsize=15128 CPUtime=342.2
/proc/13856/stat : 13856 (minisat+) R 13854 13856 13306 0 -1 4194304 3657 0 0 0 34214 6 0 0 25 0 1 0 127808933 15491072 3638 18446744073709551615 134512640 135395479 4294956640 18446744073709551615 134585936 0 0 4096 16386 0 0 0 17 1 0 0
/proc/13856/statm: 3782 3638 122 215 0 3564 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 15128

[startup+402.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 13859
/proc/meminfo: memFree=1404160/2055920 swapFree=4073732/4192956
[pid=13856] ppid=13854 vsize=16716 CPUtime=402.19
/proc/13856/stat : 13856 (minisat+) R 13854 13856 13306 0 -1 4194304 4044 0 0 0 40212 7 0 0 25 0 1 0 127808933 17117184 4025 18446744073709551615 134512640 135395479 4294956640 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/13856/statm: 4179 4025 122 215 0 3961 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 16716

[startup+462.301 s]
/proc/loadavg: 1.05 1.00 1.00 2/78 13859
/proc/meminfo: memFree=1403264/2055920 swapFree=4073788/4192956
[pid=13856] ppid=13854 vsize=17636 CPUtime=462.17
/proc/13856/stat : 13856 (minisat+) R 13854 13856 13306 0 -1 4194304 4281 0 0 0 46209 8 0 0 25 0 1 0 127808933 18059264 4262 18446744073709551615 134512640 135395479 4294956640 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/13856/statm: 4409 4262 122 215 0 4191 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 17636

[startup+522.302 s]
/proc/loadavg: 1.02 1.00 1.00 2/78 13859
/proc/meminfo: memFree=1402944/2055920 swapFree=4073788/4192956
[pid=13856] ppid=13854 vsize=17896 CPUtime=522.15
/proc/13856/stat : 13856 (minisat+) R 13854 13856 13306 0 -1 4194304 4344 0 0 0 52207 8 0 0 25 0 1 0 127808933 18325504 4325 18446744073709551615 134512640 135395479 4294956640 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/13856/statm: 4474 4325 122 215 0 4256 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 17896

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 13859
/proc/meminfo: memFree=1402240/2055920 swapFree=4073840/4192956
[pid=13856] ppid=13854 vsize=18420 CPUtime=582.14
/proc/13856/stat : 13856 (minisat+) R 13854 13856 13306 0 -1 4194304 4500 0 0 0 58205 9 0 0 25 0 1 0 127808933 18862080 4481 18446744073709551615 134512640 135395479 4294956640 18446744073709551615 134574262 0 0 4096 16386 0 0 0 17 1 0 0
/proc/13856/statm: 4605 4481 122 215 0 4387 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 18420

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 13859
/proc/meminfo: memFree=1402240/2055920 swapFree=4073840/4192956
[pid=13856] ppid=13854 vsize=18420 CPUtime=642.12
/proc/13856/stat : 13856 (minisat+) R 13854 13856 13306 0 -1 4194304 4500 0 0 0 64203 9 0 0 25 0 1 0 127808933 18862080 4481 18446744073709551615 134512640 135395479 4294956640 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/13856/statm: 4605 4481 122 215 0 4387 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 18420


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

[startup+822.302 s]
/proc/loadavg: 1.03 1.02 1.00 2/78 13859
/proc/meminfo: memFree=1402240/2055920 swapFree=4073896/4192956
[pid=13856] ppid=13854 vsize=18420 CPUtime=822.08
/proc/13856/stat : 13856 (minisat+) R 13854 13856 13306 0 -1 4194304 4501 0 0 0 82197 11 0 0 25 0 1 0 127808933 18862080 4482 18446744073709551615 134512640 135395479 4294956640 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/13856/statm: 4605 4482 122 215 0 4387 0
Current children cumulated CPU time (s) 822.08
Current children cumulated vsize (KiB) 18420

[startup+882.301 s]
/proc/loadavg: 1.01 1.02 1.00 2/78 13859
/proc/meminfo: memFree=1402048/2055920 swapFree=4073896/4192956
[pid=13856] ppid=13854 vsize=18584 CPUtime=882.06
/proc/13856/stat : 13856 (minisat+) R 13854 13856 13306 0 -1 4194304 4529 0 0 0 88195 11 0 0 25 0 1 0 127808933 19030016 4510 18446744073709551615 134512640 135395479 4294956640 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/13856/statm: 4646 4510 122 215 0 4428 0
Current children cumulated CPU time (s) 882.06
Current children cumulated vsize (KiB) 18584

[startup+942.301 s]
/proc/loadavg: 1.00 1.01 1.00 2/78 13859
/proc/meminfo: memFree=1402048/2055920 swapFree=4073960/4192956
[pid=13856] ppid=13854 vsize=18584 CPUtime=942.05
/proc/13856/stat : 13856 (minisat+) R 13854 13856 13306 0 -1 4194304 4529 0 0 0 94193 12 0 0 25 0 1 0 127808933 19030016 4510 18446744073709551615 134512640 135395479 4294956640 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/13856/statm: 4646 4510 122 215 0 4428 0
Current children cumulated CPU time (s) 942.05
Current children cumulated vsize (KiB) 18584

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 13859
/proc/meminfo: memFree=1401984/2055920 swapFree=4073960/4192956
[pid=13856] ppid=13854 vsize=18584 CPUtime=1002.04
/proc/13856/stat : 13856 (minisat+) R 13854 13856 13306 0 -1 4194304 4529 0 0 0 100191 13 0 0 25 0 1 0 127808933 19030016 4510 18446744073709551615 134512640 135395479 4294956640 18446744073709551615 134580393 0 0 4096 16386 0 0 0 17 1 0 0
/proc/13856/statm: 4646 4510 122 215 0 4428 0
Current children cumulated CPU time (s) 1002.04
Current children cumulated vsize (KiB) 18584

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 13859
/proc/meminfo: memFree=1401984/2055920 swapFree=4074024/4192956
[pid=13856] ppid=13854 vsize=18584 CPUtime=1062.02
/proc/13856/stat : 13856 (minisat+) R 13854 13856 13306 0 -1 4194304 4529 0 0 0 106189 13 0 0 25 0 1 0 127808933 19030016 4510 18446744073709551615 134512640 135395479 4294956640 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/13856/statm: 4646 4510 122 215 0 4428 0
Current children cumulated CPU time (s) 1062.02
Current children cumulated vsize (KiB) 18584

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 13859
/proc/meminfo: memFree=1401984/2055920 swapFree=4074024/4192956
[pid=13856] ppid=13854 vsize=18584 CPUtime=1122.01
/proc/13856/stat : 13856 (minisat+) R 13854 13856 13306 0 -1 4194304 4529 0 0 0 112187 14 0 0 25 0 1 0 127808933 19030016 4510 18446744073709551615 134512640 135395479 4294956640 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/13856/statm: 4646 4510 122 215 0 4428 0
Current children cumulated CPU time (s) 1122.01
Current children cumulated vsize (KiB) 18584

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 13859
/proc/meminfo: memFree=1401984/2055920 swapFree=4074024/4192956
[pid=13856] ppid=13854 vsize=18520 CPUtime=1181.99
/proc/13856/stat : 13856 (minisat+) R 13854 13856 13306 0 -1 4194304 4529 0 0 0 118185 14 0 0 25 0 1 0 127808933 18964480 4495 18446744073709551615 134512640 135395479 4294956640 18446744073709551615 134579871 0 0 4096 16386 0 0 0 17 1 0 0
/proc/13856/statm: 4630 4495 122 215 0 4412 0
Current children cumulated CPU time (s) 1181.99
Current children cumulated vsize (KiB) 18520

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 13859
/proc/meminfo: memFree=1402112/2055920 swapFree=4074088/4192956
[pid=13856] ppid=13854 vsize=18520 CPUtime=1241.98
/proc/13856/stat : 13856 (minisat+) R 13854 13856 13306 0 -1 4194304 4529 0 0 0 124183 15 0 0 25 0 1 0 127808933 18964480 4495 18446744073709551615 134512640 135395479 4294956640 18446744073709551615 134580732 0 0 4096 16386 0 0 0 17 1 0 0
/proc/13856/statm: 4630 4495 122 215 0 4412 0
Current children cumulated CPU time (s) 1241.98
Current children cumulated vsize (KiB) 18520

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 13859
/proc/meminfo: memFree=1402048/2055920 swapFree=4074088/4192956
[pid=13856] ppid=13854 vsize=18520 CPUtime=1301.96
/proc/13856/stat : 13856 (minisat+) R 13854 13856 13306 0 -1 4194304 4529 0 0 0 130181 15 0 0 25 0 1 0 127808933 18964480 4495 18446744073709551615 134512640 135395479 4294956640 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/13856/statm: 4630 4495 122 215 0 4412 0
Current children cumulated CPU time (s) 1301.96
Current children cumulated vsize (KiB) 18520

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 13859
/proc/meminfo: memFree=1401984/2055920 swapFree=4074088/4192956
[pid=13856] ppid=13854 vsize=18520 CPUtime=1361.94
/proc/13856/stat : 13856 (minisat+) R 13854 13856 13306 0 -1 4194304 4529 0 0 0 136178 16 0 0 25 0 1 0 127808933 18964480 4495 18446744073709551615 134512640 135395479 4294956640 18446744073709551615 134581491 0 0 4096 16386 0 0 0 17 1 0 0
/proc/13856/statm: 4630 4495 122 215 0 4412 0
Current children cumulated CPU time (s) 1361.94
Current children cumulated vsize (KiB) 18520

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 13859
/proc/meminfo: memFree=1402048/2055920 swapFree=4074152/4192956
[pid=13856] ppid=13854 vsize=18520 CPUtime=1421.93
/proc/13856/stat : 13856 (minisat+) R 13854 13856 13306 0 -1 4194304 4530 0 0 0 142177 16 0 0 25 0 1 0 127808933 18964480 4496 18446744073709551615 134512640 135395479 4294956640 18446744073709551615 134580842 0 0 4096 16386 0 0 0 17 1 0 0
/proc/13856/statm: 4630 4496 122 215 0 4412 0
Current children cumulated CPU time (s) 1421.93
Current children cumulated vsize (KiB) 18520

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 13859
/proc/meminfo: memFree=1401984/2055920 swapFree=4074152/4192956
[pid=13856] ppid=13854 vsize=18520 CPUtime=1481.91
/proc/13856/stat : 13856 (minisat+) R 13854 13856 13306 0 -1 4194304 4530 0 0 0 148174 17 0 0 25 0 1 0 127808933 18964480 4496 18446744073709551615 134512640 135395479 4294956640 18446744073709551615 134581053 0 0 4096 16386 0 0 0 17 1 0 0
/proc/13856/statm: 4630 4496 122 215 0 4412 0
Current children cumulated CPU time (s) 1481.91
Current children cumulated vsize (KiB) 18520

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 13859
/proc/meminfo: memFree=1401984/2055920 swapFree=4074152/4192956
[pid=13856] ppid=13854 vsize=18520 CPUtime=1541.89
/proc/13856/stat : 13856 (minisat+) R 13854 13856 13306 0 -1 4194304 4530 0 0 0 154172 17 0 0 25 0 1 0 127808933 18964480 4496 18446744073709551615 134512640 135395479 4294956640 18446744073709551615 134580947 0 0 4096 16386 0 0 0 17 1 0 0
/proc/13856/statm: 4630 4496 122 215 0 4412 0
Current children cumulated CPU time (s) 1541.89
Current children cumulated vsize (KiB) 18520

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/84 14037
/proc/meminfo: memFree=1400640/2055920 swapFree=4074216/4192956
[pid=13856] ppid=13854 vsize=18520 CPUtime=1601.78
/proc/13856/stat : 13856 (minisat+) R 13854 13856 13306 0 -1 4194304 4530 0 0 0 160160 18 0 0 25 0 1 0 127808933 18964480 4496 18446744073709551615 134512640 135395479 4294956640 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/13856/statm: 4630 4496 122 215 0 4412 0
Current children cumulated CPU time (s) 1601.78
Current children cumulated vsize (KiB) 18520

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 14057
/proc/meminfo: memFree=1401656/2055920 swapFree=4074216/4192956
[pid=13856] ppid=13854 vsize=18520 CPUtime=1661.75
/proc/13856/stat : 13856 (minisat+) R 13854 13856 13306 0 -1 4194304 4530 0 0 0 166157 18 0 0 25 0 1 0 127808933 18964480 4496 18446744073709551615 134512640 135395479 4294956640 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/13856/statm: 4630 4496 122 215 0 4412 0
Current children cumulated CPU time (s) 1661.75
Current children cumulated vsize (KiB) 18520

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 14057
/proc/meminfo: memFree=1401848/2055920 swapFree=4074280/4192956
[pid=13856] ppid=13854 vsize=18520 CPUtime=1721.74
/proc/13856/stat : 13856 (minisat+) R 13854 13856 13306 0 -1 4194304 4530 0 0 0 172155 19 0 0 25 0 1 0 127808933 18964480 4496 18446744073709551615 134512640 135395479 4294956640 18446744073709551615 134579871 0 0 4096 16386 0 0 0 17 1 0 0
/proc/13856/statm: 4630 4496 122 215 0 4412 0
Current children cumulated CPU time (s) 1721.74
Current children cumulated vsize (KiB) 18520

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 14057
/proc/meminfo: memFree=1401912/2055920 swapFree=4074280/4192956
[pid=13856] ppid=13854 vsize=18520 CPUtime=1781.72
/proc/13856/stat : 13856 (minisat+) R 13854 13856 13306 0 -1 4194304 4530 0 0 0 178153 19 0 0 25 0 1 0 127808933 18964480 4496 18446744073709551615 134512640 135395479 4294956640 18446744073709551615 134588636 0 0 4096 16386 0 0 0 17 1 0 0
/proc/13856/statm: 4630 4496 122 215 0 4412 0
Current children cumulated CPU time (s) 1781.72
Current children cumulated vsize (KiB) 18520



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 1.00 1.00 1.00 3/78 14057
/proc/meminfo: memFree=1401912/2055920 swapFree=4074280/4192956
[pid=13856] ppid=13854 vsize=18520 CPUtime=1800.02
/proc/13856/stat : 13856 (minisat+) R 13854 13856 13306 0 -1 4194304 4530 0 0 0 179983 19 0 0 25 0 1 0 127808933 18964480 4496 18446744073709551615 134512640 135395479 4294956640 18446744073709551615 134572748 0 0 4096 16386 0 0 0 17 1 0 0
/proc/13856/statm: 4630 4496 122 215 0 4412 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 18520

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

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

Child status: 10
Real time (s): 1800.61
CPU time (s): 1800.04
CPU user time (s): 1799.84
CPU system time (s): 0.201969
CPU usage (%): 99.968
Max. virtual memory (cumulated for all children) (KiB): 18584

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.84
system time used= 0.201969
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4532
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 27
involuntary context switches= 1499

runsolver used 2.12568 second user time and 4.18936 second system time

The end

Launcher Data (download as text)

Begin job on node17 on Tue Apr 17 08:35:14 UTC 2007

IDJOB= 355289
IDBENCH= 3007
IDSOLVER= 156
FILE ID= node17/355289-1176798914

PBS_JOBID= 4586218

Free space on /tmp= 66503 MiB

SOLVER NAME= minisat+ 1.14
BENCH NAME= HOME/pub/bench/PB06/final/normalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/normalized-factor-sizeN=40-sizeP=21-sizeQ=40-289612555-max.opb
COMMAND LINE= /tmp/evaluation/355289-1176798914/minisat+ /tmp/evaluation/355289-1176798914/instance-355289-1176798914.opb            
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node17/convwatcher-355289-1176798914 -o ROOT/results/node17/conversion-355289-1176798914 -C 600 -M 1800 PBconversionToLinear /tmp/evaluation/355289-1176798914/instance-355289-1176798914.opb
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

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

META MD5SUM SOLVER= e46aded85e5f265b61da9cdcce06370e
MD5SUM BENCH=  2533454829254b6bcc39aa8d9b25219b

RANDOM SEED= 396214950

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node17.alineos.net 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005 x86_64 x86_64 x86_64 GNU/Linux

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.240
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.240
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:       1420768 kB
Buffers:         43104 kB
Cached:         333416 kB
SwapCached:      79352 kB
Active:         308928 kB
Inactive:       257956 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1420768 kB
SwapTotal:     4192956 kB
SwapFree:      4073620 kB
Dirty:            2428 kB
Writeback:           0 kB
Mapped:         139520 kB
Slab:            53556 kB
Committed_AS:  7135048 kB
PageTables:       2036 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66503 MiB

End job on node17 on Tue Apr 17 09:05:17 UTC 2007