Trace number 2697035

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.19 1070.72

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=7-P0=5-P1=47-P2=89-P3=41-P4=37-P5=113-P6=47-P7=127-P8=37-B.opb
MD5SUMad74f094bba1086e11cc0beef00e98a6
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 benchmark9.72752
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 variables168
Total number of constraints17
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 constraints17
Minimum length of a constraint7
Maximum length of a constraint63
Number of terms in the objective function 7
Biggest coefficient in the objective function 64
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 127
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 8192
Number of bits of the biggest number in a constraint 14
Biggest sum of numbers in a constraint 32512
Number of bits of the biggest sum of numbers15
Number of products (including duplicates)392
Sum of products size (including duplicates)784
Number of different products392
Sum of products size784

Solver Data

0.00/0.00	c pb_cplex 1.0 - 20100701
0.00/0.00	c Parsing opb file format. File HOME/instance-2697035-1278049219.opb.
0.00/0.00	c Instance file HOME/instance-2697035-1278049219.opb
0.00/0.00	c File size is 29361 bytes.
0.00/0.02	c Highest Coefficient sum: 32512
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.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:      560                                                 |
0.00/0.02	c |  Number Constraints:    801                                                 |
0.00/0.02	c ===============================================================================
1800.19/1070.71	c Remaining time 1799.98 sec.
1800.19/1070.71	c 
1800.19/1070.71	c *** INTERRUPTED ***
1800.19/1070.71	s UNKNOWN
1800.19/1070.71	c Total CPU time              : 1778.05 s
1800.19/1070.71	c Memory used           : 120.69 MB
1800.19/1070.71	c CPU time              : 1778.05 s
1800.19/1070.71	c 
1800.19/1070.71	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-2697035-1278049219/watcher-2697035-1278049219 -o /tmp/evaluation-result-2697035-1278049219/solver-2697035-1278049219 -C 1800 -W 2000 -M 1800 run HOME/instance-2697035-1278049219.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.63 1.76 1.58 3/106 27439
/proc/meminfo: memFree=1379956/2059040 swapFree=4139768/4192956
[pid=27439] ppid=27437 vsize=8700 CPUtime=0
/proc/27439/stat : 27439 (run) R 27437 27439 27215 0 -1 4202496 349 0 0 0 0 0 0 0 20 0 1 0 146212738 8908800 249 1992294400 4194304 4922060 140733464485952 18446744073709551615 208159744405 0 65538 4100 65536 0 0 0 17 1 0 0 0
/proc/27439/statm: 2175 249 208 178 0 68 0

[startup+0.0829739 s]
/proc/loadavg: 1.63 1.76 1.58 3/106 27439
/proc/meminfo: memFree=1379956/2059040 swapFree=4139768/4192956
[pid=27439] ppid=27437 vsize=8700 CPUtime=0
/proc/27439/stat : 27439 (run) S 27437 27439 27215 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 146212738 8908800 249 1992294400 4194304 4922060 140733464485952 18446744073709551615 208159743109 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27439/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100974 s]
/proc/loadavg: 1.63 1.76 1.58 3/106 27439
/proc/meminfo: memFree=1379956/2059040 swapFree=4139768/4192956
[pid=27439] ppid=27437 vsize=8700 CPUtime=0
/proc/27439/stat : 27439 (run) S 27437 27439 27215 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 146212738 8908800 249 1992294400 4194304 4922060 140733464485952 18446744073709551615 208159743109 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27439/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.303968 s]
/proc/loadavg: 1.63 1.76 1.58 3/106 27439
/proc/meminfo: memFree=1379956/2059040 swapFree=4139768/4192956
[pid=27439] ppid=27437 vsize=8700 CPUtime=0
/proc/27439/stat : 27439 (run) S 27437 27439 27215 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 146212738 8908800 249 1992294400 4194304 4922060 140733464485952 18446744073709551615 208159743109 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27439/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700956 s]
/proc/loadavg: 1.63 1.76 1.58 3/106 27439
/proc/meminfo: memFree=1379956/2059040 swapFree=4139768/4192956
[pid=27439] ppid=27437 vsize=8700 CPUtime=0
/proc/27439/stat : 27439 (run) S 27437 27439 27215 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 146212738 8908800 249 1992294400 4194304 4922060 140733464485952 18446744073709551615 208159743109 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27439/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50093 s]
/proc/loadavg: 1.63 1.76 1.58 3/109 27444
/proc/meminfo: memFree=1371252/2059040 swapFree=4139768/4192956
[pid=27439] ppid=27437 vsize=8700 CPUtime=0
/proc/27439/stat : 27439 (run) S 27437 27439 27215 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 146212738 8908800 249 1992294400 4194304 4922060 140733464485952 18446744073709551615 208159743109 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27439/statm: 2175 249 208 178 0 68 0
[pid=27440] ppid=27439 vsize=34220 CPUtime=2.14
/proc/27440/stat : 27440 (pb_cplex) R 27439 27439 27215 0 -1 4202496 11874 0 0 0 207 7 0 0 17 0 2 0 146212738 35041280 3136 1992294400 134512640 146736320 4289341088 18446744073709551615 137083709 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/27440/statm: 8555 3136 1070 2985 0 5097 0
[pid=27440/tid=27444] ppid=27439 vsize=34220 CPUtime=0.58
/proc/27440/task/27444/stat : 27444 (pb_cplex) R 27439 27439 27215 0 -1 4202560 2469 0 0 0 57 1 0 0 20 0 2 0 146212821 35041280 3136 1992294400 134512640 146736320 4289341088 18446744073709551615 139039535 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.14
Current children cumulated vsize (KiB) 42920

[startup+3.10188 s]
/proc/loadavg: 1.63 1.76 1.58 2/109 27444
/proc/meminfo: memFree=1368772/2059040 swapFree=4139768/4192956
[pid=27439] ppid=27437 vsize=8700 CPUtime=0
/proc/27439/stat : 27439 (run) S 27437 27439 27215 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 146212738 8908800 249 1992294400 4194304 4922060 140733464485952 18446744073709551615 208159743109 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27439/statm: 2175 249 208 178 0 68 0
[pid=27440] ppid=27439 vsize=39588 CPUtime=4.91
/proc/27440/stat : 27440 (pb_cplex) S 27439 27439 27215 0 -1 4202496 26368 0 0 0 475 16 0 0 16 0 2 0 146212738 40538112 4356 1992294400 134512640 146736320 4289341088 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/27440/statm: 9897 4356 1070 2985 0 6439 0
[pid=27440/tid=27444] ppid=27439 vsize=39588 CPUtime=2.02
/proc/27440/task/27444/stat : 27444 (pb_cplex) R 27439 27439 27215 0 -1 4202560 9280 0 0 0 196 6 0 0 21 0 2 0 146212821 40538112 4356 1992294400 134512640 146736320 4289341088 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.91
Current children cumulated vsize (KiB) 48288

[startup+6.30079 s]
/proc/loadavg: 1.82 1.79 1.60 3/109 27444
/proc/meminfo: memFree=1365920/2059040 swapFree=4139768/4192956
[pid=27439] ppid=27437 vsize=8700 CPUtime=0
/proc/27439/stat : 27439 (run) S 27437 27439 27215 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 146212738 8908800 249 1992294400 4194304 4922060 140733464485952 18446744073709551615 208159743109 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27439/statm: 2175 249 208 178 0 68 0
[pid=27440] ppid=27439 vsize=41056 CPUtime=10.31
/proc/27440/stat : 27440 (pb_cplex) R 27439 27439 27215 0 -1 4202496 37365 0 0 0 1005 26 0 0 16 0 2 0 146212738 42041344 4703 1992294400 134512640 146736320 4289341088 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/27440/statm: 10264 4703 1101 2985 0 6806 0
[pid=27440/tid=27444] ppid=27439 vsize=41056 CPUtime=4.83
/proc/27440/task/27444/stat : 27444 (pb_cplex) R 27439 27439 27215 0 -1 4202560 13353 0 0 0 473 10 0 0 25 0 2 0 146212821 42041344 4703 1992294400 134512640 146736320 4289341088 18446744073709551615 135454073 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 10.31
Current children cumulated vsize (KiB) 49756

[startup+12.7014 s]
/proc/loadavg: 1.84 1.80 1.60 4/109 27444
/proc/meminfo: memFree=1363316/2059040 swapFree=4139768/4192956
[pid=27439] ppid=27437 vsize=8700 CPUtime=0
/proc/27439/stat : 27439 (run) S 27437 27439 27215 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 146212738 8908800 249 1992294400 4194304 4922060 140733464485952 18446744073709551615 208159743109 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27439/statm: 2175 249 208 178 0 68 0
[pid=27440] ppid=27439 vsize=43588 CPUtime=20.77
/proc/27440/stat : 27440 (pb_cplex) R 27439 27439 27215 0 -1 4202496 65748 0 0 0 2031 46 0 0 16 0 2 0 146212738 44634112 5277 1992294400 134512640 146736320 4289341088 18446744073709551615 136008234 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/27440/statm: 10897 5277 1071 2985 0 7439 0
[pid=27440/tid=27444] ppid=27439 vsize=43588 CPUtime=9.91
/proc/27440/task/27444/stat : 27444 (pb_cplex) R 27439 27439 27215 0 -1 4202560 28020 0 0 0 969 22 0 0 16 0 2 0 146212821 44634112 5277 1992294400 134512640 146736320 4289341088 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 20.77
Current children cumulated vsize (KiB) 52288

[startup+25.5015 s]
/proc/loadavg: 1.73 1.77 1.59 3/109 27444
/proc/meminfo: memFree=1358604/2059040 swapFree=4139768/4192956
[pid=27439] ppid=27437 vsize=8700 CPUtime=0
/proc/27439/stat : 27439 (run) S 27437 27439 27215 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 146212738 8908800 249 1992294400 4194304 4922060 140733464485952 18446744073709551615 208159743109 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27439/statm: 2175 249 208 178 0 68 0
[pid=27440] ppid=27439 vsize=47116 CPUtime=40.31
/proc/27440/stat : 27440 (pb_cplex) R 27439 27439 27215 0 -1 4202496 99258 0 0 0 3960 71 0 0 17 0 2 0 146212738 48246784 6191 1992294400 134512640 146736320 4289341088 18446744073709551615 135854505 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/27440/statm: 11779 6191 1071 2985 0 8321 0
[pid=27440/tid=27444] ppid=27439 vsize=47116 CPUtime=18.46
/proc/27440/task/27444/stat : 27444 (pb_cplex) R 27439 27439 27215 0 -1 4202560 43038 0 0 0 1812 34 0 0 16 0 2 0 146212821 48246784 6191 1992294400 134512640 146736320 4289341088 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 40.31
Current children cumulated vsize (KiB) 55816

[startup+51.1007 s]
/proc/loadavg: 1.71 1.76 1.59 3/109 27444
/proc/meminfo: memFree=1352032/2059040 swapFree=4139768/4192956
[pid=27439] ppid=27437 vsize=8700 CPUtime=0
/proc/27439/stat : 27439 (run) S 27437 27439 27215 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 146212738 8908800 249 1992294400 4194304 4922060 140733464485952 18446744073709551615 208159743109 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27439/statm: 2175 249 208 178 0 68 0
[pid=27440] ppid=27439 vsize=55228 CPUtime=79.27
/proc/27440/stat : 27440 (pb_cplex) S 27439 27439 27215 0 -1 4202496 150780 0 0 0 7819 108 0 0 19 0 2 0 146212738 56553472 8329 1992294400 134512640 146736320 4289341088 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/27440/statm: 13807 8329 1072 2985 0 10349 0
[pid=27440/tid=27444] ppid=27439 vsize=55228 CPUtime=38.13
/proc/27440/task/27444/stat : 27444 (pb_cplex) R 27439 27439 27215 0 -1 4202560 62172 0 0 0 3764 49 0 0 16 0 2 0 146212821 56553472 8329 1992294400 134512640 146736320 4289341088 18446744073709551615 136008172 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 79.27
Current children cumulated vsize (KiB) 63928

[startup+102.309 s]
/proc/loadavg: 1.76 1.78 1.61 3/109 27446
/proc/meminfo: memFree=1343724/2059040 swapFree=4139768/4192956
[pid=27439] ppid=27437 vsize=8700 CPUtime=0
/proc/27439/stat : 27439 (run) S 27437 27439 27215 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 146212738 8908800 249 1992294400 4194304 4922060 140733464485952 18446744073709551615 208159743109 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27439/statm: 2175 249 208 178 0 68 0
[pid=27440] ppid=27439 vsize=61472 CPUtime=160.84
/proc/27440/stat : 27440 (pb_cplex) R 27439 27439 27215 0 -1 4202496 270699 0 0 0 15890 194 0 0 17 0 2 0 146212738 62947328 9791 1992294400 134512640 146736320 4289341088 18446744073709551615 135850319 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/27440/statm: 15368 9791 1083 2985 0 11910 0
[pid=27440/tid=27444] ppid=27439 vsize=61472 CPUtime=77.93
/proc/27440/task/27444/stat : 27444 (pb_cplex) R 27439 27439 27215 0 -1 4202560 112651 0 0 0 7708 85 0 0 17 0 2 0 146212821 62947328 9791 1992294400 134512640 146736320 4289341088 18446744073709551615 139023063 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 160.84
Current children cumulated vsize (KiB) 70172

[startup+162.301 s]
/proc/loadavg: 1.59 1.72 1.60 2/109 27448
/proc/meminfo: memFree=1343476/2059040 swapFree=4139768/4192956
[pid=27439] ppid=27437 vsize=8700 CPUtime=0
/proc/27439/stat : 27439 (run) S 27437 27439 27215 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 146212738 8908800 249 1992294400 4194304 4922060 140733464485952 18446744073709551615 208159743109 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27439/statm: 2175 249 208 178 0 68 0
[pid=27440] ppid=27439 vsize=61572 CPUtime=258.67
/proc/27440/stat : 27440 (pb_cplex) R 27439 27439 27215 0 -1 4202496 358544 0 0 0 25589 278 0 0 16 0 2 0 146212738 63049728 9797 1992294400 134512640 146736320 4289341088 18446744073709551615 136008053 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/27440/statm: 15393 9797 1083 2985 0 11935 0
[pid=27440/tid=27444] ppid=27439 vsize=61572 CPUtime=128.06
/proc/27440/task/27444/stat : 27444 (pb_cplex) S 27439 27439 27215 0 -1 4202560 158284 0 0 0 12678 128 0 0 18 0 2 0 146212821 63049728 9797 1992294400 134512640 146736320 4289341088 18446744073709551615 144580073 0 2 4096 16387 18446604437830870208 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 258.67
Current children cumulated vsize (KiB) 70272

[startup+222.302 s]
/proc/loadavg: 1.55 1.69 1.59 3/109 27450
/proc/meminfo: memFree=1342732/2059040 swapFree=4139768/4192956
[pid=27439] ppid=27437 vsize=8700 CPUtime=0
/proc/27439/stat : 27439 (run) S 27437 27439 27215 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 146212738 8908800 249 1992294400 4194304 4922060 140733464485952 18446744073709551615 208159743109 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27439/statm: 2175 249 208 178 0 68 0
[pid=27440] ppid=27439 vsize=68624 CPUtime=346.61
/proc/27440/stat : 27440 (pb_cplex) R 27439 27439 27215 0 -1 4202496 425875 0 0 0 34324 337 0 0 17 0 2 0 146212738 70270976 11057 1992294400 134512640 146736320 4289341088 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/27440/statm: 17156 11057 1083 2985 0 13698 0
[pid=27440/tid=27444] ppid=27439 vsize=68624 CPUtime=170.88
/proc/27440/task/27444/stat : 27444 (pb_cplex) R 27439 27439 27215 0 -1 4202560 202217 0 0 0 16924 164 0 0 16 0 2 0 146212821 70270976 11057 1992294400 134512640 146736320 4289341088 18446744073709551615 136384857 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 346.61
Current children cumulated vsize (KiB) 77324

[startup+282.3 s]
/proc/loadavg: 1.67 1.70 1.60 2/109 27450
/proc/meminfo: memFree=1342732/2059040 swapFree=4139768/4192956
[pid=27439] ppid=27437 vsize=8700 CPUtime=0
/proc/27439/stat : 27439 (run) S 27437 27439 27215 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 146212738 8908800 249 1992294400 4194304 4922060 140733464485952 18446744073709551615 208159743109 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27439/statm: 2175 249 208 178 0 68 0
[pid=27440] ppid=27439 vsize=63328 CPUtime=443.25
/proc/27440/stat : 27440 (pb_cplex) R 27439 27439 27215 0 -1 4202496 509738 0 0 0 43911 414 0 0 19 0 2 0 146212738 64847872 10156 1992294400 134512640 146736320 4289341088 18446744073709551615 136008450 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/27440/statm: 15832 10156 1082 2985 0 12374 0
[pid=27440/tid=27444] ppid=27439 vsize=63328 CPUtime=216.24
/proc/27440/task/27444/stat : 27444 (pb_cplex) S 27439 27439 27215 0 -1 4202560 246362 0 0 0 21419 205 0 0 16 0 2 0 146212821 64847872 10156 1992294400 134512640 146736320 4289341088 18446744073709551615 144580073 0 2 4096 16387 18446604437830870208 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 443.25
Current children cumulated vsize (KiB) 72028

[startup+342.301 s]
/proc/loadavg: 1.75 1.72 1.61 6/109 27452
/proc/meminfo: memFree=1341864/2059040 swapFree=4139768/4192956
[pid=27439] ppid=27437 vsize=8700 CPUtime=0
/proc/27439/stat : 27439 (run) S 27437 27439 27215 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 146212738 8908800 249 1992294400 4194304 4922060 140733464485952 18446744073709551615 208159743109 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0

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

[pid=27440] ppid=27439 vsize=84680 CPUtime=946.31
/proc/27440/stat : 27440 (pb_cplex) S 27439 27439 27215 0 -1 4202496 1128494 0 0 0 93579 1052 0 0 16 0 2 0 146212738 86712320 15314 1992294400 134512640 146736320 4289341088 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/27440/statm: 21170 15314 1082 2985 0 17712 0
[pid=27440/tid=27444] ppid=27439 vsize=84680 CPUtime=463.23
/proc/27440/task/27444/stat : 27444 (pb_cplex) R 27439 27439 27215 0 -1 4202560 603982 0 0 0 45757 566 0 0 16 0 2 0 146212821 86712320 15314 1992294400 134512640 146736320 4289341088 18446744073709551615 135454073 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 946.31
Current children cumulated vsize (KiB) 93380

[startup+642.301 s]
/proc/loadavg: 1.71 1.72 1.64 3/109 27460
/proc/meminfo: memFree=1315700/2059040 swapFree=4139768/4192956
[pid=27439] ppid=27437 vsize=8700 CPUtime=0
/proc/27439/stat : 27439 (run) S 27437 27439 27215 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 146212738 8908800 249 1992294400 4194304 4922060 140733464485952 18446744073709551615 208159743109 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27439/statm: 2175 249 208 178 0 68 0
[pid=27440] ppid=27439 vsize=91192 CPUtime=1051.1
/proc/27440/stat : 27440 (pb_cplex) R 27439 27439 27215 0 -1 4202496 1242635 0 0 0 103916 1194 0 0 16 0 2 0 146212738 93380608 16895 1992294400 134512640 146736320 4289341088 18446744073709551615 136384861 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/27440/statm: 22798 16895 1082 2985 0 19340 0
[pid=27440/tid=27444] ppid=27439 vsize=91192 CPUtime=515.13
/proc/27440/task/27444/stat : 27444 (pb_cplex) R 27439 27439 27215 0 -1 4202560 687829 0 0 0 50857 656 0 0 16 0 2 0 146212821 93380608 16895 1992294400 134512640 146736320 4289341088 18446744073709551615 139044550 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1051.1
Current children cumulated vsize (KiB) 99892

[startup+702.301 s]
/proc/loadavg: 1.94 1.78 1.66 2/109 27462
/proc/meminfo: memFree=1309996/2059040 swapFree=4139768/4192956
[pid=27439] ppid=27437 vsize=8700 CPUtime=0
/proc/27439/stat : 27439 (run) S 27437 27439 27215 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 146212738 8908800 249 1992294400 4194304 4922060 140733464485952 18446744073709551615 208159743109 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27439/statm: 2175 249 208 178 0 68 0
[pid=27440] ppid=27439 vsize=96780 CPUtime=1155.81
/proc/27440/stat : 27440 (pb_cplex) R 27439 27439 27215 0 -1 4202496 1364815 0 0 0 114250 1331 0 0 16 0 2 0 146212738 99102720 18292 1992294400 134512640 146736320 4289341088 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/27440/statm: 24195 18292 1082 2985 0 20737 0
[pid=27440/tid=27444] ppid=27439 vsize=96780 CPUtime=566.39
/proc/27440/task/27444/stat : 27444 (pb_cplex) R 27439 27439 27215 0 -1 4202560 748428 0 0 0 55912 727 0 0 16 0 2 0 146212821 99102720 18292 1992294400 134512640 146736320 4289341088 18446744073709551615 144580073 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1155.81
Current children cumulated vsize (KiB) 105480

[startup+762.309 s]
/proc/loadavg: 1.91 1.79 1.67 3/109 27464
/proc/meminfo: memFree=1304788/2059040 swapFree=4139768/4192956
[pid=27439] ppid=27437 vsize=8700 CPUtime=0
/proc/27439/stat : 27439 (run) S 27437 27439 27215 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 146212738 8908800 249 1992294400 4194304 4922060 140733464485952 18446744073709551615 208159743109 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27439/statm: 2175 249 208 178 0 68 0
[pid=27440] ppid=27439 vsize=101540 CPUtime=1261.11
/proc/27440/stat : 27440 (pb_cplex) R 27439 27439 27215 0 -1 4202496 1543823 0 0 0 124614 1497 0 0 20 0 2 0 146212738 103976960 19549 1992294400 134512640 146736320 4289341088 18446744073709551615 135468690 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/27440/statm: 25385 19549 1082 2985 0 21927 0
[pid=27440/tid=27444] ppid=27439 vsize=101540 CPUtime=618.48
/proc/27440/task/27444/stat : 27444 (pb_cplex) R 27439 27439 27215 0 -1 4202560 822330 0 0 0 61047 801 0 0 16 0 2 0 146212821 103976960 19549 1992294400 134512640 146736320 4289341088 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1261.11
Current children cumulated vsize (KiB) 110240

[startup+822.301 s]
/proc/loadavg: 1.91 1.81 1.68 3/109 27466
/proc/meminfo: memFree=1297844/2059040 swapFree=4139768/4192956
[pid=27439] ppid=27437 vsize=8700 CPUtime=0
/proc/27439/stat : 27439 (run) S 27437 27439 27215 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 146212738 8908800 249 1992294400 4194304 4922060 140733464485952 18446744073709551615 208159743109 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27439/statm: 2175 249 208 178 0 68 0
[pid=27440] ppid=27439 vsize=109508 CPUtime=1365.88
/proc/27440/stat : 27440 (pb_cplex) R 27439 27439 27215 0 -1 4202496 1650895 0 0 0 134959 1629 0 0 17 0 2 0 146212738 112136192 21175 1992294400 134512640 146736320 4289341088 18446744073709551615 135526785 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/27440/statm: 27377 21175 1082 2985 0 23919 0
[pid=27440/tid=27444] ppid=27439 vsize=109508 CPUtime=670.23
/proc/27440/task/27444/stat : 27444 (pb_cplex) R 27439 27439 27215 0 -1 4202560 900742 0 0 0 66140 883 0 0 16 0 2 0 146212821 112136192 21175 1992294400 134512640 146736320 4289341088 18446744073709551615 135851007 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1365.88
Current children cumulated vsize (KiB) 118208

[startup+882.302 s]
/proc/loadavg: 1.75 1.78 1.68 3/109 27466
/proc/meminfo: memFree=1292140/2059040 swapFree=4139768/4192956
[pid=27439] ppid=27437 vsize=8700 CPUtime=0
/proc/27439/stat : 27439 (run) S 27437 27439 27215 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 146212738 8908800 249 1992294400 4194304 4922060 140733464485952 18446744073709551615 208159743109 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27439/statm: 2175 249 208 178 0 68 0
[pid=27440] ppid=27439 vsize=115044 CPUtime=1469.81
/proc/27440/stat : 27440 (pb_cplex) R 27439 27439 27215 0 -1 4202496 1772456 0 0 0 145208 1773 0 0 16 0 2 0 146212738 117805056 22664 1992294400 134512640 146736320 4289341088 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/27440/statm: 28761 22664 1082 2985 0 25303 0
[pid=27440/tid=27444] ppid=27439 vsize=115044 CPUtime=721.65
/proc/27440/task/27444/stat : 27444 (pb_cplex) R 27439 27439 27215 0 -1 4202560 950341 0 0 0 71220 945 0 0 16 0 2 0 146212821 117805056 22664 1992294400 134512640 146736320 4289341088 18446744073709551615 136387645 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1469.81
Current children cumulated vsize (KiB) 123744

[startup+942.302 s]
/proc/loadavg: 1.67 1.76 1.67 2/109 27468
/proc/meminfo: memFree=1288172/2059040 swapFree=4139768/4192956
[pid=27439] ppid=27437 vsize=8700 CPUtime=0
/proc/27439/stat : 27439 (run) S 27437 27439 27215 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 146212738 8908800 249 1992294400 4194304 4922060 140733464485952 18446744073709551615 208159743109 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27439/statm: 2175 249 208 178 0 68 0
[pid=27440] ppid=27439 vsize=118772 CPUtime=1574.21
/proc/27440/stat : 27440 (pb_cplex) R 27439 27439 27215 0 -1 4202496 1883041 0 0 0 155506 1915 0 0 16 0 2 0 146212738 121622528 23527 1992294400 134512640 146736320 4289341088 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/27440/statm: 29693 23527 1082 2985 0 26235 0
[pid=27440/tid=27444] ppid=27439 vsize=118772 CPUtime=773.01
/proc/27440/task/27444/stat : 27444 (pb_cplex) R 27439 27439 27215 0 -1 4202560 978899 0 0 0 76304 997 0 0 16 0 2 0 146212821 121622528 23527 1992294400 134512640 146736320 4289341088 18446744073709551615 135850322 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1574.21
Current children cumulated vsize (KiB) 127472

[startup+1002.3 s]
/proc/loadavg: 1.67 1.74 1.67 2/109 27470
/proc/meminfo: memFree=1285816/2059040 swapFree=4139768/4192956
[pid=27439] ppid=27437 vsize=8700 CPUtime=0
/proc/27439/stat : 27439 (run) S 27437 27439 27215 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 146212738 8908800 249 1992294400 4194304 4922060 140733464485952 18446744073709551615 208159743109 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27439/statm: 2175 249 208 178 0 68 0
[pid=27440] ppid=27439 vsize=121336 CPUtime=1679.16
/proc/27440/stat : 27440 (pb_cplex) S 27439 27439 27215 0 -1 4202496 2002650 0 0 0 165859 2057 0 0 17 0 2 0 146212738 124248064 24170 1992294400 134512640 146736320 4289341088 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/27440/statm: 30334 24170 1082 2985 0 26876 0
[pid=27440/tid=27444] ppid=27439 vsize=121336 CPUtime=825.25
/proc/27440/task/27444/stat : 27444 (pb_cplex) R 27439 27439 27215 0 -1 4202560 1037235 0 0 0 81460 1065 0 0 18 0 2 0 146212821 124248064 24170 1992294400 134512640 146736320 4289341088 18446744073709551615 135468694 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1679.16
Current children cumulated vsize (KiB) 130036

[startup+1062.3 s]
/proc/loadavg: 1.66 1.72 1.67 3/109 27472
/proc/meminfo: memFree=1284328/2059040 swapFree=4139768/4192956
[pid=27439] ppid=27437 vsize=8700 CPUtime=0
/proc/27439/stat : 27439 (run) S 27437 27439 27215 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 146212738 8908800 249 1992294400 4194304 4922060 140733464485952 18446744073709551615 208159743109 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27439/statm: 2175 249 208 178 0 68 0
[pid=27440] ppid=27439 vsize=123116 CPUtime=1785.84
/proc/27440/stat : 27440 (pb_cplex) R 27439 27439 27215 0 -1 4202496 2107552 0 0 0 176390 2194 0 0 16 0 2 0 146212738 126070784 24549 1992294400 134512640 146736320 4289341088 18446744073709551615 135526788 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/27440/statm: 30779 24549 1082 2985 0 27321 0
[pid=27440/tid=27444] ppid=27439 vsize=123116 CPUtime=878.76
/proc/27440/task/27444/stat : 27444 (pb_cplex) R 27439 27439 27215 0 -1 4202560 1110929 0 0 0 86724 1152 0 0 17 0 2 0 146212821 126070784 24549 1992294400 134512640 146736320 4289341088 18446744073709551615 135526785 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1785.84
Current children cumulated vsize (KiB) 131816



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1070.7 s]
/proc/loadavg: 1.56 1.70 1.66 2/109 27472
/proc/meminfo: memFree=1283956/2059040 swapFree=4139768/4192956
[pid=27439] ppid=27437 vsize=8700 CPUtime=0
/proc/27439/stat : 27439 (run) S 27437 27439 27215 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 146212738 8908800 249 1992294400 4194304 4922060 140733464485952 18446744073709551615 208159743109 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27439/statm: 2175 249 208 178 0 68 0
[pid=27440] ppid=27439 vsize=123580 CPUtime=1800.19
/proc/27440/stat : 27440 (pb_cplex) R 27439 27439 27215 0 -1 4202496 2123045 0 0 0 177804 2215 0 0 17 0 2 0 146212738 126545920 24585 1992294400 134512640 146736320 4289341088 18446744073709551615 135850319 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/27440/statm: 30895 24585 1082 2985 0 27437 0
[pid=27440/tid=27444] ppid=27439 vsize=123580 CPUtime=886.16
/proc/27440/task/27444/stat : 27444 (pb_cplex) S 27439 27439 27215 0 -1 4202560 1115657 0 0 0 87457 1159 0 0 16 0 2 0 146212821 126545920 24585 1992294400 134512640 146736320 4289341088 18446744073709551615 144580073 0 2 4096 16387 18446604437830870208 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.19
Current children cumulated vsize (KiB) 132280

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

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

[startup+1070.7 s]
/proc/loadavg: 1.56 1.70 1.66 2/109 27472
/proc/meminfo: memFree=1283956/2059040 swapFree=4139768/4192956
[pid=27439] ppid=27437 vsize=8700 CPUtime=0
/proc/27439/stat : 27439 (run) S 27437 27439 27215 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 146212738 8908800 249 1992294400 4194304 4922060 140733464485952 18446744073709551615 208159743109 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27439/statm: 2175 249 208 178 0 68 0
[pid=27440] ppid=27439 vsize=123580 CPUtime=1800.19
/proc/27440/stat : 27440 (pb_cplex) R 27439 27439 27215 0 -1 4202496 2123045 0 0 0 177804 2215 0 0 17 0 2 0 146212738 126545920 24585 1992294400 134512640 146736320 4289341088 18446744073709551615 135850319 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/27440/statm: 30895 24585 1082 2985 0 27437 0
[pid=27440/tid=27444] ppid=27439 vsize=123580 CPUtime=886.16
/proc/27440/task/27444/stat : 27444 (pb_cplex) S 27439 27439 27215 0 -1 4202560 1115657 0 0 0 87457 1159 0 0 16 0 2 0 146212821 126545920 24585 1992294400 134512640 146736320 4289341088 18446744073709551615 144580073 0 2 4096 16387 18446604437830870208 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.19
Current children cumulated vsize (KiB) 132280

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1070.72
CPU time (s): 1800.19
CPU user time (s): 1778.04
CPU system time (s): 22.15
CPU usage (%): 168.129
Max. virtual memory (cumulated for all children) (KiB): 142280

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

The end

Launcher Data

Begin job on node057 at 2010-07-02 07:40:19
IDJOB=2697035
IDBENCH=48069
IDSOLVER=1209
FILE ID=node057/2697035-1278049219
PBS_JOBID= 11198837
Free space on /tmp= 62320 MiB

SOLVER NAME= pb_cplex 2010-06-29
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=7-P0=5-P1=47-P2=89-P3=41-P4=37-P5=113-P6=47-P7=127-P8=37-B.opb
COMMAND LINE= run BENCHNAME
CONVERSION SCRIPT= PBconversionToLinear BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2697035-1278049219/watcher-2697035-1278049219 -o /tmp/evaluation-result-2697035-1278049219/solver-2697035-1278049219 -C 1800 -W 2000 -M 1800  run HOME/instance-2697035-1278049219.opb

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

MD5SUM BENCH= ad74f094bba1086e11cc0beef00e98a6
RANDOM SEED=54819674

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1380732 kB
Buffers:        149544 kB
Cached:         419372 kB
SwapCached:       6588 kB
Active:         227868 kB
Inactive:       354596 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1380732 kB
SwapTotal:     4192956 kB
SwapFree:      4139768 kB
Dirty:           16660 kB
Writeback:           0 kB
AnonPages:       11896 kB
Mapped:          12080 kB
Slab:            73920 kB
PageTables:       4148 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181572 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-2697035-1278049219.opb

Free space on /tmp at the end= 62304 MiB
End job on node057 at 2010-07-02 07:58:12