Trace number 2696202

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
pb_cplex 2010-06-29UNSAT 1218.35 658.18

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
namasivayam/tsp/normalized-t3002.11tsp11.1900576360.opb
MD5SUM19ba22a32308a07bd9c7341c12b6a0ff
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark164.6
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables231
Total number of constraints2707
Number of constraints which are clauses2684
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint110
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 733
Number of bits of the biggest sum of numbers10
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 pb_cplex 1.0 - 20100701
0.00/0.00	c Parsing opb file format. File HOME/instance-2696202-1278015153.opb.
0.00/0.01	c Instance file HOME/instance-2696202-1278015153.opb
0.00/0.01	c File size is 83385 bytes.
0.00/0.03	c Highest Coefficient sum: 733
0.00/0.03	c  IBM ILOG License Manager: "IBM ILOG Optimization Suite for Academic Initiative" is accessing CPLEX 12 with option(s): "e m b q ".
0.00/0.04	c ============================[ Problem Statistics ]=============================
0.00/0.04	c |                                                                             |
0.00/0.04	c |  Parsing time:          0.03         s                                      |
0.00/0.04	c |  Number Variables:      231                                                 |
0.00/0.04	c |  Number Constraints:    2707                                                |
0.00/0.04	c ===============================================================================
1218.21/658.17	c Remaining time 1799.97 sec.
1218.21/658.17	s UNSATISFIABLE
1218.21/658.17	c Total CPU time              : 1211.59 s

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2696202-1278015153/watcher-2696202-1278015153 -o /tmp/evaluation-result-2696202-1278015153/solver-2696202-1278015153 -C 1800 -W 2000 -M 1800 run HOME/instance-2696202-1278015153.opb 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.00 0.00 0.00 3/106 28190
/proc/meminfo: memFree=1270824/2059040 swapFree=4136868/4192956
[pid=28190] ppid=28188 vsize=8700 CPUtime=0
/proc/28190/stat : 28190 (run) S 28188 28190 28051 0 -1 4202496 365 0 0 0 0 0 0 0 18 0 1 0 142806014 8908800 249 1992294400 4194304 4922060 140735753343328 18446744073709551615 262178184325 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28190/statm: 2175 249 208 178 0 68 0

[startup+0.0299991 s]
/proc/loadavg: 0.00 0.00 0.00 3/106 28190
/proc/meminfo: memFree=1270824/2059040 swapFree=4136868/4192956
[pid=28190] ppid=28188 vsize=8700 CPUtime=0
/proc/28190/stat : 28190 (run) S 28188 28190 28051 0 -1 4202496 365 0 0 0 0 0 0 0 18 0 1 0 142806014 8908800 249 1992294400 4194304 4922060 140735753343328 18446744073709551615 262178184325 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28190/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.104608 s]
/proc/loadavg: 0.00 0.00 0.00 3/106 28190
/proc/meminfo: memFree=1270824/2059040 swapFree=4136868/4192956
[pid=28190] ppid=28188 vsize=8700 CPUtime=0
/proc/28190/stat : 28190 (run) S 28188 28190 28051 0 -1 4202496 365 0 0 0 0 0 0 0 18 0 1 0 142806014 8908800 249 1992294400 4194304 4922060 140735753343328 18446744073709551615 262178184325 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28190/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.301626 s]
/proc/loadavg: 0.00 0.00 0.00 3/106 28190
/proc/meminfo: memFree=1270824/2059040 swapFree=4136868/4192956
[pid=28190] ppid=28188 vsize=8700 CPUtime=0
/proc/28190/stat : 28190 (run) S 28188 28190 28051 0 -1 4202496 365 0 0 0 0 0 0 0 18 0 1 0 142806014 8908800 249 1992294400 4194304 4922060 140735753343328 18446744073709551615 262178184325 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28190/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.70167 s]
/proc/loadavg: 0.00 0.00 0.00 3/106 28190
/proc/meminfo: memFree=1270824/2059040 swapFree=4136868/4192956
[pid=28190] ppid=28188 vsize=8700 CPUtime=0
/proc/28190/stat : 28190 (run) S 28188 28190 28051 0 -1 4202496 365 0 0 0 0 0 0 0 18 0 1 0 142806014 8908800 249 1992294400 4194304 4922060 140735753343328 18446744073709551615 262178184325 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28190/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50177 s]
/proc/loadavg: 0.08 0.02 0.01 2/108 28192
/proc/meminfo: memFree=1264608/2059040 swapFree=4136868/4192956
[pid=28190] ppid=28188 vsize=8700 CPUtime=0
/proc/28190/stat : 28190 (run) S 28188 28190 28051 0 -1 4202496 365 0 0 0 0 0 0 0 18 0 1 0 142806014 8908800 249 1992294400 4194304 4922060 140735753343328 18446744073709551615 262178184325 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28190/statm: 2175 249 208 178 0 68 0
[pid=28191] ppid=28190 vsize=39120 CPUtime=1.68
/proc/28191/stat : 28191 (pb_cplex) R 28190 28190 28051 0 -1 4202496 5426 0 0 0 165 3 0 0 17 0 2 0 142806014 40058880 3699 1992294400 134512640 146736320 4288851728 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/28191/statm: 9780 3699 993 2985 0 6322 0
Current children cumulated CPU time (s) 1.68
Current children cumulated vsize (KiB) 47820

[startup+3.10195 s]
/proc/loadavg: 0.08 0.02 0.01 3/109 28193
/proc/meminfo: memFree=1258152/2059040 swapFree=4136868/4192956
[pid=28190] ppid=28188 vsize=8700 CPUtime=0
/proc/28190/stat : 28190 (run) S 28188 28190 28051 0 -1 4202496 365 0 0 0 0 0 0 0 18 0 1 0 142806014 8908800 249 1992294400 4194304 4922060 140735753343328 18446744073709551615 262178184325 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28190/statm: 2175 249 208 178 0 68 0
[pid=28191] ppid=28190 vsize=39252 CPUtime=4.63
/proc/28191/stat : 28191 (pb_cplex) R 28190 28190 28051 0 -1 4202496 6490 0 0 0 456 7 0 0 18 0 2 0 142806014 40194048 3798 1992294400 134512640 146736320 4288851728 18446744073709551615 136007626 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/28191/statm: 9813 3798 984 2985 0 6355 0
[pid=28191/tid=28193] ppid=28190 vsize=39252 CPUtime=1.77
/proc/28191/task/28193/stat : 28193 (pb_cplex) R 28190 28190 28051 0 -1 4202560 1633 0 0 0 175 2 0 0 16 0 2 0 142806116 40194048 3798 1992294400 134512640 146736320 4288851728 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.63
Current children cumulated vsize (KiB) 47952

[startup+6.3013 s]
/proc/loadavg: 0.08 0.02 0.01 2/109 28195
/proc/meminfo: memFree=1258896/2059040 swapFree=4136868/4192956
[pid=28190] ppid=28188 vsize=8700 CPUtime=0
/proc/28190/stat : 28190 (run) S 28188 28190 28051 0 -1 4202496 365 0 0 0 0 0 0 0 18 0 1 0 142806014 8908800 249 1992294400 4194304 4922060 140735753343328 18446744073709551615 262178184325 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28190/statm: 2175 249 208 178 0 68 0
[pid=28191] ppid=28190 vsize=40732 CPUtime=8.48
/proc/28191/stat : 28191 (pb_cplex) R 28190 28190 28051 0 -1 4202496 9211 0 0 0 839 9 0 0 18 0 2 0 142806014 41709568 4394 1992294400 134512640 146736320 4288851728 18446744073709551615 139042897 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/28191/statm: 10183 4394 1000 2985 0 6725 0
[pid=28191/tid=28195] ppid=28190 vsize=40732 CPUtime=0.31
/proc/28191/task/28195/stat : 28195 (pb_cplex) R 28190 28190 28051 0 -1 4202560 508 0 0 0 31 0 0 0 16 0 2 0 142806522 41709568 4394 1992294400 134512640 146736320 4288851728 18446744073709551615 136400623 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 8.48
Current children cumulated vsize (KiB) 49432

[startup+12.701 s]
/proc/loadavg: 0.30 0.06 0.02 3/109 28195
/proc/meminfo: memFree=1255796/2059040 swapFree=4136868/4192956
[pid=28190] ppid=28188 vsize=8700 CPUtime=0
/proc/28190/stat : 28190 (run) S 28188 28190 28051 0 -1 4202496 365 0 0 0 0 0 0 0 18 0 1 0 142806014 8908800 249 1992294400 4194304 4922060 140735753343328 18446744073709551615 262178184325 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28190/statm: 2175 249 208 178 0 68 0
[pid=28191] ppid=28190 vsize=39840 CPUtime=19.44
/proc/28191/stat : 28191 (pb_cplex) R 28190 28190 28051 0 -1 4202496 16275 0 0 0 1927 17 0 0 18 0 2 0 142806014 40796160 4323 1992294400 134512640 146736320 4288851728 18446744073709551615 136007620 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/28191/statm: 9960 4323 1000 2985 0 6502 0
[pid=28191/tid=28195] ppid=28190 vsize=39840 CPUtime=5.01
/proc/28191/task/28195/stat : 28195 (pb_cplex) R 28190 28190 28051 0 -1 4202560 4189 0 0 0 497 4 0 0 17 0 2 0 142806522 40796160 4323 1992294400 134512640 146736320 4288851728 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 19.44
Current children cumulated vsize (KiB) 48540

[startup+25.5014 s]
/proc/loadavg: 0.64 0.14 0.05 3/109 28197
/proc/meminfo: memFree=1255920/2059040 swapFree=4136868/4192956
[pid=28190] ppid=28188 vsize=8700 CPUtime=0
/proc/28190/stat : 28190 (run) S 28188 28190 28051 0 -1 4202496 365 0 0 0 0 0 0 0 18 0 1 0 142806014 8908800 249 1992294400 4194304 4922060 140735753343328 18446744073709551615 262178184325 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28190/statm: 2175 249 208 178 0 68 0
[pid=28191] ppid=28190 vsize=39960 CPUtime=43.49
/proc/28191/stat : 28191 (pb_cplex) R 28190 28190 28051 0 -1 4202496 23349 0 0 0 4316 33 0 0 18 0 2 0 142806014 40919040 4362 1992294400 134512640 146736320 4288851728 18446744073709551615 139042883 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/28191/statm: 9990 4362 1000 2985 0 6532 0
[pid=28191/tid=28195] ppid=28190 vsize=39960 CPUtime=16.74
/proc/28191/task/28195/stat : 28195 (pb_cplex) R 28190 28190 28051 0 -1 4202560 8579 0 0 0 1662 12 0 0 18 0 2 0 142806522 40919040 4362 1992294400 134512640 146736320 4288851728 18446744073709551615 136387953 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 43.49
Current children cumulated vsize (KiB) 48660

[startup+51.1013 s]
/proc/loadavg: 0.99 0.26 0.09 3/109 28197
/proc/meminfo: memFree=1256292/2059040 swapFree=4136868/4192956
[pid=28190] ppid=28188 vsize=8700 CPUtime=0
/proc/28190/stat : 28190 (run) S 28188 28190 28051 0 -1 4202496 365 0 0 0 0 0 0 0 18 0 1 0 142806014 8908800 249 1992294400 4194304 4922060 140735753343328 18446744073709551615 262178184325 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28190/statm: 2175 249 208 178 0 68 0
[pid=28191] ppid=28190 vsize=40148 CPUtime=91.08
/proc/28191/stat : 28191 (pb_cplex) R 28190 28190 28051 0 -1 4202496 36310 0 0 0 9045 63 0 0 18 0 2 0 142806014 41111552 4390 1992294400 134512640 146736320 4288851728 18446744073709551615 136403109 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/28191/statm: 10037 4390 1000 2985 0 6579 0
[pid=28191/tid=28195] ppid=28190 vsize=40148 CPUtime=40.23
/proc/28191/task/28195/stat : 28195 (pb_cplex) R 28190 28190 28051 0 -1 4202560 14746 0 0 0 3994 29 0 0 18 0 2 0 142806522 41111552 4390 1992294400 134512640 146736320 4288851728 18446744073709551615 135450784 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 91.08
Current children cumulated vsize (KiB) 48848

[startup+102.309 s]
/proc/loadavg: 1.31 0.49 0.17 2/109 28199
/proc/meminfo: memFree=1251704/2059040 swapFree=4136868/4192956
[pid=28190] ppid=28188 vsize=8700 CPUtime=0
/proc/28190/stat : 28190 (run) S 28188 28190 28051 0 -1 4202496 365 0 0 0 0 0 0 0 18 0 1 0 142806014 8908800 249 1992294400 4194304 4922060 140735753343328 18446744073709551615 262178184325 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28190/statm: 2175 249 208 178 0 68 0
[pid=28191] ppid=28190 vsize=46292 CPUtime=173.39
/proc/28191/stat : 28191 (pb_cplex) R 28190 28190 28051 0 -1 4202496 66085 0 0 0 17231 108 0 0 25 0 2 0 142806014 47403008 5646 1992294400 134512640 146736320 4288851728 18446744073709551615 135854471 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/28191/statm: 11573 5646 1007 2985 0 8115 0
[pid=28191/tid=28195] ppid=28190 vsize=46292 CPUtime=72.96
/proc/28191/task/28195/stat : 28195 (pb_cplex) S 28190 28190 28051 0 -1 4202560 28797 0 0 0 7245 51 0 0 18 0 2 0 142806522 47403008 5646 1992294400 134512640 146736320 4288851728 18446744073709551615 144580073 0 2 4096 16387 18446604437838255040 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 173.39
Current children cumulated vsize (KiB) 54992

[startup+162.302 s]
/proc/loadavg: 1.83 0.78 0.29 3/109 28199
/proc/meminfo: memFree=1255300/2059040 swapFree=4136868/4192956
[pid=28190] ppid=28188 vsize=8700 CPUtime=0
/proc/28190/stat : 28190 (run) S 28188 28190 28051 0 -1 4202496 365 0 0 0 0 0 0 0 18 0 1 0 142806014 8908800 249 1992294400 4194304 4922060 140735753343328 18446744073709551615 262178184325 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28190/statm: 2175 249 208 178 0 68 0
[pid=28191] ppid=28190 vsize=40212 CPUtime=284.98
/proc/28191/stat : 28191 (pb_cplex) R 28190 28190 28051 0 -1 4202496 85752 0 0 0 28328 170 0 0 17 0 2 0 142806014 41177088 4455 1992294400 134512640 146736320 4288851728 18446744073709551615 136008226 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/28191/statm: 10053 4455 1007 2985 0 6595 0
[pid=28191/tid=28195] ppid=28190 vsize=40212 CPUtime=127.7
/proc/28191/task/28195/stat : 28195 (pb_cplex) R 28190 28190 28051 0 -1 4202560 48032 0 0 0 12681 89 0 0 18 0 2 0 142806522 41177088 4455 1992294400 134512640 146736320 4288851728 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 284.98
Current children cumulated vsize (KiB) 48912

[startup+222.301 s]
/proc/loadavg: 1.96 1.01 0.40 3/109 28201
/proc/meminfo: memFree=1255052/2059040 swapFree=4136868/4192956
[pid=28190] ppid=28188 vsize=8700 CPUtime=0
/proc/28190/stat : 28190 (run) S 28188 28190 28051 0 -1 4202496 365 0 0 0 0 0 0 0 18 0 1 0 142806014 8908800 249 1992294400 4194304 4922060 140735753343328 18446744073709551615 262178184325 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28190/statm: 2175 249 208 178 0 68 0
[pid=28191] ppid=28190 vsize=40272 CPUtime=397.28
/proc/28191/stat : 28191 (pb_cplex) R 28190 28190 28051 0 -1 4202496 101630 0 0 0 39493 235 0 0 18 0 2 0 142806014 41238528 4537 1992294400 134512640 146736320 4288851728 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/28191/statm: 10068 4537 1007 2985 0 6610 0
[pid=28191/tid=28195] ppid=28190 vsize=40272 CPUtime=183.27
/proc/28191/task/28195/stat : 28195 (pb_cplex) R 28190 28190 28051 0 -1 4202560 58106 0 0 0 18206 121 0 0 17 0 2 0 142806522 41238528 4537 1992294400 134512640 146736320 4288851728 18446744073709551615 136007678 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 397.28
Current children cumulated vsize (KiB) 48972

[startup+282.302 s]
/proc/loadavg: 2.12 1.22 0.51 4/109 28203
/proc/meminfo: memFree=1254928/2059040 swapFree=4136868/4192956
[pid=28190] ppid=28188 vsize=8700 CPUtime=0
/proc/28190/stat : 28190 (run) S 28188 28190 28051 0 -1 4202496 365 0 0 0 0 0 0 0 18 0 1 0 142806014 8908800 249 1992294400 4194304 4922060 140735753343328 18446744073709551615 262178184325 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28190/statm: 2175 249 208 178 0 68 0
[pid=28191] ppid=28190 vsize=40272 CPUtime=510.19
/proc/28191/stat : 28191 (pb_cplex) R 28190 28190 28051 0 -1 4202496 114215 0 0 0 50719 300 0 0 18 0 2 0 142806014 41238528 4562 1992294400 134512640 146736320 4288851728 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/28191/statm: 10068 4562 1007 2985 0 6610 0
[pid=28191/tid=28195] ppid=28190 vsize=40272 CPUtime=239.2
/proc/28191/task/28195/stat : 28195 (pb_cplex) S 28190 28190 28051 0 -1 4202560 70691 0 0 0 23763 157 0 0 18 0 2 0 142806522 41238528 4562 1992294400 134512640 146736320 4288851728 18446744073709551615 144580073 0 2 4096 16387 18446604437838255040 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 510.19
Current children cumulated vsize (KiB) 48972

[startup+342.301 s]
/proc/loadavg: 2.40 1.46 0.63 4/109 28205
/proc/meminfo: memFree=1254928/2059040 swapFree=4136868/4192956
[pid=28190] ppid=28188 vsize=8700 CPUtime=0
/proc/28190/stat : 28190 (run) S 28188 28190 28051 0 -1 4202496 365 0 0 0 0 0 0 0 18 0 1 0 142806014 8908800 249 1992294400 4194304 4922060 140735753343328 18446744073709551615 262178184325 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28190/statm: 2175 249 208 178 0 68 0
[pid=28191] ppid=28190 vsize=40292 CPUtime=623.02
/proc/28191/stat : 28191 (pb_cplex) R 28190 28190 28051 0 -1 4202496 122311 0 0 0 61942 360 0 0 18 0 2 0 142806014 41259008 4567 1992294400 134512640 146736320 4288851728 18446744073709551615 136007323 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/28191/statm: 10073 4567 1007 2985 0 6615 0
[pid=28191/tid=28195] ppid=28190 vsize=40292 CPUtime=295.16
/proc/28191/task/28195/stat : 28195 (pb_cplex) R 28190 28190 28051 0 -1 4202560 75877 0 0 0 29328 188 0 0 19 0 2 0 142806522 41259008 4567 1992294400 134512640 146736320 4288851728 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 623.02
Current children cumulated vsize (KiB) 48992

[startup+402.301 s]
/proc/loadavg: 2.24 1.59 0.73 4/109 28207
/proc/meminfo: memFree=1254928/2059040 swapFree=4136868/4192956
[pid=28190] ppid=28188 vsize=8700 CPUtime=0
/proc/28190/stat : 28190 (run) S 28188 28190 28051 0 -1 4202496 365 0 0 0 0 0 0 0 18 0 1 0 142806014 8908800 249 1992294400 4194304 4922060 140735753343328 18446744073709551615 262178184325 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28190/statm: 2175 249 208 178 0 68 0
[pid=28191] ppid=28190 vsize=40292 CPUtime=736.26
/proc/28191/stat : 28191 (pb_cplex) R 28190 28190 28051 0 -1 4202496 133301 0 0 0 73204 422 0 0 18 0 2 0 142806014 41259008 4571 1992294400 134512640 146736320 4288851728 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/28191/statm: 10073 4571 1007 2985 0 6615 0
[pid=28191/tid=28195] ppid=28190 vsize=40292 CPUtime=351.17
/proc/28191/task/28195/stat : 28195 (pb_cplex) S 28190 28190 28051 0 -1 4202560 86255 0 0 0 34894 223 0 0 18 0 2 0 142806522 41259008 4571 1992294400 134512640 146736320 4288851728 18446744073709551615 144580073 0 2 4096 16387 18446604437838255040 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 736.26
Current children cumulated vsize (KiB) 48992

[startup+462.302 s]
/proc/loadavg: 2.07 1.66 0.80 3/109 28207
/proc/meminfo: memFree=1254804/2059040 swapFree=4136868/4192956
[pid=28190] ppid=28188 vsize=8700 CPUtime=0
/proc/28190/stat : 28190 (run) S 28188 28190 28051 0 -1 4202496 365 0 0 0 0 0 0 0 18 0 1 0 142806014 8908800 249 1992294400 4194304 4922060 140735753343328 18446744073709551615 262178184325 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28190/statm: 2175 249 208 178 0 68 0
[pid=28191] ppid=28190 vsize=40292 CPUtime=849.09
/proc/28191/stat : 28191 (pb_cplex) R 28190 28190 28051 0 -1 4202496 139934 0 0 0 84426 483 0 0 17 0 2 0 142806014 41259008 4579 1992294400 134512640 146736320 4288851728 18446744073709551615 135526785 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/28191/statm: 10073 4579 1007 2985 0 6615 0
[pid=28191/tid=28195] ppid=28190 vsize=40292 CPUtime=406.9
/proc/28191/task/28195/stat : 28195 (pb_cplex) R 28190 28190 28051 0 -1 4202560 92436 0 0 0 40436 254 0 0 18 0 2 0 142806522 41259008 4579 1992294400 134512640 146736320 4288851728 18446744073709551615 136008266 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 849.09
Current children cumulated vsize (KiB) 48992

[startup+522.301 s]
/proc/loadavg: 2.18 1.76 0.89 4/109 28209
/proc/meminfo: memFree=1254804/2059040 swapFree=4136868/4192956
[pid=28190] ppid=28188 vsize=8700 CPUtime=0
/proc/28190/stat : 28190 (run) S 28188 28190 28051 0 -1 4202496 365 0 0 0 0 0 0 0 18 0 1 0 142806014 8908800 249 1992294400 4194304 4922060 140735753343328 18446744073709551615 262178184325 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28190/statm: 2175 249 208 178 0 68 0
[pid=28191] ppid=28190 vsize=40292 CPUtime=961.92
/proc/28191/stat : 28191 (pb_cplex) R 28190 28190 28051 0 -1 4202496 146922 0 0 0 95651 541 0 0 17 0 2 0 142806014 41259008 4579 1992294400 134512640 146736320 4288851728 18446744073709551615 136000490 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/28191/statm: 10073 4579 1007 2985 0 6615 0
[pid=28191/tid=28195] ppid=28190 vsize=40292 CPUtime=462.06
/proc/28191/task/28195/stat : 28195 (pb_cplex) R 28190 28190 28051 0 -1 4202560 98474 0 0 0 45923 283 0 0 18 0 2 0 142806522 41259008 4579 1992294400 134512640 146736320 4288851728 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 961.92
Current children cumulated vsize (KiB) 48992

[startup+582.302 s]
/proc/loadavg: 2.21 1.85 0.97 3/109 28211
/proc/meminfo: memFree=1254804/2059040 swapFree=4136868/4192956
[pid=28190] ppid=28188 vsize=8700 CPUtime=0
/proc/28190/stat : 28190 (run) S 28188 28190 28051 0 -1 4202496 365 0 0 0 0 0 0 0 18 0 1 0 142806014 8908800 249 1992294400 4194304 4922060 140735753343328 18446744073709551615 262178184325 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28190/statm: 2175 249 208 178 0 68 0
[pid=28191] ppid=28190 vsize=40292 CPUtime=1075.32
/proc/28191/stat : 28191 (pb_cplex) R 28190 28190 28051 0 -1 4202496 156129 0 0 0 106931 601 0 0 18 0 2 0 142806014 41259008 4570 1992294400 134512640 146736320 4288851728 18446744073709551615 136403116 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/28191/statm: 10073 4570 1007 2985 0 6615 0
[pid=28191/tid=28195] ppid=28190 vsize=40292 CPUtime=518.7
/proc/28191/task/28195/stat : 28195 (pb_cplex) R 28190 28190 28051 0 -1 4202560 98474 0 0 0 51559 311 0 0 18 0 2 0 142806522 41259008 4570 1992294400 134512640 146736320 4288851728 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1075.32
Current children cumulated vsize (KiB) 48992

[startup+642.302 s]
/proc/loadavg: 2.00 1.86 1.03 3/109 28213
/proc/meminfo: memFree=1254804/2059040 swapFree=4136868/4192956
[pid=28190] ppid=28188 vsize=8700 CPUtime=0
/proc/28190/stat : 28190 (run) S 28188 28190 28051 0 -1 4202496 365 0 0 0 0 0 0 0 18 0 1 0 142806014 8908800 249 1992294400 4194304 4922060 140735753343328 18446744073709551615 262178184325 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28190/statm: 2175 249 208 178 0 68 0
[pid=28191] ppid=28190 vsize=40292 CPUtime=1188.6
/proc/28191/stat : 28191 (pb_cplex) R 28190 28190 28051 0 -1 4202496 163212 0 0 0 118200 660 0 0 19 0 2 0 142806014 41259008 4576 1992294400 134512640 146736320 4288851728 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/28191/statm: 10073 4576 1007 2985 0 6615 0
[pid=28191/tid=28195] ppid=28190 vsize=40292 CPUtime=574.82
/proc/28191/task/28195/stat : 28195 (pb_cplex) R 28190 28190 28051 0 -1 4202560 104091 0 0 0 57141 341 0 0 18 0 2 0 142806522 41259008 4576 1992294400 134512640 146736320 4288851728 18446744073709551615 139042981 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1188.6
Current children cumulated vsize (KiB) 48992

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

[startup+646.301 s]
/proc/loadavg: 2.00 1.86 1.03 2/109 28213
/proc/meminfo: memFree=1254804/2059040 swapFree=4136868/4192956
[pid=28190] ppid=28188 vsize=8700 CPUtime=0
/proc/28190/stat : 28190 (run) S 28188 28190 28051 0 -1 4202496 365 0 0 0 0 0 0 0 18 0 1 0 142806014 8908800 249 1992294400 4194304 4922060 140735753343328 18446744073709551615 262178184325 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28190/statm: 2175 249 208 178 0 68 0
[pid=28191] ppid=28190 vsize=40292 CPUtime=1196.16
/proc/28191/stat : 28191 (pb_cplex) R 28190 28190 28051 0 -1 4202496 163236 0 0 0 118952 664 0 0 18 0 2 0 142806014 41259008 4576 1992294400 134512640 146736320 4288851728 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/28191/statm: 10073 4576 1007 2985 0 6615 0
[pid=28191/tid=28195] ppid=28190 vsize=40292 CPUtime=578.41
/proc/28191/task/28195/stat : 28195 (pb_cplex) R 28190 28190 28051 0 -1 4202560 104115 0 0 0 57498 343 0 0 18 0 2 0 142806522 41259008 4576 1992294400 134512640 146736320 4288851728 18446744073709551615 136002755 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1196.16
Current children cumulated vsize (KiB) 48992

[startup+652.702 s]
/proc/loadavg: 1.92 1.85 1.03 2/109 28213
/proc/meminfo: memFree=1254804/2059040 swapFree=4136868/4192956
[pid=28190] ppid=28188 vsize=8700 CPUtime=0
/proc/28190/stat : 28190 (run) S 28188 28190 28051 0 -1 4202496 365 0 0 0 0 0 0 0 18 0 1 0 142806014 8908800 249 1992294400 4194304 4922060 140735753343328 18446744073709551615 262178184325 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28190/statm: 2175 249 208 178 0 68 0
[pid=28191] ppid=28190 vsize=40292 CPUtime=1208.01
/proc/28191/stat : 28191 (pb_cplex) R 28190 28190 28051 0 -1 4202496 163473 0 0 0 120130 671 0 0 17 0 2 0 142806014 41259008 4576 1992294400 134512640 146736320 4288851728 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/28191/statm: 10073 4576 1007 2985 0 6615 0
[pid=28191/tid=28195] ppid=28190 vsize=40292 CPUtime=584.31
/proc/28191/task/28195/stat : 28195 (pb_cplex) R 28190 28190 28051 0 -1 4202560 104352 0 0 0 58085 346 0 0 17 0 2 0 142806522 41259008 4576 1992294400 134512640 146736320 4288851728 18446744073709551615 136403116 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1208.01
Current children cumulated vsize (KiB) 48992

[startup+655.901 s]
/proc/loadavg: 1.92 1.85 1.03 3/109 28213
/proc/meminfo: memFree=1254804/2059040 swapFree=4136868/4192956
[pid=28190] ppid=28188 vsize=8700 CPUtime=0
/proc/28190/stat : 28190 (run) S 28188 28190 28051 0 -1 4202496 365 0 0 0 0 0 0 0 18 0 1 0 142806014 8908800 249 1992294400 4194304 4922060 140735753343328 18446744073709551615 262178184325 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28190/statm: 2175 249 208 178 0 68 0
[pid=28191] ppid=28190 vsize=40292 CPUtime=1214.06
/proc/28191/stat : 28191 (pb_cplex) R 28190 28190 28051 0 -1 4202496 163479 0 0 0 120733 673 0 0 18 0 2 0 142806014 41259008 4576 1992294400 134512640 146736320 4288851728 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/28191/statm: 10073 4576 1007 2985 0 6615 0
[pid=28191/tid=28195] ppid=28190 vsize=40292 CPUtime=587.26
/proc/28191/task/28195/stat : 28195 (pb_cplex) R 28190 28190 28051 0 -1 4202560 104358 0 0 0 58379 347 0 0 18 0 2 0 142806522 41259008 4576 1992294400 134512640 146736320 4288851728 18446744073709551615 136008050 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1214.06
Current children cumulated vsize (KiB) 48992

[startup+657.501 s]
/proc/loadavg: 1.93 1.85 1.04 3/109 28213
/proc/meminfo: memFree=1254804/2059040 swapFree=4136868/4192956
[pid=28190] ppid=28188 vsize=8700 CPUtime=0
/proc/28190/stat : 28190 (run) S 28188 28190 28051 0 -1 4202496 365 0 0 0 0 0 0 0 18 0 1 0 142806014 8908800 249 1992294400 4194304 4922060 140735753343328 18446744073709551615 262178184325 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28190/statm: 2175 249 208 178 0 68 0
[pid=28191] ppid=28190 vsize=40292 CPUtime=1217.05
/proc/28191/stat : 28191 (pb_cplex) R 28190 28190 28051 0 -1 4202496 163485 0 0 0 121030 675 0 0 18 0 2 0 142806014 41259008 4576 1992294400 134512640 146736320 4288851728 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/28191/statm: 10073 4576 1007 2985 0 6615 0
[pid=28191/tid=28195] ppid=28190 vsize=40292 CPUtime=588.67
/proc/28191/task/28195/stat : 28195 (pb_cplex) R 28190 28190 28051 0 -1 4202560 104364 0 0 0 58519 348 0 0 17 0 2 0 142806522 41259008 4576 1992294400 134512640 146736320 4288851728 18446744073709551615 139042980 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1217.05
Current children cumulated vsize (KiB) 48992

[startup+657.901 s]
/proc/loadavg: 1.93 1.85 1.04 2/109 28213
/proc/meminfo: memFree=1254804/2059040 swapFree=4136868/4192956
[pid=28190] ppid=28188 vsize=8700 CPUtime=0
/proc/28190/stat : 28190 (run) S 28188 28190 28051 0 -1 4202496 365 0 0 0 0 0 0 0 18 0 1 0 142806014 8908800 249 1992294400 4194304 4922060 140735753343328 18446744073709551615 262178184325 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28190/statm: 2175 249 208 178 0 68 0
[pid=28191] ppid=28190 vsize=40292 CPUtime=1217.82
/proc/28191/stat : 28191 (pb_cplex) R 28190 28190 28051 0 -1 4202496 163485 0 0 0 121107 675 0 0 18 0 2 0 142806014 41259008 4576 1992294400 134512640 146736320 4288851728 18446744073709551615 136008017 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/28191/statm: 10073 4576 1007 2985 0 6615 0
[pid=28191/tid=28195] ppid=28190 vsize=40292 CPUtime=589.06
/proc/28191/task/28195/stat : 28195 (pb_cplex) R 28190 28190 28051 0 -1 4202560 104364 0 0 0 58558 348 0 0 18 0 2 0 142806522 41259008 4576 1992294400 134512640 146736320 4288851728 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1217.82
Current children cumulated vsize (KiB) 48992

[startup+658.101 s]
/proc/loadavg: 1.93 1.85 1.04 2/109 28213
/proc/meminfo: memFree=1254804/2059040 swapFree=4136868/4192956
[pid=28190] ppid=28188 vsize=8700 CPUtime=0
/proc/28190/stat : 28190 (run) S 28188 28190 28051 0 -1 4202496 365 0 0 0 0 0 0 0 18 0 1 0 142806014 8908800 249 1992294400 4194304 4922060 140735753343328 18446744073709551615 262178184325 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28190/statm: 2175 249 208 178 0 68 0
[pid=28191] ppid=28190 vsize=40292 CPUtime=1218.21
/proc/28191/stat : 28191 (pb_cplex) R 28190 28190 28051 0 -1 4202496 163485 0 0 0 121146 675 0 0 18 0 2 0 142806014 41259008 4576 1992294400 134512640 146736320 4288851728 18446744073709551615 136384895 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/28191/statm: 10073 4576 1007 2985 0 6615 0
[pid=28191/tid=28195] ppid=28190 vsize=40292 CPUtime=589.26
/proc/28191/task/28195/stat : 28195 (pb_cplex) R 28190 28190 28051 0 -1 4202560 104364 0 0 0 58578 348 0 0 18 0 2 0 142806522 41259008 4576 1992294400 134512640 146736320 4288851728 18446744073709551615 135450735 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1218.21
Current children cumulated vsize (KiB) 48992

Child status: 0
Real time (s): 658.18
CPU time (s): 1218.35
CPU user time (s): 1211.59
CPU system time (s): 6.76497
CPU usage (%): 185.109
Max. virtual memory (cumulated for all children) (KiB): 59272

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1211.59
system time used= 6.76497
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 163872
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= 93832
involuntary context switches= 18008

runsolver used 1.26081 second user time and 3.51647 second system time

The end

Launcher Data

Begin job on node059 at 2010-07-01 22:12:33
IDJOB=2696202
IDBENCH=1288
IDSOLVER=1209
FILE ID=node059/2696202-1278015153
PBS_JOBID= 11198708
Free space on /tmp= 62388 MiB

SOLVER NAME= pb_cplex 2010-06-29
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900576360.opb
COMMAND LINE= run BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2696202-1278015153/watcher-2696202-1278015153 -o /tmp/evaluation-result-2696202-1278015153/solver-2696202-1278015153 -C 1800 -W 2000 -M 1800  run HOME/instance-2696202-1278015153.opb

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

MD5SUM BENCH= 19ba22a32308a07bd9c7341c12b6a0ff
RANDOM SEED=43665828

node059.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.244
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.48
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.244
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5599.45
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1271228 kB
Buffers:        199052 kB
Cached:         484040 kB
SwapCached:      10648 kB
Active:         309972 kB
Inactive:       388176 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1271228 kB
SwapTotal:     4192956 kB
SwapFree:      4136868 kB
Dirty:           17000 kB
Writeback:           0 kB
AnonPages:       12608 kB
Mapped:           8328 kB
Slab:            67844 kB
PageTables:       4128 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   184000 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264948 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62372 MiB
End job on node059 at 2010-07-01 22:23:32