Trace number 3284812

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
march_rw 2011-03-02Signal 184.902 184.897

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
blocks-blocks-37-1.120-NOTKNOWN.cnf
MD5SUM2a2f6fb35277c8ead36f65de8bb36dbb
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark62.1775
Satisfiable
(Un)Satisfiability was proved
Number of variables516641
Number of clauses9436757
Sum of the clauses size20541437
Maximum clause length1408
Minimum clause length1
Number of clauses of size 11517
Number of clauses of size 29079800
Number of clauses of size 3337440
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 518000

Solver Data

56.10/56.16	c main():: ***                                   [ march satisfiability solver ]                                   ***
56.10/56.16	c main()::  **                Copyright (C) 2001-2009 M.J.H. Heule, J.E. van Zwieten, and M. Dufour                 **
56.10/56.16	c main()::   *  This program may be redistributed and/or modified under the terms of the GNU Gereral Public License  *
56.10/56.16	c main()::
56.10/56.16	c initFormula():: searching for DIMACS p-line....
56.10/56.16	c full lookahead due to high density!
56.10/56.16	c initFormula():: the DIMACS p-line indicates a CNF of 516641 variables and 9436757 clauses.
56.10/56.16	c parseCNF():: parsing....
56.10/56.16	c parseCNF():: the CNF contains 1517 unary clauses.
56.10/56.16	c runParser():: parsing was successful, warming up engines...
56.10/56.16	c find_and_remove_tautogolies():: found and removed 1406 tautologies
56.10/56.16	c find_and_remove_tautogolies():: found and removed 1516 tautologies
56.10/56.16	c simplify_formula():: removed 69 tautological, 3099906 satisfied and 3031 duplicate clauses
56.10/56.16	c preprocessing fase I completed:: there are now 358050 free variables and 6333751 clauses.
56.10/56.16	c using k-SAT heuristics (size based diff)
56.10/56.16	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
56.10/56.16	c simplify_formula():: removed 0 tautological, 0 satisfied and 433 duplicate clauses
56.10/56.16	c resolvent_look() :: found 4392 resolvents
56.10/56.16	c main():: clause / variable ratio: ( 6338143 / 516641 ) = 12.27
56.10/56.16	c longest clause has size 1408
56.10/56.16	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
56.10/56.16	c number of free variables = 358050
56.10/56.16	c dynamic_preselect_setsize :: off
56.10/56.16	c main():: all systems go!
56.10/56.16	c |----------------------------------------------------------------|

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

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-3284812-1303769317/watcher-3284812-1303769317 -o /tmp/evaluation-result-3284812-1303769317/solver-3284812-1303769317 -C 2400 -W 1300 -M 7680 ./march_rw HOME/instance-3284812-1303769317.cnf 

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: 1.68 2.56 2.73 4/189 3286
/proc/meminfo: memFree=10529864/32951124 swapFree=67111528/67111528
[pid=3286] ppid=3284 vsize=82208 CPUtime=0 cores=1,3
/proc/3286/stat : 3286 (march_rw) R 3284 3286 3225 0 -1 4194304 2877 0 0 0 0 0 0 0 21 0 1 0 469348140 84180992 2821 33554432000 4194304 4300876 140736084695584 18446744073709551615 4245967 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/3286/statm: 20552 2831 110 27 0 19001 0

[startup+0.0604749 s]
/proc/loadavg: 1.68 2.56 2.73 4/189 3286
/proc/meminfo: memFree=10529864/32951124 swapFree=67111528/67111528
[pid=3286] ppid=3284 vsize=150328 CPUtime=0.05 cores=1,3
/proc/3286/stat : 3286 (march_rw) R 3284 3286 3225 0 -1 4194304 25246 0 0 0 2 3 0 0 21 0 1 0 469348140 153935872 25190 33554432000 4194304 4300876 140736084695584 18446744073709551615 233509958341 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/3286/statm: 37615 25200 110 27 0 36064 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 150328

[startup+0.100454 s]
/proc/loadavg: 1.68 2.56 2.73 4/189 3286
/proc/meminfo: memFree=10529864/32951124 swapFree=67111528/67111528
[pid=3286] ppid=3284 vsize=170776 CPUtime=0.09 cores=1,3
/proc/3286/stat : 3286 (march_rw) R 3284 3286 3225 0 -1 4194304 31603 0 0 0 6 3 0 0 21 0 1 0 469348140 174874624 31547 33554432000 4194304 4300876 140736084695584 18446744073709551615 4246532 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/3286/statm: 42694 31547 113 27 0 41143 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 170776

[startup+0.857329 s]
/proc/loadavg: 1.68 2.56 2.73 4/189 3286
/proc/meminfo: memFree=10529864/32951124 swapFree=67111528/67111528
[pid=3286] ppid=3284 vsize=220540 CPUtime=0.85 cores=1,3
/proc/3286/stat : 3286 (march_rw) R 3284 3286 3225 0 -1 4194304 45589 0 0 0 78 7 0 0 25 0 1 0 469348140 225832960 45533 33554432000 4194304 4300876 140736084695584 18446744073709551615 233509958341 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/3286/statm: 55135 45533 113 27 0 53584 0
Current children cumulated CPU time (s) 0.85
Current children cumulated vsize (KiB) 220540

[startup+0.90032 s]
/proc/loadavg: 1.68 2.56 2.73 4/189 3286
/proc/meminfo: memFree=10529864/32951124 swapFree=67111528/67111528
[pid=3286] ppid=3284 vsize=223444 CPUtime=0.89 cores=1,3
/proc/3286/stat : 3286 (march_rw) R 3284 3286 3225 0 -1 4194304 46379 0 0 0 82 7 0 0 25 0 1 0 469348140 228806656 46323 33554432000 4194304 4300876 140736084695584 18446744073709551615 233509958341 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/3286/statm: 55861 46323 113 27 0 54310 0
Current children cumulated CPU time (s) 0.89
Current children cumulated vsize (KiB) 223444

[startup+1.50021 s]
/proc/loadavg: 1.68 2.56 2.73 4/189 3286
/proc/meminfo: memFree=10529864/32951124 swapFree=67111528/67111528
[pid=3286] ppid=3284 vsize=260404 CPUtime=1.49 cores=1,3
/proc/3286/stat : 3286 (march_rw) R 3284 3286 3225 0 -1 4194304 56779 0 0 0 140 9 0 0 25 0 1 0 469348140 266653696 56723 33554432000 4194304 4300876 140736084695584 18446744073709551615 233510297344 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/3286/statm: 65101 56724 113 27 0 63550 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 260404

[startup+3.10092 s]
/proc/loadavg: 2.02 2.62 2.74 5/190 3288
/proc/meminfo: memFree=9952588/32951124 swapFree=67111528/67111528
[pid=3286] ppid=3284 vsize=358484 CPUtime=3.09 cores=1,3
/proc/3286/stat : 3286 (march_rw) R 3284 3286 3225 0 -1 4194304 84292 0 0 0 295 14 0 0 25 0 1 0 469348140 367087616 84236 33554432000 4194304 4300876 140736084695584 18446744073709551615 233510297344 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/3286/statm: 89621 84237 113 27 0 88070 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 358484

[startup+6.30034 s]
/proc/loadavg: 2.02 2.62 2.74 5/190 3288
/proc/meminfo: memFree=9654152/32951124 swapFree=67111528/67111528
[pid=3286] ppid=3284 vsize=1064788 CPUtime=6.29 cores=1,3
/proc/3286/stat : 3286 (march_rw) R 3284 3286 3225 0 -1 4194304 172095 0 0 0 602 27 0 0 25 0 1 0 469348140 1090342912 172036 33554432000 4194304 4300876 140736084695584 18446744073709551615 4239770 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/3286/statm: 266197 172036 118 27 0 264646 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1064788

[startup+12.7072 s]
/proc/loadavg: 2.40 2.68 2.76 5/190 3288
/proc/meminfo: memFree=9519944/32951124 swapFree=67111528/67111528
[pid=3286] ppid=3284 vsize=983640 CPUtime=12.7 cores=1,3
/proc/3286/stat : 3286 (march_rw) R 3284 3286 3225 0 -1 4194304 226252 0 0 0 1235 35 0 0 25 0 1 0 469348140 1007247360 143042 33554432000 4194304 4300876 140736084695584 18446744073709551615 4242428 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/3286/statm: 245910 143042 129 27 0 244359 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 983640

[startup+25.5009 s]
/proc/loadavg: 2.65 2.72 2.77 5/190 3289
/proc/meminfo: memFree=9657896/32951124 swapFree=67111528/67111528
[pid=3286] ppid=3284 vsize=983504 CPUtime=25.49 cores=1,3
/proc/3286/stat : 3286 (march_rw) R 3284 3286 3225 0 -1 4202496 374744 0 0 0 2495 54 0 0 25 0 1 0 469348140 1007108096 141493 33554432000 4194304 4300876 140736084695584 18446744073709551615 4242436 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/3286/statm: 245876 141493 146 27 0 244325 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 983504

[startup+51.1003 s]
/proc/loadavg: 3.11 2.82 2.81 5/190 3289
/proc/meminfo: memFree=9447816/32951124 swapFree=67111528/67111528
[pid=3286] ppid=3284 vsize=1685736 CPUtime=51.09 cores=1,3
/proc/3286/stat : 3286 (march_rw) R 3284 3286 3225 0 -1 4202496 506726 0 0 0 5038 71 0 0 25 0 1 0 469348140 1726193664 173860 33554432000 4194304 4300876 140736084695584 18446744073709551615 4242227 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/3286/statm: 421434 173860 159 27 0 419883 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 1685736

[startup+102.301 s]
/proc/loadavg: 3.64 3.02 2.87 5/190 3291
/proc/meminfo: memFree=8735000/32951124 swapFree=67111528/67111528
[pid=3286] ppid=3284 vsize=1888424 CPUtime=102.29 cores=1,3
/proc/3286/stat : 3286 (march_rw) R 3284 3286 3225 0 -1 4202496 673294 0 0 0 10137 92 0 0 25 0 1 0 469348140 1933746176 233435 33554432000 4194304 4300876 140736084695584 18446744073709551615 4216263 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/3286/statm: 472106 233435 173 27 0 470555 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 1888424

[startup+162.306 s]
/proc/loadavg: 3.91 3.21 2.94 5/190 3292
/proc/meminfo: memFree=8697840/32951124 swapFree=67111528/67111528
[pid=3286] ppid=3284 vsize=1893460 CPUtime=162.3 cores=1,3
/proc/3286/stat : 3286 (march_rw) R 3284 3286 3225 0 -1 4202496 674354 0 0 0 16137 93 0 0 25 0 1 0 469348140 1938903040 234495 33554432000 4194304 4300876 140736084695584 18446744073709551615 4264497 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/3286/statm: 473365 234495 174 27 0 471814 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 1893460

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

[startup+166.901 s]
/proc/loadavg: 3.92 3.22 2.95 5/190 3293
/proc/meminfo: memFree=8697344/32951124 swapFree=67111528/67111528
[pid=3286] ppid=3284 vsize=1893460 CPUtime=166.9 cores=1,3
/proc/3286/stat : 3286 (march_rw) R 3284 3286 3225 0 -1 4202496 674354 0 0 0 16597 93 0 0 25 0 1 0 469348140 1938903040 234495 33554432000 4194304 4300876 140736084695584 18446744073709551615 4264525 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/3286/statm: 473365 234495 174 27 0 471814 0
Current children cumulated CPU time (s) 166.9
Current children cumulated vsize (KiB) 1893460

[startup+173.306 s]
/proc/loadavg: 3.92 3.23 2.95 5/190 3293
/proc/meminfo: memFree=8694032/32951124 swapFree=67111528/67111528
[pid=3286] ppid=3284 vsize=1893460 CPUtime=173.3 cores=1,3
/proc/3286/stat : 3286 (march_rw) R 3284 3286 3225 0 -1 4202496 674354 0 0 0 17237 93 0 0 25 0 1 0 469348140 1938903040 234495 33554432000 4194304 4300876 140736084695584 18446744073709551615 4264512 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/3286/statm: 473365 234495 174 27 0 471814 0
Current children cumulated CPU time (s) 173.3
Current children cumulated vsize (KiB) 1893460

[startup+179.7 s]
/proc/loadavg: 3.93 3.25 2.96 5/190 3293
/proc/meminfo: memFree=8690064/32951124 swapFree=67111528/67111528
[pid=3286] ppid=3284 vsize=1893460 CPUtime=179.7 cores=1,3
/proc/3286/stat : 3286 (march_rw) R 3284 3286 3225 0 -1 4202496 674354 0 0 0 17877 93 0 0 25 0 1 0 469348140 1938903040 234495 33554432000 4194304 4300876 140736084695584 18446744073709551615 4264497 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/3286/statm: 473365 234495 174 27 0 471814 0
Current children cumulated CPU time (s) 179.7
Current children cumulated vsize (KiB) 1893460

[startup+182.901 s]
/proc/loadavg: 3.93 3.26 2.97 5/190 3293
/proc/meminfo: memFree=8685012/32951124 swapFree=67111528/67111528
[pid=3286] ppid=3284 vsize=1893460 CPUtime=182.9 cores=1,3
/proc/3286/stat : 3286 (march_rw) R 3284 3286 3225 0 -1 4202496 674354 0 0 0 18197 93 0 0 25 0 1 0 469348140 1938903040 234495 33554432000 4194304 4300876 140736084695584 18446744073709551615 4264512 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/3286/statm: 473365 234495 174 27 0 471814 0
Current children cumulated CPU time (s) 182.9
Current children cumulated vsize (KiB) 1893460

[startup+183.701 s]
/proc/loadavg: 3.93 3.26 2.97 5/190 3293
/proc/meminfo: memFree=8683772/32951124 swapFree=67111528/67111528
[pid=3286] ppid=3284 vsize=1893460 CPUtime=183.7 cores=1,3
/proc/3286/stat : 3286 (march_rw) R 3284 3286 3225 0 -1 4204032 674354 0 0 0 18271 99 0 0 25 0 1 0 469348140 1938903040 234495 33554432000 4194304 4300876 140736084695584 18446744073709551615 4264508 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/3286/statm: 473365 234495 174 27 0 471814 0
Current children cumulated CPU time (s) 183.7
Current children cumulated vsize (KiB) 1893460

[startup+184.5 s]
/proc/loadavg: 3.93 3.26 2.97 5/190 3293
/proc/meminfo: memFree=8238736/32951124 swapFree=67111528/67111528
[pid=3286] ppid=3284 vsize=1893460 CPUtime=184.5 cores=1,3
/proc/3286/stat : 3286 (march_rw) R 3284 3286 3225 0 -1 4204032 674354 0 0 0 18271 179 0 0 25 0 1 0 469348140 1938903040 234495 33554432000 4194304 4300876 140736084695584 18446744073709551615 4264508 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/3286/statm: 473365 234495 174 27 0 471814 0
Current children cumulated CPU time (s) 184.5
Current children cumulated vsize (KiB) 1893460

[startup+184.7 s]
/proc/loadavg: 3.93 3.26 2.97 5/190 3293
/proc/meminfo: memFree=8238736/32951124 swapFree=67111528/67111528
[pid=3286] ppid=3284 vsize=1893460 CPUtime=184.7 cores=1,3
/proc/3286/stat : 3286 (march_rw) R 3284 3286 3225 0 -1 4204032 674354 0 0 0 18271 199 0 0 25 0 1 0 469348140 1938903040 234495 33554432000 4194304 4300876 140736084695584 18446744073709551615 4264508 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/3286/statm: 473365 234495 174 27 0 471814 0
Current children cumulated CPU time (s) 184.7
Current children cumulated vsize (KiB) 1893460

[startup+184.8 s]
/proc/loadavg: 3.93 3.26 2.97 5/190 3293
/proc/meminfo: memFree=8238736/32951124 swapFree=67111528/67111528
[pid=3286] ppid=3284 vsize=1893460 CPUtime=184.8 cores=1,3
/proc/3286/stat : 3286 (march_rw) R 3284 3286 3225 0 -1 4204032 674354 0 0 0 18271 209 0 0 25 0 1 0 469348140 1938903040 234495 33554432000 4194304 4300876 140736084695584 18446744073709551615 4264508 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/3286/statm: 473365 234495 174 27 0 471814 0
Current children cumulated CPU time (s) 184.8
Current children cumulated vsize (KiB) 1893460

Child ended because it received signal 11 (SIGSEGV)
Child dumped core
Real time (s): 184.897
CPU time (s): 184.902
CPU user time (s): 182.715
CPU system time (s): 2.18667
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 1893460

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

runsolver used 0.301954 second user time and 0.707892 second system time

The end

Launcher Data

Begin job on node145 at 2011-04-26 00:08:43
IDJOB=3284812
IDBENCH=82364
IDSOLVER=1561
FILE ID=node145/3284812-1303769317
RUNJOBID= node145-1303769317-3245
PBS_JOBID= 13157170
Free space on /tmp= 71304 MiB

SOLVER NAME= march_rw 2011-03-02
BENCH NAME= SAT11/application/rintanen/SATPlanning/blocks-blocks-37-1.120-NOTKNOWN.cnf
COMMAND LINE= ./march_rw BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3284812-1303769317/watcher-3284812-1303769317 -o /tmp/evaluation-result-3284812-1303769317/solver-3284812-1303769317 -C 2400 -W 1300 -M 7680  ./march_rw HOME/instance-3284812-1303769317.cnf

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

MD5SUM BENCH= 2a2f6fb35277c8ead36f65de8bb36dbb
RANDOM SEED=1609853491

node145.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.786
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.57
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.786
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.76
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.786
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.786
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.83
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.786
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.82
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.786
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.74
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.786
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.84
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.786
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.77
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      10530268 kB
Buffers:       2189660 kB
Cached:       19027544 kB
SwapCached:          0 kB
Active:       11364372 kB
Inactive:     10474276 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      10530268 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:          349984 kB
Writeback:           0 kB
AnonPages:      620640 kB
Mapped:          15228 kB
Slab:           515476 kB
PageTables:       6252 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   993856 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= 70388 MiB
End job on node145 at 2011-04-26 00:11:48