Trace number 2693484

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 91.3921 91.3904

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1110974372--soft-0-100-0.wbo
MD5SUM014e6d9d1387f6cdb0c56035ad106b75
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark36
Best CPU time to get the best result obtained on this benchmark0.19397
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 1266
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-2693484-1277923580.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.00
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 |    46 |     - |1265k|   0 |   0 | 371 | 202 | 371 |  41 |  41 |   0 |   0 | 0.000000e+00 | 5.179000e+03 |    Inf 
0.00/0.01	c   0.0s|     1 |     0 |    55 |     - |1268k|   0 |  18 | 371 | 202 | 371 |  44 |  44 |   0 |   0 | 0.000000e+00 | 5.179000e+03 |    Inf 
0.00/0.02	c   0.0s|     1 |     0 |    65 |     - |1365k|   0 |  25 | 371 | 202 | 371 |  51 |  51 |   0 |   0 | 0.000000e+00 | 5.179000e+03 |    Inf 
0.01/0.02	c   0.0s|     1 |     0 |    69 |     - |1377k|   0 |  28 | 371 | 202 | 371 |  55 |  55 |   0 |   0 | 0.000000e+00 | 5.179000e+03 |    Inf 
0.01/0.03	c   0.0s|     1 |     0 |    91 |     - |1401k|   0 |  32 | 371 | 202 | 371 |  57 |  57 |   0 |   0 | 0.000000e+00 | 5.179000e+03 |    Inf 
0.01/0.04	c   0.0s|     1 |     0 |   124 |     - |1411k|   0 |  31 | 371 | 202 | 371 |  61 |  61 |   0 |   0 | 0.000000e+00 | 5.179000e+03 |    Inf 
0.09/0.13	c   0.1s|     1 |     2 |   191 |     - |1422k|   0 |  31 | 371 | 202 | 371 |  61 |  61 |   0 |  31 | 0.000000e+00 | 5.179000e+03 |    Inf 
0.39/0.41	o 154
0.39/0.41	c * 0.3s|   163 |   144 |   885 |   4.7 |1619k|  97 |   - | 371 | 211 | 371 |  75 |  87 |   9 | 279 | 0.000000e+00 | 1.540000e+02 |    Inf 
4.89/4.92	c   4.3s| 10000 |  3885 | 35359 |   3.5 |7535k| 117 |   - | 371 |1667 |   0 |   0 | 713 |6032 |1158 | 0.000000e+00 | 1.540000e+02 |    Inf 
7.00/7.00	o 145
7.00/7.00	c * 6.1s| 15003 |  5924 | 53058 |   3.5 |  10M| 127 |   - | 371 |1631 | 371 |  68 | 987 |8975 |1194 | 0.000000e+00 | 1.450000e+02 |    Inf 
8.80/8.89	c   7.7s| 20000 |  7989 | 64650 |   3.2 |  12M| 127 |   1 | 371 |1128 | 371 |  70 |1199 |  10k|1231 | 0.000000e+00 | 1.450000e+02 |    Inf 
12.79/12.80	c  11.1s| 30000 | 11312 | 88552 |   2.9 |  16M| 133 |   1 | 371 |1391 | 371 |  68 |1556 |  15k|1254 | 0.000000e+00 | 1.450000e+02 |    Inf 
16.19/16.20	o 143
16.19/16.20	c *14.0s| 38532 | 14549 |110747 |   2.9 |  20M| 133 |   - | 371 |1155 | 371 |  77 |2038 |  19k|1257 | 0.000000e+00 | 1.430000e+02 |    Inf 
16.79/16.81	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
16.79/16.81	c  14.6s| 40000 | 15066 |115167 |   2.9 |  20M| 133 |   1 | 371 |1119 | 371 |  69 |2122 |  19k|1257 | 0.000000e+00 | 1.430000e+02 |    Inf 
20.60/20.65	c  17.8s| 50000 | 18588 |135394 |   2.7 |  24M| 133 |   - | 371 |1062 |   0 |   0 |2506 |  23k|1286 | 0.000000e+00 | 1.430000e+02 |    Inf 
24.49/24.60	c  21.2s| 60000 | 21408 |154729 |   2.6 |  27M| 137 |   0 | 371 |1031 | 371 |  67 |2809 |  28k|1343 | 0.000000e+00 | 1.430000e+02 |    Inf 
28.29/28.37	c  24.4s| 70000 | 24637 |175982 |   2.5 |  31M| 138 |   0 | 371 |1316 | 371 |  69 |3223 |  32k|1395 | 0.000000e+00 | 1.430000e+02 |    Inf 
31.49/31.52	o 142
31.49/31.52	c *27.1s| 78181 | 27158 |191990 |   2.5 |  34M| 138 |   - | 371 |1188 | 371 |  68 |3458 |  36k|1440 | 0.000000e+00 | 1.420000e+02 |    Inf 
32.19/32.25	c  27.8s| 80000 | 27643 |195899 |   2.4 |  35M| 138 |   1 | 371 |1250 | 371 |  73 |3520 |  36k|1453 | 0.000000e+00 | 1.420000e+02 |    Inf 
34.90/34.96	o 135
34.90/34.96	c *30.0s| 86902 | 29320 |206448 |   2.4 |  37M| 138 |   - | 371 |1397 | 371 |  69 |3680 |  40k|1488 | 0.000000e+00 | 1.350000e+02 |    Inf 
34.99/35.00	o 131
34.99/35.00	c *30.1s| 86952 | 29292 |207088 |   2.4 |  37M| 138 |   - | 371 |1397 | 371 |  68 |3693 |  40k|1494 | 0.000000e+00 | 1.310000e+02 |    Inf 
36.30/36.35	c  31.3s| 90000 | 30044 |213791 |   2.4 |  38M| 138 |   2 | 371 |1222 | 371 |  67 |3853 |  41k|1509 | 0.000000e+00 | 1.310000e+02 |    Inf 
40.20/40.26	c  34.6s|100000 | 32307 |231101 |   2.3 |  41M| 138 |   1 | 371 |1431 | 371 |  71 |4104 |  46k|1581 | 0.000000e+00 | 1.310000e+02 |    Inf 
41.09/41.13	o 121
41.09/41.13	c *35.3s|102284 | 32797 |235242 |   2.3 |  41M| 138 |   - | 371 |1609 | 371 |  68 |4178 |  47k|1590 | 0.000000e+00 | 1.210000e+02 |    Inf 
41.20/41.29	o 96
41.20/41.29	c *35.5s|102602 | 32211 |236960 |   2.3 |  41M| 138 |   - | 371 |1515 | 371 |  71 |4254 |  47k|1591 | 0.000000e+00 | 9.600000e+01 |    Inf 
44.20/44.26	c  38.0s|110000 | 34133 |254392 |   2.3 |  43M| 138 |   0 | 371 |1019 | 371 |  68 |4628 |  51k|1647 | 0.000000e+00 | 9.600000e+01 |    Inf 
47.29/47.34	o 83
47.29/47.34	c *40.6s|117419 | 33692 |271448 |   2.3 |  42M| 138 |   - | 371 |1653 | 371 |  65 |4854 |  56k|1695 | 0.000000e+00 | 8.300000e+01 |    Inf 
48.30/48.36	o 81
48.30/48.36	c *41.4s|119966 | 33772 |275789 |   2.3 |  42M| 138 |   - | 371 |2291 | 371 |  72 |4957 |  57k|1701 | 0.000000e+00 | 8.100000e+01 |    Inf 
48.30/48.38	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
48.30/48.38	c  41.5s|120000 | 33774 |275933 |   2.3 |  42M| 138 |   1 | 371 |2246 | 371 |  68 |4963 |  58k|1701 | 0.000000e+00 | 8.100000e+01 |    Inf 
52.29/52.35	o 60
52.29/52.35	c *44.9s|129936 | 32354 |298554 |   2.3 |  38M| 138 |   - | 371 |1791 | 371 |  73 |5351 |  64k|1782 | 0.000000e+00 | 6.000000e+01 |    Inf 
52.29/52.38	c  44.9s|130000 | 32376 |298736 |   2.3 |  38M| 138 |   0 | 371 |1741 | 371 |  63 |5356 |  64k|1782 | 0.000000e+00 | 6.000000e+01 |    Inf 
52.80/52.84	o 49
52.80/52.84	c *45.3s|131118 | 30086 |301628 |   2.3 |  35M| 138 |   - | 371 |1523 | 371 |  79 |5425 |  64k|1786 | 0.000000e+00 | 4.900000e+01 |    Inf 
57.10/57.20	c  49.0s|140000 | 30355 |346058 |   2.5 |  38M| 138 |   1 | 371 |2830 | 371 |  72 |5887 |  72k|1898 | 0.000000e+00 | 4.900000e+01 |    Inf 
62.19/62.24	c  53.4s|150000 | 30417 |396648 |   2.6 |  41M| 138 |   0 | 371 |3676 | 371 |  61 |6415 |  80k|2049 | 0.000000e+00 | 4.900000e+01 |    Inf 
63.39/63.44	o 45
63.39/63.44	c *54.5s|152487 | 29813 |408171 |   2.7 |  41M| 138 |   - | 371 |3905 | 371 |  64 |6579 |  82k|2085 | 0.000000e+00 | 4.500000e+01 |    Inf 
67.10/67.13	c  57.7s|160000 | 30494 |446969 |   2.8 |  43M| 138 |   - | 371 |6730 |   0 |   0 |6983 |  88k|2168 | 0.000000e+00 | 4.500000e+01 |    Inf 
72.40/72.47	c  62.3s|170000 | 30795 |495381 |   2.9 |  45M| 138 |   - | 371 |4338 | 371 |  66 |7487 |  96k|2311 | 0.000000e+00 | 4.500000e+01 |    Inf 
77.59/77.65	c  66.9s|180000 | 30497 |544221 |   3.0 |  47M| 138 |   - | 371 |4359 |   0 |   0 |8008 | 105k|2500 | 0.000000e+00 | 4.500000e+01 |    Inf 
79.00/79.04	o 41
79.00/79.04	c *68.0s|182603 | 29414 |557159 |   3.1 |  46M| 138 |   - | 371 |3622 | 371 |  61 |8116 | 107k|2515 | 0.000000e+00 | 4.100000e+01 |    Inf 
79.00/79.04	o 36
79.00/79.04	c *68.1s|182608 | 26889 |557180 |   3.1 |  42M| 138 |   - | 371 |3534 | 371 |  61 |8116 | 107k|2515 | 0.000000e+00 | 3.600000e+01 |    Inf 
83.09/83.10	c  71.6s|190000 | 27332 |607671 |   3.2 |  45M| 138 |  11 | 371 |6997 | 371 |  70 |8796 | 114k|2673 | 0.000000e+00 | 3.600000e+01 |    Inf 
90.49/90.55	c  78.2s|200000 |  3685 |674371 |   3.4 |  23M| 138 |   - | 371 |4600 | 371 |  72 |9410 | 126k|2875 | 0.000000e+00 | 3.600000e+01 |    Inf 
91.29/91.38	c 
91.29/91.38	c SCIP Status        : problem is solved [optimal solution found]
91.29/91.38	c Solving Time (sec) : 78.94
91.29/91.38	c Solving Nodes      : 201074
91.29/91.38	c Primal Bound       : +3.60000000000000e+01 (474 solutions)
91.29/91.38	c Dual Bound         : +3.60000000000000e+01
91.29/91.38	c Gap                : 0.00 %
91.29/91.38	s OPTIMUM FOUND
91.29/91.38	v -x169 x168 -x167 -x166 -x165 -x164 -x163 -x162 -x161 -x160 -x159 -x158 -x157 -x156 -x155 x154 -x153 -x152 -x151 -x150 -x149 -x148 
91.29/91.38	v -x147 -x146 -x145 -x144 -x143 -x142 -x141 x140 -x139 -x138 -x137 -x136 -x135 -x134 -x133 -x132 -x131 -x130 -x129 -x128 -x127 
91.29/91.38	v -x126 -x125 -x124 -x123 -x122 x121 -x120 -x119 -x118 x117 -x116 -x115 -x114 -x113 -x112 -x111 -x110 -x109 -x108 -x107 -x106 
91.29/91.38	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 
91.29/91.38	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 
91.29/91.38	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 
91.29/91.38	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 
91.29/91.38	v -x4 -x3 -x2 -x1 
91.29/91.38	c SCIP Status        : problem is solved [optimal solution found]
91.29/91.38	c Solving Time       :      78.94
91.29/91.38	c Original Problem   :
91.29/91.38	c   Problem name     : HOME/instance-2693484-1277923580.wbo
91.29/91.38	c   Variables        : 371 (270 binary, 0 integer, 0 implicit integer, 101 continuous)
91.29/91.38	c   Constraints      : 203 initial, 203 maximal
91.29/91.38	c Presolved Problem  :
91.29/91.38	c   Problem name     : t_HOME/instance-2693484-1277923580.wbo
91.29/91.38	c   Variables        : 371 (270 binary, 0 integer, 0 implicit integer, 101 continuous)
91.29/91.38	c   Constraints      : 202 initial, 7911 maximal
91.29/91.38	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
91.29/91.38	c   trivial          :       0.00          0          0          0          0          0          0          0          0
91.29/91.38	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
91.29/91.38	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
91.29/91.38	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
91.29/91.38	c   implics          :       0.00          0          0          0          0          0          0          0          0
91.29/91.38	c   probing          :       0.00          0          0          0          0          0          0          0          0
91.29/91.38	c   indicator        :       0.00          0          0          0          0          0          0          0          0
91.29/91.38	c   linear           :       0.00          0          0          0        101          0          1          0          0
91.29/91.38	c   logicor          :       0.00          0          0          0          0          0          0          0          0
91.29/91.38	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0
91.29/91.38	c   root node        :          -         67          -          -        134          -          -          -          -
91.29/91.38	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
91.29/91.38	c   integral         :          0          0          0     130614          0          3        292          0          0     145410
91.29/91.38	c   indicator        :        101          0     867386      57637          0       6419    1002532          0          0          0
91.29/91.38	c   linear           :        101          7     861098      57629          0      30134    3633699       9461          0          0
91.29/91.38	c   logicor          :          0+         0     245382          0          0      12324     300554          0          0          0
91.29/91.38	c   bounddisjunction :          0+         0      10517          0          0          0        181          0          0          0
91.29/91.38	c   countsols        :          0          0          0      51392          0          0          0          0          0          0
91.29/91.38	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
91.29/91.38	c   integral         :       1.41       0.00       0.00       1.41       0.00
91.29/91.38	c   indicator        :       0.92       0.00       0.63       0.29       0.00
91.29/91.38	c   linear           :      12.88       0.01      12.50       0.37       0.00
91.29/91.38	c   logicor          :       6.50       0.00       6.50       0.00       0.00
91.29/91.38	c   bounddisjunction :       0.00       0.00       0.00       0.00       0.00
91.29/91.38	c   countsols        :       0.00       0.00       0.00       0.00       0.00
91.29/91.38	c Propagators        :       Time      Calls    Cutoffs    DomReds
91.29/91.38	c   vbounds          :       0.00          2          0          0
91.29/91.38	c   rootredcost      :       0.00         15          0         67
91.29/91.38	c   pseudoobj        :       7.52     888980      21640     976342
91.29/91.38	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
91.29/91.38	c   propagation      :       6.53      64093      63988     338053       35.0       9598        6.1          -
91.29/91.38	c   infeasible LP    :       0.85      13395      13382      69469       21.2        623        6.4          0
91.29/91.38	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
91.29/91.38	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
91.29/91.38	c   pseudo solution  :       0.00        370        370       1068       12.8         40       10.3          -
91.29/91.38	c   applied globally :          -          -          -     113710       17.4          -          -          -
91.29/91.38	c   applied locally  :          -          -          -      14050       43.1          -          -          -
91.29/91.38	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
91.29/91.38	c   cut pool         :       0.00          3          -          -          7          -    (maximal pool size: 20)
91.29/91.38	c   redcost          :       1.12     136450          0     152778          0          0
91.29/91.38	c   impliedbounds    :       0.00          4          0          0          0          0
91.29/91.38	c   intobj           :       0.00          0          0          0          0          0
91.29/91.38	c   cgmip            :       0.00          0          0          0          0          0
91.29/91.38	c   gomory           :       0.00          4          0          0         20          0
91.29/91.38	c   strongcg         :       0.00          4          0          0          0          0
91.29/91.38	c   cmir             :       0.00          4          0          0          0          0
91.29/91.38	c   flowcover        :       0.01          4          0          0          0          0
91.29/91.38	c   clique           :       0.00          1          0          0          0          0
91.29/91.38	c   zerohalf         :       0.00          0          0          0          0          0
91.29/91.38	c   mcf              :       0.00          1          0          0          0          0
91.29/91.38	c   rapidlearning    :       0.00          0          0          0          0          0
91.29/91.38	c Pricers            :       Time      Calls       Vars
91.29/91.38	c   problem variables:       0.00          0          0
91.29/91.38	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
91.29/91.38	c   relpscost        :       1.41      72976          3        292          0          0     145410
91.29/91.38	c   pscost           :       0.00          0          0          0          0          0          0
91.29/91.38	c   inference        :       0.84      51377          0          0          0          0     102754
91.29/91.38	c   mostinf          :       0.00          0          0          0          0          0          0
91.29/91.38	c   leastinf         :       0.00          0          0          0          0          0          0
91.29/91.38	c   fullstrong       :       0.00          0          0          0          0          0          0
91.29/91.38	c   allfullstrong    :       0.00          0          0          0          0          0          0
91.29/91.38	c   random           :       0.00          0          0          0          0          0          0
91.29/91.38	c Primal Heuristics  :       Time      Calls      Found
91.29/91.38	c   LP solutions     :       0.03          -         15
91.29/91.38	c   pseudo solutions :       0.00          -          0
91.29/91.38	c   feaspump         :       0.00          0          0
91.29/91.38	c   oneopt           :       0.01         15          0
91.29/91.38	c   crossover        :       0.35         51          3
91.29/91.38	c   fracdiving       :       0.10        540          0
91.29/91.38	c   veclendiving     :       0.09        540          0
91.29/91.38	c   linesearchdiving :       0.13        540          0
91.29/91.38	c   guideddiving     :       0.06        540          0
91.29/91.38	c   coefdiving       :       0.11        540          0
91.29/91.38	c   pscostdiving     :       0.13        541          0
91.29/91.38	c   objpscostdiving  :       0.05        486          0
91.29/91.38	c   rootsoldiving    :       0.08        486          0
91.29/91.38	c   trivial          :       0.00          2          2
91.29/91.38	c   simplerounding   :       0.03      75515          0
91.29/91.38	c   zirounding       :       0.00       1000          0
91.29/91.38	c   rounding         :       0.10       3813          0
91.29/91.38	c   shifting         :       0.09       1181          0
91.29/91.38	c   intshifting      :       0.00         11          0
91.29/91.38	c   twoopt           :       0.00          0          0
91.29/91.38	c   fixandinfer      :       0.00          0          0
91.29/91.38	c   intdiving        :       0.00          0          0
91.29/91.38	c   actconsdiving    :       0.00          0          0
91.29/91.38	c   octane           :       0.00          0          0
91.29/91.38	c   rens             :       0.01          1          0
91.29/91.38	c   rins             :       0.00          0          0
91.29/91.38	c   localbranching   :       0.00          0          0
91.29/91.38	c   mutation         :       0.00          0          0
91.29/91.38	c   dins             :       0.00          0          0
91.29/91.38	c   undercover       :       0.00          0          0
91.29/91.38	c   nlp              :       0.00          0          0
91.29/91.38	c   trysol           :       0.07       2566        454
91.29/91.38	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
91.29/91.38	c   primal LP        :       0.00          0          0       0.00          -
91.29/91.38	c   dual LP          :      27.44     103528     676164       6.53   24641.55
91.29/91.38	c   lex dual LP      :       0.00          0          0       0.00          -
91.29/91.38	c   barrier LP       :       0.00          0          0       0.00          -
91.29/91.38	c   diving/probing LP:       0.19       1204       4818       4.00   25357.89
91.29/91.38	c   strong branching :       1.21       2911      49198      16.90   40659.50
91.29/91.38	c     (at root node) :          -         31       3125     100.81          -
91.29/91.38	c   conflict analysis:       0.00          0          0       0.00          -
91.29/91.38	c B&B Tree           :
91.29/91.38	c   number of runs   :          1
91.29/91.38	c   nodes            :     201074
91.29/91.38	c   nodes (total)    :     201074
91.29/91.38	c   nodes left       :          0
91.29/91.38	c   max depth        :        138
91.29/91.38	c   max depth (total):        138
91.29/91.38	c   backtracks       :      19274 (9.6%)
91.29/91.38	c   delayed cutoffs  :      34118
91.29/91.38	c   repropagations   :     499903 (665822 domain reductions, 6663 cutoffs)
91.29/91.38	c   avg switch length:       7.96
91.29/91.38	c   switching time   :      10.09
91.29/91.38	c Solution           :
91.29/91.38	c   Solutions found  :        474 (16 improvements)
91.29/91.38	c   First Solution   : +5.17900000000000e+03   (in run 1, after 0 nodes, 0.00 seconds, depth 0, found by <trivial>)
91.29/91.38	c   Primal Bound     : +3.60000000000000e+01   (in run 1, after 182608 nodes, 68.06 seconds, depth 17, found by <relaxation>)
91.29/91.38	c   Dual Bound       : +3.60000000000000e+01
91.29/91.38	c   Gap              :       0.00 %
91.29/91.38	c   Root Dual Bound  : +0.00000000000000e+00
91.29/91.38	c   Root Iterations  :        124
91.29/91.39	c Time complete: 91.38.

Verifier Data

OK	36

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2693484-1277923580/watcher-2693484-1277923580 -o /tmp/evaluation-result-2693484-1277923580/solver-2693484-1277923580 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2693484-1277923580.wbo -t 1800 -m 3800 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 3891200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 3942400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.01 2.02 2.00 3/194 14924
/proc/meminfo: memFree=31163848/32951132 swapFree=67111528/67111528
[pid=14924] ppid=14922 vsize=10964 CPUtime=0
/proc/14924/stat : 14924 (pbscip.linux.x8) R 14922 14924 13334 0 -1 4202496 1669 0 0 0 0 0 0 0 25 0 1 0 133654641 11227136 1590 4089446400 4194304 9819077 140733404092240 18446744073709551615 6179008 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/14924/statm: 2741 1591 392 1374 0 1362 0

[startup+0.024185 s]
/proc/loadavg: 2.01 2.02 2.00 3/194 14924
/proc/meminfo: memFree=31163848/32951132 swapFree=67111528/67111528
[pid=14924] ppid=14922 vsize=16568 CPUtime=0.01
/proc/14924/stat : 14924 (pbscip.linux.x8) R 14922 14924 13334 0 -1 4202496 3488 0 0 0 1 0 0 0 25 0 1 0 133654641 16965632 2764 4089446400 4194304 9819077 140733404092240 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/14924/statm: 4142 2764 669 1374 0 2763 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 16568

[startup+0.101161 s]
/proc/loadavg: 2.01 2.02 2.00 3/194 14924
/proc/meminfo: memFree=31163848/32951132 swapFree=67111528/67111528
[pid=14924] ppid=14922 vsize=20812 CPUtime=0.09
/proc/14924/stat : 14924 (pbscip.linux.x8) R 14922 14924 13334 0 -1 4202496 7216 0 0 0 8 1 0 0 25 0 1 0 133654641 21311488 3486 4089446400 4194304 9819077 140733404092240 18446744073709551615 8657695 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/14924/statm: 5203 3486 691 1374 0 3824 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 20812

[startup+0.300123 s]
/proc/loadavg: 2.01 2.02 2.00 3/194 14924
/proc/meminfo: memFree=31163848/32951132 swapFree=67111528/67111528
[pid=14924] ppid=14922 vsize=19820 CPUtime=0.29
/proc/14924/stat : 14924 (pbscip.linux.x8) R 14922 14924 13334 0 -1 4202496 10753 0 0 0 26 3 0 0 25 0 1 0 133654641 20295680 3484 4089446400 4194304 9819077 140733404092240 18446744073709551615 7816507 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/14924/statm: 4955 3484 695 1374 0 3576 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 19820

[startup+0.701057 s]
/proc/loadavg: 2.01 2.02 2.00 3/194 14924
/proc/meminfo: memFree=31163848/32951132 swapFree=67111528/67111528
[pid=14924] ppid=14922 vsize=20840 CPUtime=0.7
/proc/14924/stat : 14924 (pbscip.linux.x8) R 14922 14924 13334 0 -1 4202496 23441 0 0 0 59 11 0 0 25 0 1 0 133654641 21340160 3737 4089446400 4194304 9819077 140733404092240 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/14924/statm: 5210 3737 701 1374 0 3831 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 20840

[startup+1.50093 s]
/proc/loadavg: 2.01 2.02 2.00 3/195 14925
/proc/meminfo: memFree=31150200/32951132 swapFree=67111528/67111528
[pid=14924] ppid=14922 vsize=22832 CPUtime=1.49
/proc/14924/stat : 14924 (pbscip.linux.x8) R 14922 14924 13334 0 -1 4202496 36712 0 0 0 128 21 0 0 25 0 1 0 133654641 23379968 4247 4089446400 4194304 9819077 140733404092240 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/14924/statm: 5708 4247 701 1374 0 4329 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 22832

[startup+3.10065 s]
/proc/loadavg: 2.01 2.02 2.00 3/195 14925
/proc/meminfo: memFree=31147224/32951132 swapFree=67111528/67111528
[pid=14924] ppid=14922 vsize=26024 CPUtime=3.09
/proc/14924/stat : 14924 (pbscip.linux.x8) R 14922 14924 13334 0 -1 4202496 53465 0 0 0 269 40 0 0 25 0 1 0 133654641 26648576 5047 4089446400 4194304 9819077 140733404092240 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/14924/statm: 6506 5047 701 1374 0 5127 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 26024

[startup+6.30109 s]
/proc/loadavg: 2.01 2.02 2.00 3/195 14925
/proc/meminfo: memFree=31143668/32951132 swapFree=67111528/67111528
[pid=14924] ppid=14922 vsize=30824 CPUtime=6.29
/proc/14924/stat : 14924 (pbscip.linux.x8) R 14922 14924 13334 0 -1 4202496 80833 0 0 0 546 83 0 0 25 0 1 0 133654641 31563776 6244 4089446400 4194304 9819077 140733404092240 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/14924/statm: 7706 6244 701 1374 0 6327 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 30824

[startup+12.701 s]
/proc/loadavg: 2.08 2.03 2.00 3/195 14925
/proc/meminfo: memFree=31133016/32951132 swapFree=67111528/67111528
[pid=14924] ppid=14922 vsize=40152 CPUtime=12.69
/proc/14924/stat : 14924 (pbscip.linux.x8) R 14922 14924 13334 0 -1 4202496 129876 0 0 0 1099 170 0 0 25 0 1 0 133654641 41115648 8579 4089446400 4194304 9819077 140733404092240 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/14924/statm: 10038 8579 719 1374 0 8659 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 40152

[startup+25.5008 s]
/proc/loadavg: 2.07 2.03 2.00 3/195 14925
/proc/meminfo: memFree=31114040/32951132 swapFree=67111528/67111528
[pid=14924] ppid=14922 vsize=55844 CPUtime=25.49
/proc/14924/stat : 14924 (pbscip.linux.x8) R 14922 14924 13334 0 -1 4202496 212418 0 0 0 2195 354 0 0 25 0 1 0 133654641 57184256 12462 4089446400 4194304 9819077 140733404092240 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/14924/statm: 13961 12462 721 1374 0 12582 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 55844

[startup+51.1003 s]
/proc/loadavg: 2.04 2.03 2.00 3/195 14926
/proc/meminfo: memFree=31091520/32951132 swapFree=67111528/67111528
[pid=14924] ppid=14922 vsize=78088 CPUtime=51.09
/proc/14924/stat : 14924 (pbscip.linux.x8) R 14922 14924 13334 0 -1 4202496 352052 0 0 0 4378 731 0 0 25 0 1 0 133654641 79962112 18188 4089446400 4194304 9819077 140733404092240 18446744073709551615 7816416 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/14924/statm: 19522 18188 726 1374 0 18143 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 78088

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

[startup+76.7009 s]
/proc/loadavg: 2.02 2.02 2.00 3/195 14927
/proc/meminfo: memFree=31083792/32951132 swapFree=67111528/67111528
[pid=14924] ppid=14922 vsize=85680 CPUtime=76.69
/proc/14924/stat : 14924 (pbscip.linux.x8) R 14922 14924 13334 0 -1 4202496 584363 0 0 0 6605 1064 0 0 25 0 1 0 133654641 87736320 19963 4089446400 4194304 9819077 140733404092240 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/14924/statm: 21420 19963 739 1374 0 20041 0
Current children cumulated CPU time (s) 76.69
Current children cumulated vsize (KiB) 85680

[startup+83.1008 s]
/proc/loadavg: 2.02 2.02 2.00 3/195 14927
/proc/meminfo: memFree=31082300/32951132 swapFree=67111528/67111528
[pid=14924] ppid=14922 vsize=86188 CPUtime=83.09
/proc/14924/stat : 14924 (pbscip.linux.x8) R 14922 14924 13334 0 -1 4202496 666020 0 0 0 7160 1149 0 0 25 0 1 0 133654641 88256512 20090 4089446400 4194304 9819077 140733404092240 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/14924/statm: 21547 20090 739 1374 0 20168 0
Current children cumulated CPU time (s) 83.09
Current children cumulated vsize (KiB) 86188

[startup+86.3002 s]
/proc/loadavg: 2.02 2.02 2.00 3/195 14927
/proc/meminfo: memFree=31081556/32951132 swapFree=67111528/67111528
[pid=14924] ppid=14922 vsize=87876 CPUtime=86.29
/proc/14924/stat : 14924 (pbscip.linux.x8) R 14922 14924 13334 0 -1 4202496 685205 0 0 0 7444 1185 0 0 25 0 1 0 133654641 89985024 20459 4089446400 4194304 9819077 140733404092240 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/14924/statm: 21969 20459 739 1374 0 20590 0
Current children cumulated CPU time (s) 86.29
Current children cumulated vsize (KiB) 87876

[startup+89.5006 s]
/proc/loadavg: 2.02 2.02 2.00 3/195 14927
/proc/meminfo: memFree=31080436/32951132 swapFree=67111528/67111528
[pid=14924] ppid=14922 vsize=87996 CPUtime=89.5
/proc/14924/stat : 14924 (pbscip.linux.x8) R 14922 14924 13334 0 -1 4202496 708666 0 0 0 7729 1221 0 0 25 0 1 0 133654641 90107904 20521 4089446400 4194304 9819077 140733404092240 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/14924/statm: 21999 20521 739 1374 0 20620 0
Current children cumulated CPU time (s) 89.5
Current children cumulated vsize (KiB) 87996

[startup+90.3005 s]
/proc/loadavg: 2.02 2.02 2.00 3/195 14927
/proc/meminfo: memFree=31080556/32951132 swapFree=67111528/67111528
[pid=14924] ppid=14922 vsize=87012 CPUtime=90.3
/proc/14924/stat : 14924 (pbscip.linux.x8) R 14922 14924 13334 0 -1 4202496 716074 0 0 0 7799 1231 0 0 25 0 1 0 133654641 89100288 20516 4089446400 4194304 9819077 140733404092240 18446744073709551615 8723783 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/14924/statm: 21998 20521 739 1374 0 20619 0
Current children cumulated CPU time (s) 90.3
Current children cumulated vsize (KiB) 87012

[startup+91.1004 s]
/proc/loadavg: 2.02 2.02 2.00 3/195 14927
/proc/meminfo: memFree=31080556/32951132 swapFree=67111528/67111528
[pid=14924] ppid=14922 vsize=88016 CPUtime=91.09
/proc/14924/stat : 14924 (pbscip.linux.x8) R 14922 14924 13334 0 -1 4202496 721530 0 0 0 7869 1240 0 0 25 0 1 0 133654641 90128384 20521 4089446400 4194304 9819077 140733404092240 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/14924/statm: 22004 20521 739 1374 0 20625 0
Current children cumulated CPU time (s) 91.09
Current children cumulated vsize (KiB) 88016

[startup+91.3063 s]
/proc/loadavg: 2.02 2.02 2.00 3/195 14927
/proc/meminfo: memFree=31080556/32951132 swapFree=67111528/67111528
[pid=14924] ppid=14922 vsize=87996 CPUtime=91.29
/proc/14924/stat : 14924 (pbscip.linux.x8) R 14922 14924 13334 0 -1 4202496 723196 0 0 0 7887 1242 0 0 25 0 1 0 133654641 90107904 20522 4089446400 4194304 9819077 140733404092240 18446744073709551615 4677228 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/14924/statm: 21999 20522 739 1374 0 20620 0
Current children cumulated CPU time (s) 91.29
Current children cumulated vsize (KiB) 87996

Child status: 0
Real time (s): 91.3904
CPU time (s): 91.3921
CPU user time (s): 78.953
CPU system time (s): 12.4391
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 93288

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

runsolver used 0.119981 second user time and 0.302953 second system time

The end

Launcher Data

Begin job on node131 at 2010-06-30 20:46:20
IDJOB=2693484
IDBENCH=79210
IDSOLVER=1205
FILE ID=node131/2693484-1277923580
PBS_JOBID= 11197294
Free space on /tmp= 74140 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.1110974372--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-2693484-1277923580/watcher-2693484-1277923580 -o /tmp/evaluation-result-2693484-1277923580/solver-2693484-1277923580 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2693484-1277923580.wbo -t 1800 -m 3800

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

MD5SUM BENCH= 014e6d9d1387f6cdb0c56035ad106b75
RANDOM SEED=1522924408

node131.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	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      31164376 kB
Buffers:        208412 kB
Cached:        1139536 kB
SwapCached:          0 kB
Active:         820944 kB
Inactive:       820476 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      31164376 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            6244 kB
Writeback:           0 kB
AnonPages:      293968 kB
Mapped:          20476 kB
Slab:            81088 kB
PageTables:       5692 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:  1656376 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74132 MiB
End job on node131 at 2010-06-30 20:47:52