Trace number 2692960

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.2 with Clp 1.11.1 (Release Version) as LP solverMSAT (TO) 1800.26 1800.2

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900562192--soft-0-100-0.wbo
MD5SUMdb6ee27e0a2875f2e81d96fef92170ce
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 benchmark137.819
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 765
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: Clp 1.11.1] [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-2692960-1277926146.wbo>
0.03/0.03	c original problem has 5645 variables (2938 bin, 0 int, 0 impl, 2707 cont) and 5415 constraints
0.03/0.03	c problem read
0.03/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.19	c    (0.1s) probing: 101/2938 (3.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.09/0.19	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.09/0.19	c presolving (3 rounds):
0.09/0.19	c  0 deleted vars, 1 deleted constraints, 2707 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.09/0.19	c  2707 implications, 0 cliques
0.09/0.19	c presolved problem has 5645 variables (2938 bin, 0 int, 0 impl, 2707 cont) and 5414 constraints
0.09/0.19	c    2707 constraints of type <indicator>
0.09/0.19	c    2707 constraints of type <linear>
0.09/0.19	c transformed objective value is always integral (scale: 1)
0.09/0.19	c Presolving Time: 0.13
0.09/0.19	c - non default parameters ----------------------------------------------------------------------
0.09/0.19	c # SCIP version 1.2.1.2
0.09/0.19	c 
0.09/0.19	c # frequency for displaying node information lines
0.09/0.19	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.19	c display/freq = 10000
0.09/0.19	c 
0.09/0.19	c # maximal time in seconds to run
0.09/0.19	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.19	c limits/time = 1799.97
0.09/0.19	c 
0.09/0.19	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.19	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.19	c limits/memory = 3420
0.09/0.19	c 
0.09/0.19	c # should presolving try to simplify inequalities
0.09/0.19	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.19	c constraints/linear/simplifyinequalities = TRUE
0.09/0.19	c 
0.09/0.19	c # should presolving try to simplify knapsacks
0.09/0.19	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.19	c constraints/knapsack/simplifyinequalities = TRUE
0.09/0.19	c 
0.09/0.19	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.09/0.19	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.19	c separating/rapidlearning/freq = 0
0.09/0.19	c 
0.09/0.19	c -----------------------------------------------------------------------------------------------
0.09/0.19	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 |    20 |     - |  19M|   0 |   0 |5645 |5414 |5645 |  22 |  22 |   0 |   0 | 0.000000e+00 | 1.356400e+05 |    Inf 
0.19/0.21	c   0.2s|     1 |     0 |    42 |     - |  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 |    62 |     - |  19M|   0 |  14 |5645 |5414 |5645 |  85 |  85 |   0 |   0 | 0.000000e+00 | 1.356400e+05 |    Inf 
0.19/0.23	c   0.2s|     1 |     0 |    88 |     - |  19M|   0 |  33 |5645 |5414 |5645 | 123 | 123 |   0 |   0 | 0.000000e+00 | 1.356400e+05 |    Inf 
0.19/0.25	c   0.2s|     1 |     0 |   110 |     - |  19M|   0 |  43 |5645 |5414 |5645 | 145 | 145 |   0 |   0 | 0.000000e+00 | 1.356400e+05 |    Inf 
0.19/0.28	c   0.2s|     1 |     0 |   183 |     - |  19M|   0 |  50 |5645 |5414 |5645 | 164 | 164 |   0 |   0 | 0.000000e+00 | 1.356400e+05 |    Inf 
0.39/0.41	c   0.3s|     1 |     2 |   276 |     - |  19M|   0 |  50 |5645 |5414 |5645 | 164 | 164 |   0 |  33 | 0.000000e+00 | 1.356400e+05 |    Inf 
6.49/6.52	o 350
6.49/6.52	c R 6.2s|  3550 |  3470 |  2586 |   0.7 |  31M|2537 |   - |5645 |5455 |5645 | 223 | 823 |  41 | 618 | 0.000000e+00 | 3.500000e+02 |    Inf 
10.29/10.38	o 338
10.29/10.38	c *10.0s|  5607 |  5133 |  4743 |   0.8 |  38M|2537 |   - |5645 |5660 |5645 | 256 |1515 | 246 | 721 | 0.000000e+00 | 3.380000e+02 |    Inf 
13.29/13.37	o 336
13.29/13.37	c *12.9s|  6683 |  5912 |  6877 |   1.0 |  43M|2537 |   - |5645 |6485 |5645 | 243 |2232 |1071 | 806 | 0.000000e+00 | 3.360000e+02 |    Inf 
15.09/15.16	o 327
15.09/15.16	c *14.7s|  7304 |  6273 |  8559 |   1.1 |  44M|2537 |   - |5645 |6980 |5645 | 230 |2729 |1566 | 867 | 0.000000e+00 | 3.270000e+02 |    Inf 
16.19/16.29	o 316
16.19/16.29	c *15.8s|  7617 |  6354 |  9691 |   1.2 |  46M|2537 |   - |5645 |7295 |5645 | 249 |3082 |1881 | 939 | 0.000000e+00 | 3.160000e+02 |    Inf 
16.19/16.29	o 298
16.19/16.29	c *15.8s|  7618 |  6117 |  9691 |   1.2 |  45M|2537 |   - |5645 |7295 |5645 | 249 |3082 |1881 | 939 | 0.000000e+00 | 2.980000e+02 |    Inf 
16.49/16.54	o 291
16.49/16.54	c *16.0s|  7687 |  6053 |  9970 |   1.3 |  45M|2537 |   - |5645 |7326 |5645 | 279 |3167 |1912 | 944 | 0.000000e+00 | 2.910000e+02 |    Inf 
16.49/16.55	o 285
16.49/16.55	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
16.49/16.55	c *16.0s|  7688 |  5938 |  9970 |   1.3 |  44M|2537 |   - |5645 |7326 |5645 | 279 |3167 |1912 | 944 | 0.000000e+00 | 2.850000e+02 |    Inf 
17.60/17.69	o 279
17.60/17.69	c *17.1s|  8025 |  6075 | 11458 |   1.4 |  45M|2537 |   - |5645 |7532 |5645 | 241 |3624 |2118 | 994 | 0.000000e+00 | 2.790000e+02 |    Inf 
17.60/17.69	o 273
17.60/17.69	c *17.1s|  8026 |  5944 | 11462 |   1.4 |  45M|2537 |   - |5645 |7532 |5645 | 241 |3624 |2118 | 994 | 0.000000e+00 | 2.730000e+02 |    Inf 
18.99/19.06	o 261
18.99/19.06	c *18.5s|  8535 |  6145 | 12567 |   1.5 |  46M|2537 |   - |5645 |7952 |5645 | 221 |3921 |2538 |1032 | 0.000000e+00 | 2.610000e+02 |    Inf 
21.60/21.60	o 240
21.60/21.60	c *20.9s|  9202 |  6142 | 15027 |   1.6 |  47M|2537 |   - |5645 |8622 |5645 | 240 |4709 |3236 |1072 | 0.000000e+00 | 2.400000e+02 |    Inf 
24.39/24.49	c  23.7s| 10000 |  6719 | 18848 |   1.9 |  51M|2537 |   0 |5645 |8953 |5645 | 262 |5872 |3723 |1182 | 0.000000e+00 | 2.400000e+02 |    Inf 
24.59/24.66	o 223
24.59/24.66	c *23.9s| 10118 |  6415 | 18852 |   1.8 |  50M|2537 |   - |5645 |8960 |5645 | 262 |5872 |3730 |1182 | 0.000000e+00 | 2.230000e+02 |    Inf 
24.99/25.03	o 221
24.99/25.03	c *24.3s| 10232 |  6441 | 19457 |   1.9 |  50M|2537 |   - |5645 |8991 |5645 | 245 |6044 |3799 |1189 | 0.000000e+00 | 2.210000e+02 |    Inf 
24.99/25.04	o 219
24.99/25.04	c *24.3s| 10233 |  6357 | 19463 |   1.9 |  50M|2537 |   - |5645 |8991 |5645 | 245 |6044 |3799 |1189 | 0.000000e+00 | 2.190000e+02 |    Inf 
31.70/31.78	o 196
31.70/31.78	c *30.8s| 12706 |  7147 | 25426 |   2.0 |  54M|2537 |   - |5645 |9364 |5645 | 249 |7836 |5349 |1343 | 0.000000e+00 | 1.960000e+02 |    Inf 
31.99/32.08	o 192
31.99/32.08	c *31.1s| 12771 |  7055 | 25858 |   2.0 |  53M|2537 |   - |5645 |9357 |5645 | 299 |7981 |5369 |1344 | 0.000000e+00 | 1.920000e+02 |    Inf 
35.20/35.24	o 183
35.20/35.24	c *34.2s| 13845 |  7504 | 28563 |   2.0 |  56M|2537 |   - |5645 |9241 |5645 | 246 |8755 |6136 |1356 | 0.000000e+00 | 1.830000e+02 |    Inf 
35.20/35.24	o 177
35.20/35.24	c *34.2s| 13846 |  7328 | 28563 |   2.0 |  55M|2537 |   - |5645 |9237 |5645 | 246 |8755 |6136 |1356 | 0.000000e+00 | 1.770000e+02 |    Inf 
36.89/36.93	o 168
36.89/36.93	c *35.8s| 14399 |  7324 | 30149 |   2.1 |  56M|2537 |   - |5645 |8962 |5645 | 253 |9170 |6637 |1380 | 0.000000e+00 | 1.680000e+02 |    Inf 
37.20/37.29	o 156
37.20/37.29	c *36.2s| 14523 |  7046 | 30598 |   2.1 |  54M|2537 |   - |5645 |8891 |5645 | 253 |9288 |6667 |1382 | 0.000000e+00 | 1.560000e+02 |    Inf 
38.40/38.41	o 149
38.40/38.41	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
38.40/38.41	c *37.2s| 14812 |  7030 | 32307 |   2.2 |  54M|2537 |   - |5645 |8770 |5645 | 275 |9736 |6912 |1396 | 0.000000e+00 | 1.490000e+02 |    Inf 
41.89/41.98	o 147
41.89/41.98	c *40.7s| 15726 |  7512 | 37972 |   2.4 |  58M|2537 |   - |5645 |7821 |5645 | 272 |  11k|7637 |1440 | 0.000000e+00 | 1.470000e+02 |    Inf 
41.89/41.99	o 145
41.89/41.99	c *40.7s| 15727 |  7448 | 37974 |   2.4 |  57M|2537 |   - |5645 |7821 |5645 | 272 |  11k|7637 |1440 | 0.000000e+00 | 1.450000e+02 |    Inf 
44.59/44.63	o 141
44.59/44.63	c *43.3s| 16463 |  7723 | 41680 |   2.5 |  61M|2537 |   - |5645 |7574 |5645 | 256 |  12k|8305 |1467 | 0.000000e+00 | 1.410000e+02 |    Inf 
44.59/44.64	o 127
44.59/44.64	c *43.3s| 16464 |  7128 | 41680 |   2.5 |  57M|2537 |   - |5645 |7574 |5645 | 256 |  12k|8305 |1467 | 0.000000e+00 | 1.270000e+02 |    Inf 
45.50/45.59	o 124
45.50/45.59	c *44.2s| 16703 |  7113 | 42767 |   2.5 |  57M|2537 |   - |5645 |7625 |5645 | 238 |  12k|8541 |1475 | 0.000000e+00 | 1.240000e+02 |    Inf 
46.49/46.57	o 123
46.49/46.57	c *45.2s| 16914 |  7183 | 44573 |   2.6 |  59M|2537 |   - |5645 |7247 |5645 | 219 |  13k|8767 |1491 | 0.000000e+00 | 1.230000e+02 |    Inf 
47.09/47.12	o 120
47.09/47.12	c *45.7s| 17079 |  7116 | 45429 |   2.6 |  58M|2537 |   - |5645 |7287 |5645 | 264 |  13k|8892 |1493 | 0.000000e+00 | 1.200000e+02 |    Inf 
50.50/50.54	o 114
50.50/50.54	c *49.0s| 18098 |  7576 | 50632 |   2.8 |  62M|2537 |   - |5645 |7276 |5645 | 247 |  14k|9713 |1542 | 0.000000e+00 | 1.140000e+02 |    Inf 
50.60/50.64	o 112
50.60/50.64	c *49.1s| 18122 |  7517 | 50867 |   2.8 |  61M|2537 |   - |5645 |7245 |5645 | 234 |  14k|9734 |1542 | 0.000000e+00 | 1.120000e+02 |    Inf 
50.79/50.83	o 109
50.79/50.83	c *49.3s| 18162 |  7355 | 51167 |   2.8 |  61M|2537 |   - |5645 |7164 |5645 | 243 |  14k|9761 |1544 | 0.000000e+00 | 1.090000e+02 |    Inf 
56.19/56.26	c  54.6s| 20000 |  8538 | 57384 |   2.9 |  69M|2537 |   0 |5645 |7962 |5645 | 230 |  16k|  11k|1591 | 0.000000e+00 | 1.090000e+02 |    Inf 
59.79/59.80	o 108
59.79/59.80	c *58.0s| 21096 |  9177 | 60531 |   2.9 |  75M|2537 |   - |5645 |8075 |5645 | 256 |  17k|  12k|1603 | 0.000000e+00 | 1.080000e+02 |    Inf 
59.79/59.85	o 107
59.79/59.85	c *58.1s| 21117 |  9137 | 60603 |   2.9 |  74M|2537 |   - |5645 |8071 |5645 | 262 |  17k|  12k|1603 | 0.000000e+00 | 1.070000e+02 |    Inf 
61.99/62.03	o 101
61.99/62.03	c *60.2s| 21763 |  9184 | 63235 |   2.9 |  77M|2537 |   - |5645 |8177 |5645 | 261 |  17k|  13k|1615 | 0.000000e+00 | 1.010000e+02 |    Inf 
62.90/62.98	o 86
62.90/62.98	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
62.90/62.98	c *61.1s| 22219 |  8111 | 63834 |   2.9 |  73M|2537 |   - |5645 |8122 |5645 | 257 |  18k|  13k|1616 | 0.000000e+00 | 8.600000e+01 |    Inf 
64.80/64.85	o 85
64.80/64.85	c *62.9s| 22693 |  8181 | 66111 |   2.9 |  74M|2537 |   - |5645 |7312 |5645 | 242 |  18k|  13k|1630 | 0.000000e+00 | 8.500000e+01 |    Inf 
67.70/67.76	o 80
67.70/67.76	c *65.8s| 23484 |  8021 | 68798 |   2.9 |  74M|2537 |   - |5645 |7379 |5645 | 259 |  19k|  14k|1634 | 0.000000e+00 | 8.000000e+01 |    Inf 
69.89/69.99	o 79
69.89/69.99	c *67.9s| 24037 |  8113 | 71264 |   3.0 |  76M|2537 |   - |5645 |7224 |5645 | 246 |  20k|  15k|1637 | 0.000000e+00 | 7.900000e+01 |    Inf 
71.89/71.90	o 78
71.89/71.90	c *69.8s| 24565 |  7898 | 73214 |   3.0 |  73M|2537 |   - |5645 |7306 |5645 | 266 |  20k|  16k|1639 | 0.000000e+00 | 7.800000e+01 |    Inf 
88.69/88.79	o 56
88.69/88.79	c *86.1s| 29421 |  7709 | 90615 |   3.1 |  82M|2537 |   - |5645 |8740 |5645 | 301 |  25k|  22k|1687 | 0.000000e+00 | 5.600000e+01 |    Inf 
90.69/90.77	c  88.0s| 30000 |  7871 | 92766 |   3.1 |  83M|2537 |   - |5645 |7828 |   0 |   0 |  25k|  23k|1709 | 0.000000e+00 | 5.600000e+01 |    Inf 
106.39/106.40	o 54
106.39/106.40	c * 103s| 34929 |  8556 |110383 |   3.2 |  93M|2537 |   - |5645 |8879 |5645 | 262 |  29k|  30k|1806 | 0.000000e+00 | 5.400000e+01 |    Inf 
106.70/106.70	o 51
106.70/106.70	c * 103s| 35012 |  8224 |110648 |   3.2 |  90M|2537 |   - |5645 |8802 |5645 | 259 |  29k|  30k|1806 | 0.000000e+00 | 5.100000e+01 |    Inf 
107.40/107.44	o 39
107.40/107.44	c * 104s| 35239 |  7245 |111469 |   3.2 |  81M|2537 |   - |5645 |8520 |5645 | 260 |  30k|  31k|1809 | 0.000000e+00 | 3.900000e+01 |    Inf 
119.59/119.67	o 30
119.59/119.67	c * 116s| 39739 |  6213 |125576 |   3.2 |  78M|2537 |   - |5645 |7960 |5645 | 269 |  33k|  38k|1954 | 0.000000e+00 | 3.000000e+01 |    Inf 
120.29/120.36	c   117s| 40000 |  6215 |126168 |   3.1 |  78M|2537 |   - |5645 |7502 |   0 |   0 |  33k|  38k|1959 | 0.000000e+00 | 3.000000e+01 |    Inf 
130.19/130.23	o 25
130.19/130.23	c * 126s| 44298 |  5731 |138891 |   3.1 |  76M|2537 |   - |5645 |7826 |5645 | 234 |  35k|  45k|2045 | 0.000000e+00 | 2.500000e+01 |    Inf 
130.99/131.00	o 23
130.99/131.00	c * 127s| 44593 |  5592 |139872 |   3.1 |  75M|2537 |   - |5645 |7322 |5645 | 227 |  35k|  45k|2047 | 0.000000e+00 | 2.300000e+01 |    Inf 
141.39/141.43	o 22
141.39/141.43	c * 137s| 49369 |  5571 |152455 |   3.1 |  73M|2537 |   - |5645 |9662 |5645 | 251 |  37k|  51k|2110 | 0.000000e+00 | 2.200000e+01 |    Inf 
142.69/142.74	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
142.69/142.74	c   138s| 50000 |  5596 |153714 |   3.1 |  74M|2537 |   0 |5645 |9602 |5645 | 225 |  38k|  52k|2123 | 0.000000e+00 | 2.200000e+01 |    Inf 
144.10/144.14	o 19
144.10/144.14	c * 139s| 50635 |  5385 |155473 |   3.1 |  72M|2537 |   - |5645 |8295 |5645 | 234 |  38k|  53k|2148 | 0.000000e+00 | 1.900000e+01 |    Inf 
150.29/150.39	o 13
150.29/150.39	c * 145s| 53603 |  4870 |163845 |   3.1 |  68M|2537 |   - |5645 |6898 |5645 | 266 |  39k|  58k|2239 | 0.000000e+00 | 1.300000e+01 |    Inf 
162.49/162.58	c   157s| 60000 |  4999 |184845 |   3.1 |  70M|2537 |   1 |5645 |8540 |5645 | 221 |  43k|  66k|2388 | 0.000000e+00 | 1.300000e+01 |    Inf 
165.90/165.96	o 12
165.90/165.96	c * 160s| 61758 |  4871 |190110 |   3.1 |  70M|2537 |   - |5645 |8114 |5645 | 253 |  43k|  68k|2428 | 0.000000e+00 | 1.200000e+01 |    Inf 
165.90/165.96	o 10
165.90/165.96	c * 160s| 61759 |  4464 |190115 |   3.1 |  67M|2537 |   - |5645 |8114 |5645 | 253 |  43k|  68k|2428 | 0.000000e+00 | 1.000000e+01 |    Inf 
179.49/179.52	o 7
179.49/179.52	c * 173s| 68903 |  4288 |215801 |   3.1 |  66M|2537 |   - |5645 |7441 |5645 | 216 |  47k|  78k|2605 | 0.000000e+00 | 7.000000e+00 |    Inf 
181.50/181.57	c   175s| 70000 |  4259 |219048 |   3.1 |  66M|2537 |   - |5645 |6157 |   0 |   0 |  48k|  79k|2610 | 0.000000e+00 | 7.000000e+00 |    Inf 
198.01/198.05	c   191s| 80000 |  4301 |248848 |   3.1 |  68M|2537 |   1 |5645 |8394 |5645 | 248 |  51k|  92k|2761 | 0.000000e+00 | 7.000000e+00 |    Inf 
216.10/216.16	c   208s| 90000 |  4119 |280991 |   3.1 |  68M|2537 |  13 |5645 |7428 |5645 | 226 |  55k| 107k|2947 | 0.000000e+00 | 7.000000e+00 |    Inf 
234.60/234.68	c   226s|100000 |  4128 |316798 |   3.2 |  70M|2537 |   - |5645 |  10k|   0 |   0 |  60k| 120k|3117 | 0.000000e+00 | 7.000000e+00 |    Inf 
242.70/242.74	o 4
242.70/242.74	c * 233s|104268 |  3559 |330890 |   3.2 |  64M|2537 |   - |5645 |  10k|5645 | 265 |  61k| 125k|3188 | 0.000000e+00 | 4.000000e+00 |    Inf 
253.20/253.23	c   243s|110000 |  3527 |350762 |   3.2 |  64M|2537 |   - |5645 |7424 |   0 |   0 |  64k| 133k|3290 | 0.000000e+00 | 4.000000e+00 |    Inf 
270.80/270.87	c   260s|120000 |  3472 |387032 |   3.2 |  64M|2537 |   1 |5645 |8195 |5645 | 245 |  67k| 147k|3426 | 0.000000e+00 | 4.000000e+00 |    Inf 
289.31/289.33	c   278s|130000 |  3388 |427718 |   3.3 |  64M|2537 |   - |5645 |8125 |   0 |   0 |  72k| 160k|3587 | 0.000000e+00 | 4.000000e+00 |    Inf 
307.20/307.21	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
307.20/307.21	c   295s|140000 |  3226 |461858 |   3.3 |  65M|2537 |   - |5645 |  10k|   0 |   0 |  76k| 174k|3734 | 0.000000e+00 | 4.000000e+00 |    Inf 
325.80/325.85	c   313s|150000 |  3253 |496195 |   3.3 |  65M|2537 |   1 |5645 |9776 |5645 | 200 |  80k| 188k|3843 | 0.000000e+00 | 4.000000e+00 |    Inf 
344.50/344.54	c   331s|160000 |  3287 |529128 |   3.3 |  67M|2537 |   1 |5645 |  12k|5645 | 212 |  84k| 201k|3975 | 0.000000e+00 | 4.000000e+00 |    Inf 
363.90/363.96	c   349s|170000 |  3490 |566646 |   3.3 |  70M|2537 |   1 |5645 |  13k|5645 | 233 |  90k| 215k|4090 | 0.000000e+00 | 4.000000e+00 |    Inf 
383.81/383.86	c   368s|180000 |  3479 |603158 |   3.3 |  71M|2537 |   - |5645 |  15k|   0 |   0 |  95k| 229k|4232 | 0.000000e+00 | 4.000000e+00 |    Inf 
402.62/402.64	c   386s|190000 |  3468 |633619 |   3.3 |  71M|2537 |  14 |5645 |  13k|5645 | 270 |  98k| 243k|4334 | 0.000000e+00 | 4.000000e+00 |    Inf 
421.90/421.99	c   405s|200000 |  3449 |669399 |   3.3 |  71M|2537 |   - |5645 |  12k|   0 |   0 | 103k| 257k|4418 | 0.000000e+00 | 4.000000e+00 |    Inf 
440.91/440.92	c   423s|210000 |  3416 |701019 |   3.3 |  71M|2537 |   - |5645 |  12k|   0 |   0 | 107k| 272k|4525 | 0.000000e+00 | 4.000000e+00 |    Inf 
459.91/459.92	c   441s|220000 |  3376 |737267 |   3.4 |  71M|2537 |   - |5645 |  12k|   0 |   0 | 111k| 286k|4660 | 0.000000e+00 | 4.000000e+00 |    Inf 
479.71/479.73	c   460s|230000 |  3395 |771922 |   3.4 |  72M|2537 |   1 |5645 |  14k|5645 | 242 | 115k| 300k|4751 | 0.000000e+00 | 4.000000e+00 |    Inf 
499.91/499.95	c   479s|240000 |  3343 |808665 |   3.4 |  71M|2537 |   - |5645 |  12k|   0 |   0 | 118k| 316k|4831 | 0.000000e+00 | 4.000000e+00 |    Inf 
519.12/519.17	c   498s|250000 |  3289 |842775 |   3.4 |  70M|2537 |   7 |5645 |  12k|5645 | 225 | 122k| 330k|4920 | 0.000000e+00 | 4.000000e+00 |    Inf 
538.41/538.43	c   516s|260000 |  3157 |878310 |   3.4 |  67M|2537 |   6 |5645 |  10k|5645 | 254 | 126k| 344k|5040 | 0.000000e+00 | 4.000000e+00 |    Inf 
557.01/557.09	c   534s|270000 |  3225 |910497 |   3.4 |  69M|2537 |   - |5645 |  12k|   0 |   0 | 130k| 358k|5121 | 0.000000e+00 | 4.000000e+00 |    Inf 
576.41/576.46	c   553s|280000 |  3282 |944857 |   3.4 |  70M|2537 |   - |5645 |  13k|   0 |   0 | 134k| 371k|5214 | 0.000000e+00 | 4.000000e+00 |    Inf 
595.21/595.27	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
595.21/595.27	c   571s|290000 |  3117 |976738 |   3.4 |  68M|2537 |   6 |5645 |  12k|5645 | 222 | 137k| 386k|5311 | 0.000000e+00 | 4.000000e+00 |    Inf 
613.62/613.70	c   588s|300000 |  3206 |  1007k|   3.4 |  69M|2537 |   - |5645 |  14k|   0 |   0 | 141k| 398k|5404 | 0.000000e+00 | 4.000000e+00 |    Inf 
633.62/633.64	c   607s|310000 |  3320 |  1036k|   3.3 |  71M|2537 |   1 |5645 |  15k|5645 | 240 | 144k| 411k|5458 | 0.000000e+00 | 4.000000e+00 |    Inf 
654.21/654.30	c   627s|320000 |  3362 |  1064k|   3.3 |  72M|2537 |   1 |5645 |  15k|5645 | 208 | 148k| 424k|5534 | 0.000000e+00 | 4.000000e+00 |    Inf 
673.91/673.98	c   646s|330000 |  3400 |  1094k|   3.3 |  73M|2537 |   5 |5645 |  16k|5645 | 261 | 151k| 439k|5599 | 0.000000e+00 | 4.000000e+00 |    Inf 
684.71/684.70	o 3
684.71/684.70	c * 656s|335641 |  3224 |  1111k|   3.3 |  71M|2537 |   - |5645 |  16k|5645 | 254 | 152k| 446k|5656 | 0.000000e+00 | 3.000000e+00 |    Inf 
693.11/693.19	c   664s|340000 |  3276 |  1126k|   3.3 |  71M|2537 |   1 |5645 |  14k|5645 | 201 | 154k| 453k|5671 | 0.000000e+00 | 3.000000e+00 |    Inf 
712.72/712.75	c   683s|350000 |  3268 |  1158k|   3.3 |  72M|2537 |   - |5645 |  17k|   0 |   0 | 158k| 467k|5750 | 0.000000e+00 | 3.000000e+00 |    Inf 
733.62/733.62	c   703s|360000 |  3304 |  1190k|   3.3 |  74M|2537 |  13 |5645 |  20k|5645 | 233 | 161k| 483k|5821 | 0.000000e+00 | 3.000000e+00 |    Inf 
755.12/755.17	c   724s|370000 |  3383 |  1224k|   3.3 |  75M|2537 |   - |5645 |  19k|   0 |   0 | 165k| 499k|5898 | 0.000000e+00 | 3.000000e+00 |    Inf 
776.02/776.00	c   744s|380000 |  3401 |  1259k|   3.3 |  75M|2537 |   - |5645 |  19k|   0 |   0 | 170k| 514k|5976 | 0.000000e+00 | 3.000000e+00 |    Inf 
796.62/796.66	c   764s|390000 |  3494 |  1290k|   3.3 |  77M|2537 |  11 |5645 |  21k|5645 | 229 | 173k| 529k|6035 | 0.000000e+00 | 3.000000e+00 |    Inf 
818.02/818.04	c   784s|400000 |  3527 |  1327k|   3.3 |  77M|2537 |   - |5645 |  21k|5645 | 250 | 176k| 544k|6093 | 0.000000e+00 | 3.000000e+00 |    Inf 
839.62/839.62	c   805s|410000 |  3525 |  1361k|   3.3 |  78M|2537 |   1 |5645 |  22k|5645 | 252 | 180k| 558k|6157 | 0.000000e+00 | 3.000000e+00 |    Inf 
839.92/839.96	o 2
839.92/839.96	c * 806s|410161 |  3395 |  1361k|   3.3 |  75M|2537 |   - |5645 |  22k|5645 | 232 | 180k| 558k|6157 | 0.000000e+00 | 2.000000e+00 |    Inf 
862.02/862.06	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
862.02/862.06	c   827s|420000 |  3497 |  1393k|   3.3 |  77M|2537 |  15 |5645 |  23k|5645 | 227 | 184k| 573k|6204 | 0.000000e+00 | 2.000000e+00 |    Inf 
885.02/885.07	c   849s|430000 |  3646 |  1424k|   3.3 |  79M|2537 |  12 |5645 |  24k|5645 | 208 | 187k| 587k|6253 | 0.000000e+00 | 2.000000e+00 |    Inf 
909.63/909.65	c   873s|440000 |  3817 |  1460k|   3.3 |  81M|2537 |   - |5645 |  27k|   0 |   0 | 191k| 603k|6310 | 0.000000e+00 | 2.000000e+00 |    Inf 
934.82/934.84	c   897s|450000 |  3984 |  1494k|   3.3 |  83M|2537 |   - |5645 |  27k|   0 |   0 | 194k| 617k|6360 | 0.000000e+00 | 2.000000e+00 |    Inf 
958.92/958.96	c   921s|460000 |  4024 |  1529k|   3.3 |  83M|2537 |  13 |5645 |  25k|5645 | 266 | 197k| 632k|6421 | 0.000000e+00 | 2.000000e+00 |    Inf 
983.23/983.21	c   944s|470000 |  4013 |  1565k|   3.3 |  83M|2537 |   - |5645 |  24k|   0 |   0 | 200k| 648k|6468 | 0.000000e+00 | 2.000000e+00 |    Inf 
1006.72/1006.77	c   967s|480000 |  4028 |  1602k|   3.3 |  83M|2537 |   - |5645 |  24k|   0 |   0 | 204k| 662k|6533 | 0.000000e+00 | 2.000000e+00 |    Inf 
1029.63/1029.66	c   989s|490000 |  3972 |  1639k|   3.3 |  83M|2537 |   - |5645 |  24k|   0 |   0 | 206k| 678k|6594 | 0.000000e+00 | 2.000000e+00 |    Inf 
1052.53/1052.56	c  1011s|500000 |  4027 |  1675k|   3.4 |  85M|2537 |   - |5645 |  26k|   0 |   0 | 209k| 694k|6647 | 0.000000e+00 | 2.000000e+00 |    Inf 
1075.32/1075.35	c  1033s|510000 |  3972 |  1714k|   3.4 |  84M|2537 |   - |5645 |  23k|   0 |   0 | 212k| 709k|6708 | 0.000000e+00 | 2.000000e+00 |    Inf 
1098.53/1098.50	c  1055s|520000 |  3960 |  1748k|   3.4 |  85M|2537 |  15 |5645 |  24k|5645 | 256 | 215k| 724k|6758 | 0.000000e+00 | 2.000000e+00 |    Inf 
1121.94/1121.96	c  1078s|530000 |  3966 |  1784k|   3.4 |  84M|2537 |  11 |5645 |  23k|5645 | 244 | 219k| 739k|6813 | 0.000000e+00 | 2.000000e+00 |    Inf 
1144.04/1144.05	c  1099s|540000 |  3864 |  1821k|   3.4 |  83M|2537 |   5 |5645 |  21k|5645 | 236 | 223k| 754k|6868 | 0.000000e+00 | 2.000000e+00 |    Inf 
1165.94/1165.94	c  1120s|550000 |  3808 |  1858k|   3.4 |  83M|2537 |   1 |5645 |  21k|5645 | 209 | 227k| 770k|6930 | 0.000000e+00 | 2.000000e+00 |    Inf 
1187.94/1188.00	c  1142s|560000 |  3813 |  1894k|   3.4 |  84M|2537 |   - |5645 |  24k|   0 |   0 | 230k| 785k|6979 | 0.000000e+00 | 2.000000e+00 |    Inf 
1210.53/1210.53	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1210.53/1210.53	c  1163s|570000 |  3730 |  1932k|   3.4 |  83M|2537 |   - |5645 |  22k|   0 |   0 | 233k| 800k|7047 | 0.000000e+00 | 2.000000e+00 |    Inf 
1234.34/1234.38	c  1187s|580000 |  3770 |  1974k|   3.4 |  83M|2537 |   1 |5645 |  21k|5645 | 231 | 238k| 814k|7193 | 0.000000e+00 | 2.000000e+00 |    Inf 
1257.03/1257.04	c  1208s|590000 |  3753 |  2011k|   3.4 |  84M|2537 |   - |5645 |  23k|   0 |   0 | 241k| 829k|7215 | 0.000000e+00 | 2.000000e+00 |    Inf 
1279.04/1279.06	c  1230s|600000 |  3682 |  2046k|   3.4 |  81M|2537 |   - |5645 |  19k|5645 | 226 | 245k| 844k|7424 | 0.000000e+00 | 2.000000e+00 |    Inf 
1300.73/1300.77	c  1251s|610000 |  3687 |  2085k|   3.4 |  82M|2537 |   1 |5645 |  21k|5645 | 226 | 249k| 859k|7440 | 0.000000e+00 | 2.000000e+00 |    Inf 
1321.63/1321.61	c  1271s|620000 |  3558 |  2117k|   3.4 |  79M|2537 |  12 |5645 |  16k|5645 | 243 | 253k| 873k|7644 | 0.000000e+00 | 2.000000e+00 |    Inf 
1341.94/1341.99	c  1290s|630000 |  3608 |  2151k|   3.4 |  81M|2537 |   - |5645 |  20k|   0 |   0 | 256k| 889k|7649 | 0.000000e+00 | 2.000000e+00 |    Inf 
1362.84/1362.80	c  1310s|640000 |  3541 |  2186k|   3.4 |  80M|2537 |   - |5645 |  21k|   0 |   0 | 260k| 903k|7718 | 0.000000e+00 | 2.000000e+00 |    Inf 
1385.54/1385.56	c  1332s|650000 |  3550 |  2218k|   3.4 |  82M|2537 |   - |5645 |  25k|   0 |   0 | 263k| 917k|7752 | 0.000000e+00 | 2.000000e+00 |    Inf 
1409.24/1409.29	c  1355s|660000 |  3581 |  2251k|   3.4 |  83M|2537 |  20 |5645 |  26k|5645 | 226 | 266k| 930k|7811 | 0.000000e+00 | 2.000000e+00 |    Inf 
1433.84/1433.85	c  1379s|670000 |  3627 |  2281k|   3.4 |  84M|2537 |  12 |5645 |  28k|5645 | 225 | 269k| 944k|7867 | 0.000000e+00 | 2.000000e+00 |    Inf 
1458.64/1458.67	c  1403s|680000 |  3635 |  2312k|   3.4 |  84M|2537 |   - |5645 |  28k|   0 |   0 | 272k| 958k|7918 | 0.000000e+00 | 2.000000e+00 |    Inf 
1484.84/1484.83	c  1428s|690000 |  3682 |  2345k|   3.4 |  87M|2537 |  21 |5645 |  33k|5645 | 262 | 276k| 972k|7950 | 0.000000e+00 | 2.000000e+00 |    Inf 
1512.55/1512.54	c  1455s|700000 |  3678 |  2383k|   3.4 |  87M|2537 |  16 |5645 |  33k|5645 | 207 | 279k| 987k|7992 | 0.000000e+00 | 2.000000e+00 |    Inf 
1541.45/1541.40	c  1483s|710000 |  3692 |  2418k|   3.4 |  88M|2537 |   1 |5645 |  35k|5645 | 231 | 283k|1002k|8038 | 0.000000e+00 | 2.000000e+00 |    Inf 
1570.45/1570.48	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1570.45/1570.48	c  1512s|720000 |  3701 |  2451k|   3.4 |  90M|2537 |   1 |5645 |  39k|5645 | 250 | 286k|1016k|8090 | 0.000000e+00 | 2.000000e+00 |    Inf 
1600.05/1600.09	c  1540s|730000 |  3748 |  2489k|   3.4 |  90M|2537 |   8 |5645 |  39k|5645 | 240 | 289k|1031k|8146 | 0.000000e+00 | 2.000000e+00 |    Inf 
1629.75/1629.73	c  1569s|740000 |  3694 |  2527k|   3.4 |  91M|2537 |   - |5645 |  41k|   0 |   0 | 292k|1046k|8193 | 0.000000e+00 | 2.000000e+00 |    Inf 
1661.25/1661.21	c  1600s|750000 |  3795 |  2559k|   3.4 |  91M|2537 |   1 |5645 |  40k|5645 | 215 | 296k|1061k|8240 | 0.000000e+00 | 2.000000e+00 |    Inf 
1693.15/1693.19	c  1631s|760000 |  3854 |  2593k|   3.4 |  93M|2537 |   1 |5645 |  41k|5645 | 230 | 300k|1075k|8270 | 0.000000e+00 | 2.000000e+00 |    Inf 
1725.15/1725.14	c  1662s|770000 |  3858 |  2630k|   3.4 |  93M|2537 |   - |5645 |  42k|   0 |   0 | 304k|1090k|8308 | 0.000000e+00 | 2.000000e+00 |    Inf 
1757.55/1757.58	c  1694s|780000 |  3913 |  2663k|   3.4 |  94M|2537 |   - |5645 |  42k|   0 |   0 | 307k|1104k|8365 | 0.000000e+00 | 2.000000e+00 |    Inf 
1790.96/1790.98	c  1726s|790000 |  3997 |  2695k|   3.4 |  96M|2537 |   1 |5645 |  45k|5645 | 220 | 311k|1118k|8411 | 0.000000e+00 | 2.000000e+00 |    Inf 
1800.06/1800.00	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.06/1800.00	c 
1800.06/1800.00	c SCIP Status        : solving was interrupted [user interrupt]
1800.06/1800.00	c Solving Time (sec) : 1735.26
1800.06/1800.00	c Solving Nodes      : 792649
1800.06/1800.00	c Primal Bound       : +2.00000000000000e+00 (394 solutions)
1800.06/1800.00	c Dual Bound         : +0.00000000000000e+00
1800.06/1800.00	c Gap                : infinite
1800.06/1800.07	s SATISFIABLE
1800.06/1800.07	v x231 -x230 -x229 -x228 -x227 -x226 -x225 -x224 -x223 -x222 -x221 -x220 x219 -x218 -x217 -x216 -x215 -x214 -x213 -x212 -x211 -x210 
1800.06/1800.07	v -x209 -x208 -x207 -x206 -x205 x204 -x203 -x202 -x201 -x200 -x199 -x198 -x197 -x196 -x195 -x194 x193 -x192 -x191 -x190 -x189 
1800.06/1800.07	v -x188 -x187 -x186 x185 -x184 -x183 -x182 x181 -x180 -x179 -x178 -x177 -x176 -x175 -x174 -x173 -x172 -x171 -x170 -x169 -x168 
1800.06/1800.07	v x167 -x166 -x165 -x164 -x163 -x162 -x161 -x160 -x159 -x158 -x157 -x156 -x155 -x154 -x153 x152 -x151 -x150 -x149 -x148 -x147 
1800.06/1800.07	v -x146 x145 -x144 -x143 -x142 -x141 -x140 x139 -x138 -x137 -x136 -x135 -x134 -x133 -x132 -x131 -x130 -x129 -x128 -x127 -x126 -x125 
1800.06/1800.07	v -x124 -x123 -x122 -x121 x120 -x119 -x118 -x117 -x116 -x115 -x114 -x113 -x112 -x111 -x110 -x109 -x108 x107 -x106 -x105 -x104 
1800.06/1800.07	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.06/1800.07	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.06/1800.07	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.06/1800.07	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.06/1800.07	v -x1 
1800.06/1800.07	c SCIP Status        : solving was interrupted [user interrupt]
1800.06/1800.07	c Solving Time       :    1735.26
1800.06/1800.07	c Original Problem   :
1800.06/1800.07	c   Problem name     : HOME/instance-2692960-1277926146.wbo
1800.06/1800.07	c   Variables        : 5645 (2938 binary, 0 integer, 0 implicit integer, 2707 continuous)
1800.06/1800.07	c   Constraints      : 5415 initial, 5415 maximal
1800.06/1800.07	c Presolved Problem  :
1800.06/1800.07	c   Problem name     : t_HOME/instance-2692960-1277926146.wbo
1800.06/1800.07	c   Variables        : 5645 (2938 binary, 0 integer, 0 implicit integer, 2707 continuous)
1800.06/1800.07	c   Constraints      : 5414 initial, 45864 maximal
1800.06/1800.07	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.06/1800.07	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.06/1800.07	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.06/1800.07	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.06/1800.07	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.06/1800.07	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.06/1800.07	c   probing          :       0.04          0          0          0          0          0          0          0          0
1800.06/1800.07	c   indicator        :       0.01          0          0          0          0          0          0          0          0
1800.06/1800.07	c   linear           :       0.01          0          0          0       2707          0          1          0          0
1800.06/1800.07	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.06/1800.07	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0
1800.06/1800.07	c   root node        :          -       2680          -          -       5360          -          -          -          -
1800.06/1800.07	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.06/1800.07	c   integral         :          0          0          0     473967          0         13        574          0          0     825126
1800.06/1800.07	c   indicator        :       2707          0    4657701      60537          0        197    4066532          0          0          0
1800.06/1800.07	c   linear           :       2707          6    4712467      60870          0     314500   21030082     311702          0          0
1800.06/1800.07	c   logicor          :          0+         0    1217408          0          0      75315    1442577          0          0          0
1800.06/1800.07	c   bounddisjunction :          0+         0       2171          0          0          0         34          0          0          0
1800.06/1800.07	c   countsols        :          0          0          0      22285          0          0          0          0          0          0
1800.06/1800.07	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.06/1800.07	c   integral         :      12.52       0.00       0.00      12.52       0.00
1800.06/1800.07	c   indicator        :      16.84       0.00      11.07       5.77       0.00
1800.06/1800.07	c   linear           :     222.25       0.00     216.02       6.23       0.00
1800.06/1800.07	c   logicor          :     285.37       0.00     285.37       0.00       0.00
1800.06/1800.07	c   bounddisjunction :       0.01       0.00       0.01       0.00       0.00
1800.06/1800.07	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.06/1800.07	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.06/1800.07	c   vbounds          :       0.00          2          0          0
1800.06/1800.07	c   rootredcost      :       0.02         56          0       2680
1800.06/1800.07	c   pseudoobj        :     227.02    4719998       7289    2641738
1800.06/1800.07	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.06/1800.07	c   propagation      :      22.32     397104     397012    2308263       30.9      24159       18.4          -
1800.06/1800.07	c   infeasible LP    :       4.11      12313      12313      93539       45.3        220       17.3          0
1800.06/1800.07	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.06/1800.07	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.06/1800.07	c   pseudo solution  :       0.07        212        212        781       13.0        272        5.6          -
1800.06/1800.07	c   applied globally :          -          -          -    1122320       23.7          -          -          -
1800.06/1800.07	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.06/1800.07	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.06/1800.07	c   cut pool         :       0.00          3          -          -          2          -    (maximal pool size: 74)
1800.06/1800.07	c   redcost          :      33.28     477756          0    1379559          0          0
1800.06/1800.07	c   impliedbounds    :       0.00          4          0          0          0          0
1800.06/1800.07	c   intobj           :       0.00          0          0          0          0          0
1800.06/1800.07	c   cgmip            :       0.00          0          0          0          0          0
1800.06/1800.07	c   gomory           :       0.02          4          0          0         75          0
1800.06/1800.07	c   strongcg         :       0.00          4          0          0          0          0
1800.06/1800.07	c   cmir             :       0.00          4          0          0          1          0
1800.06/1800.07	c   flowcover        :       0.03          4          0          0          2          0
1800.06/1800.07	c   clique           :       0.00          1          0          0          0          0
1800.06/1800.07	c   zerohalf         :       0.00          0          0          0          0          0
1800.06/1800.07	c   mcf              :       0.00          1          0          0          0          0
1800.06/1800.07	c   rapidlearning    :       0.00          0          0          0          0          0
1800.06/1800.07	c Pricers            :       Time      Calls       Vars
1800.06/1800.07	c   problem variables:       0.00          0          0
1800.06/1800.07	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.06/1800.07	c   relpscost        :      12.42     413049         13        574          0          0     825126
1800.06/1800.07	c   pscost           :       0.00          0          0          0          0          0          0
1800.06/1800.07	c   inference        :       5.01      22230          0          0          0          0      44460
1800.06/1800.07	c   mostinf          :       0.00          0          0          0          0          0          0
1800.06/1800.07	c   leastinf         :       0.00          0          0          0          0          0          0
1800.06/1800.07	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.06/1800.07	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.06/1800.07	c   random           :       0.00          0          0          0          0          0          0
1800.06/1800.07	c Primal Heuristics  :       Time      Calls      Found
1800.06/1800.07	c   LP solutions     :       0.08          -         55
1800.06/1800.07	c   pseudo solutions :       0.00          -          0
1800.06/1800.07	c   feaspump         :       0.00          0          0
1800.06/1800.07	c   intshifting      :       0.01          4          0
1800.06/1800.07	c   oneopt           :       0.17         48          0
1800.06/1800.07	c   guideddiving     :       0.04         15          0
1800.06/1800.07	c   pscostdiving     :       0.05         32          0
1800.06/1800.07	c   fracdiving       :       0.02         32          0
1800.06/1800.07	c   veclendiving     :       0.03         32          0
1800.06/1800.07	c   linesearchdiving :       0.06         32          0
1800.06/1800.07	c   coefdiving       :       0.06         33          0
1800.06/1800.07	c   rootsoldiving    :       0.04         29          0
1800.06/1800.07	c   objpscostdiving  :       0.08         30          0
1800.06/1800.07	c   crossover        :       2.05         81          6
1800.06/1800.07	c   trivial          :       0.08          2          2
1800.06/1800.07	c   simplerounding   :       0.34     413946          0
1800.06/1800.07	c   zirounding       :       0.41       1000          0
1800.06/1800.07	c   rounding         :       8.60      31025          1
1800.06/1800.07	c   shifting         :       1.11       2799          0
1800.06/1800.07	c   twoopt           :       0.00          0          0
1800.06/1800.07	c   fixandinfer      :       0.00          0          0
1800.06/1800.07	c   intdiving        :       0.00          0          0
1800.06/1800.07	c   actconsdiving    :       0.00          0          0
1800.06/1800.07	c   octane           :       0.00          0          0
1800.06/1800.07	c   rens             :       0.02          1          0
1800.06/1800.07	c   rins             :       0.00          0          0
1800.06/1800.07	c   localbranching   :       0.00          0          0
1800.06/1800.07	c   mutation         :       0.00          0          0
1800.06/1800.07	c   dins             :       0.00          0          0
1800.06/1800.07	c   undercover       :       0.00          0          0
1800.06/1800.07	c   nlp              :       0.00          0          0
1800.06/1800.07	c   trysol           :       8.05      22199        330
1800.06/1800.07	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.06/1800.07	c   primal LP        :       0.00          0          0       0.00          -
1800.06/1800.07	c   dual LP          :     405.85     468135    2701893       5.77    6657.37
1800.06/1800.07	c   lex dual LP      :       0.00          0          0       0.00          -
1800.06/1800.07	c   barrier LP       :       0.00          0          0       0.00          -
1800.06/1800.07	c   diving/probing LP:       0.10         68       2040      30.00   20400.00
1800.06/1800.07	c   strong branching :       9.91       8411      93238      11.09    9408.48
1800.06/1800.07	c     (at root node) :          -         33       1884      57.09          -
1800.06/1800.07	c   conflict analysis:       0.00          0          0       0.00          -
1800.06/1800.07	c B&B Tree           :
1800.06/1800.07	c   number of runs   :          1
1800.06/1800.07	c   nodes            :     792649
1800.06/1800.07	c   nodes (total)    :     792649
1800.06/1800.07	c   nodes left       :       3971
1800.06/1800.07	c   max depth        :       2537
1800.06/1800.07	c   max depth (total):       2537
1800.06/1800.07	c   backtracks       :      61278 (7.7%)
1800.06/1800.07	c   delayed cutoffs  :      54909
1800.06/1800.07	c   repropagations   :    2653350 (4368660 domain reductions, 51976 cutoffs)
1800.06/1800.07	c   avg switch length:       8.03
1800.06/1800.07	c   switching time   :     272.13
1800.06/1800.07	c Solution           :
1800.06/1800.07	c   Solutions found  :        394 (57 improvements)
1800.06/1800.07	c   First Solution   : +1.35640000000000e+05   (in run 1, after 0 nodes, 0.01 seconds, depth 0, found by <trivial>)
1800.06/1800.07	c   Primal Bound     : +2.00000000000000e+00   (in run 1, after 410161 nodes, 805.58 seconds, depth 49, found by <relaxation>)
1800.06/1800.07	c   Dual Bound       : +0.00000000000000e+00
1800.06/1800.07	c   Gap              :   infinite
1800.06/1800.07	c   Root Dual Bound  : +0.00000000000000e+00
1800.06/1800.07	c   Root Iterations  :        183
1800.25/1800.20	c Time complete: 1800.25.

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-2692960-1277926146/watcher-2692960-1277926146 -o /tmp/evaluation-result-2692960-1277926146/solver-2692960-1277926146 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2692960-1277926146.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 2.00 4/178 6428
/proc/meminfo: memFree=31236504/32951124 swapFree=67111528/67111528
[pid=6428] ppid=6426 vsize=11300 CPUtime=0
/proc/6428/stat : 6428 (pbscip.linux.x8) R 6426 6428 4592 0 -1 4202496 1757 0 0 0 0 0 0 0 21 0 1 0 134042938 11571200 1677 4089446400 4194304 9819077 140735413084064 18446744073709551615 6179008 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/6428/statm: 2825 1677 392 1374 0 1446 0

[startup+0.0338401 s]
/proc/loadavg: 2.00 2.00 2.00 4/178 6428
/proc/meminfo: memFree=31236504/32951124 swapFree=67111528/67111528
[pid=6428] ppid=6426 vsize=20140 CPUtime=0.03
/proc/6428/stat : 6428 (pbscip.linux.x8) R 6426 6428 4592 0 -1 4202496 3978 0 0 0 3 0 0 0 21 0 1 0 134042938 20623360 3898 4089446400 4194304 9819077 140735413084064 18446744073709551615 6179008 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/6428/statm: 5035 3898 392 1374 0 3656 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 20140

[startup+0.100827 s]
/proc/loadavg: 2.00 2.00 2.00 4/178 6428
/proc/meminfo: memFree=31236504/32951124 swapFree=67111528/67111528
[pid=6428] ppid=6426 vsize=36396 CPUtime=0.09
/proc/6428/stat : 6428 (pbscip.linux.x8) R 6426 6428 4592 0 -1 4202496 8122 0 0 0 9 0 0 0 21 0 1 0 134042938 37269504 7688 4089446400 4194304 9819077 140735413084064 18446744073709551615 4240875 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/6428/statm: 9099 7688 469 1374 0 7720 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 36396

[startup+0.300779 s]
/proc/loadavg: 2.00 2.00 2.00 4/178 6428
/proc/meminfo: memFree=31236504/32951124 swapFree=67111528/67111528
[pid=6428] ppid=6426 vsize=53508 CPUtime=0.29
/proc/6428/stat : 6428 (pbscip.linux.x8) R 6426 6428 4592 0 -1 4202496 12808 0 0 0 27 2 0 0 21 0 1 0 134042938 54792192 11775 4089446400 4194304 9819077 140735413084064 18446744073709551615 6179008 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/6428/statm: 13377 11775 673 1374 0 11998 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 53508

[startup+0.700714 s]
/proc/loadavg: 2.00 2.00 2.00 4/178 6428
/proc/meminfo: memFree=31236504/32951124 swapFree=67111528/67111528
[pid=6428] ppid=6426 vsize=47088 CPUtime=0.69
/proc/6428/stat : 6428 (pbscip.linux.x8) R 6426 6428 4592 0 -1 4202496 27976 0 0 0 64 5 0 0 22 0 1 0 134042938 48218112 9980 4089446400 4194304 9819077 140735413084064 18446744073709551615 8875210 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/6428/statm: 11482 9943 697 1374 0 10103 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 47088

[startup+1.50058 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 6430
/proc/meminfo: memFree=31199172/32951124 swapFree=67111528/67111528
[pid=6428] ppid=6426 vsize=47672 CPUtime=1.49
/proc/6428/stat : 6428 (pbscip.linux.x8) R 6426 6428 4592 0 -1 4202496 43354 0 0 0 140 9 0 0 25 0 1 0 134042938 48816128 10313 4089446400 4194304 9819077 140735413084064 18446744073709551615 4561483 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/6428/statm: 11918 10313 699 1374 0 10539 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 47672

[startup+3.10028 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 6430
/proc/meminfo: memFree=31196072/32951124 swapFree=67111528/67111528
[pid=6428] ppid=6426 vsize=52780 CPUtime=3.09
/proc/6428/stat : 6428 (pbscip.linux.x8) R 6426 6428 4592 0 -1 4202496 60580 0 0 0 294 15 0 0 25 0 1 0 134042938 54046720 11840 4089446400 4194304 9819077 140735413084064 18446744073709551615 4227171 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/6428/statm: 13195 11840 700 1374 0 11816 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 52780

[startup+6.30069 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 6430
/proc/meminfo: memFree=31186964/32951124 swapFree=67111528/67111528
[pid=6428] ppid=6426 vsize=60228 CPUtime=6.29
/proc/6428/stat : 6428 (pbscip.linux.x8) R 6426 6428 4592 0 -1 4202496 71368 0 0 0 605 24 0 0 25 0 1 0 134042938 61673472 13803 4089446400 4194304 9819077 140735413084064 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/6428/statm: 15057 13803 700 1374 0 13678 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 60228

[startup+12.7005 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 6430
/proc/meminfo: memFree=31172336/32951124 swapFree=67111528/67111528
[pid=6428] ppid=6426 vsize=72436 CPUtime=12.69
/proc/6428/stat : 6428 (pbscip.linux.x8) R 6426 6428 4592 0 -1 4202496 94305 0 0 0 1231 38 0 0 25 0 1 0 134042938 74174464 16416 4089446400 4194304 9819077 140735413084064 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/6428/statm: 18109 16416 704 1374 0 16730 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 72436

[startup+25.5011 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 6430
/proc/meminfo: memFree=31139400/32951124 swapFree=67111528/67111528
[pid=6428] ppid=6426 vsize=101584 CPUtime=25.49
/proc/6428/stat : 6428 (pbscip.linux.x8) R 6426 6428 4592 0 -1 4202496 166192 0 0 0 2473 76 0 0 25 0 1 0 134042938 104022016 23666 4089446400 4194304 9819077 140735413084064 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/6428/statm: 25396 23666 705 1374 0 24017 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 101584

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 6431
/proc/meminfo: memFree=31085884/32951124 swapFree=67111528/67111528
[pid=6428] ppid=6426 vsize=153512 CPUtime=51.09
/proc/6428/stat : 6428 (pbscip.linux.x8) R 6426 6428 4592 0 -1 4202496 282181 0 0 0 4960 149 0 0 25 0 1 0 134042938 157196288 36106 4089446400 4194304 9819077 140735413084064 18446744073709551615 6581349 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/6428/statm: 38378 36106 707 1374 0 36999 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 153512

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 6432
/proc/meminfo: memFree=30968644/32951124 swapFree=67111528/67111528
[pid=6428] ppid=6426 vsize=271572 CPUtime=102.3
/proc/6428/stat : 6428 (pbscip.linux.x8) R 6426 6428 4592 0 -1 4202496 445267 0 0 0 9926 304 0 0 25 0 1 0 134042938 278089728 63775 4089446400 4194304 9819077 140735413084064 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/6428/statm: 67893 63775 712 1374 0 66514 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 271572

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 6434
/proc/meminfo: memFree=30938968/32951124 swapFree=67111528/67111528
[pid=6428] ppid=6426 vsize=299312 CPUtime=162.3
/proc/6428/stat : 6428 (pbscip.linux.x8) R 6426 6428 4592 0 -1 4202496 669611 0 0 0 15679 551 0 0 25 0 1 0 134042938 306495488 70184 4089446400 4194304 9819077 140735413084064 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/6428/statm: 74828 70184 725 1374 0 73449 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 299312

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 6435
/proc/meminfo: memFree=30932840/32951124 swapFree=67111528/67111528
[pid=6428] ppid=6426 vsize=304108 CPUtime=222.29
/proc/6428/stat : 6428 (pbscip.linux.x8) R 6426 6428 4592 0 -1 4202496 874190 0 0 0 21398 831 0 0 25 0 1 0 134042938 311406592 71327 4089446400 4194304 9819077 140735413084064 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/6428/statm: 76027 71327 740 1374 0 74648 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 304108

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 6437
/proc/meminfo: memFree=30929808/32951124 swapFree=67111528/67111528
[pid=6428] ppid=6426 vsize=306492 CPUtime=282.3
/proc/6428/stat : 6428 (pbscip.linux.x8) R 6426 6428 4592 0 -1 4202496 1057435 0 0 0 27121 1109 0 0 25 0 1 0 134042938 313847808 71910 4089446400 4194304 9819077 140735413084064 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/6428/statm: 76623 71910 740 1374 0 75244 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 306492

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 6439
/proc/meminfo: memFree=30927536/32951124 swapFree=67111528/67111528
[pid=6428] ppid=6426 vsize=308624 CPUtime=342.3
/proc/6428/stat : 6428 (pbscip.linux.x8) R 6426 6428 4592 0 -1 4202496 1212585 0 0 0 32839 1391 0 0 25 0 1 0 134042938 316030976 72451 4089446400 4194304 9819077 140735413084064 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/6428/statm: 77156 72451 740 1374 0 75777 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 308624

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 6440
/proc/meminfo: memFree=30923400/32951124 swapFree=67111528/67111528
[pid=6428] ppid=6426 vsize=313520 CPUtime=402.3
/proc/6428/stat : 6428 (pbscip.linux.x8) R 6426 6428 4592 0 -1 4202496 1341543 0 0 0 38590 1640 0 0 25 0 1 0 134042938 321044480 73621 4089446400 4194304 9819077 140735413084064 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/6428/statm: 78380 73621 740 1374 0 77001 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 313520

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 6442
/proc/meminfo: memFree=30920992/32951124 swapFree=67111528/67111528
[pid=6428] ppid=6426 vsize=314212 CPUtime=462.31
/proc/6428/stat : 6428 (pbscip.linux.x8) R 6426 6428 4592 0 -1 4202496 1470836 0 0 0 44333 1898 0 0 25 0 1 0 134042938 321753088 73826 4089446400 4194304 9819077 140735413084064 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/6428/statm: 78553 73826 740 1374 0 77174 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 314212

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 6443
/proc/meminfo: memFree=30918852/32951124 swapFree=67111528/67111528
[pid=6428] ppid=6426 vsize=316008 CPUtime=522.31
/proc/6428/stat : 6428 (pbscip.linux.x8) R 6426 6428 4592 0 -1 4202496 1591240 0 0 0 50081 2150 0 0 25 0 1 0 134042938 323592192 74270 4089446400 4194304 9819077 140735413084064 18446744073709551615 6003412 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/6428/statm: 79002 74270 740 1374 0 77623 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 316008

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 6445
/proc/meminfo: memFree=30918064/32951124 swapFree=67111528/67111528
[pid=6428] ppid=6426 vsize=316460 CPUtime=582.32
/proc/6428/stat : 6428 (pbscip.linux.x8) R 6426 6428 4592 0 -1 4202496 1720548 0 0 0 55818 2414 0 0 25 0 1 0 134042938 324055040 74382 4089446400 4194304 9819077 140735413084064 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/6428/statm: 79115 74382 740 1374 0 77736 0
Current children cumulated CPU time (s) 582.32
Current children cumulated vsize (KiB) 316460

[startup+642.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 6447
/proc/meminfo: memFree=30917636/32951124 swapFree=67111528/67111528
[pid=6428] ppid=6426 vsize=316716 CPUtime=642.32
/proc/6428/stat : 6428 (pbscip.linux.x8) R 6426 6428 4592 0 -1 4202496 1845342 0 0 0 61560 2672 0 0 25 0 1 0 134042938 324317184 74431 4089446400 4194304 9819077 140735413084064 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/6428/statm: 79179 74431 740 1374 0 77800 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 316716

[startup+702.3 s]

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

[startup+882.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 6453
/proc/meminfo: memFree=30909300/32951124 swapFree=67111528/67111528
[pid=6428] ppid=6426 vsize=323808 CPUtime=882.32
/proc/6428/stat : 6428 (pbscip.linux.x8) R 6426 6428 4592 0 -1 4202496 2333537 0 0 0 84643 3589 0 0 25 0 1 0 134042938 331579392 76168 4089446400 4194304 9819077 140735413084064 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/6428/statm: 80952 76168 740 1374 0 79573 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 323808

[startup+942.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 6455
/proc/meminfo: memFree=30902696/32951124 swapFree=67111528/67111528
[pid=6428] ppid=6426 vsize=326428 CPUtime=942.32
/proc/6428/stat : 6428 (pbscip.linux.x8) R 6426 6428 4592 0 -1 4202496 2426112 0 0 0 90446 3786 0 0 25 0 1 0 134042938 334262272 76848 4089446400 4194304 9819077 140735413084064 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/6428/statm: 81607 76848 740 1374 0 80228 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 326428

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 6456
/proc/meminfo: memFree=30901788/32951124 swapFree=67111528/67111528
[pid=6428] ppid=6426 vsize=326748 CPUtime=1002.32
/proc/6428/stat : 6428 (pbscip.linux.x8) R 6426 6428 4592 0 -1 4202496 2519299 0 0 0 96241 3991 0 0 25 0 1 0 134042938 334589952 76892 4089446400 4194304 9819077 140735413084064 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/6428/statm: 81687 76892 740 1374 0 80308 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 326748

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 6458
/proc/meminfo: memFree=30900880/32951124 swapFree=67111528/67111528
[pid=6428] ppid=6426 vsize=327324 CPUtime=1062.33
/proc/6428/stat : 6428 (pbscip.linux.x8) R 6426 6428 4592 0 -1 4202496 2629118 0 0 0 102038 4195 0 0 25 0 1 0 134042938 335179776 77043 4089446400 4194304 9819077 140735413084064 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/6428/statm: 81831 77043 740 1374 0 80452 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 327324

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 6459
/proc/meminfo: memFree=30900216/32951124 swapFree=67111528/67111528
[pid=6428] ppid=6426 vsize=327552 CPUtime=1122.33
/proc/6428/stat : 6428 (pbscip.linux.x8) R 6426 6428 4592 0 -1 4202496 2739307 0 0 0 107837 4396 0 0 25 0 1 0 134042938 335413248 77106 4089446400 4194304 9819077 140735413084064 18446744073709551615 4978051 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/6428/statm: 81888 77106 740 1374 0 80509 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 327552

[startup+1182.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/179 6461
/proc/meminfo: memFree=30899940/32951124 swapFree=67111528/67111528
[pid=6428] ppid=6426 vsize=327552 CPUtime=1182.33
/proc/6428/stat : 6428 (pbscip.linux.x8) R 6426 6428 4592 0 -1 4202496 2848902 0 0 0 113625 4608 0 0 25 0 1 0 134042938 335413248 77117 4089446400 4194304 9819077 140735413084064 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/6428/statm: 81888 77117 740 1374 0 80509 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 327552

[startup+1242.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 6463
/proc/meminfo: memFree=30898788/32951124 swapFree=67111528/67111528
[pid=6428] ppid=6426 vsize=328556 CPUtime=1242.33
/proc/6428/stat : 6428 (pbscip.linux.x8) R 6426 6428 4592 0 -1 4202496 2965975 0 0 0 119423 4810 0 0 25 0 1 0 134042938 336441344 77373 4089446400 4194304 9819077 140735413084064 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/6428/statm: 82139 77373 740 1374 0 80760 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 328556

[startup+1302.3 s]
/proc/loadavg: 1.92 1.97 1.99 3/179 6513
/proc/meminfo: memFree=31302192/32951124 swapFree=67111528/67111528
[pid=6428] ppid=6426 vsize=329916 CPUtime=1302.34
/proc/6428/stat : 6428 (pbscip.linux.x8) R 6426 6428 4592 0 -1 4202496 3082939 0 0 0 125207 5027 0 0 25 0 1 0 134042938 337833984 77713 4089446400 4194304 9819077 140735413084064 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/6428/statm: 82479 77713 740 1374 0 81100 0
Current children cumulated CPU time (s) 1302.34
Current children cumulated vsize (KiB) 329916

[startup+1362.3 s]
/proc/loadavg: 1.97 1.97 1.99 3/179 6515
/proc/meminfo: memFree=31130880/32951124 swapFree=67111528/67111528
[pid=6428] ppid=6426 vsize=329916 CPUtime=1362.34
/proc/6428/stat : 6428 (pbscip.linux.x8) R 6426 6428 4592 0 -1 4202496 3211387 0 0 0 130981 5253 0 0 25 0 1 0 134042938 337833984 77736 4089446400 4194304 9819077 140735413084064 18446744073709551615 6361161 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/6428/statm: 82479 77736 740 1374 0 81100 0
Current children cumulated CPU time (s) 1362.34
Current children cumulated vsize (KiB) 329916

[startup+1422.31 s]
/proc/loadavg: 1.99 1.97 1.99 3/179 6516
/proc/meminfo: memFree=30973340/32951124 swapFree=67111528/67111528
[pid=6428] ppid=6426 vsize=331356 CPUtime=1422.35
/proc/6428/stat : 6428 (pbscip.linux.x8) R 6426 6428 4592 0 -1 4202496 3301496 0 0 0 136779 5456 0 0 25 0 1 0 134042938 339308544 78099 4089446400 4194304 9819077 140735413084064 18446744073709551615 7816000 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/6428/statm: 82839 78099 740 1374 0 81460 0
Current children cumulated CPU time (s) 1422.35
Current children cumulated vsize (KiB) 331356

[startup+1482.3 s]
/proc/loadavg: 1.99 1.97 1.99 3/179 6518
/proc/meminfo: memFree=30908060/32951124 swapFree=67111528/67111528
[pid=6428] ppid=6426 vsize=332972 CPUtime=1482.34
/proc/6428/stat : 6428 (pbscip.linux.x8) R 6426 6428 4592 0 -1 4202496 3385951 0 0 0 142592 5642 0 0 25 0 1 0 134042938 340963328 78480 4089446400 4194304 9819077 140735413084064 18446744073709551615 4999902 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/6428/statm: 83243 78480 740 1374 0 81864 0
Current children cumulated CPU time (s) 1482.34
Current children cumulated vsize (KiB) 332972

[startup+1542.3 s]
/proc/loadavg: 1.99 1.97 1.99 3/179 6520
/proc/meminfo: memFree=30908096/32951124 swapFree=67111528/67111528
[pid=6428] ppid=6426 vsize=333484 CPUtime=1542.35
/proc/6428/stat : 6428 (pbscip.linux.x8) R 6426 6428 4592 0 -1 4202496 3471120 0 0 0 148421 5814 0 0 25 0 1 0 134042938 341487616 78616 4089446400 4194304 9819077 140735413084064 18446744073709551615 4431494 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/6428/statm: 83371 78616 740 1374 0 81992 0
Current children cumulated CPU time (s) 1542.35
Current children cumulated vsize (KiB) 333484

[startup+1602.3 s]
/proc/loadavg: 1.99 1.97 1.99 3/179 6521
/proc/meminfo: memFree=30898248/32951124 swapFree=67111528/67111528
[pid=6428] ppid=6426 vsize=335140 CPUtime=1602.35
/proc/6428/stat : 6428 (pbscip.linux.x8) R 6426 6428 4592 0 -1 4202496 3552696 0 0 0 154253 5982 0 0 25 0 1 0 134042938 343183360 79014 4089446400 4194304 9819077 140735413084064 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/6428/statm: 83785 79014 740 1374 0 82406 0
Current children cumulated CPU time (s) 1602.35
Current children cumulated vsize (KiB) 335140

[startup+1662.3 s]
/proc/loadavg: 2.15 2.01 2.00 2/198 6581
/proc/meminfo: memFree=31284644/32951124 swapFree=67111528/67111528
[pid=6428] ppid=6426 vsize=336164 CPUtime=1662.35
/proc/6428/stat : 6428 (pbscip.linux.x8) R 6426 6428 4592 0 -1 4202496 3628400 0 0 0 160092 6143 0 0 25 0 1 0 134042938 344231936 79237 4089446400 4194304 9819077 140735413084064 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/6428/statm: 84041 79237 740 1374 0 82662 0
Current children cumulated CPU time (s) 1662.35
Current children cumulated vsize (KiB) 336164

[startup+1722.3 s]
/proc/loadavg: 2.69 2.19 2.06 4/200 6596
/proc/meminfo: memFree=31196376/32951124 swapFree=67111528/67111528
[pid=6428] ppid=6426 vsize=337252 CPUtime=1722.35
/proc/6428/stat : 6428 (pbscip.linux.x8) R 6426 6428 4592 0 -1 4202496 3700053 0 0 0 165939 6296 0 0 25 0 1 0 134042938 345346048 79516 4089446400 4194304 9819077 140735413084064 18446744073709551615 4926158 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/6428/statm: 84313 79516 740 1374 0 82934 0
Current children cumulated CPU time (s) 1722.35
Current children cumulated vsize (KiB) 337252

[startup+1782.3 s]
/proc/loadavg: 2.88 2.33 2.12 4/200 6598
/proc/meminfo: memFree=31179560/32951124 swapFree=67111528/67111528
[pid=6428] ppid=6426 vsize=339656 CPUtime=1782.35
/proc/6428/stat : 6428 (pbscip.linux.x8) R 6426 6428 4592 0 -1 4202496 3767666 0 0 0 171800 6435 0 0 25 0 1 0 134042938 347807744 80146 4089446400 4194304 9819077 140735413084064 18446744073709551615 4210526 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/6428/statm: 84914 80146 740 1374 0 83535 0
Current children cumulated CPU time (s) 1782.35
Current children cumulated vsize (KiB) 339656



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.91 2.36 2.13 3/200 6598
/proc/meminfo: memFree=31176708/32951124 swapFree=67111528/67111528
[pid=6428] ppid=6426 vsize=340928 CPUtime=1800.06
/proc/6428/stat : 6428 (pbscip.linux.x8) R 6426 6428 4592 0 -1 4202496 3786663 0 0 0 173529 6477 0 0 25 0 1 0 134042938 349110272 80424 4089446400 4194304 9819077 140735413084064 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/6428/statm: 85232 80424 740 1374 0 83853 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 340928

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.91 2.36 2.13 3/200 6598
/proc/meminfo: memFree=31176708/32951124 swapFree=67111528/67111528
[pid=6428] ppid=6426 vsize=5940 CPUtime=1800.25
/proc/6428/stat : 6428 (pbscip.linux.x8) R 6426 6428 4592 0 -1 4202496 3786720 0 0 0 173546 6479 0 0 18 0 1 0 134042938 6082560 825 4089446400 4194304 9819077 140735413084064 18446744073709551615 8716122 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/6428/statm: 1485 829 743 1374 0 106 0
Current children cumulated CPU time (s) 1800.25
Current children cumulated vsize (KiB) 5940

Child status: 0
Real time (s): 1800.2
CPU time (s): 1800.26
CPU user time (s): 1735.47
CPU system time (s): 64.7941
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 346996

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

runsolver used 3.10153 second user time and 6.69298 second system time

The end

Launcher Data

Begin job on node111 at 2010-06-30 21:29:06
IDJOB=2692960
IDBENCH=79266
IDSOLVER=1205
FILE ID=node111/2692960-1277926146
PBS_JOBID= 11197341
Free space on /tmp= 74208 MiB

SOLVER NAME= SCIPclp SCIP 1.2.1.2 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.1900562192--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-2692960-1277926146/watcher-2692960-1277926146 -o /tmp/evaluation-result-2692960-1277926146/solver-2692960-1277926146 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2692960-1277926146.wbo -t 1800 -m 3800

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

MD5SUM BENCH= db6ee27e0a2875f2e81d96fef92170ce
RANDOM SEED=1235004033

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31236660 kB
Buffers:        210392 kB
Cached:         800528 kB
SwapCached:          0 kB
Active:         974480 kB
Inactive:       597468 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31236660 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            6272 kB
Writeback:           0 kB
AnonPages:      561608 kB
Mapped:          16864 kB
Slab:            78288 kB
PageTables:       5792 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   727592 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 node111 at 2010-06-30 21:59:08