Trace number 2696247

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 1131.09 619.339

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
namasivayam/tsp/normalized-t3002.11tsp11.1900545610.opb
MD5SUMdf3a88f9ce76cdc5f93bc528741f3e95
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 benchmark52.311
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 671
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-2696247-1278015224.opb.
0.00/0.00	c Instance file HOME/instance-2696247-1278015224.opb
0.00/0.00	c File size is 83373 bytes.
0.00/0.03	c Highest Coefficient sum: 671
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 ===============================================================================
1131.04/619.33	c Remaining time 1799.97 sec.
1131.04/619.33	s UNSATISFIABLE
1131.04/619.33	c Total CPU time              : 1123.53 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-2696247-1278015224/watcher-2696247-1278015224 -o /tmp/evaluation-result-2696247-1278015224/solver-2696247-1278015224 -C 1800 -W 2000 -M 1800 run HOME/instance-2696247-1278015224.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.37 0.41 0.14 3/106 28393
/proc/meminfo: memFree=1549388/2059040 swapFree=4139872/4192956
[pid=28393] ppid=28391 vsize=8700 CPUtime=0
/proc/28393/stat : 28393 (run) S 28391 28393 28187 0 -1 4202496 365 0 0 0 0 0 0 0 18 0 1 0 142813431 8908800 249 1992294400 4194304 4922060 140734341411936 18446744073709551615 261052013701 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28393/statm: 2175 249 208 178 0 68 0

[startup+0.0297271 s]
/proc/loadavg: 1.37 0.41 0.14 3/106 28393
/proc/meminfo: memFree=1549388/2059040 swapFree=4139872/4192956
[pid=28393] ppid=28391 vsize=8700 CPUtime=0
/proc/28393/stat : 28393 (run) S 28391 28393 28187 0 -1 4202496 365 0 0 0 0 0 0 0 18 0 1 0 142813431 8908800 249 1992294400 4194304 4922060 140734341411936 18446744073709551615 261052013701 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28393/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.105884 s]
/proc/loadavg: 1.37 0.41 0.14 3/106 28393
/proc/meminfo: memFree=1549388/2059040 swapFree=4139872/4192956
[pid=28393] ppid=28391 vsize=8700 CPUtime=0
/proc/28393/stat : 28393 (run) S 28391 28393 28187 0 -1 4202496 365 0 0 0 0 0 0 0 18 0 1 0 142813431 8908800 249 1992294400 4194304 4922060 140734341411936 18446744073709551615 261052013701 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28393/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300874 s]
/proc/loadavg: 1.37 0.41 0.14 3/106 28393
/proc/meminfo: memFree=1549388/2059040 swapFree=4139872/4192956
[pid=28393] ppid=28391 vsize=8700 CPUtime=0
/proc/28393/stat : 28393 (run) S 28391 28393 28187 0 -1 4202496 365 0 0 0 0 0 0 0 18 0 1 0 142813431 8908800 249 1992294400 4194304 4922060 140734341411936 18446744073709551615 261052013701 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28393/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.701853 s]
/proc/loadavg: 1.37 0.41 0.14 3/106 28393
/proc/meminfo: memFree=1549388/2059040 swapFree=4139872/4192956
[pid=28393] ppid=28391 vsize=8700 CPUtime=0
/proc/28393/stat : 28393 (run) S 28391 28393 28187 0 -1 4202496 365 0 0 0 0 0 0 0 18 0 1 0 142813431 8908800 249 1992294400 4194304 4922060 140734341411936 18446744073709551615 261052013701 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28393/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50081 s]
/proc/loadavg: 1.37 0.41 0.14 2/109 28396
/proc/meminfo: memFree=1538452/2059040 swapFree=4139872/4192956
[pid=28393] ppid=28391 vsize=8700 CPUtime=0
/proc/28393/stat : 28393 (run) S 28391 28393 28187 0 -1 4202496 365 0 0 0 0 0 0 0 18 0 1 0 142813431 8908800 249 1992294400 4194304 4922060 140734341411936 18446744073709551615 261052013701 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28393/statm: 2175 249 208 178 0 68 0
[pid=28394] ppid=28393 vsize=39052 CPUtime=1.94
/proc/28394/stat : 28394 (pb_cplex) R 28393 28393 28187 0 -1 4202496 6085 0 0 0 191 3 0 0 16 0 2 0 142813431 39989248 3686 1992294400 134512640 146736320 4290326464 18446744073709551615 139028308 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/28394/statm: 9763 3686 989 2985 0 6305 0
[pid=28394/tid=28396] ppid=28393 vsize=39052 CPUtime=0.6
/proc/28394/task/28396/stat : 28396 (pb_cplex) R 28393 28393 28187 0 -1 4202560 1160 0 0 0 60 0 0 0 18 0 2 0 142813515 39989248 3686 1992294400 134512640 146736320 4290326464 18446744073709551615 136017760 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.94
Current children cumulated vsize (KiB) 47752

[startup+3.10073 s]
/proc/loadavg: 1.37 0.41 0.14 3/109 28396
/proc/meminfo: memFree=1537584/2059040 swapFree=4139872/4192956
[pid=28393] ppid=28391 vsize=8700 CPUtime=0
/proc/28393/stat : 28393 (run) S 28391 28393 28187 0 -1 4202496 365 0 0 0 0 0 0 0 18 0 1 0 142813431 8908800 249 1992294400 4194304 4922060 140734341411936 18446744073709551615 261052013701 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28393/statm: 2175 249 208 178 0 68 0
[pid=28394] ppid=28393 vsize=34904 CPUtime=4.27
/proc/28394/stat : 28394 (pb_cplex) R 28393 28393 28187 0 -1 4202496 6773 0 0 0 421 6 0 0 17 0 1 0 142813431 35741696 3192 1992294400 134512640 146736320 4290326464 18446744073709551615 137703419 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/28394/statm: 8726 3192 995 2985 0 5268 0
Current children cumulated CPU time (s) 4.27
Current children cumulated vsize (KiB) 43604

[startup+6.30057 s]
/proc/loadavg: 1.42 0.44 0.15 2/109 28398
/proc/meminfo: memFree=1537832/2059040 swapFree=4139872/4192956
[pid=28393] ppid=28391 vsize=8700 CPUtime=0
/proc/28393/stat : 28393 (run) S 28391 28393 28187 0 -1 4202496 365 0 0 0 0 0 0 0 18 0 1 0 142813431 8908800 249 1992294400 4194304 4922060 140734341411936 18446744073709551615 261052013701 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28393/statm: 2175 249 208 178 0 68 0
[pid=28394] ppid=28393 vsize=38996 CPUtime=8.03
/proc/28394/stat : 28394 (pb_cplex) S 28393 28393 28187 0 -1 4202496 9200 0 0 0 796 7 0 0 18 0 2 0 142813431 39931904 4124 1992294400 134512640 146736320 4290326464 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/28394/statm: 9749 4124 1004 2985 0 6291 0
[pid=28394/tid=28398] ppid=28393 vsize=38996 CPUtime=0.72
/proc/28394/task/28398/stat : 28398 (pb_cplex) R 28393 28393 28187 0 -1 4202560 566 0 0 0 72 0 0 0 16 0 2 0 142813841 39931904 4124 1992294400 134512640 146736320 4290326464 18446744073709551615 136007612 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 8.03
Current children cumulated vsize (KiB) 47696

[startup+12.7002 s]
/proc/loadavg: 1.47 0.47 0.16 2/109 28398
/proc/meminfo: memFree=1534484/2059040 swapFree=4139872/4192956
[pid=28393] ppid=28391 vsize=8700 CPUtime=0
/proc/28393/stat : 28393 (run) S 28391 28393 28187 0 -1 4202496 365 0 0 0 0 0 0 0 18 0 1 0 142813431 8908800 249 1992294400 4194304 4922060 140734341411936 18446744073709551615 261052013701 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28393/statm: 2175 249 208 178 0 68 0
[pid=28394] ppid=28393 vsize=39464 CPUtime=19.15
/proc/28394/stat : 28394 (pb_cplex) R 28393 28393 28187 0 -1 4202496 14401 0 0 0 1901 14 0 0 18 0 2 0 142813431 40411136 4288 1992294400 134512640 146736320 4290326464 18446744073709551615 135851007 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/28394/statm: 9866 4288 1003 2985 0 6408 0
[pid=28394/tid=28398] ppid=28393 vsize=39464 CPUtime=6.1
/proc/28394/task/28398/stat : 28398 (pb_cplex) R 28393 28393 28187 0 -1 4202560 3074 0 0 0 608 2 0 0 17 0 2 0 142813841 40411136 4288 1992294400 134512640 146736320 4290326464 18446744073709551615 135237152 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 19.15
Current children cumulated vsize (KiB) 48164

[startup+25.5016 s]
/proc/loadavg: 1.66 0.56 0.20 3/109 28398
/proc/meminfo: memFree=1534360/2059040 swapFree=4139872/4192956
[pid=28393] ppid=28391 vsize=8700 CPUtime=0
/proc/28393/stat : 28393 (run) S 28391 28393 28187 0 -1 4202496 365 0 0 0 0 0 0 0 18 0 1 0 142813431 8908800 249 1992294400 4194304 4922060 140734341411936 18446744073709551615 261052013701 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28393/statm: 2175 249 208 178 0 68 0
[pid=28394] ppid=28393 vsize=39464 CPUtime=42.89
/proc/28394/stat : 28394 (pb_cplex) S 28393 28393 28187 0 -1 4202496 24573 0 0 0 4260 29 0 0 18 0 2 0 142813431 40411136 4313 1992294400 134512640 146736320 4290326464 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/28394/statm: 9866 4313 1003 2985 0 6408 0
[pid=28394/tid=28398] ppid=28393 vsize=39464 CPUtime=18.32
/proc/28394/task/28398/stat : 28398 (pb_cplex) R 28393 28393 28187 0 -1 4202560 7352 0 0 0 1821 11 0 0 18 0 2 0 142813841 40411136 4313 1992294400 134512640 146736320 4290326464 18446744073709551615 136015997 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 42.89
Current children cumulated vsize (KiB) 48164

[startup+51.1013 s]
/proc/loadavg: 1.85 0.69 0.25 2/109 28400
/proc/meminfo: memFree=1534244/2059040 swapFree=4139872/4192956
[pid=28393] ppid=28391 vsize=8700 CPUtime=0
/proc/28393/stat : 28393 (run) S 28391 28393 28187 0 -1 4202496 365 0 0 0 0 0 0 0 18 0 1 0 142813431 8908800 249 1992294400 4194304 4922060 140734341411936 18446744073709551615 261052013701 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28393/statm: 2175 249 208 178 0 68 0
[pid=28394] ppid=28393 vsize=39624 CPUtime=90.72
/proc/28394/stat : 28394 (pb_cplex) R 28393 28393 28187 0 -1 4202496 36996 0 0 0 9004 68 0 0 18 0 2 0 142813431 40574976 4436 1992294400 134512640 146736320 4290326464 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/28394/statm: 9906 4436 1020 2985 0 6448 0
[pid=28394/tid=28398] ppid=28393 vsize=39624 CPUtime=43.07
/proc/28394/task/28398/stat : 28398 (pb_cplex) R 28393 28393 28187 0 -1 4202560 19745 0 0 0 4273 34 0 0 18 0 2 0 142813841 40574976 4436 1992294400 134512640 146736320 4290326464 18446744073709551615 136017481 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 90.72
Current children cumulated vsize (KiB) 48324

[startup+102.31 s]
/proc/loadavg: 1.94 0.89 0.34 3/109 28402
/proc/meminfo: memFree=1533004/2059040 swapFree=4139872/4192956
[pid=28393] ppid=28391 vsize=8700 CPUtime=0
/proc/28393/stat : 28393 (run) S 28391 28393 28187 0 -1 4202496 365 0 0 0 0 0 0 0 18 0 1 0 142813431 8908800 249 1992294400 4194304 4922060 140734341411936 18446744073709551615 261052013701 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28393/statm: 2175 249 208 178 0 68 0
[pid=28394] ppid=28393 vsize=40972 CPUtime=169.86
/proc/28394/stat : 28394 (pb_cplex) R 28393 28393 28187 0 -1 4202496 62585 0 0 0 16868 118 0 0 16 0 2 0 142813431 41955328 4671 1992294400 134512640 146736320 4290326464 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/28394/statm: 10243 4671 1027 2985 0 6785 0
[pid=28394/tid=28398] ppid=28393 vsize=40972 CPUtime=73.79
/proc/28394/task/28398/stat : 28398 (pb_cplex) R 28393 28393 28187 0 -1 4202560 21404 0 0 0 7326 53 0 0 18 0 2 0 142813841 41955328 4671 1992294400 134512640 146736320 4290326464 18446744073709551615 136015696 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 169.86
Current children cumulated vsize (KiB) 49672

[startup+162.302 s]
/proc/loadavg: 2.02 1.10 0.44 3/109 28402
/proc/meminfo: memFree=1532880/2059040 swapFree=4139872/4192956
[pid=28393] ppid=28391 vsize=8700 CPUtime=0
/proc/28393/stat : 28393 (run) S 28391 28393 28187 0 -1 4202496 365 0 0 0 0 0 0 0 18 0 1 0 142813431 8908800 249 1992294400 4194304 4922060 140734341411936 18446744073709551615 261052013701 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28393/statm: 2175 249 208 178 0 68 0
[pid=28394] ppid=28393 vsize=41472 CPUtime=281.1
/proc/28394/stat : 28394 (pb_cplex) R 28393 28393 28187 0 -1 4202496 74258 0 0 0 27922 188 0 0 17 0 2 0 142813431 42467328 4753 1992294400 134512640 146736320 4290326464 18446744073709551615 136015274 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/28394/statm: 10368 4753 1027 2985 0 6910 0
[pid=28394/tid=28398] ppid=28393 vsize=41472 CPUtime=131.34
/proc/28394/task/28398/stat : 28398 (pb_cplex) R 28393 28393 28187 0 -1 4202560 22851 0 0 0 13047 87 0 0 18 0 2 0 142813841 42467328 4753 1992294400 134512640 146736320 4290326464 18446744073709551615 135455551 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 281.1
Current children cumulated vsize (KiB) 50172

[startup+222.301 s]
/proc/loadavg: 2.12 1.31 0.55 4/109 28404
/proc/meminfo: memFree=1532756/2059040 swapFree=4139872/4192956
[pid=28393] ppid=28391 vsize=8700 CPUtime=0
/proc/28393/stat : 28393 (run) S 28391 28393 28187 0 -1 4202496 365 0 0 0 0 0 0 0 18 0 1 0 142813431 8908800 249 1992294400 4194304 4922060 140734341411936 18446744073709551615 261052013701 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28393/statm: 2175 249 208 178 0 68 0
[pid=28394] ppid=28393 vsize=41332 CPUtime=392.49
/proc/28394/stat : 28394 (pb_cplex) R 28393 28393 28187 0 -1 4202496 83858 0 0 0 38984 265 0 0 18 0 2 0 142813431 42323968 4769 1992294400 134512640 146736320 4290326464 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/28394/statm: 10333 4769 1027 2985 0 6875 0
[pid=28394/tid=28398] ppid=28393 vsize=41332 CPUtime=188.48
/proc/28394/task/28398/stat : 28398 (pb_cplex) S 28393 28393 28187 0 -1 4202560 24570 0 0 0 18724 124 0 0 18 0 2 0 142813841 42323968 4769 1992294400 134512640 146736320 4290326464 18446744073709551615 144580073 0 2 4096 16387 18446604436210012544 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 392.49
Current children cumulated vsize (KiB) 50032

[startup+282.3 s]
/proc/loadavg: 1.93 1.40 0.63 3/109 28406
/proc/meminfo: memFree=1532632/2059040 swapFree=4139872/4192956
[pid=28393] ppid=28391 vsize=8700 CPUtime=0
/proc/28393/stat : 28393 (run) S 28391 28393 28187 0 -1 4202496 365 0 0 0 0 0 0 0 18 0 1 0 142813431 8908800 249 1992294400 4194304 4922060 140734341411936 18446744073709551615 261052013701 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28393/statm: 2175 249 208 178 0 68 0
[pid=28394] ppid=28393 vsize=41332 CPUtime=504.32
/proc/28394/stat : 28394 (pb_cplex) R 28393 28393 28187 0 -1 4202496 94861 0 0 0 50087 345 0 0 17 0 2 0 142813431 42323968 4782 1992294400 134512640 146736320 4290326464 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/28394/statm: 10333 4782 1027 2985 0 6875 0
[pid=28394/tid=28398] ppid=28393 vsize=41332 CPUtime=246.29
/proc/28394/task/28398/stat : 28398 (pb_cplex) R 28393 28393 28187 0 -1 4202560 28189 0 0 0 24466 163 0 0 18 0 2 0 142813841 42323968 4782 1992294400 134512640 146736320 4290326464 18446744073709551615 136403114 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 504.32
Current children cumulated vsize (KiB) 50032

[startup+342.3 s]
/proc/loadavg: 2.08 1.54 0.72 3/109 28408
/proc/meminfo: memFree=1532880/2059040 swapFree=4139872/4192956
[pid=28393] ppid=28391 vsize=8700 CPUtime=0
/proc/28393/stat : 28393 (run) S 28391 28393 28187 0 -1 4202496 365 0 0 0 0 0 0 0 18 0 1 0 142813431 8908800 249 1992294400 4194304 4922060 140734341411936 18446744073709551615 261052013701 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28393/statm: 2175 249 208 178 0 68 0
[pid=28394] ppid=28393 vsize=41604 CPUtime=614.8

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


[startup+402.3 s]
/proc/loadavg: 2.01 1.60 0.80 3/109 28410
/proc/meminfo: memFree=1532384/2059040 swapFree=4139872/4192956
[pid=28393] ppid=28391 vsize=8700 CPUtime=0
/proc/28393/stat : 28393 (run) S 28391 28393 28187 0 -1 4202496 365 0 0 0 0 0 0 0 18 0 1 0 142813431 8908800 249 1992294400 4194304 4922060 140734341411936 18446744073709551615 261052013701 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28393/statm: 2175 249 208 178 0 68 0
[pid=28394] ppid=28393 vsize=41604 CPUtime=726.87
/proc/28394/stat : 28394 (pb_cplex) R 28393 28393 28187 0 -1 4202496 114351 0 0 0 72195 492 0 0 17 0 2 0 142813431 42602496 4841 1992294400 134512640 146736320 4290326464 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/28394/statm: 10401 4841 1027 2985 0 6943 0
[pid=28394/tid=28398] ppid=28393 vsize=41604 CPUtime=361.28
/proc/28394/task/28398/stat : 28398 (pb_cplex) R 28393 28393 28187 0 -1 4202560 35616 0 0 0 35895 233 0 0 18 0 2 0 142813841 42602496 4841 1992294400 134512640 146736320 4290326464 18446744073709551615 136388078 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 726.87
Current children cumulated vsize (KiB) 50304

[startup+462.301 s]
/proc/loadavg: 2.15 1.71 0.88 3/109 28410
/proc/meminfo: memFree=1532384/2059040 swapFree=4139872/4192956
[pid=28393] ppid=28391 vsize=8700 CPUtime=0
/proc/28393/stat : 28393 (run) S 28391 28393 28187 0 -1 4202496 365 0 0 0 0 0 0 0 18 0 1 0 142813431 8908800 249 1992294400 4194304 4922060 140734341411936 18446744073709551615 261052013701 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28393/statm: 2175 249 208 178 0 68 0
[pid=28394] ppid=28393 vsize=41512 CPUtime=838.61
/proc/28394/stat : 28394 (pb_cplex) R 28393 28393 28187 0 -1 4202496 120723 0 0 0 83298 563 0 0 17 0 2 0 142813431 42508288 4827 1992294400 134512640 146736320 4290326464 18446744073709551615 136017766 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/28394/statm: 10378 4827 1027 2985 0 6920 0
[pid=28394/tid=28398] ppid=28393 vsize=41512 CPUtime=417.2
/proc/28394/task/28398/stat : 28398 (pb_cplex) R 28393 28393 28187 0 -1 4202560 37716 0 0 0 41453 267 0 0 18 0 2 0 142813841 42508288 4827 1992294400 134512640 146736320 4290326464 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 838.61
Current children cumulated vsize (KiB) 50212

[startup+522.3 s]
/proc/loadavg: 1.97 1.73 0.94 3/109 28412
/proc/meminfo: memFree=1532384/2059040 swapFree=4139872/4192956
[pid=28393] ppid=28391 vsize=8700 CPUtime=0
/proc/28393/stat : 28393 (run) S 28391 28393 28187 0 -1 4202496 365 0 0 0 0 0 0 0 18 0 1 0 142813431 8908800 249 1992294400 4194304 4922060 140734341411936 18446744073709551615 261052013701 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28393/statm: 2175 249 208 178 0 68 0
[pid=28394] ppid=28393 vsize=41512 CPUtime=950.67
/proc/28394/stat : 28394 (pb_cplex) R 28393 28393 28187 0 -1 4202496 129921 0 0 0 94428 639 0 0 18 0 2 0 142813431 42508288 4827 1992294400 134512640 146736320 4290326464 18446744073709551615 136388017 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/28394/statm: 10378 4827 1027 2985 0 6920 0
[pid=28394/tid=28398] ppid=28393 vsize=41512 CPUtime=472.68
/proc/28394/task/28398/stat : 28398 (pb_cplex) S 28393 28393 28187 0 -1 4202560 42297 0 0 0 46963 305 0 0 17 0 2 0 142813841 42508288 4827 1992294400 134512640 146736320 4290326464 18446744073709551615 144580073 0 2 4096 16387 18446604436210012544 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 950.67
Current children cumulated vsize (KiB) 50212

[startup+582.3 s]
/proc/loadavg: 1.93 1.76 1.00 2/109 28414
/proc/meminfo: memFree=1532756/2059040 swapFree=4139872/4192956
[pid=28393] ppid=28391 vsize=8700 CPUtime=0
/proc/28393/stat : 28393 (run) S 28391 28393 28187 0 -1 4202496 365 0 0 0 0 0 0 0 18 0 1 0 142813431 8908800 249 1992294400 4194304 4922060 140734341411936 18446744073709551615 261052013701 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28393/statm: 2175 249 208 178 0 68 0
[pid=28394] ppid=28393 vsize=41408 CPUtime=1062.85
/proc/28394/stat : 28394 (pb_cplex) R 28393 28393 28187 0 -1 4202496 141189 0 0 0 105571 714 0 0 17 0 2 0 142813431 42401792 4753 1992294400 134512640 146736320 4290326464 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/28394/statm: 10352 4753 1027 2985 0 6894 0
[pid=28394/tid=28398] ppid=28393 vsize=41408 CPUtime=529.3
/proc/28394/task/28398/stat : 28398 (pb_cplex) R 28393 28393 28187 0 -1 4202560 45759 0 0 0 52588 342 0 0 18 0 2 0 142813841 42401792 4753 1992294400 134512640 146736320 4290326464 18446744073709551615 135237287 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1062.85
Current children cumulated vsize (KiB) 50108

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

[startup+588.702 s]
/proc/loadavg: 1.94 1.77 1.01 4/109 28414
/proc/meminfo: memFree=1532756/2059040 swapFree=4139872/4192956
[pid=28393] ppid=28391 vsize=8700 CPUtime=0
/proc/28393/stat : 28393 (run) S 28391 28393 28187 0 -1 4202496 365 0 0 0 0 0 0 0 18 0 1 0 142813431 8908800 249 1992294400 4194304 4922060 140734341411936 18446744073709551615 261052013701 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28393/statm: 2175 249 208 178 0 68 0
[pid=28394] ppid=28393 vsize=41408 CPUtime=1074.76
/proc/28394/stat : 28394 (pb_cplex) R 28393 28393 28187 0 -1 4202496 141325 0 0 0 106755 721 0 0 17 0 2 0 142813431 42401792 4753 1992294400 134512640 146736320 4290326464 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/28394/statm: 10352 4753 1027 2985 0 6894 0
[pid=28394/tid=28398] ppid=28393 vsize=41408 CPUtime=535.55
/proc/28394/task/28398/stat : 28398 (pb_cplex) R 28393 28393 28187 0 -1 4202560 45759 0 0 0 53209 346 0 0 18 0 2 0 142813841 42401792 4753 1992294400 134512640 146736320 4290326464 18446744073709551615 139044580 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1074.76
Current children cumulated vsize (KiB) 50108

[startup+601.5 s]
/proc/loadavg: 1.95 1.77 1.02 3/109 28414
/proc/meminfo: memFree=1532756/2059040 swapFree=4139872/4192956
[pid=28393] ppid=28391 vsize=8700 CPUtime=0
/proc/28393/stat : 28393 (run) S 28391 28393 28187 0 -1 4202496 365 0 0 0 0 0 0 0 18 0 1 0 142813431 8908800 249 1992294400 4194304 4922060 140734341411936 18446744073709551615 261052013701 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28393/statm: 2175 249 208 178 0 68 0
[pid=28394] ppid=28393 vsize=41408 CPUtime=1098.58
/proc/28394/stat : 28394 (pb_cplex) R 28393 28393 28187 0 -1 4202496 141819 0 0 0 109124 734 0 0 18 0 2 0 142813431 42401792 4753 1992294400 134512640 146736320 4290326464 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/28394/statm: 10352 4753 1027 2985 0 6894 0
[pid=28394/tid=28398] ppid=28393 vsize=41408 CPUtime=547.74
/proc/28394/task/28398/stat : 28398 (pb_cplex) R 28393 28393 28187 0 -1 4202560 45759 0 0 0 54422 352 0 0 18 0 2 0 142813841 42401792 4753 1992294400 134512640 146736320 4290326464 18446744073709551615 135999265 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1098.58
Current children cumulated vsize (KiB) 50108

[startup+607.901 s]
/proc/loadavg: 1.95 1.78 1.02 3/109 28414
/proc/meminfo: memFree=1532756/2059040 swapFree=4139872/4192956
[pid=28393] ppid=28391 vsize=8700 CPUtime=0
/proc/28393/stat : 28393 (run) S 28391 28393 28187 0 -1 4202496 365 0 0 0 0 0 0 0 18 0 1 0 142813431 8908800 249 1992294400 4194304 4922060 140734341411936 18446744073709551615 261052013701 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28393/statm: 2175 249 208 178 0 68 0
[pid=28394] ppid=28393 vsize=41408 CPUtime=1110.21
/proc/28394/stat : 28394 (pb_cplex) R 28393 28393 28187 0 -1 4202496 141882 0 0 0 110279 742 0 0 18 0 2 0 142813431 42401792 4753 1992294400 134512640 146736320 4290326464 18446744073709551615 139044580 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/28394/statm: 10352 4753 1027 2985 0 6894 0
[pid=28394/tid=28398] ppid=28393 vsize=41408 CPUtime=553.54
/proc/28394/task/28398/stat : 28398 (pb_cplex) S 28393 28393 28187 0 -1 4202560 45822 0 0 0 54998 356 0 0 16 0 2 0 142813841 42401792 4753 1992294400 134512640 146736320 4290326464 18446744073709551615 144580073 0 2 4096 16387 18446604436210012544 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1110.21
Current children cumulated vsize (KiB) 50108

[startup+614.301 s]
/proc/loadavg: 1.96 1.78 1.03 3/109 28414
/proc/meminfo: memFree=1532756/2059040 swapFree=4139872/4192956
[pid=28393] ppid=28391 vsize=8700 CPUtime=0
/proc/28393/stat : 28393 (run) S 28391 28393 28187 0 -1 4202496 365 0 0 0 0 0 0 0 18 0 1 0 142813431 8908800 249 1992294400 4194304 4922060 140734341411936 18446744073709551615 261052013701 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28393/statm: 2175 249 208 178 0 68 0
[pid=28394] ppid=28393 vsize=41408 CPUtime=1122.07
/proc/28394/stat : 28394 (pb_cplex) R 28393 28393 28187 0 -1 4202496 142064 0 0 0 111458 749 0 0 18 0 2 0 142813431 42401792 4753 1992294400 134512640 146736320 4290326464 18446744073709551615 136388075 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/28394/statm: 10352 4753 1027 2985 0 6894 0
[pid=28394/tid=28398] ppid=28393 vsize=41408 CPUtime=559.29
/proc/28394/task/28398/stat : 28398 (pb_cplex) R 28393 28393 28187 0 -1 4202560 46004 0 0 0 55569 360 0 0 16 0 2 0 142813841 42401792 4753 1992294400 134512640 146736320 4290326464 18446744073709551615 136403112 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1122.07
Current children cumulated vsize (KiB) 50108

[startup+617.5 s]
/proc/loadavg: 1.96 1.78 1.03 3/109 28414
/proc/meminfo: memFree=1532756/2059040 swapFree=4139872/4192956
[pid=28393] ppid=28391 vsize=8700 CPUtime=0
/proc/28393/stat : 28393 (run) S 28391 28393 28187 0 -1 4202496 365 0 0 0 0 0 0 0 18 0 1 0 142813431 8908800 249 1992294400 4194304 4922060 140734341411936 18446744073709551615 261052013701 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28393/statm: 2175 249 208 178 0 68 0
[pid=28394] ppid=28393 vsize=41408 CPUtime=1127.93
/proc/28394/stat : 28394 (pb_cplex) R 28393 28393 28187 0 -1 4202496 142064 0 0 0 112040 753 0 0 18 0 2 0 142813431 42401792 4753 1992294400 134512640 146736320 4290326464 18446744073709551615 135846543 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/28394/statm: 10352 4753 1027 2985 0 6894 0
[pid=28394/tid=28398] ppid=28393 vsize=41408 CPUtime=562
/proc/28394/task/28398/stat : 28398 (pb_cplex) S 28393 28393 28187 0 -1 4202560 46004 0 0 0 55839 361 0 0 16 0 2 0 142813841 42401792 4753 1992294400 134512640 146736320 4290326464 18446744073709551615 144580073 0 2 4096 16387 18446604436210012544 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1127.93
Current children cumulated vsize (KiB) 50108

[startup+618.3 s]
/proc/loadavg: 1.96 1.79 1.03 2/109 28414
/proc/meminfo: memFree=1532756/2059040 swapFree=4139872/4192956
[pid=28393] ppid=28391 vsize=8700 CPUtime=0
/proc/28393/stat : 28393 (run) S 28391 28393 28187 0 -1 4202496 365 0 0 0 0 0 0 0 18 0 1 0 142813431 8908800 249 1992294400 4194304 4922060 140734341411936 18446744073709551615 261052013701 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28393/statm: 2175 249 208 178 0 68 0
[pid=28394] ppid=28393 vsize=41408 CPUtime=1129.43
/proc/28394/stat : 28394 (pb_cplex) R 28393 28393 28187 0 -1 4202496 142064 0 0 0 112189 754 0 0 18 0 2 0 142813431 42401792 4753 1992294400 134512640 146736320 4290326464 18446744073709551615 136384781 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/28394/statm: 10352 4753 1027 2985 0 6894 0
[pid=28394/tid=28398] ppid=28393 vsize=41408 CPUtime=562.72
/proc/28394/task/28398/stat : 28398 (pb_cplex) R 28393 28393 28187 0 -1 4202560 46004 0 0 0 55910 362 0 0 16 0 2 0 142813841 42401792 4753 1992294400 134512640 146736320 4290326464 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1129.43
Current children cumulated vsize (KiB) 50108

[startup+619.101 s]
/proc/loadavg: 1.96 1.79 1.03 2/109 28414
/proc/meminfo: memFree=1532756/2059040 swapFree=4139872/4192956
[pid=28393] ppid=28391 vsize=8700 CPUtime=0
/proc/28393/stat : 28393 (run) S 28391 28393 28187 0 -1 4202496 365 0 0 0 0 0 0 0 18 0 1 0 142813431 8908800 249 1992294400 4194304 4922060 140734341411936 18446744073709551615 261052013701 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28393/statm: 2175 249 208 178 0 68 0
[pid=28394] ppid=28393 vsize=41408 CPUtime=1130.66
/proc/28394/stat : 28394 (pb_cplex) R 28393 28393 28187 0 -1 4202496 142064 0 0 0 112311 755 0 0 18 0 2 0 142813431 42401792 4753 1992294400 134512640 146736320 4290326464 18446744073709551615 135443330 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/28394/statm: 10352 4753 1027 2985 0 6894 0
[pid=28394/tid=28398] ppid=28393 vsize=41408 CPUtime=563.14
/proc/28394/task/28398/stat : 28398 (pb_cplex) S 28393 28393 28187 0 -1 4202560 46004 0 0 0 55952 362 0 0 16 0 2 0 142813841 42401792 4753 1992294400 134512640 146736320 4290326464 18446744073709551615 144580073 0 2 4096 16387 18446604436210012544 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1130.66
Current children cumulated vsize (KiB) 50108

[startup+619.309 s]
/proc/loadavg: 1.96 1.79 1.03 3/109 28414
/proc/meminfo: memFree=1532756/2059040 swapFree=4139872/4192956
[pid=28393] ppid=28391 vsize=8700 CPUtime=0
/proc/28393/stat : 28393 (run) S 28391 28393 28187 0 -1 4202496 365 0 0 0 0 0 0 0 18 0 1 0 142813431 8908800 249 1992294400 4194304 4922060 140734341411936 18446744073709551615 261052013701 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28393/statm: 2175 249 208 178 0 68 0
[pid=28394] ppid=28393 vsize=41408 CPUtime=1131.04
/proc/28394/stat : 28394 (pb_cplex) R 28393 28393 28187 0 -1 4202496 142064 0 0 0 112349 755 0 0 18 0 2 0 142813431 42401792 4753 1992294400 134512640 146736320 4290326464 18446744073709551615 135846786 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/28394/statm: 10352 4753 1027 2985 0 6894 0
[pid=28394/tid=28398] ppid=28393 vsize=41408 CPUtime=563.35
/proc/28394/task/28398/stat : 28398 (pb_cplex) R 28393 28393 28187 0 -1 4202560 46004 0 0 0 55973 362 0 0 16 0 2 0 142813841 42401792 4753 1992294400 134512640 146736320 4290326464 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1131.04
Current children cumulated vsize (KiB) 50108

Child status: 0
Real time (s): 619.339
CPU time (s): 1131.09
CPU user time (s): 1123.53
CPU system time (s): 7.55885
CPU usage (%): 182.628
Max. virtual memory (cumulated for all children) (KiB): 59348

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1123.53
system time used= 7.55885
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 142450
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= 113616
involuntary context switches= 18561

runsolver used 1.22281 second user time and 3.2875 second system time

The end

Launcher Data

Begin job on node052 at 2010-07-01 22:13:44
IDJOB=2696247
IDBENCH=1337
IDSOLVER=1209
FILE ID=node052/2696247-1278015224
PBS_JOBID= 11198713
Free space on /tmp= 62168 MiB

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

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

MD5SUM BENCH= df3a88f9ce76cdc5f93bc528741f3e95
RANDOM SEED=134153022

node052.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.262
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.52
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.262
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:       1549916 kB
Buffers:        129272 kB
Cached:         275264 kB
SwapCached:       6096 kB
Active:         158840 kB
Inactive:       258696 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1549916 kB
SwapTotal:     4192956 kB
SwapFree:      4139872 kB
Dirty:           16832 kB
Writeback:           0 kB
AnonPages:       11600 kB
Mapped:          11924 kB
Slab:            69728 kB
PageTables:       4200 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180916 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= 62152 MiB
End job on node052 at 2010-07-01 22:24:04