Trace number 3419858

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 92.067 92.0669

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

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

running on 4 cores: 1,3,5,7

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.00 2.03 1.76 2/561 21507
/proc/meminfo: memFree=23350864/32950928 swapFree=41934332/67111528
[pid=21507] ppid=21505 vsize=21196 CPUtime=0.01 cores=1,3,5,7
/proc/21507/stat : 21507 (minisat_release) R 21505 21507 21356 0 -1 4202496 1044 0 0 0 1 0 0 0 22 0 1 0 769729660 21704704 985 33554432000 4194304 4291037 140736950678176 18446744073709551615 4276191 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/21507/statm: 5299 985 216 24 0 1933 0

[startup+0.057962 s]
/proc/loadavg: 2.00 2.03 1.76 2/561 21507
/proc/meminfo: memFree=23350864/32950928 swapFree=41934332/67111528
[pid=21507] ppid=21505 vsize=24060 CPUtime=0.05 cores=1,3,5,7
/proc/21507/stat : 21507 (minisat_release) R 21505 21507 21356 0 -1 4202496 1832 0 0 0 5 0 0 0 22 0 1 0 769729660 24637440 1694 33554432000 4194304 4291037 140736950678176 18446744073709551615 4277852 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/21507/statm: 6015 1694 216 24 0 2649 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 24060

[startup+0.100956 s]
/proc/loadavg: 2.00 2.03 1.76 2/561 21507
/proc/meminfo: memFree=23350864/32950928 swapFree=41934332/67111528
[pid=21507] ppid=21505 vsize=28432 CPUtime=0.09 cores=1,3,5,7
/proc/21507/stat : 21507 (minisat_release) R 21505 21507 21356 0 -1 4202496 3453 0 0 0 9 0 0 0 22 0 1 0 769729660 29114368 2989 33554432000 4194304 4291037 140736950678176 18446744073709551615 251813905272 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/21507/statm: 7108 2990 216 24 0 3742 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 28432

[startup+0.300922 s]
/proc/loadavg: 2.00 2.03 1.76 2/561 21507
/proc/meminfo: memFree=23350864/32950928 swapFree=41934332/67111528
[pid=21507] ppid=21505 vsize=67792 CPUtime=0.29 cores=1,3,5,7
/proc/21507/stat : 21507 (minisat_release) R 21505 21507 21356 0 -1 4202496 15460 0 0 0 27 2 0 0 23 0 1 0 769729660 69419008 12662 33554432000 4194304 4291037 140736950678176 18446744073709551615 251813900997 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/21507/statm: 16948 12665 216 24 0 13582 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 67792

[startup+0.700855 s]
/proc/loadavg: 2.00 2.03 1.76 2/561 21507
/proc/meminfo: memFree=23350864/32950928 swapFree=41934332/67111528
[pid=21507] ppid=21505 vsize=165388 CPUtime=0.69 cores=1,3,5,7
/proc/21507/stat : 21507 (minisat_release) R 21505 21507 21356 0 -1 4202496 44748 0 0 0 63 6 0 0 25 0 1 0 769729660 169357312 33498 33554432000 4194304 4291037 140736950678176 18446744073709551615 4276877 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/21507/statm: 41347 33500 216 24 0 37981 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 165388

[startup+1.50072 s]
/proc/loadavg: 2.00 2.03 1.76 3/562 21508
/proc/meminfo: memFree=23152888/32950928 swapFree=41934332/67111528
[pid=21507] ppid=21505 vsize=333916 CPUtime=1.49 cores=1,3,5,7
/proc/21507/stat : 21507 (minisat_release) R 21505 21507 21356 0 -1 4202496 101296 0 0 0 136 13 0 0 25 0 1 0 769729660 341929984 74111 33554432000 4194304 4291037 140736950678176 18446744073709551615 251813900997 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/21507/statm: 83479 74113 216 24 0 80113 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 333916

[startup+3.10051 s]
/proc/loadavg: 2.00 2.03 1.76 3/562 21508
/proc/meminfo: memFree=22928572/32950928 swapFree=41934332/67111528
[pid=21507] ppid=21505 vsize=644296 CPUtime=3.09 cores=1,3,5,7
/proc/21507/stat : 21507 (minisat_release) R 21505 21507 21356 0 -1 4202496 187576 0 0 0 285 24 0 0 25 0 1 0 769729660 659759104 133323 33554432000 4194304 4291037 140736950678176 18446744073709551615 4230042 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/21507/statm: 161074 133323 238 24 0 157708 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 644296

[startup+6.30091 s]
/proc/loadavg: 2.00 2.03 1.76 3/562 21508
/proc/meminfo: memFree=22810760/32950928 swapFree=41934332/67111528
[pid=21507] ppid=21505 vsize=644296 CPUtime=6.29 cores=1,3,5,7
/proc/21507/stat : 21507 (minisat_release) R 21505 21507 21356 0 -1 4202496 187576 0 0 0 605 24 0 0 25 0 1 0 769729660 659759104 133323 33554432000 4194304 4291037 140736950678176 18446744073709551615 4229968 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/21507/statm: 161074 133323 238 24 0 157708 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 644296

[startup+12.7009 s]
/proc/loadavg: 2.00 2.03 1.76 3/562 21508
/proc/meminfo: memFree=22912948/32950928 swapFree=41934332/67111528
[pid=21507] ppid=21505 vsize=498564 CPUtime=12.69 cores=1,3,5,7
/proc/21507/stat : 21507 (minisat_release) R 21505 21507 21356 0 -1 4202496 214920 0 0 0 1241 28 0 0 25 0 1 0 769729660 510529536 104709 33554432000 4194304 4291037 140736950678176 18446744073709551615 4248387 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/21507/statm: 124641 104709 258 24 0 121275 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 498564

[startup+25.5007 s]
/proc/loadavg: 2.00 2.03 1.76 3/562 21510
/proc/meminfo: memFree=22903136/32950928 swapFree=41934332/67111528
[pid=21507] ppid=21505 vsize=448476 CPUtime=25.5 cores=1,3,5,7
/proc/21507/stat : 21507 (minisat_release) R 21505 21507 21356 0 -1 4202496 235553 0 0 0 2519 31 0 0 25 0 1 0 769729660 459239424 100984 33554432000 4194304 4291037 140736950678176 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/21507/statm: 112119 100984 258 24 0 108753 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 448476

[startup+51.1005 s]
/proc/loadavg: 2.00 2.02 1.77 3/562 21510
/proc/meminfo: memFree=22838276/32950928 swapFree=41934332/67111528
[pid=21507] ppid=21505 vsize=498564 CPUtime=51.09 cores=1,3,5,7
/proc/21507/stat : 21507 (minisat_release) R 21505 21507 21356 0 -1 4202496 241087 0 0 0 5078 31 0 0 25 0 1 0 769729660 510529536 106512 33554432000 4194304 4291037 140736950678176 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/21507/statm: 124641 106512 258 24 0 121275 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 498564

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

[startup+76.7011 s]
/proc/loadavg: 2.00 2.02 1.77 3/562 21511
/proc/meminfo: memFree=22761020/32950928 swapFree=41934332/67111528
[pid=21507] ppid=21505 vsize=498564 CPUtime=76.69 cores=1,3,5,7
/proc/21507/stat : 21507 (minisat_release) R 21505 21507 21356 0 -1 4202496 249946 0 0 0 7635 34 0 0 25 0 1 0 769729660 510529536 115358 33554432000 4194304 4291037 140736950678176 18446744073709551615 4248933 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/21507/statm: 124641 115358 258 24 0 121275 0
Current children cumulated CPU time (s) 76.69
Current children cumulated vsize (KiB) 498564

[startup+83.1011 s]
/proc/loadavg: 2.00 2.02 1.77 3/562 21511
/proc/meminfo: memFree=22743284/32950928 swapFree=41934332/67111528
[pid=21507] ppid=21505 vsize=579952 CPUtime=83.09 cores=1,3,5,7
/proc/21507/stat : 21507 (minisat_release) R 21505 21507 21356 0 -1 4202496 252058 0 0 0 8275 34 0 0 25 0 1 0 769729660 593870848 117464 33554432000 4194304 4291037 140736950678176 18446744073709551615 4248528 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/21507/statm: 144988 117464 258 24 0 141622 0
Current children cumulated CPU time (s) 83.09
Current children cumulated vsize (KiB) 579952

[startup+86.3005 s]
/proc/loadavg: 2.00 2.02 1.77 3/562 21511
/proc/meminfo: memFree=22729892/32950928 swapFree=41934332/67111528
[pid=21507] ppid=21505 vsize=579952 CPUtime=86.29 cores=1,3,5,7
/proc/21507/stat : 21507 (minisat_release) R 21505 21507 21356 0 -1 4202496 253999 0 0 0 8594 35 0 0 25 0 1 0 769729660 593870848 119405 33554432000 4194304 4291037 140736950678176 18446744073709551615 4248611 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/21507/statm: 144988 119405 258 24 0 141622 0
Current children cumulated CPU time (s) 86.29
Current children cumulated vsize (KiB) 579952

[startup+89.501 s]
/proc/loadavg: 2.00 2.02 1.77 3/562 21511
/proc/meminfo: memFree=22749112/32950928 swapFree=41934332/67111528
[pid=21507] ppid=21505 vsize=498564 CPUtime=89.49 cores=1,3,5,7
/proc/21507/stat : 21507 (minisat_release) R 21505 21507 21356 0 -1 4202496 286607 0 0 0 8910 39 0 0 25 0 1 0 769729660 510529536 113238 33554432000 4194304 4291037 140736950678176 18446744073709551615 4248322 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/21507/statm: 124641 113238 258 24 0 121275 0
Current children cumulated CPU time (s) 89.49
Current children cumulated vsize (KiB) 498564

[startup+91.1007 s]
/proc/loadavg: 2.00 2.02 1.77 3/562 21511
/proc/meminfo: memFree=22745640/32950928 swapFree=41934332/67111528
[pid=21507] ppid=21505 vsize=498564 CPUtime=91.09 cores=1,3,5,7
/proc/21507/stat : 21507 (minisat_release) R 21505 21507 21356 0 -1 4202496 286956 0 0 0 9070 39 0 0 25 0 1 0 769729660 510529536 113587 33554432000 4194304 4291037 140736950678176 18446744073709551615 4255577 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/21507/statm: 124641 113587 258 24 0 121275 0
Current children cumulated CPU time (s) 91.09
Current children cumulated vsize (KiB) 498564

[startup+91.5006 s]
/proc/loadavg: 2.00 2.02 1.77 3/562 21511
/proc/meminfo: memFree=22743408/32950928 swapFree=41934332/67111528
[pid=21507] ppid=21505 vsize=498564 CPUtime=91.49 cores=1,3,5,7
/proc/21507/stat : 21507 (minisat_release) R 21505 21507 21356 0 -1 4202496 287051 0 0 0 9110 39 0 0 25 0 1 0 769729660 510529536 113682 33554432000 4194304 4291037 140736950678176 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/21507/statm: 124641 113682 258 24 0 121275 0
Current children cumulated CPU time (s) 91.49
Current children cumulated vsize (KiB) 498564

[startup+91.9006 s]
/proc/loadavg: 2.00 2.02 1.77 3/562 21511
/proc/meminfo: memFree=22743408/32950928 swapFree=41934332/67111528
[pid=21507] ppid=21505 vsize=498564 CPUtime=91.89 cores=1,3,5,7
/proc/21507/stat : 21507 (minisat_release) R 21505 21507 21356 0 -1 4202496 287164 0 0 0 9150 39 0 0 25 0 1 0 769729660 510529536 113795 33554432000 4194304 4291037 140736950678176 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/21507/statm: 124641 113795 258 24 0 121275 0
Current children cumulated CPU time (s) 91.89
Current children cumulated vsize (KiB) 498564

[startup+92.0006 s]
/proc/loadavg: 2.00 2.02 1.77 3/562 21511
/proc/meminfo: memFree=22743408/32950928 swapFree=41934332/67111528
[pid=21507] ppid=21505 vsize=498564 CPUtime=91.99 cores=1,3,5,7
/proc/21507/stat : 21507 (minisat_release) R 21505 21507 21356 0 -1 4202496 287207 0 0 0 9160 39 0 0 25 0 1 0 769729660 510529536 113838 33554432000 4194304 4291037 140736950678176 18446744073709551615 4255577 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/21507/statm: 124641 113838 258 24 0 121275 0
Current children cumulated CPU time (s) 91.99
Current children cumulated vsize (KiB) 498564

Child status: 20
Real time (s): 92.0669
CPU time (s): 92.067
CPU user time (s): 91.6561
CPU system time (s): 0.410937
CPU usage (%): 100
Max. virtual memory (cumulated for all children) (KiB): 710180

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 91.6561
system time used= 0.410937
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 287231
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= 9
involuntary context switches= 1008

runsolver used 0.482926 second user time and 1.20282 second system time

The end

Launcher Data

Begin job on node126 at 2011-05-28 13:15:10
IDJOB=3419858
IDBENCH=82364
IDSOLVER=1912
FILE ID=node126/3419858-1306581304
RUNJOBID= node126-1306579393-21379
PBS_JOBID= 13471554
Free space on /tmp= 73308 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-3419858-1306581304/watcher-3419858-1306581304 -o /tmp/evaluation-result-3419858-1306581304/solver-3419858-1306581304 -C 5000 -W 5100 -M 15500  minisat_release HOME/instance-3419858-1306581304.cnf

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

MD5SUM BENCH= 2a2f6fb35277c8ead36f65de8bb36dbb
RANDOM SEED=1962541853

node126.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.783
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.56
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.783
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.783
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.74
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.783
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.74
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.783
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.80
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.783
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.783
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.783
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.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      23351144 kB
Buffers:        319288 kB
Cached:        6530336 kB
SwapCached:      49920 kB
Active:        4627040 kB
Inactive:      4641160 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      23351144 kB
SwapTotal:    67111528 kB
SwapFree:     41934332 kB
Dirty:          171316 kB
Writeback:           0 kB
AnonPages:     2381136 kB
Mapped:          25116 kB
Slab:           159368 kB
PageTables:     100488 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 176656640 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= 73304 MiB
End job on node126 at 2011-05-28 13:16:42