Trace number 3362628

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 42.0576 42.0815

General information on the benchmark

NameSAT-Race-2010-CNF/hardware-verification/
manolios/c10idw_i.cnf
MD5SUMc139a321e75833c70af36726562b66de
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark23.2925
Satisfiable
(Un)Satisfiability was proved
Number of variables196306
Number of clauses582994
Sum of the clauses size1360318
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2388662
Number of clauses of size 3194331
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

41.96/42.07	WARNING: for repeatability, setting FPU to use double precision
41.96/42.07	============================[ Problem Statistics ]=============================
41.96/42.07	|                                                                             |
41.96/42.07	|  Number of variables:        196306                                         |
41.96/42.07	|  Number of clauses:          582993                                         |
41.96/42.07	|  Parse time:                   0.28 s                                       |
41.96/42.07	|  Eliminated clauses:           7.43 Mb                                      |
41.96/42.07	|  Simplification time:          1.35 s                                       |
41.96/42.07	|                                                                             |
41.96/42.07	============================[ Search Statistics ]==============================
41.96/42.07	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
41.96/42.07	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
41.96/42.07	===============================================================================
41.96/42.07	|       100 |   43147   261913  1148572 |    96034       96     10 |  0.364 % |
41.96/42.07	|       250 |   43147   261913  1148572 |   105638      246     10 |  0.364 % |
41.96/42.07	|       475 |   43147   261913  1148572 |   116202      471     14 |  0.364 % |
41.96/42.07	|       812 |   43147   261670  1147599 |   127822      808     15 |  0.364 % |
41.96/42.07	|      1318 |   43146   261670  1147599 |   140604     1313     18 |  0.364 % |
41.96/42.07	|      2077 |   43088   261639  1147511 |   154664     2070     19 |  0.394 % |
41.96/42.07	|      3216 |   43088   261639  1147511 |   170131     3209     21 |  0.394 % |
41.96/42.07	|      4924 |   42921   260126  1141467 |   187144     4852     21 |  0.479 % |
41.96/42.07	|      7486 |   42911   259434  1138640 |   205859     7409     21 |  0.484 % |
41.96/42.07	|     11330 |   42911   259363  1138297 |   226444    11253     24 |  0.484 % |
41.96/42.07	|     17096 |   42899   259212  1137741 |   249089    17016     26 |  0.490 % |
41.96/42.07	|     25745 |   42899   259212  1137741 |   273998    25665     28 |  0.490 % |
41.96/42.07	|     38719 |   42899   259212  1137741 |   301398    38639     28 |  0.490 % |
41.96/42.07	|     58180 |   42886   259149  1137530 |   331538    58096     28 |  0.497 % |
41.96/42.07	|     87372 |   39922   232301  1004007 |   364691    72796     24 |  2.007 % |
41.96/42.07	|    131161 |   39916   232188  1003660 |   401161   116583     24 |  2.010 % |
41.96/42.07	|    196845 |   39860   231754  1001487 |   441277   177859     25 |  2.038 % |
41.96/42.07	|    295371 |   39760   230781   997578 |   485404   275308     28 |  2.089 % |
41.96/42.07	===============================================================================
41.96/42.07	restarts              : 927
41.96/42.07	conflicts             : 386514         (9214 /sec)
41.96/42.07	decisions             : 1882312        (0.00 % random) (44870 /sec)
41.96/42.07	propagations          : 138466101      (3300692 /sec)
41.96/42.07	conflict literals     : 10966747       (25.40 % deleted)
41.96/42.07	Memory used           : 198.00 MB
41.96/42.07	CPU time              : 41.9506 s
41.96/42.07	
41.96/42.07	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-3362628-1305308877/watcher-3362628-1305308877 -o /tmp/evaluation-result-3362628-1305308877/solver-3362628-1305308877 -C 2400 -W 1300 -M 7680 minisat_release HOME/instance-3362628-1305308877.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: 1.35 2.12 2.97 5/357 29396
/proc/meminfo: memFree=27133992/32951124 swapFree=53501236/67111528
[pid=29396] ppid=29394 vsize=11796 CPUtime=0 cores=5,7
/proc/29396/stat : 29396 (runsolver) R 29394 29396 28665 0 -1 4202560 41 0 0 0 0 0 0 0 18 0 1 0 642490307 12079104 49 33554432000 4194304 5432360 140734340765776 18446744073709551615 4881623 0 2147483391 4096 24578 0 0 0 17 7 0 0 0
/proc/29396/statm: 2949 49 30 303 0 2643 0

[startup+0.0367509 s]
/proc/loadavg: 1.35 2.12 2.97 5/357 29396
/proc/meminfo: memFree=27133992/32951124 swapFree=53501236/67111528
[pid=29396] ppid=29394 vsize=21492 CPUtime=0 cores=5,7
/proc/29396/stat : 29396 (minisat_release) R 29394 29396 28665 0 -1 4202496 1249 0 0 0 0 0 0 0 18 0 1 0 642490307 22007808 1168 33554432000 4194304 4291037 140734076539264 18446744073709551615 4276877 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29396/statm: 5373 1169 215 24 0 2007 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 21492

[startup+0.100718 s]
/proc/loadavg: 1.35 2.12 2.97 5/357 29396
/proc/meminfo: memFree=27133992/32951124 swapFree=53501236/67111528
[pid=29396] ppid=29394 vsize=33948 CPUtime=0.06 cores=5,7
/proc/29396/stat : 29396 (minisat_release) R 29394 29396 28665 0 -1 4202496 5230 0 0 0 6 0 0 0 18 0 1 0 642490307 34762752 4684 33554432000 4194304 4291037 140734076539264 18446744073709551615 216634176197 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29396/statm: 8487 4685 215 24 0 5121 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 33948

[startup+0.300676 s]
/proc/loadavg: 1.35 2.12 2.97 5/357 29396
/proc/meminfo: memFree=27133992/32951124 swapFree=53501236/67111528
[pid=29396] ppid=29394 vsize=77720 CPUtime=0.27 cores=5,7
/proc/29396/stat : 29396 (minisat_release) R 29394 29396 28665 0 -1 4202496 17053 0 0 0 25 2 0 0 18 0 1 0 642490307 79585280 15093 33554432000 4194304 4291037 140734076539264 18446744073709551615 216634176197 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29396/statm: 19430 15094 215 24 0 16064 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 77720

[startup+0.700608 s]
/proc/loadavg: 1.35 2.12 2.97 5/357 29396
/proc/meminfo: memFree=27133992/32951124 swapFree=53501236/67111528
[pid=29396] ppid=29394 vsize=107044 CPUtime=0.67 cores=5,7
/proc/29396/stat : 29396 (minisat_release) R 29394 29396 28665 0 -1 4202496 23955 0 0 0 64 3 0 0 18 0 1 0 642490307 109613056 21719 33554432000 4194304 4291037 140734076539264 18446744073709551615 4233090 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29396/statm: 26761 21719 294 24 0 23395 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 107044

[startup+1.50049 s]
/proc/loadavg: 1.35 2.12 2.97 4/358 29397
/proc/meminfo: memFree=26815252/32951124 swapFree=53501236/67111528
[pid=29396] ppid=29394 vsize=113868 CPUtime=1.47 cores=5,7
/proc/29396/stat : 29396 (minisat_release) R 29394 29396 28665 0 -1 4202496 33590 0 0 0 142 5 0 0 20 0 1 0 642490307 116600832 23169 33554432000 4194304 4291037 140734076539264 18446744073709551615 4231754 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29396/statm: 28467 23169 294 24 0 25101 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 113868

[startup+3.10018 s]
/proc/loadavg: 1.35 2.12 2.97 5/357 29397
/proc/meminfo: memFree=26587268/32951124 swapFree=53501236/67111528
[pid=29396] ppid=29394 vsize=112256 CPUtime=3.06 cores=5,7
/proc/29396/stat : 29396 (minisat_release) R 29394 29396 28665 0 -1 4202496 35536 0 0 0 301 5 0 0 25 0 1 0 642490307 114950144 23020 33554432000 4194304 4291037 140734076539264 18446744073709551615 4262368 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29396/statm: 28064 23020 314 24 0 24698 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 112256

[startup+6.30062 s]
/proc/loadavg: 1.57 2.15 2.98 5/362 29403
/proc/meminfo: memFree=26109748/32951124 swapFree=53501236/67111528
[pid=29396] ppid=29394 vsize=112256 CPUtime=6.26 cores=5,7
/proc/29396/stat : 29396 (minisat_release) R 29394 29396 28665 0 -1 4202496 36220 0 0 0 621 5 0 0 25 0 1 0 642490307 114950144 23683 33554432000 4194304 4291037 140734076539264 18446744073709551615 4248998 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29396/statm: 28064 23683 314 24 0 24698 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 112256

[startup+12.7005 s]
/proc/loadavg: 1.76 2.18 2.99 5/362 29403
/proc/meminfo: memFree=25816764/32951124 swapFree=53501236/67111528
[pid=29396] ppid=29394 vsize=123860 CPUtime=12.67 cores=5,7
/proc/29396/stat : 29396 (minisat_release) R 29394 29396 28665 0 -1 4202496 39404 0 0 0 1261 6 0 0 25 0 1 0 642490307 126832640 26600 33554432000 4194304 4291037 140734076539264 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29396/statm: 30965 26600 314 24 0 27599 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 123860

[startup+25.5002 s]
/proc/loadavg: 2.26 2.27 3.00 5/362 29404
/proc/meminfo: memFree=25673940/32951124 swapFree=53501236/67111528
[pid=29396] ppid=29394 vsize=173180 CPUtime=25.47 cores=5,7
/proc/29396/stat : 29396 (minisat_release) R 29394 29396 28665 0 -1 4202496 48003 0 0 0 2540 7 0 0 25 0 1 0 642490307 177336320 35082 33554432000 4194304 4291037 140734076539264 18446744073709551615 4255943 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29396/statm: 43295 35082 314 24 0 39929 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 173180

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

[startup+31.9131 s]
/proc/loadavg: 2.40 2.29 3.01 5/362 29404
/proc/meminfo: memFree=25767364/32951124 swapFree=53501236/67111528
[pid=29396] ppid=29394 vsize=173180 CPUtime=31.88 cores=5,7
/proc/29396/stat : 29396 (minisat_release) R 29394 29396 28665 0 -1 4202496 49451 0 0 0 3181 7 0 0 25 0 1 0 642490307 177336320 36480 33554432000 4194304 4291037 140734076539264 18446744073709551615 4255781 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29396/statm: 43295 36480 314 24 0 39929 0
Current children cumulated CPU time (s) 31.88
Current children cumulated vsize (KiB) 173180

[startup+38.301 s]
/proc/loadavg: 2.52 2.32 3.01 5/362 29404
/proc/meminfo: memFree=25724448/32951124 swapFree=53501236/67111528
[pid=29396] ppid=29394 vsize=154212 CPUtime=38.27 cores=5,7
/proc/29396/stat : 29396 (minisat_release) R 29394 29396 28665 0 -1 4202496 58481 0 0 0 3818 9 0 0 25 0 1 0 642490307 157913088 34053 33554432000 4194304 4291037 140734076539264 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29396/statm: 38553 34053 314 24 0 35187 0
Current children cumulated CPU time (s) 38.27
Current children cumulated vsize (KiB) 154212

[startup+39.9007 s]
/proc/loadavg: 2.64 2.35 3.02 5/362 29404
/proc/meminfo: memFree=25742056/32951124 swapFree=53501236/67111528
[pid=29396] ppid=29394 vsize=173180 CPUtime=39.87 cores=5,7
/proc/29396/stat : 29396 (minisat_release) R 29394 29396 28665 0 -1 4202496 58868 0 0 0 3978 9 0 0 25 0 1 0 642490307 177336320 34431 33554432000 4194304 4291037 140734076539264 18446744073709551615 4255736 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29396/statm: 43295 34431 314 24 0 39929 0
Current children cumulated CPU time (s) 39.87
Current children cumulated vsize (KiB) 173180

[startup+40.7135 s]
/proc/loadavg: 2.64 2.35 3.02 5/362 29404
/proc/meminfo: memFree=25737344/32951124 swapFree=53501236/67111528
[pid=29396] ppid=29394 vsize=173180 CPUtime=40.68 cores=5,7
/proc/29396/stat : 29396 (minisat_release) R 29394 29396 28665 0 -1 4202496 59074 0 0 0 4059 9 0 0 25 0 1 0 642490307 177336320 34628 33554432000 4194304 4291037 140734076539264 18446744073709551615 4255983 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29396/statm: 43295 34628 314 24 0 39929 0
Current children cumulated CPU time (s) 40.68
Current children cumulated vsize (KiB) 173180

[startup+41.5004 s]
/proc/loadavg: 2.64 2.35 3.02 5/362 29404
/proc/meminfo: memFree=25737344/32951124 swapFree=53501236/67111528
[pid=29396] ppid=29394 vsize=173180 CPUtime=41.46 cores=5,7
/proc/29396/stat : 29396 (minisat_release) R 29394 29396 28665 0 -1 4202496 59190 0 0 0 4137 9 0 0 25 0 1 0 642490307 177336320 34739 33554432000 4194304 4291037 140734076539264 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29396/statm: 43295 34739 314 24 0 39929 0
Current children cumulated CPU time (s) 41.46
Current children cumulated vsize (KiB) 173180

[startup+41.9003 s]
/proc/loadavg: 2.64 2.35 3.02 5/362 29404
/proc/meminfo: memFree=25733128/32951124 swapFree=53501236/67111528
[pid=29396] ppid=29394 vsize=173180 CPUtime=41.86 cores=5,7
/proc/29396/stat : 29396 (minisat_release) R 29394 29396 28665 0 -1 4202496 59232 0 0 0 4177 9 0 0 25 0 1 0 642490307 177336320 34776 33554432000 4194304 4291037 140734076539264 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29396/statm: 43295 34776 314 24 0 39929 0
Current children cumulated CPU time (s) 41.86
Current children cumulated vsize (KiB) 173180

[startup+42.0003 s]
/proc/loadavg: 2.64 2.35 3.02 5/362 29404
/proc/meminfo: memFree=25733128/32951124 swapFree=53501236/67111528
[pid=29396] ppid=29394 vsize=173180 CPUtime=41.96 cores=5,7
/proc/29396/stat : 29396 (minisat_release) R 29394 29396 28665 0 -1 4202496 59241 0 0 0 4187 9 0 0 25 0 1 0 642490307 177336320 34783 33554432000 4194304 4291037 140734076539264 18446744073709551615 4250299 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29396/statm: 43295 34783 314 24 0 39929 0
Current children cumulated CPU time (s) 41.96
Current children cumulated vsize (KiB) 173180

Child status: 20
Real time (s): 42.0815
CPU time (s): 42.0576
CPU user time (s): 41.9506
CPU system time (s): 0.106983
CPU usage (%): 99.9432
Max. virtual memory (cumulated for all children) (KiB): 203532

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

runsolver used 0.151976 second user time and 0.328949 second system time

The end

Launcher Data

Begin job on node103 at 2011-05-13 19:47:57
IDJOB=3362628
IDBENCH=88143
IDSOLVER=1840
FILE ID=node103/3362628-1305308877
RUNJOBID= node103-1305308876-29286
PBS_JOBID= 13321469
Free space on /tmp= 48396 MiB

SOLVER NAME= minisat hack reference: minisat 2.2.0
BENCH NAME= SAT-Race-2010-CNF/hardware-verification/manolios/c10idw_i.cnf
COMMAND LINE= minisat_release BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3362628-1305308877/watcher-3362628-1305308877 -o /tmp/evaluation-result-3362628-1305308877/solver-3362628-1305308877 -C 2400 -W 1300 -M 7680  minisat_release HOME/instance-3362628-1305308877.cnf

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

MD5SUM BENCH= c139a321e75833c70af36726562b66de
RANDOM SEED=393717954

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:      27136092 kB
Buffers:        242344 kB
Cached:        2994700 kB
SwapCached:     340160 kB
Active:        1276784 kB
Inactive:      4279848 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      27136092 kB
SwapTotal:    67111528 kB
SwapFree:     53501236 kB
Dirty:           24944 kB
Writeback:           0 kB
AnonPages:     1989568 kB
Mapped:          10732 kB
Slab:           140748 kB
PageTables:      53048 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 78395016 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= 48180 MiB
End job on node103 at 2011-05-13 19:48:39