Trace number 2705265

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.3 with Clp 1.11.1 (Release Version) as LP solverOPTIMUM 6.71398 6.71429

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111217555--soft-33-100-0.wbo
MD5SUM077b9c494cf23f6ff18d9e6ba287604c
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark8
Best CPU time to get the best result obtained on this benchmark0.202968
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 constraints69
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 3204
Min constraint cost 1
Max constraint cost 97
Sum of constraints costs 3203
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 1.2.1.3 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Clp 1.11.1]
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-2705265-1278572929.wbo>
0.00/0.00	c original problem has 307 variables (238 bin, 0 int, 69 impl, 0 cont) and 171 constraints
0.00/0.00	c problem read
0.00/0.00	c presolving settings loaded
0.00/0.00	c presolving:
0.00/0.01	c (round 1) 0 del vars, 1 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 6 impls, 20 clqs
0.00/0.01	c (round 2) 0 del vars, 4 del conss, 0 chg bounds, 1 chg sides, 0 chg coeffs, 0 upgd conss, 6 impls, 20 clqs
0.00/0.01	c (round 3) 1 del vars, 5 del conss, 68 chg bounds, 1 chg sides, 0 chg coeffs, 0 upgd conss, 6 impls, 20 clqs
0.00/0.01	c (round 4) 2 del vars, 5 del conss, 68 chg bounds, 1 chg sides, 0 chg coeffs, 30 upgd conss, 6 impls, 20 clqs
0.00/0.02	c    (0.0s) probing: 101/237 (42.6%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.00/0.02	c    (0.0s) probing aborted: 100/100 successive totally useless probings
0.00/0.02	c presolving (5 rounds):
0.00/0.02	c  2 deleted vars, 5 deleted constraints, 68 tightened bounds, 0 added holes, 1 changed sides, 0 changed coefficients
0.00/0.02	c  92 implications, 20 cliques
0.00/0.02	c presolved problem has 305 variables (237 bin, 0 int, 68 impl, 0 cont) and 166 constraints
0.00/0.02	c      23 constraints of type <setppc>
0.00/0.02	c      68 constraints of type <linear>
0.00/0.02	c      68 constraints of type <indicator>
0.00/0.02	c       7 constraints of type <logicor>
0.00/0.02	c transformed objective value is always integral (scale: 1)
0.00/0.02	c Presolving Time: 0.01
0.00/0.02	c - non default parameters ----------------------------------------------------------------------
0.00/0.02	c # SCIP version 1.2.1.3
0.00/0.02	c 
0.00/0.02	c # frequency for displaying node information lines
0.00/0.02	c # [type: int, range: [-1,2147483647], default: 100]
0.00/0.02	c display/freq = 10000
0.00/0.02	c 
0.00/0.02	c # maximal time in seconds to run
0.00/0.02	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.02	c limits/time = 1790
0.00/0.02	c 
0.00/0.02	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.02	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.02	c limits/memory = 3420
0.00/0.02	c 
0.00/0.02	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.00/0.02	c # [type: int, range: [1,2], default: 1]
0.00/0.02	c timing/clocktype = 2
0.00/0.02	c 
0.00/0.02	c # should presolving try to simplify inequalities
0.00/0.02	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.02	c constraints/linear/simplifyinequalities = TRUE
0.00/0.02	c 
0.00/0.02	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.00/0.02	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.02	c constraints/indicator/addCouplingCons = TRUE
0.00/0.02	c 
0.00/0.02	c # should presolving try to simplify knapsacks
0.00/0.02	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.02	c constraints/knapsack/simplifyinequalities = TRUE
0.00/0.02	c 
0.00/0.02	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.02	c separating/rapidlearning/freq = 0
0.00/0.02	c 
0.00/0.02	c -----------------------------------------------------------------------------------------------
0.00/0.02	c start solving
0.00/0.02	c 
0.00/0.02	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.02	c   0.0s|     1 |     0 |     8 |     - |1060k|   0 |   0 | 305 | 166 | 305 |  30 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.01/0.03	c   0.0s|     1 |     0 |    37 |     - |1086k|   0 |  22 | 305 | 166 | 305 |  50 |  20 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.01/0.04	c   0.0s|     1 |     0 |    53 |     - |1237k|   0 |  29 | 305 | 166 | 305 |  59 |  29 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.01/0.04	c   0.0s|     1 |     0 |    82 |     - |1337k|   0 |  36 | 305 | 166 | 305 |  62 |  32 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.01/0.05	c   0.0s|     1 |     0 |   102 |     - |1369k|   0 |  36 | 305 | 166 | 305 |  65 |  35 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.01/0.06	c   0.1s|     1 |     0 |   129 |     - |1379k|   0 |  38 | 305 | 166 | 305 |  66 |  36 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.01/0.07	c   0.1s|     1 |     0 |   141 |     - |1384k|   0 |  37 | 305 | 166 | 305 |  67 |  37 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.09/0.12	c   0.1s|     1 |     2 |   141 |     - |1387k|   0 |  37 | 305 | 166 | 305 |  67 |  37 |   0 |  16 | 0.000000e+00 |      --      |    Inf 
0.19/0.27	o 3162
0.19/0.27	c y 0.3s|    15 |    14 |   450 |  22.1 |1418k|  13 |   - | 305 | 166 |   0 |   0 |  45 |   0 | 117 | 0.000000e+00 | 3.162000e+03 |    Inf 
0.39/0.49	o 291
0.39/0.49	c * 0.5s|   119 |    90 |  1406 |  10.7 |1567k|  50 |   - | 305 | 182 | 305 |  67 |  79 |  16 | 324 | 0.000000e+00 | 2.910000e+02 |    Inf 
0.59/0.68	o 290
0.59/0.68	c * 0.7s|   338 |   285 |  2647 |   7.4 |1810k|  63 |   - | 305 | 203 | 305 |  76 | 158 |  37 | 586 | 0.000000e+00 | 2.900000e+02 |    Inf 
0.69/0.73	o 265
0.69/0.73	c v 0.7s|   438 |   356 |  2976 |   6.5 |1901k|  63 |   - | 305 | 213 | 305 |  78 | 175 |  47 | 637 | 0.000000e+00 | 2.650000e+02 |    Inf 
0.69/0.79	o 243
0.69/0.79	c * 0.8s|   549 |   433 |  3416 |   6.0 |2016k|  63 |   - | 305 | 248 | 305 |  73 | 195 |  84 | 671 | 0.000000e+00 | 2.430000e+02 |    Inf 
0.99/1.06	o 218
0.99/1.06	c * 1.1s|  1267 |   794 |  5905 |   4.6 |2597k|  69 |   - | 305 | 486 | 305 |  78 | 274 | 323 | 773 | 0.000000e+00 | 2.180000e+02 |    Inf 
0.99/1.09	o 170
0.99/1.09	c * 1.1s|  1333 |   710 |  6106 |   4.5 |2582k|  69 |   - | 305 | 541 | 305 |  74 | 279 | 378 | 781 | 0.000000e+00 | 1.700000e+02 |    Inf 
1.09/1.14	o 168
1.09/1.14	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1.09/1.14	c * 1.1s|  1432 |   740 |  6581 |   4.5 |2713k|  69 |   - | 305 | 617 | 305 |  75 | 292 | 455 | 816 | 0.000000e+00 | 1.680000e+02 |    Inf 
1.09/1.14	o 140
1.09/1.14	c * 1.1s|  1448 |   685 |  6650 |   4.5 |2678k|  69 |   - | 305 | 618 | 305 |  77 | 297 | 456 | 818 | 0.000000e+00 | 1.400000e+02 |    Inf 
1.19/1.26	o 133
1.19/1.26	c * 1.3s|  1679 |   720 |  7495 |   4.4 |2913k|  75 |   - | 305 | 801 | 305 |  79 | 331 | 641 | 890 | 0.000000e+00 | 1.330000e+02 |    Inf 
1.39/1.49	o 130
1.39/1.49	c * 1.5s|  2188 |   825 |  9589 |   4.3 |3352k|  75 |   - | 305 |1151 | 305 |  75 | 385 | 999 |1015 | 0.000000e+00 | 1.300000e+02 |    Inf 
1.49/1.59	o 128
1.49/1.59	c * 1.6s|  2425 |   847 | 10489 |   4.3 |3514k|  77 |   - | 305 |1318 | 305 |  70 | 407 |1174 |1042 | 0.000000e+00 | 1.280000e+02 |    Inf 
1.69/1.76	o 99
1.69/1.76	c * 1.8s|  2823 |   842 | 12283 |   4.3 |3735k|  77 |   - | 305 |1548 | 305 |  67 | 464 |1406 |1105 | 0.000000e+00 | 9.900000e+01 |    Inf 
1.69/1.78	o 96
1.69/1.78	c * 1.8s|  2845 |   814 | 12565 |   4.4 |3718k|  77 |   - | 305 |1560 | 305 |  75 | 479 |1421 |1120 | 0.000000e+00 | 9.600000e+01 |    Inf 
1.79/1.85	o 88
1.79/1.85	c * 1.8s|  3037 |   843 | 13269 |   4.3 |3809k|  77 |   - | 305 |1625 | 305 |  67 | 498 |1490 |1129 | 0.000000e+00 | 8.800000e+01 |    Inf 
1.79/1.86	o 81
1.79/1.86	c * 1.9s|  3045 |   719 | 13326 |   4.3 |3724k|  77 |   - | 305 |1626 | 305 |  69 | 503 |1498 |1130 | 0.000000e+00 | 8.100000e+01 |    Inf 
1.79/1.86	o 74
1.79/1.86	c * 1.9s|  3054 |   671 | 13380 |   4.3 |3687k|  77 |   - | 305 |1613 | 305 |  73 | 507 |1498 |1130 | 0.000000e+00 | 7.400000e+01 |    Inf 
1.79/1.86	o 73
1.79/1.86	c * 1.9s|  3055 |   654 | 13387 |   4.3 |3670k|  77 |   - | 305 |1613 | 305 |  73 | 507 |1498 |1130 | 0.000000e+00 | 7.300000e+01 |    Inf 
1.89/1.97	o 71
1.89/1.97	c * 2.0s|  3210 |   495 | 14732 |   4.5 |3569k|  77 |   - | 305 |1686 | 305 |  78 | 570 |1589 |1211 | 0.000000e+00 | 7.100000e+01 |    Inf 
2.39/2.45	o 66
2.39/2.45	c * 2.4s|  4118 |   567 | 22409 |   5.4 |4137k|  77 |   - | 305 |2393 | 305 |  64 | 716 |2372 |1262 | 0.000000e+00 | 6.600000e+01 |    Inf 
2.39/2.49	o 61
2.39/2.49	c * 2.5s|  4218 |   586 | 23096 |   5.4 |4200k|  77 |   - | 305 |2387 | 305 |  67 | 747 |2436 |1264 | 0.000000e+00 | 6.100000e+01 |    Inf 
2.59/2.61	o 60
2.59/2.61	c * 2.6s|  4496 |   655 | 24516 |   5.4 |4368k|  77 |   - | 305 |2545 | 305 |  70 | 782 |2635 |1267 | 0.000000e+00 | 6.000000e+01 |    Inf 
3.89/3.95	o 53
3.89/3.95	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
3.89/3.95	c * 4.0s|  7402 |  1091 | 44805 |   6.0 |5867k|  77 |   - | 305 |3773 | 305 |  70 |1077 |4918 |1306 | 0.000000e+00 | 5.300000e+01 |    Inf 
5.09/5.19	c   5.2s| 10000 |  1443 | 67067 |   6.7 |6713k|  77 |   - | 305 |3692 | 305 |  64 |1299 |7106 |1327 | 0.000000e+00 | 5.300000e+01 |    Inf 
5.69/5.73	o 23
5.69/5.73	c * 5.7s| 11265 |  1368 | 76113 |   6.7 |6771k|  77 |   - | 305 |3814 | 305 |  67 |1413 |8034 |1329 | 0.000000e+00 | 2.300000e+01 |    Inf 
5.89/5.99	o 15
5.89/5.99	c * 6.0s| 11603 |  1059 | 81300 |   7.0 |6183k|  77 |   - | 305 |2972 | 305 |  66 |1439 |8484 |1330 | 0.000000e+00 | 1.500000e+01 |    Inf 
6.60/6.63	o 8
6.60/6.63	c * 6.6s| 12398 |   365 | 98774 |   8.0 |5023k|  77 |   - | 305 |2359 | 305 |  64 |1581 |9494 |1335 | 0.000000e+00 | 8.000000e+00 |    Inf 
6.69/6.70	c 
6.69/6.70	c SCIP Status        : problem is solved [optimal solution found]
6.69/6.70	c Solving Time (sec) : 6.70
6.69/6.70	c Solving Nodes      : 12462
6.69/6.70	c Primal Bound       : +8.00000000000000e+00 (167 solutions)
6.69/6.70	c Dual Bound         : +8.00000000000000e+00
6.69/6.70	c Gap                : 0.00 %
6.69/6.70	s OPTIMUM FOUND
6.69/6.70	v -x169 -x168 -x167 -x166 -x165 -x164 -x163 -x162 -x161 -x160 x159 -x158 -x157 -x156 x155 -x154 -x153 -x152 -x151 -x150 -x149 -x148 
6.69/6.70	v -x147 -x146 -x145 -x144 -x143 -x142 -x141 -x140 -x139 -x138 -x137 -x136 -x135 -x134 -x133 x132 -x131 -x130 -x129 x128 -x127 
6.69/6.70	v -x126 -x125 -x124 -x123 -x122 -x121 -x120 -x119 -x118 -x117 -x116 -x115 -x114 -x113 x112 -x111 -x110 -x109 -x108 -x107 -x106 
6.69/6.70	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 
6.69/6.70	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 
6.69/6.70	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 
6.69/6.70	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 
6.69/6.70	v x4 -x3 -x2 -x1 
6.69/6.70	c SCIP Status        : problem is solved [optimal solution found]
6.69/6.70	c Solving Time       :       6.70
6.69/6.70	c Original Problem   :
6.69/6.70	c   Problem name     : HOME/instance-2705265-1278572929.wbo
6.69/6.70	c   Variables        : 307 (238 binary, 0 integer, 69 implicit integer, 0 continuous)
6.69/6.70	c   Constraints      : 171 initial, 171 maximal
6.69/6.70	c Presolved Problem  :
6.69/6.70	c   Problem name     : t_HOME/instance-2705265-1278572929.wbo
6.69/6.70	c   Variables        : 305 (237 binary, 0 integer, 68 implicit integer, 0 continuous)
6.69/6.70	c   Constraints      : 166 initial, 3961 maximal
6.69/6.70	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
6.69/6.70	c   trivial          :       0.00          0          0          0          0          0          0          0          0
6.69/6.70	c   dualfix          :       0.00          2          0          0          0          0          0          0          0
6.69/6.70	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
6.69/6.70	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
6.69/6.70	c   implics          :       0.00          0          0          0          0          0          0          0          0
6.69/6.70	c   probing          :       0.01          0          0          0          0          0          0          0          0
6.69/6.70	c   setppc           :       0.00          0          0          0          0          0          0          0          0
6.69/6.70	c   linear           :       0.00          0          0          0         68          0          4          1          0
6.69/6.70	c   indicator        :       0.00          0          0          0          0          0          1          0          0
6.69/6.70	c   logicor          :       0.00          0          0          0          0          0          0          0          0
6.69/6.70	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0
6.69/6.70	c   root node        :          -        125          -          -        125          -          -          -          -
6.69/6.70	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
6.69/6.70	c   integral         :          0          0          0       8680          0          4        123          0          0       9020
6.69/6.70	c   setppc           :         23          6      44462       4038          0        152      30948          0          0          0
6.69/6.70	c   linear           :         68          6      44380       4050          0       1229     129031       1581          0          0
6.69/6.70	c   indicator        :         68          0      43145       4065          0        241      50572          0          0          0
6.69/6.70	c   logicor          :          7+         6      17714       3166          0        747       7904          0          0          0
6.69/6.70	c   bounddisjunction :          0+         0      14496          0          0         52       1040          0          0          0
6.69/6.70	c   countsols        :          0          0          0       3273          0          0          0          0          0          0
6.69/6.70	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
6.69/6.70	c   integral         :       0.79       0.00       0.00       0.79       0.00
6.69/6.70	c   setppc           :       0.06       0.00       0.06       0.00       0.00
6.69/6.70	c   linear           :       0.56       0.00       0.54       0.02       0.00
6.69/6.70	c   indicator        :       0.09       0.00       0.07       0.01       0.00
6.69/6.70	c   logicor          :       0.27       0.00       0.27       0.00       0.00
6.69/6.70	c   bounddisjunction :       0.19       0.00       0.19       0.00       0.00
6.69/6.70	c   countsols        :       0.00       0.00       0.00       0.00       0.00
6.69/6.70	c Propagators        :       Time      Calls    Cutoffs    DomReds
6.69/6.70	c   vbounds          :       0.06       9539          1       1780
6.69/6.70	c   rootredcost      :       0.01         26          0         62
6.69/6.70	c   pseudoobj        :       0.16      44937        580      53003
6.69/6.70	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
6.69/6.70	c   propagation      :       0.13       2760       2756      16966       23.3         22       20.7          -
6.69/6.70	c   infeasible LP    :       0.12       2210       2194      12374       21.2          9       17.7          0
6.69/6.70	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
6.69/6.70	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
6.69/6.70	c   pseudo solution  :       0.00          2          2         13       19.4          0        0.0          -
6.69/6.70	c   applied globally :          -          -          -       9584       16.9          -          -          -
6.69/6.70	c   applied locally  :          -          -          -         25       34.1          -          -          -
6.69/6.70	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
6.69/6.70	c   cut pool         :       0.00          4          -          -          3          -    (maximal pool size: 55)
6.69/6.70	c   redcost          :       0.06       8979          0       1127          0          0
6.69/6.70	c   impliedbounds    :       0.00          5          0          0          0          0
6.69/6.70	c   intobj           :       0.00          0          0          0          0          0
6.69/6.70	c   cgmip            :       0.00          0          0          0          0          0
6.69/6.70	c   gomory           :       0.01          5          0          0         46          0
6.69/6.70	c   strongcg         :       0.01          5          0          0         55          0
6.69/6.70	c   cmir             :       0.00          5          0          0          0          0
6.69/6.70	c   flowcover        :       0.01          5          0          0          0          0
6.69/6.70	c   clique           :       0.00          5          0          0          0          0
6.69/6.70	c   zerohalf         :       0.00          0          0          0          0          0
6.69/6.70	c   mcf              :       0.00          1          0          0          0          0
6.69/6.70	c   rapidlearning    :       0.01          1          0          0          0          0
6.69/6.70	c Pricers            :       Time      Calls       Vars
6.69/6.70	c   problem variables:       0.00          0          0
6.69/6.70	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
6.69/6.70	c   relpscost        :       0.78       4612          4        123          0          0       9020
6.69/6.70	c   pscost           :       0.00          0          0          0          0          0          0
6.69/6.70	c   inference        :       0.05       3249          0          0          0          0       6542
6.69/6.70	c   mostinf          :       0.00          0          0          0          0          0          0
6.69/6.70	c   leastinf         :       0.00          0          0          0          0          0          0
6.69/6.70	c   fullstrong       :       0.00          0          0          0          0          0          0
6.69/6.70	c   allfullstrong    :       0.00          0          0          0          0          0          0
6.69/6.70	c   random           :       0.00          0          0          0          0          0          0
6.69/6.70	c Primal Heuristics  :       Time      Calls      Found
6.69/6.70	c   LP solutions     :       0.00          -         24
6.69/6.70	c   pseudo solutions :       0.00          -          0
6.69/6.70	c   feaspump         :       0.00          1          0
6.69/6.70	c   oneopt           :       0.01         25          0
6.69/6.70	c   pscostdiving     :       0.00         40          0
6.69/6.70	c   fracdiving       :       0.01         40          0
6.69/6.70	c   linesearchdiving :       0.00         41          0
6.69/6.70	c   coefdiving       :       0.01         41          0
6.69/6.70	c   veclendiving     :       0.01         41          1
6.69/6.70	c   guideddiving     :       0.01         41          0
6.69/6.70	c   rootsoldiving    :       0.00         35          0
6.69/6.70	c   objpscostdiving  :       0.00         36          0
6.69/6.70	c   trivial          :       0.00          2          0
6.69/6.70	c   simplerounding   :       0.01       4671          0
6.69/6.70	c   zirounding       :       0.01       1000          0
6.69/6.70	c   rounding         :       0.02        932          0
6.69/6.70	c   shifting         :       0.03        261          0
6.69/6.70	c   intshifting      :       0.00          0          0
6.69/6.70	c   twoopt           :       0.00          0          0
6.69/6.70	c   fixandinfer      :       0.00          0          0
6.69/6.70	c   intdiving        :       0.00          0          0
6.69/6.70	c   actconsdiving    :       0.00          0          0
6.69/6.70	c   octane           :       0.00          0          0
6.69/6.70	c   rens             :       0.01          1          0
6.69/6.70	c   rins             :       0.00          0          0
6.69/6.70	c   localbranching   :       0.00          0          0
6.69/6.70	c   mutation         :       0.00          0          0
6.69/6.70	c   crossover        :       0.12         13          1
6.69/6.70	c   dins             :       0.00          0          0
6.69/6.70	c   undercover       :       0.00          0          0
6.69/6.70	c   nlp              :       0.00          0          0
6.69/6.70	c   trysol           :       0.02        189        141
6.69/6.70	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
6.69/6.70	c   primal LP        :       0.00          0          0       0.00          -
6.69/6.70	c   dual LP          :       2.74       8277      99766      12.05   36385.90
6.69/6.70	c   lex dual LP      :       0.00          0          0       0.00          -
6.69/6.70	c   barrier LP       :       0.00          0          0       0.00          -
6.69/6.70	c   diving/probing LP:       0.02         63        510       8.10   27948.27
6.69/6.70	c   strong branching :       0.76       1335      33767      25.29   44535.51
6.69/6.70	c     (at root node) :          -         16       1533      95.81          -
6.69/6.70	c   conflict analysis:       0.00          0          0       0.00          -
6.69/6.70	c B&B Tree           :
6.69/6.70	c   number of runs   :          1
6.69/6.70	c   nodes            :      12462
6.69/6.70	c   nodes (total)    :      12462
6.69/6.70	c   nodes left       :          0
6.69/6.70	c   max depth        :         77
6.69/6.70	c   max depth (total):         77
6.69/6.70	c   backtracks       :       1912 (15.3%)
6.69/6.70	c   delayed cutoffs  :       1268
6.69/6.70	c   repropagations   :      16768 (50279 domain reductions, 511 cutoffs)
6.69/6.70	c   avg switch length:       5.12
6.69/6.70	c   switching time   :       0.56
6.69/6.70	c Solution           :
6.69/6.70	c   Solutions found  :        167 (26 improvements)
6.69/6.70	c   First Solution   : +3.16200000000000e+03   (in run 1, after 14 nodes, 0.27 seconds, depth 14, found by <trysol>)
6.69/6.70	c   Primal Bound     : +8.00000000000000e+00   (in run 1, after 12398 nodes, 6.63 seconds, depth 12, found by <relaxation>)
6.69/6.70	c   Dual Bound       : +8.00000000000000e+00
6.69/6.70	c   Gap              :       0.00 %
6.69/6.70	c   Root Dual Bound  : +0.00000000000000e+00
6.69/6.70	c   Root Iterations  :        141
6.69/6.71	c Time complete: 6.7.

Verifier Data

OK	8

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2705265-1278572929/watcher-2705265-1278572929 -o /tmp/evaluation-result-2705265-1278572929/solver-2705265-1278572929 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2705265-1278572929.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: 0.00 0.00 0.00 2/173 21649
/proc/meminfo: memFree=30036744/32951124 swapFree=67111528/67111528
[pid=21649] ppid=21647 vsize=12320 CPUtime=0
/proc/21649/stat : 21649 (pbscip.linux.x8) R 21647 21649 21566 0 -1 4202496 1936 0 0 0 0 0 0 0 22 0 1 0 25505190 12615680 1855 4089446400 4194304 10345943 140735692340432 18446744073709551615 9107500 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/21649/statm: 3080 1857 429 1502 0 1573 0

[startup+0.0244971 s]
/proc/loadavg: 0.00 0.00 0.00 2/173 21649
/proc/meminfo: memFree=30036744/32951124 swapFree=67111528/67111528
[pid=21649] ppid=21647 vsize=23468 CPUtime=0.01
/proc/21649/stat : 21649 (pbscip.linux.x8) R 21647 21649 21566 0 -1 4202496 4835 0 0 0 1 0 0 0 22 0 1 0 25505190 24031232 4402 4089446400 4194304 10345943 140735692340432 18446744073709551615 9134739 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21649/statm: 5867 4432 692 1502 0 4360 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 23468

[startup+0.100525 s]
/proc/loadavg: 0.00 0.00 0.00 2/173 21649
/proc/meminfo: memFree=30036744/32951124 swapFree=67111528/67111528
[pid=21649] ppid=21647 vsize=24116 CPUtime=0.09
/proc/21649/stat : 21649 (pbscip.linux.x8) R 21647 21649 21566 0 -1 4202496 6677 0 0 0 8 1 0 0 22 0 1 0 25505190 24694784 4863 4089446400 4194304 10345943 140735692340432 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21649/statm: 6029 4863 761 1502 0 4522 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 24116

[startup+0.300493 s]
/proc/loadavg: 0.00 0.00 0.00 2/173 21649
/proc/meminfo: memFree=30036744/32951124 swapFree=67111528/67111528
[pid=21649] ppid=21647 vsize=24116 CPUtime=0.29
/proc/21649/stat : 21649 (pbscip.linux.x8) R 21647 21649 21566 0 -1 4202496 6684 0 0 0 27 2 0 0 22 0 1 0 25505190 24694784 4870 4089446400 4194304 10345943 140735692340432 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21649/statm: 6029 4870 767 1502 0 4522 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 24116

[startup+0.700393 s]
/proc/loadavg: 0.00 0.00 0.00 2/173 21649
/proc/meminfo: memFree=30036744/32951124 swapFree=67111528/67111528
[pid=21649] ppid=21647 vsize=24116 CPUtime=0.69
/proc/21649/stat : 21649 (pbscip.linux.x8) R 21647 21649 21566 0 -1 4202496 6730 0 0 0 67 2 0 0 24 0 1 0 25505190 24694784 4916 4089446400 4194304 10345943 140735692340432 18446744073709551615 4966113 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21649/statm: 6029 4916 774 1502 0 4522 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 24116

[startup+1.50024 s]
/proc/loadavg: 0.00 0.00 0.00 2/174 21650
/proc/meminfo: memFree=30019528/32951124 swapFree=67111528/67111528
[pid=21649] ppid=21647 vsize=25140 CPUtime=1.49
/proc/21649/stat : 21649 (pbscip.linux.x8) R 21647 21649 21566 0 -1 4202496 8969 0 0 0 145 4 0 0 25 0 1 0 25505190 25743360 5153 4089446400 4194304 10345943 140735692340432 18446744073709551615 6525286 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21649/statm: 6285 5153 786 1502 0 4778 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 25140

[startup+3.10098 s]
/proc/loadavg: 0.00 0.00 0.00 2/174 21650
/proc/meminfo: memFree=30019032/32951124 swapFree=67111528/67111528
[pid=21649] ppid=21647 vsize=26556 CPUtime=3.1
/proc/21649/stat : 21649 (pbscip.linux.x8) R 21647 21649 21566 0 -1 4202496 17627 0 0 0 302 8 0 0 25 0 1 0 25505190 27193344 5138 4089446400 4194304 10345943 140735692340432 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21649/statm: 6639 5138 799 1502 0 5132 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 26556

[startup+6.30043 s]
/proc/loadavg: 0.08 0.02 0.01 2/174 21650
/proc/meminfo: memFree=30016052/32951124 swapFree=67111528/67111528
[pid=21649] ppid=21647 vsize=28704 CPUtime=6.29
/proc/21649/stat : 21649 (pbscip.linux.x8) R 21647 21649 21566 0 -1 4202496 28596 0 0 0 612 17 0 0 25 0 1 0 25505190 29392896 5923 4089446400 4194304 10345943 140735692340432 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21649/statm: 7176 5923 799 1502 0 5669 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 28704

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

[startup+6.70034 s]
/proc/loadavg: 0.08 0.02 0.01 2/174 21650
/proc/meminfo: memFree=30015308/32951124 swapFree=67111528/67111528
[pid=21649] ppid=21647 vsize=30036 CPUtime=6.69
/proc/21649/stat : 21649 (pbscip.linux.x8) R 21647 21649 21566 0 -1 4202496 30401 0 0 0 650 19 0 0 25 0 1 0 25505190 30756864 5921 4089446400 4194304 10345943 140735692340432 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21649/statm: 7509 5921 799 1502 0 6002 0
Current children cumulated CPU time (s) 6.69
Current children cumulated vsize (KiB) 30036

Child status: 0
Real time (s): 6.71429
CPU time (s): 6.71398
CPU user time (s): 6.51801
CPU system time (s): 0.19597
CPU usage (%): 99.9953
Max. virtual memory (cumulated for all children) (KiB): 32468

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

runsolver used 0.012998 second user time and 0.029995 second system time

The end

Launcher Data

Begin job on node145 at 2010-07-08 09:08:50
IDJOB=2705265
IDBENCH=78751
IDSOLVER=1214
FILE ID=node145/2705265-1278572929
PBS_JOBID= 11240165
Free space on /tmp= 73608 MiB

SOLVER NAME= SCIPclp SCIP 1.2.1.3 with Clp 1.11.1 (Release Version) as LP solver
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1111217555--soft-33-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-2705265-1278572929/watcher-2705265-1278572929 -o /tmp/evaluation-result-2705265-1278572929/solver-2705265-1278572929 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2705265-1278572929.wbo -t 1800 -m 3800

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

MD5SUM BENCH= 077b9c494cf23f6ff18d9e6ba287604c
RANDOM SEED=848111516

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30037024 kB
Buffers:        156468 kB
Cached:        2545148 kB
SwapCached:          0 kB
Active:        1443556 kB
Inactive:      1320012 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30037024 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           12948 kB
Writeback:           0 kB
AnonPages:       62312 kB
Mapped:          14420 kB
Slab:            86212 kB
PageTables:       4084 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   185716 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73596 MiB
End job on node145 at 2010-07-08 09:08:56