Trace number 1093953

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
MDG-noprobe 2008-06-27SAT 268.442 269.749

DiagnosticValue
ASSIGNMENTS211
CHECKS8081850

General information on the benchmark

Namecsp/queens/
normalized-queens-200.xml
MD5SUM054f76ffe13ea2991d6de6635966b938
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 benchmark4.37933
Satisfiable
(Un)Satisfiability was proved
Number of variables200
Number of constraints19900
Maximum constraint arity2
Maximum domain size200
Number of constraints which are defined in extension0
Number of constraints which are defined in intension19900
Global constraints used (with number of constraints)

Solver Data (download as text)

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

Verifier Data (download as text)

OK

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1093953-1215278596/watcher-1093953-1215278596 -o /tmp/evaluation-result-1093953-1215278596/solver-1093953-1215278596 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/xsolve HOME/instance-1093953-1215278596.xml -heu dom/wdeg -res no 

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): 2200 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.09 2.04 2.01 4/73 6694
/proc/meminfo: memFree=1679504/2055920 swapFree=4180448/4192956
[pid=6694] ppid=6692 vsize=18572 CPUtime=0
/proc/6694/stat : 6694 (runsolver) R 6692 6694 5322 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 2006834151 19017728 292 996147200 4194304 4296836 548682068432 18446744073709551615 237788261671 0 0 4096 24578 0 0 0 17 1 0 0
/proc/6694/statm: 4643 292 257 25 0 2626 0

[startup+0.100476 s]
/proc/loadavg: 2.09 2.04 2.01 4/73 6694
/proc/meminfo: memFree=1679504/2055920 swapFree=4180448/4192956
[pid=6694] ppid=6692 vsize=7000 CPUtime=0.08
/proc/6694/stat : 6694 (xsolve) R 6692 6694 5322 0 -1 4194304 1061 0 0 0 8 0 0 0 18 0 1 0 2006834151 7168000 1027 996147200 134512640 135239859 4294956208 18446744073709551615 3040891 0 0 4096 0 0 0 0 17 1 0 0
/proc/6694/statm: 1750 1028 371 177 0 653 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 7000

[startup+0.201483 s]
/proc/loadavg: 2.09 2.04 2.01 4/73 6694
/proc/meminfo: memFree=1679504/2055920 swapFree=4180448/4192956
[pid=6694] ppid=6692 vsize=9616 CPUtime=0.18
/proc/6694/stat : 6694 (xsolve) R 6692 6694 5322 0 -1 4194304 1699 0 0 0 18 0 0 0 18 0 1 0 2006834151 9846784 1665 996147200 134512640 135239859 4294956208 18446744073709551615 3040891 0 0 4096 0 0 0 0 17 1 0 0
/proc/6694/statm: 2404 1666 371 177 0 1307 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 9616

[startup+0.301493 s]
/proc/loadavg: 2.09 2.04 2.01 4/73 6694
/proc/meminfo: memFree=1679504/2055920 swapFree=4180448/4192956
[pid=6694] ppid=6692 vsize=12220 CPUtime=0.29
/proc/6694/stat : 6694 (xsolve) R 6692 6694 5322 0 -1 4194304 2395 0 0 0 28 1 0 0 19 0 1 0 2006834151 12513280 2295 996147200 134512640 135239859 4294956208 18446744073709551615 3040891 0 0 4096 0 0 0 0 17 1 0 0
/proc/6694/statm: 3055 2295 371 177 0 1958 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 12220

[startup+0.701536 s]
/proc/loadavg: 2.09 2.04 2.01 4/73 6694
/proc/meminfo: memFree=1679504/2055920 swapFree=4180448/4192956
[pid=6694] ppid=6692 vsize=22140 CPUtime=0.69
/proc/6694/stat : 6694 (xsolve) R 6692 6694 5322 0 -1 4194304 4970 0 0 0 66 3 0 0 23 0 1 0 2006834151 22671360 4740 996147200 134512640 135239859 4294956208 18446744073709551615 3040891 0 0 4096 0 0 0 0 17 1 0 0
/proc/6694/statm: 5535 4741 371 177 0 4438 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 22140

[startup+1.50162 s]
/proc/loadavg: 2.09 2.04 2.01 3/74 6695
/proc/meminfo: memFree=1611536/2055920 swapFree=4180448/4192956
[pid=6694] ppid=6692 vsize=186320 CPUtime=1.48
/proc/6694/stat : 6694 (xsolve) R 6692 6694 5322 0 -1 4194304 46123 0 0 0 126 22 0 0 25 0 1 0 2006834151 190791680 45749 996147200 134512640 135239859 4294956208 18446744073709551615 135020323 0 0 4096 0 0 0 0 17 1 0 0
/proc/6694/statm: 46580 45749 413 177 0 45483 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 186320

[startup+3.10178 s]
/proc/loadavg: 2.09 2.04 2.01 3/74 6695
/proc/meminfo: memFree=1497672/2055920 swapFree=4180448/4192956
[pid=6694] ppid=6692 vsize=186320 CPUtime=3.07
/proc/6694/stat : 6694 (xsolve) R 6692 6694 5322 0 -1 4194304 46123 0 0 0 285 22 0 0 25 0 1 0 2006834151 190791680 45749 996147200 134512640 135239859 4294956208 18446744073709551615 135020336 0 0 4096 0 0 0 0 17 1 0 0
/proc/6694/statm: 46580 45749 413 177 0 45483 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 186320

[startup+6.30212 s]
/proc/loadavg: 2.08 2.04 2.00 3/74 6695
/proc/meminfo: memFree=1497672/2055920 swapFree=4180448/4192956
[pid=6694] ppid=6692 vsize=186320 CPUtime=6.26
/proc/6694/stat : 6694 (xsolve) R 6692 6694 5322 0 -1 4194304 46123 0 0 0 604 22 0 0 25 0 1 0 2006834151 190791680 45749 996147200 134512640 135239859 4294956208 18446744073709551615 135016637 0 0 4096 0 0 0 0 17 1 0 0
/proc/6694/statm: 46580 45749 413 177 0 45483 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 186320

[startup+12.7018 s]
/proc/loadavg: 2.07 2.04 2.00 3/74 6695
/proc/meminfo: memFree=1496520/2055920 swapFree=4180448/4192956
[pid=6694] ppid=6692 vsize=187576 CPUtime=12.63
/proc/6694/stat : 6694 (xsolve) R 6692 6694 5322 0 -1 4194304 46485 0 0 0 1241 22 0 0 25 0 1 0 2006834151 192077824 46013 996147200 134512640 135239859 4294956208 18446744073709551615 135020559 0 0 4096 0 0 0 0 17 1 0 0
/proc/6694/statm: 46894 46013 415 177 0 45797 0
Current children cumulated CPU time (s) 12.63
Current children cumulated vsize (KiB) 187576

[startup+25.5011 s]
/proc/loadavg: 2.06 2.04 2.00 3/74 6695
/proc/meminfo: memFree=1496200/2055920 swapFree=4180448/4192956
[pid=6694] ppid=6692 vsize=188088 CPUtime=25.36
/proc/6694/stat : 6694 (xsolve) R 6692 6694 5322 0 -1 4194304 46690 0 0 0 2514 22 0 0 25 0 1 0 2006834151 192602112 46089 996147200 134512640 135239859 4294956208 18446744073709551615 135020539 0 0 4096 0 0 0 0 17 1 0 0
/proc/6694/statm: 47022 46089 415 177 0 45925 0
Current children cumulated CPU time (s) 25.36
Current children cumulated vsize (KiB) 188088

[startup+51.1018 s]
/proc/loadavg: 2.04 2.03 2.00 3/74 6695
/proc/meminfo: memFree=1493640/2055920 swapFree=4180448/4192956
[pid=6694] ppid=6692 vsize=188088 CPUtime=50.82
/proc/6694/stat : 6694 (xsolve) R 6692 6694 5322 0 -1 4194304 46766 0 0 0 5060 22 0 0 25 0 1 0 2006834151 192602112 46165 996147200 134512640 135239859 4294956208 18446744073709551615 135096053 0 0 4096 0 0 0 0 17 1 0 0
/proc/6694/statm: 47022 46165 415 177 0 45925 0
Current children cumulated CPU time (s) 50.82
Current children cumulated vsize (KiB) 188088

[startup+102.301 s]
/proc/loadavg: 2.01 2.02 2.00 3/74 6695
/proc/meminfo: memFree=1490760/2055920 swapFree=4180448/4192956
[pid=6694] ppid=6692 vsize=191688 CPUtime=101.79
/proc/6694/stat : 6694 (xsolve) R 6692 6694 5322 0 -1 4194304 48197 0 0 0 10156 23 0 0 25 0 1 0 2006834151 196288512 46826 996147200 134512640 135239859 4294956208 18446744073709551615 135020537 0 0 4096 0 0 0 0 17 1 0 0
/proc/6694/statm: 47922 46826 415 177 0 46825 0
Current children cumulated CPU time (s) 101.79
Current children cumulated vsize (KiB) 191688

[startup+162.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/74 6695
/proc/meminfo: memFree=1483080/2055920 swapFree=4180448/4192956
[pid=6694] ppid=6692 vsize=199084 CPUtime=161.5
/proc/6694/stat : 6694 (xsolve) R 6692 6694 5322 0 -1 4194304 51133 0 0 0 16126 24 0 0 25 0 1 0 2006834151 203862016 48737 996147200 134512640 135239859 4294956208 18446744073709551615 135016651 0 0 4096 0 0 0 0 17 1 0 0
/proc/6694/statm: 49771 48737 415 177 0 48674 0
Current children cumulated CPU time (s) 161.5
Current children cumulated vsize (KiB) 199084

[startup+222.306 s]
/proc/loadavg: 2.00 2.01 2.00 3/74 6695
/proc/meminfo: memFree=1461256/2055920 swapFree=4180448/4192956
[pid=6694] ppid=6692 vsize=221004 CPUtime=221.22
/proc/6694/stat : 6694 (xsolve) R 6692 6694 5322 0 -1 4194304 58585 0 0 0 22094 28 0 0 25 0 1 0 2006834151 226308096 54140 996147200 134512640 135239859 4294956208 18446744073709551615 135020249 0 0 4096 0 0 0 0 17 1 0 0
/proc/6694/statm: 55251 54140 415 177 0 54154 0
Current children cumulated CPU time (s) 221.22
Current children cumulated vsize (KiB) 221004

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

[startup+230.401 s]
/proc/loadavg: 2.00 2.01 2.00 3/74 6695
/proc/meminfo: memFree=1456072/2055920 swapFree=4180448/4192956
[pid=6694] ppid=6692 vsize=239764 CPUtime=229.27
/proc/6694/stat : 6694 (xsolve) R 6692 6694 5322 0 -1 4194304 63562 0 0 0 22897 30 0 0 25 0 1 0 2006834151 245518336 55020 996147200 134512640 135239859 4294956208 18446744073709551615 135020325 0 0 4096 0 0 0 0 17 1 0 0
/proc/6694/statm: 59941 55020 415 177 0 58844 0
Current children cumulated CPU time (s) 229.27
Current children cumulated vsize (KiB) 239764

[startup+256.001 s]
/proc/loadavg: 2.00 2.01 2.00 3/74 6695
/proc/meminfo: memFree=1444680/2055920 swapFree=4180448/4192956
[pid=6694] ppid=6692 vsize=247816 CPUtime=254.75
/proc/6694/stat : 6694 (xsolve) R 6692 6694 5322 0 -1 4194304 66941 0 0 0 25443 32 0 0 25 0 1 0 2006834151 253763584 58399 996147200 134512640 135239859 4294956208 18446744073709551615 135096336 0 0 4096 0 0 0 0 17 1 0 0
/proc/6694/statm: 61954 58399 415 177 0 60857 0
Current children cumulated CPU time (s) 254.75
Current children cumulated vsize (KiB) 247816

[startup+262.403 s]
/proc/loadavg: 2.00 2.01 2.00 3/74 6695
/proc/meminfo: memFree=1439240/2055920 swapFree=4180448/4192956
[pid=6694] ppid=6692 vsize=251116 CPUtime=261.13
/proc/6694/stat : 6694 (xsolve) R 6692 6694 5322 0 -1 4194304 68300 0 0 0 26080 33 0 0 25 0 1 0 2006834151 257142784 59758 996147200 134512640 135239859 4294956208 18446744073709551615 135013737 0 0 4096 0 0 0 0 17 1 0 0
/proc/6694/statm: 62779 59758 415 177 0 61682 0
Current children cumulated CPU time (s) 261.13
Current children cumulated vsize (KiB) 251116

[startup+265.601 s]
/proc/loadavg: 2.00 2.01 2.00 3/74 6695
/proc/meminfo: memFree=1435016/2055920 swapFree=4180448/4192956
[pid=6694] ppid=6692 vsize=253888 CPUtime=264.31
/proc/6694/stat : 6694 (xsolve) R 6692 6694 5322 0 -1 4194304 69401 0 0 0 26397 34 0 0 25 0 1 0 2006834151 259981312 60859 996147200 134512640 135239859 4294956208 18446744073709551615 135013761 0 0 4096 0 0 0 0 17 1 0 0
/proc/6694/statm: 63472 60859 415 177 0 62375 0
Current children cumulated CPU time (s) 264.31
Current children cumulated vsize (KiB) 253888

[startup+267.201 s]
/proc/loadavg: 2.00 2.01 2.00 3/74 6695
/proc/meminfo: memFree=1433288/2055920 swapFree=4180448/4192956
[pid=6694] ppid=6692 vsize=255472 CPUtime=265.89
/proc/6694/stat : 6694 (xsolve) R 6692 6694 5322 0 -1 4194304 70062 0 0 0 26555 34 0 0 25 0 1 0 2006834151 261603328 61520 996147200 134512640 135239859 4294956208 18446744073709551615 135042319 0 0 4096 0 0 0 0 17 1 0 0
/proc/6694/statm: 63868 61520 415 177 0 62771 0
Current children cumulated CPU time (s) 265.89
Current children cumulated vsize (KiB) 255472

[startup+268.801 s]
/proc/loadavg: 2.00 2.01 2.00 3/74 6695
/proc/meminfo: memFree=1428552/2055920 swapFree=4180448/4192956
[pid=6694] ppid=6692 vsize=258376 CPUtime=267.49
/proc/6694/stat : 6694 (xsolve) R 6692 6694 5322 0 -1 4194304 71228 0 0 0 26714 35 0 0 25 0 1 0 2006834151 264577024 62686 996147200 134512640 135239859 4294956208 18446744073709551615 135102596 0 0 4096 0 0 0 0 17 1 0 0
/proc/6694/statm: 64594 62686 415 177 0 63497 0
Current children cumulated CPU time (s) 267.49
Current children cumulated vsize (KiB) 258376

[startup+269.201 s]
/proc/loadavg: 2.00 2.01 2.00 3/74 6695
/proc/meminfo: memFree=1428552/2055920 swapFree=4180448/4192956
[pid=6694] ppid=6692 vsize=258772 CPUtime=267.89
/proc/6694/stat : 6694 (xsolve) R 6692 6694 5322 0 -1 4194304 71353 0 0 0 26754 35 0 0 25 0 1 0 2006834151 264982528 62811 996147200 134512640 135239859 4294956208 18446744073709551615 135033531 0 0 4096 0 0 0 0 17 1 0 0
/proc/6694/statm: 64693 62811 415 177 0 63596 0
Current children cumulated CPU time (s) 267.89
Current children cumulated vsize (KiB) 258772

[startup+269.607 s]
/proc/loadavg: 2.00 2.01 2.00 3/74 6695
/proc/meminfo: memFree=1426504/2055920 swapFree=4180448/4192956
[pid=6694] ppid=6692 vsize=255156 CPUtime=268.29
/proc/6694/stat : 6694 (xsolve) R 6692 6694 5322 0 -1 4194304 71360 0 0 0 26794 35 0 0 25 0 1 0 2006834151 261279744 61922 996147200 134512640 135239859 4294956208 18446744073709551615 3036596 0 0 4096 0 0 0 0 17 1 0 0
/proc/6694/statm: 63789 61922 422 177 0 62692 0
Current children cumulated CPU time (s) 268.29
Current children cumulated vsize (KiB) 255156

[startup+269.702 s]
/proc/loadavg: 2.00 2.01 2.00 3/74 6695
/proc/meminfo: memFree=1426504/2055920 swapFree=4180448/4192956
[pid=6694] ppid=6692 vsize=29608 CPUtime=268.39
/proc/6694/stat : 6694 (xsolve) R 6692 6694 5322 0 -1 4194304 71367 0 0 0 26800 39 0 0 25 0 1 0 2006834151 30318592 6679 996147200 134512640 135239859 4294956208 18446744073709551615 3038716 0 0 4096 0 0 0 0 17 1 0 0
/proc/6694/statm: 7402 6679 429 177 0 6305 0
Current children cumulated CPU time (s) 268.39
Current children cumulated vsize (KiB) 29608

Child status: 0
Real time (s): 269.749
CPU time (s): 268.442
CPU user time (s): 268.046
CPU system time (s): 0.395939
CPU usage (%): 99.5157
Max. virtual memory (cumulated for all children) (KiB): 258772

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

runsolver used 0.283956 second user time and 0.706892 second system time

The end

Launcher Data (download as text)

Begin job on node24 at 2008-07-05 19:23:16
IDJOB=1093953
IDBENCH=58738
IDSOLVER=343
FILE ID=node24/1093953-1215278596
PBS_JOBID= 7882237
Free space on /tmp= 66432 MiB

SOLVER NAME= MDG-noprobe 2008-06-27
BENCH NAME= CPAI08/csp/queens/normalized-queens-200.xml
COMMAND LINE= HOME/xsolve BENCHNAME -heu dom/wdeg -res no 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1093953-1215278596/watcher-1093953-1215278596 -o /tmp/evaluation-result-1093953-1215278596/solver-1093953-1215278596 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/xsolve HOME/instance-1093953-1215278596.xml -heu dom/wdeg -res no 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 054f76ffe13ea2991d6de6635966b938
RANDOM SEED=1520264645

node24.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.232
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.232
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:       1679984 kB
Buffers:         40196 kB
Cached:         243036 kB
SwapCached:       6856 kB
Active:         212828 kB
Inactive:       109196 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1679984 kB
SwapTotal:     4192956 kB
SwapFree:      4180448 kB
Dirty:           34600 kB
Writeback:           0 kB
Mapped:          46124 kB
Slab:            38980 kB
Committed_AS:  3637020 kB
PageTables:       1972 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= 66428 MiB
End job on node24 at 2008-07-05 19:27:46