Trace number 3291210

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 46.8469 46.8484

General information on the benchmark

NameSAT03/industrial/simon/sat02/
6pipe_6_ooo.shuffled-as.sat03-413.cnf
MD5SUM8bd122b0caab0988cbc54e4731b25623
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark21.2178
Satisfiable
(Un)Satisfiability was proved
Number of variables17064
Number of clauses545612
Sum of the clauses size1608428
Maximum clause length187
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2476931
Number of clauses of size 356141
Number of clauses of size 4301
Number of clauses of size 5290
Number of clauses of size over 511948

Solver Data

0.00/0.00	c start  0 total 0
0.29/0.30	c Find Units :          1
0.29/0.34	c Find Invs  :          1
0.39/0.46	c Find Ands  :      14202 AvgFaninNum: 33.5818
0.39/0.46	c Find Xors  :          0 AvgFaninNum: nan
0.39/0.48	c Find Ite   :       1618
0.49/0.51	c UnDirect variable: 0
0.49/0.51	c UnDirect to Direct Gate: 1
0.49/0.51	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.49/0.52	c Break Cycle : 0
0.49/0.52	c Total Root : 1 Undef Var: 1243
0.69/0.71	c After covering, Total Root: 1 Leaf: 753
0.69/0.71	c Variable( cover/uncovered/unused ): 16574 490 0
0.69/0.71	c Unit Clauses: 1
0.69/0.71	c Binary Clauses( cover/uncovered ): 476931 0
0.69/0.71	c Clauses( cover/uncovered ): 20674 48006
0.69/0.71	c Total Clauses( cover/uncovered ): 497606 48006 91.2014%
0.69/0.71	c Covered Ands: 14202 Invs: 1 Xors: 0 Ites: 1618
0.69/0.76	c Uncover Clauses avg size: 3 max size: 3
0.69/0.76	c Final circuit: i/l/o/s    1243       0   48007    186672
0.69/0.76	c cover rate 91.2014
0.69/0.76	c rocky end  0.75 total 0.75
1.10/1.14	c covering time  0.39 total 1.14
46.68/46.78	c solve time  45.63 total 46.77
46.68/46.78	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-3291210-1303782374/watcher-3291210-1303782374 -o /tmp/evaluation-result-3291210-1303782374/solver-3291210-1303782374 -C 2400 -W 1300 -M 7680 HOME/synit_sat HOME/instance-3291210-1303782374.cnf 1812435102 

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: 4.06 4.01 3.94 5/189 10186
/proc/meminfo: memFree=6974056/32950928 swapFree=67111528/67111528
[pid=10186] ppid=10184 vsize=29720 CPUtime=0 cores=1,3
/proc/10186/stat : 10186 (synit_sat) R 10184 10186 9678 0 -1 4202496 2037 0 0 0 0 0 0 0 21 0 1 0 568468161 30433280 1972 33554432000 4194304 4947581 140735915885840 18446744073709551615 231895490304 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/10186/statm: 7430 1972 322 184 0 2305 0

[startup+0.049445 s]
/proc/loadavg: 4.06 4.01 3.94 5/189 10186
/proc/meminfo: memFree=6974056/32950928 swapFree=67111528/67111528
[pid=10186] ppid=10184 vsize=38876 CPUtime=0.04 cores=1,3
/proc/10186/stat : 10186 (synit_sat) R 10184 10186 9678 0 -1 4202496 4476 0 0 0 4 0 0 0 21 0 1 0 568468161 39809024 4410 33554432000 4194304 4947581 140735915885840 18446744073709551615 4799423 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/10186/statm: 9719 4410 376 184 0 4594 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 38876

[startup+0.100436 s]
/proc/loadavg: 4.06 4.01 3.94 5/189 10186
/proc/meminfo: memFree=6974056/32950928 swapFree=67111528/67111528
[pid=10186] ppid=10184 vsize=46044 CPUtime=0.08 cores=1,3
/proc/10186/stat : 10186 (synit_sat) R 10184 10186 9678 0 -1 4202496 6277 0 0 0 8 0 0 0 21 0 1 0 568468161 47149056 6211 33554432000 4194304 4947581 140735915885840 18446744073709551615 4799423 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/10186/statm: 11511 6211 376 184 0 6386 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 46044

[startup+0.300397 s]
/proc/loadavg: 4.06 4.01 3.94 5/189 10186
/proc/meminfo: memFree=6974056/32950928 swapFree=67111528/67111528
[pid=10186] ppid=10184 vsize=75868 CPUtime=0.29 cores=1,3
/proc/10186/stat : 10186 (synit_sat) R 10184 10186 9678 0 -1 4202496 12888 0 0 0 28 1 0 0 22 0 1 0 568468161 77688832 12822 33554432000 4194304 4947581 140735915885840 18446744073709551615 4799423 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/10186/statm: 18967 12822 377 184 0 13842 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 75868

[startup+0.700323 s]
/proc/loadavg: 4.06 4.01 3.94 5/189 10186
/proc/meminfo: memFree=6974056/32950928 swapFree=67111528/67111528
[pid=10186] ppid=10184 vsize=75864 CPUtime=0.69 cores=1,3
/proc/10186/stat : 10186 (synit_sat) R 10184 10186 9678 0 -1 4202496 12915 0 0 0 68 1 0 0 23 0 1 0 568468161 77684736 12849 33554432000 4194304 4947581 140735915885840 18446744073709551615 4827272 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/10186/statm: 18966 12849 384 184 0 13841 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 75864

[startup+1.50117 s]
/proc/loadavg: 4.06 4.01 3.94 5/190 10187
/proc/meminfo: memFree=6901260/32950928 swapFree=67111528/67111528
[pid=10186] ppid=10184 vsize=142100 CPUtime=1.49 cores=1,3
/proc/10186/stat : 10186 (synit_sat) R 10184 10186 9678 0 -1 4202496 28165 0 0 0 146 3 0 0 25 0 1 0 568468161 145510400 28069 33554432000 4194304 4947581 140735915885840 18446744073709551615 4399340 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/10186/statm: 35525 28069 434 184 0 30400 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 142100

[startup+3.10088 s]
/proc/loadavg: 4.06 4.01 3.94 5/190 10187
/proc/meminfo: memFree=6832440/32950928 swapFree=67111528/67111528
[pid=10186] ppid=10184 vsize=233236 CPUtime=3.09 cores=1,3
/proc/10186/stat : 10186 (synit_sat) R 10184 10186 9678 0 -1 4202496 49731 0 0 0 304 5 0 0 25 0 1 0 568468161 238833664 49635 33554432000 4194304 4947581 140735915885840 18446744073709551615 4422025 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/10186/statm: 58309 49635 438 184 0 53184 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 233236

[startup+6.30027 s]
/proc/loadavg: 4.05 4.01 3.94 5/190 10188
/proc/meminfo: memFree=6708192/32950928 swapFree=67111528/67111528
[pid=10186] ppid=10184 vsize=321556 CPUtime=6.29 cores=1,3
/proc/10186/stat : 10186 (synit_sat) R 10184 10186 9678 0 -1 4202496 66871 0 0 0 621 8 0 0 25 0 1 0 568468161 329273344 66775 33554432000 4194304 4947581 140735915885840 18446744073709551615 4399717 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/10186/statm: 80389 66775 438 184 0 75264 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 321556

[startup+12.7011 s]
/proc/loadavg: 4.05 4.01 3.94 5/190 10188
/proc/meminfo: memFree=6676536/32950928 swapFree=67111528/67111528
[pid=10186] ppid=10184 vsize=359812 CPUtime=12.69 cores=1,3
/proc/10186/stat : 10186 (synit_sat) R 10184 10186 9678 0 -1 4202496 74370 0 0 0 1260 9 0 0 25 0 1 0 568468161 368447488 74265 33554432000 4194304 4947581 140735915885840 18446744073709551615 4400152 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/10186/statm: 89953 74265 462 184 0 84828 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 359812

[startup+25.5007 s]
/proc/loadavg: 4.04 4.01 3.94 5/190 10215
/proc/meminfo: memFree=6863568/32950928 swapFree=67111528/67111528
[pid=10186] ppid=10184 vsize=391832 CPUtime=25.49 cores=1,3
/proc/10186/stat : 10186 (synit_sat) R 10184 10186 9678 0 -1 4202496 83383 0 0 0 2538 11 0 0 25 0 1 0 568468161 401235968 83278 33554432000 4194304 4947581 140735915885840 18446744073709551615 4517569 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/10186/statm: 97958 83278 471 184 0 92833 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 391832

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

[startup+38.3003 s]
/proc/loadavg: 4.03 4.01 3.94 5/190 10215
/proc/meminfo: memFree=6826592/32950928 swapFree=67111528/67111528
[pid=10186] ppid=10184 vsize=415352 CPUtime=38.29 cores=1,3
/proc/10186/stat : 10186 (synit_sat) R 10184 10186 9678 0 -1 4202496 87144 0 0 0 3817 12 0 0 25 0 1 0 568468161 425320448 87039 33554432000 4194304 4947581 140735915885840 18446744073709551615 4399405 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/10186/statm: 103838 87039 472 184 0 98713 0
Current children cumulated CPU time (s) 38.29
Current children cumulated vsize (KiB) 415352

[startup+41.5007 s]
/proc/loadavg: 4.03 4.01 3.94 5/190 10215
/proc/meminfo: memFree=6823376/32950928 swapFree=67111528/67111528
[pid=10186] ppid=10184 vsize=415352 CPUtime=41.49 cores=1,3
/proc/10186/stat : 10186 (synit_sat) R 10184 10186 9678 0 -1 4202496 87972 0 0 0 4137 12 0 0 25 0 1 0 568468161 425320448 87867 33554432000 4194304 4947581 140735915885840 18446744073709551615 4401316 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/10186/statm: 103838 87867 472 184 0 98713 0
Current children cumulated CPU time (s) 41.49
Current children cumulated vsize (KiB) 415352

[startup+44.701 s]
/proc/loadavg: 4.02 4.01 3.94 5/190 10216
/proc/meminfo: memFree=6817596/32950928 swapFree=67111528/67111528
[pid=10186] ppid=10184 vsize=415352 CPUtime=44.69 cores=1,3
/proc/10186/stat : 10186 (synit_sat) R 10184 10186 9678 0 -1 4202496 88624 0 0 0 4457 12 0 0 25 0 1 0 568468161 425320448 88511 33554432000 4194304 4947581 140735915885840 18446744073709551615 4399850 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/10186/statm: 103838 88511 472 184 0 98713 0
Current children cumulated CPU time (s) 44.69
Current children cumulated vsize (KiB) 415352

[startup+45.5009 s]
/proc/loadavg: 4.02 4.01 3.94 5/190 10216
/proc/meminfo: memFree=6814496/32950928 swapFree=67111528/67111528
[pid=10186] ppid=10184 vsize=426764 CPUtime=45.49 cores=1,3
/proc/10186/stat : 10186 (synit_sat) R 10184 10186 9678 0 -1 4202496 89375 0 0 0 4537 12 0 0 25 0 1 0 568468161 437006336 89262 33554432000 4194304 4947581 140735915885840 18446744073709551615 4399850 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/10186/statm: 106691 89262 472 184 0 101566 0
Current children cumulated CPU time (s) 45.49
Current children cumulated vsize (KiB) 426764

[startup+46.3008 s]
/proc/loadavg: 4.02 4.01 3.94 5/190 10216
/proc/meminfo: memFree=6808296/32950928 swapFree=67111528/67111528
[pid=10186] ppid=10184 vsize=426764 CPUtime=46.28 cores=1,3
/proc/10186/stat : 10186 (synit_sat) R 10184 10186 9678 0 -1 4202496 89483 0 0 0 4616 12 0 0 25 0 1 0 568468161 437006336 89370 33554432000 4194304 4947581 140735915885840 18446744073709551615 4399348 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/10186/statm: 106691 89370 472 184 0 101566 0
Current children cumulated CPU time (s) 46.28
Current children cumulated vsize (KiB) 426764

[startup+46.7007 s]
/proc/loadavg: 4.02 4.01 3.94 5/190 10216
/proc/meminfo: memFree=6808296/32950928 swapFree=67111528/67111528
[pid=10186] ppid=10184 vsize=426764 CPUtime=46.68 cores=1,3
/proc/10186/stat : 10186 (synit_sat) R 10184 10186 9678 0 -1 4202496 89541 0 0 0 4656 12 0 0 25 0 1 0 568468161 437006336 89428 33554432000 4194304 4947581 140735915885840 18446744073709551615 4400304 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/10186/statm: 106691 89428 472 184 0 101566 0
Current children cumulated CPU time (s) 46.68
Current children cumulated vsize (KiB) 426764

[startup+46.8007 s]
/proc/loadavg: 4.02 4.01 3.94 5/190 10216
/proc/meminfo: memFree=6808296/32950928 swapFree=67111528/67111528
[pid=10186] ppid=10184 vsize=426764 CPUtime=46.78 cores=1,3
/proc/10186/stat : 10186 (synit_sat) R 10184 10186 9678 0 -1 4202496 89549 0 0 0 4666 12 0 0 25 0 1 0 568468161 437006336 86626 33554432000 4194304 4947581 140735915885840 18446744073709551615 4282625 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/10186/statm: 106691 86626 472 184 0 101566 0
Current children cumulated CPU time (s) 46.78
Current children cumulated vsize (KiB) 426764

Child status: 0
Real time (s): 46.8484
CPU time (s): 46.8469
CPU user time (s): 46.7029
CPU system time (s): 0.143978
CPU usage (%): 99.9967
Max. virtual memory (cumulated for all children) (KiB): 426764

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

runsolver used 0.06399 second user time and 0.19597 second system time

The end

Launcher Data

Begin job on node114 at 2011-04-26 03:46:15
IDJOB=3291210
IDBENCH=84172
IDSOLVER=1571
FILE ID=node114/3291210-1303782374
RUNJOBID= node114-1303780890-9698
PBS_JOBID= 13157222
Free space on /tmp= 71356 MiB

SOLVER NAME= synit_sat 2011-03-03
BENCH NAME= SAT03/industrial/simon/sat02/6pipe_6_ooo.shuffled-as.sat03-413.cnf
COMMAND LINE= HOME/synit_sat BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3291210-1303782374/watcher-3291210-1303782374 -o /tmp/evaluation-result-3291210-1303782374/solver-3291210-1303782374 -C 2400 -W 1300 -M 7680  HOME/synit_sat HOME/instance-3291210-1303782374.cnf 1812435102

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

MD5SUM BENCH= 8bd122b0caab0988cbc54e4731b25623
RANDOM SEED=1812435102

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.848
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.848
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:     32950928 kB
MemFree:       6974336 kB
Buffers:       2300780 kB
Cached:       12839852 kB
SwapCached:          0 kB
Active:       17086344 kB
Inactive:      8283116 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       6974336 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:          101936 kB
Writeback:           0 kB
AnonPages:    10228400 kB
Mapped:          17168 kB
Slab:           520528 kB
PageTables:      27132 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 12080392 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= 71352 MiB
End job on node114 at 2011-04-26 03:47:02