Trace number 2696264

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 NameAnswerCPU timeWall clock time
pb_cplex 2010-06-29UNSAT 1765.62 950.662

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
namasivayam/tsp/normalized-t3002.11tsp11.1900547389.opb
MD5SUM6bb807214e0d1b3ab69b4b6ee86db452
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark180.562
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables231
Total number of constraints2707
Number of constraints which are clauses2684
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint110
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 721
Number of bits of the biggest sum of numbers10
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-2696264-1278015606.opb.
0.00/0.00	c Instance file HOME/instance-2696264-1278015606.opb
0.00/0.00	c File size is 83373 bytes.
0.00/0.03	c Highest Coefficient sum: 721
0.00/0.03	c  IBM ILOG License Manager: "IBM ILOG Optimization Suite for Academic Initiative" is accessing CPLEX 12 with option(s): "e m b q ".
0.00/0.04	c ============================[ Problem Statistics ]=============================
0.00/0.04	c |                                                                             |
0.00/0.04	c |  Parsing time:          0.03         s                                      |
0.00/0.04	c |  Number Variables:      231                                                 |
0.00/0.04	c |  Number Constraints:    2707                                                |
0.00/0.04	c ===============================================================================
1765.54/950.66	c Remaining time 1799.97 sec.
1765.54/950.66	s UNSATISFIABLE
1765.54/950.66	c Total CPU time              : 1756.01 s

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-2696264-1278015606/watcher-2696264-1278015606 -o /tmp/evaluation-result-2696264-1278015606/solver-2696264-1278015606 -C 1800 -W 2000 -M 1800 run HOME/instance-2696264-1278015606.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.51 0.73 3/106 27388
/proc/meminfo: memFree=1507964/2059040 swapFree=4139848/4192956
[pid=27388] ppid=27386 vsize=8700 CPUtime=0
/proc/27388/stat : 27388 (run) S 27386 27388 27232 0 -1 4202496 365 0 0 0 0 0 0 0 15 0 1 0 142852545 8908800 249 1992294400 4194304 4922060 140737139145200 18446744073709551615 263058988165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27388/statm: 2175 249 208 178 0 68 0

[startup+0.0463599 s]
/proc/loadavg: 1.92 1.51 0.73 3/106 27388
/proc/meminfo: memFree=1507964/2059040 swapFree=4139848/4192956
[pid=27388] ppid=27386 vsize=8700 CPUtime=0
/proc/27388/stat : 27388 (run) S 27386 27388 27232 0 -1 4202496 365 0 0 0 0 0 0 0 15 0 1 0 142852545 8908800 249 1992294400 4194304 4922060 140737139145200 18446744073709551615 263058988165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27388/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.101373 s]
/proc/loadavg: 1.92 1.51 0.73 3/106 27388
/proc/meminfo: memFree=1507964/2059040 swapFree=4139848/4192956
[pid=27388] ppid=27386 vsize=8700 CPUtime=0
/proc/27388/stat : 27388 (run) S 27386 27388 27232 0 -1 4202496 365 0 0 0 0 0 0 0 15 0 1 0 142852545 8908800 249 1992294400 4194304 4922060 140737139145200 18446744073709551615 263058988165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27388/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.301395 s]
/proc/loadavg: 1.92 1.51 0.73 3/106 27388
/proc/meminfo: memFree=1507964/2059040 swapFree=4139848/4192956
[pid=27388] ppid=27386 vsize=8700 CPUtime=0
/proc/27388/stat : 27388 (run) S 27386 27388 27232 0 -1 4202496 365 0 0 0 0 0 0 0 15 0 1 0 142852545 8908800 249 1992294400 4194304 4922060 140737139145200 18446744073709551615 263058988165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27388/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700419 s]
/proc/loadavg: 1.92 1.51 0.73 3/106 27388
/proc/meminfo: memFree=1507964/2059040 swapFree=4139848/4192956
[pid=27388] ppid=27386 vsize=8700 CPUtime=0
/proc/27388/stat : 27388 (run) S 27386 27388 27232 0 -1 4202496 365 0 0 0 0 0 0 0 15 0 1 0 142852545 8908800 249 1992294400 4194304 4922060 140737139145200 18446744073709551615 263058988165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27388/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.5005 s]
/proc/loadavg: 1.92 1.51 0.73 2/109 27391
/proc/meminfo: memFree=1497648/2059040 swapFree=4139848/4192956
[pid=27388] ppid=27386 vsize=8700 CPUtime=0
/proc/27388/stat : 27388 (run) S 27386 27388 27232 0 -1 4202496 365 0 0 0 0 0 0 0 15 0 1 0 142852545 8908800 249 1992294400 4194304 4922060 140737139145200 18446744073709551615 263058988165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27388/statm: 2175 249 208 178 0 68 0
[pid=27389] ppid=27388 vsize=40744 CPUtime=1.85
/proc/27389/stat : 27389 (pb_cplex) R 27388 27388 27232 0 -1 4202496 5256 0 0 0 183 2 0 0 17 0 2 0 142852545 41721856 4032 1992294400 134512640 146736320 4293102112 18446744073709551615 136403116 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/27389/statm: 10186 4032 987 2985 0 6728 0
[pid=27389/tid=27391] ppid=27388 vsize=40744 CPUtime=0.48
/proc/27389/task/27391/stat : 27391 (pb_cplex) R 27388 27388 27232 0 -1 4202560 420 0 0 0 48 0 0 0 17 0 2 0 142852631 41721856 4032 1992294400 134512640 146736320 4293102112 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.85
Current children cumulated vsize (KiB) 49444

[startup+3.10165 s]
/proc/loadavg: 1.92 1.51 0.73 3/109 27391
/proc/meminfo: memFree=1494920/2059040 swapFree=4139848/4192956
[pid=27388] ppid=27386 vsize=8700 CPUtime=0
/proc/27388/stat : 27388 (run) S 27386 27388 27232 0 -1 4202496 365 0 0 0 0 0 0 0 15 0 1 0 142852545 8908800 249 1992294400 4194304 4922060 140737139145200 18446744073709551615 263058988165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27388/statm: 2175 249 208 178 0 68 0
[pid=27389] ppid=27388 vsize=40744 CPUtime=4.81
/proc/27389/stat : 27389 (pb_cplex) R 27388 27388 27232 0 -1 4202496 5750 0 0 0 477 4 0 0 17 0 2 0 142852545 41721856 4076 1992294400 134512640 146736320 4293102112 18446744073709551615 136007616 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/27389/statm: 10186 4076 987 2985 0 6728 0
[pid=27389/tid=27391] ppid=27388 vsize=40744 CPUtime=1.99
/proc/27389/task/27391/stat : 27391 (pb_cplex) R 27388 27388 27232 0 -1 4202560 431 0 0 0 198 1 0 0 18 0 2 0 142852631 41721856 4076 1992294400 134512640 146736320 4293102112 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.81
Current children cumulated vsize (KiB) 49444

[startup+6.30194 s]
/proc/loadavg: 2.01 1.54 0.74 2/109 27393
/proc/meminfo: memFree=1495912/2059040 swapFree=4139848/4192956
[pid=27388] ppid=27386 vsize=8700 CPUtime=0
/proc/27388/stat : 27388 (run) S 27386 27388 27232 0 -1 4202496 365 0 0 0 0 0 0 0 15 0 1 0 142852545 8908800 249 1992294400 4194304 4922060 140737139145200 18446744073709551615 263058988165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27388/statm: 2175 249 208 178 0 68 0
[pid=27389] ppid=27388 vsize=38432 CPUtime=8.74
/proc/27389/stat : 27389 (pb_cplex) S 27388 27388 27232 0 -1 4202496 7377 0 0 0 868 6 0 0 22 0 2 0 142852545 39354368 4051 1992294400 134512640 146736320 4293102112 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/27389/statm: 9608 4051 998 2985 0 6150 0
[pid=27389/tid=27393] ppid=27388 vsize=38432 CPUtime=0.57
/proc/27389/task/27393/stat : 27393 (pb_cplex) R 27388 27388 27232 0 -1 4202560 687 0 0 0 57 0 0 0 16 0 2 0 142853076 39354368 4051 1992294400 134512640 146736320 4293102112 18446744073709551615 136007286 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 8.74
Current children cumulated vsize (KiB) 47132

[startup+12.7015 s]
/proc/loadavg: 2.09 1.56 0.75 3/109 27393
/proc/meminfo: memFree=1493928/2059040 swapFree=4139848/4192956
[pid=27388] ppid=27386 vsize=8700 CPUtime=0
/proc/27388/stat : 27388 (run) S 27386 27388 27232 0 -1 4202496 365 0 0 0 0 0 0 0 15 0 1 0 142852545 8908800 249 1992294400 4194304 4922060 140737139145200 18446744073709551615 263058988165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27388/statm: 2175 249 208 178 0 68 0
[pid=27389] ppid=27388 vsize=38820 CPUtime=20.23
/proc/27389/stat : 27389 (pb_cplex) R 27388 27388 27232 0 -1 4202496 17445 0 0 0 2008 15 0 0 18 0 2 0 142852545 39751680 4200 1992294400 134512640 146736320 4293102112 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/27389/statm: 9705 4200 998 2985 0 6247 0
[pid=27389/tid=27393] ppid=27388 vsize=38820 CPUtime=6.5
/proc/27389/task/27393/stat : 27393 (pb_cplex) R 27388 27388 27232 0 -1 4202560 9163 0 0 0 644 6 0 0 18 0 2 0 142853076 39751680 4200 1992294400 134512640 146736320 4293102112 18446744073709551615 136403121 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 20.23
Current children cumulated vsize (KiB) 47520

[startup+25.5017 s]
/proc/loadavg: 2.07 1.58 0.77 5/109 27393
/proc/meminfo: memFree=1493308/2059040 swapFree=4139848/4192956
[pid=27388] ppid=27386 vsize=8700 CPUtime=0
/proc/27388/stat : 27388 (run) S 27386 27388 27232 0 -1 4202496 365 0 0 0 0 0 0 0 15 0 1 0 142852545 8908800 249 1992294400 4194304 4922060 140737139145200 18446744073709551615 263058988165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27388/statm: 2175 249 208 178 0 68 0
[pid=27389] ppid=27388 vsize=38820 CPUtime=44.29
/proc/27389/stat : 27389 (pb_cplex) R 27388 27388 27232 0 -1 4202496 26397 0 0 0 4397 32 0 0 18 0 2 0 142852545 39751680 4272 1992294400 134512640 146736320 4293102112 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/27389/statm: 9705 4272 998 2985 0 6247 0
[pid=27389/tid=27393] ppid=27388 vsize=38820 CPUtime=18.36
/proc/27389/task/27393/stat : 27393 (pb_cplex) R 27388 27388 27232 0 -1 4202560 18115 0 0 0 1819 17 0 0 17 0 2 0 142853076 39751680 4272 1992294400 134512640 146736320 4293102112 18446744073709551615 135523438 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 44.29
Current children cumulated vsize (KiB) 47520

[startup+51.1021 s]
/proc/loadavg: 2.13 1.63 0.81 3/109 27393
/proc/meminfo: memFree=1492688/2059040 swapFree=4139848/4192956
[pid=27388] ppid=27386 vsize=8700 CPUtime=0
/proc/27388/stat : 27388 (run) S 27386 27388 27232 0 -1 4202496 365 0 0 0 0 0 0 0 15 0 1 0 142852545 8908800 249 1992294400 4194304 4922060 140737139145200 18446744073709551615 263058988165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27388/statm: 2175 249 208 178 0 68 0
[pid=27389] ppid=27388 vsize=40176 CPUtime=92.3
/proc/27389/stat : 27389 (pb_cplex) S 27388 27388 27232 0 -1 4202496 36679 0 0 0 9173 57 0 0 18 0 2 0 142852545 41140224 4400 1992294400 134512640 146736320 4293102112 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/27389/statm: 10044 4400 998 2985 0 6586 0
[pid=27389/tid=27393] ppid=27388 vsize=40176 CPUtime=42.04
/proc/27389/task/27393/stat : 27393 (pb_cplex) R 27388 27388 27232 0 -1 4202560 28333 0 0 0 4174 30 0 0 18 0 2 0 142853076 41140224 4400 1992294400 134512640 146736320 4293102112 18446744073709551615 144580073 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 92.3
Current children cumulated vsize (KiB) 48876

[startup+102.309 s]
/proc/loadavg: 1.85 1.64 0.85 2/109 27395
/proc/meminfo: memFree=1488100/2059040 swapFree=4139848/4192956
[pid=27388] ppid=27386 vsize=8700 CPUtime=0
/proc/27388/stat : 27388 (run) S 27386 27388 27232 0 -1 4202496 365 0 0 0 0 0 0 0 15 0 1 0 142852545 8908800 249 1992294400 4194304 4922060 140737139145200 18446744073709551615 263058988165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27388/statm: 2175 249 208 178 0 68 0
[pid=27389] ppid=27388 vsize=45832 CPUtime=175.38
/proc/27389/stat : 27389 (pb_cplex) R 27388 27388 27232 0 -1 4202496 62685 0 0 0 17435 103 0 0 25 0 2 0 142852545 46931968 5535 1992294400 134512640 146736320 4293102112 18446744073709551615 144785853 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/27389/statm: 11458 5535 1007 2985 0 8000 0
[pid=27389/tid=27393] ppid=27388 vsize=45832 CPUtime=75.55
/proc/27389/task/27393/stat : 27393 (pb_cplex) S 27388 27388 27232 0 -1 4202560 38003 0 0 0 7503 52 0 0 17 0 2 0 142853076 46931968 5535 1992294400 134512640 146736320 4293102112 18446744073709551615 144580073 0 2 4096 16387 18446604437828877120 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 175.38
Current children cumulated vsize (KiB) 54532

[startup+162.301 s]
/proc/loadavg: 1.91 1.68 0.92 4/109 27397
/proc/meminfo: memFree=1492812/2059040 swapFree=4139848/4192956
[pid=27388] ppid=27386 vsize=8700 CPUtime=0
/proc/27388/stat : 27388 (run) S 27386 27388 27232 0 -1 4202496 365 0 0 0 0 0 0 0 15 0 1 0 142852545 8908800 249 1992294400 4194304 4922060 140737139145200 18446744073709551615 263058988165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27388/statm: 2175 249 208 178 0 68 0
[pid=27389] ppid=27388 vsize=39736 CPUtime=284.79
/proc/27389/stat : 27389 (pb_cplex) R 27388 27388 27232 0 -1 4202496 78286 0 0 0 28318 161 0 0 18 0 2 0 142852545 40689664 4355 1992294400 134512640 146736320 4293102112 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/27389/statm: 9934 4355 1007 2985 0 6476 0
[pid=27389/tid=27393] ppid=27388 vsize=39736 CPUtime=127.64
/proc/27389/task/27393/stat : 27393 (pb_cplex) R 27388 27388 27232 0 -1 4202560 47908 0 0 0 12683 81 0 0 17 0 2 0 142853076 40689664 4355 1992294400 134512640 146736320 4293102112 18446744073709551615 136007059 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 284.79
Current children cumulated vsize (KiB) 48436

[startup+222.302 s]
/proc/loadavg: 1.99 1.74 0.98 3/109 27399
/proc/meminfo: memFree=1492564/2059040 swapFree=4139848/4192956
[pid=27388] ppid=27386 vsize=8700 CPUtime=0
/proc/27388/stat : 27388 (run) S 27386 27388 27232 0 -1 4202496 365 0 0 0 0 0 0 0 15 0 1 0 142852545 8908800 249 1992294400 4194304 4922060 140737139145200 18446744073709551615 263058988165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27388/statm: 2175 249 208 178 0 68 0
[pid=27389] ppid=27388 vsize=39832 CPUtime=397.14
/proc/27389/stat : 27389 (pb_cplex) R 27388 27388 27232 0 -1 4202496 101902 0 0 0 39486 228 0 0 18 0 2 0 142852545 40787968 4388 1992294400 134512640 146736320 4293102112 18446744073709551615 136007665 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/27389/statm: 9958 4388 1007 2985 0 6500 0
[pid=27389/tid=27393] ppid=27388 vsize=39832 CPUtime=182.61
/proc/27389/task/27393/stat : 27393 (pb_cplex) R 27388 27388 27232 0 -1 4202560 61426 0 0 0 18145 116 0 0 18 0 2 0 142853076 40787968 4388 1992294400 134512640 146736320 4293102112 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 397.14
Current children cumulated vsize (KiB) 48532

[startup+282.301 s]
/proc/loadavg: 2.07 1.80 1.05 3/109 27401
/proc/meminfo: memFree=1492316/2059040 swapFree=4139848/4192956
[pid=27388] ppid=27386 vsize=8700 CPUtime=0
/proc/27388/stat : 27388 (run) S 27386 27388 27232 0 -1 4202496 365 0 0 0 0 0 0 0 15 0 1 0 142852545 8908800 249 1992294400 4194304 4922060 140737139145200 18446744073709551615 263058988165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27388/statm: 2175 249 208 178 0 68 0
[pid=27389] ppid=27388 vsize=39832 CPUtime=509.84
/proc/27389/stat : 27389 (pb_cplex) R 27388 27388 27232 0 -1 4202496 120900 0 0 0 50692 292 0 0 18 0 2 0 142852545 40787968 4459 1992294400 134512640 146736320 4293102112 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/27389/statm: 9958 4459 1007 2985 0 6500 0
[pid=27389/tid=27393] ppid=27388 vsize=39832 CPUtime=238.57
/proc/27389/task/27393/stat : 27393 (pb_cplex) R 27388 27388 27232 0 -1 4202560 72762 0 0 0 23709 148 0 0 17 0 2 0 142853076 40787968 4459 1992294400 134512640 146736320 4293102112 18446744073709551615 136007633 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 509.84
Current children cumulated vsize (KiB) 48532

[startup+342.302 s]
/proc/loadavg: 2.16 1.87 1.12 3/109 27401
/proc/meminfo: memFree=1492192/2059040 swapFree=4139848/4192956
[pid=27388] ppid=27386 vsize=8700 CPUtime=0
/proc/27388/stat : 27388 (run) S 27386 27388 27232 0 -1 4202496 365 0 0 0 0 0 0 0 15 0 1 0 142852545 8908800 249 1992294400 4194304 4922060 140737139145200 18446744073709551615 263058988165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0

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


[startup+642.301 s]
/proc/loadavg: 2.11 1.98 1.36 4/109 27409
/proc/meminfo: memFree=1492316/2059040 swapFree=4139848/4192956
[pid=27388] ppid=27386 vsize=8700 CPUtime=0
/proc/27388/stat : 27388 (run) S 27386 27388 27232 0 -1 4202496 365 0 0 0 0 0 0 0 15 0 1 0 142852545 8908800 249 1992294400 4194304 4922060 140737139145200 18446744073709551615 263058988165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27388/statm: 2175 249 208 178 0 68 0
[pid=27389] ppid=27388 vsize=39832 CPUtime=1186.14
/proc/27389/stat : 27389 (pb_cplex) R 27388 27388 27232 0 -1 4202496 189968 0 0 0 117954 660 0 0 18 0 2 0 142852545 40787968 4479 1992294400 134512640 146736320 4293102112 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/27389/statm: 9958 4479 1007 2985 0 6500 0
[pid=27389/tid=27393] ppid=27388 vsize=39832 CPUtime=572.81
/proc/27389/task/27393/stat : 27393 (pb_cplex) R 27388 27388 27232 0 -1 4202560 106436 0 0 0 56948 333 0 0 17 0 2 0 142853076 40787968 4479 1992294400 134512640 146736320 4293102112 18446744073709551615 136475864 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1186.14
Current children cumulated vsize (KiB) 48532

[startup+702.301 s]
/proc/loadavg: 2.14 2.02 1.41 2/109 27411
/proc/meminfo: memFree=1492192/2059040 swapFree=4139848/4192956
[pid=27388] ppid=27386 vsize=8700 CPUtime=0
/proc/27388/stat : 27388 (run) S 27386 27388 27232 0 -1 4202496 365 0 0 0 0 0 0 0 15 0 1 0 142852545 8908800 249 1992294400 4194304 4922060 140737139145200 18446744073709551615 263058988165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27388/statm: 2175 249 208 178 0 68 0
[pid=27389] ppid=27388 vsize=39860 CPUtime=1298.74
/proc/27389/stat : 27389 (pb_cplex) R 27388 27388 27232 0 -1 4202496 198986 0 0 0 129157 717 0 0 18 0 2 0 142852545 40816640 4479 1992294400 134512640 146736320 4293102112 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/27389/statm: 9965 4479 1007 2985 0 6507 0
[pid=27389/tid=27393] ppid=27388 vsize=39860 CPUtime=627.99
/proc/27389/task/27393/stat : 27393 (pb_cplex) R 27388 27388 27232 0 -1 4202560 111215 0 0 0 62438 361 0 0 18 0 2 0 142853076 40816640 4479 1992294400 134512640 146736320 4293102112 18446744073709551615 136388726 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1298.74
Current children cumulated vsize (KiB) 48560

[startup+762.309 s]
/proc/loadavg: 2.56 2.15 1.49 3/109 27416
/proc/meminfo: memFree=1491944/2059040 swapFree=4139848/4192956
[pid=27388] ppid=27386 vsize=8700 CPUtime=0
/proc/27388/stat : 27388 (run) S 27386 27388 27232 0 -1 4202496 365 0 0 0 0 0 0 0 15 0 1 0 142852545 8908800 249 1992294400 4194304 4922060 140737139145200 18446744073709551615 263058988165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27388/statm: 2175 249 208 178 0 68 0
[pid=27389] ppid=27388 vsize=39832 CPUtime=1412.04
/proc/27389/stat : 27389 (pb_cplex) R 27388 27388 27232 0 -1 4202496 207120 0 0 0 140423 781 0 0 18 0 2 0 142852545 40787968 4464 1992294400 134512640 146736320 4293102112 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/27389/statm: 9958 4464 1007 2985 0 6500 0
[pid=27389/tid=27393] ppid=27388 vsize=39832 CPUtime=683.83
/proc/27389/task/27393/stat : 27393 (pb_cplex) R 27388 27388 27232 0 -1 4202560 114355 0 0 0 67992 391 0 0 18 0 2 0 142853076 40787968 4464 1992294400 134512640 146736320 4293102112 18446744073709551615 139042901 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1412.04
Current children cumulated vsize (KiB) 48532

[startup+822.3 s]
/proc/loadavg: 2.32 2.15 1.53 3/109 27418
/proc/meminfo: memFree=1491944/2059040 swapFree=4139848/4192956
[pid=27388] ppid=27386 vsize=8700 CPUtime=0
/proc/27388/stat : 27388 (run) S 27386 27388 27232 0 -1 4202496 365 0 0 0 0 0 0 0 15 0 1 0 142852545 8908800 249 1992294400 4194304 4922060 140737139145200 18446744073709551615 263058988165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27388/statm: 2175 249 208 178 0 68 0
[pid=27389] ppid=27388 vsize=39852 CPUtime=1524.51
/proc/27389/stat : 27389 (pb_cplex) R 27388 27388 27232 0 -1 4202496 215053 0 0 0 151613 838 0 0 18 0 2 0 142852545 40808448 4467 1992294400 134512640 146736320 4293102112 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/27389/statm: 9963 4467 1007 2985 0 6505 0
[pid=27389/tid=27393] ppid=27388 vsize=39852 CPUtime=739.02
/proc/27389/task/27393/stat : 27393 (pb_cplex) R 27388 27388 27232 0 -1 4202560 118266 0 0 0 73483 419 0 0 18 0 2 0 142853076 40808448 4467 1992294400 134512640 146736320 4293102112 18446744073709551615 136403114 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1524.51
Current children cumulated vsize (KiB) 48552

[startup+882.301 s]
/proc/loadavg: 2.15 2.12 1.56 3/109 27420
/proc/meminfo: memFree=1491944/2059040 swapFree=4139848/4192956
[pid=27388] ppid=27386 vsize=8700 CPUtime=0
/proc/27388/stat : 27388 (run) S 27386 27388 27232 0 -1 4202496 365 0 0 0 0 0 0 0 15 0 1 0 142852545 8908800 249 1992294400 4194304 4922060 140737139145200 18446744073709551615 263058988165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27388/statm: 2175 249 208 178 0 68 0
[pid=27389] ppid=27388 vsize=39672 CPUtime=1637.63
/proc/27389/stat : 27389 (pb_cplex) R 27388 27388 27232 0 -1 4202496 224349 0 0 0 162866 897 0 0 18 0 2 0 142852545 40624128 4462 1992294400 134512640 146736320 4293102112 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/27389/statm: 9918 4462 1007 2985 0 6460 0
[pid=27389/tid=27393] ppid=27388 vsize=39672 CPUtime=795.37
/proc/27389/task/27393/stat : 27393 (pb_cplex) R 27388 27388 27232 0 -1 4202560 123122 0 0 0 79090 447 0 0 25 0 2 0 142853076 40624128 4462 1992294400 134512640 146736320 4293102112 18446744073709551615 136385265 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1637.63
Current children cumulated vsize (KiB) 48372

[startup+942.301 s]
/proc/loadavg: 2.17 2.13 1.59 3/109 27420
/proc/meminfo: memFree=1491944/2059040 swapFree=4139848/4192956
[pid=27388] ppid=27386 vsize=8700 CPUtime=0
/proc/27388/stat : 27388 (run) S 27386 27388 27232 0 -1 4202496 365 0 0 0 0 0 0 0 15 0 1 0 142852545 8908800 249 1992294400 4194304 4922060 140737139145200 18446744073709551615 263058988165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27388/statm: 2175 249 208 178 0 68 0
[pid=27389] ppid=27388 vsize=39832 CPUtime=1750.43
/proc/27389/stat : 27389 (pb_cplex) R 27388 27388 27232 0 -1 4202496 233548 0 0 0 174090 953 0 0 18 0 2 0 142852545 40787968 4480 1992294400 134512640 146736320 4293102112 18446744073709551615 136403116 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/27389/statm: 9958 4480 1007 2985 0 6500 0
[pid=27389/tid=27393] ppid=27388 vsize=39832 CPUtime=851.29
/proc/27389/task/27393/stat : 27393 (pb_cplex) R 27388 27388 27232 0 -1 4202560 128181 0 0 0 84653 476 0 0 17 0 2 0 142853076 40787968 4480 1992294400 134512640 146736320 4293102112 18446744073709551615 136007616 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1750.43
Current children cumulated vsize (KiB) 48532

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

[startup+947.109 s]
/proc/loadavg: 2.24 2.14 1.60 3/109 27420
/proc/meminfo: memFree=1491820/2059040 swapFree=4139848/4192956
[pid=27388] ppid=27386 vsize=8700 CPUtime=0
/proc/27388/stat : 27388 (run) S 27386 27388 27232 0 -1 4202496 365 0 0 0 0 0 0 0 15 0 1 0 142852545 8908800 249 1992294400 4194304 4922060 140737139145200 18446744073709551615 263058988165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27388/statm: 2175 249 208 178 0 68 0
[pid=27389] ppid=27388 vsize=39672 CPUtime=1759.37
/proc/27389/stat : 27389 (pb_cplex) R 27388 27388 27232 0 -1 4202496 234266 0 0 0 174980 957 0 0 18 0 2 0 142852545 40624128 4462 1992294400 134512640 146736320 4293102112 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/27389/statm: 9918 4462 1007 2985 0 6460 0
[pid=27389/tid=27393] ppid=27388 vsize=39672 CPUtime=855.54
/proc/27389/task/27393/stat : 27393 (pb_cplex) R 27388 27388 27232 0 -1 4202560 128706 0 0 0 85076 478 0 0 17 0 2 0 142853076 40624128 4462 1992294400 134512640 146736320 4293102112 18446744073709551615 136403109 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1759.37
Current children cumulated vsize (KiB) 48372

[startup+948.702 s]
/proc/loadavg: 2.24 2.14 1.60 2/109 27420
/proc/meminfo: memFree=1491820/2059040 swapFree=4139848/4192956
[pid=27388] ppid=27386 vsize=8700 CPUtime=0
/proc/27388/stat : 27388 (run) S 27386 27388 27232 0 -1 4202496 365 0 0 0 0 0 0 0 15 0 1 0 142852545 8908800 249 1992294400 4194304 4922060 140737139145200 18446744073709551615 263058988165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27388/statm: 2175 249 208 178 0 68 0
[pid=27389] ppid=27388 vsize=39828 CPUtime=1762.37
/proc/27389/stat : 27389 (pb_cplex) R 27388 27388 27232 0 -1 4202496 234268 0 0 0 175278 959 0 0 18 0 2 0 142852545 40783872 4464 1992294400 134512640 146736320 4293102112 18446744073709551615 136403109 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/27389/statm: 9957 4464 1007 2985 0 6499 0
[pid=27389/tid=27393] ppid=27388 vsize=39828 CPUtime=857.01
/proc/27389/task/27393/stat : 27393 (pb_cplex) R 27388 27388 27232 0 -1 4202560 128708 0 0 0 85222 479 0 0 17 0 2 0 142853076 40783872 4464 1992294400 134512640 146736320 4293102112 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1762.37
Current children cumulated vsize (KiB) 48528

[startup+949.502 s]
/proc/loadavg: 2.24 2.14 1.60 3/109 27420
/proc/meminfo: memFree=1491820/2059040 swapFree=4139848/4192956
[pid=27388] ppid=27386 vsize=8700 CPUtime=0
/proc/27388/stat : 27388 (run) S 27386 27388 27232 0 -1 4202496 365 0 0 0 0 0 0 0 15 0 1 0 142852545 8908800 249 1992294400 4194304 4922060 140737139145200 18446744073709551615 263058988165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27388/statm: 2175 249 208 178 0 68 0
[pid=27389] ppid=27388 vsize=39828 CPUtime=1763.88
/proc/27389/stat : 27389 (pb_cplex) R 27388 27388 27232 0 -1 4202496 234268 0 0 0 175428 960 0 0 18 0 2 0 142852545 40783872 4464 1992294400 134512640 146736320 4293102112 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/27389/statm: 9957 4464 1007 2985 0 6499 0
[pid=27389/tid=27393] ppid=27388 vsize=39828 CPUtime=857.77
/proc/27389/task/27393/stat : 27393 (pb_cplex) R 27388 27388 27232 0 -1 4202560 128708 0 0 0 85298 479 0 0 18 0 2 0 142853076 40783872 4464 1992294400 134512640 146736320 4293102112 18446744073709551615 136008065 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1763.88
Current children cumulated vsize (KiB) 48528

[startup+950.301 s]
/proc/loadavg: 2.22 2.14 1.60 2/109 27420
/proc/meminfo: memFree=1491820/2059040 swapFree=4139848/4192956
[pid=27388] ppid=27386 vsize=8700 CPUtime=0
/proc/27388/stat : 27388 (run) S 27386 27388 27232 0 -1 4202496 365 0 0 0 0 0 0 0 15 0 1 0 142852545 8908800 249 1992294400 4194304 4922060 140737139145200 18446744073709551615 263058988165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27388/statm: 2175 249 208 178 0 68 0
[pid=27389] ppid=27388 vsize=39828 CPUtime=1765.21
/proc/27389/stat : 27389 (pb_cplex) R 27388 27388 27232 0 -1 4202496 234337 0 0 0 175561 960 0 0 18 0 2 0 142852545 40783872 4464 1992294400 134512640 146736320 4293102112 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/27389/statm: 9957 4464 1007 2985 0 6499 0
[pid=27389/tid=27393] ppid=27388 vsize=39828 CPUtime=858.31
/proc/27389/task/27393/stat : 27393 (pb_cplex) S 27388 27388 27232 0 -1 4202560 128708 0 0 0 85351 480 0 0 16 0 2 0 142853076 40783872 4464 1992294400 134512640 146736320 4293102112 18446744073709551615 144580073 0 2 4096 16387 18446604437828877120 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1765.21
Current children cumulated vsize (KiB) 48528

[startup+950.5 s]
/proc/loadavg: 2.22 2.14 1.60 2/109 27420
/proc/meminfo: memFree=1491820/2059040 swapFree=4139848/4192956
[pid=27388] ppid=27386 vsize=8700 CPUtime=0
/proc/27388/stat : 27388 (run) S 27386 27388 27232 0 -1 4202496 365 0 0 0 0 0 0 0 15 0 1 0 142852545 8908800 249 1992294400 4194304 4922060 140737139145200 18446744073709551615 263058988165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27388/statm: 2175 249 208 178 0 68 0
[pid=27389] ppid=27388 vsize=39828 CPUtime=1765.41
/proc/27389/stat : 27389 (pb_cplex) R 27388 27388 27232 0 -1 4202496 234337 0 0 0 175581 960 0 0 19 0 2 0 142852545 40783872 4464 1992294400 134512640 146736320 4293102112 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/27389/statm: 9957 4464 1007 2985 0 6499 0
[pid=27389/tid=27393] ppid=27388 vsize=39828 CPUtime=858.32
/proc/27389/task/27393/stat : 27393 (pb_cplex) R 27388 27388 27232 0 -1 4202560 128708 0 0 0 85352 480 0 0 16 0 2 0 142853076 40783872 4464 1992294400 134512640 146736320 4293102112 18446744073709551615 139042876 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1765.41
Current children cumulated vsize (KiB) 48528

[startup+950.601 s]
/proc/loadavg: 2.22 2.14 1.60 2/109 27420
/proc/meminfo: memFree=1491820/2059040 swapFree=4139848/4192956
[pid=27388] ppid=27386 vsize=8700 CPUtime=0
/proc/27388/stat : 27388 (run) S 27386 27388 27232 0 -1 4202496 365 0 0 0 0 0 0 0 15 0 1 0 142852545 8908800 249 1992294400 4194304 4922060 140737139145200 18446744073709551615 263058988165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27388/statm: 2175 249 208 178 0 68 0
[pid=27389] ppid=27388 vsize=39828 CPUtime=1765.54
/proc/27389/stat : 27389 (pb_cplex) S 27388 27388 27232 0 -1 4202496 234337 0 0 0 175594 960 0 0 19 0 2 0 142852545 40783872 4464 1992294400 134512640 146736320 4293102112 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/27389/statm: 9957 4464 1007 2985 0 6499 0
[pid=27389/tid=27393] ppid=27388 vsize=39828 CPUtime=858.42
/proc/27389/task/27393/stat : 27393 (pb_cplex) R 27388 27388 27232 0 -1 4202560 128708 0 0 0 85362 480 0 0 16 0 2 0 142853076 40783872 4464 1992294400 134512640 146736320 4293102112 18446744073709551615 144714394 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1765.54
Current children cumulated vsize (KiB) 48528

Child status: 0
Real time (s): 950.662
CPU time (s): 1765.62
CPU user time (s): 1756.01
CPU system time (s): 9.61054
CPU usage (%): 185.725
Max. virtual memory (cumulated for all children) (KiB): 59576

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1756.01
system time used= 9.61054
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 234724
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= 134178
involuntary context switches= 26874

runsolver used 1.71074 second user time and 4.47532 second system time

The end

Launcher Data

Begin job on node048 at 2010-07-01 22:20:06
IDJOB=2696264
IDBENCH=1355
IDSOLVER=1209
FILE ID=node048/2696264-1278015606
PBS_JOBID= 11198717
Free space on /tmp= 62476 MiB

SOLVER NAME= pb_cplex 2010-06-29
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900547389.opb
COMMAND LINE= run BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2696264-1278015606/watcher-2696264-1278015606 -o /tmp/evaluation-result-2696264-1278015606/solver-2696264-1278015606 -C 1800 -W 2000 -M 1800  run HOME/instance-2696264-1278015606.opb

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

MD5SUM BENCH= 6bb807214e0d1b3ab69b4b6ee86db452
RANDOM SEED=2034928386

node048.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.212
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.42
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.212
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.46
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1508492 kB
Buffers:        128272 kB
Cached:         318900 kB
SwapCached:       6112 kB
Active:         128964 kB
Inactive:       331368 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1508492 kB
SwapTotal:     4192956 kB
SwapFree:      4139848 kB
Dirty:           16768 kB
Writeback:           0 kB
AnonPages:       11660 kB
Mapped:          11884 kB
Slab:            68156 kB
PageTables:       4180 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182832 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= 62460 MiB
End job on node048 at 2010-07-01 22:35:57