Trace number 3289306

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

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-bottom19.cnf
MD5SUMd725e0d6a363434dce7cb39ffdb1b83f
Bench CategoryAPPLICATION (applications 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 variables40286
Number of clauses134663
Sum of the clauses size343327
Maximum clause length1301
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 269181
Number of clauses of size 364779
Number of clauses of size 4189
Number of clauses of size 517
Number of clauses of size over 5496

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-3289306-1304081093/watcher-3289306-1304081093 -o /tmp/evaluation-result-3289306-1304081093/solver-3289306-1304081093 -C 4800 -W 1300 -M 15500 ppfolio HOME/instance-3289306-1304081093.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.13 8.36 8.62 6/182 15829
/proc/meminfo: memFree=26144432/32950928 swapFree=67111364/67111528
[pid=15829] ppid=15827 vsize=18324 CPUtime=0.01 cores=1,3,5,7
/proc/15829/stat : 15829 (ppfolio) S 15827 15829 15268 0 -1 4202496 525 1195 0 0 0 0 0 1 18 0 1 0 519708949 18763776 391 33554432000 4194304 4287625 140736506709136 18446744073709551615 208080252431 0 0 4096 65536 9224195386380386304 0 0 17 1 0 0 0
/proc/15829/statm: 4581 391 342 23 0 91 0

[startup+1.03399 s]
/proc/loadavg: 9.13 8.36 8.62 6/182 15829
/proc/meminfo: memFree=26144432/32950928 swapFree=67111364/67111528
[pid=15829] ppid=15827 vsize=18324 CPUtime=0.01 cores=1,3,5,7
/proc/15829/stat : 15829 (ppfolio) S 15827 15829 15268 0 -1 4202496 525 1195 0 0 0 0 0 1 16 0 1 0 519708949 18763776 391 33554432000 4194304 4287625 140736506709136 18446744073709551615 208080252431 0 0 4096 65536 9224195742862639368 0 0 17 1 0 0 0
/proc/15829/statm: 4581 391 342 23 0 91 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 18324

[startup+1.13397 s]
/proc/loadavg: 9.13 8.36 8.62 6/182 15829
/proc/meminfo: memFree=26144432/32950928 swapFree=67111364/67111528
[pid=15829] ppid=15827 vsize=18324 CPUtime=0.01 cores=1,3,5,7
/proc/15829/stat : 15829 (ppfolio) S 15827 15829 15268 0 -1 4202496 525 1195 0 0 0 0 0 1 16 0 1 0 519708949 18763776 391 33554432000 4194304 4287625 140736506709136 18446744073709551615 208080252431 0 0 4096 65536 9224195742862639368 0 0 17 1 0 0 0
/proc/15829/statm: 4581 391 342 23 0 91 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 18324

[startup+1.23396 s]
/proc/loadavg: 9.13 8.36 8.62 6/182 15829
/proc/meminfo: memFree=26144432/32950928 swapFree=67111364/67111528
[pid=15829] ppid=15827 vsize=18324 CPUtime=0.01 cores=1,3,5,7
/proc/15829/stat : 15829 (ppfolio) S 15827 15829 15268 0 -1 4202496 525 1195 0 0 0 0 0 1 15 0 1 0 519708949 18763776 391 33554432000 4194304 4287625 140736506709136 18446744073709551615 208080252431 0 0 4096 65536 9224195742862639368 0 0 17 1 0 0 0
/proc/15829/statm: 4581 391 342 23 0 91 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 18324

[startup+1.33394 s]
/proc/loadavg: 9.13 8.36 8.62 6/182 15829
/proc/meminfo: memFree=26144432/32950928 swapFree=67111364/67111528
[pid=15829] ppid=15827 vsize=18324 CPUtime=0.01 cores=1,3,5,7
/proc/15829/stat : 15829 (ppfolio) S 15827 15829 15268 0 -1 4202496 525 1195 0 0 0 0 0 1 15 0 1 0 519708949 18763776 391 33554432000 4194304 4287625 140736506709136 18446744073709551615 208080252431 0 0 4096 65536 9224195742862639368 0 0 17 1 0 0 0
/proc/15829/statm: 4581 391 342 23 0 91 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 18324

[startup+1.5339 s]
/proc/loadavg: 9.13 8.36 8.62 6/182 15829
/proc/meminfo: memFree=26144432/32950928 swapFree=67111364/67111528
[pid=15829] ppid=15827 vsize=18324 CPUtime=0.01 cores=1,3,5,7
/proc/15829/stat : 15829 (ppfolio) S 15827 15829 15268 0 -1 4202496 525 1195 0 0 0 0 0 1 15 0 1 0 519708949 18763776 391 33554432000 4194304 4287625 140736506709136 18446744073709551615 208080252431 0 0 4096 65536 9224195738567704576 0 0 17 1 0 0 0
/proc/15829/statm: 4581 391 342 23 0 91 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 18324

[startup+3.1006 s]
/proc/loadavg: 9.13 8.36 8.62 10/187 15835
/proc/meminfo: memFree=26011708/32950928 swapFree=67111364/67111528
[pid=15829] ppid=15827 vsize=18324 CPUtime=0.01 cores=1,3,5,7
/proc/15829/stat : 15829 (ppfolio) S 15827 15829 15268 0 -1 4202496 525 1195 0 0 0 0 0 1 15 0 1 0 519708949 18763776 391 33554432000 4194304 4287625 140736506709136 18446744073709551615 208080252431 0 0 4096 65536 9224195742862639368 0 0 17 1 0 0 0
/proc/15829/statm: 4581 391 342 23 0 91 0
[pid=15830] ppid=15829 vsize=60092 CPUtime=3.09 cores=1
/proc/15830/stat : 15830 (cryptominisat) R 15829 15829 15268 0 -1 4202496 13149 0 0 0 308 1 0 0 25 0 1 0 519708949 61534208 10439 33554432000 4194304 4587354 140735297738640 18446744073709551615 4243434 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/15830/statm: 15023 10439 330 96 0 11585 0
[pid=15831] ppid=15829 vsize=37924 CPUtime=3.1 cores=5
/proc/15831/stat : 15831 (clasp) R 15829 15829 15268 0 -1 4202496 8453 0 0 0 309 1 0 0 25 0 1 0 519708949 38834176 6710 33554432000 4194304 4785740 140734127681600 18446744073709551615 4287204 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/15831/statm: 9481 6710 340 145 0 6526 0
[pid=15833] ppid=15829 vsize=14936 CPUtime=3.1 cores=3
/proc/15833/stat : 15833 (lingeling) R 15829 15829 15268 0 -1 4202496 4702 0 0 0 309 1 0 0 25 0 1 0 519708949 15294464 2900 33554432000 4194304 4352236 140736147592064 18446744073709551615 4267598 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/15833/statm: 3734 2900 125 39 0 2814 0
[pid=15834] ppid=15829 vsize=97036 CPUtime=3.06 cores=7
/proc/15834/stat : 15834 (march_hi) R 15829 15829 15268 0 -1 4202496 50084 0 0 0 299 7 0 0 25 0 1 0 519708949 99364864 12620 33554432000 4194304 4331988 140734178096000 18446744073709551615 4242536 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/15834/statm: 24259 12620 175 34 0 22701 0
Current children cumulated CPU time (s) 12.36
Current children cumulated vsize (KiB) 228312

[startup+6.30099 s]
/proc/loadavg: 9.20 8.39 8.63 10/187 15835
/proc/meminfo: memFree=26006632/32950928 swapFree=67111364/67111528
[pid=15829] ppid=15827 vsize=18324 CPUtime=0.01 cores=1,3,5,7
/proc/15829/stat : 15829 (ppfolio) S 15827 15829 15268 0 -1 4202496 525 1195 0 0 0 0 0 1 15 0 1 0 519708949 18763776 391 33554432000 4194304 4287625 140736506709136 18446744073709551615 208080252431 0 0 4096 65536 9224195742862639368 0 0 17 1 0 0 0
/proc/15829/statm: 4581 391 342 23 0 91 0
[pid=15830] ppid=15829 vsize=1078260 CPUtime=6.29 cores=1
/proc/15830/stat : 15830 (cryptominisat) R 15829 15829 15268 0 -1 4202496 15380 0 0 0 627 2 0 0 25 0 1 0 519708949 1104138240 10336 33554432000 4194304 4587354 140735297738640 18446744073709551615 4244008 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/15830/statm: 269565 10336 333 96 0 266127 0
[pid=15831] ppid=15829 vsize=43392 CPUtime=6.29 cores=5
/proc/15831/stat : 15831 (clasp) R 15829 15829 15268 0 -1 4202496 9822 0 0 0 628 1 0 0 25 0 1 0 519708949 44433408 8079 33554432000 4194304 4785740 140734127681600 18446744073709551615 4552550 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/15831/statm: 10848 8079 340 145 0 7893 0
[pid=15833] ppid=15829 vsize=15004 CPUtime=6.29 cores=3
/proc/15833/stat : 15833 (lingeling) R 15829 15829 15268 0 -1 4202496 4744 0 0 0 628 1 0 0 25 0 1 0 519708949 15364096 2919 33554432000 4194304 4352236 140736147592064 18446744073709551615 4207627 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/15833/statm: 3751 2919 127 39 0 2831 0
[pid=15834] ppid=15829 vsize=99224 CPUtime=6.24 cores=7
/proc/15834/stat : 15834 (march_hi) R 15829 15829 15268 0 -1 4202496 50613 0 0 0 617 7 0 0 25 0 1 0 519708949 101605376 13149 33554432000 4194304 4331988 140734178096000 18446744073709551615 4287256 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/15834/statm: 24806 13149 175 34 0 23248 0
Current children cumulated CPU time (s) 25.12
Current children cumulated vsize (KiB) 1254204

[startup+12.7008 s]
/proc/loadavg: 9.18 8.40 8.63 10/187 15835
/proc/meminfo: memFree=25976408/32950928 swapFree=67111364/67111528
[pid=15829] ppid=15827 vsize=18324 CPUtime=0.01 cores=1,3,5,7
/proc/15829/stat : 15829 (ppfolio) S 15827 15829 15268 0 -1 4202496 525 1195 0 0 0 0 0 1 15 0 1 0 519708949 18763776 391 33554432000 4194304 4287625 140736506709136 18446744073709551615 208080252431 0 0 4096 65536 9224195738567704576 0 0 17 1 0 0 0
/proc/15829/statm: 4581 391 342 23 0 91 0
[pid=15830] ppid=15829 vsize=1084644 CPUtime=12.69 cores=1
/proc/15830/stat : 15830 (cryptominisat) R 15829 15829 15268 0 -1 4202496 20408 0 0 0 1266 3 0 0 25 0 1 0 519708949 1110675456 12913 33554432000 4194304 4587354 140735297738640 18446744073709551615 208079890982 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/15830/statm: 271161 12913 336 96 0 267723 0
[pid=15831] ppid=15829 vsize=48656 CPUtime=12.69 cores=5
/proc/15831/stat : 15831 (clasp) R 15829 15829 15268 0 -1 4202496 11109 0 0 0 1267 2 0 0 25 0 1 0 519708949 49823744 9366 33554432000 4194304 4785740 140734127681600 18446744073709551615 4553032 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/15831/statm: 12164 9366 340 145 0 9209 0
[pid=15833] ppid=15829 vsize=15760 CPUtime=12.69 cores=3
/proc/15833/stat : 15833 (lingeling) R 15829 15829 15268 0 -1 4202496 4934 0 0 0 1268 1 0 0 25 0 1 0 519708949 16138240 3108 33554432000 4194304 4352236 140736147592064 18446744073709551615 4277732 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/15833/statm: 3940 3108 127 39 0 3020 0
[pid=15834] ppid=15829 vsize=103316 CPUtime=12.61 cores=7
/proc/15834/stat : 15834 (march_hi) R 15829 15829 15268 0 -1 4202496 51695 0 0 0 1254 7 0 0 25 0 1 0 519708949 105795584 14231 33554432000 4194304 4331988 140734178096000 18446744073709551615 4263152 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/15834/statm: 25829 14231 175 34 0 24271 0
Current children cumulated CPU time (s) 50.69
Current children cumulated vsize (KiB) 1270700

[startup+25.5003 s]
/proc/loadavg: 9.14 8.43 8.64 10/187 15835
/proc/meminfo: memFree=25962564/32950928 swapFree=67111364/67111528
[pid=15829] ppid=15827 vsize=18324 CPUtime=0.01 cores=1,3,5,7
/proc/15829/stat : 15829 (ppfolio) S 15827 15829 15268 0 -1 4202496 525 1195 0 0 0 0 0 1 15 0 1 0 519708949 18763776 391 33554432000 4194304 4287625 140736506709136 18446744073709551615 208080252431 0 0 4096 65536 9224195742862639368 0 0 17 1 0 0 0
/proc/15829/statm: 4581 391 342 23 0 91 0
[pid=15830] ppid=15829 vsize=1071580 CPUtime=25.49 cores=1
/proc/15830/stat : 15830 (cryptominisat) R 15829 15829 15268 0 -1 4202496 26344 0 0 0 2545 4 0 0 25 0 1 0 519708949 1097297920 14157 33554432000 4194304 4587354 140735297738640 18446744073709551615 4237592 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/15830/statm: 267895 14157 336 96 0 264457 0
[pid=15831] ppid=15829 vsize=55888 CPUtime=25.49 cores=5
/proc/15831/stat : 15831 (clasp) R 15829 15829 15268 0 -1 4202496 12890 0 0 0 2547 2 0 0 25 0 1 0 519708949 57229312 11147 33554432000 4194304 4785740 140734127681600 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/15831/statm: 13972 11147 340 145 0 11017 0
[pid=15833] ppid=15829 vsize=17068 CPUtime=25.49 cores=3
/proc/15833/stat : 15833 (lingeling) R 15829 15829 15268 0 -1 4202496 5261 0 0 0 2548 1 0 0 25 0 1 0 519708949 17477632 3435 33554432000 4194304 4352236 140736147592064 18446744073709551615 4328351 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/15833/statm: 4267 3435 127 39 0 3347 0
[pid=15834] ppid=15829 vsize=106168 CPUtime=25.33 cores=7
/proc/15834/stat : 15834 (march_hi) R 15829 15829 15268 0 -1 4202496 52404 0 0 0 2526 7 0 0 25 0 1 0 519708949 108716032 14940 33554432000 4194304 4331988 140734178096000 18446744073709551615 4211287 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/15834/statm: 26542 14940 175 34 0 24984 0
Current children cumulated CPU time (s) 101.81
Current children cumulated vsize (KiB) 1269028

[startup+51.1005 s]
/proc/loadavg: 8.88 8.42 8.63 9/186 15868
/proc/meminfo: memFree=25785732/32950928 swapFree=67111364/67111528
[pid=15829] ppid=15827 vsize=18324 CPUtime=0.01 cores=1,3,5,7
/proc/15829/stat : 15829 (ppfolio) S 15827 15829 15268 0 -1 4202496 525 1195 0 0 0 0 0 1 15 0 1 0 519708949 18763776 391 33554432000 4194304 4287625 140736506709136 18446744073709551615 208080252431 0 0 4096 65536 9224195742862639368 0 0 17 1 0 0 0
/proc/15829/statm: 4581 391 342 23 0 91 0
[pid=15830] ppid=15829 vsize=71992 CPUtime=51.09 cores=1
/proc/15830/stat : 15830 (cryptominisat) R 15829 15829 15268 0 -1 4202496 41341 0 0 0 5100 9 0 0 25 0 1 0 519708949 73719808 12487 33554432000 4194304 4587354 140735297738640 18446744073709551615 4236612 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/15830/statm: 17998 12487 336 96 0 14560 0
[pid=15831] ppid=15829 vsize=67288 CPUtime=51.08 cores=5
/proc/15831/stat : 15831 (clasp) R 15829 15829 15268 0 -1 4202496 15619 0 0 0 5105 3 0 0 25 0 1 0 519708949 68902912 13876 33554432000 4194304 4785740 140734127681600 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/15831/statm: 16822 13876 340 145 0 13867 0
[pid=15833] ppid=15829 vsize=19248 CPUtime=51.09 cores=3
/proc/15833/stat : 15833 (lingeling) R 15829 15829 15268 0 -1 4202496 6830 0 0 0 5108 1 0 0 25 0 1 0 519708949 19709952 3980 33554432000 4194304 4352236 140736147592064 18446744073709551615 4328100 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/15833/statm: 4812 3980 127 39 0 3892 0
[pid=15834] ppid=15829 vsize=109316 CPUtime=50.8 cores=7
/proc/15834/stat : 15834 (march_hi) R 15829 15829 15268 0 -1 4202496 53161 0 0 0 5072 8 0 0 25 0 1 0 519708949 111939584 15697 33554432000 4194304 4331988 140734178096000 18446744073709551615 4237171 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/15834/statm: 27329 15697 175 34 0 25771 0
Current children cumulated CPU time (s) 204.07
Current children cumulated vsize (KiB) 286168

[startup+102.301 s]
/proc/loadavg: 8.42 8.37 8.60 9/186 15869
/proc/meminfo: memFree=25685900/32950928 swapFree=67111364/67111528
[pid=15829] ppid=15827 vsize=18324 CPUtime=0.01 cores=1,3,5,7
/proc/15829/stat : 15829 (ppfolio) S 15827 15829 15268 0 -1 4202496 525 1195 0 0 0 0 0 1 15 0 1 0 519708949 18763776 391 33554432000 4194304 4287625 140736506709136 18446744073709551615 208080252431 0 0 4096 65536 9224195742862639368 0 0 17 1 0 0 0
/proc/15829/statm: 4581 391 342 23 0 91 0
[pid=15830] ppid=15829 vsize=1107248 CPUtime=102.29 cores=1
/proc/15830/stat : 15830 (cryptominisat) R 15829 15829 15268 0 -1 4202496 78465 0 0 0 10210 19 0 0 25 0 1 0 519708949 1133821952 12325 33554432000 4194304 4587354 140735297738640 18446744073709551615 4237467 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/15830/statm: 276812 12325 336 96 0 273374 0
[pid=15831] ppid=15829 vsize=92908 CPUtime=102.28 cores=5
/proc/15831/stat : 15831 (clasp) R 15829 15829 15268 0 -1 4202496 21869 0 0 0 10222 6 0 0 25 0 1 0 519708949 95137792 20126 33554432000 4194304 4785740 140734127681600 18446744073709551615 4287050 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/15831/statm: 23227 20126 340 145 0 20272 0
[pid=15833] ppid=15829 vsize=20688 CPUtime=102.29 cores=3
/proc/15833/stat : 15833 (lingeling) R 15829 15829 15268 0 -1 4202496 8215 0 0 0 10228 1 0 0 25 0 1 0 519708949 21184512 4340 33554432000 4194304 4352236 140736147592064 18446744073709551615 4328085 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/15833/statm: 5172 4340 127 39 0 4252 0
[pid=15834] ppid=15829 vsize=116264 CPUtime=101.71 cores=7
/proc/15834/stat : 15834 (march_hi) R 15829 15829 15268 0 -1 4202496 54878 0 0 0 10163 8 0 0 25 0 1 0 519708949 119054336 17414 33554432000 4194304 4331988 140734178096000 18446744073709551615 4226440 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/15834/statm: 29066 17414 175 34 0 27508 0
Current children cumulated CPU time (s) 408.58
Current children cumulated vsize (KiB) 1355432

[startup+162.301 s]

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


[startup+942.301 s]
/proc/loadavg: 8.06 8.08 8.27 9/186 15892
/proc/meminfo: memFree=25344440/32950928 swapFree=67111364/67111528
[pid=15829] ppid=15827 vsize=18324 CPUtime=0.01 cores=1,3,5,7
/proc/15829/stat : 15829 (ppfolio) S 15827 15829 15268 0 -1 4202496 525 1195 0 0 0 0 0 1 15 0 1 0 519708949 18763776 391 33554432000 4194304 4287625 140736506709136 18446744073709551615 208080252431 0 0 4096 65536 9224195742862639368 0 0 17 1 0 0 0
/proc/15829/statm: 4581 391 342 23 0 91 0
[pid=15830] ppid=15829 vsize=1134200 CPUtime=942.32 cores=1
/proc/15830/stat : 15830 (cryptominisat) R 15829 15829 15268 0 -1 4202496 295884 0 0 0 94114 118 0 0 25 0 1 0 519708949 1161420800 19267 33554432000 4194304 4587354 140735297738640 18446744073709551615 4237740 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/15830/statm: 283550 19267 336 96 0 280112 0
[pid=15831] ppid=15829 vsize=193840 CPUtime=942.29 cores=5
/proc/15831/stat : 15831 (clasp) R 15829 15829 15268 0 -1 4202496 46476 0 0 0 94213 16 0 0 25 0 1 0 519708949 198492160 44733 33554432000 4194304 4785740 140734127681600 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/15831/statm: 48460 44733 340 145 0 45505 0
[pid=15833] ppid=15829 vsize=39640 CPUtime=942.32 cores=3
/proc/15833/stat : 15833 (lingeling) R 15829 15829 15268 0 -1 4202496 43417 0 0 0 94226 6 0 0 25 0 1 0 519708949 40591360 9078 33554432000 4194304 4352236 140736147592064 18446744073709551615 4231346 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/15833/statm: 9910 9078 127 39 0 8990 0
[pid=15834] ppid=15829 vsize=164592 CPUtime=937.17 cores=7
/proc/15834/stat : 15834 (march_hi) R 15829 15829 15268 0 -1 4202496 64491 0 0 0 93704 13 0 0 25 0 1 0 519708949 168542208 26979 33554432000 4194304 4331988 140734178096000 18446744073709551615 4228459 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/15834/statm: 41148 26979 175 34 0 39590 0
Current children cumulated CPU time (s) 3764.11
Current children cumulated vsize (KiB) 1550596

[startup+1002.3 s]
/proc/loadavg: 8.06 8.08 8.25 10/186 15902
/proc/meminfo: memFree=25296528/32950928 swapFree=67111364/67111528
[pid=15829] ppid=15827 vsize=18324 CPUtime=0.01 cores=1,3,5,7
/proc/15829/stat : 15829 (ppfolio) S 15827 15829 15268 0 -1 4202496 525 1195 0 0 0 0 0 1 15 0 1 0 519708949 18763776 391 33554432000 4194304 4287625 140736506709136 18446744073709551615 208080252431 0 0 4096 65536 9224195738567704576 0 0 17 1 0 0 0
/proc/15829/statm: 4581 391 342 23 0 91 0
[pid=15830] ppid=15829 vsize=1122708 CPUtime=1002.32 cores=1
/proc/15830/stat : 15830 (cryptominisat) R 15829 15829 15268 0 -1 4202496 321414 0 0 0 100105 127 0 0 25 0 1 0 519708949 1149652992 26607 33554432000 4194304 4587354 140735297738640 18446744073709551615 4238692 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/15830/statm: 280677 26607 336 96 0 277239 0
[pid=15831] ppid=15829 vsize=193840 CPUtime=1002.3 cores=5
/proc/15831/stat : 15831 (clasp) R 15829 15829 15268 0 -1 4202496 46477 0 0 0 100214 16 0 0 25 0 1 0 519708949 198492160 44734 33554432000 4194304 4785740 140734127681600 18446744073709551615 4553032 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/15831/statm: 48460 44734 340 145 0 45505 0
[pid=15833] ppid=15829 vsize=44760 CPUtime=1002.32 cores=3
/proc/15833/stat : 15833 (lingeling) R 15829 15829 15268 0 -1 4202496 45977 0 0 0 100226 6 0 0 25 0 1 0 519708949 45834240 10358 33554432000 4194304 4352236 140736147592064 18446744073709551615 4235476 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/15833/statm: 11190 10358 127 39 0 10270 0
[pid=15834] ppid=15829 vsize=165132 CPUtime=996.84 cores=7
/proc/15834/stat : 15834 (march_hi) R 15829 15829 15268 0 -1 4202496 64953 0 0 0 99671 13 0 0 25 0 1 0 519708949 169095168 27441 33554432000 4194304 4331988 140734178096000 18446744073709551615 4210940 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/15834/statm: 41283 27441 175 34 0 39725 0
Current children cumulated CPU time (s) 4003.79
Current children cumulated vsize (KiB) 1544764

[startup+1062.3 s]
/proc/loadavg: 8.10 8.09 8.25 9/186 15904
/proc/meminfo: memFree=25281128/32950928 swapFree=67111364/67111528
[pid=15829] ppid=15827 vsize=18324 CPUtime=0.01 cores=1,3,5,7
/proc/15829/stat : 15829 (ppfolio) S 15827 15829 15268 0 -1 4202496 525 1195 0 0 0 0 0 1 15 0 1 0 519708949 18763776 391 33554432000 4194304 4287625 140736506709136 18446744073709551615 208080252431 0 0 4096 65536 9224195738567704576 0 0 17 1 0 0 0
/proc/15829/statm: 4581 391 342 23 0 91 0
[pid=15830] ppid=15829 vsize=1138096 CPUtime=1062.32 cores=1
/proc/15830/stat : 15830 (cryptominisat) R 15829 15829 15268 0 -1 4202496 334949 0 0 0 106099 133 0 0 25 0 1 0 519708949 1165410304 25539 33554432000 4194304 4587354 140735297738640 18446744073709551615 4238392 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/15830/statm: 284524 25539 336 96 0 281086 0
[pid=15831] ppid=15829 vsize=193840 CPUtime=1062.3 cores=5
/proc/15831/stat : 15831 (clasp) R 15829 15829 15268 0 -1 4202496 46492 0 0 0 106214 16 0 0 25 0 1 0 519708949 198492160 44749 33554432000 4194304 4785740 140734127681600 18446744073709551615 4287008 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/15831/statm: 48460 44749 340 145 0 45505 0
[pid=15833] ppid=15829 vsize=44760 CPUtime=1062.33 cores=3
/proc/15833/stat : 15833 (lingeling) R 15829 15829 15268 0 -1 4202496 49561 0 0 0 106226 7 0 0 25 0 1 0 519708949 45834240 10358 33554432000 4194304 4352236 140736147592064 18446744073709551615 4328986 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/15833/statm: 11190 10358 127 39 0 10270 0
[pid=15834] ppid=15829 vsize=165548 CPUtime=1056.51 cores=7
/proc/15834/stat : 15834 (march_hi) R 15829 15829 15268 0 -1 4202496 65325 0 0 0 105638 13 0 0 25 0 1 0 519708949 169521152 27813 33554432000 4194304 4331988 140734178096000 18446744073709551615 4265452 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/15834/statm: 41387 27813 175 34 0 39829 0
Current children cumulated CPU time (s) 4243.47
Current children cumulated vsize (KiB) 1560568

[startup+1122.3 s]
/proc/loadavg: 8.11 8.10 8.24 9/186 15905
/proc/meminfo: memFree=25281232/32950928 swapFree=67111364/67111528
[pid=15829] ppid=15827 vsize=18324 CPUtime=0.01 cores=1,3,5,7
/proc/15829/stat : 15829 (ppfolio) S 15827 15829 15268 0 -1 4202496 525 1195 0 0 0 0 0 1 15 0 1 0 519708949 18763776 391 33554432000 4194304 4287625 140736506709136 18446744073709551615 208080252431 0 0 4096 65536 9224195742862639368 0 0 17 1 0 0 0
/proc/15829/statm: 4581 391 342 23 0 91 0
[pid=15830] ppid=15829 vsize=1138224 CPUtime=1122.33 cores=1
/proc/15830/stat : 15830 (cryptominisat) R 15829 15829 15268 0 -1 4202496 347087 0 0 0 112094 139 0 0 25 0 1 0 519708949 1165541376 23234 33554432000 4194304 4587354 140735297738640 18446744073709551615 4237975 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/15830/statm: 284556 23234 336 96 0 281118 0
[pid=15831] ppid=15829 vsize=197412 CPUtime=1122.29 cores=5
/proc/15831/stat : 15831 (clasp) R 15829 15829 15268 0 -1 4202496 47308 0 0 0 112213 16 0 0 25 0 1 0 519708949 202149888 45565 33554432000 4194304 4785740 140734127681600 18446744073709551615 4287038 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/15831/statm: 49353 45565 340 145 0 46398 0
[pid=15833] ppid=15829 vsize=47832 CPUtime=1122.32 cores=3
/proc/15833/stat : 15833 (lingeling) R 15829 15829 15268 0 -1 4202496 53145 0 0 0 112225 7 0 0 25 0 1 0 519708949 48979968 11126 33554432000 4194304 4352236 140736147592064 18446744073709551615 4278712 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/15833/statm: 11958 11126 127 39 0 11038 0
[pid=15834] ppid=15829 vsize=165952 CPUtime=1116.18 cores=7
/proc/15834/stat : 15834 (march_hi) R 15829 15829 15268 0 -1 4202496 65699 0 0 0 111605 13 0 0 25 0 1 0 519708949 169934848 28187 33554432000 4194304 4331988 140734178096000 18446744073709551615 4237171 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/15834/statm: 41488 28187 175 34 0 39930 0
Current children cumulated CPU time (s) 4483.13
Current children cumulated vsize (KiB) 1567744

[startup+1182.3 s]
/proc/loadavg: 8.39 8.17 8.25 9/186 15910
/proc/meminfo: memFree=25261912/32950928 swapFree=67111364/67111528
[pid=15829] ppid=15827 vsize=18324 CPUtime=0.01 cores=1,3,5,7
/proc/15829/stat : 15829 (ppfolio) S 15827 15829 15268 0 -1 4202496 525 1195 0 0 0 0 0 1 15 0 1 0 519708949 18763776 391 33554432000 4194304 4287625 140736506709136 18446744073709551615 208080252431 0 0 4096 65536 9224195742862639368 0 0 17 1 0 0 0
/proc/15829/statm: 4581 391 342 23 0 91 0
[pid=15830] ppid=15829 vsize=1138284 CPUtime=1182.33 cores=1
/proc/15830/stat : 15830 (cryptominisat) R 15829 15829 15268 0 -1 4202496 358216 0 0 0 118088 145 0 0 25 0 1 0 519708949 1165602816 27194 33554432000 4194304 4587354 140735297738640 18446744073709551615 4232120 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/15830/statm: 284571 27194 336 96 0 281133 0
[pid=15831] ppid=15829 vsize=198476 CPUtime=1182.31 cores=5
/proc/15831/stat : 15831 (clasp) R 15829 15829 15268 0 -1 4202496 47578 0 0 0 118214 17 0 0 25 0 1 0 519708949 203239424 45835 33554432000 4194304 4785740 140734127681600 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/15831/statm: 49619 45835 340 145 0 46664 0
[pid=15833] ppid=15829 vsize=44760 CPUtime=1182.33 cores=3
/proc/15833/stat : 15833 (lingeling) R 15829 15829 15268 0 -1 4202496 53913 0 0 0 118226 7 0 0 25 0 1 0 519708949 45834240 10358 33554432000 4194304 4352236 140736147592064 18446744073709551615 4328390 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/15833/statm: 11190 10358 127 39 0 10270 0
[pid=15834] ppid=15829 vsize=166880 CPUtime=1175.87 cores=7
/proc/15834/stat : 15834 (march_hi) R 15829 15829 15268 0 -1 4202496 66221 0 0 0 117573 14 0 0 25 0 1 0 519708949 170885120 28709 33554432000 4194304 4331988 140734178096000 18446744073709551615 4298764 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/15834/statm: 41720 28709 175 34 0 40162 0
Current children cumulated CPU time (s) 4722.85
Current children cumulated vsize (KiB) 1566724



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.28 8.16 8.25 10/186 15911
/proc/meminfo: memFree=25275016/32950928 swapFree=67111364/67111528
[pid=15829] ppid=15827 vsize=18324 CPUtime=0.01 cores=1,3,5,7
/proc/15829/stat : 15829 (ppfolio) S 15827 15829 15268 0 -1 4202496 525 1195 0 0 0 0 0 1 15 0 1 0 519708949 18763776 391 33554432000 4194304 4287625 140736506709136 18446744073709551615 208080252431 0 0 4096 65536 9224195742862639368 0 0 17 1 0 0 0
/proc/15829/statm: 4581 391 342 23 0 91 0
[pid=15830] ppid=15829 vsize=1107504 CPUtime=1201.73 cores=1
/proc/15830/stat : 15830 (cryptominisat) R 15829 15829 15268 0 -1 4202496 363911 0 0 0 120025 148 0 0 25 0 1 0 519708949 1134084096 25323 33554432000 4194304 4587354 140735297738640 18446744073709551615 4238595 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/15830/statm: 276876 25323 336 96 0 273438 0
[pid=15831] ppid=15829 vsize=198476 CPUtime=1201.71 cores=5
/proc/15831/stat : 15831 (clasp) R 15829 15829 15268 0 -1 4202496 47578 0 0 0 120154 17 0 0 25 0 1 0 519708949 203239424 45835 33554432000 4194304 4785740 140734127681600 18446744073709551615 4553057 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/15831/statm: 49619 45835 340 145 0 46664 0
[pid=15833] ppid=15829 vsize=47832 CPUtime=1201.74 cores=3
/proc/15833/stat : 15833 (lingeling) R 15829 15829 15268 0 -1 4202496 56729 0 0 0 120166 8 0 0 25 0 1 0 519708949 48979968 11126 33554432000 4194304 4352236 140736147592064 18446744073709551615 4207615 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/15833/statm: 11958 11126 127 39 0 11038 0
[pid=15834] ppid=15829 vsize=167012 CPUtime=1195.16 cores=7
/proc/15834/stat : 15834 (march_hi) R 15829 15829 15268 0 -1 4202496 66331 0 0 0 119502 14 0 0 25 0 1 0 519708949 171020288 28819 33554432000 4194304 4331988 140734178096000 18446744073709551615 4226434 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/15834/statm: 41753 28819 175 34 0 40195 0
Current children cumulated CPU time (s) 4800.35
Current children cumulated vsize (KiB) 1539148

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: 8.28 8.16 8.25 10/186 15911
/proc/meminfo: memFree=25275016/32950928 swapFree=67111364/67111528
[pid=15829] ppid=15827 vsize=18324 CPUtime=0.01 cores=1,3,5,7
/proc/15829/stat : 15829 (ppfolio) S 15827 15829 15268 0 -1 4202496 525 1195 0 0 0 0 0 1 15 0 1 0 519708949 18763776 391 33554432000 4194304 4287625 140736506709136 18446744073709551615 208080252431 0 0 4096 65536 9224195742862639368 0 0 17 1 0 0 0
/proc/15829/statm: 4581 391 342 23 0 91 0
[pid=15830] ppid=15829 vsize=1107504 CPUtime=1201.73 cores=1
/proc/15830/stat : 15830 (cryptominisat) R 15829 15829 15268 0 -1 4202496 363911 0 0 0 120025 148 0 0 25 0 1 0 519708949 1134084096 25323 33554432000 4194304 4587354 140735297738640 18446744073709551615 4238595 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/15830/statm: 276876 25323 336 96 0 273438 0
[pid=15831] ppid=15829 vsize=198476 CPUtime=1201.71 cores=5
/proc/15831/stat : 15831 (clasp) R 15829 15829 15268 0 -1 4202496 47578 0 0 0 120154 17 0 0 25 0 1 0 519708949 203239424 45835 33554432000 4194304 4785740 140734127681600 18446744073709551615 4553057 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/15831/statm: 49619 45835 340 145 0 46664 0
[pid=15833] ppid=15829 vsize=47832 CPUtime=1201.74 cores=3
/proc/15833/stat : 15833 (lingeling) R 15829 15829 15268 0 -1 4202496 56729 0 0 0 120166 8 0 0 25 0 1 0 519708949 48979968 11126 33554432000 4194304 4352236 140736147592064 18446744073709551615 4207615 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/15833/statm: 11958 11126 127 39 0 11038 0
[pid=15834] ppid=15829 vsize=167012 CPUtime=1195.16 cores=7
/proc/15834/stat : 15834 (march_hi) R 15829 15829 15268 0 -1 4202496 66331 0 0 0 119502 14 0 0 25 0 1 0 519708949 171020288 28819 33554432000 4194304 4331988 140734178096000 18446744073709551615 4226434 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/15834/statm: 41753 28819 175 34 0 40195 0
Current children cumulated CPU time (s) 4800.35
Current children cumulated vsize (KiB) 1539148

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 15829 and gives
#  childrusage.ru_utime.tv_sec=1201
#  childrusage.ru_utime.tv_usec=668318
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=101984
# CPU time returned by wait4() is 1201.77
# while last known CPU time is 4800.35
#
# 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.35
CPU user time (s): 4798.47
CPU system time (s): 1.88
CPU usage (%): 399.459
Max. virtual memory (cumulated for all children) (KiB): 2609524

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

runsolver used 1.79673 second user time and 4.76028 second system time

The end

Launcher Data

Begin job on node127 at 2011-04-29 14:44:53
IDJOB=3289306
IDBENCH=83119
IDSOLVER=1612
FILE ID=node127/3289306-1304081093
RUNJOBID= node127-1304077884-15287
PBS_JOBID= 13170516
Free space on /tmp= 71808 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT11/application/fuhs/slp-synthesis-AES/slp-synthesis-aes-bottom19.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3289306-1304081093/watcher-3289306-1304081093 -o /tmp/evaluation-result-3289306-1304081093/solver-3289306-1304081093 -C 4800 -W 1300 -M 15500  ppfolio HOME/instance-3289306-1304081093.cnf

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

MD5SUM BENCH= d725e0d6a363434dce7cb39ffdb1b83f
RANDOM SEED=1732431965

node127.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.823
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.64
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.823
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.823
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.823
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.86
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.823
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.823
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.823
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.60
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.823
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      26144464 kB
Buffers:       1394408 kB
Cached:        4728076 kB
SwapCached:          0 kB
Active:        1929364 kB
Inactive:      4401384 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      26144464 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:           14252 kB
Writeback:          32 kB
AnonPages:      208204 kB
Mapped:          16768 kB
Slab:           410980 kB
PageTables:       5380 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  1582028 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= 71784 MiB
End job on node127 at 2011-04-29 15:04:57