Trace number 3708392

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.18 1798.53

General information on the benchmark

Name/OPT-SMALLINT-LIN/sroussel/NG/
normalized-NG.dot_unif_10null0mast_rapportOE2.0_TMAX15_K192_cod2.opb
MD5SUM1534d9d93781c259bc7b88f8b451f924
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-11801
Best CPU time to get the best result obtained on this benchmark626.328
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 1605
Biggest coefficient in the objective function 999
Number of bits for the biggest coefficient in the objective function 10
Sum of the numbers in the objective function 807160
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 999
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 807160
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-3708392-1338249614.opb
0.00/0.00	c File size is 28235434 bytes.
3.39/3.49	c Highest Coefficient sum: 807160
3.39/3.49	c Parsing was ok!!
3.39/3.49	c Total parsing time: 3.494 s
4.19/4.26	c Var: 400896 Constr: 402763 400785/1977/1 Lit: 2338937 Watch. Lit: 1260491
4.19/4.26	c Obj. Vars: 1605 (0.400353 % of total variables)
182.82/182.90	c Pre-processing Time: 182.834 s
182.82/182.91	c    Confl   Vars     Ctrs     Lits  LPC   W.Lits     Max Learnt Conf/s Time
182.82/182.91	c        0 399839   401549  2331569    5  1256902  500000      0      0 182.83
182.82/182.91	c Switching off lower bounding mode.
1798.14/1798.52	c      102 397505   401652  2363603    5  1257353  550001    103      0 190.27
1798.14/1798.52	c      254 388997   401814  2396852    5  1257974  605002    265      1 211.77
1798.14/1798.52	c      480 388997   402053  2424788    6  1259471  665503    504      2 231.99
1798.14/1798.52	c      818 388997   402394  2498675    6  1260153  732054    845      2 309.89
1798.14/1798.52	c     1327 388997   402931  3182479    7  1828721  805260   1382      3 366.72
1798.14/1798.52	c     2090 388997   403757  4436467   10  2907625  885787   2208      3 653.44
1798.14/1798.52	c     3237 388997   404971  6543907   16  4675869  974366   3422      2 1384.27
1798.14/1798.52	c Resources Exceeded
1798.14/1798.52	c  Rst    Confl    NCB      Dec     Ctrs     Lits Learnt Conf/s Time
1798.14/1798.52	c    7     4166   1989  5016750   405952  8334313   4403      2 1798.18
1798.14/1798.52	s UNKNOWN
1798.14/1798.52	c Total time: 1798.18 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-3708392-1338249614/watcher-3708392-1338249614 -o /tmp/evaluation-result-3708392-1338249614/solver-3708392-1338249614 -C 1800 -W 1900 -M 15500 bsolo -l2 -t1800 HOME/instance-3708392-1338249614.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.00 1.02 1.35 4/176 26438
/proc/meminfo: memFree=27574656/32873648 swapFree=6864/6864
[pid=26437] ppid=26433 vsize=38652 CPUtime=0 cores=1,3,5,7
/proc/26437/stat : 26437 (bsolo) R 26433 26437 24197 0 -1 4202496 361 0 0 0 0 0 0 0 20 0 1 0 291087506 39579648 314 33554432000 134512640 137138936 4287106720 4287104936 136506715 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26437/statm: 9663 314 181 642 0 2125 0

[startup+0.0840849 s]
/proc/loadavg: 1.00 1.02 1.35 4/176 26438
/proc/meminfo: memFree=27574656/32873648 swapFree=6864/6864
[pid=26437] ppid=26433 vsize=42500 CPUtime=0.08 cores=1,3,5,7
/proc/26437/stat : 26437 (bsolo) R 26433 26437 24197 0 -1 4202496 1586 0 0 0 8 0 0 0 20 0 1 0 291087506 43520000 1499 33554432000 134512640 137138936 4287106720 4287104936 136506715 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26437/statm: 10625 1500 411 642 0 3087 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 42500

[startup+0.100288 s]
/proc/loadavg: 1.00 1.02 1.35 4/176 26438
/proc/meminfo: memFree=27574656/32873648 swapFree=6864/6864
[pid=26437] ppid=26433 vsize=43188 CPUtime=0.09 cores=1,3,5,7
/proc/26437/stat : 26437 (bsolo) R 26433 26437 24197 0 -1 4202496 1806 0 0 0 9 0 0 0 20 0 1 0 291087506 44224512 1719 33554432000 134512640 137138936 4287106720 4287105112 136506715 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26437/statm: 10797 1719 454 642 0 3259 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 43188

[startup+0.300308 s]
/proc/loadavg: 1.00 1.02 1.35 4/176 26438
/proc/meminfo: memFree=27574656/32873648 swapFree=6864/6864
[pid=26437] ppid=26433 vsize=49880 CPUtime=0.29 cores=1,3,5,7
/proc/26437/stat : 26437 (bsolo) R 26433 26437 24197 0 -1 4202496 4125 0 0 0 29 0 0 0 20 0 1 0 291087506 51077120 3910 33554432000 134512640 137138936 4287106720 4287101336 136506715 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26437/statm: 12470 3911 986 642 0 4932 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 49880

[startup+0.700255 s]
/proc/loadavg: 1.00 1.02 1.35 4/176 26438
/proc/meminfo: memFree=27574656/32873648 swapFree=6864/6864
[pid=26437] ppid=26433 vsize=63432 CPUtime=0.69 cores=1,3,5,7
/proc/26437/stat : 26437 (bsolo) R 26433 26437 24197 0 -1 4202496 8734 0 0 0 68 1 0 0 20 0 1 0 291087506 64954368 8265 33554432000 134512640 137138936 4287106720 4287105248 136577166 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26437/statm: 15858 8266 1987 642 0 8320 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 63432

[startup+1.50018 s]
/proc/loadavg: 1.00 1.02 1.35 4/178 26440
/proc/meminfo: memFree=27501632/32873648 swapFree=6864/6864
[pid=26437] ppid=26433 vsize=90908 CPUtime=1.49 cores=1,3,5,7
/proc/26437/stat : 26437 (bsolo) R 26433 26437 24197 0 -1 4202496 17794 0 0 0 146 3 0 0 20 0 1 0 291087506 93089792 16819 33554432000 134512640 137138936 4287106720 4287105072 136577166 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26437/statm: 22727 16819 3704 642 0 15189 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 90908

[startup+3.1003 s]
/proc/loadavg: 1.08 1.04 1.35 4/178 26440
/proc/meminfo: memFree=27432480/32873648 swapFree=6864/6864
[pid=26437] ppid=26433 vsize=122580 CPUtime=3.09 cores=1,3,5,7
/proc/26437/stat : 26437 (bsolo) R 26433 26437 24197 0 -1 4202496 28315 0 0 0 304 5 0 0 20 0 1 0 291087506 125521920 27351 33554432000 134512640 137138936 4287106720 4287102712 136506715 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26437/statm: 30645 27351 6480 642 0 23107 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 122580

[startup+6.30035 s]
/proc/loadavg: 1.08 1.04 1.35 4/178 26440
/proc/meminfo: memFree=27261340/32873648 swapFree=6864/6864
[pid=26437] ppid=26433 vsize=167616 CPUtime=6.29 cores=1,3,5,7
/proc/26437/stat : 26437 (bsolo) R 26433 26437 24197 0 -1 4202496 43110 0 0 0 623 6 0 0 20 0 1 0 291087506 171638784 38204 33554432000 134512640 137138936 4287106720 4282294480 134542017 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26437/statm: 41904 38204 184 642 0 41260 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 167616

[startup+12.7003 s]
/proc/loadavg: 1.15 1.05 1.35 4/178 26440
/proc/meminfo: memFree=27253344/32873648 swapFree=6864/6864
[pid=26437] ppid=26433 vsize=175404 CPUtime=12.69 cores=1,3,5,7
/proc/26437/stat : 26437 (bsolo) R 26433 26437 24197 0 -1 4202496 45071 0 0 0 1262 7 0 0 20 0 1 0 291087506 179613696 40162 33554432000 134512640 137138936 4287106720 4282294636 136520996 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26437/statm: 43851 40162 184 642 0 43207 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 175404

[startup+25.5003 s]
/proc/loadavg: 1.48 1.13 1.37 4/178 26440
/proc/meminfo: memFree=27254088/32873648 swapFree=6864/6864
[pid=26437] ppid=26433 vsize=175404 CPUtime=25.48 cores=1,3,5,7
/proc/26437/stat : 26437 (bsolo) R 26433 26437 24197 0 -1 4202496 45078 0 0 0 2541 7 0 0 20 0 1 0 291087506 179613696 40162 33554432000 134512640 137138936 4287106720 4282294480 134543215 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26437/statm: 43851 40162 184 642 0 43207 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 175404

[startup+51.1003 s]
/proc/loadavg: 1.65 1.20 1.39 4/178 26463
/proc/meminfo: memFree=27252856/32873648 swapFree=6864/6864
[pid=26437] ppid=26433 vsize=175404 CPUtime=51.05 cores=1,3,5,7
/proc/26437/stat : 26437 (bsolo) R 26433 26437 24197 0 -1 4202496 45106 0 0 0 5098 7 0 0 20 0 1 0 291087506 179613696 40168 33554432000 134512640 137138936 4287106720 4282294480 134541971 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26437/statm: 43851 40168 184 642 0 43207 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 175404

[startup+102.307 s]
/proc/loadavg: 1.86 1.33 1.42 4/178 26463
/proc/meminfo: memFree=27249108/32873648 swapFree=6864/6864
[pid=26437] ppid=26433 vsize=175536 CPUtime=102.24 cores=1,3,5,7
/proc/26437/stat : 26437 (bsolo) R 26433 26437 24197 0 -1 4202496 45127 0 0 0 10216 8 0 0 20 0 1 0 291087506 179748864 41318 33554432000 134512640 137138936 4287106720 4282294532 136502612 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26437/statm: 43884 41318 184 642 0 43240 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 175536

[startup+162.3 s]
/proc/loadavg: 1.94 1.44 1.45 4/177 26464
/proc/meminfo: memFree=27246980/32873648 swapFree=6864/6864
[pid=26437] ppid=26433 vsize=175536 CPUtime=162.22 cores=1,3,5,7
/proc/26437/stat : 26437 (bsolo) R 26433 26437 24197 0 -1 4202496 45130 0 0 0 16213 9 0 0 20 0 1 0 291087506 179748864 41541 33554432000 134512640 137138936 4287106720 4282294704 134566350 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26437/statm: 43884 41541 184 642 0 43240 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 175536

[startup+222.3 s]
/proc/loadavg: 1.98 1.55 1.48 4/177 26464
/proc/meminfo: memFree=27232348/32873648 swapFree=6864/6864
[pid=26437] ppid=26433 vsize=179448 CPUtime=222.21 cores=1,3,5,7
/proc/26437/stat : 26437 (bsolo) R 26433 26437 24197 0 -1 4202496 346449 0 0 0 22073 148 0 0 20 0 1 0 291087506 183754752 42554 33554432000 134512640 137138936 4287106720 4287105144 134606964 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26437/statm: 44862 42554 192 642 0 44218 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 179448

[startup+282.3 s]
/proc/loadavg: 1.99 1.62 1.51 4/177 26464
/proc/meminfo: memFree=27230120/32873648 swapFree=6864/6864
[pid=26437] ppid=26433 vsize=179976 CPUtime=282.21 cores=1,3,5,7
/proc/26437/stat : 26437 (bsolo) R 26433 26437 24197 0 -1 4202496 732400 0 0 0 27904 317 0 0 20 0 1 0 291087506 184295424 42686 33554432000 134512640 137138936 4287106720 4287105144 134606964 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26437/statm: 44994 42686 192 642 0 44350 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 179976

[startup+342.3 s]
/proc/loadavg: 1.99 1.69 1.54 4/177 26464
/proc/meminfo: memFree=27224040/32873648 swapFree=6864/6864
[pid=26437] ppid=26433 vsize=186180 CPUtime=342.2 cores=1,3,5,7
/proc/26437/stat : 26437 (bsolo) R 26433 26437 24197 0 -1 4202496 1029722 0 0 0 33831 389 0 0 20 0 1 0 291087506 190648320 44205 33554432000 134512640 137138936 4287106720 4287105216 134618214 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26437/statm: 46545 44205 192 642 0 45901 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 186180

[startup+402.3 s]
/proc/loadavg: 1.99 1.74 1.56 4/177 26464
/proc/meminfo: memFree=27188016/32873648 swapFree=6864/6864
[pid=26437] ppid=26433 vsize=217352 CPUtime=402.19 cores=1,3,5,7
/proc/26437/stat : 26437 (bsolo) R 26433 26437 24197 0 -1 4202496 1292076 0 0 0 39767 452 0 0 20 0 1 0 291087506 222568448 51991 33554432000 134512640 137138936 4287106720 4287105216 134618214 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26437/statm: 54338 51991 192 642 0 53694 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 217352

[startup+462.3 s]
/proc/loadavg: 1.99 1.79 1.59 3/177 26465
/proc/meminfo: memFree=27180640/32873648 swapFree=6864/6864
[pid=26437] ppid=26433 vsize=226848 CPUtime=462.18 cores=1,3,5,7
/proc/26437/stat : 26437 (bsolo) R 26433 26437 24197 0 -1 4202496 1377414 0 0 0 45751 467 0 0 20 0 1 0 291087506 232292352 54366 33554432000 134512640 137138936 4287106720 4287105144 134606663 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26437/statm: 56712 54366 192 642 0 56068 0
Current children cumulated CPU time (s) 462.18
Current children cumulated vsize (KiB) 226848

[startup+522.3 s]
/proc/loadavg: 1.99 1.82 1.61 4/177 26465
/proc/meminfo: memFree=27166132/32873648 swapFree=6864/6864
[pid=26437] ppid=26433 vsize=240368 CPUtime=522.17 cores=1,3,5,7
/proc/26437/stat : 26437 (bsolo) R 26433 26437 24197 0 -1 4202496 1504097 0 0 0 51726 491 0 0 20 0 1 0 291087506 246136832 57746 33554432000 134512640 137138936 4287106720 4287105144 134606663 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26437/statm: 60092 57746 192 642 0 59448 0
Current children cumulated CPU time (s) 522.17
Current children cumulated vsize (KiB) 240368

[startup+582.3 s]
/proc/loadavg: 1.99 1.85 1.64 4/177 26465
/proc/meminfo: memFree=27161244/32873648 swapFree=6864/6864
[pid=26437] ppid=26433 vsize=246480 CPUtime=582.15 cores=1,3,5,7
/proc/26437/stat : 26437 (bsolo) R 26433 26437 24197 0 -1 4202496 1630949 0 0 0 57697 518 0 0 20 0 1 0 291087506 252395520 59035 33554432000 134512640 137138936 4287106720 4287105248 134602746 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26437/statm: 61620 59052 192 642 0 60976 0
Current children cumulated CPU time (s) 582.15
Current children cumulated vsize (KiB) 246480

[startup+642.3 s]

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

/proc/meminfo: memFree=27110940/32873648 swapFree=6864/6864
[pid=26437] ppid=26433 vsize=284888 CPUtime=1062.07 cores=1,3,5,7
/proc/26437/stat : 26437 (bsolo) R 26433 26437 24197 0 -1 4202496 2316839 0 0 0 105540 667 0 0 20 0 1 0 291087506 291725312 68881 33554432000 134512640 137138936 4287106720 4287105648 134542187 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26437/statm: 71222 68881 192 642 0 70578 0
Current children cumulated CPU time (s) 1062.07
Current children cumulated vsize (KiB) 284888

[startup+1122.3 s]
/proc/loadavg: 1.99 1.96 1.77 4/177 26470
/proc/meminfo: memFree=27100900/32873648 swapFree=6864/6864
[pid=26437] ppid=26433 vsize=297780 CPUtime=1122.06 cores=1,3,5,7
/proc/26437/stat : 26437 (bsolo) R 26433 26437 24197 0 -1 4202496 2379504 0 0 0 111525 681 0 0 20 0 1 0 291087506 304926720 72137 33554432000 134512640 137138936 4287106720 4287105144 134606670 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26437/statm: 74445 72137 192 642 0 73801 0
Current children cumulated CPU time (s) 1122.06
Current children cumulated vsize (KiB) 297780

[startup+1182.3 s]
/proc/loadavg: 1.99 1.97 1.78 4/177 26470
/proc/meminfo: memFree=27095300/32873648 swapFree=6864/6864
[pid=26437] ppid=26433 vsize=302560 CPUtime=1182.04 cores=1,3,5,7
/proc/26437/stat : 26437 (bsolo) R 26433 26437 24197 0 -1 4202496 2405500 0 0 0 117516 688 0 0 20 0 1 0 291087506 309821440 73300 33554432000 134512640 137138936 4287106720 4287105264 134607574 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26437/statm: 75640 73300 192 642 0 74996 0
Current children cumulated CPU time (s) 1182.04
Current children cumulated vsize (KiB) 302560

[startup+1242.3 s]
/proc/loadavg: 1.99 1.97 1.80 4/178 26473
/proc/meminfo: memFree=27093076/32873648 swapFree=6864/6864
[pid=26437] ppid=26433 vsize=299972 CPUtime=1242.04 cores=1,3,5,7
/proc/26437/stat : 26437 (bsolo) R 26433 26437 24197 0 -1 4202496 2496308 0 0 0 123496 708 0 0 20 0 1 0 291087506 307171328 72685 33554432000 134512640 137138936 4287106720 4287105648 134542187 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26437/statm: 74993 72685 192 642 0 74349 0
Current children cumulated CPU time (s) 1242.04
Current children cumulated vsize (KiB) 299972

[startup+1302.3 s]
/proc/loadavg: 1.99 1.97 1.81 4/177 26473
/proc/meminfo: memFree=27084104/32873648 swapFree=6864/6864
[pid=26437] ppid=26433 vsize=310752 CPUtime=1302.04 cores=1,3,5,7
/proc/26437/stat : 26437 (bsolo) R 26433 26437 24197 0 -1 4202496 2568476 0 0 0 129479 725 0 0 20 0 1 0 291087506 318210048 75348 33554432000 134512640 137138936 4287106720 4287105264 134607563 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26437/statm: 77688 75348 192 642 0 77044 0
Current children cumulated CPU time (s) 1302.04
Current children cumulated vsize (KiB) 310752

[startup+1362.3 s]
/proc/loadavg: 1.99 1.97 1.82 4/177 26474
/proc/meminfo: memFree=27079020/32873648 swapFree=6864/6864
[pid=26437] ppid=26433 vsize=314576 CPUtime=1362.01 cores=1,3,5,7
/proc/26437/stat : 26437 (bsolo) R 26433 26437 24197 0 -1 4202496 2662000 0 0 0 135458 743 0 0 20 0 1 0 291087506 322125824 76336 33554432000 134512640 137138936 4287106720 4287105472 134575873 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26437/statm: 78644 76336 192 642 0 78000 0
Current children cumulated CPU time (s) 1362.01
Current children cumulated vsize (KiB) 314576

[startup+1422.31 s]
/proc/loadavg: 1.99 1.97 1.82 4/177 26474
/proc/meminfo: memFree=27075300/32873648 swapFree=6864/6864
[pid=26437] ppid=26433 vsize=318828 CPUtime=1422.01 cores=1,3,5,7
/proc/26437/stat : 26437 (bsolo) R 26433 26437 24197 0 -1 4202496 2738416 0 0 0 141439 762 0 0 20 0 1 0 291087506 326479872 77367 33554432000 134512640 137138936 4287106720 4287105144 134606693 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26437/statm: 79707 77367 192 642 0 79063 0
Current children cumulated CPU time (s) 1422.01
Current children cumulated vsize (KiB) 318828

[startup+1482.3 s]
/proc/loadavg: 1.99 1.97 1.83 4/177 26474
/proc/meminfo: memFree=27069764/32873648 swapFree=6864/6864
[pid=26437] ppid=26433 vsize=323000 CPUtime=1482 cores=1,3,5,7
/proc/26437/stat : 26437 (bsolo) R 26433 26437 24197 0 -1 4202496 2796255 0 0 0 147425 775 0 0 20 0 1 0 291087506 330752000 78442 33554432000 134512640 137138936 4287106720 4287105264 134607563 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26437/statm: 80750 78442 192 642 0 80106 0
Current children cumulated CPU time (s) 1482
Current children cumulated vsize (KiB) 323000

[startup+1542.3 s]
/proc/loadavg: 2.12 2.00 1.85 4/177 26474
/proc/meminfo: memFree=27061208/32873648 swapFree=6864/6864
[pid=26437] ppid=26433 vsize=331552 CPUtime=1541.99 cores=1,3,5,7
/proc/26437/stat : 26437 (bsolo) R 26433 26437 24197 0 -1 4202496 2880065 0 0 0 153404 795 0 0 20 0 1 0 291087506 339509248 80548 33554432000 134512640 137138936 4287106720 4287105216 134618214 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26437/statm: 82888 80548 192 642 0 82244 0
Current children cumulated CPU time (s) 1541.99
Current children cumulated vsize (KiB) 331552

[startup+1602.3 s]
/proc/loadavg: 2.04 2.00 1.85 4/178 26475
/proc/meminfo: memFree=27054136/32873648 swapFree=6864/6864
[pid=26437] ppid=26433 vsize=337680 CPUtime=1601.98 cores=1,3,5,7
/proc/26437/stat : 26437 (bsolo) R 26433 26437 24197 0 -1 4202496 2947515 0 0 0 159387 811 0 0 20 0 1 0 291087506 345784320 82080 33554432000 134512640 137138936 4287106720 4287105144 134606964 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26437/statm: 84420 82080 192 642 0 83776 0
Current children cumulated CPU time (s) 1601.98
Current children cumulated vsize (KiB) 337680

[startup+1662.3 s]
/proc/loadavg: 2.01 2.00 1.86 4/177 26476
/proc/meminfo: memFree=27046580/32873648 swapFree=6864/6864
[pid=26437] ppid=26433 vsize=344088 CPUtime=1661.97 cores=1,3,5,7
/proc/26437/stat : 26437 (bsolo) R 26433 26437 24197 0 -1 4202496 3046227 0 0 0 165363 834 0 0 20 0 1 0 291087506 352346112 83691 33554432000 134512640 137138936 4287106720 4287105472 134575861 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26437/statm: 86022 83691 192 642 0 85378 0
Current children cumulated CPU time (s) 1661.97
Current children cumulated vsize (KiB) 344088

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.86 4/177 26476
/proc/meminfo: memFree=27037280/32873648 swapFree=6864/6864
[pid=26437] ppid=26433 vsize=348808 CPUtime=1721.96 cores=1,3,5,7
/proc/26437/stat : 26437 (bsolo) R 26433 26437 24197 0 -1 4202496 3135667 0 0 0 171341 855 0 0 20 0 1 0 291087506 357179392 84894 33554432000 134512640 137138936 4287106720 4287105648 134542725 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26437/statm: 87202 84894 192 642 0 86558 0
Current children cumulated CPU time (s) 1721.96
Current children cumulated vsize (KiB) 348808

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.87 4/177 26476
/proc/meminfo: memFree=27014744/32873648 swapFree=6864/6864
[pid=26437] ppid=26433 vsize=373272 CPUtime=1781.94 cores=1,3,5,7
/proc/26437/stat : 26437 (bsolo) R 26433 26437 24197 0 -1 4202496 3220365 0 0 0 177319 875 0 0 20 0 1 0 291087506 382230528 91010 33554432000 134512640 137138936 4287106720 4287105472 134575629 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26437/statm: 93318 91010 192 642 0 92674 0
Current children cumulated CPU time (s) 1781.94
Current children cumulated vsize (KiB) 373272

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

[startup+1791.91 s]
/proc/loadavg: 2.00 2.00 1.87 4/178 26479
/proc/meminfo: memFree=27012112/32873648 swapFree=6864/6864
[pid=26437] ppid=26433 vsize=375844 CPUtime=1791.55 cores=1,3,5,7
/proc/26437/stat : 26437 (bsolo) R 26433 26437 24197 0 -1 4202496 3232762 0 0 0 178277 878 0 0 20 0 1 0 291087506 384864256 91621 33554432000 134512640 137138936 4287106720 4287105144 134606663 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26437/statm: 93961 91621 192 642 0 93317 0
Current children cumulated CPU time (s) 1791.55
Current children cumulated vsize (KiB) 375844

[startup+1795.1 s]
/proc/loadavg: 2.00 2.00 1.87 4/178 26479
/proc/meminfo: memFree=27010572/32873648 swapFree=6864/6864
[pid=26437] ppid=26433 vsize=374360 CPUtime=1794.74 cores=1,3,5,7
/proc/26437/stat : 26437 (bsolo) R 26433 26437 24197 0 -1 4202496 3236997 0 0 0 178595 879 0 0 20 0 1 0 291087506 383344640 91250 33554432000 134512640 137138936 4287106720 4287105648 134542725 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26437/statm: 93590 91250 192 642 0 92946 0
Current children cumulated CPU time (s) 1794.74
Current children cumulated vsize (KiB) 374360

[startup+1796.7 s]
/proc/loadavg: 2.00 2.00 1.87 4/178 26479
/proc/meminfo: memFree=27013240/32873648 swapFree=6864/6864
[pid=26437] ppid=26433 vsize=377496 CPUtime=1796.34 cores=1,3,5,7
/proc/26437/stat : 26437 (bsolo) R 26433 26437 24197 0 -1 4202496 3239181 0 0 0 178754 880 0 0 20 0 1 0 291087506 386555904 92034 33554432000 134512640 137138936 4287106720 4287105216 134618214 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26437/statm: 94374 92034 192 642 0 93730 0
Current children cumulated CPU time (s) 1796.34
Current children cumulated vsize (KiB) 377496

[startup+1797.5 s]
/proc/loadavg: 2.00 2.00 1.87 4/178 26479
/proc/meminfo: memFree=27011056/32873648 swapFree=6864/6864
[pid=26437] ppid=26433 vsize=377496 CPUtime=1797.14 cores=1,3,5,7
/proc/26437/stat : 26437 (bsolo) R 26433 26437 24197 0 -1 4202496 3240273 0 0 0 178833 881 0 0 20 0 1 0 291087506 386555904 92034 33554432000 134512640 137138936 4287106720 4287105216 134618214 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26437/statm: 94374 92034 192 642 0 93730 0
Current children cumulated CPU time (s) 1797.14
Current children cumulated vsize (KiB) 377496

[startup+1798.3 s]
/proc/loadavg: 2.00 2.00 1.87 4/178 26479
/proc/meminfo: memFree=27011056/32873648 swapFree=6864/6864
[pid=26437] ppid=26433 vsize=377496 CPUtime=1797.94 cores=1,3,5,7
/proc/26437/stat : 26437 (bsolo) R 26433 26437 24197 0 -1 4202496 3241638 0 0 0 178913 881 0 0 20 0 1 0 291087506 386555904 92034 33554432000 134512640 137138936 4287106720 4287105216 134618214 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26437/statm: 94374 92034 192 642 0 93730 0
Current children cumulated CPU time (s) 1797.94
Current children cumulated vsize (KiB) 377496

[startup+1798.51 s]
/proc/loadavg: 2.00 2.00 1.87 4/178 26479
/proc/meminfo: memFree=27010928/32873648 swapFree=6864/6864
[pid=26437] ppid=26433 vsize=377496 CPUtime=1798.14 cores=1,3,5,7
/proc/26437/stat : 26437 (bsolo) R 26433 26437 24197 0 -1 4202496 3241638 0 0 0 178933 881 0 0 20 0 1 0 291087506 386555904 92034 33554432000 134512640 137138936 4287106720 4286412408 136504449 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/26437/statm: 94374 92034 192 642 0 93730 0
Current children cumulated CPU time (s) 1798.14
Current children cumulated vsize (KiB) 377496

Child status: 0
Real time (s): 1798.53
CPU time (s): 1798.18
CPU user time (s): 1789.36
CPU system time (s): 8.82166
CPU usage (%): 99.9806
Max. virtual memory (cumulated for all children) (KiB): 377496

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1789.36
system time used= 8.82166
maximum resident set size= 368136
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3241638
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= 109
involuntary context switches= 1845

runsolver used 2.72858 second user time and 7.51786 second system time

The end

Launcher Data

Begin job on node120 at 2012-05-29 02:00:15
IDJOB=3708392
IDBENCH=90952
IDSOLVER=2286
FILE ID=node120/3708392-1338249614
RUNJOBID= node120-1338249614-26412
PBS_JOBID= 14624650
Free space on /tmp= 71456 MiB

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

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

MD5SUM BENCH= 1534d9d93781c259bc7b88f8b451f924
RANDOM SEED=1380437566

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:        27575292 kB
Buffers:          507328 kB
Cached:          3861368 kB
SwapCached:          636 kB
Active:          1228700 kB
Inactive:        3153796 kB
Active(anon):       2584 kB
Inactive(anon):    12532 kB
Active(file):    1226116 kB
Inactive(file):  3141264 kB
Unevictable:        6864 kB
Mlocked:            6864 kB
SwapTotal:      67108856 kB
SwapFree:       67107896 kB
Dirty:             62596 kB
Writeback:             0 kB
AnonPages:         22984 kB
Mapped:            13572 kB
Shmem:               120 kB
Slab:             778352 kB
SReclaimable:     222464 kB
SUnreclaim:       555888 kB
KernelStack:        1432 kB
PageTables:         3932 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     103352 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 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 02:30:14