Trace number 3708398

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.03 1798.36

General information on the benchmark

Name/OPT-SMALLINT-LIN/sroussel/NG/
normalized-NG.dot_unif_20null20mast_rapportOE2.0_TMAX15_K192_cod2.opb
MD5SUM93a343a9af9e00903cf416438942ba6c
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-10175
Best CPU time to get the best result obtained on this benchmark591.962
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 884981
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 884981
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-3708398-1338250591.opb
0.00/0.00	c File size is 28233906 bytes.
3.69/3.73	c Highest Coefficient sum: 884981
3.69/3.73	c Parsing was ok!!
3.69/3.73	c Total parsing time: 3.731 s
3.99/4.03	c Var: 400896 Constr: 402763 400785/1977/1 Lit: 2338937 Watch. Lit: 1260493
3.99/4.03	c Obj. Vars: 1427 (0.355953 % of total variables)
183.02/183.16	c Pre-processing Time: 183.086 s
183.02/183.18	c    Confl   Vars     Ctrs     Lits  LPC   W.Lits     Max Learnt Conf/s Time
183.02/183.18	c        0 400362   402238  2335766    5  1259443  500000      0      0 183.09
183.02/183.18	c Switching off lower bounding mode.
1797.96/1798.35	c      102 397944   402350  2346758    5  1260290  550001    112      0 189.64
1797.96/1798.35	c      256 397944   402504  2388054    5  1260598  605002    266      1 198.96
1797.96/1798.35	c      481 389375   402755  2420636    6  1261397  665503    517      1 293.01
1797.96/1798.35	c      819 389375   403093  2472834    6  1262073  732054    855      2 308.46
1797.96/1798.35	c     1327 389375   403605  2537789    6  1263695  805260   1367      3 391.88
1797.96/1798.35	c     2090 389375   404375  2657091    6  1265234  885787   2137      2 697.89
1797.96/1798.35	c     3236 389375   405594  3010016    7  1267685  974366   3356      2 1562.27
1797.96/1798.35	c Resources Exceeded
1797.96/1798.35	c  Rst    Confl    NCB      Dec     Ctrs     Lits Learnt Conf/s Time
1797.96/1798.35	c    7     4611   4156  2951856   407037  3364241   4799      2 1798.02
1797.96/1798.35	s UNKNOWN
1797.96/1798.35	c Total time: 1798.02 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-3708398-1338250591/watcher-3708398-1338250591 -o /tmp/evaluation-result-3708398-1338250591/solver-3708398-1338250591 -C 1800 -W 1900 -M 15500 bsolo -l2 -t1800 HOME/instance-3708398-1338250591.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: 1.84 1.97 1.99 3/175 9410
/proc/meminfo: memFree=28756176/32873844 swapFree=7372/7372
[pid=9410] ppid=9408 vsize=38656 CPUtime=0 cores=1,3,5,7
/proc/9410/stat : 9410 (bsolo) R 9408 9410 9369 0 -1 4202496 370 0 0 0 0 0 0 0 20 0 1 0 291184005 39583744 323 33554432000 134512640 137138936 4288816368 4288814616 136506715 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/9410/statm: 9664 324 182 642 0 2126 0

[startup+0.0662319 s]
/proc/loadavg: 1.84 1.97 1.99 3/175 9410
/proc/meminfo: memFree=28756176/32873844 swapFree=7372/7372
[pid=9410] ppid=9408 vsize=41812 CPUtime=0.06 cores=1,3,5,7
/proc/9410/stat : 9410 (bsolo) R 9408 9410 9369 0 -1 4202496 1363 0 0 0 6 0 0 0 20 0 1 0 291184005 42815488 1276 33554432000 134512640 137138936 4288816368 4288814616 136506715 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/9410/statm: 10453 1277 357 642 0 2915 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 41812

[startup+0.100261 s]
/proc/loadavg: 1.84 1.97 1.99 3/175 9410
/proc/meminfo: memFree=28756176/32873844 swapFree=7372/7372
[pid=9410] ppid=9408 vsize=43188 CPUtime=0.09 cores=1,3,5,7
/proc/9410/stat : 9410 (bsolo) R 9408 9410 9369 0 -1 4202496 1799 0 0 0 9 0 0 0 20 0 1 0 291184005 44224512 1712 33554432000 134512640 137138936 4288816368 4288814584 136506715 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/9410/statm: 10797 1713 453 642 0 3259 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 43188

[startup+0.30025 s]
/proc/loadavg: 1.84 1.97 1.99 3/175 9410
/proc/meminfo: memFree=28756176/32873844 swapFree=7372/7372
[pid=9410] ppid=9408 vsize=49880 CPUtime=0.29 cores=1,3,5,7
/proc/9410/stat : 9410 (bsolo) R 9408 9410 9369 0 -1 4202496 4094 0 0 0 29 0 0 0 20 0 1 0 291184005 51077120 3879 33554432000 134512640 137138936 4288816368 4288810984 136506715 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/9410/statm: 12470 3879 982 642 0 4932 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 49880

[startup+0.700268 s]
/proc/loadavg: 1.84 1.97 1.99 3/175 9410
/proc/meminfo: memFree=28756176/32873844 swapFree=7372/7372
[pid=9410] ppid=9408 vsize=63148 CPUtime=0.69 cores=1,3,5,7
/proc/9410/stat : 9410 (bsolo) R 9408 9410 9369 0 -1 4202496 8620 0 0 0 68 1 0 0 20 0 1 0 291184005 64663552 8151 33554432000 134512640 137138936 4288816368 4288814760 134517511 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/9410/statm: 15787 8151 1963 642 0 8249 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 63148

[startup+2.048 s]
/proc/loadavg: 1.84 1.97 1.99 3/175 9410
/proc/meminfo: memFree=28756176/32873844 swapFree=7372/7372
[pid=9410] ppid=9408 vsize=104892 CPUtime=2.03 cores=1,3,5,7
/proc/9410/stat : 9410 (bsolo) R 9408 9410 9369 0 -1 4202496 21561 0 0 0 199 4 0 0 20 0 1 0 291184005 107409408 20982 33554432000 134512640 137138936 4288816368 4288814776 136506715 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/9410/statm: 26223 20982 4479 642 0 18685 0
Current children cumulated CPU time (s) 2.03
Current children cumulated vsize (KiB) 104892

[startup+3.10027 s]
/proc/loadavg: 1.84 1.97 1.99 3/179 9414
/proc/meminfo: memFree=28613760/32873844 swapFree=7372/7372
[pid=9410] ppid=9408 vsize=121256 CPUtime=3.09 cores=1,3,5,7
/proc/9410/stat : 9410 (bsolo) R 9408 9410 9369 0 -1 4202496 27768 0 0 0 303 6 0 0 20 0 1 0 291184005 124166144 26804 33554432000 134512640 137138936 4288816368 4288814896 134517403 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/9410/statm: 30314 26805 6196 642 0 22776 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 121256

[startup+6.30032 s]
/proc/loadavg: 1.85 1.97 1.99 3/179 9414
/proc/meminfo: memFree=28441860/32873844 swapFree=7372/7372
[pid=9410] ppid=9408 vsize=168404 CPUtime=6.29 cores=1,3,5,7
/proc/9410/stat : 9410 (bsolo) R 9408 9410 9369 0 -1 4202496 43916 0 0 0 621 8 0 0 20 0 1 0 291184005 172445696 38499 33554432000 134512640 137138936 4288816368 4284004128 134542516 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/9410/statm: 42101 38499 184 642 0 41457 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 168404

[startup+12.7003 s]
/proc/loadavg: 1.86 1.97 1.99 3/179 9414
/proc/meminfo: memFree=28441544/32873844 swapFree=7372/7372
[pid=9410] ppid=9408 vsize=168536 CPUtime=12.69 cores=1,3,5,7
/proc/9410/stat : 9410 (bsolo) R 9408 9410 9369 0 -1 4202496 43924 0 0 0 1261 8 0 0 20 0 1 0 291184005 172580864 38507 33554432000 134512640 137138936 4288816368 4284004128 134542128 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/9410/statm: 42134 38507 184 642 0 41490 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 168536

[startup+25.5003 s]
/proc/loadavg: 1.89 1.97 1.99 3/179 9414
/proc/meminfo: memFree=28442156/32873844 swapFree=7372/7372
[pid=9410] ppid=9408 vsize=168536 CPUtime=25.48 cores=1,3,5,7
/proc/9410/stat : 9410 (bsolo) R 9408 9410 9369 0 -1 4202496 43924 0 0 0 2540 8 0 0 20 0 1 0 291184005 172580864 38507 33554432000 134512640 137138936 4288816368 4284004304 134543427 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/9410/statm: 42134 38507 184 642 0 41490 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 168536

[startup+51.1003 s]
/proc/loadavg: 1.93 1.97 1.99 3/179 9414
/proc/meminfo: memFree=28442000/32873844 swapFree=7372/7372
[pid=9410] ppid=9408 vsize=168536 CPUtime=51.08 cores=1,3,5,7
/proc/9410/stat : 9410 (bsolo) R 9408 9410 9369 0 -1 4202496 43925 0 0 0 5100 8 0 0 20 0 1 0 291184005 172580864 38508 33554432000 134512640 137138936 4288816368 4284004128 134542128 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/9410/statm: 42134 38508 184 642 0 41490 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 168536

[startup+102.3 s]
/proc/loadavg: 1.97 1.97 1.99 3/179 9414
/proc/meminfo: memFree=28428920/32873844 swapFree=7372/7372
[pid=9410] ppid=9408 vsize=175400 CPUtime=102.28 cores=1,3,5,7
/proc/9410/stat : 9410 (bsolo) R 9408 9410 9369 0 -1 4202496 45667 0 0 0 10219 9 0 0 20 0 1 0 291184005 179609600 40249 33554432000 134512640 137138936 4288816368 4284004128 134542237 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/9410/statm: 43850 40249 184 642 0 43206 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 175400

[startup+162.3 s]
/proc/loadavg: 1.99 1.97 1.99 3/179 9414
/proc/meminfo: memFree=28428824/32873844 swapFree=7372/7372
[pid=9410] ppid=9408 vsize=175532 CPUtime=162.22 cores=1,3,5,7
/proc/9410/stat : 9410 (bsolo) R 9408 9410 9369 0 -1 4202496 45711 0 0 0 16212 10 0 0 20 0 1 0 291184005 179744768 40256 33554432000 134512640 137138936 4288816368 4284003912 136504449 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/9410/statm: 43883 40256 184 642 0 43239 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 175532

[startup+222.307 s]
/proc/loadavg: 1.99 1.97 1.99 3/180 9418
/proc/meminfo: memFree=28409292/32873844 swapFree=7372/7372
[pid=9410] ppid=9408 vsize=179032 CPUtime=222.21 cores=1,3,5,7
/proc/9410/stat : 9410 (bsolo) R 9408 9410 9369 0 -1 4202496 285470 0 0 0 22069 152 0 0 20 0 1 0 291184005 183328768 43099 33554432000 134512640 137138936 4288816368 4288814792 134606663 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/9410/statm: 44758 43099 192 642 0 44114 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 179032

[startup+282.3 s]
/proc/loadavg: 1.99 1.97 1.99 3/179 9418
/proc/meminfo: memFree=28407756/32873844 swapFree=7372/7372
[pid=9410] ppid=9408 vsize=179032 CPUtime=282.2 cores=1,3,5,7
/proc/9410/stat : 9410 (bsolo) R 9408 9410 9369 0 -1 4202496 329830 0 0 0 28050 170 0 0 20 0 1 0 291184005 183328768 43099 33554432000 134512640 137138936 4288816368 4288814792 134606964 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/9410/statm: 44758 43099 192 642 0 44114 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 179032

[startup+342.3 s]
/proc/loadavg: 1.99 1.97 1.99 3/179 9418
/proc/meminfo: memFree=28405656/32873844 swapFree=7372/7372
[pid=9410] ppid=9408 vsize=179964 CPUtime=342.19 cores=1,3,5,7
/proc/9410/stat : 9410 (bsolo) R 9408 9410 9369 0 -1 4202496 991316 0 0 0 33890 329 0 0 20 0 1 0 291184005 184283136 43332 33554432000 134512640 137138936 4288816368 4288814864 134618214 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/9410/statm: 44991 43332 192 642 0 44347 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 179964

[startup+402.3 s]
/proc/loadavg: 1.99 1.97 1.99 3/179 9418
/proc/meminfo: memFree=28402244/32873844 swapFree=7372/7372
[pid=9410] ppid=9408 vsize=182308 CPUtime=402.18 cores=1,3,5,7
/proc/9410/stat : 9410 (bsolo) R 9408 9410 9369 0 -1 4202496 1412877 0 0 0 39787 431 0 0 20 0 1 0 291184005 186683392 43779 33554432000 134512640 137138936 4288816368 4288118656 134603271 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/9410/statm: 45577 43790 192 642 0 44933 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 182308

[startup+462.3 s]
/proc/loadavg: 1.99 1.97 1.99 3/179 9418
/proc/meminfo: memFree=28402368/32873844 swapFree=7372/7372
[pid=9410] ppid=9408 vsize=181232 CPUtime=462.17 cores=1,3,5,7
/proc/9410/stat : 9410 (bsolo) R 9408 9410 9369 0 -1 4202496 1510098 0 0 0 45764 453 0 0 20 0 1 0 291184005 185581568 43649 33554432000 134512640 137138936 4288816368 4288814792 134606628 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/9410/statm: 45308 43649 192 642 0 44664 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 181232

[startup+522.3 s]
/proc/loadavg: 2.09 2.00 2.00 3/179 9419
/proc/meminfo: memFree=28395540/32873844 swapFree=7372/7372
[pid=9410] ppid=9408 vsize=181396 CPUtime=522.16 cores=1,3,5,7
/proc/9410/stat : 9410 (bsolo) R 9408 9410 9369 0 -1 4202496 1552844 0 0 0 51751 465 0 0 20 0 1 0 291184005 185749504 43690 33554432000 134512640 137138936 4288816368 4288814864 134618214 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/9410/statm: 45349 43690 192 642 0 44705 0
Current children cumulated CPU time (s) 522.16
Current children cumulated vsize (KiB) 181396

[startup+582.3 s]
/proc/loadavg: 2.03 2.00 2.00 3/179 9419
/proc/meminfo: memFree=28391756/32873844 swapFree=7372/7372
[pid=9410] ppid=9408 vsize=181520 CPUtime=582.15 cores=1,3,5,7
/proc/9410/stat : 9410 (bsolo) R 9408 9410 9369 0 -1 4202496 1582767 0 0 0 57742 473 0 0 20 0 1 0 291184005 185876480 43721 33554432000 134512640 137138936 4288816368 4288814792 134606964 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/9410/statm: 45380 43721 192 642 0 44736 0
Current children cumulated CPU time (s) 582.15
Current children cumulated vsize (KiB) 181520

[startup+642.3 s]

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

/proc/meminfo: memFree=28361720/32873844 swapFree=7372/7372
[pid=9410] ppid=9408 vsize=182768 CPUtime=1062.07 cores=1,3,5,7
/proc/9410/stat : 9410 (bsolo) R 9408 9410 9369 0 -1 4202496 2564505 0 0 0 105502 705 0 0 20 0 1 0 291184005 187154432 44033 33554432000 134512640 137138936 4288816368 4288814792 134606979 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/9410/statm: 45692 44033 192 642 0 45048 0
Current children cumulated CPU time (s) 1062.07
Current children cumulated vsize (KiB) 182768

[startup+1122.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/179 9425
/proc/meminfo: memFree=28355008/32873844 swapFree=7372/7372
[pid=9410] ppid=9408 vsize=183032 CPUtime=1122.07 cores=1,3,5,7
/proc/9410/stat : 9410 (bsolo) R 9408 9410 9369 0 -1 4202496 2661633 0 0 0 111480 727 0 0 20 0 1 0 291184005 187424768 44099 33554432000 134512640 137138936 4288816368 4288814864 134618214 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/9410/statm: 45758 44099 192 642 0 45114 0
Current children cumulated CPU time (s) 1122.07
Current children cumulated vsize (KiB) 183032

[startup+1182.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 9425
/proc/meminfo: memFree=28352396/32873844 swapFree=7372/7372
[pid=9410] ppid=9408 vsize=183284 CPUtime=1182.06 cores=1,3,5,7
/proc/9410/stat : 9410 (bsolo) R 9408 9410 9369 0 -1 4202496 2715479 0 0 0 117465 741 0 0 20 0 1 0 291184005 187682816 44162 33554432000 134512640 137138936 4288816368 4288814864 134618214 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/9410/statm: 45821 44162 192 642 0 45177 0
Current children cumulated CPU time (s) 1182.06
Current children cumulated vsize (KiB) 183284

[startup+1242.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 9425
/proc/meminfo: memFree=28347684/32873844 swapFree=7372/7372
[pid=9410] ppid=9408 vsize=183372 CPUtime=1242.05 cores=1,3,5,7
/proc/9410/stat : 9410 (bsolo) R 9408 9410 9369 0 -1 4202496 2745285 0 0 0 123457 748 0 0 20 0 1 0 291184005 187772928 44184 33554432000 134512640 137138936 4288816368 4288814792 134606683 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/9410/statm: 45843 44184 192 642 0 45199 0
Current children cumulated CPU time (s) 1242.05
Current children cumulated vsize (KiB) 183372

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 9425
/proc/meminfo: memFree=28343964/32873844 swapFree=7372/7372
[pid=9410] ppid=9408 vsize=183900 CPUtime=1302.04 cores=1,3,5,7
/proc/9410/stat : 9410 (bsolo) R 9408 9410 9369 0 -1 4202496 2873303 0 0 0 129424 780 0 0 20 0 1 0 291184005 188313600 44316 33554432000 134512640 137138936 4288816368 4288814792 134606964 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/9410/statm: 45975 44316 192 642 0 45331 0
Current children cumulated CPU time (s) 1302.04
Current children cumulated vsize (KiB) 183900

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 9425
/proc/meminfo: memFree=28341796/32873844 swapFree=7372/7372
[pid=9410] ppid=9408 vsize=183900 CPUtime=1362.03 cores=1,3,5,7
/proc/9410/stat : 9410 (bsolo) R 9408 9410 9369 0 -1 4202496 2914646 0 0 0 135413 790 0 0 20 0 1 0 291184005 188313600 44316 33554432000 134512640 137138936 4288816368 4288814792 134606628 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/9410/statm: 45975 44316 192 642 0 45331 0
Current children cumulated CPU time (s) 1362.03
Current children cumulated vsize (KiB) 183900

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 9429
/proc/meminfo: memFree=28336004/32873844 swapFree=7372/7372
[pid=9410] ppid=9408 vsize=184644 CPUtime=1422.03 cores=1,3,5,7
/proc/9410/stat : 9410 (bsolo) R 9408 9410 9369 0 -1 4202496 2983339 0 0 0 141394 809 0 0 20 0 1 0 291184005 189075456 44502 33554432000 134512640 137138936 4288816368 4288814792 134606663 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/9410/statm: 46161 44502 192 642 0 45517 0
Current children cumulated CPU time (s) 1422.03
Current children cumulated vsize (KiB) 184644

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 9429
/proc/meminfo: memFree=28331736/32873844 swapFree=7372/7372
[pid=9410] ppid=9408 vsize=186132 CPUtime=1482.01 cores=1,3,5,7
/proc/9410/stat : 9410 (bsolo) R 9408 9410 9369 0 -1 4202496 3119612 0 0 0 147359 842 0 0 20 0 1 0 291184005 190599168 44873 33554432000 134512640 137138936 4288816368 4288814864 134618333 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/9410/statm: 46533 44873 192 642 0 45889 0
Current children cumulated CPU time (s) 1482.01
Current children cumulated vsize (KiB) 186132

[startup+1542.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 9429
/proc/meminfo: memFree=28326832/32873844 swapFree=7372/7372
[pid=9410] ppid=9408 vsize=185744 CPUtime=1542.01 cores=1,3,5,7
/proc/9410/stat : 9410 (bsolo) R 9408 9410 9369 0 -1 4202496 3169899 0 0 0 153347 854 0 0 20 0 1 0 291184005 190201856 44777 33554432000 134512640 137138936 4288816368 4288814792 134606976 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/9410/statm: 46436 44777 192 642 0 45792 0
Current children cumulated CPU time (s) 1542.01
Current children cumulated vsize (KiB) 185744

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 9429
/proc/meminfo: memFree=28323424/32873844 swapFree=7372/7372
[pid=9410] ppid=9408 vsize=190008 CPUtime=1601.99 cores=1,3,5,7
/proc/9410/stat : 9410 (bsolo) R 9408 9410 9369 0 -1 4202496 3587632 0 0 0 159249 950 0 0 20 0 1 0 291184005 194568192 45811 33554432000 134512640 137138936 4288816368 4288815120 134573444 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/9410/statm: 47502 45811 192 642 0 46858 0
Current children cumulated CPU time (s) 1601.99
Current children cumulated vsize (KiB) 190008

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 9429
/proc/meminfo: memFree=28317456/32873844 swapFree=7372/7372
[pid=9410] ppid=9408 vsize=188172 CPUtime=1661.99 cores=1,3,5,7
/proc/9410/stat : 9410 (bsolo) R 9408 9410 9369 0 -1 4202496 3648615 0 0 0 165233 966 0 0 20 0 1 0 291184005 192688128 45384 33554432000 134512640 137138936 4288816368 4288814792 134606686 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/9410/statm: 47043 45384 192 642 0 46399 0
Current children cumulated CPU time (s) 1661.99
Current children cumulated vsize (KiB) 188172

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 9430
/proc/meminfo: memFree=28311624/32873844 swapFree=7372/7372
[pid=9410] ppid=9408 vsize=188288 CPUtime=1721.98 cores=1,3,5,7
/proc/9410/stat : 9410 (bsolo) R 9408 9410 9369 0 -1 4202496 3690786 0 0 0 171222 976 0 0 20 0 1 0 291184005 192806912 45413 33554432000 134512640 137138936 4288816368 4288814792 134606683 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/9410/statm: 47072 45413 192 642 0 46428 0
Current children cumulated CPU time (s) 1721.98
Current children cumulated vsize (KiB) 188288

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 9430
/proc/meminfo: memFree=28308892/32873844 swapFree=7372/7372
[pid=9410] ppid=9408 vsize=191260 CPUtime=1781.96 cores=1,3,5,7
/proc/9410/stat : 9410 (bsolo) R 9408 9410 9369 0 -1 4202496 4113377 0 0 0 177119 1077 0 0 20 0 1 0 291184005 195850240 45955 33554432000 134512640 137138936 4288816368 4288118472 134600948 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/9410/statm: 47815 45955 192 642 0 47171 0
Current children cumulated CPU time (s) 1781.96
Current children cumulated vsize (KiB) 191260

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

[startup+1786.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 9430
/proc/meminfo: memFree=28304860/32873844 swapFree=7372/7372
[pid=9410] ppid=9408 vsize=188180 CPUtime=1786.36 cores=1,3,5,7
/proc/9410/stat : 9410 (bsolo) R 9408 9410 9369 0 -1 4202496 4182158 0 0 0 177542 1094 0 0 20 0 1 0 291184005 192696320 45354 33554432000 134512640 137138936 4288816368 4288815016 136574033 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/9410/statm: 47045 45354 192 642 0 46401 0
Current children cumulated CPU time (s) 1786.36
Current children cumulated vsize (KiB) 188180

[startup+1793.11 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 9430
/proc/meminfo: memFree=28300892/32873844 swapFree=7372/7372
[pid=9410] ppid=9408 vsize=188180 CPUtime=1792.77 cores=1,3,5,7
/proc/9410/stat : 9410 (bsolo) R 9408 9410 9369 0 -1 4202496 4317215 0 0 0 178150 1127 0 0 20 0 1 0 291184005 192696320 45354 33554432000 134512640 137138936 4288816368 4288814848 136500305 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/9410/statm: 47045 45354 192 642 0 46401 0
Current children cumulated CPU time (s) 1792.77
Current children cumulated vsize (KiB) 188180

[startup+1796.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 9430
/proc/meminfo: memFree=28304612/32873844 swapFree=7376/7376
[pid=9410] ppid=9408 vsize=189844 CPUtime=1795.96 cores=1,3,5,7
/proc/9410/stat : 9410 (bsolo) R 9408 9410 9369 0 -1 4202496 4373608 0 0 0 178455 1141 0 0 20 0 1 0 291184005 194400256 45802 33554432000 134512640 137138936 4288816368 4288814912 134607563 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/9410/statm: 47461 45802 192 642 0 46817 0
Current children cumulated CPU time (s) 1795.96
Current children cumulated vsize (KiB) 189844

[startup+1797.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 9430
/proc/meminfo: memFree=28304612/32873844 swapFree=7376/7376
[pid=9410] ppid=9408 vsize=191996 CPUtime=1796.76 cores=1,3,5,7
/proc/9410/stat : 9410 (bsolo) R 9408 9410 9369 0 -1 4202496 4378759 0 0 0 178534 1142 0 0 20 0 1 0 291184005 196603904 46308 33554432000 134512640 137138936 4288816368 4288815120 134573444 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/9410/statm: 47999 46308 192 642 0 47355 0
Current children cumulated CPU time (s) 1796.76
Current children cumulated vsize (KiB) 191996

[startup+1797.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 9430
/proc/meminfo: memFree=28305668/32873844 swapFree=7376/7376
[pid=9410] ppid=9408 vsize=191996 CPUtime=1797.56 cores=1,3,5,7
/proc/9410/stat : 9410 (bsolo) R 9408 9410 9369 0 -1 4202496 4396663 0 0 0 178610 1146 0 0 20 0 1 0 291184005 196603904 46308 33554432000 134512640 137138936 4288816368 4288815104 136296993 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/9410/statm: 47999 46308 192 642 0 47355 0
Current children cumulated CPU time (s) 1797.56
Current children cumulated vsize (KiB) 191996

[startup+1798.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 9430
/proc/meminfo: memFree=28305668/32873844 swapFree=7376/7376
[pid=9410] ppid=9408 vsize=191996 CPUtime=1797.96 cores=1,3,5,7
/proc/9410/stat : 9410 (bsolo) R 9408 9410 9369 0 -1 4202496 4405615 0 0 0 178648 1148 0 0 20 0 1 0 291184005 196603904 46308 33554432000 134512640 137138936 4288816368 4288815120 134573444 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/9410/statm: 47999 46308 192 642 0 47355 0
Current children cumulated CPU time (s) 1797.96
Current children cumulated vsize (KiB) 191996

Child status: 0
Real time (s): 1798.36
CPU time (s): 1798.03
CPU user time (s): 1786.54
CPU system time (s): 11.4873
CPU usage (%): 99.9816
Max. virtual memory (cumulated for all children) (KiB): 192676

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1786.54
system time used= 11.4873
maximum resident set size= 185912
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4406734
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= 57
involuntary context switches= 1849

runsolver used 2.91856 second user time and 8.5187 second system time

The end

Launcher Data

Begin job on node133 at 2012-05-29 02:16:32
IDJOB=3708398
IDBENCH=91059
IDSOLVER=2286
FILE ID=node133/3708398-1338250591
RUNJOBID= node133-1338250591-9386
PBS_JOBID= 14624664
Free space on /tmp= 70820 MiB

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

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

MD5SUM BENCH= 93a343a9af9e00903cf416438942ba6c
RANDOM SEED=1671034708

node133.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.540
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	: 5333.08
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.540
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.92
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.540
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.540
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		: 2666.540
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.540
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.90
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.540
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.540
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:       32873844 kB
MemFree:        28756820 kB
Buffers:          427772 kB
Cached:          2830108 kB
SwapCached:          104 kB
Active:          1641892 kB
Inactive:        1628248 kB
Active(anon):       1956 kB
Inactive(anon):    11364 kB
Active(file):    1639936 kB
Inactive(file):  1616884 kB
Unevictable:        7372 kB
Mlocked:            7372 kB
SwapTotal:      67108856 kB
SwapFree:       67108752 kB
Dirty:             63044 kB
Writeback:             8 kB
AnonPages:         20056 kB
Mapped:            13720 kB
Shmem:               212 kB
Slab:             706132 kB
SReclaimable:     147908 kB
SUnreclaim:       558224 kB
KernelStack:        1432 kB
PageTables:         4228 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     104176 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:      2048 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70812 MiB
End job on node133 at 2012-05-29 02:46:31