Trace number 2696978

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.11 1032.52

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=9-P0=67-P1=349-P2=67-P3=499-P4=79-P5=347-P6=307-B.opb
MD5SUM0f5232be892543458d8a9fd6fc4fb56e
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 benchmark6.01608
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-2696978-1278048220.opb.
0.00/0.00	c Instance file HOME/instance-2696978-1278048220.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.11/1032.51	c Remaining time 1799.97 sec.
1800.11/1032.51	c 
1800.11/1032.51	c *** INTERRUPTED ***
1800.11/1032.51	s UNKNOWN
1800.11/1032.51	c Total CPU time              : 1779.1 s
1800.11/1032.51	c Memory used           : 109.64 MB
1800.11/1032.51	c CPU time              : 1779.1 s
1800.11/1032.51	c 
1800.11/1032.51	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-2696978-1278048220/watcher-2696978-1278048220 -o /tmp/evaluation-result-2696978-1278048220/solver-2696978-1278048220 -C 1800 -W 2000 -M 1800 run HOME/instance-2696978-1278048220.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.70 1.76 1.21 3/106 32238
/proc/meminfo: memFree=1434012/2059040 swapFree=4140788/4192956
[pid=32238] ppid=32236 vsize=8700 CPUtime=0
/proc/32238/stat : 32238 (run) R 32236 32238 32048 0 -1 4202496 349 0 0 0 0 0 0 0 20 0 1 0 146114926 8908800 249 1992294400 4194304 4922060 140734601826592 18446744073709551615 222313423253 0 65538 4100 65536 0 0 0 17 1 0 0 0
/proc/32238/statm: 2175 249 208 178 0 68 0

[startup+0.0632359 s]
/proc/loadavg: 1.70 1.76 1.21 3/106 32238
/proc/meminfo: memFree=1434012/2059040 swapFree=4140788/4192956
[pid=32238] ppid=32236 vsize=8700 CPUtime=0
/proc/32238/stat : 32238 (run) S 32236 32238 32048 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 146114926 8908800 249 1992294400 4194304 4922060 140734601826592 18446744073709551615 222313421957 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32238/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100236 s]
/proc/loadavg: 1.70 1.76 1.21 3/106 32238
/proc/meminfo: memFree=1434012/2059040 swapFree=4140788/4192956
[pid=32238] ppid=32236 vsize=8700 CPUtime=0
/proc/32238/stat : 32238 (run) S 32236 32238 32048 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 146114926 8908800 249 1992294400 4194304 4922060 140734601826592 18446744073709551615 222313421957 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32238/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.301344 s]
/proc/loadavg: 1.70 1.76 1.21 3/106 32238
/proc/meminfo: memFree=1434012/2059040 swapFree=4140788/4192956
[pid=32238] ppid=32236 vsize=8700 CPUtime=0
/proc/32238/stat : 32238 (run) S 32236 32238 32048 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 146114926 8908800 249 1992294400 4194304 4922060 140734601826592 18446744073709551615 222313421957 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32238/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700394 s]
/proc/loadavg: 1.70 1.76 1.21 3/106 32238
/proc/meminfo: memFree=1434012/2059040 swapFree=4140788/4192956
[pid=32238] ppid=32236 vsize=8700 CPUtime=0
/proc/32238/stat : 32238 (run) S 32236 32238 32048 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 146114926 8908800 249 1992294400 4194304 4922060 140734601826592 18446744073709551615 222313421957 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32238/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50146 s]
/proc/loadavg: 1.70 1.76 1.21 3/109 32243
/proc/meminfo: memFree=1425680/2059040 swapFree=4140788/4192956
[pid=32238] ppid=32236 vsize=8700 CPUtime=0
/proc/32238/stat : 32238 (run) S 32236 32238 32048 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 146114926 8908800 249 1992294400 4194304 4922060 140734601826592 18446744073709551615 222313421957 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32238/statm: 2175 249 208 178 0 68 0
[pid=32239] ppid=32238 vsize=33996 CPUtime=2.06
/proc/32239/stat : 32239 (pb_cplex) R 32238 32238 32048 0 -1 4202496 10724 0 0 0 199 7 0 0 17 0 2 0 146114926 34811904 3142 1992294400 134512640 146736320 4289479216 18446744073709551615 136360633 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/32239/statm: 8499 3142 1071 2985 0 5041 0
[pid=32239/tid=32243] ppid=32238 vsize=33996 CPUtime=0.52
/proc/32239/task/32243/stat : 32243 (pb_cplex) R 32238 32238 32048 0 -1 4202560 6273 0 0 0 50 2 0 0 18 0 2 0 146115015 34811904 3142 1992294400 134512640 146736320 4289479216 18446744073709551615 136015700 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.06
Current children cumulated vsize (KiB) 42696

[startup+3.10162 s]
/proc/loadavg: 1.70 1.76 1.21 2/109 32243
/proc/meminfo: memFree=1424440/2059040 swapFree=4140788/4192956
[pid=32238] ppid=32236 vsize=8700 CPUtime=0
/proc/32238/stat : 32238 (run) S 32236 32238 32048 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 146114926 8908800 249 1992294400 4194304 4922060 140734601826592 18446744073709551615 222313421957 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32238/statm: 2175 249 208 178 0 68 0
[pid=32239] ppid=32238 vsize=37604 CPUtime=4.85
/proc/32239/stat : 32239 (pb_cplex) R 32238 32238 32048 0 -1 4202496 29577 0 0 0 465 20 0 0 16 0 2 0 146114926 38506496 3968 1992294400 134512640 146736320 4289479216 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/32239/statm: 9401 3968 1071 2985 0 5943 0
[pid=32239/tid=32243] ppid=32238 vsize=37604 CPUtime=1.94
/proc/32239/task/32243/stat : 32243 (pb_cplex) S 32238 32238 32048 0 -1 4202560 19961 0 0 0 184 10 0 0 18 0 2 0 146115015 38506496 3968 1992294400 134512640 146736320 4289479216 18446744073709551615 144580073 0 2 4096 16387 18446604437862005824 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4.85
Current children cumulated vsize (KiB) 46304

[startup+6.30194 s]
/proc/loadavg: 1.81 1.78 1.22 3/109 32243
/proc/meminfo: memFree=1419976/2059040 swapFree=4140788/4192956
[pid=32238] ppid=32236 vsize=8700 CPUtime=0
/proc/32238/stat : 32238 (run) S 32236 32238 32048 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 146114926 8908800 249 1992294400 4194304 4922060 140734601826592 18446744073709551615 222313421957 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32238/statm: 2175 249 208 178 0 68 0
[pid=32239] ppid=32238 vsize=42828 CPUtime=10.23
/proc/32239/stat : 32239 (pb_cplex) R 32238 32238 32048 0 -1 4202496 50840 0 0 0 989 34 0 0 16 0 2 0 146114926 43855872 5068 1992294400 134512640 146736320 4289479216 18446744073709551615 144719394 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/32239/statm: 10707 5068 1081 2985 0 7249 0
[pid=32239/tid=32243] ppid=32238 vsize=42828 CPUtime=4.62
/proc/32239/task/32243/stat : 32243 (pb_cplex) R 32238 32238 32048 0 -1 4202560 33429 0 0 0 444 18 0 0 16 0 2 0 146115015 43855872 5068 1992294400 134512640 146736320 4289479216 18446744073709551615 136403112 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 10.23
Current children cumulated vsize (KiB) 51528

[startup+12.7016 s]
/proc/loadavg: 1.90 1.80 1.23 3/109 32245
/proc/meminfo: memFree=1414644/2059040 swapFree=4140788/4192956
[pid=32238] ppid=32236 vsize=8700 CPUtime=0
/proc/32238/stat : 32238 (run) S 32236 32238 32048 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 146114926 8908800 249 1992294400 4194304 4922060 140734601826592 18446744073709551615 222313421957 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32238/statm: 2175 249 208 178 0 68 0
[pid=32239] ppid=32238 vsize=44592 CPUtime=20.69
/proc/32239/stat : 32239 (pb_cplex) R 32238 32238 32048 0 -1 4202496 68937 0 0 0 2021 48 0 0 16 0 2 0 146114926 45662208 5767 1992294400 134512640 146736320 4289479216 18446744073709551615 136008309 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/32239/statm: 11148 5767 1074 2985 0 7690 0
[pid=32239/tid=32243] ppid=32238 vsize=44592 CPUtime=10.07
/proc/32239/task/32243/stat : 32243 (pb_cplex) R 32238 32238 32048 0 -1 4202560 42483 0 0 0 981 26 0 0 16 0 2 0 146115015 45662208 5767 1992294400 134512640 146736320 4289479216 18446744073709551615 137064067 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 20.69
Current children cumulated vsize (KiB) 53292

[startup+25.5008 s]
/proc/loadavg: 1.85 1.80 1.24 2/109 32245
/proc/meminfo: memFree=1408320/2059040 swapFree=4140788/4192956
[pid=32238] ppid=32236 vsize=8700 CPUtime=0
/proc/32238/stat : 32238 (run) S 32236 32238 32048 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 146114926 8908800 249 1992294400 4194304 4922060 140734601826592 18446744073709551615 222313421957 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32238/statm: 2175 249 208 178 0 68 0
[pid=32239] ppid=32238 vsize=48900 CPUtime=41.77
/proc/32239/stat : 32239 (pb_cplex) R 32238 32238 32048 0 -1 4202496 126921 0 0 0 4094 83 0 0 16 0 2 0 146114926 50073600 6809 1992294400 134512640 146736320 4289479216 18446744073709551615 135454090 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/32239/statm: 12225 6809 1074 2985 0 8767 0
[pid=32239/tid=32243] ppid=32238 vsize=48900 CPUtime=20.84
/proc/32239/task/32243/stat : 32243 (pb_cplex) R 32238 32238 32048 0 -1 4202560 70766 0 0 0 2041 43 0 0 18 0 2 0 146115015 50073600 6809 1992294400 134512640 146736320 4289479216 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 41.77
Current children cumulated vsize (KiB) 57600

[startup+51.1013 s]
/proc/loadavg: 1.76 1.78 1.25 3/109 32245
/proc/meminfo: memFree=1405096/2059040 swapFree=4140788/4192956
[pid=32238] ppid=32236 vsize=8700 CPUtime=0
/proc/32238/stat : 32238 (run) S 32236 32238 32048 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 146114926 8908800 249 1992294400 4194304 4922060 140734601826592 18446744073709551615 222313421957 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32238/statm: 2175 249 208 178 0 68 0
[pid=32239] ppid=32238 vsize=59200 CPUtime=83.74
/proc/32239/stat : 32239 (pb_cplex) S 32238 32238 32048 0 -1 4202496 240993 0 0 0 8218 156 0 0 17 0 2 0 146114926 60620800 8797 1992294400 134512640 146736320 4289479216 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/32239/statm: 14800 8797 1074 2985 0 11342 0
[pid=32239/tid=32243] ppid=32238 vsize=59200 CPUtime=42.66
/proc/32239/task/32243/stat : 32243 (pb_cplex) R 32238 32238 32048 0 -1 4202560 133854 0 0 0 4182 84 0 0 16 0 2 0 146115015 60620800 8797 1992294400 134512640 146736320 4289479216 18446744073709551615 136403114 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 83.74
Current children cumulated vsize (KiB) 67900

[startup+102.308 s]
/proc/loadavg: 1.83 1.79 1.28 2/109 32247
/proc/meminfo: memFree=1399764/2059040 swapFree=4140788/4192956
[pid=32238] ppid=32236 vsize=8700 CPUtime=0
/proc/32238/stat : 32238 (run) S 32236 32238 32048 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 146114926 8908800 249 1992294400 4194304 4922060 140734601826592 18446744073709551615 222313421957 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32238/statm: 2175 249 208 178 0 68 0
[pid=32239] ppid=32238 vsize=60364 CPUtime=169.4
/proc/32239/stat : 32239 (pb_cplex) R 32238 32238 32048 0 -1 4202496 452550 0 0 0 16653 287 0 0 16 0 2 0 146114926 61812736 9139 1992294400 134512640 146736320 4289479216 18446744073709551615 135850977 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/32239/statm: 15091 9139 1074 2985 0 11633 0
[pid=32239/tid=32243] ppid=32238 vsize=60364 CPUtime=84.29
/proc/32239/task/32243/stat : 32243 (pb_cplex) R 32238 32238 32048 0 -1 4202560 233872 0 0 0 8283 146 0 0 18 0 2 0 146115015 61812736 9139 1992294400 134512640 146736320 4289479216 18446744073709551615 135851010 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 169.4
Current children cumulated vsize (KiB) 69064

[startup+162.301 s]
/proc/loadavg: 2.21 1.89 1.34 2/109 32249
/proc/meminfo: memFree=1394308/2059040 swapFree=4140788/4192956
[pid=32238] ppid=32236 vsize=8700 CPUtime=0
/proc/32238/stat : 32238 (run) S 32236 32238 32048 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 146114926 8908800 249 1992294400 4194304 4922060 140734601826592 18446744073709551615 222313421957 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32238/statm: 2175 249 208 178 0 68 0
[pid=32239] ppid=32238 vsize=66728 CPUtime=265.06
/proc/32239/stat : 32239 (pb_cplex) R 32238 32238 32048 0 -1 4202496 670038 0 0 0 26088 418 0 0 25 0 2 0 146114926 68329472 10734 1992294400 134512640 146736320 4289479216 18446744073709551615 136008454 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/32239/statm: 16682 10734 1074 2985 0 13224 0
[pid=32239/tid=32243] ppid=32238 vsize=66728 CPUtime=129.39
/proc/32239/task/32243/stat : 32243 (pb_cplex) S 32238 32238 32048 0 -1 4202560 355185 0 0 0 12719 220 0 0 16 0 2 0 146115015 68329472 10734 1992294400 134512640 146736320 4289479216 18446744073709551615 144580073 0 2 4096 16387 18446604437862005824 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 265.06
Current children cumulated vsize (KiB) 75428

[startup+222.301 s]
/proc/loadavg: 2.21 1.94 1.39 3/109 32249
/proc/meminfo: memFree=1392076/2059040 swapFree=4140788/4192956
[pid=32238] ppid=32236 vsize=8700 CPUtime=0
/proc/32238/stat : 32238 (run) S 32236 32238 32048 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 146114926 8908800 249 1992294400 4194304 4922060 140734601826592 18446744073709551615 222313421957 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32238/statm: 2175 249 208 178 0 68 0
[pid=32239] ppid=32238 vsize=72656 CPUtime=360.52
/proc/32239/stat : 32239 (pb_cplex) R 32238 32238 32048 0 -1 4202496 855498 0 0 0 35519 533 0 0 16 0 2 0 146114926 74399744 12102 1992294400 134512640 146736320 4289479216 18446744073709551615 139023073 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/32239/statm: 18164 12102 1074 2985 0 14706 0
[pid=32239/tid=32243] ppid=32238 vsize=72656 CPUtime=175.11
/proc/32239/task/32243/stat : 32243 (pb_cplex) R 32238 32238 32048 0 -1 4202560 445258 0 0 0 17232 279 0 0 20 0 2 0 146115015 74399744 12102 1992294400 134512640 146736320 4289479216 18446744073709551615 135526548 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 360.52
Current children cumulated vsize (KiB) 81356

[startup+282.301 s]
/proc/loadavg: 1.89 1.89 1.41 3/109 32251
/proc/meminfo: memFree=1379304/2059040 swapFree=4140788/4192956
[pid=32238] ppid=32236 vsize=8700 CPUtime=0
/proc/32238/stat : 32238 (run) S 32236 32238 32048 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 146114926 8908800 249 1992294400 4194304 4922060 140734601826592 18446744073709551615 222313421957 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32238/statm: 2175 249 208 178 0 68 0
[pid=32239] ppid=32238 vsize=80956 CPUtime=450.83
/proc/32239/stat : 32239 (pb_cplex) R 32238 32238 32048 0 -1 4202496 958024 0 0 0 44489 594 0 0 18 0 2 0 146114926 82898944 14419 1992294400 134512640 146736320 4289479216 18446744073709551615 136008441 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/32239/statm: 20239 14419 1099 2985 0 16781 0
[pid=32239/tid=32243] ppid=32238 vsize=80956 CPUtime=218.71
/proc/32239/task/32243/stat : 32243 (pb_cplex) S 32238 32238 32048 0 -1 4202560 498492 0 0 0 21561 310 0 0 18 0 2 0 146115015 82898944 14419 1992294400 134512640 146736320 4289479216 18446744073709551615 144580073 0 2 4096 16387 18446604437862005824 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 450.83
Current children cumulated vsize (KiB) 89656

[startup+342.301 s]
/proc/loadavg: 1.67 1.83 1.41 2/109 32253
/proc/meminfo: memFree=1378436/2059040 swapFree=4140788/4192956
[pid=32238] ppid=32236 vsize=8700 CPUtime=0
/proc/32238/stat : 32238 (run) S 32236 32238 32048 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 146114926 8908800 249 1992294400 4194304 4922060 140734601826592 18446744073709551615 222313421957 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0

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

[pid=32239] ppid=32238 vsize=90184 CPUtime=874.16
/proc/32239/stat : 32239 (pb_cplex) R 32238 32238 32048 0 -1 4202496 1538476 0 0 0 86405 1011 0 0 18 0 2 0 146114926 92348416 16656 1992294400 134512640 146736320 4289479216 18446744073709551615 135850322 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/32239/statm: 22546 16656 1099 2985 0 19088 0
[pid=32239/tid=32243] ppid=32238 vsize=90184 CPUtime=431.63
/proc/32239/task/32243/stat : 32243 (pb_cplex) R 32238 32238 32048 0 -1 4202560 792281 0 0 0 42636 527 0 0 17 0 2 0 146115015 92348416 16656 1992294400 134512640 146736320 4289479216 18446744073709551615 135850298 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 874.16
Current children cumulated vsize (KiB) 98884

[startup+582.3 s]
/proc/loadavg: 2.19 2.05 1.59 3/109 32262
/proc/meminfo: memFree=1365904/2059040 swapFree=4140788/4192956
[pid=32238] ppid=32236 vsize=8700 CPUtime=0
/proc/32238/stat : 32238 (run) S 32236 32238 32048 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 146114926 8908800 249 1992294400 4194304 4922060 140734601826592 18446744073709551615 222313421957 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32238/statm: 2175 249 208 178 0 68 0
[pid=32239] ppid=32238 vsize=94524 CPUtime=982.79
/proc/32239/stat : 32239 (pb_cplex) R 32238 32238 32048 0 -1 4202496 1700778 0 0 0 97134 1145 0 0 17 0 2 0 146114926 96792576 17693 1992294400 134512640 146736320 4289479216 18446744073709551615 135850315 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/32239/statm: 23631 17693 1099 2985 0 20173 0
[pid=32239/tid=32243] ppid=32238 vsize=94524 CPUtime=486.43
/proc/32239/task/32243/stat : 32243 (pb_cplex) R 32238 32238 32048 0 -1 4202560 886087 0 0 0 48038 605 0 0 20 0 2 0 146115015 96792576 17693 1992294400 134512640 146736320 4289479216 18446744073709551615 135655984 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 982.79
Current children cumulated vsize (KiB) 103224

[startup+642.3 s]
/proc/loadavg: 1.93 1.99 1.60 2/109 32264
/proc/meminfo: memFree=1363548/2059040 swapFree=4140788/4192956
[pid=32238] ppid=32236 vsize=8700 CPUtime=0
/proc/32238/stat : 32238 (run) S 32236 32238 32048 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 146114926 8908800 249 1992294400 4194304 4922060 140734601826592 18446744073709551615 222313421957 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32238/statm: 2175 249 208 178 0 68 0
[pid=32239] ppid=32238 vsize=97260 CPUtime=1092.43
/proc/32239/stat : 32239 (pb_cplex) S 32238 32238 32048 0 -1 4202496 1760301 0 0 0 108029 1214 0 0 17 0 2 0 146114926 99594240 18418 1992294400 134512640 146736320 4289479216 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/32239/statm: 24315 18418 1099 2985 0 20857 0
[pid=32239/tid=32243] ppid=32238 vsize=97260 CPUtime=542.3
/proc/32239/task/32243/stat : 32243 (pb_cplex) R 32238 32238 32048 0 -1 4202560 909476 0 0 0 53594 636 0 0 25 0 2 0 146115015 99594240 18418 1992294400 134512640 146736320 4289479216 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1092.43
Current children cumulated vsize (KiB) 105960

[startup+702.301 s]
/proc/loadavg: 1.94 1.99 1.62 3/109 32266
/proc/meminfo: memFree=1360448/2059040 swapFree=4140788/4192956
[pid=32238] ppid=32236 vsize=8700 CPUtime=0
/proc/32238/stat : 32238 (run) S 32236 32238 32048 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 146114926 8908800 249 1992294400 4194304 4922060 140734601826592 18446744073709551615 222313421957 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32238/statm: 2175 249 208 178 0 68 0
[pid=32239] ppid=32238 vsize=111264 CPUtime=1202.25
/proc/32239/stat : 32239 (pb_cplex) R 32238 32238 32048 0 -1 4202496 1973541 0 0 0 118853 1372 0 0 16 0 2 0 146114926 113934336 20663 1992294400 134512640 146736320 4289479216 18446744073709551615 135851010 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/32239/statm: 27816 20663 1099 2985 0 24358 0
[pid=32239/tid=32243] ppid=32238 vsize=111264 CPUtime=597.56
/proc/32239/task/32243/stat : 32243 (pb_cplex) R 32238 32238 32048 0 -1 4202560 996740 0 0 0 59050 706 0 0 18 0 2 0 146115015 113934336 20663 1992294400 134512640 146736320 4289479216 18446744073709551615 136403116 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1202.25
Current children cumulated vsize (KiB) 119964

[startup+762.309 s]
/proc/loadavg: 1.79 1.94 1.63 3/109 32268
/proc/meminfo: memFree=1356232/2059040 swapFree=4140788/4192956
[pid=32238] ppid=32236 vsize=8700 CPUtime=0
/proc/32238/stat : 32238 (run) S 32236 32238 32048 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 146114926 8908800 249 1992294400 4194304 4922060 140734601826592 18446744073709551615 222313421957 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32238/statm: 2175 249 208 178 0 68 0
[pid=32239] ppid=32238 vsize=104016 CPUtime=1311.13
/proc/32239/stat : 32239 (pb_cplex) R 32238 32238 32048 0 -1 4202496 2092614 0 0 0 129635 1478 0 0 17 0 2 0 146114926 106512384 20078 1992294400 134512640 146736320 4289479216 18446744073709551615 135526778 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/32239/statm: 26004 20078 1099 2985 0 22546 0
[pid=32239/tid=32243] ppid=32238 vsize=104016 CPUtime=653.17
/proc/32239/task/32243/stat : 32243 (pb_cplex) R 32238 32238 32048 0 -1 4202560 1045161 0 0 0 64567 750 0 0 18 0 2 0 146115015 106512384 20078 1992294400 134512640 146736320 4289479216 18446744073709551615 135453309 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1311.13
Current children cumulated vsize (KiB) 112716

[startup+822.301 s]
/proc/loadavg: 1.86 1.93 1.64 3/109 32268
/proc/meminfo: memFree=1354380/2059040 swapFree=4140788/4192956
[pid=32238] ppid=32236 vsize=8700 CPUtime=0
/proc/32238/stat : 32238 (run) S 32236 32238 32048 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 146114926 8908800 249 1992294400 4194304 4922060 140734601826592 18446744073709551615 222313421957 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32238/statm: 2175 249 208 178 0 68 0
[pid=32239] ppid=32238 vsize=106308 CPUtime=1420.23
/proc/32239/stat : 32239 (pb_cplex) S 32238 32238 32048 0 -1 4202496 2253399 0 0 0 140408 1615 0 0 17 0 2 0 146114926 108859392 20626 1992294400 134512640 146736320 4289479216 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/32239/statm: 26577 20626 1099 2985 0 23119 0
[pid=32239/tid=32243] ppid=32238 vsize=106308 CPUtime=709.15
/proc/32239/task/32243/stat : 32243 (pb_cplex) R 32238 32238 32048 0 -1 4202560 1109306 0 0 0 70109 806 0 0 21 0 2 0 146115015 108859392 20626 1992294400 134512640 146736320 4289479216 18446744073709551615 136015700 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1420.23
Current children cumulated vsize (KiB) 115008

[startup+882.3 s]
/proc/loadavg: 1.98 1.94 1.66 2/109 32270
/proc/meminfo: memFree=1352892/2059040 swapFree=4140788/4192956
[pid=32238] ppid=32236 vsize=8700 CPUtime=0
/proc/32238/stat : 32238 (run) S 32236 32238 32048 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 146114926 8908800 249 1992294400 4194304 4922060 140734601826592 18446744073709551615 222313421957 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32238/statm: 2175 249 208 178 0 68 0
[pid=32239] ppid=32238 vsize=107992 CPUtime=1529.27
/proc/32239/stat : 32239 (pb_cplex) R 32238 32238 32048 0 -1 4202496 2396076 0 0 0 151173 1754 0 0 17 0 2 0 146114926 110583808 21040 1992294400 134512640 146736320 4289479216 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/32239/statm: 26998 21040 1099 2985 0 23540 0
[pid=32239/tid=32243] ppid=32238 vsize=107992 CPUtime=764.46
/proc/32239/task/32243/stat : 32243 (pb_cplex) R 32238 32238 32048 0 -1 4202560 1152086 0 0 0 75595 851 0 0 20 0 2 0 146115015 110583808 21040 1992294400 134512640 146736320 4289479216 18446744073709551615 139041204 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1529.27
Current children cumulated vsize (KiB) 116692

[startup+942.3 s]
/proc/loadavg: 1.88 1.92 1.67 3/109 32272
/proc/meminfo: memFree=1350288/2059040 swapFree=4140788/4192956
[pid=32238] ppid=32236 vsize=8700 CPUtime=0
/proc/32238/stat : 32238 (run) S 32236 32238 32048 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 146114926 8908800 249 1992294400 4194304 4922060 140734601826592 18446744073709551615 222313421957 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32238/statm: 2175 249 208 178 0 68 0
[pid=32239] ppid=32238 vsize=110116 CPUtime=1637.32
/proc/32239/stat : 32239 (pb_cplex) R 32238 32238 32048 0 -1 4202496 2579413 0 0 0 161827 1905 0 0 16 0 2 0 146114926 112758784 21584 1992294400 134512640 146736320 4289479216 18446744073709551615 136402273 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/32239/statm: 27529 21584 1099 2985 0 24071 0
[pid=32239/tid=32243] ppid=32238 vsize=110116 CPUtime=819.27
/proc/32239/task/32243/stat : 32243 (pb_cplex) R 32238 32238 32048 0 -1 4202560 1200499 0 0 0 81027 900 0 0 25 0 2 0 146115015 112758784 21584 1992294400 134512640 146736320 4289479216 18446744073709551615 136015692 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1637.32
Current children cumulated vsize (KiB) 118816

[startup+1002.3 s]
/proc/loadavg: 1.95 1.93 1.69 3/109 32274
/proc/meminfo: memFree=1348676/2059040 swapFree=4140788/4192956
[pid=32238] ppid=32236 vsize=8700 CPUtime=0
/proc/32238/stat : 32238 (run) S 32236 32238 32048 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 146114926 8908800 249 1992294400 4194304 4922060 140734601826592 18446744073709551615 222313421957 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32238/statm: 2175 249 208 178 0 68 0
[pid=32239] ppid=32238 vsize=112060 CPUtime=1745.26
/proc/32239/stat : 32239 (pb_cplex) R 32238 32238 32048 0 -1 4202496 2764356 0 0 0 172481 2045 0 0 16 0 2 0 146114926 114749440 21970 1992294400 134512640 146736320 4289479216 18446744073709551615 135850322 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/32239/statm: 28015 21970 1099 2985 0 24557 0
[pid=32239/tid=32243] ppid=32238 vsize=112060 CPUtime=874.81
/proc/32239/task/32243/stat : 32243 (pb_cplex) R 32238 32238 32048 0 -1 4202560 1336778 0 0 0 86487 994 0 0 19 0 2 0 146115015 114749440 21970 1992294400 134512640 146736320 4289479216 18446744073709551615 135468704 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1745.26
Current children cumulated vsize (KiB) 120760



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1032.5 s]
/proc/loadavg: 1.97 1.94 1.70 3/109 32274
/proc/meminfo: memFree=1348180/2059040 swapFree=4140788/4192956
[pid=32238] ppid=32236 vsize=8700 CPUtime=0
/proc/32238/stat : 32238 (run) S 32236 32238 32048 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 146114926 8908800 249 1992294400 4194304 4922060 140734601826592 18446744073709551615 222313421957 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32238/statm: 2175 249 208 178 0 68 0
[pid=32239] ppid=32238 vsize=112264 CPUtime=1800.11
/proc/32239/stat : 32239 (pb_cplex) S 32238 32238 32048 0 -1 4202496 2815987 0 0 0 177909 2102 0 0 18 0 2 0 146114926 114958336 22106 1992294400 134512640 146736320 4289479216 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/32239/statm: 28066 22106 1099 2985 0 24608 0
[pid=32239/tid=32243] ppid=32238 vsize=112264 CPUtime=902.32
/proc/32239/task/32243/stat : 32243 (pb_cplex) R 32238 32238 32048 0 -1 4202560 1367429 0 0 0 89206 1026 0 0 18 0 2 0 146115015 114958336 22106 1992294400 134512640 146736320 4289479216 18446744073709551615 135850315 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.11
Current children cumulated vsize (KiB) 120964

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

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

[startup+1032.5 s]
/proc/loadavg: 1.97 1.94 1.70 3/109 32274
/proc/meminfo: memFree=1348180/2059040 swapFree=4140788/4192956
[pid=32238] ppid=32236 vsize=8700 CPUtime=0
/proc/32238/stat : 32238 (run) S 32236 32238 32048 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 146114926 8908800 249 1992294400 4194304 4922060 140734601826592 18446744073709551615 222313421957 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32238/statm: 2175 249 208 178 0 68 0
[pid=32239] ppid=32238 vsize=112264 CPUtime=1800.11
/proc/32239/stat : 32239 (pb_cplex) S 32238 32238 32048 0 -1 4202496 2815987 0 0 0 177909 2102 0 0 18 0 2 0 146114926 114958336 22106 1992294400 134512640 146736320 4289479216 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/32239/statm: 28066 22106 1099 2985 0 24608 0
[pid=32239/tid=32243] ppid=32238 vsize=112264 CPUtime=902.32
/proc/32239/task/32243/stat : 32243 (pb_cplex) R 32238 32238 32048 0 -1 4202560 1367429 0 0 0 89206 1026 0 0 18 0 2 0 146115015 114958336 22106 1992294400 134512640 146736320 4289479216 18446744073709551615 135850315 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.11
Current children cumulated vsize (KiB) 120964

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1032.52
CPU time (s): 1800.11
CPU user time (s): 1779.09
CPU system time (s): 21.02
CPU usage (%): 174.341
Max. virtual memory (cumulated for all children) (KiB): 143224

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.002999
system time used= 0
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 365
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.01669 second user time and 5.51416 second system time

The end

Launcher Data

Begin job on node036 at 2010-07-02 07:23:40
IDJOB=2696978
IDBENCH=48012
IDSOLVER=1209
FILE ID=node036/2696978-1278048220
PBS_JOBID= 11198855
Free space on /tmp= 62324 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=67-P1=349-P2=67-P3=499-P4=79-P5=347-P6=307-B.opb
COMMAND LINE= run BENCHNAME
CONVERSION SCRIPT= PBconversionToLinear BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2696978-1278048220/watcher-2696978-1278048220 -o /tmp/evaluation-result-2696978-1278048220/solver-2696978-1278048220 -C 1800 -W 2000 -M 1800  run HOME/instance-2696978-1278048220.opb

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

MD5SUM BENCH= 0f5232be892543458d8a9fd6fc4fb56e
RANDOM SEED=1441022207

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1434912 kB
Buffers:        161276 kB
Cached:         358592 kB
SwapCached:       6032 kB
Active:         215504 kB
Inactive:       318504 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1434912 kB
SwapTotal:     4192956 kB
SwapFree:      4140788 kB
Dirty:           16624 kB
Writeback:           0 kB
AnonPages:       12452 kB
Mapped:          12104 kB
Slab:            68180 kB
PageTables:       4176 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181172 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-2696978-1278048220.opb

Free space on /tmp at the end= 62308 MiB
End job on node036 at 2010-07-02 07:40:55