Trace number 3280791

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
QuteRSat 2011-03-01UNSAT 19.523 19.5269

General information on the benchmark

Nameindustrial/babic/dspam/
dspam_dump_vc949.cnf
MD5SUMe10ad28ec7f3c39ecd45d17e52e9ffcb
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.448931
Satisfiable
(Un)Satisfiability was proved
Number of variables112656
Number of clauses360099
Sum of the clauses size954283
Maximum clause length3
Minimum clause length1
Number of clauses of size 13092
Number of clauses of size 2119830
Number of clauses of size 3237177
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Set FPU double precision.
0.28/0.34	c Parse Cnf success: #var: 112728 #clause: 360099
0.28/0.34	c Find Units :       3092
0.28/0.35	c Find Invs  :       9386
0.38/0.42	c Find Ands  :      49381 AvgFaninNum: 2
0.38/0.44	c Find Xors  :      42350 AvgFaninNum: 2
0.49/0.52	c Find Ite   :       3814
0.59/0.66	c UnDirect variable: 49763
0.59/0.69	c UnDirect to Direct Gate: 49832
0.59/0.69	c Forced Direct Gate: 778 Unuse unDirect Gate: 2669
0.69/0.74	c Break Cycle : 270
0.69/0.74	c Total Root : 2451 Undef Var: 10199
0.79/0.83	c After covering, Total Root: 2678 Leaf: 7611
0.79/0.83	c Variable( cover/uncovered/unused ): 110140 2516 72
0.79/0.83	c Unit Clauses: 3092
0.79/0.83	c Binary Clauses( cover/uncovered ): 113686 6144
0.79/0.83	c Clauses( cover/uncovered ): 232063 5114
0.79/0.83	c Total Clauses( cover/uncovered ): 348841 11258 96.8736%
0.79/0.83	c Covered Ands: 49319 Invs: 7524 Xors: 42242 Ites: 3444
0.79/0.84	c Uncover Clauses avg size: 2.45425 max size: 3
0.79/0.85	c Final circuit: i/l/o/s    7036       0   11152    168558
0.79/0.85	c CnfToAig: Time: 0.84 s
1.88/1.97	c TmMap: Set choices finish.
1.99/2.08	c TmMap: Set big and: 50647
1.99/2.08	c TmMap: Origin: 175595 ClauseNum: 505674 --> New: 101593 ClauseNum: 338116
1.99/2.08	c TmMap: Time: 0.19
3.19/3.27	c Simulation --> TransNum: 321907/338116 Try to Add: #clause: 105428 #xorclause: 39857
3.29/3.35	c #var: 89029 #clauses: 51522 Solving... 
3.89/3.98	c Abstract SAT
4.09/4.16	c Simulation --> TransNum: 328672/338116 Try to Add: #clause: 1856 #xorclause: 21
4.09/4.16	c #var: 89770 #clauses: 46600 Solving... 
8.49/8.52	c Abstract SAT
8.59/8.68	c Simulation --> TransNum: 331136/338116 Try to Add: #clause: 995 #xorclause: 36
8.59/8.68	c #var: 89771 #clauses: 80543 Solving... 
15.19/15.23	c Abstract SAT
15.19/15.23	c Simulation --> TransNum: 338116/338116 Try to Add: #clause: 5821 #xorclause: 7
15.19/15.25	c #var: 90353 #clauses: 92160 Solving... 
19.49/19.50	s UNSATISFIABLE
19.49/19.51	c CPU time: 19.5 s

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-3280791-1303746824/watcher-3280791-1303746824 -o /tmp/evaluation-result-3280791-1303746824/solver-3280791-1303746824 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3280791-1303746824.cnf 1827344218 

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: 0.23 0.05 0.02 5/189 3573
/proc/meminfo: memFree=12852988/32950928 swapFree=67111528/67111528
[pid=3573] ppid=3571 vsize=26212 CPUtime=0 cores=1,3
/proc/3573/stat : 3573 (qutersat_releas) R 3571 3573 3507 0 -1 4202496 423 0 0 0 0 0 0 0 18 0 1 0 564913210 26841088 358 33554432000 4194304 6016207 140733920084608 18446744073709551615 231907317136 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/3573/statm: 6553 358 284 445 0 97 0

[startup+0.039417 s]
/proc/loadavg: 0.23 0.05 0.02 5/189 3573
/proc/meminfo: memFree=12852988/32950928 swapFree=67111528/67111528
[pid=3573] ppid=3571 vsize=42176 CPUtime=0.02 cores=1,3
/proc/3573/stat : 3573 (qutersat_releas) R 3571 3573 3507 0 -1 4202496 4391 0 0 0 2 0 0 0 18 0 1 0 564913210 43188224 4325 33554432000 4194304 6016207 140733920084608 18446744073709551615 231895490304 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/3573/statm: 10544 4325 379 445 0 4088 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 42176

[startup+0.100413 s]
/proc/loadavg: 0.23 0.05 0.02 5/189 3573
/proc/meminfo: memFree=12852988/32950928 swapFree=67111528/67111528
[pid=3573] ppid=3571 vsize=53568 CPUtime=0.09 cores=1,3
/proc/3573/stat : 3573 (qutersat_releas) R 3571 3573 3507 0 -1 4202496 7237 0 0 0 8 1 0 0 18 0 1 0 564913210 54853632 7171 33554432000 4194304 6016207 140733920084608 18446744073709551615 4306634 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/3573/statm: 13392 7172 379 445 0 6936 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 53568

[startup+0.300362 s]
/proc/loadavg: 0.23 0.05 0.02 5/189 3573
/proc/meminfo: memFree=12852988/32950928 swapFree=67111528/67111528
[pid=3573] ppid=3571 vsize=95680 CPUtime=0.28 cores=1,3
/proc/3573/stat : 3573 (qutersat_releas) R 3571 3573 3507 0 -1 4202496 17358 0 0 0 27 1 0 0 18 0 1 0 564913210 97976320 17292 33554432000 4194304 6016207 140733920084608 18446744073709551615 4312032 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/3573/statm: 23920 17292 379 445 0 17464 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 95680

[startup+0.70029 s]
/proc/loadavg: 0.23 0.05 0.02 5/189 3573
/proc/meminfo: memFree=12852988/32950928 swapFree=67111528/67111528
[pid=3573] ppid=3571 vsize=100928 CPUtime=0.69 cores=1,3
/proc/3573/stat : 3573 (qutersat_releas) R 3571 3573 3507 0 -1 4202496 18733 0 0 0 67 2 0 0 18 0 1 0 564913210 103350272 18667 33554432000 4194304 6016207 140733920084608 18446744073709551615 4295344 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/3573/statm: 25232 18667 397 445 0 18776 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 100928

[startup+1.50014 s]
/proc/loadavg: 0.23 0.05 0.02 5/190 3574
/proc/meminfo: memFree=12726404/32950928 swapFree=67111528/67111528
[pid=3573] ppid=3571 vsize=139368 CPUtime=1.48 cores=1,3
/proc/3573/stat : 3573 (qutersat_releas) R 3571 3573 3507 0 -1 4202496 28748 0 0 0 145 3 0 0 19 0 1 0 564913210 142712832 28682 33554432000 4194304 6016207 140733920084608 18446744073709551615 4779602 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/3573/statm: 34842 28683 669 445 0 28386 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 139368

[startup+3.10083 s]
/proc/loadavg: 0.23 0.05 0.02 5/190 3574
/proc/meminfo: memFree=12599428/32950928 swapFree=67111528/67111528
[pid=3573] ppid=3571 vsize=201688 CPUtime=3.09 cores=1,3
/proc/3573/stat : 3573 (qutersat_releas) R 3571 3573 3507 0 -1 4202496 44360 0 0 0 303 6 0 0 23 0 1 0 564913210 206528512 44294 33554432000 4194304 6016207 140733920084608 18446744073709551615 4244617 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/3573/statm: 50422 44294 680 445 0 43966 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 201688

[startup+6.30023 s]
/proc/loadavg: 0.53 0.11 0.04 5/190 3578
/proc/meminfo: memFree=12544020/32950928 swapFree=67111528/67111528
[pid=3573] ppid=3571 vsize=221460 CPUtime=6.29 cores=1,3
/proc/3573/stat : 3573 (qutersat_releas) R 3571 3573 3507 0 -1 4202496 45936 0 0 0 623 6 0 0 25 0 1 0 564913210 226775040 45542 33554432000 4194304 6016207 140733920084608 18446744073709551615 231895188423 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/3573/statm: 55365 45542 725 445 0 48909 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 221460

[startup+12.701 s]
/proc/loadavg: 0.81 0.18 0.06 5/190 3578
/proc/meminfo: memFree=12265148/32950928 swapFree=67111528/67111528
[pid=3573] ppid=3571 vsize=247248 CPUtime=12.68 cores=1,3
/proc/3573/stat : 3573 (qutersat_releas) R 3571 3573 3507 0 -1 4202496 50371 0 0 0 1262 6 0 0 25 0 1 0 564913210 253181952 49458 33554432000 4194304 6016207 140733920084608 18446744073709551615 4425389 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/3573/statm: 61812 49458 735 445 0 55356 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 247248

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

[startup+15.9004 s]
/proc/loadavg: 1.07 0.24 0.08 5/190 3578
/proc/meminfo: memFree=12082504/32950928 swapFree=67111528/67111528
[pid=3573] ppid=3571 vsize=247248 CPUtime=15.89 cores=1,3
/proc/3573/stat : 3573 (qutersat_releas) R 3571 3573 3507 0 -1 4202496 52785 0 0 0 1582 7 0 0 25 0 1 0 564913210 253181952 51743 33554432000 4194304 6016207 140733920084608 18446744073709551615 4380855 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/3573/statm: 61812 51743 735 445 0 55356 0
Current children cumulated CPU time (s) 15.89
Current children cumulated vsize (KiB) 247248

[startup+17.5011 s]
/proc/loadavg: 1.07 0.24 0.08 5/190 3578
/proc/meminfo: memFree=12039484/32950928 swapFree=67111528/67111528
[pid=3573] ppid=3571 vsize=247248 CPUtime=17.5 cores=1,3
/proc/3573/stat : 3573 (qutersat_releas) R 3571 3573 3507 0 -1 4202496 53302 0 0 0 1743 7 0 0 25 0 1 0 564913210 253181952 52260 33554432000 4194304 6016207 140733920084608 18446744073709551615 4425440 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/3573/statm: 61812 52260 735 445 0 55356 0
Current children cumulated CPU time (s) 17.5
Current children cumulated vsize (KiB) 247248

[startup+18.3009 s]
/proc/loadavg: 1.07 0.24 0.08 5/190 3578
/proc/meminfo: memFree=12039484/32950928 swapFree=67111528/67111528
[pid=3573] ppid=3571 vsize=247248 CPUtime=18.29 cores=1,3
/proc/3573/stat : 3573 (qutersat_releas) R 3571 3573 3507 0 -1 4202496 53399 0 0 0 1822 7 0 0 25 0 1 0 564913210 253181952 52357 33554432000 4194304 6016207 140733920084608 18446744073709551615 4381064 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/3573/statm: 61812 52357 735 445 0 55356 0
Current children cumulated CPU time (s) 18.29
Current children cumulated vsize (KiB) 247248

[startup+19.1008 s]
/proc/loadavg: 1.30 0.30 0.10 5/190 3578
/proc/meminfo: memFree=12037500/32950928 swapFree=67111528/67111528
[pid=3573] ppid=3571 vsize=247248 CPUtime=19.09 cores=1,3
/proc/3573/stat : 3573 (qutersat_releas) R 3571 3573 3507 0 -1 4202496 54473 0 0 0 1902 7 0 0 25 0 1 0 564913210 253181952 53090 33554432000 4194304 6016207 140733920084608 18446744073709551615 4380280 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/3573/statm: 61812 53090 735 445 0 55356 0
Current children cumulated CPU time (s) 19.09
Current children cumulated vsize (KiB) 247248

[startup+19.5007 s]
/proc/loadavg: 1.30 0.30 0.10 5/190 3578
/proc/meminfo: memFree=12037500/32950928 swapFree=67111528/67111528
[pid=3573] ppid=3571 vsize=247248 CPUtime=19.49 cores=1,3
/proc/3573/stat : 3573 (qutersat_releas) R 3571 3573 3507 0 -1 4202496 54479 0 0 0 1942 7 0 0 25 0 1 0 564913210 253181952 53096 33554432000 4194304 6016207 140733920084608 18446744073709551615 4811934 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/3573/statm: 61812 53096 735 445 0 55356 0
Current children cumulated CPU time (s) 19.49
Current children cumulated vsize (KiB) 247248

Child status: 0
Real time (s): 19.5269
CPU time (s): 19.523
CPU user time (s): 19.437
CPU system time (s): 0.085986
CPU usage (%): 99.9803
Max. virtual memory (cumulated for all children) (KiB): 247248

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

runsolver used 0.033994 second user time and 0.075988 second system time

The end

Launcher Data

Begin job on node114 at 2011-04-25 17:53:45
IDJOB=3280791
IDBENCH=20456
IDSOLVER=1607
FILE ID=node114/3280791-1303746824
RUNJOBID= node114-1303746813-3533
PBS_JOBID= 13154048
Free space on /tmp= 71608 MiB

SOLVER NAME= QuteRSat 2011-03-01
BENCH NAME= SAT07/industrial/babic/dspam/dspam_dump_vc949.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3280791-1303746824/watcher-3280791-1303746824 -o /tmp/evaluation-result-3280791-1303746824/solver-3280791-1303746824 -C 2400 -W 1300 -M 7680  qutersat_release HOME/instance-3280791-1303746824.cnf 1827344218

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

MD5SUM BENCH= e10ad28ec7f3c39ecd45d17e52e9ffcb
RANDOM SEED=1827344218

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:      12853268 kB
Buffers:       2307752 kB
Cached:       16429620 kB
SwapCached:          0 kB
Active:       10088544 kB
Inactive:      9418704 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      12853268 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           62996 kB
Writeback:           0 kB
AnonPages:      768952 kB
Mapped:          18776 kB
Slab:           526144 kB
PageTables:       6820 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  1016572 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= 71604 MiB
End job on node114 at 2011-04-25 17:54:05