Trace number 2695953

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.18 1017.53

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/liu/
domset/normalized-domset_v500_e2000_w30_mw19_23.opb.PB06.opb
MD5SUM0a5749e09f3f6f40d04f442dc86d22a6
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark193
Best CPU time to get the best result obtained on this benchmark1789.56
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 188
Optimality of the best value was proved NO
Number of variables479
Total number of constraints479
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 constraints479
Minimum length of a constraint4
Maximum length of a constraint17
Number of terms in the objective function 479
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 479
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 479
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-2695953-1278016913.opb.
0.00/0.00	c Instance file HOME/instance-2695953-1278016913.opb
0.00/0.00	c File size is 43630 bytes.
0.00/0.08	c Highest Coefficient sum: 228
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.18	c ============================[ Problem Statistics ]=============================
0.00/0.18	c |                                                                             |
0.00/0.18	c |  Parsing time:          0.08         s                                      |
0.00/0.18	c |  Number Variables:      479                                                 |
0.00/0.18	c |  Number Constraints:    479                                                 |
0.00/0.18	c ===============================================================================
1800.15/1017.52	c Remaining time 1799.92 sec.
1800.15/1017.52	c 
1800.15/1017.52	c *** INTERRUPTED ***
1800.15/1017.52	s UNKNOWN
1800.15/1017.52	c Total CPU time              : 1794.92 s
1800.15/1017.52	c Memory used           : 65.72 MB
1800.15/1017.52	c CPU time              : 1794.92 s
1800.15/1017.52	c 
1800.15/1017.52	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-2695953-1278016913/watcher-2695953-1278016913 -o /tmp/evaluation-result-2695953-1278016913/solver-2695953-1278016913 -C 1800 -W 2000 -M 1800 run HOME/instance-2695953-1278016913.opb 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.54 0.14 0.04 3/106 2478
/proc/meminfo: memFree=1635140/2059040 swapFree=4192956/4192956
[pid=2478] ppid=2476 vsize=8700 CPUtime=0
/proc/2478/stat : 2478 (run) S 2476 2478 2453 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 6289 8908800 249 1992294400 4194304 4922060 140737364554544 18446744073709551615 236997680261 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2478/statm: 2175 249 208 178 0 68 0

[startup+0.073856 s]
/proc/loadavg: 0.54 0.14 0.04 3/106 2478
/proc/meminfo: memFree=1635140/2059040 swapFree=4192956/4192956
[pid=2478] ppid=2476 vsize=8700 CPUtime=0
/proc/2478/stat : 2478 (run) S 2476 2478 2453 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 6289 8908800 249 1992294400 4194304 4922060 140737364554544 18446744073709551615 236997680261 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2478/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100858 s]
/proc/loadavg: 0.54 0.14 0.04 3/106 2478
/proc/meminfo: memFree=1635140/2059040 swapFree=4192956/4192956
[pid=2478] ppid=2476 vsize=8700 CPUtime=0
/proc/2478/stat : 2478 (run) S 2476 2478 2453 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 6289 8908800 249 1992294400 4194304 4922060 140737364554544 18446744073709551615 236997680261 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2478/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300851 s]
/proc/loadavg: 0.54 0.14 0.04 3/106 2478
/proc/meminfo: memFree=1635140/2059040 swapFree=4192956/4192956
[pid=2478] ppid=2476 vsize=8700 CPUtime=0
/proc/2478/stat : 2478 (run) S 2476 2478 2453 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 6289 8908800 249 1992294400 4194304 4922060 140737364554544 18446744073709551615 236997680261 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2478/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700842 s]
/proc/loadavg: 0.54 0.14 0.04 3/106 2478
/proc/meminfo: memFree=1635140/2059040 swapFree=4192956/4192956
[pid=2478] ppid=2476 vsize=8700 CPUtime=0
/proc/2478/stat : 2478 (run) S 2476 2478 2453 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 6289 8908800 249 1992294400 4194304 4922060 140737364554544 18446744073709551615 236997680261 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2478/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.5008 s]
/proc/loadavg: 0.54 0.14 0.04 2/108 2480
/proc/meminfo: memFree=1629132/2059040 swapFree=4192956/4192956
[pid=2478] ppid=2476 vsize=8700 CPUtime=0
/proc/2478/stat : 2478 (run) S 2476 2478 2453 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 6289 8908800 249 1992294400 4194304 4922060 140737364554544 18446744073709551615 236997680261 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2478/statm: 2175 249 208 178 0 68 0
[pid=2479] ppid=2478 vsize=19620 CPUtime=1.39
/proc/2479/stat : 2479 (pb_cplex) R 2478 2478 2453 0 -1 4202496 2508 0 16 0 138 1 0 0 25 0 1 0 6290 20090880 2052 1992294400 134512640 146736320 4289425792 18446744073709551615 135525983 0 0 4096 16387 0 0 0 17 0 0 0 8
/proc/2479/statm: 4905 2052 994 2985 0 1447 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 28320

[startup+3.10175 s]
/proc/loadavg: 0.58 0.15 0.05 2/108 2480
/proc/meminfo: memFree=1628264/2059040 swapFree=4192956/4192956
[pid=2478] ppid=2476 vsize=8700 CPUtime=0
/proc/2478/stat : 2478 (run) S 2476 2478 2453 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 6289 8908800 249 1992294400 4194304 4922060 140737364554544 18446744073709551615 236997680261 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2478/statm: 2175 249 208 178 0 68 0
[pid=2479] ppid=2478 vsize=20144 CPUtime=2.99
/proc/2479/stat : 2479 (pb_cplex) R 2478 2478 2453 0 -1 4202496 5028 0 16 0 297 2 0 0 25 0 1 0 6290 20627456 2207 1992294400 134512640 146736320 4289425792 18446744073709551615 137698765 0 0 4096 16387 0 0 0 17 0 0 0 8
/proc/2479/statm: 5036 2207 994 2985 0 1578 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 28844

[startup+6.30064 s]
/proc/loadavg: 0.58 0.15 0.05 5/109 2482
/proc/meminfo: memFree=1623048/2059040 swapFree=4192956/4192956
[pid=2478] ppid=2476 vsize=8700 CPUtime=0
/proc/2478/stat : 2478 (run) S 2476 2478 2453 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 6289 8908800 249 1992294400 4194304 4922060 140737364554544 18446744073709551615 236997680261 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2478/statm: 2175 249 208 178 0 68 0
[pid=2479] ppid=2478 vsize=35996 CPUtime=7.51
/proc/2479/stat : 2479 (pb_cplex) R 2478 2478 2453 0 -1 4202496 6698 0 16 0 747 4 0 0 18 0 2 0 6290 36859904 3434 1992294400 134512640 146736320 4289425792 18446744073709551615 136009720 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 8
/proc/2479/statm: 8999 3434 1038 2985 0 5541 0
[pid=2479/tid=2482] ppid=2478 vsize=35996 CPUtime=1.47
/proc/2479/task/2482/stat : 2482 (pb_cplex) R 2478 2478 2453 0 -1 4202560 289 0 0 0 147 0 0 0 17 0 2 0 6748 36859904 3434 1992294400 134512640 146736320 4289425792 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 7.51
Current children cumulated vsize (KiB) 44696

[startup+12.7014 s]
/proc/loadavg: 0.77 0.20 0.07 4/109 2482
/proc/meminfo: memFree=1623048/2059040 swapFree=4192956/4192956
[pid=2478] ppid=2476 vsize=8700 CPUtime=0
/proc/2478/stat : 2478 (run) S 2476 2478 2453 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 6289 8908800 249 1992294400 4194304 4922060 140737364554544 18446744073709551615 236997680261 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2478/statm: 2175 249 208 178 0 68 0
[pid=2479] ppid=2478 vsize=35996 CPUtime=19.59
/proc/2479/stat : 2479 (pb_cplex) S 2478 2478 2453 0 -1 4202496 6700 0 16 0 1951 8 0 0 18 0 2 0 6290 36859904 3436 1992294400 134512640 146736320 4289425792 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 8
/proc/2479/statm: 8999 3436 1039 2985 0 5541 0
[pid=2479/tid=2482] ppid=2478 vsize=35996 CPUtime=7.47
/proc/2479/task/2482/stat : 2482 (pb_cplex) R 2478 2478 2453 0 -1 4202560 289 0 0 0 746 1 0 0 19 0 2 0 6748 36859904 3436 1992294400 134512640 146736320 4289425792 18446744073709551615 136365642 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 19.59
Current children cumulated vsize (KiB) 44696

[startup+25.501 s]
/proc/loadavg: 1.02 0.29 0.10 2/109 2485
/proc/meminfo: memFree=1609284/2059040 swapFree=4192956/4192956
[pid=2478] ppid=2476 vsize=8700 CPUtime=0
/proc/2478/stat : 2478 (run) S 2476 2478 2453 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 6289 8908800 249 1992294400 4194304 4922060 140737364554544 18446744073709551615 236997680261 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2478/statm: 2175 249 208 178 0 68 0
[pid=2479] ppid=2478 vsize=52232 CPUtime=36.18
/proc/2479/stat : 2479 (pb_cplex) R 2478 2478 2453 0 -1 4202496 16872 0 16 0 3603 15 0 0 22 0 2 0 6290 53485568 6885 1992294400 134512640 146736320 4289425792 18446744073709551615 136008042 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 8
/proc/2479/statm: 13058 6885 1076 2985 0 9600 0
[pid=2479/tid=2485] ppid=2478 vsize=52232 CPUtime=2.75
/proc/2479/task/2485/stat : 2485 (pb_cplex) R 2478 2478 2453 0 -1 4202560 645 0 0 0 275 0 0 0 16 0 2 0 8315 53485568 6885 1992294400 134512640 146736320 4289425792 18446744073709551615 136008069 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 36.18
Current children cumulated vsize (KiB) 60932

[startup+51.1011 s]
/proc/loadavg: 1.31 0.42 0.14 3/109 2485
/proc/meminfo: memFree=1609036/2059040 swapFree=4192956/4192956
[pid=2478] ppid=2476 vsize=8700 CPUtime=0
/proc/2478/stat : 2478 (run) S 2476 2478 2453 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 6289 8908800 249 1992294400 4194304 4922060 140737364554544 18446744073709551615 236997680261 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2478/statm: 2175 249 208 178 0 68 0
[pid=2479] ppid=2478 vsize=52232 CPUtime=81.28
/proc/2479/stat : 2479 (pb_cplex) R 2478 2478 2453 0 -1 4202496 21332 0 16 0 8097 31 0 0 17 0 2 0 6290 53485568 6949 1992294400 134512640 146736320 4289425792 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 8
/proc/2479/statm: 13058 6949 1076 2985 0 9600 0
[pid=2479/tid=2485] ppid=2478 vsize=52232 CPUtime=25.21
/proc/2479/task/2485/stat : 2485 (pb_cplex) R 2478 2478 2453 0 -1 4202560 1425 0 0 0 2515 6 0 0 18 0 2 0 8315 53485568 6949 1992294400 134512640 146736320 4289425792 18446744073709551615 136403116 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 81.28
Current children cumulated vsize (KiB) 60932

[startup+102.309 s]
/proc/loadavg: 1.61 0.65 0.24 2/109 2486
/proc/meminfo: memFree=1606680/2059040 swapFree=4192956/4192956
[pid=2478] ppid=2476 vsize=8700 CPUtime=0
/proc/2478/stat : 2478 (run) S 2476 2478 2453 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 6289 8908800 249 1992294400 4194304 4922060 140737364554544 18446744073709551615 236997680261 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2478/statm: 2175 249 208 178 0 68 0
[pid=2479] ppid=2478 vsize=55304 CPUtime=169.65
/proc/2479/stat : 2479 (pb_cplex) R 2478 2478 2453 0 -1 4202496 23100 0 16 0 16900 65 0 0 20 0 2 0 6290 56631296 7604 1992294400 134512640 146736320 4289425792 18446744073709551615 136008928 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 8
/proc/2479/statm: 13826 7604 1076 2985 0 10368 0
[pid=2479/tid=2485] ppid=2478 vsize=55304 CPUtime=68.66
/proc/2479/task/2485/stat : 2485 (pb_cplex) R 2478 2478 2453 0 -1 4202560 1971 0 0 0 6844 22 0 0 16 0 2 0 8315 56631296 7604 1992294400 134512640 146736320 4289425792 18446744073709551615 136385185 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 169.65
Current children cumulated vsize (KiB) 64004

[startup+162.301 s]
/proc/loadavg: 2.18 0.97 0.37 3/109 2488
/proc/meminfo: memFree=1606556/2059040 swapFree=4192956/4192956
[pid=2478] ppid=2476 vsize=8700 CPUtime=0
/proc/2478/stat : 2478 (run) S 2476 2478 2453 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 6289 8908800 249 1992294400 4194304 4922060 140737364554544 18446744073709551615 236997680261 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2478/statm: 2175 249 208 178 0 68 0
[pid=2479] ppid=2478 vsize=55304 CPUtime=277.65
/proc/2479/stat : 2479 (pb_cplex) R 2478 2478 2453 0 -1 4202496 23414 0 16 0 27664 101 0 0 20 0 2 0 6290 56631296 7611 1992294400 134512640 146736320 4289425792 18446744073709551615 136385183 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 8
/proc/2479/statm: 13826 7611 1076 2985 0 10368 0
[pid=2479/tid=2485] ppid=2478 vsize=55304 CPUtime=122.43
/proc/2479/task/2485/stat : 2485 (pb_cplex) R 2478 2478 2453 0 -1 4202560 1978 0 0 0 12205 38 0 0 18 0 2 0 8315 56631296 7611 1992294400 134512640 146736320 4289425792 18446744073709551615 136387654 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 277.65
Current children cumulated vsize (KiB) 64004

[startup+222.301 s]
/proc/loadavg: 2.08 1.17 0.48 3/109 2490
/proc/meminfo: memFree=1605564/2059040 swapFree=4192956/4192956
[pid=2478] ppid=2476 vsize=8700 CPUtime=0
/proc/2478/stat : 2478 (run) S 2476 2478 2453 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 6289 8908800 249 1992294400 4194304 4922060 140737364554544 18446744073709551615 236997680261 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2478/statm: 2175 249 208 178 0 68 0
[pid=2479] ppid=2478 vsize=55504 CPUtime=384.97
/proc/2479/stat : 2479 (pb_cplex) R 2478 2478 2453 0 -1 4202496 27478 0 16 0 38363 134 0 0 16 0 2 0 6290 56836096 7707 1992294400 134512640 146736320 4289425792 18446744073709551615 139044554 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 8
/proc/2479/statm: 13876 7707 1076 2985 0 10418 0
[pid=2479/tid=2485] ppid=2478 vsize=55504 CPUtime=175.69
/proc/2479/task/2485/stat : 2485 (pb_cplex) R 2478 2478 2453 0 -1 4202560 1991 0 0 0 17515 54 0 0 21 0 2 0 8315 56836096 7707 1992294400 134512640 146736320 4289425792 18446744073709551615 136008423 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 384.97
Current children cumulated vsize (KiB) 64204

[startup+282.301 s]
/proc/loadavg: 2.06 1.31 0.56 3/109 2490
/proc/meminfo: memFree=1599612/2059040 swapFree=4192956/4192956
[pid=2478] ppid=2476 vsize=8700 CPUtime=0
/proc/2478/stat : 2478 (run) S 2476 2478 2453 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 6289 8908800 249 1992294400 4194304 4922060 140737364554544 18446744073709551615 236997680261 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2478/statm: 2175 249 208 178 0 68 0
[pid=2479] ppid=2478 vsize=63256 CPUtime=499.3
/proc/2479/stat : 2479 (pb_cplex) R 2478 2478 2453 0 -1 4202496 41256 0 16 0 49766 164 0 0 25 0 2 0 6290 64774144 9354 1992294400 134512640 146736320 4289425792 18446744073709551615 135450745 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 8
/proc/2479/statm: 15814 9354 1082 2985 0 12356 0
[pid=2479/tid=2485] ppid=2478 vsize=63256 CPUtime=232.43
/proc/2479/task/2485/stat : 2485 (pb_cplex) R 2478 2478 2453 0 -1 4202560 7924 0 0 0 23175 68 0 0 25 0 2 0 8315 64774144 9354 1992294400 134512640 146736320 4289425792 18446744073709551615 136007973 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 499.3
Current children cumulated vsize (KiB) 71956

[startup+342.301 s]
/proc/loadavg: 1.83 1.40 0.64 2/109 2492
/proc/meminfo: memFree=1600976/2059040 swapFree=4192956/4192956
[pid=2478] ppid=2476 vsize=8700 CPUtime=0
/proc/2478/stat : 2478 (run) S 2476 2478 2453 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 6289 8908800 249 1992294400 4194304 4922060 140737364554544 18446744073709551615 236997680261 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2478/statm: 2175 249 208 178 0 68 0
[pid=2479] ppid=2478 vsize=60204 CPUtime=600.5
/proc/2479/stat : 2479 (pb_cplex) R 2478 2478 2453 0 -1 4202496 62042 0 16 0 59867 183 0 0 25 0 2 0 6290 61648896 8928 1992294400 134512640 146736320 4289425792 18446744073709551615 136382492 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 8
/proc/2479/statm: 15051 8928 1084 2985 0 11593 0

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

/proc/2478/stat : 2478 (run) S 2476 2478 2453 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 6289 8908800 249 1992294400 4194304 4922060 140737364554544 18446744073709551615 236997680261 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2478/statm: 2175 249 208 178 0 68 0
[pid=2479] ppid=2478 vsize=58652 CPUtime=805.16
/proc/2479/stat : 2479 (pb_cplex) R 2478 2478 2453 0 -1 4202496 77701 0 16 0 80267 249 0 0 24 0 2 0 6290 60059648 8376 1992294400 134512640 146736320 4289425792 18446744073709551615 136008050 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 8
/proc/2479/statm: 14663 8376 1083 2985 0 11205 0
[pid=2479/tid=2493] ppid=2478 vsize=58652 CPUtime=96.65
/proc/2479/task/2493/stat : 2493 (pb_cplex) R 2478 2478 2453 0 -1 4202560 5408 0 0 0 9635 30 0 0 16 0 2 0 41474 60059648 8376 1992294400 134512640 146736320 4289425792 18446744073709551615 139042910 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 805.16
Current children cumulated vsize (KiB) 67352

[startup+522.302 s]
/proc/loadavg: 1.83 1.58 0.84 3/109 2499
/proc/meminfo: memFree=1602588/2059040 swapFree=4192956/4192956
[pid=2478] ppid=2476 vsize=8700 CPUtime=0
/proc/2478/stat : 2478 (run) S 2476 2478 2453 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 6289 8908800 249 1992294400 4194304 4922060 140737364554544 18446744073709551615 236997680261 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2478/statm: 2175 249 208 178 0 68 0
[pid=2479] ppid=2478 vsize=59352 CPUtime=913.65
/proc/2479/stat : 2479 (pb_cplex) R 2478 2478 2453 0 -1 4202496 82892 0 16 0 91080 285 0 0 17 0 2 0 6290 60776448 8578 1992294400 134512640 146736320 4289425792 18446744073709551615 136000821 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 8
/proc/2479/statm: 14838 8578 1083 2985 0 11380 0
[pid=2479/tid=2493] ppid=2478 vsize=59352 CPUtime=151.36
/proc/2479/task/2493/stat : 2493 (pb_cplex) R 2478 2478 2453 0 -1 4202560 7989 0 0 0 15087 49 0 0 18 0 2 0 41474 60776448 8578 1992294400 134512640 146736320 4289425792 18446744073709551615 136403112 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 913.65
Current children cumulated vsize (KiB) 68052

[startup+582.302 s]
/proc/loadavg: 1.90 1.63 0.89 2/109 2499
/proc/meminfo: memFree=1599240/2059040 swapFree=4192956/4192956
[pid=2478] ppid=2476 vsize=8700 CPUtime=0
/proc/2478/stat : 2478 (run) S 2476 2478 2453 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 6289 8908800 249 1992294400 4194304 4922060 140737364554544 18446744073709551615 236997680261 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2478/statm: 2175 249 208 178 0 68 0
[pid=2479] ppid=2478 vsize=62808 CPUtime=1021.68
/proc/2479/stat : 2479 (pb_cplex) R 2478 2478 2453 0 -1 4202496 86446 0 16 0 101852 316 0 0 20 0 2 0 6290 64315392 9383 1992294400 134512640 146736320 4289425792 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 8
/proc/2479/statm: 15702 9383 1084 2985 0 12244 0
[pid=2479/tid=2493] ppid=2478 vsize=62808 CPUtime=204.65
/proc/2479/task/2493/stat : 2493 (pb_cplex) S 2478 2478 2453 0 -1 4202560 9678 0 0 0 20401 64 0 0 18 0 2 0 41474 64315392 9383 1992294400 134512640 146736320 4289425792 18446744073709551615 144580073 0 2 4096 16387 18446604437796759424 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1021.68
Current children cumulated vsize (KiB) 71508

[startup+642.301 s]
/proc/loadavg: 2.17 1.75 0.98 3/109 2501
/proc/meminfo: memFree=1599860/2059040 swapFree=4192956/4192956
[pid=2478] ppid=2476 vsize=8700 CPUtime=0
/proc/2478/stat : 2478 (run) S 2476 2478 2453 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 6289 8908800 249 1992294400 4194304 4922060 140737364554544 18446744073709551615 236997680261 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2478/statm: 2175 249 208 178 0 68 0
[pid=2479] ppid=2478 vsize=61948 CPUtime=1129.26
/proc/2479/stat : 2479 (pb_cplex) R 2478 2478 2453 0 -1 4202496 88791 0 16 0 112583 343 0 0 19 0 2 0 6290 63434752 9224 1992294400 134512640 146736320 4289425792 18446744073709551615 135526881 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 8
/proc/2479/statm: 15487 9224 1083 2985 0 12029 0
[pid=2479/tid=2493] ppid=2478 vsize=61948 CPUtime=257.15
/proc/2479/task/2493/stat : 2493 (pb_cplex) R 2478 2478 2453 0 -1 4202560 9680 0 0 0 25638 77 0 0 17 0 2 0 41474 63434752 9224 1992294400 134512640 146736320 4289425792 18446744073709551615 136403136 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1129.26
Current children cumulated vsize (KiB) 70648

[startup+702.301 s]
/proc/loadavg: 2.28 1.83 1.05 3/109 2503
/proc/meminfo: memFree=1598992/2059040 swapFree=4192956/4192956
[pid=2478] ppid=2476 vsize=8700 CPUtime=0
/proc/2478/stat : 2478 (run) S 2476 2478 2453 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 6289 8908800 249 1992294400 4194304 4922060 140737364554544 18446744073709551615 236997680261 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2478/statm: 2175 249 208 178 0 68 0
[pid=2479] ppid=2478 vsize=62688 CPUtime=1237.31
/proc/2479/stat : 2479 (pb_cplex) R 2478 2478 2453 0 -1 4202496 91035 0 16 0 123361 370 0 0 21 0 2 0 6290 64192512 9402 1992294400 134512640 146736320 4289425792 18446744073709551615 136008069 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 8
/proc/2479/statm: 15672 9402 1083 2985 0 12214 0
[pid=2479/tid=2493] ppid=2478 vsize=62688 CPUtime=311.69
/proc/2479/task/2493/stat : 2493 (pb_cplex) S 2478 2478 2453 0 -1 4202560 9979 0 0 0 31078 91 0 0 18 0 2 0 41474 64192512 9402 1992294400 134512640 146736320 4289425792 18446744073709551615 144580073 0 2 4096 16387 18446604437796759424 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1237.31
Current children cumulated vsize (KiB) 71388

[startup+762.31 s]
/proc/loadavg: 1.97 1.82 1.10 3/109 2505
/proc/meminfo: memFree=1598620/2059040 swapFree=4192956/4192956
[pid=2478] ppid=2476 vsize=8700 CPUtime=0
/proc/2478/stat : 2478 (run) S 2476 2478 2453 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 6289 8908800 249 1992294400 4194304 4922060 140737364554544 18446744073709551615 236997680261 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2478/statm: 2175 249 208 178 0 68 0
[pid=2479] ppid=2478 vsize=63184 CPUtime=1344.77
/proc/2479/stat : 2479 (pb_cplex) R 2478 2478 2453 0 -1 4202496 94313 0 16 0 134078 399 0 0 18 0 2 0 6290 64700416 9537 1992294400 134512640 146736320 4289425792 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 8
/proc/2479/statm: 15796 9537 1083 2985 0 12338 0
[pid=2479/tid=2493] ppid=2478 vsize=63184 CPUtime=365.51
/proc/2479/task/2493/stat : 2493 (pb_cplex) R 2478 2478 2453 0 -1 4202560 11292 0 0 0 36446 105 0 0 18 0 2 0 41474 64700416 9537 1992294400 134512640 146736320 4289425792 18446744073709551615 136008053 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1344.77
Current children cumulated vsize (KiB) 71884

[startup+822.302 s]
/proc/loadavg: 2.12 1.88 1.16 3/109 2507
/proc/meminfo: memFree=1598000/2059040 swapFree=4192956/4192956
[pid=2478] ppid=2476 vsize=8700 CPUtime=0
/proc/2478/stat : 2478 (run) S 2476 2478 2453 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 6289 8908800 249 1992294400 4194304 4922060 140737364554544 18446744073709551615 236997680261 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2478/statm: 2175 249 208 178 0 68 0
[pid=2479] ppid=2478 vsize=63732 CPUtime=1453.71
/proc/2479/stat : 2479 (pb_cplex) R 2478 2478 2453 0 -1 4202496 101321 0 16 0 144944 427 0 0 21 0 2 0 6290 65261568 9709 1992294400 134512640 146736320 4289425792 18446744073709551615 136008042 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 8
/proc/2479/statm: 15933 9709 1083 2985 0 12475 0
[pid=2479/tid=2493] ppid=2478 vsize=63732 CPUtime=420.71
/proc/2479/task/2493/stat : 2493 (pb_cplex) R 2478 2478 2453 0 -1 4202560 14494 0 0 0 41953 118 0 0 17 0 2 0 41474 65261568 9709 1992294400 134512640 146736320 4289425792 18446744073709551615 136008042 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1453.71
Current children cumulated vsize (KiB) 72432

[startup+882.302 s]
/proc/loadavg: 2.21 1.95 1.23 3/109 2507
/proc/meminfo: memFree=1596016/2059040 swapFree=4192956/4192956
[pid=2478] ppid=2476 vsize=8700 CPUtime=0
/proc/2478/stat : 2478 (run) S 2476 2478 2453 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 6289 8908800 249 1992294400 4194304 4922060 140737364554544 18446744073709551615 236997680261 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2478/statm: 2175 249 208 178 0 68 0
[pid=2479] ppid=2478 vsize=65108 CPUtime=1560.74
/proc/2479/stat : 2479 (pb_cplex) R 2478 2478 2453 0 -1 4202496 111295 0 16 0 155614 460 0 0 16 0 2 0 6290 66670592 10001 1992294400 134512640 146736320 4289425792 18446744073709551615 136008050 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 8
/proc/2479/statm: 16277 10001 1092 2985 0 12819 0
[pid=2479/tid=2493] ppid=2478 vsize=65108 CPUtime=474.4
/proc/2479/task/2493/stat : 2493 (pb_cplex) R 2478 2478 2453 0 -1 4202560 18380 0 0 0 47307 133 0 0 21 0 2 0 41474 66670592 10001 1992294400 134512640 146736320 4289425792 18446744073709551615 135523304 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1560.74
Current children cumulated vsize (KiB) 73808

[startup+942.301 s]
/proc/loadavg: 2.36 2.05 1.31 3/109 2509
/proc/meminfo: memFree=1595272/2059040 swapFree=4192956/4192956
[pid=2478] ppid=2476 vsize=8700 CPUtime=0
/proc/2478/stat : 2478 (run) S 2476 2478 2453 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 6289 8908800 249 1992294400 4194304 4922060 140737364554544 18446744073709551615 236997680261 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2478/statm: 2175 249 208 178 0 68 0
[pid=2479] ppid=2478 vsize=65536 CPUtime=1667.24
/proc/2479/stat : 2479 (pb_cplex) R 2478 2478 2453 0 -1 4202496 115619 0 16 0 166235 489 0 0 16 0 2 0 6290 67108864 10183 1992294400 134512640 146736320 4289425792 18446744073709551615 135855178 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 8
/proc/2479/statm: 16384 10183 1083 2985 0 12926 0
[pid=2479/tid=2493] ppid=2478 vsize=65536 CPUtime=525.64
/proc/2479/task/2493/stat : 2493 (pb_cplex) R 2478 2478 2453 0 -1 4202560 20041 0 0 0 52418 146 0 0 19 0 2 0 41474 67108864 10183 1992294400 134512640 146736320 4289425792 18446744073709551615 136000313 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1667.24
Current children cumulated vsize (KiB) 74236

[startup+1002.3 s]
/proc/loadavg: 2.37 2.10 1.37 2/109 2511
/proc/meminfo: memFree=1595396/2059040 swapFree=4192956/4192956
[pid=2478] ppid=2476 vsize=8700 CPUtime=0
/proc/2478/stat : 2478 (run) S 2476 2478 2453 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 6289 8908800 249 1992294400 4194304 4922060 140737364554544 18446744073709551615 236997680261 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2478/statm: 2175 249 208 178 0 68 0
[pid=2479] ppid=2478 vsize=66012 CPUtime=1772.7
/proc/2479/stat : 2479 (pb_cplex) R 2478 2478 2453 0 -1 4202496 120495 0 16 0 176753 517 0 0 16 0 2 0 6290 67596288 10287 1992294400 134512640 146736320 4289425792 18446744073709551615 135526889 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 8
/proc/2479/statm: 16503 10287 1083 2985 0 13045 0
[pid=2479/tid=2493] ppid=2478 vsize=66012 CPUtime=579.89
/proc/2479/task/2493/stat : 2493 (pb_cplex) R 2478 2478 2453 0 -1 4202560 22237 0 0 0 57829 160 0 0 18 0 2 0 41474 67596288 10287 1992294400 134512640 146736320 4289425792 18446744073709551615 136000422 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1772.7
Current children cumulated vsize (KiB) 74712



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1017.51 s]
/proc/loadavg: 2.29 2.10 1.38 4/109 2511
/proc/meminfo: memFree=1593908/2059040 swapFree=4192956/4192956
[pid=2478] ppid=2476 vsize=8700 CPUtime=0
/proc/2478/stat : 2478 (run) S 2476 2478 2453 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 6289 8908800 249 1992294400 4194304 4922060 140737364554544 18446744073709551615 236997680261 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2478/statm: 2175 249 208 178 0 68 0
[pid=2479] ppid=2478 vsize=67292 CPUtime=1800.15
/proc/2479/stat : 2479 (pb_cplex) R 2478 2478 2453 0 -1 4202496 122798 0 16 0 179490 525 0 0 16 0 2 0 6290 68907008 10549 1992294400 134512640 146736320 4289425792 18446744073709551615 138462627 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 8
/proc/2479/statm: 16823 10549 1085 2985 0 13365 0
[pid=2479/tid=2493] ppid=2478 vsize=67292 CPUtime=593.97
/proc/2479/task/2493/stat : 2493 (pb_cplex) R 2478 2478 2453 0 -1 4202560 23653 0 0 0 59233 164 0 0 20 0 2 0 41474 68907008 10549 1992294400 134512640 146736320 4289425792 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.15
Current children cumulated vsize (KiB) 75992

Sending SIGTERM to process tree (bottom up)
SSolver just ended. Dumping a history of the last processes samples

[startup+1017.51 s]
/proc/loadavg: 2.29 2.10 1.38 4/109 2511
/proc/meminfo: memFree=1593908/2059040 swapFree=4192956/4192956
[pid=2478] ppid=2476 vsize=8700 CPUtime=0
/proc/2478/stat : 2478 (run) S 2476 2478 2453 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 6289 8908800 249 1992294400 4194304 4922060 140737364554544 18446744073709551615 236997680261 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2478/statm: 2175 249 208 178 0 68 0
[pid=2479] ppid=2478 vsize=67292 CPUtime=1800.15
/proc/2479/stat : 2479 (pb_cplex) R 2478 2478 2453 0 -1 4202496 122798 0 16 0 179490 525 0 0 16 0 2 0 6290 68907008 10549 1992294400 134512640 146736320 4289425792 18446744073709551615 138462627 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 8
/proc/2479/statm: 16823 10549 1085 2985 0 13365 0
[pid=2479/tid=2493] ppid=2478 vsize=67292 CPUtime=593.97
/proc/2479/task/2493/stat : 2493 (pb_cplex) R 2478 2478 2453 0 -1 4202560 23653 0 0 0 59233 164 0 0 20 0 2 0 41474 68907008 10549 1992294400 134512640 146736320 4289425792 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.15
Current children cumulated vsize (KiB) 75992

Child status: 0
Real time (s): 1017.53
CPU time (s): 1800.18
CPU user time (s): 1794.92
CPU system time (s): 5.2592
CPU usage (%): 176.917
Max. virtual memory (cumulated for all children) (KiB): 77844

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.92
system time used= 5.2592
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 123173
page faults= 16
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39432
involuntary context switches= 32170

runsolver used 1.9857 second user time and 5.42617 second system time

The end

Launcher Data

Begin job on node027 at 2010-07-01 22:41:53
IDJOB=2695953
IDBENCH=1956
IDSOLVER=1209
FILE ID=node027/2695953-1278016913
PBS_JOBID= 11198754
Free space on /tmp= 61856 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_23.opb.PB06.opb
COMMAND LINE= run BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2695953-1278016913/watcher-2695953-1278016913 -o /tmp/evaluation-result-2695953-1278016913/solver-2695953-1278016913 -C 1800 -W 2000 -M 1800  run HOME/instance-2695953-1278016913.opb

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

MD5SUM BENCH= 0a5749e09f3f6f40d04f442dc86d22a6
RANDOM SEED=1357666674

node027.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		: 2800.179
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	: 5600.35
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		: 2800.179
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:       1636148 kB
Buffers:         54484 kB
Cached:         260572 kB
SwapCached:          0 kB
Active:         141064 kB
Inactive:       233064 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1636148 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:           55312 kB
Writeback:           0 kB
AnonPages:       59180 kB
Mapped:          14300 kB
Slab:            26908 kB
PageTables:       4084 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   178556 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264952 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 61840 MiB
End job on node027 at 2010-07-01 22:58:51