Trace number 3285782

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
synit_sat 2011-03-03UNSAT 312.384 312.396

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
grid-strips-grid-y-3.035-NOTKNOWN.cnf
MD5SUMa85b6db657886fb2a1a46ae1fe4d7999
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark206.556
Satisfiable
(Un)Satisfiability was proved
Number of variables257380
Number of clauses2139615
Sum of the clauses size5163755
Maximum clause length541
Minimum clause length1
Number of clauses of size 1625
Number of clauses of size 22096290
Number of clauses of size 30
Number of clauses of size 4280
Number of clauses of size 51400
Number of clauses of size over 541020

Solver Data

0.00/0.01	c start  0 total 0
0.78/0.89	c Find Units :        625
0.99/1.09	c Find Invs  :        350
1.29/1.30	c Find Ands  :       1050 AvgFaninNum: 9
1.29/1.30	c Find Xors  :          0 AvgFaninNum: nan
1.29/1.30	c Find Ite   :          0
1.29/1.30	c UnDirect variable: 0
1.29/1.30	c UnDirect to Direct Gate: 0
1.29/1.30	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
1.29/1.30	c Break Cycle : 99
1.29/1.30	c Total Root : 10 Undef Var: 256769
1.29/1.32	c After covering, Total Root: 109 Leaf: 3514
1.29/1.32	c Variable( cover/uncovered/unused ): 4125 253255 0
1.29/1.32	c Unit Clauses: 625
1.29/1.32	c Binary Clauses( cover/uncovered ): 5499 2090791
1.29/1.32	c Clauses( cover/uncovered ): 611 42089
1.29/1.32	c Total Clauses( cover/uncovered ): 6735 2132880 0.314776%
1.29/1.32	c Covered Ands: 611 Invs: 0 Xors: 0 Ites: 0
2.69/2.78	c Uncover Clauses avg size: 2.41271 max size: 541
2.78/2.80	c Final circuit: i/l/o/s  256154       0 1841805   2374579
2.78/2.80	c cover rate 0.314776
2.78/2.80	c rocky end  2.79 total 2.79
5.89/5.93	c covering time  3.13 total 5.92
311.78/311.86	c solve time  305.92 total 311.84
311.78/311.86	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: 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-3285782-1303765075/watcher-3285782-1303765075 -o /tmp/evaluation-result-3285782-1303765075/solver-3285782-1303765075 -C 2400 -W 1300 -M 7680 HOME/synit_sat HOME/instance-3285782-1303765075.cnf 1983333902 

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: 3.80 2.81 3.38 5/190 24411
/proc/meminfo: memFree=8380888/32951124 swapFree=67111528/67111528
[pid=24411] ppid=24409 vsize=23572 CPUtime=0 cores=1,3
/proc/24411/stat : 24411 (synit_sat) R 24409 24411 23613 0 -1 4194304 460 0 0 0 0 0 0 0 22 0 1 0 488108013 24137728 398 33554432000 4194304 4947581 140736995354416 18446744073709551615 4285888 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/24411/statm: 5893 398 256 184 0 768 0

[startup+0.0327781 s]
/proc/loadavg: 3.80 2.81 3.38 5/190 24411
/proc/meminfo: memFree=8380888/32951124 swapFree=67111528/67111528
[pid=24411] ppid=24409 vsize=41840 CPUtime=0.01 cores=1,3
/proc/24411/stat : 24411 (synit_sat) R 24409 24411 23613 0 -1 4202496 5211 0 0 0 1 0 0 0 22 0 1 0 488108013 42844160 5145 33554432000 4194304 4947581 140736995354416 18446744073709551615 4821958 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/24411/statm: 10460 5145 377 184 0 5335 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 41840

[startup+0.100775 s]
/proc/loadavg: 3.80 2.81 3.38 5/190 24411
/proc/meminfo: memFree=8380888/32951124 swapFree=67111528/67111528
[pid=24411] ppid=24409 vsize=52080 CPUtime=0.09 cores=1,3
/proc/24411/stat : 24411 (synit_sat) R 24409 24411 23613 0 -1 4202496 7419 0 0 0 8 1 0 0 22 0 1 0 488108013 53329920 7353 33554432000 4194304 4947581 140736995354416 18446744073709551615 4851685 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/24411/statm: 13020 7354 377 184 0 7895 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 52080

[startup+0.300739 s]
/proc/loadavg: 3.80 2.81 3.38 5/190 24411
/proc/meminfo: memFree=8380888/32951124 swapFree=67111528/67111528
[pid=24411] ppid=24409 vsize=84976 CPUtime=0.29 cores=1,3
/proc/24411/stat : 24411 (synit_sat) R 24409 24411 23613 0 -1 4202496 15460 0 0 0 27 2 0 0 23 0 1 0 488108013 87015424 15394 33554432000 4194304 4947581 140736995354416 18446744073709551615 4716979 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/24411/statm: 21244 15394 377 184 0 16119 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 84976

[startup+0.700657 s]
/proc/loadavg: 3.80 2.81 3.38 5/190 24411
/proc/meminfo: memFree=8380888/32951124 swapFree=67111528/67111528
[pid=24411] ppid=24409 vsize=134256 CPUtime=0.69 cores=1,3
/proc/24411/stat : 24411 (synit_sat) R 24409 24411 23613 0 -1 4202496 27515 0 0 0 65 4 0 0 25 0 1 0 488108013 137478144 27449 33554432000 4194304 4947581 140736995354416 18446744073709551615 4799423 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/24411/statm: 33564 27449 377 184 0 28439 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 134256

[startup+1.50051 s]
/proc/loadavg: 3.80 2.81 3.38 5/191 24412
/proc/meminfo: memFree=8187068/32951124 swapFree=67111528/67111528
[pid=24411] ppid=24409 vsize=167148 CPUtime=1.49 cores=1,3
/proc/24411/stat : 24411 (synit_sat) R 24409 24411 23613 0 -1 4202496 32682 0 0 0 144 5 0 0 25 0 1 0 488108013 171159552 32616 33554432000 4194304 4947581 140736995354416 18446744073709551615 4780231 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/24411/statm: 41787 32616 385 184 0 36662 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 167148

[startup+3.10022 s]
/proc/loadavg: 3.80 2.81 3.38 5/191 24412
/proc/meminfo: memFree=8017684/32951124 swapFree=67111528/67111528
[pid=24411] ppid=24409 vsize=486552 CPUtime=3.09 cores=1,3
/proc/24411/stat : 24411 (synit_sat) R 24409 24411 23613 0 -1 4202496 106580 0 0 0 295 14 0 0 25 0 1 0 488108013 498229248 106514 33554432000 4194304 4947581 140736995354416 18446744073709551615 4229427 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/24411/statm: 121638 106514 387 184 0 116513 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 486552

[startup+6.30064 s]
/proc/loadavg: 4.06 2.88 3.40 5/191 24412
/proc/meminfo: memFree=7253984/32951124 swapFree=67111528/67111528
[pid=24411] ppid=24409 vsize=1122376 CPUtime=6.29 cores=1,3
/proc/24411/stat : 24411 (synit_sat) R 24409 24411 23613 0 -1 4202496 266540 0 0 0 596 33 0 0 25 0 1 0 488108013 1149313024 265567 33554432000 4194304 4947581 140736995354416 18446744073709551615 4379582 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/24411/statm: 280594 265571 421 184 0 275469 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1122376

[startup+12.7005 s]
/proc/loadavg: 4.21 2.93 3.41 5/191 24412
/proc/meminfo: memFree=5354680/32951124 swapFree=67111528/67111528
[pid=24411] ppid=24409 vsize=1831056 CPUtime=12.68 cores=1,3
/proc/24411/stat : 24411 (synit_sat) R 24409 24411 23613 0 -1 4202496 413678 0 0 0 1218 50 0 0 25 0 1 0 488108013 1875001344 412521 33554432000 4194304 4947581 140736995354416 18446744073709551615 4399720 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/24411/statm: 457764 412521 438 184 0 452639 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 1831056

[startup+25.5011 s]
/proc/loadavg: 4.69 3.10 3.46 5/191 24412
/proc/meminfo: memFree=3469664/32951124 swapFree=67111528/67111528
[pid=24411] ppid=24409 vsize=2215032 CPUtime=25.49 cores=1,3
/proc/24411/stat : 24411 (synit_sat) R 24409 24411 23613 0 -1 4202496 491057 0 0 0 2488 61 0 0 25 0 1 0 488108013 2268192768 489765 33554432000 4194304 4947581 140736995354416 18446744073709551615 4400592 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/24411/statm: 553758 489765 462 184 0 548633 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 2215032

[startup+51.1005 s]
/proc/loadavg: 5.14 3.33 3.53 5/191 24413
/proc/meminfo: memFree=394492/32951124 swapFree=67111528/67111528
[pid=24411] ppid=24409 vsize=2350508 CPUtime=51.09 cores=1,3
/proc/24411/stat : 24411 (synit_sat) R 24409 24411 23613 0 -1 4202496 492842 0 0 0 5048 61 0 0 25 0 1 0 488108013 2406920192 491550 33554432000 4194304 4947581 140736995354416 18446744073709551615 4352039 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/24411/statm: 587627 491550 462 184 0 582502 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 2350508

[startup+102.307 s]
/proc/loadavg: 4.92 3.54 3.58 5/190 24443
/proc/meminfo: memFree=6780796/32951124 swapFree=67111528/67111528
[pid=24411] ppid=24409 vsize=2374572 CPUtime=102.28 cores=1,3
/proc/24411/stat : 24411 (synit_sat) R 24409 24411 23613 0 -1 4202496 505148 0 0 0 10164 64 0 0 25 0 1 0 488108013 2431561728 503856 33554432000 4194304 4947581 140736995354416 18446744073709551615 4398610 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/24411/statm: 593643 503856 462 184 0 588518 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 2374572

[startup+162.3 s]
/proc/loadavg: 4.80 3.73 3.65 5/190 24472
/proc/meminfo: memFree=95928/32951124 swapFree=67111524/67111528
[pid=24411] ppid=24409 vsize=2397124 CPUtime=162.27 cores=1,3
/proc/24411/stat : 24411 (synit_sat) R 24409 24411 23613 0 -1 4202496 515413 0 0 0 16152 75 0 0 25 0 1 0 488108013 2454654976 506521 33554432000 4194304 4947581 140736995354416 18446744073709551615 4346013 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/24411/statm: 599281 506521 466 184 0 594156 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 2397124

[startup+222.3 s]
/proc/loadavg: 7.62 4.70 3.98 4/188 24546
/proc/meminfo: memFree=12037068/32951124 swapFree=67111524/67111528
[pid=24411] ppid=24409 vsize=3095264 CPUtime=222.27 cores=1,3
/proc/24411/stat : 24411 (synit_sat) R 24409 24411 23613 0 -1 4202496 651022 0 0 0 22128 99 0 0 25 0 1 0 488108013 3169550336 642130 33554432000 4194304 4947581 140736995354416 18446744073709551615 4352775 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/24411/statm: 773816 642130 471 184 0 768691 0
Current children cumulated CPU time (s) 222.27
Current children cumulated vsize (KiB) 3095264

[startup+282.3 s]
/proc/loadavg: 6.88 5.11 4.17 5/190 24567
/proc/meminfo: memFree=12208800/32951124 swapFree=67111524/67111528
[pid=24411] ppid=24409 vsize=3274144 CPUtime=282.27 cores=1,3
/proc/24411/stat : 24411 (synit_sat) R 24409 24411 23613 0 -1 4202496 719613 0 0 0 28117 110 0 0 25 0 1 0 488108013 3352723456 710721 33554432000 4194304 4947581 140736995354416 18446744073709551615 4653136 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/24411/statm: 818536 710721 471 184 0 813411 0
Current children cumulated CPU time (s) 282.27
Current children cumulated vsize (KiB) 3274144

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

[startup+294.3 s]
/proc/loadavg: 6.52 5.09 4.17 5/190 24567
/proc/meminfo: memFree=11685256/32951124 swapFree=67111524/67111528
[pid=24411] ppid=24409 vsize=3371216 CPUtime=294.28 cores=1,3
/proc/24411/stat : 24411 (synit_sat) R 24409 24411 23613 0 -1 4202496 742542 0 0 0 29315 113 0 0 25 0 1 0 488108013 3452125184 733650 33554432000 4194304 4947581 140736995354416 18446744073709551615 4616576 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/24411/statm: 842804 733650 471 184 0 837679 0
Current children cumulated CPU time (s) 294.28
Current children cumulated vsize (KiB) 3371216

[startup+300.701 s]
/proc/loadavg: 6.21 5.07 4.18 5/190 24595
/proc/meminfo: memFree=12407528/32951124 swapFree=67111524/67111528
[pid=24411] ppid=24409 vsize=3371216 CPUtime=300.68 cores=1,3
/proc/24411/stat : 24411 (synit_sat) R 24409 24411 23613 0 -1 4202496 742543 0 0 0 29955 113 0 0 25 0 1 0 488108013 3452125184 733651 33554432000 4194304 4947581 140736995354416 18446744073709551615 4398461 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/24411/statm: 842804 733651 471 184 0 837679 0
Current children cumulated CPU time (s) 300.68
Current children cumulated vsize (KiB) 3371216

[startup+307.101 s]
/proc/loadavg: 6.19 5.08 4.18 5/190 24595
/proc/meminfo: memFree=11709888/32951124 swapFree=67111524/67111528
[pid=24411] ppid=24409 vsize=3371216 CPUtime=307.08 cores=1,3
/proc/24411/stat : 24411 (synit_sat) R 24409 24411 23613 0 -1 4202496 742544 0 0 0 30595 113 0 0 25 0 1 0 488108013 3452125184 733652 33554432000 4194304 4947581 140736995354416 18446744073709551615 4357793 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/24411/statm: 842804 733652 471 184 0 837679 0
Current children cumulated CPU time (s) 307.08
Current children cumulated vsize (KiB) 3371216

[startup+310.3 s]
/proc/loadavg: 6.02 5.06 4.18 5/190 24595
/proc/meminfo: memFree=11045024/32951124 swapFree=67111524/67111528
[pid=24411] ppid=24409 vsize=3371216 CPUtime=310.28 cores=1,3
/proc/24411/stat : 24411 (synit_sat) R 24409 24411 23613 0 -1 4202496 742545 0 0 0 30915 113 0 0 25 0 1 0 488108013 3452125184 733653 33554432000 4194304 4947581 140736995354416 18446744073709551615 4352747 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/24411/statm: 842804 733653 471 184 0 837679 0
Current children cumulated CPU time (s) 310.28
Current children cumulated vsize (KiB) 3371216

[startup+311.1 s]
/proc/loadavg: 6.02 5.06 4.18 5/190 24595
/proc/meminfo: memFree=11045024/32951124 swapFree=67111524/67111528
[pid=24411] ppid=24409 vsize=3371216 CPUtime=311.08 cores=1,3
/proc/24411/stat : 24411 (synit_sat) R 24409 24411 23613 0 -1 4202496 742545 0 0 0 30995 113 0 0 25 0 1 0 488108013 3452125184 733653 33554432000 4194304 4947581 140736995354416 18446744073709551615 4400023 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/24411/statm: 842804 733653 471 184 0 837679 0
Current children cumulated CPU time (s) 311.08
Current children cumulated vsize (KiB) 3371216

[startup+311.901 s]
/proc/loadavg: 6.02 5.06 4.18 5/190 24595
/proc/meminfo: memFree=10661500/32951124 swapFree=67111524/67111528
[pid=24411] ppid=24409 vsize=3371216 CPUtime=311.88 cores=1,3
/proc/24411/stat : 24411 (synit_sat) R 24409 24411 23613 0 -1 4202496 742548 0 0 0 31075 113 0 0 25 0 1 0 488108013 3452125184 733656 33554432000 4194304 4947581 140736995354416 18446744073709551615 4848693 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/24411/statm: 842804 733656 471 184 0 837679 0
Current children cumulated CPU time (s) 311.88
Current children cumulated vsize (KiB) 3371216

[startup+312.301 s]
/proc/loadavg: 6.02 5.06 4.18 5/190 24595
/proc/meminfo: memFree=11036600/32951124 swapFree=67111524/67111528
[pid=24411] ppid=24409 vsize=0 CPUtime=312.28 cores=1,3
/proc/24411/stat : 24411 (synit_sat) R 24409 24411 23613 0 -1 4202500 742553 0 0 0 31113 115 0 0 25 0 1 0 488108013 0 0 33554432000 0 0 0 0 0 0 0 4096 24578 18446744073709551615 0 0 17 1 0 0 0
/proc/24411/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 312.28
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 312.396
CPU time (s): 312.384
CPU user time (s): 311.14
CPU system time (s): 1.24381
CPU usage (%): 99.9961
Max. virtual memory (cumulated for all children) (KiB): 3371216

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

runsolver used 0.508922 second user time and 1.20482 second system time

The end

Launcher Data

Begin job on node106 at 2011-04-25 22:57:56
IDJOB=3285782
IDBENCH=82403
IDSOLVER=1571
FILE ID=node106/3285782-1303765075
RUNJOBID= node106-1303765018-24341
PBS_JOBID= 13157143
Free space on /tmp= 71580 MiB

SOLVER NAME= synit_sat 2011-03-03
BENCH NAME= SAT11/application/rintanen/SATPlanning/grid-strips-grid-y-3.035-NOTKNOWN.cnf
COMMAND LINE= HOME/synit_sat BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3285782-1303765075/watcher-3285782-1303765075 -o /tmp/evaluation-result-3285782-1303765075/solver-3285782-1303765075 -C 2400 -W 1300 -M 7680  HOME/synit_sat HOME/instance-3285782-1303765075.cnf 1983333902

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

MD5SUM BENCH= a85b6db657886fb2a1a46ae1fe4d7999
RANDOM SEED=1983333902

node106.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.830
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.66
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.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5226.20
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.830
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.830
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.82
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.830
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.74
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.830
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.830
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.830
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:     32951124 kB
MemFree:       8381160 kB
Buffers:       1973508 kB
Cached:       11156548 kB
SwapCached:          0 kB
Active:        9878896 kB
Inactive:     13868676 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       8381160 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:          101968 kB
Writeback:           0 kB
AnonPages:     5662136 kB
Mapped:          17088 kB
Slab:           744336 kB
PageTables:      16756 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  6489276 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= 71404 MiB
End job on node106 at 2011-04-25 23:03:09