Trace number 3284908

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 150.039 151.775

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
transport-transport-city-sequential-35nodes-1000size-4degree-100mindistance-4trucks-14packages-2008seed.030-NOTKNOWN.cnf
MD5SUMfce318b20c1a474ab81b77594d3f6f99
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark583.061
Satisfiable
(Un)Satisfiability was proved
Number of variables945406
Number of clauses5079060
Sum of the clauses size12071640
Maximum clause length982
Minimum clause length1
Number of clauses of size 1720
Number of clauses of size 25035980
Number of clauses of size 3240
Number of clauses of size 4960
Number of clauses of size 52400
Number of clauses of size over 538760

Solver Data

0.00/0.00	c start  0 total 0
0.69/2.51	c Find Units :        720
2.89/2.95	c Find Invs  :          0
3.19/3.28	c Find Ands  :        120 AvgFaninNum: 2
3.19/3.29	c Find Xors  :          0 AvgFaninNum: nan
3.19/3.29	c Find Ite   :          0
3.19/3.29	c UnDirect variable: 0
3.19/3.29	c UnDirect to Direct Gate: 0
3.19/3.29	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
3.29/3.30	c Break Cycle : 0
3.29/3.30	c Total Root : 120 Undef Var: 945286
3.29/3.33	c After covering, Total Root: 120 Leaf: 840
3.29/3.33	c Variable( cover/uncovered/unused ): 960 944446 0
3.29/3.33	c Unit Clauses: 720
3.29/3.33	c Binary Clauses( cover/uncovered ): 240 5035740
3.29/3.33	c Clauses( cover/uncovered ): 120 42240
3.29/3.33	c Total Clauses( cover/uncovered ): 1080 5077980 0.0212638%
3.29/3.33	c Covered Ands: 120 Invs: 0 Xors: 0 Ites: 0
6.49/6.59	c Uncover Clauses avg size: 2.37695 max size: 982
6.59/6.66	c Final circuit: i/l/o/s  944566       0 4432320   5462763
6.59/6.66	c cover rate 0.0212638
6.59/6.66	c rocky end  6.65 total 6.65
13.20/13.20	c covering time  6.55 total 13.2
139.75/139.80	terminate called after throwing an instance of 'std::bad_alloc'
139.75/139.80	  what():  std::bad_alloc

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

running on 2 cores: 5,7

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.91 3.01 3.15 5/193 29879
/proc/meminfo: memFree=13252780/32951124 swapFree=67111528/67111528
[pid=29879] ppid=29877 vsize=29720 CPUtime=0 cores=5,7
/proc/29879/stat : 29879 (synit_sat) R 29877 29879 28989 0 -1 4202496 2023 0 0 0 0 0 0 0 23 0 1 0 487847211 30433280 1960 33554432000 4194304 4947581 140735243274832 18446744073709551615 232335892224 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/29879/statm: 7430 1960 322 184 0 2305 0

[startup+0.0310859 s]
/proc/loadavg: 3.91 3.01 3.15 5/193 29879
/proc/meminfo: memFree=13252780/32951124 swapFree=67111528/67111528
[pid=29879] ppid=29877 vsize=56940 CPUtime=0.02 cores=5,7
/proc/29879/stat : 29879 (synit_sat) R 29877 29879 28989 0 -1 4202496 8565 0 0 0 2 0 0 0 23 0 1 0 487847211 58306560 8500 33554432000 4194304 4947581 140735243274832 18446744073709551615 4821463 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/29879/statm: 14235 8530 377 184 0 9110 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 56940

[startup+0.101073 s]
/proc/loadavg: 3.91 3.01 3.15 5/193 29879
/proc/meminfo: memFree=13252780/32951124 swapFree=67111528/67111528
[pid=29879] ppid=29877 vsize=76396 CPUtime=0.09 cores=5,7
/proc/29879/stat : 29879 (synit_sat) R 29877 29879 28989 0 -1 4202496 13492 0 0 0 8 1 0 0 23 0 1 0 487847211 78229504 13427 33554432000 4194304 4947581 140735243274832 18446744073709551615 4821852 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/29879/statm: 19099 13427 377 184 0 13974 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 76396

[startup+0.301046 s]
/proc/loadavg: 3.91 3.01 3.15 5/193 29879
/proc/meminfo: memFree=13252780/32951124 swapFree=67111528/67111528
[pid=29879] ppid=29877 vsize=101100 CPUtime=0.29 cores=5,7
/proc/29879/stat : 29879 (synit_sat) R 29877 29879 28989 0 -1 4202496 19603 0 0 0 27 2 0 0 25 0 1 0 487847211 103526400 19538 33554432000 4194304 4947581 140735243274832 18446744073709551615 4799423 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/29879/statm: 25275 19538 377 184 0 20150 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 101100

[startup+0.700965 s]
/proc/loadavg: 3.91 3.01 3.15 5/193 29879
/proc/meminfo: memFree=13252780/32951124 swapFree=67111528/67111528
[pid=29879] ppid=29877 vsize=150380 CPUtime=0.69 cores=5,7
/proc/29879/stat : 29879 (synit_sat) R 29877 29879 28989 0 -1 4202496 31721 0 0 0 65 4 0 0 25 0 1 0 487847211 153989120 31656 33554432000 4194304 4947581 140735243274832 18446744073709551615 4799423 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/29879/statm: 37595 31656 377 184 0 32470 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 150380

[startup+2.68761 s]
/proc/loadavg: 3.91 3.01 3.15 5/193 29879
/proc/meminfo: memFree=13252780/32951124 swapFree=67111528/67111528
[pid=29879] ppid=29877 vsize=446440 CPUtime=2.67 cores=5,7
/proc/29879/stat : 29879 (synit_sat) R 29877 29879 28989 0 -1 4202496 100068 0 0 0 252 15 0 0 25 0 1 0 487847211 457154560 100003 33554432000 4194304 4947581 140735243274832 18446744073709551615 4791103 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/29879/statm: 111610 100003 378 184 0 106485 0
Current children cumulated CPU time (s) 2.67
Current children cumulated vsize (KiB) 446440

[startup+3.10054 s]
/proc/loadavg: 3.91 3.01 3.15 5/194 29880
/proc/meminfo: memFree=12846836/32951124 swapFree=67111528/67111528
[pid=29879] ppid=29877 vsize=446440 CPUtime=3.09 cores=5,7
/proc/29879/stat : 29879 (synit_sat) R 29877 29879 28989 0 -1 4202496 100069 0 0 0 294 15 0 0 25 0 1 0 487847211 457154560 100004 33554432000 4194304 4947581 140735243274832 18446744073709551615 4795989 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/29879/statm: 111610 100004 379 184 0 106485 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 446440

[startup+6.30098 s]
/proc/loadavg: 3.92 3.02 3.15 5/194 29880
/proc/meminfo: memFree=12528152/32951124 swapFree=67111528/67111528
[pid=29879] ppid=29877 vsize=801452 CPUtime=6.3 cores=5,7
/proc/29879/stat : 29879 (synit_sat) R 29877 29879 28989 0 -1 4202496 192184 0 0 0 603 27 0 0 25 0 1 0 487847211 820686848 179831 33554432000 4194304 4947581 140735243274832 18446744073709551615 4760608 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/29879/statm: 200363 179831 385 184 0 195238 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 801452

[startup+12.7008 s]
/proc/loadavg: 3.92 3.04 3.16 5/194 29880
/proc/meminfo: memFree=11379992/32951124 swapFree=67111528/67111528
[pid=29879] ppid=29877 vsize=1820172 CPUtime=12.7 cores=5,7
/proc/29879/stat : 29879 (synit_sat) R 29877 29879 28989 0 -1 4202496 461622 0 0 0 1211 59 0 0 25 0 1 0 487847211 1863856128 449067 33554432000 4194304 4947581 140735243274832 18446744073709551615 4743538 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/29879/statm: 455043 449067 410 184 0 449918 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 1820172

[startup+25.5006 s]
/proc/loadavg: 3.94 3.08 3.17 5/194 29881
/proc/meminfo: memFree=9208500/32951124 swapFree=67111528/67111528
[pid=29879] ppid=29877 vsize=4225716 CPUtime=25.49 cores=5,7
/proc/29879/stat : 29879 (synit_sat) R 29877 29879 28989 0 -1 4202496 996370 0 0 0 2434 115 0 0 25 0 1 0 487847211 4327133184 982973 33554432000 4194304 4947581 140735243274832 18446744073709551615 4399717 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/29879/statm: 1056429 982973 438 184 0 1051304 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 4225716

[startup+51.101 s]
/proc/loadavg: 3.96 3.16 3.19 5/194 29881
/proc/meminfo: memFree=7988576/32951124 swapFree=67111528/67111528
[pid=29879] ppid=29877 vsize=5363312 CPUtime=51.09 cores=5,7
/proc/29879/stat : 29879 (synit_sat) R 29877 29879 28989 0 -1 4202496 1250441 0 0 0 4961 148 0 0 25 0 1 0 487847211 5492031488 1231233 33554432000 4194304 4947581 140735243274832 18446744073709551615 4346173 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/29879/statm: 1340828 1231233 461 184 0 1335703 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 5363312

[startup+102.301 s]
/proc/loadavg: 4.35 3.37 3.26 5/194 29883
/proc/meminfo: memFree=6986852/32951124 swapFree=67111528/67111528
[pid=29879] ppid=29877 vsize=5420416 CPUtime=102.29 cores=5,7
/proc/29879/stat : 29879 (synit_sat) R 29877 29879 28989 0 -1 4202496 1280301 0 0 0 10074 155 0 0 25 0 1 0 487847211 5550505984 1261093 33554432000 4194304 4947581 140735243274832 18446744073709551615 4346173 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/29879/statm: 1355104 1261093 461 184 0 1349979 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 5420416

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

[startup+104.107 s]
/proc/loadavg: 4.35 3.37 3.26 5/194 29883
/proc/meminfo: memFree=6845244/32951124 swapFree=67111528/67111528
[pid=29879] ppid=29877 vsize=5420416 CPUtime=104.1 cores=5,7
/proc/29879/stat : 29879 (synit_sat) R 29877 29879 28989 0 -1 4202496 1281099 0 0 0 10255 155 0 0 25 0 1 0 487847211 5550505984 1261891 33554432000 4194304 4947581 140735243274832 18446744073709551615 4346502 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/29879/statm: 1355104 1261891 461 184 0 1349979 0
Current children cumulated CPU time (s) 104.1
Current children cumulated vsize (KiB) 5420416

[startup+129.701 s]
/proc/loadavg: 4.23 3.42 3.28 5/194 29884
/proc/meminfo: memFree=6463748/32951124 swapFree=67111528/67111528
[pid=29879] ppid=29877 vsize=5420416 CPUtime=129.69 cores=5,7
/proc/29879/stat : 29879 (synit_sat) R 29877 29879 28989 0 -1 4202496 1290040 0 0 0 12812 157 0 0 25 0 1 0 487847211 5550505984 1206699 33554432000 4194304 4947581 140735243274832 18446744073709551615 232335589982 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/29879/statm: 1355104 1206699 465 184 0 1349979 0
Current children cumulated CPU time (s) 129.69
Current children cumulated vsize (KiB) 5420416

[startup+142.501 s]
/proc/loadavg: 4.18 3.44 3.29 5/194 29884
/proc/meminfo: memFree=1687744/32951124 swapFree=67111528/67111528
[pid=29879] ppid=29877 vsize=7798932 CPUtime=142.45 cores=5,7
/proc/29879/stat : 29879 (synit_sat) R 29877 29879 28989 0 -1 4204032 2028546 0 2 0 13733 512 0 0 21 0 1 0 487847211 7986106368 1855181 33554432000 4194304 4947581 140735243274832 18446744073709551615 232335278693 0 0 4096 24578 0 0 0 17 5 0 0 4
/proc/29879/statm: 1949733 1855181 501 184 0 1944608 0
Current children cumulated CPU time (s) 142.45
Current children cumulated vsize (KiB) 7798932

[startup+145.7 s]
/proc/loadavg: 4.48 3.52 3.31 5/194 29884
/proc/meminfo: memFree=92172/32951124 swapFree=67111528/67111528
[pid=29879] ppid=29877 vsize=7798932 CPUtime=145.65 cores=5,7
/proc/29879/stat : 29879 (synit_sat) R 29877 29879 28989 0 -1 4204032 2028546 0 2 0 13733 832 0 0 25 0 1 0 487847211 7986106368 1855181 33554432000 4194304 4947581 140735243274832 18446744073709551615 232335278693 0 0 4096 24578 0 0 0 17 5 0 0 4
/proc/29879/statm: 1949733 1855181 501 184 0 1944608 0
Current children cumulated CPU time (s) 145.65
Current children cumulated vsize (KiB) 7798932

[startup+148.901 s]
/proc/loadavg: 4.48 3.52 3.31 5/194 29884
/proc/meminfo: memFree=97884/32951124 swapFree=67111524/67111528
[pid=29879] ppid=29877 vsize=7798932 CPUtime=148.85 cores=5,7
/proc/29879/stat : 29879 (synit_sat) R 29877 29879 28989 0 -1 4204032 2028546 0 2 0 13733 1152 0 0 25 0 1 0 487847211 7986106368 1855181 33554432000 4194304 4947581 140735243274832 18446744073709551615 232335278693 0 0 4096 24578 0 0 0 17 5 0 0 4
/proc/29879/statm: 1949733 1855181 501 184 0 1944608 0
Current children cumulated CPU time (s) 148.85
Current children cumulated vsize (KiB) 7798932

[startup+150.5 s]
/proc/loadavg: 4.92 3.63 3.35 4/194 29884
/proc/meminfo: memFree=98572/32951124 swapFree=67111524/67111528
[pid=29879] ppid=29877 vsize=7798932 CPUtime=149.58 cores=5,7
/proc/29879/stat : 29879 (synit_sat) D 29877 29879 28989 0 -1 4204032 2028546 0 2 0 13733 1225 0 0 25 0 1 0 487847211 7986106368 1855181 33554432000 4194304 4947581 140735243274832 18446744073709551615 232335278693 0 0 4096 24578 18446744071562154983 0 0 17 5 0 0 4
/proc/29879/statm: 1949733 1855181 501 184 0 1944608 0
Current children cumulated CPU time (s) 149.58
Current children cumulated vsize (KiB) 7798932

[startup+151.3 s]
/proc/loadavg: 4.92 3.63 3.35 4/196 29886
/proc/meminfo: memFree=97624/32951124 swapFree=67111524/67111528
[pid=29879] ppid=29877 vsize=7798932 CPUtime=149.58 cores=5,7
/proc/29879/stat : 29879 (synit_sat) D 29877 29879 28989 0 -1 4204032 2028546 0 2 0 13733 1225 0 0 25 0 1 0 487847211 7986106368 1855181 33554432000 4194304 4947581 140735243274832 18446744073709551615 232335278693 0 0 4096 24578 18446744071562154983 0 0 17 5 0 0 4
/proc/29879/statm: 1949733 1855181 501 184 0 1944608 0
Current children cumulated CPU time (s) 149.58
Current children cumulated vsize (KiB) 7798932

[startup+151.701 s]
/proc/loadavg: 4.92 3.63 3.35 4/196 29886
/proc/meminfo: memFree=97624/32951124 swapFree=67111524/67111528
[pid=29879] ppid=29877 vsize=0 CPUtime=149.96 cores=5,7
/proc/29879/stat : 29879 (synit_sat) R 29877 29879 28989 0 -1 4204036 2028546 0 2 0 13733 1263 0 0 18 0 1 0 487847211 0 0 33554432000 0 0 0 0 0 0 0 4096 24578 18446744073709551615 0 0 17 5 0 0 173
/proc/29879/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 149.96
Current children cumulated vsize (KiB) 0

Child ended because it received signal 6 (SIGABRT)
Child dumped core
Real time (s): 151.775
CPU time (s): 150.039
CPU user time (s): 137.338
CPU system time (s): 12.7011
CPU usage (%): 98.8565
Max. virtual memory (cumulated for all children) (KiB): 7798932

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 137.338
system time used= 12.7011
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2028546
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 11
involuntary context switches= 107

runsolver used 0.234964 second user time and 0.58691 second system time

The end

Launcher Data

Begin job on node132 at 2011-04-25 22:14:51
IDJOB=3284908
IDBENCH=82367
IDSOLVER=1571
FILE ID=node132/3284908-1303762487
RUNJOBID= node132-1303762303-29484
PBS_JOBID= 13157126
Free space on /tmp= 71688 MiB

SOLVER NAME= synit_sat 2011-03-03
BENCH NAME= SAT11/application/rintanen/SATPlanning/transport-transport-city-sequential-35nodes-1000size-4degree-100mindistance-4trucks-14packages-2008seed.030-NOTKNOWN.cnf
COMMAND LINE= HOME/synit_sat BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3284908-1303762487/watcher-3284908-1303762487 -o /tmp/evaluation-result-3284908-1303762487/solver-3284908-1303762487 -C 2400 -W 1300 -M 7680  HOME/synit_sat HOME/instance-3284908-1303762487.cnf 1441947493

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

MD5SUM BENCH= fce318b20c1a474ab81b77594d3f6f99
RANDOM SEED=1441947493

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.833
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.74
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.833
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.76
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.833
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.833
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.833
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.67
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.833
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.833
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:     32951124 kB
MemFree:      13253060 kB
Buffers:       1619064 kB
Cached:       12061144 kB
SwapCached:          0 kB
Active:        8735804 kB
Inactive:     10400216 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      13253060 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:          189728 kB
Writeback:           0 kB
AnonPages:     5455184 kB
Mapped:          17180 kB
Slab:           487472 kB
PageTables:      16632 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  6120596 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 64436 MiB
End job on node132 at 2011-04-25 22:17:22