Trace number 3171609

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
UmSat 2011-02-25SAT 150.646 150.927

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v350-c1491-S146789605-022.SATISFIABLE.cnf
MD5SUM78a9453cffac9cd7da2e41087d840fae
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.005999
Satisfiable
(Un)Satisfiability was proved
Number of variables350
Number of clauses1491
Sum of the clauses size4473
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31491
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

150.61/150.90	s SATISFIABLE
150.61/150.90	v 19 -5 285 85 251 -95 212 -54 77 -89 128 61 99 167 -74 -349 80 -341 260 206 238 312 201 186 -27 129 -10 273 131 217 -187 -26 -105 -106 109 -259 -94 258 60 -16 -50 297 82 7 -223 184 -208 -338 -346 139 -220 -44 -229 96 -239 -319 332 145 -337 330 -11 -101 155 104 -83 -12 -192 280 125 -79 -159 302 157 -41 324 92 232 127 -288 46 189 67 -256 2 283 -165 335 -295 -267 -296 262 -75 148 -137 -14 -112 -65 345 -62 197 233 -81 257 -138 -193 -115 342 154 -123 149 -294 -303 4 268 290 160 -39 -68 114 293 97 136 36 49 -310 133 -9 -51 -163 -166 -216 271 30 -172 -108 176 311 234 -278 3 -35 174 -195 28 314 272 204 331 -326 -53 -84 307 -59 -182 -76 31 183 -13 -177 -34 141 -236 -181 72 -37 140 90 144 237 215 210 -179 -117 230 304 -291 57 275 -194 -58 191 -156 -221 336 242 -298 69 -1 -73 134 -241 196 -18 78 320 -175 -323 -202 -327 -277 -254 185 227 -240 -124 -289 264 276 218 6 -226 -333 -110 111 270 -317 152 33 38 -321 203 116 -88 249 42 -292 -119 -63 -199 -253 -313 -93 168 -265 -47 -43 -286 325 -24 243 -153 188 -316 263 247 -29 -250 -45 -158 -198 -32 348 -235 282 -269 244 308 -211 190 -132 -318 -255 -126 151 -279 245 118 180 70 15 147 -48 -299 -252 -21 -347 130 -306 287 -122 20 -107 225 -340 329 71 -87 -322 -207 8 -170 214 343 -205 219 17 143 281 142 209 -200 -102 120 -224 171 -86 -25 248 146 121 -274 -55 -164 328 -162 98 -135 -266 64 169 -100 22 -339 -334 40 -113 246 52 284 -350 -66 -161 231 -261 344 213 56 -178 -103 -173 -150 -228 -91 301 -222 -300 -305 -23 -315 -309 0

Verifier Data

OK

Watcher Data

runsolver Copyright (C) 2010 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 893)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3171609-1301761571/watcher-3171609-1301761571 -o /tmp/evaluation-result-3171609-1301761571/solver-3171609-1301761571 -C 2400 -W 1300 -M 7680 umsat HOME/instance-3171609-1301761571.cnf 

running on 2 cores: 4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.99 1.55 2.69 2/180 20295
/proc/meminfo: memFree=20969568/32951124 swapFree=67111528/67111528
[pid=20295] ppid=20292 vsize=11776 CPUtime=0 cores=4,6
/proc/20295/stat : 20295 (umsat) R 20292 20295 19189 0 -1 4194304 369 0 0 0 0 0 0 0 18 0 1 0 287754996 12058624 306 33554432000 4194304 4263880 140736513093136 18446744073709551615 255376962245 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/20295/statm: 2944 306 240 17 0 117 0

[startup+0.031891 s]
/proc/loadavg: 0.99 1.55 2.69 2/180 20295
/proc/meminfo: memFree=20969568/32951124 swapFree=67111528/67111528
[pid=20295] ppid=20292 vsize=12040 CPUtime=0.02 cores=4,6
/proc/20295/stat : 20295 (umsat) R 20292 20295 19189 0 -1 4202496 462 0 0 0 2 0 0 0 18 0 1 0 287754996 12328960 399 33554432000 4194304 4263880 140736513093136 18446744073709551615 4205824 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/20295/statm: 3010 399 247 17 0 183 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 12040

[startup+0.100864 s]
/proc/loadavg: 0.99 1.55 2.69 2/180 20295
/proc/meminfo: memFree=20969568/32951124 swapFree=67111528/67111528
[pid=20295] ppid=20292 vsize=12296 CPUtime=0.09 cores=4,6
/proc/20295/stat : 20295 (umsat) R 20292 20295 19189 0 -1 4202496 509 0 0 0 9 0 0 0 18 0 1 0 287754996 12591104 446 33554432000 4194304 4263880 140736513093136 18446744073709551615 4207678 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/20295/statm: 3074 446 247 17 0 247 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 12296

[startup+0.300839 s]
/proc/loadavg: 0.99 1.55 2.69 2/180 20295
/proc/meminfo: memFree=20969568/32951124 swapFree=67111528/67111528
[pid=20295] ppid=20292 vsize=12560 CPUtime=0.29 cores=4,6
/proc/20295/stat : 20295 (umsat) R 20292 20295 19189 0 -1 4202496 599 0 0 0 29 0 0 0 18 0 1 0 287754996 12861440 536 33554432000 4194304 4263880 140736513093136 18446744073709551615 4207781 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/20295/statm: 3140 536 247 17 0 313 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 12560

[startup+0.700755 s]
/proc/loadavg: 0.99 1.55 2.69 2/180 20295
/proc/meminfo: memFree=20969568/32951124 swapFree=67111528/67111528
[pid=20295] ppid=20292 vsize=12956 CPUtime=0.69 cores=4,6
/proc/20295/stat : 20295 (umsat) R 20292 20295 19189 0 -1 4202496 690 0 0 0 69 0 0 0 18 0 1 0 287754996 13266944 627 33554432000 4194304 4263880 140736513093136 18446744073709551615 4205697 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/20295/statm: 3239 627 247 17 0 412 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 12956

[startup+1.50063 s]
/proc/loadavg: 0.99 1.55 2.69 6/194 20319
/proc/meminfo: memFree=20950716/32951124 swapFree=67111528/67111528
[pid=20295] ppid=20292 vsize=13488 CPUtime=1.49 cores=4,6
/proc/20295/stat : 20295 (umsat) R 20292 20295 19189 0 -1 4202496 822 0 0 0 149 0 0 0 20 0 1 0 287754996 13811712 759 33554432000 4194304 4263880 140736513093136 18446744073709551615 4207713 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/20295/statm: 3372 759 247 17 0 545 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 13488

[startup+3.10027 s]
/proc/loadavg: 0.99 1.55 2.69 5/194 20319
/proc/meminfo: memFree=20944516/32951124 swapFree=67111528/67111528
[pid=20295] ppid=20292 vsize=14180 CPUtime=3.09 cores=4,6
/proc/20295/stat : 20295 (umsat) R 20292 20295 19189 0 -1 4202496 993 0 0 0 309 0 0 0 25 0 1 0 287754996 14520320 930 33554432000 4194304 4263880 140736513093136 18446744073709551615 4209488 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/20295/statm: 3545 930 247 17 0 718 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 14180

[startup+6.30068 s]
/proc/loadavg: 1.23 1.59 2.69 5/194 20320
/proc/meminfo: memFree=20937400/32951124 swapFree=67111528/67111528
[pid=20295] ppid=20292 vsize=15176 CPUtime=6.28 cores=4,6
/proc/20295/stat : 20295 (umsat) R 20292 20295 19189 0 -1 4202496 1227 0 0 0 628 0 0 0 25 0 1 0 287754996 15540224 1164 33554432000 4194304 4263880 140736513093136 18446744073709551615 4205767 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/20295/statm: 3794 1164 248 17 0 967 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 15176

[startup+12.7005 s]
/proc/loadavg: 1.45 1.63 2.70 5/194 20320
/proc/meminfo: memFree=20926084/32951124 swapFree=67111528/67111528
[pid=20295] ppid=20292 vsize=16436 CPUtime=12.66 cores=4,6
/proc/20295/stat : 20295 (umsat) R 20292 20295 19189 0 -1 4202496 1552 0 0 0 1266 0 0 0 25 0 1 0 287754996 16830464 1489 33554432000 4194304 4263880 140736513093136 18446744073709551615 4241280 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/20295/statm: 4109 1489 248 17 0 1282 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 16436

[startup+25.5012 s]
/proc/loadavg: 2.02 1.74 2.72 5/194 20320
/proc/meminfo: memFree=20917536/32951124 swapFree=67111528/67111528
[pid=20295] ppid=20292 vsize=18088 CPUtime=25.43 cores=4,6
/proc/20295/stat : 20295 (umsat) R 20292 20295 19189 0 -1 4202496 1977 0 0 0 2543 0 0 0 25 0 1 0 287754996 18522112 1914 33554432000 4194304 4263880 140736513093136 18446744073709551615 4205824 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/20295/statm: 4522 1914 248 17 0 1695 0
Current children cumulated CPU time (s) 25.43
Current children cumulated vsize (KiB) 18088

[startup+51.1004 s]
/proc/loadavg: 2.69 1.92 2.75 5/194 20321
/proc/meminfo: memFree=20903700/32951124 swapFree=67111528/67111528
[pid=20295] ppid=20292 vsize=20756 CPUtime=50.96 cores=4,6
/proc/20295/stat : 20295 (umsat) R 20292 20295 19189 0 -1 4202496 2701 0 0 0 5096 0 0 0 25 0 1 0 287754996 21254144 2528 33554432000 4194304 4263880 140736513093136 18446744073709551615 4205643 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/20295/statm: 5189 2528 248 17 0 2362 0
Current children cumulated CPU time (s) 50.96
Current children cumulated vsize (KiB) 20756

[startup+102.307 s]
/proc/loadavg: 3.48 2.26 2.82 6/194 20322
/proc/meminfo: memFree=20888568/32951124 swapFree=67111528/67111528
[pid=20295] ppid=20292 vsize=23324 CPUtime=102.07 cores=4,6
/proc/20295/stat : 20295 (umsat) R 20292 20295 19189 0 -1 4202496 3441 0 0 0 10206 1 0 0 25 0 1 0 287754996 23883776 3176 33554432000 4194304 4263880 140736513093136 18446744073709551615 4207753 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/20295/statm: 5831 3176 248 17 0 3004 0
Current children cumulated CPU time (s) 102.07
Current children cumulated vsize (KiB) 23324

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

[startup+127.9 s]
/proc/loadavg: 3.66 2.40 2.85 5/194 20323
/proc/meminfo: memFree=20882244/32951124 swapFree=67111528/67111528
[pid=20295] ppid=20292 vsize=24380 CPUtime=127.63 cores=4,6
/proc/20295/stat : 20295 (umsat) R 20292 20295 19189 0 -1 4202496 3764 0 0 0 12762 1 0 0 25 0 1 0 287754996 24965120 3446 33554432000 4194304 4263880 140736513093136 18446744073709551615 4215231 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/20295/statm: 6095 3446 248 17 0 3268 0
Current children cumulated CPU time (s) 127.63
Current children cumulated vsize (KiB) 24380

[startup+140.701 s]
/proc/loadavg: 3.73 2.47 2.87 6/194 20323
/proc/meminfo: memFree=20878516/32951124 swapFree=67111528/67111528
[pid=20295] ppid=20292 vsize=25092 CPUtime=140.43 cores=4,6
/proc/20295/stat : 20295 (umsat) R 20292 20295 19189 0 -1 4202496 3995 0 0 0 14042 1 0 0 25 0 1 0 287754996 25694208 3619 33554432000 4194304 4263880 140736513093136 18446744073709551615 4215110 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/20295/statm: 6273 3619 248 17 0 3446 0
Current children cumulated CPU time (s) 140.43
Current children cumulated vsize (KiB) 25092

[startup+147.101 s]
/proc/loadavg: 3.75 2.50 2.87 6/194 20323
/proc/meminfo: memFree=20878016/32951124 swapFree=67111528/67111528
[pid=20295] ppid=20292 vsize=25288 CPUtime=146.81 cores=4,6
/proc/20295/stat : 20295 (umsat) R 20292 20295 19189 0 -1 4202496 4044 0 0 0 14680 1 0 0 25 0 1 0 287754996 25894912 3668 33554432000 4194304 4263880 140736513093136 18446744073709551615 4205701 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/20295/statm: 6322 3668 248 17 0 3495 0
Current children cumulated CPU time (s) 146.81
Current children cumulated vsize (KiB) 25288

[startup+148.7 s]
/proc/loadavg: 3.77 2.52 2.88 5/194 20323
/proc/meminfo: memFree=20877892/32951124 swapFree=67111528/67111528
[pid=20295] ppid=20292 vsize=25288 CPUtime=148.41 cores=4,6
/proc/20295/stat : 20295 (umsat) R 20292 20295 19189 0 -1 4202496 4076 0 0 0 14840 1 0 0 25 0 1 0 287754996 25894912 3700 33554432000 4194304 4263880 140736513093136 18446744073709551615 4205734 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/20295/statm: 6322 3700 248 17 0 3495 0
Current children cumulated CPU time (s) 148.41
Current children cumulated vsize (KiB) 25288

[startup+150.301 s]
/proc/loadavg: 3.77 2.52 2.88 5/194 20323
/proc/meminfo: memFree=20877768/32951124 swapFree=67111528/67111528
[pid=20295] ppid=20292 vsize=25480 CPUtime=150.01 cores=4,6
/proc/20295/stat : 20295 (umsat) R 20292 20295 19189 0 -1 4202496 4092 0 0 0 15000 1 0 0 25 0 1 0 287754996 26091520 3716 33554432000 4194304 4263880 140736513093136 18446744073709551615 4215110 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/20295/statm: 6370 3716 248 17 0 3543 0
Current children cumulated CPU time (s) 150.01
Current children cumulated vsize (KiB) 25480

[startup+150.707 s]
/proc/loadavg: 3.77 2.52 2.88 6/194 20323
/proc/meminfo: memFree=20877768/32951124 swapFree=67111528/67111528
[pid=20295] ppid=20292 vsize=25480 CPUtime=150.41 cores=4,6
/proc/20295/stat : 20295 (umsat) R 20292 20295 19189 0 -1 4202496 4092 0 0 0 15040 1 0 0 25 0 1 0 287754996 26091520 3716 33554432000 4194304 4263880 140736513093136 18446744073709551615 4215123 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/20295/statm: 6370 3716 248 17 0 3543 0
Current children cumulated CPU time (s) 150.41
Current children cumulated vsize (KiB) 25480

[startup+150.901 s]
/proc/loadavg: 3.77 2.52 2.88 6/194 20323
/proc/meminfo: memFree=20877768/32951124 swapFree=67111528/67111528
[pid=20295] ppid=20292 vsize=25480 CPUtime=150.61 cores=4,6
/proc/20295/stat : 20295 (umsat) R 20292 20295 19189 0 -1 4202496 4092 0 0 0 15060 1 0 0 25 0 1 0 287754996 26091520 3716 33554432000 4194304 4263880 140736513093136 18446744073709551615 4207828 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/20295/statm: 6370 3716 248 17 0 3543 0
Current children cumulated CPU time (s) 150.61
Current children cumulated vsize (KiB) 25480

Child status: 0
Real time (s): 150.927
CPU time (s): 150.646
CPU user time (s): 150.627
CPU system time (s): 0.018997
CPU usage (%): 99.8141
Max. virtual memory (cumulated for all children) (KiB): 25480

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

runsolver used 0.25696 second user time and 0.533918 second system time

The end

Launcher Data

Begin job on node135 at 2011-04-02 18:26:11
IDJOB=3171609
IDBENCH=82827
IDSOLVER=1582
FILE ID=node135/3171609-1301761571
RUNJOBID= node135-1301761571-20277
PBS_JOBID= 12841067
Free space on /tmp= 71880 MiB

SOLVER NAME= UmSat 2011-02-25
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v350-c1491-S146789605-022.SATISFIABLE.cnf
COMMAND LINE= umsat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3171609-1301761571/watcher-3171609-1301761571 -o /tmp/evaluation-result-3171609-1301761571/solver-3171609-1301761571 -C 2400 -W 1300 -M 7680  umsat HOME/instance-3171609-1301761571.cnf

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= 78a9453cffac9cd7da2e41087d840fae
RANDOM SEED=1753045353

node135.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	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.851
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.70
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.851
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.851
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.851
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 6640.14
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.851
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.851
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.851
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.851
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      20970120 kB
Buffers:        375340 kB
Cached:       11263260 kB
SwapCached:          0 kB
Active:        7951764 kB
Inactive:      3749316 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      20970120 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            4740 kB
Writeback:           0 kB
AnonPages:       61992 kB
Mapped:          14624 kB
Slab:           218212 kB
PageTables:       4864 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   190688 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71872 MiB
End job on node135 at 2011-04-02 18:28:42