Trace number 3191325

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
ppfolio parUNSAT 2180.19 708.356

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v100-c2130-S1741857700-014.UNKNOWN.cnf
MD5SUM68bf08be908d1e2b9826bc30706a7365
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark349.016
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of clauses2130
Sum of the clauses size10650
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 52130
Number of clauses of size over 50

Solver Data

0.00/0.00	This is pico-portfolio, a naive parallel portfolio
0.00/0.00	Copyright (C) 2011 Olivier Roussel
0.00/0.00	Using 4 processing units
0.00/0.00	This portfolio uses the following solvers:
0.00/0.00	[1] cryptominisat 2.7.1 (Mate Soos)
0.00/0.00	[2] clasp 1.3.6 (Martin Gebser, Benjamin Kaufmann, and Torsten Schaub)
0.00/0.00	[3] TNM 2009 (Wanxia Wei and Chu Min Li)
0.00/0.00	[4] lingeling 276-6264d55-100731 (Armin Biere)
0.00/0.00	[5] march_hi 2009 (Marijn Heule and Hans Van Maaren)
0.00/0.00	Starting cryptominisat 2.7.1 on core(s) 1
0.00/0.00	Starting clasp 1.3.6 on core(s) 5
0.00/0.00	Starting TNM 2009 on core(s) 7
0.00/0.00	Starting lingeling 276-6264d55-100731 on core(s) 3
0.00/0.00	Starting march_hi 2009 on core(s) 7
2179.99/708.35	s UNSATISFIABLE
2179.99/708.35	solver [5] march_hi 2009 answered
2179.99/708.35	Done

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-3191325-1304078532/watcher-3191325-1304078532 -o /tmp/evaluation-result-3191325-1304078532/solver-3191325-1304078532 -C 4800 -W 1300 -M 15500 ppfolio HOME/instance-3191325-1304078532.cnf 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 4800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 4830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 10.40 10.19 9.33 6/186 665
/proc/meminfo: memFree=30644652/32951124 swapFree=67111344/67111528
[pid=665] ppid=663 vsize=18320 CPUtime=0 cores=1,3,5,7
/proc/665/stat : 665 (ppfolio) R 663 665 379 0 -1 4194304 400 0 0 0 0 0 0 0 25 0 1 0 519451087 18759680 336 33554432000 4194304 4287625 140737082247040 18446744073709551615 271550192624 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/665/statm: 4580 339 293 23 0 90 0

[startup+1.26845 s]
/proc/loadavg: 10.40 10.19 9.33 6/186 665
/proc/meminfo: memFree=30644652/32951124 swapFree=67111344/67111528
[pid=665] ppid=663 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/665/stat : 665 (ppfolio) S 663 665 379 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 519451087 18763776 390 33554432000 4194304 4287625 140737082247040 18446744073709551615 271550557711 0 0 4096 65536 4443742630966198271 0 0 17 1 0 0 0
/proc/665/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.36843 s]
/proc/loadavg: 10.40 10.19 9.33 6/186 665
/proc/meminfo: memFree=30644652/32951124 swapFree=67111344/67111528
[pid=665] ppid=663 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/665/stat : 665 (ppfolio) S 663 665 379 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 519451087 18763776 390 33554432000 4194304 4287625 140737082247040 18446744073709551615 271550557711 0 0 4096 65536 4443742630966198271 0 0 17 1 0 0 0
/proc/665/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.40043 s]
/proc/loadavg: 10.40 10.19 9.33 6/186 665
/proc/meminfo: memFree=30644652/32951124 swapFree=67111344/67111528
[pid=665] ppid=663 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/665/stat : 665 (ppfolio) S 663 665 379 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 519451087 18763776 390 33554432000 4194304 4287625 140737082247040 18446744073709551615 271550557711 0 0 4096 65536 4443742630966198271 0 0 17 1 0 0 0
/proc/665/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.56839 s]
/proc/loadavg: 10.40 10.19 9.33 6/186 665
/proc/meminfo: memFree=30644652/32951124 swapFree=67111344/67111528
[pid=665] ppid=663 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/665/stat : 665 (ppfolio) S 663 665 379 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 519451087 18763776 390 33554432000 4194304 4287625 140737082247040 18446744073709551615 271550557711 0 0 4096 65536 4443742630966198271 0 0 17 1 0 0 0
/proc/665/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.60039 s]
/proc/loadavg: 10.40 10.19 9.33 6/186 665
/proc/meminfo: memFree=30644652/32951124 swapFree=67111344/67111528
[pid=665] ppid=663 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/665/stat : 665 (ppfolio) S 663 665 379 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 519451087 18763776 390 33554432000 4194304 4287625 140737082247040 18446744073709551615 271550557711 0 0 4096 65536 4443742630966198271 0 0 17 1 0 0 0
/proc/665/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+3.10112 s]
/proc/loadavg: 10.40 10.19 9.33 11/192 671
/proc/meminfo: memFree=30628664/32951124 swapFree=67111344/67111528
[pid=665] ppid=663 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/665/stat : 665 (ppfolio) S 663 665 379 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 519451087 18763776 390 33554432000 4194304 4287625 140737082247040 18446744073709551615 271550557711 0 0 4096 65536 4443742630966198271 0 0 17 1 0 0 0
/proc/665/statm: 4581 390 341 23 0 91 0
[pid=666] ppid=665 vsize=2072016 CPUtime=3.08 cores=1
/proc/666/stat : 666 (cryptominisat) R 665 665 379 0 -1 4202496 5016 0 0 0 308 0 0 0 25 0 1 0 519451088 2121744384 3088 33554432000 4194304 4587354 140736928489904 18446744073709551615 271550234264 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/666/statm: 518004 3088 337 96 0 514566 0
[pid=667] ppid=665 vsize=14212 CPUtime=3.09 cores=5
/proc/667/stat : 667 (clasp) R 665 665 379 0 -1 4202496 1005 0 0 0 309 0 0 0 25 0 1 0 519451088 14553088 897 33554432000 4194304 4785740 140735174561552 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/667/statm: 3553 897 340 145 0 598 0
[pid=668] ppid=665 vsize=455960 CPUtime=1.97 cores=7
/proc/668/stat : 668 (TNM) R 665 665 379 0 -1 4202496 339 0 0 0 197 0 0 0 21 0 1 0 519451088 466903040 236 33554432000 134512640 134534564 4291853200 18446744073709551615 134530509 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/668/statm: 113990 236 95 6 0 112656 0
[pid=669] ppid=665 vsize=7592 CPUtime=3.09 cores=3
/proc/669/stat : 669 (lingeling) R 665 665 379 0 -1 4202496 1789 0 0 0 309 0 0 0 25 0 1 0 519451088 7774208 1060 33554432000 4194304 4352236 140736710390208 18446744073709551615 4328095 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/669/statm: 1898 1060 127 39 0 978 0
[pid=670] ppid=665 vsize=7056 CPUtime=1.11 cores=7
/proc/670/stat : 670 (march_hi) R 665 665 379 0 -1 4202496 422 0 0 0 111 0 0 0 25 0 1 0 519451088 7225344 315 33554432000 4194304 4331988 140737451988320 18446744073709551615 4210418 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/670/statm: 1764 315 174 34 0 206 0
Current children cumulated CPU time (s) 12.34
Current children cumulated vsize (KiB) 2575160

[startup+6.30054 s]
/proc/loadavg: 10.61 10.24 9.34 11/192 671
/proc/meminfo: memFree=30622832/32951124 swapFree=67111344/67111528
[pid=665] ppid=663 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/665/stat : 665 (ppfolio) S 663 665 379 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 519451087 18763776 390 33554432000 4194304 4287625 140737082247040 18446744073709551615 271550557711 0 0 4096 65536 4443742630966198271 0 0 17 1 0 0 0
/proc/665/statm: 4581 390 341 23 0 91 0
[pid=666] ppid=665 vsize=3824880 CPUtime=6.29 cores=1
/proc/666/stat : 666 (cryptominisat) R 665 665 379 0 -1 4202496 7118 0 0 0 628 1 0 0 25 0 1 0 519451088 3916677120 3147 33554432000 4194304 4587354 140736928489904 18446744073709551615 4238608 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/666/statm: 956220 3147 337 96 0 952782 0
[pid=667] ppid=665 vsize=14920 CPUtime=6.29 cores=5
/proc/667/stat : 667 (clasp) R 665 665 379 0 -1 4202496 1188 0 0 0 629 0 0 0 25 0 1 0 519451088 15278080 1080 33554432000 4194304 4785740 140735174561552 18446744073709551615 4287249 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/667/statm: 3730 1080 340 145 0 775 0
[pid=668] ppid=665 vsize=455960 CPUtime=3.55 cores=7
/proc/668/stat : 668 (TNM) R 665 665 379 0 -1 4202496 339 0 0 0 355 0 0 0 25 0 1 0 519451088 466903040 236 33554432000 134512640 134534564 4291853200 18446744073709551615 134528875 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/668/statm: 113990 236 95 6 0 112656 0
[pid=669] ppid=665 vsize=8748 CPUtime=6.29 cores=3
/proc/669/stat : 669 (lingeling) R 665 665 379 0 -1 4202496 2558 0 0 0 629 0 0 0 25 0 1 0 519451088 8957952 1381 33554432000 4194304 4352236 140736710390208 18446744073709551615 4329036 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/669/statm: 2187 1381 127 39 0 1267 0
[pid=670] ppid=665 vsize=7208 CPUtime=2.71 cores=7
/proc/670/stat : 670 (march_hi) R 665 665 379 0 -1 4202496 432 0 0 0 271 0 0 0 25 0 1 0 519451088 7380992 325 33554432000 4194304 4331988 140737451988320 18446744073709551615 4210516 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/670/statm: 1802 325 174 34 0 244 0
Current children cumulated CPU time (s) 25.13
Current children cumulated vsize (KiB) 4330040

[startup+12.7004 s]
/proc/loadavg: 10.64 10.25 9.35 11/192 671
/proc/meminfo: memFree=30613424/32951124 swapFree=67111344/67111528
[pid=665] ppid=663 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/665/stat : 665 (ppfolio) S 663 665 379 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 519451087 18763776 390 33554432000 4194304 4287625 140737082247040 18446744073709551615 271550557711 0 0 4096 65536 4443742630966198271 0 0 17 1 0 0 0
/proc/665/statm: 4581 390 341 23 0 91 0
[pid=666] ppid=665 vsize=3827336 CPUtime=12.69 cores=1
/proc/666/stat : 666 (cryptominisat) R 665 665 379 0 -1 4202496 11079 0 0 0 1267 2 0 0 25 0 1 0 519451088 3919192064 3731 33554432000 4194304 4587354 140736928489904 18446744073709551615 4238571 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/666/statm: 956834 3731 337 96 0 953396 0
[pid=667] ppid=665 vsize=15932 CPUtime=12.69 cores=5
/proc/667/stat : 667 (clasp) R 665 665 379 0 -1 4202496 1429 0 0 0 1269 0 0 0 25 0 1 0 519451088 16314368 1321 33554432000 4194304 4785740 140735174561552 18446744073709551615 4553747 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/667/statm: 3983 1321 340 145 0 1028 0
[pid=668] ppid=665 vsize=455960 CPUtime=6.74 cores=7
/proc/668/stat : 668 (TNM) R 665 665 379 0 -1 4202496 339 0 0 0 674 0 0 0 25 0 1 0 519451088 466903040 236 33554432000 134512640 134534564 4291853200 18446744073709551615 134528926 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/668/statm: 113990 236 95 6 0 112656 0
[pid=669] ppid=665 vsize=10644 CPUtime=12.69 cores=3
/proc/669/stat : 669 (lingeling) R 665 665 379 0 -1 4202496 4383 0 0 0 1269 0 0 0 25 0 1 0 519451088 10899456 1855 33554432000 4194304 4352236 140736710390208 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/669/statm: 2661 1855 127 39 0 1741 0
[pid=670] ppid=665 vsize=7344 CPUtime=5.88 cores=7
/proc/670/stat : 670 (march_hi) R 665 665 379 0 -1 4202496 468 0 0 0 588 0 0 0 25 0 1 0 519451088 7520256 361 33554432000 4194304 4331988 140737451988320 18446744073709551615 4287604 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/670/statm: 1836 361 174 34 0 278 0
Current children cumulated CPU time (s) 50.69
Current children cumulated vsize (KiB) 4335540

[startup+25.5011 s]
/proc/loadavg: 10.56 10.25 9.37 11/192 672
/proc/meminfo: memFree=30599812/32951124 swapFree=67111344/67111528
[pid=665] ppid=663 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/665/stat : 665 (ppfolio) S 663 665 379 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 519451087 18763776 390 33554432000 4194304 4287625 140737082247040 18446744073709551615 271550557711 0 0 4096 65536 4443742630966198271 0 0 17 1 0 0 0
/proc/665/statm: 4581 390 341 23 0 91 0
[pid=666] ppid=665 vsize=5866376 CPUtime=25.49 cores=1
/proc/666/stat : 666 (cryptominisat) R 665 665 379 0 -1 4202496 17478 0 0 0 2546 3 0 0 25 0 1 0 519451088 6007169024 4806 33554432000 4194304 4587354 140736928489904 18446744073709551615 4238431 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/666/statm: 1466594 4806 337 96 0 1463156 0
[pid=667] ppid=665 vsize=17012 CPUtime=25.49 cores=5
/proc/667/stat : 667 (clasp) R 665 665 379 0 -1 4202496 1670 0 0 0 2549 0 0 0 25 0 1 0 519451088 17420288 1562 33554432000 4194304 4785740 140735174561552 18446744073709551615 271550235296 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/667/statm: 4253 1562 340 145 0 1298 0
[pid=668] ppid=665 vsize=455960 CPUtime=13.14 cores=7
/proc/668/stat : 668 (TNM) R 665 665 379 0 -1 4202496 339 0 0 0 1314 0 0 0 25 0 1 0 519451088 466903040 236 33554432000 134512640 134534564 4291853200 18446744073709551615 7637441 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/668/statm: 113990 236 95 6 0 112656 0
[pid=669] ppid=665 vsize=11032 CPUtime=25.48 cores=3
/proc/669/stat : 669 (lingeling) R 665 665 379 0 -1 4202496 6528 0 0 0 2548 0 0 0 25 0 1 0 519451088 11296768 1952 33554432000 4194304 4352236 140736710390208 18446744073709551615 4329063 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/669/statm: 2758 1952 127 39 0 1838 0
[pid=670] ppid=665 vsize=7512 CPUtime=12.21 cores=7
/proc/670/stat : 670 (march_hi) R 665 665 379 0 -1 4202496 506 0 0 0 1221 0 0 0 25 0 1 0 519451088 7692288 399 33554432000 4194304 4331988 140737451988320 18446744073709551615 4292045 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/670/statm: 1878 399 175 34 0 320 0
Current children cumulated CPU time (s) 101.81
Current children cumulated vsize (KiB) 6376216

[startup+51.1004 s]
/proc/loadavg: 10.37 10.23 9.38 11/192 672
/proc/meminfo: memFree=30590816/32951124 swapFree=67111344/67111528
[pid=665] ppid=663 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/665/stat : 665 (ppfolio) S 663 665 379 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 519451087 18763776 390 33554432000 4194304 4287625 140737082247040 18446744073709551615 271550557711 0 0 4096 65536 4443742630966198271 0 0 17 1 0 0 0
/proc/665/statm: 4581 390 341 23 0 91 0
[pid=666] ppid=665 vsize=2087516 CPUtime=51.09 cores=1
/proc/666/stat : 666 (cryptominisat) R 665 665 379 0 -1 4202496 28706 0 0 0 5104 5 0 0 25 0 1 0 519451088 2137616384 7041 33554432000 4194304 4587354 140736928489904 18446744073709551615 4238597 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/666/statm: 521879 7041 337 96 0 518441 0
[pid=667] ppid=665 vsize=18640 CPUtime=51.09 cores=5
/proc/667/stat : 667 (clasp) R 665 665 379 0 -1 4202496 2029 0 0 0 5109 0 0 0 25 0 1 0 519451088 19087360 1921 33554432000 4194304 4785740 140735174561552 18446744073709551615 4553440 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/667/statm: 4660 1921 340 145 0 1705 0
[pid=668] ppid=665 vsize=455960 CPUtime=25.84 cores=7
/proc/668/stat : 668 (TNM) R 665 665 379 0 -1 4202496 339 0 0 0 2584 0 0 0 25 0 1 0 519451088 466903040 236 33554432000 134512640 134534564 4291853200 18446744073709551615 134528302 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/668/statm: 113990 236 95 6 0 112656 0
[pid=669] ppid=665 vsize=18328 CPUtime=51.09 cores=3
/proc/669/stat : 669 (lingeling) R 665 665 379 0 -1 4202496 11584 0 0 0 5108 1 0 0 25 0 1 0 519451088 18767872 3776 33554432000 4194304 4352236 140736710390208 18446744073709551615 4328847 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/669/statm: 4582 3776 127 39 0 3662 0
[pid=670] ppid=665 vsize=7892 CPUtime=24.97 cores=7
/proc/670/stat : 670 (march_hi) R 665 665 379 0 -1 4202496 572 0 0 0 2497 0 0 0 25 0 1 0 519451088 8081408 465 33554432000 4194304 4331988 140737451988320 18446744073709551615 4287549 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/670/statm: 1973 465 175 34 0 415 0
Current children cumulated CPU time (s) 204.08
Current children cumulated vsize (KiB) 2606660

[startup+102.301 s]
/proc/loadavg: 9.84 10.11 9.39 10/191 674
/proc/meminfo: memFree=30603320/32951124 swapFree=67111344/67111528
[pid=665] ppid=663 vsize=18324 CPUtime=58.92 cores=1,3,5,7
/proc/665/stat : 665 (ppfolio) S 663 665 379 0 -1 4202496 525 30768 0 0 0 0 5886 6 15 0 1 0 519451087 18763776 391 33554432000 4194304 4287625 140737082247040 18446744073709551615 271550557711 0 0 4096 65536 9224195742862639368 0 0 17 1 0 0 0
/proc/665/statm: 4581 391 342 23 0 91 0
[pid=667] ppid=665 vsize=20048 CPUtime=102.29 cores=5

################
# More data... #
################


[startup+582.301 s]
/proc/loadavg: 9.27 9.38 9.30 10/191 1032
/proc/meminfo: memFree=30672844/32951124 swapFree=67111344/67111528
[pid=665] ppid=663 vsize=18324 CPUtime=58.92 cores=1,3,5,7
/proc/665/stat : 665 (ppfolio) S 663 665 379 0 -1 4202496 525 30768 0 0 0 0 5886 6 15 0 1 0 519451087 18763776 391 33554432000 4194304 4287625 140737082247040 18446744073709551615 271550557711 0 0 4096 65536 9224195742862639368 0 0 17 1 0 0 0
/proc/665/statm: 4581 391 342 23 0 91 0
[pid=667] ppid=665 vsize=26996 CPUtime=582.3 cores=5
/proc/667/stat : 667 (clasp) R 665 665 379 0 -1 4202496 3943 0 0 0 58229 1 0 0 25 0 1 0 519451088 27643904 3835 33554432000 4194304 4785740 140735174561552 18446744073709551615 4286976 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/667/statm: 6749 3835 341 145 0 3794 0
[pid=668] ppid=665 vsize=455960 CPUtime=290 cores=7
/proc/668/stat : 668 (TNM) R 665 665 379 0 -1 4202496 339 0 0 0 29000 0 0 0 25 0 1 0 519451088 466903040 236 33554432000 134512640 134534564 4291853200 18446744073709551615 134528864 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/668/statm: 113990 236 95 6 0 112656 0
[pid=669] ppid=665 vsize=30596 CPUtime=582.31 cores=3
/proc/669/stat : 669 (lingeling) R 665 665 379 0 -1 4202496 54402 0 0 0 58224 7 0 0 25 0 1 0 519451088 31330304 6843 33554432000 4194304 4352236 140736710390208 18446744073709551615 4328102 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/669/statm: 7649 6843 127 39 0 6729 0
[pid=670] ppid=665 vsize=25028 CPUtime=289.12 cores=7
/proc/670/stat : 670 (march_hi) R 665 665 379 0 -1 4202496 3532 0 0 0 28911 1 0 0 25 0 1 0 519451088 25628672 3425 33554432000 4194304 4331988 140737451988320 18446744073709551615 4210390 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/670/statm: 6257 3425 175 34 0 4699 0
Current children cumulated CPU time (s) 1802.65
Current children cumulated vsize (KiB) 556904

[startup+642.301 s]
/proc/loadavg: 9.21 9.34 9.29 10/191 1034
/proc/meminfo: memFree=30665104/32951124 swapFree=67111344/67111528
[pid=665] ppid=663 vsize=18324 CPUtime=58.92 cores=1,3,5,7
/proc/665/stat : 665 (ppfolio) S 663 665 379 0 -1 4202496 525 30768 0 0 0 0 5886 6 15 0 1 0 519451087 18763776 391 33554432000 4194304 4287625 140737082247040 18446744073709551615 271550557711 0 0 4096 65536 9224195742862639368 0 0 17 1 0 0 0
/proc/665/statm: 4581 391 342 23 0 91 0
[pid=667] ppid=665 vsize=27332 CPUtime=642.3 cores=5
/proc/667/stat : 667 (clasp) R 665 665 379 0 -1 4202496 4011 0 0 0 64229 1 0 0 25 0 1 0 519451088 27987968 3903 33554432000 4194304 4785740 140735174561552 18446744073709551615 4287088 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/667/statm: 6833 3903 341 145 0 3878 0
[pid=668] ppid=665 vsize=455960 CPUtime=319.85 cores=7
/proc/668/stat : 668 (TNM) R 665 665 379 0 -1 4202496 339 0 0 0 31985 0 0 0 25 0 1 0 519451088 466903040 236 33554432000 134512640 134534564 4291853200 18446744073709551615 134528464 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/668/statm: 113990 236 95 6 0 112656 0
[pid=669] ppid=665 vsize=30724 CPUtime=642.3 cores=3
/proc/669/stat : 669 (lingeling) R 665 665 379 0 -1 4202496 57922 0 0 0 64223 7 0 0 25 0 1 0 519451088 31461376 6875 33554432000 4194304 4352236 140736710390208 18446744073709551615 4329086 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/669/statm: 7681 6875 127 39 0 6761 0
[pid=670] ppid=665 vsize=25028 CPUtime=318.95 cores=7
/proc/670/stat : 670 (march_hi) R 665 665 379 0 -1 4202496 4075 0 0 0 31894 1 0 0 25 0 1 0 519451088 25628672 3968 33554432000 4194304 4331988 140737451988320 18446744073709551615 4299269 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/670/statm: 6257 3968 175 34 0 4699 0
Current children cumulated CPU time (s) 1982.32
Current children cumulated vsize (KiB) 557368

[startup+702.301 s]
/proc/loadavg: 9.19 9.31 9.27 10/191 1036
/proc/meminfo: memFree=30648180/32951124 swapFree=67111344/67111528
[pid=665] ppid=663 vsize=18324 CPUtime=58.92 cores=1,3,5,7
/proc/665/stat : 665 (ppfolio) S 663 665 379 0 -1 4202496 525 30768 0 0 0 0 5886 6 15 0 1 0 519451087 18763776 391 33554432000 4194304 4287625 140737082247040 18446744073709551615 271550557711 0 0 4096 65536 9224195738567704576 0 0 17 1 0 0 0
/proc/665/statm: 4581 391 342 23 0 91 0
[pid=667] ppid=665 vsize=27672 CPUtime=702.31 cores=5
/proc/667/stat : 667 (clasp) R 665 665 379 0 -1 4202496 4081 0 0 0 70230 1 0 0 25 0 1 0 519451088 28336128 3973 33554432000 4194304 4785740 140735174561552 18446744073709551615 4548896 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/667/statm: 6918 3973 341 145 0 3963 0
[pid=668] ppid=665 vsize=455960 CPUtime=349.69 cores=7
/proc/668/stat : 668 (TNM) R 665 665 379 0 -1 4202496 339 0 0 0 34969 0 0 0 25 0 1 0 519451088 466903040 236 33554432000 134512640 134534564 4291853200 18446744073709551615 134528902 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/668/statm: 113990 236 95 6 0 112656 0
[pid=669] ppid=665 vsize=35716 CPUtime=702.31 cores=3
/proc/669/stat : 669 (lingeling) R 665 665 379 0 -1 4202496 61474 0 0 0 70223 8 0 0 25 0 1 0 519451088 36573184 8123 33554432000 4194304 4352236 140736710390208 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/669/statm: 8929 8123 127 39 0 8009 0
[pid=670] ppid=665 vsize=25380 CPUtime=348.79 cores=7
/proc/670/stat : 670 (march_hi) R 665 665 379 0 -1 4202496 4677 0 0 0 34877 2 0 0 25 0 1 0 519451088 25989120 4570 33554432000 4194304 4331988 140737451988320 18446744073709551615 4226304 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/670/statm: 6345 4570 175 34 0 4787 0
Current children cumulated CPU time (s) 2162.02
Current children cumulated vsize (KiB) 563052

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

[startup+705.101 s]
/proc/loadavg: 9.17 9.30 9.27 10/191 1036
/proc/meminfo: memFree=30655120/32951124 swapFree=67111344/67111528
[pid=665] ppid=663 vsize=18324 CPUtime=58.92 cores=1,3,5,7
/proc/665/stat : 665 (ppfolio) S 663 665 379 0 -1 4202496 525 30768 0 0 0 0 5886 6 15 0 1 0 519451087 18763776 391 33554432000 4194304 4287625 140737082247040 18446744073709551615 271550557711 0 0 4096 65536 9224195738567704576 0 0 17 1 0 0 0
/proc/665/statm: 4581 391 342 23 0 91 0
[pid=667] ppid=665 vsize=27672 CPUtime=705.11 cores=5
/proc/667/stat : 667 (clasp) R 665 665 379 0 -1 4202496 4081 0 0 0 70510 1 0 0 25 0 1 0 519451088 28336128 3973 33554432000 4194304 4785740 140735174561552 18446744073709551615 4287008 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/667/statm: 6918 3973 341 145 0 3963 0
[pid=668] ppid=665 vsize=455960 CPUtime=351.09 cores=7
/proc/668/stat : 668 (TNM) R 665 665 379 0 -1 4202496 339 0 0 0 35109 0 0 0 25 0 1 0 519451088 466903040 236 33554432000 134512640 134534564 4291853200 18446744073709551615 134530172 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/668/statm: 113990 236 95 6 0 112656 0
[pid=669] ppid=665 vsize=30724 CPUtime=705.11 cores=3
/proc/669/stat : 669 (lingeling) R 665 665 379 0 -1 4202496 61474 0 0 0 70503 8 0 0 25 0 1 0 519451088 31461376 6875 33554432000 4194304 4352236 140736710390208 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/669/statm: 7681 6875 127 39 0 6761 0
[pid=670] ppid=665 vsize=25380 CPUtime=350.17 cores=7
/proc/670/stat : 670 (march_hi) R 665 665 379 0 -1 4202496 4707 0 0 0 35015 2 0 0 25 0 1 0 519451088 25989120 4600 33554432000 4194304 4331988 140737451988320 18446744073709551615 4210459 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/670/statm: 6345 4600 175 34 0 4787 0
Current children cumulated CPU time (s) 2170.4
Current children cumulated vsize (KiB) 558060

[startup+706.7 s]
/proc/loadavg: 9.17 9.30 9.27 10/191 1036
/proc/meminfo: memFree=30656236/32951124 swapFree=67111344/67111528
[pid=665] ppid=663 vsize=18324 CPUtime=58.92 cores=1,3,5,7
/proc/665/stat : 665 (ppfolio) S 663 665 379 0 -1 4202496 525 30768 0 0 0 0 5886 6 15 0 1 0 519451087 18763776 391 33554432000 4194304 4287625 140737082247040 18446744073709551615 271550557711 0 0 4096 65536 9224195742862639368 0 0 17 1 0 0 0
/proc/665/statm: 4581 391 342 23 0 91 0
[pid=667] ppid=665 vsize=27672 CPUtime=706.7 cores=5
/proc/667/stat : 667 (clasp) R 665 665 379 0 -1 4202496 4081 0 0 0 70669 1 0 0 25 0 1 0 519451088 28336128 3973 33554432000 4194304 4785740 140735174561552 18446744073709551615 4549778 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/667/statm: 6918 3973 341 145 0 3963 0
[pid=668] ppid=665 vsize=455960 CPUtime=351.89 cores=7
/proc/668/stat : 668 (TNM) R 665 665 379 0 -1 4202496 339 0 0 0 35189 0 0 0 25 0 1 0 519451088 466903040 236 33554432000 134512640 134534564 4291853200 18446744073709551615 134530339 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/668/statm: 113990 236 95 6 0 112656 0
[pid=669] ppid=665 vsize=30724 CPUtime=706.71 cores=3
/proc/669/stat : 669 (lingeling) R 665 665 379 0 -1 4202496 61474 0 0 0 70663 8 0 0 25 0 1 0 519451088 31461376 6875 33554432000 4194304 4352236 140736710390208 18446744073709551615 4329043 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/669/statm: 7681 6875 127 39 0 6761 0
[pid=670] ppid=665 vsize=25380 CPUtime=350.96 cores=7
/proc/670/stat : 670 (march_hi) R 665 665 379 0 -1 4202496 4724 0 0 0 35094 2 0 0 25 0 1 0 519451088 25989120 4617 33554432000 4194304 4331988 140737451988320 18446744073709551615 4210459 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/670/statm: 6345 4617 175 34 0 4787 0
Current children cumulated CPU time (s) 2175.18
Current children cumulated vsize (KiB) 558060

[startup+707.5 s]
/proc/loadavg: 9.17 9.30 9.27 10/191 1036
/proc/meminfo: memFree=30655492/32951124 swapFree=67111344/67111528
[pid=665] ppid=663 vsize=18324 CPUtime=58.92 cores=1,3,5,7
/proc/665/stat : 665 (ppfolio) S 663 665 379 0 -1 4202496 525 30768 0 0 0 0 5886 6 15 0 1 0 519451087 18763776 391 33554432000 4194304 4287625 140737082247040 18446744073709551615 271550557711 0 0 4096 65536 9224195742862639368 0 0 17 1 0 0 0
/proc/665/statm: 4581 391 342 23 0 91 0
[pid=667] ppid=665 vsize=27672 CPUtime=707.5 cores=5
/proc/667/stat : 667 (clasp) R 665 665 379 0 -1 4202496 4081 0 0 0 70749 1 0 0 25 0 1 0 519451088 28336128 3973 33554432000 4194304 4785740 140735174561552 18446744073709551615 4286912 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/667/statm: 6918 3973 341 145 0 3963 0
[pid=668] ppid=665 vsize=455960 CPUtime=352.29 cores=7
/proc/668/stat : 668 (TNM) R 665 665 379 0 -1 4202496 339 0 0 0 35229 0 0 0 25 0 1 0 519451088 466903040 236 33554432000 134512640 134534564 4291853200 18446744073709551615 134528726 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/668/statm: 113990 236 95 6 0 112656 0
[pid=669] ppid=665 vsize=30724 CPUtime=707.51 cores=3
/proc/669/stat : 669 (lingeling) R 665 665 379 0 -1 4202496 61474 0 0 0 70743 8 0 0 25 0 1 0 519451088 31461376 6875 33554432000 4194304 4352236 140736710390208 18446744073709551615 4329086 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/669/statm: 7681 6875 127 39 0 6761 0
[pid=670] ppid=665 vsize=25380 CPUtime=351.36 cores=7
/proc/670/stat : 670 (march_hi) R 665 665 379 0 -1 4202496 4732 0 0 0 35134 2 0 0 25 0 1 0 519451088 25989120 4625 33554432000 4194304 4331988 140737451988320 18446744073709551615 4299299 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/670/statm: 6345 4625 175 34 0 4787 0
Current children cumulated CPU time (s) 2177.58
Current children cumulated vsize (KiB) 558060

[startup+707.901 s]
/proc/loadavg: 9.17 9.30 9.27 10/191 1036
/proc/meminfo: memFree=30655492/32951124 swapFree=67111344/67111528
[pid=665] ppid=663 vsize=18324 CPUtime=58.92 cores=1,3,5,7
/proc/665/stat : 665 (ppfolio) S 663 665 379 0 -1 4202496 525 30768 0 0 0 0 5886 6 15 0 1 0 519451087 18763776 391 33554432000 4194304 4287625 140737082247040 18446744073709551615 271550557711 0 0 4096 65536 9224195738567704576 0 0 17 1 0 0 0
/proc/665/statm: 4581 391 342 23 0 91 0
[pid=667] ppid=665 vsize=27672 CPUtime=707.91 cores=5
/proc/667/stat : 667 (clasp) R 665 665 379 0 -1 4202496 4081 0 0 0 70790 1 0 0 25 0 1 0 519451088 28336128 3973 33554432000 4194304 4785740 140735174561552 18446744073709551615 4287013 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/667/statm: 6918 3973 341 145 0 3963 0
[pid=668] ppid=665 vsize=455960 CPUtime=352.49 cores=7
/proc/668/stat : 668 (TNM) R 665 665 379 0 -1 4202496 339 0 0 0 35249 0 0 0 25 0 1 0 519451088 466903040 236 33554432000 134512640 134534564 4291853200 18446744073709551615 134530268 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/668/statm: 113990 236 95 6 0 112656 0
[pid=669] ppid=665 vsize=30724 CPUtime=707.91 cores=3
/proc/669/stat : 669 (lingeling) R 665 665 379 0 -1 4202496 61474 0 0 0 70783 8 0 0 25 0 1 0 519451088 31461376 6875 33554432000 4194304 4352236 140736710390208 18446744073709551615 4328100 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/669/statm: 7681 6875 127 39 0 6761 0
[pid=670] ppid=665 vsize=25380 CPUtime=351.56 cores=7
/proc/670/stat : 670 (march_hi) R 665 665 379 0 -1 4202496 4736 0 0 0 35154 2 0 0 25 0 1 0 519451088 25989120 4629 33554432000 4194304 4331988 140737451988320 18446744073709551615 4298630 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/670/statm: 6345 4629 175 34 0 4787 0
Current children cumulated CPU time (s) 2178.79
Current children cumulated vsize (KiB) 558060

[startup+708.301 s]
/proc/loadavg: 9.17 9.30 9.27 10/191 1036
/proc/meminfo: memFree=30655492/32951124 swapFree=67111344/67111528
[pid=665] ppid=663 vsize=18324 CPUtime=58.92 cores=1,3,5,7
/proc/665/stat : 665 (ppfolio) S 663 665 379 0 -1 4202496 525 30768 0 0 0 0 5886 6 15 0 1 0 519451087 18763776 391 33554432000 4194304 4287625 140737082247040 18446744073709551615 271550557711 0 0 4096 65536 9224195742862639368 0 0 17 1 0 0 0
/proc/665/statm: 4581 391 342 23 0 91 0
[pid=667] ppid=665 vsize=27672 CPUtime=708.31 cores=5
/proc/667/stat : 667 (clasp) R 665 665 379 0 -1 4202496 4081 0 0 0 70830 1 0 0 25 0 1 0 519451088 28336128 3973 33554432000 4194304 4785740 140735174561552 18446744073709551615 4286927 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/667/statm: 6918 3973 341 145 0 3963 0
[pid=668] ppid=665 vsize=455960 CPUtime=352.69 cores=7
/proc/668/stat : 668 (TNM) R 665 665 379 0 -1 4202496 339 0 0 0 35269 0 0 0 25 0 1 0 519451088 466903040 236 33554432000 134512640 134534564 4291853200 18446744073709551615 134528504 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/668/statm: 113990 236 95 6 0 112656 0
[pid=669] ppid=665 vsize=30724 CPUtime=708.31 cores=3
/proc/669/stat : 669 (lingeling) R 665 665 379 0 -1 4202496 61474 0 0 0 70823 8 0 0 25 0 1 0 519451088 31461376 6875 33554432000 4194304 4352236 140736710390208 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/669/statm: 7681 6875 127 39 0 6761 0
[pid=670] ppid=665 vsize=25380 CPUtime=351.76 cores=7
/proc/670/stat : 670 (march_hi) R 665 665 379 0 -1 4202496 4740 0 0 0 35174 2 0 0 25 0 1 0 519451088 25989120 4633 33554432000 4194304 4331988 140737451988320 18446744073709551615 4298764 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/670/statm: 6345 4633 175 34 0 4787 0
Current children cumulated CPU time (s) 2179.99
Current children cumulated vsize (KiB) 558060

Child status: 0
Real time (s): 708.356
CPU time (s): 2180.19
CPU user time (s): 2179.99
CPU system time (s): 0.200969
CPU usage (%): 307.782
Max. virtual memory (cumulated for all children) (KiB): 6398900

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2179.99
system time used= 0.200969
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 101947
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= 1152
involuntary context switches= 25024

runsolver used 1.15882 second user time and 2.70859 second system time

The end

Launcher Data

Begin job on node133 at 2011-04-29 14:02:12
IDJOB=3191325
IDBENCH=83056
IDSOLVER=1612
FILE ID=node133/3191325-1304078532
RUNJOBID= node133-1304077694-398
PBS_JOBID= 13170511
Free space on /tmp= 71888 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT11/random/medium/unif-k5-r21.3-v100-c2130-S1741857700-014.UNKNOWN.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3191325-1304078532/watcher-3191325-1304078532 -o /tmp/evaluation-result-3191325-1304078532/solver-3191325-1304078532 -C 4800 -W 1300 -M 15500  ppfolio HOME/instance-3191325-1304078532.cnf

TIME LIMIT= 4800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 68bf08be908d1e2b9826bc30706a7365
RANDOM SEED=1851867897

node133.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.834
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.834
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.834
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.82
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.834
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	: 6741.12
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.834
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.834
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.834
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.74
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.834
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30644932 kB
Buffers:        734892 kB
Cached:         969524 kB
SwapCached:        124 kB
Active:         788568 kB
Inactive:      1159684 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30644932 kB
SwapTotal:    67111528 kB
SwapFree:     67111344 kB
Dirty:           10148 kB
Writeback:           0 kB
AnonPages:      243176 kB
Mapped:          16952 kB
Slab:           294048 kB
PageTables:       5596 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   863076 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71876 MiB
End job on node133 at 2011-04-29 14:14:01