Trace number 3377114

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 342.182 345.328

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
grid-strips-grid-y-3.035-NOTKNOWN.cnf
MD5SUMa85b6db657886fb2a1a46ae1fe4d7999
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark206.556
Satisfiable
(Un)Satisfiability was proved
Number of variables257380
Number of clauses2139615
Sum of the clauses size5163755
Maximum clause length541
Minimum clause length1
Number of clauses of size 1625
Number of clauses of size 22096290
Number of clauses of size 30
Number of clauses of size 4280
Number of clauses of size 51400
Number of clauses of size over 541020

Solver Data

0.00/3.15	c Set FPU double precision.
0.74/3.93	c Parse Cnf success: #var: 257380 #clause: 2139615
0.74/3.93	c Find Units :        625
0.94/4.12	c Find Invs  :        350
1.14/4.31	c Find Ands  :       1050 AvgFaninNum: 9
1.14/4.32	c Find Xors  :          0 AvgFaninNum: nan
1.14/4.32	c Find Ite   :          0
1.14/4.32	c UnDirect variable: 0
1.14/4.32	c UnDirect to Direct Gate: 0
1.14/4.32	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
1.14/4.32	c Break Cycle : 96
1.14/4.32	c Total Root : 10 Undef Var: 256766
1.14/4.33	c After covering, Total Root: 107 Leaf: 3511
1.14/4.33	c Variable( cover/uncovered/unused ): 4125 253255 0
1.14/4.33	c Unit Clauses: 625
1.14/4.33	c Binary Clauses( cover/uncovered ): 5526 2090764
1.14/4.33	c Clauses( cover/uncovered ): 614 42086
1.14/4.33	c Total Clauses( cover/uncovered ): 6765 2132850 0.316178%
1.14/4.33	c Covered Ands: 614 Invs: 0 Xors: 0 Ites: 0
2.64/5.88	c Uncover Clauses avg size: 2.41271 max size: 541
3.45/6.68	c Final circuit: i/l/o/s  256151       0 1841788   2374563
3.45/6.68	c CnfToAig: Time: 2.76 s
4.24/7.41	c TmMap: Set choices finish.
5.34/8.50	c TmMap: Set big and: 1900991
5.34/8.50	c TmMap: Origin: 2630715 ClauseNum: 7123689 --> New: 2157143 ClauseNum: 6189312
5.34/8.50	c TmMap: Time: 1.31
5.66/8.84	c Try to Add: #clause: 3801982 #xorclause: 0
6.14/9.33	c #var: 315354 #clauses: 125814 Solving... 
341.95/345.19	s UNSATISFIABLE
342.05/345.24	c CPU time: 342.09 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-3377114-1305468261/watcher-3377114-1305468261 -o /tmp/evaluation-result-3377114-1305468261/solver-3377114-1305468261 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3377114-1305468261.cnf 1741586969 

running on 2 cores: 4,6

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: 3.75 4.14 5.26 4/440 23616
/proc/meminfo: memFree=21832556/32951124 swapFree=51873468/67111528
[pid=23616] ppid=23614 vsize=6420 CPUtime=0 cores=4,6
/proc/23616/stat : 23616 (qutersat_releas) D 23614 23616 23574 0 -1 4194304 92 0 0 0 0 0 0 0 23 0 1 0 639242489 6574080 47 33554432000 4194304 6014671 140736480359584 18446744073709551615 212034731751 0 0 4096 0 18446744071562234166 0 0 17 4 0 0 0
/proc/23616/statm: 1605 47 37 445 0 66 0

[startup+0.104986 s]
/proc/loadavg: 3.75 4.14 5.26 4/440 23616
/proc/meminfo: memFree=21832556/32951124 swapFree=51873468/67111528
[pid=23616] ppid=23614 vsize=6420 CPUtime=0 cores=4,6
/proc/23616/stat : 23616 (qutersat_releas) D 23614 23616 23574 0 -1 4194304 92 0 0 0 0 0 0 0 23 0 1 0 639242489 6574080 47 33554432000 4194304 6014671 140736480359584 18446744073709551615 212034731751 0 0 4096 0 18446744071562234166 0 0 17 4 0 0 0
/proc/23616/statm: 1605 47 37 445 0 66 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 6420

[startup+0.200952 s]
/proc/loadavg: 3.75 4.14 5.26 4/440 23616
/proc/meminfo: memFree=21832556/32951124 swapFree=51873468/67111528
[pid=23616] ppid=23614 vsize=6420 CPUtime=0 cores=4,6
/proc/23616/stat : 23616 (qutersat_releas) D 23614 23616 23574 0 -1 4194304 92 0 0 0 0 0 0 0 23 0 1 0 639242489 6574080 47 33554432000 4194304 6014671 140736480359584 18446744073709551615 212034731751 0 0 4096 0 18446744071562234166 0 0 17 4 0 0 0
/proc/23616/statm: 1605 47 37 445 0 66 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 6420

[startup+0.300941 s]
/proc/loadavg: 3.75 4.14 5.26 4/440 23616
/proc/meminfo: memFree=21832556/32951124 swapFree=51873468/67111528
[pid=23616] ppid=23614 vsize=6420 CPUtime=0 cores=4,6
/proc/23616/stat : 23616 (qutersat_releas) D 23614 23616 23574 0 -1 4194304 92 0 0 0 0 0 0 0 23 0 1 0 639242489 6574080 47 33554432000 4194304 6014671 140736480359584 18446744073709551615 212034731751 0 0 4096 0 18446744071562234166 0 0 17 4 0 0 0
/proc/23616/statm: 1605 47 37 445 0 66 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 6420

[startup+0.700869 s]
/proc/loadavg: 3.75 4.14 5.26 4/440 23616
/proc/meminfo: memFree=21832556/32951124 swapFree=51873468/67111528
[pid=23616] ppid=23614 vsize=6420 CPUtime=0 cores=4,6
/proc/23616/stat : 23616 (qutersat_releas) D 23614 23616 23574 0 -1 4194304 92 0 0 0 0 0 0 0 23 0 1 0 639242489 6574080 47 33554432000 4194304 6014671 140736480359584 18446744073709551615 212034731751 0 0 4096 0 18446744071562234166 0 0 17 4 0 0 0
/proc/23616/statm: 1605 47 37 445 0 66 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 6420

[startup+1.50074 s]
/proc/loadavg: 3.75 4.14 5.26 3/444 23623
/proc/meminfo: memFree=21734284/32951124 swapFree=51873468/67111528
[pid=23616] ppid=23614 vsize=6420 CPUtime=0 cores=4,6
/proc/23616/stat : 23616 (qutersat_releas) D 23614 23616 23574 0 -1 4194304 92 0 0 0 0 0 0 0 23 0 1 0 639242489 6574080 47 33554432000 4194304 6014671 140736480359584 18446744073709551615 212034731751 0 0 4096 0 18446744071562234166 0 0 17 4 0 0 0
/proc/23616/statm: 1605 47 37 445 0 66 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 6420

[startup+3.10045 s]
/proc/loadavg: 4.01 4.19 5.27 3/444 23623
/proc/meminfo: memFree=21646332/32951124 swapFree=51873468/67111528
[pid=23616] ppid=23614 vsize=8712 CPUtime=0 cores=4,6
/proc/23616/stat : 23616 (qutersat_releas) D 23614 23616 23574 0 -1 4194304 92 0 0 0 0 0 0 0 18 0 1 0 639242489 8921088 47 33554432000 4194304 6014671 140736480359584 18446744073709551615 212034735638 0 0 4096 0 18446744071562154983 0 0 17 4 0 0 164
/proc/23616/statm: 2178 47 37 445 0 66 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8712
heavy processes:

[startup+6.30088 s]
/proc/loadavg: 4.01 4.19 5.27 5/445 23629
/proc/meminfo: memFree=20765912/32951124 swapFree=51873468/67111528
[pid=23616] ppid=23614 vsize=608320 CPUtime=3.14 cores=4,6
/proc/23616/stat : 23616 (qutersat_releas) R 23614 23616 23574 0 -1 4202496 131176 0 2 0 298 16 0 0 25 0 1 0 639242489 622919680 131067 33554432000 4194304 6014671 140736480359584 18446744073709551615 4260216 0 0 4096 16386 0 0 0 17 4 0 0 315
/proc/23616/statm: 152080 131067 668 445 0 145625 0
Current children cumulated CPU time (s) 3.14
Current children cumulated vsize (KiB) 608320
heavy processes:

[startup+12.7007 s]
/proc/loadavg: 4.38 4.27 5.28 5/450 23635
/proc/meminfo: memFree=18208256/32951124 swapFree=51873468/67111528
[pid=23616] ppid=23614 vsize=1049656 CPUtime=9.54 cores=4,6
/proc/23616/stat : 23616 (qutersat_releas) R 23614 23616 23574 0 -1 4202496 237689 0 2 0 925 29 0 0 25 0 1 0 639242489 1074847744 237580 33554432000 4194304 6014671 140736480359584 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 315
/proc/23616/statm: 262414 237580 702 445 0 255959 0
Current children cumulated CPU time (s) 9.54
Current children cumulated vsize (KiB) 1049656
heavy processes:

[startup+25.5005 s]
/proc/loadavg: 4.39 4.27 5.27 5/450 23635
/proc/meminfo: memFree=13486352/32951124 swapFree=51873468/67111528
[pid=23616] ppid=23614 vsize=1445132 CPUtime=22.34 cores=4,6
/proc/23616/stat : 23616 (qutersat_releas) R 23614 23616 23574 0 -1 4202496 327126 0 2 0 2194 40 0 0 25 0 1 0 639242489 1479815168 327017 33554432000 4194304 6014671 140736480359584 18446744073709551615 4572258 0 0 4096 16386 0 0 0 17 4 0 0 315
/proc/23616/statm: 361283 327017 715 445 0 354828 0
Current children cumulated CPU time (s) 22.34
Current children cumulated vsize (KiB) 1445132

[startup+51.1009 s]
/proc/loadavg: 4.18 4.23 5.23 5/450 23663
/proc/meminfo: memFree=11753884/32951124 swapFree=51873468/67111528
[pid=23616] ppid=23614 vsize=1469932 CPUtime=47.94 cores=4,6
/proc/23616/stat : 23616 (qutersat_releas) R 23614 23616 23574 0 -1 4202496 339744 0 2 0 4751 43 0 0 25 0 1 0 639242489 1505210368 339633 33554432000 4194304 6014671 140736480359584 18446744073709551615 4378816 0 0 4096 16386 0 0 0 17 4 0 0 315
/proc/23616/statm: 367483 339633 723 445 0 361028 0
Current children cumulated CPU time (s) 47.94
Current children cumulated vsize (KiB) 1469932

[startup+102.301 s]
/proc/loadavg: 4.22 4.24 5.17 5/450 23718
/proc/meminfo: memFree=14969920/32951124 swapFree=51873468/67111528
[pid=23616] ppid=23614 vsize=1755116 CPUtime=99.16 cores=4,6
/proc/23616/stat : 23616 (qutersat_releas) R 23614 23616 23574 0 -1 4202496 358114 0 2 0 9870 46 0 0 25 0 1 0 639242489 1797238784 358003 33554432000 4194304 6014671 140736480359584 18446744073709551615 4372446 0 0 4096 16386 0 0 0 17 4 0 0 315
/proc/23616/statm: 438779 358003 723 445 0 432324 0
Current children cumulated CPU time (s) 99.16
Current children cumulated vsize (KiB) 1755116

[startup+162.301 s]
/proc/loadavg: 4.09 4.19 5.10 5/450 23747
/proc/meminfo: memFree=14205960/32951124 swapFree=51873468/67111528
[pid=23616] ppid=23614 vsize=1791260 CPUtime=159.14 cores=4,6
/proc/23616/stat : 23616 (qutersat_releas) R 23614 23616 23574 0 -1 4202496 375152 0 2 0 15865 49 0 0 25 0 1 0 639242489 1834250240 375041 33554432000 4194304 6014671 140736480359584 18446744073709551615 4372109 0 0 4096 16386 0 0 0 17 4 0 0 315
/proc/23616/statm: 447815 375041 724 445 0 441360 0
Current children cumulated CPU time (s) 159.14
Current children cumulated vsize (KiB) 1791260

[startup+222.317 s]
/proc/loadavg: 4.03 4.15 5.03 5/450 23749
/proc/meminfo: memFree=13345332/32951124 swapFree=51873468/67111528
[pid=23616] ppid=23614 vsize=2068016 CPUtime=219.16 cores=4,6
/proc/23616/stat : 23616 (qutersat_releas) R 23614 23616 23574 0 -1 4202496 461630 0 2 0 21858 58 0 0 25 0 1 0 639242489 2117648384 461517 33554432000 4194304 6014671 140736480359584 18446744073709551615 4372109 0 0 4096 16386 0 0 0 17 4 0 0 315
/proc/23616/statm: 517004 461517 728 445 0 510549 0
Current children cumulated CPU time (s) 219.16
Current children cumulated vsize (KiB) 2068016

[startup+282.301 s]
/proc/loadavg: 4.13 4.16 4.97 5/450 23750
/proc/meminfo: memFree=13155724/32951124 swapFree=51873468/67111528
[pid=23616] ppid=23614 vsize=2360772 CPUtime=279.14 cores=4,6
/proc/23616/stat : 23616 (qutersat_releas) R 23614 23616 23574 0 -1 4202496 480701 0 2 0 27853 61 0 0 25 0 1 0 639242489 2417430528 480486 33554432000 4194304 6014671 140736480359584 18446744073709551615 4423856 0 0 4096 16386 0 0 0 17 4 0 0 315
/proc/23616/statm: 590193 480486 728 445 0 583738 0
Current children cumulated CPU time (s) 279.14
Current children cumulated vsize (KiB) 2360772

[startup+342.301 s]
/proc/loadavg: 4.13 4.15 4.92 5/450 23752
/proc/meminfo: memFree=12320056/32951124 swapFree=51873468/67111528
[pid=23616] ppid=23614 vsize=2580952 CPUtime=339.15 cores=4,6
/proc/23616/stat : 23616 (qutersat_releas) R 23614 23616 23574 0 -1 4202496 563607 0 2 0 33845 70 0 0 25 0 1 0 639242489 2642894848 563307 33554432000 4194304 6014671 140736480359584 18446744073709551615 4372456 0 0 4096 16386 0 0 0 17 4 0 0 315
/proc/23616/statm: 645238 563307 728 445 0 638783 0
Current children cumulated CPU time (s) 339.15
Current children cumulated vsize (KiB) 2580952

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

[startup+342.401 s]
/proc/loadavg: 4.13 4.15 4.92 5/450 23752
/proc/meminfo: memFree=12320056/32951124 swapFree=51873468/67111528
[pid=23616] ppid=23614 vsize=2580952 CPUtime=339.25 cores=4,6
/proc/23616/stat : 23616 (qutersat_releas) R 23614 23616 23574 0 -1 4202496 563607 0 2 0 33855 70 0 0 25 0 1 0 639242489 2642894848 563307 33554432000 4194304 6014671 140736480359584 18446744073709551615 4372387 0 0 4096 16386 0 0 0 17 4 0 0 315
/proc/23616/statm: 645238 563307 728 445 0 638783 0
Current children cumulated CPU time (s) 339.25
Current children cumulated vsize (KiB) 2580952

[startup+344.001 s]
/proc/loadavg: 4.13 4.15 4.92 5/450 23752
/proc/meminfo: memFree=12318692/32951124 swapFree=51873468/67111528
[pid=23616] ppid=23614 vsize=2580952 CPUtime=340.85 cores=4,6
/proc/23616/stat : 23616 (qutersat_releas) R 23614 23616 23574 0 -1 4202496 563671 0 2 0 34015 70 0 0 25 0 1 0 639242489 2642894848 563371 33554432000 4194304 6014671 140736480359584 18446744073709551615 4372266 0 0 4096 16386 0 0 0 17 4 0 0 315
/proc/23616/statm: 645238 563371 728 445 0 638783 0
Current children cumulated CPU time (s) 340.85
Current children cumulated vsize (KiB) 2580952

[startup+344.8 s]
/proc/loadavg: 4.13 4.15 4.92 5/450 23752
/proc/meminfo: memFree=12315964/32951124 swapFree=51873468/67111528
[pid=23616] ppid=23614 vsize=2580952 CPUtime=341.65 cores=4,6
/proc/23616/stat : 23616 (qutersat_releas) R 23614 23616 23574 0 -1 4202496 563672 0 2 0 34095 70 0 0 25 0 1 0 639242489 2642894848 563372 33554432000 4194304 6014671 140736480359584 18446744073709551615 4377916 0 0 4096 16386 0 0 0 17 4 0 0 315
/proc/23616/statm: 645238 563372 728 445 0 638783 0
Current children cumulated CPU time (s) 341.65
Current children cumulated vsize (KiB) 2580952

[startup+345.2 s]
/proc/loadavg: 4.13 4.15 4.92 5/450 23752
/proc/meminfo: memFree=12315964/32951124 swapFree=51873468/67111528
[pid=23616] ppid=23614 vsize=2580952 CPUtime=342.05 cores=4,6
/proc/23616/stat : 23616 (qutersat_releas) R 23614 23616 23574 0 -1 4202496 563672 0 2 0 34135 70 0 0 25 0 1 0 639242489 2642894848 563072 33554432000 4194304 6014671 140736480359584 18446744073709551615 4808228 0 0 4096 16386 0 0 0 17 4 0 0 315
/proc/23616/statm: 645238 563072 728 445 0 638783 0
Current children cumulated CPU time (s) 342.05
Current children cumulated vsize (KiB) 2580952

[startup+345.3 s]
/proc/loadavg: 4.13 4.15 4.92 5/450 23752
/proc/meminfo: memFree=12315964/32951124 swapFree=51873468/67111528
[pid=23616] ppid=23614 vsize=0 CPUtime=342.15 cores=4,6
/proc/23616/stat : 23616 (qutersat_releas) R 23614 23616 23574 0 -1 4202500 563676 0 2 0 34139 76 0 0 25 0 1 0 639242489 0 0 33554432000 0 0 0 0 0 0 0 4096 16386 18446744073709551615 0 0 17 4 0 0 315
/proc/23616/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 342.15
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 345.328
CPU time (s): 342.182
CPU user time (s): 341.392
CPU system time (s): 0.789879
CPU usage (%): 99.089
Max. virtual memory (cumulated for all children) (KiB): 2580952

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 341.392
system time used= 0.789879
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 563676
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 24
involuntary context switches= 331

runsolver used 1.59176 second user time and 3.49247 second system time

The end

Launcher Data

Begin job on node146 at 2011-05-15 16:04:22
IDJOB=3377114
IDBENCH=82403
IDSOLVER=1856
FILE ID=node146/3377114-1305468261
RUNJOBID= node146-1305468261-23593
PBS_JOBID= 13325328
Free space on /tmp= 73148 MiB

SOLVER NAME= QuteRSat 2011-05-12 (fixed)
BENCH NAME= SAT11/application/rintanen/SATPlanning/grid-strips-grid-y-3.035-NOTKNOWN.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3377114-1305468261/watcher-3377114-1305468261 -o /tmp/evaluation-result-3377114-1305468261/solver-3377114-1305468261 -C 2400 -W 1300 -M 7680  qutersat_release HOME/instance-3377114-1305468261.cnf 1741586969

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

MD5SUM BENCH= a85b6db657886fb2a1a46ae1fe4d7999
RANDOM SEED=1741586969

node146.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.830
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.830
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.830
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.830
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.86
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.830
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.830
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.830
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.830
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:      21833208 kB
Buffers:        161564 kB
Cached:        1195260 kB
SwapCached:      56140 kB
Active:        8198896 kB
Inactive:      2648124 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21833208 kB
SwapTotal:    67111528 kB
SwapFree:     51873468 kB
Dirty:          152204 kB
Writeback:           0 kB
AnonPages:     9440576 kB
Mapped:          22732 kB
Slab:           119324 kB
PageTables:      81520 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 118945568 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= 73060 MiB
End job on node146 at 2011-05-15 16:10:08