Trace number 2705575

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.12 1790.08

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900557574--soft-66-100-0.wbo
MD5SUM5ae7a85bf99e064da8ccbcbd4c939a34
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark9
Best CPU time to get the best result obtained on this benchmark498.031
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 constraints900
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 45741
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 45740
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 689
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-2705575-1278572956.wbo>
0.00/0.02	c original problem has 2031 variables (1131 bin, 0 int, 900 impl, 0 cont) and 3608 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, 216 impls, 15 clqs
0.05/0.06	c (round 2) 0 del vars, 115 del conss, 900 chg bounds, 53 chg sides, 0 chg coeffs, 0 upgd conss, 216 impls, 15 clqs
0.05/0.07	c (round 3) 53 del vars, 274 del conss, 916 chg bounds, 143 chg sides, 0 chg coeffs, 0 upgd conss, 216 impls, 15 clqs
0.05/0.08	c (round 4) 138 del vars, 274 del conss, 916 chg bounds, 143 chg sides, 0 chg coeffs, 1672 upgd conss, 216 impls, 15 clqs
0.05/0.09	c (round 5) 138 del vars, 279 del conss, 916 chg bounds, 143 chg sides, 0 chg coeffs, 1672 upgd conss, 216 impls, 15 clqs
0.09/0.13	c    (0.1s) probing: 101/1062 (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  138 deleted vars, 279 deleted constraints, 916 tightened bounds, 0 added holes, 143 changed sides, 0 changed coefficients
0.09/0.13	c  1870 implications, 15 cliques
0.09/0.13	c presolved problem has 1893 variables (1062 bin, 0 int, 831 impl, 0 cont) and 3329 constraints
0.09/0.13	c      44 constraints of type <setppc>
0.09/0.13	c     831 constraints of type <linear>
0.09/0.13	c     831 constraints of type <indicator>
0.09/0.13	c    1623 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 |    44 |     - |8788k|   0 |  29 |1893 |3329 |1893 |1667 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.19/0.23	c   0.2s|     1 |     0 |    89 |     - |8975k|   0 |  45 |1893 |3329 |1893 |1682 |  15 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.29/0.31	c   0.3s|     1 |     0 |   130 |     - |9438k|   0 |  50 |1893 |3329 |1893 |1690 |  23 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.39/0.41	c   0.4s|     1 |     0 |   145 |     - |9666k|   0 |  59 |1893 |3329 |1893 |1699 |  32 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.49/0.55	c   0.5s|     1 |     0 |   152 |     - |  10M|   0 |  59 |1893 |3329 |1893 |1702 |  35 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.69/0.70	c   0.7s|     1 |     0 |   174 |     - |  10M|   0 |  57 |1893 |3329 |1893 |1703 |  36 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.79/0.84	c   0.8s|     1 |     0 |   261 |     - |  10M|   0 |  74 |1893 |3329 |1893 |1707 |  40 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1.59/1.60	c   1.6s|     1 |     2 |   261 |     - |  10M|   0 |  74 |1893 |3329 |1893 |1707 |  40 |   0 |  15 | 0.000000e+00 |      --      |    Inf 
4.49/4.59	o 42488
4.49/4.59	c y 4.6s|    18 |    17 |  1714 |  85.5 |  10M|  16 |   - |1893 |3329 |   0 |   0 |  65 |   0 | 335 | 0.000000e+00 | 4.248800e+04 |    Inf 
10.99/11.05	o 240
10.99/11.05	c *11.0s|   842 |   707 |  6623 |   7.6 |  12M| 514 |   - |1893 |3337 |1893 |1725 | 187 |   8 |1124 | 0.000000e+00 | 2.400000e+02 |    Inf 
11.09/11.14	o 234
11.09/11.14	c *11.1s|   928 |   790 |  6749 |   7.0 |  12M| 514 |   - |1893 |3337 |1893 |1726 | 191 |   8 |1127 | 0.000000e+00 | 2.340000e+02 |    Inf 
11.39/11.47	o 228
11.39/11.47	c *11.4s|  1184 |  1006 |  7274 |   5.9 |  13M| 514 |   - |1893 |3419 |1893 |1701 | 203 |  90 |1142 | 0.000000e+00 | 2.280000e+02 |    Inf 
11.49/11.52	o 225
11.49/11.52	c *11.5s|  1202 |  1005 |  7449 |   6.0 |  13M| 514 |   - |1893 |3442 |1893 |1725 | 212 | 113 |1150 | 0.000000e+00 | 2.250000e+02 |    Inf 
11.59/11.68	o 221
11.59/11.68	c *11.7s|  1239 |  1016 |  7852 |   6.1 |  13M| 514 |   - |1893 |3476 |1893 |1701 | 222 | 147 |1168 | 0.000000e+00 | 2.210000e+02 |    Inf 
12.19/12.21	o 217
12.19/12.21	c *12.2s|  1471 |  1125 |  9559 |   6.3 |  14M| 514 |   - |1893 |3805 |1893 |1722 | 303 | 481 |1189 | 0.000000e+00 | 2.170000e+02 |    Inf 
12.49/12.51	o 212
12.49/12.51	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
12.49/12.51	c *12.5s|  1632 |  1185 | 10544 |   6.3 |  14M| 514 |   - |1893 |4000 |1893 |1721 | 344 | 693 |1195 | 0.000000e+00 | 2.120000e+02 |    Inf 
12.79/12.80	o 158
12.79/12.80	c *12.8s|  1825 |  1085 | 11264 |   6.0 |  14M| 514 |   - |1893 |4161 |1893 |1710 | 375 | 860 |1200 | 0.000000e+00 | 1.580000e+02 |    Inf 
12.79/12.86	o 147
12.79/12.86	c *12.8s|  1857 |  1061 | 11468 |   6.0 |  14M| 514 |   - |1893 |4198 |1893 |1715 | 396 | 897 |1200 | 0.000000e+00 | 1.470000e+02 |    Inf 
12.99/13.10	o 143
12.99/13.10	c *13.1s|  2003 |  1094 | 12065 |   5.9 |  15M| 514 |   - |1893 |4339 |1893 |1718 | 466 |1038 |1206 | 0.000000e+00 | 1.430000e+02 |    Inf 
12.99/13.10	o 139
12.99/13.10	c *13.1s|  2004 |  1079 | 12065 |   5.9 |  15M| 514 |   - |1893 |4339 |1893 |1718 | 466 |1038 |1206 | 0.000000e+00 | 1.390000e+02 |    Inf 
13.09/13.12	o 135
13.09/13.12	c *13.1s|  2010 |  1066 | 12112 |   5.9 |  15M| 514 |   - |1893 |4344 |1893 |1715 | 466 |1043 |1207 | 0.000000e+00 | 1.350000e+02 |    Inf 
13.09/13.19	o 130
13.09/13.19	c *13.2s|  2050 |  1025 | 12289 |   5.9 |  15M| 514 |   - |1893 |4383 |1893 |1711 | 476 |1085 |1208 | 0.000000e+00 | 1.300000e+02 |    Inf 
13.20/13.22	o 111
13.20/13.22	c *13.2s|  2062 |   920 | 12351 |   5.9 |  15M| 514 |   - |1893 |4394 |1893 |1719 | 488 |1096 |1208 | 0.000000e+00 | 1.110000e+02 |    Inf 
13.29/13.35	o 84
13.29/13.35	c *13.3s|  2123 |   734 | 12900 |   6.0 |  15M| 514 |   - |1893 |4461 |1893 |1730 | 520 |1168 |1208 | 0.000000e+00 | 8.400000e+01 |    Inf 
13.69/13.76	o 65
13.69/13.76	c *13.7s|  2282 |   569 | 14636 |   6.3 |  15M| 514 |   - |1893 |4435 |1893 |1709 | 598 |1311 |1229 | 0.000000e+00 | 6.500000e+01 |    Inf 
13.79/13.83	o 59
13.79/13.83	c *13.8s|  2307 |   503 | 14941 |   6.4 |  14M| 514 |   - |1893 |4279 |1893 |1715 | 612 |1347 |1231 | 0.000000e+00 | 5.900000e+01 |    Inf 
13.89/13.90	o 52
13.89/13.90	c *13.9s|  2328 |   377 | 15211 |   6.4 |  14M| 514 |   - |1893 |4253 |1893 |1725 | 620 |1400 |1231 | 0.000000e+00 | 5.200000e+01 |    Inf 
27.79/27.83	c  27.8s| 10000 |   615 | 83857 |   8.4 |  18M| 514 |  27 |1893 |7592 |1893 |1709 |2606 |  10k|1446 | 0.000000e+00 | 5.200000e+01 |    Inf 
45.49/45.54	c  45.5s| 20000 |   846 |169384 |   8.5 |  21M| 514 |   - |1893 |  10k|   0 |   0 |4857 |  22k|1524 | 0.000000e+00 | 5.200000e+01 |    Inf 
59.88/59.98	o 45
59.88/59.98	c *60.0s| 28051 |  1015 |238508 |   8.5 |  24M| 514 |   - |1893 |  11k|1893 |1714 |6708 |  32k|1526 | 0.000000e+00 | 4.500000e+01 |    Inf 
63.49/63.50	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
63.49/63.50	c  63.5s| 30000 |  1127 |256031 |   8.5 |  25M| 514 |   - |1893 |  11k|   0 |   0 |7314 |  34k|1526 | 0.000000e+00 | 4.500000e+01 |    Inf 
73.99/74.07	o 38
73.99/74.07	c *74.0s| 36026 |  1249 |303482 |   8.4 |  27M| 514 |   - |1893 |  13k|1893 |1708 |9135 |  42k|1526 | 0.000000e+00 | 3.800000e+01 |    Inf 
81.30/81.40	c  81.4s| 40000 |  1324 |338812 |   8.5 |  27M| 514 |   - |1893 |  10k|1893 |1710 |  10k|  47k|1526 | 0.000000e+00 | 3.800000e+01 |    Inf 
94.29/94.35	o 27
94.29/94.35	c *94.3s| 47258 |  1222 |402737 |   8.5 |  25M| 514 |   - |1893 |  10k|1893 |1709 |  12k|  56k|1590 | 0.000000e+00 | 2.700000e+01 |    Inf 
99.48/99.51	c  99.5s| 50000 |  1195 |429926 |   8.6 |  25M| 514 |  20 |1893 |8438 |1893 |1701 |  12k|  59k|1668 | 0.000000e+00 | 2.700000e+01 |    Inf 
117.79/117.83	c   118s| 60000 |  1211 |528693 |   8.8 |  27M| 514 |   6 |1893 |  11k|1893 |1701 |  15k|  73k|1905 | 0.000000e+00 | 2.700000e+01 |    Inf 
135.69/135.73	c   136s| 70000 |  1251 |620233 |   8.9 |  29M| 514 |  17 |1893 |  13k|1893 |1707 |  17k|  86k|2082 | 0.000000e+00 | 2.700000e+01 |    Inf 
155.29/155.32	c   155s| 80000 |  1514 |727723 |   9.1 |  32M| 514 |   - |1893 |  15k|   0 |   0 |  19k|  99k|2338 | 0.000000e+00 | 2.700000e+01 |    Inf 
174.90/174.94	c   175s| 90000 |  1670 |834166 |   9.3 |  33M| 514 |  22 |1893 |  15k|1893 |1701 |  21k| 112k|2527 | 0.000000e+00 | 2.700000e+01 |    Inf 
192.59/192.65	o 15
192.59/192.65	c * 193s| 98885 |  1339 |928593 |   9.4 |  28M| 514 |   - |1893 |  15k|1893 |1708 |  24k| 124k|2725 | 0.000000e+00 | 1.500000e+01 |    Inf 
194.89/194.90	c   195s|100000 |  1328 |942499 |   9.4 |  27M| 514 |   - |1893 |  13k|1893 |1701 |  24k| 126k|2747 | 0.000000e+00 | 1.500000e+01 |    Inf 
213.19/213.25	c   213s|110000 |  1277 |  1049k|   9.5 |  27M| 514 |   - |1893 |  13k|1893 |1701 |  26k| 139k|2938 | 0.000000e+00 | 1.500000e+01 |    Inf 
230.90/230.97	c   231s|120000 |  1318 |  1140k|   9.5 |  29M| 514 |  14 |1893 |  16k|1893 |1701 |  28k| 153k|3119 | 0.000000e+00 | 1.500000e+01 |    Inf 
249.19/249.25	c   249s|130000 |  1312 |  1231k|   9.5 |  30M| 514 |   - |1893 |  18k|   0 |   0 |  30k| 167k|3231 | 0.000000e+00 | 1.500000e+01 |    Inf 
268.90/268.92	c   269s|140000 |  1257 |  1336k|   9.5 |  29M| 514 |  12 |1893 |  15k|1893 |1701 |  32k| 181k|3447 | 0.000000e+00 | 1.500000e+01 |    Inf 
287.60/287.61	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
287.60/287.61	c   288s|150000 |  1171 |  1438k|   9.6 |  28M| 514 |   3 |1893 |  13k|1893 |1701 |  33k| 194k|3606 | 0.000000e+00 | 1.500000e+01 |    Inf 
305.90/305.97	c   306s|160000 |  1187 |  1540k|   9.6 |  29M| 514 |  16 |1893 |  15k|1893 |1701 |  36k| 207k|3781 | 0.000000e+00 | 1.500000e+01 |    Inf 
324.80/324.83	c   325s|170000 |  1261 |  1640k|   9.6 |  31M| 514 |   8 |1893 |  19k|1893 |1701 |  38k| 220k|3902 | 0.000000e+00 | 1.500000e+01 |    Inf 
343.50/343.53	c   344s|180000 |  1341 |  1730k|   9.6 |  32M| 514 |  17 |1893 |  21k|1893 |1706 |  40k| 234k|4050 | 0.000000e+00 | 1.500000e+01 |    Inf 
362.69/362.74	c   363s|190000 |  1298 |  1828k|   9.6 |  32M| 514 |   5 |1893 |  20k|1893 |1701 |  42k| 248k|4128 | 0.000000e+00 | 1.500000e+01 |    Inf 
382.10/382.17	c   382s|200000 |  1211 |  1926k|   9.6 |  31M| 514 |   - |1893 |  19k|   0 |   0 |  44k| 262k|4311 | 0.000000e+00 | 1.500000e+01 |    Inf 
400.50/400.58	c   401s|210000 |  1203 |  2018k|   9.6 |  31M| 514 |  25 |1893 |  19k|1893 |1701 |  46k| 275k|4471 | 0.000000e+00 | 1.500000e+01 |    Inf 
420.20/420.24	c   420s|220000 |  1216 |  2112k|   9.6 |  32M| 514 |  17 |1893 |  21k|1893 |1701 |  48k| 288k|4608 | 0.000000e+00 | 1.500000e+01 |    Inf 
440.90/440.93	c   441s|230000 |  1308 |  2214k|   9.6 |  34M| 514 |  17 |1893 |  24k|1893 |1701 |  50k| 302k|4693 | 0.000000e+00 | 1.500000e+01 |    Inf 
461.70/461.74	c   462s|240000 |  1304 |  2314k|   9.6 |  34M| 514 |  25 |1893 |  23k|1893 |1701 |  52k| 316k|4816 | 0.000000e+00 | 1.500000e+01 |    Inf 
482.49/482.50	c   482s|250000 |  1243 |  2416k|   9.7 |  34M| 514 |  27 |1893 |  23k|1893 |1712 |  54k| 330k|4955 | 0.000000e+00 | 1.500000e+01 |    Inf 
502.90/502.97	c   503s|260000 |  1194 |  2515k|   9.7 |  33M| 514 |   - |1893 |  21k|   0 |   0 |  55k| 344k|5054 | 0.000000e+00 | 1.500000e+01 |    Inf 
522.30/522.40	c   522s|270000 |  1106 |  2611k|   9.7 |  30M| 514 |   - |1893 |  15k|   0 |   0 |  57k| 358k|5226 | 0.000000e+00 | 1.500000e+01 |    Inf 
540.50/540.53	c   541s|280000 |  1143 |  2704k|   9.7 |  32M| 514 |   - |1893 |  18k|   0 |   0 |  58k| 371k|5344 | 0.000000e+00 | 1.500000e+01 |    Inf 
560.50/560.55	c   561s|290000 |  1150 |  2815k|   9.7 |  33M| 514 |  29 |1893 |  19k|1893 |1701 |  60k| 384k|5486 | 0.000000e+00 | 1.500000e+01 |    Inf 
580.00/580.01	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
580.00/580.01	c   580s|300000 |  1020 |  2916k|   9.7 |  30M| 514 |  22 |1893 |  14k|1893 |1709 |  62k| 398k|5606 | 0.000000e+00 | 1.500000e+01 |    Inf 
598.41/598.43	c   598s|310000 |   978 |  3014k|   9.7 |  31M| 514 |   - |1893 |  16k|   0 |   0 |  64k| 411k|5719 | 0.000000e+00 | 1.500000e+01 |    Inf 
616.20/616.29	c   616s|320000 |   948 |  3100k|   9.7 |  31M| 514 |   1 |1893 |  17k|1893 |1701 |  66k| 424k|5794 | 0.000000e+00 | 1.500000e+01 |    Inf 
635.60/635.62	c   636s|330000 |   965 |  3202k|   9.7 |  31M| 514 |   - |1893 |  17k|1893 |1709 |  68k| 437k|5896 | 0.000000e+00 | 1.500000e+01 |    Inf 
654.11/654.19	c   654s|340000 |   922 |  3295k|   9.7 |  32M| 514 |  18 |1893 |  18k|1893 |1701 |  70k| 451k|5995 | 0.000000e+00 | 1.500000e+01 |    Inf 
672.60/672.60	c   673s|350000 |   946 |  3387k|   9.7 |  33M| 514 |  12 |1893 |  20k|1893 |1701 |  73k| 464k|6077 | 0.000000e+00 | 1.500000e+01 |    Inf 
691.51/691.55	c   692s|360000 |  1001 |  3479k|   9.7 |  34M| 514 |   - |1893 |  22k|   0 |   0 |  74k| 476k|6171 | 0.000000e+00 | 1.500000e+01 |    Inf 
711.11/711.13	c   711s|370000 |  1012 |  3570k|   9.7 |  34M| 514 |  25 |1893 |  22k|1893 |1701 |  75k| 490k|6249 | 0.000000e+00 | 1.500000e+01 |    Inf 
730.41/730.43	c   730s|380000 |  1064 |  3657k|   9.6 |  35M| 514 |   - |1893 |  23k|   0 |   0 |  77k| 503k|6321 | 0.000000e+00 | 1.500000e+01 |    Inf 
749.01/749.03	c   749s|390000 |  1099 |  3731k|   9.6 |  37M| 514 |   - |1893 |  26k|   0 |   0 |  77k| 517k|6367 | 0.000000e+00 | 1.500000e+01 |    Inf 
768.51/768.50	c   768s|400000 |  1106 |  3816k|   9.5 |  37M| 514 |  17 |1893 |  25k|1893 |1701 |  79k| 530k|6461 | 0.000000e+00 | 1.500000e+01 |    Inf 
788.10/788.12	c   788s|410000 |  1055 |  3898k|   9.5 |  37M| 514 |   - |1893 |  26k|1893 |1701 |  80k| 544k|6547 | 0.000000e+00 | 1.500000e+01 |    Inf 
810.21/810.20	c   810s|420000 |  1057 |  4002k|   9.5 |  38M| 514 |   - |1893 |  28k|   0 |   0 |  81k| 557k|6631 | 0.000000e+00 | 1.500000e+01 |    Inf 
830.91/830.92	c   831s|430000 |  1023 |  4094k|   9.5 |  35M| 514 |  12 |1893 |  21k|1893 |1701 |  82k| 570k|6730 | 0.000000e+00 | 1.500000e+01 |    Inf 
851.60/851.64	c   852s|440000 |  1007 |  4193k|   9.5 |  35M| 514 |  28 |1893 |  22k|1893 |1701 |  83k| 583k|6825 | 0.000000e+00 | 1.500000e+01 |    Inf 
870.81/870.81	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
870.81/870.81	c   871s|450000 |   925 |  4286k|   9.5 |  35M| 514 |  10 |1893 |  22k|1893 |1706 |  85k| 596k|6908 | 0.000000e+00 | 1.500000e+01 |    Inf 
891.71/891.72	c   892s|460000 |   915 |  4385k|   9.5 |  37M| 514 |  15 |1893 |  25k|1893 |1701 |  87k| 609k|6988 | 0.000000e+00 | 1.500000e+01 |    Inf 
912.31/912.36	c   912s|470000 |   783 |  4476k|   9.5 |  33M| 514 |   - |1893 |  18k|   0 |   0 |  89k| 622k|7046 | 0.000000e+00 | 1.500000e+01 |    Inf 
931.31/931.36	c   931s|480000 |   764 |  4573k|   9.5 |  33M| 514 |   - |1893 |  16k|1893 |1706 |  90k| 635k|7136 | 0.000000e+00 | 1.500000e+01 |    Inf 
949.41/949.42	c   949s|490000 |   843 |  4666k|   9.5 |  34M| 514 |  21 |1893 |  20k|1893 |1701 |  91k| 648k|7221 | 0.000000e+00 | 1.500000e+01 |    Inf 
968.31/968.36	c   968s|500000 |   851 |  4757k|   9.5 |  35M| 514 |  10 |1893 |  20k|1893 |1707 |  93k| 661k|7321 | 0.000000e+00 | 1.500000e+01 |    Inf 
987.82/987.86	c   988s|510000 |   833 |  4856k|   9.5 |  35M| 514 |  19 |1893 |  21k|1893 |1701 |  94k| 674k|7413 | 0.000000e+00 | 1.500000e+01 |    Inf 
1006.81/1006.89	c  1007s|520000 |   780 |  4948k|   9.5 |  35M| 514 |   - |1893 |  21k|   0 |   0 |  96k| 688k|7464 | 0.000000e+00 | 1.500000e+01 |    Inf 
1027.81/1027.88	c  1028s|530000 |   862 |  5055k|   9.5 |  35M| 514 |  27 |1893 |  19k|1893 |1701 |  97k| 701k|7606 | 0.000000e+00 | 1.500000e+01 |    Inf 
1046.41/1046.41	c  1046s|540000 |  1023 |  5145k|   9.5 |  36M| 514 |   - |1893 |  21k|   0 |   0 |  98k| 715k|7665 | 0.000000e+00 | 1.500000e+01 |    Inf 
1065.41/1065.49	c  1065s|550000 |  1168 |  5236k|   9.5 |  37M| 514 |   - |1893 |  22k|   0 |   0 |  99k| 728k|7714 | 0.000000e+00 | 1.500000e+01 |    Inf 
1085.72/1085.78	c  1086s|560000 |  1258 |  5334k|   9.5 |  38M| 514 |   - |1893 |  21k|   0 |   0 | 100k| 742k|7799 | 0.000000e+00 | 1.500000e+01 |    Inf 
1105.52/1105.50	c  1105s|570000 |  1270 |  5427k|   9.5 |  39M| 514 |  21 |1893 |  24k|1893 |1701 | 102k| 755k|7889 | 0.000000e+00 | 1.500000e+01 |    Inf 
1125.41/1125.49	c  1125s|580000 |  1326 |  5521k|   9.5 |  40M| 514 |  18 |1893 |  25k|1893 |1711 | 103k| 769k|7956 | 0.000000e+00 | 1.500000e+01 |    Inf 
1145.92/1145.96	c  1146s|590000 |  1332 |  5616k|   9.5 |  39M| 514 |   - |1893 |  23k|1893 |1701 | 104k| 782k|8005 | 0.000000e+00 | 1.500000e+01 |    Inf 
1165.42/1165.47	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1165.42/1165.47	c  1165s|600000 |  1387 |  5708k|   9.5 |  41M| 514 |   - |1893 |  26k|   0 |   0 | 106k| 797k|8092 | 0.000000e+00 | 1.500000e+01 |    Inf 
1186.71/1186.79	c  1187s|610000 |  1447 |  5815k|   9.5 |  41M| 514 |  26 |1893 |  25k|1893 |1701 | 107k| 811k|8192 | 0.000000e+00 | 1.500000e+01 |    Inf 
1208.62/1208.65	c  1209s|620000 |  1499 |  5921k|   9.6 |  41M| 514 |   - |1893 |  25k|   0 |   0 | 108k| 824k|8265 | 0.000000e+00 | 1.500000e+01 |    Inf 
1230.32/1230.39	c  1230s|630000 |  1488 |  6026k|   9.6 |  42M| 514 |   - |1893 |  26k|1893 |1701 | 108k| 838k|8323 | 0.000000e+00 | 1.500000e+01 |    Inf 
1251.52/1251.56	c  1252s|640000 |  1506 |  6130k|   9.6 |  42M| 514 |   - |1893 |  27k|   0 |   0 | 110k| 852k|8371 | 0.000000e+00 | 1.500000e+01 |    Inf 
1272.42/1272.46	c  1272s|650000 |  1504 |  6226k|   9.6 |  42M| 514 |   - |1893 |  26k|   0 |   0 | 111k| 865k|8442 | 0.000000e+00 | 1.500000e+01 |    Inf 
1293.72/1293.72	c  1294s|660000 |  1658 |  6329k|   9.6 |  43M| 514 |  18 |1893 |  26k|1893 |1701 | 112k| 879k|8528 | 0.000000e+00 | 1.500000e+01 |    Inf 
1314.52/1314.55	c  1315s|670000 |  1718 |  6423k|   9.6 |  44M| 514 |   - |1893 |  28k|   0 |   0 | 113k| 893k|8592 | 0.000000e+00 | 1.500000e+01 |    Inf 
1335.32/1335.39	c  1335s|680000 |  1726 |  6514k|   9.6 |  44M| 514 |  24 |1893 |  29k|1893 |1701 | 114k| 907k|8623 | 0.000000e+00 | 1.500000e+01 |    Inf 
1355.82/1355.85	c  1356s|690000 |  1745 |  6604k|   9.6 |  45M| 514 |  23 |1893 |  31k|1893 |1701 | 115k| 921k|8701 | 0.000000e+00 | 1.500000e+01 |    Inf 
1377.42/1377.45	c  1377s|700000 |  1766 |  6694k|   9.6 |  46M| 514 |   7 |1893 |  31k|1893 |1701 | 117k| 935k|8774 | 0.000000e+00 | 1.500000e+01 |    Inf 
1399.43/1399.43	c  1399s|710000 |  1761 |  6786k|   9.6 |  45M| 514 |   - |1893 |  29k|   0 |   0 | 118k| 949k|8807 | 0.000000e+00 | 1.500000e+01 |    Inf 
1420.93/1420.95	c  1421s|720000 |  1769 |  6878k|   9.6 |  46M| 514 |  15 |1893 |  31k|1893 |1701 | 119k| 963k|8882 | 0.000000e+00 | 1.500000e+01 |    Inf 
1442.22/1442.21	c  1442s|730000 |  1807 |  6968k|   9.5 |  47M| 514 |   - |1893 |  32k|   0 |   0 | 120k| 977k|8964 | 0.000000e+00 | 1.500000e+01 |    Inf 
1464.42/1464.45	c  1464s|740000 |  1832 |  7059k|   9.5 |  46M| 514 |   - |1893 |  30k|1893 |1701 | 122k| 990k|8992 | 0.000000e+00 | 1.500000e+01 |    Inf 
1487.52/1487.59	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1487.52/1487.59	c  1488s|750000 |  1877 |  7162k|   9.5 |  47M| 514 |  12 |1893 |  32k|1893 |1701 | 123k|1003k|9089 | 0.000000e+00 | 1.500000e+01 |    Inf 
1510.73/1510.71	c  1511s|760000 |  1911 |  7260k|   9.6 |  49M| 514 |  15 |1893 |  34k|1893 |1701 | 124k|1017k|9167 | 0.000000e+00 | 1.500000e+01 |    Inf 
1532.23/1532.23	c  1532s|770000 |  1864 |  7356k|   9.6 |  47M| 514 |  15 |1893 |  31k|1893 |1701 | 125k|1031k|9202 | 0.000000e+00 | 1.500000e+01 |    Inf 
1554.33/1554.32	c  1554s|780000 |  1850 |  7445k|   9.5 |  48M| 514 |  23 |1893 |  32k|1893 |1701 | 126k|1044k|9300 | 0.000000e+00 | 1.500000e+01 |    Inf 
1576.62/1576.65	c  1577s|790000 |  1827 |  7538k|   9.5 |  48M| 514 |  17 |1893 |  32k|1893 |1701 | 127k|1058k|9360 | 0.000000e+00 | 1.500000e+01 |    Inf 
1583.12/1583.17	o 12
1583.12/1583.17	c *1583s|792733 |  1633 |  7566k|   9.5 |  45M| 514 |   - |1893 |  32k|1893 |1707 | 128k|1062k|9387 | 0.000000e+00 | 1.200000e+01 |    Inf 
1599.33/1599.34	c  1599s|800000 |  1715 |  7640k|   9.6 |  45M| 514 |  15 |1893 |  30k|1893 |1701 | 129k|1072k|9393 | 0.000000e+00 | 1.200000e+01 |    Inf 
1620.92/1620.99	c  1621s|810000 |  1718 |  7737k|   9.6 |  44M| 514 |   - |1893 |  28k|   0 |   0 | 130k|1085k|9476 | 0.000000e+00 | 1.200000e+01 |    Inf 
1642.03/1642.07	c  1642s|820000 |  1722 |  7831k|   9.6 |  45M| 514 |  10 |1893 |  31k|1893 |1701 | 132k|1100k|9553 | 0.000000e+00 | 1.200000e+01 |    Inf 
1663.63/1663.63	c  1664s|830000 |  1854 |  7922k|   9.5 |  46M| 514 |  23 |1893 |  31k|1893 |1701 | 134k|1113k|9570 | 0.000000e+00 | 1.200000e+01 |    Inf 
1685.73/1685.72	c  1686s|840000 |  1770 |  8020k|   9.5 |  46M| 514 |   - |1893 |  31k|   0 |   0 | 135k|1128k|9645 | 0.000000e+00 | 1.200000e+01 |    Inf 
1707.23/1707.25	c  1707s|850000 |  1723 |  8112k|   9.5 |  44M| 514 |  25 |1893 |  27k|1893 |1701 | 136k|1141k|9718 | 0.000000e+00 | 1.200000e+01 |    Inf 
1729.24/1729.20	c  1729s|860000 |  1753 |  8209k|   9.5 |  45M| 514 |  14 |1893 |  28k|1893 |1701 | 138k|1155k|9748 | 0.000000e+00 | 1.200000e+01 |    Inf 
1751.42/1751.44	c  1751s|870000 |  1793 |  8303k|   9.5 |  47M| 514 |   8 |1893 |  32k|1893 |1701 | 139k|1168k|9835 | 0.000000e+00 | 1.200000e+01 |    Inf 
1773.63/1773.65	c  1774s|880000 |  1886 |  8390k|   9.5 |  48M| 514 |  12 |1893 |  33k|1893 |1701 | 140k|1182k|9882 | 0.000000e+00 | 1.200000e+01 |    Inf 
1790.03/1790.00	c 
1790.03/1790.00	c SCIP Status        : solving was interrupted [time limit reached]
1790.03/1790.00	c Solving Time (sec) : 1789.98
1790.03/1790.00	c Solving Nodes      : 887362
1790.03/1790.00	c Primal Bound       : +1.20000000000000e+01 (63 solutions)
1790.03/1790.00	c Dual Bound         : +0.00000000000000e+00
1790.03/1790.00	c Gap                : infinite
1790.03/1790.01	s SATISFIABLE
1790.03/1790.01	v -x231 -x230 -x229 -x228 -x227 -x226 -x225 -x224 -x223 x222 -x221 -x220 -x219 -x218 -x217 x216 -x215 -x214 -x213 -x212 -x211 -x210 
1790.03/1790.01	v -x209 -x208 x207 -x206 -x205 -x204 -x203 -x202 -x201 -x200 -x199 -x198 -x197 -x196 -x195 -x194 -x193 -x192 -x191 -x190 -x189 
1790.03/1790.01	v -x188 -x187 -x186 -x185 x184 -x183 -x182 -x181 -x180 -x179 x178 -x177 -x176 -x175 -x174 -x173 -x172 -x171 -x170 -x169 -x168 
1790.03/1790.01	v x167 -x166 -x165 -x164 -x163 -x162 -x161 -x160 -x159 -x158 -x157 -x156 -x155 -x154 -x153 -x152 -x151 -x150 -x149 -x148 -x147 
1790.03/1790.01	v -x146 -x145 x144 -x143 -x142 -x141 -x140 -x139 -x138 -x137 -x136 -x135 -x134 -x133 -x132 -x131 -x130 x129 -x128 -x127 -x126 
1790.03/1790.01	v -x125 -x124 -x123 -x122 -x121 -x120 x119 -x118 -x117 -x116 -x115 -x114 -x113 -x112 -x111 -x110 -x109 -x108 -x107 -x106 x105 
1790.03/1790.01	v -x104 -x103 -x102 -x101 -x100 -x99 -x98 -x97 x96 -x95 -x94 -x93 -x92 -x91 -x90 -x89 -x88 x87 -x86 -x85 -x84 -x83 -x82 -x81 -x80 
1790.03/1790.01	v -x79 -x78 -x77 -x76 -x75 -x74 -x73 -x72 x71 -x70 -x69 -x68 -x67 -x66 -x65 -x64 -x63 x62 -x61 -x60 -x59 -x58 -x57 -x56 -x55 
1790.03/1790.01	v -x54 -x53 -x52 -x51 -x50 -x49 -x48 x47 -x46 -x45 -x44 -x43 -x42 -x41 -x40 -x39 -x38 x37 -x36 -x35 -x34 -x33 -x32 -x31 -x30 -x29 
1790.03/1790.01	v -x28 -x27 -x26 -x25 x24 -x23 x22 -x21 -x20 -x19 -x18 -x17 -x16 -x15 -x14 -x13 -x12 -x11 -x10 -x9 -x8 -x7 -x6 -x5 -x4 -x3 
1790.03/1790.01	v -x2 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-2705575-1278572956.wbo
1790.03/1790.01	c   Variables        : 2031 (1131 binary, 0 integer, 900 implicit integer, 0 continuous)
1790.03/1790.01	c   Constraints      : 3608 initial, 3608 maximal
1790.03/1790.01	c Presolved Problem  :
1790.03/1790.01	c   Problem name     : t_HOME/instance-2705575-1278572956.wbo
1790.03/1790.01	c   Variables        : 1893 (1062 binary, 0 integer, 831 implicit integer, 0 continuous)
1790.03/1790.01	c   Constraints      : 3329 initial, 35539 maximal
1790.03/1790.01	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1790.03/1790.01	c   trivial          :       0.00         69          0          0          0          0          0          0          0
1790.03/1790.01	c   dualfix          :       0.00         69          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   setppc           :       0.00          0          0          0          0          0          5          0          0
1790.03/1790.01	c   linear           :       0.05          0          0          0        916          0        205        143          0
1790.03/1790.01	c   indicator        :       0.00          0          0          0          0          0         69          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        :          -       1470          -          -       1470          -          -          -          -
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     500761          0        276       2348          0          0     947576
1790.03/1790.01	c   setppc           :         44          6    4217963      24679          1      87350    2976660          0          0          0
1790.03/1790.01	c   linear           :        831          6    4131531      24789          1     119277   15088517     142151          0          0
1790.03/1790.01	c   indicator        :        831          0    4010348      24783          1        570    1577152          0          0          0
1790.03/1790.01	c   logicor          :       1623+         6    1956886       2050          1     151148    6885448          0          0          0
1790.03/1790.01	c   bounddisjunction :          0+         0     493533          0          0        272       1688          0          0          0
1790.03/1790.01	c   countsols        :          0          0          0       2050          1          0          0          0          0          0
1790.03/1790.01	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1790.03/1790.01	c   integral         :      34.07       0.00       0.00      34.07       0.00
1790.03/1790.01	c   setppc           :      19.51       0.00      19.50       0.02       0.00
1790.03/1790.01	c   linear           :      74.48       0.00      73.88       0.60       0.00
1790.03/1790.01	c   indicator        :      19.00       0.02      18.51       0.48       0.00
1790.03/1790.01	c   logicor          :     265.81       0.00     265.79       0.02       0.00
1790.03/1790.01	c   bounddisjunction :       1.99       0.00       1.99       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.66      22431          0        213
1790.03/1790.01	c   rootredcost      :       0.63         24          0        735
1790.03/1790.01	c   pseudoobj        :      58.77    4223277       4504    1740283
1790.03/1790.01	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1790.03/1790.01	c   propagation      :      16.83     362551     362237    2282798       28.6       8428       25.7          -
1790.03/1790.01	c   infeasible LP    :      18.90     107645     107642     847236       45.4       1142       16.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 :          -          -          -    1192925       27.2          -          -          -
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          -          -        155          -    (maximal pool size: 487)
1790.03/1790.01	c   redcost          :      18.17     502476          0      18950          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.28          6          0          0        896          0
1790.03/1790.01	c   strongcg         :       0.25          6          0          0       1950          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.04          1          0          0          0          0
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        :      33.74     475960        276       2348          0          0     947576
1790.03/1790.01	c   pscost           :       0.00          0          0          0          0          0          0
1790.03/1790.01	c   inference        :       0.20       2028          0          0          0          0       4106
1790.03/1790.01	c   mostinf          :       0.00          0          0          0          0          0          0
1790.03/1790.01	c   leastinf         :       0.00          0          0          0          0          0          0
1790.03/1790.01	c   fullstrong       :       0.00          0          0          0          0          0          0
1790.03/1790.01	c   allfullstrong    :       0.00          0          0          0          0          0          0
1790.03/1790.01	c   random           :       0.00          0          0          0          0          0          0
1790.03/1790.01	c Primal Heuristics  :       Time      Calls      Found
1790.03/1790.01	c   LP solutions     :       0.01          -         23
1790.03/1790.01	c   pseudo solutions :       0.00          -          0
1790.03/1790.01	c   feaspump         :       0.02          1          0
1790.03/1790.01	c   oneopt           :       0.29         23          0
1790.03/1790.01	c   crossover        :       0.60         16          0
1790.03/1790.01	c   fracdiving       :       0.18         54          0
1790.03/1790.01	c   pscostdiving     :       0.12         54          0
1790.03/1790.01	c   guideddiving     :       0.17         54          0
1790.03/1790.01	c   coefdiving       :       0.17         54          0
1790.03/1790.01	c   veclendiving     :       0.14         54          0
1790.03/1790.01	c   linesearchdiving :       0.13         54          0
1790.03/1790.01	c   objpscostdiving  :       0.13         28          0
1790.03/1790.01	c   rootsoldiving    :       0.24         28          0
1790.03/1790.01	c   trivial          :       0.00          2          0
1790.03/1790.01	c   simplerounding   :       0.60     476041          0
1790.03/1790.01	c   zirounding       :       0.23       1000          0
1790.03/1790.01	c   rounding         :       0.87       9700          0
1790.03/1790.01	c   shifting         :       0.84       3033          0
1790.03/1790.01	c   intshifting      :       0.01          0          0
1790.03/1790.01	c   twoopt           :       0.00          0          0
1790.03/1790.01	c   fixandinfer      :       0.00          0          0
1790.03/1790.01	c   intdiving        :       0.00          0          0
1790.03/1790.01	c   actconsdiving    :       0.00          0          0
1790.03/1790.01	c   octane           :       0.00          0          0
1790.03/1790.01	c   rens             :       0.03          1          0
1790.03/1790.01	c   rins             :       0.00          0          0
1790.03/1790.01	c   localbranching   :       0.00          0          0
1790.03/1790.01	c   mutation         :       0.00          0          0
1790.03/1790.01	c   dins             :       0.00          0          0
1790.03/1790.01	c   undercover       :       0.00          0          0
1790.03/1790.01	c   nlp              :       0.13          0          0
1790.03/1790.01	c   trysol           :       0.22         79         40
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          :     857.20     604804    8450648      13.97    9858.49
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:       0.83        555       4632       8.35    5563.06
1790.03/1790.01	c   strong branching :      29.35       9919     294416      29.68   10029.57
1790.03/1790.01	c     (at root node) :          -         15       5575     371.67          -
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            :     887362
1790.03/1790.01	c   nodes (total)    :     887362
1790.03/1790.01	c   nodes left       :       1882
1790.03/1790.01	c   max depth        :        514
1790.03/1790.01	c   max depth (total):        514
1790.03/1790.01	c   backtracks       :     106005 (11.9%)
1790.03/1790.01	c   delayed cutoffs  :      60291
1790.03/1790.01	c   repropagations   :    1740654 (4885118 domain reductions, 58936 cutoffs)
1790.03/1790.01	c   avg switch length:       5.48
1790.03/1790.01	c   switching time   :     230.08
1790.03/1790.01	c Solution           :
1790.03/1790.01	c   Solutions found  :         63 (24 improvements)
1790.03/1790.01	c   First Solution   : +4.24880000000000e+04   (in run 1, after 17 nodes, 4.56 seconds, depth 17, found by <trysol>)
1790.03/1790.01	c   Primal Bound     : +1.20000000000000e+01   (in run 1, after 792733 nodes, 1583.15 seconds, depth 38, 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  :        261
1790.03/1790.08	c Time complete: 1790.12.

Verifier Data

OK	12

Watcher Data

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

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 3891200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 3942400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.12 0.03 0.01 4/178 21754
/proc/meminfo: memFree=29142092/32951124 swapFree=67111528/67111528
[pid=21754] ppid=21752 vsize=12552 CPUtime=0
/proc/21754/stat : 21754 (pbscip.linux.x8) R 21752 21754 21565 0 -1 4202496 1973 0 0 0 0 0 0 0 25 0 1 0 25509827 12853248 1891 4089446400 4194304 10345943 140733838360672 18446744073709551615 6326861 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/21754/statm: 3138 1891 429 1502 0 1631 0

[startup+0.061599 s]
/proc/loadavg: 0.12 0.03 0.01 4/178 21754
/proc/meminfo: memFree=29142092/32951124 swapFree=67111528/67111528
[pid=21754] ppid=21752 vsize=26480 CPUtime=0.05
/proc/21754/stat : 21754 (pbscip.linux.x8) R 21752 21754 21565 0 -1 4202496 5647 0 0 0 5 0 0 0 25 0 1 0 25509827 27115520 5211 4089446400 4194304 10345943 140733838360672 18446744073709551615 4982379 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/21754/statm: 6620 5211 534 1502 0 5113 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 26480

[startup+0.100592 s]
/proc/loadavg: 0.12 0.03 0.01 4/178 21754
/proc/meminfo: memFree=29142092/32951124 swapFree=67111528/67111528
[pid=21754] ppid=21752 vsize=27504 CPUtime=0.09
/proc/21754/stat : 21754 (pbscip.linux.x8) R 21752 21754 21565 0 -1 4202496 5925 0 0 0 9 0 0 0 25 0 1 0 25509827 28164096 5489 4089446400 4194304 10345943 140733838360672 18446744073709551615 4327586 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/21754/statm: 6876 5489 553 1502 0 5369 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 27504

[startup+0.300568 s]
/proc/loadavg: 0.12 0.03 0.01 4/178 21754
/proc/meminfo: memFree=29142092/32951124 swapFree=67111528/67111528
[pid=21754] ppid=21752 vsize=36688 CPUtime=0.29
/proc/21754/stat : 21754 (pbscip.linux.x8) R 21752 21754 21565 0 -1 4202496 11924 0 0 0 29 0 0 0 25 0 1 0 25509827 37568512 7674 4089446400 4194304 10345943 140733838360672 18446744073709551615 4270579 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/21754/statm: 9172 7674 747 1502 0 7665 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 36688

[startup+0.700497 s]
/proc/loadavg: 0.12 0.03 0.01 4/178 21754
/proc/meminfo: memFree=29142092/32951124 swapFree=67111528/67111528
[pid=21754] ppid=21752 vsize=43496 CPUtime=0.69
/proc/21754/stat : 21754 (pbscip.linux.x8) R 21752 21754 21565 0 -1 4202496 13471 0 0 0 68 1 0 0 25 0 1 0 25509827 44539904 9221 4089446400 4194304 10345943 140733838360672 18446744073709551615 6148785 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/21754/statm: 10874 9221 750 1502 0 9367 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 43496

[startup+1.50035 s]
/proc/loadavg: 0.12 0.03 0.01 4/179 21755
/proc/meminfo: memFree=29105132/32951124 swapFree=67111528/67111528
[pid=21754] ppid=21752 vsize=47356 CPUtime=1.49
/proc/21754/stat : 21754 (pbscip.linux.x8) R 21752 21754 21565 0 -1 4202496 18422 0 0 0 147 2 0 0 25 0 1 0 25509827 48492544 9842 4089446400 4194304 10345943 140733838360672 18446744073709551615 7566988 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/21754/statm: 11839 9842 779 1502 0 10332 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 47356

[startup+3.10107 s]
/proc/loadavg: 0.27 0.06 0.02 3/179 21756
/proc/meminfo: memFree=29104636/32951124 swapFree=67111528/67111528
[pid=21754] ppid=21752 vsize=47564 CPUtime=3.09
/proc/21754/stat : 21754 (pbscip.linux.x8) R 21752 21754 21565 0 -1 4202496 21608 0 0 0 306 3 0 0 25 0 1 0 25509827 48705536 9936 4089446400 4194304 10345943 140733838360672 18446744073709551615 6856974 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/21754/statm: 11891 9936 780 1502 0 10384 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 47564

[startup+6.3005 s]
/proc/loadavg: 0.27 0.06 0.02 3/179 21756
/proc/meminfo: memFree=29101344/32951124 swapFree=67111528/67111528
[pid=21754] ppid=21752 vsize=48204 CPUtime=6.29
/proc/21754/stat : 21754 (pbscip.linux.x8) R 21752 21754 21565 0 -1 4202496 29785 0 0 0 624 5 0 0 25 0 1 0 25509827 49360896 9884 4089446400 4194304 10345943 140733838360672 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/21754/statm: 12051 9884 782 1502 0 10544 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 48204

[startup+12.7004 s]
/proc/loadavg: 0.54 0.13 0.04 3/179 21756
/proc/meminfo: memFree=29086940/32951124 swapFree=67111528/67111528
[pid=21754] ppid=21752 vsize=52828 CPUtime=12.69
/proc/21754/stat : 21754 (pbscip.linux.x8) R 21752 21754 21565 0 -1 4202496 50513 0 0 0 1259 10 0 0 25 0 1 0 25509827 54095872 11515 4089446400 4194304 10345943 140733838360672 18446744073709551615 5615616 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/21754/statm: 13207 11515 801 1502 0 11700 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 52828

[startup+25.5001 s]
/proc/loadavg: 0.76 0.19 0.06 3/179 21757
/proc/meminfo: memFree=29053472/32951124 swapFree=67111528/67111528
[pid=21754] ppid=21752 vsize=63636 CPUtime=25.49
/proc/21754/stat : 21754 (pbscip.linux.x8) R 21752 21754 21565 0 -1 4202496 75418 0 0 0 2530 19 0 0 25 0 1 0 25509827 65163264 14253 4089446400 4194304 10345943 140733838360672 18446744073709551615 4706491 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/21754/statm: 15909 14253 803 1502 0 14402 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 63636

[startup+51.1006 s]
/proc/loadavg: 1.18 0.33 0.11 3/179 21757
/proc/meminfo: memFree=29009452/32951124 swapFree=67111528/67111528
[pid=21754] ppid=21752 vsize=74220 CPUtime=51.09
/proc/21754/stat : 21754 (pbscip.linux.x8) R 21752 21754 21565 0 -1 4202496 86322 0 0 0 5079 30 0 0 25 0 1 0 25509827 76001280 16883 4089446400 4194304 10345943 140733838360672 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/21754/statm: 18555 16883 803 1502 0 17048 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 74220

[startup+102.307 s]
/proc/loadavg: 1.67 0.61 0.22 3/179 21759
/proc/meminfo: memFree=28926680/32951124 swapFree=67111528/67111528
[pid=21754] ppid=21752 vsize=86336 CPUtime=102.3
/proc/21754/stat : 21754 (pbscip.linux.x8) R 21752 21754 21565 0 -1 4202496 115943 0 0 0 10177 53 0 0 25 0 1 0 25509827 88408064 19816 4089446400 4194304 10345943 140733838360672 18446744073709551615 6108104 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/21754/statm: 21584 19816 803 1502 0 20077 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 86336

[startup+162.301 s]
/proc/loadavg: 1.90 0.85 0.32 3/179 21760
/proc/meminfo: memFree=28898352/32951124 swapFree=67111528/67111528
[pid=21754] ppid=21752 vsize=95928 CPUtime=162.29
/proc/21754/stat : 21754 (pbscip.linux.x8) R 21752 21754 21565 0 -1 4202496 142309 0 0 0 16145 84 0 0 25 0 1 0 25509827 98230272 21729 4089446400 4194304 10345943 140733838360672 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/21754/statm: 23982 21729 803 1502 0 22475 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 95928

[startup+222.3 s]
/proc/loadavg: 1.96 1.08 0.43 3/179 21761
/proc/meminfo: memFree=28876488/32951124 swapFree=67111528/67111528
[pid=21754] ppid=21752 vsize=97772 CPUtime=222.29
/proc/21754/stat : 21754 (pbscip.linux.x8) R 21752 21754 21565 0 -1 4202496 165665 0 0 0 22118 111 0 0 25 0 1 0 25509827 100118528 22621 4089446400 4194304 10345943 140733838360672 18446744073709551615 5085381 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/21754/statm: 24443 22621 803 1502 0 22936 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 97772

[startup+282.301 s]
/proc/loadavg: 1.98 1.23 0.52 3/179 21763
/proc/meminfo: memFree=28874060/32951124 swapFree=67111528/67111528
[pid=21754] ppid=21752 vsize=99356 CPUtime=282.3
/proc/21754/stat : 21754 (pbscip.linux.x8) R 21752 21754 21565 0 -1 4202496 185323 0 0 0 28089 141 0 0 25 0 1 0 25509827 101740544 23021 4089446400 4194304 10345943 140733838360672 18446744073709551615 6108004 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/21754/statm: 24839 23021 803 1502 0 23332 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 99356

[startup+342.3 s]
/proc/loadavg: 1.99 1.38 0.62 3/179 21765
/proc/meminfo: memFree=28866324/32951124 swapFree=67111528/67111528
[pid=21754] ppid=21752 vsize=104756 CPUtime=342.3
/proc/21754/stat : 21754 (pbscip.linux.x8) R 21752 21754 21565 0 -1 4202496 198364 0 0 0 34062 168 0 0 25 0 1 0 25509827 107270144 23952 4089446400 4194304 10345943 140733838360672 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/21754/statm: 26189 23952 803 1502 0 24682 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 104756

[startup+402.301 s]
/proc/loadavg: 1.99 1.48 0.69 3/179 21767
/proc/meminfo: memFree=28860576/32951124 swapFree=67111528/67111528
[pid=21754] ppid=21752 vsize=105596 CPUtime=402.29
/proc/21754/stat : 21754 (pbscip.linux.x8) R 21752 21754 21565 0 -1 4202496 208504 0 0 0 40040 189 0 0 25 0 1 0 25509827 108130304 24170 4089446400 4194304 10345943 140733838360672 18446744073709551615 5085404 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/21754/statm: 26399 24170 803 1502 0 24892 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 105596

[startup+462.3 s]
/proc/loadavg: 1.99 1.58 0.78 3/179 21768
/proc/meminfo: memFree=28854084/32951124 swapFree=67111528/67111528
[pid=21754] ppid=21752 vsize=105664 CPUtime=462.3
/proc/21754/stat : 21754 (pbscip.linux.x8) R 21752 21754 21565 0 -1 4202496 217145 0 0 0 46015 215 0 0 25 0 1 0 25509827 108199936 24476 4089446400 4194304 10345943 140733838360672 18446744073709551615 6358277 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/21754/statm: 26416 24476 803 1502 0 24909 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 105664

[startup+522.301 s]
/proc/loadavg: 1.99 1.65 0.85 3/179 21769
/proc/meminfo: memFree=28848584/32951124 swapFree=67111528/67111528
[pid=21754] ppid=21752 vsize=105960 CPUtime=522.3
/proc/21754/stat : 21754 (pbscip.linux.x8) R 21752 21754 21565 0 -1 4202496 232650 0 0 0 51988 242 0 0 25 0 1 0 25509827 108503040 24577 4089446400 4194304 10345943 140733838360672 18446744073709551615 6756365 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/21754/statm: 26490 24577 803 1502 0 24983 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 105960

[startup+582.301 s]
/proc/loadavg: 2.05 1.72 0.92 3/179 21774
/proc/meminfo: memFree=28840520/32951124 swapFree=67111528/67111528
[pid=21754] ppid=21752 vsize=107688 CPUtime=582.31
/proc/21754/stat : 21754 (pbscip.linux.x8) R 21752 21754 21565 0 -1 4202496 250204 0 0 0 57958 273 0 0 25 0 1 0 25509827 110272512 24813 4089446400 4194304 10345943 140733838360672 18446744073709551615 7509128 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/21754/statm: 26922 24813 803 1502 0 25415 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 107688

[startup+642.301 s]
/proc/loadavg: 2.02 1.77 0.99 3/179 21776
/proc/meminfo: memFree=28833848/32951124 swapFree=67111528/67111528
[pid=21754] ppid=21752 vsize=108172 CPUtime=642.31
/proc/21754/stat : 21754 (pbscip.linux.x8) R 21752 21754 21565 0 -1 4202496 259237 0 0 0 63938 293 0 0 25 0 1 0 25509827 110768128 25131 4089446400 4194304 10345943 140733838360672 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/21754/statm: 27043 25131 803 1502 0 25536 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 108172

[startup+702.301 s]

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

/proc/meminfo: memFree=28804116/32951124 swapFree=67111528/67111528
[pid=21754] ppid=21752 vsize=115592 CPUtime=1062.31
/proc/21754/stat : 21754 (pbscip.linux.x8) R 21752 21754 21565 0 -1 4202496 317598 0 0 0 105782 449 0 0 25 0 1 0 25509827 118366208 27077 4089446400 4194304 10345943 140733838360672 18446744073709551615 4995885 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/21754/statm: 28898 27077 803 1502 0 27391 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 115592

[startup+1122.3 s]
/proc/loadavg: 2.01 1.95 1.38 3/179 21788
/proc/meminfo: memFree=28799464/32951124 swapFree=67111528/67111528
[pid=21754] ppid=21752 vsize=115616 CPUtime=1122.31
/proc/21754/stat : 21754 (pbscip.linux.x8) R 21752 21754 21565 0 -1 4202496 322722 0 0 0 111759 472 0 0 25 0 1 0 25509827 118390784 27058 4089446400 4194304 10345943 140733838360672 18446744073709551615 6853988 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/21754/statm: 28904 27058 803 1502 0 27397 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 115616

[startup+1182.3 s]
/proc/loadavg: 2.00 1.96 1.42 3/179 21790
/proc/meminfo: memFree=28789236/32951124 swapFree=67111528/67111528
[pid=21754] ppid=21752 vsize=118908 CPUtime=1182.31
/proc/21754/stat : 21754 (pbscip.linux.x8) R 21752 21754 21565 0 -1 4202496 328526 0 0 0 117738 493 0 0 25 0 1 0 25509827 121761792 27518 4089446400 4194304 10345943 140733838360672 18446744073709551615 6068950 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/21754/statm: 29727 27518 803 1502 0 28220 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 118908

[startup+1242.3 s]
/proc/loadavg: 2.00 1.96 1.45 3/179 21792
/proc/meminfo: memFree=28784124/32951124 swapFree=67111528/67111528
[pid=21754] ppid=21752 vsize=117420 CPUtime=1242.32
/proc/21754/stat : 21754 (pbscip.linux.x8) R 21752 21754 21565 0 -1 4202496 330566 0 0 0 123718 514 0 0 25 0 1 0 25509827 120238080 27616 4089446400 4194304 10345943 140733838360672 18446744073709551615 6071281 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/21754/statm: 29355 27616 803 1502 0 27848 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 117420

[startup+1302.3 s]
/proc/loadavg: 2.00 1.97 1.48 3/179 21794
/proc/meminfo: memFree=28781224/32951124 swapFree=67111528/67111528
[pid=21754] ppid=21752 vsize=118872 CPUtime=1302.32
/proc/21754/stat : 21754 (pbscip.linux.x8) R 21752 21754 21565 0 -1 4202496 332721 0 0 0 129696 536 0 0 25 0 1 0 25509827 121724928 27825 4089446400 4194304 10345943 140733838360672 18446744073709551615 5085381 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/21754/statm: 29718 27825 803 1502 0 28211 0
Current children cumulated CPU time (s) 1302.32
Current children cumulated vsize (KiB) 118872

[startup+1362.3 s]
/proc/loadavg: 2.00 1.97 1.51 3/179 21795
/proc/meminfo: memFree=28776720/32951124 swapFree=67111528/67111528
[pid=21754] ppid=21752 vsize=121148 CPUtime=1362.32
/proc/21754/stat : 21754 (pbscip.linux.x8) R 21752 21754 21565 0 -1 4202496 334885 0 0 0 135675 557 0 0 25 0 1 0 25509827 124055552 28402 4089446400 4194304 10345943 140733838360672 18446744073709551615 5026483 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/21754/statm: 30287 28402 803 1502 0 28780 0
Current children cumulated CPU time (s) 1362.32
Current children cumulated vsize (KiB) 121148

[startup+1422.31 s]
/proc/loadavg: 2.00 1.97 1.54 3/179 21796
/proc/meminfo: memFree=28775300/32951124 swapFree=67111528/67111528
[pid=21754] ppid=21752 vsize=121400 CPUtime=1422.33
/proc/21754/stat : 21754 (pbscip.linux.x8) R 21752 21754 21565 0 -1 4202496 338168 0 0 0 141657 576 0 0 25 0 1 0 25509827 124313600 28511 4089446400 4194304 10345943 140733838360672 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/21754/statm: 30350 28511 803 1502 0 28843 0
Current children cumulated CPU time (s) 1422.33
Current children cumulated vsize (KiB) 121400

[startup+1482.3 s]
/proc/loadavg: 2.00 1.97 1.56 3/179 21798
/proc/meminfo: memFree=28774376/32951124 swapFree=67111528/67111528
[pid=21754] ppid=21752 vsize=122432 CPUtime=1482.32
/proc/21754/stat : 21754 (pbscip.linux.x8) R 21752 21754 21565 0 -1 4202496 343562 0 0 0 147637 595 0 0 25 0 1 0 25509827 125370368 28578 4089446400 4194304 10345943 140733838360672 18446744073709551615 5085399 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/21754/statm: 30608 28578 803 1502 0 29101 0
Current children cumulated CPU time (s) 1482.32
Current children cumulated vsize (KiB) 122432

[startup+1542.3 s]
/proc/loadavg: 2.00 1.97 1.59 3/179 21800
/proc/meminfo: memFree=28769364/32951124 swapFree=67111528/67111528
[pid=21754] ppid=21752 vsize=122896 CPUtime=1542.33
/proc/21754/stat : 21754 (pbscip.linux.x8) R 21752 21754 21565 0 -1 4202496 347449 0 0 0 153617 616 0 0 25 0 1 0 25509827 125845504 28983 4089446400 4194304 10345943 140733838360672 18446744073709551615 4212638 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/21754/statm: 30724 28983 803 1502 0 29217 0
Current children cumulated CPU time (s) 1542.33
Current children cumulated vsize (KiB) 122896

[startup+1602.3 s]
/proc/loadavg: 2.06 1.99 1.62 3/179 21802
/proc/meminfo: memFree=28765576/32951124 swapFree=67111528/67111528
[pid=21754] ppid=21752 vsize=125732 CPUtime=1602.32
/proc/21754/stat : 21754 (pbscip.linux.x8) R 21752 21754 21565 0 -1 4202496 359502 0 0 0 159596 636 0 0 25 0 1 0 25509827 128749568 29396 4089446400 4194304 10345943 140733838360672 18446744073709551615 5085381 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/21754/statm: 31433 29396 803 1502 0 29926 0
Current children cumulated CPU time (s) 1602.32
Current children cumulated vsize (KiB) 125732

[startup+1662.3 s]
/proc/loadavg: 2.02 1.99 1.64 3/179 21803
/proc/meminfo: memFree=28762180/32951124 swapFree=67111528/67111528
[pid=21754] ppid=21752 vsize=124704 CPUtime=1662.33
/proc/21754/stat : 21754 (pbscip.linux.x8) R 21752 21754 21565 0 -1 4202496 365602 0 0 0 165576 657 0 0 25 0 1 0 25509827 127696896 29303 4089446400 4194304 10345943 140733838360672 18446744073709551615 4214428 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/21754/statm: 31176 29303 803 1502 0 29669 0
Current children cumulated CPU time (s) 1662.33
Current children cumulated vsize (KiB) 124704

[startup+1722.3 s]
/proc/loadavg: 2.01 1.99 1.66 3/179 21804
/proc/meminfo: memFree=28759908/32951124 swapFree=67111528/67111528
[pid=21754] ppid=21752 vsize=124704 CPUtime=1722.33
/proc/21754/stat : 21754 (pbscip.linux.x8) R 21752 21754 21565 0 -1 4202496 369683 0 0 0 171555 678 0 0 25 0 1 0 25509827 127696896 29359 4089446400 4194304 10345943 140733838360672 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/21754/statm: 31176 29359 803 1502 0 29669 0
Current children cumulated CPU time (s) 1722.33
Current children cumulated vsize (KiB) 124704

[startup+1782.3 s]
/proc/loadavg: 2.00 1.99 1.68 3/179 21806
/proc/meminfo: memFree=28757876/32951124 swapFree=67111528/67111528
[pid=21754] ppid=21752 vsize=124668 CPUtime=1782.33
/proc/21754/stat : 21754 (pbscip.linux.x8) R 21752 21754 21565 0 -1 4202496 372825 0 0 0 177537 696 0 0 25 0 1 0 25509827 127660032 29371 4089446400 4194304 10345943 140733838360672 18446744073709551615 5085399 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/21754/statm: 31167 29371 803 1502 0 29660 0
Current children cumulated CPU time (s) 1782.33
Current children cumulated vsize (KiB) 124668

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

[startup+1785.5 s]
/proc/loadavg: 2.00 1.99 1.68 3/179 21806
/proc/meminfo: memFree=28757504/32951124 swapFree=67111528/67111528
[pid=21754] ppid=21752 vsize=124884 CPUtime=1785.53
/proc/21754/stat : 21754 (pbscip.linux.x8) R 21752 21754 21565 0 -1 4202496 373044 0 0 0 177856 697 0 0 25 0 1 0 25509827 127881216 29411 4089446400 4194304 10345943 140733838360672 18446744073709551615 5085381 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/21754/statm: 31221 29411 803 1502 0 29714 0
Current children cumulated CPU time (s) 1785.53
Current children cumulated vsize (KiB) 124884

[startup+1787.1 s]
/proc/loadavg: 2.00 1.99 1.68 3/179 21806
/proc/meminfo: memFree=28757380/32951124 swapFree=67111528/67111528
[pid=21754] ppid=21752 vsize=124884 CPUtime=1787.13
/proc/21754/stat : 21754 (pbscip.linux.x8) R 21752 21754 21565 0 -1 4202496 373067 0 0 0 178015 698 0 0 25 0 1 0 25509827 127881216 29434 4089446400 4194304 10345943 140733838360672 18446744073709551615 5085399 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/21754/statm: 31221 29434 803 1502 0 29714 0
Current children cumulated CPU time (s) 1787.13
Current children cumulated vsize (KiB) 124884

[startup+1788.7 s]
/proc/loadavg: 2.00 1.99 1.68 3/179 21806
/proc/meminfo: memFree=28757252/32951124 swapFree=67111528/67111528
[pid=21754] ppid=21752 vsize=125112 CPUtime=1788.73
/proc/21754/stat : 21754 (pbscip.linux.x8) R 21752 21754 21565 0 -1 4202496 373161 0 0 0 178174 699 0 0 25 0 1 0 25509827 128114688 29528 4089446400 4194304 10345943 140733838360672 18446744073709551615 7587858 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/21754/statm: 31278 29528 803 1502 0 29771 0
Current children cumulated CPU time (s) 1788.73
Current children cumulated vsize (KiB) 125112

[startup+1789.5 s]
/proc/loadavg: 2.00 1.99 1.68 3/179 21806
/proc/meminfo: memFree=28757252/32951124 swapFree=67111528/67111528
[pid=21754] ppid=21752 vsize=125112 CPUtime=1789.53
/proc/21754/stat : 21754 (pbscip.linux.x8) R 21752 21754 21565 0 -1 4202496 373173 0 0 0 178254 699 0 0 25 0 1 0 25509827 128114688 29540 4089446400 4194304 10345943 140733838360672 18446744073709551615 7523540 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/21754/statm: 31278 29540 803 1502 0 29771 0
Current children cumulated CPU time (s) 1789.53
Current children cumulated vsize (KiB) 125112

[startup+1789.9 s]
/proc/loadavg: 2.00 1.99 1.68 2/174 21823
/proc/meminfo: memFree=29080800/32951124 swapFree=67111528/67111528
[pid=21754] ppid=21752 vsize=125112 CPUtime=1789.93
/proc/21754/stat : 21754 (pbscip.linux.x8) R 21752 21754 21565 0 -1 4202496 373175 0 0 0 178294 699 0 0 25 0 1 0 25509827 128114688 29542 4089446400 4194304 10345943 140733838360672 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/21754/statm: 31278 29542 803 1502 0 29771 0
Current children cumulated CPU time (s) 1789.93
Current children cumulated vsize (KiB) 125112

[startup+1790 s]
/proc/loadavg: 2.00 1.99 1.68 2/174 21823
/proc/meminfo: memFree=29080800/32951124 swapFree=67111528/67111528
[pid=21754] ppid=21752 vsize=125112 CPUtime=1790.03
/proc/21754/stat : 21754 (pbscip.linux.x8) R 21752 21754 21565 0 -1 4202496 373176 0 0 0 178304 699 0 0 25 0 1 0 25509827 128114688 29543 4089446400 4194304 10345943 140733838360672 18446744073709551615 7569568 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/21754/statm: 31278 29543 803 1502 0 29771 0
Current children cumulated CPU time (s) 1790.03
Current children cumulated vsize (KiB) 125112

Child status: 0
Real time (s): 1790.08
CPU time (s): 1790.12
CPU user time (s): 1783.12
CPU system time (s): 7.00094
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 126868

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1783.12
system time used= 7.00094
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 373258
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= 3
involuntary context switches= 19520

runsolver used 2.6186 second user time and 5.80012 second system time

The end

Launcher Data

Begin job on node107 at 2010-07-08 09:09:16
IDJOB=2705575
IDBENCH=78930
IDSOLVER=1214
FILE ID=node107/2705575-1278572956
PBS_JOBID= 11240239
Free space on /tmp= 73640 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.1900557574--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-2705575-1278572956/watcher-2705575-1278572956 -o /tmp/evaluation-result-2705575-1278572956/solver-2705575-1278572956 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2705575-1278572956.wbo -t 1800 -m 3800

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

MD5SUM BENCH= 5ae7a85bf99e064da8ccbcbd4c939a34
RANDOM SEED=1525547274

node107.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.788
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.57
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.788
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	: 5265.21
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.788
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.75
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.788
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.788
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
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.788
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.788
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.788
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      29142620 kB
Buffers:        144932 kB
Cached:        3396484 kB
SwapCached:          0 kB
Active:         966752 kB
Inactive:      2680908 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      29142620 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           25664 kB
Writeback:           0 kB
AnonPages:      105640 kB
Mapped:          17588 kB
Slab:            97156 kB
PageTables:       4740 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   253920 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= 73640 MiB
End job on node107 at 2010-07-08 09:39:07