Trace number 2665584

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)194 1800.08 1800.55

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/liu/
domset/normalized-domset_v500_e2000_w30_mw19_21.opb.PB06.opb
MD5SUM85de1910ead9431952046fc8a55b274b
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark189
Best CPU time to get the best result obtained on this benchmark1789.6
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 variables478
Total number of constraints478
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 constraints478
Minimum length of a constraint3
Maximum length of a constraint20
Number of terms in the objective function 478
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 478
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 478
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-2665584-1276369125.opb>
0.00/0.02	c original problem has 478 variables (478 bin, 0 int, 0 impl, 0 cont) and 478 constraints
0.00/0.02	c problem read
0.00/0.02	c presolving settings loaded
0.01/0.03	o 478
0.01/0.03	c feasible solution found by trivial heuristic, objective value  4.780000e+02
0.01/0.03	c presolving:
0.01/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.01/0.05	c (round 2) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 21 chg coeffs, 478 upgd conss, 2 impls, 0 clqs
0.01/0.07	c (round 3) 0 del vars, 3 del conss, 0 chg bounds, 113 chg sides, 334 chg coeffs, 478 upgd conss, 244 impls, 0 clqs
0.01/0.07	c (round 4) 0 del vars, 45 del conss, 0 chg bounds, 258 chg sides, 582 chg coeffs, 478 upgd conss, 244 impls, 0 clqs
0.01/0.08	c (round 5) 0 del vars, 58 del conss, 0 chg bounds, 292 chg sides, 624 chg coeffs, 478 upgd conss, 244 impls, 0 clqs
0.01/0.08	c (round 6) 0 del vars, 60 del conss, 0 chg bounds, 299 chg sides, 645 chg coeffs, 478 upgd conss, 244 impls, 0 clqs
0.01/0.09	c (round 7) 0 del vars, 61 del conss, 0 chg bounds, 303 chg sides, 650 chg coeffs, 478 upgd conss, 244 impls, 0 clqs
0.09/0.10	c    (0.1s) probing: 101/478 (21.1%) - 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, 61 deleted constraints, 0 tightened bounds, 0 added holes, 303 changed sides, 650 changed coefficients
0.09/0.10	c  244 implications, 0 cliques
0.09/0.10	c presolved problem has 478 variables (478 bin, 0 int, 0 impl, 0 cont) and 551 constraints
0.09/0.10	c     453 constraints of type <knapsack>
0.09/0.10	c      94 constraints of type <setppc>
0.09/0.10	c       4 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.99
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.48	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.48	c t 0.4s|     1 |     0 |  1041 |     - |2598k|   0 | 322 | 478 | 551 | 478 | 551 |   0 |   0 |   0 | 1.482721e+02 | 4.780000e+02 | 222.38%
0.39/0.48	o 336
0.39/0.48	c r 0.4s|     1 |     0 |  1041 |     - |2611k|   0 | 322 | 478 | 551 | 478 | 551 |   0 |   0 |   0 | 1.482721e+02 | 3.360000e+02 | 126.61%
0.39/0.49	o 335
0.39/0.49	c R 0.4s|     1 |     0 |  1041 |     - |2625k|   0 | 322 | 478 | 551 | 478 | 551 |   0 |   0 |   0 | 1.482721e+02 | 3.350000e+02 | 125.94%
0.49/0.50	o 334
0.49/0.50	c s 0.5s|     1 |     0 |  1041 |     - |2638k|   0 | 322 | 478 | 551 | 478 | 551 |   0 |   0 |   0 | 1.482721e+02 | 3.340000e+02 | 125.26%
1.49/1.55	c   1.5s|     1 |     0 |  1977 |     - |2914k|   0 | 367 | 478 | 551 | 478 | 783 | 232 |   0 |   0 | 1.556800e+02 | 3.340000e+02 | 114.54%
1.49/1.55	o 214
1.49/1.55	c b 1.5s|     1 |     0 |  1977 |     - |2927k|   0 | 367 | 478 | 551 | 478 | 783 | 232 |   0 |   0 | 1.556800e+02 | 2.140000e+02 |  37.46%
2.79/2.85	c   2.8s|     1 |     0 |  3094 |     - |3167k|   0 | 406 | 478 | 551 | 478 | 978 | 427 |   0 |   0 | 1.599034e+02 | 2.140000e+02 |  33.83%
4.19/4.28	c   4.2s|     1 |     0 |  4041 |     - |3366k|   0 | 430 | 478 | 551 | 478 |1141 | 590 |   0 |   0 | 1.619876e+02 | 2.140000e+02 |  32.11%
5.69/5.75	c   5.6s|     1 |     0 |  4884 |     - |3519k|   0 | 442 | 478 | 551 | 478 |1261 | 710 |   0 |   0 | 1.632291e+02 | 2.140000e+02 |  31.10%
7.29/7.32	c   7.2s|     1 |     0 |  5621 |     - |3596k|   0 | 446 | 478 | 551 | 478 |1341 | 790 |   0 |   0 | 1.639804e+02 | 2.140000e+02 |  30.50%
8.70/8.72	c   8.6s|     1 |     0 |  6048 |     - |3664k|   0 | 444 | 478 | 551 | 478 |1404 | 853 |   0 |   0 | 1.642182e+02 | 2.140000e+02 |  30.31%
10.09/10.12	c   9.9s|     1 |     0 |  6390 |     - |3701k|   0 | 443 | 478 | 551 | 478 |1438 | 887 |   0 |   0 | 1.644016e+02 | 2.140000e+02 |  30.17%
11.39/11.41	c  11.2s|     1 |     0 |  6604 |     - |3727k|   0 | 441 | 478 | 551 | 478 |1458 | 907 |   0 |   0 | 1.645174e+02 | 2.140000e+02 |  30.08%
12.39/12.46	c  12.3s|     1 |     0 |  6651 |     - |3736k|   0 | 447 | 478 | 551 | 478 |1462 | 911 |   0 |   0 | 1.645201e+02 | 2.140000e+02 |  30.08%
13.69/13.71	c  13.5s|     1 |     0 |  6763 |     - |3750k|   0 | 448 | 478 | 551 | 478 |1472 | 921 |   0 |   0 | 1.645480e+02 | 2.140000e+02 |  30.05%
14.69/14.76	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
14.69/14.76	c  14.6s|     1 |     0 |  6801 |     - |3757k|   0 | 443 | 478 | 551 | 478 |1412 | 922 |   0 |   0 | 1.645496e+02 | 2.140000e+02 |  30.05%
15.69/15.75	c  15.5s|     1 |     0 |  6837 |     - |3763k|   0 | 442 | 478 | 551 | 478 |1413 | 923 |   0 |   0 | 1.645509e+02 | 2.140000e+02 |  30.05%
35.98/36.01	c  35.4s|     1 |     2 |  6837 |     - |3784k|   0 | 442 | 478 | 551 | 478 |1413 | 923 |   0 |  42 | 1.645509e+02 | 2.140000e+02 |  30.05%
98.67/98.78	o 213
98.67/98.78	c p97.0s|    27 |    28 | 32858 |1000.8 |4635k|  14 |   - | 478 | 551 | 478 |1013 | 923 |   0 | 261 | 1.649154e+02 | 2.130000e+02 |  29.16%
98.67/98.78	o 211
98.67/98.78	c p97.0s|    27 |    28 | 32874 |1001.4 |4638k|  14 |   - | 478 | 551 | 478 |1013 | 923 |   0 | 261 | 1.649154e+02 | 2.110000e+02 |  27.94%
98.67/98.78	o 210
98.67/98.78	c p97.0s|    27 |    28 | 32875 |1001.5 |4639k|  14 |   - | 478 | 551 | 478 |1013 | 923 |   0 | 261 | 1.649154e+02 | 2.100000e+02 |  27.34%
98.67/98.79	o 208
98.67/98.79	c p97.0s|    27 |    28 | 32888 |1002.0 |4641k|  14 |   - | 478 | 551 | 478 |1013 | 923 |   0 | 261 | 1.649154e+02 | 2.080000e+02 |  26.13%
98.67/98.79	o 208
98.67/98.79	c p97.0s|    27 |    28 | 32892 |1002.1 |4644k|  14 |   - | 478 | 551 | 478 |1013 | 923 |   0 | 261 | 1.649154e+02 | 2.080000e+02 |  26.13%
98.67/98.79	o 205
98.67/98.79	c p97.0s|    27 |    28 | 32901 |1002.5 |4647k|  14 |   - | 478 | 551 | 478 |1013 | 923 |   0 | 261 | 1.649154e+02 | 2.050000e+02 |  24.31%
98.77/98.81	o 204
98.77/98.81	c b97.0s|    28 |    27 | 32912 | 965.7 |4492k|  14 |   - | 478 | 551 | 478 |1013 | 923 |   0 | 261 | 1.649154e+02 | 2.040000e+02 |  23.70%
180.43/180.53	o 204
180.43/180.53	c l 177s|   163 |   164 |209186 |1249.1 |4831k|  26 |   - | 478 | 559 | 478 |1013 | 923 |   8 | 299 | 1.649154e+02 | 2.040000e+02 |  23.70%
180.63/180.79	o 200
180.63/180.79	c b 177s|   164 |   165 |209638 |1244.2 |4688k|  26 | 387 | 478 | 559 | 478 |1013 | 923 |   8 | 299 | 1.649154e+02 | 2.000000e+02 |  21.27%
281.91/282.08	o 198
281.91/282.08	c p 276s|   414 |   415 |423112 |1007.9 |5029k|  27 |   - | 478 | 571 | 478 |1013 | 923 |  20 | 377 | 1.649154e+02 | 1.980000e+02 |  20.06%
281.91/282.08	o 197
281.91/282.08	c p 276s|   414 |   415 |423115 |1007.9 |5031k|  27 |   - | 478 | 571 | 478 |1013 | 923 |  20 | 377 | 1.649154e+02 | 1.970000e+02 |  19.46%
329.40/329.54	o 197
329.40/329.54	c p 323s|   468 |   469 |529621 |1119.5 |5059k|  27 |   - | 478 | 571 | 478 |1013 | 923 |  20 | 404 | 1.649175e+02 | 1.970000e+02 |  19.45%
329.40/329.54	o 196
329.40/329.54	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
329.40/329.54	c p 323s|   468 |   469 |529622 |1119.5 |5060k|  27 |   - | 478 | 571 | 478 |1013 | 923 |  20 | 404 | 1.649175e+02 | 1.960000e+02 |  18.85%
492.15/492.31	o 195
492.15/492.31	c p 482s|   714 |   715 |880042 |1224.7 |5211k|  27 |   - | 478 | 575 | 478 |1013 | 923 |  24 | 507 | 1.650693e+02 | 1.950000e+02 |  18.13%
492.15/492.31	o 194
492.15/492.31	c p 482s|   714 |   715 |880048 |1224.7 |5212k|  27 |   - | 478 | 575 | 478 |1013 | 923 |  24 | 507 | 1.650693e+02 | 1.940000e+02 |  17.53%
1396.22/1396.64	c  1366s| 10000 |  5445 |  2957k| 295.1 |8681k| 137 | 362 | 478 | 615 | 478 |1013 | 923 |  64 |1093 | 1.655895e+02 | 1.940000e+02 |  17.16%
1800.03/1800.50	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.03/1800.51	c 
1800.03/1800.51	c SCIP Status        : solving was interrupted [user interrupt]
1800.03/1800.51	c Solving Time (sec) : 1760.62
1800.03/1800.51	c Solving Nodes      : 16067
1800.03/1800.51	c Primal Bound       : +1.94000000000000e+02 (750 solutions)
1800.03/1800.51	c Dual Bound         : +1.65662875302413e+02
1800.03/1800.51	c Gap                : 17.11 %
1800.03/1800.51	s SATISFIABLE
1800.03/1800.51	v -x478 -x477 -x476 x475 -x474 -x473 -x472 x471 x470 -x469 x468 x467 x466 -x465 -x464 x463 x462 x461 -x460 -x459 x458 x457 -x456 
1800.03/1800.51	v -x455 -x454 x453 -x452 -x451 -x450 -x449 x448 x447 -x446 -x445 x444 -x443 x442 x441 -x440 -x439 x438 x437 x436 -x435 -x434 x433 
1800.03/1800.51	v -x432 x431 -x430 x429 x428 -x427 -x426 -x425 x424 x423 -x422 -x421 x420 -x419 x418 -x417 -x416 -x415 -x414 -x413 -x412 -x411 
1800.03/1800.51	v -x410 x409 x408 x407 -x406 -x405 x404 x403 -x402 x401 -x400 x399 -x398 -x397 x396 -x395 x394 -x393 x392 -x391 -x390 -x389 
1800.03/1800.51	v x388 x387 x386 x385 -x384 -x383 -x382 -x381 -x380 -x379 -x378 x377 x376 x375 x374 -x373 -x372 -x371 x370 x369 -x368 x367 -x366 
1800.03/1800.51	v -x365 x364 x363 -x362 -x361 x360 -x359 -x358 x357 -x356 -x355 -x354 -x353 -x352 x351 -x350 -x349 x348 -x347 x346 x345 -x344 
1800.03/1800.51	v -x343 x342 x341 x340 -x339 -x338 -x337 -x336 -x335 -x334 -x333 -x332 x331 x330 -x329 -x328 x327 x326 -x325 x324 -x323 x322 x321 
1800.03/1800.51	v -x320 x319 x318 -x317 -x316 -x315 -x314 -x313 x312 x311 -x310 -x309 -x308 x307 x306 x305 -x304 -x303 -x302 x301 -x300 x299 
1800.03/1800.51	v -x298 -x297 x296 -x295 -x294 -x293 x292 x291 -x290 -x289 -x288 -x287 x286 x285 x284 x283 -x282 x281 -x280 x279 x278 x277 -x276 
1800.03/1800.51	v -x275 x274 x273 -x272 -x271 -x270 -x269 -x268 -x267 -x266 -x265 -x264 -x263 -x262 x261 x260 x259 -x258 -x257 -x256 -x255 
1800.03/1800.51	v x254 -x253 x252 x251 -x250 -x249 -x248 -x247 -x246 -x245 x244 -x243 -x242 x241 x240 -x239 x238 x237 x236 x235 x234 -x233 x232 
1800.03/1800.51	v x231 -x230 -x229 x228 x227 x226 -x225 x224 -x223 -x222 -x221 -x220 -x219 -x218 x217 x216 -x215 x214 -x213 x212 -x211 -x210 x209 
1800.03/1800.51	v -x208 -x207 -x206 -x205 -x204 -x203 x202 x201 -x200 -x199 -x198 x197 -x196 -x195 -x194 x193 -x192 x191 -x190 -x189 -x188 
1800.03/1800.51	v -x187 -x186 x185 -x184 x183 -x182 -x181 x180 x179 -x178 -x177 -x176 x175 x174 -x173 -x172 x171 -x170 x169 -x168 -x167 -x166 -x165 
1800.03/1800.51	v x164 x163 -x162 -x161 -x160 -x159 x158 x157 x156 -x155 -x154 -x153 -x152 -x151 x150 -x149 -x148 -x147 -x146 -x145 -x144 
1800.03/1800.51	v x143 -x142 x141 x140 -x139 x138 -x137 x136 -x135 -x134 x133 -x132 -x131 x130 -x129 -x128 x127 -x126 -x125 x124 -x123 x122 x121 
1800.03/1800.51	v -x120 x119 -x118 -x117 -x116 -x115 x114 x113 -x112 x111 x110 -x109 -x108 -x107 -x106 x105 -x104 x103 -x102 x101 x100 x99 x98 
1800.03/1800.51	v -x97 -x96 x95 x94 -x93 x92 -x91 -x90 -x89 -x88 -x87 -x86 -x85 x84 -x83 -x82 -x81 -x80 -x79 -x78 -x77 -x76 -x75 x74 -x73 x72 
1800.03/1800.51	v -x71 -x70 -x69 -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 
1800.03/1800.51	v -x43 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 
1800.03/1800.51	v -x16 x15 x14 -x13 -x12 -x11 -x10 x9 x8 x7 x6 -x5 x4 -x3 x2 -x1 
1800.03/1800.51	c SCIP Status        : solving was interrupted [user interrupt]
1800.03/1800.51	c Solving Time       :    1760.62
1800.03/1800.51	c Original Problem   :
1800.03/1800.51	c   Problem name     : HOME/instance-2665584-1276369125.opb
1800.03/1800.51	c   Variables        : 478 (478 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.03/1800.51	c   Constraints      : 478 initial, 478 maximal
1800.03/1800.51	c Presolved Problem  :
1800.03/1800.51	c   Problem name     : t_HOME/instance-2665584-1276369125.opb
1800.03/1800.51	c   Variables        : 478 (478 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.03/1800.51	c   Constraints      : 551 initial, 618 maximal
1800.03/1800.51	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.03/1800.51	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.51	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.51	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.51	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.51	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.51	c   probing          :       0.01          0          0          0          0          0          0          0          0
1800.03/1800.51	c   knapsack         :       0.02          0          0          0          0          0         21        303        629
1800.03/1800.51	c   setppc           :       0.00          0          0          0          0          0         40          0          0
1800.03/1800.51	c   linear           :       0.01          0          0          0          0          0          0          0         21
1800.03/1800.51	c   logicor          :       0.01          0          0          0          0          0          0          0          0
1800.03/1800.51	c   root node        :          -          0          -          -          0          -          -          -          -
1800.03/1800.51	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.03/1800.51	c   integral         :          0          0          0      12110          0          0         14          0          0      24204
1800.03/1800.51	c   knapsack         :        453         13     105692          0          0          0      57420        908          0          0
1800.03/1800.51	c   setppc           :         94         13     105692          0          0          0       2127          0          0          0
1800.03/1800.51	c   logicor          :          4+        13      12905          0          0          0          1          0          0          0
1800.03/1800.51	c   countsols        :          0          0          0          0          0          0          0          0          0          0
1800.03/1800.51	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.03/1800.51	c   integral         :     165.19       0.00       0.00     165.19       0.00
1800.03/1800.51	c   knapsack         :       7.32       0.10       7.22       0.00       0.00
1800.03/1800.51	c   setppc           :       0.52       0.00       0.52       0.00       0.00
1800.03/1800.51	c   logicor          :       0.06       0.00       0.06       0.00       0.00
1800.03/1800.51	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.03/1800.51	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.03/1800.51	c   vbounds          :       0.09          2          0          0
1800.03/1800.51	c   rootredcost      :       0.06         12          0          0
1800.03/1800.51	c   pseudoobj        :       2.64     105713          0          0
1800.03/1800.51	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.03/1800.51	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
1800.03/1800.51	c   infeasible LP    :       0.00         75         75         75        3.9          0        0.0          0
1800.03/1800.51	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.03/1800.51	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.03/1800.51	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.03/1800.51	c   applied globally :          -          -          -         75        3.9          -          -          -
1800.03/1800.51	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.03/1800.51	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.03/1800.51	c   cut pool         :       0.01         12          -          -        370          -    (maximal pool size: 1713)
1800.03/1800.51	c   redcost          :       1.27      18998          0     159450          0          0
1800.03/1800.51	c   impliedbounds    :       0.00         13          0          0         46          0
1800.03/1800.51	c   intobj           :       0.00          0          0          0          0          0
1800.03/1800.51	c   cgmip            :       0.00          0          0          0          0          0
1800.03/1800.51	c   gomory           :       5.44         13          0          0          0          0
1800.03/1800.51	c   strongcg         :       5.05         13          0          0          0          0
1800.03/1800.51	c   cmir             :       0.62         10          0          0       1024          0
1800.03/1800.51	c   flowcover        :       0.70         10          0          0       1146          0
1800.03/1800.51	c   clique           :       0.00          1          0          0          0          0
1800.03/1800.51	c   zerohalf         :       0.00          0          0          0          0          0
1800.03/1800.51	c   mcf              :       0.00          1          0          0          0          0
1800.03/1800.51	c   rapidlearning    :       0.07          1          0          0          0          0
1800.03/1800.51	c Pricers            :       Time      Calls       Vars
1800.03/1800.51	c   problem variables:       0.00          0          0
1800.03/1800.51	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.03/1800.51	c   relpscost        :     165.17      12110          0         14          0          0      24204
1800.03/1800.51	c   pscost           :       0.00          0          0          0          0          0          0
1800.03/1800.51	c   inference        :       0.00          0          0          0          0          0          0
1800.03/1800.51	c   mostinf          :       0.00          0          0          0          0          0          0
1800.03/1800.51	c   leastinf         :       0.00          0          0          0          0          0          0
1800.03/1800.51	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.03/1800.51	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.03/1800.51	c   random           :       0.00          0          0          0          0          0          0
1800.03/1800.51	c Primal Heuristics  :       Time      Calls      Found
1800.03/1800.51	c   LP solutions     :       0.00          -          0
1800.03/1800.51	c   pseudo solutions :       0.00          -          0
1800.03/1800.51	c   oneopt           :       0.02          9          3
1800.03/1800.51	c   objpscostdiving  :      54.10          2          0
1800.03/1800.51	c   crossover        :       0.75          2          2
1800.03/1800.51	c   fracdiving       :      63.04         22          3
1800.03/1800.51	c   veclendiving     :     106.37         43        123
1800.03/1800.51	c   trivial          :       0.00          2          3
1800.03/1800.51	c   simplerounding   :       0.67      16859         27
1800.03/1800.51	c   zirounding       :       1.12       1151         23
1800.03/1800.51	c   rounding         :      17.15       5794          1
1800.03/1800.51	c   shifting         :       4.07       1445          1
1800.03/1800.51	c   intshifting      :       0.01          0          0
1800.03/1800.51	c   twoopt           :       0.00          0          0
1800.03/1800.51	c   fixandinfer      :       0.00          0          0
1800.03/1800.51	c   feaspump         :       0.00          0          0
1800.03/1800.51	c   coefdiving       :      63.42         18        157
1800.03/1800.51	c   pscostdiving     :     380.17        148        304
1800.03/1800.51	c   intdiving        :       0.00          0          0
1800.03/1800.51	c   actconsdiving    :       0.00          0          0
1800.03/1800.51	c   rootsoldiving    :       8.37         17          0
1800.03/1800.51	c   linesearchdiving :     145.45         65        103
1800.03/1800.51	c   guideddiving     :      51.38         17          0
1800.03/1800.51	c   octane           :       0.00          0          0
1800.03/1800.51	c   rens             :       0.01          0          0
1800.03/1800.51	c   rins             :       0.00          0          0
1800.03/1800.51	c   localbranching   :       0.00          0          0
1800.03/1800.51	c   mutation         :       0.00          0          0
1800.03/1800.51	c   dins             :       0.00          0          0
1800.03/1800.51	c   undercover       :       0.00          0          0
1800.03/1800.51	c   nlp              :       0.00          0          0
1800.03/1800.51	c   trysol           :       0.01          0          0
1800.03/1800.51	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.03/1800.51	c   primal LP        :       0.02          0          0       0.00       0.00
1800.03/1800.51	c   dual LP          :     670.80      20825    1663426      79.88    2479.76
1800.03/1800.51	c   lex dual LP      :       0.00          0          0       0.00          -
1800.03/1800.51	c   barrier LP       :       0.00          0          0       0.00          -
1800.03/1800.51	c   diving/probing LP:     845.91      50901    2287668      44.94    2704.39
1800.03/1800.51	c   strong branching :     163.65       1334     342494     256.74    2092.84
1800.03/1800.51	c     (at root node) :          -         42      32164     765.81          -
1800.03/1800.51	c   conflict analysis:       0.00          0          0       0.00          -
1800.03/1800.51	c B&B Tree           :
1800.03/1800.51	c   number of runs   :          1
1800.03/1800.51	c   nodes            :      16067
1800.03/1800.51	c   nodes (total)    :      16067
1800.03/1800.51	c   nodes left       :       8138
1800.03/1800.51	c   max depth        :        138
1800.03/1800.51	c   max depth (total):        138
1800.03/1800.51	c   backtracks       :       2373 (14.8%)
1800.03/1800.51	c   delayed cutoffs  :          0
1800.03/1800.51	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1800.03/1800.51	c   avg switch length:       6.97
1800.03/1800.51	c   switching time   :       1.63
1800.03/1800.51	c Solution           :
1800.03/1800.51	c   Solutions found  :        750 (20 improvements)
1800.03/1800.51	c   First Solution   : +4.78000000000000e+02   (in run 1, after 0 nodes, 0.01 seconds, depth 0, found by <trivial>)
1800.03/1800.51	c   Primal Bound     : +1.94000000000000e+02   (in run 1, after 714 nodes, 482.13 seconds, depth 216, found by <pscostdiving>)
1800.03/1800.51	c   Dual Bound       : +1.65662875302413e+02
1800.03/1800.51	c   Gap              :      17.11 %
1800.03/1800.51	c   Root Dual Bound  : +1.64550859848521e+02
1800.03/1800.51	c   Root Iterations  :       6837
1800.03/1800.54	c Time complete: 1800.07.

Verifier Data

OK	194

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2665584-1276369125/watcher-2665584-1276369125 -o /tmp/evaluation-result-2665584-1276369125/solver-2665584-1276369125 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2665584-1276369125.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.07 1.09 1.02 2/106 15045
/proc/meminfo: memFree=1822668/2059040 swapFree=4135584/4192956
[pid=15045] ppid=15043 vsize=8260 CPUtime=0
/proc/15045/stat : 15045 (pbscip.linux.x8) R 15043 15045 14845 0 -1 4202496 1015 0 0 0 0 0 0 0 21 0 1 0 12516440 8458240 936 1992294400 4194304 9819077 140734829890032 18446744073709551615 8675093 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/15045/statm: 2322 945 371 1374 0 943 0

[startup+0.0280761 s]
/proc/loadavg: 1.07 1.09 1.02 2/106 15045
/proc/meminfo: memFree=1822668/2059040 swapFree=4135584/4192956
[pid=15045] ppid=15043 vsize=10908 CPUtime=0.01
/proc/15045/stat : 15045 (pbscip.linux.x8) R 15043 15045 14845 0 -1 4202496 1993 0 0 0 1 0 0 0 21 0 1 0 12516440 11169792 1560 1992294400 4194304 9819077 140734829890032 18446744073709551615 8675093 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15045/statm: 2727 1574 423 1374 0 1348 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 10908

[startup+0.101083 s]
/proc/loadavg: 1.07 1.09 1.02 2/106 15045
/proc/meminfo: memFree=1822668/2059040 swapFree=4135584/4192956
[pid=15045] ppid=15043 vsize=15736 CPUtime=0.09
/proc/15045/stat : 15045 (pbscip.linux.x8) R 15043 15045 14845 0 -1 4202496 6451 0 0 0 7 2 0 0 24 0 1 0 12516440 16113664 2677 1992294400 4194304 9819077 140734829890032 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15045/statm: 3934 2677 522 1374 0 2555 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15736

[startup+0.301103 s]
/proc/loadavg: 1.07 1.09 1.02 2/106 15045
/proc/meminfo: memFree=1822668/2059040 swapFree=4135584/4192956
[pid=15045] ppid=15043 vsize=19784 CPUtime=0.29
/proc/15045/stat : 15045 (pbscip.linux.x8) R 15043 15045 14845 0 -1 4202496 7807 0 0 0 26 3 0 0 25 0 1 0 12516440 20258816 3496 1992294400 4194304 9819077 140734829890032 18446744073709551615 7293466 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15045/statm: 4946 3496 642 1374 0 3567 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 19784

[startup+0.701144 s]
/proc/loadavg: 1.07 1.09 1.02 2/106 15045
/proc/meminfo: memFree=1822668/2059040 swapFree=4135584/4192956
[pid=15045] ppid=15043 vsize=20084 CPUtime=0.69
/proc/15045/stat : 15045 (pbscip.linux.x8) R 15043 15045 14845 0 -1 4202496 8648 0 0 0 66 3 0 0 25 0 1 0 12516440 20566016 3500 1992294400 4194304 9819077 140734829890032 18446744073709551615 6059717 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15045/statm: 5021 3500 659 1374 0 3642 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 20084

[startup+1.50122 s]
/proc/loadavg: 1.07 1.09 1.02 2/107 15046
/proc/meminfo: memFree=1810508/2059040 swapFree=4135584/4192956
[pid=15045] ppid=15043 vsize=21136 CPUtime=1.49
/proc/15045/stat : 15045 (pbscip.linux.x8) R 15043 15045 14845 0 -1 4202496 17829 0 0 0 142 7 0 0 25 0 1 0 12516440 21643264 3770 1992294400 4194304 9819077 140734829890032 18446744073709551615 7290465 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15045/statm: 5284 3770 692 1374 0 3905 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 21136

[startup+3.10039 s]
/proc/loadavg: 1.07 1.09 1.02 2/107 15046
/proc/meminfo: memFree=1810136/2059040 swapFree=4135584/4192956
[pid=15045] ppid=15043 vsize=21628 CPUtime=3.09
/proc/15045/stat : 15045 (pbscip.linux.x8) R 15043 15045 14845 0 -1 4202496 21617 0 0 0 300 9 0 0 25 0 1 0 12516440 22147072 3731 1992294400 4194304 9819077 140734829890032 18446744073709551615 6047802 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15045/statm: 5407 3731 692 1374 0 4028 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 21628

[startup+6.30072 s]
/proc/loadavg: 1.06 1.09 1.02 2/107 15046
/proc/meminfo: memFree=1808400/2059040 swapFree=4135584/4192956
[pid=15045] ppid=15043 vsize=23592 CPUtime=6.29
/proc/15045/stat : 15045 (pbscip.linux.x8) R 15043 15045 14845 0 -1 4202496 27768 0 0 0 616 13 0 0 25 0 1 0 12516440 24158208 4073 1992294400 4194304 9819077 140734829890032 18446744073709551615 6055141 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15045/statm: 5898 4073 692 1374 0 4519 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 23592

[startup+12.7014 s]
/proc/loadavg: 1.06 1.09 1.02 2/107 15046
/proc/meminfo: memFree=1808152/2059040 swapFree=4135584/4192956
[pid=15045] ppid=15043 vsize=24184 CPUtime=12.69
/proc/15045/stat : 15045 (pbscip.linux.x8) R 15043 15045 14845 0 -1 4202496 34131 0 0 0 1251 18 0 0 25 0 1 0 12516440 24764416 4153 1992294400 4194304 9819077 140734829890032 18446744073709551615 6044386 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15045/statm: 6046 4153 692 1374 0 4667 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 24184

[startup+25.5017 s]
/proc/loadavg: 1.04 1.08 1.02 2/107 15048
/proc/meminfo: memFree=1807780/2059040 swapFree=4135584/4192956
[pid=15045] ppid=15043 vsize=27896 CPUtime=25.49
/proc/15045/stat : 15045 (pbscip.linux.x8) R 15043 15045 14845 0 -1 4202496 76654 0 0 0 2512 37 0 0 25 0 1 0 12516440 28565504 4231 1992294400 4194304 9819077 140734829890032 18446744073709551615 7289168 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15045/statm: 6974 4231 706 1374 0 5595 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 27896

[startup+51.1013 s]
/proc/loadavg: 1.03 1.07 1.02 2/107 15048
/proc/meminfo: memFree=1807904/2059040 swapFree=4135584/4192956
[pid=15045] ppid=15043 vsize=26440 CPUtime=51.08
/proc/15045/stat : 15045 (pbscip.linux.x8) R 15043 15045 14845 0 -1 4202496 198014 0 0 0 5024 84 0 0 25 0 1 0 12516440 27074560 4208 1992294400 4194304 9819077 140734829890032 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15045/statm: 6610 4208 706 1374 0 5231 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 26440

[startup+102.309 s]
/proc/loadavg: 1.01 1.06 1.02 2/107 15050
/proc/meminfo: memFree=1807160/2059040 swapFree=4135584/4192956
[pid=15045] ppid=15043 vsize=23980 CPUtime=102.27
/proc/15045/stat : 15045 (pbscip.linux.x8) R 15043 15045 14845 0 -1 4202496 445239 0 0 0 10048 179 0 0 25 0 1 0 12516440 24555520 4362 1992294400 4194304 9819077 140734829890032 18446744073709551615 7296163 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15045/statm: 5995 4362 706 1374 0 4616 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 23980

[startup+162.302 s]
/proc/loadavg: 1.00 1.05 1.01 2/107 15059
/proc/meminfo: memFree=1806912/2059040 swapFree=4135584/4192956
[pid=15045] ppid=15043 vsize=23852 CPUtime=162.24
/proc/15045/stat : 15045 (pbscip.linux.x8) R 15043 15045 14845 0 -1 4202496 705997 0 0 0 15935 289 0 0 25 0 1 0 12516440 24424448 4314 1992294400 4194304 9819077 140734829890032 18446744073709551615 7291088 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15045/statm: 5963 4314 710 1374 0 4584 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 23852

[startup+222.302 s]
/proc/loadavg: 1.00 1.04 1.00 2/107 15061
/proc/meminfo: memFree=1806912/2059040 swapFree=4135584/4192956
[pid=15045] ppid=15043 vsize=23976 CPUtime=222.22
/proc/15045/stat : 15045 (pbscip.linux.x8) R 15043 15045 14845 0 -1 4202496 994911 0 0 0 21803 419 0 0 25 0 1 0 12516440 24551424 4324 1992294400 4194304 9819077 140734829890032 18446744073709551615 6391609 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15045/statm: 5994 4324 710 1374 0 4615 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 23976

[startup+282.301 s]
/proc/loadavg: 1.00 1.03 1.00 2/107 15063
/proc/meminfo: memFree=1806912/2059040 swapFree=4135584/4192956
[pid=15045] ppid=15043 vsize=23976 CPUtime=282.21
/proc/15045/stat : 15045 (pbscip.linux.x8) R 15043 15045 14845 0 -1 4202496 1292750 0 0 0 27671 550 0 0 25 0 1 0 12516440 24551424 4395 1992294400 4194304 9819077 140734829890032 18446744073709551615 6656908 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15045/statm: 5994 4395 711 1374 0 4615 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 23976

[startup+342.301 s]
/proc/loadavg: 1.00 1.02 1.00 2/107 15065
/proc/meminfo: memFree=1806912/2059040 swapFree=4135584/4192956
[pid=15045] ppid=15043 vsize=24008 CPUtime=342.2
/proc/15045/stat : 15045 (pbscip.linux.x8) R 15043 15045 14845 0 -1 4202496 1605011 0 0 0 33533 687 0 0 25 0 1 0 12516440 24584192 4336 1992294400 4194304 9819077 140734829890032 18446744073709551615 7309056 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15045/statm: 6002 4336 711 1374 0 4623 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 24008

[startup+402.301 s]
/proc/loadavg: 1.00 1.02 1.00 2/107 15067
/proc/meminfo: memFree=1806912/2059040 swapFree=4135584/4192956
[pid=15045] ppid=15043 vsize=23196 CPUtime=402.18
/proc/15045/stat : 15045 (pbscip.linux.x8) R 15043 15045 14845 0 -1 4202496 1906592 0 0 0 39405 813 0 0 25 0 1 0 12516440 23752704 4291 1992294400 4194304 9819077 140734829890032 18446744073709551615 7284674 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15045/statm: 5799 4292 724 1374 0 4420 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 23196

[startup+462.301 s]
/proc/loadavg: 1.00 1.01 1.00 2/107 15067
/proc/meminfo: memFree=1805920/2059040 swapFree=4135584/4192956
[pid=15045] ppid=15043 vsize=24672 CPUtime=462.16
/proc/15045/stat : 15045 (pbscip.linux.x8) R 15043 15045 14845 0 -1 4202496 2205864 0 0 0 45282 934 0 0 25 0 1 0 12516440 25264128 4565 1992294400 4194304 9819077 140734829890032 18446744073709551615 7311300 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15045/statm: 6168 4565 725 1374 0 4789 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 24672

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 15069
/proc/meminfo: memFree=1805920/2059040 swapFree=4135584/4192956
[pid=15045] ppid=15043 vsize=24864 CPUtime=522.15
/proc/15045/stat : 15045 (pbscip.linux.x8) R 15043 15045 14845 0 -1 4202496 2509577 0 0 0 51145 1070 0 0 25 0 1 0 12516440 25460736 4584 1992294400 4194304 9819077 140734829890032 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15045/statm: 6216 4584 725 1374 0 4837 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 24864

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 15071
/proc/meminfo: memFree=1805796/2059040 swapFree=4135584/4192956
[pid=15045] ppid=15043 vsize=24864 CPUtime=582.13
/proc/15045/stat : 15045 (pbscip.linux.x8) R 15043 15045 14845 0 -1 4202496 2806670 0 0 0 57020 1193 0 0 25 0 1 0 12516440 25460736 4633 1992294400 4194304 9819077 140734829890032 18446744073709551615 6391514 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15045/statm: 6216 4633 725 1374 0 4837 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 24864

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 15073
/proc/meminfo: memFree=1805672/2059040 swapFree=4135584/4192956
[pid=15045] ppid=15043 vsize=24948 CPUtime=642.12
/proc/15045/stat : 15045 (pbscip.linux.x8) R 15043 15045 14845 0 -1 4202496 3095911 0 0 0 62894 1318 0 0 25 0 1 0 12516440 25546752 4623 1992294400 4194304 9819077 140734829890032 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15045/statm: 6237 4623 725 1374 0 4858 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 24948

[startup+702.302 s]

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

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 15079
/proc/meminfo: memFree=1804184/2059040 swapFree=4135584/4192956
[pid=15045] ppid=15043 vsize=26924 CPUtime=882.05
/proc/15045/stat : 15045 (pbscip.linux.x8) R 15043 15045 14845 0 -1 4202496 4269636 0 0 0 86345 1860 0 0 25 0 1 0 12516440 27570176 5128 1992294400 4194304 9819077 140734829890032 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15045/statm: 6731 5128 730 1374 0 5352 0
Current children cumulated CPU time (s) 882.05
Current children cumulated vsize (KiB) 26924

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 15084
/proc/meminfo: memFree=1803192/2059040 swapFree=4135584/4192956
[pid=15045] ppid=15043 vsize=26800 CPUtime=942.04
/proc/15045/stat : 15045 (pbscip.linux.x8) R 15043 15045 14845 0 -1 4202496 4571126 0 0 0 92213 1991 0 0 25 0 1 0 12516440 27443200 5072 1992294400 4194304 9819077 140734829890032 18446744073709551615 7292028 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15045/statm: 6700 5072 730 1374 0 5321 0
Current children cumulated CPU time (s) 942.04
Current children cumulated vsize (KiB) 26800

[startup+1002.3 s]
/proc/loadavg: 1.06 1.02 1.00 2/107 15086
/proc/meminfo: memFree=1803068/2059040 swapFree=4135584/4192956
[pid=15045] ppid=15043 vsize=27060 CPUtime=1002.02
/proc/15045/stat : 15045 (pbscip.linux.x8) R 15043 15045 14845 0 -1 4202496 4871106 0 0 0 98069 2133 0 0 25 0 1 0 12516440 27709440 5145 1992294400 4194304 9819077 140734829890032 18446744073709551615 7291717 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15045/statm: 6765 5145 730 1374 0 5386 0
Current children cumulated CPU time (s) 1002.02
Current children cumulated vsize (KiB) 27060

[startup+1062.3 s]
/proc/loadavg: 1.02 1.01 1.00 2/107 15086
/proc/meminfo: memFree=1803068/2059040 swapFree=4135584/4192956
[pid=15045] ppid=15043 vsize=27184 CPUtime=1062.01
/proc/15045/stat : 15045 (pbscip.linux.x8) R 15043 15045 14845 0 -1 4202496 5170292 0 0 0 103935 2266 0 0 25 0 1 0 12516440 27836416 5142 1992294400 4194304 9819077 140734829890032 18446744073709551615 4561147 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15045/statm: 6796 5142 730 1374 0 5417 0
Current children cumulated CPU time (s) 1062.01
Current children cumulated vsize (KiB) 27184

[startup+1122.3 s]
/proc/loadavg: 1.01 1.00 1.00 2/107 15088
/proc/meminfo: memFree=1803068/2059040 swapFree=4135584/4192956
[pid=15045] ppid=15043 vsize=26128 CPUtime=1122
/proc/15045/stat : 15045 (pbscip.linux.x8) R 15043 15045 14845 0 -1 4202496 5470929 0 0 0 109800 2400 0 0 25 0 1 0 12516440 26755072 5080 1992294400 4194304 9819077 140734829890032 18446744073709551615 7212342 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15045/statm: 6532 5083 730 1374 0 5153 0
Current children cumulated CPU time (s) 1122
Current children cumulated vsize (KiB) 26128

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 15090
/proc/meminfo: memFree=1803068/2059040 swapFree=4135584/4192956
[pid=15045] ppid=15043 vsize=27124 CPUtime=1181.98
/proc/15045/stat : 15045 (pbscip.linux.x8) R 15043 15045 14845 0 -1 4202496 5771523 0 0 0 115662 2536 0 0 25 0 1 0 12516440 27774976 5146 1992294400 4194304 9819077 140734829890032 18446744073709551615 7305088 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15045/statm: 6781 5146 730 1374 0 5402 0
Current children cumulated CPU time (s) 1181.98
Current children cumulated vsize (KiB) 27124

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 15092
/proc/meminfo: memFree=1802572/2059040 swapFree=4135584/4192956
[pid=15045] ppid=15043 vsize=27772 CPUtime=1241.97
/proc/15045/stat : 15045 (pbscip.linux.x8) R 15043 15045 14845 0 -1 4202496 6070984 0 0 0 121523 2674 0 0 25 0 1 0 12516440 28438528 5310 1992294400 4194304 9819077 140734829890032 18446744073709551615 7311854 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15045/statm: 6943 5310 730 1374 0 5564 0
Current children cumulated CPU time (s) 1241.97
Current children cumulated vsize (KiB) 27772

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 15094
/proc/meminfo: memFree=1802448/2059040 swapFree=4135584/4192956
[pid=15045] ppid=15043 vsize=27344 CPUtime=1301.96
/proc/15045/stat : 15045 (pbscip.linux.x8) R 15043 15045 14845 0 -1 4202496 6370233 0 0 0 127392 2804 0 0 25 0 1 0 12516440 28000256 5258 1992294400 4194304 9819077 140734829890032 18446744073709551615 6361835 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15045/statm: 6836 5258 730 1374 0 5457 0
Current children cumulated CPU time (s) 1301.96
Current children cumulated vsize (KiB) 27344

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 15094
/proc/meminfo: memFree=1801580/2059040 swapFree=4135584/4192956
[pid=15045] ppid=15043 vsize=28576 CPUtime=1361.93
/proc/15045/stat : 15045 (pbscip.linux.x8) R 15043 15045 14845 0 -1 4202496 6666098 0 0 0 133254 2939 0 0 25 0 1 0 12516440 29261824 5582 1992294400 4194304 9819077 140734829890032 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15045/statm: 6780 5562 730 1374 0 5401 0
Current children cumulated CPU time (s) 1361.93
Current children cumulated vsize (KiB) 28576

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 15096
/proc/meminfo: memFree=1800464/2059040 swapFree=4135584/4192956
[pid=15045] ppid=15043 vsize=29608 CPUtime=1421.92
/proc/15045/stat : 15045 (pbscip.linux.x8) R 15043 15045 14845 0 -1 4202496 6958557 0 0 0 139118 3074 0 0 25 0 1 0 12516440 30318592 5813 1992294400 4194304 9819077 140734829890032 18446744073709551615 7306911 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15045/statm: 7402 5813 730 1374 0 6023 0
Current children cumulated CPU time (s) 1421.92
Current children cumulated vsize (KiB) 29608

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 15098
/proc/meminfo: memFree=1800216/2059040 swapFree=4135584/4192956
[pid=15045] ppid=15043 vsize=29408 CPUtime=1481.91
/proc/15045/stat : 15045 (pbscip.linux.x8) R 15043 15045 14845 0 -1 4202496 7226247 0 0 0 144984 3207 0 0 25 0 1 0 12516440 30113792 5889 1992294400 4194304 9819077 140734829890032 18446744073709551615 7235184 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15045/statm: 7352 5889 730 1374 0 5973 0
Current children cumulated CPU time (s) 1481.91
Current children cumulated vsize (KiB) 29408

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 15100
/proc/meminfo: memFree=1799968/2059040 swapFree=4135584/4192956
[pid=15045] ppid=15043 vsize=29872 CPUtime=1541.89
/proc/15045/stat : 15045 (pbscip.linux.x8) R 15043 15045 14845 0 -1 4202496 7520324 0 0 0 150839 3350 0 0 25 0 1 0 12516440 30588928 5913 1992294400 4194304 9819077 140734829890032 18446744073709551615 6391609 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15045/statm: 7468 5913 730 1374 0 6089 0
Current children cumulated CPU time (s) 1541.89
Current children cumulated vsize (KiB) 29872

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 15102
/proc/meminfo: memFree=1799720/2059040 swapFree=4135584/4192956
[pid=15045] ppid=15043 vsize=30176 CPUtime=1601.88
/proc/15045/stat : 15045 (pbscip.linux.x8) R 15043 15045 14845 0 -1 4202496 7816355 0 0 0 156699 3489 0 0 25 0 1 0 12516440 30900224 5954 1992294400 4194304 9819077 140734829890032 18446744073709551615 7306954 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15045/statm: 7544 5954 730 1374 0 6165 0
Current children cumulated CPU time (s) 1601.88
Current children cumulated vsize (KiB) 30176

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 15102
/proc/meminfo: memFree=1799844/2059040 swapFree=4135584/4192956
[pid=15045] ppid=15043 vsize=30216 CPUtime=1661.85
/proc/15045/stat : 15045 (pbscip.linux.x8) R 15043 15045 14845 0 -1 4202496 8111414 0 0 0 162561 3624 0 0 25 0 1 0 12516440 30941184 5964 1992294400 4194304 9819077 140734829890032 18446744073709551615 7292006 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15045/statm: 7554 5964 730 1374 0 6175 0
Current children cumulated CPU time (s) 1661.85
Current children cumulated vsize (KiB) 30216

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 15104
/proc/meminfo: memFree=1799596/2059040 swapFree=4135584/4192956
[pid=15045] ppid=15043 vsize=30412 CPUtime=1721.84
/proc/15045/stat : 15045 (pbscip.linux.x8) R 15043 15045 14845 0 -1 4202496 8402930 0 0 0 168426 3758 0 0 25 0 1 0 12516440 31141888 5989 1992294400 4194304 9819077 140734829890032 18446744073709551615 7311974 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15045/statm: 7603 5989 730 1374 0 6224 0
Current children cumulated CPU time (s) 1721.84
Current children cumulated vsize (KiB) 30412

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 15106
/proc/meminfo: memFree=1799472/2059040 swapFree=4135584/4192956
[pid=15045] ppid=15043 vsize=30604 CPUtime=1781.83
/proc/15045/stat : 15045 (pbscip.linux.x8) R 15043 15045 14845 0 -1 4202496 8699232 0 0 0 174282 3901 0 0 25 0 1 0 12516440 31338496 6024 1992294400 4194304 9819077 140734829890032 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15045/statm: 7651 6024 730 1374 0 6272 0
Current children cumulated CPU time (s) 1781.83
Current children cumulated vsize (KiB) 30604



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 15106
/proc/meminfo: memFree=1799472/2059040 swapFree=4135584/4192956
[pid=15045] ppid=15043 vsize=30052 CPUtime=1800.03
/proc/15045/stat : 15045 (pbscip.linux.x8) R 15043 15045 14845 0 -1 4202496 8788174 0 0 0 176063 3940 0 0 25 0 1 0 12516440 30773248 5950 1992294400 4194304 9819077 140734829890032 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15045/statm: 7513 5950 730 1374 0 6134 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 30052

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

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

[startup+1800.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 15106
/proc/meminfo: memFree=1799472/2059040 swapFree=4135584/4192956
[pid=15045] ppid=15043 vsize=30052 CPUtime=1800.03
/proc/15045/stat : 15045 (pbscip.linux.x8) R 15043 15045 14845 0 -1 4202496 8788174 0 0 0 176063 3940 0 0 25 0 1 0 12516440 30773248 5950 1992294400 4194304 9819077 140734829890032 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15045/statm: 7513 5950 730 1374 0 6134 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 30052

Child status: 0
Real time (s): 1800.55
CPU time (s): 1800.08
CPU user time (s): 1760.67
CPU system time (s): 39.414
CPU usage (%): 99.974
Max. virtual memory (cumulated for all children) (KiB): 38032

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1760.67
system time used= 39.414
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8788288
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= 4
involuntary context switches= 3145

runsolver used 2.97855 second user time and 8.50671 second system time

The end

Launcher Data

Begin job on node002 at 2010-06-12 20:58:45
IDJOB=2665584
IDBENCH=1955
IDSOLVER=1168
FILE ID=node002/2665584-1276369125
PBS_JOBID= 11173225
Free space on /tmp= 62400 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_21.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-2665584-1276369125/watcher-2665584-1276369125 -o /tmp/evaluation-result-2665584-1276369125/solver-2665584-1276369125 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2665584-1276369125.opb -t 1800 -m 1800

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

MD5SUM BENCH= 85de1910ead9431952046fc8a55b274b
RANDOM SEED=1258291764

node002.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.242
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.48
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.242
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.36
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1823196 kB
Buffers:         38568 kB
Cached:         123120 kB
SwapCached:      17672 kB
Active:         112616 kB
Inactive:        68792 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1823196 kB
SwapTotal:     4192956 kB
SwapFree:      4135584 kB
Dirty:            6236 kB
Writeback:           0 kB
AnonPages:       10668 kB
Mapped:           9080 kB
Slab:            32620 kB
PageTables:       4028 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181480 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= 62392 MiB
End job on node002 at 2010-06-12 21:28:47