Trace number 1868739

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.2SAT190 1794.98 1795.62

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/liu/
domset/normalized-domset_v500_e2000_w30_mw19_13.opb.PB06.opb
MD5SUM9828b7020b058ee74169951dda258843
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark193
Best CPU time to get the best result obtained on this benchmark1799.53
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 186
Optimality of the best value was proved NO
Number of variables476
Total number of constraints476
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 constraints476
Minimum length of a constraint3
Maximum length of a constraint20
Number of terms in the objective function 476
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 476
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 30
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 476
Number of bits of the biggest sum of numbers9
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.02	c SCIP version 1.1.0.7
0.00/0.02	c LP-Solver Clp 1.8.2
0.00/0.02	c user parameter file <scip.set> not found - using default parameters
0.00/0.02	c read problem <HOME/instance-1868739-1245136516.opb>
0.00/0.02	c original problem has 476 variables (476 bin, 0 int, 0 impl, 0 cont) and 476 constraints
0.00/0.03	c start presolving problem
0.00/0.03	c presolving:
0.00/0.03	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 27 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.00/0.04	c (round 2) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 27 chg coeffs, 476 upgd conss, 0 impls, 0 clqs
0.00/0.05	c (round 3) 0 del vars, 3 del conss, 0 chg bounds, 170 chg sides, 376 chg coeffs, 476 upgd conss, 210 impls, 0 clqs
0.00/0.05	c (round 4) 0 del vars, 31 del conss, 0 chg bounds, 262 chg sides, 489 chg coeffs, 476 upgd conss, 210 impls, 0 clqs
0.00/0.05	c (round 5) 0 del vars, 110 del conss, 0 chg bounds, 273 chg sides, 509 chg coeffs, 476 upgd conss, 210 impls, 0 clqs
0.00/0.06	c (round 6) 0 del vars, 110 del conss, 0 chg bounds, 274 chg sides, 510 chg coeffs, 476 upgd conss, 210 impls, 0 clqs
0.05/0.06	c    (0.0s) probing: 101/476 (21.2%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.05/0.06	c    (0.0s) probing aborted: 100/100 successive totally useless probings
0.05/0.06	c presolving (7 rounds):
0.05/0.06	c  0 deleted vars, 110 deleted constraints, 0 tightened bounds, 0 added holes, 274 changed sides, 510 changed coefficients
0.05/0.06	c  210 implications, 0 cliques
0.05/0.06	c presolved problem has 476 variables (476 bin, 0 int, 0 impl, 0 cont) and 554 constraints
0.05/0.06	c     447 constraints of type <knapsack>
0.05/0.06	c     105 constraints of type <setppc>
0.05/0.06	c       2 constraints of type <logicor>
0.05/0.06	c transformed objective value is always integral (scale: 1)
0.05/0.06	c Presolving Time: 0.03
0.05/0.06	c OPT-LIN
0.05/0.06	c -----------------------------------------------------------------------------------------------
0.05/0.06	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.05/0.06	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.05/0.06	c limits/memory = c 1620
0.05/0.06	c # maximal time in seconds to run
0.05/0.06	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.05/0.06	c limits/time = c 1791
0.05/0.06	c # frequency for displaying node information lines
0.05/0.06	c # [type: int, range: [-1,2147483647], default: 100]
0.05/0.06	c display/freq = c 10000
0.05/0.06	c -----------------------------------------------------------------------------------------------
0.05/0.06	c start solving problem
0.05/0.06	c 
0.39/0.40	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.39/0.40	c   0.4s|     1 |     0 |  1010 |2475k|   0 | 329 | 476 | 554 | 554 | 476 | 554 |   0 |   0 |   0 | 1.503937e+02 |      --      |    Inf 
0.39/0.40	o 344
0.39/0.40	c r 0.4s|     1 |     0 |  1010 |2488k|   0 | 329 | 476 | 554 | 554 | 476 | 554 |   0 |   0 |   0 | 1.503937e+02 | 3.440000e+02 | 128.73%
0.39/0.41	o 343
0.39/0.41	c R 0.4s|     1 |     0 |  1010 |2501k|   0 | 329 | 476 | 554 | 554 | 476 | 554 |   0 |   0 |   0 | 1.503937e+02 | 3.430000e+02 | 128.07%
0.39/0.43	o 342
0.39/0.43	c s 0.4s|     1 |     0 |  1010 |2515k|   0 | 329 | 476 | 554 | 554 | 476 | 554 |   0 |   0 |   0 | 1.503937e+02 | 3.420000e+02 | 127.40%
1.19/1.23	c   1.2s|     1 |     0 |  1900 |2834k|   0 | 390 | 476 | 554 | 554 | 476 | 785 | 231 |   0 |   0 | 1.567940e+02 | 3.420000e+02 | 118.12%
2.19/2.26	c   2.2s|     1 |     0 |  2798 |3091k|   0 | 420 | 476 | 554 | 554 | 476 | 967 | 413 |   0 |   0 | 1.602107e+02 | 3.420000e+02 | 113.47%
3.39/3.44	c   3.4s|     1 |     0 |  3559 |3264k|   0 | 427 | 476 | 554 | 554 | 476 |1088 | 534 |   0 |   0 | 1.619465e+02 | 3.420000e+02 | 111.18%
4.68/4.72	c   4.7s|     1 |     0 |  4269 |3363k|   0 | 442 | 476 | 554 | 554 | 476 |1176 | 622 |   0 |   0 | 1.626708e+02 | 3.420000e+02 | 110.24%
5.89/5.99	c   5.9s|     1 |     0 |  4776 |3419k|   0 | 447 | 476 | 554 | 554 | 476 |1231 | 677 |   0 |   0 | 1.631290e+02 | 3.420000e+02 | 109.65%
7.09/7.12	c   7.1s|     1 |     0 |  5098 |3448k|   0 | 440 | 476 | 554 | 554 | 476 |1260 | 706 |   0 |   0 | 1.632682e+02 | 3.420000e+02 | 109.47%
8.08/8.18	c   8.1s|     1 |     0 |  5285 |3461k|   0 | 442 | 476 | 554 | 554 | 476 |1273 | 719 |   0 |   0 | 1.633429e+02 | 3.420000e+02 | 109.38%
9.18/9.25	c   9.2s|     1 |     0 |  5515 |3480k|   0 | 442 | 476 | 554 | 554 | 476 |1288 | 734 |   0 |   0 | 1.634103e+02 | 3.420000e+02 | 109.29%
10.19/10.26	c  10.2s|     1 |     0 |  5691 |3495k|   0 | 444 | 476 | 554 | 554 | 476 |1301 | 747 |   0 |   0 | 1.634584e+02 | 3.420000e+02 | 109.23%
10.99/11.07	c  11.0s|     1 |     0 |  5724 |3503k|   0 | 448 | 476 | 554 | 554 | 476 |1303 | 749 |   0 |   0 | 1.634596e+02 | 3.420000e+02 | 109.23%
11.79/11.83	o 216
11.79/11.83	c k11.8s|     1 |     0 |  5724 |3523k|   0 | 448 | 476 | 554 | 554 | 476 |1303 | 749 |   0 |   0 | 1.634596e+02 | 2.160000e+02 |  32.14%
11.79/11.84	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
11.79/11.84	c  11.8s|     1 |     0 |  5724 |3516k|   0 | 448 | 476 | 554 | 554 | 476 |1303 | 749 |   0 |   0 | 1.634596e+02 | 2.160000e+02 |  32.14%
15.18/15.26	c  15.2s|     1 |     2 |  5724 |3517k|   0 | 448 | 476 | 554 | 554 | 476 |1303 | 749 |   0 |  27 | 1.634596e+02 | 2.160000e+02 |  32.14%
72.97/73.07	o 215
72.97/73.07	c p72.8s|    27 |    28 | 37294 |4396k|  14 |   - | 476 | 554 | 357 | 476 |1035 | 749 |   0 | 604 | 1.636071e+02 | 2.150000e+02 |  31.41%
72.97/73.07	o 214
72.97/73.07	c p72.8s|    27 |    28 | 37297 |4398k|  14 |   - | 476 | 554 | 355 | 476 |1035 | 749 |   0 | 604 | 1.636071e+02 | 2.140000e+02 |  30.80%
72.97/73.07	o 212
72.97/73.07	c p72.8s|    27 |    28 | 37303 |4399k|  14 |   - | 476 | 554 | 353 | 476 |1035 | 749 |   0 | 604 | 1.636071e+02 | 2.120000e+02 |  29.58%
72.97/73.08	o 211
72.97/73.08	c p72.8s|    27 |    28 | 37306 |4400k|  14 |   - | 476 | 554 | 351 | 476 |1035 | 749 |   0 | 604 | 1.636071e+02 | 2.110000e+02 |  28.97%
72.97/73.08	o 210
72.97/73.08	c p72.8s|    27 |    28 | 37307 |4401k|  14 |   - | 476 | 554 | 350 | 476 |1035 | 749 |   0 | 604 | 1.636071e+02 | 2.100000e+02 |  28.36%
72.97/73.08	o 208
72.97/73.08	c p72.8s|    27 |    28 | 37311 |4402k|  14 |   - | 476 | 554 | 350 | 476 |1035 | 749 |   0 | 604 | 1.636071e+02 | 2.080000e+02 |  27.13%
72.97/73.08	o 205
72.97/73.08	c p72.8s|    27 |    28 | 37316 |4403k|  14 |   - | 476 | 554 | 350 | 476 |1035 | 749 |   0 | 604 | 1.636071e+02 | 2.050000e+02 |  25.30%
72.97/73.09	o 205
72.97/73.09	c p72.8s|    27 |    28 | 37317 |4404k|  14 |   - | 476 | 554 | 349 | 476 |1035 | 749 |   0 | 604 | 1.636071e+02 | 2.050000e+02 |  25.30%
72.97/73.09	o 204
72.97/73.09	c p72.8s|    27 |    28 | 37320 |4406k|  14 |   - | 476 | 554 | 343 | 476 |1035 | 749 |   0 | 604 | 1.636071e+02 | 2.040000e+02 |  24.69%
73.06/73.10	o 203
73.06/73.10	c p72.8s|    27 |    28 | 37338 |4411k|  14 |   - | 476 | 554 | 336 | 476 |1035 | 749 |   0 | 604 | 1.636071e+02 | 2.030000e+02 |  24.08%
73.06/73.11	o 203
73.06/73.11	c p72.8s|    27 |    28 | 37344 |4414k|  14 |   - | 476 | 554 | 333 | 476 |1035 | 749 |   0 | 604 | 1.636071e+02 | 2.030000e+02 |  24.08%
73.06/73.13	o 201
73.06/73.13	c k72.9s|    27 |    28 | 37368 |4270k|  14 | 365 | 476 | 554 | 537 | 476 |1035 | 749 |   0 | 604 | 1.636071e+02 | 2.010000e+02 |  22.86%
148.23/148.37	o 197
148.23/148.37	c C 148s|   227 |   228 |193168 |4505k|  27 | 424 | 476 | 554 | 547 | 476 |1035 | 749 |   0 | 803 | 1.638191e+02 | 1.970000e+02 |  20.25%
172.03/172.15	o 197
172.03/172.15	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
172.03/172.15	c p 172s|   266 |   267 |252473 |4687k|  27 |   - | 476 | 554 | 344 | 476 |1035 | 749 |   0 | 830 | 1.639289e+02 | 1.970000e+02 |  20.17%
172.03/172.17	o 196
172.03/172.17	c p 172s|   266 |   267 |252495 |4691k|  27 |   - | 476 | 554 | 333 | 476 |1035 | 749 |   0 | 830 | 1.639289e+02 | 1.960000e+02 |  19.56%
278.39/278.58	o 192
278.39/278.58	c C 278s|   466 |   467 |517126 |4659k|  27 | 407 | 476 | 554 | 540 | 476 |1035 | 749 |   0 | 936 | 1.641952e+02 | 1.920000e+02 |  16.93%
548.40/548.69	o 190
548.40/548.69	c C 547s|  1327 |  1328 |  1180k|5224k|  33 | 413 | 476 | 554 | 547 | 476 |1035 | 749 |   0 |1189 | 1.642884e+02 | 1.900000e+02 |  15.65%
1794.86/1795.58	c 
1794.86/1795.58	c SCIP Status        : solving was interrupted [time limit reached]
1794.86/1795.58	c Solving Time (sec) : 1791.00
1794.86/1795.58	c Solving Nodes      : 6956
1794.86/1795.58	c Primal Bound       : +1.89999999999999e+02 (678 solutions)
1794.86/1795.58	c Dual Bound         : +1.65255428198793e+02
1794.86/1795.58	c Gap                : 14.97 %
1794.86/1795.58	c NODE         6956
1794.86/1795.58	c DUAL BOUND   165.255
1794.86/1795.58	c PRIMAL BOUND 190
1794.86/1795.58	c GAP          0.149735
1794.86/1795.58	s SATISFIABLE
1794.86/1795.58	v -x476 -x475 -x474 -x473 -x472 x471 -x470 -x469 x468 -x467 x466 x465 x464 -x463 -x462 -x461 -x460 x459 -x458 -x457 -x456 x455 -x454 
1794.86/1795.58	v -x453 x452 x451 x450 -x449 -x448 -x447 x446 -x445 x444 x443 x442 x441 x440 -x439 x438 -x437 -x436 -x435 x434 -x433 -x432 
1794.86/1795.58	v -x431 x430 -x429 -x428 x427 x426 x425 -x424 x423 x422 x421 -x420 x419 x418 x417 -x416 -x415 -x414 -x413 -x412 x411 -x410 x409 
1794.86/1795.58	v -x408 x407 -x406 x405 -x404 x403 -x402 x401 -x400 -x399 -x398 x397 -x396 x395 x394 -x393 -x392 -x391 -x390 -x389 -x388 -x387 
1794.86/1795.58	v x386 x385 x384 x383 -x382 -x381 -x380 x379 x378 x377 x376 x375 x374 -x373 -x372 -x371 x370 -x369 -x368 x367 -x366 -x365 -x364 
1794.86/1795.58	v -x363 x362 x361 x360 -x359 x358 x357 x356 -x355 -x354 -x353 -x352 -x351 -x350 -x349 x348 -x347 -x346 -x345 x344 x343 x342 -x341 
1794.86/1795.58	v -x340 x339 -x338 x337 x336 x335 -x334 x333 -x332 x331 -x330 -x329 -x328 -x327 -x326 -x325 -x324 -x323 x322 -x321 x320 -x319 
1794.86/1795.58	v x318 -x317 x316 -x315 x314 -x313 -x312 x311 -x310 -x309 x308 x307 -x306 x305 -x304 -x303 -x302 -x301 -x300 x299 -x298 -x297 
1794.86/1795.58	v -x296 -x295 -x294 x293 -x292 x291 -x290 -x289 -x288 x287 x286 x285 -x284 x283 -x282 -x281 -x280 -x279 -x278 x277 -x276 -x275 
1794.86/1795.58	v -x274 -x273 x272 -x271 -x270 -x269 -x268 -x267 -x266 -x265 -x264 -x263 -x262 x261 -x260 -x259 -x258 -x257 -x256 x255 -x254 
1794.86/1795.58	v -x253 -x252 x251 -x250 x249 x248 x247 -x246 x245 x244 -x243 x242 -x241 x240 -x239 x238 x237 x236 -x235 -x234 x233 x232 -x231 
1794.86/1795.58	v x230 -x229 -x228 x227 x226 -x225 -x224 -x223 -x222 -x221 -x220 -x219 -x218 x217 x216 -x215 x214 x213 -x212 -x211 -x210 -x209 
1794.86/1795.58	v -x208 -x207 -x206 x205 -x204 -x203 x202 x201 -x200 x199 -x198 -x197 -x196 x195 -x194 -x193 -x192 -x191 x190 -x189 -x188 x187 
1794.86/1795.58	v x186 -x185 x184 -x183 -x182 -x181 -x180 x179 x178 x177 -x176 x175 -x174 x173 -x172 -x171 x170 -x169 -x168 -x167 -x166 -x165 
1794.86/1795.58	v x164 x163 -x162 x161 -x160 -x159 -x158 -x157 -x156 x155 -x154 -x153 x152 -x151 x150 -x149 -x148 x147 x146 x145 -x144 x143 -x142 
1794.86/1795.58	v -x141 x140 -x139 x138 x137 x136 x135 -x134 -x133 -x132 -x131 -x130 x129 x128 x127 x126 -x125 -x124 -x123 x122 -x121 x120 x119 
1794.86/1795.58	v x118 -x117 -x116 -x115 -x114 -x113 x112 x111 -x110 -x109 -x108 x107 x106 -x105 x104 -x103 -x102 -x101 x100 x99 -x98 x97 x96 
1794.86/1795.58	v -x95 x94 -x93 x92 -x91 x90 x89 -x88 -x87 x86 -x85 -x84 x83 -x82 -x81 x80 -x79 -x78 -x77 -x76 x75 -x74 x73 x72 -x71 -x70 x69 
1794.86/1795.58	v -x68 -x67 x66 -x65 -x64 -x63 x62 -x61 -x60 -x59 -x58 -x57 -x56 x55 -x54 x53 x52 -x51 -x50 -x49 x48 -x47 -x46 -x45 -x44 -x43 
1794.86/1795.58	v -x42 -x41 -x40 -x39 -x38 -x37 -x36 x35 x34 x33 -x32 -x31 x30 x29 x28 x27 x26 -x25 -x24 x23 x22 x21 -x20 x19 -x18 -x17 x16 -x15 
1794.86/1795.58	v -x14 x13 -x12 -x11 -x10 -x9 x8 x7 x6 x5 -x4 x3 x2 x1 
1794.86/1795.58	c SCIP Status        : solving was interrupted [time limit reached]
1794.86/1795.58	c Solving Time       :    1791.00
1794.86/1795.58	c Original Problem   :
1794.86/1795.58	c   Problem name     : HOME/instance-1868739-1245136516.opb
1794.86/1795.58	c   Variables        : 476 (476 binary, 0 integer, 0 implicit integer, 0 continuous)
1794.86/1795.58	c   Constraints      : 476 initial, 476 maximal
1794.86/1795.58	c Presolved Problem  :
1794.86/1795.58	c   Problem name     : t_HOME/instance-1868739-1245136516.opb
1794.86/1795.58	c   Variables        : 476 (476 binary, 0 integer, 0 implicit integer, 0 continuous)
1794.86/1795.58	c   Constraints      : 554 initial, 554 maximal
1794.86/1795.58	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1794.86/1795.58	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1794.86/1795.58	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1794.86/1795.58	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1794.86/1795.58	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1794.86/1795.58	c   implics          :       0.00          0          0          0          0          0          0          0          0
1794.86/1795.58	c   probing          :       0.00          0          0          0          0          0          0          0          0
1794.86/1795.58	c   knapsack         :       0.01          0          0          0          0          0         27        274        483
1794.86/1795.58	c   setppc           :       0.00          0          0          0          0          0         83          0          0
1794.86/1795.58	c   linear           :       0.02          0          0          0          0          0          0          0         27
1794.86/1795.58	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1794.86/1795.58	c   root node        :          -          0          -          -          0          -          -          -          -
1794.86/1795.58	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1794.86/1795.58	c   integral         :          0          0          0       6945          0          0          0          0          0      13890
1794.86/1795.58	c   knapsack         :        447         11      72149          0          1          0       2590        544          0          0
1794.86/1795.58	c   setppc           :        105         11      72149          0          1          0       1139          0          0          0
1794.86/1795.58	c   logicor          :          2         11        432          0          1          0          0          0          0          0
1794.86/1795.58	c   countsols        :          0          0          0          0          1          0          0          0          0          0
1794.86/1795.58	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1794.86/1795.58	c   integral         :     175.51       0.00       0.00     175.51       0.00
1794.86/1795.58	c   knapsack         :       2.82       0.03       2.79       0.00       0.00
1794.86/1795.58	c   setppc           :       0.47       0.00       0.47       0.00       0.00
1794.86/1795.58	c   logicor          :       0.00       0.00       0.00       0.00       0.00
1794.86/1795.58	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1794.86/1795.58	c Propagators        :       Time      Calls    Cutoffs    DomReds
1794.86/1795.58	c   rootredcost      :       0.04         14          0          0
1794.86/1795.58	c   pseudoobj        :       1.68      72482          0          0
1794.86/1795.58	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1794.86/1795.58	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
1794.86/1795.58	c   infeasible LP    :       0.00        774          0          0        0.0          0        0.0          0
1794.86/1795.58	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1794.86/1795.58	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1794.86/1795.58	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1794.86/1795.58	c   applied globally :          -          -          -          0        0.0          -          -          -
1794.86/1795.58	c   applied locally  :          -          -          -          0        0.0          -          -          -
1794.86/1795.58	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1794.86/1795.58	c   cut pool         :       0.01         10          -          -        363          -    (maximal pool size: 1717)
1794.86/1795.58	c   redcost          :       0.07       6977          0        365          0          0
1794.86/1795.58	c   impliedbounds    :       0.00         12          0          0          0          0
1794.86/1795.58	c   intobj           :       0.00          0          0          0          0          0
1794.86/1795.58	c   gomory           :       3.99         12          0          0          0          0
1794.86/1795.58	c   strongcg         :       3.53         12          0          0          0          0
1794.86/1795.58	c   cmir             :       0.65         10          0          0        770          0
1794.86/1795.58	c   flowcover        :       0.76         10          0          0        918          0
1794.86/1795.58	c   clique           :       0.00          1          0          0          0          0
1794.86/1795.58	c   zerohalf         :       0.00          0          0          0          0          0
1794.86/1795.58	c   mcf              :       0.00          1          0          0          0          0
1794.86/1795.58	c Pricers            :       Time      Calls       Vars
1794.86/1795.58	c   problem variables:       0.00          0          0
1794.86/1795.58	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1794.86/1795.58	c   relpscost        :     175.50       6945          0          0          0          0      13890
1794.86/1795.58	c   pscost           :       0.00          0          0          0          0          0          0
1794.86/1795.58	c   inference        :       0.00          1          0          0          0          0          2
1794.86/1795.58	c   mostinf          :       0.00          0          0          0          0          0          0
1794.86/1795.58	c   leastinf         :       0.00          0          0          0          0          0          0
1794.86/1795.58	c   fullstrong       :       0.00          0          0          0          0          0          0
1794.86/1795.58	c   allfullstrong    :       0.00          0          0          0          0          0          0
1794.86/1795.58	c   random           :       0.00          0          0          0          0          0          0
1794.86/1795.58	c Primal Heuristics  :       Time      Calls      Found
1794.86/1795.58	c   LP solutions     :       0.00          -          0
1794.86/1795.58	c   pseudo solutions :       0.00          -          0
1794.86/1795.58	c   feaspump         :       0.00          0          0
1794.86/1795.58	c   oneopt           :       0.01          6          2
1794.86/1795.58	c   crossover        :       0.91          6          3
1794.86/1795.58	c   fracdiving       :      53.78         18          0
1794.86/1795.58	c   coefdiving       :      62.74         20        142
1794.86/1795.58	c   veclendiving     :      94.03         37         80
1794.86/1795.58	c   pscostdiving     :     362.63        149        282
1794.86/1795.58	c   simplerounding   :       0.42       6968         25
1794.86/1795.58	c   rounding         :      22.21       3523          1
1794.86/1795.58	c   shifting         :       4.82        689          1
1794.86/1795.58	c   intshifting      :       0.00          0          0
1794.86/1795.58	c   fixandinfer      :       0.00          0          0
1794.86/1795.58	c   intdiving        :       0.00          0          0
1794.86/1795.58	c   actconsdiving    :       0.00          0          0
1794.86/1795.58	c   objpscostdiving  :      35.17          8        108
1794.86/1795.58	c   rootsoldiving    :       7.21         12          0
1794.86/1795.58	c   linesearchdiving :      74.53         33         34
1794.86/1795.58	c   guideddiving     :      54.20         17          0
1794.86/1795.58	c   octane           :       0.00          0          0
1794.86/1795.58	c   rens             :       0.01          0          0
1794.86/1795.58	c   rins             :       0.00          0          0
1794.86/1795.58	c   localbranching   :       0.00          0          0
1794.86/1795.58	c   mutation         :       0.00          0          0
1794.86/1795.58	c   dins             :       0.00          0          0
1794.86/1795.58	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1794.86/1795.58	c   primal LP        :       0.08          0          0       0.00       0.00
1794.86/1795.58	c   dual LP          :     829.11       6986    1833469     262.45    2211.37
1794.86/1795.58	c   barrier LP       :       0.00          0          0       0.00          -
1794.86/1795.58	c   diving/probing LP:     723.30      46563    2150835      46.19    2973.64
1794.86/1795.58	c   strong branching :     174.09       2277     369954     162.47    2125.07
1794.86/1795.58	c     (at root node) :          -         27       4618     171.04          -
1794.86/1795.59	c   conflict analysis:       0.00          0          0       0.00          -
1794.86/1795.59	c B&B Tree           :
1794.86/1795.59	c   number of runs   :          1
1794.86/1795.59	c   nodes            :       6956
1794.86/1795.59	c   nodes (total)    :       6956
1794.86/1795.59	c   nodes left       :       6937
1794.86/1795.59	c   max depth        :         95
1794.86/1795.59	c   max depth (total):         95
1794.86/1795.59	c   backtracks       :        887 (12.8%)
1794.86/1795.59	c   delayed cutoffs  :          0
1794.86/1795.59	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1794.86/1795.59	c   avg switch length:       3.99
1794.86/1795.59	c   switching time   :       0.38
1794.86/1795.59	c Solution           :
1794.86/1795.59	c   Solutions found  :        678 (21 improvements)
1794.86/1795.59	c   Primal Bound     : +1.89999999999999e+02   (in run 1, after 1327 nodes, 547.11 seconds, depth 10, found by <crossover>)
1794.86/1795.59	c   Dual Bound       : +1.65255428198793e+02
1794.86/1795.59	c   Gap              :      14.97 %
1794.86/1795.59	c   Root Dual Bound  : +1.63459577786392e+02
1794.96/1795.61	c Time complete: 1794.98.

Verifier Data

OK	190

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1868739-1245136516/watcher-1868739-1245136516 -o /tmp/evaluation-result-1868739-1245136516/solver-1868739-1245136516 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt-gcc42.clp -t 1800 -m 1800 -f HOME/instance-1868739-1245136516.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: 0.99 0.98 0.99 3/64 7390
/proc/meminfo: memFree=1940192/2055920 swapFree=4191900/4192956
[pid=7390] ppid=7388 vsize=5812 CPUtime=0
/proc/7390/stat : 7390 (pbscip.linux.x8) R 7388 7390 7128 0 -1 4194304 516 0 0 0 0 0 0 0 18 0 1 0 66384586 5951488 500 1992294400 4194304 9342243 548682068736 18446744073709551615 8223232 0 0 4096 0 0 0 0 17 1 0 0
/proc/7390/statm: 1453 501 332 1256 0 192 0

[startup+0.0655381 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 7390
/proc/meminfo: memFree=1940192/2055920 swapFree=4191900/4192956
[pid=7390] ppid=7388 vsize=15884 CPUtime=0.05
/proc/7390/stat : 7390 (pbscip.linux.x8) R 7388 7390 7128 0 -1 4194304 3164 0 0 0 4 1 0 0 18 0 1 0 66384586 16265216 2794 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7390/statm: 3971 2794 493 1256 0 2710 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 15884

[startup+0.101544 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 7390
/proc/meminfo: memFree=1940192/2055920 swapFree=4191900/4192956
[pid=7390] ppid=7388 vsize=18672 CPUtime=0.09
/proc/7390/stat : 7390 (pbscip.linux.x8) R 7388 7390 7128 0 -1 4194304 3687 0 0 0 8 1 0 0 18 0 1 0 66384586 19120128 3316 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7390/statm: 4668 3316 621 1256 0 3407 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 18672

[startup+0.301583 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 7390
/proc/meminfo: memFree=1940192/2055920 swapFree=4191900/4192956
[pid=7390] ppid=7388 vsize=18952 CPUtime=0.29
/proc/7390/stat : 7390 (pbscip.linux.x8) R 7388 7390 7128 0 -1 4194304 3843 0 0 0 27 2 0 0 19 0 1 0 66384586 19406848 3472 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7390/statm: 4738 3472 621 1256 0 3477 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 18952

[startup+0.701664 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 7390
/proc/meminfo: memFree=1940192/2055920 swapFree=4191900/4192956
[pid=7390] ppid=7388 vsize=19280 CPUtime=0.69
/proc/7390/stat : 7390 (pbscip.linux.x8) R 7388 7390 7128 0 -1 4194304 4003 0 0 0 67 2 0 0 22 0 1 0 66384586 19742720 3632 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7390/statm: 4820 3632 652 1256 0 3559 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 19280

[startup+1.50182 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 7391
/proc/meminfo: memFree=1927192/2055920 swapFree=4191900/4192956
[pid=7390] ppid=7388 vsize=20704 CPUtime=1.49
/proc/7390/stat : 7390 (pbscip.linux.x8) R 7388 7390 7128 0 -1 4194304 4374 0 0 0 147 2 0 0 25 0 1 0 66384586 21200896 4003 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7390/statm: 5176 4003 669 1256 0 3915 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 20704

[startup+3.10114 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 7391
/proc/meminfo: memFree=1925976/2055920 swapFree=4191900/4192956
[pid=7390] ppid=7388 vsize=22476 CPUtime=3.09
/proc/7390/stat : 7390 (pbscip.linux.x8) R 7388 7390 7128 0 -1 4194304 4778 0 0 0 306 3 0 0 25 0 1 0 66384586 23015424 4405 1992294400 4194304 9342243 548682068736 18446744073709551615 6959593 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7390/statm: 5619 4405 669 1256 0 4358 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 22476

[startup+6.30178 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 7391
/proc/meminfo: memFree=1924696/2055920 swapFree=4191900/4192956
[pid=7390] ppid=7388 vsize=23388 CPUtime=6.29
/proc/7390/stat : 7390 (pbscip.linux.x8) R 7388 7390 7128 0 -1 4194304 4932 0 0 0 625 4 0 0 25 0 1 0 66384586 23949312 4559 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7390/statm: 5847 4559 669 1256 0 4586 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 23388

[startup+12.7011 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 7391
/proc/meminfo: memFree=1922136/2055920 swapFree=4191900/4192956
[pid=7390] ppid=7388 vsize=26064 CPUtime=12.68
/proc/7390/stat : 7390 (pbscip.linux.x8) R 7388 7390 7128 0 -1 4194304 5552 0 0 0 1263 5 0 0 25 0 1 0 66384586 26689536 4654 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7390/statm: 6516 4654 676 1256 0 5255 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 26064

[startup+25.5016 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 7391
/proc/meminfo: memFree=1924696/2055920 swapFree=4191900/4192956
[pid=7390] ppid=7388 vsize=25016 CPUtime=25.49
/proc/7390/stat : 7390 (pbscip.linux.x8) R 7388 7390 7128 0 -1 4194304 10608 0 0 0 2540 9 0 0 25 0 1 0 66384586 25616384 4522 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7390/statm: 6254 4522 690 1256 0 4993 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 25016

[startup+51.1017 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 7391
/proc/meminfo: memFree=1923480/2055920 swapFree=4191900/4192956
[pid=7390] ppid=7388 vsize=26008 CPUtime=51.07
/proc/7390/stat : 7390 (pbscip.linux.x8) R 7388 7390 7128 0 -1 4194304 21049 0 0 0 5091 16 0 0 25 0 1 0 66384586 26632192 4839 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7390/statm: 6502 4839 701 1256 0 5241 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 26008

[startup+102.306 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 7391
/proc/meminfo: memFree=1923544/2055920 swapFree=4191900/4192956
[pid=7390] ppid=7388 vsize=23892 CPUtime=102.26
/proc/7390/stat : 7390 (pbscip.linux.x8) R 7388 7390 7128 0 -1 4194304 25964 0 0 0 10198 28 0 0 25 0 1 0 66384586 24465408 4815 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7390/statm: 5973 4815 702 1256 0 4712 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 23892

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 7391
/proc/meminfo: memFree=1914840/2055920 swapFree=4191900/4192956
[pid=7390] ppid=7388 vsize=33936 CPUtime=162.23
/proc/7390/stat : 7390 (pbscip.linux.x8) R 7388 7390 7128 0 -1 4194304 30128 0 0 0 16176 47 0 0 25 0 1 0 66384586 34750464 6982 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7390/statm: 8484 6982 713 1256 0 7223 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 33936

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 7391
/proc/meminfo: memFree=1914712/2055920 swapFree=4191900/4192956
[pid=7390] ppid=7388 vsize=33936 CPUtime=222.21
/proc/7390/stat : 7390 (pbscip.linux.x8) R 7388 7390 7128 0 -1 4194304 30160 0 0 0 22161 60 0 0 25 0 1 0 66384586 34750464 7014 1992294400 4194304 9342243 548682068736 18446744073709551615 6896683 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7390/statm: 8484 7014 713 1256 0 7223 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 33936

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 7391
/proc/meminfo: memFree=1913432/2055920 swapFree=4191900/4192956
[pid=7390] ppid=7388 vsize=34384 CPUtime=282.19
/proc/7390/stat : 7390 (pbscip.linux.x8) R 7388 7390 7128 0 -1 4194304 30457 0 0 0 28143 76 0 0 25 0 1 0 66384586 35209216 7311 1992294400 4194304 9342243 548682068736 18446744073709551615 6951698 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7390/statm: 8596 7311 713 1256 0 7335 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 34384

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 7391
/proc/meminfo: memFree=1913432/2055920 swapFree=4191900/4192956
[pid=7390] ppid=7388 vsize=34384 CPUtime=342.17
/proc/7390/stat : 7390 (pbscip.linux.x8) R 7388 7390 7128 0 -1 4194304 30459 0 0 0 34127 90 0 0 25 0 1 0 66384586 35209216 7313 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7390/statm: 8596 7313 713 1256 0 7335 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 34384

[startup+402.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 7391
/proc/meminfo: memFree=1913432/2055920 swapFree=4191900/4192956
[pid=7390] ppid=7388 vsize=34384 CPUtime=402.15
/proc/7390/stat : 7390 (pbscip.linux.x8) R 7388 7390 7128 0 -1 4194304 30557 0 0 0 40112 103 0 0 25 0 1 0 66384586 35209216 7411 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7390/statm: 8596 7411 713 1256 0 7335 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 34384

[startup+462.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 7391
/proc/meminfo: memFree=1913048/2055920 swapFree=4191900/4192956
[pid=7390] ppid=7388 vsize=34384 CPUtime=462.13
/proc/7390/stat : 7390 (pbscip.linux.x8) R 7388 7390 7128 0 -1 4194304 30558 0 0 0 46095 118 0 0 25 0 1 0 66384586 35209216 7412 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7390/statm: 8596 7412 713 1256 0 7335 0
Current children cumulated CPU time (s) 462.13
Current children cumulated vsize (KiB) 34384

[startup+522.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 7391
/proc/meminfo: memFree=1913048/2055920 swapFree=4191900/4192956
[pid=7390] ppid=7388 vsize=34384 CPUtime=522.11
/proc/7390/stat : 7390 (pbscip.linux.x8) R 7388 7390 7128 0 -1 4194304 30558 0 0 0 52080 131 0 0 25 0 1 0 66384586 35209216 7412 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7390/statm: 8596 7412 713 1256 0 7335 0
Current children cumulated CPU time (s) 522.11
Current children cumulated vsize (KiB) 34384

[startup+582.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 7391
/proc/meminfo: memFree=1913880/2055920 swapFree=4191900/4192956
[pid=7390] ppid=7388 vsize=32452 CPUtime=582.08
/proc/7390/stat : 7390 (pbscip.linux.x8) R 7388 7390 7128 0 -1 4194304 30954 0 0 0 58063 145 0 0 25 0 1 0 66384586 33230848 7142 1992294400 4194304 9342243 548682068736 18446744073709551615 6959625 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7390/statm: 8113 7142 713 1256 0 6852 0
Current children cumulated CPU time (s) 582.08
Current children cumulated vsize (KiB) 32452

[startup+642.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 7391
/proc/meminfo: memFree=1913880/2055920 swapFree=4191900/4192956
[pid=7390] ppid=7388 vsize=32452 CPUtime=642.07
/proc/7390/stat : 7390 (pbscip.linux.x8) R 7388 7390 7128 0 -1 4194304 30957 0 0 0 64048 159 0 0 25 0 1 0 66384586 33230848 7145 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7390/statm: 8113 7145 713 1256 0 6852 0
Current children cumulated CPU time (s) 642.07
Current children cumulated vsize (KiB) 32452

[startup+702.302 s]

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

/proc/meminfo: memFree=1913624/2055920 swapFree=4191900/4192956
[pid=7390] ppid=7388 vsize=32452 CPUtime=1121.9
/proc/7390/stat : 7390 (pbscip.linux.x8) R 7388 7390 7128 0 -1 4194304 30964 0 0 0 111936 254 0 0 25 0 1 0 66384586 33230848 7152 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7390/statm: 8113 7152 713 1256 0 6852 0
Current children cumulated CPU time (s) 1121.9
Current children cumulated vsize (KiB) 32452

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 7391
/proc/meminfo: memFree=1913560/2055920 swapFree=4191900/4192956
[pid=7390] ppid=7388 vsize=32452 CPUtime=1181.88
/proc/7390/stat : 7390 (pbscip.linux.x8) R 7388 7390 7128 0 -1 4194304 30965 0 0 0 117919 269 0 0 25 0 1 0 66384586 33230848 7153 1992294400 4194304 9342243 548682068736 18446744073709551615 6897109 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7390/statm: 8113 7153 713 1256 0 6852 0
Current children cumulated CPU time (s) 1181.88
Current children cumulated vsize (KiB) 32452

[startup+1242.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 7391
/proc/meminfo: memFree=1913560/2055920 swapFree=4191900/4192956
[pid=7390] ppid=7388 vsize=32452 CPUtime=1241.86
/proc/7390/stat : 7390 (pbscip.linux.x8) R 7388 7390 7128 0 -1 4194304 30966 0 0 0 123903 283 0 0 25 0 1 0 66384586 33230848 7154 1992294400 4194304 9342243 548682068736 18446744073709551615 6952866 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7390/statm: 8113 7154 713 1256 0 6852 0
Current children cumulated CPU time (s) 1241.86
Current children cumulated vsize (KiB) 32452

[startup+1302.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 7391
/proc/meminfo: memFree=1913560/2055920 swapFree=4191900/4192956
[pid=7390] ppid=7388 vsize=32452 CPUtime=1301.84
/proc/7390/stat : 7390 (pbscip.linux.x8) R 7388 7390 7128 0 -1 4194304 30968 0 0 0 129888 296 0 0 25 0 1 0 66384586 33230848 7156 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7390/statm: 8113 7156 713 1256 0 6852 0
Current children cumulated CPU time (s) 1301.84
Current children cumulated vsize (KiB) 32452

[startup+1362.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 7391
/proc/meminfo: memFree=1913048/2055920 swapFree=4191900/4192956
[pid=7390] ppid=7388 vsize=32452 CPUtime=1361.81
/proc/7390/stat : 7390 (pbscip.linux.x8) R 7388 7390 7128 0 -1 4194304 31817 0 0 0 135874 307 0 0 25 0 1 0 66384586 33230848 7215 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7390/statm: 8113 7215 713 1256 0 6852 0
Current children cumulated CPU time (s) 1361.81
Current children cumulated vsize (KiB) 32452

[startup+1422.31 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 7391
/proc/meminfo: memFree=1913048/2055920 swapFree=4191900/4192956
[pid=7390] ppid=7388 vsize=32452 CPUtime=1421.79
/proc/7390/stat : 7390 (pbscip.linux.x8) R 7388 7390 7128 0 -1 4194304 31817 0 0 0 141862 317 0 0 25 0 1 0 66384586 33230848 7215 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7390/statm: 8113 7215 713 1256 0 6852 0
Current children cumulated CPU time (s) 1421.79
Current children cumulated vsize (KiB) 32452

[startup+1482.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 7391
/proc/meminfo: memFree=1913048/2055920 swapFree=4191900/4192956
[pid=7390] ppid=7388 vsize=32452 CPUtime=1481.77
/proc/7390/stat : 7390 (pbscip.linux.x8) R 7388 7390 7128 0 -1 4194304 31818 0 0 0 147848 329 0 0 25 0 1 0 66384586 33230848 7216 1992294400 4194304 9342243 548682068736 18446744073709551615 6908650 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7390/statm: 8113 7216 713 1256 0 6852 0
Current children cumulated CPU time (s) 1481.77
Current children cumulated vsize (KiB) 32452

[startup+1542.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 7391
/proc/meminfo: memFree=1913048/2055920 swapFree=4191900/4192956
[pid=7390] ppid=7388 vsize=32452 CPUtime=1541.75
/proc/7390/stat : 7390 (pbscip.linux.x8) R 7388 7390 7128 0 -1 4194304 31820 0 0 0 153836 339 0 0 25 0 1 0 66384586 33230848 7218 1992294400 4194304 9342243 548682068736 18446744073709551615 6080976 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7390/statm: 8113 7218 713 1256 0 6852 0
Current children cumulated CPU time (s) 1541.75
Current children cumulated vsize (KiB) 32452

[startup+1602.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 7391
/proc/meminfo: memFree=1912984/2055920 swapFree=4191900/4192956
[pid=7390] ppid=7388 vsize=32452 CPUtime=1601.73
/proc/7390/stat : 7390 (pbscip.linux.x8) R 7388 7390 7128 0 -1 4194304 31821 0 0 0 159823 350 0 0 25 0 1 0 66384586 33230848 7219 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7390/statm: 8113 7219 713 1256 0 6852 0
Current children cumulated CPU time (s) 1601.73
Current children cumulated vsize (KiB) 32452

[startup+1662.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 7391
/proc/meminfo: memFree=1912984/2055920 swapFree=4191900/4192956
[pid=7390] ppid=7388 vsize=32452 CPUtime=1661.71
/proc/7390/stat : 7390 (pbscip.linux.x8) R 7388 7390 7128 0 -1 4194304 31821 0 0 0 165808 363 0 0 25 0 1 0 66384586 33230848 7219 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7390/statm: 8113 7219 713 1256 0 6852 0
Current children cumulated CPU time (s) 1661.71
Current children cumulated vsize (KiB) 32452

[startup+1722.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 7391
/proc/meminfo: memFree=1912920/2055920 swapFree=4191900/4192956
[pid=7390] ppid=7388 vsize=32816 CPUtime=1721.69
/proc/7390/stat : 7390 (pbscip.linux.x8) R 7388 7390 7128 0 -1 4194304 33059 0 0 0 171793 376 0 0 25 0 1 0 66384586 33603584 7221 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7390/statm: 8204 7221 713 1256 0 6943 0
Current children cumulated CPU time (s) 1721.69
Current children cumulated vsize (KiB) 32816

[startup+1782.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 7391
/proc/meminfo: memFree=1912856/2055920 swapFree=4191900/4192956
[pid=7390] ppid=7388 vsize=33160 CPUtime=1781.66
/proc/7390/stat : 7390 (pbscip.linux.x8) R 7388 7390 7128 0 -1 4194304 33066 0 0 0 177777 389 0 0 25 0 1 0 66384586 33955840 7228 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7390/statm: 8290 7228 713 1256 0 7029 0
Current children cumulated CPU time (s) 1781.66
Current children cumulated vsize (KiB) 33160

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

[startup+1785.5 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 7391
/proc/meminfo: memFree=1912856/2055920 swapFree=4191900/4192956
[pid=7390] ppid=7388 vsize=33536 CPUtime=1784.87
/proc/7390/stat : 7390 (pbscip.linux.x8) R 7388 7390 7128 0 -1 4194304 33075 0 0 0 178097 390 0 0 25 0 1 0 66384586 34340864 7237 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7390/statm: 8384 7237 713 1256 0 7123 0
Current children cumulated CPU time (s) 1784.87
Current children cumulated vsize (KiB) 33536

[startup+1791.91 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 7391
/proc/meminfo: memFree=1912856/2055920 swapFree=4191900/4192956
[pid=7390] ppid=7388 vsize=33536 CPUtime=1791.27
/proc/7390/stat : 7390 (pbscip.linux.x8) R 7388 7390 7128 0 -1 4194304 33076 0 0 0 178735 392 0 0 25 0 1 0 66384586 34340864 7238 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7390/statm: 8384 7238 713 1256 0 7123 0
Current children cumulated CPU time (s) 1791.27
Current children cumulated vsize (KiB) 33536

[startup+1793.5 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 7391
/proc/meminfo: memFree=1912856/2055920 swapFree=4191900/4192956
[pid=7390] ppid=7388 vsize=33536 CPUtime=1792.86
/proc/7390/stat : 7390 (pbscip.linux.x8) R 7388 7390 7128 0 -1 4194304 33076 0 0 0 178893 393 0 0 25 0 1 0 66384586 34340864 7238 1992294400 4194304 9342243 548682068736 18446744073709551615 6934575 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7390/statm: 8384 7238 713 1256 0 7123 0
Current children cumulated CPU time (s) 1792.86
Current children cumulated vsize (KiB) 33536

[startup+1794.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 7391
/proc/meminfo: memFree=1912856/2055920 swapFree=4191900/4192956
[pid=7390] ppid=7388 vsize=33536 CPUtime=1793.66
/proc/7390/stat : 7390 (pbscip.linux.x8) R 7388 7390 7128 0 -1 4194304 33076 0 0 0 178973 393 0 0 25 0 1 0 66384586 34340864 7238 1992294400 4194304 9342243 548682068736 18446744073709551615 6910152 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7390/statm: 8384 7238 713 1256 0 7123 0
Current children cumulated CPU time (s) 1793.66
Current children cumulated vsize (KiB) 33536

[startup+1795.1 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 7391
/proc/meminfo: memFree=1912856/2055920 swapFree=4191900/4192956
[pid=7390] ppid=7388 vsize=33536 CPUtime=1794.46
/proc/7390/stat : 7390 (pbscip.linux.x8) R 7388 7390 7128 0 -1 4194304 33076 0 0 0 179053 393 0 0 25 0 1 0 66384586 34340864 7238 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7390/statm: 8384 7238 713 1256 0 7123 0
Current children cumulated CPU time (s) 1794.46
Current children cumulated vsize (KiB) 33536

[startup+1795.5 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 7391
/proc/meminfo: memFree=1912856/2055920 swapFree=4191900/4192956
[pid=7390] ppid=7388 vsize=33536 CPUtime=1794.86
/proc/7390/stat : 7390 (pbscip.linux.x8) R 7388 7390 7128 0 -1 4194304 33076 0 0 0 179093 393 0 0 25 0 1 0 66384586 34340864 7238 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/7390/statm: 8384 7238 713 1256 0 7123 0
Current children cumulated CPU time (s) 1794.86
Current children cumulated vsize (KiB) 33536

[startup+1795.6 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 7391
/proc/meminfo: memFree=1912856/2055920 swapFree=4191900/4192956
[pid=7390] ppid=7388 vsize=33536 CPUtime=1794.96
/proc/7390/stat : 7390 (pbscip.linux.x8) R 7388 7390 7128 0 -1 4194304 33077 0 0 0 179103 393 0 0 16 0 1 0 66384586 34340864 7239 1992294400 4194304 9342243 548682068736 18446744073709551615 5855084 0 0 4096 0 0 0 0 17 1 0 0
/proc/7390/statm: 8384 7239 714 1256 0 7123 0
Current children cumulated CPU time (s) 1794.96
Current children cumulated vsize (KiB) 33536

Child status: 0
Real time (s): 1795.62
CPU time (s): 1794.98
CPU user time (s): 1791.04
CPU system time (s): 3.9434
CPU usage (%): 99.9648
Max. virtual memory (cumulated for all children) (KiB): 37956

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1791.04
system time used= 3.9434
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33080
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= 5
involuntary context switches= 3101

runsolver used 1.50277 second user time and 3.46947 second system time

The end

Launcher Data

Begin job on node33 at 2009-06-16 09:15:16
IDJOB=1868739
IDBENCH=1950
IDSOLVER=684
FILE ID=node33/1868739-1245136516
PBS_JOBID= 9363707
Free space on /tmp= 65952 MiB

SOLVER NAME= SCIPclp SCIP 1.1.0.7 with CLP 1.8.2
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB06/liu/domset/normalized-domset_v500_e2000_w30_mw19_13.opb.PB06.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-1868739-1245136516/watcher-1868739-1245136516 -o /tmp/evaluation-result-1868739-1245136516/solver-1868739-1245136516 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.clp -t 1800 -m 1800 -f HOME/instance-1868739-1245136516.opb

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

MD5SUM BENCH= 9828b7020b058ee74169951dda258843
RANDOM SEED=1620627662

node33.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.261
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.261
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:       1940608 kB
Buffers:          9712 kB
Cached:          50832 kB
SwapCached:        384 kB
Active:          55560 kB
Inactive:        18392 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1940608 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:           11772 kB
Writeback:           0 kB
Mapped:          21808 kB
Slab:            27356 kB
Committed_AS:   117212 kB
PageTables:       1392 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= 65940 MiB
End job on node33 at 2009-06-16 09:45:12