Trace number 2695944

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 1726.27 931.834

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
namasivayam/tsp/normalized-t3002.11tsp11.1900557957.opb
MD5SUMaacf18cf0b8ed9727f2f81c2bd5074e6
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 benchmark47.4028
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 717
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-2695944-1278015153.opb.
0.00/0.00	c Instance file HOME/instance-2695944-1278015153.opb
0.00/0.00	c File size is 83375 bytes.
0.00/0.03	c Highest Coefficient sum: 717
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 ===============================================================================
1726.23/931.83	c Remaining time 1799.96 sec.
1726.23/931.83	s UNSATISFIABLE
1726.23/931.83	c Total CPU time              : 1716.02 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-2695944-1278015153/watcher-2695944-1278015153 -o /tmp/evaluation-result-2695944-1278015153/solver-2695944-1278015153 -C 1800 -W 2000 -M 1800 run HOME/instance-2695944-1278015153.opb 

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


[startup+0 s]
/proc/loadavg: 0.07 0.02 0.00 3/106 23789
/proc/meminfo: memFree=1345888/2059040 swapFree=4135876/4192956
[pid=23789] ppid=23787 vsize=8700 CPUtime=0
/proc/23789/stat : 23789 (run) S 23787 23789 23705 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 177116865 8908800 248 1992294400 4194304 4922060 140734138184016 18446744073709551615 257316985989 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23789/statm: 2175 248 208 178 0 68 0

[startup+0.0259541 s]
/proc/loadavg: 0.07 0.02 0.00 3/106 23789
/proc/meminfo: memFree=1345888/2059040 swapFree=4135876/4192956
[pid=23789] ppid=23787 vsize=8700 CPUtime=0
/proc/23789/stat : 23789 (run) S 23787 23789 23705 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 177116865 8908800 248 1992294400 4194304 4922060 140734138184016 18446744073709551615 257316985989 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23789/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.105682 s]
/proc/loadavg: 0.07 0.02 0.00 3/106 23789
/proc/meminfo: memFree=1345888/2059040 swapFree=4135876/4192956
[pid=23789] ppid=23787 vsize=8700 CPUtime=0
/proc/23789/stat : 23789 (run) S 23787 23789 23705 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 177116865 8908800 248 1992294400 4194304 4922060 140734138184016 18446744073709551615 257316985989 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23789/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300678 s]
/proc/loadavg: 0.07 0.02 0.00 3/106 23789
/proc/meminfo: memFree=1345888/2059040 swapFree=4135876/4192956
[pid=23789] ppid=23787 vsize=8700 CPUtime=0
/proc/23789/stat : 23789 (run) S 23787 23789 23705 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 177116865 8908800 248 1992294400 4194304 4922060 140734138184016 18446744073709551615 257316985989 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23789/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700671 s]
/proc/loadavg: 0.07 0.02 0.00 3/106 23789
/proc/meminfo: memFree=1345888/2059040 swapFree=4135876/4192956
[pid=23789] ppid=23787 vsize=8700 CPUtime=0
/proc/23789/stat : 23789 (run) S 23787 23789 23705 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 177116865 8908800 248 1992294400 4194304 4922060 140734138184016 18446744073709551615 257316985989 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23789/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50066 s]
/proc/loadavg: 0.07 0.02 0.00 2/109 23792
/proc/meminfo: memFree=1334828/2059040 swapFree=4135876/4192956
[pid=23789] ppid=23787 vsize=8700 CPUtime=0
/proc/23789/stat : 23789 (run) S 23787 23789 23705 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 177116865 8908800 248 1992294400 4194304 4922060 140734138184016 18446744073709551615 257316985989 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23789/statm: 2175 248 208 178 0 68 0
[pid=23790] ppid=23789 vsize=39180 CPUtime=1.79
/proc/23790/stat : 23790 (pb_cplex) R 23789 23789 23705 0 -1 4202496 5994 0 0 0 176 3 0 0 17 0 2 0 177116865 40120320 3702 1992294400 134512640 146736320 4291172960 18446744073709551615 136402277 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/23790/statm: 9795 3702 984 2985 0 6337 0
[pid=23790/tid=23792] ppid=23789 vsize=39180 CPUtime=0.41
/proc/23790/task/23792/stat : 23792 (pb_cplex) R 23789 23789 23705 0 -1 4202560 592 0 0 0 41 0 0 0 16 0 2 0 177116946 40120320 3702 1992294400 134512640 146736320 4291172960 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.79
Current children cumulated vsize (KiB) 47880

[startup+3.10163 s]
/proc/loadavg: 0.07 0.02 0.00 4/109 23792
/proc/meminfo: memFree=1333464/2059040 swapFree=4135876/4192956
[pid=23789] ppid=23787 vsize=8700 CPUtime=0
/proc/23789/stat : 23789 (run) S 23787 23789 23705 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 177116865 8908800 248 1992294400 4194304 4922060 140734138184016 18446744073709551615 257316985989 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23789/statm: 2175 248 208 178 0 68 0
[pid=23790] ppid=23789 vsize=39852 CPUtime=4.69
/proc/23790/stat : 23790 (pb_cplex) R 23789 23789 23705 0 -1 4202496 6724 0 0 0 464 5 0 0 18 0 2 0 177116865 40808448 3918 1992294400 134512640 146736320 4291172960 18446744073709551615 139042897 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/23790/statm: 9963 3918 984 2985 0 6505 0
[pid=23790/tid=23792] ppid=23789 vsize=39852 CPUtime=1.78
/proc/23790/task/23792/stat : 23792 (pb_cplex) R 23789 23789 23705 0 -1 4202560 760 0 0 0 177 1 0 0 16 0 2 0 177116946 40808448 3918 1992294400 134512640 146736320 4291172960 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4.69
Current children cumulated vsize (KiB) 48552

[startup+6.30057 s]
/proc/loadavg: 0.15 0.03 0.01 2/109 23794
/proc/meminfo: memFree=1333588/2059040 swapFree=4135876/4192956
[pid=23789] ppid=23787 vsize=8700 CPUtime=0
/proc/23789/stat : 23789 (run) S 23787 23789 23705 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 177116865 8908800 248 1992294400 4194304 4922060 140734138184016 18446744073709551615 257316985989 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23789/statm: 2175 248 208 178 0 68 0
[pid=23790] ppid=23789 vsize=40816 CPUtime=8.44
/proc/23790/stat : 23790 (pb_cplex) R 23789 23789 23705 0 -1 4202496 9084 0 0 0 838 6 0 0 25 0 2 0 177116865 41795584 4318 1992294400 134512640 146736320 4291172960 18446744073709551615 139044502 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/23790/statm: 10204 4318 997 2985 0 6746 0
[pid=23790/tid=23794] ppid=23789 vsize=40816 CPUtime=0.13
/proc/23790/task/23794/stat : 23794 (pb_cplex) R 23789 23789 23705 0 -1 4202560 435 0 0 0 13 0 0 0 18 0 2 0 177117381 41795584 4318 1992294400 134512640 146736320 4291172960 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 8.44
Current children cumulated vsize (KiB) 49516

[startup+12.7015 s]
/proc/loadavg: 0.29 0.06 0.02 3/109 23794
/proc/meminfo: memFree=1331852/2059040 swapFree=4135876/4192956
[pid=23789] ppid=23787 vsize=8700 CPUtime=0
/proc/23789/stat : 23789 (run) S 23787 23789 23705 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 177116865 8908800 248 1992294400 4194304 4922060 140734138184016 18446744073709551615 257316985989 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23789/statm: 2175 248 208 178 0 68 0
[pid=23790] ppid=23789 vsize=39072 CPUtime=19.83
/proc/23790/stat : 23790 (pb_cplex) R 23789 23789 23705 0 -1 4202496 22958 0 0 0 1967 16 0 0 18 0 2 0 177116865 40009728 4108 1992294400 134512640 146736320 4291172960 18446744073709551615 135450726 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/23790/statm: 9768 4108 997 2985 0 6310 0
[pid=23790/tid=23794] ppid=23789 vsize=39072 CPUtime=5.47
/proc/23790/task/23794/stat : 23794 (pb_cplex) R 23789 23789 23705 0 -1 4202560 5467 0 0 0 544 3 0 0 16 0 2 0 177117381 40009728 4108 1992294400 134512640 146736320 4291172960 18446744073709551615 136403114 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 19.83
Current children cumulated vsize (KiB) 47772

[startup+25.5002 s]
/proc/loadavg: 0.83 0.19 0.06 4/109 23794
/proc/meminfo: memFree=1331728/2059040 swapFree=4135876/4192956
[pid=23789] ppid=23787 vsize=8700 CPUtime=0
/proc/23789/stat : 23789 (run) S 23787 23789 23705 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 177116865 8908800 248 1992294400 4194304 4922060 140734138184016 18446744073709551615 257316985989 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23789/statm: 2175 248 208 178 0 68 0
[pid=23790] ppid=23789 vsize=38900 CPUtime=43.49
/proc/23790/stat : 23790 (pb_cplex) R 23789 23789 23705 0 -1 4202496 37013 0 0 0 4314 35 0 0 18 0 2 0 177116865 39833600 4144 1992294400 134512640 146736320 4291172960 18446744073709551615 136403116 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/23790/statm: 9725 4144 997 2985 0 6267 0
[pid=23790/tid=23794] ppid=23789 vsize=38900 CPUtime=16.71
/proc/23790/task/23794/stat : 23794 (pb_cplex) S 23789 23789 23705 0 -1 4202560 13369 0 0 0 1657 14 0 0 16 0 2 0 177117381 39833600 4144 1992294400 134512640 146736320 4291172960 18446744073709551615 144580073 0 2 4096 16387 18446604437838453504 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 43.49
Current children cumulated vsize (KiB) 47600

[startup+51.1008 s]
/proc/loadavg: 1.23 0.34 0.11 3/109 23794
/proc/meminfo: memFree=1331356/2059040 swapFree=4135876/4192956
[pid=23789] ppid=23787 vsize=8700 CPUtime=0
/proc/23789/stat : 23789 (run) S 23787 23789 23705 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 177116865 8908800 248 1992294400 4194304 4922060 140734138184016 18446744073709551615 257316985989 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23789/statm: 2175 248 208 178 0 68 0
[pid=23790] ppid=23789 vsize=39260 CPUtime=91.37
/proc/23790/stat : 23790 (pb_cplex) R 23789 23789 23705 0 -1 4202496 59139 0 0 0 9068 69 0 0 17 0 2 0 177116865 40202240 4261 1992294400 134512640 146736320 4291172960 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/23790/statm: 9815 4261 997 2985 0 6357 0
[pid=23790/tid=23794] ppid=23789 vsize=39260 CPUtime=41.08
/proc/23790/task/23794/stat : 23794 (pb_cplex) R 23789 23789 23705 0 -1 4202560 25736 0 0 0 4075 33 0 0 18 0 2 0 177117381 40202240 4261 1992294400 134512640 146736320 4291172960 18446744073709551615 136006931 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 91.37
Current children cumulated vsize (KiB) 47960

[startup+102.309 s]
/proc/loadavg: 1.46 0.54 0.19 5/109 23799
/proc/meminfo: memFree=1330736/2059040 swapFree=4135876/4192956
[pid=23789] ppid=23787 vsize=8700 CPUtime=0
/proc/23789/stat : 23789 (run) S 23787 23789 23705 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 177116865 8908800 248 1992294400 4194304 4922060 140734138184016 18446744073709551615 257316985989 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23789/statm: 2175 248 208 178 0 68 0
[pid=23790] ppid=23789 vsize=39444 CPUtime=174.32
/proc/23790/stat : 23790 (pb_cplex) R 23789 23789 23705 0 -1 4202496 101611 0 0 0 17306 126 0 0 17 0 2 0 177116865 40390656 4336 1992294400 134512640 146736320 4291172960 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/23790/statm: 9861 4336 1007 2985 0 6403 0
[pid=23790/tid=23794] ppid=23789 vsize=39444 CPUtime=76.29
/proc/23790/task/23794/stat : 23794 (pb_cplex) R 23789 23789 23705 0 -1 4202560 35211 0 0 0 7575 54 0 0 18 0 2 0 177117381 40390656 4336 1992294400 134512640 146736320 4291172960 18446744073709551615 136008266 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 174.32
Current children cumulated vsize (KiB) 48144

[startup+162.301 s]
/proc/loadavg: 1.89 0.83 0.31 3/109 23801
/proc/meminfo: memFree=1329620/2059040 swapFree=4135876/4192956
[pid=23789] ppid=23787 vsize=8700 CPUtime=0
/proc/23789/stat : 23789 (run) S 23787 23789 23705 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 177116865 8908800 248 1992294400 4194304 4922060 140734138184016 18446744073709551615 257316985989 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23789/statm: 2175 248 208 178 0 68 0
[pid=23790] ppid=23789 vsize=40620 CPUtime=286.49
/proc/23790/stat : 23790 (pb_cplex) R 23789 23789 23705 0 -1 4202496 120751 0 0 0 28451 198 0 0 16 0 2 0 177116865 41594880 4640 1992294400 134512640 146736320 4291172960 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/23790/statm: 10155 4640 1007 2985 0 6697 0
[pid=23790/tid=23794] ppid=23789 vsize=40620 CPUtime=134.08
/proc/23790/task/23794/stat : 23794 (pb_cplex) R 23789 23789 23705 0 -1 4202560 42982 0 0 0 13318 90 0 0 18 0 2 0 177117381 41594880 4640 1992294400 134512640 146736320 4291172960 18446744073709551615 136008176 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 286.49
Current children cumulated vsize (KiB) 49320

[startup+222.301 s]
/proc/loadavg: 1.89 1.03 0.41 4/109 23803
/proc/meminfo: memFree=1330364/2059040 swapFree=4135876/4192956
[pid=23789] ppid=23787 vsize=8700 CPUtime=0
/proc/23789/stat : 23789 (run) S 23787 23789 23705 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 177116865 8908800 248 1992294400 4194304 4922060 140734138184016 18446744073709551615 257316985989 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23789/statm: 2175 248 208 178 0 68 0
[pid=23790] ppid=23789 vsize=39824 CPUtime=398.37
/proc/23790/stat : 23790 (pb_cplex) R 23789 23789 23705 0 -1 4202496 139658 0 0 0 39575 262 0 0 16 0 2 0 177116865 40779776 4469 1992294400 134512640 146736320 4291172960 18446744073709551615 135468614 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/23790/statm: 9956 4469 1007 2985 0 6498 0
[pid=23790/tid=23794] ppid=23789 vsize=39824 CPUtime=191.61
/proc/23790/task/23794/stat : 23794 (pb_cplex) R 23789 23789 23705 0 -1 4202560 51863 0 0 0 19038 123 0 0 18 0 2 0 177117381 40779776 4469 1992294400 134512640 146736320 4291172960 18446744073709551615 135982319 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 398.37
Current children cumulated vsize (KiB) 48524

[startup+282.302 s]
/proc/loadavg: 1.87 1.17 0.50 3/109 23803
/proc/meminfo: memFree=1330364/2059040 swapFree=4135876/4192956
[pid=23789] ppid=23787 vsize=8700 CPUtime=0
/proc/23789/stat : 23789 (run) S 23787 23789 23705 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 177116865 8908800 248 1992294400 4194304 4922060 140734138184016 18446744073709551615 257316985989 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23789/statm: 2175 248 208 178 0 68 0
[pid=23790] ppid=23789 vsize=39824 CPUtime=510.24
/proc/23790/stat : 23790 (pb_cplex) R 23789 23789 23705 0 -1 4202496 156682 0 0 0 50695 329 0 0 17 0 2 0 177116865 40779776 4473 1992294400 134512640 146736320 4291172960 18446744073709551615 136403109 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/23790/statm: 9956 4473 1007 2985 0 6498 0
[pid=23790/tid=23794] ppid=23789 vsize=39824 CPUtime=249.4
/proc/23790/task/23794/stat : 23794 (pb_cplex) R 23789 23789 23705 0 -1 4202560 58887 0 0 0 24785 155 0 0 17 0 2 0 177117381 40779776 4473 1992294400 134512640 146736320 4291172960 18446744073709551615 136403109 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 510.24
Current children cumulated vsize (KiB) 48524

[startup+342.3 s]
/proc/loadavg: 2.11 1.38 0.61 4/109 23805
/proc/meminfo: memFree=1330240/2059040 swapFree=4135876/4192956
[pid=23789] ppid=23787 vsize=8700 CPUtime=0
/proc/23789/stat : 23789 (run) S 23787 23789 23705 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 177116865 8908800 248 1992294400 4194304 4922060 140734138184016 18446744073709551615 257316985989 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0

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


[startup+762.309 s]
/proc/loadavg: 1.95 1.86 1.12 2/109 23817
/proc/meminfo: memFree=1330240/2059040 swapFree=4135876/4192956
[pid=23789] ppid=23787 vsize=8700 CPUtime=0
/proc/23789/stat : 23789 (run) S 23787 23789 23705 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 177116865 8908800 248 1992294400 4194304 4922060 140734138184016 18446744073709551615 257316985989 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23789/statm: 2175 248 208 178 0 68 0
[pid=23790] ppid=23789 vsize=39828 CPUtime=1407.74
/proc/23790/stat : 23790 (pb_cplex) R 23789 23789 23705 0 -1 4202496 257145 0 0 0 139935 839 0 0 17 0 2 0 177116865 40783872 4491 1992294400 134512640 146736320 4291172960 18446744073709551615 136403112 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/23790/statm: 9957 4491 1007 2985 0 6499 0
[pid=23790/tid=23794] ppid=23789 vsize=39828 CPUtime=712.72
/proc/23790/task/23794/stat : 23794 (pb_cplex) R 23789 23789 23705 0 -1 4202560 96706 0 0 0 70862 410 0 0 18 0 2 0 177117381 40783872 4491 1992294400 134512640 146736320 4291172960 18446744073709551615 139042902 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1407.74
Current children cumulated vsize (KiB) 48528

[startup+822.301 s]
/proc/loadavg: 2.08 1.93 1.19 3/109 23819
/proc/meminfo: memFree=1330116/2059040 swapFree=4135876/4192956
[pid=23789] ppid=23787 vsize=8700 CPUtime=0
/proc/23789/stat : 23789 (run) S 23787 23789 23705 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 177116865 8908800 248 1992294400 4194304 4922060 140734138184016 18446744073709551615 257316985989 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23789/statm: 2175 248 208 178 0 68 0
[pid=23790] ppid=23789 vsize=39828 CPUtime=1520.66
/proc/23790/stat : 23790 (pb_cplex) R 23789 23789 23705 0 -1 4202496 268627 0 0 0 151157 909 0 0 18 0 2 0 177116865 40783872 4484 1992294400 134512640 146736320 4291172960 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/23790/statm: 9957 4484 1007 2985 0 6499 0
[pid=23790/tid=23794] ppid=23789 vsize=39828 CPUtime=771.03
/proc/23790/task/23794/stat : 23794 (pb_cplex) R 23789 23789 23705 0 -1 4202560 102896 0 0 0 76656 447 0 0 18 0 2 0 177117381 40783872 4484 1992294400 134512640 146736320 4291172960 18446744073709551615 136007622 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1520.66
Current children cumulated vsize (KiB) 48528

[startup+882.302 s]
/proc/loadavg: 2.13 1.97 1.25 2/109 23819
/proc/meminfo: memFree=1330116/2059040 swapFree=4135876/4192956
[pid=23789] ppid=23787 vsize=8700 CPUtime=0
/proc/23789/stat : 23789 (run) S 23787 23789 23705 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 177116865 8908800 248 1992294400 4194304 4922060 140734138184016 18446744073709551615 257316985989 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23789/statm: 2175 248 208 178 0 68 0
[pid=23790] ppid=23789 vsize=39828 CPUtime=1633.2
/proc/23790/stat : 23790 (pb_cplex) R 23789 23789 23705 0 -1 4202496 280339 0 0 0 162347 973 0 0 18 0 2 0 177116865 40783872 4481 1992294400 134512640 146736320 4291172960 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/23790/statm: 9957 4481 1007 2985 0 6499 0
[pid=23790/tid=23794] ppid=23789 vsize=39828 CPUtime=828.29
/proc/23790/task/23794/stat : 23794 (pb_cplex) R 23789 23789 23705 0 -1 4202560 109066 0 0 0 82350 479 0 0 18 0 2 0 177117381 40783872 4481 1992294400 134512640 146736320 4291172960 18446744073709551615 136007284 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1633.2
Current children cumulated vsize (KiB) 48528

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

[startup+895.9 s]
/proc/loadavg: 2.02 1.95 1.25 3/109 23821
/proc/meminfo: memFree=1330116/2059040 swapFree=4135876/4192956
[pid=23789] ppid=23787 vsize=8700 CPUtime=0
/proc/23789/stat : 23789 (run) S 23787 23789 23705 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 177116865 8908800 248 1992294400 4194304 4922060 140734138184016 18446744073709551615 257316985989 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23789/statm: 2175 248 208 178 0 68 0
[pid=23790] ppid=23789 vsize=39828 CPUtime=1658.67
/proc/23790/stat : 23790 (pb_cplex) R 23789 23789 23705 0 -1 4202496 280433 0 0 0 164878 989 0 0 18 0 2 0 177116865 40783872 4481 1992294400 134512640 146736320 4291172960 18446744073709551615 138462747 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/23790/statm: 9957 4481 1007 2985 0 6499 0
[pid=23790/tid=23794] ppid=23789 vsize=39828 CPUtime=841.23
/proc/23790/task/23794/stat : 23794 (pb_cplex) R 23789 23789 23705 0 -1 4202560 109160 0 0 0 83637 486 0 0 18 0 2 0 177117381 40783872 4481 1992294400 134512640 146736320 4291172960 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1658.67
Current children cumulated vsize (KiB) 48528

[startup+908.7 s]
/proc/loadavg: 2.02 1.95 1.26 3/109 23821
/proc/meminfo: memFree=1330240/2059040 swapFree=4135876/4192956
[pid=23789] ppid=23787 vsize=8700 CPUtime=0
/proc/23789/stat : 23789 (run) S 23787 23789 23705 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 177116865 8908800 248 1992294400 4194304 4922060 140734138184016 18446744073709551615 257316985989 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23789/statm: 2175 248 208 178 0 68 0
[pid=23790] ppid=23789 vsize=39828 CPUtime=1682.85
/proc/23790/stat : 23790 (pb_cplex) R 23789 23789 23705 0 -1 4202496 281809 0 0 0 167284 1001 0 0 17 0 2 0 177116865 40783872 4467 1992294400 134512640 146736320 4291172960 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/23790/statm: 9957 4467 1007 2985 0 6499 0
[pid=23790/tid=23794] ppid=23789 vsize=39828 CPUtime=853.65
/proc/23790/task/23794/stat : 23794 (pb_cplex) R 23789 23789 23705 0 -1 4202560 109767 0 0 0 84873 492 0 0 18 0 2 0 177117381 40783872 4467 1992294400 134512640 146736320 4291172960 18446744073709551615 136007284 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1682.85
Current children cumulated vsize (KiB) 48528

[startup+921.502 s]
/proc/loadavg: 1.93 1.94 1.27 3/109 23821
/proc/meminfo: memFree=1329992/2059040 swapFree=4135876/4192956
[pid=23789] ppid=23787 vsize=8700 CPUtime=0
/proc/23789/stat : 23789 (run) S 23787 23789 23705 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 177116865 8908800 248 1992294400 4194304 4922060 140734138184016 18446744073709551615 257316985989 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23789/statm: 2175 248 208 178 0 68 0
[pid=23790] ppid=23789 vsize=40024 CPUtime=1706.98
/proc/23790/stat : 23790 (pb_cplex) R 23789 23789 23705 0 -1 4202496 284738 0 0 0 169684 1014 0 0 18 0 2 0 177116865 40984576 4509 1992294400 134512640 146736320 4291172960 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/23790/statm: 10006 4509 1007 2985 0 6548 0
[pid=23790/tid=23794] ppid=23789 vsize=40024 CPUtime=866.11
/proc/23790/task/23794/stat : 23794 (pb_cplex) R 23789 23789 23705 0 -1 4202560 111752 0 0 0 86112 499 0 0 18 0 2 0 177117381 40984576 4509 1992294400 134512640 146736320 4291172960 18446744073709551615 136400472 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1706.98
Current children cumulated vsize (KiB) 48724

[startup+927.902 s]
/proc/loadavg: 1.86 1.92 1.26 3/109 23821
/proc/meminfo: memFree=1329992/2059040 swapFree=4135876/4192956
[pid=23789] ppid=23787 vsize=8700 CPUtime=0
/proc/23789/stat : 23789 (run) S 23787 23789 23705 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 177116865 8908800 248 1992294400 4194304 4922060 140734138184016 18446744073709551615 257316985989 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23789/statm: 2175 248 208 178 0 68 0
[pid=23790] ppid=23789 vsize=40024 CPUtime=1718.83
/proc/23790/stat : 23790 (pb_cplex) R 23789 23789 23705 0 -1 4202496 286558 0 0 0 170863 1020 0 0 16 0 2 0 177116865 40984576 4509 1992294400 134512640 146736320 4291172960 18446744073709551615 139028339 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/23790/statm: 10006 4509 1007 2985 0 6548 0
[pid=23790/tid=23794] ppid=23789 vsize=40024 CPUtime=872.27
/proc/23790/task/23794/stat : 23794 (pb_cplex) R 23789 23789 23705 0 -1 4202560 113072 0 0 0 86725 502 0 0 18 0 2 0 177117381 40984576 4509 1992294400 134512640 146736320 4291172960 18446744073709551615 139042910 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1718.83
Current children cumulated vsize (KiB) 48724

[startup+929.509 s]
/proc/loadavg: 1.87 1.93 1.27 3/109 23821
/proc/meminfo: memFree=1329992/2059040 swapFree=4135876/4192956
[pid=23789] ppid=23787 vsize=8700 CPUtime=0
/proc/23789/stat : 23789 (run) S 23787 23789 23705 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 177116865 8908800 248 1992294400 4194304 4922060 140734138184016 18446744073709551615 257316985989 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23789/statm: 2175 248 208 178 0 68 0
[pid=23790] ppid=23789 vsize=40024 CPUtime=1721.91
/proc/23790/stat : 23790 (pb_cplex) R 23789 23789 23705 0 -1 4202496 286558 0 0 0 171169 1022 0 0 17 0 2 0 177116865 40984576 4509 1992294400 134512640 146736320 4291172960 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/23790/statm: 10006 4509 1007 2985 0 6548 0
[pid=23790/tid=23794] ppid=23789 vsize=40024 CPUtime=873.85
/proc/23790/task/23794/stat : 23794 (pb_cplex) R 23789 23789 23705 0 -1 4202560 113072 0 0 0 86882 503 0 0 18 0 2 0 177117381 40984576 4509 1992294400 134512640 146736320 4291172960 18446744073709551615 136007602 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1721.91
Current children cumulated vsize (KiB) 48724

[startup+931.101 s]
/proc/loadavg: 1.87 1.93 1.27 3/109 23821
/proc/meminfo: memFree=1329992/2059040 swapFree=4135876/4192956
[pid=23789] ppid=23787 vsize=8700 CPUtime=0
/proc/23789/stat : 23789 (run) S 23787 23789 23705 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 177116865 8908800 248 1992294400 4194304 4922060 140734138184016 18446744073709551615 257316985989 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23789/statm: 2175 248 208 178 0 68 0
[pid=23790] ppid=23789 vsize=40024 CPUtime=1724.94
/proc/23790/stat : 23790 (pb_cplex) R 23789 23789 23705 0 -1 4202496 286558 0 0 0 171471 1023 0 0 18 0 2 0 177116865 40984576 4509 1992294400 134512640 146736320 4291172960 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/23790/statm: 10006 4509 1007 2985 0 6548 0
[pid=23790/tid=23794] ppid=23789 vsize=40024 CPUtime=875.42
/proc/23790/task/23794/stat : 23794 (pb_cplex) R 23789 23789 23705 0 -1 4202560 113072 0 0 0 87039 503 0 0 18 0 2 0 177117381 40984576 4509 1992294400 134512640 146736320 4291172960 18446744073709551615 136008450 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1724.94
Current children cumulated vsize (KiB) 48724

[startup+931.501 s]
/proc/loadavg: 1.87 1.93 1.27 3/109 23821
/proc/meminfo: memFree=1329992/2059040 swapFree=4135876/4192956
[pid=23789] ppid=23787 vsize=8700 CPUtime=0
/proc/23789/stat : 23789 (run) S 23787 23789 23705 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 177116865 8908800 248 1992294400 4194304 4922060 140734138184016 18446744073709551615 257316985989 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23789/statm: 2175 248 208 178 0 68 0
[pid=23790] ppid=23789 vsize=40024 CPUtime=1725.7
/proc/23790/stat : 23790 (pb_cplex) R 23789 23789 23705 0 -1 4202496 286790 0 0 0 171546 1024 0 0 17 0 2 0 177116865 40984576 4495 1992294400 134512640 146736320 4291172960 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/23790/statm: 10006 4495 1007 2985 0 6548 0
[pid=23790/tid=23794] ppid=23789 vsize=40024 CPUtime=875.8
/proc/23790/task/23794/stat : 23794 (pb_cplex) R 23789 23789 23705 0 -1 4202560 113230 0 0 0 87077 503 0 0 18 0 2 0 177117381 40984576 4495 1992294400 134512640 146736320 4291172960 18446744073709551615 136007616 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1725.7
Current children cumulated vsize (KiB) 48724

[startup+931.71 s]
/proc/loadavg: 1.87 1.93 1.27 3/109 23821
/proc/meminfo: memFree=1329992/2059040 swapFree=4135876/4192956
[pid=23789] ppid=23787 vsize=8700 CPUtime=0
/proc/23789/stat : 23789 (run) S 23787 23789 23705 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 177116865 8908800 248 1992294400 4194304 4922060 140734138184016 18446744073709551615 257316985989 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23789/statm: 2175 248 208 178 0 68 0
[pid=23790] ppid=23789 vsize=40024 CPUtime=1726.11
/proc/23790/stat : 23790 (pb_cplex) R 23789 23789 23705 0 -1 4202496 287017 0 0 0 171587 1024 0 0 18 0 2 0 177116865 40984576 4495 1992294400 134512640 146736320 4291172960 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/23790/statm: 10006 4495 1007 2985 0 6548 0
[pid=23790/tid=23794] ppid=23789 vsize=40024 CPUtime=876
/proc/23790/task/23794/stat : 23794 (pb_cplex) R 23789 23789 23705 0 -1 4202560 113385 0 0 0 87097 503 0 0 18 0 2 0 177117381 40984576 4495 1992294400 134512640 146736320 4291172960 18446744073709551615 136008176 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1726.11
Current children cumulated vsize (KiB) 48724

[startup+931.802 s]
/proc/loadavg: 1.87 1.93 1.27 3/109 23821
/proc/meminfo: memFree=1329992/2059040 swapFree=4135876/4192956
[pid=23789] ppid=23787 vsize=8700 CPUtime=0
/proc/23789/stat : 23789 (run) S 23787 23789 23705 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 177116865 8908800 248 1992294400 4194304 4922060 140734138184016 18446744073709551615 257316985989 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23789/statm: 2175 248 208 178 0 68 0
[pid=23790] ppid=23789 vsize=40024 CPUtime=1726.23
/proc/23790/stat : 23790 (pb_cplex) S 23789 23789 23705 0 -1 4202496 287017 0 0 0 171599 1024 0 0 18 0 2 0 177116865 40984576 4495 1992294400 134512640 146736320 4291172960 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/23790/statm: 10006 4495 1007 2985 0 6548 0
[pid=23790/tid=23794] ppid=23789 vsize=40024 CPUtime=876.1
/proc/23790/task/23794/stat : 23794 (pb_cplex) R 23789 23789 23705 0 -1 4202560 113385 0 0 0 87106 504 0 0 18 0 2 0 177117381 40984576 4495 1992294400 134512640 146736320 4291172960 18446744073709551615 136008050 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1726.23
Current children cumulated vsize (KiB) 48724

Child status: 0
Real time (s): 931.834
CPU time (s): 1726.27
CPU user time (s): 1716.03
CPU system time (s): 10.2494
CPU usage (%): 185.256
Max. virtual memory (cumulated for all children) (KiB): 61152

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1716.03
system time used= 10.2494
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 287402
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= 136976
involuntary context switches= 28464

runsolver used 1.86072 second user time and 4.92425 second system time

The end

Launcher Data

Begin job on node012 at 2010-07-01 22:12:33
IDJOB=2695944
IDBENCH=1281
IDSOLVER=1209
FILE ID=node012/2695944-1278015153
PBS_JOBID= 11198743
Free space on /tmp= 62320 MiB

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

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

MD5SUM BENCH= aacf18cf0b8ed9727f2f81c2bd5074e6
RANDOM SEED=191814630

node012.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.258
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.51
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.258
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:       1346416 kB
Buffers:        142756 kB
Cached:         459828 kB
SwapCached:       9832 kB
Active:         258656 kB
Inactive:       357252 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1346416 kB
SwapTotal:     4192956 kB
SwapFree:      4135876 kB
Dirty:           16748 kB
Writeback:           0 kB
AnonPages:       11748 kB
Mapped:           8368 kB
Slab:            74784 kB
PageTables:       4164 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182056 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= 62304 MiB
End job on node012 at 2010-07-01 22:28:05