Trace number 2695945

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 1202.78 653.219

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
namasivayam/tsp/normalized-t3002.11tsp11.1900552288.opb
MD5SUMd36c8f083b4352ee7b6379767e1c28ad
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 benchmark56.3044
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 727
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-2695945-1278015649.opb.
0.00/0.00	c Instance file HOME/instance-2695945-1278015649.opb
0.00/0.00	c File size is 83379 bytes.
0.00/0.03	c Highest Coefficient sum: 727
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 ===============================================================================
1202.75/653.21	c Remaining time 1799.97 sec.
1202.75/653.21	s UNSATISFIABLE
1202.75/653.21	c Total CPU time              : 1196.16 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-2695945-1278015649/watcher-2695945-1278015649 -o /tmp/evaluation-result-2695945-1278015649/solver-2695945-1278015649 -C 1800 -W 2000 -M 1800 run HOME/instance-2695945-1278015649.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: 2.00 1.61 0.81 3/106 29671
/proc/meminfo: memFree=1304960/2059040 swapFree=4134900/4192956
[pid=29671] ppid=29669 vsize=8700 CPUtime=0
/proc/29671/stat : 29671 (run) S 29669 29671 29541 0 -1 4202496 365 0 0 0 0 0 0 0 18 0 1 0 177168874 8908800 249 1992294400 4194304 4922060 140733413663024 18446744073709551615 216120532101 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29671/statm: 2175 249 208 178 0 68 0

[startup+0.070222 s]
/proc/loadavg: 2.00 1.61 0.81 3/106 29671
/proc/meminfo: memFree=1304960/2059040 swapFree=4134900/4192956
[pid=29671] ppid=29669 vsize=8700 CPUtime=0
/proc/29671/stat : 29671 (run) S 29669 29671 29541 0 -1 4202496 365 0 0 0 0 0 0 0 18 0 1 0 177168874 8908800 249 1992294400 4194304 4922060 140733413663024 18446744073709551615 216120532101 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29671/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100222 s]
/proc/loadavg: 2.00 1.61 0.81 3/106 29671
/proc/meminfo: memFree=1304960/2059040 swapFree=4134900/4192956
[pid=29671] ppid=29669 vsize=8700 CPUtime=0
/proc/29671/stat : 29671 (run) S 29669 29671 29541 0 -1 4202496 365 0 0 0 0 0 0 0 18 0 1 0 177168874 8908800 249 1992294400 4194304 4922060 140733413663024 18446744073709551615 216120532101 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29671/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300219 s]
/proc/loadavg: 2.00 1.61 0.81 3/106 29671
/proc/meminfo: memFree=1304960/2059040 swapFree=4134900/4192956
[pid=29671] ppid=29669 vsize=8700 CPUtime=0
/proc/29671/stat : 29671 (run) S 29669 29671 29541 0 -1 4202496 365 0 0 0 0 0 0 0 18 0 1 0 177168874 8908800 249 1992294400 4194304 4922060 140733413663024 18446744073709551615 216120532101 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29671/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700213 s]
/proc/loadavg: 2.00 1.61 0.81 3/106 29671
/proc/meminfo: memFree=1304960/2059040 swapFree=4134900/4192956
[pid=29671] ppid=29669 vsize=8700 CPUtime=0
/proc/29671/stat : 29671 (run) S 29669 29671 29541 0 -1 4202496 365 0 0 0 0 0 0 0 18 0 1 0 177168874 8908800 249 1992294400 4194304 4922060 140733413663024 18446744073709551615 216120532101 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29671/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.5002 s]
/proc/loadavg: 1.92 1.60 0.81 3/109 29674
/proc/meminfo: memFree=1297620/2059040 swapFree=4134900/4192956
[pid=29671] ppid=29669 vsize=8700 CPUtime=0
/proc/29671/stat : 29671 (run) S 29669 29671 29541 0 -1 4202496 365 0 0 0 0 0 0 0 18 0 1 0 177168874 8908800 249 1992294400 4194304 4922060 140733413663024 18446744073709551615 216120532101 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29671/statm: 2175 249 208 178 0 68 0
[pid=29672] ppid=29671 vsize=38980 CPUtime=1.59
/proc/29672/stat : 29672 (pb_cplex) R 29671 29671 29541 0 -1 4202496 4812 0 0 0 158 1 0 0 16 0 2 0 177168874 39915520 3504 1992294400 134512640 146736320 4287008048 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/29672/statm: 9745 3504 984 2985 0 6287 0
[pid=29672/tid=29674] ppid=29671 vsize=38980 CPUtime=0.34
/proc/29672/task/29674/stat : 29674 (pb_cplex) S 29671 29671 29541 0 -1 4202560 379 0 0 0 34 0 0 0 18 0 2 0 177168974 39915520 3504 1992294400 134512640 146736320 4287008048 18446744073709551615 144580073 0 2 4096 16387 18446604437871798976 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.59
Current children cumulated vsize (KiB) 47680

[startup+3.10018 s]
/proc/loadavg: 1.92 1.60 0.81 4/109 29674
/proc/meminfo: memFree=1291792/2059040 swapFree=4134900/4192956
[pid=29671] ppid=29669 vsize=8700 CPUtime=0
/proc/29671/stat : 29671 (run) S 29669 29671 29541 0 -1 4202496 365 0 0 0 0 0 0 0 18 0 1 0 177168874 8908800 249 1992294400 4194304 4922060 140733413663024 18446744073709551615 216120532101 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29671/statm: 2175 249 208 178 0 68 0
[pid=29672] ppid=29671 vsize=41028 CPUtime=4.46
/proc/29672/stat : 29672 (pb_cplex) R 29671 29671 29541 0 -1 4202496 6338 0 0 0 442 4 0 0 16 0 2 0 177168874 42012672 4119 1992294400 134512640 146736320 4287008048 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/29672/statm: 10257 4119 984 2985 0 6799 0
[pid=29672/tid=29674] ppid=29671 vsize=41028 CPUtime=1.74
/proc/29672/task/29674/stat : 29674 (pb_cplex) R 29671 29671 29541 0 -1 4202560 869 0 0 0 173 1 0 0 17 0 2 0 177168974 42012672 4119 1992294400 134512640 146736320 4287008048 18446744073709551615 139042883 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.46
Current children cumulated vsize (KiB) 49728

[startup+6.30113 s]
/proc/loadavg: 1.93 1.61 0.82 2/109 29676
/proc/meminfo: memFree=1289808/2059040 swapFree=4134900/4192956
[pid=29671] ppid=29669 vsize=8700 CPUtime=0
/proc/29671/stat : 29671 (run) S 29669 29671 29541 0 -1 4202496 365 0 0 0 0 0 0 0 18 0 1 0 177168874 8908800 249 1992294400 4194304 4922060 140733413663024 18446744073709551615 216120532101 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29671/statm: 2175 249 208 178 0 68 0
[pid=29672] ppid=29671 vsize=40108 CPUtime=8.09
/proc/29672/stat : 29672 (pb_cplex) S 29671 29671 29541 0 -1 4202496 8980 0 0 0 804 5 0 0 18 0 2 0 177168874 41070592 4382 1992294400 134512640 146736320 4287008048 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/29672/statm: 10027 4382 999 2985 0 6569 0
[pid=29672/tid=29676] ppid=29671 vsize=40108 CPUtime=0.58
/proc/29672/task/29676/stat : 29676 (pb_cplex) R 29671 29671 29541 0 -1 4202560 41 0 0 0 58 0 0 0 16 0 2 0 177169393 41070592 4382 1992294400 134512640 146736320 4287008048 18446744073709551615 139042980 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 8.09
Current children cumulated vsize (KiB) 48808

[startup+12.701 s]
/proc/loadavg: 1.93 1.61 0.83 3/109 29676
/proc/meminfo: memFree=1289684/2059040 swapFree=4134900/4192956
[pid=29671] ppid=29669 vsize=8700 CPUtime=0
/proc/29671/stat : 29671 (run) S 29669 29671 29541 0 -1 4202496 365 0 0 0 0 0 0 0 18 0 1 0 177168874 8908800 249 1992294400 4194304 4922060 140733413663024 18446744073709551615 216120532101 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29671/statm: 2175 249 208 178 0 68 0
[pid=29672] ppid=29671 vsize=40108 CPUtime=19.94
/proc/29672/stat : 29672 (pb_cplex) R 29671 29671 29541 0 -1 4202496 17381 0 0 0 1981 13 0 0 17 0 2 0 177168874 41070592 4498 1992294400 134512640 146736320 4287008048 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/29672/statm: 10027 4498 1015 2985 0 6569 0
[pid=29672/tid=29676] ppid=29671 vsize=40108 CPUtime=6.84
/proc/29672/task/29676/stat : 29676 (pb_cplex) R 29671 29671 29541 0 -1 4202560 41 0 0 0 682 2 0 0 25 0 2 0 177169393 41070592 4498 1992294400 134512640 146736320 4287008048 18446744073709551615 136007297 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 19.94
Current children cumulated vsize (KiB) 48808

[startup+25.5008 s]
/proc/loadavg: 2.02 1.65 0.85 3/109 29678
/proc/meminfo: memFree=1289064/2059040 swapFree=4134900/4192956
[pid=29671] ppid=29669 vsize=8700 CPUtime=0
/proc/29671/stat : 29671 (run) S 29669 29671 29541 0 -1 4202496 365 0 0 0 0 0 0 0 18 0 1 0 177168874 8908800 249 1992294400 4194304 4922060 140733413663024 18446744073709551615 216120532101 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29671/statm: 2175 249 208 178 0 68 0
[pid=29672] ppid=29671 vsize=40624 CPUtime=43.9
/proc/29672/stat : 29672 (pb_cplex) R 29671 29671 29541 0 -1 4202496 22796 0 0 0 4362 28 0 0 17 0 2 0 177168874 41598976 4605 1992294400 134512640 146736320 4287008048 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/29672/statm: 10156 4605 1015 2985 0 6698 0
[pid=29672/tid=29676] ppid=29671 vsize=40624 CPUtime=19.2
/proc/29672/task/29676/stat : 29676 (pb_cplex) R 29671 29671 29541 0 -1 4202560 279 0 0 0 1911 9 0 0 18 0 2 0 177169393 41598976 4605 1992294400 134512640 146736320 4287008048 18446744073709551615 136007668 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 43.9
Current children cumulated vsize (KiB) 49324

[startup+51.1005 s]
/proc/loadavg: 2.02 1.68 0.88 3/109 29678
/proc/meminfo: memFree=1289064/2059040 swapFree=4134900/4192956
[pid=29671] ppid=29669 vsize=8700 CPUtime=0
/proc/29671/stat : 29671 (run) S 29669 29671 29541 0 -1 4202496 365 0 0 0 0 0 0 0 18 0 1 0 177168874 8908800 249 1992294400 4194304 4922060 140733413663024 18446744073709551615 216120532101 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29671/statm: 2175 249 208 178 0 68 0
[pid=29672] ppid=29671 vsize=41648 CPUtime=91.12
/proc/29672/stat : 29672 (pb_cplex) R 29671 29671 29541 0 -1 4202496 32593 0 0 0 9057 55 0 0 18 0 2 0 177168874 42647552 4732 1992294400 134512640 146736320 4287008048 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/29672/statm: 10412 4732 1015 2985 0 6954 0
[pid=29672/tid=29676] ppid=29671 vsize=41648 CPUtime=43.55
/proc/29672/task/29676/stat : 29676 (pb_cplex) R 29671 29671 29541 0 -1 4202560 457 0 0 0 4333 22 0 0 19 0 2 0 177169393 42647552 4732 1992294400 134512640 146736320 4287008048 18446744073709551615 136403116 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 91.12
Current children cumulated vsize (KiB) 50348

[startup+102.309 s]
/proc/loadavg: 1.83 1.69 0.92 2/109 29680
/proc/meminfo: memFree=1286584/2059040 swapFree=4134900/4192956
[pid=29671] ppid=29669 vsize=8700 CPUtime=0
/proc/29671/stat : 29671 (run) S 29669 29671 29541 0 -1 4202496 365 0 0 0 0 0 0 0 18 0 1 0 177168874 8908800 249 1992294400 4194304 4922060 140733413663024 18446744073709551615 216120532101 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29671/statm: 2175 249 208 178 0 68 0
[pid=29672] ppid=29671 vsize=44716 CPUtime=173.11
/proc/29672/stat : 29672 (pb_cplex) R 29671 29671 29541 0 -1 4202496 47551 0 0 0 17213 98 0 0 25 0 2 0 177168874 45789184 5255 1992294400 134512640 146736320 4287008048 18446744073709551615 136403109 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/29672/statm: 11179 5255 1024 2985 0 7721 0
[pid=29672/tid=29676] ppid=29671 vsize=44716 CPUtime=77.61
/proc/29672/task/29676/stat : 29676 (pb_cplex) S 29671 29671 29541 0 -1 4202560 3466 0 0 0 7721 40 0 0 21 0 2 0 177169393 45789184 5255 1992294400 134512640 146736320 4287008048 18446744073709551615 144580073 0 2 4096 16387 18446604437871798976 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 173.11
Current children cumulated vsize (KiB) 53416

[startup+162.301 s]
/proc/loadavg: 2.17 1.81 1.01 3/109 29680
/proc/meminfo: memFree=1289064/2059040 swapFree=4134900/4192956
[pid=29671] ppid=29669 vsize=8700 CPUtime=0
/proc/29671/stat : 29671 (run) S 29669 29671 29541 0 -1 4202496 365 0 0 0 0 0 0 0 18 0 1 0 177168874 8908800 249 1992294400 4194304 4922060 140733413663024 18446744073709551615 216120532101 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29671/statm: 2175 249 208 178 0 68 0
[pid=29672] ppid=29671 vsize=41132 CPUtime=282.21
/proc/29672/stat : 29672 (pb_cplex) R 29671 29671 29541 0 -1 4202496 58449 0 0 0 28069 152 0 0 16 0 2 0 177168874 42119168 4649 1992294400 134512640 146736320 4287008048 18446744073709551615 139023058 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/29672/statm: 10283 4649 1024 2985 0 6825 0
[pid=29672/tid=29676] ppid=29671 vsize=41132 CPUtime=133.25
/proc/29672/task/29676/stat : 29676 (pb_cplex) R 29671 29671 29541 0 -1 4202560 4962 0 0 0 13258 67 0 0 18 0 2 0 177169393 42119168 4649 1992294400 134512640 146736320 4287008048 18446744073709551615 136403129 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 49832

[startup+222.301 s]
/proc/loadavg: 1.93 1.81 1.06 3/109 29682
/proc/meminfo: memFree=1288692/2059040 swapFree=4134900/4192956
[pid=29671] ppid=29669 vsize=8700 CPUtime=0
/proc/29671/stat : 29671 (run) S 29669 29671 29541 0 -1 4202496 365 0 0 0 0 0 0 0 18 0 1 0 177168874 8908800 249 1992294400 4194304 4922060 140733413663024 18446744073709551615 216120532101 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29671/statm: 2175 249 208 178 0 68 0
[pid=29672] ppid=29671 vsize=41132 CPUtime=394.21
/proc/29672/stat : 29672 (pb_cplex) R 29671 29671 29541 0 -1 4202496 66546 0 0 0 39205 216 0 0 18 0 2 0 177168874 42119168 4650 1992294400 134512640 146736320 4287008048 18446744073709551615 136007056 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/29672/statm: 10283 4650 1024 2985 0 6825 0
[pid=29672/tid=29676] ppid=29671 vsize=41132 CPUtime=189.18
/proc/29672/task/29676/stat : 29676 (pb_cplex) R 29671 29671 29541 0 -1 4202560 11005 0 0 0 18818 100 0 0 17 0 2 0 177169393 42119168 4650 1992294400 134512640 146736320 4287008048 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 394.21
Current children cumulated vsize (KiB) 49832

[startup+282.3 s]
/proc/loadavg: 1.88 1.82 1.11 3/109 29684
/proc/meminfo: memFree=1288568/2059040 swapFree=4134900/4192956
[pid=29671] ppid=29669 vsize=8700 CPUtime=0
/proc/29671/stat : 29671 (run) S 29669 29671 29541 0 -1 4202496 365 0 0 0 0 0 0 0 18 0 1 0 177168874 8908800 249 1992294400 4194304 4922060 140733413663024 18446744073709551615 216120532101 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29671/statm: 2175 249 208 178 0 68 0
[pid=29672] ppid=29671 vsize=41132 CPUtime=506.94
/proc/29672/stat : 29672 (pb_cplex) R 29671 29671 29541 0 -1 4202496 75211 0 0 0 50412 282 0 0 18 0 2 0 177168874 42119168 4650 1992294400 134512640 146736320 4287008048 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/29672/statm: 10283 4650 1024 2985 0 6825 0
[pid=29672/tid=29676] ppid=29671 vsize=41132 CPUtime=246.84
/proc/29672/task/29676/stat : 29676 (pb_cplex) R 29671 29671 29541 0 -1 4202560 11200 0 0 0 24554 130 0 0 18 0 2 0 177169393 42119168 4650 1992294400 134512640 146736320 4287008048 18446744073709551615 136400586 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 506.94
Current children cumulated vsize (KiB) 49832

[startup+342.3 s]
/proc/loadavg: 2.01 1.87 1.17 3/109 29686
/proc/meminfo: memFree=1288692/2059040 swapFree=4134900/4192956
[pid=29671] ppid=29669 vsize=8700 CPUtime=0
/proc/29671/stat : 29671 (run) S 29669 29671 29541 0 -1 4202496 365 0 0 0 0 0 0 0 18 0 1 0 177168874 8908800 249 1992294400 4194304 4922060 140733413663024 18446744073709551615 216120532101 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0

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


[startup+402.302 s]
/proc/loadavg: 2.11 1.92 1.23 3/109 29688
/proc/meminfo: memFree=1288692/2059040 swapFree=4134900/4192956
[pid=29671] ppid=29669 vsize=8700 CPUtime=0
/proc/29671/stat : 29671 (run) S 29669 29671 29541 0 -1 4202496 365 0 0 0 0 0 0 0 18 0 1 0 177168874 8908800 249 1992294400 4194304 4922060 140733413663024 18446744073709551615 216120532101 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29671/statm: 2175 249 208 178 0 68 0
[pid=29672] ppid=29671 vsize=41132 CPUtime=730.74
/proc/29672/stat : 29672 (pb_cplex) R 29671 29671 29541 0 -1 4202496 89484 0 0 0 72668 406 0 0 17 0 2 0 177168874 42119168 4650 1992294400 134512640 146736320 4287008048 18446744073709551615 136385268 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/29672/statm: 10283 4650 1024 2985 0 6825 0
[pid=29672/tid=29676] ppid=29671 vsize=41132 CPUtime=360.91
/proc/29672/task/29676/stat : 29676 (pb_cplex) R 29671 29671 29541 0 -1 4202560 15736 0 0 0 35900 191 0 0 18 0 2 0 177169393 42119168 4650 1992294400 134512640 146736320 4287008048 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 730.74
Current children cumulated vsize (KiB) 49832

[startup+462.301 s]
/proc/loadavg: 2.04 1.93 1.27 4/109 29688
/proc/meminfo: memFree=1288692/2059040 swapFree=4134900/4192956
[pid=29671] ppid=29669 vsize=8700 CPUtime=0
/proc/29671/stat : 29671 (run) S 29669 29671 29541 0 -1 4202496 365 0 0 0 0 0 0 0 18 0 1 0 177168874 8908800 249 1992294400 4194304 4922060 140733413663024 18446744073709551615 216120532101 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29671/statm: 2175 249 208 178 0 68 0
[pid=29672] ppid=29671 vsize=41132 CPUtime=842.93
/proc/29672/stat : 29672 (pb_cplex) R 29671 29671 29541 0 -1 4202496 94892 0 0 0 83823 470 0 0 18 0 2 0 177168874 42119168 4651 1992294400 134512640 146736320 4287008048 18446744073709551615 135468718 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/29672/statm: 10283 4651 1024 2985 0 6825 0
[pid=29672/tid=29676] ppid=29671 vsize=41132 CPUtime=418.2
/proc/29672/task/29676/stat : 29676 (pb_cplex) R 29671 29671 29541 0 -1 4202560 15737 0 0 0 41599 221 0 0 18 0 2 0 177169393 42119168 4651 1992294400 134512640 146736320 4287008048 18446744073709551615 135450627 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 842.93
Current children cumulated vsize (KiB) 49832

[startup+522.301 s]
/proc/loadavg: 2.02 1.94 1.31 3/109 29690
/proc/meminfo: memFree=1288816/2059040 swapFree=4134900/4192956
[pid=29671] ppid=29669 vsize=8700 CPUtime=0
/proc/29671/stat : 29671 (run) S 29669 29671 29541 0 -1 4202496 365 0 0 0 0 0 0 0 18 0 1 0 177168874 8908800 249 1992294400 4194304 4922060 140733413663024 18446744073709551615 216120532101 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29671/statm: 2175 249 208 178 0 68 0
[pid=29672] ppid=29671 vsize=41132 CPUtime=956.15
/proc/29672/stat : 29672 (pb_cplex) R 29671 29671 29541 0 -1 4202496 104872 0 0 0 95081 534 0 0 20 0 2 0 177168874 42119168 4651 1992294400 134512640 146736320 4287008048 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/29672/statm: 10283 4651 1024 2985 0 6825 0
[pid=29672/tid=29676] ppid=29671 vsize=41132 CPUtime=474.01
/proc/29672/task/29676/stat : 29676 (pb_cplex) R 29671 29671 29541 0 -1 4202560 16981 0 0 0 47150 251 0 0 16 0 2 0 177169393 42119168 4651 1992294400 134512640 146736320 4287008048 18446744073709551615 139042892 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 956.15
Current children cumulated vsize (KiB) 49832

[startup+582.301 s]
/proc/loadavg: 1.99 1.95 1.36 4/109 29692
/proc/meminfo: memFree=1288816/2059040 swapFree=4134900/4192956
[pid=29671] ppid=29669 vsize=8700 CPUtime=0
/proc/29671/stat : 29671 (run) S 29669 29671 29541 0 -1 4202496 365 0 0 0 0 0 0 0 18 0 1 0 177168874 8908800 249 1992294400 4194304 4922060 140733413663024 18446744073709551615 216120532101 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29671/statm: 2175 249 208 178 0 68 0
[pid=29672] ppid=29671 vsize=41132 CPUtime=1069.64
/proc/29672/stat : 29672 (pb_cplex) R 29671 29671 29541 0 -1 4202496 108601 0 0 0 106370 594 0 0 19 0 2 0 177168874 42119168 4652 1992294400 134512640 146736320 4287008048 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/29672/statm: 10283 4652 1024 2985 0 6825 0
[pid=29672/tid=29676] ppid=29671 vsize=41132 CPUtime=531.04
/proc/29672/task/29676/stat : 29676 (pb_cplex) R 29671 29671 29541 0 -1 4202560 16981 0 0 0 52823 281 0 0 17 0 2 0 177169393 42119168 4652 1992294400 134512640 146736320 4287008048 18446744073709551615 139044554 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1069.64
Current children cumulated vsize (KiB) 49832

[startup+642.301 s]
/proc/loadavg: 2.15 2.00 1.41 3/109 29694
/proc/meminfo: memFree=1288816/2059040 swapFree=4134900/4192956
[pid=29671] ppid=29669 vsize=8700 CPUtime=0
/proc/29671/stat : 29671 (run) S 29669 29671 29541 0 -1 4202496 365 0 0 0 0 0 0 0 18 0 1 0 177168874 8908800 249 1992294400 4194304 4922060 140733413663024 18446744073709551615 216120532101 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29671/statm: 2175 249 208 178 0 68 0
[pid=29672] ppid=29671 vsize=41132 CPUtime=1182.43
/proc/29672/stat : 29672 (pb_cplex) R 29671 29671 29541 0 -1 4202496 112344 0 0 0 117592 651 0 0 18 0 2 0 177168874 42119168 4653 1992294400 134512640 146736320 4287008048 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/29672/statm: 10283 4653 1024 2985 0 6825 0
[pid=29672/tid=29676] ppid=29671 vsize=41132 CPUtime=586.69
/proc/29672/task/29676/stat : 29676 (pb_cplex) R 29671 29671 29541 0 -1 4202560 16981 0 0 0 58359 310 0 0 18 0 2 0 177169393 42119168 4653 1992294400 134512640 146736320 4287008048 18446744073709551615 136403116 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1182.43
Current children cumulated vsize (KiB) 49832

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

[startup+646.301 s]
/proc/loadavg: 2.14 2.00 1.41 3/109 29694
/proc/meminfo: memFree=1288816/2059040 swapFree=4134900/4192956
[pid=29671] ppid=29669 vsize=8700 CPUtime=0
/proc/29671/stat : 29671 (run) S 29669 29671 29541 0 -1 4202496 365 0 0 0 0 0 0 0 18 0 1 0 177168874 8908800 249 1992294400 4194304 4922060 140733413663024 18446744073709551615 216120532101 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29671/statm: 2175 249 208 178 0 68 0
[pid=29672] ppid=29671 vsize=41132 CPUtime=1189.83
/proc/29672/stat : 29672 (pb_cplex) R 29671 29671 29541 0 -1 4202496 112536 0 0 0 118327 656 0 0 19 0 2 0 177168874 42119168 4653 1992294400 134512640 146736320 4287008048 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/29672/statm: 10283 4653 1024 2985 0 6825 0
[pid=29672/tid=29676] ppid=29671 vsize=41132 CPUtime=590.37
/proc/29672/task/29676/stat : 29676 (pb_cplex) R 29671 29671 29541 0 -1 4202560 16981 0 0 0 58725 312 0 0 18 0 2 0 177169393 42119168 4653 1992294400 134512640 146736320 4287008048 18446744073709551615 136007616 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1189.83
Current children cumulated vsize (KiB) 49832

[startup+649.501 s]
/proc/loadavg: 2.14 2.00 1.41 4/109 29694
/proc/meminfo: memFree=1288816/2059040 swapFree=4134900/4192956
[pid=29671] ppid=29669 vsize=8700 CPUtime=0
/proc/29671/stat : 29671 (run) S 29669 29671 29541 0 -1 4202496 365 0 0 0 0 0 0 0 18 0 1 0 177168874 8908800 249 1992294400 4194304 4922060 140733413663024 18446744073709551615 216120532101 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29671/statm: 2175 249 208 178 0 68 0
[pid=29672] ppid=29671 vsize=41132 CPUtime=1195.78
/proc/29672/stat : 29672 (pb_cplex) R 29671 29671 29541 0 -1 4202496 112548 0 0 0 118920 658 0 0 19 0 2 0 177168874 42119168 4653 1992294400 134512640 146736320 4287008048 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/29672/statm: 10283 4653 1024 2985 0 6825 0
[pid=29672/tid=29676] ppid=29671 vsize=41132 CPUtime=593.24
/proc/29672/task/29676/stat : 29676 (pb_cplex) R 29671 29671 29541 0 -1 4202560 16981 0 0 0 59011 313 0 0 16 0 2 0 177169393 42119168 4653 1992294400 134512640 146736320 4287008048 18446744073709551615 135999600 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1195.78
Current children cumulated vsize (KiB) 49832

[startup+651.101 s]
/proc/loadavg: 2.21 2.01 1.42 3/109 29694
/proc/meminfo: memFree=1288816/2059040 swapFree=4134900/4192956
[pid=29671] ppid=29669 vsize=8700 CPUtime=0
/proc/29671/stat : 29671 (run) S 29669 29671 29541 0 -1 4202496 365 0 0 0 0 0 0 0 18 0 1 0 177168874 8908800 249 1992294400 4194304 4922060 140733413663024 18446744073709551615 216120532101 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29671/statm: 2175 249 208 178 0 68 0
[pid=29672] ppid=29671 vsize=41132 CPUtime=1198.81
/proc/29672/stat : 29672 (pb_cplex) R 29671 29671 29541 0 -1 4202496 112922 0 0 0 119223 658 0 0 22 0 2 0 177168874 42119168 4653 1992294400 134512640 146736320 4287008048 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/29672/statm: 10283 4653 1024 2985 0 6825 0
[pid=29672/tid=29676] ppid=29671 vsize=41132 CPUtime=594.69
/proc/29672/task/29676/stat : 29676 (pb_cplex) R 29671 29671 29541 0 -1 4202560 16981 0 0 0 59156 313 0 0 17 0 2 0 177169393 42119168 4653 1992294400 134512640 146736320 4287008048 18446744073709551615 135854189 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1198.81
Current children cumulated vsize (KiB) 49832

[startup+651.901 s]
/proc/loadavg: 2.21 2.01 1.42 3/109 29694
/proc/meminfo: memFree=1288816/2059040 swapFree=4134900/4192956
[pid=29671] ppid=29669 vsize=8700 CPUtime=0
/proc/29671/stat : 29671 (run) S 29669 29671 29541 0 -1 4202496 365 0 0 0 0 0 0 0 18 0 1 0 177168874 8908800 249 1992294400 4194304 4922060 140733413663024 18446744073709551615 216120532101 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29671/statm: 2175 249 208 178 0 68 0
[pid=29672] ppid=29671 vsize=41132 CPUtime=1200.28
/proc/29672/stat : 29672 (pb_cplex) R 29671 29671 29541 0 -1 4202496 112922 0 0 0 119368 660 0 0 18 0 2 0 177168874 42119168 4653 1992294400 134512640 146736320 4287008048 18446744073709551615 136388565 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/29672/statm: 10283 4653 1024 2985 0 6825 0
[pid=29672/tid=29676] ppid=29671 vsize=41132 CPUtime=595.44
/proc/29672/task/29676/stat : 29676 (pb_cplex) R 29671 29671 29541 0 -1 4202560 16981 0 0 0 59230 314 0 0 17 0 2 0 177169393 42119168 4653 1992294400 134512640 146736320 4287008048 18446744073709551615 139028308 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1200.28
Current children cumulated vsize (KiB) 49832

[startup+652.701 s]
/proc/loadavg: 2.21 2.01 1.42 3/109 29694
/proc/meminfo: memFree=1288816/2059040 swapFree=4134900/4192956
[pid=29671] ppid=29669 vsize=8700 CPUtime=0
/proc/29671/stat : 29671 (run) S 29669 29671 29541 0 -1 4202496 365 0 0 0 0 0 0 0 18 0 1 0 177168874 8908800 249 1992294400 4194304 4922060 140733413663024 18446744073709551615 216120532101 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29671/statm: 2175 249 208 178 0 68 0
[pid=29672] ppid=29671 vsize=41132 CPUtime=1201.8
/proc/29672/stat : 29672 (pb_cplex) R 29671 29671 29541 0 -1 4202496 112922 0 0 0 119520 660 0 0 17 0 2 0 177168874 42119168 4653 1992294400 134512640 146736320 4287008048 18446744073709551615 135525953 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/29672/statm: 10283 4653 1024 2985 0 6825 0
[pid=29672/tid=29676] ppid=29671 vsize=41132 CPUtime=596.24
/proc/29672/task/29676/stat : 29676 (pb_cplex) R 29671 29671 29541 0 -1 4202560 16981 0 0 0 59310 314 0 0 18 0 2 0 177169393 42119168 4653 1992294400 134512640 146736320 4287008048 18446744073709551615 135468506 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1201.8
Current children cumulated vsize (KiB) 49832

[startup+653.101 s]
/proc/loadavg: 2.21 2.01 1.42 3/109 29694
/proc/meminfo: memFree=1288816/2059040 swapFree=4134900/4192956
[pid=29671] ppid=29669 vsize=8700 CPUtime=0
/proc/29671/stat : 29671 (run) S 29669 29671 29541 0 -1 4202496 365 0 0 0 0 0 0 0 18 0 1 0 177168874 8908800 249 1992294400 4194304 4922060 140733413663024 18446744073709551615 216120532101 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29671/statm: 2175 249 208 178 0 68 0
[pid=29672] ppid=29671 vsize=41132 CPUtime=1202.59
/proc/29672/stat : 29672 (pb_cplex) R 29671 29671 29541 0 -1 4202496 112922 0 0 0 119598 661 0 0 18 0 2 0 177168874 42119168 4653 1992294400 134512640 146736320 4287008048 18446744073709551615 136388081 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/29672/statm: 10283 4653 1024 2985 0 6825 0
[pid=29672/tid=29676] ppid=29671 vsize=41132 CPUtime=596.64
/proc/29672/task/29676/stat : 29676 (pb_cplex) R 29671 29671 29541 0 -1 4202560 16981 0 0 0 59349 315 0 0 18 0 2 0 177169393 42119168 4653 1992294400 134512640 146736320 4287008048 18446744073709551615 136000487 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1202.59
Current children cumulated vsize (KiB) 49832

[startup+653.201 s]
/proc/loadavg: 2.21 2.01 1.42 3/109 29694
/proc/meminfo: memFree=1288816/2059040 swapFree=4134900/4192956
[pid=29671] ppid=29669 vsize=8700 CPUtime=0
/proc/29671/stat : 29671 (run) S 29669 29671 29541 0 -1 4202496 365 0 0 0 0 0 0 0 18 0 1 0 177168874 8908800 249 1992294400 4194304 4922060 140733413663024 18446744073709551615 216120532101 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29671/statm: 2175 249 208 178 0 68 0
[pid=29672] ppid=29671 vsize=41132 CPUtime=1202.75
/proc/29672/stat : 29672 (pb_cplex) S 29671 29671 29541 0 -1 4202496 112922 0 0 0 119614 661 0 0 18 0 2 0 177168874 42119168 4653 1992294400 134512640 146736320 4287008048 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/29672/statm: 10283 4653 1024 2985 0 6825 0
[pid=29672/tid=29676] ppid=29671 vsize=41132 CPUtime=596.74
/proc/29672/task/29676/stat : 29676 (pb_cplex) R 29671 29671 29541 0 -1 4202560 16981 0 0 0 59359 315 0 0 18 0 2 0 177169393 42119168 4653 1992294400 134512640 146736320 4287008048 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1202.75
Current children cumulated vsize (KiB) 49832

Child status: 0
Real time (s): 653.219
CPU time (s): 1202.78
CPU user time (s): 1196.16
CPU system time (s): 6.61699
CPU usage (%): 184.131
Max. virtual memory (cumulated for all children) (KiB): 60020

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1196.16
system time used= 6.61699
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 113309
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= 95017
involuntary context switches= 19415

runsolver used 1.18682 second user time and 3.35149 second system time

The end

Launcher Data

Begin job on node002 at 2010-07-01 22:20:49
IDJOB=2695945
IDBENCH=1357
IDSOLVER=1209
FILE ID=node002/2695945-1278015649
PBS_JOBID= 11198752
Free space on /tmp= 62388 MiB

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

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

MD5SUM BENCH= d36c8f083b4352ee7b6379767e1c28ad
RANDOM SEED=1225569272

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1305488 kB
Buffers:        194764 kB
Cached:         443704 kB
SwapCached:      10952 kB
Active:         301188 kB
Inactive:       350816 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1305488 kB
SwapTotal:     4192956 kB
SwapFree:      4134900 kB
Dirty:           16648 kB
Writeback:           0 kB
AnonPages:       11792 kB
Mapped:           8404 kB
Slab:            79584 kB
PageTables:       4200 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182108 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= 62372 MiB
End job on node002 at 2010-07-01 22:31:42