Trace number 3362666

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 reference: minisat 2.2.0UNSAT 95.9684 95.9669

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

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

running on 2 cores: 5,7

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.43 3.87 3.95 4/367 22299
/proc/meminfo: memFree=24011956/32951124 swapFree=56449224/67111528
[pid=22299] ppid=22297 vsize=20384 CPUtime=0.01 cores=5,7
/proc/22299/stat : 22299 (minisat_release) R 22297 22299 22218 0 -1 4202496 883 0 0 0 1 0 0 0 21 0 1 0 642283343 20873216 824 33554432000 4194304 4291037 140735808145600 18446744073709551615 4201662 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/22299/statm: 5096 824 216 24 0 1730 0

[startup+0.0318129 s]
/proc/loadavg: 3.43 3.87 3.95 4/367 22299
/proc/meminfo: memFree=24011956/32951124 swapFree=56449224/67111528
[pid=22299] ppid=22297 vsize=22068 CPUtime=0.02 cores=5,7
/proc/22299/stat : 22299 (minisat_release) R 22297 22299 22218 0 -1 4202496 1272 0 0 0 2 0 0 0 21 0 1 0 642283343 22597632 1200 33554432000 4194304 4291037 140735808145600 18446744073709551615 4277473 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/22299/statm: 5517 1206 216 24 0 2151 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 22068

[startup+0.100798 s]
/proc/loadavg: 3.43 3.87 3.95 4/367 22299
/proc/meminfo: memFree=24011956/32951124 swapFree=56449224/67111528
[pid=22299] ppid=22297 vsize=28440 CPUtime=0.09 cores=5,7
/proc/22299/stat : 22299 (minisat_release) R 22297 22299 22218 0 -1 4202496 3435 0 0 0 9 0 0 0 21 0 1 0 642283343 29122560 2970 33554432000 4194304 4291037 140735808145600 18446744073709551615 253640520389 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/22299/statm: 7110 2970 216 24 0 3744 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 28440

[startup+0.300761 s]
/proc/loadavg: 3.43 3.87 3.95 4/367 22299
/proc/meminfo: memFree=24011956/32951124 swapFree=56449224/67111528
[pid=22299] ppid=22297 vsize=67272 CPUtime=0.29 cores=5,7
/proc/22299/stat : 22299 (minisat_release) R 22297 22299 22218 0 -1 4202496 15067 0 0 0 27 2 0 0 22 0 1 0 642283343 68886528 12361 33554432000 4194304 4291037 140735808145600 18446744073709551615 4277859 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/22299/statm: 16818 12362 216 24 0 13452 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 67272

[startup+0.700686 s]
/proc/loadavg: 3.43 3.87 3.95 4/367 22299
/proc/meminfo: memFree=24011956/32951124 swapFree=56449224/67111528
[pid=22299] ppid=22297 vsize=162740 CPUtime=0.69 cores=5,7
/proc/22299/stat : 22299 (minisat_release) R 22297 22299 22218 0 -1 4202496 43199 0 0 0 63 6 0 0 23 0 1 0 642283343 166645760 32287 33554432000 4194304 4291037 140735808145600 18446744073709551615 253640520389 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/22299/statm: 40685 32288 216 24 0 37319 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 162740

[startup+1.50054 s]
/proc/loadavg: 3.48 3.87 3.95 5/368 22300
/proc/meminfo: memFree=23783860/32951124 swapFree=56449224/67111528
[pid=22299] ppid=22297 vsize=312472 CPUtime=1.49 cores=5,7
/proc/22299/stat : 22299 (minisat_release) R 22297 22299 22218 0 -1 4202496 97973 0 0 0 136 13 0 0 25 0 1 0 642283343 319971328 71513 33554432000 4194304 4291037 140735808145600 18446744073709551615 253640520389 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/22299/statm: 78118 71515 216 24 0 74752 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 312472

[startup+3.10027 s]
/proc/loadavg: 3.48 3.87 3.95 5/371 22306
/proc/meminfo: memFree=23441916/32951124 swapFree=56449224/67111528
[pid=22299] ppid=22297 vsize=644304 CPUtime=3.09 cores=5,7
/proc/22299/stat : 22299 (minisat_release) R 22297 22299 22218 0 -1 4202496 187578 0 0 0 284 25 0 0 25 0 1 0 642283343 659767296 133324 33554432000 4194304 4291037 140735808145600 18446744073709551615 4230163 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/22299/statm: 161076 133324 238 24 0 157710 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 644304

[startup+6.30066 s]
/proc/loadavg: 3.52 3.87 3.95 5/371 22306
/proc/meminfo: memFree=23323844/32951124 swapFree=56449224/67111528
[pid=22299] ppid=22297 vsize=644304 CPUtime=6.29 cores=5,7
/proc/22299/stat : 22299 (minisat_release) R 22297 22299 22218 0 -1 4202496 187578 0 0 0 604 25 0 0 25 0 1 0 642283343 659767296 133324 33554432000 4194304 4291037 140735808145600 18446744073709551615 4230004 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/22299/statm: 161076 133324 238 24 0 157710 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 644304

[startup+12.7005 s]
/proc/loadavg: 3.56 3.88 3.95 5/368 22327
/proc/meminfo: memFree=23323880/32951124 swapFree=56449224/67111528
[pid=22299] ppid=22297 vsize=498572 CPUtime=12.69 cores=5,7
/proc/22299/stat : 22299 (minisat_release) R 22297 22299 22218 0 -1 4202496 214857 0 0 0 1239 30 0 0 25 0 1 0 642283343 510537728 104645 33554432000 4194304 4291037 140735808145600 18446744073709551615 4248413 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/22299/statm: 124643 104645 258 24 0 121277 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 498572

[startup+25.5002 s]
/proc/loadavg: 3.72 3.90 3.95 5/371 22334
/proc/meminfo: memFree=22348248/32951124 swapFree=56449224/67111528
[pid=22299] ppid=22297 vsize=448484 CPUtime=25.49 cores=5,7
/proc/22299/stat : 22299 (minisat_release) R 22297 22299 22218 0 -1 4202496 235345 0 0 0 2516 33 0 0 25 0 1 0 642283343 459247616 100775 33554432000 4194304 4291037 140735808145600 18446744073709551615 4248366 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/22299/statm: 112121 100775 258 24 0 108755 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 448484

[startup+51.1005 s]
/proc/loadavg: 4.01 3.95 3.97 5/371 22334
/proc/meminfo: memFree=22387912/32951124 swapFree=56449224/67111528
[pid=22299] ppid=22297 vsize=498572 CPUtime=51.09 cores=5,7
/proc/22299/stat : 22299 (minisat_release) R 22297 22299 22218 0 -1 4202496 240645 0 0 0 5075 34 0 0 25 0 1 0 642283343 510537728 106069 33554432000 4194304 4291037 140735808145600 18446744073709551615 4248640 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/22299/statm: 124643 106069 258 24 0 121277 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 498572

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

[startup+76.7009 s]
/proc/loadavg: 4.00 3.95 3.97 5/368 22338
/proc/meminfo: memFree=22838336/32951124 swapFree=56449224/67111528
[pid=22299] ppid=22297 vsize=498572 CPUtime=76.7 cores=5,7
/proc/22299/stat : 22299 (minisat_release) R 22297 22299 22218 0 -1 4202496 248962 0 0 0 7633 37 0 0 25 0 1 0 642283343 510537728 114377 33554432000 4194304 4291037 140735808145600 18446744073709551615 4256322 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/22299/statm: 124643 114377 258 24 0 121277 0
Current children cumulated CPU time (s) 76.7
Current children cumulated vsize (KiB) 498572

[startup+89.5005 s]
/proc/loadavg: 4.00 3.96 3.97 5/371 22362
/proc/meminfo: memFree=22687320/32951124 swapFree=56449224/67111528
[pid=22299] ppid=22297 vsize=579960 CPUtime=89.49 cores=5,7
/proc/22299/stat : 22299 (minisat_release) R 22297 22299 22218 0 -1 4202496 253795 0 0 0 8911 38 0 0 25 0 1 0 642283343 593879040 119200 33554432000 4194304 4291037 140735808145600 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/22299/statm: 144990 119200 258 24 0 141624 0
Current children cumulated CPU time (s) 89.49
Current children cumulated vsize (KiB) 579960

[startup+92.701 s]
/proc/loadavg: 4.08 3.97 3.97 5/371 22362
/proc/meminfo: memFree=22166648/32951124 swapFree=56449224/67111528
[pid=22299] ppid=22297 vsize=498572 CPUtime=92.69 cores=5,7
/proc/22299/stat : 22299 (minisat_release) R 22297 22299 22218 0 -1 4202496 286484 0 0 0 9228 41 0 0 25 0 1 0 642283343 510537728 113114 33554432000 4194304 4291037 140735808145600 18446744073709551615 4255668 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/22299/statm: 124643 113114 258 24 0 121277 0
Current children cumulated CPU time (s) 92.69
Current children cumulated vsize (KiB) 498572

[startup+94.3007 s]
/proc/loadavg: 4.08 3.97 3.97 5/371 22363
/proc/meminfo: memFree=22160836/32951124 swapFree=56449224/67111528
[pid=22299] ppid=22297 vsize=498572 CPUtime=94.29 cores=5,7
/proc/22299/stat : 22299 (minisat_release) R 22297 22299 22218 0 -1 4202496 286873 0 0 0 9388 41 0 0 25 0 1 0 642283343 510537728 113503 33554432000 4194304 4291037 140735808145600 18446744073709551615 4255943 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/22299/statm: 124643 113503 258 24 0 121277 0
Current children cumulated CPU time (s) 94.29
Current children cumulated vsize (KiB) 498572

[startup+95.1005 s]
/proc/loadavg: 4.08 3.97 3.97 5/371 22363
/proc/meminfo: memFree=22154884/32951124 swapFree=56449224/67111528
[pid=22299] ppid=22297 vsize=498572 CPUtime=95.09 cores=5,7
/proc/22299/stat : 22299 (minisat_release) R 22297 22299 22218 0 -1 4202496 286969 0 0 0 9468 41 0 0 25 0 1 0 642283343 510537728 113599 33554432000 4194304 4291037 140735808145600 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/22299/statm: 124643 113599 258 24 0 121277 0
Current children cumulated CPU time (s) 95.09
Current children cumulated vsize (KiB) 498572

[startup+95.5004 s]
/proc/loadavg: 4.08 3.97 3.97 5/371 22363
/proc/meminfo: memFree=22154884/32951124 swapFree=56449224/67111528
[pid=22299] ppid=22297 vsize=498572 CPUtime=95.49 cores=5,7
/proc/22299/stat : 22299 (minisat_release) R 22297 22299 22218 0 -1 4202496 287102 0 0 0 9508 41 0 0 25 0 1 0 642283343 510537728 113732 33554432000 4194304 4291037 140735808145600 18446744073709551615 4255599 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/22299/statm: 124643 113732 258 24 0 121277 0
Current children cumulated CPU time (s) 95.49
Current children cumulated vsize (KiB) 498572

[startup+95.9004 s]
/proc/loadavg: 4.08 3.97 3.97 5/371 22363
/proc/meminfo: memFree=22149800/32951124 swapFree=56449224/67111528
[pid=22299] ppid=22297 vsize=498572 CPUtime=95.89 cores=5,7
/proc/22299/stat : 22299 (minisat_release) R 22297 22299 22218 0 -1 4202496 287210 0 0 0 9548 41 0 0 25 0 1 0 642283343 510537728 113840 33554432000 4194304 4291037 140735808145600 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/22299/statm: 124643 113840 258 24 0 121277 0
Current children cumulated CPU time (s) 95.89
Current children cumulated vsize (KiB) 498572

Child status: 20
Real time (s): 95.9669
CPU time (s): 95.9684
CPU user time (s): 95.5335
CPU system time (s): 0.434933
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 710188

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 95.5335
system time used= 0.434933
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 287233
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= 5
involuntary context switches= 55

runsolver used 0.32495 second user time and 0.819875 second system time

The end

Launcher Data

Begin job on node106 at 2011-05-13 19:13:50
IDJOB=3362666
IDBENCH=82364
IDSOLVER=1840
FILE ID=node106/3362666-1305306824
RUNJOBID= node106-1305306823-22239
PBS_JOBID= 13321483
Free space on /tmp= 45636 MiB

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

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

MD5SUM BENCH= 2a2f6fb35277c8ead36f65de8bb36dbb
RANDOM SEED=1507488756

node106.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	: 5226.20
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.82
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.74
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      24012236 kB
Buffers:        211400 kB
Cached:        5586404 kB
SwapCached:      27544 kB
Active:         994868 kB
Inactive:      7714928 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24012236 kB
SwapTotal:    67111528 kB
SwapFree:     56449224 kB
Dirty:          222844 kB
Writeback:           0 kB
AnonPages:     2892508 kB
Mapped:          10456 kB
Slab:           115064 kB
PageTables:      48668 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 75224556 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= 45436 MiB
End job on node106 at 2011-05-13 19:15:26