Trace number 3171862

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 271.539 271.533

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v400-c1704-S913455068-085.SATISFIABLE.cnf
MD5SUMacba7fa37f06c6ca7b7c9c80ced58944
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.004999
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of clauses1704
Sum of the clauses size5112
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31704
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

271.49/271.51	s SATISFIABLE
271.49/271.51	v -373 46 251 -120 229 195 -275 41 -330 -4 97 304 -314 138 -55 149 -158 -210 -199 61 -106 160 -136 -172 -2 47 -51 -128 -262 323 -76 -8 372 391 -164 298 -207 -233 -343 380 80 215 242 -29 378 37 134 -27 100 305 306 -191 -28 224 -89 52 -383 249 -256 -169 246 -45 -270 -291 -198 13 114 176 -59 365 -124 -107 88 -98 232 -43 -376 161 397 183 181 -369 -18 -292 125 50 -65 353 -17 352 -318 -148 150 -23 -214 16 349 386 26 147 -70 236 139 250 -264 -315 313 -71 -258 334 39 63 -351 -142 185 370 -301 274 209 344 -87 -339 341 332 -205 -104 194 -255 22 338 -346 -295 146 24 78 319 -237 129 101 -269 336 261 9 238 -36 282 -56 -108 395 109 -155 -329 396 105 -241 254 368 -163 -64 239 -230 381 296 -170 -99 273 126 211 231 49 -21 -219 316 286 11 -144 -359 -216 133 289 -308 96 218 122 171 -57 48 -72 152 387 -321 290 -279 179 -67 184 -73 362 62 -5 -354 68 -175 -294 266 263 -92 -140 -14 -19 337 393 -348 143 347 130 -156 -277 -389 -252 -374 355 90 367 40 -272 -297 -42 30 225 271 173 -228 -340 33 -328 -187 197 -189 -244 86 -247 60 127 257 162 -227 -311 -220 375 -385 190 350 299 113 -66 -300 -280 -196 44 -267 -245 145 -25 91 208 -167 132 222 -377 -157 356 7 193 -141 235 217 -366 -287 38 -151 -200 260 -112 -82 102 -212 226 12 -159 326 -32 -121 -281 -307 -3 85 322 392 174 394 -327 -154 -10 203 -288 253 180 -331 -111 -358 302 103 -363 81 93 -34 -360 177 192 -268 75 135 -123 -324 309 243 166 -206 94 95 -110 -131 -153 -201 -213 276 -400 15 -182 388 -115 -293 -248 31 -234 390 -259 278 325 398 -202 357 -116 384 310 165 -399 69 -284 -84 -53 -79 -168 58 -312 1 -188 -283 364 -371 317 119 -345 -265 -83 54 -118 361 117 -137 -320 -178 74 -20 -303 333 379 -35 186 342 -335 6 221 -77 204 285 240 -223 382 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-3171862-1301769712/watcher-3171862-1301769712 -o /tmp/evaluation-result-3171862-1301769712/solver-3171862-1301769712 -C 2400 -W 1300 -M 7680 umsat HOME/instance-3171862-1301769712.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: 7.40 7.87 7.55 2/176 18363
/proc/meminfo: memFree=21686564/32951132 swapFree=67111528/67111528
[pid=18363] ppid=18359 vsize=11644 CPUtime=0 cores=4,6
/proc/18363/stat : 18363 (umsat) R 18359 18363 18324 0 -1 4194304 356 0 0 0 0 0 0 0 18 0 1 0 288570834 11923456 293 33554432000 4194304 4263880 140736530316656 18446744073709551615 47653572945957 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/18363/statm: 2911 293 240 17 0 84 0

[startup+0.0966721 s]
/proc/loadavg: 7.40 7.87 7.55 2/176 18363
/proc/meminfo: memFree=21686564/32951132 swapFree=67111528/67111528
[pid=18363] ppid=18359 vsize=12304 CPUtime=0.09 cores=4,6
/proc/18363/stat : 18363 (umsat) R 18359 18363 18324 0 -1 4202496 527 0 0 0 9 0 0 0 18 0 1 0 288570834 12599296 464 33554432000 4194304 4263880 140736530316656 18446744073709551615 4205828 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/18363/statm: 3076 465 247 17 0 249 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 12304

[startup+0.100674 s]
/proc/loadavg: 7.40 7.87 7.55 2/176 18363
/proc/meminfo: memFree=21686564/32951132 swapFree=67111528/67111528
[pid=18363] ppid=18359 vsize=12304 CPUtime=0.09 cores=4,6
/proc/18363/stat : 18363 (umsat) R 18359 18363 18324 0 -1 4202496 536 0 0 0 9 0 0 0 18 0 1 0 288570834 12599296 473 33554432000 4194304 4263880 140736530316656 18446744073709551615 4241440 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/18363/statm: 3076 473 247 17 0 249 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 12304

[startup+0.30071 s]
/proc/loadavg: 7.40 7.87 7.55 2/176 18363
/proc/meminfo: memFree=21686564/32951132 swapFree=67111528/67111528
[pid=18363] ppid=18359 vsize=12700 CPUtime=0.29 cores=4,6
/proc/18363/stat : 18363 (umsat) R 18359 18363 18324 0 -1 4202496 634 0 0 0 29 0 0 0 18 0 1 0 288570834 13004800 571 33554432000 4194304 4263880 140736530316656 18446744073709551615 4205680 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/18363/statm: 3175 571 247 17 0 348 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 12700

[startup+0.700627 s]
/proc/loadavg: 7.40 7.87 7.55 2/176 18363
/proc/meminfo: memFree=21686564/32951132 swapFree=67111528/67111528
[pid=18363] ppid=18359 vsize=13228 CPUtime=0.69 cores=4,6
/proc/18363/stat : 18363 (umsat) R 18359 18363 18324 0 -1 4202496 755 0 0 0 69 0 0 0 18 0 1 0 288570834 13545472 692 33554432000 4194304 4263880 140736530316656 18446744073709551615 4207698 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/18363/statm: 3307 692 247 17 0 480 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 13228

[startup+1.50049 s]
/proc/loadavg: 7.13 7.80 7.53 6/188 18385
/proc/meminfo: memFree=21668612/32951132 swapFree=67111528/67111528
[pid=18363] ppid=18359 vsize=13748 CPUtime=1.49 cores=4,6
/proc/18363/stat : 18363 (umsat) R 18359 18363 18324 0 -1 4202496 872 0 0 0 149 0 0 0 20 0 1 0 288570834 14077952 809 33554432000 4194304 4263880 140736530316656 18446744073709551615 274664466235 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/18363/statm: 3437 809 247 17 0 610 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 13748

[startup+3.16775 s]
/proc/loadavg: 7.13 7.80 7.53 6/188 18385
/proc/meminfo: memFree=21664024/32951132 swapFree=67111528/67111528
[pid=18363] ppid=18359 vsize=14672 CPUtime=3.21 cores=4,6
/proc/18363/stat : 18363 (umsat) R 18359 18363 18324 0 -1 4202496 1112 0 0 0 321 0 0 0 25 0 1 0 288570834 15024128 1049 33554432000 4194304 4263880 140736530316656 18446744073709551615 274664463357 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/18363/statm: 3668 1049 247 17 0 841 0
Current children cumulated CPU time (s) 3.21
Current children cumulated vsize (KiB) 14672

[startup+6.30665 s]
/proc/loadavg: 6.88 7.74 7.51 6/188 18385
/proc/meminfo: memFree=21657328/32951132 swapFree=67111528/67111528
[pid=18363] ppid=18359 vsize=15688 CPUtime=6.3 cores=4,6
/proc/18363/stat : 18363 (umsat) R 18359 18363 18324 0 -1 4202496 1359 0 0 0 630 0 0 0 25 0 1 0 288570834 16064512 1296 33554432000 4194304 4263880 140736530316656 18446744073709551615 4215110 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/18363/statm: 3922 1296 248 17 0 1095 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 15688

[startup+12.7006 s]
/proc/loadavg: 6.65 7.68 7.49 6/188 18385
/proc/meminfo: memFree=21651316/32951132 swapFree=67111528/67111528
[pid=18363] ppid=18359 vsize=17108 CPUtime=12.69 cores=4,6
/proc/18363/stat : 18363 (umsat) R 18359 18363 18324 0 -1 4202496 1725 0 0 0 1269 0 0 0 25 0 1 0 288570834 17518592 1662 33554432000 4194304 4263880 140736530316656 18446744073709551615 274664466702 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/18363/statm: 4277 1662 248 17 0 1450 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 17108

[startup+25.5003 s]
/proc/loadavg: 6.24 7.56 7.45 6/188 18385
/proc/meminfo: memFree=21642256/32951132 swapFree=67111528/67111528
[pid=18363] ppid=18359 vsize=19016 CPUtime=25.49 cores=4,6
/proc/18363/stat : 18363 (umsat) R 18359 18363 18324 0 -1 4202496 2213 0 0 0 2549 0 0 0 25 0 1 0 288570834 19472384 2117 33554432000 4194304 4263880 140736530316656 18446744073709551615 4205761 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/18363/statm: 4754 2117 248 17 0 1927 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 19016

[startup+51.1009 s]
/proc/loadavg: 5.47 7.27 7.36 6/188 18385
/proc/meminfo: memFree=21630584/32951132 swapFree=67111528/67111528
[pid=18363] ppid=18359 vsize=21712 CPUtime=51.09 cores=4,6
/proc/18363/stat : 18363 (umsat) R 18359 18363 18324 0 -1 4202496 2971 0 0 0 5109 0 0 0 25 0 1 0 288570834 22233088 2760 33554432000 4194304 4263880 140736530316656 18446744073709551615 4215123 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/18363/statm: 5428 2760 248 17 0 2601 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 21712

[startup+102.307 s]
/proc/loadavg: 4.59 6.72 7.17 5/188 18414
/proc/meminfo: memFree=21625104/32951132 swapFree=67111528/67111528
[pid=18363] ppid=18359 vsize=25092 CPUtime=102.3 cores=4,6
/proc/18363/stat : 18363 (umsat) R 18359 18363 18324 0 -1 4202496 4004 0 0 0 10230 0 0 0 25 0 1 0 288570834 25694208 3642 33554432000 4194304 4263880 140736530316656 18446744073709551615 4207828 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/18363/statm: 6273 3642 248 17 0 3446 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 25092

[startup+162.301 s]
/proc/loadavg: 4.21 6.22 6.96 5/188 18416
/proc/meminfo: memFree=21607100/32951132 swapFree=67111528/67111528
[pid=18363] ppid=18359 vsize=28500 CPUtime=162.29 cores=4,6
/proc/18363/stat : 18363 (umsat) R 18359 18363 18324 0 -1 4202496 4985 0 0 0 16229 0 0 0 25 0 1 0 288570834 29184000 4430 33554432000 4194304 4263880 140736530316656 18446744073709551615 4207708 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/18363/statm: 7125 4430 248 17 0 4298 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 28500

[startup+222.3 s]
/proc/loadavg: 4.15 5.83 6.78 5/188 18418
/proc/meminfo: memFree=21593200/32951132 swapFree=67111528/67111528
[pid=18363] ppid=18359 vsize=30992 CPUtime=222.29 cores=4,6
/proc/18363/stat : 18363 (umsat) R 18359 18363 18324 0 -1 4202496 5636 0 0 0 22229 0 0 0 25 0 1 0 288570834 31735808 5008 33554432000 4194304 4263880 140736530316656 18446744073709551615 4207634 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/18363/statm: 7748 5008 248 17 0 4921 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 30992

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

[startup+232.5 s]
/proc/loadavg: 4.13 5.77 6.75 5/188 18418
/proc/meminfo: memFree=21590840/32951132 swapFree=67111528/67111528
[pid=18363] ppid=18359 vsize=31384 CPUtime=232.49 cores=4,6
/proc/18363/stat : 18363 (umsat) R 18359 18363 18324 0 -1 4202496 5734 0 0 0 23249 0 0 0 25 0 1 0 288570834 32137216 5106 33554432000 4194304 4263880 140736530316656 18446744073709551615 4205664 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/18363/statm: 7846 5106 248 17 0 5019 0
Current children cumulated CPU time (s) 232.49
Current children cumulated vsize (KiB) 31384

[startup+258.101 s]
/proc/loadavg: 4.08 5.62 6.68 5/188 18418
/proc/meminfo: memFree=21587616/32951132 swapFree=67111528/67111528
[pid=18363] ppid=18359 vsize=32564 CPUtime=258.09 cores=4,6
/proc/18363/stat : 18363 (umsat) R 18359 18363 18324 0 -1 4202496 6091 0 0 0 25809 0 0 0 25 0 1 0 288570834 33345536 5382 33554432000 4194304 4263880 140736530316656 18446744073709551615 4207728 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/18363/statm: 8141 5382 248 17 0 5314 0
Current children cumulated CPU time (s) 258.09
Current children cumulated vsize (KiB) 32564

[startup+264.501 s]
/proc/loadavg: 4.08 5.60 6.66 5/188 18418
/proc/meminfo: memFree=21586748/32951132 swapFree=67111528/67111528
[pid=18363] ppid=18359 vsize=32724 CPUtime=264.49 cores=4,6
/proc/18363/stat : 18363 (umsat) R 18359 18363 18324 0 -1 4202496 6131 0 0 0 26449 0 0 0 25 0 1 0 288570834 33509376 5422 33554432000 4194304 4263880 140736530316656 18446744073709551615 4215110 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/18363/statm: 8181 5422 248 17 0 5354 0
Current children cumulated CPU time (s) 264.49
Current children cumulated vsize (KiB) 32724

[startup+267.7 s]
/proc/loadavg: 4.07 5.57 6.65 5/188 18418
/proc/meminfo: memFree=21586500/32951132 swapFree=67111528/67111528
[pid=18363] ppid=18359 vsize=32724 CPUtime=267.69 cores=4,6
/proc/18363/stat : 18363 (umsat) R 18359 18363 18324 0 -1 4202496 6163 0 0 0 26769 0 0 0 25 0 1 0 288570834 33509376 5454 33554432000 4194304 4263880 140736530316656 18446744073709551615 4209843 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/18363/statm: 8181 5454 248 17 0 5354 0
Current children cumulated CPU time (s) 267.69
Current children cumulated vsize (KiB) 32724

[startup+269.301 s]
/proc/loadavg: 4.07 5.57 6.65 5/188 18418
/proc/meminfo: memFree=21586500/32951132 swapFree=67111528/67111528
[pid=18363] ppid=18359 vsize=32724 CPUtime=269.3 cores=4,6
/proc/18363/stat : 18363 (umsat) R 18359 18363 18324 0 -1 4202496 6164 0 0 0 26930 0 0 0 25 0 1 0 288570834 33509376 5455 33554432000 4194304 4263880 140736530316656 18446744073709551615 4207860 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/18363/statm: 8181 5455 248 17 0 5354 0
Current children cumulated CPU time (s) 269.3
Current children cumulated vsize (KiB) 32724

[startup+270.901 s]
/proc/loadavg: 4.07 5.57 6.65 5/188 18418
/proc/meminfo: memFree=21586500/32951132 swapFree=67111528/67111528
[pid=18363] ppid=18359 vsize=32724 CPUtime=270.89 cores=4,6
/proc/18363/stat : 18363 (umsat) R 18359 18363 18324 0 -1 4202496 6164 0 0 0 27089 0 0 0 25 0 1 0 288570834 33509376 5455 33554432000 4194304 4263880 140736530316656 18446744073709551615 4205634 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/18363/statm: 8181 5455 248 17 0 5354 0
Current children cumulated CPU time (s) 270.89
Current children cumulated vsize (KiB) 32724

[startup+271.301 s]
/proc/loadavg: 4.07 5.57 6.65 5/188 18418
/proc/meminfo: memFree=21586500/32951132 swapFree=67111528/67111528
[pid=18363] ppid=18359 vsize=32724 CPUtime=271.29 cores=4,6
/proc/18363/stat : 18363 (umsat) R 18359 18363 18324 0 -1 4202496 6164 0 0 0 27129 0 0 0 25 0 1 0 288570834 33509376 5455 33554432000 4194304 4263880 140736530316656 18446744073709551615 4206726 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/18363/statm: 8181 5455 248 17 0 5354 0
Current children cumulated CPU time (s) 271.29
Current children cumulated vsize (KiB) 32724

[startup+271.501 s]
/proc/loadavg: 4.07 5.57 6.65 5/188 18418
/proc/meminfo: memFree=21586500/32951132 swapFree=67111528/67111528
[pid=18363] ppid=18359 vsize=32724 CPUtime=271.49 cores=4,6
/proc/18363/stat : 18363 (umsat) R 18359 18363 18324 0 -1 4202496 6164 0 0 0 27149 0 0 0 25 0 1 0 288570834 33509376 5455 33554432000 4194304 4263880 140736530316656 18446744073709551615 274664466670 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/18363/statm: 8181 5455 248 17 0 5354 0
Current children cumulated CPU time (s) 271.49
Current children cumulated vsize (KiB) 32724

Child status: 0
Real time (s): 271.533
CPU time (s): 271.539
CPU user time (s): 271.531
CPU system time (s): 0.007998
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 32724

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

runsolver used 0.951855 second user time and 1.81972 second system time

The end

Launcher Data

Begin job on node131 at 2011-04-02 20:41:52
IDJOB=3171862
IDBENCH=83080
IDSOLVER=1582
FILE ID=node131/3171862-1301769712
RUNJOBID= node131-1301769712-18343
PBS_JOBID= 12841177
Free space on /tmp= 71660 MiB

SOLVER NAME= UmSat 2011-02-25
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v400-c1704-S913455068-085.SATISFIABLE.cnf
COMMAND LINE= umsat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3171862-1301769712/watcher-3171862-1301769712 -o /tmp/evaluation-result-3171862-1301769712/solver-3171862-1301769712 -C 2400 -W 1300 -M 7680  umsat HOME/instance-3171862-1301769712.cnf

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

MD5SUM BENCH= acba7fa37f06c6ca7b7c9c80ced58944
RANDOM SEED=1904322859

node131.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.830
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.66
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.830
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.75
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.830
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.83
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.830
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	: 5332.75
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.830
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.77
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.830
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.830
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.75
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.830
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      21687240 kB
Buffers:        355484 kB
Cached:       10581788 kB
SwapCached:          0 kB
Active:        6798744 kB
Inactive:      4201244 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      21687240 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            4784 kB
Writeback:           0 kB
AnonPages:       61984 kB
Mapped:          14548 kB
Slab:           200020 kB
PageTables:       5016 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:   190964 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71648 MiB
End job on node131 at 2011-04-02 20:46:24