Trace number 3362644

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 70.4053 70.4083

General information on the benchmark

Nameapplication/jarvisalo/
HWMCC10-combination-timeframe-expansion/hwmcc10-timeframe-expansion-k45-pdtviseisenberg1-tseitin.cnf
MD5SUMab962ce6f14e7741edd1ff987decb0b7
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark21.0498
Satisfiable
(Un)Satisfiability was proved
Number of variables102621
Number of clauses307469
Sum of the clauses size717425
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2204978
Number of clauses of size 3102489
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

70.30/70.40	WARNING: for repeatability, setting FPU to use double precision
70.30/70.40	============================[ Problem Statistics ]=============================
70.30/70.40	|                                                                             |
70.30/70.40	|  Number of variables:        102621                                         |
70.30/70.40	|  Number of clauses:          307467                                         |
70.30/70.40	|  Parse time:                   0.12 s                                       |
70.30/70.40	|  Eliminated clauses:           3.76 Mb                                      |
70.30/70.40	|  Simplification time:          0.85 s                                       |
70.30/70.40	|                                                                             |
70.30/70.40	============================[ Search Statistics ]==============================
70.30/70.40	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
70.30/70.40	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
70.30/70.40	===============================================================================
70.30/70.40	|       100 |   23397   143866   519344 |    52750       99      8 |  0.009 % |
70.30/70.40	|       250 |   23396   143866   519344 |    58025      248      8 |  0.010 % |
70.30/70.40	|       475 |   23359   143866   519344 |    63828      469      9 |  0.046 % |
70.30/70.40	|       812 |   23359   143866   519344 |    70211      806     11 |  0.046 % |
70.30/70.40	|      1318 |   23231   143866   519344 |    77232     1309     12 |  0.171 % |
70.30/70.40	|      2077 |   23221   142241   512737 |    84955     2049     12 |  0.180 % |
70.30/70.40	|      3216 |   23221   142241   512737 |    93451     3188     14 |  0.180 % |
70.30/70.40	|      4924 |   23217   142232   512714 |   102796     4893     14 |  0.184 % |
70.30/70.40	|      7486 |   23204   142149   512506 |   113076     7437     15 |  0.197 % |
70.30/70.40	|     11330 |   23171   141940   511740 |   124383    11272     15 |  0.229 % |
70.30/70.40	|     17096 |   23153   141433   510299 |   136822    16996     16 |  0.247 % |
70.30/70.40	|     25745 |   23104   141037   509219 |   150504    25384     17 |  0.294 % |
70.30/70.40	|     38719 |   22989   139924   505822 |   165554    37789     19 |  0.406 % |
70.30/70.40	|     58180 |   22932   139332   504332 |   182110    57019     20 |  0.462 % |
70.30/70.40	|     87372 |   22879   138633   502074 |   200321    85854     21 |  0.514 % |
70.30/70.40	|    131161 |   22828   138162   500695 |   220353   129275     24 |  0.563 % |
70.30/70.40	|    196845 |   22733   137200   497829 |   242388   194476     26 |  0.656 % |
70.30/70.40	|    295371 |   22720   137011   497224 |   266627    89236     22 |  0.668 % |
70.30/70.40	===============================================================================
70.30/70.40	restarts              : 955
70.30/70.40	conflicts             : 393734         (5598 /sec)
70.30/70.40	decisions             : 871522         (0.00 % random) (12392 /sec)
70.30/70.40	propagations          : 222010689      (3156686 /sec)
70.30/70.40	conflict literals     : 10867916       (33.72 % deleted)
70.30/70.40	Memory used           : 116.00 MB
70.30/70.40	CPU time              : 70.3303 s
70.30/70.40	
70.30/70.40	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-3362644-1305307543/watcher-3362644-1305307543 -o /tmp/evaluation-result-3362644-1305307543/solver-3362644-1305307543 -C 2400 -W 1300 -M 7680 minisat_release HOME/instance-3362644-1305307543.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: 4.00 4.02 3.98 5/361 29040
/proc/meminfo: memFree=26351792/32951124 swapFree=53501236/67111528
[pid=29040] ppid=29038 vsize=21104 CPUtime=0 cores=4,6
/proc/29040/stat : 29040 (minisat_release) R 29038 29040 28665 0 -1 4202496 1143 0 0 0 0 0 0 0 25 0 1 0 642356974 21610496 1065 33554432000 4194304 4291037 140736676891776 18446744073709551615 4270007 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29040/statm: 5276 1066 215 24 0 1910 0

[startup+0.0987461 s]
/proc/loadavg: 4.00 4.02 3.98 5/361 29040
/proc/meminfo: memFree=26351792/32951124 swapFree=53501236/67111528
[pid=29040] ppid=29038 vsize=40660 CPUtime=0.08 cores=4,6
/proc/29040/stat : 29040 (minisat_release) R 29038 29040 28665 0 -1 4202496 7191 0 0 0 8 0 0 0 25 0 1 0 642356974 41635840 6365 33554432000 4194304 4291037 140736676891776 18446744073709551615 216634176197 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29040/statm: 10165 6367 215 24 0 6799 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 40660

[startup+0.100735 s]
/proc/loadavg: 4.00 4.02 3.98 5/361 29040
/proc/meminfo: memFree=26351792/32951124 swapFree=53501236/67111528
[pid=29040] ppid=29038 vsize=40924 CPUtime=0.08 cores=4,6
/proc/29040/stat : 29040 (minisat_release) R 29038 29040 28665 0 -1 4202496 7311 0 0 0 8 0 0 0 25 0 1 0 642356974 41906176 6481 33554432000 4194304 4291037 140736676891776 18446744073709551615 4277998 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29040/statm: 10231 6483 215 24 0 6865 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 40924

[startup+0.300711 s]
/proc/loadavg: 4.00 4.02 3.98 5/361 29040
/proc/meminfo: memFree=26351792/32951124 swapFree=53501236/67111528
[pid=29040] ppid=29038 vsize=64372 CPUtime=0.28 cores=4,6
/proc/29040/stat : 29040 (minisat_release) R 29038 29040 28665 0 -1 4202496 12239 0 0 0 27 1 0 0 25 0 1 0 642356974 65916928 11164 33554432000 4194304 4291037 140736676891776 18446744073709551615 4276877 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29040/statm: 16093 11165 249 24 0 12727 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 64372

[startup+0.700641 s]
/proc/loadavg: 4.00 4.02 3.98 5/361 29040
/proc/meminfo: memFree=26351792/32951124 swapFree=53501236/67111528
[pid=29040] ppid=29038 vsize=63216 CPUtime=0.69 cores=4,6
/proc/29040/stat : 29040 (minisat_release) R 29038 29040 28665 0 -1 4202496 16760 0 0 0 67 2 0 0 25 0 1 0 642356974 64733184 11303 33554432000 4194304 4291037 140736676891776 18446744073709551615 4232309 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29040/statm: 15804 11303 249 24 0 12438 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 63216

[startup+1.50049 s]
/proc/loadavg: 4.00 4.02 3.98 5/362 29042
/proc/meminfo: memFree=26299476/32951124 swapFree=53501236/67111528
[pid=29040] ppid=29038 vsize=70428 CPUtime=1.49 cores=4,6
/proc/29040/stat : 29040 (minisat_release) R 29038 29040 28665 0 -1 4202496 18973 0 0 0 147 2 0 0 25 0 1 0 642356974 72118272 12446 33554432000 4194304 4291037 140736676891776 18446744073709551615 4255577 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29040/statm: 17607 12446 268 24 0 14241 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 70428

[startup+3.10019 s]
/proc/loadavg: 4.00 4.02 3.98 5/362 29042
/proc/meminfo: memFree=26294144/32951124 swapFree=53501236/67111528
[pid=29040] ppid=29038 vsize=70428 CPUtime=3.09 cores=4,6
/proc/29040/stat : 29040 (minisat_release) R 29038 29040 28665 0 -1 4202496 19300 0 0 0 307 2 0 0 25 0 1 0 642356974 72118272 12759 33554432000 4194304 4291037 140736676891776 18446744073709551615 4256299 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29040/statm: 17607 12759 268 24 0 14241 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 70428

[startup+6.30066 s]
/proc/loadavg: 4.00 4.02 3.98 5/362 29042
/proc/meminfo: memFree=26279704/32951124 swapFree=53501236/67111528
[pid=29040] ppid=29038 vsize=70428 CPUtime=6.29 cores=4,6
/proc/29040/stat : 29040 (minisat_release) R 29038 29040 28665 0 -1 4202496 19901 0 0 0 627 2 0 0 25 0 1 0 642356974 72118272 13326 33554432000 4194304 4291037 140736676891776 18446744073709551615 4255694 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29040/statm: 17607 13326 268 24 0 14241 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 70428

[startup+12.7005 s]
/proc/loadavg: 4.00 4.02 3.98 5/359 29045
/proc/meminfo: memFree=26758212/32951124 swapFree=53501236/67111528
[pid=29040] ppid=29038 vsize=89104 CPUtime=12.69 cores=4,6
/proc/29040/stat : 29040 (minisat_release) R 29038 29040 28665 0 -1 4202496 23392 0 0 0 1266 3 0 0 25 0 1 0 642356974 91242496 16800 33554432000 4194304 4291037 140736676891776 18446744073709551615 4251666 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29040/statm: 22276 16800 268 24 0 18910 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 89104

[startup+25.5003 s]
/proc/loadavg: 4.07 4.04 3.99 5/362 29123
/proc/meminfo: memFree=26753968/32951124 swapFree=53501236/67111528
[pid=29040] ppid=29038 vsize=100780 CPUtime=25.48 cores=4,6
/proc/29040/stat : 29040 (minisat_release) R 29038 29040 28665 0 -1 4202496 25458 0 0 0 2545 3 0 0 25 0 1 0 642356974 103198720 18800 33554432000 4194304 4291037 140736676891776 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29040/statm: 25195 18800 268 24 0 21829 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 100780

[startup+51.1008 s]
/proc/loadavg: 4.05 4.03 3.99 5/362 29151
/proc/meminfo: memFree=26726064/32951124 swapFree=53501236/67111528
[pid=29040] ppid=29038 vsize=99820 CPUtime=51.08 cores=4,6
/proc/29040/stat : 29040 (minisat_release) R 29038 29040 28665 0 -1 4202496 31921 0 0 0 5103 5 0 0 25 0 1 0 642356974 102215680 17436 33554432000 4194304 4291037 140736676891776 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29040/statm: 24955 17436 268 24 0 21589 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 99820

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

[startup+63.9005 s]
/proc/loadavg: 4.04 4.03 3.99 5/362 29151
/proc/meminfo: memFree=26671624/32951124 swapFree=53501236/67111528
[pid=29040] ppid=29038 vsize=111496 CPUtime=63.88 cores=4,6
/proc/29040/stat : 29040 (minisat_release) R 29038 29040 28665 0 -1 4202496 33836 0 0 0 6382 6 0 0 25 0 1 0 642356974 114171904 19296 33554432000 4194304 4291037 140736676891776 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29040/statm: 27874 19296 268 24 0 24508 0
Current children cumulated CPU time (s) 63.88
Current children cumulated vsize (KiB) 111496

[startup+67.114 s]
/proc/loadavg: 4.03 4.03 3.99 5/362 29151
/proc/meminfo: memFree=26660808/32951124 swapFree=53501236/67111528
[pid=29040] ppid=29038 vsize=111496 CPUtime=67.11 cores=4,6
/proc/29040/stat : 29040 (minisat_release) R 29038 29040 28665 0 -1 4202496 34167 0 0 0 6704 7 0 0 25 0 1 0 642356974 114171904 19619 33554432000 4194304 4291037 140736676891776 18446744073709551615 4255935 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29040/statm: 27874 19619 268 24 0 24508 0
Current children cumulated CPU time (s) 67.11
Current children cumulated vsize (KiB) 111496

[startup+68.7006 s]
/proc/loadavg: 4.03 4.03 3.99 5/362 29151
/proc/meminfo: memFree=26655104/32951124 swapFree=53501236/67111528
[pid=29040] ppid=29038 vsize=111496 CPUtime=68.69 cores=4,6
/proc/29040/stat : 29040 (minisat_release) R 29038 29040 28665 0 -1 4202496 34349 0 0 0 6862 7 0 0 25 0 1 0 642356974 114171904 19796 33554432000 4194304 4291037 140736676891776 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29040/statm: 27874 19796 268 24 0 24508 0
Current children cumulated CPU time (s) 68.69
Current children cumulated vsize (KiB) 111496

[startup+69.5005 s]
/proc/loadavg: 4.03 4.03 3.99 5/362 29151
/proc/meminfo: memFree=26650392/32951124 swapFree=53501236/67111528
[pid=29040] ppid=29038 vsize=111496 CPUtime=69.49 cores=4,6
/proc/29040/stat : 29040 (minisat_release) R 29038 29040 28665 0 -1 4202496 34418 0 0 0 6942 7 0 0 25 0 1 0 642356974 114171904 19862 33554432000 4194304 4291037 140736676891776 18446744073709551615 4255638 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29040/statm: 27874 19862 268 24 0 24508 0
Current children cumulated CPU time (s) 69.49
Current children cumulated vsize (KiB) 111496

[startup+69.9004 s]
/proc/loadavg: 4.03 4.03 3.99 5/362 29151
/proc/meminfo: memFree=26650392/32951124 swapFree=53501236/67111528
[pid=29040] ppid=29038 vsize=111496 CPUtime=69.89 cores=4,6
/proc/29040/stat : 29040 (minisat_release) R 29038 29040 28665 0 -1 4202496 34453 0 0 0 6982 7 0 0 25 0 1 0 642356974 114171904 19895 33554432000 4194304 4291037 140736676891776 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29040/statm: 27874 19895 268 24 0 24508 0
Current children cumulated CPU time (s) 69.89
Current children cumulated vsize (KiB) 111496

[startup+70.3004 s]
/proc/loadavg: 4.03 4.03 3.99 5/362 29151
/proc/meminfo: memFree=26646672/32951124 swapFree=53501236/67111528
[pid=29040] ppid=29038 vsize=111496 CPUtime=70.3 cores=4,6
/proc/29040/stat : 29040 (minisat_release) R 29038 29040 28665 0 -1 4202496 34498 0 0 0 7023 7 0 0 25 0 1 0 642356974 114171904 19939 33554432000 4194304 4291037 140736676891776 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/29040/statm: 27874 19939 268 24 0 24508 0
Current children cumulated CPU time (s) 70.3
Current children cumulated vsize (KiB) 111496

Child status: 20
Real time (s): 70.4083
CPU time (s): 70.4053
CPU user time (s): 70.3303
CPU system time (s): 0.074988
CPU usage (%): 99.9957
Max. virtual memory (cumulated for all children) (KiB): 119748

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

runsolver used 0.272958 second user time and 0.542917 second system time

The end

Launcher Data

Begin job on node103 at 2011-05-13 19:25:44
IDJOB=3362644
IDBENCH=82473
IDSOLVER=1840
FILE ID=node103/3362644-1305307543
RUNJOBID= node103-1305306108-28684
PBS_JOBID= 13321469
Free space on /tmp= 48304 MiB

SOLVER NAME= minisat hack reference: minisat 2.2.0
BENCH NAME= SAT11/application/jarvisalo/HWMCC10-combination-timeframe-expansion/hwmcc10-timeframe-expansion-k45-pdtviseisenberg1-tseitin.cnf
COMMAND LINE= minisat_release BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3362644-1305307543/watcher-3362644-1305307543 -o /tmp/evaluation-result-3362644-1305307543/solver-3362644-1305307543 -C 2400 -W 1300 -M 7680  minisat_release HOME/instance-3362644-1305307543.cnf

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

MD5SUM BENCH= ab962ce6f14e7741edd1ff987decb0b7
RANDOM SEED=1199092735

node103.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.858
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.71
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.858
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.858
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.858
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.77
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.858
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.858
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.83
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.858
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:      26351824 kB
Buffers:        241464 kB
Cached:        3055544 kB
SwapCached:     340160 kB
Active:        2096064 kB
Inactive:      4241592 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      26351824 kB
SwapTotal:    67111528 kB
SwapFree:     53501236 kB
Dirty:           10476 kB
Writeback:           0 kB
AnonPages:     2711412 kB
Mapped:          11136 kB
Slab:           142188 kB
PageTables:      54768 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 79260520 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= 48396 MiB
End job on node103 at 2011-05-13 19:26:54