Trace number 3721272

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
PB07: minisat+ 1.14SAT (TO)54 1800.01 1800.31

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
sorensson/garden/normalized-g15x15.opb
MD5SUM28425c3b4907da9ba10ee31a4de63042
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark53
Best CPU time to get the best result obtained on this benchmark77.6872
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 53
Optimality of the best value was proved NO
Number of variables225
Total number of constraints225
Number of constraints which are clauses225
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint5
Number of terms in the objective function 225
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 225
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 225
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.00	c Parsing PB file...
0.00/0.00	c Converting 225 PB-constraints to clauses...
0.00/0.00	c   -- Unit propagations: (none)
0.00/0.00	c   -- Detecting intervals from adjacent constraints: (none)
0.00/0.00	c   -- Clauses(.)/Splits(s): .................................................................................................................................................................................................................................
0.00/0.00	c ==================================[MINISAT+]==================================
0.00/0.00	c | Conflicts | Original         | Learnt                           | Progress |
0.00/0.00	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
0.00/0.00	c ==============================================================================
0.00/0.00	c |         0 |     225     1065 |      75       0        0     nan |  0.000 % |
0.00/0.00	c ==============================================================================
0.00/0.00	c Found solution: 75
0.00/0.00	o 75
0.00/0.00	c ---[   0]---> Sorter-cost: 6660     Base:
0.00/0.02	c ==================================[MINISAT+]==================================
0.00/0.02	c | Conflicts | Original         | Learnt                           | Progress |
0.00/0.02	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
0.00/0.02	c ==============================================================================
0.00/0.02	c |         0 |    7880    18944 |    2626       0        0     nan |  0.000 % |
0.00/0.03	c |       101 |    7833    18849 |    2888      96     1463    15.2 |  0.648 % |
0.00/0.04	c |       251 |    7833    18849 |    3177     246     4130    16.8 |  0.648 % |
0.00/0.04	c |       476 |    7833    18849 |    3495     471     7548    16.0 |  0.648 % |
0.04/0.06	c |       813 |    7815    18811 |    3844     807    14594    18.1 |  0.839 % |
0.04/0.07	c |      1319 |    7815    18811 |    4229    1313    22407    17.1 |  0.839 % |
0.04/0.09	c |      2078 |    7815    18811 |    4652    2072    35096    16.9 |  0.839 % |
0.09/0.15	c |      3218 |    7778    18732 |    5117    3196    64657    20.2 |  1.240 % |
0.09/0.18	c ==============================================================================
0.09/0.18	c Found solution: 62
0.09/0.18	o 62
0.09/0.18	c ---[   0]---> Sorter-cost:    0     Base:
0.09/0.20	c ==================================[MINISAT+]==================================
0.09/0.20	c | Conflicts | Original         | Learnt                           | Progress |
0.09/0.20	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
0.09/0.20	c ==============================================================================
0.09/0.20	c |      3831 |    7874    18967 |    2624    3809    80986    21.3 |  1.240 % |
0.19/0.20	c |      3932 |    7874    18967 |    2886    2006    47019    23.4 |  1.244 % |
0.19/0.21	c |      4083 |    7858    18933 |    3175    2156    49776    23.1 |  1.414 % |
0.19/0.22	c |      4311 |    7842    18899 |    3492    2383    52246    21.9 |  1.583 % |
0.19/0.23	c |      4648 |    7829    18870 |    3841    2710    55952    20.6 |  1.734 % |
0.19/0.25	c |      5154 |    7800    18807 |    4225    2997    63106    21.1 |  2.055 % |
0.19/0.28	c |      5913 |    7800    18807 |    4648    3756    76082    20.3 |  2.055 % |
0.29/0.33	c |      7052 |    7800    18807 |    5113    4895    95383    19.5 |  2.055 % |
0.29/0.39	c |      8760 |    7777    18758 |    5624    6599   132092    20.0 |  2.300 % |
0.49/0.53	c |     11322 |    7777    18758 |    6187    5862   151993    25.9 |  2.300 % |
0.59/0.69	c |     15166 |    7770    18743 |    6805    6264   166593    26.6 |  2.375 % |
0.89/0.97	c |     20934 |    7746    18691 |    7486    4979    73086    14.7 |  2.639 % |
1.29/1.39	c |     29584 |    7746    18691 |    8235    5495   121003    22.0 |  2.639 % |
2.29/2.38	c |     42562 |    7746    18691 |    9058    8643   253958    29.4 |  2.639 % |
3.79/3.84	c |     62023 |    7729    18654 |    9964    7482   293519    39.2 |  2.828 % |
5.29/5.35	c ==============================================================================
5.29/5.35	c Found solution: 60
5.29/5.35	o 60
5.29/5.36	c ---[   0]---> Sorter-cost:    0     Base:
5.29/5.37	c ==================================[MINISAT+]==================================
5.29/5.37	c | Conflicts | Original         | Learnt                           | Progress |
5.29/5.37	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
5.29/5.37	c ==============================================================================
5.29/5.37	c |     82926 |    7732    18673 |    2577    5889   267788    45.5 |  2.828 % |
5.29/5.38	c |     83026 |    7732    18673 |    2834    1573    37271    23.7 |  3.009 % |
5.29/5.39	c |     83176 |    7732    18673 |    3118    1723    39197    22.7 |  3.009 % |
5.29/5.40	c |     83401 |    7732    18673 |    3429    1948    43386    22.3 |  3.009 % |
5.40/5.41	c |     83740 |    7732    18673 |    3772    2287    49778    21.8 |  3.009 % |
5.40/5.42	c |     84246 |    7732    18673 |    4150    2793    58214    20.8 |  3.009 % |
5.40/5.45	c |     85007 |    7730    18669 |    4565    3553    71012    20.0 |  3.028 % |
5.50/5.52	c |     86147 |    7730    18669 |    5021    4693   101468    21.6 |  3.028 % |
5.59/5.60	c |     87855 |    7730    18669 |    5524    3686    79696    21.6 |  3.028 % |
5.69/5.75	c |     90417 |    7730    18669 |    6076    6248   143893    23.0 |  3.028 % |
5.99/6.00	c |     94264 |    7730    18669 |    6684    6971   182901    26.2 |  3.028 % |
6.19/6.28	c |    100033 |    7726    18661 |    7352    5471   139305    25.5 |  3.066 % |
6.69/6.74	c |    108685 |    7726    18661 |    8087    6475   107535    16.6 |  3.066 % |
7.79/7.88	c |    121659 |    7716    18639 |    8896    5512   193142    35.0 |  3.179 % |
9.39/9.49	c |    141120 |    7716    18639 |    9786    9263   361472    39.0 |  3.178 % |
11.69/11.79	c |    170312 |    7716    18639 |   10764   10279   353506    34.4 |  3.178 % |
16.09/16.19	c |    214101 |    7716    18639 |   11841   11348   495137    43.6 |  3.178 % |
22.29/22.34	c |    279785 |    7716    18639 |   13025    9072   248141    27.4 |  3.178 % |
30.69/30.77	c |    378312 |    7716    18639 |   14327    7708   270624    35.1 |  3.178 % |
44.99/45.07	c ==============================================================================
44.99/45.07	c Found solution: 58
44.99/45.07	o 58
44.99/45.07	c ---[   0]---> Sorter-cost:    0     Base:
44.99/45.09	c ==================================[MINISAT+]==================================
44.99/45.09	c | Conflicts | Original         | Learnt                           | Progress |
44.99/45.09	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
44.99/45.09	c ==============================================================================
44.99/45.09	c |    518226 |    7738    18701 |    2579   14849   481198    32.4 |  3.178 % |
45.09/45.12	c |    518326 |    7738    18701 |    2836    1957    43212    22.1 |  3.188 % |
45.09/45.13	c |    518476 |    7738    18701 |    3120    2107    46360    22.0 |  3.188 % |
45.09/45.14	c |    518703 |    7738    18701 |    3432    2334    50915    21.8 |  3.188 % |
45.09/45.15	c |    519041 |    7738    18701 |    3775    2672    57879    21.7 |  3.188 % |
45.09/45.16	c |    519549 |    7738    18701 |    4153    3180    67400    21.2 |  3.188 % |
45.18/45.20	c |    520308 |    7738    18701 |    4568    3939    84338    21.4 |  3.188 % |
45.18/45.24	c |    521447 |    7738    18701 |    5025    2631    43837    16.7 |  3.188 % |
45.28/45.31	c |    523156 |    7713    18648 |    5528    2575    36654    14.2 |  3.451 % |
45.38/45.45	c |    525720 |    7713    18648 |    6081    5139   109499    21.3 |  3.451 % |
45.58/45.67	c |    529564 |    7713    18648 |    6689    8983   204736    22.8 |  3.451 % |
45.88/45.95	c |    535331 |    7691    18600 |    7358    6698   147864    22.1 |  3.695 % |
46.58/46.68	c |    543982 |    7691    18600 |    8094    6960   275619    39.6 |  3.695 % |
47.68/47.70	c |    556956 |    7691    18600 |    8903    6646   246435    37.1 |  3.695 % |
48.98/49.07	c |    576418 |    7691    18600 |    9793   10477   215457    20.6 |  3.695 % |
51.48/51.52	c |    605612 |    7691    18600 |   10773    7116   272652    38.3 |  3.695 % |
54.68/54.72	c |    649401 |    7678    18569 |   11850   10997   275428    25.0 |  3.863 % |
60.78/60.89	c |    715085 |    7678    18569 |   13035   12319   413640    33.6 |  3.863 % |
71.58/71.67	c |    813611 |    7678    18569 |   14339    7550   228042    30.2 |  3.863 % |
74.98/75.05	c ==============================================================================
74.98/75.05	c Found solution: 56
74.98/75.05	o 56
74.98/75.05	c ---[   0]---> Sorter-cost:    0     Base:
74.98/75.07	c ==================================[MINISAT+]==================================
74.98/75.07	c | Conflicts | Original         | Learnt                           | Progress |
74.98/75.07	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
74.98/75.07	c ==============================================================================
74.98/75.07	c |    851603 |    7695    18616 |    2565   12956   397284    30.7 |  3.863 % |
74.98/75.09	c |    851703 |    7695    18616 |    2821    1720    31470    18.3 |  3.892 % |
75.08/75.10	c |    851854 |    7695    18616 |    3103    1871    35434    18.9 |  3.892 % |
75.08/75.11	c |    852081 |    7693    18612 |    3414    2097    38744    18.5 |  3.911 % |
75.08/75.12	c |    852418 |    7693    18612 |    3755    2434    43532    17.9 |  3.911 % |
75.08/75.15	c |    852924 |    7693    18612 |    4130    2940    56354    19.2 |  3.911 % |
75.08/75.19	c |    853684 |    7693    18612 |    4544    3700    76355    20.6 |  3.911 % |
75.18/75.22	c |    854827 |    7693    18612 |    4998    4843   102579    21.2 |  3.911 % |
75.18/75.29	c |    856536 |    7693    18612 |    5498    3901    73991    19.0 |  3.911 % |
75.38/75.43	c |    859099 |    7693    18612 |    6048    6464   145024    22.4 |  3.911 % |
75.58/75.61	c |    862943 |    7690    18605 |    6652    3876    65509    16.9 |  3.948 % |
75.78/75.89	c |    868714 |    7690    18605 |    7318    6158   115770    18.8 |  3.948 % |
76.28/76.36	c |    877368 |    7690    18605 |    8050    7202   106459    14.8 |  3.948 % |
77.28/77.30	c |    890342 |    7690    18605 |    8855    6654   235117    35.3 |  3.948 % |
78.28/78.39	c |    909804 |    7680    18583 |    9740    7005   164322    23.5 |  4.061 % |
80.58/80.63	c |    938996 |    7680    18583 |   10714    8504   305776    36.0 |  4.061 % |
84.68/84.79	c |    982787 |    7680    18583 |   11786   11511   508585    44.2 |  4.061 % |
90.57/90.60	c |   1048474 |    7680    18583 |   12964   11456   413707    36.1 |  4.061 % |
98.67/98.72	c |   1147000 |    7678    18579 |   14261   12201   311601    25.5 |  4.079 % |
114.87/114.95	c |   1294790 |    7661    18542 |   15687   15149   629931    41.6 |  4.266 % |
140.17/140.24	c |   1516474 |    7658    18535 |   17256   16992   841342    49.5 |  4.304 % |
174.16/174.25	c |   1848999 |    7658    18535 |   18981   12326   649517    52.7 |  4.304 % |
231.34/231.49	c |   2347790 |    7658    18535 |   20879   11575   348798    30.1 |  4.304 % |
308.83/308.94	c |   3095972 |    7658    18535 |   22967   14619   583374    39.9 |  4.304 % |
338.32/338.45	c ==============================================================================
338.32/338.45	c Found solution: 55
338.32/338.45	o 55
338.32/338.45	c ---[   0]---> Sorter-cost:    0     Base:
338.32/338.47	c ==================================[MINISAT+]==================================
338.32/338.47	c | Conflicts | Original         | Learnt                           | Progress |
338.32/338.47	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
338.32/338.47	c ==============================================================================
338.32/338.47	c |   3349476 |    7640    18478 |    2546   18739   720608    38.5 |  4.304 % |
338.42/338.50	c |   3349576 |    7640    18478 |    2800    2443    46279    18.9 |  4.620 % |
338.42/338.51	c |   3349726 |    7640    18478 |    3080    2593    50147    19.3 |  4.620 % |
338.42/338.52	c |   3349954 |    7640    18478 |    3388    2821    54453    19.3 |  4.620 % |
338.42/338.54	c |   3350292 |    7640    18478 |    3727    3159    63510    20.1 |  4.620 % |
338.42/338.56	c |   3350799 |    7640    18478 |    4100    3666    73815    20.1 |  4.620 % |
338.42/338.59	c |   3351558 |    7640    18478 |    4510    4425    84487    19.1 |  4.620 % |
338.52/338.63	c |   3352699 |    7640    18478 |    4961    3154    37852    12.0 |  4.620 % |
338.63/338.72	c |   3354408 |    7640    18478 |    5457    4863    68750    14.1 |  4.620 % |
338.73/338.86	c |   3356970 |    7625    18443 |    6003    4534   103598    22.8 |  4.807 % |
338.92/339.06	c |   3360814 |    7625    18443 |    6603    4899   108467    22.1 |  4.807 % |
339.22/339.39	c |   3366580 |    7625    18443 |    7264    6708   204559    30.5 |  4.807 % |
339.92/340.05	c |   3375231 |    7625    18443 |    7990    7154   255622    35.7 |  4.807 % |
340.62/340.78	c |   3388205 |    7622    18436 |    8789    8960   209999    23.4 |  4.845 % |
342.12/342.21	c |   3407667 |    7618    18428 |    9668    9232   258233    28.0 |  4.882 % |
343.82/343.93	c |   3436860 |    7618    18428 |   10635    9961   328109    32.9 |  4.882 % |
347.53/347.61	c |   3480650 |    7618    18428 |   11698    6605   288496    43.7 |  4.882 % |
353.12/353.26	c |   3546334 |    7618    18428 |   12868    9723   406563    41.8 |  4.882 % |
360.82/360.93	c |   3644863 |    7618    18428 |   14155   12279   275543    22.4 |  4.882 % |
374.02/374.14	c |   3792654 |    7618    18428 |   15571    9842   369077    37.5 |  4.882 % |
396.51/396.60	c |   4014337 |    7610    18410 |   17128    8595   319872    37.2 |  4.976 % |
433.32/433.42	c |   4346865 |    7610    18410 |   18841   13189   614586    46.6 |  4.976 % |
483.31/483.49	c |   4845653 |    7610    18410 |   20725   12934   494268    38.2 |  4.976 % |
571.69/571.87	c |   5593836 |    7610    18410 |   22797   19140   827751    43.2 |  4.976 % |
695.47/695.67	c |   6716112 |    7610    18410 |   25077   20753   768323    37.0 |  4.976 % |
900.13/900.32	c |   8399524 |    7598    18384 |   27585   14770   510859    34.6 |  5.107 % |
1187.19/1187.49	c |  10924640 |    7598    18384 |   30343   16991   641576    37.8 |  5.107 % |
1362.36/1362.65	c ==============================================================================
1362.36/1362.65	c Found solution: 54
1362.36/1362.65	o 54
1362.36/1362.65	c ---[   0]---> Sorter-cost:    0     Base:
1362.36/1362.67	c ==================================[MINISAT+]==================================
1362.36/1362.67	c | Conflicts | Original         | Learnt                           | Progress |
1362.36/1362.67	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
1362.36/1362.67	c ==============================================================================
1362.36/1362.67	c |  12311310 |    7614    18427 |    2538   16013   617557    38.6 |  5.107 % |
1362.36/1362.69	c |  12311412 |    7614    18427 |    2791    2104    33220    15.8 |  5.186 % |
1362.36/1362.69	c |  12311563 |    7614    18427 |    3070    2255    36269    16.1 |  5.186 % |
1362.46/1362.70	c |  12311788 |    7614    18427 |    3378    2480    41410    16.7 |  5.186 % |
1362.46/1362.72	c |  12312125 |    7614    18427 |    3715    2817    47264    16.8 |  5.186 % |
1362.46/1362.74	c |  12312631 |    7614    18427 |    4087    3323    57867    17.4 |  5.186 % |
1362.46/1362.79	c |  12313390 |    7614    18427 |    4496    4082    79068    19.4 |  5.186 % |
1362.56/1362.87	c |  12314530 |    7614    18427 |    4945    5222   110360    21.1 |  5.186 % |
1362.66/1362.95	c |  12316239 |    7614    18427 |    5440    4259    81880    19.2 |  5.186 % |
1362.76/1363.05	c |  12318801 |    7614    18427 |    5984    3753    69591    18.5 |  5.186 % |
1362.96/1363.27	c |  12322648 |    7614    18427 |    6582    3965    82827    20.9 |  5.186 % |
1363.26/1363.51	c |  12328414 |    7607    18412 |    7241    6251    90433    14.5 |  5.260 % |
1363.76/1364.05	c |  12337063 |    7607    18412 |    7965    6555   191880    29.3 |  5.260 % |
1364.66/1365.00	c |  12350037 |    7607    18412 |    8761    5732   248347    43.3 |  5.260 % |
1366.26/1366.51	c |  12369500 |    7607    18412 |    9638    5989   212602    35.5 |  5.260 % |
1368.46/1368.79	c |  12398694 |    7607    18412 |   10601    9064   284001    31.3 |  5.260 % |
1372.66/1372.97	c |  12442484 |    7607    18412 |   11662    6956   289970    41.7 |  5.260 % |
1378.26/1378.54	c |  12508168 |    7607    18412 |   12828    9758   330490    33.9 |  5.260 % |
1387.56/1387.87	c |  12606694 |    7607    18412 |   14111   12271   421291    34.3 |  5.260 % |
1401.25/1401.56	c |  12754484 |    7607    18412 |   15522   11232   419622    37.4 |  5.260 % |
1423.16/1423.47	c |  12976168 |    7605    18408 |   17074   13316   445945    33.5 |  5.279 % |
1455.24/1455.59	c |  13308693 |    7605    18408 |   18781   15797   552338    35.0 |  5.279 % |
1517.04/1517.38	c |  13807482 |    7605    18408 |   20660   10565   448215    42.4 |  5.279 % |
1605.12/1605.46	c |  14555666 |    7605    18408 |   22726   17987   758495    42.2 |  5.279 % |
1746.20/1746.53	c |  15677941 |    7605    18408 |   24998   12013   616634    51.3 |  5.279 % |
1800.00/1800.30	c 
1800.00/1800.30	c *** TERMINATED ***
1800.00/1800.30	s SATISFIABLE
1800.00/1800.30	v -x1 x2 -x3 -x4 -x5 x6 -x7 -x8 -x9 x10 -x11 -x12 x13 -x14 -x15 -x16 -x17 -x18 x19 -x20 -x21 -x22 x23 -x24 x25 -x26 -x27 -x28 -x29 x30 x31 -x32 -x33 -x34 -x35 x36 -x37 -x38 -x39 -x40 -x41 x42 -x43 -x44 -x45 -x46 -x47 x48 -x49 -x50 -x51 -x52 -x53 x54 -x55 -x56 -x57 -x58 x59 -x60 -x61 x62 -x63 -x64 x65 -x66 x67 -x68 -x69 -x70 x71 -x72 x73 -x74 -x75 -x76 -x77 -x78 x79 -x80 -x81 -x82 -x83 x84 -x85 -x86 -x87 -x88 -x89 x90 x91 -x92 -x93 -x94 -x95 x96 -x97 -x98 -x99 x100 -x101 x102 -x103 -x104 -x105 -x106 -x107 x108 -x109 -x110 -x111 -x112 x113 -x114 -x115 -x116 -x117 -x118 x119 -x120 -x121 -x122 -x123 -x124 x125 -x126 -x127 -x128 -x129 -x130 x131 -x132 -x133 -x134 -x135 x136 x137 -x138 -x139 -x140 -x141 x142 -x143 x144 -x145 -x146 -x147 x148 -x149 x150 -x151 -x152 -x153 x154 -x155 -x156 -x157 -x158 -x159 -x160 x161 -x162 -x163 -x164 -x165 -x166 x167 -x168 -x169 -x170 x171 -x172 x173 -x174 -x175 -x176 -x177 -x178 x179 -x180 -x181 -x182 -x183 x184 -x185 -x186 -x187 -x188 -x189 x190 -x191 x192 -x193 -x194 -x195 x196 -x197 -x198 -x199 -x200 -x201 x202 -x203 -x204 -x205 x206 -x207 -x208 -x209 x210 -x211 -x212 x213 -x214 x215 -x216 -x217 -x218 x219 -x220 -x221 -x222 x223 -x224 -x225

Verifier Data

OK	54

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-3721272-1338554419/watcher-3721272-1338554419 -o /tmp/evaluation-result-3721272-1338554419/solver-3721272-1338554419 -C 1800 -W 1900 -M 15500 HOME/minisat+ HOME/instance-3721272-1338554419.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: 4.58 2.98 2.06 3/177 32560
/proc/meminfo: memFree=22726856/32873648 swapFree=6864/6864
[pid=32560] ppid=32558 vsize=1132 CPUtime=0 cores=0,2,4,6
/proc/32560/stat : 32560 (minisat+) R 32558 32560 32338 0 -1 4202496 157 0 0 0 0 0 0 0 20 0 1 0 321567375 1159168 114 33554432000 134512640 135395479 4288058224 4288057144 135031278 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/32560/statm: 322 115 74 216 0 104 0

[startup+0.048592 s]
/proc/loadavg: 4.58 2.98 2.06 3/177 32560
/proc/meminfo: memFree=22726856/32873648 swapFree=6864/6864
[pid=32560] ppid=32558 vsize=2416 CPUtime=0.04 cores=0,2,4,6
/proc/32560/stat : 32560 (minisat+) R 32558 32560 32338 0 -1 4202496 484 0 0 0 4 0 0 0 20 0 1 0 321567375 2473984 441 33554432000 134512640 135395479 4288058224 4288056048 135003212 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/32560/statm: 604 441 111 216 0 386 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 2416

[startup+0.100214 s]
/proc/loadavg: 4.58 2.98 2.06 3/177 32560
/proc/meminfo: memFree=22726856/32873648 swapFree=6864/6864
[pid=32560] ppid=32558 vsize=2548 CPUtime=0.09 cores=0,2,4,6
/proc/32560/stat : 32560 (minisat+) R 32558 32560 32338 0 -1 4202496 522 0 0 0 9 0 0 0 20 0 1 0 321567375 2609152 479 33554432000 134512640 135395479 4288058224 4288056192 134579871 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/32560/statm: 637 479 111 216 0 419 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2548

[startup+0.300227 s]
/proc/loadavg: 4.58 2.98 2.06 3/177 32560
/proc/meminfo: memFree=22726856/32873648 swapFree=6864/6864
[pid=32560] ppid=32558 vsize=2976 CPUtime=0.29 cores=0,2,4,6
/proc/32560/stat : 32560 (minisat+) R 32558 32560 32338 0 -1 4202496 625 0 0 0 29 0 0 0 20 0 1 0 321567375 3047424 582 33554432000 134512640 135395479 4288058224 4288056192 134576683 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/32560/statm: 744 582 111 216 0 526 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 2976

[startup+0.700177 s]
/proc/loadavg: 4.58 2.98 2.06 3/177 32560
/proc/meminfo: memFree=22726856/32873648 swapFree=6864/6864
[pid=32560] ppid=32558 vsize=3504 CPUtime=0.69 cores=0,2,4,6
/proc/32560/stat : 32560 (minisat+) R 32558 32560 32338 0 -1 4202496 766 0 0 0 69 0 0 0 20 0 1 0 321567375 3588096 723 33554432000 134512640 135395479 4288058224 4288056688 134588783 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/32560/statm: 876 723 111 216 0 658 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 3504

[startup+1.50023 s]
/proc/loadavg: 4.58 2.98 2.06 3/178 32561
/proc/meminfo: memFree=22724260/32873648 swapFree=6864/6864
[pid=32560] ppid=32558 vsize=3812 CPUtime=1.49 cores=0,2,4,6
/proc/32560/stat : 32560 (minisat+) R 32558 32560 32338 0 -1 4202496 851 0 0 0 149 0 0 0 20 0 1 0 321567375 3903488 808 33554432000 134512640 135395479 4288058224 4288056124 135007481 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/32560/statm: 953 808 111 216 0 735 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 3812

[startup+3.10018 s]
/proc/loadavg: 4.58 2.98 2.06 3/178 32561
/proc/meminfo: memFree=22723220/32873648 swapFree=6864/6864
[pid=32560] ppid=32558 vsize=4732 CPUtime=3.09 cores=0,2,4,6
/proc/32560/stat : 32560 (minisat+) R 32558 32560 32338 0 -1 4202496 1070 0 0 0 309 0 0 0 20 0 1 0 321567375 4845568 1027 33554432000 134512640 135395479 4288058224 4288056576 134580744 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/32560/statm: 1183 1027 111 216 0 965 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 4732

[startup+6.30018 s]
/proc/loadavg: 4.38 2.96 2.06 3/178 32561
/proc/meminfo: memFree=22722724/32873648 swapFree=6864/6864
[pid=32560] ppid=32558 vsize=6568 CPUtime=6.29 cores=0,2,4,6
/proc/32560/stat : 32560 (minisat+) R 32558 32560 32338 0 -1 4202496 1540 0 0 0 629 0 0 0 20 0 1 0 321567375 6725632 1497 33554432000 134512640 135395479 4288058224 4288056576 134580765 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/32560/statm: 1642 1497 111 216 0 1424 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 6568

[startup+12.7001 s]
/proc/loadavg: 4.19 2.95 2.06 3/178 32561
/proc/meminfo: memFree=22724228/32873648 swapFree=6864/6864
[pid=32560] ppid=32558 vsize=7104 CPUtime=12.69 cores=0,2,4,6
/proc/32560/stat : 32560 (minisat+) R 32558 32560 32338 0 -1 4202496 1671 0 0 0 1269 0 0 0 20 0 1 0 321567375 7274496 1628 33554432000 134512640 135395479 4288058224 4288056576 134580915 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/32560/statm: 1776 1628 111 216 0 1558 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 7104

[startup+25.5002 s]
/proc/loadavg: 3.70 2.90 2.06 3/178 32561
/proc/meminfo: memFree=22725288/32873648 swapFree=6864/6864
[pid=32560] ppid=32558 vsize=8456 CPUtime=25.49 cores=0,2,4,6
/proc/32560/stat : 32560 (minisat+) R 32558 32560 32338 0 -1 4202496 2012 0 0 0 2549 0 0 0 20 0 1 0 321567375 8658944 1969 33554432000 134512640 135395479 4288058224 4288056688 134588649 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/32560/statm: 2114 1969 111 216 0 1896 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 8456

[startup+51.1001 s]
/proc/loadavg: 3.12 2.82 2.06 3/178 32561
/proc/meminfo: memFree=22724692/32873648 swapFree=6864/6864
[pid=32560] ppid=32558 vsize=9824 CPUtime=51.08 cores=0,2,4,6
/proc/32560/stat : 32560 (minisat+) R 32558 32560 32338 0 -1 4202496 2323 0 0 0 5108 0 0 0 20 0 1 0 321567375 10059776 2280 33554432000 134512640 135395479 4288058224 4288056272 134584326 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/32560/statm: 2456 2280 111 216 0 2238 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 9824

[startup+102.306 s]
/proc/loadavg: 2.48 2.69 2.06 3/177 32561
/proc/meminfo: memFree=22719908/32873648 swapFree=6864/6864
[pid=32560] ppid=32558 vsize=14296 CPUtime=102.28 cores=0,2,4,6
/proc/32560/stat : 32560 (minisat+) R 32558 32560 32338 0 -1 4202496 3422 0 0 0 10228 0 0 0 20 0 1 0 321567375 14639104 3379 33554432000 134512640 135395479 4288058224 4288056576 134580947 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/32560/statm: 3574 3379 111 216 0 3356 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 14296

[startup+162.3 s]
/proc/loadavg: 2.18 2.57 2.05 3/177 32561
/proc/meminfo: memFree=22716960/32873648 swapFree=6864/6864
[pid=32560] ppid=32558 vsize=16868 CPUtime=162.26 cores=0,2,4,6
/proc/32560/stat : 32560 (minisat+) R 32558 32560 32338 0 -1 4202496 4073 0 0 0 16226 0 0 0 20 0 1 0 321567375 17272832 4030 33554432000 134512640 135395479 4288058224 4288056576 134580945 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/32560/statm: 4217 4030 111 216 0 3999 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 16868

[startup+222.3 s]
/proc/loadavg: 2.02 2.45 2.04 3/177 32611
/proc/meminfo: memFree=26458188/32873648 swapFree=6864/6864
[pid=32560] ppid=32558 vsize=19284 CPUtime=222.24 cores=0,2,4,6
/proc/32560/stat : 32560 (minisat+) R 32558 32560 32338 0 -1 4202496 4660 0 0 0 22224 0 0 0 20 0 1 0 321567375 19746816 4659 33554432000 134512640 135395479 4288058224 4288056480 134568563 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/32560/statm: 4821 4659 111 216 0 4603 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 19284

[startup+282.3 s]
/proc/loadavg: 2.01 2.36 2.03 3/177 32611
/proc/meminfo: memFree=26445784/32873648 swapFree=6864/6864
[pid=32560] ppid=32558 vsize=21352 CPUtime=282.23 cores=0,2,4,6
/proc/32560/stat : 32560 (minisat+) R 32558 32560 32338 0 -1 4202496 5183 0 0 0 28223 0 0 0 20 0 1 0 321567375 21864448 5198 33554432000 134512640 135395479 4288058224 4288056480 134568472 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/32560/statm: 5338 5198 111 216 0 5120 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 21352

[startup+342.3 s]
/proc/loadavg: 2.00 2.29 2.03 3/176 32611
/proc/meminfo: memFree=26444156/32873648 swapFree=6864/6864
[pid=32560] ppid=32558 vsize=23820 CPUtime=342.22 cores=0,2,4,6
/proc/32560/stat : 32560 (minisat+) R 32558 32560 32338 0 -1 4202496 5765 0 0 0 34222 0 0 0 20 0 1 0 321567375 24391680 5797 33554432000 134512640 135395479 4288058224 4288056576 134580816 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/32560/statm: 5955 5797 111 216 0 5737 0
Current children cumulated CPU time (s) 342.22
Current children cumulated vsize (KiB) 23820

[startup+402.3 s]
/proc/loadavg: 2.00 2.24 2.02 3/177 32612
/proc/meminfo: memFree=26443784/32873648 swapFree=6864/6864
[pid=32560] ppid=32558 vsize=24276 CPUtime=402.21 cores=0,2,4,6
/proc/32560/stat : 32560 (minisat+) R 32558 32560 32338 0 -1 4202496 5866 0 0 0 40221 0 0 0 20 0 1 0 321567375 24858624 5898 33554432000 134512640 135395479 4288058224 4288056576 134580888 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/32560/statm: 6069 5898 111 216 0 5851 0
Current children cumulated CPU time (s) 402.21
Current children cumulated vsize (KiB) 24276

[startup+462.3 s]
/proc/loadavg: 2.08 2.21 2.02 3/177 32612
/proc/meminfo: memFree=26441616/32873648 swapFree=6864/6864
[pid=32560] ppid=32558 vsize=25908 CPUtime=462.21 cores=0,2,4,6
/proc/32560/stat : 32560 (minisat+) R 32558 32560 32338 0 -1 4202496 6253 0 0 0 46220 1 0 0 20 0 1 0 321567375 26529792 6313 33554432000 134512640 135395479 4288058224 4288056576 134581284 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/32560/statm: 6477 6313 111 216 0 6259 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 25908

[startup+522.3 s]
/proc/loadavg: 2.03 2.17 2.01 3/177 32613
/proc/meminfo: memFree=26440264/32873648 swapFree=6864/6864
[pid=32560] ppid=32558 vsize=27460 CPUtime=522.2 cores=0,2,4,6
/proc/32560/stat : 32560 (minisat+) R 32558 32560 32338 0 -1 4202496 6658 0 0 0 52219 1 0 0 20 0 1 0 321567375 28119040 6735 33554432000 134512640 135395479 4288058224 4288056564 134581319 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/32560/statm: 6865 6735 111 216 0 6647 0
Current children cumulated CPU time (s) 522.2
Current children cumulated vsize (KiB) 27460

[startup+582.3 s]
/proc/loadavg: 2.01 2.13 2.01 3/178 32616
/proc/meminfo: memFree=26439116/32873648 swapFree=6864/6864
[pid=32560] ppid=32558 vsize=28384 CPUtime=582.19 cores=0,2,4,6
/proc/32560/stat : 32560 (minisat+) R 32558 32560 32338 0 -1 4202496 6933 0 0 0 58218 1 0 0 20 0 1 0 321567375 29065216 6937 33554432000 134512640 135395479 4288058224 4288056576 134580768 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/32560/statm: 7096 6937 111 216 0 6878 0
Current children cumulated CPU time (s) 582.19
Current children cumulated vsize (KiB) 28384

[startup+642.3 s]

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

[startup+882.3 s]
/proc/loadavg: 2.00 2.04 2.00 3/177 32617
/proc/meminfo: memFree=26431456/32873648 swapFree=6864/6864
[pid=32560] ppid=32558 vsize=33328 CPUtime=882.14 cores=0,2,4,6
/proc/32560/stat : 32560 (minisat+) R 32558 32560 32338 0 -1 4202496 8101 0 0 0 88213 1 0 0 20 0 1 0 321567375 34127872 8188 33554432000 134512640 135395479 4288058224 4288056528 134580396 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/32560/statm: 8332 8188 111 216 0 8114 0
Current children cumulated CPU time (s) 882.14
Current children cumulated vsize (KiB) 33328

[startup+942.3 s]
/proc/loadavg: 2.05 2.05 2.00 3/177 32665
/proc/meminfo: memFree=26110856/32873648 swapFree=6864/6864
[pid=32560] ppid=32558 vsize=35124 CPUtime=942.12 cores=0,2,4,6
/proc/32560/stat : 32560 (minisat+) R 32558 32560 32338 0 -1 4202496 8523 0 0 0 94211 1 0 0 20 0 1 0 321567375 35966976 8610 33554432000 134512640 135395479 4288058224 4288056096 134573890 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/32560/statm: 8781 8610 111 216 0 8563 0
Current children cumulated CPU time (s) 942.12
Current children cumulated vsize (KiB) 35124

[startup+1002.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/177 32665
/proc/meminfo: memFree=26108900/32873648 swapFree=6864/6864
[pid=32560] ppid=32558 vsize=36780 CPUtime=1002.12 cores=0,2,4,6
/proc/32560/stat : 32560 (minisat+) R 32558 32560 32338 0 -1 4202496 8921 0 0 0 100210 2 0 0 20 0 1 0 321567375 37662720 9008 33554432000 134512640 135395479 4288058224 4288056576 134580915 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/32560/statm: 9195 9008 111 216 0 8977 0
Current children cumulated CPU time (s) 1002.12
Current children cumulated vsize (KiB) 36780

[startup+1062.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/177 32665
/proc/meminfo: memFree=26109180/32873648 swapFree=6864/6864
[pid=32560] ppid=32558 vsize=36780 CPUtime=1062.11 cores=0,2,4,6
/proc/32560/stat : 32560 (minisat+) R 32558 32560 32338 0 -1 4202496 8921 0 0 0 106209 2 0 0 20 0 1 0 321567375 37662720 9008 33554432000 134512640 135395479 4288058224 4288056192 134580212 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/32560/statm: 9195 9008 111 216 0 8977 0
Current children cumulated CPU time (s) 1062.11
Current children cumulated vsize (KiB) 36780

[startup+1122.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/177 32666
/proc/meminfo: memFree=26107680/32873648 swapFree=6864/6864
[pid=32560] ppid=32558 vsize=38388 CPUtime=1122.1 cores=0,2,4,6
/proc/32560/stat : 32560 (minisat+) R 32558 32560 32338 0 -1 4202496 9290 0 0 0 112208 2 0 0 20 0 1 0 321567375 39309312 9377 33554432000 134512640 135395479 4288058224 4288056192 134577801 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/32560/statm: 9597 9377 111 216 0 9379 0
Current children cumulated CPU time (s) 1122.1
Current children cumulated vsize (KiB) 38388

[startup+1182.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/178 32717
/proc/meminfo: memFree=26455708/32873648 swapFree=6864/6864
[pid=32560] ppid=32558 vsize=38388 CPUtime=1182.09 cores=0,2,4,6
/proc/32560/stat : 32560 (minisat+) R 32558 32560 32338 0 -1 4202496 9304 0 0 0 118207 2 0 0 20 0 1 0 321567375 39309312 9441 33554432000 134512640 135395479 4288058224 4288056272 134584044 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/32560/statm: 9597 9441 111 216 0 9379 0
Current children cumulated CPU time (s) 1182.09
Current children cumulated vsize (KiB) 38388

[startup+1242.3 s]
/proc/loadavg: 2.04 2.02 2.00 3/178 32740
/proc/meminfo: memFree=26449168/32873648 swapFree=6864/6864
[pid=32560] ppid=32558 vsize=38836 CPUtime=1242.08 cores=0,2,4,6
/proc/32560/stat : 32560 (minisat+) R 32558 32560 32338 0 -1 4202496 9398 0 0 0 124206 2 0 0 20 0 1 0 321567375 39768064 9535 33554432000 134512640 135395479 4288058224 4288056528 134580477 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/32560/statm: 9709 9535 111 216 0 9491 0
Current children cumulated CPU time (s) 1242.08
Current children cumulated vsize (KiB) 38836

[startup+1302.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/177 32740
/proc/meminfo: memFree=26449360/32873648 swapFree=6864/6864
[pid=32560] ppid=32558 vsize=40428 CPUtime=1302.08 cores=0,2,4,6
/proc/32560/stat : 32560 (minisat+) R 32558 32560 32338 0 -1 4202496 9793 0 0 0 130206 2 0 0 20 0 1 0 321567375 41398272 9930 33554432000 134512640 135395479 4288058224 4288056576 134580744 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/32560/statm: 10107 9930 111 216 0 9889 0
Current children cumulated CPU time (s) 1302.08
Current children cumulated vsize (KiB) 40428

[startup+1362.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 32740
/proc/meminfo: memFree=26446156/32873648 swapFree=6864/6864
[pid=32560] ppid=32558 vsize=42924 CPUtime=1362.06 cores=0,2,4,6
/proc/32560/stat : 32560 (minisat+) R 32558 32560 32338 0 -1 4202496 10413 0 0 0 136204 2 0 0 20 0 1 0 321567375 43954176 10576 33554432000 134512640 135395479 4288058224 4288056576 134581415 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/32560/statm: 10731 10576 111 216 0 10513 0
Current children cumulated CPU time (s) 1362.06
Current children cumulated vsize (KiB) 42924

[startup+1422.31 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 32741
/proc/meminfo: memFree=26445596/32873648 swapFree=6864/6864
[pid=32560] ppid=32558 vsize=42924 CPUtime=1422.06 cores=0,2,4,6
/proc/32560/stat : 32560 (minisat+) R 32558 32560 32338 0 -1 4202496 10413 0 0 0 142204 2 0 0 20 0 1 0 321567375 43954176 10576 33554432000 134512640 135395479 4288058224 4288056192 134576837 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/32560/statm: 10731 10576 111 216 0 10513 0
Current children cumulated CPU time (s) 1422.06
Current children cumulated vsize (KiB) 42924

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 32741
/proc/meminfo: memFree=26444172/32873648 swapFree=6864/6864
[pid=32560] ppid=32558 vsize=42924 CPUtime=1482.04 cores=0,2,4,6
/proc/32560/stat : 32560 (minisat+) R 32558 32560 32338 0 -1 4202496 10413 0 0 0 148202 2 0 0 20 0 1 0 321567375 43954176 10576 33554432000 134512640 135395479 4288058224 4288056576 134581463 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/32560/statm: 10731 10576 111 216 0 10513 0
Current children cumulated CPU time (s) 1482.04
Current children cumulated vsize (KiB) 42924

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 32741
/proc/meminfo: memFree=26440948/32873648 swapFree=6864/6864
[pid=32560] ppid=32558 vsize=42924 CPUtime=1542.03 cores=0,2,4,6
/proc/32560/stat : 32560 (minisat+) R 32558 32560 32338 0 -1 4202496 10413 0 0 0 154201 2 0 0 20 0 1 0 321567375 43954176 10576 33554432000 134512640 135395479 4288058224 4288056192 134577321 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/32560/statm: 10731 10576 111 216 0 10513 0
Current children cumulated CPU time (s) 1542.03
Current children cumulated vsize (KiB) 42924

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 32741
/proc/meminfo: memFree=26441256/32873648 swapFree=6864/6864
[pid=32560] ppid=32558 vsize=42924 CPUtime=1602.02 cores=0,2,4,6
/proc/32560/stat : 32560 (minisat+) R 32558 32560 32338 0 -1 4202496 10413 0 0 0 160200 2 0 0 20 0 1 0 321567375 43954176 10576 33554432000 134512640 135395479 4288058224 4288056576 134580915 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/32560/statm: 10731 10576 111 216 0 10513 0
Current children cumulated CPU time (s) 1602.02
Current children cumulated vsize (KiB) 42924

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 32741
/proc/meminfo: memFree=26439332/32873648 swapFree=6864/6864
[pid=32560] ppid=32558 vsize=43980 CPUtime=1662.01 cores=0,2,4,6
/proc/32560/stat : 32560 (minisat+) R 32558 32560 32338 0 -1 4202496 10648 0 0 0 166199 2 0 0 20 0 1 0 321567375 45035520 10820 33554432000 134512640 135395479 4288058224 4288056548 134580248 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/32560/statm: 10995 10820 111 216 0 10777 0
Current children cumulated CPU time (s) 1662.01
Current children cumulated vsize (KiB) 43980

[startup+1722.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/177 32742
/proc/meminfo: memFree=26439540/32873648 swapFree=6864/6864
[pid=32560] ppid=32558 vsize=43980 CPUtime=1722 cores=0,2,4,6
/proc/32560/stat : 32560 (minisat+) R 32558 32560 32338 0 -1 4202496 10649 0 0 0 172198 2 0 0 20 0 1 0 321567375 45035520 10821 33554432000 134512640 135395479 4288058224 4288056528 134580297 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/32560/statm: 10995 10821 111 216 0 10777 0
Current children cumulated CPU time (s) 1722
Current children cumulated vsize (KiB) 43980

[startup+1782.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/178 32743
/proc/meminfo: memFree=26437744/32873648 swapFree=6864/6864
[pid=32560] ppid=32558 vsize=43980 CPUtime=1781.99 cores=0,2,4,6
/proc/32560/stat : 32560 (minisat+) R 32558 32560 32338 0 -1 4202496 10660 0 0 0 178197 2 0 0 20 0 1 0 321567375 45035520 10838 33554432000 134512640 135395479 4288058224 4288056576 134580923 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/32560/statm: 10995 10838 111 216 0 10777 0
Current children cumulated CPU time (s) 1781.99
Current children cumulated vsize (KiB) 43980



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/178 32745
/proc/meminfo: memFree=26438900/32873648 swapFree=6864/6864
[pid=32560] ppid=32558 vsize=44148 CPUtime=1800 cores=0,2,4,6
/proc/32560/stat : 32560 (minisat+) R 32558 32560 32338 0 -1 4202496 10693 0 0 0 179997 3 0 0 20 0 1 0 321567375 45207552 10871 33554432000 134512640 135395479 4288058224 4288056576 134581284 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/32560/statm: 11037 10871 111 216 0 10819 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 44148

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

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

[startup+1800.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/178 32745
/proc/meminfo: memFree=26438900/32873648 swapFree=6864/6864
[pid=32560] ppid=32558 vsize=44148 CPUtime=1800 cores=0,2,4,6
/proc/32560/stat : 32560 (minisat+) R 32558 32560 32338 0 -1 4202496 10693 0 0 0 179997 3 0 0 20 0 1 0 321567375 45207552 10871 33554432000 134512640 135395479 4288058224 4288056576 134581284 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/32560/statm: 11037 10871 111 216 0 10819 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 44148

Child status: 10
Real time (s): 1800.31
CPU time (s): 1800.01
CPU user time (s): 1799.98
CPU system time (s): 0.030995
CPU usage (%): 99.9836
Max. virtual memory (cumulated for all children) (KiB): 44148

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.98
system time used= 0.030995
maximum resident set size= 43492
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10695
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= 21
involuntary context switches= 1873

runsolver used 2.74158 second user time and 8.25275 second system time

The end

Launcher Data

Begin job on node125 at 2012-06-01 14:40:19
IDJOB=3721272
IDBENCH=2214
IDSOLVER=2306
FILE ID=node125/3721272-1338554419
RUNJOBID= node125-1338552574-32354
PBS_JOBID= 14635859
Free space on /tmp= 70448 MiB

SOLVER NAME= minisat+ 1.14
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/sorensson/garden/normalized-g15x15.opb
COMMAND LINE= HOME/minisat+ BENCHNAME            
CONVERSION SCRIPT= PBconversionToLinear BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3721272-1338554419/watcher-3721272-1338554419 -o /tmp/evaluation-result-3721272-1338554419/solver-3721272-1338554419 -C 1800 -W 1900 -M 15500  HOME/minisat+ HOME/instance-3721272-1338554419.opb            

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

MD5SUM BENCH= 28425c3b4907da9ba10ee31a4de63042
RANDOM SEED=1085593926

node125.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.373
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.74
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.373
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.373
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.373
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.90
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.373
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.373
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	: 5438.54
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.373
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.373
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:       32873648 kB
MemFree:        22727732 kB
Buffers:          590992 kB
Cached:          4881984 kB
SwapCached:         2312 kB
Active:          6147536 kB
Inactive:        3079240 kB
Active(anon):    3744844 kB
Inactive(anon):     9252 kB
Active(file):    2402692 kB
Inactive(file):  3069988 kB
Unevictable:        6864 kB
Mlocked:            6864 kB
SwapTotal:      67108856 kB
SwapFree:       67102520 kB
Dirty:              8092 kB
Writeback:             8 kB
AnonPages:       3758748 kB
Mapped:            14836 kB
Shmem:                96 kB
Slab:             768964 kB
SReclaimable:     211952 kB
SUnreclaim:       557012 kB
KernelStack:        1472 kB
PageTables:        11188 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    3873160 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2322432 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

CONVERSION COMMAND LINE= PBconversionToLinear HOME/instance-3721272-1338554419.opb

Free space on /tmp at the end= 70460 MiB
End job on node125 at 2012-06-01 15:10:22