Trace number 3708374

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.51 1798.82

General information on the benchmark

Name/OPT-SMALLINT-LIN/sroussel/NG/
normalized-NG.dot_fibo_50null0mast_rapportOE2.0_TMAX120_K192_cod2.opb
MD5SUM2c2ad4d860134cc053a8a3877f1b5de5
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-1995
Best CPU time to get the best result obtained on this benchmark1801.02
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 892
Biggest coefficient in the objective function 6765
Number of bits for the biggest coefficient in the objective function 13
Sum of the numbers in the objective function 784454
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 6765
Number of bits of the biggest number in a constraint 13
Biggest sum of numbers in a constraint 784454
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-3708374-1338251414.opb
0.00/0.00	c File size is 28225771 bytes.
3.38/3.48	c Highest Coefficient sum: 784454
3.38/3.48	c Parsing was ok!!
3.38/3.48	c Total parsing time: 3.486 s
3.69/3.71	c Var: 400896 Constr: 402763 400785/1977/1 Lit: 2338937 Watch. Lit: 1260386
3.69/3.71	c Obj. Vars: 892 (0.222502 % of total variables)
182.73/182.87	c Pre-processing Time: 182.81 s
182.73/182.88	c    Confl   Vars     Ctrs     Lits  LPC   W.Lits     Max Learnt Conf/s Time
182.73/182.88	c        0 399802   401514  2331406    5  1256701  500000      0      0 182.81
182.73/182.88	c Switching off lower bounding mode.
1798.48/1798.81	c      101 388990   401618  2413730    6  1257494  550001    104      0 196.69
1798.48/1798.81	c      252 388990   401779  2428626    6  1258596  605002    265      1 197.81
1798.48/1798.81	c      477 388990   402013  2514327    6  1259138  665503    499      1 256.10
1798.48/1798.81	c      815 388990   402369  2687150    6  1259850  732054    855      2 355.25
1798.48/1798.81	c     1323 388990   402889  3008512    7  1260890  805260   1375      2 642.08
1798.48/1798.81	c     2086 388990   403679  3559389    8  1262474  885787   2165      1 1055.31
1798.48/1798.81	c     3233 388990   404848  4237221   10  1265352  974366   3334      2 1585.96
1798.48/1798.81	c Resources Exceeded
1798.48/1798.81	c  Rst    Confl    NCB      Dec     Ctrs     Lits Learnt Conf/s Time
1798.48/1798.81	c    7     3660   2653  2118093   405293  4531007   3779      2 1798.50
1798.48/1798.81	s UNKNOWN
1798.48/1798.81	c Total time: 1798.5 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-3708374-1338251414/watcher-3708374-1338251414 -o /tmp/evaluation-result-3708374-1338251414/solver-3708374-1338251414 -C 1800 -W 1900 -M 15500 bsolo -l2 -t1800 HOME/instance-3708374-1338251414.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.00 2.00 1.87 3/174 26523
/proc/meminfo: memFree=27564212/32873648 swapFree=6864/6864
[pid=26523] ppid=26521 vsize=38648 CPUtime=0 cores=1,3,5,7
/proc/26523/stat : 26523 (bsolo) R 26521 26523 24197 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 291267456 39575552 316 33554432000 134512640 137138936 4290511488 4290509896 136506715 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26523/statm: 9662 317 181 642 0 2126 0

[startup+0.0835911 s]
/proc/loadavg: 2.00 2.00 1.87 3/174 26523
/proc/meminfo: memFree=27564212/32873648 swapFree=6864/6864
[pid=26523] ppid=26521 vsize=42492 CPUtime=0.08 cores=1,3,5,7
/proc/26523/stat : 26523 (bsolo) R 26521 26523 24197 0 -1 4202496 1575 0 0 0 8 0 0 0 20 0 1 0 291267456 43511808 1488 33554432000 134512640 137138936 4290511488 4290509752 136506715 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26523/statm: 10623 1488 409 642 0 3087 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 42492

[startup+0.100238 s]
/proc/loadavg: 2.00 2.00 1.87 3/174 26523
/proc/meminfo: memFree=27564212/32873648 swapFree=6864/6864
[pid=26523] ppid=26521 vsize=43176 CPUtime=0.09 cores=1,3,5,7
/proc/26523/stat : 26523 (bsolo) R 26521 26523 24197 0 -1 4202496 1802 0 0 0 9 0 0 0 20 0 1 0 291267456 44212224 1715 33554432000 134512640 137138936 4290511488 4290510016 134517302 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26523/statm: 10794 1715 455 642 0 3258 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 43176

[startup+0.300207 s]
/proc/loadavg: 2.00 2.00 1.87 3/174 26523
/proc/meminfo: memFree=27564212/32873648 swapFree=6864/6864
[pid=26523] ppid=26521 vsize=49872 CPUtime=0.29 cores=1,3,5,7
/proc/26523/stat : 26523 (bsolo) R 26521 26523 24197 0 -1 4202496 4102 0 0 0 29 0 0 0 20 0 1 0 291267456 51068928 3887 33554432000 134512640 137138936 4290511488 4290510016 134517592 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26523/statm: 12468 3887 988 642 0 4932 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 49872

[startup+0.700236 s]
/proc/loadavg: 2.00 2.00 1.87 3/174 26523
/proc/meminfo: memFree=27564212/32873648 swapFree=6864/6864
[pid=26523] ppid=26521 vsize=63560 CPUtime=0.69 cores=1,3,5,7
/proc/26523/stat : 26523 (bsolo) R 26521 26523 24197 0 -1 4202496 8767 0 0 0 68 1 0 0 20 0 1 0 291267456 65085440 8298 33554432000 134512640 137138936 4290511488 4290509840 136577166 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26523/statm: 15890 8298 1994 642 0 8354 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 63560

[startup+1.50023 s]
/proc/loadavg: 2.00 2.00 1.87 3/175 26524
/proc/meminfo: memFree=27527756/32873648 swapFree=6864/6864
[pid=26523] ppid=26521 vsize=91040 CPUtime=1.49 cores=1,3,5,7
/proc/26523/stat : 26523 (bsolo) R 26521 26523 24197 0 -1 4202496 17847 0 0 0 147 2 0 0 20 0 1 0 291267456 93224960 16872 33554432000 134512640 137138936 4290511488 4290509768 136506715 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26523/statm: 22760 16872 3716 642 0 15224 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 91040

[startup+3.10022 s]
/proc/loadavg: 2.00 2.00 1.87 3/175 26524
/proc/meminfo: memFree=27492916/32873648 swapFree=6864/6864
[pid=26523] ppid=26521 vsize=122704 CPUtime=3.08 cores=1,3,5,7
/proc/26523/stat : 26523 (bsolo) R 26521 26523 24197 0 -1 4202496 27858 0 0 0 305 3 0 0 20 0 1 0 291267456 125648896 27405 33554432000 134512640 137138936 4290511488 4290510016 134517302 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26523/statm: 30676 27405 6489 642 0 23140 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 122704

[startup+6.30032 s]
/proc/loadavg: 2.00 2.00 1.87 3/176 26530
/proc/meminfo: memFree=27398720/32873648 swapFree=6864/6864
[pid=26523] ppid=26521 vsize=175396 CPUtime=6.29 cores=1,3,5,7
/proc/26523/stat : 26523 (bsolo) R 26521 26523 24197 0 -1 4202496 45101 0 0 0 623 6 0 0 20 0 1 0 291267456 179605504 40197 33554432000 134512640 137138936 4290511488 4285699248 134542525 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26523/statm: 43849 40197 184 642 0 43205 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 175396

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 1.87 3/178 26555
/proc/meminfo: memFree=27245332/32873648 swapFree=6864/6864
[pid=26523] ppid=26521 vsize=175396 CPUtime=12.68 cores=1,3,5,7
/proc/26523/stat : 26523 (bsolo) R 26521 26523 24197 0 -1 4202496 45109 0 0 0 1262 6 0 0 20 0 1 0 291267456 179605504 40197 33554432000 134512640 137138936 4290511488 4285699248 134542187 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26523/statm: 43849 40197 184 642 0 43205 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 175396

[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 1.87 3/178 26555
/proc/meminfo: memFree=27246364/32873648 swapFree=6864/6864
[pid=26523] ppid=26521 vsize=175396 CPUtime=25.47 cores=1,3,5,7
/proc/26523/stat : 26523 (bsolo) R 26521 26523 24197 0 -1 4202496 45117 0 0 0 2541 6 0 0 20 0 1 0 291267456 179605504 40197 33554432000 134512640 137138936 4290511488 4285699032 136504423 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26523/statm: 43849 40197 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.00 2.00 1.88 3/177 26555
/proc/meminfo: memFree=27246872/32873648 swapFree=6864/6864
[pid=26523] ppid=26521 vsize=175528 CPUtime=51.06 cores=1,3,5,7
/proc/26523/stat : 26523 (bsolo) R 26521 26523 24197 0 -1 4202496 45141 0 0 0 5099 7 0 0 20 0 1 0 291267456 179740672 40204 33554432000 134512640 137138936 4290511488 4285699472 134566426 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26523/statm: 43882 40204 184 642 0 43238 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 175528

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 1.88 3/177 26555
/proc/meminfo: memFree=27243284/32873648 swapFree=6864/6864
[pid=26523] ppid=26521 vsize=175528 CPUtime=102.25 cores=1,3,5,7
/proc/26523/stat : 26523 (bsolo) R 26521 26523 24197 0 -1 4202496 45157 0 0 0 10217 8 0 0 20 0 1 0 291267456 179740672 40878 33554432000 134512640 137138936 4290511488 4285698948 136500383 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26523/statm: 43882 40878 184 642 0 43238 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 175528

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 1.89 3/177 26556
/proc/meminfo: memFree=27242940/32873648 swapFree=6864/6864
[pid=26523] ppid=26521 vsize=175528 CPUtime=162.23 cores=1,3,5,7
/proc/26523/stat : 26523 (bsolo) R 26521 26523 24197 0 -1 4202496 45161 0 0 0 16213 10 0 0 20 0 1 0 291267456 179740672 40882 33554432000 134512640 137138936 4290511488 4285699248 134542233 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26523/statm: 43882 40882 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.06 2.01 1.90 3/177 26556
/proc/meminfo: memFree=27223236/32873648 swapFree=6864/6864
[pid=26523] ppid=26521 vsize=180436 CPUtime=222.22 cores=1,3,5,7
/proc/26523/stat : 26523 (bsolo) R 26521 26523 24197 0 -1 4202496 279476 0 0 0 22092 130 0 0 20 0 1 0 291267456 184766464 42655 33554432000 134512640 137138936 4290511488 4290509984 134618214 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26523/statm: 45109 42655 192 642 0 44465 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 180436

[startup+282.3 s]
/proc/loadavg: 2.02 2.01 1.91 3/177 26556
/proc/meminfo: memFree=27224728/32873648 swapFree=6864/6864
[pid=26523] ppid=26521 vsize=181208 CPUtime=282.21 cores=1,3,5,7
/proc/26523/stat : 26523 (bsolo) R 26521 26523 24197 0 -1 4202496 400649 0 0 0 28066 155 0 0 20 0 1 0 291267456 185556992 42848 33554432000 134512640 137138936 4290511488 4290509984 134618214 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26523/statm: 45302 42848 192 642 0 44658 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 181208

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/177 26556
/proc/meminfo: memFree=27223804/32873648 swapFree=6864/6864
[pid=26523] ppid=26521 vsize=182132 CPUtime=342.21 cores=1,3,5,7
/proc/26523/stat : 26523 (bsolo) R 26521 26523 24197 0 -1 4202496 621829 0 0 0 34017 204 0 0 20 0 1 0 291267456 186503168 43079 33554432000 134512640 137138936 4290511488 4290509984 134618214 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26523/statm: 45533 43079 192 642 0 44889 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 182132

[startup+402.3 s]
/proc/loadavg: 2.05 2.01 1.91 3/177 26556
/proc/meminfo: memFree=27222560/32873648 swapFree=6864/6864
[pid=26523] ppid=26521 vsize=182524 CPUtime=402.2 cores=1,3,5,7
/proc/26523/stat : 26523 (bsolo) R 26521 26523 24197 0 -1 4202496 679563 0 0 0 40001 219 0 0 20 0 1 0 291267456 186904576 43177 33554432000 134512640 137138936 4290511488 4290509912 134606982 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26523/statm: 45631 43177 192 642 0 44987 0
Current children cumulated CPU time (s) 402.2
Current children cumulated vsize (KiB) 182524

[startup+462.3 s]
/proc/loadavg: 2.02 2.01 1.91 3/177 26557
/proc/meminfo: memFree=27217436/32873648 swapFree=6864/6864
[pid=26523] ppid=26521 vsize=183244 CPUtime=462.19 cores=1,3,5,7
/proc/26523/stat : 26523 (bsolo) R 26521 26523 24197 0 -1 4202496 784577 0 0 0 45978 241 0 0 20 0 1 0 291267456 187641856 43357 33554432000 134512640 137138936 4290511488 4290509984 134618214 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26523/statm: 45811 43357 192 642 0 45167 0
Current children cumulated CPU time (s) 462.19
Current children cumulated vsize (KiB) 183244

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/177 26557
/proc/meminfo: memFree=27216504/32873648 swapFree=6864/6864
[pid=26523] ppid=26521 vsize=180952 CPUtime=522.18 cores=1,3,5,7
/proc/26523/stat : 26523 (bsolo) R 26521 26523 24197 0 -1 4202496 901678 0 0 0 51950 268 0 0 20 0 1 0 291267456 185294848 42784 33554432000 134512640 137138936 4290511488 4290510416 134542613 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26523/statm: 45238 42784 192 642 0 44594 0
Current children cumulated CPU time (s) 522.18
Current children cumulated vsize (KiB) 180952

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/177 26557
/proc/meminfo: memFree=27212908/32873648 swapFree=6864/6864
[pid=26523] ppid=26521 vsize=184988 CPUtime=582.17 cores=1,3,5,7
/proc/26523/stat : 26523 (bsolo) R 26521 26523 24197 0 -1 4202496 1016291 0 0 0 57923 294 0 0 20 0 1 0 291267456 189427712 43793 33554432000 134512640 137138936 4290511488 4290509984 134618214 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26523/statm: 46247 43793 192 642 0 45603 0
Current children cumulated CPU time (s) 582.17
Current children cumulated vsize (KiB) 184988

[startup+642.3 s]

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

/proc/meminfo: memFree=27206804/32873648 swapFree=6864/6864
[pid=26523] ppid=26521 vsize=193488 CPUtime=1122.08 cores=1,3,5,7
/proc/26523/stat : 26523 (bsolo) R 26521 26523 24197 0 -1 4202496 1987805 0 0 0 111699 509 0 0 20 0 1 0 291267456 198131712 45918 33554432000 134512640 137138936 4290511488 4290509984 134618214 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26523/statm: 48372 45918 192 642 0 47728 0
Current children cumulated CPU time (s) 1122.08
Current children cumulated vsize (KiB) 193488

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/177 26562
/proc/meminfo: memFree=27202588/32873648 swapFree=6864/6864
[pid=26523] ppid=26521 vsize=194564 CPUtime=1182.07 cores=1,3,5,7
/proc/26523/stat : 26523 (bsolo) R 26521 26523 24197 0 -1 4202496 2101395 0 0 0 117672 535 0 0 20 0 1 0 291267456 199233536 46187 33554432000 134512640 137138936 4290511488 4290509984 134618214 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26523/statm: 48641 46187 192 642 0 47997 0
Current children cumulated CPU time (s) 1182.07
Current children cumulated vsize (KiB) 194564

[startup+1242.3 s]
/proc/loadavg: 2.06 2.02 1.93 3/178 26565
/proc/meminfo: memFree=27198428/32873648 swapFree=6864/6864
[pid=26523] ppid=26521 vsize=195436 CPUtime=1242.06 cores=1,3,5,7
/proc/26523/stat : 26523 (bsolo) R 26521 26523 24197 0 -1 4202496 2216450 0 0 0 123645 561 0 0 20 0 1 0 291267456 200126464 46405 33554432000 134512640 137138936 4290511488 4290509984 134618214 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26523/statm: 48859 46405 192 642 0 48215 0
Current children cumulated CPU time (s) 1242.06
Current children cumulated vsize (KiB) 195436

[startup+1302.3 s]
/proc/loadavg: 2.02 2.01 1.93 3/177 26565
/proc/meminfo: memFree=27194776/32873648 swapFree=6864/6864
[pid=26523] ppid=26521 vsize=196276 CPUtime=1302.06 cores=1,3,5,7
/proc/26523/stat : 26523 (bsolo) R 26521 26523 24197 0 -1 4202496 2320324 0 0 0 129619 587 0 0 20 0 1 0 291267456 200986624 46615 33554432000 134512640 137138936 4290511488 4290509984 134618214 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26523/statm: 49069 46615 192 642 0 48425 0
Current children cumulated CPU time (s) 1302.06
Current children cumulated vsize (KiB) 196276

[startup+1362.3 s]
/proc/loadavg: 2.04 2.02 1.93 3/177 26566
/proc/meminfo: memFree=27193784/32873648 swapFree=6864/6864
[pid=26523] ppid=26521 vsize=197212 CPUtime=1362.05 cores=1,3,5,7
/proc/26523/stat : 26523 (bsolo) R 26521 26523 24197 0 -1 4202496 2452053 0 0 0 135587 618 0 0 20 0 1 0 291267456 201945088 46849 33554432000 134512640 137138936 4290511488 4290509984 134618214 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26523/statm: 49303 46849 192 642 0 48659 0
Current children cumulated CPU time (s) 1362.05
Current children cumulated vsize (KiB) 197212

[startup+1422.31 s]
/proc/loadavg: 2.11 2.04 1.94 3/177 26566
/proc/meminfo: memFree=27193412/32873648 swapFree=6864/6864
[pid=26523] ppid=26521 vsize=198016 CPUtime=1422.04 cores=1,3,5,7
/proc/26523/stat : 26523 (bsolo) R 26521 26523 24197 0 -1 4202496 2565516 0 0 0 141562 642 0 0 20 0 1 0 291267456 202768384 47049 33554432000 134512640 137138936 4290511488 4290509984 134618214 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26523/statm: 49504 47049 192 642 0 48860 0
Current children cumulated CPU time (s) 1422.04
Current children cumulated vsize (KiB) 198016

[startup+1482.3 s]
/proc/loadavg: 2.14 2.06 1.95 3/177 26566
/proc/meminfo: memFree=27194404/32873648 swapFree=6864/6864
[pid=26523] ppid=26521 vsize=198888 CPUtime=1482.03 cores=1,3,5,7
/proc/26523/stat : 26523 (bsolo) R 26521 26523 24197 0 -1 4202496 2713740 0 0 0 147527 676 0 0 20 0 1 0 291267456 203661312 47268 33554432000 134512640 137138936 4290511488 4290509984 134618214 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26523/statm: 49722 47268 192 642 0 49078 0
Current children cumulated CPU time (s) 1482.03
Current children cumulated vsize (KiB) 198888

[startup+1542.3 s]
/proc/loadavg: 2.09 2.06 1.96 3/177 26566
/proc/meminfo: memFree=27191860/32873648 swapFree=6864/6864
[pid=26523] ppid=26521 vsize=199680 CPUtime=1542.02 cores=1,3,5,7
/proc/26523/stat : 26523 (bsolo) R 26521 26523 24197 0 -1 4202496 2818006 0 0 0 153504 698 0 0 20 0 1 0 291267456 204472320 47466 33554432000 134512640 137138936 4290511488 4290509984 134618214 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26523/statm: 49920 47466 192 642 0 49276 0
Current children cumulated CPU time (s) 1542.02
Current children cumulated vsize (KiB) 199680

[startup+1602.3 s]
/proc/loadavg: 2.06 2.06 1.96 3/177 26566
/proc/meminfo: memFree=27190500/32873648 swapFree=6864/6864
[pid=26523] ppid=26521 vsize=200836 CPUtime=1602.01 cores=1,3,5,7
/proc/26523/stat : 26523 (bsolo) R 26521 26523 24197 0 -1 4202496 2950502 0 0 0 159473 728 0 0 20 0 1 0 291267456 205656064 47755 33554432000 134512640 137138936 4290511488 4290509984 134618214 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26523/statm: 50209 47755 192 642 0 49565 0
Current children cumulated CPU time (s) 1602.01
Current children cumulated vsize (KiB) 200836

[startup+1662.3 s]
/proc/loadavg: 2.06 2.06 1.97 3/176 26566
/proc/meminfo: memFree=27192300/32873648 swapFree=6864/6864
[pid=26523] ppid=26521 vsize=201808 CPUtime=1662 cores=1,3,5,7
/proc/26523/stat : 26523 (bsolo) R 26521 26523 24197 0 -1 4202496 3068629 0 0 0 165445 755 0 0 20 0 1 0 291267456 206651392 47998 33554432000 134512640 137138936 4290511488 4290510140 136297616 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26523/statm: 50452 47998 192 642 0 49808 0
Current children cumulated CPU time (s) 1662
Current children cumulated vsize (KiB) 201808

[startup+1722.3 s]
/proc/loadavg: 2.09 2.06 1.97 3/177 26567
/proc/meminfo: memFree=27188572/32873648 swapFree=6864/6864
[pid=26523] ppid=26521 vsize=202664 CPUtime=1721.99 cores=1,3,5,7
/proc/26523/stat : 26523 (bsolo) R 26521 26523 24197 0 -1 4202496 3174007 0 0 0 171420 779 0 0 20 0 1 0 291267456 207527936 48212 33554432000 134512640 137138936 4290511488 4290509984 134618214 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26523/statm: 50666 48212 192 642 0 50022 0
Current children cumulated CPU time (s) 1721.99
Current children cumulated vsize (KiB) 202664

[startup+1782.3 s]
/proc/loadavg: 2.03 2.05 1.97 3/177 26567
/proc/meminfo: memFree=27186960/32873648 swapFree=6864/6864
[pid=26523] ppid=26521 vsize=203680 CPUtime=1781.98 cores=1,3,5,7
/proc/26523/stat : 26523 (bsolo) R 26521 26523 24197 0 -1 4202496 3276496 0 0 0 177398 800 0 0 20 0 1 0 291267456 208568320 48466 33554432000 134512640 137138936 4290511488 4290509984 134618214 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26523/statm: 50920 48466 192 642 0 50276 0
Current children cumulated CPU time (s) 1781.98
Current children cumulated vsize (KiB) 203680

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

[startup+1791.91 s]
/proc/loadavg: 2.02 2.05 1.97 3/178 26570
/proc/meminfo: memFree=27189372/32873648 swapFree=6864/6864
[pid=26523] ppid=26521 vsize=200684 CPUtime=1791.59 cores=1,3,5,7
/proc/26523/stat : 26523 (bsolo) R 26521 26523 24197 0 -1 4202496 3293541 0 0 0 178355 804 0 0 20 0 1 0 291267456 205500416 47717 33554432000 134512640 137138936 4290511488 4290510416 134542516 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26523/statm: 50171 47717 192 642 0 49527 0
Current children cumulated CPU time (s) 1791.59
Current children cumulated vsize (KiB) 200684

[startup+1795.1 s]
/proc/loadavg: 2.02 2.05 1.97 3/178 26570
/proc/meminfo: memFree=27189496/32873648 swapFree=6864/6864
[pid=26523] ppid=26521 vsize=203864 CPUtime=1794.79 cores=1,3,5,7
/proc/26523/stat : 26523 (bsolo) R 26521 26523 24197 0 -1 4202496 3298523 0 0 0 178674 805 0 0 20 0 1 0 291267456 208756736 48512 33554432000 134512640 137138936 4290511488 4290509984 134618214 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26523/statm: 50966 48512 192 642 0 50322 0
Current children cumulated CPU time (s) 1794.79
Current children cumulated vsize (KiB) 203864

[startup+1796.7 s]
/proc/loadavg: 2.02 2.05 1.97 3/178 26570
/proc/meminfo: memFree=27190056/32873648 swapFree=6864/6864
[pid=26523] ppid=26521 vsize=203888 CPUtime=1796.38 cores=1,3,5,7
/proc/26523/stat : 26523 (bsolo) R 26521 26523 24197 0 -1 4202496 3301348 0 0 0 178832 806 0 0 20 0 1 0 291267456 208781312 48518 33554432000 134512640 137138936 4290511488 4290509984 134618214 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26523/statm: 50972 48518 192 642 0 50328 0
Current children cumulated CPU time (s) 1796.38
Current children cumulated vsize (KiB) 203888

[startup+1797.5 s]
/proc/loadavg: 2.02 2.05 1.97 3/178 26570
/proc/meminfo: memFree=27189808/32873648 swapFree=6864/6864
[pid=26523] ppid=26521 vsize=203900 CPUtime=1797.18 cores=1,3,5,7
/proc/26523/stat : 26523 (bsolo) R 26521 26523 24197 0 -1 4202496 3303404 0 0 0 178912 806 0 0 20 0 1 0 291267456 208793600 48521 33554432000 134512640 137138936 4290511488 4290509984 134618214 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26523/statm: 50975 48521 192 642 0 50331 0
Current children cumulated CPU time (s) 1797.18
Current children cumulated vsize (KiB) 203900

[startup+1798.3 s]
/proc/loadavg: 2.02 2.05 1.97 3/178 26570
/proc/meminfo: memFree=27189808/32873648 swapFree=6864/6864
[pid=26523] ppid=26521 vsize=203916 CPUtime=1797.97 cores=1,3,5,7
/proc/26523/stat : 26523 (bsolo) R 26521 26523 24197 0 -1 4202496 3305567 0 0 0 178991 806 0 0 20 0 1 0 291267456 208809984 48525 33554432000 134512640 137138936 4290511488 4290509984 134618214 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26523/statm: 50979 48525 192 642 0 50335 0
Current children cumulated CPU time (s) 1797.97
Current children cumulated vsize (KiB) 203916

[startup+1798.7 s]
/proc/loadavg: 2.02 2.05 1.97 3/178 26570
/proc/meminfo: memFree=27187760/32873648 swapFree=6864/6864
[pid=26523] ppid=26521 vsize=203916 CPUtime=1798.37 cores=1,3,5,7
/proc/26523/stat : 26523 (bsolo) R 26521 26523 24197 0 -1 4202496 3305567 0 0 0 179031 806 0 0 20 0 1 0 291267456 208809984 48525 33554432000 134512640 137138936 4290511488 4290509984 134618214 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26523/statm: 50979 48525 192 642 0 50335 0
Current children cumulated CPU time (s) 1798.37
Current children cumulated vsize (KiB) 203916

[startup+1798.8 s]
/proc/loadavg: 2.02 2.05 1.97 3/178 26570
/proc/meminfo: memFree=27187760/32873648 swapFree=6864/6864
[pid=26523] ppid=26521 vsize=206720 CPUtime=1798.48 cores=1,3,5,7
/proc/26523/stat : 26523 (bsolo) R 26521 26523 24197 0 -1 4202496 3306056 0 0 0 179041 807 0 0 20 0 1 0 291267456 211681280 49014 33554432000 134512640 137138936 4290511488 4290510016 134602746 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26523/statm: 51680 49014 192 642 0 51036 0
Current children cumulated CPU time (s) 1798.48
Current children cumulated vsize (KiB) 206720

Child status: 0
Real time (s): 1798.82
CPU time (s): 1798.51
CPU user time (s): 1790.44
CPU system time (s): 8.07377
CPU usage (%): 99.9828
Max. virtual memory (cumulated for all children) (KiB): 206720

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1790.44
system time used= 8.07377
maximum resident set size= 196780
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3306236
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= 1850

runsolver used 3.47747 second user time and 10.2514 second system time

The end

Launcher Data

Begin job on node120 at 2012-05-29 02:30:15
IDJOB=3708374
IDBENCH=91120
IDSOLVER=2286
FILE ID=node120/3708374-1338251414
RUNJOBID= node120-1338249614-26412
PBS_JOBID= 14624650
Free space on /tmp= 71448 MiB

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

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

MD5SUM BENCH= 2c2ad4d860134cc053a8a3877f1b5de5
RANDOM SEED=705431630

node120.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		: 2666.456
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	: 5332.91
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		: 2666.456
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		: 2666.456
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		: 2666.456
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.88
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		: 2666.456
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		: 2666.456
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.83
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		: 2666.456
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		: 2666.456
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:        27564484 kB
Buffers:          507412 kB
Cached:          3867900 kB
SwapCached:          636 kB
Active:          1237876 kB
Inactive:        3155992 kB
Active(anon):       7700 kB
Inactive(anon):    12584 kB
Active(file):    1230176 kB
Inactive(file):  3143408 kB
Unevictable:        6864 kB
Mlocked:            6864 kB
SwapTotal:      67108856 kB
SwapFree:       67107896 kB
Dirty:             34988 kB
Writeback:             4 kB
AnonPages:         18844 kB
Mapped:            14184 kB
Shmem:               120 kB
Slab:             777200 kB
SReclaimable:     221608 kB
SUnreclaim:       555592 kB
KernelStack:        1472 kB
PageTables:         3496 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     109780 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 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= 71448 MiB
End job on node120 at 2012-05-29 03:00:14