Trace number 3380412

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 269.642 269.636

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
sokoban-sequential-p145-microban-sequential.030-NOTKNOWN.cnf
MD5SUM17407fc59aa2b679b7792ae0656704b9
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark28.5967
Satisfiable
(Un)Satisfiability was proved
Number of variables66084
Number of clauses1060536
Sum of the clauses size2420856
Maximum clause length78
Minimum clause length1
Number of clauses of size 1696
Number of clauses of size 21023120
Number of clauses of size 32880
Number of clauses of size 413320
Number of clauses of size 55760
Number of clauses of size over 514760

Solver Data

269.60/269.63	c WARNING: for repeatability, setting FPU to use double precision
269.60/269.63	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-3380412-1305458902/watcher-3380412-1305458902 -o /tmp/evaluation-result-3380412-1305458902/solver-3380412-1305458902 -C 2400 -W 1300 -M 7680 HOME/cir_minisat HOME/instance-3380412-1305458902.cnf 

running on 2 cores: 0,2

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: 3.39 3.84 3.40 4/313 25748
/proc/meminfo: memFree=21003712/32950928 swapFree=61888748/67111528
[pid=25748] ppid=25746 vsize=19808 CPUtime=0 cores=0,2
/proc/25748/stat : 25748 (cir_minisat) R 25746 25748 24137 0 -1 4202496 752 0 0 0 0 0 0 0 21 0 1 0 657489012 20283392 695 33554432000 4194304 4300288 140736569115184 18446744073709551615 4200731 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/25748/statm: 4952 695 217 26 0 1584 0

[startup+0.0383279 s]
/proc/loadavg: 3.39 3.84 3.40 4/313 25748
/proc/meminfo: memFree=21003712/32950928 swapFree=61888748/67111528
[pid=25748] ppid=25746 vsize=22044 CPUtime=0.03 cores=0,2
/proc/25748/stat : 25748 (cir_minisat) R 25746 25748 24137 0 -1 4202496 1318 0 0 0 3 0 0 0 21 0 1 0 657489012 22573056 1249 33554432000 4194304 4300288 140736569115184 18446744073709551615 235594924458 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/25748/statm: 5600 1259 218 26 0 2232 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 22044

[startup+0.100316 s]
/proc/loadavg: 3.39 3.84 3.40 4/313 25748
/proc/meminfo: memFree=21003712/32950928 swapFree=61888748/67111528
[pid=25748] ppid=25746 vsize=29876 CPUtime=0.09 cores=0,2
/proc/25748/stat : 25748 (cir_minisat) R 25746 25748 24137 0 -1 4202496 4280 0 0 0 9 0 0 0 21 0 1 0 657489012 30593024 3633 33554432000 4194304 4300288 140736569115184 18446744073709551615 235594535430 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/25748/statm: 7469 3634 218 26 0 4101 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 29876

[startup+0.300232 s]
/proc/loadavg: 3.39 3.84 3.40 4/313 25748
/proc/meminfo: memFree=21003712/32950928 swapFree=61888748/67111528
[pid=25748] ppid=25746 vsize=71940 CPUtime=0.29 cores=0,2
/proc/25748/stat : 25748 (cir_minisat) R 25746 25748 24137 0 -1 4202496 15855 0 0 0 26 3 0 0 22 0 1 0 657489012 73666560 12267 33554432000 4194304 4300288 140736569115184 18446744073709551615 4219456 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/25748/statm: 17985 12267 220 26 0 14617 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 71940

[startup+0.700164 s]
/proc/loadavg: 3.39 3.84 3.40 4/313 25748
/proc/meminfo: memFree=21003712/32950928 swapFree=61888748/67111528
[pid=25748] ppid=25746 vsize=71940 CPUtime=0.69 cores=0,2
/proc/25748/stat : 25748 (cir_minisat) R 25746 25748 24137 0 -1 4202496 15859 0 0 0 66 3 0 0 23 0 1 0 657489012 73666560 12271 33554432000 4194304 4300288 140736569115184 18446744073709551615 4278558 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/25748/statm: 17985 12271 222 26 0 14617 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 71940

[startup+1.50107 s]
/proc/loadavg: 3.39 3.84 3.40 5/314 25749
/proc/meminfo: memFree=20845660/32950928 swapFree=61888748/67111528
[pid=25748] ppid=25746 vsize=59900 CPUtime=1.49 cores=0,2
/proc/25748/stat : 25748 (cir_minisat) R 25746 25748 24137 0 -1 4202496 18351 0 0 0 146 3 0 0 25 0 1 0 657489012 61337600 10276 33554432000 4194304 4300288 140736569115184 18446744073709551615 4256021 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/25748/statm: 14975 10276 242 26 0 11607 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 59900

[startup+3.10074 s]
/proc/loadavg: 3.52 3.86 3.41 5/317 25755
/proc/meminfo: memFree=20678368/32950928 swapFree=61888748/67111528
[pid=25748] ppid=25746 vsize=67080 CPUtime=3.09 cores=0,2
/proc/25748/stat : 25748 (cir_minisat) R 25746 25748 24137 0 -1 4202496 19573 0 0 0 306 3 0 0 25 0 1 0 657489012 68689920 11496 33554432000 4194304 4300288 140736569115184 18446744073709551615 4255710 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/25748/statm: 16770 11496 242 26 0 13402 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 67080

[startup+6.30018 s]
/proc/loadavg: 3.52 3.86 3.41 5/320 25761
/proc/meminfo: memFree=19863660/32950928 swapFree=61888748/67111528
[pid=25748] ppid=25746 vsize=78756 CPUtime=6.29 cores=0,2
/proc/25748/stat : 25748 (cir_minisat) R 25746 25748 24137 0 -1 4202496 21779 0 0 0 625 4 0 0 25 0 1 0 657489012 80646144 13701 33554432000 4194304 4300288 140736569115184 18446744073709551615 4268339 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/25748/statm: 19689 13701 242 26 0 16321 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 78756

[startup+12.7011 s]
/proc/loadavg: 3.66 3.88 3.42 5/323 25767
/proc/meminfo: memFree=19008048/32950928 swapFree=61888748/67111528
[pid=25748] ppid=25746 vsize=97904 CPUtime=12.69 cores=0,2
/proc/25748/stat : 25748 (cir_minisat) R 25746 25748 24137 0 -1 4202496 26796 0 0 0 1265 4 0 0 25 0 1 0 657489012 100253696 18712 33554432000 4194304 4300288 140736569115184 18446744073709551615 4268248 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/25748/statm: 24476 18712 242 26 0 21108 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 97904

[startup+25.5009 s]
/proc/loadavg: 3.72 3.88 3.43 5/323 25767
/proc/meminfo: memFree=19125312/32950928 swapFree=61888748/67111528
[pid=25748] ppid=25746 vsize=128724 CPUtime=25.49 cores=0,2
/proc/25748/stat : 25748 (cir_minisat) R 25746 25748 24137 0 -1 4202496 34671 0 0 0 2544 5 0 0 25 0 1 0 657489012 131813376 26584 33554432000 4194304 4300288 140736569115184 18446744073709551615 4255685 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/25748/statm: 32181 26584 242 26 0 28813 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 128724

[startup+51.1003 s]
/proc/loadavg: 3.81 3.89 3.44 5/323 25768
/proc/meminfo: memFree=18951812/32950928 swapFree=61888748/67111528
[pid=25748] ppid=25746 vsize=178812 CPUtime=51.09 cores=0,2
/proc/25748/stat : 25748 (cir_minisat) R 25746 25748 24137 0 -1 4202496 47831 0 0 0 5100 9 0 0 25 0 1 0 657489012 183103488 39732 33554432000 4194304 4300288 140736569115184 18446744073709551615 4268502 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/25748/statm: 44703 39732 242 26 0 41335 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 178812

[startup+102.311 s]
/proc/loadavg: 3.48 3.80 3.44 4/317 25787
/proc/meminfo: memFree=19275144/32950928 swapFree=61888748/67111528
[pid=25748] ppid=25746 vsize=392828 CPUtime=102.31 cores=0,2
/proc/25748/stat : 25748 (cir_minisat) R 25746 25748 24137 0 -1 4202496 76838 0 0 0 10217 14 0 0 25 0 1 0 657489012 402255872 68709 33554432000 4194304 4300288 140736569115184 18446744073709551615 4268555 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/25748/statm: 98207 68709 242 26 0 94839 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 392828

[startup+162.301 s]
/proc/loadavg: 3.09 3.63 3.40 3/312 25805
/proc/meminfo: memFree=19734560/32950928 swapFree=61888748/67111528
[pid=25748] ppid=25746 vsize=610476 CPUtime=162.3 cores=0,2
/proc/25748/stat : 25748 (cir_minisat) R 25746 25748 24137 0 -1 4202496 105798 0 0 0 16211 19 0 0 25 0 1 0 657489012 625127424 97638 33554432000 4194304 4300288 140736569115184 18446744073709551615 4255702 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/25748/statm: 152619 97638 242 26 0 149251 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 610476

[startup+222.3 s]
/proc/loadavg: 2.50 3.36 3.32 3/311 25807
/proc/meminfo: memFree=19458212/32950928 swapFree=61888748/67111528
[pid=25748] ppid=25746 vsize=613912 CPUtime=222.3 cores=0,2
/proc/25748/stat : 25748 (cir_minisat) R 25746 25748 24137 0 -1 4202496 130192 0 0 0 22205 25 0 0 25 0 1 0 657489012 628645888 121997 33554432000 4194304 4300288 140736569115184 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/25748/statm: 153478 121997 242 26 0 150110 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 613912

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

[startup+230.301 s]
/proc/loadavg: 2.46 3.34 3.32 3/311 25807
/proc/meminfo: memFree=19422484/32950928 swapFree=61888748/67111528
[pid=25748] ppid=25746 vsize=614168 CPUtime=230.3 cores=0,2
/proc/25748/stat : 25748 (cir_minisat) R 25746 25748 24137 0 -1 4202496 133043 0 0 0 23005 25 0 0 25 0 1 0 657489012 628908032 124844 33554432000 4194304 4300288 140736569115184 18446744073709551615 4268245 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/25748/statm: 153542 124844 242 26 0 150174 0
Current children cumulated CPU time (s) 230.3
Current children cumulated vsize (KiB) 614168

[startup+255.9 s]
/proc/loadavg: 2.30 3.23 3.28 3/311 25808
/proc/meminfo: memFree=19331708/32950928 swapFree=61888748/67111528
[pid=25748] ppid=25746 vsize=615020 CPUtime=255.9 cores=0,2
/proc/25748/stat : 25748 (cir_minisat) R 25746 25748 24137 0 -1 4202496 141550 0 0 0 25563 27 0 0 25 0 1 0 657489012 629780480 133344 33554432000 4194304 4300288 140736569115184 18446744073709551615 4255656 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/25748/statm: 153755 133344 242 26 0 150387 0
Current children cumulated CPU time (s) 255.9
Current children cumulated vsize (KiB) 615020

[startup+262.301 s]
/proc/loadavg: 2.26 3.19 3.27 3/311 25808
/proc/meminfo: memFree=19321028/32950928 swapFree=61888748/67111528
[pid=25748] ppid=25746 vsize=615156 CPUtime=262.3 cores=0,2
/proc/25748/stat : 25748 (cir_minisat) R 25746 25748 24137 0 -1 4202496 143262 0 0 0 26203 27 0 0 25 0 1 0 657489012 629919744 135056 33554432000 4194304 4300288 140736569115184 18446744073709551615 4268551 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/25748/statm: 153789 135056 242 26 0 150421 0
Current children cumulated CPU time (s) 262.3
Current children cumulated vsize (KiB) 615156

[startup+265.501 s]
/proc/loadavg: 2.26 3.19 3.27 3/311 25808
/proc/meminfo: memFree=19316672/32950928 swapFree=61888748/67111528
[pid=25748] ppid=25746 vsize=615288 CPUtime=265.49 cores=0,2
/proc/25748/stat : 25748 (cir_minisat) R 25746 25748 24137 0 -1 4202496 143824 0 0 0 26522 27 0 0 25 0 1 0 657489012 630054912 135616 33554432000 4194304 4300288 140736569115184 18446744073709551615 4256261 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/25748/statm: 153822 135616 242 26 0 150454 0
Current children cumulated CPU time (s) 265.49
Current children cumulated vsize (KiB) 615288

[startup+267.1 s]
/proc/loadavg: 2.24 3.17 3.26 3/311 25808
/proc/meminfo: memFree=19315300/32950928 swapFree=61888748/67111528
[pid=25748] ppid=25746 vsize=615288 CPUtime=267.09 cores=0,2
/proc/25748/stat : 25748 (cir_minisat) R 25746 25748 24137 0 -1 4202496 144071 0 0 0 26682 27 0 0 25 0 1 0 657489012 630054912 135862 33554432000 4194304 4300288 140736569115184 18446744073709551615 4269542 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/25748/statm: 153822 135862 242 26 0 150454 0
Current children cumulated CPU time (s) 267.09
Current children cumulated vsize (KiB) 615288

[startup+268.701 s]
/proc/loadavg: 2.24 3.17 3.26 3/311 25808
/proc/meminfo: memFree=19312076/32950928 swapFree=61888748/67111528
[pid=25748] ppid=25746 vsize=615432 CPUtime=268.7 cores=0,2
/proc/25748/stat : 25748 (cir_minisat) R 25746 25748 24137 0 -1 4202496 144295 0 0 0 26843 27 0 0 25 0 1 0 657489012 630202368 136085 33554432000 4194304 4300288 140736569115184 18446744073709551615 4255685 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/25748/statm: 153858 136085 242 26 0 150490 0
Current children cumulated CPU time (s) 268.7
Current children cumulated vsize (KiB) 615432

[startup+269.101 s]
/proc/loadavg: 2.24 3.17 3.26 3/311 25808
/proc/meminfo: memFree=19312076/32950928 swapFree=61888748/67111528
[pid=25748] ppid=25746 vsize=615732 CPUtime=269.1 cores=0,2
/proc/25748/stat : 25748 (cir_minisat) R 25746 25748 24137 0 -1 4202496 144426 0 0 0 26883 27 0 0 25 0 1 0 657489012 630509568 136216 33554432000 4194304 4300288 140736569115184 18446744073709551615 4269542 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/25748/statm: 153933 136216 242 26 0 150565 0
Current children cumulated CPU time (s) 269.1
Current children cumulated vsize (KiB) 615732

[startup+269.512 s]
/proc/loadavg: 2.24 3.17 3.26 3/311 25808
/proc/meminfo: memFree=19309720/32950928 swapFree=61888748/67111528
[pid=25748] ppid=25746 vsize=615732 CPUtime=269.51 cores=0,2
/proc/25748/stat : 25748 (cir_minisat) R 25746 25748 24137 0 -1 4202496 144524 0 0 0 26924 27 0 0 25 0 1 0 657489012 630509568 136314 33554432000 4194304 4300288 140736569115184 18446744073709551615 4271198 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/25748/statm: 153933 136314 242 26 0 150565 0
Current children cumulated CPU time (s) 269.51
Current children cumulated vsize (KiB) 615732

[startup+269.601 s]
/proc/loadavg: 2.24 3.17 3.26 3/311 25808
/proc/meminfo: memFree=19309720/32950928 swapFree=61888748/67111528
[pid=25748] ppid=25746 vsize=615408 CPUtime=269.6 cores=0,2
/proc/25748/stat : 25748 (cir_minisat) R 25746 25748 24137 0 -1 4202496 144533 0 0 0 26932 28 0 0 25 0 1 0 657489012 630177792 116802 33554432000 4194304 4300288 140736569115184 18446744073709551615 235594909831 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/25748/statm: 153852 116619 247 26 0 150484 0
Current children cumulated CPU time (s) 269.6
Current children cumulated vsize (KiB) 615408

Child status: 20
Real time (s): 269.636
CPU time (s): 269.642
CPU user time (s): 269.337
CPU system time (s): 0.304953
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 615732

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

runsolver used 0.815875 second user time and 1.87471 second system time

The end

Launcher Data

Begin job on node120 at 2011-05-15 13:28:23
IDJOB=3380412
IDBENCH=82410
IDSOLVER=1863
FILE ID=node120/3380412-1305458902
RUNJOBID= node120-1305458902-25724
PBS_JOBID= 13324883
Free space on /tmp= 73600 MiB

SOLVER NAME= cir_minisat 2011-05-13 (simp)
BENCH NAME= SAT11/application/rintanen/SATPlanning/sokoban-sequential-p145-microban-sequential.030-NOTKNOWN.cnf
COMMAND LINE= HOME/cir_minisat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3380412-1305458902/watcher-3380412-1305458902 -o /tmp/evaluation-result-3380412-1305458902/solver-3380412-1305458902 -C 2400 -W 1300 -M 7680  HOME/cir_minisat HOME/instance-3380412-1305458902.cnf

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

MD5SUM BENCH= 17407fc59aa2b679b7792ae0656704b9
RANDOM SEED=1577570859

node120.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.809
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.61
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.809
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	: 5226.07
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.809
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.82
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.809
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.809
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.809
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.809
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.82
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.809
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      21004240 kB
Buffers:         32300 kB
Cached:         284600 kB
SwapCached:      75464 kB
Active:         222676 kB
Inactive:     11531832 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      21004240 kB
SwapTotal:    67111528 kB
SwapFree:     61888748 kB
Dirty:           45700 kB
Writeback:           0 kB
AnonPages:    11366964 kB
Mapped:          19300 kB
Slab:            81184 kB
PageTables:      49220 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 51630884 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= 73508 MiB
End job on node120 at 2011-05-15 13:32:52