Trace number 1869003

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.2OPT334 738.441 738.663

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/
primes-dimacs-cnf/normalized-par16-3-c.opb
MD5SUM995cbcff162892786ed2539630dc8f6e
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark334
Best CPU time to get the best result obtained on this benchmark0.880865
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 334
Optimality of the best value was proved YES
Number of variables668
Total number of constraints1666
Number of constraints which are clauses1666
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 668
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 668
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 668
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-1869003-1245154042.opb>
0.00/0.03	c original problem has 668 variables (668 bin, 0 int, 0 impl, 0 cont) and 1666 constraints
0.00/0.04	c start presolving problem
0.00/0.04	c presolving:
0.04/0.09	c (round 1) 0 del vars, 60 del conss, 0 chg bounds, 60 chg sides, 0 chg coeffs, 1604 upgd conss, 1644 impls, 0 clqs
0.04/0.10	c (round 2) 0 del vars, 60 del conss, 0 chg bounds, 60 chg sides, 0 chg coeffs, 1605 upgd conss, 1644 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, 1606 upgd conss, 1644 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, 1606 upgd conss, 15564 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  15564 implications, 0 cliques
0.09/0.17	c presolved problem has 618 variables (618 bin, 0 int, 0 impl, 0 cont) and 1606 constraints
0.09/0.17	c    1606 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.11
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.29/0.31	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.29/0.31	c   0.2s|     1 |     0 |   993 |3861k|   0 | 460 | 618 |1606 |1606 | 618 |1556 |   0 |   0 |   0 | 2.115195e+02 |      --      |    Inf 
0.89/0.95	c   0.9s|     1 |     0 |  3491 |5073k|   0 | 503 | 618 |1606 |1606 | 618 |1685 | 129 |   0 |   0 | 2.254848e+02 |      --      |    Inf 
1.19/1.25	c   1.2s|     1 |     0 |  3791 |7218k|   0 | 427 | 618 |1606 |1606 | 618 |1708 | 152 |   0 |   0 | 2.337689e+02 |      --      |    Inf 
1.49/1.58	c   1.5s|     1 |     0 |  4025 |8384k|   0 | 423 | 618 |1606 |1606 | 618 |1736 | 180 |   0 |   0 | 2.399232e+02 |      --      |    Inf 
1.79/1.89	c   1.8s|     1 |     0 |  4277 |  10M|   0 | 389 | 618 |1606 |1606 | 618 |1759 | 203 |   0 |   0 | 2.459363e+02 |      --      |    Inf 
2.10/2.19	c   2.1s|     1 |     0 |  4607 |  11M|   0 | 430 | 618 |1606 |1606 | 618 |1786 | 230 |   0 |   0 | 2.518219e+02 |      --      |    Inf 
2.49/2.51	c   2.4s|     1 |     0 |  4810 |  13M|   0 | 438 | 618 |1606 |1606 | 618 |1812 | 256 |   0 |   0 | 2.579858e+02 |      --      |    Inf 
2.89/2.96	c   2.9s|     1 |     0 |  5113 |  13M|   0 | 492 | 618 |1606 |1606 | 618 |1846 | 290 |   0 |   0 | 2.655777e+02 |      --      |    Inf 
3.38/3.47	c   3.4s|     1 |     0 |  5301 |  14M|   0 | 446 | 618 |1606 |1606 | 618 |1875 | 319 |   0 |   0 | 2.707075e+02 |      --      |    Inf 
3.89/3.91	c   3.8s|     1 |     0 |  5586 |  14M|   0 | 456 | 618 |1606 |1606 | 618 |1900 | 344 |   0 |   0 | 2.761118e+02 |      --      |    Inf 
4.29/4.39	c   4.3s|     1 |     0 |  5924 |  15M|   0 | 457 | 618 |1606 |1606 | 618 |1923 | 367 |   0 |   0 | 2.806840e+02 |      --      |    Inf 
4.79/4.84	c   4.7s|     1 |     0 |  6231 |  16M|   0 | 385 | 618 |1606 |1606 | 618 |1834 | 389 |   0 |   0 | 2.830693e+02 |      --      |    Inf 
5.08/5.17	c   5.1s|     1 |     0 |  6641 |  17M|   0 | 437 | 618 |1606 |1606 | 618 |1863 | 418 |   0 |   0 | 2.859587e+02 |      --      |    Inf 
5.49/5.54	c   5.4s|     1 |     0 |  6944 |  17M|   0 | 426 | 618 |1606 |1606 | 618 |1893 | 448 |   0 |   0 | 2.896177e+02 |      --      |    Inf 
5.89/5.90	c   5.8s|     1 |     0 |  7241 |  18M|   0 | 465 | 618 |1606 |1606 | 618 |1916 | 471 |   0 |   0 | 2.908837e+02 |      --      |    Inf 
6.19/6.28	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
6.19/6.28	c   6.2s|     1 |     0 |  7576 |  21M|   0 | 436 | 618 |1606 |1606 | 618 |1944 | 499 |   0 |   0 | 2.924466e+02 |      --      |    Inf 
6.79/6.86	c   6.7s|     1 |     0 |  7994 |  22M|   0 | 400 | 618 |1606 |1606 | 618 |1972 | 527 |   0 |   0 | 2.958009e+02 |      --      |    Inf 
7.19/7.22	c   7.1s|     1 |     0 |  8184 |  23M|   0 | 402 | 618 |1606 |1606 | 618 |1889 | 551 |   0 |   0 | 2.988009e+02 |      --      |    Inf 
7.49/7.59	c   7.5s|     1 |     0 |  8471 |  24M|   0 | 396 | 618 |1606 |1606 | 618 |1904 | 566 |   0 |   0 | 3.004792e+02 |      --      |    Inf 
7.99/8.09	c   8.0s|     1 |     0 |  8950 |  25M|   0 | 421 | 618 |1606 |1606 | 618 |1921 | 583 |   0 |   0 | 3.015968e+02 |      --      |    Inf 
8.59/8.63	c   8.5s|     1 |     0 |  9506 |  26M|   0 | 490 | 618 |1606 |1606 | 618 |1940 | 602 |   0 |   0 | 3.034742e+02 |      --      |    Inf 
8.89/8.97	c   8.8s|     1 |     0 |  9819 |  27M|   0 | 469 | 618 |1606 |1606 | 618 |1953 | 615 |   0 |   0 | 3.052336e+02 |      --      |    Inf 
9.39/9.42	c   9.3s|     1 |     0 | 10361 |  27M|   0 | 474 | 618 |1606 |1606 | 618 |1981 | 643 |   0 |   0 | 3.079673e+02 |      --      |    Inf 
9.69/9.80	c   9.7s|     1 |     0 | 10604 |  27M|   0 | 494 | 618 |1606 |1606 | 618 |1868 | 659 |   0 |   0 | 3.088045e+02 |      --      |    Inf 
9.98/10.03	c   9.9s|     1 |     0 | 10875 |  28M|   0 | 495 | 618 |1606 |1606 | 618 |1887 | 678 |   0 |   0 | 3.092259e+02 |      --      |    Inf 
10.19/10.27	c  10.1s|     1 |     0 | 11069 |  28M|   0 | 493 | 618 |1606 |1606 | 618 |1907 | 698 |   0 |   0 | 3.097194e+02 |      --      |    Inf 
10.49/10.55	c  10.4s|     1 |     0 | 11464 |  29M|   0 | 449 | 618 |1606 |1606 | 618 |1918 | 709 |   0 |   0 | 3.114002e+02 |      --      |    Inf 
10.69/10.79	c  10.6s|     1 |     0 | 11786 |  29M|   0 | 421 | 618 |1606 |1606 | 618 |1933 | 724 |   0 |   0 | 3.128136e+02 |      --      |    Inf 
10.99/11.07	c  10.9s|     1 |     0 | 12300 |  30M|   0 | 489 | 618 |1606 |1606 | 618 |1955 | 746 |   0 |   0 | 3.145375e+02 |      --      |    Inf 
11.48/11.50	c  11.3s|     1 |     0 | 12996 |  31M|   0 | 504 | 618 |1606 |1606 | 618 |1863 | 775 |   0 |   0 | 3.163599e+02 |      --      |    Inf 
11.89/11.90	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
11.89/11.90	c  11.7s|     1 |     0 | 13715 |  31M|   0 | 509 | 618 |1606 |1606 | 618 |1893 | 805 |   0 |   0 | 3.188905e+02 |      --      |    Inf 
12.29/12.36	c  12.2s|     1 |     0 | 14444 |  32M|   0 | 433 | 618 |1606 |1606 | 618 |1926 | 838 |   0 |   0 | 3.216285e+02 |      --      |    Inf 
12.49/12.59	c  12.4s|     1 |     0 | 14853 |  32M|   0 | 409 | 618 |1606 |1606 | 618 |1954 | 866 |   0 |   0 | 3.217996e+02 |      --      |    Inf 
12.78/12.87	c  12.7s|     1 |     0 | 15319 |  33M|   0 | 423 | 618 |1606 |1606 | 618 |1974 | 886 |   0 |   0 | 3.225195e+02 |      --      |    Inf 
13.09/13.13	c  12.9s|     1 |     0 | 15596 |  34M|   0 | 515 | 618 |1606 |1606 | 618 |1991 | 903 |   0 |   0 | 3.232244e+02 |      --      |    Inf 
13.49/13.55	c  13.4s|     1 |     0 | 16205 |  34M|   0 | 442 | 618 |1606 |1606 | 618 |1909 | 916 |   0 |   0 | 3.243129e+02 |      --      |    Inf 
14.08/14.14	c  13.9s|     1 |     0 | 17320 |  35M|   0 | 440 | 618 |1606 |1606 | 618 |1923 | 930 |   0 |   0 | 3.253247e+02 |      --      |    Inf 
14.59/14.64	c  14.4s|     1 |     0 | 18117 |  36M|   0 | 497 | 618 |1606 |1606 | 618 |1942 | 949 |   0 |   0 | 3.257840e+02 |      --      |    Inf 
14.89/14.93	c  14.7s|     1 |     0 | 18356 |  37M|   0 | 498 | 618 |1606 |1606 | 618 |1960 | 967 |   0 |   0 | 3.258904e+02 |      --      |    Inf 
15.29/15.36	c  15.2s|     1 |     0 | 18615 |  37M|   0 | 474 | 618 |1606 |1606 | 618 |1962 | 969 |   0 |   0 | 3.259932e+02 |      --      |    Inf 
15.68/15.76	c  15.6s|     1 |     0 | 18781 |  37M|   0 | 465 | 618 |1606 |1606 | 618 |1969 | 976 |   0 |   0 | 3.259959e+02 |      --      |    Inf 
16.08/16.15	c  16.0s|     1 |     0 | 18816 |  37M|   0 | 465 | 618 |1606 |1606 | 618 |1855 | 979 |   0 |   0 | 3.259959e+02 |      --      |    Inf 
16.49/16.51	c  16.3s|     1 |     0 | 18930 |  37M|   0 | 457 | 618 |1606 |1606 | 618 |1856 | 980 |   0 |   0 | 3.260201e+02 |      --      |    Inf 
16.88/16.92	c  16.7s|     1 |     0 | 19386 |  37M|   0 | 484 | 618 |1606 |1606 | 618 |1861 | 985 |   0 |   0 | 3.264504e+02 |      --      |    Inf 
17.38/17.41	c  17.2s|     1 |     0 | 19982 |  37M|   0 | 503 | 618 |1606 |1606 | 618 |1867 | 991 |   0 |   0 | 3.268323e+02 |      --      |    Inf 
17.79/17.81	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
17.79/17.81	c  17.6s|     1 |     0 | 20553 |  38M|   0 | 492 | 618 |1606 |1606 | 618 |1879 |1003 |   0 |   0 | 3.270321e+02 |      --      |    Inf 
17.99/18.08	c  17.9s|     1 |     0 | 20633 |  38M|   0 | 467 | 618 |1606 |1606 | 618 |1886 |1010 |   0 |   0 | 3.270597e+02 |      --      |    Inf 
18.39/18.49	c  18.3s|     1 |     0 | 20931 |  38M|   0 | 485 | 618 |1606 |1606 | 618 |1795 |1017 |   0 |   0 | 3.272336e+02 |      --      |    Inf 
18.79/18.82	c  18.6s|     1 |     0 | 20951 |  38M|   0 | 482 | 618 |1606 |1606 | 618 |1799 |1021 |   0 |   0 | 3.272392e+02 |      --      |    Inf 
19.09/19.15	c  18.9s|     1 |     0 | 20953 |  38M|   0 | 484 | 618 |1606 |1606 | 618 |1801 |1023 |   0 |   0 | 3.272392e+02 |      --      |    Inf 
20.89/20.99	c  20.8s|     1 |     2 | 20953 |  38M|   0 | 484 | 618 |1606 |1606 | 618 |1801 |1023 |   0 |  37 | 3.272392e+02 |      --      |    Inf 
440.26/440.45	c   438s| 10000 |   940 |  1266k|  43M|  32 | 272 | 618 |4517 |1297 | 618 |1740 |1023 |  11k|3112 | 3.320131e+02 |      --      |    Inf 
696.59/696.89	c   693s| 20000 |  1049 |  2139k|  45M|  32 | 222 | 618 |5274 |1081 | 618 |1740 |1023 |  26k|3892 | 3.323849e+02 |      --      |    Inf 
718.38/718.64	o 334
718.38/718.64	c * 714s| 20955 |   288 |  2223k|  41M|  32 |   - | 618 |5565 | 142 | 618 |1740 |1023 |  28k|3894 | 3.324213e+02 | 3.340000e+02 |   0.47%
738.37/738.60	c 
738.37/738.60	c SCIP Status        : problem is solved [optimal solution found]
738.37/738.60	c Solving Time (sec) : 734.34
738.37/738.60	c Solving Nodes      : 21756
738.37/738.60	c Primal Bound       : +3.34000000000000e+02 (1 solutions)
738.37/738.60	c Dual Bound         : +3.34000000000000e+02
738.37/738.60	c Gap                : 0.00 %
738.37/738.60	c NODE         21756
738.37/738.60	c DUAL BOUND   334
738.37/738.60	c PRIMAL BOUND 334
738.37/738.60	c GAP          0
738.37/738.60	s OPTIMUM FOUND
738.37/738.60	v -x668 x667 -x666 x665 x664 -x663 x662 -x661 -x660 x659 x658 -x657 -x656 x655 x654 -x653 x652 -x651 -x650 x649 x648 -x647 x646 -x645 
738.37/738.60	v -x644 x643 x642 -x641 -x640 x639 -x638 x637 -x636 x635 x634 -x633 -x632 x631 -x630 x629 -x628 x627 x626 -x625 x624 -x623 
738.37/738.60	v -x622 x621 -x620 x619 x618 -x617 -x616 x615 -x614 x613 -x612 x611 -x610 x609 -x608 x607 x606 -x605 -x604 x603 x602 -x601 -x600 
738.37/738.60	v x599 -x598 x597 x596 -x595 x594 -x593 -x592 x591 x590 -x589 x588 -x587 -x586 x585 -x584 x583 -x582 x581 x580 -x579 -x578 x577 
738.37/738.60	v -x576 x575 x574 -x573 -x572 x571 x570 -x569 -x568 x567 x566 -x565 -x564 x563 -x562 x561 -x560 x559 x558 -x557 x556 -x555 
738.37/738.60	v -x554 x553 x552 -x551 x550 -x549 -x548 x547 -x546 x545 -x544 x543 x542 -x541 x540 -x539 -x538 x537 -x536 x535 x534 -x533 x532 
738.37/738.60	v -x531 -x530 x529 -x528 x527 x526 -x525 -x524 x523 -x522 x521 -x520 x519 x518 -x517 -x516 x515 x514 -x513 x512 -x511 -x510 x509 
738.37/738.60	v x508 -x507 -x506 x505 -x504 x503 x502 -x501 -x500 x499 -x498 x497 x496 -x495 -x494 x493 -x492 x491 x490 -x489 -x488 x487 -x486 
738.37/738.60	v x485 -x484 x483 x482 -x481 -x480 x479 -x478 x477 -x476 x475 x474 -x473 -x472 x471 -x470 x469 x468 -x467 -x466 x465 -x464 
738.37/738.60	v x463 x462 -x461 -x460 x459 -x458 x457 x456 -x455 -x454 x453 x452 -x451 -x450 x449 -x448 x447 x446 -x445 -x444 x443 x442 -x441 
738.37/738.60	v x440 -x439 -x438 x437 x436 -x435 x434 -x433 x432 -x431 -x430 x429 x428 -x427 x426 -x425 -x424 x423 x422 -x421 x420 -x419 -x418 
738.37/738.60	v x417 x416 -x415 -x414 x413 -x412 x411 x410 -x409 -x408 x407 -x406 x405 x404 -x403 x402 -x401 -x400 x399 -x398 x397 -x396 
738.37/738.60	v x395 -x394 x393 x392 -x391 -x390 x389 -x388 x387 x386 -x385 -x384 x383 -x382 x381 x380 -x379 x378 -x377 -x376 x375 -x374 x373 
738.37/738.60	v x372 -x371 -x370 x369 -x368 x367 x366 -x365 x364 -x363 -x362 x361 x360 -x359 -x358 x357 -x356 x355 -x354 x353 x352 -x351 x350 
738.37/738.60	v -x349 x348 -x347 -x346 x345 x344 -x343 -x342 x341 -x340 x339 x338 -x337 x336 -x335 -x334 x333 -x332 x331 x330 -x329 -x328 x327 
738.37/738.60	v -x326 x325 x324 -x323 x322 -x321 -x320 x319 -x318 x317 x316 -x315 -x314 x313 -x312 x311 x310 -x309 -x308 x307 x306 -x305 
738.37/738.60	v x304 -x303 -x302 x301 x300 -x299 -x298 x297 -x296 x295 x294 -x293 -x292 x291 -x290 x289 -x288 x287 x286 -x285 x284 -x283 x282 
738.37/738.60	v -x281 -x280 x279 -x278 x277 x276 -x275 -x274 x273 -x272 x271 -x270 x269 -x268 x267 x266 -x265 -x264 x263 -x262 x261 x260 -x259 
738.37/738.60	v x258 -x257 -x256 x255 x254 -x253 -x252 x251 -x250 x249 x248 -x247 x246 -x245 x244 -x243 x242 -x241 x240 -x239 x238 -x237 x236 
738.37/738.60	v -x235 x234 -x233 x232 -x231 x230 -x229 x228 -x227 x226 -x225 x224 -x223 x222 -x221 x220 -x219 x218 -x217 x216 -x215 x214 
738.37/738.60	v -x213 x212 -x211 x210 -x209 x208 -x207 x206 -x205 x204 -x203 x202 -x201 x200 -x199 x198 -x197 x196 -x195 x194 -x193 x192 -x191 
738.37/738.60	v x190 -x189 x188 -x187 x186 -x185 x184 -x183 x182 -x181 x180 -x179 x178 -x177 x176 -x175 x174 -x173 x172 -x171 x170 -x169 x168 
738.37/738.60	v -x167 x166 -x165 x164 -x163 x162 -x161 x160 -x159 x158 -x157 -x156 x155 x154 -x153 x152 -x151 x150 -x149 x148 -x147 -x146 
738.37/738.60	v x145 x144 -x143 x142 -x141 x140 -x139 -x138 x137 x136 -x135 x134 -x133 x132 -x131 -x130 x129 x128 -x127 x126 -x125 -x124 x123 
738.37/738.60	v -x122 x121 -x120 x119 x118 -x117 x116 -x115 x114 -x113 x112 -x111 -x110 x109 x108 -x107 x106 -x105 x104 -x103 -x102 x101 -x100 
738.37/738.60	v x99 x98 -x97 x96 -x95 -x94 x93 x92 -x91 -x90 x89 x88 -x87 -x86 x85 x84 -x83 -x82 x81 x80 -x79 -x78 x77 x76 -x75 -x74 x73 x72 
738.37/738.60	v -x71 -x70 x69 x68 -x67 -x66 x65 x64 -x63 -x62 x61 x60 -x59 -x58 x57 x56 -x55 -x54 x53 x52 -x51 -x50 x49 x48 -x47 -x46 x45 
738.37/738.60	v x44 -x43 -x42 x41 x40 -x39 -x38 x37 x36 -x35 -x34 x33 x32 -x31 -x30 x29 x28 -x27 -x26 x25 x24 -x23 -x22 x21 x20 -x19 -x18 x17 
738.37/738.60	v x16 -x15 -x14 x13 x12 -x11 -x10 x9 -x8 x7 x6 -x5 -x4 x3 -x2 x1 
738.37/738.60	c SCIP Status        : problem is solved [optimal solution found]
738.37/738.60	c Solving Time       :     734.34
738.37/738.60	c Original Problem   :
738.37/738.60	c   Problem name     : HOME/instance-1869003-1245154042.opb
738.37/738.60	c   Variables        : 668 (668 binary, 0 integer, 0 implicit integer, 0 continuous)
738.37/738.60	c   Constraints      : 1666 initial, 1666 maximal
738.37/738.60	c Presolved Problem  :
738.37/738.60	c   Problem name     : t_HOME/instance-1869003-1245154042.opb
738.37/738.60	c   Variables        : 618 (618 binary, 0 integer, 0 implicit integer, 0 continuous)
738.37/738.60	c   Constraints      : 1606 initial, 5865 maximal
738.37/738.60	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
738.37/738.60	c   trivial          :       0.00          0          0          0          0          0          0          0          0
738.37/738.60	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
738.37/738.60	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
738.37/738.60	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
738.37/738.60	c   implics          :       0.00          0          0          0          0          0          0          0          0
738.37/738.60	c   probing          :       0.04          0         50          0          0          0          0          0          0
738.37/738.60	c   linear           :       0.03          0          0          0          0          0         60         60          0
738.37/738.60	c   logicor          :       0.04          0          0          0          0          0          0          0          0
738.37/738.60	c   root node        :          -          2          -          -          2          -          -          -          -
738.37/738.60	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
738.37/738.60	c   integral         :          0          0          0      13852          0          4         24          0          0      27670
738.37/738.60	c   logicor          :       1606+        50     350709          1          0       9937    2087118          0          0          0
738.37/738.60	c   countsols        :          0          0          0          1          0          0          0          0          0          0
738.37/738.60	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
738.37/738.60	c   integral         :     155.37       0.00       0.00     155.37       0.00
738.37/738.60	c   logicor          :      17.17       0.00      17.17       0.00       0.00
738.37/738.60	c   countsols        :       0.00       0.00       0.00       0.00       0.00
738.37/738.60	c Propagators        :       Time      Calls    Cutoffs    DomReds
738.37/738.60	c   rootredcost      :       0.07          1          0          0
738.37/738.60	c   pseudoobj        :       9.61     359791          0          0
738.37/738.60	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
738.37/738.60	c   propagation      :       1.93       9937       9628      68737       20.7        561        8.7          -
738.37/738.60	c   infeasible LP    :       0.24       2156          0          0        0.0          0        0.0          0
738.37/738.60	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
738.37/738.60	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
738.37/738.60	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
738.37/738.60	c   applied globally :          -          -          -      28295       18.2          -          -          -
738.37/738.60	c   applied locally  :          -          -          -          0        0.0          -          -          -
738.37/738.60	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
738.37/738.60	c   cut pool         :       0.54         49          -          -        847          -    (maximal pool size: 13265)
738.37/738.60	c   redcost          :       0.17      14012          0        176          0          0
738.37/738.60	c   impliedbounds    :       0.00         50          0          0        221          0
738.37/738.60	c   intobj           :       0.00          0          0          0          0          0
738.37/738.60	c   gomory           :       8.31         50          0          0      18654          0
738.37/738.60	c   strongcg         :       2.11         20          0          0       9452          0
738.37/738.60	c   cmir             :       0.17         10          0          0          0          0
738.37/738.60	c   flowcover        :       0.11         10          0          0          0          0
738.37/738.60	c   clique           :       0.00         50          0          0         41          0
738.37/738.60	c   zerohalf         :       0.00          0          0          0          0          0
738.37/738.60	c   mcf              :       0.00          1          0          0          0          0
738.37/738.60	c Pricers            :       Time      Calls       Vars
738.37/738.60	c   problem variables:       0.00          0          0
738.37/738.60	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
738.37/738.60	c   relpscost        :     155.36      13851          4         24          0          0      27670
738.37/738.60	c   pscost           :       0.00          0          0          0          0          0          0
738.37/738.60	c   inference        :       0.00          0          0          0          0          0          0
738.37/738.60	c   mostinf          :       0.00          0          0          0          0          0          0
738.37/738.60	c   leastinf         :       0.00          0          0          0          0          0          0
738.37/738.60	c   fullstrong       :       0.00          0          0          0          0          0          0
738.37/738.60	c   allfullstrong    :       0.00          0          0          0          0          0          0
738.37/738.60	c   random           :       0.00          0          0          0          0          0          0
738.37/738.60	c Primal Heuristics  :       Time      Calls      Found
738.37/738.60	c   LP solutions     :       0.01          -          1
738.37/738.60	c   pseudo solutions :       0.00          -          0
738.37/738.60	c   crossover        :       0.00          0          0
738.37/738.60	c   guideddiving     :       0.00          0          0
738.37/738.60	c   oneopt           :       0.01          1          0
738.37/738.60	c   veclendiving     :       0.57          7          0
738.37/738.60	c   objpscostdiving  :       2.43          4          0
738.37/738.60	c   rootsoldiving    :       1.97          4          0
738.37/738.60	c   linesearchdiving :       1.22          8          0
738.37/738.60	c   coefdiving       :       1.17          8          0
738.37/738.60	c   pscostdiving     :       1.54          8          0
738.37/738.60	c   fracdiving       :       1.59          8          0
738.37/738.60	c   feaspump         :       2.04          5          0
738.37/738.60	c   simplerounding   :       0.04          0          0
738.37/738.60	c   rounding         :       0.60       1608          0
738.37/738.60	c   shifting         :       0.58        488          0
738.37/738.60	c   intshifting      :       0.00          0          0
738.37/738.60	c   fixandinfer      :       0.00          0          0
738.37/738.60	c   intdiving        :       0.00          0          0
738.37/738.60	c   actconsdiving    :       0.00          0          0
738.37/738.60	c   octane           :       0.00          0          0
738.37/738.60	c   rens             :       0.00          0          0
738.37/738.60	c   rins             :       0.00          0          0
738.37/738.60	c   localbranching   :       0.00          0          0
738.37/738.60	c   mutation         :       0.00          0          0
738.37/738.60	c   dins             :       0.00          0          0
738.37/738.60	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
738.37/738.60	c   primal LP        :       0.30          0          0       0.00       0.00
738.37/738.60	c   dual LP          :     504.61      16041    2241177     139.72    4441.40
738.37/738.60	c   barrier LP       :       0.00          0          0       0.00          -
738.37/738.60	c   diving/probing LP:      11.91        817      43849      53.67    3681.70
738.37/738.60	c   strong branching :     152.84       3894     573720     147.33    3753.73
738.37/738.60	c     (at root node) :          -         37       4662     126.00          -
738.37/738.60	c   conflict analysis:       0.00          0          0       0.00          -
738.37/738.60	c B&B Tree           :
738.37/738.60	c   number of runs   :          1
738.37/738.60	c   nodes            :      21756
738.37/738.60	c   nodes (total)    :      21756
738.37/738.60	c   nodes left       :          0
738.37/738.60	c   max depth        :         32
738.37/738.60	c   max depth (total):         32
738.37/738.60	c   backtracks       :       5662 (26.0%)
738.37/738.60	c   delayed cutoffs  :       5178
738.37/738.60	c   repropagations   :      15049 (737224 domain reductions, 4086 cutoffs)
738.37/738.60	c   avg switch length:       5.41
738.37/738.60	c   switching time   :       9.29
738.37/738.60	c Solution           :
738.37/738.60	c   Solutions found  :          1 (1 improvements)
738.37/738.60	c   Primal Bound     : +3.34000000000000e+02   (in run 1, after 20955 nodes, 714.48 seconds, depth 22, found by <relaxation>)
738.37/738.60	c   Dual Bound       : +3.34000000000000e+02
738.37/738.60	c   Gap              :       0.00 %
738.37/738.60	c   Root Dual Bound  : +3.27239164507248e+02
738.37/738.66	c Time complete: 738.43.

Verifier Data

OK	334

Watcher Data

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

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

[startup+0.049802 s]
/proc/loadavg: 0.99 1.03 1.00 3/64 2745
/proc/meminfo: memFree=1853352/2055920 swapFree=4191900/4192956
[pid=2745] ppid=2743 vsize=15192 CPUtime=0.04
/proc/2745/stat : 2745 (pbscip.linux.x8) R 2743 2745 2351 0 -1 4194304 2966 0 0 0 3 1 0 0 18 0 1 0 183004946 15556608 2596 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2745/statm: 3798 2596 460 1256 0 2537 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 15192

[startup+0.102807 s]
/proc/loadavg: 0.99 1.03 1.00 3/64 2745
/proc/meminfo: memFree=1853352/2055920 swapFree=4191900/4192956
[pid=2745] ppid=2743 vsize=17968 CPUtime=0.09
/proc/2745/stat : 2745 (pbscip.linux.x8) R 2743 2745 2351 0 -1 4194304 3648 0 0 0 7 2 0 0 18 0 1 0 183004946 18399232 3278 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2745/statm: 4492 3278 467 1256 0 3231 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 17968

[startup+0.301829 s]
/proc/loadavg: 0.99 1.03 1.00 3/64 2745
/proc/meminfo: memFree=1853352/2055920 swapFree=4191900/4192956
[pid=2745] ppid=2743 vsize=23268 CPUtime=0.29
/proc/2745/stat : 2745 (pbscip.linux.x8) R 2743 2745 2351 0 -1 4194304 4769 0 0 0 26 3 0 0 19 0 1 0 183004946 23826432 4399 1992294400 4194304 9342243 548682068736 18446744073709551615 8222955 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2745/statm: 5817 4399 612 1256 0 4556 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 23268

[startup+0.702876 s]
/proc/loadavg: 0.99 1.03 1.00 3/64 2745
/proc/meminfo: memFree=1853352/2055920 swapFree=4191900/4192956
[pid=2745] ppid=2743 vsize=23644 CPUtime=0.69
/proc/2745/stat : 2745 (pbscip.linux.x8) R 2743 2745 2351 0 -1 4194304 4929 0 0 0 66 3 0 0 22 0 1 0 183004946 24211456 4559 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2745/statm: 5911 4559 649 1256 0 4650 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 23644

[startup+1.50196 s]
/proc/loadavg: 0.99 1.03 1.00 2/65 2746
/proc/meminfo: memFree=1835360/2055920 swapFree=4191900/4192956
[pid=2745] ppid=2743 vsize=31720 CPUtime=1.49
/proc/2745/stat : 2745 (pbscip.linux.x8) R 2743 2745 2351 0 -1 4194304 7004 0 0 0 144 5 0 0 25 0 1 0 183004946 32481280 6634 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2745/statm: 7930 6634 672 1256 0 6669 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 31720

[startup+3.10114 s]
/proc/loadavg: 0.99 1.03 1.00 2/65 2746
/proc/meminfo: memFree=1823840/2055920 swapFree=4191900/4192956
[pid=2745] ppid=2743 vsize=41184 CPUtime=3.09
/proc/2745/stat : 2745 (pbscip.linux.x8) R 2743 2745 2351 0 -1 4194304 8997 0 0 0 302 7 0 0 25 0 1 0 183004946 42172416 8627 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2745/statm: 10296 8627 672 1256 0 9035 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 41184

[startup+6.3015 s]
/proc/loadavg: 0.99 1.03 1.00 2/65 2746
/proc/meminfo: memFree=1816928/2055920 swapFree=4191900/4192956
[pid=2745] ppid=2743 vsize=52808 CPUtime=6.29
/proc/2745/stat : 2745 (pbscip.linux.x8) R 2743 2745 2351 0 -1 4194304 11689 0 0 0 619 10 0 0 25 0 1 0 183004946 54075392 11318 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2745/statm: 13202 11318 675 1256 0 11941 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 52808

[startup+12.7012 s]
/proc/loadavg: 0.99 1.03 1.00 2/65 2746
/proc/meminfo: memFree=1795424/2055920 swapFree=4191900/4192956
[pid=2745] ppid=2743 vsize=66848 CPUtime=12.69
/proc/2745/stat : 2745 (pbscip.linux.x8) R 2743 2745 2351 0 -1 4194304 15713 0 0 0 1255 14 0 0 25 0 1 0 183004946 68452352 15342 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2745/statm: 16712 15342 675 1256 0 15451 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 66848

[startup+25.5016 s]
/proc/loadavg: 0.99 1.03 1.00 2/65 2746
/proc/meminfo: memFree=1784416/2055920 swapFree=4191900/4192956
[pid=2745] ppid=2743 vsize=76332 CPUtime=25.48
/proc/2745/stat : 2745 (pbscip.linux.x8) R 2743 2745 2351 0 -1 4194304 18225 0 0 0 2529 19 0 0 25 0 1 0 183004946 78163968 17854 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2745/statm: 19083 17854 682 1256 0 17822 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 76332

[startup+51.1015 s]
/proc/loadavg: 0.99 1.02 1.00 2/65 2746
/proc/meminfo: memFree=1784352/2055920 swapFree=4191900/4192956
[pid=2745] ppid=2743 vsize=76332 CPUtime=51.08
/proc/2745/stat : 2745 (pbscip.linux.x8) R 2743 2745 2351 0 -1 4194304 18237 0 0 0 5080 28 0 0 25 0 1 0 183004946 78163968 17866 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2745/statm: 19083 17866 689 1256 0 17822 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 76332

[startup+102.305 s]
/proc/loadavg: 0.99 1.02 1.00 2/65 2746
/proc/meminfo: memFree=1785952/2055920 swapFree=4191900/4192956
[pid=2745] ppid=2743 vsize=76404 CPUtime=102.26
/proc/2745/stat : 2745 (pbscip.linux.x8) R 2743 2745 2351 0 -1 4194304 18394 0 0 0 10182 44 0 0 25 0 1 0 183004946 78237696 17469 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2745/statm: 19101 17469 689 1256 0 17840 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 76404

[startup+162.302 s]
/proc/loadavg: 0.99 1.01 1.00 2/65 2746
/proc/meminfo: memFree=1784544/2055920 swapFree=4191900/4192956
[pid=2745] ppid=2743 vsize=76956 CPUtime=162.24
/proc/2745/stat : 2745 (pbscip.linux.x8) R 2743 2745 2351 0 -1 4194304 24160 0 0 0 16150 74 0 0 25 0 1 0 183004946 78802944 17816 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2745/statm: 19239 17816 689 1256 0 17978 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 76956

[startup+222.302 s]
/proc/loadavg: 0.99 1.01 1.00 2/65 2746
/proc/meminfo: memFree=1782624/2055920 swapFree=4191900/4192956
[pid=2745] ppid=2743 vsize=80684 CPUtime=222.23
/proc/2745/stat : 2745 (pbscip.linux.x8) R 2743 2745 2351 0 -1 4194304 30660 0 0 0 22117 106 0 0 25 0 1 0 183004946 82620416 18301 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2745/statm: 20171 18301 689 1256 0 18910 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 80684

[startup+282.301 s]
/proc/loadavg: 0.99 1.00 1.00 2/65 2746
/proc/meminfo: memFree=1780192/2055920 swapFree=4191900/4192956
[pid=2745] ppid=2743 vsize=81452 CPUtime=282.2
/proc/2745/stat : 2745 (pbscip.linux.x8) R 2743 2745 2351 0 -1 4194304 38273 0 0 0 28079 141 0 0 25 0 1 0 183004946 83406848 18833 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2745/statm: 20363 18833 689 1256 0 19102 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 81452

[startup+342.302 s]
/proc/loadavg: 0.99 1.00 1.00 2/65 2746
/proc/meminfo: memFree=1779488/2055920 swapFree=4191900/4192956
[pid=2745] ppid=2743 vsize=82232 CPUtime=342.19
/proc/2745/stat : 2745 (pbscip.linux.x8) R 2743 2745 2351 0 -1 4194304 47387 0 0 0 34045 174 0 0 25 0 1 0 183004946 84205568 19104 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2745/statm: 20558 19104 689 1256 0 19297 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 82232

[startup+402.302 s]
/proc/loadavg: 0.99 1.00 1.00 2/65 2746
/proc/meminfo: memFree=1778464/2055920 swapFree=4191900/4192956
[pid=2745] ppid=2743 vsize=85068 CPUtime=402.17
/proc/2745/stat : 2745 (pbscip.linux.x8) R 2743 2745 2351 0 -1 4194304 53049 0 0 0 40014 203 0 0 25 0 1 0 183004946 87109632 19368 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2745/statm: 21267 19368 689 1256 0 20006 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 85068

[startup+462.301 s]
/proc/loadavg: 0.99 1.00 1.00 2/65 2746
/proc/meminfo: memFree=1775008/2055920 swapFree=4191900/4192956
[pid=2745] ppid=2743 vsize=86436 CPUtime=462.16
/proc/2745/stat : 2745 (pbscip.linux.x8) R 2743 2745 2351 0 -1 4194304 58801 0 0 0 45979 237 0 0 25 0 1 0 183004946 88510464 20181 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2745/statm: 21609 20181 689 1256 0 20348 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 86436

[startup+522.301 s]
/proc/loadavg: 0.99 1.00 1.00 2/65 2746
/proc/meminfo: memFree=1774048/2055920 swapFree=4191900/4192956
[pid=2745] ppid=2743 vsize=87136 CPUtime=522.13
/proc/2745/stat : 2745 (pbscip.linux.x8) R 2743 2745 2351 0 -1 4194304 62406 0 0 0 51939 274 0 0 25 0 1 0 183004946 89227264 20379 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2745/statm: 21784 20379 689 1256 0 20523 0
Current children cumulated CPU time (s) 522.13
Current children cumulated vsize (KiB) 87136

[startup+582.303 s]
/proc/loadavg: 0.99 1.00 1.00 2/65 2746
/proc/meminfo: memFree=1772512/2055920 swapFree=4191900/4192956
[pid=2745] ppid=2743 vsize=88964 CPUtime=582.12
/proc/2745/stat : 2745 (pbscip.linux.x8) R 2743 2745 2351 0 -1 4194304 65425 0 0 0 57902 310 0 0 25 0 1 0 183004946 91099136 20815 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2745/statm: 22241 20815 689 1256 0 20980 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 88964

[startup+642.302 s]
/proc/loadavg: 0.99 1.00 1.00 2/65 2746
/proc/meminfo: memFree=1772128/2055920 swapFree=4191900/4192956
[pid=2745] ppid=2743 vsize=89336 CPUtime=642.11
/proc/2745/stat : 2745 (pbscip.linux.x8) R 2743 2745 2351 0 -1 4194304 69571 0 0 0 63866 345 0 0 25 0 1 0 183004946 91480064 20844 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2745/statm: 22334 20844 689 1256 0 21073 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 89336

[startup+702.302 s]
/proc/loadavg: 0.99 1.00 1.00 2/65 2746
/proc/meminfo: memFree=1771168/2055920 swapFree=4191900/4192956
[pid=2745] ppid=2743 vsize=89672 CPUtime=702.09
/proc/2745/stat : 2745 (pbscip.linux.x8) R 2743 2745 2351 0 -1 4194304 71873 0 0 0 69828 381 0 0 25 0 1 0 183004946 91824128 21112 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2745/statm: 22418 21112 689 1256 0 21157 0
Current children cumulated CPU time (s) 702.09
Current children cumulated vsize (KiB) 89672

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

[startup+716.702 s]
/proc/loadavg: 0.99 1.00 1.00 2/65 2746
/proc/meminfo: memFree=1770976/2055920 swapFree=4191900/4192956
[pid=2745] ppid=2743 vsize=89892 CPUtime=716.48
/proc/2745/stat : 2745 (pbscip.linux.x8) R 2743 2745 2351 0 -1 4194304 72122 0 0 0 71258 390 0 0 25 0 1 0 183004946 92049408 21151 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2745/statm: 22473 21151 689 1256 0 21212 0
Current children cumulated CPU time (s) 716.48
Current children cumulated vsize (KiB) 89892

[startup+729.501 s]
/proc/loadavg: 0.99 1.00 1.00 2/65 2746
/proc/meminfo: memFree=1770912/2055920 swapFree=4191900/4192956
[pid=2745] ppid=2743 vsize=89892 CPUtime=729.28
/proc/2745/stat : 2745 (pbscip.linux.x8) R 2743 2745 2351 0 -1 4194304 72140 0 0 0 72531 397 0 0 25 0 1 0 183004946 92049408 21169 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2745/statm: 22473 21169 689 1256 0 21212 0
Current children cumulated CPU time (s) 729.28
Current children cumulated vsize (KiB) 89892

[startup+732.702 s]
/proc/loadavg: 0.99 1.00 1.00 2/65 2746
/proc/meminfo: memFree=1770848/2055920 swapFree=4191900/4192956
[pid=2745] ppid=2743 vsize=89892 CPUtime=732.48
/proc/2745/stat : 2745 (pbscip.linux.x8) R 2743 2745 2351 0 -1 4194304 72141 0 0 0 72850 398 0 0 25 0 1 0 183004946 92049408 21170 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2745/statm: 22473 21170 689 1256 0 21212 0
Current children cumulated CPU time (s) 732.48
Current children cumulated vsize (KiB) 89892

[startup+735.906 s]
/proc/loadavg: 0.99 1.00 1.00 2/65 2746
/proc/meminfo: memFree=1770848/2055920 swapFree=4191900/4192956
[pid=2745] ppid=2743 vsize=89892 CPUtime=735.68
/proc/2745/stat : 2745 (pbscip.linux.x8) R 2743 2745 2351 0 -1 4194304 72141 0 0 0 73168 400 0 0 25 0 1 0 183004946 92049408 21170 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2745/statm: 22473 21170 689 1256 0 21212 0
Current children cumulated CPU time (s) 735.68
Current children cumulated vsize (KiB) 89892

[startup+737.501 s]
/proc/loadavg: 0.99 1.00 1.00 2/65 2746
/proc/meminfo: memFree=1770848/2055920 swapFree=4191900/4192956
[pid=2745] ppid=2743 vsize=89892 CPUtime=737.28
/proc/2745/stat : 2745 (pbscip.linux.x8) R 2743 2745 2351 0 -1 4194304 72141 0 0 0 73327 401 0 0 25 0 1 0 183004946 92049408 21170 1992294400 4194304 9342243 548682068736 18446744073709551615 6960356 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2745/statm: 22473 21170 689 1256 0 21212 0
Current children cumulated CPU time (s) 737.28
Current children cumulated vsize (KiB) 89892

[startup+738.301 s]
/proc/loadavg: 0.99 1.00 1.00 2/65 2746
/proc/meminfo: memFree=1770848/2055920 swapFree=4191900/4192956
[pid=2745] ppid=2743 vsize=89892 CPUtime=738.07
/proc/2745/stat : 2745 (pbscip.linux.x8) R 2743 2745 2351 0 -1 4194304 72141 0 0 0 73406 401 0 0 25 0 1 0 183004946 92049408 21170 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2745/statm: 22473 21170 689 1256 0 21212 0
Current children cumulated CPU time (s) 738.07
Current children cumulated vsize (KiB) 89892

[startup+738.501 s]
/proc/loadavg: 0.99 1.00 1.00 2/65 2746
/proc/meminfo: memFree=1770848/2055920 swapFree=4191900/4192956
[pid=2745] ppid=2743 vsize=89892 CPUtime=738.27
/proc/2745/stat : 2745 (pbscip.linux.x8) R 2743 2745 2351 0 -1 4194304 72141 0 0 0 73426 401 0 0 25 0 1 0 183004946 92049408 21170 1992294400 4194304 9342243 548682068736 18446744073709551615 4266239 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2745/statm: 22473 21170 689 1256 0 21212 0
Current children cumulated CPU time (s) 738.27
Current children cumulated vsize (KiB) 89892

[startup+738.601 s]
/proc/loadavg: 0.99 1.00 1.00 2/65 2746
/proc/meminfo: memFree=1770848/2055920 swapFree=4191900/4192956
[pid=2745] ppid=2743 vsize=89892 CPUtime=738.37
/proc/2745/stat : 2745 (pbscip.linux.x8) R 2743 2745 2351 0 -1 4194304 72142 0 0 0 73436 401 0 0 25 0 1 0 183004946 92049408 21171 1992294400 4194304 9342243 548682068736 18446744073709551615 6064723 0 0 4096 16384 0 0 0 17 1 0 0
/proc/2745/statm: 22473 21171 690 1256 0 21212 0
Current children cumulated CPU time (s) 738.37
Current children cumulated vsize (KiB) 89892

Child status: 0
Real time (s): 738.663
CPU time (s): 738.441
CPU user time (s): 734.411
CPU system time (s): 4.02939
CPU usage (%): 99.97
Max. virtual memory (cumulated for all children) (KiB): 91772

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

runsolver used 0.559914 second user time and 1.57776 second system time

The end

Launcher Data

Begin job on node9 at 2009-06-16 14:07:22
IDJOB=1869003
IDBENCH=2115
IDSOLVER=684
FILE ID=node9/1869003-1245154042
PBS_JOBID= 9363758
Free space on /tmp= 66160 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-3-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-1869003-1245154042/watcher-1869003-1245154042 -o /tmp/evaluation-result-1869003-1245154042/solver-1869003-1245154042 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.clp -t 1800 -m 1800 -f HOME/instance-1869003-1245154042.opb

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

MD5SUM BENCH= 995cbcff162892786ed2539630dc8f6e
RANDOM SEED=1715663195

node9.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.231
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.231
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:       1853832 kB
Buffers:         32444 kB
Cached:         103568 kB
SwapCached:        260 kB
Active:          39588 kB
Inactive:       109196 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1853832 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:           11856 kB
Writeback:           0 kB
Mapped:          21996 kB
Slab:            39344 kB
Committed_AS:   157612 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= 66152 MiB
End job on node9 at 2009-06-16 14:19:41