Trace number 3387286

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
minisat hack: cir_minisat 2011-05-13 (simp)UNSAT 472.227 472.219

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
grid-strips-grid-y-3.035-NOTKNOWN.cnf
MD5SUMa85b6db657886fb2a1a46ae1fe4d7999
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark198.951
Satisfiable
(Un)Satisfiability was proved
Number of variables257380
Number of clauses2139615
Sum of the clauses size5163755
Maximum clause length541
Minimum clause length1
Number of clauses of size 1625
Number of clauses of size 22096290
Number of clauses of size 30
Number of clauses of size 4280
Number of clauses of size 51400
Number of clauses of size over 541020

Solver Data

472.20/472.21	c WARNING: for repeatability, setting FPU to use double precision
472.20/472.21	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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-3387286-1305599764/watcher-3387286-1305599764 -o /tmp/evaluation-result-3387286-1305599764/solver-3387286-1305599764 -C 5000 -W 5100 -M 15500 HOME/cir_minisat HOME/instance-3387286-1305599764.cnf 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.97 3.03 3.17 4/525 14368
/proc/meminfo: memFree=16186928/32951124 swapFree=67023148/67111528
[pid=14368] ppid=14366 vsize=21016 CPUtime=0.01 cores=1,3,5,7
/proc/14368/stat : 14368 (cir_minisat) R 14366 14368 12388 0 -1 4202496 1036 0 0 0 1 0 0 0 21 0 1 0 652392343 21520384 979 33554432000 4194304 4300288 140734686530720 18446744073709551615 4200748 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/14368/statm: 5254 979 218 26 0 1886 0

[startup+0.109109 s]
/proc/loadavg: 2.97 3.03 3.17 4/525 14368
/proc/meminfo: memFree=16186928/32951124 swapFree=67023148/67111528
[pid=14368] ppid=14366 vsize=34172 CPUtime=0.09 cores=1,3,5,7
/proc/14368/stat : 14368 (cir_minisat) R 14366 14368 12388 0 -1 4202496 4789 0 0 0 9 0 0 0 21 0 1 0 652392343 34992128 4458 33554432000 4194304 4300288 140734686530720 18446744073709551615 4279134 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/14368/statm: 8543 4459 218 26 0 5175 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 34172

[startup+0.20109 s]
/proc/loadavg: 2.97 3.03 3.17 4/525 14368
/proc/meminfo: memFree=16186928/32951124 swapFree=67023148/67111528
[pid=14368] ppid=14366 vsize=52688 CPUtime=0.19 cores=1,3,5,7
/proc/14368/stat : 14368 (cir_minisat) R 14366 14368 12388 0 -1 4202496 10616 0 0 0 18 1 0 0 22 0 1 0 652392343 53952512 9170 33554432000 4194304 4300288 140734686530720 18446744073709551615 233509958341 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/14368/statm: 13172 9172 218 26 0 9804 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 52688

[startup+0.301071 s]
/proc/loadavg: 2.97 3.03 3.17 4/525 14368
/proc/meminfo: memFree=16186928/32951124 swapFree=67023148/67111528
[pid=14368] ppid=14366 vsize=76240 CPUtime=0.29 cores=1,3,5,7
/proc/14368/stat : 14368 (cir_minisat) R 14366 14368 12388 0 -1 4202496 16529 0 0 0 27 2 0 0 22 0 1 0 652392343 78069760 14154 33554432000 4194304 4300288 140734686530720 18446744073709551615 233509958341 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/14368/statm: 19060 14156 218 26 0 15692 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 76240

[startup+0.701012 s]
/proc/loadavg: 2.97 3.03 3.17 4/525 14368
/proc/meminfo: memFree=16186928/32951124 swapFree=67023148/67111528
[pid=14368] ppid=14366 vsize=154620 CPUtime=0.69 cores=1,3,5,7
/proc/14368/stat : 14368 (cir_minisat) R 14366 14368 12388 0 -1 4202496 41258 0 0 0 63 6 0 0 24 0 1 0 652392343 158330880 33638 33554432000 4194304 4300288 140734686530720 18446744073709551615 4218931 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/14368/statm: 38655 33638 220 26 0 35287 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 154620

[startup+1.50087 s]
/proc/loadavg: 3.05 3.05 3.18 5/526 14369
/proc/meminfo: memFree=16006252/32951124 swapFree=67023148/67111528
[pid=14368] ppid=14366 vsize=154620 CPUtime=1.49 cores=1,3,5,7
/proc/14368/stat : 14368 (cir_minisat) R 14366 14368 12388 0 -1 4202496 41259 0 0 0 143 6 0 0 25 0 1 0 652392343 158330880 33639 33554432000 4194304 4300288 140734686530720 18446744073709551615 4228624 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/14368/statm: 38655 33639 221 26 0 35287 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 154620

[startup+3.10057 s]
/proc/loadavg: 3.05 3.05 3.18 5/526 14369
/proc/meminfo: memFree=15959200/32951124 swapFree=67023148/67111528
[pid=14368] ppid=14366 vsize=154620 CPUtime=3.09 cores=1,3,5,7
/proc/14368/stat : 14368 (cir_minisat) R 14366 14368 12388 0 -1 4202496 41448 0 0 0 303 6 0 0 25 0 1 0 652392343 158330880 33806 33554432000 4194304 4300288 140734686530720 18446744073709551615 4230872 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/14368/statm: 38655 33806 222 26 0 35287 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 154620

[startup+6.301 s]
/proc/loadavg: 3.05 3.05 3.18 5/529 14375
/proc/meminfo: memFree=15707044/32951124 swapFree=67023148/67111528
[pid=14368] ppid=14366 vsize=139304 CPUtime=6.29 cores=1,3,5,7
/proc/14368/stat : 14368 (cir_minisat) R 14366 14368 12388 0 -1 4202496 49268 0 0 0 622 7 0 0 25 0 1 0 652392343 142647296 28418 33554432000 4194304 4300288 140734686530720 18446744073709551615 4268313 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/14368/statm: 34826 28418 242 26 0 31458 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 139304

[startup+12.7009 s]
/proc/loadavg: 3.27 3.10 3.19 5/529 14375
/proc/meminfo: memFree=15321060/32951124 swapFree=67023148/67111528
[pid=14368] ppid=14366 vsize=158272 CPUtime=12.69 cores=1,3,5,7
/proc/14368/stat : 14368 (cir_minisat) R 14366 14368 12388 0 -1 4202496 51968 0 0 0 1261 8 0 0 25 0 1 0 652392343 162070528 31117 33554432000 4194304 4300288 140734686530720 18446744073709551615 4268262 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/14368/statm: 39568 31117 242 26 0 36200 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 158272

[startup+25.5005 s]
/proc/loadavg: 3.38 3.13 3.20 5/529 14375
/proc/meminfo: memFree=15443324/32951124 swapFree=67023148/67111528
[pid=14368] ppid=14366 vsize=189092 CPUtime=25.49 cores=1,3,5,7
/proc/14368/stat : 14368 (cir_minisat) R 14366 14368 12388 0 -1 4202496 56208 0 0 0 2540 9 0 0 25 0 1 0 652392343 193630208 35355 33554432000 4194304 4300288 140734686530720 18446744073709551615 4268401 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/14368/statm: 47273 35355 242 26 0 43905 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 189092

[startup+51.101 s]
/proc/loadavg: 3.59 3.20 3.22 5/529 14376
/proc/meminfo: memFree=15365668/32951124 swapFree=67023148/67111528
[pid=14368] ppid=14366 vsize=240184 CPUtime=51.09 cores=1,3,5,7
/proc/14368/stat : 14368 (cir_minisat) R 14366 14368 12388 0 -1 4202496 67983 0 0 0 5097 12 0 0 25 0 1 0 652392343 245948416 47123 33554432000 4194304 4300288 140734686530720 18446744073709551615 4268248 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/14368/statm: 60046 47123 242 26 0 56678 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 240184

[startup+102.301 s]
/proc/loadavg: 3.83 3.33 3.26 5/529 14377
/proc/meminfo: memFree=15235576/32951124 swapFree=67023148/67111528
[pid=14368] ppid=14366 vsize=321572 CPUtime=102.31 cores=1,3,5,7
/proc/14368/stat : 14368 (cir_minisat) R 14366 14368 12388 0 -1 4202496 85406 0 0 0 10216 15 0 0 25 0 1 0 652392343 329289728 64535 33554432000 4194304 4300288 140734686530720 18446744073709551615 4255605 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/14368/statm: 80393 64535 242 26 0 77025 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 321572

[startup+162.301 s]
/proc/loadavg: 3.94 3.45 3.30 5/529 14379
/proc/meminfo: memFree=15043944/32951124 swapFree=67023148/67111528
[pid=14368] ppid=14366 vsize=453832 CPUtime=162.3 cores=1,3,5,7
/proc/14368/stat : 14368 (cir_minisat) R 14366 14368 12388 0 -1 4202496 117235 0 0 0 16209 21 0 0 25 0 1 0 652392343 464723968 96347 33554432000 4194304 4300288 140734686530720 18446744073709551615 4269941 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/14368/statm: 113458 96347 242 26 0 110090 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 453832

[startup+222.32 s]
/proc/loadavg: 4.10 3.58 3.36 5/529 14381
/proc/meminfo: memFree=14829616/32951124 swapFree=67023148/67111528
[pid=14368] ppid=14366 vsize=668756 CPUtime=222.32 cores=1,3,5,7
/proc/14368/stat : 14368 (cir_minisat) R 14366 14368 12388 0 -1 4202496 153453 0 0 0 22204 28 0 0 25 0 1 0 652392343 684806144 132555 33554432000 4194304 4300288 140734686530720 18446744073709551615 4268555 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/14368/statm: 167189 132555 242 26 0 163821 0
Current children cumulated CPU time (s) 222.32
Current children cumulated vsize (KiB) 668756

[startup+282.3 s]
/proc/loadavg: 4.09 3.67 3.40 5/529 14382
/proc/meminfo: memFree=14706936/32951124 swapFree=67023148/67111528
[pid=14368] ppid=14366 vsize=668756 CPUtime=282.3 cores=1,3,5,7
/proc/14368/stat : 14368 (cir_minisat) R 14366 14368 12388 0 -1 4202496 173116 0 0 0 28198 32 0 0 25 0 1 0 652392343 684806144 152203 33554432000 4194304 4300288 140734686530720 18446744073709551615 4255605 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/14368/statm: 167189 152203 242 26 0 163821 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 668756

[startup+342.301 s]
/proc/loadavg: 4.03 3.73 3.43 5/529 14384
/proc/meminfo: memFree=14538608/32951124 swapFree=67023148/67111528
[pid=14368] ppid=14366 vsize=1018004 CPUtime=342.3 cores=1,3,5,7
/proc/14368/stat : 14368 (cir_minisat) R 14366 14368 12388 0 -1 4202496 200105 0 0 0 34193 37 0 0 25 0 1 0 652392343 1042436096 179181 33554432000 4194304 4300288 140734686530720 18446744073709551615 4268160 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/14368/statm: 254501 179181 242 26 0 251133 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 1018004

[startup+402.301 s]
/proc/loadavg: 4.12 3.80 3.48 5/529 14385
/proc/meminfo: memFree=14371284/32951124 swapFree=67023148/67111528
[pid=14368] ppid=14366 vsize=1018004 CPUtime=402.3 cores=1,3,5,7
/proc/14368/stat : 14368 (cir_minisat) R 14366 14368 12388 0 -1 4202496 226944 0 0 0 40189 41 0 0 25 0 1 0 652392343 1042436096 206007 33554432000 4194304 4300288 140734686530720 18446744073709551615 4250829 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/14368/statm: 254501 206007 242 26 0 251133 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 1018004

[startup+462.301 s]
/proc/loadavg: 4.10 3.85 3.51 5/529 14387
/proc/meminfo: memFree=14264612/32951124 swapFree=67023148/67111528
[pid=14368] ppid=14366 vsize=1018004 CPUtime=462.3 cores=1,3,5,7
/proc/14368/stat : 14368 (cir_minisat) R 14366 14368 12388 0 -1 4202496 242005 0 0 0 46185 45 0 0 25 0 1 0 652392343 1042436096 221058 33554432000 4194304 4300288 140734686530720 18446744073709551615 4268309 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/14368/statm: 254501 221058 242 26 0 251133 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 1018004

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

[startup+467.201 s]
/proc/loadavg: 4.09 3.85 3.51 5/529 14387
/proc/meminfo: memFree=14257156/32951124 swapFree=67023148/67111528
[pid=14368] ppid=14366 vsize=1018004 CPUtime=467.2 cores=1,3,5,7
/proc/14368/stat : 14368 (cir_minisat) R 14366 14368 12388 0 -1 4202496 243469 0 0 0 46675 45 0 0 25 0 1 0 652392343 1042436096 222519 33554432000 4194304 4300288 140734686530720 18446744073709551615 4255755 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/14368/statm: 254501 222519 242 26 0 251133 0
Current children cumulated CPU time (s) 467.2
Current children cumulated vsize (KiB) 1018004

[startup+470.401 s]
/proc/loadavg: 4.09 3.85 3.51 5/529 14387
/proc/meminfo: memFree=14250708/32951124 swapFree=67023148/67111528
[pid=14368] ppid=14366 vsize=1018004 CPUtime=470.4 cores=1,3,5,7
/proc/14368/stat : 14368 (cir_minisat) R 14366 14368 12388 0 -1 4202496 244506 0 0 0 46995 45 0 0 25 0 1 0 652392343 1042436096 223556 33554432000 4194304 4300288 140734686530720 18446744073709551615 4250760 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/14368/statm: 254501 223556 242 26 0 251133 0
Current children cumulated CPU time (s) 470.4
Current children cumulated vsize (KiB) 1018004

[startup+471.2 s]
/proc/loadavg: 4.08 3.86 3.52 5/529 14387
/proc/meminfo: memFree=14248088/32951124 swapFree=67023148/67111528
[pid=14368] ppid=14366 vsize=1018004 CPUtime=471.2 cores=1,3,5,7
/proc/14368/stat : 14368 (cir_minisat) R 14366 14368 12388 0 -1 4202496 244717 0 0 0 47075 45 0 0 25 0 1 0 652392343 1042436096 223767 33554432000 4194304 4300288 140734686530720 18446744073709551615 4269598 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/14368/statm: 254501 223767 242 26 0 251133 0
Current children cumulated CPU time (s) 471.2
Current children cumulated vsize (KiB) 1018004

[startup+472.02 s]
/proc/loadavg: 4.08 3.86 3.52 5/529 14387
/proc/meminfo: memFree=14195884/32951124 swapFree=67023148/67111528
[pid=14368] ppid=14366 vsize=240512 CPUtime=472.02 cores=1,3,5,7
/proc/14368/stat : 14368 (cir_minisat) R 14366 14368 12388 0 -1 4202496 275342 0 0 0 47150 52 0 0 25 0 1 0 652392343 246284288 52649 33554432000 4194304 4300288 140734686530720 18446744073709551615 4254736 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/14368/statm: 60128 52649 242 26 0 56760 0
Current children cumulated CPU time (s) 472.02
Current children cumulated vsize (KiB) 240512

[startup+472.2 s]
/proc/loadavg: 4.08 3.86 3.52 5/529 14387
/proc/meminfo: memFree=14195884/32951124 swapFree=67023148/67111528
[pid=14368] ppid=14366 vsize=103784 CPUtime=472.2 cores=1,3,5,7
/proc/14368/stat : 14368 (cir_minisat) R 14366 14368 12388 0 -1 4202496 275368 0 0 0 47168 52 0 0 25 0 1 0 652392343 106274816 21820 33554432000 4194304 4300288 140734686530720 18446744073709551615 233509946572 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/14368/statm: 25946 21820 247 26 0 22578 0
Current children cumulated CPU time (s) 472.2
Current children cumulated vsize (KiB) 103784

Child status: 20
Real time (s): 472.219
CPU time (s): 472.227
CPU user time (s): 471.693
CPU system time (s): 0.533918
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 1148232

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

runsolver used 2.41863 second user time and 5.73713 second system time

The end

Launcher Data

Begin job on node145 at 2011-05-17 04:36:05
IDJOB=3387286
IDBENCH=82403
IDSOLVER=1873
FILE ID=node145/3387286-1305599764
RUNJOBID= node145-1305599763-14355
PBS_JOBID= 13350333
Free space on /tmp= 73708 MiB

SOLVER NAME= minisat hack: cir_minisat 2011-05-13 (simp)
BENCH NAME= SAT11/application/rintanen/SATPlanning/grid-strips-grid-y-3.035-NOTKNOWN.cnf
COMMAND LINE= HOME/cir_minisat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3387286-1305599764/watcher-3387286-1305599764 -o /tmp/evaluation-result-3387286-1305599764/solver-3387286-1305599764 -C 5000 -W 5100 -M 15500  HOME/cir_minisat HOME/instance-3387286-1305599764.cnf

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= a85b6db657886fb2a1a46ae1fe4d7999
RANDOM SEED=682102498

node145.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.786
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.57
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.786
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.76
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.786
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.74
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.786
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.83
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.786
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.82
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.786
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.74
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.786
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.84
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.786
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.77
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      16186960 kB
Buffers:        131604 kB
Cached:        1123912 kB
SwapCached:       4796 kB
Active:       12799932 kB
Inactive:      3680672 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      16186960 kB
SwapTotal:    67111528 kB
SwapFree:     67023148 kB
Dirty:           83160 kB
Writeback:           0 kB
AnonPages:    15219572 kB
Mapped:          38816 kB
Slab:           140832 kB
PageTables:      72992 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 158288908 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73568 MiB
End job on node145 at 2011-05-17 04:43:57