Trace number 2665471

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
SCIPclp SCIP 1.2.1.2 with Clp 1.11.1 (Release Version) as LP solverSAT (TO)191 1800.11 1800.65

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/liu/
domset/normalized-domset_v500_e2000_w30_mw19_24.opb.PB06.opb
MD5SUM7903a80129c7e51df900bcb9ac0a6f39
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark191
Best CPU time to get the best result obtained on this benchmark1789.52
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 185
Optimality of the best value was proved NO
Number of variables475
Total number of constraints475
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 constraints475
Minimum length of a constraint3
Maximum length of a constraint19
Number of terms in the objective function 475
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 475
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 475
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.00	c SCIP version 1.2.1.2 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Clp 1.11.1] [Expressions interpreter: NONE]
0.00/0.00	c Copyright (c) 2002-2010 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-2665471-1276366768.opb>
0.00/0.02	c original problem has 475 variables (475 bin, 0 int, 0 impl, 0 cont) and 475 constraints
0.00/0.02	c problem read
0.00/0.02	c presolving settings loaded
0.00/0.03	o 475
0.00/0.03	c feasible solution found by trivial heuristic, objective value  4.750000e+02
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, 21 chg coeffs, 0 upgd conss, 2 impls, 0 clqs
0.03/0.05	c (round 2) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 21 chg coeffs, 475 upgd conss, 2 impls, 0 clqs
0.03/0.07	c (round 3) 0 del vars, 2 del conss, 0 chg bounds, 137 chg sides, 384 chg coeffs, 475 upgd conss, 324 impls, 0 clqs
0.03/0.07	c (round 4) 0 del vars, 49 del conss, 0 chg bounds, 270 chg sides, 611 chg coeffs, 475 upgd conss, 324 impls, 0 clqs
0.03/0.08	c (round 5) 0 del vars, 65 del conss, 0 chg bounds, 291 chg sides, 645 chg coeffs, 475 upgd conss, 324 impls, 0 clqs
0.03/0.08	c (round 6) 0 del vars, 65 del conss, 0 chg bounds, 307 chg sides, 671 chg coeffs, 475 upgd conss, 324 impls, 0 clqs
0.03/0.09	c (round 7) 0 del vars, 65 del conss, 0 chg bounds, 308 chg sides, 672 chg coeffs, 475 upgd conss, 324 impls, 0 clqs
0.09/0.10	c    (0.1s) probing: 101/475 (21.3%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.09/0.10	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.09/0.10	c presolving (8 rounds):
0.09/0.10	c  0 deleted vars, 65 deleted constraints, 0 tightened bounds, 0 added holes, 308 changed sides, 672 changed coefficients
0.09/0.10	c  324 implications, 0 cliques
0.09/0.10	c presolved problem has 475 variables (475 bin, 0 int, 0 impl, 0 cont) and 568 constraints
0.09/0.10	c     453 constraints of type <knapsack>
0.09/0.10	c     114 constraints of type <setppc>
0.09/0.10	c       1 constraints of type <logicor>
0.09/0.10	c transformed objective value is always integral (scale: 1)
0.09/0.10	c Presolving Time: 0.05
0.09/0.10	c - non default parameters ----------------------------------------------------------------------
0.09/0.10	c # SCIP version 1.2.1.2
0.09/0.10	c 
0.09/0.10	c # frequency for displaying node information lines
0.09/0.10	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.10	c display/freq = 10000
0.09/0.10	c 
0.09/0.10	c # maximal time in seconds to run
0.09/0.10	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.10	c limits/time = 1799.98
0.09/0.10	c 
0.09/0.10	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.10	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.10	c limits/memory = 1620
0.09/0.10	c 
0.09/0.10	c # should presolving try to simplify inequalities
0.09/0.10	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.10	c constraints/linear/simplifyinequalities = TRUE
0.09/0.10	c 
0.09/0.10	c # should presolving try to simplify knapsacks
0.09/0.10	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.10	c constraints/knapsack/simplifyinequalities = TRUE
0.09/0.10	c 
0.09/0.10	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.09/0.10	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.10	c separating/rapidlearning/freq = 0
0.09/0.10	c 
0.09/0.10	c -----------------------------------------------------------------------------------------------
0.09/0.10	c start solving
0.09/0.10	c 
0.39/0.46	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.39/0.46	c t 0.4s|     1 |     0 |  1049 |     - |2598k|   0 | 319 | 475 | 568 | 475 | 568 |   0 |   0 |   0 | 1.515569e+02 | 4.750000e+02 | 213.41%
0.39/0.46	o 336
0.39/0.46	c r 0.4s|     1 |     0 |  1049 |     - |2612k|   0 | 319 | 475 | 568 | 475 | 568 |   0 |   0 |   0 | 1.515569e+02 | 3.360000e+02 | 121.70%
0.39/0.47	o 335
0.39/0.47	c R 0.4s|     1 |     0 |  1049 |     - |2625k|   0 | 319 | 475 | 568 | 475 | 568 |   0 |   0 |   0 | 1.515569e+02 | 3.350000e+02 | 121.04%
0.39/0.48	o 334
0.39/0.48	c s 0.4s|     1 |     0 |  1049 |     - |2638k|   0 | 319 | 475 | 568 | 475 | 568 |   0 |   0 |   0 | 1.515569e+02 | 3.340000e+02 | 120.38%
1.49/1.59	c   1.5s|     1 |     0 |  2076 |     - |2905k|   0 | 379 | 475 | 568 | 475 | 792 | 224 |   0 |   0 | 1.599569e+02 | 3.340000e+02 | 108.81%
1.49/1.59	o 210
1.49/1.59	c b 1.5s|     1 |     0 |  2076 |     - |2918k|   0 | 379 | 475 | 568 | 475 | 792 | 224 |   0 |   0 | 1.599569e+02 | 2.100000e+02 |  31.29%
2.69/2.75	c   2.6s|     1 |     0 |  3084 |     - |3135k|   0 | 411 | 475 | 568 | 475 | 967 | 399 |   0 |   0 | 1.637917e+02 | 2.100000e+02 |  28.21%
3.89/3.99	c   3.9s|     1 |     0 |  3985 |     - |3298k|   0 | 412 | 475 | 568 | 475 |1096 | 528 |   0 |   0 | 1.655724e+02 | 2.100000e+02 |  26.83%
5.09/5.18	c   5.0s|     1 |     0 |  4589 |     - |3398k|   0 | 427 | 475 | 568 | 475 |1184 | 616 |   0 |   0 | 1.665345e+02 | 2.100000e+02 |  26.10%
6.29/6.36	c   6.2s|     1 |     0 |  5078 |     - |3453k|   0 | 426 | 475 | 568 | 475 |1240 | 672 |   0 |   0 | 1.668693e+02 | 2.100000e+02 |  25.85%
7.39/7.48	c   7.3s|     1 |     0 |  5419 |     - |3488k|   0 | 428 | 475 | 568 | 475 |1281 | 713 |   0 |   0 | 1.670473e+02 | 2.100000e+02 |  25.71%
8.38/8.48	c   8.3s|     1 |     0 |  5586 |     - |3507k|   0 | 427 | 475 | 568 | 475 |1302 | 734 |   0 |   0 | 1.671249e+02 | 2.100000e+02 |  25.65%
9.38/9.40	c   9.2s|     1 |     0 |  5701 |     - |3515k|   0 | 430 | 475 | 568 | 475 |1307 | 739 |   0 |   0 | 1.671432e+02 | 2.100000e+02 |  25.64%
10.18/10.28	c  10.1s|     1 |     0 |  5770 |     - |3523k|   0 | 426 | 475 | 568 | 475 |1311 | 743 |   0 |   0 | 1.671513e+02 | 2.100000e+02 |  25.63%
11.09/11.13	c  10.9s|     1 |     0 |  5771 |     - |3531k|   0 | 426 | 475 | 568 | 475 |1312 | 744 |   0 |   0 | 1.671513e+02 | 2.100000e+02 |  25.63%
18.98/19.04	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
18.98/19.04	c  18.7s|     1 |     2 |  5771 |     - |3544k|   0 | 426 | 475 | 568 | 475 |1312 | 744 |   0 |  20 | 1.671513e+02 | 2.100000e+02 |  25.63%
68.57/68.69	o 208
68.57/68.69	c p67.3s|    27 |    28 | 26818 | 809.5 |4409k|  14 |   - | 475 | 568 | 475 | 958 | 744 |   0 | 265 | 1.674709e+02 | 2.080000e+02 |  24.20%
68.57/68.69	o 208
68.57/68.69	c p67.3s|    27 |    28 | 26824 | 809.7 |4409k|  14 |   - | 475 | 568 | 475 | 958 | 744 |   0 | 265 | 1.674709e+02 | 2.080000e+02 |  24.20%
68.67/68.70	o 207
68.67/68.70	c p67.3s|    27 |    28 | 26832 | 810.0 |4413k|  14 |   - | 475 | 568 | 475 | 958 | 744 |   0 | 265 | 1.674709e+02 | 2.070000e+02 |  23.60%
77.77/77.82	o 206
77.77/77.82	c v76.2s|    51 |    52 | 47127 | 827.1 |4422k|  14 |   - | 475 | 568 | 475 | 958 | 744 |   0 | 280 | 1.674709e+02 | 2.060000e+02 |  23.01%
77.77/77.83	o 206
77.77/77.83	c v76.3s|    51 |    52 | 47207 | 828.7 |4425k|  14 |   - | 475 | 568 | 475 | 958 | 744 |   0 | 280 | 1.674709e+02 | 2.060000e+02 |  23.01%
77.77/77.84	o 205
77.77/77.84	c v76.3s|    51 |    52 | 47212 | 828.8 |4425k|  14 |   - | 475 | 568 | 475 | 958 | 744 |   0 | 280 | 1.674709e+02 | 2.050000e+02 |  22.41%
77.77/77.86	o 204
77.77/77.86	c v76.3s|    51 |    52 | 47312 | 830.8 |4432k|  14 |   - | 475 | 568 | 475 | 958 | 744 |   0 | 280 | 1.674709e+02 | 2.040000e+02 |  21.81%
77.77/77.87	o 203
77.77/77.87	c v76.3s|    51 |    52 | 47328 | 831.1 |4433k|  14 |   - | 475 | 568 | 475 | 958 | 744 |   0 | 280 | 1.674709e+02 | 2.030000e+02 |  21.22%
77.77/77.90	o 201
77.77/77.90	c b76.3s|    51 |    52 | 47381 | 832.2 |4324k|  14 | 385 | 475 | 568 | 475 | 958 | 744 |   0 | 280 | 1.674709e+02 | 2.010000e+02 |  20.02%
199.04/199.18	o 200
199.04/199.18	c p 195s|   385 |   386 |351812 | 901.1 |4767k|  27 |   - | 475 | 586 | 475 | 958 | 744 |  18 | 365 | 1.675906e+02 | 2.000000e+02 |  19.34%
199.04/199.18	o 199
199.04/199.18	c p 195s|   385 |   386 |351813 | 901.2 |4768k|  27 |   - | 475 | 586 | 475 | 958 | 744 |  18 | 365 | 1.675906e+02 | 1.990000e+02 |  18.74%
199.04/199.19	o 198
199.04/199.19	c p 195s|   385 |   386 |351836 | 901.2 |4772k|  27 |   - | 475 | 586 | 475 | 958 | 744 |  18 | 365 | 1.675906e+02 | 1.980000e+02 |  18.15%
278.41/278.54	o 196
278.41/278.54	c p 272s|   514 |   515 |563406 |1087.0 |4845k|  27 |   - | 475 | 596 | 475 | 958 | 744 |  28 | 437 | 1.676559e+02 | 1.960000e+02 |  16.91%
278.41/278.54	o 195
278.41/278.54	c p 272s|   514 |   515 |563412 |1087.0 |4845k|  27 |   - | 475 | 596 | 475 | 958 | 744 |  28 | 437 | 1.676559e+02 | 1.950000e+02 |  16.31%
278.41/278.57	o 194
278.41/278.57	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
278.41/278.57	c p 272s|   514 |   515 |563468 |1087.1 |4857k|  27 |   - | 475 | 596 | 475 | 958 | 744 |  28 | 437 | 1.676559e+02 | 1.940000e+02 |  15.71%
769.28/769.58	o 191
769.28/769.58	c C 752s|  4096 |  2430 |  1898k| 462.2 |6009k| 114 |   - | 475 | 636 | 475 | 958 | 744 |  68 | 828 | 1.683673e+02 | 1.910000e+02 |  13.44%
1146.95/1147.38	c  1120s| 10000 |  3604 |  3020k| 301.5 |6881k| 114 | 151 | 475 | 667 | 475 | 958 | 744 | 101 |1038 | 1.685221e+02 | 1.910000e+02 |  13.34%
1800.06/1800.61	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.06/1800.62	c 
1800.06/1800.62	c SCIP Status        : solving was interrupted [user interrupt]
1800.06/1800.62	c Solving Time (sec) : 1756.83
1800.06/1800.62	c Solving Nodes      : 19818
1800.06/1800.62	c Primal Bound       : +1.91000000000000e+02 (692 solutions)
1800.06/1800.62	c Dual Bound         : +1.68685615572360e+02
1800.06/1800.62	c Gap                : 13.23 %
1800.06/1800.62	s SATISFIABLE
1800.06/1800.62	v -x475 -x474 -x473 -x472 x471 x470 -x469 x468 -x467 x466 x465 -x464 -x463 x462 -x461 -x460 -x459 -x458 -x457 x456 -x455 -x454 -x453 
1800.06/1800.62	v -x452 -x451 x450 -x449 -x448 -x447 -x446 -x445 -x444 -x443 -x442 x441 x440 x439 x438 x437 x436 -x435 -x434 -x433 -x432 x431 
1800.06/1800.62	v -x430 -x429 x428 x427 -x426 x425 x424 x423 -x422 x421 -x420 -x419 -x418 x417 -x416 x415 x414 x413 -x412 x411 x410 -x409 -x408 
1800.06/1800.62	v -x407 -x406 -x405 -x404 -x403 x402 -x401 x400 -x399 x398 x397 -x396 x395 -x394 -x393 x392 x391 x390 -x389 -x388 x387 x386 
1800.06/1800.62	v x385 -x384 -x383 -x382 -x381 -x380 -x379 -x378 -x377 -x376 -x375 -x374 -x373 x372 x371 -x370 -x369 x368 -x367 x366 x365 -x364 
1800.06/1800.62	v x363 -x362 -x361 -x360 x359 -x358 x357 -x356 -x355 -x354 x353 -x352 x351 -x350 -x349 x348 -x347 -x346 -x345 -x344 x343 -x342 
1800.06/1800.62	v x341 -x340 x339 -x338 -x337 -x336 -x335 -x334 -x333 -x332 x331 x330 -x329 x328 -x327 -x326 -x325 -x324 x323 -x322 -x321 x320 
1800.06/1800.62	v -x319 -x318 -x317 x316 -x315 x314 -x313 -x312 -x311 -x310 -x309 x308 -x307 -x306 x305 -x304 -x303 x302 -x301 -x300 -x299 x298 
1800.06/1800.62	v x297 x296 -x295 -x294 -x293 x292 x291 x290 -x289 -x288 -x287 -x286 -x285 -x284 -x283 -x282 x281 -x280 -x279 -x278 -x277 x276 
1800.06/1800.62	v -x275 -x274 x273 x272 -x271 x270 -x269 -x268 x267 -x266 x265 x264 -x263 -x262 x261 x260 x259 -x258 x257 -x256 x255 x254 x253 
1800.06/1800.62	v -x252 -x251 -x250 -x249 x248 -x247 x246 -x245 -x244 -x243 x242 x241 x240 -x239 -x238 -x237 -x236 x235 -x234 -x233 -x232 -x231 
1800.06/1800.62	v -x230 -x229 x228 x227 x226 x225 -x224 x223 -x222 x221 -x220 x219 x218 x217 -x216 x215 -x214 -x213 x212 -x211 x210 x209 -x208 
1800.06/1800.62	v x207 -x206 -x205 x204 -x203 x202 x201 -x200 -x199 -x198 x197 -x196 -x195 x194 -x193 x192 x191 -x190 -x189 -x188 x187 -x186 
1800.06/1800.62	v -x185 x184 x183 -x182 -x181 x180 x179 -x178 -x177 -x176 x175 -x174 -x173 -x172 x171 -x170 -x169 -x168 x167 -x166 x165 -x164 
1800.06/1800.62	v -x163 -x162 x161 x160 -x159 -x158 -x157 x156 -x155 x154 x153 -x152 x151 x150 x149 x148 -x147 x146 x145 -x144 -x143 x142 -x141 
1800.06/1800.62	v x140 -x139 -x138 x137 -x136 -x135 -x134 x133 x132 -x131 -x130 -x129 -x128 x127 x126 -x125 -x124 x123 x122 x121 x120 -x119 -x118 
1800.06/1800.62	v x117 x116 -x115 -x114 x113 x112 -x111 -x110 x109 -x108 -x107 -x106 -x105 -x104 -x103 -x102 x101 x100 x99 -x98 x97 -x96 x95 
1800.06/1800.62	v -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 -x68 
1800.06/1800.62	v -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 -x42 -x41 
1800.06/1800.62	v -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 x14 -x13 
1800.06/1800.62	v x12 -x11 -x10 -x9 -x8 x7 -x6 -x5 x4 x3 -x2 -x1 
1800.06/1800.62	c SCIP Status        : solving was interrupted [user interrupt]
1800.06/1800.62	c Solving Time       :    1756.83
1800.06/1800.62	c Original Problem   :
1800.06/1800.62	c   Problem name     : HOME/instance-2665471-1276366768.opb
1800.06/1800.62	c   Variables        : 475 (475 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.06/1800.62	c   Constraints      : 475 initial, 475 maximal
1800.06/1800.62	c Presolved Problem  :
1800.06/1800.62	c   Problem name     : t_HOME/instance-2665471-1276366768.opb
1800.06/1800.62	c   Variables        : 475 (475 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.06/1800.62	c   Constraints      : 568 initial, 709 maximal
1800.06/1800.62	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.06/1800.62	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.06/1800.62	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.06/1800.62	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.06/1800.62	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.06/1800.62	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.06/1800.62	c   probing          :       0.01          0          0          0          0          0          0          0          0
1800.06/1800.62	c   knapsack         :       0.03          0          0          0          0          0         21        308        651
1800.06/1800.62	c   setppc           :       0.00          0          0          0          0          0         44          0          0
1800.06/1800.62	c   linear           :       0.01          0          0          0          0          0          0          0         21
1800.06/1800.62	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.06/1800.62	c   root node        :          -          0          -          -          0          -          -          -          -
1800.06/1800.62	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.06/1800.62	c   integral         :          0          0          0      12915          0          3         90          0          0      25736
1800.06/1800.62	c   knapsack         :        453         11     132438          0          0          0      60194        726          0          0
1800.06/1800.62	c   setppc           :        114         11     132438          0          0          0       2271          0          0          0
1800.06/1800.62	c   logicor          :          1+        11      18991          0          0          0          0          0          0          0
1800.06/1800.62	c   countsols        :          0          0          0          0          0          0          0          0          0          0
1800.06/1800.62	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.06/1800.62	c   integral         :     128.13       0.00       0.00     128.13       0.00
1800.06/1800.62	c   knapsack         :       8.90       0.09       8.81       0.00       0.00
1800.06/1800.62	c   setppc           :       0.87       0.00       0.87       0.00       0.00
1800.06/1800.62	c   logicor          :       0.09       0.00       0.09       0.00       0.00
1800.06/1800.62	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.06/1800.62	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.06/1800.62	c   vbounds          :       0.03          2          0          0
1800.06/1800.62	c   rootredcost      :       0.12         14          0          0
1800.06/1800.62	c   pseudoobj        :       3.65     132564          0          0
1800.06/1800.62	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.06/1800.62	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
1800.06/1800.62	c   infeasible LP    :       0.00        155        155        155        3.7          0        0.0          0
1800.06/1800.62	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.06/1800.62	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.06/1800.62	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.06/1800.62	c   applied globally :          -          -          -        155        3.7          -          -          -
1800.06/1800.62	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.06/1800.62	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.06/1800.62	c   cut pool         :       0.00         10          -          -        288          -    (maximal pool size: 1354)
1800.06/1800.62	c   redcost          :       1.73      25036          0     260210          0          0
1800.06/1800.62	c   impliedbounds    :       0.00         11          0          0         73          0
1800.06/1800.62	c   intobj           :       0.00          0          0          0          0          0
1800.06/1800.62	c   cgmip            :       0.00          0          0          0          0          0
1800.06/1800.62	c   gomory           :       3.89         11          0          0          0          0
1800.06/1800.62	c   strongcg         :       3.55         11          0          0          0          0
1800.06/1800.62	c   cmir             :       0.40         10          0          0        761          0
1800.06/1800.62	c   flowcover        :       0.47         10          0          0        925          0
1800.06/1800.62	c   clique           :       0.00          1          0          0          0          0
1800.06/1800.62	c   zerohalf         :       0.00          0          0          0          0          0
1800.06/1800.62	c   mcf              :       0.00          1          0          0          0          0
1800.06/1800.62	c   rapidlearning    :       0.08          1          0          0          0          0
1800.06/1800.62	c Pricers            :       Time      Calls       Vars
1800.06/1800.62	c   problem variables:       0.00          0          0
1800.06/1800.62	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.06/1800.62	c   relpscost        :     128.07      12915          3         90          0          0      25736
1800.06/1800.62	c   pscost           :       0.00          0          0          0          0          0          0
1800.06/1800.62	c   inference        :       0.00          0          0          0          0          0          0
1800.06/1800.62	c   mostinf          :       0.00          0          0          0          0          0          0
1800.06/1800.62	c   leastinf         :       0.00          0          0          0          0          0          0
1800.06/1800.62	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.06/1800.62	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.06/1800.62	c   random           :       0.00          0          0          0          0          0          0
1800.06/1800.62	c Primal Heuristics  :       Time      Calls      Found
1800.06/1800.62	c   LP solutions     :       0.00          -          0
1800.06/1800.62	c   pseudo solutions :       0.00          -          0
1800.06/1800.62	c   oneopt           :       0.02          8          2
1800.06/1800.62	c   objpscostdiving  :      49.22          2          0
1800.06/1800.62	c   crossover        :       1.85          8          8
1800.06/1800.62	c   fracdiving       :      55.73         24          0
1800.06/1800.62	c   guideddiving     :      54.41         24          0
1800.06/1800.62	c   coefdiving       :      69.85         30        148
1800.06/1800.62	c   veclendiving     :     227.23        120        160
1800.06/1800.62	c   pscostdiving     :     297.89        159        244
1800.06/1800.62	c   trivial          :       0.01          2          3
1800.06/1800.62	c   simplerounding   :       0.89      20493         24
1800.06/1800.62	c   zirounding       :       0.96       1251         25
1800.06/1800.62	c   rounding         :      18.47       6394          1
1800.06/1800.62	c   shifting         :       4.82       1696          1
1800.06/1800.62	c   intshifting      :       0.00          0          0
1800.06/1800.62	c   twoopt           :       0.00          0          0
1800.06/1800.62	c   fixandinfer      :       0.00          0          0
1800.06/1800.62	c   feaspump         :       0.00          0          0
1800.06/1800.62	c   intdiving        :       0.00          0          0
1800.06/1800.62	c   actconsdiving    :       0.00          0          0
1800.06/1800.62	c   rootsoldiving    :       9.63         21          0
1800.06/1800.62	c   linesearchdiving :      96.62         58         76
1800.06/1800.62	c   octane           :       0.00          0          0
1800.06/1800.62	c   rens             :       0.01          0          0
1800.06/1800.62	c   rins             :       0.00          0          0
1800.06/1800.62	c   localbranching   :       0.00          0          0
1800.06/1800.62	c   mutation         :       0.00          0          0
1800.06/1800.62	c   dins             :       0.00          0          0
1800.06/1800.62	c   undercover       :       0.00          0          0
1800.06/1800.62	c   nlp              :       0.02          0          0
1800.06/1800.62	c   trysol           :       0.01          0          0
1800.06/1800.62	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.06/1800.62	c   primal LP        :       0.00          0          0       0.00          -
1800.06/1800.62	c   dual LP          :     710.58      27439    2236475      81.51    3147.39
1800.06/1800.62	c   lex dual LP      :       0.00          0          0       0.00          -
1800.06/1800.62	c   barrier LP       :       0.00          0          0       0.00          -
1800.06/1800.62	c   diving/probing LP:     830.24      63404    2691976      42.46    3242.41
1800.06/1800.62	c   strong branching :     126.40       1608     342333     212.89    2708.33
1800.06/1800.62	c     (at root node) :          -         20      13765     688.25          -
1800.06/1800.62	c   conflict analysis:       0.00          0          0       0.00          -
1800.06/1800.62	c B&B Tree           :
1800.06/1800.62	c   number of runs   :          1
1800.06/1800.62	c   nodes            :      19818
1800.06/1800.62	c   nodes (total)    :      19818
1800.06/1800.62	c   nodes left       :       5790
1800.06/1800.62	c   max depth        :        114
1800.06/1800.62	c   max depth (total):        114
1800.06/1800.62	c   backtracks       :       3472 (17.5%)
1800.06/1800.62	c   delayed cutoffs  :          0
1800.06/1800.62	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1800.06/1800.62	c   avg switch length:       5.86
1800.06/1800.62	c   switching time   :       2.11
1800.06/1800.62	c Solution           :
1800.06/1800.62	c   Solutions found  :        692 (21 improvements)
1800.06/1800.62	c   First Solution   : +4.75000000000000e+02   (in run 1, after 0 nodes, 0.00 seconds, depth 0, found by <trivial>)
1800.06/1800.62	c   Primal Bound     : +1.91000000000000e+02   (in run 1, after 4096 nodes, 751.55 seconds, depth 110, found by <crossover>)
1800.06/1800.62	c   Dual Bound       : +1.68685615572360e+02
1800.06/1800.62	c   Gap              :      13.23 %
1800.06/1800.62	c   Root Dual Bound  : +1.67151337654359e+02
1800.06/1800.62	c   Root Iterations  :       5771
1800.06/1800.65	c Time complete: 1800.1.

Verifier Data

OK	191

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2665471-1276366768/watcher-2665471-1276366768 -o /tmp/evaluation-result-2665471-1276366768/solver-2665471-1276366768 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2665471-1276366768.opb -t 1800 -m 1800 

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.21 1.13 1.04 3/106 12836
/proc/meminfo: memFree=1861444/2059040 swapFree=4134488/4192956
[pid=12836] ppid=12834 vsize=8260 CPUtime=0
/proc/12836/stat : 12836 (pbscip.linux.x8) R 12834 12836 12058 0 -1 4202496 1010 0 0 0 0 0 0 0 22 0 1 0 12263198 8458240 931 1992294400 4194304 9819077 140733939159920 18446744073709551615 8675093 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/12836/statm: 2065 941 368 1374 0 686 0

[startup+0.041136 s]
/proc/loadavg: 1.21 1.13 1.04 3/106 12836
/proc/meminfo: memFree=1861444/2059040 swapFree=4134488/4192956
[pid=12836] ppid=12834 vsize=14388 CPUtime=0.03
/proc/12836/stat : 12836 (pbscip.linux.x8) R 12834 12836 12058 0 -1 4202496 3001 0 0 0 2 1 0 0 22 0 1 0 12263198 14733312 2311 1992294400 4194304 9819077 140733939159920 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12836/statm: 3597 2311 492 1374 0 2218 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 14388

[startup+0.101142 s]
/proc/loadavg: 1.21 1.13 1.04 3/106 12836
/proc/meminfo: memFree=1861444/2059040 swapFree=4134488/4192956
[pid=12836] ppid=12834 vsize=15820 CPUtime=0.09
/proc/12836/stat : 12836 (pbscip.linux.x8) R 12834 12836 12058 0 -1 4202496 6193 0 0 0 7 2 0 0 22 0 1 0 12263198 16199680 2676 1992294400 4194304 9819077 140733939159920 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12836/statm: 3955 2676 522 1374 0 2576 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15820

[startup+0.301162 s]
/proc/loadavg: 1.21 1.13 1.04 3/106 12836
/proc/meminfo: memFree=1861444/2059040 swapFree=4134488/4192956
[pid=12836] ppid=12834 vsize=19760 CPUtime=0.29
/proc/12836/stat : 12836 (pbscip.linux.x8) R 12834 12836 12058 0 -1 4202496 7565 0 0 0 27 2 0 0 22 0 1 0 12263198 20234240 3431 1992294400 4194304 9819077 140733939159920 18446744073709551615 7306954 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12836/statm: 4940 3431 642 1374 0 3561 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 19760

[startup+0.701202 s]
/proc/loadavg: 1.21 1.13 1.04 3/106 12836
/proc/meminfo: memFree=1861444/2059040 swapFree=4134488/4192956
[pid=12836] ppid=12834 vsize=20204 CPUtime=0.69
/proc/12836/stat : 12836 (pbscip.linux.x8) R 12834 12836 12058 0 -1 4202496 8338 0 0 0 66 3 0 0 24 0 1 0 12263198 20688896 3547 1992294400 4194304 9819077 140733939159920 18446744073709551615 6055431 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12836/statm: 5051 3547 659 1374 0 3672 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 20204

[startup+1.50028 s]
/proc/loadavg: 1.19 1.13 1.04 2/107 12837
/proc/meminfo: memFree=1849036/2059040 swapFree=4134488/4192956
[pid=12836] ppid=12834 vsize=21160 CPUtime=1.49
/proc/12836/stat : 12836 (pbscip.linux.x8) R 12834 12836 12058 0 -1 4202496 19128 0 0 0 140 9 0 0 25 0 1 0 12263198 21667840 3809 1992294400 4194304 9819077 140733939159920 18446744073709551615 7308981 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12836/statm: 5290 3809 692 1374 0 3911 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 21160

[startup+3.10044 s]
/proc/loadavg: 1.19 1.13 1.04 2/107 12837
/proc/meminfo: memFree=1848788/2059040 swapFree=4134488/4192956
[pid=12836] ppid=12834 vsize=21416 CPUtime=3.09
/proc/12836/stat : 12836 (pbscip.linux.x8) R 12834 12836 12058 0 -1 4202496 22359 0 0 0 299 10 0 0 25 0 1 0 12263198 21929984 3715 1992294400 4194304 9819077 140733939159920 18446744073709551615 6055166 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12836/statm: 5354 3715 692 1374 0 3975 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 21416

[startup+6.30077 s]
/proc/loadavg: 1.19 1.13 1.04 2/107 12839
/proc/meminfo: memFree=1847300/2059040 swapFree=4134488/4192956
[pid=12836] ppid=12834 vsize=22932 CPUtime=6.29
/proc/12836/stat : 12836 (pbscip.linux.x8) R 12834 12836 12058 0 -1 4202496 27906 0 0 0 616 13 0 0 25 0 1 0 12263198 23482368 4040 1992294400 4194304 9819077 140733939159920 18446744073709551615 7309197 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12836/statm: 5733 4040 692 1374 0 4354 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 22932

[startup+12.7014 s]
/proc/loadavg: 1.16 1.12 1.04 2/107 12839
/proc/meminfo: memFree=1846556/2059040 swapFree=4134488/4192956
[pid=12836] ppid=12834 vsize=26648 CPUtime=12.69
/proc/12836/stat : 12836 (pbscip.linux.x8) R 12834 12836 12058 0 -1 4202496 35187 0 0 0 1252 17 0 0 25 0 1 0 12263198 27287552 4158 1992294400 4194304 9819077 140733939159920 18446744073709551615 7293475 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12836/statm: 6662 4158 699 1374 0 5283 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 26648

[startup+25.5017 s]
/proc/loadavg: 1.13 1.12 1.04 2/107 12839
/proc/meminfo: memFree=1847052/2059040 swapFree=4134488/4192956
[pid=12836] ppid=12834 vsize=25296 CPUtime=25.49
/proc/12836/stat : 12836 (pbscip.linux.x8) R 12834 12836 12058 0 -1 4202496 99289 0 0 0 2508 41 0 0 25 0 1 0 12263198 25903104 4130 1992294400 4194304 9819077 140733939159920 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12836/statm: 6324 4130 706 1374 0 4945 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 25296

[startup+51.1013 s]
/proc/loadavg: 1.09 1.11 1.03 2/107 12839
/proc/meminfo: memFree=1846804/2059040 swapFree=4134488/4192956
[pid=12836] ppid=12834 vsize=25396 CPUtime=51.07
/proc/12836/stat : 12836 (pbscip.linux.x8) R 12834 12836 12058 0 -1 4202496 238624 0 0 0 5013 94 0 0 25 0 1 0 12263198 26005504 4150 1992294400 4194304 9819077 140733939159920 18446744073709551615 7309056 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12836/statm: 6349 4150 706 1374 0 4970 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 25396

[startup+102.308 s]
/proc/loadavg: 1.03 1.09 1.03 2/107 12841
/proc/meminfo: memFree=1846308/2059040 swapFree=4134488/4192956
[pid=12836] ppid=12834 vsize=22812 CPUtime=102.27
/proc/12836/stat : 12836 (pbscip.linux.x8) R 12834 12836 12058 0 -1 4202496 477356 0 0 0 10038 189 0 0 25 0 1 0 12263198 23359488 4180 1992294400 4194304 9819077 140733939159920 18446744073709551615 6198563 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12836/statm: 5703 4184 706 1374 0 4324 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 22812

[startup+162.301 s]
/proc/loadavg: 1.01 1.07 1.02 2/107 12843
/proc/meminfo: memFree=1846184/2059040 swapFree=4134488/4192956
[pid=12836] ppid=12834 vsize=23336 CPUtime=162.24
/proc/12836/stat : 12836 (pbscip.linux.x8) R 12834 12836 12058 0 -1 4202496 785795 0 0 0 15901 323 0 0 25 0 1 0 12263198 23896064 4256 1992294400 4194304 9819077 140733939159920 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12836/statm: 5834 4256 714 1374 0 4455 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 23336

[startup+222.301 s]
/proc/loadavg: 1.00 1.05 1.02 2/107 12843
/proc/meminfo: memFree=1845688/2059040 swapFree=4134488/4192956
[pid=12836] ppid=12834 vsize=23464 CPUtime=222.23
/proc/12836/stat : 12836 (pbscip.linux.x8) R 12834 12836 12058 0 -1 4202496 1099525 0 0 0 21757 466 0 0 25 0 1 0 12263198 24027136 4318 1992294400 4194304 9819077 140733939159920 18446744073709551615 7311850 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12836/statm: 5866 4318 714 1374 0 4487 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 23464

[startup+282.301 s]
/proc/loadavg: 1.00 1.04 1.01 2/107 12845
/proc/meminfo: memFree=1845688/2059040 swapFree=4134488/4192956
[pid=12836] ppid=12834 vsize=22828 CPUtime=282.21
/proc/12836/stat : 12836 (pbscip.linux.x8) R 12834 12836 12058 0 -1 4202496 1402217 0 0 0 27609 612 0 0 25 0 1 0 12263198 23375872 4318 1992294400 4194304 9819077 140733939159920 18446744073709551615 7284106 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12836/statm: 5707 4319 714 1374 0 4328 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 22828

[startup+342.301 s]
/proc/loadavg: 1.00 1.03 1.01 2/107 12847
/proc/meminfo: memFree=1845564/2059040 swapFree=4134488/4192956
[pid=12836] ppid=12834 vsize=23464 CPUtime=342.19
/proc/12836/stat : 12836 (pbscip.linux.x8) R 12834 12836 12058 0 -1 4202496 1704464 0 0 0 33460 759 0 0 25 0 1 0 12263198 24027136 4323 1992294400 4194304 9819077 140733939159920 18446744073709551615 7291726 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12836/statm: 5866 4323 714 1374 0 4487 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 23464

[startup+402.301 s]
/proc/loadavg: 1.00 1.02 1.00 2/107 12849
/proc/meminfo: memFree=1845688/2059040 swapFree=4134488/4192956
[pid=12836] ppid=12834 vsize=23440 CPUtime=402.18
/proc/12836/stat : 12836 (pbscip.linux.x8) R 12834 12836 12058 0 -1 4202496 2017543 0 0 0 39316 902 0 0 25 0 1 0 12263198 24002560 4338 1992294400 4194304 9819077 140733939159920 18446744073709551615 6656802 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12836/statm: 5860 4338 714 1374 0 4481 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 23440

[startup+462.301 s]
/proc/loadavg: 1.00 1.02 1.00 2/107 12851
/proc/meminfo: memFree=1845564/2059040 swapFree=4134488/4192956
[pid=12836] ppid=12834 vsize=23560 CPUtime=462.16
/proc/12836/stat : 12836 (pbscip.linux.x8) R 12834 12836 12058 0 -1 4202496 2313237 0 0 0 45180 1036 0 0 25 0 1 0 12263198 24125440 4352 1992294400 4194304 9819077 140733939159920 18446744073709551615 7318511 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12836/statm: 5890 4352 716 1374 0 4511 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 23560

[startup+522.302 s]
/proc/loadavg: 1.00 1.01 1.00 2/107 12851
/proc/meminfo: memFree=1844944/2059040 swapFree=4134488/4192956
[pid=12836] ppid=12834 vsize=24048 CPUtime=522.15
/proc/12836/stat : 12836 (pbscip.linux.x8) R 12834 12836 12058 0 -1 4202496 2608744 0 0 0 51045 1170 0 0 25 0 1 0 12263198 24625152 4464 1992294400 4194304 9819077 140733939159920 18446744073709551615 6589138 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12836/statm: 6012 4464 716 1374 0 4633 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 24048

[startup+582.302 s]
/proc/loadavg: 1.00 1.01 1.00 2/107 12853
/proc/meminfo: memFree=1844696/2059040 swapFree=4134488/4192956
[pid=12836] ppid=12834 vsize=23624 CPUtime=582.12
/proc/12836/stat : 12836 (pbscip.linux.x8) R 12834 12836 12058 0 -1 4202496 2905783 0 0 0 56913 1299 0 0 25 0 1 0 12263198 24190976 4520 1992294400 4194304 9819077 140733939159920 18446744073709551615 7284128 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12836/statm: 5906 4520 716 1374 0 4527 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 23624

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 12855
/proc/meminfo: memFree=1844076/2059040 swapFree=4134488/4192956
[pid=12836] ppid=12834 vsize=25028 CPUtime=642.11
/proc/12836/stat : 12836 (pbscip.linux.x8) R 12834 12836 12058 0 -1 4202496 3195380 0 0 0 62771 1440 0 0 25 0 1 0 12263198 25628672 4691 1992294400 4194304 9819077 140733939159920 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12836/statm: 6257 4691 716 1374 0 4878 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 25028

[startup+702.302 s]

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

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 12859
/proc/meminfo: memFree=1842960/2059040 swapFree=4134488/4192956
[pid=12836] ppid=12834 vsize=26044 CPUtime=822.05
/proc/12836/stat : 12836 (pbscip.linux.x8) R 12834 12836 12058 0 -1 4202496 4161731 0 0 0 80297 1908 0 0 25 0 1 0 12263198 26669056 5009 1992294400 4194304 9819077 140733939159920 18446744073709551615 7289880 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12836/statm: 6511 5009 725 1374 0 5132 0
Current children cumulated CPU time (s) 822.05
Current children cumulated vsize (KiB) 26044

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 12861
/proc/meminfo: memFree=1842836/2059040 swapFree=4134488/4192956
[pid=12836] ppid=12834 vsize=26044 CPUtime=882.04
/proc/12836/stat : 12836 (pbscip.linux.x8) R 12834 12836 12058 0 -1 4202496 4476313 0 0 0 86147 2057 0 0 25 0 1 0 12263198 26669056 4925 1992294400 4194304 9819077 140733939159920 18446744073709551615 7290971 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12836/statm: 6511 4925 725 1374 0 5132 0
Current children cumulated CPU time (s) 882.04
Current children cumulated vsize (KiB) 26044

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 12863
/proc/meminfo: memFree=1842712/2059040 swapFree=4134488/4192956
[pid=12836] ppid=12834 vsize=25824 CPUtime=942.02
/proc/12836/stat : 12836 (pbscip.linux.x8) R 12834 12836 12058 0 -1 4202496 4784426 0 0 0 91994 2208 0 0 25 0 1 0 12263198 26443776 4909 1992294400 4194304 9819077 140733939159920 18446744073709551615 7290936 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12836/statm: 6456 4909 725 1374 0 5077 0
Current children cumulated CPU time (s) 942.02
Current children cumulated vsize (KiB) 25824

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 12865
/proc/meminfo: memFree=1842216/2059040 swapFree=4134488/4192956
[pid=12836] ppid=12834 vsize=26492 CPUtime=1002
/proc/12836/stat : 12836 (pbscip.linux.x8) R 12834 12836 12058 0 -1 4202496 5109638 0 0 0 97833 2367 0 0 25 0 1 0 12263198 27127808 5114 1992294400 4194304 9819077 140733939159920 18446744073709551615 7290533 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12836/statm: 6623 5114 725 1374 0 5244 0
Current children cumulated CPU time (s) 1002
Current children cumulated vsize (KiB) 26492

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 12867
/proc/meminfo: memFree=1842340/2059040 swapFree=4134488/4192956
[pid=12836] ppid=12834 vsize=26516 CPUtime=1061.98
/proc/12836/stat : 12836 (pbscip.linux.x8) R 12834 12836 12058 0 -1 4202496 5413754 0 0 0 103682 2516 0 0 25 0 1 0 12263198 27152384 5063 1992294400 4194304 9819077 140733939159920 18446744073709551615 7301603 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12836/statm: 6629 5063 725 1374 0 5250 0
Current children cumulated CPU time (s) 1061.98
Current children cumulated vsize (KiB) 26516

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 12867
/proc/meminfo: memFree=1842340/2059040 swapFree=4134488/4192956
[pid=12836] ppid=12834 vsize=26480 CPUtime=1121.97
/proc/12836/stat : 12836 (pbscip.linux.x8) R 12834 12836 12058 0 -1 4202496 5738466 0 0 0 109521 2676 0 0 25 0 1 0 12263198 27115520 5061 1992294400 4194304 9819077 140733939159920 18446744073709551615 7290866 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12836/statm: 6620 5061 725 1374 0 5241 0
Current children cumulated CPU time (s) 1121.97
Current children cumulated vsize (KiB) 26480

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 12869
/proc/meminfo: memFree=1841596/2059040 swapFree=4134488/4192956
[pid=12836] ppid=12834 vsize=26504 CPUtime=1181.94
/proc/12836/stat : 12836 (pbscip.linux.x8) R 12834 12836 12058 0 -1 4202496 5997433 0 0 0 115397 2797 0 0 25 0 1 0 12263198 27140096 5102 1992294400 4194304 9819077 140733939159920 18446744073709551615 7309183 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12836/statm: 6626 5102 725 1374 0 5247 0
Current children cumulated CPU time (s) 1181.94
Current children cumulated vsize (KiB) 26504

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 12871
/proc/meminfo: memFree=1841720/2059040 swapFree=4134488/4192956
[pid=12836] ppid=12834 vsize=26692 CPUtime=1241.92
/proc/12836/stat : 12836 (pbscip.linux.x8) R 12834 12836 12058 0 -1 4202496 6292952 0 0 0 121252 2940 0 0 25 0 1 0 12263198 27332608 5119 1992294400 4194304 9819077 140733939159920 18446744073709551615 6656800 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12836/statm: 6673 5119 725 1374 0 5294 0
Current children cumulated CPU time (s) 1241.92
Current children cumulated vsize (KiB) 26692

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 12873
/proc/meminfo: memFree=1841596/2059040 swapFree=4134488/4192956
[pid=12836] ppid=12834 vsize=26724 CPUtime=1301.91
/proc/12836/stat : 12836 (pbscip.linux.x8) R 12834 12836 12058 0 -1 4202496 6607496 0 0 0 127102 3089 0 0 25 0 1 0 12263198 27365376 5130 1992294400 4194304 9819077 140733939159920 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12836/statm: 6681 5130 725 1374 0 5302 0
Current children cumulated CPU time (s) 1301.91
Current children cumulated vsize (KiB) 26724

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 12875
/proc/meminfo: memFree=1841596/2059040 swapFree=4134488/4192956
[pid=12836] ppid=12834 vsize=26760 CPUtime=1361.88
/proc/12836/stat : 12836 (pbscip.linux.x8) R 12834 12836 12058 0 -1 4202496 6906448 0 0 0 132956 3232 0 0 25 0 1 0 12263198 27402240 5181 1992294400 4194304 9819077 140733939159920 18446744073709551615 7309299 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12836/statm: 6690 5181 725 1374 0 5311 0
Current children cumulated CPU time (s) 1361.88
Current children cumulated vsize (KiB) 26760

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 12875
/proc/meminfo: memFree=1840232/2059040 swapFree=4134488/4192956
[pid=12836] ppid=12834 vsize=28108 CPUtime=1421.87
/proc/12836/stat : 12836 (pbscip.linux.x8) R 12834 12836 12058 0 -1 4202496 7207825 0 0 0 138814 3373 0 0 25 0 1 0 12263198 28782592 5464 1992294400 4194304 9819077 140733939159920 18446744073709551615 7324005 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12836/statm: 7027 5464 725 1374 0 5648 0
Current children cumulated CPU time (s) 1421.87
Current children cumulated vsize (KiB) 28108

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 12877
/proc/meminfo: memFree=1840232/2059040 swapFree=4134488/4192956
[pid=12836] ppid=12834 vsize=28200 CPUtime=1481.84
/proc/12836/stat : 12836 (pbscip.linux.x8) R 12834 12836 12058 0 -1 4202496 7515043 0 0 0 144660 3524 0 0 25 0 1 0 12263198 28876800 5513 1992294400 4194304 9819077 140733939159920 18446744073709551615 7309307 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12836/statm: 7050 5513 725 1374 0 5671 0
Current children cumulated CPU time (s) 1481.84
Current children cumulated vsize (KiB) 28200

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 12879
/proc/meminfo: memFree=1839984/2059040 swapFree=4134488/4192956
[pid=12836] ppid=12834 vsize=27400 CPUtime=1541.82
/proc/12836/stat : 12836 (pbscip.linux.x8) R 12834 12836 12058 0 -1 4202496 7831625 0 0 0 150503 3679 0 0 25 0 1 0 12263198 28057600 5443 1992294400 4194304 9819077 140733939159920 18446744073709551615 7282806 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12836/statm: 6850 5445 725 1374 0 5471 0
Current children cumulated CPU time (s) 1541.82
Current children cumulated vsize (KiB) 27400

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 12881
/proc/meminfo: memFree=1839984/2059040 swapFree=4134488/4192956
[pid=12836] ppid=12834 vsize=28200 CPUtime=1601.81
/proc/12836/stat : 12836 (pbscip.linux.x8) R 12834 12836 12058 0 -1 4202496 8135342 0 0 0 156353 3828 0 0 25 0 1 0 12263198 28876800 5486 1992294400 4194304 9819077 140733939159920 18446744073709551615 7301587 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12836/statm: 7050 5486 725 1374 0 5671 0
Current children cumulated CPU time (s) 1601.81
Current children cumulated vsize (KiB) 28200

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 12883
/proc/meminfo: memFree=1839860/2059040 swapFree=4134488/4192956
[pid=12836] ppid=12834 vsize=28236 CPUtime=1661.79
/proc/12836/stat : 12836 (pbscip.linux.x8) R 12834 12836 12058 0 -1 4202496 8445796 0 0 0 162204 3975 0 0 25 0 1 0 12263198 28913664 5494 1992294400 4194304 9819077 140733939159920 18446744073709551615 8657695 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12836/statm: 7059 5497 725 1374 0 5680 0
Current children cumulated CPU time (s) 1661.79
Current children cumulated vsize (KiB) 28236

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 12883
/proc/meminfo: memFree=1838868/2059040 swapFree=4134488/4192956
[pid=12836] ppid=12834 vsize=28968 CPUtime=1721.77
/proc/12836/stat : 12836 (pbscip.linux.x8) R 12834 12836 12058 0 -1 4202496 8748027 0 0 0 168055 4122 0 0 25 0 1 0 12263198 29663232 5711 1992294400 4194304 9819077 140733939159920 18446744073709551615 6364949 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12836/statm: 7242 5711 725 1374 0 5863 0
Current children cumulated CPU time (s) 1721.77
Current children cumulated vsize (KiB) 28968

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 12885
/proc/meminfo: memFree=1838620/2059040 swapFree=4134488/4192956
[pid=12836] ppid=12834 vsize=29320 CPUtime=1781.75
/proc/12836/stat : 12836 (pbscip.linux.x8) R 12834 12836 12058 0 -1 4202496 9053212 0 0 0 173900 4275 0 0 25 0 1 0 12263198 30023680 5790 1992294400 4194304 9819077 140733939159920 18446744073709551615 7290981 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12836/statm: 7330 5790 731 1374 0 5951 0
Current children cumulated CPU time (s) 1781.75
Current children cumulated vsize (KiB) 29320



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 12885
/proc/meminfo: memFree=1838620/2059040 swapFree=4134488/4192956
[pid=12836] ppid=12834 vsize=29000 CPUtime=1800.06
/proc/12836/stat : 12836 (pbscip.linux.x8) R 12834 12836 12058 0 -1 4202496 9148825 0 0 0 175684 4322 0 0 25 0 1 0 12263198 29696000 5750 1992294400 4194304 9819077 140733939159920 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12836/statm: 7250 5750 731 1374 0 5871 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 29000

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

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

Child status: 0
Real time (s): 1800.65
CPU time (s): 1800.11
CPU user time (s): 1756.88
CPU system time (s): 43.2254
CPU usage (%): 99.9698
Max. virtual memory (cumulated for all children) (KiB): 38040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1756.88
system time used= 43.2254
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9148872
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= 2
involuntary context switches= 3874

runsolver used 2.92156 second user time and 8.5627 second system time

The end

Launcher Data

Begin job on node017 at 2010-06-12 20:19:28
IDJOB=2665471
IDBENCH=1952
IDSOLVER=1168
FILE ID=node017/2665471-1276366768
PBS_JOBID= 11173211
Free space on /tmp= 62368 MiB

SOLVER NAME= SCIPclp SCIP 1.2.1.2 with Clp 1.11.1 (Release Version) as LP solver
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB06/liu/domset/normalized-domset_v500_e2000_w30_mw19_24.opb.PB06.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.clp -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2665471-1276366768/watcher-2665471-1276366768 -o /tmp/evaluation-result-2665471-1276366768/solver-2665471-1276366768 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2665471-1276366768.opb -t 1800 -m 1800

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

MD5SUM BENCH= 7903a80129c7e51df900bcb9ac0a6f39
RANDOM SEED=139708592

node017.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/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.201
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
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 constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.40
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.201
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
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 constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5599.51
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1861848 kB
Buffers:         22580 kB
Cached:         108348 kB
SwapCached:      11200 kB
Active:          90480 kB
Inactive:        54160 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1861848 kB
SwapTotal:     4192956 kB
SwapFree:      4134488 kB
Dirty:            6256 kB
Writeback:           0 kB
AnonPages:       12416 kB
Mapped:           9116 kB
Slab:            30804 kB
PageTables:       3992 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   183012 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264948 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62364 MiB
End job on node017 at 2010-06-12 20:49:31