Trace number 2705020

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.29 1790.23

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900568706--soft-0-100-0.wbo
MD5SUM6afd7eef78419a10c166bbe4bb320384
Bench CategorySOFT-SMALLINT-LIN (only soft 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 benchmark147.368
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 constraints2707
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 135280
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 135279
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 711
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-2705020-1278576872.wbo>
0.00/0.03	c original problem has 5645 variables (2938 bin, 0 int, 2707 impl, 0 cont) and 5415 constraints
0.00/0.03	c problem read
0.00/0.03	c presolving settings loaded
0.09/0.11	o 135279
0.09/0.11	c feasible solution found by trivial heuristic, objective value  1.352790e+05
0.09/0.11	c presolving:
0.09/0.12	c (round 1) 0 del vars, 1 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.09/0.12	c (round 2) 0 del vars, 1 del conss, 2707 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.09/0.17	c    (0.1s) probing: 101/2938 (3.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.09/0.17	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.09/0.17	c presolving (3 rounds):
0.09/0.17	c  0 deleted vars, 1 deleted constraints, 2707 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.09/0.17	c  5391 implications, 0 cliques
0.09/0.17	c presolved problem has 5645 variables (2938 bin, 0 int, 2707 impl, 0 cont) and 5414 constraints
0.09/0.17	c    2707 constraints of type <linear>
0.09/0.17	c    2707 constraints of type <indicator>
0.09/0.17	c transformed objective value is always integral (scale: 1)
0.09/0.17	c Presolving Time: 0.12
0.09/0.17	c - non default parameters ----------------------------------------------------------------------
0.09/0.17	c # SCIP version 1.2.1.3
0.09/0.17	c 
0.09/0.17	c # frequency for displaying node information lines
0.09/0.17	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.17	c display/freq = 10000
0.09/0.17	c 
0.09/0.17	c # maximal time in seconds to run
0.09/0.17	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.17	c limits/time = 1789.98
0.09/0.17	c 
0.09/0.17	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.17	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.17	c limits/memory = 3420
0.09/0.17	c 
0.09/0.17	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.09/0.17	c # [type: int, range: [1,2], default: 1]
0.09/0.17	c timing/clocktype = 2
0.09/0.17	c 
0.09/0.17	c # should presolving try to simplify inequalities
0.09/0.17	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.17	c constraints/linear/simplifyinequalities = TRUE
0.09/0.17	c 
0.09/0.17	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.09/0.17	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.17	c constraints/indicator/addCouplingCons = TRUE
0.09/0.17	c 
0.09/0.17	c # should presolving try to simplify knapsacks
0.09/0.17	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.17	c constraints/knapsack/simplifyinequalities = TRUE
0.09/0.17	c 
0.09/0.17	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.09/0.17	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.17	c separating/rapidlearning/freq = 0
0.09/0.17	c 
0.09/0.17	c -----------------------------------------------------------------------------------------------
0.09/0.17	c start solving
0.09/0.17	c 
0.09/0.18	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.18	c t 0.2s|     1 |     0 |     0 |     - |  19M|   0 |   0 |5645 |5414 |5645 |   0 |   0 |   0 |   0 | 0.000000e+00 | 1.352790e+05 |    Inf 
0.29/0.35	c   0.3s|     1 |     0 |    20 |     - |  19M|   0 |   0 |5645 |5414 |5645 |  22 |  22 |   0 |   0 | 0.000000e+00 | 1.352790e+05 |    Inf 
0.29/0.36	c   0.3s|     1 |     0 |    42 |     - |  19M|   0 |   7 |5645 |5414 |5645 |  53 |  53 |   0 |   0 | 0.000000e+00 | 1.352790e+05 |    Inf 
0.29/0.37	c   0.3s|     1 |     0 |    62 |     - |  19M|   0 |  14 |5645 |5414 |5645 |  85 |  85 |   0 |   0 | 0.000000e+00 | 1.352790e+05 |    Inf 
0.29/0.38	c   0.3s|     1 |     0 |   101 |     - |  19M|   0 |  35 |5645 |5414 |5645 | 120 | 120 |   0 |   0 | 0.000000e+00 | 1.352790e+05 |    Inf 
0.39/0.40	c   0.4s|     1 |     0 |   133 |     - |  19M|   0 |  38 |5645 |5414 |5645 | 150 | 150 |   0 |   0 | 0.000000e+00 | 1.352790e+05 |    Inf 
0.39/0.43	c   0.4s|     1 |     0 |   184 |     - |  19M|   0 |  32 |5645 |5414 |5645 | 164 | 164 |   0 |   0 | 0.000000e+00 | 1.352790e+05 |    Inf 
0.49/0.51	c   0.5s|     1 |     2 |   184 |     - |  20M|   0 |  32 |5645 |5414 |5645 | 164 | 164 |   0 |  32 | 0.000000e+00 | 1.352790e+05 |    Inf 
20.59/20.60	c  20.6s| 10000 | 10001 |  3252 |   0.3 |  44M|1285 |   0 |5645 |5414 |5645 | 210 | 910 |   0 | 519 | 0.000000e+00 | 1.352790e+05 |    Inf 
37.60/37.65	c  37.6s| 20000 | 19979 |  4429 |   0.2 |  65M|1697 |   0 |5645 |5426 |5645 | 191 |1217 |  12 | 586 | 0.000000e+00 | 1.352790e+05 |    Inf 
55.59/55.67	c  55.6s| 30000 | 29977 |  5496 |   0.2 |  85M|1697 |   0 |5645 |5427 |5645 | 198 |1463 |  13 | 654 | 0.000000e+00 | 1.352790e+05 |    Inf 
74.89/74.92	c  74.9s| 40000 | 39978 |  6365 |   0.2 | 105M|1697 |   0 |5645 |5427 |5645 | 221 |1669 |  13 | 671 | 0.000000e+00 | 1.352790e+05 |    Inf 
94.50/94.53	c  94.5s| 50000 | 49975 |  7414 |   0.1 | 124M|1697 |   0 |5645 |5431 |5645 | 200 |1942 |  17 | 718 | 0.000000e+00 | 1.352790e+05 |    Inf 
113.79/113.88	c   114s| 60000 | 59973 |  8587 |   0.1 | 144M|1697 |   0 |5645 |5440 |5645 | 203 |2227 |  26 | 744 | 0.000000e+00 | 1.352790e+05 |    Inf 
133.19/133.28	c   133s| 70000 | 69973 |  9598 |   0.1 | 163M|1697 |   0 |5645 |5440 |5645 | 201 |2419 |  26 | 757 | 0.000000e+00 | 1.352790e+05 |    Inf 
152.59/152.61	o 478
152.59/152.61	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
152.59/152.61	c * 153s| 79842 | 60326 | 10604 |   0.1 | 147M|1697 |   - |5645 |5446 |5645 | 183 |2657 |  32 | 770 | 0.000000e+00 | 4.780000e+02 |    Inf 
152.90/152.97	c   153s| 80000 | 60482 | 10692 |   0.1 | 147M|1697 |   0 |5645 |5451 |5645 | 198 |2671 |  37 | 770 | 0.000000e+00 | 4.780000e+02 |    Inf 
162.90/162.98	o 448
162.90/162.98	c * 163s| 84087 | 61737 | 12364 |   0.1 | 150M|1697 |   - |5645 |5643 |5645 | 195 |3092 | 229 | 791 | 0.000000e+00 | 4.480000e+02 |    Inf 
168.59/168.63	o 421
168.59/168.63	c * 169s| 86148 | 60943 | 14147 |   0.2 | 150M|1697 |   - |5645 |6136 |5645 | 188 |3553 | 722 | 832 | 0.000000e+00 | 4.210000e+02 |    Inf 
169.50/169.53	o 415
169.50/169.53	c * 170s| 86490 | 60563 | 14224 |   0.2 | 150M|1697 |   - |5645 |6171 |5645 | 186 |3571 | 757 | 832 | 0.000000e+00 | 4.150000e+02 |    Inf 
170.00/170.06	o 394
170.00/170.06	c * 170s| 86686 | 58138 | 14294 |   0.2 | 146M|1697 |   - |5645 |6202 |5645 | 189 |3592 | 788 | 832 | 0.000000e+00 | 3.940000e+02 |    Inf 
171.60/171.64	o 383
171.60/171.64	c * 172s| 87249 | 57115 | 14475 |   0.2 | 145M|1697 |   - |5645 |6291 |5645 | 191 |3660 | 877 | 832 | 0.000000e+00 | 3.830000e+02 |    Inf 
173.49/173.51	o 356
173.49/173.51	c * 173s| 87890 | 53479 | 14773 |   0.2 | 139M|1697 |   - |5645 |6467 |5645 | 188 |3747 |1053 | 833 | 0.000000e+00 | 3.560000e+02 |    Inf 
173.49/173.56	o 350
173.49/173.56	c * 174s| 87904 | 52442 | 14784 |   0.2 | 137M|1697 |   - |5645 |6468 |5645 | 188 |3747 |1054 | 833 | 0.000000e+00 | 3.500000e+02 |    Inf 
173.89/173.90	o 319
173.89/173.90	c * 174s| 88013 | 47317 | 14803 |   0.2 | 126M|1697 |   - |5645 |6493 |5645 | 195 |3753 |1079 | 833 | 0.000000e+00 | 3.190000e+02 |    Inf 
179.90/179.99	c   180s| 90000 | 49018 | 16472 |   0.2 | 133M|1697 |   0 |5645 |7155 |5645 | 189 |4172 |1741 | 887 | 0.000000e+00 | 3.190000e+02 |    Inf 
180.80/180.80	o 278
180.80/180.80	c * 181s| 90271 | 42405 | 16828 |   0.2 | 120M|1697 |   - |5645 |7247 |5645 | 191 |4243 |1833 | 887 | 0.000000e+00 | 2.780000e+02 |    Inf 
210.59/210.67	o 272
210.59/210.67	c * 211s| 99478 | 48848 | 26454 |   0.3 | 150M|1697 |   - |5645 |  10k|5645 | 192 |7168 |4872 |1141 | 0.000000e+00 | 2.720000e+02 |    Inf 
210.99/211.01	o 258
210.99/211.01	c * 211s| 99609 | 46244 | 26473 |   0.3 | 143M|1697 |   - |5645 |  10k|5645 | 192 |7170 |4875 |1141 | 0.000000e+00 | 2.580000e+02 |    Inf 
211.79/211.85	o 222
211.79/211.85	c * 212s| 99827 | 39097 | 26729 |   0.3 | 125M|1697 |   - |5645 |  10k|5645 | 195 |7214 |4975 |1143 | 0.000000e+00 | 2.220000e+02 |    Inf 
212.39/212.47	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
212.39/212.47	c   212s|100000 | 39215 | 26987 |   0.3 | 125M|1697 |   - |5645 |  10k|   0 |   0 |7280 |5063 |1145 | 0.000000e+00 | 2.220000e+02 |    Inf 
213.79/213.82	o 214
213.79/213.82	c * 214s|100344 | 37714 | 27547 |   0.3 | 123M|1697 |   - |5645 |  10k|5645 | 189 |7421 |5272 |1153 | 0.000000e+00 | 2.140000e+02 |    Inf 
221.00/221.05	o 209
221.00/221.05	c * 221s|102203 | 38018 | 32584 |   0.3 | 127M|1697 |   - |5645 |  10k|5645 | 205 |8649 |6147 |1302 | 0.000000e+00 | 2.090000e+02 |    Inf 
228.20/228.22	o 204
228.20/228.22	c * 228s|104277 | 38592 | 35384 |   0.3 | 133M|1697 |   - |5645 |  10k|5645 | 187 |9476 |6845 |1348 | 0.000000e+00 | 2.040000e+02 |    Inf 
236.19/236.23	o 194
236.19/236.23	c * 236s|106465 | 38089 | 39210 |   0.4 | 135M|1697 |   - |5645 |  10k|5645 | 206 |  10k|7753 |1371 | 0.000000e+00 | 1.940000e+02 |    Inf 
237.89/237.94	o 193
237.89/237.94	c * 238s|106965 | 38258 | 39778 |   0.4 | 136M|1697 |   - |5645 |  10k|5645 | 199 |  10k|7926 |1371 | 0.000000e+00 | 1.930000e+02 |    Inf 
243.59/243.60	o 188
243.59/243.60	c * 244s|108442 | 38005 | 42471 |   0.4 | 138M|1697 |   - |5645 |  10k|5645 | 197 |  11k|8788 |1394 | 0.000000e+00 | 1.880000e+02 |    Inf 
243.89/243.92	o 160
243.89/243.92	c * 244s|108512 | 30381 | 42652 |   0.4 | 114M|1697 |   - |5645 |  10k|5645 | 187 |  11k|8817 |1394 | 0.000000e+00 | 1.600000e+02 |    Inf 
248.90/248.99	c   249s|110000 | 31516 | 45544 |   0.4 | 120M|1697 |   0 |5645 |  10k|5645 | 192 |  12k|9388 |1427 | 0.000000e+00 | 1.600000e+02 |    Inf 
251.30/251.37	o 156
251.30/251.37	c * 251s|110641 | 30950 | 46812 |   0.4 | 119M|1697 |   - |5645 |  10k|5645 | 222 |  12k|9559 |1433 | 0.000000e+00 | 1.560000e+02 |    Inf 
261.89/261.98	o 155
261.89/261.98	c * 262s|113247 | 32297 | 52175 |   0.5 | 128M|1697 |   - |5645 |9164 |5645 | 216 |  14k|  10k|1463 | 0.000000e+00 | 1.550000e+02 |    Inf 
270.60/270.67	o 145
270.60/270.67	c * 271s|115531 | 30934 | 58570 |   0.5 | 130M|1697 |   - |5645 |9352 |5645 | 229 |  16k|  12k|1479 | 0.000000e+00 | 1.450000e+02 |    Inf 
277.00/277.02	o 144
277.00/277.02	c * 277s|117170 | 31725 | 63389 |   0.5 | 137M|1697 |   - |5645 |9250 |5645 | 216 |  17k|  13k|1512 | 0.000000e+00 | 1.440000e+02 |    Inf 
277.30/277.39	o 139
277.30/277.39	c * 277s|117255 | 30450 | 63663 |   0.5 | 134M|1697 |   - |5645 |9261 |5645 | 188 |  17k|  13k|1513 | 0.000000e+00 | 1.390000e+02 |    Inf 
283.00/283.08	o 127
283.00/283.08	c * 283s|118691 | 28402 | 66515 |   0.6 | 131M|1697 |   - |5645 |9333 |5645 | 215 |  18k|  14k|1515 | 0.000000e+00 | 1.270000e+02 |    Inf 
283.10/283.10	o 123
283.10/283.10	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
283.10/283.10	c * 283s|118693 | 27382 | 66522 |   0.6 | 127M|1697 |   - |5645 |9333 |5645 | 215 |  18k|  14k|1515 | 0.000000e+00 | 1.230000e+02 |    Inf 
288.40/288.41	c   288s|120000 | 28259 | 70032 |   0.6 | 133M|1697 |   0 |5645 |9472 |5645 | 186 |  19k|  14k|1516 | 0.000000e+00 | 1.230000e+02 |    Inf 
291.70/291.70	o 120
291.70/291.70	c * 292s|120677 | 27707 | 72264 |   0.6 | 134M|1697 |   - |5645 |9418 |5645 | 204 |  19k|  15k|1526 | 0.000000e+00 | 1.200000e+02 |    Inf 
291.70/291.72	o 103
291.70/291.72	c * 292s|120678 | 24193 | 72264 |   0.6 | 122M|1697 |   - |5645 |9418 |5645 | 204 |  19k|  15k|1526 | 0.000000e+00 | 1.030000e+02 |    Inf 
296.40/296.42	o 92
296.40/296.42	c * 296s|121838 | 20095 | 74980 |   0.6 | 107M|1697 |   - |5645 |9244 |5645 | 202 |  20k|  15k|1550 | 0.000000e+00 | 9.200000e+01 |    Inf 
331.20/331.27	c   331s|130000 | 24216 | 95456 |   0.7 | 143M|1697 |   1 |5645 |8260 |5645 | 193 |  26k|  21k|1764 | 0.000000e+00 | 9.200000e+01 |    Inf 
373.50/373.51	c   373s|140000 | 29115 |123602 |   0.9 | 188M|1697 |   0 |5645 |7993 |5645 | 244 |  34k|  28k|2044 | 0.000000e+00 | 9.200000e+01 |    Inf 
387.60/387.64	o 88
387.60/387.64	c * 388s|143379 | 29863 |132292 |   0.9 | 200M|1697 |   - |5645 |8603 |5645 | 211 |  36k|  30k|2129 | 0.000000e+00 | 8.800000e+01 |    Inf 
416.30/416.35	c   416s|150000 | 32992 |153918 |   1.0 | 233M|1697 |   - |5645 |8732 |   0 |   0 |  42k|  35k|2302 | 0.000000e+00 | 8.800000e+01 |    Inf 
425.41/425.44	o 71
425.41/425.44	c * 425s|152160 | 28546 |160256 |   1.1 | 215M|1697 |   - |5645 |8112 |5645 | 222 |  44k|  37k|2372 | 0.000000e+00 | 7.100000e+01 |    Inf 
456.40/456.46	c   456s|160000 | 31059 |185667 |   1.2 | 240M|1697 |   0 |5645 |7634 |5645 | 236 |  52k|  45k|2542 | 0.000000e+00 | 7.100000e+01 |    Inf 
463.50/463.53	o 65
463.50/463.53	c * 464s|161868 | 29255 |191276 |   1.2 | 229M|1697 |   - |5645 |7212 |5645 | 237 |  54k|  46k|2591 | 0.000000e+00 | 6.500000e+01 |    Inf 
472.70/472.79	o 62
472.70/472.79	c * 473s|164479 | 28974 |202184 |   1.2 | 232M|1697 |   - |5645 |6945 |5645 | 215 |  57k|  49k|2657 | 0.000000e+00 | 6.200000e+01 |    Inf 
478.50/478.50	o 61
478.50/478.50	c * 478s|165988 | 28998 |208596 |   1.3 | 236M|1697 |   - |5645 |6603 |5645 | 246 |  59k|  51k|2716 | 0.000000e+00 | 6.100000e+01 |    Inf 
492.00/492.09	c   492s|170000 | 29794 |222444 |   1.3 | 244M|1697 |   1 |5645 |7357 |5645 | 219 |  63k|  55k|2820 | 0.000000e+00 | 6.100000e+01 |    Inf 
494.71/494.70	o 51
494.71/494.70	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
494.71/494.70	c * 495s|170837 | 26891 |225435 |   1.3 | 222M|1697 |   - |5645 |7688 |5645 | 239 |  64k|  56k|2823 | 0.000000e+00 | 5.100000e+01 |    Inf 
498.10/498.12	o 47
498.10/498.12	c * 498s|171827 | 25947 |229455 |   1.3 | 218M|1697 |   - |5645 |6460 |5645 | 248 |  65k|  57k|2854 | 0.000000e+00 | 4.700000e+01 |    Inf 
511.90/511.92	o 39
511.90/511.92	c * 512s|176106 | 24124 |249588 |   1.4 | 207M|1697 |   - |5645 |6444 |5645 | 242 |  70k|  62k|3005 | 0.000000e+00 | 3.900000e+01 |    Inf 
523.01/523.07	c   523s|180000 | 24154 |268000 |   1.5 | 211M|1697 |   5 |5645 |7055 |5645 | 242 |  75k|  66k|3105 | 0.000000e+00 | 3.900000e+01 |    Inf 
529.90/529.96	o 35
529.90/529.96	c * 530s|182679 | 23280 |276909 |   1.5 | 205M|1697 |   - |5645 |7164 |5645 | 212 |  77k|  70k|3181 | 0.000000e+00 | 3.500000e+01 |    Inf 
546.81/546.87	c   547s|190000 | 23290 |300749 |   1.6 | 207M|1697 |   - |5645 |6743 |   0 |   0 |  82k|  79k|3302 | 0.000000e+00 | 3.500000e+01 |    Inf 
550.71/550.72	o 17
550.71/550.72	c * 551s|191828 | 19068 |306001 |   1.6 | 160M|1697 |   - |5645 |7432 |5645 | 247 |  83k|  81k|3342 | 0.000000e+00 | 1.700000e+01 |    Inf 
567.91/567.94	c   568s|200000 | 18080 |343374 |   1.7 | 160M|1697 |   - |5645 |7103 |   0 |   0 |  90k|  92k|3519 | 0.000000e+00 | 1.700000e+01 |    Inf 
582.61/582.66	o 16
582.61/582.66	c * 583s|207398 | 17486 |372036 |   1.8 | 160M|1697 |   - |5645 |8896 |5645 | 253 |  94k| 101k|3643 | 0.000000e+00 | 1.600000e+01 |    Inf 
582.71/582.73	o 15
582.71/582.73	c * 583s|207424 | 17343 |372072 |   1.8 | 157M|1697 |   - |5645 |8806 |5645 | 255 |  94k| 101k|3643 | 0.000000e+00 | 1.500000e+01 |    Inf 
583.70/583.71	o 11
583.70/583.71	c * 584s|207847 | 16426 |373860 |   1.8 | 146M|1697 |   - |5645 |8459 |5645 | 242 |  95k| 102k|3661 | 0.000000e+00 | 1.100000e+01 |    Inf 
588.30/588.30	c   588s|210000 | 16152 |384151 |   1.8 | 145M|1697 |   1 |5645 |6325 |5645 | 219 |  97k| 105k|3707 | 0.000000e+00 | 1.100000e+01 |    Inf 
590.11/590.16	o 8
590.11/590.16	c * 590s|211037 | 15463 |388612 |   1.8 | 140M|1697 |   - |5645 |7195 |5645 | 254 |  98k| 106k|3707 | 0.000000e+00 | 8.000000e+00 |    Inf 
590.11/590.16	o 6
590.11/590.16	c * 590s|211038 | 14690 |388612 |   1.8 | 133M|1697 |   - |5645 |7195 |5645 | 254 |  98k| 106k|3707 | 0.000000e+00 | 6.000000e+00 |    Inf 
591.31/591.38	o 4
591.31/591.38	c * 591s|211642 | 13870 |391834 |   1.9 | 126M|1697 |   - |5645 |7090 |5645 | 258 |  98k| 107k|3735 | 0.000000e+00 | 4.000000e+00 |    Inf 
606.01/606.04	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
606.01/606.04	c   606s|220000 | 13534 |430307 |   2.0 | 127M|1697 |   1 |5645 |  10k|5645 | 197 | 104k| 119k|3872 | 0.000000e+00 | 4.000000e+00 |    Inf 
625.11/625.12	c   625s|230000 | 13467 |485989 |   2.1 | 126M|1697 |   - |5645 |8627 |   0 |   0 | 113k| 133k|4037 | 0.000000e+00 | 4.000000e+00 |    Inf 
643.71/643.73	c   644s|240000 | 13235 |534211 |   2.2 | 126M|1697 |  17 |5645 |9330 |5645 | 243 | 119k| 146k|4265 | 0.000000e+00 | 4.000000e+00 |    Inf 
662.31/662.32	c   662s|250000 | 13000 |577596 |   2.3 | 127M|1697 |   1 |5645 |  10k|5645 | 204 | 126k| 158k|4455 | 0.000000e+00 | 4.000000e+00 |    Inf 
681.71/681.77	c   682s|260000 | 13048 |618139 |   2.4 | 129M|1697 |   1 |5645 |  13k|5645 | 266 | 132k| 171k|4576 | 0.000000e+00 | 4.000000e+00 |    Inf 
702.21/702.29	c   702s|270000 | 13089 |663947 |   2.5 | 130M|1697 |   - |5645 |  14k|   0 |   0 | 138k| 184k|4690 | 0.000000e+00 | 4.000000e+00 |    Inf 
722.91/722.92	c   723s|280000 | 13128 |708141 |   2.5 | 132M|1697 |  18 |5645 |  17k|5645 | 287 | 142k| 198k|4795 | 0.000000e+00 | 4.000000e+00 |    Inf 
730.81/730.82	o 2
730.81/730.82	c * 731s|283846 | 12071 |721629 |   2.5 | 125M|1697 |   - |5645 |  17k|5645 | 300 | 143k| 204k|4851 | 0.000000e+00 | 2.000000e+00 |    Inf 
743.31/743.35	c   743s|290000 | 12104 |748446 |   2.6 | 126M|1697 |   - |5645 |  17k|   0 |   0 | 145k| 213k|4911 | 0.000000e+00 | 2.000000e+00 |    Inf 
764.02/764.04	c   764s|300000 | 11982 |796158 |   2.7 | 124M|1697 |   - |5645 |  12k|   0 |   0 | 151k| 227k|5053 | 0.000000e+00 | 2.000000e+00 |    Inf 
783.61/783.69	c   784s|310000 | 11881 |839447 |   2.7 | 124M|1697 |   - |5645 |  13k|   0 |   0 | 155k| 241k|5183 | 0.000000e+00 | 2.000000e+00 |    Inf 
804.52/804.55	c   805s|320000 | 11911 |890209 |   2.8 | 126M|1697 |  10 |5645 |  16k|5645 | 231 | 163k| 254k|5293 | 0.000000e+00 | 2.000000e+00 |    Inf 
824.41/824.47	c   824s|330000 | 11950 |935017 |   2.8 | 127M|1697 |   1 |5645 |  18k|5645 | 267 | 169k| 268k|5397 | 0.000000e+00 | 2.000000e+00 |    Inf 
845.62/845.61	c   846s|340000 | 11853 |979581 |   2.9 | 125M|1697 |   - |5645 |  14k|   0 |   0 | 173k| 282k|5490 | 0.000000e+00 | 2.000000e+00 |    Inf 
864.81/864.89	c   865s|350000 | 11915 |  1025k|   2.9 | 126M|1697 |   1 |5645 |  15k|5645 | 254 | 179k| 295k|5619 | 0.000000e+00 | 2.000000e+00 |    Inf 
885.43/885.41	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
885.43/885.41	c   885s|360000 | 11880 |  1069k|   3.0 | 128M|1697 |   1 |5645 |  18k|5645 | 225 | 184k| 308k|5711 | 0.000000e+00 | 2.000000e+00 |    Inf 
907.72/907.72	c   908s|370000 | 11957 |  1114k|   3.0 | 131M|1697 |   - |5645 |  23k|   0 |   0 | 188k| 322k|5808 | 0.000000e+00 | 2.000000e+00 |    Inf 
931.82/931.81	c   932s|380000 | 12066 |  1161k|   3.1 | 132M|1697 |   1 |5645 |  23k|5645 | 230 | 194k| 335k|5894 | 0.000000e+00 | 2.000000e+00 |    Inf 
955.62/955.69	c   956s|390000 | 12071 |  1211k|   3.1 | 132M|1697 |   - |5645 |  22k|   0 |   0 | 198k| 349k|5989 | 0.000000e+00 | 2.000000e+00 |    Inf 
979.03/979.09	c   979s|400000 | 12156 |  1258k|   3.1 | 134M|1697 |   7 |5645 |  23k|5645 | 240 | 204k| 363k|6081 | 0.000000e+00 | 2.000000e+00 |    Inf 
1004.62/1004.69	c  1005s|410000 | 12183 |  1305k|   3.2 | 134M|1697 |   1 |5645 |  21k|5645 | 228 | 211k| 376k|6155 | 0.000000e+00 | 2.000000e+00 |    Inf 
1028.63/1028.65	c  1029s|420000 | 12105 |  1354k|   3.2 | 133M|1697 |   - |5645 |  18k|   0 |   0 | 217k| 391k|6260 | 0.000000e+00 | 2.000000e+00 |    Inf 
1050.02/1050.02	c  1050s|430000 | 12171 |  1397k|   3.2 | 135M|1697 |   1 |5645 |  21k|5645 | 257 | 221k| 405k|6326 | 0.000000e+00 | 2.000000e+00 |    Inf 
1072.33/1072.35	c  1072s|440000 | 12286 |  1437k|   3.3 | 137M|1697 |   - |5645 |  23k|   0 |   0 | 225k| 419k|6381 | 0.000000e+00 | 2.000000e+00 |    Inf 
1094.93/1094.90	c  1095s|450000 | 12333 |  1478k|   3.3 | 139M|1697 |   1 |5645 |  26k|5645 | 261 | 229k| 433k|6446 | 0.000000e+00 | 2.000000e+00 |    Inf 
1118.42/1118.50	c  1118s|460000 | 12406 |  1521k|   3.3 | 140M|1697 |   - |5645 |  25k|   0 |   0 | 233k| 447k|6528 | 0.000000e+00 | 2.000000e+00 |    Inf 
1142.83/1142.85	c  1143s|470000 | 12434 |  1561k|   3.3 | 141M|1697 |  10 |5645 |  25k|5645 | 247 | 237k| 461k|6595 | 0.000000e+00 | 2.000000e+00 |    Inf 
1166.73/1166.72	c  1167s|480000 | 12483 |  1603k|   3.3 | 142M|1697 |   - |5645 |  25k|   0 |   0 | 242k| 475k|6671 | 0.000000e+00 | 2.000000e+00 |    Inf 
1191.24/1191.30	c  1191s|490000 | 12452 |  1655k|   3.4 | 142M|1697 |   - |5645 |  24k|   0 |   0 | 248k| 490k|6755 | 0.000000e+00 | 2.000000e+00 |    Inf 
1214.53/1214.57	c  1215s|500000 | 12555 |  1705k|   3.4 | 143M|1697 |   - |5645 |  24k|5645 | 274 | 253k| 504k|6811 | 0.000000e+00 | 2.000000e+00 |    Inf 
1237.03/1237.02	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1237.03/1237.02	c  1237s|510000 | 12715 |  1750k|   3.4 | 146M|1697 |   - |5645 |  27k|   0 |   0 | 257k| 519k|6884 | 0.000000e+00 | 2.000000e+00 |    Inf 
1260.54/1260.59	c  1261s|520000 | 12708 |  1799k|   3.5 | 145M|1697 |   7 |5645 |  22k|5645 | 286 | 262k| 534k|6984 | 0.000000e+00 | 2.000000e+00 |    Inf 
1281.13/1281.13	c  1281s|530000 | 12493 |  1839k|   3.5 | 143M|1697 |   9 |5645 |  19k|5645 | 277 | 266k| 551k|7033 | 0.000000e+00 | 2.000000e+00 |    Inf 
1301.43/1301.46	c  1301s|540000 | 12334 |  1882k|   3.5 | 142M|1697 |   1 |5645 |  20k|5645 | 261 | 270k| 566k|7099 | 0.000000e+00 | 2.000000e+00 |    Inf 
1321.93/1321.96	c  1322s|550000 | 12295 |  1922k|   3.5 | 141M|1697 |   - |5645 |  19k|   0 |   0 | 275k| 581k|7160 | 0.000000e+00 | 2.000000e+00 |    Inf 
1343.64/1343.67	c  1344s|560000 | 12162 |  1965k|   3.5 | 140M|1697 |   - |5645 |  20k|   0 |   0 | 280k| 595k|7225 | 0.000000e+00 | 2.000000e+00 |    Inf 
1367.03/1367.00	c  1367s|570000 | 12134 |  2011k|   3.5 | 140M|1697 |   8 |5645 |  22k|5645 | 240 | 284k| 610k|7273 | 0.000000e+00 | 2.000000e+00 |    Inf 
1391.04/1391.07	c  1391s|580000 | 11986 |  2059k|   3.6 | 137M|1697 |   7 |5645 |  20k|5645 | 233 | 289k| 625k|7364 | 0.000000e+00 | 2.000000e+00 |    Inf 
1411.64/1411.68	c  1412s|590000 | 11533 |  2100k|   3.6 | 127M|1697 |  11 |5645 |  17k|5645 | 245 | 295k| 638k|7818 | 0.000000e+00 | 2.000000e+00 |    Inf 
1433.14/1433.19	c  1433s|600000 | 11574 |  2144k|   3.6 | 129M|1697 |   - |5645 |  21k|   0 |   0 | 303k| 652k|7881 | 0.000000e+00 | 2.000000e+00 |    Inf 
1457.14/1457.10	c  1457s|610000 | 11569 |  2188k|   3.6 | 129M|1697 |   - |5645 |  21k|   0 |   0 | 310k| 665k|7911 | 0.000000e+00 | 2.000000e+00 |    Inf 
1480.14/1480.19	c  1480s|620000 | 11538 |  2233k|   3.6 | 129M|1697 |  15 |5645 |  23k|5645 | 211 | 316k| 679k|7951 | 0.000000e+00 | 2.000000e+00 |    Inf 
1504.24/1504.20	c  1504s|630000 | 11638 |  2280k|   3.6 | 132M|1697 |   - |5645 |  27k|   0 |   0 | 323k| 693k|8028 | 0.000000e+00 | 2.000000e+00 |    Inf 
1529.04/1529.08	c  1529s|640000 | 11639 |  2326k|   3.6 | 133M|1697 |  19 |5645 |  27k|5645 | 239 | 329k| 707k|8089 | 0.000000e+00 | 2.000000e+00 |    Inf 
1553.04/1553.04	c  1553s|650000 | 11014 |  2374k|   3.7 | 124M|1697 |   5 |5645 |  16k|5645 | 224 | 336k| 721k|8192 | 0.000000e+00 | 2.000000e+00 |    Inf 
1573.84/1573.87	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1573.84/1573.87	c  1574s|660000 | 11073 |  2420k|   3.7 | 126M|1697 |   - |5645 |  21k|   0 |   0 | 342k| 734k|8242 | 0.000000e+00 | 2.000000e+00 |    Inf 
1596.65/1596.65	c  1597s|670000 | 11070 |  2475k|   3.7 | 127M|1697 |   1 |5645 |  22k|5645 | 240 | 349k| 747k|8283 | 0.000000e+00 | 2.000000e+00 |    Inf 
1619.85/1619.82	c  1620s|680000 | 10777 |  2529k|   3.7 | 125M|1697 |   - |5645 |  21k|   0 |   0 | 357k| 761k|8406 | 0.000000e+00 | 2.000000e+00 |    Inf 
1644.65/1644.65	c  1645s|690000 | 10561 |  2592k|   3.8 | 125M|1697 |   8 |5645 |  24k|5645 | 207 | 368k| 774k|8628 | 0.000000e+00 | 2.000000e+00 |    Inf 
1668.84/1668.80	c  1669s|700000 | 10644 |  2640k|   3.8 | 127M|1697 |   - |5645 |  26k|   0 |   0 | 374k| 787k|8832 | 0.000000e+00 | 2.000000e+00 |    Inf 
1692.34/1692.33	c  1692s|710000 | 10672 |  2681k|   3.8 | 128M|1697 |   - |5645 |  28k|   0 |   0 | 379k| 801k|8837 | 0.000000e+00 | 2.000000e+00 |    Inf 
1717.15/1717.13	c  1717s|720000 | 10784 |  2726k|   3.8 | 130M|1697 |   1 |5645 |  30k|5645 | 211 | 385k| 814k|8878 | 0.000000e+00 | 2.000000e+00 |    Inf 
1741.95/1741.92	c  1742s|730000 | 10869 |  2770k|   3.8 | 132M|1697 |  17 |5645 |  31k|5645 | 204 | 390k| 827k|8926 | 0.000000e+00 | 2.000000e+00 |    Inf 
1767.25/1767.21	c  1767s|740000 | 10731 |  2813k|   3.8 | 130M|1697 |   - |5645 |  28k|   0 |   0 | 395k| 841k|8999 | 0.000000e+00 | 2.000000e+00 |    Inf 
1790.05/1790.01	c 
1790.05/1790.01	c SCIP Status        : solving was interrupted [time limit reached]
1790.05/1790.01	c Solving Time (sec) : 1789.98
1790.05/1790.01	c Solving Nodes      : 749208
1790.05/1790.01	c Primal Bound       : +2.00000000000000e+00 (235 solutions)
1790.05/1790.01	c Dual Bound         : +0.00000000000000e+00
1790.05/1790.01	c Gap                : infinite
1790.05/1790.09	s SATISFIABLE
1790.05/1790.09	v -x231 -x230 -x229 -x228 -x227 -x226 -x225 -x224 -x223 x222 -x221 -x220 -x219 -x218 -x217 -x216 -x215 -x214 x213 -x212 -x211 -x210 
1790.05/1790.09	v -x209 x208 -x207 -x206 -x205 -x204 -x203 -x202 -x201 -x200 -x199 -x198 -x197 -x196 -x195 -x194 -x193 -x192 -x191 -x190 -x189 
1790.05/1790.09	v x188 -x187 -x186 -x185 -x184 -x183 -x182 -x181 -x180 -x179 -x178 -x177 -x176 -x175 x174 -x173 -x172 -x171 x170 -x169 -x168 
1790.05/1790.09	v -x167 -x166 -x165 -x164 -x163 -x162 -x161 -x160 -x159 -x158 -x157 -x156 x155 -x154 -x153 -x152 -x151 -x150 -x149 -x148 -x147 
1790.05/1790.09	v -x146 -x145 x144 -x143 -x142 x141 -x140 -x139 -x138 -x137 -x136 -x135 -x134 -x133 -x132 -x131 -x130 -x129 -x128 -x127 -x126 
1790.05/1790.09	v -x125 -x124 -x123 -x122 -x121 -x120 -x119 x118 -x117 -x116 -x115 -x114 -x113 -x112 -x111 -x110 -x109 -x108 -x107 -x106 x105 -x104 
1790.05/1790.09	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.05/1790.09	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.05/1790.09	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.05/1790.09	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.05/1790.09	v -x1 
1790.05/1790.09	c SCIP Status        : solving was interrupted [time limit reached]
1790.05/1790.09	c Solving Time       :    1789.98
1790.05/1790.09	c Original Problem   :
1790.05/1790.09	c   Problem name     : HOME/instance-2705020-1278576872.wbo
1790.05/1790.09	c   Variables        : 5645 (2938 binary, 0 integer, 2707 implicit integer, 0 continuous)
1790.05/1790.09	c   Constraints      : 5415 initial, 5415 maximal
1790.05/1790.09	c Presolved Problem  :
1790.05/1790.09	c   Problem name     : t_HOME/instance-2705020-1278576872.wbo
1790.05/1790.09	c   Variables        : 5645 (2938 binary, 0 integer, 2707 implicit integer, 0 continuous)
1790.05/1790.09	c   Constraints      : 5414 initial, 32272 maximal
1790.05/1790.09	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1790.05/1790.09	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1790.05/1790.09	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1790.05/1790.09	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1790.05/1790.09	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1790.05/1790.09	c   implics          :       0.00          0          0          0          0          0          0          0          0
1790.05/1790.09	c   probing          :       0.03          0          0          0          0          0          0          0          0
1790.05/1790.09	c   linear           :       0.02          0          0          0       2707          0          1          0          0
1790.05/1790.09	c   indicator        :       0.00          0          0          0          0          0          0          0          0
1790.05/1790.09	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1790.05/1790.09	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0
1790.05/1790.09	c   root node        :          -       5348          -          -       5348          -          -          -          -
1790.05/1790.09	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1790.05/1790.09	c   integral         :          0          0          0     526312          0         13        678          0          0     655392
1790.05/1790.09	c   linear           :       2707          6    3768532     197742          1     249900   16875694     402098          0          0
1790.05/1790.09	c   indicator        :       2707          0    3338189     195659          1       1058   10460221          0          0          0
1790.05/1790.09	c   logicor          :          0+         0    1071978          0          0      42682    1046019          0          0          0
1790.05/1790.09	c   bounddisjunction :          0+         0     406675          0          0        237       6706          0          0          0
1790.05/1790.09	c   countsols        :          0          0          0     139128          1          0          0          0          0          0
1790.05/1790.09	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1790.05/1790.09	c   integral         :      14.01       0.00       0.00      14.01       0.00
1790.05/1790.09	c   linear           :     191.75       0.00     173.05      18.69       0.00
1790.05/1790.09	c   indicator        :      99.10       0.02      58.85      40.23       0.00
1790.05/1790.09	c   logicor          :     218.36       0.00     218.36       0.00       0.00
1790.05/1790.09	c   bounddisjunction :       4.30       0.00       4.30       0.00       0.00
1790.05/1790.09	c   countsols        :       0.03       0.00       0.00       0.03       0.00
1790.05/1790.09	c Propagators        :       Time      Calls    Cutoffs    DomReds
1790.05/1790.09	c   vbounds          :       0.99      89534          0      20303
1790.05/1790.09	c   rootredcost      :       0.60         47          0       2674
1790.05/1790.09	c   pseudoobj        :     159.05    3787276      18118    8955321
1790.05/1790.09	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1790.05/1790.09	c   propagation      :      19.55     310937     310820    1884992       27.1       9509       25.2          -
1790.05/1790.09	c   infeasible LP    :       6.68      18131      18131     142797       39.8        292       19.3          0
1790.05/1790.09	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1790.05/1790.09	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1790.05/1790.09	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1790.05/1790.09	c   applied globally :          -          -          -     853376       22.4          -          -          -
1790.05/1790.09	c   applied locally  :          -          -          -          0        0.0          -          -          -
1790.05/1790.09	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1790.05/1790.09	c   cut pool         :       0.00          3          -          -          1          -    (maximal pool size: 73)
1790.05/1790.09	c   redcost          :      60.39     535395          0    1647483          0          0
1790.05/1790.09	c   impliedbounds    :       0.00          4          0          0          0          0
1790.05/1790.09	c   intobj           :       0.00          0          0          0          0          0
1790.05/1790.09	c   cgmip            :       0.00          0          0          0          0          0
1790.05/1790.09	c   gomory           :       0.01          4          0          0        230          0
1790.05/1790.09	c   strongcg         :       0.01          4          0          0        215          0
1790.05/1790.09	c   cmir             :       0.01          4          0          0          0          0
1790.05/1790.09	c   flowcover        :       0.02          4          0          0          0          0
1790.05/1790.09	c   clique           :       0.00          1          0          0          0          0
1790.05/1790.09	c   zerohalf         :       0.00          0          0          0          0          0
1790.05/1790.09	c   mcf              :       0.00          1          0          0          0          0
1790.05/1790.09	c   rapidlearning    :       0.17          1          0          0          0          0
1790.05/1790.09	c Pricers            :       Time      Calls       Vars
1790.05/1790.09	c   problem variables:       0.00          0          0
1790.05/1790.09	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1790.05/1790.09	c   relpscost        :      13.60     328275         13        678          0          0     655392
1790.05/1790.09	c   pscost           :       0.00          0          0          0          0          0          0
1790.05/1790.09	c   inference        :      83.98     139082          0          0          0          0     278658
1790.05/1790.09	c   mostinf          :       0.00          0          0          0          0          0          0
1790.05/1790.09	c   leastinf         :       0.00          0          0          0          0          0          0
1790.05/1790.09	c   fullstrong       :       0.00          0          0          0          0          0          0
1790.05/1790.09	c   allfullstrong    :       0.00          0          0          0          0          0          0
1790.05/1790.09	c   random           :       0.00          0          0          0          0          0          0
1790.05/1790.09	c Primal Heuristics  :       Time      Calls      Found
1790.05/1790.09	c   LP solutions     :       0.30          -         47
1790.05/1790.09	c   pseudo solutions :       0.00          -          0
1790.05/1790.09	c   feaspump         :       0.00          0          0
1790.05/1790.09	c   intshifting      :       0.01          0          0
1790.05/1790.09	c   oneopt           :       0.46         45          0
1790.05/1790.09	c   guideddiving     :       0.07         24          0
1790.05/1790.09	c   coefdiving       :       0.31        148          0
1790.05/1790.09	c   pscostdiving     :       0.29        148          0
1790.05/1790.09	c   fracdiving       :       0.28        148          0
1790.05/1790.09	c   linesearchdiving :       0.29        148          0
1790.05/1790.09	c   veclendiving     :       0.28        149          0
1790.05/1790.09	c   crossover        :       2.90         66          3
1790.05/1790.09	c   rootsoldiving    :       0.31        146          0
1790.05/1790.09	c   objpscostdiving  :       0.30        146          0
1790.05/1790.09	c   trivial          :       0.07          2          2
1790.05/1790.09	c   simplerounding   :       0.65     330662          0
1790.05/1790.09	c   zirounding       :       0.53       1000          0
1790.05/1790.09	c   rounding         :       1.41       8110          0
1790.05/1790.09	c   shifting         :       0.76       2501          0
1790.05/1790.09	c   twoopt           :       0.00          0          0
1790.05/1790.09	c   fixandinfer      :       0.00          0          0
1790.05/1790.09	c   intdiving        :       0.00          0          0
1790.05/1790.09	c   actconsdiving    :       0.00          0          0
1790.05/1790.09	c   octane           :       0.00          0          0
1790.05/1790.09	c   rens             :       0.03          1          0
1790.05/1790.09	c   rins             :       0.00          0          0
1790.05/1790.09	c   localbranching   :       0.00          0          0
1790.05/1790.09	c   mutation         :       0.00          0          0
1790.05/1790.09	c   dins             :       0.00          0          0
1790.05/1790.09	c   undercover       :       0.00          0          0
1790.05/1790.09	c   nlp              :       0.16          0          0
1790.05/1790.09	c   trysol           :       0.52        514        183
1790.05/1790.09	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1790.05/1790.09	c   primal LP        :       0.00          0          0       0.00          -
1790.05/1790.09	c   dual LP          :     442.03     417092    2861833       6.86    6474.29
1790.05/1790.09	c   lex dual LP      :       0.00          0          0       0.00          -
1790.05/1790.09	c   barrier LP       :       0.00          0          0       0.00          -
1790.05/1790.09	c   diving/probing LP:       0.12         61        810      13.28    7014.14
1790.05/1790.09	c   strong branching :      11.01       9046      97939      10.83    8892.57
1790.05/1790.09	c     (at root node) :          -         32       1047      32.72          -
1790.05/1790.09	c   conflict analysis:       0.00          0          0       0.00          -
1790.05/1790.09	c B&B Tree           :
1790.05/1790.09	c   number of runs   :          1
1790.05/1790.09	c   nodes            :     749208
1790.05/1790.09	c   nodes (total)    :     749208
1790.05/1790.09	c   nodes left       :      10709
1790.05/1790.09	c   max depth        :       1697
1790.05/1790.09	c   max depth (total):       1697
1790.05/1790.09	c   backtracks       :      62349 (8.3%)
1790.05/1790.09	c   delayed cutoffs  :      55762
1790.05/1790.09	c   repropagations   :    1672903 (6566388 domain reductions, 47706 cutoffs)
1790.05/1790.09	c   avg switch length:       6.11
1790.05/1790.09	c   switching time   :     245.48
1790.05/1790.09	c Solution           :
1790.05/1790.09	c   Solutions found  :        235 (48 improvements)
1790.05/1790.09	c   First Solution   : +1.35279000000000e+05   (in run 1, after 0 nodes, 0.02 seconds, depth 0, found by <trivial>)
1790.05/1790.09	c   Primal Bound     : +2.00000000000000e+00   (in run 1, after 283846 nodes, 730.79 seconds, depth 49, found by <relaxation>)
1790.05/1790.09	c   Dual Bound       : +0.00000000000000e+00
1790.05/1790.09	c   Gap              :   infinite
1790.05/1790.09	c   Root Dual Bound  : +0.00000000000000e+00
1790.05/1790.09	c   Root Iterations  :        184
1790.25/1790.23	c Time complete: 1790.28.

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-2705020-1278576872/watcher-2705020-1278576872 -o /tmp/evaluation-result-2705020-1278576872/solver-2705020-1278576872 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2705020-1278576872.wbo -t 1800 -m 3800 

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 1.91 4/177 19467
/proc/meminfo: memFree=29910380/32950928 swapFree=67111528/67111528
[pid=19467] ppid=19465 vsize=12512 CPUtime=0
/proc/19467/stat : 19467 (pbscip.linux.x8) R 19465 19467 18986 0 -1 4202496 1976 0 0 0 0 0 0 0 22 0 1 0 25834434 12812288 1895 4089446400 4194304 10345943 140735199365600 18446744073709551615 9107500 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/19467/statm: 3128 1895 429 1502 0 1621 0

[startup+0.0634529 s]
/proc/loadavg: 2.00 2.00 1.91 4/177 19467
/proc/meminfo: memFree=29910380/32950928 swapFree=67111528/67111528
[pid=19467] ppid=19465 vsize=38020 CPUtime=0.05
/proc/19467/stat : 19467 (pbscip.linux.x8) R 19465 19467 18986 0 -1 4202496 8449 0 0 0 5 0 0 0 22 0 1 0 25834434 38932480 8014 4089446400 4194304 10345943 140735199365600 18446744073709551615 4453861 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/19467/statm: 9505 8014 509 1502 0 7998 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 38020

[startup+0.100447 s]
/proc/loadavg: 2.00 2.00 1.91 4/177 19467
/proc/meminfo: memFree=29910380/32950928 swapFree=67111528/67111528
[pid=19467] ppid=19465 vsize=38020 CPUtime=0.09
/proc/19467/stat : 19467 (pbscip.linux.x8) R 19465 19467 18986 0 -1 4202496 8449 0 0 0 9 0 0 0 22 0 1 0 25834434 38932480 8014 4089446400 4194304 10345943 140735199365600 18446744073709551615 4246683 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/19467/statm: 9505 8014 509 1502 0 7998 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 38020

[startup+0.300421 s]
/proc/loadavg: 2.00 2.00 1.91 4/177 19467
/proc/meminfo: memFree=29910380/32950928 swapFree=67111528/67111528
[pid=19467] ppid=19465 vsize=70104 CPUtime=0.29
/proc/19467/stat : 19467 (pbscip.linux.x8) R 19465 19467 18986 0 -1 4202496 16227 0 0 0 28 1 0 0 22 0 1 0 25834434 71786496 15792 4089446400 4194304 10345943 140735199365600 18446744073709551615 6002282 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/19467/statm: 17526 15792 632 1502 0 16019 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 70104

[startup+0.700331 s]
/proc/loadavg: 2.00 2.00 1.91 4/177 19467
/proc/meminfo: memFree=29910380/32950928 swapFree=67111528/67111528
[pid=19467] ppid=19465 vsize=65264 CPUtime=0.69
/proc/19467/stat : 19467 (pbscip.linux.x8) R 19465 19467 18986 0 -1 4202496 16893 0 0 0 67 2 0 0 24 0 1 0 25834434 66830336 15053 4089446400 4194304 10345943 140735199365600 18446744073709551615 6847565 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/19467/statm: 16316 15053 751 1502 0 14809 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 65264

[startup+1.50118 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 19468
/proc/meminfo: memFree=29852144/32950928 swapFree=67111528/67111528
[pid=19467] ppid=19465 vsize=65264 CPUtime=1.49
/proc/19467/stat : 19467 (pbscip.linux.x8) R 19465 19467 18986 0 -1 4202496 16895 0 0 0 147 2 0 0 25 0 1 0 25834434 66830336 15055 4089446400 4194304 10345943 140735199365600 18446744073709551615 4454103 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/19467/statm: 16316 15055 753 1502 0 14809 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 65264

[startup+3.10088 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 19468
/proc/meminfo: memFree=29851896/32950928 swapFree=67111528/67111528
[pid=19467] ppid=19465 vsize=65264 CPUtime=3.09
/proc/19467/stat : 19467 (pbscip.linux.x8) R 19465 19467 18986 0 -1 4202496 16897 0 0 0 307 2 0 0 25 0 1 0 25834434 66830336 15057 4089446400 4194304 10345943 140735199365600 18446744073709551615 6307378 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/19467/statm: 16316 15057 754 1502 0 14809 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 65264

[startup+6.30026 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 19468
/proc/meminfo: memFree=29851108/32950928 swapFree=67111528/67111528
[pid=19467] ppid=19465 vsize=65264 CPUtime=6.29
/proc/19467/stat : 19467 (pbscip.linux.x8) R 19465 19467 18986 0 -1 4202496 19276 0 0 0 626 3 0 0 25 0 1 0 25834434 66830336 15084 4089446400 4194304 10345943 140735199365600 18446744073709551615 5012596 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/19467/statm: 16316 15084 754 1502 0 14809 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 65264

[startup+12.7011 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 19468
/proc/meminfo: memFree=29847272/32950928 swapFree=67111528/67111528
[pid=19467] ppid=19465 vsize=67296 CPUtime=12.69
/proc/19467/stat : 19467 (pbscip.linux.x8) R 19465 19467 18986 0 -1 4202496 22423 0 0 0 1265 4 0 0 25 0 1 0 25834434 68911104 15604 4089446400 4194304 10345943 140735199365600 18446744073709551615 4749665 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/19467/statm: 16824 15604 754 1502 0 15317 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 67296

[startup+25.5006 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 19468
/proc/meminfo: memFree=29831412/32950928 swapFree=67111528/67111528
[pid=19467] ppid=19465 vsize=81936 CPUtime=25.49
/proc/19467/stat : 19467 (pbscip.linux.x8) R 19465 19467 18986 0 -1 4202496 35150 0 0 0 2542 7 0 0 25 0 1 0 25834434 83902464 18995 4089446400 4194304 10345943 140735199365600 18446744073709551615 4695997 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/19467/statm: 20484 18995 762 1502 0 18977 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 81936

[startup+51.1007 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 19468
/proc/meminfo: memFree=29790952/32950928 swapFree=67111528/67111528
[pid=19467] ppid=19465 vsize=109856 CPUtime=51.09
/proc/19467/stat : 19467 (pbscip.linux.x8) R 19465 19467 18986 0 -1 4202496 46925 0 0 0 5097 12 0 0 25 0 1 0 25834434 112492544 26138 4089446400 4194304 10345943 140735199365600 18446744073709551615 4696431 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/19467/statm: 27464 26138 762 1502 0 25957 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 109856

[startup+102.307 s]
/proc/loadavg: 2.05 2.01 1.92 3/178 19470
/proc/meminfo: memFree=29722948/32950928 swapFree=67111528/67111528
[pid=19467] ppid=19465 vsize=161648 CPUtime=102.3
/proc/19467/stat : 19467 (pbscip.linux.x8) R 19465 19467 18986 0 -1 4202496 64434 0 0 0 10211 19 0 0 25 0 1 0 25834434 165527552 39074 4089446400 4194304 10345943 140735199365600 18446744073709551615 6119704 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/19467/statm: 40412 39074 762 1502 0 38905 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 161648

[startup+162.301 s]
/proc/loadavg: 2.02 2.01 1.92 3/178 19472
/proc/meminfo: memFree=29634624/32950928 swapFree=67111528/67111528
[pid=19467] ppid=19465 vsize=231688 CPUtime=162.3
/proc/19467/stat : 19467 (pbscip.linux.x8) R 19465 19467 18986 0 -1 4202496 90714 0 0 0 16202 28 0 0 25 0 1 0 25834434 237248512 56182 4089446400 4194304 10345943 140735199365600 18446744073709551615 6119744 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/19467/statm: 57922 56182 762 1502 0 56415 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 231688

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 1.92 3/178 19474
/proc/meminfo: memFree=29549524/32950928 swapFree=67111528/67111528
[pid=19467] ppid=19465 vsize=296600 CPUtime=222.3
/proc/19467/stat : 19467 (pbscip.linux.x8) R 19465 19467 18986 0 -1 4202496 142214 0 0 0 22188 42 0 0 25 0 1 0 25834434 303718400 72146 4089446400 4194304 10345943 140735199365600 18446744073709551615 6847553 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/19467/statm: 74150 72146 762 1502 0 72643 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 296600

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 1.92 3/178 19474
/proc/meminfo: memFree=29445688/32950928 swapFree=67111528/67111528
[pid=19467] ppid=19465 vsize=383036 CPUtime=282.29
/proc/19467/stat : 19467 (pbscip.linux.x8) R 19465 19467 18986 0 -1 4202496 221578 0 0 0 28169 60 0 0 25 0 1 0 25834434 392228864 92958 4089446400 4194304 10345943 140735199365600 18446744073709551615 6519424 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/19467/statm: 95759 92958 762 1502 0 94252 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 383036

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/178 19476
/proc/meminfo: memFree=29331672/32950928 swapFree=67111528/67111528
[pid=19467] ppid=19465 vsize=482028 CPUtime=342.3
/proc/19467/stat : 19467 (pbscip.linux.x8) R 19465 19467 18986 0 -1 4202496 282255 0 0 0 34156 74 0 0 25 0 1 0 25834434 493596672 116250 4089446400 4194304 10345943 140735199365600 18446744073709551615 4882236 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/19467/statm: 120507 116250 763 1502 0 119000 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 482028

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 1.92 3/178 19478
/proc/meminfo: memFree=29218544/32950928 swapFree=67111528/67111528
[pid=19467] ppid=19465 vsize=584400 CPUtime=402.3
/proc/19467/stat : 19467 (pbscip.linux.x8) R 19465 19467 18986 0 -1 4202496 319629 0 0 0 40145 85 0 0 25 0 1 0 25834434 598425600 139094 4089446400 4194304 10345943 140735199365600 18446744073709551615 6068924 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/19467/statm: 146100 139094 767 1502 0 144593 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 584400

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/178 19480
/proc/meminfo: memFree=29119672/32950928 swapFree=67111528/67111528
[pid=19467] ppid=19465 vsize=670848 CPUtime=462.3
/proc/19467/stat : 19467 (pbscip.linux.x8) R 19465 19467 18986 0 -1 4202496 349710 0 0 0 46134 96 0 0 25 0 1 0 25834434 686948352 158364 4089446400 4194304 10345943 140735199365600 18446744073709551615 5614700 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/19467/statm: 167712 158364 767 1502 0 166205 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 670848

[startup+522.301 s]
/proc/loadavg: 2.03 2.01 1.93 3/178 19481
/proc/meminfo: memFree=29058228/32950928 swapFree=67111528/67111528
[pid=19467] ppid=19465 vsize=712332 CPUtime=522.31
/proc/19467/stat : 19467 (pbscip.linux.x8) R 19465 19467 18986 0 -1 4202496 408717 0 0 0 52121 110 0 0 25 0 1 0 25834434 729427968 168178 4089446400 4194304 10345943 140735199365600 18446744073709551615 6802931 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/19467/statm: 178083 168178 774 1502 0 176576 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 712332

[startup+582.301 s]
/proc/loadavg: 2.01 2.01 1.93 3/178 19482
/proc/meminfo: memFree=29031268/32950928 swapFree=67111528/67111528
[pid=19467] ppid=19465 vsize=721980 CPUtime=582.31
/proc/19467/stat : 19467 (pbscip.linux.x8) R 19465 19467 18986 0 -1 4202496 438938 0 0 0 58110 121 0 0 25 0 1 0 25834434 739307520 170416 4089446400 4194304 10345943 140735199365600 18446744073709551615 5012587 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/19467/statm: 180495 170416 775 1502 0 178988 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 721980

[startup+642.301 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 19484
/proc/meminfo: memFree=29005812/32950928 swapFree=67111528/67111528
[pid=19467] ppid=19465 vsize=722108 CPUtime=642.31
/proc/19467/stat : 19467 (pbscip.linux.x8) R 19465 19467 18986 0 -1 4202496 478847 0 0 0 64096 135 0 0 25 0 1 0 25834434 739438592 170448 4089446400 4194304 10345943 140735199365600 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/19467/statm: 180527 170448 775 1502 0 179020 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 722108

[startup+702.301 s]

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

/proc/meminfo: memFree=28855956/32950928 swapFree=67111528/67111528
[pid=19467] ppid=19465 vsize=731228 CPUtime=1062.33
/proc/19467/stat : 19467 (pbscip.linux.x8) R 19465 19467 18986 0 -1 4202496 506100 0 0 0 106036 197 0 0 25 0 1 0 25834434 748777472 172855 4089446400 4194304 10345943 140735199365600 18446744073709551615 9138281 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/19467/statm: 182807 172855 776 1502 0 181300 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 731228

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 19501
/proc/meminfo: memFree=28829872/32950928 swapFree=67111528/67111528
[pid=19467] ppid=19465 vsize=735728 CPUtime=1122.33
/proc/19467/stat : 19467 (pbscip.linux.x8) R 19465 19467 18986 0 -1 4202496 507160 0 0 0 112029 204 0 0 25 0 1 0 25834434 753385472 173915 4089446400 4194304 10345943 140735199365600 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/19467/statm: 183932 173915 776 1502 0 182425 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 735728

[startup+1182.3 s]
/proc/loadavg: 2.04 2.01 1.94 3/178 19501
/proc/meminfo: memFree=28808000/32950928 swapFree=67111528/67111528
[pid=19467] ppid=19465 vsize=736864 CPUtime=1182.33
/proc/19467/stat : 19467 (pbscip.linux.x8) R 19465 19467 18986 0 -1 4202496 507489 0 0 0 118022 211 0 0 25 0 1 0 25834434 754548736 174244 4089446400 4194304 10345943 140735199365600 18446744073709551615 4962578 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/19467/statm: 184216 174244 776 1502 0 182709 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 736864

[startup+1242.3 s]
/proc/loadavg: 2.01 2.01 1.94 3/178 19503
/proc/meminfo: memFree=28670816/32950928 swapFree=67111528/67111528
[pid=19467] ppid=19465 vsize=739928 CPUtime=1242.33
/proc/19467/stat : 19467 (pbscip.linux.x8) R 19465 19467 18986 0 -1 4202496 512390 0 0 0 124011 222 0 0 25 0 1 0 25834434 757686272 174826 4089446400 4194304 10345943 140735199365600 18446744073709551615 4969002 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/19467/statm: 184982 174826 787 1502 0 183475 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 739928

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 19505
/proc/meminfo: memFree=28668640/32950928 swapFree=67111528/67111528
[pid=19467] ppid=19465 vsize=741212 CPUtime=1302.34
/proc/19467/stat : 19467 (pbscip.linux.x8) R 19465 19467 18986 0 -1 4202496 512892 0 0 0 130005 229 0 0 25 0 1 0 25834434 759001088 175328 4089446400 4194304 10345943 140735199365600 18446744073709551615 6519444 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/19467/statm: 185303 175328 787 1502 0 183796 0
Current children cumulated CPU time (s) 1302.34
Current children cumulated vsize (KiB) 741212

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 19507
/proc/meminfo: memFree=28669068/32950928 swapFree=67111528/67111528
[pid=19467] ppid=19465 vsize=741212 CPUtime=1362.34
/proc/19467/stat : 19467 (pbscip.linux.x8) R 19465 19467 18986 0 -1 4202496 512896 0 0 0 135999 235 0 0 25 0 1 0 25834434 759001088 175332 4089446400 4194304 10345943 140735199365600 18446744073709551615 4706214 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/19467/statm: 185303 175332 787 1502 0 183796 0
Current children cumulated CPU time (s) 1362.34
Current children cumulated vsize (KiB) 741212

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 19509
/proc/meminfo: memFree=28669008/32950928 swapFree=67111528/67111528
[pid=19467] ppid=19465 vsize=741212 CPUtime=1422.35
/proc/19467/stat : 19467 (pbscip.linux.x8) R 19465 19467 18986 0 -1 4202496 512900 0 0 0 141990 245 0 0 25 0 1 0 25834434 759001088 175336 4089446400 4194304 10345943 140735199365600 18446744073709551615 6803071 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/19467/statm: 185303 175336 787 1502 0 183796 0
Current children cumulated CPU time (s) 1422.35
Current children cumulated vsize (KiB) 741212

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 19510
/proc/meminfo: memFree=29196448/32950928 swapFree=67111528/67111528
[pid=19467] ppid=19465 vsize=741212 CPUtime=1482.34
/proc/19467/stat : 19467 (pbscip.linux.x8) R 19465 19467 18986 0 -1 4202496 512907 0 0 0 147978 256 0 0 25 0 1 0 25834434 759001088 175343 4089446400 4194304 10345943 140735199365600 18446744073709551615 5085381 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/19467/statm: 185303 175343 787 1502 0 183796 0
Current children cumulated CPU time (s) 1482.34
Current children cumulated vsize (KiB) 741212

[startup+1542.3 s]
/proc/loadavg: 2.12 2.03 1.95 3/178 19539
/proc/meminfo: memFree=29547860/32950928 swapFree=67111528/67111528
[pid=19467] ppid=19465 vsize=741212 CPUtime=1542.34
/proc/19467/stat : 19467 (pbscip.linux.x8) R 19465 19467 18986 0 -1 4202496 512907 0 0 0 153970 264 0 0 25 0 1 0 25834434 759001088 175343 4089446400 4194304 10345943 140735199365600 18446744073709551615 4995709 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/19467/statm: 185303 175343 787 1502 0 183796 0
Current children cumulated CPU time (s) 1542.34
Current children cumulated vsize (KiB) 741212

[startup+1602.3 s]
/proc/loadavg: 2.04 2.02 1.95 3/178 19541
/proc/meminfo: memFree=29436340/32950928 swapFree=67111528/67111528
[pid=19467] ppid=19465 vsize=741212 CPUtime=1602.34
/proc/19467/stat : 19467 (pbscip.linux.x8) R 19465 19467 18986 0 -1 4202496 512907 0 0 0 159963 271 0 0 25 0 1 0 25834434 759001088 175343 4089446400 4194304 10345943 140735199365600 18446744073709551615 6119770 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/19467/statm: 185303 175343 787 1502 0 183796 0
Current children cumulated CPU time (s) 1602.34
Current children cumulated vsize (KiB) 741212

[startup+1662.3 s]
/proc/loadavg: 2.01 2.02 1.95 3/178 19543
/proc/meminfo: memFree=29417816/32950928 swapFree=67111528/67111528
[pid=19467] ppid=19465 vsize=759824 CPUtime=1662.34
/proc/19467/stat : 19467 (pbscip.linux.x8) R 19465 19467 18986 0 -1 4202496 516991 0 0 0 165954 280 0 0 25 0 1 0 25834434 778059776 179427 4089446400 4194304 10345943 140735199365600 18446744073709551615 4966819 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/19467/statm: 189956 179427 787 1502 0 188449 0
Current children cumulated CPU time (s) 1662.34
Current children cumulated vsize (KiB) 759824

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 1.95 3/178 19544
/proc/meminfo: memFree=29417768/32950928 swapFree=67111528/67111528
[pid=19467] ppid=19465 vsize=759824 CPUtime=1722.35
/proc/19467/stat : 19467 (pbscip.linux.x8) R 19465 19467 18986 0 -1 4202496 516991 0 0 0 171949 286 0 0 25 0 1 0 25834434 778059776 179427 4089446400 4194304 10345943 140735199365600 18446744073709551615 6713063 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/19467/statm: 189956 179427 787 1502 0 188449 0
Current children cumulated CPU time (s) 1722.35
Current children cumulated vsize (KiB) 759824

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 1.95 3/178 19545
/proc/meminfo: memFree=29406048/32950928 swapFree=67111528/67111528
[pid=19467] ppid=19465 vsize=759824 CPUtime=1782.35
/proc/19467/stat : 19467 (pbscip.linux.x8) R 19465 19467 18986 0 -1 4202496 516991 0 0 0 177940 295 0 0 25 0 1 0 25834434 778059776 179427 4089446400 4194304 10345943 140735199365600 18446744073709551615 9113898 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/19467/statm: 189956 179427 787 1502 0 188449 0
Current children cumulated CPU time (s) 1782.35
Current children cumulated vsize (KiB) 759824

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

[startup+1785.5 s]
/proc/loadavg: 2.00 2.01 1.95 3/178 19545
/proc/meminfo: memFree=29403940/32950928 swapFree=67111528/67111528
[pid=19467] ppid=19465 vsize=759824 CPUtime=1785.55
/proc/19467/stat : 19467 (pbscip.linux.x8) R 19465 19467 18986 0 -1 4202496 516991 0 0 0 178260 295 0 0 25 0 1 0 25834434 778059776 179427 4089446400 4194304 10345943 140735199365600 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/19467/statm: 189956 179427 787 1502 0 188449 0
Current children cumulated CPU time (s) 1785.55
Current children cumulated vsize (KiB) 759824

[startup+1788.7 s]
/proc/loadavg: 2.00 2.01 1.95 3/178 19546
/proc/meminfo: memFree=29402452/32950928 swapFree=67111528/67111528
[pid=19467] ppid=19465 vsize=759824 CPUtime=1788.75
/proc/19467/stat : 19467 (pbscip.linux.x8) R 19465 19467 18986 0 -1 4202496 516991 0 0 0 178580 295 0 0 25 0 1 0 25834434 778059776 179427 4089446400 4194304 10345943 140735199365600 18446744073709551615 5005929 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/19467/statm: 189956 179427 787 1502 0 188449 0
Current children cumulated CPU time (s) 1788.75
Current children cumulated vsize (KiB) 759824

[startup+1789.5 s]
/proc/loadavg: 2.00 2.01 1.95 3/178 19546
/proc/meminfo: memFree=29402452/32950928 swapFree=67111528/67111528
[pid=19467] ppid=19465 vsize=759824 CPUtime=1789.55
/proc/19467/stat : 19467 (pbscip.linux.x8) R 19465 19467 18986 0 -1 4202496 516991 0 0 0 178660 295 0 0 25 0 1 0 25834434 778059776 179427 4089446400 4194304 10345943 140735199365600 18446744073709551615 5085399 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/19467/statm: 189956 179427 787 1502 0 188449 0
Current children cumulated CPU time (s) 1789.55
Current children cumulated vsize (KiB) 759824

[startup+1789.9 s]
/proc/loadavg: 2.00 2.01 1.95 3/178 19546
/proc/meminfo: memFree=29402324/32950928 swapFree=67111528/67111528
[pid=19467] ppid=19465 vsize=759824 CPUtime=1789.95
/proc/19467/stat : 19467 (pbscip.linux.x8) R 19465 19467 18986 0 -1 4202496 516991 0 0 0 178700 295 0 0 25 0 1 0 25834434 778059776 179427 4089446400 4194304 10345943 140735199365600 18446744073709551615 4469734 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/19467/statm: 189956 179427 787 1502 0 188449 0
Current children cumulated CPU time (s) 1789.95
Current children cumulated vsize (KiB) 759824

[startup+1790.1 s]
/proc/loadavg: 2.00 2.01 1.95 3/178 19546
/proc/meminfo: memFree=29402324/32950928 swapFree=67111528/67111528
[pid=19467] ppid=19465 vsize=759824 CPUtime=1790.15
/proc/19467/stat : 19467 (pbscip.linux.x8) R 19465 19467 18986 0 -1 4202496 516995 0 0 0 178720 295 0 0 18 0 1 0 25834434 778059776 179431 4089446400 4194304 10345943 140735199365600 18446744073709551615 5088312 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/19467/statm: 189956 179431 788 1502 0 188449 0
Current children cumulated CPU time (s) 1790.15
Current children cumulated vsize (KiB) 759824

[startup+1790.2 s]
/proc/loadavg: 2.00 2.01 1.95 3/178 19546
/proc/meminfo: memFree=29402324/32950928 swapFree=67111528/67111528
[pid=19467] ppid=19465 vsize=758284 CPUtime=1790.25
/proc/19467/stat : 19467 (pbscip.linux.x8) R 19465 19467 18986 0 -1 4202496 516995 0 0 0 178730 295 0 0 18 0 1 0 25834434 776482816 179275 4089446400 4194304 10345943 140735199365600 18446744073709551615 9113898 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/19467/statm: 189571 179275 788 1502 0 188064 0
Current children cumulated CPU time (s) 1790.25
Current children cumulated vsize (KiB) 758284

Child status: 0
Real time (s): 1790.23
CPU time (s): 1790.29
CPU user time (s): 1787.31
CPU system time (s): 2.98355
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 759824

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1787.31
system time used= 2.98355
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 516998
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= 4
involuntary context switches= 4038

runsolver used 3.15052 second user time and 6.37603 second system time

The end

Launcher Data

Begin job on node115 at 2010-07-08 10:14:32
IDJOB=2705020
IDBENCH=79263
IDSOLVER=1214
FILE ID=node115/2705020-1278576872
PBS_JOBID= 11240224
Free space on /tmp= 73616 MiB

SOLVER NAME= SCIPclp SCIP 1.2.1.3 with Clp 1.11.1 (Release Version) as LP solver
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900568706--soft-0-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-2705020-1278576872/watcher-2705020-1278576872 -o /tmp/evaluation-result-2705020-1278576872/solver-2705020-1278576872 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2705020-1278576872.wbo -t 1800 -m 3800

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

MD5SUM BENCH= 6afd7eef78419a10c166bbe4bb320384
RANDOM SEED=802613246

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.812
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.812
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      29911156 kB
Buffers:        146744 kB
Cached:        2156564 kB
SwapCached:          0 kB
Active:        1490696 kB
Inactive:      1404080 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      29911156 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           12836 kB
Writeback:           0 kB
AnonPages:      591244 kB
Mapped:          17444 kB
Slab:            79856 kB
PageTables:       6148 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   743904 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= 73604 MiB
End job on node115 at 2010-07-08 10:44:22