Trace number 1868744

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjCPU timeWall clock time
SCIPspx SCIP 1.1.0.7 with SoPLEX 1.4.1(24.4.2009)SAT (TO)188 1800.1 1800.55

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/liu/
domset/normalized-domset_v500_e2000_w30_mw19_11.opb.PB06.opb
MD5SUM19bfc1d5b7087888ef5c79946c60f053
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark188
Best CPU time to get the best result obtained on this benchmark1800.1
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 183
Optimality of the best value was proved NO
Number of variables473
Total number of constraints473
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 constraints473
Minimum length of a constraint4
Maximum length of a constraint17
Number of terms in the objective function 473
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 473
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 473
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.02	c SCIP version 1.1.0.7
0.00/0.02	c LP-Solver SoPlex 1.4.1
0.00/0.02	c user parameter file <scip.set> not found - using default parameters
0.00/0.02	c read problem <HOME/instance-1868744-1245137055.opb>
0.00/0.02	c original problem has 473 variables (473 bin, 0 int, 0 impl, 0 cont) and 473 constraints
0.01/0.03	c start presolving problem
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, 31 chg coeffs, 0 upgd conss, 2 impls, 0 clqs
0.01/0.04	c (round 2) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 31 chg coeffs, 473 upgd conss, 2 impls, 0 clqs
0.01/0.05	c (round 3) 0 del vars, 5 del conss, 0 chg bounds, 120 chg sides, 268 chg coeffs, 473 upgd conss, 168 impls, 0 clqs
0.01/0.05	c (round 4) 0 del vars, 55 del conss, 0 chg bounds, 176 chg sides, 327 chg coeffs, 473 upgd conss, 168 impls, 0 clqs
0.01/0.05	c (round 5) 0 del vars, 56 del conss, 0 chg bounds, 182 chg sides, 344 chg coeffs, 473 upgd conss, 168 impls, 0 clqs
0.01/0.05	c (round 6) 0 del vars, 56 del conss, 0 chg bounds, 184 chg sides, 346 chg coeffs, 473 upgd conss, 168 impls, 0 clqs
0.01/0.06	c    (0.0s) probing: 101/473 (21.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.01/0.06	c    (0.0s) probing aborted: 100/100 successive totally useless probings
0.01/0.06	c presolving (7 rounds):
0.01/0.06	c  0 deleted vars, 56 deleted constraints, 0 tightened bounds, 0 added holes, 184 changed sides, 346 changed coefficients
0.01/0.06	c  168 implications, 0 cliques
0.01/0.06	c presolved problem has 473 variables (473 bin, 0 int, 0 impl, 0 cont) and 539 constraints
0.01/0.06	c     452 constraints of type <knapsack>
0.01/0.06	c      84 constraints of type <setppc>
0.01/0.06	c       3 constraints of type <logicor>
0.01/0.06	c transformed objective value is always integral (scale: 1)
0.01/0.06	c Presolving Time: 0.04
0.01/0.06	c OPT-LIN
0.01/0.06	c -----------------------------------------------------------------------------------------------
0.01/0.06	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.01/0.06	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.01/0.06	c limits/memory = c 1620
0.01/0.06	c # maximal time in seconds to run
0.01/0.06	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.01/0.06	c limits/time = c 1791
0.01/0.06	c # frequency for displaying node information lines
0.01/0.06	c # [type: int, range: [-1,2147483647], default: 100]
0.01/0.06	c display/freq = c 10000
0.01/0.06	c -----------------------------------------------------------------------------------------------
0.01/0.06	c start solving problem
0.01/0.06	c 
0.69/0.71	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.69/0.71	c   0.7s|     1 |     0 |  1995 |2453k|   0 | 316 | 473 | 539 | 539 | 473 | 539 |   0 |   0 |   0 | 1.472783e+02 |      --      |    Inf 
0.69/0.71	o 327
0.69/0.71	c r 0.7s|     1 |     0 |  1995 |2466k|   0 | 316 | 473 | 539 | 539 | 473 | 539 |   0 |   0 |   0 | 1.472783e+02 | 3.270000e+02 | 122.03%
0.69/0.72	o 326
0.69/0.72	c R 0.7s|     1 |     0 |  1995 |2480k|   0 | 316 | 473 | 539 | 539 | 473 | 539 |   0 |   0 |   0 | 1.472783e+02 | 3.260000e+02 | 121.35%
0.69/0.73	o 325
0.69/0.73	c s 0.7s|     1 |     0 |  1995 |2493k|   0 | 316 | 473 | 539 | 539 | 473 | 539 |   0 |   0 |   0 | 1.472783e+02 | 3.250000e+02 | 120.67%
1.59/1.67	c   1.6s|     1 |     0 |  2788 |2824k|   0 | 367 | 473 | 539 | 539 | 473 | 769 | 230 |   0 |   0 | 1.553618e+02 | 3.250000e+02 | 109.19%
2.79/2.86	c   2.8s|     1 |     0 |  3639 |3106k|   0 | 395 | 473 | 539 | 539 | 473 | 965 | 426 |   0 |   0 | 1.588850e+02 | 3.250000e+02 | 104.55%
4.09/4.13	c   4.1s|     1 |     0 |  4442 |3296k|   0 | 414 | 473 | 539 | 539 | 473 |1104 | 565 |   0 |   0 | 1.606174e+02 | 3.250000e+02 | 102.34%
5.50/5.56	c   5.5s|     1 |     0 |  5247 |3423k|   0 | 429 | 473 | 539 | 539 | 473 |1207 | 668 |   0 |   0 | 1.615599e+02 | 3.250000e+02 | 101.16%
6.78/6.86	c   6.8s|     1 |     0 |  5735 |3480k|   0 | 425 | 473 | 539 | 539 | 473 |1267 | 728 |   0 |   0 | 1.619805e+02 | 3.250000e+02 | 100.64%
8.19/8.24	c   8.2s|     1 |     0 |  6268 |3515k|   0 | 431 | 473 | 539 | 539 | 473 |1308 | 769 |   0 |   0 | 1.623875e+02 | 3.250000e+02 | 100.14%
9.28/9.35	c   9.3s|     1 |     0 |  6460 |3543k|   0 | 439 | 473 | 539 | 539 | 473 |1335 | 796 |   0 |   0 | 1.624827e+02 | 3.250000e+02 | 100.02%
10.19/10.26	c  10.2s|     1 |     0 |  6583 |3551k|   0 | 438 | 473 | 539 | 539 | 473 |1341 | 802 |   0 |   0 | 1.625054e+02 | 3.250000e+02 |  99.99%
11.08/11.14	c  11.0s|     1 |     0 |  6630 |3558k|   0 | 440 | 473 | 539 | 539 | 473 |1345 | 806 |   0 |   0 | 1.625089e+02 | 3.250000e+02 |  99.99%
11.99/12.01	c  11.9s|     1 |     0 |  6655 |3565k|   0 | 441 | 473 | 539 | 539 | 473 |1346 | 807 |   0 |   0 | 1.625106e+02 | 3.250000e+02 |  99.99%
12.79/12.85	c  12.7s|     1 |     0 |  6670 |3572k|   0 | 441 | 473 | 539 | 539 | 473 |1306 | 808 |   0 |   0 | 1.625108e+02 | 3.250000e+02 |  99.99%
13.58/13.63	o 214
13.58/13.63	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
13.58/13.63	c k13.5s|     1 |     0 |  6670 |3586k|   0 | 441 | 473 | 539 | 539 | 473 |1306 | 808 |   0 |   0 | 1.625108e+02 | 2.140000e+02 |  31.68%
13.58/13.64	c  13.5s|     1 |     0 |  6670 |3579k|   0 | 441 | 473 | 539 | 539 | 473 |1306 | 808 |   0 |   0 | 1.625108e+02 | 2.140000e+02 |  31.68%
24.88/24.91	c  24.7s|     1 |     2 |  6670 |3580k|   0 | 441 | 473 | 539 | 539 | 473 |1306 | 808 |   0 |  22 | 1.625108e+02 | 2.140000e+02 |  31.68%
101.76/101.88	o 213
101.76/101.88	c c 101s|    46 |    47 | 22107 |4380k|  45 |   - | 473 | 539 | 411 | 473 |1057 | 808 |   0 | 244 | 1.627440e+02 | 2.130000e+02 |  30.88%
101.76/101.88	o 212
101.76/101.88	c c 101s|    46 |    47 | 22109 |4382k|  45 |   - | 473 | 539 | 407 | 473 |1057 | 808 |   0 | 244 | 1.627440e+02 | 2.120000e+02 |  30.27%
101.76/101.88	o 211
101.76/101.88	c c 101s|    46 |    47 | 22119 |4383k|  45 |   - | 473 | 539 | 407 | 473 |1057 | 808 |   0 | 244 | 1.627440e+02 | 2.110000e+02 |  29.65%
101.76/101.89	o 210
101.76/101.89	c c 101s|    46 |    47 | 22133 |4384k|  45 |   - | 473 | 539 | 404 | 473 |1057 | 808 |   0 | 244 | 1.627440e+02 | 2.100000e+02 |  29.04%
101.86/101.90	o 209
101.86/101.90	c c 101s|    46 |    47 | 22181 |4393k|  45 |   - | 473 | 539 | 398 | 473 |1057 | 808 |   0 | 244 | 1.627440e+02 | 2.090000e+02 |  28.42%
101.86/101.94	o 206
101.86/101.94	c k 101s|    46 |    47 | 22297 |4293k|  45 | 302 | 473 | 539 | 517 | 473 |1057 | 808 |   0 | 244 | 1.627440e+02 | 2.060000e+02 |  26.58%
104.66/104.72	o 205
104.66/104.72	c p 104s|    61 |    62 | 28914 |4475k|  45 |   - | 473 | 539 | 329 | 473 |1057 | 808 |   0 | 244 | 1.627440e+02 | 2.050000e+02 |  25.96%
104.66/104.72	o 204
104.66/104.72	c p 104s|    61 |    62 | 28915 |4477k|  45 |   - | 473 | 539 | 326 | 473 |1057 | 808 |   0 | 244 | 1.627440e+02 | 2.040000e+02 |  25.35%
104.66/104.72	o 203
104.66/104.72	c p 104s|    61 |    62 | 28917 |4477k|  45 |   - | 473 | 539 | 325 | 473 |1057 | 808 |   0 | 244 | 1.627440e+02 | 2.030000e+02 |  24.74%
104.66/104.73	o 202
104.66/104.73	c p 104s|    61 |    62 | 28927 |4481k|  45 |   - | 473 | 539 | 317 | 473 |1057 | 808 |   0 | 244 | 1.627440e+02 | 2.020000e+02 |  24.12%
193.83/193.91	o 201
193.83/193.91	c p 193s|   663 |   664 |198990 |5053k| 122 |   - | 473 | 555 | 378 | 473 |1057 | 808 |  16 | 448 | 1.629261e+02 | 2.010000e+02 |  23.37%
193.83/193.92	o 200
193.83/193.92	c p 193s|   663 |   662 |198992 |5053k| 122 |   - | 473 | 555 | 377 | 473 |1057 | 808 |  16 | 448 | 1.629261e+02 | 2.000000e+02 |  22.76%
193.83/193.92	o 200
193.83/193.92	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
193.83/193.92	c p 193s|   663 |   662 |199000 |5054k| 122 |   - | 473 | 555 | 374 | 473 |1057 | 808 |  16 | 448 | 1.629261e+02 | 2.000000e+02 |  22.76%
193.83/193.92	o 199
193.83/193.92	c p 193s|   663 |   655 |199001 |5051k| 122 |   - | 473 | 555 | 373 | 473 |1057 | 808 |  16 | 448 | 1.629261e+02 | 1.990000e+02 |  22.14%
193.83/193.93	o 198
193.83/193.93	c p 193s|   663 |   642 |199028 |5046k| 122 |   - | 473 | 555 | 360 | 473 |1057 | 808 |  16 | 448 | 1.629261e+02 | 1.980000e+02 |  21.53%
193.83/193.93	o 197
193.83/193.93	c p 193s|   663 |   629 |199029 |5036k| 122 |   - | 473 | 555 | 358 | 473 |1057 | 808 |  16 | 448 | 1.629261e+02 | 1.970000e+02 |  20.91%
193.83/193.94	o 196
193.83/193.94	c p 193s|   663 |   601 |199039 |5018k| 122 |   - | 473 | 555 | 357 | 473 |1057 | 808 |  16 | 448 | 1.629261e+02 | 1.960000e+02 |  20.30%
193.83/193.94	o 195
193.83/193.94	c p 193s|   663 |   579 |199041 |5000k| 122 |   - | 473 | 555 | 355 | 473 |1057 | 808 |  16 | 448 | 1.629261e+02 | 1.950000e+02 |  19.69%
193.83/193.96	o 194
193.83/193.96	c p 193s|   663 |   556 |199089 |4988k| 122 |   - | 473 | 555 | 339 | 473 |1057 | 808 |  16 | 448 | 1.629261e+02 | 1.940000e+02 |  19.07%
679.41/679.68	o 191
679.41/679.68	c C 675s|  4433 |  2704 |  1233k|6471k| 126 |   - | 473 | 601 | 443 | 473 |1057 | 808 |  62 |1044 | 1.634750e+02 | 1.910000e+02 |  16.84%
1083.32/1083.61	o 189
1083.32/1083.61	c C1077s|  8272 |  3584 |  2081k|7102k| 126 | 370 | 473 | 630 | 617 | 473 |1057 | 808 |  91 |1371 | 1.637048e+02 | 1.890000e+02 |  15.45%
1083.42/1083.72	o 188
1083.42/1083.72	c k1077s|  8273 |  3339 |  2081k|6909k| 126 | 366 | 473 | 630 | 617 | 473 |1057 | 808 |  91 |1371 | 1.637048e+02 | 1.880000e+02 |  14.84%
1268.88/1269.29	c  1261s| 10000 |  3888 |  2488k|7400k| 126 |   - | 473 | 644 | 498 | 473 |1057 | 808 | 107 |1453 | 1.637704e+02 | 1.880000e+02 |  14.79%
1800.06/1800.51	c 
1800.06/1800.51	c SCIP Status        : solving was interrupted [user interrupt]
1800.06/1800.51	c Solving Time (sec) : 1789.47
1800.06/1800.51	c Solving Nodes      : 14233
1800.06/1800.51	c Primal Bound       : +1.88000000000000e+02 (598 solutions)
1800.06/1800.51	c Dual Bound         : +1.63925528901296e+02
1800.06/1800.51	c Gap                : 14.69 %
1800.06/1800.51	c NODE         14233
1800.06/1800.51	c DUAL BOUND   163.926
1800.06/1800.51	c PRIMAL BOUND 188
1800.06/1800.51	c GAP          0.146862
1800.06/1800.51	s SATISFIABLE
1800.06/1800.51	v -x473 x472 -x471 x470 x469 -x468 -x467 -x466 x465 -x464 -x463 x462 -x461 x460 -x459 -x458 -x457 x456 -x455 -x454 -x453 -x452 -x451 
1800.06/1800.51	v x450 -x449 -x448 -x447 x446 -x445 -x444 -x443 -x442 -x441 -x440 -x439 -x438 x437 x436 -x435 x434 -x433 -x432 x431 -x430 -x429 
1800.06/1800.51	v -x428 x427 x426 -x425 -x424 -x423 x422 -x421 x420 -x419 -x418 -x417 x416 -x415 x414 -x413 -x412 -x411 x410 x409 -x408 -x407 
1800.06/1800.51	v x406 -x405 -x404 x403 x402 -x401 x400 x399 x398 -x397 x396 -x395 x394 -x393 -x392 x391 -x390 x389 x388 x387 -x386 -x385 -x384 
1800.06/1800.51	v -x383 -x382 x381 -x380 -x379 x378 -x377 -x376 x375 x374 -x373 -x372 -x371 -x370 x369 -x368 -x367 x366 -x365 -x364 -x363 
1800.06/1800.51	v x362 -x361 x360 x359 x358 -x357 x356 x355 x354 -x353 -x352 x351 -x350 x349 -x348 -x347 x346 x345 x344 -x343 x342 -x341 x340 x339 
1800.06/1800.51	v -x338 x337 -x336 -x335 x334 x333 -x332 -x331 x330 -x329 x328 -x327 -x326 -x325 x324 -x323 -x322 -x321 -x320 -x319 x318 x317 
1800.06/1800.51	v x316 -x315 x314 -x313 x312 -x311 -x310 x309 -x308 -x307 -x306 x305 -x304 x303 -x302 -x301 x300 x299 -x298 -x297 x296 -x295 
1800.06/1800.51	v -x294 -x293 -x292 x291 -x290 x289 -x288 x287 -x286 -x285 x284 -x283 -x282 -x281 x280 x279 -x278 x277 x276 -x275 -x274 -x273 
1800.06/1800.51	v -x272 -x271 x270 -x269 -x268 x267 -x266 x265 -x264 -x263 -x262 x261 -x260 x259 x258 -x257 -x256 x255 -x254 -x253 -x252 x251 -x250 
1800.06/1800.51	v -x249 -x248 -x247 x246 -x245 -x244 x243 -x242 -x241 x240 -x239 -x238 -x237 x236 -x235 -x234 -x233 -x232 -x231 x230 -x229 
1800.06/1800.51	v x228 -x227 -x226 -x225 -x224 -x223 -x222 -x221 -x220 x219 -x218 -x217 x216 -x215 x214 -x213 -x212 -x211 -x210 x209 x208 x207 
1800.06/1800.51	v -x206 x205 x204 x203 -x202 -x201 x200 x199 -x198 -x197 x196 x195 -x194 -x193 -x192 -x191 x190 -x189 -x188 -x187 -x186 x185 -x184 
1800.06/1800.51	v -x183 x182 -x181 -x180 -x179 x178 x177 -x176 -x175 -x174 -x173 -x172 -x171 -x170 -x169 -x168 -x167 -x166 -x165 -x164 x163 
1800.06/1800.51	v -x162 -x161 x160 -x159 x158 -x157 -x156 -x155 x154 -x153 -x152 -x151 x150 x149 x148 x147 x146 -x145 -x144 x143 x142 x141 -x140 
1800.06/1800.51	v -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.52	v x117 -x116 -x115 -x114 -x113 -x112 x111 x110 x109 -x108 x107 -x106 -x105 x104 x103 x102 -x101 -x100 -x99 -x98 x97 x96 -x95 x94 
1800.06/1800.52	v -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 x67 x66 
1800.06/1800.52	v 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 -x40 x39 -x38 
1800.06/1800.52	v 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 x12 -x11 
1800.06/1800.52	v x10 -x9 -x8 -x7 -x6 x5 -x4 -x3 -x2 -x1 
1800.06/1800.52	c SCIP Status        : solving was interrupted [user interrupt]
1800.06/1800.52	c Solving Time       :    1789.47
1800.06/1800.52	c Original Problem   :
1800.06/1800.52	c   Problem name     : HOME/instance-1868744-1245137055.opb
1800.06/1800.52	c   Variables        : 473 (473 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.06/1800.52	c   Constraints      : 473 initial, 473 maximal
1800.06/1800.52	c Presolved Problem  :
1800.06/1800.52	c   Problem name     : t_HOME/instance-1868744-1245137055.opb
1800.06/1800.52	c   Variables        : 473 (473 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.06/1800.52	c   Constraints      : 539 initial, 676 maximal
1800.06/1800.52	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.06/1800.52	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.06/1800.52	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.06/1800.52	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.06/1800.52	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.06/1800.52	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.06/1800.52	c   probing          :       0.01          0          0          0          0          0          0          0          0
1800.06/1800.52	c   knapsack         :       0.01          0          0          0          0          0         18        184        315
1800.06/1800.52	c   setppc           :       0.00          0          0          0          0          0         38          0          0
1800.06/1800.52	c   linear           :       0.02          0          0          0          0          0          0          0         31
1800.06/1800.52	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.06/1800.52	c   root node        :          -          0          -          -          0          -          -          -          -
1800.06/1800.52	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.06/1800.52	c   integral         :          0          0          0      10465          0          0         37          0          0      20882
1800.06/1800.52	c   knapsack         :        452         12      99867          0          0          0      53592        606          0          0
1800.06/1800.52	c   setppc           :         84         12      99867          0          0          0       5158          0          0          0
1800.06/1800.52	c   logicor          :          3+        12      15096          0          0          0          1          0          0          0
1800.06/1800.52	c   countsols        :          0          0          0          0          0          0          0          0          0          0
1800.06/1800.52	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.06/1800.52	c   integral         :     183.55       0.00       0.00     183.55       0.00
1800.06/1800.52	c   knapsack         :       3.56       0.04       3.52       0.00       0.00
1800.06/1800.52	c   setppc           :       0.49       0.00       0.49       0.00       0.00
1800.06/1800.52	c   logicor          :       0.05       0.00       0.05       0.00       0.00
1800.06/1800.52	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.06/1800.52	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.06/1800.52	c   rootredcost      :       0.08         21          0          0
1800.06/1800.52	c   pseudoobj        :       2.39      99886          0          0
1800.06/1800.52	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.06/1800.52	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
1800.06/1800.52	c   infeasible LP    :       0.03        148        148        148        4.0          0        0.0          0
1800.06/1800.52	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.06/1800.52	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.06/1800.52	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.06/1800.52	c   applied globally :          -          -          -        148        4.0          -          -          -
1800.06/1800.52	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.06/1800.52	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.06/1800.52	c   cut pool         :       0.00         11          -          -        463          -    (maximal pool size: 1901)
1800.06/1800.52	c   redcost          :       1.08      18121          0     148442          0          0
1800.06/1800.52	c   impliedbounds    :       0.00         13          0          0          0          0
1800.06/1800.52	c   intobj           :       0.00          0          0          0          0          0
1800.06/1800.52	c   gomory           :       4.52         13          0          0          1          0
1800.06/1800.52	c   strongcg         :       4.06         13          0          0          1          0
1800.06/1800.52	c   cmir             :       0.58         10          0          0        864          0
1800.06/1800.52	c   flowcover        :       0.53         10          0          0        997          0
1800.06/1800.52	c   clique           :       0.00          1          0          0          0          0
1800.06/1800.52	c   zerohalf         :       0.00          0          0          0          0          0
1800.06/1800.52	c   mcf              :       0.00          1          0          0          0          0
1800.06/1800.52	c Pricers            :       Time      Calls       Vars
1800.06/1800.52	c   problem variables:       0.00          0          0
1800.06/1800.52	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.06/1800.52	c   relpscost        :     183.52      10465          0         37          0          0      20882
1800.06/1800.52	c   pscost           :       0.00          0          0          0          0          0          0
1800.06/1800.52	c   inference        :       0.00          0          0          0          0          0          0
1800.06/1800.52	c   mostinf          :       0.00          0          0          0          0          0          0
1800.06/1800.52	c   leastinf         :       0.00          0          0          0          0          0          0
1800.06/1800.52	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.06/1800.52	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.06/1800.52	c   random           :       0.00          0          0          0          0          0          0
1800.06/1800.52	c Primal Heuristics  :       Time      Calls      Found
1800.06/1800.52	c   LP solutions     :       0.00          -          0
1800.06/1800.52	c   pseudo solutions :       0.00          -          0
1800.06/1800.52	c   feaspump         :       0.00          0          0
1800.06/1800.52	c   oneopt           :       0.04          7          3
1800.06/1800.52	c   crossover        :       0.95          5          2
1800.06/1800.52	c   guideddiving     :      59.37         20          0
1800.06/1800.52	c   fracdiving       :      55.99         22          0
1800.06/1800.52	c   veclendiving     :      64.81         35         32
1800.06/1800.52	c   linesearchdiving :      64.94         42          3
1800.06/1800.52	c   coefdiving       :     227.61         89        153
1800.06/1800.52	c   pscostdiving     :     323.54        153        203
1800.06/1800.52	c   simplerounding   :       0.65      16351         56
1800.06/1800.52	c   rounding         :      12.11       5685          1
1800.06/1800.52	c   shifting         :       3.08       1390          1
1800.06/1800.52	c   intshifting      :       0.00          0          0
1800.06/1800.52	c   fixandinfer      :       0.00          0          0
1800.06/1800.52	c   intdiving        :       0.00          0          0
1800.06/1800.52	c   actconsdiving    :       0.00          0          0
1800.06/1800.52	c   objpscostdiving  :      51.40          7        144
1800.06/1800.52	c   rootsoldiving    :      11.50         27          0
1800.06/1800.52	c   octane           :       0.00          0          0
1800.06/1800.52	c   rens             :       0.01          0          0
1800.06/1800.52	c   rins             :       0.00          0          0
1800.06/1800.52	c   localbranching   :       0.00          0          0
1800.06/1800.52	c   mutation         :       0.00          0          0
1800.06/1800.52	c   dins             :       0.00          0          0
1800.06/1800.52	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.06/1800.52	c   primal LP        :       0.01          0          0       0.00       0.00
1800.06/1800.52	c   dual LP          :     704.24      20134    1568814      77.92    2227.67
1800.06/1800.52	c   barrier LP       :       0.00          0          0       0.00          -
1800.06/1800.52	c   diving/probing LP:     828.61      48167    2058090      42.73    2483.79
1800.06/1800.52	c   strong branching :     182.14       1684     343702     204.10    1887.02
1800.06/1800.52	c     (at root node) :          -         22      14920     678.18          -
1800.06/1800.52	c   conflict analysis:       0.00          0          0       0.00          -
1800.06/1800.52	c B&B Tree           :
1800.06/1800.52	c   number of runs   :          1
1800.06/1800.52	c   nodes            :      14233
1800.06/1800.52	c   nodes (total)    :      14233
1800.06/1800.52	c   nodes left       :       5133
1800.06/1800.52	c   max depth        :        126
1800.06/1800.52	c   max depth (total):        126
1800.06/1800.52	c   backtracks       :       1952 (13.7%)
1800.06/1800.52	c   delayed cutoffs  :          0
1800.06/1800.52	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1800.06/1800.52	c   avg switch length:       6.39
1800.06/1800.52	c   switching time   :       1.30
1800.06/1800.52	c Solution           :
1800.06/1800.52	c   Solutions found  :        598 (26 improvements)
1800.06/1800.52	c   Primal Bound     : +1.88000000000000e+02   (in run 1, after 8273 nodes, 1076.94 seconds, depth 24, found by <oneopt>)
1800.06/1800.52	c   Dual Bound       : +1.63925528901296e+02
1800.06/1800.52	c   Gap              :      14.69 %
1800.06/1800.52	c   Root Dual Bound  : +1.62510762821651e+02
1800.06/1800.54	c Time complete: 1800.09.

Verifier Data

OK	188

Watcher Data

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

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 1333
/proc/meminfo: memFree=1845352/2055920 swapFree=4191900/4192956
[pid=1333] ppid=1331 vsize=4324 CPUtime=0
/proc/1333/stat : 1333 (pbscip.linux.x8) R 1331 1333 32310 0 -1 4194304 464 0 0 0 0 0 0 0 18 0 1 0 181305027 4427776 448 1992294400 4194304 7823515 548682068736 18446744073709551615 6883856 0 0 4096 0 0 0 0 17 1 0 0
/proc/1333/statm: 1081 450 287 886 0 191 0

[startup+0.0299051 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 1333
/proc/meminfo: memFree=1845352/2055920 swapFree=4191900/4192956
[pid=1333] ppid=1331 vsize=11280 CPUtime=0.01
/proc/1333/stat : 1333 (pbscip.linux.x8) R 1331 1333 32310 0 -1 4194304 2454 0 0 0 1 0 0 0 18 0 1 0 181305027 11550720 2082 1992294400 4194304 7823515 548682068736 18446744073709551615 5878822 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1333/statm: 2820 2082 375 886 0 1930 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 11280

[startup+0.101909 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 1333
/proc/meminfo: memFree=1845352/2055920 swapFree=4191900/4192956
[pid=1333] ppid=1331 vsize=16156 CPUtime=0.09
/proc/1333/stat : 1333 (pbscip.linux.x8) R 1331 1333 32310 0 -1 4194304 3572 0 0 0 8 1 0 0 18 0 1 0 181305027 16543744 3198 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1333/statm: 4039 3198 517 886 0 3149 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 16156

[startup+0.301922 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 1333
/proc/meminfo: memFree=1845352/2055920 swapFree=4191900/4192956
[pid=1333] ppid=1331 vsize=16344 CPUtime=0.29
/proc/1333/stat : 1333 (pbscip.linux.x8) R 1331 1333 32310 0 -1 4194304 3667 0 0 0 28 1 0 0 19 0 1 0 181305027 16736256 3293 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1333/statm: 4086 3293 523 886 0 3196 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 16344

[startup+0.701947 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 1333
/proc/meminfo: memFree=1845352/2055920 swapFree=4191900/4192956
[pid=1333] ppid=1331 vsize=17116 CPUtime=0.69
/proc/1333/stat : 1333 (pbscip.linux.x8) R 1331 1333 32310 0 -1 4194304 3835 0 0 0 67 2 0 0 23 0 1 0 181305027 17526784 3461 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1333/statm: 4279 3461 523 886 0 3389 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 17116

[startup+1.502 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1334
/proc/meminfo: memFree=1833632/2055920 swapFree=4191900/4192956
[pid=1333] ppid=1331 vsize=18968 CPUtime=1.49
/proc/1333/stat : 1333 (pbscip.linux.x8) R 1331 1333 32310 0 -1 4194304 4365 0 0 0 146 3 0 0 25 0 1 0 181305027 19423232 3972 1992294400 4194304 7823515 548682068736 18446744073709551615 6254293 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1333/statm: 4742 3972 559 886 0 3852 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 18968

[startup+3.1011 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1334
/proc/meminfo: memFree=1831008/2055920 swapFree=4191900/4192956
[pid=1333] ppid=1331 vsize=19972 CPUtime=3.09
/proc/1333/stat : 1333 (pbscip.linux.x8) R 1331 1333 32310 0 -1 4194304 4609 0 0 0 306 3 0 0 25 0 1 0 181305027 20451328 4201 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1333/statm: 4993 4201 559 886 0 4103 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 19972

[startup+6.3013 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1334
/proc/meminfo: memFree=1828576/2055920 swapFree=4191900/4192956
[pid=1333] ppid=1331 vsize=21968 CPUtime=6.29
/proc/1333/stat : 1333 (pbscip.linux.x8) R 1331 1333 32310 0 -1 4194304 5074 0 0 0 624 5 0 0 25 0 1 0 181305027 22495232 4666 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1333/statm: 5492 4666 559 886 0 4602 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 21968

[startup+12.7027 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1334
/proc/meminfo: memFree=1828192/2055920 swapFree=4191900/4192956
[pid=1333] ppid=1331 vsize=22736 CPUtime=12.69
/proc/1333/stat : 1333 (pbscip.linux.x8) R 1331 1333 32310 0 -1 4194304 5185 0 0 0 1260 9 0 0 25 0 1 0 181305027 23281664 4777 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1333/statm: 5684 4777 559 886 0 4794 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 22736

[startup+25.5015 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1334
/proc/meminfo: memFree=1826208/2055920 swapFree=4191900/4192956
[pid=1333] ppid=1331 vsize=24224 CPUtime=25.49
/proc/1333/stat : 1333 (pbscip.linux.x8) R 1331 1333 32310 0 -1 4194304 5703 0 0 0 2534 15 0 0 25 0 1 0 181305027 24805376 5295 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1333/statm: 6056 5295 566 886 0 5166 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 24224

[startup+51.1011 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1334
/proc/meminfo: memFree=1826272/2055920 swapFree=4191900/4192956
[pid=1333] ppid=1331 vsize=24224 CPUtime=51.07
/proc/1333/stat : 1333 (pbscip.linux.x8) R 1331 1333 32310 0 -1 4194304 5703 0 0 0 5082 25 0 0 25 0 1 0 181305027 24805376 5295 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1333/statm: 6056 5295 566 886 0 5166 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 24224

[startup+102.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1334
/proc/meminfo: memFree=1826272/2055920 swapFree=4191900/4192956
[pid=1333] ppid=1331 vsize=24224 CPUtime=102.26
/proc/1333/stat : 1333 (pbscip.linux.x8) R 1331 1333 32310 0 -1 4194304 5704 0 0 0 10180 46 0 0 25 0 1 0 181305027 24805376 5296 1992294400 4194304 7823515 548682068736 18446744073709551615 6237308 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1333/statm: 6056 5296 567 886 0 5166 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 24224

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1334
/proc/meminfo: memFree=1825632/2055920 swapFree=4191900/4192956
[pid=1333] ppid=1331 vsize=24648 CPUtime=162.24
/proc/1333/stat : 1333 (pbscip.linux.x8) R 1331 1333 32310 0 -1 4194304 7091 0 0 0 16143 81 0 0 25 0 1 0 181305027 25239552 5419 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1333/statm: 6162 5419 581 886 0 5272 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 24648

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1334
/proc/meminfo: memFree=1827872/2055920 swapFree=4191900/4192956
[pid=1333] ppid=1331 vsize=22612 CPUtime=222.23
/proc/1333/stat : 1333 (pbscip.linux.x8) R 1331 1333 32310 0 -1 4194304 8517 0 0 0 22105 118 0 0 25 0 1 0 181305027 23154688 4902 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1333/statm: 5653 4902 581 886 0 4763 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 22612

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1334
/proc/meminfo: memFree=1824928/2055920 swapFree=4191900/4192956
[pid=1333] ppid=1331 vsize=25300 CPUtime=282.21
/proc/1333/stat : 1333 (pbscip.linux.x8) R 1331 1333 32310 0 -1 4194304 10457 0 0 0 28072 149 0 0 25 0 1 0 181305027 25907200 5579 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1333/statm: 6325 5579 581 886 0 5435 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 25300

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1334
/proc/meminfo: memFree=1827232/2055920 swapFree=4191900/4192956
[pid=1333] ppid=1331 vsize=23184 CPUtime=342.2
/proc/1333/stat : 1333 (pbscip.linux.x8) R 1331 1333 32310 0 -1 4194304 10672 0 0 0 34034 186 0 0 25 0 1 0 181305027 23740416 5051 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1333/statm: 5796 5051 581 886 0 4906 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 23184

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1334
/proc/meminfo: memFree=1826592/2055920 swapFree=4191900/4192956
[pid=1333] ppid=1331 vsize=23732 CPUtime=402.18
/proc/1333/stat : 1333 (pbscip.linux.x8) R 1331 1333 32310 0 -1 4194304 11538 0 0 0 39997 221 0 0 25 0 1 0 181305027 24301568 5196 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1333/statm: 5933 5196 581 886 0 5043 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 23732

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1334
/proc/meminfo: memFree=1825184/2055920 swapFree=4191900/4192956
[pid=1333] ppid=1331 vsize=25140 CPUtime=462.17
/proc/1333/stat : 1333 (pbscip.linux.x8) R 1331 1333 32310 0 -1 4194304 11877 0 0 0 45960 257 0 0 25 0 1 0 181305027 25743360 5535 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1333/statm: 6285 5535 581 886 0 5395 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 25140

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1334
/proc/meminfo: memFree=1823328/2055920 swapFree=4191900/4192956
[pid=1333] ppid=1331 vsize=26920 CPUtime=522.16
/proc/1333/stat : 1333 (pbscip.linux.x8) R 1331 1333 32310 0 -1 4194304 12337 0 0 0 51920 296 0 0 25 0 1 0 181305027 27566080 5995 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1333/statm: 6730 5995 581 886 0 5840 0
Current children cumulated CPU time (s) 522.16
Current children cumulated vsize (KiB) 26920

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1334
/proc/meminfo: memFree=1823328/2055920 swapFree=4191900/4192956
[pid=1333] ppid=1331 vsize=26920 CPUtime=582.14
/proc/1333/stat : 1333 (pbscip.linux.x8) R 1331 1333 32310 0 -1 4194304 12339 0 0 0 57877 337 0 0 25 0 1 0 181305027 27566080 5997 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1333/statm: 6730 5997 581 886 0 5840 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 26920

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1334
/proc/meminfo: memFree=1823264/2055920 swapFree=4191900/4192956
[pid=1333] ppid=1331 vsize=26920 CPUtime=642.14
/proc/1333/stat : 1333 (pbscip.linux.x8) R 1331 1333 32310 0 -1 4194304 12340 0 0 0 63839 375 0 0 25 0 1 0 181305027 27566080 5998 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1333/statm: 6730 5998 581 886 0 5840 0
Current children cumulated CPU time (s) 642.14
Current children cumulated vsize (KiB) 26920

[startup+702.302 s]

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

[startup+882.302 s]
/proc/loadavg: 1.01 1.01 1.00 2/65 1334
/proc/meminfo: memFree=1823648/2055920 swapFree=4191900/4192956
[pid=1333] ppid=1331 vsize=26416 CPUtime=882.07
/proc/1333/stat : 1333 (pbscip.linux.x8) R 1331 1333 32310 0 -1 4194304 14281 0 0 0 87682 525 0 0 25 0 1 0 181305027 27049984 5880 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1333/statm: 6604 5880 581 886 0 5714 0
Current children cumulated CPU time (s) 882.07
Current children cumulated vsize (KiB) 26416

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1334
/proc/meminfo: memFree=1823648/2055920 swapFree=4191900/4192956
[pid=1333] ppid=1331 vsize=26416 CPUtime=942.06
/proc/1333/stat : 1333 (pbscip.linux.x8) R 1331 1333 32310 0 -1 4194304 14282 0 0 0 93647 559 0 0 25 0 1 0 181305027 27049984 5881 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1333/statm: 6604 5881 581 886 0 5714 0
Current children cumulated CPU time (s) 942.06
Current children cumulated vsize (KiB) 26416

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1334
/proc/meminfo: memFree=1822304/2055920 swapFree=4191900/4192956
[pid=1333] ppid=1331 vsize=27736 CPUtime=1002.04
/proc/1333/stat : 1333 (pbscip.linux.x8) R 1331 1333 32310 0 -1 4194304 14607 0 0 0 99604 600 0 0 25 0 1 0 181305027 28401664 6206 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1333/statm: 6934 6206 581 886 0 6044 0
Current children cumulated CPU time (s) 1002.04
Current children cumulated vsize (KiB) 27736

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1334
/proc/meminfo: memFree=1822304/2055920 swapFree=4191900/4192956
[pid=1333] ppid=1331 vsize=27736 CPUtime=1062.03
/proc/1333/stat : 1333 (pbscip.linux.x8) R 1331 1333 32310 0 -1 4194304 14607 0 0 0 105569 634 0 0 25 0 1 0 181305027 28401664 6206 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1333/statm: 6934 6206 581 886 0 6044 0
Current children cumulated CPU time (s) 1062.03
Current children cumulated vsize (KiB) 27736

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1334
/proc/meminfo: memFree=1820896/2055920 swapFree=4191900/4192956
[pid=1333] ppid=1331 vsize=28888 CPUtime=1122.01
/proc/1333/stat : 1333 (pbscip.linux.x8) R 1331 1333 32310 0 -1 4194304 16477 0 0 0 111530 671 0 0 25 0 1 0 181305027 29581312 6499 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1333/statm: 7222 6499 581 886 0 6332 0
Current children cumulated CPU time (s) 1122.01
Current children cumulated vsize (KiB) 28888

[startup+1182.3 s]
/proc/loadavg: 1.03 1.01 1.00 2/65 1334
/proc/meminfo: memFree=1820896/2055920 swapFree=4191900/4192956
[pid=1333] ppid=1331 vsize=28888 CPUtime=1182
/proc/1333/stat : 1333 (pbscip.linux.x8) R 1331 1333 32310 0 -1 4194304 16477 0 0 0 117492 708 0 0 25 0 1 0 181305027 29581312 6499 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1333/statm: 7222 6499 581 886 0 6332 0
Current children cumulated CPU time (s) 1182
Current children cumulated vsize (KiB) 28888

[startup+1242.3 s]
/proc/loadavg: 1.01 1.01 1.00 2/65 1334
/proc/meminfo: memFree=1820832/2055920 swapFree=4191900/4192956
[pid=1333] ppid=1331 vsize=28888 CPUtime=1241.98
/proc/1333/stat : 1333 (pbscip.linux.x8) R 1331 1333 32310 0 -1 4194304 16477 0 0 0 123453 745 0 0 25 0 1 0 181305027 29581312 6499 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1333/statm: 7222 6499 581 886 0 6332 0
Current children cumulated CPU time (s) 1241.98
Current children cumulated vsize (KiB) 28888

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1334
/proc/meminfo: memFree=1820768/2055920 swapFree=4191900/4192956
[pid=1333] ppid=1331 vsize=28888 CPUtime=1301.98
/proc/1333/stat : 1333 (pbscip.linux.x8) R 1331 1333 32310 0 -1 4194304 16477 0 0 0 129417 781 0 0 25 0 1 0 181305027 29581312 6499 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1333/statm: 7222 6499 581 886 0 6332 0
Current children cumulated CPU time (s) 1301.98
Current children cumulated vsize (KiB) 28888

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1334
/proc/meminfo: memFree=1820768/2055920 swapFree=4191900/4192956
[pid=1333] ppid=1331 vsize=28888 CPUtime=1361.95
/proc/1333/stat : 1333 (pbscip.linux.x8) R 1331 1333 32310 0 -1 4194304 16477 0 0 0 135380 815 0 0 25 0 1 0 181305027 29581312 6499 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1333/statm: 7222 6499 581 886 0 6332 0
Current children cumulated CPU time (s) 1361.95
Current children cumulated vsize (KiB) 28888

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1334
/proc/meminfo: memFree=1820704/2055920 swapFree=4191900/4192956
[pid=1333] ppid=1331 vsize=29052 CPUtime=1421.95
/proc/1333/stat : 1333 (pbscip.linux.x8) R 1331 1333 32310 0 -1 4194304 16513 0 0 0 141347 848 0 0 25 0 1 0 181305027 29749248 6535 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1333/statm: 7263 6535 581 886 0 6373 0
Current children cumulated CPU time (s) 1421.95
Current children cumulated vsize (KiB) 29052

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1334
/proc/meminfo: memFree=1820640/2055920 swapFree=4191900/4192956
[pid=1333] ppid=1331 vsize=29052 CPUtime=1481.93
/proc/1333/stat : 1333 (pbscip.linux.x8) R 1331 1333 32310 0 -1 4194304 16514 0 0 0 147310 883 0 0 25 0 1 0 181305027 29749248 6536 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1333/statm: 7263 6536 581 886 0 6373 0
Current children cumulated CPU time (s) 1481.93
Current children cumulated vsize (KiB) 29052

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1334
/proc/meminfo: memFree=1820640/2055920 swapFree=4191900/4192956
[pid=1333] ppid=1331 vsize=29052 CPUtime=1541.91
/proc/1333/stat : 1333 (pbscip.linux.x8) R 1331 1333 32310 0 -1 4194304 16516 0 0 0 153276 915 0 0 25 0 1 0 181305027 29749248 6538 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1333/statm: 7263 6538 581 886 0 6373 0
Current children cumulated CPU time (s) 1541.91
Current children cumulated vsize (KiB) 29052

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1336
/proc/meminfo: memFree=1820576/2055920 swapFree=4191900/4192956
[pid=1333] ppid=1331 vsize=29052 CPUtime=1601.9
/proc/1333/stat : 1333 (pbscip.linux.x8) R 1331 1333 32310 0 -1 4194304 16516 0 0 0 159236 954 0 0 25 0 1 0 181305027 29749248 6538 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1333/statm: 7263 6538 581 886 0 6373 0
Current children cumulated CPU time (s) 1601.9
Current children cumulated vsize (KiB) 29052

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1336
/proc/meminfo: memFree=1820512/2055920 swapFree=4191900/4192956
[pid=1333] ppid=1331 vsize=29052 CPUtime=1661.88
/proc/1333/stat : 1333 (pbscip.linux.x8) R 1331 1333 32310 0 -1 4194304 16517 0 0 0 165202 986 0 0 25 0 1 0 181305027 29749248 6539 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1333/statm: 7263 6539 581 886 0 6373 0
Current children cumulated CPU time (s) 1661.88
Current children cumulated vsize (KiB) 29052

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1336
/proc/meminfo: memFree=1820512/2055920 swapFree=4191900/4192956
[pid=1333] ppid=1331 vsize=29052 CPUtime=1721.86
/proc/1333/stat : 1333 (pbscip.linux.x8) R 1331 1333 32310 0 -1 4194304 16517 0 0 0 171170 1016 0 0 25 0 1 0 181305027 29749248 6539 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1333/statm: 7263 6539 581 886 0 6373 0
Current children cumulated CPU time (s) 1721.86
Current children cumulated vsize (KiB) 29052

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1336
/proc/meminfo: memFree=1820448/2055920 swapFree=4191900/4192956
[pid=1333] ppid=1331 vsize=29052 CPUtime=1781.86
/proc/1333/stat : 1333 (pbscip.linux.x8) R 1331 1333 32310 0 -1 4194304 16517 0 0 0 177136 1050 0 0 25 0 1 0 181305027 29749248 6539 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1333/statm: 7263 6539 581 886 0 6373 0
Current children cumulated CPU time (s) 1781.86
Current children cumulated vsize (KiB) 29052



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1336
/proc/meminfo: memFree=1820448/2055920 swapFree=4191900/4192956
[pid=1333] ppid=1331 vsize=29052 CPUtime=1800.06
/proc/1333/stat : 1333 (pbscip.linux.x8) R 1331 1333 32310 0 -1 4194304 16517 0 0 0 178947 1059 0 0 25 0 1 0 181305027 29749248 6539 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1333/statm: 7263 6539 581 886 0 6373 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 29052

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/65 1336
/proc/meminfo: memFree=1820448/2055920 swapFree=4191900/4192956
[pid=1333] ppid=1331 vsize=29052 CPUtime=1800.06
/proc/1333/stat : 1333 (pbscip.linux.x8) R 1331 1333 32310 0 -1 4194304 16517 0 0 0 178947 1059 0 0 25 0 1 0 181305027 29749248 6539 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1333/statm: 7263 6539 581 886 0 6373 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 29052

Child status: 0
Real time (s): 1800.55
CPU time (s): 1800.1
CPU user time (s): 1789.51
CPU system time (s): 10.5954
CPU usage (%): 99.9754
Max. virtual memory (cumulated for all children) (KiB): 36532

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

runsolver used 1.36579 second user time and 3.69244 second system time

The end

Launcher Data

Begin job on node29 at 2009-06-16 09:24:15
IDJOB=1868744
IDBENCH=1953
IDSOLVER=683
FILE ID=node29/1868744-1245137055
PBS_JOBID= 9363703
Free space on /tmp= 66244 MiB

SOLVER NAME= SCIPspx SCIP 1.1.0.7 with SoPLEX 1.4.1(24.4.2009)
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB06/liu/domset/normalized-domset_v500_e2000_w30_mw19_11.opb.PB06.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t TIMEOUT -m MEMLIMIT -f BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1868744-1245137055/watcher-1868744-1245137055 -o /tmp/evaluation-result-1868744-1245137055/solver-1868744-1245137055 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 1800 -f HOME/instance-1868744-1245137055.opb

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

MD5SUM BENCH= 19bfc1d5b7087888ef5c79946c60f053
RANDOM SEED=1919012393

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.237
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.237
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1846152 kB
Buffers:         26556 kB
Cached:         118628 kB
SwapCached:        268 kB
Active:          32192 kB
Inactive:       125768 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1846152 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:            9884 kB
Writeback:           0 kB
Mapped:          21308 kB
Slab:            37792 kB
Committed_AS:   174424 kB
PageTables:       1472 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66232 MiB
End job on node29 at 2009-06-16 09:54:17