Trace number 3286219

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 88.4506 88.4517

General information on the benchmark

Nameapplication/jarvisalo/AAAI2010-SATPlanning/
aaai10-planning-ipc5-pipesworld-12-step15.cnf
MD5SUM86980f7370ece00291f2970256db731a
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark63.2044
Satisfiable
(Un)Satisfiability was proved
Number of variables63349
Number of clauses943492
Sum of the clauses size2149412
Maximum clause length541
Minimum clause length1
Number of clauses of size 1202
Number of clauses of size 2908736
Number of clauses of size 32676
Number of clauses of size 41261
Number of clauses of size 54705
Number of clauses of size over 525912

Solver Data

0.00/0.00	c Set FPU double precision.
0.29/0.32	c Parse Cnf success: #var: 63349 #clause: 943492
0.29/0.32	c Find Units :        202
0.29/0.39	c Find Invs  :        114
0.39/0.44	c Find Ands  :       9319 AvgFaninNum: 12.2569
0.39/0.44	c Find Xors  :          0 AvgFaninNum: nan
0.39/0.44	c Find Ite   :          0
0.39/0.44	c UnDirect variable: 126
0.39/0.44	c UnDirect to Direct Gate: 57
0.39/0.44	c Forced Direct Gate: 27 Unuse unDirect Gate: 60
0.39/0.44	c Break Cycle : 546
0.39/0.44	c Total Root : 8291 Undef Var: 54620
0.49/0.51	c After covering, Total Root: 8496 Leaf: 29059
0.49/0.51	c Variable( cover/uncovered/unused ): 37788 25561 0
0.49/0.51	c Unit Clauses: 202
0.49/0.51	c Binary Clauses( cover/uncovered ): 112900 794853
0.49/0.51	c Clauses( cover/uncovered ): 8672 25882
0.49/0.51	c Total Clauses( cover/uncovered ): 121774 820735 12.9202%
0.49/0.51	c Covered Ands: 8672 Invs: 57 Xors: 0 Ites: 0
0.89/0.95	c Uncover Clauses avg size: 2.19314 max size: 19
0.89/0.97	c Final circuit: i/l/o/s   54431       0  818406    978970
0.89/0.97	c CnfToAig: Time: 0.96 s
1.69/1.77	c TmMap: Set choices finish.
2.20/2.22	c TmMap: Set big and: 848698
2.20/2.22	c TmMap: Origin: 1033402 ClauseNum: 2936910 --> New: 903137 ClauseNum: 2681536
2.20/2.22	c TmMap: Time: 0.56
2.29/2.37	c Try to Add: #clause: 1697425 #xorclause: 0
2.49/2.57	c #var: 84730 #clauses: 55151 Solving... 
88.29/88.37	s UNSATISFIABLE
88.29/88.39	c CPU time: 88.39 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-3286219-1303761036/watcher-3286219-1303761036 -o /tmp/evaluation-result-3286219-1303761036/solver-3286219-1303761036 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3286219-1303761036.cnf 1014831663 

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.20 4.14 4.38 5/189 2779
/proc/meminfo: memFree=9261144/32951124 swapFree=67111464/67111528
[pid=2779] ppid=2777 vsize=26264 CPUtime=0 cores=4,6
/proc/2779/stat : 2779 (qutersat_releas) R 2777 2779 2288 0 -1 4194304 268 0 0 0 0 0 0 0 24 0 1 0 487701667 26894336 218 33554432000 4194304 6016207 140734183458912 18446744073709551615 228239386517 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/2779/statm: 6566 225 181 445 0 97 0

[startup+0.049809 s]
/proc/loadavg: 4.20 4.14 4.38 5/189 2779
/proc/meminfo: memFree=9261144/32951124 swapFree=67111464/67111528
[pid=2779] ppid=2777 vsize=41020 CPUtime=0.03 cores=4,6
/proc/2779/stat : 2779 (qutersat_releas) R 2777 2779 2288 0 -1 4202496 3886 0 0 0 3 0 0 0 24 0 1 0 487701667 42004480 3822 33554432000 4194304 6016207 140734183458912 18446744073709551615 4309240 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/2779/statm: 10255 3849 379 445 0 3799 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 41020

[startup+0.100799 s]
/proc/loadavg: 4.20 4.14 4.38 5/189 2779
/proc/meminfo: memFree=9261144/32951124 swapFree=67111464/67111528
[pid=2779] ppid=2777 vsize=51260 CPUtime=0.09 cores=4,6
/proc/2779/stat : 2779 (qutersat_releas) R 2777 2779 2288 0 -1 4202496 6238 0 0 0 8 1 0 0 24 0 1 0 487701667 52490240 6173 33554432000 4194304 6016207 140734183458912 18446744073709551615 4279516 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/2779/statm: 12815 6173 379 445 0 6359 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 51260

[startup+0.300768 s]
/proc/loadavg: 4.20 4.14 4.38 5/189 2779
/proc/meminfo: memFree=9261144/32951124 swapFree=67111464/67111528
[pid=2779] ppid=2777 vsize=84156 CPUtime=0.29 cores=4,6
/proc/2779/stat : 2779 (qutersat_releas) R 2777 2779 2288 0 -1 4202496 14510 0 0 0 27 2 0 0 25 0 1 0 487701667 86175744 14445 33554432000 4194304 6016207 140734183458912 18446744073709551615 4279516 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/2779/statm: 21039 14445 379 445 0 14583 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 84156

[startup+0.700705 s]
/proc/loadavg: 4.20 4.14 4.38 5/189 2779
/proc/meminfo: memFree=9261144/32951124 swapFree=67111464/67111528
[pid=2779] ppid=2777 vsize=96444 CPUtime=0.69 cores=4,6
/proc/2779/stat : 2779 (qutersat_releas) R 2777 2779 2288 0 -1 4202496 17802 0 0 0 67 2 0 0 18 0 1 0 487701667 98758656 17737 33554432000 4194304 6016207 140734183458912 18446744073709551615 4277942 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/2779/statm: 24111 17737 400 445 0 17655 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 96444

[startup+1.50055 s]
/proc/loadavg: 4.19 4.13 4.37 5/190 2782
/proc/meminfo: memFree=9150032/32951124 swapFree=67111464/67111528
[pid=2779] ppid=2777 vsize=279036 CPUtime=1.49 cores=4,6
/proc/2779/stat : 2779 (qutersat_releas) R 2777 2779 2288 0 -1 4202496 63828 0 0 0 142 7 0 0 19 0 1 0 487701667 285732864 63763 33554432000 4194304 6016207 140734183458912 18446744073709551615 4779602 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/2779/statm: 69759 63766 670 445 0 63303 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 279036

[startup+3.10027 s]
/proc/loadavg: 4.19 4.13 4.37 5/190 2782
/proc/meminfo: memFree=8911580/32951124 swapFree=67111464/67111528
[pid=2779] ppid=2777 vsize=420280 CPUtime=3.09 cores=4,6
/proc/2779/stat : 2779 (qutersat_releas) R 2777 2779 2288 0 -1 4202496 98124 0 0 0 298 11 0 0 23 0 1 0 487701667 430366720 98059 33554432000 4194304 6016207 140734183458912 18446744073709551615 4425109 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/2779/statm: 105070 98059 700 445 0 98614 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 420280

[startup+6.30072 s]
/proc/loadavg: 4.17 4.13 4.37 5/190 2782
/proc/meminfo: memFree=8869856/32951124 swapFree=67111464/67111528
[pid=2779] ppid=2777 vsize=420280 CPUtime=6.29 cores=4,6
/proc/2779/stat : 2779 (qutersat_releas) R 2777 2779 2288 0 -1 4202496 98124 0 0 0 618 11 0 0 25 0 1 0 487701667 430366720 98059 33554432000 4194304 6016207 140734183458912 18446744073709551615 4424898 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/2779/statm: 105070 98059 700 445 0 98614 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 420280

[startup+12.7006 s]
/proc/loadavg: 4.16 4.13 4.37 5/190 2783
/proc/meminfo: memFree=8661760/32951124 swapFree=67111464/67111528
[pid=2779] ppid=2777 vsize=672272 CPUtime=12.68 cores=4,6
/proc/2779/stat : 2779 (qutersat_releas) R 2777 2779 2288 0 -1 4202496 147788 0 0 0 1251 17 0 0 25 0 1 0 487701667 688406528 147723 33554432000 4194304 6016207 140734183458912 18446744073709551615 4368928 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/2779/statm: 168068 147723 712 445 0 161612 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 672272

[startup+25.5003 s]
/proc/loadavg: 4.12 4.12 4.36 5/190 2783
/proc/meminfo: memFree=8526972/32951124 swapFree=67111464/67111528
[pid=2779] ppid=2777 vsize=723272 CPUtime=25.49 cores=4,6
/proc/2779/stat : 2779 (qutersat_releas) R 2777 2779 2288 0 -1 4202496 152614 0 0 0 2530 19 0 0 25 0 1 0 487701667 740630528 152547 33554432000 4194304 6016207 140734183458912 18446744073709551615 4425616 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/2779/statm: 180818 152547 724 445 0 174362 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 723272

[startup+51.1008 s]
/proc/loadavg: 4.16 4.13 4.36 5/190 2784
/proc/meminfo: memFree=8206172/32951124 swapFree=67111464/67111528
[pid=2779] ppid=2777 vsize=1121060 CPUtime=51.09 cores=4,6
/proc/2779/stat : 2779 (qutersat_releas) R 2777 2779 2288 0 -1 4202496 227623 0 0 0 5079 30 0 0 25 0 1 0 487701667 1147965440 227556 33554432000 4194304 6016207 140734183458912 18446744073709551615 4368949 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/2779/statm: 280265 227556 731 445 0 273809 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 1121060

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

[startup+63.9006 s]
/proc/loadavg: 4.13 4.12 4.35 5/190 2784
/proc/meminfo: memFree=8175220/32951124 swapFree=67111464/67111528
[pid=2779] ppid=2777 vsize=1155892 CPUtime=63.89 cores=4,6
/proc/2779/stat : 2779 (qutersat_releas) R 2777 2779 2288 0 -1 4202496 234559 0 0 0 6358 31 0 0 25 0 1 0 487701667 1183633408 234451 33554432000 4194304 6016207 140734183458912 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/2779/statm: 288973 234451 731 445 0 282517 0
Current children cumulated CPU time (s) 63.89
Current children cumulated vsize (KiB) 1155892

[startup+76.7003 s]
/proc/loadavg: 4.10 4.12 4.35 5/190 2784
/proc/meminfo: memFree=7969288/32951124 swapFree=67111464/67111528
[pid=2779] ppid=2777 vsize=1376948 CPUtime=76.69 cores=4,6
/proc/2779/stat : 2779 (qutersat_releas) R 2777 2779 2288 0 -1 4202496 284785 0 0 0 7631 38 0 0 25 0 1 0 487701667 1409994752 284677 33554432000 4194304 6016207 140734183458912 18446744073709551615 4426247 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/2779/statm: 344237 284677 731 445 0 337781 0
Current children cumulated CPU time (s) 76.69
Current children cumulated vsize (KiB) 1376948

[startup+83.1002 s]
/proc/loadavg: 4.10 4.11 4.35 5/190 2785
/proc/meminfo: memFree=7930848/32951124 swapFree=67111464/67111528
[pid=2779] ppid=2777 vsize=1390860 CPUtime=83.09 cores=4,6
/proc/2779/stat : 2779 (qutersat_releas) R 2777 2779 2288 0 -1 4202496 287545 0 0 0 8271 38 0 0 25 0 1 0 487701667 1424240640 287437 33554432000 4194304 6016207 140734183458912 18446744073709551615 4373891 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/2779/statm: 347715 287437 731 445 0 341259 0
Current children cumulated CPU time (s) 83.09
Current children cumulated vsize (KiB) 1390860

[startup+86.3007 s]
/proc/loadavg: 4.09 4.11 4.34 5/190 2785
/proc/meminfo: memFree=7929980/32951124 swapFree=67111464/67111528
[pid=2779] ppid=2777 vsize=1433208 CPUtime=86.29 cores=4,6
/proc/2779/stat : 2779 (qutersat_releas) R 2777 2779 2288 0 -1 4202496 287546 0 0 0 8591 38 0 0 25 0 1 0 487701667 1467604992 287438 33554432000 4194304 6016207 140734183458912 18446744073709551615 4424247 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/2779/statm: 358302 287438 731 445 0 351846 0
Current children cumulated CPU time (s) 86.29
Current children cumulated vsize (KiB) 1433208

[startup+87.1005 s]
/proc/loadavg: 4.09 4.11 4.34 5/190 2785
/proc/meminfo: memFree=7929856/32951124 swapFree=67111464/67111528
[pid=2779] ppid=2777 vsize=1433208 CPUtime=87.09 cores=4,6
/proc/2779/stat : 2779 (qutersat_releas) R 2777 2779 2288 0 -1 4202496 287546 0 0 0 8671 38 0 0 25 0 1 0 487701667 1467604992 287438 33554432000 4194304 6016207 140734183458912 18446744073709551615 4425459 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/2779/statm: 358302 287438 731 445 0 351846 0
Current children cumulated CPU time (s) 87.09
Current children cumulated vsize (KiB) 1433208

[startup+87.9004 s]
/proc/loadavg: 4.09 4.11 4.34 5/190 2785
/proc/meminfo: memFree=7927872/32951124 swapFree=67111464/67111528
[pid=2779] ppid=2777 vsize=1445780 CPUtime=87.89 cores=4,6
/proc/2779/stat : 2779 (qutersat_releas) R 2777 2779 2288 0 -1 4202496 288048 0 0 0 8751 38 0 0 25 0 1 0 487701667 1480478720 287940 33554432000 4194304 6016207 140734183458912 18446744073709551615 4424226 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/2779/statm: 361445 287940 731 445 0 354989 0
Current children cumulated CPU time (s) 87.89
Current children cumulated vsize (KiB) 1445780

[startup+88.3003 s]
/proc/loadavg: 4.09 4.11 4.34 5/190 2785
/proc/meminfo: memFree=7927872/32951124 swapFree=67111464/67111528
[pid=2779] ppid=2777 vsize=1445780 CPUtime=88.29 cores=4,6
/proc/2779/stat : 2779 (qutersat_releas) R 2777 2779 2288 0 -1 4202496 288140 0 0 0 8791 38 0 0 25 0 1 0 487701667 1480478720 288032 33554432000 4194304 6016207 140734183458912 18446744073709551615 4425621 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/2779/statm: 361445 288032 731 445 0 354989 0
Current children cumulated CPU time (s) 88.29
Current children cumulated vsize (KiB) 1445780

[startup+88.4003 s]
/proc/loadavg: 4.09 4.11 4.34 5/190 2785
/proc/meminfo: memFree=7927872/32951124 swapFree=67111464/67111528
[pid=2779] ppid=2777 vsize=0 CPUtime=88.39 cores=4,6
/proc/2779/stat : 2779 (qutersat_releas) R 2777 2779 2288 0 -1 4202500 288150 0 0 0 8800 39 0 0 25 0 1 0 487701667 0 0 33554432000 0 0 0 0 0 0 0 4096 16386 18446744073709551615 0 0 17 4 0 0 0
/proc/2779/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 88.39
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 88.4517
CPU time (s): 88.4506
CPU user time (s): 88.0056
CPU system time (s): 0.444932
CPU usage (%): 99.9987
Max. virtual memory (cumulated for all children) (KiB): 1445780

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

runsolver used 0.157975 second user time and 0.328949 second system time

The end

Launcher Data

Begin job on node136 at 2011-04-25 21:50:37
IDJOB=3286219
IDBENCH=82420
IDSOLVER=1607
FILE ID=node136/3286219-1303761036
RUNJOBID= node136-1303759504-2309
PBS_JOBID= 13157123
Free space on /tmp= 71920 MiB

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

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

MD5SUM BENCH= 86980f7370ece00291f2970256db731a
RANDOM SEED=1014831663

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:       9261416 kB
Buffers:       1685116 kB
Cached:        9760668 kB
SwapCached:         60 kB
Active:       16001940 kB
Inactive:      7097556 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       9261416 kB
SwapTotal:    67111528 kB
SwapFree:     67111464 kB
Dirty:          228132 kB
Writeback:          16 kB
AnonPages:    11653336 kB
Mapped:          20024 kB
Slab:           500380 kB
PageTables:      29424 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 13276560 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= 71920 MiB
End job on node136 at 2011-04-25 21:52:06