Trace number 3289186

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-03UNSAT 66.3509 66.3495

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-bottom13.cnf
MD5SUMf3c2fb082f5fbc8fb1f714d6ee13929d
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark53.8988
Satisfiable
(Un)Satisfiability was proved
Number of variables19995
Number of clauses66333
Sum of the clauses size168341
Maximum clause length698
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 235137
Number of clauses of size 330832
Number of clauses of size 490
Number of clauses of size 511
Number of clauses of size over 5262

Solver Data

0.00/0.01	c start  0 total 0
0.00/0.04	c Find Units :          1
0.00/0.04	c Find Invs  :        773
0.00/0.05	c Find Ands  :      14607 AvgFaninNum: 2.30677
0.00/0.05	c Find Xors  :       4160 AvgFaninNum: 2
0.00/0.06	c Find Ite   :       5304
0.06/0.07	c UnDirect variable: 1165
0.06/0.07	c UnDirect to Direct Gate: 4738
0.06/0.07	c Forced Direct Gate: 91 Unuse unDirect Gate: 260
0.06/0.07	c Break Cycle : 273
0.06/0.07	c Total Root : 1 Undef Var: 702
0.06/0.08	c After covering, Total Root: 1 Leaf: 702
0.06/0.08	c Variable( cover/uncovered/unused ): 19995 0 0
0.06/0.08	c Unit Clauses: 1
0.06/0.08	c Binary Clauses( cover/uncovered ): 34747 390
0.06/0.08	c Clauses( cover/uncovered ): 31195 0
0.06/0.08	c Total Clauses( cover/uncovered ): 65943 390 99.4121%
0.06/0.08	c Covered Ands: 14555 Invs: 578 Xors: 4160 Ites: 0
0.06/0.09	c Uncover Clauses avg size: 2 max size: 2
0.06/0.09	c Final circuit: i/l/o/s     702       0     391     29753
0.06/0.09	c cover rate 99.4121
0.06/0.09	c rocky end  0.08 total 0.08
0.09/0.15	c covering time  0.06 total 0.14
66.29/66.33	c solve time  66.19 total 66.33
66.29/66.33	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: 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-3289186-1303773746/watcher-3289186-1303773746 -o /tmp/evaluation-result-3289186-1303773746/solver-3289186-1303773746 -C 2400 -W 1300 -M 7680 HOME/synit_sat HOME/instance-3289186-1303773746.cnf 1708691023 

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: 2.31 2.86 3.15 4/189 18543
/proc/meminfo: memFree=13761196/32951124 swapFree=67111528/67111528
[pid=18543] ppid=18541 vsize=30680 CPUtime=0 cores=5,7
/proc/18543/stat : 18543 (synit_sat) R 18541 18543 17543 0 -1 4202496 2193 0 0 0 0 0 0 0 21 0 1 0 469790320 31416320 2128 33554432000 4194304 4947581 140737037796000 18446744073709551615 270338383616 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/18543/statm: 7670 2137 365 184 0 2545 0

[startup+0.071913 s]
/proc/loadavg: 2.31 2.86 3.15 4/189 18543
/proc/meminfo: memFree=13761196/32951124 swapFree=67111528/67111528
[pid=18543] ppid=18541 vsize=41940 CPUtime=0.06 cores=5,7
/proc/18543/stat : 18543 (synit_sat) R 18541 18543 17543 0 -1 4202496 5081 0 0 0 6 0 0 0 21 0 1 0 469790320 42946560 5016 33554432000 4194304 4947581 140737037796000 18446744073709551615 4282471 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/18543/statm: 10485 5016 380 184 0 5360 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 41940

[startup+0.100898 s]
/proc/loadavg: 2.31 2.86 3.15 4/189 18543
/proc/meminfo: memFree=13761196/32951124 swapFree=67111528/67111528
[pid=18543] ppid=18541 vsize=41964 CPUtime=0.09 cores=5,7
/proc/18543/stat : 18543 (synit_sat) R 18541 18543 17543 0 -1 4202496 5399 0 0 0 9 0 0 0 21 0 1 0 469790320 42971136 5313 33554432000 4194304 4947581 140737037796000 18446744073709551615 4284295 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/18543/statm: 10491 5313 409 184 0 5366 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 41964

[startup+0.300853 s]
/proc/loadavg: 2.31 2.86 3.15 4/189 18543
/proc/meminfo: memFree=13761196/32951124 swapFree=67111528/67111528
[pid=18543] ppid=18541 vsize=57336 CPUtime=0.29 cores=5,7
/proc/18543/stat : 18543 (synit_sat) R 18541 18543 17543 0 -1 4202496 7056 0 0 0 29 0 0 0 22 0 1 0 469790320 58712064 6970 33554432000 4194304 4947581 140737037796000 18446744073709551615 4399422 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/18543/statm: 14334 6970 433 184 0 9209 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 57336

[startup+0.70077 s]
/proc/loadavg: 2.31 2.86 3.15 4/189 18543
/proc/meminfo: memFree=13761196/32951124 swapFree=67111528/67111528
[pid=18543] ppid=18541 vsize=65656 CPUtime=0.68 cores=5,7
/proc/18543/stat : 18543 (synit_sat) R 18541 18543 17543 0 -1 4202496 9541 0 0 0 68 0 0 0 24 0 1 0 469790320 67231744 9452 33554432000 4194304 4947581 140737037796000 18446744073709551615 4400144 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/18543/statm: 16414 9453 464 184 0 11289 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 65656

[startup+1.50061 s]
/proc/loadavg: 2.31 2.86 3.15 5/190 18544
/proc/meminfo: memFree=13673272/32951124 swapFree=67111528/67111528
[pid=18543] ppid=18541 vsize=83812 CPUtime=1.49 cores=5,7
/proc/18543/stat : 18543 (synit_sat) R 18541 18543 17543 0 -1 4202496 10241 0 0 0 148 1 0 0 25 0 1 0 469790320 85823488 10152 33554432000 4194304 4947581 140737037796000 18446744073709551615 4399720 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/18543/statm: 20953 10152 464 184 0 15828 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 83812

[startup+3.1003 s]
/proc/loadavg: 2.31 2.86 3.15 5/190 18544
/proc/meminfo: memFree=13623920/32951124 swapFree=67111528/67111528
[pid=18543] ppid=18541 vsize=93008 CPUtime=3.09 cores=5,7
/proc/18543/stat : 18543 (synit_sat) R 18541 18543 17543 0 -1 4202496 11437 0 0 0 308 1 0 0 25 0 1 0 469790320 95240192 11348 33554432000 4194304 4947581 140737037796000 18446744073709551615 4399806 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/18543/statm: 23252 11348 471 184 0 18127 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 93008

[startup+6.30066 s]
/proc/loadavg: 2.44 2.88 3.15 5/190 18544
/proc/meminfo: memFree=13596648/32951124 swapFree=67111528/67111528
[pid=18543] ppid=18541 vsize=102372 CPUtime=6.29 cores=5,7
/proc/18543/stat : 18543 (synit_sat) R 18541 18543 17543 0 -1 4202496 11964 0 0 0 628 1 0 0 25 0 1 0 469790320 104828928 11875 33554432000 4194304 4947581 140737037796000 18446744073709551615 4651803 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/18543/statm: 25593 11875 471 184 0 20468 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 102372

[startup+12.7004 s]
/proc/loadavg: 2.57 2.89 3.16 5/190 18544
/proc/meminfo: memFree=13563308/32951124 swapFree=67111528/67111528
[pid=18543] ppid=18541 vsize=121256 CPUtime=12.69 cores=5,7
/proc/18543/stat : 18543 (synit_sat) R 18541 18543 17543 0 -1 4202496 14967 0 0 0 1268 1 0 0 25 0 1 0 469790320 124166144 14878 33554432000 4194304 4947581 140737037796000 18446744073709551615 4611878 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/18543/statm: 30314 14878 471 184 0 25189 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 121256

[startup+25.5009 s]
/proc/loadavg: 2.88 2.95 3.17 5/190 18545
/proc/meminfo: memFree=13514336/32951124 swapFree=67111528/67111528
[pid=18543] ppid=18541 vsize=130900 CPUtime=25.49 cores=5,7
/proc/18543/stat : 18543 (synit_sat) R 18541 18543 17543 0 -1 4202496 17445 0 0 0 2547 2 0 0 25 0 1 0 469790320 134041600 17332 33554432000 4194304 4947581 140737037796000 18446744073709551615 4399986 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/18543/statm: 32725 17332 471 184 0 27600 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 130900

[startup+51.1008 s]
/proc/loadavg: 3.26 3.03 3.19 5/190 18545
/proc/meminfo: memFree=13473152/32951124 swapFree=67111528/67111528
[pid=18543] ppid=18541 vsize=141180 CPUtime=51.09 cores=5,7
/proc/18543/stat : 18543 (synit_sat) R 18541 18543 17543 0 -1 4202496 19538 0 0 0 5107 2 0 0 25 0 1 0 469790320 144568320 19415 33554432000 4194304 4947581 140737037796000 18446744073709551615 4399493 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/18543/statm: 35295 19415 471 184 0 30170 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 141180

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

[startup+57.5005 s]
/proc/loadavg: 3.32 3.05 3.20 5/190 18545
/proc/meminfo: memFree=13470668/32951124 swapFree=67111528/67111528
[pid=18543] ppid=18541 vsize=141180 CPUtime=57.5 cores=5,7
/proc/18543/stat : 18543 (synit_sat) R 18541 18543 17543 0 -1 4202496 20081 0 0 0 5747 3 0 0 25 0 1 0 469790320 144568320 19958 33554432000 4194304 4947581 140737037796000 18446744073709551615 4399850 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/18543/statm: 35295 19958 471 184 0 30170 0
Current children cumulated CPU time (s) 57.5
Current children cumulated vsize (KiB) 141180

[startup+60.7009 s]
/proc/loadavg: 3.38 3.06 3.20 5/190 18545
/proc/meminfo: memFree=13465832/32951124 swapFree=67111528/67111528
[pid=18543] ppid=18541 vsize=141180 CPUtime=60.7 cores=5,7
/proc/18543/stat : 18543 (synit_sat) R 18541 18543 17543 0 -1 4202496 20160 0 0 0 6067 3 0 0 25 0 1 0 469790320 144568320 20037 33554432000 4194304 4947581 140737037796000 18446744073709551615 4401316 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/18543/statm: 35295 20037 471 184 0 30170 0
Current children cumulated CPU time (s) 60.7
Current children cumulated vsize (KiB) 141180

[startup+63.9002 s]
/proc/loadavg: 3.38 3.06 3.20 5/190 18546
/proc/meminfo: memFree=13456408/32951124 swapFree=67111528/67111528
[pid=18543] ppid=18541 vsize=141180 CPUtime=63.89 cores=5,7
/proc/18543/stat : 18543 (synit_sat) R 18541 18543 17543 0 -1 4202496 20819 0 0 0 6386 3 0 0 25 0 1 0 469790320 144568320 20693 33554432000 4194304 4947581 140737037796000 18446744073709551615 4398646 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/18543/statm: 35295 20693 472 184 0 30170 0
Current children cumulated CPU time (s) 63.89
Current children cumulated vsize (KiB) 141180

[startup+65.5009 s]
/proc/loadavg: 3.43 3.08 3.20 5/190 18546
/proc/meminfo: memFree=13456036/32951124 swapFree=67111528/67111528
[pid=18543] ppid=18541 vsize=141180 CPUtime=65.5 cores=5,7
/proc/18543/stat : 18543 (synit_sat) R 18541 18543 17543 0 -1 4202496 20819 0 0 0 6547 3 0 0 25 0 1 0 469790320 144568320 20693 33554432000 4194304 4947581 140737037796000 18446744073709551615 4400060 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/18543/statm: 35295 20693 472 184 0 30170 0
Current children cumulated CPU time (s) 65.5
Current children cumulated vsize (KiB) 141180

[startup+65.9008 s]
/proc/loadavg: 3.43 3.08 3.20 5/190 18546
/proc/meminfo: memFree=13455912/32951124 swapFree=67111528/67111528
[pid=18543] ppid=18541 vsize=141180 CPUtime=65.9 cores=5,7
/proc/18543/stat : 18543 (synit_sat) R 18541 18543 17543 0 -1 4202496 20819 0 0 0 6587 3 0 0 25 0 1 0 469790320 144568320 20693 33554432000 4194304 4947581 140737037796000 18446744073709551615 4399961 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/18543/statm: 35295 20693 472 184 0 30170 0
Current children cumulated CPU time (s) 65.9
Current children cumulated vsize (KiB) 141180

[startup+66.3008 s]
/proc/loadavg: 3.43 3.08 3.20 5/190 18546
/proc/meminfo: memFree=13455912/32951124 swapFree=67111528/67111528
[pid=18543] ppid=18541 vsize=141180 CPUtime=66.29 cores=5,7
/proc/18543/stat : 18543 (synit_sat) R 18541 18543 17543 0 -1 4202496 20819 0 0 0 6626 3 0 0 25 0 1 0 469790320 144568320 20693 33554432000 4194304 4947581 140737037796000 18446744073709551615 4400012 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/18543/statm: 35295 20693 472 184 0 30170 0
Current children cumulated CPU time (s) 66.29
Current children cumulated vsize (KiB) 141180

Child status: 0
Real time (s): 66.3495
CPU time (s): 66.3509
CPU user time (s): 66.3139
CPU system time (s): 0.036994
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 141180

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 66.3139
system time used= 0.036994
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20824
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= 795

runsolver used 0.114982 second user time and 0.251961 second system time

The end

Launcher Data

Begin job on node143 at 2011-04-26 01:22:27
IDJOB=3289186
IDBENCH=83117
IDSOLVER=1571
FILE ID=node143/3289186-1303773746
RUNJOBID= node143-1303773743-18504
PBS_JOBID= 13157161
Free space on /tmp= 72332 MiB

SOLVER NAME= synit_sat 2011-03-03
BENCH NAME= SAT11/application/fuhs/slp-synthesis-AES/slp-synthesis-aes-bottom13.cnf
COMMAND LINE= HOME/synit_sat BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3289186-1303773746/watcher-3289186-1303773746 -o /tmp/evaluation-result-3289186-1303773746/solver-3289186-1303773746 -C 2400 -W 1300 -M 7680  HOME/synit_sat HOME/instance-3289186-1303773746.cnf 1708691023

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

MD5SUM BENCH= f3c2fb082f5fbc8fb1f714d6ee13929d
RANDOM SEED=1708691023

node143.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.846
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.69
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.846
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.846
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.846
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.83
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.846
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.846
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.83
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.846
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.846
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:     32951124 kB
MemFree:      13761724 kB
Buffers:       2285096 kB
Cached:       16107548 kB
SwapCached:          0 kB
Active:        7147148 kB
Inactive:     11482068 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      13761724 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           20212 kB
Writeback:           0 kB
AnonPages:      235924 kB
Mapped:          16624 kB
Slab:           495416 kB
PageTables:       5900 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   435404 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= 72328 MiB
End job on node143 at 2011-04-26 01:23:33