Trace number 2705653

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.18 1790.11

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900557362--soft-66-100-0.wbo
MD5SUMa633e631fdb9de9296374319dc47b460
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark7
Best CPU time to get the best result obtained on this benchmark451.752
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 constraints899
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 46330
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 46329
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 709
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-2705653-1278574744.wbo>
0.00/0.02	c original problem has 2029 variables (1130 bin, 0 int, 899 impl, 0 cont) and 3607 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, 218 impls, 11 clqs
0.05/0.06	c (round 2) 0 del vars, 110 del conss, 899 chg bounds, 51 chg sides, 0 chg coeffs, 0 upgd conss, 218 impls, 11 clqs
0.05/0.08	c (round 3) 51 del vars, 258 del conss, 915 chg bounds, 132 chg sides, 0 chg coeffs, 0 upgd conss, 218 impls, 11 clqs
0.05/0.09	c (round 4) 134 del vars, 258 del conss, 915 chg bounds, 132 chg sides, 0 chg coeffs, 1685 upgd conss, 218 impls, 11 clqs
0.09/0.10	c (round 5) 134 del vars, 262 del conss, 915 chg bounds, 132 chg sides, 0 chg coeffs, 1685 upgd conss, 218 impls, 11 clqs
0.09/0.13	c    (0.1s) probing: 101/1063 (9.5%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.09/0.13	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.09/0.13	c presolving (6 rounds):
0.09/0.13	c  134 deleted vars, 262 deleted constraints, 915 tightened bounds, 0 added holes, 132 changed sides, 0 changed coefficients
0.09/0.13	c  1871 implications, 11 cliques
0.09/0.13	c presolved problem has 1895 variables (1063 bin, 0 int, 832 impl, 0 cont) and 3345 constraints
0.09/0.13	c       1 constraints of type <knapsack>
0.09/0.13	c      51 constraints of type <setppc>
0.09/0.13	c     832 constraints of type <linear>
0.09/0.13	c     832 constraints of type <indicator>
0.09/0.13	c    1629 constraints of type <logicor>
0.09/0.13	c transformed objective value is always integral (scale: 1)
0.09/0.13	c Presolving Time: 0.10
0.09/0.13	c - non default parameters ----------------------------------------------------------------------
0.09/0.13	c # SCIP version 1.2.1.3
0.09/0.13	c 
0.09/0.13	c # frequency for displaying node information lines
0.09/0.13	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.13	c display/freq = 10000
0.09/0.13	c 
0.09/0.13	c # maximal time in seconds to run
0.09/0.13	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.13	c limits/time = 1789.98
0.09/0.13	c 
0.09/0.13	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.13	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.13	c limits/memory = 3420
0.09/0.13	c 
0.09/0.13	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.09/0.13	c # [type: int, range: [1,2], default: 1]
0.09/0.13	c timing/clocktype = 2
0.09/0.13	c 
0.09/0.13	c # should presolving try to simplify inequalities
0.09/0.13	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.13	c constraints/linear/simplifyinequalities = TRUE
0.09/0.13	c 
0.09/0.13	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.09/0.13	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.13	c constraints/indicator/addCouplingCons = TRUE
0.09/0.13	c 
0.09/0.13	c # should presolving try to simplify knapsacks
0.09/0.13	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.13	c constraints/knapsack/simplifyinequalities = TRUE
0.09/0.13	c 
0.09/0.13	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.09/0.13	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.13	c separating/rapidlearning/freq = 0
0.09/0.13	c 
0.09/0.13	c -----------------------------------------------------------------------------------------------
0.09/0.13	c start solving
0.09/0.13	c 
0.09/0.14	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.14	c   0.1s|     1 |     0 |    34 |     - |8797k|   0 |  25 |1895 |3345 |1895 |1681 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.19/0.24	c   0.2s|     1 |     0 |    62 |     - |8961k|   0 |  30 |1895 |3345 |1895 |1699 |  18 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.19/0.29	c   0.3s|     1 |     0 |    91 |     - |9365k|   0 |  33 |1895 |3345 |1895 |1706 |  25 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.29/0.36	c   0.3s|     1 |     0 |   133 |     - |9715k|   0 |  48 |1895 |3345 |1895 |1712 |  31 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.39/0.45	c   0.4s|     1 |     0 |   187 |     - |9888k|   0 |  55 |1895 |3345 |1895 |1716 |  35 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.49/0.56	c   0.5s|     1 |     0 |   232 |     - |  10M|   0 |  53 |1895 |3345 |1895 |1721 |  40 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.59/0.69	c   0.7s|     1 |     0 |   448 |     - |  10M|   0 |  60 |1895 |3345 |1895 |1724 |  43 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1.19/1.27	c   1.3s|     1 |     2 |   448 |     - |  10M|   0 |  60 |1895 |3345 |1895 |1724 |  43 |   0 |  15 | 0.000000e+00 |      --      |    Inf 
4.39/4.43	o 42674
4.39/4.43	c y 4.4s|    26 |    25 |  1514 |  42.6 |  10M|  24 |   - |1895 |3345 |   0 |   0 |  53 |   0 | 244 | 0.000000e+00 | 4.267400e+04 |    Inf 
5.70/5.71	o 858
5.70/5.71	c * 5.7s|   153 |   152 |  2228 |  11.7 |  11M|  47 |   - |1895 |3345 |1895 |1747 | 114 |   0 | 458 | 0.000000e+00 | 8.580000e+02 |    Inf 
5.70/5.74	o 559
5.70/5.74	c * 5.7s|   167 |   132 |  2284 |  11.1 |  11M|  47 |   - |1895 |3345 |1895 |1737 | 123 |   0 | 468 | 0.000000e+00 | 5.590000e+02 |    Inf 
7.79/7.81	o 468
7.79/7.81	c * 7.8s|   305 |   218 |  4230 |  12.4 |  11M|  47 |   - |1895 |3410 |1895 |1719 | 212 |  65 | 910 | 0.000000e+00 | 4.680000e+02 |    Inf 
7.79/7.82	o 450
7.79/7.82	c * 7.8s|   307 |   202 |  4239 |  12.4 |  11M|  47 |   - |1895 |3410 |1895 |1719 | 212 |  65 | 913 | 0.000000e+00 | 4.500000e+02 |    Inf 
7.79/7.84	o 443
7.79/7.84	c * 7.8s|   319 |   198 |  4269 |  12.0 |  11M|  47 |   - |1895 |3430 |1895 |1719 | 212 |  85 | 915 | 0.000000e+00 | 4.430000e+02 |    Inf 
7.79/7.86	o 387
7.79/7.86	c * 7.8s|   321 |   162 |  4294 |  12.0 |  11M|  47 |   - |1895 |3430 |1895 |1719 | 212 |  85 | 917 | 0.000000e+00 | 3.870000e+02 |    Inf 
7.99/8.08	o 288
7.99/8.08	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
7.99/8.08	c * 8.1s|   391 |   145 |  4478 |  10.3 |  11M|  51 |   - |1895 |3500 |1895 |1725 | 225 | 155 | 958 | 0.000000e+00 | 2.880000e+02 |    Inf 
8.19/8.29	o 225
8.19/8.29	c * 8.3s|   414 |   128 |  4780 |  10.5 |  11M|  51 |   - |1895 |3512 |1895 |1728 | 242 | 167 |1020 | 0.000000e+00 | 2.250000e+02 |    Inf 
8.29/8.31	o 209
8.29/8.31	c * 8.3s|   421 |   127 |  4829 |  10.4 |  11M|  51 |   - |1895 |3526 |1895 |1724 | 242 | 181 |1025 | 0.000000e+00 | 2.090000e+02 |    Inf 
11.90/11.98	o 186
11.90/11.98	c *12.0s|  1878 |   564 | 15294 |   7.9 |  14M|  51 |   - |1895 |4399 |1895 |1734 | 837 |1396 |1438 | 0.000000e+00 | 1.860000e+02 |    Inf 
12.00/12.05	o 183
12.00/12.05	c *12.0s|  1929 |   597 | 15352 |   7.7 |  14M|  51 |   - |1895 |4419 |1895 |1730 | 848 |1423 |1438 | 0.000000e+00 | 1.830000e+02 |    Inf 
12.00/12.05	o 159
12.00/12.05	c *12.0s|  1930 |   577 | 15355 |   7.7 |  14M|  51 |   - |1895 |4419 |1895 |1730 | 848 |1423 |1438 | 0.000000e+00 | 1.590000e+02 |    Inf 
12.59/12.65	o 148
12.59/12.65	c *12.6s|  2338 |   781 | 16352 |   6.8 |  15M|  51 |   - |1895 |4542 |1895 |1737 |1027 |1703 |1445 | 0.000000e+00 | 1.480000e+02 |    Inf 
12.79/12.81	o 139
12.79/12.81	c *12.8s|  2442 |   805 | 16676 |   6.6 |  15M|  51 |   - |1895 |4505 |1895 |1733 |1054 |1774 |1448 | 0.000000e+00 | 1.390000e+02 |    Inf 
12.89/12.96	o 127
12.89/12.96	c *12.9s|  2519 |   828 | 16888 |   6.5 |  15M|  51 |   - |1895 |4491 |1895 |1733 |1069 |1834 |1454 | 0.000000e+00 | 1.270000e+02 |    Inf 
12.99/13.06	o 110
12.99/13.06	c *13.0s|  2587 |   804 | 16958 |   6.4 |  15M|  53 |   - |1895 |4518 |1895 |1741 |1080 |1886 |1457 | 0.000000e+00 | 1.100000e+02 |    Inf 
13.09/13.15	o 95
13.09/13.15	c *13.1s|  2644 |   763 | 17034 |   6.3 |  15M|  53 |   - |1895 |4543 |1895 |1742 |1093 |1924 |1460 | 0.000000e+00 | 9.500000e+01 |    Inf 
26.80/26.89	c  26.9s| 10000 |  1570 | 74210 |   7.4 |  25M|  57 |   - |1895 |6117 |   0 |   0 |2944 |9758 |1660 | 0.000000e+00 | 9.500000e+01 |    Inf 
27.99/28.03	o 62
27.99/28.03	c *28.0s| 10681 |  1421 | 78537 |   7.3 |  23M|  60 |   - |1895 |5987 |1895 |1735 |3049 |  10k|1661 | 0.000000e+00 | 6.200000e+01 |    Inf 
43.69/43.79	o 57
43.69/43.79	c *43.8s| 19631 |  1786 |149469 |   7.6 |  29M|  60 |   - |1895 |8276 |1895 |1729 |4962 |  21k|1735 | 0.000000e+00 | 5.700000e+01 |    Inf 
44.39/44.48	c  44.5s| 20000 |  1797 |152073 |   7.6 |  29M|  60 |  12 |1895 |8030 |1895 |1719 |5058 |  21k|1735 | 0.000000e+00 | 5.700000e+01 |    Inf 
61.60/61.69	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
61.60/61.69	c  61.7s| 30000 |  2063 |225550 |   7.5 |  34M|  60 |   1 |1895 |7542 |1895 |1719 |7642 |  34k|1737 | 0.000000e+00 | 5.700000e+01 |    Inf 
64.80/64.82	o 56
64.80/64.82	c *64.8s| 31808 |  2151 |239435 |   7.5 |  35M|  60 |   - |1895 |7517 |1895 |1723 |7931 |  36k|1737 | 0.000000e+00 | 5.600000e+01 |    Inf 
66.10/66.11	o 55
66.10/66.11	c *66.1s| 32571 |  2228 |244905 |   7.5 |  36M|  60 |   - |1895 |7609 |1895 |1722 |8148 |  37k|1737 | 0.000000e+00 | 5.500000e+01 |    Inf 
79.50/79.52	c  79.5s| 40000 |  2603 |307539 |   7.7 |  41M|  60 |   9 |1895 |8556 |1895 |1719 |  10k|  47k|1737 | 0.000000e+00 | 5.500000e+01 |    Inf 
84.29/84.32	o 51
84.29/84.32	c *84.3s| 42652 |  2651 |330289 |   7.7 |  42M|  60 |   - |1895 |8847 |1895 |1724 |  11k|  51k|1740 | 0.000000e+00 | 5.100000e+01 |    Inf 
91.30/91.37	o 49
91.30/91.37	c *91.3s| 46434 |  2753 |361352 |   7.8 |  43M|  60 |   - |1895 |7757 |1895 |1719 |  12k|  56k|1835 | 0.000000e+00 | 4.900000e+01 |    Inf 
97.69/97.75	c  97.7s| 50000 |  2954 |390839 |   7.8 |  45M|  60 |   8 |1895 |7405 |1895 |1719 |  13k|  61k|1892 | 0.000000e+00 | 4.900000e+01 |    Inf 
106.70/106.77	o 42
106.70/106.77	c * 107s| 55091 |  3046 |430961 |   7.8 |  46M|  60 |   - |1895 |9022 |1895 |1725 |  15k|  67k|1983 | 0.000000e+00 | 4.200000e+01 |    Inf 
112.79/112.83	o 29
112.79/112.83	c * 113s| 58427 |  2755 |458631 |   7.8 |  42M|  60 |   - |1895 |8662 |1895 |1739 |  16k|  72k|2051 | 0.000000e+00 | 2.900000e+01 |    Inf 
115.51/115.56	c   116s| 60000 |  2755 |473202 |   7.9 |  42M|  60 |  12 |1895 |7041 |1895 |1732 |  16k|  74k|2065 | 0.000000e+00 | 2.900000e+01 |    Inf 
133.80/133.80	c   134s| 70000 |  2798 |571791 |   8.2 |  45M|  60 |  16 |1895 |8468 |1895 |1719 |  19k|  88k|2372 | 0.000000e+00 | 2.900000e+01 |    Inf 
152.19/152.30	c   152s| 80000 |  2760 |673387 |   8.4 |  47M|  60 |   - |1895 |9881 |1895 |1725 |  21k| 101k|2626 | 0.000000e+00 | 2.900000e+01 |    Inf 
171.10/171.19	c   171s| 90000 |  2891 |772787 |   8.6 |  50M|  60 |   - |1895 |  13k|1895 |1726 |  23k| 114k|2807 | 0.000000e+00 | 2.900000e+01 |    Inf 
191.40/191.46	c   191s|100000 |  2948 |878488 |   8.8 |  52M|  60 |   1 |1895 |  14k|1895 |1719 |  25k| 127k|3043 | 0.000000e+00 | 2.900000e+01 |    Inf 
212.20/212.25	c   212s|110000 |  3039 |987258 |   9.0 |  54M|  60 |  19 |1895 |  15k|1895 |1719 |  27k| 140k|3270 | 0.000000e+00 | 2.900000e+01 |    Inf 
233.80/233.84	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
233.80/233.84	c   234s|120000 |  3118 |  1104k|   9.2 |  56M|  60 |   3 |1895 |  18k|1895 |1722 |  29k| 153k|3488 | 0.000000e+00 | 2.900000e+01 |    Inf 
254.20/254.25	c   254s|130000 |  3272 |  1207k|   9.3 |  59M|  60 |  23 |1895 |  20k|1895 |1719 |  30k| 167k|3644 | 0.000000e+00 | 2.900000e+01 |    Inf 
274.91/274.96	c   275s|140000 |  3336 |  1308k|   9.3 |  60M|  60 |  26 |1895 |  20k|1895 |1719 |  32k| 180k|3810 | 0.000000e+00 | 2.900000e+01 |    Inf 
296.91/296.94	c   297s|150000 |  3358 |  1421k|   9.5 |  62M|  60 |   - |1895 |  20k|   0 |   0 |  34k| 194k|4000 | 0.000000e+00 | 2.900000e+01 |    Inf 
318.50/318.54	c   319s|160000 |  3378 |  1527k|   9.5 |  62M|  62 |  12 |1895 |  18k|1895 |1725 |  35k| 207k|4223 | 0.000000e+00 | 2.900000e+01 |    Inf 
339.51/339.52	c   340s|170000 |  3330 |  1637k|   9.6 |  62M|  62 |   - |1895 |  15k|   0 |   0 |  38k| 221k|4422 | 0.000000e+00 | 2.900000e+01 |    Inf 
360.61/360.69	c   361s|180000 |  3367 |  1750k|   9.7 |  64M|  62 |  21 |1895 |  18k|1895 |1735 |  39k| 234k|4670 | 0.000000e+00 | 2.900000e+01 |    Inf 
379.81/379.82	c   380s|190000 |  3451 |  1837k|   9.7 |  65M|  62 |   - |1895 |  19k|1895 |1731 |  41k| 247k|4808 | 0.000000e+00 | 2.900000e+01 |    Inf 
400.41/400.46	c   400s|200000 |  3544 |  1945k|   9.7 |  66M|  62 |   - |1895 |  18k|   0 |   0 |  43k| 260k|4904 | 0.000000e+00 | 2.900000e+01 |    Inf 
422.01/422.03	c   422s|210000 |  3538 |  2061k|   9.8 |  67M|  62 |  22 |1895 |  15k|1895 |1719 |  46k| 273k|5110 | 0.000000e+00 | 2.900000e+01 |    Inf 
440.31/440.31	c   440s|220000 |  3632 |  2147k|   9.8 |  69M|  62 |   2 |1895 |  17k|1895 |1733 |  47k| 287k|5208 | 0.000000e+00 | 2.900000e+01 |    Inf 
459.41/459.41	c   459s|230000 |  3785 |  2240k|   9.7 |  71M|  62 |  13 |1895 |  17k|1895 |1729 |  49k| 300k|5309 | 0.000000e+00 | 2.900000e+01 |    Inf 
478.11/478.16	c   478s|240000 |  3912 |  2328k|   9.7 |  74M|  70 |  19 |1895 |  18k|1895 |1719 |  51k| 313k|5388 | 0.000000e+00 | 2.900000e+01 |    Inf 
495.91/496.00	c   496s|250000 |  4013 |  2405k|   9.6 |  75M|  70 |   - |1895 |  17k|   0 |   0 |  53k| 326k|5476 | 0.000000e+00 | 2.900000e+01 |    Inf 
514.72/514.72	c   515s|260000 |  4065 |  2496k|   9.6 |  76M|  70 |   9 |1895 |  16k|1895 |1719 |  55k| 340k|5574 | 0.000000e+00 | 2.900000e+01 |    Inf 
535.11/535.11	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
535.11/535.11	c   535s|270000 |  4180 |  2600k|   9.6 |  78M|  70 |   - |1895 |  18k|   0 |   0 |  56k| 353k|5709 | 0.000000e+00 | 2.900000e+01 |    Inf 
553.61/553.64	c   554s|280000 |  4192 |  2683k|   9.6 |  80M|  70 |   - |1895 |  19k|   0 |   0 |  58k| 366k|5805 | 0.000000e+00 | 2.900000e+01 |    Inf 
573.62/573.69	c   574s|290000 |  4214 |  2773k|   9.6 |  82M|  71 |  15 |1895 |  20k|1895 |1725 |  60k| 380k|5925 | 0.000000e+00 | 2.900000e+01 |    Inf 
593.52/593.56	c   594s|300000 |  4280 |  2863k|   9.5 |  83M|  71 |  13 |1895 |  20k|1895 |1719 |  62k| 393k|6028 | 0.000000e+00 | 2.900000e+01 |    Inf 
613.02/613.05	c   613s|310000 |  4376 |  2949k|   9.5 |  86M|  71 |  18 |1895 |  23k|1895 |1725 |  64k| 407k|6094 | 0.000000e+00 | 2.900000e+01 |    Inf 
634.42/634.46	c   634s|320000 |  4406 |  3041k|   9.5 |  87M|  71 |   - |1895 |  23k|1895 |1719 |  65k| 420k|6178 | 0.000000e+00 | 2.900000e+01 |    Inf 
654.82/654.80	c   655s|330000 |  4499 |  3132k|   9.5 |  88M|  71 |  17 |1895 |  21k|1895 |1719 |  68k| 432k|6285 | 0.000000e+00 | 2.900000e+01 |    Inf 
673.23/673.28	c   673s|340000 |  4597 |  3205k|   9.4 |  89M|  71 |   1 |1895 |  23k|1895 |1724 |  69k| 446k|6334 | 0.000000e+00 | 2.900000e+01 |    Inf 
691.32/691.34	c   691s|350000 |  4608 |  3271k|   9.3 |  91M|  76 |   - |1895 |  24k|   0 |   0 |  70k| 459k|6391 | 0.000000e+00 | 2.900000e+01 |    Inf 
710.92/710.97	c   711s|360000 |  4643 |  3351k|   9.3 |  92M|  76 |  10 |1895 |  25k|1895 |1723 |  72k| 472k|6455 | 0.000000e+00 | 2.900000e+01 |    Inf 
731.62/731.60	c   732s|370000 |  4652 |  3442k|   9.3 |  93M|  76 |  22 |1895 |  24k|1895 |1719 |  74k| 486k|6532 | 0.000000e+00 | 2.900000e+01 |    Inf 
753.43/753.44	c   753s|380000 |  4704 |  3546k|   9.3 |  92M|  76 |  10 |1895 |  20k|1895 |1719 |  75k| 498k|6635 | 0.000000e+00 | 2.900000e+01 |    Inf 
774.33/774.30	c   774s|390000 |  4908 |  3646k|   9.3 |  95M|  76 |  22 |1895 |  22k|1895 |1719 |  77k| 511k|6719 | 0.000000e+00 | 2.900000e+01 |    Inf 
795.93/795.98	c   796s|400000 |  5053 |  3750k|   9.4 |  98M|  76 |   - |1895 |  24k|   0 |   0 |  79k| 524k|6778 | 0.000000e+00 | 2.900000e+01 |    Inf 
818.62/818.63	c   819s|410000 |  5170 |  3859k|   9.4 | 101M|  76 |   - |1895 |  25k|   0 |   0 |  81k| 537k|6839 | 0.000000e+00 | 2.900000e+01 |    Inf 
841.73/841.80	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
841.73/841.80	c   842s|420000 |  5311 |  3971k|   9.5 | 102M|  76 |   - |1895 |  25k|   0 |   0 |  83k| 551k|6928 | 0.000000e+00 | 2.900000e+01 |    Inf 
864.73/864.72	c   865s|430000 |  5430 |  4078k|   9.5 | 105M|  76 |   - |1895 |  26k|   0 |   0 |  85k| 564k|7017 | 0.000000e+00 | 2.900000e+01 |    Inf 
887.53/887.57	c   888s|440000 |  5423 |  4180k|   9.5 | 106M|  76 |   - |1895 |  27k|   0 |   0 |  87k| 577k|7086 | 0.000000e+00 | 2.900000e+01 |    Inf 
907.03/907.10	o 19
907.03/907.10	c * 907s|448654 |  2312 |  4268k|   9.5 |  54M|  76 |   - |1895 |  27k|1895 |1729 |  89k| 588k|7146 | 0.000000e+00 | 1.900000e+01 |    Inf 
910.13/910.13	c   910s|450000 |  2309 |  4284k|   9.5 |  53M|  76 |   - |1895 |  26k|   0 |   0 |  89k| 590k|7152 | 0.000000e+00 | 1.900000e+01 |    Inf 
932.13/932.11	c   932s|460000 |  2404 |  4396k|   9.6 |  54M|  76 |   - |1895 |  26k|   0 |   0 |  92k| 603k|7257 | 0.000000e+00 | 1.900000e+01 |    Inf 
954.74/954.73	c   955s|470000 |  2412 |  4509k|   9.6 |  56M|  76 |   - |1895 |  29k|   0 |   0 |  93k| 616k|7336 | 0.000000e+00 | 1.900000e+01 |    Inf 
976.74/976.75	c   977s|480000 |  2482 |  4612k|   9.6 |  57M|  76 |   - |1895 |  30k|   0 |   0 |  95k| 630k|7419 | 0.000000e+00 | 1.900000e+01 |    Inf 
1000.53/1000.58	c  1001s|490000 |  2566 |  4722k|   9.6 |  59M|  76 |   1 |1895 |  33k|1895 |1719 |  98k| 643k|7507 | 0.000000e+00 | 1.900000e+01 |    Inf 
1024.14/1024.14	c  1024s|500000 |  2668 |  4827k|   9.7 |  61M|  76 |  12 |1895 |  34k|1895 |1719 |  99k| 656k|7584 | 0.000000e+00 | 1.900000e+01 |    Inf 
1049.24/1049.23	c  1049s|510000 |  2692 |  4938k|   9.7 |  62M|  76 |   - |1895 |  36k|   0 |   0 | 101k| 670k|7658 | 0.000000e+00 | 1.900000e+01 |    Inf 
1074.53/1074.53	c  1075s|520000 |  2712 |  5048k|   9.7 |  61M|  76 |   - |1895 |  32k|   0 |   0 | 103k| 684k|7758 | 0.000000e+00 | 1.900000e+01 |    Inf 
1098.44/1098.49	c  1098s|530000 |  2870 |  5160k|   9.7 |  62M|  76 |  17 |1895 |  32k|1895 |1719 | 105k| 697k|7824 | 0.000000e+00 | 1.900000e+01 |    Inf 
1121.84/1121.86	c  1122s|540000 |  2942 |  5262k|   9.7 |  64M|  76 |   - |1895 |  33k|   0 |   0 | 106k| 711k|7903 | 0.000000e+00 | 1.900000e+01 |    Inf 
1145.34/1145.32	c  1145s|550000 |  2904 |  5372k|   9.8 |  61M|  76 |  19 |1895 |  25k|1895 |1719 | 107k| 725k|8010 | 0.000000e+00 | 1.900000e+01 |    Inf 
1167.05/1167.07	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1167.05/1167.07	c  1167s|560000 |  2824 |  5479k|   9.8 |  61M|  76 |   - |1895 |  26k|1895 |1726 | 109k| 738k|8061 | 0.000000e+00 | 1.900000e+01 |    Inf 
1189.44/1189.42	c  1189s|570000 |  2872 |  5591k|   9.8 |  62M|  76 |   - |1895 |  26k|   0 |   0 | 110k| 752k|8129 | 0.000000e+00 | 1.900000e+01 |    Inf 
1211.35/1211.36	c  1211s|580000 |  3028 |  5688k|   9.8 |  63M|  76 |   - |1895 |  25k|   0 |   0 | 112k| 765k|8194 | 0.000000e+00 | 1.900000e+01 |    Inf 
1233.34/1233.35	c  1233s|590000 |  3013 |  5790k|   9.8 |  62M|  76 |   - |1895 |  21k|   0 |   0 | 113k| 779k|8339 | 0.000000e+00 | 1.900000e+01 |    Inf 
1254.95/1254.98	c  1255s|600000 |  2908 |  5901k|   9.8 |  62M|  76 |  30 |1895 |  21k|1895 |1719 | 115k| 792k|8398 | 0.000000e+00 | 1.900000e+01 |    Inf 
1276.05/1276.04	c  1276s|610000 |  2928 |  6005k|   9.8 |  63M|  76 |   - |1895 |  23k|   0 |   0 | 116k| 806k|8457 | 0.000000e+00 | 1.900000e+01 |    Inf 
1298.24/1298.24	c  1298s|620000 |  2954 |  6120k|   9.9 |  63M|  76 |   - |1895 |  23k|   0 |   0 | 118k| 820k|8535 | 0.000000e+00 | 1.900000e+01 |    Inf 
1320.45/1320.48	c  1320s|630000 |  3049 |  6241k|   9.9 |  64M|  76 |   - |1895 |  21k|   0 |   0 | 119k| 833k|8611 | 0.000000e+00 | 1.900000e+01 |    Inf 
1342.94/1342.91	c  1343s|640000 |  3106 |  6357k|   9.9 |  65M|  76 |   - |1895 |  22k|1895 |1719 | 122k| 846k|8693 | 0.000000e+00 | 1.900000e+01 |    Inf 
1365.45/1365.42	c  1365s|650000 |  3153 |  6476k|  10.0 |  66M|  76 |  22 |1895 |  23k|1895 |1719 | 124k| 859k|8767 | 0.000000e+00 | 1.900000e+01 |    Inf 
1388.45/1388.40	c  1388s|660000 |  3218 |  6596k|  10.0 |  67M|  76 |   3 |1895 |  25k|1895 |1719 | 126k| 872k|8855 | 0.000000e+00 | 1.900000e+01 |    Inf 
1411.25/1411.30	c  1411s|670000 |  3243 |  6715k|  10.0 |  67M|  76 |   - |1895 |  22k|   0 |   0 | 128k| 885k|8936 | 0.000000e+00 | 1.900000e+01 |    Inf 
1432.85/1432.89	c  1433s|680000 |  3274 |  6827k|  10.0 |  68M|  76 |  21 |1895 |  23k|1895 |1719 | 129k| 899k|9007 | 0.000000e+00 | 1.900000e+01 |    Inf 
1456.36/1456.31	c  1456s|690000 |  3372 |  6946k|  10.1 |  70M|  76 |   - |1895 |  25k|   0 |   0 | 131k| 912k|9063 | 0.000000e+00 | 1.900000e+01 |    Inf 
1481.06/1481.02	c  1481s|700000 |  3498 |  7075k|  10.1 |  70M|  76 |   - |1895 |  24k|   0 |   0 | 132k| 925k|9128 | 0.000000e+00 | 1.900000e+01 |    Inf 
1504.66/1504.65	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1504.66/1504.65	c  1505s|710000 |  3558 |  7204k|  10.1 |  72M|  76 |  15 |1895 |  26k|1895 |1732 | 134k| 938k|9195 | 0.000000e+00 | 1.900000e+01 |    Inf 
1527.87/1527.90	c  1528s|720000 |  3620 |  7330k|  10.2 |  72M|  76 |   - |1895 |  25k|1895 |1719 | 135k| 952k|9292 | 0.000000e+00 | 1.900000e+01 |    Inf 
1549.75/1549.79	c  1550s|730000 |  3684 |  7442k|  10.2 |  72M|  76 |   - |1895 |  24k|   0 |   0 | 137k| 965k|9380 | 0.000000e+00 | 1.900000e+01 |    Inf 
1564.76/1564.75	o 18
1564.76/1564.75	c *1565s|736997 |  3617 |  7519k|  10.2 |  70M|  76 |   - |1895 |  23k|1895 |1719 | 138k| 975k|9404 | 0.000000e+00 | 1.800000e+01 |    Inf 
1571.46/1571.49	c  1571s|740000 |  3591 |  7557k|  10.2 |  69M|  76 |   8 |1895 |  20k|1895 |1719 | 138k| 979k|9441 | 0.000000e+00 | 1.800000e+01 |    Inf 
1593.66/1593.65	c  1594s|750000 |  3654 |  7685k|  10.2 |  69M|  76 |  14 |1895 |  17k|1895 |1719 | 140k| 992k|9503 | 0.000000e+00 | 1.800000e+01 |    Inf 
1613.66/1613.67	c  1614s|760000 |  3669 |  7799k|  10.3 |  69M|  76 |   - |1895 |  16k|1895 |1719 | 142k|1005k|9560 | 0.000000e+00 | 1.800000e+01 |    Inf 
1634.26/1634.25	c  1634s|770000 |  3689 |  7918k|  10.3 |  70M|  76 |  21 |1895 |  16k|1895 |1719 | 143k|1018k|9648 | 0.000000e+00 | 1.800000e+01 |    Inf 
1655.16/1655.15	c  1655s|780000 |  3747 |  8034k|  10.3 |  71M|  76 |  24 |1895 |  16k|1895 |1719 | 145k|1032k|9729 | 0.000000e+00 | 1.800000e+01 |    Inf 
1676.06/1676.09	c  1676s|790000 |  3776 |  8151k|  10.3 |  72M|  76 |   5 |1895 |  17k|1895 |1719 | 147k|1046k|9780 | 0.000000e+00 | 1.800000e+01 |    Inf 
1697.56/1697.55	c  1698s|800000 |  3752 |  8272k|  10.3 |  72M|  76 |   - |1895 |  16k|   0 |   0 | 149k|1059k|9872 | 0.000000e+00 | 1.800000e+01 |    Inf 
1719.46/1719.46	c  1719s|810000 |  3715 |  8401k|  10.4 |  72M|  76 |  25 |1895 |  16k|1895 |1726 | 150k|1072k|9963 | 0.000000e+00 | 1.800000e+01 |    Inf 
1741.87/1741.88	c  1742s|820000 |  3587 |  8534k|  10.4 |  70M|  76 |  13 |1895 |  16k|1895 |1719 | 152k|1085k|  10k| 0.000000e+00 | 1.800000e+01 |    Inf 
1763.66/1763.61	c  1764s|830000 |  3555 |  8663k|  10.4 |  71M|  76 |   - |1895 |  16k|   0 |   0 | 153k|1098k|  10k| 0.000000e+00 | 1.800000e+01 |    Inf 
1784.77/1784.78	c  1785s|840000 |  3575 |  8779k|  10.5 |  72M|  76 |   8 |1895 |  20k|1895 |1725 | 155k|1112k|  10k| 0.000000e+00 | 1.800000e+01 |    Inf 
1790.07/1790.00	c 
1790.07/1790.00	c SCIP Status        : solving was interrupted [time limit reached]
1790.07/1790.00	c Solving Time (sec) : 1789.98
1790.07/1790.00	c Solving Nodes      : 842278
1790.07/1790.00	c Primal Bound       : +1.80000000000000e+01 (103 solutions)
1790.07/1790.00	c Dual Bound         : +0.00000000000000e+00
1790.07/1790.00	c Gap                : infinite
1790.07/1790.01	s SATISFIABLE
1790.07/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.07/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.07/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.07/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.07/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.07/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.07/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.07/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.07/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.07/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.07/1790.01	v -x1 
1790.07/1790.01	c SCIP Status        : solving was interrupted [time limit reached]
1790.07/1790.01	c Solving Time       :    1789.98
1790.07/1790.01	c Original Problem   :
1790.07/1790.01	c   Problem name     : HOME/instance-2705653-1278574744.wbo
1790.07/1790.01	c   Variables        : 2029 (1130 binary, 0 integer, 899 implicit integer, 0 continuous)
1790.07/1790.01	c   Constraints      : 3607 initial, 3607 maximal
1790.07/1790.01	c Presolved Problem  :
1790.07/1790.01	c   Problem name     : t_HOME/instance-2705653-1278574744.wbo
1790.07/1790.01	c   Variables        : 1895 (1063 binary, 0 integer, 832 implicit integer, 0 continuous)
1790.07/1790.01	c   Constraints      : 3345 initial, 38440 maximal
1790.07/1790.01	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1790.07/1790.01	c   trivial          :       0.00         67          0          0          0          0          0          0          0
1790.07/1790.01	c   dualfix          :       0.00         67          0          0          0          0          0          0          0
1790.07/1790.01	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1790.07/1790.01	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1790.07/1790.01	c   implics          :       0.00          0          0          0          0          0          0          0          0
1790.07/1790.01	c   probing          :       0.03          0          0          0          0          0          0          0          0
1790.07/1790.01	c   knapsack         :       0.00          0          0          0          0          0          0          0          0
1790.07/1790.01	c   setppc           :       0.00          0          0          0          0          0          4          0          0
1790.07/1790.01	c   linear           :       0.05          0          0          0        915          0        191        132          0
1790.07/1790.01	c   indicator        :       0.00          0          0          0          0          0         67          0          0
1790.07/1790.01	c   logicor          :       0.01          0          0          0          0          0          0          0          0
1790.07/1790.01	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0
1790.07/1790.01	c   root node        :          -       1398          -          -       1398          -          -          -          -
1790.07/1790.01	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1790.07/1790.01	c   integral         :          0          0          0     476847          0        238       2434          0          0     885552
1790.07/1790.01	c   knapsack         :          1          6    4166531      31750          1      46022   10288049          0          0          0
1790.07/1790.01	c   setppc           :         51          6    4127299      31754          1      57189    1844983          0          0          0
1790.07/1790.01	c   linear           :        832          6    4071345      31908          1      64433    3913062     156411          0          0
1790.07/1790.01	c   indicator        :        832          0    3999355      31881          1       2547    6453732          0          0          0
1790.07/1790.01	c   logicor          :       1629+         6    1925666       4936          1     121734    6711196          0          0          0
1790.07/1790.01	c   bounddisjunction :          0+         0     489712          0          0        766       3801          0          0          0
1790.07/1790.01	c   countsols        :          0          0          0       4936          1          0          0          0          0          0
1790.07/1790.01	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1790.07/1790.01	c   integral         :      32.53       0.00       0.00      32.53       0.00
1790.07/1790.01	c   knapsack         :      35.97       0.00      35.96       0.01       0.00
1790.07/1790.01	c   setppc           :      12.07       0.00      12.05       0.02       0.00
1790.07/1790.01	c   linear           :      44.76       0.00      43.94       0.82       0.00
1790.07/1790.01	c   indicator        :      31.26       0.01      30.41       0.83       0.00
1790.07/1790.01	c   logicor          :     224.88       0.00     224.84       0.05       0.00
1790.07/1790.01	c   bounddisjunction :       2.13       0.00       2.13       0.00       0.00
1790.07/1790.01	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1790.07/1790.01	c Propagators        :       Time      Calls    Cutoffs    DomReds
1790.07/1790.01	c   vbounds          :       0.93     167168          2       3482
1790.07/1790.01	c   rootredcost      :       0.62         28          0        699
1790.07/1790.01	c   pseudoobj        :      66.92    4190843      16374    6993135
1790.07/1790.01	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1790.07/1790.01	c   propagation      :      11.49     306518     306195    1883210       26.4       8534       24.7          -
1790.07/1790.01	c   infeasible LP    :      21.78     127882     127882    1011265       40.8       1283       17.0          0
1790.07/1790.01	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1790.07/1790.01	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1790.07/1790.01	c   pseudo solution  :       0.00          1          1          2       10.0          0        0.0          -
1790.07/1790.01	c   applied globally :          -          -          -    1115084       25.9          -          -          -
1790.07/1790.01	c   applied locally  :          -          -          -          0        0.0          -          -          -
1790.07/1790.01	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1790.07/1790.01	c   cut pool         :       0.00          5          -          -         29          -    (maximal pool size: 545)
1790.07/1790.01	c   redcost          :      18.61     480087          0      43817          0          0
1790.07/1790.01	c   impliedbounds    :       0.00          6          0          0          0          0
1790.07/1790.01	c   intobj           :       0.00          0          0          0          0          0
1790.07/1790.01	c   cgmip            :       0.00          0          0          0          0          0
1790.07/1790.01	c   gomory           :       0.19          6          0          0       1317          0
1790.07/1790.01	c   strongcg         :       0.17          6          0          0       2455          0
1790.07/1790.01	c   cmir             :       0.03          6          0          0          2          0
1790.07/1790.01	c   flowcover        :       0.05          6          0          0          2          0
1790.07/1790.01	c   clique           :       0.00          6          0          0          0          0
1790.07/1790.01	c   zerohalf         :       0.00          0          0          0          0          0
1790.07/1790.01	c   mcf              :       0.00          1          0          0          0          0
1790.07/1790.01	c   rapidlearning    :       0.05          1          0          0          0          0
1790.07/1790.01	c Pricers            :       Time      Calls       Vars
1790.07/1790.01	c   problem variables:       0.00          0          0
1790.07/1790.01	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1790.07/1790.01	c   relpscost        :      32.19     444920        238       2434          0          0     885552
1790.07/1790.01	c   pscost           :       0.00          0          0          0          0          0          0
1790.07/1790.01	c   inference        :       0.48       4910          0          0          0          0       9824
1790.07/1790.01	c   mostinf          :       0.00          0          0          0          0          0          0
1790.07/1790.01	c   leastinf         :       0.00          0          0          0          0          0          0
1790.07/1790.01	c   fullstrong       :       0.00          0          0          0          0          0          0
1790.07/1790.01	c   allfullstrong    :       0.00          0          0          0          0          0          0
1790.07/1790.01	c   random           :       0.00          0          0          0          0          0          0
1790.07/1790.01	c Primal Heuristics  :       Time      Calls      Found
1790.07/1790.01	c   LP solutions     :       0.04          -         27
1790.07/1790.01	c   pseudo solutions :       0.00          -          0
1790.07/1790.01	c   intshifting      :       0.01          0          0
1790.07/1790.01	c   feaspump         :       0.03          1          0
1790.07/1790.01	c   oneopt           :       0.29         27          0
1790.07/1790.01	c   fracdiving       :       0.44        118          0
1790.07/1790.01	c   coefdiving       :       0.42        118          0
1790.07/1790.01	c   guideddiving     :       0.40        118          0
1790.07/1790.01	c   pscostdiving     :       0.38        119          0
1790.07/1790.01	c   veclendiving     :       0.32        119          0
1790.07/1790.01	c   linesearchdiving :       0.33        119          0
1790.07/1790.01	c   objpscostdiving  :       0.35         60          0
1790.07/1790.01	c   rootsoldiving    :       0.60         60          0
1790.07/1790.01	c   trivial          :       0.00          2          0
1790.07/1790.01	c   simplerounding   :       0.50     445350          0
1790.07/1790.02	c   zirounding       :       0.21       1000          0
1790.07/1790.02	c   rounding         :       0.87       9405          0
1790.07/1790.02	c   shifting         :       0.74       2948          0
1790.07/1790.02	c   twoopt           :       0.00          0          0
1790.07/1790.02	c   fixandinfer      :       0.00          0          0
1790.07/1790.02	c   intdiving        :       0.00          0          0
1790.07/1790.02	c   actconsdiving    :       0.00          0          0
1790.07/1790.02	c   octane           :       0.00          0          0
1790.07/1790.02	c   rens             :       0.03          1          0
1790.07/1790.02	c   rins             :       0.00          0          0
1790.07/1790.02	c   localbranching   :       0.00          0          0
1790.07/1790.02	c   mutation         :       0.00          0          0
1790.07/1790.02	c   crossover        :       0.75         23          0
1790.07/1790.02	c   dins             :       0.00          0          0
1790.07/1790.02	c   undercover       :       0.00          0          0
1790.07/1790.02	c   nlp              :       0.12          0          0
1790.07/1790.02	c   trysol           :       0.22         92         76
1790.07/1790.02	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1790.07/1790.02	c   primal LP        :       0.00          0          0       0.00          -
1790.07/1790.02	c   dual LP          :     911.39     598621    8792471      14.69    9647.35
1790.07/1790.02	c   lex dual LP      :       0.00          0          0       0.00          -
1790.07/1790.02	c   barrier LP       :       0.00          0          0       0.00          -
1790.07/1790.02	c   diving/probing LP:       2.09       1465      13502       9.22    6468.28
1790.07/1790.02	c   strong branching :      28.52      10184     293796      28.85   10299.92
1790.07/1790.02	c     (at root node) :          -         15       4592     306.13          -
1790.07/1790.02	c   conflict analysis:       0.00          0          0       0.00          -
1790.07/1790.02	c B&B Tree           :
1790.07/1790.02	c   number of runs   :          1
1790.07/1790.02	c   nodes            :     842278
1790.07/1790.02	c   nodes (total)    :     842278
1790.07/1790.02	c   nodes left       :       3577
1790.07/1790.02	c   max depth        :         76
1790.07/1790.02	c   max depth (total):         76
1790.07/1790.02	c   backtracks       :     102445 (12.2%)
1790.07/1790.02	c   delayed cutoffs  :      45087
1790.07/1790.02	c   repropagations   :    1611810 (5571025 domain reductions, 41325 cutoffs)
1790.07/1790.02	c   avg switch length:       5.55
1790.07/1790.02	c   switching time   :     204.98
1790.07/1790.02	c Solution           :
1790.07/1790.02	c   Solutions found  :        103 (28 improvements)
1790.07/1790.02	c   First Solution   : +4.26740000000000e+04   (in run 1, after 25 nodes, 4.40 seconds, depth 25, found by <trysol>)
1790.07/1790.02	c   Primal Bound     : +1.80000000000000e+01   (in run 1, after 736997 nodes, 1564.73 seconds, depth 42, found by <relaxation>)
1790.07/1790.02	c   Dual Bound       : +0.00000000000000e+00
1790.07/1790.02	c   Gap              :   infinite
1790.07/1790.02	c   Root Dual Bound  : +0.00000000000000e+00
1790.07/1790.02	c   Root Iterations  :        448
1790.17/1790.10	c Time complete: 1790.17.

Verifier Data

OK	18

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2705653-1278574744/watcher-2705653-1278574744 -o /tmp/evaluation-result-2705653-1278574744/solver-2705653-1278574744 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2705653-1278574744.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: 2.00 1.98 1.68 5/178 23779
/proc/meminfo: memFree=29236056/32951124 swapFree=67111528/67111528
[pid=23779] ppid=23777 vsize=12552 CPUtime=0
/proc/23779/stat : 23779 (pbscip.linux.x8) R 23777 23779 23512 0 -1 4202496 1973 0 0 0 0 0 0 0 21 0 1 0 25686832 12853248 1891 4089446400 4194304 10345943 140735050580256 18446744073709551615 6326861 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/23779/statm: 3138 1891 429 1502 0 1631 0

[startup+0.057276 s]
/proc/loadavg: 2.00 1.98 1.68 5/178 23779
/proc/meminfo: memFree=29236056/32951124 swapFree=67111528/67111528
[pid=23779] ppid=23777 vsize=26392 CPUtime=0.05
/proc/23779/stat : 23779 (pbscip.linux.x8) R 23777 23779 23512 0 -1 4202496 5627 0 0 0 5 0 0 0 21 0 1 0 25686832 27025408 5191 4089446400 4194304 10345943 140735050580256 18446744073709551615 6016498 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/23779/statm: 6598 5191 534 1502 0 5091 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 26392

[startup+0.101263 s]
/proc/loadavg: 2.00 1.98 1.68 5/178 23779
/proc/meminfo: memFree=29236056/32951124 swapFree=67111528/67111528
[pid=23779] ppid=23777 vsize=27416 CPUtime=0.09
/proc/23779/stat : 23779 (pbscip.linux.x8) R 23777 23779 23512 0 -1 4202496 5917 0 0 0 9 0 0 0 21 0 1 0 25686832 28073984 5481 4089446400 4194304 10345943 140735050580256 18446744073709551615 5093790 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/23779/statm: 6854 5481 561 1502 0 5347 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 27416

[startup+0.301226 s]
/proc/loadavg: 2.00 1.98 1.68 5/178 23779
/proc/meminfo: memFree=29236056/32951124 swapFree=67111528/67111528
[pid=23779] ppid=23777 vsize=36456 CPUtime=0.29
/proc/23779/stat : 23779 (pbscip.linux.x8) R 23777 23779 23512 0 -1 4202496 12105 0 0 0 28 1 0 0 21 0 1 0 25686832 37330944 7492 4089446400 4194304 10345943 140735050580256 18446744073709551615 7591016 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/23779/statm: 9114 7492 758 1502 0 7607 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 36456

[startup+0.701152 s]
/proc/loadavg: 2.00 1.98 1.68 5/178 23779
/proc/meminfo: memFree=29236056/32951124 swapFree=67111528/67111528
[pid=23779] ppid=23777 vsize=56080 CPUtime=0.69
/proc/23779/stat : 23779 (pbscip.linux.x8) R 23777 23779 23512 0 -1 4202496 16878 0 0 0 67 2 0 0 22 0 1 0 25686832 57425920 12261 4089446400 4194304 10345943 140735050580256 18446744073709551615 9107500 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/23779/statm: 14020 12261 762 1502 0 12513 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 56080

[startup+1.501 s]
/proc/loadavg: 1.92 1.97 1.67 2/174 23797
/proc/meminfo: memFree=29337008/32951124 swapFree=67111528/67111528
[pid=23779] ppid=23777 vsize=45436 CPUtime=1.49
/proc/23779/stat : 23779 (pbscip.linux.x8) R 23777 23779 23512 0 -1 4202496 18167 0 0 0 146 3 0 0 25 0 1 0 25686832 46526464 9530 4089446400 4194304 10345943 140735050580256 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/23779/statm: 11359 9530 800 1502 0 9852 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 45436

[startup+3.10065 s]
/proc/loadavg: 1.92 1.97 1.67 2/174 23797
/proc/meminfo: memFree=29336512/32951124 swapFree=67111528/67111528
[pid=23779] ppid=23777 vsize=45916 CPUtime=3.09
/proc/23779/stat : 23779 (pbscip.linux.x8) R 23777 23779 23512 0 -1 4202496 20166 0 0 0 305 4 0 0 25 0 1 0 25686832 47017984 9550 4089446400 4194304 10345943 140735050580256 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/23779/statm: 11479 9550 800 1502 0 9972 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 45916

[startup+6.30105 s]
/proc/loadavg: 1.92 1.97 1.67 2/174 23797
/proc/meminfo: memFree=29336292/32951124 swapFree=67111528/67111528
[pid=23779] ppid=23777 vsize=47096 CPUtime=6.29
/proc/23779/stat : 23779 (pbscip.linux.x8) R 23777 23779 23512 0 -1 4202496 23822 0 0 0 621 8 0 0 25 0 1 0 25686832 48226304 9762 4089446400 4194304 10345943 140735050580256 18446744073709551615 6520218 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/23779/statm: 11774 9762 806 1502 0 10267 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 47096

[startup+12.7008 s]
/proc/loadavg: 1.86 1.95 1.67 3/179 23807
/proc/meminfo: memFree=29279736/32951124 swapFree=67111528/67111528
[pid=23779] ppid=23777 vsize=52904 CPUtime=12.69
/proc/23779/stat : 23779 (pbscip.linux.x8) R 23777 23779 23512 0 -1 4202496 47785 0 0 0 1253 16 0 0 25 0 1 0 25686832 54173696 11509 4089446400 4194304 10345943 140735050580256 18446744073709551615 8160425 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/23779/statm: 13226 11509 808 1502 0 11719 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 52904

[startup+25.5002 s]
/proc/loadavg: 1.88 1.95 1.67 3/179 23808
/proc/meminfo: memFree=29242716/32951124 swapFree=67111528/67111528
[pid=23779] ppid=23777 vsize=74032 CPUtime=25.49
/proc/23779/stat : 23779 (pbscip.linux.x8) R 23777 23779 23512 0 -1 4202496 73392 0 0 0 2523 26 0 0 25 0 1 0 25686832 75808768 16784 4089446400 4194304 10345943 140735050580256 18446744073709551615 4216689 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/23779/statm: 18508 16784 808 1502 0 17001 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 74032

[startup+51.1011 s]
/proc/loadavg: 1.92 1.96 1.68 3/179 23809
/proc/meminfo: memFree=29182188/32951124 swapFree=67111528/67111528
[pid=23779] ppid=23777 vsize=95764 CPUtime=51.09
/proc/23779/stat : 23779 (pbscip.linux.x8) R 23777 23779 23512 0 -1 4202496 94824 0 0 0 5064 45 0 0 25 0 1 0 25686832 98062336 22317 4089446400 4194304 10345943 140735050580256 18446744073709551615 6328953 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/23779/statm: 23941 22317 808 1502 0 22434 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 95764

[startup+102.307 s]
/proc/loadavg: 2.11 1.99 1.71 3/179 23810
/proc/meminfo: memFree=29084916/32951124 swapFree=67111528/67111528
[pid=23779] ppid=23777 vsize=122248 CPUtime=102.3
/proc/23779/stat : 23779 (pbscip.linux.x8) R 23777 23779 23512 0 -1 4202496 125784 0 0 0 10154 76 0 0 25 0 1 0 25686832 125181952 28469 4089446400 4194304 10345943 140735050580256 18446744073709551615 4217115 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/23779/statm: 30562 28469 808 1502 0 29055 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 122248

[startup+162.301 s]
/proc/loadavg: 2.04 1.99 1.73 3/179 23811
/proc/meminfo: memFree=29006620/32951124 swapFree=67111528/67111528
[pid=23779] ppid=23777 vsize=132336 CPUtime=162.3
/proc/23779/stat : 23779 (pbscip.linux.x8) R 23777 23779 23512 0 -1 4202496 167497 0 0 0 16112 118 0 0 25 0 1 0 25686832 135512064 30799 4089446400 4194304 10345943 140735050580256 18446744073709551615 6756404 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/23779/statm: 33084 30799 808 1502 0 31577 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 132336

[startup+222.301 s]
/proc/loadavg: 2.01 1.99 1.74 3/179 23813
/proc/meminfo: memFree=28974076/32951124 swapFree=67111528/67111528
[pid=23779] ppid=23777 vsize=144684 CPUtime=222.3
/proc/23779/stat : 23779 (pbscip.linux.x8) R 23777 23779 23512 0 -1 4202496 180927 0 0 0 22078 152 0 0 25 0 1 0 25686832 148156416 33371 4089446400 4194304 10345943 140735050580256 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/23779/statm: 36171 33371 808 1502 0 34664 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 144684

[startup+282.301 s]
/proc/loadavg: 2.00 1.99 1.75 3/179 23815
/proc/meminfo: memFree=28963348/32951124 swapFree=67111528/67111528
[pid=23779] ppid=23777 vsize=151860 CPUtime=282.31
/proc/23779/stat : 23779 (pbscip.linux.x8) R 23777 23779 23512 0 -1 4202496 187132 0 0 0 28044 187 0 0 25 0 1 0 25686832 155504640 35077 4089446400 4194304 10345943 140735050580256 18446744073709551615 5085459 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/23779/statm: 37965 35077 808 1502 0 36458 0
Current children cumulated CPU time (s) 282.31
Current children cumulated vsize (KiB) 151860

[startup+342.301 s]
/proc/loadavg: 2.00 1.99 1.76 3/179 23817
/proc/meminfo: memFree=28957952/32951124 swapFree=67111528/67111528
[pid=23779] ppid=23777 vsize=154636 CPUtime=342.3
/proc/23779/stat : 23779 (pbscip.linux.x8) R 23777 23779 23512 0 -1 4202496 199695 0 0 0 34008 222 0 0 25 0 1 0 25686832 158347264 36073 4089446400 4194304 10345943 140735050580256 18446744073709551615 6803054 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/23779/statm: 38659 36073 808 1502 0 37152 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 154636

[startup+402.3 s]
/proc/loadavg: 2.00 1.99 1.77 3/179 23818
/proc/meminfo: memFree=28951196/32951124 swapFree=67111528/67111528
[pid=23779] ppid=23777 vsize=159364 CPUtime=402.3
/proc/23779/stat : 23779 (pbscip.linux.x8) R 23777 23779 23512 0 -1 4202496 206691 0 0 0 39976 254 0 0 25 0 1 0 25686832 163188736 37212 4089446400 4194304 10345943 140735050580256 18446744073709551615 6307366 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/23779/statm: 39841 37212 808 1502 0 38334 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 159364

[startup+462.3 s]
/proc/loadavg: 2.04 2.01 1.79 3/179 23819
/proc/meminfo: memFree=28944332/32951124 swapFree=67111528/67111528
[pid=23779] ppid=23777 vsize=168012 CPUtime=462.31
/proc/23779/stat : 23779 (pbscip.linux.x8) R 23777 23779 23512 0 -1 4202496 214289 0 0 0 45945 286 0 0 25 0 1 0 25686832 172044288 39119 4089446400 4194304 10345943 140735050580256 18446744073709551615 7509906 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/23779/statm: 42003 39119 808 1502 0 40496 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 168012

[startup+522.3 s]
/proc/loadavg: 2.01 2.00 1.80 3/179 23821
/proc/meminfo: memFree=28935840/32951124 swapFree=67111528/67111528
[pid=23779] ppid=23777 vsize=175452 CPUtime=522.31
/proc/23779/stat : 23779 (pbscip.linux.x8) R 23777 23779 23512 0 -1 4202496 219069 0 0 0 51916 315 0 0 25 0 1 0 25686832 179662848 40775 4089446400 4194304 10345943 140735050580256 18446744073709551615 6358292 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/23779/statm: 43863 40775 808 1502 0 42356 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 175452

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 1.81 3/179 23823
/proc/meminfo: memFree=28928096/32951124 swapFree=67111528/67111528
[pid=23779] ppid=23777 vsize=181188 CPUtime=582.32
/proc/23779/stat : 23779 (pbscip.linux.x8) R 23777 23779 23512 0 -1 4202496 224114 0 0 0 57886 346 0 0 25 0 1 0 25686832 185536512 41907 4089446400 4194304 10345943 140735050580256 18446744073709551615 4218186 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/23779/statm: 45297 41907 808 1502 0 43790 0
Current children cumulated CPU time (s) 582.32
Current children cumulated vsize (KiB) 181188

[startup+642.301 s]
/proc/loadavg: 2.04 2.01 1.83 3/179 23825
/proc/meminfo: memFree=28919608/32951124 swapFree=67111528/67111528
[pid=23779] ppid=23777 vsize=186868 CPUtime=642.33
/proc/23779/stat : 23779 (pbscip.linux.x8) R 23777 23779 23512 0 -1 4202496 227765 0 0 0 63861 372 0 0 25 0 1 0 25686832 191352832 43448 4089446400 4194304 10345943 140735050580256 18446744073709551615 4230937 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/23779/statm: 46717 43448 808 1502 0 45210 0
Current children cumulated CPU time (s) 642.33
Current children cumulated vsize (KiB) 186868

[startup+702.301 s]

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

/proc/meminfo: memFree=28887676/32951124 swapFree=67111528/67111528
[pid=23779] ppid=23777 vsize=216076 CPUtime=1002.33
/proc/23779/stat : 23779 (pbscip.linux.x8) R 23777 23779 23512 0 -1 4202496 267535 0 0 0 99685 548 0 0 25 0 1 0 25686832 221261824 49592 4089446400 4194304 10345943 140735050580256 18446744073709551615 4881881 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/23779/statm: 54019 49592 808 1502 0 52512 0
Current children cumulated CPU time (s) 1002.33
Current children cumulated vsize (KiB) 216076

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 1.87 3/179 23835
/proc/meminfo: memFree=28885528/32951124 swapFree=67111528/67111528
[pid=23779] ppid=23777 vsize=219280 CPUtime=1062.34
/proc/23779/stat : 23779 (pbscip.linux.x8) R 23777 23779 23512 0 -1 4202496 272408 0 0 0 105657 577 0 0 25 0 1 0 25686832 224542720 50193 4089446400 4194304 10345943 140735050580256 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/23779/statm: 54820 50193 808 1502 0 53313 0
Current children cumulated CPU time (s) 1062.34
Current children cumulated vsize (KiB) 219280

[startup+1122.3 s]
/proc/loadavg: 2.06 2.02 1.88 3/179 23837
/proc/meminfo: memFree=28883856/32951124 swapFree=67111528/67111528
[pid=23779] ppid=23777 vsize=219332 CPUtime=1122.34
/proc/23779/stat : 23779 (pbscip.linux.x8) R 23777 23779 23512 0 -1 4202496 274065 0 0 0 111630 604 0 0 25 0 1 0 25686832 224595968 50472 4089446400 4194304 10345943 140735050580256 18446744073709551615 4995703 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/23779/statm: 54833 50472 808 1502 0 53326 0
Current children cumulated CPU time (s) 1122.34
Current children cumulated vsize (KiB) 219332

[startup+1182.3 s]
/proc/loadavg: 2.02 2.01 1.89 3/179 23839
/proc/meminfo: memFree=28883168/32951124 swapFree=67111528/67111528
[pid=23779] ppid=23777 vsize=218836 CPUtime=1182.35
/proc/23779/stat : 23779 (pbscip.linux.x8) R 23777 23779 23512 0 -1 4202496 278719 0 0 0 117599 636 0 0 25 0 1 0 25686832 224088064 50596 4089446400 4194304 10345943 140735050580256 18446744073709551615 4995709 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/23779/statm: 54709 50596 808 1502 0 53202 0
Current children cumulated CPU time (s) 1182.35
Current children cumulated vsize (KiB) 218836

[startup+1242.3 s]
/proc/loadavg: 2.01 2.00 1.90 3/179 23841
/proc/meminfo: memFree=28882000/32951124 swapFree=67111528/67111528
[pid=23779] ppid=23777 vsize=219784 CPUtime=1242.35
/proc/23779/stat : 23779 (pbscip.linux.x8) R 23777 23779 23512 0 -1 4202496 283789 0 0 0 123570 665 0 0 25 0 1 0 25686832 225058816 50844 4089446400 4194304 10345943 140735050580256 18446744073709551615 7521040 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/23779/statm: 54946 50844 808 1502 0 53439 0
Current children cumulated CPU time (s) 1242.35
Current children cumulated vsize (KiB) 219784

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 1.90 3/179 23842
/proc/meminfo: memFree=28880948/32951124 swapFree=67111528/67111528
[pid=23779] ppid=23777 vsize=220892 CPUtime=1302.35
/proc/23779/stat : 23779 (pbscip.linux.x8) R 23777 23779 23512 0 -1 4202496 291736 0 0 0 129536 699 0 0 25 0 1 0 25686832 226193408 51018 4089446400 4194304 10345943 140735050580256 18446744073709551615 7547018 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/23779/statm: 55223 51018 808 1502 0 53716 0
Current children cumulated CPU time (s) 1302.35
Current children cumulated vsize (KiB) 220892

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 23852
/proc/meminfo: memFree=28878676/32951124 swapFree=67111528/67111528
[pid=23779] ppid=23777 vsize=221732 CPUtime=1362.35
/proc/23779/stat : 23779 (pbscip.linux.x8) R 23777 23779 23512 0 -1 4202496 299570 0 0 0 135501 734 0 0 25 0 1 0 25686832 227053568 51314 4089446400 4194304 10345943 140735050580256 18446744073709551615 6068933 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/23779/statm: 55433 51314 808 1502 0 53926 0
Current children cumulated CPU time (s) 1362.35
Current children cumulated vsize (KiB) 221732

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 23854
/proc/meminfo: memFree=28877236/32951124 swapFree=67111528/67111528
[pid=23779] ppid=23777 vsize=223444 CPUtime=1422.36
/proc/23779/stat : 23779 (pbscip.linux.x8) R 23777 23779 23512 0 -1 4202496 307303 0 0 0 141469 767 0 0 25 0 1 0 25686832 228806656 51714 4089446400 4194304 10345943 140735050580256 18446744073709551615 6715591 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/23779/statm: 55861 51714 808 1502 0 54354 0
Current children cumulated CPU time (s) 1422.36
Current children cumulated vsize (KiB) 223444

[startup+1482.3 s]
/proc/loadavg: 2.03 2.01 1.91 3/179 23856
/proc/meminfo: memFree=28875932/32951124 swapFree=67111528/67111528
[pid=23779] ppid=23777 vsize=225436 CPUtime=1482.35
/proc/23779/stat : 23779 (pbscip.linux.x8) R 23777 23779 23512 0 -1 4202496 311924 0 0 0 147435 800 0 0 25 0 1 0 25686832 230846464 52014 4089446400 4194304 10345943 140735050580256 18446744073709551615 6035639 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/23779/statm: 56359 52014 808 1502 0 54852 0
Current children cumulated CPU time (s) 1482.35
Current children cumulated vsize (KiB) 225436

[startup+1542.3 s]
/proc/loadavg: 2.01 2.01 1.91 3/179 23858
/proc/meminfo: memFree=28871644/32951124 swapFree=67111528/67111528
[pid=23779] ppid=23777 vsize=226268 CPUtime=1542.35
/proc/23779/stat : 23779 (pbscip.linux.x8) R 23777 23779 23512 0 -1 4202496 317549 0 0 0 153403 832 0 0 25 0 1 0 25686832 231698432 52267 4089446400 4194304 10345943 140735050580256 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/23779/statm: 56567 52267 808 1502 0 55060 0
Current children cumulated CPU time (s) 1542.35
Current children cumulated vsize (KiB) 226268

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 23859
/proc/meminfo: memFree=28870480/32951124 swapFree=67111528/67111528
[pid=23779] ppid=23777 vsize=226492 CPUtime=1602.36
/proc/23779/stat : 23779 (pbscip.linux.x8) R 23777 23779 23512 0 -1 4202496 337383 0 0 0 159368 868 0 0 25 0 1 0 25686832 231927808 52479 4089446400 4194304 10345943 140735050580256 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/23779/statm: 56623 52479 808 1502 0 55116 0
Current children cumulated CPU time (s) 1602.36
Current children cumulated vsize (KiB) 226492

[startup+1662.3 s]
/proc/loadavg: 2.03 2.01 1.92 3/179 23860
/proc/meminfo: memFree=28869332/32951124 swapFree=67111528/67111528
[pid=23779] ppid=23777 vsize=227148 CPUtime=1662.36
/proc/23779/stat : 23779 (pbscip.linux.x8) R 23777 23779 23512 0 -1 4202496 345498 0 0 0 165334 902 0 0 25 0 1 0 25686832 232599552 52694 4089446400 4194304 10345943 140735050580256 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/23779/statm: 56787 52694 808 1502 0 55280 0
Current children cumulated CPU time (s) 1662.36
Current children cumulated vsize (KiB) 227148

[startup+1722.3 s]
/proc/loadavg: 2.01 2.01 1.92 3/179 23862
/proc/meminfo: memFree=28868292/32951124 swapFree=67111528/67111528
[pid=23779] ppid=23777 vsize=228060 CPUtime=1722.36
/proc/23779/stat : 23779 (pbscip.linux.x8) R 23777 23779 23512 0 -1 4202496 360549 0 0 0 171296 940 0 0 25 0 1 0 25686832 233533440 52952 4089446400 4194304 10345943 140735050580256 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/23779/statm: 57015 52952 808 1502 0 55508 0
Current children cumulated CPU time (s) 1722.36
Current children cumulated vsize (KiB) 228060

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/179 23864
/proc/meminfo: memFree=28867124/32951124 swapFree=67111528/67111528
[pid=23779] ppid=23777 vsize=230236 CPUtime=1782.37
/proc/23779/stat : 23779 (pbscip.linux.x8) R 23777 23779 23512 0 -1 4202496 363061 0 0 0 177264 973 0 0 25 0 1 0 25686832 235761664 53156 4089446400 4194304 10345943 140735050580256 18446744073709551615 6872586 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/23779/statm: 57559 53156 808 1502 0 56052 0
Current children cumulated CPU time (s) 1782.37
Current children cumulated vsize (KiB) 230236

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

[startup+1785.5 s]
/proc/loadavg: 2.00 2.00 1.92 3/179 23864
/proc/meminfo: memFree=28867124/32951124 swapFree=67111528/67111528
[pid=23779] ppid=23777 vsize=230236 CPUtime=1785.57
/proc/23779/stat : 23779 (pbscip.linux.x8) R 23777 23779 23512 0 -1 4202496 363081 0 0 0 177582 975 0 0 25 0 1 0 25686832 235761664 53176 4089446400 4194304 10345943 140735050580256 18446744073709551615 5614817 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/23779/statm: 57559 53176 808 1502 0 56052 0
Current children cumulated CPU time (s) 1785.57
Current children cumulated vsize (KiB) 230236

[startup+1788.7 s]
/proc/loadavg: 2.00 2.00 1.92 3/179 23864
/proc/meminfo: memFree=28866876/32951124 swapFree=67111528/67111528
[pid=23779] ppid=23777 vsize=230096 CPUtime=1788.77
/proc/23779/stat : 23779 (pbscip.linux.x8) R 23777 23779 23512 0 -1 4202496 363372 0 0 0 177900 977 0 0 25 0 1 0 25686832 235618304 53157 4089446400 4194304 10345943 140735050580256 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/23779/statm: 57524 53157 808 1502 0 56017 0
Current children cumulated CPU time (s) 1788.77
Current children cumulated vsize (KiB) 230096

[startup+1789.5 s]
/proc/loadavg: 2.00 2.00 1.92 3/179 23864
/proc/meminfo: memFree=28866876/32951124 swapFree=67111528/67111528
[pid=23779] ppid=23777 vsize=230096 CPUtime=1789.56
/proc/23779/stat : 23779 (pbscip.linux.x8) R 23777 23779 23512 0 -1 4202496 363372 0 0 0 177979 977 0 0 25 0 1 0 25686832 235618304 53157 4089446400 4194304 10345943 140735050580256 18446744073709551615 4218227 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/23779/statm: 57524 53157 808 1502 0 56017 0
Current children cumulated CPU time (s) 1789.56
Current children cumulated vsize (KiB) 230096

[startup+1789.9 s]
/proc/loadavg: 2.00 2.00 1.92 3/179 23864
/proc/meminfo: memFree=28866876/32951124 swapFree=67111528/67111528
[pid=23779] ppid=23777 vsize=230096 CPUtime=1789.96
/proc/23779/stat : 23779 (pbscip.linux.x8) R 23777 23779 23512 0 -1 4202496 363377 0 0 0 178019 977 0 0 25 0 1 0 25686832 235618304 53162 4089446400 4194304 10345943 140735050580256 18446744073709551615 5029591 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/23779/statm: 57524 53162 808 1502 0 56017 0
Current children cumulated CPU time (s) 1789.96
Current children cumulated vsize (KiB) 230096

[startup+1790.1 s]
/proc/loadavg: 2.00 2.00 1.92 3/179 23864
/proc/meminfo: memFree=28866876/32951124 swapFree=67111528/67111528
[pid=23779] ppid=23777 vsize=213204 CPUtime=1790.17
/proc/23779/stat : 23779 (pbscip.linux.x8) R 23777 23779 23512 0 -1 4202496 363378 0 0 0 178039 978 0 0 25 0 1 0 25686832 218320896 30668 4089446400 4194304 10345943 140735050580256 18446744073709551615 9366586 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/23779/statm: 53301 30668 809 1502 0 51794 0
Current children cumulated CPU time (s) 1790.17
Current children cumulated vsize (KiB) 213204

Child status: 0
Real time (s): 1790.11
CPU time (s): 1790.18
CPU user time (s): 1780.39
CPU system time (s): 9.78951
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 230776

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

runsolver used 3.2705 second user time and 6.50101 second system time

The end

Launcher Data

Begin job on node143 at 2010-07-08 09:39:05
IDJOB=2705653
IDBENCH=78969
IDSOLVER=1214
FILE ID=node143/2705653-1278574744
PBS_JOBID= 11240168
Free space on /tmp= 73236 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.1900557362--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-2705653-1278574744/watcher-2705653-1278574744 -o /tmp/evaluation-result-2705653-1278574744/solver-2705653-1278574744 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2705653-1278574744.wbo -t 1800 -m 3800

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

MD5SUM BENCH= a633e631fdb9de9296374319dc47b460
RANDOM SEED=982638039

node143.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.829
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.65
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.829
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	: 5332.75
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.829
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.829
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.72
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.829
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	: 5338.82
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.829
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.75
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.829
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.74
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.829
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      29236336 kB
Buffers:        151604 kB
Cached:        3218320 kB
SwapCached:          0 kB
Active:        1769344 kB
Inactive:      1786776 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      29236336 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           12884 kB
Writeback:           0 kB
AnonPages:      186080 kB
Mapped:          17920 kB
Slab:            94876 kB
PageTables:       5304 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   336820 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= 73224 MiB
End job on node143 at 2010-07-08 10:08:55