Trace number 3293182

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
MPhaseSAT64 2011-03-03UNSAT 93.6778 93.6779

General information on the benchmark

NameSAT02/industrial/nam/fpga-routing/
k2fix_gr_rcs_w9.shuffled.cnf
MD5SUM3469bb30890bba597175d692c3430b0e
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark32.0421
Satisfiable
(Un)Satisfiability was proved
Number of variables11313
Number of clauses305160
Sum of the clauses size619119
Maximum clause length9
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2303903
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 51257

Solver Data

93.59/93.67	c MPhaseSAT64 version 402 by Jingchao Chen,  April 1,2011
93.59/93.67	c input CNF file=HOME/instance-3293182-1303792368.cnf 
93.59/93.67	c Clause#=305160  var#=11313  ratio=26 
93.59/93.67	c phase 1 
93.59/93.67	c 
93.59/93.67	s UNSATISFIABLE
93.59/93.67	c 
93.59/93.67	c  Running time=93.676759 

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: 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-3293182-1303792368/watcher-3293182-1303792368 -o /tmp/evaluation-result-3293182-1303792368/solver-3293182-1303792368 -C 2400 -W 1300 -M 7680 MPhaseSAT64 HOME/instance-3293182-1303792368.cnf 

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.99 3.39 3.34 5/189 27224
/proc/meminfo: memFree=15099064/32950928 swapFree=67111528/67111528
[pid=27224] ppid=27222 vsize=7844 CPUtime=0 cores=4,6
/proc/27224/stat : 27224 (MPhaseSAT64) R 27222 27224 26130 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 490836590 8032256 273 33554432000 134512640 134761588 4286800064 18446744073709551615 134531215 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/27224/statm: 1961 273 225 61 0 1264 0

[startup+0.064193 s]
/proc/loadavg: 3.99 3.39 3.34 5/189 27224
/proc/meminfo: memFree=15099064/32950928 swapFree=67111528/67111528
[pid=27224] ppid=27222 vsize=7844 CPUtime=0.06 cores=4,6
/proc/27224/stat : 27224 (MPhaseSAT64) R 27222 27224 26130 0 -1 4202496 647 0 0 0 6 0 0 0 25 0 1 0 490836590 8032256 588 33554432000 134512640 134761588 4286800064 18446744073709551615 11513474 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/27224/statm: 1961 588 225 61 0 1264 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 7844

[startup+0.100186 s]
/proc/loadavg: 3.99 3.39 3.34 5/189 27224
/proc/meminfo: memFree=15099064/32950928 swapFree=67111528/67111528
[pid=27224] ppid=27222 vsize=7844 CPUtime=0.09 cores=4,6
/proc/27224/stat : 27224 (MPhaseSAT64) R 27222 27224 26130 0 -1 4202496 842 0 0 0 9 0 0 0 25 0 1 0 490836590 8032256 783 33554432000 134512640 134761588 4286800064 18446744073709551615 11615193 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/27224/statm: 1961 783 225 61 0 1264 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7844

[startup+0.300154 s]
/proc/loadavg: 3.99 3.39 3.34 5/189 27224
/proc/meminfo: memFree=15099064/32950928 swapFree=67111528/67111528
[pid=27224] ppid=27222 vsize=13036 CPUtime=0.29 cores=4,6
/proc/27224/stat : 27224 (MPhaseSAT64) R 27222 27224 26130 0 -1 4202496 3797 0 0 0 29 0 0 0 25 0 1 0 490836590 13348864 2482 33554432000 134512640 134761588 4286800064 18446744073709551615 134651707 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/27224/statm: 3259 2482 252 61 0 2562 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 13036

[startup+0.700192 s]
/proc/loadavg: 3.99 3.39 3.34 5/189 27224
/proc/meminfo: memFree=15099064/32950928 swapFree=67111528/67111528
[pid=27224] ppid=27222 vsize=19016 CPUtime=0.69 cores=4,6
/proc/27224/stat : 27224 (MPhaseSAT64) R 27222 27224 26130 0 -1 4202496 5438 0 0 0 69 0 0 0 25 0 1 0 490836590 19472384 3989 33554432000 134512640 134761588 4286800064 18446744073709551615 134617928 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/27224/statm: 4754 3989 259 61 0 4057 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 19016

[startup+1.50101 s]
/proc/loadavg: 3.99 3.39 3.34 5/190 27225
/proc/meminfo: memFree=15083688/32950928 swapFree=67111528/67111528
[pid=27224] ppid=27222 vsize=21104 CPUtime=1.49 cores=4,6
/proc/27224/stat : 27224 (MPhaseSAT64) R 27222 27224 26130 0 -1 4202496 5963 0 0 0 149 0 0 0 25 0 1 0 490836590 21610496 4514 33554432000 134512640 134761588 4286800064 18446744073709551615 4294960144 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/27224/statm: 5276 4514 262 61 0 4579 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 21104

[startup+3.10066 s]
/proc/loadavg: 3.99 3.40 3.34 5/190 27225
/proc/meminfo: memFree=15080940/32950928 swapFree=67111528/67111528
[pid=27224] ppid=27222 vsize=21308 CPUtime=3.09 cores=4,6
/proc/27224/stat : 27224 (MPhaseSAT64) R 27222 27224 26130 0 -1 4202496 6440 0 0 0 309 0 0 0 25 0 1 0 490836590 21819392 4567 33554432000 134512640 134761588 4286800064 18446744073709551615 134617164 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/27224/statm: 5327 4567 264 61 0 4630 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 21308

[startup+6.30016 s]
/proc/loadavg: 3.99 3.40 3.34 5/190 27225
/proc/meminfo: memFree=15083848/32950928 swapFree=67111528/67111528
[pid=27224] ppid=27222 vsize=22356 CPUtime=6.29 cores=4,6
/proc/27224/stat : 27224 (MPhaseSAT64) R 27222 27224 26130 0 -1 4202496 7840 0 0 0 629 0 0 0 25 0 1 0 490836590 22892544 4846 33554432000 134512640 134761588 4286800064 18446744073709551615 134748163 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/27224/statm: 5589 4846 264 61 0 4892 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 22356

[startup+12.701 s]
/proc/loadavg: 3.99 3.42 3.35 5/190 27225
/proc/meminfo: memFree=15082420/32950928 swapFree=67111528/67111528
[pid=27224] ppid=27222 vsize=24096 CPUtime=12.69 cores=4,6
/proc/27224/stat : 27224 (MPhaseSAT64) R 27222 27224 26130 0 -1 4202496 10547 0 0 0 1268 1 0 0 25 0 1 0 490836590 24674304 5279 33554432000 134512640 134761588 4286800064 18446744073709551615 134747265 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/27224/statm: 6024 5279 264 61 0 5327 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 24096

[startup+25.5008 s]
/proc/loadavg: 3.99 3.44 3.36 5/190 27225
/proc/meminfo: memFree=15066272/32950928 swapFree=67111528/67111528
[pid=27224] ppid=27222 vsize=33720 CPUtime=25.49 cores=4,6
/proc/27224/stat : 27224 (MPhaseSAT64) R 27222 27224 26130 0 -1 4202496 15167 0 0 0 2548 1 0 0 25 0 1 0 490836590 34529280 7685 33554432000 134512640 134761588 4286800064 18446744073709551615 134747356 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/27224/statm: 8430 7685 264 61 0 7733 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 33720

[startup+51.1002 s]
/proc/loadavg: 3.99 3.48 3.37 5/190 27226
/proc/meminfo: memFree=15066932/32950928 swapFree=67111528/67111528
[pid=27224] ppid=27222 vsize=35384 CPUtime=51.09 cores=4,6
/proc/27224/stat : 27224 (MPhaseSAT64) R 27222 27224 26130 0 -1 4202496 19457 0 0 0 5107 2 0 0 25 0 1 0 490836590 36233216 8101 33554432000 134512640 134761588 4286800064 18446744073709551615 134747620 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/27224/statm: 8846 8101 264 61 0 8149 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 35384

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

[startup+76.7008 s]
/proc/loadavg: 3.99 3.52 3.39 5/190 27334
/proc/meminfo: memFree=15050000/32950928 swapFree=67111528/67111528
[pid=27224] ppid=27222 vsize=37544 CPUtime=76.69 cores=4,6
/proc/27224/stat : 27224 (MPhaseSAT64) R 27222 27224 26130 0 -1 4202496 23762 0 0 0 7667 2 0 0 25 0 1 0 490836590 38445056 8641 33554432000 134512640 134761588 4286800064 18446744073709551615 134747194 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/27224/statm: 9386 8641 264 61 0 8689 0
Current children cumulated CPU time (s) 76.69
Current children cumulated vsize (KiB) 37544

[startup+83.1006 s]
/proc/loadavg: 3.99 3.54 3.39 5/190 27334
/proc/meminfo: memFree=15057444/32950928 swapFree=67111528/67111528
[pid=27224] ppid=27222 vsize=37468 CPUtime=83.1 cores=4,6
/proc/27224/stat : 27224 (MPhaseSAT64) R 27222 27224 26130 0 -1 4202496 24468 0 0 0 8307 3 0 0 25 0 1 0 490836590 38367232 8639 33554432000 134512640 134761588 4286800064 18446744073709551615 134618440 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/27224/statm: 9367 8639 264 61 0 8670 0
Current children cumulated CPU time (s) 83.1
Current children cumulated vsize (KiB) 37468

[startup+89.5005 s]
/proc/loadavg: 3.99 3.55 3.40 5/190 27334
/proc/meminfo: memFree=15055460/32950928 swapFree=67111528/67111528
[pid=27224] ppid=27222 vsize=37980 CPUtime=89.49 cores=4,6
/proc/27224/stat : 27224 (MPhaseSAT64) R 27222 27224 26130 0 -1 4202496 25172 0 0 0 8946 3 0 0 25 0 1 0 490836590 38891520 8767 33554432000 134512640 134761588 4286800064 18446744073709551615 134748185 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/27224/statm: 9495 8767 264 61 0 8798 0
Current children cumulated CPU time (s) 89.49
Current children cumulated vsize (KiB) 37980

[startup+91.1002 s]
/proc/loadavg: 3.99 3.55 3.40 5/190 27334
/proc/meminfo: memFree=15052232/32950928 swapFree=67111528/67111528
[pid=27224] ppid=27222 vsize=37980 CPUtime=91.09 cores=4,6
/proc/27224/stat : 27224 (MPhaseSAT64) R 27222 27224 26130 0 -1 4202496 26197 0 0 0 9106 3 0 0 25 0 1 0 490836590 38891520 8767 33554432000 134512640 134761588 4286800064 18446744073709551615 134748099 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/27224/statm: 9495 8767 264 61 0 8798 0
Current children cumulated CPU time (s) 91.09
Current children cumulated vsize (KiB) 37980

[startup+92.7009 s]
/proc/loadavg: 3.99 3.55 3.40 5/190 27334
/proc/meminfo: memFree=15050372/32950928 swapFree=67111528/67111528
[pid=27224] ppid=27222 vsize=37528 CPUtime=92.69 cores=4,6
/proc/27224/stat : 27224 (MPhaseSAT64) R 27222 27224 26130 0 -1 4202496 26261 0 0 0 9266 3 0 0 25 0 1 0 490836590 38428672 8654 33554432000 134512640 134761588 4286800064 18446744073709551615 134747356 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/27224/statm: 9382 8654 264 61 0 8685 0
Current children cumulated CPU time (s) 92.69
Current children cumulated vsize (KiB) 37528

[startup+93.1008 s]
/proc/loadavg: 3.99 3.55 3.40 5/190 27334
/proc/meminfo: memFree=15050372/32950928 swapFree=67111528/67111528
[pid=27224] ppid=27222 vsize=37528 CPUtime=93.09 cores=4,6
/proc/27224/stat : 27224 (MPhaseSAT64) R 27222 27224 26130 0 -1 4202496 26261 0 0 0 9306 3 0 0 25 0 1 0 490836590 38428672 8654 33554432000 134512640 134761588 4286800064 18446744073709551615 134747265 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/27224/statm: 9382 8654 264 61 0 8685 0
Current children cumulated CPU time (s) 93.09
Current children cumulated vsize (KiB) 37528

[startup+93.5068 s]
/proc/loadavg: 3.99 3.55 3.40 5/190 27334
/proc/meminfo: memFree=15061656/32950928 swapFree=67111528/67111528
[pid=27224] ppid=27222 vsize=37528 CPUtime=93.5 cores=4,6
/proc/27224/stat : 27224 (MPhaseSAT64) R 27222 27224 26130 0 -1 4202496 26261 0 0 0 9347 3 0 0 25 0 1 0 490836590 38428672 8654 33554432000 134512640 134761588 4286800064 18446744073709551615 134748056 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/27224/statm: 9382 8654 264 61 0 8685 0
Current children cumulated CPU time (s) 93.5
Current children cumulated vsize (KiB) 37528

[startup+93.6007 s]
/proc/loadavg: 3.99 3.55 3.40 5/190 27334
/proc/meminfo: memFree=15061656/32950928 swapFree=67111528/67111528
[pid=27224] ppid=27222 vsize=37528 CPUtime=93.59 cores=4,6
/proc/27224/stat : 27224 (MPhaseSAT64) R 27222 27224 26130 0 -1 4202496 26261 0 0 0 9356 3 0 0 25 0 1 0 490836590 38428672 8654 33554432000 134512640 134761588 4286800064 18446744073709551615 134747228 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/27224/statm: 9382 8654 264 61 0 8685 0
Current children cumulated CPU time (s) 93.59
Current children cumulated vsize (KiB) 37528

Child status: 20
Real time (s): 93.6779
CPU time (s): 93.6778
CPU user time (s): 93.6398
CPU system time (s): 0.037994
CPU usage (%): 99.9999
Max. virtual memory (cumulated for all children) (KiB): 41128

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

runsolver used 0.155976 second user time and 0.360945 second system time

The end

Launcher Data

Begin job on node123 at 2011-04-26 06:32:48
IDJOB=3293182
IDBENCH=88066
IDSOLVER=1521
FILE ID=node123/3293182-1303792368
RUNJOBID= node123-1303792000-27038
PBS_JOBID= 13157259
Free space on /tmp= 72924 MiB

SOLVER NAME= MPhaseSAT64 2011-03-03
BENCH NAME= SAT02/industrial/nam/fpga-routing/k2fix_gr_rcs_w9.shuffled.cnf
COMMAND LINE= MPhaseSAT64 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3293182-1303792368/watcher-3293182-1303792368 -o /tmp/evaluation-result-3293182-1303792368/solver-3293182-1303792368 -C 2400 -W 1300 -M 7680  MPhaseSAT64 HOME/instance-3293182-1303792368.cnf

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

MD5SUM BENCH= 3469bb30890bba597175d692c3430b0e
RANDOM SEED=916193417

node123.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.838
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.67
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.838
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.838
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.838
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.82
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.838
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.74
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.838
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.80
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.838
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.74
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.838
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:      15099096 kB
Buffers:       2171512 kB
Cached:       15019736 kB
SwapCached:          0 kB
Active:        8337056 kB
Inactive:      8968900 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      15099096 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            4620 kB
Writeback:           0 kB
AnonPages:      114364 kB
Mapped:          16832 kB
Slab:           479332 kB
PageTables:       5400 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   304120 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= 72920 MiB
End job on node123 at 2011-04-26 06:34:22