Trace number 2702346

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
wbo 1.4b? (TO) 1800.08 1800.74

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mds/normalized-mds_1000_60_4.opb
MD5SUMca18e0f90c225db0db25139874012827
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark44
Best CPU time to get the best result obtained on this benchmark1163.61
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 37
Optimality of the best value was proved NO
Number of variables1000
Total number of constraints1000
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 constraints1000
Minimum length of a constraint61
Maximum length of a constraint108
Number of terms in the objective function 1000
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 1000
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 1000
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)75484
Sum of products size (including duplicates)150968
Number of different products75484
Sum of products size150968

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.00	c wbo 1.4 beta - 20100517
0.00/0.00	c Parsing opb file format. File HOME/instance-2702346-1278548067.opb.
0.00/0.00	c Instance file HOME/instance-2702346-1278548067.opb
0.00/0.00	c File size is 5919845 bytes.
1.00/1.01	c Highest Coefficient sum: 109
1.00/1.01	c ============================[ Problem Statistics ]=============================
1.00/1.01	c |                                                                             |
1.00/1.01	c |  Parsing time:          0.98         s                                      |
1.00/1.01	c |  Number Variables:      76484                                               |
1.00/1.01	c |  Number Clauses:        76484                                               |
1.00/1.01	c |  Number Cardinality:    0                                                   |
1.00/1.01	c |  Number PB Constraints: 75484                                               |
1.10/1.12	c ============================[ Search Statistics ]==============================
1.10/1.12	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.10/1.12	c |           |    Vars     Ctrs     Lits |    Limit  Clauses Lit/Cl |          |
1.10/1.12	c ===============================================================================
1.10/1.12	c |         0 |   76484   151968   529388 |    50656        0    nan |  0.000 % |
1.19/1.21	c ===============================================================================
1.19/1.21	c New solution: 999
1.19/1.21	o 999
1.19/1.21	c Elapsed CPU time: 1.17082 s	Remaining CPU time: 178.829 s
1.19/1.21	c ===============================================================================
1.19/1.21	c |         0 |   76484   151969   530388 |    50656        0    nan |  0.000 % |
1.19/1.28	c ===============================================================================
1.19/1.28	c New solution: 998
1.19/1.28	o 998
1.19/1.28	c Elapsed CPU time: 1.24081 s	Remaining CPU time: 178.759 s
1.19/1.28	c ===============================================================================
1.19/1.28	c |         0 |   76484   151970   531388 |    50656        0    nan |  0.000 % |
1.29/1.36	c ===============================================================================
1.29/1.36	c New solution: 997
1.29/1.36	o 997
1.29/1.36	c Elapsed CPU time: 1.3108 s	Remaining CPU time: 178.689 s
1.29/1.36	c ===============================================================================
1.29/1.36	c |         0 |   76484   151971   532388 |    50657        0    nan |  0.000 % |
1.39/1.47	c ===============================================================================
1.39/1.47	c New solution: 391
1.39/1.47	o 391
1.39/1.47	c Elapsed CPU time: 1.41978 s	Remaining CPU time: 178.58 s
1.39/1.47	c ===============================================================================
1.39/1.47	c |         0 |   76484   151972   533388 |    50657        0    nan |  0.000 % |
1.49/1.57	c ===============================================================================
1.49/1.57	c New solution: 390
1.49/1.57	o 390
1.49/1.57	c Elapsed CPU time: 1.51477 s	Remaining CPU time: 178.485 s
1.49/1.57	c ===============================================================================
1.49/1.57	c |         0 |   76484   151973   534388 |    50657        0    nan |  0.000 % |
1.59/1.67	c ===============================================================================
1.59/1.67	c New solution: 389
1.59/1.67	o 389
1.59/1.67	c Elapsed CPU time: 1.61175 s	Remaining CPU time: 178.388 s
1.59/1.67	c ===============================================================================
1.59/1.67	c |         0 |   76484   151974   535388 |    50658        0    nan |  0.000 % |
1.69/1.77	c ===============================================================================
1.69/1.77	c New solution: 388
1.69/1.77	o 388
1.69/1.77	c Elapsed CPU time: 1.71174 s	Remaining CPU time: 178.288 s
1.69/1.77	c ===============================================================================
1.69/1.77	c |         1 |   76484   151975   536388 |    50658        1    389 |  0.000 % |
1.89/1.90	c ===============================================================================
1.89/1.90	c New solution: 47
1.89/1.90	o 47
1.89/1.90	c Elapsed CPU time: 1.84572 s	Remaining CPU time: 178.154 s
1.89/1.90	c ===============================================================================
1.89/1.90	c |         1 |   76484   151976   537388 |    50658        1    389 |  0.000 % |
3.09/3.13	c |       101 |   76484   151976   537388 |    55724      101    156 |  0.000 % |
3.49/3.55	c |       252 |   76484   151976   537388 |    61296      252    206 |  0.000 % |
3.89/3.95	c |       477 |   76484   151976   537388 |    67426      477    288 |  0.000 % |
4.40/4.45	c |       815 |   76484   151976   537388 |    74169      815    316 |  0.000 % |
4.49/4.59	c ===============================================================================
4.49/4.59	c New solution: 46
4.49/4.59	o 46
4.49/4.59	c Elapsed CPU time: 4.51931 s	Remaining CPU time: 175.481 s
4.49/4.59	c ===============================================================================
4.49/4.59	c |       824 |   76484   151977   538388 |    50659      824    315 |  0.000 % |
4.69/4.78	c |       924 |   76484   151977   538388 |    55724      924    327 |  0.000 % |
4.99/5.01	c |      1074 |   76484   151977   538388 |    61297     1074    338 |  0.000 % |
5.40/5.40	c |      1299 |   76484   151977   538388 |    67427     1299    333 |  0.000 % |
5.79/5.84	c |      1637 |   76484   151977   538388 |    74169     1637    340 |  0.000 % |
6.50/6.56	c |      2144 |   76484   151977   538388 |    81586     2144    356 |  0.000 % |
7.39/7.43	c |      2903 |   76484   151977   538388 |    89745     2903    367 |  0.000 % |
9.19/9.23	c |      4043 |   76484   151977   538388 |    98720     4043    375 |  0.000 % |
11.59/11.69	c |      5752 |   76484   151977   538388 |   108592     5752    359 |  0.000 % |
15.49/15.55	c |      8315 |   76484   151977   538388 |   119451     8315    449 |  0.000 % |
20.69/20.75	c |     12159 |   76484   151977   538388 |   131396    12159    470 |  0.000 % |
27.28/27.39	c |     17926 |   76484   151977   538388 |   144536    17926    481 |  0.000 % |
42.37/42.47	c |     26576 |   76484   151977   538388 |   158989    26576    532 |  0.000 % |
63.67/63.76	c |     39550 |   76484   151977   538388 |   174888    39550    550 |  0.000 % |
103.86/103.94	c |     59012 |   76484   151977   538388 |   192377    59012    515 |  0.000 % |
164.44/164.53	c |     88205 |   76484   151977   538388 |   211615    88205    530 |  0.000 % |
181.13/181.28	c There are 0 assigned variables. 0 in cost function.
182.13/182.29	c core #1
182.13/182.29	c core #2
182.13/182.29	c ============================[ Search Statistics ]==============================
182.13/182.29	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
182.13/182.29	c |           |    Vars     Ctrs     Lits |    Limit  Clauses Lit/Cl |          |
182.13/182.29	c ===============================================================================
182.13/182.29	c |         0 |    9798   152980   334964 |    50993        0    nan |  0.000 % |
182.23/182.36	c ===============================================================================
182.72/182.80	c core #3
182.72/182.80	c ============================[ Search Statistics ]==============================
182.72/182.80	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
182.72/182.80	c |           |    Vars     Ctrs     Lits |    Limit  Clauses Lit/Cl |          |
182.72/182.80	c ===============================================================================
182.72/182.80	c |         0 |   22612   152981   372899 |    50993        0    nan |  0.000 % |
183.32/183.48	c |       107 |   22612   152981   372899 |    56093      107    514 | 70.552 % |
184.02/184.19	c |       258 |   22612   152981   372899 |    61702      258    591 | 70.552 % |
186.13/186.30	c |       484 |   22612   152981   372899 |    67872      484    614 | 70.552 % |
188.13/188.24	c ===============================================================================
188.62/188.73	c core #4
188.62/188.73	c ============================[ Search Statistics ]==============================
188.62/188.73	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
188.62/188.73	c |           |    Vars     Ctrs     Lits |    Limit  Clauses Lit/Cl |          |
188.62/188.73	c ===============================================================================
188.62/188.73	c |         0 |   68503   152982   512547 |    50994        0    nan |  0.000 % |
189.32/189.41	c |       104 |   68503   152982   512547 |    56093      104    422 | 11.757 % |
191.33/191.48	c |       254 |   68503   152982   512547 |    61702      254    447 | 11.757 % |
195.62/195.73	c |       479 |   68503   152982   512547 |    67873      479    514 | 11.757 % |
201.02/201.15	c |       816 |   68503   152982   512547 |    74660      816    519 | 11.757 % |
212.13/212.21	c |      1324 |   68503   152982   512547 |    82126     1324    522 | 11.757 % |
228.81/228.95	c |      2086 |   68503   152982   512547 |    90338     2086    526 | 11.757 % |
253.91/254.07	c |      3226 |   68503   152982   512547 |    99372     3226    507 | 11.757 % |
291.58/291.77	c |      4935 |   68503   152982   512547 |   109310     4935    492 | 11.757 % |
346.16/346.30	c |      7498 |   68503   152982   512547 |   120241     7498    601 | 11.757 % |
431.63/431.85	c |     11342 |   68503   152982   512547 |   132265    11342    639 | 11.757 % |
585.08/585.31	c |     17109 |   68503   152982   512547 |   145491    17109    656 | 11.757 % |
815.69/816.09	c |     25759 |   68503   152982   512547 |   160041    25759    670 | 11.757 % |
1199.25/1199.78	c |     38734 |   68503   152982   512547 |   176045    38734    775 | 11.757 % |
1605.10/1605.79	c ===============================================================================
1606.60/1607.25	c core #5
1606.60/1607.25	c ============================[ Search Statistics ]==============================
1606.60/1607.25	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1606.60/1607.25	c |           |    Vars     Ctrs     Lits |    Limit  Clauses Lit/Cl |          |
1606.60/1607.25	c ===============================================================================
1606.60/1607.25	c |         0 |   78630   152983   544680 |    50994        0    nan |  0.000 % |
1607.51/1608.10	c |       101 |   78630   152983   544680 |    56093      101    627 |  0.000 % |
1609.30/1609.96	c |       251 |   78630   152983   544680 |    61703      251    484 |  0.000 % |
1616.30/1616.92	c |       478 |   78630   152983   544680 |    67873      478    376 |  0.000 % |
1623.49/1624.18	c |       816 |   78630   152983   544680 |    74660      816    337 |  0.000 % |
1630.89/1631.51	c |      1322 |   78630   152983   544680 |    82126     1322    339 |  0.000 % |
1647.09/1647.72	c |      2081 |   78630   152983   544680 |    90339     2081    372 |  0.000 % |
1683.87/1684.58	c |      3223 |   78630   152983   544680 |    99373     3223    383 |  0.000 % |
1710.76/1711.44	c |      4931 |   78630   152983   544680 |   109310     4931    388 |  0.000 % |
1745.85/1746.51	c |      7493 |   78630   152983   544680 |   120241     7493    424 |  0.000 % |

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-2702346-1278548067/watcher-2702346-1278548067 -o /tmp/evaluation-result-2702346-1278548067/solver-2702346-1278548067 -C 1800 -W 2000 -M 1800 wbo1.4b -file-format=opb -time-limit=1800 HOME/instance-2702346-1278548067.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.93 0.97 0.83 3/106 27351
/proc/meminfo: memFree=1727440/2059040 swapFree=4151252/4192956
[pid=27351] ppid=27349 vsize=8824 CPUtime=0
/proc/27351/stat : 27351 (wbo1.4b) R 27349 27351 26898 0 -1 4202496 410 0 0 0 0 0 0 0 18 0 1 0 23018884 9035776 329 1992294400 134512640 135751879 4286637328 18446744073709551615 134613740 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/27351/statm: 2206 329 142 303 0 455 0

[startup+0.0817139 s]
/proc/loadavg: 0.93 0.97 0.83 3/106 27351
/proc/meminfo: memFree=1727440/2059040 swapFree=4151252/4192956
[pid=27351] ppid=27349 vsize=14364 CPUtime=0.07
/proc/27351/stat : 27351 (wbo1.4b) R 27349 27351 26898 0 -1 4202496 1847 0 0 0 7 0 0 0 20 0 1 0 23018884 14708736 1675 1992294400 134512640 135751879 4286637328 18446744073709551615 135206651 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/27351/statm: 3591 1677 232 303 0 1840 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 14364

[startup+0.100716 s]
/proc/loadavg: 0.93 0.97 0.83 3/106 27351
/proc/meminfo: memFree=1727440/2059040 swapFree=4151252/4192956
[pid=27351] ppid=27349 vsize=17332 CPUtime=0.09
/proc/27351/stat : 27351 (wbo1.4b) R 27349 27351 26898 0 -1 4202496 2300 0 0 0 9 0 0 0 20 0 1 0 23018884 17747968 2128 1992294400 134512640 135751879 4286637328 18446744073709551615 134573855 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/27351/statm: 4333 2128 253 303 0 2582 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 17332

[startup+0.30075 s]
/proc/loadavg: 0.93 0.97 0.83 3/106 27351
/proc/meminfo: memFree=1727440/2059040 swapFree=4151252/4192956
[pid=27351] ppid=27349 vsize=23688 CPUtime=0.29
/proc/27351/stat : 27351 (wbo1.4b) R 27349 27351 26898 0 -1 4202496 4145 0 0 0 28 1 0 0 20 0 1 0 23018884 24256512 3859 1992294400 134512640 135751879 4286637328 18446744073709551615 134598470 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/27351/statm: 5922 3859 535 303 0 4171 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 23688

[startup+0.700818 s]
/proc/loadavg: 0.93 0.97 0.83 3/106 27351
/proc/meminfo: memFree=1727440/2059040 swapFree=4151252/4192956
[pid=27351] ppid=27349 vsize=30732 CPUtime=0.69
/proc/27351/stat : 27351 (wbo1.4b) R 27349 27351 26898 0 -1 4202496 6450 0 0 0 67 2 0 0 20 0 1 0 23018884 31469568 6164 1992294400 134512640 135751879 4286637328 18446744073709551615 134617335 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/27351/statm: 7683 6164 1113 303 0 5932 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 30732

[startup+1.50095 s]
/proc/loadavg: 0.93 0.97 0.83 2/107 27352
/proc/meminfo: memFree=1702136/2059040 swapFree=4151252/4192956
[pid=27351] ppid=27349 vsize=34140 CPUtime=1.49
/proc/27351/stat : 27351 (wbo1.4b) R 27349 27351 26898 0 -1 4202496 11882 0 0 0 144 5 0 0 23 0 1 0 23018884 34959360 7374 1992294400 134512640 135751879 4286637328 18446744073709551615 134517421 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/27351/statm: 8535 7374 146 303 0 8230 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 34140

[startup+3.10122 s]
/proc/loadavg: 0.93 0.97 0.83 2/107 27352
/proc/meminfo: memFree=1698044/2059040 swapFree=4151252/4192956
[pid=27351] ppid=27349 vsize=34800 CPUtime=3.09
/proc/27351/stat : 27351 (wbo1.4b) R 27349 27351 26898 0 -1 4202496 12026 0 0 0 303 6 0 0 19 0 1 0 23018884 35635200 7518 1992294400 134512640 135751879 4286637328 18446744073709551615 134611297 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/27351/statm: 8700 7518 146 303 0 8395 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 34800

[startup+6.30077 s]
/proc/loadavg: 0.93 0.97 0.83 2/107 27352
/proc/meminfo: memFree=1696184/2059040 swapFree=4151252/4192956
[pid=27351] ppid=27349 vsize=37736 CPUtime=6.29
/proc/27351/stat : 27351 (wbo1.4b) R 27349 27351 26898 0 -1 4202496 12764 0 0 0 620 9 0 0 25 0 1 0 23018884 38641664 8256 1992294400 134512640 135751879 4286637328 18446744073709551615 134518465 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/27351/statm: 9434 8256 147 303 0 9129 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 37736

[startup+12.7009 s]
/proc/loadavg: 0.94 0.97 0.83 2/107 27353
/proc/meminfo: memFree=1688868/2059040 swapFree=4151252/4192956
[pid=27351] ppid=27349 vsize=44904 CPUtime=12.69
/proc/27351/stat : 27351 (wbo1.4b) R 27349 27351 26898 0 -1 4202496 14570 0 0 0 1256 13 0 0 25 0 1 0 23018884 45981696 10062 1992294400 134512640 135751879 4286637328 18446744073709551615 134611292 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/27351/statm: 11226 10062 147 303 0 10921 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 44904

[startup+25.501 s]
/proc/loadavg: 0.95 0.97 0.83 2/107 27354
/proc/meminfo: memFree=1665184/2059040 swapFree=4151252/4192956
[pid=27351] ppid=27349 vsize=68020 CPUtime=25.48
/proc/27351/stat : 27351 (wbo1.4b) R 27349 27351 26898 0 -1 4202496 20337 0 0 0 2524 24 0 0 25 0 1 0 23018884 69652480 15829 1992294400 134512640 135751879 4286637328 18446744073709551615 134611304 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/27351/statm: 17005 15829 147 303 0 16700 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 68020

[startup+51.1004 s]
/proc/loadavg: 0.97 0.97 0.83 2/107 27354
/proc/meminfo: memFree=1627736/2059040 swapFree=4151252/4192956
[pid=27351] ppid=27349 vsize=106076 CPUtime=51.08
/proc/27351/stat : 27351 (wbo1.4b) R 27349 27351 26898 0 -1 4202496 29852 0 0 0 5067 41 0 0 25 0 1 0 23018884 108621824 25344 1992294400 134512640 135751879 4286637328 18446744073709551615 134616514 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/27351/statm: 26519 25344 147 303 0 26214 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 106076

[startup+102.308 s]
/proc/loadavg: 1.02 0.99 0.84 2/107 27356
/proc/meminfo: memFree=1572308/2059040 swapFree=4151252/4192956
[pid=27351] ppid=27349 vsize=160296 CPUtime=102.26
/proc/27351/stat : 27351 (wbo1.4b) R 27349 27351 26898 0 -1 4202496 43404 0 0 0 10153 73 0 0 25 0 1 0 23018884 164143104 38896 1992294400 134512640 135751879 4286637328 18446744073709551615 134611192 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/27351/statm: 40074 38896 147 303 0 39769 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 160296

[startup+162.301 s]
/proc/loadavg: 1.01 0.99 0.85 2/107 27357
/proc/meminfo: memFree=1505348/2059040 swapFree=4151252/4192956
[pid=27351] ppid=27349 vsize=227592 CPUtime=162.24
/proc/27351/stat : 27351 (wbo1.4b) R 27349 27351 26898 0 -1 4202496 60204 0 0 0 16116 108 0 0 25 0 1 0 23018884 233054208 55696 1992294400 134512640 135751879 4286637328 18446744073709551615 134611160 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/27351/statm: 56898 55696 147 303 0 56593 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 227592

[startup+222.301 s]
/proc/loadavg: 1.00 0.99 0.85 2/107 27358
/proc/meminfo: memFree=1479556/2059040 swapFree=4151252/4192956
[pid=27351] ppid=27349 vsize=249756 CPUtime=222.21
/proc/27351/stat : 27351 (wbo1.4b) R 27349 27351 26898 0 -1 4202496 71600 0 0 0 22098 123 0 0 25 0 1 0 23018884 255750144 61829 1992294400 134512640 135751879 4286637328 18446744073709551615 134610726 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/27351/statm: 62439 61829 151 303 0 62134 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 249756

[startup+282.302 s]
/proc/loadavg: 1.00 0.99 0.86 2/107 27363
/proc/meminfo: memFree=1478936/2059040 swapFree=4151252/4192956
[pid=27351] ppid=27349 vsize=249756 CPUtime=282.19
/proc/27351/stat : 27351 (wbo1.4b) R 27349 27351 26898 0 -1 4202496 71600 0 0 0 28090 129 0 0 25 0 1 0 23018884 255750144 61829 1992294400 134512640 135751879 4286637328 18446744073709551615 134620495 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/27351/statm: 62439 61829 151 303 0 62134 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 249756

[startup+342.301 s]
/proc/loadavg: 1.00 0.99 0.86 2/107 27365
/proc/meminfo: memFree=1478936/2059040 swapFree=4151252/4192956
[pid=27351] ppid=27349 vsize=249756 CPUtime=342.17
/proc/27351/stat : 27351 (wbo1.4b) R 27349 27351 26898 0 -1 4202496 71601 0 0 0 34083 134 0 0 25 0 1 0 23018884 255750144 61830 1992294400 134512640 135751879 4286637328 18446744073709551615 134611155 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/27351/statm: 62439 61830 151 303 0 62134 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 249756

[startup+402.301 s]
/proc/loadavg: 1.00 0.99 0.87 2/107 27367
/proc/meminfo: memFree=1478936/2059040 swapFree=4151252/4192956
[pid=27351] ppid=27349 vsize=249756 CPUtime=402.14
/proc/27351/stat : 27351 (wbo1.4b) R 27349 27351 26898 0 -1 4202496 71603 0 0 0 40078 136 0 0 25 0 1 0 23018884 255750144 61832 1992294400 134512640 135751879 4286637328 18446744073709551615 134611297 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/27351/statm: 62439 61832 151 303 0 62134 0
Current children cumulated CPU time (s) 402.14
Current children cumulated vsize (KiB) 249756

[startup+462.3 s]
/proc/loadavg: 1.00 0.99 0.88 2/107 27368
/proc/meminfo: memFree=1478936/2059040 swapFree=4151252/4192956
[pid=27351] ppid=27349 vsize=249756 CPUtime=462.13
/proc/27351/stat : 27351 (wbo1.4b) R 27349 27351 26898 0 -1 4202496 71604 0 0 0 46074 139 0 0 25 0 1 0 23018884 255750144 61833 1992294400 134512640 135751879 4286637328 18446744073709551615 134518799 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/27351/statm: 62439 61833 151 303 0 62134 0
Current children cumulated CPU time (s) 462.13
Current children cumulated vsize (KiB) 249756

[startup+522.301 s]
/proc/loadavg: 1.00 0.99 0.88 2/107 27369
/proc/meminfo: memFree=1478936/2059040 swapFree=4151252/4192956
[pid=27351] ppid=27349 vsize=249756 CPUtime=522.1
/proc/27351/stat : 27351 (wbo1.4b) R 27349 27351 26898 0 -1 4202496 71604 0 0 0 52070 140 0 0 25 0 1 0 23018884 255750144 61833 1992294400 134512640 135751879 4286637328 18446744073709551615 134518799 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/27351/statm: 62439 61833 151 303 0 62134 0
Current children cumulated CPU time (s) 522.1
Current children cumulated vsize (KiB) 249756

[startup+582.302 s]
/proc/loadavg: 1.00 0.99 0.89 2/107 27371
/proc/meminfo: memFree=1478936/2059040 swapFree=4151252/4192956
[pid=27351] ppid=27349 vsize=249756 CPUtime=582.08
/proc/27351/stat : 27351 (wbo1.4b) R 27349 27351 26898 0 -1 4202496 71604 0 0 0 58065 143 0 0 25 0 1 0 23018884 255750144 61833 1992294400 134512640 135751879 4286637328 18446744073709551615 134611292 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/27351/statm: 62439 61833 151 303 0 62134 0
Current children cumulated CPU time (s) 582.08
Current children cumulated vsize (KiB) 249756

[startup+642.301 s]
/proc/loadavg: 1.00 0.99 0.89 2/107 27373
/proc/meminfo: memFree=1478936/2059040 swapFree=4151252/4192956
[pid=27351] ppid=27349 vsize=249756 CPUtime=642.06
/proc/27351/stat : 27351 (wbo1.4b) R 27349 27351 26898 0 -1 4202496 71604 0 0 0 64061 145 0 0 25 0 1 0 23018884 255750144 61833 1992294400 134512640 135751879 4286637328 18446744073709551615 134518799 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/27351/statm: 62439 61833 151 303 0 62134 0
Current children cumulated CPU time (s) 642.06
Current children cumulated vsize (KiB) 249756

[startup+702.301 s]

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

[startup+882.302 s]
/proc/loadavg: 1.00 0.99 0.91 2/107 27379
/proc/meminfo: memFree=1478936/2059040 swapFree=4151252/4192956
[pid=27351] ppid=27349 vsize=249756 CPUtime=881.97
/proc/27351/stat : 27351 (wbo1.4b) R 27349 27351 26898 0 -1 4202496 71608 0 0 0 88042 155 0 0 25 0 1 0 23018884 255750144 61837 1992294400 134512640 135751879 4286637328 18446744073709551615 134616336 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/27351/statm: 62439 61837 151 303 0 62134 0
Current children cumulated CPU time (s) 881.97
Current children cumulated vsize (KiB) 249756

[startup+942.301 s]
/proc/loadavg: 1.00 0.99 0.91 2/107 27381
/proc/meminfo: memFree=1478936/2059040 swapFree=4151252/4192956
[pid=27351] ppid=27349 vsize=249756 CPUtime=941.95
/proc/27351/stat : 27351 (wbo1.4b) R 27349 27351 26898 0 -1 4202496 71608 0 0 0 94038 157 0 0 25 0 1 0 23018884 255750144 61837 1992294400 134512640 135751879 4286637328 18446744073709551615 134611297 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/27351/statm: 62439 61837 151 303 0 62134 0
Current children cumulated CPU time (s) 941.95
Current children cumulated vsize (KiB) 249756

[startup+1002.3 s]
/proc/loadavg: 1.00 0.99 0.91 2/107 27383
/proc/meminfo: memFree=1478936/2059040 swapFree=4151252/4192956
[pid=27351] ppid=27349 vsize=249756 CPUtime=1001.93
/proc/27351/stat : 27351 (wbo1.4b) R 27349 27351 26898 0 -1 4202496 71608 0 0 0 100034 159 0 0 25 0 1 0 23018884 255750144 61837 1992294400 134512640 135751879 4286637328 18446744073709551615 134620434 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/27351/statm: 62439 61837 151 303 0 62134 0
Current children cumulated CPU time (s) 1001.93
Current children cumulated vsize (KiB) 249756

[startup+1062.3 s]
/proc/loadavg: 1.00 0.99 0.91 2/107 27383
/proc/meminfo: memFree=1478936/2059040 swapFree=4151252/4192956
[pid=27351] ppid=27349 vsize=249756 CPUtime=1061.9
/proc/27351/stat : 27351 (wbo1.4b) R 27349 27351 26898 0 -1 4202496 71608 0 0 0 106028 162 0 0 25 0 1 0 23018884 255750144 61837 1992294400 134512640 135751879 4286637328 18446744073709551615 134620362 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/27351/statm: 62439 61837 151 303 0 62134 0
Current children cumulated CPU time (s) 1061.9
Current children cumulated vsize (KiB) 249756

[startup+1122.3 s]
/proc/loadavg: 1.00 0.99 0.91 2/107 27385
/proc/meminfo: memFree=1478936/2059040 swapFree=4151252/4192956
[pid=27351] ppid=27349 vsize=249756 CPUtime=1121.89
/proc/27351/stat : 27351 (wbo1.4b) R 27349 27351 26898 0 -1 4202496 71608 0 0 0 112025 164 0 0 25 0 1 0 23018884 255750144 61837 1992294400 134512640 135751879 4286637328 18446744073709551615 134611297 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/27351/statm: 62439 61837 151 303 0 62134 0
Current children cumulated CPU time (s) 1121.89
Current children cumulated vsize (KiB) 249756

[startup+1182.3 s]
/proc/loadavg: 1.00 0.99 0.91 2/107 27387
/proc/meminfo: memFree=1478936/2059040 swapFree=4151252/4192956
[pid=27351] ppid=27349 vsize=249756 CPUtime=1181.86
/proc/27351/stat : 27351 (wbo1.4b) R 27349 27351 26898 0 -1 4202496 71611 0 0 0 118020 166 0 0 25 0 1 0 23018884 255750144 61840 1992294400 134512640 135751879 4286637328 18446744073709551615 134518831 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/27351/statm: 62439 61840 151 303 0 62134 0
Current children cumulated CPU time (s) 1181.86
Current children cumulated vsize (KiB) 249756

[startup+1242.3 s]
/proc/loadavg: 1.00 0.99 0.91 2/107 27389
/proc/meminfo: memFree=1478936/2059040 swapFree=4151252/4192956
[pid=27351] ppid=27349 vsize=249756 CPUtime=1241.84
/proc/27351/stat : 27351 (wbo1.4b) R 27349 27351 26898 0 -1 4202496 71625 0 0 0 124015 169 0 0 25 0 1 0 23018884 255750144 61854 1992294400 134512640 135751879 4286637328 18446744073709551615 134616336 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/27351/statm: 62439 61854 151 303 0 62134 0
Current children cumulated CPU time (s) 1241.84
Current children cumulated vsize (KiB) 249756

[startup+1302.3 s]
/proc/loadavg: 1.00 0.99 0.91 2/107 27391
/proc/meminfo: memFree=1478936/2059040 swapFree=4151252/4192956
[pid=27351] ppid=27349 vsize=249756 CPUtime=1301.82
/proc/27351/stat : 27351 (wbo1.4b) R 27349 27351 26898 0 -1 4202496 71639 0 0 0 130012 170 0 0 25 0 1 0 23018884 255750144 61868 1992294400 134512640 135751879 4286637328 18446744073709551615 134518828 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/27351/statm: 62439 61868 151 303 0 62134 0
Current children cumulated CPU time (s) 1301.82
Current children cumulated vsize (KiB) 249756

[startup+1362.3 s]
/proc/loadavg: 1.00 0.99 0.91 2/107 27391
/proc/meminfo: memFree=1478936/2059040 swapFree=4151252/4192956
[pid=27351] ppid=27349 vsize=249756 CPUtime=1361.79
/proc/27351/stat : 27351 (wbo1.4b) R 27349 27351 26898 0 -1 4202496 71639 0 0 0 136007 172 0 0 25 0 1 0 23018884 255750144 61868 1992294400 134512640 135751879 4286637328 18446744073709551615 134518799 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/27351/statm: 62439 61868 151 303 0 62134 0
Current children cumulated CPU time (s) 1361.79
Current children cumulated vsize (KiB) 249756

[startup+1422.31 s]
/proc/loadavg: 1.00 0.99 0.91 2/107 27393
/proc/meminfo: memFree=1478936/2059040 swapFree=4151252/4192956
[pid=27351] ppid=27349 vsize=249756 CPUtime=1421.78
/proc/27351/stat : 27351 (wbo1.4b) R 27349 27351 26898 0 -1 4202496 71639 0 0 0 142004 174 0 0 25 0 1 0 23018884 255750144 61868 1992294400 134512640 135751879 4286637328 18446744073709551615 134611297 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/27351/statm: 62439 61868 151 303 0 62134 0
Current children cumulated CPU time (s) 1421.78
Current children cumulated vsize (KiB) 249756

[startup+1482.3 s]
/proc/loadavg: 1.00 0.99 0.91 2/107 27395
/proc/meminfo: memFree=1478936/2059040 swapFree=4151252/4192956
[pid=27351] ppid=27349 vsize=249756 CPUtime=1481.75
/proc/27351/stat : 27351 (wbo1.4b) R 27349 27351 26898 0 -1 4202496 71639 0 0 0 147998 177 0 0 25 0 1 0 23018884 255750144 61868 1992294400 134512640 135751879 4286637328 18446744073709551615 134616276 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/27351/statm: 62439 61868 151 303 0 62134 0
Current children cumulated CPU time (s) 1481.75
Current children cumulated vsize (KiB) 249756

[startup+1542.3 s]
/proc/loadavg: 1.00 0.99 0.91 2/107 27397
/proc/meminfo: memFree=1478936/2059040 swapFree=4151252/4192956
[pid=27351] ppid=27349 vsize=249756 CPUtime=1541.72
/proc/27351/stat : 27351 (wbo1.4b) R 27349 27351 26898 0 -1 4202496 71639 0 0 0 153993 179 0 0 25 0 1 0 23018884 255750144 61868 1992294400 134512640 135751879 4286637328 18446744073709551615 134611292 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/27351/statm: 62439 61868 151 303 0 62134 0
Current children cumulated CPU time (s) 1541.72
Current children cumulated vsize (KiB) 249756

[startup+1602.3 s]
/proc/loadavg: 1.00 0.99 0.91 2/107 27399
/proc/meminfo: memFree=1473728/2059040 swapFree=4151252/4192956
[pid=27351] ppid=27349 vsize=255148 CPUtime=1601.7
/proc/27351/stat : 27351 (wbo1.4b) R 27349 27351 26898 0 -1 4202496 72972 0 0 0 159988 182 0 0 25 0 1 0 23018884 261271552 63201 1992294400 134512640 135751879 4286637328 18446744073709551615 134611297 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/27351/statm: 63787 63201 151 303 0 63482 0
Current children cumulated CPU time (s) 1601.7
Current children cumulated vsize (KiB) 255148

[startup+1662.3 s]
/proc/loadavg: 1.00 0.99 0.91 2/107 27400
/proc/meminfo: memFree=1456244/2059040 swapFree=4151252/4192956
[pid=27351] ppid=27349 vsize=274168 CPUtime=1661.68
/proc/27351/stat : 27351 (wbo1.4b) R 27349 27351 26898 0 -1 4202496 77313 0 0 0 165980 188 0 0 25 0 1 0 23018884 280748032 67542 1992294400 134512640 135751879 4286637328 18446744073709551615 134611283 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/27351/statm: 68542 67542 151 303 0 68237 0
Current children cumulated CPU time (s) 1661.68
Current children cumulated vsize (KiB) 274168

[startup+1722.3 s]
/proc/loadavg: 1.00 0.99 0.91 2/107 27401
/proc/meminfo: memFree=1456244/2059040 swapFree=4151252/4192956
[pid=27351] ppid=27349 vsize=274168 CPUtime=1721.66
/proc/27351/stat : 27351 (wbo1.4b) R 27349 27351 26898 0 -1 4202496 77313 0 0 0 171974 192 0 0 25 0 1 0 23018884 280748032 67542 1992294400 134512640 135751879 4286637328 18446744073709551615 134605951 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/27351/statm: 68542 67542 151 303 0 68237 0
Current children cumulated CPU time (s) 1721.66
Current children cumulated vsize (KiB) 274168

[startup+1782.3 s]
/proc/loadavg: 1.00 0.99 0.91 2/107 27403
/proc/meminfo: memFree=1456120/2059040 swapFree=4151252/4192956
[pid=27351] ppid=27349 vsize=274168 CPUtime=1781.64
/proc/27351/stat : 27351 (wbo1.4b) R 27349 27351 26898 0 -1 4202496 77313 0 0 0 177966 198 0 0 25 0 1 0 23018884 280748032 67542 1992294400 134512640 135751879 4286637328 18446744073709551615 134611297 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/27351/statm: 68542 67542 151 303 0 68237 0
Current children cumulated CPU time (s) 1781.64
Current children cumulated vsize (KiB) 274168



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.71 s]
/proc/loadavg: 1.00 0.99 0.91 2/107 27403
/proc/meminfo: memFree=1456120/2059040 swapFree=4151252/4192956
[pid=27351] ppid=27349 vsize=274168 CPUtime=1800.05
/proc/27351/stat : 27351 (wbo1.4b) R 27349 27351 26898 0 -1 4202496 77313 0 0 0 179806 199 0 0 25 0 1 0 23018884 280748032 67542 1992294400 134512640 135751879 4286637328 18446744073709551615 134611297 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/27351/statm: 68542 67542 151 303 0 68237 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 274168

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

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

[startup+1800.71 s]
/proc/loadavg: 1.00 0.99 0.91 2/107 27403
/proc/meminfo: memFree=1456120/2059040 swapFree=4151252/4192956
[pid=27351] ppid=27349 vsize=274168 CPUtime=1800.05
/proc/27351/stat : 27351 (wbo1.4b) R 27349 27351 26898 0 -1 4202496 77313 0 0 0 179806 199 0 0 25 0 1 0 23018884 280748032 67542 1992294400 134512640 135751879 4286637328 18446744073709551615 134611297 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/27351/statm: 68542 67542 151 303 0 68237 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 274168

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.74
CPU time (s): 1800.08
CPU user time (s): 1798.06
CPU system time (s): 2.01969
CPU usage (%): 99.9633
Max. virtual memory (cumulated for all children) (KiB): 274168

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.06
system time used= 2.01969
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 77313
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= 10
involuntary context switches= 3150

runsolver used 2.96555 second user time and 8.5147 second system time

The end

Launcher Data

Begin job on node025 at 2010-07-08 02:14:27
IDJOB=2702346
IDBENCH=48108
IDSOLVER=1161
FILE ID=node025/2702346-1278548067
PBS_JOBID= 11239512
Free space on /tmp= 62512 MiB

SOLVER NAME= wbo 1.4b
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/mds/normalized-mds_1000_60_4.opb
COMMAND LINE= wbo1.4b -file-format=opb -time-limit=TIMEOUT BENCHNAME
CONVERSION SCRIPT= PBconversionToLinear BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2702346-1278548067/watcher-2702346-1278548067 -o /tmp/evaluation-result-2702346-1278548067/solver-2702346-1278548067 -C 1800 -W 2000 -M 1800  wbo1.4b -file-format=opb -time-limit=1800 HOME/instance-2702346-1278548067.opb

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

MD5SUM BENCH= ca18e0f90c225db0db25139874012827
RANDOM SEED=1213051625

node025.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.264
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.52
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.264
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.46
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1733424 kB
Buffers:         54132 kB
Cached:         174568 kB
SwapCached:       4972 kB
Active:         129728 kB
Inactive:       122392 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1733424 kB
SwapTotal:     4192956 kB
SwapFree:      4151252 kB
Dirty:            3740 kB
Writeback:           0 kB
AnonPages:       18540 kB
Mapped:          12416 kB
Slab:            51684 kB
PageTables:       4180 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   179804 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-2702346-1278548067.opb

Free space on /tmp at the end= 62504 MiB
End job on node025 at 2010-07-08 02:44:33