Trace number 3318161

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
minisat hack: MiniSAT 2.2.0-agile-26UNSAT 98.1901 98.2169

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
blocks-blocks-37-1.120-NOTKNOWN.cnf
MD5SUM2a2f6fb35277c8ead36f65de8bb36dbb
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark62.1775
Satisfiable
(Un)Satisfiability was proved
Number of variables516641
Number of clauses9436757
Sum of the clauses size20541437
Maximum clause length1408
Minimum clause length1
Number of clauses of size 11517
Number of clauses of size 29079800
Number of clauses of size 3337440
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 518000

Solver Data

98.07/98.19	WARNING: for repeatability, setting FPU to use double precision
98.07/98.19	============================[ Problem Statistics ]=============================
98.07/98.19	|                                                                             |
98.07/98.19	|  Number of variables:        516641                                         |
98.07/98.19	|  Number of clauses:         8451100                                         |
98.07/98.19	|  Parse time:                   2.54 s                                       |
98.07/98.19	|  Eliminated clauses:           0.01 Mb                                      |
98.07/98.19	|  Simplification time:          7.74 s                                       |
98.07/98.19	|                                                                             |
98.07/98.19	============================[ Search Statistics ]=================================
98.07/98.19	| Conflicts |          ORIGINAL         |          LEARNT          | Progress    |
98.07/98.19	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |     Agility |
98.07/98.19	==================================================================================
98.07/98.19	|       100 |  355643  6342628 13908919 |  2325630       76    860 | 31.139 %  0 |
98.07/98.19	|       250 |  342161  6342628 13908919 |  2558193      201    631 | 33.748 %  0 |
98.07/98.19	|       475 |  342161  6342628 13908919 |  2814012      426    769 | 33.748 %  1 |
98.07/98.19	|       812 |  308090  6342628 13908919 |  3095413      725    612 | 40.343 %  0 |
98.07/98.19	|      1318 |  252547  6342628 13908919 |  3404955     1115    650 | 51.094 %  1 |
98.07/98.19	|      2077 |  231552  3983200  8996104 |  3745450     1480    701 | 55.158 %  0 |
98.07/98.19	|      3216 |  220629  3509735  8002568 |  4119995     2260    851 | 57.272 %  0 |
98.07/98.19	|      4924 |  220065  3495772  7973746 |  4531995     3946    861 | 57.381 %  0 |
98.07/98.19	|      7486 |  220055  3495741  7973684 |  4985195     6501    847 | 57.383 %  0 |
98.07/98.19	|     11330 |  218008  3452063  7883114 |  5483714    10223    847 | 57.779 %  0 |
98.07/98.19	|     17096 |  214346  3415353  7807412 |  6032085    15734    890 | 58.488 %  0 |
98.07/98.19	|     25745 |  204920  3326124  7622301 |  6635294    22852    841 | 60.312 %  0 |
98.07/98.19	===============================================================================
98.07/98.19	restarts              : 109
98.07/98.19	skipped               : 0
98.07/98.19	conflicts             : 29958          (307 /sec)
98.07/98.19	decisions             : 787062         (0.00 % random) (8054 /sec)
98.07/98.19	propagations          : 291081740      (2978484 /sec)
98.07/98.19	conflict literals     : 24931589       (32.44 % deleted)
98.07/98.19	Memory used           : 693.00 MB
98.07/98.19	CPU time              : 97.7281 s
98.07/98.19	
98.07/98.19	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: 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-3318161-1304900298/watcher-3318161-1304900298 -o /tmp/evaluation-result-3318161-1304900298/solver-3318161-1304900298 -C 2400 -W 1300 -M 7680 minisat HOME/instance-3318161-1304900298.cnf 

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.98 3.96 3.10 5/364 28077
/proc/meminfo: memFree=4273512/32950928 swapFree=67056568/67111528
[pid=28077] ppid=28075 vsize=20380 CPUtime=0 cores=4,6
/proc/28077/stat : 28077 (minisat) R 28075 28077 27748 0 -1 4202496 882 0 0 0 0 0 0 0 22 0 1 0 601627498 20869120 824 33554432000 4194304 4291235 140734259444352 18446744073709551615 4200496 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28077/statm: 5095 824 216 24 0 1729 0

[startup+0.077672 s]
/proc/loadavg: 3.98 3.96 3.10 5/364 28077
/proc/meminfo: memFree=4273512/32950928 swapFree=67056568/67111528
[pid=28077] ppid=28075 vsize=26080 CPUtime=0.06 cores=4,6
/proc/28077/stat : 28077 (minisat) R 28075 28077 27748 0 -1 4202496 2364 0 0 0 6 0 0 0 22 0 1 0 601627498 26705920 2169 33554432000 4194304 4291235 140734259444352 18446744073709551615 4277932 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28077/statm: 6520 2170 216 24 0 3154 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 26080

[startup+0.100672 s]
/proc/loadavg: 3.98 3.96 3.10 5/364 28077
/proc/meminfo: memFree=4273512/32950928 swapFree=67056568/67111528
[pid=28077] ppid=28075 vsize=28168 CPUtime=0.08 cores=4,6
/proc/28077/stat : 28077 (minisat) R 28075 28077 27748 0 -1 4202496 3160 0 0 0 8 0 0 0 22 0 1 0 601627498 28844032 2736 33554432000 4194304 4291235 140734259444352 18446744073709551615 4277932 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28077/statm: 7042 2737 216 24 0 3676 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 28168

[startup+0.300629 s]
/proc/loadavg: 3.98 3.96 3.10 5/364 28077
/proc/meminfo: memFree=4273512/32950928 swapFree=67056568/67111528
[pid=28077] ppid=28075 vsize=64188 CPUtime=0.28 cores=4,6
/proc/28077/stat : 28077 (minisat) R 28075 28077 27748 0 -1 4202496 14448 0 0 0 26 2 0 0 23 0 1 0 601627498 65728512 11860 33554432000 4194304 4291235 140734259444352 18446744073709551615 4277932 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28077/statm: 16047 11863 216 24 0 12681 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 64188

[startup+0.700554 s]
/proc/loadavg: 3.98 3.96 3.10 5/364 28077
/proc/meminfo: memFree=4273512/32950928 swapFree=67056568/67111528
[pid=28077] ppid=28075 vsize=160612 CPUtime=0.68 cores=4,6
/proc/28077/stat : 28077 (minisat) R 28075 28077 27748 0 -1 4202496 42048 0 0 0 62 6 0 0 25 0 1 0 601627498 164466688 31367 33554432000 4194304 4291235 140734259444352 18446744073709551615 4220489 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28077/statm: 40153 31367 216 24 0 36787 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 160612

[startup+1.5004 s]
/proc/loadavg: 3.98 3.96 3.10 5/365 28078
/proc/meminfo: memFree=4088568/32950928 swapFree=67056568/67111528
[pid=28077] ppid=28075 vsize=308636 CPUtime=1.47 cores=4,6
/proc/28077/stat : 28077 (minisat) R 28075 28077 27748 0 -1 4202496 95677 0 0 0 133 14 0 0 25 0 1 0 601627498 316043264 69690 33554432000 4194304 4291235 140734259444352 18446744073709551615 4276956 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28077/statm: 77159 69692 216 24 0 73793 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 308636

[startup+3.10109 s]
/proc/loadavg: 3.98 3.96 3.10 5/365 28078
/proc/meminfo: memFree=3879504/32950928 swapFree=67056568/67111528
[pid=28077] ppid=28075 vsize=644300 CPUtime=3.07 cores=4,6
/proc/28077/stat : 28077 (minisat) R 28075 28077 27748 0 -1 4202496 187576 0 0 0 279 28 0 0 25 0 1 0 601627498 659763200 133323 33554432000 4194304 4291235 140734259444352 18446744073709551615 4230248 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28077/statm: 161075 133323 237 24 0 157709 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 644300

[startup+6.30048 s]
/proc/loadavg: 3.98 3.96 3.11 5/365 28078
/proc/meminfo: memFree=3741100/32950928 swapFree=67056568/67111528
[pid=28077] ppid=28075 vsize=644300 CPUtime=6.27 cores=4,6
/proc/28077/stat : 28077 (minisat) R 28075 28077 27748 0 -1 4202496 187576 0 0 0 599 28 0 0 25 0 1 0 601627498 659763200 133323 33554432000 4194304 4291235 140734259444352 18446744073709551615 4230304 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28077/statm: 161075 133323 237 24 0 157709 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 644300

[startup+12.7003 s]
/proc/loadavg: 3.98 3.96 3.11 5/365 28078
/proc/meminfo: memFree=3851716/32950928 swapFree=67056568/67111528
[pid=28077] ppid=28075 vsize=498568 CPUtime=12.67 cores=4,6
/proc/28077/stat : 28077 (minisat) R 28075 28077 27748 0 -1 4202496 214800 0 0 0 1235 32 0 0 25 0 1 0 601627498 510533632 104589 33554432000 4194304 4291235 140734259444352 18446744073709551615 4255634 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28077/statm: 124642 104589 258 24 0 121276 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 498568

[startup+25.5008 s]
/proc/loadavg: 3.99 3.97 3.12 5/365 28079
/proc/meminfo: memFree=3867540/32950928 swapFree=67056568/67111528
[pid=28077] ppid=28075 vsize=448480 CPUtime=25.46 cores=4,6
/proc/28077/stat : 28077 (minisat) R 28075 28077 27748 0 -1 4202496 235230 0 0 0 2511 35 0 0 25 0 1 0 601627498 459243520 100661 33554432000 4194304 4291235 140734259444352 18446744073709551615 4248318 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28077/statm: 112120 100661 258 24 0 108754 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 448480

[startup+51.1009 s]
/proc/loadavg: 3.99 3.97 3.14 5/365 28079
/proc/meminfo: memFree=3836972/32950928 swapFree=67056568/67111528
[pid=28077] ppid=28075 vsize=498568 CPUtime=51.07 cores=4,6
/proc/28077/stat : 28077 (minisat) R 28075 28077 27748 0 -1 4202496 240555 0 0 0 5070 37 0 0 25 0 1 0 601627498 510533632 105980 33554432000 4194304 4291235 140734259444352 18446744073709551615 4248379 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28077/statm: 124642 105980 258 24 0 121276 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 498568

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

[startup+76.701 s]
/proc/loadavg: 4.13 4.00 3.18 5/365 28080
/proc/meminfo: memFree=3792040/32950928 swapFree=67056568/67111528
[pid=28077] ppid=28075 vsize=498568 CPUtime=76.67 cores=4,6
/proc/28077/stat : 28077 (minisat) R 28075 28077 27748 0 -1 4202496 248694 0 0 0 7628 39 0 0 25 0 1 0 601627498 510533632 114111 33554432000 4194304 4291235 140734259444352 18446744073709551615 4248318 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28077/statm: 124642 114111 258 24 0 121276 0
Current children cumulated CPU time (s) 76.67
Current children cumulated vsize (KiB) 498568

[startup+89.5005 s]
/proc/loadavg: 4.11 4.00 3.19 5/365 28080
/proc/meminfo: memFree=3766584/32950928 swapFree=67056568/67111528
[pid=28077] ppid=28075 vsize=579956 CPUtime=89.46 cores=4,6
/proc/28077/stat : 28077 (minisat) R 28075 28077 27748 0 -1 4202496 252765 0 0 0 8907 39 0 0 25 0 1 0 601627498 593874944 118171 33554432000 4194304 4291235 140734259444352 18446744073709551615 4261960 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28077/statm: 144989 118171 258 24 0 141623 0
Current children cumulated CPU time (s) 89.46
Current children cumulated vsize (KiB) 579956

[startup+92.7009 s]
/proc/loadavg: 4.10 4.00 3.19 5/365 28080
/proc/meminfo: memFree=3757400/32950928 swapFree=67056568/67111528
[pid=28077] ppid=28075 vsize=579956 CPUtime=92.67 cores=4,6
/proc/28077/stat : 28077 (minisat) R 28075 28077 27748 0 -1 4202496 254532 0 0 0 9227 40 0 0 25 0 1 0 601627498 593874944 119935 33554432000 4194304 4291235 140734259444352 18446744073709551615 4248240 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28077/statm: 144989 119935 258 24 0 141623 0
Current children cumulated CPU time (s) 92.67
Current children cumulated vsize (KiB) 579956

[startup+95.9003 s]
/proc/loadavg: 4.09 4.00 3.19 5/365 28081
/proc/meminfo: memFree=3781828/32950928 swapFree=67056568/67111528
[pid=28077] ppid=28075 vsize=498568 CPUtime=95.87 cores=4,6
/proc/28077/stat : 28077 (minisat) R 28075 28077 27748 0 -1 4202496 286765 0 0 0 9543 44 0 0 25 0 1 0 601627498 510533632 113396 33554432000 4194304 4291235 140734259444352 18446744073709551615 4255658 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28077/statm: 124642 113396 258 24 0 121276 0
Current children cumulated CPU time (s) 95.87
Current children cumulated vsize (KiB) 498568

[startup+97.501 s]
/proc/loadavg: 4.09 4.00 3.19 5/365 28081
/proc/meminfo: memFree=3779720/32950928 swapFree=67056568/67111528
[pid=28077] ppid=28075 vsize=498568 CPUtime=97.47 cores=4,6
/proc/28077/stat : 28077 (minisat) R 28075 28077 27748 0 -1 4202496 287044 0 0 0 9703 44 0 0 25 0 1 0 601627498 510533632 113675 33554432000 4194304 4291235 140734259444352 18446744073709551615 4256362 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28077/statm: 124642 113675 258 24 0 121276 0
Current children cumulated CPU time (s) 97.47
Current children cumulated vsize (KiB) 498568

[startup+97.9139 s]
/proc/loadavg: 4.09 4.00 3.19 5/365 28081
/proc/meminfo: memFree=3778356/32950928 swapFree=67056568/67111528
[pid=28077] ppid=28075 vsize=498568 CPUtime=97.88 cores=4,6
/proc/28077/stat : 28077 (minisat) R 28075 28077 27748 0 -1 4202496 287148 0 0 0 9744 44 0 0 25 0 1 0 601627498 510533632 113779 33554432000 4194304 4291235 140734259444352 18446744073709551615 4248464 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28077/statm: 124642 113779 258 24 0 121276 0
Current children cumulated CPU time (s) 97.88
Current children cumulated vsize (KiB) 498568

[startup+98.1009 s]
/proc/loadavg: 4.09 4.00 3.19 5/365 28081
/proc/meminfo: memFree=3778356/32950928 swapFree=67056568/67111528
[pid=28077] ppid=28075 vsize=498568 CPUtime=98.07 cores=4,6
/proc/28077/stat : 28077 (minisat) R 28075 28077 27748 0 -1 4202496 287197 0 0 0 9763 44 0 0 25 0 1 0 601627498 510533632 113828 33554432000 4194304 4291235 140734259444352 18446744073709551615 4255537 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/28077/statm: 124642 113828 258 24 0 121276 0
Current children cumulated CPU time (s) 98.07
Current children cumulated vsize (KiB) 498568

[startup+98.2008 s]
/proc/loadavg: 4.09 4.00 3.19 5/365 28081
/proc/meminfo: memFree=3778356/32950928 swapFree=67056568/67111528
[pid=28077] ppid=28075 vsize=0 CPUtime=98.16 cores=4,6
/proc/28077/stat : 28077 (minisat) R 28075 28077 27748 0 -1 4202500 287232 0 0 0 9772 44 0 0 25 0 1 0 601627498 0 0 33554432000 0 0 0 0 0 0 0 4096 8388610 18446744073709551615 0 0 17 4 0 0 0
/proc/28077/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 98.16
Current children cumulated vsize (KiB) 0

Child status: 20
Real time (s): 98.2169
CPU time (s): 98.1901
CPU user time (s): 97.7281
CPU system time (s): 0.461929
CPU usage (%): 99.9727
Max. virtual memory (cumulated for all children) (KiB): 710184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 97.7281
system time used= 0.461929
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 287232
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= 6
involuntary context switches= 100

runsolver used 0.369943 second user time and 0.758884 second system time

The end

Launcher Data

Begin job on node148 at 2011-05-09 02:18:24
IDJOB=3318161
IDBENCH=82364
IDSOLVER=1707
FILE ID=node148/3318161-1304900298
RUNJOBID= node148-1304898906-27767
PBS_JOBID= 13282123
Free space on /tmp= 30872 MiB

SOLVER NAME= minisat hack: MiniSAT 2.2.0-agile-26
BENCH NAME= SAT11/application/rintanen/SATPlanning/blocks-blocks-37-1.120-NOTKNOWN.cnf
COMMAND LINE= minisat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3318161-1304900298/watcher-3318161-1304900298 -o /tmp/evaluation-result-3318161-1304900298/solver-3318161-1304900298 -C 2400 -W 1300 -M 7680  minisat HOME/instance-3318161-1304900298.cnf

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

MD5SUM BENCH= 2a2f6fb35277c8ead36f65de8bb36dbb
RANDOM SEED=1986299050

node148.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.854
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.70
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.854
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.854
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.83
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.854
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.75
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.854
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.82
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.854
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.854
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.82
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.854
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:     32950928 kB
MemFree:       4273668 kB
Buffers:        230948 kB
Cached:       24336036 kB
SwapCached:       8268 kB
Active:       13415848 kB
Inactive:     14417204 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       4273668 kB
SwapTotal:    67111528 kB
SwapFree:     67056568 kB
Dirty:          202708 kB
Writeback:           0 kB
AnonPages:     3264276 kB
Mapped:          27712 kB
Slab:           747860 kB
PageTables:      30308 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 85101240 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= 30872 MiB
End job on node148 at 2011-05-09 02:20:03