Trace number 3281366

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
synit_sat 2011-03-03Signal 83.7453 146.422

General information on the benchmark

Nameindustrial/vliw_sat_4.0/
9vliw_m_9stages_iq3_C1_bug5.cnf
MD5SUMc77a56af24208a6401c763e11a38de01
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark6.82496
Satisfiable
(Un)Satisfiability was proved
Number of variables520770
Number of clauses13380350
Sum of the clauses size39210884
Maximum clause length6689
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 28710587
Number of clauses of size 34215482
Number of clauses of size 425225
Number of clauses of size 515593
Number of clauses of size over 5413462

Solver Data

0.00/0.00	c start  0 total 0
11.69/11.79	c Find Units :          1
12.49/12.59	c Find Invs  :          0
15.50/15.50	c Find Ands  :     465089 AvgFaninNum: 18.7301
15.99/16.05	c Find Xors  :          0 AvgFaninNum: nan
18.29/18.31	c Find Ite   :      15951
21.59/21.62	c UnDirect variable: 0
21.59/21.62	c UnDirect to Direct Gate: 0
21.59/21.62	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
21.69/21.79	c Break Cycle : 287
21.69/21.79	c Total Root : 1 Undef Var: 40166
25.49/25.58	c After covering, Total Root: 236 Leaf: 30044
25.49/25.58	c Variable( cover/uncovered/unused ): 510648 10122 0
25.49/25.58	c Unit Clauses: 1
25.49/25.58	c Binary Clauses( cover/uncovered ): 8710107 480
25.49/25.58	c Clauses( cover/uncovered ): 527455 4142307
25.49/25.58	c Total Clauses( cover/uncovered ): 9237563 4142787 69.0383%
25.49/25.58	c Covered Ands: 464987 Invs: 0 Xors: 0 Ites: 15617
29.39/29.47	c Uncover Clauses avg size: 2.99995 max size: 9
29.49/29.54	c Final circuit: i/l/o/s   40166       0 4142788  10887612
29.49/29.54	c cover rate 69.0383
29.49/29.54	c rocky end  29.53 total 29.53
32.59/32.60	c inp	c lvl 625	 size 10887612
55.90/55.95	c rwt	c lvl 629	 size 10062221
66.00/66.08	tcmalloc: large alloc 1073741824 bytes == 0x18f7d3000 @ 

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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-3281366-1303751146/watcher-3281366-1303751146 -o /tmp/evaluation-result-3281366-1303751146/solver-3281366-1303751146 -C 2400 -W 1300 -M 7680 HOME/synit_sat HOME/instance-3281366-1303751146.cnf 1366688689 

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: 3.97 3.95 3.64 4/189 19967
/proc/meminfo: memFree=18699840/32950928 swapFree=67111524/67111528
[pid=19967] ppid=19965 vsize=30688 CPUtime=0 cores=4,6
/proc/19967/stat : 19967 (synit_sat) R 19965 19967 19316 0 -1 4202496 2312 0 0 0 0 0 0 0 25 0 1 0 486715242 31424512 2247 33554432000 4194304 4947581 140735737953424 18446744073709551615 208080232192 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/19967/statm: 7672 2257 365 184 0 2547 0

[startup+0.0885491 s]
/proc/loadavg: 3.97 3.95 3.64 4/189 19967
/proc/meminfo: memFree=18699840/32950928 swapFree=67111524/67111528
[pid=19967] ppid=19965 vsize=57232 CPUtime=0.08 cores=4,6
/proc/19967/stat : 19967 (synit_sat) R 19965 19967 19316 0 -1 4202496 9128 0 0 0 7 1 0 0 25 0 1 0 486715242 58605568 9062 33554432000 4194304 4947581 140735737953424 18446744073709551615 4799423 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/19967/statm: 14308 9062 376 184 0 9183 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 57232

[startup+0.100546 s]
/proc/loadavg: 3.97 3.95 3.64 4/189 19967
/proc/meminfo: memFree=18699840/32950928 swapFree=67111524/67111528
[pid=19967] ppid=19965 vsize=57232 CPUtime=0.09 cores=4,6
/proc/19967/stat : 19967 (synit_sat) R 19965 19967 19316 0 -1 4202496 9210 0 0 0 8 1 0 0 25 0 1 0 486715242 58605568 9144 33554432000 4194304 4947581 140735737953424 18446744073709551615 4798256 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/19967/statm: 14308 9145 376 184 0 9183 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 57232

[startup+0.30051 s]
/proc/loadavg: 3.97 3.95 3.64 4/189 19967
/proc/meminfo: memFree=18699840/32950928 swapFree=67111524/67111528
[pid=19967] ppid=19965 vsize=94736 CPUtime=0.29 cores=4,6
/proc/19967/stat : 19967 (synit_sat) R 19965 19967 19316 0 -1 4202496 17824 0 0 0 27 2 0 0 25 0 1 0 486715242 97009664 17758 33554432000 4194304 4947581 140735737953424 18446744073709551615 4798344 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/19967/statm: 23684 17759 376 184 0 18559 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 94736

[startup+0.700433 s]
/proc/loadavg: 3.97 3.95 3.64 4/189 19967
/proc/meminfo: memFree=18699840/32950928 swapFree=67111524/67111528
[pid=19967] ppid=19965 vsize=145168 CPUtime=0.69 cores=4,6
/proc/19967/stat : 19967 (synit_sat) R 19965 19967 19316 0 -1 4202496 30132 0 0 0 65 4 0 0 25 0 1 0 486715242 148652032 30066 33554432000 4194304 4947581 140735737953424 18446744073709551615 4799423 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/19967/statm: 36292 30066 376 184 0 31167 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 145168

[startup+1.50028 s]
/proc/loadavg: 3.97 3.95 3.64 5/190 19968
/proc/meminfo: memFree=18305512/32950928 swapFree=67111524/67111528
[pid=19967] ppid=19965 vsize=247952 CPUtime=1.49 cores=4,6
/proc/19967/stat : 19967 (synit_sat) R 19965 19967 19316 0 -1 4202496 54930 0 0 0 141 8 0 0 25 0 1 0 486715242 253902848 54864 33554432000 4194304 4947581 140735737953424 18446744073709551615 4284292 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/19967/statm: 61988 54864 376 184 0 56863 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 247952

[startup+3.10097 s]
/proc/loadavg: 3.97 3.95 3.64 5/190 19968
/proc/meminfo: memFree=17823900/32950928 swapFree=67111524/67111528
[pid=19967] ppid=19965 vsize=445712 CPUtime=3.09 cores=4,6
/proc/19967/stat : 19967 (synit_sat) R 19965 19967 19316 0 -1 4202496 101971 0 0 0 294 15 0 0 25 0 1 0 486715242 456409088 101905 33554432000 4194304 4947581 140735737953424 18446744073709551615 208079923303 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/19967/statm: 111428 101905 376 184 0 106303 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 445712

[startup+6.30036 s]
/proc/loadavg: 4.13 3.99 3.66 5/190 19968
/proc/meminfo: memFree=16637184/32950928 swapFree=67111524/67111528
[pid=19967] ppid=19965 vsize=907152 CPUtime=6.29 cores=4,6
/proc/19967/stat : 19967 (synit_sat) R 19965 19967 19316 0 -1 4202496 224583 0 0 0 599 30 0 0 25 0 1 0 486715242 928923648 208133 33554432000 4194304 4947581 140735737953424 18446744073709551615 4814988 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/19967/statm: 226788 208133 377 184 0 221663 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 907152

[startup+12.7002 s]
/proc/loadavg: 4.12 3.99 3.66 5/190 19969
/proc/meminfo: memFree=14784276/32950928 swapFree=67111524/67111528
[pid=19967] ppid=19965 vsize=1586444 CPUtime=12.69 cores=4,6
/proc/19967/stat : 19967 (synit_sat) R 19965 19967 19316 0 -1 4202496 401285 0 0 0 1219 50 0 0 25 0 1 0 486715242 1624518656 384835 33554432000 4194304 4947581 140735737953424 18446744073709551615 4795989 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/19967/statm: 396611 384835 379 184 0 391486 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1586444

[startup+25.5008 s]
/proc/loadavg: 4.09 3.99 3.66 5/190 19969
/proc/meminfo: memFree=13854824/32950928 swapFree=67111524/67111528
[pid=19967] ppid=19965 vsize=1671948 CPUtime=25.49 cores=4,6
/proc/19967/stat : 19967 (synit_sat) R 19965 19967 19316 0 -1 4202496 422546 0 0 0 2496 53 0 0 25 0 1 0 486715242 1712074752 406096 33554432000 4194304 4947581 140735737953424 18446744073709551615 4827272 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/19967/statm: 417987 406096 384 184 0 412862 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 1671948

[startup+51.1009 s]
/proc/loadavg: 4.06 3.99 3.67 5/190 19970
/proc/meminfo: memFree=8050344/32950928 swapFree=67111524/67111528
[pid=19967] ppid=19965 vsize=4701188 CPUtime=51.09 cores=4,6
/proc/19967/stat : 19967 (synit_sat) R 19965 19967 19316 0 -1 4202496 1103088 0 0 0 4988 121 0 0 25 0 1 0 486715242 4814016512 1079915 33554432000 4194304 4947581 140735737953424 18446744073709551615 4840016 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/19967/statm: 1175297 1079915 432 184 0 1170172 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 4701188

[startup+102.307 s]
/proc/loadavg: 5.68 4.40 3.82 4/190 19971
/proc/meminfo: memFree=95212/32950928 swapFree=67111364/67111528
[pid=19967] ppid=19965 vsize=7678580 CPUtime=77.93 cores=4,6
/proc/19967/stat : 19967 (synit_sat) R 19965 19967 19316 0 -1 4204032 1850606 0 0 0 6958 835 0 0 18 0 1 0 486715242 7862865920 1812634 33554432000 4194304 4947581 140735737953424 18446744073709551615 4229049 0 0 4096 24578 0 0 0 17 4 0 0 2430
/proc/19967/statm: 1919645 1812634 433 184 0 1914520 0
Current children cumulated CPU time (s) 77.93
Current children cumulated vsize (KiB) 7678580
heavy processes:

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

[startup+127.9 s]
/proc/loadavg: 6.33 4.65 3.92 4/186 19973
/proc/meminfo: memFree=6045584/32950928 swapFree=67111364/67111528
[pid=19967] ppid=19965 vsize=7678580 CPUtime=80.5 cores=4,6
/proc/19967/stat : 19967 (synit_sat) D 19965 19967 19316 0 -1 4204032 1850606 0 0 0 6958 1092 0 0 18 0 1 0 486715242 7862865920 1812634 33554432000 4194304 4947581 140735737953424 18446744073709551615 4229049 0 0 4096 24578 18446744071562154983 0 0 17 4 0 0 4688
/proc/19967/statm: 1919645 1812634 433 184 0 1914520 0
Current children cumulated CPU time (s) 80.5
Current children cumulated vsize (KiB) 7678580

[startup+134.301 s]
/proc/loadavg: 6.55 4.73 3.95 3/188 19975
/proc/meminfo: memFree=5624480/32950928 swapFree=67111364/67111528
[pid=19967] ppid=19965 vsize=7678580 CPUtime=81.08 cores=4,6
/proc/19967/stat : 19967 (synit_sat) R 19965 19967 19316 0 -1 4204032 1850606 0 0 0 6958 1150 0 0 18 0 1 0 486715242 7862865920 1812634 33554432000 4194304 4947581 140735737953424 18446744073709551615 4229049 0 0 4096 24578 0 0 0 17 4 0 0 5308
/proc/19967/statm: 1919645 1812634 433 184 0 1914520 0
Current children cumulated CPU time (s) 81.08
Current children cumulated vsize (KiB) 7678580

[startup+140.701 s]
/proc/loadavg: 7.08 4.90 4.01 3/190 19980
/proc/meminfo: memFree=4650444/32950928 swapFree=67111364/67111528
[pid=19967] ppid=19965 vsize=7678580 CPUtime=82.21 cores=4,6
/proc/19967/stat : 19967 (synit_sat) D 19965 19967 19316 0 -1 4204032 1850606 0 0 0 6958 1263 0 0 18 0 1 0 486715242 7862865920 1812634 33554432000 4194304 4947581 140735737953424 18446744073709551615 4229049 0 0 4096 24578 18446744071562154983 0 0 17 6 0 0 5673
/proc/19967/statm: 1919645 1812634 433 184 0 1914520 0
Current children cumulated CPU time (s) 82.21
Current children cumulated vsize (KiB) 7678580

[startup+143.9 s]
/proc/loadavg: 7.08 4.90 4.01 3/190 19980
/proc/meminfo: memFree=4208460/32950928 swapFree=67111364/67111528
[pid=19967] ppid=19965 vsize=7678580 CPUtime=82.77 cores=4,6
/proc/19967/stat : 19967 (synit_sat) D 19965 19967 19316 0 -1 4204032 1850606 0 0 0 6958 1319 0 0 18 0 1 0 486715242 7862865920 1812634 33554432000 4194304 4947581 140735737953424 18446744073709551615 4229049 0 0 4096 24578 18446744071562154983 0 0 17 6 0 0 5992
/proc/19967/statm: 1919645 1812634 433 184 0 1914520 0
Current children cumulated CPU time (s) 82.77
Current children cumulated vsize (KiB) 7678580

[startup+145.501 s]
/proc/loadavg: 7.31 4.98 4.04 3/189 19980
/proc/meminfo: memFree=4033912/32950928 swapFree=67111364/67111528
[pid=19967] ppid=19965 vsize=7678580 CPUtime=82.96 cores=4,6
/proc/19967/stat : 19967 (synit_sat) D 19965 19967 19316 0 -1 4204032 1850606 0 0 0 6958 1338 0 0 18 0 1 0 486715242 7862865920 1812634 33554432000 4194304 4947581 140735737953424 18446744073709551615 4229049 0 0 4096 24578 18446744071562154983 0 0 17 4 0 0 6129
/proc/19967/statm: 1919645 1812634 433 184 0 1914520 0
Current children cumulated CPU time (s) 82.96
Current children cumulated vsize (KiB) 7678580

[startup+145.901 s]
/proc/loadavg: 7.31 4.98 4.04 3/189 19980
/proc/meminfo: memFree=4033912/32950928 swapFree=67111364/67111528
[pid=19967] ppid=19965 vsize=7678580 CPUtime=83.22 cores=4,6
/proc/19967/stat : 19967 (synit_sat) R 19965 19967 19316 0 -1 4204032 1850606 0 0 0 6958 1364 0 0 18 0 1 0 486715242 7862865920 1812634 33554432000 4194304 4947581 140735737953424 18446744073709551615 4229049 0 0 4096 24578 0 0 0 17 6 0 0 6252
/proc/19967/statm: 1919645 1812634 433 184 0 1914520 0
Current children cumulated CPU time (s) 83.22
Current children cumulated vsize (KiB) 7678580

[startup+146.307 s]
/proc/loadavg: 7.31 4.98 4.04 4/189 19980
/proc/meminfo: memFree=4230212/32950928 swapFree=67111364/67111528
[pid=19967] ppid=19965 vsize=0 CPUtime=83.63 cores=4,6
/proc/19967/stat : 19967 (synit_sat) R 19965 19967 19316 0 -1 4204036 1850606 0 0 0 6958 1405 0 0 18 0 1 0 486715242 0 0 33554432000 0 0 0 0 0 0 0 4096 24578 18446744073709551615 0 0 17 4 0 0 6252
/proc/19967/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 83.63
Current children cumulated vsize (KiB) 0

[startup+146.401 s]
/proc/loadavg: 7.31 4.98 4.04 4/189 19980
/proc/meminfo: memFree=4230212/32950928 swapFree=67111364/67111528
[pid=19967] ppid=19965 vsize=0 CPUtime=83.72 cores=4,6
/proc/19967/stat : 19967 (synit_sat) R 19965 19967 19316 0 -1 4204036 1850606 0 0 0 6958 1414 0 0 18 0 1 0 486715242 0 0 33554432000 0 0 0 0 0 0 0 4096 24578 18446744073709551615 0 0 17 4 0 0 6252
/proc/19967/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 83.72
Current children cumulated vsize (KiB) 0

Child ended because it received signal 11 (SIGSEGV)
Child dumped core
Real time (s): 146.422
CPU time (s): 83.7453
CPU user time (s): 69.5804
CPU system time (s): 14.1648
CPU usage (%): 57.1946
Max. virtual memory (cumulated for all children) (KiB): 7678580

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 69.5804
system time used= 14.1648
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1850606
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= 431
involuntary context switches= 475

runsolver used 0.228965 second user time and 0.581911 second system time

The end

Launcher Data

Begin job on node127 at 2011-04-25 19:05:56
IDJOB=3281366
IDBENCH=20582
IDSOLVER=1571
FILE ID=node127/3281366-1303751146
RUNJOBID= node127-1303751146-19926
PBS_JOBID= 13154035
Free space on /tmp= 70612 MiB

SOLVER NAME= synit_sat 2011-03-03
BENCH NAME= SAT07/industrial/vliw_sat_4.0/9vliw_m_9stages_iq3_C1_bug5.cnf
COMMAND LINE= HOME/synit_sat BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3281366-1303751146/watcher-3281366-1303751146 -o /tmp/evaluation-result-3281366-1303751146/solver-3281366-1303751146 -C 2400 -W 1300 -M 7680  HOME/synit_sat HOME/instance-3281366-1303751146.cnf 1366688689

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

MD5SUM BENCH= c77a56af24208a6401c763e11a38de01
RANDOM SEED=1366688689

node127.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.823
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.64
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.823
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.823
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.823
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.86
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.823
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.75
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.823
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.823
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.60
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.823
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      18702096 kB
Buffers:       2393752 kB
Cached:       10587652 kB
SwapCached:          4 kB
Active:        9742628 kB
Inactive:      3934384 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      18702096 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:          766952 kB
Writeback:           0 kB
AnonPages:      694664 kB
Mapped:          16616 kB
Slab:           506916 kB
PageTables:       6100 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   917872 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= 56548 MiB
End job on node127 at 2011-04-25 19:08:24