Trace number 2699997

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 solverOPTIMUM 110.266 110.275

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/wcsp/jnh/
normalized-jnh207_wcsp.wbo
MD5SUMa376d7f23eea0592d561601b8922f58b
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark0.702892
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables200
Total number of constraints900
Number of soft constraints800
Number of constraints which are clauses800
Number of constraints which are cardinality constraints (but not clauses)100
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint11
Top cost 394239
Min constraint cost 1
Max constraint cost 1000
Sum of constraints costs 394238
Biggest number in a constraint 10
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 21
Number of bits of the biggest sum of numbers5
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-2699997-1278533871.wbo>
0.00/0.01	c original problem has 1800 variables (1000 bin, 0 int, 0 impl, 800 cont) and 1701 constraints
0.00/0.01	c problem read
0.00/0.01	c presolving settings loaded
0.01/0.02	c presolving:
0.01/0.03	c (round 1) 100 del vars, 101 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 1000 impls, 0 clqs
0.01/0.04	c (round 2) 100 del vars, 101 del conss, 800 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 1000 impls, 0 clqs
0.01/0.06	c    (0.0s) probing: 101/900 (11.2%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.01/0.06	c    (0.0s) probing aborted: 100/100 successive totally useless probings
0.01/0.06	c presolving (3 rounds):
0.01/0.06	c  100 deleted vars, 101 deleted constraints, 800 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.01/0.06	c  1000 implications, 0 cliques
0.01/0.06	c presolved problem has 1700 variables (900 bin, 0 int, 0 impl, 800 cont) and 1600 constraints
0.01/0.06	c     800 constraints of type <indicator>
0.01/0.06	c     800 constraints of type <linear>
0.01/0.06	c transformed objective value is always integral (scale: 1)
0.01/0.06	c Presolving Time: 0.04
0.01/0.06	c - non default parameters ----------------------------------------------------------------------
0.01/0.06	c # SCIP version 1.2.1.2
0.01/0.06	c 
0.01/0.06	c # frequency for displaying node information lines
0.01/0.06	c # [type: int, range: [-1,2147483647], default: 100]
0.01/0.06	c display/freq = 10000
0.01/0.06	c 
0.01/0.06	c # maximal time in seconds to run
0.01/0.06	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.01/0.06	c limits/time = 1799.99
0.01/0.06	c 
0.01/0.06	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.01/0.06	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.01/0.06	c limits/memory = 3420
0.01/0.06	c 
0.01/0.06	c # should presolving try to simplify inequalities
0.01/0.06	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.01/0.06	c constraints/linear/simplifyinequalities = TRUE
0.01/0.06	c 
0.01/0.06	c # should presolving try to simplify knapsacks
0.01/0.06	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.01/0.06	c constraints/knapsack/simplifyinequalities = TRUE
0.01/0.06	c 
0.01/0.06	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.01/0.06	c # [type: int, range: [-1,2147483647], default: -1]
0.01/0.06	c separating/rapidlearning/freq = 0
0.01/0.06	c 
0.01/0.06	c -----------------------------------------------------------------------------------------------
0.01/0.06	c start solving
0.01/0.06	c 
0.01/0.06	o 394238
0.01/0.06	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.01/0.06	c t 0.0s|     1 |     0 |     0 |     - |5801k|   0 |   - |1700 |1600 |   0 |   0 |   0 |   0 |   0 |      --      | 3.942380e+05 |    Inf 
0.01/0.06	c   0.0s|     1 |     0 |     0 |     - |6173k|   0 |   0 |1700 |1600 |1700 |   0 |   0 |   0 |   0 | 0.000000e+00 | 3.942380e+05 |    Inf 
0.01/0.06	c   0.0s|     1 |     0 |    50 |     - |6214k|   0 |  18 |1700 |1600 |1700 |  68 |  68 |   0 |   0 | 0.000000e+00 | 3.942380e+05 |    Inf 
0.01/0.07	c   0.1s|     1 |     0 |   153 |     - |6300k|   0 |  64 |1700 |1600 |1700 | 126 | 126 |   0 |   0 | 0.000000e+00 | 3.942380e+05 |    Inf 
0.01/0.08	c   0.1s|     1 |     0 |   221 |     - |6573k|   0 |  56 |1700 |1600 |1700 | 157 | 157 |   0 |   0 | 0.000000e+00 | 3.942380e+05 |    Inf 
0.09/0.10	c   0.1s|     1 |     0 |   284 |     - |6720k|   0 |  59 |1700 |1600 |1700 | 165 | 165 |   0 |   0 | 0.000000e+00 | 3.942380e+05 |    Inf 
0.09/0.11	c   0.1s|     1 |     0 |   302 |     - |6751k|   0 |  57 |1700 |1600 |1700 | 172 | 172 |   0 |   0 | 0.000000e+00 | 3.942380e+05 |    Inf 
0.09/0.13	c   0.1s|     1 |     0 |   355 |     - |6852k|   0 |  64 |1700 |1600 |1700 | 179 | 179 |   0 |   0 | 0.000000e+00 | 3.942380e+05 |    Inf 
0.29/0.40	c   0.4s|     1 |     2 |   545 |     - |6904k|   0 |  64 |1700 |1600 |1700 | 179 | 179 |   0 |  33 | 0.000000e+00 | 3.942380e+05 |    Inf 
5.49/5.57	o 6745
5.49/5.57	c * 5.2s|  7174 |  5501 |  9781 |   1.3 |  14M| 751 |   - |1700 |1608 |1700 | 250 |1003 |   8 | 743 | 0.000000e+00 | 6.745000e+03 |    Inf 
7.59/7.64	c   7.2s| 10000 |  8312 | 15150 |   1.5 |  17M| 751 |   0 |1700 |1657 |1700 | 187 |1560 |  57 | 765 | 0.000000e+00 | 6.745000e+03 |    Inf 
9.38/9.49	o 6733
9.38/9.49	c * 9.0s| 12586 | 10874 | 19536 |   1.5 |  20M| 751 |   - |1700 |1667 |1700 | 217 |2134 |  67 | 767 | 0.000000e+00 | 6.733000e+03 |    Inf 
13.19/13.24	o 6634
13.19/13.24	c *12.6s| 17777 | 15436 | 27786 |   1.5 |  26M| 751 |   - |1700 |3208 |1700 | 238 |3128 |1608 | 775 | 0.000000e+00 | 6.634000e+03 |    Inf 
13.19/13.24	o 6540
13.19/13.24	c *12.6s| 17778 | 15335 | 27790 |   1.5 |  26M| 751 |   - |1700 |3208 |1700 | 238 |3128 |1608 | 775 | 0.000000e+00 | 6.540000e+03 |    Inf 
14.09/14.16	o 6449
14.09/14.16	c *13.5s| 18974 | 16234 | 29323 |   1.5 |  27M| 751 |   - |1700 |3763 |1700 | 240 |3357 |2169 | 775 | 0.000000e+00 | 6.449000e+03 |    Inf 
14.79/14.87	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
14.79/14.87	c  14.1s| 20000 | 17172 | 30529 |   1.5 |  29M| 751 |   0 |1700 |4013 |1700 | 207 |3512 |2458 | 775 | 0.000000e+00 | 6.449000e+03 |    Inf 
16.09/16.15	o 6421
16.09/16.15	c *15.4s| 21666 | 18549 | 33539 |   1.5 |  31M| 751 |   - |1700 |4486 |1700 | 205 |4006 |3237 | 780 | 0.000000e+00 | 6.421000e+03 |    Inf 
16.09/16.15	o 6409
16.09/16.15	c *15.4s| 21667 | 18537 | 33548 |   1.5 |  31M| 751 |   - |1700 |4486 |1700 | 205 |4006 |3237 | 780 | 0.000000e+00 | 6.409000e+03 |    Inf 
16.99/17.03	o 6355
16.99/17.03	c *16.2s| 22805 | 19415 | 35629 |   1.5 |  32M| 751 |   - |1700 |4534 |1700 | 207 |4267 |3785 | 780 | 0.000000e+00 | 6.355000e+03 |    Inf 
17.50/17.57	o 6343
17.50/17.57	c *16.7s| 23499 | 20005 | 36644 |   1.5 |  33M| 751 |   - |1700 |4421 |1700 | 214 |4408 |4004 | 780 | 0.000000e+00 | 6.343000e+03 |    Inf 
17.50/17.57	o 6334
17.50/17.57	c *16.7s| 23500 | 19985 | 36649 |   1.5 |  33M| 751 |   - |1700 |4421 |1700 | 214 |4408 |4004 | 780 | 0.000000e+00 | 6.334000e+03 |    Inf 
22.58/22.60	c  21.5s| 30000 | 25687 | 48816 |   1.6 |  41M| 751 |   0 |1700 |4002 |1700 | 200 |6105 |6460 | 782 | 0.000000e+00 | 6.334000e+03 |    Inf 
23.29/23.34	o 6293
23.29/23.34	c *22.2s| 30992 | 26442 | 50704 |   1.6 |  42M| 751 |   - |1700 |4136 |1700 | 230 |6362 |7047 | 790 | 0.000000e+00 | 6.293000e+03 |    Inf 
23.49/23.55	o 6275
23.49/23.55	c *22.4s| 31292 | 26664 | 51021 |   1.6 |  42M| 751 |   - |1700 |4149 |1700 | 235 |6389 |7134 | 790 | 0.000000e+00 | 6.275000e+03 |    Inf 
23.49/23.56	o 6181
23.49/23.56	c *22.4s| 31293 | 26409 | 51029 |   1.6 |  42M| 751 |   - |1700 |4149 |1700 | 235 |6389 |7134 | 790 | 0.000000e+00 | 6.181000e+03 |    Inf 
23.88/23.92	o 6113
23.88/23.92	c *22.8s| 31812 | 26684 | 51772 |   1.6 |  42M| 751 |   - |1700 |4105 |1700 | 247 |6485 |7261 | 790 | 0.000000e+00 | 6.113000e+03 |    Inf 
23.99/24.02	o 5986
23.99/24.02	c *22.9s| 31931 | 26402 | 52268 |   1.6 |  42M| 751 |   - |1700 |4095 |1700 | 241 |6530 |7317 | 790 | 0.000000e+00 | 5.986000e+03 |    Inf 
23.99/24.02	o 5963
23.99/24.02	c *22.9s| 31932 | 26311 | 52269 |   1.6 |  42M| 751 |   - |1700 |4095 |1700 | 241 |6530 |7317 | 790 | 0.000000e+00 | 5.963000e+03 |    Inf 
24.09/24.13	o 5660
24.09/24.13	c *23.0s| 32037 | 25260 | 52758 |   1.6 |  40M| 751 |   - |1700 |4095 |1700 | 243 |6573 |7392 | 790 | 0.000000e+00 | 5.660000e+03 |    Inf 
24.09/24.15	o 5550
24.09/24.15	c *23.0s| 32069 | 24799 | 52874 |   1.6 |  38M| 751 |   - |1700 |4090 |1700 | 242 |6581 |7402 | 790 | 0.000000e+00 | 5.550000e+03 |    Inf 
24.09/24.18	o 5518
24.09/24.18	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
24.09/24.18	c *23.0s| 32100 | 24681 | 52929 |   1.6 |  38M| 751 |   - |1700 |4094 |1700 | 242 |6581 |7408 | 790 | 0.000000e+00 | 5.518000e+03 |    Inf 
27.50/27.58	o 5485
27.50/27.58	c *26.2s| 36495 | 28279 | 63829 |   1.7 |  43M| 751 |   - |1700 |3460 |1700 | 227 |7776 |9160 | 790 | 0.000000e+00 | 5.485000e+03 |    Inf 
27.50/27.59	o 5398
27.50/27.59	c *26.3s| 36496 | 27808 | 63836 |   1.7 |  42M| 751 |   - |1700 |3460 |1700 | 227 |7776 |9160 | 790 | 0.000000e+00 | 5.398000e+03 |    Inf 
28.89/28.97	o 5382
28.89/28.97	c *27.6s| 38114 | 29047 | 68971 |   1.8 |  44M| 751 |   - |1700 |3708 |1700 | 226 |8423 |  10k| 790 | 0.000000e+00 | 5.382000e+03 |    Inf 
28.89/28.97	o 5288
28.89/28.97	c *27.6s| 38115 | 28477 | 68976 |   1.8 |  43M| 751 |   - |1700 |3708 |1700 | 226 |8423 |  10k| 790 | 0.000000e+00 | 5.288000e+03 |    Inf 
30.29/30.39	c  28.9s| 40000 | 30089 | 72338 |   1.8 |  45M| 751 |   0 |1700 |3986 |1700 | 193 |8821 |  10k| 790 | 0.000000e+00 | 5.288000e+03 |    Inf 
32.29/32.31	o 5277
32.29/32.31	c *30.7s| 42571 | 32285 | 76858 |   1.8 |  48M| 751 |   - |1700 |3905 |1700 | 224 |9358 |  11k| 790 | 0.000000e+00 | 5.277000e+03 |    Inf 
36.29/36.30	o 4979
36.29/36.30	c *34.5s| 48222 | 35405 | 83884 |   1.7 |  52M| 751 |   - |1700 |4208 |1700 | 216 |  10k|  13k| 790 | 0.000000e+00 | 4.979000e+03 |    Inf 
37.69/37.72	c  35.9s| 50000 | 36979 | 87102 |   1.7 |  54M| 751 |   0 |1700 |4500 |1700 | 212 |  10k|  14k| 790 | 0.000000e+00 | 4.979000e+03 |    Inf 
42.49/42.58	o 4963
42.49/42.58	c *40.5s| 56307 | 42211 | 97677 |   1.7 |  62M| 751 |   - |1700 |4706 |1700 | 220 |  12k|  17k| 790 | 0.000000e+00 | 4.963000e+03 |    Inf 
43.09/43.10	o 4916
43.09/43.10	c *41.0s| 56917 | 42343 | 98881 |   1.7 |  62M| 751 |   - |1700 |4740 |1700 | 209 |  12k|  17k| 790 | 0.000000e+00 | 4.916000e+03 |    Inf 
44.29/44.36	o 4737
44.29/44.36	c *42.2s| 58443 | 42167 |102086 |   1.7 |  62M| 751 |   - |1700 |4947 |1700 | 215 |  12k|  18k| 790 | 0.000000e+00 | 4.737000e+03 |    Inf 
44.29/44.36	o 4654
44.29/44.36	c *42.2s| 58444 | 41327 |102088 |   1.7 |  61M| 751 |   - |1700 |4947 |1700 | 215 |  12k|  18k| 790 | 0.000000e+00 | 4.654000e+03 |    Inf 
45.39/45.49	c  43.3s| 60000 | 42665 |103824 |   1.7 |  63M| 751 |   0 |1700 |4925 |1700 | 209 |  12k|  18k| 790 | 0.000000e+00 | 4.654000e+03 |    Inf 
49.89/49.98	o 4431
49.89/49.98	c *47.6s| 66087 | 45441 |112689 |   1.7 |  66M| 751 |   - |1700 |4643 |1700 | 194 |  14k|  21k| 790 | 0.000000e+00 | 4.431000e+03 |    Inf 
50.69/50.79	o 4269
50.69/50.79	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
50.69/50.79	c *48.4s| 67124 | 44362 |114265 |   1.7 |  64M| 751 |   - |1700 |4453 |1700 | 205 |  14k|  21k| 790 | 0.000000e+00 | 4.269000e+03 |    Inf 
53.08/53.11	c  50.6s| 70000 | 46764 |119927 |   1.7 |  68M| 751 |   - |1700 |4459 |   0 |   0 |  14k|  22k| 790 | 0.000000e+00 | 4.269000e+03 |    Inf 
53.08/53.15	o 4158
53.08/53.15	c *50.6s| 70038 | 45364 |120075 |   1.7 |  65M| 751 |   - |1700 |4452 |1700 | 198 |  14k|  22k| 790 | 0.000000e+00 | 4.158000e+03 |    Inf 
53.08/53.16	o 4126
53.08/53.16	c *50.6s| 70041 | 44915 |120080 |   1.7 |  64M| 751 |   - |1700 |4452 |1700 | 199 |  14k|  22k| 790 | 0.000000e+00 | 4.126000e+03 |    Inf 
53.08/53.16	o 3969
53.08/53.16	c *50.6s| 70042 | 42878 |120081 |   1.7 |  61M| 751 |   - |1700 |4452 |1700 | 199 |  14k|  22k| 790 | 0.000000e+00 | 3.969000e+03 |    Inf 
55.39/55.44	o 3838
55.39/55.44	c *52.8s| 72669 | 43317 |126177 |   1.7 |  62M| 751 |   - |1700 |5122 |1700 | 222 |  15k|  24k| 790 | 0.000000e+00 | 3.838000e+03 |    Inf 
55.69/55.79	o 3783
55.69/55.79	c *53.1s| 73086 | 42910 |127001 |   1.7 |  61M| 751 |   - |1700 |5267 |1700 | 222 |  15k|  24k| 790 | 0.000000e+00 | 3.783000e+03 |    Inf 
56.68/56.71	o 3745
56.68/56.71	c *54.0s| 74239 | 43396 |129022 |   1.7 |  62M| 751 |   - |1700 |4844 |1700 | 197 |  16k|  24k| 790 | 0.000000e+00 | 3.745000e+03 |    Inf 
56.68/56.71	o 3681
56.68/56.71	c *54.0s| 74240 | 42513 |129028 |   1.7 |  61M| 751 |   - |1700 |4844 |1700 | 197 |  16k|  24k| 790 | 0.000000e+00 | 3.681000e+03 |    Inf 
59.58/59.61	o 3622
59.58/59.61	c *56.8s| 77718 | 44506 |136245 |   1.7 |  64M| 751 |   - |1700 |4560 |1700 | 225 |  17k|  26k| 793 | 0.000000e+00 | 3.622000e+03 |    Inf 
59.58/59.62	o 3537
59.58/59.62	c *56.8s| 77734 | 43349 |136283 |   1.7 |  62M| 751 |   - |1700 |4566 |1700 | 227 |  17k|  26k| 793 | 0.000000e+00 | 3.537000e+03 |    Inf 
59.58/59.63	o 3445
59.58/59.63	c *56.8s| 77735 | 42132 |136285 |   1.7 |  59M| 751 |   - |1700 |4566 |1700 | 227 |  17k|  26k| 793 | 0.000000e+00 | 3.445000e+03 |    Inf 
59.88/59.94	o 3317
59.88/59.94	c *57.1s| 78086 | 40499 |137216 |   1.8 |  57M| 751 |   - |1700 |4592 |1700 | 228 |  17k|  26k| 793 | 0.000000e+00 | 3.317000e+03 |    Inf 
59.88/59.94	o 3316
59.88/59.94	c *57.1s| 78087 | 40487 |137217 |   1.8 |  57M| 751 |   - |1700 |4592 |1700 | 228 |  17k|  26k| 793 | 0.000000e+00 | 3.316000e+03 |    Inf 
60.68/60.79	o 3299
60.68/60.79	c *57.9s| 78975 | 40960 |139349 |   1.8 |  58M| 751 |   - |1700 |4799 |1700 | 224 |  17k|  26k| 796 | 0.000000e+00 | 3.299000e+03 |    Inf 
60.68/60.79	o 3290
60.68/60.79	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
60.68/60.79	c *57.9s| 78976 | 40844 |139352 |   1.8 |  58M| 751 |   - |1700 |4799 |1700 | 224 |  17k|  26k| 796 | 0.000000e+00 | 3.290000e+03 |    Inf 
61.59/61.65	c  58.7s| 80000 | 41708 |141345 |   1.8 |  59M| 751 |   0 |1700 |5010 |1700 | 225 |  17k|  27k| 796 | 0.000000e+00 | 3.290000e+03 |    Inf 
66.99/67.06	o 3186
66.99/67.06	c *63.8s| 86329 | 45157 |154162 |   1.8 |  65M| 751 |   - |1700 |5550 |1700 | 227 |  19k|  30k| 814 | 0.000000e+00 | 3.186000e+03 |    Inf 
66.99/67.06	o 3094
66.99/67.06	c *63.8s| 86330 | 43669 |154166 |   1.8 |  64M| 751 |   - |1700 |5550 |1700 | 227 |  19k|  30k| 814 | 0.000000e+00 | 3.094000e+03 |    Inf 
70.29/70.36	o 3004
70.29/70.36	c *67.0s| 89862 | 44877 |164164 |   1.8 |  67M| 751 |   - |1700 |5612 |1700 | 233 |  21k|  32k| 857 | 0.000000e+00 | 3.004000e+03 |    Inf 
70.39/70.41	o 2894
70.39/70.41	c *67.0s| 89919 | 43192 |164443 |   1.8 |  64M| 751 |   - |1700 |5611 |1700 | 229 |  21k|  32k| 857 | 0.000000e+00 | 2.894000e+03 |    Inf 
70.39/70.42	o 2804
70.39/70.42	c *67.0s| 89920 | 41736 |164444 |   1.8 |  62M| 751 |   - |1700 |5610 |1700 | 229 |  21k|  32k| 857 | 0.000000e+00 | 2.804000e+03 |    Inf 
70.49/70.52	c  67.1s| 90000 | 41799 |164986 |   1.8 |  62M| 751 |   8 |1700 |5521 |1700 | 236 |  21k|  32k| 875 | 0.000000e+00 | 2.804000e+03 |    Inf 
70.49/70.57	o 2723
70.49/70.57	c *67.2s| 90043 | 40552 |165268 |   1.8 |  60M| 751 |   - |1700 |5517 |1700 | 230 |  21k|  32k| 875 | 0.000000e+00 | 2.723000e+03 |    Inf 
70.49/70.57	o 2633
70.49/70.57	c *67.2s| 90044 | 39201 |165270 |   1.8 |  58M| 751 |   - |1700 |5516 |1700 | 230 |  21k|  32k| 875 | 0.000000e+00 | 2.633000e+03 |    Inf 
77.39/77.41	o 2579
77.39/77.41	c *73.7s| 97340 | 43856 |186918 |   1.9 |  68M| 751 |   - |1700 |5218 |1700 | 225 |  24k|  36k| 943 | 0.000000e+00 | 2.579000e+03 |    Inf 
77.89/77.95	o 2521
77.89/77.95	c *74.2s| 97867 | 43218 |188774 |   1.9 |  68M| 751 |   - |1700 |5171 |1700 | 227 |  24k|  36k| 953 | 0.000000e+00 | 2.521000e+03 |    Inf 
77.89/77.95	o 2466
77.89/77.95	c *74.2s| 97868 | 42172 |188776 |   1.9 |  66M| 751 |   - |1700 |5171 |1700 | 227 |  24k|  36k| 953 | 0.000000e+00 | 2.466000e+03 |    Inf 
78.49/78.53	o 2455
78.49/78.53	c *74.8s| 98416 | 42386 |190964 |   1.9 |  67M| 751 |   - |1700 |5262 |1700 | 228 |  24k|  37k| 955 | 0.000000e+00 | 2.455000e+03 |    Inf 
78.49/78.54	o 2386
78.49/78.54	c *74.8s| 98417 | 41060 |190965 |   1.9 |  64M| 751 |   - |1700 |5262 |1700 | 228 |  24k|  37k| 955 | 0.000000e+00 | 2.386000e+03 |    Inf 
79.29/79.30	o 2288
79.29/79.30	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
79.29/79.30	c *75.5s| 99251 | 39779 |193189 |   1.9 |  62M| 751 |   - |1700 |5152 |1700 | 212 |  24k|  37k| 957 | 0.000000e+00 | 2.288000e+03 |    Inf 
79.29/79.31	o 2227
79.29/79.31	c *75.5s| 99252 | 38599 |193190 |   1.9 |  61M| 751 |   - |1700 |5152 |1700 | 212 |  24k|  37k| 957 | 0.000000e+00 | 2.227000e+03 |    Inf 
79.38/79.45	o 2180
79.38/79.45	c *75.7s| 99393 | 37878 |193595 |   1.9 |  60M| 751 |   - |1700 |5205 |1700 | 217 |  24k|  37k| 959 | 0.000000e+00 | 2.180000e+03 |    Inf 
79.99/80.09	c  76.3s|100000 | 38293 |195628 |   2.0 |  61M| 751 |   - |1700 |5212 |   0 |   0 |  25k|  38k| 968 | 0.000000e+00 | 2.180000e+03 |    Inf 
80.08/80.12	o 2162
80.08/80.12	c *76.3s|100030 | 38019 |195854 |   2.0 |  60M| 751 |   - |1700 |5188 |1700 | 199 |  25k|  38k| 968 | 0.000000e+00 | 2.162000e+03 |    Inf 
80.30/80.39	o 2122
80.30/80.39	c *76.5s|100267 | 37413 |196977 |   2.0 |  60M| 751 |   - |1700 |5091 |1700 | 199 |  25k|  38k| 975 | 0.000000e+00 | 2.122000e+03 |    Inf 
88.69/88.74	o 2048
88.69/88.74	c *84.5s|108734 | 42246 |226672 |   2.1 |  71M| 751 |   - |1700 |5237 |1700 | 235 |  28k|  42k|1087 | 0.000000e+00 | 2.048000e+03 |    Inf 
88.69/88.74	o 1985
88.69/88.74	c *84.5s|108735 | 41015 |226676 |   2.1 |  69M| 751 |   - |1700 |5237 |1700 | 235 |  28k|  42k|1087 | 0.000000e+00 | 1.985000e+03 |    Inf 
88.69/88.79	o 1949
88.69/88.79	c *84.5s|108763 | 40217 |227009 |   2.1 |  68M| 751 |   - |1700 |5241 |1700 | 232 |  28k|  42k|1088 | 0.000000e+00 | 1.949000e+03 |    Inf 
90.09/90.19	c  85.8s|110000 | 41025 |232516 |   2.1 |  70M| 751 |   0 |1700 |4903 |1700 | 211 |  29k|  43k|1117 | 0.000000e+00 | 1.949000e+03 |    Inf 
90.49/90.56	o 1913
90.49/90.56	c *86.2s|110353 | 40597 |233919 |   2.1 |  70M| 751 |   - |1700 |4954 |1700 | 217 |  29k|  43k|1118 | 0.000000e+00 | 1.913000e+03 |    Inf 
90.49/90.57	o 1821
90.49/90.57	c *86.2s|110354 | 38559 |233920 |   2.1 |  67M| 751 |   - |1700 |4954 |1700 | 217 |  29k|  43k|1118 | 0.000000e+00 | 1.821000e+03 |    Inf 
94.09/94.15	o 1815
94.09/94.15	c *89.6s|113725 | 40744 |245109 |   2.2 |  72M| 751 |   - |1700 |5110 |1700 | 246 |  31k|  45k|1150 | 0.000000e+00 | 1.815000e+03 |    Inf 
94.09/94.16	o 1526
94.09/94.16	c *89.6s|113734 | 33672 |245129 |   2.2 |  61M| 751 |   - |1700 |5110 |1700 | 246 |  31k|  45k|1150 | 0.000000e+00 | 1.526000e+03 |    Inf 
94.09/94.17	o 1503
94.09/94.17	c *89.6s|113735 | 33167 |245129 |   2.2 |  60M| 751 |   - |1700 |5110 |1700 | 246 |  31k|  45k|1150 | 0.000000e+00 | 1.503000e+03 |    Inf 
94.79/94.87	o 1492
94.79/94.87	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
94.79/94.87	c *90.3s|114289 | 33146 |248685 |   2.2 |  60M| 751 |   - |1700 |4950 |1700 | 207 |  31k|  46k|1154 | 0.000000e+00 | 1.492000e+03 |    Inf 
95.69/95.72	o 1450
95.69/95.72	c *91.1s|114882 | 32601 |253674 |   2.2 |  61M| 751 |   - |1700 |4795 |1700 | 232 |  32k|  46k|1205 | 0.000000e+00 | 1.450000e+03 |    Inf 
95.69/95.72	o 1433
95.69/95.72	c *91.1s|114883 | 32265 |253674 |   2.2 |  60M| 751 |   - |1700 |4795 |1700 | 232 |  32k|  46k|1205 | 0.000000e+00 | 1.433000e+03 |    Inf 
101.59/101.66	c  96.7s|120000 | 35448 |277527 |   2.3 |  70M| 751 |   0 |1700 |4938 |1700 | 192 |  35k|  49k|1269 | 0.000000e+00 | 1.433000e+03 |    Inf 
104.19/104.24	o 1426
104.19/104.24	c *99.2s|122117 | 36658 |291533 |   2.4 |  74M| 751 |   - |1700 |4456 |1700 | 214 |  36k|  51k|1324 | 0.000000e+00 | 1.426000e+03 |    Inf 
104.28/104.38	o 1400
104.28/104.38	c *99.3s|122257 | 36088 |292299 |   2.4 |  73M| 751 |   - |1700 |4433 |1700 | 203 |  36k|  51k|1324 | 0.000000e+00 | 1.400000e+03 |    Inf 
104.28/104.39	o 1265
104.28/104.39	c *99.3s|122258 | 33392 |292301 |   2.4 |  68M| 751 |   - |1700 |4433 |1700 | 203 |  36k|  51k|1324 | 0.000000e+00 | 1.265000e+03 |    Inf 
104.39/104.45	o 1245
104.39/104.45	c *99.4s|122305 | 33016 |292764 |   2.4 |  67M| 751 |   - |1700 |4430 |1700 | 206 |  36k|  51k|1324 | 0.000000e+00 | 1.245000e+03 |    Inf 
104.39/104.46	o 1158
104.39/104.46	c *99.4s|122313 | 31000 |292773 |   2.4 |  63M| 751 |   - |1700 |4430 |1700 | 206 |  36k|  51k|1324 | 0.000000e+00 | 1.158000e+03 |    Inf 
104.49/104.53	o 1119
104.49/104.53	c *99.5s|122348 | 29879 |293488 |   2.4 |  61M| 751 |   - |1700 |4408 |1700 | 198 |  36k|  51k|1325 | 0.000000e+00 | 1.119000e+03 |    Inf 
107.98/108.00	o 1116
107.98/108.00	c * 103s|125017 | 31437 |311103 |   2.5 |  67M| 751 |   - |1700 |4282 |1700 | 218 |  38k|  53k|1386 | 0.000000e+00 | 1.116000e+03 |    Inf 
107.98/108.01	o 1097
107.98/108.01	c * 103s|125027 | 30901 |311109 |   2.5 |  66M| 751 |   - |1700 |4282 |1700 | 218 |  38k|  53k|1386 | 0.000000e+00 | 1.097000e+03 |    Inf 
107.98/108.01	o 1034
107.98/108.01	c * 103s|125028 | 29242 |311110 |   2.5 |  63M| 751 |   - |1700 |4282 |1700 | 218 |  38k|  53k|1386 | 0.000000e+00 | 1.034000e+03 |    Inf 
107.98/108.03	o 1017
107.98/108.03	c * 103s|125032 | 28830 |311327 |   2.5 |  62M| 751 |   - |1700 |4280 |1700 | 201 |  38k|  53k|1386 | 0.000000e+00 | 1.017000e+03 |    Inf 
108.18/108.26	o 986
108.18/108.26	c * 103s|125273 | 28109 |312004 |   2.5 |  61M| 751 |   - |1700 |4252 |1700 | 208 |  38k|  53k|1386 | 0.000000e+00 | 9.860000e+02 |    Inf 
108.29/108.30	o 973
108.29/108.30	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
108.29/108.30	c * 103s|125303 | 27872 |312349 |   2.5 |  60M| 751 |   - |1700 |4201 |1700 | 214 |  38k|  53k|1386 | 0.000000e+00 | 9.730000e+02 |    Inf 
108.29/108.30	o 972
108.29/108.30	c * 103s|125304 | 27850 |312350 |   2.5 |  60M| 751 |   - |1700 |4201 |1700 | 214 |  38k|  53k|1386 | 0.000000e+00 | 9.720000e+02 |    Inf 
108.39/108.41	o 971
108.39/108.41	c * 103s|125366 | 27869 |313012 |   2.5 |  60M| 751 |   - |1700 |4170 |1700 | 237 |  39k|  53k|1398 | 0.000000e+00 | 9.710000e+02 |    Inf 
108.39/108.47	o 887
108.39/108.47	c * 103s|125406 | 25192 |313472 |   2.5 |  56M| 751 |   - |1700 |4181 |1700 | 223 |  39k|  53k|1399 | 0.000000e+00 | 8.870000e+02 |    Inf 
108.39/108.48	o 824
108.39/108.48	c * 103s|125407 | 22807 |313478 |   2.5 |  53M| 751 |   - |1700 |4181 |1700 | 223 |  39k|  53k|1399 | 0.000000e+00 | 8.240000e+02 |    Inf 
108.59/108.62	o 760
108.59/108.62	c * 103s|125475 | 20911 |314702 |   2.5 |  49M| 751 |   - |1700 |4083 |1700 | 229 |  39k|  53k|1404 | 0.000000e+00 | 7.600000e+02 |    Inf 
108.59/108.62	o 711
108.59/108.62	c * 103s|125476 | 18668 |314705 |   2.5 |  46M| 751 |   - |1700 |4083 |1700 | 229 |  39k|  53k|1404 | 0.000000e+00 | 7.110000e+02 |    Inf 
108.59/108.69	o 667
108.59/108.69	c * 103s|125503 | 17309 |315168 |   2.5 |  44M| 751 |   - |1700 |3907 |1700 | 232 |  39k|  53k|1404 | 0.000000e+00 | 6.670000e+02 |    Inf 
108.68/108.71	o 589
108.68/108.71	c * 103s|125514 | 15359 |315210 |   2.5 |  40M| 751 |   - |1700 |3800 |1700 | 232 |  39k|  53k|1404 | 0.000000e+00 | 5.890000e+02 |    Inf 
108.68/108.71	o 526
108.68/108.71	c * 103s|125515 | 14477 |315212 |   2.5 |  38M| 751 |   - |1700 |3800 |1700 | 232 |  39k|  53k|1404 | 0.000000e+00 | 5.260000e+02 |    Inf 
108.68/108.75	o 479
108.68/108.75	c * 103s|125540 | 13915 |315429 |   2.5 |  37M| 751 |   - |1700 |3586 |1700 | 223 |  39k|  53k|1404 | 0.000000e+00 | 4.790000e+02 |    Inf 
108.68/108.77	o 474
108.68/108.77	c * 103s|125543 | 13741 |315704 |   2.5 |  36M| 751 |   - |1700 |3492 |1700 | 214 |  39k|  53k|1410 | 0.000000e+00 | 4.740000e+02 |    Inf 
108.79/108.80	o 443
108.79/108.80	c * 103s|125557 | 13385 |315851 |   2.5 |  35M| 751 |   - |1700 |3435 |1700 | 231 |  39k|  53k|1410 | 0.000000e+00 | 4.430000e+02 |    Inf 
108.79/108.81	o 380
108.79/108.81	c * 104s|125558 | 11096 |315858 |   2.5 |  31M| 751 |   - |1700 |3435 |1700 | 231 |  39k|  53k|1410 | 0.000000e+00 | 3.800000e+02 |    Inf 
109.48/109.50	o 299
109.48/109.50	c * 104s|125871 |  9069 |323373 |   2.6 |  28M| 751 |   - |1700 |2389 |1700 | 218 |  39k|  53k|1431 | 0.000000e+00 | 2.990000e+02 |    Inf 
109.59/109.65	o 249
109.59/109.65	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
109.59/109.65	c * 104s|125947 |  8328 |324431 |   2.6 |  27M| 751 |   - |1700 |2196 |1700 | 190 |  39k|  53k|1431 | 0.000000e+00 | 2.490000e+02 |    Inf 
109.59/109.66	o 157
109.59/109.66	c * 104s|125948 |  7108 |324434 |   2.6 |  24M| 751 |   - |1700 |2196 |1700 | 190 |  39k|  53k|1431 | 0.000000e+00 | 1.570000e+02 |    Inf 
109.89/109.90	o 151
109.89/109.90	c * 105s|126051 |  5170 |327547 |   2.6 |  22M| 751 |   - |1700 |1947 |1700 | 201 |  40k|  54k|1431 | 0.000000e+00 | 1.510000e+02 |    Inf 
109.89/109.91	o 140
109.89/109.91	c * 105s|126052 |  4998 |327557 |   2.6 |  22M| 751 |   - |1700 |1947 |1700 | 201 |  40k|  54k|1431 | 0.000000e+00 | 1.400000e+02 |    Inf 
110.08/110.15	o 85
110.08/110.15	c * 105s|126169 |  1290 |330299 |   2.6 |  16M| 751 |   - |1700 |1924 |1700 | 191 |  40k|  54k|1452 | 0.000000e+00 | 8.500000e+01 |    Inf 
110.08/110.15	o 18
110.08/110.15	c * 105s|126170 |  1099 |330318 |   2.6 |  15M| 751 |   - |1700 |1924 |1700 | 189 |  40k|  54k|1452 | 0.000000e+00 | 1.800000e+01 |    Inf 
110.19/110.21	o 9
110.19/110.21	c * 105s|126193 |   678 |331112 |   2.6 |  14M| 751 |   - |1700 |1769 |1700 | 181 |  40k|  54k|1459 | 0.000000e+00 | 9.000000e+00 |    Inf 
110.19/110.23	o 1
110.19/110.23	c * 105s|126203 |   560 |331384 |   2.6 |  13M| 751 |   - |1700 |1739 |1700 | 188 |  40k|  54k|1459 | 0.000000e+00 | 1.000000e+00 |    Inf 
110.19/110.25	o 0
110.19/110.25	c * 105s|126206 |     0 |331554 |   2.6 |  11M| 751 |   - |1700 |1729 |1700 | 203 |  40k|  54k|1461 | 0.000000e+00 | 0.000000e+00 |   0.00%
110.19/110.25	c 
110.19/110.25	c SCIP Status        : problem is solved [optimal solution found]
110.19/110.25	c Solving Time (sec) : 104.86
110.19/110.25	c Solving Nodes      : 126206
110.19/110.25	c Primal Bound       : +0.00000000000000e+00 (217 solutions)
110.19/110.25	c Dual Bound         : +0.00000000000000e+00
110.19/110.25	c Gap                : 0.00 %
110.19/110.25	s OPTIMUM FOUND
110.19/110.25	v -x200 x199 x198 -x197 -x196 x195 x194 -x193 x192 -x191 -x190 x189 -x188 x187 x186 -x185 x184 -x183 x182 -x181 -x180 x179 x178 -x177 
110.19/110.25	v -x176 x175 x174 -x173 -x172 x171 x170 -x169 x168 -x167 x166 -x165 x164 -x163 x162 -x161 -x160 x159 x158 -x157 -x156 x155 
110.19/110.25	v -x154 x153 -x152 x151 -x150 x149 x148 -x147 x146 -x145 -x144 x143 x142 -x141 x140 -x139 x138 -x137 -x136 x135 x134 -x133 x132 
110.19/110.25	v -x131 x130 -x129 -x128 x127 x126 -x125 -x124 x123 -x122 x121 x120 -x119 x118 -x117 -x116 x115 -x114 x113 x112 -x111 -x110 x109 
110.19/110.25	v -x108 x107 x106 -x105 x104 -x103 -x102 x101 x100 -x99 x98 -x97 -x96 x95 x94 -x93 x92 -x91 x90 -x89 x88 -x87 x86 -x85 x84 
110.19/110.25	v -x83 -x82 x81 x80 -x79 x78 -x77 -x76 x75 -x74 x73 -x72 x71 x70 -x69 x68 -x67 -x66 x65 x64 -x63 -x62 x61 -x60 x59 x58 -x57 x56 
110.19/110.25	v -x55 -x54 x53 -x52 x51 x50 -x49 x48 -x47 x46 -x45 x44 -x43 -x42 x41 x40 -x39 -x38 x37 -x36 x35 x34 -x33 x32 -x31 -x30 x29 x28 
110.19/110.25	v -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 x1 
110.19/110.25	c SCIP Status        : problem is solved [optimal solution found]
110.19/110.25	c Solving Time       :     104.86
110.19/110.25	c Original Problem   :
110.19/110.25	c   Problem name     : HOME/instance-2699997-1278533871.wbo
110.19/110.25	c   Variables        : 1800 (1000 binary, 0 integer, 0 implicit integer, 800 continuous)
110.19/110.25	c   Constraints      : 1701 initial, 1701 maximal
110.19/110.25	c Presolved Problem  :
110.19/110.25	c   Problem name     : t_HOME/instance-2699997-1278533871.wbo
110.19/110.25	c   Variables        : 1700 (900 binary, 0 integer, 0 implicit integer, 800 continuous)
110.19/110.25	c   Constraints      : 1600 initial, 5950 maximal
110.19/110.25	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
110.19/110.25	c   trivial          :       0.00          0          0          0          0          0          0          0          0
110.19/110.25	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
110.19/110.25	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
110.19/110.25	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
110.19/110.25	c   implics          :       0.00          0          0          0          0          0          0          0          0
110.19/110.25	c   probing          :       0.02          0          0          0          0          0          0          0          0
110.19/110.25	c   indicator        :       0.00          0          0          0          0          0          0          0          0
110.19/110.25	c   linear           :       0.02          0        100          0        800          0        101          0          0
110.19/110.25	c   logicor          :       0.00          0          0          0          0          0          0          0          0
110.19/110.25	c   root node        :          -        800          -          -       1600          -          -          -          -
110.19/110.25	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
110.19/110.25	c   integral         :          0          0          0     131987          0          0          5          0          0       4158
110.19/110.25	c   indicator        :        800          0     271176     129898          0        282    2740883          0          0          0
110.19/110.25	c   linear           :        800          6     270689     129794          0       2831     212240      40477          0          0
110.19/110.25	c   logicor          :          0+         0     156293          0          0        442      87106          0          0          0
110.19/110.25	c   countsols        :          0          0          0     114543          0          0          0          0          0          0
110.19/110.25	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
110.19/110.25	c   integral         :       1.88       0.00       0.00       1.88       0.00
110.19/110.25	c   indicator        :      10.48       0.01       4.22       6.25       0.00
110.19/110.25	c   linear           :       6.58       0.00       3.05       3.53       0.00
110.19/110.25	c   logicor          :       2.62       0.00       2.62       0.00       0.00
110.19/110.25	c   countsols        :       0.00       0.00       0.00       0.00       0.00
110.19/110.25	c Propagators        :       Time      Calls    Cutoffs    DomReds
110.19/110.25	c   vbounds          :       0.06          2          0          0
110.19/110.25	c   rootredcost      :       0.02        107          0        800
110.19/110.25	c   pseudoobj        :       6.58     280163       9142    2301871
110.19/110.25	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
110.19/110.25	c   propagation      :       0.53      12415      12397      39503       23.4      21524        3.9          -
110.19/110.25	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
110.19/110.25	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
110.19/110.25	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
110.19/110.25	c   pseudo solution  :       0.01         54         54        280       22.4        154        4.1          -
110.19/110.25	c   applied globally :          -          -          -      54317       14.8          -          -          -
110.19/110.25	c   applied locally  :          -          -          -          0        0.0          -          -          -
110.19/110.25	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
110.19/110.25	c   cut pool         :       0.00          4          -          -         19          -    (maximal pool size: 170)
110.19/110.25	c   redcost          :       4.69     136181          0     383303          0          0
110.19/110.25	c   impliedbounds    :       0.00          5          0          0          0          0
110.19/110.25	c   intobj           :       0.00          0          0          0          0          0
110.19/110.25	c   cgmip            :       0.00          0          0          0          0          0
110.19/110.25	c   gomory           :       0.01          5          0          0        177          0
110.19/110.25	c   strongcg         :       0.01          5          0          0          0          0
110.19/110.25	c   cmir             :       0.01          5          0          0          0          0
110.19/110.25	c   flowcover        :       0.03          5          0          0          0          0
110.19/110.25	c   clique           :       0.00          1          0          0          0          0
110.19/110.25	c   zerohalf         :       0.00          0          0          0          0          0
110.19/110.25	c   mcf              :       0.00          1          0          0          0          0
110.19/110.25	c   rapidlearning    :       0.00          0          0          0          0          0
110.19/110.25	c Pricers            :       Time      Calls       Vars
110.19/110.25	c   problem variables:       0.00          0          0
110.19/110.25	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
110.19/110.25	c   relpscost        :       1.87       2083          0          5          0          0       4158
110.19/110.25	c   pscost           :       0.00          0          0          0          0          0          0
110.19/110.25	c   inference        :       8.03     114435          0          0          0          0     228870
110.19/110.25	c   mostinf          :       0.00          0          0          0          0          0          0
110.19/110.25	c   leastinf         :       0.00          0          0          0          0          0          0
110.19/110.25	c   fullstrong       :       0.00          0          0          0          0          0          0
110.19/110.25	c   allfullstrong    :       0.00          0          0          0          0          0          0
110.19/110.25	c   random           :       0.00          0          0          0          0          0          0
110.19/110.25	c Primal Heuristics  :       Time      Calls      Found
110.19/110.25	c   LP solutions     :       0.20          -        108
110.19/110.25	c   pseudo solutions :       0.00          -          0
110.19/110.25	c   feaspump         :       0.00          0          0
110.19/110.25	c   oneopt           :       0.23         75          0
110.19/110.25	c   fracdiving       :       0.07        146          0
110.19/110.25	c   veclendiving     :       0.06        146          0
110.19/110.25	c   linesearchdiving :       0.01        146          0
110.19/110.25	c   guideddiving     :       0.08        146          0
110.19/110.25	c   coefdiving       :       0.06        147          0
110.19/110.25	c   pscostdiving     :       0.07        147          0
110.19/110.25	c   crossover        :       0.91         74          4
110.19/110.25	c   objpscostdiving  :       0.08        146          0
110.19/110.25	c   rootsoldiving    :       0.07        146          0
110.19/110.25	c   trivial          :       0.00          2          1
110.19/110.25	c   simplerounding   :       0.01       2323          0
110.19/110.25	c   zirounding       :       0.07       1000          0
110.19/110.25	c   rounding         :       0.06        627          0
110.19/110.25	c   shifting         :       0.07        161          0
110.19/110.25	c   intshifting      :       0.01          2          0
110.19/110.25	c   twoopt           :       0.00          0          0
110.19/110.25	c   fixandinfer      :       0.00          0          0
110.19/110.25	c   intdiving        :       0.00          0          0
110.19/110.25	c   actconsdiving    :       0.00          0          0
110.19/110.25	c   octane           :       0.00          0          0
110.19/110.25	c   rens             :       0.01          1          0
110.19/110.25	c   rins             :       0.00          0          0
110.19/110.25	c   localbranching   :       0.00          0          0
110.19/110.25	c   mutation         :       0.00          0          0
110.19/110.25	c   dins             :       0.00          0          0
110.19/110.25	c   undercover       :       0.00          0          0
110.19/110.25	c   nlp              :       0.02          0          0
110.19/110.25	c   trysol           :       0.11        508        104
110.19/110.25	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
110.19/110.25	c   primal LP        :       0.00          0          0       0.00          -
110.19/110.25	c   dual LP          :      39.11      38586     325181       8.43    8314.52
110.19/110.25	c   lex dual LP      :       0.00          0          0       0.00          -
110.19/110.25	c   barrier LP       :       0.00          0          0       0.00          -
110.19/110.25	c   diving/probing LP:       0.11         77       6373      82.77   57936.36
110.19/110.25	c   strong branching :       1.85       1461      39268      26.88   21225.95
110.19/110.25	c     (at root node) :          -         33       6460     195.76          -
110.19/110.25	c   conflict analysis:       0.00          0          0       0.00          -
110.19/110.25	c B&B Tree           :
110.19/110.25	c   number of runs   :          1
110.19/110.25	c   nodes            :     126206
110.19/110.25	c   nodes (total)    :     126206
110.19/110.25	c   nodes left       :          0
110.19/110.25	c   max depth        :        751
110.19/110.25	c   max depth (total):        751
110.19/110.25	c   backtracks       :       4212 (3.3%)
110.19/110.25	c   delayed cutoffs  :       9373
110.19/110.25	c   repropagations   :      26317 (1274329 domain reductions, 3167 cutoffs)
110.19/110.25	c   avg switch length:       3.21
110.19/110.25	c   switching time   :       7.23
110.19/110.25	c Solution           :
110.19/110.25	c   Solutions found  :        217 (109 improvements)
110.19/110.25	c   First Solution   : +3.94238000000000e+05   (in run 1, after 1 nodes, 0.04 seconds, depth 0, found by <trivial>)
110.19/110.25	c   Primal Bound     : +0.00000000000000e+00   (in run 1, after 126206 nodes, 104.86 seconds, depth 5, found by <relaxation>)
110.19/110.25	c   Dual Bound       : +0.00000000000000e+00
110.19/110.25	c   Gap              :       0.00 %
110.19/110.25	c   Root Dual Bound  : +0.00000000000000e+00
110.19/110.25	c   Root Iterations  :        355
110.19/110.27	c Time complete: 110.26.

Verifier Data

OK	0

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2699997-1278533871/watcher-2699997-1278533871 -o /tmp/evaluation-result-2699997-1278533871/solver-2699997-1278533871 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2699997-1278533871.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.94 0.84 0.29 10/186 19631
/proc/meminfo: memFree=29176488/32950928 swapFree=67111528/67111528
[pid=19631] ppid=19629 vsize=8256 CPUtime=0
/proc/19631/stat : 19631 (pbscip.linux.x8) R 19629 19631 18990 0 -1 4202496 976 0 0 0 0 0 0 0 21 0 1 0 21600702 8454144 897 4089446400 4194304 9819077 140733343413712 18446744073709551615 8675296 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/19631/statm: 2064 897 359 1374 0 685 0

[startup+0.0221801 s]
/proc/loadavg: 2.94 0.84 0.29 10/186 19631
/proc/meminfo: memFree=29176488/32950928 swapFree=67111528/67111528
[pid=19631] ppid=19629 vsize=17976 CPUtime=0.01
/proc/19631/stat : 19631 (pbscip.linux.x8) R 19629 19631 18990 0 -1 4202496 3718 0 0 0 1 0 0 0 21 0 1 0 21600702 18407424 3285 4089446400 4194304 9819077 140733343413712 18446744073709551615 6179008 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/19631/statm: 4494 3318 435 1374 0 3115 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 17976

[startup+0.100191 s]
/proc/loadavg: 2.94 0.84 0.29 10/186 19631
/proc/meminfo: memFree=29176488/32950928 swapFree=67111528/67111528
[pid=19631] ppid=19629 vsize=26152 CPUtime=0.09
/proc/19631/stat : 19631 (pbscip.linux.x8) R 19629 19631 18990 0 -1 4202496 6398 0 0 0 8 1 0 0 21 0 1 0 21600702 26779648 5138 4089446400 4194304 9819077 140733343413712 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/19631/statm: 6538 5138 674 1374 0 5159 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 26152

[startup+0.300445 s]
/proc/loadavg: 2.94 0.84 0.29 10/186 19631
/proc/meminfo: memFree=29176488/32950928 swapFree=67111528/67111528
[pid=19631] ppid=19629 vsize=27972 CPUtime=0.29
/proc/19631/stat : 19631 (pbscip.linux.x8) R 19629 19631 18990 0 -1 4202496 11334 0 0 0 27 2 0 0 21 0 1 0 21600702 28643328 5324 4089446400 4194304 9819077 140733343413712 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/19631/statm: 6947 5312 695 1374 0 5568 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 27972

[startup+0.701312 s]
/proc/loadavg: 2.94 0.84 0.29 10/186 19631
/proc/meminfo: memFree=29176488/32950928 swapFree=67111528/67111528
[pid=19631] ppid=19629 vsize=27880 CPUtime=0.69
/proc/19631/stat : 19631 (pbscip.linux.x8) R 19629 19631 18990 0 -1 4202496 16835 0 0 0 66 3 0 0 22 0 1 0 21600702 28549120 5325 4089446400 4194304 9819077 140733343413712 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/19631/statm: 6970 5325 700 1374 0 5591 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 27880

[startup+1.50091 s]
/proc/loadavg: 2.94 0.84 0.29 3/187 19632
/proc/meminfo: memFree=29157136/32950928 swapFree=67111528/67111528
[pid=19631] ppid=19629 vsize=30808 CPUtime=1.49
/proc/19631/stat : 19631 (pbscip.linux.x8) R 19629 19631 18990 0 -1 4202496 33613 0 0 0 140 9 0 0 25 0 1 0 21600702 31547392 6257 4089446400 4194304 9819077 140733343413712 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/19631/statm: 7702 6257 703 1374 0 6323 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 30808

[startup+3.10061 s]
/proc/loadavg: 2.94 0.84 0.29 8/187 19632
/proc/meminfo: memFree=29152548/32950928 swapFree=67111528/67111528
[pid=19631] ppid=19629 vsize=32404 CPUtime=3.09
/proc/19631/stat : 19631 (pbscip.linux.x8) R 19629 19631 18990 0 -1 4202496 38447 0 0 0 293 16 0 0 25 0 1 0 21600702 33181696 6910 4089446400 4194304 9819077 140733343413712 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/19631/statm: 8101 6910 703 1374 0 6722 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 32404

[startup+6.30103 s]
/proc/loadavg: 3.42 0.98 0.33 3/187 19632
/proc/meminfo: memFree=29147464/32950928 swapFree=67111528/67111528
[pid=19631] ppid=19629 vsize=41012 CPUtime=6.29
/proc/19631/stat : 19631 (pbscip.linux.x8) R 19629 19631 18990 0 -1 4202496 54828 0 0 0 594 35 0 0 25 0 1 0 21600702 41996288 8993 4089446400 4194304 9819077 140733343413712 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/19631/statm: 10253 8993 707 1374 0 8874 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 41012

[startup+12.7009 s]
/proc/loadavg: 3.39 1.01 0.35 4/187 19632
/proc/meminfo: memFree=29138460/32950928 swapFree=67111528/67111528
[pid=19631] ppid=19629 vsize=50740 CPUtime=12.69
/proc/19631/stat : 19631 (pbscip.linux.x8) R 19629 19631 18990 0 -1 4202496 79673 0 0 0 1209 60 0 0 25 0 1 0 21600702 51957760 11252 4089446400 4194304 9819077 140733343413712 18446744073709551615 7816368 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/19631/statm: 12685 11252 707 1374 0 11306 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 50740

[startup+25.5005 s]
/proc/loadavg: 3.79 1.22 0.43 7/187 19639
/proc/meminfo: memFree=29116428/32950928 swapFree=67111528/67111528
[pid=19631] ppid=19629 vsize=71056 CPUtime=25.48
/proc/19631/stat : 19631 (pbscip.linux.x8) R 19629 19631 18990 0 -1 4202496 173530 0 0 0 2428 120 0 0 25 0 1 0 21600702 72761344 16310 4089446400 4194304 9819077 140733343413712 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/19631/statm: 17764 16310 707 1374 0 16385 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 71056

[startup+51.1018 s]
/proc/loadavg: 4.10 1.49 0.54 6/187 19643
/proc/meminfo: memFree=29078944/32950928 swapFree=67111528/67111528
[pid=19631] ppid=19629 vsize=109228 CPUtime=51.09
/proc/19631/stat : 19631 (pbscip.linux.x8) R 19629 19631 18990 0 -1 4202496 301319 0 0 0 4869 240 0 0 25 0 1 0 21600702 111849472 25653 4089446400 4194304 9819077 140733343413712 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/19631/statm: 27307 25653 707 1374 0 25928 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 109228

[startup+102.306 s]
/proc/loadavg: 4.27 1.94 0.74 3/187 19652
/proc/meminfo: memFree=29048504/32950928 swapFree=67111528/67111528
[pid=19631] ppid=19629 vsize=142712 CPUtime=102.29
/proc/19631/stat : 19631 (pbscip.linux.x8) R 19629 19631 18990 0 -1 4202496 598839 0 0 0 9733 496 0 0 25 0 1 0 21600702 146137088 33189 4089446400 4194304 9819077 140733343413712 18446744073709551615 5955605 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/19631/statm: 35678 33189 707 1374 0 34299 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 142712

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

[startup+105.501 s]
/proc/loadavg: 4.25 1.97 0.75 4/187 19652
/proc/meminfo: memFree=29043916/32950928 swapFree=67111528/67111528
[pid=19631] ppid=19629 vsize=147160 CPUtime=105.49
/proc/19631/stat : 19631 (pbscip.linux.x8) R 19629 19631 18990 0 -1 4202496 622009 0 0 0 10038 511 0 0 25 0 1 0 21600702 150691840 34160 4089446400 4194304 9819077 140733343413712 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/19631/statm: 36790 34160 707 1374 0 35411 0
Current children cumulated CPU time (s) 105.49
Current children cumulated vsize (KiB) 147160

[startup+108.7 s]
/proc/loadavg: 4.25 1.97 0.75 3/187 19652
/proc/meminfo: memFree=29042924/32950928 swapFree=67111528/67111528
[pid=19631] ppid=19629 vsize=149976 CPUtime=108.68
/proc/19631/stat : 19631 (pbscip.linux.x8) R 19629 19631 18990 0 -1 4202496 640410 0 0 0 10340 528 0 0 25 0 1 0 21600702 153575424 34775 4089446400 4194304 9819077 140733343413712 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/19631/statm: 37494 34775 707 1374 0 36115 0
Current children cumulated CPU time (s) 108.68
Current children cumulated vsize (KiB) 149976

[startup+109.5 s]
/proc/loadavg: 4.39 2.04 0.78 8/187 19652
/proc/meminfo: memFree=29041556/32950928 swapFree=67111528/67111528
[pid=19631] ppid=19629 vsize=150404 CPUtime=109.48
/proc/19631/stat : 19631 (pbscip.linux.x8) R 19629 19631 18990 0 -1 4202496 647756 0 0 0 10416 532 0 0 25 0 1 0 21600702 154013696 34868 4089446400 4194304 9819077 140733343413712 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/19631/statm: 37601 34868 708 1374 0 36222 0
Current children cumulated CPU time (s) 109.48
Current children cumulated vsize (KiB) 150404

[startup+109.901 s]
/proc/loadavg: 4.39 2.04 0.78 8/187 19652
/proc/meminfo: memFree=29040812/32950928 swapFree=67111528/67111528
[pid=19631] ppid=19629 vsize=150404 CPUtime=109.89
/proc/19631/stat : 19631 (pbscip.linux.x8) R 19629 19631 18990 0 -1 4202496 649891 0 0 0 10454 535 0 0 25 0 1 0 21600702 154013696 34869 4089446400 4194304 9819077 140733343413712 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/19631/statm: 37601 34869 708 1374 0 36222 0
Current children cumulated CPU time (s) 109.89
Current children cumulated vsize (KiB) 150404

[startup+110.101 s]
/proc/loadavg: 4.39 2.04 0.78 8/187 19652
/proc/meminfo: memFree=29040812/32950928 swapFree=67111528/67111528
[pid=19631] ppid=19629 vsize=150448 CPUtime=110.08
/proc/19631/stat : 19631 (pbscip.linux.x8) R 19629 19631 18990 0 -1 4202496 651379 0 0 0 10472 536 0 0 25 0 1 0 21600702 154058752 34876 4089446400 4194304 9819077 140733343413712 18446744073709551615 4431767 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/19631/statm: 37612 34876 708 1374 0 36233 0
Current children cumulated CPU time (s) 110.08
Current children cumulated vsize (KiB) 150448

[startup+110.201 s]
/proc/loadavg: 4.39 2.04 0.78 8/187 19652
/proc/meminfo: memFree=29040812/32950928 swapFree=67111528/67111528
[pid=19631] ppid=19629 vsize=150424 CPUtime=110.19
/proc/19631/stat : 19631 (pbscip.linux.x8) R 19629 19631 18990 0 -1 4202496 652111 0 0 0 10482 537 0 0 25 0 1 0 21600702 154034176 34876 4089446400 4194304 9819077 140733343413712 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/19631/statm: 37606 34876 708 1374 0 36227 0
Current children cumulated CPU time (s) 110.19
Current children cumulated vsize (KiB) 150424

Child status: 0
Real time (s): 110.275
CPU time (s): 110.266
CPU user time (s): 104.883
CPU system time (s): 5.38318
CPU usage (%): 99.9923
Max. virtual memory (cumulated for all children) (KiB): 150912

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 104.883
system time used= 5.38318
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 652416
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= 1
involuntary context switches= 350

runsolver used 0.176973 second user time and 0.372943 second system time

The end

Launcher Data

Begin job on node116 at 2010-07-07 22:17:51
IDJOB=2699997
IDBENCH=79391
IDSOLVER=1205
FILE ID=node116/2699997-1278533871
PBS_JOBID= 11239245
Free space on /tmp= 73448 MiB

SOLVER NAME= SCIPclp SCIP 1.2.1.2 with Clp 1.11.1 (Release Version) as LP solver
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/wcsp/jnh/normalized-jnh207_wcsp.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-2699997-1278533871/watcher-2699997-1278533871 -o /tmp/evaluation-result-2699997-1278533871/solver-2699997-1278533871 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2699997-1278533871.wbo -t 1800 -m 3800

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

MD5SUM BENCH= a376d7f23eea0592d561601b8922f58b
RANDOM SEED=441929184

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      29177016 kB
Buffers:        138508 kB
Cached:        3385584 kB
SwapCached:          0 kB
Active:        1278492 kB
Inactive:      2340664 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      29177016 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            6432 kB
Writeback:           0 kB
AnonPages:       95392 kB
Mapped:          19016 kB
Slab:            88192 kB
PageTables:       4856 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   316124 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= 73444 MiB
End job on node116 at 2010-07-07 22:19:41