Trace number 3191296

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 199.66 50.021

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v400-c1704-S496650424-021.UNKNOWN.cnf
MD5SUMfb063acde7d440560f4280457889aef8
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark25.9601
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of clauses1704
Sum of the clauses size5112
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31704
Number of clauses of size 40
Number of clauses of size 50
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) 0
0.00/0.00	Starting clasp 1.3.6 on core(s) 4
0.00/0.00	Starting TNM 2009 on core(s) 6
0.00/0.00	Starting lingeling 276-6264d55-100731 on core(s) 2
0.00/0.00	Starting march_hi 2009 on core(s) 6
199.66/50.01	s UNSATISFIABLE
199.66/50.02	solver [5] march_hi 2009 answered
199.66/50.02	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-3191296-1304077694/watcher-3191296-1304077694 -o /tmp/evaluation-result-3191296-1304077694/solver-3191296-1304077694 -C 4800 -W 1300 -M 15500 ppfolio HOME/instance-3191296-1304077694.cnf 

running on 4 cores: 0,2,4,6

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: 6.45 7.80 7.91 3/178 414
/proc/meminfo: memFree=30824764/32951124 swapFree=67111344/67111528
[pid=414] ppid=411 vsize=18240 CPUtime=0 cores=0,2,4,6
/proc/414/stat : 414 (ppfolio) R 411 414 379 0 -1 4194304 259 0 0 0 0 0 0 0 25 0 1 0 519367287 18677760 207 33554432000 4194304 4287625 140733740032944 18446744073709551615 271545575189 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/414/statm: 4560 211 177 23 0 57 0

[startup+0.856988 s]
/proc/loadavg: 6.45 7.80 7.91 3/178 414
/proc/meminfo: memFree=30824764/32951124 swapFree=67111344/67111528
[pid=414] ppid=411 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/414/stat : 414 (ppfolio) S 411 414 379 0 -1 4202496 524 0 0 0 0 0 0 0 23 0 1 0 519367287 18763776 390 33554432000 4194304 4287625 140733740032944 18446744073709551615 271550557711 0 0 4096 65536 4601975410903744511 0 0 17 2 0 0 0
/proc/414/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.90101 s]
/proc/loadavg: 6.45 7.80 7.91 3/178 414
/proc/meminfo: memFree=30824764/32951124 swapFree=67111344/67111528
[pid=414] ppid=411 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/414/stat : 414 (ppfolio) R 411 414 379 0 -1 4202496 524 0 0 0 0 0 0 0 22 0 1 0 519367287 18763776 390 33554432000 4194304 4287625 140733740032944 18446744073709551615 271550557711 0 0 4096 65536 0 0 0 17 2 0 0 0
/proc/414/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.00102 s]
/proc/loadavg: 6.45 7.80 7.91 3/178 414
/proc/meminfo: memFree=30824764/32951124 swapFree=67111344/67111528
[pid=414] ppid=411 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/414/stat : 414 (ppfolio) R 411 414 379 0 -1 4202496 524 0 0 0 0 0 0 0 21 0 1 0 519367287 18763776 390 33554432000 4194304 4287625 140733740032944 18446744073709551615 271550557711 0 0 4096 65536 0 0 0 17 2 0 0 0
/proc/414/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.10094 s]
/proc/loadavg: 6.45 7.80 7.91 3/178 414
/proc/meminfo: memFree=30824764/32951124 swapFree=67111344/67111528
[pid=414] ppid=411 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/414/stat : 414 (ppfolio) R 411 414 379 0 -1 4202496 524 0 0 0 0 0 0 0 21 0 1 0 519367287 18763776 390 33554432000 4194304 4287625 140733740032944 18446744073709551615 271550557711 0 0 4096 65536 0 0 0 17 2 0 0 0
/proc/414/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50092 s]
/proc/loadavg: 6.45 7.80 7.91 3/178 414
/proc/meminfo: memFree=30824764/32951124 swapFree=67111344/67111528
[pid=414] ppid=411 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/414/stat : 414 (ppfolio) S 411 414 379 0 -1 4202496 524 0 0 0 0 0 0 0 18 0 1 0 519367287 18763776 390 33554432000 4194304 4287625 140733740032944 18446744073709551615 271550557711 0 0 4096 65536 4601975410903744511 0 0 17 2 0 0 0
/proc/414/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+3.10058 s]
/proc/loadavg: 6.73 7.83 7.92 11/192 502
/proc/meminfo: memFree=30790480/32951124 swapFree=67111344/67111528
[pid=414] ppid=411 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/414/stat : 414 (ppfolio) S 411 414 379 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 519367287 18763776 390 33554432000 4194304 4287625 140733740032944 18446744073709551615 271550557711 0 0 4096 65536 4601975410903744511 0 0 17 2 0 0 0
/proc/414/statm: 4581 390 341 23 0 91 0
[pid=419] ppid=414 vsize=890256 CPUtime=3.08 cores=0
/proc/419/stat : 419 (cryptominisat) R 414 414 379 0 -1 4202496 4728 0 0 0 307 1 0 0 25 0 1 0 519367287 911622144 2982 33554432000 4194304 4587354 140737055526832 18446744073709551615 4244208 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/419/statm: 222564 2982 337 96 0 219126 0
[pid=421] ppid=414 vsize=14296 CPUtime=3.09 cores=4
/proc/421/stat : 421 (clasp) R 414 414 379 0 -1 4202496 1051 0 0 0 309 0 0 0 25 0 1 0 519367287 14639104 940 33554432000 4194304 4785740 140733301976176 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/421/statm: 3574 940 340 145 0 619 0
[pid=424] ppid=414 vsize=455856 CPUtime=2.14 cores=6
/proc/424/stat : 424 (TNM) R 414 414 379 0 -1 4202496 321 0 0 0 214 0 0 0 21 0 1 0 519367287 466796544 218 33554432000 134512640 134534564 4293783264 18446744073709551615 134530568 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/424/statm: 113964 218 95 6 0 112630 0
[pid=425] ppid=414 vsize=6884 CPUtime=3.09 cores=2
/proc/425/stat : 425 (lingeling) R 414 414 379 0 -1 4202496 1443 0 0 0 309 0 0 0 25 0 1 0 519367287 7049216 920 33554432000 4194304 4352236 140733776112544 18446744073709551615 4231337 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/425/statm: 1721 920 127 39 0 801 0
[pid=426] ppid=414 vsize=7468 CPUtime=0.93 cores=6
/proc/426/stat : 426 (march_hi) R 414 414 379 0 -1 4202496 494 0 0 0 93 0 0 0 25 0 1 0 519367287 7647232 387 33554432000 4194304 4331988 140736559196384 18446744073709551615 4308879 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/426/statm: 1867 387 172 34 0 309 0
Current children cumulated CPU time (s) 12.33
Current children cumulated vsize (KiB) 1393084

[startup+6.307 s]
/proc/loadavg: 6.73 7.83 7.92 12/192 502
/proc/meminfo: memFree=30784908/32951124 swapFree=67111344/67111528
[pid=414] ppid=411 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/414/stat : 414 (ppfolio) S 411 414 379 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 519367287 18763776 390 33554432000 4194304 4287625 140733740032944 18446744073709551615 271550557711 0 0 4096 65536 4601975410903744511 0 0 17 2 0 0 0
/proc/414/statm: 4581 390 341 23 0 91 0
[pid=419] ppid=414 vsize=890028 CPUtime=6.3 cores=0
/proc/419/stat : 419 (cryptominisat) R 414 414 379 0 -1 4202496 6650 0 0 0 628 2 0 0 25 0 1 0 519367287 911388672 2988 33554432000 4194304 4587354 140737055526832 18446744073709551615 4238421 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/419/statm: 222507 2988 337 96 0 219069 0
[pid=421] ppid=414 vsize=15104 CPUtime=6.29 cores=4
/proc/421/stat : 421 (clasp) R 414 414 379 0 -1 4202496 1249 0 0 0 629 0 0 0 25 0 1 0 519367287 15466496 1138 33554432000 4194304 4785740 140733301976176 18446744073709551615 4553032 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/421/statm: 3776 1138 340 145 0 821 0
[pid=424] ppid=414 vsize=455856 CPUtime=3.74 cores=6
/proc/424/stat : 424 (TNM) R 414 414 379 0 -1 4202496 321 0 0 0 374 0 0 0 25 0 1 0 519367287 466796544 218 33554432000 134512640 134534564 4293783264 18446744073709551615 7637432 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/424/statm: 113964 218 95 6 0 112630 0
[pid=425] ppid=414 vsize=8164 CPUtime=6.28 cores=2
/proc/425/stat : 425 (lingeling) R 414 414 379 0 -1 4202496 2147 0 0 0 628 0 0 0 25 0 1 0 519367287 8359936 1240 33554432000 4194304 4352236 140733776112544 18446744073709551615 4329315 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/425/statm: 2041 1240 127 39 0 1121 0
[pid=426] ppid=414 vsize=7468 CPUtime=2.51 cores=6
/proc/426/stat : 426 (march_hi) R 414 414 379 0 -1 4202496 504 0 0 0 251 0 0 0 25 0 1 0 519367287 7647232 397 33554432000 4194304 4331988 140736559196384 18446744073709551615 4263179 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/426/statm: 1867 397 172 34 0 309 0
Current children cumulated CPU time (s) 25.12
Current children cumulated vsize (KiB) 1394944

[startup+12.7008 s]
/proc/loadavg: 6.99 7.87 7.93 12/192 502
/proc/meminfo: memFree=30771220/32951124 swapFree=67111344/67111528
[pid=414] ppid=411 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/414/stat : 414 (ppfolio) S 411 414 379 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 519367287 18763776 390 33554432000 4194304 4287625 140733740032944 18446744073709551615 271550557711 0 0 4096 65536 4601975410903744511 0 0 17 2 0 0 0
/proc/414/statm: 4581 390 341 23 0 91 0
[pid=419] ppid=414 vsize=894076 CPUtime=12.68 cores=0
/proc/419/stat : 419 (cryptominisat) R 414 414 379 0 -1 4202496 10027 0 0 0 1266 2 0 0 25 0 1 0 519367287 915533824 3851 33554432000 4194304 4587354 140737055526832 18446744073709551615 4238421 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/419/statm: 223519 3851 337 96 0 220081 0
[pid=421] ppid=414 vsize=16068 CPUtime=12.69 cores=4
/proc/421/stat : 421 (clasp) R 414 414 379 0 -1 4202496 1486 0 0 0 1269 0 0 0 25 0 1 0 519367287 16453632 1375 33554432000 4194304 4785740 140733301976176 18446744073709551615 4277639 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/421/statm: 4017 1375 340 145 0 1062 0
[pid=424] ppid=414 vsize=455856 CPUtime=6.92 cores=6
/proc/424/stat : 424 (TNM) R 414 414 379 0 -1 4202496 321 0 0 0 692 0 0 0 25 0 1 0 519367287 466796544 218 33554432000 134512640 134534564 4293783264 18446744073709551615 134528708 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/424/statm: 113964 218 95 6 0 112630 0
[pid=425] ppid=414 vsize=8484 CPUtime=12.68 cores=2
/proc/425/stat : 425 (lingeling) R 414 414 379 0 -1 4202496 3110 0 0 0 1267 1 0 0 25 0 1 0 519367287 8687616 1307 33554432000 4194304 4352236 140733776112544 18446744073709551615 4328308 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/425/statm: 2121 1307 127 39 0 1201 0
[pid=426] ppid=414 vsize=7644 CPUtime=5.71 cores=6
/proc/426/stat : 426 (march_hi) R 414 414 379 0 -1 4202496 524 0 0 0 571 0 0 0 25 0 1 0 519367287 7827456 417 33554432000 4194304 4331988 140736559196384 18446744073709551615 4229451 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/426/statm: 1911 417 172 34 0 353 0
Current children cumulated CPU time (s) 50.68
Current children cumulated vsize (KiB) 1400452

[startup+25.5005 s]
/proc/loadavg: 7.66 7.97 7.96 12/192 502
/proc/meminfo: memFree=30760304/32951124 swapFree=67111344/67111528
[pid=414] ppid=411 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/414/stat : 414 (ppfolio) S 411 414 379 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 519367287 18763776 390 33554432000 4194304 4287625 140733740032944 18446744073709551615 271550557711 0 0 4096 65536 4601975410903744511 0 0 17 2 0 0 0
/proc/414/statm: 4581 390 341 23 0 91 0
[pid=419] ppid=414 vsize=896924 CPUtime=25.49 cores=0
/proc/419/stat : 419 (cryptominisat) R 414 414 379 0 -1 4202496 15452 0 0 0 2546 3 0 0 25 0 1 0 519367287 918450176 4529 33554432000 4194304 4587354 140737055526832 18446744073709551615 4238525 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/419/statm: 224231 4529 337 96 0 220793 0
[pid=421] ppid=414 vsize=17608 CPUtime=25.48 cores=4
/proc/421/stat : 421 (clasp) R 414 414 379 0 -1 4202496 1838 0 0 0 2548 0 0 0 25 0 1 0 519367287 18030592 1727 33554432000 4194304 4785740 140733301976176 18446744073709551615 271550196468 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/421/statm: 4402 1727 341 145 0 1447 0
[pid=424] ppid=414 vsize=455856 CPUtime=13.25 cores=6
/proc/424/stat : 424 (TNM) R 414 414 379 0 -1 4202496 321 0 0 0 1325 0 0 0 25 0 1 0 519367287 466796544 218 33554432000 134512640 134534564 4293783264 18446744073709551615 134529775 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/424/statm: 113964 218 95 6 0 112630 0
[pid=425] ppid=414 vsize=11304 CPUtime=25.48 cores=2
/proc/425/stat : 425 (lingeling) R 414 414 379 0 -1 4202496 6772 0 0 0 2547 1 0 0 25 0 1 0 519367287 11575296 2025 33554432000 4194304 4352236 140733776112544 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/425/statm: 2826 2025 127 39 0 1906 0
[pid=426] ppid=414 vsize=7788 CPUtime=12.1 cores=6
/proc/426/stat : 426 (march_hi) R 414 414 379 0 -1 4202496 583 0 0 0 1210 0 0 0 25 0 1 0 519367287 7974912 474 33554432000 4194304 4331988 140736559196384 18446744073709551615 4211572 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/426/statm: 1947 474 172 34 0 389 0
Current children cumulated CPU time (s) 101.8
Current children cumulated vsize (KiB) 1407804

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

[startup+26.3004 s]
/proc/loadavg: 7.66 7.97 7.96 13/192 502
/proc/meminfo: memFree=30755840/32951124 swapFree=67111344/67111528
[pid=414] ppid=411 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/414/stat : 414 (ppfolio) S 411 414 379 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 519367287 18763776 390 33554432000 4194304 4287625 140733740032944 18446744073709551615 271550557711 0 0 4096 65536 4601975410903744511 0 0 17 2 0 0 0
/proc/414/statm: 4581 390 341 23 0 91 0
[pid=419] ppid=414 vsize=896924 CPUtime=26.29 cores=0
/proc/419/stat : 419 (cryptominisat) R 414 414 379 0 -1 4202496 15617 0 0 0 2626 3 0 0 25 0 1 0 519367287 918450176 4690 33554432000 4194304 4587354 140737055526832 18446744073709551615 4238463 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/419/statm: 224231 4690 337 96 0 220793 0
[pid=421] ppid=414 vsize=17608 CPUtime=26.28 cores=4
/proc/421/stat : 421 (clasp) R 414 414 379 0 -1 4202496 1848 0 0 0 2628 0 0 0 25 0 1 0 519367287 18030592 1737 33554432000 4194304 4785740 140733301976176 18446744073709551615 4553001 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/421/statm: 4402 1737 341 145 0 1447 0
[pid=424] ppid=414 vsize=455856 CPUtime=13.64 cores=6
/proc/424/stat : 424 (TNM) R 414 414 379 0 -1 4202496 321 0 0 0 1364 0 0 0 25 0 1 0 519367287 466796544 218 33554432000 134512640 134534564 4293783264 18446744073709551615 134530773 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/424/statm: 113964 218 95 6 0 112630 0
[pid=425] ppid=414 vsize=11304 CPUtime=26.28 cores=2
/proc/425/stat : 425 (lingeling) R 414 414 379 0 -1 4202496 6772 0 0 0 2627 1 0 0 25 0 1 0 519367287 11575296 2025 33554432000 4194304 4352236 140733776112544 18446744073709551615 4328832 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/425/statm: 2826 2025 127 39 0 1906 0
[pid=426] ppid=414 vsize=7788 CPUtime=12.5 cores=6
/proc/426/stat : 426 (march_hi) R 414 414 379 0 -1 4202496 585 0 0 0 1250 0 0 0 25 0 1 0 519367287 7974912 476 33554432000 4194304 4331988 140736559196384 18446744073709551615 4226430 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/426/statm: 1947 476 172 34 0 389 0
Current children cumulated CPU time (s) 104.99
Current children cumulated vsize (KiB) 1407804

[startup+39.101 s]
/proc/loadavg: 8.26 8.09 8.00 11/192 503
/proc/meminfo: memFree=30737364/32951124 swapFree=67111344/67111528
[pid=414] ppid=411 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/414/stat : 414 (ppfolio) S 411 414 379 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 519367287 18763776 390 33554432000 4194304 4287625 140733740032944 18446744073709551615 271550557711 0 0 4096 65536 4601975410903744511 0 0 17 2 0 0 0

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

/proc/421/statm: 4649 1964 341 145 0 1694 0
[pid=424] ppid=414 vsize=455856 CPUtime=20.04 cores=6
/proc/424/stat : 424 (TNM) R 414 414 379 0 -1 4202496 321 0 0 0 2004 0 0 0 25 0 1 0 519367287 466796544 218 33554432000 134512640 134534564 4293783264 18446744073709551615 134530598 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/424/statm: 113964 218 95 6 0 112630 0
[pid=425] ppid=414 vsize=11688 CPUtime=39.07 cores=2
/proc/425/stat : 425 (lingeling) R 414 414 379 0 -1 4202496 8500 0 0 0 3906 1 0 0 25 0 1 0 519367287 11968512 2121 33554432000 4194304 4352236 140733776112544 18446744073709551615 4329086 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/425/statm: 2922 2121 127 39 0 2002 0
[pid=426] ppid=414 vsize=8040 CPUtime=18.83 cores=6
/proc/426/stat : 426 (march_hi) R 414 414 379 0 -1 4202496 622 0 0 0 1883 0 0 0 25 0 1 0 519367287 8232960 513 33554432000 4194304 4331988 140736559196384 18446744073709551615 4226414 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/426/statm: 2010 513 173 34 0 452 0
Current children cumulated CPU time (s) 156.11
Current children cumulated vsize (KiB) 1419440

[startup+45.5009 s]
/proc/loadavg: 8.40 8.12 8.01 12/192 503
/proc/meminfo: memFree=30733036/32951124 swapFree=67111344/67111528
[pid=414] ppid=411 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/414/stat : 414 (ppfolio) S 411 414 379 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 519367287 18763776 390 33554432000 4194304 4287625 140733740032944 18446744073709551615 271550557711 0 0 4096 65536 4601975410903744511 0 0 17 2 0 0 0
/proc/414/statm: 4581 390 341 23 0 91 0
[pid=419] ppid=414 vsize=907592 CPUtime=45.49 cores=0
/proc/419/stat : 419 (cryptominisat) R 414 414 379 0 -1 4202496 23290 0 0 0 4544 5 0 0 25 0 1 0 519367287 929374208 7383 33554432000 4194304 4587354 140737055526832 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/419/statm: 226898 7383 337 96 0 223460 0
[pid=421] ppid=414 vsize=18868 CPUtime=45.48 cores=4
/proc/421/stat : 421 (clasp) R 414 414 379 0 -1 4202496 2157 0 0 0 4548 0 0 0 25 0 1 0 519367287 19320832 2046 33554432000 4194304 4785740 140733301976176 18446744073709551615 4286912 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/421/statm: 4717 2046 341 145 0 1762 0
[pid=424] ppid=414 vsize=455856 CPUtime=23.24 cores=6
/proc/424/stat : 424 (TNM) R 414 414 379 0 -1 4202496 321 0 0 0 2324 0 0 0 25 0 1 0 519367287 466796544 218 33554432000 134512640 134534564 4293783264 18446744073709551615 134528829 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/424/statm: 113964 218 95 6 0 112630 0
[pid=425] ppid=414 vsize=11816 CPUtime=45.48 cores=2
/proc/425/stat : 425 (lingeling) R 414 414 379 0 -1 4202496 9204 0 0 0 4546 2 0 0 25 0 1 0 519367287 12099584 2153 33554432000 4194304 4352236 140733776112544 18446744073709551615 4329086 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/425/statm: 2954 2153 127 39 0 2034 0
[pid=426] ppid=414 vsize=8040 CPUtime=22 cores=6
/proc/426/stat : 426 (march_hi) R 414 414 379 0 -1 4202496 647 0 0 0 2200 0 0 0 25 0 1 0 519367287 8232960 538 33554432000 4194304 4331988 140736559196384 18446744073709551615 4240241 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/426/statm: 2010 538 173 34 0 452 0
Current children cumulated CPU time (s) 181.69
Current children cumulated vsize (KiB) 1420496

[startup+47.1006 s]
/proc/loadavg: 8.40 8.12 8.01 12/192 503
/proc/meminfo: memFree=30736672/32951124 swapFree=67111344/67111528
[pid=414] ppid=411 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/414/stat : 414 (ppfolio) S 411 414 379 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 519367287 18763776 390 33554432000 4194304 4287625 140733740032944 18446744073709551615 271550557711 0 0 4096 65536 4601975410903744511 0 0 17 2 0 0 0
/proc/414/statm: 4581 390 341 23 0 91 0
[pid=419] ppid=414 vsize=908348 CPUtime=47.09 cores=0
/proc/419/stat : 419 (cryptominisat) R 414 414 379 0 -1 4202496 23962 0 0 0 4704 5 0 0 25 0 1 0 519367287 930148352 7020 33554432000 4194304 4587354 140737055526832 18446744073709551615 4238532 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/419/statm: 227087 7020 337 96 0 223649 0
[pid=421] ppid=414 vsize=19008 CPUtime=47.08 cores=4
/proc/421/stat : 421 (clasp) R 414 414 379 0 -1 4202496 2175 0 0 0 4708 0 0 0 25 0 1 0 519367287 19464192 2064 33554432000 4194304 4785740 140733301976176 18446744073709551615 4552540 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/421/statm: 4752 2064 341 145 0 1797 0
[pid=424] ppid=414 vsize=455856 CPUtime=24.04 cores=6
/proc/424/stat : 424 (TNM) R 414 414 379 0 -1 4202496 321 0 0 0 2404 0 0 0 25 0 1 0 519367287 466796544 218 33554432000 134512640 134534564 4293783264 18446744073709551615 134528652 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/424/statm: 113964 218 95 6 0 112630 0
[pid=425] ppid=414 vsize=12584 CPUtime=47.08 cores=2
/proc/425/stat : 425 (lingeling) R 414 414 379 0 -1 4202496 9396 0 0 0 4706 2 0 0 25 0 1 0 519367287 12886016 2345 33554432000 4194304 4352236 140733776112544 18446744073709551615 4329189 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/425/statm: 3146 2345 127 39 0 2226 0
[pid=426] ppid=414 vsize=8040 CPUtime=22.78 cores=6
/proc/426/stat : 426 (march_hi) R 414 414 379 0 -1 4202496 654 0 0 0 2278 0 0 0 25 0 1 0 519367287 8232960 545 33554432000 4194304 4331988 140736559196384 18446744073709551615 4229463 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/426/statm: 2010 545 173 34 0 452 0
Current children cumulated CPU time (s) 188.07
Current children cumulated vsize (KiB) 1422160

[startup+48.7003 s]
/proc/loadavg: 8.52 8.15 8.02 11/192 503
/proc/meminfo: memFree=30738284/32951124 swapFree=67111344/67111528
[pid=414] ppid=411 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/414/stat : 414 (ppfolio) S 411 414 379 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 519367287 18763776 390 33554432000 4194304 4287625 140733740032944 18446744073709551615 271550557711 0 0 4096 65536 4601975410903744511 0 0 17 2 0 0 0
/proc/414/statm: 4581 390 341 23 0 91 0
[pid=419] ppid=414 vsize=908348 CPUtime=48.69 cores=0
/proc/419/stat : 419 (cryptominisat) R 414 414 379 0 -1 4202496 24275 0 0 0 4864 5 0 0 25 0 1 0 519367287 930148352 7322 33554432000 4194304 4587354 140737055526832 18446744073709551615 4238658 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/419/statm: 227087 7322 337 96 0 223649 0
[pid=421] ppid=414 vsize=19008 CPUtime=48.68 cores=4
/proc/421/stat : 421 (clasp) R 414 414 379 0 -1 4202496 2187 0 0 0 4868 0 0 0 25 0 1 0 519367287 19464192 2076 33554432000 4194304 4785740 140733301976176 18446744073709551615 4562737 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/421/statm: 4752 2076 341 145 0 1797 0
[pid=424] ppid=414 vsize=455856 CPUtime=24.84 cores=6
/proc/424/stat : 424 (TNM) R 414 414 379 0 -1 4202496 321 0 0 0 2484 0 0 0 25 0 1 0 519367287 466796544 218 33554432000 134512640 134534564 4293783264 18446744073709551615 134530820 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/424/statm: 113964 218 95 6 0 112630 0
[pid=425] ppid=414 vsize=9512 CPUtime=48.68 cores=2
/proc/425/stat : 425 (lingeling) R 414 414 379 0 -1 4202496 9460 0 0 0 4866 2 0 0 25 0 1 0 519367287 9740288 1577 33554432000 4194304 4352236 140733776112544 18446744073709551615 4328100 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/425/statm: 2378 1577 127 39 0 1458 0
[pid=426] ppid=414 vsize=8268 CPUtime=23.58 cores=6
/proc/426/stat : 426 (march_hi) R 414 414 379 0 -1 4202496 663 0 0 0 2358 0 0 0 25 0 1 0 519367287 8466432 554 33554432000 4194304 4331988 140736559196384 18446744073709551615 4246331 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/426/statm: 2067 554 173 34 0 509 0
Current children cumulated CPU time (s) 194.47
Current children cumulated vsize (KiB) 1419316

[startup+49.5012 s]
/proc/loadavg: 8.52 8.15 8.02 12/192 503
/proc/meminfo: memFree=30734564/32951124 swapFree=67111344/67111528
[pid=414] ppid=411 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/414/stat : 414 (ppfolio) S 411 414 379 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 519367287 18763776 390 33554432000 4194304 4287625 140733740032944 18446744073709551615 271550557711 0 0 4096 65536 4601975410903744511 0 0 17 2 0 0 0
/proc/414/statm: 4581 390 341 23 0 91 0
[pid=419] ppid=414 vsize=908348 CPUtime=49.49 cores=0
/proc/419/stat : 419 (cryptominisat) R 414 414 379 0 -1 4202496 24409 0 0 0 4944 5 0 0 25 0 1 0 519367287 930148352 7451 33554432000 4194304 4587354 140737055526832 18446744073709551615 4239304 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/419/statm: 227087 7451 337 96 0 223649 0
[pid=421] ppid=414 vsize=19008 CPUtime=49.48 cores=4
/proc/421/stat : 421 (clasp) R 414 414 379 0 -1 4202496 2187 0 0 0 4948 0 0 0 25 0 1 0 519367287 19464192 2076 33554432000 4194304 4785740 140733301976176 18446744073709551615 4287096 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/421/statm: 4752 2076 341 145 0 1797 0
[pid=424] ppid=414 vsize=455856 CPUtime=25.24 cores=6
/proc/424/stat : 424 (TNM) R 414 414 379 0 -1 4202496 321 0 0 0 2524 0 0 0 25 0 1 0 519367287 466796544 218 33554432000 134512640 134534564 4293783264 18446744073709551615 134528687 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/424/statm: 113964 218 95 6 0 112630 0
[pid=425] ppid=414 vsize=12456 CPUtime=49.48 cores=2
/proc/425/stat : 425 (lingeling) R 414 414 379 0 -1 4202496 10196 0 0 0 4946 2 0 0 25 0 1 0 519367287 12754944 2313 33554432000 4194304 4352236 140733776112544 18446744073709551615 4328079 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/425/statm: 3114 2313 127 39 0 2194 0
[pid=426] ppid=414 vsize=8268 CPUtime=23.97 cores=6
/proc/426/stat : 426 (march_hi) R 414 414 379 0 -1 4202496 667 0 0 0 2397 0 0 0 25 0 1 0 519367287 8466432 558 33554432000 4194304 4331988 140736559196384 18446744073709551615 4211459 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/426/statm: 2067 558 173 34 0 509 0
Current children cumulated CPU time (s) 197.66
Current children cumulated vsize (KiB) 1422260

[startup+49.9011 s]
/proc/loadavg: 8.52 8.15 8.02 12/192 503
/proc/meminfo: memFree=30734564/32951124 swapFree=67111344/67111528
[pid=414] ppid=411 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/414/stat : 414 (ppfolio) S 411 414 379 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 519367287 18763776 390 33554432000 4194304 4287625 140733740032944 18446744073709551615 271550557711 0 0 4096 65536 4601975410903744511 0 0 17 2 0 0 0
/proc/414/statm: 4581 390 341 23 0 91 0
[pid=419] ppid=414 vsize=918588 CPUtime=49.89 cores=0
/proc/419/stat : 419 (cryptominisat) R 414 414 379 0 -1 4202496 24859 0 0 0 4984 5 0 0 25 0 1 0 519367287 940634112 6866 33554432000 4194304 4587354 140737055526832 18446744073709551615 4238568 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/419/statm: 229647 6866 337 96 0 226209 0
[pid=421] ppid=414 vsize=19008 CPUtime=49.88 cores=4
/proc/421/stat : 421 (clasp) R 414 414 379 0 -1 4202496 2191 0 0 0 4988 0 0 0 25 0 1 0 519367287 19464192 2080 33554432000 4194304 4785740 140733301976176 18446744073709551615 4562653 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/421/statm: 4752 2080 341 145 0 1797 0
[pid=424] ppid=414 vsize=455856 CPUtime=25.44 cores=6
/proc/424/stat : 424 (TNM) R 414 414 379 0 -1 4202496 321 0 0 0 2544 0 0 0 25 0 1 0 519367287 466796544 218 33554432000 134512640 134534564 4293783264 18446744073709551615 134530573 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/424/statm: 113964 218 95 6 0 112630 0
[pid=425] ppid=414 vsize=12712 CPUtime=49.88 cores=2
/proc/425/stat : 425 (lingeling) R 414 414 379 0 -1 4202496 10260 0 0 0 4986 2 0 0 25 0 1 0 519367287 13017088 2377 33554432000 4194304 4352236 140733776112544 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/425/statm: 3178 2377 127 39 0 2258 0
[pid=426] ppid=414 vsize=8268 CPUtime=24.17 cores=6
/proc/426/stat : 426 (march_hi) R 414 414 379 0 -1 4202496 669 0 0 0 2417 0 0 0 25 0 1 0 519367287 8466432 560 33554432000 4194304 4331988 140736559196384 18446744073709551615 4226360 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/426/statm: 2067 560 173 34 0 509 0
Current children cumulated CPU time (s) 199.26
Current children cumulated vsize (KiB) 1432756

[startup+50.0011 s]
/proc/loadavg: 8.52 8.15 8.02 12/192 503
/proc/meminfo: memFree=30734564/32951124 swapFree=67111344/67111528
[pid=414] ppid=411 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/414/stat : 414 (ppfolio) S 411 414 379 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 519367287 18763776 390 33554432000 4194304 4287625 140733740032944 18446744073709551615 271550557711 0 0 4096 65536 4601975410903744511 0 0 17 2 0 0 0
/proc/414/statm: 4581 390 341 23 0 91 0
[pid=419] ppid=414 vsize=918588 CPUtime=49.99 cores=0
/proc/419/stat : 419 (cryptominisat) R 414 414 379 0 -1 4202496 24882 0 0 0 4994 5 0 0 25 0 1 0 519367287 940634112 6888 33554432000 4194304 4587354 140737055526832 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/419/statm: 229647 6888 337 96 0 226209 0
[pid=421] ppid=414 vsize=19140 CPUtime=49.98 cores=4
/proc/421/stat : 421 (clasp) R 414 414 379 0 -1 4202496 2200 0 0 0 4998 0 0 0 25 0 1 0 519367287 19599360 2089 33554432000 4194304 4785740 140733301976176 18446744073709551615 4287050 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/421/statm: 4785 2089 341 145 0 1830 0
[pid=424] ppid=414 vsize=455856 CPUtime=25.52 cores=6
/proc/424/stat : 424 (TNM) R 414 414 379 0 -1 4202496 321 0 0 0 2552 0 0 0 25 0 1 0 519367287 466796544 218 33554432000 134512640 134534564 4293783264 18446744073709551615 134528302 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/424/statm: 113964 218 95 6 0 112630 0
[pid=425] ppid=414 vsize=12712 CPUtime=49.98 cores=2
/proc/425/stat : 425 (lingeling) R 414 414 379 0 -1 4202496 10260 0 0 0 4996 2 0 0 25 0 1 0 519367287 13017088 2377 33554432000 4194304 4352236 140733776112544 18446744073709551615 4328055 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/425/statm: 3178 2377 127 39 0 2258 0
[pid=426] ppid=414 vsize=8268 CPUtime=24.19 cores=6
/proc/426/stat : 426 (march_hi) R 414 414 379 0 -1 4202496 670 0 0 0 2419 0 0 0 25 0 1 0 519367287 8466432 561 33554432000 4194304 4331988 140736559196384 18446744073709551615 271550537600 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/426/statm: 2067 561 173 34 0 509 0
Current children cumulated CPU time (s) 199.66
Current children cumulated vsize (KiB) 1432888

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 414 and gives
#  childrusage.ru_utime.tv_sec=175
#  childrusage.ru_utime.tv_usec=490321
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=92985
# CPU time returned by wait4() is 175.583
# while last known CPU time is 199.66
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 50.021
CPU time (s): 199.66
CPU user time (s): 199.59
CPU system time (s): 0.07
CPU usage (%): 399.153
Max. virtual memory (cumulated for all children) (KiB): 2289048

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 175.49
system time used= 0.092985
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 38211
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= 1139
involuntary context switches= 3508

runsolver used 0.078987 second user time and 0.19297 second system time

The end

Launcher Data

Begin job on node133 at 2011-04-29 13:48:14
IDJOB=3191296
IDBENCH=83027
IDSOLVER=1612
FILE ID=node133/3191296-1304077694
RUNJOBID= node133-1304077694-397
PBS_JOBID= 13170511
Free space on /tmp= 71896 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v400-c1704-S496650424-021.UNKNOWN.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3191296-1304077694/watcher-3191296-1304077694 -o /tmp/evaluation-result-3191296-1304077694/solver-3191296-1304077694 -C 4800 -W 1300 -M 15500  ppfolio HOME/instance-3191296-1304077694.cnf

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

MD5SUM BENCH= fb063acde7d440560f4280457889aef8
RANDOM SEED=1740966024

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:      30825456 kB
Buffers:        733712 kB
Cached:         968900 kB
SwapCached:        124 kB
Active:         607248 kB
Inactive:      1158664 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30825456 kB
SwapTotal:    67111528 kB
SwapFree:     67111344 kB
Dirty:           20280 kB
Writeback:           0 kB
AnonPages:       64276 kB
Mapped:          14440 kB
Slab:           294344 kB
PageTables:       4996 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   189896 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 13:49:04