Trace number 2697025

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.15 1035.92

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=8-P0=53-P1=17-P2=109-P3=2-P4=191-P5=191-P6=47-P7=101-P8=97-B.opb
MD5SUM10ec6ab90ad015d6fa7b4d2290470901
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark8.50171
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 2
Optimality of the best value was proved YES
Number of variables192
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 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)512
Sum of products size (including duplicates)1024
Number of different products512
Sum of products size1024

Solver Data

0.00/0.00	c pb_cplex 1.0 - 20100701
0.00/0.00	c Parsing opb file format. File HOME/instance-2697025-1278049183.opb.
0.00/0.00	c Instance file HOME/instance-2697025-1278049183.opb
0.00/0.00	c File size is 38506 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.03	c ============================[ Problem Statistics ]=============================
0.00/0.03	c |                                                                             |
0.00/0.03	c |  Parsing time:          0.03         s                                      |
0.00/0.03	c |  Number Variables:      704                                                 |
0.00/0.03	c |  Number Constraints:    1041                                                |
0.00/0.03	c ===============================================================================
1800.15/1035.91	c Remaining time 1799.97 sec.
1800.15/1035.91	c 
1800.15/1035.91	c *** INTERRUPTED ***
1800.15/1035.91	s UNKNOWN
1800.15/1035.91	c Total CPU time              : 1777.33 s
1800.15/1035.91	c Memory used           : 93.55 MB
1800.15/1035.91	c CPU time              : 1777.33 s
1800.15/1035.91	c 
1800.15/1035.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-2697025-1278049183/watcher-2697025-1278049183 -o /tmp/evaluation-result-2697025-1278049183/solver-2697025-1278049183 -C 1800 -W 2000 -M 1800 run HOME/instance-2697025-1278049183.opb 

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


[startup+0 s]
/proc/loadavg: 1.97 1.88 1.64 3/106 24868
/proc/meminfo: memFree=1474776/2059040 swapFree=4139344/4192956
[pid=24868] ppid=24866 vsize=8700 CPUtime=0
/proc/24868/stat : 24868 (run) R 24866 24868 24640 0 -1 4202496 348 0 0 0 0 0 0 0 20 0 1 0 180522030 8908800 249 1992294400 4194304 4922060 140734280904672 18446744073709551615 228898480533 0 65538 4100 65536 0 0 0 17 1 0 0 0
/proc/24868/statm: 2175 249 208 178 0 68 0

[startup+0.025334 s]
/proc/loadavg: 1.97 1.88 1.64 3/106 24868
/proc/meminfo: memFree=1474776/2059040 swapFree=4139344/4192956
[pid=24868] ppid=24866 vsize=8700 CPUtime=0
/proc/24868/stat : 24868 (run) S 24866 24868 24640 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 180522030 8908800 249 1992294400 4194304 4922060 140734280904672 18446744073709551615 228898479237 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/24868/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.105943 s]
/proc/loadavg: 1.97 1.88 1.64 3/106 24868
/proc/meminfo: memFree=1474776/2059040 swapFree=4139344/4192956
[pid=24868] ppid=24866 vsize=8700 CPUtime=0
/proc/24868/stat : 24868 (run) S 24866 24868 24640 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 180522030 8908800 249 1992294400 4194304 4922060 140734280904672 18446744073709551615 228898479237 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/24868/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300942 s]
/proc/loadavg: 1.97 1.88 1.64 3/106 24868
/proc/meminfo: memFree=1474776/2059040 swapFree=4139344/4192956
[pid=24868] ppid=24866 vsize=8700 CPUtime=0
/proc/24868/stat : 24868 (run) S 24866 24868 24640 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 180522030 8908800 249 1992294400 4194304 4922060 140734280904672 18446744073709551615 228898479237 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/24868/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700939 s]
/proc/loadavg: 1.97 1.88 1.64 3/106 24868
/proc/meminfo: memFree=1474776/2059040 swapFree=4139344/4192956
[pid=24868] ppid=24866 vsize=8700 CPUtime=0
/proc/24868/stat : 24868 (run) S 24866 24868 24640 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 180522030 8908800 249 1992294400 4194304 4922060 140734280904672 18446744073709551615 228898479237 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/24868/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50093 s]
/proc/loadavg: 1.97 1.88 1.64 2/108 24871
/proc/meminfo: memFree=1466452/2059040 swapFree=4139344/4192956
[pid=24868] ppid=24866 vsize=8700 CPUtime=0
/proc/24868/stat : 24868 (run) S 24866 24868 24640 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 180522030 8908800 249 1992294400 4194304 4922060 140734280904672 18446744073709551615 228898479237 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/24868/statm: 2175 249 208 178 0 68 0
[pid=24869] ppid=24868 vsize=36564 CPUtime=1.99
/proc/24869/stat : 24869 (pb_cplex) R 24868 24868 24640 0 -1 4202496 9206 0 0 0 192 7 0 0 17 0 2 0 180522030 37441536 3775 1992294400 134512640 146736320 4294918560 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/24869/statm: 9141 3775 1071 2985 0 5683 0
Current children cumulated CPU time (s) 1.99
Current children cumulated vsize (KiB) 45264

[startup+3.10192 s]
/proc/loadavg: 1.97 1.88 1.64 3/109 24873
/proc/meminfo: memFree=1462848/2059040 swapFree=4139344/4192956
[pid=24868] ppid=24866 vsize=8700 CPUtime=0
/proc/24868/stat : 24868 (run) S 24866 24868 24640 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 180522030 8908800 249 1992294400 4194304 4922060 140734280904672 18446744073709551615 228898479237 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/24868/statm: 2175 249 208 178 0 68 0
[pid=24869] ppid=24868 vsize=37736 CPUtime=4.73
/proc/24869/stat : 24869 (pb_cplex) R 24868 24868 24640 0 -1 4202496 25931 0 0 0 457 16 0 0 16 0 2 0 180522030 38641664 3986 1992294400 134512640 146736320 4294918560 18446744073709551615 138298730 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/24869/statm: 9434 3986 1074 2985 0 5976 0
[pid=24869/tid=24873] ppid=24868 vsize=37736 CPUtime=1.72
/proc/24869/task/24873/stat : 24873 (pb_cplex) R 24868 24868 24640 0 -1 4202560 18746 0 0 0 164 8 0 0 17 0 2 0 180522143 38641664 3986 1992294400 134512640 146736320 4294918560 18446744073709551615 137177444 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.73
Current children cumulated vsize (KiB) 46436

[startup+6.30091 s]
/proc/loadavg: 1.97 1.88 1.64 2/109 24873
/proc/meminfo: memFree=1459624/2059040 swapFree=4139344/4192956
[pid=24868] ppid=24866 vsize=8700 CPUtime=0
/proc/24868/stat : 24868 (run) S 24866 24868 24640 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 180522030 8908800 249 1992294400 4194304 4922060 140734280904672 18446744073709551615 228898479237 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/24868/statm: 2175 249 208 178 0 68 0
[pid=24869] ppid=24868 vsize=40244 CPUtime=10.08
/proc/24869/stat : 24869 (pb_cplex) S 24868 24868 24640 0 -1 4202496 42815 0 0 0 979 29 0 0 17 0 2 0 180522030 41209856 4571 1992294400 134512640 146736320 4294918560 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/24869/statm: 10061 4571 1074 2985 0 6603 0
[pid=24869/tid=24873] ppid=24868 vsize=40244 CPUtime=4.21
/proc/24869/task/24873/stat : 24873 (pb_cplex) R 24868 24868 24640 0 -1 4202560 29021 0 0 0 406 15 0 0 16 0 2 0 180522143 41209856 4571 1992294400 134512640 146736320 4294918560 18446744073709551615 136008069 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 10.08
Current children cumulated vsize (KiB) 48944

[startup+12.7019 s]
/proc/loadavg: 1.90 1.87 1.63 2/109 24873
/proc/meminfo: memFree=1454804/2059040 swapFree=4139344/4192956
[pid=24868] ppid=24866 vsize=8700 CPUtime=0
/proc/24868/stat : 24868 (run) S 24866 24868 24640 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 180522030 8908800 249 1992294400 4194304 4922060 140734280904672 18446744073709551615 228898479237 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/24868/statm: 2175 249 208 178 0 68 0
[pid=24869] ppid=24868 vsize=43852 CPUtime=20.87
/proc/24869/stat : 24869 (pb_cplex) R 24868 24868 24640 0 -1 4202496 68776 0 0 0 2039 48 0 0 16 0 2 0 180522030 44904448 5559 1992294400 134512640 146736320 4294918560 18446744073709551615 139042974 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/24869/statm: 10963 5559 1074 2985 0 7505 0
[pid=24869/tid=24873] ppid=24868 vsize=43852 CPUtime=9.84
/proc/24869/task/24873/stat : 24873 (pb_cplex) R 24868 24868 24640 0 -1 4202560 39512 0 0 0 961 23 0 0 16 0 2 0 180522143 44904448 5559 1992294400 134512640 146736320 4294918560 18446744073709551615 136403116 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 20.87
Current children cumulated vsize (KiB) 52552

[startup+25.5008 s]
/proc/loadavg: 1.85 1.86 1.63 2/109 24874
/proc/meminfo: memFree=1451580/2059040 swapFree=4139344/4192956
[pid=24868] ppid=24866 vsize=8700 CPUtime=0
/proc/24868/stat : 24868 (run) S 24866 24868 24640 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 180522030 8908800 249 1992294400 4194304 4922060 140734280904672 18446744073709551615 228898479237 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/24868/statm: 2175 249 208 178 0 68 0
[pid=24869] ppid=24868 vsize=50988 CPUtime=42.77
/proc/24869/stat : 24869 (pb_cplex) R 24868 24868 24640 0 -1 4202496 110725 0 0 0 4202 75 0 0 16 0 2 0 180522030 52211712 7171 1992294400 134512640 146736320 4294918560 18446744073709551615 137381051 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/24869/statm: 12747 7171 1074 2985 0 9289 0
[pid=24869/tid=24873] ppid=24868 vsize=50988 CPUtime=20.75
/proc/24869/task/24873/stat : 24873 (pb_cplex) R 24868 24868 24640 0 -1 4202560 58678 0 0 0 2040 35 0 0 16 0 2 0 180522143 52211712 7171 1992294400 134512640 146736320 4294918560 18446744073709551615 136365208 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 42.77
Current children cumulated vsize (KiB) 59688

[startup+51.1006 s]
/proc/loadavg: 1.76 1.83 1.63 2/109 24875
/proc/meminfo: memFree=1446620/2059040 swapFree=4139344/4192956
[pid=24868] ppid=24866 vsize=8700 CPUtime=0
/proc/24868/stat : 24868 (run) S 24866 24868 24640 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 180522030 8908800 249 1992294400 4194304 4922060 140734280904672 18446744073709551615 228898479237 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/24868/statm: 2175 249 208 178 0 68 0
[pid=24869] ppid=24868 vsize=53728 CPUtime=85.82
/proc/24869/stat : 24869 (pb_cplex) R 24868 24868 24640 0 -1 4202496 187971 0 0 0 8457 125 0 0 17 0 2 0 180522030 55017472 7832 1992294400 134512640 146736320 4294918560 18446744073709551615 136008050 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/24869/statm: 13432 7832 1074 2985 0 9974 0
[pid=24869/tid=24873] ppid=24868 vsize=53728 CPUtime=43.35
/proc/24869/task/24873/stat : 24873 (pb_cplex) R 24868 24868 24640 0 -1 4202560 102010 0 0 0 4272 63 0 0 22 0 2 0 180522143 55017472 7832 1992294400 134512640 146736320 4294918560 18446744073709551615 135454096 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 85.82
Current children cumulated vsize (KiB) 62428

[startup+102.309 s]
/proc/loadavg: 1.76 1.81 1.64 3/109 24877
/proc/meminfo: memFree=1442900/2059040 swapFree=4139344/4192956
[pid=24868] ppid=24866 vsize=8700 CPUtime=0
/proc/24868/stat : 24868 (run) S 24866 24868 24640 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 180522030 8908800 249 1992294400 4194304 4922060 140734280904672 18446744073709551615 228898479237 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/24868/statm: 2175 249 208 178 0 68 0
[pid=24869] ppid=24868 vsize=60356 CPUtime=172.98
/proc/24869/stat : 24869 (pb_cplex) R 24868 24868 24640 0 -1 4202496 325278 0 0 0 17083 215 0 0 16 0 2 0 180522030 61804544 9337 1992294400 134512640 146736320 4294918560 18446744073709551615 136008178 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/24869/statm: 15089 9337 1074 2985 0 11631 0
[pid=24869/tid=24873] ppid=24868 vsize=60356 CPUtime=87.07
/proc/24869/task/24873/stat : 24873 (pb_cplex) R 24868 24868 24640 0 -1 4202560 163674 0 0 0 8601 106 0 0 25 0 2 0 180522143 61804544 9337 1992294400 134512640 146736320 4294918560 18446744073709551615 136403116 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 172.98
Current children cumulated vsize (KiB) 69056

[startup+162.301 s]
/proc/loadavg: 1.52 1.73 1.62 3/109 24877
/proc/meminfo: memFree=1436328/2059040 swapFree=4139344/4192956
[pid=24868] ppid=24866 vsize=8700 CPUtime=0
/proc/24868/stat : 24868 (run) S 24866 24868 24640 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 180522030 8908800 249 1992294400 4194304 4922060 140734280904672 18446744073709551615 228898479237 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/24868/statm: 2175 249 208 178 0 68 0
[pid=24869] ppid=24868 vsize=66992 CPUtime=269.99
/proc/24869/stat : 24869 (pb_cplex) S 24868 24868 24640 0 -1 4202496 518754 0 0 0 26664 335 0 0 16 0 2 0 180522030 68599808 10972 1992294400 134512640 146736320 4294918560 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/24869/statm: 16748 10972 1074 2985 0 13290 0
[pid=24869/tid=24873] ppid=24868 vsize=66992 CPUtime=141.39
/proc/24869/task/24873/stat : 24873 (pb_cplex) R 24868 24868 24640 0 -1 4202560 265106 0 0 0 13972 167 0 0 24 0 2 0 180522143 68599808 10972 1992294400 134512640 146736320 4294918560 18446744073709551615 135454090 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 269.99
Current children cumulated vsize (KiB) 75692

[startup+222.301 s]
/proc/loadavg: 1.63 1.71 1.62 4/109 24879
/proc/meminfo: memFree=1427400/2059040 swapFree=4139344/4192956
[pid=24868] ppid=24866 vsize=8700 CPUtime=0
/proc/24868/stat : 24868 (run) S 24866 24868 24640 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 180522030 8908800 249 1992294400 4194304 4922060 140734280904672 18446744073709551615 228898479237 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/24868/statm: 2175 249 208 178 0 68 0
[pid=24869] ppid=24868 vsize=75320 CPUtime=372.38
/proc/24869/stat : 24869 (pb_cplex) S 24868 24868 24640 0 -1 4202496 643089 0 0 0 36820 418 0 0 18 0 2 0 180522030 77127680 12570 1992294400 134512640 146736320 4294918560 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/24869/statm: 18830 12570 1075 2985 0 15372 0
[pid=24869/tid=24873] ppid=24868 vsize=75320 CPUtime=194.24
/proc/24869/task/24873/stat : 24873 (pb_cplex) R 24868 24868 24640 0 -1 4202560 334909 0 0 0 19211 213 0 0 19 0 2 0 180522143 77127680 12570 1992294400 134512640 146736320 4294918560 18446744073709551615 136008042 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 372.38
Current children cumulated vsize (KiB) 84020

[startup+282.302 s]
/proc/loadavg: 1.64 1.70 1.62 3/109 24881
/proc/meminfo: memFree=1427524/2059040 swapFree=4139344/4192956
[pid=24868] ppid=24866 vsize=8700 CPUtime=0
/proc/24868/stat : 24868 (run) S 24866 24868 24640 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 180522030 8908800 249 1992294400 4194304 4922060 140734280904672 18446744073709551615 228898479237 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/24868/statm: 2175 249 208 178 0 68 0
[pid=24869] ppid=24868 vsize=74980 CPUtime=472.73
/proc/24869/stat : 24869 (pb_cplex) R 24868 24868 24640 0 -1 4202496 718159 0 0 0 46791 482 0 0 17 0 2 0 180522030 76779520 12559 1992294400 134512640 146736320 4294918560 18446744073709551615 136008454 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/24869/statm: 18745 12559 1083 2985 0 15287 0
[pid=24869/tid=24873] ppid=24868 vsize=74980 CPUtime=241.04
/proc/24869/task/24873/stat : 24873 (pb_cplex) R 24868 24868 24640 0 -1 4202560 376931 0 0 0 23858 246 0 0 17 0 2 0 180522143 76779520 12559 1992294400 134512640 146736320 4294918560 18446744073709551615 137386592 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 472.73
Current children cumulated vsize (KiB) 83680

[startup+342.301 s]
/proc/loadavg: 1.85 1.75 1.64 3/109 24883
/proc/meminfo: memFree=1426904/2059040 swapFree=4139344/4192956
[pid=24868] ppid=24866 vsize=8700 CPUtime=0
/proc/24868/stat : 24868 (run) S 24866 24868 24640 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 180522030 8908800 249 1992294400 4194304 4922060 140734280904672 18446744073709551615 228898479237 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/24868/statm: 2175 249 208 178 0 68 0
[pid=24869] ppid=24868 vsize=75892 CPUtime=572.03

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

[pid=24869] ppid=24868 vsize=83828 CPUtime=885.49
/proc/24869/stat : 24869 (pb_cplex) S 24868 24868 24640 0 -1 4202496 1316945 0 0 0 87598 951 0 0 16 0 2 0 180522030 85839872 14515 1992294400 134512640 146736320 4294918560 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/24869/statm: 20957 14515 1083 2985 0 17499 0
[pid=24869/tid=24873] ppid=24868 vsize=83828 CPUtime=445.91
/proc/24869/task/24873/stat : 24873 (pb_cplex) R 24868 24868 24640 0 -1 4202560 724943 0 0 0 44078 513 0 0 18 0 2 0 180522143 85839872 14515 1992294400 134512640 146736320 4294918560 18446744073709551615 139023098 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 885.49
Current children cumulated vsize (KiB) 92528

[startup+582.301 s]
/proc/loadavg: 1.65 1.74 1.65 3/109 24889
/proc/meminfo: memFree=1419092/2059040 swapFree=4139344/4192956
[pid=24868] ppid=24866 vsize=8700 CPUtime=0
/proc/24868/stat : 24868 (run) S 24866 24868 24640 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 180522030 8908800 249 1992294400 4194304 4922060 140734280904672 18446744073709551615 228898479237 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/24868/statm: 2175 249 208 178 0 68 0
[pid=24869] ppid=24868 vsize=84352 CPUtime=993.76
/proc/24869/stat : 24869 (pb_cplex) R 24868 24868 24640 0 -1 4202496 1563738 0 0 0 98236 1140 0 0 17 0 2 0 180522030 86376448 14717 1992294400 134512640 146736320 4294918560 18446744073709551615 135850322 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/24869/statm: 21088 14717 1083 2985 0 17630 0
[pid=24869/tid=24873] ppid=24868 vsize=84352 CPUtime=499.82
/proc/24869/task/24873/stat : 24873 (pb_cplex) R 24868 24868 24640 0 -1 4202560 869114 0 0 0 49360 622 0 0 16 0 2 0 180522143 86376448 14717 1992294400 134512640 146736320 4294918560 18446744073709551615 139023104 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 993.76
Current children cumulated vsize (KiB) 93052

[startup+642.302 s]
/proc/loadavg: 1.74 1.76 1.67 3/109 24891
/proc/meminfo: memFree=1417604/2059040 swapFree=4139344/4192956
[pid=24868] ppid=24866 vsize=8700 CPUtime=0
/proc/24868/stat : 24868 (run) S 24866 24868 24640 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 180522030 8908800 249 1992294400 4194304 4922060 140734280904672 18446744073709551615 228898479237 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/24868/statm: 2175 249 208 178 0 68 0
[pid=24869] ppid=24868 vsize=85944 CPUtime=1100.48
/proc/24869/stat : 24869 (pb_cplex) R 24868 24868 24640 0 -1 4202496 1771923 0 0 0 108751 1297 0 0 17 0 2 0 180522030 88006656 14991 1992294400 134512640 146736320 4294918560 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/24869/statm: 21486 14991 1083 2985 0 18028 0
[pid=24869/tid=24873] ppid=24868 vsize=85944 CPUtime=553.62
/proc/24869/task/24873/stat : 24873 (pb_cplex) R 24868 24868 24640 0 -1 4202560 985659 0 0 0 54655 707 0 0 16 0 2 0 180522143 88006656 14991 1992294400 134512640 146736320 4294918560 18446744073709551615 135454096 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1100.48
Current children cumulated vsize (KiB) 94644

[startup+702.301 s]
/proc/loadavg: 1.73 1.77 1.67 3/109 24893
/proc/meminfo: memFree=1416364/2059040 swapFree=4139344/4192956
[pid=24868] ppid=24866 vsize=8700 CPUtime=0
/proc/24868/stat : 24868 (run) S 24866 24868 24640 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 180522030 8908800 249 1992294400 4194304 4922060 140734280904672 18446744073709551615 228898479237 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/24868/statm: 2175 249 208 178 0 68 0
[pid=24869] ppid=24868 vsize=86196 CPUtime=1208.44
/proc/24869/stat : 24869 (pb_cplex) R 24868 24868 24640 0 -1 4202496 1935599 0 0 0 119394 1450 0 0 17 0 2 0 180522030 88264704 15291 1992294400 134512640 146736320 4294918560 18446744073709551615 135983225 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/24869/statm: 21549 15291 1083 2985 0 18091 0
[pid=24869/tid=24873] ppid=24868 vsize=86196 CPUtime=607.18
/proc/24869/task/24873/stat : 24873 (pb_cplex) R 24868 24868 24640 0 -1 4202560 1007772 0 0 0 59969 749 0 0 16 0 2 0 180522143 88264704 15291 1992294400 134512640 146736320 4294918560 18446744073709551615 136015696 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1208.44
Current children cumulated vsize (KiB) 94896

[startup+762.309 s]
/proc/loadavg: 1.80 1.78 1.68 2/109 24893
/proc/meminfo: memFree=1416116/2059040 swapFree=4139344/4192956
[pid=24868] ppid=24866 vsize=8700 CPUtime=0
/proc/24868/stat : 24868 (run) S 24866 24868 24640 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 180522030 8908800 249 1992294400 4194304 4922060 140734280904672 18446744073709551615 228898479237 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/24868/statm: 2175 249 208 178 0 68 0
[pid=24869] ppid=24868 vsize=86628 CPUtime=1316.24
/proc/24869/stat : 24869 (pb_cplex) R 24868 24868 24640 0 -1 4202496 2048151 0 0 0 130064 1560 0 0 18 0 2 0 180522030 88707072 15369 1992294400 134512640 146736320 4294918560 18446744073709551615 135851010 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/24869/statm: 21657 15369 1083 2985 0 18199 0
[pid=24869/tid=24873] ppid=24868 vsize=86628 CPUtime=660.96
/proc/24869/task/24873/stat : 24873 (pb_cplex) R 24868 24868 24640 0 -1 4202560 1062898 0 0 0 65294 802 0 0 17 0 2 0 180522143 88707072 15369 1992294400 134512640 146736320 4294918560 18446744073709551615 135850319 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1316.24
Current children cumulated vsize (KiB) 95328

[startup+822.302 s]
/proc/loadavg: 1.80 1.77 1.68 3/109 24895
/proc/meminfo: memFree=1416240/2059040 swapFree=4139344/4192956
[pid=24868] ppid=24866 vsize=8700 CPUtime=0
/proc/24868/stat : 24868 (run) S 24866 24868 24640 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 180522030 8908800 249 1992294400 4194304 4922060 140734280904672 18446744073709551615 228898479237 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/24868/statm: 2175 249 208 178 0 68 0
[pid=24869] ppid=24868 vsize=86424 CPUtime=1423.41
/proc/24869/stat : 24869 (pb_cplex) S 24868 24868 24640 0 -1 4202496 2142589 0 0 0 140681 1660 0 0 17 0 2 0 180522030 88498176 15343 1992294400 134512640 146736320 4294918560 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/24869/statm: 21606 15343 1083 2985 0 18148 0
[pid=24869/tid=24873] ppid=24868 vsize=86424 CPUtime=714.39
/proc/24869/task/24873/stat : 24873 (pb_cplex) R 24868 24868 24640 0 -1 4202560 1108233 0 0 0 70585 854 0 0 17 0 2 0 180522143 88498176 15343 1992294400 134512640 146736320 4294918560 18446744073709551615 137368695 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1423.41
Current children cumulated vsize (KiB) 95124

[startup+882.301 s]
/proc/loadavg: 1.82 1.78 1.69 3/109 24897
/proc/meminfo: memFree=1415496/2059040 swapFree=4139344/4192956
[pid=24868] ppid=24866 vsize=8700 CPUtime=0
/proc/24868/stat : 24868 (run) S 24866 24868 24640 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 180522030 8908800 249 1992294400 4194304 4922060 140734280904672 18446744073709551615 228898479237 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/24868/statm: 2175 249 208 178 0 68 0
[pid=24869] ppid=24868 vsize=88012 CPUtime=1530.12
/proc/24869/stat : 24869 (pb_cplex) R 24868 24868 24640 0 -1 4202496 2301726 0 0 0 151185 1827 0 0 16 0 2 0 180522030 90124288 15488 1992294400 134512640 146736320 4294918560 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/24869/statm: 22003 15488 1083 2985 0 18545 0
[pid=24869/tid=24873] ppid=24868 vsize=88012 CPUtime=767.58
/proc/24869/task/24873/stat : 24873 (pb_cplex) R 24868 24868 24640 0 -1 4202560 1235932 0 0 0 75796 962 0 0 16 0 2 0 180522143 90124288 15488 1992294400 134512640 146736320 4294918560 18446744073709551615 135845834 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1530.12
Current children cumulated vsize (KiB) 96712

[startup+942.302 s]
/proc/loadavg: 1.89 1.80 1.70 3/109 24899
/proc/meminfo: memFree=1415496/2059040 swapFree=4139344/4192956
[pid=24868] ppid=24866 vsize=8700 CPUtime=0
/proc/24868/stat : 24868 (run) S 24866 24868 24640 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 180522030 8908800 249 1992294400 4194304 4922060 140734280904672 18446744073709551615 228898479237 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/24868/statm: 2175 249 208 178 0 68 0
[pid=24869] ppid=24868 vsize=87960 CPUtime=1637.49
/proc/24869/stat : 24869 (pb_cplex) R 24868 24868 24640 0 -1 4202496 2502186 0 0 0 161751 1998 0 0 18 0 2 0 180522030 90071040 15498 1992294400 134512640 146736320 4294918560 18446744073709551615 135850067 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/24869/statm: 21990 15498 1083 2985 0 18532 0
[pid=24869/tid=24873] ppid=24868 vsize=87960 CPUtime=821.18
/proc/24869/task/24873/stat : 24873 (pb_cplex) S 24868 24868 24640 0 -1 4202560 1274816 0 0 0 81105 1013 0 0 18 0 2 0 180522143 90071040 15498 1992294400 134512640 146736320 4294918560 18446744073709551615 144580073 0 2 4096 16387 18446604437830817792 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1637.49
Current children cumulated vsize (KiB) 96660

[startup+1002.3 s]
/proc/loadavg: 1.78 1.79 1.70 2/109 24901
/proc/meminfo: memFree=1415124/2059040 swapFree=4139344/4192956
[pid=24868] ppid=24866 vsize=8700 CPUtime=0
/proc/24868/stat : 24868 (run) S 24866 24868 24640 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 180522030 8908800 249 1992294400 4194304 4922060 140734280904672 18446744073709551615 228898479237 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/24868/statm: 2175 249 208 178 0 68 0
[pid=24869] ppid=24868 vsize=88204 CPUtime=1742.63
/proc/24869/stat : 24869 (pb_cplex) R 24868 24868 24640 0 -1 4202496 2743394 0 0 0 172078 2185 0 0 16 0 2 0 180522030 90320896 15684 1992294400 134512640 146736320 4294918560 18446744073709551615 144797937 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/24869/statm: 22051 15684 1083 2985 0 18593 0
[pid=24869/tid=24873] ppid=24868 vsize=88204 CPUtime=873.99
/proc/24869/task/24873/stat : 24873 (pb_cplex) S 24868 24868 24640 0 -1 4202560 1445446 0 0 0 86262 1137 0 0 16 0 2 0 180522143 90320896 15684 1992294400 134512640 146736320 4294918560 18446744073709551615 144580073 0 2 4096 16387 18446604437830817792 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1742.63
Current children cumulated vsize (KiB) 96904



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1035.9 s]
/proc/loadavg: 1.68 1.76 1.70 3/109 24901
/proc/meminfo: memFree=1409048/2059040 swapFree=4139344/4192956
[pid=24868] ppid=24866 vsize=8700 CPUtime=0
/proc/24868/stat : 24868 (run) S 24866 24868 24640 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 180522030 8908800 249 1992294400 4194304 4922060 140734280904672 18446744073709551615 228898479237 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/24868/statm: 2175 249 208 178 0 68 0
[pid=24869] ppid=24868 vsize=95788 CPUtime=1800.15
/proc/24869/stat : 24869 (pb_cplex) R 24868 24868 24640 0 -1 4202496 2848402 0 0 0 177731 2284 0 0 16 0 2 0 180522030 98086912 17370 1992294400 134512640 146736320 4294918560 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/24869/statm: 23947 17370 1083 2985 0 20489 0
[pid=24869/tid=24873] ppid=24868 vsize=95788 CPUtime=902.23
/proc/24869/task/24873/stat : 24873 (pb_cplex) R 24868 24868 24640 0 -1 4202560 1524976 0 0 0 89022 1201 0 0 16 0 2 0 180522143 98086912 17370 1992294400 134512640 146736320 4294918560 18446744073709551615 139028318 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.15
Current children cumulated vsize (KiB) 104488

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

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

[startup+1035.9 s]
/proc/loadavg: 1.68 1.76 1.70 3/109 24901
/proc/meminfo: memFree=1409048/2059040 swapFree=4139344/4192956
[pid=24868] ppid=24866 vsize=8700 CPUtime=0
/proc/24868/stat : 24868 (run) S 24866 24868 24640 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 180522030 8908800 249 1992294400 4194304 4922060 140734280904672 18446744073709551615 228898479237 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/24868/statm: 2175 249 208 178 0 68 0
[pid=24869] ppid=24868 vsize=95788 CPUtime=1800.15
/proc/24869/stat : 24869 (pb_cplex) R 24868 24868 24640 0 -1 4202496 2848402 0 0 0 177731 2284 0 0 16 0 2 0 180522030 98086912 17370 1992294400 134512640 146736320 4294918560 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/24869/statm: 23947 17370 1083 2985 0 20489 0
[pid=24869/tid=24873] ppid=24868 vsize=95788 CPUtime=902.23
/proc/24869/task/24873/stat : 24873 (pb_cplex) R 24868 24868 24640 0 -1 4202560 1524976 0 0 0 89022 1201 0 0 16 0 2 0 180522143 98086912 17370 1992294400 134512640 146736320 4294918560 18446744073709551615 139028318 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.15
Current children cumulated vsize (KiB) 104488

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1035.92
CPU time (s): 1800.15
CPU user time (s): 1777.31
CPU system time (s): 22.84
CPU usage (%): 173.773
Max. virtual memory (cumulated for all children) (KiB): 117400

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 1.90071 second user time and 5.64414 second system time

The end

Launcher Data

Begin job on node005 at 2010-07-02 07:39:43
IDJOB=2697025
IDBENCH=48059
IDSOLVER=1209
FILE ID=node005/2697025-1278049183
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=53-P1=17-P2=109-P3=2-P4=191-P5=191-P6=47-P7=101-P8=97-B.opb
COMMAND LINE= run BENCHNAME
CONVERSION SCRIPT= PBconversionToLinear BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2697025-1278049183/watcher-2697025-1278049183 -o /tmp/evaluation-result-2697025-1278049183/solver-2697025-1278049183 -C 1800 -W 2000 -M 1800  run HOME/instance-2697025-1278049183.opb

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

MD5SUM BENCH= 10ec6ab90ad015d6fa7b4d2290470901
RANDOM SEED=277913177

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:       1475428 kB
Buffers:        160052 kB
Cached:         312252 kB
SwapCached:       6896 kB
Active:         211296 kB
Inactive:       274916 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1475428 kB
SwapTotal:     4192956 kB
SwapFree:      4139344 kB
Dirty:           16692 kB
Writeback:           0 kB
AnonPages:       12384 kB
Mapped:          12096 kB
Slab:            75360 kB
PageTables:       4216 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182936 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-2697025-1278049183.opb

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