Trace number 3377097

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
QuteRSat 2011-05-12 (fixed)UNSAT 145.784 145.782

General information on the benchmark

Nameapplication/jarvisalo/HWMCC10-combination-timeframe-expansion/
hwmcc10-timeframe-expansion-k45-pdtvissoap1-tseitin.cnf
MD5SUMa4c7dbdc89378b1335eea4904f9f5cb5
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark117.78
Satisfiable
(Un)Satisfiability was proved
Number of variables156058
Number of clauses466691
Sum of the clauses size1088943
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2311126
Number of clauses of size 3155563
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.01	c Set FPU double precision.
0.28/0.30	c Parse Cnf success: #var: 156058 #clause: 466691
0.28/0.30	c Find Units :          2
0.28/0.32	c Find Invs  :          0
0.28/0.39	c Find Ands  :     169145 AvgFaninNum: 2
0.39/0.40	c Find Xors  :          0 AvgFaninNum: nan
0.39/0.44	c Find Ite   :          0
0.49/0.54	c UnDirect variable: 0
0.49/0.54	c UnDirect to Direct Gate: 0
0.49/0.54	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.49/0.56	c Break Cycle : 4998
0.49/0.56	c Total Root : 1 Undef Var: 5009
0.59/0.66	c After covering, Total Root: 5380 Leaf: 5002
0.59/0.66	c Variable( cover/uncovered/unused ): 156051 7 0
0.59/0.66	c Unit Clauses: 2
0.59/0.66	c Binary Clauses( cover/uncovered ): 302098 9028
0.59/0.66	c Clauses( cover/uncovered ): 151049 4514
0.59/0.66	c Total Clauses( cover/uncovered ): 453149 13542 97.0983%
0.59/0.66	c Covered Ands: 151049 Invs: 0 Xors: 0 Ites: 0
0.59/0.67	c Uncover Clauses avg size: 2.33333 max size: 3
0.59/0.68	c Final circuit: i/l/o/s    5008       0   13543    168694
0.59/0.68	c CnfToAig: Time: 0.67 s
1.10/1.19	c TmMap: Set choices finish.
1.19/1.27	c TmMap: Set big and: 33813
1.19/1.27	c TmMap: Origin: 173703 ClauseNum: 506082 --> New: 66020 ClauseNum: 247443
1.19/1.27	c TmMap: Time: 0.13
2.59/2.61	c Simulation --> TransNum: 220032/247443 Try to Add: #clause: 171613 #xorclause: 0
2.69/2.70	c #var: 52152 #clauses: 138164 Solving... 
8.89/8.94	c Abstract SAT
9.09/9.14	c Simulation --> TransNum: 242794/247443 Try to Add: #clause: 68 #xorclause: 0
9.09/9.14	c #var: 52211 #clauses: 119154 Solving... 
9.59/9.68	c Abstract SAT
9.80/9.87	c Simulation --> TransNum: 242913/247443 Try to Add: #clause: 1 #xorclause: 0
9.80/9.87	c #var: 52211 #clauses: 119157 Solving... 
13.28/13.32	c Abstract SAT
13.28/13.32	c Simulation --> TransNum: 247443/247443 Try to Add: #clause: 4323 #xorclause: 0
13.28/13.34	c #var: 52476 #clauses: 132689 Solving... 
145.69/145.76	s UNSATISFIABLE
145.69/145.77	c CPU time: 145.76 s

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-3377097-1305468441/watcher-3377097-1305468441 -o /tmp/evaluation-result-3377097-1305468441/solver-3377097-1305468441 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3377097-1305468441.cnf 477378326 

running on 2 cores: 1,3

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.16 4.35 5.34 5/346 32378
/proc/meminfo: memFree=11651068/32950928 swapFree=67085488/67111528
[pid=32378] ppid=32376 vsize=37048 CPUtime=0 cores=1,3
/proc/32378/stat : 32378 (qutersat_releas) R 32376 32378 32129 0 -1 4202496 2969 0 0 0 0 0 0 0 23 0 1 0 737074850 37937152 2905 33554432000 4194304 6014671 140733225984720 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/32378/statm: 9262 2906 378 445 0 2807 0

[startup+0.044486 s]
/proc/loadavg: 4.16 4.35 5.34 5/346 32378
/proc/meminfo: memFree=11651068/32950928 swapFree=67085488/67111528
[pid=32378] ppid=32376 vsize=45240 CPUtime=0.03 cores=1,3
/proc/32378/stat : 32378 (qutersat_releas) R 32376 32378 32129 0 -1 4202496 5078 0 0 0 3 0 0 0 23 0 1 0 737074850 46325760 5014 33554432000 4194304 6014671 140733225984720 18446744073709551615 4277551 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/32378/statm: 11310 5014 378 445 0 4855 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 45240

[startup+0.100479 s]
/proc/loadavg: 4.16 4.35 5.34 5/346 32378
/proc/meminfo: memFree=11651068/32950928 swapFree=67085488/67111528
[pid=32378] ppid=32376 vsize=55480 CPUtime=0.08 cores=1,3
/proc/32378/stat : 32378 (qutersat_releas) R 32376 32378 32129 0 -1 4202496 7593 0 0 0 8 0 0 0 23 0 1 0 737074850 56811520 7529 33554432000 4194304 6014671 140733225984720 18446744073709551615 4811180 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/32378/statm: 13870 7529 378 445 0 7415 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 55480

[startup+0.300439 s]
/proc/loadavg: 4.16 4.35 5.34 5/346 32378
/proc/meminfo: memFree=11651068/32950928 swapFree=67085488/67111528
[pid=32378] ppid=32376 vsize=85944 CPUtime=0.28 cores=1,3
/proc/32378/stat : 32378 (qutersat_releas) R 32376 32378 32129 0 -1 4202496 15131 0 0 0 27 1 0 0 25 0 1 0 737074850 88006656 15067 33554432000 4194304 6014671 140733225984720 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/32378/statm: 21486 15068 378 445 0 15031 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 85944

[startup+0.700365 s]
/proc/loadavg: 4.16 4.35 5.34 5/346 32378
/proc/meminfo: memFree=11651068/32950928 swapFree=67085488/67111528
[pid=32378] ppid=32376 vsize=96312 CPUtime=0.69 cores=1,3
/proc/32378/stat : 32378 (qutersat_releas) R 32376 32378 32129 0 -1 4202496 17882 0 0 0 67 2 0 0 25 0 1 0 737074850 98623488 17818 33554432000 4194304 6014671 140733225984720 18446744073709551615 4340831 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/32378/statm: 24078 17819 629 445 0 17623 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 96312

[startup+1.50022 s]
/proc/loadavg: 4.16 4.35 5.34 5/347 32379
/proc/meminfo: memFree=11568236/32950928 swapFree=67085488/67111528
[pid=32378] ppid=32376 vsize=142064 CPUtime=1.49 cores=1,3
/proc/32378/stat : 32378 (qutersat_releas) R 32376 32378 32129 0 -1 4202496 29182 0 0 0 146 3 0 0 25 0 1 0 737074850 145473536 29118 33554432000 4194304 6014671 140733225984720 18446744073709551615 4243329 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/32378/statm: 35516 29118 681 445 0 29061 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 142064

[startup+3.10091 s]
/proc/loadavg: 4.14 4.34 5.33 5/347 32379
/proc/meminfo: memFree=11532524/32950928 swapFree=67085488/67111528
[pid=32378] ppid=32376 vsize=142064 CPUtime=3.09 cores=1,3
/proc/32378/stat : 32378 (qutersat_releas) R 32376 32378 32129 0 -1 4202496 29200 0 0 0 306 3 0 0 25 0 1 0 737074850 145473536 29136 33554432000 4194304 6014671 140733225984720 18446744073709551615 4424324 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/32378/statm: 35516 29136 697 445 0 29061 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 142064

[startup+6.30032 s]
/proc/loadavg: 4.14 4.34 5.33 5/347 32379
/proc/meminfo: memFree=11527340/32950928 swapFree=67085488/67111528
[pid=32378] ppid=32376 vsize=142064 CPUtime=6.29 cores=1,3
/proc/32378/stat : 32378 (qutersat_releas) R 32376 32378 32129 0 -1 4202496 29230 0 0 0 626 3 0 0 25 0 1 0 737074850 145473536 29166 33554432000 4194304 6014671 140733225984720 18446744073709551615 4423560 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/32378/statm: 35516 29166 726 445 0 29061 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 142064

[startup+12.7011 s]
/proc/loadavg: 4.12 4.33 5.32 5/347 32380
/proc/meminfo: memFree=11508248/32950928 swapFree=67085488/67111528
[pid=32378] ppid=32376 vsize=170812 CPUtime=12.69 cores=1,3
/proc/32378/stat : 32378 (qutersat_releas) R 32376 32378 32129 0 -1 4202496 31702 0 0 0 1266 3 0 0 25 0 1 0 737074850 174911488 31638 33554432000 4194304 6014671 140733225984720 18446744073709551615 4424307 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/32378/statm: 42703 31638 729 445 0 36248 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 170812

[startup+25.5007 s]
/proc/loadavg: 4.10 4.32 5.30 5/347 32380
/proc/meminfo: memFree=11465736/32950928 swapFree=67085488/67111528
[pid=32378] ppid=32376 vsize=183580 CPUtime=25.49 cores=1,3
/proc/32378/stat : 32378 (qutersat_releas) R 32376 32378 32129 0 -1 4202496 34580 0 0 0 2545 4 0 0 25 0 1 0 737074850 187985920 34516 33554432000 4194304 6014671 140733225984720 18446744073709551615 4424451 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/32378/statm: 45895 34516 730 445 0 39440 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 183580

[startup+51.1009 s]
/proc/loadavg: 4.07 4.29 5.27 5/347 32381
/proc/meminfo: memFree=11411596/32950928 swapFree=67085488/67111528
[pid=32378] ppid=32376 vsize=196648 CPUtime=51.09 cores=1,3
/proc/32378/stat : 32378 (qutersat_releas) R 32376 32378 32129 0 -1 4202496 37433 0 0 0 5105 4 0 0 25 0 1 0 737074850 201367552 37369 33554432000 4194304 6014671 140733225984720 18446744073709551615 4422589 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/32378/statm: 49162 37369 730 445 0 42707 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 196648

[startup+102.313 s]
/proc/loadavg: 4.02 4.24 5.19 5/347 32382
/proc/meminfo: memFree=11344420/32950928 swapFree=67085488/67111528
[pid=32378] ppid=32376 vsize=224332 CPUtime=102.3 cores=1,3
/proc/32378/stat : 32378 (qutersat_releas) R 32376 32378 32129 0 -1 4202496 44530 0 0 0 10224 6 0 0 25 0 1 0 737074850 229715968 44466 33554432000 4194304 6014671 140733225984720 18446744073709551615 4424107 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/32378/statm: 56083 44466 730 445 0 49628 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 224332

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

[startup+127.9 s]
/proc/loadavg: 4.02 4.22 5.16 5/347 32383
/proc/meminfo: memFree=11304600/32950928 swapFree=67085488/67111528
[pid=32378] ppid=32376 vsize=254416 CPUtime=127.89 cores=1,3
/proc/32378/stat : 32378 (qutersat_releas) R 32376 32378 32129 0 -1 4202496 51711 0 0 0 12781 8 0 0 25 0 1 0 737074850 260521984 51647 33554432000 4194304 6014671 140733225984720 18446744073709551615 4379319 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/32378/statm: 63604 51647 730 445 0 57149 0
Current children cumulated CPU time (s) 127.89
Current children cumulated vsize (KiB) 254416

[startup+134.3 s]
/proc/loadavg: 4.01 4.22 5.15 5/347 32383
/proc/meminfo: memFree=11297776/32950928 swapFree=67085488/67111528
[pid=32378] ppid=32376 vsize=254416 CPUtime=134.29 cores=1,3
/proc/32378/stat : 32378 (qutersat_releas) R 32376 32378 32129 0 -1 4202496 52595 0 0 0 13421 8 0 0 25 0 1 0 737074850 260521984 52531 33554432000 4194304 6014671 140733225984720 18446744073709551615 4372121 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/32378/statm: 63604 52531 730 445 0 57149 0
Current children cumulated CPU time (s) 134.29
Current children cumulated vsize (KiB) 254416

[startup+140.701 s]
/proc/loadavg: 4.01 4.21 5.15 5/347 32383
/proc/meminfo: memFree=11287360/32950928 swapFree=67085488/67111528
[pid=32378] ppid=32376 vsize=269876 CPUtime=140.71 cores=1,3
/proc/32378/stat : 32378 (qutersat_releas) R 32376 32378 32129 0 -1 4202496 54935 0 0 0 14062 9 0 0 25 0 1 0 737074850 276353024 54644 33554432000 4194304 6014671 140733225984720 18446744073709551615 4423640 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/32378/statm: 67469 54644 730 445 0 61014 0
Current children cumulated CPU time (s) 140.71
Current children cumulated vsize (KiB) 269876

[startup+143.9 s]
/proc/loadavg: 4.01 4.21 5.14 5/347 32383
/proc/meminfo: memFree=11285624/32950928 swapFree=67085488/67111528
[pid=32378] ppid=32376 vsize=269876 CPUtime=143.89 cores=1,3
/proc/32378/stat : 32378 (qutersat_releas) R 32376 32378 32129 0 -1 4202496 55391 0 0 0 14380 9 0 0 25 0 1 0 737074850 276353024 55100 33554432000 4194304 6014671 140733225984720 18446744073709551615 4424120 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/32378/statm: 67469 55100 730 445 0 61014 0
Current children cumulated CPU time (s) 143.89
Current children cumulated vsize (KiB) 269876

[startup+144.7 s]
/proc/loadavg: 4.01 4.21 5.14 5/347 32383
/proc/meminfo: memFree=11285004/32950928 swapFree=67085488/67111528
[pid=32378] ppid=32376 vsize=269876 CPUtime=144.69 cores=1,3
/proc/32378/stat : 32378 (qutersat_releas) R 32376 32378 32129 0 -1 4202496 55494 0 0 0 14460 9 0 0 25 0 1 0 737074850 276353024 55203 33554432000 4194304 6014671 140733225984720 18446744073709551615 4423925 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/32378/statm: 67469 55203 730 445 0 61014 0
Current children cumulated CPU time (s) 144.69
Current children cumulated vsize (KiB) 269876

[startup+145.501 s]
/proc/loadavg: 4.01 4.21 5.14 5/347 32383
/proc/meminfo: memFree=11283764/32950928 swapFree=67085488/67111528
[pid=32378] ppid=32376 vsize=269876 CPUtime=145.49 cores=1,3
/proc/32378/stat : 32378 (qutersat_releas) R 32376 32378 32129 0 -1 4202496 55607 0 0 0 14540 9 0 0 25 0 1 0 737074850 276353024 55316 33554432000 4194304 6014671 140733225984720 18446744073709551615 4379528 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/32378/statm: 67469 55316 730 445 0 61014 0
Current children cumulated CPU time (s) 145.49
Current children cumulated vsize (KiB) 269876

[startup+145.701 s]
/proc/loadavg: 4.01 4.21 5.14 5/347 32383
/proc/meminfo: memFree=11283764/32950928 swapFree=67085488/67111528
[pid=32378] ppid=32376 vsize=269876 CPUtime=145.69 cores=1,3
/proc/32378/stat : 32378 (qutersat_releas) R 32376 32378 32129 0 -1 4202496 55634 0 0 0 14560 9 0 0 25 0 1 0 737074850 276353024 55343 33554432000 4194304 6014671 140733225984720 18446744073709551615 4424169 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/32378/statm: 67469 55343 730 445 0 61014 0
Current children cumulated CPU time (s) 145.69
Current children cumulated vsize (KiB) 269876

Child status: 0
Real time (s): 145.782
CPU time (s): 145.784
CPU user time (s): 145.678
CPU system time (s): 0.105983
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 269876

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

runsolver used 0.493924 second user time and 1.10383 second system time

The end

Launcher Data

Begin job on node114 at 2011-05-15 16:07:22
IDJOB=3377097
IDBENCH=82488
IDSOLVER=1856
FILE ID=node114/3377097-1305468441
RUNJOBID= node114-1305467738-32149
PBS_JOBID= 13325312
Free space on /tmp= 72976 MiB

SOLVER NAME= QuteRSat 2011-05-12 (fixed)
BENCH NAME= SAT11/application/jarvisalo/HWMCC10-combination-timeframe-expansion/hwmcc10-timeframe-expansion-k45-pdtvissoap1-tseitin.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3377097-1305468441/watcher-3377097-1305468441 -o /tmp/evaluation-result-3377097-1305468441/solver-3377097-1305468441 -C 2400 -W 1300 -M 7680  qutersat_release HOME/instance-3377097-1305468441.cnf 477378326

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

MD5SUM BENCH= a4c7dbdc89378b1335eea4904f9f5cb5
RANDOM SEED=477378326

node114.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.848
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.848
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5226.15
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.848
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.848
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.73
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.848
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.848
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.848
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.74
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.848
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:     32950928 kB
MemFree:      11651224 kB
Buffers:        299328 kB
Cached:        5133552 kB
SwapCached:         96 kB
Active:       16327972 kB
Inactive:      4564064 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      11651224 kB
SwapTotal:    67111528 kB
SwapFree:     67085488 kB
Dirty:            9716 kB
Writeback:           0 kB
AnonPages:    15458868 kB
Mapped:          33788 kB
Slab:           294584 kB
PageTables:      48480 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 58035884 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= 72972 MiB
End job on node114 at 2011-05-15 16:09:48