Trace number 1869577

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjCPU timeWall clock time
SCIPclp SCIP 1.1.0.7 with CLP 1.8.2SAT (TO)48 1800.45 1800.88

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
bounded_golomb_rulers/normalized-bogr_9.opb
MD5SUMa849a24692bdc034ba3174a2ba23709e
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark44
Best CPU time to get the best result obtained on this benchmark92.6719
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 44
Optimality of the best value was proved YES
Number of variables601
Total number of constraints1089
Number of constraints which are clauses1
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1088
Minimum length of a constraint1
Maximum length of a constraint29
Number of terms in the objective function 7
Biggest coefficient in the objective function 36
Number of bits for the biggest coefficient in the objective function 6
Sum of the numbers in the objective function 99
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 128
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 682
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.05	c SCIP version 1.1.0.7
0.00/0.05	c LP-Solver Clp 1.8.2
0.00/0.05	c user parameter file <scip.set> not found - using default parameters
0.00/0.05	c read problem <HOME/instance-1869577-1245179397.opb>
0.00/0.05	c original problem has 601 variables (601 bin, 0 int, 0 impl, 0 cont) and 1089 constraints
0.00/0.07	c start presolving problem
0.00/0.07	c presolving:
0.07/0.08	c (round 1) 1 del vars, 1 del conss, 1 chg bounds, 0 chg sides, 129 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.09/0.10	c (round 2) 1 del vars, 438 del conss, 1 chg bounds, 0 chg sides, 129 chg coeffs, 111 upgd conss, 0 impls, 0 clqs
0.09/0.12	c (round 3) 1 del vars, 438 del conss, 1 chg bounds, 6 chg sides, 144 chg coeffs, 214 upgd conss, 146 impls, 3 clqs
0.09/0.12	c (round 4) 1 del vars, 438 del conss, 1 chg bounds, 8 chg sides, 152 chg coeffs, 214 upgd conss, 146 impls, 3 clqs
0.09/0.12	c (round 5) 1 del vars, 438 del conss, 1 chg bounds, 8 chg sides, 154 chg coeffs, 214 upgd conss, 146 impls, 3 clqs
0.29/0.32	c    (0.2s) probing: 164/600 (27.3%) - 0 fixings, 0 aggregations, 47 implications, 0 bound changes
0.29/0.32	c    (0.2s) probing aborted: 100/100 successive totally useless probings
0.29/0.32	c presolving (6 rounds):
0.29/0.32	c  1 deleted vars, 438 deleted constraints, 1 tightened bounds, 0 added holes, 8 changed sides, 154 changed coefficients
0.29/0.32	c  240 implications, 3 cliques
0.29/0.32	c presolved problem has 600 variables (600 bin, 0 int, 0 impl, 0 cont) and 656 constraints
0.29/0.32	c     214 constraints of type <knapsack>
0.29/0.32	c       5 constraints of type <setppc>
0.29/0.32	c     437 constraints of type <linear>
0.29/0.32	c transformed objective value is always integral (scale: 1)
0.29/0.32	c Presolving Time: 0.24
0.29/0.32	c OPT-LIN
0.29/0.32	c -----------------------------------------------------------------------------------------------
0.29/0.32	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.29/0.32	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.29/0.32	c limits/memory = c 1620
0.29/0.32	c # maximal time in seconds to run
0.29/0.32	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.29/0.32	c limits/time = c 1791
0.29/0.32	c # frequency for displaying node information lines
0.29/0.32	c # [type: int, range: [-1,2147483647], default: 100]
0.29/0.32	c display/freq = c 10000
0.29/0.32	c -----------------------------------------------------------------------------------------------
0.29/0.32	c start solving problem
0.29/0.32	c 
0.29/0.35	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.29/0.35	c   0.3s|     1 |     0 |   266 |4614k|   0 | 253 | 600 | 656 | 656 | 600 | 656 |   0 |   0 |   0 | 3.600000e+01 |      --      |    Inf 
0.59/0.69	c   0.6s|     1 |     0 |  1281 |5099k|   0 | 341 | 600 | 656 | 656 | 600 | 718 |  62 |   0 |   0 | 3.600000e+01 |      --      |    Inf 
0.89/0.95	c   0.9s|     1 |     0 |  1502 |5593k|   0 | 360 | 600 | 656 | 656 | 600 | 779 | 123 |   0 |   0 | 3.600000e+01 |      --      |    Inf 
1.19/1.24	c   1.2s|     1 |     0 |  1632 |6015k|   0 | 370 | 600 | 656 | 656 | 600 | 841 | 185 |   0 |   0 | 3.600000e+01 |      --      |    Inf 
1.59/1.60	c   1.5s|     1 |     0 |  1829 |6315k|   0 | 341 | 600 | 656 | 656 | 600 | 884 | 228 |   0 |   0 | 3.600000e+01 |      --      |    Inf 
1.89/1.95	c   1.9s|     1 |     0 |  1935 |6576k|   0 | 340 | 600 | 656 | 656 | 600 | 940 | 284 |   0 |   0 | 3.600000e+01 |      --      |    Inf 
2.29/2.36	c   2.3s|     1 |     0 |  2119 |6725k|   0 | 335 | 600 | 656 | 656 | 600 | 977 | 321 |   0 |   0 | 3.600000e+01 |      --      |    Inf 
3.89/3.90	c   3.8s|     1 |     2 |  2119 |6726k|   0 | 335 | 600 | 656 | 656 | 600 | 977 | 321 |   0 |  50 | 3.600000e+01 |      --      |    Inf 
110.87/110.90	c   110s| 10000 |  4125 |345525 |  15M|  86 | 135 | 600 |2667 |1280 | 600 | 725 | 321 |4331 |3256 | 3.600000e+01 |      --      |    Inf 
113.96/114.06	o 66
113.96/114.06	c p 113s| 10390 |  4080 |356673 |  15M|  86 |   - | 600 |2566 | 325 | 600 | 725 | 321 |4554 |3343 | 3.600000e+01 | 6.600000e+01 |  83.33%
128.56/128.61	o 64
128.56/128.61	c g 127s| 12476 |  4541 |418524 |  17M|  86 |   - | 600 |1687 | 167 | 600 | 725 | 321 |5548 |3476 | 3.600000e+01 | 6.400000e+01 |  77.78%
183.14/183.30	c   182s| 20000 |  6322 |637426 |  22M|  86 | 157 | 600 |1338 | 776 | 600 | 725 | 321 |9155 |4745 | 3.600000e+01 | 6.400000e+01 |  77.78%
252.93/253.06	c   251s| 30000 |  8250 |909421 |  29M|  87 |   - | 600 |1396 | 360 |   0 |   0 | 321 |  15k|6191 | 3.600000e+01 | 6.400000e+01 |  77.78%
312.92/313.02	c   310s| 40000 |  9788 |  1130k|  35M| 100 |   - | 600 |1572 | 628 | 600 | 725 | 321 |  22k|7152 | 3.600000e+01 | 6.400000e+01 |  77.78%
369.80/369.95	c   367s| 50000 | 11463 |  1356k|  41M| 100 | 164 | 600 |1713 | 554 | 600 | 725 | 321 |  28k|7167 | 3.600000e+01 | 6.400000e+01 |  77.78%
427.69/427.88	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
427.69/427.88	c   424s| 60000 | 12575 |  1562k|  46M| 105 | 118 | 600 |1906 | 751 | 600 | 725 | 321 |  35k|8020 | 3.600000e+01 | 6.400000e+01 |  77.78%
488.48/488.61	c   484s| 70000 | 14118 |  1815k|  52M| 105 |  53 | 600 |1733 | 296 | 600 | 725 | 321 |  42k|8904 | 3.600000e+01 | 6.400000e+01 |  77.78%
543.96/544.15	c   539s| 80000 | 15276 |  2022k|  57M| 105 |   - | 600 |1853 | 613 |   0 |   0 | 321 |  50k|9595 | 3.600000e+01 | 6.400000e+01 |  77.78%
603.75/603.97	c   599s| 90000 | 16632 |  2260k|  63M| 105 |   - | 600 |2286 | 557 |   0 |   0 | 321 |  57k|  10k| 3.600000e+01 | 6.400000e+01 |  77.78%
656.73/656.98	c   651s|100000 | 17677 |  2457k|  68M| 105 |   - | 600 |2174 |1049 | 600 | 725 | 321 |  65k|  10k| 3.600000e+01 | 6.400000e+01 |  77.78%
715.93/716.14	c   710s|110000 | 18968 |  2679k|  74M| 105 |   - | 600 |2017 | 748 | 600 | 725 | 321 |  71k|  12k| 3.600000e+01 | 6.400000e+01 |  77.78%
772.01/772.26	c   766s|120000 | 20171 |  2884k|  79M| 105 | 149 | 600 |2741 | 616 | 600 | 725 | 321 |  78k|  12k| 3.600000e+01 | 6.400000e+01 |  77.78%
824.89/825.15	c   818s|130000 | 21285 |  3076k|  84M| 105 |   - | 600 |3382 | 521 |   0 |   0 | 321 |  85k|  12k| 3.600000e+01 | 6.400000e+01 |  77.78%
878.37/878.67	c   871s|140000 | 22135 |  3268k|  89M| 105 |   - | 600 |3439 | 346 | 600 | 725 | 321 |  94k|  13k| 3.600000e+01 | 6.400000e+01 |  77.78%
928.96/929.27	c   921s|150000 | 22910 |  3455k|  93M| 105 |   - | 600 |3468 | 391 |   0 |   0 | 321 | 102k|  14k| 3.600000e+01 | 6.400000e+01 |  77.78%
982.06/982.33	c   974s|160000 | 23728 |  3641k|  98M| 105 | 141 | 600 |3423 | 840 | 600 | 725 | 321 | 111k|  15k| 3.600000e+01 | 6.400000e+01 |  77.78%
1034.14/1034.47	c  1026s|170000 | 24503 |  3833k| 101M| 105 | 168 | 600 |2617 | 800 | 600 | 725 | 321 | 119k|  15k| 3.600000e+01 | 6.400000e+01 |  77.78%
1084.93/1085.26	c  1076s|180000 | 25439 |  4023k| 107M| 105 |  32 | 600 |3195 | 299 | 600 | 725 | 321 | 128k|  16k| 3.600000e+01 | 6.400000e+01 |  77.78%
1136.81/1137.19	c  1128s|190000 | 26120 |  4212k| 110M| 105 | 109 | 600 |2877 | 550 | 600 | 725 | 321 | 136k|  16k| 3.600000e+01 | 6.400000e+01 |  77.78%
1190.80/1191.17	c  1181s|200000 | 26975 |  4414k| 115M| 106 |  55 | 600 |3076 | 340 | 600 | 725 | 321 | 145k|  17k| 3.600000e+01 | 6.400000e+01 |  77.78%
1246.09/1246.48	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1246.09/1246.48	c  1236s|210000 | 28076 |  4640k| 120M| 106 | 263 | 600 |2683 | 889 | 600 | 725 | 321 | 154k|  17k| 3.600000e+01 | 6.400000e+01 |  77.78%
1300.58/1300.93	c  1290s|220000 | 29078 |  4846k| 125M| 106 | 138 | 600 |2861 | 631 | 600 | 725 | 321 | 162k|  18k| 3.600000e+01 | 6.400000e+01 |  77.78%
1353.66/1354.05	c  1343s|230000 | 30223 |  5053k| 130M| 106 |  93 | 600 |2794 | 680 | 600 | 725 | 321 | 171k|  18k| 3.600000e+01 | 6.400000e+01 |  77.78%
1364.16/1364.55	o 51
1364.16/1364.55	c *1353s|232201 | 20348 |  5094k| 100M| 106 |   - | 600 |2995 | 231 | 600 | 725 | 321 | 173k|  18k| 3.600000e+01 | 5.100000e+01 |  41.67%
1408.55/1408.95	c  1397s|240000 | 21038 |  5243k| 104M| 106 |   - | 600 |2009 | 676 |   0 |   0 | 321 | 180k|  19k| 3.600000e+01 | 5.100000e+01 |  41.67%
1462.64/1463.05	c  1451s|250000 | 22361 |  5460k| 110M| 106 | 129 | 600 |3149 | 610 | 600 | 725 | 321 | 187k|  19k| 3.600000e+01 | 5.100000e+01 |  41.67%
1518.32/1518.71	c  1506s|260000 | 23674 |  5686k| 115M| 106 |   - | 600 |3584 | 500 | 600 | 725 | 321 | 195k|  20k| 3.600000e+01 | 5.100000e+01 |  41.67%
1569.22/1569.67	c  1556s|270000 | 24786 |  5892k| 121M| 106 |  88 | 600 |4030 | 461 | 600 | 725 | 321 | 203k|  20k| 3.600000e+01 | 5.100000e+01 |  41.67%
1623.30/1623.77	c  1610s|280000 | 25449 |  6088k| 124M| 106 | 162 | 600 |4293 | 803 | 600 | 725 | 321 | 212k|  20k| 3.600000e+01 | 5.100000e+01 |  41.67%
1674.48/1674.99	c  1661s|290000 | 26713 |  6297k| 130M| 106 |   - | 600 |4226 | 430 | 600 | 725 | 321 | 220k|  20k| 3.600000e+01 | 5.100000e+01 |  41.67%
1725.17/1725.60	c  1711s|300000 | 27696 |  6484k| 135M| 106 |   - | 600 |4633 | 355 |   0 |   0 | 321 | 228k|  21k| 3.600000e+01 | 5.100000e+01 |  41.67%
1777.17/1777.68	c  1763s|310000 | 28300 |  6659k| 137M| 106 |   - | 600 |3285 | 763 | 600 | 725 | 321 | 236k|  21k| 3.600000e+01 | 5.100000e+01 |  41.67%
1787.16/1787.64	o 48
1787.16/1787.64	c *1773s|311837 | 26917 |  6693k| 133M| 106 |   - | 600 |3202 | 142 | 600 | 725 | 321 | 238k|  21k| 3.600000e+01 | 4.800000e+01 |  33.33%
1800.06/1800.50	c 
1800.06/1800.51	c SCIP Status        : solving was interrupted [user interrupt]
1800.06/1800.51	c Solving Time (sec) : 1785.30
1800.06/1800.51	c Solving Nodes      : 314358
1800.06/1800.51	c Primal Bound       : +4.80000000000000e+01 (4 solutions)
1800.06/1800.51	c Dual Bound         : +3.60000000000000e+01
1800.06/1800.51	c Gap                : 33.33 %
1800.06/1800.51	c NODE         314358
1800.06/1800.51	c DUAL BOUND   36
1800.06/1800.51	c PRIMAL BOUND 48
1800.06/1800.51	c GAP          0.333333
1800.06/1800.51	s SATISFIABLE
1800.06/1800.51	v x61 x62 x63 x64 x65 x66 x67 x68 x69 x70 x71 x72 x73 x74 x75 x76 x77 x78 x79 x80 x81 x82 x83 x84 x85 x86 x87 x88 x89 x90 x91 x92 
1800.06/1800.51	v x93 x94 x95 x96 x97 x98 x99 x100 x101 x102 x103 -x104 x105 x106 x107 x108 x109 x110 x111 x112 x113 x114 x115 x116 x117 x118 
1800.06/1800.51	v x119 x120 x121 x122 x123 x124 x125 x126 x127 x128 x129 x130 x131 x132 x133 x134 x135 x136 x137 x138 x139 x140 x141 x142 x143 
1800.06/1800.51	v x144 x145 x146 x147 x148 x149 x150 x151 x152 x153 x154 x155 x156 x157 x158 x159 x160 x161 x162 x163 x164 x165 x166 x167 x168 
1800.06/1800.51	v x169 x170 x171 x172 x173 x174 x175 x176 x177 x178 x179 -x180 x181 x182 x183 x184 x185 x186 x187 x188 -x189 -x190 x191 -x192 x193 
1800.06/1800.51	v x194 x195 x196 x197 x198 x199 x200 x201 x202 x203 x204 x205 x206 x207 x208 x209 x210 -x211 x212 x213 x214 -x215 -x216 x217 
1800.06/1800.51	v -x218 -x219 -x220 x221 x222 x223 x224 x225 x226 x227 x228 x229 -x230 -x231 x232 -x233 -x234 x235 -x236 -x237 -x238 -x239 -x240 
1800.06/1800.51	v -x241 x242 x243 x244 x245 x246 x247 -x248 x249 -x250 -x251 -x252 -x253 -x254 -x255 -x256 x257 x258 x259 x260 -x261 -x262 
1800.06/1800.51	v -x263 -x264 -x265 x266 x267 x268 x269 x270 x271 x272 x273 x274 x275 x276 x277 x278 x279 x280 x281 x282 x283 x284 x285 x286 x287 
1800.06/1800.51	v x288 x289 x290 x291 x292 x293 x294 x295 x296 x297 x298 x299 x300 x301 x302 x303 x304 x305 x306 x307 x308 x309 x310 x311 x312 
1800.06/1800.51	v x313 x314 x315 x316 x317 x318 x319 x320 x321 x322 x323 x324 x325 x326 x327 x328 x329 -x330 x331 x332 x333 x334 x335 x336 x337 
1800.06/1800.51	v x338 -x339 -x340 x341 -x342 x343 x344 x345 x346 x347 x348 x349 x350 x351 x352 x353 x354 x355 x356 -x357 x358 x359 x360 -x361 
1800.06/1800.51	v -x362 x363 -x364 -x365 -x366 x367 x368 x369 x370 x371 x372 -x373 -x374 x375 -x376 -x377 x378 -x379 -x380 -x381 -x382 -x383 
1800.06/1800.51	v -x384 x385 x386 x387 x388 -x389 x390 -x391 -x392 -x393 -x394 -x395 -x396 -x397 x398 x399 x400 -x401 -x402 -x403 -x404 -x20 
1800.06/1800.51	v -x19 -x18 -x17 -x16 -x15 -x14 x405 x406 x407 x408 x409 x410 x411 x412 x413 x414 x415 x416 x417 x418 x419 x420 x421 x422 x423 
1800.06/1800.51	v x424 x425 x426 x427 x428 x429 x430 -x431 x432 x433 x434 x435 x436 x437 x438 x439 -x440 x441 x442 -x443 x444 x445 x446 x447 x448 
1800.06/1800.51	v x449 x450 x451 x452 x453 -x454 x455 x456 x457 -x458 -x459 x460 -x461 x462 -x463 x464 x465 x466 -x467 x468 x469 -x470 -x471 
1800.06/1800.51	v x472 -x473 -x474 -x475 -x476 -x477 -x478 x479 x480 -x481 x482 -x483 x484 -x485 -x486 -x487 -x488 -x489 x490 x491 -x492 -x493 
1800.06/1800.51	v -x494 -x495 -x13 -x12 -x11 -x10 -x9 -x8 x7 -x496 x497 x498 x499 x500 x501 x502 x503 x504 -x505 x506 x507 -x508 x509 x510 x511 
1800.06/1800.51	v x512 x513 x514 -x515 x516 x517 x518 -x519 -x520 x521 -x522 x523 -x524 -x525 x526 x527 -x528 -x529 x530 -x531 -x532 -x533 -x534 
1800.06/1800.51	v -x535 -x536 -x537 x538 -x539 x540 -x541 -x542 -x543 -x544 -x545 x546 -x547 -x548 -x549 -x550 -x27 -x26 -x25 -x24 -x23 -x22 
1800.06/1800.51	v -x21 x551 x552 x553 x554 -x555 x556 x557 -x558 x559 x560 -x561 x562 x563 -x564 -x565 x566 -x567 -x568 -x569 -x570 x571 -x572 
1800.06/1800.51	v -x573 -x574 -x575 -x576 x577 -x578 -x579 -x580 -x34 -x33 -x32 -x31 x30 -x29 -x28 -x581 -x582 x583 -x584 x585 -x586 -x587 x588 
1800.06/1800.51	v -x589 -x590 -x591 -x592 -x593 -x594 -x41 -x40 -x39 -x38 x37 x36 -x35 -x595 x596 x597 x598 x599 -x48 -x47 -x46 x45 x44 -x43 
1800.06/1800.51	v x42 x600 -x60 -x59 x58 -x57 -x56 x55 -x54 -x53 x52 x51 -x50 -x49 x601 -x6 -x5 x4 x3 -x2 -x1 
1800.06/1800.51	c SCIP Status        : solving was interrupted [user interrupt]
1800.06/1800.51	c Solving Time       :    1785.30
1800.06/1800.51	c Original Problem   :
1800.06/1800.51	c   Problem name     : HOME/instance-1869577-1245179397.opb
1800.06/1800.51	c   Variables        : 601 (601 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.06/1800.51	c   Constraints      : 1089 initial, 1089 maximal
1800.06/1800.51	c Presolved Problem  :
1800.06/1800.51	c   Problem name     : t_HOME/instance-1869577-1245179397.opb
1800.06/1800.51	c   Variables        : 600 (600 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.06/1800.51	c   Constraints      : 656 initial, 5416 maximal
1800.06/1800.51	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.06/1800.51	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.06/1800.51	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.06/1800.51	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.06/1800.51	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.06/1800.51	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.06/1800.51	c   probing          :       0.19          0          0          0          0          0          0          0          0
1800.06/1800.51	c   knapsack         :       0.01          0          0          0          0          0          0          8         25
1800.06/1800.51	c   setppc           :       0.01          0          0          0          0          0          0          0          0
1800.06/1800.51	c   linear           :       0.03          1          0          0          1          0        438          0        129
1800.06/1800.51	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.06/1800.51	c   root node        :          -          9          -          -          9          -          -          -          -
1800.06/1800.51	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.06/1800.51	c   integral         :          0          0          0     189539          0        259      11197          0          0     372544
1800.06/1800.51	c   knapsack         :        214          6     993963          2          0      16363    2105369        273          0          0
1800.06/1800.51	c   setppc           :          5          6      25113          0          0          0        704          0          0          0
1800.06/1800.51	c   linear           :        437          6     977596          0          0      75154    8651136          0          0          0
1800.06/1800.51	c   logicor          :          0+         0     413485          0          0       3983     184891          0          0          0
1800.06/1800.51	c   countsols        :          0          0          0          2          0          0          0          0          0          0
1800.06/1800.51	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.06/1800.51	c   integral         :     112.50       0.00       0.00     112.50       0.00
1800.06/1800.51	c   knapsack         :      42.53       0.01      42.52       0.00       0.00
1800.06/1800.51	c   setppc           :       0.03       0.00       0.03       0.00       0.00
1800.06/1800.51	c   linear           :     423.46       0.00     423.46       0.00       0.00
1800.06/1800.51	c   logicor          :      36.41       0.00      36.41       0.00       0.00
1800.06/1800.51	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.06/1800.51	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.06/1800.51	c   rootredcost      :       0.39          4          0          2
1800.06/1800.51	c   pseudoobj        :       1.08     993661         35        588
1800.06/1800.51	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.06/1800.51	c   propagation      :       9.80      95535      95400     665502       25.2       3538       14.3          -
1800.06/1800.51	c   infeasible LP    :       4.74      54198          0          0        0.0          0        0.0          0
1800.06/1800.51	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.06/1800.51	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.06/1800.51	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.06/1800.51	c   applied globally :          -          -          -     240798       22.2          -          -          -
1800.06/1800.51	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.06/1800.51	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.06/1800.51	c   cut pool         :       0.00          5          -          -        477          -    (maximal pool size: 2915)
1800.06/1800.51	c   redcost          :       3.63     190101          0        821          0          0
1800.06/1800.51	c   impliedbounds    :       0.00          6          0          0         19          0
1800.06/1800.51	c   intobj           :       0.00          0          0          0          0          0
1800.06/1800.51	c   gomory           :       0.18          6          0          0         11          0
1800.06/1800.51	c   strongcg         :       0.18          6          0          0         14          0
1800.06/1800.51	c   cmir             :       0.64          6          0          0       1740          0
1800.06/1800.51	c   flowcover        :       0.49          6          0          0       1200          0
1800.06/1800.51	c   clique           :       0.00          6          0          0          0          0
1800.06/1800.51	c   zerohalf         :       0.00          0          0          0          0          0
1800.06/1800.51	c   mcf              :       0.00          1          0          0          0          0
1800.06/1800.51	c Pricers            :       Time      Calls       Vars
1800.06/1800.51	c   problem variables:       0.00          0          0
1800.06/1800.51	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.06/1800.51	c   relpscost        :     112.11     189537        259      11197          0          0     372544
1800.06/1800.51	c   pscost           :       0.00          0          0          0          0          0          0
1800.06/1800.51	c   inference        :       0.00          0          0          0          0          0          0
1800.06/1800.51	c   mostinf          :       0.00          0          0          0          0          0          0
1800.06/1800.51	c   leastinf         :       0.00          0          0          0          0          0          0
1800.06/1800.51	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.06/1800.51	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.06/1800.51	c   random           :       0.00          0          0          0          0          0          0
1800.06/1800.51	c Primal Heuristics  :       Time      Calls      Found
1800.06/1800.51	c   LP solutions     :       0.08          -          2
1800.06/1800.51	c   pseudo solutions :       0.00          -          0
1800.06/1800.51	c   intshifting      :       0.02          0          0
1800.06/1800.51	c   oneopt           :       0.19          4          0
1800.06/1800.51	c   crossover        :       0.30          1          0
1800.06/1800.51	c   feaspump         :      15.15         96          0
1800.06/1800.51	c   coefdiving       :       3.80        248          0
1800.06/1800.51	c   veclendiving     :       6.94        248          0
1800.06/1800.51	c   pscostdiving     :      11.67        249          1
1800.06/1800.51	c   fracdiving       :       3.75        249          0
1800.06/1800.51	c   linesearchdiving :       5.08        249          0
1800.06/1800.51	c   guideddiving     :       7.21        249          1
1800.06/1800.51	c   objpscostdiving  :      10.39        125          0
1800.06/1800.51	c   rootsoldiving    :       5.27        125          0
1800.06/1800.51	c   simplerounding   :       0.23          0          0
1800.06/1800.51	c   rounding         :       1.30       6125          0
1800.06/1800.51	c   shifting         :      10.00       1927          0
1800.06/1800.51	c   fixandinfer      :       0.00          0          0
1800.06/1800.51	c   intdiving        :       0.00          0          0
1800.06/1800.51	c   actconsdiving    :       0.00          0          0
1800.06/1800.51	c   octane           :       0.00          0          0
1800.06/1800.51	c   rens             :       0.00          0          0
1800.06/1800.51	c   rins             :       0.00          0          0
1800.06/1800.51	c   localbranching   :       0.00          0          0
1800.06/1800.51	c   mutation         :       0.00          0          0
1800.06/1800.51	c   dins             :       0.00          0          0
1800.06/1800.51	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.06/1800.51	c   primal LP        :       0.01          0          0       0.00       0.00
1800.06/1800.51	c   dual LP          :     871.42     237767    6520953      27.43    7483.13
1800.06/1800.51	c   barrier LP       :       0.00          0          0       0.00          -
1800.06/1800.51	c   diving/probing LP:      55.02      15679     219682      14.01    3992.77
1800.06/1800.51	c   strong branching :      96.34      21781     795450      36.52    8256.70
1800.06/1800.51	c     (at root node) :          -         50       6950     139.00          -
1800.06/1800.51	c   conflict analysis:       0.00          0          0       0.00          -
1800.06/1800.51	c B&B Tree           :
1800.06/1800.51	c   number of runs   :          1
1800.06/1800.51	c   nodes            :     314358
1800.06/1800.51	c   nodes (total)    :     314358
1800.06/1800.51	c   nodes left       :      27070
1800.06/1800.51	c   max depth        :        106
1800.06/1800.51	c   max depth (total):        106
1800.06/1800.51	c   backtracks       :      42015 (13.4%)
1800.06/1800.51	c   delayed cutoffs  :      19376
1800.06/1800.51	c   repropagations   :     272514 (2031448 domain reductions, 16401 cutoffs)
1800.06/1800.51	c   avg switch length:       5.72
1800.06/1800.51	c   switching time   :     128.99
1800.06/1800.51	c Solution           :
1800.06/1800.51	c   Solutions found  :          4 (4 improvements)
1800.06/1800.51	c   Primal Bound     : +4.80000000000000e+01   (in run 1, after 311837 nodes, 1772.52 seconds, depth 50, found by <relaxation>)
1800.06/1800.51	c   Dual Bound       : +3.60000000000000e+01
1800.06/1800.51	c   Gap              :      33.33 %
1800.06/1800.51	c   Root Dual Bound  : +3.60000000000000e+01
1800.36/1800.87	c Time complete: 1800.43.

Verifier Data

OK	48

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1869577-1245179397/watcher-1869577-1245179397 -o /tmp/evaluation-result-1869577-1245179397/solver-1869577-1245179397 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt-gcc42.clp -t 1800 -m 1800 -f HOME/instance-1869577-1245179397.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): 2000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 6670
/proc/meminfo: memFree=1899624/2055920 swapFree=4181748/4192956
[pid=6670] ppid=6668 vsize=5812 CPUtime=0
/proc/6670/stat : 6670 (pbscip.linux.x8) R 6668 6670 6382 0 -1 4194304 521 0 0 0 0 0 0 0 18 0 1 0 185540122 5951488 505 1992294400 4194304 9342243 548682068736 18446744073709551615 8143668 0 0 4096 0 0 0 0 17 1 0 0
/proc/6670/statm: 1454 516 345 1256 0 193 0

[startup+0.0876129 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 6670
/proc/meminfo: memFree=1899624/2055920 swapFree=4181748/4192956
[pid=6670] ppid=6668 vsize=20480 CPUtime=0.07
/proc/6670/stat : 6670 (pbscip.linux.x8) R 6668 6670 6382 0 -1 4194304 4200 0 0 0 6 1 0 0 18 0 1 0 185540122 20971520 3830 1992294400 4194304 9342243 548682068736 18446744073709551615 4402248 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6670/statm: 5120 3839 465 1256 0 3859 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 20480

[startup+0.101614 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 6670
/proc/meminfo: memFree=1899624/2055920 swapFree=4181748/4192956
[pid=6670] ppid=6668 vsize=20480 CPUtime=0.09
/proc/6670/stat : 6670 (pbscip.linux.x8) R 6668 6670 6382 0 -1 4194304 4275 0 0 0 8 1 0 0 18 0 1 0 185540122 20971520 3905 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6670/statm: 5120 3905 467 1256 0 3859 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 20480

[startup+0.301626 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 6670
/proc/meminfo: memFree=1899624/2055920 swapFree=4181748/4192956
[pid=6670] ppid=6668 vsize=21512 CPUtime=0.29
/proc/6670/stat : 6670 (pbscip.linux.x8) R 6668 6670 6382 0 -1 4194304 4566 0 0 0 27 2 0 0 19 0 1 0 185540122 22028288 4196 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6670/statm: 5378 4196 494 1256 0 4117 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 21512

[startup+0.701651 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 6670
/proc/meminfo: memFree=1899624/2055920 swapFree=4181748/4192956
[pid=6670] ppid=6668 vsize=26536 CPUtime=0.69
/proc/6670/stat : 6670 (pbscip.linux.x8) R 6668 6670 6382 0 -1 4194304 5658 0 0 0 66 3 0 0 22 0 1 0 185540122 27172864 5269 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6670/statm: 6634 5269 678 1256 0 5373 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 26536

[startup+1.5017 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6671
/proc/meminfo: memFree=1879584/2055920 swapFree=4181748/4192956
[pid=6670] ppid=6668 vsize=29020 CPUtime=1.49
/proc/6670/stat : 6670 (pbscip.linux.x8) R 6668 6670 6382 0 -1 4194304 6213 0 0 0 145 4 0 0 25 0 1 0 185540122 29716480 5823 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6670/statm: 7255 5823 678 1256 0 5994 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 29020

[startup+3.10181 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6671
/proc/meminfo: memFree=1877984/2055920 swapFree=4181748/4192956
[pid=6670] ppid=6668 vsize=35172 CPUtime=3.09
/proc/6670/stat : 6670 (pbscip.linux.x8) R 6668 6670 6382 0 -1 4194304 8852 0 0 0 305 4 0 0 25 0 1 0 185540122 36016128 6757 1992294400 4194304 9342243 548682068736 18446744073709551615 6983615 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6670/statm: 8793 6757 685 1256 0 7532 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 35172

[startup+6.30201 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6671
/proc/meminfo: memFree=1875808/2055920 swapFree=4181748/4192956
[pid=6670] ppid=6668 vsize=33744 CPUtime=6.29
/proc/6670/stat : 6670 (pbscip.linux.x8) R 6668 6670 6382 0 -1 4194304 13171 0 0 0 622 7 0 0 25 0 1 0 185540122 34553856 6547 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6670/statm: 8436 6547 688 1256 0 7175 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 33744

[startup+12.7014 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6671
/proc/meminfo: memFree=1875824/2055920 swapFree=4181748/4192956
[pid=6670] ppid=6668 vsize=32988 CPUtime=12.69
/proc/6670/stat : 6670 (pbscip.linux.x8) R 6668 6670 6382 0 -1 4194304 22105 0 0 0 1255 14 0 0 25 0 1 0 185540122 33779712 6557 1992294400 4194304 9342243 548682068736 18446744073709551615 6983596 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6670/statm: 8247 6557 688 1256 0 6986 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 32988

[startup+25.5012 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6671
/proc/meminfo: memFree=1874736/2055920 swapFree=4181748/4192956
[pid=6670] ppid=6668 vsize=32576 CPUtime=25.48
/proc/6670/stat : 6670 (pbscip.linux.x8) R 6668 6670 6382 0 -1 4194304 33997 0 0 0 2525 23 0 0 25 0 1 0 185540122 33357824 6868 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6670/statm: 8144 6868 696 1256 0 6883 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 32576

[startup+51.1019 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6671
/proc/meminfo: memFree=1870640/2055920 swapFree=4181748/4192956
[pid=6670] ppid=6668 vsize=36952 CPUtime=51.08
/proc/6670/stat : 6670 (pbscip.linux.x8) R 6668 6670 6382 0 -1 4194304 42050 0 0 0 5063 45 0 0 25 0 1 0 185540122 37838848 7927 1992294400 4194304 9342243 548682068736 18446744073709551615 6018138 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6670/statm: 9238 7927 696 1256 0 7977 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 36952

[startup+102.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6671
/proc/meminfo: memFree=1865328/2055920 swapFree=4181748/4192956
[pid=6670] ppid=6668 vsize=42640 CPUtime=102.27
/proc/6670/stat : 6670 (pbscip.linux.x8) R 6668 6670 6382 0 -1 4194304 52563 0 0 0 10141 86 0 0 25 0 1 0 185540122 43663360 9233 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6670/statm: 10660 9233 696 1256 0 9399 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 42640

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6671
/proc/meminfo: memFree=1854768/2055920 swapFree=4181748/4192956
[pid=6670] ppid=6668 vsize=52172 CPUtime=162.25
/proc/6670/stat : 6670 (pbscip.linux.x8) R 6668 6670 6382 0 -1 4194304 70185 0 0 0 16089 136 0 0 25 0 1 0 185540122 53424128 11855 1992294400 4194304 9342243 548682068736 18446744073709551615 8250988 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6670/statm: 13043 11855 696 1256 0 11782 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 52172

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6671
/proc/meminfo: memFree=1848048/2055920 swapFree=4181748/4192956
[pid=6670] ppid=6668 vsize=59356 CPUtime=222.24
/proc/6670/stat : 6670 (pbscip.linux.x8) R 6668 6670 6382 0 -1 4194304 88046 0 0 0 22036 188 0 0 25 0 1 0 185540122 60780544 13540 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6670/statm: 14839 13540 696 1256 0 13578 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 59356

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6671
/proc/meminfo: memFree=1838960/2055920 swapFree=4181748/4192956
[pid=6670] ppid=6668 vsize=69072 CPUtime=282.22
/proc/6670/stat : 6670 (pbscip.linux.x8) R 6668 6670 6382 0 -1 4194304 101346 0 0 0 27980 242 0 0 25 0 1 0 185540122 70729728 15831 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6670/statm: 17268 15831 696 1256 0 16007 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 69072

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6671
/proc/meminfo: memFree=1829424/2055920 swapFree=4181748/4192956
[pid=6670] ppid=6668 vsize=77124 CPUtime=342.21
/proc/6670/stat : 6670 (pbscip.linux.x8) R 6668 6670 6382 0 -1 4194304 110753 0 0 0 33930 291 0 0 25 0 1 0 185540122 78974976 18137 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6670/statm: 19281 18137 696 1256 0 18020 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 77124

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6671
/proc/meminfo: memFree=1820912/2055920 swapFree=4181748/4192956
[pid=6670] ppid=6668 vsize=86476 CPUtime=402.19
/proc/6670/stat : 6670 (pbscip.linux.x8) R 6668 6670 6382 0 -1 4194304 114647 0 0 0 39883 336 0 0 25 0 1 0 185540122 88551424 20275 1992294400 4194304 9342243 548682068736 18446744073709551615 7289222 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6670/statm: 21619 20275 696 1256 0 20358 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 86476

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6671
/proc/meminfo: memFree=1814512/2055920 swapFree=4181748/4192956
[pid=6670] ppid=6668 vsize=93656 CPUtime=462.17
/proc/6670/stat : 6670 (pbscip.linux.x8) R 6668 6670 6382 0 -1 4194304 124807 0 0 0 45835 382 0 0 25 0 1 0 185540122 95903744 21938 1992294400 4194304 9342243 548682068736 18446744073709551615 6238750 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6670/statm: 23414 21938 696 1256 0 22153 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 93656

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6671
/proc/meminfo: memFree=1805232/2055920 swapFree=4181748/4192956
[pid=6670] ppid=6668 vsize=100764 CPUtime=522.17
/proc/6670/stat : 6670 (pbscip.linux.x8) R 6668 6670 6382 0 -1 4194304 135328 0 0 0 51786 431 0 0 25 0 1 0 185540122 103182336 23885 1992294400 4194304 9342243 548682068736 18446744073709551615 8222590 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6670/statm: 25191 23885 696 1256 0 23930 0
Current children cumulated CPU time (s) 522.17
Current children cumulated vsize (KiB) 100764

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6671
/proc/meminfo: memFree=1798448/2055920 swapFree=4181748/4192956
[pid=6670] ppid=6668 vsize=107816 CPUtime=582.15
/proc/6670/stat : 6670 (pbscip.linux.x8) R 6668 6670 6382 0 -1 4194304 147087 0 0 0 57732 483 0 0 25 0 1 0 185540122 110403584 25846 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6670/statm: 26954 25846 696 1256 0 25693 0
Current children cumulated CPU time (s) 582.15
Current children cumulated vsize (KiB) 107816

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6671
/proc/meminfo: memFree=1790896/2055920 swapFree=4181748/4192956
[pid=6670] ppid=6668 vsize=116092 CPUtime=642.14
/proc/6670/stat : 6670 (pbscip.linux.x8) R 6668 6670 6382 0 -1 4194304 153074 0 0 0 63684 530 0 0 25 0 1 0 185540122 118878208 27700 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6670/statm: 29023 27700 696 1256 0 27762 0
Current children cumulated CPU time (s) 642.14
Current children cumulated vsize (KiB) 116092

[startup+702.302 s]

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

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6671
/proc/meminfo: memFree=1751792/2055920 swapFree=4181748/4192956
[pid=6670] ppid=6668 vsize=155228 CPUtime=942.06
/proc/6670/stat : 6670 (pbscip.linux.x8) R 6668 6670 6382 0 -1 4194304 184998 0 0 0 93437 769 0 0 25 0 1 0 185540122 158953472 37447 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6670/statm: 38807 37447 696 1256 0 37546 0
Current children cumulated CPU time (s) 942.06
Current children cumulated vsize (KiB) 155228

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6671
/proc/meminfo: memFree=1746608/2055920 swapFree=4181748/4192956
[pid=6670] ppid=6668 vsize=160596 CPUtime=1002.05
/proc/6670/stat : 6670 (pbscip.linux.x8) R 6668 6670 6382 0 -1 4194304 194501 0 0 0 99383 822 0 0 25 0 1 0 185540122 164450304 38707 1992294400 4194304 9342243 548682068736 18446744073709551615 5064920 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6670/statm: 40149 38707 696 1256 0 38888 0
Current children cumulated CPU time (s) 1002.05
Current children cumulated vsize (KiB) 160596

[startup+1062.3 s]
/proc/loadavg: 1.07 1.02 1.00 2/65 6671
/proc/meminfo: memFree=1739952/2055920 swapFree=4181748/4192956
[pid=6670] ppid=6668 vsize=166896 CPUtime=1062.03
/proc/6670/stat : 6670 (pbscip.linux.x8) R 6668 6670 6382 0 -1 4194304 197028 0 0 0 105334 869 0 0 25 0 1 0 185540122 170901504 40393 1992294400 4194304 9342243 548682068736 18446744073709551615 4395853 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6670/statm: 41724 40393 696 1256 0 40463 0
Current children cumulated CPU time (s) 1062.03
Current children cumulated vsize (KiB) 166896

[startup+1122.3 s]
/proc/loadavg: 1.02 1.01 1.00 2/65 6671
/proc/meminfo: memFree=1733680/2055920 swapFree=4181748/4192956
[pid=6670] ppid=6668 vsize=173912 CPUtime=1122.02
/proc/6670/stat : 6670 (pbscip.linux.x8) R 6668 6670 6382 0 -1 4194304 202619 0 0 0 111283 919 0 0 25 0 1 0 185540122 178085888 41925 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6670/statm: 43478 41925 696 1256 0 42217 0
Current children cumulated CPU time (s) 1122.02
Current children cumulated vsize (KiB) 173912

[startup+1182.3 s]
/proc/loadavg: 1.01 1.00 1.00 2/65 6671
/proc/meminfo: memFree=1729008/2055920 swapFree=4181748/4192956
[pid=6670] ppid=6668 vsize=178720 CPUtime=1182.01
/proc/6670/stat : 6670 (pbscip.linux.x8) R 6668 6670 6382 0 -1 4194304 204799 0 0 0 117237 964 0 0 25 0 1 0 185540122 183009280 43083 1992294400 4194304 9342243 548682068736 18446744073709551615 6896960 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6670/statm: 44680 43083 696 1256 0 43419 0
Current children cumulated CPU time (s) 1182.01
Current children cumulated vsize (KiB) 178720

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6671
/proc/meminfo: memFree=1721520/2055920 swapFree=4181748/4192956
[pid=6670] ppid=6668 vsize=184636 CPUtime=1241.99
/proc/6670/stat : 6670 (pbscip.linux.x8) R 6668 6670 6382 0 -1 4194304 211656 0 0 0 123185 1014 0 0 25 0 1 0 185540122 189067264 44923 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6670/statm: 46159 44923 696 1256 0 44898 0
Current children cumulated CPU time (s) 1241.99
Current children cumulated vsize (KiB) 184636

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6671
/proc/meminfo: memFree=1714928/2055920 swapFree=4181748/4192956
[pid=6670] ppid=6668 vsize=192212 CPUtime=1301.98
/proc/6670/stat : 6670 (pbscip.linux.x8) R 6668 6670 6382 0 -1 4194304 216477 0 0 0 129134 1064 0 0 25 0 1 0 185540122 196825088 46561 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6670/statm: 48053 46561 696 1256 0 46792 0
Current children cumulated CPU time (s) 1301.98
Current children cumulated vsize (KiB) 192212

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6671
/proc/meminfo: memFree=1706992/2055920 swapFree=4181748/4192956
[pid=6670] ppid=6668 vsize=199640 CPUtime=1361.97
/proc/6670/stat : 6670 (pbscip.linux.x8) R 6668 6670 6382 0 -1 4194304 221529 0 0 0 135081 1116 0 0 25 0 1 0 185540122 204431360 48543 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6670/statm: 49910 48543 696 1256 0 48649 0
Current children cumulated CPU time (s) 1361.97
Current children cumulated vsize (KiB) 199640

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6671
/proc/meminfo: memFree=1705264/2055920 swapFree=4181748/4192956
[pid=6670] ppid=6668 vsize=201616 CPUtime=1421.95
/proc/6670/stat : 6670 (pbscip.linux.x8) R 6668 6670 6382 0 -1 4194304 223054 0 0 0 141029 1166 0 0 25 0 1 0 185540122 206454784 48954 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6670/statm: 50404 48954 696 1256 0 49143 0
Current children cumulated CPU time (s) 1421.95
Current children cumulated vsize (KiB) 201616

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6671
/proc/meminfo: memFree=1706352/2055920 swapFree=4181748/4192956
[pid=6670] ppid=6668 vsize=201356 CPUtime=1481.93
/proc/6670/stat : 6670 (pbscip.linux.x8) R 6668 6670 6382 0 -1 4194304 223720 0 0 0 146980 1213 0 0 25 0 1 0 185540122 206188544 48688 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6670/statm: 50339 48688 696 1256 0 49078 0
Current children cumulated CPU time (s) 1481.93
Current children cumulated vsize (KiB) 201356

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6671
/proc/meminfo: memFree=1705904/2055920 swapFree=4181748/4192956
[pid=6670] ppid=6668 vsize=200616 CPUtime=1541.92
/proc/6670/stat : 6670 (pbscip.linux.x8) R 6668 6670 6382 0 -1 4194304 228677 0 0 0 152926 1266 0 0 25 0 1 0 185540122 205430784 48773 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6670/statm: 50154 48773 696 1256 0 48893 0
Current children cumulated CPU time (s) 1541.92
Current children cumulated vsize (KiB) 200616

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6671
/proc/meminfo: memFree=1705328/2055920 swapFree=4181748/4192956
[pid=6670] ppid=6668 vsize=202612 CPUtime=1601.9
/proc/6670/stat : 6670 (pbscip.linux.x8) R 6668 6670 6382 0 -1 4194304 232226 0 0 0 158872 1318 0 0 25 0 1 0 185540122 207474688 48916 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6670/statm: 50653 48916 696 1256 0 49392 0
Current children cumulated CPU time (s) 1601.9
Current children cumulated vsize (KiB) 202612

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6671
/proc/meminfo: memFree=1702640/2055920 swapFree=4181748/4192956
[pid=6670] ppid=6668 vsize=204632 CPUtime=1661.89
/proc/6670/stat : 6670 (pbscip.linux.x8) R 6668 6670 6382 0 -1 4194304 234670 0 0 0 164827 1362 0 0 25 0 1 0 185540122 209543168 49576 1992294400 4194304 9342243 548682068736 18446744073709551615 5062996 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6670/statm: 51158 49576 696 1256 0 49897 0
Current children cumulated CPU time (s) 1661.89
Current children cumulated vsize (KiB) 204632

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6671
/proc/meminfo: memFree=1696752/2055920 swapFree=4181748/4192956
[pid=6670] ppid=6668 vsize=210328 CPUtime=1721.88
/proc/6670/stat : 6670 (pbscip.linux.x8) R 6668 6670 6382 0 -1 4194304 236362 0 0 0 170778 1410 0 0 25 0 1 0 185540122 215375872 51012 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6670/statm: 52582 51012 696 1256 0 51321 0
Current children cumulated CPU time (s) 1721.88
Current children cumulated vsize (KiB) 210328

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6671
/proc/meminfo: memFree=1692336/2055920 swapFree=4181748/4192956
[pid=6670] ppid=6668 vsize=214296 CPUtime=1781.86
/proc/6670/stat : 6670 (pbscip.linux.x8) R 6668 6670 6382 0 -1 4194304 239642 0 0 0 176729 1457 0 0 25 0 1 0 185540122 219439104 52114 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6670/statm: 53574 52114 696 1256 0 52313 0
Current children cumulated CPU time (s) 1781.86
Current children cumulated vsize (KiB) 214296



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6671
/proc/meminfo: memFree=1689456/2055920 swapFree=4181748/4192956
[pid=6670] ppid=6668 vsize=216880 CPUtime=1800.06
/proc/6670/stat : 6670 (pbscip.linux.x8) R 6668 6670 6382 0 -1 4194304 242528 0 0 0 178533 1473 0 0 25 0 1 0 185540122 222085120 52833 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6670/statm: 54220 52833 705 1256 0 52959 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 216880

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

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

[startup+1800.61 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 6672
/proc/meminfo: memFree=1689448/2055920 swapFree=4181748/4192956
[pid=6670] ppid=6668 vsize=216880 CPUtime=1800.17
/proc/6670/stat : 6670 (pbscip.linux.x8) R 6668 6670 6382 0 -1 4194304 242530 0 0 0 178544 1473 0 0 17 0 1 0 185540122 222085120 52835 1992294400 4194304 9342243 548682068736 18446744073709551615 5855084 0 0 4096 0 0 0 0 17 1 0 0
/proc/6670/statm: 54220 52835 707 1256 0 52959 0
Current children cumulated CPU time (s) 1800.17
Current children cumulated vsize (KiB) 216880

[startup+1800.8 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 6672
/proc/meminfo: memFree=1689448/2055920 swapFree=4181748/4192956
[pid=6670] ppid=6668 vsize=213296 CPUtime=1800.36
/proc/6670/stat : 6670 (pbscip.linux.x8) R 6668 6670 6382 0 -1 4194304 242530 0 0 0 178563 1473 0 0 18 0 1 0 185540122 218415104 52094 1992294400 4194304 9342243 548682068736 18446744073709551615 5854267 0 0 4096 0 0 0 0 17 1 0 0
/proc/6670/statm: 53324 52094 707 1256 0 52063 0
Current children cumulated CPU time (s) 1800.36
Current children cumulated vsize (KiB) 213296

Child status: 0
Real time (s): 1800.88
CPU time (s): 1800.45
CPU user time (s): 1785.68
CPU system time (s): 14.7698
CPU usage (%): 99.9759
Max. virtual memory (cumulated for all children) (KiB): 216900

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

runsolver used 1.24781 second user time and 3.79642 second system time

The end

Launcher Data

Begin job on node22 at 2009-06-16 21:09:57
IDJOB=1869577
IDBENCH=2943
IDSOLVER=684
FILE ID=node22/1869577-1245179397
PBS_JOBID= 9363893
Free space on /tmp= 66156 MiB

SOLVER NAME= SCIPclp SCIP 1.1.0.7 with CLP 1.8.2
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/bounded_golomb_rulers/normalized-bogr_9.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt-gcc42.clp -t TIMEOUT -m MEMLIMIT -f BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1869577-1245179397/watcher-1869577-1245179397 -o /tmp/evaluation-result-1869577-1245179397/solver-1869577-1245179397 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.clp -t 1800 -m 1800 -f HOME/instance-1869577-1245179397.opb

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= a849a24692bdc034ba3174a2ba23709e
RANDOM SEED=717121537

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

/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.231
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.231
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:       1900040 kB
Buffers:         37688 kB
Cached:          69008 kB
SwapCached:       5504 kB
Active:          60792 kB
Inactive:        53784 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1900040 kB
SwapTotal:     4192956 kB
SwapFree:      4181748 kB
Dirty:           11920 kB
Writeback:           0 kB
Mapped:          12908 kB
Slab:            27332 kB
Committed_AS:   160380 kB
PageTables:       1372 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= 66144 MiB
End job on node22 at 2009-06-16 21:40:00