Trace number 1868923

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.2OPT324 1115.72 1116.06

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/
primes-dimacs-cnf/normalized-par16-4-c.opb
MD5SUMfb36e1331618479668dc4f08f8a798f0
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark324
Best CPU time to get the best result obtained on this benchmark0.338948
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 324
Optimality of the best value was proved YES
Number of variables648
Total number of constraints1616
Number of constraints which are clauses1616
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 648
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 648
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 648
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-1868923-1245150298.opb>
0.00/0.03	c original problem has 648 variables (648 bin, 0 int, 0 impl, 0 cont) and 1616 constraints
0.03/0.04	c start presolving problem
0.03/0.04	c presolving:
0.03/0.08	c (round 1) 0 del vars, 60 del conss, 0 chg bounds, 60 chg sides, 0 chg coeffs, 1554 upgd conss, 1624 impls, 0 clqs
0.03/0.09	c (round 2) 0 del vars, 60 del conss, 0 chg bounds, 60 chg sides, 0 chg coeffs, 1555 upgd conss, 1624 impls, 0 clqs
0.09/0.10	c (round 3) 0 del vars, 60 del conss, 0 chg bounds, 60 chg sides, 0 chg coeffs, 1556 upgd conss, 1624 impls, 0 clqs
0.09/0.15	c (round 4) 50 del vars, 60 del conss, 0 chg bounds, 60 chg sides, 0 chg coeffs, 1556 upgd conss, 15544 impls, 0 clqs
0.09/0.16	c presolving (5 rounds):
0.09/0.16	c  50 deleted vars, 60 deleted constraints, 0 tightened bounds, 0 added holes, 60 changed sides, 0 changed coefficients
0.09/0.16	c  15544 implications, 0 cliques
0.09/0.16	c presolved problem has 598 variables (598 bin, 0 int, 0 impl, 0 cont) and 1556 constraints
0.09/0.16	c    1556 constraints of type <logicor>
0.09/0.16	c transformed objective value is always integral (scale: 1)
0.09/0.16	c Presolving Time: 0.11
0.09/0.16	c strange?!, PURESAT with obj
0.09/0.16	c -----------------------------------------------------------------------------------------------
0.09/0.16	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.16	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.16	c limits/memory = c 1620
0.09/0.16	c # maximal time in seconds to run
0.09/0.16	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.16	c limits/time = c 1791
0.09/0.16	c # frequency for displaying node information lines
0.09/0.16	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.16	c display/freq = c 10000
0.09/0.16	c -----------------------------------------------------------------------------------------------
0.09/0.16	c start solving problem
0.09/0.16	c 
0.29/0.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.3s|     1 |     0 |  1008 |3752k|   0 | 434 | 598 |1556 |1556 | 598 |1506 |   0 |   0 |   0 | 2.061476e+02 |      --      |    Inf 
0.89/0.99	c   0.9s|     1 |     0 |  3725 |4854k|   0 | 370 | 598 |1556 |1556 | 598 |1651 | 145 |   0 |   0 | 2.250000e+02 |      --      |    Inf 
1.19/1.23	c   1.2s|     1 |     0 |  4104 |6147k|   0 | 374 | 598 |1556 |1556 | 598 |1683 | 177 |   0 |   0 | 2.343870e+02 |      --      |    Inf 
1.38/1.47	c   1.4s|     1 |     0 |  4376 |7002k|   0 | 390 | 598 |1556 |1556 | 598 |1703 | 197 |   0 |   0 | 2.392083e+02 |      --      |    Inf 
1.69/1.73	c   1.6s|     1 |     0 |  4702 |8375k|   0 | 379 | 598 |1556 |1556 | 598 |1727 | 221 |   0 |   0 | 2.456476e+02 |      --      |    Inf 
1.99/2.07	c   2.0s|     1 |     0 |  5052 |  10M|   0 | 465 | 598 |1556 |1556 | 598 |1747 | 241 |   0 |   0 | 2.523240e+02 |      --      |    Inf 
2.39/2.45	c   2.4s|     1 |     0 |  5343 |  11M|   0 | 365 | 598 |1556 |1556 | 598 |1777 | 271 |   0 |   0 | 2.606766e+02 |      --      |    Inf 
2.69/2.75	c   2.7s|     1 |     0 |  5816 |  13M|   0 | 416 | 598 |1556 |1556 | 598 |1809 | 303 |   0 |   0 | 2.684608e+02 |      --      |    Inf 
2.99/3.01	c   2.9s|     1 |     0 |  6119 |  14M|   0 | 420 | 598 |1556 |1556 | 598 |1844 | 338 |   0 |   0 | 2.754750e+02 |      --      |    Inf 
3.19/3.28	c   3.2s|     1 |     0 |  6264 |  15M|   0 | 368 | 598 |1556 |1556 | 598 |1867 | 361 |   0 |   0 | 2.775333e+02 |      --      |    Inf 
3.49/3.53	c   3.4s|     1 |     0 |  6561 |  16M|   0 | 390 | 598 |1556 |1556 | 598 |1894 | 388 |   0 |   0 | 2.799574e+02 |      --      |    Inf 
3.79/3.81	c   3.7s|     1 |     0 |  6989 |  18M|   0 | 418 | 598 |1556 |1556 | 598 |1924 | 418 |   0 |   0 | 2.870900e+02 |      --      |    Inf 
4.09/4.11	c   4.0s|     1 |     0 |  7362 |  19M|   0 | 481 | 598 |1556 |1556 | 598 |1950 | 444 |   0 |   0 | 2.901733e+02 |      --      |    Inf 
4.29/4.37	c   4.3s|     1 |     0 |  7686 |  20M|   0 | 434 | 598 |1556 |1556 | 598 |1984 | 478 |   0 |   0 | 2.939591e+02 |      --      |    Inf 
4.69/4.74	c   4.6s|     1 |     0 |  8157 |  21M|   0 | 464 | 598 |1556 |1556 | 598 |2015 | 509 |   0 |   0 | 2.971000e+02 |      --      |    Inf 
4.99/5.05	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
4.99/5.05	c   4.9s|     1 |     0 |  8488 |  23M|   0 | 373 | 598 |1556 |1556 | 598 |2045 | 539 |   0 |   0 | 2.995000e+02 |      --      |    Inf 
5.69/5.71	c   5.6s|     1 |     0 |  9505 |  24M|   0 | 467 | 598 |1556 |1556 | 598 |1886 | 573 |   0 |   0 | 3.050445e+02 |      --      |    Inf 
5.89/5.92	c   5.8s|     1 |     0 |  9640 |  25M|   0 | 476 | 598 |1556 |1556 | 598 |1899 | 586 |   0 |   0 | 3.050845e+02 |      --      |    Inf 
6.19/6.24	c   6.1s|     1 |     0 | 10029 |  26M|   0 | 452 | 598 |1556 |1556 | 598 |1912 | 599 |   0 |   0 | 3.055081e+02 |      --      |    Inf 
6.68/6.75	c   6.6s|     1 |     0 | 10515 |  27M|   0 | 453 | 598 |1556 |1556 | 598 |1935 | 622 |   0 |   0 | 3.070417e+02 |      --      |    Inf 
7.09/7.15	c   7.0s|     1 |     0 | 11127 |  27M|   0 | 447 | 598 |1556 |1556 | 598 |1957 | 644 |   0 |   0 | 3.092357e+02 |      --      |    Inf 
7.29/7.36	c   7.2s|     1 |     0 | 11335 |  28M|   0 | 461 | 598 |1556 |1556 | 598 |1969 | 656 |   0 |   0 | 3.097185e+02 |      --      |    Inf 
7.59/7.63	c   7.5s|     1 |     0 | 11552 |  29M|   0 | 460 | 598 |1556 |1556 | 598 |1856 | 664 |   0 |   0 | 3.098437e+02 |      --      |    Inf 
7.89/7.93	c   7.8s|     1 |     0 | 11714 |  29M|   0 | 460 | 598 |1556 |1556 | 598 |1864 | 672 |   0 |   0 | 3.100149e+02 |      --      |    Inf 
8.19/8.25	c   8.1s|     1 |     0 | 12034 |  29M|   0 | 470 | 598 |1556 |1556 | 598 |1879 | 687 |   0 |   0 | 3.102958e+02 |      --      |    Inf 
8.59/8.65	c   8.5s|     1 |     0 | 12488 |  29M|   0 | 443 | 598 |1556 |1556 | 598 |1891 | 699 |   0 |   0 | 3.112879e+02 |      --      |    Inf 
8.98/9.01	c   8.8s|     1 |     0 | 12937 |  30M|   0 | 461 | 598 |1556 |1556 | 598 |1903 | 711 |   0 |   0 | 3.119217e+02 |      --      |    Inf 
9.18/9.28	c   9.1s|     1 |     0 | 13014 |  30M|   0 | 454 | 598 |1556 |1556 | 598 |1913 | 721 |   0 |   0 | 3.119217e+02 |      --      |    Inf 
9.59/9.61	c   9.4s|     1 |     0 | 13131 |  30M|   0 | 474 | 598 |1556 |1556 | 598 |1795 | 731 |   0 |   0 | 3.119251e+02 |      --      |    Inf 
9.89/9.93	c   9.8s|     1 |     0 | 13345 |  30M|   0 | 470 | 598 |1556 |1556 | 598 |1801 | 737 |   0 |   0 | 3.120805e+02 |      --      |    Inf 
10.19/10.20	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
10.19/10.20	c  10.0s|     1 |     0 | 13461 |  30M|   0 | 477 | 598 |1556 |1556 | 598 |1805 | 741 |   0 |   0 | 3.124327e+02 |      --      |    Inf 
10.39/10.48	c  10.3s|     1 |     0 | 13551 |  30M|   0 | 472 | 598 |1556 |1556 | 598 |1812 | 748 |   0 |   0 | 3.125425e+02 |      --      |    Inf 
10.69/10.79	c  10.6s|     1 |     0 | 13788 |  30M|   0 | 462 | 598 |1556 |1556 | 598 |1823 | 759 |   0 |   0 | 3.128334e+02 |      --      |    Inf 
10.99/11.07	c  10.9s|     1 |     0 | 14142 |  31M|   0 | 425 | 598 |1556 |1556 | 598 |1845 | 781 |   0 |   0 | 3.132342e+02 |      --      |    Inf 
11.38/11.43	c  11.3s|     1 |     0 | 14485 |  31M|   0 | 437 | 598 |1556 |1556 | 598 |1781 | 799 |   0 |   0 | 3.137264e+02 |      --      |    Inf 
11.68/11.79	c  11.6s|     1 |     0 | 14906 |  31M|   0 | 438 | 598 |1556 |1556 | 598 |1787 | 805 |   0 |   0 | 3.141471e+02 |      --      |    Inf 
11.99/12.08	c  11.9s|     1 |     0 | 15185 |  31M|   0 | 348 | 598 |1556 |1556 | 598 |1803 | 821 |   0 |   0 | 3.150889e+02 |      --      |    Inf 
12.19/12.21	c  12.0s|     1 |     0 | 15250 |  32M|   0 | 359 | 598 |1556 |1556 | 598 |1821 | 839 |   0 |   0 | 3.155926e+02 |      --      |    Inf 
12.39/12.40	c  12.2s|     1 |     0 | 15521 |  33M|   0 | 424 | 598 |1556 |1556 | 598 |1837 | 855 |   0 |   0 | 3.156093e+02 |      --      |    Inf 
12.59/12.64	c  12.5s|     1 |     0 | 15893 |  34M|   0 | 466 | 598 |1556 |1556 | 598 |1858 | 876 |   0 |   0 | 3.159510e+02 |      --      |    Inf 
12.89/12.98	c  12.8s|     1 |     0 | 16182 |  34M|   0 | 469 | 598 |1556 |1556 | 598 |1830 | 897 |   0 |   0 | 3.166419e+02 |      --      |    Inf 
13.19/13.25	c  13.1s|     1 |     0 | 16519 |  35M|   0 | 483 | 598 |1556 |1556 | 598 |1846 | 913 |   0 |   0 | 3.170084e+02 |      --      |    Inf 
13.48/13.50	c  13.3s|     1 |     0 | 16824 |  35M|   0 | 453 | 598 |1556 |1556 | 598 |1866 | 933 |   0 |   0 | 3.171786e+02 |      --      |    Inf 
13.68/13.79	c  13.6s|     1 |     0 | 17057 |  36M|   0 | 419 | 598 |1556 |1556 | 598 |1880 | 947 |   0 |   0 | 3.172099e+02 |      --      |    Inf 
13.99/14.09	c  13.9s|     1 |     0 | 17289 |  36M|   0 | 438 | 598 |1556 |1556 | 598 |1893 | 960 |   0 |   0 | 3.175799e+02 |      --      |    Inf 
14.39/14.46	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
14.39/14.46	c  14.3s|     1 |     0 | 17740 |  37M|   0 | 490 | 598 |1556 |1556 | 598 |1907 | 974 |   0 |   0 | 3.178856e+02 |      --      |    Inf 
14.89/14.92	c  14.7s|     1 |     0 | 18186 |  37M|   0 | 440 | 598 |1556 |1556 | 598 |1832 | 983 |   0 |   0 | 3.180072e+02 |      --      |    Inf 
15.09/15.16	c  15.0s|     1 |     0 | 18397 |  38M|   0 | 437 | 598 |1556 |1556 | 598 |1844 | 995 |   0 |   0 | 3.184992e+02 |      --      |    Inf 
15.48/15.53	c  15.3s|     1 |     0 | 18865 |  38M|   0 | 469 | 598 |1556 |1556 | 598 |1854 |1005 |   0 |   0 | 3.188449e+02 |      --      |    Inf 
15.79/15.88	c  15.7s|     1 |     0 | 19207 |  38M|   0 | 472 | 598 |1556 |1556 | 598 |1864 |1015 |   0 |   0 | 3.192344e+02 |      --      |    Inf 
16.29/16.36	c  16.2s|     1 |     0 | 19744 |  38M|   0 | 446 | 598 |1556 |1556 | 598 |1875 |1026 |   0 |   0 | 3.199058e+02 |      --      |    Inf 
16.59/16.69	c  16.5s|     1 |     0 | 20009 |  38M|   0 | 433 | 598 |1556 |1556 | 598 |1881 |1032 |   0 |   0 | 3.204259e+02 |      --      |    Inf 
17.09/17.17	c  17.0s|     1 |     0 | 20532 |  38M|   0 | 412 | 598 |1556 |1556 | 598 |1797 |1039 |   0 |   0 | 3.205353e+02 |      --      |    Inf 
17.39/17.49	c  17.3s|     1 |     0 | 20848 |  38M|   0 | 399 | 598 |1556 |1556 | 598 |1800 |1042 |   0 |   0 | 3.206076e+02 |      --      |    Inf 
17.68/17.71	c  17.5s|     1 |     0 | 20855 |  38M|   0 | 399 | 598 |1556 |1556 | 598 |1801 |1043 |   0 |   0 | 3.206076e+02 |      --      |    Inf 
20.19/20.24	c  20.0s|     1 |     2 | 20855 |  38M|   0 | 399 | 598 |1556 |1556 | 598 |1801 |1043 |   0 |  36 | 3.206076e+02 |      --      |    Inf 
528.43/528.66	c   526s| 10000 |   731 |  1531k|  42M|  28 |   - | 598 |4375 |2018 |   0 |   0 |1043 |  11k|3486 | 3.220833e+02 |      --      |    Inf 
796.44/796.71	c   793s| 20000 |   829 |  2489k|  43M|  34 | 228 | 598 |4670 | 977 | 598 |1676 |1043 |  25k|4157 | 3.224286e+02 |      --      |    Inf 
1001.19/1001.53	c   996s| 30000 |   762 |  3184k|  44M|  38 |   - | 598 |5362 |1137 |   0 |   0 |1043 |  41k|4653 | 3.227544e+02 |      --      |    Inf 
1115.06/1115.49	o 324
1115.06/1115.49	c *1109s| 34914 |    11 |  3590k|  41M|  38 |   - | 598 |5108 | 214 | 598 |1676 |1043 |  47k|4956 | 3.230000e+02 | 3.240000e+02 |   0.31%
1115.55/1115.99	c 
1115.55/1115.99	c SCIP Status        : problem is solved [optimal solution found]
1115.55/1115.99	c Solving Time (sec) : 1109.71
1115.55/1115.99	c Solving Nodes      : 34931
1115.55/1115.99	c Primal Bound       : +3.24000000000000e+02 (1 solutions)
1115.55/1115.99	c Dual Bound         : +3.24000000000000e+02
1115.55/1115.99	c Gap                : 0.00 %
1115.55/1115.99	c NODE         34931
1115.55/1115.99	c DUAL BOUND   324
1115.55/1115.99	c PRIMAL BOUND 324
1115.55/1115.99	c GAP          0
1115.55/1115.99	s OPTIMUM FOUND
1115.55/1115.99	v x648 -x647 x646 -x645 x644 -x643 x642 -x641 x640 -x639 x638 -x637 x636 -x635 x634 -x633 -x632 x631 x630 -x629 x628 -x627 x626 -x625 
1115.55/1115.99	v -x624 x623 -x622 x621 x620 -x619 x618 -x617 x616 -x615 x614 -x613 -x612 x611 x610 -x609 x608 -x607 x606 -x605 x604 -x603 
1115.55/1115.99	v x602 -x601 x600 -x599 x598 -x597 -x596 x595 x594 -x593 x592 -x591 x590 -x589 x588 -x587 x586 -x585 -x584 x583 x582 -x581 -x580 
1115.55/1115.99	v x579 -x578 x577 x576 -x575 x574 -x573 x572 -x571 x570 -x569 x568 -x567 x566 -x565 -x564 x563 -x562 x561 -x560 x559 -x558 x557 
1115.55/1115.99	v x556 -x555 x554 -x553 x552 -x551 -x550 x549 -x548 x547 -x546 x545 -x544 x543 -x542 x541 x540 -x539 x538 -x537 x536 -x535 
1115.55/1115.99	v x534 -x533 -x532 x531 x530 -x529 x528 -x527 x526 -x525 x524 -x523 x522 -x521 x520 -x519 x518 -x517 x516 -x515 x514 -x513 x512 
1115.55/1115.99	v -x511 x510 -x509 x508 -x507 x506 -x505 x504 -x503 x502 -x501 x500 -x499 x498 -x497 x496 -x495 x494 -x493 x492 -x491 x490 -x489 
1115.55/1115.99	v x488 -x487 x486 -x485 -x484 x483 x482 -x481 x480 -x479 x478 -x477 x476 -x475 -x474 x473 x472 -x471 x470 -x469 x468 -x467 -x466 
1115.55/1115.99	v x465 x464 -x463 x462 -x461 x460 -x459 x458 -x457 x456 -x455 -x454 x453 x452 -x451 x450 -x449 x448 -x447 x446 -x445 x444 
1115.55/1115.99	v -x443 x442 -x441 -x440 x439 x438 -x437 x436 -x435 x434 -x433 x432 -x431 x430 -x429 x428 -x427 x426 -x425 x424 -x423 -x422 x421 
1115.55/1115.99	v -x420 x419 -x418 x417 -x416 x415 x414 -x413 x412 -x411 x410 -x409 x408 -x407 x406 -x405 x404 -x403 x402 -x401 x400 -x399 x398 
1115.55/1115.99	v -x397 x396 -x395 x394 -x393 x392 -x391 x390 -x389 x388 -x387 -x386 x385 -x384 x383 -x382 x381 x380 -x379 x378 -x377 x376 -x375 
1115.55/1115.99	v -x374 x373 -x372 x371 -x370 x369 -x368 x367 x366 -x365 x364 -x363 x362 -x361 x360 -x359 x358 -x357 x356 -x355 x354 -x353 
1115.55/1115.99	v x352 -x351 x350 -x349 x348 -x347 x346 -x345 -x344 x343 -x342 x341 -x340 x339 x338 -x337 x336 -x335 -x334 x333 -x332 x331 x330 
1115.55/1115.99	v -x329 x328 -x327 x326 -x325 x324 -x323 x322 -x321 -x320 x319 -x318 x317 x316 -x315 x314 -x313 x312 -x311 x310 -x309 x308 -x307 
1115.55/1115.99	v -x306 x305 x304 -x303 x302 -x301 -x300 x299 -x298 x297 -x296 x295 x294 -x293 x292 -x291 x290 -x289 x288 -x287 x286 -x285 
1115.55/1115.99	v x284 -x283 x282 -x281 x280 -x279 x278 -x277 -x276 x275 -x274 x273 x272 -x271 x270 -x269 x268 -x267 x266 -x265 x264 -x263 x262 
1115.55/1115.99	v -x261 x260 -x259 x258 -x257 x256 -x255 x254 -x253 x252 -x251 x250 -x249 x248 -x247 x246 -x245 x244 -x243 x242 -x241 x240 -x239 
1115.55/1115.99	v x238 -x237 x236 -x235 x234 -x233 x232 -x231 x230 -x229 x228 -x227 x226 -x225 x224 -x223 x222 -x221 x220 -x219 x218 -x217 x216 
1115.55/1115.99	v -x215 x214 -x213 x212 -x211 x210 -x209 x208 -x207 x206 -x205 -x204 x203 x202 -x201 x200 -x199 x198 -x197 -x196 x195 -x194 
1115.55/1115.99	v x193 -x192 x191 x190 -x189 x188 -x187 x186 -x185 x184 -x183 -x182 x181 x180 -x179 x178 -x177 x176 -x175 -x174 x173 x172 -x171 
1115.55/1115.99	v x170 -x169 x168 -x167 -x166 x165 x164 -x163 x162 -x161 x160 -x159 -x158 x157 x156 -x155 x154 -x153 x152 -x151 -x150 x149 x148 
1115.55/1115.99	v -x147 x146 -x145 x144 -x143 -x142 x141 x140 -x139 x138 -x137 x136 -x135 -x134 x133 x132 -x131 x130 -x129 x128 -x127 -x126 
1115.55/1115.99	v x125 x124 -x123 x122 -x121 x120 -x119 -x118 x117 x116 -x115 x114 -x113 x112 -x111 -x110 x109 x108 -x107 x106 -x105 x104 -x103 
1115.55/1115.99	v -x102 x101 x100 -x99 x98 -x97 x96 -x95 -x94 x93 -x92 x91 x90 -x89 x88 -x87 -x86 x85 x84 -x83 -x82 x81 x80 -x79 -x78 x77 x76 
1115.55/1115.99	v -x75 -x74 x73 x72 -x71 -x70 x69 x68 -x67 -x66 x65 x64 -x63 -x62 x61 x60 -x59 -x58 x57 x56 -x55 -x54 x53 x52 -x51 -x50 x49 x48 
1115.55/1115.99	v -x47 -x46 x45 x44 -x43 -x42 x41 x40 -x39 -x38 x37 x36 -x35 -x34 x33 x32 -x31 -x30 x29 x28 -x27 -x26 x25 x24 -x23 -x22 x21 x20 
1115.55/1115.99	v -x19 -x18 x17 x16 -x15 -x14 x13 x12 -x11 -x10 x9 -x8 x7 x6 -x5 -x4 x3 -x2 x1 
1115.55/1115.99	c SCIP Status        : problem is solved [optimal solution found]
1115.55/1115.99	c Solving Time       :    1109.71
1115.55/1115.99	c Original Problem   :
1115.55/1115.99	c   Problem name     : HOME/instance-1868923-1245150298.opb
1115.55/1115.99	c   Variables        : 648 (648 binary, 0 integer, 0 implicit integer, 0 continuous)
1115.55/1115.99	c   Constraints      : 1616 initial, 1616 maximal
1115.55/1115.99	c Presolved Problem  :
1115.55/1115.99	c   Problem name     : t_HOME/instance-1868923-1245150298.opb
1115.55/1115.99	c   Variables        : 598 (598 binary, 0 integer, 0 implicit integer, 0 continuous)
1115.55/1115.99	c   Constraints      : 1556 initial, 5919 maximal
1115.55/1115.99	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1115.55/1115.99	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1115.55/1115.99	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1115.55/1115.99	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1115.55/1115.99	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1115.55/1115.99	c   implics          :       0.00          0          0          0          0          0          0          0          0
1115.55/1115.99	c   probing          :       0.04          0         50          0          0          0          0          0          0
1115.55/1115.99	c   linear           :       0.03          0          0          0          0          0         60         60          0
1115.55/1115.99	c   logicor          :       0.04          0          0          0          0          0          0          0          0
1115.55/1115.99	c   root node        :          -          2          -          -          2          -          -          -          -
1115.55/1115.99	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1115.55/1115.99	c   integral         :          0          0          0      22818          0         12         88          0          0      45544
1115.55/1115.99	c   logicor          :       1556+        55     506204          1          0      17356    2813547          0          0          0
1115.55/1115.99	c   countsols        :          0          0          0          1          0          0          0          0          0          0
1115.55/1115.99	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1115.55/1115.99	c   integral         :     203.11       0.00       0.00     203.11       0.00
1115.55/1115.99	c   logicor          :      26.04       0.03      26.01       0.00       0.00
1115.55/1115.99	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1115.55/1115.99	c Propagators        :       Time      Calls    Cutoffs    DomReds
1115.55/1115.99	c   rootredcost      :       0.16          1          0          0
1115.55/1115.99	c   pseudoobj        :      13.32     523337          0          0
1115.55/1115.99	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1115.55/1115.99	c   propagation      :       3.19      17356      16942     113948       20.3       1179       11.4          -
1115.55/1115.99	c   infeasible LP    :       0.27       2667          0          0        0.0          0        0.0          0
1115.55/1115.99	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1115.55/1115.99	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1115.55/1115.99	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1115.55/1115.99	c   applied globally :          -          -          -      47355       17.0          -          -          -
1115.55/1115.99	c   applied locally  :          -          -          -          0        0.0          -          -          -
1115.55/1115.99	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1115.55/1115.99	c   cut pool         :       0.56         54          -          -       2162          -    (maximal pool size: 13816)
1115.55/1115.99	c   redcost          :       0.31      22874          0          8          0          0
1115.55/1115.99	c   impliedbounds    :       0.00         55          0          0        233          0
1115.55/1115.99	c   intobj           :       0.00          0          0          0          0          0
1115.55/1115.99	c   gomory           :       7.29         55          0          0      19727          0
1115.55/1115.99	c   strongcg         :       1.35         20          0          0       9831          0
1115.55/1115.99	c   cmir             :       0.14         10          0          0          0          0
1115.55/1115.99	c   flowcover        :       0.11         10          0          0          0          0
1115.55/1115.99	c   clique           :       0.05         55          0          0         68          0
1115.55/1115.99	c   zerohalf         :       0.00          0          0          0          0          0
1115.55/1115.99	c   mcf              :       0.00          1          0          0          0          0
1115.55/1115.99	c Pricers            :       Time      Calls       Vars
1115.55/1115.99	c   problem variables:       0.00          0          0
1115.55/1115.99	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1115.55/1115.99	c   relpscost        :     203.06      22817         12         88          0          0      45544
1115.55/1115.99	c   pscost           :       0.00          0          0          0          0          0          0
1115.55/1115.99	c   inference        :       0.00          0          0          0          0          0          0
1115.55/1115.99	c   mostinf          :       0.00          0          0          0          0          0          0
1115.55/1115.99	c   leastinf         :       0.00          0          0          0          0          0          0
1115.55/1115.99	c   fullstrong       :       0.00          0          0          0          0          0          0
1115.55/1115.99	c   allfullstrong    :       0.00          0          0          0          0          0          0
1115.55/1115.99	c   random           :       0.00          0          0          0          0          0          0
1115.55/1115.99	c Primal Heuristics  :       Time      Calls      Found
1115.55/1115.99	c   LP solutions     :       0.01          -          1
1115.55/1115.99	c   pseudo solutions :       0.00          -          0
1115.55/1115.99	c   crossover        :       0.00          0          0
1115.55/1115.99	c   guideddiving     :       0.00          0          0
1115.55/1115.99	c   intshifting      :       0.00          0          0
1115.55/1115.99	c   oneopt           :       0.04          1          0
1115.55/1115.99	c   coefdiving       :       0.42          4          0
1115.55/1115.99	c   pscostdiving     :       0.33          4          0
1115.55/1115.99	c   fracdiving       :       0.58          4          0
1115.55/1115.99	c   veclendiving     :       0.16          4          0
1115.55/1115.99	c   linesearchdiving :       0.35          4          0
1115.55/1115.99	c   feaspump         :       1.29          3          0
1115.55/1115.99	c   objpscostdiving  :       0.21          3          0
1115.55/1115.99	c   rootsoldiving    :       0.96          3          0
1115.55/1115.99	c   simplerounding   :       0.06          0          0
1115.55/1115.99	c   rounding         :       0.88       2076          0
1115.55/1115.99	c   shifting         :       0.56        584          0
1115.55/1115.99	c   fixandinfer      :       0.00          0          0
1115.55/1115.99	c   intdiving        :       0.00          0          0
1115.55/1115.99	c   actconsdiving    :       0.00          0          0
1115.55/1115.99	c   octane           :       0.00          0          0
1115.55/1115.99	c   rens             :       0.01          0          0
1115.55/1115.99	c   rins             :       0.00          0          0
1115.55/1115.99	c   localbranching   :       0.00          0          0
1115.55/1115.99	c   mutation         :       0.00          0          0
1115.55/1115.99	c   dins             :       0.00          0          0
1115.55/1115.99	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1115.55/1115.99	c   primal LP        :       0.29          0          0       0.00       0.00
1115.55/1115.99	c   dual LP          :     819.75      25523    3576766     140.14    4363.24
1115.55/1115.99	c   barrier LP       :       0.00          0          0       0.00          -
1115.55/1115.99	c   diving/probing LP:       4.06        304      15260      50.20    3758.62
1115.55/1115.99	c   strong branching :     199.85       4956     697258     140.69    3488.91
1115.55/1115.99	c     (at root node) :          -         36       5635     156.53          -
1115.55/1115.99	c   conflict analysis:       0.00          0          0       0.00          -
1115.55/1115.99	c B&B Tree           :
1115.55/1115.99	c   number of runs   :          1
1115.55/1115.99	c   nodes            :      34931
1115.55/1115.99	c   nodes (total)    :      34931
1115.55/1115.99	c   nodes left       :          0
1115.55/1115.99	c   max depth        :         38
1115.55/1115.99	c   max depth (total):         38
1115.55/1115.99	c   backtracks       :       9679 (27.7%)
1115.55/1115.99	c   delayed cutoffs  :       9959
1115.55/1115.99	c   repropagations   :      26763 (1101411 domain reductions, 7831 cutoffs)
1115.55/1115.99	c   avg switch length:       4.92
1115.55/1115.99	c   switching time   :      12.18
1115.55/1115.99	c Solution           :
1115.55/1115.99	c   Solutions found  :          1 (1 improvements)
1115.55/1115.99	c   Primal Bound     : +3.24000000000000e+02   (in run 1, after 34914 nodes, 1109.21 seconds, depth 16, found by <relaxation>)
1115.55/1115.99	c   Dual Bound       : +3.24000000000000e+02
1115.55/1115.99	c   Gap              :       0.00 %
1115.55/1115.99	c   Root Dual Bound  : +3.20607571214393e+02
1115.65/1116.05	c Time complete: 1115.71.

Verifier Data

OK	324

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1868923-1245150298/watcher-1868923-1245150298 -o /tmp/evaluation-result-1868923-1245150298/solver-1868923-1245150298 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt-gcc42.clp -t 1800 -m 1800 -f HOME/instance-1868923-1245150298.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.85 0.97 0.99 3/64 6042
/proc/meminfo: memFree=1857376/2055920 swapFree=4191900/4192956
[pid=6042] ppid=6040 vsize=5812 CPUtime=0
/proc/6042/stat : 6042 (pbscip.linux.x8) R 6040 6042 6005 0 -1 4194304 519 0 0 0 0 0 0 0 18 0 1 0 182629141 5951488 503 1992294400 4194304 9342243 548682068736 18446744073709551615 8223232 0 0 4096 0 0 0 0 17 1 0 0
/proc/6042/statm: 1453 511 340 1256 0 192 0

[startup+0.041854 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 6042
/proc/meminfo: memFree=1857376/2055920 swapFree=4191900/4192956
[pid=6042] ppid=6040 vsize=13496 CPUtime=0.03
/proc/6042/stat : 6042 (pbscip.linux.x8) R 6040 6042 6005 0 -1 4194304 2727 0 0 0 3 0 0 0 18 0 1 0 182629141 13819904 2357 1992294400 4194304 9342243 548682068736 18446744073709551615 5858006 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6042/statm: 3374 2361 411 1256 0 2113 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13496

[startup+0.102863 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 6042
/proc/meminfo: memFree=1857376/2055920 swapFree=4191900/4192956
[pid=6042] ppid=6040 vsize=17956 CPUtime=0.09
/proc/6042/stat : 6042 (pbscip.linux.x8) R 6040 6042 6005 0 -1 4194304 3645 0 0 0 8 1 0 0 18 0 1 0 182629141 18386944 3275 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6042/statm: 4489 3275 467 1256 0 3228 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 17956

[startup+0.301897 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 6042
/proc/meminfo: memFree=1857376/2055920 swapFree=4191900/4192956
[pid=6042] ppid=6040 vsize=22656 CPUtime=0.29
/proc/6042/stat : 6042 (pbscip.linux.x8) R 6040 6042 6005 0 -1 4194304 4624 0 0 0 27 2 0 0 19 0 1 0 182629141 23199744 4254 1992294400 4194304 9342243 548682068736 18446744073709551615 6882354 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6042/statm: 5664 4254 612 1256 0 4403 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 22656

[startup+0.701954 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 6042
/proc/meminfo: memFree=1857376/2055920 swapFree=4191900/4192956
[pid=6042] ppid=6040 vsize=23000 CPUtime=0.69
/proc/6042/stat : 6042 (pbscip.linux.x8) R 6040 6042 6005 0 -1 4194304 4750 0 0 0 66 3 0 0 22 0 1 0 182629141 23552000 4380 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6042/statm: 5750 4380 640 1256 0 4489 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 23000

[startup+1.50107 s]
/proc/loadavg: 0.85 0.97 0.99 2/65 6043
/proc/meminfo: memFree=1840280/2055920 swapFree=4191900/4192956
[pid=6042] ppid=6040 vsize=31052 CPUtime=1.49
/proc/6042/stat : 6042 (pbscip.linux.x8) R 6040 6042 6005 0 -1 4194304 6639 0 0 0 144 5 0 0 25 0 1 0 182629141 31797248 6269 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6042/statm: 7763 6269 672 1256 0 6502 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 31052

[startup+3.10132 s]
/proc/loadavg: 0.85 0.97 0.99 2/65 6043
/proc/meminfo: memFree=1828952/2055920 swapFree=4191900/4192956
[pid=6042] ppid=6040 vsize=42228 CPUtime=3.09
/proc/6042/stat : 6042 (pbscip.linux.x8) R 6040 6042 6005 0 -1 4194304 9276 0 0 0 302 7 0 0 25 0 1 0 182629141 43241472 8905 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6042/statm: 10557 8905 672 1256 0 9296 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 42228

[startup+6.30181 s]
/proc/loadavg: 0.86 0.97 0.99 2/65 6043
/proc/meminfo: memFree=1810520/2055920 swapFree=4191900/4192956
[pid=6042] ppid=6040 vsize=59576 CPUtime=6.29
/proc/6042/stat : 6042 (pbscip.linux.x8) R 6040 6042 6005 0 -1 4194304 13413 0 0 0 618 11 0 0 25 0 1 0 182629141 61005824 13042 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6042/statm: 14894 13042 675 1256 0 13633 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 59576

[startup+12.7018 s]
/proc/loadavg: 0.87 0.97 0.99 2/65 6043
/proc/meminfo: memFree=1799584/2055920 swapFree=4191900/4192956
[pid=6042] ppid=6040 vsize=66612 CPUtime=12.69
/proc/6042/stat : 6042 (pbscip.linux.x8) R 6040 6042 6005 0 -1 4194304 15760 0 0 0 1254 15 0 0 25 0 1 0 182629141 68210688 15289 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6042/statm: 16653 15289 675 1256 0 15392 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 66612

[startup+25.5027 s]
/proc/loadavg: 0.90 0.97 0.99 2/65 6043
/proc/meminfo: memFree=1790944/2055920 swapFree=4191900/4192956
[pid=6042] ppid=6040 vsize=75204 CPUtime=25.48
/proc/6042/stat : 6042 (pbscip.linux.x8) R 6040 6042 6005 0 -1 4194304 17706 0 0 0 2529 19 0 0 25 0 1 0 182629141 77008896 17235 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6042/statm: 18801 17235 682 1256 0 17540 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 75204

[startup+51.1026 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 6043
/proc/meminfo: memFree=1790944/2055920 swapFree=4191900/4192956
[pid=6042] ppid=6040 vsize=75204 CPUtime=51.08
/proc/6042/stat : 6042 (pbscip.linux.x8) R 6040 6042 6005 0 -1 4194304 17735 0 0 0 5081 27 0 0 25 0 1 0 182629141 77008896 17264 1992294400 4194304 9342243 548682068736 18446744073709551615 6978118 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6042/statm: 18801 17264 689 1256 0 17540 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 75204

[startup+102.305 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 6043
/proc/meminfo: memFree=1790752/2055920 swapFree=4191900/4192956
[pid=6042] ppid=6040 vsize=75204 CPUtime=102.26
/proc/6042/stat : 6042 (pbscip.linux.x8) R 6040 6042 6005 0 -1 4194304 17780 0 0 0 10183 43 0 0 25 0 1 0 182629141 77008896 17309 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6042/statm: 18801 17309 689 1256 0 17540 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 75204

[startup+162.302 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 6043
/proc/meminfo: memFree=1790496/2055920 swapFree=4191900/4192956
[pid=6042] ppid=6040 vsize=76240 CPUtime=162.24
/proc/6042/stat : 6042 (pbscip.linux.x8) R 6040 6042 6005 0 -1 4194304 18109 0 0 0 16159 65 0 0 25 0 1 0 182629141 78069760 17355 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6042/statm: 19060 17355 689 1256 0 17799 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 76240

[startup+222.302 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 6043
/proc/meminfo: memFree=1790048/2055920 swapFree=4191900/4192956
[pid=6042] ppid=6040 vsize=75572 CPUtime=222.22
/proc/6042/stat : 6042 (pbscip.linux.x8) R 6040 6042 6005 0 -1 4194304 21750 0 0 0 22129 93 0 0 25 0 1 0 182629141 77385728 17494 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6042/statm: 18893 17494 689 1256 0 17632 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 75572

[startup+282.302 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 6043
/proc/meminfo: memFree=1789280/2055920 swapFree=4191900/4192956
[pid=6042] ppid=6040 vsize=76064 CPUtime=282.21
/proc/6042/stat : 6042 (pbscip.linux.x8) R 6040 6042 6005 0 -1 4194304 27579 0 0 0 28098 123 0 0 25 0 1 0 182629141 77889536 17655 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6042/statm: 19016 17655 689 1256 0 17755 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 76064

[startup+342.302 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 6043
/proc/meminfo: memFree=1788768/2055920 swapFree=4191900/4192956
[pid=6042] ppid=6040 vsize=78984 CPUtime=342.19
/proc/6042/stat : 6042 (pbscip.linux.x8) R 6040 6042 6005 0 -1 4194304 33226 0 0 0 34071 148 0 0 25 0 1 0 182629141 80879616 17766 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6042/statm: 19746 17766 689 1256 0 18485 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 78984

[startup+402.302 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 6043
/proc/meminfo: memFree=1787680/2055920 swapFree=4191900/4192956
[pid=6042] ppid=6040 vsize=79792 CPUtime=402.17
/proc/6042/stat : 6042 (pbscip.linux.x8) R 6040 6042 6005 0 -1 4194304 39525 0 0 0 40040 177 0 0 25 0 1 0 182629141 81707008 18069 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6042/statm: 19948 18069 689 1256 0 18687 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 79792

[startup+462.302 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 6043
/proc/meminfo: memFree=1787168/2055920 swapFree=4191900/4192956
[pid=6042] ppid=6040 vsize=78476 CPUtime=462.15
/proc/6042/stat : 6042 (pbscip.linux.x8) R 6040 6042 6005 0 -1 4194304 42744 0 0 0 46010 205 0 0 25 0 1 0 182629141 80359424 18169 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6042/statm: 19619 18169 689 1256 0 18358 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 78476

[startup+522.301 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 6043
/proc/meminfo: memFree=1786144/2055920 swapFree=4191900/4192956
[pid=6042] ppid=6040 vsize=79784 CPUtime=522.13
/proc/6042/stat : 6042 (pbscip.linux.x8) R 6040 6042 6005 0 -1 4194304 49486 0 0 0 51976 237 0 0 25 0 1 0 182629141 81698816 18454 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6042/statm: 19946 18454 689 1256 0 18685 0
Current children cumulated CPU time (s) 522.13
Current children cumulated vsize (KiB) 79784

[startup+582.301 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 6043
/proc/meminfo: memFree=1785376/2055920 swapFree=4191900/4192956
[pid=6042] ppid=6040 vsize=79392 CPUtime=582.11
/proc/6042/stat : 6042 (pbscip.linux.x8) R 6040 6042 6005 0 -1 4194304 53308 0 0 0 57942 269 0 0 25 0 1 0 182629141 81297408 18484 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6042/statm: 19848 18484 689 1256 0 18587 0
Current children cumulated CPU time (s) 582.11
Current children cumulated vsize (KiB) 79392

[startup+642.301 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 6043
/proc/meminfo: memFree=1785056/2055920 swapFree=4191900/4192956
[pid=6042] ppid=6040 vsize=80428 CPUtime=642.1
/proc/6042/stat : 6042 (pbscip.linux.x8) R 6040 6042 6005 0 -1 4194304 59389 0 0 0 63912 298 0 0 25 0 1 0 182629141 82358272 18671 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6042/statm: 20107 18671 689 1256 0 18846 0
Current children cumulated CPU time (s) 642.1
Current children cumulated vsize (KiB) 80428

[startup+702.302 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 6043
/proc/meminfo: memFree=1784096/2055920 swapFree=4191900/4192956
[pid=6042] ppid=6040 vsize=81440 CPUtime=702.08
/proc/6042/stat : 6042 (pbscip.linux.x8) R 6040 6042 6005 0 -1 4194304 60476 0 0 0 69876 332 0 0 25 0 1 0 182629141 83394560 18907 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6042/statm: 20360 18907 689 1256 0 19099 0
Current children cumulated CPU time (s) 702.08
Current children cumulated vsize (KiB) 81440

[startup+762.305 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 6043
/proc/meminfo: memFree=1783840/2055920 swapFree=4191900/4192956
[pid=6042] ppid=6040 vsize=81776 CPUtime=762.06
/proc/6042/stat : 6042 (pbscip.linux.x8) R 6040 6042 6005 0 -1 4194304 64587 0 0 0 75840 366 0 0 25 0 1 0 182629141 83738624 18976 1992294400 4194304 9342243 548682068736 18446744073709551615 8223232 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6042/statm: 20444 18976 689 1256 0 19183 0
Current children cumulated CPU time (s) 762.06
Current children cumulated vsize (KiB) 81776

[startup+822.302 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 6043
/proc/meminfo: memFree=1782816/2055920 swapFree=4191900/4192956
[pid=6042] ppid=6040 vsize=82100 CPUtime=822.04
/proc/6042/stat : 6042 (pbscip.linux.x8) R 6040 6042 6005 0 -1 4194304 68669 0 0 0 81801 403 0 0 25 0 1 0 182629141 84070400 19035 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6042/statm: 20525 19035 689 1256 0 19264 0
Current children cumulated CPU time (s) 822.04
Current children cumulated vsize (KiB) 82100

[startup+882.302 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 6043
/proc/meminfo: memFree=1782624/2055920 swapFree=4191900/4192956
[pid=6042] ppid=6040 vsize=82640 CPUtime=882.03
/proc/6042/stat : 6042 (pbscip.linux.x8) R 6040 6042 6005 0 -1 4194304 90917 0 0 0 87754 449 0 0 25 0 1 0 182629141 84623360 19240 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6042/statm: 20660 19240 689 1256 0 19399 0
Current children cumulated CPU time (s) 882.03
Current children cumulated vsize (KiB) 82640

[startup+942.301 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 6043
/proc/meminfo: memFree=1782112/2055920 swapFree=4191900/4192956
[pid=6042] ppid=6040 vsize=83164 CPUtime=942
/proc/6042/stat : 6042 (pbscip.linux.x8) R 6040 6042 6005 0 -1 4194304 96259 0 0 0 93719 481 0 0 25 0 1 0 182629141 85159936 19347 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6042/statm: 20791 19347 689 1256 0 19530 0
Current children cumulated CPU time (s) 942
Current children cumulated vsize (KiB) 83164

[startup+1002.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 6043
/proc/meminfo: memFree=1780384/2055920 swapFree=4191900/4192956
[pid=6042] ppid=6040 vsize=84684 CPUtime=1001.99
/proc/6042/stat : 6042 (pbscip.linux.x8) R 6040 6042 6005 0 -1 4194304 98724 0 0 0 99676 523 0 0 25 0 1 0 182629141 86716416 19803 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6042/statm: 21171 19803 689 1256 0 19910 0
Current children cumulated CPU time (s) 1001.99
Current children cumulated vsize (KiB) 84684

[startup+1062.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 6043
/proc/meminfo: memFree=1780128/2055920 swapFree=4191900/4192956
[pid=6042] ppid=6040 vsize=87460 CPUtime=1061.97
/proc/6042/stat : 6042 (pbscip.linux.x8) R 6040 6042 6005 0 -1 4194304 102852 0 0 0 105638 559 0 0 25 0 1 0 182629141 89559040 19932 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6042/statm: 21865 19932 689 1256 0 20604 0
Current children cumulated CPU time (s) 1061.97
Current children cumulated vsize (KiB) 87460

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

[startup+1075.1 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 6043
/proc/meminfo: memFree=1779808/2055920 swapFree=4191900/4192956
[pid=6042] ppid=6040 vsize=85404 CPUtime=1074.76
/proc/6042/stat : 6042 (pbscip.linux.x8) R 6040 6042 6005 0 -1 4194304 102975 0 0 0 106911 565 0 0 25 0 1 0 182629141 87453696 19932 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6042/statm: 21351 19932 689 1256 0 20090 0
Current children cumulated CPU time (s) 1074.76
Current children cumulated vsize (KiB) 85404

[startup+1100.7 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 6043
/proc/meminfo: memFree=1779360/2055920 swapFree=4191900/4192956
[pid=6042] ppid=6040 vsize=85748 CPUtime=1100.36
/proc/6042/stat : 6042 (pbscip.linux.x8) R 6040 6042 6005 0 -1 4194304 103082 0 0 0 109453 583 0 0 25 0 1 0 182629141 87805952 20039 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6042/statm: 21437 20039 689 1256 0 20176 0
Current children cumulated CPU time (s) 1100.36
Current children cumulated vsize (KiB) 85748

[startup+1107.1 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 6043
/proc/meminfo: memFree=1779616/2055920 swapFree=4191900/4192956
[pid=6042] ppid=6040 vsize=85736 CPUtime=1106.75
/proc/6042/stat : 6042 (pbscip.linux.x8) R 6040 6042 6005 0 -1 4194304 103365 0 0 0 110089 586 0 0 25 0 1 0 182629141 87793664 19928 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6042/statm: 21434 19928 689 1256 0 20173 0
Current children cumulated CPU time (s) 1106.75
Current children cumulated vsize (KiB) 85736

[startup+1110.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 6043
/proc/meminfo: memFree=1779872/2055920 swapFree=4191900/4192956
[pid=6042] ppid=6040 vsize=85772 CPUtime=1109.96
/proc/6042/stat : 6042 (pbscip.linux.x8) R 6040 6042 6005 0 -1 4194304 103516 0 0 0 110408 588 0 0 25 0 1 0 182629141 87830528 19925 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6042/statm: 21443 19925 689 1256 0 20182 0
Current children cumulated CPU time (s) 1109.96
Current children cumulated vsize (KiB) 85772

[startup+1113.5 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 6043
/proc/meminfo: memFree=1779744/2055920 swapFree=4191900/4192956
[pid=6042] ppid=6040 vsize=85768 CPUtime=1113.15
/proc/6042/stat : 6042 (pbscip.linux.x8) R 6040 6042 6005 0 -1 4194304 103727 0 0 0 110725 590 0 0 25 0 1 0 182629141 87826432 19961 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6042/statm: 21442 19961 689 1256 0 20181 0
Current children cumulated CPU time (s) 1113.15
Current children cumulated vsize (KiB) 85768

[startup+1115.1 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 6043
/proc/meminfo: memFree=1779680/2055920 swapFree=4191900/4192956
[pid=6042] ppid=6040 vsize=87092 CPUtime=1114.76
/proc/6042/stat : 6042 (pbscip.linux.x8) R 6040 6042 6005 0 -1 4194304 104299 0 0 0 110885 591 0 0 25 0 1 0 182629141 89182208 19905 1992294400 4194304 9342243 548682068736 18446744073709551615 6238735 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6042/statm: 21773 19905 689 1256 0 20512 0
Current children cumulated CPU time (s) 1114.76
Current children cumulated vsize (KiB) 87092

[startup+1115.5 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 6043
/proc/meminfo: memFree=1779808/2055920 swapFree=4191900/4192956
[pid=6042] ppid=6040 vsize=85732 CPUtime=1115.15
/proc/6042/stat : 6042 (pbscip.linux.x8) R 6040 6042 6005 0 -1 4194304 104450 0 0 0 110924 591 0 0 25 0 1 0 182629141 87789568 19928 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6042/statm: 21433 19928 689 1256 0 20172 0
Current children cumulated CPU time (s) 1115.15
Current children cumulated vsize (KiB) 85732

[startup+1115.9 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 6043
/proc/meminfo: memFree=1779808/2055920 swapFree=4191900/4192956
[pid=6042] ppid=6040 vsize=85732 CPUtime=1115.55
/proc/6042/stat : 6042 (pbscip.linux.x8) R 6040 6042 6005 0 -1 4194304 104493 0 0 0 110964 591 0 0 25 0 1 0 182629141 87789568 19971 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/6042/statm: 21433 19971 689 1256 0 20172 0
Current children cumulated CPU time (s) 1115.55
Current children cumulated vsize (KiB) 85732

[startup+1116 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 6043
/proc/meminfo: memFree=1779808/2055920 swapFree=4191900/4192956
[pid=6042] ppid=6040 vsize=85732 CPUtime=1115.65
/proc/6042/stat : 6042 (pbscip.linux.x8) R 6040 6042 6005 0 -1 4194304 104502 0 0 0 110974 591 0 0 17 0 1 0 182629141 87789568 19980 1992294400 4194304 9342243 548682068736 18446744073709551615 4302011 0 0 4096 0 0 0 0 17 1 0 0
/proc/6042/statm: 21433 19980 694 1256 0 20172 0
Current children cumulated CPU time (s) 1115.65
Current children cumulated vsize (KiB) 85732

Child status: 0
Real time (s): 1116.06
CPU time (s): 1115.72
CPU user time (s): 1109.78
CPU system time (s): 5.9321
CPU usage (%): 99.9695
Max. virtual memory (cumulated for all children) (KiB): 87836

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

runsolver used 0.803877 second user time and 2.34264 second system time

The end

Launcher Data

Begin job on node34 at 2009-06-16 13:04:59
IDJOB=1868923
IDBENCH=2062
IDSOLVER=684
FILE ID=node34/1868923-1245150298
PBS_JOBID= 9363786
Free space on /tmp= 66252 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-4-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-1868923-1245150298/watcher-1868923-1245150298 -o /tmp/evaluation-result-1868923-1245150298/solver-1868923-1245150298 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.clp -t 1800 -m 1800 -f HOME/instance-1868923-1245150298.opb

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

MD5SUM BENCH= fb36e1331618479668dc4f08f8a798f0
RANDOM SEED=1641392951

node34.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.263
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.263
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:       1857856 kB
Buffers:         25688 kB
Cached:          98832 kB
SwapCached:        260 kB
Active:          52284 kB
Inactive:        85392 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1857856 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:           12148 kB
Writeback:           0 kB
Mapped:          21672 kB
Slab:            46372 kB
Committed_AS:   165736 kB
PageTables:       1384 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= 66240 MiB
End job on node34 at 2009-06-16 13:23:35