Trace number 1869147

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.2OPT349 1000.13 1000.01

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/
primes-dimacs-cnf/normalized-par16-2-c.opb
MD5SUMb0d7a6a03ca37d030da671f9238e17bb
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark349
Best CPU time to get the best result obtained on this benchmark0.706892
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 349
Optimality of the best value was proved YES
Number of variables698
Total number of constraints1741
Number of constraints which are clauses1741
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 698
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 698
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 698
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.00/0.03	c SCIP version 1.1.0.7
0.00/0.03	c LP-Solver Clp 1.8.2
0.00/0.03	c user parameter file <scip.set> not found - using default parameters
0.00/0.03	c read problem <HOME/instance-1869147-1245160785.opb>
0.00/0.03	c original problem has 698 variables (698 bin, 0 int, 0 impl, 0 cont) and 1741 constraints
0.00/0.04	c start presolving problem
0.00/0.04	c presolving:
0.05/0.09	c (round 1) 0 del vars, 60 del conss, 0 chg bounds, 60 chg sides, 0 chg coeffs, 1679 upgd conss, 1674 impls, 0 clqs
0.09/0.10	c (round 2) 0 del vars, 60 del conss, 0 chg bounds, 60 chg sides, 0 chg coeffs, 1680 upgd conss, 1674 impls, 0 clqs
0.09/0.11	c (round 3) 0 del vars, 60 del conss, 0 chg bounds, 60 chg sides, 0 chg coeffs, 1681 upgd conss, 1674 impls, 0 clqs
0.09/0.16	c (round 4) 50 del vars, 60 del conss, 0 chg bounds, 60 chg sides, 0 chg coeffs, 1681 upgd conss, 15594 impls, 0 clqs
0.09/0.17	c presolving (5 rounds):
0.09/0.17	c  50 deleted vars, 60 deleted constraints, 0 tightened bounds, 0 added holes, 60 changed sides, 0 changed coefficients
0.09/0.17	c  15594 implications, 0 cliques
0.09/0.17	c presolved problem has 648 variables (648 bin, 0 int, 0 impl, 0 cont) and 1681 constraints
0.09/0.17	c    1681 constraints of type <logicor>
0.09/0.17	c transformed objective value is always integral (scale: 1)
0.09/0.17	c Presolving Time: 0.12
0.09/0.17	c strange?!, PURESAT with obj
0.09/0.17	c -----------------------------------------------------------------------------------------------
0.09/0.17	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.17	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.17	c limits/memory = c 1620
0.09/0.17	c # maximal time in seconds to run
0.09/0.17	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.17	c limits/time = c 1791
0.09/0.17	c # frequency for displaying node information lines
0.09/0.17	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.17	c display/freq = c 10000
0.09/0.17	c -----------------------------------------------------------------------------------------------
0.09/0.17	c start solving problem
0.09/0.17	c 
0.19/0.30	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.19/0.30	c   0.2s|     1 |     0 |  1004 |4021k|   0 | 585 | 648 |1681 |1681 | 648 |1631 |   0 |   0 |   0 | 2.204430e+02 |      --      |    Inf 
1.00/1.01	c   1.0s|     1 |     0 |  3464 |5719k|   0 | 435 | 648 |1681 |1681 | 648 |1678 |  47 |   0 |   0 | 2.329639e+02 |      --      |    Inf 
1.19/1.28	c   1.2s|     1 |     0 |  3834 |6758k|   0 | 497 | 648 |1681 |1681 | 648 |1727 |  96 |   0 |   0 | 2.461193e+02 |      --      |    Inf 
1.59/1.62	c   1.6s|     1 |     0 |  4090 |8245k|   0 | 506 | 648 |1681 |1681 | 648 |1749 | 118 |   0 |   0 | 2.519882e+02 |      --      |    Inf 
1.99/2.02	c   2.0s|     1 |     0 |  4312 |9436k|   0 | 494 | 648 |1681 |1681 | 648 |1769 | 138 |   0 |   0 | 2.571469e+02 |      --      |    Inf 
2.29/2.32	c   2.3s|     1 |     0 |  4647 |  10M|   0 | 487 | 648 |1681 |1681 | 648 |1800 | 169 |   0 |   0 | 2.639869e+02 |      --      |    Inf 
2.59/2.65	c   2.6s|     1 |     0 |  5065 |  12M|   0 | 428 | 648 |1681 |1681 | 648 |1833 | 202 |   0 |   0 | 2.721806e+02 |      --      |    Inf 
2.89/2.94	c   2.9s|     1 |     0 |  5472 |  13M|   0 | 445 | 648 |1681 |1681 | 648 |1867 | 236 |   0 |   0 | 2.801111e+02 |      --      |    Inf 
3.20/3.26	c   3.2s|     1 |     0 |  5872 |  14M|   0 | 461 | 648 |1681 |1681 | 648 |1910 | 279 |   0 |   0 | 2.874286e+02 |      --      |    Inf 
3.49/3.56	c   3.5s|     1 |     0 |  6197 |  16M|   0 | 467 | 648 |1681 |1681 | 648 |1938 | 307 |   0 |   0 | 2.911410e+02 |      --      |    Inf 
3.89/4.00	c   3.9s|     1 |     0 |  6766 |  18M|   0 | 497 | 648 |1681 |1681 | 648 |1966 | 335 |   0 |   0 | 2.935750e+02 |      --      |    Inf 
4.19/4.29	c   4.2s|     1 |     0 |  7169 |  19M|   0 | 424 | 648 |1681 |1681 | 648 |1993 | 362 |   0 |   0 | 2.971667e+02 |      --      |    Inf 
4.69/4.76	c   4.7s|     1 |     0 |  7620 |  22M|   0 | 467 | 648 |1681 |1681 | 648 |2022 | 391 |   0 |   0 | 3.017333e+02 |      --      |    Inf 
5.19/5.22	c   5.1s|     1 |     0 |  8188 |  24M|   0 | 495 | 648 |1681 |1681 | 648 |2044 | 413 |   0 |   0 | 3.048427e+02 |      --      |    Inf 
5.69/5.71	c   5.6s|     1 |     0 |  8702 |  27M|   0 | 480 | 648 |1681 |1681 | 648 |2073 | 442 |   0 |   0 | 3.089296e+02 |      --      |    Inf 
5.99/6.09	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
5.99/6.09	c   6.0s|     1 |     0 |  9016 |  29M|   0 | 474 | 648 |1681 |1681 | 648 |2090 | 459 |   0 |   0 | 3.104833e+02 |      --      |    Inf 
6.79/6.87	c   6.7s|     1 |     0 | 10003 |  31M|   0 | 490 | 648 |1681 |1681 | 648 |1982 | 482 |   0 |   0 | 3.120478e+02 |      --      |    Inf 
7.09/7.19	c   7.1s|     1 |     0 | 10291 |  33M|   0 | 473 | 648 |1681 |1681 | 648 |2003 | 503 |   0 |   0 | 3.138988e+02 |      --      |    Inf 
7.49/7.53	c   7.4s|     1 |     0 | 10696 |  34M|   0 | 468 | 648 |1681 |1681 | 648 |2021 | 521 |   0 |   0 | 3.154833e+02 |      --      |    Inf 
7.79/7.87	c   7.7s|     1 |     0 | 11077 |  36M|   0 | 487 | 648 |1681 |1681 | 648 |2042 | 542 |   0 |   0 | 3.171348e+02 |      --      |    Inf 
8.09/8.17	c   8.0s|     1 |     0 | 11273 |  38M|   0 | 492 | 648 |1681 |1681 | 648 |2059 | 559 |   0 |   0 | 3.172944e+02 |      --      |    Inf 
8.49/8.50	c   8.4s|     1 |     0 | 11627 |  39M|   0 | 502 | 648 |1681 |1681 | 648 |2080 | 580 |   0 |   0 | 3.186643e+02 |      --      |    Inf 
8.79/8.89	c   8.8s|     1 |     0 | 11984 |  40M|   0 | 509 | 648 |1681 |1681 | 648 |1986 | 614 |   0 |   0 | 3.209697e+02 |      --      |    Inf 
9.09/9.17	c   9.0s|     1 |     0 | 12341 |  40M|   0 | 495 | 648 |1681 |1681 | 648 |2010 | 638 |   0 |   0 | 3.243866e+02 |      --      |    Inf 
9.49/9.58	c   9.4s|     1 |     0 | 12674 |  41M|   0 | 497 | 648 |1681 |1681 | 648 |2031 | 659 |   0 |   0 | 3.265204e+02 |      --      |    Inf 
9.69/9.79	c   9.7s|     1 |     0 | 12858 |  42M|   0 | 497 | 648 |1681 |1681 | 648 |2046 | 674 |   0 |   0 | 3.269290e+02 |      --      |    Inf 
10.09/10.13	c  10.0s|     1 |     0 | 13071 |  42M|   0 | 507 | 648 |1681 |1681 | 648 |2065 | 693 |   0 |   0 | 3.285332e+02 |      --      |    Inf 
10.60/10.61	c  10.5s|     1 |     0 | 13491 |  44M|   0 | 485 | 648 |1681 |1681 | 648 |2080 | 708 |   0 |   0 | 3.301467e+02 |      --      |    Inf 
10.99/11.04	c  10.9s|     1 |     0 | 14059 |  45M|   0 | 504 | 648 |1681 |1681 | 648 |1984 | 718 |   0 |   0 | 3.306125e+02 |      --      |    Inf 
11.39/11.45	c  11.3s|     1 |     0 | 14332 |  45M|   0 | 430 | 648 |1681 |1681 | 648 |1989 | 723 |   0 |   0 | 3.309568e+02 |      --      |    Inf 
11.70/11.77	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
11.70/11.77	c  11.6s|     1 |     0 | 14759 |  45M|   0 | 528 | 648 |1681 |1681 | 648 |2004 | 738 |   0 |   0 | 3.314330e+02 |      --      |    Inf 
12.19/12.21	c  12.1s|     1 |     0 | 15066 |  45M|   0 | 535 | 648 |1681 |1681 | 648 |2010 | 744 |   0 |   0 | 3.316493e+02 |      --      |    Inf 
12.49/12.52	c  12.3s|     1 |     0 | 15335 |  46M|   0 | 532 | 648 |1681 |1681 | 648 |2024 | 758 |   0 |   0 | 3.317623e+02 |      --      |    Inf 
12.89/12.92	c  12.8s|     1 |     0 | 15430 |  46M|   0 | 537 | 648 |1681 |1681 | 648 |2032 | 766 |   0 |   0 | 3.317754e+02 |      --      |    Inf 
13.39/13.49	c  13.3s|     1 |     0 | 15856 |  46M|   0 | 526 | 648 |1681 |1681 | 648 |1904 | 772 |   0 |   0 | 3.323555e+02 |      --      |    Inf 
13.79/13.87	c  13.7s|     1 |     0 | 15986 |  46M|   0 | 523 | 648 |1681 |1681 | 648 |1916 | 784 |   0 |   0 | 3.324210e+02 |      --      |    Inf 
14.09/14.19	c  14.0s|     1 |     0 | 16150 |  46M|   0 | 505 | 648 |1681 |1681 | 648 |1928 | 796 |   0 |   0 | 3.331182e+02 |      --      |    Inf 
14.49/14.56	c  14.4s|     1 |     0 | 16471 |  46M|   0 | 520 | 648 |1681 |1681 | 648 |1944 | 812 |   0 |   0 | 3.340506e+02 |      --      |    Inf 
14.99/15.03	c  14.8s|     1 |     0 | 16803 |  46M|   0 | 485 | 648 |1681 |1681 | 648 |1950 | 818 |   0 |   0 | 3.344817e+02 |      --      |    Inf 
15.30/15.37	c  15.2s|     1 |     0 | 17039 |  46M|   0 | 473 | 648 |1681 |1681 | 648 |1953 | 821 |   0 |   0 | 3.344987e+02 |      --      |    Inf 
15.59/15.65	c  15.5s|     1 |     0 | 17149 |  46M|   0 | 472 | 648 |1681 |1681 | 648 |1879 | 823 |   0 |   0 | 3.348571e+02 |      --      |    Inf 
15.79/15.86	c  15.7s|     1 |     0 | 17183 |  46M|   0 | 473 | 648 |1681 |1681 | 648 |1884 | 828 |   0 |   0 | 3.355267e+02 |      --      |    Inf 
15.99/16.08	c  15.9s|     1 |     0 | 17194 |  46M|   0 | 473 | 648 |1681 |1681 | 648 |1886 | 830 |   0 |   0 | 3.355267e+02 |      --      |    Inf 
16.29/16.30	c  16.1s|     1 |     0 | 17233 |  46M|   0 | 470 | 648 |1681 |1681 | 648 |1887 | 831 |   0 |   0 | 3.355362e+02 |      --      |    Inf 
16.49/16.53	c  16.4s|     1 |     0 | 17273 |  46M|   0 | 478 | 648 |1681 |1681 | 648 |1888 | 832 |   0 |   0 | 3.355405e+02 |      --      |    Inf 
16.69/16.74	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
16.69/16.74	c  16.6s|     1 |     0 | 17304 |  46M|   0 | 473 | 648 |1681 |1681 | 648 |1891 | 835 |   0 |   0 | 3.355405e+02 |      --      |    Inf 
17.70/17.71	c  17.5s|     1 |     2 | 17304 |  46M|   0 | 473 | 648 |1681 |1681 | 648 |1891 | 835 |   0 |  17 | 3.355405e+02 |      --      |    Inf 
638.56/638.59	c   636s| 10000 |   604 |  1824k|  50M|  26 |   - | 648 |5401 |1130 |   0 |   0 | 835 |  12k|3437 | 3.450179e+02 |      --      |    Inf 
927.60/927.59	o 349
927.60/927.59	c * 923s| 16757 |   516 |  2749k|  50M|  27 |   - | 648 |6313 |1046 | 648 |1799 | 835 |  23k|4359 | 3.456058e+02 | 3.490000e+02 |   0.98%
1000.01/999.95	c 
1000.01/999.95	c SCIP Status        : problem is solved [optimal solution found]
1000.01/999.95	c Solving Time (sec) : 995.27
1000.01/999.95	c Solving Nodes      : 18504
1000.01/999.95	c Primal Bound       : +3.49000000000000e+02 (1 solutions)
1000.01/999.95	c Dual Bound         : +3.49000000000000e+02
1000.01/999.95	c Gap                : 0.00 %
1000.01/999.95	c NODE         18504
1000.01/999.95	c DUAL BOUND   349
1000.01/999.95	c PRIMAL BOUND 349
1000.01/999.95	c GAP          0
1000.01/999.95	s OPTIMUM FOUND
1000.01/999.95	v x698 -x697 -x696 x695 x694 -x693 -x692 x691 -x690 x689 -x688 x687 x686 -x685 -x684 x683 -x682 x681 -x680 x679 x678 -x677 -x676 
1000.01/999.95	v x675 x674 -x673 x672 -x671 -x670 x669 x668 -x667 -x666 x665 x664 -x663 x662 -x661 x660 -x659 -x658 x657 x656 -x655 -x654 x653 
1000.01/999.95	v x652 -x651 -x650 x649 x648 -x647 -x646 x645 x644 -x643 -x642 x641 x640 -x639 -x638 x637 x636 -x635 -x634 x633 -x632 x631 x630 
1000.01/999.95	v -x629 -x628 x627 x626 -x625 -x624 x623 x622 -x621 x620 -x619 x618 -x617 -x616 x615 x614 -x613 x612 -x611 -x610 x609 -x608 x607 
1000.01/999.95	v x606 -x605 x604 -x603 x602 -x601 -x600 x599 -x598 x597 x596 -x595 x594 -x593 -x592 x591 x590 -x589 x588 -x587 -x586 x585 
1000.01/999.95	v x584 -x583 x582 -x581 -x580 x579 x578 -x577 -x576 x575 -x574 x573 -x572 x571 x570 -x569 -x568 x567 -x566 x565 x564 -x563 -x562 
1000.01/999.95	v x561 x560 -x559 -x558 x557 -x556 x555 x554 -x553 x552 -x551 -x550 x549 x548 -x547 -x546 x545 -x544 x543 -x542 x541 x540 -x539 
1000.01/999.95	v x538 -x537 -x536 x535 -x534 x533 x532 -x531 x530 -x529 -x528 x527 x526 -x525 -x524 x523 x522 -x521 -x520 x519 x518 -x517 -x516 
1000.01/999.95	v x515 -x514 x513 x512 -x511 -x510 x509 x508 -x507 -x506 x505 x504 -x503 -x502 x501 -x500 x499 x498 -x497 x496 -x495 -x494 
1000.01/999.95	v x493 -x492 x491 -x490 x489 x488 -x487 -x486 x485 x484 -x483 x482 -x481 -x480 x479 -x478 x477 -x476 x475 -x474 x473 x472 -x471 
1000.01/999.95	v -x470 x469 x468 -x467 -x466 x465 x464 -x463 x462 -x461 x460 -x459 -x458 x457 x456 -x455 -x454 x453 x452 -x451 x450 -x449 x448 
1000.01/999.95	v -x447 -x446 x445 x444 -x443 -x442 x441 x440 -x439 -x438 x437 -x436 x435 -x434 x433 x432 -x431 -x430 x429 x428 -x427 -x426 
1000.01/999.95	v x425 x424 -x423 -x422 x421 x420 -x419 -x418 x417 -x416 x415 -x414 x413 x412 -x411 -x410 x409 -x408 x407 x406 -x405 -x404 x403 
1000.01/999.95	v x402 -x401 -x400 x399 x398 -x397 x396 -x395 -x394 x393 x392 -x391 x390 -x389 x388 -x387 -x386 x385 x384 -x383 -x382 x381 x380 
1000.01/999.95	v -x379 -x378 x377 x376 -x375 -x374 x373 x372 -x371 -x370 x369 x368 -x367 -x366 x365 -x364 x363 -x362 x361 x360 -x359 -x358 x357 
1000.01/999.95	v x356 -x355 -x354 x353 -x352 x351 -x350 x349 x348 -x347 -x346 x345 -x344 x343 x342 -x341 -x340 x339 x338 -x337 -x336 x335 
1000.01/999.95	v x334 -x333 -x332 x331 -x330 x329 -x328 x327 x326 -x325 -x324 x323 x322 -x321 -x320 x319 -x318 x317 -x316 x315 x314 -x313 -x312 
1000.01/999.95	v x311 x310 -x309 -x308 x307 -x306 x305 x304 -x303 -x302 x301 x300 -x299 -x298 x297 -x296 x295 x294 -x293 -x292 x291 -x290 x289 
1000.01/999.95	v -x288 x287 x286 -x285 -x284 x283 -x282 x281 x280 -x279 x278 -x277 -x276 x275 x274 -x273 -x272 x271 -x270 x269 -x268 x267 x266 
1000.01/999.95	v -x265 -x264 x263 -x262 x261 x260 -x259 x258 -x257 -x256 x255 x254 -x253 -x252 x251 -x250 x249 x248 -x247 x246 -x245 x244 
1000.01/999.95	v -x243 x242 -x241 x240 -x239 x238 -x237 -x236 x235 x234 -x233 x232 -x231 x230 -x229 x228 -x227 -x226 x225 x224 -x223 x222 -x221 
1000.01/999.95	v x220 -x219 -x218 x217 x216 -x215 x214 -x213 x212 -x211 -x210 x209 x208 -x207 x206 -x205 x204 -x203 -x202 x201 x200 -x199 x198 
1000.01/999.95	v -x197 x196 -x195 -x194 x193 x192 -x191 x190 -x189 x188 -x187 -x186 x185 x184 -x183 x182 -x181 x180 -x179 -x178 x177 x176 -x175 
1000.01/999.95	v x174 -x173 -x172 x171 -x170 x169 -x168 x167 x166 -x165 x164 -x163 x162 -x161 x160 -x159 -x158 x157 x156 -x155 x154 -x153 
1000.01/999.95	v x152 -x151 -x150 x149 x148 -x147 x146 -x145 x144 -x143 -x142 x141 x140 -x139 x138 -x137 x136 -x135 -x134 x133 x132 -x131 x130 
1000.01/999.95	v -x129 x128 -x127 -x126 x125 -x124 x123 x122 -x121 x120 -x119 -x118 x117 x116 -x115 -x114 x113 x112 -x111 -x110 x109 x108 -x107 
1000.01/999.95	v -x106 x105 x104 -x103 -x102 x101 x100 -x99 -x98 x97 x96 -x95 -x94 x93 x92 -x91 -x90 x89 x88 -x87 -x86 x85 x84 -x83 -x82 x81 
1000.01/999.95	v x80 -x79 -x78 x77 x76 -x75 -x74 x73 x72 -x71 -x70 x69 x68 -x67 -x66 x65 x64 -x63 -x62 x61 x60 -x59 -x58 x57 x56 -x55 -x54 
1000.01/999.95	v x53 x52 -x51 -x50 x49 x48 -x47 -x46 x45 x44 -x43 -x42 x41 x40 -x39 -x38 x37 x36 -x35 -x34 x33 x32 -x31 -x30 x29 x28 -x27 -x26 
1000.01/999.95	v x25 x24 -x23 -x22 x21 x20 -x19 -x18 x17 x16 -x15 -x14 x13 x12 -x11 -x10 x9 -x8 x7 x6 -x5 -x4 x3 -x2 x1 
1000.01/999.95	c SCIP Status        : problem is solved [optimal solution found]
1000.01/999.95	c Solving Time       :     995.27
1000.01/999.95	c Original Problem   :
1000.01/999.95	c   Problem name     : HOME/instance-1869147-1245160785.opb
1000.01/999.95	c   Variables        : 698 (698 binary, 0 integer, 0 implicit integer, 0 continuous)
1000.01/999.95	c   Constraints      : 1741 initial, 1741 maximal
1000.01/999.95	c Presolved Problem  :
1000.01/999.95	c   Problem name     : t_HOME/instance-1869147-1245160785.opb
1000.01/999.95	c   Variables        : 648 (648 binary, 0 integer, 0 implicit integer, 0 continuous)
1000.01/999.95	c   Constraints      : 1681 initial, 6940 maximal
1000.01/999.95	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1000.01/999.95	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1000.01/999.95	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1000.01/999.95	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1000.01/999.95	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1000.01/999.95	c   implics          :       0.00          0          0          0          0          0          0          0          0
1000.01/999.95	c   probing          :       0.04          0         50          0          0          0          0          0          0
1000.01/999.95	c   linear           :       0.03          0          0          0          0          0         60         60          0
1000.01/999.95	c   logicor          :       0.05          0          0          0          0          0          0          0          0
1000.01/999.95	c   root node        :          -          2          -          -          2          -          -          -          -
1000.01/999.95	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1000.01/999.95	c   integral         :          0          0          0      10899          0          2         72          0          0      21722
1000.01/999.95	c   logicor          :       1681+        46     439817          1          0       8666    2154708          0          0          0
1000.01/999.95	c   countsols        :          0          0          0          1          0          0          0          0          0          0
1000.01/999.95	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1000.01/999.95	c   integral         :     180.53       0.00       0.00     180.53       0.00
1000.01/999.95	c   logicor          :      19.10       0.00      19.10       0.00       0.00
1000.01/999.95	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1000.01/999.95	c Propagators        :       Time      Calls    Cutoffs    DomReds
1000.01/999.95	c   rootredcost      :       0.12          1          0          0
1000.01/999.95	c   pseudoobj        :      12.05     447142          0          0
1000.01/999.95	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1000.01/999.95	c   propagation      :       1.45       8666       8209      47067       16.9        450        9.0          -
1000.01/999.95	c   infeasible LP    :       0.33       2611          0          0        0.0          0        0.0          0
1000.01/999.95	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1000.01/999.95	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1000.01/999.95	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1000.01/999.95	c   applied globally :          -          -          -      24594       15.0          -          -          -
1000.01/999.95	c   applied locally  :          -          -          -          0        0.0          -          -          -
1000.01/999.95	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1000.01/999.95	c   cut pool         :       0.62         45          -          -        857          -    (maximal pool size: 12978)
1000.01/999.95	c   redcost          :       0.10      11314          0        743          0          0
1000.01/999.95	c   impliedbounds    :       0.00         46          0          0         91          0
1000.01/999.95	c   intobj           :       0.00          0          0          0          0          0
1000.01/999.95	c   gomory           :       7.16         46          0          0      16005          0
1000.01/999.95	c   strongcg         :       1.55         20          0          0      10000          0
1000.01/999.95	c   cmir             :       0.15         10          0          0          0          0
1000.01/999.95	c   flowcover        :       0.12         10          0          0          0          0
1000.01/999.95	c   clique           :       0.00         46          0          0         78          0
1000.01/999.95	c   zerohalf         :       0.00          0          0          0          0          0
1000.01/999.95	c   mcf              :       0.00          1          0          0          0          0
1000.01/999.95	c Pricers            :       Time      Calls       Vars
1000.01/999.95	c   problem variables:       0.00          0          0
1000.01/999.95	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1000.01/999.95	c   relpscost        :     180.51      10898          2         72          0          0      21722
1000.01/999.95	c   pscost           :       0.00          0          0          0          0          0          0
1000.01/999.95	c   inference        :       0.00          0          0          0          0          0          0
1000.01/999.95	c   mostinf          :       0.00          0          0          0          0          0          0
1000.01/999.95	c   leastinf         :       0.00          0          0          0          0          0          0
1000.01/999.95	c   fullstrong       :       0.00          0          0          0          0          0          0
1000.01/999.95	c   allfullstrong    :       0.00          0          0          0          0          0          0
1000.01/999.95	c   random           :       0.00          0          0          0          0          0          0
1000.01/999.95	c Primal Heuristics  :       Time      Calls      Found
1000.01/999.95	c   LP solutions     :       0.00          -          1
1000.01/999.95	c   pseudo solutions :       0.00          -          0
1000.01/999.95	c   crossover        :       0.00          0          0
1000.01/999.95	c   intshifting      :       0.00          0          0
1000.01/999.95	c   oneopt           :       0.01          1          0
1000.01/999.95	c   guideddiving     :       0.13          1          0
1000.01/999.95	c   pscostdiving     :      13.87         70          0
1000.01/999.95	c   linesearchdiving :      10.89         70          0
1000.01/999.95	c   fracdiving       :      13.36         70          0
1000.01/999.95	c   veclendiving     :       9.80         70          0
1000.01/999.95	c   coefdiving       :      13.33         71          0
1000.01/999.95	c   simplerounding   :       0.01          0          0
1000.01/999.95	c   rounding         :       0.80       1396          0
1000.01/999.95	c   shifting         :       0.67        416          0
1000.01/999.95	c   fixandinfer      :       0.00          0          0
1000.01/999.95	c   feaspump         :      11.70         22          0
1000.01/999.95	c   intdiving        :       0.00          0          0
1000.01/999.95	c   actconsdiving    :       0.00          0          0
1000.01/999.95	c   objpscostdiving  :      11.34         17          0
1000.01/999.95	c   rootsoldiving    :       8.91         21          0
1000.01/999.95	c   octane           :       0.00          0          0
1000.01/999.95	c   rens             :       0.00          0          0
1000.01/999.95	c   rins             :       0.00          0          0
1000.01/999.95	c   localbranching   :       0.00          0          0
1000.01/999.95	c   mutation         :       0.00          0          0
1000.01/999.95	c   dins             :       0.00          0          0
1000.01/999.95	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1000.01/999.95	c   primal LP        :       0.24          0          0       0.00       0.00
1000.01/999.95	c   dual LP          :     659.99      13364    2692744     201.49    4079.98
1000.01/999.95	c   barrier LP       :       0.00          0          0       0.00          -
1000.01/999.95	c   diving/probing LP:      87.62       6080     309063      50.83    3527.31
1000.01/999.95	c   strong branching :     178.58       4366     674670     154.53    3777.97
1000.01/999.95	c     (at root node) :          -         17       2206     129.76          -
1000.01/999.95	c   conflict analysis:       0.00          0          0       0.00          -
1000.01/999.95	c B&B Tree           :
1000.01/999.95	c   number of runs   :          1
1000.01/999.95	c   nodes            :      18504
1000.01/999.95	c   nodes (total)    :      18504
1000.01/999.95	c   nodes left       :          0
1000.01/999.95	c   max depth        :         27
1000.01/999.95	c   max depth (total):         27
1000.01/999.95	c   backtracks       :       5403 (29.2%)
1000.01/999.95	c   delayed cutoffs  :       3183
1000.01/999.95	c   repropagations   :      10906 (673134 domain reductions, 2784 cutoffs)
1000.01/999.95	c   avg switch length:       4.66
1000.01/999.95	c   switching time   :       8.05
1000.01/999.95	c Solution           :
1000.01/999.95	c   Solutions found  :          1 (1 improvements)
1000.01/999.95	c   Primal Bound     : +3.49000000000000e+02   (in run 1, after 16757 nodes, 923.21 seconds, depth 18, found by <relaxation>)
1000.01/999.95	c   Dual Bound       : +3.49000000000000e+02
1000.01/999.95	c   Gap              :       0.00 %
1000.01/999.95	c   Root Dual Bound  : +3.35540477557612e+02
1000.11/1000.01	c Time complete: 1000.12.

Verifier Data

OK	349

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1869147-1245160785/watcher-1869147-1245160785 -o /tmp/evaluation-result-1869147-1245160785/solver-1869147-1245160785 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt-gcc42.clp -t 1800 -m 1800 -f HOME/instance-1869147-1245160785.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 29759
/proc/meminfo: memFree=1848304/2055920 swapFree=4191900/4192956
[pid=29759] ppid=29757 vsize=5812 CPUtime=0
/proc/29759/stat : 29759 (pbscip.linux.x8) R 29757 29759 29642 0 -1 4194304 516 0 0 0 0 0 0 0 18 0 1 0 183678971 5951488 500 1992294400 4194304 9342243 548682068736 18446744073709551615 8223232 0 0 4096 0 0 0 0 17 1 0 0
/proc/29759/statm: 1453 501 332 1256 0 192 0

[startup+0.0569711 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 29759
/proc/meminfo: memFree=1848304/2055920 swapFree=4191900/4192956
[pid=29759] ppid=29757 vsize=16692 CPUtime=0.05
/proc/29759/stat : 29759 (pbscip.linux.x8) R 29757 29759 29642 0 -1 4194304 3326 0 0 0 4 1 0 0 18 0 1 0 183678971 17092608 2956 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/29759/statm: 4173 2956 463 1256 0 2912 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 16692

[startup+0.101959 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 29759
/proc/meminfo: memFree=1848304/2055920 swapFree=4191900/4192956
[pid=29759] ppid=29757 vsize=17844 CPUtime=0.09
/proc/29759/stat : 29759 (pbscip.linux.x8) R 29757 29759 29642 0 -1 4194304 3618 0 0 0 8 1 0 0 18 0 1 0 183678971 18272256 3248 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/29759/statm: 4461 3248 467 1256 0 3200 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 17844

[startup+0.301901 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 29759
/proc/meminfo: memFree=1848304/2055920 swapFree=4191900/4192956
[pid=29759] ppid=29757 vsize=23452 CPUtime=0.29
/proc/29759/stat : 29759 (pbscip.linux.x8) R 29757 29759 29642 0 -1 4194304 4813 0 0 0 27 2 0 0 19 0 1 0 183678971 24014848 4443 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/29759/statm: 5863 4443 622 1256 0 4602 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 23452

[startup+0.701786 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 29759
/proc/meminfo: memFree=1848304/2055920 swapFree=4191900/4192956
[pid=29759] ppid=29757 vsize=23720 CPUtime=0.69
/proc/29759/stat : 29759 (pbscip.linux.x8) R 29757 29759 29642 0 -1 4194304 4895 0 0 0 67 2 0 0 22 0 1 0 183678971 24289280 4525 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/29759/statm: 5930 4525 640 1256 0 4669 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 23720

[startup+1.50256 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29760
/proc/meminfo: memFree=1829288/2055920 swapFree=4191900/4192956
[pid=29759] ppid=29757 vsize=32896 CPUtime=1.49
/proc/29759/stat : 29759 (pbscip.linux.x8) R 29757 29759 29642 0 -1 4194304 7174 0 0 0 145 4 0 0 25 0 1 0 183678971 33685504 6804 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/29759/statm: 8224 6804 671 1256 0 6963 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 32896

[startup+3.1011 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29760
/proc/meminfo: memFree=1821800/2055920 swapFree=4191900/4192956
[pid=29759] ppid=29757 vsize=40408 CPUtime=3.09
/proc/29759/stat : 29759 (pbscip.linux.x8) R 29757 29759 29642 0 -1 4194304 8700 0 0 0 304 5 0 0 25 0 1 0 183678971 41377792 8329 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/29759/statm: 10102 8329 671 1256 0 8841 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 40408

[startup+6.30118 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29760
/proc/meminfo: memFree=1797688/2055920 swapFree=4191900/4192956
[pid=29759] ppid=29757 vsize=69748 CPUtime=6.3
/proc/29759/stat : 29759 (pbscip.linux.x8) R 29757 29759 29642 0 -1 4194304 15551 0 0 0 620 10 0 0 25 0 1 0 183678971 71421952 15180 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/29759/statm: 17437 15180 672 1256 0 16176 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 69748

[startup+12.7013 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29760
/proc/meminfo: memFree=1775992/2055920 swapFree=4191900/4192956
[pid=29759] ppid=29757 vsize=85708 CPUtime=12.69
/proc/29759/stat : 29759 (pbscip.linux.x8) R 29757 29759 29642 0 -1 4194304 19770 0 0 0 1255 14 0 0 25 0 1 0 183678971 87764992 19399 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/29759/statm: 21427 19399 675 1256 0 20166 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 85708

[startup+25.5017 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29760
/proc/meminfo: memFree=1771320/2055920 swapFree=4191900/4192956
[pid=29759] ppid=29757 vsize=85708 CPUtime=25.49
/proc/29759/stat : 29759 (pbscip.linux.x8) R 29757 29759 29642 0 -1 4194304 20228 0 0 0 2530 19 0 0 25 0 1 0 183678971 87764992 19857 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/29759/statm: 21427 19857 688 1256 0 20166 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 85708

[startup+51.1013 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29760
/proc/meminfo: memFree=1771320/2055920 swapFree=4191900/4192956
[pid=29759] ppid=29757 vsize=85708 CPUtime=51.09
/proc/29759/stat : 29759 (pbscip.linux.x8) R 29757 29759 29642 0 -1 4194304 20229 0 0 0 5082 27 0 0 25 0 1 0 183678971 87764992 19858 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/29759/statm: 21427 19858 689 1256 0 20166 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 85708

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29766
/proc/meminfo: memFree=1770992/2055920 swapFree=4191900/4192956
[pid=29759] ppid=29757 vsize=85708 CPUtime=102.29
/proc/29759/stat : 29759 (pbscip.linux.x8) R 29757 29759 29642 0 -1 4194304 20290 0 0 0 10184 45 0 0 25 0 1 0 183678971 87764992 19919 1992294400 4194304 9342243 548682068736 18446744073709551615 6922277 0 0 4096 16384 0 0 0 17 1 0 0
/proc/29759/statm: 21427 19919 689 1256 0 20166 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 85708

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29766
/proc/meminfo: memFree=1770480/2055920 swapFree=4191900/4192956
[pid=29759] ppid=29757 vsize=85708 CPUtime=162.3
/proc/29759/stat : 29759 (pbscip.linux.x8) R 29757 29759 29642 0 -1 4194304 20421 0 0 0 16159 71 0 0 25 0 1 0 183678971 87764992 20050 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/29759/statm: 21427 20050 689 1256 0 20166 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 85708

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29766
/proc/meminfo: memFree=1769904/2055920 swapFree=4191900/4192956
[pid=29759] ppid=29757 vsize=87000 CPUtime=222.3
/proc/29759/stat : 29759 (pbscip.linux.x8) R 29757 29759 29642 0 -1 4194304 20558 0 0 0 22138 92 0 0 25 0 1 0 183678971 89088000 20187 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/29759/statm: 21750 20187 689 1256 0 20489 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 87000

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29766
/proc/meminfo: memFree=1769776/2055920 swapFree=4191900/4192956
[pid=29759] ppid=29757 vsize=88064 CPUtime=282.31
/proc/29759/stat : 29759 (pbscip.linux.x8) R 29757 29759 29642 0 -1 4194304 21547 0 0 0 28114 117 0 0 25 0 1 0 183678971 90177536 20230 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/29759/statm: 22016 20230 689 1256 0 20755 0
Current children cumulated CPU time (s) 282.31
Current children cumulated vsize (KiB) 88064

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29766
/proc/meminfo: memFree=1769264/2055920 swapFree=4191900/4192956
[pid=29759] ppid=29757 vsize=86648 CPUtime=342.32
/proc/29759/stat : 29759 (pbscip.linux.x8) R 29757 29759 29642 0 -1 4194304 27782 0 0 0 34087 145 0 0 25 0 1 0 183678971 88727552 20352 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/29759/statm: 21662 20352 689 1256 0 20401 0
Current children cumulated CPU time (s) 342.32
Current children cumulated vsize (KiB) 86648

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29766
/proc/meminfo: memFree=1768504/2055920 swapFree=4191900/4192956
[pid=29759] ppid=29757 vsize=87772 CPUtime=402.32
/proc/29759/stat : 29759 (pbscip.linux.x8) R 29757 29759 29642 0 -1 4194304 31457 0 0 0 40055 177 0 0 25 0 1 0 183678971 89878528 20566 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/29759/statm: 21943 20566 689 1256 0 20682 0
Current children cumulated CPU time (s) 402.32
Current children cumulated vsize (KiB) 87772

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29766
/proc/meminfo: memFree=1767672/2055920 swapFree=4191900/4192956
[pid=29759] ppid=29757 vsize=88836 CPUtime=462.34
/proc/29759/stat : 29759 (pbscip.linux.x8) R 29757 29759 29642 0 -1 4194304 44086 0 0 0 46025 209 0 0 25 0 1 0 183678971 90968064 20768 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/29759/statm: 22209 20768 689 1256 0 20948 0
Current children cumulated CPU time (s) 462.34
Current children cumulated vsize (KiB) 88836

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29766
/proc/meminfo: memFree=1766456/2055920 swapFree=4191900/4192956
[pid=29759] ppid=29757 vsize=91648 CPUtime=522.35
/proc/29759/stat : 29759 (pbscip.linux.x8) R 29757 29759 29642 0 -1 4194304 47294 0 0 0 51994 241 0 0 25 0 1 0 183678971 93847552 21002 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/29759/statm: 22912 21002 689 1256 0 21651 0
Current children cumulated CPU time (s) 522.35
Current children cumulated vsize (KiB) 91648

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29766
/proc/meminfo: memFree=1766584/2055920 swapFree=4191900/4192956
[pid=29759] ppid=29757 vsize=89556 CPUtime=582.35
/proc/29759/stat : 29759 (pbscip.linux.x8) R 29757 29759 29642 0 -1 4194304 55300 0 0 0 57966 269 0 0 25 0 1 0 183678971 91705344 20953 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/29759/statm: 22389 20953 689 1256 0 21128 0
Current children cumulated CPU time (s) 582.35
Current children cumulated vsize (KiB) 89556

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29766
/proc/meminfo: memFree=1765816/2055920 swapFree=4191900/4192956
[pid=29759] ppid=29757 vsize=89896 CPUtime=642.37
/proc/29759/stat : 29759 (pbscip.linux.x8) R 29757 29759 29642 0 -1 4194304 59696 0 0 0 63934 303 0 0 25 0 1 0 183678971 92053504 21180 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/29759/statm: 22474 21180 689 1256 0 21213 0
Current children cumulated CPU time (s) 642.37
Current children cumulated vsize (KiB) 89896

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29766
/proc/meminfo: memFree=1764792/2055920 swapFree=4191900/4192956
[pid=29759] ppid=29757 vsize=93648 CPUtime=702.36
/proc/29759/stat : 29759 (pbscip.linux.x8) R 29757 29759 29642 0 -1 4194304 65821 0 0 0 69904 332 0 0 25 0 1 0 183678971 95895552 21449 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/29759/statm: 23412 21449 689 1256 0 22151 0
Current children cumulated CPU time (s) 702.36
Current children cumulated vsize (KiB) 93648

[startup+762.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29766
/proc/meminfo: memFree=1764152/2055920 swapFree=4191900/4192956
[pid=29759] ppid=29757 vsize=91896 CPUtime=762.38
/proc/29759/stat : 29759 (pbscip.linux.x8) R 29757 29759 29642 0 -1 4194304 69877 0 0 0 75876 362 0 0 25 0 1 0 183678971 94101504 21577 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/29759/statm: 22974 21577 689 1256 0 21713 0
Current children cumulated CPU time (s) 762.38
Current children cumulated vsize (KiB) 91896

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29766
/proc/meminfo: memFree=1763448/2055920 swapFree=4191900/4192956
[pid=29759] ppid=29757 vsize=92444 CPUtime=822.39
/proc/29759/stat : 29759 (pbscip.linux.x8) R 29757 29759 29642 0 -1 4194304 72413 0 0 0 81848 391 0 0 25 0 1 0 183678971 94662656 21672 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/29759/statm: 23111 21672 689 1256 0 21850 0
Current children cumulated CPU time (s) 822.39
Current children cumulated vsize (KiB) 92444

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29766
/proc/meminfo: memFree=1763448/2055920 swapFree=4191900/4192956
[pid=29759] ppid=29757 vsize=93008 CPUtime=882.4
/proc/29759/stat : 29759 (pbscip.linux.x8) R 29757 29759 29642 0 -1 4194304 78906 0 0 0 87819 421 0 0 25 0 1 0 183678971 95240192 21759 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/29759/statm: 23252 21759 689 1256 0 21991 0
Current children cumulated CPU time (s) 882.4
Current children cumulated vsize (KiB) 93008

[startup+942.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29766
/proc/meminfo: memFree=1762936/2055920 swapFree=4191900/4192956
[pid=29759] ppid=29757 vsize=93148 CPUtime=942.4
/proc/29759/stat : 29759 (pbscip.linux.x8) R 29757 29759 29642 0 -1 4194304 80173 0 0 0 93787 453 0 0 25 0 1 0 183678971 95383552 21874 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/29759/statm: 23287 21874 689 1256 0 22026 0
Current children cumulated CPU time (s) 942.4
Current children cumulated vsize (KiB) 93148

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

[startup+972.701 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29766
/proc/meminfo: memFree=1762872/2055920 swapFree=4191900/4192956
[pid=29759] ppid=29757 vsize=93148 CPUtime=972.81
/proc/29759/stat : 29759 (pbscip.linux.x8) R 29757 29759 29642 0 -1 4194304 80184 0 0 0 96814 467 0 0 25 0 1 0 183678971 95383552 21885 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/29759/statm: 23287 21885 689 1256 0 22026 0
Current children cumulated CPU time (s) 972.81
Current children cumulated vsize (KiB) 93148

[startup+985.501 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29766
/proc/meminfo: memFree=1762744/2055920 swapFree=4191900/4192956
[pid=29759] ppid=29757 vsize=93380 CPUtime=985.61
/proc/29759/stat : 29759 (pbscip.linux.x8) R 29757 29759 29642 0 -1 4194304 80214 0 0 0 98089 472 0 0 25 0 1 0 183678971 95621120 21915 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/29759/statm: 23345 21915 689 1256 0 22084 0
Current children cumulated CPU time (s) 985.61
Current children cumulated vsize (KiB) 93380

[startup+991.902 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29766
/proc/meminfo: memFree=1762744/2055920 swapFree=4191900/4192956
[pid=29759] ppid=29757 vsize=93380 CPUtime=992
/proc/29759/stat : 29759 (pbscip.linux.x8) R 29757 29759 29642 0 -1 4194304 80215 0 0 0 98726 474 0 0 25 0 1 0 183678971 95621120 21916 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/29759/statm: 23345 21916 689 1256 0 22084 0
Current children cumulated CPU time (s) 992
Current children cumulated vsize (KiB) 93380

[startup+995.102 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29766
/proc/meminfo: memFree=1762744/2055920 swapFree=4191900/4192956
[pid=29759] ppid=29757 vsize=93380 CPUtime=995.21
/proc/29759/stat : 29759 (pbscip.linux.x8) R 29757 29759 29642 0 -1 4194304 80215 0 0 0 99046 475 0 0 25 0 1 0 183678971 95621120 21916 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/29759/statm: 23345 21916 689 1256 0 22084 0
Current children cumulated CPU time (s) 995.21
Current children cumulated vsize (KiB) 93380

[startup+998.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29766
/proc/meminfo: memFree=1762744/2055920 swapFree=4191900/4192956
[pid=29759] ppid=29757 vsize=93380 CPUtime=998.41
/proc/29759/stat : 29759 (pbscip.linux.x8) R 29757 29759 29642 0 -1 4194304 80215 0 0 0 99364 477 0 0 25 0 1 0 183678971 95621120 21916 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/29759/statm: 23345 21916 689 1256 0 22084 0
Current children cumulated CPU time (s) 998.41
Current children cumulated vsize (KiB) 93380

[startup+999.102 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29766
/proc/meminfo: memFree=1762744/2055920 swapFree=4191900/4192956
[pid=29759] ppid=29757 vsize=93340 CPUtime=999.21
/proc/29759/stat : 29759 (pbscip.linux.x8) R 29757 29759 29642 0 -1 4194304 80256 0 0 0 99444 477 0 0 25 0 1 0 183678971 95580160 21898 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/29759/statm: 23335 21898 689 1256 0 22074 0
Current children cumulated CPU time (s) 999.21
Current children cumulated vsize (KiB) 93340

[startup+999.501 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29766
/proc/meminfo: memFree=1762744/2055920 swapFree=4191900/4192956
[pid=29759] ppid=29757 vsize=93340 CPUtime=999.61
/proc/29759/stat : 29759 (pbscip.linux.x8) R 29757 29759 29642 0 -1 4194304 80262 0 0 0 99484 477 0 0 25 0 1 0 183678971 95580160 21904 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/29759/statm: 23335 21904 689 1256 0 22074 0
Current children cumulated CPU time (s) 999.61
Current children cumulated vsize (KiB) 93340

[startup+999.905 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29766
/proc/meminfo: memFree=1762680/2055920 swapFree=4191900/4192956
[pid=29759] ppid=29757 vsize=93160 CPUtime=1000.01
/proc/29759/stat : 29759 (pbscip.linux.x8) R 29757 29759 29642 0 -1 4194304 80421 0 0 0 99524 477 0 0 25 0 1 0 183678971 95395840 21893 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/29759/statm: 23290 21893 690 1256 0 22029 0
Current children cumulated CPU time (s) 1000.01
Current children cumulated vsize (KiB) 93160

[startup+1000 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29766
/proc/meminfo: memFree=1762680/2055920 swapFree=4191900/4192956
[pid=29759] ppid=29757 vsize=87408 CPUtime=1000.11
/proc/29759/stat : 29759 (pbscip.linux.x8) R 29757 29759 29642 0 -1 4194304 80427 0 0 0 99533 478 0 0 17 0 1 0 183678971 89505792 20854 1992294400 4194304 9342243 548682068736 18446744073709551615 8483466 0 0 4096 0 0 0 0 17 1 0 0
/proc/29759/statm: 21852 20854 4237 1256 0 20591 0
Current children cumulated CPU time (s) 1000.11
Current children cumulated vsize (KiB) 87408

Child status: 0
Real time (s): 1000.01
CPU time (s): 1000.13
CPU user time (s): 995.338
CPU system time (s): 4.79327
CPU usage (%): 100.012
Max. virtual memory (cumulated for all children) (KiB): 95672

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

runsolver used 0.642902 second user time and 2.21166 second system time

The end

Launcher Data

Begin job on node16 at 2009-06-16 15:59:45
IDJOB=1869147
IDBENCH=2199
IDSOLVER=684
FILE ID=node16/1869147-1245160785
PBS_JOBID= 9363830
Free space on /tmp= 66280 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-par16-2-c.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-1869147-1245160785/watcher-1869147-1245160785 -o /tmp/evaluation-result-1869147-1245160785/solver-1869147-1245160785 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.clp -t 1800 -m 1800 -f HOME/instance-1869147-1245160785.opb

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

MD5SUM BENCH= b0d7a6a03ca37d030da671f9238e17bb
RANDOM SEED=565739275

node16.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.214
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.214
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:       1848720 kB
Buffers:         28368 kB
Cached:         102204 kB
SwapCached:        260 kB
Active:          51404 kB
Inactive:        91940 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1848720 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:           11780 kB
Writeback:           0 kB
Mapped:          21268 kB
Slab:            49748 kB
Committed_AS:   151780 kB
PageTables:       1440 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= 66268 MiB
End job on node16 at 2009-06-16 16:16:25