Trace number 1869160

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)OPT341 975.513 975.857

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/
primes-dimacs-cnf/normalized-par16-5-c.opb
MD5SUM6b240d8b0fa78e0eeebbd7bef22cf42a
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark341
Best CPU time to get the best result obtained on this benchmark0.495924
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 341
Optimality of the best value was proved YES
Number of variables682
Total number of constraints1701
Number of constraints which are clauses1701
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 constraint3
Number of terms in the objective function 682
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 682
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 682
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

Solver Data

0.01/0.03	c SCIP version 1.1.0.7
0.01/0.03	c LP-Solver SoPlex 1.4.1
0.01/0.03	c user parameter file <scip.set> not found - using default parameters
0.01/0.03	c read problem <HOME/instance-1869160-1245161655.opb>
0.01/0.03	c original problem has 682 variables (682 bin, 0 int, 0 impl, 0 cont) and 1701 constraints
0.01/0.04	c start presolving problem
0.01/0.04	c presolving:
0.01/0.08	c (round 1) 0 del vars, 60 del conss, 0 chg bounds, 60 chg sides, 0 chg coeffs, 1639 upgd conss, 1658 impls, 0 clqs
0.01/0.09	c (round 2) 0 del vars, 60 del conss, 0 chg bounds, 60 chg sides, 0 chg coeffs, 1640 upgd conss, 1658 impls, 0 clqs
0.09/0.10	c (round 3) 0 del vars, 60 del conss, 0 chg bounds, 60 chg sides, 0 chg coeffs, 1641 upgd conss, 1658 impls, 0 clqs
0.09/0.15	c (round 4) 50 del vars, 60 del conss, 0 chg bounds, 60 chg sides, 0 chg coeffs, 1641 upgd conss, 15578 impls, 0 clqs
0.09/0.16	c presolving (5 rounds):
0.09/0.16	c  50 deleted vars, 60 deleted constraints, 0 tightened bounds, 0 added holes, 60 changed sides, 0 changed coefficients
0.09/0.16	c  15578 implications, 0 cliques
0.09/0.16	c presolved problem has 632 variables (632 bin, 0 int, 0 impl, 0 cont) and 1641 constraints
0.09/0.16	c    1641 constraints of type <logicor>
0.09/0.16	c transformed objective value is always integral (scale: 1)
0.09/0.16	c Presolving Time: 0.11
0.09/0.16	c strange?!, PURESAT with obj
0.09/0.16	c -----------------------------------------------------------------------------------------------
0.09/0.16	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.16	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.16	c limits/memory = c 1620
0.09/0.16	c # maximal time in seconds to run
0.09/0.16	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.16	c limits/time = c 1791
0.09/0.16	c # frequency for displaying node information lines
0.09/0.16	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.16	c display/freq = c 10000
0.09/0.16	c -----------------------------------------------------------------------------------------------
0.09/0.16	c start solving problem
0.09/0.16	c 
0.29/0.39	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.29/0.39	c   0.3s|     1 |     0 |  1347 |3934k|   0 | 475 | 632 |1641 |1641 | 632 |1591 |   0 |   0 |   0 | 2.156007e+02 |      --      |    Inf 
1.19/1.21	c   1.2s|     1 |     0 |  4696 |5262k|   0 | 409 | 632 |1641 |1641 | 632 |1742 | 151 |   0 |   0 | 2.221586e+02 |      --      |    Inf 
1.59/1.67	c   1.6s|     1 |     0 |  5274 |7095k|   0 | 471 | 632 |1641 |1641 | 632 |1770 | 179 |   0 |   0 | 2.330683e+02 |      --      |    Inf 
1.99/2.07	c   2.0s|     1 |     0 |  5647 |8808k|   0 | 401 | 632 |1641 |1641 | 632 |1787 | 196 |   0 |   0 | 2.370415e+02 |      --      |    Inf 
2.29/2.39	c   2.3s|     1 |     0 |  5885 |  10M|   0 | 390 | 632 |1641 |1641 | 632 |1810 | 219 |   0 |   0 | 2.449574e+02 |      --      |    Inf 
2.79/2.84	c   2.8s|     1 |     0 |  6366 |  11M|   0 | 407 | 632 |1641 |1641 | 632 |1837 | 246 |   0 |   0 | 2.514876e+02 |      --      |    Inf 
3.19/3.21	c   3.1s|     1 |     0 |  6746 |  13M|   0 | 400 | 632 |1641 |1641 | 632 |1855 | 264 |   0 |   0 | 2.542825e+02 |      --      |    Inf 
3.79/3.83	c   3.7s|     1 |     0 |  7421 |  14M|   0 | 439 | 632 |1641 |1641 | 632 |1889 | 298 |   0 |   0 | 2.617500e+02 |      --      |    Inf 
4.30/4.32	c   4.2s|     1 |     0 |  7940 |  16M|   0 | 397 | 632 |1641 |1641 | 632 |1913 | 322 |   0 |   0 | 2.676699e+02 |      --      |    Inf 
4.79/4.82	c   4.7s|     1 |     0 |  8506 |  18M|   0 | 378 | 632 |1641 |1641 | 632 |1942 | 351 |   0 |   0 | 2.742661e+02 |      --      |    Inf 
5.29/5.35	c   5.2s|     1 |     0 |  9157 |  19M|   0 | 434 | 632 |1641 |1641 | 632 |1964 | 373 |   0 |   0 | 2.806848e+02 |      --      |    Inf 
5.79/5.81	c   5.7s|     1 |     0 |  9620 |  20M|   0 | 396 | 632 |1641 |1641 | 632 |1982 | 391 |   0 |   0 | 2.854527e+02 |      --      |    Inf 
6.18/6.24	c   6.1s|     1 |     0 | 10023 |  21M|   0 | 421 | 632 |1641 |1641 | 632 |2007 | 416 |   0 |   0 | 2.918037e+02 |      --      |    Inf 
6.69/6.75	c   6.6s|     1 |     0 | 10641 |  22M|   0 | 425 | 632 |1641 |1641 | 632 |2024 | 433 |   0 |   0 | 2.934439e+02 |      --      |    Inf 
7.19/7.27	c   7.1s|     1 |     0 | 11154 |  23M|   0 | 387 | 632 |1641 |1641 | 632 |1877 | 456 |   0 |   0 | 2.977121e+02 |      --      |    Inf 
7.49/7.53	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
7.49/7.53	c   7.4s|     1 |     0 | 11455 |  24M|   0 | 372 | 632 |1641 |1641 | 632 |1900 | 479 |   0 |   0 | 3.000833e+02 |      --      |    Inf 
8.19/8.27	c   8.1s|     1 |     0 | 12572 |  25M|   0 | 403 | 632 |1641 |1641 | 632 |1929 | 508 |   0 |   0 | 3.039167e+02 |      --      |    Inf 
8.58/8.68	c   8.5s|     1 |     0 | 13123 |  27M|   0 | 419 | 632 |1641 |1641 | 632 |1953 | 532 |   0 |   0 | 3.066875e+02 |      --      |    Inf 
8.99/9.01	c   8.9s|     1 |     0 | 13586 |  28M|   0 | 439 | 632 |1641 |1641 | 632 |1973 | 552 |   0 |   0 | 3.081278e+02 |      --      |    Inf 
9.58/9.68	c   9.5s|     1 |     0 | 14382 |  29M|   0 | 487 | 632 |1641 |1641 | 632 |1995 | 574 |   0 |   0 | 3.109780e+02 |      --      |    Inf 
10.09/10.16	c  10.0s|     1 |     0 | 14972 |  32M|   0 | 523 | 632 |1641 |1641 | 632 |1909 | 589 |   0 |   0 | 3.115532e+02 |      --      |    Inf 
10.58/10.67	c  10.5s|     1 |     0 | 15664 |  32M|   0 | 479 | 632 |1641 |1641 | 632 |1924 | 604 |   0 |   0 | 3.150255e+02 |      --      |    Inf 
10.89/10.97	c  10.8s|     1 |     0 | 16053 |  34M|   0 | 476 | 632 |1641 |1641 | 632 |1940 | 620 |   0 |   0 | 3.155540e+02 |      --      |    Inf 
11.49/11.56	c  11.4s|     1 |     0 | 16898 |  34M|   0 | 486 | 632 |1641 |1641 | 632 |1955 | 635 |   0 |   0 | 3.160203e+02 |      --      |    Inf 
11.79/11.86	c  11.7s|     1 |     0 | 17269 |  35M|   0 | 489 | 632 |1641 |1641 | 632 |1968 | 648 |   0 |   0 | 3.162676e+02 |      --      |    Inf 
12.28/12.34	c  12.2s|     1 |     0 | 17969 |  37M|   0 | 506 | 632 |1641 |1641 | 632 |1981 | 661 |   0 |   0 | 3.166229e+02 |      --      |    Inf 
13.29/13.33	c  13.1s|     1 |     0 | 19314 |  37M|   0 | 531 | 632 |1641 |1641 | 632 |1902 | 679 |   0 |   0 | 3.185207e+02 |      --      |    Inf 
13.68/13.77	c  13.6s|     1 |     0 | 19746 |  37M|   0 | 539 | 632 |1641 |1641 | 632 |1931 | 708 |   0 |   0 | 3.206261e+02 |      --      |    Inf 
14.09/14.19	c  14.0s|     1 |     0 | 20276 |  38M|   0 | 472 | 632 |1641 |1641 | 632 |1950 | 727 |   0 |   0 | 3.210863e+02 |      --      |    Inf 
14.49/14.55	c  14.3s|     1 |     0 | 20717 |  39M|   0 | 519 | 632 |1641 |1641 | 632 |1961 | 738 |   0 |   0 | 3.215035e+02 |      --      |    Inf 
15.09/15.16	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
15.09/15.16	c  14.9s|     1 |     0 | 21493 |  40M|   0 | 487 | 632 |1641 |1641 | 632 |1970 | 747 |   0 |   0 | 3.221808e+02 |      --      |    Inf 
15.39/15.44	c  15.2s|     1 |     0 | 21835 |  41M|   0 | 521 | 632 |1641 |1641 | 632 |1978 | 755 |   0 |   0 | 3.222873e+02 |      --      |    Inf 
15.99/16.05	c  15.8s|     1 |     0 | 22631 |  41M|   0 | 540 | 632 |1641 |1641 | 632 |1915 | 767 |   0 |   0 | 3.234048e+02 |      --      |    Inf 
16.39/16.50	c  16.3s|     1 |     0 | 23049 |  42M|   0 | 515 | 632 |1641 |1641 | 632 |1923 | 775 |   0 |   0 | 3.241232e+02 |      --      |    Inf 
16.88/16.92	c  16.7s|     1 |     0 | 23443 |  42M|   0 | 509 | 632 |1641 |1641 | 632 |1929 | 781 |   0 |   0 | 3.246581e+02 |      --      |    Inf 
17.28/17.36	c  17.1s|     1 |     0 | 23754 |  42M|   0 | 498 | 632 |1641 |1641 | 632 |1941 | 793 |   0 |   0 | 3.248208e+02 |      --      |    Inf 
17.79/17.85	c  17.6s|     1 |     0 | 24323 |  42M|   0 | 518 | 632 |1641 |1641 | 632 |1947 | 799 |   0 |   0 | 3.252811e+02 |      --      |    Inf 
18.09/18.18	c  17.9s|     1 |     0 | 24422 |  42M|   0 | 527 | 632 |1641 |1641 | 632 |1951 | 803 |   0 |   0 | 3.253105e+02 |      --      |    Inf 
18.38/18.46	c  18.2s|     1 |     0 | 24498 |  42M|   0 | 514 | 632 |1641 |1641 | 632 |1863 | 805 |   0 |   0 | 3.253190e+02 |      --      |    Inf 
21.18/21.22	c  21.0s|     1 |     2 | 24498 |  42M|   0 | 514 | 632 |1641 |1641 | 632 |1863 | 805 |   0 |  21 | 3.253190e+02 |      --      |    Inf 
528.20/528.49	o 341
528.20/528.49	c * 524s|  4401 |   907 |  1126k|  44M|  16 |   - | 632 |3458 |1338 | 632 |1758 | 805 |6578 |2069 | 3.345833e+02 | 3.410000e+02 |   1.92%
855.29/855.62	c   848s| 10000 |   750 |  1968k|  45M|  16 | 370 | 632 |2691 |1609 | 632 |1758 | 805 |9390 |2933 | 3.368188e+02 | 3.410000e+02 |   1.24%
975.45/975.80	c 
975.45/975.80	c SCIP Status        : problem is solved [optimal solution found]
975.45/975.80	c Solving Time (sec) : 967.59
975.45/975.80	c Solving Nodes      : 12407
975.45/975.80	c Primal Bound       : +3.41000000000000e+02 (1 solutions)
975.45/975.80	c Dual Bound         : +3.41000000000000e+02
975.45/975.80	c Gap                : 0.00 %
975.45/975.80	c NODE         12407
975.45/975.80	c DUAL BOUND   341
975.45/975.80	c PRIMAL BOUND 341
975.45/975.80	c GAP          0
975.45/975.80	s OPTIMUM FOUND
975.45/975.80	v -x682 x681 x680 -x679 -x678 x677 -x676 x675 -x674 x673 -x672 x671 -x670 x669 -x668 x667 -x666 x665 x664 -x663 x662 -x661 -x660 
975.45/975.80	v x659 x658 -x657 -x656 x655 x654 -x653 x652 -x651 -x650 x649 x648 -x647 x646 -x645 x644 -x643 -x642 x641 -x640 x639 x638 -x637 
975.45/975.80	v -x636 x635 -x634 x633 -x632 x631 -x630 x629 -x628 x627 x626 -x625 x624 -x623 -x622 x621 -x620 x619 x618 -x617 x616 -x615 x614 
975.45/975.80	v -x613 x612 -x611 x610 -x609 -x608 x607 -x606 x605 x604 -x603 x602 -x601 x600 -x599 x598 -x597 x596 -x595 -x594 x593 x592 -x591 
975.45/975.80	v x590 -x589 -x588 x587 x586 -x585 x584 -x583 x582 -x581 -x580 x579 x578 -x577 x576 -x575 -x574 x573 -x572 x571 -x570 x569 
975.45/975.80	v -x568 x567 -x566 x565 -x564 x563 x562 -x561 -x560 x559 -x558 x557 -x556 x555 x554 -x553 x552 -x551 -x550 x549 x548 -x547 x546 
975.45/975.80	v -x545 -x544 x543 -x542 x541 -x540 x539 x538 -x537 -x536 x535 -x534 x533 x532 -x531 -x530 x529 -x528 x527 -x526 x525 -x524 x523 
975.45/975.80	v x522 -x521 x520 -x519 -x518 x517 -x516 x515 x514 -x513 x512 -x511 -x510 x509 x508 -x507 -x506 x505 -x504 x503 x502 -x501 x500 
975.45/975.80	v -x499 x498 -x497 x496 -x495 -x494 x493 -x492 x491 x490 -x489 -x488 x487 -x486 x485 -x484 x483 -x482 x481 x480 -x479 -x478 
975.45/975.80	v x477 -x476 x475 x474 -x473 x472 -x471 x470 -x469 x468 -x467 -x466 x465 -x464 x463 x462 -x461 -x460 x459 x458 -x457 x456 -x455 
975.45/975.80	v x454 -x453 -x452 x451 x450 -x449 x448 -x447 x446 -x445 -x444 x443 x442 -x441 -x440 x439 -x438 x437 -x436 x435 x434 -x433 x432 
975.45/975.80	v -x431 -x430 x429 x428 -x427 -x426 x425 x424 -x423 x422 -x421 x420 -x419 -x418 x417 -x416 x415 -x414 x413 -x412 x411 -x410 
975.45/975.80	v x409 -x408 x407 x406 -x405 x404 -x403 -x402 x401 x400 -x399 x398 -x397 -x396 x395 -x394 x393 x392 -x391 -x390 x389 -x388 x387 
975.45/975.80	v -x386 x385 -x384 x383 -x382 x381 x380 -x379 -x378 x377 x376 -x375 x374 -x373 -x372 x371 -x370 x369 x368 -x367 -x366 x365 x364 
975.45/975.80	v -x363 x362 -x361 x360 -x359 x358 -x357 -x356 x355 x354 -x353 x352 -x351 x350 -x349 x348 -x347 -x346 x345 -x344 x343 -x342 x341 
975.45/975.80	v -x340 x339 -x338 x337 x336 -x335 x334 -x333 x332 -x331 x330 -x329 x328 -x327 -x326 x325 x324 -x323 x322 -x321 x320 -x319 
975.45/975.80	v x318 -x317 x316 -x315 x314 -x313 -x312 x311 -x310 x309 x308 -x307 -x306 x305 x304 -x303 -x302 x301 x300 -x299 x298 -x297 x296 
975.45/975.80	v -x295 -x294 x293 x292 -x291 x290 -x289 x288 -x287 x286 -x285 x284 -x283 x282 -x281 x280 -x279 x278 -x277 -x276 x275 x274 -x273 
975.45/975.80	v -x272 x271 -x270 x269 x268 -x267 x266 -x265 x264 -x263 -x262 x261 -x260 x259 -x258 x257 -x256 x255 x254 -x253 -x252 x251 -x250 
975.45/975.80	v x249 -x248 x247 x246 -x245 x244 -x243 -x242 x241 x240 -x239 x238 -x237 x236 -x235 -x234 x233 x232 -x231 x230 -x229 x228 
975.45/975.80	v -x227 -x226 x225 x224 -x223 x222 -x221 x220 -x219 -x218 x217 x216 -x215 x214 -x213 x212 -x211 -x210 x209 x208 -x207 x206 -x205 
975.45/975.80	v x204 -x203 -x202 x201 x200 -x199 x198 -x197 x196 -x195 -x194 x193 x192 -x191 x190 -x189 -x188 x187 -x186 x185 -x184 x183 x182 
975.45/975.80	v -x181 x180 -x179 x178 -x177 x176 -x175 -x174 x173 x172 -x171 x170 -x169 x168 -x167 -x166 x165 x164 -x163 x162 -x161 x160 -x159 
975.45/975.80	v -x158 x157 x156 -x155 x154 -x153 x152 -x151 -x150 x149 x148 -x147 x146 -x145 x144 -x143 -x142 x141 x140 -x139 x138 -x137 
975.45/975.80	v x136 -x135 -x134 x133 x132 -x131 x130 -x129 x128 -x127 -x126 x125 x124 -x123 x122 -x121 x120 -x119 -x118 x117 x116 -x115 x114 
975.45/975.80	v -x113 x112 -x111 -x110 x109 x108 -x107 x106 -x105 x104 -x103 -x102 x101 x100 -x99 x98 -x97 x96 -x95 -x94 x93 x92 -x91 x90 -x89 
975.45/975.80	v x88 -x87 -x86 x85 x84 -x83 x82 -x81 x80 -x79 -x78 x77 x76 -x75 x74 -x73 x72 -x71 -x70 x69 -x68 x67 x66 -x65 x64 -x63 -x62 
975.45/975.80	v x61 x60 -x59 -x58 x57 x56 -x55 -x54 x53 x52 -x51 -x50 x49 x48 -x47 -x46 x45 x44 -x43 -x42 x41 x40 -x39 -x38 x37 x36 -x35 -x34 
975.45/975.80	v x33 x32 -x31 -x30 x29 x28 -x27 -x26 x25 x24 -x23 -x22 x21 x20 -x19 -x18 x17 x16 -x15 -x14 x13 x12 -x11 -x10 x9 -x8 x7 x6 -x5 
975.45/975.80	v -x4 x3 -x2 x1 
975.45/975.80	c SCIP Status        : problem is solved [optimal solution found]
975.45/975.80	c Solving Time       :     967.59
975.45/975.80	c Original Problem   :
975.45/975.80	c   Problem name     : HOME/instance-1869160-1245161655.opb
975.45/975.80	c   Variables        : 682 (682 binary, 0 integer, 0 implicit integer, 0 continuous)
975.45/975.80	c   Constraints      : 1701 initial, 1701 maximal
975.45/975.80	c Presolved Problem  :
975.45/975.80	c   Problem name     : t_HOME/instance-1869160-1245161655.opb
975.45/975.80	c   Variables        : 632 (632 binary, 0 integer, 0 implicit integer, 0 continuous)
975.45/975.80	c   Constraints      : 1641 initial, 3471 maximal
975.45/975.80	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
975.45/975.80	c   trivial          :       0.00          0          0          0          0          0          0          0          0
975.45/975.80	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
975.45/975.80	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
975.45/975.80	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
975.45/975.80	c   implics          :       0.00          0          0          0          0          0          0          0          0
975.45/975.80	c   probing          :       0.04          0         50          0          0          0          0          0          0
975.45/975.80	c   linear           :       0.03          0          0          0          0          0         60         60          0
975.45/975.80	c   logicor          :       0.04          0          0          0          0          0          0          0          0
975.45/975.80	c   root node        :          -          2          -          -          2          -          -          -          -
975.45/975.80	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
975.45/975.80	c   integral         :          0          0          0       6714          0         73        281          0          0      12956
975.45/975.80	c   logicor          :       1641+        39     274226          1          0       2826     632919          0          0          0
975.45/975.80	c   countsols        :          0          0          0          1          0          0          0          0          0          0
975.45/975.80	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
975.45/975.80	c   integral         :     207.25       0.00       0.00     207.25       0.00
975.45/975.80	c   logicor          :       6.98       0.01       6.97       0.00       0.00
975.45/975.80	c   countsols        :       0.00       0.00       0.00       0.00       0.00
975.45/975.80	c Propagators        :       Time      Calls    Cutoffs    DomReds
975.45/975.80	c   rootredcost      :       0.11          1          0          0
975.45/975.80	c   pseudoobj        :       7.14     276740          0          0
975.45/975.80	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
975.45/975.80	c   propagation      :       0.27       2826       2716       9397       14.4        150        5.9          -
975.45/975.80	c   infeasible LP    :       1.00       1635       1377       8516       17.1          8        2.1          0
975.45/975.80	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
975.45/975.80	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
975.45/975.80	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
975.45/975.80	c   applied globally :          -          -          -      10749       14.9          -          -          -
975.45/975.80	c   applied locally  :          -          -          -          0        0.0          -          -          -
975.45/975.80	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
975.45/975.80	c   cut pool         :       0.42         38          -          -        942          -    (maximal pool size: 12303)
975.45/975.80	c   redcost          :       0.22       8983          0      12632          0          0
975.45/975.80	c   impliedbounds    :       0.02         39          0          0        285          0
975.45/975.80	c   intobj           :       0.00          0          0          0          0          0
975.45/975.80	c   gomory           :       5.48         39          0          0      15765          0
975.45/975.80	c   strongcg         :       1.70         20          0          0      10000          0
975.45/975.80	c   cmir             :       0.16         10          0          0          0          0
975.45/975.80	c   flowcover        :       0.10         10          0          0          0          0
975.45/975.80	c   clique           :       0.02         39          0          0         69          0
975.45/975.80	c   zerohalf         :       0.00          0          0          0          0          0
975.45/975.80	c   mcf              :       0.00          1          0          0          0          0
975.45/975.80	c Pricers            :       Time      Calls       Vars
975.45/975.80	c   problem variables:       0.00          0          0
975.45/975.80	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
975.45/975.80	c   relpscost        :     207.23       6713         73        281          0          0      12956
975.45/975.80	c   pscost           :       0.00          0          0          0          0          0          0
975.45/975.80	c   inference        :       0.00          0          0          0          0          0          0
975.45/975.80	c   mostinf          :       0.00          0          0          0          0          0          0
975.45/975.80	c   leastinf         :       0.00          0          0          0          0          0          0
975.45/975.80	c   fullstrong       :       0.00          0          0          0          0          0          0
975.45/975.80	c   allfullstrong    :       0.00          0          0          0          0          0          0
975.45/975.80	c   random           :       0.00          0          0          0          0          0          0
975.45/975.80	c Primal Heuristics  :       Time      Calls      Found
975.45/975.80	c   LP solutions     :       0.00          -          1
975.45/975.80	c   pseudo solutions :       0.00          -          0
975.45/975.80	c   crossover        :       0.00          0          0
975.45/975.80	c   oneopt           :       0.02          1          0
975.45/975.80	c   veclendiving     :      34.30        149          0
975.45/975.80	c   coefdiving       :      29.72        200          0
975.45/975.80	c   pscostdiving     :      30.56        200          0
975.45/975.80	c   fracdiving       :      30.12        201          0
975.45/975.80	c   simplerounding   :       0.03          0          0
975.45/975.80	c   rounding         :       0.70       1103          0
975.45/975.80	c   shifting         :       0.59        407          0
975.45/975.80	c   intshifting      :       0.00          0          0
975.45/975.80	c   fixandinfer      :       0.00          0          0
975.45/975.80	c   feaspump         :       0.47          1          0
975.45/975.80	c   intdiving        :       0.00          0          0
975.45/975.80	c   actconsdiving    :       0.00          0          0
975.45/975.80	c   objpscostdiving  :       3.21          3          0
975.45/975.80	c   rootsoldiving    :       4.63          6          0
975.45/975.80	c   linesearchdiving :       7.44         47          0
975.45/975.80	c   guideddiving     :       0.00          0          0
975.45/975.80	c   octane           :       0.00          0          0
975.45/975.80	c   rens             :       0.01          0          0
975.45/975.80	c   rins             :       0.00          0          0
975.45/975.80	c   localbranching   :       0.00          0          0
975.45/975.80	c   mutation         :       0.00          0          0
975.45/975.80	c   dins             :       0.00          0          0
975.45/975.80	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
975.45/975.80	c   primal LP        :       0.02          0          0       0.00       0.00
975.45/975.80	c   dual LP          :     584.19      11499    1893817     164.69    3241.78
975.45/975.80	c   barrier LP       :       0.00          0          0       0.00          -
975.45/975.80	c   diving/probing LP:     126.44      13273     368744      27.78    2916.36
975.45/975.80	c   strong branching :     205.47       3400     659581     193.99    3210.11
975.45/975.80	c     (at root node) :          -         21       6246     297.43          -
975.45/975.80	c   conflict analysis:       0.00          0          0       0.00          -
975.45/975.80	c B&B Tree           :
975.45/975.80	c   number of runs   :          1
975.45/975.80	c   nodes            :      12407
975.45/975.80	c   nodes (total)    :      12407
975.45/975.80	c   nodes left       :          0
975.45/975.80	c   max depth        :         16
975.45/975.80	c   max depth (total):         16
975.45/975.80	c   backtracks       :       5322 (42.9%)
975.45/975.80	c   delayed cutoffs  :        453
975.45/975.80	c   repropagations   :       2545 (128401 domain reductions, 414 cutoffs)
975.45/975.80	c   avg switch length:       7.73
975.45/975.80	c   switching time   :       3.82
975.45/975.80	c Solution           :
975.45/975.80	c   Solutions found  :          1 (1 improvements)
975.45/975.80	c   Primal Bound     : +3.41000000000000e+02   (in run 1, after 4401 nodes, 524.09 seconds, depth 15, found by <relaxation>)
975.45/975.80	c   Dual Bound       : +3.41000000000000e+02
975.45/975.80	c   Gap              :       0.00 %
975.45/975.80	c   Root Dual Bound  : +3.25318964195760e+02
975.45/975.85	c Time complete: 975.5.

Verifier Data

OK	341

Watcher Data

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

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

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


[startup+0 s]
/proc/loadavg: 0.56 0.76 0.79 3/65 1351
/proc/meminfo: memFree=1643384/2055924 swapFree=4179372/4192956
[pid=1351] ppid=1349 vsize=6100 CPUtime=0
/proc/1351/stat : 1351 (pbscip.linux.x8) R 1349 1351 1312 0 -1 4194304 560 0 0 0 0 0 0 0 20 0 1 0 183763928 6246400 543 1992294400 4194304 7823515 548682068736 18446744073709551615 4402248 0 0 4096 0 0 0 0 17 1 0 0
/proc/1351/statm: 1525 552 325 886 0 635 0

[startup+0.0170739 s]
/proc/loadavg: 0.56 0.76 0.79 3/65 1351
/proc/meminfo: memFree=1643384/2055924 swapFree=4179372/4192956
[pid=1351] ppid=1349 vsize=9268 CPUtime=0.01
/proc/1351/stat : 1351 (pbscip.linux.x8) R 1349 1351 1312 0 -1 4194304 1651 0 0 0 1 0 0 0 20 0 1 0 183763928 9490432 1633 1992294400 4194304 7823515 548682068736 18446744073709551615 5878822 0 0 4096 0 0 0 0 17 1 0 0
/proc/1351/statm: 2317 1634 354 886 0 1427 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9268

[startup+0.101089 s]
/proc/loadavg: 0.56 0.76 0.79 3/65 1351
/proc/meminfo: memFree=1643384/2055924 swapFree=4179372/4192956
[pid=1351] ppid=1349 vsize=16564 CPUtime=0.09
/proc/1351/stat : 1351 (pbscip.linux.x8) R 1349 1351 1312 0 -1 4194304 3550 0 0 0 8 1 0 0 20 0 1 0 183763928 16961536 3178 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1351/statm: 4141 3178 425 886 0 3251 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 16564

[startup+0.301126 s]
/proc/loadavg: 0.56 0.76 0.79 3/65 1351
/proc/meminfo: memFree=1643384/2055924 swapFree=4179372/4192956
[pid=1351] ppid=1349 vsize=20304 CPUtime=0.29
/proc/1351/stat : 1351 (pbscip.linux.x8) R 1349 1351 1312 0 -1 4194304 4694 0 0 0 27 2 0 0 22 0 1 0 183763928 20791296 4272 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1351/statm: 5076 4272 515 886 0 4186 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 20304

[startup+0.701199 s]
/proc/loadavg: 0.56 0.76 0.79 3/65 1351
/proc/meminfo: memFree=1643384/2055924 swapFree=4179372/4192956
[pid=1351] ppid=1349 vsize=20656 CPUtime=0.69
/proc/1351/stat : 1351 (pbscip.linux.x8) R 1349 1351 1312 0 -1 4194304 4787 0 0 0 67 2 0 0 25 0 1 0 183763928 21151744 4365 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1351/statm: 5164 4365 527 886 0 4274 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 20656

[startup+1.50135 s]
/proc/loadavg: 0.56 0.76 0.79 2/66 1352
/proc/meminfo: memFree=1625648/2055924 swapFree=4179372/4192956
[pid=1351] ppid=1349 vsize=27156 CPUtime=1.49
/proc/1351/stat : 1351 (pbscip.linux.x8) R 1349 1351 1312 0 -1 4194304 6416 0 0 0 146 3 0 0 25 0 1 0 183763928 27807744 5979 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1351/statm: 6789 5979 556 886 0 5899 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 27156

[startup+3.10164 s]
/proc/loadavg: 0.59 0.76 0.79 2/66 1352
/proc/meminfo: memFree=1615616/2055924 swapFree=4179372/4192956
[pid=1351] ppid=1349 vsize=42416 CPUtime=3.09
/proc/1351/stat : 1351 (pbscip.linux.x8) R 1349 1351 1312 0 -1 4194304 10267 0 0 0 303 6 0 0 25 0 1 0 183763928 43433984 9808 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1351/statm: 10604 9808 557 886 0 9714 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 42416

[startup+6.30123 s]
/proc/loadavg: 0.59 0.76 0.79 2/66 1352
/proc/meminfo: memFree=1598032/2055924 swapFree=4179372/4192956
[pid=1351] ppid=1349 vsize=54808 CPUtime=6.28
/proc/1351/stat : 1351 (pbscip.linux.x8) R 1349 1351 1312 0 -1 4194304 13416 0 0 0 619 9 0 0 25 0 1 0 183763928 56123392 12922 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1351/statm: 13702 12922 557 886 0 12812 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 54808

[startup+12.7014 s]
/proc/loadavg: 0.81 0.80 0.80 2/66 1352
/proc/meminfo: memFree=1577368/2055924 swapFree=4179372/4192956
[pid=1351] ppid=1349 vsize=71388 CPUtime=12.69
/proc/1351/stat : 1351 (pbscip.linux.x8) R 1349 1351 1312 0 -1 4194304 17537 0 0 0 1252 17 0 0 25 0 1 0 183763928 73101312 16988 1992294400 4194304 7823515 548682068736 18446744073709551615 6205834 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1351/statm: 17847 16988 557 886 0 16957 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 71388

[startup+25.5018 s]
/proc/loadavg: 0.84 0.81 0.81 2/66 1352
/proc/meminfo: memFree=1571352/2055924 swapFree=4179372/4192956
[pid=1351] ppid=1349 vsize=77668 CPUtime=25.48
/proc/1351/stat : 1351 (pbscip.linux.x8) R 1349 1351 1312 0 -1 4194304 19159 0 0 0 2522 26 0 0 25 0 1 0 183763928 79532032 18571 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1351/statm: 19417 18571 561 886 0 18527 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 77668

[startup+51.1015 s]
/proc/loadavg: 0.89 0.82 0.81 2/66 1352
/proc/meminfo: memFree=1571544/2055924 swapFree=4179372/4192956
[pid=1351] ppid=1349 vsize=77668 CPUtime=51.06
/proc/1351/stat : 1351 (pbscip.linux.x8) R 1349 1351 1312 0 -1 4194304 19165 0 0 0 5062 44 0 0 25 0 1 0 183763928 79532032 18577 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1351/statm: 19417 18577 567 886 0 18527 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 77668

[startup+102.306 s]
/proc/loadavg: 0.95 0.85 0.82 2/66 1352
/proc/meminfo: memFree=1571480/2055924 swapFree=4179372/4192956
[pid=1351] ppid=1349 vsize=77668 CPUtime=102.25
/proc/1351/stat : 1351 (pbscip.linux.x8) R 1349 1351 1312 0 -1 4194304 19181 0 0 0 10142 83 0 0 25 0 1 0 183763928 79532032 18593 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1351/statm: 19417 18593 567 886 0 18527 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 77668

[startup+162.302 s]
/proc/loadavg: 0.98 0.87 0.83 2/66 1352
/proc/meminfo: memFree=1571480/2055924 swapFree=4179372/4192956
[pid=1351] ppid=1349 vsize=77668 CPUtime=162.22
/proc/1351/stat : 1351 (pbscip.linux.x8) R 1349 1351 1312 0 -1 4194304 19182 0 0 0 16091 131 0 0 25 0 1 0 183763928 79532032 18594 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1351/statm: 19417 18594 567 886 0 18527 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 77668

[startup+222.302 s]
/proc/loadavg: 0.99 0.89 0.83 2/66 1352
/proc/meminfo: memFree=1571416/2055924 swapFree=4179372/4192956
[pid=1351] ppid=1349 vsize=77668 CPUtime=222.2
/proc/1351/stat : 1351 (pbscip.linux.x8) R 1349 1351 1312 0 -1 4194304 19187 0 0 0 22041 179 0 0 25 0 1 0 183763928 79532032 18599 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1351/statm: 19417 18599 567 886 0 18527 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 77668

[startup+282.302 s]
/proc/loadavg: 0.99 0.91 0.84 2/66 1352
/proc/meminfo: memFree=1571416/2055924 swapFree=4179372/4192956
[pid=1351] ppid=1349 vsize=77668 CPUtime=282.18
/proc/1351/stat : 1351 (pbscip.linux.x8) R 1349 1351 1312 0 -1 4194304 19187 0 0 0 27991 227 0 0 25 0 1 0 183763928 79532032 18599 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1351/statm: 19417 18599 567 886 0 18527 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 77668

[startup+342.301 s]
/proc/loadavg: 0.99 0.92 0.84 2/66 1352
/proc/meminfo: memFree=1571424/2055924 swapFree=4179372/4192956
[pid=1351] ppid=1349 vsize=77668 CPUtime=342.16
/proc/1351/stat : 1351 (pbscip.linux.x8) R 1349 1351 1312 0 -1 4194304 19187 0 0 0 33939 277 0 0 25 0 1 0 183763928 79532032 18599 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1351/statm: 19417 18599 567 886 0 18527 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 77668

[startup+402.301 s]
/proc/loadavg: 0.99 0.93 0.85 2/66 1352
/proc/meminfo: memFree=1571232/2055924 swapFree=4179372/4192956
[pid=1351] ppid=1349 vsize=77668 CPUtime=402.14
/proc/1351/stat : 1351 (pbscip.linux.x8) R 1349 1351 1312 0 -1 4194304 19227 0 0 0 39890 324 0 0 25 0 1 0 183763928 79532032 18639 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1351/statm: 19417 18639 567 886 0 18527 0
Current children cumulated CPU time (s) 402.14
Current children cumulated vsize (KiB) 77668

[startup+462.301 s]
/proc/loadavg: 0.99 0.94 0.85 2/66 1352
/proc/meminfo: memFree=1571232/2055924 swapFree=4179372/4192956
[pid=1351] ppid=1349 vsize=77668 CPUtime=462.12
/proc/1351/stat : 1351 (pbscip.linux.x8) R 1349 1351 1312 0 -1 4194304 19227 0 0 0 45844 368 0 0 25 0 1 0 183763928 79532032 18639 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1351/statm: 19417 18639 567 886 0 18527 0
Current children cumulated CPU time (s) 462.12
Current children cumulated vsize (KiB) 77668

[startup+522.301 s]
/proc/loadavg: 0.99 0.95 0.86 2/66 1352
/proc/meminfo: memFree=1571168/2055924 swapFree=4179372/4192956
[pid=1351] ppid=1349 vsize=77668 CPUtime=522.1
/proc/1351/stat : 1351 (pbscip.linux.x8) R 1349 1351 1312 0 -1 4194304 19227 0 0 0 51797 413 0 0 25 0 1 0 183763928 79532032 18639 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1351/statm: 19417 18639 567 886 0 18527 0
Current children cumulated CPU time (s) 522.1
Current children cumulated vsize (KiB) 77668

[startup+582.301 s]
/proc/loadavg: 0.99 0.96 0.87 2/66 1352
/proc/meminfo: memFree=1571232/2055924 swapFree=4179372/4192956
[pid=1351] ppid=1349 vsize=77668 CPUtime=582.08
/proc/1351/stat : 1351 (pbscip.linux.x8) R 1349 1351 1312 0 -1 4194304 19227 0 0 0 57746 462 0 0 25 0 1 0 183763928 79532032 18639 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1351/statm: 19417 18639 567 886 0 18527 0
Current children cumulated CPU time (s) 582.08
Current children cumulated vsize (KiB) 77668

[startup+642.302 s]
/proc/loadavg: 0.99 0.96 0.87 2/66 1352
/proc/meminfo: memFree=1571168/2055924 swapFree=4179372/4192956
[pid=1351] ppid=1349 vsize=77668 CPUtime=642.06
/proc/1351/stat : 1351 (pbscip.linux.x8) R 1349 1351 1312 0 -1 4194304 19233 0 0 0 63692 514 0 0 25 0 1 0 183763928 79532032 18645 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1351/statm: 19417 18645 567 886 0 18527 0
Current children cumulated CPU time (s) 642.06
Current children cumulated vsize (KiB) 77668

[startup+702.301 s]
/proc/loadavg: 0.99 0.97 0.88 2/66 1352
/proc/meminfo: memFree=1570208/2055924 swapFree=4179372/4192956
[pid=1351] ppid=1349 vsize=78668 CPUtime=702.04
/proc/1351/stat : 1351 (pbscip.linux.x8) R 1349 1351 1312 0 -1 4194304 19478 0 0 0 69643 561 0 0 25 0 1 0 183763928 80556032 18890 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1351/statm: 19667 18890 567 886 0 18777 0
Current children cumulated CPU time (s) 702.04
Current children cumulated vsize (KiB) 78668

[startup+762.305 s]
/proc/loadavg: 0.99 0.97 0.88 2/66 1352
/proc/meminfo: memFree=1570016/2055924 swapFree=4179372/4192956
[pid=1351] ppid=1349 vsize=78904 CPUtime=762.03
/proc/1351/stat : 1351 (pbscip.linux.x8) R 1349 1351 1312 0 -1 4194304 19515 0 0 0 75592 611 0 0 25 0 1 0 183763928 80797696 18927 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1351/statm: 19726 18927 567 886 0 18836 0
Current children cumulated CPU time (s) 762.03
Current children cumulated vsize (KiB) 78904

[startup+822.301 s]
/proc/loadavg: 0.99 0.97 0.89 2/66 1352
/proc/meminfo: memFree=1569376/2055924 swapFree=4179372/4192956
[pid=1351] ppid=1349 vsize=79488 CPUtime=822
/proc/1351/stat : 1351 (pbscip.linux.x8) R 1349 1351 1312 0 -1 4194304 19665 0 0 0 81543 657 0 0 25 0 1 0 183763928 81395712 19077 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1351/statm: 19872 19077 567 886 0 18982 0
Current children cumulated CPU time (s) 822
Current children cumulated vsize (KiB) 79488

[startup+882.301 s]
/proc/loadavg: 0.99 0.97 0.90 2/66 1352
/proc/meminfo: memFree=1568992/2055924 swapFree=4179372/4192956
[pid=1351] ppid=1349 vsize=79744 CPUtime=881.98
/proc/1351/stat : 1351 (pbscip.linux.x8) R 1349 1351 1312 0 -1 4194304 19768 0 0 0 87492 706 0 0 25 0 1 0 183763928 81657856 19180 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1351/statm: 19936 19180 567 886 0 19046 0
Current children cumulated CPU time (s) 881.98
Current children cumulated vsize (KiB) 79744

[startup+942.301 s]
/proc/loadavg: 0.99 0.97 0.90 2/66 1352
/proc/meminfo: memFree=1568480/2055924 swapFree=4179372/4192956
[pid=1351] ppid=1349 vsize=80496 CPUtime=941.96
/proc/1351/stat : 1351 (pbscip.linux.x8) R 1349 1351 1312 0 -1 4194304 19897 0 0 0 93442 754 0 0 25 0 1 0 183763928 82427904 19309 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1351/statm: 20124 19309 567 886 0 19234 0
Current children cumulated CPU time (s) 941.96
Current children cumulated vsize (KiB) 80496

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

[startup+947.105 s]
/proc/loadavg: 0.99 0.97 0.90 2/66 1352
/proc/meminfo: memFree=1568480/2055924 swapFree=4179372/4192956
[pid=1351] ppid=1349 vsize=80496 CPUtime=946.76
/proc/1351/stat : 1351 (pbscip.linux.x8) R 1349 1351 1312 0 -1 4194304 19903 0 0 0 93918 758 0 0 25 0 1 0 183763928 82427904 19315 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1351/statm: 20124 19315 567 886 0 19234 0
Current children cumulated CPU time (s) 946.76
Current children cumulated vsize (KiB) 80496

[startup+959.902 s]
/proc/loadavg: 0.99 0.97 0.90 2/66 1352
/proc/meminfo: memFree=1568224/2055924 swapFree=4179372/4192956
[pid=1351] ppid=1349 vsize=80496 CPUtime=959.55
/proc/1351/stat : 1351 (pbscip.linux.x8) R 1349 1351 1312 0 -1 4194304 19964 0 0 0 95186 769 0 0 25 0 1 0 183763928 82427904 19376 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1351/statm: 20124 19376 567 886 0 19234 0
Current children cumulated CPU time (s) 959.55
Current children cumulated vsize (KiB) 80496

[startup+966.302 s]
/proc/loadavg: 0.99 0.97 0.90 2/66 1352
/proc/meminfo: memFree=1568224/2055924 swapFree=4179372/4192956
[pid=1351] ppid=1349 vsize=80496 CPUtime=965.95
/proc/1351/stat : 1351 (pbscip.linux.x8) R 1349 1351 1312 0 -1 4194304 19964 0 0 0 95819 776 0 0 25 0 1 0 183763928 82427904 19376 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1351/statm: 20124 19376 567 886 0 19234 0
Current children cumulated CPU time (s) 965.95
Current children cumulated vsize (KiB) 80496

[startup+972.702 s]
/proc/loadavg: 1.07 0.99 0.91 2/66 1352
/proc/meminfo: memFree=1568224/2055924 swapFree=4179372/4192956
[pid=1351] ppid=1349 vsize=80496 CPUtime=972.35
/proc/1351/stat : 1351 (pbscip.linux.x8) R 1349 1351 1312 0 -1 4194304 19964 0 0 0 96453 782 0 0 25 0 1 0 183763928 82427904 19376 1992294400 4194304 7823515 548682068736 18446744073709551615 6212560 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1351/statm: 20124 19376 567 886 0 19234 0
Current children cumulated CPU time (s) 972.35
Current children cumulated vsize (KiB) 80496

[startup+974.301 s]
/proc/loadavg: 1.07 0.99 0.91 2/66 1352
/proc/meminfo: memFree=1568224/2055924 swapFree=4179372/4192956
[pid=1351] ppid=1349 vsize=80496 CPUtime=973.95
/proc/1351/stat : 1351 (pbscip.linux.x8) R 1349 1351 1312 0 -1 4194304 19964 0 0 0 96612 783 0 0 25 0 1 0 183763928 82427904 19376 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1351/statm: 20124 19376 567 886 0 19234 0
Current children cumulated CPU time (s) 973.95
Current children cumulated vsize (KiB) 80496

[startup+975.102 s]
/proc/loadavg: 1.07 0.99 0.91 2/66 1352
/proc/meminfo: memFree=1568224/2055924 swapFree=4179372/4192956
[pid=1351] ppid=1349 vsize=80496 CPUtime=974.75
/proc/1351/stat : 1351 (pbscip.linux.x8) R 1349 1351 1312 0 -1 4194304 19964 0 0 0 96691 784 0 0 25 0 1 0 183763928 82427904 19376 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1351/statm: 20124 19376 567 886 0 19234 0
Current children cumulated CPU time (s) 974.75
Current children cumulated vsize (KiB) 80496

[startup+975.502 s]
/proc/loadavg: 1.07 0.99 0.91 2/66 1352
/proc/meminfo: memFree=1568224/2055924 swapFree=4179372/4192956
[pid=1351] ppid=1349 vsize=80496 CPUtime=975.14
/proc/1351/stat : 1351 (pbscip.linux.x8) R 1349 1351 1312 0 -1 4194304 19964 0 0 0 96730 784 0 0 25 0 1 0 183763928 82427904 19376 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1351/statm: 20124 19376 567 886 0 19234 0
Current children cumulated CPU time (s) 975.14
Current children cumulated vsize (KiB) 80496

[startup+975.706 s]
/proc/loadavg: 1.07 0.99 0.91 2/66 1352
/proc/meminfo: memFree=1568224/2055924 swapFree=4179372/4192956
[pid=1351] ppid=1349 vsize=80496 CPUtime=975.35
/proc/1351/stat : 1351 (pbscip.linux.x8) R 1349 1351 1312 0 -1 4194304 19965 0 0 0 96751 784 0 0 25 0 1 0 183763928 82427904 19377 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1351/statm: 20124 19377 568 886 0 19234 0
Current children cumulated CPU time (s) 975.35
Current children cumulated vsize (KiB) 80496

[startup+975.802 s]
/proc/loadavg: 1.07 0.99 0.91 2/66 1352
/proc/meminfo: memFree=1568224/2055924 swapFree=4179372/4192956
[pid=1351] ppid=1349 vsize=80496 CPUtime=975.45
/proc/1351/stat : 1351 (pbscip.linux.x8) R 1349 1351 1312 0 -1 4194304 19965 0 0 0 96760 785 0 0 25 0 1 0 183763928 82427904 19377 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/1351/statm: 20124 19377 568 886 0 19234 0
Current children cumulated CPU time (s) 975.45
Current children cumulated vsize (KiB) 80496

Child status: 0
Real time (s): 975.857
CPU time (s): 975.513
CPU user time (s): 967.65
CPU system time (s): 7.8628
CPU usage (%): 99.9648
Max. virtual memory (cumulated for all children) (KiB): 80496

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

runsolver used 1.11583 second user time and 2.43363 second system time

The end

Launcher Data

Begin job on node83 at 2009-06-16 16:14:15
IDJOB=1869160
IDBENCH=2206
IDSOLVER=683
FILE ID=node83/1869160-1245161655
PBS_JOBID= 9363868
Free space on /tmp= 66508 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-PB05/manquinho/primes-dimacs-cnf/normalized-par16-5-c.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-1869160-1245161655/watcher-1869160-1245161655 -o /tmp/evaluation-result-1869160-1245161655/solver-1869160-1245161655 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 1800 -f HOME/instance-1869160-1245161655.opb

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

MD5SUM BENCH= 6b240d8b0fa78e0eeebbd7bef22cf42a
RANDOM SEED=67811283

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


/proc/meminfo:
MemTotal:      2055924 kB
MemFree:       1643928 kB
Buffers:         44756 kB
Cached:         288120 kB
SwapCached:       7736 kB
Active:         172340 kB
Inactive:       169616 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1643928 kB
SwapTotal:     4192956 kB
SwapFree:      4179372 kB
Dirty:            9916 kB
Writeback:           0 kB
Mapped:          14812 kB
Slab:            56044 kB
Committed_AS:    70288 kB
PageTables:       1392 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66496 MiB
End job on node83 at 2009-06-16 16:30:32