Trace number 1869159

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjCPU timeWall clock time
SCIPclp SCIP 1.1.0.7 with CLP 1.8.2SAT285 1799.66 1800.31

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/primes-dimacs-cnf/normalized-ii32d1.opb
MD5SUM1850b909125f53108de0513d8e3d52c8
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark285
Best CPU time to get the best result obtained on this benchmark1800.17
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 285
Optimality of the best value was proved NO
Number of variables664
Total number of constraints3035
Number of constraints which are clauses3035
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint32
Number of terms in the objective function 664
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 664
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 664
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.03/0.05	c SCIP version 1.1.0.7
0.03/0.05	c LP-Solver Clp 1.8.2
0.03/0.05	c user parameter file <scip.set> not found - using default parameters
0.03/0.05	c read problem <HOME/instance-1869159-1245161388.opb>
0.03/0.05	c original problem has 664 variables (664 bin, 0 int, 0 impl, 0 cont) and 3035 constraints
0.03/0.07	c start presolving problem
0.03/0.07	c presolving:
0.09/0.13	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 2959 upgd conss, 21144 impls, 0 clqs
0.09/0.14	c (round 2) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 3035 upgd conss, 21144 impls, 0 clqs
0.09/0.19	c    (0.1s) probing: 101/664 (15.2%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.09/0.19	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.09/0.19	c presolving (3 rounds):
0.09/0.19	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.09/0.19	c  21144 implications, 0 cliques
0.09/0.19	c presolved problem has 664 variables (664 bin, 0 int, 0 impl, 0 cont) and 3035 constraints
0.09/0.19	c    3035 constraints of type <logicor>
0.09/0.19	c transformed objective value is always integral (scale: 1)
0.09/0.19	c Presolving Time: 0.12
0.09/0.19	c strange?!, PURESAT with obj
0.09/0.19	c -----------------------------------------------------------------------------------------------
0.09/0.19	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.19	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.19	c limits/memory = c 1620
0.09/0.19	c # maximal time in seconds to run
0.09/0.19	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.19	c limits/time = c 1791
0.09/0.19	c # frequency for displaying node information lines
0.09/0.19	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.19	c display/freq = c 10000
0.09/0.19	c -----------------------------------------------------------------------------------------------
0.09/0.19	c start solving problem
0.09/0.19	c 
0.19/0.25	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.19/0.25	c   0.2s|     1 |     0 |   637 |5921k|   0 | 462 | 664 |3035 |3035 | 664 |3035 |   0 |   0 |   0 | 1.920528e+02 |      --      |    Inf 
2.59/2.64	c   2.5s|     1 |     0 |  5783 |6182k|   0 | 436 | 664 |3035 |3035 | 664 |3050 |  15 |   0 |   0 | 1.977739e+02 |      --      |    Inf 
2.79/2.80	c   2.7s|     1 |     0 |  5972 |6423k|   0 | 422 | 664 |3035 |3035 | 664 |3060 |  25 |   0 |   0 | 2.004296e+02 |      --      |    Inf 
2.99/3.02	c   2.9s|     1 |     0 |  6126 |6567k|   0 | 420 | 664 |3035 |3035 | 664 |3068 |  33 |   0 |   0 | 2.015031e+02 |      --      |    Inf 
3.20/3.21	c   3.1s|     1 |     0 |  6188 |6681k|   0 | 418 | 664 |3035 |3035 | 664 |3076 |  41 |   0 |   0 | 2.020000e+02 |      --      |    Inf 
3.39/3.41	c   3.3s|     1 |     0 |  6377 |7114k|   0 | 456 | 664 |3035 |3035 | 664 |3083 |  48 |   0 |   0 | 2.032500e+02 |      --      |    Inf 
3.59/3.66	c   3.5s|     1 |     0 |  6558 |7234k|   0 | 457 | 664 |3035 |3035 | 664 |3092 |  57 |   0 |   0 | 2.050000e+02 |      --      |    Inf 
3.89/3.97	c   3.9s|     1 |     0 |  6745 |7337k|   0 | 457 | 664 |3035 |3035 | 664 |3100 |  65 |   0 |   0 | 2.050000e+02 |      --      |    Inf 
4.30/4.30	c   4.2s|     1 |     0 |  7096 |7488k|   0 | 481 | 664 |3035 |3035 | 664 |3108 |  73 |   0 |   0 | 2.051667e+02 |      --      |    Inf 
4.59/4.66	c   4.5s|     1 |     0 |  7357 |7656k|   0 | 488 | 664 |3035 |3035 | 664 |3115 |  80 |   0 |   0 | 2.060000e+02 |      --      |    Inf 
4.89/4.93	c   4.8s|     1 |     0 |  7658 |7811k|   0 | 489 | 664 |3035 |3035 | 664 |3122 |  87 |   0 |   0 | 2.060000e+02 |      --      |    Inf 
5.40/5.41	c   5.3s|     1 |     0 |  7916 |7902k|   0 | 462 | 664 |3035 |3035 | 664 |3125 |  90 |   0 |   0 | 2.062500e+02 |      --      |    Inf 
5.99/6.03	c   5.9s|     1 |     0 |  8206 |8026k|   0 | 466 | 664 |3035 |3035 | 664 |3128 |  94 |   0 |   0 | 2.063333e+02 |      --      |    Inf 
6.38/6.49	c   6.3s|     1 |     0 |  8357 |8098k|   0 | 444 | 664 |3035 |3035 | 664 |3133 |  99 |   0 |   0 | 2.065000e+02 |      --      |    Inf 
7.09/7.10	c   7.0s|     1 |     0 |  8590 |8193k|   0 | 413 | 664 |3035 |3035 | 664 |3138 | 104 |   0 |   0 | 2.065000e+02 |      --      |    Inf 
7.39/7.49	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
7.39/7.49	c   7.3s|     1 |     0 |  8864 |8243k|   0 | 468 | 664 |3035 |3035 | 664 |3144 | 110 |   0 |   0 | 2.066667e+02 |      --      |    Inf 
8.69/8.72	c   8.6s|     1 |     0 |  9000 |8309k|   0 | 446 | 664 |3035 |3035 | 664 |3148 | 114 |   0 |   0 | 2.070000e+02 |      --      |    Inf 
9.59/9.69	c   9.5s|     1 |     0 |  9158 |8390k|   0 | 448 | 664 |3035 |3035 | 664 |3153 | 119 |   0 |   0 | 2.070000e+02 |      --      |    Inf 
10.39/10.49	c  10.3s|     1 |     0 |  9315 |8485k|   0 | 468 | 664 |3035 |3035 | 664 |3125 | 122 |   0 |   0 | 2.070000e+02 |      --      |    Inf 
11.29/11.37	c  11.2s|     1 |     0 |  9457 |8543k|   0 | 458 | 664 |3035 |3035 | 664 |3129 | 126 |   0 |   0 | 2.070000e+02 |      --      |    Inf 
11.68/11.80	c  11.6s|     1 |     0 |  9721 |8745k|   0 | 441 | 664 |3035 |3035 | 664 |3137 | 134 |   0 |   0 | 2.070000e+02 |      --      |    Inf 
12.29/12.30	c  12.1s|     1 |     0 | 10004 |8758k|   0 | 442 | 664 |3035 |3035 | 664 |3140 | 137 |   0 |   0 | 2.070000e+02 |      --      |    Inf 
17.68/17.78	c  17.6s|     1 |     2 | 10004 |8759k|   0 | 442 | 664 |3035 |3035 | 664 |3140 | 137 |   0 |  45 | 2.070000e+02 |      --      |    Inf 
50.16/50.29	o 329
50.16/50.29	c R49.9s|    18 |    11 | 16063 |8848k|  13 |  73 | 664 |3044 |1833 | 664 |3099 | 137 |   9 | 565 | 2.078333e+02 | 3.290000e+02 |  58.30%
50.26/50.30	o 314
50.26/50.30	c k49.9s|    18 |    13 | 16063 |8865k|  13 |  73 | 664 |3044 |1833 | 664 |3099 | 137 |   9 | 566 | 2.078333e+02 | 3.140000e+02 |  51.08%
76.76/76.88	o 313
76.76/76.88	c R76.4s|   327 |   125 | 47459 |9389k|  37 |   - | 664 |3326 | 710 | 664 |3099 | 137 | 383 | 774 | 2.083333e+02 | 3.130000e+02 |  50.24%
94.64/94.72	o 310
94.64/94.72	c C94.0s|   709 |   244 | 87663 |9898k|  38 | 126 | 664 |3525 |1038 | 664 |3099 | 137 | 779 | 919 | 2.085000e+02 | 3.100000e+02 |  48.68%
94.64/94.74	o 294
94.64/94.74	c k94.0s|   710 |   205 | 87672 |9748k|  38 | 159 | 664 |3524 |1181 | 664 |3099 | 137 | 779 | 919 | 2.085000e+02 | 2.940000e+02 |  41.01%
628.66/628.94	c   626s| 10000 |  2823 |  1586k|  18M|  40 | 153 | 664 |3504 |1611 | 664 |3099 | 137 |5654 |3376 | 2.250507e+02 | 2.940000e+02 |  30.64%
658.24/658.58	o 293
658.24/658.58	c R 656s| 10701 |  2801 |  1670k|  18M|  40 |   - | 664 |3539 | 811 | 664 |3099 | 137 |5923 |3565 | 2.254219e+02 | 2.930000e+02 |  29.98%
660.15/660.42	o 292
660.15/660.42	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
660.15/660.42	c R 657s| 10764 |  2706 |  1674k|  18M|  40 |  54 | 664 |3554 |1146 | 664 |3099 | 137 |5950 |3578 | 2.254583e+02 | 2.920000e+02 |  29.51%
660.15/660.42	o 291
660.15/660.42	c s 657s| 10764 |  2592 |  1674k|  18M|  40 |  54 | 664 |3554 |1146 | 664 |3099 | 137 |5950 |3578 | 2.254583e+02 | 2.910000e+02 |  29.07%
660.15/660.43	o 288
660.15/660.43	c k 657s| 10764 |  2333 |  1674k|  17M|  40 |  54 | 664 |3554 |1146 | 664 |3099 | 137 |5950 |3578 | 2.254583e+02 | 2.880000e+02 |  27.74%
660.25/660.50	o 287
660.25/660.50	c * 657s| 10772 |  2235 |  1674k|  17M|  40 |   - | 664 |3554 | 877 | 664 |3099 | 137 |5950 |3578 | 2.254583e+02 | 2.870000e+02 |  27.30%
902.25/902.68	o 286
902.25/902.68	c R 898s| 17198 |  2922 |  2437k|  19M|  40 |   - | 664 |3420 |1216 | 664 |3099 | 137 |7166 |4484 | 2.299000e+02 | 2.860000e+02 |  24.40%
902.25/902.68	o 285
902.25/902.68	c k 898s| 17198 |  2803 |  2437k|  19M|  40 |   - | 664 |3420 |1216 | 664 |3099 | 137 |7166 |4484 | 2.299000e+02 | 2.850000e+02 |  23.97%
1024.92/1025.30	c  1020s| 20000 |  3297 |  2804k|  21M|  40 |   - | 664 |3326 |1628 | 664 |3099 | 137 |7463 |5136 | 2.317917e+02 | 2.850000e+02 |  22.96%
1367.99/1368.52	c  1362s| 30000 |  4115 |  3971k|  24M|  49 | 253 | 664 |3517 |2208 | 664 |3099 | 137 |9475 |6033 | 2.357140e+02 | 2.850000e+02 |  20.91%
1705.57/1706.22	c  1697s| 40000 |  4884 |  5084k|  28M|  52 |   - | 664 |3457 | 956 | 664 |3099 | 137 |  10k|7280 | 2.370415e+02 | 2.850000e+02 |  20.23%
1799.54/1800.25	c 
1799.54/1800.25	c SCIP Status        : solving was interrupted [time limit reached]
1799.54/1800.25	c Solving Time (sec) : 1791.00
1799.54/1800.25	c Solving Nodes      : 42888
1799.54/1800.25	c Primal Bound       : +2.85000000000000e+02 (29 solutions)
1799.54/1800.25	c Dual Bound         : +2.37255228758170e+02
1799.54/1800.25	c Gap                : 20.12 %
1799.54/1800.25	c NODE         42888
1799.54/1800.25	c DUAL BOUND   237.255
1799.54/1800.25	c PRIMAL BOUND 285
1799.54/1800.25	c GAP          0.201238
1799.54/1800.25	s SATISFIABLE
1799.54/1800.25	v x664 -x663 -x662 x661 x660 -x659 x658 -x657 x656 -x655 -x654 x653 x652 -x651 x650 -x649 -x648 x647 x646 -x645 x644 -x643 x642 -x641 
1799.54/1800.25	v x640 -x639 -x638 x637 x636 -x635 x634 -x633 -x632 x631 x630 -x629 x628 -x627 x626 -x625 -x624 x623 x622 -x621 x620 -x619 
1799.54/1800.25	v x618 -x617 -x616 x615 x614 -x613 x612 -x611 x610 -x609 x608 -x607 -x606 x605 x604 -x603 x602 -x601 -x600 -x599 -x598 x597 x596 
1799.54/1800.25	v -x595 x594 -x593 x592 -x591 x590 -x589 x588 -x587 -x586 x585 -x584 x583 x582 -x581 x580 -x579 x578 -x577 x576 -x575 -x574 
1799.54/1800.25	v x573 x572 -x571 x570 -x569 x568 -x567 -x566 x565 x564 -x563 x562 -x561 x560 -x559 -x558 x557 x556 -x555 x554 -x553 -x552 x551 
1799.54/1800.25	v x550 -x549 x548 -x547 x546 -x545 -x544 x543 -x542 -x541 x540 -x539 x538 -x537 x536 -x535 x534 -x533 x532 -x531 -x530 x529 x528 
1799.54/1800.25	v -x527 x526 -x525 -x524 x523 x522 -x521 x520 -x519 -x518 x517 x516 -x515 x514 -x513 -x512 x511 -x510 x509 -x508 x507 -x506 
1799.54/1800.25	v x505 -x504 x503 -x502 x501 -x500 x499 -x498 x497 -x496 x495 -x494 x493 -x492 x491 -x490 x489 -x488 x487 -x486 x485 -x484 x483 
1799.54/1800.25	v -x482 x481 -x480 x479 -x478 x477 -x476 x475 -x474 x473 x472 -x471 -x470 x469 -x468 x467 -x466 x465 -x464 x463 -x462 x461 -x460 
1799.54/1800.25	v x459 -x458 x457 -x456 x455 -x454 x453 -x452 x451 -x450 x449 -x448 x447 -x446 x445 -x444 x443 -x442 x441 -x440 x439 -x438 x437 
1799.54/1800.25	v -x436 x435 -x434 x433 -x432 x431 x430 -x429 -x428 x427 x426 -x425 -x424 x423 -x422 x421 -x420 x419 -x418 x417 -x416 x415 
1799.54/1800.25	v -x414 x413 -x412 x411 -x410 x409 -x408 x407 -x406 x405 -x404 x403 -x402 x401 -x400 x399 -x398 x397 -x396 x395 -x394 x393 -x392 
1799.54/1800.25	v x391 -x390 x389 -x388 x387 -x386 x385 -x384 x383 -x382 x381 -x380 x379 -x378 x377 -x376 x375 -x374 x373 -x372 x371 -x370 x369 
1799.54/1800.25	v -x368 x367 -x366 x365 -x364 x363 -x362 x361 -x360 x359 -x358 x357 -x356 x355 -x354 x353 -x352 x351 -x350 x349 -x348 x347 -x346 
1799.54/1800.25	v x345 -x344 x343 -x342 x341 -x340 x339 -x338 x337 -x336 x335 x334 -x333 -x332 x331 -x330 x329 -x328 x327 -x326 x325 -x324 
1799.54/1800.25	v x323 -x322 x321 -x320 x319 -x318 x317 -x316 x315 -x314 x313 -x312 x311 -x310 x309 -x308 x307 -x306 x305 -x304 x303 -x302 x301 
1799.54/1800.25	v -x300 x299 -x298 x297 -x296 x295 -x294 x293 -x292 x291 x290 -x289 -x288 x287 -x286 x285 -x284 x283 -x282 x281 -x280 x279 -x278 
1799.54/1800.25	v x277 -x276 x275 -x274 x273 -x272 x271 -x270 x269 x268 -x267 -x266 x265 -x264 x263 -x262 x261 -x260 x259 -x258 x257 -x256 
1799.54/1800.25	v -x255 -x254 x253 -x252 -x251 -x250 x249 -x248 -x247 -x246 x245 x244 -x243 -x242 x241 -x240 -x239 -x238 x237 -x236 x235 -x234 
1799.54/1800.25	v -x233 x232 -x231 -x230 x229 -x228 -x227 -x226 x225 -x224 x223 -x222 -x221 x220 -x219 -x218 x217 -x216 x215 -x214 -x213 -x212 
1799.54/1800.25	v -x211 -x210 x209 -x208 x207 -x206 -x205 -x204 -x203 -x202 x201 -x200 x199 -x198 -x197 -x196 x195 -x194 -x193 -x192 -x191 -x190 
1799.54/1800.25	v x189 -x188 -x187 -x186 x185 -x184 -x183 -x182 x181 -x180 -x179 -x178 x177 -x176 x175 -x174 -x173 -x172 x171 -x170 -x169 -x168 
1799.54/1800.25	v -x167 -x166 x165 -x164 -x163 -x162 x161 -x160 x159 -x158 -x157 -x156 x155 -x154 -x153 -x152 x151 -x150 -x149 -x148 x147 -x146 
1799.54/1800.25	v -x145 -x144 x143 -x142 -x141 -x140 -x139 -x138 x137 -x136 x135 -x134 -x133 -x132 x131 -x130 -x129 -x128 x127 -x126 x125 -x124 
1799.54/1800.25	v x123 -x122 -x121 -x120 x119 -x118 -x117 x116 -x115 -x114 x113 -x112 x111 -x110 x109 -x108 x107 -x106 -x105 -x104 x103 -x102 
1799.54/1800.25	v -x101 -x100 -x99 -x98 x97 -x96 -x95 -x94 x93 -x92 x91 -x90 x89 -x88 x87 -x86 x85 -x84 x83 -x82 x81 -x80 x79 -x78 x77 -x76 
1799.54/1800.25	v x75 -x74 x73 -x72 -x71 -x70 x69 -x68 -x67 -x66 x65 -x64 x63 -x62 x61 -x60 -x59 -x58 x57 -x56 -x55 -x54 x53 -x52 x51 -x50 -x49 
1799.54/1800.25	v -x48 x47 -x46 x45 -x44 x43 -x42 x41 -x40 -x39 -x38 x37 -x36 x35 -x34 x33 -x32 -x31 -x30 x29 -x28 x27 -x26 -x25 -x24 x23 -x22 
1799.54/1800.25	v -x21 -x20 x19 -x18 x17 -x16 x15 -x14 x13 -x12 x11 x10 -x9 -x8 x7 -x6 -x5 -x4 x3 x2 -x1 
1799.54/1800.25	c SCIP Status        : solving was interrupted [time limit reached]
1799.54/1800.25	c Solving Time       :    1791.00
1799.54/1800.25	c Original Problem   :
1799.54/1800.25	c   Problem name     : HOME/instance-1869159-1245161388.opb
1799.54/1800.25	c   Variables        : 664 (664 binary, 0 integer, 0 implicit integer, 0 continuous)
1799.54/1800.25	c   Constraints      : 3035 initial, 3035 maximal
1799.54/1800.25	c Presolved Problem  :
1799.54/1800.25	c   Problem name     : t_HOME/instance-1869159-1245161388.opb
1799.54/1800.25	c   Variables        : 664 (664 binary, 0 integer, 0 implicit integer, 0 continuous)
1799.54/1800.25	c   Constraints      : 3035 initial, 3716 maximal
1799.54/1800.25	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1799.54/1800.25	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1799.54/1800.25	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1799.54/1800.25	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1799.54/1800.25	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1799.54/1800.25	c   implics          :       0.00          0          0          0          0          0          0          0          0
1799.54/1800.25	c   probing          :       0.04          0          0          0          0          0          0          0          0
1799.54/1800.25	c   logicor          :       0.03          0          0          0          0          0          0          0          0
1799.54/1800.25	c   root node        :          -          0          -          -          0          -          -          -          -
1799.54/1800.25	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1799.54/1800.25	c   integral         :          0          0          0      25085          0         59       1060          0          0      49216
1799.54/1800.25	c   logicor          :       3035+        21     234071          1          0       3147    1340356          0          0          0
1799.54/1800.25	c   countsols        :          0          0          0          1          0          0          0          0          0          0
1799.54/1800.25	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1799.54/1800.25	c   integral         :     311.74       0.00       0.00     311.74       0.00
1799.54/1800.25	c   logicor          :      12.53       0.02      12.51       0.00       0.00
1799.54/1800.25	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1799.54/1800.25	c Propagators        :       Time      Calls    Cutoffs    DomReds
1799.54/1800.25	c   rootredcost      :       0.08          8          0          0
1799.54/1800.25	c   pseudoobj        :       8.36     254845        434       1077
1799.54/1800.25	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1799.54/1800.25	c   propagation      :       0.60       3147       3143      15554       40.9        584       28.8          -
1799.54/1800.25	c   infeasible LP    :       2.49      16417          0          0        0.0          0        0.0          0
1799.54/1800.25	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1799.54/1800.25	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1799.54/1800.25	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1799.54/1800.25	c   applied globally :          -          -          -      11238       24.9          -          -          -
1799.54/1800.25	c   applied locally  :          -          -          -          5      210.0          -          -          -
1799.54/1800.25	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1799.54/1800.25	c   cut pool         :       0.02         20          -          -        131          -    (maximal pool size: 1174)
1799.54/1800.25	c   redcost          :       0.95      27636          0      14575          0          0
1799.54/1800.25	c   impliedbounds    :       0.02         21          0          0          0          0
1799.54/1800.25	c   intobj           :       0.00          0          0          0          0          0
1799.54/1800.25	c   gomory           :       4.22         21          0          0       8993          0
1799.54/1800.25	c   strongcg         :       2.85         20          0          0       9371          0
1799.54/1800.25	c   cmir             :       0.26         10          0          0         12          0
1799.54/1800.25	c   flowcover        :       0.34         10          0          0          1          0
1799.54/1800.25	c   clique           :       0.01          1          0          0          0          0
1799.54/1800.25	c   zerohalf         :       0.00          0          0          0          0          0
1799.54/1800.25	c   mcf              :       0.00          1          0          0          0          0
1799.54/1800.25	c Pricers            :       Time      Calls       Vars
1799.54/1800.25	c   problem variables:       0.00          0          0
1799.54/1800.25	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1799.54/1800.25	c   relpscost        :     311.66      25084         59       1060          0          0      49216
1799.54/1800.25	c   pscost           :       0.00          0          0          0          0          0          0
1799.54/1800.25	c   inference        :       0.00          0          0          0          0          0          0
1799.54/1800.25	c   mostinf          :       0.00          0          0          0          0          0          0
1799.54/1800.25	c   leastinf         :       0.00          0          0          0          0          0          0
1799.54/1800.25	c   fullstrong       :       0.00          0          0          0          0          0          0
1799.54/1800.25	c   allfullstrong    :       0.00          0          0          0          0          0          0
1799.54/1800.25	c   random           :       0.00          0          0          0          0          0          0
1799.54/1800.25	c Primal Heuristics  :       Time      Calls      Found
1799.54/1800.25	c   LP solutions     :       0.00          -          1
1799.54/1800.25	c   pseudo solutions :       0.00          -          0
1799.54/1800.25	c   oneopt           :       0.06          8          4
1799.54/1800.25	c   feaspump         :       2.19          1          0
1799.54/1800.25	c   crossover        :       1.47         15          4
1799.54/1800.25	c   linesearchdiving :      17.57        118          0
1799.54/1800.25	c   coefdiving       :      20.30        118          0
1799.54/1800.25	c   guideddiving     :      28.23        118          0
1799.54/1800.25	c   pscostdiving     :      21.94        118          0
1799.54/1800.25	c   fracdiving       :      27.32        118          0
1799.54/1800.25	c   veclendiving     :      15.16        118          0
1799.54/1800.25	c   objpscostdiving  :      26.39         60          8
1799.54/1800.25	c   rootsoldiving    :      12.83         60          2
1799.54/1800.25	c   simplerounding   :       0.05          0          0
1799.54/1800.25	c   rounding         :       7.96      12833          5
1799.54/1800.25	c   shifting         :       3.33       1786          5
1799.54/1800.25	c   intshifting      :       0.00          0          0
1799.54/1800.25	c   fixandinfer      :       0.00          0          0
1799.54/1800.25	c   intdiving        :       0.00          0          0
1799.54/1800.25	c   actconsdiving    :       0.00          0          0
1799.54/1800.25	c   octane           :       0.00          0          0
1799.54/1800.25	c   rens             :       0.01          0          0
1799.54/1800.25	c   rins             :       0.00          0          0
1799.54/1800.25	c   localbranching   :       0.00          0          0
1799.54/1800.25	c   mutation         :       0.00          0          0
1799.54/1800.25	c   dins             :       0.00          0          0
1799.54/1800.25	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1799.54/1800.25	c   primal LP        :       0.15          0          0       0.00       0.00
1799.54/1800.25	c   dual LP          :    1224.63      40788    5019745     123.07    4098.99
1799.54/1800.25	c   barrier LP       :       0.00          0          0       0.00          -
1799.54/1800.25	c   diving/probing LP:     157.66      16490     388206      23.54    2462.30
1799.54/1800.25	c   strong branching :     308.46       7553    1035636     137.12    3357.44
1799.54/1800.25	c     (at root node) :          -         45       9941     220.91          -
1799.54/1800.25	c   conflict analysis:       0.00          0          0       0.00          -
1799.54/1800.25	c B&B Tree           :
1799.54/1800.25	c   number of runs   :          1
1799.54/1800.25	c   nodes            :      42888
1799.54/1800.25	c   nodes (total)    :      42888
1799.54/1800.25	c   nodes left       :       5055
1799.54/1800.25	c   max depth        :         52
1799.54/1800.25	c   max depth (total):         52
1799.54/1800.25	c   backtracks       :       7768 (18.1%)
1799.54/1800.25	c   delayed cutoffs  :        291
1799.54/1800.25	c   repropagations   :       5517 (42262 domain reductions, 224 cutoffs)
1799.54/1800.25	c   avg switch length:       4.78
1799.54/1800.25	c   switching time   :      11.47
1799.54/1800.25	c Solution           :
1799.54/1800.25	c   Solutions found  :         29 (12 improvements)
1799.54/1800.25	c   Primal Bound     : +2.85000000000000e+02   (in run 1, after 17198 nodes, 898.43 seconds, depth 27, found by <oneopt>)
1799.54/1800.25	c   Dual Bound       : +2.37255228758170e+02
1799.54/1800.25	c   Gap              :      20.12 %
1799.54/1800.25	c   Root Dual Bound  : +2.07000000000000e+02
1799.63/1800.31	c Time complete: 1799.65.

Verifier Data

OK	285

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1869159-1245161388/watcher-1869159-1245161388 -o /tmp/evaluation-result-1869159-1245161388/solver-1869159-1245161388 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt-gcc42.clp -t 1800 -m 1800 -f HOME/instance-1869159-1245161388.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 8069
/proc/meminfo: memFree=1916336/2055920 swapFree=4180860/4192956
[pid=8069] ppid=8067 vsize=5812 CPUtime=0
/proc/8069/stat : 8069 (pbscip.linux.x8) R 8067 8069 7649 0 -1 4194304 517 0 0 0 0 0 0 0 18 0 1 0 183739436 5951488 501 1992294400 4194304 9342243 548682068736 18446744073709551615 8223232 0 0 4096 0 0 0 0 17 1 0 0
/proc/8069/statm: 1453 502 332 1256 0 192 0

[startup+0.0496519 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 8069
/proc/meminfo: memFree=1916336/2055920 swapFree=4180860/4192956
[pid=8069] ppid=8067 vsize=11752 CPUtime=0.03
/proc/8069/stat : 8069 (pbscip.linux.x8) R 8067 8069 7649 0 -1 4194304 1932 0 0 0 3 0 0 0 18 0 1 0 183739436 12034048 1916 1992294400 4194304 9342243 548682068736 18446744073709551615 8169949 0 0 4096 0 0 0 0 17 1 0 0
/proc/8069/statm: 2938 1916 378 1256 0 1677 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 11752

[startup+0.101661 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 8069
/proc/meminfo: memFree=1916336/2055920 swapFree=4180860/4192956
[pid=8069] ppid=8067 vsize=19312 CPUtime=0.09
/proc/8069/stat : 8069 (pbscip.linux.x8) R 8067 8069 7649 0 -1 4194304 3980 0 0 0 8 1 0 0 18 0 1 0 183739436 19775488 3610 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8069/statm: 4828 3610 463 1256 0 3567 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 19312

[startup+0.301695 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 8069
/proc/meminfo: memFree=1916336/2055920 swapFree=4180860/4192956
[pid=8069] ppid=8067 vsize=28152 CPUtime=0.29
/proc/8069/stat : 8069 (pbscip.linux.x8) R 8067 8069 7649 0 -1 4194304 5881 0 0 0 27 2 0 0 19 0 1 0 183739436 28827648 5492 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8069/statm: 7038 5492 634 1256 0 5777 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 28152

[startup+0.701768 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 8069
/proc/meminfo: memFree=1916336/2055920 swapFree=4180860/4192956
[pid=8069] ppid=8067 vsize=28404 CPUtime=0.69
/proc/8069/stat : 8069 (pbscip.linux.x8) R 8067 8069 7649 0 -1 4194304 5945 0 0 0 67 2 0 0 22 0 1 0 183739436 29085696 5556 1992294400 4194304 9342243 548682068736 18446744073709551615 6978574 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8069/statm: 7101 5556 634 1256 0 5840 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 28404

[startup+1.50191 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 8070
/proc/meminfo: memFree=1896360/2055920 swapFree=4180860/4192956
[pid=8069] ppid=8067 vsize=28404 CPUtime=1.49
/proc/8069/stat : 8069 (pbscip.linux.x8) R 8067 8069 7649 0 -1 4194304 6007 0 0 0 147 2 0 0 25 0 1 0 183739436 29085696 5618 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8069/statm: 7101 5618 634 1256 0 5840 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 28404

[startup+3.1012 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 8070
/proc/meminfo: memFree=1895976/2055920 swapFree=4180860/4192956
[pid=8069] ppid=8067 vsize=30292 CPUtime=3.09
/proc/8069/stat : 8069 (pbscip.linux.x8) R 8067 8069 7649 0 -1 4194304 6573 0 0 0 304 5 0 0 25 0 1 0 183739436 31019008 6184 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8069/statm: 7573 6184 662 1256 0 6312 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 30292

[startup+6.30177 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 8070
/proc/meminfo: memFree=1879728/2055920 swapFree=4180860/4192956
[pid=8069] ppid=8067 vsize=48188 CPUtime=6.28
/proc/8069/stat : 8069 (pbscip.linux.x8) R 8067 8069 7649 0 -1 4194304 10505 0 0 0 619 9 0 0 25 0 1 0 183739436 49344512 10095 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8069/statm: 12047 10095 667 1256 0 10786 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 48188

[startup+12.7019 s]
/proc/loadavg: 1.08 1.02 1.01 2/65 8070
/proc/meminfo: memFree=1877616/2055920 swapFree=4180860/4192956
[pid=8069] ppid=8067 vsize=52700 CPUtime=12.68
/proc/8069/stat : 8069 (pbscip.linux.x8) R 8067 8069 7649 0 -1 4194304 12531 0 0 0 1256 12 0 0 25 0 1 0 183739436 53964800 10400 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8069/statm: 13175 10400 674 1256 0 11914 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 52700

[startup+25.5012 s]
/proc/loadavg: 1.06 1.02 1.00 2/65 8070
/proc/meminfo: memFree=1876656/2055920 swapFree=4180860/4192956
[pid=8069] ppid=8067 vsize=51484 CPUtime=25.48
/proc/8069/stat : 8069 (pbscip.linux.x8) R 8067 8069 7649 0 -1 4194304 16432 0 0 0 2532 16 0 0 25 0 1 0 183739436 52719616 10500 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8069/statm: 12871 10500 675 1256 0 11610 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 51484

[startup+51.1018 s]
/proc/loadavg: 1.04 1.01 1.00 2/65 8070
/proc/meminfo: memFree=1877040/2055920 swapFree=4180860/4192956
[pid=8069] ppid=8067 vsize=51624 CPUtime=51.06
/proc/8069/stat : 8069 (pbscip.linux.x8) R 8067 8069 7649 0 -1 4194304 28080 0 0 0 5076 30 0 0 25 0 1 0 183739436 52862976 10486 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8069/statm: 12906 10486 683 1256 0 11645 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 51624

[startup+102.306 s]
/proc/loadavg: 1.02 1.01 1.00 2/65 8070
/proc/meminfo: memFree=1862768/2055920 swapFree=4180860/4192956
[pid=8069] ppid=8067 vsize=63816 CPUtime=102.24
/proc/8069/stat : 8069 (pbscip.linux.x8) R 8067 8069 7649 0 -1 4194304 56083 0 0 0 10161 63 0 0 25 0 1 0 183739436 65347584 14015 1992294400 4194304 9342243 548682068736 18446744073709551615 6959589 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8069/statm: 15954 14015 704 1256 0 14693 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 63816

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 8070
/proc/meminfo: memFree=1861360/2055920 swapFree=4180860/4192956
[pid=8069] ppid=8067 vsize=63816 CPUtime=162.22
/proc/8069/stat : 8069 (pbscip.linux.x8) R 8067 8069 7649 0 -1 4194304 56423 0 0 0 16137 85 0 0 25 0 1 0 183739436 65347584 14355 1992294400 4194304 9342243 548682068736 18446744073709551615 6040645 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8069/statm: 15954 14355 704 1256 0 14693 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 63816

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 8070
/proc/meminfo: memFree=1860080/2055920 swapFree=4180860/4192956
[pid=8069] ppid=8067 vsize=64896 CPUtime=222.2
/proc/8069/stat : 8069 (pbscip.linux.x8) R 8067 8069 7649 0 -1 4194304 56742 0 0 0 22113 107 0 0 25 0 1 0 183739436 66453504 14674 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8069/statm: 16224 14674 704 1256 0 14963 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 64896

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 8070
/proc/meminfo: memFree=1860592/2055920 swapFree=4180860/4192956
[pid=8069] ppid=8067 vsize=62996 CPUtime=282.18
/proc/8069/stat : 8069 (pbscip.linux.x8) R 8067 8069 7649 0 -1 4194304 57195 0 0 0 28093 125 0 0 25 0 1 0 183739436 64507904 14491 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8069/statm: 15749 14491 704 1256 0 14488 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 62996

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 8070
/proc/meminfo: memFree=1860144/2055920 swapFree=4180860/4192956
[pid=8069] ppid=8067 vsize=62996 CPUtime=342.15
/proc/8069/stat : 8069 (pbscip.linux.x8) R 8067 8069 7649 0 -1 4194304 57934 0 0 0 34067 148 0 0 25 0 1 0 183739436 64507904 14603 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8069/statm: 15749 14603 704 1256 0 14488 0
Current children cumulated CPU time (s) 342.15
Current children cumulated vsize (KiB) 62996

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 8070
/proc/meminfo: memFree=1860144/2055920 swapFree=4180860/4192956
[pid=8069] ppid=8067 vsize=62996 CPUtime=402.14
/proc/8069/stat : 8069 (pbscip.linux.x8) R 8067 8069 7649 0 -1 4194304 57936 0 0 0 40045 169 0 0 25 0 1 0 183739436 64507904 14605 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8069/statm: 15749 14605 704 1256 0 14488 0
Current children cumulated CPU time (s) 402.14
Current children cumulated vsize (KiB) 62996

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 8070
/proc/meminfo: memFree=1860144/2055920 swapFree=4180860/4192956
[pid=8069] ppid=8067 vsize=62996 CPUtime=462.11
/proc/8069/stat : 8069 (pbscip.linux.x8) R 8067 8069 7649 0 -1 4194304 57952 0 0 0 46018 193 0 0 25 0 1 0 183739436 64507904 14621 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8069/statm: 15749 14621 704 1256 0 14488 0
Current children cumulated CPU time (s) 462.11
Current children cumulated vsize (KiB) 62996

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 8070
/proc/meminfo: memFree=1860144/2055920 swapFree=4180860/4192956
[pid=8069] ppid=8067 vsize=62996 CPUtime=522.09
/proc/8069/stat : 8069 (pbscip.linux.x8) R 8067 8069 7649 0 -1 4194304 57952 0 0 0 51992 217 0 0 25 0 1 0 183739436 64507904 14621 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8069/statm: 15749 14621 704 1256 0 14488 0
Current children cumulated CPU time (s) 522.09
Current children cumulated vsize (KiB) 62996

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 8070
/proc/meminfo: memFree=1860080/2055920 swapFree=4180860/4192956
[pid=8069] ppid=8067 vsize=64372 CPUtime=582.07
/proc/8069/stat : 8069 (pbscip.linux.x8) R 8067 8069 7649 0 -1 4194304 57977 0 0 0 57966 241 0 0 25 0 1 0 183739436 65916928 14646 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8069/statm: 16093 14646 704 1256 0 14832 0
Current children cumulated CPU time (s) 582.07
Current children cumulated vsize (KiB) 64372

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 8070
/proc/meminfo: memFree=1859312/2055920 swapFree=4180860/4192956
[pid=8069] ppid=8067 vsize=65496 CPUtime=642.05
/proc/8069/stat : 8069 (pbscip.linux.x8) R 8067 8069 7649 0 -1 4194304 58151 0 0 0 63940 265 0 0 25 0 1 0 183739436 67067904 14820 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8069/statm: 16374 14820 704 1256 0 15113 0
Current children cumulated CPU time (s) 642.05
Current children cumulated vsize (KiB) 65496

[startup+702.302 s]

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

/proc/meminfo: memFree=1857264/2055920 swapFree=4180860/4192956
[pid=8069] ppid=8067 vsize=66560 CPUtime=1061.9
/proc/8069/stat : 8069 (pbscip.linux.x8) R 8067 8069 7649 0 -1 4194304 135202 0 0 0 105712 478 0 0 25 0 1 0 183739436 68157440 15197 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8069/statm: 16640 15197 704 1256 0 15379 0
Current children cumulated CPU time (s) 1061.9
Current children cumulated vsize (KiB) 66560

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 8070
/proc/meminfo: memFree=1855408/2055920 swapFree=4180860/4192956
[pid=8069] ppid=8067 vsize=68936 CPUtime=1121.88
/proc/8069/stat : 8069 (pbscip.linux.x8) R 8067 8069 7649 0 -1 4194304 139432 0 0 0 111684 504 0 0 25 0 1 0 183739436 70590464 15713 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8069/statm: 17234 15713 704 1256 0 15973 0
Current children cumulated CPU time (s) 1121.88
Current children cumulated vsize (KiB) 68936

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 8070
/proc/meminfo: memFree=1853552/2055920 swapFree=4180860/4192956
[pid=8069] ppid=8067 vsize=71048 CPUtime=1181.86
/proc/8069/stat : 8069 (pbscip.linux.x8) R 8067 8069 7649 0 -1 4194304 148202 0 0 0 117651 535 0 0 25 0 1 0 183739436 72753152 16134 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8069/statm: 17762 16134 704 1256 0 16501 0
Current children cumulated CPU time (s) 1181.86
Current children cumulated vsize (KiB) 71048

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 8070
/proc/meminfo: memFree=1853232/2055920 swapFree=4180860/4192956
[pid=8069] ppid=8067 vsize=70984 CPUtime=1241.84
/proc/8069/stat : 8069 (pbscip.linux.x8) R 8067 8069 7649 0 -1 4194304 157627 0 0 0 123620 564 0 0 25 0 1 0 183739436 72687616 16216 1992294400 4194304 9342243 548682068736 18446744073709551615 6890071 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8069/statm: 17746 16216 704 1256 0 16485 0
Current children cumulated CPU time (s) 1241.84
Current children cumulated vsize (KiB) 70984

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 8070
/proc/meminfo: memFree=1853040/2055920 swapFree=4180860/4192956
[pid=8069] ppid=8067 vsize=71440 CPUtime=1301.82
/proc/8069/stat : 8069 (pbscip.linux.x8) R 8067 8069 7649 0 -1 4194304 169568 0 0 0 129586 596 0 0 25 0 1 0 183739436 73154560 16263 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8069/statm: 17860 16263 704 1256 0 16599 0
Current children cumulated CPU time (s) 1301.82
Current children cumulated vsize (KiB) 71440

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 8070
/proc/meminfo: memFree=1852784/2055920 swapFree=4180860/4192956
[pid=8069] ppid=8067 vsize=71872 CPUtime=1361.8
/proc/8069/stat : 8069 (pbscip.linux.x8) R 8067 8069 7649 0 -1 4194304 179669 0 0 0 135557 623 0 0 25 0 1 0 183739436 73596928 16344 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8069/statm: 17968 16344 704 1256 0 16707 0
Current children cumulated CPU time (s) 1361.8
Current children cumulated vsize (KiB) 71872

[startup+1422.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 8070
/proc/meminfo: memFree=1853104/2055920 swapFree=4180860/4192956
[pid=8069] ppid=8067 vsize=70940 CPUtime=1421.78
/proc/8069/stat : 8069 (pbscip.linux.x8) R 8067 8069 7649 0 -1 4194304 220145 0 0 0 141510 668 0 0 25 0 1 0 183739436 72642560 16127 1992294400 4194304 9342243 548682068736 18446744073709551615 6910934 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8069/statm: 17735 16128 704 1256 0 16474 0
Current children cumulated CPU time (s) 1421.78
Current children cumulated vsize (KiB) 70940

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 8070
/proc/meminfo: memFree=1852912/2055920 swapFree=4180860/4192956
[pid=8069] ppid=8067 vsize=72284 CPUtime=1481.75
/proc/8069/stat : 8069 (pbscip.linux.x8) R 8067 8069 7649 0 -1 4194304 270237 0 0 0 147456 719 0 0 25 0 1 0 183739436 74018816 16176 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8069/statm: 18071 16176 704 1256 0 16810 0
Current children cumulated CPU time (s) 1481.75
Current children cumulated vsize (KiB) 72284

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 8070
/proc/meminfo: memFree=1840176/2055920 swapFree=4180860/4192956
[pid=8069] ppid=8067 vsize=84796 CPUtime=1541.73
/proc/8069/stat : 8069 (pbscip.linux.x8) R 8067 8069 7649 0 -1 4194304 294210 0 0 0 153418 755 0 0 25 0 1 0 183739436 86831104 19445 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8069/statm: 21199 19445 704 1256 0 19938 0
Current children cumulated CPU time (s) 1541.73
Current children cumulated vsize (KiB) 84796

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 8070
/proc/meminfo: memFree=1839792/2055920 swapFree=4180860/4192956
[pid=8069] ppid=8067 vsize=84796 CPUtime=1601.7
/proc/8069/stat : 8069 (pbscip.linux.x8) R 8067 8069 7649 0 -1 4194304 294304 0 0 0 159393 777 0 0 25 0 1 0 183739436 86831104 19539 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8069/statm: 21199 19539 704 1256 0 19938 0
Current children cumulated CPU time (s) 1601.7
Current children cumulated vsize (KiB) 84796

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 8070
/proc/meminfo: memFree=1839728/2055920 swapFree=4180860/4192956
[pid=8069] ppid=8067 vsize=84796 CPUtime=1661.69
/proc/8069/stat : 8069 (pbscip.linux.x8) R 8067 8069 7649 0 -1 4194304 294312 0 0 0 165369 800 0 0 25 0 1 0 183739436 86831104 19547 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8069/statm: 21199 19547 704 1256 0 19938 0
Current children cumulated CPU time (s) 1661.69
Current children cumulated vsize (KiB) 84796

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 8070
/proc/meminfo: memFree=1839664/2055920 swapFree=4180860/4192956
[pid=8069] ppid=8067 vsize=84796 CPUtime=1721.66
/proc/8069/stat : 8069 (pbscip.linux.x8) R 8067 8069 7649 0 -1 4194304 294315 0 0 0 171341 825 0 0 25 0 1 0 183739436 86831104 19550 1992294400 4194304 9342243 548682068736 18446744073709551615 6064765 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8069/statm: 21199 19550 704 1256 0 19938 0
Current children cumulated CPU time (s) 1721.66
Current children cumulated vsize (KiB) 84796

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 8070
/proc/meminfo: memFree=1839664/2055920 swapFree=4180860/4192956
[pid=8069] ppid=8067 vsize=84796 CPUtime=1781.64
/proc/8069/stat : 8069 (pbscip.linux.x8) R 8067 8069 7649 0 -1 4194304 294315 0 0 0 177315 849 0 0 25 0 1 0 183739436 86831104 19550 1992294400 4194304 9342243 548682068736 18446744073709551615 6960570 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8069/statm: 21199 19550 704 1256 0 19938 0
Current children cumulated CPU time (s) 1781.64
Current children cumulated vsize (KiB) 84796

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

[startup+1791.91 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 8070
/proc/meminfo: memFree=1839664/2055920 swapFree=4180860/4192956
[pid=8069] ppid=8067 vsize=84796 CPUtime=1791.24
/proc/8069/stat : 8069 (pbscip.linux.x8) R 8067 8069 7649 0 -1 4194304 294315 0 0 0 178272 852 0 0 25 0 1 0 183739436 86831104 19550 1992294400 4194304 9342243 548682068736 18446744073709551615 6044108 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8069/statm: 21199 19550 704 1256 0 19938 0
Current children cumulated CPU time (s) 1791.24
Current children cumulated vsize (KiB) 84796

[startup+1795.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 8070
/proc/meminfo: memFree=1839664/2055920 swapFree=4180860/4192956
[pid=8069] ppid=8067 vsize=84796 CPUtime=1794.44
/proc/8069/stat : 8069 (pbscip.linux.x8) R 8067 8069 7649 0 -1 4194304 294315 0 0 0 178591 853 0 0 25 0 1 0 183739436 86831104 19550 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8069/statm: 21199 19550 704 1256 0 19938 0
Current children cumulated CPU time (s) 1794.44
Current children cumulated vsize (KiB) 84796

[startup+1798.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 8070
/proc/meminfo: memFree=1839664/2055920 swapFree=4180860/4192956
[pid=8069] ppid=8067 vsize=84796 CPUtime=1797.64
/proc/8069/stat : 8069 (pbscip.linux.x8) R 8067 8069 7649 0 -1 4194304 294315 0 0 0 178909 855 0 0 25 0 1 0 183739436 86831104 19550 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8069/statm: 21199 19550 704 1256 0 19938 0
Current children cumulated CPU time (s) 1797.64
Current children cumulated vsize (KiB) 84796

[startup+1799.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 8070
/proc/meminfo: memFree=1839664/2055920 swapFree=4180860/4192956
[pid=8069] ppid=8067 vsize=84796 CPUtime=1798.44
/proc/8069/stat : 8069 (pbscip.linux.x8) R 8067 8069 7649 0 -1 4194304 294315 0 0 0 178989 855 0 0 25 0 1 0 183739436 86831104 19550 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8069/statm: 21199 19550 704 1256 0 19938 0
Current children cumulated CPU time (s) 1798.44
Current children cumulated vsize (KiB) 84796

[startup+1799.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 8070
/proc/meminfo: memFree=1839664/2055920 swapFree=4180860/4192956
[pid=8069] ppid=8067 vsize=84796 CPUtime=1799.24
/proc/8069/stat : 8069 (pbscip.linux.x8) R 8067 8069 7649 0 -1 4194304 294315 0 0 0 179069 855 0 0 25 0 1 0 183739436 86831104 19550 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/8069/statm: 21199 19550 704 1256 0 19938 0
Current children cumulated CPU time (s) 1799.24
Current children cumulated vsize (KiB) 84796

[startup+1800.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 8070
/proc/meminfo: memFree=1839664/2055920 swapFree=4180860/4192956
[pid=8069] ppid=8067 vsize=60424 CPUtime=1799.63
/proc/8069/stat : 8069 (pbscip.linux.x8) R 8067 8069 7649 0 -1 4194304 294316 0 0 0 179108 855 0 0 17 0 1 0 183739436 61874176 13991 1992294400 4194304 9342243 548682068736 18446744073709551615 8483466 0 0 4096 0 0 0 0 17 1 0 0
/proc/8069/statm: 15106 13991 1211 1256 0 13845 0
Current children cumulated CPU time (s) 1799.63
Current children cumulated vsize (KiB) 60424

Child status: 0
Real time (s): 1800.31
CPU time (s): 1799.66
CPU user time (s): 1791.09
CPU system time (s): 8.5677
CPU usage (%): 99.9636
Max. virtual memory (cumulated for all children) (KiB): 84796

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

runsolver used 1.45478 second user time and 3.57046 second system time

The end

Launcher Data

Begin job on node12 at 2009-06-16 16:09:48
IDJOB=1869159
IDBENCH=2205
IDSOLVER=684
FILE ID=node12/1869159-1245161388
PBS_JOBID= 9363805
Free space on /tmp= 66236 MiB

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

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

MD5SUM BENCH= 1850b909125f53108de0513d8e3d52c8
RANDOM SEED=1595995350

node12.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.281
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.281
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:       1916752 kB
Buffers:         22888 kB
Cached:          67272 kB
SwapCached:       6264 kB
Active:          59236 kB
Inactive:        39244 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1916752 kB
SwapTotal:     4192956 kB
SwapFree:      4180860 kB
Dirty:           11840 kB
Writeback:           0 kB
Mapped:          13496 kB
Slab:            26664 kB
Committed_AS:   171492 kB
PageTables:       1380 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= 66224 MiB
End job on node12 at 2009-06-16 16:39:49