Trace number 2693550

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 58.0712 58.0732

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1110967142--soft-0-100-0.wbo
MD5SUM7fd7081013808377c58c0d6e2ccd3b26
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark9
Best CPU time to get the best result obtained on this benchmark1.51277
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables169
Total number of constraints101
Number of soft constraints101
Number of constraints which are clauses30
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint169
Top cost 5180
Min constraint cost 1
Max constraint cost 99
Sum of constraints costs 5179
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1145
Number of bits of the biggest sum of numbers11
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-2693550-1277924533.wbo>
0.00/0.00	c original problem has 371 variables (270 bin, 0 int, 0 impl, 101 cont) and 203 constraints
0.00/0.00	c problem read
0.00/0.00	c presolving settings loaded
0.00/0.00	o 5179
0.00/0.00	c feasible solution found by trivial heuristic, objective value  5.179000e+03
0.00/0.00	c presolving:
0.00/0.00	c (round 1) 0 del vars, 1 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 101 impls, 0 clqs
0.00/0.01	c (round 2) 0 del vars, 1 del conss, 101 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 101 impls, 0 clqs
0.00/0.01	c    (0.0s) probing: 101/270 (37.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.00/0.01	c    (0.0s) probing aborted: 100/100 successive totally useless probings
0.00/0.01	c presolving (3 rounds):
0.00/0.01	c  0 deleted vars, 1 deleted constraints, 101 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.01	c  101 implications, 0 cliques
0.00/0.01	c presolved problem has 371 variables (270 bin, 0 int, 0 impl, 101 cont) and 202 constraints
0.00/0.01	c     101 constraints of type <indicator>
0.00/0.01	c     101 constraints of type <linear>
0.00/0.01	c transformed objective value is always integral (scale: 1)
0.00/0.01	c Presolving Time: 0.01
0.00/0.01	c - non default parameters ----------------------------------------------------------------------
0.00/0.01	c # SCIP version 1.2.1.2
0.00/0.01	c 
0.00/0.01	c # frequency for displaying node information lines
0.00/0.01	c # [type: int, range: [-1,2147483647], default: 100]
0.00/0.01	c display/freq = 10000
0.00/0.01	c 
0.00/0.01	c # maximal time in seconds to run
0.00/0.01	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.01	c limits/time = 1800
0.00/0.01	c 
0.00/0.01	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.01	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.01	c limits/memory = 3420
0.00/0.01	c 
0.00/0.01	c # should presolving try to simplify inequalities
0.00/0.01	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.01	c constraints/linear/simplifyinequalities = TRUE
0.00/0.01	c 
0.00/0.01	c # should presolving try to simplify knapsacks
0.00/0.01	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.01	c constraints/knapsack/simplifyinequalities = TRUE
0.00/0.01	c 
0.00/0.01	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.00/0.01	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.01	c separating/rapidlearning/freq = 0
0.00/0.01	c 
0.00/0.01	c -----------------------------------------------------------------------------------------------
0.00/0.01	c start solving
0.00/0.01	c 
0.00/0.01	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.01	c t 0.0s|     1 |     0 |     0 |     - |1215k|   0 |   0 | 371 | 202 | 371 |   0 |   0 |   0 |   0 | 0.000000e+00 | 5.179000e+03 |    Inf 
0.00/0.01	c   0.0s|     1 |     0 |    24 |     - |1249k|   0 |   0 | 371 | 202 | 371 |  26 |  26 |   0 |   0 | 0.000000e+00 | 5.179000e+03 |    Inf 
0.00/0.01	c   0.0s|     1 |     0 |    45 |     - |1265k|   0 |  17 | 371 | 202 | 371 |  41 |  41 |   0 |   0 | 0.000000e+00 | 5.179000e+03 |    Inf 
0.01/0.02	c   0.0s|     1 |     0 |    67 |     - |1349k|   0 |  20 | 371 | 202 | 371 |  51 |  51 |   0 |   0 | 0.000000e+00 | 5.179000e+03 |    Inf 
0.01/0.02	c   0.0s|     1 |     0 |    84 |     - |1479k|   0 |  39 | 371 | 202 | 371 |  60 |  60 |   0 |   0 | 0.000000e+00 | 5.179000e+03 |    Inf 
0.01/0.03	c   0.0s|     1 |     0 |    91 |     - |1489k|   0 |  42 | 371 | 202 | 371 |  62 |  62 |   0 |   0 | 0.000000e+00 | 5.179000e+03 |    Inf 
0.09/0.17	c   0.1s|     1 |     2 |   294 |     - |1500k|   0 |  42 | 371 | 202 | 371 |  62 |  62 |   0 |  33 | 0.000000e+00 | 5.179000e+03 |    Inf 
0.79/0.85	o 701
0.79/0.85	c * 0.8s|    69 |    68 |  1880 |  26.3 |1658k|  21 |   - | 371 | 202 | 371 |  67 |  92 |   0 | 384 | 0.000000e+00 | 7.010000e+02 |    Inf 
0.79/0.88	o 670
0.79/0.88	c * 0.8s|    85 |    82 |  2342 |  26.8 |1742k|  21 |   - | 371 | 202 | 371 |  75 | 104 |   0 | 395 | 0.000000e+00 | 6.700000e+02 |    Inf 
1.89/1.97	o 430
1.89/1.97	c * 1.8s|  2732 |  2483 |  9618 |   3.5 |3718k| 134 |   - | 371 | 386 | 371 |  80 | 385 | 185 | 774 | 0.000000e+00 | 4.300000e+02 |    Inf 
2.19/2.23	o 424
2.19/2.23	c * 2.1s|  3774 |  3489 | 10646 |   2.8 |4283k| 141 |   - | 371 | 421 | 371 |  80 | 422 | 221 | 788 | 0.000000e+00 | 4.240000e+02 |    Inf 
2.19/2.23	o 412
2.19/2.23	c * 2.1s|  3775 |  3481 | 10646 |   2.8 |4280k| 141 |   - | 371 | 421 | 371 |  80 | 422 | 221 | 788 | 0.000000e+00 | 4.120000e+02 |    Inf 
2.19/2.24	o 366
2.19/2.24	c * 2.1s|  3782 |  3427 | 10865 |   2.8 |4247k| 141 |   - | 371 | 422 | 371 |  74 | 424 | 222 | 793 | 0.000000e+00 | 3.660000e+02 |    Inf 
2.29/2.36	o 224
2.29/2.36	c * 2.2s|  4175 |  3137 | 11681 |   2.8 |4129k| 144 |   - | 371 | 487 | 371 |  74 | 443 | 290 | 804 | 0.000000e+00 | 2.240000e+02 |    Inf 
2.29/2.36	o 218
2.29/2.36	c * 2.2s|  4176 |  3069 | 11681 |   2.8 |4103k| 144 |   - | 371 | 487 | 371 |  74 | 443 | 290 | 804 | 0.000000e+00 | 2.180000e+02 |    Inf 
2.99/3.02	o 208
2.99/3.02	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
2.99/3.02	c * 2.8s|  5613 |  3634 | 17882 |   3.2 |5037k| 144 |   - | 371 |1190 | 371 |  72 | 526 |1060 | 903 | 0.000000e+00 | 2.080000e+02 |    Inf 
4.49/4.56	o 196
4.49/4.56	c * 4.3s|  9214 |  5055 | 30534 |   3.3 |6757k| 144 |   - | 371 |1193 | 371 |  64 | 767 |2716 |1042 | 0.000000e+00 | 1.960000e+02 |    Inf 
4.49/4.56	o 187
4.49/4.56	c * 4.3s|  9216 |  4935 | 30537 |   3.3 |6680k| 144 |   - | 371 |1193 | 371 |  63 | 767 |2716 |1042 | 0.000000e+00 | 1.870000e+02 |    Inf 
4.49/4.56	o 185
4.49/4.56	c * 4.3s|  9217 |  4893 | 30537 |   3.3 |6661k| 144 |   - | 371 |1193 | 371 |  63 | 767 |2716 |1042 | 0.000000e+00 | 1.850000e+02 |    Inf 
4.79/4.86	c   4.6s| 10000 |  5181 | 32642 |   3.3 |6987k| 144 |   1 | 371 |1359 | 371 |  69 | 814 |3265 |1079 | 0.000000e+00 | 1.850000e+02 |    Inf 
5.29/5.39	o 164
5.29/5.39	c * 5.1s| 11357 |  5393 | 36073 |   3.2 |7392k| 144 |   - | 371 |1188 | 371 |  67 | 894 |3970 |1107 | 0.000000e+00 | 1.640000e+02 |    Inf 
6.89/6.97	o 138
6.89/6.97	c * 6.5s| 14893 |  6362 | 52782 |   3.5 |8642k| 144 |   - | 371 | 938 | 371 |  69 |1250 |5611 |1176 | 0.000000e+00 | 1.380000e+02 |    Inf 
8.29/8.32	o 129
8.29/8.32	c * 7.8s| 18320 |  7515 | 64866 |   3.5 |9845k| 144 |   - | 371 |1053 | 371 |  76 |1466 |7155 |1189 | 0.000000e+00 | 1.290000e+02 |    Inf 
8.99/9.04	c   8.5s| 20000 |  8119 | 71565 |   3.6 |  10M| 144 |   1 | 371 |1207 | 371 |  70 |1562 |7906 |1190 | 0.000000e+00 | 1.290000e+02 |    Inf 
12.89/12.99	c  12.3s| 30000 | 11621 | 98385 |   3.3 |  14M| 144 |   0 | 371 |1799 | 371 |  73 |1996 |  12k|1196 | 0.000000e+00 | 1.290000e+02 |    Inf 
16.99/17.05	c  16.1s| 40000 | 14233 |130973 |   3.3 |  18M| 144 |   0 | 371 |1114 | 371 |  70 |2455 |  18k|1197 | 0.000000e+00 | 1.290000e+02 |    Inf 
20.99/21.08	c  19.9s| 50000 | 16730 |160110 |   3.2 |  21M| 144 |   1 | 371 |1346 | 371 |  74 |2849 |  23k|1197 | 0.000000e+00 | 1.290000e+02 |    Inf 
25.09/25.20	c  23.8s| 60000 | 19165 |188743 |   3.1 |  25M| 144 |   - | 371 |1703 |   0 |   0 |3199 |  28k|1200 | 0.000000e+00 | 1.290000e+02 |    Inf 
25.69/25.72	o 112
25.69/25.72	c *24.3s| 61258 | 18781 |192344 |   3.1 |  25M| 144 |   - | 371 |1771 | 371 |  67 |3234 |  29k|1201 | 0.000000e+00 | 1.120000e+02 |    Inf 
29.49/29.53	c  27.8s| 70000 | 21192 |222924 |   3.2 |  28M| 144 |   - | 371 |2081 |   0 |   0 |3690 |  34k|1235 | 0.000000e+00 | 1.120000e+02 |    Inf 
29.49/29.54	o 109
29.49/29.54	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
29.49/29.54	c *27.9s| 70029 | 21135 |223020 |   3.2 |  28M| 144 |   - | 371 |2077 | 371 |  72 |3694 |  34k|1235 | 0.000000e+00 | 1.090000e+02 |    Inf 
33.89/33.96	c  32.0s| 80000 | 23323 |255043 |   3.2 |  32M| 144 |   - | 371 |2056 |   0 |   0 |4143 |  40k|1269 | 0.000000e+00 | 1.090000e+02 |    Inf 
38.29/38.35	c  36.2s| 90000 | 24678 |282784 |   3.1 |  35M| 144 |   - | 371 |3221 |   0 |   0 |4413 |  46k|1307 | 0.000000e+00 | 1.090000e+02 |    Inf 
42.69/42.73	c  40.3s|100000 | 26559 |315726 |   3.2 |  38M| 144 |   0 | 371 |1842 | 371 |  74 |4939 |  53k|1362 | 0.000000e+00 | 1.090000e+02 |    Inf 
47.09/47.11	c  44.4s|110000 | 28475 |349121 |   3.2 |  41M| 144 |   0 | 371 |1799 | 371 |  67 |5520 |  59k|1414 | 0.000000e+00 | 1.090000e+02 |    Inf 
48.68/48.76	o 91
48.68/48.76	c *46.0s|113596 | 27538 |359925 |   3.2 |  41M| 144 |   - | 371 |2107 | 371 |  68 |5638 |  61k|1436 | 0.000000e+00 | 9.100000e+01 |    Inf 
51.49/51.52	c  48.6s|120000 | 28507 |376871 |   3.1 |  42M| 144 |   - | 371 |1829 |   0 |   0 |5856 |  65k|1455 | 0.000000e+00 | 9.100000e+01 |    Inf 
51.49/51.54	o 90
51.49/51.54	c *48.6s|120045 | 28489 |377080 |   3.1 |  42M| 144 |   - | 371 |1826 | 371 |  75 |5865 |  65k|1457 | 0.000000e+00 | 9.000000e+01 |    Inf 
52.70/52.75	o 74
52.70/52.75	c *49.7s|122753 | 26931 |384423 |   3.1 |  41M| 144 |   - | 371 |2169 | 371 |  74 |5959 |  67k|1461 | 0.000000e+00 | 7.400000e+01 |    Inf 
53.19/53.29	o 66
53.19/53.29	c *50.2s|123803 | 26189 |390351 |   3.2 |  40M| 144 |   - | 371 |1831 | 371 |  64 |6024 |  68k|1471 | 0.000000e+00 | 6.600000e+01 |    Inf 
53.19/53.29	o 43
53.19/53.29	c *50.2s|123804 | 23177 |390354 |   3.2 |  35M| 144 |   - | 371 |1831 | 371 |  64 |6024 |  68k|1471 | 0.000000e+00 | 4.300000e+01 |    Inf 
53.39/53.47	o 41
53.39/53.47	c *50.4s|124175 | 23119 |392142 |   3.2 |  35M| 144 |   - | 371 |1835 | 371 |  66 |6044 |  68k|1476 | 0.000000e+00 | 4.100000e+01 |    Inf 
54.39/54.44	o 23
54.39/54.44	c *51.3s|126169 | 16868 |404555 |   3.2 |  26M| 144 |   - | 371 |2404 | 371 |  67 |6225 |  70k|1488 | 0.000000e+00 | 2.300000e+01 |    Inf 
54.39/54.46	o 22
54.39/54.46	c *51.3s|126207 | 16856 |404862 |   3.2 |  26M| 144 |   - | 371 |2302 | 371 |  66 |6227 |  70k|1488 | 0.000000e+00 | 2.200000e+01 |    Inf 
54.59/54.64	o 20
54.59/54.64	c *51.5s|126381 | 16550 |406977 |   3.2 |  25M| 144 |   - | 371 |1853 | 371 |  68 |6247 |  70k|1495 | 0.000000e+00 | 2.000000e+01 |    Inf 
54.59/54.68	o 9
54.59/54.68	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
54.59/54.68	c *51.5s|126429 | 13699 |407738 |   3.2 |  22M| 144 |   - | 371 |1779 | 371 |  72 |6255 |  70k|1499 | 0.000000e+00 | 9.000000e+00 |    Inf 
57.49/57.51	c  54.1s|130000 | 11441 |476320 |   3.7 |  22M| 144 |   - | 371 |3774 | 371 |  63 |6867 |  74k|1648 | 0.000000e+00 | 9.000000e+00 |    Inf 
57.99/58.06	c 
57.99/58.06	c SCIP Status        : problem is solved [optimal solution found]
57.99/58.06	c Solving Time (sec) : 54.65
57.99/58.06	c Solving Nodes      : 130499
57.99/58.06	c Primal Bound       : +9.00000000000000e+00 (221 solutions)
57.99/58.06	c Dual Bound         : +9.00000000000000e+00
57.99/58.06	c Gap                : 0.00 %
57.99/58.06	s OPTIMUM FOUND
57.99/58.06	v -x169 -x168 -x167 -x166 -x165 -x164 x163 -x162 -x161 -x160 -x159 -x158 -x157 -x156 -x155 x154 -x153 -x152 -x151 -x150 -x149 -x148 
57.99/58.06	v -x147 -x146 -x145 -x144 -x143 -x142 -x141 -x140 -x139 -x138 -x137 -x136 -x135 x134 -x133 -x132 -x131 -x130 -x129 -x128 -x127 
57.99/58.06	v -x126 -x125 -x124 -x123 -x122 -x121 -x120 -x119 x118 x117 -x116 -x115 -x114 -x113 -x112 -x111 -x110 -x109 -x108 -x107 -x106 
57.99/58.06	v -x105 -x104 -x103 -x102 -x101 -x100 x99 -x98 -x97 -x96 -x95 -x94 -x93 -x92 -x91 -x90 -x89 -x88 -x87 -x86 -x85 -x84 x83 -x82 
57.99/58.06	v -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 
57.99/58.06	v -x56 -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 
57.99/58.06	v -x30 -x29 -x28 -x27 -x26 x25 -x24 -x23 -x22 -x21 -x20 -x19 -x18 -x17 -x16 -x15 -x14 -x13 -x12 -x11 -x10 -x9 -x8 -x7 -x6 -x5 
57.99/58.06	v -x4 -x3 x2 -x1 
57.99/58.06	c SCIP Status        : problem is solved [optimal solution found]
57.99/58.06	c Solving Time       :      54.65
57.99/58.06	c Original Problem   :
57.99/58.06	c   Problem name     : HOME/instance-2693550-1277924533.wbo
57.99/58.06	c   Variables        : 371 (270 binary, 0 integer, 0 implicit integer, 101 continuous)
57.99/58.06	c   Constraints      : 203 initial, 203 maximal
57.99/58.06	c Presolved Problem  :
57.99/58.06	c   Problem name     : t_HOME/instance-2693550-1277924533.wbo
57.99/58.06	c   Variables        : 371 (270 binary, 0 integer, 0 implicit integer, 101 continuous)
57.99/58.06	c   Constraints      : 202 initial, 3790 maximal
57.99/58.06	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
57.99/58.06	c   trivial          :       0.00          0          0          0          0          0          0          0          0
57.99/58.06	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
57.99/58.06	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
57.99/58.06	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
57.99/58.06	c   implics          :       0.00          0          0          0          0          0          0          0          0
57.99/58.06	c   probing          :       0.01          0          0          0          0          0          0          0          0
57.99/58.06	c   indicator        :       0.00          0          0          0          0          0          0          0          0
57.99/58.06	c   linear           :       0.00          0          0          0        101          0          1          0          0
57.99/58.06	c   logicor          :       0.00          0          0          0          0          0          0          0          0
57.99/58.06	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0
57.99/58.06	c   root node        :          -         96          -          -        192          -          -          -          -
57.99/58.06	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
57.99/58.06	c   integral         :          0          0          0      87865          0          5         47          0          0      97548
57.99/58.06	c   indicator        :        101          0     521463      39040          0       5493     961260          0          0          0
57.99/58.06	c   linear           :        101          6     515936      39020          0      16609    2499652       6966          0          0
57.99/58.06	c   logicor          :          0+         0     149285          0          0      10879     187454          0          0          0
57.99/58.06	c   bounddisjunction :          0+         0       3443          0          0          0          3          0          0          0
57.99/58.06	c   countsols        :          0          0          0      34793          0          0          0          0          0          0
57.99/58.06	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
57.99/58.06	c   integral         :       1.50       0.00       0.00       1.50       0.00
57.99/58.06	c   indicator        :       1.14       0.00       1.00       0.14       0.00
57.99/58.06	c   linear           :       8.67       0.00       8.53       0.14       0.00
57.99/58.06	c   logicor          :       3.20       0.00       3.20       0.00       0.00
57.99/58.06	c   bounddisjunction :       0.03       0.00       0.03       0.00       0.00
57.99/58.06	c   countsols        :       0.00       0.00       0.00       0.00       0.00
57.99/58.06	c Propagators        :       Time      Calls    Cutoffs    DomReds
57.99/58.06	c   vbounds          :       0.10          2          0          0
57.99/58.06	c   rootredcost      :       0.06         27          0         96
57.99/58.06	c   pseudoobj        :       4.61     534987      13707     950129
57.99/58.06	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
57.99/58.06	c   propagation      :       4.49      41195      41178     228854       36.1      11356        6.7          -
57.99/58.06	c   infeasible LP    :       0.22       3370       3343      17963       24.5        345        5.8          0
57.99/58.06	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
57.99/58.06	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
57.99/58.06	c   pseudo solution  :       0.01        390        390       1111       12.2         80        9.3          -
57.99/58.06	c   applied globally :          -          -          -      65157       17.9          -          -          -
57.99/58.06	c   applied locally  :          -          -          -      10164       38.8          -          -          -
57.99/58.06	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
57.99/58.06	c   cut pool         :       0.00          3          -          -          3          -    (maximal pool size: 36)
57.99/58.06	c   redcost          :       0.77      93198          0     155813          0          0
57.99/58.06	c   impliedbounds    :       0.00          4          0          0          0          0
57.99/58.06	c   intobj           :       0.00          0          0          0          0          0
57.99/58.06	c   cgmip            :       0.00          0          0          0          0          0
57.99/58.06	c   gomory           :       0.01          4          0          0         37          0
57.99/58.06	c   strongcg         :       0.00          4          0          0          0          0
57.99/58.06	c   cmir             :       0.00          4          0          0          0          0
57.99/58.06	c   flowcover        :       0.02          4          0          0          0          0
57.99/58.06	c   clique           :       0.00          1          0          0          0          0
57.99/58.06	c   zerohalf         :       0.00          0          0          0          0          0
57.99/58.06	c   mcf              :       0.00          1          0          0          0          0
57.99/58.06	c   rapidlearning    :       0.00          0          0          0          0          0
57.99/58.06	c Pricers            :       Time      Calls       Vars
57.99/58.06	c   problem variables:       0.00          0          0
57.99/58.06	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
57.99/58.06	c   relpscost        :       1.49      48824          5         47          0          0      97548
57.99/58.06	c   pscost           :       0.00          0          0          0          0          0          0
57.99/58.06	c   inference        :       0.68      34766          0          0          0          0      69532
57.99/58.06	c   mostinf          :       0.00          0          0          0          0          0          0
57.99/58.06	c   leastinf         :       0.00          0          0          0          0          0          0
57.99/58.06	c   fullstrong       :       0.00          0          0          0          0          0          0
57.99/58.06	c   allfullstrong    :       0.00          0          0          0          0          0          0
57.99/58.06	c   random           :       0.00          0          0          0          0          0          0
57.99/58.06	c Primal Heuristics  :       Time      Calls      Found
57.99/58.06	c   LP solutions     :       0.04          -         27
57.99/58.06	c   pseudo solutions :       0.00          -          0
57.99/58.06	c   feaspump         :       0.00          0          0
57.99/58.06	c   oneopt           :       0.08         23          0
57.99/58.06	c   crossover        :       0.23         31          1
57.99/58.06	c   fracdiving       :       0.07        314          0
57.99/58.06	c   veclendiving     :       0.03        314          0
57.99/58.06	c   guideddiving     :       0.05        314          0
57.99/58.06	c   linesearchdiving :       0.05        314          0
57.99/58.06	c   coefdiving       :       0.10        314          0
57.99/58.06	c   pscostdiving     :       0.04        314          0
57.99/58.06	c   rootsoldiving    :       0.05        287          0
57.99/58.06	c   objpscostdiving  :       0.02        288          0
57.99/58.06	c   trivial          :       0.00          2          2
57.99/58.06	c   simplerounding   :       0.06      51236          0
57.99/58.06	c   zirounding       :       0.06       1000          0
57.99/58.06	c   rounding         :       0.15       3206          0
57.99/58.06	c   shifting         :       0.09        982          0
57.99/58.06	c   intshifting      :       0.02         13          0
57.99/58.06	c   twoopt           :       0.00          0          0
57.99/58.06	c   fixandinfer      :       0.00          0          0
57.99/58.06	c   intdiving        :       0.00          0          0
57.99/58.06	c   actconsdiving    :       0.00          0          0
57.99/58.06	c   octane           :       0.00          0          0
57.99/58.06	c   rens             :       0.01          1          0
57.99/58.06	c   rins             :       0.00          0          0
57.99/58.06	c   localbranching   :       0.00          0          0
57.99/58.06	c   mutation         :       0.00          0          0
57.99/58.06	c   dins             :       0.00          0          0
57.99/58.06	c   undercover       :       0.00          0          0
57.99/58.06	c   nlp              :       0.00          0          0
57.99/58.06	c   trysol           :       0.07       2344        191
57.99/58.06	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
57.99/58.06	c   primal LP        :       0.00          0          0       0.00          -
57.99/58.06	c   dual LP          :      19.07      65689     481561       7.33   25252.28
57.99/58.06	c   lex dual LP      :       0.00          0          0       0.00          -
57.99/58.06	c   barrier LP       :       0.00          0          0       0.00          -
57.99/58.06	c   diving/probing LP:       0.18        565       2808       4.97   15600.00
57.99/58.06	c   strong branching :       1.22       1665      53537      32.15   43882.79
57.99/58.06	c     (at root node) :          -         33       3817     115.67          -
57.99/58.06	c   conflict analysis:       0.00          0          0       0.00          -
57.99/58.06	c B&B Tree           :
57.99/58.06	c   number of runs   :          1
57.99/58.06	c   nodes            :     130499
57.99/58.06	c   nodes (total)    :     130499
57.99/58.06	c   nodes left       :          0
57.99/58.06	c   max depth        :        144
57.99/58.06	c   max depth (total):        144
57.99/58.06	c   backtracks       :       7001 (5.4%)
57.99/58.06	c   delayed cutoffs  :      16856
57.99/58.06	c   repropagations   :     294961 (403567 domain reductions, 3299 cutoffs)
57.99/58.06	c   avg switch length:       6.85
57.99/58.06	c   switching time   :       6.07
57.99/58.06	c Solution           :
57.99/58.06	c   Solutions found  :        221 (28 improvements)
57.99/58.06	c   First Solution   : +5.17900000000000e+03   (in run 1, after 0 nodes, 0.00 seconds, depth 0, found by <trivial>)
57.99/58.06	c   Primal Bound     : +9.00000000000000e+00   (in run 1, after 126429 nodes, 51.49 seconds, depth 19, found by <relaxation>)
57.99/58.06	c   Dual Bound       : +9.00000000000000e+00
57.99/58.06	c   Gap              :       0.00 %
57.99/58.06	c   Root Dual Bound  : +0.00000000000000e+00
57.99/58.06	c   Root Iterations  :         91
57.99/58.07	c Time complete: 58.06.

Verifier Data

OK	9

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2693550-1277924533/watcher-2693550-1277924533 -o /tmp/evaluation-result-2693550-1277924533/solver-2693550-1277924533 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2693550-1277924533.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: 1.93 1.98 1.99 3/196 17148
/proc/meminfo: memFree=30858636/32950928 swapFree=67111528/67111528
[pid=17148] ppid=17146 vsize=10960 CPUtime=0
/proc/17148/stat : 17148 (pbscip.linux.x8) R 17146 17148 15003 0 -1 4202496 1670 0 0 0 0 0 0 0 25 0 1 0 133747526 11223040 1590 4089446400 4194304 9819077 140733772018736 18446744073709551615 6179008 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/17148/statm: 2740 1591 392 1374 0 1361 0

[startup+0.0180889 s]
/proc/loadavg: 1.93 1.98 1.99 3/196 17148
/proc/meminfo: memFree=30858636/32950928 swapFree=67111528/67111528
[pid=17148] ppid=17146 vsize=16256 CPUtime=0.01
/proc/17148/stat : 17148 (pbscip.linux.x8) R 17146 17148 15003 0 -1 4202496 3379 0 0 0 1 0 0 0 18 0 1 0 133747526 16646144 2674 4089446400 4194304 9819077 140733772018736 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/17148/statm: 4064 2686 650 1374 0 2685 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 16256

[startup+0.10107 s]
/proc/loadavg: 1.93 1.98 1.99 3/196 17148
/proc/meminfo: memFree=30858636/32950928 swapFree=67111528/67111528
[pid=17148] ppid=17146 vsize=18656 CPUtime=0.09
/proc/17148/stat : 17148 (pbscip.linux.x8) R 17146 17148 15003 0 -1 4202496 6680 0 0 0 9 0 0 0 18 0 1 0 133747526 19103744 3072 4089446400 4194304 9819077 140733772018736 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/17148/statm: 4664 3073 692 1374 0 3285 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 18656

[startup+0.301018 s]
/proc/loadavg: 1.93 1.98 1.99 3/196 17148
/proc/meminfo: memFree=30858636/32950928 swapFree=67111528/67111528
[pid=17148] ppid=17146 vsize=18532 CPUtime=0.29
/proc/17148/stat : 17148 (pbscip.linux.x8) R 17146 17148 15003 0 -1 4202496 9504 0 0 0 28 1 0 0 18 0 1 0 133747526 18976768 3054 4089446400 4194304 9819077 140733772018736 18446744073709551615 8657695 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/17148/statm: 4633 3054 698 1374 0 3254 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 18532

[startup+0.700956 s]
/proc/loadavg: 1.93 1.98 1.99 3/196 17148
/proc/meminfo: memFree=30858636/32950928 swapFree=67111528/67111528
[pid=17148] ppid=17146 vsize=18524 CPUtime=0.69
/proc/17148/stat : 17148 (pbscip.linux.x8) R 17146 17148 15003 0 -1 4202496 15453 0 0 0 66 3 0 0 18 0 1 0 133747526 18968576 3058 4089446400 4194304 9819077 140733772018736 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/17148/statm: 4631 3058 699 1374 0 3252 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 18524

[startup+1.50078 s]
/proc/loadavg: 1.93 1.98 1.99 3/197 17149
/proc/meminfo: memFree=30848460/32950928 swapFree=67111528/67111528
[pid=17148] ppid=17146 vsize=20500 CPUtime=1.49
/proc/17148/stat : 17148 (pbscip.linux.x8) R 17146 17148 15003 0 -1 4202496 32437 0 0 0 140 9 0 0 19 0 1 0 133747526 20992000 3518 4089446400 4194304 9819077 140733772018736 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/17148/statm: 5125 3518 704 1374 0 3746 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 20500

[startup+3.10047 s]
/proc/loadavg: 1.94 1.98 1.99 3/197 17149
/proc/meminfo: memFree=30844992/32950928 swapFree=67111528/67111528
[pid=17148] ppid=17146 vsize=23048 CPUtime=3.09
/proc/17148/stat : 17148 (pbscip.linux.x8) R 17146 17148 15003 0 -1 4202496 55881 0 0 0 289 20 0 0 25 0 1 0 133747526 23601152 4453 4089446400 4194304 9819077 140733772018736 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/17148/statm: 5762 4453 720 1374 0 4383 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 23048

[startup+6.30086 s]
/proc/loadavg: 1.94 1.98 1.99 3/197 17149
/proc/meminfo: memFree=30839908/32950928 swapFree=67111528/67111528
[pid=17148] ppid=17146 vsize=28052 CPUtime=6.29
/proc/17148/stat : 17148 (pbscip.linux.x8) R 17146 17148 15003 0 -1 4202496 92165 0 0 0 592 37 0 0 25 0 1 0 133747526 28725248 5711 4089446400 4194304 9819077 140733772018736 18446744073709551615 4830934 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/17148/statm: 7013 5711 720 1374 0 5634 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 28052

[startup+12.7006 s]
/proc/loadavg: 1.94 1.98 1.99 3/197 17149
/proc/meminfo: memFree=30832300/32950928 swapFree=67111528/67111528
[pid=17148] ppid=17146 vsize=35836 CPUtime=12.69
/proc/17148/stat : 17148 (pbscip.linux.x8) R 17146 17148 15003 0 -1 4202496 135350 0 0 0 1199 70 0 0 25 0 1 0 133747526 36696064 7643 4089446400 4194304 9819077 140733772018736 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/17148/statm: 8959 7643 720 1374 0 7580 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 35836

[startup+25.5002 s]
/proc/loadavg: 1.95 1.98 1.99 3/197 17149
/proc/meminfo: memFree=30818156/32950928 swapFree=67111528/67111528
[pid=17148] ppid=17146 vsize=49792 CPUtime=25.49
/proc/17148/stat : 17148 (pbscip.linux.x8) R 17146 17148 15003 0 -1 4202496 214675 0 0 0 2405 144 0 0 25 0 1 0 133747526 50987008 11072 4089446400 4194304 9819077 140733772018736 18446744073709551615 4923182 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/17148/statm: 12448 11072 722 1374 0 11069 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 49792

[startup+51.1003 s]
/proc/loadavg: 1.97 1.98 1.99 3/197 17150
/proc/meminfo: memFree=30796732/32950928 swapFree=67111528/67111528
[pid=17148] ppid=17146 vsize=70540 CPUtime=51.09
/proc/17148/stat : 17148 (pbscip.linux.x8) R 17146 17148 15003 0 -1 4202496 387602 0 0 0 4818 291 0 0 25 0 1 0 133747526 72232960 16186 4089446400 4194304 9819077 140733772018736 18446744073709551615 4925951 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/17148/statm: 17635 16186 726 1374 0 16256 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 70540

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

[startup+54.3006 s]
/proc/loadavg: 1.97 1.98 1.99 3/197 17150
/proc/meminfo: memFree=30794748/32950928 swapFree=67111528/67111528
[pid=17148] ppid=17146 vsize=71976 CPUtime=54.29
/proc/17148/stat : 17148 (pbscip.linux.x8) R 17146 17148 15003 0 -1 4202496 427780 0 0 0 5114 315 0 0 25 0 1 0 133747526 73703424 16612 4089446400 4194304 9819077 140733772018736 18446744073709551615 8657695 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/17148/statm: 17994 16612 739 1374 0 16615 0
Current children cumulated CPU time (s) 54.29
Current children cumulated vsize (KiB) 71976

[startup+55.9003 s]
/proc/loadavg: 1.97 1.98 1.99 3/197 17150
/proc/meminfo: memFree=30794748/32950928 swapFree=67111528/67111528
[pid=17148] ppid=17146 vsize=72552 CPUtime=55.89
/proc/17148/stat : 17148 (pbscip.linux.x8) R 17146 17148 15003 0 -1 4202496 446144 0 0 0 5263 326 0 0 25 0 1 0 133747526 74293248 16757 4089446400 4194304 9819077 140733772018736 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/17148/statm: 18138 16757 739 1374 0 16759 0
Current children cumulated CPU time (s) 55.89
Current children cumulated vsize (KiB) 72552

[startup+56.7002 s]
/proc/loadavg: 1.97 1.98 1.99 3/197 17150
/proc/meminfo: memFree=30794252/32950928 swapFree=67111528/67111528
[pid=17148] ppid=17146 vsize=72548 CPUtime=56.68
/proc/17148/stat : 17148 (pbscip.linux.x8) R 17146 17148 15003 0 -1 4202496 461717 0 0 0 5338 330 0 0 25 0 1 0 133747526 74289152 16757 4089446400 4194304 9819077 140733772018736 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/17148/statm: 18137 16757 739 1374 0 16758 0
Current children cumulated CPU time (s) 56.68
Current children cumulated vsize (KiB) 72548

[startup+57.501 s]
/proc/loadavg: 1.97 1.98 1.99 3/197 17150
/proc/meminfo: memFree=30794252/32950928 swapFree=67111528/67111528
[pid=17148] ppid=17146 vsize=72804 CPUtime=57.49
/proc/17148/stat : 17148 (pbscip.linux.x8) R 17146 17148 15003 0 -1 4202496 471015 0 0 0 5413 336 0 0 25 0 1 0 133747526 74551296 16793 4089446400 4194304 9819077 140733772018736 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/17148/statm: 18201 16793 739 1374 0 16822 0
Current children cumulated CPU time (s) 57.49
Current children cumulated vsize (KiB) 72804

[startup+57.9009 s]
/proc/loadavg: 1.97 1.98 1.99 3/197 17150
/proc/meminfo: memFree=30794252/32950928 swapFree=67111528/67111528
[pid=17148] ppid=17146 vsize=72852 CPUtime=57.89
/proc/17148/stat : 17148 (pbscip.linux.x8) R 17146 17148 15003 0 -1 4202496 478529 0 0 0 5450 339 0 0 25 0 1 0 133747526 74600448 16815 4089446400 4194304 9819077 140733772018736 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/17148/statm: 18213 16815 739 1374 0 16834 0
Current children cumulated CPU time (s) 57.89
Current children cumulated vsize (KiB) 72852

[startup+58.0009 s]
/proc/loadavg: 1.97 1.98 1.99 3/197 17150
/proc/meminfo: memFree=30794252/32950928 swapFree=67111528/67111528
[pid=17148] ppid=17146 vsize=72832 CPUtime=57.99
/proc/17148/stat : 17148 (pbscip.linux.x8) R 17146 17148 15003 0 -1 4202496 478994 0 0 0 5459 340 0 0 25 0 1 0 133747526 74579968 16815 4089446400 4194304 9819077 140733772018736 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/17148/statm: 18208 16815 739 1374 0 16829 0
Current children cumulated CPU time (s) 57.99
Current children cumulated vsize (KiB) 72832

Child status: 0
Real time (s): 58.0732
CPU time (s): 58.0712
CPU user time (s): 54.6617
CPU system time (s): 3.40948
CPU usage (%): 99.9964
Max. virtual memory (cumulated for all children) (KiB): 79196

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

runsolver used 0.086986 second user time and 0.179972 second system time

The end

Launcher Data

Begin job on node148 at 2010-06-30 21:02:13
IDJOB=2693550
IDBENCH=79243
IDSOLVER=1205
FILE ID=node148/2693550-1277924533
PBS_JOBID= 11197282
Free space on /tmp= 74176 MiB

SOLVER NAME= SCIPclp SCIP 1.2.1.2 with Clp 1.11.1 (Release Version) as LP solver
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1110967142--soft-0-100-0.wbo
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.clp -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2693550-1277924533/watcher-2693550-1277924533 -o /tmp/evaluation-result-2693550-1277924533/solver-2693550-1277924533 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2693550-1277924533.wbo -t 1800 -m 3800

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

MD5SUM BENCH= 7fd7081013808377c58c0d6e2ccd3b26
RANDOM SEED=147260086

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      30859164 kB
Buffers:        205284 kB
Cached:        1277348 kB
SwapCached:          0 kB
Active:         940756 kB
Inactive:      1004800 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      30859164 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            6420 kB
Writeback:           0 kB
AnonPages:      463000 kB
Mapped:          20436 kB
Slab:            81904 kB
PageTables:       6136 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  1659732 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= 74168 MiB
End job on node148 at 2010-06-30 21:03:11