Trace number 2699985

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 81.3236 81.5071

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/wcsp/jnh/
normalized-jnh216_wcsp.wbo
MD5SUM830bcbfbc6ad7e0fb8e641f5751577e3
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark12
Best CPU time to get the best result obtained on this benchmark0.032994
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-2699985-1278533867.wbo>
0.00/0.03	c original problem has 1800 variables (1000 bin, 0 int, 0 impl, 800 cont) and 1701 constraints
0.00/0.03	c problem read
0.00/0.03	c presolving settings loaded
0.00/0.04	c presolving:
0.00/0.05	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.00/0.06	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.00/0.08	c    (0.0s) probing: 101/900 (11.2%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.00/0.08	c    (0.0s) probing aborted: 100/100 successive totally useless probings
0.00/0.08	c presolving (3 rounds):
0.00/0.08	c  100 deleted vars, 101 deleted constraints, 800 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.08	c  1000 implications, 0 cliques
0.00/0.08	c presolved problem has 1700 variables (900 bin, 0 int, 0 impl, 800 cont) and 1600 constraints
0.00/0.08	c     800 constraints of type <indicator>
0.00/0.08	c     800 constraints of type <linear>
0.00/0.08	c transformed objective value is always integral (scale: 1)
0.00/0.08	c Presolving Time: 0.03
0.00/0.08	c - non default parameters ----------------------------------------------------------------------
0.00/0.08	c # SCIP version 1.2.1.2
0.00/0.08	c 
0.00/0.08	c # frequency for displaying node information lines
0.00/0.08	c # [type: int, range: [-1,2147483647], default: 100]
0.00/0.08	c display/freq = 10000
0.00/0.08	c 
0.00/0.08	c # maximal time in seconds to run
0.00/0.08	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.08	c limits/time = 1799.99
0.00/0.08	c 
0.00/0.08	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.08	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.08	c limits/memory = 3420
0.00/0.08	c 
0.00/0.08	c # should presolving try to simplify inequalities
0.00/0.08	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.08	c constraints/linear/simplifyinequalities = TRUE
0.00/0.08	c 
0.00/0.08	c # should presolving try to simplify knapsacks
0.00/0.08	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.08	c constraints/knapsack/simplifyinequalities = TRUE
0.00/0.08	c 
0.00/0.08	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.00/0.08	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.08	c separating/rapidlearning/freq = 0
0.00/0.08	c 
0.00/0.08	c -----------------------------------------------------------------------------------------------
0.00/0.08	c start solving
0.00/0.08	c 
0.00/0.08	o 394238
0.00/0.08	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.00/0.08	c t 0.0s|     1 |     0 |     0 |     - |5795k|   0 |   - |1700 |1600 |   0 |   0 |   0 |   0 |   0 |      --      | 3.942380e+05 |    Inf 
0.00/0.08	c   0.0s|     1 |     0 |     0 |     - |6167k|   0 |   0 |1700 |1600 |1700 |   0 |   0 |   0 |   0 | 0.000000e+00 | 3.942380e+05 |    Inf 
0.00/0.08	c   0.0s|     1 |     0 |    32 |     - |6197k|   0 |   0 |1700 |1600 |1700 |  51 |  51 |   0 |   0 | 0.000000e+00 | 3.942380e+05 |    Inf 
0.00/0.09	c   0.0s|     1 |     0 |    96 |     - |6241k|   0 |  19 |1700 |1600 |1700 |  86 |  86 |   0 |   0 | 0.000000e+00 | 3.942380e+05 |    Inf 
0.00/0.09	c   0.1s|     1 |     0 |   137 |     - |6316k|   0 |  54 |1700 |1600 |1700 | 114 | 114 |   0 |   0 | 0.000000e+00 | 3.942380e+05 |    Inf 
0.00/0.10	c   0.1s|     1 |     0 |   188 |     - |6479k|   0 |  67 |1700 |1600 |1700 | 144 | 144 |   0 |   0 | 0.000000e+00 | 3.942380e+05 |    Inf 
0.08/0.12	c   0.1s|     1 |     0 |   228 |     - |6517k|   0 |  57 |1700 |1600 |1700 | 161 | 161 |   0 |   0 | 0.000000e+00 | 3.942380e+05 |    Inf 
0.08/0.13	c   0.1s|     1 |     0 |   242 |     - |6545k|   0 |  63 |1700 |1600 |1700 | 168 | 168 |   0 |   0 | 0.000000e+00 | 3.942380e+05 |    Inf 
0.16/0.25	c   0.2s|     1 |     2 |   369 |     - |6597k|   0 |  63 |1700 |1600 |1700 | 168 | 168 |   0 |  33 | 0.000000e+00 | 3.942380e+05 |    Inf 
0.96/1.03	o 8865
0.96/1.03	c * 0.9s|   543 |   539 |  1210 |   1.8 |7559k| 542 |   - |1700 |1600 |1700 | 238 | 239 |   0 | 338 | 0.000000e+00 | 8.865000e+03 |    Inf 
2.06/2.11	o 8597
2.06/2.11	c * 1.9s|  1703 |  1633 |  4037 |   2.2 |9712k| 542 |   - |1700 |1737 |1700 | 210 | 748 | 137 | 647 | 0.000000e+00 | 8.597000e+03 |    Inf 
2.06/2.11	o 8466
2.06/2.11	c * 1.9s|  1705 |  1608 |  4069 |   2.2 |9752k| 542 |   - |1700 |1737 |1700 | 210 | 748 | 137 | 647 | 0.000000e+00 | 8.466000e+03 |    Inf 
2.06/2.12	o 7953
2.06/2.12	c * 1.9s|  1706 |  1497 |  4076 |   2.2 |9671k| 542 |   - |1700 |1737 |1700 | 210 | 748 | 137 | 647 | 0.000000e+00 | 7.953000e+03 |    Inf 
2.95/3.04	o 7929
2.95/3.04	c * 2.8s|  2811 |  2432 |  6824 |   2.3 |  11M| 542 |   - |1700 |2231 |1700 | 202 |1124 | 631 | 730 | 0.000000e+00 | 7.929000e+03 |    Inf 
3.04/3.11	o 7533
3.04/3.11	c * 2.9s|  2916 |  2361 |  6952 |   2.3 |  11M| 542 |   - |1700 |2283 |1700 | 202 |1136 | 683 | 730 | 0.000000e+00 | 7.533000e+03 |    Inf 
3.04/3.11	o 7374
3.04/3.11	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
3.04/3.11	c * 2.9s|  2917 |  2302 |  6958 |   2.3 |  11M| 542 |   - |1700 |2283 |1700 | 202 |1136 | 683 | 730 | 0.000000e+00 | 7.374000e+03 |    Inf 
3.35/3.41	o 7322
3.35/3.41	c * 3.1s|  3266 |  2585 |  7909 |   2.3 |  11M| 542 |   - |1700 |2463 |1700 | 205 |1226 | 863 | 748 | 0.000000e+00 | 7.322000e+03 |    Inf 
3.35/3.41	o 7273
3.35/3.41	c * 3.1s|  3267 |  2568 |  7912 |   2.3 |  11M| 542 |   - |1700 |2463 |1700 | 205 |1226 | 863 | 748 | 0.000000e+00 | 7.273000e+03 |    Inf 
3.45/3.53	o 7090
3.45/3.53	c * 3.2s|  3418 |  2633 |  8213 |   2.3 |  12M| 542 |   - |1700 |2526 |1700 | 208 |1273 | 926 | 748 | 0.000000e+00 | 7.090000e+03 |    Inf 
3.45/3.56	o 7028
3.45/3.56	c * 3.3s|  3481 |  2671 |  8276 |   2.3 |  12M| 542 |   - |1700 |2549 |1700 | 200 |1273 | 949 | 748 | 0.000000e+00 | 7.028000e+03 |    Inf 
3.45/3.57	o 6359
3.45/3.57	c * 3.3s|  3482 |  2396 |  8281 |   2.3 |  11M| 542 |   - |1700 |2549 |1700 | 200 |1273 | 949 | 748 | 0.000000e+00 | 6.359000e+03 |    Inf 
3.54/3.62	o 6249
3.54/3.62	c * 3.3s|  3538 |  2402 |  8465 |   2.3 |  11M| 542 |   - |1700 |2613 |1700 | 210 |1309 |1013 | 748 | 0.000000e+00 | 6.249000e+03 |    Inf 
3.54/3.62	o 6032
3.54/3.62	c * 3.3s|  3539 |  2333 |  8473 |   2.3 |  11M| 542 |   - |1700 |2613 |1700 | 210 |1309 |1013 | 748 | 0.000000e+00 | 6.032000e+03 |    Inf 
3.54/3.64	o 6007
3.54/3.64	c * 3.3s|  3561 |  2343 |  8566 |   2.3 |  11M| 542 |   - |1700 |2617 |1700 | 208 |1312 |1017 | 748 | 0.000000e+00 | 6.007000e+03 |    Inf 
3.54/3.64	o 5881
3.54/3.64	c * 3.3s|  3562 |  2304 |  8566 |   2.3 |  11M| 542 |   - |1700 |2617 |1700 | 208 |1312 |1017 | 748 | 0.000000e+00 | 5.881000e+03 |    Inf 
3.54/3.65	o 5827
3.54/3.65	c * 3.4s|  3574 |  2285 |  8634 |   2.3 |  11M| 542 |   - |1700 |2627 |1700 | 207 |1314 |1027 | 748 | 0.000000e+00 | 5.827000e+03 |    Inf 
3.54/3.68	o 5446
3.54/3.68	c * 3.4s|  3622 |  2132 |  8673 |   2.3 |  11M| 542 |   - |1700 |2650 |1700 | 208 |1315 |1050 | 748 | 0.000000e+00 | 5.446000e+03 |    Inf 
3.54/3.68	o 5289
3.54/3.68	c * 3.4s|  3623 |  2081 |  8674 |   2.3 |  11M| 542 |   - |1700 |2650 |1700 | 208 |1315 |1050 | 748 | 0.000000e+00 | 5.289000e+03 |    Inf 
3.64/3.74	o 5075
3.64/3.74	c * 3.4s|  3681 |  2039 |  8903 |   2.4 |  11M| 542 |   - |1700 |2710 |1700 | 217 |1346 |1110 | 748 | 0.000000e+00 | 5.075000e+03 |    Inf 
3.64/3.79	o 4921
3.64/3.79	c * 3.5s|  3744 |  2051 |  9083 |   2.4 |  11M| 542 |   - |1700 |2762 |1700 | 209 |1363 |1162 | 748 | 0.000000e+00 | 4.921000e+03 |    Inf 
3.64/3.79	o 4809
3.64/3.79	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
3.64/3.79	c * 3.5s|  3745 |  2024 |  9086 |   2.4 |  11M| 542 |   - |1700 |2762 |1700 | 209 |1363 |1162 | 748 | 0.000000e+00 | 4.809000e+03 |    Inf 
3.94/4.01	o 4727
3.94/4.01	c * 3.7s|  4000 |  2201 |  9612 |   2.3 |  12M| 542 |   - |1700 |2891 |1700 | 214 |1437 |1291 | 748 | 0.000000e+00 | 4.727000e+03 |    Inf 
3.94/4.04	o 4698
3.94/4.04	c * 3.7s|  4040 |  2221 |  9818 |   2.4 |  12M| 542 |   - |1700 |2899 |1700 | 206 |1444 |1299 | 748 | 0.000000e+00 | 4.698000e+03 |    Inf 
4.35/4.43	o 4681
4.35/4.43	c * 4.1s|  4535 |  2624 | 11082 |   2.4 |  13M| 542 |   - |1700 |3260 |1700 | 228 |1631 |1660 | 750 | 0.000000e+00 | 4.681000e+03 |    Inf 
4.35/4.44	o 4604
4.35/4.44	c * 4.1s|  4536 |  2602 | 11100 |   2.4 |  13M| 542 |   - |1700 |3260 |1700 | 228 |1631 |1660 | 750 | 0.000000e+00 | 4.604000e+03 |    Inf 
4.35/4.48	o 4425
4.35/4.48	c * 4.1s|  4587 |  2537 | 11359 |   2.4 |  13M| 542 |   - |1700 |3287 |1700 | 241 |1657 |1687 | 751 | 0.000000e+00 | 4.425000e+03 |    Inf 
8.42/8.54	c   7.9s| 10000 |  7314 | 19966 |   2.0 |  19M| 542 |   0 |1700 |4044 |1700 | 190 |3177 |3754 | 760 | 0.000000e+00 | 4.425000e+03 |    Inf 
9.71/9.84	o 4276
9.71/9.84	c * 9.2s| 11701 |  8681 | 22922 |   1.9 |  21M| 542 |   - |1700 |3644 |1700 | 211 |3652 |4235 | 770 | 0.000000e+00 | 4.276000e+03 |    Inf 
9.71/9.85	o 4233
9.71/9.85	c * 9.2s| 11708 |  8631 | 22938 |   1.9 |  21M| 542 |   - |1700 |3641 |1700 | 211 |3652 |4235 | 770 | 0.000000e+00 | 4.233000e+03 |    Inf 
9.71/9.86	o 4186
9.71/9.86	c * 9.2s| 11711 |  8584 | 22943 |   1.9 |  21M| 542 |   - |1700 |3641 |1700 | 211 |3652 |4235 | 770 | 0.000000e+00 | 4.186000e+03 |    Inf 
9.71/9.86	o 4060
9.71/9.86	c * 9.2s| 11712 |  8401 | 22945 |   1.9 |  20M| 542 |   - |1700 |3641 |1700 | 211 |3652 |4235 | 770 | 0.000000e+00 | 4.060000e+03 |    Inf 
10.21/10.36	o 3961
10.21/10.36	c * 9.6s| 12338 |  8801 | 24005 |   1.9 |  21M| 542 |   - |1700 |3516 |1700 | 202 |3816 |4439 | 770 | 0.000000e+00 | 3.961000e+03 |    Inf 
10.21/10.37	o 3909
10.21/10.37	c * 9.6s| 12339 |  8718 | 24012 |   1.9 |  21M| 542 |   - |1700 |3516 |1700 | 202 |3816 |4439 | 770 | 0.000000e+00 | 3.909000e+03 |    Inf 
16.19/16.32	c  15.2s| 20000 | 15261 | 36661 |   1.8 |  31M| 542 |   - |1700 |3727 |   0 |   0 |5804 |7439 | 772 | 0.000000e+00 | 3.909000e+03 |    Inf 
16.19/16.37	o 3877
16.19/16.37	c *15.2s| 20062 | 15230 | 36792 |   1.8 |  31M| 542 |   - |1700 |3760 |1700 | 190 |5809 |7472 | 772 | 0.000000e+00 | 3.877000e+03 |    Inf 
20.48/20.61	o 3822
20.48/20.61	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
20.48/20.61	c *19.2s| 25754 | 19969 | 44620 |   1.7 |  38M| 542 |   - |1700 |3803 |1700 | 194 |7084 |9546 | 772 | 0.000000e+00 | 3.822000e+03 |    Inf 
20.48/20.61	o 3783
20.48/20.61	c *19.2s| 25755 | 19821 | 44622 |   1.7 |  38M| 542 |   - |1700 |3803 |1700 | 194 |7084 |9546 | 772 | 0.000000e+00 | 3.783000e+03 |    Inf 
21.87/22.04	o 3723
21.87/22.04	c *20.5s| 27584 | 21087 | 47909 |   1.7 |  40M| 542 |   - |1700 |3864 |1700 | 235 |7508 |  10k| 777 | 0.000000e+00 | 3.723000e+03 |    Inf 
23.35/23.53	o 3715
23.35/23.53	c *21.9s| 29529 | 22776 | 51633 |   1.7 |  42M| 542 |   - |1700 |3700 |1700 | 208 |7997 |  11k| 777 | 0.000000e+00 | 3.715000e+03 |    Inf 
23.35/23.53	o 3660
23.35/23.53	c *22.0s| 29539 | 22525 | 51643 |   1.7 |  41M| 542 |   - |1700 |3710 |1700 | 208 |7997 |  11k| 777 | 0.000000e+00 | 3.660000e+03 |    Inf 
23.35/23.54	o 3536
23.35/23.54	c *22.0s| 29540 | 21841 | 51645 |   1.7 |  40M| 542 |   - |1700 |3710 |1700 | 208 |7997 |  11k| 777 | 0.000000e+00 | 3.536000e+03 |    Inf 
23.76/23.95	c  22.4s| 30000 | 22185 | 53366 |   1.8 |  40M| 542 |   0 |1700 |3840 |1700 | 183 |8231 |  11k| 778 | 0.000000e+00 | 3.536000e+03 |    Inf 
25.55/25.74	o 3486
25.55/25.74	c *24.1s| 32163 | 23766 | 57909 |   1.8 |  43M| 542 |   - |1700 |3827 |1700 | 204 |9002 |  12k| 778 | 0.000000e+00 | 3.486000e+03 |    Inf 
28.04/28.30	o 3285
28.04/28.30	c *26.4s| 35444 | 25099 | 63887 |   1.8 |  45M| 542 |   - |1700 |3936 |1700 | 191 |9861 |  13k| 781 | 0.000000e+00 | 3.285000e+03 |    Inf 
28.14/28.30	o 3171
28.14/28.30	c *26.4s| 35445 | 24285 | 63892 |   1.8 |  44M| 542 |   - |1700 |3935 |1700 | 191 |9861 |  13k| 781 | 0.000000e+00 | 3.171000e+03 |    Inf 
31.43/31.68	o 3138
31.43/31.68	c *29.6s| 39627 | 27386 | 71483 |   1.8 |  48M| 542 |   - |1700 |3959 |1700 | 186 |  11k|  15k| 781 | 0.000000e+00 | 3.138000e+03 |    Inf 
31.53/31.73	o 3129
31.53/31.73	c *29.7s| 39677 | 27346 | 71712 |   1.8 |  48M| 542 |   - |1700 |3959 |1700 | 194 |  11k|  15k| 781 | 0.000000e+00 | 3.129000e+03 |    Inf 
31.53/31.74	o 3077
31.53/31.74	c *29.7s| 39680 | 26978 | 71733 |   1.8 |  48M| 542 |   - |1700 |3967 |1700 | 194 |  11k|  15k| 781 | 0.000000e+00 | 3.077000e+03 |    Inf 
31.73/32.00	c  29.9s| 40000 | 27239 | 72162 |   1.8 |  48M| 542 |   0 |1700 |3822 |1700 | 182 |  11k|  16k| 781 | 0.000000e+00 | 3.077000e+03 |    Inf 
38.91/39.10	o 3028
38.91/39.10	c *36.6s| 49005 | 34121 | 88174 |   1.8 |  59M| 542 |   - |1700 |3676 |1700 | 189 |  13k|  19k| 786 | 0.000000e+00 | 3.028000e+03 |    Inf 
39.71/39.96	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
39.71/39.96	c  37.4s| 50000 | 34908 | 90692 |   1.8 |  61M| 542 |   0 |1700 |3678 |1700 | 196 |  14k|  20k| 792 | 0.000000e+00 | 3.028000e+03 |    Inf 
40.70/40.97	o 3013
40.70/40.97	c *38.3s| 51279 | 35763 | 93138 |   1.8 |  62M| 542 |   - |1700 |3774 |1700 | 198 |  14k|  20k| 793 | 0.000000e+00 | 3.013000e+03 |    Inf 
47.91/48.10	c  45.1s| 60000 | 42715 |109647 |   1.8 |  75M| 542 |   0 |1700 |3684 |1700 | 192 |  16k|  24k| 870 | 0.000000e+00 | 3.013000e+03 |    Inf 
50.70/50.96	o 2952
50.70/50.96	c *47.8s| 63652 | 44942 |115485 |   1.8 |  79M| 542 |   - |1700 |3699 |1700 | 191 |  17k|  25k| 898 | 0.000000e+00 | 2.952000e+03 |    Inf 
50.70/50.97	o 2759
50.70/50.97	c *47.8s| 63653 | 42307 |115494 |   1.8 |  74M| 542 |   - |1700 |3699 |1700 | 191 |  17k|  25k| 898 | 0.000000e+00 | 2.759000e+03 |    Inf 
50.81/51.03	o 2740
50.81/51.03	c *47.8s| 63718 | 42095 |115654 |   1.8 |  73M| 542 |   - |1700 |3702 |1700 | 213 |  18k|  25k| 898 | 0.000000e+00 | 2.740000e+03 |    Inf 
50.81/51.05	o 2712
50.81/51.05	c *47.8s| 63749 | 41665 |115750 |   1.8 |  72M| 542 |   - |1700 |3703 |1700 | 182 |  18k|  25k| 898 | 0.000000e+00 | 2.712000e+03 |    Inf 
50.81/51.09	o 2572
50.81/51.09	c *47.9s| 63781 | 39693 |115910 |   1.8 |  68M| 542 |   - |1700 |3691 |1700 | 182 |  18k|  25k| 898 | 0.000000e+00 | 2.572000e+03 |    Inf 
56.01/56.26	c  52.7s| 70000 | 44620 |127521 |   1.8 |  78M| 542 |   - |1700 |3813 |   0 |   0 |  20k|  28k| 953 | 0.000000e+00 | 2.572000e+03 |    Inf 
59.31/59.54	o 2554
59.31/59.54	c *55.8s| 73830 | 47372 |137082 |   1.9 |  83M| 542 |   - |1700 |3834 |1700 | 193 |  21k|  30k|1001 | 0.000000e+00 | 2.554000e+03 |    Inf 
59.51/59.78	o 2512
59.51/59.78	c *56.0s| 74047 | 46941 |137832 |   1.9 |  82M| 542 |   - |1700 |3789 |1700 | 192 |  21k|  30k|1004 | 0.000000e+00 | 2.512000e+03 |    Inf 
59.51/59.79	o 2456
59.51/59.79	c *56.1s| 74051 | 46051 |137849 |   1.9 |  80M| 542 |   - |1700 |3789 |1700 | 192 |  21k|  30k|1004 | 0.000000e+00 | 2.456000e+03 |    Inf 
59.51/59.79	o 2401
59.51/59.79	c *56.1s| 74052 | 45211 |137857 |   1.9 |  78M| 542 |   - |1700 |3789 |1700 | 192 |  21k|  30k|1004 | 0.000000e+00 | 2.401000e+03 |    Inf 
60.31/60.59	o 2324
60.31/60.59	c *56.8s| 74845 | 44542 |140233 |   1.9 |  77M| 542 |   - |1700 |3841 |1700 | 206 |  21k|  30k|1014 | 0.000000e+00 | 2.324000e+03 |    Inf 
61.21/61.44	o 2235
61.21/61.44	c *57.6s| 75786 | 43731 |142170 |   1.9 |  75M| 542 |   - |1700 |3818 |1700 | 207 |  22k|  31k|1016 | 0.000000e+00 | 2.235000e+03 |    Inf 
61.21/61.44	o 2218
61.21/61.44	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
61.21/61.44	c *57.6s| 75787 | 43422 |142173 |   1.9 |  74M| 542 |   - |1700 |3818 |1700 | 207 |  22k|  31k|1016 | 0.000000e+00 | 2.218000e+03 |    Inf 
64.21/64.41	o 2163
64.21/64.41	c *60.4s| 78951 | 44898 |151008 |   1.9 |  78M| 542 |   - |1700 |3877 |1700 | 204 |  23k|  32k|1074 | 0.000000e+00 | 2.163000e+03 |    Inf 
65.20/65.47	c  61.4s| 80000 | 45653 |154605 |   1.9 |  79M| 542 |   0 |1700 |3979 |1700 | 196 |  24k|  33k|1086 | 0.000000e+00 | 2.163000e+03 |    Inf 
69.22/69.44	o 2143
69.22/69.44	c *65.2s| 84010 | 48124 |167082 |   2.0 |  84M| 542 |   - |1700 |3311 |1700 | 207 |  25k|  35k|1174 | 0.000000e+00 | 2.143000e+03 |    Inf 
74.41/74.68	o 2126
74.41/74.68	c *70.1s| 89712 | 51898 |181901 |   2.0 |  93M| 542 |   - |1700 |3553 |1700 | 187 |  27k|  38k|1231 | 0.000000e+00 | 2.126000e+03 |    Inf 
74.41/74.69	o 2117
74.41/74.69	c *70.1s| 89713 | 51721 |181903 |   2.0 |  92M| 542 |   - |1700 |3553 |1700 | 187 |  27k|  38k|1231 | 0.000000e+00 | 2.117000e+03 |    Inf 
74.72/74.98	c  70.4s| 90000 | 51933 |182889 |   2.0 |  93M| 542 |   0 |1700 |3642 |1700 | 205 |  28k|  38k|1239 | 0.000000e+00 | 2.117000e+03 |    Inf 
75.11/75.37	o 1972
75.11/75.37	c *70.8s| 90373 | 48730 |184363 |   2.0 |  86M| 542 |   - |1700 |3806 |1700 | 205 |  28k|  38k|1240 | 0.000000e+00 | 1.972000e+03 |    Inf 
77.01/77.26	o 1856
77.01/77.26	c *72.6s| 92266 | 47288 |189623 |   2.1 |  84M| 542 |   - |1700 |3679 |1700 | 206 |  29k|  39k|1275 | 0.000000e+00 | 1.856000e+03 |    Inf 
78.20/78.41	o 1838
78.20/78.41	c *73.7s| 93293 | 47503 |194262 |   2.1 |  85M| 542 |   - |1700 |3633 |1700 | 209 |  29k|  40k|1288 | 0.000000e+00 | 1.838000e+03 |    Inf 
78.31/78.54	o 1746
78.31/78.54	c *73.8s| 93416 | 45250 |194754 |   2.1 |  80M| 542 |   - |1700 |3652 |1700 | 204 |  29k|  40k|1292 | 0.000000e+00 | 1.746000e+03 |    Inf 
79.02/79.27	o 1743
79.02/79.27	c *74.5s| 94167 | 45769 |197099 |   2.1 |  81M| 542 |   - |1700 |3731 |1700 | 220 |  29k|  40k|1306 | 0.000000e+00 | 1.743000e+03 |    Inf 
79.11/79.31	o 1566
79.11/79.31	c *74.5s| 94203 | 41394 |197210 |   2.1 |  73M| 542 |   - |1700 |3749 |1700 | 210 |  29k|  40k|1306 | 0.000000e+00 | 1.566000e+03 |    Inf 
79.11/79.31	o 1498
79.11/79.31	c *74.5s| 94204 | 39712 |197215 |   2.1 |  69M| 542 |   - |1700 |3749 |1700 | 210 |  29k|  40k|1306 | 0.000000e+00 | 1.498000e+03 |    Inf 
79.11/79.35	o 1333
79.11/79.35	c *74.5s| 94238 | 35679 |197307 |   2.1 |  61M| 542 |   - |1700 |3756 |1700 | 213 |  29k|  40k|1306 | 0.000000e+00 | 1.333000e+03 |    Inf 
79.21/79.49	o 1231
79.21/79.49	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
79.21/79.49	c *74.7s| 94386 | 33012 |197731 |   2.1 |  56M| 542 |   - |1700 |3799 |1700 | 223 |  30k|  40k|1306 | 0.000000e+00 | 1.231000e+03 |    Inf 
79.31/79.50	o 1216
79.31/79.50	c *74.7s| 94387 | 32741 |197734 |   2.1 |  55M| 542 |   - |1700 |3799 |1700 | 223 |  30k|  40k|1306 | 0.000000e+00 | 1.216000e+03 |    Inf 
79.41/79.60	o 1047
79.41/79.60	c *74.8s| 94466 | 28745 |198204 |   2.1 |  47M| 542 |   - |1700 |3802 |1700 | 210 |  30k|  40k|1306 | 0.000000e+00 | 1.047000e+03 |    Inf 
79.41/79.64	o 820
79.41/79.64	c *74.8s| 94488 | 22377 |198362 |   2.1 |  38M| 542 |   - |1700 |3809 |1700 | 216 |  30k|  40k|1309 | 0.000000e+00 | 8.200000e+02 |    Inf 
79.41/79.67	o 631
79.41/79.67	c *74.8s| 94489 | 15810 |198396 |   2.1 |  30M| 542 |   - |1700 |3809 |1700 | 216 |  30k|  40k|1309 | 0.000000e+00 | 6.310000e+02 |    Inf 
79.50/79.78	o 604
79.50/79.78	c *74.9s| 94527 | 14789 |199146 |   2.1 |  29M| 542 |   - |1700 |3220 |1700 | 211 |  30k|  40k|1323 | 0.000000e+00 | 6.040000e+02 |    Inf 
79.50/79.78	o 545
79.50/79.78	c *75.0s| 94528 | 13364 |199152 |   2.1 |  27M| 542 |   - |1700 |3220 |1700 | 211 |  30k|  40k|1323 | 0.000000e+00 | 5.450000e+02 |    Inf 
79.61/79.81	o 344
79.61/79.81	c *75.0s| 94536 | 11073 |199187 |   2.1 |  24M| 542 |   - |1700 |2972 |1700 | 210 |  30k|  40k|1323 | 0.000000e+00 | 3.440000e+02 |    Inf 
79.61/79.89	o 328
79.61/79.89	c *75.0s| 94542 | 10922 |199450 |   2.1 |  24M| 542 |   - |1700 |2507 |1700 | 178 |  30k|  40k|1325 | 0.000000e+00 | 3.280000e+02 |    Inf 
80.12/80.32	o 287
80.12/80.32	c *75.5s| 94677 |  9675 |203547 |   2.1 |  24M| 542 |   - |1700 |2109 |1700 | 203 |  30k|  41k|1366 | 0.000000e+00 | 2.870000e+02 |    Inf 
80.41/80.66	o 246
80.41/80.66	c *75.8s| 94830 |  8624 |207608 |   2.2 |  23M| 542 |   - |1700 |2030 |1700 | 214 |  30k|  41k|1376 | 0.000000e+00 | 2.460000e+02 |    Inf 
80.41/80.67	o 220
80.41/80.67	c *75.8s| 94835 |  8424 |207662 |   2.2 |  23M| 542 |   - |1700 |1924 |1700 | 203 |  30k|  41k|1376 | 0.000000e+00 | 2.200000e+02 |    Inf 
80.61/80.84	o 216
80.61/80.84	c *75.9s| 94909 |  7848 |209569 |   2.2 |  23M| 542 |   - |1700 |1829 |1700 | 211 |  31k|  41k|1376 | 0.000000e+00 | 2.160000e+02 |    Inf 
80.61/80.86	o 173
80.61/80.86	c *76.0s| 94917 |  7316 |209595 |   2.2 |  22M| 542 |   - |1700 |1789 |1700 | 212 |  31k|  41k|1376 | 0.000000e+00 | 1.730000e+02 |    Inf 
80.61/80.87	o 94
80.61/80.87	c *76.0s| 94928 |  6032 |209624 |   2.2 |  20M| 542 |   - |1700 |1748 |1700 | 211 |  31k|  41k|1376 | 0.000000e+00 | 9.400000e+01 |    Inf 
80.61/80.88	o 51
80.61/80.88	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
80.61/80.88	c *76.0s| 94932 |  4708 |209648 |   2.2 |  19M| 542 |   - |1700 |1618 |1700 | 212 |  31k|  41k|1376 | 0.000000e+00 | 5.100000e+01 |    Inf 
81.10/81.36	o 12
81.10/81.36	c *76.4s| 95175 |   336 |215474 |   2.3 |  12M| 542 |   - |1700 |1447 |1700 | 181 |  31k|  41k|1406 | 0.000000e+00 | 1.200000e+01 |    Inf 
81.21/81.49	c 
81.21/81.49	c SCIP Status        : problem is solved [optimal solution found]
81.21/81.49	c Solving Time (sec) : 76.53
81.21/81.49	c Solving Nodes      : 95257
81.21/81.49	c Primal Bound       : +1.20000000000000e+01 (173 solutions)
81.21/81.49	c Dual Bound         : +1.20000000000000e+01
81.21/81.49	c Gap                : 0.00 %
81.21/81.49	s OPTIMUM FOUND
81.21/81.49	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 
81.21/81.49	v x176 -x175 -x174 x173 -x172 x171 -x170 x169 x168 -x167 x166 -x165 x164 -x163 x162 -x161 -x160 x159 x158 -x157 x156 -x155 
81.21/81.49	v -x154 x153 -x152 x151 x150 -x149 -x148 x147 x146 -x145 x144 -x143 x142 -x141 -x140 x139 -x138 x137 -x136 x135 -x134 x133 -x132 
81.21/81.49	v x131 x130 -x129 -x128 x127 x126 -x125 x124 -x123 x122 -x121 -x120 x119 -x118 x117 x116 -x115 -x114 x113 x112 -x111 x110 -x109 
81.21/81.49	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 
81.21/81.49	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 
81.21/81.49	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 
81.21/81.49	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 
81.21/81.49	c SCIP Status        : problem is solved [optimal solution found]
81.21/81.49	c Solving Time       :      76.53
81.21/81.49	c Original Problem   :
81.21/81.49	c   Problem name     : HOME/instance-2699985-1278533867.wbo
81.21/81.49	c   Variables        : 1800 (1000 binary, 0 integer, 0 implicit integer, 800 continuous)
81.21/81.49	c   Constraints      : 1701 initial, 1701 maximal
81.21/81.49	c Presolved Problem  :
81.21/81.49	c   Problem name     : t_HOME/instance-2699985-1278533867.wbo
81.21/81.49	c   Variables        : 1700 (900 binary, 0 integer, 0 implicit integer, 800 continuous)
81.21/81.49	c   Constraints      : 1600 initial, 4300 maximal
81.21/81.49	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
81.21/81.49	c   trivial          :       0.00          0          0          0          0          0          0          0          0
81.21/81.49	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
81.21/81.49	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
81.21/81.49	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
81.21/81.49	c   implics          :       0.00          0          0          0          0          0          0          0          0
81.21/81.49	c   probing          :       0.01          0          0          0          0          0          0          0          0
81.21/81.49	c   indicator        :       0.00          0          0          0          0          0          0          0          0
81.21/81.49	c   linear           :       0.01          0        100          0        800          0        101          0          0
81.21/81.49	c   logicor          :       0.00          0          0          0          0          0          0          0          0
81.21/81.49	c   root node        :          -        797          -          -       1589          -          -          -          -
81.21/81.49	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
81.21/81.49	c   integral         :          0          0          0      98224          0          0          6          0          0       4170
81.21/81.49	c   indicator        :        800          0     210511      96134          0        197    2193401          0          0          0
81.21/81.49	c   linear           :        800          6     210144      96047          0       2279     181203      31407          0          0
81.21/81.49	c   logicor          :          0+         0     129747          0          0        396      73182          0          0          0
81.21/81.49	c   countsols        :          0          0          0      85209          0          0          0          0          0          0
81.21/81.49	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
81.21/81.49	c   integral         :       1.29       0.00       0.00       1.29       0.00
81.21/81.49	c   indicator        :       8.09       0.00       3.35       4.74       0.00
81.21/81.49	c   linear           :       6.49       0.00       3.15       3.34       0.00
81.21/81.49	c   logicor          :       1.51       0.00       1.51       0.00       0.00
81.21/81.49	c   countsols        :       0.00       0.00       0.00       0.00       0.00
81.21/81.49	c Propagators        :       Time      Calls    Cutoffs    DomReds
81.21/81.49	c   vbounds          :       0.00          2          0          0
81.21/81.49	c   rootredcost      :       0.00         89          0        792
81.21/81.49	c   pseudoobj        :       5.17     218181       7869    1842692
81.21/81.49	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
81.21/81.49	c   propagation      :       0.56      10544      10522      31772       21.2      15318        3.8          -
81.21/81.49	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
81.21/81.49	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
81.21/81.49	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
81.21/81.49	c   pseudo solution  :       0.01         41         41        229       26.4        135        3.9          -
81.21/81.49	c   applied globally :          -          -          -      41868       14.0          -          -          -
81.21/81.49	c   applied locally  :          -          -          -          0        0.0          -          -          -
81.21/81.49	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
81.21/81.49	c   cut pool         :       0.00          3          -          -         40          -    (maximal pool size: 72)
81.21/81.49	c   redcost          :       3.53     101757          0     311760          0          0
81.21/81.49	c   impliedbounds    :       0.00          4          0          0          0          0
81.21/81.49	c   intobj           :       0.00          0          0          0          0          0
81.21/81.49	c   cgmip            :       0.00          0          0          0          0          0
81.21/81.49	c   gomory           :       0.00          4          0          0         72          0
81.21/81.49	c   strongcg         :       0.01          4          0          0          0          0
81.21/81.49	c   cmir             :       0.01          4          0          0          0          0
81.21/81.49	c   flowcover        :       0.02          4          0          0          0          0
81.21/81.49	c   clique           :       0.00          1          0          0          0          0
81.21/81.49	c   zerohalf         :       0.00          0          0          0          0          0
81.21/81.49	c   mcf              :       0.00          1          0          0          0          0
81.21/81.49	c   rapidlearning    :       0.00          0          0          0          0          0
81.21/81.49	c Pricers            :       Time      Calls       Vars
81.21/81.49	c   problem variables:       0.00          0          0
81.21/81.49	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
81.21/81.49	c   relpscost        :       1.29       2089          0          6          0          0       4170
81.21/81.49	c   pscost           :       0.00          0          0          0          0          0          0
81.21/81.49	c   inference        :       5.58      85120          0          0          0          0     170240
81.21/81.49	c   mostinf          :       0.00          0          0          0          0          0          0
81.21/81.49	c   leastinf         :       0.00          0          0          0          0          0          0
81.21/81.49	c   fullstrong       :       0.00          0          0          0          0          0          0
81.21/81.49	c   allfullstrong    :       0.00          0          0          0          0          0          0
81.21/81.49	c   random           :       0.00          0          0          0          0          0          0
81.21/81.49	c Primal Heuristics  :       Time      Calls      Found
81.21/81.49	c   LP solutions     :       0.20          -         89
81.21/81.49	c   pseudo solutions :       0.00          -          0
81.21/81.49	c   feaspump         :       0.00          0          0
81.21/81.49	c   oneopt           :       0.13         68          0
81.21/81.49	c   linesearchdiving :       0.09        175          0
81.21/81.49	c   guideddiving     :       0.08        175          0
81.21/81.49	c   coefdiving       :       0.10        175          0
81.21/81.49	c   pscostdiving     :       0.08        175          0
81.21/81.49	c   fracdiving       :       0.09        175          0
81.21/81.49	c   veclendiving     :       0.06        175          0
81.21/81.49	c   objpscostdiving  :       0.05        175          0
81.21/81.49	c   rootsoldiving    :       0.05        175          0
81.21/81.49	c   trivial          :       0.01          2          1
81.21/81.49	c   simplerounding   :       0.02       2273          0
81.21/81.49	c   zirounding       :       0.00       1000          0
81.21/81.49	c   rounding         :       0.01        633          0
81.21/81.49	c   shifting         :       0.05        166          0
81.21/81.49	c   intshifting      :       0.00          1          0
81.21/81.49	c   twoopt           :       0.00          0          0
81.21/81.49	c   fixandinfer      :       0.00          0          0
81.21/81.49	c   intdiving        :       0.00          0          0
81.21/81.49	c   actconsdiving    :       0.00          0          0
81.21/81.49	c   octane           :       0.00          0          0
81.21/81.49	c   rens             :       0.01          1          0
81.21/81.49	c   rins             :       0.00          0          0
81.21/81.49	c   localbranching   :       0.00          0          0
81.21/81.49	c   mutation         :       0.00          0          0
81.21/81.49	c   crossover        :       0.61         45          2
81.21/81.49	c   dins             :       0.00          0          0
81.21/81.49	c   undercover       :       0.00          0          0
81.21/81.49	c   nlp              :       0.00          0          0
81.21/81.49	c   trysol           :       0.04        526         81
81.21/81.49	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
81.21/81.49	c   primal LP        :       0.00          0          0       0.00          -
81.21/81.49	c   dual LP          :      27.10      26864     212811       7.92    7852.80
81.21/81.49	c   lex dual LP      :       0.00          0          0       0.00          -
81.21/81.49	c   barrier LP       :       0.00          0          0       0.00          -
81.21/81.49	c   diving/probing LP:       0.04         68       4036      59.35  100900.00
81.21/81.49	c   strong branching :       1.28       1413      27615      19.54   21574.22
81.21/81.49	c     (at root node) :          -         33       2891      87.61          -
81.21/81.49	c   conflict analysis:       0.00          0          0       0.00          -
81.21/81.49	c B&B Tree           :
81.21/81.49	c   number of runs   :          1
81.21/81.49	c   nodes            :      95257
81.21/81.49	c   nodes (total)    :      95257
81.21/81.49	c   nodes left       :          0
81.21/81.49	c   max depth        :        542
81.21/81.49	c   max depth (total):        542
81.21/81.49	c   backtracks       :       3818 (4.0%)
81.21/81.49	c   delayed cutoffs  :       9586
81.21/81.49	c   repropagations   :      20597 (1091423 domain reductions, 2819 cutoffs)
81.21/81.49	c   avg switch length:       3.94
81.21/81.49	c   switching time   :       5.23
81.21/81.49	c Solution           :
81.21/81.49	c   Solutions found  :        173 (90 improvements)
81.21/81.49	c   First Solution   : +3.94238000000000e+05   (in run 1, after 1 nodes, 0.03 seconds, depth 0, found by <trivial>)
81.21/81.49	c   Primal Bound     : +1.20000000000000e+01   (in run 1, after 95175 nodes, 76.41 seconds, depth 11, found by <relaxation>)
81.21/81.49	c   Dual Bound       : +1.20000000000000e+01
81.21/81.49	c   Gap              :       0.00 %
81.21/81.49	c   Root Dual Bound  : +0.00000000000000e+00
81.21/81.49	c   Root Iterations  :        242
81.32/81.50	c Time complete: 81.32.

Verifier Data

OK	12

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2699985-1278533867/watcher-2699985-1278533867 -o /tmp/evaluation-result-2699985-1278533867/solver-2699985-1278533867 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2699985-1278533867.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.79 0.77 0.26 5/186 18184
/proc/meminfo: memFree=28264208/32951124 swapFree=67111528/67111528
[pid=18184] ppid=18182 vsize=11376 CPUtime=0
/proc/18184/stat : 18184 (pbscip.linux.x8) R 18182 18184 17729 0 -1 4202496 1775 0 0 0 0 0 0 0 21 0 1 0 21601553 11649024 1696 4089446400 4194304 9819077 140736937116688 18446744073709551615 8585254 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/18184/statm: 2844 1696 392 1374 0 1465 0

[startup+0.108922 s]
/proc/loadavg: 2.79 0.77 0.26 5/186 18184
/proc/meminfo: memFree=28264208/32951124 swapFree=67111528/67111528
[pid=18184] ppid=18182 vsize=25496 CPUtime=0.08
/proc/18184/stat : 18184 (pbscip.linux.x8) R 18182 18184 17729 0 -1 4202496 6252 0 0 0 7 1 0 0 21 0 1 0 21601553 26107904 4991 4089446400 4194304 9819077 140736937116688 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/18184/statm: 6374 4991 673 1374 0 4995 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 25496

[startup+0.200532 s]
/proc/loadavg: 2.79 0.77 0.26 5/186 18184
/proc/meminfo: memFree=28264208/32951124 swapFree=67111528/67111528
[pid=18184] ppid=18182 vsize=27836 CPUtime=0.16
/proc/18184/stat : 18184 (pbscip.linux.x8) R 18182 18184 17729 0 -1 4202496 10310 0 0 0 15 1 0 0 21 0 1 0 21601553 28504064 5337 4089446400 4194304 9819077 140736937116688 18446744073709551615 7287778 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/18184/statm: 6959 5337 695 1374 0 5580 0
Current children cumulated CPU time (s) 0.16
Current children cumulated vsize (KiB) 27836

[startup+0.30051 s]
/proc/loadavg: 2.79 0.77 0.26 5/186 18184
/proc/meminfo: memFree=28264208/32951124 swapFree=67111528/67111528
[pid=18184] ppid=18182 vsize=28004 CPUtime=0.27
/proc/18184/stat : 18184 (pbscip.linux.x8) R 18182 18184 17729 0 -1 4202496 11890 0 0 0 25 2 0 0 21 0 1 0 21601553 28676096 5342 4089446400 4194304 9819077 140736937116688 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/18184/statm: 7001 5342 700 1374 0 5622 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 28004

[startup+0.700436 s]
/proc/loadavg: 2.79 0.77 0.26 5/186 18184
/proc/meminfo: memFree=28264208/32951124 swapFree=67111528/67111528
[pid=18184] ppid=18182 vsize=27020 CPUtime=0.67
/proc/18184/stat : 18184 (pbscip.linux.x8) R 18182 18184 17729 0 -1 4202496 19653 0 0 0 63 4 0 0 22 0 1 0 21601553 27668480 5382 4089446400 4194304 9819077 140736937116688 18446744073709551615 6162154 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/18184/statm: 6755 5382 702 1374 0 5376 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 27020

[startup+1.50029 s]
/proc/loadavg: 2.79 0.77 0.26 5/187 18185
/proc/meminfo: memFree=28243864/32951124 swapFree=67111528/67111528
[pid=18184] ppid=18182 vsize=29052 CPUtime=1.46
/proc/18184/stat : 18184 (pbscip.linux.x8) R 18182 18184 17729 0 -1 4202496 35421 0 0 0 135 11 0 0 25 0 1 0 21601553 29749248 5875 4089446400 4194304 9819077 140736937116688 18446744073709551615 4561255 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/18184/statm: 7263 5875 707 1374 0 5884 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 29052

[startup+3.101 s]
/proc/loadavg: 2.79 0.77 0.26 4/187 18185
/proc/meminfo: memFree=28240020/32951124 swapFree=67111528/67111528
[pid=18184] ppid=18182 vsize=33260 CPUtime=3.04
/proc/18184/stat : 18184 (pbscip.linux.x8) R 18182 18184 17729 0 -1 4202496 51793 0 0 0 284 20 0 0 25 0 1 0 21601553 34058240 6925 4089446400 4194304 9819077 140736937116688 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/18184/statm: 8315 6925 707 1374 0 6936 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 33260

[startup+6.30089 s]
/proc/loadavg: 2.81 0.80 0.27 10/187 18185
/proc/meminfo: memFree=28231492/32951124 swapFree=67111528/67111528
[pid=18184] ppid=18182 vsize=40568 CPUtime=6.23
/proc/18184/stat : 18184 (pbscip.linux.x8) R 18182 18184 17729 0 -1 4202496 75440 0 0 0 583 40 0 0 25 0 1 0 21601553 41541632 8726 4089446400 4194304 9819077 140736937116688 18446744073709551615 6371768 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/18184/statm: 10186 8727 707 1374 0 8807 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 40568

[startup+12.7002 s]
/proc/loadavg: 3.06 0.89 0.30 4/187 18186
/proc/meminfo: memFree=28215028/32951124 swapFree=67111528/67111528
[pid=18184] ppid=18182 vsize=52292 CPUtime=12.6
/proc/18184/stat : 18184 (pbscip.linux.x8) R 18182 18184 17729 0 -1 4202496 107575 0 0 0 1183 77 0 0 25 0 1 0 21601553 53547008 11582 4089446400 4194304 9819077 140736937116688 18446744073709551615 6670352 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/18184/statm: 13073 11583 707 1374 0 11694 0
Current children cumulated CPU time (s) 12.6
Current children cumulated vsize (KiB) 52292

[startup+25.5009 s]
/proc/loadavg: 3.40 1.07 0.37 7/187 18193
/proc/meminfo: memFree=28185048/32951124 swapFree=67111528/67111528
[pid=18184] ppid=18182 vsize=76204 CPUtime=25.35
/proc/18184/stat : 18184 (pbscip.linux.x8) R 18182 18184 17729 0 -1 4202496 164495 0 0 0 2382 153 0 0 25 0 1 0 21601553 78032896 17406 4089446400 4194304 9819077 140736937116688 18446744073709551615 4465704 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/18184/statm: 19051 17406 707 1374 0 17672 0
Current children cumulated CPU time (s) 25.35
Current children cumulated vsize (KiB) 76204

[startup+51.1012 s]
/proc/loadavg: 3.93 1.37 0.49 6/187 18197
/proc/meminfo: memFree=28133928/32951124 swapFree=67111528/67111528
[pid=18184] ppid=18182 vsize=122440 CPUtime=50.91
/proc/18184/stat : 18184 (pbscip.linux.x8) R 18182 18184 17729 0 -1 4202496 276943 0 0 0 4789 302 0 0 25 0 1 0 21601553 125378560 28501 4089446400 4194304 9819077 140736937116688 18446744073709551615 6372747 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/18184/statm: 30610 28501 707 1374 0 29231 0
Current children cumulated CPU time (s) 50.91
Current children cumulated vsize (KiB) 122440

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

[startup+51.2002 s]
/proc/loadavg: 3.93 1.37 0.49 6/187 18197
/proc/meminfo: memFree=28133928/32951124 swapFree=67111528/67111528
[pid=18184] ppid=18182 vsize=122744 CPUtime=51
/proc/18184/stat : 18184 (pbscip.linux.x8) R 18182 18184 17729 0 -1 4202496 277231 0 0 0 4798 302 0 0 25 0 1 0 21601553 125689856 28534 4089446400 4194304 9819077 140736937116688 18446744073709551615 8653609 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/18184/statm: 30686 28534 707 1374 0 29307 0
Current children cumulated CPU time (s) 51
Current children cumulated vsize (KiB) 122744

[startup+64.0009 s]
/proc/loadavg: 4.26 1.52 0.55 3/187 18197
/proc/meminfo: memFree=28116776/32951124 swapFree=67111528/67111528
[pid=18184] ppid=18182 vsize=135448 CPUtime=63.81
/proc/18184/stat : 18184 (pbscip.linux.x8) R 18182 18184 17729 0 -1 4202496 344478 0 0 0 6003 378 0 0 25 0 1 0 21601553 138698752 31304 4089446400 4194304 9819077 140736937116688 18446744073709551615 4697631 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/18184/statm: 33862 31304 707 1374 0 32483 0
Current children cumulated CPU time (s) 63.81
Current children cumulated vsize (KiB) 135448

[startup+70.4009 s]
/proc/loadavg: 4.52 1.67 0.60 4/187 18197
/proc/meminfo: memFree=28109072/32951124 swapFree=67111528/67111528
[pid=18184] ppid=18182 vsize=143424 CPUtime=70.21
/proc/18184/stat : 18184 (pbscip.linux.x8) R 18182 18184 17729 0 -1 4202496 382186 0 0 0 6608 413 0 0 25 0 1 0 21601553 146866176 33167 4089446400 4194304 9819077 140736937116688 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/18184/statm: 35856 33167 707 1374 0 34477 0
Current children cumulated CPU time (s) 70.21
Current children cumulated vsize (KiB) 143424

[startup+76.8008 s]
/proc/loadavg: 4.40 1.69 0.62 6/187 18204
/proc/meminfo: memFree=28097424/32951124 swapFree=67111528/67111528
[pid=18184] ppid=18182 vsize=152292 CPUtime=76.61
/proc/18184/stat : 18184 (pbscip.linux.x8) R 18182 18184 17729 0 -1 4202496 412641 0 0 0 7212 449 0 0 25 0 1 0 21601553 155947008 35302 4089446400 4194304 9819077 140736937116688 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/18184/statm: 38073 35302 707 1374 0 36694 0
Current children cumulated CPU time (s) 76.61
Current children cumulated vsize (KiB) 152292

[startup+80.0015 s]
/proc/loadavg: 4.40 1.69 0.62 5/187 18204
/proc/meminfo: memFree=28094448/32951124 swapFree=67111528/67111528
[pid=18184] ppid=18182 vsize=155092 CPUtime=79.81
/proc/18184/stat : 18184 (pbscip.linux.x8) R 18182 18184 17729 0 -1 4202496 434711 0 0 0 7516 465 0 0 25 0 1 0 21601553 158814208 35808 4089446400 4194304 9819077 140736937116688 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/18184/statm: 38773 35808 707 1374 0 37394 0
Current children cumulated CPU time (s) 79.81
Current children cumulated vsize (KiB) 155092

[startup+80.8018 s]
/proc/loadavg: 4.69 1.80 0.66 9/187 18204
/proc/meminfo: memFree=28093704/32951124 swapFree=67111528/67111528
[pid=18184] ppid=18182 vsize=155088 CPUtime=80.61
/proc/18184/stat : 18184 (pbscip.linux.x8) R 18182 18184 17729 0 -1 4202496 439075 0 0 0 7590 471 0 0 25 0 1 0 21601553 158810112 35818 4089446400 4194304 9819077 140736937116688 18446744073709551615 6361141 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/18184/statm: 38772 35818 707 1374 0 37393 0
Current children cumulated CPU time (s) 80.61
Current children cumulated vsize (KiB) 155088

[startup+81.2007 s]
/proc/loadavg: 4.69 1.80 0.66 9/187 18204
/proc/meminfo: memFree=28093704/32951124 swapFree=67111528/67111528
[pid=18184] ppid=18182 vsize=155092 CPUtime=81.01
/proc/18184/stat : 18184 (pbscip.linux.x8) R 18182 18184 17729 0 -1 4202496 441235 0 0 0 7628 473 0 0 25 0 1 0 21601553 158814208 35819 4089446400 4194304 9819077 140736937116688 18446744073709551615 6003152 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/18184/statm: 38773 35819 707 1374 0 37394 0
Current children cumulated CPU time (s) 81.01
Current children cumulated vsize (KiB) 155092

[startup+81.4007 s]
/proc/loadavg: 4.69 1.80 0.66 4/187 18204
/proc/meminfo: memFree=28092588/32951124 swapFree=67111528/67111528
[pid=18184] ppid=18182 vsize=155092 CPUtime=81.21
/proc/18184/stat : 18184 (pbscip.linux.x8) R 18182 18184 17729 0 -1 4202496 445424 0 0 0 7646 475 0 0 25 0 1 0 21601553 158814208 35842 4089446400 4194304 9819077 140736937116688 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/18184/statm: 38773 35842 708 1374 0 37394 0
Current children cumulated CPU time (s) 81.21
Current children cumulated vsize (KiB) 155092

[startup+81.5063 s]
/proc/loadavg: 4.69 1.80 0.66 4/187 18204
/proc/meminfo: memFree=28092588/32951124 swapFree=67111528/67111528
[pid=18184] ppid=18182 vsize=21380 CPUtime=81.32
/proc/18184/stat : 18184 (pbscip.linux.x8) R 18182 18184 17729 0 -1 4202496 445855 0 0 0 7655 477 0 0 25 0 1 0 21601553 21893120 3015 4089446400 4194304 9819077 140736937116688 18446744073709551615 8875210 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/18184/statm: 5345 3015 711 1374 0 3966 0
Current children cumulated CPU time (s) 81.32
Current children cumulated vsize (KiB) 21380

Child status: 0
Real time (s): 81.5071
CPU time (s): 81.3236
CPU user time (s): 76.5534
CPU system time (s): 4.77027
CPU usage (%): 99.7749
Max. virtual memory (cumulated for all children) (KiB): 163132

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

runsolver used 0.152976 second user time and 0.248962 second system time

The end

Launcher Data

Begin job on node110 at 2010-07-07 22:17:47
IDJOB=2699985
IDBENCH=79390
IDSOLVER=1205
FILE ID=node110/2699985-1278533867
PBS_JOBID= 11239257
Free space on /tmp= 73488 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-jnh216_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-2699985-1278533867/watcher-2699985-1278533867 -o /tmp/evaluation-result-2699985-1278533867/solver-2699985-1278533867 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2699985-1278533867.wbo -t 1800 -m 3800

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

MD5SUM BENCH= 830bcbfbc6ad7e0fb8e641f5751577e3
RANDOM SEED=1607009602

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      28264612 kB
Buffers:        134388 kB
Cached:        4295768 kB
SwapCached:          0 kB
Active:        2071204 kB
Inactive:      2454068 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      28264612 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           14800 kB
Writeback:           0 kB
AnonPages:       94952 kB
Mapped:          18828 kB
Slab:            95072 kB
PageTables:       4848 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   311512 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= 73484 MiB
End job on node110 at 2010-07-07 22:19:09