Trace number 3284954

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-03? (MO) 150.644 150.642

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
openstacks-sequencedstrips-nonadl-nonnegated-os-sequencedstrips-p30_3.085-SAT.cnf
MD5SUMf7484730351dc4088fd78fcb35b09c62
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark3.60345
Satisfiable
(Un)Satisfiability was proved
Number of variables324116
Number of clauses1643601
Sum of the clauses size3909191
Maximum clause length63
Minimum clause length1
Number of clauses of size 1211
Number of clauses of size 21622820
Number of clauses of size 35100
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 515470

Solver Data

0.00/0.00	c start  0 total 0
0.59/0.66	c Find Units :        211
0.79/0.80	c Find Invs  :       2550
0.89/0.93	c Find Ands  :      17850 AvgFaninNum: 14.4286
0.89/0.93	c Find Xors  :          0 AvgFaninNum: nan
0.89/0.93	c Find Ite   :          0
0.89/0.94	c UnDirect variable: 0
0.89/0.94	c UnDirect to Direct Gate: 0
0.89/0.94	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.89/0.95	c Break Cycle : 3428
0.89/0.95	c Total Root : 60 Undef Var: 314734
1.00/1.03	c After covering, Total Root: 1791 Leaf: 132009
1.00/1.03	c Variable( cover/uncovered/unused ): 141391 182725 0
1.00/1.03	c Unit Clauses: 211
1.00/1.03	c Binary Clauses( cover/uncovered ): 142942 1479878
1.00/1.03	c Clauses( cover/uncovered ): 9382 11188
1.00/1.03	c Total Clauses( cover/uncovered ): 152535 1491066 9.28054%
1.00/1.03	c Covered Ands: 9382 Invs: 0 Xors: 0 Ites: 0
1.78/1.86	c Uncover Clauses avg size: 2.32771 max size: 63
1.78/1.88	c Final circuit: i/l/o/s  314613       0 1330097   1702793
1.78/1.88	c cover rate 9.28054
1.78/1.88	c rocky end  1.88 total 1.88
4.09/4.11	c covering time  2.22 total 4.1
150.30/150.30	c interrupt  146.2 total 150.3
150.30/150.30	c INTERRUPTED ... 
150.30/150.30	s UNKNOWN

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: UNKNOWN

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

running on 2 cores: 1,3

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: 5.82 4.69 4.18 4/189 14143
/proc/meminfo: memFree=14011444/32951124 swapFree=67111528/67111528
[pid=14143] ppid=14141 vsize=29720 CPUtime=0 cores=1,3
/proc/14143/stat : 14143 (synit_sat) R 14141 14143 13679 0 -1 4202496 2036 0 0 0 0 0 0 0 21 0 1 0 468677598 30433280 1972 33554432000 4194304 4947581 140736496933824 18446744073709551615 254261616384 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/14143/statm: 7430 1972 322 184 0 2305 0

[startup+0.088951 s]
/proc/loadavg: 5.82 4.69 4.18 4/189 14143
/proc/meminfo: memFree=14011444/32951124 swapFree=67111528/67111528
[pid=14143] ppid=14141 vsize=54668 CPUtime=0.07 cores=1,3
/proc/14143/stat : 14143 (synit_sat) R 14141 14143 13679 0 -1 4202496 7812 0 0 0 7 0 0 0 21 0 1 0 468677598 55980032 7747 33554432000 4194304 4947581 140736496933824 18446744073709551615 254261314138 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/14143/statm: 13667 7771 377 184 0 8542 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 54668

[startup+0.100952 s]
/proc/loadavg: 5.82 4.69 4.18 4/189 14143
/proc/meminfo: memFree=14011444/32951124 swapFree=67111528/67111528
[pid=14143] ppid=14141 vsize=62860 CPUtime=0.09 cores=1,3
/proc/14143/stat : 14143 (synit_sat) R 14141 14143 13679 0 -1 4202496 10113 0 0 0 8 1 0 0 21 0 1 0 468677598 64368640 10048 33554432000 4194304 4947581 140736496933824 18446744073709551615 4821953 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/14143/statm: 15715 10048 377 184 0 10590 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 62860

[startup+0.300913 s]
/proc/loadavg: 5.82 4.69 4.18 4/189 14143
/proc/meminfo: memFree=14011444/32951124 swapFree=67111528/67111528
[pid=14143] ppid=14141 vsize=88076 CPUtime=0.28 cores=1,3
/proc/14143/stat : 14143 (synit_sat) R 14141 14143 13679 0 -1 4202496 16384 0 0 0 27 1 0 0 22 0 1 0 468677598 90189824 16319 33554432000 4194304 4947581 140736496933824 18446744073709551615 4799423 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/14143/statm: 22019 16319 377 184 0 16894 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 88076

[startup+0.700846 s]
/proc/loadavg: 5.82 4.69 4.18 4/189 14143
/proc/meminfo: memFree=14011444/32951124 swapFree=67111528/67111528
[pid=14143] ppid=14141 vsize=137352 CPUtime=0.69 cores=1,3
/proc/14143/stat : 14143 (synit_sat) R 14141 14143 13679 0 -1 4202496 28364 0 0 0 65 4 0 0 23 0 1 0 468677598 140648448 28299 33554432000 4194304 4947581 140736496933824 18446744073709551615 4791080 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/14143/statm: 34338 28299 378 184 0 29213 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 137352

[startup+1.5007 s]
/proc/loadavg: 5.82 4.69 4.18 5/190 14145
/proc/meminfo: memFree=13899092/32951124 swapFree=67111528/67111528
[pid=14143] ppid=14141 vsize=172060 CPUtime=1.49 cores=1,3
/proc/14143/stat : 14143 (synit_sat) R 14141 14143 13679 0 -1 4202496 36936 0 0 0 144 5 0 0 25 0 1 0 468677598 176189440 36871 33554432000 4194304 4947581 140736496933824 18446744073709551615 4773568 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/14143/statm: 43015 36871 385 184 0 37890 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 172060

[startup+3.10042 s]
/proc/loadavg: 5.67 4.68 4.18 5/190 14145
/proc/meminfo: memFree=13739132/32951124 swapFree=67111528/67111528
[pid=14143] ppid=14141 vsize=509916 CPUtime=3.09 cores=1,3
/proc/14143/stat : 14143 (synit_sat) R 14141 14143 13679 0 -1 4202496 122371 0 0 0 294 15 0 0 25 0 1 0 468677598 522153984 122151 33554432000 4194304 4947581 140736496933824 18446744073709551615 4283938 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/14143/statm: 127479 122154 410 184 0 122354 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 509916

[startup+6.30085 s]
/proc/loadavg: 5.67 4.68 4.18 5/190 14145
/proc/meminfo: memFree=12769348/32951124 swapFree=67111528/67111528
[pid=14143] ppid=14141 vsize=1311636 CPUtime=6.29 cores=1,3
/proc/14143/stat : 14143 (synit_sat) R 14141 14143 13679 0 -1 4202496 302546 0 0 0 593 36 0 0 25 0 1 0 468677598 1343115264 302148 33554432000 4194304 4947581 140736496933824 18446744073709551615 4399717 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/14143/statm: 327909 302148 438 184 0 322784 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1311636

[startup+12.7007 s]
/proc/loadavg: 5.49 4.68 4.18 5/190 14145
/proc/meminfo: memFree=12522148/32951124 swapFree=67111528/67111528
[pid=14143] ppid=14141 vsize=1588768 CPUtime=12.69 cores=1,3
/proc/14143/stat : 14143 (synit_sat) R 14141 14143 13679 0 -1 4202496 352691 0 0 0 1227 42 0 0 25 0 1 0 468677598 1626898432 352179 33554432000 4194304 4947581 140736496933824 18446744073709551615 4399477 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/14143/statm: 397192 352179 438 184 0 392067 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1588768

[startup+25.5005 s]
/proc/loadavg: 5.26 4.65 4.18 5/190 14145
/proc/meminfo: memFree=12172868/32951124 swapFree=67111528/67111528
[pid=14143] ppid=14141 vsize=1977916 CPUtime=25.49 cores=1,3
/proc/14143/stat : 14143 (synit_sat) R 14141 14143 13679 0 -1 4202496 409521 0 0 0 2500 49 0 0 25 0 1 0 468677598 2025385984 409009 33554432000 4194304 4947581 140736496933824 18446744073709551615 4346309 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/14143/statm: 494479 409009 462 184 0 489354 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 1977916

[startup+51.1009 s]
/proc/loadavg: 4.83 4.60 4.17 5/190 14146
/proc/meminfo: memFree=12000952/32951124 swapFree=67111528/67111528
[pid=14143] ppid=14141 vsize=2023940 CPUtime=51.09 cores=1,3
/proc/14143/stat : 14143 (synit_sat) R 14141 14143 13679 0 -1 4202496 426401 0 0 0 5056 53 0 0 25 0 1 0 468677598 2072514560 425889 33554432000 4194304 4947581 140736496933824 18446744073709551615 4352791 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/14143/statm: 505985 425889 462 184 0 500860 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 2023940

[startup+102.307 s]
/proc/loadavg: 4.33 4.50 4.16 5/190 14147
/proc/meminfo: memFree=9313232/32951124 swapFree=67111528/67111528
[pid=14143] ppid=14141 vsize=4722812 CPUtime=102.3 cores=1,3
/proc/14143/stat : 14143 (synit_sat) R 14141 14143 13679 0 -1 4202496 1139319 0 0 0 10100 130 0 0 25 0 1 0 468677598 4836159488 1095783 33554432000 4194304 4947581 140736496933824 18446744073709551615 4432806 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/14143/statm: 1180703 1095783 468 184 0 1175578 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 4722812



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+150.3 s]
/proc/loadavg: 4.07 4.41 4.15 5/190 14176
/proc/meminfo: memFree=13721168/32951124 swapFree=67111528/67111528
[pid=14143] ppid=14141 vsize=7884780 CPUtime=150.3 cores=1,3
/proc/14143/stat : 14143 (synit_sat) R 14141 14143 13679 0 -1 4202496 1928369 0 0 0 14802 228 0 0 25 0 1 0 468677598 8074014720 1864372 33554432000 4194304 4947581 140736496933824 18446744073709551615 4480700 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/14143/statm: 1971195 1864372 468 184 0 1966070 0
Current children cumulated CPU time (s) 150.3
Current children cumulated vsize (KiB) 7884780

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+150.6 s]
/proc/loadavg: 4.07 4.41 4.15 5/191 14177
/proc/meminfo: memFree=20388144/32951124 swapFree=67111528/67111528
[pid=14143] ppid=14141 vsize=0 CPUtime=150.6 cores=1,3
/proc/14143/stat : 14143 (synit_sat) R 14141 14143 13679 0 -1 4202500 1928374 0 0 0 14802 258 0 0 25 0 1 0 468677598 0 0 33554432000 0 0 0 0 0 0 16384 4096 24578 18446744073709551615 0 0 17 1 0 0 0
/proc/14143/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 150.6
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 150.642
CPU time (s): 150.644
CPU user time (s): 148.024
CPU system time (s): 2.6206
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 7884780

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

runsolver used 0.215967 second user time and 0.619905 second system time

The end

Launcher Data

Begin job on node140 at 2011-04-25 22:17:03
IDJOB=3284954
IDBENCH=82368
IDSOLVER=1571
FILE ID=node140/3284954-1303762622
RUNJOBID= node140-1303762110-14007
PBS_JOBID= 13157121
Free space on /tmp= 71948 MiB

SOLVER NAME= synit_sat 2011-03-03
BENCH NAME= SAT11/application/rintanen/SATPlanning/openstacks-sequencedstrips-nonadl-nonnegated-os-sequencedstrips-p30_3.085-SAT.cnf
COMMAND LINE= HOME/synit_sat BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3284954-1303762622/watcher-3284954-1303762622 -o /tmp/evaluation-result-3284954-1303762622/solver-3284954-1303762622 -C 2400 -W 1300 -M 7680  HOME/synit_sat HOME/instance-3284954-1303762622.cnf 1630114067

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

MD5SUM BENCH= f7484730351dc4088fd78fcb35b09c62
RANDOM SEED=1630114067

node140.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	: 5226.14
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.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.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.77
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.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.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.74
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.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:      14011724 kB
Buffers:       2287960 kB
Cached:        8067060 kB
SwapCached:          0 kB
Active:       10405436 kB
Inactive:      7951952 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      14011724 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:          277708 kB
Writeback:           0 kB
AnonPages:     8001864 kB
Mapped:          17220 kB
Slab:           499848 kB
PageTables:      21660 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  8991956 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= 72240 MiB
End job on node140 at 2011-04-25 22:19:35