Trace number 2696875

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.18 1034.92

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=7-P0=107-P1=13-P2=17-P3=127-P4=13-P5=53-P6=73-P7=59-B.opb
MD5SUMc07fae5b4c60769a268376cf318d4faa
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.725888
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 variables147
Total number of constraints15
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 constraints15
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)343
Sum of products size (including duplicates)686
Number of different products343
Sum of products size686

Solver Data

0.00/0.00	c pb_cplex 1.0 - 20100701
0.00/0.00	c Parsing opb file format. File HOME/instance-2696875-1278047143.opb.
0.00/0.00	c Instance file HOME/instance-2696875-1278047143.opb
0.00/0.00	c File size is 25525 bytes.
0.00/0.01	c Highest Coefficient sum: 32512
0.00/0.01	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:      490                                                 |
0.00/0.02	c |  Number Constraints:    701                                                 |
0.00/0.02	c ===============================================================================
1800.15/1034.91	c Remaining time 1799.98 sec.
1800.15/1034.91	c 
1800.15/1034.91	c *** INTERRUPTED ***
1800.15/1034.91	s UNKNOWN
1800.15/1034.91	c Total CPU time              : 1777.83 s
1800.15/1034.91	c Memory used           : 62.43 MB
1800.15/1034.91	c CPU time              : 1777.83 s
1800.15/1034.91	c 
1800.15/1034.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-2696875-1278047143/watcher-2696875-1278047143 -o /tmp/evaluation-result-2696875-1278047143/solver-2696875-1278047143 -C 1800 -W 2000 -M 1800 run HOME/instance-2696875-1278047143.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/105 490
/proc/meminfo: memFree=1464580/2059040 swapFree=4139708/4192956
[pid=490] ppid=488 vsize=8700 CPUtime=0
/proc/490/stat : 490 (run) R 488 490 415 0 -1 4202496 347 0 0 0 0 0 0 0 20 0 1 0 146005755 8908800 248 1992294400 4194304 4922060 140736643161264 18446744073709551615 266013876629 0 65538 4100 65536 0 0 0 17 1 0 0 0
/proc/490/statm: 2175 248 208 178 0 68 0

[startup+0.024684 s]
/proc/loadavg: 0.08 0.02 0.01 3/105 490
/proc/meminfo: memFree=1464580/2059040 swapFree=4139708/4192956
[pid=490] ppid=488 vsize=8700 CPUtime=0
/proc/490/stat : 490 (run) S 488 490 415 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 146005755 8908800 248 1992294400 4194304 4922060 140736643161264 18446744073709551615 266013875333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/490/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.101685 s]
/proc/loadavg: 0.08 0.02 0.01 3/105 490
/proc/meminfo: memFree=1464580/2059040 swapFree=4139708/4192956
[pid=490] ppid=488 vsize=8700 CPUtime=0
/proc/490/stat : 490 (run) S 488 490 415 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 146005755 8908800 248 1992294400 4194304 4922060 140736643161264 18446744073709551615 266013875333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/490/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.302501 s]
/proc/loadavg: 0.08 0.02 0.01 3/105 490
/proc/meminfo: memFree=1464580/2059040 swapFree=4139708/4192956
[pid=490] ppid=488 vsize=8700 CPUtime=0
/proc/490/stat : 490 (run) S 488 490 415 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 146005755 8908800 248 1992294400 4194304 4922060 140736643161264 18446744073709551615 266013875333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/490/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.701553 s]
/proc/loadavg: 0.08 0.02 0.01 3/105 490
/proc/meminfo: memFree=1464580/2059040 swapFree=4139708/4192956
[pid=490] ppid=488 vsize=8700 CPUtime=0
/proc/490/stat : 490 (run) S 488 490 415 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 146005755 8908800 248 1992294400 4194304 4922060 140736643161264 18446744073709551615 266013875333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/490/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50165 s]
/proc/loadavg: 0.08 0.02 0.01 2/108 495
/proc/meminfo: memFree=1456372/2059040 swapFree=4139708/4192956
[pid=490] ppid=488 vsize=8700 CPUtime=0
/proc/490/stat : 490 (run) S 488 490 415 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 146005755 8908800 248 1992294400 4194304 4922060 140736643161264 18446744073709551615 266013875333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/490/statm: 2175 248 208 178 0 68 0
[pid=491] ppid=490 vsize=34652 CPUtime=2.08
/proc/491/stat : 491 (pb_cplex) R 490 490 415 0 -1 4202496 11092 0 0 0 200 8 0 0 17 0 2 0 146005755 35483648 3159 1992294400 134512640 146736320 4292905872 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/491/statm: 8663 3159 1071 2985 0 5205 0
[pid=491/tid=495] ppid=490 vsize=34652 CPUtime=0.47
/proc/491/task/495/stat : 495 (pb_cplex) R 490 490 415 0 -1 4202560 2974 0 0 0 46 1 0 0 17 0 2 0 146005839 35483648 3159 1992294400 134512640 146736320 4292905872 18446744073709551615 135451185 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.08
Current children cumulated vsize (KiB) 43352

[startup+3.10085 s]
/proc/loadavg: 0.08 0.02 0.01 3/108 497
/proc/meminfo: memFree=1455132/2059040 swapFree=4139708/4192956
[pid=490] ppid=488 vsize=8700 CPUtime=0
/proc/490/stat : 490 (run) S 488 490 415 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 146005755 8908800 248 1992294400 4194304 4922060 140736643161264 18446744073709551615 266013875333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/490/statm: 2175 248 208 178 0 68 0
[pid=491] ppid=490 vsize=35856 CPUtime=4.89
/proc/491/stat : 491 (pb_cplex) R 490 490 415 0 -1 4202496 21474 0 0 0 475 14 0 0 17 0 2 0 146005755 36716544 3534 1992294400 134512640 146736320 4292905872 18446744073709551615 138378113 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/491/statm: 8964 3534 1074 2985 0 5506 0
[pid=491/tid=495] ppid=490 vsize=35856 CPUtime=1.83
/proc/491/task/495/stat : 495 (pb_cplex) R 490 490 415 0 -1 4202560 8740 0 0 0 179 4 0 0 17 0 2 0 146005839 36716544 3534 1992294400 134512640 146736320 4292905872 18446744073709551615 135526145 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4.89
Current children cumulated vsize (KiB) 44556

[startup+6.30126 s]
/proc/loadavg: 0.23 0.05 0.02 3/108 497
/proc/meminfo: memFree=1450420/2059040 swapFree=4139708/4192956
[pid=490] ppid=488 vsize=8700 CPUtime=0
/proc/490/stat : 490 (run) S 488 490 415 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 146005755 8908800 248 1992294400 4194304 4922060 140736643161264 18446744073709551615 266013875333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/490/statm: 2175 248 208 178 0 68 0
[pid=491] ppid=490 vsize=39692 CPUtime=10.4
/proc/491/stat : 491 (pb_cplex) R 490 490 415 0 -1 4202496 32617 0 0 0 1015 25 0 0 17 0 2 0 146005755 40644608 4447 1992294400 134512640 146736320 4292905872 18446744073709551615 135468677 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/491/statm: 9923 4447 1074 2985 0 6465 0
[pid=491/tid=495] ppid=490 vsize=39692 CPUtime=4.49
/proc/491/task/495/stat : 495 (pb_cplex) R 490 490 415 0 -1 4202560 14717 0 0 0 439 10 0 0 16 0 2 0 146005839 40644608 4447 1992294400 134512640 146736320 4292905872 18446744073709551615 135962102 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 10.4
Current children cumulated vsize (KiB) 48392

[startup+12.7011 s]
/proc/loadavg: 0.37 0.08 0.03 3/108 497
/proc/meminfo: memFree=1446832/2059040 swapFree=4139708/4192956
[pid=490] ppid=488 vsize=8700 CPUtime=0
/proc/490/stat : 490 (run) S 488 490 415 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 146005755 8908800 248 1992294400 4194304 4922060 140736643161264 18446744073709551615 266013875333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/490/statm: 2175 248 208 178 0 68 0
[pid=491] ppid=490 vsize=47640 CPUtime=21.34
/proc/491/stat : 491 (pb_cplex) R 490 490 415 0 -1 4202496 67287 0 0 0 2084 50 0 0 16 0 2 0 146005755 48783360 6170 1992294400 134512640 146736320 4292905872 18446744073709551615 139041808 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/491/statm: 11910 6170 1092 2985 0 8452 0
[pid=491/tid=495] ppid=490 vsize=47640 CPUtime=10.1
/proc/491/task/495/stat : 495 (pb_cplex) R 490 490 415 0 -1 4202560 31087 0 0 0 989 21 0 0 16 0 2 0 146005839 48783360 6170 1992294400 134512640 146736320 4292905872 18446744073709551615 139043585 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 21.34
Current children cumulated vsize (KiB) 56340

[startup+25.5017 s]
/proc/loadavg: 0.59 0.14 0.05 2/108 497
/proc/meminfo: memFree=1441500/2059040 swapFree=4139708/4192956
[pid=490] ppid=488 vsize=8700 CPUtime=0
/proc/490/stat : 490 (run) S 488 490 415 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 146005755 8908800 248 1992294400 4194304 4922060 140736643161264 18446744073709551615 266013875333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/490/statm: 2175 248 208 178 0 68 0
[pid=491] ppid=490 vsize=49060 CPUtime=42.95
/proc/491/stat : 491 (pb_cplex) R 490 490 415 0 -1 4202496 133539 0 0 0 4203 92 0 0 16 0 2 0 146005755 50237440 6857 1992294400 134512640 146736320 4292905872 18446744073709551615 144738703 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/491/statm: 12265 6857 1100 2985 0 8807 0
[pid=491/tid=495] ppid=490 vsize=49060 CPUtime=21.43
/proc/491/task/495/stat : 495 (pb_cplex) R 490 490 415 0 -1 4202560 68268 0 0 0 2099 44 0 0 16 0 2 0 146005839 50237440 6857 1992294400 134512640 146736320 4292905872 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 42.95
Current children cumulated vsize (KiB) 57760

[startup+51.1019 s]
/proc/loadavg: 0.99 0.27 0.09 2/108 497
/proc/meminfo: memFree=1436664/2059040 swapFree=4139708/4192956
[pid=490] ppid=488 vsize=8700 CPUtime=0
/proc/490/stat : 490 (run) S 488 490 415 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 146005755 8908800 248 1992294400 4194304 4922060 140736643161264 18446744073709551615 266013875333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/490/statm: 2175 248 208 178 0 68 0
[pid=491] ppid=490 vsize=54388 CPUtime=84.5
/proc/491/stat : 491 (pb_cplex) S 490 490 415 0 -1 4202496 221533 0 0 0 8297 153 0 0 17 0 2 0 146005755 55693312 8196 1992294400 134512640 146736320 4292905872 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/491/statm: 13597 8196 1092 2985 0 10139 0
[pid=491/tid=495] ppid=490 vsize=54388 CPUtime=41.97
/proc/491/task/495/stat : 495 (pb_cplex) R 490 490 415 0 -1 4202560 110450 0 0 0 4124 73 0 0 16 0 2 0 146005839 55693312 8196 1992294400 134512640 146736320 4292905872 18446744073709551615 135526330 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 84.5
Current children cumulated vsize (KiB) 63088

[startup+102.309 s]
/proc/loadavg: 1.44 0.49 0.17 3/108 499
/proc/meminfo: memFree=1429844/2059040 swapFree=4139708/4192956
[pid=490] ppid=488 vsize=8700 CPUtime=0
/proc/490/stat : 490 (run) S 488 490 415 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 146005755 8908800 248 1992294400 4194304 4922060 140736643161264 18446744073709551615 266013875333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/490/statm: 2175 248 208 178 0 68 0
[pid=491] ppid=490 vsize=60768 CPUtime=171.71
/proc/491/stat : 491 (pb_cplex) R 490 490 415 0 -1 4202496 306958 0 0 0 16925 246 0 0 16 0 2 0 146005755 62226432 9498 1992294400 134512640 146736320 4292905872 18446744073709551615 136002914 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/491/statm: 15192 9498 1100 2985 0 11734 0
[pid=491/tid=495] ppid=490 vsize=60768 CPUtime=84.3
/proc/491/task/495/stat : 495 (pb_cplex) R 490 490 415 0 -1 4202560 159546 0 0 0 8310 120 0 0 16 0 2 0 146005839 62226432 9498 1992294400 134512640 146736320 4292905872 18446744073709551615 135523326 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 171.71
Current children cumulated vsize (KiB) 69468

[startup+162.302 s]
/proc/loadavg: 1.66 0.73 0.27 3/108 501
/proc/meminfo: memFree=1429100/2059040 swapFree=4139708/4192956
[pid=490] ppid=488 vsize=8700 CPUtime=0
/proc/490/stat : 490 (run) S 488 490 415 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 146005755 8908800 248 1992294400 4194304 4922060 140736643161264 18446744073709551615 266013875333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/490/statm: 2175 248 208 178 0 68 0
[pid=491] ppid=490 vsize=61024 CPUtime=275.25
/proc/491/stat : 491 (pb_cplex) R 490 490 415 0 -1 4202496 411347 0 0 0 27170 355 0 0 16 0 2 0 146005755 62488576 9674 1992294400 134512640 146736320 4292905872 18446744073709551615 139042902 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/491/statm: 15256 9674 1100 2985 0 11798 0
[pid=491/tid=495] ppid=490 vsize=61024 CPUtime=135.47
/proc/491/task/495/stat : 495 (pb_cplex) S 490 490 415 0 -1 4202560 225658 0 0 0 13366 181 0 0 16 0 2 0 146005839 62488576 9674 1992294400 134512640 146736320 4292905872 18446744073709551615 144580073 0 2 4096 16387 18446604437835875328 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 275.25
Current children cumulated vsize (KiB) 69724

[startup+222.301 s]
/proc/loadavg: 1.83 0.95 0.37 3/108 501
/proc/meminfo: memFree=1429844/2059040 swapFree=4139708/4192956
[pid=490] ppid=488 vsize=8700 CPUtime=0
/proc/490/stat : 490 (run) S 488 490 415 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 146005755 8908800 248 1992294400 4194304 4922060 140736643161264 18446744073709551615 266013875333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/490/statm: 2175 248 208 178 0 68 0
[pid=491] ppid=490 vsize=60832 CPUtime=380.03
/proc/491/stat : 491 (pb_cplex) R 490 490 415 0 -1 4202496 532727 0 0 0 37517 486 0 0 15 0 2 0 146005755 62291968 9511 1992294400 134512640 146736320 4292905872 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/491/statm: 15208 9511 1100 2985 0 11750 0
[pid=491/tid=495] ppid=490 vsize=60832 CPUtime=187.51
/proc/491/task/495/stat : 495 (pb_cplex) R 490 490 415 0 -1 4202560 291536 0 0 0 18503 248 0 0 17 0 2 0 146005839 62291968 9511 1992294400 134512640 146736320 4292905872 18446744073709551615 135851010 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 380.03
Current children cumulated vsize (KiB) 69532

[startup+282.302 s]
/proc/loadavg: 1.88 1.11 0.46 3/108 503
/proc/meminfo: memFree=1429348/2059040 swapFree=4139708/4192956
[pid=490] ppid=488 vsize=8700 CPUtime=0
/proc/490/stat : 490 (run) S 488 490 415 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 146005755 8908800 248 1992294400 4194304 4922060 140736643161264 18446744073709551615 266013875333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/490/statm: 2175 248 208 178 0 68 0
[pid=491] ppid=490 vsize=60864 CPUtime=486.18
/proc/491/stat : 491 (pb_cplex) S 490 490 415 0 -1 4202496 675365 0 0 0 47969 649 0 0 16 0 2 0 146005755 62324736 9618 1992294400 134512640 146736320 4292905872 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/491/statm: 15216 9618 1100 2985 0 11758 0
[pid=491/tid=495] ppid=490 vsize=60864 CPUtime=241.07
/proc/491/task/495/stat : 495 (pb_cplex) R 490 490 415 0 -1 4202560 390603 0 0 0 23755 352 0 0 17 0 2 0 146005839 62324736 9618 1992294400 134512640 146736320 4292905872 18446744073709551615 136015707 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 486.18
Current children cumulated vsize (KiB) 69564

[startup+342.301 s]
/proc/loadavg: 1.88 1.25 0.55 3/108 505
/proc/meminfo: memFree=1429224/2059040 swapFree=4139708/4192956
[pid=490] ppid=488 vsize=8700 CPUtime=0
/proc/490/stat : 490 (run) S 488 490 415 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 146005755 8908800 248 1992294400 4194304 4922060 140736643161264 18446744073709551615 266013875333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0

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

[pid=491] ppid=490 vsize=60672 CPUtime=801.06
/proc/491/stat : 491 (pb_cplex) R 490 490 415 0 -1 4202496 939272 0 0 0 79047 1059 0 0 16 0 2 0 146005755 62128128 9640 1992294400 134512640 146736320 4292905872 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/491/statm: 15168 9640 1100 2985 0 11710 0
[pid=491/tid=495] ppid=490 vsize=60672 CPUtime=398.34
/proc/491/task/495/stat : 495 (pb_cplex) R 490 490 415 0 -1 4202560 536178 0 0 0 39263 571 0 0 16 0 2 0 146005839 62128128 9640 1992294400 134512640 146736320 4292905872 18446744073709551615 135450745 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 801.06
Current children cumulated vsize (KiB) 69372

[startup+522.302 s]
/proc/loadavg: 1.92 1.57 0.79 2/108 509
/proc/meminfo: memFree=1429968/2059040 swapFree=4139708/4192956
[pid=490] ppid=488 vsize=8700 CPUtime=0
/proc/490/stat : 490 (run) S 488 490 415 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 146005755 8908800 248 1992294400 4194304 4922060 140736643161264 18446744073709551615 266013875333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/490/statm: 2175 248 208 178 0 68 0
[pid=491] ppid=490 vsize=60704 CPUtime=906.12
/proc/491/stat : 491 (pb_cplex) R 490 490 415 0 -1 4202496 989694 0 0 0 89437 1175 0 0 16 0 2 0 146005755 62160896 9577 1992294400 134512640 146736320 4292905872 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/491/statm: 15176 9577 1131 2985 0 11718 0
[pid=491/tid=495] ppid=490 vsize=60704 CPUtime=450.38
/proc/491/task/495/stat : 495 (pb_cplex) R 490 490 415 0 -1 4202560 566435 0 0 0 44404 634 0 0 16 0 2 0 146005839 62160896 9577 1992294400 134512640 146736320 4292905872 18446744073709551615 135453310 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 906.12
Current children cumulated vsize (KiB) 69404

[startup+582.301 s]
/proc/loadavg: 1.97 1.64 0.86 3/108 511
/proc/meminfo: memFree=1428232/2059040 swapFree=4139708/4192956
[pid=490] ppid=488 vsize=8700 CPUtime=0
/proc/490/stat : 490 (run) S 488 490 415 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 146005755 8908800 248 1992294400 4194304 4922060 140736643161264 18446744073709551615 266013875333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/490/statm: 2175 248 208 178 0 68 0
[pid=491] ppid=490 vsize=61436 CPUtime=1011.78
/proc/491/stat : 491 (pb_cplex) S 490 490 415 0 -1 4202496 1056358 0 0 0 99867 1311 0 0 16 0 2 0 146005755 62910464 9843 1992294400 134512640 146736320 4292905872 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/491/statm: 15359 9843 1100 2985 0 11901 0
[pid=491/tid=495] ppid=490 vsize=61436 CPUtime=502.75
/proc/491/task/495/stat : 495 (pb_cplex) R 490 490 415 0 -1 4202560 601235 0 0 0 49571 704 0 0 16 0 2 0 146005839 62910464 9843 1992294400 134512640 146736320 4292905872 18446744073709551615 135526863 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1011.78
Current children cumulated vsize (KiB) 70136

[startup+642.302 s]
/proc/loadavg: 1.95 1.70 0.93 2/108 513
/proc/meminfo: memFree=1427116/2059040 swapFree=4139708/4192956
[pid=490] ppid=488 vsize=8700 CPUtime=0
/proc/490/stat : 490 (run) S 488 490 415 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 146005755 8908800 248 1992294400 4194304 4922060 140736643161264 18446744073709551615 266013875333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/490/statm: 2175 248 208 178 0 68 0
[pid=491] ppid=490 vsize=62788 CPUtime=1116.24
/proc/491/stat : 491 (pb_cplex) S 490 490 415 0 -1 4202496 1113901 0 0 0 110194 1430 0 0 16 0 2 0 146005755 64294912 10112 1992294400 134512640 146736320 4292905872 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/491/statm: 15697 10112 1100 2985 0 12239 0
[pid=491/tid=495] ppid=490 vsize=62788 CPUtime=554.18
/proc/491/task/495/stat : 495 (pb_cplex) R 490 490 415 0 -1 4202560 636093 0 0 0 54650 768 0 0 16 0 2 0 146005839 64294912 10112 1992294400 134512640 146736320 4292905872 18446744073709551615 144580073 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1116.24
Current children cumulated vsize (KiB) 71488

[startup+702.302 s]
/proc/loadavg: 1.95 1.74 0.99 3/108 515
/proc/meminfo: memFree=1427116/2059040 swapFree=4139708/4192956
[pid=490] ppid=488 vsize=8700 CPUtime=0
/proc/490/stat : 490 (run) S 488 490 415 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 146005755 8908800 248 1992294400 4194304 4922060 140736643161264 18446744073709551615 266013875333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/490/statm: 2175 248 208 178 0 68 0
[pid=491] ppid=490 vsize=62796 CPUtime=1221.4
/proc/491/stat : 491 (pb_cplex) R 490 490 415 0 -1 4202496 1179142 0 0 0 120594 1546 0 0 16 0 2 0 146005755 64303104 10117 1992294400 134512640 146736320 4292905872 18446744073709551615 139023098 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/491/statm: 15699 10117 1100 2985 0 12241 0
[pid=491/tid=495] ppid=490 vsize=62796 CPUtime=606.13
/proc/491/task/495/stat : 495 (pb_cplex) R 490 490 415 0 -1 4202560 672668 0 0 0 59786 827 0 0 16 0 2 0 146005839 64303104 10117 1992294400 134512640 146736320 4292905872 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1221.4
Current children cumulated vsize (KiB) 71496

[startup+762.309 s]
/proc/loadavg: 1.86 1.75 1.04 3/108 517
/proc/meminfo: memFree=1425628/2059040 swapFree=4139708/4192956
[pid=490] ppid=488 vsize=8700 CPUtime=0
/proc/490/stat : 490 (run) S 488 490 415 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 146005755 8908800 248 1992294400 4194304 4922060 140736643161264 18446744073709551615 266013875333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/490/statm: 2175 248 208 178 0 68 0
[pid=491] ppid=490 vsize=64852 CPUtime=1326.3
/proc/491/stat : 491 (pb_cplex) R 490 490 415 0 -1 4202496 1210015 0 0 0 130987 1643 0 0 16 0 2 0 146005755 66408448 10484 1992294400 134512640 146736320 4292905872 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/491/statm: 16213 10484 1101 2985 0 12755 0
[pid=491/tid=495] ppid=490 vsize=64852 CPUtime=657.74
/proc/491/task/495/stat : 495 (pb_cplex) S 490 490 415 0 -1 4202560 689569 0 0 0 64898 876 0 0 16 0 2 0 146005839 66408448 10484 1992294400 134512640 146736320 4292905872 18446744073709551615 144580073 0 2 4096 16387 18446604437835875328 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1326.3
Current children cumulated vsize (KiB) 73552

[startup+822.302 s]
/proc/loadavg: 1.80 1.75 1.08 3/108 517
/proc/meminfo: memFree=1425504/2059040 swapFree=4139708/4192956
[pid=490] ppid=488 vsize=8700 CPUtime=0
/proc/490/stat : 490 (run) S 488 490 415 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 146005755 8908800 248 1992294400 4194304 4922060 140736643161264 18446744073709551615 266013875333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/490/statm: 2175 248 208 178 0 68 0
[pid=491] ppid=490 vsize=64508 CPUtime=1431.04
/proc/491/stat : 491 (pb_cplex) R 490 490 415 0 -1 4202496 1245741 0 0 0 141357 1747 0 0 16 0 2 0 146005755 66056192 10497 1992294400 134512640 146736320 4292905872 18446744073709551615 136015700 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/491/statm: 16127 10497 1101 2985 0 12669 0
[pid=491/tid=495] ppid=490 vsize=64508 CPUtime=709.41
/proc/491/task/495/stat : 495 (pb_cplex) R 490 490 415 0 -1 4202560 707779 0 0 0 70012 929 0 0 16 0 2 0 146005839 66056192 10497 1992294400 134512640 146736320 4292905872 18446744073709551615 135450745 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1431.04
Current children cumulated vsize (KiB) 73208

[startup+882.302 s]
/proc/loadavg: 1.93 1.79 1.14 2/108 519
/proc/meminfo: memFree=1424636/2059040 swapFree=4139708/4192956
[pid=490] ppid=488 vsize=8700 CPUtime=0
/proc/490/stat : 490 (run) S 488 490 415 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 146005755 8908800 248 1992294400 4194304 4922060 140736643161264 18446744073709551615 266013875333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/490/statm: 2175 248 208 178 0 68 0
[pid=491] ppid=490 vsize=64928 CPUtime=1535.52
/proc/491/stat : 491 (pb_cplex) R 490 490 415 0 -1 4202496 1272848 0 0 0 151702 1850 0 0 16 0 2 0 146005755 66486272 10697 1992294400 134512640 146736320 4292905872 18446744073709551615 137084989 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/491/statm: 16232 10697 1101 2985 0 12774 0
[pid=491/tid=495] ppid=490 vsize=64928 CPUtime=761.2
/proc/491/task/495/stat : 495 (pb_cplex) R 490 490 415 0 -1 4202560 718113 0 0 0 75141 979 0 0 16 0 2 0 146005839 66486272 10697 1992294400 134512640 146736320 4292905872 18446744073709551615 135850070 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1535.52
Current children cumulated vsize (KiB) 73628

[startup+942.302 s]
/proc/loadavg: 1.89 1.80 1.18 2/108 521
/proc/meminfo: memFree=1425256/2059040 swapFree=4139708/4192956
[pid=490] ppid=488 vsize=8700 CPUtime=0
/proc/490/stat : 490 (run) S 488 490 415 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 146005755 8908800 248 1992294400 4194304 4922060 140736643161264 18446744073709551615 266013875333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/490/statm: 2175 248 208 178 0 68 0
[pid=491] ppid=490 vsize=65356 CPUtime=1638.52
/proc/491/stat : 491 (pb_cplex) R 490 490 415 0 -1 4202496 1521046 0 0 0 161804 2048 0 0 16 0 2 0 146005755 66924544 10552 1992294400 134512640 146736320 4292905872 18446744073709551615 139023039 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/491/statm: 16339 10552 1101 2985 0 12881 0
[pid=491/tid=495] ppid=490 vsize=65356 CPUtime=811.61
/proc/491/task/495/stat : 495 (pb_cplex) R 490 490 415 0 -1 4202560 859580 0 0 0 80075 1086 0 0 16 0 2 0 146005839 66924544 10552 1992294400 134512640 146736320 4292905872 18446744073709551615 135231478 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1638.52
Current children cumulated vsize (KiB) 74056

[startup+1002.3 s]
/proc/loadavg: 1.79 1.79 1.21 3/108 523
/proc/meminfo: memFree=1425504/2059040 swapFree=4139708/4192956
[pid=490] ppid=488 vsize=8700 CPUtime=0
/proc/490/stat : 490 (run) S 488 490 415 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 146005755 8908800 248 1992294400 4194304 4922060 140736643161264 18446744073709551615 266013875333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/490/statm: 2175 248 208 178 0 68 0
[pid=491] ppid=490 vsize=63928 CPUtime=1743.44
/proc/491/stat : 491 (pb_cplex) S 490 490 415 0 -1 4202496 1577190 0 0 0 172171 2173 0 0 16 0 2 0 146005755 65462272 10488 1992294400 134512640 146736320 4292905872 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/491/statm: 15982 10488 1101 2985 0 12524 0
[pid=491/tid=495] ppid=490 vsize=63928 CPUtime=862.8
/proc/491/task/495/stat : 495 (pb_cplex) R 490 490 415 0 -1 4202560 880191 0 0 0 85135 1145 0 0 16 0 2 0 146005839 65462272 10488 1992294400 134512640 146736320 4292905872 18446744073709551615 135443437 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1743.44
Current children cumulated vsize (KiB) 72628



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1034.9 s]
/proc/loadavg: 1.69 1.76 1.22 2/108 523
/proc/meminfo: memFree=1425504/2059040 swapFree=4139708/4192956
[pid=490] ppid=488 vsize=8700 CPUtime=0
/proc/490/stat : 490 (run) S 488 490 415 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 146005755 8908800 248 1992294400 4194304 4922060 140736643161264 18446744073709551615 266013875333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/490/statm: 2175 248 208 178 0 68 0
[pid=491] ppid=490 vsize=63928 CPUtime=1800.15
/proc/491/stat : 491 (pb_cplex) R 490 490 415 0 -1 4202496 1594142 0 0 0 177782 2233 0 0 16 0 2 0 146005755 65462272 10488 1992294400 134512640 146736320 4292905872 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/491/statm: 15982 10488 1101 2985 0 12524 0
[pid=491/tid=495] ppid=490 vsize=63928 CPUtime=890.83
/proc/491/task/495/stat : 495 (pb_cplex) R 490 490 415 0 -1 4202560 888603 0 0 0 87911 1172 0 0 15 0 2 0 146005839 65462272 10488 1992294400 134512640 146736320 4292905872 18446744073709551615 144580073 0 2 4096 16387 18446604437835875328 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.15
Current children cumulated vsize (KiB) 72628

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

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

[startup+1034.9 s]
/proc/loadavg: 1.69 1.76 1.22 2/108 523
/proc/meminfo: memFree=1425504/2059040 swapFree=4139708/4192956
[pid=490] ppid=488 vsize=8700 CPUtime=0
/proc/490/stat : 490 (run) S 488 490 415 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 146005755 8908800 248 1992294400 4194304 4922060 140736643161264 18446744073709551615 266013875333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/490/statm: 2175 248 208 178 0 68 0
[pid=491] ppid=490 vsize=63928 CPUtime=1800.15
/proc/491/stat : 491 (pb_cplex) R 490 490 415 0 -1 4202496 1594142 0 0 0 177782 2233 0 0 16 0 2 0 146005755 65462272 10488 1992294400 134512640 146736320 4292905872 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/491/statm: 15982 10488 1101 2985 0 12524 0
[pid=491/tid=495] ppid=490 vsize=63928 CPUtime=890.83
/proc/491/task/495/stat : 495 (pb_cplex) R 490 490 415 0 -1 4202560 888603 0 0 0 87911 1172 0 0 15 0 2 0 146005839 65462272 10488 1992294400 134512640 146736320 4292905872 18446744073709551615 144580073 0 2 4096 16387 18446604437835875328 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.15
Current children cumulated vsize (KiB) 72628

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1034.92
CPU time (s): 1800.18
CPU user time (s): 1777.83
CPU system time (s): 22.3426
CPU usage (%): 173.944
Max. virtual memory (cumulated for all children) (KiB): 81132

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1777.83
system time used= 22.3426
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1594508
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= 439392
involuntary context switches= 26796

runsolver used 1.9507 second user time and 5.29219 second system time

The end

Launcher Data

Begin job on node054 at 2010-07-02 07:05:43
IDJOB=2696875
IDBENCH=47909
IDSOLVER=1209
FILE ID=node054/2696875-1278047143
PBS_JOBID= 11198840
Free space on /tmp= 62300 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=107-P1=13-P2=17-P3=127-P4=13-P5=53-P6=73-P7=59-B.opb
COMMAND LINE= run BENCHNAME
CONVERSION SCRIPT= PBconversionToLinear BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2696875-1278047143/watcher-2696875-1278047143 -o /tmp/evaluation-result-2696875-1278047143/solver-2696875-1278047143 -C 1800 -W 2000 -M 1800  run HOME/instance-2696875-1278047143.opb

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

MD5SUM BENCH= c07fae5b4c60769a268376cf318d4faa
RANDOM SEED=996416256

node054.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.217
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.43
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.217
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:       1465488 kB
Buffers:        133416 kB
Cached:         357852 kB
SwapCached:       6652 kB
Active:         229428 kB
Inactive:       275408 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1465488 kB
SwapTotal:     4192956 kB
SwapFree:      4139708 kB
Dirty:           16632 kB
Writeback:           0 kB
AnonPages:       11984 kB
Mapped:          12052 kB
Slab:            66816 kB
PageTables:       4124 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180976 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264964 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

CONVERSION COMMAND LINE= PBconversionToLinear HOME/instance-2696875-1278047143.opb

Free space on /tmp at the end= 62284 MiB
End job on node054 at 2010-07-02 07:23:01