Trace number 2696049

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.04 1491.42

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/market-split/normalized-opt-market-split_8_70_4.opb
MD5SUM87341d3e4752b9f90faef0f8d9385430
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark26
Best CPU time to get the best result obtained on this benchmark1793.29
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 44
Optimality of the best value was proved NO
Number of variables198
Total number of constraints16
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 constraints16
Minimum length of a constraint84
Maximum length of a constraint86
Number of terms in the objective function 128
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 4080
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 1881
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 6154
Number of bits of the biggest sum of numbers13
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c pb_cplex 1.0 - 20100701
0.00/0.00	c Parsing opb file format. File HOME/instance-2696049-1278020577.opb.
0.00/0.00	c Instance file HOME/instance-2696049-1278020577.opb
0.00/0.00	c File size is 13265 bytes.
0.00/0.04	c Highest Coefficient sum: 6154
0.00/0.04	c  IBM ILOG License Manager: "IBM ILOG Optimization Suite for Academic Initiative" is accessing CPLEX 12 with option(s): "e m b q ".
0.00/0.04	c ============================[ Problem Statistics ]=============================
0.00/0.04	c |                                                                             |
0.00/0.04	c |  Parsing time:          0.04         s                                      |
0.00/0.04	c |  Number Variables:      198                                                 |
0.00/0.04	c |  Number Constraints:    16                                                  |
0.00/0.04	c ===============================================================================
1800.04/1491.41	c Remaining time 1799.96 sec.
1800.04/1491.41	c 
1800.04/1491.41	c *** INTERRUPTED ***
1800.04/1491.41	s UNKNOWN
1800.04/1491.41	c Total CPU time              : 1715.07 s
1800.04/1491.41	c Memory used           : 142.83 MB
1800.04/1491.41	c CPU time              : 1715.07 s
1800.04/1491.41	c 
1800.04/1491.41	c *** INTERRUPTED ***

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2696049-1278020577/watcher-2696049-1278020577 -o /tmp/evaluation-result-2696049-1278020577/solver-2696049-1278020577 -C 1800 -W 2000 -M 1800 run HOME/instance-2696049-1278020577.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.25 1.23 1.16 3/106 31372
/proc/meminfo: memFree=1314736/2059040 swapFree=4139540/4192956
[pid=31372] ppid=31370 vsize=8700 CPUtime=0
/proc/31372/stat : 31372 (run) S 31370 31372 30778 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 143352706 8908800 249 1992294400 4194304 4922060 140735417619872 18446744073709551615 242479635589 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31372/statm: 2175 249 208 178 0 68 0

[startup+0.0863961 s]
/proc/loadavg: 1.25 1.23 1.16 3/106 31372
/proc/meminfo: memFree=1314736/2059040 swapFree=4139540/4192956
[pid=31372] ppid=31370 vsize=8700 CPUtime=0
/proc/31372/stat : 31372 (run) S 31370 31372 30778 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 143352706 8908800 249 1992294400 4194304 4922060 140735417619872 18446744073709551615 242479635589 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31372/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.101312 s]
/proc/loadavg: 1.25 1.23 1.16 3/106 31372
/proc/meminfo: memFree=1314736/2059040 swapFree=4139540/4192956
[pid=31372] ppid=31370 vsize=8700 CPUtime=0
/proc/31372/stat : 31372 (run) S 31370 31372 30778 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 143352706 8908800 249 1992294400 4194304 4922060 140735417619872 18446744073709551615 242479635589 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31372/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.32331 s]
/proc/loadavg: 1.25 1.23 1.16 3/106 31372
/proc/meminfo: memFree=1314736/2059040 swapFree=4139540/4192956
[pid=31372] ppid=31370 vsize=8700 CPUtime=0
/proc/31372/stat : 31372 (run) S 31370 31372 30778 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 143352706 8908800 249 1992294400 4194304 4922060 140735417619872 18446744073709551615 242479635589 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31372/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700307 s]
/proc/loadavg: 1.25 1.23 1.16 3/106 31372
/proc/meminfo: memFree=1314736/2059040 swapFree=4139540/4192956
[pid=31372] ppid=31370 vsize=8700 CPUtime=0
/proc/31372/stat : 31372 (run) S 31370 31372 30778 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 143352706 8908800 249 1992294400 4194304 4922060 140735417619872 18446744073709551615 242479635589 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31372/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.5003 s]
/proc/loadavg: 1.25 1.23 1.16 3/109 31381
/proc/meminfo: memFree=1310736/2059040 swapFree=4139540/4192956
[pid=31372] ppid=31370 vsize=8700 CPUtime=0
/proc/31372/stat : 31372 (run) S 31370 31372 30778 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 143352706 8908800 249 1992294400 4194304 4922060 140735417619872 18446744073709551615 242479635589 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31372/statm: 2175 249 208 178 0 68 0
[pid=31373] ppid=31372 vsize=29860 CPUtime=1.94
/proc/31373/stat : 31373 (pb_cplex) R 31372 31372 30778 0 -1 4202496 5856 0 0 0 180 14 0 0 16 0 2 0 143352706 30576640 2103 1992294400 134512640 146736320 4289740672 18446744073709551615 144785853 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/31373/statm: 7465 2103 1075 2985 0 4007 0
[pid=31373/tid=31381] ppid=31372 vsize=29860 CPUtime=0.43
/proc/31373/task/31381/stat : 31381 (pb_cplex) S 31372 31372 30778 0 -1 4202560 1069 0 0 0 41 2 0 0 16 0 2 0 143352774 30576640 2103 1992294400 134512640 146736320 4289740672 18446744073709551615 144580073 0 2 4096 16387 18446604437826556160 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.94
Current children cumulated vsize (KiB) 38560

[startup+3.10169 s]
/proc/loadavg: 1.25 1.23 1.16 2/109 31381
/proc/meminfo: memFree=1308876/2059040 swapFree=4139540/4192956
[pid=31372] ppid=31370 vsize=8700 CPUtime=0
/proc/31372/stat : 31372 (run) S 31370 31372 30778 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 143352706 8908800 249 1992294400 4194304 4922060 140735417619872 18446744073709551615 242479635589 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31372/statm: 2175 249 208 178 0 68 0
[pid=31373] ppid=31372 vsize=31080 CPUtime=3.84
/proc/31373/stat : 31373 (pb_cplex) R 31372 31372 30778 0 -1 4202496 10778 0 0 0 361 23 0 0 16 0 2 0 143352706 31825920 2394 1992294400 134512640 146736320 4289740672 18446744073709551615 137366922 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/31373/statm: 7770 2394 1075 2985 0 4312 0
[pid=31373/tid=31381] ppid=31372 vsize=31080 CPUtime=1.51
/proc/31373/task/31381/stat : 31381 (pb_cplex) R 31372 31372 30778 0 -1 4202560 3851 0 0 0 145 6 0 0 15 0 2 0 143352774 31825920 2394 1992294400 134512640 146736320 4289740672 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.84
Current children cumulated vsize (KiB) 39780

[startup+6.30203 s]
/proc/loadavg: 1.23 1.23 1.16 2/109 31381
/proc/meminfo: memFree=1307520/2059040 swapFree=4139540/4192956
[pid=31372] ppid=31370 vsize=8700 CPUtime=0
/proc/31372/stat : 31372 (run) S 31370 31372 30778 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 143352706 8908800 249 1992294400 4194304 4922060 140735417619872 18446744073709551615 242479635589 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31372/statm: 2175 249 208 178 0 68 0
[pid=31373] ppid=31372 vsize=31892 CPUtime=7.31
/proc/31373/stat : 31373 (pb_cplex) R 31372 31372 30778 0 -1 4202496 18197 0 0 0 694 37 0 0 16 0 2 0 143352706 32657408 2676 1992294400 134512640 146736320 4289740672 18446744073709551615 136001388 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/31373/statm: 7973 2676 1077 2985 0 4515 0
[pid=31373/tid=31381] ppid=31372 vsize=31892 CPUtime=3.26
/proc/31373/task/31381/stat : 31381 (pb_cplex) S 31372 31372 30778 0 -1 4202560 7468 0 0 0 313 13 0 0 16 0 2 0 143352774 32657408 2676 1992294400 134512640 146736320 4289740672 18446744073709551615 144580073 0 2 4096 16387 18446604437826556160 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 7.31
Current children cumulated vsize (KiB) 40592

[startup+12.7017 s]
/proc/loadavg: 1.21 1.23 1.16 2/109 31381
/proc/meminfo: memFree=1304552/2059040 swapFree=4139540/4192956
[pid=31372] ppid=31370 vsize=8700 CPUtime=0
/proc/31372/stat : 31372 (run) S 31370 31372 30778 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 143352706 8908800 249 1992294400 4194304 4922060 140735417619872 18446744073709551615 242479635589 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31372/statm: 2175 249 208 178 0 68 0
[pid=31373] ppid=31372 vsize=34904 CPUtime=14.66
/proc/31373/stat : 31373 (pb_cplex) R 31372 31372 30778 0 -1 4202496 31333 0 0 0 1391 75 0 0 15 0 2 0 143352706 35741696 3427 1992294400 134512640 146736320 4289740672 18446744073709551615 144785853 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/31373/statm: 8726 3427 1079 2985 0 5268 0
[pid=31373/tid=31381] ppid=31372 vsize=34904 CPUtime=6.9
/proc/31373/task/31381/stat : 31381 (pb_cplex) S 31372 31372 30778 0 -1 4202560 13990 0 0 0 658 32 0 0 16 0 2 0 143352774 35741696 3427 1992294400 134512640 146736320 4289740672 18446744073709551615 144580073 0 2 4096 16387 18446604437826556160 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 14.66
Current children cumulated vsize (KiB) 43604

[startup+25.5011 s]
/proc/loadavg: 1.30 1.25 1.16 3/109 31386
/proc/meminfo: memFree=1307404/2059040 swapFree=4139540/4192956
[pid=31372] ppid=31370 vsize=8700 CPUtime=0
/proc/31372/stat : 31372 (run) S 31370 31372 30778 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 143352706 8908800 249 1992294400 4194304 4922060 140735417619872 18446744073709551615 242479635589 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31372/statm: 2175 249 208 178 0 68 0
[pid=31373] ppid=31372 vsize=32152 CPUtime=32.59
/proc/31373/stat : 31373 (pb_cplex) R 31372 31372 30778 0 -1 4202496 47414 0 0 0 3101 158 0 0 15 0 2 0 143352706 32923648 2684 1992294400 134512640 146736320 4289740672 18446744073709551615 144785853 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/31373/statm: 8038 2684 1084 2985 0 4580 0
[pid=31373/tid=31386] ppid=31372 vsize=32152 CPUtime=5.95
/proc/31373/task/31386/stat : 31386 (pb_cplex) S 31372 31372 30778 0 -1 4202560 1266 0 0 0 569 26 0 0 16 0 2 0 143354362 32923648 2684 1992294400 134512640 146736320 4289740672 18446744073709551615 144580073 0 2 4096 16387 18446604437826556160 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 32.59
Current children cumulated vsize (KiB) 40852

[startup+51.1009 s]
/proc/loadavg: 1.27 1.24 1.16 2/109 31388
/proc/meminfo: memFree=1303684/2059040 swapFree=4139540/4192956
[pid=31372] ppid=31370 vsize=8700 CPUtime=0
/proc/31372/stat : 31372 (run) S 31370 31372 30778 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 143352706 8908800 249 1992294400 4194304 4922060 140735417619872 18446744073709551615 242479635589 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31372/statm: 2175 249 208 178 0 68 0
[pid=31373] ppid=31372 vsize=36528 CPUtime=64.72
/proc/31373/stat : 31373 (pb_cplex) R 31372 31372 30778 0 -1 4202496 78587 0 0 0 6124 348 0 0 16 0 2 0 143352706 37404672 3570 1992294400 134512640 146736320 4289740672 18446744073709551615 137460420 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/31373/statm: 9132 3570 1084 2985 0 5674 0
[pid=31373/tid=31386] ppid=31372 vsize=36528 CPUtime=21.94
/proc/31373/task/31386/stat : 31386 (pb_cplex) S 31372 31372 30778 0 -1 4202560 16448 0 0 0 2071 123 0 0 16 0 2 0 143354362 37404672 3570 1992294400 134512640 146736320 4289740672 18446744073709551615 144580073 0 2 4096 16387 18446604437826556160 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 64.72
Current children cumulated vsize (KiB) 45228

[startup+102.309 s]
/proc/loadavg: 1.36 1.26 1.18 2/109 31388
/proc/meminfo: memFree=1297112/2059040 swapFree=4139540/4192956
[pid=31372] ppid=31370 vsize=8700 CPUtime=0
/proc/31372/stat : 31372 (run) S 31370 31372 30778 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 143352706 8908800 249 1992294400 4194304 4922060 140735417619872 18446744073709551615 242479635589 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31372/statm: 2175 249 208 178 0 68 0
[pid=31373] ppid=31372 vsize=41720 CPUtime=126.18
/proc/31373/stat : 31373 (pb_cplex) R 31372 31372 30778 0 -1 4202496 132094 0 0 0 11929 689 0 0 15 0 2 0 143352706 42721280 5083 1992294400 134512640 146736320 4289740672 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/31373/statm: 10430 5083 1084 2985 0 6972 0
[pid=31373/tid=31386] ppid=31372 vsize=41720 CPUtime=52.25
/proc/31373/task/31386/stat : 31386 (pb_cplex) R 31372 31372 30778 0 -1 4202560 43381 0 0 0 4931 294 0 0 16 0 2 0 143354362 42721280 5083 1992294400 134512640 146736320 4289740672 18446744073709551615 144580073 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 126.18
Current children cumulated vsize (KiB) 50420

[startup+162.302 s]
/proc/loadavg: 1.30 1.26 1.18 4/109 31390
/proc/meminfo: memFree=1288680/2059040 swapFree=4139540/4192956
[pid=31372] ppid=31370 vsize=8700 CPUtime=0
/proc/31372/stat : 31372 (run) S 31370 31372 30778 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 143352706 8908800 249 1992294400 4194304 4922060 140735417619872 18446744073709551615 242479635589 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31372/statm: 2175 249 208 178 0 68 0
[pid=31373] ppid=31372 vsize=51440 CPUtime=202.88
/proc/31373/stat : 31373 (pb_cplex) R 31372 31372 30778 0 -1 4202496 206097 0 0 0 19192 1096 0 0 24 0 2 0 143352706 52674560 7264 1992294400 134512640 146736320 4289740672 18446744073709551615 144785853 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/31373/statm: 12860 7264 1084 2985 0 9402 0
[pid=31373/tid=31386] ppid=31372 vsize=51440 CPUtime=89.7
/proc/31373/task/31386/stat : 31386 (pb_cplex) R 31372 31372 30778 0 -1 4202560 80704 0 0 0 8479 491 0 0 18 0 2 0 143354362 52674560 7264 1992294400 134512640 146736320 4289740672 18446744073709551615 137151233 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 202.88
Current children cumulated vsize (KiB) 60140

[startup+222.301 s]
/proc/loadavg: 1.32 1.27 1.19 2/109 31397
/proc/meminfo: memFree=1296492/2059040 swapFree=4139540/4192956
[pid=31372] ppid=31370 vsize=8700 CPUtime=0
/proc/31372/stat : 31372 (run) S 31370 31372 30778 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 143352706 8908800 249 1992294400 4194304 4922060 140735417619872 18446744073709551615 242479635589 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31372/statm: 2175 249 208 178 0 68 0
[pid=31373] ppid=31372 vsize=42736 CPUtime=278.71
/proc/31373/stat : 31373 (pb_cplex) S 31372 31372 30778 0 -1 4202496 280227 0 0 0 26457 1414 0 0 16 0 2 0 143352706 43761664 5318 1992294400 134512640 146736320 4289740672 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/31373/statm: 10684 5318 1084 2985 0 7226 0
[pid=31373/tid=31395] ppid=31372 vsize=42736 CPUtime=32.67
/proc/31373/task/31395/stat : 31395 (pb_cplex) R 31372 31372 30778 0 -1 4202560 28015 0 0 0 3135 132 0 0 16 0 2 0 143369586 43761664 5318 1992294400 134512640 146736320 4289740672 18446744073709551615 135983319 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 278.71
Current children cumulated vsize (KiB) 51436

[startup+282.301 s]
/proc/loadavg: 1.29 1.27 1.19 3/109 31399
/proc/meminfo: memFree=1284464/2059040 swapFree=4139540/4192956
[pid=31372] ppid=31370 vsize=8700 CPUtime=0
/proc/31372/stat : 31372 (run) S 31370 31372 30778 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 143352706 8908800 249 1992294400 4194304 4922060 140735417619872 18446744073709551615 242479635589 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31372/statm: 2175 249 208 178 0 68 0
[pid=31373] ppid=31372 vsize=55128 CPUtime=349.82
/proc/31373/stat : 31373 (pb_cplex) R 31372 31372 30778 0 -1 4202496 391037 0 0 0 33255 1727 0 0 16 0 2 0 143352706 56451072 8354 1992294400 134512640 146736320 4289740672 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/31373/statm: 13782 8354 1084 2985 0 10324 0
[pid=31373/tid=31395] ppid=31372 vsize=55128 CPUtime=67.69
/proc/31373/task/31395/stat : 31395 (pb_cplex) S 31372 31372 30778 0 -1 4202560 82241 0 0 0 6484 285 0 0 16 0 2 0 143369586 56451072 8354 1992294400 134512640 146736320 4289740672 18446744073709551615 144580073 0 2 4096 16387 18446604437826556160 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 349.82
Current children cumulated vsize (KiB) 63828

[startup+342.301 s]
/proc/loadavg: 1.14 1.23 1.18 2/109 31401
/proc/meminfo: memFree=1278140/2059040 swapFree=4139540/4192956
[pid=31372] ppid=31370 vsize=8700 CPUtime=0
/proc/31372/stat : 31372 (run) S 31370 31372 30778 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 143352706 8908800 249 1992294400 4194304 4922060 140735417619872 18446744073709551615 242479635589 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0

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

[pid=31373] ppid=31372 vsize=123616 CPUtime=1144.57
/proc/31373/stat : 31373 (pb_cplex) R 31372 31372 30778 0 -1 4202496 1406677 0 0 0 109035 5422 0 0 16 0 2 0 143352706 126582784 25110 1992294400 134512640 146736320 4289740672 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/31373/statm: 30904 25110 1084 2985 0 27446 0
[pid=31373/tid=31395] ppid=31372 vsize=123616 CPUtime=460.83
/proc/31373/task/31395/stat : 31395 (pb_cplex) R 31372 31372 30778 0 -1 4202560 598483 0 0 0 43974 2109 0 0 16 0 2 0 143369586 126582784 25110 1992294400 134512640 146736320 4289740672 18446744073709551615 144715407 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1144.57
Current children cumulated vsize (KiB) 132316

[startup+1002.3 s]
/proc/loadavg: 1.17 1.23 1.18 2/109 31417
/proc/meminfo: memFree=1213660/2059040 swapFree=4139540/4192956
[pid=31372] ppid=31370 vsize=8700 CPUtime=0
/proc/31372/stat : 31372 (run) S 31370 31372 30778 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 143352706 8908800 249 1992294400 4194304 4922060 140735417619872 18446744073709551615 242479635589 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31372/statm: 2175 249 208 178 0 68 0
[pid=31373] ppid=31372 vsize=125508 CPUtime=1215.58
/proc/31373/stat : 31373 (pb_cplex) R 31372 31372 30778 0 -1 4202496 1494275 0 0 0 115802 5756 0 0 16 0 2 0 143352706 128520192 25915 1992294400 134512640 146736320 4289740672 18446744073709551615 136387544 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/31373/statm: 31377 25915 1084 2985 0 27919 0
[pid=31373/tid=31395] ppid=31372 vsize=125508 CPUtime=496.38
/proc/31373/task/31395/stat : 31395 (pb_cplex) S 31372 31372 30778 0 -1 4202560 644787 0 0 0 47365 2273 0 0 16 0 2 0 143369586 128520192 25915 1992294400 134512640 146736320 4289740672 18446744073709551615 144580073 0 2 4096 16387 18446604437826556160 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1215.58
Current children cumulated vsize (KiB) 134208

[startup+1062.3 s]
/proc/loadavg: 1.27 1.25 1.19 2/109 31419
/proc/meminfo: memFree=1211304/2059040 swapFree=4139540/4192956
[pid=31372] ppid=31370 vsize=8700 CPUtime=0
/proc/31372/stat : 31372 (run) S 31370 31372 30778 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 143352706 8908800 249 1992294400 4194304 4922060 140735417619872 18446744073709551615 242479635589 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31372/statm: 2175 249 208 178 0 68 0
[pid=31373] ppid=31372 vsize=127916 CPUtime=1287.57
/proc/31373/stat : 31373 (pb_cplex) R 31372 31372 30778 0 -1 4202496 1581776 0 0 0 122669 6088 0 0 16 0 2 0 143352706 130985984 26484 1992294400 134512640 146736320 4289740672 18446744073709551615 138378148 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/31373/statm: 31979 26484 1086 2985 0 28521 0
[pid=31373/tid=31395] ppid=31372 vsize=127916 CPUtime=531.07
/proc/31373/task/31395/stat : 31395 (pb_cplex) S 31372 31372 30778 0 -1 4202560 686943 0 0 0 50670 2437 0 0 16 0 2 0 143369586 130985984 26484 1992294400 134512640 146736320 4289740672 18446744073709551615 144580073 0 2 4096 16387 18446604437826556160 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1287.57
Current children cumulated vsize (KiB) 136616

[startup+1122.3 s]
/proc/loadavg: 1.22 1.23 1.18 2/109 31430
/proc/meminfo: memFree=1209072/2059040 swapFree=4139540/4192956
[pid=31372] ppid=31370 vsize=8700 CPUtime=0
/proc/31372/stat : 31372 (run) S 31370 31372 30778 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 143352706 8908800 249 1992294400 4194304 4922060 140735417619872 18446744073709551615 242479635589 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31372/statm: 2175 249 208 178 0 68 0
[pid=31373] ppid=31372 vsize=130596 CPUtime=1359.74
/proc/31373/stat : 31373 (pb_cplex) S 31372 31372 30778 0 -1 4202496 1668558 0 0 0 129548 6426 0 0 16 0 2 0 143352706 133730304 27001 1992294400 134512640 146736320 4289740672 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/31373/statm: 32649 27001 1085 2985 0 29191 0
[pid=31373/tid=31395] ppid=31372 vsize=130596 CPUtime=566.54
/proc/31373/task/31395/stat : 31395 (pb_cplex) R 31372 31372 30778 0 -1 4202560 732233 0 0 0 54048 2606 0 0 16 0 2 0 143369586 133730304 27001 1992294400 134512640 146736320 4289740672 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1359.74
Current children cumulated vsize (KiB) 139296

[startup+1182.3 s]
/proc/loadavg: 1.23 1.22 1.18 3/109 31432
/proc/meminfo: memFree=1206716/2059040 swapFree=4139540/4192956
[pid=31372] ppid=31370 vsize=8700 CPUtime=0
/proc/31372/stat : 31372 (run) S 31370 31372 30778 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 143352706 8908800 249 1992294400 4194304 4922060 140735417619872 18446744073709551615 242479635589 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31372/statm: 2175 249 208 178 0 68 0
[pid=31373] ppid=31372 vsize=132948 CPUtime=1431.68
/proc/31373/stat : 31373 (pb_cplex) R 31372 31372 30778 0 -1 4202496 1756859 0 0 0 136405 6763 0 0 16 0 2 0 143352706 136138752 27662 1992294400 134512640 146736320 4289740672 18446744073709551615 144785853 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/31373/statm: 33237 27662 1085 2985 0 29779 0
[pid=31373/tid=31395] ppid=31372 vsize=132948 CPUtime=602.12
/proc/31373/task/31395/stat : 31395 (pb_cplex) S 31372 31372 30778 0 -1 4202560 777373 0 0 0 57437 2775 0 0 16 0 2 0 143369586 136138752 27662 1992294400 134512640 146736320 4289740672 18446744073709551615 144580073 0 2 4096 16387 18446604437826556160 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1431.68
Current children cumulated vsize (KiB) 141648

[startup+1242.3 s]
/proc/loadavg: 1.29 1.24 1.19 3/109 31434
/proc/meminfo: memFree=1204732/2059040 swapFree=4139540/4192956
[pid=31372] ppid=31370 vsize=8700 CPUtime=0
/proc/31372/stat : 31372 (run) S 31370 31372 30778 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 143352706 8908800 249 1992294400 4194304 4922060 140735417619872 18446744073709551615 242479635589 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31372/statm: 2175 249 208 178 0 68 0
[pid=31373] ppid=31372 vsize=134940 CPUtime=1502.86
/proc/31373/stat : 31373 (pb_cplex) S 31372 31372 30778 0 -1 4202496 1844203 0 0 0 143196 7090 0 0 15 0 2 0 143352706 138178560 28203 1992294400 134512640 146736320 4289740672 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/31373/statm: 33735 28203 1085 2985 0 30277 0
[pid=31373/tid=31395] ppid=31372 vsize=134940 CPUtime=637.37
/proc/31373/task/31395/stat : 31395 (pb_cplex) R 31372 31372 30778 0 -1 4202560 822549 0 0 0 60799 2938 0 0 16 0 2 0 143369586 138178560 28203 1992294400 134512640 146736320 4289740672 18446744073709551615 136365158 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1502.86
Current children cumulated vsize (KiB) 143640

[startup+1302.3 s]
/proc/loadavg: 1.27 1.24 1.19 2/109 31434
/proc/meminfo: memFree=1201632/2059040 swapFree=4139540/4192956
[pid=31372] ppid=31370 vsize=8700 CPUtime=0
/proc/31372/stat : 31372 (run) S 31370 31372 30778 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 143352706 8908800 249 1992294400 4194304 4922060 140735417619872 18446744073709551615 242479635589 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31372/statm: 2175 249 208 178 0 68 0
[pid=31373] ppid=31372 vsize=137448 CPUtime=1574.8
/proc/31373/stat : 31373 (pb_cplex) R 31372 31372 30778 0 -1 4202496 1928373 0 0 0 150051 7429 0 0 16 0 2 0 143352706 140746752 28829 1992294400 134512640 146736320 4289740672 18446744073709551615 144785853 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/31373/statm: 34362 28829 1087 2985 0 30904 0
[pid=31373/tid=31395] ppid=31372 vsize=137448 CPUtime=672.49
/proc/31373/task/31395/stat : 31395 (pb_cplex) S 31372 31372 30778 0 -1 4202560 862733 0 0 0 64147 3102 0 0 16 0 2 0 143369586 140746752 28829 1992294400 134512640 146736320 4289740672 18446744073709551615 144580073 0 2 4096 16387 18446604437826556160 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1574.8
Current children cumulated vsize (KiB) 146148

[startup+1362.3 s]
/proc/loadavg: 1.10 1.19 1.17 2/109 31436
/proc/meminfo: memFree=1199028/2059040 swapFree=4139540/4192956
[pid=31372] ppid=31370 vsize=8700 CPUtime=0
/proc/31372/stat : 31372 (run) S 31370 31372 30778 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 143352706 8908800 249 1992294400 4194304 4922060 140735417619872 18446744073709551615 242479635589 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31372/statm: 2175 249 208 178 0 68 0
[pid=31373] ppid=31372 vsize=140048 CPUtime=1645.81
/proc/31373/stat : 31373 (pb_cplex) S 31372 31372 30778 0 -1 4202496 2009111 0 0 0 156812 7769 0 0 15 0 2 0 143352706 143409152 29420 1992294400 134512640 146736320 4289740672 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/31373/statm: 35012 29420 1084 2985 0 31554 0
[pid=31373/tid=31395] ppid=31372 vsize=140048 CPUtime=705.82
/proc/31373/task/31395/stat : 31395 (pb_cplex) R 31372 31372 30778 0 -1 4202560 901099 0 0 0 67321 3261 0 0 16 0 2 0 143369586 143409152 29420 1992294400 134512640 146736320 4289740672 18446744073709551615 137085062 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1645.81
Current children cumulated vsize (KiB) 148748

[startup+1422.31 s]
/proc/loadavg: 1.16 1.19 1.17 3/109 31438
/proc/meminfo: memFree=1196424/2059040 swapFree=4139540/4192956
[pid=31372] ppid=31370 vsize=8700 CPUtime=0
/proc/31372/stat : 31372 (run) S 31370 31372 30778 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 143352706 8908800 249 1992294400 4194304 4922060 140735417619872 18446744073709551615 242479635589 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31372/statm: 2175 249 208 178 0 68 0
[pid=31373] ppid=31372 vsize=143444 CPUtime=1717.35
/proc/31373/stat : 31373 (pb_cplex) S 31372 31372 30778 0 -1 4202496 2091505 0 0 0 163627 8108 0 0 16 0 2 0 143352706 146886656 30143 1992294400 134512640 146736320 4289740672 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/31373/statm: 35861 30143 1086 2985 0 32403 0
[pid=31373/tid=31395] ppid=31372 vsize=143444 CPUtime=739.49
/proc/31373/task/31395/stat : 31395 (pb_cplex) R 31372 31372 30778 0 -1 4202560 939483 0 0 0 70530 3419 0 0 16 0 2 0 143369586 146886656 30143 1992294400 134512640 146736320 4289740672 18446744073709551615 144785853 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1717.35
Current children cumulated vsize (KiB) 152144

[startup+1482.3 s]
/proc/loadavg: 1.22 1.21 1.18 2/109 31440
/proc/meminfo: memFree=1193820/2059040 swapFree=4139540/4192956
[pid=31372] ppid=31370 vsize=8700 CPUtime=0
/proc/31372/stat : 31372 (run) S 31370 31372 30778 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 143352706 8908800 249 1992294400 4194304 4922060 140735417619872 18446744073709551615 242479635589 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31372/statm: 2175 249 208 178 0 68 0
[pid=31373] ppid=31372 vsize=146540 CPUtime=1789.12
/proc/31373/stat : 31373 (pb_cplex) R 31372 31372 30778 0 -1 4202496 2179210 0 0 0 170468 8444 0 0 16 0 2 0 143352706 150056960 30817 1992294400 134512640 146736320 4289740672 18446744073709551615 135468697 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/31373/statm: 36635 30817 1084 2985 0 33177 0
[pid=31373/tid=31395] ppid=31372 vsize=146540 CPUtime=774.48
/proc/31373/task/31395/stat : 31395 (pb_cplex) S 31372 31372 30778 0 -1 4202560 983350 0 0 0 73866 3582 0 0 16 0 2 0 143369586 150056960 30817 1992294400 134512640 146736320 4289740672 18446744073709551615 144580073 0 2 4096 16387 18446604437826556160 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1789.12
Current children cumulated vsize (KiB) 155240



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1491.4 s]
/proc/loadavg: 1.26 1.22 1.18 2/109 31440
/proc/meminfo: memFree=1193448/2059040 swapFree=4139540/4192956
[pid=31372] ppid=31370 vsize=8700 CPUtime=0
/proc/31372/stat : 31372 (run) S 31370 31372 30778 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 143352706 8908800 249 1992294400 4194304 4922060 140735417619872 18446744073709551615 242479635589 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31372/statm: 2175 249 208 178 0 68 0
[pid=31373] ppid=31372 vsize=146252 CPUtime=1800.04
/proc/31373/stat : 31373 (pb_cplex) R 31372 31372 30778 0 -1 4202496 2191627 0 0 0 171506 8498 0 0 16 0 2 0 143352706 149762048 30882 1992294400 134512640 146736320 4289740672 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/31373/statm: 36563 30882 1084 2985 0 33105 0
[pid=31373/tid=31395] ppid=31372 vsize=146252 CPUtime=780.16
/proc/31373/task/31395/stat : 31395 (pb_cplex) S 31372 31372 30778 0 -1 4202560 990660 0 0 0 74403 3613 0 0 16 0 2 0 143369586 149762048 30882 1992294400 134512640 146736320 4289740672 18446744073709551615 144580073 0 2 4096 16387 18446604437826556160 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 154952

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

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

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 31372 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=1999
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=999
# CPU time returned by wait4() is 0.002998
# while last known CPU time is 1800.04
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1491.42
CPU time (s): 1800.04
CPU user time (s): 1715.06
CPU system time (s): 84.98
CPU usage (%): 120.693
Max. virtual memory (cumulated for all children) (KiB): 155324

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.001999
system time used= 0.000999
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 366
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= 3
involuntary context switches= 2

runsolver used 2.90556 second user time and 7.69683 second system time

The end

Launcher Data

Begin job on node035 at 2010-07-01 23:42:57
IDJOB=2696049
IDBENCH=2904
IDSOLVER=1209
FILE ID=node035/2696049-1278020577
PBS_JOBID= 11198728
Free space on /tmp= 62376 MiB

SOLVER NAME= pb_cplex 2010-06-29
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/market-split/normalized-opt-market-split_8_70_4.opb
COMMAND LINE= run BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2696049-1278020577/watcher-2696049-1278020577 -o /tmp/evaluation-result-2696049-1278020577/solver-2696049-1278020577 -C 1800 -W 2000 -M 1800  run HOME/instance-2696049-1278020577.opb

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

MD5SUM BENCH= 87341d3e4752b9f90faef0f8d9385430
RANDOM SEED=217997174

node035.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.219
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.219
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:       1315264 kB
Buffers:        144340 kB
Cached:         482396 kB
SwapCached:       7448 kB
Active:         221668 kB
Inactive:       419660 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1315264 kB
SwapTotal:     4192956 kB
SwapFree:      4139540 kB
Dirty:           16624 kB
Writeback:           4 kB
AnonPages:       12748 kB
Mapped:          12020 kB
Slab:            80528 kB
PageTables:       4252 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182224 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264948 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62360 MiB
End job on node035 at 2010-07-02 00:07:51