Trace number 2696943

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.04 1041.92

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=7-P0=97-P1=11-P2=73-P3=43-P4=127-P5=127-P6=37-P7=127-P8=5-B.opb
MD5SUM44a2a8c9706392fba8f7dee35869ba61
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 benchmark13.7469
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-2696943-1278048175.opb.
0.00/0.00	c Instance file HOME/instance-2696943-1278048175.opb
0.00/0.00	c File size is 29360 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.04/1041.91	c Remaining time 1799.98 sec.
1800.04/1041.91	c 
1800.04/1041.91	c *** INTERRUPTED ***
1800.04/1041.91	s UNKNOWN
1800.04/1041.91	c Total CPU time              : 1769.01 s
1800.04/1041.91	c Memory used           : 170.04 MB
1800.04/1041.91	c CPU time              : 1769.01 s
1800.04/1041.91	c 
1800.04/1041.91	c *** INTERRUPTED ***

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2696943-1278048175/watcher-2696943-1278048175 -o /tmp/evaluation-result-2696943-1278048175/solver-2696943-1278048175 -C 1800 -W 2000 -M 1800 run HOME/instance-2696943-1278048175.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: 2.03 1.83 1.23 3/106 27365
/proc/meminfo: memFree=1380452/2059040 swapFree=4139768/4192956
[pid=27365] ppid=27363 vsize=8700 CPUtime=0
/proc/27365/stat : 27365 (run) R 27363 27365 27215 0 -1 4202496 348 0 0 0 0 0 0 0 20 0 1 0 146108305 8908800 249 1992294400 4194304 4922060 140736755114064 18446744073709551615 208159744405 0 65538 4100 65536 0 0 0 17 1 0 0 0
/proc/27365/statm: 2175 249 208 178 0 68 0

[startup+0.054093 s]
/proc/loadavg: 2.03 1.83 1.23 3/106 27365
/proc/meminfo: memFree=1380452/2059040 swapFree=4139768/4192956
[pid=27365] ppid=27363 vsize=8700 CPUtime=0
/proc/27365/stat : 27365 (run) S 27363 27365 27215 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146108305 8908800 249 1992294400 4194304 4922060 140736755114064 18446744073709551615 208159743109 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27365/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100091 s]
/proc/loadavg: 2.03 1.83 1.23 3/106 27365
/proc/meminfo: memFree=1380452/2059040 swapFree=4139768/4192956
[pid=27365] ppid=27363 vsize=8700 CPUtime=0
/proc/27365/stat : 27365 (run) S 27363 27365 27215 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146108305 8908800 249 1992294400 4194304 4922060 140736755114064 18446744073709551615 208159743109 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27365/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.303128 s]
/proc/loadavg: 2.03 1.83 1.23 3/106 27365
/proc/meminfo: memFree=1380452/2059040 swapFree=4139768/4192956
[pid=27365] ppid=27363 vsize=8700 CPUtime=0
/proc/27365/stat : 27365 (run) S 27363 27365 27215 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146108305 8908800 249 1992294400 4194304 4922060 140736755114064 18446744073709551615 208159743109 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27365/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.701435 s]
/proc/loadavg: 2.03 1.83 1.23 3/106 27365
/proc/meminfo: memFree=1380452/2059040 swapFree=4139768/4192956
[pid=27365] ppid=27363 vsize=8700 CPUtime=0
/proc/27365/stat : 27365 (run) S 27363 27365 27215 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146108305 8908800 249 1992294400 4194304 4922060 140736755114064 18446744073709551615 208159743109 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27365/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50536 s]
/proc/loadavg: 2.03 1.83 1.23 2/109 27370
/proc/meminfo: memFree=1372120/2059040 swapFree=4139768/4192956
[pid=27365] ppid=27363 vsize=8700 CPUtime=0
/proc/27365/stat : 27365 (run) S 27363 27365 27215 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146108305 8908800 249 1992294400 4194304 4922060 140736755114064 18446744073709551615 208159743109 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27365/statm: 2175 249 208 178 0 68 0
[pid=27366] ppid=27365 vsize=33800 CPUtime=2.12
/proc/27366/stat : 27366 (pb_cplex) R 27365 27365 27215 0 -1 4202496 9954 0 0 0 204 8 0 0 17 0 2 0 146108305 34611200 3039 1992294400 134512640 146736320 4287923280 18446744073709551615 144580332 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/27366/statm: 8450 3039 1070 2985 0 4992 0
[pid=27366/tid=27370] ppid=27365 vsize=33800 CPUtime=0.61
/proc/27366/task/27370/stat : 27370 (pb_cplex) R 27365 27365 27215 0 -1 4202560 4816 0 0 0 59 2 0 0 15 0 2 0 146108377 34611200 3039 1992294400 134512640 146736320 4287923280 18446744073709551615 136387953 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.12
Current children cumulated vsize (KiB) 42500

[startup+3.10164 s]
/proc/loadavg: 2.03 1.83 1.23 3/109 27370
/proc/meminfo: memFree=1370508/2059040 swapFree=4139768/4192956
[pid=27365] ppid=27363 vsize=8700 CPUtime=0
/proc/27365/stat : 27365 (run) S 27363 27365 27215 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146108305 8908800 249 1992294400 4194304 4922060 140736755114064 18446744073709551615 208159743109 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27365/statm: 2175 249 208 178 0 68 0
[pid=27366] ppid=27365 vsize=35888 CPUtime=4.82
/proc/27366/stat : 27366 (pb_cplex) S 27365 27365 27215 0 -1 4202496 21399 0 0 0 466 16 0 0 17 0 2 0 146108305 36749312 3563 1992294400 134512640 146736320 4287923280 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/27366/statm: 8972 3563 1070 2985 0 5514 0
[pid=27366/tid=27370] ppid=27365 vsize=35888 CPUtime=1.9
/proc/27366/task/27370/stat : 27370 (pb_cplex) R 27365 27365 27215 0 -1 4202560 10622 0 0 0 184 6 0 0 16 0 2 0 146108377 36749312 3563 1992294400 134512640 146736320 4287923280 18446744073709551615 137084981 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.82
Current children cumulated vsize (KiB) 44588

[startup+6.30092 s]
/proc/loadavg: 2.03 1.84 1.23 2/109 27370
/proc/meminfo: memFree=1366788/2059040 swapFree=4139768/4192956
[pid=27365] ppid=27363 vsize=8700 CPUtime=0
/proc/27365/stat : 27365 (run) S 27363 27365 27215 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146108305 8908800 249 1992294400 4194304 4922060 140736755114064 18446744073709551615 208159743109 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27365/statm: 2175 249 208 178 0 68 0
[pid=27366] ppid=27365 vsize=39916 CPUtime=10.36
/proc/27366/stat : 27366 (pb_cplex) R 27365 27365 27215 0 -1 4202496 39145 0 0 0 1008 28 0 0 16 0 2 0 146108305 40873984 4480 1992294400 134512640 146736320 4287923280 18446744073709551615 139041216 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/27366/statm: 9979 4480 1070 2985 0 6521 0
[pid=27366/tid=27370] ppid=27365 vsize=39916 CPUtime=4.8
/proc/27366/task/27370/stat : 27370 (pb_cplex) R 27365 27365 27215 0 -1 4202560 20180 0 0 0 467 13 0 0 16 0 2 0 146108377 40873984 4480 1992294400 134512640 146736320 4287923280 18446744073709551615 136403112 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 10.36
Current children cumulated vsize (KiB) 48616

[startup+12.7015 s]
/proc/loadavg: 2.02 1.84 1.24 3/109 27370
/proc/meminfo: memFree=1366168/2059040 swapFree=4139768/4192956
[pid=27365] ppid=27363 vsize=8700 CPUtime=0
/proc/27365/stat : 27365 (run) S 27363 27365 27215 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146108305 8908800 249 1992294400 4194304 4922060 140736755114064 18446744073709551615 208159743109 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27365/statm: 2175 249 208 178 0 68 0
[pid=27366] ppid=27365 vsize=42424 CPUtime=21.17
/proc/27366/stat : 27366 (pb_cplex) R 27365 27365 27215 0 -1 4202496 69664 0 0 0 2068 49 0 0 16 0 2 0 146108305 43442176 4984 1992294400 134512640 146736320 4287923280 18446744073709551615 144797795 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/27366/statm: 10606 4991 1083 2985 0 7148 0
[pid=27366/tid=27370] ppid=27365 vsize=42424 CPUtime=10.15
/proc/27366/task/27370/stat : 27370 (pb_cplex) R 27365 27365 27215 0 -1 4202560 35575 0 0 0 992 23 0 0 16 0 2 0 146108377 43442176 4998 1992294400 134512640 146736320 4287923280 18446744073709551615 136402267 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 21.17
Current children cumulated vsize (KiB) 51124

[startup+25.5016 s]
/proc/loadavg: 1.94 1.83 1.24 4/109 27370
/proc/meminfo: memFree=1360092/2059040 swapFree=4139768/4192956
[pid=27365] ppid=27363 vsize=8700 CPUtime=0
/proc/27365/stat : 27365 (run) S 27363 27365 27215 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146108305 8908800 249 1992294400 4194304 4922060 140736755114064 18446744073709551615 208159743109 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27365/statm: 2175 249 208 178 0 68 0
[pid=27366] ppid=27365 vsize=47348 CPUtime=43.15
/proc/27366/stat : 27366 (pb_cplex) R 27365 27365 27215 0 -1 4202496 128356 0 0 0 4227 88 0 0 16 0 2 0 146108305 48484352 6155 1992294400 134512640 146736320 4287923280 18446744073709551615 136008065 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/27366/statm: 11837 6155 1071 2985 0 8379 0
[pid=27366/tid=27370] ppid=27365 vsize=47348 CPUtime=21.55
/proc/27366/task/27370/stat : 27370 (pb_cplex) R 27365 27365 27215 0 -1 4202560 65662 0 0 0 2112 43 0 0 18 0 2 0 146108377 48484352 6155 1992294400 134512640 146736320 4287923280 18446744073709551615 136008065 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 43.15
Current children cumulated vsize (KiB) 56048

[startup+51.1008 s]
/proc/loadavg: 2.01 1.86 1.27 5/109 27370
/proc/meminfo: memFree=1356992/2059040 swapFree=4139768/4192956
[pid=27365] ppid=27363 vsize=8700 CPUtime=0
/proc/27365/stat : 27365 (run) S 27363 27365 27215 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146108305 8908800 249 1992294400 4194304 4922060 140736755114064 18446744073709551615 208159743109 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27365/statm: 2175 249 208 178 0 68 0
[pid=27366] ppid=27365 vsize=51936 CPUtime=87.26
/proc/27366/stat : 27366 (pb_cplex) R 27365 27365 27215 0 -1 4202496 233656 0 0 0 8567 159 0 0 17 0 2 0 146108305 53182464 7157 1992294400 134512640 146736320 4287923280 18446744073709551615 136008050 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/27366/statm: 12984 7157 1074 2985 0 9526 0
[pid=27366/tid=27370] ppid=27365 vsize=51936 CPUtime=42.73
/proc/27366/task/27370/stat : 27370 (pb_cplex) S 27365 27365 27215 0 -1 4202560 124963 0 0 0 4193 80 0 0 21 0 2 0 146108377 53182464 7157 1992294400 134512640 146736320 4287923280 18446744073709551615 144580073 0 2 4096 16387 18446604437828955008 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 87.26
Current children cumulated vsize (KiB) 60636

[startup+102.309 s]
/proc/loadavg: 2.26 1.94 1.32 3/109 27372
/proc/meminfo: memFree=1348064/2059040 swapFree=4139768/4192956
[pid=27365] ppid=27363 vsize=8700 CPUtime=0
/proc/27365/stat : 27365 (run) S 27363 27365 27215 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146108305 8908800 249 1992294400 4194304 4922060 140736755114064 18446744073709551615 208159743109 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27365/statm: 2175 249 208 178 0 68 0
[pid=27366] ppid=27365 vsize=58440 CPUtime=175.79
/proc/27366/stat : 27366 (pb_cplex) R 27365 27365 27215 0 -1 4202496 368488 0 0 0 17334 245 0 0 17 0 2 0 146108305 59842560 8906 1992294400 134512640 146736320 4287923280 18446744073709551615 136008053 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/27366/statm: 14610 8906 1094 2985 0 11152 0
[pid=27366/tid=27370] ppid=27365 vsize=58440 CPUtime=86.66
/proc/27366/task/27370/stat : 27370 (pb_cplex) R 27365 27365 27215 0 -1 4202560 196975 0 0 0 8541 125 0 0 17 0 2 0 146108377 59842560 8906 1992294400 134512640 146736320 4287923280 18446744073709551615 136008306 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 175.79
Current children cumulated vsize (KiB) 67140

[startup+162.301 s]
/proc/loadavg: 1.75 1.87 1.34 3/109 27374
/proc/meminfo: memFree=1347072/2059040 swapFree=4139768/4192956
[pid=27365] ppid=27363 vsize=8700 CPUtime=0
/proc/27365/stat : 27365 (run) S 27363 27365 27215 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146108305 8908800 249 1992294400 4194304 4922060 140736755114064 18446744073709551615 208159743109 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27365/statm: 2175 249 208 178 0 68 0
[pid=27366] ppid=27365 vsize=65860 CPUtime=274.53
/proc/27366/stat : 27366 (pb_cplex) R 27365 27365 27215 0 -1 4202496 506814 0 0 0 27094 359 0 0 16 0 2 0 146108305 67440640 10241 1992294400 134512640 146736320 4287923280 18446744073709551615 136384854 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/27366/statm: 16465 10241 1082 2985 0 13007 0
[pid=27366/tid=27370] ppid=27365 vsize=65860 CPUtime=134.52
/proc/27366/task/27370/stat : 27370 (pb_cplex) S 27365 27365 27215 0 -1 4202560 265956 0 0 0 13271 181 0 0 17 0 2 0 146108377 67440640 10241 1992294400 134512640 146736320 4287923280 18446744073709551615 144580073 0 2 4096 16387 18446604437828955008 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 274.53
Current children cumulated vsize (KiB) 74560

[startup+222.302 s]
/proc/loadavg: 1.98 1.91 1.38 3/109 27376
/proc/meminfo: memFree=1344468/2059040 swapFree=4139768/4192956
[pid=27365] ppid=27363 vsize=8700 CPUtime=0
/proc/27365/stat : 27365 (run) S 27363 27365 27215 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146108305 8908800 249 1992294400 4194304 4922060 140736755114064 18446744073709551615 208159743109 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27365/statm: 2175 249 208 178 0 68 0
[pid=27366] ppid=27365 vsize=62236 CPUtime=377.92
/proc/27366/stat : 27366 (pb_cplex) R 27365 27365 27215 0 -1 4202496 668263 0 0 0 37280 512 0 0 17 0 2 0 146108305 63729664 9783 1992294400 134512640 146736320 4287923280 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/27366/statm: 15559 9783 1082 2985 0 12101 0
[pid=27366/tid=27370] ppid=27365 vsize=62236 CPUtime=185.01
/proc/27366/task/27370/stat : 27370 (pb_cplex) R 27365 27365 27215 0 -1 4202560 351179 0 0 0 18237 264 0 0 16 0 2 0 146108377 63729664 9783 1992294400 134512640 146736320 4287923280 18446744073709551615 135526863 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 377.92
Current children cumulated vsize (KiB) 70936

[startup+282.301 s]
/proc/loadavg: 1.80 1.87 1.40 3/109 27376
/proc/meminfo: memFree=1340004/2059040 swapFree=4139768/4192956
[pid=27365] ppid=27363 vsize=8700 CPUtime=0
/proc/27365/stat : 27365 (run) S 27363 27365 27215 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146108305 8908800 249 1992294400 4194304 4922060 140736755114064 18446744073709551615 208159743109 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27365/statm: 2175 249 208 178 0 68 0
[pid=27366] ppid=27365 vsize=66588 CPUtime=481.37
/proc/27366/stat : 27366 (pb_cplex) R 27365 27365 27215 0 -1 4202496 918009 0 0 0 47426 711 0 0 17 0 2 0 146108305 68186112 10877 1992294400 134512640 146736320 4287923280 18446744073709551615 135443365 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/27366/statm: 16647 10877 1082 2985 0 13189 0
[pid=27366/tid=27370] ppid=27365 vsize=66588 CPUtime=236.35
/proc/27366/task/27370/stat : 27370 (pb_cplex) R 27365 27365 27215 0 -1 4202560 454231 0 0 0 23282 353 0 0 16 0 2 0 146108377 68186112 10877 1992294400 134512640 146736320 4287923280 18446744073709551615 137084972 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 481.37
Current children cumulated vsize (KiB) 75288

[startup+342.301 s]
/proc/loadavg: 1.67 1.82 1.41 3/109 27378
/proc/meminfo: memFree=1334052/2059040 swapFree=4139768/4192956
[pid=27365] ppid=27363 vsize=8700 CPUtime=0
/proc/27365/stat : 27365 (run) S 27363 27365 27215 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146108305 8908800 249 1992294400 4194304 4922060 140736755114064 18446744073709551615 208159743109 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0

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

[pid=27366] ppid=27365 vsize=92028 CPUtime=898.28
/proc/27366/stat : 27366 (pb_cplex) R 27365 27365 27215 0 -1 4202496 1775542 0 0 0 88350 1478 0 0 16 0 2 0 146108305 94236672 16937 1992294400 134512640 146736320 4287923280 18446744073709551615 135454093 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/27366/statm: 23007 16937 1082 2985 0 19549 0
[pid=27366/tid=27370] ppid=27365 vsize=92028 CPUtime=441.26
/proc/27366/task/27370/stat : 27370 (pb_cplex) R 27365 27365 27215 0 -1 4202560 894301 0 0 0 43385 741 0 0 16 0 2 0 146108377 94236672 16937 1992294400 134512640 146736320 4287923280 18446744073709551615 135850304 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 898.28
Current children cumulated vsize (KiB) 100728

[startup+582.301 s]
/proc/loadavg: 1.92 1.80 1.48 3/109 27387
/proc/meminfo: memFree=1309864/2059040 swapFree=4139768/4192956
[pid=27365] ppid=27363 vsize=8700 CPUtime=0
/proc/27365/stat : 27365 (run) S 27363 27365 27215 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146108305 8908800 249 1992294400 4194304 4922060 140736755114064 18446744073709551615 208159743109 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27365/statm: 2175 249 208 178 0 68 0
[pid=27366] ppid=27365 vsize=97920 CPUtime=1003.5
/proc/27366/stat : 27366 (pb_cplex) S 27365 27365 27215 0 -1 4202496 1985998 0 0 0 98663 1687 0 0 16 0 2 0 146108305 100270080 18368 1992294400 134512640 146736320 4287923280 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/27366/statm: 24480 18368 1082 2985 0 21022 0
[pid=27366/tid=27370] ppid=27365 vsize=97920 CPUtime=492.99
/proc/27366/task/27370/stat : 27370 (pb_cplex) R 27365 27365 27215 0 -1 4202560 957663 0 0 0 48484 815 0 0 16 0 2 0 146108377 100270080 18368 1992294400 134512640 146736320 4287923280 18446744073709551615 135526786 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1003.5
Current children cumulated vsize (KiB) 106620

[startup+642.301 s]
/proc/loadavg: 2.05 1.84 1.51 3/109 27389
/proc/meminfo: memFree=1299696/2059040 swapFree=4139768/4192956
[pid=27365] ppid=27363 vsize=8700 CPUtime=0
/proc/27365/stat : 27365 (run) S 27363 27365 27215 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146108305 8908800 249 1992294400 4194304 4922060 140736755114064 18446744073709551615 208159743109 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27365/statm: 2175 249 208 178 0 68 0
[pid=27366] ppid=27365 vsize=108056 CPUtime=1108.97
/proc/27366/stat : 27366 (pb_cplex) R 27365 27365 27215 0 -1 4202496 2146662 0 0 0 109030 1867 0 0 16 0 2 0 146108305 110649344 20834 1992294400 134512640 146736320 4287923280 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/27366/statm: 27014 20834 1082 2985 0 23556 0
[pid=27366/tid=27370] ppid=27365 vsize=108056 CPUtime=545.31
/proc/27366/task/27370/stat : 27370 (pb_cplex) R 27365 27365 27215 0 -1 4202560 1072190 0 0 0 53603 928 0 0 16 0 2 0 146108377 110649344 20834 1992294400 134512640 146736320 4287923280 18446744073709551615 135851007 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1108.97
Current children cumulated vsize (KiB) 116756

[startup+702.301 s]
/proc/loadavg: 1.93 1.85 1.54 3/109 27391
/proc/meminfo: memFree=1291884/2059040 swapFree=4139768/4192956
[pid=27365] ppid=27363 vsize=8700 CPUtime=0
/proc/27365/stat : 27365 (run) S 27363 27365 27215 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146108305 8908800 249 1992294400 4194304 4922060 140736755114064 18446744073709551615 208159743109 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27365/statm: 2175 249 208 178 0 68 0
[pid=27366] ppid=27365 vsize=116624 CPUtime=1212.68
/proc/27366/stat : 27366 (pb_cplex) S 27365 27365 27215 0 -1 4202496 2321676 0 0 0 119208 2060 0 0 17 0 2 0 146108305 119422976 22930 1992294400 134512640 146736320 4287923280 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/27366/statm: 29156 22930 1082 2985 0 25698 0
[pid=27366/tid=27370] ppid=27365 vsize=116624 CPUtime=595.7
/proc/27366/task/27370/stat : 27370 (pb_cplex) R 27365 27365 27215 0 -1 4202560 1159718 0 0 0 58543 1027 0 0 16 0 2 0 146108377 119422976 22930 1992294400 134512640 146736320 4287923280 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1212.68
Current children cumulated vsize (KiB) 125324

[startup+762.309 s]
/proc/loadavg: 1.89 1.85 1.56 3/109 27393
/proc/meminfo: memFree=1281220/2059040 swapFree=4139768/4192956
[pid=27365] ppid=27363 vsize=8700 CPUtime=0
/proc/27365/stat : 27365 (run) S 27363 27365 27215 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146108305 8908800 249 1992294400 4194304 4922060 140736755114064 18446744073709551615 208159743109 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27365/statm: 2175 249 208 178 0 68 0
[pid=27366] ppid=27365 vsize=127428 CPUtime=1316.84
/proc/27366/stat : 27366 (pb_cplex) R 27365 27365 27215 0 -1 4202496 2482525 0 0 0 129427 2257 0 0 17 0 2 0 146108305 130486272 25525 1992294400 134512640 146736320 4287923280 18446744073709551615 135454073 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/27366/statm: 31857 25525 1082 2985 0 28399 0
[pid=27366/tid=27370] ppid=27365 vsize=127428 CPUtime=646.72
/proc/27366/task/27370/stat : 27370 (pb_cplex) R 27365 27365 27215 0 -1 4202560 1224242 0 0 0 63559 1113 0 0 16 0 2 0 146108377 130486272 25525 1992294400 134512640 146736320 4287923280 18446744073709551615 139023053 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1316.84
Current children cumulated vsize (KiB) 136128

[startup+822.302 s]
/proc/loadavg: 1.73 1.82 1.56 2/109 27395
/proc/meminfo: memFree=1272292/2059040 swapFree=4139768/4192956
[pid=27365] ppid=27363 vsize=8700 CPUtime=0
/proc/27365/stat : 27365 (run) S 27363 27365 27215 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146108305 8908800 249 1992294400 4194304 4922060 140736755114064 18446744073709551615 208159743109 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27365/statm: 2175 249 208 178 0 68 0
[pid=27366] ppid=27365 vsize=137484 CPUtime=1420.8
/proc/27366/stat : 27366 (pb_cplex) R 27365 27365 27215 0 -1 4202496 2609706 0 0 0 139656 2424 0 0 16 0 2 0 146108305 140783616 27960 1992294400 134512640 146736320 4287923280 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/27366/statm: 34371 27960 1082 2985 0 30913 0
[pid=27366/tid=27370] ppid=27365 vsize=137484 CPUtime=697.66
/proc/27366/task/27370/stat : 27370 (pb_cplex) R 27365 27365 27215 0 -1 4202560 1260583 0 0 0 68593 1173 0 0 16 0 2 0 146108377 140783616 27960 1992294400 134512640 146736320 4287923280 18446744073709551615 135851007 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1420.8
Current children cumulated vsize (KiB) 146184

[startup+882.302 s]
/proc/loadavg: 1.79 1.82 1.57 2/109 27395
/proc/meminfo: memFree=1262752/2059040 swapFree=4139768/4192956
[pid=27365] ppid=27363 vsize=8700 CPUtime=0
/proc/27365/stat : 27365 (run) S 27363 27365 27215 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146108305 8908800 249 1992294400 4194304 4922060 140736755114064 18446744073709551615 208159743109 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27365/statm: 2175 249 208 178 0 68 0
[pid=27366] ppid=27365 vsize=146020 CPUtime=1524.36
/proc/27366/stat : 27366 (pb_cplex) R 27365 27365 27215 0 -1 4202496 2811187 0 0 0 149809 2627 0 0 16 0 2 0 146108305 149524480 30084 1992294400 134512640 146736320 4287923280 18446744073709551615 144798020 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/27366/statm: 36505 30084 1082 2985 0 33047 0
[pid=27366/tid=27370] ppid=27365 vsize=146020 CPUtime=748.51
/proc/27366/task/27370/stat : 27370 (pb_cplex) R 27365 27365 27215 0 -1 4202560 1338451 0 0 0 73596 1255 0 0 16 0 2 0 146108377 149524480 30084 1992294400 134512640 146736320 4287923280 18446744073709551615 138378050 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1524.36
Current children cumulated vsize (KiB) 154720

[startup+942.301 s]
/proc/loadavg: 1.66 1.77 1.57 3/109 27397
/proc/meminfo: memFree=1252708/2059040 swapFree=4139768/4192956
[pid=27365] ppid=27363 vsize=8700 CPUtime=0
/proc/27365/stat : 27365 (run) S 27363 27365 27215 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146108305 8908800 249 1992294400 4194304 4922060 140736755114064 18446744073709551615 208159743109 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27365/statm: 2175 249 208 178 0 68 0
[pid=27366] ppid=27365 vsize=157444 CPUtime=1628.48
/proc/27366/stat : 27366 (pb_cplex) R 27365 27365 27215 0 -1 4202496 2977062 0 0 0 160030 2818 0 0 16 0 2 0 146108305 161222656 32717 1992294400 134512640 146736320 4287923280 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/27366/statm: 39361 32717 1082 2985 0 35903 0
[pid=27366/tid=27370] ppid=27365 vsize=157444 CPUtime=799.57
/proc/27366/task/27370/stat : 27370 (pb_cplex) R 27365 27365 27215 0 -1 4202560 1433396 0 0 0 78595 1362 0 0 16 0 2 0 146108377 161222656 32717 1992294400 134512640 146736320 4287923280 18446744073709551615 135850157 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1628.48
Current children cumulated vsize (KiB) 166144

[startup+1002.3 s]
/proc/loadavg: 1.83 1.80 1.59 3/109 27399
/proc/meminfo: memFree=1243408/2059040 swapFree=4139768/4192956
[pid=27365] ppid=27363 vsize=8700 CPUtime=0
/proc/27365/stat : 27365 (run) S 27363 27365 27215 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146108305 8908800 249 1992294400 4194304 4922060 140736755114064 18446744073709551615 208159743109 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27365/statm: 2175 249 208 178 0 68 0
[pid=27366] ppid=27365 vsize=166076 CPUtime=1731.56
/proc/27366/stat : 27366 (pb_cplex) R 27365 27365 27215 0 -1 4202496 3119663 0 0 0 170155 3001 0 0 16 0 2 0 146108305 170061824 34952 1992294400 134512640 146736320 4287923280 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/27366/statm: 41519 34952 1082 2985 0 38061 0
[pid=27366/tid=27370] ppid=27365 vsize=166076 CPUtime=850.7
/proc/27366/task/27370/stat : 27370 (pb_cplex) R 27365 27365 27215 0 -1 4202560 1489889 0 0 0 83625 1445 0 0 16 0 2 0 146108377 170061824 34952 1992294400 134512640 146736320 4287923280 18446744073709551615 135526786 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1731.56
Current children cumulated vsize (KiB) 174776



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1041.9 s]
/proc/loadavg: 1.77 1.79 1.59 3/109 27401
/proc/meminfo: memFree=1235844/2059040 swapFree=4139768/4192956
[pid=27365] ppid=27363 vsize=8700 CPUtime=0
/proc/27365/stat : 27365 (run) S 27363 27365 27215 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146108305 8908800 249 1992294400 4194304 4922060 140736755114064 18446744073709551615 208159743109 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27365/statm: 2175 249 208 178 0 68 0
[pid=27366] ppid=27365 vsize=174112 CPUtime=1800.04
/proc/27366/stat : 27366 (pb_cplex) R 27365 27365 27215 0 -1 4202496 3189680 0 0 0 176900 3104 0 0 16 0 2 0 146108305 178290688 36783 1992294400 134512640 146736320 4287923280 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/27366/statm: 43528 36783 1082 2985 0 40070 0
[pid=27366/tid=27370] ppid=27365 vsize=174112 CPUtime=884.43
/proc/27366/task/27370/stat : 27370 (pb_cplex) R 27365 27365 27215 0 -1 4202560 1545377 0 0 0 86932 1511 0 0 16 0 2 0 146108377 178290688 36783 1992294400 134512640 146736320 4287923280 18446744073709551615 135453925 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 182812

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

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

[startup+1041.9 s]
/proc/loadavg: 1.77 1.79 1.59 3/109 27401
/proc/meminfo: memFree=1235844/2059040 swapFree=4139768/4192956
[pid=27365] ppid=27363 vsize=8700 CPUtime=0
/proc/27365/stat : 27365 (run) S 27363 27365 27215 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146108305 8908800 249 1992294400 4194304 4922060 140736755114064 18446744073709551615 208159743109 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27365/statm: 2175 249 208 178 0 68 0
[pid=27366] ppid=27365 vsize=174112 CPUtime=1800.04
/proc/27366/stat : 27366 (pb_cplex) R 27365 27365 27215 0 -1 4202496 3189680 0 0 0 176900 3104 0 0 16 0 2 0 146108305 178290688 36783 1992294400 134512640 146736320 4287923280 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/27366/statm: 43528 36783 1082 2985 0 40070 0
[pid=27366/tid=27370] ppid=27365 vsize=174112 CPUtime=884.43
/proc/27366/task/27370/stat : 27370 (pb_cplex) R 27365 27365 27215 0 -1 4202560 1545377 0 0 0 86932 1511 0 0 16 0 2 0 146108377 178290688 36783 1992294400 134512640 146736320 4287923280 18446744073709551615 135453925 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 182812

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1041.92
CPU time (s): 1800.04
CPU user time (s): 1769
CPU system time (s): 31.04
CPU usage (%): 172.762
Max. virtual memory (cumulated for all children) (KiB): 195484

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

The end

Launcher Data

Begin job on node057 at 2010-07-02 07:22:55
IDJOB=2696943
IDBENCH=47977
IDSOLVER=1209
FILE ID=node057/2696943-1278048175
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=97-P1=11-P2=73-P3=43-P4=127-P5=127-P6=37-P7=127-P8=5-B.opb
COMMAND LINE= run BENCHNAME
CONVERSION SCRIPT= PBconversionToLinear BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2696943-1278048175/watcher-2696943-1278048175 -o /tmp/evaluation-result-2696943-1278048175/solver-2696943-1278048175 -C 1800 -W 2000 -M 1800  run HOME/instance-2696943-1278048175.opb

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

MD5SUM BENCH= 44a2a8c9706392fba8f7dee35869ba61
RANDOM SEED=268490833

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:       1381352 kB
Buffers:        149116 kB
Cached:         419332 kB
SwapCached:       6588 kB
Active:         227548 kB
Inactive:       354424 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1381352 kB
SwapTotal:     4192956 kB
SwapFree:      4139768 kB
Dirty:           16636 kB
Writeback:           0 kB
AnonPages:       11840 kB
Mapped:          12092 kB
Slab:            73800 kB
PageTables:       4172 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181548 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-2696943-1278048175.opb

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