Trace number 2696937

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.01 1001.32

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=9-P0=347-P1=137-P2=419-P3=449-P4=47-B.opb
MD5SUM39b4faf02952fa93fd33b15cbf6e7d18
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark0.509922
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 3
Optimality of the best value was proved YES
Number of variables108
Total number of constraints9
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints9
Minimum length of a constraint9
Maximum length of a constraint99
Number of terms in the objective function 9
Biggest coefficient in the objective function 256
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 511
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 131072
Number of bits of the biggest number in a constraint 18
Biggest sum of numbers in a constraint 523264
Number of bits of the biggest sum of numbers19
Number of products (including duplicates)324
Sum of products size (including duplicates)648
Number of different products324
Sum of products size648

Solver Data

0.00/0.00	c pb_cplex 1.0 - 20100701
0.00/0.00	c Parsing opb file format. File HOME/instance-2696937-1278048154.opb.
0.00/0.00	c Instance file HOME/instance-2696937-1278048154.opb
0.00/0.00	c File size is 24020 bytes.
0.00/0.01	c Highest Coefficient sum: 523264
0.00/0.01	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.02	c ============================[ Problem Statistics ]=============================
0.00/0.02	c |                                                                             |
0.00/0.02	c |  Parsing time:          0.02         s                                      |
0.00/0.02	c |  Number Variables:      432                                                 |
0.00/0.02	c |  Number Constraints:    657                                                 |
0.00/0.02	c ===============================================================================
1800.01/1001.31	c Remaining time 1799.98 sec.
1800.01/1001.31	c 
1800.01/1001.31	c *** INTERRUPTED ***
1800.01/1001.31	s UNKNOWN
1800.01/1001.31	c Total CPU time              : 1777.79 s
1800.01/1001.31	c Memory used           : 71.53 MB
1800.01/1001.31	c CPU time              : 1777.79 s
1800.01/1001.31	c 
1800.01/1001.31	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-2696937-1278048154/watcher-2696937-1278048154 -o /tmp/evaluation-result-2696937-1278048154/solver-2696937-1278048154 -C 1800 -W 2000 -M 1800 run HOME/instance-2696937-1278048154.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.73 1.77 1.19 3/105 31374
/proc/meminfo: memFree=1802716/2059040 swapFree=4135604/4192956
[pid=31374] ppid=31372 vsize=8700 CPUtime=0
/proc/31374/stat : 31374 (run) R 31372 31374 31223 0 -1 4202496 347 0 0 0 0 0 0 0 25 0 1 0 146109276 8908800 248 1992294400 4194304 4922060 140734119406416 18446744073709551615 270612930965 0 65538 4100 65536 0 0 0 17 1 0 0 0
/proc/31374/statm: 2175 248 208 178 0 68 0

[startup+0.042588 s]
/proc/loadavg: 1.73 1.77 1.19 3/105 31374
/proc/meminfo: memFree=1802716/2059040 swapFree=4135604/4192956
[pid=31374] ppid=31372 vsize=8700 CPUtime=0
/proc/31374/stat : 31374 (run) S 31372 31374 31223 0 -1 4202496 363 0 0 0 0 0 0 0 25 0 1 0 146109276 8908800 248 1992294400 4194304 4922060 140734119406416 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31374/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100543 s]
/proc/loadavg: 1.73 1.77 1.19 3/105 31374
/proc/meminfo: memFree=1802716/2059040 swapFree=4135604/4192956
[pid=31374] ppid=31372 vsize=8700 CPUtime=0
/proc/31374/stat : 31374 (run) S 31372 31374 31223 0 -1 4202496 363 0 0 0 0 0 0 0 25 0 1 0 146109276 8908800 248 1992294400 4194304 4922060 140734119406416 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31374/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300828 s]
/proc/loadavg: 1.73 1.77 1.19 3/105 31374
/proc/meminfo: memFree=1802716/2059040 swapFree=4135604/4192956
[pid=31374] ppid=31372 vsize=8700 CPUtime=0
/proc/31374/stat : 31374 (run) S 31372 31374 31223 0 -1 4202496 363 0 0 0 0 0 0 0 25 0 1 0 146109276 8908800 248 1992294400 4194304 4922060 140734119406416 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31374/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700611 s]
/proc/loadavg: 1.73 1.77 1.19 3/105 31374
/proc/meminfo: memFree=1802716/2059040 swapFree=4135604/4192956
[pid=31374] ppid=31372 vsize=8700 CPUtime=0
/proc/31374/stat : 31374 (run) S 31372 31374 31223 0 -1 4202496 363 0 0 0 0 0 0 0 25 0 1 0 146109276 8908800 248 1992294400 4194304 4922060 140734119406416 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31374/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50069 s]
/proc/loadavg: 1.73 1.77 1.19 3/108 31381
/proc/meminfo: memFree=1795508/2059040 swapFree=4135604/4192956
[pid=31374] ppid=31372 vsize=8700 CPUtime=0
/proc/31374/stat : 31374 (run) S 31372 31374 31223 0 -1 4202496 363 0 0 0 0 0 0 0 25 0 1 0 146109276 8908800 248 1992294400 4194304 4922060 140734119406416 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31374/statm: 2175 248 208 178 0 68 0
[pid=31375] ppid=31374 vsize=32864 CPUtime=2.19
/proc/31375/stat : 31375 (pb_cplex) R 31374 31374 31223 0 -1 4202496 8463 0 0 0 209 10 0 0 17 0 2 0 146109276 33652736 2767 1992294400 134512640 146736320 4291823568 18446744073709551615 136403114 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/31375/statm: 8216 2767 1074 2985 0 4758 0
[pid=31375/tid=31381] ppid=31374 vsize=32864 CPUtime=0.67
/proc/31375/task/31381/stat : 31381 (pb_cplex) R 31374 31374 31223 0 -1 4202560 3558 0 0 0 65 2 0 0 17 0 2 0 146109340 33652736 2767 1992294400 134512640 146736320 4291823568 18446744073709551615 135468751 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.19
Current children cumulated vsize (KiB) 41564

[startup+3.10185 s]
/proc/loadavg: 1.73 1.77 1.19 3/108 31381
/proc/meminfo: memFree=1793028/2059040 swapFree=4135604/4192956
[pid=31374] ppid=31372 vsize=8700 CPUtime=0
/proc/31374/stat : 31374 (run) S 31372 31374 31223 0 -1 4202496 363 0 0 0 0 0 0 0 25 0 1 0 146109276 8908800 248 1992294400 4194304 4922060 140734119406416 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31374/statm: 2175 248 208 178 0 68 0
[pid=31375] ppid=31374 vsize=36300 CPUtime=4.98
/proc/31375/stat : 31375 (pb_cplex) R 31374 31374 31223 0 -1 4202496 20924 0 0 0 477 21 0 0 17 0 2 0 146109276 37171200 3643 1992294400 134512640 146736320 4291823568 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/31375/statm: 9075 3643 1074 2985 0 5617 0
[pid=31375/tid=31381] ppid=31374 vsize=36300 CPUtime=2.08
/proc/31375/task/31381/stat : 31381 (pb_cplex) R 31374 31374 31223 0 -1 4202560 8904 0 0 0 200 8 0 0 16 0 2 0 146109340 37171200 3643 1992294400 134512640 146736320 4291823568 18446744073709551615 135525883 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.98
Current children cumulated vsize (KiB) 45000

[startup+6.30518 s]
/proc/loadavg: 1.75 1.77 1.20 2/108 31381
/proc/meminfo: memFree=1786836/2059040 swapFree=4135604/4192956
[pid=31374] ppid=31372 vsize=8700 CPUtime=0
/proc/31374/stat : 31374 (run) S 31372 31374 31223 0 -1 4202496 363 0 0 0 0 0 0 0 25 0 1 0 146109276 8908800 248 1992294400 4194304 4922060 140734119406416 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31374/statm: 2175 248 208 178 0 68 0
[pid=31375] ppid=31374 vsize=41040 CPUtime=10.32
/proc/31375/stat : 31375 (pb_cplex) R 31374 31374 31223 0 -1 4202496 33968 0 0 0 1000 32 0 0 15 0 2 0 146109276 42024960 4761 1992294400 134512640 146736320 4291823568 18446744073709551615 136015579 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/31375/statm: 10260 4761 1074 2985 0 6802 0
[pid=31375/tid=31381] ppid=31374 vsize=41040 CPUtime=4.75
/proc/31375/task/31381/stat : 31381 (pb_cplex) R 31374 31374 31223 0 -1 4202560 14915 0 0 0 461 14 0 0 16 0 2 0 146109340 42024960 4761 1992294400 134512640 146736320 4291823568 18446744073709551615 135454096 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 10.32
Current children cumulated vsize (KiB) 49740

[startup+12.7018 s]
/proc/loadavg: 1.93 1.81 1.21 3/108 31381
/proc/meminfo: memFree=1782868/2059040 swapFree=4135604/4192956
[pid=31374] ppid=31372 vsize=8700 CPUtime=0
/proc/31374/stat : 31374 (run) S 31372 31374 31223 0 -1 4202496 363 0 0 0 0 0 0 0 25 0 1 0 146109276 8908800 248 1992294400 4194304 4922060 140734119406416 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31374/statm: 2175 248 208 178 0 68 0
[pid=31375] ppid=31374 vsize=44552 CPUtime=20.51
/proc/31375/stat : 31375 (pb_cplex) R 31374 31374 31223 0 -1 4202496 56560 0 0 0 2001 50 0 0 16 0 2 0 146109276 45621248 5560 1992294400 134512640 146736320 4291823568 18446744073709551615 136402277 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/31375/statm: 11138 5560 1074 2985 0 7680 0
[pid=31375/tid=31381] ppid=31374 vsize=44552 CPUtime=9.32
/proc/31375/task/31381/stat : 31381 (pb_cplex) R 31374 31374 31223 0 -1 4202560 26557 0 0 0 909 23 0 0 16 0 2 0 146109340 45621248 5560 1992294400 134512640 146736320 4291823568 18446744073709551615 136008177 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 20.51
Current children cumulated vsize (KiB) 53252

[startup+25.5011 s]
/proc/loadavg: 1.79 1.79 1.21 2/108 31381
/proc/meminfo: memFree=1778528/2059040 swapFree=4135604/4192956
[pid=31374] ppid=31372 vsize=8700 CPUtime=0
/proc/31374/stat : 31374 (run) S 31372 31374 31223 0 -1 4202496 363 0 0 0 0 0 0 0 25 0 1 0 146109276 8908800 248 1992294400 4194304 4922060 140734119406416 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31374/statm: 2175 248 208 178 0 68 0
[pid=31375] ppid=31374 vsize=53060 CPUtime=39.91
/proc/31375/stat : 31375 (pb_cplex) R 31374 31374 31223 0 -1 4202496 133817 0 0 0 3893 98 0 0 16 0 2 0 146109276 54333440 7407 1992294400 134512640 146736320 4291823568 18446744073709551615 136015524 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/31375/statm: 13265 7407 1074 2985 0 9807 0
[pid=31375/tid=31381] ppid=31374 vsize=53060 CPUtime=18.95
/proc/31375/task/31381/stat : 31381 (pb_cplex) R 31374 31374 31223 0 -1 4202560 69595 0 0 0 1845 50 0 0 16 0 2 0 146109340 54333440 7407 1992294400 134512640 146736320 4291823568 18446744073709551615 136006014 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 39.91
Current children cumulated vsize (KiB) 61760

[startup+51.1006 s]
/proc/loadavg: 1.81 1.79 1.22 4/108 31381
/proc/meminfo: memFree=1767244/2059040 swapFree=4135604/4192956
[pid=31374] ppid=31372 vsize=8700 CPUtime=0
/proc/31374/stat : 31374 (run) S 31372 31374 31223 0 -1 4202496 363 0 0 0 0 0 0 0 25 0 1 0 146109276 8908800 248 1992294400 4194304 4922060 140734119406416 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31374/statm: 2175 248 208 178 0 68 0
[pid=31375] ppid=31374 vsize=56692 CPUtime=81.74
/proc/31375/stat : 31375 (pb_cplex) R 31374 31374 31223 0 -1 4202496 271750 0 0 0 7989 185 0 0 15 0 2 0 146109276 58052608 8669 1992294400 134512640 146736320 4291823568 18446744073709551615 135450948 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/31375/statm: 14173 8669 1074 2985 0 10715 0
[pid=31375/tid=31381] ppid=31374 vsize=56692 CPUtime=41.09
/proc/31375/task/31381/stat : 31381 (pb_cplex) R 31374 31374 31223 0 -1 4202560 142144 0 0 0 4014 95 0 0 18 0 2 0 146109340 58052608 8669 1992294400 134512640 146736320 4291823568 18446744073709551615 135526786 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 81.74
Current children cumulated vsize (KiB) 65392

[startup+102.309 s]
/proc/loadavg: 1.63 1.74 1.24 3/108 31387
/proc/meminfo: memFree=1767988/2059040 swapFree=4135604/4192956
[pid=31374] ppid=31372 vsize=8700 CPUtime=0
/proc/31374/stat : 31374 (run) S 31372 31374 31223 0 -1 4202496 363 0 0 0 0 0 0 0 25 0 1 0 146109276 8908800 248 1992294400 4194304 4922060 140734119406416 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31374/statm: 2175 248 208 178 0 68 0
[pid=31375] ppid=31374 vsize=63848 CPUtime=165.38
/proc/31375/stat : 31375 (pb_cplex) R 31374 31374 31223 0 -1 4202496 447518 0 0 0 16231 307 0 0 18 0 2 0 146109276 65380352 9506 1992294400 134512640 146736320 4291823568 18446744073709551615 137343135 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/31375/statm: 15962 9506 1100 2985 0 12504 0
[pid=31375/tid=31387] ppid=31374 vsize=63848 CPUtime=33
/proc/31375/task/31387/stat : 31387 (pb_cplex) R 31374 31374 31223 0 -1 4202560 47424 0 0 0 3260 40 0 0 17 0 2 0 146115329 65380352 9506 1992294400 134512640 146736320 4291823568 18446744073709551615 135655984 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 165.38
Current children cumulated vsize (KiB) 72548

[startup+162.301 s]
/proc/loadavg: 1.92 1.80 1.29 2/108 31389
/proc/meminfo: memFree=1767244/2059040 swapFree=4135604/4192956
[pid=31374] ppid=31372 vsize=8700 CPUtime=0
/proc/31374/stat : 31374 (run) S 31372 31374 31223 0 -1 4202496 363 0 0 0 0 0 0 0 25 0 1 0 146109276 8908800 248 1992294400 4194304 4922060 140734119406416 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31374/statm: 2175 248 208 178 0 68 0
[pid=31375] ppid=31374 vsize=62636 CPUtime=270.76
/proc/31375/stat : 31375 (pb_cplex) R 31374 31374 31223 0 -1 4202496 626232 0 0 0 26615 461 0 0 18 0 2 0 146109276 64139264 9605 1992294400 134512640 146736320 4291823568 18446744073709551615 135468677 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/31375/statm: 15659 9605 1100 2985 0 12201 0
[pid=31375/tid=31387] ppid=31374 vsize=62636 CPUtime=88.07
/proc/31375/task/31387/stat : 31387 (pb_cplex) R 31374 31374 31223 0 -1 4202560 145551 0 0 0 8687 120 0 0 18 0 2 0 146115329 64139264 9605 1992294400 134512640 146736320 4291823568 18446744073709551615 136015701 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 270.76
Current children cumulated vsize (KiB) 71336

[startup+222.301 s]
/proc/loadavg: 1.93 1.82 1.32 3/108 31391
/proc/meminfo: memFree=1768112/2059040 swapFree=4135604/4192956
[pid=31374] ppid=31372 vsize=8700 CPUtime=0
/proc/31374/stat : 31374 (run) S 31372 31374 31223 0 -1 4202496 363 0 0 0 0 0 0 0 25 0 1 0 146109276 8908800 248 1992294400 4194304 4922060 140734119406416 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31374/statm: 2175 248 208 178 0 68 0
[pid=31375] ppid=31374 vsize=61892 CPUtime=381.01
/proc/31375/stat : 31375 (pb_cplex) S 31374 31374 31223 0 -1 4202496 748573 0 0 0 37511 590 0 0 18 0 2 0 146109276 63377408 9406 1992294400 134512640 146736320 4291823568 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/31375/statm: 15473 9406 1118 2985 0 12015 0
[pid=31375/tid=31387] ppid=31374 vsize=61892 CPUtime=143.18
/proc/31375/task/31387/stat : 31387 (pb_cplex) R 31374 31374 31223 0 -1 4202560 206429 0 0 0 14129 189 0 0 18 0 2 0 146115329 63377408 9406 1992294400 134512640 146736320 4291823568 18446744073709551615 136389771 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 381.01
Current children cumulated vsize (KiB) 70592

[startup+282.301 s]
/proc/loadavg: 1.92 1.82 1.35 3/108 31393
/proc/meminfo: memFree=1765508/2059040 swapFree=4135604/4192956
[pid=31374] ppid=31372 vsize=8700 CPUtime=0
/proc/31374/stat : 31374 (run) S 31372 31374 31223 0 -1 4202496 363 0 0 0 0 0 0 0 25 0 1 0 146109276 8908800 248 1992294400 4194304 4922060 140734119406416 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31374/statm: 2175 248 208 178 0 68 0
[pid=31375] ppid=31374 vsize=61892 CPUtime=490.59
/proc/31375/stat : 31375 (pb_cplex) R 31374 31374 31223 0 -1 4202496 861494 0 0 0 48340 719 0 0 17 0 2 0 146109276 63377408 9603 1992294400 134512640 146736320 4291823568 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/31375/statm: 15473 9603 1118 2985 0 12015 0
[pid=31375/tid=31387] ppid=31374 vsize=61892 CPUtime=198.21
/proc/31375/task/31387/stat : 31387 (pb_cplex) R 31374 31374 31223 0 -1 4202560 261749 0 0 0 19565 256 0 0 18 0 2 0 146115329 63377408 9603 1992294400 134512640 146736320 4291823568 18446744073709551615 136402275 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 490.59
Current children cumulated vsize (KiB) 70592

[startup+342.301 s]
/proc/loadavg: 1.86 1.82 1.38 2/108 31393
/proc/meminfo: memFree=1765756/2059040 swapFree=4135604/4192956
[pid=31374] ppid=31372 vsize=8700 CPUtime=0
/proc/31374/stat : 31374 (run) S 31372 31374 31223 0 -1 4202496 363 0 0 0 0 0 0 0 25 0 1 0 146109276 8908800 248 1992294400 4194304 4922060 140734119406416 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0

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

[pid=31375] ppid=31374 vsize=65112 CPUtime=820
/proc/31375/stat : 31375 (pb_cplex) R 31374 31374 31223 0 -1 4202496 1304397 0 0 0 80840 1160 0 0 19 0 2 0 146109276 66674688 10174 1992294400 134512640 146736320 4291823568 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/31375/statm: 16278 10174 1118 2985 0 12820 0
[pid=31375/tid=31387] ppid=31374 vsize=65112 CPUtime=361.81
/proc/31375/task/31387/stat : 31387 (pb_cplex) R 31374 31374 31223 0 -1 4202560 472416 0 0 0 35709 472 0 0 16 0 2 0 146115329 66674688 10174 1992294400 134512640 146736320 4291823568 18446744073709551615 135850160 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 820
Current children cumulated vsize (KiB) 73812

[startup+522.301 s]
/proc/loadavg: 1.97 1.90 1.48 3/108 31399
/proc/meminfo: memFree=1763896/2059040 swapFree=4135604/4192956
[pid=31374] ppid=31372 vsize=8700 CPUtime=0
/proc/31374/stat : 31374 (run) S 31372 31374 31223 0 -1 4202496 363 0 0 0 0 0 0 0 25 0 1 0 146109276 8908800 248 1992294400 4194304 4922060 140734119406416 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31374/statm: 2175 248 208 178 0 68 0
[pid=31375] ppid=31374 vsize=65112 CPUtime=928.6
/proc/31375/stat : 31375 (pb_cplex) R 31374 31374 31223 0 -1 4202496 1394301 0 0 0 91585 1275 0 0 17 0 2 0 146109276 66674688 10356 1992294400 134512640 146736320 4291823568 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/31375/statm: 16278 10356 1118 2985 0 12820 0
[pid=31375/tid=31387] ppid=31374 vsize=65112 CPUtime=415.82
/proc/31375/task/31387/stat : 31387 (pb_cplex) R 31374 31374 31223 0 -1 4202560 505501 0 0 0 41057 525 0 0 16 0 2 0 146115329 66674688 10356 1992294400 134512640 146736320 4291823568 18446744073709551615 136475798 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 928.6
Current children cumulated vsize (KiB) 73812

[startup+582.301 s]
/proc/loadavg: 2.08 1.94 1.52 3/108 31401
/proc/meminfo: memFree=1763276/2059040 swapFree=4135604/4192956
[pid=31374] ppid=31372 vsize=8700 CPUtime=0
/proc/31374/stat : 31374 (run) S 31372 31374 31223 0 -1 4202496 363 0 0 0 0 0 0 0 25 0 1 0 146109276 8908800 248 1992294400 4194304 4922060 140734119406416 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31374/statm: 2175 248 208 178 0 68 0
[pid=31375] ppid=31374 vsize=66380 CPUtime=1035.59
/proc/31375/stat : 31375 (pb_cplex) R 31374 31374 31223 0 -1 4202496 1519243 0 0 0 102154 1405 0 0 18 0 2 0 146109276 67973120 10502 1992294400 134512640 146736320 4291823568 18446744073709551615 136015583 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/31375/statm: 16595 10502 1118 2985 0 13137 0
[pid=31375/tid=31387] ppid=31374 vsize=66380 CPUtime=468.4
/proc/31375/task/31387/stat : 31387 (pb_cplex) R 31374 31374 31223 0 -1 4202560 564986 0 0 0 46253 587 0 0 17 0 2 0 146115329 67973120 10502 1992294400 134512640 146736320 4291823568 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1035.59
Current children cumulated vsize (KiB) 75080

[startup+642.301 s]
/proc/loadavg: 2.08 1.97 1.56 3/108 31404
/proc/meminfo: memFree=1762028/2059040 swapFree=4135604/4192956
[pid=31374] ppid=31372 vsize=8700 CPUtime=0
/proc/31374/stat : 31374 (run) S 31372 31374 31223 0 -1 4202496 363 0 0 0 0 0 0 0 25 0 1 0 146109276 8908800 248 1992294400 4194304 4922060 140734119406416 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31374/statm: 2175 248 208 178 0 68 0
[pid=31375] ppid=31374 vsize=67864 CPUtime=1146.01
/proc/31375/stat : 31375 (pb_cplex) R 31374 31374 31223 0 -1 4202496 1593087 0 0 0 113075 1526 0 0 19 0 2 0 146109276 69492736 10905 1992294400 134512640 146736320 4291823568 18446744073709551615 135526778 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/31375/statm: 16966 10905 1118 2985 0 13508 0
[pid=31375/tid=31387] ppid=31374 vsize=67864 CPUtime=523.31
/proc/31375/task/31387/stat : 31387 (pb_cplex) R 31374 31374 31223 0 -1 4202560 604983 0 0 0 51684 647 0 0 17 0 2 0 146115329 69492736 10905 1992294400 134512640 146736320 4291823568 18446744073709551615 135523326 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1146.01
Current children cumulated vsize (KiB) 76564

[startup+702.302 s]
/proc/loadavg: 2.07 1.98 1.58 3/108 31406
/proc/meminfo: memFree=1760912/2059040 swapFree=4135604/4192956
[pid=31374] ppid=31372 vsize=8700 CPUtime=0
/proc/31374/stat : 31374 (run) S 31372 31374 31223 0 -1 4202496 363 0 0 0 0 0 0 0 25 0 1 0 146109276 8908800 248 1992294400 4194304 4922060 140734119406416 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31374/statm: 2175 248 208 178 0 68 0
[pid=31375] ppid=31374 vsize=67820 CPUtime=1256.25
/proc/31375/stat : 31375 (pb_cplex) R 31374 31374 31223 0 -1 4202496 1671131 0 0 0 123985 1640 0 0 17 0 2 0 146109276 69447680 11003 1992294400 134512640 146736320 4291823568 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/31375/statm: 16955 11003 1118 2985 0 13497 0
[pid=31375/tid=31387] ppid=31374 vsize=67820 CPUtime=578.95
/proc/31375/task/31387/stat : 31387 (pb_cplex) R 31374 31374 31223 0 -1 4202560 635452 0 0 0 57192 703 0 0 18 0 2 0 146115329 69447680 11003 1992294400 134512640 146736320 4291823568 18446744073709551615 139023104 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1256.25
Current children cumulated vsize (KiB) 76520

[startup+762.309 s]
/proc/loadavg: 1.95 1.95 1.60 3/108 31408
/proc/meminfo: memFree=1759548/2059040 swapFree=4135604/4192956
[pid=31374] ppid=31372 vsize=8700 CPUtime=0
/proc/31374/stat : 31374 (run) S 31372 31374 31223 0 -1 4202496 363 0 0 0 0 0 0 0 25 0 1 0 146109276 8908800 248 1992294400 4194304 4922060 140734119406416 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31374/statm: 2175 248 208 178 0 68 0
[pid=31375] ppid=31374 vsize=69924 CPUtime=1366.45
/proc/31375/stat : 31375 (pb_cplex) R 31374 31374 31223 0 -1 4202496 1733011 0 0 0 134891 1754 0 0 19 0 2 0 146109276 71602176 11379 1992294400 134512640 146736320 4291823568 18446744073709551615 136364172 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/31375/statm: 17481 11379 1118 2985 0 14023 0
[pid=31375/tid=31387] ppid=31374 vsize=69924 CPUtime=633.92
/proc/31375/task/31387/stat : 31387 (pb_cplex) R 31374 31374 31223 0 -1 4202560 661179 0 0 0 62636 756 0 0 16 0 2 0 146115329 71602176 11379 1992294400 134512640 146736320 4291823568 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1366.45
Current children cumulated vsize (KiB) 78624

[startup+822.302 s]
/proc/loadavg: 1.87 1.92 1.60 3/108 31410
/proc/meminfo: memFree=1759548/2059040 swapFree=4135604/4192956
[pid=31374] ppid=31372 vsize=8700 CPUtime=0
/proc/31374/stat : 31374 (run) S 31372 31374 31223 0 -1 4202496 363 0 0 0 0 0 0 0 25 0 1 0 146109276 8908800 248 1992294400 4194304 4922060 140734119406416 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31374/statm: 2175 248 208 178 0 68 0
[pid=31375] ppid=31374 vsize=70416 CPUtime=1476.58
/proc/31375/stat : 31375 (pb_cplex) R 31374 31374 31223 0 -1 4202496 1798610 0 0 0 145796 1862 0 0 18 0 2 0 146109276 72105984 11505 1992294400 134512640 146736320 4291823568 18446744073709551615 135454093 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/31375/statm: 17604 11505 1118 2985 0 14146 0
[pid=31375/tid=31387] ppid=31374 vsize=70416 CPUtime=688.83
/proc/31375/task/31387/stat : 31387 (pb_cplex) R 31374 31374 31223 0 -1 4202560 703162 0 0 0 68065 818 0 0 19 0 2 0 146115329 72105984 11505 1992294400 134512640 146736320 4291823568 18446744073709551615 135850319 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1476.58
Current children cumulated vsize (KiB) 79116

[startup+882.302 s]
/proc/loadavg: 1.88 1.91 1.62 3/108 31412
/proc/meminfo: memFree=1756944/2059040 swapFree=4135604/4192956
[pid=31374] ppid=31372 vsize=8700 CPUtime=0
/proc/31374/stat : 31374 (run) S 31372 31374 31223 0 -1 4202496 363 0 0 0 0 0 0 0 25 0 1 0 146109276 8908800 248 1992294400 4194304 4922060 140734119406416 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31374/statm: 2175 248 208 178 0 68 0
[pid=31375] ppid=31374 vsize=72164 CPUtime=1584.73
/proc/31375/stat : 31375 (pb_cplex) R 31374 31374 31223 0 -1 4202496 1938243 0 0 0 156478 1995 0 0 17 0 2 0 146109276 73895936 12001 1992294400 134512640 146736320 4291823568 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/31375/statm: 18041 12001 1118 2985 0 14583 0
[pid=31375/tid=31387] ppid=31374 vsize=72164 CPUtime=743.8
/proc/31375/task/31387/stat : 31387 (pb_cplex) R 31374 31374 31223 0 -1 4202560 739642 0 0 0 73507 873 0 0 18 0 2 0 146115329 73895936 12001 1992294400 134512640 146736320 4291823568 18446744073709551615 136016571 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1584.73
Current children cumulated vsize (KiB) 80864

[startup+942.302 s]
/proc/loadavg: 1.94 1.92 1.64 3/108 31412
/proc/meminfo: memFree=1756200/2059040 swapFree=4135604/4192956
[pid=31374] ppid=31372 vsize=8700 CPUtime=0
/proc/31374/stat : 31374 (run) S 31372 31374 31223 0 -1 4202496 363 0 0 0 0 0 0 0 25 0 1 0 146109276 8908800 248 1992294400 4194304 4922060 140734119406416 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31374/statm: 2175 248 208 178 0 68 0
[pid=31375] ppid=31374 vsize=72064 CPUtime=1694.76
/proc/31375/stat : 31375 (pb_cplex) S 31374 31374 31223 0 -1 4202496 2012067 0 0 0 167361 2115 0 0 16 0 2 0 146109276 73793536 12095 1992294400 134512640 146736320 4291823568 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/31375/statm: 18016 12095 1118 2985 0 14558 0
[pid=31375/tid=31387] ppid=31374 vsize=72064 CPUtime=798.74
/proc/31375/task/31387/stat : 31387 (pb_cplex) R 31374 31374 31223 0 -1 4202560 753724 0 0 0 78953 921 0 0 18 0 2 0 146115329 73793536 12095 1992294400 134512640 146736320 4291823568 18446744073709551615 135983225 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1694.76
Current children cumulated vsize (KiB) 80764



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1001.3 s]
/proc/loadavg: 1.82 1.88 1.64 3/108 31414
/proc/meminfo: memFree=1755464/2059040 swapFree=4135604/4192956
[pid=31374] ppid=31372 vsize=8700 CPUtime=0
/proc/31374/stat : 31374 (run) S 31372 31374 31223 0 -1 4202496 363 0 0 0 0 0 0 0 25 0 1 0 146109276 8908800 248 1992294400 4194304 4922060 140734119406416 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31374/statm: 2175 248 208 178 0 68 0
[pid=31375] ppid=31374 vsize=73244 CPUtime=1800.01
/proc/31375/stat : 31375 (pb_cplex) R 31374 31374 31223 0 -1 4202496 2110439 0 0 0 177777 2224 0 0 17 0 2 0 146109276 75001856 12372 1992294400 134512640 146736320 4291823568 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/31375/statm: 18311 12372 1118 2985 0 14853 0
[pid=31375/tid=31387] ppid=31374 vsize=73244 CPUtime=852.51
/proc/31375/task/31387/stat : 31387 (pb_cplex) R 31374 31374 31223 0 -1 4202560 802331 0 0 0 84275 976 0 0 19 0 2 0 146115329 75001856 12372 1992294400 134512640 146736320 4291823568 18446744073709551615 135526330 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 81944

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+1001.3 s]
/proc/loadavg: 1.82 1.88 1.64 3/108 31414
/proc/meminfo: memFree=1755464/2059040 swapFree=4135604/4192956
[pid=31374] ppid=31372 vsize=8700 CPUtime=0
/proc/31374/stat : 31374 (run) S 31372 31374 31223 0 -1 4202496 363 0 0 0 0 0 0 0 25 0 1 0 146109276 8908800 248 1992294400 4194304 4922060 140734119406416 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31374/statm: 2175 248 208 178 0 68 0
[pid=31375] ppid=31374 vsize=73244 CPUtime=1800.01
/proc/31375/stat : 31375 (pb_cplex) R 31374 31374 31223 0 -1 4202496 2110439 0 0 0 177777 2224 0 0 17 0 2 0 146109276 75001856 12372 1992294400 134512640 146736320 4291823568 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/31375/statm: 18311 12372 1118 2985 0 14853 0
[pid=31375/tid=31387] ppid=31374 vsize=73244 CPUtime=852.51
/proc/31375/task/31387/stat : 31387 (pb_cplex) R 31374 31374 31223 0 -1 4202560 802331 0 0 0 84275 976 0 0 19 0 2 0 146115329 75001856 12372 1992294400 134512640 146736320 4291823568 18446744073709551615 135526330 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 81944

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 31374 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=0
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=2999
# CPU time returned by wait4() is 0.002999
# while last known CPU time is 1800.01
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1001.32
CPU time (s): 1800.01
CPU user time (s): 1777.77
CPU system time (s): 22.24
CPU usage (%): 179.764
Max. virtual memory (cumulated for all children) (KiB): 89056

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

runsolver used 2.02369 second user time and 5.19321 second system time

The end

Launcher Data

Begin job on node084 at 2010-07-02 07:22:34
IDJOB=2696937
IDBENCH=47971
IDSOLVER=1209
FILE ID=node084/2696937-1278048154
PBS_JOBID= 11198831
Free space on /tmp= 62372 MiB

SOLVER NAME= pb_cplex 2010-06-29
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=9-P0=347-P1=137-P2=419-P3=449-P4=47-B.opb
COMMAND LINE= run BENCHNAME
CONVERSION SCRIPT= PBconversionToLinear BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2696937-1278048154/watcher-2696937-1278048154 -o /tmp/evaluation-result-2696937-1278048154/solver-2696937-1278048154 -C 1800 -W 2000 -M 1800  run HOME/instance-2696937-1278048154.opb

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

MD5SUM BENCH= 39b4faf02952fa93fd33b15cbf6e7d18
RANDOM SEED=268490833

node084.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.229
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.45
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.229
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.40
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1803368 kB
Buffers:         25140 kB
Cached:         132916 kB
SwapCached:      10140 kB
Active:         107936 kB
Inactive:        63528 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1803368 kB
SwapTotal:     4192956 kB
SwapFree:      4135604 kB
Dirty:           16652 kB
Writeback:           0 kB
AnonPages:       11748 kB
Mapped:           8448 kB
Slab:            62332 kB
PageTables:       4152 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180856 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264948 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

CONVERSION COMMAND LINE= PBconversionToLinear HOME/instance-2696937-1278048154.opb

Free space on /tmp at the end= 62356 MiB
End job on node084 at 2010-07-02 07:39:18