Trace number 3433953

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 96.0414 96.0391

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

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-3433953-1306847925/watcher-3433953-1306847925 -o /tmp/evaluation-result-3433953-1306847925/solver-3433953-1306847925 -C 5000 -W 5100 -M 15500 minisat HOME/instance-3433953-1306847925.cnf 

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

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


[startup+0 s]
/proc/loadavg: 2.01 2.04 2.00 2/521 5309
/proc/meminfo: memFree=2911800/32951124 swapFree=58800692/67111528
[pid=5309] ppid=5307 vsize=20380 CPUtime=0 cores=0,2,4,6
/proc/5309/stat : 5309 (minisat) R 5307 5309 5007 0 -1 4202496 880 0 0 0 0 0 0 0 23 0 1 0 777208548 20869120 820 33554432000 4194304 4291235 140735149094784 18446744073709551615 4277553 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/5309/statm: 5095 820 216 24 0 1729 0

[startup+0.034464 s]
/proc/loadavg: 2.01 2.04 2.00 2/521 5309
/proc/meminfo: memFree=2911800/32951124 swapFree=58800692/67111528
[pid=5309] ppid=5307 vsize=22064 CPUtime=0.03 cores=0,2,4,6
/proc/5309/stat : 5309 (minisat) R 5307 5309 5007 0 -1 4202496 1302 0 0 0 3 0 0 0 23 0 1 0 777208548 22593536 1224 33554432000 4194304 4291235 140735149094784 18446744073709551615 4277932 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/5309/statm: 5516 1225 216 24 0 2150 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 22064

[startup+0.100382 s]
/proc/loadavg: 2.01 2.04 2.00 2/521 5309
/proc/meminfo: memFree=2911800/32951124 swapFree=58800692/67111528
[pid=5309] ppid=5307 vsize=28300 CPUtime=0.09 cores=0,2,4,6
/proc/5309/stat : 5309 (minisat) R 5307 5309 5007 0 -1 4202496 3403 0 0 0 9 0 0 0 23 0 1 0 777208548 28979200 2944 33554432000 4194304 4291235 140735149094784 18446744073709551615 228095111877 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/5309/statm: 7075 2944 216 24 0 3709 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 28300

[startup+0.300342 s]
/proc/loadavg: 2.01 2.04 2.00 2/521 5309
/proc/meminfo: memFree=2911800/32951124 swapFree=58800692/67111528
[pid=5309] ppid=5307 vsize=67664 CPUtime=0.29 cores=0,2,4,6
/proc/5309/stat : 5309 (minisat) R 5307 5309 5007 0 -1 4202496 15388 0 0 0 27 2 0 0 24 0 1 0 777208548 69287936 12604 33554432000 4194304 4291235 140735149094784 18446744073709551615 4277976 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/5309/statm: 16916 12604 216 24 0 13550 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 67664

[startup+0.700272 s]
/proc/loadavg: 2.01 2.04 2.00 2/521 5309
/proc/meminfo: memFree=2911800/32951124 swapFree=58800692/67111528
[pid=5309] ppid=5307 vsize=164336 CPUtime=0.69 cores=0,2,4,6
/proc/5309/stat : 5309 (minisat) R 5307 5309 5007 0 -1 4202496 44177 0 0 0 63 6 0 0 25 0 1 0 777208548 168280064 33061 33554432000 4194304 4291235 140735149094784 18446744073709551615 4276956 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/5309/statm: 41084 33063 216 24 0 37718 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 164336

[startup+1.50113 s]
/proc/loadavg: 2.17 2.07 2.01 3/522 5310
/proc/meminfo: memFree=2720592/32951124 swapFree=58800692/67111528
[pid=5309] ppid=5307 vsize=312336 CPUtime=1.49 cores=0,2,4,6
/proc/5309/stat : 5309 (minisat) R 5307 5309 5007 0 -1 4202496 97882 0 0 0 134 15 0 0 25 0 1 0 777208548 319832064 71440 33554432000 4194304 4291235 140735149094784 18446744073709551615 4277932 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/5309/statm: 78084 71443 216 24 0 74718 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 312336

[startup+3.10086 s]
/proc/loadavg: 2.17 2.07 2.01 3/522 5310
/proc/meminfo: memFree=2516228/32951124 swapFree=58800692/67111528
[pid=5309] ppid=5307 vsize=644300 CPUtime=3.09 cores=0,2,4,6
/proc/5309/stat : 5309 (minisat) R 5307 5309 5007 0 -1 4202496 187578 0 0 0 278 31 0 0 25 0 1 0 777208548 659763200 133323 33554432000 4194304 4291235 140735149094784 18446744073709551615 4230130 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/5309/statm: 161075 133323 237 24 0 157709 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 644300

[startup+6.30028 s]
/proc/loadavg: 2.17 2.07 2.01 3/522 5310
/proc/meminfo: memFree=2380328/32951124 swapFree=58800692/67111528
[pid=5309] ppid=5307 vsize=644300 CPUtime=6.29 cores=0,2,4,6
/proc/5309/stat : 5309 (minisat) R 5307 5309 5007 0 -1 4202496 187578 0 0 0 598 31 0 0 25 0 1 0 777208548 659763200 133323 33554432000 4194304 4291235 140735149094784 18446744073709551615 4230261 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/5309/statm: 161075 133323 237 24 0 157709 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 644300

[startup+12.7011 s]
/proc/loadavg: 2.14 2.07 2.01 3/522 5310
/proc/meminfo: memFree=2491896/32951124 swapFree=58800692/67111528
[pid=5309] ppid=5307 vsize=498568 CPUtime=12.69 cores=0,2,4,6
/proc/5309/stat : 5309 (minisat) R 5307 5309 5007 0 -1 4202496 214738 0 0 0 1233 36 0 0 25 0 1 0 777208548 510533632 104525 33554432000 4194304 4291235 140735149094784 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/5309/statm: 124642 104525 258 24 0 121276 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 498568

[startup+25.5008 s]
/proc/loadavg: 2.12 2.06 2.01 3/522 5310
/proc/meminfo: memFree=2499704/32951124 swapFree=58800692/67111528
[pid=5309] ppid=5307 vsize=448480 CPUtime=25.49 cores=0,2,4,6
/proc/5309/stat : 5309 (minisat) R 5307 5309 5007 0 -1 4202496 235023 0 0 0 2510 39 0 0 25 0 1 0 777208548 459243520 100452 33554432000 4194304 4291235 140735149094784 18446744073709551615 4248318 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/5309/statm: 112120 100452 258 24 0 108754 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 448480

[startup+51.1011 s]
/proc/loadavg: 2.14 2.07 2.01 3/522 5339
/proc/meminfo: memFree=2362808/32951124 swapFree=58800692/67111528
[pid=5309] ppid=5307 vsize=498568 CPUtime=51.09 cores=0,2,4,6
/proc/5309/stat : 5309 (minisat) R 5307 5309 5007 0 -1 4202496 240557 0 0 0 5068 41 0 0 25 0 1 0 777208548 510533632 105980 33554432000 4194304 4291235 140735149094784 18446744073709551615 4248612 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/5309/statm: 124642 105980 258 24 0 121276 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 498568

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

[startup+76.7004 s]
/proc/loadavg: 2.08 2.06 2.01 3/522 5340
/proc/meminfo: memFree=2276736/32951124 swapFree=58800692/67111528
[pid=5309] ppid=5307 vsize=498568 CPUtime=76.69 cores=0,2,4,6
/proc/5309/stat : 5309 (minisat) R 5307 5309 5007 0 -1 4202496 249014 0 0 0 7626 43 0 0 25 0 1 0 777208548 510533632 114428 33554432000 4194304 4291235 140735149094784 18446744073709551615 4248584 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/5309/statm: 124642 114428 258 24 0 121276 0
Current children cumulated CPU time (s) 76.69
Current children cumulated vsize (KiB) 498568

[startup+89.501 s]
/proc/loadavg: 2.07 2.06 2.01 3/522 5340
/proc/meminfo: memFree=2214112/32951124 swapFree=58800692/67111528
[pid=5309] ppid=5307 vsize=579956 CPUtime=89.49 cores=0,2,4,6
/proc/5309/stat : 5309 (minisat) R 5307 5309 5007 0 -1 4202496 253905 0 0 0 8906 43 0 0 25 0 1 0 777208548 593874944 119309 33554432000 4194304 4291235 140735149094784 18446744073709551615 4255872 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/5309/statm: 144989 119309 258 24 0 141623 0
Current children cumulated CPU time (s) 89.49
Current children cumulated vsize (KiB) 579956

[startup+92.7004 s]
/proc/loadavg: 2.06 2.06 2.01 3/522 5340
/proc/meminfo: memFree=2230228/32951124 swapFree=58800692/67111528
[pid=5309] ppid=5307 vsize=498568 CPUtime=92.69 cores=0,2,4,6
/proc/5309/stat : 5309 (minisat) R 5307 5309 5007 0 -1 4202496 286547 0 0 0 9221 48 0 0 25 0 1 0 777208548 510533632 113176 33554432000 4194304 4291235 140735149094784 18446744073709551615 4255634 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/5309/statm: 124642 113176 258 24 0 121276 0
Current children cumulated CPU time (s) 92.69
Current children cumulated vsize (KiB) 498568

[startup+94.3012 s]
/proc/loadavg: 2.06 2.06 2.01 3/522 5340
/proc/meminfo: memFree=2227872/32951124 swapFree=58800692/67111528
[pid=5309] ppid=5307 vsize=498568 CPUtime=94.29 cores=0,2,4,6
/proc/5309/stat : 5309 (minisat) R 5307 5309 5007 0 -1 4202496 286886 0 0 0 9381 48 0 0 25 0 1 0 777208548 510533632 113515 33554432000 4194304 4291235 140735149094784 18446744073709551615 4248348 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/5309/statm: 124642 113515 258 24 0 121276 0
Current children cumulated CPU time (s) 94.29
Current children cumulated vsize (KiB) 498568

[startup+95.101 s]
/proc/loadavg: 2.06 2.06 2.01 3/522 5340
/proc/meminfo: memFree=2225392/32951124 swapFree=58800692/67111528
[pid=5309] ppid=5307 vsize=498568 CPUtime=95.09 cores=0,2,4,6
/proc/5309/stat : 5309 (minisat) R 5307 5309 5007 0 -1 4202496 286974 0 0 0 9461 48 0 0 25 0 1 0 777208548 510533632 113603 33554432000 4194304 4291235 140735149094784 18446744073709551615 4255562 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/5309/statm: 124642 113603 258 24 0 121276 0
Current children cumulated CPU time (s) 95.09
Current children cumulated vsize (KiB) 498568

[startup+95.5009 s]
/proc/loadavg: 2.06 2.06 2.01 3/522 5340
/proc/meminfo: memFree=2225392/32951124 swapFree=58800692/67111528
[pid=5309] ppid=5307 vsize=498568 CPUtime=95.49 cores=0,2,4,6
/proc/5309/stat : 5309 (minisat) R 5307 5309 5007 0 -1 4202496 287095 0 0 0 9501 48 0 0 25 0 1 0 777208548 510533632 113724 33554432000 4194304 4291235 140735149094784 18446744073709551615 4248348 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/5309/statm: 124642 113724 258 24 0 121276 0
Current children cumulated CPU time (s) 95.49
Current children cumulated vsize (KiB) 498568

[startup+95.9009 s]
/proc/loadavg: 2.06 2.06 2.01 3/522 5340
/proc/meminfo: memFree=2219196/32951124 swapFree=58800692/67111528
[pid=5309] ppid=5307 vsize=498568 CPUtime=95.89 cores=0,2,4,6
/proc/5309/stat : 5309 (minisat) R 5307 5309 5007 0 -1 4202496 287191 0 0 0 9541 48 0 0 25 0 1 0 777208548 510533632 113820 33554432000 4194304 4291235 140735149094784 18446744073709551615 4248304 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/5309/statm: 124642 113820 258 24 0 121276 0
Current children cumulated CPU time (s) 95.89
Current children cumulated vsize (KiB) 498568

[startup+96.0008 s]
/proc/loadavg: 2.06 2.06 2.01 3/522 5340
/proc/meminfo: memFree=2219196/32951124 swapFree=58800692/67111528
[pid=5309] ppid=5307 vsize=498568 CPUtime=95.99 cores=0,2,4,6
/proc/5309/stat : 5309 (minisat) R 5307 5309 5007 0 -1 4202496 287216 0 0 0 9551 48 0 0 25 0 1 0 777208548 510533632 113845 33554432000 4194304 4291235 140735149094784 18446744073709551615 4261925 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/5309/statm: 124642 113845 258 24 0 121276 0
Current children cumulated CPU time (s) 95.99
Current children cumulated vsize (KiB) 498568

Child status: 20
Real time (s): 96.0391
CPU time (s): 96.0414
CPU user time (s): 95.5285
CPU system time (s): 0.512922
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 710184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 95.5285
system time used= 0.512922
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 287234
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= 8
involuntary context switches= 58

runsolver used 0.509922 second user time and 1.16382 second system time

The end

Launcher Data

Begin job on node142 at 2011-05-31 15:18:51
IDJOB=3433953
IDBENCH=82364
IDSOLVER=1930
FILE ID=node142/3433953-1306847925
RUNJOBID= node142-1306842917-5025
PBS_JOBID= 13482010
Free space on /tmp= 15700 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-3433953-1306847925/watcher-3433953-1306847925 -o /tmp/evaluation-result-3433953-1306847925/solver-3433953-1306847925 -C 5000 -W 5100 -M 15500  minisat HOME/instance-3433953-1306847925.cnf

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

MD5SUM BENCH= 2a2f6fb35277c8ead36f65de8bb36dbb
RANDOM SEED=1305126178

node142.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.846
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.69
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.846
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	: 5131.95
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.846
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.82
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.846
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.67
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.846
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.81
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.846
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.846
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.846
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:       2912080 kB
Buffers:         57184 kB
Cached:       18644416 kB
SwapCached:      11212 kB
Active:       19980432 kB
Inactive:      9329200 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       2912080 kB
SwapTotal:    67111528 kB
SwapFree:     58800692 kB
Dirty:          171044 kB
Writeback:           0 kB
AnonPages:    10605372 kB
Mapped:          31872 kB
Slab:           583344 kB
PageTables:      75536 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 145633860 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= 15644 MiB
End job on node142 at 2011-05-31 15:20:27