Trace number 3262481

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
ppfolio par? (TO) 4800.03 1201.61

General information on the benchmark

Namecrafted/kullmann/VanDerWaerden/VanderWaerden_pd_3k/
VanDerWaerden_pd_2-3-23_505.cnf
MD5SUM8e7b614904543aa28491ea45c761cbd5
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark97.5682
Satisfiable
(Un)Satisfiability was proved
Number of variables253
Number of clauses34014
Sum of the clauses size150994
Maximum clause length23
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2336
Number of clauses of size 331196
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 52482

Solver Data

0.00/0.00	This is pico-portfolio, a naive parallel portfolio
0.00/0.00	Copyright (C) 2011 Olivier Roussel
0.00/0.00	Using 4 processing units
0.00/0.00	This portfolio uses the following solvers:
0.00/0.00	[1] cryptominisat 2.7.1 (Mate Soos)
0.00/0.00	[2] clasp 1.3.6 (Martin Gebser, Benjamin Kaufmann, and Torsten Schaub)
0.00/0.00	[3] TNM 2009 (Wanxia Wei and Chu Min Li)
0.00/0.00	[4] lingeling 276-6264d55-100731 (Armin Biere)
0.00/0.00	[5] march_hi 2009 (Marijn Heule and Hans Van Maaren)
0.00/0.00	Starting cryptominisat 2.7.1 on core(s) 1
0.00/0.00	Starting clasp 1.3.6 on core(s) 5
0.00/0.00	Starting TNM 2009 on core(s) 7
0.00/0.00	Starting lingeling 276-6264d55-100731 on core(s) 3
0.00/0.00	Starting march_hi 2009 on core(s) 7
4800.03/1201.61	Done

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3262481-1304086886/watcher-3262481-1304086886 -o /tmp/evaluation-result-3262481-1304086886/solver-3262481-1304086886 -C 4800 -W 1300 -M 15500 ppfolio HOME/instance-3262481-1304086886.cnf 

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

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


[startup+0 s]
/proc/loadavg: 5.20 7.35 7.76 9/182 27945
/proc/meminfo: memFree=18281392/32950928 swapFree=67111528/67111528
[pid=27945] ppid=27943 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/27945/stat : 27945 (ppfolio) R 27943 27945 25471 0 -1 4202496 522 0 0 0 0 0 0 0 22 0 1 0 520285291 18763776 390 33554432000 4194304 4287625 140736460723904 18446744073709551615 254500711951 0 0 4096 65536 0 0 0 17 1 0 0 0
/proc/27945/statm: 4581 390 341 23 0 91 0

[startup+0.136686 s]
/proc/loadavg: 5.20 7.35 7.76 9/182 27945
/proc/meminfo: memFree=18281392/32950928 swapFree=67111528/67111528
[pid=27945] ppid=27943 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/27945/stat : 27945 (ppfolio) S 27943 27945 25471 0 -1 4202496 523 0 0 0 0 0 0 0 22 0 1 0 520285291 18763776 390 33554432000 4194304 4287625 140736460723904 18446744073709551615 254500711951 0 0 4096 65536 4590892883451576319 0 0 17 1 0 0 0
/proc/27945/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.200673 s]
/proc/loadavg: 5.20 7.35 7.76 9/182 27945
/proc/meminfo: memFree=18281392/32950928 swapFree=67111528/67111528
[pid=27945] ppid=27943 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/27945/stat : 27945 (ppfolio) S 27943 27945 25471 0 -1 4202496 523 0 0 0 0 0 0 0 22 0 1 0 520285291 18763776 390 33554432000 4194304 4287625 140736460723904 18446744073709551615 254500711951 0 0 4096 65536 4590892883451576319 0 0 17 1 0 0 0
/proc/27945/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.300654 s]
/proc/loadavg: 5.20 7.35 7.76 9/182 27945
/proc/meminfo: memFree=18281392/32950928 swapFree=67111528/67111528
[pid=27945] ppid=27943 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/27945/stat : 27945 (ppfolio) R 27943 27945 25471 0 -1 4202496 523 0 0 0 0 0 0 0 21 0 1 0 520285291 18763776 390 33554432000 4194304 4287625 140736460723904 18446744073709551615 254500711951 0 0 4096 65536 0 0 0 17 1 0 0 0
/proc/27945/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700573 s]
/proc/loadavg: 5.20 7.35 7.76 9/182 27945
/proc/meminfo: memFree=18281392/32950928 swapFree=67111528/67111528
[pid=27945] ppid=27943 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/27945/stat : 27945 (ppfolio) S 27943 27945 25471 0 -1 4202496 523 0 0 0 0 0 0 0 18 0 1 0 520285291 18763776 390 33554432000 4194304 4287625 140736460723904 18446744073709551615 254500711951 0 0 4096 65536 4590892883451576319 0 0 17 1 0 0 0
/proc/27945/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50041 s]
/proc/loadavg: 5.20 7.35 7.76 11/188 27951
/proc/meminfo: memFree=18236456/32950928 swapFree=67111528/67111528
[pid=27945] ppid=27943 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/27945/stat : 27945 (ppfolio) S 27943 27945 25471 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 520285291 18763776 390 33554432000 4194304 4287625 140736460723904 18446744073709551615 254500711951 0 0 4096 65536 4590892883451576319 0 0 17 1 0 0 0
/proc/27945/statm: 4581 390 341 23 0 91 0
[pid=27946] ppid=27945 vsize=4329372 CPUtime=1.48 cores=1
/proc/27946/stat : 27946 (cryptominisat) R 27945 27945 25471 0 -1 4202496 4048 0 0 0 148 0 0 0 23 0 1 0 520285291 4433276928 2236 33554432000 4194304 4587354 140735416769328 18446744073709551615 4239304 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/27946/statm: 1082343 2236 327 96 0 1078905 0
[pid=27947] ppid=27945 vsize=17420 CPUtime=1.49 cores=5
/proc/27947/stat : 27947 (clasp) R 27945 27945 25471 0 -1 4202496 1949 0 0 0 149 0 0 0 25 0 1 0 520285292 17838080 1682 33554432000 4194304 4785740 140735504835376 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/27947/statm: 4355 1682 340 145 0 1400 0
[pid=27948] ppid=27945 vsize=454768 CPUtime=0.77 cores=7
/proc/27948/stat : 27948 (TNM) R 27945 27945 25471 0 -1 4202496 1117 0 0 0 77 0 0 0 25 0 1 0 520285292 465682432 1013 33554432000 134512640 134534564 4286766704 18446744073709551615 134524664 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/27948/statm: 113692 1013 91 6 0 112358 0
[pid=27949] ppid=27945 vsize=10348 CPUtime=1.49 cores=3
/proc/27949/stat : 27949 (lingeling) R 27945 27945 25471 0 -1 4202496 2259 0 0 0 149 0 0 0 25 0 1 0 520285292 10596352 1749 33554432000 4194304 4352236 140736018998768 18446744073709551615 4328375 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/27949/statm: 2587 1749 127 39 0 1667 0
[pid=27950] ppid=27945 vsize=16568 CPUtime=0.69 cores=7
/proc/27950/stat : 27950 (march_hi) R 27945 27945 25471 0 -1 4202496 5434 0 0 0 69 0 0 0 25 0 1 0 520285292 16965632 2308 33554432000 4194304 4331988 140735970573904 18446744073709551615 4226645 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/27950/statm: 4142 2308 151 34 0 2584 0
Current children cumulated CPU time (s) 5.92
Current children cumulated vsize (KiB) 4846800

[startup+3.10109 s]
/proc/loadavg: 5.20 7.35 7.76 12/188 27951
/proc/meminfo: memFree=18218228/32950928 swapFree=67111528/67111528
[pid=27945] ppid=27943 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/27945/stat : 27945 (ppfolio) S 27943 27945 25471 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 520285291 18763776 390 33554432000 4194304 4287625 140736460723904 18446744073709551615 254500711951 0 0 4096 65536 4590892883451576319 0 0 17 1 0 0 0
/proc/27945/statm: 4581 390 341 23 0 91 0
[pid=27946] ppid=27945 vsize=2034584 CPUtime=3.09 cores=1
/proc/27946/stat : 27946 (cryptominisat) R 27945 27945 25471 0 -1 4202496 5997 0 0 0 308 1 0 0 25 0 1 0 520285291 2083414016 3399 33554432000 4194304 4587354 140735416769328 18446744073709551615 4365152 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/27946/statm: 508646 3399 337 96 0 505208 0
[pid=27947] ppid=27945 vsize=18300 CPUtime=3.09 cores=5
/proc/27947/stat : 27947 (clasp) R 27945 27945 25471 0 -1 4202496 2194 0 0 0 309 0 0 0 25 0 1 0 520285292 18739200 1927 33554432000 4194304 4785740 140735504835376 18446744073709551615 4552974 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/27947/statm: 4575 1927 340 145 0 1620 0
[pid=27948] ppid=27945 vsize=454768 CPUtime=1.57 cores=7
/proc/27948/stat : 27948 (TNM) R 27945 27945 25471 0 -1 4202496 1117 0 0 0 157 0 0 0 25 0 1 0 520285292 465682432 1013 33554432000 134512640 134534564 4286766704 18446744073709551615 134524700 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/27948/statm: 113692 1013 91 6 0 112358 0
[pid=27949] ppid=27945 vsize=12832 CPUtime=3.09 cores=3
/proc/27949/stat : 27949 (lingeling) R 27945 27945 25471 0 -1 4202496 2880 0 0 0 309 0 0 0 25 0 1 0 520285292 13139968 2370 33554432000 4194304 4352236 140736018998768 18446744073709551615 4231252 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/27949/statm: 3208 2370 127 39 0 2288 0
[pid=27950] ppid=27945 vsize=21536 CPUtime=1.49 cores=7
/proc/27950/stat : 27950 (march_hi) R 27945 27945 25471 0 -1 4202496 6546 0 0 0 149 0 0 0 25 0 1 0 520285292 22052864 3420 33554432000 4194304 4331988 140735970573904 18446744073709551615 4271184 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/27950/statm: 5384 3420 151 34 0 3826 0
Current children cumulated CPU time (s) 12.33
Current children cumulated vsize (KiB) 2560344

[startup+6.30046 s]
/proc/loadavg: 5.58 7.39 7.77 11/188 27951
/proc/meminfo: memFree=18179792/32950928 swapFree=67111528/67111528
[pid=27945] ppid=27943 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/27945/stat : 27945 (ppfolio) S 27943 27945 25471 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 520285291 18763776 390 33554432000 4194304 4287625 140736460723904 18446744073709551615 254500711951 0 0 4096 65536 4590892883451576319 0 0 17 1 0 0 0
/proc/27945/statm: 4581 390 341 23 0 91 0
[pid=27946] ppid=27945 vsize=4342664 CPUtime=6.29 cores=1
/proc/27946/stat : 27946 (cryptominisat) R 27945 27945 25471 0 -1 4202496 8764 0 0 0 628 1 0 0 25 0 1 0 520285291 4446887936 5474 33554432000 4194304 4587354 140735416769328 18446744073709551615 4238616 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/27946/statm: 1085666 5474 337 96 0 1082228 0
[pid=27947] ppid=27945 vsize=20188 CPUtime=6.29 cores=5
/proc/27947/stat : 27947 (clasp) R 27945 27945 25471 0 -1 4202496 2634 0 0 0 629 0 0 0 25 0 1 0 520285292 20672512 2367 33554432000 4194304 4785740 140735504835376 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/27947/statm: 5047 2367 340 145 0 2092 0
[pid=27948] ppid=27945 vsize=458888 CPUtime=3.15 cores=7
/proc/27948/stat : 27948 (TNM) R 27945 27945 25471 0 -1 4202496 1388 0 0 0 315 0 0 0 25 0 1 0 520285292 469901312 1284 33554432000 134512640 134534564 4286766704 18446744073709551615 134530641 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/27948/statm: 114722 1284 95 6 0 113388 0
[pid=27949] ppid=27945 vsize=13216 CPUtime=6.29 cores=3
/proc/27949/stat : 27949 (lingeling) R 27945 27945 25471 0 -1 4202496 2976 0 0 0 629 0 0 0 25 0 1 0 520285292 13533184 2466 33554432000 4194304 4352236 140736018998768 18446744073709551615 4328009 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/27949/statm: 3304 2466 127 39 0 2384 0
[pid=27950] ppid=27945 vsize=26180 CPUtime=3.1 cores=7
/proc/27950/stat : 27950 (march_hi) R 27945 27945 25471 0 -1 4202496 9742 0 0 0 309 1 0 0 25 0 1 0 520285292 26808320 4693 33554432000 4194304 4331988 140735970573904 18446744073709551615 4239528 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/27950/statm: 6545 4693 175 34 0 4987 0
Current children cumulated CPU time (s) 25.12
Current children cumulated vsize (KiB) 4879460

[startup+12.7012 s]
/proc/loadavg: 6.02 7.45 7.79 12/188 27952
/proc/meminfo: memFree=18164688/32950928 swapFree=67111528/67111528
[pid=27945] ppid=27943 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/27945/stat : 27945 (ppfolio) S 27943 27945 25471 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 520285291 18763776 390 33554432000 4194304 4287625 140736460723904 18446744073709551615 254500711951 0 0 4096 65536 4590892883451576319 0 0 17 1 0 0 0
/proc/27945/statm: 4581 390 341 23 0 91 0
[pid=27946] ppid=27945 vsize=2045672 CPUtime=12.69 cores=1
/proc/27946/stat : 27946 (cryptominisat) R 27945 27945 25471 0 -1 4202496 12448 0 0 0 1267 2 0 0 25 0 1 0 520285291 2094768128 5945 33554432000 4194304 4587354 140735416769328 18446744073709551615 4238568 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/27946/statm: 511418 5945 337 96 0 507980 0
[pid=27947] ppid=27945 vsize=22512 CPUtime=12.69 cores=5
/proc/27947/stat : 27947 (clasp) R 27945 27945 25471 0 -1 4202496 3183 0 0 0 1269 0 0 0 25 0 1 0 520285292 23052288 2916 33554432000 4194304 4785740 140735504835376 18446744073709551615 4286912 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/27947/statm: 5628 2916 340 145 0 2673 0
[pid=27948] ppid=27945 vsize=458888 CPUtime=6.32 cores=7
/proc/27948/stat : 27948 (TNM) R 27945 27945 25471 0 -1 4202496 1388 0 0 0 632 0 0 0 25 0 1 0 520285292 469901312 1284 33554432000 134512640 134534564 4286766704 18446744073709551615 134528504 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/27948/statm: 114722 1284 95 6 0 113388 0
[pid=27949] ppid=27945 vsize=13728 CPUtime=12.69 cores=3
/proc/27949/stat : 27949 (lingeling) R 27945 27945 25471 0 -1 4202496 3104 0 0 0 1269 0 0 0 25 0 1 0 520285292 14057472 2594 33554432000 4194304 4352236 140736018998768 18446744073709551615 4329060 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/27949/statm: 3432 2594 127 39 0 2512 0
[pid=27950] ppid=27945 vsize=26180 CPUtime=6.3 cores=7
/proc/27950/stat : 27950 (march_hi) R 27945 27945 25471 0 -1 4202496 9742 0 0 0 629 1 0 0 25 0 1 0 520285292 26808320 4693 33554432000 4194304 4331988 140735970573904 18446744073709551615 4299264 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/27950/statm: 6545 4693 175 34 0 4987 0
Current children cumulated CPU time (s) 50.69
Current children cumulated vsize (KiB) 2585304

[startup+25.5006 s]
/proc/loadavg: 6.90 7.58 7.82 12/188 27952
/proc/meminfo: memFree=18139728/32950928 swapFree=67111528/67111528
[pid=27945] ppid=27943 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/27945/stat : 27945 (ppfolio) S 27943 27945 25471 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 520285291 18763776 390 33554432000 4194304 4287625 140736460723904 18446744073709551615 254500711951 0 0 4096 65536 4590892883451576319 0 0 17 1 0 0 0
/proc/27945/statm: 4581 390 341 23 0 91 0
[pid=27946] ppid=27945 vsize=2036812 CPUtime=25.49 cores=1
/proc/27946/stat : 27946 (cryptominisat) R 27945 27945 25471 0 -1 4202496 17481 0 0 0 2546 3 0 0 25 0 1 0 520285291 2085695488 6020 33554432000 4194304 4587354 140735416769328 18446744073709551615 4241244 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/27946/statm: 509203 6020 337 96 0 505765 0
[pid=27947] ppid=27945 vsize=25432 CPUtime=25.49 cores=5
/proc/27947/stat : 27947 (clasp) R 27945 27945 25471 0 -1 4202496 3847 0 0 0 2549 0 0 0 25 0 1 0 520285292 26042368 3580 33554432000 4194304 4785740 140735504835376 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/27947/statm: 6358 3580 340 145 0 3403 0
[pid=27948] ppid=27945 vsize=458888 CPUtime=12.71 cores=7
/proc/27948/stat : 27948 (TNM) R 27945 27945 25471 0 -1 4202496 1388 0 0 0 1271 0 0 0 25 0 1 0 520285292 469901312 1284 33554432000 134512640 134534564 4286766704 18446744073709551615 134530151 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/27948/statm: 114722 1284 95 6 0 113388 0
[pid=27949] ppid=27945 vsize=16288 CPUtime=25.49 cores=3
/proc/27949/stat : 27949 (lingeling) R 27945 27945 25471 0 -1 4202496 4768 0 0 0 2549 0 0 0 25 0 1 0 520285292 16678912 3234 33554432000 4194304 4352236 140736018998768 18446744073709551615 4329060 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/27949/statm: 4072 3234 127 39 0 3152 0
[pid=27950] ppid=27945 vsize=26180 CPUtime=12.63 cores=7
/proc/27950/stat : 27950 (march_hi) R 27945 27945 25471 0 -1 4202496 9742 0 0 0 1262 1 0 0 25 0 1 0 520285292 26808320 4693 33554432000 4194304 4331988 140735970573904 18446744073709551615 4237416 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/27950/statm: 6545 4693 175 34 0 4987 0
Current children cumulated CPU time (s) 101.81
Current children cumulated vsize (KiB) 2581924

[startup+51.1005 s]
/proc/loadavg: 8.03 7.79 7.89 11/188 27953
/proc/meminfo: memFree=18106192/32950928 swapFree=67111528/67111528
[pid=27945] ppid=27943 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/27945/stat : 27945 (ppfolio) S 27943 27945 25471 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 520285291 18763776 390 33554432000 4194304 4287625 140736460723904 18446744073709551615 254500711951 0 0 4096 65536 4590892883451576319 0 0 17 1 0 0 0
/proc/27945/statm: 4581 390 341 23 0 91 0
[pid=27946] ppid=27945 vsize=56072 CPUtime=51.08 cores=1
/proc/27946/stat : 27946 (cryptominisat) R 27945 27945 25471 0 -1 4202496 25485 0 0 0 5105 3 0 0 25 0 1 0 520285291 57417728 10297 33554432000 4194304 4587354 140735416769328 18446744073709551615 4241265 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/27946/statm: 14018 10297 337 96 0 10580 0
[pid=27947] ppid=27945 vsize=28800 CPUtime=51.09 cores=5
/proc/27947/stat : 27947 (clasp) R 27945 27945 25471 0 -1 4202496 4607 0 0 0 5109 0 0 0 25 0 1 0 520285292 29491200 4340 33554432000 4194304 4785740 140735504835376 18446744073709551615 4552970 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/27947/statm: 7200 4340 340 145 0 4245 0
[pid=27948] ppid=27945 vsize=458888 CPUtime=25.41 cores=7
/proc/27948/stat : 27948 (TNM) R 27945 27945 25471 0 -1 4202496 1388 0 0 0 2541 0 0 0 25 0 1 0 520285292 469901312 1284 33554432000 134512640 134534564 4286766704 18446744073709551615 134528200 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/27948/statm: 114722 1284 95 6 0 113388 0
[pid=27949] ppid=27945 vsize=18340 CPUtime=51.08 cores=3

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

/proc/27950/statm: 7356 5451 175 34 0 5798 0
Current children cumulated CPU time (s) 3764.16
Current children cumulated vsize (KiB) 688292

[startup+1002.3 s]
/proc/loadavg: 10.20 10.07 9.33 12/188 27978
/proc/meminfo: memFree=17927088/32950928 swapFree=67111528/67111528
[pid=27945] ppid=27943 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/27945/stat : 27945 (ppfolio) S 27943 27945 25471 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 520285291 18763776 390 33554432000 4194304 4287625 140736460723904 18446744073709551615 254500711951 0 0 4096 65536 4590892883451576319 0 0 17 1 0 0 0
/proc/27945/statm: 4581 390 341 23 0 91 0
[pid=27946] ppid=27945 vsize=60772 CPUtime=1002.32 cores=1
/proc/27946/stat : 27946 (cryptominisat) R 27945 27945 25471 0 -1 4202496 248281 0 0 0 100142 90 0 0 25 0 1 0 520285291 62230528 11115 33554432000 4194304 4587354 140735416769328 18446744073709551615 4238752 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/27946/statm: 15193 11115 337 96 0 11755 0
[pid=27947] ppid=27945 vsize=60888 CPUtime=1002.33 cores=5
/proc/27947/stat : 27947 (clasp) R 27945 27945 25471 0 -1 4202496 11946 0 0 0 100231 2 0 0 25 0 1 0 520285292 62349312 11603 33554432000 4194304 4785740 140735504835376 18446744073709551615 4553032 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/27947/statm: 15222 11603 340 145 0 12267 0
[pid=27948] ppid=27945 vsize=458888 CPUtime=498.44 cores=7
/proc/27948/stat : 27948 (TNM) R 27945 27945 25471 0 -1 4202496 1388 0 0 0 49844 0 0 0 25 0 1 0 520285292 469901312 1284 33554432000 134512640 134534564 4286766704 18446744073709551615 134528504 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/27948/statm: 114722 1284 95 6 0 113388 0
[pid=27949] ppid=27945 vsize=64188 CPUtime=1002.34 cores=3
/proc/27949/stat : 27949 (lingeling) R 27945 27945 25471 0 -1 4202496 134937 0 0 0 100217 17 0 0 25 0 1 0 520285292 65728512 15227 33554432000 4194304 4352236 140736018998768 18446744073709551615 4329024 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/27949/statm: 16047 15227 127 39 0 15127 0
[pid=27950] ppid=27945 vsize=29424 CPUtime=498.42 cores=7
/proc/27950/stat : 27950 (march_hi) R 27945 27945 25471 0 -1 4202496 10526 0 0 0 49840 2 0 0 25 0 1 0 520285292 30130176 5477 33554432000 4194304 4331988 140735970573904 18446744073709551615 4239602 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/27950/statm: 7356 5477 175 34 0 5798 0
Current children cumulated CPU time (s) 4003.85
Current children cumulated vsize (KiB) 692484

[startup+1062.3 s]
/proc/loadavg: 10.11 10.07 9.38 11/188 27979
/proc/meminfo: memFree=17937860/32950928 swapFree=67111528/67111528
[pid=27945] ppid=27943 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/27945/stat : 27945 (ppfolio) S 27943 27945 25471 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 520285291 18763776 390 33554432000 4194304 4287625 140736460723904 18446744073709551615 254500711951 0 0 4096 65536 4590892883451576319 0 0 17 1 0 0 0
/proc/27945/statm: 4581 390 341 23 0 91 0
[pid=27946] ppid=27945 vsize=2060140 CPUtime=1062.33 cores=1
/proc/27946/stat : 27946 (cryptominisat) R 27945 27945 25471 0 -1 4202496 270210 0 0 0 106136 97 0 0 25 0 1 0 520285291 2109583360 9125 33554432000 4194304 4587354 140735416769328 18446744073709551615 4238392 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/27946/statm: 515035 9125 337 96 0 511597 0
[pid=27947] ppid=27945 vsize=61956 CPUtime=1062.34 cores=5
/proc/27947/stat : 27947 (clasp) R 27945 27945 25471 0 -1 4202496 12259 0 0 0 106232 2 0 0 25 0 1 0 520285292 63442944 11809 33554432000 4194304 4785740 140735504835376 18446744073709551615 4287017 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/27947/statm: 15489 11809 340 145 0 12534 0
[pid=27948] ppid=27945 vsize=458888 CPUtime=528.32 cores=7
/proc/27948/stat : 27948 (TNM) R 27945 27945 25471 0 -1 4202496 1388 0 0 0 52832 0 0 0 25 0 1 0 520285292 469901312 1284 33554432000 134512640 134534564 4286766704 18446744073709551615 134530551 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/27948/statm: 114722 1284 95 6 0 113388 0
[pid=27949] ppid=27945 vsize=65216 CPUtime=1062.34 cores=3
/proc/27949/stat : 27949 (lingeling) R 27945 27945 25471 0 -1 4202496 145338 0 0 0 106216 18 0 0 25 0 1 0 520285292 66781184 15484 33554432000 4194304 4352236 140736018998768 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/27949/statm: 16304 15484 127 39 0 15384 0
[pid=27950] ppid=27945 vsize=29424 CPUtime=528.22 cores=7
/proc/27950/stat : 27950 (march_hi) R 27945 27945 25471 0 -1 4202496 10551 0 0 0 52820 2 0 0 25 0 1 0 520285292 30130176 5502 33554432000 4194304 4331988 140735970573904 18446744073709551615 4299264 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/27950/statm: 7356 5502 175 34 0 5798 0
Current children cumulated CPU time (s) 4243.55
Current children cumulated vsize (KiB) 2693948

[startup+1122.3 s]
/proc/loadavg: 10.25 10.11 9.43 11/188 27981
/proc/meminfo: memFree=17910428/32950928 swapFree=67111528/67111528
[pid=27945] ppid=27943 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/27945/stat : 27945 (ppfolio) S 27943 27945 25471 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 520285291 18763776 390 33554432000 4194304 4287625 140736460723904 18446744073709551615 254500711951 0 0 4096 65536 4590892883451576319 0 0 17 1 0 0 0
/proc/27945/statm: 4581 390 341 23 0 91 0
[pid=27946] ppid=27945 vsize=61248 CPUtime=1122.33 cores=1
/proc/27946/stat : 27946 (cryptominisat) R 27945 27945 25471 0 -1 4202496 281305 0 0 0 112130 103 0 0 25 0 1 0 520285291 62717952 11216 33554432000 4194304 4587354 140735416769328 18446744073709551615 4237695 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/27946/statm: 15312 11216 337 96 0 11874 0
[pid=27947] ppid=27945 vsize=63244 CPUtime=1122.34 cores=5
/proc/27947/stat : 27947 (clasp) R 27945 27945 25471 0 -1 4202496 12633 0 0 0 112232 2 0 0 25 0 1 0 520285292 64761856 12076 33554432000 4194304 4785740 140735504835376 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/27947/statm: 15811 12076 340 145 0 12856 0
[pid=27948] ppid=27945 vsize=458888 CPUtime=558.13 cores=7
/proc/27948/stat : 27948 (TNM) R 27945 27945 25471 0 -1 4202496 1388 0 0 0 55813 0 0 0 25 0 1 0 520285292 469901312 1284 33554432000 134512640 134534564 4286766704 18446744073709551615 134530630 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/27948/statm: 114722 1284 95 6 0 113388 0
[pid=27949] ppid=27945 vsize=64064 CPUtime=1122.33 cores=3
/proc/27949/stat : 27949 (lingeling) R 27945 27945 25471 0 -1 4202496 154138 0 0 0 112214 19 0 0 25 0 1 0 520285292 65601536 15196 33554432000 4194304 4352236 140736018998768 18446744073709551615 4328395 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/27949/statm: 16016 15196 127 39 0 15096 0
[pid=27950] ppid=27945 vsize=29424 CPUtime=558.08 cores=7
/proc/27950/stat : 27950 (march_hi) R 27945 27945 25471 0 -1 4202496 10580 0 0 0 55806 2 0 0 25 0 1 0 520285292 30130176 5531 33554432000 4194304 4331988 140735970573904 18446744073709551615 4299264 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/27950/statm: 7356 5531 175 34 0 5798 0
Current children cumulated CPU time (s) 4483.21
Current children cumulated vsize (KiB) 695192

[startup+1182.3 s]
/proc/loadavg: 10.23 10.12 9.48 11/188 28015
/proc/meminfo: memFree=17921680/32950928 swapFree=67111528/67111528
[pid=27945] ppid=27943 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/27945/stat : 27945 (ppfolio) S 27943 27945 25471 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 520285291 18763776 390 33554432000 4194304 4287625 140736460723904 18446744073709551615 254500711951 0 0 4096 65536 4590892883451576319 0 0 17 1 0 0 0
/proc/27945/statm: 4581 390 341 23 0 91 0
[pid=27946] ppid=27945 vsize=61448 CPUtime=1182.33 cores=1
/proc/27946/stat : 27946 (cryptominisat) R 27945 27945 25471 0 -1 4202496 293939 0 0 0 118124 109 0 0 25 0 1 0 520285291 62922752 10239 33554432000 4194304 4587354 140735416769328 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/27946/statm: 15362 10239 337 96 0 11924 0
[pid=27947] ppid=27945 vsize=63244 CPUtime=1182.34 cores=5
/proc/27947/stat : 27947 (clasp) R 27945 27945 25471 0 -1 4202496 12637 0 0 0 118232 2 0 0 25 0 1 0 520285292 64761856 12080 33554432000 4194304 4785740 140735504835376 18446744073709551615 4287241 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/27947/statm: 15811 12080 340 145 0 12856 0
[pid=27948] ppid=27945 vsize=458888 CPUtime=587.98 cores=7
/proc/27948/stat : 27948 (TNM) R 27945 27945 25471 0 -1 4202496 1388 0 0 0 58798 0 0 0 25 0 1 0 520285292 469901312 1284 33554432000 134512640 134534564 4286766704 18446744073709551615 134530667 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/27948/statm: 114722 1284 95 6 0 113388 0
[pid=27949] ppid=27945 vsize=45504 CPUtime=1182.35 cores=3
/proc/27949/stat : 27949 (lingeling) R 27945 27945 25471 0 -1 4202496 159642 0 0 0 118214 21 0 0 25 0 1 0 520285292 46596096 10570 33554432000 4194304 4352236 140736018998768 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/27949/statm: 11376 10570 127 39 0 10456 0
[pid=27950] ppid=27945 vsize=31724 CPUtime=587.91 cores=7
/proc/27950/stat : 27950 (march_hi) R 27945 27945 25471 0 -1 4202496 10600 0 0 0 58789 2 0 0 25 0 1 0 520285292 32485376 5551 33554432000 4194304 4331988 140735970573904 18446744073709551615 4210448 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/27950/statm: 7931 5551 175 34 0 6373 0
Current children cumulated CPU time (s) 4722.91
Current children cumulated vsize (KiB) 679132



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.6 s]
/proc/loadavg: 10.22 10.13 9.49 11/188 28015
/proc/meminfo: memFree=17913496/32950928 swapFree=67111528/67111528
[pid=27945] ppid=27943 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/27945/stat : 27945 (ppfolio) S 27943 27945 25471 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 520285291 18763776 390 33554432000 4194304 4287625 140736460723904 18446744073709551615 254500711951 0 0 4096 65536 4590892883451576319 0 0 17 1 0 0 0
/proc/27945/statm: 4581 390 341 23 0 91 0
[pid=27946] ppid=27945 vsize=61512 CPUtime=1201.64 cores=1
/proc/27946/stat : 27946 (cryptominisat) R 27945 27945 25471 0 -1 4202496 298051 0 0 0 120053 111 0 0 25 0 1 0 520285291 62988288 9736 33554432000 4194304 4587354 140735416769328 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/27946/statm: 15378 9736 337 96 0 11940 0
[pid=27947] ppid=27945 vsize=64316 CPUtime=1201.65 cores=5
/proc/27947/stat : 27947 (clasp) R 27945 27945 25471 0 -1 4202496 12859 0 0 0 120163 2 0 0 25 0 1 0 520285292 65859584 12302 33554432000 4194304 4785740 140735504835376 18446744073709551615 4287017 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/27947/statm: 16079 12302 340 145 0 13124 0
[pid=27948] ppid=27945 vsize=458888 CPUtime=597.58 cores=7
/proc/27948/stat : 27948 (TNM) R 27945 27945 25471 0 -1 4202496 1388 0 0 0 59758 0 0 0 25 0 1 0 520285292 469901312 1284 33554432000 134512640 134534564 4286766704 18446744073709551615 134528304 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/27948/statm: 114722 1284 95 6 0 113388 0
[pid=27949] ppid=27945 vsize=45632 CPUtime=1201.65 cores=3
/proc/27949/stat : 27949 (lingeling) R 27945 27945 25471 0 -1 4202496 161530 0 0 0 120144 21 0 0 25 0 1 0 520285292 46727168 10602 33554432000 4194304 4352236 140736018998768 18446744073709551615 4328013 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/27949/statm: 11408 10602 127 39 0 10488 0
[pid=27950] ppid=27945 vsize=31724 CPUtime=597.51 cores=7
/proc/27950/stat : 27950 (march_hi) R 27945 27945 25471 0 -1 4202496 10606 0 0 0 59749 2 0 0 25 0 1 0 520285292 32485376 5557 33554432000 4194304 4331988 140735970573904 18446744073709551615 4299219 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/27950/statm: 7931 5557 175 34 0 6373 0
Current children cumulated CPU time (s) 4800.03
Current children cumulated vsize (KiB) 680396

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

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

[startup+1201.6 s]
/proc/loadavg: 10.22 10.13 9.49 11/188 28015
/proc/meminfo: memFree=17913496/32950928 swapFree=67111528/67111528
[pid=27945] ppid=27943 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/27945/stat : 27945 (ppfolio) S 27943 27945 25471 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 520285291 18763776 390 33554432000 4194304 4287625 140736460723904 18446744073709551615 254500711951 0 0 4096 65536 4590892883451576319 0 0 17 1 0 0 0
/proc/27945/statm: 4581 390 341 23 0 91 0
[pid=27946] ppid=27945 vsize=61512 CPUtime=1201.64 cores=1
/proc/27946/stat : 27946 (cryptominisat) R 27945 27945 25471 0 -1 4202496 298051 0 0 0 120053 111 0 0 25 0 1 0 520285291 62988288 9736 33554432000 4194304 4587354 140735416769328 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/27946/statm: 15378 9736 337 96 0 11940 0
[pid=27947] ppid=27945 vsize=64316 CPUtime=1201.65 cores=5
/proc/27947/stat : 27947 (clasp) R 27945 27945 25471 0 -1 4202496 12859 0 0 0 120163 2 0 0 25 0 1 0 520285292 65859584 12302 33554432000 4194304 4785740 140735504835376 18446744073709551615 4287017 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/27947/statm: 16079 12302 340 145 0 13124 0
[pid=27948] ppid=27945 vsize=458888 CPUtime=597.58 cores=7
/proc/27948/stat : 27948 (TNM) R 27945 27945 25471 0 -1 4202496 1388 0 0 0 59758 0 0 0 25 0 1 0 520285292 469901312 1284 33554432000 134512640 134534564 4286766704 18446744073709551615 134528304 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/27948/statm: 114722 1284 95 6 0 113388 0
[pid=27949] ppid=27945 vsize=45632 CPUtime=1201.65 cores=3
/proc/27949/stat : 27949 (lingeling) R 27945 27945 25471 0 -1 4202496 161530 0 0 0 120144 21 0 0 25 0 1 0 520285292 46727168 10602 33554432000 4194304 4352236 140736018998768 18446744073709551615 4328013 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/27949/statm: 11408 10602 127 39 0 10488 0
[pid=27950] ppid=27945 vsize=31724 CPUtime=597.51 cores=7
/proc/27950/stat : 27950 (march_hi) R 27945 27945 25471 0 -1 4202496 10606 0 0 0 59749 2 0 0 25 0 1 0 520285292 32485376 5557 33554432000 4194304 4331988 140735970573904 18446744073709551615 4299219 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/27950/statm: 7931 5557 175 34 0 6373 0
Current children cumulated CPU time (s) 4800.03
Current children cumulated vsize (KiB) 680396

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 27945 and gives
#  childrusage.ru_utime.tv_sec=4201
#  childrusage.ru_utime.tv_usec=196321
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=382789
# CPU time returned by wait4() is 4202.58
# while last known CPU time is 4800.03
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1201.61
CPU time (s): 4800.03
CPU user time (s): 4798.67
CPU system time (s): 1.36
CPU usage (%): 399.466
Max. virtual memory (cumulated for all children) (KiB): 4979308

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4201.2
system time used= 1.38279
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 474388
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= 487
involuntary context switches= 33717

runsolver used 1.77373 second user time and 4.79027 second system time

The end

Launcher Data

Begin job on node149 at 2011-04-29 16:21:26
IDJOB=3262481
IDBENCH=83313
IDSOLVER=1612
FILE ID=node149/3262481-1304086886
RUNJOBID= node149-1304086886-27921
PBS_JOBID= 13170452
Free space on /tmp= 71924 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT11/crafted/kullmann/VanDerWaerden/VanderWaerden_pd_3k/VanDerWaerden_pd_2-3-23_505.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3262481-1304086886/watcher-3262481-1304086886 -o /tmp/evaluation-result-3262481-1304086886/solver-3262481-1304086886 -C 4800 -W 1300 -M 15500  ppfolio HOME/instance-3262481-1304086886.cnf

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

MD5SUM BENCH= 8e7b614904543aa28491ea45c761cbd5
RANDOM SEED=1159898705

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:      18282788 kB
Buffers:       2224804 kB
Cached:       11821704 kB
SwapCached:          0 kB
Active:        6078412 kB
Inactive:      8040416 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      18282788 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           21416 kB
Writeback:           0 kB
AnonPages:       72012 kB
Mapped:          15652 kB
Slab:           486124 kB
PageTables:       5128 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   675048 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= 71908 MiB
End job on node149 at 2011-04-29 16:41:28