Trace number 2705499

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 NameAnswerCPU timeWall clock time
SCIPclp SCIP 1.2.1.3 with Clp 1.11.1 (Release Version) as LP solverMSAT 1790.15 1790.11

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900564824--soft-66-100-0.wbo
MD5SUMbcc83dde29b6f868056a0bfa1b1372de
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark19
Best CPU time to get the best result obtained on this benchmark49.4775
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables231
Total number of constraints2707
Number of soft constraints928
Number of constraints which are clauses2684
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint110
Top cost 47257
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 47256
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 813
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.00	c SCIP version 1.2.1.3 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Clp 1.11.1]
0.00/0.00	c Copyright (c) 2002-2010 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-2705499-1278572953.wbo>
0.00/0.02	c original problem has 2087 variables (1159 bin, 0 int, 928 impl, 0 cont) and 3636 constraints
0.00/0.02	c problem read
0.00/0.02	c presolving settings loaded
0.00/0.03	c presolving:
0.00/0.04	c (round 1) 0 del vars, 1 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 206 impls, 14 clqs
0.05/0.06	c (round 2) 0 del vars, 112 del conss, 928 chg bounds, 51 chg sides, 0 chg coeffs, 0 upgd conss, 206 impls, 14 clqs
0.05/0.08	c (round 3) 51 del vars, 289 del conss, 955 chg bounds, 150 chg sides, 0 chg coeffs, 0 upgd conss, 206 impls, 14 clqs
0.05/0.08	c (round 4) 156 del vars, 298 del conss, 958 chg bounds, 156 chg sides, 0 chg coeffs, 0 upgd conss, 206 impls, 14 clqs
0.05/0.09	c (round 5) 162 del vars, 298 del conss, 958 chg bounds, 156 chg sides, 0 chg coeffs, 1644 upgd conss, 206 impls, 14 clqs
0.09/0.10	c (round 6) 162 del vars, 305 del conss, 958 chg bounds, 156 chg sides, 0 chg coeffs, 1644 upgd conss, 206 impls, 14 clqs
0.09/0.14	c    (0.1s) probing: 101/1078 (9.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.09/0.14	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.09/0.14	c presolving (7 rounds):
0.09/0.14	c  162 deleted vars, 305 deleted constraints, 958 tightened bounds, 0 added holes, 156 changed sides, 0 changed coefficients
0.09/0.14	c  1892 implications, 14 cliques
0.09/0.14	c presolved problem has 1925 variables (1078 bin, 0 int, 847 impl, 0 cont) and 3331 constraints
0.09/0.14	c       1 constraints of type <knapsack>
0.09/0.14	c      35 constraints of type <setppc>
0.09/0.14	c     847 constraints of type <linear>
0.09/0.14	c     847 constraints of type <indicator>
0.09/0.14	c    1601 constraints of type <logicor>
0.09/0.14	c transformed objective value is always integral (scale: 1)
0.09/0.14	c Presolving Time: 0.11
0.09/0.14	c - non default parameters ----------------------------------------------------------------------
0.09/0.14	c # SCIP version 1.2.1.3
0.09/0.14	c 
0.09/0.14	c # frequency for displaying node information lines
0.09/0.14	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.14	c display/freq = 10000
0.09/0.14	c 
0.09/0.14	c # maximal time in seconds to run
0.09/0.14	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.14	c limits/time = 1789.98
0.09/0.14	c 
0.09/0.14	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.14	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.14	c limits/memory = 3420
0.09/0.14	c 
0.09/0.14	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.09/0.14	c # [type: int, range: [1,2], default: 1]
0.09/0.14	c timing/clocktype = 2
0.09/0.14	c 
0.09/0.14	c # should presolving try to simplify inequalities
0.09/0.14	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.14	c constraints/linear/simplifyinequalities = TRUE
0.09/0.14	c 
0.09/0.14	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.09/0.14	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.14	c constraints/indicator/addCouplingCons = TRUE
0.09/0.14	c 
0.09/0.14	c # should presolving try to simplify knapsacks
0.09/0.14	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.14	c constraints/knapsack/simplifyinequalities = TRUE
0.09/0.14	c 
0.09/0.14	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.09/0.14	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.14	c separating/rapidlearning/freq = 0
0.09/0.14	c 
0.09/0.14	c -----------------------------------------------------------------------------------------------
0.09/0.14	c start solving
0.09/0.14	c 
0.09/0.15	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.09/0.15	c   0.1s|     1 |     0 |    42 |     - |8937k|   0 |  29 |1925 |3331 |1925 |1637 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.19/0.26	c   0.2s|     1 |     0 |    83 |     - |9007k|   0 |  28 |1925 |3332 |1925 |1649 |  12 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.29/0.31	c   0.3s|     1 |     0 |   105 |     - |9215k|   0 |  29 |1925 |3332 |1925 |1657 |  20 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.29/0.36	c   0.3s|     1 |     0 |   161 |     - |9436k|   0 |  37 |1925 |3332 |1925 |1668 |  31 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.39/0.49	c   0.5s|     1 |     0 |   422 |     - |9852k|   0 |  61 |1925 |3332 |1925 |1672 |  35 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.59/0.61	c   0.6s|     1 |     0 |   470 |     - |9945k|   0 |  72 |1925 |3332 |1925 |1685 |  48 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.69/0.79	c   0.8s|     1 |     0 |   668 |     - |9975k|   0 |  64 |1925 |3332 |1925 |1691 |  54 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1.39/1.43	c   1.4s|     1 |     2 |   668 |     - |9975k|   0 |  64 |1925 |3332 |1925 |1691 |  54 |   0 |  13 | 0.000000e+00 |      --      |    Inf 
3.49/3.55	o 43452
3.49/3.55	c y 3.5s|    42 |    23 |  1649 |  23.9 |  10M|  19 |   - |1925 |3351 |   0 |   0 |  58 |  19 | 233 | 0.000000e+00 | 4.345200e+04 |    Inf 
4.19/4.21	o 697
4.19/4.21	c * 4.2s|    48 |    29 |  2023 |  28.8 |  10M|  19 |   - |1925 |3351 |1925 |1682 |  63 |  19 | 351 | 0.000000e+00 | 6.970000e+02 |    Inf 
4.19/4.22	o 568
4.19/4.22	c * 4.2s|    50 |    29 |  2034 |  27.9 |  10M|  19 |   - |1925 |3351 |1925 |1682 |  63 |  19 | 357 | 0.000000e+00 | 5.680000e+02 |    Inf 
4.19/4.29	o 484
4.19/4.29	c * 4.3s|    66 |    40 |  2074 |  21.6 |  10M|  23 |   - |1925 |3351 |1925 |1683 |  69 |  19 | 373 | 0.000000e+00 | 4.840000e+02 |    Inf 
9.29/9.38	o 469
9.29/9.38	c * 9.4s|   550 |   231 |  8228 |  13.8 |  11M|  39 |   - |1925 |3673 |1925 |1677 | 257 | 359 |1256 | 0.000000e+00 | 4.690000e+02 |    Inf 
10.09/10.10	o 410
10.09/10.10	c *10.1s|   820 |   320 | 10161 |  11.6 |  12M|  39 |   - |1925 |3962 |1925 |1694 | 354 | 662 |1353 | 0.000000e+00 | 4.100000e+02 |    Inf 
10.29/10.31	o 370
10.29/10.31	c *10.3s|   924 |   371 | 10755 |  10.9 |  12M|  39 |   - |1925 |4005 |1925 |1691 | 376 | 716 |1373 | 0.000000e+00 | 3.700000e+02 |    Inf 
11.20/11.22	o 250
11.20/11.22	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
11.20/11.22	c *11.2s|  1418 |   456 | 13056 |   8.7 |  13M|  50 |   - |1925 |4297 |1925 |1691 | 500 |1150 |1441 | 0.000000e+00 | 2.500000e+02 |    Inf 
14.99/15.00	o 184
14.99/15.00	c *15.0s|  3714 |   786 | 27960 |   7.4 |  14M|  51 |   - |1925 |4937 |1925 |1680 | 851 |3418 |1552 | 0.000000e+00 | 1.840000e+02 |    Inf 
25.89/25.91	o 173
25.89/25.91	c *25.9s|  9457 |  1916 | 80683 |   8.5 |  20M|  53 |   - |1925 |4965 |1925 |1684 |1700 |8607 |1733 | 0.000000e+00 | 1.730000e+02 |    Inf 
26.79/26.80	c  26.8s| 10000 |  1969 | 84405 |   8.4 |  20M|  53 |   7 |1925 |5197 |1925 |1677 |1812 |9198 |1741 | 0.000000e+00 | 1.730000e+02 |    Inf 
40.89/40.99	o 129
40.89/40.99	c *41.0s| 17747 |  3193 |148159 |   8.3 |  27M|  54 |   - |1925 |5245 |1925 |1683 |2825 |  16k|1867 | 0.000000e+00 | 1.290000e+02 |    Inf 
45.19/45.27	c  45.2s| 20000 |  3459 |169977 |   8.5 |  29M|  55 |  21 |1925 |6045 |1925 |1686 |3023 |  18k|1867 | 0.000000e+00 | 1.290000e+02 |    Inf 
63.19/63.24	c  63.2s| 30000 |  4090 |252813 |   8.4 |  35M|  60 |   - |1925 |5888 |   0 |   0 |3785 |  28k|1867 | 0.000000e+00 | 1.290000e+02 |    Inf 
63.39/63.49	o 42
63.39/63.49	c *63.5s| 30137 |  2377 |254050 |   8.4 |  26M|  60 |   - |1925 |5963 |1925 |1678 |3786 |  29k|1867 | 0.000000e+00 | 4.200000e+01 |    Inf 
64.49/64.52	o 22
64.49/64.52	c *64.5s| 30690 |  1790 |260288 |   8.5 |  23M|  60 |   - |1925 |5384 |1925 |1677 |3842 |  29k|1867 | 0.000000e+00 | 2.200000e+01 |    Inf 
82.49/82.51	c  82.5s| 40000 |  1496 |377643 |   9.4 |  25M|  60 |   - |1925 |7801 |   0 |   0 |4315 |  41k|1928 | 0.000000e+00 | 2.200000e+01 |    Inf 
102.49/102.51	c   102s| 50000 |  1448 |498309 |  10.0 |  27M|  60 |   - |1925 |9685 |1925 |1677 |4747 |  54k|2305 | 0.000000e+00 | 2.200000e+01 |    Inf 
121.89/121.98	c   122s| 60000 |  1521 |613343 |  10.2 |  29M|  60 |  17 |1925 |  12k|1925 |1677 |5402 |  66k|2544 | 0.000000e+00 | 2.200000e+01 |    Inf 
143.29/143.34	c   143s| 70000 |  1295 |739548 |  10.6 |  28M|  60 |  21 |1925 |  11k|1925 |1677 |6140 |  79k|2893 | 0.000000e+00 | 2.200000e+01 |    Inf 
164.59/164.63	c   165s| 80000 |  1254 |870444 |  10.9 |  29M|  60 |   1 |1925 |  13k|1925 |1677 |6671 |  92k|3179 | 0.000000e+00 | 2.200000e+01 |    Inf 
187.39/187.43	c   187s| 90000 |  1290 |  1008k|  11.2 |  32M|  60 |   - |1925 |  17k|   0 |   0 |7454 | 105k|3467 | 0.000000e+00 | 2.200000e+01 |    Inf 
209.39/209.43	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
209.39/209.43	c   209s|100000 |  1416 |  1135k|  11.4 |  34M|  60 |   - |1925 |  20k|1925 |1677 |8126 | 118k|3703 | 0.000000e+00 | 2.200000e+01 |    Inf 
232.10/232.10	c   232s|110000 |  1423 |  1262k|  11.5 |  35M|  60 |  14 |1925 |  18k|1925 |1677 |8821 | 131k|3957 | 0.000000e+00 | 2.200000e+01 |    Inf 
253.69/253.70	c   254s|120000 |  1440 |  1378k|  11.5 |  35M|  60 |  22 |1925 |  18k|1925 |1677 |9388 | 144k|4180 | 0.000000e+00 | 2.200000e+01 |    Inf 
276.19/276.26	c   276s|130000 |  1520 |  1496k|  11.5 |  37M|  60 |  15 |1925 |  20k|1925 |1677 |9754 | 157k|4320 | 0.000000e+00 | 2.200000e+01 |    Inf 
297.69/297.77	c   298s|140000 |  1558 |  1609k|  11.5 |  37M|  60 |   - |1925 |  17k|   0 |   0 |  10k| 169k|4531 | 0.000000e+00 | 2.200000e+01 |    Inf 
319.60/319.68	c   320s|150000 |  1785 |  1731k|  11.5 |  39M|  60 |  35 |1925 |  16k|1925 |1677 |  10k| 182k|4743 | 0.000000e+00 | 2.200000e+01 |    Inf 
342.70/342.73	c   343s|160000 |  1794 |  1866k|  11.7 |  41M|  62 |  21 |1925 |  18k|1925 |1677 |  11k| 195k|4919 | 0.000000e+00 | 2.200000e+01 |    Inf 
363.39/363.46	c   363s|170000 |  1841 |  1980k|  11.6 |  41M|  62 |   - |1925 |  17k|1925 |1677 |  11k| 208k|5041 | 0.000000e+00 | 2.200000e+01 |    Inf 
385.19/385.23	c   385s|180000 |  1866 |  2103k|  11.7 |  42M|  62 |  24 |1925 |  18k|1925 |1677 |  12k| 221k|5232 | 0.000000e+00 | 2.200000e+01 |    Inf 
406.40/406.49	c   406s|190000 |  1964 |  2214k|  11.7 |  43M|  62 |  16 |1925 |  18k|1925 |1677 |  12k| 234k|5391 | 0.000000e+00 | 2.200000e+01 |    Inf 
428.80/428.81	c   429s|200000 |  2051 |  2342k|  11.7 |  45M|  62 |  30 |1925 |  21k|1925 |1677 |  13k| 247k|5583 | 0.000000e+00 | 2.200000e+01 |    Inf 
450.30/450.35	c   450s|210000 |  2297 |  2457k|  11.7 |  48M|  62 |  20 |1925 |  23k|1925 |1677 |  13k| 260k|5721 | 0.000000e+00 | 2.200000e+01 |    Inf 
472.70/472.70	c   473s|220000 |  2374 |  2576k|  11.7 |  50M|  64 |   - |1925 |  24k|   0 |   0 |  14k| 273k|5865 | 0.000000e+00 | 2.200000e+01 |    Inf 
494.69/494.76	c   495s|230000 |  2431 |  2689k|  11.7 |  51M|  64 |  27 |1925 |  26k|1925 |1677 |  15k| 288k|6010 | 0.000000e+00 | 2.200000e+01 |    Inf 
517.30/517.35	c   517s|240000 |  2448 |  2808k|  11.7 |  53M|  64 |   - |1925 |  27k|1925 |1677 |  15k| 302k|6145 | 0.000000e+00 | 2.200000e+01 |    Inf 
539.40/539.42	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
539.40/539.42	c   539s|250000 |  2418 |  2913k|  11.7 |  54M|  64 |  18 |1925 |  29k|1925 |1677 |  16k| 315k|6262 | 0.000000e+00 | 2.200000e+01 |    Inf 
561.90/561.95	c   562s|260000 |  2414 |  3020k|  11.6 |  54M|  67 |   - |1925 |  27k|   0 |   0 |  16k| 329k|6362 | 0.000000e+00 | 2.200000e+01 |    Inf 
584.90/584.90	c   585s|270000 |  2411 |  3133k|  11.6 |  52M|  67 |  17 |1925 |  21k|1925 |1682 |  17k| 343k|6475 | 0.000000e+00 | 2.200000e+01 |    Inf 
606.20/606.27	c   606s|280000 |  2473 |  3247k|  11.6 |  54M|  67 |   1 |1925 |  23k|1925 |1677 |  18k| 356k|6597 | 0.000000e+00 | 2.200000e+01 |    Inf 
625.70/625.76	c   626s|290000 |  2502 |  3333k|  11.5 |  55M|  67 |  23 |1925 |  24k|1925 |1677 |  19k| 369k|6657 | 0.000000e+00 | 2.200000e+01 |    Inf 
647.60/647.64	c   648s|300000 |  2401 |  3435k|  11.5 |  54M|  67 |   - |1925 |  20k|   0 |   0 |  19k| 382k|6846 | 0.000000e+00 | 2.200000e+01 |    Inf 
668.40/668.40	c   668s|310000 |  2435 |  3543k|  11.4 |  55M|  67 |   - |1925 |  23k|   0 |   0 |  20k| 396k|6935 | 0.000000e+00 | 2.200000e+01 |    Inf 
689.40/689.45	c   689s|320000 |  2484 |  3643k|  11.4 |  56M|  67 |   - |1925 |  22k|   0 |   0 |  20k| 409k|7005 | 0.000000e+00 | 2.200000e+01 |    Inf 
713.51/713.54	c   714s|330000 |  2548 |  3771k|  11.4 |  58M|  67 |   - |1925 |  26k|   0 |   0 |  21k| 422k|7121 | 0.000000e+00 | 2.200000e+01 |    Inf 
736.60/736.65	c   737s|340000 |  2608 |  3892k|  11.4 |  58M|  67 |   - |1925 |  25k|   0 |   0 |  21k| 435k|7246 | 0.000000e+00 | 2.200000e+01 |    Inf 
759.10/759.12	c   759s|350000 |  2722 |  4002k|  11.4 |  60M|  67 |   - |1925 |  26k|   0 |   0 |  22k| 449k|7376 | 0.000000e+00 | 2.200000e+01 |    Inf 
768.20/768.28	o 20
768.20/768.28	c * 768s|353998 |  2624 |  4047k|  11.4 |  59M|  67 |   - |1925 |  26k|1925 |1677 |  22k| 455k|7378 | 0.000000e+00 | 2.000000e+01 |    Inf 
781.40/781.49	c   781s|360000 |  2574 |  4109k|  11.4 |  59M|  67 |  28 |1925 |  25k|1925 |1677 |  22k| 463k|7498 | 0.000000e+00 | 2.000000e+01 |    Inf 
802.00/802.08	c   802s|370000 |  2616 |  4209k|  11.4 |  59M|  67 |  21 |1925 |  25k|1925 |1677 |  23k| 477k|7547 | 0.000000e+00 | 2.000000e+01 |    Inf 
824.71/824.73	c   825s|380000 |  2638 |  4319k|  11.4 |  61M|  67 |  28 |1925 |  27k|1925 |1677 |  24k| 491k|7633 | 0.000000e+00 | 2.000000e+01 |    Inf 
847.41/847.49	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
847.41/847.49	c   847s|390000 |  2737 |  4427k|  11.4 |  63M|  71 |   - |1925 |  30k|   0 |   0 |  24k| 505k|7748 | 0.000000e+00 | 2.000000e+01 |    Inf 
871.50/871.54	c   872s|400000 |  2786 |  4539k|  11.3 |  65M|  71 |   9 |1925 |  33k|1925 |1683 |  25k| 519k|7853 | 0.000000e+00 | 2.000000e+01 |    Inf 
895.41/895.45	c   895s|410000 |  2797 |  4645k|  11.3 |  64M|  71 |  16 |1925 |  30k|1925 |1677 |  26k| 534k|7954 | 0.000000e+00 | 2.000000e+01 |    Inf 
918.91/918.98	c   919s|420000 |  2791 |  4760k|  11.3 |  66M|  73 |  28 |1925 |  32k|1925 |1677 |  27k| 548k|8015 | 0.000000e+00 | 2.000000e+01 |    Inf 
944.31/944.37	c   944s|430000 |  2811 |  4884k|  11.4 |  66M|  73 |   - |1925 |  32k|   0 |   0 |  27k| 562k|8101 | 0.000000e+00 | 2.000000e+01 |    Inf 
967.91/967.99	c   968s|440000 |  2733 |  4999k|  11.4 |  62M|  73 |   - |1925 |  21k|1925 |1677 |  28k| 575k|8205 | 0.000000e+00 | 2.000000e+01 |    Inf 
990.41/990.41	c   990s|450000 |  2702 |  5116k|  11.4 |  61M|  73 |  29 |1925 |  18k|1925 |1677 |  29k| 589k|8319 | 0.000000e+00 | 2.000000e+01 |    Inf 
1014.01/1014.05	c  1014s|460000 |  2829 |  5251k|  11.4 |  63M|  73 |   - |1925 |  21k|   0 |   0 |  30k| 601k|8416 | 0.000000e+00 | 2.000000e+01 |    Inf 
1037.11/1037.13	c  1037s|470000 |  2901 |  5376k|  11.4 |  64M|  73 |  20 |1925 |  22k|1925 |1677 |  31k| 614k|8487 | 0.000000e+00 | 2.000000e+01 |    Inf 
1060.42/1060.42	c  1060s|480000 |  2975 |  5495k|  11.4 |  65M|  73 |  20 |1925 |  23k|1925 |1677 |  31k| 628k|8540 | 0.000000e+00 | 2.000000e+01 |    Inf 
1083.52/1083.59	c  1084s|490000 |  3061 |  5620k|  11.5 |  67M|  73 |   - |1925 |  24k|1925 |1677 |  32k| 641k|8626 | 0.000000e+00 | 2.000000e+01 |    Inf 
1106.81/1106.87	c  1107s|500000 |  3032 |  5740k|  11.5 |  67M|  73 |  18 |1925 |  24k|1925 |1677 |  32k| 654k|8726 | 0.000000e+00 | 2.000000e+01 |    Inf 
1129.92/1129.95	c  1130s|510000 |  3060 |  5859k|  11.5 |  68M|  73 |   - |1925 |  24k|1925 |1677 |  33k| 667k|8827 | 0.000000e+00 | 2.000000e+01 |    Inf 
1154.32/1154.31	c  1154s|520000 |  3092 |  5990k|  11.5 |  68M|  73 |  19 |1925 |  25k|1925 |1677 |  34k| 681k|8894 | 0.000000e+00 | 2.000000e+01 |    Inf 
1176.32/1176.33	c  1176s|530000 |  3140 |  6097k|  11.5 |  70M|  73 |   - |1925 |  26k|   0 |   0 |  35k| 695k|8966 | 0.000000e+00 | 2.000000e+01 |    Inf 
1199.31/1199.39	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1199.31/1199.39	c  1199s|540000 |  3152 |  6210k|  11.5 |  70M|  73 |   - |1925 |  23k|1925 |1677 |  35k| 708k|9101 | 0.000000e+00 | 2.000000e+01 |    Inf 
1221.92/1221.93	c  1222s|550000 |  3194 |  6327k|  11.5 |  70M|  73 |   - |1925 |  22k|   0 |   0 |  36k| 722k|9143 | 0.000000e+00 | 2.000000e+01 |    Inf 
1244.12/1244.13	c  1244s|560000 |  3205 |  6439k|  11.5 |  71M|  73 |  23 |1925 |  24k|1925 |1677 |  37k| 735k|9241 | 0.000000e+00 | 2.000000e+01 |    Inf 
1267.42/1267.42	c  1267s|570000 |  3307 |  6560k|  11.5 |  71M|  73 |   - |1925 |  21k|   0 |   0 |  37k| 749k|9346 | 0.000000e+00 | 2.000000e+01 |    Inf 
1288.82/1288.87	c  1289s|580000 |  3294 |  6674k|  11.5 |  71M|  73 |   - |1925 |  21k|   0 |   0 |  37k| 762k|9379 | 0.000000e+00 | 2.000000e+01 |    Inf 
1312.12/1312.11	c  1312s|590000 |  3312 |  6802k|  11.5 |  72M|  73 |  26 |1925 |  21k|1925 |1677 |  38k| 775k|9481 | 0.000000e+00 | 2.000000e+01 |    Inf 
1333.92/1333.92	c  1334s|600000 |  3316 |  6923k|  11.5 |  72M|  73 |  30 |1925 |  21k|1925 |1677 |  38k| 788k|9574 | 0.000000e+00 | 2.000000e+01 |    Inf 
1355.32/1355.39	c  1355s|610000 |  3358 |  7039k|  11.5 |  73M|  73 |  25 |1925 |  22k|1925 |1677 |  39k| 801k|9611 | 0.000000e+00 | 2.000000e+01 |    Inf 
1378.23/1378.26	c  1378s|620000 |  3433 |  7156k|  11.5 |  75M|  73 |  16 |1925 |  23k|1925 |1677 |  39k| 815k|9746 | 0.000000e+00 | 2.000000e+01 |    Inf 
1402.02/1402.05	c  1402s|630000 |  3495 |  7280k|  11.6 |  75M|  73 |   - |1925 |  21k|1925 |1677 |  40k| 829k|9812 | 0.000000e+00 | 2.000000e+01 |    Inf 
1425.63/1425.69	c  1426s|640000 |  3544 |  7413k|  11.6 |  76M|  73 |   - |1925 |  21k|   0 |   0 |  40k| 843k|9858 | 0.000000e+00 | 2.000000e+01 |    Inf 
1447.32/1447.36	c  1447s|650000 |  3569 |  7527k|  11.6 |  76M|  73 |  22 |1925 |  18k|1925 |1677 |  41k| 856k|9979 | 0.000000e+00 | 2.000000e+01 |    Inf 
1467.63/1467.63	c  1468s|660000 |  3577 |  7637k|  11.6 |  78M|  73 |  28 |1925 |  21k|1925 |1677 |  42k| 870k|  10k| 0.000000e+00 | 2.000000e+01 |    Inf 
1488.42/1488.46	c  1488s|670000 |  3575 |  7749k|  11.6 |  77M|  73 |  15 |1925 |  19k|1925 |1677 |  42k| 884k|  10k| 0.000000e+00 | 2.000000e+01 |    Inf 
1509.33/1509.37	c  1509s|680000 |  3699 |  7860k|  11.6 |  78M|  73 |   - |1925 |  18k|   0 |   0 |  43k| 897k|  10k| 0.000000e+00 | 2.000000e+01 |    Inf 
1529.42/1529.48	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1529.42/1529.48	c  1529s|690000 |  3827 |  7973k|  11.6 |  79M|  79 |  16 |1925 |  17k|1925 |1677 |  43k| 911k|  10k| 0.000000e+00 | 2.000000e+01 |    Inf 
1549.03/1549.05	c  1549s|700000 |  3923 |  8078k|  11.5 |  80M|  79 |   - |1925 |  17k|   0 |   0 |  44k| 925k|  10k| 0.000000e+00 | 2.000000e+01 |    Inf 
1570.23/1570.20	c  1570s|710000 |  3990 |  8202k|  11.6 |  81M|  79 |  22 |1925 |  19k|1925 |1677 |  44k| 939k|  10k| 0.000000e+00 | 2.000000e+01 |    Inf 
1591.63/1591.62	c  1592s|720000 |  4040 |  8328k|  11.6 |  80M|  79 |  29 |1925 |  14k|1925 |1677 |  45k| 952k|  10k| 0.000000e+00 | 2.000000e+01 |    Inf 
1611.43/1611.49	c  1611s|730000 |  4091 |  8439k|  11.6 |  82M|  79 |  25 |1925 |  17k|1925 |1677 |  45k| 966k|  10k| 0.000000e+00 | 2.000000e+01 |    Inf 
1630.43/1630.43	c  1630s|740000 |  4110 |  8537k|  11.5 |  82M|  79 |   - |1925 |  17k|   0 |   0 |  46k| 980k|  10k| 0.000000e+00 | 2.000000e+01 |    Inf 
1649.93/1649.95	c  1650s|750000 |  4189 |  8642k|  11.5 |  83M|  79 |   - |1925 |  18k|   0 |   0 |  46k| 994k|  10k| 0.000000e+00 | 2.000000e+01 |    Inf 
1669.63/1669.61	c  1670s|760000 |  4258 |  8746k|  11.5 |  84M|  79 |   - |1925 |  18k|   0 |   0 |  47k|1008k|  10k| 0.000000e+00 | 2.000000e+01 |    Inf 
1691.13/1691.13	c  1691s|770000 |  4275 |  8864k|  11.5 |  85M|  79 |   - |1925 |  19k|   0 |   0 |  47k|1022k|  10k| 0.000000e+00 | 2.000000e+01 |    Inf 
1711.83/1711.86	c  1712s|780000 |  4311 |  8978k|  11.5 |  86M|  79 |  24 |1925 |  20k|1925 |1677 |  48k|1036k|  10k| 0.000000e+00 | 2.000000e+01 |    Inf 
1733.82/1733.85	c  1734s|790000 |  4450 |  9105k|  11.5 |  87M|  79 |   - |1925 |  20k|   0 |   0 |  48k|1049k|  10k| 0.000000e+00 | 2.000000e+01 |    Inf 
1754.33/1754.39	c  1754s|800000 |  4448 |  9213k|  11.5 |  88M|  79 |  23 |1925 |  22k|1925 |1677 |  49k|1063k|  10k| 0.000000e+00 | 2.000000e+01 |    Inf 
1774.93/1774.92	c  1775s|810000 |  4430 |  9321k|  11.5 |  88M|  83 |   1 |1925 |  21k|1925 |1677 |  49k|1078k|  10k| 0.000000e+00 | 2.000000e+01 |    Inf 
1790.03/1790.00	c 
1790.03/1790.00	c SCIP Status        : solving was interrupted [time limit reached]
1790.03/1790.00	c Solving Time (sec) : 1789.98
1790.03/1790.00	c Solving Nodes      : 817593
1790.03/1790.00	c Primal Bound       : +2.00000000000000e+01 (103 solutions)
1790.03/1790.00	c Dual Bound         : +0.00000000000000e+00
1790.03/1790.00	c Gap                : infinite
1790.03/1790.01	s SATISFIABLE
1790.03/1790.01	v -x231 -x230 -x229 -x228 -x227 -x226 -x225 -x224 -x223 -x222 -x221 -x220 -x219 -x218 -x217 -x216 x215 -x214 -x213 -x212 -x211 -x210 
1790.03/1790.01	v x209 -x208 -x207 -x206 -x205 -x204 -x203 -x202 -x201 -x200 -x199 -x198 -x197 -x196 -x195 x194 -x193 -x192 -x191 -x190 -x189 
1790.03/1790.01	v -x188 -x187 -x186 -x185 -x184 -x183 x182 -x181 -x180 x179 -x178 -x177 -x176 -x175 -x174 -x173 -x172 -x171 -x170 -x169 -x168 
1790.03/1790.01	v -x167 x166 -x165 -x164 -x163 -x162 -x161 -x160 -x159 -x158 -x157 -x156 x155 -x154 -x153 -x152 -x151 -x150 -x149 -x148 -x147 
1790.03/1790.01	v -x146 -x145 -x144 -x143 -x142 -x141 -x140 -x139 -x138 x137 -x136 -x135 -x134 -x133 -x132 -x131 -x130 -x129 -x128 -x127 -x126 
1790.03/1790.01	v -x125 -x124 -x123 -x122 -x121 -x120 -x119 -x118 -x117 -x116 -x115 -x114 -x113 -x112 x111 -x110 x109 -x108 -x107 -x106 -x105 
1790.03/1790.01	v -x104 -x103 -x102 -x101 -x100 -x99 -x98 -x97 -x96 -x95 -x94 -x93 x92 -x91 -x90 -x89 -x88 -x87 -x86 -x85 -x84 -x83 x82 -x81 -x80 
1790.03/1790.01	v -x79 -x78 -x77 -x76 -x75 -x74 -x73 x72 -x71 -x70 -x69 -x68 -x67 -x66 -x65 x64 -x63 -x62 -x61 -x60 -x59 -x58 -x57 -x56 -x55 
1790.03/1790.01	v -x54 -x53 x52 -x51 -x50 -x49 -x48 -x47 -x46 -x45 -x44 -x43 -x42 -x41 -x40 -x39 -x38 -x37 x36 -x35 -x34 x33 -x32 -x31 -x30 -x29 
1790.03/1790.01	v -x28 -x27 -x26 -x25 -x24 -x23 -x22 -x21 -x20 -x19 -x18 -x17 -x16 -x15 -x14 x13 -x12 -x11 -x10 -x9 -x8 -x7 -x6 -x5 x4 -x3 -x2 
1790.03/1790.01	v -x1 
1790.03/1790.01	c SCIP Status        : solving was interrupted [time limit reached]
1790.03/1790.01	c Solving Time       :    1789.98
1790.03/1790.01	c Original Problem   :
1790.03/1790.01	c   Problem name     : HOME/instance-2705499-1278572953.wbo
1790.03/1790.01	c   Variables        : 2087 (1159 binary, 0 integer, 928 implicit integer, 0 continuous)
1790.03/1790.01	c   Constraints      : 3636 initial, 3636 maximal
1790.03/1790.01	c Presolved Problem  :
1790.03/1790.01	c   Problem name     : t_HOME/instance-2705499-1278572953.wbo
1790.03/1790.01	c   Variables        : 1925 (1078 binary, 0 integer, 847 implicit integer, 0 continuous)
1790.03/1790.01	c   Constraints      : 3331 initial, 34614 maximal
1790.03/1790.01	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1790.03/1790.01	c   trivial          :       0.00         81          0          0          0          0          0          0          0
1790.03/1790.01	c   dualfix          :       0.00         81          0          0          0          0          0          0          0
1790.03/1790.01	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1790.03/1790.01	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1790.03/1790.01	c   implics          :       0.00          0          0          0          0          0          0          0          0
1790.03/1790.01	c   probing          :       0.03          0          0          0          0          0          0          0          0
1790.03/1790.01	c   knapsack         :       0.00          0          0          0          0          0          0          0          0
1790.03/1790.01	c   setppc           :       0.00          0          0          0          0          0          7          0          0
1790.03/1790.01	c   linear           :       0.06          0          0          0        958          0        217        156          0
1790.03/1790.01	c   indicator        :       0.00          0          0          0          0          0         81          0          0
1790.03/1790.01	c   logicor          :       0.01          0          0          0          0          0          0          0          0
1790.03/1790.01	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0
1790.03/1790.01	c   root node        :          -       1372          -          -       1372          -          -          -          -
1790.03/1790.01	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1790.03/1790.01	c   integral         :          0          0          0     447132          0        338       2794          0          0     868170
1790.03/1790.01	c   knapsack         :          1          6    3882599      10723          1      36860   11942227          0          0          0
1790.03/1790.01	c   setppc           :         35          6    3855923      10742          1      67588    2678830          0          0          0
1790.03/1790.01	c   linear           :        847+         7    3788511      10755          1      45533    3774790      50262          0          0
1790.03/1790.01	c   indicator        :        847          0    3740230      10751          1       1047    2456730          0          0          0
1790.03/1790.01	c   logicor          :       1601+         6    1768546       2466          1     162806    6324826          0          0          0
1790.03/1790.01	c   bounddisjunction :          0+         0     198972          0          0          2         23          0          0          0
1790.03/1790.01	c   countsols        :          0          0          0       2466          1          0          0          0          0          0
1790.03/1790.01	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1790.03/1790.01	c   integral         :      39.58       0.00       0.00      39.58       0.00
1790.03/1790.01	c   knapsack         :      37.32       0.00      37.32       0.00       0.00
1790.03/1790.01	c   setppc           :      15.47       0.00      15.46       0.01       0.00
1790.03/1790.01	c   linear           :      43.47       0.00      43.18       0.29       0.00
1790.03/1790.01	c   indicator        :      25.15       0.01      24.76       0.38       0.00
1790.03/1790.01	c   logicor          :     223.24       0.00     223.21       0.03       0.00
1790.03/1790.01	c   bounddisjunction :       0.22       0.00       0.22       0.00       0.00
1790.03/1790.01	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1790.03/1790.01	c Propagators        :       Time      Calls    Cutoffs    DomReds
1790.03/1790.01	c   vbounds          :       0.61      14134          0        260
1790.03/1790.01	c   rootredcost      :       0.57         14          0        686
1790.03/1790.01	c   pseudoobj        :      58.63    3901931       9115    2746744
1790.03/1790.01	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1790.03/1790.01	c   propagation      :      12.08     321904     321564    1850123       28.2      11259       26.5          -
1790.03/1790.01	c   infeasible LP    :      18.44     105298     105292     823393       45.1        762       18.2          0
1790.03/1790.01	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1790.03/1790.01	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1790.03/1790.01	c   pseudo solution  :       0.00          1          1          1        2.0          0        0.0          -
1790.03/1790.01	c   applied globally :          -          -          -    1088735       27.6          -          -          -
1790.03/1790.01	c   applied locally  :          -          -          -          0        0.0          -          -          -
1790.03/1790.01	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1790.03/1790.01	c   cut pool         :       0.00          5          -          -         13          -    (maximal pool size: 348)
1790.03/1790.01	c   redcost          :      17.33     448704          0      31867          0          0
1790.03/1790.01	c   impliedbounds    :       0.00          6          0          0          0          0
1790.03/1790.01	c   intobj           :       0.00          0          0          0          0          0
1790.03/1790.01	c   cgmip            :       0.00          0          0          0          0          0
1790.03/1790.01	c   gomory           :       0.21          6          0          0       1756          0
1790.03/1790.01	c   strongcg         :       0.18          6          0          0       2029          0
1790.03/1790.01	c   cmir             :       0.03          6          0          0          0          0
1790.03/1790.01	c   flowcover        :       0.05          6          0          0          0          0
1790.03/1790.01	c   clique           :       0.00          6          0          0          0          0
1790.03/1790.01	c   zerohalf         :       0.00          0          0          0          0          0
1790.03/1790.01	c   mcf              :       0.00          1          0          0          0          0
1790.03/1790.01	c   rapidlearning    :       0.07          1          0          0          0          1
1790.03/1790.01	c Pricers            :       Time      Calls       Vars
1790.03/1790.01	c   problem variables:       0.00          0          0
1790.03/1790.01	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1790.03/1790.01	c   relpscost        :      39.28     436369        338       2794          0          0     868170
1790.03/1790.01	c   pscost           :       0.00          0          0          0          0          0          0
1790.03/1790.01	c   inference        :       0.38       2454          0          0          0          0       4908
1790.03/1790.01	c   mostinf          :       0.00          0          0          0          0          0          0
1790.03/1790.01	c   leastinf         :       0.00          0          0          0          0          0          0
1790.03/1790.01	c   fullstrong       :       0.00          0          0          0          0          0          0
1790.03/1790.01	c   allfullstrong    :       0.00          0          0          0          0          0          0
1790.03/1790.01	c   random           :       0.00          0          0          0          0          0          0
1790.03/1790.01	c Primal Heuristics  :       Time      Calls      Found
1790.03/1790.01	c   LP solutions     :       0.01          -         13
1790.03/1790.01	c   pseudo solutions :       0.00          -          0
1790.03/1790.01	c   intshifting      :       0.01          0          0
1790.03/1790.01	c   oneopt           :       0.27         14          0
1790.03/1790.01	c   feaspump         :       0.02          1          0
1790.03/1790.01	c   crossover        :       0.49         15          0
1790.03/1790.01	c   veclendiving     :       0.65        192          0
1790.03/1790.01	c   guideddiving     :       0.66        193          0
1790.03/1790.01	c   linesearchdiving :       0.50        193          0
1790.03/1790.01	c   coefdiving       :       0.68        193          0
1790.03/1790.01	c   pscostdiving     :       0.54        193          0
1790.03/1790.01	c   fracdiving       :       0.62        193          0
1790.03/1790.01	c   objpscostdiving  :       0.38         97          0
1790.03/1790.01	c   rootsoldiving    :       0.62         97          0
1790.03/1790.01	c   trivial          :       0.00          2          0
1790.03/1790.01	c   simplerounding   :       0.51     436491          0
1790.03/1790.01	c   zirounding       :       0.24       1000          0
1790.03/1790.01	c   rounding         :       0.81       9297          0
1790.03/1790.01	c   shifting         :       0.80       2881          0
1790.03/1790.01	c   twoopt           :       0.00          0          0
1790.03/1790.01	c   fixandinfer      :       0.00          0          0
1790.03/1790.01	c   intdiving        :       0.00          0          0
1790.03/1790.01	c   actconsdiving    :       0.00          0          0
1790.03/1790.01	c   octane           :       0.00          0          0
1790.03/1790.01	c   rens             :       0.03          1          0
1790.03/1790.01	c   rins             :       0.00          0          0
1790.03/1790.01	c   localbranching   :       0.00          0          0
1790.03/1790.01	c   mutation         :       0.00          0          0
1790.03/1790.02	c   dins             :       0.00          0          0
1790.03/1790.02	c   undercover       :       0.00          0          0
1790.03/1790.02	c   nlp              :       0.13          0          0
1790.03/1790.02	c   trysol           :       0.23        143         90
1790.03/1790.02	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1790.03/1790.02	c   primal LP        :       0.00          0          0       0.00          -
1790.03/1790.02	c   dual LP          :     933.93     548800    9383890      17.10   10047.73
1790.03/1790.02	c   lex dual LP      :       0.00          0          0       0.00          -
1790.03/1790.02	c   barrier LP       :       0.00          0          0       0.00          -
1790.03/1790.02	c   diving/probing LP:       2.82       2358      16190       6.87    5747.63
1790.03/1790.02	c   strong branching :      35.25      11015     386440      35.08   10963.95
1790.03/1790.02	c     (at root node) :          -         13       5004     384.92          -
1790.03/1790.02	c   conflict analysis:       0.00          0          0       0.00          -
1790.03/1790.02	c B&B Tree           :
1790.03/1790.02	c   number of runs   :          1
1790.03/1790.02	c   nodes            :     817593
1790.03/1790.02	c   nodes (total)    :     817593
1790.03/1790.02	c   nodes left       :       4431
1790.03/1790.02	c   max depth        :         83
1790.03/1790.02	c   max depth (total):         83
1790.03/1790.02	c   backtracks       :      94578 (11.6%)
1790.03/1790.02	c   delayed cutoffs  :      48363
1790.03/1790.02	c   repropagations   :    1663939 (4851493 domain reductions, 45592 cutoffs)
1790.03/1790.02	c   avg switch length:       5.67
1790.03/1790.02	c   switching time   :     204.15
1790.03/1790.02	c Solution           :
1790.03/1790.02	c   Solutions found  :        103 (14 improvements)
1790.03/1790.02	c   First Solution   : +4.34520000000000e+04   (in run 1, after 41 nodes, 3.52 seconds, depth 20, found by <trysol>)
1790.03/1790.02	c   Primal Bound     : +2.00000000000000e+01   (in run 1, after 353998 nodes, 768.26 seconds, depth 34, found by <relaxation>)
1790.03/1790.02	c   Dual Bound       : +0.00000000000000e+00
1790.03/1790.02	c   Gap              :   infinite
1790.03/1790.02	c   Root Dual Bound  : +0.00000000000000e+00
1790.03/1790.02	c   Root Iterations  :        668
1790.13/1790.11	c Time complete: 1790.15.

Verifier Data

OK	20

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2705499-1278572953/watcher-2705499-1278572953 -o /tmp/evaluation-result-2705499-1278572953/solver-2705499-1278572953 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2705499-1278572953.wbo -t 1800 -m 3800 

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): 3891200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 3942400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.40 0.09 0.03 4/178 23029
/proc/meminfo: memFree=29501056/32951124 swapFree=67111528/67111528
[pid=23029] ppid=23027 vsize=12544 CPUtime=0
/proc/23029/stat : 23029 (pbscip.linux.x8) R 23027 23029 22866 0 -1 4202496 1971 0 0 0 0 0 0 0 22 0 1 0 25508173 12845056 1890 4089446400 4194304 10345943 140735505707440 18446744073709551615 9107500 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/23029/statm: 3136 1890 429 1502 0 1629 0

[startup+0.053909 s]
/proc/loadavg: 0.40 0.09 0.03 4/178 23029
/proc/meminfo: memFree=29501056/32951124 swapFree=67111528/67111528
[pid=23029] ppid=23027 vsize=26472 CPUtime=0.05
/proc/23029/stat : 23029 (pbscip.linux.x8) R 23027 23029 22866 0 -1 4202496 5643 0 0 0 5 0 0 0 22 0 1 0 25508173 27107328 5208 4089446400 4194304 10345943 140735505707440 18446744073709551615 5018732 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/23029/statm: 6618 5208 534 1502 0 5111 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 26472

[startup+0.100926 s]
/proc/loadavg: 0.40 0.09 0.03 4/178 23029
/proc/meminfo: memFree=29501056/32951124 swapFree=67111528/67111528
[pid=23029] ppid=23027 vsize=27500 CPUtime=0.09
/proc/23029/stat : 23029 (pbscip.linux.x8) R 23027 23029 22866 0 -1 4202496 5930 0 0 0 9 0 0 0 22 0 1 0 25508173 28160000 5495 4089446400 4194304 10345943 140735505707440 18446744073709551615 5017692 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/23029/statm: 6875 5495 561 1502 0 5368 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 27500

[startup+0.30087 s]
/proc/loadavg: 0.40 0.09 0.03 4/178 23029
/proc/meminfo: memFree=29501056/32951124 swapFree=67111528/67111528
[pid=23029] ppid=23027 vsize=35188 CPUtime=0.29
/proc/23029/stat : 23029 (pbscip.linux.x8) R 23027 23029 22866 0 -1 4202496 11554 0 0 0 28 1 0 0 22 0 1 0 25508173 36032512 7230 4089446400 4194304 10345943 140735505707440 18446744073709551615 9134643 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/23029/statm: 8797 7230 760 1502 0 7290 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 35188

[startup+0.700789 s]
/proc/loadavg: 0.40 0.09 0.03 4/178 23029
/proc/meminfo: memFree=29501056/32951124 swapFree=67111528/67111528
[pid=23029] ppid=23027 vsize=42484 CPUtime=0.69
/proc/23029/stat : 23029 (pbscip.linux.x8) R 23027 23029 22866 0 -1 4202496 13438 0 0 0 68 1 0 0 24 0 1 0 25508173 43503616 9113 4089446400 4194304 10345943 140735505707440 18446744073709551615 6125393 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/23029/statm: 10621 9113 773 1502 0 9114 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 42484

[startup+1.50065 s]
/proc/loadavg: 0.40 0.09 0.03 2/174 23047
/proc/meminfo: memFree=29511496/32951124 swapFree=67111528/67111528
[pid=23029] ppid=23027 vsize=45352 CPUtime=1.49
/proc/23029/stat : 23029 (pbscip.linux.x8) R 23027 23029 22866 0 -1 4202496 17424 0 0 0 147 2 0 0 25 0 1 0 25508173 46440448 9351 4089446400 4194304 10345943 140735505707440 18446744073709551615 7591008 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/23029/statm: 11338 9351 784 1502 0 9831 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 45352

[startup+3.10037 s]
/proc/loadavg: 0.40 0.09 0.03 2/174 23047
/proc/meminfo: memFree=29510752/32951124 swapFree=67111528/67111528
[pid=23029] ppid=23027 vsize=45104 CPUtime=3.09
/proc/23029/stat : 23029 (pbscip.linux.x8) R 23027 23029 22866 0 -1 4202496 19538 0 0 0 304 5 0 0 25 0 1 0 25508173 46186496 9463 4089446400 4194304 10345943 140735505707440 18446744073709551615 7537158 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/23029/statm: 11276 9466 784 1502 0 9769 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 45104

[startup+6.30081 s]
/proc/loadavg: 0.45 0.11 0.04 3/179 23057
/proc/meminfo: memFree=29479568/32951124 swapFree=67111528/67111528
[pid=23029] ppid=23027 vsize=45808 CPUtime=6.29
/proc/23029/stat : 23029 (pbscip.linux.x8) R 23027 23029 22866 0 -1 4202496 28520 0 0 0 621 8 0 0 25 0 1 0 25508173 46907392 9407 4089446400 4194304 10345943 140735505707440 18446744073709551615 7569696 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/23029/statm: 11452 9407 786 1502 0 9945 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 45808

[startup+12.7007 s]
/proc/loadavg: 0.57 0.14 0.05 3/179 23057
/proc/meminfo: memFree=29448572/32951124 swapFree=67111528/67111528
[pid=23029] ppid=23027 vsize=51636 CPUtime=12.69
/proc/23029/stat : 23029 (pbscip.linux.x8) R 23027 23029 22866 0 -1 4202496 51534 0 0 0 1255 14 0 0 25 0 1 0 25508173 52875264 10838 4089446400 4194304 10345943 140735505707440 18446744073709551615 5089487 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/23029/statm: 12909 10838 789 1502 0 11402 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 51636

[startup+25.5004 s]
/proc/loadavg: 0.89 0.23 0.08 3/179 23058
/proc/meminfo: memFree=29431592/32951124 swapFree=67111528/67111528
[pid=23029] ppid=23027 vsize=59684 CPUtime=25.5
/proc/23029/stat : 23029 (pbscip.linux.x8) R 23027 23029 22866 0 -1 4202496 69222 0 0 0 2526 24 0 0 25 0 1 0 25508173 61116416 13394 4089446400 4194304 10345943 140735505707440 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/23029/statm: 14921 13394 804 1502 0 13414 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 59684

[startup+51.1009 s]
/proc/loadavg: 1.26 0.37 0.13 3/179 23059
/proc/meminfo: memFree=29385816/32951124 swapFree=67111528/67111528
[pid=23029] ppid=23027 vsize=79032 CPUtime=51.09
/proc/23029/stat : 23029 (pbscip.linux.x8) R 23027 23029 22866 0 -1 4202496 97113 0 0 0 5072 37 0 0 25 0 1 0 25508173 80928768 18231 4089446400 4194304 10345943 140735505707440 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/23029/statm: 19758 18231 804 1502 0 18251 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 79032

[startup+102.307 s]
/proc/loadavg: 1.68 0.62 0.22 3/179 23060
/proc/meminfo: memFree=29364696/32951124 swapFree=67111528/67111528
[pid=23029] ppid=23027 vsize=91520 CPUtime=102.3
/proc/23029/stat : 23029 (pbscip.linux.x8) R 23027 23029 22866 0 -1 4202496 124176 0 0 0 10163 67 0 0 25 0 1 0 25508173 93716480 21270 4089446400 4194304 10345943 140735505707440 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/23029/statm: 22880 21270 806 1502 0 21373 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 91520

[startup+162.3 s]
/proc/loadavg: 1.92 0.88 0.33 3/179 23061
/proc/meminfo: memFree=29355816/32951124 swapFree=67111528/67111528
[pid=23029] ppid=23027 vsize=96324 CPUtime=162.29
/proc/23029/stat : 23029 (pbscip.linux.x8) R 23027 23029 22866 0 -1 4202496 147315 0 0 0 16131 98 0 0 25 0 1 0 25508173 98635776 22534 4089446400 4194304 10345943 140735505707440 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/23029/statm: 24081 22534 806 1502 0 22574 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 96324

[startup+222.301 s]
/proc/loadavg: 1.97 1.08 0.44 3/179 23063
/proc/meminfo: memFree=29345440/32951124 swapFree=67111528/67111528
[pid=23029] ppid=23027 vsize=102856 CPUtime=222.3
/proc/23029/stat : 23029 (pbscip.linux.x8) R 23027 23029 22866 0 -1 4202496 164838 0 0 0 22099 131 0 0 25 0 1 0 25508173 105324544 23956 4089446400 4194304 10345943 140735505707440 18446744073709551615 4995169 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/23029/statm: 25714 23956 806 1502 0 24207 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 102856

[startup+282.301 s]
/proc/loadavg: 1.99 1.25 0.53 3/179 23065
/proc/meminfo: memFree=29339680/32951124 swapFree=67111528/67111528
[pid=23029] ppid=23027 vsize=107148 CPUtime=282.29
/proc/23029/stat : 23029 (pbscip.linux.x8) R 23027 23029 22866 0 -1 4202496 182597 0 0 0 28069 160 0 0 25 0 1 0 25508173 109719552 24811 4089446400 4194304 10345943 140735505707440 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/23029/statm: 26787 24811 806 1502 0 25280 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 107148

[startup+342.301 s]
/proc/loadavg: 1.99 1.38 0.62 3/179 23067
/proc/meminfo: memFree=29335784/32951124 swapFree=67111528/67111528
[pid=23029] ppid=23027 vsize=109500 CPUtime=342.3
/proc/23029/stat : 23029 (pbscip.linux.x8) R 23027 23029 22866 0 -1 4202496 197174 0 0 0 34041 189 0 0 25 0 1 0 25508173 112128000 25718 4089446400 4194304 10345943 140735505707440 18446744073709551615 6713145 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/23029/statm: 27375 25718 806 1502 0 25868 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 109500

[startup+402.301 s]
/proc/loadavg: 1.99 1.49 0.70 3/179 23068
/proc/meminfo: memFree=29328892/32951124 swapFree=67111528/67111528
[pid=23029] ppid=23027 vsize=114944 CPUtime=402.3
/proc/23029/stat : 23029 (pbscip.linux.x8) R 23027 23029 22866 0 -1 4202496 206620 0 0 0 40014 216 0 0 25 0 1 0 25508173 117702656 26703 4089446400 4194304 10345943 140735505707440 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/23029/statm: 28736 26703 806 1502 0 27229 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 114944

[startup+462.3 s]
/proc/loadavg: 1.99 1.58 0.78 3/179 23069
/proc/meminfo: memFree=29324124/32951124 swapFree=67111528/67111528
[pid=23029] ppid=23027 vsize=118396 CPUtime=462.3
/proc/23029/stat : 23029 (pbscip.linux.x8) R 23027 23029 22866 0 -1 4202496 217165 0 0 0 45986 244 0 0 25 0 1 0 25508173 121237504 27643 4089446400 4194304 10345943 140735505707440 18446744073709551615 6119675 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/23029/statm: 29599 27643 806 1502 0 28092 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 118396

[startup+522.301 s]
/proc/loadavg: 1.99 1.65 0.86 3/179 23071
/proc/meminfo: memFree=29314516/32951124 swapFree=67111528/67111528
[pid=23029] ppid=23027 vsize=122968 CPUtime=522.3
/proc/23029/stat : 23029 (pbscip.linux.x8) R 23027 23029 22866 0 -1 4202496 226141 0 0 0 51962 268 0 0 25 0 1 0 25508173 125919232 28814 4089446400 4194304 10345943 140735505707440 18446744073709551615 4216705 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/23029/statm: 30742 28814 806 1502 0 29235 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 122968

[startup+582.3 s]
/proc/loadavg: 2.07 1.73 0.93 3/179 23076
/proc/meminfo: memFree=29307768/32951124 swapFree=67111528/67111528
[pid=23029] ppid=23027 vsize=127580 CPUtime=582.3
/proc/23029/stat : 23029 (pbscip.linux.x8) R 23027 23029 22866 0 -1 4202496 232703 0 0 0 57937 293 0 0 25 0 1 0 25508173 130641920 29538 4089446400 4194304 10345943 140735505707440 18446744073709551615 7509933 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/23029/statm: 31895 29538 806 1502 0 30388 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 127580

[startup+642.301 s]
/proc/loadavg: 2.02 1.78 0.99 3/179 23078
/proc/meminfo: memFree=29305408/32951124 swapFree=67111528/67111528
[pid=23029] ppid=23027 vsize=127836 CPUtime=642.31
/proc/23029/stat : 23029 (pbscip.linux.x8) R 23027 23029 22866 0 -1 4202496 239170 0 0 0 63914 317 0 0 25 0 1 0 25508173 130904064 30110 4089446400 4194304 10345943 140735505707440 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/23029/statm: 31959 30110 806 1502 0 30452 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 127836

[startup+702.301 s]

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

/proc/meminfo: memFree=29281196/32951124 swapFree=67111528/67111528
[pid=23029] ppid=23027 vsize=147564 CPUtime=1002.31
/proc/23029/stat : 23029 (pbscip.linux.x8) R 23027 23029 22866 0 -1 4202496 282921 0 0 0 99776 455 0 0 25 0 1 0 25508173 151105536 34443 4089446400 4194304 10345943 140735505707440 18446744073709551615 5085356 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/23029/statm: 36891 34443 806 1502 0 35384 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 147564

[startup+1062.3 s]
/proc/loadavg: 2.08 1.96 1.35 3/179 23088
/proc/meminfo: memFree=29279632/32951124 swapFree=67111528/67111528
[pid=23029] ppid=23027 vsize=149068 CPUtime=1062.31
/proc/23029/stat : 23029 (pbscip.linux.x8) R 23027 23029 22866 0 -1 4202496 288753 0 0 0 105748 483 0 0 25 0 1 0 25508173 152645632 34805 4089446400 4194304 10345943 140735505707440 18446744073709551615 6757735 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/23029/statm: 37267 34805 806 1502 0 35760 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 149068

[startup+1122.3 s]
/proc/loadavg: 2.03 1.96 1.39 3/179 23090
/proc/meminfo: memFree=29276972/32951124 swapFree=67111528/67111528
[pid=23029] ppid=23027 vsize=148532 CPUtime=1122.31
/proc/23029/stat : 23029 (pbscip.linux.x8) R 23027 23029 22866 0 -1 4202496 292923 0 0 0 111722 509 0 0 25 0 1 0 25508173 152096768 34849 4089446400 4194304 10345943 140735505707440 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/23029/statm: 37133 34849 806 1502 0 35626 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 148532

[startup+1182.3 s]
/proc/loadavg: 2.01 1.97 1.43 3/179 23092
/proc/meminfo: memFree=29273676/32951124 swapFree=67111528/67111528
[pid=23029] ppid=23027 vsize=151604 CPUtime=1182.32
/proc/23029/stat : 23029 (pbscip.linux.x8) R 23027 23029 22866 0 -1 4202496 301147 0 0 0 117697 535 0 0 25 0 1 0 25508173 155242496 35483 4089446400 4194304 10345943 140735505707440 18446744073709551615 6866061 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/23029/statm: 37901 35483 806 1502 0 36394 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 151604

[startup+1242.3 s]
/proc/loadavg: 2.00 1.97 1.46 3/179 23094
/proc/meminfo: memFree=29270840/32951124 swapFree=67111528/67111528
[pid=23029] ppid=23027 vsize=150972 CPUtime=1242.32
/proc/23029/stat : 23029 (pbscip.linux.x8) R 23027 23029 22866 0 -1 4202496 307789 0 0 0 123672 560 0 0 25 0 1 0 25508173 154595328 35596 4089446400 4194304 10345943 140735505707440 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/23029/statm: 37743 35596 806 1502 0 36236 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 150972

[startup+1302.3 s]
/proc/loadavg: 2.03 1.99 1.49 3/179 23095
/proc/meminfo: memFree=29266944/32951124 swapFree=67111528/67111528
[pid=23029] ppid=23027 vsize=154256 CPUtime=1302.32
/proc/23029/stat : 23029 (pbscip.linux.x8) R 23027 23029 22866 0 -1 4202496 314435 0 0 0 129647 585 0 0 25 0 1 0 25508173 157958144 36125 4089446400 4194304 10345943 140735505707440 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/23029/statm: 38564 36125 806 1502 0 37057 0
Current children cumulated CPU time (s) 1302.32
Current children cumulated vsize (KiB) 154256

[startup+1362.3 s]
/proc/loadavg: 2.01 1.99 1.52 3/179 23096
/proc/meminfo: memFree=29264900/32951124 swapFree=67111528/67111528
[pid=23029] ppid=23027 vsize=155572 CPUtime=1362.32
/proc/23029/stat : 23029 (pbscip.linux.x8) R 23027 23029 22866 0 -1 4202496 320653 0 0 0 135622 610 0 0 25 0 1 0 25508173 159305728 36470 4089446400 4194304 10345943 140735505707440 18446744073709551615 4218227 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/23029/statm: 38893 36470 806 1502 0 37386 0
Current children cumulated CPU time (s) 1362.32
Current children cumulated vsize (KiB) 155572

[startup+1422.31 s]
/proc/loadavg: 2.00 1.99 1.55 3/179 23098
/proc/meminfo: memFree=29261852/32951124 swapFree=67111528/67111528
[pid=23029] ppid=23027 vsize=159848 CPUtime=1422.33
/proc/23029/stat : 23029 (pbscip.linux.x8) R 23027 23029 22866 0 -1 4202496 325697 0 0 0 141596 637 0 0 25 0 1 0 25508173 163684352 37255 4089446400 4194304 10345943 140735505707440 18446744073709551615 7546994 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/23029/statm: 39962 37255 806 1502 0 38455 0
Current children cumulated CPU time (s) 1422.33
Current children cumulated vsize (KiB) 159848

[startup+1482.3 s]
/proc/loadavg: 2.00 1.99 1.58 3/179 23100
/proc/meminfo: memFree=29259188/32951124 swapFree=67111528/67111528
[pid=23029] ppid=23027 vsize=160672 CPUtime=1482.32
/proc/23029/stat : 23029 (pbscip.linux.x8) R 23027 23029 22866 0 -1 4202496 329778 0 0 0 147570 662 0 0 25 0 1 0 25508173 164528128 37719 4089446400 4194304 10345943 140735505707440 18446744073709551615 18446744073699066094 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/23029/statm: 40168 37719 806 1502 0 38661 0
Current children cumulated CPU time (s) 1482.32
Current children cumulated vsize (KiB) 160672

[startup+1542.3 s]
/proc/loadavg: 2.00 1.99 1.60 3/179 23102
/proc/meminfo: memFree=29256020/32951124 swapFree=67111528/67111528
[pid=23029] ppid=23027 vsize=163932 CPUtime=1542.33
/proc/23029/stat : 23029 (pbscip.linux.x8) R 23027 23029 22866 0 -1 4202496 333751 0 0 0 153547 686 0 0 25 0 1 0 25508173 167866368 38493 4089446400 4194304 10345943 140735505707440 18446744073709551615 5926381 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/23029/statm: 40983 38493 806 1502 0 39476 0
Current children cumulated CPU time (s) 1542.33
Current children cumulated vsize (KiB) 163932

[startup+1602.3 s]
/proc/loadavg: 2.00 1.99 1.62 3/179 23103
/proc/meminfo: memFree=29252968/32951124 swapFree=67111528/67111528
[pid=23029] ppid=23027 vsize=166776 CPUtime=1602.32
/proc/23029/stat : 23029 (pbscip.linux.x8) R 23027 23029 22866 0 -1 4202496 337654 0 0 0 159517 715 0 0 25 0 1 0 25508173 170778624 39035 4089446400 4194304 10345943 140735505707440 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/23029/statm: 41694 39035 806 1502 0 40187 0
Current children cumulated CPU time (s) 1602.32
Current children cumulated vsize (KiB) 166776

[startup+1662.3 s]
/proc/loadavg: 2.04 2.00 1.65 3/179 23104
/proc/meminfo: memFree=29249324/32951124 swapFree=67111528/67111528
[pid=23029] ppid=23027 vsize=171524 CPUtime=1662.32
/proc/23029/stat : 23029 (pbscip.linux.x8) R 23027 23029 22866 0 -1 4202496 340534 0 0 0 165491 741 0 0 25 0 1 0 25508173 175640576 40068 4089446400 4194304 10345943 140735505707440 18446744073709551615 6108104 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/23029/statm: 42881 40068 806 1502 0 41374 0
Current children cumulated CPU time (s) 1662.32
Current children cumulated vsize (KiB) 171524

[startup+1722.3 s]
/proc/loadavg: 2.01 2.00 1.66 3/179 23106
/proc/meminfo: memFree=29245296/32951124 swapFree=67111528/67111528
[pid=23029] ppid=23027 vsize=172796 CPUtime=1722.33
/proc/23029/stat : 23029 (pbscip.linux.x8) R 23027 23029 22866 0 -1 4202496 344036 0 0 0 171471 762 0 0 25 0 1 0 25508173 176943104 40763 4089446400 4194304 10345943 140735505707440 18446744073709551615 6034654 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/23029/statm: 43199 40763 806 1502 0 41692 0
Current children cumulated CPU time (s) 1722.33
Current children cumulated vsize (KiB) 172796

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.68 3/179 23108
/proc/meminfo: memFree=29241272/32951124 swapFree=67111528/67111528
[pid=23029] ppid=23027 vsize=174180 CPUtime=1782.33
/proc/23029/stat : 23029 (pbscip.linux.x8) R 23027 23029 22866 0 -1 4202496 345988 0 0 0 177448 785 0 0 25 0 1 0 25508173 178360320 41175 4089446400 4194304 10345943 140735505707440 18446744073709551615 6358306 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/23029/statm: 43545 41175 806 1502 0 42038 0
Current children cumulated CPU time (s) 1782.33
Current children cumulated vsize (KiB) 174180

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

[startup+1785.5 s]
/proc/loadavg: 2.00 2.00 1.68 3/179 23108
/proc/meminfo: memFree=29241144/32951124 swapFree=67111528/67111528
[pid=23029] ppid=23027 vsize=174180 CPUtime=1785.53
/proc/23029/stat : 23029 (pbscip.linux.x8) R 23027 23029 22866 0 -1 4202496 346127 0 0 0 177767 786 0 0 25 0 1 0 25508173 178360320 41188 4089446400 4194304 10345943 140735505707440 18446744073709551615 4212638 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/23029/statm: 43545 41188 806 1502 0 42038 0
Current children cumulated CPU time (s) 1785.53
Current children cumulated vsize (KiB) 174180

[startup+1788.7 s]
/proc/loadavg: 2.00 2.00 1.69 3/179 23108
/proc/meminfo: memFree=29241264/32951124 swapFree=67111528/67111528
[pid=23029] ppid=23027 vsize=174456 CPUtime=1788.73
/proc/23029/stat : 23029 (pbscip.linux.x8) R 23027 23029 22866 0 -1 4202496 346264 0 0 0 178085 788 0 0 25 0 1 0 25508173 178642944 41218 4089446400 4194304 10345943 140735505707440 18446744073709551615 4995703 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/23029/statm: 43614 41218 806 1502 0 42107 0
Current children cumulated CPU time (s) 1788.73
Current children cumulated vsize (KiB) 174456

[startup+1789.5 s]
/proc/loadavg: 2.00 2.00 1.69 3/179 23108
/proc/meminfo: memFree=29241264/32951124 swapFree=67111528/67111528
[pid=23029] ppid=23027 vsize=174180 CPUtime=1789.53
/proc/23029/stat : 23029 (pbscip.linux.x8) R 23027 23029 22866 0 -1 4202496 346302 0 0 0 178165 788 0 0 25 0 1 0 25508173 178360320 41185 4089446400 4194304 10345943 140735505707440 18446744073709551615 5089487 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/23029/statm: 43545 41185 806 1502 0 42038 0
Current children cumulated CPU time (s) 1789.53
Current children cumulated vsize (KiB) 174180

[startup+1789.9 s]
/proc/loadavg: 2.00 2.00 1.69 3/179 23108
/proc/meminfo: memFree=29241016/32951124 swapFree=67111528/67111528
[pid=23029] ppid=23027 vsize=174180 CPUtime=1789.93
/proc/23029/stat : 23029 (pbscip.linux.x8) R 23027 23029 22866 0 -1 4202496 346303 0 0 0 178205 788 0 0 25 0 1 0 25508173 178360320 41186 4089446400 4194304 10345943 140735505707440 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/23029/statm: 43545 41186 806 1502 0 42038 0
Current children cumulated CPU time (s) 1789.93
Current children cumulated vsize (KiB) 174180

[startup+1790.1 s]
/proc/loadavg: 2.00 2.00 1.69 3/179 23108
/proc/meminfo: memFree=29241016/32951124 swapFree=67111528/67111528
[pid=23029] ppid=23027 vsize=174180 CPUtime=1790.13
/proc/23029/stat : 23029 (pbscip.linux.x8) R 23027 23029 22866 0 -1 4202496 346304 0 0 0 178225 788 0 0 25 0 1 0 25508173 178360320 41187 4089446400 4194304 10345943 140735505707440 18446744073709551615 6324933 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/23029/statm: 43545 41187 807 1502 0 42038 0
Current children cumulated CPU time (s) 1790.13
Current children cumulated vsize (KiB) 174180

Child status: 0
Real time (s): 1790.11
CPU time (s): 1790.15
CPU user time (s): 1782.26
CPU system time (s): 7.8908
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 176260

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

runsolver used 3.50747 second user time and 6.04908 second system time

The end

Launcher Data

Begin job on node140 at 2010-07-08 09:09:14
IDJOB=2705499
IDBENCH=78883
IDSOLVER=1214
FILE ID=node140/2705499-1278572953
PBS_JOBID= 11240174
Free space on /tmp= 73688 MiB

SOLVER NAME= SCIPclp SCIP 1.2.1.3 with Clp 1.11.1 (Release Version) as LP solver
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900564824--soft-66-100-0.wbo
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.clp -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2705499-1278572953/watcher-2705499-1278572953 -o /tmp/evaluation-result-2705499-1278572953/solver-2705499-1278572953 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2705499-1278572953.wbo -t 1800 -m 3800

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

MD5SUM BENCH= bcc83dde29b6f868056a0bfa1b1372de
RANDOM SEED=1915077510

node140.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.817
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.63
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.817
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5261.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.817
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.817
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.77
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.817
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.80
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.817
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.817
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.817
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      29501460 kB
Buffers:        152756 kB
Cached:        3036884 kB
SwapCached:          0 kB
Active:        1226528 kB
Inactive:      2059308 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      29501460 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           25660 kB
Writeback:           0 kB
AnonPages:       95576 kB
Mapped:          17712 kB
Slab:           101088 kB
PageTables:       4752 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   238492 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73676 MiB
End job on node140 at 2010-07-08 09:39:04