Trace number 3708397

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 NameAnswerobjective functionCPU timeWall clock time
bsolo 3.2? 1798.01 1798.33

General information on the benchmark

Name/OPT-SMALLINT-LIN/sroussel/NG/
normalized-NG.dot_unif_20null20mast_rapportOE1.0_TMAX120_K192_cod2.opb
MD5SUM56c896ad570d19cbe5f94a10c4a31629
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark1783.1
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables400896
Total number of constraints402763
Number of constraints which are clauses400785
Number of constraints which are cardinality constraints (but not clauses)194
Number of constraints which are nor clauses,nor cardinality constraints1784
Minimum length of a constraint2
Maximum length of a constraint58023
Number of terms in the objective function 1427
Biggest coefficient in the objective function 1000
Number of bits for the biggest coefficient in the objective function 10
Sum of the numbers in the objective function 905768
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 1000
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 905768
Number of bits of the biggest sum of numbers20
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c bsolo beta version 3.2 - 23/05/2010 : 1630 GMT
0.00/0.00	c Developed by Vasco Manquinho and José Santos IST/UTL - INESC-ID
0.00/0.00	c type "bsolo -h" for help
0.00/0.00	c Time Limit set via environment variable PBTIMEOUT to 1800
0.00/0.00	c Learning Strategy: Cardinality Constraint Learning
0.00/0.00	c Time Limit set to 1800
0.00/0.00	c Instance file HOME/instance-3708397-1338250433.opb
0.00/0.00	c File size is 28233526 bytes.
3.38/3.49	c Highest Coefficient sum: 905768
3.38/3.49	c Parsing was ok!!
3.38/3.49	c Total parsing time: 3.481 s
3.69/3.71	c Var: 400896 Constr: 402763 400785/1977/1 Lit: 2338937 Watch. Lit: 1260383
3.69/3.71	c Obj. Vars: 1427 (0.355953 % of total variables)
182.83/182.91	c Pre-processing Time: 182.843 s
182.83/182.92	c    Confl   Vars     Ctrs     Lits  LPC   W.Lits     Max Learnt Conf/s Time
182.83/182.92	c        0 399954   401657  2332067    5  1257083  500000      0      0 182.84
182.83/182.92	c Switching off lower bounding mode.
1797.97/1798.32	c      101 397573   401759  2369471    5  1257548  550001    102      0 192.05
1797.97/1798.32	c      251 397573   401917  2391174    5  1259590  605002    260      1 208.79
1797.97/1798.32	c      476 397573   402146  2402253    5  1260942  665503    489      2 210.63
1797.97/1798.32	c      815 397573   402509  2460074    6  1262232  732054    852      1 415.75
1797.97/1798.32	c     1324 397573   403074  2592861    6  1263364  805260   1417      1 740.10
1797.97/1798.32	c     2087 397573   403869  2716797    6  1265912  885787   2212      1 1150.86
1797.97/1798.32	c     3234 397573   405078  3120705    7  1268950  974366   3421      2 1592.61
1797.97/1798.32	c Resources Exceeded
1797.97/1798.32	c  Rst    Confl    NCB      Dec     Ctrs     Lits Learnt Conf/s Time
1797.97/1798.32	c    7     3837   2778  8535984   405688  3338921   4031      2 1798.01
1797.97/1798.32	s UNKNOWN
1797.97/1798.32	c Total time: 1798.01 s

Verifier Data

ERROR: no interpretation found !

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 /tmp/evaluation-result-3708397-1338250433/watcher-3708397-1338250433 -o /tmp/evaluation-result-3708397-1338250433/solver-3708397-1338250433 -C 1800 -W 1900 -M 15500 bsolo -l2 -t1800 HOME/instance-3708397-1338250433.opb 

running on 4 cores: 1,3,5,7

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 2.00 3/176 5499
/proc/meminfo: memFree=31065088/32873648 swapFree=7116/7116
[pid=5499] ppid=5497 vsize=38648 CPUtime=0 cores=1,3,5,7
/proc/5499/stat : 5499 (bsolo) R 5497 5499 4099 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 291168856 39575552 314 33554432000 134512640 137138936 4293927024 4293925272 136506715 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/5499/statm: 9662 314 181 642 0 2125 0

[startup+0.026448 s]
/proc/loadavg: 2.01 2.00 2.00 3/176 5499
/proc/meminfo: memFree=31065088/32873648 swapFree=7116/7116
[pid=5499] ppid=5497 vsize=39920 CPUtime=0.02 cores=1,3,5,7
/proc/5499/stat : 5499 (bsolo) R 5497 5499 4099 0 -1 4202496 736 0 0 0 2 0 0 0 20 0 1 0 291168856 40878080 690 33554432000 134512640 137138936 4293927024 4293925408 136297625 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/5499/statm: 9981 691 247 642 0 2444 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 39920

[startup+0.10022 s]
/proc/loadavg: 2.01 2.00 2.00 3/176 5499
/proc/meminfo: memFree=31065088/32873648 swapFree=7116/7116
[pid=5499] ppid=5497 vsize=43184 CPUtime=0.09 cores=1,3,5,7
/proc/5499/stat : 5499 (bsolo) R 5497 5499 4099 0 -1 4202496 1810 0 0 0 9 0 0 0 20 0 1 0 291168856 44220416 1724 33554432000 134512640 137138936 4293927024 4293925272 136506715 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/5499/statm: 10796 1724 456 642 0 3259 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 43184

[startup+0.300221 s]
/proc/loadavg: 2.01 2.00 2.00 3/176 5499
/proc/meminfo: memFree=31065088/32873648 swapFree=7116/7116
[pid=5499] ppid=5497 vsize=49876 CPUtime=0.28 cores=1,3,5,7
/proc/5499/stat : 5499 (bsolo) R 5497 5499 4099 0 -1 4202496 4110 0 0 0 28 0 0 0 20 0 1 0 291168856 51073024 3896 33554432000 134512640 137138936 4293927024 4293921640 136506715 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/5499/statm: 12469 3896 989 642 0 4932 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 49876

[startup+0.700222 s]
/proc/loadavg: 2.01 2.00 2.00 3/176 5499
/proc/meminfo: memFree=31065088/32873648 swapFree=7116/7116
[pid=5499] ppid=5497 vsize=63564 CPUtime=0.68 cores=1,3,5,7
/proc/5499/stat : 5499 (bsolo) R 5497 5499 4099 0 -1 4202496 8778 0 0 0 67 1 0 0 20 0 1 0 291168856 65089536 8310 33554432000 134512640 137138936 4293927024 4293925256 136506715 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/5499/statm: 15891 8310 1996 642 0 8354 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 63564

[startup+1.50025 s]
/proc/loadavg: 2.01 2.00 2.00 3/177 5500
/proc/meminfo: memFree=31025948/32873648 swapFree=7116/7116
[pid=5499] ppid=5497 vsize=91044 CPUtime=1.48 cores=1,3,5,7
/proc/5499/stat : 5499 (bsolo) R 5497 5499 4099 0 -1 4202496 17854 0 0 0 145 3 0 0 20 0 1 0 291168856 93229056 16880 33554432000 134512640 137138936 4293927024 4293925272 136506715 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/5499/statm: 22762 16881 3717 642 0 15225 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 91044

[startup+3.10021 s]
/proc/loadavg: 2.01 2.00 2.00 3/177 5500
/proc/meminfo: memFree=30991040/32873648 swapFree=7116/7116
[pid=5499] ppid=5497 vsize=122708 CPUtime=3.08 cores=1,3,5,7
/proc/5499/stat : 5499 (bsolo) R 5497 5499 4099 0 -1 4202496 28351 0 0 0 302 6 0 0 20 0 1 0 291168856 125652992 27385 33554432000 134512640 137138936 4293927024 4293923016 136506715 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/5499/statm: 30677 27385 6484 642 0 23140 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 122708

[startup+6.30026 s]
/proc/loadavg: 2.01 2.00 2.00 3/177 5500
/proc/meminfo: memFree=30901168/32873648 swapFree=7116/7116
[pid=5499] ppid=5497 vsize=175396 CPUtime=6.29 cores=1,3,5,7
/proc/5499/stat : 5499 (bsolo) R 5497 5499 4099 0 -1 4202496 45736 0 0 0 620 9 0 0 20 0 1 0 291168856 179605504 40318 33554432000 134512640 137138936 4293927024 4289115004 136296960 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/5499/statm: 43849 40318 184 642 0 43205 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 175396

[startup+12.7002 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 5500
/proc/meminfo: memFree=30901208/32873648 swapFree=7116/7116
[pid=5499] ppid=5497 vsize=175396 CPUtime=12.69 cores=1,3,5,7
/proc/5499/stat : 5499 (bsolo) R 5497 5499 4099 0 -1 4202496 45737 0 0 0 1260 9 0 0 20 0 1 0 291168856 179605504 40319 33554432000 134512640 137138936 4293927024 4289114784 134543177 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/5499/statm: 43849 40319 184 642 0 43205 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 175396

[startup+25.5002 s]
/proc/loadavg: 2.08 2.02 2.01 3/177 5500
/proc/meminfo: memFree=30901620/32873648 swapFree=7116/7116
[pid=5499] ppid=5497 vsize=175396 CPUtime=25.47 cores=1,3,5,7
/proc/5499/stat : 5499 (bsolo) R 5497 5499 4099 0 -1 4202496 45751 0 0 0 2538 9 0 0 20 0 1 0 291168856 179605504 40319 33554432000 134512640 137138936 4293927024 4289115008 134566253 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/5499/statm: 43849 40319 184 642 0 43205 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 175396

[startup+51.1003 s]
/proc/loadavg: 2.05 2.02 2.00 3/177 5500
/proc/meminfo: memFree=30899852/32873648 swapFree=7116/7116
[pid=5499] ppid=5497 vsize=175396 CPUtime=51.05 cores=1,3,5,7
/proc/5499/stat : 5499 (bsolo) R 5497 5499 4099 0 -1 4202496 45766 0 0 0 5096 9 0 0 20 0 1 0 291168856 179605504 40325 33554432000 134512640 137138936 4293927024 4289114568 136504449 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/5499/statm: 43849 40325 184 642 0 43205 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 175396

[startup+102.307 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 5501
/proc/meminfo: memFree=30896540/32873648 swapFree=7116/7116
[pid=5499] ppid=5497 vsize=175528 CPUtime=102.24 cores=1,3,5,7
/proc/5499/stat : 5499 (bsolo) R 5497 5499 4099 0 -1 4202496 45777 0 0 0 10215 9 0 0 20 0 1 0 291168856 179740672 40987 33554432000 134512640 137138936 4293927024 4289114484 136500305 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/5499/statm: 43882 40987 184 642 0 43238 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 175528

[startup+162.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/177 5501
/proc/meminfo: memFree=30895776/32873648 swapFree=7116/7116
[pid=5499] ppid=5497 vsize=175528 CPUtime=162.23 cores=1,3,5,7
/proc/5499/stat : 5499 (bsolo) R 5497 5499 4099 0 -1 4202496 45778 0 0 0 16213 10 0 0 20 0 1 0 291168856 179740672 40988 33554432000 134512640 137138936 4293927024 4289114784 134542770 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/5499/statm: 43882 40988 184 642 0 43238 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 175528

[startup+222.3 s]
/proc/loadavg: 2.04 2.02 2.00 3/177 5501
/proc/meminfo: memFree=30887828/32873648 swapFree=7116/7116
[pid=5499] ppid=5497 vsize=179524 CPUtime=222.22 cores=1,3,5,7
/proc/5499/stat : 5499 (bsolo) R 5497 5499 4099 0 -1 4202496 406483 0 0 0 21852 370 0 0 20 0 1 0 291168856 183832576 42538 33554432000 134512640 137138936 4293927024 4293925520 134618214 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/5499/statm: 44881 42538 192 642 0 44237 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 179524

[startup+282.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 5501
/proc/meminfo: memFree=30889752/32873648 swapFree=7116/7116
[pid=5499] ppid=5497 vsize=179540 CPUtime=282.21 cores=1,3,5,7
/proc/5499/stat : 5499 (bsolo) R 5497 5499 4099 0 -1 4202496 474690 0 0 0 27836 385 0 0 20 0 1 0 291168856 183848960 42542 33554432000 134512640 137138936 4293927024 4293925448 134606663 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/5499/statm: 44885 42542 192 642 0 44241 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 179540

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 5501
/proc/meminfo: memFree=30882928/32873648 swapFree=7116/7116
[pid=5499] ppid=5497 vsize=179540 CPUtime=342.2 cores=1,3,5,7
/proc/5499/stat : 5499 (bsolo) R 5497 5499 4099 0 -1 4202496 533676 0 0 0 33823 397 0 0 20 0 1 0 291168856 183848960 42542 33554432000 134512640 137138936 4293927024 4293925448 134606670 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/5499/statm: 44885 42542 192 642 0 44241 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 179540

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 5543
/proc/meminfo: memFree=30937608/32873648 swapFree=7116/7116
[pid=5499] ppid=5497 vsize=179576 CPUtime=402.19 cores=1,3,5,7
/proc/5499/stat : 5499 (bsolo) R 5497 5499 4099 0 -1 4202496 603930 0 0 0 39805 414 0 0 20 0 1 0 291168856 183885824 42551 33554432000 134512640 137138936 4293927024 4293925448 134606683 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/5499/statm: 44894 42551 192 642 0 44250 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 179576

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 5543
/proc/meminfo: memFree=30937492/32873648 swapFree=7116/7116
[pid=5499] ppid=5497 vsize=179628 CPUtime=462.18 cores=1,3,5,7
/proc/5499/stat : 5499 (bsolo) R 5497 5499 4099 0 -1 4202496 728505 0 0 0 45777 441 0 0 20 0 1 0 291168856 183939072 42564 33554432000 134512640 137138936 4293927024 4293925448 134606663 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/5499/statm: 44907 42564 192 642 0 44263 0
Current children cumulated CPU time (s) 462.18
Current children cumulated vsize (KiB) 179628

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 5543
/proc/meminfo: memFree=30937560/32873648 swapFree=7116/7116
[pid=5499] ppid=5497 vsize=179628 CPUtime=522.18 cores=1,3,5,7
/proc/5499/stat : 5499 (bsolo) R 5497 5499 4099 0 -1 4202496 808607 0 0 0 51758 460 0 0 20 0 1 0 291168856 183939072 42564 33554432000 134512640 137138936 4293927024 4293925448 134606982 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/5499/statm: 44907 42564 192 642 0 44263 0
Current children cumulated CPU time (s) 522.18
Current children cumulated vsize (KiB) 179628

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 5543
/proc/meminfo: memFree=30928480/32873648 swapFree=7116/7116
[pid=5499] ppid=5497 vsize=176492 CPUtime=582.16 cores=1,3,5,7
/proc/5499/stat : 5499 (bsolo) R 5497 5499 4099 0 -1 4202496 889380 0 0 0 57738 478 0 0 20 0 1 0 291168856 180727808 41780 33554432000 134512640 137138936 4293927024 4293925952 134542128 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/5499/statm: 44123 41780 192 642 0 43479 0
Current children cumulated CPU time (s) 582.16
Current children cumulated vsize (KiB) 176492

[startup+642.3 s]

################
# More data... #
################

/proc/meminfo: memFree=30907756/32873648 swapFree=7116/7116
[pid=5499] ppid=5497 vsize=182684 CPUtime=1062.08 cores=1,3,5,7
/proc/5499/stat : 5499 (bsolo) R 5497 5499 4099 0 -1 4202496 1592497 0 0 0 105580 628 0 0 20 0 1 0 291168856 187068416 43328 33554432000 134512640 137138936 4293927024 4293925448 134606670 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/5499/statm: 45671 43328 192 642 0 45027 0
Current children cumulated CPU time (s) 1062.08
Current children cumulated vsize (KiB) 182684

[startup+1122.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 5549
/proc/meminfo: memFree=30907384/32873648 swapFree=7116/7116
[pid=5499] ppid=5497 vsize=184832 CPUtime=1122.08 cores=1,3,5,7
/proc/5499/stat : 5499 (bsolo) R 5497 5499 4099 0 -1 4202496 1690649 0 0 0 111559 649 0 0 20 0 1 0 291168856 189267968 43833 33554432000 134512640 137138936 4293927024 4293925540 134550995 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/5499/statm: 46208 43833 192 642 0 45564 0
Current children cumulated CPU time (s) 1122.08
Current children cumulated vsize (KiB) 184832

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 5549
/proc/meminfo: memFree=30906332/32873648 swapFree=7116/7116
[pid=5499] ppid=5497 vsize=182684 CPUtime=1182.07 cores=1,3,5,7
/proc/5499/stat : 5499 (bsolo) R 5497 5499 4099 0 -1 4202496 1988076 0 0 0 117497 710 0 0 20 0 1 0 291168856 187068416 43328 33554432000 134512640 137138936 4293927024 4293925448 134606663 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/5499/statm: 45671 43328 192 642 0 45027 0
Current children cumulated CPU time (s) 1182.07
Current children cumulated vsize (KiB) 182684

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 5549
/proc/meminfo: memFree=30905808/32873648 swapFree=7116/7116
[pid=5499] ppid=5497 vsize=182980 CPUtime=1242.06 cores=1,3,5,7
/proc/5499/stat : 5499 (bsolo) R 5497 5499 4099 0 -1 4202496 2156699 0 0 0 123459 747 0 0 20 0 1 0 291168856 187371520 43402 33554432000 134512640 137138936 4293927024 4293925776 134575643 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/5499/statm: 45745 43402 192 642 0 45101 0
Current children cumulated CPU time (s) 1242.06
Current children cumulated vsize (KiB) 182980

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 5550
/proc/meminfo: memFree=30903260/32873648 swapFree=7116/7116
[pid=5499] ppid=5497 vsize=183336 CPUtime=1302.06 cores=1,3,5,7
/proc/5499/stat : 5499 (bsolo) R 5497 5499 4099 0 -1 4202496 2292963 0 0 0 129432 774 0 0 20 0 1 0 291168856 187736064 43491 33554432000 134512640 137138936 4293927024 4293925520 134618214 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/5499/statm: 45834 43491 192 642 0 45190 0
Current children cumulated CPU time (s) 1302.06
Current children cumulated vsize (KiB) 183336

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 5550
/proc/meminfo: memFree=30901028/32873648 swapFree=7116/7116
[pid=5499] ppid=5497 vsize=183520 CPUtime=1362.04 cores=1,3,5,7
/proc/5499/stat : 5499 (bsolo) R 5497 5499 4099 0 -1 4202496 2398679 0 0 0 135409 795 0 0 20 0 1 0 291168856 187924480 43536 33554432000 134512640 137138936 4293927024 4293925448 134606970 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/5499/statm: 45880 43536 192 642 0 45236 0
Current children cumulated CPU time (s) 1362.04
Current children cumulated vsize (KiB) 183520

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 5550
/proc/meminfo: memFree=30900840/32873648 swapFree=7116/7116
[pid=5499] ppid=5497 vsize=183912 CPUtime=1422.04 cores=1,3,5,7
/proc/5499/stat : 5499 (bsolo) R 5497 5499 4099 0 -1 4202496 2471806 0 0 0 141395 809 0 0 20 0 1 0 291168856 188325888 43635 33554432000 134512640 137138936 4293927024 4293925776 134575873 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/5499/statm: 45978 43635 192 642 0 45334 0
Current children cumulated CPU time (s) 1422.04
Current children cumulated vsize (KiB) 183912

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 5550
/proc/meminfo: memFree=30899776/32873648 swapFree=7116/7116
[pid=5499] ppid=5497 vsize=184324 CPUtime=1482.02 cores=1,3,5,7
/proc/5499/stat : 5499 (bsolo) R 5497 5499 4099 0 -1 4202496 2545713 0 0 0 147377 825 0 0 20 0 1 0 291168856 188747776 43738 33554432000 134512640 137138936 4293927024 4293925520 134618214 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/5499/statm: 46081 43738 192 642 0 45437 0
Current children cumulated CPU time (s) 1482.02
Current children cumulated vsize (KiB) 184324

[startup+1542.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/177 5550
/proc/meminfo: memFree=30896232/32873648 swapFree=7116/7116
[pid=5499] ppid=5497 vsize=184924 CPUtime=1542.01 cores=1,3,5,7
/proc/5499/stat : 5499 (bsolo) R 5497 5499 4099 0 -1 4202496 2716035 0 0 0 153342 859 0 0 20 0 1 0 291168856 189362176 43888 33554432000 134512640 137138936 4293927024 4293925520 134618214 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/5499/statm: 46231 43888 192 642 0 45587 0
Current children cumulated CPU time (s) 1542.01
Current children cumulated vsize (KiB) 184924

[startup+1602.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/178 5553
/proc/meminfo: memFree=30893676/32873648 swapFree=7116/7116
[pid=5499] ppid=5497 vsize=186620 CPUtime=1602.01 cores=1,3,5,7
/proc/5499/stat : 5499 (bsolo) R 5497 5499 4099 0 -1 4202496 2860484 0 0 0 159301 900 0 0 20 0 1 0 291168856 191098880 44312 33554432000 134512640 137138936 4293927024 4293925448 134606663 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/5499/statm: 46655 44312 192 642 0 46011 0
Current children cumulated CPU time (s) 1602.01
Current children cumulated vsize (KiB) 186620

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 5554
/proc/meminfo: memFree=30892444/32873648 swapFree=7116/7116
[pid=5499] ppid=5497 vsize=187276 CPUtime=1662 cores=1,3,5,7
/proc/5499/stat : 5499 (bsolo) R 5497 5499 4099 0 -1 4202496 2947732 0 0 0 165281 919 0 0 20 0 1 0 291168856 191770624 44476 33554432000 134512640 137138936 4293927024 4293925520 134618214 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/5499/statm: 46819 44476 192 642 0 46175 0
Current children cumulated CPU time (s) 1662
Current children cumulated vsize (KiB) 187276

[startup+1722.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/177 5554
/proc/meminfo: memFree=30890584/32873648 swapFree=7116/7116
[pid=5499] ppid=5497 vsize=187624 CPUtime=1721.98 cores=1,3,5,7
/proc/5499/stat : 5499 (bsolo) R 5497 5499 4099 0 -1 4202496 3053885 0 0 0 171256 942 0 0 20 0 1 0 291168856 192126976 44563 33554432000 134512640 137138936 4293927024 4293925448 134606673 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/5499/statm: 46906 44563 192 642 0 46262 0
Current children cumulated CPU time (s) 1721.98
Current children cumulated vsize (KiB) 187624

[startup+1782.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 5554
/proc/meminfo: memFree=30886864/32873648 swapFree=7116/7116
[pid=5499] ppid=5497 vsize=185224 CPUtime=1781.98 cores=1,3,5,7
/proc/5499/stat : 5499 (bsolo) R 5497 5499 4099 0 -1 4202496 3266113 0 0 0 177210 988 0 0 20 0 1 0 291168856 189669376 43963 33554432000 134512640 137138936 4293927024 4293926128 134543407 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/5499/statm: 46306 43963 192 642 0 45662 0
Current children cumulated CPU time (s) 1781.98
Current children cumulated vsize (KiB) 185224

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

[startup+1791.91 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 5554
/proc/meminfo: memFree=30887664/32873648 swapFree=7116/7116
[pid=5499] ppid=5497 vsize=188760 CPUtime=1791.58 cores=1,3,5,7
/proc/5499/stat : 5499 (bsolo) R 5497 5499 4099 0 -1 4202496 3385863 0 0 0 178145 1013 0 0 20 0 1 0 291168856 193290240 44134 33554432000 134512640 137138936 4293927024 4293925776 134572768 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/5499/statm: 47190 44134 192 642 0 46546 0
Current children cumulated CPU time (s) 1791.58
Current children cumulated vsize (KiB) 188760

[startup+1795.1 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 5554
/proc/meminfo: memFree=30890952/32873648 swapFree=7116/7116
[pid=5499] ppid=5497 vsize=188900 CPUtime=1794.78 cores=1,3,5,7
/proc/5499/stat : 5499 (bsolo) R 5497 5499 4099 0 -1 4202496 3430973 0 0 0 178455 1023 0 0 20 0 1 0 291168856 193433600 44882 33554432000 134512640 137138936 4293927024 4293925448 134606663 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/5499/statm: 47225 44882 192 642 0 46581 0
Current children cumulated CPU time (s) 1794.78
Current children cumulated vsize (KiB) 188900

[startup+1796.7 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 5554
/proc/meminfo: memFree=30887044/32873648 swapFree=7116/7116
[pid=5499] ppid=5497 vsize=188980 CPUtime=1796.38 cores=1,3,5,7
/proc/5499/stat : 5499 (bsolo) R 5497 5499 4099 0 -1 4202496 3455577 0 0 0 178610 1028 0 0 20 0 1 0 291168856 193515520 44902 33554432000 134512640 137138936 4293927024 4293925448 134606964 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/5499/statm: 47245 44902 192 642 0 46601 0
Current children cumulated CPU time (s) 1796.38
Current children cumulated vsize (KiB) 188980

[startup+1797.5 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 5554
/proc/meminfo: memFree=30887788/32873648 swapFree=7116/7116
[pid=5499] ppid=5497 vsize=188988 CPUtime=1797.17 cores=1,3,5,7
/proc/5499/stat : 5499 (bsolo) R 5497 5499 4099 0 -1 4202496 3465641 0 0 0 178687 1030 0 0 20 0 1 0 291168856 193523712 44904 33554432000 134512640 137138936 4293927024 4293925448 134606663 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/5499/statm: 47247 44904 192 642 0 46603 0
Current children cumulated CPU time (s) 1797.17
Current children cumulated vsize (KiB) 188988

[startup+1797.9 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 5554
/proc/meminfo: memFree=30887788/32873648 swapFree=7116/7116
[pid=5499] ppid=5497 vsize=189012 CPUtime=1797.57 cores=1,3,5,7
/proc/5499/stat : 5499 (bsolo) R 5497 5499 4099 0 -1 4202496 3472355 0 0 0 178726 1031 0 0 20 0 1 0 291168856 193548288 44910 33554432000 134512640 137138936 4293927024 4293925776 134575390 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/5499/statm: 47253 44910 192 642 0 46609 0
Current children cumulated CPU time (s) 1797.57
Current children cumulated vsize (KiB) 189012

[startup+1798.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 5554
/proc/meminfo: memFree=30887788/32873648 swapFree=7116/7116
[pid=5499] ppid=5497 vsize=189036 CPUtime=1797.97 cores=1,3,5,7
/proc/5499/stat : 5499 (bsolo) R 5497 5499 4099 0 -1 4202496 3477946 0 0 0 178765 1032 0 0 20 0 1 0 291168856 193572864 44916 33554432000 134512640 137138936 4293927024 4293925448 134606663 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/5499/statm: 47259 44916 192 642 0 46615 0
Current children cumulated CPU time (s) 1797.97
Current children cumulated vsize (KiB) 189036

Child status: 0
Real time (s): 1798.33
CPU time (s): 1798.01
CPU user time (s): 1787.68
CPU system time (s): 10.3304
CPU usage (%): 99.9824
Max. virtual memory (cumulated for all children) (KiB): 191816

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1787.68
system time used= 10.3304
maximum resident set size= 182364
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3478621
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= 52
involuntary context switches= 1849

runsolver used 3.07753 second user time and 8.83566 second system time

The end

Launcher Data

Begin job on node123 at 2012-05-29 02:13:54
IDJOB=3708397
IDBENCH=91035
IDSOLVER=2286
FILE ID=node123/3708397-1338250433
RUNJOBID= node123-1338227645-4116
PBS_JOBID= 14624628
Free space on /tmp= 71624 MiB

SOLVER NAME= bsolo 3.2
BENCH NAME= PB12/normalized-PB12/OPT-SMALLINT-LIN/sroussel/NG/normalized-NG.dot_unif_20null20mast_rapportOE1.0_TMAX120_K192_cod2.opb
COMMAND LINE= bsolo -l2 -tTIMEOUT BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3708397-1338250433/watcher-3708397-1338250433 -o /tmp/evaluation-result-3708397-1338250433/solver-3708397-1338250433 -C 1800 -W 1900 -M 15500  bsolo -l2 -t1800 HOME/instance-3708397-1338250433.opb

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

MD5SUM BENCH= 56c896ad570d19cbe5f94a10c4a31629
RANDOM SEED=1190279963

node123.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/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		: 2667.217
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.43
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.217
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.217
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.217
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.217
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.217
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.217
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.217
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        31065732 kB
Buffers:          374444 kB
Cached:           369400 kB
SwapCached:          972 kB
Active:           619616 kB
Inactive:         345940 kB
Active(anon):     213608 kB
Inactive(anon):     8356 kB
Active(file):     406008 kB
Inactive(file):   337584 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67102960 kB
Dirty:             31424 kB
Writeback:            24 kB
AnonPages:        228044 kB
Mapped:            11032 kB
Shmem:                 0 kB
Slab:             703836 kB
SReclaimable:     147840 kB
SUnreclaim:       555996 kB
KernelStack:        1448 kB
PageTables:         4236 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     343408 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    196608 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71620 MiB
End job on node123 at 2012-05-29 02:43:52