Trace number 2695863

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.13 1022.62

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/liu/
domset/normalized-domset_v500_e2000_w30_mw19_13.opb.PB06.opb
MD5SUM9828b7020b058ee74169951dda258843
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark191
Best CPU time to get the best result obtained on this benchmark1800.13
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 186
Optimality of the best value was proved NO
Number of variables476
Total number of constraints476
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 constraints476
Minimum length of a constraint3
Maximum length of a constraint20
Number of terms in the objective function 476
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 476
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 30
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 476
Number of bits of the biggest sum of numbers9
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-2695863-1278016693.opb.
0.00/0.00	c Instance file HOME/instance-2695863-1278016693.opb
0.00/0.00	c File size is 43369 bytes.
0.00/0.08	c Highest Coefficient sum: 251
0.00/0.08	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.08	c ============================[ Problem Statistics ]=============================
0.00/0.08	c |                                                                             |
0.00/0.08	c |  Parsing time:          0.08         s                                      |
0.00/0.08	c |  Number Variables:      476                                                 |
0.00/0.08	c |  Number Constraints:    476                                                 |
0.00/0.08	c ===============================================================================
1800.10/1022.61	c Remaining time 1799.92 sec.
1800.10/1022.61	c 
1800.10/1022.61	c *** INTERRUPTED ***
1800.10/1022.61	s UNKNOWN
1800.10/1022.61	c Total CPU time              : 1794.62 s
1800.10/1022.61	c Memory used           : 67.27 MB
1800.10/1022.61	c CPU time              : 1794.62 s
1800.10/1022.61	c 
1800.10/1022.61	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-2695863-1278016693/watcher-2695863-1278016693 -o /tmp/evaluation-result-2695863-1278016693/solver-2695863-1278016693 -C 1800 -W 2000 -M 1800 run HOME/instance-2695863-1278016693.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: 2.01 2.02 1.62 3/106 29115
/proc/meminfo: memFree=1498872/2059040 swapFree=4138352/4192956
[pid=29115] ppid=29113 vsize=8700 CPUtime=0
/proc/29115/stat : 29115 (run) R 29113 29115 28922 0 -1 4202496 348 0 0 0 0 0 0 0 20 0 1 0 142964419 8908800 248 1992294400 4194304 4922060 140735982669456 18446744073709551615 246659260821 0 65538 4100 65536 0 0 0 17 1 0 0 0
/proc/29115/statm: 2175 248 208 178 0 68 0

[startup+0.0123769 s]
/proc/loadavg: 2.01 2.02 1.62 3/106 29115
/proc/meminfo: memFree=1498872/2059040 swapFree=4138352/4192956
[pid=29115] ppid=29113 vsize=8700 CPUtime=0
/proc/29115/stat : 29115 (run) S 29113 29115 28922 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 142964419 8908800 248 1992294400 4194304 4922060 140735982669456 18446744073709551615 246659259525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29115/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.102733 s]
/proc/loadavg: 2.01 2.02 1.62 3/106 29115
/proc/meminfo: memFree=1498872/2059040 swapFree=4138352/4192956
[pid=29115] ppid=29113 vsize=8700 CPUtime=0
/proc/29115/stat : 29115 (run) S 29113 29115 28922 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 142964419 8908800 248 1992294400 4194304 4922060 140735982669456 18446744073709551615 246659259525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29115/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300733 s]
/proc/loadavg: 2.01 2.02 1.62 3/106 29115
/proc/meminfo: memFree=1498872/2059040 swapFree=4138352/4192956
[pid=29115] ppid=29113 vsize=8700 CPUtime=0
/proc/29115/stat : 29115 (run) S 29113 29115 28922 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 142964419 8908800 248 1992294400 4194304 4922060 140735982669456 18446744073709551615 246659259525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29115/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700733 s]
/proc/loadavg: 2.01 2.02 1.62 3/106 29115
/proc/meminfo: memFree=1498872/2059040 swapFree=4138352/4192956
[pid=29115] ppid=29113 vsize=8700 CPUtime=0
/proc/29115/stat : 29115 (run) S 29113 29115 28922 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 142964419 8908800 248 1992294400 4194304 4922060 140735982669456 18446744073709551615 246659259525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29115/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50073 s]
/proc/loadavg: 2.01 2.02 1.62 2/108 29117
/proc/meminfo: memFree=1494144/2059040 swapFree=4138352/4192956
[pid=29115] ppid=29113 vsize=8700 CPUtime=0
/proc/29115/stat : 29115 (run) S 29113 29115 28922 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 142964419 8908800 248 1992294400 4194304 4922060 140735982669456 18446744073709551615 246659259525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29115/statm: 2175 248 208 178 0 68 0
[pid=29116] ppid=29115 vsize=19692 CPUtime=1.48
/proc/29116/stat : 29116 (pb_cplex) R 29115 29115 28922 0 -1 4202496 2948 0 0 0 148 0 0 0 19 0 1 0 142964419 20164608 2077 1992294400 134512640 146736320 4294353200 18446744073709551615 136385183 0 0 4096 16387 0 0 0 17 0 0 0 0
/proc/29116/statm: 4923 2077 993 2985 0 1465 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 28392

[startup+3.10173 s]
/proc/loadavg: 1.93 2.01 1.62 2/108 29117
/proc/meminfo: memFree=1494020/2059040 swapFree=4138352/4192956
[pid=29115] ppid=29113 vsize=8700 CPUtime=0
/proc/29115/stat : 29115 (run) S 29113 29115 28922 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 142964419 8908800 248 1992294400 4194304 4922060 140735982669456 18446744073709551615 246659259525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29115/statm: 2175 248 208 178 0 68 0
[pid=29116] ppid=29115 vsize=19572 CPUtime=3.09
/proc/29116/stat : 29116 (pb_cplex) R 29115 29115 28922 0 -1 4202496 6666 0 0 0 307 2 0 0 25 0 1 0 142964419 20041728 2038 1992294400 134512640 146736320 4294353200 18446744073709551615 136385269 0 0 4096 16387 0 0 0 17 0 0 0 0
/proc/29116/statm: 4893 2038 994 2985 0 1435 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 28272

[startup+6.30074 s]
/proc/loadavg: 1.93 2.01 1.62 3/109 29118
/proc/meminfo: memFree=1489548/2059040 swapFree=4138352/4192956
[pid=29115] ppid=29113 vsize=8700 CPUtime=0
/proc/29115/stat : 29115 (run) S 29113 29115 28922 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 142964419 8908800 248 1992294400 4194304 4922060 140735982669456 18446744073709551615 246659259525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29115/statm: 2175 248 208 178 0 68 0
[pid=29116] ppid=29115 vsize=35296 CPUtime=6.88
/proc/29116/stat : 29116 (pb_cplex) R 29115 29115 28922 0 -1 4202496 8022 0 0 0 684 4 0 0 17 0 2 0 142964419 36143104 3157 1992294400 134512640 146736320 4294353200 18446744073709551615 136385183 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/29116/statm: 8824 3157 1030 2985 0 5366 0
[pid=29116/tid=29118] ppid=29115 vsize=35296 CPUtime=1.9
/proc/29116/task/29118/stat : 29118 (pb_cplex) S 29115 29115 28922 0 -1 4202560 421 0 0 0 189 1 0 0 20 0 2 0 142964797 36143104 3157 1992294400 134512640 146736320 4294353200 18446744073709551615 144580073 0 2 4096 16387 18446604437832381376 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 6.88
Current children cumulated vsize (KiB) 43996

[startup+12.7007 s]
/proc/loadavg: 1.87 1.99 1.61 2/109 29118
/proc/meminfo: memFree=1489424/2059040 swapFree=4138352/4192956
[pid=29115] ppid=29113 vsize=8700 CPUtime=0
/proc/29115/stat : 29115 (run) S 29113 29115 28922 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 142964419 8908800 248 1992294400 4194304 4922060 140735982669456 18446744073709551615 246659259525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29115/statm: 2175 248 208 178 0 68 0
[pid=29116] ppid=29115 vsize=35296 CPUtime=17.58
/proc/29116/stat : 29116 (pb_cplex) R 29115 29115 28922 0 -1 4202496 8022 0 0 0 1750 8 0 0 17 0 2 0 142964419 36143104 3157 1992294400 134512640 146736320 4294353200 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/29116/statm: 8824 3157 1030 2985 0 5366 0
[pid=29116/tid=29118] ppid=29115 vsize=35296 CPUtime=7.73
/proc/29116/task/29118/stat : 29118 (pb_cplex) S 29115 29115 28922 0 -1 4202560 421 0 0 0 770 3 0 0 25 0 2 0 142964797 36143104 3157 1992294400 134512640 146736320 4294353200 18446744073709551615 144580073 0 2 4096 16387 18446604437832381376 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 17.58
Current children cumulated vsize (KiB) 43996

[startup+25.5007 s]
/proc/loadavg: 1.81 1.97 1.61 2/109 29121
/proc/meminfo: memFree=1479876/2059040 swapFree=4138352/4192956
[pid=29115] ppid=29113 vsize=8700 CPUtime=0
/proc/29115/stat : 29115 (run) S 29113 29115 28922 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 142964419 8908800 248 1992294400 4194304 4922060 140735982669456 18446744073709551615 246659259525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29115/statm: 2175 248 208 178 0 68 0
[pid=29116] ppid=29115 vsize=49720 CPUtime=34.6
/proc/29116/stat : 29116 (pb_cplex) R 29115 29115 28922 0 -1 4202496 13378 0 0 0 3445 15 0 0 16 0 2 0 142964419 50913280 5540 1992294400 134512640 146736320 4294353200 18446744073709551615 136008245 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/29116/statm: 12430 5540 1077 2985 0 8972 0
[pid=29116/tid=29121] ppid=29115 vsize=49720 CPUtime=3.26
/proc/29116/task/29121/stat : 29121 (pb_cplex) R 29115 29115 28922 0 -1 4202560 573 0 0 0 326 0 0 0 23 0 2 0 142966426 50913280 5540 1992294400 134512640 146736320 4294353200 18446744073709551615 139046527 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 34.6
Current children cumulated vsize (KiB) 58420

[startup+51.1008 s]
/proc/loadavg: 1.79 1.96 1.62 3/109 29123
/proc/meminfo: memFree=1478636/2059040 swapFree=4138352/4192956
[pid=29115] ppid=29113 vsize=8700 CPUtime=0
/proc/29115/stat : 29115 (run) S 29113 29115 28922 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 142964419 8908800 248 1992294400 4194304 4922060 140735982669456 18446744073709551615 246659259525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29115/statm: 2175 248 208 178 0 68 0
[pid=29116] ppid=29115 vsize=49876 CPUtime=79.97
/proc/29116/stat : 29116 (pb_cplex) R 29115 29115 28922 0 -1 4202496 16438 0 0 0 7965 32 0 0 16 0 2 0 142964419 51073024 5685 1992294400 134512640 146736320 4294353200 18446744073709551615 136000758 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/29116/statm: 12469 5685 1077 2985 0 9011 0
[pid=29116/tid=29121] ppid=29115 vsize=49876 CPUtime=27.54
/proc/29116/task/29121/stat : 29121 (pb_cplex) R 29115 29115 28922 0 -1 4202560 3321 0 0 0 2746 8 0 0 24 0 2 0 142966426 51073024 5685 1992294400 134512640 146736320 4294353200 18446744073709551615 136385265 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 79.97
Current children cumulated vsize (KiB) 58576

[startup+102.31 s]
/proc/loadavg: 1.98 1.98 1.64 3/109 29123
/proc/meminfo: memFree=1478140/2059040 swapFree=4138352/4192956
[pid=29115] ppid=29113 vsize=8700 CPUtime=0
/proc/29115/stat : 29115 (run) S 29113 29115 28922 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 142964419 8908800 248 1992294400 4194304 4922060 140735982669456 18446744073709551615 246659259525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29115/statm: 2175 248 208 178 0 68 0
[pid=29116] ppid=29115 vsize=50900 CPUtime=169.96
/proc/29116/stat : 29116 (pb_cplex) R 29115 29115 28922 0 -1 4202496 23776 0 0 0 16932 64 0 0 16 0 2 0 142964419 52121600 5911 1992294400 134512640 146736320 4294353200 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/29116/statm: 12725 5911 1077 2985 0 9267 0
[pid=29116/tid=29121] ppid=29115 vsize=50900 CPUtime=73.63
/proc/29116/task/29121/stat : 29121 (pb_cplex) R 29115 29115 28922 0 -1 4202560 9208 0 0 0 7337 26 0 0 25 0 2 0 142966426 52121600 5911 1992294400 134512640 146736320 4294353200 18446744073709551615 136388291 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 169.96
Current children cumulated vsize (KiB) 59600

[startup+162.301 s]
/proc/loadavg: 1.82 1.93 1.64 3/109 29125
/proc/meminfo: memFree=1476404/2059040 swapFree=4138352/4192956
[pid=29115] ppid=29113 vsize=8700 CPUtime=0
/proc/29115/stat : 29115 (run) S 29113 29115 28922 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 142964419 8908800 248 1992294400 4194304 4922060 140735982669456 18446744073709551615 246659259525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29115/statm: 2175 248 208 178 0 68 0
[pid=29116] ppid=29115 vsize=52696 CPUtime=275.05
/proc/29116/stat : 29116 (pb_cplex) R 29115 29115 28922 0 -1 4202496 34749 0 0 0 27403 102 0 0 25 0 2 0 142964419 53960704 6320 1992294400 134512640 146736320 4294353200 18446744073709551615 136008178 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/29116/statm: 13174 6320 1078 2985 0 9716 0
[pid=29116/tid=29121] ppid=29115 vsize=52696 CPUtime=125.6
/proc/29116/task/29121/stat : 29121 (pb_cplex) R 29115 29115 28922 0 -1 4202560 13605 0 0 0 12515 45 0 0 18 0 2 0 142966426 53960704 6320 1992294400 134512640 146736320 4294353200 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 275.05
Current children cumulated vsize (KiB) 61396

[startup+222.301 s]
/proc/loadavg: 1.85 1.91 1.65 3/109 29127
/proc/meminfo: memFree=1474240/2059040 swapFree=4138352/4192956
[pid=29115] ppid=29113 vsize=8700 CPUtime=0
/proc/29115/stat : 29115 (run) S 29113 29115 28922 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 142964419 8908800 248 1992294400 4194304 4922060 140735982669456 18446744073709551615 246659259525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29115/statm: 2175 248 208 178 0 68 0
[pid=29116] ppid=29115 vsize=54164 CPUtime=383.55
/proc/29116/stat : 29116 (pb_cplex) R 29115 29115 28922 0 -1 4202496 43067 0 0 0 38217 138 0 0 25 0 2 0 142964419 55463936 6625 1992294400 134512640 146736320 4294353200 18446744073709551615 136388081 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/29116/statm: 13541 6625 1078 2985 0 10083 0
[pid=29116/tid=29121] ppid=29115 vsize=54164 CPUtime=177.57
/proc/29116/task/29121/stat : 29121 (pb_cplex) S 29115 29115 28922 0 -1 4202560 17992 0 0 0 17692 65 0 0 16 0 2 0 142966426 55463936 6625 1992294400 134512640 146736320 4294353200 18446744073709551615 144580073 0 2 4096 16387 18446604437832381376 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 383.55
Current children cumulated vsize (KiB) 62864

[startup+282.301 s]
/proc/loadavg: 1.91 1.92 1.67 2/109 29129
/proc/meminfo: memFree=1470272/2059040 swapFree=4138352/4192956
[pid=29115] ppid=29113 vsize=8700 CPUtime=0
/proc/29115/stat : 29115 (run) S 29113 29115 28922 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 142964419 8908800 248 1992294400 4194304 4922060 140735982669456 18446744073709551615 246659259525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29115/statm: 2175 248 208 178 0 68 0
[pid=29116] ppid=29115 vsize=57860 CPUtime=499.99
/proc/29116/stat : 29116 (pb_cplex) S 29115 29115 28922 0 -1 4202496 73711 0 0 0 49829 170 0 0 25 0 2 0 142964419 59248640 7499 1992294400 134512640 146736320 4294353200 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/29116/statm: 14465 7499 1083 2985 0 11007 0
[pid=29116/tid=29121] ppid=29115 vsize=57860 CPUtime=236.41
/proc/29116/task/29121/stat : 29121 (pb_cplex) R 29115 29115 28922 0 -1 4202560 31277 0 0 0 23562 79 0 0 25 0 2 0 142966426 59248640 7499 1992294400 134512640 146736320 4294353200 18446744073709551615 135855174 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 499.99
Current children cumulated vsize (KiB) 66560

[startup+342.3 s]
/proc/loadavg: 2.00 1.93 1.68 3/109 29132
/proc/meminfo: memFree=1472132/2059040 swapFree=4138352/4192956
[pid=29115] ppid=29113 vsize=8700 CPUtime=0
/proc/29115/stat : 29115 (run) S 29113 29115 28922 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 142964419 8908800 248 1992294400 4194304 4922060 140735982669456 18446744073709551615 246659259525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29115/statm: 2175 248 208 178 0 68 0
[pid=29116] ppid=29115 vsize=55740 CPUtime=596.7
/proc/29116/stat : 29116 (pb_cplex) R 29115 29115 28922 0 -1 4202496 84704 0 0 0 59471 199 0 0 18 0 2 0 142964419 57077760 7151 1992294400 134512640 146736320 4294353200 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/29116/statm: 13935 7151 1086 2985 0 10477 0

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

[pid=29116] ppid=29115 vsize=57560 CPUtime=702.83
/proc/29116/stat : 29116 (pb_cplex) R 29115 29115 28922 0 -1 4202496 93865 0 0 0 70051 232 0 0 25 0 2 0 142964419 58941440 7540 1992294400 134512640 146736320 4294353200 18446744073709551615 136008050 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/29116/statm: 14390 7540 1086 2985 0 10932 0
[pid=29116/tid=29130] ppid=29115 vsize=57560 CPUtime=95.87
/proc/29116/task/29130/stat : 29130 (pb_cplex) R 29115 29115 28922 0 -1 4202560 9203 0 0 0 9557 30 0 0 16 0 2 0 142994090 58941440 7540 1992294400 134512640 146736320 4294353200 18446744073709551615 136008042 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 702.83
Current children cumulated vsize (KiB) 66260

[startup+462.301 s]
/proc/loadavg: 1.99 1.92 1.71 3/109 29134
/proc/meminfo: memFree=1469404/2059040 swapFree=4138352/4192956
[pid=29115] ppid=29113 vsize=8700 CPUtime=0
/proc/29115/stat : 29115 (run) S 29113 29115 28922 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 142964419 8908800 248 1992294400 4194304 4922060 140735982669456 18446744073709551615 246659259525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29115/statm: 2175 248 208 178 0 68 0
[pid=29116] ppid=29115 vsize=59272 CPUtime=808.02
/proc/29116/stat : 29116 (pb_cplex) S 29115 29115 28922 0 -1 4202496 100213 0 0 0 80536 266 0 0 18 0 2 0 142964419 60694528 7849 1992294400 134512640 146736320 4294353200 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/29116/statm: 14818 7849 1086 2985 0 11360 0
[pid=29116/tid=29130] ppid=29115 vsize=59272 CPUtime=148.3
/proc/29116/task/29130/stat : 29130 (pb_cplex) R 29115 29115 28922 0 -1 4202560 12513 0 0 0 14784 46 0 0 25 0 2 0 142994090 60694528 7849 1992294400 134512640 146736320 4294353200 18446744073709551615 135983181 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 808.02
Current children cumulated vsize (KiB) 67972

[startup+522.3 s]
/proc/loadavg: 1.92 1.92 1.72 2/109 29136
/proc/meminfo: memFree=1468536/2059040 swapFree=4138352/4192956
[pid=29115] ppid=29113 vsize=8700 CPUtime=0
/proc/29115/stat : 29115 (run) S 29113 29115 28922 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 142964419 8908800 248 1992294400 4194304 4922060 140735982669456 18446744073709551615 246659259525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29115/statm: 2175 248 208 178 0 68 0
[pid=29116] ppid=29115 vsize=60160 CPUtime=913.53
/proc/29116/stat : 29116 (pb_cplex) R 29115 29115 28922 0 -1 4202496 106299 0 0 0 91056 297 0 0 18 0 2 0 142964419 61603840 8073 1992294400 134512640 146736320 4294353200 18446744073709551615 135855130 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/29116/statm: 15040 8073 1086 2985 0 11582 0
[pid=29116/tid=29130] ppid=29115 vsize=60160 CPUtime=202.97
/proc/29116/task/29130/stat : 29130 (pb_cplex) R 29115 29115 28922 0 -1 4202560 14635 0 0 0 20235 62 0 0 25 0 2 0 142994090 61603840 8073 1992294400 134512640 146736320 4294353200 18446744073709551615 136388291 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 913.53
Current children cumulated vsize (KiB) 68860

[startup+582.301 s]
/proc/loadavg: 2.02 1.95 1.74 3/109 29138
/proc/meminfo: memFree=1467420/2059040 swapFree=4138352/4192956
[pid=29115] ppid=29113 vsize=8700 CPUtime=0
/proc/29115/stat : 29115 (run) S 29113 29115 28922 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 142964419 8908800 248 1992294400 4194304 4922060 140735982669456 18446744073709551615 246659259525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29115/statm: 2175 248 208 178 0 68 0
[pid=29116] ppid=29115 vsize=60412 CPUtime=1022.14
/proc/29116/stat : 29116 (pb_cplex) R 29115 29115 28922 0 -1 4202496 111456 0 0 0 101885 329 0 0 18 0 2 0 142964419 61861888 8251 1992294400 134512640 146736320 4294353200 18446744073709551615 135855170 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/29116/statm: 15103 8251 1086 2985 0 11645 0
[pid=29116/tid=29130] ppid=29115 vsize=60412 CPUtime=259.09
/proc/29116/task/29130/stat : 29130 (pb_cplex) R 29115 29115 28922 0 -1 4202560 17146 0 0 0 25832 77 0 0 19 0 2 0 142994090 61861888 8251 1992294400 134512640 146736320 4294353200 18446744073709551615 136008461 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1022.14
Current children cumulated vsize (KiB) 69112

[startup+642.301 s]
/proc/loadavg: 2.23 2.02 1.77 4/109 29140
/proc/meminfo: memFree=1467420/2059040 swapFree=4138352/4192956
[pid=29115] ppid=29113 vsize=8700 CPUtime=0
/proc/29115/stat : 29115 (run) S 29113 29115 28922 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 142964419 8908800 248 1992294400 4194304 4922060 140735982669456 18446744073709551615 246659259525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29115/statm: 2175 248 208 178 0 68 0
[pid=29116] ppid=29115 vsize=60892 CPUtime=1128.15
/proc/29116/stat : 29116 (pb_cplex) R 29115 29115 28922 0 -1 4202496 116864 0 0 0 112454 361 0 0 16 0 2 0 142964419 62353408 8403 1992294400 134512640 146736320 4294353200 18446744073709551615 135466465 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/29116/statm: 15223 8403 1088 2985 0 11765 0
[pid=29116/tid=29130] ppid=29115 vsize=60892 CPUtime=312.76
/proc/29116/task/29130/stat : 29130 (pb_cplex) R 29115 29115 28922 0 -1 4202560 19157 0 0 0 31184 92 0 0 25 0 2 0 142994090 62353408 8403 1992294400 134512640 146736320 4294353200 18446744073709551615 136007975 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1128.15
Current children cumulated vsize (KiB) 69592

[startup+702.301 s]
/proc/loadavg: 2.11 2.01 1.78 3/109 29140
/proc/meminfo: memFree=1464568/2059040 swapFree=4138352/4192956
[pid=29115] ppid=29113 vsize=8700 CPUtime=0
/proc/29115/stat : 29115 (run) S 29113 29115 28922 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 142964419 8908800 248 1992294400 4194304 4922060 140735982669456 18446744073709551615 246659259525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29115/statm: 2175 248 208 178 0 68 0
[pid=29116] ppid=29115 vsize=63404 CPUtime=1232.93
/proc/29116/stat : 29116 (pb_cplex) R 29115 29115 28922 0 -1 4202496 122112 0 0 0 122901 392 0 0 25 0 2 0 142964419 64925696 8996 1992294400 134512640 146736320 4294353200 18446744073709551615 136008441 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/29116/statm: 15851 8996 1086 2985 0 12393 0
[pid=29116/tid=29130] ppid=29115 vsize=63404 CPUtime=366.29
/proc/29116/task/29130/stat : 29130 (pb_cplex) R 29115 29115 28922 0 -1 4202560 22253 0 0 0 36521 108 0 0 16 0 2 0 142994090 64925696 8996 1992294400 134512640 146736320 4294353200 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1232.93
Current children cumulated vsize (KiB) 72104

[startup+762.309 s]
/proc/loadavg: 1.98 1.97 1.78 3/109 29142
/proc/meminfo: memFree=1464196/2059040 swapFree=4138352/4192956
[pid=29115] ppid=29113 vsize=8700 CPUtime=0
/proc/29115/stat : 29115 (run) S 29113 29115 28922 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 142964419 8908800 248 1992294400 4194304 4922060 140735982669456 18446744073709551615 246659259525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29115/statm: 2175 248 208 178 0 68 0
[pid=29116] ppid=29115 vsize=64296 CPUtime=1338.01
/proc/29116/stat : 29116 (pb_cplex) R 29115 29115 28922 0 -1 4202496 127506 0 0 0 133378 423 0 0 16 0 2 0 142964419 65839104 9056 1992294400 134512640 146736320 4294353200 18446744073709551615 136389133 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/29116/statm: 16074 9056 1086 2985 0 12616 0
[pid=29116/tid=29130] ppid=29115 vsize=64296 CPUtime=421.9
/proc/29116/task/29130/stat : 29130 (pb_cplex) R 29115 29115 28922 0 -1 4202560 24121 0 0 0 42066 124 0 0 18 0 2 0 142994090 65839104 9056 1992294400 134512640 146736320 4294353200 18446744073709551615 136365649 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1338.01
Current children cumulated vsize (KiB) 72996

[startup+822.302 s]
/proc/loadavg: 1.85 1.93 1.77 2/109 29144
/proc/meminfo: memFree=1462088/2059040 swapFree=4138352/4192956
[pid=29115] ppid=29113 vsize=8700 CPUtime=0
/proc/29115/stat : 29115 (run) S 29113 29115 28922 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 142964419 8908800 248 1992294400 4194304 4922060 140735982669456 18446744073709551615 246659259525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29115/statm: 2175 248 208 178 0 68 0
[pid=29116] ppid=29115 vsize=66180 CPUtime=1446.04
/proc/29116/stat : 29116 (pb_cplex) R 29115 29115 28922 0 -1 4202496 131771 0 0 0 144154 450 0 0 18 0 2 0 142964419 67768320 9578 1992294400 134512640 146736320 4294353200 18446744073709551615 136008053 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/29116/statm: 16545 9578 1086 2985 0 13087 0
[pid=29116/tid=29130] ppid=29115 vsize=66180 CPUtime=477.65
/proc/29116/task/29130/stat : 29130 (pb_cplex) R 29115 29115 28922 0 -1 4202560 26782 0 0 0 47628 137 0 0 18 0 2 0 142994090 67768320 9578 1992294400 134512640 146736320 4294353200 18446744073709551615 138412937 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1446.04
Current children cumulated vsize (KiB) 74880

[startup+882.302 s]
/proc/loadavg: 1.76 1.88 1.76 3/109 29146
/proc/meminfo: memFree=1461468/2059040 swapFree=4138352/4192956
[pid=29115] ppid=29113 vsize=8700 CPUtime=0
/proc/29115/stat : 29115 (run) S 29113 29115 28922 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 142964419 8908800 248 1992294400 4194304 4922060 140735982669456 18446744073709551615 246659259525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29115/statm: 2175 248 208 178 0 68 0
[pid=29116] ppid=29115 vsize=66640 CPUtime=1548.03
/proc/29116/stat : 29116 (pb_cplex) R 29115 29115 28922 0 -1 4202496 135618 0 0 0 154326 477 0 0 17 0 2 0 142964419 68239360 9706 1992294400 134512640 146736320 4294353200 18446744073709551615 136008042 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/29116/statm: 16660 9706 1086 2985 0 13202 0
[pid=29116/tid=29130] ppid=29115 vsize=66640 CPUtime=529.75
/proc/29116/task/29130/stat : 29130 (pb_cplex) R 29115 29115 28922 0 -1 4202560 28635 0 0 0 52824 151 0 0 19 0 2 0 142994090 68239360 9706 1992294400 134512640 146736320 4294353200 18446744073709551615 135526330 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1548.03
Current children cumulated vsize (KiB) 75340

[startup+942.302 s]
/proc/loadavg: 1.81 1.87 1.77 2/109 29148
/proc/meminfo: memFree=1460476/2059040 swapFree=4138352/4192956
[pid=29115] ppid=29113 vsize=8700 CPUtime=0
/proc/29115/stat : 29115 (run) S 29113 29115 28922 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 142964419 8908800 248 1992294400 4194304 4922060 140735982669456 18446744073709551615 246659259525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29115/statm: 2175 248 208 178 0 68 0
[pid=29116] ppid=29115 vsize=67072 CPUtime=1654.63
/proc/29116/stat : 29116 (pb_cplex) R 29115 29115 28922 0 -1 4202496 140103 0 0 0 164956 507 0 0 18 0 2 0 142964419 68681728 9894 1992294400 134512640 146736320 4294353200 18446744073709551615 136008065 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/29116/statm: 16768 9894 1086 2985 0 13310 0
[pid=29116/tid=29130] ppid=29115 vsize=67072 CPUtime=584.71
/proc/29116/task/29130/stat : 29130 (pb_cplex) R 29115 29115 28922 0 -1 4202560 31177 0 0 0 58305 166 0 0 25 0 2 0 142994090 68681728 9894 1992294400 134512640 146736320 4294353200 18446744073709551615 136008167 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1654.63
Current children cumulated vsize (KiB) 75772

[startup+1002.3 s]
/proc/loadavg: 1.98 1.90 1.78 3/109 29148
/proc/meminfo: memFree=1459856/2059040 swapFree=4138352/4192956
[pid=29115] ppid=29113 vsize=8700 CPUtime=0
/proc/29115/stat : 29115 (run) S 29113 29115 28922 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 142964419 8908800 248 1992294400 4194304 4922060 140735982669456 18446744073709551615 246659259525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29115/statm: 2175 248 208 178 0 68 0
[pid=29116] ppid=29115 vsize=68880 CPUtime=1762.66
/proc/29116/stat : 29116 (pb_cplex) R 29115 29115 28922 0 -1 4202496 143717 0 0 0 175728 538 0 0 16 0 2 0 142964419 70533120 10270 1992294400 134512640 146736320 4294353200 18446744073709551615 136475800 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/29116/statm: 17220 10270 1086 2985 0 13762 0
[pid=29116/tid=29130] ppid=29115 vsize=68880 CPUtime=641.52
/proc/29116/task/29130/stat : 29130 (pb_cplex) R 29115 29115 28922 0 -1 4202560 33709 0 0 0 63970 182 0 0 25 0 2 0 142994090 70533120 10270 1992294400 134512640 146736320 4294353200 18446744073709551615 136384858 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1762.66
Current children cumulated vsize (KiB) 77580



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1022.6 s]
/proc/loadavg: 1.90 1.89 1.78 3/109 29150
/proc/meminfo: memFree=1458740/2059040 swapFree=4138352/4192956
[pid=29115] ppid=29113 vsize=8700 CPUtime=0
/proc/29115/stat : 29115 (run) S 29113 29115 28922 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 142964419 8908800 248 1992294400 4194304 4922060 140735982669456 18446744073709551615 246659259525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29115/statm: 2175 248 208 178 0 68 0
[pid=29116] ppid=29115 vsize=68880 CPUtime=1800.1
/proc/29116/stat : 29116 (pb_cplex) R 29115 29115 28922 0 -1 4202496 144616 0 0 0 179461 549 0 0 18 0 2 0 142964419 70533120 10302 1992294400 134512640 146736320 4294353200 18446744073709551615 136385268 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/29116/statm: 17220 10302 1086 2985 0 13762 0
[pid=29116/tid=29130] ppid=29115 vsize=68880 CPUtime=660.39
/proc/29116/task/29130/stat : 29130 (pb_cplex) R 29115 29115 28922 0 -1 4202560 34284 0 0 0 65853 186 0 0 17 0 2 0 142994090 70533120 10302 1992294400 134512640 146736320 4294353200 18446744073709551615 136008058 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 77580

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

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

Child status: 0
Real time (s): 1022.62
CPU time (s): 1800.13
CPU user time (s): 1794.63
CPU system time (s): 5.50216
CPU usage (%): 176.031
Max. virtual memory (cumulated for all children) (KiB): 79560

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.63
system time used= 5.50216
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 144989
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= 45626
involuntary context switches= 29400

runsolver used 1.84372 second user time and 5.60715 second system time

The end

Launcher Data

Begin job on node033 at 2010-07-01 22:38:13
IDJOB=2695863
IDBENCH=1950
IDSOLVER=1209
FILE ID=node033/2695863-1278016693
PBS_JOBID= 11198730
Free space on /tmp= 62212 MiB

SOLVER NAME= pb_cplex 2010-06-29
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB06/liu/domset/normalized-domset_v500_e2000_w30_mw19_13.opb.PB06.opb
COMMAND LINE= run BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2695863-1278016693/watcher-2695863-1278016693 -o /tmp/evaluation-result-2695863-1278016693/solver-2695863-1278016693 -C 1800 -W 2000 -M 1800  run HOME/instance-2695863-1278016693.opb

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

MD5SUM BENCH= 9828b7020b058ee74169951dda258843
RANDOM SEED=2034928386

node033.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.242
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.48
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.242
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:       1499400 kB
Buffers:        145348 kB
Cached:         305388 kB
SwapCached:       7352 kB
Active:         221324 kB
Inactive:       243180 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1499400 kB
SwapTotal:     4192956 kB
SwapFree:      4138352 kB
Dirty:           16640 kB
Writeback:           4 kB
AnonPages:       12332 kB
Mapped:          11788 kB
Slab:            73124 kB
PageTables:       4124 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   183124 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= 62196 MiB
End job on node033 at 2010-07-01 22:55:18