Trace number 3275752

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 642.705 642.677

General information on the benchmark

Namecrafted/kullmann/VanDerWaerden/VanderWaerden_pd_3k/
VanDerWaerden_pd_2-3-20_390.cnf
MD5SUM9f9afdb81b528e7852015fad23de6353
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark178.147
Satisfiable
(Un)Satisfiability was proved
Number of variables195
Number of clauses20607
Sum of the clauses size92222
Maximum clause length20
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 265
Number of clauses of size 318744
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 51798

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) 1
0.00/0.00	Starting clasp 1.3.6 on core(s) 1
0.00/0.00	Starting TNM 2009 on core(s) 1
642.60/642.67	s UNSATISFIABLE
642.60/642.67	solver [2] clasp 1.3.6 answered
642.60/642.67	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-3275752-1303650281/watcher-3275752-1303650281 -o /tmp/evaluation-result-3275752-1303650281/solver-3275752-1303650281 -C 5000 -W 5100 -M 15500 ppfolio --nbcore=1 HOME/instance-3275752-1303650281.cnf 

running on 4 cores: 1,3,5,7

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 4/176 21909
/proc/meminfo: memFree=21352108/32950928 swapFree=67111528/67111528
[pid=21909] ppid=21905 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/21909/stat : 21909 (ppfolio) S 21905 21909 20994 0 -1 4202496 499 0 0 0 0 0 0 0 18 0 1 0 476624842 18763776 394 33554432000 4194304 4287625 140735387617392 18446744073709551615 254500711951 0 0 4096 65536 4046683281091952904 0 0 17 1 0 0 0
/proc/21909/statm: 4581 394 345 23 0 91 0

[startup+0.0977299 s]
/proc/loadavg: 0.85 1.15 1.56 4/176 21909
/proc/meminfo: memFree=21352108/32950928 swapFree=67111528/67111528
[pid=21909] ppid=21905 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/21909/stat : 21909 (ppfolio) S 21905 21909 20994 0 -1 4202496 499 0 0 0 0 0 0 0 18 0 1 0 476624842 18763776 394 33554432000 4194304 4287625 140735387617392 18446744073709551615 254500711951 0 0 4096 65536 4046683281091952904 0 0 17 1 0 0 0
/proc/21909/statm: 4581 394 345 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.100729 s]
/proc/loadavg: 0.85 1.15 1.56 4/176 21909
/proc/meminfo: memFree=21352108/32950928 swapFree=67111528/67111528
[pid=21909] ppid=21905 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/21909/stat : 21909 (ppfolio) S 21905 21909 20994 0 -1 4202496 499 0 0 0 0 0 0 0 18 0 1 0 476624842 18763776 394 33554432000 4194304 4287625 140735387617392 18446744073709551615 254500711951 0 0 4096 65536 4046683281091952904 0 0 17 1 0 0 0
/proc/21909/statm: 4581 394 345 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.300686 s]
/proc/loadavg: 0.85 1.15 1.56 4/176 21909
/proc/meminfo: memFree=21352108/32950928 swapFree=67111528/67111528
[pid=21909] ppid=21905 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/21909/stat : 21909 (ppfolio) S 21905 21909 20994 0 -1 4202496 499 0 0 0 0 0 0 0 18 0 1 0 476624842 18763776 394 33554432000 4194304 4287625 140735387617392 18446744073709551615 254500711951 0 0 4096 65536 4046683281091952904 0 0 17 1 0 0 0
/proc/21909/statm: 4581 394 345 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.70061 s]
/proc/loadavg: 0.85 1.15 1.56 4/176 21909
/proc/meminfo: memFree=21352108/32950928 swapFree=67111528/67111528
[pid=21909] ppid=21905 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/21909/stat : 21909 (ppfolio) S 21905 21909 20994 0 -1 4202496 499 0 0 0 0 0 0 0 18 0 1 0 476624842 18763776 394 33554432000 4194304 4287625 140735387617392 18446744073709551615 254500711951 0 0 4096 65536 4046683281091952904 0 0 17 1 0 0 0
/proc/21909/statm: 4581 394 345 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50045 s]
/proc/loadavg: 0.85 1.15 1.56 7/184 21917
/proc/meminfo: memFree=21333944/32950928 swapFree=67111528/67111528
[pid=21909] ppid=21905 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/21909/stat : 21909 (ppfolio) S 21905 21909 20994 0 -1 4202496 501 0 0 0 0 0 0 0 16 0 1 0 476624842 18763776 394 33554432000 4194304 4287625 140735387617392 18446744073709551615 254500711951 0 0 4096 65536 0 0 0 17 1 0 0 0
/proc/21909/statm: 4581 394 345 23 0 91 0
[pid=21911] ppid=21909 vsize=26372 CPUtime=0.24 cores=1
/proc/21911/stat : 21911 (cryptominisat) R 21909 21909 20994 0 -1 4202496 2677 0 0 0 24 0 0 0 18 0 1 0 476624842 27004928 1146 33554432000 4194304 4587354 140734277069712 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/21911/statm: 6593 1146 326 96 0 3155 0
[pid=21914] ppid=21909 vsize=14920 CPUtime=0.43 cores=1
/proc/21914/stat : 21914 (clasp) R 21909 21909 20994 0 -1 4202496 1249 0 0 0 43 0 0 0 17 0 1 0 476624842 15278080 1063 33554432000 4194304 4785740 140737422885968 18446744073709551615 4312752 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/21914/statm: 3730 1063 340 145 0 775 0
[pid=21915] ppid=21909 vsize=453580 CPUtime=0.8 cores=1
/proc/21915/stat : 21915 (TNM) R 21909 21909 20994 0 -1 4202496 768 0 0 0 80 0 0 0 19 0 1 0 476624842 464465920 665 33554432000 134512640 134534564 4286595968 18446744073709551615 134524561 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/21915/statm: 113395 665 91 6 0 112061 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 513196

[startup+3.10113 s]
/proc/loadavg: 0.85 1.15 1.56 7/184 21917
/proc/meminfo: memFree=21330100/32950928 swapFree=67111528/67111528
[pid=21909] ppid=21905 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/21909/stat : 21909 (ppfolio) S 21905 21909 20994 0 -1 4202496 501 0 0 0 0 0 0 0 15 0 1 0 476624842 18763776 394 33554432000 4194304 4287625 140735387617392 18446744073709551615 254500711951 0 0 4096 65536 5631467660026839040 0 0 17 1 0 0 0
/proc/21909/statm: 4581 394 345 23 0 91 0
[pid=21911] ppid=21909 vsize=26864 CPUtime=0.74 cores=1
/proc/21911/stat : 21911 (cryptominisat) R 21909 21909 20994 0 -1 4202496 2976 0 0 0 74 0 0 0 19 0 1 0 476624842 27508736 1439 33554432000 4194304 4587354 140734277069712 18446744073709551615 4241103 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/21911/statm: 6716 1439 327 96 0 3278 0
[pid=21914] ppid=21909 vsize=15884 CPUtime=1.52 cores=1
/proc/21914/stat : 21914 (clasp) R 21909 21909 20994 0 -1 4202496 1514 0 0 0 152 0 0 0 19 0 1 0 476624842 16265216 1328 33554432000 4194304 4785740 140737422885968 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/21914/statm: 3971 1328 340 145 0 1016 0
[pid=21915] ppid=21909 vsize=453580 CPUtime=0.81 cores=1
/proc/21915/stat : 21915 (TNM) R 21909 21909 20994 0 -1 4202496 768 0 0 0 81 0 0 0 19 0 1 0 476624842 464465920 665 33554432000 134512640 134534564 4286595968 18446744073709551615 134524677 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/21915/statm: 113395 665 91 6 0 112061 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 514652

[startup+6.3005 s]
/proc/loadavg: 1.26 1.23 1.59 7/184 21917
/proc/meminfo: memFree=21324736/32950928 swapFree=67111528/67111528
[pid=21909] ppid=21905 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/21909/stat : 21909 (ppfolio) S 21905 21909 20994 0 -1 4202496 501 0 0 0 0 0 0 0 15 0 1 0 476624842 18763776 394 33554432000 4194304 4287625 140735387617392 18446744073709551615 254500711951 0 0 4096 65536 5631466148198350848 0 0 17 1 0 0 0
/proc/21909/statm: 4581 394 345 23 0 91 0
[pid=21911] ppid=21909 vsize=1845028 CPUtime=1.84 cores=1
/proc/21911/stat : 21911 (cryptominisat) R 21909 21909 20994 0 -1 4202496 4326 0 0 0 184 0 0 0 21 0 1 0 476624842 1889308672 1524 33554432000 4194304 4587354 140734277069712 18446744073709551615 4238595 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/21911/statm: 461257 1524 331 96 0 457819 0
[pid=21914] ppid=21909 vsize=16896 CPUtime=2.53 cores=1
/proc/21914/stat : 21914 (clasp) R 21909 21909 20994 0 -1 4202496 1734 0 0 0 253 0 0 0 20 0 1 0 476624842 17301504 1548 33554432000 4194304 4785740 140737422885968 18446744073709551615 4553440 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/21914/statm: 4224 1548 340 145 0 1269 0
[pid=21915] ppid=21909 vsize=457704 CPUtime=1.9 cores=1
/proc/21915/stat : 21915 (TNM) R 21909 21909 20994 0 -1 4202496 947 0 0 0 190 0 0 0 21 0 1 0 476624842 468688896 844 33554432000 134512640 134534564 4286595968 18446744073709551615 134530632 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/21915/statm: 114426 844 95 6 0 113092 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 2337952

[startup+12.7012 s]
/proc/loadavg: 1.64 1.31 1.61 8/184 21918
/proc/meminfo: memFree=21306916/32950928 swapFree=67111528/67111528
[pid=21909] ppid=21905 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/21909/stat : 21909 (ppfolio) S 21905 21909 20994 0 -1 4202496 501 0 0 0 0 0 0 0 15 0 1 0 476624842 18763776 394 33554432000 4194304 4287625 140735387617392 18446744073709551615 254500711951 0 0 4096 65536 5631465735881490432 0 0 17 1 0 0 0
/proc/21909/statm: 4581 394 345 23 0 91 0
[pid=21911] ppid=21909 vsize=37260 CPUtime=3.94 cores=1
/proc/21911/stat : 21911 (cryptominisat) R 21909 21909 20994 0 -1 4202496 7318 0 0 0 394 0 0 0 25 0 1 0 476624842 38154240 3471 33554432000 4194304 4587354 140734277069712 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/21911/statm: 9315 3471 337 96 0 5877 0
[pid=21914] ppid=21909 vsize=17924 CPUtime=4.72 cores=1
/proc/21914/stat : 21914 (clasp) R 21909 21909 20994 0 -1 4202496 1988 0 0 0 472 0 0 0 25 0 1 0 476624842 18354176 1802 33554432000 4194304 4785740 140737422885968 18446744073709551615 4553051 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/21914/statm: 4481 1802 340 145 0 1526 0
[pid=21915] ppid=21909 vsize=457704 CPUtime=4.02 cores=1
/proc/21915/stat : 21915 (TNM) R 21909 21909 20994 0 -1 4202496 947 0 0 0 402 0 0 0 25 0 1 0 476624842 468688896 844 33554432000 134512640 134534564 4286595968 18446744073709551615 134528991 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/21915/statm: 114426 844 95 6 0 113092 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 531212

[startup+25.5007 s]
/proc/loadavg: 2.60 1.54 1.68 7/184 21918
/proc/meminfo: memFree=21300848/32950928 swapFree=67111528/67111528
[pid=21909] ppid=21905 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/21909/stat : 21909 (ppfolio) S 21905 21909 20994 0 -1 4202496 501 0 0 0 0 0 0 0 15 0 1 0 476624842 18763776 394 33554432000 4194304 4287625 140735387617392 18446744073709551615 254500711951 0 0 4096 65536 5631467247709978624 0 0 17 1 0 0 0
/proc/21909/statm: 4581 394 345 23 0 91 0
[pid=21911] ppid=21909 vsize=4335640 CPUtime=8.15 cores=1
/proc/21911/stat : 21911 (cryptominisat) R 21909 21909 20994 0 -1 4202496 10013 0 0 0 815 0 0 0 25 0 1 0 476624842 4439695360 3635 33554432000 4194304 4587354 140734277069712 18446744073709551615 4238736 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/21911/statm: 1083910 3636 337 96 0 1080472 0
[pid=21914] ppid=21909 vsize=19220 CPUtime=9.02 cores=1
/proc/21914/stat : 21914 (clasp) R 21909 21909 20994 0 -1 4202496 2306 0 0 0 902 0 0 0 25 0 1 0 476624842 19681280 2120 33554432000 4194304 4785740 140737422885968 18446744073709551615 4287153 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/21914/statm: 4805 2120 340 145 0 1850 0
[pid=21915] ppid=21909 vsize=457704 CPUtime=8.3 cores=1
/proc/21915/stat : 21915 (TNM) R 21909 21909 20994 0 -1 4202496 947 0 0 0 830 0 0 0 25 0 1 0 476624842 468688896 844 33554432000 134512640 134534564 4286595968 18446744073709551615 134528392 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/21915/statm: 114426 844 95 6 0 113092 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 4830888

[startup+51.1006 s]
/proc/loadavg: 3.76 1.90 1.79 7/184 21919
/proc/meminfo: memFree=21285052/32950928 swapFree=67111528/67111528
[pid=21909] ppid=21905 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/21909/stat : 21909 (ppfolio) S 21905 21909 20994 0 -1 4202496 501 0 0 0 0 0 0 0 15 0 1 0 476624842 18763776 394 33554432000 4194304 4287625 140735387617392 18446744073709551615 254500711951 0 0 4096 65536 5631465598442536960 0 0 17 1 0 0 0
/proc/21909/statm: 4581 394 345 23 0 91 0
[pid=21911] ppid=21909 vsize=4344416 CPUtime=16.74 cores=1
/proc/21911/stat : 21911 (cryptominisat) R 21909 21909 20994 0 -1 4202496 15290 0 0 0 1673 1 0 0 25 0 1 0 476624842 4448681984 5759 33554432000 4194304 4587354 140734277069712 18446744073709551615 4238262 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/21911/statm: 1086104 5759 337 96 0 1082666 0
[pid=21914] ppid=21909 vsize=20856 CPUtime=17.52 cores=1
/proc/21914/stat : 21914 (clasp) R 21909 21909 20994 0 -1 4202496 2666 0 0 0 1752 0 0 0 25 0 1 0 476624842 21356544 2480 33554432000 4194304 4785740 140737422885968 18446744073709551615 4553411 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/21914/statm: 5214 2480 340 145 0 2259 0
[pid=21915] ppid=21909 vsize=457704 CPUtime=16.82 cores=1
/proc/21915/stat : 21915 (TNM) R 21909 21909 20994 0 -1 4202496 947 0 0 0 1682 0 0 0 25 0 1 0 476624842 468688896 844 33554432000 134512640 134534564 4286595968 18446744073709551615 134528913 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/21915/statm: 114426 844 95 6 0 113092 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 4841300

[startup+102.307 s]
/proc/loadavg: 5.03 2.53 2.01 7/184 21920
/proc/meminfo: memFree=21268660/32950928 swapFree=67111528/67111528
[pid=21909] ppid=21905 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/21909/stat : 21909 (ppfolio) S 21905 21909 20994 0 -1 4202496 501 0 0 0 0 0 0 0 15 0 1 0 476624842 18763776 394 33554432000 4194304 4287625 140735387617392 18446744073709551615 254500711951 0 0 4096 65536 0 0 0 17 1 0 0 0
/proc/21909/statm: 4581 394 345 23 0 91 0
[pid=21911] ppid=21909 vsize=51164 CPUtime=33.77 cores=1
/proc/21911/stat : 21911 (cryptominisat) R 21909 21909 20994 0 -1 4202496 21941 0 0 0 3375 2 0 0 25 0 1 0 476624842 52391936 7331 33554432000 4194304 4587354 140734277069712 18446744073709551615 4238595 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/21911/statm: 12791 7331 337 96 0 9353 0
[pid=21914] ppid=21909 vsize=23796 CPUtime=34.61 cores=1
/proc/21914/stat : 21914 (clasp) R 21909 21909 20994 0 -1 4202496 3355 0 0 0 3461 0 0 0 25 0 1 0 476624842 24367104 3169 33554432000 4194304 4785740 140737422885968 18446744073709551615 4287017 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/21914/statm: 5949 3169 340 145 0 2994 0
[pid=21915] ppid=21909 vsize=457704 CPUtime=33.9 cores=1
/proc/21915/stat : 21915 (TNM) R 21909 21909 20994 0 -1 4202496 947 0 0 0 3390 0 0 0 25 0 1 0 476624842 468688896 844 33554432000 134512640 134534564 4286595968 18446744073709551615 134530664 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/21915/statm: 114426 844 95 6 0 113092 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 550988

[startup+162.3 s]
/proc/loadavg: 5.64 3.16 2.26 7/184 21922
/proc/meminfo: memFree=21257224/32950928 swapFree=67111528/67111528
[pid=21909] ppid=21905 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/21909/stat : 21909 (ppfolio) S 21905 21909 20994 0 -1 4202496 501 0 0 0 0 0 0 0 15 0 1 0 476624842 18763776 394 33554432000 4194304 4287625 140735387617392 18446744073709551615 254500711951 0 0 4096 65536 5631467247709978624 0 0 17 1 0 0 0
/proc/21909/statm: 4581 394 345 23 0 91 0
[pid=21911] ppid=21909 vsize=4353092 CPUtime=53.77 cores=1
/proc/21911/stat : 21911 (cryptominisat) R 21909 21909 20994 0 -1 4202496 31606 0 0 0 5374 3 0 0 25 0 1 0 476624842 4457566208 8352 33554432000 4194304 4587354 140734277069712 18446744073709551615 4241103 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/21911/statm: 1088273 8352 337 96 0 1084835 0
[pid=21914] ppid=21909 vsize=26164 CPUtime=54.61 cores=1

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

/proc/21914/statm: 6916 4044 340 145 0 3961 0
[pid=21915] ppid=21909 vsize=457704 CPUtime=73.89 cores=1
/proc/21915/stat : 21915 (TNM) R 21909 21909 20994 0 -1 4202496 947 0 0 0 7389 0 0 0 25 0 1 0 476624842 468688896 844 33554432000 134512640 134534564 4286595968 18446744073709551615 134528504 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/21915/statm: 114426 844 95 6 0 113092 0
Current children cumulated CPU time (s) 222.27
Current children cumulated vsize (KiB) 2377572

[startup+282.3 s]
/proc/loadavg: 5.95 4.09 2.71 7/184 21955
/proc/meminfo: memFree=21264924/32950928 swapFree=67111528/67111528
[pid=21909] ppid=21905 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/21909/stat : 21909 (ppfolio) S 21905 21909 20994 0 -1 4202496 501 0 0 0 0 0 0 0 15 0 1 0 476624842 18763776 394 33554432000 4194304 4287625 140735387617392 18446744073709551615 254500711951 0 0 4096 65536 5631465735881490432 0 0 17 1 0 0 0
/proc/21909/statm: 4581 394 345 23 0 91 0
[pid=21911] ppid=21909 vsize=54720 CPUtime=93.79 cores=1
/proc/21911/stat : 21911 (cryptominisat) R 21909 21909 20994 0 -1 4202496 45239 0 0 0 9373 6 0 0 25 0 1 0 476624842 56033280 10002 33554432000 4194304 4587354 140734277069712 18446744073709551615 4238463 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/21911/statm: 13680 10002 337 96 0 10242 0
[pid=21914] ppid=21909 vsize=28620 CPUtime=94.6 cores=1
/proc/21914/stat : 21914 (clasp) R 21909 21909 20994 0 -1 4202496 4459 0 0 0 9460 0 0 0 25 0 1 0 476624842 29306880 4273 33554432000 4194304 4785740 140737422885968 18446744073709551615 4287008 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/21914/statm: 7155 4273 340 145 0 4200 0
[pid=21915] ppid=21909 vsize=457704 CPUtime=93.89 cores=1
/proc/21915/stat : 21915 (TNM) R 21909 21909 20994 0 -1 4202496 947 0 0 0 9389 0 0 0 25 0 1 0 476624842 468688896 844 33554432000 134512640 134534564 4286595968 18446744073709551615 134530619 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/21915/statm: 114426 844 95 6 0 113092 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 559368

[startup+342.301 s]
/proc/loadavg: 5.98 4.44 2.91 7/184 21956
/proc/meminfo: memFree=21227900/32950928 swapFree=67111528/67111528
[pid=21909] ppid=21905 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/21909/stat : 21909 (ppfolio) S 21905 21909 20994 0 -1 4202496 501 0 0 0 0 0 0 0 15 0 1 0 476624842 18763776 394 33554432000 4194304 4287625 140735387617392 18446744073709551615 254500711951 0 0 4096 65536 5631466285637304320 0 0 17 1 0 0 0
/proc/21909/statm: 4581 394 345 23 0 91 0
[pid=21911] ppid=21909 vsize=1887972 CPUtime=113.8 cores=1
/proc/21911/stat : 21911 (cryptominisat) R 21909 21909 20994 0 -1 4202496 49730 0 0 0 11374 6 0 0 25 0 1 0 476624842 1933283328 10998 33554432000 4194304 4587354 140734277069712 18446744073709551615 4244166 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/21911/statm: 471993 10998 337 96 0 468555 0
[pid=21914] ppid=21909 vsize=30724 CPUtime=114.59 cores=1
/proc/21914/stat : 21914 (clasp) R 21909 21909 20994 0 -1 4202496 4921 0 0 0 11459 0 0 0 25 0 1 0 476624842 31461376 4735 33554432000 4194304 4785740 140737422885968 18446744073709551615 4287058 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/21914/statm: 7681 4735 340 145 0 4726 0
[pid=21915] ppid=21909 vsize=457704 CPUtime=113.89 cores=1
/proc/21915/stat : 21915 (TNM) R 21909 21909 20994 0 -1 4202496 947 0 0 0 11389 0 0 0 25 0 1 0 476624842 468688896 844 33554432000 134512640 134534564 4286595968 18446744073709551615 134530509 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/21915/statm: 114426 844 95 6 0 113092 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 2394724

[startup+402.301 s]
/proc/loadavg: 5.99 4.72 3.10 7/184 21958
/proc/meminfo: memFree=21240284/32950928 swapFree=67111528/67111528
[pid=21909] ppid=21905 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/21909/stat : 21909 (ppfolio) S 21905 21909 20994 0 -1 4202496 501 0 0 0 0 0 0 0 15 0 1 0 476624842 18763776 394 33554432000 4194304 4287625 140735387617392 18446744073709551615 254500711951 0 0 4096 65536 0 0 0 17 1 0 0 0
/proc/21909/statm: 4581 394 345 23 0 91 0
[pid=21911] ppid=21909 vsize=62768 CPUtime=133.8 cores=1
/proc/21911/stat : 21911 (cryptominisat) R 21909 21909 20994 0 -1 4202496 56954 0 0 0 13373 7 0 0 25 0 1 0 476624842 64274432 10547 33554432000 4194304 4587354 140734277069712 18446744073709551615 4232277 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/21911/statm: 15692 10547 337 96 0 12254 0
[pid=21914] ppid=21909 vsize=31420 CPUtime=134.59 cores=1
/proc/21914/stat : 21914 (clasp) R 21909 21909 20994 0 -1 4202496 5064 0 0 0 13459 0 0 0 25 0 1 0 476624842 32174080 4878 33554432000 4194304 4785740 140737422885968 18446744073709551615 4287241 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/21914/statm: 7855 4878 340 145 0 4900 0
[pid=21915] ppid=21909 vsize=457704 CPUtime=133.88 cores=1
/proc/21915/stat : 21915 (TNM) R 21909 21909 20994 0 -1 4202496 947 0 0 0 13388 0 0 0 25 0 1 0 476624842 468688896 844 33554432000 134512640 134534564 4286595968 18446744073709551615 134530158 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/21915/statm: 114426 844 95 6 0 113092 0
Current children cumulated CPU time (s) 402.27
Current children cumulated vsize (KiB) 570216

[startup+462.301 s]
/proc/loadavg: 5.99 4.95 3.28 7/184 21960
/proc/meminfo: memFree=21227992/32950928 swapFree=67111528/67111528
[pid=21909] ppid=21905 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/21909/stat : 21909 (ppfolio) S 21905 21909 20994 0 -1 4202496 501 0 0 0 0 0 0 0 15 0 1 0 476624842 18763776 394 33554432000 4194304 4287625 140735387617392 18446744073709551615 254500711951 0 0 4096 65536 5631466560515211264 0 0 17 1 0 0 0
/proc/21909/statm: 4581 394 345 23 0 91 0
[pid=21911] ppid=21909 vsize=62936 CPUtime=153.81 cores=1
/proc/21911/stat : 21911 (cryptominisat) R 21909 21909 20994 0 -1 4202496 64311 0 0 0 15373 8 0 0 25 0 1 0 476624842 64446464 10249 33554432000 4194304 4587354 140734277069712 18446744073709551615 4243585 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/21911/statm: 15734 10249 337 96 0 12296 0
[pid=21914] ppid=21909 vsize=32368 CPUtime=154.59 cores=1
/proc/21914/stat : 21914 (clasp) R 21909 21909 20994 0 -1 4202496 5297 0 0 0 15459 0 0 0 25 0 1 0 476624842 33144832 5111 33554432000 4194304 4785740 140737422885968 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/21914/statm: 8092 5111 340 145 0 5137 0
[pid=21915] ppid=21909 vsize=457704 CPUtime=153.88 cores=1
/proc/21915/stat : 21915 (TNM) R 21909 21909 20994 0 -1 4202496 947 0 0 0 15388 0 0 0 25 0 1 0 476624842 468688896 844 33554432000 134512640 134534564 4286595968 18446744073709551615 134528661 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/21915/statm: 114426 844 95 6 0 113092 0
Current children cumulated CPU time (s) 462.28
Current children cumulated vsize (KiB) 571332

[startup+522.301 s]
/proc/loadavg: 6.04 5.15 3.45 7/184 21961
/proc/meminfo: memFree=21212220/32950928 swapFree=67111528/67111528
[pid=21909] ppid=21905 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/21909/stat : 21909 (ppfolio) S 21905 21909 20994 0 -1 4202496 501 0 0 0 0 0 0 0 15 0 1 0 476624842 18763776 394 33554432000 4194304 4287625 140735387617392 18446744073709551615 254500711951 0 0 4096 65536 5631466697954164736 0 0 17 1 0 0 0
/proc/21909/statm: 4581 394 345 23 0 91 0
[pid=21911] ppid=21909 vsize=63080 CPUtime=173.81 cores=1
/proc/21911/stat : 21911 (cryptominisat) R 21909 21909 20994 0 -1 4202496 70726 0 0 0 17372 9 0 0 25 0 1 0 476624842 64593920 10550 33554432000 4194304 4587354 140734277069712 18446744073709551615 4238728 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/21911/statm: 15770 10550 337 96 0 12332 0
[pid=21914] ppid=21909 vsize=33900 CPUtime=174.59 cores=1
/proc/21914/stat : 21914 (clasp) R 21909 21909 20994 0 -1 4202496 5625 0 0 0 17459 0 0 0 25 0 1 0 476624842 34713600 5439 33554432000 4194304 4785740 140737422885968 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/21914/statm: 8475 5439 340 145 0 5520 0
[pid=21915] ppid=21909 vsize=457704 CPUtime=173.89 cores=1
/proc/21915/stat : 21915 (TNM) R 21909 21909 20994 0 -1 4202496 947 0 0 0 17389 0 0 0 25 0 1 0 476624842 468688896 844 33554432000 134512640 134534564 4286595968 18446744073709551615 134530360 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/21915/statm: 114426 844 95 6 0 113092 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 573008

[startup+582.301 s]
/proc/loadavg: 6.01 5.30 3.61 7/184 21963
/proc/meminfo: memFree=21208848/32950928 swapFree=67111528/67111528
[pid=21909] ppid=21905 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/21909/stat : 21909 (ppfolio) S 21905 21909 20994 0 -1 4202496 501 0 0 0 0 0 0 0 15 0 1 0 476624842 18763776 394 33554432000 4194304 4287625 140735387617392 18446744073709551615 254500711951 0 0 4096 65536 5631466972832071680 0 0 17 1 0 0 0
/proc/21909/statm: 4581 394 345 23 0 91 0
[pid=21911] ppid=21909 vsize=63212 CPUtime=193.81 cores=1
/proc/21911/stat : 21911 (cryptominisat) R 21909 21909 20994 0 -1 4202496 77149 0 0 0 19371 10 0 0 25 0 1 0 476624842 64729088 10619 33554432000 4194304 4587354 140734277069712 18446744073709551615 4238568 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/21911/statm: 15803 10619 337 96 0 12365 0
[pid=21914] ppid=21909 vsize=34476 CPUtime=194.58 cores=1
/proc/21914/stat : 21914 (clasp) R 21909 21909 20994 0 -1 4202496 5767 0 0 0 19458 0 0 0 25 0 1 0 476624842 35303424 5581 33554432000 4194304 4785740 140737422885968 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/21914/statm: 8619 5581 340 145 0 5664 0
[pid=21915] ppid=21909 vsize=457704 CPUtime=193.9 cores=1
/proc/21915/stat : 21915 (TNM) R 21909 21909 20994 0 -1 4202496 947 0 0 0 19390 0 0 0 25 0 1 0 476624842 468688896 844 33554432000 134512640 134534564 4286595968 18446744073709551615 134528896 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/21915/statm: 114426 844 95 6 0 113092 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 573716

[startup+642.301 s]
/proc/loadavg: 6.00 5.43 3.76 7/184 21964
/proc/meminfo: memFree=21222096/32950928 swapFree=67111528/67111528
[pid=21909] ppid=21905 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/21909/stat : 21909 (ppfolio) S 21905 21909 20994 0 -1 4202496 501 0 0 0 0 0 0 0 15 0 1 0 476624842 18763776 394 33554432000 4194304 4287625 140735387617392 18446744073709551615 254500711951 0 0 4096 65536 0 0 0 17 1 0 0 0
/proc/21909/statm: 4581 394 345 23 0 91 0
[pid=21911] ppid=21909 vsize=51348 CPUtime=213.81 cores=1
/proc/21911/stat : 21911 (cryptominisat) R 21909 21909 20994 0 -1 4202496 85869 0 0 0 21369 12 0 0 25 0 1 0 476624842 52580352 6867 33554432000 4194304 4587354 140734277069712 18446744073709551615 4238392 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/21911/statm: 12837 6867 337 96 0 9399 0
[pid=21914] ppid=21909 vsize=32460 CPUtime=214.58 cores=1
/proc/21914/stat : 21914 (clasp) R 21909 21909 20994 0 -1 4202496 5768 0 0 0 21458 0 0 0 25 0 1 0 476624842 33239040 5193 33554432000 4194304 4785740 140737422885968 18446744073709551615 254500389459 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/21914/statm: 8115 5193 340 145 0 5160 0
[pid=21915] ppid=21909 vsize=457704 CPUtime=213.91 cores=1
/proc/21915/stat : 21915 (TNM) R 21909 21909 20994 0 -1 4202496 947 0 0 0 21391 0 0 0 25 0 1 0 476624842 468688896 844 33554432000 134512640 134534564 4286595968 18446744073709551615 134528273 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/21915/statm: 114426 844 95 6 0 113092 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 559836

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

[startup+642.501 s]
/proc/loadavg: 6.00 5.43 3.76 7/184 21964
/proc/meminfo: memFree=21222096/32950928 swapFree=67111528/67111528
[pid=21909] ppid=21905 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/21909/stat : 21909 (ppfolio) S 21905 21909 20994 0 -1 4202496 501 0 0 0 0 0 0 0 15 0 1 0 476624842 18763776 394 33554432000 4194304 4287625 140735387617392 18446744073709551615 254500711951 0 0 4096 65536 0 0 0 17 1 0 0 0
/proc/21909/statm: 4581 394 345 23 0 91 0
[pid=21911] ppid=21909 vsize=51348 CPUtime=213.85 cores=1
/proc/21911/stat : 21911 (cryptominisat) R 21909 21909 20994 0 -1 4202496 85877 0 0 0 21373 12 0 0 25 0 1 0 476624842 52580352 6875 33554432000 4194304 4587354 140734277069712 18446744073709551615 4238658 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/21911/statm: 12837 6875 337 96 0 9399 0
[pid=21914] ppid=21909 vsize=31884 CPUtime=214.68 cores=1
/proc/21914/stat : 21914 (clasp) R 21909 21909 20994 0 -1 4202496 5768 0 0 0 21468 0 0 0 25 0 1 0 476624842 32649216 5087 33554432000 4194304 4785740 140737422885968 18446744073709551615 4538874 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/21914/statm: 7971 5087 340 145 0 5016 0
[pid=21915] ppid=21909 vsize=457704 CPUtime=213.97 cores=1
/proc/21915/stat : 21915 (TNM) R 21909 21909 20994 0 -1 4202496 947 0 0 0 21397 0 0 0 25 0 1 0 476624842 468688896 844 33554432000 134512640 134534564 4286595968 18446744073709551615 134528687 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/21915/statm: 114426 844 95 6 0 113092 0
Current children cumulated CPU time (s) 642.5
Current children cumulated vsize (KiB) 559260

[startup+642.601 s]
/proc/loadavg: 6.00 5.43 3.76 7/184 21964
/proc/meminfo: memFree=21222096/32950928 swapFree=67111528/67111528
[pid=21909] ppid=21905 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/21909/stat : 21909 (ppfolio) S 21905 21909 20994 0 -1 4202496 501 0 0 0 0 0 0 0 15 0 1 0 476624842 18763776 394 33554432000 4194304 4287625 140735387617392 18446744073709551615 254500711951 0 0 4096 65536 0 0 0 17 1 0 0 0
/proc/21909/statm: 4581 394 345 23 0 91 0
[pid=21911] ppid=21909 vsize=51348 CPUtime=213.91 cores=1
/proc/21911/stat : 21911 (cryptominisat) R 21909 21909 20994 0 -1 4202496 85894 0 0 0 21379 12 0 0 25 0 1 0 476624842 52580352 6891 33554432000 4194304 4587354 140734277069712 18446744073709551615 4238618 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/21911/statm: 12837 6891 337 96 0 9399 0
[pid=21914] ppid=21909 vsize=31884 CPUtime=214.68 cores=1
/proc/21914/stat : 21914 (clasp) R 21909 21909 20994 0 -1 4202496 5768 0 0 0 21468 0 0 0 25 0 1 0 476624842 32649216 5087 33554432000 4194304 4785740 140737422885968 18446744073709551615 4538874 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/21914/statm: 7971 5087 340 145 0 5016 0
[pid=21915] ppid=21909 vsize=457704 CPUtime=214.01 cores=1
/proc/21915/stat : 21915 (TNM) R 21909 21909 20994 0 -1 4202496 947 0 0 0 21401 0 0 0 25 0 1 0 476624842 468688896 844 33554432000 134512640 134534564 4286595968 18446744073709551615 134530717 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/21915/statm: 114426 844 95 6 0 113092 0
Current children cumulated CPU time (s) 642.6
Current children cumulated vsize (KiB) 559260

Child status: 0
Real time (s): 642.677
CPU time (s): 642.705
CPU user time (s): 642.566
CPU system time (s): 0.138978
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 6674144

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

runsolver used 1.01585 second user time and 2.49362 second system time

The end

Launcher Data

Begin job on node149 at 2011-04-24 15:04:42
IDJOB=3275752
IDBENCH=83292
IDSOLVER=1639
FILE ID=node149/3275752-1303650281
RUNJOBID= node149-1303650281-21891
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_390.cnf
COMMAND LINE= ppfolio --nbcore=1 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3275752-1303650281/watcher-3275752-1303650281 -o /tmp/evaluation-result-3275752-1303650281/solver-3275752-1303650281 -C 5000 -W 5100 -M 15500  ppfolio --nbcore=1 HOME/instance-3275752-1303650281.cnf

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

MD5SUM BENCH= 9f9afdb81b528e7852015fad23de6353
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:      21352668 kB
Buffers:       2139300 kB
Cached:        8864976 kB
SwapCached:          0 kB
Active:         652080 kB
Inactive:     10416160 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      21352668 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           22788 kB
Writeback:           0 kB
AnonPages:       63768 kB
Mapped:          14488 kB
Slab:           467096 kB
PageTables:       5136 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= 72268 MiB
End job on node149 at 2011-04-24 15:15:24