Trace number 3221242

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 seqUNSAT 3849.13 3849.2

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v400-c1704-S1635333981-027.UNKNOWN.cnf
MD5SUM5ba52a7ac0a84086dc4098f6b5213446
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark31.2303
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 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
3849.00/3848.99	s UNSATISFIABLE
3849.11/3849.20	solver [2] clasp 1.3.6 answered
3849.11/3849.20	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-3221242-1303289857/watcher-3221242-1303289857 -o /tmp/evaluation-result-3221242-1303289857/solver-3221242-1303289857 -C 5000 -W 5000 -M 15500 ppfolio --nbcore=1 HOME/instance-3221242-1303289857.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): 5000 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: 1.83 1.91 1.95 1/172 32169
/proc/meminfo: memFree=18789244/32951124 swapFree=67111528/67111528
[pid=32169] ppid=32167 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/32169/stat : 32169 (ppfolio) S 32167 32169 32141 0 -1 4202496 501 0 0 0 0 0 0 0 15 0 1 0 421401651 18763776 394 33554432000 4194304 4287625 140734834189456 18446744073709551615 220816256527 0 0 4096 65536 16731798404471980032 0 0 17 4 0 0 0
/proc/32169/statm: 4581 394 345 23 0 91 0

[startup+0.894766 s]
/proc/loadavg: 1.83 1.91 1.95 1/172 32169
/proc/meminfo: memFree=18789244/32951124 swapFree=67111528/67111528
[pid=32169] ppid=32167 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/32169/stat : 32169 (ppfolio) S 32167 32169 32141 0 -1 4202496 501 0 0 0 0 0 0 0 15 0 1 0 421401651 18763776 394 33554432000 4194304 4287625 140734834189456 18446744073709551615 220816256527 0 0 4096 65536 16731798404471980032 0 0 17 4 0 0 0
/proc/32169/statm: 4581 394 345 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.900759 s]
/proc/loadavg: 1.83 1.91 1.95 1/172 32169
/proc/meminfo: memFree=18789244/32951124 swapFree=67111528/67111528
[pid=32169] ppid=32167 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/32169/stat : 32169 (ppfolio) S 32167 32169 32141 0 -1 4202496 501 0 0 0 0 0 0 0 15 0 1 0 421401651 18763776 394 33554432000 4194304 4287625 140734834189456 18446744073709551615 220816256527 0 0 4096 65536 16731798404471980032 0 0 17 4 0 0 0
/proc/32169/statm: 4581 394 345 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.00069 s]
/proc/loadavg: 1.83 1.91 1.95 1/172 32169
/proc/meminfo: memFree=18789244/32951124 swapFree=67111528/67111528
[pid=32169] ppid=32167 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/32169/stat : 32169 (ppfolio) S 32167 32169 32141 0 -1 4202496 501 0 0 0 0 0 0 0 15 0 1 0 421401651 18763776 394 33554432000 4194304 4287625 140734834189456 18446744073709551615 220816256527 0 0 4096 65536 16731798404471980032 0 0 17 4 0 0 0
/proc/32169/statm: 4581 394 345 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.10067 s]
/proc/loadavg: 1.83 1.91 1.95 1/172 32169
/proc/meminfo: memFree=18789244/32951124 swapFree=67111528/67111528
[pid=32169] ppid=32167 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/32169/stat : 32169 (ppfolio) S 32167 32169 32141 0 -1 4202496 501 0 0 0 0 0 0 0 15 0 1 0 421401651 18763776 394 33554432000 4194304 4287625 140734834189456 18446744073709551615 220816256527 0 0 4096 65536 16731798404471980032 0 0 17 4 0 0 0
/proc/32169/statm: 4581 394 345 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50064 s]
/proc/loadavg: 1.83 1.91 1.95 1/172 32169
/proc/meminfo: memFree=18789244/32951124 swapFree=67111528/67111528
[pid=32169] ppid=32167 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/32169/stat : 32169 (ppfolio) S 32167 32169 32141 0 -1 4202496 501 0 0 0 0 0 0 0 15 0 1 0 421401651 18763776 394 33554432000 4194304 4287625 140734834189456 18446744073709551615 220816256527 0 0 4096 65536 16731796480326631424 0 0 17 4 0 0 0
/proc/32169/statm: 4581 394 345 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+3.10034 s]
/proc/loadavg: 2.16 1.98 1.97 7/184 32186
/proc/meminfo: memFree=18762344/32951124 swapFree=67111528/67111528
[pid=32169] ppid=32167 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/32169/stat : 32169 (ppfolio) S 32167 32169 32141 0 -1 4202496 501 0 0 0 0 0 0 0 16 0 1 0 421401651 18763776 394 33554432000 4194304 4287625 140734834189456 18446744073709551615 220816256527 0 0 4096 65536 0 0 0 17 4 0 0 0
/proc/32169/statm: 4581 394 345 23 0 91 0
[pid=32170] ppid=32169 vsize=2020620 CPUtime=1.69 cores=0
/proc/32170/stat : 32170 (cryptominisat) R 32169 32169 32141 0 -1 4202496 3322 0 0 0 169 0 0 0 20 0 1 0 421401651 2069114880 2294 33554432000 4194304 4587354 140733388299312 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/32170/statm: 505155 2294 337 96 0 501717 0
[pid=32171] ppid=32169 vsize=13224 CPUtime=0.64 cores=0
/proc/32171/stat : 32171 (clasp) R 32169 32169 32141 0 -1 4202496 774 0 0 0 64 0 0 0 25 0 1 0 421401651 13541376 662 33554432000 4194304 4785740 140733843751040 18446744073709551615 4549842 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/32171/statm: 3306 662 340 145 0 351 0
[pid=32172] ppid=32169 vsize=455860 CPUtime=0.74 cores=0
/proc/32172/stat : 32172 (TNM) R 32169 32169 32141 0 -1 4202496 321 0 0 0 74 0 0 0 25 0 1 0 421401651 466800640 217 33554432000 134512640 134534564 4290660880 18446744073709551615 134528726 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/32172/statm: 113965 217 95 6 0 112631 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 2508028

[startup+6.30672 s]
/proc/loadavg: 2.16 1.98 1.97 7/184 32186
/proc/meminfo: memFree=18760664/32951124 swapFree=67111528/67111528
[pid=32169] ppid=32167 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/32169/stat : 32169 (ppfolio) S 32167 32169 32141 0 -1 4202496 501 0 0 0 0 0 0 0 15 0 1 0 421401651 18763776 394 33554432000 4194304 4287625 140734834189456 18446744073709551615 220816256527 0 0 4096 65536 16731796480326631424 0 0 17 4 0 0 0
/proc/32169/statm: 4581 394 345 23 0 91 0
[pid=32170] ppid=32169 vsize=2020336 CPUtime=2.74 cores=0
/proc/32170/stat : 32170 (cryptominisat) R 32169 32169 32141 0 -1 4202496 4051 0 0 0 274 0 0 0 23 0 1 0 421401651 2068824064 2287 33554432000 4194304 4587354 140733388299312 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/32170/statm: 505084 2287 337 96 0 501646 0
[pid=32171] ppid=32169 vsize=13768 CPUtime=1.69 cores=0
/proc/32171/stat : 32171 (clasp) R 32169 32169 32141 0 -1 4202496 915 0 0 0 169 0 0 0 25 0 1 0 421401651 14098432 803 33554432000 4194304 4785740 140733843751040 18446744073709551615 4550319 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/32171/statm: 3442 803 340 145 0 487 0
[pid=32172] ppid=32169 vsize=455860 CPUtime=1.84 cores=0
/proc/32172/stat : 32172 (TNM) R 32169 32169 32141 0 -1 4202496 321 0 0 0 184 0 0 0 25 0 1 0 421401651 466800640 217 33554432000 134512640 134534564 4290660880 18446744073709551615 134528330 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/32172/statm: 113965 217 95 6 0 112631 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 2508288

[startup+12.7005 s]
/proc/loadavg: 2.75 2.11 2.02 7/184 32187
/proc/meminfo: memFree=18750220/32951124 swapFree=67111528/67111528
[pid=32169] ppid=32167 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/32169/stat : 32169 (ppfolio) S 32167 32169 32141 0 -1 4202496 501 0 0 0 0 0 0 0 15 0 1 0 421401651 18763776 394 33554432000 4194304 4287625 140734834189456 18446744073709551615 220816256527 0 0 4096 65536 16731796342887677952 0 0 17 4 0 0 0
/proc/32169/statm: 4581 394 345 23 0 91 0
[pid=32170] ppid=32169 vsize=2023352 CPUtime=4.89 cores=0
/proc/32170/stat : 32170 (cryptominisat) R 32169 32169 32141 0 -1 4202496 5696 0 0 0 488 1 0 0 25 0 1 0 421401651 2071912448 3031 33554432000 4194304 4587354 140733388299312 18446744073709551615 4238690 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/32170/statm: 505838 3031 337 96 0 502400 0
[pid=32171] ppid=32169 vsize=14460 CPUtime=3.84 cores=0
/proc/32171/stat : 32171 (clasp) R 32169 32169 32141 0 -1 4202496 1080 0 0 0 384 0 0 0 25 0 1 0 421401651 14807040 968 33554432000 4194304 4785740 140733843751040 18446744073709551615 4549842 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/32171/statm: 3615 968 340 145 0 660 0
[pid=32172] ppid=32169 vsize=455860 CPUtime=3.94 cores=0
/proc/32172/stat : 32172 (TNM) R 32169 32169 32141 0 -1 4202496 321 0 0 0 394 0 0 0 25 0 1 0 421401651 466800640 217 33554432000 134512640 134534564 4290660880 18446744073709551615 134528628 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/32172/statm: 113965 217 95 6 0 112631 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 2511996

[startup+25.5012 s]
/proc/loadavg: 3.25 2.24 2.06 7/184 32187
/proc/meminfo: memFree=18743900/32951124 swapFree=67111528/67111528
[pid=32169] ppid=32167 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/32169/stat : 32169 (ppfolio) S 32167 32169 32141 0 -1 4202496 501 0 0 0 0 0 0 0 15 0 1 0 421401651 18763776 394 33554432000 4194304 4287625 140734834189456 18446744073709551615 220816256527 0 0 4096 65536 16731796617765584896 0 0 17 4 0 0 0
/proc/32169/statm: 4581 394 345 23 0 91 0
[pid=32170] ppid=32169 vsize=2023312 CPUtime=9.14 cores=0
/proc/32170/stat : 32170 (cryptominisat) R 32169 32169 32141 0 -1 4202496 7495 0 0 0 913 1 0 0 25 0 1 0 421401651 2071871488 3212 33554432000 4194304 4587354 140733388299312 18446744073709551615 4232120 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/32170/statm: 505828 3212 337 96 0 502390 0
[pid=32171] ppid=32169 vsize=15272 CPUtime=8.09 cores=0
/proc/32171/stat : 32171 (clasp) R 32169 32169 32141 0 -1 4202496 1283 0 0 0 809 0 0 0 25 0 1 0 421401651 15638528 1171 33554432000 4194304 4785740 140733843751040 18446744073709551615 4553032 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/32171/statm: 3818 1171 340 145 0 863 0
[pid=32172] ppid=32169 vsize=455860 CPUtime=8.24 cores=0
/proc/32172/stat : 32172 (TNM) R 32169 32169 32141 0 -1 4202496 321 0 0 0 824 0 0 0 25 0 1 0 421401651 466800640 217 33554432000 134512640 134534564 4290660880 18446744073709551615 3565041 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/32172/statm: 113965 217 95 6 0 112631 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 2512768

[startup+51.1005 s]
/proc/loadavg: 4.19 2.54 2.16 7/184 32188
/proc/meminfo: memFree=18733236/32951124 swapFree=67111528/67111528
[pid=32169] ppid=32167 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/32169/stat : 32169 (ppfolio) S 32167 32169 32141 0 -1 4202496 501 0 0 0 0 0 0 0 15 0 1 0 421401651 18763776 394 33554432000 4194304 4287625 140734834189456 18446744073709551615 220816256527 0 0 4096 65536 16731796617765584896 0 0 17 4 0 0 0
/proc/32169/statm: 4581 394 345 23 0 91 0
[pid=32170] ppid=32169 vsize=2026360 CPUtime=17.68 cores=0
/proc/32170/stat : 32170 (cryptominisat) R 32169 32169 32141 0 -1 4202496 11326 0 0 0 1767 1 0 0 25 0 1 0 421401651 2074992640 3744 33554432000 4194304 4587354 140733388299312 18446744073709551615 4238418 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/32170/statm: 506590 3744 337 96 0 503152 0
[pid=32171] ppid=32169 vsize=16508 CPUtime=16.65 cores=0
/proc/32171/stat : 32171 (clasp) R 32169 32169 32141 0 -1 4202496 1577 0 0 0 1665 0 0 0 25 0 1 0 421401651 16904192 1465 33554432000 4194304 4785740 140733843751040 18446744073709551615 4287207 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/32171/statm: 4127 1465 340 145 0 1172 0
[pid=32172] ppid=32169 vsize=455860 CPUtime=16.74 cores=0
/proc/32172/stat : 32172 (TNM) R 32169 32169 32141 0 -1 4202496 321 0 0 0 1674 0 0 0 25 0 1 0 421401651 466800640 217 33554432000 134512640 134534564 4290660880 18446744073709551615 134528842 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/32172/statm: 113965 217 95 6 0 112631 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 2517052

[startup+102.301 s]
/proc/loadavg: 5.27 3.12 2.38 7/184 32189
/proc/meminfo: memFree=18722932/32951124 swapFree=67111528/67111528
[pid=32169] ppid=32167 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/32169/stat : 32169 (ppfolio) S 32167 32169 32141 0 -1 4202496 501 0 0 0 0 0 0 0 15 0 1 0 421401651 18763776 394 33554432000 4194304 4287625 140734834189456 18446744073709551615 220816256527 0 0 4096 65536 16731796755204538368 0 0 17 4 0 0 0
/proc/32169/statm: 4581 394 345 23 0 91 0
[pid=32170] ppid=32169 vsize=2029368 CPUtime=34.75 cores=0
/proc/32170/stat : 32170 (cryptominisat) R 32169 32169 32141 0 -1 4202496 17295 0 0 0 3472 3 0 0 25 0 1 0 421401651 2078072832 4501 33554432000 4194304 4587354 140733388299312 18446744073709551615 4238593 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/32170/statm: 507342 4501 337 96 0 503904 0
[pid=32171] ppid=32169 vsize=17900 CPUtime=33.69 cores=0
/proc/32171/stat : 32171 (clasp) R 32169 32169 32141 0 -1 4202496 1923 0 0 0 3369 0 0 0 25 0 1 0 421401651 18329600 1811 33554432000 4194304 4785740 140733843751040 18446744073709551615 4287058 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/32171/statm: 4475 1811 340 145 0 1520 0
[pid=32172] ppid=32169 vsize=455860 CPUtime=33.84 cores=0
/proc/32172/stat : 32172 (TNM) R 32169 32169 32141 0 -1 4202496 321 0 0 0 3384 0 0 0 25 0 1 0 421401651 466800640 217 33554432000 134512640 134534564 4290660880 18446744073709551615 134530669 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/32172/statm: 113965 217 95 6 0 112631 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 2521452

[startup+162.301 s]
/proc/loadavg: 5.78 3.62 2.59 7/184 32191
/proc/meminfo: memFree=18706676/32951124 swapFree=67111528/67111528
[pid=32169] ppid=32167 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/32169/stat : 32169 (ppfolio) S 32167 32169 32141 0 -1 4202496 501 0 0 0 0 0 0 0 15 0 1 0 421401651 18763776 394 33554432000 4194304 4287625 140734834189456 18446744073709551615 220816256527 0 0 4096 65536 16731796755204538368 0 0 17 4 0 0 0
/proc/32169/statm: 4581 394 345 23 0 91 0
[pid=32170] ppid=32169 vsize=2038780 CPUtime=54.76 cores=0
/proc/32170/stat : 32170 (cryptominisat) R 32169 32169 32141 0 -1 4202496 24329 0 0 0 5472 4 0 0 25 0 1 0 421401651 2087710720 7233 33554432000 4194304 4587354 140733388299312 18446744073709551615 4238690 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/32170/statm: 509695 7233 337 96 0 506257 0
[pid=32171] ppid=32169 vsize=19320 CPUtime=53.68 cores=0
/proc/32171/stat : 32171 (clasp) R 32169 32169 32141 0 -1 4202496 2252 0 0 0 5368 0 0 0 25 0 1 0 421401651 19783680 2140 33554432000 4194304 4785740 140733843751040 18446744073709551615 4553106 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/32171/statm: 4830 2140 340 145 0 1875 0
[pid=32172] ppid=32169 vsize=455860 CPUtime=53.84 cores=0
/proc/32172/stat : 32172 (TNM) R 32169 32169 32141 0 -1 4202496 321 0 0 0 5384 0 0 0 25 0 1 0 421401651 466800640 217 33554432000 134512640 134534564 4290660880 18446744073709551615 134528902 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/32172/statm: 113965 217 95 6 0 112631 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 2532284

[startup+222.301 s]

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


[startup+3762.3 s]
/proc/loadavg: 6.00 6.00 5.89 7/184 32299
/proc/meminfo: memFree=18585116/32951124 swapFree=67111528/67111528
[pid=32169] ppid=32167 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/32169/stat : 32169 (ppfolio) S 32167 32169 32141 0 -1 4202496 501 0 0 0 0 0 0 0 15 0 1 0 421401651 18763776 394 33554432000 4194304 4287625 140734834189456 18446744073709551615 220816256527 0 0 4096 65536 16731797167521398784 0 0 17 4 0 0 0
/proc/32169/statm: 4581 394 345 23 0 91 0
[pid=32170] ppid=32169 vsize=2084476 CPUtime=1254.8 cores=0
/proc/32170/stat : 32170 (cryptominisat) R 32169 32169 32141 0 -1 4202496 189073 0 0 0 125437 43 0 0 25 0 1 0 421401651 2134503424 17558 33554432000 4194304 4587354 140733388299312 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/32170/statm: 521119 17558 337 96 0 517681 0
[pid=32171] ppid=32169 vsize=31728 CPUtime=1253.74 cores=0
/proc/32171/stat : 32171 (clasp) R 32169 32169 32141 0 -1 4202496 5139 0 0 0 125369 5 0 0 25 0 1 0 421401651 32489472 5027 33554432000 4194304 4785740 140733843751040 18446744073709551615 4552532 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/32171/statm: 7932 5027 340 145 0 4977 0
[pid=32172] ppid=32169 vsize=455864 CPUtime=1253.85 cores=0
/proc/32172/stat : 32172 (TNM) R 32169 32169 32141 0 -1 4202496 331 0 0 0 125385 0 0 0 25 0 1 0 421401651 466804736 227 33554432000 134512640 134534564 4290660880 18446744073709551615 134530379 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/32172/statm: 113966 227 103 6 0 112632 0
Current children cumulated CPU time (s) 3762.39
Current children cumulated vsize (KiB) 2590392

[startup+3822.3 s]
/proc/loadavg: 6.00 6.00 5.89 7/184 32309
/proc/meminfo: memFree=18590604/32951124 swapFree=67111528/67111528
[pid=32169] ppid=32167 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/32169/stat : 32169 (ppfolio) S 32167 32169 32141 0 -1 4202496 501 0 0 0 0 0 0 0 15 0 1 0 421401651 18763776 394 33554432000 4194304 4287625 140734834189456 18446744073709551615 220816256527 0 0 4096 65536 16731797167521398784 0 0 17 4 0 0 0
/proc/32169/statm: 4581 394 345 23 0 91 0
[pid=32170] ppid=32169 vsize=2084476 CPUtime=1274.8 cores=0
/proc/32170/stat : 32170 (cryptominisat) R 32169 32169 32141 0 -1 4202496 190652 0 0 0 127437 43 0 0 25 0 1 0 421401651 2134503424 19082 33554432000 4194304 4587354 140733388299312 18446744073709551615 4238477 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/32170/statm: 521119 19082 337 96 0 517681 0
[pid=32171] ppid=32169 vsize=31728 CPUtime=1273.75 cores=0
/proc/32171/stat : 32171 (clasp) R 32169 32169 32141 0 -1 4202496 5140 0 0 0 127370 5 0 0 25 0 1 0 421401651 32489472 5028 33554432000 4194304 4785740 140733843751040 18446744073709551615 4286976 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/32171/statm: 7932 5028 340 145 0 4977 0
[pid=32172] ppid=32169 vsize=455864 CPUtime=1273.85 cores=0
/proc/32172/stat : 32172 (TNM) R 32169 32169 32141 0 -1 4202496 331 0 0 0 127385 0 0 0 25 0 1 0 421401651 466804736 227 33554432000 134512640 134534564 4290660880 18446744073709551615 134530360 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/32172/statm: 113966 227 103 6 0 112632 0
Current children cumulated CPU time (s) 3822.4
Current children cumulated vsize (KiB) 2590392

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

[startup+3827.9 s]
/proc/loadavg: 6.00 6.00 5.89 7/184 32309
/proc/meminfo: memFree=18589984/32951124 swapFree=67111528/67111528
[pid=32169] ppid=32167 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/32169/stat : 32169 (ppfolio) S 32167 32169 32141 0 -1 4202496 501 0 0 0 0 0 0 0 15 0 1 0 421401651 18763776 394 33554432000 4194304 4287625 140734834189456 18446744073709551615 220816256527 0 0 4096 65536 16731797167521398784 0 0 17 4 0 0 0
/proc/32169/statm: 4581 394 345 23 0 91 0
[pid=32170] ppid=32169 vsize=2084476 CPUtime=1276.65 cores=0
/proc/32170/stat : 32170 (cryptominisat) R 32169 32169 32141 0 -1 4202496 190785 0 0 0 127622 43 0 0 25 0 1 0 421401651 2134503424 19208 33554432000 4194304 4587354 140733388299312 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/32170/statm: 521119 19208 337 96 0 517681 0
[pid=32171] ppid=32169 vsize=31728 CPUtime=1275.6 cores=0
/proc/32171/stat : 32171 (clasp) R 32169 32169 32141 0 -1 4202496 5140 0 0 0 127555 5 0 0 25 0 1 0 421401651 32489472 5028 33554432000 4194304 4785740 140733843751040 18446744073709551615 4287241 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/32171/statm: 7932 5028 340 145 0 4977 0
[pid=32172] ppid=32169 vsize=455864 CPUtime=1275.75 cores=0
/proc/32172/stat : 32172 (TNM) R 32169 32169 32141 0 -1 4202496 331 0 0 0 127575 0 0 0 25 0 1 0 421401651 466804736 227 33554432000 134512640 134534564 4290660880 18446744073709551615 134530573 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/32172/statm: 113966 227 103 6 0 112632 0
Current children cumulated CPU time (s) 3828
Current children cumulated vsize (KiB) 2590392

[startup+3840.7 s]
/proc/loadavg: 6.00 6.00 5.89 7/184 32310
/proc/meminfo: memFree=18588860/32951124 swapFree=67111528/67111528
[pid=32169] ppid=32167 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/32169/stat : 32169 (ppfolio) S 32167 32169 32141 0 -1 4202496 501 0 0 0 0 0 0 0 15 0 1 0 421401651 18763776 394 33554432000 4194304 4287625 140734834189456 18446744073709551615 220816256527 0 0 4096 65536 16731797167521398784 0 0 17 4 0 0 0
/proc/32169/statm: 4581 394 345 23 0 91 0
[pid=32170] ppid=32169 vsize=2084476 CPUtime=1280.89 cores=0
/proc/32170/stat : 32170 (cryptominisat) R 32169 32169 32141 0 -1 4202496 191085 0 0 0 128046 43 0 0 25 0 1 0 421401651 2134503424 19491 33554432000 4194304 4587354 140733388299312 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/32170/statm: 521119 19491 337 96 0 517681 0
[pid=32171] ppid=32169 vsize=31728 CPUtime=1279.9 cores=0
/proc/32171/stat : 32171 (clasp) R 32169 32169 32141 0 -1 4202496 5140 0 0 0 127985 5 0 0 25 0 1 0 421401651 32489472 5028 33554432000 4194304 4785740 140733843751040 18446744073709551615 4553032 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/32171/statm: 7932 5028 340 145 0 4977 0
[pid=32172] ppid=32169 vsize=455864 CPUtime=1280 cores=0
/proc/32172/stat : 32172 (TNM) R 32169 32169 32141 0 -1 4202496 331 0 0 0 128000 0 0 0 25 0 1 0 421401651 466804736 227 33554432000 134512640 134534564 4290660880 18446744073709551615 134530353 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/32172/statm: 113966 227 103 6 0 112632 0
Current children cumulated CPU time (s) 3840.79
Current children cumulated vsize (KiB) 2590392

[startup+3843.9 s]
/proc/loadavg: 6.00 6.00 5.89 7/184 32310
/proc/meminfo: memFree=18588732/32951124 swapFree=67111528/67111528
[pid=32169] ppid=32167 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/32169/stat : 32169 (ppfolio) S 32167 32169 32141 0 -1 4202496 501 0 0 0 0 0 0 0 15 0 1 0 421401651 18763776 394 33554432000 4194304 4287625 140734834189456 18446744073709551615 220816256527 0 0 4096 65536 16731797167521398784 0 0 17 4 0 0 0
/proc/32169/statm: 4581 394 345 23 0 91 0
[pid=32170] ppid=32169 vsize=2084476 CPUtime=1281.99 cores=0
/proc/32170/stat : 32170 (cryptominisat) R 32169 32169 32141 0 -1 4202496 191160 0 0 0 128156 43 0 0 25 0 1 0 421401651 2134503424 19563 33554432000 4194304 4587354 140733388299312 18446744073709551615 4238578 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/32170/statm: 521119 19563 337 96 0 517681 0
[pid=32171] ppid=32169 vsize=31728 CPUtime=1280.95 cores=0
/proc/32171/stat : 32171 (clasp) R 32169 32169 32141 0 -1 4202496 5140 0 0 0 128090 5 0 0 25 0 1 0 421401651 32489472 5028 33554432000 4194304 4785740 140733843751040 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/32171/statm: 7932 5028 340 145 0 4977 0
[pid=32172] ppid=32169 vsize=455864 CPUtime=1281.05 cores=0
/proc/32172/stat : 32172 (TNM) R 32169 32169 32141 0 -1 4202496 331 0 0 0 128105 0 0 0 25 0 1 0 421401651 466804736 227 33554432000 134512640 134534564 4290660880 18446744073709551615 134530568 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/32172/statm: 113966 227 103 6 0 112632 0
Current children cumulated CPU time (s) 3843.99
Current children cumulated vsize (KiB) 2590392

[startup+3847.1 s]
/proc/loadavg: 6.00 6.00 5.89 7/184 32310
/proc/meminfo: memFree=18588484/32951124 swapFree=67111528/67111528
[pid=32169] ppid=32167 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/32169/stat : 32169 (ppfolio) S 32167 32169 32141 0 -1 4202496 501 0 0 0 0 0 0 0 15 0 1 0 421401651 18763776 394 33554432000 4194304 4287625 140734834189456 18446744073709551615 220816256527 0 0 4096 65536 16731797167521398784 0 0 17 4 0 0 0
/proc/32169/statm: 4581 394 345 23 0 91 0
[pid=32170] ppid=32169 vsize=2084476 CPUtime=1283.05 cores=0
/proc/32170/stat : 32170 (cryptominisat) R 32169 32169 32141 0 -1 4202496 191225 0 0 0 128262 43 0 0 25 0 1 0 421401651 2134503424 19626 33554432000 4194304 4587354 140733388299312 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/32170/statm: 521119 19626 337 96 0 517681 0
[pid=32171] ppid=32169 vsize=31728 CPUtime=1282 cores=0
/proc/32171/stat : 32171 (clasp) R 32169 32169 32141 0 -1 4202496 5140 0 0 0 128195 5 0 0 25 0 1 0 421401651 32489472 5028 33554432000 4194304 4785740 140733843751040 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/32171/statm: 7932 5028 340 145 0 4977 0
[pid=32172] ppid=32169 vsize=455864 CPUtime=1282.15 cores=0
/proc/32172/stat : 32172 (TNM) R 32169 32169 32141 0 -1 4202496 331 0 0 0 128215 0 0 0 25 0 1 0 421401651 466804736 227 33554432000 134512640 134534564 4290660880 18446744073709551615 134528991 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/32172/statm: 113966 227 103 6 0 112632 0
Current children cumulated CPU time (s) 3847.2
Current children cumulated vsize (KiB) 2590392

[startup+3847.9 s]
/proc/loadavg: 6.00 6.00 5.89 7/184 32310
/proc/meminfo: memFree=18588360/32951124 swapFree=67111528/67111528
[pid=32169] ppid=32167 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/32169/stat : 32169 (ppfolio) S 32167 32169 32141 0 -1 4202496 501 0 0 0 0 0 0 0 15 0 1 0 421401651 18763776 394 33554432000 4194304 4287625 140734834189456 18446744073709551615 220816256527 0 0 4096 65536 16731797167521398784 0 0 17 4 0 0 0
/proc/32169/statm: 4581 394 345 23 0 91 0
[pid=32170] ppid=32169 vsize=2084476 CPUtime=1283.29 cores=0
/proc/32170/stat : 32170 (cryptominisat) R 32169 32169 32141 0 -1 4202496 191239 0 0 0 128286 43 0 0 25 0 1 0 421401651 2134503424 19638 33554432000 4194304 4587354 140733388299312 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/32170/statm: 521119 19638 337 96 0 517681 0
[pid=32171] ppid=32169 vsize=31728 CPUtime=1282.3 cores=0
/proc/32171/stat : 32171 (clasp) R 32169 32169 32141 0 -1 4202496 5140 0 0 0 128225 5 0 0 25 0 1 0 421401651 32489472 5028 33554432000 4194304 4785740 140733843751040 18446744073709551615 4553283 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/32171/statm: 7932 5028 340 145 0 4977 0
[pid=32172] ppid=32169 vsize=455864 CPUtime=1282.41 cores=0
/proc/32172/stat : 32172 (TNM) R 32169 32169 32141 0 -1 4202496 331 0 0 0 128241 0 0 0 25 0 1 0 421401651 466804736 227 33554432000 134512640 134534564 4290660880 18446744073709551615 134530630 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/32172/statm: 113966 227 103 6 0 112632 0
Current children cumulated CPU time (s) 3848
Current children cumulated vsize (KiB) 2590392

[startup+3848.7 s]
/proc/loadavg: 6.00 6.00 5.89 7/184 32310
/proc/meminfo: memFree=18588236/32951124 swapFree=67111528/67111528
[pid=32169] ppid=32167 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/32169/stat : 32169 (ppfolio) S 32167 32169 32141 0 -1 4202496 501 0 0 0 0 0 0 0 15 0 1 0 421401651 18763776 394 33554432000 4194304 4287625 140734834189456 18446744073709551615 220816256527 0 0 4096 65536 16731797167521398784 0 0 17 4 0 0 0
/proc/32169/statm: 4581 394 345 23 0 91 0
[pid=32170] ppid=32169 vsize=2084476 CPUtime=1283.59 cores=0
/proc/32170/stat : 32170 (cryptominisat) R 32169 32169 32141 0 -1 4202496 191260 0 0 0 128316 43 0 0 25 0 1 0 421401651 2134503424 19657 33554432000 4194304 4587354 140733388299312 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/32170/statm: 521119 19657 337 96 0 517681 0
[pid=32171] ppid=32169 vsize=31728 CPUtime=1282.55 cores=0
/proc/32171/stat : 32171 (clasp) R 32169 32169 32141 0 -1 4202496 5140 0 0 0 128250 5 0 0 25 0 1 0 421401651 32489472 5028 33554432000 4194304 4785740 140733843751040 18446744073709551615 4550460 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/32171/statm: 7932 5028 340 145 0 4977 0
[pid=32172] ppid=32169 vsize=455864 CPUtime=1282.65 cores=0
/proc/32172/stat : 32172 (TNM) R 32169 32169 32141 0 -1 4202496 331 0 0 0 128265 0 0 0 25 0 1 0 421401651 466804736 227 33554432000 134512640 134534564 4290660880 18446744073709551615 134529031 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/32172/statm: 113966 227 103 6 0 112632 0
Current children cumulated CPU time (s) 3848.79
Current children cumulated vsize (KiB) 2590392

[startup+3849.1 s]
/proc/loadavg: 6.00 6.00 5.89 7/184 32310
/proc/meminfo: memFree=18588236/32951124 swapFree=67111528/67111528
[pid=32169] ppid=32167 vsize=18324 CPUtime=2566.46 cores=0,2,4,6
/proc/32169/stat : 32169 (ppfolio) S 32167 32169 32141 0 -1 4202496 502 191598 0 0 0 0 256602 44 15 0 1 0 421401651 18763776 395 33554432000 4194304 4287625 140734834189456 18446744073709551615 220816256527 0 0 4096 65536 4612411150640873471 0 0 17 4 0 0 0
/proc/32169/statm: 4581 395 346 23 0 91 0
[pid=32171] ppid=32169 vsize=0 CPUtime=1282.65 cores=0
/proc/32171/stat : 32171 (clasp) S 32169 32169 32141 0 -1 4202500 5158 0 0 0 128260 5 0 0 25 0 1 0 421401651 0 0 33554432000 0 0 0 0 0 0 2147483391 4096 16386 18446744073709551615 0 0 17 0 0 0 0
/proc/32171/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 3849.11
Current children cumulated vsize (KiB) 18324

[startup+3849.2 s]
/proc/loadavg: 6.00 6.00 5.89 7/184 32310
/proc/meminfo: memFree=18588236/32951124 swapFree=67111528/67111528
[pid=32169] ppid=32167 vsize=18324 CPUtime=2566.46 cores=0,2,4,6
/proc/32169/stat : 32169 (ppfolio) S 32167 32169 32141 0 -1 4202496 502 191598 0 0 0 0 256602 44 15 0 1 0 421401651 18763776 395 33554432000 4194304 4287625 140734834189456 18446744073709551615 220816256527 0 0 4096 65536 4612411150640873471 0 0 17 4 0 0 0
/proc/32169/statm: 4581 395 346 23 0 91 0
[pid=32171] ppid=32169 vsize=0 CPUtime=1282.65 cores=0
/proc/32171/stat : 32171 (clasp) S 32169 32169 32141 0 -1 4202500 5158 0 0 0 128260 5 0 0 25 0 1 0 421401651 0 0 33554432000 0 0 0 0 0 0 2147483391 4096 16386 18446744073709551615 0 0 17 0 0 0 0
/proc/32171/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 3849.11
Current children cumulated vsize (KiB) 18324

Child status: 0
Real time (s): 3849.2
CPU time (s): 3849.13
CPU user time (s): 3848.63
CPU system time (s): 0.498924
CPU usage (%): 99.998
Max. virtual memory (cumulated for all children) (KiB): 4648480

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

runsolver used 6.76797 second user time and 14.1938 second system time

The end

Launcher Data

Begin job on node147 at 2011-04-20 10:57:37
IDJOB=3221242
IDBENCH=82890
IDSOLVER=1639
FILE ID=node147/3221242-1303289857
RUNJOBID= node147-1303289857-32159
PBS_JOBID= 13049606
Free space on /tmp= 72260 MiB

SOLVER NAME= ppfolio seq
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v400-c1704-S1635333981-027.UNKNOWN.cnf
COMMAND LINE= ppfolio --nbcore=1 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3221242-1303289857/watcher-3221242-1303289857 -o /tmp/evaluation-result-3221242-1303289857/solver-3221242-1303289857 -C 5000 -W 5000 -M 15500  ppfolio --nbcore=1 HOME/instance-3221242-1303289857.cnf

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

MD5SUM BENCH= 5ba52a7ac0a84086dc4098f6b5213446
RANDOM SEED=31912257

node147.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.836
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.67
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.836
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.836
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.836
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.836
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.836
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.76
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.836
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.836
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:      18789524 kB
Buffers:        716348 kB
Cached:       13020608 kB
SwapCached:          0 kB
Active:        5618016 kB
Inactive:      8182312 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      18789524 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           10196 kB
Writeback:           0 kB
AnonPages:       62688 kB
Mapped:          14716 kB
Slab:           296184 kB
PageTables:       4268 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   185596 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= 72240 MiB
End job on node147 at 2011-04-20 12:01:47