Trace number 3250291

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.32 1201.71

General information on the benchmark

Namecrafted/kullmann/GreenTao/
GreenTaok1k2/GreenTao_2-5-5_34308.cnf
MD5SUM1ef198d3f2d717e33f4f2ba124eb7eb2
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables34306
Number of clauses708168
Sum of the clauses size3540840
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 5708168
Number of clauses of size over 50

Solver Data

0.00/0.00	This is pico-portfolio, a naive parallel portfolio
0.00/0.00	Copyright (C) 2011 Olivier Roussel
0.00/0.00	Using 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

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-3250291-1304085753/watcher-3250291-1304085753 -o /tmp/evaluation-result-3250291-1304085753/solver-3250291-1304085753 -C 4800 -W 1300 -M 15500 ppfolio HOME/instance-3250291-1304085753.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: 9.25 9.34 9.34 5/181 2022
/proc/meminfo: memFree=20507072/32950928 swapFree=67111524/67111528
[pid=2022] ppid=2020 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/2022/stat : 2022 (ppfolio) R 2020 2022 567 0 -1 4194304 450 0 0 0 0 0 0 0 22 0 1 0 598806065 18763776 386 33554432000 4194304 4287625 140736664648848 18446744073709551615 231895310741 0 0 4096 65536 0 0 0 17 5 0 0 0
/proc/2022/statm: 4581 386 338 23 0 91 0

[startup+0.0926049 s]
/proc/loadavg: 9.25 9.34 9.34 5/181 2022
/proc/meminfo: memFree=20507072/32950928 swapFree=67111524/67111528
[pid=2022] ppid=2020 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/2022/stat : 2022 (ppfolio) S 2020 2022 567 0 -1 4202496 519 0 0 0 0 0 0 0 25 0 1 0 598806065 18763776 389 33554432000 4194304 4287625 140736664648848 18446744073709551615 231895510543 0 0 4096 65536 4594657611265081343 0 0 17 5 0 0 0
/proc/2022/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.100604 s]
/proc/loadavg: 9.25 9.34 9.34 5/181 2022
/proc/meminfo: memFree=20507072/32950928 swapFree=67111524/67111528
[pid=2022] ppid=2020 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/2022/stat : 2022 (ppfolio) S 2020 2022 567 0 -1 4202496 519 0 0 0 0 0 0 0 25 0 1 0 598806065 18763776 389 33554432000 4194304 4287625 140736664648848 18446744073709551615 231895510543 0 0 4096 65536 4594657611265081343 0 0 17 5 0 0 0
/proc/2022/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.300567 s]
/proc/loadavg: 9.25 9.34 9.34 5/181 2022
/proc/meminfo: memFree=20507072/32950928 swapFree=67111524/67111528
[pid=2022] ppid=2020 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/2022/stat : 2022 (ppfolio) S 2020 2022 567 0 -1 4202496 519 0 0 0 0 0 0 0 25 0 1 0 598806065 18763776 389 33554432000 4194304 4287625 140736664648848 18446744073709551615 231895510543 0 0 4096 65536 4594657611265081343 0 0 17 5 0 0 0
/proc/2022/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700497 s]
/proc/loadavg: 9.25 9.34 9.34 5/181 2022
/proc/meminfo: memFree=20507072/32950928 swapFree=67111524/67111528
[pid=2022] ppid=2020 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/2022/stat : 2022 (ppfolio) S 2020 2022 567 0 -1 4202496 519 0 0 0 0 0 0 0 22 0 1 0 598806065 18763776 389 33554432000 4194304 4287625 140736664648848 18446744073709551615 231895510543 0 0 4096 65536 4594657611265081343 0 0 17 5 0 0 0
/proc/2022/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50034 s]
/proc/loadavg: 9.23 9.33 9.34 10/187 2028
/proc/meminfo: memFree=20271920/32950928 swapFree=67111524/67111528
[pid=2022] ppid=2020 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/2022/stat : 2022 (ppfolio) S 2020 2022 567 0 -1 4202496 519 0 0 0 0 0 0 0 22 0 1 0 598806065 18763776 389 33554432000 4194304 4287625 140736664648848 18446744073709551615 231895510543 0 0 4096 65536 4594657611265081343 0 0 17 5 0 0 0
/proc/2022/statm: 4581 389 341 23 0 91 0
[pid=2023] ppid=2022 vsize=100484 CPUtime=1.49 cores=1
/proc/2023/stat : 2023 (cryptominisat) R 2022 2022 567 0 -1 4202496 16265 0 0 0 146 3 0 0 25 0 1 0 598806066 102895616 15427 33554432000 4194304 4587354 140734858232160 18446744073709551615 4238690 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/2023/statm: 25121 15427 304 96 0 21683 0
[pid=2024] ppid=2022 vsize=88824 CPUtime=1.48 cores=5
/proc/2024/stat : 2024 (clasp) R 2022 2022 567 0 -1 4202496 23009 0 0 0 144 4 0 0 25 0 1 0 598806066 90955776 18446 33554432000 4194304 4785740 140735671002096 18446744073709551615 4495638 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/2024/statm: 22206 18446 313 145 0 19251 0
[pid=2025] ppid=2022 vsize=472460 CPUtime=0.78 cores=7
/proc/2025/stat : 2025 (TNM) R 2022 2022 567 0 -1 4202496 7297 0 0 0 76 2 0 0 25 0 1 0 598806066 483799040 7195 33554432000 134512640 134534564 4289853616 18446744073709551615 10003658 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/2025/statm: 118115 7195 90 6 0 116781 0
[pid=2026] ppid=2022 vsize=58128 CPUtime=1.49 cores=3
/proc/2026/stat : 2026 (lingeling) R 2022 2022 567 0 -1 4202496 18383 0 0 0 146 3 0 0 25 0 1 0 598806066 59523072 13709 33554432000 4194304 4352236 140735014799488 18446744073709551615 4234513 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/2026/statm: 14532 13709 110 39 0 13612 0
[pid=2027] ppid=2022 vsize=92312 CPUtime=0.69 cores=7
/proc/2027/stat : 2027 (march_hi) R 2022 2022 567 0 -1 4194304 14783 0 0 0 65 4 0 0 25 0 1 0 598806066 94527488 14676 33554432000 4194304 4331988 140736793831504 18446744073709551615 4251681 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/2027/statm: 23078 14676 117 34 0 21520 0
Current children cumulated CPU time (s) 5.93
Current children cumulated vsize (KiB) 830532

[startup+3.10105 s]
/proc/loadavg: 9.23 9.33 9.34 10/187 2029
/proc/meminfo: memFree=20191444/32950928 swapFree=67111524/67111528
[pid=2022] ppid=2020 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/2022/stat : 2022 (ppfolio) S 2020 2022 567 0 -1 4202496 519 0 0 0 0 0 0 0 22 0 1 0 598806065 18763776 389 33554432000 4194304 4287625 140736664648848 18446744073709551615 231895510543 0 0 4096 65536 4594657611265081343 0 0 17 5 0 0 0
/proc/2022/statm: 4581 389 341 23 0 91 0
[pid=2023] ppid=2022 vsize=102728 CPUtime=3.09 cores=1
/proc/2023/stat : 2023 (cryptominisat) R 2022 2022 567 0 -1 4202496 16823 0 0 0 306 3 0 0 25 0 1 0 598806066 105193472 15985 33554432000 4194304 4587354 140734858232160 18446744073709551615 4238658 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/2023/statm: 25682 15985 304 96 0 22244 0
[pid=2024] ppid=2022 vsize=123452 CPUtime=3.08 cores=5
/proc/2024/stat : 2024 (clasp) R 2022 2022 567 0 -1 4202496 31128 0 0 0 303 5 0 0 25 0 1 0 598806066 126414848 26565 33554432000 4194304 4785740 140735671002096 18446744073709551615 231895187905 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/2024/statm: 30863 26575 315 145 0 27908 0
[pid=2025] ppid=2022 vsize=521560 CPUtime=1.57 cores=7
/proc/2025/stat : 2025 (TNM) R 2022 2022 567 0 -1 4202496 20615 0 0 0 153 4 0 0 25 0 1 0 598806066 534077440 20512 33554432000 134512640 134534564 4289853616 18446744073709551615 134524548 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/2025/statm: 130390 20512 91 6 0 129056 0
[pid=2026] ppid=2022 vsize=57496 CPUtime=3.09 cores=3
/proc/2026/stat : 2026 (lingeling) R 2022 2022 567 0 -1 4202496 19334 0 0 0 306 3 0 0 25 0 1 0 598806066 58875904 13530 33554432000 4194304 4352236 140735014799488 18446744073709551615 4283879 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/2026/statm: 14374 13530 121 39 0 13454 0
[pid=2027] ppid=2022 vsize=107752 CPUtime=1.49 cores=7
/proc/2027/stat : 2027 (march_hi) R 2022 2022 567 0 -1 4194304 24725 0 0 0 144 5 0 0 25 0 1 0 598806066 110338048 18578 33554432000 4194304 4331988 140736793831504 18446744073709551615 4252204 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/2027/statm: 26938 18578 127 34 0 25380 0
Current children cumulated CPU time (s) 12.32
Current children cumulated vsize (KiB) 931312

[startup+6.30045 s]
/proc/loadavg: 9.23 9.33 9.34 10/187 2029
/proc/meminfo: memFree=20109232/32950928 swapFree=67111524/67111528
[pid=2022] ppid=2020 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/2022/stat : 2022 (ppfolio) S 2020 2022 567 0 -1 4202496 519 0 0 0 0 0 0 0 17 0 1 0 598806065 18763776 389 33554432000 4194304 4287625 140736664648848 18446744073709551615 231895510543 0 0 4096 65536 4594657611265081343 0 0 17 5 0 0 0
/proc/2022/statm: 4581 389 341 23 0 91 0
[pid=2023] ppid=2022 vsize=119916 CPUtime=6.28 cores=1
/proc/2023/stat : 2023 (cryptominisat) R 2022 2022 567 0 -1 4202496 18484 0 0 0 625 3 0 0 25 0 1 0 598806066 122793984 17646 33554432000 4194304 4587354 140734858232160 18446744073709551615 231895151301 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/2023/statm: 29979 17647 308 96 0 26541 0
[pid=2024] ppid=2022 vsize=133880 CPUtime=6.28 cores=5
/proc/2024/stat : 2024 (clasp) R 2022 2022 567 0 -1 4202496 35702 0 0 0 622 6 0 0 25 0 1 0 598806066 137093120 29755 33554432000 4194304 4785740 140735671002096 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/2024/statm: 33470 29755 340 145 0 30515 0
[pid=2025] ppid=2022 vsize=521560 CPUtime=3.15 cores=7
/proc/2025/stat : 2025 (TNM) R 2022 2022 567 0 -1 4202496 20615 0 0 0 311 4 0 0 25 0 1 0 598806066 534077440 20512 33554432000 134512640 134534564 4289853616 18446744073709551615 134524508 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/2025/statm: 130390 20512 91 6 0 129056 0
[pid=2026] ppid=2022 vsize=57496 CPUtime=6.29 cores=3
/proc/2026/stat : 2026 (lingeling) R 2022 2022 567 0 -1 4202496 19340 0 0 0 626 3 0 0 25 0 1 0 598806066 58875904 13536 33554432000 4194304 4352236 140735014799488 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/2026/statm: 14374 13536 127 39 0 13454 0
[pid=2027] ppid=2022 vsize=77520 CPUtime=3.09 cores=7
/proc/2027/stat : 2027 (march_hi) R 2022 2022 567 0 -1 4202496 54858 0 0 0 300 9 0 0 25 0 1 0 598806066 79380480 11045 33554432000 4194304 4331988 140736793831504 18446744073709551615 4220842 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/2027/statm: 19380 11045 147 34 0 17822 0
Current children cumulated CPU time (s) 25.09
Current children cumulated vsize (KiB) 928696

[startup+12.7012 s]
/proc/loadavg: 9.19 9.32 9.33 10/187 2029
/proc/meminfo: memFree=19967272/32950928 swapFree=67111524/67111528
[pid=2022] ppid=2020 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/2022/stat : 2022 (ppfolio) S 2020 2022 567 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 598806065 18763776 389 33554432000 4194304 4287625 140736664648848 18446744073709551615 231895510543 0 0 4096 65536 4594657611265081343 0 0 17 5 0 0 0
/proc/2022/statm: 4581 389 341 23 0 91 0
[pid=2023] ppid=2022 vsize=763384 CPUtime=12.69 cores=1
/proc/2023/stat : 2023 (cryptominisat) R 2022 2022 567 0 -1 4202496 63381 0 0 0 1259 10 0 0 25 0 1 0 598806066 781705216 44876 33554432000 4194304 4587354 140734858232160 18446744073709551615 4238431 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/2023/statm: 190846 44876 334 96 0 187408 0
[pid=2024] ppid=2022 vsize=151428 CPUtime=12.68 cores=5
/proc/2024/stat : 2024 (clasp) R 2022 2022 567 0 -1 4202496 40408 0 0 0 1261 7 0 0 25 0 1 0 598806066 155062272 34461 33554432000 4194304 4785740 140735671002096 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/2024/statm: 37857 34461 340 145 0 34902 0
[pid=2025] ppid=2022 vsize=521560 CPUtime=6.32 cores=7
/proc/2025/stat : 2025 (TNM) R 2022 2022 567 0 -1 4202496 20615 0 0 0 628 4 0 0 25 0 1 0 598806066 534077440 20512 33554432000 134512640 134534564 4289853616 18446744073709551615 134524541 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/2025/statm: 130390 20512 91 6 0 129056 0
[pid=2026] ppid=2022 vsize=61252 CPUtime=12.69 cores=3
/proc/2026/stat : 2026 (lingeling) R 2022 2022 567 0 -1 4202496 20279 0 0 0 1266 3 0 0 25 0 1 0 598806066 62722048 14475 33554432000 4194304 4352236 140735014799488 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/2026/statm: 15313 14475 127 39 0 14393 0
[pid=2027] ppid=2022 vsize=117476 CPUtime=6.29 cores=7
/proc/2027/stat : 2027 (march_hi) R 2022 2022 567 0 -1 4202496 106322 0 0 0 612 17 0 0 25 0 1 0 598806066 120295424 20946 33554432000 4194304 4331988 140736793831504 18446744073709551615 4271136 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/2027/statm: 29369 20946 150 34 0 27811 0
Current children cumulated CPU time (s) 50.67
Current children cumulated vsize (KiB) 1633424

[startup+25.5009 s]
/proc/loadavg: 9.16 9.31 9.33 10/187 2029
/proc/meminfo: memFree=19944108/32950928 swapFree=67111524/67111528
[pid=2022] ppid=2020 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/2022/stat : 2022 (ppfolio) S 2020 2022 567 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 598806065 18763776 389 33554432000 4194304 4287625 140736664648848 18446744073709551615 231895510543 0 0 4096 65536 4594657611265081343 0 0 17 5 0 0 0
/proc/2022/statm: 4581 389 341 23 0 91 0
[pid=2023] ppid=2022 vsize=1348236 CPUtime=25.49 cores=1
/proc/2023/stat : 2023 (cryptominisat) R 2022 2022 567 0 -1 4202496 69809 0 0 0 2537 12 0 0 25 0 1 0 598806066 1380593664 45838 33554432000 4194304 4587354 140734858232160 18446744073709551615 4238658 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/2023/statm: 337059 45838 334 96 0 333621 0
[pid=2024] ppid=2022 vsize=194308 CPUtime=25.49 cores=5
/proc/2024/stat : 2024 (clasp) R 2022 2022 567 0 -1 4202496 51061 0 0 0 2537 12 0 0 25 0 1 0 598806066 198971392 45114 33554432000 4194304 4785740 140735671002096 18446744073709551615 231895151301 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/2024/statm: 48577 45114 340 145 0 45622 0
[pid=2025] ppid=2022 vsize=521560 CPUtime=12.72 cores=7
/proc/2025/stat : 2025 (TNM) R 2022 2022 567 0 -1 4202496 20615 0 0 0 1268 4 0 0 25 0 1 0 598806066 534077440 20512 33554432000 134512640 134534564 4289853616 18446744073709551615 134524546 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/2025/statm: 130390 20512 91 6 0 129056 0
[pid=2026] ppid=2022 vsize=64908 CPUtime=25.48 cores=3
/proc/2026/stat : 2026 (lingeling) R 2022 2022 567 0 -1 4202496 21193 0 0 0 2545 3 0 0 25 0 1 0 598806066 66465792 15389 33554432000 4194304 4352236 140735014799488 18446744073709551615 4231352 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/2026/statm: 16227 15389 127 39 0 15307 0
[pid=2027] ppid=2022 vsize=106768 CPUtime=12.62 cores=7
/proc/2027/stat : 2027 (march_hi) R 2022 2022 567 0 -1 4202496 111352 0 0 0 1244 18 0 0 25 0 1 0 598806066 109330432 18301 33554432000 4194304 4331988 140736793831504 18446744073709551615 4251671 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/2027/statm: 26692 18301 151 34 0 25134 0
Current children cumulated CPU time (s) 101.8
Current children cumulated vsize (KiB) 2254104

[startup+51.1011 s]
/proc/loadavg: 9.17 9.30 9.33 10/187 2030
/proc/meminfo: memFree=19732152/32950928 swapFree=67111524/67111528
[pid=2022] ppid=2020 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/2022/stat : 2022 (ppfolio) S 2020 2022 567 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 598806065 18763776 389 33554432000 4194304 4287625 140736664648848 18446744073709551615 231895510543 0 0 4096 65536 4594657611265081343 0 0 17 5 0 0 0
/proc/2022/statm: 4581 389 341 23 0 91 0
[pid=2023] ppid=2022 vsize=1313536 CPUtime=51.09 cores=1
/proc/2023/stat : 2023 (cryptominisat) R 2022 2022 567 0 -1 4202496 85030 0 0 0 5092 17 0 0 25 0 1 0 598806066 1345060864 48443 33554432000 4194304 4587354 140734858232160 18446744073709551615 231895187092 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/2023/statm: 328384 48443 334 96 0 324946 0
[pid=2024] ppid=2022 vsize=261812 CPUtime=51.09 cores=5
/proc/2024/stat : 2024 (clasp) R 2022 2022 567 0 -1 4202496 67856 0 0 0 5089 20 0 0 25 0 1 0 598806066 268095488 61909 33554432000 4194304 4785740 140735671002096 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/2024/statm: 65453 61909 340 145 0 62498 0
[pid=2025] ppid=2022 vsize=550112 CPUtime=25.41 cores=7
/proc/2025/stat : 2025 (TNM) R 2022 2022 567 0 -1 4202496 30884 0 0 0 2536 5 0 0 25 0 1 0 598806066 563314688 30781 33554432000 134512640 134534564 4289853616 18446744073709551615 134525929 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/2025/statm: 137528 30781 95 6 0 136194 0
[pid=2026] ppid=2022 vsize=65516 CPUtime=51.09 cores=3

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

/proc/2027/statm: 58625 38759 175 34 0 57067 0
Current children cumulated CPU time (s) 3764.1
Current children cumulated vsize (KiB) 2970080

[startup+1002.3 s]
/proc/loadavg: 9.22 9.18 9.21 11/187 2088
/proc/meminfo: memFree=19366952/32950928 swapFree=67111524/67111528
[pid=2022] ppid=2020 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/2022/stat : 2022 (ppfolio) S 2020 2022 567 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 598806065 18763776 389 33554432000 4194304 4287625 140736664648848 18446744073709551615 231895510543 0 0 4096 65536 4594657611265081343 0 0 17 5 0 0 0
/proc/2022/statm: 4581 389 341 23 0 91 0
[pid=2023] ppid=2022 vsize=1309616 CPUtime=1002.33 cores=1
/proc/2023/stat : 2023 (cryptominisat) R 2022 2022 567 0 -1 4202496 741406 0 0 0 99869 364 0 0 25 0 1 0 598806066 1341046784 45864 33554432000 4194304 4587354 140734858232160 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/2023/statm: 327404 45864 334 96 0 323966 0
[pid=2024] ppid=2022 vsize=714184 CPUtime=1002.31 cores=5
/proc/2024/stat : 2024 (clasp) R 2022 2022 567 0 -1 4202496 177830 0 0 0 100167 64 0 0 25 0 1 0 598806066 731324416 171883 33554432000 4194304 4785740 140735671002096 18446744073709551615 4553375 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/2024/statm: 178546 171883 340 145 0 175591 0
[pid=2025] ppid=2022 vsize=550112 CPUtime=498.43 cores=7
/proc/2025/stat : 2025 (TNM) R 2022 2022 567 0 -1 4202496 30884 0 0 0 49838 5 0 0 25 0 1 0 598806066 563314688 30781 33554432000 134512640 134534564 4289853616 18446744073709551615 134530484 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/2025/statm: 137528 30781 95 6 0 136194 0
[pid=2026] ppid=2022 vsize=102860 CPUtime=1002.32 cores=3
/proc/2026/stat : 2026 (lingeling) R 2022 2022 567 0 -1 4202496 53154 0 0 0 100224 8 0 0 25 0 1 0 598806066 105328640 24877 33554432000 4194304 4352236 140735014799488 18446744073709551615 4328377 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/2026/statm: 25715 24877 127 39 0 24795 0
[pid=2027] ppid=2022 vsize=234500 CPUtime=498.39 cores=7
/proc/2027/stat : 2027 (march_hi) R 2022 2022 567 0 -1 4202496 132263 0 0 0 49818 21 0 0 25 0 1 0 598806066 240128000 38759 33554432000 4194304 4331988 140736793831504 18446744073709551615 4228339 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/2027/statm: 58625 38759 175 34 0 57067 0
Current children cumulated CPU time (s) 4003.78
Current children cumulated vsize (KiB) 2929596

[startup+1062.3 s]
/proc/loadavg: 9.19 9.17 9.20 10/187 2090
/proc/meminfo: memFree=19362104/32950928 swapFree=67111524/67111528
[pid=2022] ppid=2020 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/2022/stat : 2022 (ppfolio) S 2020 2022 567 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 598806065 18763776 389 33554432000 4194304 4287625 140736664648848 18446744073709551615 231895510543 0 0 4096 65536 4594657611265081343 0 0 17 5 0 0 0
/proc/2022/statm: 4581 389 341 23 0 91 0
[pid=2023] ppid=2022 vsize=1310840 CPUtime=1062.33 cores=1
/proc/2023/stat : 2023 (cryptominisat) R 2022 2022 567 0 -1 4202496 776756 0 0 0 105847 386 0 0 25 0 1 0 598806066 1342300160 45864 33554432000 4194304 4587354 140734858232160 18446744073709551615 4238406 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/2023/statm: 327710 45864 334 96 0 324272 0
[pid=2024] ppid=2022 vsize=715040 CPUtime=1062.32 cores=5
/proc/2024/stat : 2024 (clasp) R 2022 2022 567 0 -1 4202496 177995 0 0 0 106168 64 0 0 25 0 1 0 598806066 732200960 172048 33554432000 4194304 4785740 140735671002096 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/2024/statm: 178760 172048 340 145 0 175805 0
[pid=2025] ppid=2022 vsize=550112 CPUtime=528.28 cores=7
/proc/2025/stat : 2025 (TNM) R 2022 2022 567 0 -1 4202496 30884 0 0 0 52823 5 0 0 25 0 1 0 598806066 563314688 30781 33554432000 134512640 134534564 4289853616 18446744073709551615 134528913 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/2025/statm: 137528 30781 95 6 0 136194 0
[pid=2026] ppid=2022 vsize=106956 CPUtime=1062.32 cores=3
/proc/2026/stat : 2026 (lingeling) R 2022 2022 567 0 -1 4202496 54178 0 0 0 106224 8 0 0 25 0 1 0 598806066 109522944 25901 33554432000 4194304 4352236 140735014799488 18446744073709551615 4231316 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/2026/statm: 26739 25901 127 39 0 25819 0
[pid=2027] ppid=2022 vsize=234500 CPUtime=528.22 cores=7
/proc/2027/stat : 2027 (march_hi) R 2022 2022 567 0 -1 4202496 132263 0 0 0 52801 21 0 0 25 0 1 0 598806066 240128000 38759 33554432000 4194304 4331988 140736793831504 18446744073709551615 4284439 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/2027/statm: 58625 38759 175 34 0 57067 0
Current children cumulated CPU time (s) 4243.47
Current children cumulated vsize (KiB) 2935772

[startup+1122.3 s]
/proc/loadavg: 9.16 9.17 9.20 10/187 2091
/proc/meminfo: memFree=19358616/32950928 swapFree=67111524/67111528
[pid=2022] ppid=2020 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/2022/stat : 2022 (ppfolio) S 2020 2022 567 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 598806065 18763776 389 33554432000 4194304 4287625 140736664648848 18446744073709551615 231895510543 0 0 4096 65536 4594657611265081343 0 0 17 5 0 0 0
/proc/2022/statm: 4581 389 341 23 0 91 0
[pid=2023] ppid=2022 vsize=1308136 CPUtime=1122.33 cores=1
/proc/2023/stat : 2023 (cryptominisat) R 2022 2022 567 0 -1 4202496 813012 0 0 0 111828 405 0 0 25 0 1 0 598806066 1339531264 45864 33554432000 4194304 4587354 140734858232160 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/2023/statm: 327034 45864 334 96 0 323596 0
[pid=2024] ppid=2022 vsize=719304 CPUtime=1122.32 cores=5
/proc/2024/stat : 2024 (clasp) R 2022 2022 567 0 -1 4202496 178933 0 0 0 112168 64 0 0 25 0 1 0 598806066 736567296 172986 33554432000 4194304 4785740 140735671002096 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/2024/statm: 179826 172986 340 145 0 176871 0
[pid=2025] ppid=2022 vsize=550112 CPUtime=558.13 cores=7
/proc/2025/stat : 2025 (TNM) R 2022 2022 567 0 -1 4202496 30884 0 0 0 55808 5 0 0 25 0 1 0 598806066 563314688 30781 33554432000 134512640 134534564 4289853616 18446744073709551615 134528737 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/2025/statm: 137528 30781 95 6 0 136194 0
[pid=2026] ppid=2022 vsize=102860 CPUtime=1122.33 cores=3
/proc/2026/stat : 2026 (lingeling) R 2022 2022 567 0 -1 4202496 54178 0 0 0 112224 9 0 0 25 0 1 0 598806066 105328640 24877 33554432000 4194304 4352236 140735014799488 18446744073709551615 4278667 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/2026/statm: 25715 24877 127 39 0 24795 0
[pid=2027] ppid=2022 vsize=234500 CPUtime=558.04 cores=7
/proc/2027/stat : 2027 (march_hi) R 2022 2022 567 0 -1 4202496 132263 0 0 0 55783 21 0 0 25 0 1 0 598806066 240128000 38759 33554432000 4194304 4331988 140736793831504 18446744073709551615 4239684 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/2027/statm: 58625 38759 175 34 0 57067 0
Current children cumulated CPU time (s) 4483.15
Current children cumulated vsize (KiB) 2933236

[startup+1182.3 s]
/proc/loadavg: 9.15 9.17 9.19 10/187 2093
/proc/meminfo: memFree=19269204/32950928 swapFree=67111524/67111528
[pid=2022] ppid=2020 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/2022/stat : 2022 (ppfolio) S 2020 2022 567 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 598806065 18763776 389 33554432000 4194304 4287625 140736664648848 18446744073709551615 231895510543 0 0 4096 65536 4594657611265081343 0 0 17 5 0 0 0
/proc/2022/statm: 4581 389 341 23 0 91 0
[pid=2023] ppid=2022 vsize=1364116 CPUtime=1182.32 cores=1
/proc/2023/stat : 2023 (cryptominisat) R 2022 2022 567 0 -1 4202496 849691 0 0 0 117807 425 0 0 25 0 1 0 598806066 1396854784 66316 33554432000 4194304 4587354 140734858232160 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/2023/statm: 341029 66317 334 96 0 337591 0
[pid=2024] ppid=2022 vsize=728508 CPUtime=1182.31 cores=5
/proc/2024/stat : 2024 (clasp) R 2022 2022 567 0 -1 4202496 181163 0 0 0 118166 65 0 0 25 0 1 0 598806066 745992192 175216 33554432000 4194304 4785740 140735671002096 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/2024/statm: 182127 175216 340 145 0 179172 0
[pid=2025] ppid=2022 vsize=550112 CPUtime=587.93 cores=7
/proc/2025/stat : 2025 (TNM) R 2022 2022 567 0 -1 4202496 30884 0 0 0 58788 5 0 0 25 0 1 0 598806066 563314688 30781 33554432000 134512640 134534564 4289853616 18446744073709551615 134530701 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/2025/statm: 137528 30781 95 6 0 136194 0
[pid=2026] ppid=2022 vsize=104956 CPUtime=1182.33 cores=3
/proc/2026/stat : 2026 (lingeling) R 2022 2022 567 0 -1 4202496 55726 0 0 0 118224 9 0 0 25 0 1 0 598806066 107474944 25401 33554432000 4194304 4352236 140735014799488 18446744073709551615 4329086 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/2026/statm: 26239 25401 127 39 0 25319 0
[pid=2027] ppid=2022 vsize=234500 CPUtime=587.91 cores=7
/proc/2027/stat : 2027 (march_hi) R 2022 2022 567 0 -1 4202496 132263 0 0 0 58770 21 0 0 25 0 1 0 598806066 240128000 38759 33554432000 4194304 4331988 140736793831504 18446744073709551615 4263258 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/2027/statm: 58625 38759 175 34 0 57067 0
Current children cumulated CPU time (s) 4722.8
Current children cumulated vsize (KiB) 3000516



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 9.24 9.19 9.19 10/187 2094
/proc/meminfo: memFree=19285944/32950928 swapFree=67111524/67111528
[pid=2022] ppid=2020 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/2022/stat : 2022 (ppfolio) S 2020 2022 567 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 598806065 18763776 389 33554432000 4194304 4287625 140736664648848 18446744073709551615 231895510543 0 0 4096 65536 4594657611265081343 0 0 17 5 0 0 0
/proc/2022/statm: 4581 389 341 23 0 91 0
[pid=2023] ppid=2022 vsize=1307384 CPUtime=1201.73 cores=1
/proc/2023/stat : 2023 (cryptominisat) R 2022 2022 567 0 -1 4202496 859610 0 0 0 119742 431 0 0 25 0 1 0 598806066 1338761216 55329 33554432000 4194304 4587354 140734858232160 18446744073709551615 4237679 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/2023/statm: 326846 55329 334 96 0 323408 0
[pid=2024] ppid=2022 vsize=750668 CPUtime=1201.72 cores=5
/proc/2024/stat : 2024 (clasp) R 2022 2022 567 0 -1 4202496 186654 0 0 0 120104 68 0 0 25 0 1 0 598806066 768684032 180707 33554432000 4194304 4785740 140735671002096 18446744073709551615 4287204 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/2024/statm: 187667 180708 340 145 0 184712 0
[pid=2025] ppid=2022 vsize=550112 CPUtime=597.62 cores=7
/proc/2025/stat : 2025 (TNM) R 2022 2022 567 0 -1 4202496 30884 0 0 0 59757 5 0 0 25 0 1 0 598806066 563314688 30781 33554432000 134512640 134534564 4289853616 18446744073709551615 134528523 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/2025/statm: 137528 30781 95 6 0 136194 0
[pid=2026] ppid=2022 vsize=104956 CPUtime=1201.73 cores=3
/proc/2026/stat : 2026 (lingeling) R 2022 2022 567 0 -1 4202496 56750 0 0 0 120164 9 0 0 25 0 1 0 598806066 107474944 25401 33554432000 4194304 4352236 140735014799488 18446744073709551615 4328009 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/2026/statm: 26239 25401 127 39 0 25319 0
[pid=2027] ppid=2022 vsize=234500 CPUtime=597.52 cores=7
/proc/2027/stat : 2027 (march_hi) R 2022 2022 567 0 -1 4202496 132263 0 0 0 59731 21 0 0 25 0 1 0 598806066 240128000 38759 33554432000 4194304 4331988 140736793831504 18446744073709551615 4228331 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/2027/statm: 58625 38759 175 34 0 57067 0
Current children cumulated CPU time (s) 4800.32
Current children cumulated vsize (KiB) 2965944

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

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

[startup+1201.7 s]
/proc/loadavg: 9.24 9.19 9.19 10/187 2094
/proc/meminfo: memFree=19285944/32950928 swapFree=67111524/67111528
[pid=2022] ppid=2020 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/2022/stat : 2022 (ppfolio) S 2020 2022 567 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 598806065 18763776 389 33554432000 4194304 4287625 140736664648848 18446744073709551615 231895510543 0 0 4096 65536 4594657611265081343 0 0 17 5 0 0 0
/proc/2022/statm: 4581 389 341 23 0 91 0
[pid=2023] ppid=2022 vsize=1307384 CPUtime=1201.73 cores=1
/proc/2023/stat : 2023 (cryptominisat) R 2022 2022 567 0 -1 4202496 859610 0 0 0 119742 431 0 0 25 0 1 0 598806066 1338761216 55329 33554432000 4194304 4587354 140734858232160 18446744073709551615 4237679 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/2023/statm: 326846 55329 334 96 0 323408 0
[pid=2024] ppid=2022 vsize=750668 CPUtime=1201.72 cores=5
/proc/2024/stat : 2024 (clasp) R 2022 2022 567 0 -1 4202496 186654 0 0 0 120104 68 0 0 25 0 1 0 598806066 768684032 180707 33554432000 4194304 4785740 140735671002096 18446744073709551615 4287204 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/2024/statm: 187667 180708 340 145 0 184712 0
[pid=2025] ppid=2022 vsize=550112 CPUtime=597.62 cores=7
/proc/2025/stat : 2025 (TNM) R 2022 2022 567 0 -1 4202496 30884 0 0 0 59757 5 0 0 25 0 1 0 598806066 563314688 30781 33554432000 134512640 134534564 4289853616 18446744073709551615 134528523 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/2025/statm: 137528 30781 95 6 0 136194 0
[pid=2026] ppid=2022 vsize=104956 CPUtime=1201.73 cores=3
/proc/2026/stat : 2026 (lingeling) R 2022 2022 567 0 -1 4202496 56750 0 0 0 120164 9 0 0 25 0 1 0 598806066 107474944 25401 33554432000 4194304 4352236 140735014799488 18446744073709551615 4328009 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/2026/statm: 26239 25401 127 39 0 25319 0
[pid=2027] ppid=2022 vsize=234500 CPUtime=597.52 cores=7
/proc/2027/stat : 2027 (march_hi) R 2022 2022 567 0 -1 4202496 132263 0 0 0 59731 21 0 0 25 0 1 0 598806066 240128000 38759 33554432000 4194304 4331988 140736793831504 18446744073709551615 4228331 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/2027/statm: 58625 38759 175 34 0 57067 0
Current children cumulated CPU time (s) 4800.32
Current children cumulated vsize (KiB) 2965944

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 2022 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=5999
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=4999
# CPU time returned by wait4() is 0.010998
# while last known CPU time is 4800.32
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1201.71
CPU time (s): 4800.32
CPU user time (s): 4794.98
CPU system time (s): 5.34
CPU usage (%): 399.456
Max. virtual memory (cumulated for all children) (KiB): 3571740

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

runsolver used 1.79573 second user time and 4.76828 second system time

The end

Launcher Data

Begin job on node114 at 2011-04-29 16:02:34
IDJOB=3250291
IDBENCH=83249
IDSOLVER=1612
FILE ID=node114/3250291-1304085753
RUNJOBID= node114-1304077601-586
PBS_JOBID= 13170509
Free space on /tmp= 71772 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT11/crafted/kullmann/GreenTao/GreenTaok1k2/GreenTao_2-5-5_34308.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3250291-1304085753/watcher-3250291-1304085753 -o /tmp/evaluation-result-3250291-1304085753/solver-3250291-1304085753 -C 4800 -W 1300 -M 15500  ppfolio HOME/instance-3250291-1304085753.cnf

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

MD5SUM BENCH= 1ef198d3f2d717e33f4f2ba124eb7eb2
RANDOM SEED=221309247

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.848
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.848
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.75
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.848
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.848
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.74
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.848
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:      20507236 kB
Buffers:       2223472 kB
Cached:        9372028 kB
SwapCached:          4 kB
Active:        3073712 kB
Inactive:      8788972 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      20507236 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           33024 kB
Writeback:           0 kB
AnonPages:      267448 kB
Mapped:          16388 kB
Slab:           516560 kB
PageTables:       5488 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   877956 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= 71760 MiB
End job on node114 at 2011-04-29 16:22:38