Trace number 363464

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)360 1800.06 1800.54

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/mps-v2-20-10/MIPLIB/
miplib/normalized-mps-v2-20-10-mod008.opb
MD5SUM4dd9ac2644c29d272d2675c7fc366ed6
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark307
Best CPU time to get the best result obtained on this benchmark4.74128
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 307
Optimality of the best value was proved YES
Number of variables319
Total number of constraints6
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints6
Minimum length of a constraint186
Maximum length of a constraint231
Number of terms in the objective function 319
Biggest coefficient in the objective function 87
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 23554
Number of bits of the sum of numbers in the objective function 15
Biggest number in a constraint 22000
Number of bits of the biggest number in a constraint 15
Biggest sum of numbers in a constraint 1027256
Number of bits of the biggest sum of numbers20
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.00/0.01	c Converting 6 PB-constraints to clauses...
0.00/0.01	c   -- Unit propagations: (none)
0.00/0.01	c   -- Detecting intervals from adjacent constraints: (none)
0.00/0.01	c   -- Clauses(.)/Splits(s): sss
0.00/0.02	c ---[   8]---> Adder-cost: 2481   maxlim: 21999   bits: 16/15
12.49/12.53	c ---[   5]---> Adder-cost: 2052   maxlim: 4999   bits: 14/13
17.68/17.75	c ---[   4]---> Adder-cost: 2306   maxlim: 11999   bits: 15/14
31.98/32.09	c ---[   2]---> BDD-cost:  478
32.18/32.26	c ---[   1]---> BDD-cost: 2553
33.38/33.43	c ---[   0]---> Adder-cost: 1803   maxlim: 3999   bits: 13/12
36.48/36.58	c ==================================[MINISAT+]==================================
36.48/36.58	c | Conflicts | Original         | Learnt                           | Progress |
36.48/36.58	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
36.48/36.58	c ==============================================================================
36.48/36.58	c |         0 |   62010   221290 |   20670       0        0     nan |  0.000 % |
36.48/36.58	c |       100 |   62010   221290 |   22737     100      343     3.4 |  0.272 % |
36.58/36.60	c |       251 |   62010   221290 |   25010     251      940     3.7 |  0.272 % |
36.58/36.65	c |       477 |   62010   221290 |   27511     477     2129     4.5 |  0.272 % |
36.68/36.72	c |       816 |   62010   221290 |   30262     816    14323    17.6 |  0.272 % |
36.78/36.86	c |      1323 |   62010   221290 |   33289    1323    19211    14.5 |  0.272 % |
36.98/37.02	c ==============================================================================
36.98/37.02	c Found solution: 1989
36.98/37.02	o 1989
36.98/37.02	c ---[   0]---> Sorter-cost:61666     Base: 5 2 2 3
37.38/37.49	c ==================================[MINISAT+]==================================
37.38/37.49	c | Conflicts | Original         | Learnt                           | Progress |
37.38/37.49	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
37.38/37.49	c ==============================================================================
37.38/37.49	c |      2068 |  212587   572921 |   70862    2068    31161    15.1 |  0.272 % |
37.58/37.60	c |      2168 |  212587   572921 |   77948    2168    31706    14.6 |  0.044 % |
37.68/37.73	c |      2318 |  212587   572921 |   85743    2318    33024    14.2 |  0.044 % |
37.88/37.96	c |      2544 |  212587   572921 |   94317    2544    44942    17.7 |  0.044 % |
38.28/38.40	c |      2881 |  212587   572921 |  103749    2881    48764    16.9 |  0.044 % |
38.58/38.67	c |      3387 |  212587   572921 |  114123    3387    58430    17.3 |  0.044 % |
38.78/38.89	c |      4146 |  212587   572921 |  125536    4146    66243    16.0 |  0.044 % |
39.48/39.51	c |      5285 |  212587   572921 |  138089    5285    84457    16.0 |  0.044 % |
39.97/40.02	c |      6993 |  212587   572921 |  151898    6993   111949    16.0 |  0.044 % |
41.98/42.08	c |      9555 |  212587   572921 |  167088    9555   195934    20.5 |  0.044 % |
45.08/45.16	c |     13401 |  212587   572921 |  183797   13401   357669    26.7 |  0.044 % |
45.78/45.81	c ==============================================================================
45.78/45.81	c Found solution: 1974
45.78/45.81	o 1974
45.78/45.82	c ---[   0]---> Sorter-cost:    5     Base: 5 2 2 3
46.08/46.16	c ==================================[MINISAT+]==================================
46.08/46.16	c | Conflicts | Original         | Learnt                           | Progress |
46.08/46.16	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
46.08/46.16	c ==============================================================================
46.08/46.16	c |     13769 |  212607   573161 |   70869   13769   383633    27.9 |  0.044 % |
46.18/46.22	c |     13869 |  212607   573161 |   77955   13869   384775    27.7 |  0.046 % |
46.18/46.25	c |     14021 |  212607   573161 |   85751   14021   385869    27.5 |  0.046 % |
46.37/46.42	c |     14246 |  212607   573161 |   94326   14246   394337    27.7 |  0.046 % |
46.47/46.56	c ==============================================================================
46.47/46.56	c Found solution: 814
46.47/46.56	o 814
46.47/46.56	c ---[   0]---> Sorter-cost:    3     Base: 5 2 2 3
46.77/46.84	c ==================================[MINISAT+]==================================
46.77/46.84	c | Conflicts | Original         | Learnt                           | Progress |
46.77/46.84	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
46.77/46.84	c ==============================================================================
46.77/46.84	c |     14260 |  212681   573330 |   70893   14260   394825    27.7 |  0.046 % |
46.97/47.02	c ==============================================================================
46.97/47.02	c Found solution: 574
46.97/47.02	o 574
46.97/47.03	c ---[   0]---> Sorter-cost:    2     Base: 5 2 2 3
47.17/47.30	c ==================================[MINISAT+]==================================
47.17/47.30	c | Conflicts | Original         | Learnt                           | Progress |
47.17/47.30	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
47.17/47.30	c ==============================================================================
47.17/47.30	c |     14279 |  212709   573397 |   70903   14279   395338    27.7 |  0.046 % |
47.37/47.48	c ==============================================================================
47.37/47.48	c Found solution: 573
47.37/47.48	o 573
47.37/47.48	c ---[   0]---> Sorter-cost:    5     Base: 5 2 2 3
47.67/47.75	c ==================================[MINISAT+]==================================
47.67/47.75	c | Conflicts | Original         | Learnt                           | Progress |
47.67/47.75	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
47.67/47.75	c ==============================================================================
47.67/47.75	c |     14286 |  213333   575013 |   71111   14286   396113    27.7 |  0.046 % |
47.97/48.07	c |     14391 |  213333   575013 |   78222   14391   410775    28.5 |  0.050 % |
48.87/48.96	c |     14541 |  213333   575013 |   86044   14541   418766    28.8 |  0.050 % |
49.77/49.81	c |     14767 |  213333   575013 |   94648   14767   425049    28.8 |  0.050 % |
50.07/50.16	c |     15104 |  213250   574823 |  104113   15041   440754    29.3 |  0.082 % |
51.27/51.36	c |     15610 |  213250   574823 |  114524   15547   456423    29.4 |  0.082 % |
53.27/53.39	c |     16371 |  213250   574823 |  125977   16308   475439    29.2 |  0.082 % |
55.27/55.32	c ==============================================================================
55.27/55.32	c Found solution: 548
55.27/55.32	o 548
55.27/55.33	c ---[   0]---> Sorter-cost:    6     Base: 5 2 2 3
55.57/55.61	c ==================================[MINISAT+]==================================
55.57/55.61	c | Conflicts | Original         | Learnt                           | Progress |
55.57/55.61	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
55.57/55.61	c ==============================================================================
55.57/55.61	c |     16771 |  213076   574533 |   71025   16590   503647    30.4 |  0.082 % |
55.57/55.70	c |     16873 |  213076   574533 |   78127   16692   520097    31.2 |  0.158 % |
55.97/56.06	c |     17023 |  213076   574533 |   85940   16842   530977    31.5 |  0.158 % |
56.66/56.71	c |     17248 |  213076   574533 |   94534   17067   535357    31.4 |  0.158 % |
57.46/57.59	c |     17585 |  212948   574238 |  103987   17398   545681    31.4 |  0.217 % |
58.87/58.90	c |     18092 |  212758   573802 |  114386   17829   590918    33.1 |  0.297 % |
60.38/60.41	c |     18851 |  212367   572913 |  125825   18400   651840    35.4 |  0.464 % |
61.77/61.87	c |     19991 |  212090   572277 |  138407   19470   687672    35.3 |  0.589 % |
63.17/63.27	c ==============================================================================
63.17/63.27	c Found solution: 525
63.17/63.27	o 525
63.17/63.27	c ---[   0]---> Sorter-cost:    3     Base: 5 2 2 3
63.57/63.61	c ==================================[MINISAT+]==================================
63.57/63.61	c | Conflicts | Original         | Learnt                           | Progress |
63.57/63.61	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
63.57/63.61	c ==============================================================================
63.57/63.61	c |     20564 |  212094   572286 |   70698   20043   725393    36.2 |  0.589 % |
63.87/63.91	c |     20664 |  212094   572286 |   77767   20143   730456    36.3 |  0.591 % |
64.17/64.25	c |     20815 |  212094   572286 |   85544   20294   776161    38.2 |  0.591 % |
64.67/64.74	c |     21040 |  212094   572286 |   94099   20519   805956    39.3 |  0.591 % |
65.17/65.21	c |     21381 |  212074   572241 |  103508   20858   857655    41.1 |  0.598 % |
66.67/66.72	c |     21887 |  212074   572241 |  113859   21364   927987    43.4 |  0.598 % |
67.67/67.70	c ==============================================================================
67.67/67.70	c Found solution: 389
67.67/67.70	o 389
67.67/67.70	c ---[   0]---> Sorter-cost:    3     Base: 5 2 2 3
67.86/67.99	c ==================================[MINISAT+]==================================
67.86/67.99	c | Conflicts | Original         | Learnt                           | Progress |
67.86/67.99	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
67.86/67.99	c ==============================================================================
67.86/67.99	c |     22374 |  212090   572280 |   70696   21851   967074    44.3 |  0.598 % |
67.96/68.05	c |     22476 |  212090   572280 |   77765   21953   972904    44.3 |  0.600 % |
68.17/68.26	c |     22627 |  212090   572280 |   85542   22104  1012989    45.8 |  0.600 % |
68.66/68.70	c |     22852 |  212090   572280 |   94096   22329  1051720    47.1 |  0.600 % |
69.66/69.79	c |     23190 |  212090   572280 |  103506   22667  1072607    47.3 |  0.600 % |
71.06/71.12	c |     23696 |  212090   572280 |  113856   23173  1121981    48.4 |  0.600 % |
73.37/73.47	c |     24455 |  212090   572280 |  125242   23932  1188663    49.7 |  0.600 % |
78.37/78.44	c |     25596 |  212090   572280 |  137766   25073  1311227    52.3 |  0.600 % |
83.26/83.31	c |     27308 |  211704   571405 |  151543   26765  1500814    56.1 |  0.759 % |
90.66/90.77	c |     29871 |  211704   571405 |  166697   29328  2469277    84.2 |  0.759 % |
98.86/99.00	c |     33716 |  211704   571405 |  183367   33173  3164018    95.4 |  0.759 % |
118.26/118.36	c |     39483 |  211084   569990 |  201703   38873  4866988   125.2 |  1.036 % |
138.15/138.25	c |     48135 |  210928   569631 |  221874   47496  6207615   130.7 |  1.110 % |
161.54/161.66	c |     61110 |  210871   569502 |  244061   60467  7966433   131.7 |  1.134 % |
241.82/241.96	c |     80574 |  210871   569502 |  268467   79931 10789561   135.0 |  1.134 % |
341.39/341.54	c ==============================================================================
341.39/341.54	c Found solution: 385
341.39/341.54	o 385
341.39/341.55	c ---[   0]---> Sorter-cost:    3     Base: 5 2 2 3
341.79/341.92	c ==================================[MINISAT+]==================================
341.79/341.92	c | Conflicts | Original         | Learnt                           | Progress |
341.79/341.92	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
341.79/341.92	c ==============================================================================
341.79/341.92	c |     93507 |  210875   569512 |   70291   92864 12122456   130.5 |  1.134 % |
342.49/342.69	c |     93607 |  210875   569512 |   77320   26188  1518346    58.0 |  1.136 % |
343.19/343.33	c |     93758 |  210875   569512 |   85052   26339  1522964    57.8 |  1.136 % |
344.59/344.74	c |     93983 |  210875   569512 |   93557   26564  1531296    57.6 |  1.136 % |
346.69/346.85	c |     94320 |  210875   569512 |  102913   26901  1590344    59.1 |  1.136 % |
349.19/349.33	c |     94826 |  210875   569512 |  113204   27407  1653992    60.3 |  1.136 % |
350.59/350.77	c |     95589 |  210813   569370 |  124524   28168  1742947    61.9 |  1.163 % |
355.30/355.49	c |     96733 |  210813   569370 |  136977   29312  1979284    67.5 |  1.163 % |
364.00/364.15	c |     98441 |  210813   569370 |  150675   31020  2403707    77.5 |  1.163 % |
378.49/378.69	c |    101003 |  210284   568161 |  165742   33553  3056352    91.1 |  1.404 % |
380.39/380.55	c ==============================================================================
380.39/380.55	c Found solution: 383
380.39/380.55	o 383
380.39/380.55	c ---[   0]---> Sorter-cost:    4     Base: 5 2 2 3
380.69/380.87	c ==================================[MINISAT+]==================================
380.69/380.87	c | Conflicts | Original         | Learnt                           | Progress |
380.69/380.87	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
380.69/380.87	c ==============================================================================
380.69/380.87	c |    101445 |  210291   568178 |   70097   33995  3114855    91.6 |  1.404 % |
381.09/381.22	c |    101545 |  210291   568178 |   77106   34095  3128143    91.7 |  1.405 % |
381.79/381.94	c |    101696 |  210291   568178 |   84817   34246  3132949    91.5 |  1.405 % |
382.49/382.61	c |    101921 |  210291   568178 |   93299   34471  3176911    92.2 |  1.405 % |
383.49/383.62	c |    102260 |  210291   568178 |  102629   34810  3245859    93.2 |  1.405 % |
386.29/386.42	c |    102766 |  210291   568178 |  112891   35316  3335889    94.5 |  1.405 % |
388.09/388.28	c |    103529 |  210248   568079 |  124181   36078  3370603    93.4 |  1.426 % |
390.68/390.81	c |    104669 |  210248   568079 |  136599   37218  3667993    98.6 |  1.426 % |
402.38/402.58	c |    106378 |  210248   568079 |  150259   38927  4100451   105.3 |  1.426 % |
414.58/414.73	c |    108940 |  210248   568079 |  165285   41489  4782641   115.3 |  1.426 % |
430.57/430.73	c |    112785 |  210248   568079 |  181813   45334  5954642   131.4 |  1.426 % |
440.37/440.55	c |    118553 |  210248   568079 |  199994   51102  6755031   132.2 |  1.426 % |
478.36/478.58	c |    127204 |  210248   568079 |  219994   59753  7637717   127.8 |  1.426 % |
584.03/584.23	c ==============================================================================
584.03/584.24	c Found solution: 382
584.03/584.24	o 382
584.03/584.24	c ---[   0]---> Sorter-cost:    5     Base: 5 2 2 3
584.43/584.64	c ==================================[MINISAT+]==================================
584.43/584.64	c | Conflicts | Original         | Learnt                           | Progress |
584.43/584.64	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
584.43/584.64	c ==============================================================================
584.43/584.64	c |    139490 |  210836   569550 |   70278   72037 12017864   166.8 |  1.426 % |
585.33/585.55	c |    139591 |  210836   569550 |   77305   25248  4533294   179.6 |  1.432 % |
586.23/586.49	c |    139742 |  210836   569550 |   85036   25399  4536404   178.6 |  1.432 % |
587.73/587.97	c |    139970 |  210836   569550 |   93540   25627  4569095   178.3 |  1.432 % |
589.13/589.36	c |    140309 |  210836   569550 |  102894   25966  4580497   176.4 |  1.432 % |
590.33/590.58	c ==============================================================================
590.33/590.58	c Found solution: 381
590.33/590.58	o 381
590.33/590.58	c ---[   0]---> Sorter-cost:    5     Base: 5 2 2 3
590.73/590.93	c ==================================[MINISAT+]==================================
590.73/590.93	c | Conflicts | Original         | Learnt                           | Progress |
590.73/590.93	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
590.73/590.93	c ==============================================================================
590.73/590.93	c |    140791 |  211283   570641 |   70427   26448  4729596   178.8 |  1.432 % |
591.13/591.35	c |    140891 |  211283   570641 |   77469   26548  4740198   178.6 |  1.436 % |
591.83/592.06	c |    141041 |  211283   570641 |   85216   26698  4747798   177.8 |  1.436 % |
593.13/593.34	c |    141269 |  211283   570641 |   93738   26926  4788538   177.8 |  1.436 % |
594.03/594.29	c |    141610 |  211283   570641 |  103112   27267  4811675   176.5 |  1.436 % |
596.04/596.25	c |    142116 |  211283   570641 |  113423   27773  4879802   175.7 |  1.436 % |
598.43/598.67	c |    142876 |  211283   570641 |  124765   28533  5069062   177.7 |  1.436 % |
603.43/603.65	c |    144016 |  211283   570641 |  137242   29673  5295700   178.5 |  1.436 % |
610.93/611.15	c |    145724 |  211283   570641 |  150966   31381  5523552   176.0 |  1.436 % |
619.43/619.62	c |    148288 |  211283   570641 |  166063   33945  6115431   180.2 |  1.436 % |
631.62/631.81	c |    152132 |  211283   570641 |  182669   37789  6705996   177.5 |  1.436 % |
675.91/676.13	c |    157898 |  211283   570641 |  200936   43555  8763767   201.2 |  1.436 % |
720.30/720.51	c |    166547 |  211283   570641 |  221030   52204 10831693   207.5 |  1.436 % |
765.48/765.71	c ==============================================================================
765.48/765.71	c Found solution: 373
765.48/765.71	o 373
765.48/765.72	c ---[   0]---> Sorter-cost:    4     Base: 5 2 2 3
765.89/766.14	c ==================================[MINISAT+]==================================
765.89/766.14	c | Conflicts | Original         | Learnt                           | Progress |
765.89/766.14	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
765.89/766.14	c ==============================================================================
765.89/766.14	c |    178379 |  211290   570658 |   70430   64036 14820862   231.4 |  1.436 % |
766.59/766.87	c |    178482 |  211290   570658 |   77473   64139 14831104   231.2 |  1.437 % |
767.49/767.72	c |    178634 |  211141   570320 |   85220   64166 14834689   231.2 |  1.500 % |
768.89/769.12	c |    178861 |  211141   570320 |   93742   64393 14858327   230.7 |  1.500 % |
769.69/769.97	c |    179199 |  211141   570320 |  103116   64731 14962692   231.2 |  1.500 % |
772.09/772.35	c |    179705 |  211141   570320 |  113428   65237 15038864   230.5 |  1.500 % |
775.58/775.85	c |    180465 |  211141   570320 |  124771   65997 15205441   230.4 |  1.500 % |
778.68/778.94	c |    181605 |  211141   570320 |  137248   67137 15394625   229.3 |  1.500 % |
786.38/786.63	c |    183313 |  211141   570320 |  150972   68845 15562080   226.0 |  1.500 % |
796.88/797.13	c |    185877 |  210822   569577 |  166070   71380 15688841   219.8 |  1.651 % |
814.97/815.29	c ==============================================================================
814.97/815.29	c Found solution: 360
814.97/815.29	o 360
814.97/815.30	c ---[   0]---> Sorter-cost:    5     Base: 5 2 2 3
815.47/815.78	c ==================================[MINISAT+]==================================
815.47/815.78	c | Conflicts | Original         | Learnt                           | Progress |
815.47/815.78	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
815.47/815.78	c ==============================================================================
815.47/815.78	c |    189001 |  210792   569510 |   70264   74502 16165556   217.0 |  1.651 % |
816.47/816.73	c |    189101 |  210792   569510 |   77290   29300  2348084    80.1 |  1.668 % |
817.37/817.69	c |    189256 |  210792   569510 |   85019   29455  2405005    81.7 |  1.668 % |
818.67/818.99	c |    189481 |  210792   569510 |   93521   29680  2462896    83.0 |  1.668 % |
819.37/819.66	c |    189819 |  210792   569510 |  102873   30018  2543947    84.7 |  1.668 % |
820.67/820.92	c |    190325 |  210792   569510 |  113160   30524  2622711    85.9 |  1.668 % |
824.67/824.96	c |    191085 |  210792   569510 |  124476   31284  2746028    87.8 |  1.668 % |
836.66/836.94	c |    192224 |  210686   569271 |  136924   31715  2824412    89.1 |  1.708 % |
840.97/841.29	c |    193932 |  210686   569271 |  150617   33423  3085624    92.3 |  1.708 % |
848.77/849.07	c |    196494 |  210527   568906 |  165678   35978  3532823    98.2 |  1.780 % |
860.36/860.63	c |    200339 |  209716   567058 |  182246   39636  4389381   110.7 |  2.136 % |
884.56/884.90	c |    206105 |  208937   565272 |  200471   45348  5735630   126.5 |  2.494 % |
959.94/960.24	c |    214754 |  208937   565272 |  220518   53997  9145999   169.4 |  2.494 % |
996.53/996.87	c |    227728 |  208829   565025 |  242570   66959 11236798   167.8 |  2.541 % |
1120.99/1121.39	c |    247190 |  208829   565025 |  266827   86421 14983414   173.4 |  2.541 % |
1360.93/1361.37	c |    276384 |  208829   565025 |  293510  115615 24563773   212.5 |  2.541 % |
1711.04/1711.58	c |    320174 |  208829   565025 |  322861  159405 36907499   231.5 |  2.541 % |
1800.02/1800.50	c 
1800.02/1800.50	c *** TERMINATED ***
1800.02/1800.50	s SATISFIABLE
1800.02/1800.50	v -x111 -x222 -x254 -x265 -x276 -x287 -x298 -x309 -x1 -x12 -x23 -x34 -x45 -x56 -x67 -x78 -x89 -x100 -x112 -x123 -x134 -x145 -x156
1800.02/1800.50	v -x167 -x178 -x189 -x200 -x211 -x223 -x234 -x245 -x247 -x248 -x249 x250 x251 -x252 -x253 -x255 -x256 -x257 -x258 -x259 x260
1800.02/1800.50	v -x261 -x262 -x263 -x264 -x266 -x267 -x268 -x269 -x270 -x271 -x272 -x273 -x274 -x275 -x277 -x278 -x279 -x280 -x281 -x282 -x283
1800.02/1800.50	v -x284 -x285 -x286 -x288 -x289 -x290 -x291 -x292 -x293 -x294 -x295 -x296 -x297 -x299 -x300 -x301 -x302 -x303 -x304 -x305 x306
1800.02/1800.50	v -x307 -x308 -x310 -x311 -x312 -x313 -x314 -x315 -x316 -x317 -x318 -x319 -x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10 -x11 -x13 -x14 -x15
1800.02/1800.50	v -x16 -x17 -x18 -x19 -x20 -x21 -x22 -x24 -x25 -x26 -x27 -x28 -x29 -x30 -x31 -x32 -x33 -x35 -x36 -x37 -x38 -x39 -x40 -x41 -x42 -x43
1800.02/1800.50	v -x44 -x46 -x47 -x48 -x49 -x50 -x51 x52 -x53 -x54 -x55 -x57 -x58 -x59 -x60 -x61 -x62 -x63 -x64 -x65 -x66 -x68 -x69 -x70 -x71 -x72
1800.02/1800.50	v -x73 -x74 -x75 -x76 -x77 -x79 -x80 -x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 -x90 -x91 -x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 -x101
1800.02/1800.50	v -x102 -x103 -x104 -x105 -x106 -x107 -x108 -x109 -x110 -x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120 -x121 -x122 -x124 -x125
1800.02/1800.50	v -x126 -x127 -x128 -x129 -x130 -x131 -x132 -x133 -x135 -x136 -x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 -x146 -x147 -x148
1800.02/1800.50	v -x149 -x150 -x151 -x152 -x153 -x154 -x155 -x157 -x158 -x159 -x160 -x161 -x162 -x163 -x164 -x165 -x166 -x168 -x169 -x170 -x171
1800.02/1800.50	v -x172 -x173 -x174 -x175 -x176 -x177 -x179 -x180 -x181 -x182 -x183 -x184 -x185 -x186 -x187 -x188 -x190 -x191 -x192 -x193 -x194
1800.02/1800.50	v -x195 -x196 -x197 -x198 -x199 -x201 -x202 -x203 -x204 -x205 -x206 -x207 -x208 -x209 -x210 -x212 -x213 -x214 -x215 -x216 -x217
1800.02/1800.50	v -x218 -x219 -x220 -x221 -x224 -x225 -x226 -x227 -x228 -x229 -x230 -x231 -x232 -x233 -x235 -x236 -x237 -x238 -x239 -x240 -x241
1800.02/1800.50	v -x242 -x243 -x244 -x246

Verifier Data (download as text)

OK	360

Conversion Script Data (download as text)

/tmp/evaluation/363464-1177027973/instance-363464-1177027973.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/node19/watcher-363464-1177027973 -o ROOT/results/node19/solver-363464-1177027973 -C 1800 -W 3600 -M 1800 --output-limit 1,15 /tmp/evaluation/363464-1177027973/minisat+ /tmp/evaluation/363464-1177027973/instance-363464-1177027973.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.78 0.99 0.99 3/77 12166
/proc/meminfo: memFree=1654264/2055920 swapFree=4159444/4192956
[pid=12166] ppid=12164 vsize=1180 CPUtime=0
/proc/12166/stat : 12166 (minisat+) R 12164 12166 12104 0 -1 4194304 133 0 0 0 0 0 0 0 18 0 1 0 150714676 1208320 118 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 135031278 0 0 4096 16386 0 0 0 17 1 0 0
/proc/12166/statm: 295 118 74 215 0 77 0

[startup+0.0579209 s]
/proc/loadavg: 0.78 0.99 0.99 3/77 12166
/proc/meminfo: memFree=1654264/2055920 swapFree=4159444/4192956
[pid=12166] ppid=12164 vsize=1708 CPUtime=0.05
/proc/12166/stat : 12166 (minisat+) R 12164 12166 12104 0 -1 4194304 278 0 0 0 5 0 0 0 18 0 1 0 150714676 1748992 263 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 135007103 0 0 4096 16386 0 0 0 17 1 0 0
/proc/12166/statm: 427 263 88 215 0 209 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 1708

[startup+0.101925 s]
/proc/loadavg: 0.78 0.99 0.99 3/77 12166
/proc/meminfo: memFree=1654264/2055920 swapFree=4159444/4192956
[pid=12166] ppid=12164 vsize=2008 CPUtime=0.1
/proc/12166/stat : 12166 (minisat+) R 12164 12166 12104 0 -1 4194304 379 0 0 0 10 0 0 0 18 0 1 0 150714676 2056192 364 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 135005323 0 0 4096 16386 0 0 0 17 1 0 0
/proc/12166/statm: 502 364 88 215 0 284 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 2008

[startup+0.301947 s]
/proc/loadavg: 0.78 0.99 0.99 3/77 12166
/proc/meminfo: memFree=1654264/2055920 swapFree=4159444/4192956
[pid=12166] ppid=12164 vsize=2964 CPUtime=0.29
/proc/12166/stat : 12166 (minisat+) R 12164 12166 12104 0 -1 4194304 652 0 0 0 29 0 0 0 19 0 1 0 150714676 3035136 595 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 135007481 0 0 4096 16386 0 0 0 17 1 0 0
/proc/12166/statm: 741 595 88 215 0 523 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 2964

[startup+0.70199 s]
/proc/loadavg: 0.78 0.99 0.99 3/77 12166
/proc/meminfo: memFree=1654264/2055920 swapFree=4159444/4192956
[pid=12166] ppid=12164 vsize=4216 CPUtime=0.69
/proc/12166/stat : 12166 (minisat+) R 12164 12166 12104 0 -1 4194304 1053 0 0 0 69 0 0 0 23 0 1 0 150714676 4317184 913 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 135007481 0 0 4096 16386 0 0 0 17 1 0 0
/proc/12166/statm: 1054 913 88 215 0 836 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 4216

[startup+1.50209 s]
/proc/loadavg: 0.80 0.99 0.99 2/78 12167
/proc/meminfo: memFree=1650288/2055920 swapFree=4159444/4192956
[pid=12166] ppid=12164 vsize=6724 CPUtime=1.49
/proc/12166/stat : 12166 (minisat+) R 12164 12166 12104 0 -1 4194304 1839 0 0 0 149 0 0 0 25 0 1 0 150714676 6885376 1534 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 135005330 0 0 4096 16386 0 0 0 17 1 0 0
/proc/12166/statm: 1681 1534 88 215 0 1463 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 6724

[startup+3.10125 s]
/proc/loadavg: 0.80 0.99 0.99 2/78 12167
/proc/meminfo: memFree=1647408/2055920 swapFree=4159444/4192956
[pid=12166] ppid=12164 vsize=9100 CPUtime=3.09
/proc/12166/stat : 12166 (minisat+) R 12164 12166 12104 0 -1 4194304 2437 0 0 0 308 1 0 0 25 0 1 0 150714676 9318400 2132 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134809814 0 0 4096 16386 0 0 0 17 1 0 0
/proc/12166/statm: 2275 2132 88 215 0 2057 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 9100

[startup+6.3016 s]
/proc/loadavg: 0.80 0.99 0.99 2/78 12167
/proc/meminfo: memFree=1641712/2055920 swapFree=4159444/4192956
[pid=12166] ppid=12164 vsize=10816 CPUtime=6.29
/proc/12166/stat : 12166 (minisat+) R 12164 12166 12104 0 -1 4194304 3843 0 0 0 628 1 0 0 25 0 1 0 150714676 11075584 2549 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 135003235 0 0 4096 16386 0 0 0 17 1 0 0
/proc/12166/statm: 2704 2549 91 215 0 2486 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 10816

[startup+12.7013 s]
/proc/loadavg: 0.91 1.01 0.99 2/78 12167
/proc/meminfo: memFree=1643896/2055920 swapFree=4159444/4192956
[pid=12166] ppid=12164 vsize=10760 CPUtime=12.69
/proc/12166/stat : 12166 (minisat+) R 12164 12166 12104 0 -1 4194304 3861 0 0 0 1268 1 0 0 25 0 1 0 150714676 11018240 2567 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 135003259 0 0 4096 16386 0 0 0 17 1 0 0
/proc/12166/statm: 2690 2567 107 215 0 2472 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 10760

[startup+25.5017 s]
/proc/loadavg: 0.92 1.01 0.99 2/78 12167
/proc/meminfo: memFree=1638584/2055920 swapFree=4159444/4192956
[pid=12166] ppid=12164 vsize=16564 CPUtime=25.48
/proc/12166/stat : 12166 (minisat+) R 12164 12166 12104 0 -1 4194304 5306 0 0 0 2546 2 0 0 25 0 1 0 150714676 16961536 4012 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134665767 0 0 4096 16386 0 0 0 17 1 0 0
/proc/12166/statm: 4141 4012 107 215 0 3923 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 16564

[startup+51.1015 s]
/proc/loadavg: 0.95 1.01 0.99 2/78 12167
/proc/meminfo: memFree=1634040/2055920 swapFree=4159444/4192956
[pid=12166] ppid=12164 vsize=22144 CPUtime=51.07
/proc/12166/stat : 12166 (minisat+) R 12164 12166 12104 0 -1 4194304 8056 0 0 0 5102 5 0 0 25 0 1 0 150714676 22675456 5101 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581116 0 0 4096 16386 0 0 0 17 1 0 0
/proc/12166/statm: 5536 5101 124 215 0 5318 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 22144

[startup+102.306 s]
/proc/loadavg: 1.06 1.03 1.00 2/78 12167
/proc/meminfo: memFree=1621752/2055920 swapFree=4159444/4192956
[pid=12166] ppid=12164 vsize=34704 CPUtime=102.26
/proc/12166/stat : 12166 (minisat+) R 12164 12166 12104 0 -1 4194304 11462 0 0 0 10217 9 0 0 25 0 1 0 150714676 35536896 8214 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580297 0 0 4096 16386 0 0 0 17 1 0 0
/proc/12166/statm: 8676 8214 124 215 0 8458 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 34704

[startup+162.302 s]
/proc/loadavg: 1.06 1.04 1.00 2/78 12167
/proc/meminfo: memFree=1602680/2055920 swapFree=4159444/4192956
[pid=12166] ppid=12164 vsize=53692 CPUtime=162.24
/proc/12166/stat : 12166 (minisat+) R 12164 12166 12104 0 -1 4194304 16231 0 0 0 16209 15 0 0 25 0 1 0 150714676 54980608 12983 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580418 0 0 4096 16386 0 0 0 17 1 0 0
/proc/12166/statm: 13423 12983 124 215 0 13205 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 53692

[startup+222.301 s]
/proc/loadavg: 1.02 1.03 1.00 2/78 12167
/proc/meminfo: memFree=1593272/2055920 swapFree=4159444/4192956
[pid=12166] ppid=12164 vsize=63060 CPUtime=222.23
/proc/12166/stat : 12166 (minisat+) R 12164 12166 12104 0 -1 4194304 18551 0 0 0 22204 19 0 0 25 0 1 0 150714676 64573440 15303 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581053 0 0 4096 16386 0 0 0 17 1 0 0
/proc/12166/statm: 15765 15303 124 215 0 15547 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 63060

[startup+282.302 s]
/proc/loadavg: 1.01 1.02 1.00 2/78 12167
/proc/meminfo: memFree=1589048/2055920 swapFree=4159444/4192956
[pid=12166] ppid=12164 vsize=67356 CPUtime=282.21
/proc/12166/stat : 12166 (minisat+) R 12164 12166 12104 0 -1 4194304 19618 0 0 0 28201 20 0 0 25 0 1 0 150714676 68972544 16370 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580732 0 0 4096 16386 0 0 0 17 1 0 0
/proc/12166/statm: 16839 16370 124 215 0 16621 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 67356

[startup+342.301 s]
/proc/loadavg: 1.00 1.02 1.00 2/78 12167
/proc/meminfo: memFree=1584120/2055920 swapFree=4159444/4192956
[pid=12166] ppid=12164 vsize=72156 CPUtime=342.19
/proc/12166/stat : 12166 (minisat+) R 12164 12166 12104 0 -1 4194304 20827 0 0 0 34198 21 0 0 25 0 1 0 150714676 73887744 17551 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134579892 0 0 4096 16386 0 0 0 17 1 0 0
/proc/12166/statm: 18039 17551 124 215 0 17821 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 72156

[startup+402.302 s]
/proc/loadavg: 1.00 1.01 1.00 2/78 12167
/proc/meminfo: memFree=1584120/2055920 swapFree=4159444/4192956
[pid=12166] ppid=12164 vsize=72156 CPUtime=402.18
/proc/12166/stat : 12166 (minisat+) R 12164 12166 12104 0 -1 4194304 20828 0 0 0 40196 22 0 0 25 0 1 0 150714676 73887744 17552 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134574417 0 0 4096 16386 0 0 0 17 1 0 0
/proc/12166/statm: 18039 17552 124 215 0 17821 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 72156

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 12167
/proc/meminfo: memFree=1584120/2055920 swapFree=4159444/4192956
[pid=12166] ppid=12164 vsize=72156 CPUtime=462.16
/proc/12166/stat : 12166 (minisat+) R 12164 12166 12104 0 -1 4194304 20829 0 0 0 46194 22 0 0 25 0 1 0 150714676 73887744 17553 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580730 0 0 4096 16386 0 0 0 17 1 0 0
/proc/12166/statm: 18039 17553 124 215 0 17821 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 72156

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 12167
/proc/meminfo: memFree=1584120/2055920 swapFree=4159444/4192956
[pid=12166] ppid=12164 vsize=72156 CPUtime=522.15
/proc/12166/stat : 12166 (minisat+) R 12164 12166 12104 0 -1 4194304 20832 0 0 0 52192 23 0 0 25 0 1 0 150714676 73887744 17556 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134574147 0 0 4096 16386 0 0 0 17 1 0 0
/proc/12166/statm: 18039 17556 124 215 0 17821 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 72156

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 12167
/proc/meminfo: memFree=1584120/2055920 swapFree=4159444/4192956
[pid=12166] ppid=12164 vsize=72156 CPUtime=582.13
/proc/12166/stat : 12166 (minisat+) R 12164 12166 12104 0 -1 4194304 20832 0 0 0 58190 23 0 0 25 0 1 0 150714676 73887744 17556 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581181 0 0 4096 16386 0 0 0 17 1 0 0
/proc/12166/statm: 18039 17556 124 215 0 17821 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 72156

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 12167
/proc/meminfo: memFree=1584056/2055920 swapFree=4159444/4192956
[pid=12166] ppid=12164 vsize=72212 CPUtime=642.12
/proc/12166/stat : 12166 (minisat+) R 12164 12166 12104 0 -1 4194304 20880 0 0 0 64188 24 0 0 25 0 1 0 150714676 73945088 17580 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134574149 0 0 4096 16386 0 0 0 17 1 0 0
/proc/12166/statm: 18053 17580 124 215 0 17835 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 72212


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

[startup+882.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 12167
/proc/meminfo: memFree=1566968/2055920 swapFree=4159444/4192956
[pid=12166] ppid=12164 vsize=89132 CPUtime=882.06
/proc/12166/stat : 12166 (minisat+) R 12164 12166 12104 0 -1 4194304 25219 0 0 0 88176 30 0 0 25 0 1 0 150714676 91271168 21812 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581183 0 0 4096 16386 0 0 0 17 1 0 0
/proc/12166/statm: 22283 21812 124 215 0 22065 0
Current children cumulated CPU time (s) 882.06
Current children cumulated vsize (KiB) 89132

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 12167
/proc/meminfo: memFree=1566968/2055920 swapFree=4159444/4192956
[pid=12166] ppid=12164 vsize=89132 CPUtime=942.04
/proc/12166/stat : 12166 (minisat+) R 12164 12166 12104 0 -1 4194304 25219 0 0 0 94174 30 0 0 25 0 1 0 150714676 91271168 21812 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134577198 0 0 4096 16386 0 0 0 17 1 0 0
/proc/12166/statm: 22283 21812 124 215 0 22065 0
Current children cumulated CPU time (s) 942.04
Current children cumulated vsize (KiB) 89132

[startup+1002.3 s]
/proc/loadavg: 1.08 1.02 1.01 2/78 12167
/proc/meminfo: memFree=1566968/2055920 swapFree=4159444/4192956
[pid=12166] ppid=12164 vsize=89132 CPUtime=1002.03
/proc/12166/stat : 12166 (minisat+) R 12164 12166 12104 0 -1 4194304 25219 0 0 0 100172 31 0 0 25 0 1 0 150714676 91271168 21812 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/12166/statm: 22283 21812 124 215 0 22065 0
Current children cumulated CPU time (s) 1002.03
Current children cumulated vsize (KiB) 89132

[startup+1062.3 s]
/proc/loadavg: 1.03 1.01 1.00 2/78 12167
/proc/meminfo: memFree=1566968/2055920 swapFree=4159444/4192956
[pid=12166] ppid=12164 vsize=89132 CPUtime=1062.01
/proc/12166/stat : 12166 (minisat+) R 12164 12166 12104 0 -1 4194304 25219 0 0 0 106170 31 0 0 25 0 1 0 150714676 91271168 21812 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134574147 0 0 4096 16386 0 0 0 17 1 0 0
/proc/12166/statm: 22283 21812 124 215 0 22065 0
Current children cumulated CPU time (s) 1062.01
Current children cumulated vsize (KiB) 89132

[startup+1122.3 s]
/proc/loadavg: 1.01 1.00 1.00 2/78 12167
/proc/meminfo: memFree=1566968/2055920 swapFree=4159444/4192956
[pid=12166] ppid=12164 vsize=89132 CPUtime=1122
/proc/12166/stat : 12166 (minisat+) R 12164 12166 12104 0 -1 4194304 25219 0 0 0 112168 32 0 0 25 0 1 0 150714676 91271168 21812 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580473 0 0 4096 16386 0 0 0 17 1 0 0
/proc/12166/statm: 22283 21812 124 215 0 22065 0
Current children cumulated CPU time (s) 1122
Current children cumulated vsize (KiB) 89132

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 12167
/proc/meminfo: memFree=1556216/2055920 swapFree=4159444/4192956
[pid=12166] ppid=12164 vsize=100220 CPUtime=1181.98
/proc/12166/stat : 12166 (minisat+) R 12164 12166 12104 0 -1 4194304 27994 0 0 0 118164 34 0 0 25 0 1 0 150714676 102625280 24587 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134574223 0 0 4096 16386 0 0 0 17 1 0 0
/proc/12166/statm: 25055 24587 124 215 0 24837 0
Current children cumulated CPU time (s) 1181.98
Current children cumulated vsize (KiB) 100220

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 12167
/proc/meminfo: memFree=1547512/2055920 swapFree=4159444/4192956
[pid=12166] ppid=12164 vsize=108836 CPUtime=1241.96
/proc/12166/stat : 12166 (minisat+) R 12164 12166 12104 0 -1 4194304 30136 0 0 0 124160 36 0 0 25 0 1 0 150714676 111448064 26729 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134573865 0 0 4096 16386 0 0 0 17 1 0 0
/proc/12166/statm: 27209 26729 124 215 0 26991 0
Current children cumulated CPU time (s) 1241.96
Current children cumulated vsize (KiB) 108836

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 12167
/proc/meminfo: memFree=1540152/2055920 swapFree=4159444/4192956
[pid=12166] ppid=12164 vsize=116048 CPUtime=1301.95
/proc/12166/stat : 12166 (minisat+) R 12164 12166 12104 0 -1 4194304 31958 0 0 0 130156 39 0 0 25 0 1 0 150714676 118833152 28551 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134574219 0 0 4096 16386 0 0 0 17 1 0 0
/proc/12166/statm: 29012 28551 124 215 0 28794 0
Current children cumulated CPU time (s) 1301.95
Current children cumulated vsize (KiB) 116048

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 12167
/proc/meminfo: memFree=1532088/2055920 swapFree=4159444/4192956
[pid=12166] ppid=12164 vsize=124288 CPUtime=1361.93
/proc/12166/stat : 12166 (minisat+) R 12164 12166 12104 0 -1 4194304 34008 0 0 0 136152 41 0 0 25 0 1 0 150714676 127270912 30601 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/12166/statm: 31072 30601 124 215 0 30854 0
Current children cumulated CPU time (s) 1361.93
Current children cumulated vsize (KiB) 124288

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 12167
/proc/meminfo: memFree=1519672/2055920 swapFree=4159444/4192956
[pid=12166] ppid=12164 vsize=136524 CPUtime=1421.91
/proc/12166/stat : 12166 (minisat+) R 12164 12166 12104 0 -1 4194304 37081 0 0 0 142147 44 0 0 25 0 1 0 150714676 139800576 33674 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134574149 0 0 4096 16386 0 0 0 17 1 0 0
/proc/12166/statm: 34131 33674 124 215 0 33913 0
Current children cumulated CPU time (s) 1421.91
Current children cumulated vsize (KiB) 136524

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 12167
/proc/meminfo: memFree=1510008/2055920 swapFree=4159444/4192956
[pid=12166] ppid=12164 vsize=146248 CPUtime=1481.9
/proc/12166/stat : 12166 (minisat+) R 12164 12166 12104 0 -1 4194304 39496 0 0 0 148142 48 0 0 25 0 1 0 150714676 149757952 36089 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580732 0 0 4096 16386 0 0 0 17 1 0 0
/proc/12166/statm: 36562 36089 124 215 0 36344 0
Current children cumulated CPU time (s) 1481.9
Current children cumulated vsize (KiB) 146248

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 12169
/proc/meminfo: memFree=1502200/2055920 swapFree=4159444/4192956
[pid=12166] ppid=12164 vsize=154240 CPUtime=1541.88
/proc/12166/stat : 12166 (minisat+) R 12164 12166 12104 0 -1 4194304 41433 0 0 0 154139 49 0 0 25 0 1 0 150714676 157941760 38026 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134573950 0 0 4096 16386 0 0 0 17 1 0 0
/proc/12166/statm: 38560 38026 124 215 0 38342 0
Current children cumulated CPU time (s) 1541.88
Current children cumulated vsize (KiB) 154240

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 12169
/proc/meminfo: memFree=1495928/2055920 swapFree=4159444/4192956
[pid=12166] ppid=12164 vsize=160552 CPUtime=1601.87
/proc/12166/stat : 12166 (minisat+) R 12164 12166 12104 0 -1 4194304 43016 0 0 0 160135 52 0 0 25 0 1 0 150714676 164405248 39609 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580859 0 0 4096 16386 0 0 0 17 1 0 0
/proc/12166/statm: 40138 39609 124 215 0 39920 0
Current children cumulated CPU time (s) 1601.87
Current children cumulated vsize (KiB) 160552

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 12169
/proc/meminfo: memFree=1488632/2055920 swapFree=4159444/4192956
[pid=12166] ppid=12164 vsize=167736 CPUtime=1661.85
/proc/12166/stat : 12166 (minisat+) R 12164 12166 12104 0 -1 4194304 44832 0 0 0 166132 53 0 0 25 0 1 0 150714676 171761664 41425 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134573730 0 0 4096 16386 0 0 0 17 1 0 0
/proc/12166/statm: 41934 41425 124 215 0 41716 0
Current children cumulated CPU time (s) 1661.85
Current children cumulated vsize (KiB) 167736

[startup+1722.3 s]
/proc/loadavg: 1.07 1.02 1.00 2/78 12169
/proc/meminfo: memFree=1479096/2055920 swapFree=4159444/4192956
[pid=12166] ppid=12164 vsize=177604 CPUtime=1721.84
/proc/12166/stat : 12166 (minisat+) R 12164 12166 12104 0 -1 4194304 47295 0 0 0 172128 56 0 0 25 0 1 0 150714676 181866496 43888 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134574284 0 0 4096 16386 0 0 0 17 1 0 0
/proc/12166/statm: 44401 43888 124 215 0 44183 0
Current children cumulated CPU time (s) 1721.84
Current children cumulated vsize (KiB) 177604

[startup+1782.3 s]
/proc/loadavg: 1.02 1.01 1.00 2/78 12169
/proc/meminfo: memFree=1466872/2055920 swapFree=4159444/4192956
[pid=12166] ppid=12164 vsize=189480 CPUtime=1781.82
/proc/12166/stat : 12166 (minisat+) R 12164 12166 12104 0 -1 4194304 50273 0 0 0 178122 60 0 0 25 0 1 0 150714676 194027520 46866 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580941 0 0 4096 16386 0 0 0 17 1 0 0
/proc/12166/statm: 47370 46866 124 215 0 47152 0
Current children cumulated CPU time (s) 1781.82
Current children cumulated vsize (KiB) 189480



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 1.02 1.01 1.00 2/78 12169
/proc/meminfo: memFree=1463672/2055920 swapFree=4159444/4192956
[pid=12166] ppid=12164 vsize=192572 CPUtime=1800.02
/proc/12166/stat : 12166 (minisat+) R 12164 12166 12104 0 -1 4194304 51047 0 0 0 179942 60 0 0 25 0 1 0 150714676 197193728 47640 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134574149 0 0 4096 16386 0 0 0 17 1 0 0
/proc/12166/statm: 48143 47640 124 215 0 47925 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 192572

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

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

[startup+1800.5 s]
/proc/loadavg: 1.02 1.01 1.00 2/78 12169
/proc/meminfo: memFree=1463672/2055920 swapFree=4159444/4192956
[pid=12166] ppid=12164 vsize=192572 CPUtime=1800.02
/proc/12166/stat : 12166 (minisat+) R 12164 12166 12104 0 -1 4194304 51047 0 0 0 179942 60 0 0 25 0 1 0 150714676 197193728 47640 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134574149 0 0 4096 16386 0 0 0 17 1 0 0
/proc/12166/statm: 48143 47640 124 215 0 47925 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 192572

Child status: 10
Real time (s): 1800.54
CPU time (s): 1800.06
CPU user time (s): 1799.42
CPU system time (s): 0.638902
CPU usage (%): 99.9735
Max. virtual memory (cumulated for all children) (KiB): 192572

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.42
system time used= 0.638902
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 51049
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= 8
involuntary context switches= 35634

runsolver used 2.11268 second user time and 4.33034 second system time

The end

Launcher Data (download as text)

Begin job on node19 on Fri Apr 20 00:12:53 UTC 2007

IDJOB= 363464
IDBENCH= 1854
IDSOLVER= 156
FILE ID= node19/363464-1177027973

PBS_JOBID= 4630637

Free space on /tmp= 66448 MiB

SOLVER NAME= minisat+ 1.14
BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-SMALLINT/mps-v2-20-10/MIPLIB/miplib/normalized-mps-v2-20-10-mod008.opb
COMMAND LINE= /tmp/evaluation/363464-1177027973/minisat+ /tmp/evaluation/363464-1177027973/instance-363464-1177027973.opb            
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node19/convwatcher-363464-1177027973 -o ROOT/results/node19/conversion-363464-1177027973 -C 600 -M 1800 PBconversionToLinear /tmp/evaluation/363464-1177027973/instance-363464-1177027973.opb
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

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

META MD5SUM SOLVER= e46aded85e5f265b61da9cdcce06370e
MD5SUM BENCH=  4dd9ac2644c29d272d2675c7fc366ed6

RANDOM SEED= 567887158

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node19.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.213
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.213
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:       1654736 kB
Buffers:         58872 kB
Cached:         253104 kB
SwapCached:       2320 kB
Active:         142248 kB
Inactive:       193260 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1654736 kB
SwapTotal:     4192956 kB
SwapFree:      4159444 kB
Dirty:            2576 kB
Writeback:           0 kB
Mapped:          30608 kB
Slab:            51240 kB
Committed_AS:  3789380 kB
PageTables:       1784 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= 66448 MiB

End job on node19 on Fri Apr 20 00:42:56 UTC 2007