Trace number 351635

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)60 1800.03 1800.72

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/MIPLIB/
miplib2003/normalized-reduced-mps-v2-20-10-markshare1.opb
MD5SUM9a8d1e3e59dfd2cd811494ddb4a3c92a
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark15
Best CPU time to get the best result obtained on this benchmark1802.07
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 7
Optimality of the best value was proved NO
Number of variables230
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 constraint80
Maximum length of a constraint80
Number of terms in the objective function 180
Biggest coefficient in the objective function 43691
Number of bits for the biggest coefficient in the objective function 16
Sum of the numbers in the objective function 524412
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 261310
Number of bits of the biggest number in a constraint 18
Biggest sum of numbers in a constraint 524412
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 12 PB-constraints to clauses...
0.00/0.01	c   -- Unit propagations: (none)
0.00/0.01	c   -- Detecting intervals from adjacent constraints: ######
0.00/0.01	c   -- Clauses(.)/Splits(s): (none)
0.00/0.01	c ---[  10]---> Adder-cost: 308   maxlim: 1605   bits: 12/11
0.00/0.03	c ---[   8]---> Adder-cost: 318   maxlim: 1709   bits: 12/11
0.00/0.05	c ---[   6]---> Adder-cost: 314   maxlim: 1726   bits: 12/11
0.07/0.07	c ---[   4]---> Adder-cost: 312   maxlim: 1631   bits: 12/11
0.07/0.09	c ---[   2]---> Adder-cost: 324   maxlim: 1626   bits: 12/11
0.10/0.11	c ---[   0]---> Adder-cost: 310   maxlim: 1628   bits: 12/11
0.10/0.13	c ==================================[MINISAT+]==================================
0.10/0.13	c | Conflicts | Original         | Learnt                           | Progress |
0.10/0.13	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
0.10/0.13	c ==============================================================================
0.10/0.13	c |         0 |   12701    45125 |    4233       0        0     nan |  0.000 % |
0.10/0.14	c |       101 |   12693    45099 |    4656     100     1083    10.8 |  8.845 % |
0.10/0.15	c |       251 |   12685    45073 |    5121     249     2641    10.6 |  8.891 % |
0.10/0.17	c |       477 |   12661    44995 |    5634     472     4774    10.1 |  9.028 % |
0.20/0.20	c |       814 |   12629    44891 |    6197     805     8416    10.5 |  9.212 % |
0.20/0.24	c ==============================================================================
0.20/0.24	c Found solution: 104
0.20/0.24	o 104
0.20/0.24	c ---[   0]---> Sorter-cost: 6020     Base: 3 7 2
0.20/0.28	c ==================================[MINISAT+]==================================
0.20/0.28	c | Conflicts | Original         | Learnt                           | Progress |
0.20/0.28	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
0.20/0.28	c ==============================================================================
0.20/0.28	c |      1096 |   28492    81957 |    9497    1084    13045    12.0 |  9.212 % |
0.20/0.29	c |      1196 |   28492    81957 |   10446    1184    13732    11.6 |  2.713 % |
0.29/0.30	c |      1346 |   28484    81931 |   11491    1333    16064    12.1 |  2.727 % |
0.29/0.33	c |      1572 |   28476    81905 |   12640    1558    19499    12.5 |  2.740 % |
0.29/0.37	c |      1909 |   28476    81905 |   13904    1895    26046    13.7 |  2.740 % |
0.39/0.41	c |      2416 |   28468    81879 |   15295    2401    38840    16.2 |  2.753 % |
0.49/0.54	c |      3177 |   28452    81827 |   16824    3160    67959    21.5 |  2.779 % |
0.59/0.68	c |      4318 |   28444    81801 |   18506    4300    87085    20.3 |  2.792 % |
0.90/0.90	c |      6030 |   28444    81801 |   20357    6012   138141    23.0 |  2.792 % |
1.39/1.45	c |      8592 |   28444    81801 |   22393    8574   230721    26.9 |  2.793 % |
1.79/1.88	c |     12438 |   28444    81801 |   24632   12420   335090    27.0 |  2.792 % |
3.49/3.56	c |     18204 |   28444    81801 |   27096   18186   629721    34.6 |  2.792 % |
5.79/5.82	c |     26853 |   28420    81723 |   29805   26832   957891    35.7 |  2.832 % |
9.89/9.99	c |     39828 |   28143    81098 |   32786   17907   698979    39.0 |  3.780 % |
15.98/16.07	c |     59290 |   28143    81098 |   36064   16908   692881    41.0 |  3.780 % |
30.17/30.24	c |     88482 |   28143    81098 |   39671   24042  1655485    68.9 |  3.780 % |
51.26/51.39	c |    132271 |   28069    80928 |   43638   39867  1763506    44.2 |  4.070 % |
84.05/84.11	c |    197958 |   28001    80772 |   48002   48268  2284198    47.3 |  4.334 % |
155.63/155.70	c |    296484 |   28001    80772 |   52802   42957  2339618    54.5 |  4.334 % |
165.82/165.94	c ==============================================================================
165.82/165.94	c Found solution: 102
165.82/165.94	o 102
165.82/165.94	c ---[   0]---> Sorter-cost:    5     Base: 3 7 2
165.82/165.99	c ==================================[MINISAT+]==================================
165.82/165.99	c | Conflicts | Original         | Learnt                           | Progress |
165.82/165.99	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
165.82/165.99	c ==============================================================================
165.82/165.99	c |    319976 |   28192    81261 |    9397   25311  1821639    72.0 |  4.334 % |
165.93/166.07	c |    320076 |   28084    81010 |   10336    6424   592706    92.3 |  5.021 % |
165.93/166.09	c |    320227 |   28084    81010 |   11370    6575   594059    90.4 |  5.021 % |
166.03/166.12	c |    320452 |   28084    81010 |   12507    6800   598806    88.1 |  5.021 % |
166.03/166.16	c |    320789 |   28084    81010 |   13758    7137   605963    84.9 |  5.021 % |
166.12/166.26	c |    321295 |   28036    80902 |   15133    7641   614836    80.5 |  5.189 % |
166.22/166.36	c |    322055 |   28036    80902 |   16647    8401   637372    75.9 |  5.189 % |
166.42/166.54	c |    323194 |   28036    80902 |   18312    9540   671657    70.4 |  5.189 % |
166.72/166.87	c |    324904 |   28036    80902 |   20143   11250   735170    65.3 |  5.189 % |
167.22/167.36	c |    327466 |   28032    80893 |   22157   13811   829427    60.1 |  5.202 % |
168.33/168.42	c |    331311 |   28032    80893 |   24373   17656  1005175    56.9 |  5.202 % |
170.52/170.62	c |    337078 |   28032    80893 |   26810   23423  1272512    54.3 |  5.202 % |
174.22/174.38	c |    345727 |   28032    80893 |   29491   17986   691012    38.4 |  5.202 % |
180.32/180.48	c |    358702 |   28032    80893 |   32440   30961  1496336    48.3 |  5.202 % |
187.02/187.14	c |    378165 |   28032    80893 |   35685   31165  1294156    41.5 |  5.202 % |
199.91/200.00	c |    407357 |   28008    80833 |   39253   34154  1378766    40.4 |  5.305 % |
219.61/219.70	c |    451146 |   28008    80833 |   43178   29872  1480184    49.6 |  5.305 % |
225.81/225.99	c ==============================================================================
225.81/225.99	c Found solution: 101
225.81/225.99	o 101
225.81/225.99	c ---[   0]---> Sorter-cost:    5     Base: 3 7 2
225.91/226.04	c ==================================[MINISAT+]==================================
225.91/226.04	c | Conflicts | Original         | Learnt                           | Progress |
225.91/226.04	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
225.91/226.04	c ==============================================================================
225.91/226.04	c |    465025 |   28015    80860 |    9338   43751  2606955    59.6 |  5.305 % |
226.01/226.16	c |    465125 |   28015    80860 |   10271    8113   370450    45.7 |  5.315 % |
226.01/226.19	c |    465275 |   28015    80860 |   11298    8263   371598    45.0 |  5.315 % |
226.11/226.24	c |    465501 |   28015    80860 |   12428    8489   374310    44.1 |  5.315 % |
226.21/226.32	c |    465839 |   28015    80860 |   13671    8827   383560    43.5 |  5.315 % |
226.21/226.40	c |    466345 |   27825    80421 |   15038    9327   394369    42.3 |  6.063 % |
226.41/226.58	c |    467104 |   27825    80421 |   16542   10086   421498    41.8 |  6.063 % |
226.71/226.80	c |    468243 |   27825    80421 |   18197   11225   457153    40.7 |  6.063 % |
227.01/227.16	c |    469951 |   27825    80421 |   20016   12933   526412    40.7 |  6.063 % |
227.61/227.79	c |    472513 |   27825    80421 |   22018   15495   675139    43.6 |  6.063 % |
228.71/228.88	c |    476357 |   27825    80421 |   24220   19339   826831    42.8 |  6.063 % |
230.81/230.91	c |    482124 |   27825    80421 |   26642   25106  1187814    47.3 |  6.063 % |
233.60/233.72	c |    490775 |   27819    80408 |   29306   19195   780810    40.7 |  6.089 % |
240.40/240.50	c |    503749 |   27819    80408 |   32237   16630  1166600    70.2 |  6.089 % |
248.50/248.64	c |    523212 |   27819    80408 |   35461   18919   772841    40.8 |  6.089 % |
262.80/262.93	c |    552404 |   27819    80408 |   39007   23957  1074121    44.8 |  6.089 % |
271.89/272.01	c ==============================================================================
271.89/272.01	c Found solution: 100
271.89/272.01	o 100
271.89/272.01	c ---[   0]---> Sorter-cost:    4     Base: 3 7 2
271.89/272.05	c ==================================[MINISAT+]==================================
271.89/272.05	c | Conflicts | Original         | Learnt                           | Progress |
271.89/272.05	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
271.89/272.05	c ==============================================================================
271.89/272.05	c |    574103 |   27872    80538 |    9290   20430  1240872    60.7 |  6.089 % |
271.99/272.13	c |    574203 |   27872    80538 |   10219    5208   116091    22.3 |  6.077 % |
271.99/272.15	c |    574354 |   27872    80538 |   11240    5359   118422    22.1 |  6.077 % |
271.99/272.18	c |    574580 |   27872    80538 |   12364    5585   122825    22.0 |  6.077 % |
272.09/272.22	c |    574917 |   27872    80538 |   13601    5922   126213    21.3 |  6.078 % |
272.19/272.36	c |    575423 |   27872    80538 |   14961    6428   142387    22.2 |  6.077 % |
272.29/272.48	c |    576182 |   27872    80538 |   16457    7187   166299    23.1 |  6.077 % |
272.60/272.71	c |    577321 |   27872    80538 |   18103    8326   187469    22.5 |  6.077 % |
272.89/273.06	c |    579029 |   27872    80538 |   19913   10034   250445    25.0 |  6.077 % |
273.59/273.70	c |    581591 |   27872    80538 |   21905   12596   349539    27.8 |  6.077 % |
274.89/275.08	c |    585437 |   27872    80538 |   24095   16442   604166    36.7 |  6.077 % |
276.69/276.86	c |    591205 |   27872    80538 |   26505   22210   853824    38.4 |  6.077 % |
279.99/280.15	c |    599854 |   27872    80538 |   29155   17071   583156    34.2 |  6.077 % |
285.09/285.27	c |    612828 |   27872    80538 |   32071   30045  1198013    39.9 |  6.077 % |
290.88/291.03	c ==============================================================================
290.88/291.03	c Found solution: 99
290.88/291.03	o 99
290.88/291.03	c ---[   0]---> Sorter-cost:    5     Base: 3 7 2
290.88/291.07	c ==================================[MINISAT+]==================================
290.88/291.07	c | Conflicts | Original         | Learnt                           | Progress |
290.88/291.07	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
290.88/291.07	c ==============================================================================
290.88/291.07	c |    629994 |   27879    80565 |    9293   30085  1601439    53.2 |  6.077 % |
290.98/291.15	c |    630094 |   27879    80565 |   10222    7622   264574    34.7 |  6.086 % |
290.98/291.17	c |    630244 |   27879    80565 |   11244    7772   265870    34.2 |  6.087 % |
291.08/291.22	c |    630469 |   27879    80565 |   12368    7997   270314    33.8 |  6.086 % |
291.08/291.26	c |    630807 |   27879    80565 |   13605    8335   276289    33.1 |  6.086 % |
291.18/291.38	c |    631313 |   27879    80565 |   14966    8841   295387    33.4 |  6.086 % |
291.39/291.51	c |    632072 |   27879    80565 |   16463    9600   324393    33.8 |  6.086 % |
291.68/291.85	c |    633213 |   27879    80565 |   18109   10741   379104    35.3 |  6.086 % |
291.98/292.17	c |    634922 |   27879    80565 |   19920   12450   443530    35.6 |  6.086 % |
292.68/292.82	c |    637485 |   27879    80565 |   21912   15013   571306    38.1 |  6.086 % |
293.38/293.50	c |    641329 |   27760    80295 |   24103   18599   671270    36.1 |  6.497 % |
295.08/295.26	c |    647095 |   27739    80248 |   26514   24363   906623    37.2 |  6.574 % |
297.38/297.50	c |    655744 |   27444    79576 |   29165   18386   543418    29.6 |  7.678 % |
304.38/304.54	c |    668719 |   27444    79576 |   32081   16001   714683    44.7 |  7.678 % |
313.78/313.94	c |    688180 |   27428    79539 |   35290   18885   744424    39.4 |  7.743 % |
326.17/326.34	c |    717374 |   27157    78921 |   38819   22770  1051885    46.2 |  8.783 % |
350.77/350.92	c |    761164 |   27139    78882 |   42701   21046   873486    41.5 |  8.847 % |
392.25/392.40	c |    826848 |   27139    78882 |   46971   36973  2038731    55.1 |  8.847 % |
417.65/417.82	c ==============================================================================
417.65/417.82	c Found solution: 95
417.65/417.82	o 95
417.65/417.82	c ---[   0]---> Sorter-cost:    4     Base: 3 7 2
417.65/417.87	c ==================================[MINISAT+]==================================
417.65/417.87	c | Conflicts | Original         | Learnt                           | Progress |
417.65/417.87	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
417.65/417.87	c ==============================================================================
417.65/417.87	c |    877805 |   27137    78874 |    9045   28704  1755546    61.2 |  8.847 % |
417.75/417.92	c |    877906 |   27137    78874 |    9949    7277   174169    23.9 |  8.881 % |
417.75/417.96	c |    878057 |   27137    78874 |   10944    7428   181638    24.5 |  8.881 % |
417.85/418.01	c |    878283 |   27137    78874 |   12038    7654   184693    24.1 |  8.881 % |
417.85/418.07	c |    878620 |   27137    78874 |   13242    7991   188314    23.6 |  8.881 % |
417.95/418.12	c |    879126 |   27137    78874 |   14567    8497   200975    23.7 |  8.881 % |
418.05/418.28	c |    879887 |   27137    78874 |   16023    9258   230495    24.9 |  8.881 % |
418.35/418.54	c |    881027 |   27131    78861 |   17626   10396   270549    26.0 |  8.907 % |
418.75/418.97	c |    882735 |   27131    78861 |   19388   12104   339957    28.1 |  8.907 % |
419.15/419.38	c |    885298 |   27131    78861 |   21327   14667   430798    29.4 |  8.907 % |
419.75/419.95	c ==============================================================================
419.75/419.95	c Found solution: 93
419.75/419.95	o 93
419.75/419.95	c ---[   0]---> Sorter-cost:    4     Base: 3 7 2
419.75/419.99	c ==================================[MINISAT+]==================================
419.75/419.99	c | Conflicts | Original         | Learnt                           | Progress |
419.75/419.99	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
419.75/419.99	c ==============================================================================
419.75/419.99	c |    888489 |   27188    79003 |    9062   17858   537961    30.1 |  8.907 % |
419.85/420.03	c |    888590 |   27188    79003 |    9968    9030   166056    18.4 |  8.910 % |
419.85/420.03	c |    888740 |   27188    79003 |   10965    9180   167579    18.3 |  8.910 % |
419.85/420.09	c |    888965 |   27188    79003 |   12061    9405   170351    18.1 |  8.910 % |
419.95/420.11	c |    889303 |   27188    79003 |   13267    9743   176425    18.1 |  8.910 % |
420.05/420.25	c |    889811 |   27188    79003 |   14594   10251   194120    18.9 |  8.910 % |
420.25/420.40	c |    890570 |   27188    79003 |   16053   11010   228246    20.7 |  8.910 % |
420.45/420.62	c |    891709 |   27188    79003 |   17659   12149   271993    22.4 |  8.910 % |
420.75/420.96	c |    893419 |   27188    79003 |   19425   13859   331710    23.9 |  8.910 % |
421.35/421.54	c |    895981 |   27168    78957 |   21367   16420   425580    25.9 |  8.986 % |
422.55/422.72	c |    899826 |   27168    78957 |   23504   20265   588125    29.0 |  8.986 % |
424.54/424.75	c |    905593 |   27164    78949 |   25854   13406   385213    28.7 |  9.012 % |
427.84/428.01	c |    914242 |   27164    78949 |   28440   22055   807775    36.6 |  9.012 % |
433.25/433.48	c |    927216 |   27099    78798 |   31284   20260   692321    34.2 |  9.280 % |
442.84/443.00	c |    946677 |   27099    78798 |   34412   21965  1934816    88.1 |  9.280 % |
459.03/459.26	c |    975870 |   27079    78752 |   37854   27136  1672569    61.6 |  9.357 % |
476.22/476.41	c |   1019659 |   27054    78693 |   41639   19525   725403    37.2 |  9.446 % |
485.42/485.66	c ==============================================================================
485.42/485.66	c Found solution: 90
485.42/485.66	o 90
485.42/485.66	c ---[   0]---> Sorter-cost:    5     Base: 3 7 2
485.52/485.71	c ==================================[MINISAT+]==================================
485.52/485.72	c | Conflicts | Original         | Learnt                           | Progress |
485.52/485.72	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
485.52/485.72	c ==============================================================================
485.52/485.72	c |   1043431 |   27101    78817 |    9033   43297  2424042    56.0 |  9.446 % |
485.62/485.83	c |   1043531 |   27101    78817 |    9936    8311   405931    48.8 |  9.457 % |
485.62/485.86	c |   1043681 |   27101    78817 |   10929    8461   410094    48.5 |  9.457 % |
485.62/485.89	c |   1043906 |   27101    78817 |   12022    8686   413570    47.6 |  9.457 % |
485.72/485.93	c |   1044243 |   27101    78817 |   13225    9023   418571    46.4 |  9.457 % |
485.82/486.02	c |   1044749 |   27101    78817 |   14547    9529   429891    45.1 |  9.457 % |
486.03/486.24	c |   1045508 |   27101    78817 |   16002   10288   458863    44.6 |  9.457 % |
486.22/486.46	c |   1046647 |   27101    78817 |   17602   11427   498218    43.6 |  9.457 % |
486.52/486.72	c ==============================================================================
486.52/486.72	c Found solution: 88
486.52/486.72	o 88
486.52/486.72	c ---[   0]---> Sorter-cost:    4     Base: 3 7 2
486.52/486.75	c ==================================[MINISAT+]==================================
486.52/486.75	c | Conflicts | Original         | Learnt                           | Progress |
486.52/486.75	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
486.52/486.75	c ==============================================================================
486.52/486.75	c |   1047395 |   27107    78839 |    9035   12175   555787    45.6 |  9.457 % |
486.52/486.78	c |   1047496 |   27107    78839 |    9938    6189   113159    18.3 |  9.465 % |
486.62/486.82	c |   1047648 |   27107    78839 |   10932    6341   115842    18.3 |  9.465 % |
486.62/486.88	c |   1047873 |   27107    78839 |   12025    6566   118648    18.1 |  9.465 % |
486.72/486.94	c |   1048211 |   27107    78839 |   13228    6904   131490    19.0 |  9.465 % |
486.92/487.10	c |   1048717 |   27107    78839 |   14550    7410   138394    18.7 |  9.465 % |
487.03/487.28	c |   1049477 |   27107    78839 |   16006    8170   178205    21.8 |  9.465 % |
487.32/487.54	c |   1050618 |   27107    78839 |   17606    9311   220499    23.7 |  9.465 % |
487.72/487.98	c |   1052326 |   27107    78839 |   19367   11019   272038    24.7 |  9.465 % |
488.22/488.41	c |   1054889 |   27051    78709 |   21304   13577   339701    25.0 |  9.668 % |
488.82/489.09	c |   1058733 |   27051    78709 |   23434   17421   475928    27.3 |  9.669 % |
489.02/489.25	c ==============================================================================
489.02/489.25	c Found solution: 68
489.02/489.25	o 68
489.02/489.25	c ---[   0]---> Sorter-cost: 2906     Base: 3 7
489.02/489.29	c ==================================[MINISAT+]==================================
489.02/489.29	c | Conflicts | Original         | Learnt                           | Progress |
489.02/489.29	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
489.02/489.29	c ==============================================================================
489.02/489.29	c |   1059452 |   32742    91649 |   10914   18069   497914    27.6 |  9.669 % |
489.12/489.32	c |   1059552 |   32742    91649 |   12005    9135   169632    18.6 |  9.418 % |
489.12/489.38	c |   1059702 |   32709    91572 |   13205    9279   171877    18.5 |  9.507 % |
489.22/489.41	c |   1059927 |   32709    91572 |   14526    9504   177419    18.7 |  9.507 % |
489.32/489.52	c |   1060267 |   32709    91572 |   15979    9844   186415    18.9 |  9.507 % |
489.42/489.63	c |   1060774 |   32703    91560 |   17577   10349   199811    19.3 |  9.526 % |
489.52/489.75	c |   1061534 |   32703    91560 |   19334   11109   215024    19.4 |  9.526 % |
489.82/490.05	c |   1062674 |   32694    91529 |   21268   12246   253522    20.7 |  9.536 % |
490.22/490.43	c |   1064383 |   32694    91529 |   23395   13955   319815    22.9 |  9.536 % |
490.92/491.17	c |   1066947 |   32694    91529 |   25734   16519   442040    26.8 |  9.536 % |
492.92/493.19	c |   1070791 |   32694    91529 |   28308   20363   873249    42.9 |  9.536 % |
495.12/495.34	c |   1076557 |   32694    91529 |   31138   26129  1150035    44.0 |  9.536 % |
498.52/498.71	c |   1085207 |   32694    91529 |   34252   34779  1487803    42.8 |  9.536 % |
504.02/504.22	c |   1098181 |   32628    91379 |   37678   28917  1027206    35.5 |  9.732 % |
515.11/515.39	c |   1117642 |   32397    90838 |   41445   19422   818976    42.2 | 10.427 % |
531.71/531.98	c |   1146835 |   32388    90807 |   45590   18518   750111    40.5 | 10.437 % |
559.70/559.96	c |   1190625 |   32388    90807 |   50149   31503  2164445    68.7 | 10.437 % |
587.19/587.41	c ==============================================================================
587.19/587.41	c Found solution: 60
587.19/587.41	o 60
587.19/587.41	c ---[   0]---> Sorter-cost:    3     Base: 3 7
587.19/587.47	c ==================================[MINISAT+]==================================
587.19/587.47	c | Conflicts | Original         | Learnt                           | Progress |
587.19/587.47	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
587.19/587.47	c ==============================================================================
587.19/587.47	c |   1238711 |   32515    91116 |   10838   45718  3042995    66.6 | 10.437 % |
587.39/587.60	c |   1238811 |   32515    91116 |   11921    8937   368237    41.2 | 10.640 % |
587.39/587.63	c |   1238962 |   32515    91116 |   13113    9088   369653    40.7 | 10.640 % |
587.39/587.68	c |   1239188 |   32515    91116 |   14425    9314   372129    40.0 | 10.640 % |
587.49/587.73	c |   1239525 |   32515    91116 |   15867    9651   375810    38.9 | 10.640 % |
587.59/587.84	c |   1240031 |   32515    91116 |   17454   10157   386041    38.0 | 10.640 % |
587.79/588.09	c |   1240791 |   32515    91116 |   19200   10917   430977    39.5 | 10.640 % |
588.09/588.33	c |   1241931 |   32515    91116 |   21120   12057   460522    38.2 | 10.640 % |
588.49/588.74	c |   1243639 |   32515    91116 |   23232   13765   542018    39.4 | 10.640 % |
589.19/589.50	c |   1246201 |   32491    91062 |   25555   16325   631512    38.7 | 10.708 % |
590.68/590.91	c |   1250045 |   32491    91062 |   28110   20169   804522    39.9 | 10.708 % |
592.98/593.25	c |   1255811 |   32491    91062 |   30922   25935  1043365    40.2 | 10.708 % |
596.38/596.66	c |   1264460 |   32491    91062 |   34014   18406   570702    31.0 | 10.708 % |
602.68/602.94	c |   1277435 |   32482    91042 |   37415   31378  1209767    38.6 | 10.727 % |
614.38/614.64	c |   1296896 |   32482    91042 |   41157   29040  1152313    39.7 | 10.727 % |
629.77/630.09	c |   1326089 |   32482    91042 |   45273   29810  1164064    39.0 | 10.727 % |
657.86/658.11	c |   1369878 |   32003    89942 |   49800   44836  1826698    40.7 | 12.243 % |
694.55/694.81	c |   1435564 |   31750    89359 |   54780   37850  1670679    44.1 | 13.006 % |
777.03/777.30	c |   1534090 |   31704    89253 |   60258   49362  2544825    51.6 | 13.141 % |
888.99/889.39	c |   1681880 |   31604    89023 |   66284   48666  2306888    47.4 | 13.450 % |
1053.54/1053.93	c |   1903566 |   31323    88376 |   72912   22873   750632    32.8 | 14.271 % |
1329.85/1330.32	c |   2236092 |   31094    87850 |   80203   33058  1426061    43.1 | 14.985 % |
1800.01/1800.70	c 
1800.01/1800.71	c *** TERMINATED ***
1800.01/1800.71	s SATISFIABLE
1800.01/1800.71	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
1800.01/1800.71	v 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
1800.01/1800.71	v -x104 -x105 -x106 -x107 -x128 -x129 -x130 -x131 -x132 -x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140 x141 x142 -x143 -x144
1800.01/1800.71	v x145 -x146 -x147 -x148 -x149 -x150 -x151 -x152 -x153 -x154 -x155 -x156 -x157 -x171 -x172 -x173 -x174 -x175 -x176 -x177 -x178
1800.01/1800.71	v -x179 -x180 -x181 -x182 x183 -x184 -x185 -x186 -x187 -x188 -x189 -x190 -x191 -x192 -x193 -x194 -x195 -x196 -x197 -x198 -x199
1800.01/1800.71	v -x200 -x201 -x202 -x203 -x204 -x205 -x206 -x207 -x208 -x209 x210 x211 -x212 -x213 x214 x215 x216 -x217 x218 -x219 -x220 -x221
1800.01/1800.71	v -x222 -x223 -x224 -x225 -x226 -x227 -x228 -x229 -x230 -x31 x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40 x41 x42 -x43 -x44 -x45
1800.01/1800.71	v -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
1800.01/1800.71	v -x73 x74 -x75 -x76 -x77 -x108 x109 -x110 -x111 -x112 x113 -x114 x115 x116 -x117 -x118 x119 x120 x121 x122 x123 -x124 -x125 x126
1800.01/1800.71	v -x127 x158 x159 x160 -x161 x162 -x163 x164 -x165 x166 x167 -x168 -x169 -x170

Verifier Data (download as text)

OK	60

Conversion Script Data (download as text)

/tmp/evaluation/351635-1176608290/instance-351635-1176608290.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/node58/watcher-351635-1176608290 -o ROOT/results/node58/solver-351635-1176608290 -C 1800 -W 3600 -M 1800 --output-limit 1,15 /tmp/evaluation/351635-1176608290/minisat+ /tmp/evaluation/351635-1176608290/instance-351635-1176608290.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.77 0.95 0.98 3/64 9379
/proc/meminfo: memFree=1597544/2055920 swapFree=4184728/4192956
[pid=9379] ppid=9377 vsize=1048 CPUtime=0
/proc/9379/stat : 9379 (minisat+) R 9377 9379 9317 0 -1 4194304 121 0 0 0 0 0 0 0 18 0 1 0 108738730 1073152 106 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 135005853 0 0 4096 16386 0 0 0 17 1 0 0
/proc/9379/statm: 262 106 75 215 0 44 0

[startup+0.0723239 s]
/proc/loadavg: 0.77 0.95 0.98 3/64 9379
/proc/meminfo: memFree=1597544/2055920 swapFree=4184728/4192956
[pid=9379] ppid=9377 vsize=1332 CPUtime=0.07
/proc/9379/stat : 9379 (minisat+) R 9377 9379 9317 0 -1 4194304 227 0 0 0 7 0 0 0 18 0 1 0 108738730 1363968 212 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 135010377 0 0 4096 16386 0 0 0 17 1 0 0
/proc/9379/statm: 333 212 106 215 0 115 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1332

[startup+0.101329 s]
/proc/loadavg: 0.77 0.95 0.98 3/64 9379
/proc/meminfo: memFree=1597544/2055920 swapFree=4184728/4192956
[pid=9379] ppid=9377 vsize=1332 CPUtime=0.1
/proc/9379/stat : 9379 (minisat+) R 9377 9379 9317 0 -1 4194304 227 0 0 0 10 0 0 0 18 0 1 0 108738730 1363968 212 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 135005838 0 0 4096 16386 0 0 0 17 1 0 0
/proc/9379/statm: 333 212 106 215 0 115 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 1332

[startup+0.301362 s]
/proc/loadavg: 0.77 0.95 0.98 3/64 9379
/proc/meminfo: memFree=1597544/2055920 swapFree=4184728/4192956
[pid=9379] ppid=9377 vsize=3444 CPUtime=0.29
/proc/9379/stat : 9379 (minisat+) R 9377 9379 9317 0 -1 4194304 736 0 0 0 29 0 0 0 19 0 1 0 108738730 3526656 721 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134585915 0 0 4096 16386 0 0 0 17 1 0 0
/proc/9379/statm: 861 721 123 215 0 643 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 3444

[startup+0.701429 s]
/proc/loadavg: 0.77 0.95 0.98 3/64 9379
/proc/meminfo: memFree=1597544/2055920 swapFree=4184728/4192956
[pid=9379] ppid=9377 vsize=3856 CPUtime=0.69
/proc/9379/stat : 9379 (minisat+) R 9377 9379 9317 0 -1 4194304 835 0 0 0 69 0 0 0 23 0 1 0 108738730 3948544 820 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134579929 0 0 4096 16386 0 0 0 17 1 0 0
/proc/9379/statm: 964 820 124 215 0 746 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 3856

[startup+1.50156 s]
/proc/loadavg: 0.77 0.95 0.98 2/65 9380
/proc/meminfo: memFree=1594336/2055920 swapFree=4184728/4192956
[pid=9379] ppid=9377 vsize=4648 CPUtime=1.49
/proc/9379/stat : 9379 (minisat+) R 9377 9379 9317 0 -1 4194304 1032 0 0 0 149 0 0 0 25 0 1 0 108738730 4759552 1017 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581295 0 0 4096 16386 0 0 0 17 1 0 0
/proc/9379/statm: 1162 1017 124 215 0 944 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 4648

[startup+3.10183 s]
/proc/loadavg: 0.77 0.95 0.98 2/65 9380
/proc/meminfo: memFree=1593056/2055920 swapFree=4184728/4192956
[pid=9379] ppid=9377 vsize=6220 CPUtime=3.09
/proc/9379/stat : 9379 (minisat+) R 9377 9379 9317 0 -1 4194304 1416 0 0 0 309 0 0 0 25 0 1 0 108738730 6369280 1401 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/9379/statm: 1555 1401 124 215 0 1337 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 6220

[startup+6.30136 s]
/proc/loadavg: 0.79 0.95 0.98 2/65 9380
/proc/meminfo: memFree=1590304/2055920 swapFree=4184728/4192956
[pid=9379] ppid=9377 vsize=8644 CPUtime=6.29
/proc/9379/stat : 9379 (minisat+) R 9377 9379 9317 0 -1 4194304 2002 0 0 0 628 1 0 0 25 0 1 0 108738730 8851456 1987 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580929 0 0 4096 16386 0 0 0 17 1 0 0
/proc/9379/statm: 2161 1987 124 215 0 1943 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 8644

[startup+12.7014 s]
/proc/loadavg: 0.81 0.95 0.98 2/65 9380
/proc/meminfo: memFree=1588144/2055920 swapFree=4184728/4192956
[pid=9379] ppid=9377 vsize=10220 CPUtime=12.68
/proc/9379/stat : 9379 (minisat+) R 9377 9379 9317 0 -1 4194304 2402 0 0 0 1267 1 0 0 25 0 1 0 108738730 10465280 2387 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134573815 0 0 4096 16386 0 0 0 17 1 0 0
/proc/9379/statm: 2555 2387 124 215 0 2337 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 10220

[startup+25.5016 s]
/proc/loadavg: 0.92 0.96 0.98 2/65 9382
/proc/meminfo: memFree=1583856/2055920 swapFree=4184728/4192956
[pid=9379] ppid=9377 vsize=14668 CPUtime=25.47
/proc/9379/stat : 9379 (minisat+) R 9377 9379 9317 0 -1 4194304 3523 0 0 0 2545 2 0 0 25 0 1 0 108738730 15020032 3508 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580732 0 0 4096 16386 0 0 0 17 1 0 0
/proc/9379/statm: 3667 3508 124 215 0 3449 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 14668

[startup+51.1019 s]
/proc/loadavg: 0.95 0.97 0.98 2/65 9382
/proc/meminfo: memFree=1582320/2055920 swapFree=4184728/4192956
[pid=9379] ppid=9377 vsize=16104 CPUtime=51.06
/proc/9379/stat : 9379 (minisat+) R 9377 9379 9317 0 -1 4194304 3865 0 0 0 5104 2 0 0 25 0 1 0 108738730 16490496 3850 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580856 0 0 4096 16386 0 0 0 17 1 0 0
/proc/9379/statm: 4026 3850 124 215 0 3808 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 16104

[startup+102.305 s]
/proc/loadavg: 0.98 0.97 0.98 2/65 9382
/proc/meminfo: memFree=1581040/2055920 swapFree=4184728/4192956
[pid=9379] ppid=9377 vsize=17440 CPUtime=102.25
/proc/9379/stat : 9379 (minisat+) R 9377 9379 9317 0 -1 4194304 4197 0 0 0 10222 3 0 0 25 0 1 0 108738730 17858560 4182 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580893 0 0 4096 16386 0 0 0 17 1 0 0
/proc/9379/statm: 4360 4182 124 215 0 4142 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 17440

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 9382
/proc/meminfo: memFree=1577520/2055920 swapFree=4184728/4192956
[pid=9379] ppid=9377 vsize=20908 CPUtime=162.23
/proc/9379/stat : 9379 (minisat+) R 9377 9379 9317 0 -1 4194304 5064 0 0 0 16219 4 0 0 25 0 1 0 108738730 21409792 5049 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134573010 0 0 4096 16386 0 0 0 17 1 0 0
/proc/9379/statm: 5227 5049 124 215 0 5009 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 20908

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 9382
/proc/meminfo: memFree=1577456/2055920 swapFree=4184728/4192956
[pid=9379] ppid=9377 vsize=20908 CPUtime=222.21
/proc/9379/stat : 9379 (minisat+) R 9377 9379 9317 0 -1 4194304 5076 0 0 0 22217 4 0 0 25 0 1 0 108738730 21409792 5061 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134572728 0 0 4096 16386 0 0 0 17 1 0 0
/proc/9379/statm: 5227 5061 124 215 0 5009 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 20908

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 9382
/proc/meminfo: memFree=1577456/2055920 swapFree=4184728/4192956
[pid=9379] ppid=9377 vsize=20908 CPUtime=282.19
/proc/9379/stat : 9379 (minisat+) R 9377 9379 9317 0 -1 4194304 5076 0 0 0 28215 4 0 0 25 0 1 0 108738730 21409792 5061 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581318 0 0 4096 16386 0 0 0 17 1 0 0
/proc/9379/statm: 5227 5061 124 215 0 5009 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 20908

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 9382
/proc/meminfo: memFree=1577400/2055920 swapFree=4184728/4192956
[pid=9379] ppid=9377 vsize=20908 CPUtime=342.17
/proc/9379/stat : 9379 (minisat+) R 9377 9379 9317 0 -1 4194304 5076 0 0 0 34213 4 0 0 25 0 1 0 108738730 21409792 5061 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/9379/statm: 5227 5061 124 215 0 5009 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 20908

[startup+402.303 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 9382
/proc/meminfo: memFree=1576696/2055920 swapFree=4184728/4192956
[pid=9379] ppid=9377 vsize=21564 CPUtime=402.15
/proc/9379/stat : 9379 (minisat+) R 9377 9379 9317 0 -1 4194304 5242 0 0 0 40211 4 0 0 25 0 1 0 108738730 22081536 5227 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580430 0 0 4096 16386 0 0 0 17 1 0 0
/proc/9379/statm: 5391 5227 124 215 0 5173 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 21564

[startup+462.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 9382
/proc/meminfo: memFree=1574584/2055920 swapFree=4184728/4192956
[pid=9379] ppid=9377 vsize=23652 CPUtime=462.13
/proc/9379/stat : 9379 (minisat+) R 9377 9379 9317 0 -1 4194304 5775 0 0 0 46208 5 0 0 25 0 1 0 108738730 24219648 5760 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580973 0 0 4096 16386 0 0 0 17 1 0 0
/proc/9379/statm: 5913 5760 124 215 0 5695 0
Current children cumulated CPU time (s) 462.13
Current children cumulated vsize (KiB) 23652

[startup+522.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 9382
/proc/meminfo: memFree=1574136/2055920 swapFree=4184728/4192956
[pid=9379] ppid=9377 vsize=24168 CPUtime=522.11
/proc/9379/stat : 9379 (minisat+) R 9377 9379 9317 0 -1 4194304 5889 0 0 0 52206 5 0 0 25 0 1 0 108738730 24748032 5872 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/9379/statm: 6042 5872 124 215 0 5824 0
Current children cumulated CPU time (s) 522.11
Current children cumulated vsize (KiB) 24168

[startup+582.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 9382
/proc/meminfo: memFree=1572664/2055920 swapFree=4184728/4192956
[pid=9379] ppid=9377 vsize=25728 CPUtime=582.09
/proc/9379/stat : 9379 (minisat+) R 9377 9379 9317 0 -1 4194304 6265 0 0 0 58204 5 0 0 25 0 1 0 108738730 26345472 6248 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580417 0 0 4096 16386 0 0 0 17 1 0 0
/proc/9379/statm: 6432 6248 124 215 0 6214 0
Current children cumulated CPU time (s) 582.09
Current children cumulated vsize (KiB) 25728

[startup+642.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 9382
/proc/meminfo: memFree=1572664/2055920 swapFree=4184728/4192956
[pid=9379] ppid=9377 vsize=25728 CPUtime=642.07
/proc/9379/stat : 9379 (minisat+) R 9377 9379 9317 0 -1 4194304 6269 0 0 0 64202 5 0 0 25 0 1 0 108738730 26345472 6252 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580921 0 0 4096 16386 0 0 0 17 1 0 0
/proc/9379/statm: 6432 6252 124 215 0 6214 0
Current children cumulated CPU time (s) 642.07
Current children cumulated vsize (KiB) 25728


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

[startup+882.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 9382
/proc/meminfo: memFree=1568952/2055920 swapFree=4184728/4192956
[pid=9379] ppid=9377 vsize=29656 CPUtime=881.99
/proc/9379/stat : 9379 (minisat+) R 9377 9379 9317 0 -1 4194304 7210 0 0 0 88193 6 0 0 25 0 1 0 108738730 30367744 7193 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581426 0 0 4096 16386 0 0 0 17 1 0 0
/proc/9379/statm: 7414 7193 124 215 0 7196 0
Current children cumulated CPU time (s) 881.99
Current children cumulated vsize (KiB) 29656

[startup+942.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 9382
/proc/meminfo: memFree=1568312/2055920 swapFree=4184728/4192956
[pid=9379] ppid=9377 vsize=30444 CPUtime=941.98
/proc/9379/stat : 9379 (minisat+) R 9377 9379 9317 0 -1 4194304 7410 0 0 0 94191 7 0 0 25 0 1 0 108738730 31174656 7393 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581415 0 0 4096 16386 0 0 0 17 1 0 0
/proc/9379/statm: 7611 7393 124 215 0 7393 0
Current children cumulated CPU time (s) 941.98
Current children cumulated vsize (KiB) 30444

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 9382
/proc/meminfo: memFree=1568120/2055920 swapFree=4184728/4192956
[pid=9379] ppid=9377 vsize=30444 CPUtime=1001.96
/proc/9379/stat : 9379 (minisat+) R 9377 9379 9317 0 -1 4194304 7418 0 0 0 100189 7 0 0 25 0 1 0 108738730 31174656 7401 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134576704 0 0 4096 16386 0 0 0 17 1 0 0
/proc/9379/statm: 7611 7401 124 215 0 7393 0
Current children cumulated CPU time (s) 1001.96
Current children cumulated vsize (KiB) 30444

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 9382
/proc/meminfo: memFree=1566968/2055920 swapFree=4184728/4192956
[pid=9379] ppid=9377 vsize=31640 CPUtime=1061.94
/proc/9379/stat : 9379 (minisat+) R 9377 9379 9317 0 -1 4194304 7711 0 0 0 106187 7 0 0 25 0 1 0 108738730 32399360 7694 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581079 0 0 4096 16386 0 0 0 17 1 0 0
/proc/9379/statm: 7910 7694 124 215 0 7692 0
Current children cumulated CPU time (s) 1061.94
Current children cumulated vsize (KiB) 31640

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 9382
/proc/meminfo: memFree=1566904/2055920 swapFree=4184728/4192956
[pid=9379] ppid=9377 vsize=31772 CPUtime=1121.92
/proc/9379/stat : 9379 (minisat+) R 9377 9379 9317 0 -1 4194304 7725 0 0 0 112185 7 0 0 25 0 1 0 108738730 32534528 7708 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134576521 0 0 4096 16386 0 0 0 17 1 0 0
/proc/9379/statm: 7943 7708 124 215 0 7725 0
Current children cumulated CPU time (s) 1121.92
Current children cumulated vsize (KiB) 31772

[startup+1182.3 s]
/proc/loadavg: 1.03 0.99 0.99 2/65 9382
/proc/meminfo: memFree=1566520/2055920 swapFree=4184728/4192956
[pid=9379] ppid=9377 vsize=32036 CPUtime=1181.9
/proc/9379/stat : 9379 (minisat+) R 9377 9379 9317 0 -1 4194304 7808 0 0 0 118183 7 0 0 25 0 1 0 108738730 32804864 7791 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581150 0 0 4096 16386 0 0 0 17 1 0 0
/proc/9379/statm: 8009 7791 124 215 0 7791 0
Current children cumulated CPU time (s) 1181.9
Current children cumulated vsize (KiB) 32036

[startup+1242.3 s]
/proc/loadavg: 1.01 0.99 0.99 2/65 9382
/proc/meminfo: memFree=1565304/2055920 swapFree=4184728/4192956
[pid=9379] ppid=9377 vsize=33236 CPUtime=1241.89
/proc/9379/stat : 9379 (minisat+) R 9377 9379 9317 0 -1 4194304 8104 0 0 0 124181 8 0 0 25 0 1 0 108738730 34033664 8087 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/9379/statm: 8309 8087 124 215 0 8091 0
Current children cumulated CPU time (s) 1241.89
Current children cumulated vsize (KiB) 33236

[startup+1302.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 9382
/proc/meminfo: memFree=1564536/2055920 swapFree=4184728/4192956
[pid=9379] ppid=9377 vsize=34032 CPUtime=1301.87
/proc/9379/stat : 9379 (minisat+) R 9377 9379 9317 0 -1 4194304 8313 0 0 0 130179 8 0 0 25 0 1 0 108738730 34848768 8296 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580250 0 0 4096 16386 0 0 0 17 1 0 0
/proc/9379/statm: 8508 8296 124 215 0 8290 0
Current children cumulated CPU time (s) 1301.87
Current children cumulated vsize (KiB) 34032

[startup+1362.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 9382
/proc/meminfo: memFree=1564344/2055920 swapFree=4184728/4192956
[pid=9379] ppid=9377 vsize=34184 CPUtime=1361.84
/proc/9379/stat : 9379 (minisat+) R 9377 9379 9317 0 -1 4194304 8343 0 0 0 136176 8 0 0 25 0 1 0 108738730 35004416 8326 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/9379/statm: 8546 8326 124 215 0 8328 0
Current children cumulated CPU time (s) 1361.84
Current children cumulated vsize (KiB) 34184

[startup+1422.31 s]
/proc/loadavg: 1.00 0.99 0.99 2/71 9558
/proc/meminfo: memFree=1561272/2055920 swapFree=4184728/4192956
[pid=9379] ppid=9377 vsize=35916 CPUtime=1421.74
/proc/9379/stat : 9379 (minisat+) R 9377 9379 9317 0 -1 4194304 8784 0 0 0 142164 10 0 0 25 0 1 0 108738730 36777984 8767 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/9379/statm: 8979 8767 124 215 0 8761 0
Current children cumulated CPU time (s) 1421.74
Current children cumulated vsize (KiB) 35916

[startup+1482.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 9580
/proc/meminfo: memFree=1561656/2055920 swapFree=4184728/4192956
[pid=9379] ppid=9377 vsize=36832 CPUtime=1481.71
/proc/9379/stat : 9379 (minisat+) R 9377 9379 9317 0 -1 4194304 8988 0 0 0 148160 11 0 0 25 0 1 0 108738730 37715968 8971 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/9379/statm: 9208 8971 124 215 0 8990 0
Current children cumulated CPU time (s) 1481.71
Current children cumulated vsize (KiB) 36832

[startup+1542.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 9580
/proc/meminfo: memFree=1557624/2055920 swapFree=4184728/4192956
[pid=9379] ppid=9377 vsize=40796 CPUtime=1541.69
/proc/9379/stat : 9379 (minisat+) R 9377 9379 9317 0 -1 4194304 9989 0 0 0 154158 11 0 0 25 0 1 0 108738730 41775104 9972 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/9379/statm: 10199 9972 124 215 0 9981 0
Current children cumulated CPU time (s) 1541.69
Current children cumulated vsize (KiB) 40796

[startup+1602.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 9580
/proc/meminfo: memFree=1557560/2055920 swapFree=4184728/4192956
[pid=9379] ppid=9377 vsize=40936 CPUtime=1601.67
/proc/9379/stat : 9379 (minisat+) R 9377 9379 9317 0 -1 4194304 10013 0 0 0 160156 11 0 0 25 0 1 0 108738730 41918464 9996 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/9379/statm: 10234 9996 124 215 0 10016 0
Current children cumulated CPU time (s) 1601.67
Current children cumulated vsize (KiB) 40936

[startup+1662.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 9580
/proc/meminfo: memFree=1557560/2055920 swapFree=4184728/4192956
[pid=9379] ppid=9377 vsize=40936 CPUtime=1661.65
/proc/9379/stat : 9379 (minisat+) R 9377 9379 9317 0 -1 4194304 10013 0 0 0 166154 11 0 0 25 0 1 0 108738730 41918464 9996 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/9379/statm: 10234 9996 124 215 0 10016 0
Current children cumulated CPU time (s) 1661.65
Current children cumulated vsize (KiB) 40936

[startup+1722.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 9580
/proc/meminfo: memFree=1557560/2055920 swapFree=4184728/4192956
[pid=9379] ppid=9377 vsize=40936 CPUtime=1721.63
/proc/9379/stat : 9379 (minisat+) R 9377 9379 9317 0 -1 4194304 10014 0 0 0 172152 11 0 0 25 0 1 0 108738730 41918464 9997 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/9379/statm: 10234 9997 124 215 0 10016 0
Current children cumulated CPU time (s) 1721.63
Current children cumulated vsize (KiB) 40936

[startup+1782.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 9580
/proc/meminfo: memFree=1557688/2055920 swapFree=4184728/4192956
[pid=9379] ppid=9377 vsize=40936 CPUtime=1781.61
/proc/9379/stat : 9379 (minisat+) R 9377 9379 9317 0 -1 4194304 10014 0 0 0 178150 11 0 0 25 0 1 0 108738730 41918464 9997 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/9379/statm: 10234 9997 124 215 0 10016 0
Current children cumulated CPU time (s) 1781.61
Current children cumulated vsize (KiB) 40936



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.71 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 9580
/proc/meminfo: memFree=1557688/2055920 swapFree=4184728/4192956
[pid=9379] ppid=9377 vsize=40936 CPUtime=1800.01
/proc/9379/stat : 9379 (minisat+) R 9377 9379 9317 0 -1 4194304 10014 0 0 0 179990 11 0 0 25 0 1 0 108738730 41918464 9997 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/9379/statm: 10234 9997 124 215 0 10016 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 40936

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

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

[startup+1800.71 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 9580
/proc/meminfo: memFree=1557688/2055920 swapFree=4184728/4192956
[pid=9379] ppid=9377 vsize=40936 CPUtime=1800.01
/proc/9379/stat : 9379 (minisat+) R 9377 9379 9317 0 -1 4194304 10014 0 0 0 179990 11 0 0 25 0 1 0 108738730 41918464 9997 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/9379/statm: 10234 9997 124 215 0 10016 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 40936

Child status: 10
Real time (s): 1800.72
CPU time (s): 1800.03
CPU user time (s): 1799.91
CPU system time (s): 0.12698
CPU usage (%): 99.9619
Max. virtual memory (cumulated for all children) (KiB): 40936

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.91
system time used= 0.12698
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10016
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= 4444

runsolver used 1.25081 second user time and 3.74243 second system time

The end

Launcher Data (download as text)

Begin job on node58 on Sun Apr 15 03:38:10 UTC 2007

IDJOB= 351635
IDBENCH= 1786
IDSOLVER= 156
FILE ID= node58/351635-1176608290

PBS_JOBID= 4557036

Free space on /tmp= 66562 MiB

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

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

META MD5SUM SOLVER= e46aded85e5f265b61da9cdcce06370e
MD5SUM BENCH=  9a8d1e3e59dfd2cd811494ddb4a3c92a

RANDOM SEED= 675368889

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node58.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.265
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.265
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:       1597952 kB
Buffers:         37368 kB
Cached:         313604 kB
SwapCached:       2696 kB
Active:         135040 kB
Inactive:       225824 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1597952 kB
SwapTotal:     4192956 kB
SwapFree:      4184728 kB
Dirty:            2512 kB
Writeback:           0 kB
Mapped:          16368 kB
Slab:            83212 kB
Committed_AS:   171360 kB
PageTables:       1380 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= 66562 MiB

End job on node58 on Sun Apr 15 04:08:13 UTC 2007