Trace number 2696863

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 1090.42

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=9-P0=173-P1=23-P2=211-P3=199-P4=389-P5=269-P6=383-P7=211-P8=347-B.opb
MD5SUM98317fc891a56a06b9f6f284bcd4ad38
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 benchmark16.0286
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 variables216
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 constraint9
Maximum length of a constraint99
Number of terms in the objective function 9
Biggest coefficient in the objective function 256
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 511
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 131072
Number of bits of the biggest number in a constraint 18
Biggest sum of numbers in a constraint 523264
Number of bits of the biggest sum of numbers19
Number of products (including duplicates)648
Sum of products size (including duplicates)1296
Number of different products648
Sum of products size1296

Solver Data

0.00/0.00	c pb_cplex 1.0 - 20100701
0.00/0.00	c Parsing opb file format. File HOME/instance-2696863-1278047142.opb.
0.00/0.00	c Instance file HOME/instance-2696863-1278047142.opb
0.00/0.00	c File size is 48923 bytes.
0.00/0.03	c Highest Coefficient sum: 523264
0.00/0.03	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.04	c ============================[ Problem Statistics ]=============================
0.00/0.04	c |                                                                             |
0.00/0.04	c |  Parsing time:          0.04         s                                      |
0.00/0.04	c |  Number Variables:      864                                                 |
0.00/0.04	c |  Number Constraints:    1313                                                |
0.00/0.04	c ===============================================================================
1800.00/1090.41	c Remaining time 1799.96 sec.
1800.00/1090.41	c 
1800.00/1090.41	c *** INTERRUPTED ***
1800.00/1090.41	s UNKNOWN
1800.00/1090.41	c Total CPU time              : 1783.54 s
1800.00/1090.41	c Memory used           : 114.95 MB
1800.00/1090.41	c CPU time              : 1783.54 s
1800.00/1090.41	c 
1800.00/1090.41	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-2696863-1278047142/watcher-2696863-1278047142 -o /tmp/evaluation-result-2696863-1278047142/solver-2696863-1278047142 -C 1800 -W 2000 -M 1800 run HOME/instance-2696863-1278047142.opb 

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


[startup+0 s]
/proc/loadavg: 0.00 0.00 0.00 3/106 30124
/proc/meminfo: memFree=1518340/2059040 swapFree=4139744/4192956
[pid=30124] ppid=30122 vsize=8700 CPUtime=0
/proc/30124/stat : 30124 (run) R 30122 30124 30091 0 -1 4202496 348 0 0 0 0 0 0 0 20 0 1 0 146006607 8908800 248 1992294400 4194304 4922060 140736697257056 18446744073709551615 273393754517 0 65538 4100 65536 0 0 0 17 1 0 0 0
/proc/30124/statm: 2175 248 208 178 0 68 0

[startup+0.0303361 s]
/proc/loadavg: 0.00 0.00 0.00 3/106 30124
/proc/meminfo: memFree=1518340/2059040 swapFree=4139744/4192956
[pid=30124] ppid=30122 vsize=8700 CPUtime=0
/proc/30124/stat : 30124 (run) S 30122 30124 30091 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146006607 8908800 248 1992294400 4194304 4922060 140736697257056 18446744073709551615 273393753221 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30124/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.102312 s]
/proc/loadavg: 0.00 0.00 0.00 3/106 30124
/proc/meminfo: memFree=1518340/2059040 swapFree=4139744/4192956
[pid=30124] ppid=30122 vsize=8700 CPUtime=0
/proc/30124/stat : 30124 (run) S 30122 30124 30091 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146006607 8908800 248 1992294400 4194304 4922060 140736697257056 18446744073709551615 273393753221 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30124/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300306 s]
/proc/loadavg: 0.00 0.00 0.00 3/106 30124
/proc/meminfo: memFree=1518340/2059040 swapFree=4139744/4192956
[pid=30124] ppid=30122 vsize=8700 CPUtime=0
/proc/30124/stat : 30124 (run) S 30122 30124 30091 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146006607 8908800 248 1992294400 4194304 4922060 140736697257056 18446744073709551615 273393753221 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30124/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700295 s]
/proc/loadavg: 0.00 0.00 0.00 3/106 30124
/proc/meminfo: memFree=1518340/2059040 swapFree=4139744/4192956
[pid=30124] ppid=30122 vsize=8700 CPUtime=0
/proc/30124/stat : 30124 (run) S 30122 30124 30091 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146006607 8908800 248 1992294400 4194304 4922060 140736697257056 18446744073709551615 273393753221 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30124/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50027 s]
/proc/loadavg: 0.00 0.00 0.00 2/108 30127
/proc/meminfo: memFree=1510264/2059040 swapFree=4139744/4192956
[pid=30124] ppid=30122 vsize=8700 CPUtime=0
/proc/30124/stat : 30124 (run) S 30122 30124 30091 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146006607 8908800 248 1992294400 4194304 4922060 140736697257056 18446744073709551615 273393753221 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30124/statm: 2175 248 208 178 0 68 0
[pid=30125] ppid=30124 vsize=35516 CPUtime=1.91
/proc/30125/stat : 30125 (pb_cplex) R 30124 30124 30091 0 -1 4202496 11648 0 0 0 183 8 0 0 17 0 2 0 146006607 36368384 3428 1992294400 134512640 146736320 4286739840 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/30125/statm: 8879 3428 1070 2985 0 5421 0
Current children cumulated CPU time (s) 1.91
Current children cumulated vsize (KiB) 44216

[startup+3.10023 s]
/proc/loadavg: 0.00 0.00 0.00 3/109 30129
/proc/meminfo: memFree=1507528/2059040 swapFree=4139744/4192956
[pid=30124] ppid=30122 vsize=8700 CPUtime=0
/proc/30124/stat : 30124 (run) S 30122 30124 30091 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146006607 8908800 248 1992294400 4194304 4922060 140736697257056 18446744073709551615 273393753221 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30124/statm: 2175 248 208 178 0 68 0
[pid=30125] ppid=30124 vsize=36828 CPUtime=4.75
/proc/30125/stat : 30125 (pb_cplex) R 30124 30124 30091 0 -1 4202496 43850 0 0 0 451 24 0 0 16 0 2 0 146006607 37711872 3723 1992294400 134512640 146736320 4286739840 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/30125/statm: 9207 3723 1072 2985 0 5749 0
[pid=30125/tid=30129] ppid=30124 vsize=36828 CPUtime=1.77
/proc/30125/task/30129/stat : 30129 (pb_cplex) R 30124 30124 30091 0 -1 4202560 20495 0 0 0 166 11 0 0 18 0 2 0 146006724 37711872 3723 1992294400 134512640 146736320 4286739840 18446744073709551615 137461428 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.75
Current children cumulated vsize (KiB) 45528

[startup+6.30114 s]
/proc/loadavg: 0.16 0.03 0.01 4/109 30129
/proc/meminfo: memFree=1502692/2059040 swapFree=4139744/4192956
[pid=30124] ppid=30122 vsize=8700 CPUtime=0
/proc/30124/stat : 30124 (run) S 30122 30124 30091 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146006607 8908800 248 1992294400 4194304 4922060 140736697257056 18446744073709551615 273393753221 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30124/statm: 2175 248 208 178 0 68 0
[pid=30125] ppid=30124 vsize=40556 CPUtime=10.17
/proc/30125/stat : 30125 (pb_cplex) R 30124 30124 30091 0 -1 4202496 64039 0 0 0 978 39 0 0 16 0 2 0 146006607 41529344 4809 1992294400 134512640 146736320 4286739840 18446744073709551615 135857487 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/30125/statm: 10139 4809 1071 2985 0 6681 0
[pid=30125/tid=30129] ppid=30124 vsize=40556 CPUtime=4.52
/proc/30125/task/30129/stat : 30129 (pb_cplex) R 30124 30124 30091 0 -1 4202560 33048 0 0 0 433 19 0 0 16 0 2 0 146006724 41529344 4809 1992294400 134512640 146736320 4286739840 18446744073709551615 135850345 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 10.17
Current children cumulated vsize (KiB) 49256

[startup+12.702 s]
/proc/loadavg: 0.23 0.05 0.02 3/109 30129
/proc/meminfo: memFree=1496368/2059040 swapFree=4139744/4192956
[pid=30124] ppid=30122 vsize=8700 CPUtime=0
/proc/30124/stat : 30124 (run) S 30122 30124 30091 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146006607 8908800 248 1992294400 4194304 4922060 140736697257056 18446744073709551615 273393753221 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30124/statm: 2175 248 208 178 0 68 0
[pid=30125] ppid=30124 vsize=47984 CPUtime=20.65
/proc/30125/stat : 30125 (pb_cplex) R 30124 30124 30091 0 -1 4202496 91317 0 0 0 2007 58 0 0 16 0 2 0 146006607 49135616 6461 1992294400 134512640 146736320 4286739840 18446744073709551615 137177746 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/30125/statm: 11996 6461 1071 2985 0 8538 0
[pid=30125/tid=30129] ppid=30124 vsize=47984 CPUtime=10.06
/proc/30125/task/30129/stat : 30129 (pb_cplex) R 30124 30124 30091 0 -1 4202560 43883 0 0 0 978 28 0 0 16 0 2 0 146006724 49135616 6461 1992294400 134512640 146736320 4286739840 18446744073709551615 135846432 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 20.65
Current children cumulated vsize (KiB) 56684

[startup+25.5026 s]
/proc/loadavg: 0.55 0.13 0.04 3/109 30129
/proc/meminfo: memFree=1490912/2059040 swapFree=4139744/4192956
[pid=30124] ppid=30122 vsize=8700 CPUtime=0
/proc/30124/stat : 30124 (run) S 30122 30124 30091 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146006607 8908800 248 1992294400 4194304 4922060 140736697257056 18446744073709551615 273393753221 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30124/statm: 2175 248 208 178 0 68 0
[pid=30125] ppid=30124 vsize=53012 CPUtime=41.52
/proc/30125/stat : 30125 (pb_cplex) R 30124 30124 30091 0 -1 4202496 146560 0 0 0 4058 94 0 0 17 0 2 0 146006607 54284288 7686 1992294400 134512640 146736320 4286739840 18446744073709551615 136388075 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/30125/statm: 13253 7686 1071 2985 0 9795 0
[pid=30125/tid=30129] ppid=30124 vsize=53012 CPUtime=19.48
/proc/30125/task/30129/stat : 30129 (pb_cplex) R 30124 30124 30091 0 -1 4202560 69153 0 0 0 1904 44 0 0 16 0 2 0 146006724 54284288 7686 1992294400 134512640 146736320 4286739840 18446744073709551615 136000415 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 41.52
Current children cumulated vsize (KiB) 61712

[startup+51.1019 s]
/proc/loadavg: 0.97 0.26 0.09 2/109 30131
/proc/meminfo: memFree=1479008/2059040 swapFree=4139744/4192956
[pid=30124] ppid=30122 vsize=8700 CPUtime=0
/proc/30124/stat : 30124 (run) S 30122 30124 30091 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146006607 8908800 248 1992294400 4194304 4922060 140736697257056 18446744073709551615 273393753221 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30124/statm: 2175 248 208 178 0 68 0
[pid=30125] ppid=30124 vsize=62056 CPUtime=83.29
/proc/30125/stat : 30125 (pb_cplex) S 30124 30124 30091 0 -1 4202496 265833 0 0 0 8160 169 0 0 17 0 2 0 146006607 63545344 9721 1992294400 134512640 146736320 4286739840 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/30125/statm: 15514 9721 1071 2985 0 12056 0
[pid=30125/tid=30129] ppid=30124 vsize=62056 CPUtime=42.75
/proc/30125/task/30129/stat : 30129 (pb_cplex) R 30124 30124 30091 0 -1 4202560 127601 0 0 0 4194 81 0 0 16 0 2 0 146006724 63545344 9721 1992294400 134512640 146736320 4286739840 18446744073709551615 136385262 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 83.29
Current children cumulated vsize (KiB) 70756

[startup+102.309 s]
/proc/loadavg: 1.61 0.54 0.19 3/109 30131
/proc/meminfo: memFree=1476404/2059040 swapFree=4139744/4192956
[pid=30124] ppid=30122 vsize=8700 CPUtime=0
/proc/30124/stat : 30124 (run) S 30122 30124 30091 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146006607 8908800 248 1992294400 4194304 4922060 140736697257056 18446744073709551615 273393753221 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30124/statm: 2175 248 208 178 0 68 0
[pid=30125] ppid=30124 vsize=71388 CPUtime=165.75
/proc/30125/stat : 30125 (pb_cplex) R 30124 30124 30091 0 -1 4202496 513561 0 0 0 16255 320 0 0 20 0 2 0 146006607 73101312 11543 1992294400 134512640 146736320 4286739840 18446744073709551615 136018931 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/30125/statm: 17847 11543 1071 2985 0 14389 0
[pid=30125/tid=30129] ppid=30124 vsize=71388 CPUtime=82.82
/proc/30125/task/30129/stat : 30129 (pb_cplex) R 30124 30124 30091 0 -1 4202560 253453 0 0 0 8124 158 0 0 16 0 2 0 146006724 73101312 11543 1992294400 134512640 146736320 4286739840 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 165.75
Current children cumulated vsize (KiB) 80088

[startup+162.302 s]
/proc/loadavg: 1.64 0.74 0.28 3/109 30133
/proc/meminfo: memFree=1471444/2059040 swapFree=4139744/4192956
[pid=30124] ppid=30122 vsize=8700 CPUtime=0
/proc/30124/stat : 30124 (run) S 30122 30124 30091 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146006607 8908800 248 1992294400 4194304 4922060 140736697257056 18446744073709551615 273393753221 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30124/statm: 2175 248 208 178 0 68 0
[pid=30125] ppid=30124 vsize=75964 CPUtime=261.84
/proc/30125/stat : 30125 (pb_cplex) R 30124 30124 30091 0 -1 4202496 798826 0 0 0 25691 493 0 0 18 0 2 0 146006607 77787136 12747 1992294400 134512640 146736320 4286739840 18446744073709551615 136008450 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/30125/statm: 18991 12747 1071 2985 0 15533 0
[pid=30125/tid=30129] ppid=30124 vsize=75964 CPUtime=131.11
/proc/30125/task/30129/stat : 30129 (pb_cplex) R 30124 30124 30091 0 -1 4202560 404123 0 0 0 12863 248 0 0 16 0 2 0 146006724 77787136 12747 1992294400 134512640 146736320 4286739840 18446744073709551615 136008450 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 261.84
Current children cumulated vsize (KiB) 84664

[startup+222.302 s]
/proc/loadavg: 2.06 1.01 0.39 2/109 30136
/proc/meminfo: memFree=1455448/2059040 swapFree=4139744/4192956
[pid=30124] ppid=30122 vsize=8700 CPUtime=0
/proc/30124/stat : 30124 (run) S 30122 30124 30091 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146006607 8908800 248 1992294400 4194304 4922060 140736697257056 18446744073709551615 273393753221 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30124/statm: 2175 248 208 178 0 68 0
[pid=30125] ppid=30124 vsize=91300 CPUtime=354.08
/proc/30125/stat : 30125 (pb_cplex) R 30124 30124 30091 0 -1 4202496 1093751 0 0 0 34750 658 0 0 16 0 2 0 146006607 93491200 16703 1992294400 134512640 146736320 4286739840 18446744073709551615 135468707 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/30125/statm: 22825 16703 1099 2985 0 19367 0
[pid=30125/tid=30134] ppid=30124 vsize=91300 CPUtime=31.89
/proc/30125/task/30134/stat : 30134 (pb_cplex) R 30124 30124 30091 0 -1 4202560 82330 0 0 0 3138 51 0 0 16 0 2 0 146025161 93491200 16703 1992294400 134512640 146736320 4286739840 18446744073709551615 136008167 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 354.08
Current children cumulated vsize (KiB) 100000

[startup+282.301 s]
/proc/loadavg: 2.01 1.18 0.49 2/109 30138
/proc/meminfo: memFree=1455200/2059040 swapFree=4139744/4192956
[pid=30124] ppid=30122 vsize=8700 CPUtime=0
/proc/30124/stat : 30124 (run) S 30122 30124 30091 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146006607 8908800 248 1992294400 4194304 4922060 140736697257056 18446744073709551615 273393753221 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30124/statm: 2175 248 208 178 0 68 0
[pid=30125] ppid=30124 vsize=92316 CPUtime=453.09
/proc/30125/stat : 30125 (pb_cplex) S 30124 30124 30091 0 -1 4202496 1352828 0 0 0 44497 812 0 0 16 0 2 0 146006607 94531584 17051 1992294400 134512640 146736320 4286739840 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/30125/statm: 23079 17051 1099 2985 0 19621 0
[pid=30125/tid=30134] ppid=30124 vsize=92316 CPUtime=83.79
/proc/30125/task/30134/stat : 30134 (pb_cplex) R 30124 30124 30091 0 -1 4202560 211324 0 0 0 8247 132 0 0 18 0 2 0 146025161 94531584 17051 1992294400 134512640 146736320 4286739840 18446744073709551615 136403114 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 453.09
Current children cumulated vsize (KiB) 101016

[startup+342.301 s]
/proc/loadavg: 2.34 1.41 0.61 3/109 30138
/proc/meminfo: memFree=1446024/2059040 swapFree=4139744/4192956
[pid=30124] ppid=30122 vsize=8700 CPUtime=0
/proc/30124/stat : 30124 (run) S 30122 30124 30091 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146006607 8908800 248 1992294400 4194304 4922060 140736697257056 18446744073709551615 273393753221 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30124/statm: 2175 248 208 178 0 68 0
[pid=30125] ppid=30124 vsize=103548 CPUtime=553.48

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

[pid=30125] ppid=30124 vsize=109852 CPUtime=848.43
/proc/30125/stat : 30125 (pb_cplex) R 30124 30124 30091 0 -1 4202496 1852969 0 0 0 83716 1127 0 0 25 0 2 0 146006607 112488448 20894 1992294400 134512640 146736320 4286739840 18446744073709551615 135855165 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/30125/statm: 27463 20894 1099 2985 0 24005 0
[pid=30125/tid=30134] ppid=30124 vsize=109852 CPUtime=277.12
/proc/30125/task/30134/stat : 30134 (pb_cplex) R 30124 30124 30091 0 -1 4202560 478192 0 0 0 27417 295 0 0 17 0 2 0 146025161 112488448 20894 1992294400 134512640 146736320 4286739840 18446744073709551615 136403112 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 848.43
Current children cumulated vsize (KiB) 118552

[startup+582.301 s]
/proc/loadavg: 1.77 1.73 0.93 4/109 30146
/proc/meminfo: memFree=1437592/2059040 swapFree=4139744/4192956
[pid=30124] ppid=30122 vsize=8700 CPUtime=0
/proc/30124/stat : 30124 (run) S 30122 30124 30091 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146006607 8908800 248 1992294400 4194304 4922060 140736697257056 18446744073709551615 273393753221 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30124/statm: 2175 248 208 178 0 68 0
[pid=30125] ppid=30124 vsize=112668 CPUtime=943.71
/proc/30125/stat : 30125 (pb_cplex) R 30124 30124 30091 0 -1 4202496 1920005 0 0 0 93200 1171 0 0 18 0 2 0 146006607 115372032 21190 1992294400 134512640 146736320 4286739840 18446744073709551615 136385174 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/30125/statm: 28167 21190 1128 2985 0 24709 0
[pid=30125/tid=30134] ppid=30124 vsize=112668 CPUtime=322.23
/proc/30125/task/30134/stat : 30134 (pb_cplex) R 30124 30124 30091 0 -1 4202560 520601 0 0 0 31900 323 0 0 16 0 2 0 146025161 115372032 21190 1992294400 134512640 146736320 4286739840 18446744073709551615 135523304 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 943.71
Current children cumulated vsize (KiB) 121368

[startup+642.3 s]
/proc/loadavg: 2.20 1.87 1.02 5/109 30146
/proc/meminfo: memFree=1434616/2059040 swapFree=4139744/4192956
[pid=30124] ppid=30122 vsize=8700 CPUtime=0
/proc/30124/stat : 30124 (run) S 30122 30124 30091 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146006607 8908800 248 1992294400 4194304 4922060 140736697257056 18446744073709551615 273393753221 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30124/statm: 2175 248 208 178 0 68 0
[pid=30125] ppid=30124 vsize=113900 CPUtime=1045.55
/proc/30125/stat : 30125 (pb_cplex) R 30124 30124 30091 0 -1 4202496 1939339 0 0 0 103363 1192 0 0 16 0 2 0 146006607 116633600 21610 1992294400 134512640 146736320 4286739840 18446744073709551615 136008042 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/30125/statm: 28475 21610 1127 2985 0 25017 0
[pid=30125/tid=30134] ppid=30124 vsize=113900 CPUtime=374.27
/proc/30125/task/30134/stat : 30134 (pb_cplex) R 30124 30124 30091 0 -1 4202560 531411 0 0 0 37093 334 0 0 18 0 2 0 146025161 116633600 21610 1992294400 134512640 146736320 4286739840 18446744073709551615 136007289 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1045.55
Current children cumulated vsize (KiB) 122600

[startup+702.301 s]
/proc/loadavg: 2.23 1.95 1.10 4/109 30148
/proc/meminfo: memFree=1435112/2059040 swapFree=4139744/4192956
[pid=30124] ppid=30122 vsize=8700 CPUtime=0
/proc/30124/stat : 30124 (run) S 30122 30124 30091 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146006607 8908800 248 1992294400 4194304 4922060 140736697257056 18446744073709551615 273393753221 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30124/statm: 2175 248 208 178 0 68 0
[pid=30125] ppid=30124 vsize=113900 CPUtime=1145.03
/proc/30125/stat : 30125 (pb_cplex) R 30124 30124 30091 0 -1 4202496 1988113 0 0 0 113279 1224 0 0 18 0 2 0 146006607 116633600 21627 1992294400 134512640 146736320 4286739840 18446744073709551615 136015700 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/30125/statm: 28475 21627 1127 2985 0 25017 0
[pid=30125/tid=30134] ppid=30124 vsize=113900 CPUtime=424.05
/proc/30125/task/30134/stat : 30134 (pb_cplex) R 30124 30124 30091 0 -1 4202560 559182 0 0 0 42054 351 0 0 17 0 2 0 146025161 116633600 21627 1992294400 134512640 146736320 4286739840 18446744073709551615 136015570 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1145.03
Current children cumulated vsize (KiB) 122600

[startup+762.309 s]
/proc/loadavg: 2.04 1.94 1.15 2/109 30150
/proc/meminfo: memFree=1433376/2059040 swapFree=4139744/4192956
[pid=30124] ppid=30122 vsize=8700 CPUtime=0
/proc/30124/stat : 30124 (run) S 30122 30124 30091 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146006607 8908800 248 1992294400 4194304 4922060 140736697257056 18446744073709551615 273393753221 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30124/statm: 2175 248 208 178 0 68 0
[pid=30125] ppid=30124 vsize=115136 CPUtime=1240.56
/proc/30125/stat : 30125 (pb_cplex) R 30124 30124 30091 0 -1 4202496 2055986 0 0 0 122795 1261 0 0 18 0 2 0 146006607 117899264 21912 1992294400 134512640 146736320 4286739840 18446744073709551615 136015592 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/30125/statm: 28784 21912 1127 2985 0 25326 0
[pid=30125/tid=30134] ppid=30124 vsize=115136 CPUtime=474.8
/proc/30125/task/30134/stat : 30134 (pb_cplex) R 30124 30124 30091 0 -1 4202560 598354 0 0 0 47108 372 0 0 18 0 2 0 146025161 117899264 21912 1992294400 134512640 146736320 4286739840 18446744073709551615 135237155 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1240.56
Current children cumulated vsize (KiB) 123836

[startup+822.3 s]
/proc/loadavg: 2.13 1.98 1.21 4/109 30152
/proc/meminfo: memFree=1433252/2059040 swapFree=4139744/4192956
[pid=30124] ppid=30122 vsize=8700 CPUtime=0
/proc/30124/stat : 30124 (run) S 30122 30124 30091 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146006607 8908800 248 1992294400 4194304 4922060 140736697257056 18446744073709551615 273393753221 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30124/statm: 2175 248 208 178 0 68 0
[pid=30125] ppid=30124 vsize=115356 CPUtime=1338.38
/proc/30125/stat : 30125 (pb_cplex) R 30124 30124 30091 0 -1 4202496 2162220 0 0 0 132520 1318 0 0 17 0 2 0 146006607 118124544 21947 1992294400 134512640 146736320 4286739840 18446744073709551615 136007517 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/30125/statm: 28839 21947 1126 2985 0 25381 0
[pid=30125/tid=30134] ppid=30124 vsize=115356 CPUtime=524.64
/proc/30125/task/30134/stat : 30134 (pb_cplex) R 30124 30124 30091 0 -1 4202560 657460 0 0 0 52061 403 0 0 16 0 2 0 146025161 118124544 21947 1992294400 134512640 146736320 4286739840 18446744073709551615 136008446 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1338.38
Current children cumulated vsize (KiB) 124056

[startup+882.3 s]
/proc/loadavg: 2.02 1.94 1.24 4/109 30154
/proc/meminfo: memFree=1432756/2059040 swapFree=4139744/4192956
[pid=30124] ppid=30122 vsize=8700 CPUtime=0
/proc/30124/stat : 30124 (run) S 30122 30124 30091 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146006607 8908800 248 1992294400 4194304 4922060 140736697257056 18446744073709551615 273393753221 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30124/statm: 2175 248 208 178 0 68 0
[pid=30125] ppid=30124 vsize=116768 CPUtime=1438.74
/proc/30125/stat : 30125 (pb_cplex) R 30124 30124 30091 0 -1 4202496 2195471 0 0 0 142512 1362 0 0 16 0 2 0 146006607 119570432 22254 1992294400 134512640 146736320 4286739840 18446744073709551615 136008065 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/30125/statm: 29192 22254 1125 2985 0 25734 0
[pid=30125/tid=30134] ppid=30124 vsize=116768 CPUtime=574.56
/proc/30125/task/30134/stat : 30134 (pb_cplex) R 30124 30124 30091 0 -1 4202560 689579 0 0 0 57023 433 0 0 18 0 2 0 146025161 119570432 22254 1992294400 134512640 146736320 4286739840 18446744073709551615 138462825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1438.74
Current children cumulated vsize (KiB) 125468

[startup+942.301 s]
/proc/loadavg: 1.95 1.93 1.28 3/109 30154
/proc/meminfo: memFree=1418372/2059040 swapFree=4139744/4192956
[pid=30124] ppid=30122 vsize=8700 CPUtime=0
/proc/30124/stat : 30124 (run) S 30122 30124 30091 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146006607 8908800 248 1992294400 4194304 4922060 140736697257056 18446744073709551615 273393753221 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30124/statm: 2175 248 208 178 0 68 0
[pid=30125] ppid=30124 vsize=117868 CPUtime=1531.1
/proc/30125/stat : 30125 (pb_cplex) R 30124 30124 30091 0 -1 4202496 2228863 0 0 0 151717 1393 0 0 18 0 2 0 146006607 120696832 22492 1992294400 134512640 146736320 4286739840 18446744073709551615 135468084 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/30125/statm: 29467 22492 1117 2985 0 26009 0
[pid=30125/tid=30134] ppid=30124 vsize=117868 CPUtime=617.52
/proc/30125/task/30134/stat : 30134 (pb_cplex) R 30124 30124 30091 0 -1 4202560 702848 0 0 0 61304 448 0 0 18 0 2 0 146025161 120696832 22492 1992294400 134512640 146736320 4286739840 18446744073709551615 135846429 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1531.1
Current children cumulated vsize (KiB) 126568

[startup+1002.3 s]
/proc/loadavg: 2.11 1.99 1.34 3/109 30156
/proc/meminfo: memFree=1430896/2059040 swapFree=4139744/4192956
[pid=30124] ppid=30122 vsize=8700 CPUtime=0
/proc/30124/stat : 30124 (run) S 30122 30124 30091 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146006607 8908800 248 1992294400 4194304 4922060 140736697257056 18446744073709551615 273393753221 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30124/statm: 2175 248 208 178 0 68 0
[pid=30125] ppid=30124 vsize=117868 CPUtime=1643.01
/proc/30125/stat : 30125 (pb_cplex) R 30124 30124 30091 0 -1 4202496 2368177 0 0 0 162804 1497 0 0 18 0 2 0 146006607 120696832 22518 1992294400 134512640 146736320 4286739840 18446744073709551615 135850319 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/30125/statm: 29467 22518 1117 2985 0 26009 0
[pid=30125/tid=30134] ppid=30124 vsize=117868 CPUtime=674.16
/proc/30125/task/30134/stat : 30134 (pb_cplex) R 30124 30124 30091 0 -1 4202560 769128 0 0 0 66915 501 0 0 16 0 2 0 146025161 120696832 22518 1992294400 134512640 146736320 4286739840 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1643.01
Current children cumulated vsize (KiB) 126568

[startup+1062.3 s]
/proc/loadavg: 2.09 1.99 1.38 3/109 30158
/proc/meminfo: memFree=1430772/2059040 swapFree=4139744/4192956
[pid=30124] ppid=30122 vsize=8700 CPUtime=0
/proc/30124/stat : 30124 (run) S 30122 30124 30091 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146006607 8908800 248 1992294400 4194304 4922060 140736697257056 18446744073709551615 273393753221 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30124/statm: 2175 248 208 178 0 68 0
[pid=30125] ppid=30124 vsize=117700 CPUtime=1754.46
/proc/30125/stat : 30125 (pb_cplex) R 30124 30124 30091 0 -1 4202496 2492056 0 0 0 173844 1602 0 0 18 0 2 0 146006607 120524800 22545 1992294400 134512640 146736320 4286739840 18446744073709551615 136476044 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/30125/statm: 29425 22545 1117 2985 0 25967 0
[pid=30125/tid=30134] ppid=30124 vsize=117700 CPUtime=729.7
/proc/30125/task/30134/stat : 30134 (pb_cplex) R 30124 30124 30091 0 -1 4202560 831161 0 0 0 72416 554 0 0 17 0 2 0 146025161 120524800 22545 1992294400 134512640 146736320 4286739840 18446744073709551615 136402275 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1754.46
Current children cumulated vsize (KiB) 126400



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1090.4 s]
/proc/loadavg: 1.88 1.95 1.39 3/109 30158
/proc/meminfo: memFree=1430772/2059040 swapFree=4139744/4192956
[pid=30124] ppid=30122 vsize=8700 CPUtime=0
/proc/30124/stat : 30124 (run) S 30122 30124 30091 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146006607 8908800 248 1992294400 4194304 4922060 140736697257056 18446744073709551615 273393753221 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30124/statm: 2175 248 208 178 0 68 0
[pid=30125] ppid=30124 vsize=117700 CPUtime=1800
/proc/30125/stat : 30125 (pb_cplex) R 30124 30124 30091 0 -1 4202496 2561800 0 0 0 178352 1648 0 0 16 0 2 0 146006607 120524800 22544 1992294400 134512640 146736320 4286739840 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/30125/statm: 29425 22544 1117 2985 0 25967 0
[pid=30125/tid=30134] ppid=30124 vsize=117700 CPUtime=755.37
/proc/30125/task/30134/stat : 30134 (pb_cplex) R 30124 30124 30091 0 -1 4202560 868136 0 0 0 74960 577 0 0 18 0 2 0 146025161 120524800 22544 1992294400 134512640 146736320 4286739840 18446744073709551615 135655990 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 126400

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 30124 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
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1090.42
CPU time (s): 1800
CPU user time (s): 1783.52
CPU system time (s): 16.48
CPU usage (%): 165.074
Max. virtual memory (cumulated for all children) (KiB): 154404

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= 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 2.07968 second user time and 5.84511 second system time

The end

Launcher Data

Begin job on node043 at 2010-07-02 07:05:42
IDJOB=2696863
IDBENCH=47897
IDSOLVER=1209
FILE ID=node043/2696863-1278047142
PBS_JOBID= 11198849
Free space on /tmp= 62288 MiB

SOLVER NAME= pb_cplex 2010-06-29
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=9-P0=173-P1=23-P2=211-P3=199-P4=389-P5=269-P6=383-P7=211-P8=347-B.opb
COMMAND LINE= run BENCHNAME
CONVERSION SCRIPT= PBconversionToLinear BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2696863-1278047142/watcher-2696863-1278047142 -o /tmp/evaluation-result-2696863-1278047142/solver-2696863-1278047142 -C 1800 -W 2000 -M 1800  run HOME/instance-2696863-1278047142.opb

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

MD5SUM BENCH= 98317fc891a56a06b9f6f284bcd4ad38
RANDOM SEED=1685767235

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1520928 kB
Buffers:        132884 kB
Cached:         295396 kB
SwapCached:       6660 kB
Active:         163276 kB
Inactive:       278700 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1520928 kB
SwapTotal:     4192956 kB
SwapFree:      4139744 kB
Dirty:           16772 kB
Writeback:           0 kB
AnonPages:       11896 kB
Mapped:          12116 kB
Slab:            74280 kB
PageTables:       4160 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182576 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-2696863-1278047142.opb

Free space on /tmp at the end= 62272 MiB
End job on node043 at 2010-07-02 07:23:55