Trace number 2696906

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.08 1028.22

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=8-P0=43-P1=131-P2=257-P3=71-P4=149-P5=223-P6=167-B.opb
MD5SUM29d9c644cbc560d09c0ca2d5a8d36791
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark0.517921
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 variables144
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 constraint8
Maximum length of a constraint80
Number of terms in the objective function 8
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 255
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 32768
Number of bits of the biggest number in a constraint 16
Biggest sum of numbers in a constraint 130560
Number of bits of the biggest sum of numbers17
Number of products (including duplicates)384
Sum of products size (including duplicates)768
Number of different products384
Sum of products size768

Solver Data

0.00/0.00	c pb_cplex 1.0 - 20100701
0.00/0.00	c Parsing opb file format. File HOME/instance-2696906-1278047147.opb.
0.00/0.00	c Instance file HOME/instance-2696906-1278047147.opb
0.00/0.00	c File size is 28515 bytes.
0.00/0.02	c Highest Coefficient sum: 130560
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:      528                                                 |
0.00/0.02	c |  Number Constraints:    781                                                 |
0.00/0.02	c ===============================================================================
1800.08/1028.21	c Remaining time 1799.98 sec.
1800.08/1028.21	c 
1800.08/1028.21	c *** INTERRUPTED ***
1800.08/1028.21	s UNKNOWN
1800.08/1028.21	c Total CPU time              : 1774.47 s
1800.08/1028.21	c Memory used           : 73.80 MB
1800.08/1028.21	c CPU time              : 1774.47 s
1800.08/1028.21	c 
1800.08/1028.21	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-2696906-1278047147/watcher-2696906-1278047147 -o /tmp/evaluation-result-2696906-1278047147/solver-2696906-1278047147 -C 1800 -W 2000 -M 1800 run HOME/instance-2696906-1278047147.opb 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.08 0.02 0.01 3/106 24673
/proc/meminfo: memFree=1476024/2059040 swapFree=4139344/4192956
[pid=24673] ppid=24671 vsize=8700 CPUtime=0
/proc/24673/stat : 24673 (run) R 24671 24673 24640 0 -1 4202496 349 0 0 0 0 0 0 0 20 0 1 0 180318451 8908800 249 1992294400 4194304 4922060 140733316563200 18446744073709551615 228898480533 0 65538 4100 65536 0 0 0 17 1 0 0 0
/proc/24673/statm: 2175 249 208 178 0 68 0

[startup+0.037869 s]
/proc/loadavg: 0.08 0.02 0.01 3/106 24673
/proc/meminfo: memFree=1476024/2059040 swapFree=4139344/4192956
[pid=24673] ppid=24671 vsize=8700 CPUtime=0
/proc/24673/stat : 24673 (run) S 24671 24673 24640 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 180318451 8908800 249 1992294400 4194304 4922060 140733316563200 18446744073709551615 228898479237 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/24673/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100868 s]
/proc/loadavg: 0.08 0.02 0.01 3/106 24673
/proc/meminfo: memFree=1476024/2059040 swapFree=4139344/4192956
[pid=24673] ppid=24671 vsize=8700 CPUtime=0
/proc/24673/stat : 24673 (run) S 24671 24673 24640 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 180318451 8908800 249 1992294400 4194304 4922060 140733316563200 18446744073709551615 228898479237 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/24673/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.303365 s]
/proc/loadavg: 0.08 0.02 0.01 3/106 24673
/proc/meminfo: memFree=1476024/2059040 swapFree=4139344/4192956
[pid=24673] ppid=24671 vsize=8700 CPUtime=0
/proc/24673/stat : 24673 (run) S 24671 24673 24640 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 180318451 8908800 249 1992294400 4194304 4922060 140733316563200 18446744073709551615 228898479237 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/24673/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.701413 s]
/proc/loadavg: 0.08 0.02 0.01 3/106 24673
/proc/meminfo: memFree=1476024/2059040 swapFree=4139344/4192956
[pid=24673] ppid=24671 vsize=8700 CPUtime=0
/proc/24673/stat : 24673 (run) S 24671 24673 24640 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 180318451 8908800 249 1992294400 4194304 4922060 140733316563200 18446744073709551615 228898479237 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/24673/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.5015 s]
/proc/loadavg: 0.08 0.02 0.01 2/109 24678
/proc/meminfo: memFree=1467568/2059040 swapFree=4139344/4192956
[pid=24673] ppid=24671 vsize=8700 CPUtime=0
/proc/24673/stat : 24673 (run) S 24671 24673 24640 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 180318451 8908800 249 1992294400 4194304 4922060 140733316563200 18446744073709551615 228898479237 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/24673/statm: 2175 249 208 178 0 68 0
[pid=24674] ppid=24673 vsize=33884 CPUtime=2.16
/proc/24674/stat : 24674 (pb_cplex) R 24673 24673 24640 0 -1 4202496 10893 0 0 0 208 8 0 0 17 0 2 0 180318451 34697216 3132 1992294400 134512640 146736320 4293728288 18446744073709551615 139046527 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/24674/statm: 8471 3132 1070 2985 0 5013 0
[pid=24674/tid=24678] ppid=24673 vsize=33884 CPUtime=0.62
/proc/24674/task/24678/stat : 24678 (pb_cplex) R 24673 24673 24640 0 -1 4202560 6597 0 0 0 59 3 0 0 17 0 2 0 180318529 34697216 3132 1992294400 134512640 146736320 4293728288 18446744073709551615 135535788 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.16
Current children cumulated vsize (KiB) 42584

[startup+3.10168 s]
/proc/loadavg: 0.08 0.02 0.01 3/109 24678
/proc/meminfo: memFree=1465708/2059040 swapFree=4139344/4192956
[pid=24673] ppid=24671 vsize=8700 CPUtime=0
/proc/24673/stat : 24673 (run) S 24671 24673 24640 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 180318451 8908800 249 1992294400 4194304 4922060 140733316563200 18446744073709551615 228898479237 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/24673/statm: 2175 249 208 178 0 68 0
[pid=24674] ppid=24673 vsize=37052 CPUtime=4.98
/proc/24674/stat : 24674 (pb_cplex) S 24673 24673 24640 0 -1 4202496 22298 0 0 0 481 17 0 0 17 0 2 0 180318451 37941248 3799 1992294400 134512640 146736320 4293728288 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/24674/statm: 9263 3799 1070 2985 0 5805 0
[pid=24674/tid=24678] ppid=24673 vsize=37052 CPUtime=2.01
/proc/24674/task/24678/stat : 24678 (pb_cplex) R 24673 24673 24640 0 -1 4202560 15342 0 0 0 193 8 0 0 17 0 2 0 180318529 37941248 3799 1992294400 134512640 146736320 4293728288 18446744073709551615 136017777 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4.98
Current children cumulated vsize (KiB) 45752

[startup+6.30103 s]
/proc/loadavg: 0.23 0.05 0.02 3/109 24678
/proc/meminfo: memFree=1461244/2059040 swapFree=4139344/4192956
[pid=24673] ppid=24671 vsize=8700 CPUtime=0
/proc/24673/stat : 24673 (run) S 24671 24673 24640 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 180318451 8908800 249 1992294400 4194304 4922060 140733316563200 18446744073709551615 228898479237 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/24673/statm: 2175 249 208 178 0 68 0
[pid=24674] ppid=24673 vsize=42496 CPUtime=10.53
/proc/24674/stat : 24674 (pb_cplex) S 24673 24673 24640 0 -1 4202496 38713 0 0 0 1022 31 0 0 16 0 2 0 180318451 43515904 4971 1992294400 134512640 146736320 4293728288 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/24674/statm: 10624 4971 1095 2985 0 7166 0
[pid=24674/tid=24678] ppid=24673 vsize=42496 CPUtime=4.74
/proc/24674/task/24678/stat : 24678 (pb_cplex) R 24673 24673 24640 0 -1 4202560 24369 0 0 0 458 16 0 0 16 0 2 0 180318529 43515904 4971 1992294400 134512640 146736320 4293728288 18446744073709551615 136008042 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 10.53
Current children cumulated vsize (KiB) 51196

[startup+12.7017 s]
/proc/loadavg: 0.45 0.10 0.03 3/109 24678
/proc/meminfo: memFree=1458268/2059040 swapFree=4139344/4192956
[pid=24673] ppid=24671 vsize=8700 CPUtime=0
/proc/24673/stat : 24673 (run) S 24671 24673 24640 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 180318451 8908800 249 1992294400 4194304 4922060 140733316563200 18446744073709551615 228898479237 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/24673/statm: 2175 249 208 178 0 68 0
[pid=24674] ppid=24673 vsize=45832 CPUtime=20.99
/proc/24674/stat : 24674 (pb_cplex) R 24673 24673 24640 0 -1 4202496 75885 0 0 0 2044 55 0 0 16 0 2 0 180318451 46931968 5790 1992294400 134512640 146736320 4293728288 18446744073709551615 135851010 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/24674/statm: 11458 5790 1071 2985 0 8000 0
[pid=24674/tid=24678] ppid=24673 vsize=45832 CPUtime=9.66
/proc/24674/task/24678/stat : 24678 (pb_cplex) R 24673 24673 24640 0 -1 4202560 42607 0 0 0 940 26 0 0 16 0 2 0 180318529 46931968 5790 1992294400 134512640 146736320 4293728288 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 20.99
Current children cumulated vsize (KiB) 54532

[startup+25.5012 s]
/proc/loadavg: 0.87 0.21 0.07 3/109 24678
/proc/meminfo: memFree=1451076/2059040 swapFree=4139344/4192956
[pid=24673] ppid=24671 vsize=8700 CPUtime=0
/proc/24673/stat : 24673 (run) S 24671 24673 24640 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 180318451 8908800 249 1992294400 4194304 4922060 140733316563200 18446744073709551615 228898479237 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/24673/statm: 2175 249 208 178 0 68 0
[pid=24674] ppid=24673 vsize=50760 CPUtime=41.88
/proc/24674/stat : 24674 (pb_cplex) R 24673 24673 24640 0 -1 4202496 141897 0 0 0 4087 101 0 0 16 0 2 0 180318451 51978240 6990 1992294400 134512640 146736320 4293728288 18446744073709551615 136403109 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/24674/statm: 12690 6990 1071 2985 0 9232 0
[pid=24674/tid=24678] ppid=24673 vsize=50760 CPUtime=20.17
/proc/24674/task/24678/stat : 24678 (pb_cplex) S 24673 24673 24640 0 -1 4202560 80296 0 0 0 1965 52 0 0 17 0 2 0 180318529 51978240 6990 1992294400 134512640 146736320 4293728288 18446744073709551615 144580073 0 2 4096 16387 18446604437827008384 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 41.88
Current children cumulated vsize (KiB) 59460

[startup+51.101 s]
/proc/loadavg: 1.19 0.33 0.11 3/109 24680
/proc/meminfo: memFree=1441280/2059040 swapFree=4139344/4192956
[pid=24673] ppid=24671 vsize=8700 CPUtime=0
/proc/24673/stat : 24673 (run) S 24671 24673 24640 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 180318451 8908800 249 1992294400 4194304 4922060 140733316563200 18446744073709551615 228898479237 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/24673/statm: 2175 249 208 178 0 68 0
[pid=24674] ppid=24673 vsize=60900 CPUtime=83.51
/proc/24674/stat : 24674 (pb_cplex) R 24673 24673 24640 0 -1 4202496 251153 0 0 0 8178 173 0 0 15 0 2 0 180318451 62361600 9494 1992294400 134512640 146736320 4293728288 18446744073709551615 135446782 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/24674/statm: 15225 9494 1071 2985 0 11767 0
[pid=24674/tid=24678] ppid=24673 vsize=60900 CPUtime=41.86
/proc/24674/task/24678/stat : 24678 (pb_cplex) R 24673 24673 24640 0 -1 4202560 141917 0 0 0 4094 92 0 0 18 0 2 0 180318529 62361600 9494 1992294400 134512640 146736320 4293728288 18446744073709551615 136015544 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 83.51
Current children cumulated vsize (KiB) 69600

[startup+102.309 s]
/proc/loadavg: 1.46 0.53 0.19 3/109 24680
/proc/meminfo: memFree=1439048/2059040 swapFree=4139344/4192956
[pid=24673] ppid=24671 vsize=8700 CPUtime=0
/proc/24673/stat : 24673 (run) S 24671 24673 24640 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 180318451 8908800 249 1992294400 4194304 4922060 140733316563200 18446744073709551615 228898479237 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/24673/statm: 2175 249 208 178 0 68 0
[pid=24674] ppid=24673 vsize=62728 CPUtime=163.46
/proc/24674/stat : 24674 (pb_cplex) R 24673 24673 24640 0 -1 4202496 334279 0 0 0 16112 234 0 0 16 0 2 0 180318451 64233472 10018 1992294400 134512640 146736320 4293728288 18446744073709551615 136400653 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/24674/statm: 15682 10018 1096 2985 0 12224 0
[pid=24674/tid=24678] ppid=24673 vsize=62728 CPUtime=77.84
/proc/24674/task/24678/stat : 24678 (pb_cplex) S 24673 24673 24640 0 -1 4202560 172019 0 0 0 7668 116 0 0 16 0 2 0 180318529 64233472 10018 1992294400 134512640 146736320 4293728288 18446744073709551615 144580073 0 2 4096 16387 18446604437827008384 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 163.46
Current children cumulated vsize (KiB) 71428

[startup+162.301 s]
/proc/loadavg: 1.71 0.76 0.29 3/109 24682
/proc/meminfo: memFree=1438056/2059040 swapFree=4139344/4192956
[pid=24673] ppid=24671 vsize=8700 CPUtime=0
/proc/24673/stat : 24673 (run) S 24671 24673 24640 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 180318451 8908800 249 1992294400 4194304 4922060 140733316563200 18446744073709551615 228898479237 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/24673/statm: 2175 249 208 178 0 68 0
[pid=24674] ppid=24673 vsize=63760 CPUtime=264.95
/proc/24674/stat : 24674 (pb_cplex) R 24673 24673 24640 0 -1 4202496 519609 0 0 0 26104 391 0 0 18 0 2 0 180318451 65290240 10282 1992294400 134512640 146736320 4293728288 18446744073709551615 135526856 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/24674/statm: 15940 10282 1096 2985 0 12482 0
[pid=24674/tid=24678] ppid=24673 vsize=63760 CPUtime=124.86
/proc/24674/task/24678/stat : 24678 (pb_cplex) R 24673 24673 24640 0 -1 4202560 234240 0 0 0 12310 176 0 0 16 0 2 0 180318529 65290240 10282 1992294400 134512640 146736320 4293728288 18446744073709551615 135446564 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 264.95
Current children cumulated vsize (KiB) 72460

[startup+222.301 s]
/proc/loadavg: 1.95 1.01 0.40 3/109 24684
/proc/meminfo: memFree=1437560/2059040 swapFree=4139344/4192956
[pid=24673] ppid=24671 vsize=8700 CPUtime=0
/proc/24673/stat : 24673 (run) S 24671 24673 24640 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 180318451 8908800 249 1992294400 4194304 4922060 140733316563200 18446744073709551615 228898479237 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/24673/statm: 2175 249 208 178 0 68 0
[pid=24674] ppid=24673 vsize=63824 CPUtime=369.03
/proc/24674/stat : 24674 (pb_cplex) R 24673 24673 24640 0 -1 4202496 757663 0 0 0 36315 588 0 0 16 0 2 0 180318451 65355776 10390 1992294400 134512640 146736320 4293728288 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/24674/statm: 15956 10390 1096 2985 0 12498 0
[pid=24674/tid=24678] ppid=24673 vsize=63824 CPUtime=177.23
/proc/24674/task/24678/stat : 24678 (pb_cplex) R 24673 24673 24640 0 -1 4202560 350780 0 0 0 17448 275 0 0 16 0 2 0 180318529 65355776 10390 1992294400 134512640 146736320 4293728288 18446744073709551615 135450566 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 369.03
Current children cumulated vsize (KiB) 72524

[startup+282.302 s]
/proc/loadavg: 2.10 1.23 0.51 3/109 24686
/proc/meminfo: memFree=1437064/2059040 swapFree=4139344/4192956
[pid=24673] ppid=24671 vsize=8700 CPUtime=0
/proc/24673/stat : 24673 (run) S 24671 24673 24640 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 180318451 8908800 249 1992294400 4194304 4922060 140733316563200 18446744073709551615 228898479237 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/24673/statm: 2175 249 208 178 0 68 0
[pid=24674] ppid=24673 vsize=65440 CPUtime=476.75
/proc/24674/stat : 24674 (pb_cplex) R 24673 24673 24640 0 -1 4202496 916077 0 0 0 46910 765 0 0 17 0 2 0 180318451 67010560 10573 1992294400 134512640 146736320 4293728288 18446744073709551615 136402270 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/24674/statm: 16360 10573 1096 2985 0 12902 0
[pid=24674/tid=24678] ppid=24673 vsize=65440 CPUtime=230.66
/proc/24674/task/24678/stat : 24678 (pb_cplex) R 24673 24673 24640 0 -1 4202560 452951 0 0 0 22688 378 0 0 17 0 2 0 180318529 67010560 10573 1992294400 134512640 146736320 4293728288 18446744073709551615 136008423 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 476.75
Current children cumulated vsize (KiB) 74140

[startup+342.301 s]
/proc/loadavg: 2.33 1.46 0.64 3/109 24688
/proc/meminfo: memFree=1434336/2059040 swapFree=4139344/4192956
[pid=24673] ppid=24671 vsize=8700 CPUtime=0
/proc/24673/stat : 24673 (run) S 24671 24673 24640 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 180318451 8908800 249 1992294400 4194304 4922060 140733316563200 18446744073709551615 228898479237 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0

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

[pid=24674] ppid=24673 vsize=70700 CPUtime=796.78
/proc/24674/stat : 24674 (pb_cplex) R 24673 24673 24640 0 -1 4202496 1432931 0 0 0 78422 1256 0 0 17 0 2 0 180318451 72396800 11824 1992294400 134512640 146736320 4293728288 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/24674/statm: 17675 11824 1096 2985 0 14217 0
[pid=24674/tid=24678] ppid=24673 vsize=70700 CPUtime=389.46
/proc/24674/task/24678/stat : 24678 (pb_cplex) S 24673 24673 24640 0 -1 4202560 737283 0 0 0 38301 645 0 0 16 0 2 0 180318529 72396800 11824 1992294400 134512640 146736320 4293728288 18446744073709551615 144580073 0 2 4096 16387 18446604437827008384 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 796.78
Current children cumulated vsize (KiB) 79400

[startup+522.301 s]
/proc/loadavg: 2.05 1.76 0.90 3/109 24695
/proc/meminfo: memFree=1431608/2059040 swapFree=4139344/4192956
[pid=24673] ppid=24671 vsize=8700 CPUtime=0
/proc/24673/stat : 24673 (run) S 24671 24673 24640 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 180318451 8908800 249 1992294400 4194304 4922060 140733316563200 18446744073709551615 228898479237 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/24673/statm: 2175 249 208 178 0 68 0
[pid=24674] ppid=24673 vsize=70700 CPUtime=903.04
/proc/24674/stat : 24674 (pb_cplex) S 24673 24673 24640 0 -1 4202496 1500869 0 0 0 88948 1356 0 0 17 0 2 0 180318451 72396800 11840 1992294400 134512640 146736320 4293728288 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/24674/statm: 17675 11840 1096 2985 0 14217 0
[pid=24674/tid=24678] ppid=24673 vsize=70700 CPUtime=442.35
/proc/24674/task/24678/stat : 24678 (pb_cplex) R 24673 24673 24640 0 -1 4202560 774195 0 0 0 43539 696 0 0 16 0 2 0 180318529 72396800 11840 1992294400 134512640 146736320 4293728288 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 903.04
Current children cumulated vsize (KiB) 79400

[startup+582.302 s]
/proc/loadavg: 1.92 1.77 0.95 2/109 24697
/proc/meminfo: memFree=1431608/2059040 swapFree=4139344/4192956
[pid=24673] ppid=24671 vsize=8700 CPUtime=0
/proc/24673/stat : 24673 (run) S 24671 24673 24640 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 180318451 8908800 249 1992294400 4194304 4922060 140733316563200 18446744073709551615 228898479237 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/24673/statm: 2175 249 208 178 0 68 0
[pid=24674] ppid=24673 vsize=70980 CPUtime=1010.25
/proc/24674/stat : 24674 (pb_cplex) R 24673 24673 24640 0 -1 4202496 1559462 0 0 0 99567 1458 0 0 17 0 2 0 180318451 72683520 11873 1992294400 134512640 146736320 4293728288 18446744073709551615 137014884 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/24674/statm: 17745 11873 1096 2985 0 14287 0
[pid=24674/tid=24678] ppid=24673 vsize=70980 CPUtime=495.82
/proc/24674/task/24678/stat : 24678 (pb_cplex) R 24673 24673 24640 0 -1 4202560 803142 0 0 0 48836 746 0 0 16 0 2 0 180318529 72683520 11873 1992294400 134512640 146736320 4293728288 18446744073709551615 139028298 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1010.25
Current children cumulated vsize (KiB) 79680

[startup+642.302 s]
/proc/loadavg: 1.91 1.80 1.01 2/109 24699
/proc/meminfo: memFree=1431360/2059040 swapFree=4139344/4192956
[pid=24673] ppid=24671 vsize=8700 CPUtime=0
/proc/24673/stat : 24673 (run) S 24671 24673 24640 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 180318451 8908800 249 1992294400 4194304 4922060 140733316563200 18446744073709551615 228898479237 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/24673/statm: 2175 249 208 178 0 68 0
[pid=24674] ppid=24673 vsize=71420 CPUtime=1116.58
/proc/24674/stat : 24674 (pb_cplex) R 24673 24673 24640 0 -1 4202496 1687510 0 0 0 110057 1601 0 0 17 0 2 0 180318451 73134080 11983 1992294400 134512640 146736320 4293728288 18446744073709551615 144580332 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/24674/statm: 17855 11983 1096 2985 0 14397 0
[pid=24674/tid=24678] ppid=24673 vsize=71420 CPUtime=548.65
/proc/24674/task/24678/stat : 24678 (pb_cplex) R 24673 24673 24640 0 -1 4202560 843052 0 0 0 54066 799 0 0 15 0 2 0 180318529 73134080 11983 1992294400 134512640 146736320 4293728288 18446744073709551615 135851011 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1116.58
Current children cumulated vsize (KiB) 80120

[startup+702.301 s]
/proc/loadavg: 1.90 1.81 1.06 3/109 24699
/proc/meminfo: memFree=1430244/2059040 swapFree=4139344/4192956
[pid=24673] ppid=24671 vsize=8700 CPUtime=0
/proc/24673/stat : 24673 (run) S 24671 24673 24640 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 180318451 8908800 249 1992294400 4194304 4922060 140733316563200 18446744073709551615 228898479237 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/24673/statm: 2175 249 208 178 0 68 0
[pid=24674] ppid=24673 vsize=73108 CPUtime=1223.23
/proc/24674/stat : 24674 (pb_cplex) R 24673 24673 24640 0 -1 4202496 1818605 0 0 0 120577 1746 0 0 17 0 2 0 180318451 74862592 12397 1992294400 134512640 146736320 4293728288 18446744073709551615 135526778 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/24674/statm: 18277 12397 1096 2985 0 14819 0
[pid=24674/tid=24678] ppid=24673 vsize=73108 CPUtime=601.91
/proc/24674/task/24678/stat : 24678 (pb_cplex) R 24673 24673 24640 0 -1 4202560 884697 0 0 0 59336 855 0 0 16 0 2 0 180318529 74862592 12397 1992294400 134512640 146736320 4293728288 18446744073709551615 136402275 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1223.23
Current children cumulated vsize (KiB) 81808

[startup+762.31 s]
/proc/loadavg: 1.70 1.77 1.09 3/109 24701
/proc/meminfo: memFree=1428260/2059040 swapFree=4139344/4192956
[pid=24673] ppid=24671 vsize=8700 CPUtime=0
/proc/24673/stat : 24673 (run) S 24671 24673 24640 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 180318451 8908800 249 1992294400 4194304 4922060 140733316563200 18446744073709551615 228898479237 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/24673/statm: 2175 249 208 178 0 68 0
[pid=24674] ppid=24673 vsize=73668 CPUtime=1329.14
/proc/24674/stat : 24674 (pb_cplex) R 24673 24673 24640 0 -1 4202496 1921351 0 0 0 131030 1884 0 0 16 0 2 0 180318451 75436032 12644 1992294400 134512640 146736320 4293728288 18446744073709551615 135450751 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/24674/statm: 18417 12644 1096 2985 0 14959 0
[pid=24674/tid=24678] ppid=24673 vsize=73668 CPUtime=654.1
/proc/24674/task/24678/stat : 24678 (pb_cplex) R 24673 24673 24640 0 -1 4202560 943080 0 0 0 64478 932 0 0 17 0 2 0 180318529 75436032 12644 1992294400 134512640 146736320 4293728288 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1329.14
Current children cumulated vsize (KiB) 82368

[startup+822.302 s]
/proc/loadavg: 1.95 1.83 1.15 2/109 24703
/proc/meminfo: memFree=1427764/2059040 swapFree=4139344/4192956
[pid=24673] ppid=24671 vsize=8700 CPUtime=0
/proc/24673/stat : 24673 (run) S 24671 24673 24640 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 180318451 8908800 249 1992294400 4194304 4922060 140733316563200 18446744073709551615 228898479237 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/24673/statm: 2175 249 208 178 0 68 0
[pid=24674] ppid=24673 vsize=74484 CPUtime=1435.19
/proc/24674/stat : 24674 (pb_cplex) S 24673 24673 24640 0 -1 4202496 2020154 0 0 0 141502 2017 0 0 16 0 2 0 180318451 76271616 12772 1992294400 134512640 146736320 4293728288 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/24674/statm: 18621 12772 1096 2985 0 15163 0
[pid=24674/tid=24678] ppid=24673 vsize=74484 CPUtime=706.61
/proc/24674/task/24678/stat : 24678 (pb_cplex) R 24673 24673 24640 0 -1 4202560 977959 0 0 0 69673 988 0 0 16 0 2 0 180318529 76271616 12772 1992294400 134512640 146736320 4293728288 18446744073709551615 135454093 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1435.19
Current children cumulated vsize (KiB) 83184

[startup+882.301 s]
/proc/loadavg: 1.85 1.82 1.19 3/109 24705
/proc/meminfo: memFree=1427392/2059040 swapFree=4139344/4192956
[pid=24673] ppid=24671 vsize=8700 CPUtime=0
/proc/24673/stat : 24673 (run) S 24671 24673 24640 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 180318451 8908800 249 1992294400 4194304 4922060 140733316563200 18446744073709551615 228898479237 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/24673/statm: 2175 249 208 178 0 68 0
[pid=24674] ppid=24673 vsize=74936 CPUtime=1541.86
/proc/24674/stat : 24674 (pb_cplex) R 24673 24673 24640 0 -1 4202496 2121622 0 0 0 152028 2158 0 0 17 0 2 0 180318451 76734464 12840 1992294400 134512640 146736320 4293728288 18446744073709551615 135526881 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/24674/statm: 18734 12840 1096 2985 0 15276 0
[pid=24674/tid=24678] ppid=24673 vsize=74936 CPUtime=759.53
/proc/24674/task/24678/stat : 24678 (pb_cplex) R 24673 24673 24640 0 -1 4202560 1038776 0 0 0 74887 1066 0 0 16 0 2 0 180318529 76734464 12840 1992294400 134512640 146736320 4293728288 18446744073709551615 135468704 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1541.86
Current children cumulated vsize (KiB) 83636

[startup+942.302 s]
/proc/loadavg: 1.92 1.84 1.23 3/109 24707
/proc/meminfo: memFree=1427268/2059040 swapFree=4139344/4192956
[pid=24673] ppid=24671 vsize=8700 CPUtime=0
/proc/24673/stat : 24673 (run) S 24671 24673 24640 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 180318451 8908800 249 1992294400 4194304 4922060 140733316563200 18446744073709551615 228898479237 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/24673/statm: 2175 249 208 178 0 68 0
[pid=24674] ppid=24673 vsize=75248 CPUtime=1648.45
/proc/24674/stat : 24674 (pb_cplex) R 24673 24673 24640 0 -1 4202496 2240107 0 0 0 162520 2325 0 0 17 0 2 0 180318451 77053952 12956 1992294400 134512640 146736320 4293728288 18446744073709551615 136016585 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/24674/statm: 18812 12956 1096 2985 0 15354 0
[pid=24674/tid=24678] ppid=24673 vsize=75248 CPUtime=812.44
/proc/24674/task/24678/stat : 24678 (pb_cplex) R 24673 24673 24640 0 -1 4202560 1082032 0 0 0 80104 1140 0 0 16 0 2 0 180318529 77053952 12956 1992294400 134512640 146736320 4293728288 18446744073709551615 135443431 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1648.45
Current children cumulated vsize (KiB) 83948

[startup+1002.3 s]
/proc/loadavg: 1.76 1.81 1.26 2/109 24707
/proc/meminfo: memFree=1427268/2059040 swapFree=4139344/4192956
[pid=24673] ppid=24671 vsize=8700 CPUtime=0
/proc/24673/stat : 24673 (run) S 24671 24673 24640 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 180318451 8908800 249 1992294400 4194304 4922060 140733316563200 18446744073709551615 228898479237 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/24673/statm: 2175 249 208 178 0 68 0
[pid=24674] ppid=24673 vsize=75372 CPUtime=1754.21
/proc/24674/stat : 24674 (pb_cplex) R 24673 24673 24640 0 -1 4202496 2354838 0 0 0 172936 2485 0 0 17 0 2 0 180318451 77180928 13059 1992294400 134512640 146736320 4293728288 18446744073709551615 135850319 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/24674/statm: 18843 13059 1096 2985 0 15385 0
[pid=24674/tid=24678] ppid=24673 vsize=75372 CPUtime=865.17
/proc/24674/task/24678/stat : 24678 (pb_cplex) R 24673 24673 24640 0 -1 4202560 1150015 0 0 0 85290 1227 0 0 16 0 2 0 180318529 77180928 13059 1992294400 134512640 146736320 4293728288 18446744073709551615 135526785 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1754.21
Current children cumulated vsize (KiB) 84072



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1028.2 s]
/proc/loadavg: 1.77 1.80 1.27 3/109 24709
/proc/meminfo: memFree=1426524/2059040 swapFree=4139344/4192956
[pid=24673] ppid=24671 vsize=8700 CPUtime=0
/proc/24673/stat : 24673 (run) S 24671 24673 24640 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 180318451 8908800 249 1992294400 4194304 4922060 140733316563200 18446744073709551615 228898479237 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/24673/statm: 2175 249 208 178 0 68 0
[pid=24674] ppid=24673 vsize=75568 CPUtime=1800.08
/proc/24674/stat : 24674 (pb_cplex) S 24673 24673 24640 0 -1 4202496 2423498 0 0 0 177446 2562 0 0 16 0 2 0 180318451 77381632 13100 1992294400 134512640 146736320 4293728288 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/24674/statm: 18892 13100 1096 2985 0 15434 0
[pid=24674/tid=24678] ppid=24673 vsize=75568 CPUtime=887.9
/proc/24674/task/24678/stat : 24678 (pb_cplex) R 24673 24673 24640 0 -1 4202560 1197838 0 0 0 87515 1275 0 0 16 0 2 0 180318529 77381632 13100 1992294400 134512640 146736320 4293728288 18446744073709551615 139028323 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 84268

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

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

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 24673 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.08
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1028.22
CPU time (s): 1800.08
CPU user time (s): 1774.46
CPU system time (s): 25.62
CPU usage (%): 175.067
Max. virtual memory (cumulated for all children) (KiB): 98720

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= 3

runsolver used 1.9687 second user time and 5.50816 second system time

The end

Launcher Data

Begin job on node005 at 2010-07-02 07:05:47
IDJOB=2696906
IDBENCH=47940
IDSOLVER=1209
FILE ID=node005/2696906-1278047147
PBS_JOBID= 11198877
Free space on /tmp= 62488 MiB

SOLVER NAME= pb_cplex 2010-06-29
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=8-P0=43-P1=131-P2=257-P3=71-P4=149-P5=223-P6=167-B.opb
COMMAND LINE= run BENCHNAME
CONVERSION SCRIPT= PBconversionToLinear BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2696906-1278047147/watcher-2696906-1278047147 -o /tmp/evaluation-result-2696906-1278047147/solver-2696906-1278047147 -C 1800 -W 2000 -M 1800  run HOME/instance-2696906-1278047147.opb

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

MD5SUM BENCH= 29d9c644cbc560d09c0ca2d5a8d36791
RANDOM SEED=1843472080

node005.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.246
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.246
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:       1478620 kB
Buffers:        159148 kB
Cached:         310664 kB
SwapCached:       6896 kB
Active:         209800 kB
Inactive:       273872 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1478620 kB
SwapTotal:     4192956 kB
SwapFree:      4139344 kB
Dirty:           16896 kB
Writeback:           0 kB
AnonPages:       12292 kB
Mapped:          12044 kB
Slab:            74856 kB
PageTables:       4168 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182064 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-2696906-1278047147.opb

Free space on /tmp at the end= 62472 MiB
End job on node005 at 2010-07-02 07:22:58