Trace number 3422118

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: contrasat 2011-03-02UNSAT 258.996 258.989

General information on the benchmark

Namemanol-pipe-c10nidw.cnf
MD5SUM943fd86d922b13236c21a74c4f82b6d0
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark132.277
Satisfiable
(Un)Satisfiability was proved
Number of variables433601
Number of clauses1291714
Sum of the clauses size3013998
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2861142
Number of clauses of size 3430571
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

258.89/258.97	c WARNING: for repeatability, setting FPU to use double precision
258.89/258.97	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-3422118-1306658671/watcher-3422118-1306658671 -o /tmp/evaluation-result-3422118-1306658671/solver-3422118-1306658671 -C 5000 -W 5100 -M 15500 contrasat_release HOME/instance-3422118-1306658671.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: 0.00 0.00 0.00 2/483 13893
/proc/meminfo: memFree=19181312/32950928 swapFree=65252936/67111528
[pid=13893] ppid=13891 vsize=20524 CPUtime=0 cores=1,3,5,7
/proc/13893/stat : 13893 (contrasat_relea) R 13891 13893 13855 0 -1 4202496 1018 0 0 0 0 0 0 0 21 0 1 0 856097839 21016576 922 33554432000 4194304 4298156 140735348565824 18446744073709551615 4284838 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/13893/statm: 5131 922 215 26 0 1763 0

[startup+0.0640131 s]
/proc/loadavg: 0.00 0.00 0.00 2/483 13893
/proc/meminfo: memFree=19181312/32950928 swapFree=65252936/67111528
[pid=13893] ppid=13891 vsize=32836 CPUtime=0.05 cores=1,3,5,7
/proc/13893/stat : 13893 (contrasat_relea) R 13891 13893 13855 0 -1 4202496 4945 0 0 0 5 0 0 0 21 0 1 0 856097839 33624064 4318 33554432000 4194304 4298156 140735348565824 18446744073709551615 260905054917 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/13893/statm: 8209 4321 218 26 0 4841 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 32836

[startup+0.101005 s]
/proc/loadavg: 0.00 0.00 0.00 2/483 13893
/proc/meminfo: memFree=19181312/32950928 swapFree=65252936/67111528
[pid=13893] ppid=13891 vsize=42904 CPUtime=0.09 cores=1,3,5,7
/proc/13893/stat : 13893 (contrasat_relea) R 13891 13893 13855 0 -1 4202496 7449 0 0 0 8 1 0 0 21 0 1 0 856097839 43933696 6464 33554432000 4194304 4298156 140735348565824 18446744073709551615 4284045 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/13893/statm: 10726 6466 223 26 0 7358 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 42904

[startup+0.300969 s]
/proc/loadavg: 0.00 0.00 0.00 2/483 13893
/proc/meminfo: memFree=19181312/32950928 swapFree=65252936/67111528
[pid=13893] ppid=13891 vsize=94764 CPUtime=0.29 cores=1,3,5,7
/proc/13893/stat : 13893 (contrasat_relea) R 13891 13893 13855 0 -1 4202496 21212 0 0 0 27 2 0 0 22 0 1 0 856097839 97038336 18101 33554432000 4194304 4298156 140735348565824 18446744073709551615 4284417 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/13893/statm: 23691 18102 275 26 0 20323 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 94764

[startup+0.700897 s]
/proc/loadavg: 0.00 0.00 0.00 2/483 13893
/proc/meminfo: memFree=19181312/32950928 swapFree=65252936/67111528
[pid=13893] ppid=13891 vsize=206396 CPUtime=0.69 cores=1,3,5,7
/proc/13893/stat : 13893 (contrasat_relea) R 13891 13893 13855 0 -1 4202496 47818 0 0 0 62 7 0 0 24 0 1 0 856097839 211349504 40730 33554432000 4194304 4298156 140735348565824 18446744073709551615 4267987 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/13893/statm: 51599 40730 352 26 0 48231 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 206396

[startup+1.50075 s]
/proc/loadavg: 0.16 0.03 0.01 3/484 13894
/proc/meminfo: memFree=19018996/32950928 swapFree=65252936/67111528
[pid=13893] ppid=13891 vsize=263428 CPUtime=1.49 cores=1,3,5,7
/proc/13893/stat : 13893 (contrasat_relea) R 13891 13893 13855 0 -1 4202496 60598 0 0 0 140 9 0 0 25 0 1 0 856097839 269750272 52066 33554432000 4194304 4298156 140735348565824 18446744073709551615 4221950 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/13893/statm: 65857 52066 355 26 0 62489 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 263428

[startup+3.10046 s]
/proc/loadavg: 0.16 0.03 0.01 3/484 13894
/proc/meminfo: memFree=18995564/32950928 swapFree=65252936/67111528
[pid=13893] ppid=13891 vsize=231832 CPUtime=3.09 cores=1,3,5,7
/proc/13893/stat : 13893 (contrasat_relea) R 13891 13893 13855 0 -1 4202496 87805 0 0 0 297 12 0 0 25 0 1 0 856097839 237395968 50346 33554432000 4194304 4298156 140735348565824 18446744073709551615 4209954 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/13893/statm: 57958 50346 356 26 0 54590 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 231832

[startup+6.30087 s]
/proc/loadavg: 0.31 0.07 0.02 3/484 13894
/proc/meminfo: memFree=19014660/32950928 swapFree=65252936/67111528
[pid=13893] ppid=13891 vsize=212708 CPUtime=6.29 cores=1,3,5,7
/proc/13893/stat : 13893 (contrasat_relea) R 13891 13893 13855 0 -1 4202496 94515 0 0 0 616 13 0 0 25 0 1 0 856097839 217812992 44167 33554432000 4194304 4298156 140735348565824 18446744073709551615 4256277 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/13893/statm: 53177 44167 376 26 0 49809 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 212708

[startup+12.7007 s]
/proc/loadavg: 0.44 0.10 0.03 3/484 13894
/proc/meminfo: memFree=19007988/32950928 swapFree=65252936/67111528
[pid=13893] ppid=13891 vsize=212708 CPUtime=12.69 cores=1,3,5,7
/proc/13893/stat : 13893 (contrasat_relea) R 13891 13893 13855 0 -1 4202496 95898 0 0 0 1255 14 0 0 25 0 1 0 856097839 217812992 45429 33554432000 4194304 4298156 140735348565824 18446744073709551615 4256804 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/13893/statm: 53177 45429 376 26 0 49809 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 212708

[startup+25.5004 s]
/proc/loadavg: 0.79 0.19 0.06 3/484 13895
/proc/meminfo: memFree=18947212/32950928 swapFree=65252936/67111528
[pid=13893] ppid=13891 vsize=243028 CPUtime=25.49 cores=1,3,5,7
/proc/13893/stat : 13893 (contrasat_relea) R 13891 13893 13855 0 -1 4202496 112526 0 0 0 2533 16 0 0 25 0 1 0 856097839 248860672 52323 33554432000 4194304 4298156 140735348565824 18446744073709551615 4262253 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/13893/statm: 60757 52323 376 26 0 57389 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 243028

[startup+51.1007 s]
/proc/loadavg: 1.20 0.33 0.11 3/484 13895
/proc/meminfo: memFree=18916008/32950928 swapFree=65252936/67111528
[pid=13893] ppid=13891 vsize=243028 CPUtime=51.09 cores=1,3,5,7
/proc/13893/stat : 13893 (contrasat_relea) R 13891 13893 13855 0 -1 4202496 114187 0 0 0 5093 16 0 0 25 0 1 0 856097839 248860672 53845 33554432000 4194304 4298156 140735348565824 18446744073709551615 4256315 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/13893/statm: 60757 53845 376 26 0 57389 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 243028

[startup+102.318 s]
/proc/loadavg: 1.65 0.59 0.21 3/484 13897
/proc/meminfo: memFree=18975200/32950928 swapFree=65252936/67111528
[pid=13893] ppid=13891 vsize=212680 CPUtime=102.31 cores=1,3,5,7
/proc/13893/stat : 13893 (contrasat_relea) R 13891 13893 13855 0 -1 4202496 157754 0 0 0 10209 22 0 0 25 0 1 0 856097839 217784320 47247 33554432000 4194304 4298156 140735348565824 18446744073709551615 4256277 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/13893/statm: 53170 47247 376 26 0 49802 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 212680

[startup+162.3 s]
/proc/loadavg: 1.87 0.84 0.32 3/484 13898
/proc/meminfo: memFree=18933480/32950928 swapFree=65252936/67111528
[pid=13893] ppid=13891 vsize=262000 CPUtime=162.29 cores=1,3,5,7
/proc/13893/stat : 13893 (contrasat_relea) R 13891 13893 13855 0 -1 4202496 208260 0 0 0 16199 30 0 0 25 0 1 0 856097839 268288000 57246 33554432000 4194304 4298156 140735348565824 18446744073709551615 4273395 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/13893/statm: 65500 57246 376 26 0 62132 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 262000

[startup+222.3 s]
/proc/loadavg: 1.95 1.05 0.42 3/484 13900
/proc/meminfo: memFree=18934676/32950928 swapFree=65252936/67111528
[pid=13893] ppid=13891 vsize=262000 CPUtime=222.3 cores=1,3,5,7
/proc/13893/stat : 13893 (contrasat_relea) R 13891 13893 13855 0 -1 4202496 251728 0 0 0 22192 38 0 0 25 0 1 0 856097839 268288000 55886 33554432000 4194304 4298156 140735348565824 18446744073709551615 4256553 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/13893/statm: 65500 55886 376 26 0 62132 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 262000

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

[startup+230.301 s]
/proc/loadavg: 1.95 1.07 0.43 3/484 13900
/proc/meminfo: memFree=18917192/32950928 swapFree=65252936/67111528
[pid=13893] ppid=13891 vsize=262000 CPUtime=230.3 cores=1,3,5,7
/proc/13893/stat : 13893 (contrasat_relea) R 13891 13893 13855 0 -1 4202496 253080 0 0 0 22992 38 0 0 25 0 1 0 856097839 268288000 57144 33554432000 4194304 4298156 140735348565824 18446744073709551615 4256804 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/13893/statm: 65500 57144 376 26 0 62132 0
Current children cumulated CPU time (s) 230.3
Current children cumulated vsize (KiB) 262000

[startup+243.119 s]
/proc/loadavg: 1.96 1.11 0.45 3/484 13900
/proc/meminfo: memFree=18918784/32950928 swapFree=65252936/67111528
[pid=13893] ppid=13891 vsize=262000 CPUtime=243.11 cores=1,3,5,7
/proc/13893/stat : 13893 (contrasat_relea) R 13891 13893 13855 0 -1 4202496 265365 0 0 0 24271 40 0 0 25 0 1 0 856097839 268288000 57354 33554432000 4194304 4298156 140735348565824 18446744073709551615 4256794 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/13893/statm: 65500 57354 376 26 0 62132 0
Current children cumulated CPU time (s) 243.11
Current children cumulated vsize (KiB) 262000

[startup+249.5 s]
/proc/loadavg: 1.97 1.13 0.46 3/484 13900
/proc/meminfo: memFree=18932672/32950928 swapFree=65252936/67111528
[pid=13893] ppid=13891 vsize=262000 CPUtime=249.5 cores=1,3,5,7
/proc/13893/stat : 13893 (contrasat_relea) R 13891 13893 13855 0 -1 4202496 276654 0 0 0 24908 42 0 0 25 0 1 0 856097839 268288000 56081 33554432000 4194304 4298156 140735348565824 18446744073709551615 4253707 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/13893/statm: 65500 56081 376 26 0 62132 0
Current children cumulated CPU time (s) 249.5
Current children cumulated vsize (KiB) 262000

[startup+255.9 s]
/proc/loadavg: 1.97 1.14 0.47 3/484 13901
/proc/meminfo: memFree=18921872/32950928 swapFree=65252936/67111528
[pid=13893] ppid=13891 vsize=262000 CPUtime=255.9 cores=1,3,5,7
/proc/13893/stat : 13893 (contrasat_relea) R 13891 13893 13855 0 -1 4202496 277715 0 0 0 25548 42 0 0 25 0 1 0 856097839 268288000 57062 33554432000 4194304 4298156 140735348565824 18446744073709551615 4256826 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/13893/statm: 65500 57062 376 26 0 62132 0
Current children cumulated CPU time (s) 255.9
Current children cumulated vsize (KiB) 262000

[startup+257.501 s]
/proc/loadavg: 1.97 1.15 0.48 3/484 13901
/proc/meminfo: memFree=18919140/32950928 swapFree=65252936/67111528
[pid=13893] ppid=13891 vsize=262000 CPUtime=257.5 cores=1,3,5,7
/proc/13893/stat : 13893 (contrasat_relea) R 13891 13893 13855 0 -1 4202496 277875 0 0 0 25708 42 0 0 25 0 1 0 856097839 268288000 57214 33554432000 4194304 4298156 140735348565824 18446744073709551615 4256583 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/13893/statm: 65500 57214 376 26 0 62132 0
Current children cumulated CPU time (s) 257.5
Current children cumulated vsize (KiB) 262000

[startup+258.301 s]
/proc/loadavg: 1.97 1.15 0.48 3/484 13901
/proc/meminfo: memFree=18919140/32950928 swapFree=65252936/67111528
[pid=13893] ppid=13891 vsize=262000 CPUtime=258.29 cores=1,3,5,7
/proc/13893/stat : 13893 (contrasat_relea) R 13891 13893 13855 0 -1 4202496 277947 0 0 0 25787 42 0 0 25 0 1 0 856097839 268288000 57279 33554432000 4194304 4298156 140735348565824 18446744073709551615 4256826 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/13893/statm: 65500 57279 376 26 0 62132 0
Current children cumulated CPU time (s) 258.29
Current children cumulated vsize (KiB) 262000

[startup+258.701 s]
/proc/loadavg: 1.97 1.15 0.48 3/484 13901
/proc/meminfo: memFree=18918768/32950928 swapFree=65252936/67111528
[pid=13893] ppid=13891 vsize=262000 CPUtime=258.69 cores=1,3,5,7
/proc/13893/stat : 13893 (contrasat_relea) R 13891 13893 13855 0 -1 4202496 277976 0 0 0 25827 42 0 0 25 0 1 0 856097839 268288000 57306 33554432000 4194304 4298156 140735348565824 18446744073709551615 4252741 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/13893/statm: 65500 57306 376 26 0 62132 0
Current children cumulated CPU time (s) 258.69
Current children cumulated vsize (KiB) 262000

[startup+258.901 s]
/proc/loadavg: 1.97 1.15 0.48 3/484 13901
/proc/meminfo: memFree=18918768/32950928 swapFree=65252936/67111528
[pid=13893] ppid=13891 vsize=262000 CPUtime=258.89 cores=1,3,5,7
/proc/13893/stat : 13893 (contrasat_relea) R 13891 13893 13855 0 -1 4202496 277993 0 0 0 25847 42 0 0 25 0 1 0 856097839 268288000 57319 33554432000 4194304 4298156 140735348565824 18446744073709551615 4256762 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/13893/statm: 65500 57319 376 26 0 62132 0
Current children cumulated CPU time (s) 258.89
Current children cumulated vsize (KiB) 262000

Child status: 20
Real time (s): 258.989
CPU time (s): 258.996
CPU user time (s): 258.558
CPU system time (s): 0.437933
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 311320

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

runsolver used 1.12183 second user time and 2.89556 second system time

The end

Launcher Data

Begin job on node116 at 2011-05-29 10:44:32
IDJOB=3422118
IDBENCH=69591
IDSOLVER=1915
FILE ID=node116/3422118-1306658671
RUNJOBID= node116-1306658669-13874
PBS_JOBID= 13471781
Free space on /tmp= 73368 MiB

SOLVER NAME= minisat hack: contrasat 2011-03-02
BENCH NAME= SAT_RACE08/cnf/manol-pipe-c10nidw.cnf
COMMAND LINE= contrasat_release BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3422118-1306658671/watcher-3422118-1306658671 -o /tmp/evaluation-result-3422118-1306658671/solver-3422118-1306658671 -C 5000 -W 5100 -M 15500  contrasat_release HOME/instance-3422118-1306658671.cnf

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

MD5SUM BENCH= 943fd86d922b13236c21a74c4f82b6d0
RANDOM SEED=1896452479

node116.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.826
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.65
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.826
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.15
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.826
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.826
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.826
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.826
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.826
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.826
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:      19181716 kB
Buffers:        185068 kB
Cached:        2404784 kB
SwapCached:      12264 kB
Active:        7554604 kB
Inactive:      5965264 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      19181716 kB
SwapTotal:    67111528 kB
SwapFree:     65252936 kB
Dirty:           46116 kB
Writeback:           0 kB
AnonPages:    10928180 kB
Mapped:          24948 kB
Slab:           118284 kB
PageTables:      62764 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 139710052 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= 73368 MiB
End job on node116 at 2011-05-29 10:48:51