Trace number 2695855

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.08 1043.02

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/liu/
domset/normalized-domset_v500_e2000_w30_mw19_20.opb.PB06.opb
MD5SUM1e2b8f542cc5dec610d6e9b4663a878b
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark189
Best CPU time to get the best result obtained on this benchmark1800.18
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 183
Optimality of the best value was proved NO
Number of variables473
Total number of constraints472
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 constraints472
Minimum length of a constraint3
Maximum length of a constraint17
Number of terms in the objective function 473
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 473
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 473
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-2695855-1278017182.opb.
0.00/0.00	c Instance file HOME/instance-2695855-1278017182.opb
0.00/0.00	c File size is 43236 bytes.
0.00/0.08	c Highest Coefficient sum: 238
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:      473                                                 |
0.00/0.08	c |  Number Constraints:    472                                                 |
0.00/0.08	c ===============================================================================
1800.06/1043.01	c Remaining time 1799.92 sec.
1800.06/1043.01	c 
1800.06/1043.01	c *** INTERRUPTED ***
1800.06/1043.01	s UNKNOWN
1800.06/1043.01	c Total CPU time              : 1794.91 s
1800.06/1043.01	c Memory used           : 66.83 MB
1800.06/1043.01	c CPU time              : 1794.91 s
1800.06/1043.01	c 
1800.06/1043.01	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-2695855-1278017182/watcher-2695855-1278017182 -o /tmp/evaluation-result-2695855-1278017182/solver-2695855-1278017182 -C 1800 -W 2000 -M 1800 run HOME/instance-2695855-1278017182.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.92 1.90 1.65 3/106 27634
/proc/meminfo: memFree=1769468/2059040 swapFree=4135664/4192956
[pid=27634] ppid=27632 vsize=8700 CPUtime=0
/proc/27634/stat : 27634 (run) R 27632 27634 27462 0 -1 4202496 348 0 0 0 0 0 0 0 20 0 1 0 143006300 8908800 249 1992294400 4194304 4922060 140735187738928 18446744073709551615 264053039509 0 65538 4100 65536 0 0 0 17 1 0 0 0
/proc/27634/statm: 2175 249 208 178 0 68 0

[startup+0.070382 s]
/proc/loadavg: 1.92 1.90 1.65 3/106 27634
/proc/meminfo: memFree=1769468/2059040 swapFree=4135664/4192956
[pid=27634] ppid=27632 vsize=8700 CPUtime=0
/proc/27634/stat : 27634 (run) S 27632 27634 27462 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 143006300 8908800 249 1992294400 4194304 4922060 140735187738928 18446744073709551615 264053038213 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27634/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.102908 s]
/proc/loadavg: 1.92 1.90 1.65 3/106 27634
/proc/meminfo: memFree=1769468/2059040 swapFree=4135664/4192956
[pid=27634] ppid=27632 vsize=8700 CPUtime=0
/proc/27634/stat : 27634 (run) S 27632 27634 27462 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 143006300 8908800 249 1992294400 4194304 4922060 140735187738928 18446744073709551615 264053038213 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27634/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300913 s]
/proc/loadavg: 1.92 1.90 1.65 3/106 27634
/proc/meminfo: memFree=1769468/2059040 swapFree=4135664/4192956
[pid=27634] ppid=27632 vsize=8700 CPUtime=0
/proc/27634/stat : 27634 (run) S 27632 27634 27462 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 143006300 8908800 249 1992294400 4194304 4922060 140735187738928 18446744073709551615 264053038213 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27634/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700923 s]
/proc/loadavg: 1.92 1.90 1.65 3/106 27634
/proc/meminfo: memFree=1769468/2059040 swapFree=4135664/4192956
[pid=27634] ppid=27632 vsize=8700 CPUtime=0
/proc/27634/stat : 27634 (run) S 27632 27634 27462 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 143006300 8908800 249 1992294400 4194304 4922060 140735187738928 18446744073709551615 264053038213 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27634/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50094 s]
/proc/loadavg: 1.92 1.90 1.65 2/108 27636
/proc/meminfo: memFree=1764740/2059040 swapFree=4135664/4192956
[pid=27634] ppid=27632 vsize=8700 CPUtime=0
/proc/27634/stat : 27634 (run) S 27632 27634 27462 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 143006300 8908800 249 1992294400 4194304 4922060 140735187738928 18446744073709551615 264053038213 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27634/statm: 2175 249 208 178 0 68 0
[pid=27635] ppid=27634 vsize=19688 CPUtime=1.49
/proc/27635/stat : 27635 (pb_cplex) R 27634 27634 27462 0 -1 4202496 2866 0 0 0 149 0 0 0 20 0 1 0 143006300 20160512 2074 1992294400 134512640 146736320 4290151088 18446744073709551615 136015570 0 0 4096 16387 0 0 0 17 0 0 0 0
/proc/27635/statm: 4922 2074 993 2985 0 1464 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 28388

[startup+3.10198 s]
/proc/loadavg: 1.92 1.90 1.65 2/108 27636
/proc/meminfo: memFree=1764492/2059040 swapFree=4135664/4192956
[pid=27634] ppid=27632 vsize=8700 CPUtime=0
/proc/27634/stat : 27634 (run) S 27632 27634 27462 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 143006300 8908800 249 1992294400 4194304 4922060 140735187738928 18446744073709551615 264053038213 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27634/statm: 2175 249 208 178 0 68 0
[pid=27635] ppid=27634 vsize=19572 CPUtime=3.08
/proc/27635/stat : 27635 (pb_cplex) R 27634 27634 27462 0 -1 4202496 6566 0 0 0 307 1 0 0 25 0 1 0 143006300 20041728 2049 1992294400 134512640 146736320 4290151088 18446744073709551615 136015592 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/27635/statm: 4893 2049 994 2985 0 1435 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 28272

[startup+6.30006 s]
/proc/loadavg: 1.85 1.88 1.64 4/109 27637
/proc/meminfo: memFree=1760268/2059040 swapFree=4135664/4192956
[pid=27634] ppid=27632 vsize=8700 CPUtime=0
/proc/27634/stat : 27634 (run) S 27632 27634 27462 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 143006300 8908800 249 1992294400 4194304 4922060 140735187738928 18446744073709551615 264053038213 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27634/statm: 2175 249 208 178 0 68 0
[pid=27635] ppid=27634 vsize=35620 CPUtime=6.96
/proc/27635/stat : 27635 (pb_cplex) R 27634 27634 27462 0 -1 4202496 7958 0 0 0 693 3 0 0 16 0 2 0 143006300 36474880 3193 1992294400 134512640 146736320 4290151088 18446744073709551615 136388265 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/27635/statm: 8905 3193 1030 2985 0 5447 0
[pid=27635/tid=27637] ppid=27634 vsize=35620 CPUtime=1.7
/proc/27635/task/27637/stat : 27637 (pb_cplex) R 27634 27634 27462 0 -1 4202560 434 0 0 0 169 1 0 0 16 0 2 0 143006698 36474880 3193 1992294400 134512640 146736320 4290151088 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 6.96
Current children cumulated vsize (KiB) 44320

[startup+12.7012 s]
/proc/loadavg: 1.86 1.88 1.64 5/109 27637
/proc/meminfo: memFree=1760144/2059040 swapFree=4135664/4192956
[pid=27634] ppid=27632 vsize=8700 CPUtime=0
/proc/27634/stat : 27634 (run) S 27632 27634 27462 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 143006300 8908800 249 1992294400 4194304 4922060 140735187738928 18446744073709551615 264053038213 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27634/statm: 2175 249 208 178 0 68 0
[pid=27635] ppid=27634 vsize=35620 CPUtime=18.43
/proc/27635/stat : 27635 (pb_cplex) R 27634 27634 27462 0 -1 4202496 7959 0 0 0 1836 7 0 0 20 0 2 0 143006300 36474880 3194 1992294400 134512640 146736320 4290151088 18446744073709551615 136008072 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/27635/statm: 8905 3194 1030 2985 0 5447 0
[pid=27635/tid=27637] ppid=27634 vsize=35620 CPUtime=6.98
/proc/27635/task/27637/stat : 27637 (pb_cplex) R 27634 27634 27462 0 -1 4202560 435 0 0 0 696 2 0 0 16 0 2 0 143006698 36474880 3194 1992294400 134512640 146736320 4290151088 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 18.43
Current children cumulated vsize (KiB) 44320

[startup+25.5005 s]
/proc/loadavg: 1.87 1.89 1.65 2/109 27641
/proc/meminfo: memFree=1751092/2059040 swapFree=4135664/4192956
[pid=27634] ppid=27632 vsize=8700 CPUtime=0
/proc/27634/stat : 27634 (run) S 27632 27634 27462 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 143006300 8908800 249 1992294400 4194304 4922060 140735187738928 18446744073709551615 264053038213 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27634/statm: 2175 249 208 178 0 68 0
[pid=27635] ppid=27634 vsize=47020 CPUtime=32.93
/proc/27635/stat : 27635 (pb_cplex) R 27634 27634 27462 0 -1 4202496 13198 0 0 0 3280 13 0 0 18 0 2 0 143006300 48148480 5434 1992294400 134512640 146736320 4290151088 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/27635/statm: 11755 5434 1076 2985 0 8297 0
[pid=27635/tid=27639] ppid=27634 vsize=47020 CPUtime=0
/proc/27635/task/27639/stat : 27639 (pb_cplex) R 27634 27634 27462 0 -1 4202560 103 0 0 0 0 0 0 0 18 0 2 0 143008619 48148480 5434 1992294400 134512640 146736320 4290151088 18446744073709551615 136008050 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 32.93
Current children cumulated vsize (KiB) 55720

[startup+51.1002 s]
/proc/loadavg: 1.77 1.86 1.64 3/109 27641
/proc/meminfo: memFree=1748240/2059040 swapFree=4135664/4192956
[pid=27634] ppid=27632 vsize=8700 CPUtime=0
/proc/27634/stat : 27634 (run) S 27632 27634 27462 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 143006300 8908800 249 1992294400 4194304 4922060 140735187738928 18446744073709551615 264053038213 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27634/statm: 2175 249 208 178 0 68 0
[pid=27635] ppid=27634 vsize=49220 CPUtime=77.81
/proc/27635/stat : 27635 (pb_cplex) S 27634 27634 27462 0 -1 4202496 19004 0 0 0 7752 29 0 0 18 0 2 0 143006300 50401280 5999 1992294400 134512640 146736320 4290151088 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/27635/statm: 12305 5999 1076 2985 0 8847 0
[pid=27635/tid=27639] ppid=27634 vsize=49220 CPUtime=24.57
/proc/27635/task/27639/stat : 27639 (pb_cplex) R 27634 27634 27462 0 -1 4202560 3074 0 0 0 2450 7 0 0 18 0 2 0 143008619 50401280 5999 1992294400 134512640 146736320 4290151088 18446744073709551615 135526870 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 77.81
Current children cumulated vsize (KiB) 57920

[startup+102.308 s]
/proc/loadavg: 1.77 1.85 1.65 2/109 27643
/proc/meminfo: memFree=1746380/2059040 swapFree=4135664/4192956
[pid=27634] ppid=27632 vsize=8700 CPUtime=0
/proc/27634/stat : 27634 (run) S 27632 27634 27462 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 143006300 8908800 249 1992294400 4194304 4922060 140735187738928 18446744073709551615 264053038213 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27634/statm: 2175 249 208 178 0 68 0
[pid=27635] ppid=27634 vsize=50340 CPUtime=166.54
/proc/27635/stat : 27635 (pb_cplex) S 27634 27634 27462 0 -1 4202496 29380 0 0 0 16591 63 0 0 18 0 2 0 143006300 51548160 6388 1992294400 134512640 146736320 4290151088 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/27635/statm: 12585 6388 1077 2985 0 9127 0
[pid=27635/tid=27639] ppid=27634 vsize=50340 CPUtime=69.16
/proc/27635/task/27639/stat : 27639 (pb_cplex) R 27634 27634 27462 0 -1 4202560 12205 0 0 0 6891 25 0 0 17 0 2 0 143008619 51548160 6388 1992294400 134512640 146736320 4290151088 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 166.54
Current children cumulated vsize (KiB) 59040

[startup+162.301 s]
/proc/loadavg: 1.67 1.80 1.64 3/109 27643
/proc/meminfo: memFree=1744644/2059040 swapFree=4135664/4192956
[pid=27634] ppid=27632 vsize=8700 CPUtime=0
/proc/27634/stat : 27634 (run) S 27632 27634 27462 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 143006300 8908800 249 1992294400 4194304 4922060 140735187738928 18446744073709551615 264053038213 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27634/statm: 2175 249 208 178 0 68 0
[pid=27635] ppid=27634 vsize=51724 CPUtime=270.02
/proc/27635/stat : 27635 (pb_cplex) R 27634 27634 27462 0 -1 4202496 39676 0 0 0 26902 100 0 0 17 0 2 0 143006300 52965376 6739 1992294400 134512640 146736320 4290151088 18446744073709551615 135450563 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/27635/statm: 12931 6739 1077 2985 0 9473 0
[pid=27635/tid=27639] ppid=27634 vsize=51724 CPUtime=120.87
/proc/27635/task/27639/stat : 27639 (pb_cplex) R 27634 27634 27462 0 -1 4202560 18702 0 0 0 12043 44 0 0 17 0 2 0 143008619 52965376 6739 1992294400 134512640 146736320 4290151088 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 270.02
Current children cumulated vsize (KiB) 60424

[startup+222.3 s]
/proc/loadavg: 1.95 1.86 1.67 3/109 27645
/proc/meminfo: memFree=1738940/2059040 swapFree=4135664/4192956
[pid=27634] ppid=27632 vsize=8700 CPUtime=0
/proc/27634/stat : 27634 (run) S 27632 27634 27462 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 143006300 8908800 249 1992294400 4194304 4922060 140735187738928 18446744073709551615 264053038213 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27634/statm: 2175 249 208 178 0 68 0
[pid=27635] ppid=27634 vsize=59940 CPUtime=376.74
/proc/27635/stat : 27635 (pb_cplex) R 27634 27634 27462 0 -1 4202496 53333 0 0 0 37540 134 0 0 25 0 2 0 143006300 61378560 8356 1992294400 134512640 146736320 4290151088 18446744073709551615 136008044 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/27635/statm: 14985 8356 1078 2985 0 11527 0
[pid=27635/tid=27639] ppid=27634 vsize=59940 CPUtime=176
/proc/27635/task/27639/stat : 27639 (pb_cplex) R 27634 27634 27462 0 -1 4202560 26074 0 0 0 17538 62 0 0 25 0 2 0 143008619 61378560 8356 1992294400 134512640 146736320 4290151088 18446744073709551615 135525920 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 376.74
Current children cumulated vsize (KiB) 68640

[startup+282.301 s]
/proc/loadavg: 1.68 1.82 1.66 3/109 27648
/proc/meminfo: memFree=1741916/2059040 swapFree=4135664/4192956
[pid=27634] ppid=27632 vsize=8700 CPUtime=0
/proc/27634/stat : 27634 (run) S 27632 27634 27462 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 143006300 8908800 249 1992294400 4194304 4922060 140735187738928 18446744073709551615 264053038213 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27634/statm: 2175 249 208 178 0 68 0
[pid=27635] ppid=27634 vsize=55472 CPUtime=476.36
/proc/27635/stat : 27635 (pb_cplex) R 27634 27634 27462 0 -1 4202496 76913 0 0 0 47475 161 0 0 17 0 2 0 143006300 56803328 7582 1992294400 134512640 146736320 4290151088 18446744073709551615 138412941 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/27635/statm: 13868 7582 1088 2985 0 10410 0
[pid=27635/tid=27648] ppid=27634 vsize=55472 CPUtime=8.28
/proc/27635/task/27648/stat : 27648 (pb_cplex) R 27634 27634 27462 0 -1 4202560 191 0 0 0 826 2 0 0 20 0 2 0 143033638 56803328 7582 1992294400 134512640 146736320 4290151088 18446744073709551615 136008053 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 476.36
Current children cumulated vsize (KiB) 64172

[startup+342.3 s]
/proc/loadavg: 1.82 1.82 1.67 2/109 27650
/proc/meminfo: memFree=1741420/2059040 swapFree=4135664/4192956
[pid=27634] ppid=27632 vsize=8700 CPUtime=0
/proc/27634/stat : 27634 (run) S 27632 27634 27462 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 143006300 8908800 249 1992294400 4194304 4922060 140735187738928 18446744073709551615 264053038213 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27634/statm: 2175 249 208 178 0 68 0
[pid=27635] ppid=27634 vsize=55472 CPUtime=580.59
/proc/27635/stat : 27635 (pb_cplex) R 27634 27634 27462 0 -1 4202496 81099 0 0 0 57868 191 0 0 18 0 2 0 143006300 56803328 7685 1992294400 134512640 146736320 4290151088 18446744073709551615 136008072 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/27635/statm: 13868 7685 1088 2985 0 10410 0

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

[pid=27635] ppid=27634 vsize=57180 CPUtime=686.45
/proc/27635/stat : 27635 (pb_cplex) R 27634 27634 27462 0 -1 4202496 86439 0 0 0 68423 222 0 0 16 0 2 0 143006300 58552320 7922 1992294400 134512640 146736320 4290151088 18446744073709551615 135455485 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/27635/statm: 14295 7922 1088 2985 0 10837 0
[pid=27635/tid=27648] ppid=27634 vsize=57180 CPUtime=116.18
/proc/27635/task/27648/stat : 27648 (pb_cplex) R 27634 27634 27462 0 -1 4202560 665 0 0 0 11588 30 0 0 23 0 2 0 143033638 58552320 7922 1992294400 134512640 146736320 4290151088 18446744073709551615 136009392 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 686.45
Current children cumulated vsize (KiB) 65880

[startup+462.3 s]
/proc/loadavg: 1.72 1.78 1.67 2/109 27652
/proc/meminfo: memFree=1739436/2059040 swapFree=4135664/4192956
[pid=27634] ppid=27632 vsize=8700 CPUtime=0
/proc/27634/stat : 27634 (run) S 27632 27634 27462 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 143006300 8908800 249 1992294400 4194304 4922060 140735187738928 18446744073709551615 264053038213 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27634/statm: 2175 249 208 178 0 68 0
[pid=27635] ppid=27634 vsize=57168 CPUtime=789.28
/proc/27635/stat : 27635 (pb_cplex) R 27634 27634 27462 0 -1 4202496 93723 0 0 0 78678 250 0 0 20 0 2 0 143006300 58540032 8121 1992294400 134512640 146736320 4290151088 18446744073709551615 136385183 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/27635/statm: 14292 8121 1088 2985 0 10834 0
[pid=27635/tid=27648] ppid=27634 vsize=57168 CPUtime=165.56
/proc/27635/task/27648/stat : 27648 (pb_cplex) R 27634 27634 27462 0 -1 4202560 2971 0 0 0 16513 43 0 0 16 0 2 0 143033638 58540032 8121 1992294400 134512640 146736320 4290151088 18446744073709551615 136403116 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 789.28
Current children cumulated vsize (KiB) 65868

[startup+522.301 s]
/proc/loadavg: 1.80 1.80 1.68 3/109 27654
/proc/meminfo: memFree=1737328/2059040 swapFree=4135664/4192956
[pid=27634] ppid=27632 vsize=8700 CPUtime=0
/proc/27634/stat : 27634 (run) S 27632 27634 27462 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 143006300 8908800 249 1992294400 4194304 4922060 140735187738928 18446744073709551615 264053038213 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27634/statm: 2175 249 208 178 0 68 0
[pid=27635] ppid=27634 vsize=58740 CPUtime=892.32
/proc/27635/stat : 27635 (pb_cplex) R 27634 27634 27462 0 -1 4202496 102352 0 0 0 88954 278 0 0 17 0 2 0 143006300 60149760 8439 1992294400 134512640 146736320 4290151088 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/27635/statm: 14685 8439 1088 2985 0 11227 0
[pid=27635/tid=27648] ppid=27634 vsize=58740 CPUtime=216.33
/proc/27635/task/27648/stat : 27648 (pb_cplex) R 27634 27634 27462 0 -1 4202560 6063 0 0 0 21576 57 0 0 16 0 2 0 143033638 60149760 8439 1992294400 134512640 146736320 4290151088 18446744073709551615 136008306 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 892.32
Current children cumulated vsize (KiB) 67440

[startup+582.3 s]
/proc/loadavg: 1.99 1.85 1.70 2/109 27656
/proc/meminfo: memFree=1736584/2059040 swapFree=4135664/4192956
[pid=27634] ppid=27632 vsize=8700 CPUtime=0
/proc/27634/stat : 27634 (run) S 27632 27634 27462 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 143006300 8908800 249 1992294400 4194304 4922060 140735187738928 18446744073709551615 264053038213 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27634/statm: 2175 249 208 178 0 68 0
[pid=27635] ppid=27634 vsize=60380 CPUtime=996.29
/proc/27635/stat : 27635 (pb_cplex) R 27634 27634 27462 0 -1 4202496 107825 0 0 0 99323 306 0 0 16 0 2 0 143006300 61829120 8920 1992294400 134512640 146736320 4290151088 18446744073709551615 136001712 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/27635/statm: 15095 8920 1089 2985 0 11637 0
[pid=27635/tid=27648] ppid=27634 vsize=60380 CPUtime=269.05
/proc/27635/task/27648/stat : 27648 (pb_cplex) R 27634 27634 27462 0 -1 4202560 8927 0 0 0 26835 70 0 0 19 0 2 0 143033638 61829120 8920 1992294400 134512640 146736320 4290151088 18446744073709551615 139042866 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 996.29
Current children cumulated vsize (KiB) 69080

[startup+642.301 s]
/proc/loadavg: 2.12 1.92 1.73 3/109 27658
/proc/meminfo: memFree=1735468/2059040 swapFree=4135664/4192956
[pid=27634] ppid=27632 vsize=8700 CPUtime=0
/proc/27634/stat : 27634 (run) S 27632 27634 27462 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 143006300 8908800 249 1992294400 4194304 4922060 140735187738928 18446744073709551615 264053038213 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27634/statm: 2175 249 208 178 0 68 0
[pid=27635] ppid=27634 vsize=61352 CPUtime=1099.62
/proc/27635/stat : 27635 (pb_cplex) R 27634 27634 27462 0 -1 4202496 113529 0 0 0 109628 334 0 0 16 0 2 0 143006300 62824448 9069 1992294400 134512640 146736320 4290151088 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/27635/statm: 15338 9069 1088 2985 0 11880 0
[pid=27635/tid=27648] ppid=27634 vsize=61352 CPUtime=322.64
/proc/27635/task/27648/stat : 27648 (pb_cplex) R 27634 27634 27462 0 -1 4202560 12250 0 0 0 32178 86 0 0 16 0 2 0 143033638 62824448 9069 1992294400 134512640 146736320 4290151088 18446744073709551615 136008065 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1099.62
Current children cumulated vsize (KiB) 70052

[startup+702.3 s]
/proc/loadavg: 1.96 1.90 1.74 2/109 27660
/proc/meminfo: memFree=1735096/2059040 swapFree=4135664/4192956
[pid=27634] ppid=27632 vsize=8700 CPUtime=0
/proc/27634/stat : 27634 (run) S 27632 27634 27462 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 143006300 8908800 249 1992294400 4194304 4922060 140735187738928 18446744073709551615 264053038213 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27634/statm: 2175 249 208 178 0 68 0
[pid=27635] ppid=27634 vsize=61476 CPUtime=1204.09
/proc/27635/stat : 27635 (pb_cplex) R 27634 27634 27462 0 -1 4202496 118274 0 0 0 120048 361 0 0 16 0 2 0 143006300 62951424 9149 1992294400 134512640 146736320 4290151088 18446744073709551615 136002053 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/27635/statm: 15369 9149 1088 2985 0 11911 0
[pid=27635/tid=27648] ppid=27634 vsize=61476 CPUtime=378.49
/proc/27635/task/27648/stat : 27648 (pb_cplex) R 27634 27634 27462 0 -1 4202560 14370 0 0 0 37749 100 0 0 20 0 2 0 143033638 62951424 9149 1992294400 134512640 146736320 4290151088 18446744073709551615 135655984 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1204.09
Current children cumulated vsize (KiB) 70176

[startup+762.309 s]
/proc/loadavg: 1.85 1.88 1.74 4/109 27660
/proc/meminfo: memFree=1733608/2059040 swapFree=4135664/4192956
[pid=27634] ppid=27632 vsize=8700 CPUtime=0
/proc/27634/stat : 27634 (run) S 27632 27634 27462 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 143006300 8908800 249 1992294400 4194304 4922060 140735187738928 18446744073709551615 264053038213 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27634/statm: 2175 249 208 178 0 68 0
[pid=27635] ppid=27634 vsize=63204 CPUtime=1308.36
/proc/27635/stat : 27635 (pb_cplex) S 27634 27634 27462 0 -1 4202496 122791 0 0 0 130448 388 0 0 16 0 2 0 143006300 64720896 9572 1992294400 134512640 146736320 4290151088 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/27635/statm: 15801 9572 1088 2985 0 12343 0
[pid=27635/tid=27648] ppid=27634 vsize=63204 CPUtime=430.59
/proc/27635/task/27648/stat : 27648 (pb_cplex) R 27634 27634 27462 0 -1 4202560 17383 0 0 0 42946 113 0 0 21 0 2 0 143033638 64720896 9572 1992294400 134512640 146736320 4290151088 18446744073709551615 135460787 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1308.36
Current children cumulated vsize (KiB) 71904

[startup+822.3 s]
/proc/loadavg: 2.29 2.01 1.79 3/109 27662
/proc/meminfo: memFree=1732244/2059040 swapFree=4135664/4192956
[pid=27634] ppid=27632 vsize=8700 CPUtime=0
/proc/27634/stat : 27634 (run) S 27632 27634 27462 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 143006300 8908800 249 1992294400 4194304 4922060 140735187738928 18446744073709551615 264053038213 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27634/statm: 2175 249 208 178 0 68 0
[pid=27635] ppid=27634 vsize=64540 CPUtime=1412.28
/proc/27635/stat : 27635 (pb_cplex) R 27634 27634 27462 0 -1 4202496 127880 0 0 0 140814 414 0 0 18 0 2 0 143006300 66088960 9788 1992294400 134512640 146736320 4290151088 18446744073709551615 135526707 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/27635/statm: 16135 9788 1088 2985 0 12677 0
[pid=27635/tid=27648] ppid=27634 vsize=64540 CPUtime=482.68
/proc/27635/task/27648/stat : 27648 (pb_cplex) R 27634 27634 27462 0 -1 4202560 19914 0 0 0 48141 127 0 0 17 0 2 0 143033638 66088960 9788 1992294400 134512640 146736320 4290151088 18446744073709551615 136475824 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1412.28
Current children cumulated vsize (KiB) 73240

[startup+882.301 s]
/proc/loadavg: 2.39 2.08 1.82 5/109 27673
/proc/meminfo: memFree=1731128/2059040 swapFree=4135664/4192956
[pid=27634] ppid=27632 vsize=8700 CPUtime=0
/proc/27634/stat : 27634 (run) S 27632 27634 27462 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 143006300 8908800 249 1992294400 4194304 4922060 140735187738928 18446744073709551615 264053038213 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27634/statm: 2175 249 208 178 0 68 0
[pid=27635] ppid=27634 vsize=65132 CPUtime=1516.97
/proc/27635/stat : 27635 (pb_cplex) R 27634 27634 27462 0 -1 4202496 131602 0 0 0 151255 442 0 0 16 0 2 0 143006300 66695168 10060 1992294400 134512640 146736320 4290151088 18446744073709551615 136008069 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/27635/statm: 16283 10060 1088 2985 0 12825 0
[pid=27635/tid=27648] ppid=27634 vsize=65132 CPUtime=536.08
/proc/27635/task/27648/stat : 27648 (pb_cplex) R 27634 27634 27462 0 -1 4202560 21973 0 0 0 53466 142 0 0 17 0 2 0 143033638 66695168 10060 1992294400 134512640 146736320 4290151088 18446744073709551615 136387677 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1516.97
Current children cumulated vsize (KiB) 73832

[startup+942.3 s]
/proc/loadavg: 2.09 2.05 1.82 4/109 27675
/proc/meminfo: memFree=1730384/2059040 swapFree=4135664/4192956
[pid=27634] ppid=27632 vsize=8700 CPUtime=0
/proc/27634/stat : 27634 (run) S 27632 27634 27462 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 143006300 8908800 249 1992294400 4194304 4922060 140735187738928 18446744073709551615 264053038213 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27634/statm: 2175 249 208 178 0 68 0
[pid=27635] ppid=27634 vsize=66760 CPUtime=1624.25
/proc/27635/stat : 27635 (pb_cplex) S 27634 27634 27462 0 -1 4202496 136576 0 0 0 161952 473 0 0 17 0 2 0 143006300 68362240 10417 1992294400 134512640 146736320 4290151088 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/27635/statm: 16690 10417 1088 2985 0 13232 0
[pid=27635/tid=27648] ppid=27634 vsize=66760 CPUtime=590.91
/proc/27635/task/27648/stat : 27648 (pb_cplex) R 27634 27634 27462 0 -1 4202560 23497 0 0 0 58935 156 0 0 21 0 2 0 143033638 68362240 10417 1992294400 134512640 146736320 4290151088 18446744073709551615 135464869 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1624.25
Current children cumulated vsize (KiB) 75460

[startup+1002.3 s]
/proc/loadavg: 1.91 2.01 1.82 3/109 27677
/proc/meminfo: memFree=1729020/2059040 swapFree=4135664/4192956
[pid=27634] ppid=27632 vsize=8700 CPUtime=0
/proc/27634/stat : 27634 (run) S 27632 27634 27462 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 143006300 8908800 249 1992294400 4194304 4922060 140735187738928 18446744073709551615 264053038213 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27634/statm: 2175 249 208 178 0 68 0
[pid=27635] ppid=27634 vsize=68420 CPUtime=1730.24
/proc/27635/stat : 27635 (pb_cplex) R 27634 27634 27462 0 -1 4202496 139098 0 0 0 172526 498 0 0 17 0 2 0 143006300 70062080 10744 1992294400 134512640 146736320 4290151088 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/27635/statm: 17105 10744 1088 2985 0 13647 0
[pid=27635/tid=27648] ppid=27634 vsize=68420 CPUtime=645.23
/proc/27635/task/27648/stat : 27648 (pb_cplex) R 27634 27634 27462 0 -1 4202560 23789 0 0 0 64355 168 0 0 18 0 2 0 143033638 70062080 10744 1992294400 134512640 146736320 4290151088 18446744073709551615 136008065 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1730.24
Current children cumulated vsize (KiB) 77120



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1043 s]
/proc/loadavg: 1.82 1.97 1.81 3/109 27677
/proc/meminfo: memFree=1728400/2059040 swapFree=4135664/4192956
[pid=27634] ppid=27632 vsize=8700 CPUtime=0
/proc/27634/stat : 27634 (run) S 27632 27634 27462 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 143006300 8908800 249 1992294400 4194304 4922060 140735187738928 18446744073709551615 264053038213 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/27634/statm: 2175 249 208 178 0 68 0
[pid=27635] ppid=27634 vsize=68428 CPUtime=1800.06
/proc/27635/stat : 27635 (pb_cplex) R 27634 27634 27462 0 -1 4202496 140882 0 0 0 179490 516 0 0 17 0 2 0 143006300 70070272 10746 1992294400 134512640 146736320 4290151088 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/27635/statm: 17107 10746 1088 2985 0 13649 0
[pid=27635/tid=27648] ppid=27634 vsize=68428 CPUtime=678.69
/proc/27635/task/27648/stat : 27648 (pb_cplex) R 27634 27634 27462 0 -1 4202560 24445 0 0 0 67692 177 0 0 18 0 2 0 143033638 70070272 10746 1992294400 134512640 146736320 4290151088 18446744073709551615 136403116 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 77128

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)
Real time (s): 1043.02
CPU time (s): 1800.08
CPU user time (s): 1794.91
CPU system time (s): 5.17021
CPU usage (%): 172.584
Max. virtual memory (cumulated for all children) (KiB): 78580

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.91
system time used= 5.17021
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 141251
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= 44652
involuntary context switches= 31269

runsolver used 1.93571 second user time and 5.65014 second system time

The end

Launcher Data

Begin job on node049 at 2010-07-01 22:46:22
IDJOB=2695855
IDBENCH=1962
IDSOLVER=1209
FILE ID=node049/2695855-1278017182
PBS_JOBID= 11198716
Free space on /tmp= 62352 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_20.opb.PB06.opb
COMMAND LINE= run BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2695855-1278017182/watcher-2695855-1278017182 -o /tmp/evaluation-result-2695855-1278017182/solver-2695855-1278017182 -C 1800 -W 2000 -M 1800  run HOME/instance-2695855-1278017182.opb

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

MD5SUM BENCH= 1e2b8f542cc5dec610d6e9b4663a878b
RANDOM SEED=1978957757

node049.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.244
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.244
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:       1769996 kB
Buffers:         67404 kB
Cached:         130112 kB
SwapCached:      12240 kB
Active:         103704 kB
Inactive:       109020 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1769996 kB
SwapTotal:     4192956 kB
SwapFree:      4135664 kB
Dirty:           16636 kB
Writeback:           0 kB
AnonPages:       12224 kB
Mapped:           8408 kB
Slab:            54200 kB
PageTables:       4144 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   184480 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264964 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62336 MiB
End job on node049 at 2010-07-01 23:03:48