Trace number 2696274

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 1602.93 872.134

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
namasivayam/tsp/normalized-t3002.11tsp11.1900564281.opb
MD5SUM0626939ca6144a564c8e59fb048e3266
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 benchmark10.0725
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 705
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-2696274-1278015777.opb.
0.00/0.00	c Instance file HOME/instance-2696274-1278015777.opb
0.00/0.00	c File size is 83373 bytes.
0.00/0.03	c Highest Coefficient sum: 705
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.03	c ============================[ Problem Statistics ]=============================
0.00/0.03	c |                                                                             |
0.00/0.03	c |  Parsing time:          0.03         s                                      |
0.00/0.03	c |  Number Variables:      231                                                 |
0.00/0.04	c |  Number Constraints:    2707                                                |
0.00/0.04	c ===============================================================================
1602.86/872.13	c Remaining time 1799.97 sec.
1602.86/872.13	s UNSATISFIABLE
1602.86/872.13	c Total CPU time              : 1597.69 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-2696274-1278015777/watcher-2696274-1278015777 -o /tmp/evaluation-result-2696274-1278015777/solver-2696274-1278015777 -C 1800 -W 2000 -M 1800 run HOME/instance-2696274-1278015777.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.88 1.63 0.89 3/105 28784
/proc/meminfo: memFree=1439252/2059040 swapFree=4139044/4192956
[pid=28784] ppid=28782 vsize=8700 CPUtime=0
/proc/28784/stat : 28784 (run) S 28782 28784 28504 0 -1 4202496 364 0 0 0 0 0 0 0 25 0 1 0 142871234 8908800 248 1992294400 4194304 4922060 140733727161072 18446744073709551615 235217198213 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28784/statm: 2175 248 208 178 0 68 0

[startup+0.077113 s]
/proc/loadavg: 1.88 1.63 0.89 3/105 28784
/proc/meminfo: memFree=1439252/2059040 swapFree=4139044/4192956
[pid=28784] ppid=28782 vsize=8700 CPUtime=0
/proc/28784/stat : 28784 (run) S 28782 28784 28504 0 -1 4202496 364 0 0 0 0 0 0 0 25 0 1 0 142871234 8908800 248 1992294400 4194304 4922060 140733727161072 18446744073709551615 235217198213 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28784/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.101111 s]
/proc/loadavg: 1.88 1.63 0.89 3/105 28784
/proc/meminfo: memFree=1439252/2059040 swapFree=4139044/4192956
[pid=28784] ppid=28782 vsize=8700 CPUtime=0
/proc/28784/stat : 28784 (run) S 28782 28784 28504 0 -1 4202496 364 0 0 0 0 0 0 0 25 0 1 0 142871234 8908800 248 1992294400 4194304 4922060 140733727161072 18446744073709551615 235217198213 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28784/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.301134 s]
/proc/loadavg: 1.88 1.63 0.89 3/105 28784
/proc/meminfo: memFree=1439252/2059040 swapFree=4139044/4192956
[pid=28784] ppid=28782 vsize=8700 CPUtime=0
/proc/28784/stat : 28784 (run) S 28782 28784 28504 0 -1 4202496 364 0 0 0 0 0 0 0 25 0 1 0 142871234 8908800 248 1992294400 4194304 4922060 140733727161072 18446744073709551615 235217198213 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28784/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.701179 s]
/proc/loadavg: 1.88 1.63 0.89 3/105 28784
/proc/meminfo: memFree=1439252/2059040 swapFree=4139044/4192956
[pid=28784] ppid=28782 vsize=8700 CPUtime=0
/proc/28784/stat : 28784 (run) S 28782 28784 28504 0 -1 4202496 364 0 0 0 0 0 0 0 25 0 1 0 142871234 8908800 248 1992294400 4194304 4922060 140733727161072 18446744073709551615 235217198213 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28784/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50128 s]
/proc/loadavg: 1.88 1.63 0.89 2/108 28787
/proc/meminfo: memFree=1428200/2059040 swapFree=4139044/4192956
[pid=28784] ppid=28782 vsize=8700 CPUtime=0
/proc/28784/stat : 28784 (run) S 28782 28784 28504 0 -1 4202496 364 0 0 0 0 0 0 0 25 0 1 0 142871234 8908800 248 1992294400 4194304 4922060 140733727161072 18446744073709551615 235217198213 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28784/statm: 2175 248 208 178 0 68 0
[pid=28785] ppid=28784 vsize=39020 CPUtime=2.02
/proc/28785/stat : 28785 (pb_cplex) R 28784 28784 28504 0 -1 4202496 5781 0 0 0 198 4 0 0 25 0 2 0 142871234 39956480 3704 1992294400 134512640 146736320 4287799600 18446744073709551615 136008065 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/28785/statm: 9755 3704 985 2985 0 6297 0
[pid=28785/tid=28787] ppid=28784 vsize=39020 CPUtime=0.6
/proc/28785/task/28787/stat : 28787 (pb_cplex) R 28784 28784 28504 0 -1 4202560 820 0 0 0 60 0 0 0 25 0 2 0 142871307 39956480 3704 1992294400 134512640 146736320 4287799600 18446744073709551615 135526548 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.02
Current children cumulated vsize (KiB) 47720

[startup+3.10145 s]
/proc/loadavg: 1.88 1.63 0.89 2/108 28787
/proc/meminfo: memFree=1427456/2059040 swapFree=4139044/4192956
[pid=28784] ppid=28782 vsize=8700 CPUtime=0
/proc/28784/stat : 28784 (run) S 28782 28784 28504 0 -1 4202496 364 0 0 0 0 0 0 0 25 0 1 0 142871234 8908800 248 1992294400 4194304 4922060 140733727161072 18446744073709551615 235217198213 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28784/statm: 2175 248 208 178 0 68 0
[pid=28785] ppid=28784 vsize=34872 CPUtime=4.67
/proc/28785/stat : 28785 (pb_cplex) R 28784 28784 28504 0 -1 4202496 6672 0 0 0 460 7 0 0 25 0 1 0 142871234 35708928 3159 1992294400 134512640 146736320 4287799600 18446744073709551615 136000534 0 0 4096 16387 0 0 0 17 0 0 0 0
/proc/28785/statm: 8718 3159 991 2985 0 5260 0
Current children cumulated CPU time (s) 4.67
Current children cumulated vsize (KiB) 43572

[startup+6.30081 s]
/proc/loadavg: 1.89 1.64 0.89 2/108 28789
/proc/meminfo: memFree=1426844/2059040 swapFree=4139044/4192956
[pid=28784] ppid=28782 vsize=8700 CPUtime=0
/proc/28784/stat : 28784 (run) S 28782 28784 28504 0 -1 4202496 364 0 0 0 0 0 0 0 25 0 1 0 142871234 8908800 248 1992294400 4194304 4922060 140733727161072 18446744073709551615 235217198213 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28784/statm: 2175 248 208 178 0 68 0
[pid=28785] ppid=28784 vsize=39588 CPUtime=8.26
/proc/28785/stat : 28785 (pb_cplex) R 28784 28784 28504 0 -1 4202496 9425 0 0 0 818 8 0 0 25 0 2 0 142871234 40538112 4144 1992294400 134512640 146736320 4287799600 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/28785/statm: 9897 4144 1000 2985 0 6439 0
[pid=28785/tid=28789] ppid=28784 vsize=39588 CPUtime=0.28
/proc/28785/task/28789/stat : 28789 (pb_cplex) S 28784 28784 28504 0 -1 4202560 1014 0 0 0 28 0 0 0 18 0 2 0 142871717 40538112 4144 1992294400 134512640 146736320 4287799600 18446744073709551615 144580073 0 2 4096 16387 18446604436671007424 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 8.26
Current children cumulated vsize (KiB) 48288

[startup+12.7015 s]
/proc/loadavg: 1.90 1.64 0.90 3/108 28789
/proc/meminfo: memFree=1424116/2059040 swapFree=4139044/4192956
[pid=28784] ppid=28782 vsize=8700 CPUtime=0
/proc/28784/stat : 28784 (run) S 28782 28784 28504 0 -1 4202496 364 0 0 0 0 0 0 0 25 0 1 0 142871234 8908800 248 1992294400 4194304 4922060 140733727161072 18446744073709551615 235217198213 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28784/statm: 2175 248 208 178 0 68 0
[pid=28785] ppid=28784 vsize=39864 CPUtime=19.31
/proc/28785/stat : 28785 (pb_cplex) R 28784 28784 28504 0 -1 4202496 17177 0 0 0 1918 13 0 0 25 0 2 0 142871234 40820736 4360 1992294400 134512640 146736320 4287799600 18446744073709551615 136474955 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/28785/statm: 9966 4360 999 2985 0 6508 0
[pid=28785/tid=28789] ppid=28784 vsize=39864 CPUtime=5.12
/proc/28785/task/28789/stat : 28789 (pb_cplex) S 28784 28784 28504 0 -1 4202560 2403 0 0 0 511 1 0 0 25 0 2 0 142871717 40820736 4360 1992294400 134512640 146736320 4287799600 18446744073709551615 144580073 0 2 4096 16387 18446604436671007424 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 19.31
Current children cumulated vsize (KiB) 48564

[startup+25.501 s]
/proc/loadavg: 1.92 1.66 0.92 3/108 28789
/proc/meminfo: memFree=1424364/2059040 swapFree=4139044/4192956
[pid=28784] ppid=28782 vsize=8700 CPUtime=0
/proc/28784/stat : 28784 (run) S 28782 28784 28504 0 -1 4202496 364 0 0 0 0 0 0 0 25 0 1 0 142871234 8908800 248 1992294400 4194304 4922060 140733727161072 18446744073709551615 235217198213 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28784/statm: 2175 248 208 178 0 68 0
[pid=28785] ppid=28784 vsize=40072 CPUtime=43.58
/proc/28785/stat : 28785 (pb_cplex) R 28784 28784 28504 0 -1 4202496 24812 0 0 0 4335 23 0 0 25 0 2 0 142871234 41033728 4359 1992294400 134512640 146736320 4287799600 18446744073709551615 136384852 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/28785/statm: 10018 4359 999 2985 0 6560 0
[pid=28785/tid=28789] ppid=28784 vsize=40072 CPUtime=17.23
/proc/28785/task/28789/stat : 28789 (pb_cplex) R 28784 28784 28504 0 -1 4202560 4394 0 0 0 1719 4 0 0 25 0 2 0 142871717 41033728 4359 1992294400 134512640 146736320 4287799600 18446744073709551615 136402290 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 43.58
Current children cumulated vsize (KiB) 48772

[startup+51.1009 s]
/proc/loadavg: 1.88 1.67 0.94 3/108 28789
/proc/meminfo: memFree=1423868/2059040 swapFree=4139044/4192956
[pid=28784] ppid=28782 vsize=8700 CPUtime=0
/proc/28784/stat : 28784 (run) S 28782 28784 28504 0 -1 4202496 364 0 0 0 0 0 0 0 25 0 1 0 142871234 8908800 248 1992294400 4194304 4922060 140733727161072 18446744073709551615 235217198213 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28784/statm: 2175 248 208 178 0 68 0
[pid=28785] ppid=28784 vsize=40076 CPUtime=91.17
/proc/28785/stat : 28785 (pb_cplex) R 28784 28784 28504 0 -1 4202496 41651 0 0 0 9076 41 0 0 25 0 2 0 142871234 41037824 4434 1992294400 134512640 146736320 4287799600 18446744073709551615 135526137 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/28785/statm: 10019 4434 999 2985 0 6561 0
[pid=28785/tid=28789] ppid=28784 vsize=40076 CPUtime=40.88
/proc/28785/task/28789/stat : 28789 (pb_cplex) R 28784 28784 28504 0 -1 4202560 19358 0 0 0 4073 15 0 0 20 0 2 0 142871717 41037824 4434 1992294400 134512640 146736320 4287799600 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 91.17
Current children cumulated vsize (KiB) 48776

[startup+102.309 s]
/proc/loadavg: 1.77 1.67 0.98 3/108 28791
/proc/meminfo: memFree=1423124/2059040 swapFree=4139044/4192956
[pid=28784] ppid=28782 vsize=8700 CPUtime=0
/proc/28784/stat : 28784 (run) S 28782 28784 28504 0 -1 4202496 364 0 0 0 0 0 0 0 25 0 1 0 142871234 8908800 248 1992294400 4194304 4922060 140733727161072 18446744073709551615 235217198213 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28784/statm: 2175 248 208 178 0 68 0
[pid=28785] ppid=28784 vsize=40336 CPUtime=185.42
/proc/28785/stat : 28785 (pb_cplex) R 28784 28784 28504 0 -1 4202496 71580 0 0 0 18456 86 0 0 25 0 2 0 142871234 41304064 4512 1992294400 134512640 146736320 4287799600 18446744073709551615 136403112 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/28785/statm: 10084 4512 999 2985 0 6626 0
[pid=28785/tid=28789] ppid=28784 vsize=40336 CPUtime=87.18
/proc/28785/task/28789/stat : 28789 (pb_cplex) R 28784 28784 28504 0 -1 4202560 40666 0 0 0 8678 40 0 0 25 0 2 0 142871717 41304064 4512 1992294400 134512640 146736320 4287799600 18446744073709551615 136017495 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 185.42
Current children cumulated vsize (KiB) 49036

[startup+162.301 s]
/proc/loadavg: 1.93 1.73 1.04 2/108 28793
/proc/meminfo: memFree=1421512/2059040 swapFree=4139044/4192956
[pid=28784] ppid=28782 vsize=8700 CPUtime=0
/proc/28784/stat : 28784 (run) S 28782 28784 28504 0 -1 4202496 364 0 0 0 0 0 0 0 25 0 1 0 142871234 8908800 248 1992294400 4194304 4922060 140733727161072 18446744073709551615 235217198213 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28784/statm: 2175 248 208 178 0 68 0
[pid=28785] ppid=28784 vsize=50440 CPUtime=295.35
/proc/28785/stat : 28785 (pb_cplex) R 28784 28784 28504 0 -1 4202496 106426 0 0 0 29403 132 0 0 25 0 2 0 142871234 51650560 6233 1992294400 134512640 146736320 4287799600 18446744073709551615 137705822 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/28785/statm: 12610 6233 1010 2985 0 9152 0
[pid=28785/tid=28789] ppid=28784 vsize=50440 CPUtime=141.31
/proc/28785/task/28789/stat : 28789 (pb_cplex) S 28784 28784 28504 0 -1 4202560 55920 0 0 0 14069 62 0 0 25 0 2 0 142871717 51650560 6233 1992294400 134512640 146736320 4287799600 18446744073709551615 144580073 0 2 4096 16387 18446604436671007424 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 295.35
Current children cumulated vsize (KiB) 59140

[startup+222.301 s]
/proc/loadavg: 1.75 1.70 1.07 3/108 28795
/proc/meminfo: memFree=1423124/2059040 swapFree=4139044/4192956
[pid=28784] ppid=28782 vsize=8700 CPUtime=0
/proc/28784/stat : 28784 (run) S 28782 28784 28504 0 -1 4202496 364 0 0 0 0 0 0 0 25 0 1 0 142871234 8908800 248 1992294400 4194304 4922060 140733727161072 18446744073709551615 235217198213 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28784/statm: 2175 248 208 178 0 68 0
[pid=28785] ppid=28784 vsize=41604 CPUtime=391.59
/proc/28785/stat : 28785 (pb_cplex) R 28784 28784 28504 0 -1 4202496 128891 0 0 0 38994 165 0 0 25 0 2 0 142871234 42602496 4706 1992294400 134512640 146736320 4287799600 18446744073709551615 139046527 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/28785/statm: 10401 4706 1007 2985 0 6943 0
[pid=28785/tid=28789] ppid=28784 vsize=41604 CPUtime=180.76
/proc/28785/task/28789/stat : 28789 (pb_cplex) R 28784 28784 28504 0 -1 4202560 63942 0 0 0 17999 77 0 0 25 0 2 0 142871717 42602496 4706 1992294400 134512640 146736320 4287799600 18446744073709551615 136403116 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 391.59
Current children cumulated vsize (KiB) 50304

[startup+282.301 s]
/proc/loadavg: 1.79 1.72 1.11 3/108 28797
/proc/meminfo: memFree=1422504/2059040 swapFree=4139044/4192956
[pid=28784] ppid=28782 vsize=8700 CPUtime=0
/proc/28784/stat : 28784 (run) S 28782 28784 28504 0 -1 4202496 364 0 0 0 0 0 0 0 25 0 1 0 142871234 8908800 248 1992294400 4194304 4922060 140733727161072 18446744073709551615 235217198213 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28784/statm: 2175 248 208 178 0 68 0
[pid=28785] ppid=28784 vsize=41592 CPUtime=502.28
/proc/28785/stat : 28785 (pb_cplex) R 28784 28784 28504 0 -1 4202496 133054 0 0 0 50033 195 0 0 19 0 2 0 142871234 42590208 4750 1992294400 134512640 146736320 4287799600 18446744073709551615 139044598 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/28785/statm: 10398 4750 1007 2985 0 6940 0
[pid=28785/tid=28789] ppid=28784 vsize=41592 CPUtime=236.39
/proc/28785/task/28789/stat : 28789 (pb_cplex) R 28784 28784 28504 0 -1 4202560 64325 0 0 0 23546 93 0 0 25 0 2 0 142871717 42590208 4750 1992294400 134512640 146736320 4287799600 18446744073709551615 136017496 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 502.28
Current children cumulated vsize (KiB) 50292

[startup+342.301 s]
/proc/loadavg: 1.85 1.75 1.16 3/108 28797
/proc/meminfo: memFree=1422380/2059040 swapFree=4139044/4192956
[pid=28784] ppid=28782 vsize=8700 CPUtime=0
/proc/28784/stat : 28784 (run) S 28782 28784 28504 0 -1 4202496 364 0 0 0 0 0 0 0 25 0 1 0 142871234 8908800 248 1992294400 4194304 4922060 140733727161072 18446744073709551615 235217198213 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28784/statm: 2175 248 208 178 0 68 0
[pid=28785] ppid=28784 vsize=41592 CPUtime=614.19

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


[startup+642.301 s]
/proc/loadavg: 1.99 1.90 1.38 3/108 28808
/proc/meminfo: memFree=1422620/2059040 swapFree=4139044/4192956
[pid=28784] ppid=28782 vsize=8700 CPUtime=0
/proc/28784/stat : 28784 (run) S 28782 28784 28504 0 -1 4202496 364 0 0 0 0 0 0 0 25 0 1 0 142871234 8908800 248 1992294400 4194304 4922060 140733727161072 18446744073709551615 235217198213 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28784/statm: 2175 248 208 178 0 68 0
[pid=28785] ppid=28784 vsize=41556 CPUtime=1174.11
/proc/28785/stat : 28785 (pb_cplex) R 28784 28784 28504 0 -1 4202496 172397 0 0 0 117013 398 0 0 25 0 2 0 142871234 42553344 4707 1992294400 134512640 146736320 4287799600 18446744073709551615 136017481 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/28785/statm: 10389 4707 1007 2985 0 6931 0
[pid=28785/tid=28789] ppid=28784 vsize=41556 CPUtime=572.81
/proc/28785/task/28789/stat : 28789 (pb_cplex) R 28784 28784 28504 0 -1 4202560 94193 0 0 0 57082 199 0 0 25 0 2 0 142871717 42553344 4707 1992294400 134512640 146736320 4287799600 18446744073709551615 136400493 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1174.11
Current children cumulated vsize (KiB) 50256

[startup+702.302 s]
/proc/loadavg: 2.20 1.96 1.43 3/108 28810
/proc/meminfo: memFree=1422992/2059040 swapFree=4139044/4192956
[pid=28784] ppid=28782 vsize=8700 CPUtime=0
/proc/28784/stat : 28784 (run) S 28782 28784 28504 0 -1 4202496 364 0 0 0 0 0 0 0 25 0 1 0 142871234 8908800 248 1992294400 4194304 4922060 140733727161072 18446744073709551615 235217198213 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28784/statm: 2175 248 208 178 0 68 0
[pid=28785] ppid=28784 vsize=41556 CPUtime=1286.78
/proc/28785/stat : 28785 (pb_cplex) R 28784 28784 28504 0 -1 4202496 178368 0 0 0 128245 433 0 0 25 0 2 0 142871234 42553344 4732 1992294400 134512640 146736320 4287799600 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/28785/statm: 10389 4732 1007 2985 0 6931 0
[pid=28785/tid=28789] ppid=28784 vsize=41556 CPUtime=628.97
/proc/28785/task/28789/stat : 28789 (pb_cplex) R 28784 28784 28504 0 -1 4202560 100057 0 0 0 62679 218 0 0 25 0 2 0 142871717 42553344 4732 1992294400 134512640 146736320 4287799600 18446744073709551615 136008042 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1286.78
Current children cumulated vsize (KiB) 50256

[startup+762.308 s]
/proc/loadavg: 1.86 1.89 1.44 2/108 28812
/proc/meminfo: memFree=1422372/2059040 swapFree=4139044/4192956
[pid=28784] ppid=28782 vsize=8700 CPUtime=0
/proc/28784/stat : 28784 (run) S 28782 28784 28504 0 -1 4202496 364 0 0 0 0 0 0 0 25 0 1 0 142871234 8908800 248 1992294400 4194304 4922060 140733727161072 18446744073709551615 235217198213 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28784/statm: 2175 248 208 178 0 68 0
[pid=28785] ppid=28784 vsize=41556 CPUtime=1398.4
/proc/28785/stat : 28785 (pb_cplex) R 28784 28784 28504 0 -1 4202496 183200 0 0 0 139373 467 0 0 25 0 2 0 142871234 42553344 4732 1992294400 134512640 146736320 4287799600 18446744073709551615 139042897 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/28785/statm: 10389 4732 1007 2985 0 6931 0
[pid=28785/tid=28789] ppid=28784 vsize=41556 CPUtime=685.02
/proc/28785/task/28789/stat : 28789 (pb_cplex) S 28784 28784 28504 0 -1 4202560 104889 0 0 0 68266 236 0 0 25 0 2 0 142871717 42553344 4732 1992294400 134512640 146736320 4287799600 18446744073709551615 144580073 0 2 4096 16387 18446604436671007424 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1398.4
Current children cumulated vsize (KiB) 50256

[startup+822.301 s]
/proc/loadavg: 1.87 1.89 1.47 3/108 28814
/proc/meminfo: memFree=1422372/2059040 swapFree=4139044/4192956
[pid=28784] ppid=28782 vsize=8700 CPUtime=0
/proc/28784/stat : 28784 (run) S 28782 28784 28504 0 -1 4202496 364 0 0 0 0 0 0 0 25 0 1 0 142871234 8908800 248 1992294400 4194304 4922060 140733727161072 18446744073709551615 235217198213 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28784/statm: 2175 248 208 178 0 68 0
[pid=28785] ppid=28784 vsize=41556 CPUtime=1510.12
/proc/28785/stat : 28785 (pb_cplex) R 28784 28784 28504 0 -1 4202496 191698 0 0 0 150513 499 0 0 25 0 2 0 142871234 42553344 4733 1992294400 134512640 146736320 4287799600 18446744073709551615 136007626 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/28785/statm: 10389 4733 1007 2985 0 6931 0
[pid=28785/tid=28789] ppid=28784 vsize=41556 CPUtime=740.86
/proc/28785/task/28789/stat : 28789 (pb_cplex) R 28784 28784 28504 0 -1 4202560 113032 0 0 0 73831 255 0 0 25 0 2 0 142871717 42553344 4733 1992294400 134512640 146736320 4287799600 18446744073709551615 136007612 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1510.12
Current children cumulated vsize (KiB) 50256

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

[startup+844.701 s]
/proc/loadavg: 1.78 1.87 1.47 2/108 28814
/proc/meminfo: memFree=1422620/2059040 swapFree=4139044/4192956
[pid=28784] ppid=28782 vsize=8700 CPUtime=0
/proc/28784/stat : 28784 (run) S 28782 28784 28504 0 -1 4202496 364 0 0 0 0 0 0 0 25 0 1 0 142871234 8908800 248 1992294400 4194304 4922060 140733727161072 18446744073709551615 235217198213 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28784/statm: 2175 248 208 178 0 68 0
[pid=28785] ppid=28784 vsize=41556 CPUtime=1552.07
/proc/28785/stat : 28785 (pb_cplex) S 28784 28784 28504 0 -1 4202496 191942 0 0 0 154697 510 0 0 25 0 2 0 142871234 42553344 4733 1992294400 134512640 146736320 4287799600 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/28785/statm: 10389 4733 1007 2985 0 6931 0
[pid=28785/tid=28789] ppid=28784 vsize=41556 CPUtime=762.28
/proc/28785/task/28789/stat : 28789 (pb_cplex) R 28784 28784 28504 0 -1 4202560 113224 0 0 0 75968 260 0 0 25 0 2 0 142871717 42553344 4733 1992294400 134512640 146736320 4287799600 18446744073709551615 139046548 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1552.07
Current children cumulated vsize (KiB) 50256

[startup+857.501 s]
/proc/loadavg: 1.81 1.87 1.47 3/108 28814
/proc/meminfo: memFree=1422372/2059040 swapFree=4139044/4192956
[pid=28784] ppid=28782 vsize=8700 CPUtime=0
/proc/28784/stat : 28784 (run) S 28782 28784 28504 0 -1 4202496 364 0 0 0 0 0 0 0 25 0 1 0 142871234 8908800 248 1992294400 4194304 4922060 140733727161072 18446744073709551615 235217198213 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28784/statm: 2175 248 208 178 0 68 0
[pid=28785] ppid=28784 vsize=41556 CPUtime=1575.92
/proc/28785/stat : 28785 (pb_cplex) R 28784 28784 28504 0 -1 4202496 192396 0 0 0 157077 515 0 0 25 0 2 0 142871234 42553344 4733 1992294400 134512640 146736320 4287799600 18446744073709551615 136007073 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/28785/statm: 10389 4733 1007 2985 0 6931 0
[pid=28785/tid=28789] ppid=28784 vsize=41556 CPUtime=774.08
/proc/28785/task/28789/stat : 28789 (pb_cplex) R 28784 28784 28504 0 -1 4202560 113678 0 0 0 77145 263 0 0 25 0 2 0 142871717 42553344 4733 1992294400 134512640 146736320 4287799600 18446744073709551615 136008065 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1575.92
Current children cumulated vsize (KiB) 50256

[startup+863.901 s]
/proc/loadavg: 1.92 1.89 1.48 3/108 28814
/proc/meminfo: memFree=1422496/2059040 swapFree=4139044/4192956
[pid=28784] ppid=28782 vsize=8700 CPUtime=0
/proc/28784/stat : 28784 (run) S 28782 28784 28504 0 -1 4202496 364 0 0 0 0 0 0 0 25 0 1 0 142871234 8908800 248 1992294400 4194304 4922060 140733727161072 18446744073709551615 235217198213 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28784/statm: 2175 248 208 178 0 68 0
[pid=28785] ppid=28784 vsize=40532 CPUtime=1587.82
/proc/28785/stat : 28785 (pb_cplex) R 28784 28784 28504 0 -1 4202496 194016 0 0 0 158263 519 0 0 25 0 2 0 142871234 41504768 4703 1992294400 134512640 146736320 4287799600 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/28785/statm: 10133 4703 1007 2985 0 6675 0
[pid=28785/tid=28789] ppid=28784 vsize=40532 CPUtime=780.11
/proc/28785/task/28789/stat : 28789 (pb_cplex) R 28784 28784 28504 0 -1 4202560 115298 0 0 0 77745 266 0 0 25 0 2 0 142871717 41504768 4703 1992294400 134512640 146736320 4287799600 18446744073709551615 139042901 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1587.82
Current children cumulated vsize (KiB) 49232

[startup+867.101 s]
/proc/loadavg: 1.92 1.89 1.48 3/108 28814
/proc/meminfo: memFree=1422496/2059040 swapFree=4139044/4192956
[pid=28784] ppid=28782 vsize=8700 CPUtime=0
/proc/28784/stat : 28784 (run) S 28782 28784 28504 0 -1 4202496 364 0 0 0 0 0 0 0 25 0 1 0 142871234 8908800 248 1992294400 4194304 4922060 140733727161072 18446744073709551615 235217198213 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28784/statm: 2175 248 208 178 0 68 0
[pid=28785] ppid=28784 vsize=40532 CPUtime=1593.67
/proc/28785/stat : 28785 (pb_cplex) R 28784 28784 28504 0 -1 4202496 195449 0 0 0 158846 521 0 0 23 0 2 0 142871234 41504768 4703 1992294400 134512640 146736320 4287799600 18446744073709551615 135844450 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/28785/statm: 10133 4703 1007 2985 0 6675 0
[pid=28785/tid=28789] ppid=28784 vsize=40532 CPUtime=783.16
/proc/28785/task/28789/stat : 28789 (pb_cplex) R 28784 28784 28504 0 -1 4202560 116731 0 0 0 78049 267 0 0 25 0 2 0 142871717 41504768 4703 1992294400 134512640 146736320 4287799600 18446744073709551615 136384781 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1593.67
Current children cumulated vsize (KiB) 49232

[startup+870.301 s]
/proc/loadavg: 1.85 1.88 1.48 3/108 28814
/proc/meminfo: memFree=1422372/2059040 swapFree=4139044/4192956
[pid=28784] ppid=28782 vsize=8700 CPUtime=0
/proc/28784/stat : 28784 (run) S 28782 28784 28504 0 -1 4202496 364 0 0 0 0 0 0 0 25 0 1 0 142871234 8908800 248 1992294400 4194304 4922060 140733727161072 18446744073709551615 235217198213 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28784/statm: 2175 248 208 178 0 68 0
[pid=28785] ppid=28784 vsize=41556 CPUtime=1599.55
/proc/28785/stat : 28785 (pb_cplex) R 28784 28784 28504 0 -1 4202496 196429 0 0 0 159433 522 0 0 25 0 2 0 142871234 42553344 4716 1992294400 134512640 146736320 4287799600 18446744073709551615 136403112 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/28785/statm: 10389 4716 1007 2985 0 6931 0
[pid=28785/tid=28789] ppid=28784 vsize=41556 CPUtime=786.08
/proc/28785/task/28789/stat : 28789 (pb_cplex) R 28784 28784 28504 0 -1 4202560 117711 0 0 0 78340 268 0 0 25 0 2 0 142871717 42553344 4716 1992294400 134512640 146736320 4287799600 18446744073709551615 136017846 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1599.55
Current children cumulated vsize (KiB) 50256

[startup+871.101 s]
/proc/loadavg: 1.85 1.88 1.48 3/108 28814
/proc/meminfo: memFree=1422496/2059040 swapFree=4139044/4192956
[pid=28784] ppid=28782 vsize=8700 CPUtime=0
/proc/28784/stat : 28784 (run) S 28782 28784 28504 0 -1 4202496 364 0 0 0 0 0 0 0 25 0 1 0 142871234 8908800 248 1992294400 4194304 4922060 140733727161072 18446744073709551615 235217198213 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28784/statm: 2175 248 208 178 0 68 0
[pid=28785] ppid=28784 vsize=40532 CPUtime=1601.11
/proc/28785/stat : 28785 (pb_cplex) R 28784 28784 28504 0 -1 4202496 196506 0 0 0 159588 523 0 0 25 0 2 0 142871234 41504768 4676 1992294400 134512640 146736320 4287799600 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/28785/statm: 10133 4676 1007 2985 0 6675 0
[pid=28785/tid=28789] ppid=28784 vsize=40532 CPUtime=786.88
/proc/28785/task/28789/stat : 28789 (pb_cplex) R 28784 28784 28504 0 -1 4202560 117788 0 0 0 78420 268 0 0 25 0 2 0 142871717 41504768 4676 1992294400 134512640 146736320 4287799600 18446744073709551615 139044580 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1601.11
Current children cumulated vsize (KiB) 49232

[startup+871.901 s]
/proc/loadavg: 1.85 1.88 1.48 3/108 28814
/proc/meminfo: memFree=1422496/2059040 swapFree=4139044/4192956
[pid=28784] ppid=28782 vsize=8700 CPUtime=0
/proc/28784/stat : 28784 (run) S 28782 28784 28504 0 -1 4202496 364 0 0 0 0 0 0 0 25 0 1 0 142871234 8908800 248 1992294400 4194304 4922060 140733727161072 18446744073709551615 235217198213 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28784/statm: 2175 248 208 178 0 68 0
[pid=28785] ppid=28784 vsize=40532 CPUtime=1602.53
/proc/28785/stat : 28785 (pb_cplex) S 28784 28784 28504 0 -1 4202496 196639 0 0 0 159730 523 0 0 25 0 2 0 142871234 41504768 4664 1992294400 134512640 146736320 4287799600 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/28785/statm: 10133 4664 1007 2985 0 6675 0
[pid=28785/tid=28789] ppid=28784 vsize=40532 CPUtime=787.67
/proc/28785/task/28789/stat : 28789 (pb_cplex) R 28784 28784 28504 0 -1 4202560 117921 0 0 0 78499 268 0 0 25 0 2 0 142871717 41504768 4664 1992294400 134512640 146736320 4287799600 18446744073709551615 135455293 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1602.53
Current children cumulated vsize (KiB) 49232

[startup+872.101 s]
/proc/loadavg: 1.85 1.88 1.48 3/108 28814
/proc/meminfo: memFree=1422496/2059040 swapFree=4139044/4192956
[pid=28784] ppid=28782 vsize=8700 CPUtime=0
/proc/28784/stat : 28784 (run) S 28782 28784 28504 0 -1 4202496 364 0 0 0 0 0 0 0 25 0 1 0 142871234 8908800 248 1992294400 4194304 4922060 140733727161072 18446744073709551615 235217198213 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28784/statm: 2175 248 208 178 0 68 0
[pid=28785] ppid=28784 vsize=40532 CPUtime=1602.86
/proc/28785/stat : 28785 (pb_cplex) R 28784 28784 28504 0 -1 4202496 196639 0 0 0 159763 523 0 0 24 0 2 0 142871234 41504768 4664 1992294400 134512640 146736320 4287799600 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/28785/statm: 10133 4664 1007 2985 0 6675 0
[pid=28785/tid=28789] ppid=28784 vsize=40532 CPUtime=787.88
/proc/28785/task/28789/stat : 28789 (pb_cplex) R 28784 28784 28504 0 -1 4202560 117921 0 0 0 78519 269 0 0 25 0 2 0 142871717 41504768 4664 1992294400 134512640 146736320 4287799600 18446744073709551615 136017485 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1602.86
Current children cumulated vsize (KiB) 49232

Child status: 0
Real time (s): 872.134
CPU time (s): 1602.93
CPU user time (s): 1597.69
CPU system time (s): 5.2392
CPU usage (%): 183.794
Max. virtual memory (cumulated for all children) (KiB): 59828

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1597.69
system time used= 5.2392
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 197025
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= 60402
involuntary context switches= 24156

runsolver used 1.56476 second user time and 4.00539 second system time

The end

Launcher Data

Begin job on node088 at 2010-07-01 22:22:57
IDJOB=2696274
IDBENCH=1368
IDSOLVER=1209
FILE ID=node088/2696274-1278015777
PBS_JOBID= 11198699
Free space on /tmp= 62384 MiB

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

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

MD5SUM BENCH= 0626939ca6144a564c8e59fb048e3266
RANDOM SEED=1373485149

node088.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.217
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.43
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.217
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	: 5999.41
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1439780 kB
Buffers:        141200 kB
Cached:         377116 kB
SwapCached:       6492 kB
Active:         255660 kB
Inactive:       276020 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1439780 kB
SwapTotal:     4192956 kB
SwapFree:      4139044 kB
Dirty:           16968 kB
Writeback:           0 kB
AnonPages:       11680 kB
Mapped:           8296 kB
Slab:            65904 kB
PageTables:       4012 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182408 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= 62368 MiB
End job on node088 at 2010-07-01 22:37:29