Trace number 2697207

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
pb_cplex 2010-06-29? (TO) 1800.08 1042.92

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_100_10_2.opb
MD5SUMc154cb0964ce03c2d199339cf62d0c63
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-26
Best CPU time to get the best result obtained on this benchmark1789.52
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -29
Optimality of the best value was proved NO
Number of variables200
Total number of constraints301
Number of constraints which are clauses100
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints201
Minimum length of a constraint2
Maximum length of a constraint200
Number of terms in the objective function 100
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 100
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 200
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)2520
Sum of products size (including duplicates)5040
Number of different products1260
Sum of products size2520

Solver Data

0.00/0.00	c pb_cplex 1.0 - 20100701
0.00/0.00	c Parsing opb file format. File HOME/instance-2697207-1278051547.opb.
0.00/0.00	c Instance file HOME/instance-2697207-1278051547.opb
0.00/0.00	c File size is 107624 bytes.
0.00/0.05	c Highest Coefficient sum: 200
0.00/0.05	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.06	c ============================[ Problem Statistics ]=============================
0.00/0.06	c |                                                                             |
0.00/0.06	c |  Parsing time:          0.05         s                                      |
0.00/0.06	c |  Number Variables:      1460                                                |
0.00/0.06	c |  Number Constraints:    2821                                                |
0.00/0.06	c ===============================================================================
1800.04/1042.91	c Remaining time 1799.95 sec.
1800.04/1042.91	c 
1800.04/1042.91	c *** INTERRUPTED ***
1800.04/1042.91	s UNKNOWN
1800.04/1042.91	c Total CPU time              : 1797.06 s
1800.04/1042.91	c Memory used           : 65.95 MB
1800.04/1042.91	c CPU time              : 1797.06 s
1800.04/1042.91	c 
1800.04/1042.91	c *** INTERRUPTED ***

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-2697207-1278051547/watcher-2697207-1278051547 -o /tmp/evaluation-result-2697207-1278051547/solver-2697207-1278051547 -C 1800 -W 2000 -M 1800 run HOME/instance-2697207-1278051547.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: 1.00 1.00 1.07 3/105 30541
/proc/meminfo: memFree=1276536/2059040 swapFree=4139664/4192956
[pid=30541] ppid=30539 vsize=8700 CPUtime=0
/proc/30541/stat : 30541 (run) R 30539 30541 30073 0 -1 4202496 347 0 0 0 0 0 0 0 25 0 1 0 146448832 8908800 248 1992294400 4194304 4922060 140733558244144 18446744073709551615 249773531541 0 65538 4100 65536 0 0 0 17 1 0 0 0
/proc/30541/statm: 2175 248 208 178 0 68 0

[startup+0.0655639 s]
/proc/loadavg: 1.00 1.00 1.07 3/105 30541
/proc/meminfo: memFree=1276536/2059040 swapFree=4139664/4192956
[pid=30541] ppid=30539 vsize=8700 CPUtime=0
/proc/30541/stat : 30541 (run) S 30539 30541 30073 0 -1 4202496 363 0 0 0 0 0 0 0 25 0 1 0 146448832 8908800 248 1992294400 4194304 4922060 140733558244144 18446744073709551615 249773530245 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30541/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.101564 s]
/proc/loadavg: 1.00 1.00 1.07 3/105 30541
/proc/meminfo: memFree=1276536/2059040 swapFree=4139664/4192956
[pid=30541] ppid=30539 vsize=8700 CPUtime=0
/proc/30541/stat : 30541 (run) S 30539 30541 30073 0 -1 4202496 363 0 0 0 0 0 0 0 25 0 1 0 146448832 8908800 248 1992294400 4194304 4922060 140733558244144 18446744073709551615 249773530245 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30541/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.301585 s]
/proc/loadavg: 1.00 1.00 1.07 3/105 30541
/proc/meminfo: memFree=1276536/2059040 swapFree=4139664/4192956
[pid=30541] ppid=30539 vsize=8700 CPUtime=0
/proc/30541/stat : 30541 (run) S 30539 30541 30073 0 -1 4202496 363 0 0 0 0 0 0 0 25 0 1 0 146448832 8908800 248 1992294400 4194304 4922060 140733558244144 18446744073709551615 249773530245 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30541/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700629 s]
/proc/loadavg: 1.00 1.00 1.07 3/105 30541
/proc/meminfo: memFree=1276536/2059040 swapFree=4139664/4192956
[pid=30541] ppid=30539 vsize=8700 CPUtime=0
/proc/30541/stat : 30541 (run) S 30539 30541 30073 0 -1 4202496 363 0 0 0 0 0 0 0 25 0 1 0 146448832 8908800 248 1992294400 4194304 4922060 140733558244144 18446744073709551615 249773530245 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30541/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50071 s]
/proc/loadavg: 1.00 1.00 1.07 2/107 30543
/proc/meminfo: memFree=1269824/2059040 swapFree=4139664/4192956
[pid=30541] ppid=30539 vsize=8700 CPUtime=0
/proc/30541/stat : 30541 (run) S 30539 30541 30073 0 -1 4202496 363 0 0 0 0 0 0 0 25 0 1 0 146448832 8908800 248 1992294400 4194304 4922060 140733558244144 18446744073709551615 249773530245 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30541/statm: 2175 248 208 178 0 68 0
[pid=30542] ppid=30541 vsize=24168 CPUtime=1.49
/proc/30542/stat : 30542 (pb_cplex) R 30541 30541 30073 0 -1 4202496 2911 0 0 0 148 1 0 0 25 0 1 0 146448833 24748032 2498 1992294400 134512640 146736320 4289516928 18446744073709551615 136385185 0 0 4096 16387 0 0 0 17 0 0 0 0
/proc/30542/statm: 6042 2498 903 2985 0 2584 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 32868

[startup+3.10089 s]
/proc/loadavg: 1.00 1.00 1.07 2/107 30543
/proc/meminfo: memFree=1266352/2059040 swapFree=4139664/4192956
[pid=30541] ppid=30539 vsize=8700 CPUtime=0
/proc/30541/stat : 30541 (run) S 30539 30541 30073 0 -1 4202496 363 0 0 0 0 0 0 0 25 0 1 0 146448832 8908800 248 1992294400 4194304 4922060 140733558244144 18446744073709551615 249773530245 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30541/statm: 2175 248 208 178 0 68 0
[pid=30542] ppid=30541 vsize=25424 CPUtime=3.08
/proc/30542/stat : 30542 (pb_cplex) R 30541 30541 30073 0 -1 4202496 4620 0 0 0 307 1 0 0 25 0 1 0 146448833 26034176 2991 1992294400 134512640 146736320 4289516928 18446744073709551615 136015579 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/30542/statm: 6356 2991 1005 2985 0 2898 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 34124

[startup+6.30122 s]
/proc/loadavg: 1.00 1.00 1.07 2/107 30543
/proc/meminfo: memFree=1266104/2059040 swapFree=4139664/4192956
[pid=30541] ppid=30539 vsize=8700 CPUtime=0
/proc/30541/stat : 30541 (run) S 30539 30541 30073 0 -1 4202496 363 0 0 0 0 0 0 0 25 0 1 0 146448832 8908800 248 1992294400 4194304 4922060 140733558244144 18446744073709551615 249773530245 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30541/statm: 2175 248 208 178 0 68 0
[pid=30542] ppid=30541 vsize=27392 CPUtime=6.27
/proc/30542/stat : 30542 (pb_cplex) R 30541 30541 30073 0 -1 4202496 6514 0 0 0 625 2 0 0 25 0 1 0 146448833 28049408 3521 1992294400 134512640 146736320 4289516928 18446744073709551615 136015727 0 0 4096 16387 0 0 0 17 0 0 0 0
/proc/30542/statm: 6848 3521 1007 2985 0 3390 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 36092

[startup+12.7009 s]
/proc/loadavg: 1.00 1.00 1.07 2/107 30543
/proc/meminfo: memFree=1265732/2059040 swapFree=4139664/4192956
[pid=30541] ppid=30539 vsize=8700 CPUtime=0
/proc/30541/stat : 30541 (run) S 30539 30541 30073 0 -1 4202496 363 0 0 0 0 0 0 0 25 0 1 0 146448832 8908800 248 1992294400 4194304 4922060 140733558244144 18446744073709551615 249773530245 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30541/statm: 2175 248 208 178 0 68 0
[pid=30542] ppid=30541 vsize=27776 CPUtime=12.67
/proc/30542/stat : 30542 (pb_cplex) R 30541 30541 30073 0 -1 4202496 6598 0 0 0 1265 2 0 0 25 0 1 0 146448833 28442624 3605 1992294400 134512640 146736320 4289516928 18446744073709551615 136017644 0 0 4096 16387 0 0 0 17 0 0 0 0
/proc/30542/statm: 6944 3605 1007 2985 0 3486 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 36476

[startup+25.5013 s]
/proc/loadavg: 1.00 1.00 1.07 2/108 30544
/proc/meminfo: memFree=1259772/2059040 swapFree=4139664/4192956
[pid=30541] ppid=30539 vsize=8700 CPUtime=0
/proc/30541/stat : 30541 (run) S 30539 30541 30073 0 -1 4202496 363 0 0 0 0 0 0 0 25 0 1 0 146448832 8908800 248 1992294400 4194304 4922060 140733558244144 18446744073709551615 249773530245 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30541/statm: 2175 248 208 178 0 68 0
[pid=30542] ppid=30541 vsize=46636 CPUtime=25.47
/proc/30542/stat : 30542 (pb_cplex) R 30541 30541 30073 0 -1 4202496 8462 0 0 0 2544 3 0 0 25 0 2 0 146448833 47755264 5148 1992294400 134512640 146736320 4289516928 18446744073709551615 136008231 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/30542/statm: 11659 5148 1038 2985 0 8201 0
[pid=30542/tid=30544] ppid=30541 vsize=46636 CPUtime=0
/proc/30542/task/30544/stat : 30544 (pb_cplex) S 30541 30541 30073 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 2 0 146450368 47755264 5148 1992294400 134512640 146736320 4289516928 18446744073709551615 144580073 0 2 4096 16387 18446604437826134976 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 55336

[startup+51.102 s]
/proc/loadavg: 1.06 1.02 1.07 3/108 30546
/proc/meminfo: memFree=1253076/2059040 swapFree=4139664/4192956
[pid=30541] ppid=30539 vsize=8700 CPUtime=0
/proc/30541/stat : 30541 (run) S 30539 30541 30073 0 -1 4202496 363 0 0 0 0 0 0 0 25 0 1 0 146448832 8908800 248 1992294400 4194304 4922060 140733558244144 18446744073709551615 249773530245 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30541/statm: 2175 248 208 178 0 68 0
[pid=30542] ppid=30541 vsize=52468 CPUtime=65.39
/proc/30542/stat : 30542 (pb_cplex) R 30541 30541 30073 0 -1 4202496 10653 0 0 0 6533 6 0 0 25 0 2 0 146448833 53727232 6760 1992294400 134512640 146736320 4289516928 18446744073709551615 136003493 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/30542/statm: 13117 6760 1041 2985 0 9659 0
[pid=30542/tid=30544] ppid=30541 vsize=52468 CPUtime=15.2
/proc/30542/task/30544/stat : 30544 (pb_cplex) R 30541 30541 30073 0 -1 4202560 1355 0 0 0 1519 1 0 0 25 0 2 0 146450368 53727232 6760 1992294400 134512640 146736320 4289516928 18446744073709551615 135857482 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 65.39
Current children cumulated vsize (KiB) 61168

[startup+102.309 s]
/proc/loadavg: 1.44 1.13 1.11 3/108 30546
/proc/meminfo: memFree=1252456/2059040 swapFree=4139664/4192956
[pid=30541] ppid=30539 vsize=8700 CPUtime=0
/proc/30541/stat : 30541 (run) S 30539 30541 30073 0 -1 4202496 363 0 0 0 0 0 0 0 25 0 1 0 146448832 8908800 248 1992294400 4194304 4922060 140733558244144 18446744073709551615 249773530245 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30541/statm: 2175 248 208 178 0 68 0
[pid=30542] ppid=30541 vsize=52436 CPUtime=158.55
/proc/30542/stat : 30542 (pb_cplex) R 30541 30541 30073 0 -1 4202496 11841 0 0 0 15844 11 0 0 25 0 2 0 146448833 53694464 6918 1992294400 134512640 146736320 4289516928 18446744073709551615 136403116 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/30542/statm: 13109 6918 1056 2985 0 9651 0
[pid=30542/tid=30544] ppid=30541 vsize=52436 CPUtime=63.24
/proc/30542/task/30544/stat : 30544 (pb_cplex) R 30541 30541 30073 0 -1 4202560 2224 0 0 0 6319 5 0 0 25 0 2 0 146450368 53694464 6918 1992294400 134512640 146736320 4289516928 18446744073709551615 136008245 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 158.55
Current children cumulated vsize (KiB) 61136

[startup+162.302 s]
/proc/loadavg: 1.91 1.33 1.18 2/108 30548
/proc/meminfo: memFree=1250968/2059040 swapFree=4139664/4192956
[pid=30541] ppid=30539 vsize=8700 CPUtime=0
/proc/30541/stat : 30541 (run) S 30539 30541 30073 0 -1 4202496 363 0 0 0 0 0 0 0 25 0 1 0 146448832 8908800 248 1992294400 4194304 4922060 140733558244144 18446744073709551615 249773530245 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30541/statm: 2175 248 208 178 0 68 0
[pid=30542] ppid=30541 vsize=53652 CPUtime=262.75
/proc/30542/stat : 30542 (pb_cplex) R 30541 30541 30073 0 -1 4202496 16686 0 0 0 26253 22 0 0 25 0 2 0 146448833 54939648 7215 1992294400 134512640 146736320 4289516928 18446744073709551615 136385185 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/30542/statm: 13413 7215 1057 2985 0 9955 0
[pid=30542/tid=30544] ppid=30541 vsize=53652 CPUtime=113.68
/proc/30542/task/30544/stat : 30544 (pb_cplex) R 30541 30541 30073 0 -1 4202560 6287 0 0 0 11355 13 0 0 18 0 2 0 146450368 54939648 7215 1992294400 134512640 146736320 4289516928 18446744073709551615 136403114 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 262.75
Current children cumulated vsize (KiB) 62352

[startup+222.301 s]
/proc/loadavg: 1.36 1.28 1.17 2/107 30550
/proc/meminfo: memFree=1257672/2059040 swapFree=4139664/4192956
[pid=30541] ppid=30539 vsize=8700 CPUtime=0
/proc/30541/stat : 30541 (run) S 30539 30541 30073 0 -1 4202496 363 0 0 0 0 0 0 0 25 0 1 0 146448832 8908800 248 1992294400 4194304 4922060 140733558244144 18446744073709551615 249773530245 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30541/statm: 2175 248 208 178 0 68 0
[pid=30542] ppid=30541 vsize=43864 CPUtime=328.69
/proc/30542/stat : 30542 (pb_cplex) R 30541 30541 30073 0 -1 4202496 24312 0 0 0 32842 27 0 0 25 0 1 0 146448833 44916736 5508 1992294400 134512640 146736320 4289516928 18446744073709551615 136403109 0 0 4096 16387 0 0 0 17 0 0 0 0
/proc/30542/statm: 10966 5508 1062 2985 0 7508 0
Current children cumulated CPU time (s) 328.69
Current children cumulated vsize (KiB) 52564

[startup+282.301 s]
/proc/loadavg: 1.36 1.29 1.18 2/108 30556
/proc/meminfo: memFree=1241296/2059040 swapFree=4139664/4192956
[pid=30541] ppid=30539 vsize=8700 CPUtime=0
/proc/30541/stat : 30541 (run) S 30539 30541 30073 0 -1 4202496 363 0 0 0 0 0 0 0 25 0 1 0 146448832 8908800 248 1992294400 4194304 4922060 140733558244144 18446744073709551615 249773530245 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30541/statm: 2175 248 208 178 0 68 0
[pid=30542] ppid=30541 vsize=60208 CPUtime=409.73
/proc/30542/stat : 30542 (pb_cplex) R 30541 30541 30073 0 -1 4202496 60333 0 0 0 40923 50 0 0 25 0 2 0 146448833 61652992 9159 1992294400 134512640 146736320 4289516928 18446744073709551615 135855170 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/30542/statm: 15052 9159 1074 2985 0 11594 0
[pid=30542/tid=30554] ppid=30541 vsize=60208 CPUtime=19.18
/proc/30542/task/30554/stat : 30554 (pb_cplex) S 30541 30541 30073 0 -1 4202560 10453 0 0 0 1911 7 0 0 25 0 2 0 146472419 61652992 9159 1992294400 134512640 146736320 4289516928 18446744073709551615 144580073 0 2 4096 16387 18446604437826134976 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 409.73
Current children cumulated vsize (KiB) 68908

[startup+342.302 s]
/proc/loadavg: 1.77 1.42 1.23 3/108 30558
/proc/meminfo: memFree=1239436/2059040 swapFree=4139664/4192956
[pid=30541] ppid=30539 vsize=8700 CPUtime=0
/proc/30541/stat : 30541 (run) S 30539 30541 30073 0 -1 4202496 363 0 0 0 0 0 0 0 25 0 1 0 146448832 8908800 248 1992294400 4194304 4922060 140733558244144 18446744073709551615 249773530245 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30541/statm: 2175 248 208 178 0 68 0
[pid=30542] ppid=30541 vsize=63508 CPUtime=521.79
/proc/30542/stat : 30542 (pb_cplex) R 30541 30541 30073 0 -1 4202496 78103 0 0 0 52118 61 0 0 25 0 2 0 146448833 65032192 9967 1992294400 134512640 146736320 4289516928 18446744073709551615 136000412 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/30542/statm: 15877 9967 1074 2985 0 12419 0
[pid=30542/tid=30554] ppid=30541 vsize=63508 CPUtime=71.62
/proc/30542/task/30554/stat : 30554 (pb_cplex) R 30541 30541 30073 0 -1 4202560 18168 0 0 0 7151 11 0 0 25 0 2 0 146472419 65032192 9967 1992294400 134512640 146736320 4289516928 18446744073709551615 139042876 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 521.79
Current children cumulated vsize (KiB) 72208

[startup+402.302 s]

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

/proc/30541/statm: 2175 248 208 178 0 68 0
[pid=30542] ppid=30541 vsize=64224 CPUtime=751.75
/proc/30542/stat : 30542 (pb_cplex) R 30541 30541 30073 0 -1 4202496 105859 0 0 0 75096 79 0 0 25 0 2 0 146448833 65765376 10100 1992294400 134512640 146736320 4289516928 18446744073709551615 136008089 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/30542/statm: 16056 10100 1074 2985 0 12598 0
[pid=30542/tid=30554] ppid=30541 vsize=64224 CPUtime=185.62
/proc/30542/task/30554/stat : 30554 (pb_cplex) S 30541 30541 30073 0 -1 4202560 40718 0 0 0 18537 25 0 0 25 0 2 0 146472419 65765376 10100 1992294400 134512640 146736320 4289516928 18446744073709551615 144580073 0 2 4096 16387 18446604437826134976 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 751.75
Current children cumulated vsize (KiB) 72924

[startup+522.302 s]
/proc/loadavg: 1.78 1.63 1.34 2/108 30562
/proc/meminfo: memFree=1238444/2059040 swapFree=4139664/4192956
[pid=30541] ppid=30539 vsize=8700 CPUtime=0
/proc/30541/stat : 30541 (run) S 30539 30541 30073 0 -1 4202496 363 0 0 0 0 0 0 0 25 0 1 0 146448832 8908800 248 1992294400 4194304 4922060 140733558244144 18446744073709551615 249773530245 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30541/statm: 2175 248 208 178 0 68 0
[pid=30542] ppid=30541 vsize=61608 CPUtime=854.84
/proc/30542/stat : 30542 (pb_cplex) R 30541 30541 30073 0 -1 4202496 128326 0 0 0 85389 95 0 0 19 0 2 0 146448833 63086592 9618 1992294400 134512640 146736320 4289516928 18446744073709551615 136008069 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/30542/statm: 15402 9618 1075 2985 0 11944 0
[pid=30542/tid=30554] ppid=30541 vsize=61608 CPUtime=235.05
/proc/30542/task/30554/stat : 30554 (pb_cplex) R 30541 30541 30073 0 -1 4202560 58664 0 0 0 23470 35 0 0 19 0 2 0 146472419 63086592 9618 1992294400 134512640 146736320 4289516928 18446744073709551615 136385179 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 854.84
Current children cumulated vsize (KiB) 70308

[startup+582.302 s]
/proc/loadavg: 2.02 1.71 1.39 3/108 30564
/proc/meminfo: memFree=1241668/2059040 swapFree=4139664/4192956
[pid=30541] ppid=30539 vsize=8700 CPUtime=0
/proc/30541/stat : 30541 (run) S 30539 30541 30073 0 -1 4202496 363 0 0 0 0 0 0 0 25 0 1 0 146448832 8908800 248 1992294400 4194304 4922060 140733558244144 18446744073709551615 249773530245 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30541/statm: 2175 248 208 178 0 68 0
[pid=30542] ppid=30541 vsize=60960 CPUtime=965.3
/proc/30542/stat : 30542 (pb_cplex) R 30541 30541 30073 0 -1 4202496 184500 0 0 0 96402 128 0 0 25 0 2 0 146448833 62423040 9378 1992294400 134512640 146736320 4289516928 18446744073709551615 136475800 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/30542/statm: 15240 9378 1074 2985 0 11782 0
[pid=30542/tid=30554] ppid=30541 vsize=60960 CPUtime=291.58
/proc/30542/task/30554/stat : 30554 (pb_cplex) R 30541 30541 30073 0 -1 4202560 87266 0 0 0 29107 51 0 0 25 0 2 0 146472419 62423040 9378 1992294400 134512640 146736320 4289516928 18446744073709551615 136008050 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 965.3
Current children cumulated vsize (KiB) 69660

[startup+642.302 s]
/proc/loadavg: 1.94 1.73 1.41 3/108 30566
/proc/meminfo: memFree=1237452/2059040 swapFree=4139664/4192956
[pid=30541] ppid=30539 vsize=8700 CPUtime=0
/proc/30541/stat : 30541 (run) S 30539 30541 30073 0 -1 4202496 363 0 0 0 0 0 0 0 25 0 1 0 146448832 8908800 248 1992294400 4194304 4922060 140733558244144 18446744073709551615 249773530245 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30541/statm: 2175 248 208 178 0 68 0
[pid=30542] ppid=30541 vsize=65516 CPUtime=1071.95
/proc/30542/stat : 30542 (pb_cplex) R 30541 30541 30073 0 -1 4202496 227955 0 0 0 107042 153 0 0 25 0 2 0 146448833 67088384 10588 1992294400 134512640 146736320 4289516928 18446744073709551615 135417431 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/30542/statm: 16379 10588 1076 2985 0 12921 0
[pid=30542/tid=30554] ppid=30541 vsize=65516 CPUtime=340.99
/proc/30542/task/30554/stat : 30554 (pb_cplex) R 30541 30541 30073 0 -1 4202560 107088 0 0 0 34037 62 0 0 24 0 2 0 146472419 67088384 10588 1992294400 134512640 146736320 4289516928 18446744073709551615 136008450 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1071.95
Current children cumulated vsize (KiB) 74216

[startup+702.301 s]
/proc/loadavg: 1.87 1.75 1.43 3/108 30566
/proc/meminfo: memFree=1237080/2059040 swapFree=4139664/4192956
[pid=30541] ppid=30539 vsize=8700 CPUtime=0
/proc/30541/stat : 30541 (run) S 30539 30541 30073 0 -1 4202496 363 0 0 0 0 0 0 0 25 0 1 0 146448832 8908800 248 1992294400 4194304 4922060 140733558244144 18446744073709551615 249773530245 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30541/statm: 2175 248 208 178 0 68 0
[pid=30542] ppid=30541 vsize=65296 CPUtime=1181.57
/proc/30542/stat : 30542 (pb_cplex) R 30541 30541 30073 0 -1 4202496 258757 0 0 0 117981 176 0 0 25 0 2 0 146448833 66863104 10619 1992294400 134512640 146736320 4289516928 18446744073709551615 136008065 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/30542/statm: 16324 10619 1076 2985 0 12866 0
[pid=30542/tid=30554] ppid=30541 vsize=65296 CPUtime=391.81
/proc/30542/task/30554/stat : 30554 (pb_cplex) R 30541 30541 30073 0 -1 4202560 137876 0 0 0 39101 80 0 0 19 0 2 0 146472419 66863104 10619 1992294400 134512640 146736320 4289516928 18446744073709551615 136385183 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1181.57
Current children cumulated vsize (KiB) 73996

[startup+762.308 s]
/proc/loadavg: 2.01 1.81 1.47 3/108 30568
/proc/meminfo: memFree=1235592/2059040 swapFree=4139664/4192956
[pid=30541] ppid=30539 vsize=8700 CPUtime=0
/proc/30541/stat : 30541 (run) S 30539 30541 30073 0 -1 4202496 363 0 0 0 0 0 0 0 25 0 1 0 146448832 8908800 248 1992294400 4194304 4922060 140733558244144 18446744073709551615 249773530245 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30541/statm: 2175 248 208 178 0 68 0
[pid=30542] ppid=30541 vsize=66572 CPUtime=1295.94
/proc/30542/stat : 30542 (pb_cplex) R 30541 30541 30073 0 -1 4202496 288134 0 0 0 129396 198 0 0 25 0 2 0 146448833 68169728 10852 1992294400 134512640 146736320 4289516928 18446744073709551615 139042977 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/30542/statm: 16643 10852 1074 2985 0 13185 0
[pid=30542/tid=30554] ppid=30541 vsize=66572 CPUtime=449.45
/proc/30542/task/30554/stat : 30554 (pb_cplex) R 30541 30541 30073 0 -1 4202560 167253 0 0 0 44848 97 0 0 25 0 2 0 146472419 68169728 10852 1992294400 134512640 146736320 4289516928 18446744073709551615 136008266 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1295.94
Current children cumulated vsize (KiB) 75272

[startup+822.301 s]
/proc/loadavg: 2.01 1.86 1.51 4/108 30573
/proc/meminfo: memFree=1235460/2059040 swapFree=4139664/4192956
[pid=30541] ppid=30539 vsize=8700 CPUtime=0
/proc/30541/stat : 30541 (run) S 30539 30541 30073 0 -1 4202496 363 0 0 0 0 0 0 0 25 0 1 0 146448832 8908800 248 1992294400 4194304 4922060 140733558244144 18446744073709551615 249773530245 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30541/statm: 2175 248 208 178 0 68 0
[pid=30542] ppid=30541 vsize=66572 CPUtime=1398.04
/proc/30542/stat : 30542 (pb_cplex) R 30541 30541 30073 0 -1 4202496 310082 0 0 0 139586 218 0 0 24 0 2 0 146448833 68169728 10860 1992294400 134512640 146736320 4289516928 18446744073709551615 136008363 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/30542/statm: 16643 10860 1074 2985 0 13185 0
[pid=30542/tid=30554] ppid=30541 vsize=66572 CPUtime=500.72
/proc/30542/task/30554/stat : 30554 (pb_cplex) R 30541 30541 30073 0 -1 4202560 189200 0 0 0 49962 110 0 0 19 0 2 0 146472419 68169728 10860 1992294400 134512640 146736320 4289516928 18446744073709551615 135857530 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1398.04
Current children cumulated vsize (KiB) 75272

[startup+882.301 s]
/proc/loadavg: 1.92 1.85 1.53 3/108 30575
/proc/meminfo: memFree=1235584/2059040 swapFree=4139664/4192956
[pid=30541] ppid=30539 vsize=8700 CPUtime=0
/proc/30541/stat : 30541 (run) S 30539 30541 30073 0 -1 4202496 363 0 0 0 0 0 0 0 25 0 1 0 146448832 8908800 248 1992294400 4194304 4922060 140733558244144 18446744073709551615 249773530245 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30541/statm: 2175 248 208 178 0 68 0
[pid=30542] ppid=30541 vsize=66572 CPUtime=1507.53
/proc/30542/stat : 30542 (pb_cplex) R 30541 30541 30073 0 -1 4202496 337605 0 0 0 150513 240 0 0 20 0 2 0 146448833 68169728 10861 1992294400 134512640 146736320 4289516928 18446744073709551615 139028313 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/30542/statm: 16643 10861 1074 2985 0 13185 0
[pid=30542/tid=30554] ppid=30541 vsize=66572 CPUtime=554.87
/proc/30542/task/30554/stat : 30554 (pb_cplex) R 30541 30541 30073 0 -1 4202560 216722 0 0 0 55359 128 0 0 20 0 2 0 146472419 68169728 10861 1992294400 134512640 146736320 4289516928 18446744073709551615 136008266 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1507.53
Current children cumulated vsize (KiB) 75272

[startup+942.3 s]
/proc/loadavg: 1.98 1.89 1.56 3/108 30575
/proc/meminfo: memFree=1235584/2059040 swapFree=4139664/4192956
[pid=30541] ppid=30539 vsize=8700 CPUtime=0
/proc/30541/stat : 30541 (run) S 30539 30541 30073 0 -1 4202496 363 0 0 0 0 0 0 0 25 0 1 0 146448832 8908800 248 1992294400 4194304 4922060 140733558244144 18446744073709551615 249773530245 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30541/statm: 2175 248 208 178 0 68 0
[pid=30542] ppid=30541 vsize=66572 CPUtime=1621.05
/proc/30542/stat : 30542 (pb_cplex) R 30541 30541 30073 0 -1 4202496 372379 0 0 0 161839 266 0 0 25 0 2 0 146448833 68169728 10880 1992294400 134512640 146736320 4289516928 18446744073709551615 136008044 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/30542/statm: 16643 10880 1074 2985 0 13185 0
[pid=30542/tid=30554] ppid=30541 vsize=66572 CPUtime=610.24
/proc/30542/task/30554/stat : 30554 (pb_cplex) R 30541 30541 30073 0 -1 4202560 251494 0 0 0 60876 148 0 0 18 0 2 0 146472419 68169728 10880 1992294400 134512640 146736320 4289516928 18446744073709551615 136711763 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1621.05
Current children cumulated vsize (KiB) 75272

[startup+1002.3 s]
/proc/loadavg: 1.93 1.89 1.58 3/108 30577
/proc/meminfo: memFree=1236328/2059040 swapFree=4139664/4192956
[pid=30541] ppid=30539 vsize=8700 CPUtime=0
/proc/30541/stat : 30541 (run) S 30539 30541 30073 0 -1 4202496 363 0 0 0 0 0 0 0 25 0 1 0 146448832 8908800 248 1992294400 4194304 4922060 140733558244144 18446744073709551615 249773530245 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30541/statm: 2175 248 208 178 0 68 0
[pid=30542] ppid=30541 vsize=66492 CPUtime=1728.58
/proc/30542/stat : 30542 (pb_cplex) R 30541 30541 30073 0 -1 4202496 390442 0 0 0 172573 285 0 0 25 0 2 0 146448833 68087808 10882 1992294400 134512640 146736320 4289516928 18446744073709551615 136008050 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/30542/statm: 16623 10882 1074 2985 0 13165 0
[pid=30542/tid=30554] ppid=30541 vsize=66492 CPUtime=665.2
/proc/30542/task/30554/stat : 30554 (pb_cplex) R 30541 30541 30073 0 -1 4202560 269557 0 0 0 66359 161 0 0 25 0 2 0 146472419 68087808 10882 1992294400 134512640 146736320 4289516928 18446744073709551615 135962099 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1728.58
Current children cumulated vsize (KiB) 75192



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1042.9 s]
/proc/loadavg: 1.89 1.89 1.59 4/108 30579
/proc/meminfo: memFree=1234592/2059040 swapFree=4139664/4192956
[pid=30541] ppid=30539 vsize=8700 CPUtime=0
/proc/30541/stat : 30541 (run) S 30539 30541 30073 0 -1 4202496 363 0 0 0 0 0 0 0 25 0 1 0 146448832 8908800 248 1992294400 4194304 4922060 140733558244144 18446744073709551615 249773530245 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30541/statm: 2175 248 208 178 0 68 0
[pid=30542] ppid=30541 vsize=67524 CPUtime=1800.04
/proc/30542/stat : 30542 (pb_cplex) R 30541 30541 30073 0 -1 4202496 410880 0 0 0 179704 300 0 0 25 0 2 0 146448833 69144576 11096 1992294400 134512640 146736320 4289516928 18446744073709551615 136008245 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/30542/statm: 16881 11096 1074 2985 0 13423 0
[pid=30542/tid=30554] ppid=30541 vsize=67524 CPUtime=704.21
/proc/30542/task/30554/stat : 30554 (pb_cplex) R 30541 30541 30073 0 -1 4202560 289968 0 0 0 70247 174 0 0 18 0 2 0 146472419 69144576 11096 1992294400 134512640 146736320 4289516928 18446744073709551615 136000487 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 76224

Sending SIGTERM to process tree (bottom up)

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

[startup+1042.9 s]
/proc/loadavg: 1.89 1.89 1.59 4/108 30579
/proc/meminfo: memFree=1234592/2059040 swapFree=4139664/4192956
[pid=30541] ppid=30539 vsize=8700 CPUtime=0
/proc/30541/stat : 30541 (run) S 30539 30541 30073 0 -1 4202496 363 0 0 0 0 0 0 0 25 0 1 0 146448832 8908800 248 1992294400 4194304 4922060 140733558244144 18446744073709551615 249773530245 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30541/statm: 2175 248 208 178 0 68 0
[pid=30542] ppid=30541 vsize=67524 CPUtime=1800.04
/proc/30542/stat : 30542 (pb_cplex) R 30541 30541 30073 0 -1 4202496 410880 0 0 0 179704 300 0 0 25 0 2 0 146448833 69144576 11096 1992294400 134512640 146736320 4289516928 18446744073709551615 136008245 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/30542/statm: 16881 11096 1074 2985 0 13423 0
[pid=30542/tid=30554] ppid=30541 vsize=67524 CPUtime=704.21
/proc/30542/task/30554/stat : 30554 (pb_cplex) R 30541 30541 30073 0 -1 4202560 289968 0 0 0 70247 174 0 0 18 0 2 0 146472419 69144576 11096 1992294400 134512640 146736320 4289516928 18446744073709551615 136000487 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 76224

Child status: 0
Real time (s): 1042.92
CPU time (s): 1800.08
CPU user time (s): 1797.06
CPU system time (s): 3.01654
CPU usage (%): 172.599
Max. virtual memory (cumulated for all children) (KiB): 79452

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.06
system time used= 3.01654
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 411254
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= 2982
involuntary context switches= 27652

runsolver used 2.09568 second user time and 5.14722 second system time

The end

Launcher Data

Begin job on node081 at 2010-07-02 08:19:07
IDJOB=2697207
IDBENCH=48241
IDSOLVER=1209
FILE ID=node081/2697207-1278051547
PBS_JOBID= 11198834
Free space on /tmp= 121768 MiB

SOLVER NAME= pb_cplex 2010-06-29
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/bsg/normalized-bsg_100_10_2.opb
COMMAND LINE= run BENCHNAME
CONVERSION SCRIPT= PBconversionToLinear BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2697207-1278051547/watcher-2697207-1278051547 -o /tmp/evaluation-result-2697207-1278051547/solver-2697207-1278051547 -C 1800 -W 2000 -M 1800  run HOME/instance-2697207-1278051547.opb

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

MD5SUM BENCH= c154cb0964ce03c2d199339cf62d0c63
RANDOM SEED=2054822057

node081.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.212
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.42
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.212
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	: 5999.41
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1277188 kB
Buffers:        205328 kB
Cached:         460076 kB
SwapCached:       6992 kB
Active:         319284 kB
Inactive:       360324 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1277188 kB
SwapTotal:     4192956 kB
SwapFree:      4139664 kB
Dirty:           16636 kB
Writeback:           0 kB
AnonPages:       12156 kB
Mapped:          11940 kB
Slab:            80252 kB
PageTables:       4104 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180884 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264964 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

CONVERSION COMMAND LINE= PBconversionToLinear HOME/instance-2697207-1278051547.opb

Free space on /tmp at the end= 121752 MiB
End job on node081 at 2010-07-02 08:36:30