Trace number 3275747

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 272.174 272.162

General information on the benchmark

Namecrafted/kullmann/VanDerWaerden/VanderWaerden_pd_3k/
VanDerWaerden_pd_2-3-20_381.cnf
MD5SUM7976b5f6c5f2fc75af91292df6b31e76
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark61.0577
Satisfiable
(Un)Satisfiability was proved
Number of variables191
Number of clauses19482
Sum of the clauses size85088
Maximum clause length20
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2253
Number of clauses of size 317631
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 51598

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
272.08/272.15	s UNSATISFIABLE
272.08/272.16	solver [2] clasp 1.3.6 answered
272.08/272.16	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-3275747-1303650281/watcher-3275747-1303650281 -o /tmp/evaluation-result-3275747-1303650281/solver-3275747-1303650281 -C 5000 -W 5100 -M 15500 ppfolio --nbcore=1 HOME/instance-3275747-1303650281.cnf 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.85 1.15 1.56 2/174 21907
/proc/meminfo: memFree=21352124/32950928 swapFree=67111528/67111528
[pid=21907] ppid=21904 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/21907/stat : 21907 (ppfolio) S 21904 21907 20994 0 -1 4202496 497 0 0 0 0 0 0 0 22 0 1 0 476624842 18763776 394 33554432000 4194304 4287625 140735350160112 18446744073709551615 254500711951 0 0 4096 65536 4021075380403142916 0 0 17 4 0 0 0
/proc/21907/statm: 4581 394 345 23 0 91 0

[startup+0.0979849 s]
/proc/loadavg: 0.85 1.15 1.56 2/174 21907
/proc/meminfo: memFree=21352124/32950928 swapFree=67111528/67111528
[pid=21907] ppid=21904 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/21907/stat : 21907 (ppfolio) S 21904 21907 20994 0 -1 4202496 497 0 0 0 0 0 0 0 22 0 1 0 476624842 18763776 394 33554432000 4194304 4287625 140735350160112 18446744073709551615 254500711951 0 0 4096 65536 4021075380403142916 0 0 17 4 0 0 0
/proc/21907/statm: 4581 394 345 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.100978 s]
/proc/loadavg: 0.85 1.15 1.56 2/174 21907
/proc/meminfo: memFree=21352124/32950928 swapFree=67111528/67111528
[pid=21907] ppid=21904 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/21907/stat : 21907 (ppfolio) S 21904 21907 20994 0 -1 4202496 497 0 0 0 0 0 0 0 22 0 1 0 476624842 18763776 394 33554432000 4194304 4287625 140735350160112 18446744073709551615 254500711951 0 0 4096 65536 4021075380403142916 0 0 17 4 0 0 0
/proc/21907/statm: 4581 394 345 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.300943 s]
/proc/loadavg: 0.85 1.15 1.56 2/174 21907
/proc/meminfo: memFree=21352124/32950928 swapFree=67111528/67111528
[pid=21907] ppid=21904 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/21907/stat : 21907 (ppfolio) S 21904 21907 20994 0 -1 4202496 497 0 0 0 0 0 0 0 22 0 1 0 476624842 18763776 394 33554432000 4194304 4287625 140735350160112 18446744073709551615 254500711951 0 0 4096 65536 4021075380403142916 0 0 17 4 0 0 0
/proc/21907/statm: 4581 394 345 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700858 s]
/proc/loadavg: 0.85 1.15 1.56 2/174 21907
/proc/meminfo: memFree=21352124/32950928 swapFree=67111528/67111528
[pid=21907] ppid=21904 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/21907/stat : 21907 (ppfolio) S 21904 21907 20994 0 -1 4202496 497 0 0 0 0 0 0 0 22 0 1 0 476624842 18763776 394 33554432000 4194304 4287625 140735350160112 18446744073709551615 254500711951 0 0 4096 65536 4021075380403142916 0 0 17 4 0 0 0
/proc/21907/statm: 4581 394 345 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50071 s]
/proc/loadavg: 0.85 1.15 1.56 8/184 21917
/proc/meminfo: memFree=21333944/32950928 swapFree=67111528/67111528
[pid=21907] ppid=21904 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/21907/stat : 21907 (ppfolio) S 21904 21907 20994 0 -1 4202496 499 0 0 0 0 0 0 0 15 0 1 0 476624842 18763776 394 33554432000 4194304 4287625 140735350160112 18446744073709551615 254500711951 0 0 4096 65536 12395548295139688448 0 0 17 4 0 0 0
/proc/21907/statm: 4581 394 345 23 0 91 0
[pid=21910] ppid=21907 vsize=27480 CPUtime=0.44 cores=0
/proc/21910/stat : 21910 (cryptominisat) R 21907 21907 20994 0 -1 4202496 2285 0 0 0 44 0 0 0 18 0 1 0 476624842 28139520 1452 33554432000 4194304 4587354 140735086736736 18446744073709551615 4238736 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/21910/statm: 6870 1452 326 96 0 3432 0
[pid=21912] ppid=21907 vsize=13848 CPUtime=0.23 cores=0
/proc/21912/stat : 21912 (clasp) R 21907 21907 20994 0 -1 4202496 1008 0 0 0 23 0 0 0 18 0 1 0 476624842 14180352 824 33554432000 4194304 4785740 140737207407264 18446744073709551615 4553302 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/21912/statm: 3462 824 340 145 0 507 0
[pid=21913] ppid=21907 vsize=453448 CPUtime=0.81 cores=0
/proc/21913/stat : 21913 (TNM) R 21907 21907 20994 0 -1 4202496 729 0 0 0 81 0 0 0 25 0 1 0 476624842 464330752 626 33554432000 134512640 134534564 4287619536 18446744073709551615 134524568 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/21913/statm: 113362 626 91 6 0 112028 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 513100

[startup+3.10038 s]
/proc/loadavg: 0.85 1.15 1.56 8/184 21917
/proc/meminfo: memFree=21330100/32950928 swapFree=67111528/67111528
[pid=21907] ppid=21904 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/21907/stat : 21907 (ppfolio) S 21904 21907 20994 0 -1 4202496 499 0 0 0 0 0 0 0 15 0 1 0 476624842 18763776 394 33554432000 4194304 4287625 140735350160112 18446744073709551615 254500711951 0 0 4096 65536 12395548570017595392 0 0 17 4 0 0 0
/proc/21907/statm: 4581 394 345 23 0 91 0
[pid=21910] ppid=21907 vsize=4326592 CPUtime=1.14 cores=0
/proc/21910/stat : 21910 (cryptominisat) R 21907 21907 20994 0 -1 4202496 2736 0 0 0 114 0 0 0 19 0 1 0 476624842 4430430208 1521 33554432000 4194304 4587354 140735086736736 18446744073709551615 4238314 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/21910/statm: 1081648 1521 327 96 0 1078210 0
[pid=21912] ppid=21907 vsize=15072 CPUtime=0.93 cores=0
/proc/21912/stat : 21912 (clasp) R 21907 21907 20994 0 -1 4202496 1314 0 0 0 93 0 0 0 19 0 1 0 476624842 15433728 1130 33554432000 4194304 4785740 140737207407264 18446744073709551615 4287241 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/21912/statm: 3768 1130 340 145 0 813 0
[pid=21913] ppid=21907 vsize=457572 CPUtime=1.01 cores=0
/proc/21913/stat : 21913 (TNM) R 21907 21907 20994 0 -1 4202496 900 0 0 0 101 0 0 0 25 0 1 0 476624842 468553728 797 33554432000 134512640 134534564 4287619536 18446744073709551615 134530632 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/21913/statm: 114393 797 95 6 0 113059 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 4817560

[startup+6.30074 s]
/proc/loadavg: 1.26 1.23 1.59 8/184 21917
/proc/meminfo: memFree=21324736/32950928 swapFree=67111528/67111528
[pid=21907] ppid=21904 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/21907/stat : 21907 (ppfolio) S 21904 21907 20994 0 -1 4202496 499 0 0 0 0 0 0 0 15 0 1 0 476624842 18763776 394 33554432000 4194304 4287625 140735350160112 18446744073709551615 254500711951 0 0 4096 65536 12395547058189107200 0 0 17 4 0 0 0
/proc/21907/statm: 4581 394 345 23 0 91 0
[pid=21910] ppid=21907 vsize=1463428 CPUtime=2.15 cores=0
/proc/21910/stat : 21910 (cryptominisat) R 21907 21907 20994 0 -1 4202496 3560 0 0 0 215 0 0 0 21 0 1 0 476624842 1498550272 1568 33554432000 4194304 4587354 140735086736736 18446744073709551615 4237665 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/21910/statm: 365857 1568 331 96 0 362419 0
[pid=21912] ppid=21907 vsize=15908 CPUtime=2.02 cores=0
/proc/21912/stat : 21912 (clasp) R 21907 21907 20994 0 -1 4202496 1502 0 0 0 202 0 0 0 21 0 1 0 476624842 16289792 1318 33554432000 4194304 4785740 140737207407264 18446744073709551615 4550365 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/21912/statm: 3977 1318 340 145 0 1022 0
[pid=21913] ppid=21907 vsize=457572 CPUtime=2.11 cores=0
/proc/21913/stat : 21913 (TNM) R 21907 21907 20994 0 -1 4202496 900 0 0 0 211 0 0 0 25 0 1 0 476624842 468553728 797 33554432000 134512640 134534564 4287619536 18446744073709551615 134530630 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/21913/statm: 114393 797 95 6 0 113059 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 1955232

[startup+12.7005 s]
/proc/loadavg: 1.64 1.31 1.61 8/184 21918
/proc/meminfo: memFree=21306916/32950928 swapFree=67111528/67111528
[pid=21907] ppid=21904 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/21907/stat : 21907 (ppfolio) S 21904 21907 20994 0 -1 4202496 499 0 0 0 0 0 0 0 15 0 1 0 476624842 18763776 394 33554432000 4194304 4287625 140735350160112 18446744073709551615 254500711951 0 0 4096 65536 12395548157700734976 0 0 17 4 0 0 0
/proc/21907/statm: 4581 394 345 23 0 91 0
[pid=21910] ppid=21907 vsize=1471192 CPUtime=4.33 cores=0
/proc/21910/stat : 21910 (cryptominisat) R 21907 21907 20994 0 -1 4202496 6326 0 0 0 433 0 0 0 25 0 1 0 476624842 1506500608 3360 33554432000 4194304 4587354 140735086736736 18446744073709551615 4357555 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/21910/statm: 367798 3360 337 96 0 364360 0
[pid=21912] ppid=21907 vsize=17060 CPUtime=4.13 cores=0
/proc/21912/stat : 21912 (clasp) R 21907 21907 20994 0 -1 4202496 1764 0 0 0 413 0 0 0 25 0 1 0 476624842 17469440 1580 33554432000 4194304 4785740 140737207407264 18446744073709551615 4553046 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/21912/statm: 4265 1580 340 145 0 1310 0
[pid=21913] ppid=21907 vsize=457572 CPUtime=4.21 cores=0
/proc/21913/stat : 21913 (TNM) R 21907 21907 20994 0 -1 4202496 900 0 0 0 421 0 0 0 25 0 1 0 476624842 468553728 797 33554432000 134512640 134534564 4287619536 18446744073709551615 134528944 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/21913/statm: 114393 797 95 6 0 113059 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 1964148

[startup+25.5009 s]
/proc/loadavg: 2.60 1.54 1.68 8/184 21918
/proc/meminfo: memFree=21300848/32950928 swapFree=67111528/67111528
[pid=21907] ppid=21904 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/21907/stat : 21907 (ppfolio) S 21904 21907 20994 0 -1 4202496 499 0 0 0 0 0 0 0 15 0 1 0 476624842 18763776 394 33554432000 4194304 4287625 140735350160112 18446744073709551615 254500711951 0 0 4096 65536 12395547058189107200 0 0 17 4 0 0 0
/proc/21907/statm: 4581 394 345 23 0 91 0
[pid=21910] ppid=21907 vsize=1473148 CPUtime=8.55 cores=0
/proc/21910/stat : 21910 (cryptominisat) R 21907 21907 20994 0 -1 4202496 8833 0 0 0 854 1 0 0 25 0 1 0 476624842 1508503552 4127 33554432000 4194304 4587354 140735086736736 18446744073709551615 4237424 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/21910/statm: 368287 4127 337 96 0 364849 0
[pid=21912] ppid=21907 vsize=18476 CPUtime=8.41 cores=0
/proc/21912/stat : 21912 (clasp) R 21907 21907 20994 0 -1 4202496 2096 0 0 0 841 0 0 0 25 0 1 0 476624842 18919424 1912 33554432000 4194304 4785740 140737207407264 18446744073709551615 4286912 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/21912/statm: 4619 1912 340 145 0 1664 0
[pid=21913] ppid=21907 vsize=457572 CPUtime=8.5 cores=0
/proc/21913/stat : 21913 (TNM) R 21907 21907 20994 0 -1 4202496 900 0 0 0 850 0 0 0 25 0 1 0 476624842 468553728 797 33554432000 134512640 134534564 4287619536 18446744073709551615 134530632 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/21913/statm: 114393 797 95 6 0 113059 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 1967520

[startup+51.1008 s]
/proc/loadavg: 3.76 1.90 1.79 8/184 21919
/proc/meminfo: memFree=21285052/32950928 swapFree=67111528/67111528
[pid=21907] ppid=21904 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/21907/stat : 21907 (ppfolio) S 21904 21907 20994 0 -1 4202496 499 0 0 0 0 0 0 0 15 0 1 0 476624842 18763776 394 33554432000 4194304 4287625 140735350160112 18446744073709551615 254500711951 0 0 4096 65536 12395547470505967616 0 0 17 4 0 0 0
/proc/21907/statm: 4581 394 345 23 0 91 0
[pid=21910] ppid=21907 vsize=1482328 CPUtime=17.14 cores=0
/proc/21910/stat : 21910 (cryptominisat) R 21907 21907 20994 0 -1 4202496 13655 0 0 0 1712 2 0 0 25 0 1 0 476624842 1517903872 5522 33554432000 4194304 4587354 140735086736736 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/21910/statm: 370582 5522 337 96 0 367144 0
[pid=21912] ppid=21907 vsize=19860 CPUtime=16.93 cores=0
/proc/21912/stat : 21912 (clasp) R 21907 21907 20994 0 -1 4202496 2415 0 0 0 1693 0 0 0 25 0 1 0 476624842 20336640 2231 33554432000 4194304 4785740 140737207407264 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/21912/statm: 4965 2231 340 145 0 2010 0
[pid=21913] ppid=21907 vsize=457572 CPUtime=17 cores=0
/proc/21913/stat : 21913 (TNM) R 21907 21907 20994 0 -1 4202496 900 0 0 0 1700 0 0 0 25 0 1 0 476624842 468553728 797 33554432000 134512640 134534564 4287619536 18446744073709551615 134529374 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/21913/statm: 114393 797 95 6 0 113059 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 1978084

[startup+102.307 s]
/proc/loadavg: 5.03 2.53 2.01 8/184 21920
/proc/meminfo: memFree=21268660/32950928 swapFree=67111528/67111528
[pid=21907] ppid=21904 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/21907/stat : 21907 (ppfolio) S 21904 21907 20994 0 -1 4202496 499 0 0 0 0 0 0 0 15 0 1 0 476624842 18763776 394 33554432000 4194304 4287625 140735350160112 18446744073709551615 254500711951 0 0 4096 65536 12395548707456548864 0 0 17 4 0 0 0
/proc/21907/statm: 4581 394 345 23 0 91 0
[pid=21910] ppid=21907 vsize=49660 CPUtime=34.18 cores=0
/proc/21910/stat : 21910 (cryptominisat) R 21907 21907 20994 0 -1 4202496 20305 0 0 0 3414 4 0 0 25 0 1 0 476624842 50851840 6653 33554432000 4194304 4587354 140735086736736 18446744073709551615 4237665 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/21910/statm: 12415 6653 337 96 0 8977 0
[pid=21912] ppid=21907 vsize=21416 CPUtime=34.01 cores=0
/proc/21912/stat : 21912 (clasp) R 21907 21907 20994 0 -1 4202496 2806 0 0 0 3401 0 0 0 25 0 1 0 476624842 21929984 2622 33554432000 4194304 4785740 140737207407264 18446744073709551615 4287053 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/21912/statm: 5354 2622 340 145 0 2399 0
[pid=21913] ppid=21907 vsize=457572 CPUtime=34.1 cores=0
/proc/21913/stat : 21913 (TNM) R 21907 21907 20994 0 -1 4202496 900 0 0 0 3410 0 0 0 25 0 1 0 476624842 468553728 797 33554432000 134512640 134534564 4287619536 18446744073709551615 134528726 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/21913/statm: 114393 797 95 6 0 113059 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 546972

[startup+162.301 s]
/proc/loadavg: 5.64 3.16 2.26 8/184 21922
/proc/meminfo: memFree=21257224/32950928 swapFree=67111528/67111528
[pid=21907] ppid=21904 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/21907/stat : 21907 (ppfolio) S 21904 21907 20994 0 -1 4202496 499 0 0 0 0 0 0 0 15 0 1 0 476624842 18763776 394 33554432000 4194304 4287625 140735350160112 18446744073709551615 254500711951 0 0 4096 65536 12395546920750153728 0 0 17 4 0 0 0
/proc/21907/statm: 4581 394 345 23 0 91 0
[pid=21910] ppid=21907 vsize=44664 CPUtime=54.17 cores=0
/proc/21910/stat : 21910 (cryptominisat) R 21907 21907 20994 0 -1 4202496 25560 0 0 0 5412 5 0 0 25 0 1 0 476624842 45735936 7498 33554432000 4194304 4587354 140735086736736 18446744073709551615 4241265 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/21910/statm: 11166 7498 337 96 0 7728 0
[pid=21912] ppid=21907 vsize=23016 CPUtime=54.01 cores=0

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

/proc/21912/statm: 5754 2953 340 145 0 2799 0
[pid=21913] ppid=21907 vsize=457572 CPUtime=54.1 cores=0
/proc/21913/stat : 21913 (TNM) R 21907 21907 20994 0 -1 4202496 900 0 0 0 5410 0 0 0 25 0 1 0 476624842 468553728 797 33554432000 134512640 134534564 4287619536 18446744073709551615 134528955 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/21913/statm: 114393 797 95 6 0 113059 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 543576

[startup+222.301 s]
/proc/loadavg: 5.87 3.67 2.49 8/184 21923
/proc/meminfo: memFree=21251720/32950928 swapFree=67111528/67111528
[pid=21907] ppid=21904 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/21907/stat : 21907 (ppfolio) S 21904 21907 20994 0 -1 4202496 499 0 0 0 0 0 0 0 15 0 1 0 476624842 18763776 394 33554432000 4194304 4287625 140735350160112 18446744073709551615 254500711951 0 0 4096 65536 12395547058189107200 0 0 17 4 0 0 0
/proc/21907/statm: 4581 394 345 23 0 91 0
[pid=21910] ppid=21907 vsize=57044 CPUtime=74.18 cores=0
/proc/21910/stat : 21910 (cryptominisat) R 21907 21907 20994 0 -1 4202496 31434 0 0 0 7412 6 0 0 25 0 1 0 476624842 58413056 8262 33554432000 4194304 4587354 140735086736736 18446744073709551615 4238477 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/21910/statm: 14261 8262 337 96 0 10823 0
[pid=21912] ppid=21907 vsize=24784 CPUtime=74 cores=0
/proc/21912/stat : 21912 (clasp) R 21907 21907 20994 0 -1 4202496 3546 0 0 0 7400 0 0 0 25 0 1 0 476624842 25378816 3362 33554432000 4194304 4785740 140737207407264 18446744073709551615 4553027 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/21912/statm: 6196 3362 340 145 0 3241 0
[pid=21913] ppid=21907 vsize=457572 CPUtime=74.09 cores=0
/proc/21913/stat : 21913 (TNM) R 21907 21907 20994 0 -1 4202496 900 0 0 0 7409 0 0 0 25 0 1 0 476624842 468553728 797 33554432000 134512640 134534564 4287619536 18446744073709551615 134530632 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/21913/statm: 114393 797 95 6 0 113059 0
Current children cumulated CPU time (s) 222.27
Current children cumulated vsize (KiB) 557724

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

[startup+230.301 s]
/proc/loadavg: 5.89 3.75 2.53 8/184 21923
/proc/meminfo: memFree=21243144/32950928 swapFree=67111528/67111528
[pid=21907] ppid=21904 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/21907/stat : 21907 (ppfolio) S 21904 21907 20994 0 -1 4202496 499 0 0 0 0 0 0 0 15 0 1 0 476624842 18763776 394 33554432000 4194304 4287625 140735350160112 18446744073709551615 254500711951 0 0 4096 65536 12395547195628060672 0 0 17 4 0 0 0
/proc/21907/statm: 4581 394 345 23 0 91 0
[pid=21910] ppid=21907 vsize=57044 CPUtime=76.83 cores=0
/proc/21910/stat : 21910 (cryptominisat) R 21907 21907 20994 0 -1 4202496 31924 0 0 0 7677 6 0 0 25 0 1 0 476624842 58413056 8726 33554432000 4194304 4587354 140735086736736 18446744073709551615 4238618 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/21910/statm: 14261 8726 337 96 0 10823 0
[pid=21912] ppid=21907 vsize=24784 CPUtime=76.7 cores=0
/proc/21912/stat : 21912 (clasp) R 21907 21907 20994 0 -1 4202496 3546 0 0 0 7670 0 0 0 25 0 1 0 476624842 25378816 3362 33554432000 4194304 4785740 140737207407264 18446744073709551615 4287153 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/21912/statm: 6196 3362 340 145 0 3241 0
[pid=21913] ppid=21907 vsize=457572 CPUtime=76.75 cores=0
/proc/21913/stat : 21913 (TNM) R 21907 21907 20994 0 -1 4202496 900 0 0 0 7675 0 0 0 25 0 1 0 476624842 468553728 797 33554432000 134512640 134534564 4287619536 18446744073709551615 134530551 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/21913/statm: 114393 797 95 6 0 113059 0
Current children cumulated CPU time (s) 230.28
Current children cumulated vsize (KiB) 557724

[startup+255.901 s]
/proc/loadavg: 5.92 3.93 2.62 8/184 21924
/proc/meminfo: memFree=21242392/32950928 swapFree=67111528/67111528
[pid=21907] ppid=21904 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/21907/stat : 21907 (ppfolio) S 21904 21907 20994 0 -1 4202496 499 0 0 0 0 0 0 0 15 0 1 0 476624842 18763776 394 33554432000 4194304 4287625 140735350160112 18446744073709551615 254500711951 0 0 4096 65536 12395547333067014144 0 0 17 4 0 0 0
/proc/21907/statm: 4581 394 345 23 0 91 0
[pid=21910] ppid=21907 vsize=57164 CPUtime=85.39 cores=0
/proc/21910/stat : 21910 (cryptominisat) R 21907 21907 20994 0 -1 4202496 34658 0 0 0 8533 6 0 0 25 0 1 0 476624842 58535936 8771 33554432000 4194304 4587354 140735086736736 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/21910/statm: 14291 8771 337 96 0 10853 0
[pid=21912] ppid=21907 vsize=24972 CPUtime=85.2 cores=0
/proc/21912/stat : 21912 (clasp) R 21907 21907 20994 0 -1 4202496 3586 0 0 0 8520 0 0 0 25 0 1 0 476624842 25571328 3402 33554432000 4194304 4785740 140737207407264 18446744073709551615 4286941 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/21912/statm: 6243 3402 340 145 0 3288 0
[pid=21913] ppid=21907 vsize=457572 CPUtime=85.29 cores=0
/proc/21913/stat : 21913 (TNM) R 21907 21907 20994 0 -1 4202496 900 0 0 0 8529 0 0 0 25 0 1 0 476624842 468553728 797 33554432000 134512640 134534564 4287619536 18446744073709551615 134528957 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/21913/statm: 114393 797 95 6 0 113059 0
Current children cumulated CPU time (s) 255.88
Current children cumulated vsize (KiB) 558032

[startup+262.301 s]
/proc/loadavg: 5.93 3.96 2.64 8/184 21924
/proc/meminfo: memFree=21240152/32950928 swapFree=67111528/67111528
[pid=21907] ppid=21904 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/21907/stat : 21907 (ppfolio) S 21904 21907 20994 0 -1 4202496 499 0 0 0 0 0 0 0 15 0 1 0 476624842 18763776 394 33554432000 4194304 4287625 140735350160112 18446744073709551615 254500711951 0 0 4096 65536 12395547470505967616 0 0 17 4 0 0 0
/proc/21907/statm: 4581 394 345 23 0 91 0
[pid=21910] ppid=21907 vsize=57228 CPUtime=87.54 cores=0
/proc/21910/stat : 21910 (cryptominisat) R 21907 21907 20994 0 -1 4202496 35660 0 0 0 8747 7 0 0 25 0 1 0 476624842 58601472 8394 33554432000 4194304 4587354 140735086736736 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/21910/statm: 14307 8394 337 96 0 10869 0
[pid=21912] ppid=21907 vsize=24972 CPUtime=87.36 cores=0
/proc/21912/stat : 21912 (clasp) R 21907 21907 20994 0 -1 4202496 3589 0 0 0 8736 0 0 0 25 0 1 0 476624842 25571328 3405 33554432000 4194304 4785740 140737207407264 18446744073709551615 4287050 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/21912/statm: 6243 3405 340 145 0 3288 0
[pid=21913] ppid=21907 vsize=457572 CPUtime=87.39 cores=0
/proc/21913/stat : 21913 (TNM) R 21907 21907 20994 0 -1 4202496 900 0 0 0 8739 0 0 0 25 0 1 0 476624842 468553728 797 33554432000 134512640 134534564 4287619536 18446744073709551615 134528504 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/21913/statm: 114393 797 95 6 0 113059 0
Current children cumulated CPU time (s) 262.29
Current children cumulated vsize (KiB) 558096

[startup+268.7 s]
/proc/loadavg: 5.93 4.00 2.66 7/184 21924
/proc/meminfo: memFree=21236672/32950928 swapFree=67111528/67111528
[pid=21907] ppid=21904 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/21907/stat : 21907 (ppfolio) S 21904 21907 20994 0 -1 4202496 499 0 0 0 0 0 0 0 15 0 1 0 476624842 18763776 394 33554432000 4194304 4287625 140735350160112 18446744073709551615 254500711951 0 0 4096 65536 12395547470505967616 0 0 17 4 0 0 0
/proc/21907/statm: 4581 394 345 23 0 91 0
[pid=21910] ppid=21907 vsize=57228 CPUtime=89.63 cores=0
/proc/21910/stat : 21910 (cryptominisat) R 21907 21907 20994 0 -1 4202496 36026 0 0 0 8956 7 0 0 25 0 1 0 476624842 58601472 8744 33554432000 4194304 4587354 140735086736736 18446744073709551615 4237424 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/21910/statm: 14307 8744 337 96 0 10869 0
[pid=21912] ppid=21907 vsize=24972 CPUtime=89.5 cores=0
/proc/21912/stat : 21912 (clasp) R 21907 21907 20994 0 -1 4202496 3589 0 0 0 8950 0 0 0 25 0 1 0 476624842 25571328 3405 33554432000 4194304 4785740 140737207407264 18446744073709551615 4287150 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/21912/statm: 6243 3405 340 145 0 3288 0
[pid=21913] ppid=21907 vsize=457572 CPUtime=89.55 cores=0
/proc/21913/stat : 21913 (TNM) R 21907 21907 20994 0 -1 4202496 900 0 0 0 8955 0 0 0 25 0 1 0 476624842 468553728 797 33554432000 134512640 134534564 4287619536 18446744073709551615 134528310 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/21913/statm: 114393 797 95 6 0 113059 0
Current children cumulated CPU time (s) 268.68
Current children cumulated vsize (KiB) 558096

[startup+270.301 s]
/proc/loadavg: 5.93 4.00 2.66 8/184 21925
/proc/meminfo: memFree=21236052/32950928 swapFree=67111528/67111528
[pid=21907] ppid=21904 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/21907/stat : 21907 (ppfolio) S 21904 21907 20994 0 -1 4202496 499 0 0 0 0 0 0 0 15 0 1 0 476624842 18763776 394 33554432000 4194304 4287625 140735350160112 18446744073709551615 254500711951 0 0 4096 65536 12395547470505967616 0 0 17 4 0 0 0
/proc/21907/statm: 4581 394 345 23 0 91 0
[pid=21910] ppid=21907 vsize=57228 CPUtime=90.19 cores=0
/proc/21910/stat : 21910 (cryptominisat) R 21907 21907 20994 0 -1 4202496 36119 0 0 0 9012 7 0 0 25 0 1 0 476624842 58601472 8831 33554432000 4194304 4587354 140735086736736 18446744073709551615 4238763 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/21910/statm: 14307 8831 337 96 0 10869 0
[pid=21912] ppid=21907 vsize=24972 CPUtime=90 cores=0
/proc/21912/stat : 21912 (clasp) R 21907 21907 20994 0 -1 4202496 3589 0 0 0 9000 0 0 0 25 0 1 0 476624842 25571328 3405 33554432000 4194304 4785740 140737207407264 18446744073709551615 4553003 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/21912/statm: 6243 3405 340 145 0 3288 0
[pid=21913] ppid=21907 vsize=457572 CPUtime=90.09 cores=0
/proc/21913/stat : 21913 (TNM) R 21907 21907 20994 0 -1 4202496 900 0 0 0 9009 0 0 0 25 0 1 0 476624842 468553728 797 33554432000 134512640 134534564 4287619536 18446744073709551615 134528926 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/21913/statm: 114393 797 95 6 0 113059 0
Current children cumulated CPU time (s) 270.28
Current children cumulated vsize (KiB) 558096

[startup+271.101 s]
/proc/loadavg: 5.94 4.03 2.67 8/184 21925
/proc/meminfo: memFree=21235432/32950928 swapFree=67111528/67111528
[pid=21907] ppid=21904 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/21907/stat : 21907 (ppfolio) S 21904 21907 20994 0 -1 4202496 499 0 0 0 0 0 0 0 15 0 1 0 476624842 18763776 394 33554432000 4194304 4287625 140735350160112 18446744073709551615 254500711951 0 0 4096 65536 12395547470505967616 0 0 17 4 0 0 0
/proc/21907/statm: 4581 394 345 23 0 91 0
[pid=21910] ppid=21907 vsize=57228 CPUtime=90.43 cores=0
/proc/21910/stat : 21910 (cryptominisat) R 21907 21907 20994 0 -1 4202496 36154 0 0 0 9036 7 0 0 25 0 1 0 476624842 58601472 8865 33554432000 4194304 4587354 140735086736736 18446744073709551615 4242711 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/21910/statm: 14307 8865 337 96 0 10869 0
[pid=21912] ppid=21907 vsize=24972 CPUtime=90.3 cores=0
/proc/21912/stat : 21912 (clasp) R 21907 21907 20994 0 -1 4202496 3589 0 0 0 9030 0 0 0 25 0 1 0 476624842 25571328 3405 33554432000 4194304 4785740 140737207407264 18446744073709551615 4552970 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/21912/statm: 6243 3405 340 145 0 3288 0
[pid=21913] ppid=21907 vsize=457572 CPUtime=90.35 cores=0
/proc/21913/stat : 21913 (TNM) R 21907 21907 20994 0 -1 4202496 900 0 0 0 9035 0 0 0 25 0 1 0 476624842 468553728 797 33554432000 134512640 134534564 4287619536 18446744073709551615 134530339 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/21913/statm: 114393 797 95 6 0 113059 0
Current children cumulated CPU time (s) 271.08
Current children cumulated vsize (KiB) 558096

[startup+271.901 s]
/proc/loadavg: 5.94 4.03 2.67 8/184 21925
/proc/meminfo: memFree=21241136/32950928 swapFree=67111528/67111528
[pid=21907] ppid=21904 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/21907/stat : 21907 (ppfolio) S 21904 21907 20994 0 -1 4202496 499 0 0 0 0 0 0 0 15 0 1 0 476624842 18763776 394 33554432000 4194304 4287625 140735350160112 18446744073709551615 254500711951 0 0 4096 65536 12395547470505967616 0 0 17 4 0 0 0
/proc/21907/statm: 4581 394 345 23 0 91 0
[pid=21910] ppid=21907 vsize=57228 CPUtime=90.73 cores=0
/proc/21910/stat : 21910 (cryptominisat) R 21907 21907 20994 0 -1 4202496 36166 0 0 0 9066 7 0 0 25 0 1 0 476624842 58601472 8876 33554432000 4194304 4587354 140735086736736 18446744073709551615 4232256 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/21910/statm: 14307 8876 337 96 0 10869 0
[pid=21912] ppid=21907 vsize=24972 CPUtime=90.56 cores=0
/proc/21912/stat : 21912 (clasp) R 21907 21907 20994 0 -1 4202496 3589 0 0 0 9056 0 0 0 25 0 1 0 476624842 25571328 3405 33554432000 4194304 4785740 140737207407264 18446744073709551615 4287053 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/21912/statm: 6243 3405 340 145 0 3288 0
[pid=21913] ppid=21907 vsize=457572 CPUtime=90.59 cores=0
/proc/21913/stat : 21913 (TNM) R 21907 21907 20994 0 -1 4202496 900 0 0 0 9059 0 0 0 25 0 1 0 476624842 468553728 797 33554432000 134512640 134534564 4287619536 18446744073709551615 134528988 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/21913/statm: 114393 797 95 6 0 113059 0
Current children cumulated CPU time (s) 271.88
Current children cumulated vsize (KiB) 558096

[startup+272.101 s]
/proc/loadavg: 5.94 4.03 2.67 8/184 21925
/proc/meminfo: memFree=21241136/32950928 swapFree=67111528/67111528
[pid=21907] ppid=21904 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/21907/stat : 21907 (ppfolio) S 21904 21907 20994 0 -1 4202496 499 0 0 0 0 0 0 0 15 0 1 0 476624842 18763776 394 33554432000 4194304 4287625 140735350160112 18446744073709551615 254500711951 0 0 4096 65536 12395547470505967616 0 0 17 4 0 0 0
/proc/21907/statm: 4581 394 345 23 0 91 0
[pid=21910] ppid=21907 vsize=57228 CPUtime=90.79 cores=0
/proc/21910/stat : 21910 (cryptominisat) R 21907 21907 20994 0 -1 4202496 36166 0 0 0 9072 7 0 0 25 0 1 0 476624842 58601472 8876 33554432000 4194304 4587354 140735086736736 18446744073709551615 4232230 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/21910/statm: 14307 8876 337 96 0 10869 0
[pid=21912] ppid=21907 vsize=24972 CPUtime=90.6 cores=0
/proc/21912/stat : 21912 (clasp) R 21907 21907 20994 0 -1 4202496 3589 0 0 0 9060 0 0 0 25 0 1 0 476624842 25571328 3405 33554432000 4194304 4785740 140737207407264 18446744073709551615 4291141 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/21912/statm: 6243 3405 340 145 0 3288 0
[pid=21913] ppid=21907 vsize=457572 CPUtime=90.69 cores=0
/proc/21913/stat : 21913 (TNM) R 21907 21907 20994 0 -1 4202496 900 0 0 0 9069 0 0 0 25 0 1 0 476624842 468553728 797 33554432000 134512640 134534564 4287619536 18446744073709551615 134530144 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/21913/statm: 114393 797 95 6 0 113059 0
Current children cumulated CPU time (s) 272.08
Current children cumulated vsize (KiB) 558096

Child status: 0
Real time (s): 272.162
CPU time (s): 272.174
CPU user time (s): 272.087
CPU system time (s): 0.086986
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 4817828

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

runsolver used 0.422935 second user time and 1.06084 second system time

The end

Launcher Data

Begin job on node149 at 2011-04-24 15:04:42
IDJOB=3275747
IDBENCH=83287
IDSOLVER=1639
FILE ID=node149/3275747-1303650281
RUNJOBID= node149-1303650281-21890
PBS_JOBID= 13150699
Free space on /tmp= 72292 MiB

SOLVER NAME= ppfolio seq
BENCH NAME= SAT11/crafted/kullmann/VanDerWaerden/VanderWaerden_pd_3k/VanDerWaerden_pd_2-3-20_381.cnf
COMMAND LINE= ppfolio --nbcore=1 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3275747-1303650281/watcher-3275747-1303650281 -o /tmp/evaluation-result-3275747-1303650281/solver-3275747-1303650281 -C 5000 -W 5100 -M 15500  ppfolio --nbcore=1 HOME/instance-3275747-1303650281.cnf

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

MD5SUM BENCH= 7976b5f6c5f2fc75af91292df6b31e76
RANDOM SEED=339007753

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
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.73
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.806
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.806
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.806
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.806
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:     32950928 kB
MemFree:      21352676 kB
Buffers:       2139300 kB
Cached:        8864976 kB
SwapCached:          0 kB
Active:         652024 kB
Inactive:     10416216 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      21352676 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           22788 kB
Writeback:           0 kB
AnonPages:       63768 kB
Mapped:          14488 kB
Slab:           467096 kB
PageTables:       4748 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   188044 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= 72272 MiB
End job on node149 at 2011-04-24 15:09:14