Trace number 2695854

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.16 1003.92

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/liu/
domset/normalized-domset_v500_e2000_w30_mw19_14.opb.PB06.opb
MD5SUM3ddf6338b9f9cf35560b94c856457c56
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark187
Best CPU time to get the best result obtained on this benchmark1800.19
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 182
Optimality of the best value was proved NO
Number of variables468
Total number of constraints468
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 constraints468
Minimum length of a constraint3
Maximum length of a constraint17
Number of terms in the objective function 468
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 468
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 468
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-2695854-1278017164.opb.
0.00/0.00	c Instance file HOME/instance-2695854-1278017164.opb
0.00/0.00	c File size is 42793 bytes.
0.00/0.08	c Highest Coefficient sum: 229
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:      468                                                 |
0.00/0.08	c |  Number Constraints:    468                                                 |
0.00/0.08	c ===============================================================================
1800.14/1003.91	c Remaining time 1799.92 sec.
1800.14/1003.91	c 
1800.14/1003.91	c *** INTERRUPTED ***
1800.14/1003.91	s UNKNOWN
1800.14/1003.91	c Total CPU time              : 1794.78 s
1800.14/1003.91	c Memory used           : 65.38 MB
1800.14/1003.91	c CPU time              : 1794.78 s
1800.14/1003.91	c 
1800.14/1003.91	c *** INTERRUPTED ***

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2695854-1278017164/watcher-2695854-1278017164 -o /tmp/evaluation-result-2695854-1278017164/solver-2695854-1278017164 -C 1800 -W 2000 -M 1800 run HOME/instance-2695854-1278017164.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.85 1.71 1.34 3/106 28992
/proc/meminfo: memFree=1677032/2059040 swapFree=4139740/4192956
[pid=28992] ppid=28990 vsize=8700 CPUtime=0
/proc/28992/stat : 28992 (run) S 28990 28992 28816 0 -1 4202496 363 0 0 0 0 0 0 0 18 0 1 0 143008004 8908800 248 1992294400 4194304 4922060 140734948059872 18446744073709551615 261752462469 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28992/statm: 2175 248 208 178 0 68 0

[startup+0.0439811 s]
/proc/loadavg: 1.85 1.71 1.34 3/106 28992
/proc/meminfo: memFree=1677032/2059040 swapFree=4139740/4192956
[pid=28992] ppid=28990 vsize=8700 CPUtime=0
/proc/28992/stat : 28992 (run) S 28990 28992 28816 0 -1 4202496 363 0 0 0 0 0 0 0 18 0 1 0 143008004 8908800 248 1992294400 4194304 4922060 140734948059872 18446744073709551615 261752462469 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28992/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.102422 s]
/proc/loadavg: 1.85 1.71 1.34 3/106 28992
/proc/meminfo: memFree=1677032/2059040 swapFree=4139740/4192956
[pid=28992] ppid=28990 vsize=8700 CPUtime=0
/proc/28992/stat : 28992 (run) S 28990 28992 28816 0 -1 4202496 363 0 0 0 0 0 0 0 18 0 1 0 143008004 8908800 248 1992294400 4194304 4922060 140734948059872 18446744073709551615 261752462469 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28992/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300416 s]
/proc/loadavg: 1.85 1.71 1.34 3/106 28992
/proc/meminfo: memFree=1677032/2059040 swapFree=4139740/4192956
[pid=28992] ppid=28990 vsize=8700 CPUtime=0
/proc/28992/stat : 28992 (run) S 28990 28992 28816 0 -1 4202496 363 0 0 0 0 0 0 0 18 0 1 0 143008004 8908800 248 1992294400 4194304 4922060 140734948059872 18446744073709551615 261752462469 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28992/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700405 s]
/proc/loadavg: 1.85 1.71 1.34 3/106 28992
/proc/meminfo: memFree=1677032/2059040 swapFree=4139740/4192956
[pid=28992] ppid=28990 vsize=8700 CPUtime=0
/proc/28992/stat : 28992 (run) S 28990 28992 28816 0 -1 4202496 363 0 0 0 0 0 0 0 18 0 1 0 143008004 8908800 248 1992294400 4194304 4922060 140734948059872 18446744073709551615 261752462469 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28992/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50038 s]
/proc/loadavg: 1.85 1.71 1.34 2/108 28994
/proc/meminfo: memFree=1672428/2059040 swapFree=4139740/4192956
[pid=28992] ppid=28990 vsize=8700 CPUtime=0
/proc/28992/stat : 28992 (run) S 28990 28992 28816 0 -1 4202496 363 0 0 0 0 0 0 0 18 0 1 0 143008004 8908800 248 1992294400 4194304 4922060 140734948059872 18446744073709551615 261752462469 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28992/statm: 2175 248 208 178 0 68 0
[pid=28993] ppid=28992 vsize=19708 CPUtime=1.48
/proc/28993/stat : 28993 (pb_cplex) R 28992 28992 28816 0 -1 4202496 2687 0 0 0 148 0 0 0 19 0 1 0 143008005 20180992 2081 1992294400 134512640 146736320 4294478304 18446744073709551615 136015584 0 0 4096 16387 0 0 0 17 0 0 0 0
/proc/28993/statm: 4927 2081 994 2985 0 1469 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 28408

[startup+3.10133 s]
/proc/loadavg: 1.85 1.71 1.34 2/108 28994
/proc/meminfo: memFree=1671932/2059040 swapFree=4139740/4192956
[pid=28992] ppid=28990 vsize=8700 CPUtime=0
/proc/28992/stat : 28992 (run) S 28990 28992 28816 0 -1 4202496 363 0 0 0 0 0 0 0 18 0 1 0 143008004 8908800 248 1992294400 4194304 4922060 140734948059872 18446744073709551615 261752462469 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28992/statm: 2175 248 208 178 0 68 0
[pid=28993] ppid=28992 vsize=19520 CPUtime=3.09
/proc/28993/stat : 28993 (pb_cplex) R 28992 28992 28816 0 -1 4202496 4059 0 0 0 307 2 0 0 25 0 1 0 143008005 19988480 2015 1992294400 134512640 146736320 4294478304 18446744073709551615 136015583 0 0 4096 16387 0 0 0 17 0 0 0 0
/proc/28993/statm: 4880 2015 994 2985 0 1422 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 28220

[startup+6.30024 s]
/proc/loadavg: 1.86 1.71 1.34 2/109 28995
/proc/meminfo: memFree=1667956/2059040 swapFree=4139740/4192956
[pid=28992] ppid=28990 vsize=8700 CPUtime=0
/proc/28992/stat : 28992 (run) S 28990 28992 28816 0 -1 4202496 363 0 0 0 0 0 0 0 18 0 1 0 143008004 8908800 248 1992294400 4194304 4922060 140734948059872 18446744073709551615 261752462469 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28992/statm: 2175 248 208 178 0 68 0
[pid=28993] ppid=28992 vsize=35512 CPUtime=7.39
/proc/28993/stat : 28993 (pb_cplex) R 28992 28992 28816 0 -1 4202496 5412 0 0 0 736 3 0 0 17 0 2 0 143008005 36364288 3165 1992294400 134512640 146736320 4294478304 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/28993/statm: 8878 3165 1033 2985 0 5420 0
[pid=28993/tid=28995] ppid=28992 vsize=35512 CPUtime=1.89
/proc/28993/task/28995/stat : 28995 (pb_cplex) R 28992 28992 28816 0 -1 4202560 444 0 0 0 189 0 0 0 20 0 2 0 143008353 36364288 3165 1992294400 134512640 146736320 4294478304 18446744073709551615 136403109 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 7.39
Current children cumulated vsize (KiB) 44212

[startup+12.7 s]
/proc/loadavg: 1.79 1.70 1.34 3/109 28995
/proc/meminfo: memFree=1667708/2059040 swapFree=4139740/4192956
[pid=28992] ppid=28990 vsize=8700 CPUtime=0
/proc/28992/stat : 28992 (run) S 28990 28992 28816 0 -1 4202496 363 0 0 0 0 0 0 0 18 0 1 0 143008004 8908800 248 1992294400 4194304 4922060 140734948059872 18446744073709551615 261752462469 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28992/statm: 2175 248 208 178 0 68 0
[pid=28993] ppid=28992 vsize=35512 CPUtime=18.32
/proc/28993/stat : 28993 (pb_cplex) R 28992 28992 28816 0 -1 4202496 5413 0 0 0 1825 7 0 0 16 0 2 0 143008005 36364288 3166 1992294400 134512640 146736320 4294478304 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/28993/statm: 8878 3166 1034 2985 0 5420 0
[pid=28993/tid=28995] ppid=28992 vsize=35512 CPUtime=6.86
/proc/28993/task/28995/stat : 28995 (pb_cplex) R 28992 28992 28816 0 -1 4202560 444 0 0 0 683 3 0 0 18 0 2 0 143008353 36364288 3166 1992294400 134512640 146736320 4294478304 18446744073709551615 136000487 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 18.32
Current children cumulated vsize (KiB) 44212

[startup+25.5007 s]
/proc/loadavg: 1.68 1.68 1.34 2/109 28997
/proc/meminfo: memFree=1661384/2059040 swapFree=4139740/4192956
[pid=28992] ppid=28990 vsize=8700 CPUtime=0
/proc/28992/stat : 28992 (run) S 28990 28992 28816 0 -1 4202496 363 0 0 0 0 0 0 0 18 0 1 0 143008004 8908800 248 1992294400 4194304 4922060 140734948059872 18446744073709551615 261752462469 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28992/statm: 2175 248 208 178 0 68 0
[pid=28993] ppid=28992 vsize=48048 CPUtime=32.13
/proc/28993/stat : 28993 (pb_cplex) R 28992 28992 28816 0 -1 4202496 9727 0 0 0 3200 13 0 0 18 0 2 0 143008005 49201152 5009 1992294400 134512640 146736320 4294478304 18446744073709551615 136008065 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/28993/statm: 12012 5009 1078 2985 0 8554 0
[pid=28993/tid=28997] ppid=28992 vsize=48048 CPUtime=0.1
/proc/28993/task/28997/stat : 28997 (pb_cplex) R 28992 28992 28816 0 -1 4202560 236 0 0 0 10 0 0 0 18 0 2 0 143010364 49201152 5009 1992294400 134512640 146736320 4294478304 18446744073709551615 136008050 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 32.13
Current children cumulated vsize (KiB) 56748

[startup+51.1009 s]
/proc/loadavg: 1.71 1.69 1.35 3/109 28997
/proc/meminfo: memFree=1658160/2059040 swapFree=4139740/4192956
[pid=28992] ppid=28990 vsize=8700 CPUtime=0
/proc/28992/stat : 28992 (run) S 28990 28992 28816 0 -1 4202496 363 0 0 0 0 0 0 0 18 0 1 0 143008004 8908800 248 1992294400 4194304 4922060 140734948059872 18446744073709551615 261752462469 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28992/statm: 2175 248 208 178 0 68 0
[pid=28993] ppid=28992 vsize=49440 CPUtime=76.05
/proc/28993/stat : 28993 (pb_cplex) R 28992 28992 28816 0 -1 4202496 15170 0 0 0 7576 29 0 0 17 0 2 0 143008005 50626560 5399 1992294400 134512640 146736320 4294478304 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/28993/statm: 12360 5399 1075 2985 0 8902 0
[pid=28993/tid=28997] ppid=28992 vsize=49440 CPUtime=23.35
/proc/28993/task/28997/stat : 28997 (pb_cplex) R 28992 28992 28816 0 -1 4202560 3155 0 0 0 2328 7 0 0 25 0 2 0 143010364 50626560 5399 1992294400 134512640 146736320 4294478304 18446744073709551615 136008047 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 76.05
Current children cumulated vsize (KiB) 58140

[startup+102.309 s]
/proc/loadavg: 1.80 1.71 1.37 2/109 28999
/proc/meminfo: memFree=1655680/2059040 swapFree=4139740/4192956
[pid=28992] ppid=28990 vsize=8700 CPUtime=0
/proc/28992/stat : 28992 (run) S 28990 28992 28816 0 -1 4202496 363 0 0 0 0 0 0 0 18 0 1 0 143008004 8908800 248 1992294400 4194304 4922060 140734948059872 18446744073709551615 261752462469 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28992/statm: 2175 248 208 178 0 68 0
[pid=28993] ppid=28992 vsize=51952 CPUtime=167.45
/proc/28993/stat : 28993 (pb_cplex) R 28992 28992 28816 0 -1 4202496 24606 0 0 0 16678 67 0 0 18 0 2 0 143008005 53198848 6064 1992294400 134512640 146736320 4294478304 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/28993/statm: 12988 6064 1075 2985 0 9530 0
[pid=28993/tid=28997] ppid=28992 vsize=51952 CPUtime=70.28
/proc/28993/task/28997/stat : 28997 (pb_cplex) R 28992 28992 28816 0 -1 4202560 4035 0 0 0 7006 22 0 0 25 0 2 0 143010364 53198848 6064 1992294400 134512640 146736320 4294478304 18446744073709551615 136008069 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 167.45
Current children cumulated vsize (KiB) 60652

[startup+162.301 s]
/proc/loadavg: 1.87 1.73 1.40 3/109 29001
/proc/meminfo: memFree=1654812/2059040 swapFree=4139740/4192956
[pid=28992] ppid=28990 vsize=8700 CPUtime=0
/proc/28992/stat : 28992 (run) S 28990 28992 28816 0 -1 4202496 363 0 0 0 0 0 0 0 18 0 1 0 143008004 8908800 248 1992294400 4194304 4922060 140734948059872 18446744073709551615 261752462469 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28992/statm: 2175 248 208 178 0 68 0
[pid=28993] ppid=28992 vsize=52784 CPUtime=277.14
/proc/28993/stat : 28993 (pb_cplex) R 28992 28992 28816 0 -1 4202496 33666 0 0 0 27613 101 0 0 18 0 2 0 143008005 54050816 6281 1992294400 134512640 146736320 4294478304 18446744073709551615 136385184 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/28993/statm: 13196 6281 1075 2985 0 9738 0
[pid=28993/tid=28997] ppid=28992 vsize=52784 CPUtime=126.9
/proc/28993/task/28997/stat : 28997 (pb_cplex) R 28992 28992 28816 0 -1 4202560 4051 0 0 0 12653 37 0 0 25 0 2 0 143010364 54050816 6281 1992294400 134512640 146736320 4294478304 18446744073709551615 136008406 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 277.14
Current children cumulated vsize (KiB) 61484

[startup+222.301 s]
/proc/loadavg: 1.95 1.78 1.43 3/109 29003
/proc/meminfo: memFree=1653076/2059040 swapFree=4139740/4192956
[pid=28992] ppid=28990 vsize=8700 CPUtime=0
/proc/28992/stat : 28992 (run) S 28990 28992 28816 0 -1 4202496 363 0 0 0 0 0 0 0 18 0 1 0 143008004 8908800 248 1992294400 4194304 4922060 140734948059872 18446744073709551615 261752462469 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28992/statm: 2175 248 208 178 0 68 0
[pid=28993] ppid=28992 vsize=54124 CPUtime=383.08
/proc/28993/stat : 28993 (pb_cplex) R 28992 28992 28816 0 -1 4202496 36835 0 0 0 38173 135 0 0 17 0 2 0 143008005 55422976 6588 1992294400 134512640 146736320 4294478304 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/28993/statm: 13531 6588 1075 2985 0 10073 0
[pid=28993/tid=28997] ppid=28992 vsize=54124 CPUtime=181.72
/proc/28993/task/28997/stat : 28997 (pb_cplex) R 28992 28992 28816 0 -1 4202560 6083 0 0 0 18119 53 0 0 25 0 2 0 143010364 55422976 6588 1992294400 134512640 146736320 4294478304 18446744073709551615 136385185 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 383.08
Current children cumulated vsize (KiB) 62824

[startup+282.3 s]
/proc/loadavg: 2.05 1.84 1.47 3/109 29003
/proc/meminfo: memFree=1647248/2059040 swapFree=4139740/4192956
[pid=28992] ppid=28990 vsize=8700 CPUtime=0
/proc/28992/stat : 28992 (run) S 28990 28992 28816 0 -1 4202496 363 0 0 0 0 0 0 0 18 0 1 0 143008004 8908800 248 1992294400 4194304 4922060 140734948059872 18446744073709551615 261752462469 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28992/statm: 2175 248 208 178 0 68 0
[pid=28993] ppid=28992 vsize=60972 CPUtime=500.19
/proc/28993/stat : 28993 (pb_cplex) R 28992 28992 28816 0 -1 4202496 65029 0 0 0 49857 162 0 0 25 0 2 0 143008005 62435328 8112 1992294400 134512640 146736320 4294478304 18446744073709551615 135450982 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/28993/statm: 15243 8112 1081 2985 0 11785 0
[pid=28993/tid=28997] ppid=28992 vsize=60972 CPUtime=240.42
/proc/28993/task/28997/stat : 28997 (pb_cplex) R 28992 28992 28816 0 -1 4202560 23383 0 0 0 23976 66 0 0 25 0 2 0 143010364 62435328 8112 1992294400 134512640 146736320 4294478304 18446744073709551615 136403114 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 500.19
Current children cumulated vsize (KiB) 69672

[startup+342.3 s]
/proc/loadavg: 2.17 1.90 1.52 2/109 29005
/proc/meminfo: memFree=1652580/2059040 swapFree=4139740/4192956
[pid=28992] ppid=28990 vsize=8700 CPUtime=0
/proc/28992/stat : 28992 (run) S 28990 28992 28816 0 -1 4202496 363 0 0 0 0 0 0 0 18 0 1 0 143008004 8908800 248 1992294400 4194304 4922060 140734948059872 18446744073709551615 261752462469 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28992/statm: 2175 248 208 178 0 68 0
[pid=28993] ppid=28992 vsize=55104 CPUtime=599.76
/proc/28993/stat : 28993 (pb_cplex) R 28992 28992 28816 0 -1 4202496 86880 0 0 0 59785 191 0 0 16 0 2 0 143008005 56426496 6812 1992294400 134512640 146736320 4294478304 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/28993/statm: 13776 6812 1082 2985 0 10318 0

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

[pid=28993] ppid=28992 vsize=57468 CPUtime=817.77
/proc/28993/stat : 28993 (pb_cplex) R 28992 28992 28816 0 -1 4202496 102830 0 0 0 81523 254 0 0 21 0 2 0 143008005 58847232 7326 1992294400 134512640 146736320 4294478304 18446744073709551615 136009387 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/28993/statm: 14367 7326 1082 2985 0 10909 0
[pid=28993/tid=28997] ppid=28992 vsize=57468 CPUtime=409.82
/proc/28993/task/28997/stat : 28997 (pb_cplex) R 28992 28992 28816 0 -1 4202560 45932 0 0 0 40869 113 0 0 16 0 2 0 143010364 58847232 7326 1992294400 134512640 146736320 4294478304 18446744073709551615 136490027 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 817.77
Current children cumulated vsize (KiB) 66168

[startup+522.302 s]
/proc/loadavg: 2.10 2.00 1.62 2/109 29011
/proc/meminfo: memFree=1648984/2059040 swapFree=4139740/4192956
[pid=28992] ppid=28990 vsize=8700 CPUtime=0
/proc/28992/stat : 28992 (run) S 28990 28992 28816 0 -1 4202496 363 0 0 0 0 0 0 0 18 0 1 0 143008004 8908800 248 1992294400 4194304 4922060 140734948059872 18446744073709551615 261752462469 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28992/statm: 2175 248 208 178 0 68 0
[pid=28993] ppid=28992 vsize=59048 CPUtime=925.23
/proc/28993/stat : 28993 (pb_cplex) R 28992 28992 28816 0 -1 4202496 109386 0 0 0 92238 285 0 0 20 0 2 0 143008005 60465152 7659 1992294400 134512640 146736320 4294478304 18446744073709551615 135456844 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/28993/statm: 14762 7659 1082 2985 0 11304 0
[pid=28993/tid=28997] ppid=28992 vsize=59048 CPUtime=463.03
/proc/28993/task/28997/stat : 28997 (pb_cplex) R 28992 28992 28816 0 -1 4202560 48606 0 0 0 46175 128 0 0 16 0 2 0 143010364 60465152 7659 1992294400 134512640 146736320 4294478304 18446744073709551615 136008042 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 925.23
Current children cumulated vsize (KiB) 67748

[startup+582.3 s]
/proc/loadavg: 1.75 1.91 1.61 3/109 29011
/proc/meminfo: memFree=1647372/2059040 swapFree=4139740/4192956
[pid=28992] ppid=28990 vsize=8700 CPUtime=0
/proc/28992/stat : 28992 (run) S 28990 28992 28816 0 -1 4202496 363 0 0 0 0 0 0 0 18 0 1 0 143008004 8908800 248 1992294400 4194304 4922060 140734948059872 18446744073709551615 261752462469 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28992/statm: 2175 248 208 178 0 68 0
[pid=28993] ppid=28992 vsize=59848 CPUtime=1031.33
/proc/28993/stat : 28993 (pb_cplex) R 28992 28992 28816 0 -1 4202496 116064 0 0 0 102816 317 0 0 25 0 2 0 143008005 61284352 7917 1992294400 134512640 146736320 4294478304 18446744073709551615 136008050 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/28993/statm: 14962 7917 1082 2985 0 11504 0
[pid=28993/tid=28997] ppid=28992 vsize=59848 CPUtime=516.15
/proc/28993/task/28997/stat : 28997 (pb_cplex) R 28992 28992 28816 0 -1 4202560 53233 0 0 0 51470 145 0 0 16 0 2 0 143010364 61284352 7917 1992294400 134512640 146736320 4294478304 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1031.33
Current children cumulated vsize (KiB) 68548

[startup+642.3 s]
/proc/loadavg: 1.85 1.91 1.63 2/109 29013
/proc/meminfo: memFree=1646380/2059040 swapFree=4139740/4192956
[pid=28992] ppid=28990 vsize=8700 CPUtime=0
/proc/28992/stat : 28992 (run) S 28990 28992 28816 0 -1 4202496 363 0 0 0 0 0 0 0 18 0 1 0 143008004 8908800 248 1992294400 4194304 4922060 140734948059872 18446744073709551615 261752462469 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28992/statm: 2175 248 208 178 0 68 0
[pid=28993] ppid=28992 vsize=61412 CPUtime=1140.69
/proc/28993/stat : 28993 (pb_cplex) S 28992 28992 28816 0 -1 4202496 122595 0 0 0 113721 348 0 0 25 0 2 0 143008005 62885888 8366 1992294400 134512640 146736320 4294478304 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/28993/statm: 15353 8366 1082 2985 0 11895 0
[pid=28993/tid=28997] ppid=28992 vsize=61412 CPUtime=568.6
/proc/28993/task/28997/stat : 28997 (pb_cplex) R 28992 28992 28816 0 -1 4202560 56926 0 0 0 56696 164 0 0 17 0 2 0 143010364 62885888 8366 1992294400 134512640 146736320 4294478304 18446744073709551615 139042888 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1140.69
Current children cumulated vsize (KiB) 70112

[startup+702.301 s]
/proc/loadavg: 1.92 1.92 1.65 2/109 29015
/proc/meminfo: memFree=1644892/2059040 swapFree=4139740/4192956
[pid=28992] ppid=28990 vsize=8700 CPUtime=0
/proc/28992/stat : 28992 (run) S 28990 28992 28816 0 -1 4202496 363 0 0 0 0 0 0 0 18 0 1 0 143008004 8908800 248 1992294400 4194304 4922060 140734948059872 18446744073709551615 261752462469 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28992/statm: 2175 248 208 178 0 68 0
[pid=28993] ppid=28992 vsize=62924 CPUtime=1249.39
/proc/28993/stat : 28993 (pb_cplex) R 28992 28992 28816 0 -1 4202496 130239 0 0 0 124558 381 0 0 25 0 2 0 143008005 64434176 8770 1992294400 134512640 146736320 4294478304 18446744073709551615 136008053 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/28993/statm: 15731 8770 1082 2985 0 12273 0
[pid=28993/tid=28997] ppid=28992 vsize=62924 CPUtime=621.32
/proc/28993/task/28997/stat : 28997 (pb_cplex) S 28992 28992 28816 0 -1 4202560 60993 0 0 0 61949 183 0 0 17 0 2 0 143010364 64434176 8770 1992294400 134512640 146736320 4294478304 18446744073709551615 144580073 0 2 4096 16387 18446604437863084096 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1249.39
Current children cumulated vsize (KiB) 71624

[startup+762.31 s]
/proc/loadavg: 1.96 1.92 1.66 3/109 29017
/proc/meminfo: memFree=1643652/2059040 swapFree=4139740/4192956
[pid=28992] ppid=28990 vsize=8700 CPUtime=0
/proc/28992/stat : 28992 (run) S 28990 28992 28816 0 -1 4202496 363 0 0 0 0 0 0 0 18 0 1 0 143008004 8908800 248 1992294400 4194304 4922060 140734948059872 18446744073709551615 261752462469 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28992/statm: 2175 248 208 178 0 68 0
[pid=28993] ppid=28992 vsize=64564 CPUtime=1357.38
/proc/28993/stat : 28993 (pb_cplex) R 28992 28992 28816 0 -1 4202496 135033 0 0 0 135327 411 0 0 25 0 2 0 143008005 66113536 9080 1992294400 134512640 146736320 4294478304 18446744073709551615 138463243 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/28993/statm: 16141 9080 1082 2985 0 12683 0
[pid=28993/tid=28997] ppid=28992 vsize=64564 CPUtime=673.35
/proc/28993/task/28997/stat : 28997 (pb_cplex) R 28992 28992 28816 0 -1 4202560 62534 0 0 0 67137 198 0 0 16 0 2 0 143010364 66113536 9080 1992294400 134512640 146736320 4294478304 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1357.38
Current children cumulated vsize (KiB) 73264

[startup+822.3 s]
/proc/loadavg: 2.06 1.95 1.68 2/109 29019
/proc/meminfo: memFree=1642288/2059040 swapFree=4139740/4192956
[pid=28992] ppid=28990 vsize=8700 CPUtime=0
/proc/28992/stat : 28992 (run) S 28990 28992 28816 0 -1 4202496 363 0 0 0 0 0 0 0 18 0 1 0 143008004 8908800 248 1992294400 4194304 4922060 140734948059872 18446744073709551615 261752462469 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28992/statm: 2175 248 208 178 0 68 0
[pid=28993] ppid=28992 vsize=65408 CPUtime=1467.45
/proc/28993/stat : 28993 (pb_cplex) R 28992 28992 28816 0 -1 4202496 139114 0 0 0 146303 442 0 0 25 0 2 0 143008005 66977792 9255 1992294400 134512640 146736320 4294478304 18446744073709551615 135855174 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/28993/statm: 16352 9255 1082 2985 0 12894 0
[pid=28993/tid=28997] ppid=28992 vsize=65408 CPUtime=726.17
/proc/28993/task/28997/stat : 28997 (pb_cplex) S 28992 28992 28816 0 -1 4202560 64786 0 0 0 72403 214 0 0 17 0 2 0 143010364 66977792 9255 1992294400 134512640 146736320 4294478304 18446744073709551615 144580073 0 2 4096 16387 18446604437863084096 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1467.45
Current children cumulated vsize (KiB) 74108

[startup+882.301 s]
/proc/loadavg: 2.02 1.95 1.70 3/109 29019
/proc/meminfo: memFree=1641668/2059040 swapFree=4139740/4192956
[pid=28992] ppid=28990 vsize=8700 CPUtime=0
/proc/28992/stat : 28992 (run) S 28990 28992 28816 0 -1 4202496 363 0 0 0 0 0 0 0 18 0 1 0 143008004 8908800 248 1992294400 4194304 4922060 140734948059872 18446744073709551615 261752462469 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28992/statm: 2175 248 208 178 0 68 0
[pid=28993] ppid=28992 vsize=65556 CPUtime=1576.82
/proc/28993/stat : 28993 (pb_cplex) R 28992 28992 28816 0 -1 4202496 143739 0 0 0 157211 471 0 0 19 0 2 0 143008005 67129344 9296 1992294400 134512640 146736320 4294478304 18446744073709551615 135454079 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/28993/statm: 16389 9296 1082 2985 0 12931 0
[pid=28993/tid=28997] ppid=28992 vsize=65556 CPUtime=778.86
/proc/28993/task/28997/stat : 28997 (pb_cplex) R 28992 28992 28816 0 -1 4202560 66701 0 0 0 77658 228 0 0 17 0 2 0 143010364 67129344 9296 1992294400 134512640 146736320 4294478304 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1576.82
Current children cumulated vsize (KiB) 74256

[startup+942.302 s]
/proc/loadavg: 2.00 1.97 1.72 3/109 29030
/proc/meminfo: memFree=1640428/2059040 swapFree=4139740/4192956
[pid=28992] ppid=28990 vsize=8700 CPUtime=0
/proc/28992/stat : 28992 (run) S 28990 28992 28816 0 -1 4202496 363 0 0 0 0 0 0 0 18 0 1 0 143008004 8908800 248 1992294400 4194304 4922060 140734948059872 18446744073709551615 261752462469 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28992/statm: 2175 248 208 178 0 68 0
[pid=28993] ppid=28992 vsize=66536 CPUtime=1685.62
/proc/28993/stat : 28993 (pb_cplex) R 28992 28992 28816 0 -1 4202496 147885 0 0 0 168059 503 0 0 25 0 2 0 143008005 68132864 9629 1992294400 134512640 146736320 4294478304 18446744073709551615 136008309 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/28993/statm: 16634 9629 1082 2985 0 13176 0
[pid=28993/tid=28997] ppid=28992 vsize=66536 CPUtime=830.88
/proc/28993/task/28997/stat : 28997 (pb_cplex) R 28992 28992 28816 0 -1 4202560 68627 0 0 0 82843 245 0 0 16 0 2 0 143010364 68132864 9629 1992294400 134512640 146736320 4294478304 18446744073709551615 136008053 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1685.62
Current children cumulated vsize (KiB) 75236

[startup+1002.3 s]
/proc/loadavg: 1.99 1.97 1.73 3/109 29032
/proc/meminfo: memFree=1640552/2059040 swapFree=4139740/4192956
[pid=28992] ppid=28990 vsize=8700 CPUtime=0
/proc/28992/stat : 28992 (run) S 28990 28992 28816 0 -1 4202496 363 0 0 0 0 0 0 0 18 0 1 0 143008004 8908800 248 1992294400 4194304 4922060 140734948059872 18446744073709551615 261752462469 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28992/statm: 2175 248 208 178 0 68 0
[pid=28993] ppid=28992 vsize=66944 CPUtime=1797.02
/proc/28993/stat : 28993 (pb_cplex) R 28992 28992 28816 0 -1 4202496 154222 0 0 0 179165 537 0 0 25 0 2 0 143008005 68550656 9746 1992294400 134512640 146736320 4294478304 18446744073709551615 136009399 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/28993/statm: 16736 9746 1082 2985 0 13278 0
[pid=28993/tid=28997] ppid=28992 vsize=66944 CPUtime=885.45
/proc/28993/task/28997/stat : 28997 (pb_cplex) R 28992 28992 28816 0 -1 4202560 70924 0 0 0 88282 263 0 0 17 0 2 0 143010364 68550656 9746 1992294400 134512640 146736320 4294478304 18446744073709551615 136008065 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1797.02
Current children cumulated vsize (KiB) 75644



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1003.9 s]
/proc/loadavg: 2.07 1.99 1.74 3/109 29032
/proc/meminfo: memFree=1640552/2059040 swapFree=4139740/4192956
[pid=28992] ppid=28990 vsize=8700 CPUtime=0
/proc/28992/stat : 28992 (run) S 28990 28992 28816 0 -1 4202496 363 0 0 0 0 0 0 0 18 0 1 0 143008004 8908800 248 1992294400 4194304 4922060 140734948059872 18446744073709551615 261752462469 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28992/statm: 2175 248 208 178 0 68 0
[pid=28993] ppid=28992 vsize=66944 CPUtime=1800.14
/proc/28993/stat : 28993 (pb_cplex) R 28992 28992 28816 0 -1 4202496 154223 0 0 0 179476 538 0 0 25 0 2 0 143008005 68550656 9747 1992294400 134512640 146736320 4294478304 18446744073709551615 136001716 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/28993/statm: 16736 9747 1082 2985 0 13278 0
[pid=28993/tid=28997] ppid=28992 vsize=66944 CPUtime=886.97
/proc/28993/task/28997/stat : 28997 (pb_cplex) R 28992 28992 28816 0 -1 4202560 70925 0 0 0 88434 263 0 0 18 0 2 0 143010364 68550656 9747 1992294400 134512640 146736320 4294478304 18446744073709551615 139042901 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.14
Current children cumulated vsize (KiB) 75644

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

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

[startup+1003.9 s]
/proc/loadavg: 2.07 1.99 1.74 3/109 29032
/proc/meminfo: memFree=1640552/2059040 swapFree=4139740/4192956
[pid=28992] ppid=28990 vsize=8700 CPUtime=0
/proc/28992/stat : 28992 (run) S 28990 28992 28816 0 -1 4202496 363 0 0 0 0 0 0 0 18 0 1 0 143008004 8908800 248 1992294400 4194304 4922060 140734948059872 18446744073709551615 261752462469 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28992/statm: 2175 248 208 178 0 68 0
[pid=28993] ppid=28992 vsize=66944 CPUtime=1800.14
/proc/28993/stat : 28993 (pb_cplex) R 28992 28992 28816 0 -1 4202496 154223 0 0 0 179476 538 0 0 25 0 2 0 143008005 68550656 9747 1992294400 134512640 146736320 4294478304 18446744073709551615 136001716 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/28993/statm: 16736 9747 1082 2985 0 13278 0
[pid=28993/tid=28997] ppid=28992 vsize=66944 CPUtime=886.97
/proc/28993/task/28997/stat : 28997 (pb_cplex) R 28992 28992 28816 0 -1 4202560 70925 0 0 0 88434 263 0 0 18 0 2 0 143010364 68550656 9747 1992294400 134512640 146736320 4294478304 18446744073709551615 139042901 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.14
Current children cumulated vsize (KiB) 75644

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1003.92
CPU time (s): 1800.16
CPU user time (s): 1794.78
CPU system time (s): 5.38618
CPU usage (%): 179.313
Max. virtual memory (cumulated for all children) (KiB): 77444

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.78
system time used= 5.38618
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 154589
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= 43703
involuntary context switches= 30450

runsolver used 1.89971 second user time and 5.39118 second system time

The end

Launcher Data

Begin job on node050 at 2010-07-01 22:46:04
IDJOB=2695854
IDBENCH=1959
IDSOLVER=1209
FILE ID=node050/2695854-1278017164
PBS_JOBID= 11198715
Free space on /tmp= 62240 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_14.opb.PB06.opb
COMMAND LINE= run BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2695854-1278017164/watcher-2695854-1278017164 -o /tmp/evaluation-result-2695854-1278017164/solver-2695854-1278017164 -C 1800 -W 2000 -M 1800  run HOME/instance-2695854-1278017164.opb

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

MD5SUM BENCH= 3ddf6338b9f9cf35560b94c856457c56
RANDOM SEED=1309699256

node050.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.215
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.215
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:       1677560 kB
Buffers:         73992 kB
Cached:         199876 kB
SwapCached:       6780 kB
Active:         108428 kB
Inactive:       179216 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1677560 kB
SwapTotal:     4192956 kB
SwapFree:      4139740 kB
Dirty:           16660 kB
Writeback:           0 kB
AnonPages:       12288 kB
Mapped:          11944 kB
Slab:            71880 kB
PageTables:       4192 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181528 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= 62224 MiB
End job on node050 at 2010-07-01 23:02:50