Trace number 3261871

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
SApperloT2010 2011-03-04UNSAT 415.696 415.688

General information on the benchmark

Namecrafted/kullmann/GreenTao/
GreenTaok1k2/GreenTao_2-3-5_528.cnf
MD5SUM7c7070bd15b57ddd9a06dd3709baef54
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark157.607
Satisfiable
(Un)Satisfiability was proved
Number of variables527
Number of clauses12692
Sum of the clauses size38748
Maximum clause length5
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 312356
Number of clauses of size 40
Number of clauses of size 5336
Number of clauses of size over 50

Solver Data

415.59/415.67	c Solved by BasicSolver 
415.59/415.67	
415.59/415.67	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-3261871-1303540212/watcher-3261871-1303540212 -o /tmp/evaluation-result-3261871-1303540212/solver-3261871-1303540212 -C 2400 -W 1300 -M 7680 SApperloT2010 HOME/instance-3261871-1303540212.cnf 

running on 2 cores: 0,2

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.04 3.31 1.70 4/189 22298
/proc/meminfo: memFree=14051592/32951124 swapFree=67111528/67111528
[pid=22298] ppid=22296 vsize=12472 CPUtime=0 cores=0,2
/proc/22298/stat : 22298 (SApperloT2010) R 22296 22298 22113 0 -1 4202496 510 0 0 0 0 0 0 0 25 0 1 0 446436475 12771328 450 33554432000 4194304 4395502 140736126541392 18446744073709551615 254261277381 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/22298/statm: 3118 451 249 50 0 258 0

[startup+0.063079 s]
/proc/loadavg: 4.04 3.31 1.70 4/189 22298
/proc/meminfo: memFree=14051592/32951124 swapFree=67111528/67111528
[pid=22298] ppid=22296 vsize=14816 CPUtime=0.06 cores=0,2
/proc/22298/stat : 22298 (SApperloT2010) R 22296 22298 22113 0 -1 4202496 1156 0 0 0 6 0 0 0 25 0 1 0 446436475 15171584 1077 33554432000 4194304 4395502 140736126541392 18446744073709551615 4299642 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/22298/statm: 3704 1077 267 50 0 844 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 14816

[startup+0.101097 s]
/proc/loadavg: 4.04 3.31 1.70 4/189 22298
/proc/meminfo: memFree=14051592/32951124 swapFree=67111528/67111528
[pid=22298] ppid=22296 vsize=15356 CPUtime=0.09 cores=0,2
/proc/22298/stat : 22298 (SApperloT2010) R 22296 22298 22113 0 -1 4202496 1271 0 0 0 9 0 0 0 25 0 1 0 446436475 15724544 1192 33554432000 4194304 4395502 140736126541392 18446744073709551615 4299114 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/22298/statm: 3839 1192 267 50 0 979 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15356

[startup+0.301058 s]
/proc/loadavg: 4.04 3.31 1.70 4/189 22298
/proc/meminfo: memFree=14051592/32951124 swapFree=67111528/67111528
[pid=22298] ppid=22296 vsize=16156 CPUtime=0.29 cores=0,2
/proc/22298/stat : 22298 (SApperloT2010) R 22296 22298 22113 0 -1 4202496 1470 0 0 0 29 0 0 0 25 0 1 0 446436475 16543744 1391 33554432000 4194304 4395502 140736126541392 18446744073709551615 4299620 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/22298/statm: 4039 1391 267 50 0 1179 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 16156

[startup+0.700992 s]
/proc/loadavg: 4.04 3.31 1.70 4/189 22298
/proc/meminfo: memFree=14051592/32951124 swapFree=67111528/67111528
[pid=22298] ppid=22296 vsize=17520 CPUtime=0.69 cores=0,2
/proc/22298/stat : 22298 (SApperloT2010) R 22296 22298 22113 0 -1 4202496 1813 0 0 0 69 0 0 0 25 0 1 0 446436475 17940480 1734 33554432000 4194304 4395502 140736126541392 18446744073709551615 4299653 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/22298/statm: 4380 1734 267 50 0 1520 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 17520

[startup+1.50086 s]
/proc/loadavg: 4.04 3.31 1.70 5/190 22299
/proc/meminfo: memFree=14044520/32951124 swapFree=67111528/67111528
[pid=22298] ppid=22296 vsize=19132 CPUtime=1.49 cores=0,2
/proc/22298/stat : 22298 (SApperloT2010) R 22296 22298 22113 0 -1 4202496 2165 0 0 0 149 0 0 0 25 0 1 0 446436475 19591168 2086 33554432000 4194304 4395502 140736126541392 18446744073709551615 4288155 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/22298/statm: 4783 2086 267 50 0 1923 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 19132

[startup+3.10057 s]
/proc/loadavg: 4.04 3.31 1.70 5/190 22299
/proc/meminfo: memFree=14042288/32951124 swapFree=67111528/67111528
[pid=22298] ppid=22296 vsize=20584 CPUtime=3.09 cores=0,2
/proc/22298/stat : 22298 (SApperloT2010) R 22296 22298 22113 0 -1 4202496 2504 0 0 0 309 0 0 0 25 0 1 0 446436475 21078016 2425 33554432000 4194304 4395502 140736126541392 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/22298/statm: 5146 2425 267 50 0 2286 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 20584

[startup+6.30098 s]
/proc/loadavg: 4.03 3.32 1.72 5/190 22299
/proc/meminfo: memFree=14033336/32951124 swapFree=67111528/67111528
[pid=22298] ppid=22296 vsize=23472 CPUtime=6.29 cores=0,2
/proc/22298/stat : 22298 (SApperloT2010) R 22296 22298 22113 0 -1 4202496 3181 0 0 0 629 0 0 0 25 0 1 0 446436475 24035328 3102 33554432000 4194304 4395502 140736126541392 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/22298/statm: 5868 3102 267 50 0 3008 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 23472

[startup+12.7008 s]
/proc/loadavg: 4.03 3.33 1.73 5/190 22299
/proc/meminfo: memFree=14022812/32951124 swapFree=67111528/67111528
[pid=22298] ppid=22296 vsize=28664 CPUtime=12.69 cores=0,2
/proc/22298/stat : 22298 (SApperloT2010) R 22296 22298 22113 0 -1 4202496 4363 0 0 0 1269 0 0 0 25 0 1 0 446436475 29351936 4284 33554432000 4194304 4395502 140736126541392 18446744073709551615 4292811 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/22298/statm: 7166 4284 267 50 0 4306 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 28664

[startup+25.5006 s]
/proc/loadavg: 4.02 3.36 1.76 5/190 22299
/proc/meminfo: memFree=14009168/32951124 swapFree=67111528/67111528
[pid=22298] ppid=22296 vsize=35140 CPUtime=25.49 cores=0,2
/proc/22298/stat : 22298 (SApperloT2010) R 22296 22298 22113 0 -1 4202496 5870 0 0 0 2548 1 0 0 25 0 1 0 446436475 35983360 5791 33554432000 4194304 4395502 140736126541392 18446744073709551615 4299540 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/22298/statm: 8785 5791 267 50 0 5925 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 35140

[startup+51.1011 s]
/proc/loadavg: 4.01 3.41 1.82 5/190 22300
/proc/meminfo: memFree=13975792/32951124 swapFree=67111528/67111528
[pid=22298] ppid=22296 vsize=47216 CPUtime=51.09 cores=0,2
/proc/22298/stat : 22298 (SApperloT2010) R 22296 22298 22113 0 -1 4202496 8759 0 0 0 5107 2 0 0 25 0 1 0 446436475 48349184 8680 33554432000 4194304 4395502 140736126541392 18446744073709551615 4299151 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/22298/statm: 11804 8680 267 50 0 8944 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 47216

[startup+102.307 s]
/proc/loadavg: 4.00 3.50 1.93 5/190 22301
/proc/meminfo: memFree=13903492/32951124 swapFree=67111528/67111528
[pid=22298] ppid=22296 vsize=67384 CPUtime=102.3 cores=0,2
/proc/22298/stat : 22298 (SApperloT2010) R 22296 22298 22113 0 -1 4202496 13682 0 0 0 10226 4 0 0 25 0 1 0 446436475 69001216 13603 33554432000 4194304 4395502 140736126541392 18446744073709551615 4291703 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/22298/statm: 16846 13603 267 50 0 13986 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 67384

[startup+162.3 s]
/proc/loadavg: 4.00 3.59 2.06 5/190 22303
/proc/meminfo: memFree=13831052/32951124 swapFree=67111528/67111528
[pid=22298] ppid=22296 vsize=89348 CPUtime=162.29 cores=0,2
/proc/22298/stat : 22298 (SApperloT2010) R 22296 22298 22113 0 -1 4202496 19069 0 0 0 16223 6 0 0 25 0 1 0 446436475 91492352 18990 33554432000 4194304 4395502 140736126541392 18446744073709551615 4328536 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/22298/statm: 22337 18990 267 50 0 19477 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 89348

[startup+222.301 s]
/proc/loadavg: 4.03 3.67 2.18 5/190 22305
/proc/meminfo: memFree=13752028/32951124 swapFree=67111528/67111528
[pid=22298] ppid=22296 vsize=117536 CPUtime=222.29 cores=0,2
/proc/22298/stat : 22298 (SApperloT2010) R 22296 22298 22113 0 -1 4202496 26011 0 0 0 22220 9 0 0 25 0 1 0 446436475 120356864 25932 33554432000 4194304 4395502 140736126541392 18446744073709551615 4289188 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/22298/statm: 29384 25932 267 50 0 26524 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 117536

[startup+282.3 s]
/proc/loadavg: 4.01 3.73 2.29 5/190 22306
/proc/meminfo: memFree=13690748/32951124 swapFree=67111528/67111528
[pid=22298] ppid=22296 vsize=139360 CPUtime=282.3 cores=0,2
/proc/22298/stat : 22298 (SApperloT2010) R 22296 22298 22113 0 -1 4202496 31437 0 0 0 28219 11 0 0 25 0 1 0 446436475 142704640 31358 33554432000 4194304 4395502 140736126541392 18446744073709551615 4299678 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/22298/statm: 34840 31358 267 50 0 31980 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 139360

[startup+342.301 s]
/proc/loadavg: 4.00 3.78 2.40 5/190 22308
/proc/meminfo: memFree=13629960/32951124 swapFree=67111528/67111528
[pid=22298] ppid=22296 vsize=148960 CPUtime=342.29 cores=0,2
/proc/22298/stat : 22298 (SApperloT2010) R 22296 22298 22113 0 -1 4202496 33747 0 0 0 34218 11 0 0 25 0 1 0 446436475 152535040 33668 33554432000 4194304 4395502 140736126541392 18446744073709551615 4292806 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/22298/statm: 37240 33668 267 50 0 34380 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 148960

[startup+402.301 s]
/proc/loadavg: 4.00 3.81 2.49 5/190 22309
/proc/meminfo: memFree=13538804/32951124 swapFree=67111528/67111528
[pid=22298] ppid=22296 vsize=179932 CPUtime=402.29 cores=0,2
/proc/22298/stat : 22298 (SApperloT2010) R 22296 22298 22113 0 -1 4202496 41446 0 0 0 40215 14 0 0 25 0 1 0 446436475 184250368 41367 33554432000 4194304 4395502 140736126541392 18446744073709551615 4299630 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/22298/statm: 44983 41367 267 50 0 42123 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 179932

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

[startup+403.101 s]
/proc/loadavg: 4.00 3.82 2.50 5/190 22309
/proc/meminfo: memFree=13537068/32951124 swapFree=67111528/67111528
[pid=22298] ppid=22296 vsize=179932 CPUtime=403.09 cores=0,2
/proc/22298/stat : 22298 (SApperloT2010) R 22296 22298 22113 0 -1 4202496 41450 0 0 0 40295 14 0 0 25 0 1 0 446436475 184250368 41371 33554432000 4194304 4395502 140736126541392 18446744073709551615 4299514 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/22298/statm: 44983 41371 267 50 0 42123 0
Current children cumulated CPU time (s) 403.09
Current children cumulated vsize (KiB) 179932

[startup+409.501 s]
/proc/loadavg: 4.00 3.82 2.51 5/190 22309
/proc/meminfo: memFree=13532728/32951124 swapFree=67111528/67111528
[pid=22298] ppid=22296 vsize=184024 CPUtime=409.49 cores=0,2
/proc/22298/stat : 22298 (SApperloT2010) R 22296 22298 22113 0 -1 4202496 42452 0 0 0 40934 15 0 0 25 0 1 0 446436475 188440576 42373 33554432000 4194304 4395502 140736126541392 18446744073709551615 4299608 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/22298/statm: 46006 42373 267 50 0 43146 0
Current children cumulated CPU time (s) 409.49
Current children cumulated vsize (KiB) 184024

[startup+412.7 s]
/proc/loadavg: 4.00 3.82 2.52 5/190 22310
/proc/meminfo: memFree=13529628/32951124 swapFree=67111528/67111528
[pid=22298] ppid=22296 vsize=184820 CPUtime=412.69 cores=0,2
/proc/22298/stat : 22298 (SApperloT2010) R 22296 22298 22113 0 -1 4202496 42654 0 0 0 41254 15 0 0 25 0 1 0 446436475 189255680 42575 33554432000 4194304 4395502 140736126541392 18446744073709551615 4299749 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/22298/statm: 46205 42575 267 50 0 43345 0
Current children cumulated CPU time (s) 412.69
Current children cumulated vsize (KiB) 184820

[startup+414.301 s]
/proc/loadavg: 4.00 3.82 2.52 5/190 22310
/proc/meminfo: memFree=13529256/32951124 swapFree=67111528/67111528
[pid=22298] ppid=22296 vsize=184820 CPUtime=414.3 cores=0,2
/proc/22298/stat : 22298 (SApperloT2010) R 22296 22298 22113 0 -1 4202496 42689 0 0 0 41415 15 0 0 25 0 1 0 446436475 189255680 42610 33554432000 4194304 4395502 140736126541392 18446744073709551615 4299549 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/22298/statm: 46205 42610 267 50 0 43345 0
Current children cumulated CPU time (s) 414.3
Current children cumulated vsize (KiB) 184820

[startup+415.101 s]
/proc/loadavg: 4.00 3.82 2.52 5/190 22310
/proc/meminfo: memFree=13529132/32951124 swapFree=67111528/67111528
[pid=22298] ppid=22296 vsize=184820 CPUtime=415.09 cores=0,2
/proc/22298/stat : 22298 (SApperloT2010) R 22296 22298 22113 0 -1 4202496 42689 0 0 0 41494 15 0 0 25 0 1 0 446436475 189255680 42610 33554432000 4194304 4395502 140736126541392 18446744073709551615 4293001 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/22298/statm: 46205 42610 267 50 0 43345 0
Current children cumulated CPU time (s) 415.09
Current children cumulated vsize (KiB) 184820

[startup+415.501 s]
/proc/loadavg: 4.00 3.82 2.52 5/190 22310
/proc/meminfo: memFree=13529132/32951124 swapFree=67111528/67111528
[pid=22298] ppid=22296 vsize=184820 CPUtime=415.49 cores=0,2
/proc/22298/stat : 22298 (SApperloT2010) R 22296 22298 22113 0 -1 4202496 42689 0 0 0 41534 15 0 0 25 0 1 0 446436475 189255680 42610 33554432000 4194304 4395502 140736126541392 18446744073709551615 4299758 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/22298/statm: 46205 42610 267 50 0 43345 0
Current children cumulated CPU time (s) 415.49
Current children cumulated vsize (KiB) 184820

[startup+415.601 s]
/proc/loadavg: 4.00 3.82 2.52 5/190 22310
/proc/meminfo: memFree=13529132/32951124 swapFree=67111528/67111528
[pid=22298] ppid=22296 vsize=184820 CPUtime=415.59 cores=0,2
/proc/22298/stat : 22298 (SApperloT2010) R 22296 22298 22113 0 -1 4202496 42689 0 0 0 41544 15 0 0 25 0 1 0 446436475 189255680 42610 33554432000 4194304 4395502 140736126541392 18446744073709551615 4292116 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/22298/statm: 46205 42610 267 50 0 43345 0
Current children cumulated CPU time (s) 415.59
Current children cumulated vsize (KiB) 184820

Child status: 20
Real time (s): 415.688
CPU time (s): 415.696
CPU user time (s): 415.527
CPU system time (s): 0.168974
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 184820

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

runsolver used 0.733888 second user time and 1.54076 second system time

The end

Launcher Data

Begin job on node140 at 2011-04-23 08:30:12
IDJOB=3261871
IDBENCH=83256
IDSOLVER=1655
FILE ID=node140/3261871-1303540212
RUNJOBID= node140-1303539680-22131
PBS_JOBID= 13143098
Free space on /tmp= 72068 MiB

SOLVER NAME= SApperloT2010 2011-03-04
BENCH NAME= SAT11/crafted/kullmann/GreenTao/GreenTaok1k2/GreenTao_2-3-5_528.cnf
COMMAND LINE= SApperloT2010 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3261871-1303540212/watcher-3261871-1303540212 -o /tmp/evaluation-result-3261871-1303540212/solver-3261871-1303540212 -C 2400 -W 1300 -M 7680  SApperloT2010 HOME/instance-3261871-1303540212.cnf

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

MD5SUM BENCH= 7c7070bd15b57ddd9a06dd3709baef54
RANDOM SEED=391508882

node140.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.833
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.66
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.833
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5226.14
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.833
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.833
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.77
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.833
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.833
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.833
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.833
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      14051624 kB
Buffers:       2350280 kB
Cached:       15158288 kB
SwapCached:          0 kB
Active:       10900816 kB
Inactive:      7441272 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      14051624 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:              28 kB
Writeback:           0 kB
AnonPages:      832200 kB
Mapped:          15576 kB
Slab:           491596 kB
PageTables:       6944 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1047288 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= 72064 MiB
End job on node140 at 2011-04-23 08:37:07