Trace number 2087485

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
Mistral 1.545SAT 298.674 300.302

DiagnosticValue
ASSIGNMENTS2634
CHECKS124774000
NODES2634

General information on the benchmark

Namecsp/queens/
normalized-queens-180.xml
MD5SUMc14abf4d20a38dc3ddd30b1ce4c8122e
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark9.79051
Satisfiable
(Un)Satisfiability was proved
Number of variables180
Number of constraints16110
Maximum constraint arity2
Maximum domain size180
Number of constraints which are defined in extension0
Number of constraints which are defined in intension16110
Global constraints used (with number of constraints)

Solver Data

0.00/0.00	c mistral version 1.545
298.17/299.89	s SATISFIABLE
298.17/299.89	v 88 90 104 98 13 70 106 101 82 148 8 117 24 153 32 14 97 22 126 58 84 21 157 79 171 144 40 140 64 100 110 76 107 12 111 75 114 18 136 96 145 45 63 116 59 154 72 151 130 78 30 46 94 168 166 108 44 127 169 142 27 120 81 85 47 150 43 53 129 93 95 55 132 165 68 48 65 39 69 131 179 52 3 6 174 10 177 83 138 176 4 123 7 80 125 118 158 57 62 133 92 29 105 109 20 163 160 175 115 66 137 146 178 180 5 2 124 36 71 77 1 73 139 35 173 31 170 112 33 26 41 141 54 161 147 17 15 50 149 159 9 61 87 60 74 135 102 122 28 56 128 167 25 121 119 38 34 99 42 103 91 162 155 19 113 23 51 164 67 11 172 89 37 49 156 16 152 143 86 134
298.17/299.89	d CHECKS 124774224
298.17/299.89	d ASSIGNMENTS 2634
298.17/299.89	d NODES 2634 BACKTRACKS 1766 FAILURES 1766 RUNTIME 297.18 TOTALTIME 298.3 NODES/s 8.86332 CHECKS/s 419861

Verifier Data

OK

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2087485-1247386295/watcher-2087485-1247386295 -o /tmp/evaluation-result-2087485-1247386295/solver-2087485-1247386295 -C 1800 -W 2000 -M 900 /home/evaluation/evaluation/libc32/lib/ld-linux.so.2 ./xsolve HOME/instance-2087485-1247386295.xml 

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): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.05 2.01 2.00 4/74 22806
/proc/meminfo: memFree=1755900/2055920 swapFree=4192812/4192956
[pid=22806] ppid=22804 vsize=4804 CPUtime=0
/proc/22806/stat : 22806 (ld-linux.so.2) R 22804 22806 21180 0 -1 4194304 182 0 0 0 0 0 0 0 18 0 1 0 25696648 4919296 163 996147200 1448431616 1448550632 4294956208 18446744073709551615 1448480482 0 0 4096 0 0 0 0 17 0 0 0
/proc/22806/statm: 1201 163 138 29 0 16 0

[startup+0.03442 s]
/proc/loadavg: 2.05 2.01 2.00 4/74 22806
/proc/meminfo: memFree=1755900/2055920 swapFree=4192812/4192956
[pid=22806] ppid=22804 vsize=5592 CPUtime=0.02
/proc/22806/stat : 22806 (ld-linux.so.2) R 22804 22806 21180 0 -1 4194304 600 0 0 0 2 0 0 0 18 0 1 0 25696648 5726208 579 996147200 1448431616 1448550632 4294956208 18446744073709551615 4157381179 0 0 4096 0 0 0 0 17 0 0 0
/proc/22806/statm: 1398 579 378 29 0 213 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 5592

[startup+0.102427 s]
/proc/loadavg: 2.05 2.01 2.00 4/74 22806
/proc/meminfo: memFree=1755900/2055920 swapFree=4192812/4192956
[pid=22806] ppid=22804 vsize=6940 CPUtime=0.09
/proc/22806/stat : 22806 (ld-linux.so.2) R 22804 22806 21180 0 -1 4194304 963 0 0 0 9 0 0 0 18 0 1 0 25696648 7106560 942 996147200 1448431616 1448550632 4294956208 18446744073709551615 4157381179 0 0 4096 0 0 0 0 17 0 0 0
/proc/22806/statm: 1735 942 378 29 0 550 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 6940

[startup+0.301459 s]
/proc/loadavg: 2.05 2.01 2.00 4/74 22806
/proc/meminfo: memFree=1755900/2055920 swapFree=4192812/4192956
[pid=22806] ppid=22804 vsize=11188 CPUtime=0.29
/proc/22806/stat : 22806 (ld-linux.so.2) R 22804 22806 21180 0 -1 4194304 1989 0 0 0 28 1 0 0 19 0 1 0 25696648 11456512 1968 996147200 1448431616 1448550632 4294956208 18446744073709551615 4157381179 0 0 4096 0 0 0 0 17 0 0 0
/proc/22806/statm: 2797 1968 379 29 0 1612 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 11188

[startup+0.701498 s]
/proc/loadavg: 2.05 2.01 2.00 4/74 22806
/proc/meminfo: memFree=1755900/2055920 swapFree=4192812/4192956
[pid=22806] ppid=22804 vsize=19300 CPUtime=0.69
/proc/22806/stat : 22806 (ld-linux.so.2) R 22804 22806 21180 0 -1 4194304 4002 0 0 0 67 2 0 0 23 0 1 0 25696648 19763200 3981 996147200 1448431616 1448550632 4294956208 18446744073709551615 4157381179 0 0 4096 0 0 0 0 17 0 0 0
/proc/22806/statm: 4825 3982 383 29 0 3640 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 19300

[startup+1.50159 s]
/proc/loadavg: 2.05 2.01 2.00 3/75 22807
/proc/meminfo: memFree=1612852/2055920 swapFree=4192812/4192956
[pid=22806] ppid=22804 vsize=128092 CPUtime=1.49
/proc/22806/stat : 22806 (ld-linux.so.2) R 22804 22806 21180 0 -1 4194304 31261 0 0 0 133 16 0 0 25 0 1 0 25696648 131166208 31144 996147200 1448431616 1448550632 4294956208 18446744073709551615 134820831 0 0 4096 0 0 0 0 17 0 0 0
/proc/22806/statm: 32023 31144 422 29 0 30838 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 128092

[startup+3.10177 s]
/proc/loadavg: 2.05 2.01 2.00 3/75 22807
/proc/meminfo: memFree=1556596/2055920 swapFree=4192812/4192956
[pid=22806] ppid=22804 vsize=132676 CPUtime=3.09
/proc/22806/stat : 22806 (ld-linux.so.2) R 22804 22806 21180 0 -1 4194304 32238 0 0 0 292 17 0 0 25 0 1 0 25696648 135860224 32121 996147200 1448431616 1448550632 4294956208 18446744073709551615 135117593 0 0 4096 0 0 0 0 17 0 0 0
/proc/22806/statm: 33169 32121 426 29 0 31984 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 132676

[startup+6.30112 s]
/proc/loadavg: 2.05 2.01 2.00 3/75 22807
/proc/meminfo: memFree=1538676/2055920 swapFree=4192812/4192956
[pid=22806] ppid=22804 vsize=140400 CPUtime=6.29
/proc/22806/stat : 22806 (ld-linux.so.2) R 22804 22806 21180 0 -1 4194304 34271 0 0 0 611 18 0 0 25 0 1 0 25696648 143769600 34154 996147200 1448431616 1448550632 4294956208 18446744073709551615 135306014 0 0 4096 0 0 0 0 17 0 0 0
/proc/22806/statm: 35100 34154 426 29 0 33915 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 140400

[startup+12.7018 s]
/proc/loadavg: 2.04 2.01 2.00 3/75 22807
/proc/meminfo: memFree=1517940/2055920 swapFree=4192812/4192956
[pid=22806] ppid=22804 vsize=163776 CPUtime=12.69
/proc/22806/stat : 22806 (ld-linux.so.2) R 22804 22806 21180 0 -1 4194304 38210 0 0 0 1248 21 0 0 25 0 1 0 25696648 167706624 38093 996147200 1448431616 1448550632 4294956208 18446744073709551615 135161282 0 0 4096 0 0 0 0 17 0 0 0
/proc/22806/statm: 40944 38093 427 29 0 39759 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 163776

[startup+25.5023 s]
/proc/loadavg: 2.19 2.04 2.01 4/83 22865
/proc/meminfo: memFree=1702324/2055920 swapFree=4192812/4192956
[pid=22806] ppid=22804 vsize=167208 CPUtime=25.48
/proc/22806/stat : 22806 (ld-linux.so.2) R 22804 22806 21180 0 -1 4194304 39678 0 0 0 2526 22 0 0 25 0 1 0 25696648 171220992 39561 996147200 1448431616 1448550632 4294956208 18446744073709551615 134820453 0 0 4096 0 0 0 0 17 0 0 0
/proc/22806/statm: 41802 39561 428 29 0 40617 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 167208

[startup+51.1021 s]
/proc/loadavg: 2.13 2.04 2.01 3/75 22867
/proc/meminfo: memFree=1541428/2055920 swapFree=4192812/4192956
[pid=22806] ppid=22804 vsize=167340 CPUtime=51.05
/proc/22806/stat : 22806 (ld-linux.so.2) R 22804 22806 21180 0 -1 4194304 39736 0 0 0 5078 27 0 0 25 0 1 0 25696648 171356160 39619 996147200 1448431616 1448550632 4294956208 18446744073709551615 135117584 0 0 4096 0 0 0 0 17 0 0 0
/proc/22806/statm: 41835 39619 428 29 0 40650 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 167340

[startup+102.307 s]
/proc/loadavg: 2.05 2.03 2.00 3/75 22867
/proc/meminfo: memFree=1324724/2055920 swapFree=4192812/4192956
[pid=22806] ppid=22804 vsize=180144 CPUtime=102.23
/proc/22806/stat : 22806 (ld-linux.so.2) R 22804 22806 21180 0 -1 4194304 43861 0 0 0 10192 31 0 0 25 0 1 0 25696648 184467456 43744 996147200 1448431616 1448550632 4294956208 18446744073709551615 135117593 0 0 4096 0 0 0 0 17 0 0 0
/proc/22806/statm: 45036 43744 428 29 0 43851 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 180144

[startup+162.303 s]
/proc/loadavg: 2.07 2.04 2.00 3/84 22942
/proc/meminfo: memFree=1545580/2055920 swapFree=4192812/4192956
[pid=22806] ppid=22804 vsize=205636 CPUtime=161.9
/proc/22806/stat : 22806 (ld-linux.so.2) R 22804 22806 21180 0 -1 4194304 47647 0 0 0 16156 34 0 0 25 0 1 0 25696648 210571264 47530 996147200 1448431616 1448550632 4294956208 18446744073709551615 135117584 0 0 4096 0 0 0 0 17 1 0 0
/proc/22806/statm: 51409 47530 428 29 0 50224 0
Current children cumulated CPU time (s) 161.9
Current children cumulated vsize (KiB) 205636

[startup+222.302 s]
/proc/loadavg: 2.02 2.03 2.00 3/84 22942
/proc/meminfo: memFree=1374380/2055920 swapFree=4192812/4192956
[pid=22806] ppid=22804 vsize=206296 CPUtime=221.36
/proc/22806/stat : 22806 (ld-linux.so.2) R 22804 22806 21180 0 -1 4194304 47878 0 0 0 22101 35 0 0 25 0 1 0 25696648 211247104 47761 996147200 1448431616 1448550632 4294956208 18446744073709551615 135117584 0 0 4096 0 0 0 0 17 1 0 0
/proc/22806/statm: 51574 47761 428 29 0 50389 0
Current children cumulated CPU time (s) 221.36
Current children cumulated vsize (KiB) 206296

[startup+282.303 s]
/proc/loadavg: 2.01 2.02 2.00 3/84 22942
/proc/meminfo: memFree=1188396/2055920 swapFree=4192812/4192956
[pid=22806] ppid=22804 vsize=221080 CPUtime=280.83
/proc/22806/stat : 22806 (ld-linux.so.2) R 22804 22806 21180 0 -1 4194304 52471 0 0 0 28045 38 0 0 25 0 1 0 25696648 226385920 52354 996147200 1448431616 1448550632 4294956208 18446744073709551615 135161282 0 0 4096 0 0 0 0 17 1 0 0
/proc/22806/statm: 55270 52354 428 29 0 54085 0
Current children cumulated CPU time (s) 280.83
Current children cumulated vsize (KiB) 221080

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

[startup+287.902 s]
/proc/loadavg: 2.01 2.02 2.00 3/84 22942
/proc/meminfo: memFree=1173740/2055920 swapFree=4192812/4192956
[pid=22806] ppid=22804 vsize=221080 CPUtime=286.38
/proc/22806/stat : 22806 (ld-linux.so.2) R 22804 22806 21180 0 -1 4194304 52471 0 0 0 28600 38 0 0 25 0 1 0 25696648 226385920 52354 996147200 1448431616 1448550632 4294956208 18446744073709551615 135264013 0 0 4096 0 0 0 0 17 1 0 0
/proc/22806/statm: 55270 52354 428 29 0 54085 0
Current children cumulated CPU time (s) 286.38
Current children cumulated vsize (KiB) 221080

[startup+294.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/84 22942
/proc/meminfo: memFree=1156524/2055920 swapFree=4192812/4192956
[pid=22806] ppid=22804 vsize=221080 CPUtime=292.72
/proc/22806/stat : 22806 (ld-linux.so.2) R 22804 22806 21180 0 -1 4194304 52471 0 0 0 29234 38 0 0 25 0 1 0 25696648 226385920 52354 996147200 1448431616 1448550632 4294956208 18446744073709551615 134820894 0 0 4096 0 0 0 0 17 1 0 0
/proc/22806/statm: 55270 52354 428 29 0 54085 0
Current children cumulated CPU time (s) 292.72
Current children cumulated vsize (KiB) 221080

[startup+297.502 s]
/proc/loadavg: 2.00 2.02 2.00 3/84 22942
/proc/meminfo: memFree=1144940/2055920 swapFree=4192812/4192956
[pid=22806] ppid=22804 vsize=221212 CPUtime=295.89
/proc/22806/stat : 22806 (ld-linux.so.2) R 22804 22806 21180 0 -1 4194304 52502 0 0 0 29551 38 0 0 25 0 1 0 25696648 226521088 52385 996147200 1448431616 1448550632 4294956208 18446744073709551615 135161282 0 0 4096 0 0 0 0 17 1 0 0
/proc/22806/statm: 55303 52385 428 29 0 54118 0
Current children cumulated CPU time (s) 295.89
Current children cumulated vsize (KiB) 221212

[startup+299.103 s]
/proc/loadavg: 2.00 2.02 2.00 3/84 22942
/proc/meminfo: memFree=1138796/2055920 swapFree=4192812/4192956
[pid=22806] ppid=22804 vsize=222268 CPUtime=297.48
/proc/22806/stat : 22806 (ld-linux.so.2) R 22804 22806 21180 0 -1 4194304 52756 0 0 0 29710 38 0 0 25 0 1 0 25696648 227602432 52639 996147200 1448431616 1448550632 4294956208 18446744073709551615 135291351 0 0 4096 0 0 0 0 17 1 0 0
/proc/22806/statm: 55567 52639 428 29 0 54382 0
Current children cumulated CPU time (s) 297.48
Current children cumulated vsize (KiB) 222268

[startup+299.902 s]
/proc/loadavg: 2.00 2.02 2.00 3/84 22942
/proc/meminfo: memFree=1138796/2055920 swapFree=4192812/4192956
[pid=22806] ppid=22804 vsize=222928 CPUtime=298.27
/proc/22806/stat : 22806 (ld-linux.so.2) R 22804 22806 21180 0 -1 4194304 52980 0 0 0 29789 38 0 0 25 0 1 0 25696648 228278272 52863 996147200 1448431616 1448550632 4294956208 18446744073709551615 4159115808 0 0 4096 0 0 0 0 17 1 0 0
/proc/22806/statm: 55732 52863 457 29 0 54547 0
Current children cumulated CPU time (s) 298.27
Current children cumulated vsize (KiB) 222928

[startup+300.102 s]
/proc/loadavg: 2.00 2.02 2.00 3/84 22942
/proc/meminfo: memFree=1138796/2055920 swapFree=4192812/4192956
[pid=22806] ppid=22804 vsize=222928 CPUtime=298.47
/proc/22806/stat : 22806 (ld-linux.so.2) R 22804 22806 21180 0 -1 4194304 52984 0 0 0 29809 38 0 0 25 0 1 0 25696648 228278272 52867 996147200 1448431616 1448550632 4294956208 18446744073709551615 4157375201 0 0 4096 0 0 0 0 17 1 0 0
/proc/22806/statm: 55732 52867 461 29 0 54547 0
Current children cumulated CPU time (s) 298.47
Current children cumulated vsize (KiB) 222928

[startup+300.202 s]
/proc/loadavg: 2.00 2.02 2.00 3/84 22942
/proc/meminfo: memFree=1173740/2055920 swapFree=4192812/4192956
[pid=22806] ppid=22804 vsize=209448 CPUtime=298.57
/proc/22806/stat : 22806 (ld-linux.so.2) R 22804 22806 21180 0 -1 4194304 52984 0 0 0 29818 39 0 0 25 0 1 0 25696648 214474752 43353 996147200 1448431616 1448550632 4294956208 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/22806/statm: 52362 43353 461 29 0 51177 0
Current children cumulated CPU time (s) 298.57
Current children cumulated vsize (KiB) 209448

Child status: 0
Real time (s): 300.302
CPU time (s): 298.674
CPU user time (s): 298.251
CPU system time (s): 0.422935
CPU usage (%): 99.4579
Max. virtual memory (cumulated for all children) (KiB): 222928

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 298.251
system time used= 0.422935
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 52992
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= 24
involuntary context switches= 5849

runsolver used 0.382941 second user time and 0.921859 second system time

The end

Launcher Data

Begin job on node9 at 2009-07-12 10:11:35
IDJOB=2087485
IDBENCH=58731
IDSOLVER=769
FILE ID=node9/2087485-1247386295
PBS_JOBID= 9507203
Free space on /tmp= 66316 MiB

SOLVER NAME= Mistral 1.545
BENCH NAME= CPAI08/csp/queens/normalized-queens-180.xml
COMMAND LINE= /home/evaluation/evaluation/libc32/lib/ld-linux.so.2 ./xsolve BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2087485-1247386295/watcher-2087485-1247386295 -o /tmp/evaluation-result-2087485-1247386295/solver-2087485-1247386295 -C 1800 -W 2000 -M 900  /home/evaluation/evaluation/libc32/lib/ld-linux.so.2 ./xsolve HOME/instance-2087485-1247386295.xml

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

MD5SUM BENCH= c14abf4d20a38dc3ddd30b1ce4c8122e
RANDOM SEED=564116308

node9.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/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.216
cache size	: 2048 KB
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 pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
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.216
cache size	: 2048 KB
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 pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1756892 kB
Buffers:         13056 kB
Cached:         145860 kB
SwapCached:          0 kB
Active:         214696 kB
Inactive:        28408 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1756892 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           77880 kB
Writeback:           0 kB
Mapped:          95444 kB
Slab:            41160 kB
Committed_AS:   239100 kB
PageTables:       1956 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66396 MiB
End job on node9 at 2009-07-12 10:16:36