Trace number 3222430

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 262.571 262.567

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v75-c1597-S1431779634-058.UNKNOWN.cnf
MD5SUMd127ce957526b50c62d4f1f191caa738
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark6.92894
Satisfiable
(Un)Satisfiability was proved
Number of variables75
Number of clauses1597
Sum of the clauses size7985
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 51597
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
262.47/262.56	s UNSATISFIABLE
262.47/262.56	solver [2] clasp 1.3.6 answered
262.47/262.56	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-3222430-1303303986/watcher-3222430-1303303986 -o /tmp/evaluation-result-3222430-1303303986/solver-3222430-1303303986 -C 5000 -W 5000 -M 15500 ppfolio --nbcore=1 HOME/instance-3222430-1303303986.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: 6.00 6.01 5.95 5/180 14181
/proc/meminfo: memFree=13856808/32951124 swapFree=67111528/67111528
[pid=14181] ppid=14179 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/14181/stat : 14181 (ppfolio) S 14179 14181 12748 0 -1 4202496 499 0 0 0 0 0 0 0 25 0 1 0 422814481 18763776 394 33554432000 4194304 4287625 140735465440864 18446744073709551615 233510317583 0 0 4096 65536 4306664729624936708 0 0 17 2 0 0 0
/proc/14181/statm: 4581 394 345 23 0 91 0

[startup+0.070542 s]
/proc/loadavg: 6.00 6.01 5.95 5/180 14181
/proc/meminfo: memFree=13856808/32951124 swapFree=67111528/67111528
[pid=14181] ppid=14179 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/14181/stat : 14181 (ppfolio) S 14179 14181 12748 0 -1 4202496 499 0 0 0 0 0 0 0 25 0 1 0 422814481 18763776 394 33554432000 4194304 4287625 140735465440864 18446744073709551615 233510317583 0 0 4096 65536 4306664729624936708 0 0 17 2 0 0 0
/proc/14181/statm: 4581 394 345 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.100552 s]
/proc/loadavg: 6.00 6.01 5.95 5/180 14181
/proc/meminfo: memFree=13856808/32951124 swapFree=67111528/67111528
[pid=14181] ppid=14179 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/14181/stat : 14181 (ppfolio) S 14179 14181 12748 0 -1 4202496 499 0 0 0 0 0 0 0 25 0 1 0 422814481 18763776 394 33554432000 4194304 4287625 140735465440864 18446744073709551615 233510317583 0 0 4096 65536 4306664729624936708 0 0 17 2 0 0 0
/proc/14181/statm: 4581 394 345 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.300511 s]
/proc/loadavg: 6.00 6.01 5.95 5/180 14181
/proc/meminfo: memFree=13856808/32951124 swapFree=67111528/67111528
[pid=14181] ppid=14179 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/14181/stat : 14181 (ppfolio) S 14179 14181 12748 0 -1 4202496 501 0 0 0 0 0 0 0 17 0 1 0 422814481 18763776 394 33554432000 4194304 4287625 140735465440864 18446744073709551615 233510317583 0 0 4096 65536 0 0 0 17 2 0 0 0
/proc/14181/statm: 4581 394 345 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700444 s]
/proc/loadavg: 6.00 6.01 5.95 5/180 14181
/proc/meminfo: memFree=13856808/32951124 swapFree=67111528/67111528
[pid=14181] ppid=14179 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/14181/stat : 14181 (ppfolio) S 14179 14181 12748 0 -1 4202496 501 0 0 0 0 0 0 0 15 0 1 0 422814481 18763776 394 33554432000 4194304 4287625 140735465440864 18446744073709551615 233510317583 0 0 4096 65536 4676471442559205376 0 0 17 2 0 0 0
/proc/14181/statm: 4581 394 345 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50028 s]
/proc/loadavg: 6.00 6.01 5.95 7/184 14185
/proc/meminfo: memFree=13852932/32951124 swapFree=67111528/67111528
[pid=14181] ppid=14179 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/14181/stat : 14181 (ppfolio) S 14179 14181 12748 0 -1 4202496 501 0 0 0 0 0 0 0 15 0 1 0 422814481 18763776 394 33554432000 4194304 4287625 140735465440864 18446744073709551615 233510317583 0 0 4096 65536 4676469518413856768 0 0 17 2 0 0 0
/proc/14181/statm: 4581 394 345 23 0 91 0
[pid=14182] ppid=14181 vsize=957648 CPUtime=0.5 cores=0
/proc/14182/stat : 14182 (cryptominisat) R 14181 14181 12748 0 -1 4202496 1211 0 0 0 50 0 0 0 25 0 1 0 422814481 980631552 781 33554432000 4194304 4587354 140737269599280 18446744073709551615 4238423 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/14182/statm: 239412 781 327 96 0 235974 0
[pid=14183] ppid=14181 vsize=12840 CPUtime=0.4 cores=0
/proc/14183/stat : 14183 (clasp) R 14181 14181 12748 0 -1 4202496 686 0 0 0 40 0 0 0 25 0 1 0 422814481 13148160 577 33554432000 4194304 4785740 140735314636608 18446744073709551615 4287088 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/14183/statm: 3210 577 340 145 0 255 0
[pid=14184] ppid=14181 vsize=455828 CPUtime=0.59 cores=0
/proc/14184/stat : 14184 (TNM) R 14181 14181 12748 0 -1 4202496 317 0 0 0 59 0 0 0 25 0 1 0 422814481 466767872 213 33554432000 134512640 134534564 4293922208 18446744073709551615 134528918 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/14184/statm: 113957 213 95 6 0 112623 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1444640

[startup+3.101 s]
/proc/loadavg: 6.00 6.01 5.95 7/184 14185
/proc/meminfo: memFree=13852064/32951124 swapFree=67111528/67111528
[pid=14181] ppid=14179 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/14181/stat : 14181 (ppfolio) S 14179 14181 12748 0 -1 4202496 501 0 0 0 0 0 0 0 15 0 1 0 422814481 18763776 394 33554432000 4194304 4287625 140735465440864 18446744073709551615 233510317583 0 0 4096 65536 4676469930730717184 0 0 17 2 0 0 0
/proc/14181/statm: 4581 394 345 23 0 91 0
[pid=14182] ppid=14181 vsize=959096 CPUtime=0.99 cores=0
/proc/14182/stat : 14182 (cryptominisat) R 14181 14181 12748 0 -1 4202496 1785 0 0 0 99 0 0 0 25 0 1 0 422814481 982114304 867 33554432000 4194304 4587354 140737269599280 18446744073709551615 4238692 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/14182/statm: 239774 867 331 96 0 236336 0
[pid=14183] ppid=14181 vsize=13116 CPUtime=0.94 cores=0
/proc/14183/stat : 14183 (clasp) R 14181 14181 12748 0 -1 4202496 752 0 0 0 94 0 0 0 25 0 1 0 422814481 13430784 643 33554432000 4194304 4785740 140735314636608 18446744073709551615 4286912 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/14183/statm: 3279 643 340 145 0 324 0
[pid=14184] ppid=14181 vsize=455828 CPUtime=1.14 cores=0
/proc/14184/stat : 14184 (TNM) R 14181 14181 12748 0 -1 4202496 317 0 0 0 114 0 0 0 25 0 1 0 422814481 466767872 213 33554432000 134512640 134534564 4293922208 18446744073709551615 134530632 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/14184/statm: 113957 213 95 6 0 112623 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 1446364

[startup+6.30043 s]
/proc/loadavg: 6.00 6.01 5.95 7/184 14185
/proc/meminfo: memFree=13846228/32951124 swapFree=67111528/67111528
[pid=14181] ppid=14179 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/14181/stat : 14181 (ppfolio) S 14179 14181 12748 0 -1 4202496 501 0 0 0 0 0 0 0 15 0 1 0 422814481 18763776 394 33554432000 4194304 4287625 140735465440864 18446744073709551615 233510317583 0 0 4096 65536 4676469655852810240 0 0 17 2 0 0 0
/proc/14181/statm: 4581 394 345 23 0 91 0
[pid=14182] ppid=14181 vsize=6221220 CPUtime=2.09 cores=0
/proc/14182/stat : 14182 (cryptominisat) R 14181 14181 12748 0 -1 4202496 3516 0 0 0 209 0 0 0 25 0 1 0 422814481 6370529280 1929 33554432000 4194304 4587354 140737269599280 18446744073709551615 4238763 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/14182/statm: 1555305 1929 337 96 0 1551867 0
[pid=14183] ppid=14181 vsize=13524 CPUtime=1.99 cores=0
/proc/14183/stat : 14183 (clasp) R 14181 14181 12748 0 -1 4202496 838 0 0 0 199 0 0 0 25 0 1 0 422814481 13848576 729 33554432000 4194304 4785740 140735314636608 18446744073709551615 4550931 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/14183/statm: 3381 729 340 145 0 426 0
[pid=14184] ppid=14181 vsize=455828 CPUtime=2.19 cores=0
/proc/14184/stat : 14184 (TNM) R 14181 14181 12748 0 -1 4202496 317 0 0 0 219 0 0 0 25 0 1 0 422814481 466767872 213 33554432000 134512640 134534564 4293922208 18446744073709551615 134529024 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/14184/statm: 113957 213 95 6 0 112623 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 6708896

[startup+12.7013 s]
/proc/loadavg: 6.00 6.01 5.95 7/184 14185
/proc/meminfo: memFree=13844028/32951124 swapFree=67111528/67111528
[pid=14181] ppid=14179 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/14181/stat : 14181 (ppfolio) S 14179 14181 12748 0 -1 4202496 501 0 0 0 0 0 0 0 15 0 1 0 422814481 18763776 394 33554432000 4194304 4287625 140735465440864 18446744073709551615 233510317583 0 0 4096 65536 4676469380974903296 0 0 17 2 0 0 0
/proc/14181/statm: 4581 394 345 23 0 91 0
[pid=14182] ppid=14181 vsize=6223008 CPUtime=4.19 cores=0
/proc/14182/stat : 14182 (cryptominisat) R 14181 14181 12748 0 -1 4202496 4865 0 0 0 419 0 0 0 25 0 1 0 422814481 6372360192 2481 33554432000 4194304 4587354 140737269599280 18446744073709551615 4238406 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/14182/statm: 1555752 2481 337 96 0 1552314 0
[pid=14183] ppid=14181 vsize=13932 CPUtime=4.14 cores=0
/proc/14183/stat : 14183 (clasp) R 14181 14181 12748 0 -1 4202496 946 0 0 0 414 0 0 0 25 0 1 0 422814481 14266368 837 33554432000 4194304 4785740 140735314636608 18446744073709551615 4287028 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/14183/statm: 3483 837 340 145 0 528 0
[pid=14184] ppid=14181 vsize=455828 CPUtime=4.34 cores=0
/proc/14184/stat : 14184 (TNM) R 14181 14181 12748 0 -1 4202496 317 0 0 0 434 0 0 0 25 0 1 0 422814481 466767872 213 33554432000 134512640 134534564 4293922208 18446744073709551615 134530701 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/14184/statm: 113957 213 95 6 0 112623 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 6711092

[startup+25.5009 s]
/proc/loadavg: 6.00 6.01 5.95 7/184 14186
/proc/meminfo: memFree=13843020/32951124 swapFree=67111528/67111528
[pid=14181] ppid=14179 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/14181/stat : 14181 (ppfolio) S 14179 14181 12748 0 -1 4202496 501 0 0 0 0 0 0 0 15 0 1 0 422814481 18763776 394 33554432000 4194304 4287625 140735465440864 18446744073709551615 233510317583 0 0 4096 65536 4676469655852810240 0 0 17 2 0 0 0
/proc/14181/statm: 4581 394 345 23 0 91 0
[pid=14182] ppid=14181 vsize=966704 CPUtime=8.49 cores=0
/proc/14182/stat : 14182 (cryptominisat) R 14181 14181 12748 0 -1 4202496 6923 0 0 0 848 1 0 0 25 0 1 0 422814481 989904896 2652 33554432000 4194304 4587354 140737269599280 18446744073709551615 4238522 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/14182/statm: 241676 2652 337 96 0 238238 0
[pid=14183] ppid=14181 vsize=14504 CPUtime=8.39 cores=0
/proc/14183/stat : 14183 (clasp) R 14181 14181 12748 0 -1 4202496 1087 0 0 0 839 0 0 0 25 0 1 0 422814481 14852096 978 33554432000 4194304 4785740 140735314636608 18446744073709551615 4538896 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/14183/statm: 3626 978 340 145 0 671 0
[pid=14184] ppid=14181 vsize=455828 CPUtime=8.59 cores=0
/proc/14184/stat : 14184 (TNM) R 14181 14181 12748 0 -1 4202496 317 0 0 0 859 0 0 0 25 0 1 0 422814481 466767872 213 33554432000 134512640 134534564 4293922208 18446744073709551615 134528476 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/14184/statm: 113957 213 95 6 0 112623 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 1455360

[startup+51.1003 s]
/proc/loadavg: 6.00 6.01 5.95 7/184 14187
/proc/meminfo: memFree=13829796/32951124 swapFree=67111528/67111528
[pid=14181] ppid=14179 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/14181/stat : 14181 (ppfolio) S 14179 14181 12748 0 -1 4202496 501 0 0 0 0 0 0 0 15 0 1 0 422814481 18763776 394 33554432000 4194304 4287625 140735465440864 18446744073709551615 233510317583 0 0 4096 65536 0 0 0 17 2 0 0 0
/proc/14181/statm: 4581 394 345 23 0 91 0
[pid=14182] ppid=14181 vsize=6227608 CPUtime=16.99 cores=0
/proc/14182/stat : 14182 (cryptominisat) R 14181 14181 12748 0 -1 4202496 11158 0 0 0 1697 2 0 0 25 0 1 0 422814481 6377070592 3869 33554432000 4194304 4587354 140737269599280 18446744073709551615 4238654 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/14182/statm: 1556902 3869 337 96 0 1553464 0
[pid=14183] ppid=14181 vsize=15092 CPUtime=16.94 cores=0
/proc/14183/stat : 14183 (clasp) R 14181 14181 12748 0 -1 4202496 1213 0 0 0 1694 0 0 0 25 0 1 0 422814481 15454208 1104 33554432000 4194304 4785740 140735314636608 18446744073709551615 4287038 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/14183/statm: 3773 1104 340 145 0 818 0
[pid=14184] ppid=14181 vsize=455828 CPUtime=17.14 cores=0
/proc/14184/stat : 14184 (TNM) R 14181 14181 12748 0 -1 4202496 317 0 0 0 1714 0 0 0 25 0 1 0 422814481 466767872 213 33554432000 134512640 134534564 4293922208 18446744073709551615 134528511 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/14184/statm: 113957 213 95 6 0 112623 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 6716852

[startup+102.306 s]
/proc/loadavg: 6.00 6.00 5.95 7/184 14188
/proc/meminfo: memFree=13823316/32951124 swapFree=67111528/67111528
[pid=14181] ppid=14179 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/14181/stat : 14181 (ppfolio) S 14179 14181 12748 0 -1 4202496 501 0 0 0 0 0 0 0 15 0 1 0 422814481 18763776 394 33554432000 4194304 4287625 140735465440864 18446744073709551615 233510317583 0 0 4096 65536 4676469380974903296 0 0 17 2 0 0 0
/proc/14181/statm: 4581 394 345 23 0 91 0
[pid=14182] ppid=14181 vsize=6235788 CPUtime=34.09 cores=0
/proc/14182/stat : 14182 (cryptominisat) R 14181 14181 12748 0 -1 4202496 17901 0 0 0 3406 3 0 0 25 0 1 0 422814481 6385446912 5833 33554432000 4194304 4587354 140737269599280 18446744073709551615 4231884 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/14182/statm: 1558947 5833 337 96 0 1555509 0
[pid=14183] ppid=14181 vsize=16156 CPUtime=33.99 cores=0
/proc/14183/stat : 14183 (clasp) R 14181 14181 12748 0 -1 4202496 1467 0 0 0 3399 0 0 0 25 0 1 0 422814481 16543744 1358 33554432000 4194304 4785740 140735314636608 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/14183/statm: 4039 1358 340 145 0 1084 0
[pid=14184] ppid=14181 vsize=455828 CPUtime=34.2 cores=0
/proc/14184/stat : 14184 (TNM) R 14181 14181 12748 0 -1 4202496 317 0 0 0 3420 0 0 0 25 0 1 0 422814481 466767872 213 33554432000 134512640 134534564 4293922208 18446744073709551615 134528824 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/14184/statm: 113957 213 95 6 0 112623 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 6726096

[startup+162.3 s]
/proc/loadavg: 6.00 6.00 5.95 7/184 14189
/proc/meminfo: memFree=13827772/32951124 swapFree=67111528/67111528
[pid=14181] ppid=14179 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/14181/stat : 14181 (ppfolio) S 14179 14181 12748 0 -1 4202496 501 0 0 0 0 0 0 0 15 0 1 0 422814481 18763776 394 33554432000 4194304 4287625 140735465440864 18446744073709551615 233510317583 0 0 4096 65536 4676469655852810240 0 0 17 2 0 0 0
/proc/14181/statm: 4581 394 345 23 0 91 0
[pid=14182] ppid=14181 vsize=977868 CPUtime=54.08 cores=0
/proc/14182/stat : 14182 (cryptominisat) R 14181 14181 12748 0 -1 4202496 24029 0 0 0 5404 4 0 0 25 0 1 0 422814481 1001336832 5503 33554432000 4194304 4587354 140737269599280 18446744073709551615 4238955 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/14182/statm: 244467 5503 337 96 0 241029 0
[pid=14183] ppid=14181 vsize=17208 CPUtime=53.99 cores=0

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

/proc/14183/statm: 4302 1586 341 145 0 1347 0
[pid=14184] ppid=14181 vsize=455828 CPUtime=54.2 cores=0
/proc/14184/stat : 14184 (TNM) R 14181 14181 12748 0 -1 4202496 317 0 0 0 5420 0 0 0 25 0 1 0 422814481 466767872 213 33554432000 134512640 134534564 4293922208 18446744073709551615 134528993 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/14184/statm: 113957 213 95 6 0 112623 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 1469228

[startup+222.301 s]
/proc/loadavg: 6.00 6.00 5.95 7/184 14191
/proc/meminfo: memFree=13818064/32951124 swapFree=67111528/67111528
[pid=14181] ppid=14179 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/14181/stat : 14181 (ppfolio) S 14179 14181 12748 0 -1 4202496 501 0 0 0 0 0 0 0 16 0 1 0 422814481 18763776 394 33554432000 4194304 4287625 140735465440864 18446744073709551615 233510317583 0 0 4096 65536 4676471442559205376 0 0 17 2 0 0 0
/proc/14181/statm: 4581 394 345 23 0 91 0
[pid=14182] ppid=14181 vsize=986220 CPUtime=74.08 cores=0
/proc/14182/stat : 14182 (cryptominisat) R 14181 14181 12748 0 -1 4202496 29818 0 0 0 7403 5 0 0 25 0 1 0 422814481 1009889280 7819 33554432000 4194304 4587354 140737269599280 18446744073709551615 4238965 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/14182/statm: 246555 7819 337 96 0 243117 0
[pid=14183] ppid=14181 vsize=17680 CPUtime=73.98 cores=0
/proc/14183/stat : 14183 (clasp) R 14181 14181 12748 0 -1 4202496 1821 0 0 0 7398 0 0 0 25 0 1 0 422814481 18104320 1712 33554432000 4194304 4785740 140735314636608 18446744073709551615 4287013 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/14183/statm: 4420 1712 341 145 0 1465 0
[pid=14184] ppid=14181 vsize=455828 CPUtime=74.21 cores=0
/proc/14184/stat : 14184 (TNM) R 14181 14181 12748 0 -1 4202496 317 0 0 0 7421 0 0 0 25 0 1 0 422814481 466767872 213 33554432000 134512640 134534564 4293922208 18446744073709551615 134528824 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/14184/statm: 113957 213 95 6 0 112623 0
Current children cumulated CPU time (s) 222.27
Current children cumulated vsize (KiB) 1478052

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

[startup+230.301 s]
/proc/loadavg: 6.00 6.00 5.95 7/184 14191
/proc/meminfo: memFree=13818800/32951124 swapFree=67111528/67111528
[pid=14181] ppid=14179 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/14181/stat : 14181 (ppfolio) S 14179 14181 12748 0 -1 4202496 501 0 0 0 0 0 0 0 16 0 1 0 422814481 18763776 394 33554432000 4194304 4287625 140735465440864 18446744073709551615 233510317583 0 0 4096 65536 4676471442559205376 0 0 17 2 0 0 0
/proc/14181/statm: 4581 394 345 23 0 91 0
[pid=14182] ppid=14181 vsize=986280 CPUtime=76.77 cores=0
/proc/14182/stat : 14182 (cryptominisat) R 14181 14181 12748 0 -1 4202496 30681 0 0 0 7671 6 0 0 25 0 1 0 422814481 1009950720 7564 33554432000 4194304 4587354 140737269599280 18446744073709551615 4238477 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/14182/statm: 246570 7564 337 96 0 243132 0
[pid=14183] ppid=14181 vsize=17680 CPUtime=76.68 cores=0
/proc/14183/stat : 14183 (clasp) R 14181 14181 12748 0 -1 4202496 1822 0 0 0 7668 0 0 0 25 0 1 0 422814481 18104320 1713 33554432000 4194304 4785740 140735314636608 18446744073709551615 4287241 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/14183/statm: 4420 1713 341 145 0 1465 0
[pid=14184] ppid=14181 vsize=455828 CPUtime=76.83 cores=0
/proc/14184/stat : 14184 (TNM) R 14181 14181 12748 0 -1 4202496 317 0 0 0 7683 0 0 0 25 0 1 0 422814481 466767872 213 33554432000 134512640 134534564 4293922208 18446744073709551615 134528726 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/14184/statm: 113957 213 95 6 0 112623 0
Current children cumulated CPU time (s) 230.28
Current children cumulated vsize (KiB) 1478112

[startup+243.107 s]
/proc/loadavg: 6.00 6.00 5.95 7/184 14192
/proc/meminfo: memFree=13818916/32951124 swapFree=67111528/67111528
[pid=14181] ppid=14179 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/14181/stat : 14181 (ppfolio) S 14179 14181 12748 0 -1 4202496 501 0 0 0 0 0 0 0 15 0 1 0 422814481 18763776 394 33554432000 4194304 4287625 140735465440864 18446744073709551615 233510317583 0 0 4096 65536 4676469380974903296 0 0 17 2 0 0 0
/proc/14181/statm: 4581 394 345 23 0 91 0
[pid=14182] ppid=14181 vsize=6244636 CPUtime=80.98 cores=0
/proc/14182/stat : 14182 (cryptominisat) R 14181 14181 12748 0 -1 4202496 31734 0 0 0 8092 6 0 0 25 0 1 0 422814481 6394507264 7463 33554432000 4194304 4587354 140737269599280 18446744073709551615 4238593 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/14182/statm: 1561159 7463 337 96 0 1557721 0
[pid=14183] ppid=14181 vsize=17680 CPUtime=80.97 cores=0
/proc/14183/stat : 14183 (clasp) R 14181 14181 12748 0 -1 4202496 1840 0 0 0 8097 0 0 0 25 0 1 0 422814481 18104320 1731 33554432000 4194304 4785740 140735314636608 18446744073709551615 4286973 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/14183/statm: 4420 1731 341 145 0 1465 0
[pid=14184] ppid=14181 vsize=455828 CPUtime=81.12 cores=0
/proc/14184/stat : 14184 (TNM) R 14181 14181 12748 0 -1 4202496 317 0 0 0 8112 0 0 0 25 0 1 0 422814481 466767872 213 33554432000 134512640 134534564 4293922208 18446744073709551615 134528558 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/14184/statm: 113957 213 95 6 0 112623 0
Current children cumulated CPU time (s) 243.07
Current children cumulated vsize (KiB) 6736468

[startup+255.901 s]
/proc/loadavg: 6.00 6.00 5.95 7/184 14192
/proc/meminfo: memFree=13812336/32951124 swapFree=67111528/67111528
[pid=14181] ppid=14179 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/14181/stat : 14181 (ppfolio) S 14179 14181 12748 0 -1 4202496 501 0 0 0 0 0 0 0 15 0 1 0 422814481 18763776 394 33554432000 4194304 4287625 140735465440864 18446744073709551615 233510317583 0 0 4096 65536 4676469380974903296 0 0 17 2 0 0 0
/proc/14181/statm: 4581 394 345 23 0 91 0
[pid=14182] ppid=14181 vsize=6244636 CPUtime=85.28 cores=0
/proc/14182/stat : 14182 (cryptominisat) R 14181 14181 12748 0 -1 4202496 32403 0 0 0 8522 6 0 0 25 0 1 0 422814481 6394507264 8116 33554432000 4194304 4587354 140737269599280 18446744073709551615 4237684 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/14182/statm: 1561159 8116 337 96 0 1557721 0
[pid=14183] ppid=14181 vsize=17848 CPUtime=85.18 cores=0
/proc/14183/stat : 14183 (clasp) R 14181 14181 12748 0 -1 4202496 1866 0 0 0 8518 0 0 0 25 0 1 0 422814481 18276352 1757 33554432000 4194304 4785740 140735314636608 18446744073709551615 4287055 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/14183/statm: 4462 1757 341 145 0 1507 0
[pid=14184] ppid=14181 vsize=455828 CPUtime=85.41 cores=0
/proc/14184/stat : 14184 (TNM) R 14181 14181 12748 0 -1 4202496 317 0 0 0 8541 0 0 0 25 0 1 0 422814481 466767872 213 33554432000 134512640 134534564 4293922208 18446744073709551615 134530151 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/14184/statm: 113957 213 95 6 0 112623 0
Current children cumulated CPU time (s) 255.87
Current children cumulated vsize (KiB) 6736636

[startup+259.101 s]
/proc/loadavg: 6.00 6.00 5.95 7/184 14192
/proc/meminfo: memFree=13811340/32951124 swapFree=67111528/67111528
[pid=14181] ppid=14179 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/14181/stat : 14181 (ppfolio) S 14179 14181 12748 0 -1 4202496 501 0 0 0 0 0 0 0 15 0 1 0 422814481 18763776 394 33554432000 4194304 4287625 140735465440864 18446744073709551615 233510317583 0 0 4096 65536 4676469380974903296 0 0 17 2 0 0 0
/proc/14181/statm: 4581 394 345 23 0 91 0
[pid=14182] ppid=14181 vsize=6244700 CPUtime=86.37 cores=0
/proc/14182/stat : 14182 (cryptominisat) R 14181 14181 12748 0 -1 4202496 32984 0 0 0 8631 6 0 0 25 0 1 0 422814481 6394572800 7506 33554432000 4194304 4587354 140737269599280 18446744073709551615 4239308 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/14182/statm: 1561175 7506 337 96 0 1557737 0
[pid=14183] ppid=14181 vsize=17848 CPUtime=86.28 cores=0
/proc/14183/stat : 14183 (clasp) R 14181 14181 12748 0 -1 4202496 1876 0 0 0 8628 0 0 0 25 0 1 0 422814481 18276352 1767 33554432000 4194304 4785740 140735314636608 18446744073709551615 4553375 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/14183/statm: 4462 1767 341 145 0 1507 0
[pid=14184] ppid=14181 vsize=455828 CPUtime=86.42 cores=0
/proc/14184/stat : 14184 (TNM) R 14181 14181 12748 0 -1 4202496 317 0 0 0 8642 0 0 0 25 0 1 0 422814481 466767872 213 33554432000 134512640 134534564 4293922208 18446744073709551615 134528875 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/14184/statm: 113957 213 95 6 0 112623 0
Current children cumulated CPU time (s) 259.07
Current children cumulated vsize (KiB) 6736700

[startup+260.707 s]
/proc/loadavg: 6.00 6.00 5.95 7/184 14192
/proc/meminfo: memFree=13813076/32951124 swapFree=67111528/67111528
[pid=14181] ppid=14179 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/14181/stat : 14181 (ppfolio) S 14179 14181 12748 0 -1 4202496 501 0 0 0 0 0 0 0 15 0 1 0 422814481 18763776 394 33554432000 4194304 4287625 140735465440864 18446744073709551615 233510317583 0 0 4096 65536 4676469380974903296 0 0 17 2 0 0 0
/proc/14181/statm: 4581 394 345 23 0 91 0
[pid=14182] ppid=14181 vsize=6244700 CPUtime=86.88 cores=0
/proc/14182/stat : 14182 (cryptominisat) R 14181 14181 12748 0 -1 4202496 33076 0 0 0 8682 6 0 0 25 0 1 0 422814481 6394572800 7596 33554432000 4194304 4587354 140737269599280 18446744073709551615 4238755 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/14182/statm: 1561175 7596 337 96 0 1557737 0
[pid=14183] ppid=14181 vsize=18016 CPUtime=86.78 cores=0
/proc/14183/stat : 14183 (clasp) R 14181 14181 12748 0 -1 4202496 1886 0 0 0 8678 0 0 0 25 0 1 0 422814481 18448384 1777 33554432000 4194304 4785740 140735314636608 18446744073709551615 4553396 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/14183/statm: 4504 1777 341 145 0 1549 0
[pid=14184] ppid=14181 vsize=455828 CPUtime=87.02 cores=0
/proc/14184/stat : 14184 (TNM) R 14181 14181 12748 0 -1 4202496 317 0 0 0 8702 0 0 0 25 0 1 0 422814481 466767872 213 33554432000 134512640 134534564 4293922208 18446744073709551615 134530606 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/14184/statm: 113957 213 95 6 0 112623 0
Current children cumulated CPU time (s) 260.68
Current children cumulated vsize (KiB) 6736868

[startup+261.501 s]
/proc/loadavg: 6.00 6.00 5.95 7/184 14192
/proc/meminfo: memFree=13813076/32951124 swapFree=67111528/67111528
[pid=14181] ppid=14179 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/14181/stat : 14181 (ppfolio) S 14179 14181 12748 0 -1 4202496 501 0 0 0 0 0 0 0 15 0 1 0 422814481 18763776 394 33554432000 4194304 4287625 140735465440864 18446744073709551615 233510317583 0 0 4096 65536 4676469380974903296 0 0 17 2 0 0 0
/proc/14181/statm: 4581 394 345 23 0 91 0
[pid=14182] ppid=14181 vsize=6244700 CPUtime=87.16 cores=0
/proc/14182/stat : 14182 (cryptominisat) R 14181 14181 12748 0 -1 4202496 33120 0 0 0 8710 6 0 0 25 0 1 0 422814481 6394572800 7639 33554432000 4194304 4587354 140737269599280 18446744073709551615 4238770 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/14182/statm: 1561175 7639 337 96 0 1557737 0
[pid=14183] ppid=14181 vsize=18016 CPUtime=87.08 cores=0
/proc/14183/stat : 14183 (clasp) R 14181 14181 12748 0 -1 4202496 1886 0 0 0 8708 0 0 0 25 0 1 0 422814481 18448384 1777 33554432000 4194304 4785740 140735314636608 18446744073709551615 4287076 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/14183/statm: 4504 1777 341 145 0 1549 0
[pid=14184] ppid=14181 vsize=455828 CPUtime=87.22 cores=0
/proc/14184/stat : 14184 (TNM) R 14181 14181 12748 0 -1 4202496 317 0 0 0 8722 0 0 0 25 0 1 0 422814481 466767872 213 33554432000 134512640 134534564 4293922208 18446744073709551615 134530630 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/14184/statm: 113957 213 95 6 0 112623 0
Current children cumulated CPU time (s) 261.46
Current children cumulated vsize (KiB) 6736868

[startup+262.3 s]
/proc/loadavg: 6.00 6.00 5.95 7/184 14192
/proc/meminfo: memFree=13812828/32951124 swapFree=67111528/67111528
[pid=14181] ppid=14179 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/14181/stat : 14181 (ppfolio) S 14179 14181 12748 0 -1 4202496 501 0 0 0 0 0 0 0 15 0 1 0 422814481 18763776 394 33554432000 4194304 4287625 140735465440864 18446744073709551615 233510317583 0 0 4096 65536 4676469380974903296 0 0 17 2 0 0 0
/proc/14181/statm: 4581 394 345 23 0 91 0
[pid=14182] ppid=14181 vsize=6244700 CPUtime=87.38 cores=0
/proc/14182/stat : 14182 (cryptominisat) R 14181 14181 12748 0 -1 4202496 33150 0 0 0 8732 6 0 0 25 0 1 0 422814481 6394572800 7669 33554432000 4194304 4587354 140737269599280 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/14182/statm: 1561175 7669 337 96 0 1557737 0
[pid=14183] ppid=14181 vsize=18016 CPUtime=87.37 cores=0
/proc/14183/stat : 14183 (clasp) R 14181 14181 12748 0 -1 4202496 1886 0 0 0 8737 0 0 0 25 0 1 0 422814481 18448384 1777 33554432000 4194304 4785740 140735314636608 18446744073709551615 4287058 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/14183/statm: 4504 1777 341 145 0 1549 0
[pid=14184] ppid=14181 vsize=455828 CPUtime=87.52 cores=0
/proc/14184/stat : 14184 (TNM) R 14181 14181 12748 0 -1 4202496 317 0 0 0 8752 0 0 0 25 0 1 0 422814481 466767872 213 33554432000 134512640 134534564 4293922208 18446744073709551615 134530339 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/14184/statm: 113957 213 95 6 0 112623 0
Current children cumulated CPU time (s) 262.27
Current children cumulated vsize (KiB) 6736868

[startup+262.5 s]
/proc/loadavg: 6.00 6.00 5.95 7/184 14192
/proc/meminfo: memFree=13812828/32951124 swapFree=67111528/67111528
[pid=14181] ppid=14179 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/14181/stat : 14181 (ppfolio) S 14179 14181 12748 0 -1 4202496 501 0 0 0 0 0 0 0 15 0 1 0 422814481 18763776 394 33554432000 4194304 4287625 140735465440864 18446744073709551615 233510317583 0 0 4096 65536 4676469380974903296 0 0 17 2 0 0 0
/proc/14181/statm: 4581 394 345 23 0 91 0
[pid=14182] ppid=14181 vsize=6244700 CPUtime=87.48 cores=0
/proc/14182/stat : 14182 (cryptominisat) R 14181 14181 12748 0 -1 4202496 33166 0 0 0 8742 6 0 0 25 0 1 0 422814481 6394572800 7684 33554432000 4194304 4587354 140737269599280 18446744073709551615 4238611 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/14182/statm: 1561175 7684 337 96 0 1557737 0
[pid=14183] ppid=14181 vsize=18016 CPUtime=87.38 cores=0
/proc/14183/stat : 14183 (clasp) R 14181 14181 12748 0 -1 4202496 1886 0 0 0 8738 0 0 0 25 0 1 0 422814481 18448384 1777 33554432000 4194304 4785740 140735314636608 18446744073709551615 4287140 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/14183/statm: 4504 1777 341 145 0 1549 0
[pid=14184] ppid=14181 vsize=455828 CPUtime=87.61 cores=0
/proc/14184/stat : 14184 (TNM) R 14181 14181 12748 0 -1 4202496 317 0 0 0 8761 0 0 0 25 0 1 0 422814481 466767872 213 33554432000 134512640 134534564 4293922208 18446744073709551615 134528960 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/14184/statm: 113957 213 95 6 0 112623 0
Current children cumulated CPU time (s) 262.47
Current children cumulated vsize (KiB) 6736868

Child status: 0
Real time (s): 262.567
CPU time (s): 262.571
CPU user time (s): 262.49
CPU system time (s): 0.080987
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 7680168

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

runsolver used 0.433934 second user time and 0.861868 second system time

The end

Launcher Data

Begin job on node145 at 2011-04-20 14:53:06
IDJOB=3222430
IDBENCH=83088
IDSOLVER=1639
FILE ID=node145/3222430-1303303986
RUNJOBID= node145-1303288626-12766
PBS_JOBID= 13049591
Free space on /tmp= 71580 MiB

SOLVER NAME= ppfolio seq
BENCH NAME= SAT11/random/medium/unif-k5-r21.3-v75-c1597-S1431779634-058.UNKNOWN.cnf
COMMAND LINE= ppfolio --nbcore=1 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3222430-1303303986/watcher-3222430-1303303986 -o /tmp/evaluation-result-3222430-1303303986/solver-3222430-1303303986 -C 5000 -W 5000 -M 15500  ppfolio --nbcore=1 HOME/instance-3222430-1303303986.cnf

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

MD5SUM BENCH= d127ce957526b50c62d4f1f191caa738
RANDOM SEED=370438387

node145.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.786
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.57
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.786
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.76
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.786
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.74
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.786
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.83
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.786
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.786
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.74
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.786
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.84
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.786
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.77
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      13857212 kB
Buffers:        724708 kB
Cached:       17885532 kB
SwapCached:          0 kB
Active:        8714396 kB
Inactive:     10021296 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      13857212 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           10132 kB
Writeback:           0 kB
AnonPages:      125288 kB
Mapped:          16800 kB
Slab:           294092 kB
PageTables:       4844 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  2111176 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= 71572 MiB
End job on node145 at 2011-04-20 14:57:29