Trace number 2705665

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.1900556231--soft-66-100-0.wbo
MD5SUM75cdbfdf3c0702d95dd33d3fc3f86ad3
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark256.623
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 constraints904
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 44120
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 44119
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 723
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-2705665-1278574749.wbo>
0.00/0.02	c original problem has 2039 variables (1135 bin, 0 int, 904 impl, 0 cont) and 3612 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, 210 impls, 18 clqs
0.06/0.07	c (round 2) 0 del vars, 115 del conss, 904 chg bounds, 43 chg sides, 0 chg coeffs, 0 upgd conss, 210 impls, 18 clqs
0.06/0.08	c (round 3) 43 del vars, 314 del conss, 933 chg bounds, 170 chg sides, 0 chg coeffs, 0 upgd conss, 210 impls, 18 clqs
0.06/0.09	c (round 4) 144 del vars, 314 del conss, 933 chg bounds, 170 chg sides, 0 chg coeffs, 1634 upgd conss, 210 impls, 18 clqs
0.09/0.10	c (round 5) 144 del vars, 321 del conss, 933 chg bounds, 170 chg sides, 0 chg coeffs, 1634 upgd conss, 210 impls, 18 clqs
0.09/0.14	c    (0.1s) probing: 101/1063 (9.5%) - 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 (6 rounds):
0.09/0.14	c  144 deleted vars, 321 deleted constraints, 933 tightened bounds, 0 added holes, 170 changed sides, 0 changed coefficients
0.09/0.14	c  1870 implications, 18 cliques
0.09/0.14	c presolved problem has 1895 variables (1063 bin, 0 int, 832 impl, 0 cont) and 3291 constraints
0.09/0.14	c       1 constraints of type <knapsack>
0.09/0.14	c      18 constraints of type <setppc>
0.09/0.14	c     832 constraints of type <linear>
0.09/0.14	c     832 constraints of type <indicator>
0.09/0.14	c    1608 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.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 |    39 |     - |8796k|   0 |  26 |1895 |3291 |1895 |1627 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.20/0.26	c   0.2s|     1 |     0 |    61 |     - |8867k|   0 |  34 |1895 |3304 |1895 |1635 |   8 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.29/0.31	c   0.3s|     1 |     0 |   103 |     - |9161k|   0 |  42 |1895 |3304 |1895 |1641 |  14 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.29/0.39	c   0.4s|     1 |     0 |   146 |     - |9415k|   0 |  54 |1895 |3304 |1895 |1646 |  19 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.49/0.52	c   0.5s|     1 |     0 |   388 |     - |9747k|   0 |  64 |1895 |3304 |1895 |1648 |  21 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.59/0.65	c   0.6s|     1 |     0 |   551 |     - |  10M|   0 |  65 |1895 |3304 |1895 |1659 |  32 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.69/0.75	c   0.7s|     1 |     0 |   571 |     - |  10M|   0 |  62 |1895 |3304 |1895 |1663 |  36 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1.79/1.84	c   1.8s|     1 |     2 |   571 |     - |  10M|   0 |  62 |1895 |3304 |1895 |1663 |  36 |   0 |  13 | 0.000000e+00 |      --      |    Inf 
5.99/6.07	o 40432
5.99/6.07	c y 6.0s|    44 |    29 |  3212 |  61.4 |  10M|  23 |   - |1895 |3321 |   0 |   0 |  48 |  17 | 237 | 0.000000e+00 | 4.043200e+04 |    Inf 
8.89/8.99	o 465
8.89/8.99	c * 9.0s|   915 |   769 |  5170 |   5.0 |  12M| 338 |   - |1895 |3328 |1895 |1670 |  98 |  24 | 549 | 0.000000e+00 | 4.650000e+02 |    Inf 
9.29/9.31	o 427
9.29/9.31	c * 9.3s|  1200 |   994 |  5498 |   4.1 |  12M| 338 |   - |1895 |3345 |1895 |1668 | 100 |  41 | 563 | 0.000000e+00 | 4.270000e+02 |    Inf 
9.29/9.32	o 419
9.29/9.32	c * 9.3s|  1203 |   974 |  5511 |   4.1 |  12M| 338 |   - |1895 |3345 |1895 |1671 | 103 |  41 | 563 | 0.000000e+00 | 4.190000e+02 |    Inf 
9.69/9.77	o 418
9.69/9.77	c * 9.7s|  1351 |  1088 |  6257 |   4.2 |  13M| 338 |   - |1895 |3433 |1895 |1669 | 126 | 129 | 618 | 0.000000e+00 | 4.180000e+02 |    Inf 
10.99/11.01	o 252
10.99/11.01	c *11.0s|  1535 |   867 |  7708 |   4.7 |  13M| 338 |   - |1895 |3471 |1895 |1668 | 143 | 167 | 781 | 0.000000e+00 | 2.520000e+02 |    Inf 
11.39/11.49	o 245
11.39/11.49	c *11.5s|  1661 |   910 |  8588 |   4.8 |  13M| 338 |   - |1895 |3604 |1895 |1668 | 175 | 301 | 832 | 0.000000e+00 | 2.450000e+02 |    Inf 
12.19/12.26	o 226
12.19/12.26	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
12.19/12.26	c *12.2s|  1938 |   896 | 10571 |   5.2 |  13M| 338 |   - |1895 |3775 |1895 |1661 | 207 | 673 | 914 | 0.000000e+00 | 2.260000e+02 |    Inf 
13.10/13.17	o 221
13.10/13.17	c *13.1s|  2363 |   959 | 13577 |   5.5 |  14M| 338 |   - |1895 |4028 |1895 |1668 | 272 |1154 | 973 | 0.000000e+00 | 2.210000e+02 |    Inf 
13.10/13.17	o 217
13.10/13.17	c *13.1s|  2364 |   943 | 13577 |   5.5 |  14M| 338 |   - |1895 |4028 |1895 |1668 | 272 |1154 | 973 | 0.000000e+00 | 2.170000e+02 |    Inf 
13.89/13.91	o 208
13.89/13.91	c *13.9s|  2770 |  1013 | 15937 |   5.5 |  15M| 338 |   - |1895 |4236 |1895 |1669 | 321 |1615 |1002 | 0.000000e+00 | 2.080000e+02 |    Inf 
15.99/16.00	o 204
15.99/16.00	c *16.0s|  3741 |  1262 | 22890 |   6.0 |  16M| 338 |   - |1895 |4779 |1895 |1655 | 487 |2615 |1119 | 0.000000e+00 | 2.040000e+02 |    Inf 
18.49/18.52	o 199
18.49/18.52	c *18.5s|  5294 |  1603 | 32331 |   6.0 |  18M| 338 |   - |1895 |5448 |1895 |1673 | 699 |4239 |1151 | 0.000000e+00 | 1.990000e+02 |    Inf 
18.49/18.57	o 162
18.49/18.57	c *18.5s|  5325 |  1444 | 32410 |   6.0 |  17M| 338 |   - |1895 |5475 |1895 |1672 | 699 |4275 |1151 | 0.000000e+00 | 1.620000e+02 |    Inf 
21.19/21.23	o 156
21.19/21.23	c *21.2s|  6909 |  1652 | 42903 |   6.1 |  19M| 338 |   - |1895 |5027 |1895 |1673 | 933 |5981 |1171 | 0.000000e+00 | 1.560000e+02 |    Inf 
21.49/21.52	o 150
21.49/21.52	c *21.5s|  7126 |  1648 | 43728 |   6.1 |  19M| 338 |   - |1895 |5192 |1895 |1677 | 958 |6241 |1171 | 0.000000e+00 | 1.500000e+02 |    Inf 
22.69/22.70	o 143
22.69/22.70	c *22.7s|  7782 |  1716 | 48752 |   6.2 |  19M| 338 |   - |1895 |5279 |1895 |1655 |1031 |6989 |1173 | 0.000000e+00 | 1.430000e+02 |    Inf 
26.99/27.02	c  27.0s| 10000 |  2076 | 68075 |   6.8 |  21M| 338 |  22 |1895 |5277 |1895 |1655 |1301 |9457 |1252 | 0.000000e+00 | 1.430000e+02 |    Inf 
28.79/28.82	o 136
28.79/28.82	c *28.8s| 10888 |  2139 | 78117 |   7.1 |  22M| 338 |   - |1895 |5537 |1895 |1670 |1423 |  10k|1252 | 0.000000e+00 | 1.360000e+02 |    Inf 
28.79/28.82	o 132
28.79/28.82	c *28.8s| 10889 |  2112 | 78139 |   7.1 |  22M| 338 |   - |1895 |5537 |1895 |1670 |1423 |  10k|1252 | 0.000000e+00 | 1.320000e+02 |    Inf 
30.39/30.47	o 129
30.39/30.47	c *30.4s| 11812 |  2201 | 85114 |   7.2 |  23M| 338 |   - |1895 |5649 |1895 |1677 |1558 |  11k|1252 | 0.000000e+00 | 1.290000e+02 |    Inf 
30.39/30.47	o 128
30.39/30.47	c *30.4s| 11813 |  2193 | 85115 |   7.2 |  23M| 338 |   - |1895 |5649 |1895 |1677 |1558 |  11k|1252 | 0.000000e+00 | 1.280000e+02 |    Inf 
36.30/36.35	o 126
36.30/36.35	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
36.30/36.35	c *36.3s| 14843 |  2534 |112547 |   7.5 |  26M| 338 |   - |1895 |6200 |1895 |1660 |1933 |  15k|1336 | 0.000000e+00 | 1.260000e+02 |    Inf 
36.99/37.05	o 96
36.99/37.05	c *37.0s| 15203 |  2327 |116178 |   7.6 |  25M| 338 |   - |1895 |6298 |1895 |1663 |1970 |  15k|1337 | 0.000000e+00 | 9.600000e+01 |    Inf 
46.99/47.01	c  47.0s| 20000 |  2639 |166479 |   8.3 |  29M| 338 |   - |1895 |5955 |   0 |   0 |2496 |  21k|1446 | 0.000000e+00 | 9.600000e+01 |    Inf 
48.89/48.98	o 90
48.89/48.98	c *49.0s| 20991 |  2698 |174358 |   8.3 |  30M| 338 |   - |1895 |5439 |1895 |1661 |2583 |  22k|1489 | 0.000000e+00 | 9.000000e+01 |    Inf 
58.99/59.07	o 78
58.99/59.07	c *59.0s| 26568 |  2655 |223996 |   8.4 |  32M| 338 |   - |1895 |6363 |1895 |1671 |3319 |  29k|1501 | 0.000000e+00 | 7.800000e+01 |    Inf 
61.49/61.59	o 66
61.49/61.59	c *61.6s| 27892 |  2590 |236264 |   8.5 |  32M| 338 |   - |1895 |6435 |1895 |1675 |3543 |  31k|1501 | 0.000000e+00 | 6.600000e+01 |    Inf 
64.50/64.53	o 56
64.50/64.53	c *64.5s| 29461 |  2544 |250916 |   8.5 |  31M| 338 |   - |1895 |5239 |1895 |1680 |3761 |  33k|1501 | 0.000000e+00 | 5.600000e+01 |    Inf 
65.59/65.65	c  65.6s| 30000 |  2547 |257561 |   8.6 |  31M| 338 |   6 |1895 |4792 |1895 |1655 |3878 |  34k|1502 | 0.000000e+00 | 5.600000e+01 |    Inf 
70.89/70.97	o 16
70.89/70.97	c *70.9s| 32959 |  1991 |285518 |   8.6 |  27M| 338 |   - |1895 |5469 |1895 |1657 |4291 |  38k|1503 | 0.000000e+00 | 1.600000e+01 |    Inf 
84.60/84.70	c  84.7s| 40000 |  1980 |383735 |   9.6 |  28M| 338 |  13 |1895 |7847 |1895 |1672 |4825 |  47k|1503 | 0.000000e+00 | 1.600000e+01 |    Inf 
103.40/103.45	c   103s| 50000 |  2135 |501918 |  10.0 |  31M| 338 |   - |1895 |  10k|1895 |1662 |5695 |  61k|1637 | 0.000000e+00 | 1.600000e+01 |    Inf 
107.90/107.96	o 10
107.90/107.96	c * 108s| 52571 |  2125 |526988 |  10.0 |  31M| 338 |   - |1895 |  11k|1895 |1666 |5878 |  65k|1678 | 0.000000e+00 | 1.000000e+01 |    Inf 
121.80/121.89	c   122s| 60000 |  2126 |610372 |  10.2 |  31M| 338 |   - |1895 |7821 |   0 |   0 |6551 |  75k|1898 | 0.000000e+00 | 1.000000e+01 |    Inf 
135.20/135.26	o 6
135.20/135.26	c * 135s| 66051 |  2116 |699656 |  10.6 |  32M| 338 |   - |1895 |  10k|1895 |1669 |6895 |  83k|2117 | 0.000000e+00 | 6.000000e+00 |    Inf 
143.29/143.32	c   143s| 70000 |  2179 |749853 |  10.7 |  33M| 338 |  28 |1895 |  11k|1895 |1665 |7132 |  89k|2202 | 0.000000e+00 | 6.000000e+00 |    Inf 
164.30/164.34	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
164.30/164.34	c   164s| 80000 |  2181 |889319 |  11.1 |  33M| 338 |  11 |1895 |  11k|1895 |1655 |7817 | 102k|2468 | 0.000000e+00 | 6.000000e+00 |    Inf 
188.20/188.25	c   188s| 90000 |  2310 |  1058k|  11.8 |  35M| 338 |  28 |1895 |  13k|1895 |1655 |8266 | 116k|2717 | 0.000000e+00 | 6.000000e+00 |    Inf 
211.70/211.75	c   212s|100000 |  2460 |  1219k|  12.2 |  36M| 338 |  13 |1895 |  13k|1895 |1655 |8758 | 129k|2970 | 0.000000e+00 | 6.000000e+00 |    Inf 
235.90/235.91	c   236s|110000 |  2476 |  1385k|  12.6 |  37M| 338 |  24 |1895 |  14k|1895 |1655 |9239 | 143k|3248 | 0.000000e+00 | 6.000000e+00 |    Inf 
258.19/258.27	c   258s|120000 |  2451 |  1530k|  12.8 |  37M| 338 |  26 |1895 |  15k|1895 |1655 |9910 | 156k|3504 | 0.000000e+00 | 6.000000e+00 |    Inf 
260.50/260.53	o 2
260.50/260.53	c * 261s|121342 |  2087 |  1543k|  12.7 |  34M| 338 |   - |1895 |  16k|1895 |1665 |9975 | 158k|3508 | 0.000000e+00 | 2.000000e+00 |    Inf 
279.50/279.52	c   279s|130000 |  2084 |  1668k|  12.8 |  35M| 338 |   - |1895 |  16k|1895 |1662 |  10k| 170k|3622 | 0.000000e+00 | 2.000000e+00 |    Inf 
301.59/301.61	c   302s|140000 |  2087 |  1809k|  12.9 |  35M| 338 |   - |1895 |  16k|1895 |1660 |  11k| 183k|3847 | 0.000000e+00 | 2.000000e+00 |    Inf 
324.60/324.64	c   325s|150000 |  2037 |  1958k|  13.1 |  34M| 338 |   - |1895 |  14k|   0 |   0 |  11k| 197k|4021 | 0.000000e+00 | 2.000000e+00 |    Inf 
346.70/346.73	c   347s|160000 |  1992 |  2111k|  13.2 |  34M| 338 |  21 |1895 |  13k|1895 |1655 |  12k| 211k|4188 | 0.000000e+00 | 2.000000e+00 |    Inf 
366.70/366.78	c   367s|170000 |  2038 |  2241k|  13.2 |  35M| 338 |  29 |1895 |  14k|1895 |1655 |  12k| 224k|4346 | 0.000000e+00 | 2.000000e+00 |    Inf 
388.00/388.07	c   388s|180000 |  1930 |  2377k|  13.2 |  33M| 338 |   1 |1895 |  10k|1895 |1665 |  13k| 238k|4635 | 0.000000e+00 | 2.000000e+00 |    Inf 
409.40/409.40	c   409s|190000 |  1939 |  2528k|  13.3 |  34M| 338 |   - |1895 |  14k|   0 |   0 |  14k| 252k|4726 | 0.000000e+00 | 2.000000e+00 |    Inf 
429.90/430.00	c   430s|200000 |  1945 |  2662k|  13.3 |  35M| 338 |   1 |1895 |  14k|1895 |1655 |  14k| 266k|4886 | 0.000000e+00 | 2.000000e+00 |    Inf 
449.70/449.75	c   450s|210000 |  1834 |  2786k|  13.3 |  33M| 338 |  27 |1895 |  13k|1895 |1655 |  15k| 279k|5026 | 0.000000e+00 | 2.000000e+00 |    Inf 
469.10/469.17	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
469.10/469.17	c   469s|220000 |  1802 |  2903k|  13.2 |  34M| 338 |  32 |1895 |  13k|1895 |1662 |  15k| 293k|5130 | 0.000000e+00 | 2.000000e+00 |    Inf 
491.00/491.00	c   491s|230000 |  1819 |  3048k|  13.3 |  35M| 338 |   - |1895 |  16k|1895 |1655 |  16k| 306k|5254 | 0.000000e+00 | 2.000000e+00 |    Inf 
512.61/512.68	c   513s|240000 |  1756 |  3180k|  13.3 |  34M| 338 |   - |1895 |  14k|   0 |   0 |  17k| 320k|5401 | 0.000000e+00 | 2.000000e+00 |    Inf 
533.60/533.68	c   534s|250000 |  1838 |  3316k|  13.3 |  36M| 338 |   - |1895 |  18k|   0 |   0 |  18k| 334k|5500 | 0.000000e+00 | 2.000000e+00 |    Inf 
554.51/554.54	c   555s|260000 |  1827 |  3440k|  13.2 |  38M| 338 |   - |1895 |  22k|   0 |   0 |  19k| 348k|5578 | 0.000000e+00 | 2.000000e+00 |    Inf 
576.41/576.43	c   576s|270000 |  1872 |  3566k|  13.2 |  38M| 338 |   - |1895 |  22k|   0 |   0 |  20k| 362k|5686 | 0.000000e+00 | 2.000000e+00 |    Inf 
602.51/602.53	c   603s|280000 |  1949 |  3730k|  13.3 |  38M| 338 |   1 |1895 |  19k|1895 |1655 |  20k| 376k|5798 | 0.000000e+00 | 2.000000e+00 |    Inf 
625.41/625.48	c   625s|290000 |  2063 |  3869k|  13.3 |  40M| 338 |   - |1895 |  23k|   0 |   0 |  21k| 389k|5912 | 0.000000e+00 | 2.000000e+00 |    Inf 
649.61/649.69	c   650s|300000 |  2160 |  4016k|  13.4 |  41M| 338 |  16 |1895 |  23k|1895 |1655 |  22k| 404k|6013 | 0.000000e+00 | 2.000000e+00 |    Inf 
673.30/673.30	c   673s|310000 |  2160 |  4153k|  13.4 |  42M| 338 |  27 |1895 |  25k|1895 |1655 |  23k| 418k|6108 | 0.000000e+00 | 2.000000e+00 |    Inf 
697.50/697.57	c   698s|320000 |  2204 |  4299k|  13.4 |  42M| 338 |   - |1895 |  24k|   0 |   0 |  24k| 432k|6203 | 0.000000e+00 | 2.000000e+00 |    Inf 
720.31/720.33	c   720s|330000 |  2156 |  4432k|  13.4 |  42M| 338 |   - |1895 |  23k|1895 |1655 |  24k| 447k|6291 | 0.000000e+00 | 2.000000e+00 |    Inf 
743.21/743.21	c   743s|340000 |  2177 |  4566k|  13.4 |  43M| 338 |   - |1895 |  26k|   0 |   0 |  25k| 460k|6383 | 0.000000e+00 | 2.000000e+00 |    Inf 
768.01/768.05	c   768s|350000 |  2166 |  4708k|  13.5 |  44M| 338 |  11 |1895 |  28k|1895 |1655 |  26k| 475k|6471 | 0.000000e+00 | 2.000000e+00 |    Inf 
793.12/793.16	c   793s|360000 |  2081 |  4847k|  13.5 |  43M| 338 |  26 |1895 |  25k|1895 |1660 |  27k| 489k|6550 | 0.000000e+00 | 2.000000e+00 |    Inf 
814.41/814.40	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
814.41/814.40	c   814s|370000 |  1971 |  4968k|  13.4 |  41M| 338 |  18 |1895 |  24k|1895 |1655 |  28k| 504k|6681 | 0.000000e+00 | 2.000000e+00 |    Inf 
838.21/838.24	c   838s|380000 |  2008 |  5109k|  13.4 |  41M| 338 |   - |1895 |  21k|   0 |   0 |  28k| 518k|6781 | 0.000000e+00 | 2.000000e+00 |    Inf 
864.01/864.00	c   864s|390000 |  2236 |  5259k|  13.5 |  44M| 338 |   1 |1895 |  25k|1895 |1663 |  29k| 532k|6857 | 0.000000e+00 | 2.000000e+00 |    Inf 
887.42/887.41	c   887s|400000 |  2334 |  5390k|  13.5 |  46M| 338 |  35 |1895 |  29k|1895 |1655 |  29k| 547k|6924 | 0.000000e+00 | 2.000000e+00 |    Inf 
911.22/911.23	c   911s|410000 |  2394 |  5521k|  13.5 |  46M| 338 |  18 |1895 |  28k|1895 |1660 |  30k| 562k|6997 | 0.000000e+00 | 2.000000e+00 |    Inf 
936.12/936.16	c   936s|420000 |  2417 |  5661k|  13.5 |  47M| 338 |   1 |1895 |  31k|1895 |1655 |  31k| 577k|7071 | 0.000000e+00 | 2.000000e+00 |    Inf 
961.62/961.64	c   962s|430000 |  2476 |  5807k|  13.5 |  48M| 338 |   1 |1895 |  32k|1895 |1655 |  32k| 592k|7136 | 0.000000e+00 | 2.000000e+00 |    Inf 
985.42/985.45	c   985s|440000 |  2500 |  5929k|  13.5 |  47M| 338 |  20 |1895 |  28k|1895 |1655 |  32k| 607k|7211 | 0.000000e+00 | 2.000000e+00 |    Inf 
1012.41/1012.48	c  1012s|450000 |  2503 |  6078k|  13.5 |  48M| 338 |   - |1895 |  30k|   0 |   0 |  33k| 622k|7282 | 0.000000e+00 | 2.000000e+00 |    Inf 
1035.71/1035.76	c  1036s|460000 |  2599 |  6195k|  13.5 |  50M| 338 |  27 |1895 |  32k|1895 |1655 |  34k| 638k|7365 | 0.000000e+00 | 2.000000e+00 |    Inf 
1060.11/1060.16	c  1060s|470000 |  2591 |  6319k|  13.4 |  50M| 338 |   - |1895 |  33k|   0 |   0 |  34k| 653k|7425 | 0.000000e+00 | 2.000000e+00 |    Inf 
1086.61/1086.66	c  1087s|480000 |  2578 |  6460k|  13.5 |  50M| 338 |  21 |1895 |  31k|1895 |1661 |  35k| 668k|7504 | 0.000000e+00 | 2.000000e+00 |    Inf 
1110.61/1110.66	c  1111s|490000 |  2681 |  6588k|  13.4 |  52M| 338 |   - |1895 |  35k|   0 |   0 |  35k| 683k|7560 | 0.000000e+00 | 2.000000e+00 |    Inf 
1134.82/1134.84	c  1135s|500000 |  2687 |  6714k|  13.4 |  52M| 338 |   1 |1895 |  34k|1895 |1655 |  36k| 698k|7604 | 0.000000e+00 | 2.000000e+00 |    Inf 
1161.72/1161.78	c  1162s|510000 |  2723 |  6857k|  13.4 |  53M| 338 |  12 |1895 |  36k|1895 |1662 |  37k| 713k|7690 | 0.000000e+00 | 2.000000e+00 |    Inf 
1187.61/1187.64	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1187.61/1187.64	c  1188s|520000 |  2531 |  6992k|  13.4 |  49M| 338 |   - |1895 |  28k|   0 |   0 |  38k| 728k|7781 | 0.000000e+00 | 2.000000e+00 |    Inf 
1212.13/1212.13	c  1212s|530000 |  2014 |  7131k|  13.5 |  42M| 338 |   9 |1895 |  21k|1895 |1655 |  38k| 743k|7864 | 0.000000e+00 | 2.000000e+00 |    Inf 
1239.12/1239.19	c  1239s|540000 |  2139 |  7296k|  13.5 |  44M| 338 |  30 |1895 |  24k|1895 |1655 |  39k| 757k|7948 | 0.000000e+00 | 2.000000e+00 |    Inf 
1266.42/1266.48	c  1266s|550000 |  2274 |  7456k|  13.6 |  46M| 338 |  22 |1895 |  26k|1895 |1655 |  39k| 771k|8026 | 0.000000e+00 | 2.000000e+00 |    Inf 
1294.12/1294.18	c  1294s|560000 |  2342 |  7616k|  13.6 |  47M| 338 |  25 |1895 |  27k|1895 |1655 |  39k| 785k|8101 | 0.000000e+00 | 2.000000e+00 |    Inf 
1322.72/1322.78	c  1323s|570000 |  2226 |  7787k|  13.7 |  46M| 338 |   - |1895 |  24k|   0 |   0 |  40k| 799k|8177 | 0.000000e+00 | 2.000000e+00 |    Inf 
1347.72/1347.76	c  1348s|580000 |  2356 |  7932k|  13.7 |  48M| 338 |  24 |1895 |  28k|1895 |1655 |  40k| 813k|8251 | 0.000000e+00 | 2.000000e+00 |    Inf 
1370.82/1370.82	c  1371s|590000 |  2457 |  8066k|  13.7 |  50M| 338 |   - |1895 |  32k|   0 |   0 |  41k| 828k|8297 | 0.000000e+00 | 2.000000e+00 |    Inf 
1395.82/1395.87	c  1396s|600000 |  2593 |  8202k|  13.7 |  53M| 338 |  15 |1895 |  36k|1895 |1659 |  41k| 843k|8332 | 0.000000e+00 | 2.000000e+00 |    Inf 
1421.42/1421.43	c  1421s|610000 |  2682 |  8330k|  13.7 |  54M| 338 |   - |1895 |  37k|1895 |1655 |  41k| 857k|8381 | 0.000000e+00 | 2.000000e+00 |    Inf 
1447.53/1447.59	c  1448s|620000 |  2712 |  8466k|  13.7 |  54M| 338 |   1 |1895 |  35k|1895 |1655 |  42k| 872k|8459 | 0.000000e+00 | 2.000000e+00 |    Inf 
1472.13/1472.18	c  1472s|630000 |  2747 |  8600k|  13.7 |  54M| 338 |   - |1895 |  36k|1895 |1655 |  42k| 886k|8517 | 0.000000e+00 | 2.000000e+00 |    Inf 
1497.93/1497.93	c  1498s|640000 |  2717 |  8743k|  13.7 |  53M| 338 |   - |1895 |  33k|   0 |   0 |  43k| 901k|8599 | 0.000000e+00 | 2.000000e+00 |    Inf 
1521.83/1521.83	c  1522s|650000 |  2728 |  8878k|  13.7 |  55M| 338 |   - |1895 |  34k|1895 |1655 |  44k| 915k|8637 | 0.000000e+00 | 2.000000e+00 |    Inf 
1547.83/1547.81	c  1548s|660000 |  2799 |  9024k|  13.7 |  55M| 338 |  25 |1895 |  36k|1895 |1655 |  44k| 930k|8688 | 0.000000e+00 | 2.000000e+00 |    Inf 
1577.23/1577.21	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1577.23/1577.21	c  1577s|670000 |  2873 |  9180k|  13.7 |  56M| 338 |  20 |1895 |  36k|1895 |1655 |  45k| 944k|8775 | 0.000000e+00 | 2.000000e+00 |    Inf 
1609.13/1609.14	c  1609s|680000 |  3019 |  9350k|  13.8 |  58M| 338 |  25 |1895 |  38k|1895 |1655 |  46k| 959k|8834 | 0.000000e+00 | 2.000000e+00 |    Inf 
1639.93/1639.98	c  1640s|690000 |  2988 |  9502k|  13.8 |  58M| 338 |  16 |1895 |  39k|1895 |1655 |  46k| 973k|8901 | 0.000000e+00 | 2.000000e+00 |    Inf 
1668.83/1668.86	c  1669s|700000 |  2929 |  9647k|  13.8 |  58M| 338 |   - |1895 |  38k|   0 |   0 |  47k| 988k|8962 | 0.000000e+00 | 2.000000e+00 |    Inf 
1699.13/1699.18	c  1699s|710000 |  3036 |  9802k|  13.8 |  59M| 338 |   - |1895 |  39k|1895 |1655 |  48k|1003k|9018 | 0.000000e+00 | 2.000000e+00 |    Inf 
1727.03/1727.03	c  1727s|720000 |  3233 |  9934k|  13.8 |  61M| 338 |   - |1895 |  42k|1895 |1655 |  48k|1018k|9053 | 0.000000e+00 | 2.000000e+00 |    Inf 
1754.63/1754.64	c  1755s|730000 |  3225 | 10068k|  13.8 |  61M| 338 |   - |1895 |  41k|   0 |   0 |  49k|1034k|9115 | 0.000000e+00 | 2.000000e+00 |    Inf 
1782.84/1782.82	c  1783s|740000 |  3289 | 10204k|  13.8 |  61M| 338 |   - |1895 |  39k|   0 |   0 |  50k|1049k|9177 | 0.000000e+00 | 2.000000e+00 |    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      : 742560
1790.03/1790.00	c Primal Bound       : +2.00000000000000e+00 (122 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 -x125 
1790.03/1790.01	v -x124 -x123 -x122 -x121 -x120 -x119 -x118 -x117 x116 -x115 -x114 -x113 -x112 -x111 -x110 -x109 x108 -x107 -x106 -x105 -x104 
1790.03/1790.01	v -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 -x54 
1790.03/1790.01	v -x53 -x52 -x51 -x50 -x49 -x48 -x47 x46 -x45 -x44 -x43 -x42 x41 -x40 -x39 -x38 -x37 -x36 -x35 -x34 x33 -x32 -x31 -x30 -x29 
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-2705665-1278574749.wbo
1790.03/1790.01	c   Variables        : 2039 (1135 binary, 0 integer, 904 implicit integer, 0 continuous)
1790.03/1790.01	c   Constraints      : 3612 initial, 3612 maximal
1790.03/1790.01	c Presolved Problem  :
1790.03/1790.01	c   Problem name     : t_HOME/instance-2705665-1278574749.wbo
1790.03/1790.01	c   Variables        : 1895 (1063 binary, 0 integer, 832 implicit integer, 0 continuous)
1790.03/1790.01	c   Constraints      : 3291 initial, 43870 maximal
1790.03/1790.01	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1790.03/1790.01	c   trivial          :       0.00         72          0          0          0          0          0          0          0
1790.03/1790.01	c   dualfix          :       0.00         72          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        933          0        242        170          0
1790.03/1790.01	c   indicator        :       0.00          0          0          0          0          0         72          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        :          -       1648          -          -       1648          -          -          -          -
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     408923          0        293       2237          0          0     787854
1790.03/1790.01	c   knapsack         :          1          6    3486912      12595          1      42137    8593693          0          0          0
1790.03/1790.01	c   setppc           :         18          6    3451427      12503          1      63735    2606522          0          0          0
1790.03/1790.01	c   linear           :        832+         7    3388661      12857          1      54262    3407366      50232          0          0
1790.03/1790.01	c   indicator        :        832          0    3328659      13017          1        628    1108682          0          0          0
1790.03/1790.01	c   logicor          :       1608+         6    1619847       3794          1     128871    5762619          0          0          0
1790.03/1790.01	c   bounddisjunction :          0+         0     388664          0          0         53       1187          0          0          0
1790.03/1790.01	c   countsols        :          0          0          0       3794          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.22       0.00       0.00      39.22       0.00
1790.03/1790.01	c   knapsack         :      35.82       0.00      35.82       0.01       0.00
1790.03/1790.01	c   setppc           :      17.56       0.00      17.55       0.01       0.00
1790.03/1790.01	c   linear           :      42.90       0.00      42.52       0.38       0.00
1790.03/1790.01	c   indicator        :       6.70       0.01       6.37       0.33       0.00
1790.03/1790.01	c   logicor          :     240.89       0.00     240.85       0.04       0.00
1790.03/1790.01	c   bounddisjunction :       1.27       0.00       1.27       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.53      11328          0        317
1790.03/1790.01	c   rootredcost      :       0.51         31          0        824
1790.03/1790.01	c   pseudoobj        :      43.31    3498946       4244    1195681
1790.03/1790.01	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1790.03/1790.01	c   propagation      :      12.70     293302     293129    1816858       31.1       9715       26.5          -
1790.03/1790.01	c   infeasible LP    :      18.13      95833      95833     785149       46.3       1203       15.5          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          0          0          0        0.0          0        0.0          -
1790.03/1790.01	c   applied globally :          -          -          -    1053017       28.8          -          -          -
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          -          -          0          -    (maximal pool size: 469)
1790.03/1790.01	c   redcost          :      13.19     409978          0      22405          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.19          6          0          0       1299          0
1790.03/1790.01	c   strongcg         :       0.17          6          0          0       2500          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         13
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        :      38.94     395884        293       2237          0          0     787854
1790.03/1790.01	c   pscost           :       0.00          0          0          0          0          0          0
1790.03/1790.01	c   inference        :       0.54       3765          0          0          0          0       7530
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.02          -         30
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   feaspump         :       0.02          1          0
1790.03/1790.01	c   oneopt           :       0.29         28          0
1790.03/1790.01	c   coefdiving       :       0.25         68          0
1790.03/1790.01	c   veclendiving     :       0.18         68          0
1790.03/1790.01	c   linesearchdiving :       0.15         68          0
1790.03/1790.01	c   guideddiving     :       0.26         68          0
1790.03/1790.01	c   pscostdiving     :       0.18         69          0
1790.03/1790.01	c   fracdiving       :       0.22         69          0
1790.03/1790.01	c   objpscostdiving  :       0.13         35          0
1790.03/1790.01	c   rootsoldiving    :       0.21         35          0
1790.03/1790.01	c   crossover        :       0.88         28          0
1790.03/1790.01	c   trivial          :       0.00          2          0
1790.03/1790.01	c   simplerounding   :       0.59     396039          0
1790.03/1790.01	c   zirounding       :       0.31       1000          0
1790.03/1790.01	c   rounding         :       0.89       8862          0
1790.03/1790.01	c   shifting         :       0.81       2760          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.02          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.01	c   dins             :       0.00          0          0
1790.03/1790.01	c   undercover       :       0.00          0          0
1790.03/1790.01	c   nlp              :       0.10          0          0
1790.03/1790.01	c   trysol           :       0.24        312         92
1790.03/1790.01	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1790.03/1790.01	c   primal LP        :       0.00          0          0       0.00          -
1790.03/1790.01	c   dual LP          :     960.80     500051   10236296      20.47   10653.90
1790.03/1790.01	c   lex dual LP      :       0.00          0          0       0.00          -
1790.03/1790.01	c   barrier LP       :       0.00          0          0       0.00          -
1790.03/1790.01	c   diving/probing LP:       1.01        797       5880       7.38    5794.42
1790.03/1790.01	c   strong branching :      35.01       9177     391000      42.61   11169.47
1790.03/1790.01	c     (at root node) :          -         13       8656     665.85          -
1790.03/1790.01	c   conflict analysis:       0.00          0          0       0.00          -
1790.03/1790.01	c B&B Tree           :
1790.03/1790.01	c   number of runs   :          1
1790.03/1790.01	c   nodes            :     742560
1790.03/1790.01	c   nodes (total)    :     742560
1790.03/1790.01	c   nodes left       :       3312
1790.03/1790.01	c   max depth        :        338
1790.03/1790.01	c   max depth (total):        338
1790.03/1790.01	c   backtracks       :      87861 (11.8%)
1790.03/1790.01	c   delayed cutoffs  :      46652
1790.03/1790.01	c   repropagations   :    1491423 (3903037 domain reductions, 44562 cutoffs)
1790.03/1790.01	c   avg switch length:       5.47
1790.03/1790.01	c   switching time   :     207.76
1790.03/1790.01	c Solution           :
1790.03/1790.01	c   Solutions found  :        122 (31 improvements)
1790.03/1790.01	c   First Solution   : +4.04320000000000e+04   (in run 1, after 43 nodes, 6.04 seconds, depth 24, found by <trysol>)
1790.03/1790.01	c   Primal Bound     : +2.00000000000000e+00   (in run 1, after 121342 nodes, 260.50 seconds, depth 50, found by <relaxation>)
1790.03/1790.01	c   Dual Bound       : +0.00000000000000e+00
1790.03/1790.01	c   Gap              :   infinite
1790.03/1790.01	c   Root Dual Bound  : +0.00000000000000e+00
1790.03/1790.01	c   Root Iterations  :        571
1790.13/1790.11	c Time complete: 1790.14.

Verifier Data

OK	2

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2705665-1278574749/watcher-2705665-1278574749 -o /tmp/evaluation-result-2705665-1278574749/solver-2705665-1278574749 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2705665-1278574749.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: 1.92 1.98 1.68 3/178 20093
/proc/meminfo: memFree=28957496/32951124 swapFree=67111528/67111528
[pid=20093] ppid=20091 vsize=12340 CPUtime=0
/proc/20093/stat : 20093 (pbscip.linux.x8) R 20091 20093 19771 0 -1 4202496 1925 0 0 0 0 0 0 0 21 0 1 0 25688015 12636160 1844 4089446400 4194304 10345943 140736277756656 18446744073709551615 9107500 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/20093/statm: 3085 1844 429 1502 0 1578 0

[startup+0.069115 s]
/proc/loadavg: 1.92 1.98 1.68 3/178 20093
/proc/meminfo: memFree=28957496/32951124 swapFree=67111528/67111528
[pid=20093] ppid=20091 vsize=26408 CPUtime=0.06
/proc/20093/stat : 20093 (pbscip.linux.x8) R 20091 20093 19771 0 -1 4202496 5633 0 0 0 6 0 0 0 21 0 1 0 25688015 27041792 5198 4089446400 4194304 10345943 140736277756656 18446744073709551615 5018578 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/20093/statm: 6602 5198 534 1502 0 5095 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 26408

[startup+0.101112 s]
/proc/loadavg: 1.92 1.98 1.68 3/178 20093
/proc/meminfo: memFree=28957496/32951124 swapFree=67111528/67111528
[pid=20093] ppid=20091 vsize=27436 CPUtime=0.09
/proc/20093/stat : 20093 (pbscip.linux.x8) R 20091 20093 19771 0 -1 4202496 5922 0 0 0 9 0 0 0 21 0 1 0 25688015 28094464 5487 4089446400 4194304 10345943 140736277756656 18446744073709551615 4327586 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/20093/statm: 6859 5487 561 1502 0 5352 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 27436

[startup+0.301104 s]
/proc/loadavg: 1.92 1.98 1.68 3/178 20093
/proc/meminfo: memFree=28957496/32951124 swapFree=67111528/67111528
[pid=20093] ppid=20091 vsize=51580 CPUtime=0.29
/proc/20093/stat : 20093 (pbscip.linux.x8) R 20091 20093 19771 0 -1 4202496 11618 0 0 0 28 1 0 0 21 0 1 0 25688015 52817920 11183 4089446400 4194304 10345943 140736277756656 18446744073709551615 6142562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/20093/statm: 12895 11183 759 1502 0 11388 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 51580

[startup+0.701032 s]
/proc/loadavg: 1.92 1.98 1.68 3/178 20093
/proc/meminfo: memFree=28957496/32951124 swapFree=67111528/67111528
[pid=20093] ppid=20091 vsize=51580 CPUtime=0.69
/proc/20093/stat : 20093 (pbscip.linux.x8) R 20091 20093 19771 0 -1 4202496 11979 0 0 0 68 1 0 0 22 0 1 0 25688015 52817920 11543 4089446400 4194304 10345943 140736277756656 18446744073709551615 6123667 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/20093/statm: 12895 11543 764 1502 0 11388 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 51580

[startup+1.50089 s]
/proc/loadavg: 1.92 1.98 1.68 4/176 20105
/proc/meminfo: memFree=29109272/32951124 swapFree=67111528/67111528
[pid=20093] ppid=20091 vsize=51580 CPUtime=1.49
/proc/20093/stat : 20093 (pbscip.linux.x8) R 20091 20093 19771 0 -1 4202496 13294 0 0 0 148 1 0 0 25 0 1 0 25688015 52817920 11675 4089446400 4194304 10345943 140736277756656 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/20093/statm: 12895 11675 784 1502 0 11388 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 51580

[startup+3.10061 s]
/proc/loadavg: 1.92 1.98 1.68 2/174 20111
/proc/meminfo: memFree=29123220/32951124 swapFree=67111528/67111528
[pid=20093] ppid=20091 vsize=51580 CPUtime=3.09
/proc/20093/stat : 20093 (pbscip.linux.x8) R 20091 20093 19771 0 -1 4202496 13330 0 0 0 307 2 0 0 25 0 1 0 25688015 52817920 11711 4089446400 4194304 10345943 140736277756656 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/20093/statm: 12895 11711 785 1502 0 11388 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 51580

[startup+6.30106 s]
/proc/loadavg: 1.85 1.97 1.67 2/174 20111
/proc/meminfo: memFree=29123896/32951124 swapFree=67111528/67111528
[pid=20093] ppid=20091 vsize=51580 CPUtime=6.29
/proc/20093/stat : 20093 (pbscip.linux.x8) R 20091 20093 19771 0 -1 4202496 13337 0 0 0 625 4 0 0 25 0 1 0 25688015 52817920 11718 4089446400 4194304 10345943 140736277756656 18446744073709551615 6566442 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/20093/statm: 12895 11718 787 1502 0 11388 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 51580

[startup+12.7009 s]
/proc/loadavg: 1.86 1.97 1.68 3/179 20122
/proc/meminfo: memFree=29043732/32951124 swapFree=67111528/67111528
[pid=20093] ppid=20091 vsize=54136 CPUtime=12.69
/proc/20093/stat : 20093 (pbscip.linux.x8) R 20091 20093 19771 0 -1 4202496 18421 0 0 0 1261 8 0 0 25 0 1 0 25688015 55435264 12444 4089446400 4194304 10345943 140736277756656 18446744073709551615 6702728 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/20093/statm: 13534 12444 804 1502 0 12027 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 54136

[startup+25.5007 s]
/proc/loadavg: 1.89 1.97 1.68 3/179 20122
/proc/meminfo: memFree=29034052/32951124 swapFree=67111528/67111528
[pid=20093] ppid=20091 vsize=65360 CPUtime=25.49
/proc/20093/stat : 20093 (pbscip.linux.x8) R 20091 20093 19771 0 -1 4202496 58271 0 0 0 2529 20 0 0 25 0 1 0 25688015 66928640 14706 4089446400 4194304 10345943 140736277756656 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/20093/statm: 16340 14706 805 1502 0 14833 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 65360

[startup+51.1012 s]
/proc/loadavg: 1.93 1.97 1.69 3/179 20122
/proc/meminfo: memFree=29006320/32951124 swapFree=67111528/67111528
[pid=20093] ppid=20091 vsize=95172 CPUtime=51.09
/proc/20093/stat : 20093 (pbscip.linux.x8) R 20091 20093 19771 0 -1 4202496 97143 0 0 0 5067 42 0 0 25 0 1 0 25688015 97456128 21897 4089446400 4194304 10345943 140736277756656 18446744073709551615 4701030 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/20093/statm: 23793 21897 805 1502 0 22286 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 95172

[startup+102.306 s]
/proc/loadavg: 1.97 1.97 1.70 3/179 20124
/proc/meminfo: memFree=28983764/32951124 swapFree=67111528/67111528
[pid=20093] ppid=20091 vsize=109216 CPUtime=102.3
/proc/20093/stat : 20093 (pbscip.linux.x8) R 20091 20093 19771 0 -1 4202496 130384 0 0 0 10148 82 0 0 25 0 1 0 25688015 111837184 25560 4089446400 4194304 10345943 140736277756656 18446744073709551615 6040009 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/20093/statm: 27304 25560 805 1502 0 25797 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 109216

[startup+162.301 s]
/proc/loadavg: 2.10 2.00 1.73 3/179 20126
/proc/meminfo: memFree=28917348/32951124 swapFree=67111528/67111528
[pid=20093] ppid=20091 vsize=114468 CPUtime=162.29
/proc/20093/stat : 20093 (pbscip.linux.x8) R 20091 20093 19771 0 -1 4202496 172887 0 0 0 16098 131 0 0 25 0 1 0 25688015 117215232 26589 4089446400 4194304 10345943 140736277756656 18446744073709551615 6307551 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/20093/statm: 28617 26589 805 1502 0 27110 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 114468

[startup+222.301 s]
/proc/loadavg: 2.04 2.00 1.74 3/179 20127
/proc/meminfo: memFree=28850960/32951124 swapFree=67111528/67111528
[pid=20093] ppid=20091 vsize=116448 CPUtime=222.3
/proc/20093/stat : 20093 (pbscip.linux.x8) R 20091 20093 19771 0 -1 4202496 185451 0 0 0 22053 177 0 0 25 0 1 0 25688015 119242752 27651 4089446400 4194304 10345943 140736277756656 18446744073709551615 6307499 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/20093/statm: 29112 27651 805 1502 0 27605 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 116448

[startup+282.3 s]
/proc/loadavg: 2.01 2.00 1.75 3/179 20128
/proc/meminfo: memFree=28792144/32951124 swapFree=67111528/67111528
[pid=20093] ppid=20091 vsize=119404 CPUtime=282.3
/proc/20093/stat : 20093 (pbscip.linux.x8) R 20091 20093 19771 0 -1 4202496 211168 0 0 0 28007 223 0 0 25 0 1 0 25688015 122269696 28081 4089446400 4194304 10345943 140736277756656 18446744073709551615 5085399 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/20093/statm: 29851 28081 805 1502 0 28344 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 119404

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 1.76 3/179 20130
/proc/meminfo: memFree=28731464/32951124 swapFree=67111528/67111528
[pid=20093] ppid=20091 vsize=119396 CPUtime=342.3
/proc/20093/stat : 20093 (pbscip.linux.x8) R 20091 20093 19771 0 -1 4202496 228337 0 0 0 33965 265 0 0 25 0 1 0 25688015 122261504 28155 4089446400 4194304 10345943 140736277756656 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/20093/statm: 29849 28155 805 1502 0 28342 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 119396

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 1.78 3/179 20132
/proc/meminfo: memFree=28671788/32951124 swapFree=67111528/67111528
[pid=20093] ppid=20091 vsize=119400 CPUtime=402.3
/proc/20093/stat : 20093 (pbscip.linux.x8) R 20091 20093 19771 0 -1 4202496 246701 0 0 0 39915 315 0 0 25 0 1 0 25688015 122265600 28159 4089446400 4194304 10345943 140736277756656 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/20093/statm: 29850 28159 805 1502 0 28343 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 119400

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 1.79 3/179 20134
/proc/meminfo: memFree=28609128/32951124 swapFree=67111528/67111528
[pid=20093] ppid=20091 vsize=123084 CPUtime=462.31
/proc/20093/stat : 20093 (pbscip.linux.x8) R 20091 20093 19771 0 -1 4202496 255273 0 0 0 45875 356 0 0 25 0 1 0 25688015 126038016 28600 4089446400 4194304 10345943 140736277756656 18446744073709551615 7521725 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/20093/statm: 30771 28600 805 1502 0 29264 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 123084

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 1.80 3/179 20134
/proc/meminfo: memFree=28550688/32951124 swapFree=67111528/67111528
[pid=20093] ppid=20091 vsize=122512 CPUtime=522.3
/proc/20093/stat : 20093 (pbscip.linux.x8) R 20091 20093 19771 0 -1 4202496 266402 0 0 0 51831 399 0 0 25 0 1 0 25688015 125452288 28819 4089446400 4194304 10345943 140736277756656 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/20093/statm: 30628 28819 805 1502 0 29121 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 122512

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 1.81 3/179 20136
/proc/meminfo: memFree=28482576/32951124 swapFree=67111528/67111528
[pid=20093] ppid=20091 vsize=126800 CPUtime=582.31
/proc/20093/stat : 20093 (pbscip.linux.x8) R 20091 20093 19771 0 -1 4202496 274076 0 0 0 57790 441 0 0 25 0 1 0 25688015 129843200 29524 4089446400 4194304 10345943 140736277756656 18446744073709551615 6785197 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/20093/statm: 31700 29524 805 1502 0 30193 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 126800

[startup+642.301 s]
/proc/loadavg: 2.00 2.00 1.82 3/179 20138
/proc/meminfo: memFree=28421528/32951124 swapFree=67111528/67111528
[pid=20093] ppid=20091 vsize=127084 CPUtime=642.31
/proc/20093/stat : 20093 (pbscip.linux.x8) R 20091 20093 19771 0 -1 4202496 275234 0 0 0 63755 476 0 0 25 0 1 0 25688015 130134016 29743 4089446400 4194304 10345943 140736277756656 18446744073709551615 4995703 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/20093/statm: 31771 29743 805 1502 0 30264 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 127084

[startup+702.301 s]

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

/proc/meminfo: memFree=28059676/32951124 swapFree=67111528/67111528
[pid=20093] ppid=20091 vsize=132176 CPUtime=1002.31
/proc/20093/stat : 20093 (pbscip.linux.x8) R 20091 20093 19771 0 -1 4202496 291213 0 0 0 99542 689 0 0 25 0 1 0 25688015 135348224 31400 4089446400 4194304 10345943 140736277756656 18446744073709551615 4217955 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/20093/statm: 33044 31400 805 1502 0 31537 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 132176

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 1.87 3/179 20150
/proc/meminfo: memFree=27997364/32951124 swapFree=67111528/67111528
[pid=20093] ppid=20091 vsize=136288 CPUtime=1062.31
/proc/20093/stat : 20093 (pbscip.linux.x8) R 20091 20093 19771 0 -1 4202496 294751 0 0 0 105510 721 0 0 25 0 1 0 25688015 139558912 31940 4089446400 4194304 10345943 140736277756656 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/20093/statm: 34072 31940 805 1502 0 32565 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 136288

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 1.88 3/179 20150
/proc/meminfo: memFree=27938660/32951124 swapFree=67111528/67111528
[pid=20093] ppid=20091 vsize=136328 CPUtime=1122.32
/proc/20093/stat : 20093 (pbscip.linux.x8) R 20091 20093 19771 0 -1 4202496 298205 0 0 0 111479 753 0 0 25 0 1 0 25688015 139599872 32192 4089446400 4194304 10345943 140736277756656 18446744073709551615 5085381 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/20093/statm: 34082 32192 805 1502 0 32575 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 136328

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 1.88 3/179 20152
/proc/meminfo: memFree=27874380/32951124 swapFree=67111528/67111528
[pid=20093] ppid=20091 vsize=138784 CPUtime=1182.32
/proc/20093/stat : 20093 (pbscip.linux.x8) R 20091 20093 19771 0 -1 4202496 303762 0 0 0 117446 786 0 0 25 0 1 0 25688015 142114816 32784 4089446400 4194304 10345943 140736277756656 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/20093/statm: 34696 32784 805 1502 0 33189 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 138784

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 1.89 3/179 20154
/proc/meminfo: memFree=27810488/32951124 swapFree=67111528/67111528
[pid=20093] ppid=20091 vsize=140352 CPUtime=1242.32
/proc/20093/stat : 20093 (pbscip.linux.x8) R 20091 20093 19771 0 -1 4202496 309019 0 0 0 123409 823 0 0 25 0 1 0 25688015 143720448 32893 4089446400 4194304 10345943 140736277756656 18446744073709551615 4218186 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/20093/statm: 35088 32893 805 1502 0 33581 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 140352

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 1.90 3/179 20156
/proc/meminfo: memFree=27753528/32951124 swapFree=67111528/67111528
[pid=20093] ppid=20091 vsize=138788 CPUtime=1302.33
/proc/20093/stat : 20093 (pbscip.linux.x8) R 20091 20093 19771 0 -1 4202496 312821 0 0 0 129370 863 0 0 25 0 1 0 25688015 142118912 32816 4089446400 4194304 10345943 140736277756656 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/20093/statm: 34697 32816 805 1502 0 33190 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 138788

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.90 3/179 20167
/proc/meminfo: memFree=27694500/32951124 swapFree=67111528/67111528
[pid=20093] ppid=20091 vsize=139052 CPUtime=1362.32
/proc/20093/stat : 20093 (pbscip.linux.x8) R 20091 20093 19771 0 -1 4202496 317066 0 0 0 135331 901 0 0 25 0 1 0 25688015 142389248 32880 4089446400 4194304 10345943 140736277756656 18446744073709551615 6068924 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/20093/statm: 34763 32880 805 1502 0 33256 0
Current children cumulated CPU time (s) 1362.32
Current children cumulated vsize (KiB) 139052

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 20168
/proc/meminfo: memFree=27632836/32951124 swapFree=67111528/67111528
[pid=20093] ppid=20091 vsize=142320 CPUtime=1422.33
/proc/20093/stat : 20093 (pbscip.linux.x8) R 20091 20093 19771 0 -1 4202496 321244 0 0 0 141297 936 0 0 25 0 1 0 25688015 145735680 33347 4089446400 4194304 10345943 140736277756656 18446744073709551615 7569554 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/20093/statm: 35580 33347 805 1502 0 34073 0
Current children cumulated CPU time (s) 1422.33
Current children cumulated vsize (KiB) 142320

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 20169
/proc/meminfo: memFree=27573872/32951124 swapFree=67111528/67111528
[pid=20093] ppid=20091 vsize=142064 CPUtime=1482.32
/proc/20093/stat : 20093 (pbscip.linux.x8) R 20091 20093 19771 0 -1 4202496 325346 0 0 0 147261 971 0 0 25 0 1 0 25688015 145473536 33610 4089446400 4194304 10345943 140736277756656 18446744073709551615 6785175 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/20093/statm: 35516 33610 805 1502 0 34009 0
Current children cumulated CPU time (s) 1482.32
Current children cumulated vsize (KiB) 142064

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 20171
/proc/meminfo: memFree=27511340/32951124 swapFree=67111528/67111528
[pid=20093] ppid=20091 vsize=144520 CPUtime=1542.33
/proc/20093/stat : 20093 (pbscip.linux.x8) R 20091 20093 19771 0 -1 4202496 331096 0 0 0 153224 1009 0 0 25 0 1 0 25688015 147988480 33912 4089446400 4194304 10345943 140736277756656 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/20093/statm: 36130 33912 805 1502 0 34623 0
Current children cumulated CPU time (s) 1542.33
Current children cumulated vsize (KiB) 144520

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 20173
/proc/meminfo: memFree=27445820/32951124 swapFree=67111528/67111528
[pid=20093] ppid=20091 vsize=146848 CPUtime=1602.32
/proc/20093/stat : 20093 (pbscip.linux.x8) R 20091 20093 19771 0 -1 4202496 334940 0 0 0 159192 1040 0 0 25 0 1 0 25688015 150372352 34547 4089446400 4194304 10345943 140736277756656 18446744073709551615 5085399 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/20093/statm: 36712 34547 805 1502 0 35205 0
Current children cumulated CPU time (s) 1602.32
Current children cumulated vsize (KiB) 146848

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 20175
/proc/meminfo: memFree=27388612/32951124 swapFree=67111528/67111528
[pid=20093] ppid=20091 vsize=147732 CPUtime=1662.33
/proc/20093/stat : 20093 (pbscip.linux.x8) R 20091 20093 19771 0 -1 4202496 335784 0 0 0 165160 1073 0 0 25 0 1 0 25688015 151277568 34798 4089446400 4194304 10345943 140736277756656 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/20093/statm: 36933 34798 805 1502 0 35426 0
Current children cumulated CPU time (s) 1662.33
Current children cumulated vsize (KiB) 147732

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 20175
/proc/meminfo: memFree=27330680/32951124 swapFree=67111528/67111528
[pid=20093] ppid=20091 vsize=146696 CPUtime=1722.33
/proc/20093/stat : 20093 (pbscip.linux.x8) R 20091 20093 19771 0 -1 4202496 336798 0 0 0 171131 1102 0 0 25 0 1 0 25688015 150216704 34845 4089446400 4194304 10345943 140736277756656 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/20093/statm: 36674 34845 805 1502 0 35167 0
Current children cumulated CPU time (s) 1722.33
Current children cumulated vsize (KiB) 146696

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 20177
/proc/meminfo: memFree=27270620/32951124 swapFree=67111528/67111528
[pid=20093] ppid=20091 vsize=146988 CPUtime=1782.34
/proc/20093/stat : 20093 (pbscip.linux.x8) R 20091 20093 19771 0 -1 4202496 338713 0 0 0 177102 1132 0 0 25 0 1 0 25688015 150515712 34915 4089446400 4194304 10345943 140736277756656 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/20093/statm: 36747 34915 805 1502 0 35240 0
Current children cumulated CPU time (s) 1782.34
Current children cumulated vsize (KiB) 146988

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

[startup+1785.5 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 20177
/proc/meminfo: memFree=27266776/32951124 swapFree=67111528/67111528
[pid=20093] ppid=20091 vsize=146988 CPUtime=1785.53
/proc/20093/stat : 20093 (pbscip.linux.x8) R 20091 20093 19771 0 -1 4202496 338717 0 0 0 177420 1133 0 0 25 0 1 0 25688015 150515712 34919 4089446400 4194304 10345943 140736277756656 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/20093/statm: 36747 34919 805 1502 0 35240 0
Current children cumulated CPU time (s) 1785.53
Current children cumulated vsize (KiB) 146988

[startup+1788.7 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 20177
/proc/meminfo: memFree=27263304/32951124 swapFree=67111528/67111528
[pid=20093] ppid=20091 vsize=146988 CPUtime=1788.73
/proc/20093/stat : 20093 (pbscip.linux.x8) R 20091 20093 19771 0 -1 4202496 338737 0 0 0 177738 1135 0 0 25 0 1 0 25688015 150515712 34939 4089446400 4194304 10345943 140736277756656 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/20093/statm: 36747 34939 805 1502 0 35240 0
Current children cumulated CPU time (s) 1788.73
Current children cumulated vsize (KiB) 146988

[startup+1789.5 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 20177
/proc/meminfo: memFree=27263304/32951124 swapFree=67111528/67111528
[pid=20093] ppid=20091 vsize=147544 CPUtime=1789.54
/proc/20093/stat : 20093 (pbscip.linux.x8) R 20091 20093 19771 0 -1 4202496 338831 0 0 0 177818 1136 0 0 25 0 1 0 25688015 151085056 35033 4089446400 4194304 10345943 140736277756656 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/20093/statm: 36886 35033 805 1502 0 35379 0
Current children cumulated CPU time (s) 1789.54
Current children cumulated vsize (KiB) 147544

[startup+1789.9 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 20177
/proc/meminfo: memFree=27262804/32951124 swapFree=67111528/67111528
[pid=20093] ppid=20091 vsize=147544 CPUtime=1789.93
/proc/20093/stat : 20093 (pbscip.linux.x8) R 20091 20093 19771 0 -1 4202496 338834 0 0 0 177857 1136 0 0 25 0 1 0 25688015 151085056 35036 4089446400 4194304 10345943 140736277756656 18446744073709551615 6520278 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/20093/statm: 36886 35036 805 1502 0 35379 0
Current children cumulated CPU time (s) 1789.93
Current children cumulated vsize (KiB) 147544

[startup+1790.1 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 20177
/proc/meminfo: memFree=27262804/32951124 swapFree=67111528/67111528
[pid=20093] ppid=20091 vsize=147544 CPUtime=1790.13
/proc/20093/stat : 20093 (pbscip.linux.x8) R 20091 20093 19771 0 -1 4202496 338905 0 0 0 177877 1136 0 0 18 0 1 0 25688015 151085056 35107 4089446400 4194304 10345943 140736277756656 18446744073709551615 6324963 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/20093/statm: 36886 35107 806 1502 0 35379 0
Current children cumulated CPU time (s) 1790.13
Current children cumulated vsize (KiB) 147544

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

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1778.79
system time used= 11.3683
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 338908
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2
involuntary context switches= 1350

runsolver used 2.68259 second user time and 5.59315 second system time

The end

Launcher Data

Begin job on node136 at 2010-07-08 09:39:09
IDJOB=2705665
IDBENCH=78975
IDSOLVER=1214
FILE ID=node136/2705665-1278574749
PBS_JOBID= 11240182
Free space on /tmp= 73368 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.1900556231--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-2705665-1278574749/watcher-2705665-1278574749 -o /tmp/evaluation-result-2705665-1278574749/solver-2705665-1278574749 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2705665-1278574749.wbo -t 1800 -m 3800

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

MD5SUM BENCH= 75cdbfdf3c0702d95dd33d3fc3f86ad3
RANDOM SEED=1888268753

node136.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.834
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.66
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.834
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.82
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.834
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.74
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.834
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.82
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.834
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	: 5426.48
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.834
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.83
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.834
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.67
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.834
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.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      28957900 kB
Buffers:        158060 kB
Cached:        3399852 kB
SwapCached:          0 kB
Active:        1127456 kB
Inactive:      2690692 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      28957900 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           12960 kB
Writeback:           0 kB
AnonPages:      260764 kB
Mapped:          17692 kB
Slab:           109476 kB
PageTables:       5084 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   403884 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= 73356 MiB
End job on node136 at 2010-07-08 10:08:59