Trace number 2696865

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.05 1064.12

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=9-P0=251-P1=257-P2=19-P3=349-P4=257-P5=479-P6=367-B.opb
MD5SUM80881c7fbc3c10cf38784c74294061e5
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.631903
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 variables162
Total number of constraints13
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 constraints13
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)486
Sum of products size (including duplicates)972
Number of different products486
Sum of products size972

Solver Data

0.00/0.00	c pb_cplex 1.0 - 20100701
0.00/0.00	c Parsing opb file format. File HOME/instance-2696865-1278047142.opb.
0.00/0.00	c Instance file HOME/instance-2696865-1278047142.opb
0.00/0.00	c File size is 36228 bytes.
0.00/0.02	c Highest Coefficient sum: 523264
0.00/0.02	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.03	c ============================[ Problem Statistics ]=============================
0.00/0.03	c |                                                                             |
0.00/0.03	c |  Parsing time:          0.03         s                                      |
0.00/0.03	c |  Number Variables:      648                                                 |
0.00/0.03	c |  Number Constraints:    985                                                 |
0.00/0.03	c ===============================================================================
1800.05/1064.11	c Remaining time 1799.97 sec.
1800.05/1064.11	c 
1800.05/1064.11	c *** INTERRUPTED ***
1800.05/1064.11	s UNKNOWN
1800.05/1064.11	c Total CPU time              : 1777.68 s
1800.05/1064.11	c Memory used           : 98.95 MB
1800.05/1064.11	c CPU time              : 1777.68 s
1800.05/1064.11	c 
1800.05/1064.11	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-2696865-1278047142/watcher-2696865-1278047142 -o /tmp/evaluation-result-2696865-1278047142/solver-2696865-1278047142 -C 1800 -W 2000 -M 1800 run HOME/instance-2696865-1278047142.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 30178
/proc/meminfo: memFree=1744136/2059040 swapFree=4139696/4192956
[pid=30178] ppid=30176 vsize=8700 CPUtime=0
/proc/30178/stat : 30178 (run) R 30176 30178 30145 0 -1 4202496 347 0 0 0 0 0 0 0 20 0 1 0 146006911 8908800 248 1992294400 4194304 4922060 140736342080208 18446744073709551615 247894483349 0 65538 4100 65536 0 0 0 17 1 0 0 0
/proc/30178/statm: 2175 248 208 178 0 68 0

[startup+0.0192279 s]
/proc/loadavg: 0.00 0.00 0.00 3/106 30178
/proc/meminfo: memFree=1744136/2059040 swapFree=4139696/4192956
[pid=30178] ppid=30176 vsize=8700 CPUtime=0
/proc/30178/stat : 30178 (run) S 30176 30178 30145 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 146006911 8908800 248 1992294400 4194304 4922060 140736342080208 18446744073709551615 247894482053 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30178/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.102603 s]
/proc/loadavg: 0.00 0.00 0.00 3/106 30178
/proc/meminfo: memFree=1744136/2059040 swapFree=4139696/4192956
[pid=30178] ppid=30176 vsize=8700 CPUtime=0
/proc/30178/stat : 30178 (run) S 30176 30178 30145 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 146006911 8908800 248 1992294400 4194304 4922060 140736342080208 18446744073709551615 247894482053 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30178/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300597 s]
/proc/loadavg: 0.00 0.00 0.00 3/106 30178
/proc/meminfo: memFree=1744136/2059040 swapFree=4139696/4192956
[pid=30178] ppid=30176 vsize=8700 CPUtime=0
/proc/30178/stat : 30178 (run) S 30176 30178 30145 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 146006911 8908800 248 1992294400 4194304 4922060 140736342080208 18446744073709551615 247894482053 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30178/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.701297 s]
/proc/loadavg: 0.00 0.00 0.00 3/106 30178
/proc/meminfo: memFree=1744136/2059040 swapFree=4139696/4192956
[pid=30178] ppid=30176 vsize=8700 CPUtime=0
/proc/30178/stat : 30178 (run) S 30176 30178 30145 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 146006911 8908800 248 1992294400 4194304 4922060 140736342080208 18446744073709551615 247894482053 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30178/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50137 s]
/proc/loadavg: 0.00 0.00 0.00 2/109 30183
/proc/meminfo: memFree=1734936/2059040 swapFree=4139696/4192956
[pid=30178] ppid=30176 vsize=8700 CPUtime=0
/proc/30178/stat : 30178 (run) S 30176 30178 30145 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 146006911 8908800 248 1992294400 4194304 4922060 140736342080208 18446744073709551615 247894482053 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30178/statm: 2175 248 208 178 0 68 0
[pid=30179] ppid=30178 vsize=36000 CPUtime=2.03
/proc/30179/stat : 30179 (pb_cplex) S 30178 30178 30145 0 -1 4202496 11501 0 0 0 197 6 0 0 16 0 2 0 146006911 36864000 3641 1992294400 134512640 146736320 4288933920 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/30179/statm: 9000 3641 1071 2985 0 5542 0
[pid=30179/tid=30183] ppid=30178 vsize=36000 CPUtime=0.45
/proc/30179/task/30183/stat : 30183 (pb_cplex) R 30178 30178 30145 0 -1 4202560 5987 0 0 0 43 2 0 0 17 0 2 0 146007007 36864000 3641 1992294400 134512640 146736320 4288933920 18446744073709551615 135854548 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.03
Current children cumulated vsize (KiB) 44700

[startup+3.1015 s]
/proc/loadavg: 0.00 0.00 0.00 3/109 30183
/proc/meminfo: memFree=1732828/2059040 swapFree=4139696/4192956
[pid=30178] ppid=30176 vsize=8700 CPUtime=0
/proc/30178/stat : 30178 (run) S 30176 30178 30145 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 146006911 8908800 248 1992294400 4194304 4922060 140736342080208 18446744073709551615 247894482053 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30178/statm: 2175 248 208 178 0 68 0
[pid=30179] ppid=30178 vsize=39376 CPUtime=4.73
/proc/30179/stat : 30179 (pb_cplex) R 30178 30178 30145 0 -1 4202496 27946 0 0 0 457 16 0 0 16 0 2 0 146006911 40321024 4214 1992294400 134512640 146736320 4288933920 18446744073709551615 137176680 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/30179/statm: 9844 4214 1071 2985 0 6386 0
[pid=30179/tid=30183] ppid=30178 vsize=39376 CPUtime=1.82
/proc/30179/task/30183/stat : 30183 (pb_cplex) S 30178 30178 30145 0 -1 4202560 20419 0 0 0 174 8 0 0 17 0 2 0 146007007 40321024 4214 1992294400 134512640 146736320 4288933920 18446744073709551615 144580073 0 2 4096 16387 18446604437867590016 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4.73
Current children cumulated vsize (KiB) 48076

[startup+6.30079 s]
/proc/loadavg: 0.16 0.03 0.01 2/109 30183
/proc/meminfo: memFree=1726752/2059040 swapFree=4139696/4192956
[pid=30178] ppid=30176 vsize=8700 CPUtime=0
/proc/30178/stat : 30178 (run) S 30176 30178 30145 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 146006911 8908800 248 1992294400 4194304 4922060 140736342080208 18446744073709551615 247894482053 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30178/statm: 2175 248 208 178 0 68 0
[pid=30179] ppid=30178 vsize=43068 CPUtime=10.28
/proc/30179/stat : 30179 (pb_cplex) R 30178 30178 30145 0 -1 4202496 49572 0 0 0 999 29 0 0 16 0 2 0 146006911 44101632 5245 1992294400 134512640 146736320 4288933920 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/30179/statm: 10767 5245 1071 2985 0 7309 0
[pid=30179/tid=30183] ppid=30178 vsize=43068 CPUtime=4.53
/proc/30179/task/30183/stat : 30183 (pb_cplex) R 30178 30178 30145 0 -1 4202560 27996 0 0 0 440 13 0 0 17 0 2 0 146007007 44101632 5245 1992294400 134512640 146736320 4288933920 18446744073709551615 137176581 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 10.28
Current children cumulated vsize (KiB) 51768

[startup+12.7013 s]
/proc/loadavg: 0.23 0.05 0.02 2/109 30183
/proc/meminfo: memFree=1723528/2059040 swapFree=4139696/4192956
[pid=30178] ppid=30176 vsize=8700 CPUtime=0
/proc/30178/stat : 30178 (run) S 30176 30178 30145 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 146006911 8908800 248 1992294400 4194304 4922060 140736342080208 18446744073709551615 247894482053 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30178/statm: 2175 248 208 178 0 68 0
[pid=30179] ppid=30178 vsize=47040 CPUtime=21.04
/proc/30179/stat : 30179 (pb_cplex) S 30178 30178 30145 0 -1 4202496 78975 0 0 0 2055 49 0 0 16 0 2 0 146006911 48168960 6152 1992294400 134512640 146736320 4288933920 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/30179/statm: 11760 6152 1071 2985 0 8302 0
[pid=30179/tid=30183] ppid=30178 vsize=47040 CPUtime=9.61
/proc/30179/task/30183/stat : 30183 (pb_cplex) R 30178 30178 30145 0 -1 4202560 46838 0 0 0 937 24 0 0 16 0 2 0 146007007 48168960 6152 1992294400 134512640 146736320 4288933920 18446744073709551615 136008392 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 21.04
Current children cumulated vsize (KiB) 55740

[startup+25.5015 s]
/proc/loadavg: 0.55 0.13 0.04 3/109 30183
/proc/meminfo: memFree=1716212/2059040 swapFree=4139696/4192956
[pid=30178] ppid=30176 vsize=8700 CPUtime=0
/proc/30178/stat : 30178 (run) S 30176 30178 30145 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 146006911 8908800 248 1992294400 4194304 4922060 140736342080208 18446744073709551615 247894482053 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30178/statm: 2175 248 208 178 0 68 0
[pid=30179] ppid=30178 vsize=49660 CPUtime=40.81
/proc/30179/stat : 30179 (pb_cplex) R 30178 30178 30145 0 -1 4202496 127227 0 0 0 4000 81 0 0 16 0 2 0 146006911 50851840 6800 1992294400 134512640 146736320 4288933920 18446744073709551615 136400479 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/30179/statm: 12415 6800 1071 2985 0 8957 0
[pid=30179/tid=30183] ppid=30178 vsize=49660 CPUtime=20.26
/proc/30179/task/30183/stat : 30183 (pb_cplex) R 30178 30178 30145 0 -1 4202560 73114 0 0 0 1984 42 0 0 17 0 2 0 146007007 50851840 6800 1992294400 134512640 146736320 4288933920 18446744073709551615 139042910 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 40.81
Current children cumulated vsize (KiB) 58360

[startup+51.1017 s]
/proc/loadavg: 0.83 0.23 0.08 5/109 30185
/proc/meminfo: memFree=1710136/2059040 swapFree=4139696/4192956
[pid=30178] ppid=30176 vsize=8700 CPUtime=0
/proc/30178/stat : 30178 (run) S 30176 30178 30145 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 146006911 8908800 248 1992294400 4194304 4922060 140736342080208 18446744073709551615 247894482053 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30178/statm: 2175 248 208 178 0 68 0
[pid=30179] ppid=30178 vsize=58700 CPUtime=81.57
/proc/30179/stat : 30179 (pb_cplex) R 30178 30178 30145 0 -1 4202496 246653 0 0 0 8003 154 0 0 17 0 2 0 146006911 60108800 8511 1992294400 134512640 146736320 4288933920 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/30179/statm: 14675 8511 1087 2985 0 11217 0
[pid=30179/tid=30183] ppid=30178 vsize=58700 CPUtime=41.26
/proc/30179/task/30183/stat : 30183 (pb_cplex) R 30178 30178 30145 0 -1 4202560 130639 0 0 0 4047 79 0 0 16 0 2 0 146007007 60108800 8511 1992294400 134512640 146736320 4288933920 18446744073709551615 136008069 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 81.57
Current children cumulated vsize (KiB) 67400

[startup+102.309 s]
/proc/loadavg: 1.39 0.48 0.17 3/109 30185
/proc/meminfo: memFree=1708276/2059040 swapFree=4139696/4192956
[pid=30178] ppid=30176 vsize=8700 CPUtime=0
/proc/30178/stat : 30178 (run) S 30176 30178 30145 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 146006911 8908800 248 1992294400 4194304 4922060 140736342080208 18446744073709551615 247894482053 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30178/statm: 2175 248 208 178 0 68 0
[pid=30179] ppid=30178 vsize=65504 CPUtime=166.87
/proc/30179/stat : 30179 (pb_cplex) R 30178 30178 30145 0 -1 4202496 475796 0 0 0 16385 302 0 0 19 0 2 0 146006911 67076096 10384 1992294400 134512640 146736320 4288933920 18446744073709551615 136008454 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/30179/statm: 16376 10384 1089 2985 0 12918 0
[pid=30179/tid=30183] ppid=30178 vsize=65504 CPUtime=84.97
/proc/30179/task/30183/stat : 30183 (pb_cplex) R 30178 30178 30145 0 -1 4202560 240692 0 0 0 8346 151 0 0 16 0 2 0 146007007 67076096 10384 1992294400 134512640 146736320 4288933920 18446744073709551615 136400436 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 166.87
Current children cumulated vsize (KiB) 74204

[startup+162.301 s]
/proc/loadavg: 1.81 0.78 0.29 5/109 30187
/proc/meminfo: memFree=1700340/2059040 swapFree=4139696/4192956
[pid=30178] ppid=30176 vsize=8700 CPUtime=0
/proc/30178/stat : 30178 (run) S 30176 30178 30145 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 146006911 8908800 248 1992294400 4194304 4922060 140736342080208 18446744073709551615 247894482053 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30178/statm: 2175 248 208 178 0 68 0
[pid=30179] ppid=30178 vsize=74044 CPUtime=261.8
/proc/30179/stat : 30179 (pb_cplex) R 30178 30178 30145 0 -1 4202496 707582 0 0 0 25731 449 0 0 19 0 2 0 146006911 75821056 12443 1992294400 134512640 146736320 4288933920 18446744073709551615 136005029 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/30179/statm: 18511 12443 1092 2985 0 15053 0
[pid=30179/tid=30183] ppid=30178 vsize=74044 CPUtime=129.93
/proc/30179/task/30183/stat : 30183 (pb_cplex) R 30178 30178 30145 0 -1 4202560 352835 0 0 0 12767 226 0 0 16 0 2 0 146007007 75821056 12443 1992294400 134512640 146736320 4288933920 18446744073709551615 136008065 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 261.8
Current children cumulated vsize (KiB) 82744

[startup+222.301 s]
/proc/loadavg: 2.00 1.03 0.41 3/109 30189
/proc/meminfo: memFree=1690048/2059040 swapFree=4139696/4192956
[pid=30178] ppid=30176 vsize=8700 CPUtime=0
/proc/30178/stat : 30178 (run) S 30176 30178 30145 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 146006911 8908800 248 1992294400 4194304 4922060 140736342080208 18446744073709551615 247894482053 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30178/statm: 2175 248 208 178 0 68 0
[pid=30179] ppid=30178 vsize=82872 CPUtime=354.29
/proc/30179/stat : 30179 (pb_cplex) S 30178 30178 30145 0 -1 4202496 881708 0 0 0 34863 566 0 0 16 0 2 0 146006911 84860928 14225 1992294400 134512640 146736320 4288933920 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/30179/statm: 20718 14225 1113 2985 0 17260 0
[pid=30179/tid=30183] ppid=30178 vsize=82872 CPUtime=176.75
/proc/30179/task/30183/stat : 30183 (pb_cplex) R 30178 30178 30145 0 -1 4202560 440395 0 0 0 17390 285 0 0 22 0 2 0 146007007 84860928 14225 1992294400 134512640 146736320 4288933920 18446744073709551615 136008069 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 354.29
Current children cumulated vsize (KiB) 91572

[startup+282.301 s]
/proc/loadavg: 1.76 1.14 0.48 3/109 30191
/proc/meminfo: memFree=1689428/2059040 swapFree=4139696/4192956
[pid=30178] ppid=30176 vsize=8700 CPUtime=0
/proc/30178/stat : 30178 (run) S 30176 30178 30145 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 146006911 8908800 248 1992294400 4194304 4922060 140736342080208 18446744073709551615 247894482053 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30178/statm: 2175 248 208 178 0 68 0
[pid=30179] ppid=30178 vsize=84476 CPUtime=458.35
/proc/30179/stat : 30179 (pb_cplex) R 30178 30178 30145 0 -1 4202496 996663 0 0 0 45175 660 0 0 16 0 2 0 146006911 86503424 14547 1992294400 134512640 146736320 4288933920 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/30179/statm: 21119 14547 1113 2985 0 17661 0
[pid=30179/tid=30183] ppid=30178 vsize=84476 CPUtime=230.72
/proc/30179/task/30183/stat : 30183 (pb_cplex) R 30178 30178 30145 0 -1 4202560 516899 0 0 0 22726 346 0 0 18 0 2 0 146007007 86503424 14547 1992294400 134512640 146736320 4288933920 18446744073709551615 139041197 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 458.35
Current children cumulated vsize (KiB) 93176

[startup+342.301 s]
/proc/loadavg: 1.73 1.24 0.55 3/109 30193
/proc/meminfo: memFree=1689800/2059040 swapFree=4139696/4192956
[pid=30178] ppid=30176 vsize=8700 CPUtime=0
/proc/30178/stat : 30178 (run) S 30176 30178 30145 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 146006911 8908800 248 1992294400 4194304 4922060 140736342080208 18446744073709551615 247894482053 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0

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

[pid=30179] ppid=30178 vsize=95360 CPUtime=956.66
/proc/30179/stat : 30179 (pb_cplex) R 30178 30178 30145 0 -1 4202496 1786100 0 0 0 94386 1280 0 0 16 0 2 0 146006911 97648640 17151 1992294400 134512640 146736320 4288933920 18446744073709551615 139044580 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/30179/statm: 23840 17151 1113 2985 0 20382 0
[pid=30179/tid=30183] ppid=30178 vsize=95360 CPUtime=485.08
/proc/30179/task/30183/stat : 30183 (pb_cplex) S 30178 30178 30145 0 -1 4202560 1020532 0 0 0 47791 717 0 0 16 0 2 0 146007007 97648640 17151 1992294400 134512640 146736320 4288933920 18446744073709551615 144580073 0 2 4096 16387 18446604437867590016 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 956.66
Current children cumulated vsize (KiB) 104060

[startup+642.301 s]
/proc/loadavg: 1.51 1.47 0.84 2/109 30201
/proc/meminfo: memFree=1676532/2059040 swapFree=4139696/4192956
[pid=30178] ppid=30176 vsize=8700 CPUtime=0
/proc/30178/stat : 30178 (run) S 30176 30178 30145 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 146006911 8908800 248 1992294400 4194304 4922060 140736342080208 18446744073709551615 247894482053 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30178/statm: 2175 248 208 178 0 68 0
[pid=30179] ppid=30178 vsize=96972 CPUtime=1051.86
/proc/30179/stat : 30179 (pb_cplex) S 30178 30178 30145 0 -1 4202496 1878034 0 0 0 103818 1368 0 0 16 0 2 0 146006911 99299328 17585 1992294400 134512640 146736320 4288933920 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/30179/statm: 24243 17585 1113 2985 0 20785 0
[pid=30179/tid=30183] ppid=30178 vsize=96972 CPUtime=530.39
/proc/30179/task/30183/stat : 30183 (pb_cplex) R 30178 30178 30145 0 -1 4202560 1079383 0 0 0 52267 772 0 0 16 0 2 0 146007007 99299328 17585 1992294400 134512640 146736320 4288933920 18446744073709551615 135526863 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1051.86
Current children cumulated vsize (KiB) 105672

[startup+702.302 s]
/proc/loadavg: 1.68 1.52 0.89 2/109 30201
/proc/meminfo: memFree=1677524/2059040 swapFree=4139696/4192956
[pid=30178] ppid=30176 vsize=8700 CPUtime=0
/proc/30178/stat : 30178 (run) S 30176 30178 30145 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 146006911 8908800 248 1992294400 4194304 4922060 140736342080208 18446744073709551615 247894482053 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30178/statm: 2175 248 208 178 0 68 0
[pid=30179] ppid=30178 vsize=96752 CPUtime=1151.43
/proc/30179/stat : 30179 (pb_cplex) R 30178 30178 30145 0 -1 4202496 2005541 0 0 0 113671 1472 0 0 17 0 2 0 146006911 99074048 17305 1992294400 134512640 146736320 4288933920 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/30179/statm: 24188 17305 1113 2985 0 20730 0
[pid=30179/tid=30183] ppid=30178 vsize=96752 CPUtime=578.68
/proc/30179/task/30183/stat : 30183 (pb_cplex) R 30178 30178 30145 0 -1 4202560 1152773 0 0 0 57036 832 0 0 17 0 2 0 146007007 99074048 17305 1992294400 134512640 146736320 4288933920 18446744073709551615 138429313 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1151.43
Current children cumulated vsize (KiB) 105452

[startup+762.31 s]
/proc/loadavg: 1.64 1.54 0.94 3/109 30203
/proc/meminfo: memFree=1675664/2059040 swapFree=4139696/4192956
[pid=30178] ppid=30176 vsize=8700 CPUtime=0
/proc/30178/stat : 30178 (run) S 30176 30178 30145 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 146006911 8908800 248 1992294400 4194304 4922060 140736342080208 18446744073709551615 247894482053 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30178/statm: 2175 248 208 178 0 68 0
[pid=30179] ppid=30178 vsize=98544 CPUtime=1259.08
/proc/30179/stat : 30179 (pb_cplex) R 30178 30178 30145 0 -1 4202496 2093584 0 0 0 124335 1573 0 0 17 0 2 0 146006911 100909056 17754 1992294400 134512640 146736320 4288933920 18446744073709551615 135454096 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/30179/statm: 24636 17754 1113 2985 0 21178 0
[pid=30179/tid=30183] ppid=30178 vsize=98544 CPUtime=632.75
/proc/30179/task/30183/stat : 30183 (pb_cplex) R 30178 30178 30145 0 -1 4202560 1219923 0 0 0 62379 896 0 0 17 0 2 0 146007007 100909056 17754 1992294400 134512640 146736320 4288933920 18446744073709551615 135850315 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1259.08
Current children cumulated vsize (KiB) 107244

[startup+822.302 s]
/proc/loadavg: 1.55 1.53 0.97 3/109 30205
/proc/meminfo: memFree=1675416/2059040 swapFree=4139696/4192956
[pid=30178] ppid=30176 vsize=8700 CPUtime=0
/proc/30178/stat : 30178 (run) S 30176 30178 30145 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 146006911 8908800 248 1992294400 4194304 4922060 140736342080208 18446744073709551615 247894482053 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30178/statm: 2175 248 208 178 0 68 0
[pid=30179] ppid=30178 vsize=98544 CPUtime=1367.97
/proc/30179/stat : 30179 (pb_cplex) R 30178 30178 30145 0 -1 4202496 2203208 0 0 0 135098 1699 0 0 17 0 2 0 146006911 100909056 17792 1992294400 134512640 146736320 4288933920 18446744073709551615 135983225 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/30179/statm: 24636 17792 1113 2985 0 21178 0
[pid=30179/tid=30183] ppid=30178 vsize=98544 CPUtime=687.32
/proc/30179/task/30183/stat : 30183 (pb_cplex) R 30178 30178 30145 0 -1 4202560 1312727 0 0 0 67747 985 0 0 17 0 2 0 146007007 100909056 17792 1992294400 134512640 146736320 4288933920 18446744073709551615 135526788 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1367.97
Current children cumulated vsize (KiB) 107244

[startup+882.302 s]
/proc/loadavg: 1.89 1.64 1.04 2/109 30207
/proc/meminfo: memFree=1673432/2059040 swapFree=4139696/4192956
[pid=30178] ppid=30176 vsize=8700 CPUtime=0
/proc/30178/stat : 30178 (run) S 30176 30178 30145 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 146006911 8908800 248 1992294400 4194304 4922060 140736342080208 18446744073709551615 247894482053 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30178/statm: 2175 248 208 178 0 68 0
[pid=30179] ppid=30178 vsize=100292 CPUtime=1476.44
/proc/30179/stat : 30179 (pb_cplex) R 30178 30178 30145 0 -1 4202496 2290977 0 0 0 145847 1797 0 0 16 0 2 0 146006911 102699008 18375 1992294400 134512640 146736320 4288933920 18446744073709551615 136015584 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/30179/statm: 25073 18375 1113 2985 0 21615 0
[pid=30179/tid=30183] ppid=30178 vsize=100292 CPUtime=741.26
/proc/30179/task/30183/stat : 30183 (pb_cplex) R 30178 30178 30145 0 -1 4202560 1357778 0 0 0 73089 1037 0 0 16 0 2 0 146007007 102699008 18375 1992294400 134512640 146736320 4288933920 18446744073709551615 135454096 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1476.44
Current children cumulated vsize (KiB) 108992

[startup+942.301 s]
/proc/loadavg: 1.70 1.63 1.07 3/109 30209
/proc/meminfo: memFree=1673308/2059040 swapFree=4139696/4192956
[pid=30178] ppid=30176 vsize=8700 CPUtime=0
/proc/30178/stat : 30178 (run) S 30176 30178 30145 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 146006911 8908800 248 1992294400 4194304 4922060 140736342080208 18446744073709551615 247894482053 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30178/statm: 2175 248 208 178 0 68 0
[pid=30179] ppid=30178 vsize=100292 CPUtime=1584.39
/proc/30179/stat : 30179 (pb_cplex) R 30178 30178 30145 0 -1 4202496 2398179 0 0 0 156525 1914 0 0 16 0 2 0 146006911 102699008 18399 1992294400 134512640 146736320 4288933920 18446744073709551615 135850015 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/30179/statm: 25073 18399 1113 2985 0 21615 0
[pid=30179/tid=30183] ppid=30178 vsize=100292 CPUtime=795.78
/proc/30179/task/30183/stat : 30183 (pb_cplex) R 30178 30178 30145 0 -1 4202560 1449213 0 0 0 78458 1120 0 0 18 0 2 0 146007007 102699008 18399 1992294400 134512640 146736320 4288933920 18446744073709551615 144798020 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1584.39
Current children cumulated vsize (KiB) 108992

[startup+1002.3 s]
/proc/loadavg: 1.76 1.65 1.11 4/109 30209
/proc/meminfo: memFree=1673184/2059040 swapFree=4139696/4192956
[pid=30178] ppid=30176 vsize=8700 CPUtime=0
/proc/30178/stat : 30178 (run) S 30176 30178 30145 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 146006911 8908800 248 1992294400 4194304 4922060 140736342080208 18446744073709551615 247894482053 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30178/statm: 2175 248 208 178 0 68 0
[pid=30179] ppid=30178 vsize=100096 CPUtime=1692.34
/proc/30179/stat : 30179 (pb_cplex) R 30178 30178 30145 0 -1 4202496 2573152 0 0 0 167162 2072 0 0 16 0 2 0 146006911 102498304 18400 1992294400 134512640 146736320 4288933920 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/30179/statm: 25024 18400 1113 2985 0 21566 0
[pid=30179/tid=30183] ppid=30178 vsize=100096 CPUtime=849.92
/proc/30179/task/30183/stat : 30183 (pb_cplex) R 30178 30178 30145 0 -1 4202560 1537376 0 0 0 83796 1196 0 0 17 0 2 0 146007007 102498304 18400 1992294400 134512640 146736320 4288933920 18446744073709551615 136015700 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1692.34
Current children cumulated vsize (KiB) 108796

[startup+1062.3 s]
/proc/loadavg: 1.93 1.72 1.17 3/109 30211
/proc/meminfo: memFree=1672068/2059040 swapFree=4139696/4192956
[pid=30178] ppid=30176 vsize=8700 CPUtime=0
/proc/30178/stat : 30178 (run) S 30176 30178 30145 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 146006911 8908800 248 1992294400 4194304 4922060 140736342080208 18446744073709551615 247894482053 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30178/statm: 2175 248 208 178 0 68 0
[pid=30179] ppid=30178 vsize=101316 CPUtime=1796.81
/proc/30179/stat : 30179 (pb_cplex) R 30178 30178 30145 0 -1 4202496 2753467 0 0 0 177446 2235 0 0 17 0 2 0 146006911 103747584 18660 1992294400 134512640 146736320 4288933920 18446744073709551615 138462824 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/30179/statm: 25329 18660 1113 2985 0 21871 0
[pid=30179/tid=30183] ppid=30178 vsize=101316 CPUtime=902.09
/proc/30179/task/30183/stat : 30183 (pb_cplex) R 30178 30178 30145 0 -1 4202560 1657642 0 0 0 88910 1299 0 0 16 0 2 0 146007007 103747584 18660 1992294400 134512640 146736320 4288933920 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1796.81
Current children cumulated vsize (KiB) 110016



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1064.1 s]
/proc/loadavg: 1.86 1.71 1.17 3/109 30211
/proc/meminfo: memFree=1672068/2059040 swapFree=4139696/4192956
[pid=30178] ppid=30176 vsize=8700 CPUtime=0
/proc/30178/stat : 30178 (run) S 30176 30178 30145 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 146006911 8908800 248 1992294400 4194304 4922060 140736342080208 18446744073709551615 247894482053 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30178/statm: 2175 248 208 178 0 68 0
[pid=30179] ppid=30178 vsize=101316 CPUtime=1800.05
/proc/30179/stat : 30179 (pb_cplex) R 30178 30178 30145 0 -1 4202496 2756502 0 0 0 177766 2239 0 0 17 0 2 0 146006911 103747584 18660 1992294400 134512640 146736320 4288933920 18446744073709551615 135846432 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/30179/statm: 25329 18660 1113 2985 0 21871 0
[pid=30179/tid=30183] ppid=30178 vsize=101316 CPUtime=903.67
/proc/30179/task/30183/stat : 30183 (pb_cplex) R 30178 30178 30145 0 -1 4202560 1660677 0 0 0 89065 1302 0 0 16 0 2 0 146007007 103747584 18660 1992294400 134512640 146736320 4288933920 18446744073709551615 135526788 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 110016

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

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

[startup+1064.1 s]
/proc/loadavg: 1.86 1.71 1.17 3/109 30211
/proc/meminfo: memFree=1672068/2059040 swapFree=4139696/4192956
[pid=30178] ppid=30176 vsize=8700 CPUtime=0
/proc/30178/stat : 30178 (run) S 30176 30178 30145 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 146006911 8908800 248 1992294400 4194304 4922060 140736342080208 18446744073709551615 247894482053 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30178/statm: 2175 248 208 178 0 68 0
[pid=30179] ppid=30178 vsize=101316 CPUtime=1800.05
/proc/30179/stat : 30179 (pb_cplex) R 30178 30178 30145 0 -1 4202496 2756502 0 0 0 177766 2239 0 0 17 0 2 0 146006911 103747584 18660 1992294400 134512640 146736320 4288933920 18446744073709551615 135846432 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/30179/statm: 25329 18660 1113 2985 0 21871 0
[pid=30179/tid=30183] ppid=30178 vsize=101316 CPUtime=903.67
/proc/30179/task/30183/stat : 30183 (pb_cplex) R 30178 30178 30145 0 -1 4202560 1660677 0 0 0 89065 1302 0 0 16 0 2 0 146007007 103747584 18660 1992294400 134512640 146736320 4288933920 18446744073709551615 135526788 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 110016

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1064.12
CPU time (s): 1800.05
CPU user time (s): 1777.66
CPU system time (s): 22.39
CPU usage (%): 169.158
Max. virtual memory (cumulated for all children) (KiB): 130708

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.001999
system time used= 0.000999
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 1.9697 second user time and 5.76912 second system time

The end

Launcher Data

Begin job on node041 at 2010-07-02 07:05:42
IDJOB=2696865
IDBENCH=47899
IDSOLVER=1209
FILE ID=node041/2696865-1278047142
PBS_JOBID= 11198851
Free space on /tmp= 61668 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=251-P1=257-P2=19-P3=349-P4=257-P5=479-P6=367-B.opb
COMMAND LINE= run BENCHNAME
CONVERSION SCRIPT= PBconversionToLinear BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2696865-1278047142/watcher-2696865-1278047142 -o /tmp/evaluation-result-2696865-1278047142/solver-2696865-1278047142 -C 1800 -W 2000 -M 1800  run HOME/instance-2696865-1278047142.opb

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

MD5SUM BENCH= 80881c7fbc3c10cf38784c74294061e5
RANDOM SEED=1685767235

node041.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.251
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.50
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.251
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.48
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1746960 kB
Buffers:         76708 kB
Cached:         138868 kB
SwapCached:       6740 kB
Active:         134720 kB
Inactive:        94564 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1746960 kB
SwapTotal:     4192956 kB
SwapFree:      4139696 kB
Dirty:           16864 kB
Writeback:           0 kB
AnonPages:       11904 kB
Mapped:          11928 kB
Slab:            60980 kB
PageTables:       4176 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181576 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-2696865-1278047142.opb

Free space on /tmp at the end= 61648 MiB
End job on node041 at 2010-07-02 07:23:29