Trace number 3190807

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 par? (TO) 4800.33 1201.71

General information on the benchmark

Namerandom/large/
unif-k5-r20-v1500-c30000-S1793954886-065-UNKNOWN.cnf
MD5SUMf6b9ddbb2d1027fc4cfe1e8c2d86f4e1
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark122.013
Satisfiable
(Un)Satisfiability was proved
Number of variables1500
Number of clauses30000
Sum of the clauses size150000
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 530000
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

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-3190807-1304036532/watcher-3190807-1304036532 -o /tmp/evaluation-result-3190807-1304036532/solver-3190807-1304036532 -C 4800 -W 1300 -M 15500 ppfolio HOME/instance-3190807-1304036532.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: 3.00 3.70 5.68 1/175 32239
/proc/meminfo: memFree=22370244/32951124 swapFree=67111524/67111528
[pid=32239] ppid=32237 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/32239/stat : 32239 (ppfolio) R 32237 32239 31354 0 -1 4202496 521 0 0 0 0 0 0 0 25 0 1 0 515251048 18763776 390 33554432000 4194304 4287625 140736853758304 18446744073709551615 255377321487 0 0 4096 65536 0 0 0 17 4 0 0 0
/proc/32239/statm: 4581 390 341 23 0 91 0

[startup+0.269624 s]
/proc/loadavg: 3.00 3.70 5.68 1/175 32239
/proc/meminfo: memFree=22370244/32951124 swapFree=67111524/67111528
[pid=32239] ppid=32237 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/32239/stat : 32239 (ppfolio) S 32237 32239 31354 0 -1 4202496 522 0 0 0 0 0 0 0 24 0 1 0 515251048 18763776 390 33554432000 4194304 4287625 140736853758304 18446744073709551615 255377321487 0 0 4096 65536 12769605728616841215 0 0 17 4 0 0 0
/proc/32239/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.300597 s]
/proc/loadavg: 3.00 3.70 5.68 1/175 32239
/proc/meminfo: memFree=22370244/32951124 swapFree=67111524/67111528
[pid=32239] ppid=32237 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/32239/stat : 32239 (ppfolio) S 32237 32239 31354 0 -1 4202496 522 0 0 0 0 0 0 0 24 0 1 0 515251048 18763776 390 33554432000 4194304 4287625 140736853758304 18446744073709551615 255377321487 0 0 4096 65536 12769605728616841215 0 0 17 4 0 0 0
/proc/32239/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.400591 s]
/proc/loadavg: 3.00 3.70 5.68 1/175 32239
/proc/meminfo: memFree=22370244/32951124 swapFree=67111524/67111528
[pid=32239] ppid=32237 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/32239/stat : 32239 (ppfolio) S 32237 32239 31354 0 -1 4202496 522 0 0 0 0 0 0 0 24 0 1 0 515251048 18763776 390 33554432000 4194304 4287625 140736853758304 18446744073709551615 255377321487 0 0 4096 65536 12769605728616841215 0 0 17 4 0 0 0
/proc/32239/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700523 s]
/proc/loadavg: 3.00 3.70 5.68 1/175 32239
/proc/meminfo: memFree=22370244/32951124 swapFree=67111524/67111528
[pid=32239] ppid=32237 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/32239/stat : 32239 (ppfolio) S 32237 32239 31354 0 -1 4202496 523 0 0 0 0 0 0 0 19 0 1 0 515251048 18763776 390 33554432000 4194304 4287625 140736853758304 18446744073709551615 255377321487 0 0 4096 65536 12769605728616841215 0 0 17 4 0 0 0
/proc/32239/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50038 s]
/proc/loadavg: 3.16 3.72 5.68 6/181 32245
/proc/meminfo: memFree=22328408/32951124 swapFree=67111524/67111528
[pid=32239] ppid=32237 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/32239/stat : 32239 (ppfolio) S 32237 32239 31354 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 515251048 18763776 390 33554432000 4194304 4287625 140736853758304 18446744073709551615 255377321487 0 0 4096 65536 12769605728616841215 0 0 17 4 0 0 0
/proc/32239/statm: 4581 390 341 23 0 91 0
[pid=32240] ppid=32239 vsize=1071640 CPUtime=1.48 cores=0
/proc/32240/stat : 32240 (cryptominisat) R 32239 32239 31354 0 -1 4202496 6063 0 0 0 148 0 0 0 25 0 1 0 515251049 1097359360 3123 33554432000 4194304 4587354 140734785048768 18446744073709551615 4238452 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/32240/statm: 267910 3124 327 96 0 264472 0
[pid=32241] ppid=32239 vsize=25848 CPUtime=1.48 cores=4
/proc/32241/stat : 32241 (clasp) R 32239 32239 31354 0 -1 4202496 4062 0 0 0 148 0 0 0 25 0 1 0 515251049 26468352 3792 33554432000 4194304 4785740 140735515572768 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/32241/statm: 6462 3792 340 145 0 3507 0
[pid=32242] ppid=32239 vsize=460712 CPUtime=0.74 cores=6
/proc/32242/stat : 32242 (TNM) R 32239 32239 31354 0 -1 4202496 1810 0 0 0 74 0 0 0 25 0 1 0 515251049 471769088 1707 33554432000 134512640 134534564 4292662736 18446744073709551615 134530360 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/32242/statm: 115178 1707 95 6 0 113844 0
[pid=32243] ppid=32239 vsize=7208 CPUtime=1.49 cores=2
/proc/32243/stat : 32243 (lingeling) R 32239 32239 31354 0 -1 4202496 1230 0 0 0 149 0 0 0 25 0 1 0 515251049 7380992 989 33554432000 4194304 4352236 140737111302160 18446744073709551615 4328336 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/32243/statm: 1802 989 127 39 0 882 0
[pid=32244] ppid=32239 vsize=15208 CPUtime=0.73 cores=6
/proc/32244/stat : 32244 (march_hi) R 32239 32239 31354 0 -1 4202496 6474 0 0 0 73 0 0 0 25 0 1 0 515251049 15572992 1615 33554432000 4194304 4331988 140733927831456 18446744073709551615 4228205 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/32244/statm: 3802 1615 174 34 0 2244 0
Current children cumulated CPU time (s) 5.92
Current children cumulated vsize (KiB) 1598940

[startup+3.10108 s]
/proc/loadavg: 3.16 3.72 5.68 6/181 32245
/proc/meminfo: memFree=22327416/32951124 swapFree=67111524/67111528
[pid=32239] ppid=32237 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/32239/stat : 32239 (ppfolio) S 32237 32239 31354 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 515251048 18763776 390 33554432000 4194304 4287625 140736853758304 18446744073709551615 255377321487 0 0 4096 65536 12769605728616841215 0 0 17 4 0 0 0
/proc/32239/statm: 4581 390 341 23 0 91 0
[pid=32240] ppid=32239 vsize=1076732 CPUtime=3.09 cores=0
/proc/32240/stat : 32240 (cryptominisat) R 32239 32239 31354 0 -1 4202496 9566 0 0 0 308 1 0 0 25 0 1 0 515251049 1102573568 3308 33554432000 4194304 4587354 140734785048768 18446744073709551615 4238514 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/32240/statm: 269183 3308 331 96 0 265745 0
[pid=32241] ppid=32239 vsize=27828 CPUtime=3.09 cores=4
/proc/32241/stat : 32241 (clasp) R 32239 32239 31354 0 -1 4202496 4559 0 0 0 309 0 0 0 25 0 1 0 515251049 28495872 4289 33554432000 4194304 4785740 140735515572768 18446744073709551615 4286912 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/32241/statm: 6957 4289 340 145 0 4002 0
[pid=32242] ppid=32239 vsize=460712 CPUtime=1.54 cores=6
/proc/32242/stat : 32242 (TNM) R 32239 32239 31354 0 -1 4202496 1810 0 0 0 154 0 0 0 25 0 1 0 515251049 471769088 1707 33554432000 134512640 134534564 4292662736 18446744073709551615 134528726 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/32242/statm: 115178 1707 95 6 0 113844 0
[pid=32243] ppid=32239 vsize=7560 CPUtime=3.09 cores=2
/proc/32243/stat : 32243 (lingeling) R 32239 32239 31354 0 -1 4202496 1322 0 0 0 309 0 0 0 25 0 1 0 515251049 7741440 1081 33554432000 4194304 4352236 140737111302160 18446744073709551615 4329086 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/32243/statm: 1890 1081 127 39 0 970 0
[pid=32244] ppid=32239 vsize=15208 CPUtime=1.52 cores=6
/proc/32244/stat : 32244 (march_hi) R 32239 32239 31354 0 -1 4202496 6506 0 0 0 152 0 0 0 25 0 1 0 515251049 15572992 1647 33554432000 4194304 4331988 140733927831456 18446744073709551615 255376697035 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/32244/statm: 3802 1647 174 34 0 2244 0
Current children cumulated CPU time (s) 12.33
Current children cumulated vsize (KiB) 1606364

[startup+6.30049 s]
/proc/loadavg: 3.16 3.72 5.68 6/181 32245
/proc/meminfo: memFree=22321348/32951124 swapFree=67111524/67111528
[pid=32239] ppid=32237 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/32239/stat : 32239 (ppfolio) S 32237 32239 31354 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 515251048 18763776 390 33554432000 4194304 4287625 140736853758304 18446744073709551615 255377321487 0 0 4096 65536 12769605728616841215 0 0 17 4 0 0 0
/proc/32239/statm: 4581 390 341 23 0 91 0
[pid=32240] ppid=32239 vsize=1076200 CPUtime=6.29 cores=0
/proc/32240/stat : 32240 (cryptominisat) R 32239 32239 31354 0 -1 4202496 18491 0 0 0 627 2 0 0 25 0 1 0 515251049 1102028800 4233 33554432000 4194304 4587354 140734785048768 18446744073709551615 4238593 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/32240/statm: 269050 4233 337 96 0 265612 0
[pid=32241] ppid=32239 vsize=31744 CPUtime=6.28 cores=4
/proc/32241/stat : 32241 (clasp) R 32239 32239 31354 0 -1 4202496 5527 0 0 0 628 0 0 0 25 0 1 0 515251049 32505856 5257 33554432000 4194304 4785740 140735515572768 18446744073709551615 4277604 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/32241/statm: 7936 5257 340 145 0 4981 0
[pid=32242] ppid=32239 vsize=460712 CPUtime=3.14 cores=6
/proc/32242/stat : 32242 (TNM) R 32239 32239 31354 0 -1 4202496 1810 0 0 0 314 0 0 0 25 0 1 0 515251049 471769088 1707 33554432000 134512640 134534564 4292662736 18446744073709551615 134528710 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/32242/statm: 115178 1707 95 6 0 113844 0
[pid=32243] ppid=32239 vsize=8248 CPUtime=6.29 cores=2
/proc/32243/stat : 32243 (lingeling) R 32239 32239 31354 0 -1 4202496 1494 0 0 0 629 0 0 0 25 0 1 0 515251049 8445952 1253 33554432000 4194304 4352236 140737111302160 18446744073709551615 4208032 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/32243/statm: 2062 1253 127 39 0 1142 0
[pid=32244] ppid=32239 vsize=15528 CPUtime=3.1 cores=6
/proc/32244/stat : 32244 (march_hi) R 32239 32239 31354 0 -1 4202496 6582 0 0 0 310 0 0 0 25 0 1 0 515251049 15900672 1723 33554432000 4194304 4331988 140733927831456 18446744073709551615 4228203 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/32244/statm: 3882 1723 174 34 0 2324 0
Current children cumulated CPU time (s) 25.1
Current children cumulated vsize (KiB) 1610756

[startup+12.7013 s]
/proc/loadavg: 3.44 3.76 5.67 6/181 32245
/proc/meminfo: memFree=22296568/32951124 swapFree=67111524/67111528
[pid=32239] ppid=32237 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/32239/stat : 32239 (ppfolio) S 32237 32239 31354 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 515251048 18763776 390 33554432000 4194304 4287625 140736853758304 18446744073709551615 255377321487 0 0 4096 65536 12769605728616841215 0 0 17 4 0 0 0
/proc/32239/statm: 4581 390 341 23 0 91 0
[pid=32240] ppid=32239 vsize=1093616 CPUtime=12.69 cores=0
/proc/32240/stat : 32240 (cryptominisat) R 32239 32239 31354 0 -1 4202496 26992 0 0 0 1266 3 0 0 25 0 1 0 515251049 1119862784 8376 33554432000 4194304 4587354 140734785048768 18446744073709551615 4238611 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/32240/statm: 273404 8376 337 96 0 269966 0
[pid=32241] ppid=32239 vsize=35800 CPUtime=12.68 cores=4
/proc/32241/stat : 32241 (clasp) R 32239 32239 31354 0 -1 4202496 6547 0 0 0 1268 0 0 0 25 0 1 0 515251049 36659200 6277 33554432000 4194304 4785740 140735515572768 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/32241/statm: 8950 6277 340 145 0 5995 0
[pid=32242] ppid=32239 vsize=460712 CPUtime=6.31 cores=6
/proc/32242/stat : 32242 (TNM) R 32239 32239 31354 0 -1 4202496 1810 0 0 0 631 0 0 0 25 0 1 0 515251049 471769088 1707 33554432000 134512640 134534564 4292662736 18446744073709551615 134530820 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/32242/statm: 115178 1707 95 6 0 113844 0
[pid=32243] ppid=32239 vsize=9712 CPUtime=12.69 cores=2
/proc/32243/stat : 32243 (lingeling) R 32239 32239 31354 0 -1 4202496 1859 0 0 0 1269 0 0 0 25 0 1 0 515251049 9945088 1618 33554432000 4194304 4352236 140737111302160 18446744073709551615 4328095 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/32243/statm: 2428 1618 127 39 0 1508 0
[pid=32244] ppid=32239 vsize=16084 CPUtime=6.3 cores=6
/proc/32244/stat : 32244 (march_hi) R 32239 32239 31354 0 -1 4202496 6671 0 0 0 630 0 0 0 25 0 1 0 515251049 16470016 1812 33554432000 4194304 4331988 140733927831456 18446744073709551615 4210448 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/32244/statm: 4021 1812 174 34 0 2463 0
Current children cumulated CPU time (s) 50.67
Current children cumulated vsize (KiB) 1634248

[startup+25.507 s]
/proc/loadavg: 3.68 3.80 5.66 6/181 32246
/proc/meminfo: memFree=22254508/32951124 swapFree=67111524/67111528
[pid=32239] ppid=32237 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/32239/stat : 32239 (ppfolio) S 32237 32239 31354 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 515251048 18763776 390 33554432000 4194304 4287625 140736853758304 18446744073709551615 255377321487 0 0 4096 65536 12769605728616841215 0 0 17 4 0 0 0
/proc/32239/statm: 4581 390 341 23 0 91 0
[pid=32240] ppid=32239 vsize=1123564 CPUtime=25.5 cores=0
/proc/32240/stat : 32240 (cryptominisat) R 32239 32239 31354 0 -1 4202496 37594 0 0 0 2544 6 0 0 25 0 1 0 515251049 1150529536 16389 33554432000 4194304 4587354 140734785048768 18446744073709551615 4364908 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/32240/statm: 280891 16389 337 96 0 277453 0
[pid=32241] ppid=32239 vsize=42348 CPUtime=25.5 cores=4
/proc/32241/stat : 32241 (clasp) R 32239 32239 31354 0 -1 4202496 8127 0 0 0 2549 1 0 0 25 0 1 0 515251049 43364352 7857 33554432000 4194304 4785740 140735515572768 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/32241/statm: 10587 7857 340 145 0 7632 0
[pid=32242] ppid=32239 vsize=460712 CPUtime=12.64 cores=6
/proc/32242/stat : 32242 (TNM) R 32239 32239 31354 0 -1 4202496 1810 0 0 0 1264 0 0 0 25 0 1 0 515251049 471769088 1707 33554432000 134512640 134534564 4292662736 18446744073709551615 134528295 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/32242/statm: 115178 1707 95 6 0 113844 0
[pid=32243] ppid=32239 vsize=8948 CPUtime=25.49 cores=2
/proc/32243/stat : 32243 (lingeling) R 32239 32239 31354 0 -1 4202496 2215 0 0 0 2549 0 0 0 25 0 1 0 515251049 9162752 1430 33554432000 4194304 4352236 140737111302160 18446744073709551615 4278746 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/32243/statm: 2237 1430 127 39 0 1317 0
[pid=32244] ppid=32239 vsize=17620 CPUtime=12.7 cores=6
/proc/32244/stat : 32244 (march_hi) R 32239 32239 31354 0 -1 4202496 7053 0 0 0 1270 0 0 0 25 0 1 0 515251049 18042880 2193 33554432000 4194304 4331988 140733927831456 18446744073709551615 4228205 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/32244/statm: 4405 2193 175 34 0 2847 0
Current children cumulated CPU time (s) 101.83
Current children cumulated vsize (KiB) 1671516

[startup+51.1012 s]
/proc/loadavg: 4.20 3.91 5.65 6/181 32246
/proc/meminfo: memFree=22222336/32951124 swapFree=67111524/67111528
[pid=32239] ppid=32237 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/32239/stat : 32239 (ppfolio) S 32237 32239 31354 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 515251048 18763776 390 33554432000 4194304 4287625 140736853758304 18446744073709551615 255377321487 0 0 4096 65536 12769605728616841215 0 0 17 4 0 0 0
/proc/32239/statm: 4581 390 341 23 0 91 0
[pid=32240] ppid=32239 vsize=1145756 CPUtime=51.09 cores=0
/proc/32240/stat : 32240 (cryptominisat) R 32239 32239 31354 0 -1 4202496 61301 0 0 0 5098 11 0 0 25 0 1 0 515251049 1173254144 21992 33554432000 4194304 4587354 140734785048768 18446744073709551615 4365232 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/32240/statm: 286439 21992 337 96 0 283001 0
[pid=32241] ppid=32239 vsize=50956 CPUtime=51.09 cores=4
/proc/32241/stat : 32241 (clasp) R 32239 32239 31354 0 -1 4202496 10246 0 0 0 5108 1 0 0 25 0 1 0 515251049 52178944 9976 33554432000 4194304 4785740 140735515572768 18446744073709551615 4550931 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/32241/statm: 12739 9976 340 145 0 9784 0
[pid=32242] ppid=32239 vsize=460712 CPUtime=25.4 cores=6
/proc/32242/stat : 32242 (TNM) R 32239 32239 31354 0 -1 4202496 1810 0 0 0 2540 0 0 0 25 0 1 0 515251049 471769088 1707 33554432000 134512640 134534564 4292662736 18446744073709551615 134530367 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/32242/statm: 115178 1707 95 6 0 113844 0
[pid=32243] ppid=32239 vsize=9204 CPUtime=51.09 cores=2

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

/proc/32244/statm: 26394 16825 175 34 0 24836 0
Current children cumulated CPU time (s) 3764.09
Current children cumulated vsize (KiB) 2084304

[startup+1002.31 s]
/proc/loadavg: 5.10 5.06 5.28 6/181 32272
/proc/meminfo: memFree=21856408/32951124 swapFree=67111524/67111528
[pid=32239] ppid=32237 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/32239/stat : 32239 (ppfolio) S 32237 32239 31354 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 515251048 18763776 390 33554432000 4194304 4287625 140736853758304 18446744073709551615 255377321487 0 0 4096 65536 12769605728616841215 0 0 17 4 0 0 0
/proc/32239/statm: 4581 390 341 23 0 91 0
[pid=32240] ppid=32239 vsize=1347776 CPUtime=1002.32 cores=0
/proc/32240/stat : 32240 (cryptominisat) R 32239 32239 31354 0 -1 4202496 673352 0 0 0 100023 209 0 0 25 0 1 0 515251049 1380122624 73378 33554432000 4194304 4587354 140734785048768 18446744073709551615 4388350 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/32240/statm: 336944 73378 337 96 0 333506 0
[pid=32241] ppid=32239 vsize=137480 CPUtime=1002.32 cores=4
/proc/32241/stat : 32241 (clasp) R 32239 32239 31354 0 -1 4202496 30911 0 0 0 100227 5 0 0 25 0 1 0 515251049 140779520 30641 33554432000 4194304 4785740 140735515572768 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/32241/statm: 34370 30641 340 145 0 31415 0
[pid=32242] ppid=32239 vsize=460712 CPUtime=498.41 cores=6
/proc/32242/stat : 32242 (TNM) R 32239 32239 31354 0 -1 4202496 1810 0 0 0 49841 0 0 0 25 0 1 0 515251049 471769088 1707 33554432000 134512640 134534564 4292662736 18446744073709551615 134528710 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/32242/statm: 115178 1707 95 6 0 113844 0
[pid=32243] ppid=32239 vsize=25316 CPUtime=1002.3 cores=2
/proc/32243/stat : 32243 (lingeling) R 32239 32239 31354 0 -1 4202496 27097 0 0 0 100227 3 0 0 25 0 1 0 515251049 25923584 5522 33554432000 4194304 4352236 140737111302160 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/32243/statm: 6329 5522 127 39 0 5409 0
[pid=32244] ppid=32239 vsize=105576 CPUtime=498.43 cores=6
/proc/32244/stat : 32244 (march_hi) R 32239 32239 31354 0 -1 4202496 22604 0 0 0 49834 9 0 0 25 0 1 0 515251049 108109824 17744 33554432000 4194304 4331988 140733927831456 18446744073709551615 4228365 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/32244/statm: 26394 17744 175 34 0 24836 0
Current children cumulated CPU time (s) 4003.78
Current children cumulated vsize (KiB) 2095184

[startup+1062.3 s]
/proc/loadavg: 5.03 5.05 5.26 6/181 32273
/proc/meminfo: memFree=21844848/32951124 swapFree=67111524/67111528
[pid=32239] ppid=32237 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/32239/stat : 32239 (ppfolio) S 32237 32239 31354 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 515251048 18763776 390 33554432000 4194304 4287625 140736853758304 18446744073709551615 255377321487 0 0 4096 65536 12769605728616841215 0 0 17 4 0 0 0
/proc/32239/statm: 4581 390 341 23 0 91 0
[pid=32240] ppid=32239 vsize=1360124 CPUtime=1062.33 cores=0
/proc/32240/stat : 32240 (cryptominisat) R 32239 32239 31354 0 -1 4202496 676092 0 0 0 106023 210 0 0 25 0 1 0 515251049 1392766976 76118 33554432000 4194304 4587354 140734785048768 18446744073709551615 4388336 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/32240/statm: 340031 76118 337 96 0 336593 0
[pid=32241] ppid=32239 vsize=139024 CPUtime=1062.32 cores=4
/proc/32241/stat : 32241 (clasp) R 32239 32239 31354 0 -1 4202496 31250 0 0 0 106227 5 0 0 25 0 1 0 515251049 142360576 30980 33554432000 4194304 4785740 140735515572768 18446744073709551615 4287241 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/32241/statm: 34756 30980 340 145 0 31801 0
[pid=32242] ppid=32239 vsize=460712 CPUtime=528.26 cores=6
/proc/32242/stat : 32242 (TNM) R 32239 32239 31354 0 -1 4202496 1810 0 0 0 52826 0 0 0 25 0 1 0 515251049 471769088 1707 33554432000 134512640 134534564 4292662736 18446744073709551615 134530664 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/32242/statm: 115178 1707 95 6 0 113844 0
[pid=32243] ppid=32239 vsize=20580 CPUtime=1062.3 cores=2
/proc/32243/stat : 32243 (lingeling) R 32239 32239 31354 0 -1 4202496 28185 0 0 0 106227 3 0 0 25 0 1 0 515251049 21073920 4338 33554432000 4194304 4352236 140737111302160 18446744073709551615 4328042 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/32243/statm: 5145 4338 127 39 0 4225 0
[pid=32244] ppid=32239 vsize=105576 CPUtime=528.25 cores=6
/proc/32244/stat : 32244 (march_hi) R 32239 32239 31354 0 -1 4202496 23555 0 0 0 52816 9 0 0 25 0 1 0 515251049 108109824 18695 33554432000 4194304 4331988 140733927831456 18446744073709551615 4228349 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/32244/statm: 26394 18695 175 34 0 24836 0
Current children cumulated CPU time (s) 4243.46
Current children cumulated vsize (KiB) 2104340

[startup+1122.3 s]
/proc/loadavg: 5.07 5.05 5.25 6/181 32275
/proc/meminfo: memFree=21844696/32951124 swapFree=67111524/67111528
[pid=32239] ppid=32237 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/32239/stat : 32239 (ppfolio) S 32237 32239 31354 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 515251048 18763776 390 33554432000 4194304 4287625 140736853758304 18446744073709551615 255377321487 0 0 4096 65536 12769605728616841215 0 0 17 4 0 0 0
/proc/32239/statm: 4581 390 341 23 0 91 0
[pid=32240] ppid=32239 vsize=1360124 CPUtime=1122.33 cores=0
/proc/32240/stat : 32240 (cryptominisat) R 32239 32239 31354 0 -1 4202496 676092 0 0 0 112023 210 0 0 25 0 1 0 515251049 1392766976 76118 33554432000 4194304 4587354 140734785048768 18446744073709551615 4388261 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/32240/statm: 340031 76118 337 96 0 336593 0
[pid=32241] ppid=32239 vsize=139404 CPUtime=1122.32 cores=4
/proc/32241/stat : 32241 (clasp) R 32239 32239 31354 0 -1 4202496 31328 0 0 0 112227 5 0 0 25 0 1 0 515251049 142749696 31058 33554432000 4194304 4785740 140735515572768 18446744073709551615 4287201 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/32241/statm: 34851 31058 340 145 0 31896 0
[pid=32242] ppid=32239 vsize=460712 CPUtime=558.07 cores=6
/proc/32242/stat : 32242 (TNM) R 32239 32239 31354 0 -1 4202496 1810 0 0 0 55807 0 0 0 25 0 1 0 515251049 471769088 1707 33554432000 134512640 134534564 4292662736 18446744073709551615 134528708 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/32242/statm: 115178 1707 95 6 0 113844 0
[pid=32243] ppid=32239 vsize=16484 CPUtime=1122.3 cores=2
/proc/32243/stat : 32243 (lingeling) R 32239 32239 31354 0 -1 4202496 29433 0 0 0 112227 3 0 0 25 0 1 0 515251049 16879616 3314 33554432000 4194304 4352236 140737111302160 18446744073709551615 4328055 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/32243/statm: 4121 3314 127 39 0 3201 0
[pid=32244] ppid=32239 vsize=105576 CPUtime=558.12 cores=6
/proc/32244/stat : 32244 (march_hi) R 32239 32239 31354 0 -1 4202496 24457 0 0 0 55802 10 0 0 25 0 1 0 515251049 108109824 19597 33554432000 4194304 4331988 140733927831456 18446744073709551615 4299269 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/32244/statm: 26394 19597 175 34 0 24836 0
Current children cumulated CPU time (s) 4483.14
Current children cumulated vsize (KiB) 2100624

[startup+1182.3 s]
/proc/loadavg: 5.08 5.06 5.24 6/181 32277
/proc/meminfo: memFree=21834388/32951124 swapFree=67111524/67111528
[pid=32239] ppid=32237 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/32239/stat : 32239 (ppfolio) S 32237 32239 31354 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 515251048 18763776 390 33554432000 4194304 4287625 140736853758304 18446744073709551615 255377321487 0 0 4096 65536 12769605728616841215 0 0 17 4 0 0 0
/proc/32239/statm: 4581 390 341 23 0 91 0
[pid=32240] ppid=32239 vsize=1360124 CPUtime=1182.33 cores=0
/proc/32240/stat : 32240 (cryptominisat) R 32239 32239 31354 0 -1 4202496 676092 0 0 0 118023 210 0 0 25 0 1 0 515251049 1392766976 76118 33554432000 4194304 4587354 140734785048768 18446744073709551615 4365352 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/32240/statm: 340031 76118 337 96 0 336593 0
[pid=32241] ppid=32239 vsize=141208 CPUtime=1182.32 cores=4
/proc/32241/stat : 32241 (clasp) R 32239 32239 31354 0 -1 4202496 31762 0 0 0 118227 5 0 0 25 0 1 0 515251049 144596992 31492 33554432000 4194304 4785740 140735515572768 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/32241/statm: 35302 31492 340 145 0 32347 0
[pid=32242] ppid=32239 vsize=460712 CPUtime=587.95 cores=6
/proc/32242/stat : 32242 (TNM) R 32239 32239 31354 0 -1 4202496 1810 0 0 0 58795 0 0 0 25 0 1 0 515251049 471769088 1707 33554432000 134512640 134534564 4292662736 18446744073709551615 134528944 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/32242/statm: 115178 1707 95 6 0 113844 0
[pid=32243] ppid=32239 vsize=21220 CPUtime=1182.31 cores=2
/proc/32243/stat : 32243 (lingeling) R 32239 32239 31354 0 -1 4202496 31641 0 0 0 118227 4 0 0 25 0 1 0 515251049 21729280 4498 33554432000 4194304 4352236 140737111302160 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/32243/statm: 5305 4498 127 39 0 4385 0
[pid=32244] ppid=32239 vsize=105576 CPUtime=587.92 cores=6
/proc/32244/stat : 32244 (march_hi) R 32239 32239 31354 0 -1 4202496 25435 0 0 0 58781 11 0 0 25 0 1 0 515251049 108109824 20575 33554432000 4194304 4331988 140733927831456 18446744073709551615 4239578 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/32244/statm: 26394 20575 175 34 0 24836 0
Current children cumulated CPU time (s) 4722.83
Current children cumulated vsize (KiB) 2107164



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 5.06 5.05 5.23 6/181 32277
/proc/meminfo: memFree=22091916/32951124 swapFree=67111524/67111528
[pid=32239] ppid=32237 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/32239/stat : 32239 (ppfolio) S 32237 32239 31354 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 515251048 18763776 390 33554432000 4194304 4287625 140736853758304 18446744073709551615 255377321487 0 0 4096 65536 12769605728616841215 0 0 17 4 0 0 0
/proc/32239/statm: 4581 390 341 23 0 91 0
[pid=32240] ppid=32239 vsize=1112428 CPUtime=1201.73 cores=0
/proc/32240/stat : 32240 (cryptominisat) R 32239 32239 31354 0 -1 4202496 684554 0 0 0 119959 214 0 0 25 0 1 0 515251049 1139126272 12573 33554432000 4194304 4587354 140734785048768 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/32240/statm: 278107 12573 337 96 0 274669 0
[pid=32241] ppid=32239 vsize=141684 CPUtime=1201.73 cores=4
/proc/32241/stat : 32241 (clasp) R 32239 32239 31354 0 -1 4202496 31900 0 0 0 120168 5 0 0 25 0 1 0 515251049 145084416 31630 33554432000 4194304 4785740 140735515572768 18446744073709551615 4538886 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/32241/statm: 35421 31630 340 145 0 32466 0
[pid=32242] ppid=32239 vsize=460712 CPUtime=597.55 cores=6
/proc/32242/stat : 32242 (TNM) R 32239 32239 31354 0 -1 4202496 1810 0 0 0 59755 0 0 0 25 0 1 0 515251049 471769088 1707 33554432000 134512640 134534564 4292662736 18446744073709551615 134528957 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/32242/statm: 115178 1707 95 6 0 113844 0
[pid=32243] ppid=32239 vsize=16356 CPUtime=1201.71 cores=2
/proc/32243/stat : 32243 (lingeling) R 32239 32239 31354 0 -1 4202496 31641 0 0 0 120167 4 0 0 25 0 1 0 515251049 16748544 3282 33554432000 4194304 4352236 140737111302160 18446744073709551615 4328308 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/32243/statm: 4089 3282 127 39 0 3169 0
[pid=32244] ppid=32239 vsize=105576 CPUtime=597.61 cores=6
/proc/32244/stat : 32244 (march_hi) R 32239 32239 31354 0 -1 4202496 25739 0 0 0 59750 11 0 0 25 0 1 0 515251049 108109824 20879 33554432000 4194304 4331988 140733927831456 18446744073709551615 4299854 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/32244/statm: 26394 20879 175 34 0 24836 0
Current children cumulated CPU time (s) 4800.33
Current children cumulated vsize (KiB) 1855080

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

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

[startup+1201.7 s]
/proc/loadavg: 5.06 5.05 5.23 6/181 32277
/proc/meminfo: memFree=22091916/32951124 swapFree=67111524/67111528
[pid=32239] ppid=32237 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/32239/stat : 32239 (ppfolio) S 32237 32239 31354 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 515251048 18763776 390 33554432000 4194304 4287625 140736853758304 18446744073709551615 255377321487 0 0 4096 65536 12769605728616841215 0 0 17 4 0 0 0
/proc/32239/statm: 4581 390 341 23 0 91 0
[pid=32240] ppid=32239 vsize=1112428 CPUtime=1201.73 cores=0
/proc/32240/stat : 32240 (cryptominisat) R 32239 32239 31354 0 -1 4202496 684554 0 0 0 119959 214 0 0 25 0 1 0 515251049 1139126272 12573 33554432000 4194304 4587354 140734785048768 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/32240/statm: 278107 12573 337 96 0 274669 0
[pid=32241] ppid=32239 vsize=141684 CPUtime=1201.73 cores=4
/proc/32241/stat : 32241 (clasp) R 32239 32239 31354 0 -1 4202496 31900 0 0 0 120168 5 0 0 25 0 1 0 515251049 145084416 31630 33554432000 4194304 4785740 140735515572768 18446744073709551615 4538886 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/32241/statm: 35421 31630 340 145 0 32466 0
[pid=32242] ppid=32239 vsize=460712 CPUtime=597.55 cores=6
/proc/32242/stat : 32242 (TNM) R 32239 32239 31354 0 -1 4202496 1810 0 0 0 59755 0 0 0 25 0 1 0 515251049 471769088 1707 33554432000 134512640 134534564 4292662736 18446744073709551615 134528957 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/32242/statm: 115178 1707 95 6 0 113844 0
[pid=32243] ppid=32239 vsize=16356 CPUtime=1201.71 cores=2
/proc/32243/stat : 32243 (lingeling) R 32239 32239 31354 0 -1 4202496 31641 0 0 0 120167 4 0 0 25 0 1 0 515251049 16748544 3282 33554432000 4194304 4352236 140737111302160 18446744073709551615 4328308 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/32243/statm: 4089 3282 127 39 0 3169 0
[pid=32244] ppid=32239 vsize=105576 CPUtime=597.61 cores=6
/proc/32244/stat : 32244 (march_hi) R 32239 32239 31354 0 -1 4202496 25739 0 0 0 59750 11 0 0 25 0 1 0 515251049 108109824 20879 33554432000 4194304 4331988 140733927831456 18446744073709551615 4299854 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/32244/statm: 26394 20879 175 34 0 24836 0
Current children cumulated CPU time (s) 4800.33
Current children cumulated vsize (KiB) 1855080

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 32239 and gives
#  childrusage.ru_utime.tv_sec=2401
#  childrusage.ru_utime.tv_usec=275950
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=198665
# CPU time returned by wait4() is 2403.47
# while last known CPU time is 4800.33
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1201.71
CPU time (s): 4800.33
CPU user time (s): 4797.99
CPU system time (s): 2.34
CPU usage (%): 399.457
Max. virtual memory (cumulated for all children) (KiB): 2887164

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

runsolver used 2.10768 second user time and 4.45732 second system time

The end

Launcher Data

Begin job on node135 at 2011-04-29 02:22:12
IDJOB=3190807
IDBENCH=82538
IDSOLVER=1612
FILE ID=node135/3190807-1304036532
RUNJOBID= node135-1304035224-32053
PBS_JOBID= 13170317
Free space on /tmp= 71120 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT11/random/large/unif-k5-r20-v1500-c30000-S1793954886-065-UNKNOWN.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3190807-1304036532/watcher-3190807-1304036532 -o /tmp/evaluation-result-3190807-1304036532/solver-3190807-1304036532 -C 4800 -W 1300 -M 15500  ppfolio HOME/instance-3190807-1304036532.cnf

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

MD5SUM BENCH= f6b9ddbb2d1027fc4cfe1e8c2d86f4e1
RANDOM SEED=1000242987

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      22370400 kB
Buffers:       1826944 kB
Cached:        8095844 kB
SwapCached:          4 kB
Active:        2363420 kB
Inactive:      7625128 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      22370400 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           10908 kB
Writeback:           0 kB
AnonPages:       65248 kB
Mapped:          14308 kB
Slab:           528356 kB
PageTables:       4172 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   188216 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= 71108 MiB
End job on node135 at 2011-04-29 02:42:16