Trace number 3384532

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-05-12 (fixed)UNSAT 19.627 19.6299

General information on the benchmark

NameSAT-Race-2010-CNF/software-verification/
nec/hard-6-U-7061.cnf
MD5SUMb15321a24257fa4bdfd9c20c782f4c0e
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark4.00339
Satisfiable
(Un)Satisfiability was proved
Number of variables370048
Number of clauses1118066
Sum of the clauses size2910246
Maximum clause length493
Minimum clause length1
Number of clauses of size 194
Number of clauses of size 2742801
Number of clauses of size 3369913
Number of clauses of size 41454
Number of clauses of size 5618
Number of clauses of size over 53186

Solver Data

0.00/0.01	c Set FPU double precision.
0.79/0.86	c Parse Cnf success: #var: 370048 #clause: 1118066
0.79/0.86	c Find Units :         94
0.89/0.93	c Find Invs  :          5
1.09/1.12	c Find Ands  :     367704 AvgFaninNum: 2
1.09/1.14	c Find Xors  :          0 AvgFaninNum: nan
1.09/1.17	c Find Ite   :          0
1.39/1.44	c UnDirect variable: 0
1.39/1.44	c UnDirect to Direct Gate: 0
1.39/1.44	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
1.49/1.50	c Break Cycle : 0
1.49/1.50	c Total Root : 1833 Undef Var: 2344
1.69/1.73	c After covering, Total Root: 1833 Leaf: 2344
1.69/1.73	c Variable( cover/uncovered/unused ): 370048 0 0
1.69/1.73	c Unit Clauses: 94
1.69/1.73	c Binary Clauses( cover/uncovered ): 735408 7391
1.69/1.73	c Clauses( cover/uncovered ): 367704 7467
1.69/1.73	c Total Clauses( cover/uncovered ): 1103206 14858 98.6711%
1.69/1.73	c Covered Ands: 367704 Invs: 0 Xors: 0 Ites: 0
1.79/1.88	c Uncover Clauses avg size: 22.6289 max size: 493
1.79/1.88	c Final circuit: i/l/o/s    2344       0   14753    463423
1.79/1.88	c CnfToAig: Time: 1.87 s
3.29/3.41	c TmMap: Set choices finish.
3.48/3.57	c TmMap: Set big and: 60382
3.48/3.57	c TmMap: Origin: 465768 ClauseNum: 1390269 --> New: 122306 ClauseNum: 668799
3.48/3.57	c TmMap: Time: 0.31
5.68/5.71	c Simulation --> TransNum: 356220/668799 Try to Add: #clause: 126829 #xorclause: 0
5.78/5.84	c #var: 85286 #clauses: 171101 Solving... 
15.59/15.67	c Abstract SAT
15.98/16.00	c Simulation --> TransNum: 486157/668799 Try to Add: #clause: 1007 #xorclause: 0
15.98/16.01	c #var: 85706 #clauses: 107782 Solving... 
17.09/17.11	c Abstract SAT
17.39/17.45	c Simulation --> TransNum: 490359/668799 Try to Add: #clause: 2814 #xorclause: 0
17.39/17.46	c #var: 88108 #clauses: 117716 Solving... 
18.19/18.25	c Abstract SAT
18.19/18.25	c Simulation --> TransNum: 668799/668799 Try to Add: #clause: 156772 #xorclause: 0
18.29/18.34	c #var: 107538 #clauses: 254292 Solving... 
19.49/19.60	s UNSATISFIABLE
19.59/19.61	c CPU time: 19.6 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: 961)

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-3384532-1305555658/watcher-3384532-1305555658 -o /tmp/evaluation-result-3384532-1305555658/solver-3384532-1305555658 -C 5000 -W 5100 -M 15500 qutersat_release HOME/instance-3384532-1305555658.cnf 1441303310 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.11 1.83 1.48 3/436 6147
/proc/meminfo: memFree=25114212/32951124 swapFree=64205392/67111528
[pid=6147] ppid=6145 vsize=31844 CPUtime=0 cores=0,2,4,6
/proc/6147/stat : 6147 (qutersat_releas) R 6145 6147 5259 0 -1 4202496 1441 0 0 0 0 0 0 0 22 0 1 0 667163892 32608256 1377 33554432000 4194304 6014671 140735885762224 18446744073709551615 228244042811 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/6147/statm: 7961 1391 305 445 0 1506 0

[startup+0.109577 s]
/proc/loadavg: 2.11 1.83 1.48 3/436 6147
/proc/meminfo: memFree=25114212/32951124 swapFree=64205392/67111528
[pid=6147] ppid=6145 vsize=62032 CPUtime=0.1 cores=0,2,4,6
/proc/6147/stat : 6147 (qutersat_releas) R 6145 6147 5259 0 -1 4202496 9197 0 0 0 9 1 0 0 22 0 1 0 667163892 63520768 9133 33554432000 4194304 6014671 140735885762224 18446744073709551615 4220522 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/6147/statm: 15508 9133 378 445 0 9053 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 62032

[startup+0.200546 s]
/proc/loadavg: 2.11 1.83 1.48 3/436 6147
/proc/meminfo: memFree=25114212/32951124 swapFree=64205392/67111528
[pid=6147] ppid=6145 vsize=81616 CPUtime=0.18 cores=0,2,4,6
/proc/6147/stat : 6147 (qutersat_releas) R 6145 6147 5259 0 -1 4202496 13829 0 0 0 17 1 0 0 22 0 1 0 667163892 83574784 13765 33554432000 4194304 6014671 140735885762224 18446744073709551615 4277980 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/6147/statm: 20404 13765 378 445 0 13949 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 81616

[startup+0.300534 s]
/proc/loadavg: 2.11 1.83 1.48 3/436 6147
/proc/meminfo: memFree=25114212/32951124 swapFree=64205392/67111528
[pid=6147] ppid=6145 vsize=94032 CPUtime=0.29 cores=0,2,4,6
/proc/6147/stat : 6147 (qutersat_releas) R 6145 6147 5259 0 -1 4202496 17220 0 0 0 27 2 0 0 23 0 1 0 667163892 96288768 17156 33554432000 4194304 6014671 140735885762224 18446744073709551615 228244348672 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/6147/statm: 23508 17156 378 445 0 17053 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 94032

[startup+0.700458 s]
/proc/loadavg: 2.11 1.83 1.48 3/436 6147
/proc/meminfo: memFree=25114212/32951124 swapFree=64205392/67111528
[pid=6147] ppid=6145 vsize=146640 CPUtime=0.69 cores=0,2,4,6
/proc/6147/stat : 6147 (qutersat_releas) R 6145 6147 5259 0 -1 4202496 30433 0 0 0 66 3 0 0 25 0 1 0 667163892 150159360 30369 33554432000 4194304 6014671 140735885762224 18446744073709551615 228244348672 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/6147/statm: 36660 30369 378 445 0 30205 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 146640

[startup+1.50033 s]
/proc/loadavg: 2.11 1.83 1.48 3/437 6148
/proc/meminfo: memFree=24947796/32951124 swapFree=64205392/67111528
[pid=6147] ppid=6145 vsize=199120 CPUtime=1.49 cores=0,2,4,6
/proc/6147/stat : 6147 (qutersat_releas) R 6145 6147 5259 0 -1 4202496 41755 0 0 0 145 4 0 0 25 0 1 0 667163892 203898880 41691 33554432000 4194304 6014671 140735885762224 18446744073709551615 4275056 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/6147/statm: 49780 41691 397 445 0 43325 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 199120

[startup+3.10101 s]
/proc/loadavg: 2.11 1.83 1.48 3/437 6148
/proc/meminfo: memFree=24944696/32951124 swapFree=64205392/67111528
[pid=6147] ppid=6145 vsize=266576 CPUtime=3.08 cores=0,2,4,6
/proc/6147/stat : 6147 (qutersat_releas) R 6145 6147 5259 0 -1 4202496 60718 0 0 0 302 6 0 0 25 0 1 0 667163892 272973824 60654 33554432000 4194304 6014671 140735885762224 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/6147/statm: 66644 60655 668 445 0 60189 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 266576

[startup+6.30048 s]
/proc/loadavg: 2.10 1.84 1.48 3/437 6148
/proc/meminfo: memFree=24823680/32951124 swapFree=64205392/67111528
[pid=6147] ppid=6145 vsize=314216 CPUtime=6.28 cores=0,2,4,6
/proc/6147/stat : 6147 (qutersat_releas) R 6145 6147 5259 0 -1 4202496 72708 0 0 0 621 7 0 0 25 0 1 0 667163892 321757184 72644 33554432000 4194304 6014671 140735885762224 18446744073709551615 4422687 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/6147/statm: 78554 72644 701 445 0 72099 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 314216

[startup+12.7004 s]
/proc/loadavg: 2.09 1.84 1.49 3/437 6148
/proc/meminfo: memFree=24822676/32951124 swapFree=64205392/67111528
[pid=6147] ppid=6145 vsize=314216 CPUtime=12.68 cores=0,2,4,6
/proc/6147/stat : 6147 (qutersat_releas) R 6145 6147 5259 0 -1 4202496 72709 0 0 0 1261 7 0 0 25 0 1 0 667163892 321757184 72645 33554432000 4194304 6014671 140735885762224 18446744073709551615 4423856 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/6147/statm: 78554 72645 702 445 0 72099 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 314216

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

[startup+12.8003 s]
/proc/loadavg: 2.09 1.84 1.49 3/437 6148
/proc/meminfo: memFree=24822676/32951124 swapFree=64205392/67111528
[pid=6147] ppid=6145 vsize=314216 CPUtime=12.78 cores=0,2,4,6
/proc/6147/stat : 6147 (qutersat_releas) R 6145 6147 5259 0 -1 4202496 72709 0 0 0 1271 7 0 0 25 0 1 0 667163892 321757184 72645 33554432000 4194304 6014671 140735885762224 18446744073709551615 4424128 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/6147/statm: 78554 72645 702 445 0 72099 0
Current children cumulated CPU time (s) 12.78
Current children cumulated vsize (KiB) 314216

[startup+16.0007 s]
/proc/loadavg: 2.09 1.84 1.49 3/437 6148
/proc/meminfo: memFree=24795012/32951124 swapFree=64205392/67111528
[pid=6147] ppid=6145 vsize=414352 CPUtime=15.98 cores=0,2,4,6
/proc/6147/stat : 6147 (qutersat_releas) R 6145 6147 5259 0 -1 4202496 87233 0 0 0 1590 8 0 0 25 0 1 0 667163892 424296448 87150 33554432000 4194304 6014671 140735885762224 18446744073709551615 4243291 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/6147/statm: 103588 87150 728 445 0 97133 0
Current children cumulated CPU time (s) 15.98
Current children cumulated vsize (KiB) 414352

[startup+17.6005 s]
/proc/loadavg: 2.08 1.84 1.49 3/437 6148
/proc/meminfo: memFree=24756696/32951124 swapFree=64205392/67111528
[pid=6147] ppid=6145 vsize=422556 CPUtime=17.6 cores=0,2,4,6
/proc/6147/stat : 6147 (qutersat_releas) R 6145 6147 5259 0 -1 4202496 89412 0 0 0 1751 9 0 0 25 0 1 0 667163892 432697344 89285 33554432000 4194304 6014671 140735885762224 18446744073709551615 4423539 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/6147/statm: 105639 89285 728 445 0 99184 0
Current children cumulated CPU time (s) 17.6
Current children cumulated vsize (KiB) 422556

[startup+18.4003 s]
/proc/loadavg: 2.08 1.84 1.49 3/437 6148
/proc/meminfo: memFree=24756696/32951124 swapFree=64205392/67111528
[pid=6147] ppid=6145 vsize=422556 CPUtime=18.39 cores=0,2,4,6
/proc/6147/stat : 6147 (qutersat_releas) R 6145 6147 5259 0 -1 4202496 92519 0 0 0 1830 9 0 0 25 0 1 0 667163892 432697344 92325 33554432000 4194304 6014671 140735885762224 18446744073709551615 4377916 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/6147/statm: 105639 92325 728 445 0 99184 0
Current children cumulated CPU time (s) 18.39
Current children cumulated vsize (KiB) 422556

[startup+19.2012 s]
/proc/loadavg: 2.08 1.84 1.49 3/437 6148
/proc/meminfo: memFree=24740692/32951124 swapFree=64205392/67111528
[pid=6147] ppid=6145 vsize=422556 CPUtime=19.19 cores=0,2,4,6
/proc/6147/stat : 6147 (qutersat_releas) R 6145 6147 5259 0 -1 4202496 92611 0 0 0 1910 9 0 0 25 0 1 0 667163892 432697344 92417 33554432000 4194304 6014671 140735885762224 18446744073709551615 4424118 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/6147/statm: 105639 92417 728 445 0 99184 0
Current children cumulated CPU time (s) 19.19
Current children cumulated vsize (KiB) 422556

[startup+19.6011 s]
/proc/loadavg: 2.08 1.84 1.49 3/437 6148
/proc/meminfo: memFree=24740692/32951124 swapFree=64205392/67111528
[pid=6147] ppid=6145 vsize=422556 CPUtime=19.59 cores=0,2,4,6
/proc/6147/stat : 6147 (qutersat_releas) R 6145 6147 5259 0 -1 4202496 92625 0 0 0 1950 9 0 0 25 0 1 0 667163892 432697344 92374 33554432000 4194304 6014671 140735885762224 18446744073709551615 4807783 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/6147/statm: 105639 92374 728 445 0 99184 0
Current children cumulated CPU time (s) 19.59
Current children cumulated vsize (KiB) 422556

Child status: 0
Real time (s): 19.6299
CPU time (s): 19.627
CPU user time (s): 19.514
CPU system time (s): 0.112982
CPU usage (%): 99.9852
Max. virtual memory (cumulated for all children) (KiB): 422556

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

runsolver used 0.094985 second user time and 0.19197 second system time

The end

Launcher Data

Begin job on node136 at 2011-05-16 16:20:59
IDJOB=3384532
IDBENCH=88178
IDSOLVER=1868
FILE ID=node136/3384532-1305555658
RUNJOBID= node136-1305555213-6061
PBS_JOBID= 13329217
Free space on /tmp= 72944 MiB

SOLVER NAME= QuteRSat 2011-05-12 (fixed)
BENCH NAME= SAT-Race-2010-CNF/software-verification/nec/hard-6-U-7061.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3384532-1305555658/watcher-3384532-1305555658 -o /tmp/evaluation-result-3384532-1305555658/solver-3384532-1305555658 -C 5000 -W 5100 -M 15500  qutersat_release HOME/instance-3384532-1305555658.cnf 1441303310

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= b15321a24257fa4bdfd9c20c782f4c0e
RANDOM SEED=1441303310

node136.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.809
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.61
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.809
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	: 5332.75
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.809
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.809
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.76
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.809
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.809
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.809
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.809
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      25114492 kB
Buffers:         26348 kB
Cached:         608732 kB
SwapCached:      24924 kB
Active:        1153800 kB
Inactive:      6479564 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25114492 kB
SwapTotal:    67111528 kB
SwapFree:     64205392 kB
Dirty:           24456 kB
Writeback:           0 kB
AnonPages:     6979544 kB
Mapped:          34808 kB
Slab:            85432 kB
PageTables:      52816 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 122622960 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= 72944 MiB
End job on node136 at 2011-05-16 16:21:19