Trace number 3286587

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-03-01UNSAT 66.1309 66.1303

General information on the benchmark

Nameapplication/jarvisalo/AAAI2010-SATPlanning/
aaai10-planning-ipc5-pipesworld-27-step13.cnf
MD5SUM52e16341bcff805ef2d6abe4e95359a0
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark30.0214
Satisfiable
(Un)Satisfiability was proved
Number of variables224228
Number of clauses5314673
Sum of the clauses size11732345
Maximum clause length3193
Minimum clause length1
Number of clauses of size 1556
Number of clauses of size 25229536
Number of clauses of size 36084
Number of clauses of size 49856
Number of clauses of size 58159
Number of clauses of size over 560482

Solver Data

0.00/0.00	c Set FPU double precision.
2.29/2.33	c Parse Cnf success: #var: 224228 #clause: 5314673
2.29/2.33	c Find Units :        556
2.69/2.77	c Find Invs  :        156
2.89/2.98	c Find Ands  :      39194 AvgFaninNum: 15.8871
2.89/2.99	c Find Xors  :          0 AvgFaninNum: nan
2.89/2.99	c Find Ite   :          0
2.99/3.00	c UnDirect variable: 181
2.99/3.00	c UnDirect to Direct Gate: 85
2.99/3.00	c Forced Direct Gate: 51 Unuse unDirect Gate: 86
2.99/3.01	c Break Cycle : 14204
2.99/3.01	c Total Root : 18586 Undef Var: 200092
3.29/3.37	c After covering, Total Root: 23701 Leaf: 137241
3.29/3.37	c Variable( cover/uncovered/unused ): 161377 62851 0
3.29/3.37	c Unit Clauses: 556
3.29/3.37	c Binary Clauses( cover/uncovered ): 576163 4651029
3.29/3.37	c Clauses( cover/uncovered ): 24051 60530
3.29/3.37	c Total Clauses( cover/uncovered ): 600770 4711559 11.309%
3.29/3.37	c Covered Ands: 24051 Invs: 85 Xors: 0 Ites: 0
6.09/6.12	c Uncover Clauses avg size: 2.11708 max size: 161
6.19/6.21	c Final circuit: i/l/o/s  199565       0 4703743   5365342
6.19/6.21	c CnfToAig: Time: 6.2 s
9.79/9.83	c TmMap: Set choices finish.
12.40/12.42	c TmMap: Set big and: 4812741
12.40/12.42	c TmMap: Origin: 5564908 ClauseNum: 16096026 --> New: 5012314 ClauseNum: 15000930
12.40/12.42	c TmMap: Time: 3.1
13.19/13.22	c Try to Add: #clause: 9625510 #xorclause: 0
14.19/14.24	c #var: 308570 #clauses: 165450 Solving... 
65.89/65.94	s UNSATISFIABLE
65.99/66.04	c CPU time: 66.03 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: 935)

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

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.04 4.10 4.33 4/189 2879
/proc/meminfo: memFree=11762992/32951124 swapFree=67111464/67111528
[pid=2879] ppid=2877 vsize=32360 CPUtime=0 cores=1,3
/proc/2879/stat : 2879 (qutersat_releas) R 2877 2879 2288 0 -1 4202496 1670 0 0 0 0 0 0 0 23 0 1 0 487715850 33136640 1604 33554432000 4194304 6016207 140735404264800 18446744073709551615 228244042926 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/2879/statm: 8090 1608 358 445 0 1634 0

[startup+0.074116 s]
/proc/loadavg: 4.04 4.10 4.33 4/189 2879
/proc/meminfo: memFree=11762992/32951124 swapFree=67111464/67111528
[pid=2879] ppid=2877 vsize=47860 CPUtime=0.06 cores=1,3
/proc/2879/stat : 2879 (qutersat_releas) R 2877 2879 2288 0 -1 4202496 5584 0 0 0 6 0 0 0 23 0 1 0 487715850 49008640 5518 33554432000 4194304 6016207 140735404264800 18446744073709551615 4304998 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/2879/statm: 11965 5521 379 445 0 5509 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 47860

[startup+0.101113 s]
/proc/loadavg: 4.04 4.10 4.33 4/189 2879
/proc/meminfo: memFree=11762992/32951124 swapFree=67111464/67111528
[pid=2879] ppid=2877 vsize=52980 CPUtime=0.09 cores=1,3
/proc/2879/stat : 2879 (qutersat_releas) R 2877 2879 2288 0 -1 4202496 6648 0 0 0 9 0 0 0 23 0 1 0 487715850 54251520 6582 33554432000 4194304 6016207 140735404264800 18446744073709551615 4279087 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/2879/statm: 13245 6582 379 445 0 6789 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 52980

[startup+0.301078 s]
/proc/loadavg: 4.04 4.10 4.33 4/189 2879
/proc/meminfo: memFree=11762992/32951124 swapFree=67111464/67111528
[pid=2879] ppid=2877 vsize=90996 CPUtime=0.29 cores=1,3
/proc/2879/stat : 2879 (qutersat_releas) R 2877 2879 2288 0 -1 4202496 15830 0 0 0 28 1 0 0 25 0 1 0 487715850 93179904 15764 33554432000 4194304 6016207 140735404264800 18446744073709551615 4804539 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/2879/statm: 22749 15765 379 445 0 16293 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 90996

[startup+0.701019 s]
/proc/loadavg: 4.04 4.10 4.33 4/189 2879
/proc/meminfo: memFree=11762992/32951124 swapFree=67111464/67111528
[pid=2879] ppid=2877 vsize=140276 CPUtime=0.69 cores=1,3
/proc/2879/stat : 2879 (qutersat_releas) R 2877 2879 2288 0 -1 4202496 28285 0 0 0 66 3 0 0 25 0 1 0 487715850 143642624 28219 33554432000 4194304 6016207 140735404264800 18446744073709551615 4279516 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/2879/statm: 35069 28219 379 445 0 28613 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 140276

[startup+1.71383 s]
/proc/loadavg: 4.04 4.10 4.33 4/189 2879
/proc/meminfo: memFree=11762992/32951124 swapFree=67111464/67111528
[pid=2879] ppid=2877 vsize=436212 CPUtime=1.7 cores=1,3
/proc/2879/stat : 2879 (qutersat_releas) R 2877 2879 2288 0 -1 4202496 94902 0 0 0 159 11 0 0 25 0 1 0 487715850 446681088 94836 33554432000 4194304 6016207 140735404264800 18446744073709551615 4309779 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/2879/statm: 109053 94836 379 445 0 102597 0
Current children cumulated CPU time (s) 1.7
Current children cumulated vsize (KiB) 436212

[startup+3.10659 s]
/proc/loadavg: 4.04 4.10 4.33 5/190 2880
/proc/meminfo: memFree=11376536/32951124 swapFree=67111464/67111528
[pid=2879] ppid=2877 vsize=436468 CPUtime=3.1 cores=1,3
/proc/2879/stat : 2879 (qutersat_releas) R 2877 2879 2288 0 -1 4202496 97004 0 0 0 298 12 0 0 25 0 1 0 487715850 446943232 96938 33554432000 4194304 6016207 140735404264800 18446744073709551615 4315862 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/2879/statm: 109117 96938 400 445 0 102661 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 436468

[startup+6.30103 s]
/proc/loadavg: 4.03 4.10 4.33 5/190 2880
/proc/meminfo: memFree=10991020/32951124 swapFree=67111464/67111528
[pid=2879] ppid=2877 vsize=853724 CPUtime=6.29 cores=1,3
/proc/2879/stat : 2879 (qutersat_releas) R 2877 2879 2288 0 -1 4202496 192726 0 0 0 608 21 0 0 25 0 1 0 487715850 874213376 192594 33554432000 4194304 6016207 140735404264800 18446744073709551615 4778176 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/2879/statm: 213431 192594 400 445 0 206975 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 853724

[startup+12.7009 s]
/proc/loadavg: 4.03 4.10 4.32 5/187 2883
/proc/meminfo: memFree=10994340/32951124 swapFree=67111464/67111528
[pid=2879] ppid=2877 vsize=2212132 CPUtime=12.69 cores=1,3
/proc/2879/stat : 2879 (qutersat_releas) R 2877 2879 2288 0 -1 4202496 534287 0 0 0 1212 57 0 0 25 0 1 0 487715850 2265223168 510124 33554432000 4194304 6016207 140735404264800 18446744073709551615 4778135 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/2879/statm: 553033 510124 672 445 0 546577 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 2212132

[startup+25.5007 s]
/proc/loadavg: 4.02 4.09 4.32 5/190 2909
/proc/meminfo: memFree=10638984/32951124 swapFree=67111464/67111528
[pid=2879] ppid=2877 vsize=2212132 CPUtime=25.49 cores=1,3
/proc/2879/stat : 2879 (qutersat_releas) R 2877 2879 2288 0 -1 4202496 535869 0 0 0 2492 57 0 0 25 0 1 0 487715850 2265223168 511706 33554432000 4194304 6016207 140735404264800 18446744073709551615 4565392 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/2879/statm: 553033 511706 709 445 0 546577 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 2212132

[startup+51.1002 s]
/proc/loadavg: 4.01 4.08 4.31 5/187 2913
/proc/meminfo: memFree=14778080/32951124 swapFree=67111464/67111528
[pid=2879] ppid=2877 vsize=2212132 CPUtime=51.09 cores=1,3
/proc/2879/stat : 2879 (qutersat_releas) R 2877 2879 2288 0 -1 4202496 535886 0 0 0 5052 57 0 0 25 0 1 0 487715850 2265223168 511723 33554432000 4194304 6016207 140735404264800 18446744073709551615 4424961 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/2879/statm: 553033 511723 724 445 0 546577 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 2212132

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

[startup+52.001 s]
/proc/loadavg: 4.01 4.08 4.31 5/187 2913
/proc/meminfo: memFree=14776716/32951124 swapFree=67111464/67111528
[pid=2879] ppid=2877 vsize=2212132 CPUtime=51.99 cores=1,3
/proc/2879/stat : 2879 (qutersat_releas) R 2877 2879 2288 0 -1 4202496 535886 0 0 0 5142 57 0 0 25 0 1 0 487715850 2265223168 511723 33554432000 4194304 6016207 140735404264800 18446744073709551615 4373772 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/2879/statm: 553033 511723 724 445 0 546577 0
Current children cumulated CPU time (s) 51.99
Current children cumulated vsize (KiB) 2212132

[startup+58.4009 s]
/proc/loadavg: 4.01 4.08 4.31 5/187 2913
/proc/meminfo: memFree=14766536/32951124 swapFree=67111464/67111528
[pid=2879] ppid=2877 vsize=2212132 CPUtime=58.39 cores=1,3
/proc/2879/stat : 2879 (qutersat_releas) R 2877 2879 2288 0 -1 4202496 535886 0 0 0 5782 57 0 0 25 0 1 0 487715850 2265223168 511723 33554432000 4194304 6016207 140735404264800 18446744073709551615 4425626 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/2879/statm: 553033 511723 724 445 0 546577 0
Current children cumulated CPU time (s) 58.39
Current children cumulated vsize (KiB) 2212132

[startup+61.6003 s]
/proc/loadavg: 4.01 4.08 4.30 5/187 2913
/proc/meminfo: memFree=14764300/32951124 swapFree=67111464/67111528
[pid=2879] ppid=2877 vsize=2212132 CPUtime=61.59 cores=1,3
/proc/2879/stat : 2879 (qutersat_releas) R 2877 2879 2288 0 -1 4202496 535886 0 0 0 6102 57 0 0 25 0 1 0 487715850 2265223168 511723 33554432000 4194304 6016207 140735404264800 18446744073709551615 4425392 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/2879/statm: 553033 511723 724 445 0 546577 0
Current children cumulated CPU time (s) 61.59
Current children cumulated vsize (KiB) 2212132

[startup+63.201 s]
/proc/loadavg: 4.01 4.08 4.30 5/188 2919
/proc/meminfo: memFree=14770608/32951124 swapFree=67111464/67111528
[pid=2879] ppid=2877 vsize=2212132 CPUtime=63.19 cores=1,3
/proc/2879/stat : 2879 (qutersat_releas) R 2877 2879 2288 0 -1 4202496 535886 0 0 0 6262 57 0 0 25 0 1 0 487715850 2265223168 511723 33554432000 4194304 6016207 140735404264800 18446744073709551615 4425392 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/2879/statm: 553033 511723 724 445 0 546577 0
Current children cumulated CPU time (s) 63.19
Current children cumulated vsize (KiB) 2212132

[startup+64.8008 s]
/proc/loadavg: 3.93 4.06 4.30 4/184 2928
/proc/meminfo: memFree=15001976/32951124 swapFree=67111464/67111528
[pid=2879] ppid=2877 vsize=2212132 CPUtime=64.79 cores=1,3
/proc/2879/stat : 2879 (qutersat_releas) R 2877 2879 2288 0 -1 4202496 535886 0 0 0 6422 57 0 0 25 0 1 0 487715850 2265223168 511723 33554432000 4194304 6016207 140735404264800 18446744073709551615 4377997 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/2879/statm: 553033 511723 724 445 0 546577 0
Current children cumulated CPU time (s) 64.79
Current children cumulated vsize (KiB) 2212132

[startup+65.6006 s]
/proc/loadavg: 3.93 4.06 4.30 4/184 2928
/proc/meminfo: memFree=15001976/32951124 swapFree=67111464/67111528
[pid=2879] ppid=2877 vsize=2212132 CPUtime=65.59 cores=1,3
/proc/2879/stat : 2879 (qutersat_releas) R 2877 2879 2288 0 -1 4202496 535886 0 0 0 6502 57 0 0 25 0 1 0 487715850 2265223168 511723 33554432000 4194304 6016207 140735404264800 18446744073709551615 4424296 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/2879/statm: 553033 511723 724 445 0 546577 0
Current children cumulated CPU time (s) 65.59
Current children cumulated vsize (KiB) 2212132

[startup+66.0006 s]
/proc/loadavg: 3.93 4.06 4.30 4/184 2928
/proc/meminfo: memFree=15001976/32951124 swapFree=67111464/67111528
[pid=2879] ppid=2877 vsize=2212132 CPUtime=65.99 cores=1,3
/proc/2879/stat : 2879 (qutersat_releas) R 2877 2879 2288 0 -1 4202496 535886 0 0 0 6542 57 0 0 25 0 1 0 487715850 2265223168 511723 33554432000 4194304 6016207 140735404264800 18446744073709551615 4809717 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/2879/statm: 553033 511723 724 445 0 546577 0
Current children cumulated CPU time (s) 65.99
Current children cumulated vsize (KiB) 2212132

[startup+66.1005 s]
/proc/loadavg: 3.93 4.06 4.30 4/184 2928
/proc/meminfo: memFree=15001976/32951124 swapFree=67111464/67111528
[pid=2879] ppid=2877 vsize=0 CPUtime=66.09 cores=1,3
/proc/2879/stat : 2879 (qutersat_releas) R 2877 2879 2288 0 -1 4202500 535891 0 0 0 6546 63 0 0 25 0 1 0 487715850 0 0 33554432000 0 0 0 0 0 0 0 4096 16386 18446744073709551615 0 0 17 1 0 0 0
/proc/2879/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 66.09
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 66.1303
CPU time (s): 66.1309
CPU user time (s): 65.466
CPU system time (s): 0.664898
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 2212132

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

runsolver used 0.114982 second user time and 0.245962 second system time

The end

Launcher Data

Begin job on node136 at 2011-04-25 21:52:59
IDJOB=3286587
IDBENCH=82430
IDSOLVER=1607
FILE ID=node136/3286587-1303761176
RUNJOBID= node136-1303759504-2310
PBS_JOBID= 13157123
Free space on /tmp= 71836 MiB

SOLVER NAME= QuteRSat 2011-03-01
BENCH NAME= SAT11/application/jarvisalo/AAAI2010-SATPlanning/aaai10-planning-ipc5-pipesworld-27-step13.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3286587-1303761176/watcher-3286587-1303761176 -o /tmp/evaluation-result-3286587-1303761176/solver-3286587-1303761176 -C 2400 -W 1300 -M 7680  qutersat_release HOME/instance-3286587-1303761176.cnf 822537189

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

MD5SUM BENCH= 52e16341bcff805ef2d6abe4e95359a0
RANDOM SEED=822537189

node136.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.809
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.61
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.809
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.809
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.809
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.76
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.809
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.809
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.83
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.809
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.75
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.809
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      11763272 kB
Buffers:       1685292 kB
Cached:        9872652 kB
SwapCached:         60 kB
Active:       13517600 kB
Inactive:      7084176 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      11763272 kB
SwapTotal:    67111528 kB
SwapFree:     67111464 kB
Dirty:          322592 kB
Writeback:           0 kB
AnonPages:     9043304 kB
Mapped:          20136 kB
Slab:           502756 kB
PageTables:      24072 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 10273608 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= 72088 MiB
End job on node136 at 2011-04-25 21:54:05