Trace number 2692443

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
SCIPspx SCIP 1.2.1.2 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solverMSAT (TO) 1800.72 1800.7

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900569834--soft-0-100-0.wbo
MD5SUMebe664bdb6d24f27290f0bb7f023aa5a
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark4
Best CPU time to get the best result obtained on this benchmark776.621
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 135641
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 135640
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 723
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.00	c SCIP version 1.2.1.2 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.4.2] [Expressions interpreter: NONE]
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-2692443-1277931180.wbo>
0.00/0.03	c original problem has 5645 variables (2938 bin, 0 int, 0 impl, 2707 cont) and 5415 constraints
0.00/0.03	c problem read
0.00/0.03	c presolving settings loaded
0.09/0.12	o 135640
0.09/0.12	c feasible solution found by trivial heuristic, objective value  1.356400e+05
0.09/0.12	c presolving:
0.09/0.13	c (round 1) 0 del vars, 1 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 2707 impls, 0 clqs
0.09/0.14	c (round 2) 0 del vars, 1 del conss, 2707 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 2707 impls, 0 clqs
0.09/0.18	c    (0.1s) probing: 101/2938 (3.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.09/0.18	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.09/0.18	c presolving (3 rounds):
0.09/0.18	c  0 deleted vars, 1 deleted constraints, 2707 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.09/0.18	c  2707 implications, 0 cliques
0.09/0.18	c presolved problem has 5645 variables (2938 bin, 0 int, 0 impl, 2707 cont) and 5414 constraints
0.09/0.18	c    2707 constraints of type <indicator>
0.09/0.18	c    2707 constraints of type <linear>
0.09/0.18	c transformed objective value is always integral (scale: 1)
0.09/0.18	c Presolving Time: 0.13
0.09/0.18	c - non default parameters ----------------------------------------------------------------------
0.09/0.18	c # SCIP version 1.2.1.2
0.09/0.18	c 
0.09/0.18	c # frequency for displaying node information lines
0.09/0.18	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.18	c display/freq = 10000
0.09/0.18	c 
0.09/0.18	c # maximal time in seconds to run
0.09/0.18	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.18	c limits/time = 1799.97
0.09/0.18	c 
0.09/0.18	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.18	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.18	c limits/memory = 3420
0.09/0.18	c 
0.09/0.18	c # should presolving try to simplify inequalities
0.09/0.18	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.18	c constraints/linear/simplifyinequalities = TRUE
0.09/0.18	c 
0.09/0.18	c # should presolving try to simplify knapsacks
0.09/0.18	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.18	c constraints/knapsack/simplifyinequalities = TRUE
0.09/0.18	c 
0.09/0.18	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.09/0.18	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.18	c separating/rapidlearning/freq = 0
0.09/0.18	c 
0.09/0.18	c -----------------------------------------------------------------------------------------------
0.09/0.18	c start solving
0.09/0.19	c 
0.19/0.20	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.19/0.20	c t 0.1s|     1 |     0 |     0 |     - |  19M|   0 |   0 |5645 |5414 |5645 |   0 |   0 |   0 |   0 | 0.000000e+00 | 1.356400e+05 |    Inf 
0.19/0.20	c   0.1s|     1 |     0 |    22 |     - |  19M|   0 |   0 |5645 |5414 |5645 |  22 |  22 |   0 |   0 | 0.000000e+00 | 1.356400e+05 |    Inf 
0.19/0.20	c   0.1s|     1 |     0 |    43 |     - |  19M|   0 |   7 |5645 |5414 |5645 |  53 |  53 |   0 |   0 | 0.000000e+00 | 1.356400e+05 |    Inf 
0.19/0.22	c   0.2s|     1 |     0 |    65 |     - |  19M|   0 |  19 |5645 |5414 |5645 |  89 |  89 |   0 |   0 | 0.000000e+00 | 1.356400e+05 |    Inf 
0.19/0.23	c   0.2s|     1 |     0 |    85 |     - |  19M|   0 |  30 |5645 |5414 |5645 | 113 | 113 |   0 |   0 | 0.000000e+00 | 1.356400e+05 |    Inf 
0.19/0.25	c   0.2s|     1 |     0 |    98 |     - |  19M|   0 |  32 |5645 |5414 |5645 | 127 | 127 |   0 |   0 | 0.000000e+00 | 1.356400e+05 |    Inf 
0.19/0.28	c   0.2s|     1 |     0 |   106 |     - |  19M|   0 |  32 |5645 |5414 |5645 | 137 | 137 |   0 |   0 | 0.000000e+00 | 1.356400e+05 |    Inf 
0.39/0.41	c   0.3s|     1 |     2 |   185 |     - |  19M|   0 |  32 |5645 |5414 |5645 | 137 | 137 |   0 |  32 | 0.000000e+00 | 1.356400e+05 |    Inf 
18.39/18.42	c  17.8s| 10000 | 10001 |  4482 |   0.4 |  47M|1515 |   0 |5645 |5414 |5645 | 234 |1345 |   0 | 841 | 0.000000e+00 | 1.356400e+05 |    Inf 
34.59/34.68	c  33.6s| 20000 | 20001 |  7296 |   0.4 |  66M|1515 |   0 |5645 |5414 |5645 | 227 |2434 |   0 |1011 | 0.000000e+00 | 1.356400e+05 |    Inf 
50.50/50.60	c  49.1s| 30000 | 30001 |  8934 |   0.3 |  86M|1515 |   0 |5645 |5414 |5645 | 180 |3153 |   0 |1053 | 0.000000e+00 | 1.356400e+05 |    Inf 
66.49/66.53	c  64.6s| 40000 | 40001 | 10595 |   0.3 | 105M|1515 |   0 |5645 |5414 |5645 | 248 |3843 |   0 |1102 | 0.000000e+00 | 1.356400e+05 |    Inf 
82.69/82.76	c  80.4s| 50000 | 49999 | 12861 |   0.3 | 125M|1515 |   0 |5645 |5418 |5645 | 239 |4667 |   4 |1134 | 0.000000e+00 | 1.356400e+05 |    Inf 
99.09/99.11	c  96.4s| 60000 | 59999 | 15275 |   0.3 | 144M|1515 |   0 |5645 |5418 |5645 | 211 |5630 |   4 |1159 | 0.000000e+00 | 1.356400e+05 |    Inf 
115.50/115.52	c   112s| 70000 | 69999 | 17569 |   0.2 | 164M|1515 |   0 |5645 |5418 |5645 | 219 |6629 |   4 |1195 | 0.000000e+00 | 1.356400e+05 |    Inf 
132.00/132.03	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
132.00/132.03	c   128s| 80000 | 79993 | 19609 |   0.2 | 183M|1515 |   0 |5645 |5444 |5645 | 202 |7533 |  30 |1219 | 0.000000e+00 | 1.356400e+05 |    Inf 
148.09/148.15	c   144s| 90000 | 89993 | 20137 |   0.2 | 203M|1515 |   0 |5645 |5444 |5645 | 205 |7694 |  30 |1225 | 0.000000e+00 | 1.356400e+05 |    Inf 
164.49/164.55	c   160s|100000 | 99993 | 21819 |   0.2 | 222M|1515 |   0 |5645 |5444 |5645 | 198 |8376 |  30 |1244 | 0.000000e+00 | 1.356400e+05 |    Inf 
179.70/179.76	o 667
179.70/179.76	c * 175s|109294 | 80227 | 23489 |   0.2 | 186M|1515 |   - |5645 |5454 |5645 | 199 |9125 |  40 |1251 | 0.000000e+00 | 6.670000e+02 |    Inf 
181.10/181.13	c   176s|110000 | 80929 | 23952 |   0.2 | 187M|1515 |   0 |5645 |5474 |5645 | 184 |9323 |  60 |1256 | 0.000000e+00 | 6.670000e+02 |    Inf 
184.19/184.29	o 663
184.19/184.29	c * 179s|111609 | 81899 | 25481 |   0.2 | 190M|1515 |   - |5645 |5519 |5645 | 241 |9970 | 105 |1295 | 0.000000e+00 | 6.630000e+02 |    Inf 
184.50/184.57	o 653
184.50/184.57	c * 180s|111741 | 80494 | 25584 |   0.2 | 188M|1515 |   - |5645 |5519 |5645 | 192 |  10k| 105 |1298 | 0.000000e+00 | 6.530000e+02 |    Inf 
190.70/190.71	o 647
190.70/190.71	c * 186s|114867 | 82723 | 27721 |   0.2 | 193M|1515 |   - |5645 |5557 |5645 | 176 |  10k| 143 |1330 | 0.000000e+00 | 6.470000e+02 |    Inf 
190.70/190.78	o 623
190.70/190.78	c * 186s|114882 | 78565 | 27738 |   0.2 | 186M|1515 |   - |5645 |5566 |5645 | 169 |  10k| 152 |1330 | 0.000000e+00 | 6.230000e+02 |    Inf 
190.99/191.09	o 609
190.99/191.09	c * 186s|115014 | 76045 | 27949 |   0.2 | 181M|1515 |   - |5645 |5598 |5645 | 191 |  10k| 184 |1335 | 0.000000e+00 | 6.090000e+02 |    Inf 
197.00/197.08	o 602
197.00/197.08	c * 192s|118034 | 77702 | 31390 |   0.3 | 185M|1515 |   - |5645 |5673 |5645 | 189 |  12k| 259 |1351 | 0.000000e+00 | 6.020000e+02 |    Inf 
200.10/200.19	o 593
200.10/200.19	c * 195s|119597 | 77393 | 32926 |   0.3 | 185M|1515 |   - |5645 |5719 |5645 | 211 |  12k| 305 |1387 | 0.000000e+00 | 5.930000e+02 |    Inf 
200.30/200.35	o 528
200.30/200.35	c * 195s|119656 | 66565 | 33132 |   0.3 | 163M|1515 |   - |5645 |5729 |5645 | 208 |  12k| 315 |1391 | 0.000000e+00 | 5.280000e+02 |    Inf 
200.30/200.38	o 513
200.30/200.38	c * 195s|119658 | 63777 | 33137 |   0.3 | 157M|1515 |   - |5645 |5729 |5645 | 208 |  12k| 315 |1391 | 0.000000e+00 | 5.130000e+02 |    Inf 
200.49/200.51	o 503
200.49/200.51	c * 195s|119702 | 61891 | 33316 |   0.3 | 154M|1515 |   - |5645 |5736 |5645 | 240 |  13k| 322 |1393 | 0.000000e+00 | 5.030000e+02 |    Inf 
200.49/200.52	o 494
200.49/200.52	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
200.49/200.52	c * 195s|119703 | 59947 | 33316 |   0.3 | 150M|1515 |   - |5645 |5736 |5645 | 240 |  13k| 322 |1393 | 0.000000e+00 | 4.940000e+02 |    Inf 
201.09/201.19	c   196s|120000 | 60235 | 33779 |   0.3 | 151M|1515 |   0 |5645 |5762 |5645 | 210 |  13k| 348 |1403 | 0.000000e+00 | 4.940000e+02 |    Inf 
201.30/201.37	o 490
201.30/201.37	c * 196s|120084 | 59378 | 33959 |   0.3 | 150M|1515 |   - |5645 |5772 |5645 | 211 |  13k| 358 |1403 | 0.000000e+00 | 4.900000e+02 |    Inf 
202.30/202.38	o 476
202.30/202.38	c * 197s|120566 | 56368 | 34702 |   0.3 | 145M|1515 |   - |5645 |5819 |5645 | 216 |  13k| 405 |1403 | 0.000000e+00 | 4.760000e+02 |    Inf 
204.00/204.03	o 440
204.00/204.03	c * 199s|121328 | 47174 | 35863 |   0.3 | 128M|1515 |   - |5645 |5851 |5645 | 231 |  14k| 437 |1403 | 0.000000e+00 | 4.400000e+02 |    Inf 
204.00/204.05	o 420
204.00/204.05	c * 199s|121329 | 41281 | 35867 |   0.3 | 117M|1515 |   - |5645 |5851 |5645 | 231 |  14k| 437 |1403 | 0.000000e+00 | 4.200000e+02 |    Inf 
205.10/205.17	o 404
205.10/205.17	c * 200s|121799 | 36914 | 36804 |   0.3 | 108M|1515 |   - |5645 |5884 |5645 | 230 |  14k| 470 |1416 | 0.000000e+00 | 4.040000e+02 |    Inf 
205.10/205.18	o 395
205.10/205.18	c * 200s|121800 | 34304 | 36804 |   0.3 | 103M|1515 |   - |5645 |5884 |5645 | 230 |  14k| 470 |1416 | 0.000000e+00 | 3.950000e+02 |    Inf 
205.50/205.55	o 372
205.50/205.55	c * 200s|121992 | 28267 | 37090 |   0.3 |  91M|1515 |   - |5645 |5903 |5645 | 203 |  14k| 489 |1421 | 0.000000e+00 | 3.720000e+02 |    Inf 
206.20/206.20	o 347
206.20/206.20	c * 201s|122184 | 22476 | 38045 |   0.3 |  79M|1515 |   - |5645 |5985 |5645 | 203 |  14k| 571 |1422 | 0.000000e+00 | 3.470000e+02 |    Inf 
206.50/206.56	o 306
206.50/206.56	c * 201s|122332 | 13767 | 38363 |   0.3 |  62M|1515 |   - |5645 |6013 |5645 | 215 |  15k| 599 |1425 | 0.000000e+00 | 3.060000e+02 |    Inf 
206.60/206.69	o 295
206.60/206.69	c * 201s|122386 | 11792 | 38531 |   0.3 |  58M|1515 |   - |5645 |6018 |5645 | 216 |  15k| 604 |1425 | 0.000000e+00 | 2.950000e+02 |    Inf 
206.90/206.98	o 286
206.90/206.98	c * 202s|122488 | 10156 | 38926 |   0.3 |  55M|1515 |   - |5645 |6044 |5645 | 231 |  15k| 630 |1430 | 0.000000e+00 | 2.860000e+02 |    Inf 
207.69/207.74	o 281
207.69/207.74	c * 202s|122673 |  9486 | 40064 |   0.3 |  54M|1515 |   - |5645 |6165 |5645 | 204 |  15k| 751 |1471 | 0.000000e+00 | 2.810000e+02 |    Inf 
209.01/209.05	o 273
209.01/209.05	c * 204s|123188 |  8642 | 41392 |   0.3 |  53M|1515 |   - |5645 |6375 |5645 | 227 |  16k| 962 |1493 | 0.000000e+00 | 2.730000e+02 |    Inf 
211.59/211.68	o 271
211.59/211.68	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
211.59/211.68	c * 206s|124044 |  8986 | 45609 |   0.4 |  56M|1515 |   - |5645 |6654 |5645 | 203 |  17k|1255 |1565 | 0.000000e+00 | 2.710000e+02 |    Inf 
212.30/212.38	o 259
212.30/212.38	c * 207s|124305 |  7482 | 46338 |   0.4 |  53M|1515 |   - |5645 |6689 |5645 | 191 |  17k|1295 |1571 | 0.000000e+00 | 2.590000e+02 |    Inf 
213.60/213.69	o 246
213.60/213.69	c * 208s|124791 |  6290 | 48534 |   0.4 |  49M|1515 |   - |5645 |6779 |5645 | 190 |  17k|1408 |1576 | 0.000000e+00 | 2.460000e+02 |    Inf 
213.70/213.70	o 243
213.70/213.70	c * 208s|124792 |  6043 | 48534 |   0.4 |  48M|1515 |   - |5645 |6779 |5645 | 190 |  17k|1408 |1576 | 0.000000e+00 | 2.430000e+02 |    Inf 
214.90/214.95	o 234
214.90/214.95	c * 209s|125147 |  5539 | 51084 |   0.4 |  47M|1515 |   - |5645 |6969 |5645 | 233 |  18k|1646 |1608 | 0.000000e+00 | 2.340000e+02 |    Inf 
215.50/215.54	o 219
215.50/215.54	c * 210s|125366 |  4846 | 51513 |   0.4 |  45M|1515 |   - |5645 |6986 |5645 | 173 |  18k|1688 |1608 | 0.000000e+00 | 2.190000e+02 |    Inf 
215.69/215.75	o 214
215.69/215.75	c * 210s|125407 |  4649 | 51780 |   0.4 |  45M|1515 |   - |5645 |6984 |5645 | 205 |  18k|1705 |1609 | 0.000000e+00 | 2.140000e+02 |    Inf 
216.09/216.17	o 213
216.09/216.17	c * 210s|125582 |  4770 | 51932 |   0.4 |  45M|1515 |   - |5645 |6982 |5645 | 182 |  18k|1718 |1611 | 0.000000e+00 | 2.130000e+02 |    Inf 
216.79/216.81	o 202
216.79/216.81	c * 211s|125760 |  4382 | 52871 |   0.4 |  44M|1515 |   - |5645 |6951 |5645 | 217 |  19k|1826 |1623 | 0.000000e+00 | 2.020000e+02 |    Inf 
216.90/216.92	o 199
216.90/216.92	c * 211s|125781 |  4267 | 53150 |   0.4 |  44M|1515 |   - |5645 |6933 |5645 | 221 |  19k|1837 |1623 | 0.000000e+00 | 1.990000e+02 |    Inf 
217.00/217.02	o 197
217.00/217.02	c * 211s|125793 |  4179 | 53341 |   0.4 |  44M|1515 |   - |5645 |6918 |5645 | 235 |  19k|1843 |1623 | 0.000000e+00 | 1.970000e+02 |    Inf 
217.00/217.09	o 196
217.00/217.09	c * 211s|125802 |  4141 | 53460 |   0.4 |  44M|1515 |   - |5645 |6915 |5645 | 244 |  19k|1847 |1627 | 0.000000e+00 | 1.960000e+02 |    Inf 
217.09/217.19	o 175
217.09/217.19	c * 211s|125853 |  3460 | 53476 |   0.4 |  41M|1515 |   - |5645 |6919 |5645 | 246 |  19k|1854 |1627 | 0.000000e+00 | 1.750000e+02 |    Inf 
220.00/220.06	o 170
220.00/220.06	c * 214s|126707 |  3592 | 57491 |   0.5 |  44M|1515 |   - |5645 |6583 |5645 | 204 |  19k|2432 |1663 | 0.000000e+00 | 1.700000e+02 |    Inf 
220.40/220.43	o 165
220.40/220.43	c * 215s|126825 |  3388 | 57887 |   0.5 |  43M|1515 |   - |5645 |6557 |5645 | 194 |  20k|2469 |1664 | 0.000000e+00 | 1.650000e+02 |    Inf 
220.60/220.62	o 162
220.60/220.62	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
220.60/220.62	c * 215s|126875 |  3344 | 58161 |   0.5 |  42M|1515 |   - |5645 |6508 |5645 | 221 |  20k|2478 |1665 | 0.000000e+00 | 1.620000e+02 |    Inf 
221.11/221.13	o 160
221.11/221.13	c * 215s|126969 |  3241 | 58800 |   0.5 |  42M|1515 |   - |5645 |6370 |5645 | 237 |  20k|2524 |1668 | 0.000000e+00 | 1.600000e+02 |    Inf 
222.39/222.47	o 151
222.39/222.47	c * 217s|127373 |  3214 | 60301 |   0.5 |  43M|1515 |   - |5645 |6341 |5645 | 216 |  20k|2772 |1675 | 0.000000e+00 | 1.510000e+02 |    Inf 
223.21/223.23	o 138
223.21/223.23	c * 217s|127592 |  3071 | 61114 |   0.5 |  43M|1515 |   - |5645 |6323 |5645 | 198 |  20k|2902 |1677 | 0.000000e+00 | 1.380000e+02 |    Inf 
225.09/225.18	o 129
225.09/225.18	c * 219s|128108 |  2952 | 63900 |   0.5 |  45M|1515 |   - |5645 |6262 |5645 | 186 |  21k|3376 |1699 | 0.000000e+00 | 1.290000e+02 |    Inf 
225.29/225.36	o 127
225.29/225.36	c * 219s|128153 |  2897 | 64117 |   0.5 |  45M|1515 |   - |5645 |6288 |5645 | 191 |  21k|3435 |1700 | 0.000000e+00 | 1.270000e+02 |    Inf 
226.40/226.41	o 126
226.40/226.41	c * 220s|128394 |  2947 | 65254 |   0.5 |  47M|1515 |   - |5645 |6321 |5645 | 184 |  22k|3647 |1703 | 0.000000e+00 | 1.260000e+02 |    Inf 
229.19/229.24	o 124
229.19/229.24	c * 223s|129198 |  3134 | 68897 |   0.5 |  51M|1515 |   - |5645 |6416 |5645 | 198 |  23k|4284 |1704 | 0.000000e+00 | 1.240000e+02 |    Inf 
230.60/230.67	o 121
230.60/230.67	c * 224s|129524 |  3204 | 70870 |   0.5 |  53M|1515 |   - |5645 |6411 |5645 | 193 |  23k|4528 |1704 | 0.000000e+00 | 1.210000e+02 |    Inf 
231.10/231.13	o 110
231.10/231.13	c * 225s|129659 |  2876 | 71434 |   0.6 |  52M|1515 |   - |5645 |6343 |5645 | 224 |  23k|4609 |1704 | 0.000000e+00 | 1.100000e+02 |    Inf 
231.20/231.21	o 106
231.20/231.21	c * 225s|129669 |  2803 | 71566 |   0.6 |  51M|1515 |   - |5645 |6333 |5645 | 185 |  23k|4622 |1704 | 0.000000e+00 | 1.060000e+02 |    Inf 
231.20/231.26	o 104
231.20/231.26	c * 225s|129673 |  2768 | 71634 |   0.6 |  51M|1515 |   - |5645 |6324 |5645 | 192 |  23k|4622 |1704 | 0.000000e+00 | 1.040000e+02 |    Inf 
231.39/231.42	o 94
231.39/231.42	c * 225s|129719 |  2589 | 71795 |   0.6 |  50M|1515 |   - |5645 |6330 |5645 | 190 |  23k|4653 |1704 | 0.000000e+00 | 9.400000e+01 |    Inf 
231.39/231.42	o 90
231.39/231.42	c * 225s|129720 |  2459 | 71795 |   0.6 |  48M|1515 |   - |5645 |6330 |5645 | 190 |  23k|4653 |1704 | 0.000000e+00 | 9.000000e+01 |    Inf 
232.59/232.64	c   226s|130000 |  2486 | 72828 |   0.6 |  50M|1515 |   1 |5645 |6031 |5645 | 197 |  24k|4959 |1706 | 0.000000e+00 | 9.000000e+01 |    Inf 
233.99/234.07	o 88
233.99/234.07	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
233.99/234.07	c * 228s|130370 |  2514 | 74421 |   0.6 |  50M|1515 |   - |5645 |6067 |5645 | 188 |  24k|5285 |1708 | 0.000000e+00 | 8.800000e+01 |    Inf 
234.10/234.13	o 86
234.10/234.13	c * 228s|130378 |  2451 | 74554 |   0.6 |  49M|1515 |   - |5645 |5987 |5645 | 192 |  24k|5288 |1708 | 0.000000e+00 | 8.600000e+01 |    Inf 
234.50/234.51	o 82
234.50/234.51	c * 228s|130496 |  2347 | 75037 |   0.6 |  49M|1515 |   - |5645 |5902 |5645 | 184 |  24k|5359 |1709 | 0.000000e+00 | 8.200000e+01 |    Inf 
235.69/235.79	o 80
235.69/235.79	c * 229s|130798 |  2252 | 76245 |   0.6 |  48M|1515 |   - |5645 |5856 |5645 | 185 |  25k|5742 |1711 | 0.000000e+00 | 8.000000e+01 |    Inf 
235.69/235.79	o 78
235.69/235.79	c * 229s|130799 |  1651 | 76245 |   0.6 |  43M|1515 |   - |5645 |5856 |5645 | 185 |  25k|5742 |1711 | 0.000000e+00 | 7.800000e+01 |    Inf 
265.99/266.10	c   259s|140000 |  2078 |103864 |   0.7 |  63M|1515 |   1 |5645 |7046 |5645 | 158 |  33k|  16k|1733 | 0.000000e+00 | 7.800000e+01 |    Inf 
303.00/303.07	c   294s|150000 |  3757 |157402 |   1.0 |  95M|1515 |   - |5645 |9505 |5645 | 174 |  47k|  28k|1928 | 0.000000e+00 | 7.800000e+01 |    Inf 
340.50/340.53	c   330s|160000 |  4654 |216745 |   1.4 | 117M|1515 |   1 |5645 |  10k|5645 | 163 |  67k|  42k|2173 | 0.000000e+00 | 7.800000e+01 |    Inf 
381.00/381.05	c   370s|170000 |  5663 |281205 |   1.7 | 147M|1515 |   - |5645 |  10k|   0 |   0 |  87k|  58k|2439 | 0.000000e+00 | 7.800000e+01 |    Inf 
425.47/425.56	c   414s|180000 |  6575 |342142 |   1.9 | 174M|1515 |   - |5645 |  15k|   0 |   0 | 107k|  77k|2617 | 0.000000e+00 | 7.800000e+01 |    Inf 
467.88/467.91	c   456s|190000 |  7275 |393478 |   2.1 | 195M|1515 |   1 |5645 |  12k|5645 | 151 | 123k|  94k|2833 | 0.000000e+00 | 7.800000e+01 |    Inf 
513.38/513.48	c   501s|200000 |  8084 |449212 |   2.2 | 223M|1515 |   4 |5645 |  12k|5645 | 177 | 143k| 111k|3016 | 0.000000e+00 | 7.800000e+01 |    Inf 
558.17/558.24	c   545s|210000 |  9178 |496936 |   2.4 | 252M|1515 |   - |5645 |  13k|5645 | 175 | 156k| 125k|3185 | 0.000000e+00 | 7.800000e+01 |    Inf 
603.18/603.20	c   590s|220000 | 10500 |548512 |   2.5 | 286M|1515 |   - |5645 |  14k|   0 |   0 | 171k| 140k|3289 | 0.000000e+00 | 7.800000e+01 |    Inf 
643.48/643.55	c   630s|230000 | 11666 |583479 |   2.5 | 307M|1515 |   - |5645 |  17k|   0 |   0 | 179k| 151k|3369 | 0.000000e+00 | 7.800000e+01 |    Inf 
692.18/692.29	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
692.18/692.29	c   678s|240000 | 13006 |632264 |   2.6 | 343M|1515 |   - |5645 |  19k|5645 | 183 | 197k| 167k|3501 | 0.000000e+00 | 7.800000e+01 |    Inf 
740.68/740.72	c   726s|250000 | 14634 |688490 |   2.8 | 378M|1515 |   0 |5645 |  18k|5645 | 186 | 215k| 184k|3633 | 0.000000e+00 | 7.800000e+01 |    Inf 
788.69/788.72	c   774s|260000 | 15912 |739132 |   2.8 | 415M|1515 |   1 |5645 |  16k|5645 | 151 | 233k| 201k|3746 | 0.000000e+00 | 7.800000e+01 |    Inf 
829.98/830.03	c   815s|270000 | 16950 |783660 |   2.9 | 441M|1515 |   1 |5645 |  12k|5645 | 151 | 246k| 215k|3863 | 0.000000e+00 | 7.800000e+01 |    Inf 
871.38/871.44	c   856s|280000 | 17832 |821861 |   2.9 | 469M|1515 |   - |5645 |  16k|   0 |   0 | 257k| 227k|3949 | 0.000000e+00 | 7.800000e+01 |    Inf 
914.39/914.41	c   898s|290000 | 18752 |871177 |   3.0 | 488M|1515 |   - |5645 |  13k|   0 |   0 | 271k| 239k|4090 | 0.000000e+00 | 7.800000e+01 |    Inf 
959.99/960.05	c   943s|300000 | 19651 |920942 |   3.1 | 515M|1515 |   1 |5645 |  11k|5645 | 151 | 286k| 252k|4207 | 0.000000e+00 | 7.800000e+01 |    Inf 
1004.99/1005.05	c   988s|310000 | 20536 |964820 |   3.1 | 537M|1515 |   1 |5645 |  13k|5645 | 151 | 299k| 265k|4294 | 0.000000e+00 | 7.800000e+01 |    Inf 
1049.89/1049.92	c  1032s|320000 | 21723 |  1027k|   3.2 | 560M|1515 |   9 |5645 |  13k|5645 | 159 | 318k| 279k|4422 | 0.000000e+00 | 7.800000e+01 |    Inf 
1093.99/1094.09	c  1076s|330000 | 22979 |  1092k|   3.3 | 585M|1515 |   9 |5645 |  12k|5645 | 197 | 338k| 295k|4545 | 0.000000e+00 | 7.800000e+01 |    Inf 
1137.29/1137.35	c  1119s|340000 | 24241 |  1153k|   3.4 | 608M|1515 |   - |5645 |  14k|   0 |   0 | 355k| 309k|4657 | 0.000000e+00 | 7.800000e+01 |    Inf 
1187.60/1187.68	c  1169s|350000 | 25683 |  1225k|   3.5 | 637M|1515 |   1 |5645 |  17k|5645 | 155 | 377k| 327k|4774 | 0.000000e+00 | 7.800000e+01 |    Inf 
1237.00/1237.06	c  1218s|360000 | 26890 |  1289k|   3.6 | 666M|1515 |  10 |5645 |  16k|5645 | 161 | 401k| 345k|4918 | 0.000000e+00 | 7.800000e+01 |    Inf 
1286.49/1286.58	c  1267s|370000 | 27963 |  1349k|   3.6 | 694M|1515 |   4 |5645 |  14k|5645 | 167 | 422k| 364k|5016 | 0.000000e+00 | 7.800000e+01 |    Inf 
1332.60/1332.66	c  1313s|380000 | 28855 |  1420k|   3.7 | 713M|1515 |   0 |5645 |  16k|5645 | 177 | 439k| 378k|5136 | 0.000000e+00 | 7.800000e+01 |    Inf 
1377.50/1377.51	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1377.50/1377.51	c  1357s|390000 | 29801 |  1489k|   3.8 | 735M|1515 |   7 |5645 |  15k|5645 | 164 | 458k| 393k|5241 | 0.000000e+00 | 7.800000e+01 |    Inf 
1424.80/1424.86	c  1404s|400000 | 30641 |  1542k|   3.9 | 759M|1515 |   - |5645 |  14k|   0 |   0 | 478k| 410k|5345 | 0.000000e+00 | 7.800000e+01 |    Inf 
1473.60/1473.66	c  1452s|410000 | 31253 |  1591k|   3.9 | 786M|1515 |   1 |5645 |  15k|5645 | 177 | 496k| 429k|5416 | 0.000000e+00 | 7.800000e+01 |    Inf 
1520.60/1520.67	c  1499s|420000 | 32020 |  1636k|   3.9 | 811M|1515 |   - |5645 |  12k|   0 |   0 | 510k| 446k|5491 | 0.000000e+00 | 7.800000e+01 |    Inf 
1564.91/1564.91	c  1543s|430000 | 33397 |  1702k|   4.0 | 844M|1515 |   - |5645 |  15k|   0 |   0 | 523k| 463k|5593 | 0.000000e+00 | 7.800000e+01 |    Inf 
1613.50/1613.52	c  1591s|440000 | 34249 |  1759k|   4.0 | 871M|1515 |   1 |5645 |  14k|5645 | 172 | 537k| 480k|5681 | 0.000000e+00 | 7.800000e+01 |    Inf 
1661.21/1661.24	c  1638s|450000 | 35439 |  1823k|   4.1 | 897M|1515 |   1 |5645 |  17k|5645 | 165 | 554k| 499k|5769 | 0.000000e+00 | 7.800000e+01 |    Inf 
1707.91/1707.99	c  1685s|460000 | 36551 |  1878k|   4.1 | 922M|1515 |   - |5645 |  22k|   0 |   0 | 572k| 518k|5847 | 0.000000e+00 | 7.800000e+01 |    Inf 
1756.42/1756.46	c  1733s|470000 | 37604 |  1938k|   4.1 | 948M|1515 |   3 |5645 |  22k|5645 | 151 | 593k| 539k|5920 | 0.000000e+00 | 7.800000e+01 |    Inf 
1800.01/1800.00	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.01/1800.00	c 
1800.01/1800.00	c SCIP Status        : solving was interrupted [user interrupt]
1800.01/1800.00	c Solving Time (sec) : 1776.09
1800.01/1800.00	c Solving Nodes      : 478764
1800.01/1800.00	c Primal Bound       : +7.80000000000000e+01 (213 solutions)
1800.01/1800.00	c Dual Bound         : +0.00000000000000e+00
1800.01/1800.00	c Gap                : infinite
1800.01/1800.09	s SATISFIABLE
1800.01/1800.09	v -x231 -x230 -x229 -x228 -x227 -x226 x225 -x224 -x223 -x222 -x221 -x220 -x219 -x218 -x217 x216 -x215 -x214 -x213 -x212 x211 -x210 
1800.01/1800.09	v -x209 -x208 -x207 -x206 -x205 -x204 -x203 -x202 -x201 -x200 -x199 -x198 -x197 -x196 -x195 -x194 x193 -x192 -x191 -x190 -x189 
1800.01/1800.09	v -x188 -x187 -x186 -x185 -x184 -x183 x182 -x181 x180 -x179 -x178 -x177 -x176 -x175 -x174 -x173 -x172 -x171 -x170 -x169 -x168 
1800.01/1800.09	v x167 -x166 -x165 -x164 -x163 -x162 -x161 -x160 -x159 -x158 -x157 -x156 -x155 x154 -x153 -x152 -x151 -x150 -x149 x148 -x147 -x146 
1800.01/1800.09	v -x145 -x144 -x143 -x142 -x141 -x140 -x139 -x138 -x137 x136 -x135 -x134 -x133 -x132 -x131 -x130 x129 -x128 -x127 -x126 -x125 
1800.01/1800.09	v -x124 -x123 -x122 -x121 -x120 -x119 -x118 x117 -x116 -x115 -x114 -x113 -x112 -x111 -x110 -x109 -x108 -x107 -x106 -x105 -x104 
1800.01/1800.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 
1800.01/1800.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 -x54 
1800.01/1800.09	v -x53 x52 -x51 -x50 -x49 -x48 -x47 -x46 -x45 -x44 -x43 -x42 -x41 -x40 -x39 -x38 -x37 -x36 x35 -x34 -x33 -x32 -x31 -x30 -x29 
1800.01/1800.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 
1800.01/1800.09	v -x1 
1800.01/1800.09	c SCIP Status        : solving was interrupted [user interrupt]
1800.01/1800.09	c Solving Time       :    1776.09
1800.01/1800.09	c Original Problem   :
1800.01/1800.09	c   Problem name     : HOME/instance-2692443-1277931180.wbo
1800.01/1800.09	c   Variables        : 5645 (2938 binary, 0 integer, 0 implicit integer, 2707 continuous)
1800.01/1800.09	c   Constraints      : 5415 initial, 5415 maximal
1800.01/1800.09	c Presolved Problem  :
1800.01/1800.09	c   Problem name     : t_HOME/instance-2692443-1277931180.wbo
1800.01/1800.09	c   Variables        : 5645 (2938 binary, 0 integer, 0 implicit integer, 2707 continuous)
1800.01/1800.09	c   Constraints      : 5414 initial, 26412 maximal
1800.01/1800.09	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.01/1800.09	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.01/1800.09	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.01/1800.09	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.01/1800.09	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.01/1800.09	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.01/1800.09	c   probing          :       0.04          0          0          0          0          0          0          0          0
1800.01/1800.09	c   indicator        :       0.01          0          0          0          0          0          0          0          0
1800.01/1800.09	c   linear           :       0.01          0          0          0       2707          0          1          0          0
1800.01/1800.09	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.01/1800.09	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0
1800.01/1800.09	c   root node        :          -        598          -          -       1196          -          -          -          -
1800.01/1800.09	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.01/1800.09	c   integral         :          0          0          0     419157          0          0         15          0          0     358064
1800.01/1800.09	c   indicator        :       2707          0    3350756     240105          0       2745   69976296          0          0          0
1800.01/1800.09	c   linear           :       2707          6    3347441     239454          0      33079    5561291     610233          0          0
1800.01/1800.09	c   logicor          :          0+         0    1256209          0          0      35383    1794407          0          0          0
1800.01/1800.09	c   bounddisjunction :          0+         0      68040          0          0          0         62          0          0          0
1800.01/1800.09	c   countsols        :          0          0          0     155724          0          0          0          0          0          0
1800.01/1800.09	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.01/1800.09	c   integral         :      13.95       0.00       0.00      13.95       0.00
1800.01/1800.09	c   indicator        :     225.23       0.02     175.38      49.83       0.00
1800.01/1800.09	c   linear           :     107.95       0.00      95.19      12.76       0.00
1800.01/1800.09	c   logicor          :      77.65       0.00      77.65       0.00       0.00
1800.01/1800.09	c   bounddisjunction :       0.14       0.00       0.14       0.00       0.00
1800.01/1800.09	c   countsols        :       0.01       0.00       0.00       0.01       0.00
1800.01/1800.09	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.01/1800.09	c   vbounds          :       0.58          2          0          0
1800.01/1800.09	c   rootredcost      :       0.63         59          0        598
1800.01/1800.09	c   pseudoobj        :     282.00    3447616      96885   52425093
1800.01/1800.09	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.01/1800.09	c   propagation      :      36.86     165347     165288    1436286       48.9      47731        7.4          -
1800.01/1800.09	c   infeasible LP    :       0.03         30         30        250       45.6         15        3.9          0
1800.01/1800.09	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.01/1800.09	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.01/1800.09	c   pseudo solution  :       0.47       1978       1978       8676       21.3        629       11.1          -
1800.01/1800.09	c   applied globally :          -          -          -     555827       36.5          -          -          -
1800.01/1800.09	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.01/1800.09	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.01/1800.09	c   cut pool         :       0.00          3          -          -         30          -    (maximal pool size: 86)
1800.01/1800.09	c   redcost          :      70.40     459810          0   16782258          0          0
1800.01/1800.09	c   impliedbounds    :       0.00          4          0          0          0          0
1800.01/1800.09	c   intobj           :       0.00          0          0          0          0          0
1800.01/1800.09	c   cgmip            :       0.00          0          0          0          0          0
1800.01/1800.09	c   gomory           :       0.01          4          0          0         86          0
1800.01/1800.09	c   strongcg         :       0.00          4          0          0          0          0
1800.01/1800.09	c   cmir             :       0.01          4          0          0          0          0
1800.01/1800.09	c   flowcover        :       0.03          4          0          0          0          0
1800.01/1800.09	c   clique           :       0.00          1          0          0          0          0
1800.01/1800.09	c   zerohalf         :       0.00          0          0          0          0          0
1800.01/1800.09	c   mcf              :       0.00          1          0          0          0          0
1800.01/1800.09	c   rapidlearning    :       0.00          0          0          0          0          0
1800.01/1800.09	c Pricers            :       Time      Calls       Vars
1800.01/1800.09	c   problem variables:       0.00          0          0
1800.01/1800.09	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.01/1800.09	c   relpscost        :      13.74     179045          0         15          0          0     358064
1800.01/1800.09	c   pscost           :       0.00          0          0          0          0          0          0
1800.01/1800.09	c   inference        :      33.83     155665          0          0          0          0     311330
1800.01/1800.09	c   mostinf          :       0.00          0          0          0          0          0          0
1800.01/1800.09	c   leastinf         :       0.00          0          0          0          0          0          0
1800.01/1800.09	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.01/1800.09	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.01/1800.09	c   random           :       0.00          0          0          0          0          0          0
1800.01/1800.09	c Primal Heuristics  :       Time      Calls      Found
1800.01/1800.09	c   LP solutions     :       0.19          -         59
1800.01/1800.09	c   pseudo solutions :       0.00          -          0
1800.01/1800.09	c   feaspump         :       0.01          0          0
1800.01/1800.09	c   intshifting      :       0.02          3          0
1800.01/1800.09	c   oneopt           :       0.37         53          0
1800.01/1800.09	c   guideddiving     :       0.15         76          0
1800.01/1800.09	c   crossover        :       1.16         37          3
1800.01/1800.09	c   pscostdiving     :       0.48        227          0
1800.01/1800.09	c   veclendiving     :       0.48        228          0
1800.01/1800.09	c   linesearchdiving :       0.26        228          0
1800.01/1800.09	c   coefdiving       :       0.29        228          0
1800.01/1800.09	c   fracdiving       :       0.30        228          0
1800.01/1800.09	c   objpscostdiving  :       0.29        226          0
1800.01/1800.09	c   rootsoldiving    :       0.43        226          0
1800.01/1800.09	c   trivial          :       0.07          2          2
1800.01/1800.09	c   simplerounding   :       0.50     188008          0
1800.01/1800.09	c   zirounding       :       0.17       1000          0
1800.01/1800.09	c   rounding         :       5.05       6127          0
1800.01/1800.09	c   shifting         :       3.45       1877          0
1800.01/1800.09	c   twoopt           :       0.00          0          0
1800.01/1800.09	c   fixandinfer      :       0.00          0          0
1800.01/1800.09	c   intdiving        :       0.00          0          0
1800.01/1800.09	c   actconsdiving    :       0.00          0          0
1800.01/1800.09	c   octane           :       0.00          0          0
1800.01/1800.09	c   rens             :       0.03          1          0
1800.01/1800.09	c   rins             :       0.00          0          0
1800.01/1800.09	c   localbranching   :       0.00          0          0
1800.01/1800.09	c   mutation         :       0.00          0          0
1800.01/1800.09	c   dins             :       0.00          0          0
1800.01/1800.09	c   undercover       :       0.00          0          0
1800.01/1800.09	c   nlp              :       0.13          0          0
1800.01/1800.09	c   trysol           :       1.03       4718        149
1800.01/1800.09	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.01/1800.09	c   primal LP        :       0.00          0          0       0.00          -
1800.01/1800.09	c   dual LP          :     459.44     302490    1994891       6.59    4342.01
1800.01/1800.09	c   lex dual LP      :       0.00          0          0       0.00          -
1800.01/1800.09	c   barrier LP       :       0.00          0          0       0.00          -
1800.01/1800.09	c   diving/probing LP:       0.14         81       1354      16.72    9671.43
1800.01/1800.09	c   strong branching :      11.73       5988      52538       8.77    4478.94
1800.01/1800.09	c     (at root node) :          -         32       1061      33.16          -
1800.01/1800.09	c   conflict analysis:       0.00          0          0       0.00          -
1800.01/1800.09	c B&B Tree           :
1800.01/1800.09	c   number of runs   :          1
1800.01/1800.09	c   nodes            :     478764
1800.01/1800.09	c   nodes (total)    :     478764
1800.01/1800.09	c   nodes left       :      38648
1800.01/1800.09	c   max depth        :       1515
1800.01/1800.09	c   max depth (total):       1515
1800.01/1800.09	c   backtracks       :      32589 (6.8%)
1800.01/1800.09	c   delayed cutoffs  :      27651
1800.01/1800.09	c   repropagations   :     773387 (21938198 domain reductions, 26092 cutoffs)
1800.01/1800.09	c   avg switch length:       6.48
1800.01/1800.09	c   switching time   :     219.73
1800.01/1800.09	c Solution           :
1800.01/1800.09	c   Solutions found  :        213 (60 improvements)
1800.01/1800.09	c   First Solution   : +1.35640000000000e+05   (in run 1, after 0 nodes, 0.01 seconds, depth 0, found by <trivial>)
1800.01/1800.09	c   Primal Bound     : +7.80000000000000e+01   (in run 1, after 130799 nodes, 229.39 seconds, depth 30, found by <relaxation>)
1800.01/1800.09	c   Dual Bound       : +0.00000000000000e+00
1800.01/1800.09	c   Gap              :   infinite
1800.01/1800.09	c   Root Dual Bound  : +0.00000000000000e+00
1800.01/1800.09	c   Root Iterations  :        106
1800.62/1800.69	c Time complete: 1800.71.

Verifier Data

OK	78

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2692443-1277931180/watcher-2692443-1277931180 -o /tmp/evaluation-result-2692443-1277931180/solver-2692443-1277931180 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2692443-1277931180.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.01 2.02 2.00 4/178 14908
/proc/meminfo: memFree=30049640/32951124 swapFree=67111528/67111528
[pid=14908] ppid=14906 vsize=9548 CPUtime=0
/proc/14908/stat : 14908 (pbscip.linux.x8) R 14906 14908 14567 0 -1 4202496 1681 0 0 0 0 0 0 0 23 0 1 0 134415634 9777152 1601 4089446400 4194304 8223781 140735496083824 18446744073709551615 7235159 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/14908/statm: 2387 1602 369 984 0 1400 0

[startup+0.058649 s]
/proc/loadavg: 2.01 2.02 2.00 4/178 14908
/proc/meminfo: memFree=30049640/32951124 swapFree=67111528/67111528
[pid=14908] ppid=14906 vsize=34812 CPUtime=0.05
/proc/14908/stat : 14908 (pbscip.linux.x8) R 14906 14908 14567 0 -1 4202496 8014 0 0 0 5 0 0 0 23 0 1 0 134415634 35647488 7570 4089446400 4194304 8223781 140735496083824 18446744073709551615 4414543 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/14908/statm: 8703 7570 422 984 0 7716 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 34812

[startup+0.10065 s]
/proc/loadavg: 2.01 2.02 2.00 4/178 14908
/proc/meminfo: memFree=30049640/32951124 swapFree=67111528/67111528
[pid=14908] ppid=14906 vsize=35140 CPUtime=0.09
/proc/14908/stat : 14908 (pbscip.linux.x8) R 14906 14908 14567 0 -1 4202496 8088 0 0 0 9 0 0 0 23 0 1 0 134415634 35983360 7644 4089446400 4194304 8223781 140735496083824 18446744073709551615 7256940 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/14908/statm: 8785 7644 422 984 0 7798 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 35140

[startup+0.300604 s]
/proc/loadavg: 2.01 2.02 2.00 4/178 14908
/proc/meminfo: memFree=30049640/32951124 swapFree=67111528/67111528
[pid=14908] ppid=14906 vsize=55996 CPUtime=0.29
/proc/14908/stat : 14908 (pbscip.linux.x8) R 14906 14908 14567 0 -1 4202496 13885 0 0 0 27 2 0 0 18 0 1 0 134415634 57339904 12828 4089446400 4194304 8223781 140735496083824 18446744073709551615 4384918 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/14908/statm: 13999 12828 564 984 0 13012 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 55996

[startup+0.700529 s]
/proc/loadavg: 2.01 2.02 2.00 4/178 14908
/proc/meminfo: memFree=30049640/32951124 swapFree=67111528/67111528
[pid=14908] ppid=14906 vsize=43080 CPUtime=0.69
/proc/14908/stat : 14908 (pbscip.linux.x8) R 14906 14908 14567 0 -1 4202496 15655 0 0 0 64 5 0 0 18 0 1 0 134415634 44113920 9710 4089446400 4194304 8223781 140735496083824 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/14908/statm: 10770 9710 575 984 0 9783 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 43080

[startup+1.50042 s]
/proc/loadavg: 2.01 2.02 2.00 3/179 14909
/proc/meminfo: memFree=30012804/32951124 swapFree=67111528/67111528
[pid=14908] ppid=14906 vsize=43272 CPUtime=1.49
/proc/14908/stat : 14908 (pbscip.linux.x8) R 14906 14908 14567 0 -1 4202496 15777 0 0 0 141 8 0 0 19 0 1 0 134415634 44310528 9832 4089446400 4194304 8223781 140735496083824 18446744073709551615 7073870 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/14908/statm: 10818 9832 578 984 0 9831 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 43272

[startup+3.10112 s]
/proc/loadavg: 2.01 2.02 2.00 3/179 14909
/proc/meminfo: memFree=30010448/32951124 swapFree=67111528/67111528
[pid=14908] ppid=14906 vsize=52372 CPUtime=3.09
/proc/14908/stat : 14908 (pbscip.linux.x8) R 14906 14908 14567 0 -1 4202496 22106 0 0 0 294 15 0 0 24 0 1 0 134415634 53628928 11763 4089446400 4194304 8223781 140735496083824 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/14908/statm: 13093 11763 579 984 0 12106 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 52372

[startup+6.30054 s]
/proc/loadavg: 2.01 2.02 2.00 3/179 14909
/proc/meminfo: memFree=29998084/32951124 swapFree=67111528/67111528
[pid=14908] ppid=14906 vsize=55828 CPUtime=6.29
/proc/14908/stat : 14908 (pbscip.linux.x8) R 14906 14908 14567 0 -1 4202496 32252 0 0 0 603 26 0 0 25 0 1 0 134415634 57167872 12713 4089446400 4194304 8223781 140735496083824 18446744073709551615 5892284 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/14908/statm: 13957 12713 579 984 0 12970 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 55828

[startup+12.7004 s]
/proc/loadavg: 2.01 2.02 2.00 3/179 14909
/proc/meminfo: memFree=29986272/32951124 swapFree=67111528/67111528
[pid=14908] ppid=14906 vsize=63288 CPUtime=12.69
/proc/14908/stat : 14908 (pbscip.linux.x8) R 14906 14908 14567 0 -1 4202496 44422 0 0 0 1224 45 0 0 25 0 1 0 134415634 64806912 14737 4089446400 4194304 8223781 140735496083824 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/14908/statm: 15822 14737 579 984 0 14835 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 63288

[startup+25.5011 s]
/proc/loadavg: 2.01 2.02 2.00 3/179 14910
/proc/meminfo: memFree=29959092/32951124 swapFree=67111528/67111528
[pid=14908] ppid=14906 vsize=81712 CPUtime=25.49
/proc/14908/stat : 14908 (pbscip.linux.x8) R 14906 14908 14567 0 -1 4202496 54097 0 0 0 2467 82 0 0 25 0 1 0 134415634 83673088 19332 4089446400 4194304 8223781 140735496083824 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/14908/statm: 20428 19332 579 984 0 19441 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 81712

[startup+51.1004 s]
/proc/loadavg: 2.00 2.02 2.00 3/179 14910
/proc/meminfo: memFree=29909712/32951124 swapFree=67111528/67111528
[pid=14908] ppid=14906 vsize=111308 CPUtime=51.09
/proc/14908/stat : 14908 (pbscip.linux.x8) R 14906 14908 14567 0 -1 4202496 66620 0 0 0 4963 146 0 0 25 0 1 0 134415634 113979392 26792 4089446400 4194304 8223781 140735496083824 18446744073709551615 6456376 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/14908/statm: 27827 26792 579 984 0 26840 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 111308

[startup+102.307 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 14912
/proc/meminfo: memFree=29812552/32951124 swapFree=67111528/67111528
[pid=14908] ppid=14906 vsize=171764 CPUtime=102.3
/proc/14908/stat : 14908 (pbscip.linux.x8) R 14906 14908 14567 0 -1 4202496 86267 0 0 0 9954 276 0 0 25 0 1 0 134415634 175886336 42035 4089446400 4194304 8223781 140735496083824 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/14908/statm: 42941 42035 584 984 0 41954 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 171764

[startup+162.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 14913
/proc/meminfo: memFree=29696816/32951124 swapFree=67111528/67111528
[pid=14908] ppid=14906 vsize=243160 CPUtime=162.29
/proc/14908/stat : 14908 (pbscip.linux.x8) R 14906 14908 14567 0 -1 4202496 103730 0 0 0 15806 423 0 0 25 0 1 0 134415634 248995840 59495 4089446400 4194304 8223781 140735496083824 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/14908/statm: 60790 59495 584 984 0 59803 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 243160

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 14914
/proc/meminfo: memFree=29621004/32951124 swapFree=67111528/67111528
[pid=14908] ppid=14906 vsize=296088 CPUtime=222.29
/proc/14908/stat : 14908 (pbscip.linux.x8) R 14906 14908 14567 0 -1 4202496 232045 0 0 0 21639 590 0 0 25 0 1 0 134415634 303194112 72559 4089446400 4194304 8223781 140735496083824 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/14908/statm: 74022 72559 586 984 0 73035 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 296088

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 14916
/proc/meminfo: memFree=29504512/32951124 swapFree=67111528/67111528
[pid=14908] ppid=14906 vsize=404252 CPUtime=282.3
/proc/14908/stat : 14908 (pbscip.linux.x8) R 14906 14908 14567 0 -1 4202496 312951 0 0 0 27428 802 0 0 25 0 1 0 134415634 413954048 97649 4089446400 4194304 8223781 140735496083824 18446744073709551615 7453498 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/14908/statm: 101063 97649 592 984 0 100076 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 404252

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 14918
/proc/meminfo: memFree=29395608/32951124 swapFree=67111528/67111528
[pid=14908] ppid=14906 vsize=484716 CPUtime=342.3
/proc/14908/stat : 14908 (pbscip.linux.x8) R 14906 14908 14567 0 -1 4202496 335334 0 0 0 33222 1008 0 0 25 0 1 0 134415634 496349184 115432 4089446400 4194304 8223781 140735496083824 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/14908/statm: 121179 115432 592 984 0 120192 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 484716

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15243
/proc/meminfo: memFree=30710176/32951124 swapFree=67111528/67111528
[pid=14908] ppid=14906 vsize=558404 CPUtime=402.27
/proc/14908/stat : 14908 (pbscip.linux.x8) R 14906 14908 14567 0 -1 4202496 350415 0 0 0 39061 1166 0 0 25 0 1 0 134415634 571805696 130510 4089446400 4194304 8223781 140735496083824 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/14908/statm: 139601 130510 592 984 0 138614 0
Current children cumulated CPU time (s) 402.27
Current children cumulated vsize (KiB) 558404

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15244
/proc/meminfo: memFree=30642408/32951124 swapFree=67111528/67111528
[pid=14908] ppid=14906 vsize=626304 CPUtime=462.28
/proc/14908/stat : 14908 (pbscip.linux.x8) R 14906 14908 14567 0 -1 4202496 365597 0 0 0 45004 1224 0 0 25 0 1 0 134415634 641335296 143877 4089446400 4194304 8223781 140735496083824 18446744073709551615 4948236 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/14908/statm: 156576 143877 592 984 0 155589 0
Current children cumulated CPU time (s) 462.28
Current children cumulated vsize (KiB) 626304

[startup+522.301 s]
/proc/loadavg: 2.08 2.03 2.01 3/179 15505
/proc/meminfo: memFree=30556016/32951124 swapFree=67111528/67111528
[pid=14908] ppid=14906 vsize=690744 CPUtime=522.28
/proc/14908/stat : 14908 (pbscip.linux.x8) R 14906 14908 14567 0 -1 4202496 379014 0 0 0 50947 1281 0 0 25 0 1 0 134415634 707321856 157287 4089446400 4194304 8223781 140735496083824 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/14908/statm: 172686 157287 592 984 0 171699 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 690744

[startup+582.301 s]
/proc/loadavg: 2.03 2.02 2.00 3/179 15507
/proc/meminfo: memFree=30431740/32951124 swapFree=67111528/67111528
[pid=14908] ppid=14906 vsize=747252 CPUtime=582.28
/proc/14908/stat : 14908 (pbscip.linux.x8) R 14906 14908 14567 0 -1 4202496 390427 0 0 0 56890 1338 0 0 25 0 1 0 134415634 765186048 168690 4089446400 4194304 8223781 140735496083824 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/14908/statm: 186813 168690 592 984 0 185826 0
Current children cumulated CPU time (s) 582.28
Current children cumulated vsize (KiB) 747252

[startup+642.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/179 15509
/proc/meminfo: memFree=30317116/32951124 swapFree=67111528/67111528
[pid=14908] ppid=14906 vsize=789760 CPUtime=642.28
/proc/14908/stat : 14908 (pbscip.linux.x8) R 14906 14908 14567 0 -1 4202496 398967 0 0 0 62837 1391 0 0 25 0 1 0 134415634 808714240 177230 4089446400 4194304 8223781 140735496083824 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/14908/statm: 197440 177230 592 984 0 196453 0
Current children cumulated CPU time (s) 642.28
Current children cumulated vsize (KiB) 789760

[startup+702.3 s]

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

[startup+942.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15517
/proc/meminfo: memFree=29693504/32951124 swapFree=67111528/67111528
[pid=14908] ppid=14906 vsize=1074868 CPUtime=942.29
/proc/14908/stat : 14908 (pbscip.linux.x8) R 14906 14908 14567 0 -1 4202496 460091 0 0 0 92586 1643 0 0 25 0 1 0 134415634 1100664832 232468 4089446400 4194304 8223781 140735496083824 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/14908/statm: 268717 232468 592 984 0 267730 0
Current children cumulated CPU time (s) 942.29
Current children cumulated vsize (KiB) 1074868

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15519
/proc/meminfo: memFree=29578264/32951124 swapFree=67111528/67111528
[pid=14908] ppid=14906 vsize=1120724 CPUtime=1002.29
/proc/14908/stat : 14908 (pbscip.linux.x8) R 14906 14908 14567 0 -1 4202496 468689 0 0 0 98532 1697 0 0 25 0 1 0 134415634 1147621376 241066 4089446400 4194304 8223781 140735496083824 18446744073709551615 5813664 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/14908/statm: 280181 241066 592 984 0 279194 0
Current children cumulated CPU time (s) 1002.29
Current children cumulated vsize (KiB) 1120724

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15520
/proc/meminfo: memFree=29467888/32951124 swapFree=67111528/67111528
[pid=14908] ppid=14906 vsize=1157136 CPUtime=1062.29
/proc/14908/stat : 14908 (pbscip.linux.x8) R 14906 14908 14567 0 -1 4202496 476112 0 0 0 104480 1749 0 0 25 0 1 0 134415634 1184907264 248489 4089446400 4194304 8223781 140735496083824 18446744073709551615 5506871 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/14908/statm: 289284 248489 592 984 0 288297 0
Current children cumulated CPU time (s) 1062.29
Current children cumulated vsize (KiB) 1157136

[startup+1122.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/179 15521
/proc/meminfo: memFree=29353264/32951124 swapFree=67111528/67111528
[pid=14908] ppid=14906 vsize=1199960 CPUtime=1122.29
/proc/14908/stat : 14908 (pbscip.linux.x8) R 14906 14908 14567 0 -1 4202496 489522 0 0 0 110425 1804 0 0 25 0 1 0 134415634 1228759040 257343 4089446400 4194304 8223781 140735496083824 18446744073709551615 6003129 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/14908/statm: 299990 257343 592 984 0 299003 0
Current children cumulated CPU time (s) 1122.29
Current children cumulated vsize (KiB) 1199960

[startup+1182.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 15523
/proc/meminfo: memFree=29236180/32951124 swapFree=67111528/67111528
[pid=14908] ppid=14906 vsize=1245460 CPUtime=1182.3
/proc/14908/stat : 14908 (pbscip.linux.x8) R 14906 14908 14567 0 -1 4202496 498578 0 0 0 116370 1860 0 0 25 0 1 0 134415634 1275351040 266395 4089446400 4194304 8223781 140735496083824 18446744073709551615 6446791 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/14908/statm: 311365 266395 592 984 0 310378 0
Current children cumulated CPU time (s) 1182.3
Current children cumulated vsize (KiB) 1245460

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15525
/proc/meminfo: memFree=29123288/32951124 swapFree=67111528/67111528
[pid=14908] ppid=14906 vsize=1284824 CPUtime=1242.3
/proc/14908/stat : 14908 (pbscip.linux.x8) R 14906 14908 14567 0 -1 4202496 506608 0 0 0 122318 1912 0 0 25 0 1 0 134415634 1315659776 274424 4089446400 4194304 8223781 140735496083824 18446744073709551615 6003380 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/14908/statm: 321206 274424 592 984 0 320219 0
Current children cumulated CPU time (s) 1242.3
Current children cumulated vsize (KiB) 1284824

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15527
/proc/meminfo: memFree=29004052/32951124 swapFree=67111528/67111528
[pid=14908] ppid=14906 vsize=1336576 CPUtime=1302.3
/proc/14908/stat : 14908 (pbscip.linux.x8) R 14906 14908 14567 0 -1 4202496 516075 0 0 0 128268 1962 0 0 25 0 1 0 134415634 1368653824 283891 4089446400 4194304 8223781 140735496083824 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/14908/statm: 334144 283891 592 984 0 333157 0
Current children cumulated CPU time (s) 1302.3
Current children cumulated vsize (KiB) 1336576

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15528
/proc/meminfo: memFree=28893896/32951124 swapFree=67111528/67111528
[pid=14908] ppid=14906 vsize=1375196 CPUtime=1362.3
/proc/14908/stat : 14908 (pbscip.linux.x8) R 14906 14908 14567 0 -1 4202496 523472 0 0 0 134214 2016 0 0 25 0 1 0 134415634 1408200704 291284 4089446400 4194304 8223781 140735496083824 18446744073709551615 4660042 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/14908/statm: 343799 291284 592 984 0 342812 0
Current children cumulated CPU time (s) 1362.3
Current children cumulated vsize (KiB) 1375196

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15529
/proc/meminfo: memFree=28778888/32951124 swapFree=67111528/67111528
[pid=14908] ppid=14906 vsize=1420496 CPUtime=1422.3
/proc/14908/stat : 14908 (pbscip.linux.x8) R 14906 14908 14567 0 -1 4202496 531824 0 0 0 140160 2070 0 0 25 0 1 0 134415634 1454587904 299636 4089446400 4194304 8223781 140735496083824 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/14908/statm: 355124 299636 592 984 0 354137 0
Current children cumulated CPU time (s) 1422.3
Current children cumulated vsize (KiB) 1420496

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15531
/proc/meminfo: memFree=28665876/32951124 swapFree=67111528/67111528
[pid=14908] ppid=14906 vsize=1458872 CPUtime=1482.31
/proc/14908/stat : 14908 (pbscip.linux.x8) R 14906 14908 14567 0 -1 4202496 540115 0 0 0 146106 2125 0 0 25 0 1 0 134415634 1493884928 307927 4089446400 4194304 8223781 140735496083824 18446744073709551615 6328798 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/14908/statm: 364718 307927 592 984 0 363731 0
Current children cumulated CPU time (s) 1482.31
Current children cumulated vsize (KiB) 1458872

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15533
/proc/meminfo: memFree=28549020/32951124 swapFree=67111528/67111528
[pid=14908] ppid=14906 vsize=1511320 CPUtime=1542.31
/proc/14908/stat : 14908 (pbscip.linux.x8) R 14906 14908 14567 0 -1 4202496 548486 0 0 0 152055 2176 0 0 25 0 1 0 134415634 1547591680 316298 4089446400 4194304 8223781 140735496083824 18446744073709551615 6455718 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/14908/statm: 377830 316298 592 984 0 376843 0
Current children cumulated CPU time (s) 1542.31
Current children cumulated vsize (KiB) 1511320

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15535
/proc/meminfo: memFree=28427564/32951124 swapFree=67111528/67111528
[pid=14908] ppid=14906 vsize=1564440 CPUtime=1602.3
/proc/14908/stat : 14908 (pbscip.linux.x8) R 14906 14908 14567 0 -1 4202496 558682 0 0 0 158003 2227 0 0 25 0 1 0 134415634 1601986560 326494 4089446400 4194304 8223781 140735496083824 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/14908/statm: 391110 326494 592 984 0 390123 0
Current children cumulated CPU time (s) 1602.3
Current children cumulated vsize (KiB) 1564440

[startup+1662.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/179 15536
/proc/meminfo: memFree=28313928/32951124 swapFree=67111528/67111528
[pid=14908] ppid=14906 vsize=1611660 CPUtime=1662.31
/proc/14908/stat : 14908 (pbscip.linux.x8) R 14906 14908 14567 0 -1 4202496 567139 0 0 0 163952 2279 0 0 25 0 1 0 134415634 1650339840 334951 4089446400 4194304 8223781 140735496083824 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/14908/statm: 402915 334951 592 984 0 401928 0
Current children cumulated CPU time (s) 1662.31
Current children cumulated vsize (KiB) 1611660

[startup+1722.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 15537
/proc/meminfo: memFree=28200168/32951124 swapFree=67111528/67111528
[pid=14908] ppid=14906 vsize=1649452 CPUtime=1722.31
/proc/14908/stat : 14908 (pbscip.linux.x8) R 14906 14908 14567 0 -1 4202496 575060 0 0 0 169905 2326 0 0 25 0 1 0 134415634 1689038848 342872 4089446400 4194304 8223781 140735496083824 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/14908/statm: 412363 342872 592 984 0 411376 0
Current children cumulated CPU time (s) 1722.31
Current children cumulated vsize (KiB) 1649452

[startup+1782.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 15539
/proc/meminfo: memFree=28089740/32951124 swapFree=67111528/67111528
[pid=14908] ppid=14906 vsize=1690628 CPUtime=1782.31
/proc/14908/stat : 14908 (pbscip.linux.x8) R 14906 14908 14567 0 -1 4202496 582197 0 0 0 175856 2375 0 0 25 0 1 0 134415634 1731203072 350007 4089446400 4194304 8223781 140735496083824 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/14908/statm: 422657 350007 592 984 0 421670 0
Current children cumulated CPU time (s) 1782.31
Current children cumulated vsize (KiB) 1690628



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15540
/proc/meminfo: memFree=28055996/32951124 swapFree=67111528/67111528
[pid=14908] ppid=14906 vsize=1701788 CPUtime=1800.01
/proc/14908/stat : 14908 (pbscip.linux.x8) R 14906 14908 14567 0 -1 4202496 584599 0 0 0 177611 2390 0 0 25 0 1 0 134415634 1742630912 352409 4089446400 4194304 8223781 140735496083824 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/14908/statm: 425447 352409 592 984 0 424460 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 1701788

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+1800.2 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15540
/proc/meminfo: memFree=28055996/32951124 swapFree=67111528/67111528
[pid=14908] ppid=14906 vsize=1692916 CPUtime=1800.21
/proc/14908/stat : 14908 (pbscip.linux.x8) R 14906 14908 14567 0 -1 4202496 584694 0 0 0 177631 2390 0 0 18 0 1 0 134415634 1733545984 350200 4089446400 4194304 8223781 140735496083824 18446744073709551615 4670079 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/14908/statm: 423229 350200 594 984 0 422242 0
Current children cumulated CPU time (s) 1800.21
Current children cumulated vsize (KiB) 1692916

[startup+1800.6 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 15541
/proc/meminfo: memFree=28171184/32951124 swapFree=67111528/67111528
[pid=14908] ppid=14906 vsize=1583864 CPUtime=1800.62
/proc/14908/stat : 14908 (pbscip.linux.x8) R 14906 14908 14567 0 -1 4202496 584694 0 0 0 177671 2391 0 0 18 0 1 0 134415634 1621876736 322955 4089446400 4194304 8223781 140735496083824 18446744073709551615 4221383 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/14908/statm: 395966 322955 594 984 0 394979 0
Current children cumulated CPU time (s) 1800.62
Current children cumulated vsize (KiB) 1583864

Child status: 0
Real time (s): 1800.7
CPU time (s): 1800.72
CPU user time (s): 1776.75
CPU system time (s): 23.9724
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 1702132

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

runsolver used 2.6316 second user time and 5.9261 second system time

The end

Launcher Data

Begin job on node106 at 2010-06-30 22:53:00
IDJOB=2692443
IDBENCH=79312
IDSOLVER=1204
FILE ID=node106/2692443-1277931180
PBS_JOBID= 11197405
Free space on /tmp= 74208 MiB

SOLVER NAME= SCIPspx SCIP 1.2.1.2 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solver
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900569834--soft-0-100-0.wbo
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2692443-1277931180/watcher-2692443-1277931180 -o /tmp/evaluation-result-2692443-1277931180/solver-2692443-1277931180 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2692443-1277931180.wbo -t 1800 -m 3800

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

MD5SUM BENCH= ebe664bdb6d24f27290f0bb7f023aa5a
RANDOM SEED=1439953415

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

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

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.825
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.76
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.825
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.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.825
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.73
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.825
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.83
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.825
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.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30049548 kB
Buffers:        216464 kB
Cached:        1280240 kB
SwapCached:          0 kB
Active:        1702328 kB
Inactive:      1051820 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30049548 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            4300 kB
Writeback:           0 kB
AnonPages:     1257816 kB
Mapped:          16872 kB
Slab:            80084 kB
PageTables:       6984 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1406884 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= 74204 MiB
End job on node106 at 2010-06-30 23:23:02