Trace number 3276362

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 seq? (TO) 5000.08 4999.92

General information on the benchmark

Namecrafted/anton/SRHD-SGI/
srhd-sgi-m37-q505.75-n35-p30-s59841049.cnf
MD5SUMc86ce640ddb0138bf41ccc37bc6fcf28
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.156975
Satisfiable
(Un)Satisfiability was proved
Number of variables1295
Number of clauses148400
Sum of the clauses size298025
Maximum clause length37
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2148365
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 535

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 1 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	Starting cryptominisat 2.7.1 on core(s) 0
0.00/0.00	Starting clasp 1.3.6 on core(s) 0
0.00/0.00	Starting TNM 2009 on core(s) 0

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3276362-1304282351/watcher-3276362-1304282351 -o /tmp/evaluation-result-3276362-1304282351/solver-3276362-1304282351 -C 5000 -W 5100 -M 15500 ppfolio --nbcore=1 HOME/instance-3276362-1304282351.cnf 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 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: 0.00 0.00 0.00 3/240 14289
/proc/meminfo: memFree=28910508/32950928 swapFree=67086616/67111528
[pid=14289] ppid=14287 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/14289/stat : 14289 (ppfolio) S 14287 14289 14257 0 -1 4202496 497 0 0 0 0 0 0 0 23 0 1 0 539832210 18763776 393 33554432000 4194304 4287625 140736107355392 18446744073709551615 239476715023 0 0 4096 65536 0 0 0 17 2 0 0 0
/proc/14289/statm: 4581 393 345 23 0 91 0

[startup+0.087243 s]
/proc/loadavg: 0.00 0.00 0.00 3/240 14289
/proc/meminfo: memFree=28910508/32950928 swapFree=67086616/67111528
[pid=14289] ppid=14287 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/14289/stat : 14289 (ppfolio) S 14287 14289 14257 0 -1 4202496 497 0 0 0 0 0 0 0 23 0 1 0 539832210 18763776 393 33554432000 4194304 4287625 140736107355392 18446744073709551615 239476715023 0 0 4096 65536 2089306288751116288 0 0 17 2 0 0 0
/proc/14289/statm: 4581 393 345 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.101243 s]
/proc/loadavg: 0.00 0.00 0.00 3/240 14289
/proc/meminfo: memFree=28910508/32950928 swapFree=67086616/67111528
[pid=14289] ppid=14287 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/14289/stat : 14289 (ppfolio) S 14287 14289 14257 0 -1 4202496 497 0 0 0 0 0 0 0 23 0 1 0 539832210 18763776 393 33554432000 4194304 4287625 140736107355392 18446744073709551615 239476715023 0 0 4096 65536 2089306288751116288 0 0 17 2 0 0 0
/proc/14289/statm: 4581 393 345 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.301212 s]
/proc/loadavg: 0.00 0.00 0.00 3/240 14289
/proc/meminfo: memFree=28910508/32950928 swapFree=67086616/67111528
[pid=14289] ppid=14287 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/14289/stat : 14289 (ppfolio) S 14287 14289 14257 0 -1 4202496 497 0 0 0 0 0 0 0 23 0 1 0 539832210 18763776 393 33554432000 4194304 4287625 140736107355392 18446744073709551615 239476715023 0 0 4096 65536 2089306288751116288 0 0 17 2 0 0 0
/proc/14289/statm: 4581 393 345 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.701124 s]
/proc/loadavg: 0.00 0.00 0.00 3/240 14289
/proc/meminfo: memFree=28910508/32950928 swapFree=67086616/67111528
[pid=14289] ppid=14287 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/14289/stat : 14289 (ppfolio) S 14287 14289 14257 0 -1 4202496 497 0 0 0 0 0 0 0 20 0 1 0 539832210 18763776 393 33554432000 4194304 4287625 140736107355392 18446744073709551615 239476715023 0 0 4096 65536 2089306701067976704 0 0 17 2 0 0 0
/proc/14289/statm: 4581 393 345 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50099 s]
/proc/loadavg: 0.00 0.00 0.00 7/252 14302
/proc/meminfo: memFree=28810592/32950928 swapFree=67086616/67111528
[pid=14289] ppid=14287 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/14289/stat : 14289 (ppfolio) S 14287 14289 14257 0 -1 4202496 497 0 0 0 0 0 0 0 16 0 1 0 539832210 18763776 393 33554432000 4194304 4287625 140736107355392 18446744073709551615 239476715023 0 0 4096 65536 2089306838506930176 0 0 17 2 0 0 0
/proc/14289/statm: 4581 393 345 23 0 91 0
[pid=14290] ppid=14289 vsize=47532 CPUtime=1.09 cores=0
/proc/14290/stat : 14290 (cryptominisat) R 14289 14289 14257 0 -1 4202496 8929 0 0 0 109 0 0 0 19 0 1 0 539832210 48672768 6802 33554432000 4194304 4587354 140735039482688 18446744073709551615 4238578 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/14290/statm: 11883 6802 326 96 0 8445 0
[pid=14291] ppid=14289 vsize=22236 CPUtime=0.14 cores=0
/proc/14291/stat : 14291 (clasp) R 14289 14289 14257 0 -1 4202496 3557 0 0 0 14 0 0 0 23 0 1 0 539832210 22769664 2693 33554432000 4194304 4785740 140735003435728 18446744073709551615 4495610 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/14291/statm: 5559 2693 313 145 0 2604 0
[pid=14292] ppid=14289 vsize=458860 CPUtime=0.24 cores=0
/proc/14292/stat : 14292 (TNM) R 14289 14289 14257 0 -1 4202496 2562 0 0 0 24 0 0 0 25 0 1 0 539832210 469872640 2459 33554432000 134512640 134534564 4292591856 18446744073709551615 134524712 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/14292/statm: 114715 2459 91 6 0 113381 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 546952

[startup+3.10066 s]
/proc/loadavg: 0.48 0.10 0.03 7/252 14302
/proc/meminfo: memFree=28797084/32950928 swapFree=67086616/67111528
[pid=14289] ppid=14287 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/14289/stat : 14289 (ppfolio) S 14287 14289 14257 0 -1 4202496 497 0 0 0 0 0 0 0 15 0 1 0 539832210 18763776 393 33554432000 4194304 4287625 140736107355392 18446744073709551615 239476715023 0 0 4096 65536 2089306975945883648 0 0 17 2 0 0 0
/proc/14289/statm: 4581 393 345 23 0 91 0
[pid=14290] ppid=14289 vsize=47532 CPUtime=1.59 cores=0
/proc/14290/stat : 14290 (cryptominisat) R 14289 14289 14257 0 -1 4202496 9224 0 0 0 159 0 0 0 20 0 1 0 539832210 48672768 7094 33554432000 4194304 4587354 140735039482688 18446744073709551615 4241092 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/14290/statm: 11883 7094 326 96 0 8445 0
[pid=14291] ppid=14289 vsize=23160 CPUtime=0.69 cores=0
/proc/14291/stat : 14291 (clasp) R 14289 14289 14257 0 -1 4202496 3814 0 0 0 69 0 0 0 25 0 1 0 539832210 23715840 2950 33554432000 4194304 4785740 140735003435728 18446744073709551615 47115942535744 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/14291/statm: 5790 2950 318 145 0 2835 0
[pid=14292] ppid=14289 vsize=458860 CPUtime=0.79 cores=0
/proc/14292/stat : 14292 (TNM) R 14289 14289 14257 0 -1 4202496 2562 0 0 0 79 0 0 0 25 0 1 0 539832210 469872640 2459 33554432000 134512640 134534564 4292591856 18446744073709551615 134524591 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/14292/statm: 114715 2459 91 6 0 113381 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 547876

[startup+6.30105 s]
/proc/loadavg: 0.48 0.10 0.03 7/252 14302
/proc/meminfo: memFree=28774020/32950928 swapFree=67086616/67111528
[pid=14289] ppid=14287 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/14289/stat : 14289 (ppfolio) S 14287 14289 14257 0 -1 4202496 497 0 0 0 0 0 0 0 15 0 1 0 539832210 18763776 393 33554432000 4194304 4287625 140736107355392 18446744073709551615 239476715023 0 0 4096 65536 2089305326678441984 0 0 17 2 0 0 0
/proc/14289/statm: 4581 393 345 23 0 91 0
[pid=14290] ppid=14289 vsize=514572 CPUtime=2.69 cores=0
/proc/14290/stat : 14290 (cryptominisat) R 14289 14289 14257 0 -1 4202496 10467 0 0 0 268 1 0 0 23 0 1 0 539832210 526921728 7005 33554432000 4194304 4587354 140735039482688 18446744073709551615 4238499 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/14290/statm: 128643 7005 331 96 0 125205 0
[pid=14291] ppid=14289 vsize=26028 CPUtime=1.74 cores=0
/proc/14291/stat : 14291 (clasp) R 14289 14289 14257 0 -1 4202496 5011 0 0 0 174 0 0 0 25 0 1 0 539832210 26652672 3857 33554432000 4194304 4785740 140735003435728 18446744073709551615 4552550 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/14291/statm: 6507 3857 340 145 0 3552 0
[pid=14292] ppid=14289 vsize=463876 CPUtime=1.84 cores=0
/proc/14292/stat : 14292 (TNM) R 14289 14289 14257 0 -1 4202496 3674 0 0 0 184 0 0 0 25 0 1 0 539832210 475009024 3571 33554432000 134512640 134534564 4292591856 18446744073709551615 134530551 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/14292/statm: 115969 3571 95 6 0 114635 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 1022800

[startup+12.7008 s]
/proc/loadavg: 1.33 0.29 0.10 7/252 14302
/proc/meminfo: memFree=28736732/32950928 swapFree=67086616/67111528
[pid=14289] ppid=14287 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/14289/stat : 14289 (ppfolio) S 14287 14289 14257 0 -1 4202496 497 0 0 0 0 0 0 0 15 0 1 0 539832210 18763776 393 33554432000 4194304 4287625 140736107355392 18446744073709551615 239476715023 0 0 4096 65536 2089306151312162816 0 0 17 2 0 0 0
/proc/14289/statm: 4581 393 345 23 0 91 0
[pid=14290] ppid=14289 vsize=514572 CPUtime=4.79 cores=0
/proc/14290/stat : 14290 (cryptominisat) R 14289 14289 14257 0 -1 4202496 10588 0 0 0 478 1 0 0 25 0 1 0 539832210 526921728 7124 33554432000 4194304 4587354 140735039482688 18446744073709551615 4365216 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/14290/statm: 128643 7124 337 96 0 125205 0
[pid=14291] ppid=14289 vsize=39384 CPUtime=3.89 cores=0
/proc/14291/stat : 14291 (clasp) R 14289 14289 14257 0 -1 4202496 8300 0 0 0 389 0 0 0 25 0 1 0 539832210 40329216 7146 33554432000 4194304 4785740 140735003435728 18446744073709551615 4286953 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/14291/statm: 9846 7146 340 145 0 6891 0
[pid=14292] ppid=14289 vsize=463876 CPUtime=3.99 cores=0
/proc/14292/stat : 14292 (TNM) R 14289 14289 14257 0 -1 4202496 3674 0 0 0 399 0 0 0 25 0 1 0 539832210 475009024 3571 33554432000 134512640 134534564 4292591856 18446744073709551615 134529651 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/14292/statm: 115969 3571 95 6 0 114635 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 1036156

[startup+25.5004 s]
/proc/loadavg: 2.05 0.48 0.16 7/252 14302
/proc/meminfo: memFree=28659044/32950928 swapFree=67086616/67111528
[pid=14289] ppid=14287 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/14289/stat : 14289 (ppfolio) S 14287 14289 14257 0 -1 4202496 497 0 0 0 0 0 0 0 15 0 1 0 539832210 18763776 393 33554432000 4194304 4287625 140736107355392 18446744073709551615 239476715023 0 0 4096 65536 2089306701067976704 0 0 17 2 0 0 0
/proc/14289/statm: 4581 393 345 23 0 91 0
[pid=14290] ppid=14289 vsize=543384 CPUtime=9.09 cores=0
/proc/14290/stat : 14290 (cryptominisat) R 14289 14289 14257 0 -1 4202496 17127 0 0 0 907 2 0 0 25 0 1 0 539832210 556425216 13663 33554432000 4194304 4587354 140735039482688 18446744073709551615 4365352 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/14290/statm: 135846 13663 337 96 0 132408 0
[pid=14291] ppid=14289 vsize=59288 CPUtime=8.14 cores=0
/proc/14291/stat : 14291 (clasp) R 14289 14289 14257 0 -1 4202496 13190 0 0 0 813 1 0 0 25 0 1 0 539832210 60710912 12036 33554432000 4194304 4785740 140735003435728 18446744073709551615 4553399 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/14291/statm: 14822 12036 340 145 0 11867 0
[pid=14292] ppid=14289 vsize=463876 CPUtime=8.24 cores=0
/proc/14292/stat : 14292 (TNM) R 14289 14289 14257 0 -1 4202496 3674 0 0 0 824 0 0 0 25 0 1 0 539832210 475009024 3571 33554432000 134512640 134534564 4292591856 18446744073709551615 134530551 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/14292/statm: 115969 3571 95 6 0 114635 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 1084872

[startup+51.1004 s]
/proc/loadavg: 3.39 0.92 0.31 7/252 14303
/proc/meminfo: memFree=28581140/32950928 swapFree=67086616/67111528
[pid=14289] ppid=14287 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/14289/stat : 14289 (ppfolio) S 14287 14289 14257 0 -1 4202496 497 0 0 0 0 0 0 0 15 0 1 0 539832210 18763776 393 33554432000 4194304 4287625 140736107355392 18446744073709551615 239476715023 0 0 4096 65536 2089306838506930176 0 0 17 2 0 0 0
/proc/14289/statm: 4581 393 345 23 0 91 0
[pid=14290] ppid=14289 vsize=517596 CPUtime=17.59 cores=0
/proc/14290/stat : 14290 (cryptominisat) R 14289 14289 14257 0 -1 4202496 21976 0 0 0 1756 3 0 0 25 0 1 0 539832210 530018304 16618 33554432000 4194304 4587354 140735039482688 18446744073709551615 4365152 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/14290/statm: 129399 16618 337 96 0 125961 0
[pid=14291] ppid=14289 vsize=71748 CPUtime=16.68 cores=0
/proc/14291/stat : 14291 (clasp) R 14289 14289 14257 0 -1 4202496 16109 0 0 0 1667 1 0 0 25 0 1 0 539832210 73469952 14955 33554432000 4194304 4785740 140735003435728 18446744073709551615 4286919 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/14291/statm: 17937 14955 340 145 0 14982 0
[pid=14292] ppid=14289 vsize=463876 CPUtime=16.79 cores=0
/proc/14292/stat : 14292 (TNM) R 14289 14289 14257 0 -1 4202496 3674 0 0 0 1679 0 0 0 25 0 1 0 539832210 475009024 3571 33554432000 134512640 134534564 4292591856 18446744073709551615 134528295 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/14292/statm: 115969 3571 95 6 0 114635 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 1071544

[startup+102.31 s]
/proc/loadavg: 4.96 1.77 0.64 7/252 14304
/proc/meminfo: memFree=28488260/32950928 swapFree=67086616/67111528
[pid=14289] ppid=14287 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/14289/stat : 14289 (ppfolio) S 14287 14289 14257 0 -1 4202496 497 0 0 0 0 0 0 0 15 0 1 0 539832210 18763776 393 33554432000 4194304 4287625 140736107355392 18446744073709551615 239476715023 0 0 4096 65536 2089305601556348928 0 0 17 2 0 0 0
/proc/14289/statm: 4581 393 345 23 0 91 0
[pid=14290] ppid=14289 vsize=543384 CPUtime=34.68 cores=0
/proc/14290/stat : 14290 (cryptominisat) R 14289 14289 14257 0 -1 4202496 37601 0 0 0 3463 5 0 0 25 0 1 0 539832210 556425216 23588 33554432000 4194304 4587354 140735039482688 18446744073709551615 4388345 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/14290/statm: 135846 23588 337 96 0 132408 0
[pid=14291] ppid=14289 vsize=96260 CPUtime=33.76 cores=0
/proc/14291/stat : 14291 (clasp) R 14289 14289 14257 0 -1 4202496 22061 0 0 0 3373 3 0 0 25 0 1 0 539832210 98570240 20907 33554432000 4194304 4785740 140735003435728 18446744073709551615 239476355781 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/14291/statm: 24065 20907 340 145 0 21110 0
[pid=14292] ppid=14289 vsize=463876 CPUtime=33.83 cores=0
/proc/14292/stat : 14292 (TNM) R 14289 14289 14257 0 -1 4202496 3674 0 0 0 3383 0 0 0 25 0 1 0 539832210 475009024 3571 33554432000 134512640 134534564 4292591856 18446744073709551615 134528957 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/14292/statm: 115969 3571 95 6 0 114635 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 1121844

[startup+162.301 s]
/proc/loadavg: 5.61 2.54 0.97 7/252 14306
/proc/meminfo: memFree=28405416/32950928 swapFree=67086616/67111528
[pid=14289] ppid=14287 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/14289/stat : 14289 (ppfolio) S 14287 14289 14257 0 -1 4202496 497 0 0 0 0 0 0 0 15 0 1 0 539832210 18763776 393 33554432000 4194304 4287625 140736107355392 18446744073709551615 239476715023 0 0 4096 65536 0 0 0 17 2 0 0 0
/proc/14289/statm: 4581 393 345 23 0 91 0
[pid=14290] ppid=14289 vsize=588864 CPUtime=54.68 cores=0
/proc/14290/stat : 14290 (cryptominisat) R 14289 14289 14257 0 -1 4202496 42483 0 0 0 5463 5 0 0 25 0 1 0 539832210 602996736 28468 33554432000 4194304 4587354 140735039482688 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/14290/statm: 147216 28468 337 96 0 143778 0
[pid=14291] ppid=14289 vsize=116348 CPUtime=53.76 cores=0

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

/proc/14292/statm: 115969 3571 95 6 0 114635 0
Current children cumulated CPU time (s) 4602.45
Current children cumulated vsize (KiB) 1485776

[startup+4662.3 s]
/proc/loadavg: 6.00 6.01 5.92 7/252 14438
/proc/meminfo: memFree=27663932/32950928 swapFree=67086616/67111528
[pid=14289] ppid=14287 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/14289/stat : 14289 (ppfolio) S 14287 14289 14257 0 -1 4202496 497 0 0 0 0 0 0 0 15 0 1 0 539832210 18763776 393 33554432000 4194304 4287625 140736107355392 18446744073709551615 239476715023 0 0 4096 65536 2089305738995302400 0 0 17 2 0 0 0
/proc/14289/statm: 4581 393 345 23 0 91 0
[pid=14290] ppid=14289 vsize=672476 CPUtime=1554.75 cores=0
/proc/14290/stat : 14290 (cryptominisat) R 14289 14289 14257 0 -1 4202496 414471 0 0 0 155387 88 0 0 25 0 1 0 539832210 688615424 56531 33554432000 4194304 4587354 140735039482688 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/14290/statm: 168119 56531 337 96 0 164681 0
[pid=14291] ppid=14289 vsize=331612 CPUtime=1553.79 cores=0
/proc/14291/stat : 14291 (clasp) R 14289 14289 14257 0 -1 4202496 76705 0 0 0 155358 21 0 0 25 0 1 0 539832210 339570688 75551 33554432000 4194304 4785740 140735003435728 18446744073709551615 4287038 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/14291/statm: 82903 75551 340 145 0 79948 0
[pid=14292] ppid=14289 vsize=463876 CPUtime=1553.9 cores=0
/proc/14292/stat : 14292 (TNM) R 14289 14289 14257 0 -1 4202496 3674 0 0 0 155390 0 0 0 25 0 1 0 539832210 475009024 3571 33554432000 134512640 134534564 4292591856 18446744073709551615 134530367 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/14292/statm: 115969 3571 95 6 0 114635 0
Current children cumulated CPU time (s) 4662.44
Current children cumulated vsize (KiB) 1486288

[startup+4722.31 s]
/proc/loadavg: 6.00 6.00 5.92 7/252 14440
/proc/meminfo: memFree=27609476/32950928 swapFree=67086616/67111528
[pid=14289] ppid=14287 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/14289/stat : 14289 (ppfolio) S 14287 14289 14257 0 -1 4202496 497 0 0 0 0 0 0 0 15 0 1 0 539832210 18763776 393 33554432000 4194304 4287625 140736107355392 18446744073709551615 239476715023 0 0 4096 65536 2089305738995302400 0 0 17 2 0 0 0
/proc/14289/statm: 4581 393 345 23 0 91 0
[pid=14290] ppid=14289 vsize=672476 CPUtime=1574.75 cores=0
/proc/14290/stat : 14290 (cryptominisat) R 14289 14289 14257 0 -1 4202496 418814 0 0 0 157386 89 0 0 25 0 1 0 539832210 688615424 60809 33554432000 4194304 4587354 140735039482688 18446744073709551615 4231426 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/14290/statm: 168119 60809 337 96 0 164681 0
[pid=14291] ppid=14289 vsize=333408 CPUtime=1573.82 cores=0
/proc/14291/stat : 14291 (clasp) R 14289 14289 14257 0 -1 4202496 77100 0 0 0 157360 22 0 0 25 0 1 0 539832210 341409792 75946 33554432000 4194304 4785740 140735003435728 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/14291/statm: 83352 75946 340 145 0 80397 0
[pid=14292] ppid=14289 vsize=463876 CPUtime=1573.9 cores=0
/proc/14292/stat : 14292 (TNM) R 14289 14289 14257 0 -1 4202496 3674 0 0 0 157390 0 0 0 25 0 1 0 539832210 475009024 3571 33554432000 134512640 134534564 4292591856 18446744073709551615 134530551 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/14292/statm: 115969 3571 95 6 0 114635 0
Current children cumulated CPU time (s) 4722.47
Current children cumulated vsize (KiB) 1488084

[startup+4782.3 s]
/proc/loadavg: 6.00 6.00 5.92 7/252 14441
/proc/meminfo: memFree=27645412/32950928 swapFree=67086616/67111528
[pid=14289] ppid=14287 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/14289/stat : 14289 (ppfolio) S 14287 14289 14257 0 -1 4202496 497 0 0 0 0 0 0 0 15 0 1 0 539832210 18763776 393 33554432000 4194304 4287625 140736107355392 18446744073709551615 239476715023 0 0 4096 65536 2089305738995302400 0 0 17 2 0 0 0
/proc/14289/statm: 4581 393 345 23 0 91 0
[pid=14290] ppid=14289 vsize=738168 CPUtime=1594.75 cores=0
/proc/14290/stat : 14290 (cryptominisat) R 14289 14289 14257 0 -1 4202496 422329 0 0 0 159385 90 0 0 25 0 1 0 539832210 755884032 60013 33554432000 4194304 4587354 140735039482688 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/14290/statm: 184542 60013 337 96 0 181104 0
[pid=14291] ppid=14289 vsize=333408 CPUtime=1593.82 cores=0
/proc/14291/stat : 14291 (clasp) R 14289 14289 14257 0 -1 4202496 77100 0 0 0 159360 22 0 0 25 0 1 0 539832210 341409792 75946 33554432000 4194304 4785740 140735003435728 18446744073709551615 4286953 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/14291/statm: 83352 75946 340 145 0 80397 0
[pid=14292] ppid=14289 vsize=463876 CPUtime=1593.9 cores=0
/proc/14292/stat : 14292 (TNM) R 14289 14289 14257 0 -1 4202496 3674 0 0 0 159390 0 0 0 25 0 1 0 539832210 475009024 3571 33554432000 134512640 134534564 4292591856 18446744073709551615 134528979 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/14292/statm: 115969 3571 95 6 0 114635 0
Current children cumulated CPU time (s) 4782.47
Current children cumulated vsize (KiB) 1553776

[startup+4842.3 s]
/proc/loadavg: 6.00 6.00 5.92 7/252 14443
/proc/meminfo: memFree=27623928/32950928 swapFree=67086616/67111528
[pid=14289] ppid=14287 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/14289/stat : 14289 (ppfolio) S 14287 14289 14257 0 -1 4202496 497 0 0 0 0 0 0 0 15 0 1 0 539832210 18763776 393 33554432000 4194304 4287625 140736107355392 18446744073709551615 239476715023 0 0 4096 65536 2089305876434255872 0 0 17 2 0 0 0
/proc/14289/statm: 4581 393 345 23 0 91 0
[pid=14290] ppid=14289 vsize=744104 CPUtime=1614.75 cores=0
/proc/14290/stat : 14290 (cryptominisat) R 14289 14289 14257 0 -1 4202496 425191 0 0 0 161384 91 0 0 25 0 1 0 539832210 761962496 58770 33554432000 4194304 4587354 140735039482688 18446744073709551615 4238690 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/14290/statm: 186026 58770 337 96 0 182588 0
[pid=14291] ppid=14289 vsize=333408 CPUtime=1613.82 cores=0
/proc/14291/stat : 14291 (clasp) R 14289 14289 14257 0 -1 4202496 77101 0 0 0 161360 22 0 0 25 0 1 0 539832210 341409792 75947 33554432000 4194304 4785740 140735003435728 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/14291/statm: 83352 75947 340 145 0 80397 0
[pid=14292] ppid=14289 vsize=463876 CPUtime=1613.89 cores=0
/proc/14292/stat : 14292 (TNM) R 14289 14289 14257 0 -1 4202496 3674 0 0 0 161389 0 0 0 25 0 1 0 539832210 475009024 3571 33554432000 134512640 134534564 4292591856 18446744073709551615 134528979 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/14292/statm: 115969 3571 95 6 0 114635 0
Current children cumulated CPU time (s) 4842.46
Current children cumulated vsize (KiB) 1559712

[startup+4902.3 s]
/proc/loadavg: 6.00 6.00 5.92 7/252 14444
/proc/meminfo: memFree=27577292/32950928 swapFree=67086616/67111528
[pid=14289] ppid=14287 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/14289/stat : 14289 (ppfolio) S 14287 14289 14257 0 -1 4202496 497 0 0 0 0 0 0 0 15 0 1 0 539832210 18763776 393 33554432000 4194304 4287625 140736107355392 18446744073709551615 239476715023 0 0 4096 65536 2089305876434255872 0 0 17 2 0 0 0
/proc/14289/statm: 4581 393 345 23 0 91 0
[pid=14290] ppid=14289 vsize=718264 CPUtime=1634.74 cores=0
/proc/14290/stat : 14290 (cryptominisat) R 14289 14289 14257 0 -1 4202496 429336 0 0 0 163382 92 0 0 25 0 1 0 539832210 735502336 58565 33554432000 4194304 4587354 140735039482688 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/14290/statm: 179566 58565 337 96 0 176128 0
[pid=14291] ppid=14289 vsize=351080 CPUtime=1633.83 cores=0
/proc/14291/stat : 14291 (clasp) R 14289 14289 14257 0 -1 4202496 81193 0 0 0 163361 22 0 0 25 0 1 0 539832210 359505920 80039 33554432000 4194304 4785740 140735003435728 18446744073709551615 4553399 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/14291/statm: 87770 80039 340 145 0 84815 0
[pid=14292] ppid=14289 vsize=463876 CPUtime=1633.89 cores=0
/proc/14292/stat : 14292 (TNM) R 14289 14289 14257 0 -1 4202496 3674 0 0 0 163389 0 0 0 25 0 1 0 539832210 475009024 3571 33554432000 134512640 134534564 4292591856 18446744073709551615 134528957 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/14292/statm: 115969 3571 95 6 0 114635 0
Current children cumulated CPU time (s) 4902.46
Current children cumulated vsize (KiB) 1551544

[startup+4962.3 s]
/proc/loadavg: 6.00 6.00 5.92 7/252 14455
/proc/meminfo: memFree=27619368/32950928 swapFree=67086616/67111528
[pid=14289] ppid=14287 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/14289/stat : 14289 (ppfolio) S 14287 14289 14257 0 -1 4202496 497 0 0 0 0 0 0 0 15 0 1 0 539832210 18763776 393 33554432000 4194304 4287625 140736107355392 18446744073709551615 239476715023 0 0 4096 65536 2089305876434255872 0 0 17 2 0 0 0
/proc/14289/statm: 4581 393 345 23 0 91 0
[pid=14290] ppid=14289 vsize=718264 CPUtime=1654.74 cores=0
/proc/14290/stat : 14290 (cryptominisat) R 14289 14289 14257 0 -1 4202496 432262 0 0 0 165381 93 0 0 25 0 1 0 539832210 735502336 56566 33554432000 4194304 4587354 140735039482688 18446744073709551615 4238654 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/14290/statm: 179566 56566 337 96 0 176128 0
[pid=14291] ppid=14289 vsize=351612 CPUtime=1653.84 cores=0
/proc/14291/stat : 14291 (clasp) R 14289 14289 14257 0 -1 4202496 81326 0 0 0 165361 23 0 0 25 0 1 0 539832210 360050688 80172 33554432000 4194304 4785740 140735003435728 18446744073709551615 4287050 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/14291/statm: 87903 80172 340 145 0 84948 0
[pid=14292] ppid=14289 vsize=463876 CPUtime=1653.89 cores=0
/proc/14292/stat : 14292 (TNM) R 14289 14289 14257 0 -1 4202496 3674 0 0 0 165389 0 0 0 25 0 1 0 539832210 475009024 3571 33554432000 134512640 134534564 4292591856 18446744073709551615 134528957 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/14292/statm: 115969 3571 95 6 0 114635 0
Current children cumulated CPU time (s) 4962.47
Current children cumulated vsize (KiB) 1552076



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 6.00 6.00 5.92 7/252 14456
/proc/meminfo: memFree=27588368/32950928 swapFree=67086616/67111528
[pid=14289] ppid=14287 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/14289/stat : 14289 (ppfolio) S 14287 14289 14257 0 -1 4202496 497 0 0 0 0 0 0 0 15 0 1 0 539832210 18763776 393 33554432000 4194304 4287625 140736107355392 18446744073709551615 239476715023 0 0 4096 65536 2089305876434255872 0 0 17 2 0 0 0
/proc/14289/statm: 4581 393 345 23 0 91 0
[pid=14290] ppid=14289 vsize=718264 CPUtime=1667.25 cores=0
/proc/14290/stat : 14290 (cryptominisat) R 14289 14289 14257 0 -1 4202496 435750 0 0 0 166631 94 0 0 25 0 1 0 539832210 735502336 59991 33554432000 4194304 4587354 140735039482688 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/14290/statm: 179566 59991 337 96 0 176128 0
[pid=14291] ppid=14289 vsize=353364 CPUtime=1666.34 cores=0
/proc/14291/stat : 14291 (clasp) R 14289 14289 14257 0 -1 4202496 81725 0 0 0 166611 23 0 0 25 0 1 0 539832210 361844736 80571 33554432000 4194304 4785740 140735003435728 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/14291/statm: 88341 80571 340 145 0 85386 0
[pid=14292] ppid=14289 vsize=463876 CPUtime=1666.49 cores=0
/proc/14292/stat : 14292 (TNM) R 14289 14289 14257 0 -1 4202496 3674 0 0 0 166649 0 0 0 25 0 1 0 539832210 475009024 3571 33554432000 134512640 134534564 4292591856 18446744073709551615 134528957 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/14292/statm: 115969 3571 95 6 0 114635 0
Current children cumulated CPU time (s) 5000.08
Current children cumulated vsize (KiB) 1553828

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+4999.9 s]
/proc/loadavg: 6.00 6.00 5.92 7/252 14456
/proc/meminfo: memFree=27588368/32950928 swapFree=67086616/67111528
[pid=14289] ppid=14287 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/14289/stat : 14289 (ppfolio) S 14287 14289 14257 0 -1 4202496 497 0 0 0 0 0 0 0 15 0 1 0 539832210 18763776 393 33554432000 4194304 4287625 140736107355392 18446744073709551615 239476715023 0 0 4096 65536 2089305876434255872 0 0 17 2 0 0 0
/proc/14289/statm: 4581 393 345 23 0 91 0
[pid=14290] ppid=14289 vsize=718264 CPUtime=1667.25 cores=0
/proc/14290/stat : 14290 (cryptominisat) R 14289 14289 14257 0 -1 4202496 435750 0 0 0 166631 94 0 0 25 0 1 0 539832210 735502336 59991 33554432000 4194304 4587354 140735039482688 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/14290/statm: 179566 59991 337 96 0 176128 0
[pid=14291] ppid=14289 vsize=353364 CPUtime=1666.34 cores=0
/proc/14291/stat : 14291 (clasp) R 14289 14289 14257 0 -1 4202496 81725 0 0 0 166611 23 0 0 25 0 1 0 539832210 361844736 80571 33554432000 4194304 4785740 140735003435728 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/14291/statm: 88341 80571 340 145 0 85386 0
[pid=14292] ppid=14289 vsize=463876 CPUtime=1666.49 cores=0
/proc/14292/stat : 14292 (TNM) R 14289 14289 14257 0 -1 4202496 3674 0 0 0 166649 0 0 0 25 0 1 0 539832210 475009024 3571 33554432000 134512640 134534564 4292591856 18446744073709551615 134528957 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/14292/statm: 115969 3571 95 6 0 114635 0
Current children cumulated CPU time (s) 5000.08
Current children cumulated vsize (KiB) 1553828

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 4999.92
CPU time (s): 5000.08
CPU user time (s): 4998.91
CPU system time (s): 1.17
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 13975932

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

runsolver used 11.6322 second user time and 24.7542 second system time

The end

Launcher Data

Begin job on node148 at 2011-05-01 22:39:11
IDJOB=3276362
IDBENCH=88218
IDSOLVER=1639
FILE ID=node148/3276362-1304282351
RUNJOBID= node148-1304282351-14275
PBS_JOBID= 13173998
Free space on /tmp= 73072 MiB

SOLVER NAME= ppfolio seq
BENCH NAME= SAT11/crafted/anton/SRHD-SGI/srhd-sgi-m37-q505.75-n35-p30-s59841049.cnf
COMMAND LINE= ppfolio --nbcore=1 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3276362-1304282351/watcher-3276362-1304282351 -o /tmp/evaluation-result-3276362-1304282351/solver-3276362-1304282351 -C 5000 -W 5100 -M 15500  ppfolio --nbcore=1 HOME/instance-3276362-1304282351.cnf

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

MD5SUM BENCH= c86ce640ddb0138bf41ccc37bc6fcf28
RANDOM SEED=486394401

node148.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.854
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.70
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.854
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.854
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.83
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.854
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.75
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.854
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
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.854
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.82
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.854
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      28910780 kB
Buffers:        806968 kB
Cached:        1843764 kB
SwapCached:       3780 kB
Active:        1293644 kB
Inactive:      2358488 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      28910780 kB
SwapTotal:    67111528 kB
SwapFree:     67086616 kB
Dirty:           14388 kB
Writeback:          16 kB
AnonPages:     1000344 kB
Mapped:          20872 kB
Slab:           310996 kB
PageTables:      13916 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 37807156 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= 73052 MiB
End job on node148 at 2011-05-02 00:02:33