Trace number 3447760

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
SCIP spx SCIP 2.0.1.4. with SoPlex 1.5.0.4OPTIMUM 4.5713 4.57066

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111217555--soft-0-100-0.wbo
MD5SUM428d17a0ca1ea097508caf17ff8a3a24
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark3.02754
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 4944
Min constraint cost 1
Max constraint cost 98
Sum of constraints costs 4943
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1222
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 2.0.1.4 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.5.0.4]
0.00/0.00	c Copyright (c) 2002-2011 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-3447760-1307900459.wbo>
0.00/0.00	c original problem has 270 variables (270 bin, 0 int, 0 impl, 0 cont) and 102 constraints
0.00/0.00	c problem read
0.00/0.00	c presolving settings loaded
0.00/0.00	o 4943
0.00/0.00	c feasible solution found by trivial heuristic, objective value  4.943000e+03
0.00/0.00	c presolving:
0.00/0.00	c (round 1) 0 del vars, 1 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.00/0.01	c (round 2) 0 del vars, 1 del conss, 0 add conss, 101 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 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, 0 added 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, 101 impl, 0 cont) and 202 constraints
0.00/0.01	c     101 constraints of type <linear>
0.00/0.01	c     101 constraints of type <indicator>
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 2.0.1.4
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 = 13950
0.00/0.01	c 
0.00/0.01	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.00/0.01	c # [type: int, range: [1,2], default: 1]
0.00/0.01	c timing/clocktype = 2
0.00/0.01	c 
0.00/0.01	c # belongs reading time to solving time?
0.00/0.01	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.01	c timing/reading = TRUE
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 # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.00/0.01	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.01	c constraints/indicator/addCouplingCons = 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 |   119 |     - |1210k|   0 |  19 | 371 | 303 | 371 | 101 |   0 |   0 |   0 | 0.000000e+00 | 4.943000e+03 |    Inf 
0.03/0.04	c   0.0s|     1 |     0 |   174 |     - |1316k|   0 |  40 | 371 | 303 | 371 | 118 |  17 |   0 |   0 | 0.000000e+00 | 4.943000e+03 |    Inf 
0.03/0.05	c   0.0s|     1 |     0 |   187 |     - |1390k|   0 |  47 | 371 | 303 | 371 | 124 |  23 |   0 |   0 | 0.000000e+00 | 4.943000e+03 |    Inf 
0.03/0.06	c   0.1s|     1 |     0 |   197 |     - |1451k|   0 |  48 | 371 | 303 | 371 | 125 |  24 |   0 |   0 | 0.000000e+00 | 4.943000e+03 |    Inf 
0.03/0.07	c   0.1s|     1 |     0 |   215 |     - |1553k|   0 |  49 | 371 | 303 | 371 | 126 |  25 |   0 |   0 | 0.000000e+00 | 4.943000e+03 |    Inf 
0.03/0.08	c   0.1s|     1 |     0 |   228 |     - |1590k|   0 |  46 | 371 | 303 | 371 | 127 |  26 |   0 |   0 | 0.000000e+00 | 4.943000e+03 |    Inf 
0.03/0.09	c   0.1s|     1 |     0 |   241 |     - |1654k|   0 |  48 | 371 | 303 | 371 | 131 |  30 |   0 |   0 | 0.000000e+00 | 4.943000e+03 |    Inf 
0.09/0.18	c   0.2s|     1 |     2 |   241 |     - |1668k|   0 |  48 | 371 | 303 | 371 | 131 |  30 |   0 |  33 | 0.000000e+00 | 4.943000e+03 |    Inf 
1.29/1.39	o 533
1.29/1.39	c r 1.4s|   138 |   135 |  1507 |   9.2 |1884k| 110 |   1 | 371 | 304 | 371 | 140 |  42 |   1 | 990 | 0.000000e+00 | 5.330000e+02 |    Inf 
1.29/1.39	o 501
1.29/1.39	c * 1.4s|   139 |   136 |  1509 |   9.2 |1924k| 111 |   - | 371 | 304 | 371 | 140 |  42 |   1 | 990 | 0.000000e+00 | 5.010000e+02 |    Inf 
1.49/1.50	o 495
1.49/1.50	c * 1.5s|   211 |   200 |  2071 |   8.7 |2052k| 111 |   - | 371 | 305 | 371 | 138 |  52 |   2 |1137 | 0.000000e+00 | 4.950000e+02 |    Inf 
1.59/1.64	o 457
1.59/1.64	c * 1.6s|   376 |   319 |  3632 |   9.0 |2487k| 124 |   - | 371 | 307 | 371 | 151 | 154 |  15 |1215 | 0.000000e+00 | 4.570000e+02 |    Inf 
1.59/1.67	o 451
1.59/1.67	c r 1.7s|   417 |   349 |  3881 |   8.8 |2582k| 124 |   1 | 371 | 308 | 371 | 138 | 166 |  19 |1221 | 0.000000e+00 | 4.510000e+02 |    Inf 
1.69/1.70	o 448
1.69/1.70	c * 1.7s|   462 |   374 |  4323 |   8.9 |2636k| 124 |   - | 371 | 316 | 371 | 136 | 187 |  32 |1233 | 0.000000e+00 | 4.480000e+02 |    Inf 
1.69/1.70	o 444
1.69/1.70	c * 1.7s|   466 |   374 |  4349 |   8.8 |2639k| 124 |   - | 371 | 318 | 371 | 138 | 189 |  34 |1233 | 0.000000e+00 | 4.440000e+02 |    Inf 
1.79/1.80	o 359
1.79/1.80	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1.79/1.80	c * 1.8s|   588 |   454 |  5670 |   9.2 |2685k| 124 |   - | 371 | 324 | 371 | 143 | 215 |  48 |1299 | 0.000000e+00 | 3.590000e+02 |    Inf 
1.79/1.84	o 355
1.79/1.84	c * 1.8s|   604 |   462 |  6426 |  10.3 |2720k| 124 |   - | 371 | 325 | 371 | 154 | 241 |  50 |1319 | 0.000000e+00 | 3.550000e+02 |    Inf 
1.79/1.84	o 326
1.79/1.84	c * 1.8s|   605 |   428 |  6427 |  10.2 |2688k| 124 |   - | 371 | 325 | 371 | 155 | 242 |  50 |1319 | 0.000000e+00 | 3.260000e+02 |    Inf 
1.79/1.85	o 280
1.79/1.85	c r 1.8s|   616 |   414 |  6580 |  10.3 |2664k| 124 |   1 | 371 | 326 | 371 | 138 | 252 |  52 |1321 | 0.000000e+00 | 2.800000e+02 |    Inf 
1.79/1.88	o 245
1.79/1.88	c r 1.9s|   660 |   419 |  6978 |  10.2 |2698k| 124 |   1 | 371 | 342 | 371 | 137 | 271 |  69 |1329 | 0.000000e+00 | 2.450000e+02 |    Inf 
1.79/1.88	o 234
1.79/1.88	c * 1.9s|   661 |   416 |  6990 |  10.2 |2697k| 124 |   - | 371 | 342 | 371 | 137 | 271 |  69 |1329 | 0.000000e+00 | 2.340000e+02 |    Inf 
1.89/1.96	o 223
1.89/1.96	c * 2.0s|   719 |   435 |  8849 |  12.0 |2759k| 124 |   - | 371 | 369 | 371 | 164 | 366 |  96 |1351 | 0.000000e+00 | 2.230000e+02 |    Inf 
1.89/1.99	o 220
1.89/1.99	c r 2.0s|   733 |   442 |  9367 |  12.5 |2782k| 124 |   1 | 371 | 378 | 371 | 129 | 370 | 105 |1369 | 0.000000e+00 | 2.200000e+02 |    Inf 
1.89/1.99	o 218
1.89/1.99	c * 2.0s|   736 |   440 |  9398 |  12.5 |2780k| 124 |   - | 371 | 384 | 371 | 129 | 370 | 111 |1372 | 0.000000e+00 | 2.180000e+02 |    Inf 
2.19/2.26	o 212
2.19/2.26	c * 2.3s|   973 |   540 | 14977 |  15.2 |3042k| 124 |   - | 371 | 514 | 371 | 142 | 626 | 250 |1444 | 0.000000e+00 | 2.120000e+02 |    Inf 
2.29/2.32	o 202
2.29/2.32	c * 2.3s|  1086 |   589 | 15660 |  14.2 |3124k| 124 |   - | 371 | 545 | 371 | 126 | 627 | 297 |1451 | 0.000000e+00 | 2.020000e+02 |    Inf 
2.39/2.43	o 186
2.39/2.43	c * 2.4s|  1302 |   675 | 17117 |  13.0 |3218k| 134 |   - | 371 | 591 | 371 | 142 | 641 | 362 |1472 | 0.000000e+00 | 1.860000e+02 |    Inf 
2.39/2.43	o 177
2.39/2.43	c r 2.4s|  1303 |   664 | 17119 |  13.0 |3202k| 134 |   1 | 371 | 591 | 371 | 142 | 641 | 362 |1472 | 0.000000e+00 | 1.770000e+02 |    Inf 
2.59/2.67	o 156
2.59/2.67	c * 2.7s|  1620 |   723 | 21300 |  13.0 |3389k| 134 |   - | 371 | 710 | 371 | 140 | 805 | 512 |1496 | 0.000000e+00 | 1.560000e+02 |    Inf 
2.69/2.77	o 95
2.69/2.77	c r 2.8s|  1735 |   579 | 23787 |  13.6 |3214k| 134 |   1 | 371 | 752 | 371 | 167 | 919 | 561 |1498 | 0.000000e+00 | 9.500000e+01 |    Inf 
2.79/2.80	o 91
2.79/2.80	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
2.79/2.80	c g 2.8s|  1771 |   545 | 24310 |  13.6 |3240k| 134 |   - | 371 | 757 | 371 | 142 | 945 | 586 |1501 | 0.000000e+00 | 9.100000e+01 |    Inf 
2.99/3.03	o 86
2.99/3.03	c * 3.0s|  2159 |   602 | 27863 |  12.8 |3551k| 134 |   - | 371 | 973 | 371 | 128 |1008 | 833 |1519 | 0.000000e+00 | 8.600000e+01 |    Inf 
2.99/3.08	o 76
2.99/3.08	c * 3.1s|  2253 |   581 | 28350 |  12.5 |3564k| 134 |   - | 371 |1019 | 371 | 132 |1028 | 916 |1521 | 0.000000e+00 | 7.600000e+01 |    Inf 
3.09/3.11	o 63
3.09/3.11	c * 3.1s|  2283 |   527 | 29105 |  12.6 |3486k| 134 |   - | 371 |1007 | 371 | 130 |1034 | 928 |1523 | 0.000000e+00 | 6.300000e+01 |    Inf 
3.09/3.12	o 57
3.09/3.12	c * 3.1s|  2297 |   523 | 29542 |  12.8 |3479k| 134 |   - | 371 | 991 | 371 | 129 |1036 | 936 |1523 | 0.000000e+00 | 5.700000e+01 |    Inf 
3.09/3.13	o 47
3.09/3.13	c * 3.1s|  2308 |   454 | 29801 |  12.8 |3386k| 134 |   - | 371 | 972 | 371 | 132 |1040 | 940 |1523 | 0.000000e+00 | 4.700000e+01 |    Inf 
3.09/3.18	o 46
3.09/3.18	c * 3.2s|  2354 |   412 | 31010 |  13.1 |3314k| 134 |   - | 371 | 961 | 371 | 128 |1041 | 956 |1528 | 0.000000e+00 | 4.600000e+01 |    Inf 
3.79/3.81	o 45
3.79/3.81	c * 3.8s|  3329 |   601 | 44178 |  13.2 |3858k| 134 |   - | 371 |1426 | 371 | 126 |1084 |1514 |1541 | 0.000000e+00 | 4.500000e+01 |    Inf 
3.79/3.82	o 35
3.79/3.82	c * 3.8s|  3334 |   597 | 44204 |  13.2 |3808k| 134 |   - | 371 |1340 | 371 | 130 |1088 |1517 |1541 | 0.000000e+00 | 3.500000e+01 |    Inf 
3.99/4.06	o 24
3.99/4.06	c * 4.1s|  3708 |   570 | 49371 |  13.3 |3936k| 134 |   - | 371 |1481 | 371 | 130 |1104 |1802 |1542 | 0.000000e+00 | 2.400000e+01 |    Inf 
4.09/4.14	o 18
4.09/4.14	c * 4.1s|  3830 |   528 | 51252 |  13.3 |3945k| 134 |   - | 371 |1469 | 371 | 125 |1105 |1893 |1542 | 0.000000e+00 | 1.800000e+01 |    Inf 
4.09/4.18	o 16
4.09/4.18	c * 4.2s|  3861 |   474 | 52093 |  13.4 |3907k| 134 |   - | 371 |1441 | 371 | 128 |1105 |1951 |1542 | 0.000000e+00 | 1.600000e+01 |    Inf 
4.19/4.24	o 14
4.19/4.24	c * 4.2s|  3909 |   426 | 53456 |  13.6 |3926k| 134 |   - | 371 |1497 | 371 | 128 |1105 |2075 |1542 | 0.000000e+00 | 1.400000e+01 |    Inf 
4.30/4.31	o 3
4.30/4.31	c r 4.3s|  3973 |   285 | 54945 |  13.8 |3783k| 134 |   1 | 371 |1597 | 371 | 130 |1109 |2220 |1542 | 0.000000e+00 | 3.000000e+00 |    Inf 
4.49/4.52	o 1
4.49/4.52	c r 4.5s|  4124 |    51 | 59530 |  14.4 |3500k| 134 |   - | 371 |1612 | 371 | 125 |1109 |2494 |1542 | 0.000000e+00 | 1.000000e+00 |    Inf 
4.49/4.56	c 
4.49/4.56	c SCIP Status        : problem is solved [optimal solution found]
4.49/4.56	c Solving Time (sec) : 4.56
4.49/4.56	c Solving Nodes      : 4155
4.49/4.56	c Primal Bound       : +1.00000000000000e+00 (309 solutions)
4.49/4.56	c Dual Bound         : +1.00000000000000e+00
4.49/4.56	c Gap                : 0.00 %
4.49/4.56	s OPTIMUM FOUND
4.49/4.56	v -x169 -x168 -x167 -x166 -x165 -x164 -x163 -x162 -x161 -x160 x159 -x158 -x157 -x156 -x155 -x154 -x153 -x152 -x151 -x150 -x149 x148 
4.49/4.56	v -x147 -x146 -x145 -x144 x143 -x142 -x141 -x140 -x139 -x138 -x137 -x136 -x135 -x134 -x133 -x132 -x131 -x130 -x129 x128 -x127 
4.49/4.56	v -x126 -x125 -x124 -x123 -x122 -x121 -x120 -x119 -x118 -x117 -x116 -x115 x114 -x113 -x112 -x111 -x110 -x109 -x108 -x107 -x106 
4.49/4.56	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 
4.49/4.56	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 
4.49/4.56	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 
4.49/4.56	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 
4.49/4.56	v -x4 -x3 -x2 -x1 
4.49/4.56	c SCIP Status        : problem is solved [optimal solution found]
4.49/4.56	c Total Time         :       4.56
4.49/4.56	c   solving          :       4.56
4.49/4.56	c   presolving       :       0.01 (included in solving)
4.49/4.56	c   reading          :       0.00 (included in solving)
4.49/4.56	c Original Problem   :
4.49/4.56	c   Problem name     : HOME/instance-3447760-1307900459.wbo
4.49/4.56	c   Variables        : 270 (270 binary, 0 integer, 0 implicit integer, 0 continuous)
4.49/4.56	c   Constraints      : 102 initial, 102 maximal
4.49/4.56	c Presolved Problem  :
4.49/4.56	c   Problem name     : t_HOME/instance-3447760-1307900459.wbo
4.49/4.56	c   Variables        : 371 (270 binary, 0 integer, 101 implicit integer, 0 continuous)
4.49/4.56	c   Constraints      : 202 initial, 1625 maximal
4.49/4.56	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
4.49/4.56	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
4.49/4.56	c   dualfix          :       0.00          0          0          0          0          0          0          0          0          0
4.49/4.56	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
4.49/4.56	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
4.49/4.56	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
4.49/4.56	c   probing          :       0.00          0          0          0          0          0          0          0          0          0
4.49/4.56	c   varbound         :       0.00          0          0          0          0          0          0          0          0          0
4.49/4.56	c   linear           :       0.00          0          0          0        101          0          1          0          0          0
4.49/4.56	c   indicator        :       0.00          0          0          0          0          0          0          0          0          0
4.49/4.56	c   logicor          :       0.00          0          0          0          0          0          0          0          0          0
4.49/4.56	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0          0
4.49/4.56	c   root node        :          -        202          -          -        202          -          -          -          -          -
4.49/4.56	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
4.49/4.56	c   integral         :          0          0          0       3824          0       1470          0          3         23          0          0       5390
4.49/4.56	c   varbound         :          0+         6      16661       1103          0          0       3567          1      26041       1102          0          0
4.49/4.56	c   linear           :        101          6      17366         12          0       1466      27309        593      50392          0          0          0
4.49/4.56	c   indicator        :        101          0      16331       1103          0       1455       2601          0       2317          0          0          0
4.49/4.56	c   logicor          :          0+         0       6277          0          0          0       2301         56       1746          0          0          0
4.49/4.56	c   bounddisjunction :          0+         0       4631          0          0          0        195          2        177          0          0          0
4.49/4.56	c   countsols        :          0          0          0         27          0        284          0          0          0          0          0          0
4.49/4.56	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
4.49/4.56	c   integral         :       1.43       0.00       0.00       1.42       0.00       0.00       0.00
4.49/4.56	c   varbound         :       0.04       0.00       0.03       0.00       0.00       0.00       0.00
4.49/4.56	c   linear           :       0.22       0.00       0.16       0.00       0.00       0.02       0.04
4.49/4.56	c   indicator        :       0.12       0.00       0.02       0.01       0.00       0.10       0.00
4.49/4.56	c   logicor          :       0.07       0.00       0.07       0.00       0.00       0.00       0.00
4.49/4.56	c   bounddisjunction :       0.03       0.00       0.03       0.00       0.00       0.00       0.00
4.49/4.56	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
4.49/4.56	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
4.49/4.56	c   vbounds          :       3124       1432         28       5980
4.49/4.56	c   rootredcost      :         37          0          0        101
4.49/4.56	c   pseudoobj        :      17520       3830        333      25796
4.49/4.56	c Propagator Timings :  TotalTime  Propagate    Resprop
4.49/4.56	c   vbounds          :       0.04       0.04       0.00
4.49/4.56	c   rootredcost      :       0.00       0.00       0.00
4.49/4.56	c   pseudoobj        :       0.10       0.09       0.00
4.49/4.56	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
4.49/4.56	c   propagation      :       0.06       1013        981       4718       32.1         15       23.2          -
4.49/4.56	c   infeasible LP    :       0.02        376        369       1912       23.8          1       26.0          0
4.49/4.56	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
4.49/4.56	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
4.49/4.56	c   pseudo solution  :       0.00          2          2          2        2.0          0        0.0          -
4.49/4.56	c   applied globally :          -          -          -       2422       19.9          -          -          -
4.49/4.56	c   applied locally  :          -          -          -        143       56.2          -          -          -
4.49/4.56	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
4.49/4.56	c   cut pool         :       0.00          5          -          -          1          -    (maximal pool size: 73)
4.49/4.56	c   redcost          :       0.04       4067          0      10867          0          0
4.49/4.56	c   impliedbounds    :       0.00          6          0          0          0          0
4.49/4.56	c   intobj           :       0.00          0          0          0          0          0
4.49/4.56	c   gomory           :       0.02          6          0          0         50          0
4.49/4.56	c   cgmip            :       0.00          0          0          0          0          0
4.49/4.56	c   closecuts        :       0.00          0          0          0          0          0
4.49/4.56	c   strongcg         :       0.02          6          0          0        104          0
4.49/4.56	c   cmir             :       0.01          6          0          0          0          0
4.49/4.56	c   flowcover        :       0.02          6          0          0          0          0
4.49/4.56	c   clique           :       0.00          1          0          0          0          0
4.49/4.56	c   zerohalf         :       0.00          0          0          0          0          0
4.49/4.56	c   mcf              :       0.00          1          0          0          0          0
4.49/4.56	c   oddcycle         :       0.00          0          0          0          0          0
4.49/4.56	c   rapidlearning    :       0.02          1          0          0          0          0
4.49/4.56	c Pricers            :       Time      Calls       Vars
4.49/4.56	c   problem variables:       0.00          0          0
4.49/4.56	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
4.49/4.56	c   relpscost        :       1.42       2718          3         23          0          0       5390
4.49/4.56	c   pscost           :       0.00          0          0          0          0          0          0
4.49/4.56	c   inference        :       0.00          0          0          0          0          0          0
4.49/4.56	c   mostinf          :       0.00          0          0          0          0          0          0
4.49/4.56	c   leastinf         :       0.00          0          0          0          0          0          0
4.49/4.56	c   fullstrong       :       0.00          0          0          0          0          0          0
4.49/4.56	c   allfullstrong    :       0.00          0          0          0          0          0          0
4.49/4.56	c   random           :       0.00          0          0          0          0          0          0
4.49/4.56	c Primal Heuristics  :       Time      Calls      Found
4.49/4.56	c   LP solutions     :       0.00          -         27
4.49/4.56	c   pseudo solutions :       0.00          -          0
4.49/4.56	c   feaspump         :       0.00          0          0
4.49/4.56	c   veclendiving     :       0.00          2          0
4.49/4.56	c   linesearchdiving :       0.00          2          0
4.49/4.56	c   guideddiving     :       0.00          2          1
4.49/4.56	c   coefdiving       :       0.03          3          0
4.49/4.56	c   pscostdiving     :       0.03          3          0
4.49/4.56	c   fracdiving       :       0.02          3          0
4.49/4.56	c   oneopt           :       0.03         35          0
4.49/4.56	c   objpscostdiving  :       0.00          2          0
4.49/4.56	c   rootsoldiving    :       0.01          2          0
4.49/4.56	c   crossover        :       0.05          5          0
4.49/4.56	c   trivial          :       0.00          2          1
4.49/4.56	c   shiftandpropagate:       0.00          0          0
4.49/4.56	c   simplerounding   :       0.04       3018          9
4.49/4.56	c   zirounding       :       0.04       1000          0
4.49/4.56	c   rounding         :       0.03        713          0
4.49/4.56	c   shifting         :       0.03        200          0
4.49/4.56	c   intshifting      :       0.00          0          0
4.49/4.56	c   twoopt           :       0.00          0          0
4.49/4.56	c   fixandinfer      :       0.00          0          0
4.49/4.56	c   clique           :       0.00          0          0
4.49/4.56	c   intdiving        :       0.00          0          0
4.49/4.56	c   actconsdiving    :       0.00          0          0
4.49/4.56	c   octane           :       0.00          0          0
4.49/4.56	c   rens             :       0.01          1          0
4.49/4.56	c   rins             :       0.00          0          0
4.49/4.56	c   localbranching   :       0.00          0          0
4.49/4.56	c   mutation         :       0.00          0          0
4.49/4.56	c   dins             :       0.00          0          0
4.49/4.56	c   vbounds          :       0.00          0          0
4.49/4.56	c   undercover       :       0.00          0          0
4.49/4.56	c   subnlp           :       0.00          0          0
4.49/4.56	c   trysol           :       0.03       1041        271
4.49/4.56	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
4.49/4.56	c   primal LP        :       0.00          0          0       0.00          -
4.49/4.56	c   dual LP          :       1.63       4772      58527      12.26   35872.55
4.49/4.56	c   lex dual LP      :       0.00          0          0       0.00          -
4.49/4.56	c   barrier LP       :       0.00          0          0       0.00          -
4.49/4.56	c   diving/probing LP:       0.07        437       1712       3.92   23957.12
4.49/4.56	c   strong branching :       1.39       1542      41306      26.79   29631.66
4.49/4.56	c     (at root node) :          -         33       2125      64.39          -
4.49/4.56	c   conflict analysis:       0.00          0          0       0.00          -
4.49/4.56	c B&B Tree           :
4.49/4.56	c   number of runs   :          1
4.49/4.56	c   nodes            :       4155
4.49/4.56	c   nodes (total)    :       4155
4.49/4.56	c   nodes left       :          0
4.49/4.56	c   max depth        :        134
4.49/4.56	c   max depth (total):        134
4.49/4.56	c   backtracks       :        751 (18.1%)
4.49/4.56	c   delayed cutoffs  :        324
4.49/4.56	c   repropagations   :       6772 (14980 domain reductions, 145 cutoffs)
4.49/4.56	c   avg switch length:       8.53
4.49/4.56	c   switching time   :       0.20
4.49/4.56	c Solution           :
4.49/4.56	c   Solutions found  :        309 (38 improvements)
4.49/4.56	c   First Solution   : +4.94300000000000e+03   (in run 1, after 0 nodes, 0.01 seconds, depth 0, found by <trivial>)
4.49/4.56	c   Primal Bound     : +1.00000000000000e+00   (in run 1, after 4124 nodes, 4.52 seconds, depth 28, found by <simplerounding>)
4.49/4.56	c   Dual Bound       : +1.00000000000000e+00
4.49/4.56	c   Gap              :       0.00 %
4.49/4.56	c   Root Dual Bound  : +0.00000000000000e+00
4.49/4.56	c   Root Iterations  :        241
4.49/4.57	c Time complete: 4.56.

Verifier Data

OK	1

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-3447760-1307900459/watcher-3447760-1307900459 -o /var/tmp/evaluation-result-3447760-1307900459/solver-3447760-1307900459 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3447760-1307900459.wbo -t 1800 -m 15500 

running on 4 cores: 0,2,4,6

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): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.01 2.00 1.93 2/177 5350
/proc/meminfo: memFree=1232668/32950928 swapFree=67048888/67111528
[pid=5350] ppid=5348 vsize=10120 CPUtime=0 cores=0,2,4,6
/proc/5350/stat : 5350 (scip-2.0.1.4.li) R 5348 5350 4454 0 -1 4202496 1540 0 0 0 0 0 0 0 25 0 1 0 901644704 10362880 1493 33554432000 4194304 9128323 140733731507792 18446744073709551615 6886064 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/5350/statm: 2580 1498 399 1205 0 1371 0

[startup+0.040389 s]
/proc/loadavg: 2.01 2.00 1.93 2/177 5350
/proc/meminfo: memFree=1232668/32950928 swapFree=67048888/67111528
[pid=5350] ppid=5348 vsize=29180 CPUtime=0.03 cores=0,2,4,6
/proc/5350/stat : 5350 (scip-2.0.1.4.li) R 5348 5350 4454 0 -1 4202496 6552 0 0 0 3 0 0 0 25 0 1 0 901644704 29880320 5895 33554432000 4194304 9128323 140733731507792 18446744073709551615 7971134 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/5350/statm: 7295 5895 704 1205 0 6086 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 29180

[startup+0.100392 s]
/proc/loadavg: 2.01 2.00 1.93 2/177 5350
/proc/meminfo: memFree=1232668/32950928 swapFree=67048888/67111528
[pid=5350] ppid=5348 vsize=25948 CPUtime=0.09 cores=0,2,4,6
/proc/5350/stat : 5350 (scip-2.0.1.4.li) R 5348 5350 4454 0 -1 4202496 6587 0 0 0 9 0 0 0 25 0 1 0 901644704 26570752 5376 33554432000 4194304 9128323 140733731507792 18446744073709551615 4690284 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/5350/statm: 6487 5376 709 1205 0 5278 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 25948

[startup+0.300224 s]
/proc/loadavg: 2.01 2.00 1.93 2/177 5350
/proc/meminfo: memFree=1232668/32950928 swapFree=67048888/67111528
[pid=5350] ppid=5348 vsize=25948 CPUtime=0.29 cores=0,2,4,6
/proc/5350/stat : 5350 (scip-2.0.1.4.li) R 5348 5350 4454 0 -1 4202496 7429 0 0 0 28 1 0 0 25 0 1 0 901644704 26570752 5518 33554432000 4194304 9128323 140733731507792 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/5350/statm: 6487 5518 741 1205 0 5278 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 25948

[startup+0.700152 s]
/proc/loadavg: 2.01 2.00 1.93 2/177 5350
/proc/meminfo: memFree=1232668/32950928 swapFree=67048888/67111528
[pid=5350] ppid=5348 vsize=25948 CPUtime=0.69 cores=0,2,4,6
/proc/5350/stat : 5350 (scip-2.0.1.4.li) R 5348 5350 4454 0 -1 4202496 7429 0 0 0 65 4 0 0 25 0 1 0 901644704 26570752 5518 33554432000 4194304 9128323 140733731507792 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/5350/statm: 6487 5518 741 1205 0 5278 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 25948

[startup+1.50101 s]
/proc/loadavg: 2.01 2.00 1.93 3/178 5389
/proc/meminfo: memFree=1234916/32950928 swapFree=67048888/67111528
[pid=5350] ppid=5348 vsize=25948 CPUtime=1.49 cores=0,2,4,6
/proc/5350/stat : 5350 (scip-2.0.1.4.li) R 5348 5350 4454 0 -1 4202496 7437 0 0 0 139 10 0 0 25 0 1 0 901644704 26570752 5526 33554432000 4194304 9128323 140733731507792 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/5350/statm: 6487 5526 749 1205 0 5278 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 25948

[startup+3.10084 s]
/proc/loadavg: 2.01 2.00 1.93 3/178 5389
/proc/meminfo: memFree=1234172/32950928 swapFree=67048888/67111528
[pid=5350] ppid=5348 vsize=25948 CPUtime=3.09 cores=0,2,4,6
/proc/5350/stat : 5350 (scip-2.0.1.4.li) R 5348 5350 4454 0 -1 4202496 13319 0 0 0 295 14 0 0 25 0 1 0 901644704 26570752 5529 33554432000 4194304 9128323 140733731507792 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/5350/statm: 6487 5529 751 1205 0 5278 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 25948

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

[startup+3.90069 s]
/proc/loadavg: 2.01 2.00 1.93 3/178 5389
/proc/meminfo: memFree=1234308/32950928 swapFree=67048888/67111528
[pid=5350] ppid=5348 vsize=25948 CPUtime=3.89 cores=0,2,4,6
/proc/5350/stat : 5350 (scip-2.0.1.4.li) R 5348 5350 4454 0 -1 4202496 15038 0 0 0 372 17 0 0 25 0 1 0 901644704 26570752 5529 33554432000 4194304 9128323 140733731507792 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/5350/statm: 6487 5529 751 1205 0 5278 0
Current children cumulated CPU time (s) 3.89
Current children cumulated vsize (KiB) 25948

[startup+4.30051 s]
/proc/loadavg: 2.09 2.02 1.94 3/178 5389
/proc/meminfo: memFree=1233688/32950928 swapFree=67048888/67111528
[pid=5350] ppid=5348 vsize=25948 CPUtime=4.3 cores=0,2,4,6
/proc/5350/stat : 5350 (scip-2.0.1.4.li) R 5348 5350 4454 0 -1 4202496 15038 0 0 0 411 19 0 0 25 0 1 0 901644704 26570752 5529 33554432000 4194304 9128323 140733731507792 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/5350/statm: 6487 5529 751 1205 0 5278 0
Current children cumulated CPU time (s) 4.3
Current children cumulated vsize (KiB) 25948

[startup+4.50051 s]
/proc/loadavg: 2.09 2.02 1.94 3/178 5389
/proc/meminfo: memFree=1233688/32950928 swapFree=67048888/67111528
[pid=5350] ppid=5348 vsize=25948 CPUtime=4.49 cores=0,2,4,6
/proc/5350/stat : 5350 (scip-2.0.1.4.li) R 5348 5350 4454 0 -1 4202496 15038 0 0 0 429 20 0 0 25 0 1 0 901644704 26570752 5529 33554432000 4194304 9128323 140733731507792 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/5350/statm: 6487 5529 751 1205 0 5278 0
Current children cumulated CPU time (s) 4.49
Current children cumulated vsize (KiB) 25948

Child status: 0
Real time (s): 4.57066
CPU time (s): 4.5713
CPU user time (s): 4.36334
CPU system time (s): 0.207968
CPU usage (%): 100.014
Max. virtual memory (cumulated for all children) (KiB): 34352

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.36334
system time used= 0.207968
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15042
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= 5
involuntary context switches= 6

runsolver used 0.008998 second user time and 0.018997 second system time

The end

Launcher Data

Begin job on node122 at 2011-06-12 19:40:59
IDJOB=3447760
IDBENCH=79188
IDSOLVER=1944
FILE ID=node122/3447760-1307900459
RUNJOBID= node122-1307898651-4740
PBS_JOBID= 13559584
Free space on /var/tmp= 2880 MiB

SOLVER NAME= SCIP spx SCIP 2.0.1.4. with SoPlex 1.5.0.4
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1111217555--soft-0-100-0.wbo
COMMAND LINE= HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-3447760-1307900459/watcher-3447760-1307900459 -o /var/tmp/evaluation-result-3447760-1307900459/solver-3447760-1307900459 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3447760-1307900459.wbo -t 1800 -m 15500

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 428d17a0ca1ea097508caf17ff8a3a24
RANDOM SEED=1387020461

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:       1232848 kB
Buffers:         54512 kB
Cached:       30644232 kB
SwapCached:      14876 kB
Active:       15695208 kB
Inactive:     15066908 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       1232848 kB
SwapTotal:    67111528 kB
SwapFree:     67048888 kB
Dirty:           24024 kB
Writeback:           0 kB
AnonPages:       59712 kB
Mapped:          11572 kB
Slab:           891520 kB
PageTables:       4704 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   257668 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 /var/tmp at the end= 2868 MiB
End job on node122 at 2011-06-12 19:41:04