Trace number 3348664

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: cir_minisat 2011-03-02UNSAT 206.298 206.289

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
sokoban-sequential-p145-microban-sequential.030-NOTKNOWN.cnf
MD5SUM17407fc59aa2b679b7792ae0656704b9
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark28.5967
Satisfiable
(Un)Satisfiability was proved
Number of variables66084
Number of clauses1060536
Sum of the clauses size2420856
Maximum clause length78
Minimum clause length1
Number of clauses of size 1696
Number of clauses of size 21023120
Number of clauses of size 32880
Number of clauses of size 413320
Number of clauses of size 55760
Number of clauses of size over 514760

Solver Data

206.20/206.27	c WARNING: for repeatability, setting FPU to use double precision
206.20/206.27	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-3348664-1304971020/watcher-3348664-1304971020 -o /tmp/evaluation-result-3348664-1304971020/solver-3348664-1304971020 -C 2400 -W 1300 -M 7680 HOME/cir_minisat HOME/instance-3348664-1304971020.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.00 1.99 2.79 4/298 22803
/proc/meminfo: memFree=4573572/32950928 swapFree=67083212/67111528
[pid=22803] ppid=22801 vsize=19800 CPUtime=0 cores=5,7
/proc/22803/stat : 22803 (cir_minisat) R 22801 22803 22349 0 -1 4202496 744 0 0 0 0 0 0 0 21 0 1 0 608701775 20275200 686 33554432000 4194304 4254575 140733565931744 18446744073709551615 208080232192 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/22803/statm: 4950 686 213 15 0 1593 0

[startup+0.024338 s]
/proc/loadavg: 1.00 1.99 2.79 4/298 22803
/proc/meminfo: memFree=4573572/32950928 swapFree=67083212/67111528
[pid=22803] ppid=22801 vsize=20328 CPUtime=0.01 cores=5,7
/proc/22803/stat : 22803 (cir_minisat) R 22801 22803 22349 0 -1 4202496 907 0 0 0 1 0 0 0 21 0 1 0 608701775 20815872 844 33554432000 4194304 4254575 140733565931744 18446744073709551615 4200626 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/22803/statm: 5082 845 213 15 0 1725 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 20328

[startup+0.100324 s]
/proc/loadavg: 1.00 1.99 2.79 4/298 22803
/proc/meminfo: memFree=4573572/32950928 swapFree=67083212/67111528
[pid=22803] ppid=22801 vsize=31400 CPUtime=0.09 cores=5,7
/proc/22803/stat : 22803 (cir_minisat) R 22801 22803 22349 0 -1 4202496 4579 0 0 0 8 1 0 0 21 0 1 0 608701775 32153600 4229 33554432000 4194304 4254575 140733565931744 18446744073709551615 208079893189 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/22803/statm: 7850 4231 213 15 0 4493 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 31400

[startup+0.300344 s]
/proc/loadavg: 1.00 1.99 2.79 4/298 22803
/proc/meminfo: memFree=4573572/32950928 swapFree=67083212/67111528
[pid=22803] ppid=22801 vsize=46684 CPUtime=0.29 cores=5,7
/proc/22803/stat : 22803 (cir_minisat) R 22801 22803 22349 0 -1 4202496 11233 0 0 0 27 2 0 0 22 0 1 0 608701775 47804416 7831 33554432000 4194304 4254575 140733565931744 18446744073709551615 4209263 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/22803/statm: 11671 7831 222 15 0 8314 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 46684

[startup+0.700266 s]
/proc/loadavg: 1.00 1.99 2.79 4/298 22803
/proc/meminfo: memFree=4573572/32950928 swapFree=67083212/67111528
[pid=22803] ppid=22801 vsize=51620 CPUtime=0.69 cores=5,7
/proc/22803/stat : 22803 (cir_minisat) R 22801 22803 22349 0 -1 4202496 11709 0 0 0 67 2 0 0 23 0 1 0 608701775 52858880 8306 33554432000 4194304 4254575 140733565931744 18446744073709551615 4216513 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/22803/statm: 12905 8306 232 15 0 9548 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 51620

[startup+1.50112 s]
/proc/loadavg: 1.00 1.99 2.79 5/302 22810
/proc/meminfo: memFree=4387948/32950928 swapFree=67083212/67111528
[pid=22803] ppid=22801 vsize=51848 CPUtime=1.49 cores=5,7
/proc/22803/stat : 22803 (cir_minisat) R 22801 22803 22349 0 -1 4202496 12361 0 0 0 147 2 0 0 25 0 1 0 608701775 53092352 8955 33554432000 4194304 4254575 140733565931744 18446744073709551615 4209260 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/22803/statm: 12962 8955 232 15 0 9605 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 51848

[startup+3.10075 s]
/proc/loadavg: 1.24 2.03 2.80 6/305 22816
/proc/meminfo: memFree=4262696/32950928 swapFree=67083212/67111528
[pid=22803] ppid=22801 vsize=59268 CPUtime=3.09 cores=5,7
/proc/22803/stat : 22803 (cir_minisat) R 22801 22803 22349 0 -1 4202496 13767 0 0 0 306 3 0 0 25 0 1 0 608701775 60690432 10361 33554432000 4194304 4254575 140733565931744 18446744073709551615 4209230 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/22803/statm: 14817 10361 232 15 0 11460 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 59268

[startup+6.30014 s]
/proc/loadavg: 1.24 2.03 2.80 6/305 22816
/proc/meminfo: memFree=3914896/32950928 swapFree=67083212/67111528
[pid=22803] ppid=22801 vsize=71512 CPUtime=6.3 cores=5,7
/proc/22803/stat : 22803 (cir_minisat) R 22801 22803 22349 0 -1 4202496 16446 0 0 0 626 4 0 0 25 0 1 0 608701775 73228288 13035 33554432000 4194304 4254575 140733565931744 18446744073709551615 4216491 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/22803/statm: 17878 13035 232 15 0 14521 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 71512

[startup+12.7009 s]
/proc/loadavg: 1.81 2.12 2.82 5/308 22822
/proc/meminfo: memFree=3426636/32950928 swapFree=67083212/67111528
[pid=22803] ppid=22801 vsize=91424 CPUtime=12.69 cores=5,7
/proc/22803/stat : 22803 (cir_minisat) R 22801 22803 22349 0 -1 4202496 21933 0 0 0 1263 6 0 0 25 0 1 0 608701775 93618176 18518 33554432000 4194304 4254575 140733565931744 18446744073709551615 4209186 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/22803/statm: 22856 18518 232 15 0 19499 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 91424

[startup+25.5005 s]
/proc/loadavg: 2.15 2.18 2.83 5/308 22823
/proc/meminfo: memFree=3343184/32950928 swapFree=67083212/67111528
[pid=22803] ppid=22801 vsize=123436 CPUtime=25.49 cores=5,7
/proc/22803/stat : 22803 (cir_minisat) R 22801 22803 22349 0 -1 4202496 30206 0 0 0 2542 7 0 0 25 0 1 0 608701775 126398464 26785 33554432000 4194304 4254575 140733565931744 18446744073709551615 4223035 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/22803/statm: 30859 26785 232 15 0 27502 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 123436

[startup+51.1006 s]
/proc/loadavg: 2.84 2.34 2.87 5/308 22877
/proc/meminfo: memFree=3442112/32950928 swapFree=67083212/67111528
[pid=22803] ppid=22801 vsize=256984 CPUtime=51.09 cores=5,7
/proc/22803/stat : 22803 (cir_minisat) R 22801 22803 22349 0 -1 4202496 48551 0 0 0 5098 11 0 0 25 0 1 0 608701775 263151616 45109 33554432000 4194304 4254575 140733565931744 18446744073709551615 4216441 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/22803/statm: 64246 45109 232 15 0 60889 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 256984

[startup+102.311 s]
/proc/loadavg: 3.54 2.62 2.93 5/308 22879
/proc/meminfo: memFree=2869432/32950928 swapFree=67083212/67111528
[pid=22803] ppid=22801 vsize=392600 CPUtime=102.31 cores=5,7
/proc/22803/stat : 22803 (cir_minisat) R 22801 22803 22349 0 -1 4202496 77958 0 0 0 10214 17 0 0 25 0 1 0 608701775 402022400 74481 33554432000 4194304 4254575 140733565931744 18446744073709551615 4217050 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/22803/statm: 98150 74481 232 15 0 94793 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 392600

[startup+162.3 s]
/proc/loadavg: 3.87 2.88 3.00 5/308 22880
/proc/meminfo: memFree=2363852/32950928 swapFree=67083212/67111528
[pid=22803] ppid=22801 vsize=610404 CPUtime=162.29 cores=5,7
/proc/22803/stat : 22803 (cir_minisat) R 22801 22803 22349 0 -1 4202496 101579 0 0 0 16208 21 0 0 25 0 1 0 608701775 625053696 98079 33554432000 4194304 4254575 140733565931744 18446744073709551615 4209240 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/22803/statm: 152601 98079 232 15 0 149244 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 610404

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

[startup+179.1 s]
/proc/loadavg: 3.90 2.94 3.02 5/308 22881
/proc/meminfo: memFree=2251304/32950928 swapFree=67083212/67111528
[pid=22803] ppid=22801 vsize=611268 CPUtime=179.1 cores=5,7
/proc/22803/stat : 22803 (cir_minisat) R 22801 22803 22349 0 -1 4202496 107538 0 0 0 17887 23 0 0 25 0 1 0 608701775 625938432 104029 33554432000 4194304 4254575 140733565931744 18446744073709551615 4209251 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/22803/statm: 152817 104029 232 15 0 149460 0
Current children cumulated CPU time (s) 179.1
Current children cumulated vsize (KiB) 611268

[startup+191.901 s]
/proc/loadavg: 3.92 2.99 3.03 5/308 22881
/proc/meminfo: memFree=2143184/32950928 swapFree=67083212/67111528
[pid=22803] ppid=22801 vsize=611752 CPUtime=191.9 cores=5,7
/proc/22803/stat : 22803 (cir_minisat) R 22801 22803 22349 0 -1 4202496 112506 0 0 0 19166 24 0 0 25 0 1 0 608701775 626434048 108991 33554432000 4194304 4254575 140733565931744 18446744073709551615 4209236 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/22803/statm: 152938 108991 232 15 0 149581 0
Current children cumulated CPU time (s) 191.9
Current children cumulated vsize (KiB) 611752

[startup+198.301 s]
/proc/loadavg: 3.93 3.00 3.04 5/308 22881
/proc/meminfo: memFree=2088992/32950928 swapFree=67083212/67111528
[pid=22803] ppid=22801 vsize=611752 CPUtime=198.3 cores=5,7
/proc/22803/stat : 22803 (cir_minisat) R 22801 22803 22349 0 -1 4202496 113853 0 0 0 19805 25 0 0 25 0 1 0 608701775 626434048 110334 33554432000 4194304 4254575 140733565931744 18446744073709551615 4217050 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/22803/statm: 152938 110334 232 15 0 149581 0
Current children cumulated CPU time (s) 198.3
Current children cumulated vsize (KiB) 611752

[startup+201.501 s]
/proc/loadavg: 3.93 3.00 3.04 5/308 22881
/proc/meminfo: memFree=2058224/32950928 swapFree=67083212/67111528
[pid=22803] ppid=22801 vsize=611884 CPUtime=201.5 cores=5,7
/proc/22803/stat : 22803 (cir_minisat) R 22801 22803 22349 0 -1 4202496 114688 0 0 0 20125 25 0 0 25 0 1 0 608701775 626569216 111167 33554432000 4194304 4254575 140733565931744 18446744073709551615 4209230 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/22803/statm: 152971 111167 232 15 0 149614 0
Current children cumulated CPU time (s) 201.5
Current children cumulated vsize (KiB) 611884

[startup+204.7 s]
/proc/loadavg: 3.93 3.02 3.04 5/308 22881
/proc/meminfo: memFree=2025980/32950928 swapFree=67083212/67111528
[pid=22803] ppid=22801 vsize=612420 CPUtime=204.7 cores=5,7
/proc/22803/stat : 22803 (cir_minisat) R 22801 22803 22349 0 -1 4202496 115685 0 0 0 20445 25 0 0 25 0 1 0 608701775 627118080 112161 33554432000 4194304 4254575 140733565931744 18446744073709551615 4216562 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/22803/statm: 153105 112161 232 15 0 149748 0
Current children cumulated CPU time (s) 204.7
Current children cumulated vsize (KiB) 612420

[startup+205.5 s]
/proc/loadavg: 3.93 3.02 3.04 5/308 22881
/proc/meminfo: memFree=2025980/32950928 swapFree=67083212/67111528
[pid=22803] ppid=22801 vsize=612420 CPUtime=205.5 cores=5,7
/proc/22803/stat : 22803 (cir_minisat) R 22801 22803 22349 0 -1 4202496 115913 0 0 0 20525 25 0 0 25 0 1 0 608701775 627118080 112388 33554432000 4194304 4254575 140733565931744 18446744073709551615 4216513 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/22803/statm: 153105 112388 232 15 0 149748 0
Current children cumulated CPU time (s) 205.5
Current children cumulated vsize (KiB) 612420

[startup+205.901 s]
/proc/loadavg: 3.93 3.02 3.04 5/308 22882
/proc/meminfo: memFree=2015440/32950928 swapFree=67083212/67111528
[pid=22803] ppid=22801 vsize=612420 CPUtime=205.9 cores=5,7
/proc/22803/stat : 22803 (cir_minisat) R 22801 22803 22349 0 -1 4202496 115945 0 0 0 20565 25 0 0 25 0 1 0 608701775 627118080 112420 33554432000 4194304 4254575 140733565931744 18446744073709551615 4216847 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/22803/statm: 153105 112420 232 15 0 149748 0
Current children cumulated CPU time (s) 205.9
Current children cumulated vsize (KiB) 612420

[startup+206.101 s]
/proc/loadavg: 3.93 3.02 3.04 5/308 22882
/proc/meminfo: memFree=2015440/32950928 swapFree=67083212/67111528
[pid=22803] ppid=22801 vsize=612420 CPUtime=206.1 cores=5,7
/proc/22803/stat : 22803 (cir_minisat) R 22801 22803 22349 0 -1 4202496 115983 0 0 0 20585 25 0 0 25 0 1 0 608701775 627118080 112458 33554432000 4194304 4254575 140733565931744 18446744073709551615 4222515 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/22803/statm: 153105 112458 232 15 0 149748 0
Current children cumulated CPU time (s) 206.1
Current children cumulated vsize (KiB) 612420

[startup+206.201 s]
/proc/loadavg: 3.93 3.02 3.04 5/308 22882
/proc/meminfo: memFree=2015440/32950928 swapFree=67083212/67111528
[pid=22803] ppid=22801 vsize=612420 CPUtime=206.2 cores=5,7
/proc/22803/stat : 22803 (cir_minisat) R 22801 22803 22349 0 -1 4202496 116004 0 0 0 20595 25 0 0 25 0 1 0 608701775 627118080 112479 33554432000 4194304 4254575 140733565931744 18446744073709551615 4223782 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/22803/statm: 153105 112479 232 15 0 149748 0
Current children cumulated CPU time (s) 206.2
Current children cumulated vsize (KiB) 612420

Child status: 20
Real time (s): 206.289
CPU time (s): 206.298
CPU user time (s): 206.021
CPU system time (s): 0.276957
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 612420

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

runsolver used 0.562914 second user time and 1.3228 second system time

The end

Launcher Data

Begin job on node127 at 2011-05-09 21:57:01
IDJOB=3348664
IDBENCH=82410
IDSOLVER=1810
FILE ID=node127/3348664-1304971020
RUNJOBID= node127-1304971020-22782
PBS_JOBID= 13285623
Free space on /tmp= 42172 MiB

SOLVER NAME= minisat hack: cir_minisat 2011-03-02
BENCH NAME= SAT11/application/rintanen/SATPlanning/sokoban-sequential-p145-microban-sequential.030-NOTKNOWN.cnf
COMMAND LINE= HOME/cir_minisat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3348664-1304971020/watcher-3348664-1304971020 -o /tmp/evaluation-result-3348664-1304971020/solver-3348664-1304971020 -C 2400 -W 1300 -M 7680  HOME/cir_minisat HOME/instance-3348664-1304971020.cnf

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

MD5SUM BENCH= 17407fc59aa2b679b7792ae0656704b9
RANDOM SEED=1556151938

node127.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.823
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.64
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.823
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.83
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.823
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.823
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.86
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.823
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.823
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.823
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.60
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.823
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:       4573976 kB
Buffers:        219228 kB
Cached:       11785324 kB
SwapCached:       1588 kB
Active:       20190696 kB
Inactive:      7658988 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       4573976 kB
SwapTotal:    67111528 kB
SwapFree:     67083212 kB
Dirty:           84480 kB
Writeback:          32 kB
AnonPages:    15843904 kB
Mapped:          25736 kB
Slab:           416208 kB
PageTables:      47464 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 44331244 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= 42040 MiB
End job on node127 at 2011-05-09 22:00:27