Trace number 3263141

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.2 1201.91

General information on the benchmark

NameSAT03/handmade/anton/UNSAT/
SGI_30_50_30_20_5-log.shuffled-as.sat03-111.cnf
MD5SUMab60d1d6c6130bc12a1aa4855d06424a
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark4306.81
Satisfiable
(Un)Satisfiability was proved
Number of variables150
Number of clauses55222
Sum of the clauses size551920
Maximum clause length10
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 560
Number of clauses of size over 555162

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-3263141-1304090617/watcher-3263141-1304090617 -o /tmp/evaluation-result-3263141-1304090617/solver-3263141-1304090617 -C 4800 -W 1300 -M 15500 ppfolio HOME/instance-3263141-1304090617.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: 6.39 7.70 7.57 2/172 20640
/proc/meminfo: memFree=18395048/32951124 swapFree=67110396/67111528
[pid=20640] ppid=20638 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/20640/stat : 20640 (ppfolio) R 20638 20640 20607 0 -1 4202496 517 0 0 0 0 0 0 0 25 0 1 0 599292398 18763776 389 33554432000 4194304 4287625 140735524199120 18446744073709551615 224284945935 0 0 4096 65536 0 0 0 17 1 0 0 0
/proc/20640/statm: 4581 389 341 23 0 91 0

[startup+0.0825481 s]
/proc/loadavg: 6.39 7.70 7.57 2/172 20640
/proc/meminfo: memFree=18395048/32951124 swapFree=67110396/67111528
[pid=20640] ppid=20638 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/20640/stat : 20640 (ppfolio) R 20638 20640 20607 0 -1 4202496 517 0 0 0 0 0 0 0 25 0 1 0 599292398 18763776 389 33554432000 4194304 4287625 140735524199120 18446744073709551615 224284945935 0 0 4096 65536 0 0 0 17 1 0 0 0
/proc/20640/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.100546 s]
/proc/loadavg: 6.39 7.70 7.57 2/172 20640
/proc/meminfo: memFree=18395048/32951124 swapFree=67110396/67111528
[pid=20640] ppid=20638 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/20640/stat : 20640 (ppfolio) R 20638 20640 20607 0 -1 4202496 517 0 0 0 0 0 0 0 25 0 1 0 599292398 18763776 389 33554432000 4194304 4287625 140735524199120 18446744073709551615 224284945935 0 0 4096 65536 0 0 0 17 1 0 0 0
/proc/20640/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.300515 s]
/proc/loadavg: 6.39 7.70 7.57 2/172 20640
/proc/meminfo: memFree=18395048/32951124 swapFree=67110396/67111528
[pid=20640] ppid=20638 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/20640/stat : 20640 (ppfolio) R 20638 20640 20607 0 -1 4202496 517 0 0 0 0 0 0 0 25 0 1 0 599292398 18763776 389 33554432000 4194304 4287625 140735524199120 18446744073709551615 224284945935 0 0 4096 65536 0 0 0 17 1 0 0 0
/proc/20640/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700448 s]
/proc/loadavg: 6.39 7.70 7.57 2/172 20640
/proc/meminfo: memFree=18395048/32951124 swapFree=67110396/67111528
[pid=20640] ppid=20638 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/20640/stat : 20640 (ppfolio) R 20638 20640 20607 0 -1 4202496 517 0 0 0 0 0 0 0 25 0 1 0 599292398 18763776 389 33554432000 4194304 4287625 140735524199120 18446744073709551615 224284945935 0 0 4096 65536 0 0 0 17 1 0 0 0
/proc/20640/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50031 s]
/proc/loadavg: 6.39 7.70 7.57 11/188 20656
/proc/meminfo: memFree=18316536/32951124 swapFree=67110396/67111528
[pid=20640] ppid=20638 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/20640/stat : 20640 (ppfolio) S 20638 20640 20607 0 -1 4202496 519 0 0 0 0 0 0 0 23 0 1 0 599292398 18763776 389 33554432000 4194304 4287625 140735524199120 18446744073709551615 224284945935 0 0 4096 65536 4525967958781984767 0 0 17 1 0 0 0
/proc/20640/statm: 4581 389 341 23 0 91 0
[pid=20642] ppid=20640 vsize=28108 CPUtime=1.49 cores=1
/proc/20642/stat : 20642 (cryptominisat) R 20640 20640 20607 0 -1 4202496 2431 0 0 0 149 0 0 0 20 0 1 0 599292398 28782592 2255 33554432000 4194304 4587354 140736665431840 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/20642/statm: 7027 2255 306 96 0 3589 0
[pid=20644] ppid=20640 vsize=19364 CPUtime=1.48 cores=5
/proc/20644/stat : 20644 (clasp) R 20640 20640 20607 0 -1 4202496 2423 0 0 0 148 0 0 0 20 0 1 0 599292398 19828736 2144 33554432000 4194304 4785740 140733747682496 18446744073709551615 4495638 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/20644/statm: 4841 2144 314 145 0 1886 0
[pid=20645] ppid=20640 vsize=461264 CPUtime=0.74 cores=7
/proc/20645/stat : 20645 (TNM) R 20640 20640 20607 0 -1 4202496 2813 0 0 0 74 0 0 0 25 0 1 0 599292398 472334336 2710 33554432000 134512640 134534564 4294808112 18446744073709551615 134524508 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/20645/statm: 115316 2710 91 6 0 113982 0
[pid=20646] ppid=20640 vsize=17500 CPUtime=1.48 cores=3
/proc/20646/stat : 20646 (lingeling) R 20640 20640 20607 0 -1 4202496 4186 0 0 0 148 0 0 0 20 0 1 0 599292398 17920000 3565 33554432000 4194304 4352236 140734011857856 18446744073709551615 4267918 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/20646/statm: 4375 3565 123 39 0 3455 0
[pid=20649] ppid=20640 vsize=19256 CPUtime=0.73 cores=7
/proc/20649/stat : 20649 (march_hi) R 20640 20640 20607 0 -1 4202496 14459 0 0 0 71 2 0 0 25 0 1 0 599292399 19718144 2829 33554432000 4194304 4331988 140736886450320 18446744073709551615 4226625 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/20649/statm: 4814 2829 150 34 0 3256 0
Current children cumulated CPU time (s) 5.92
Current children cumulated vsize (KiB) 563816

[startup+3.10105 s]
/proc/loadavg: 6.39 7.70 7.57 11/188 20656
/proc/meminfo: memFree=18305872/32951124 swapFree=67110396/67111528
[pid=20640] ppid=20638 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/20640/stat : 20640 (ppfolio) S 20638 20640 20607 0 -1 4202496 519 0 0 0 0 0 0 0 17 0 1 0 599292398 18763776 389 33554432000 4194304 4287625 140735524199120 18446744073709551615 224284945935 0 0 4096 65536 4525967958781984767 0 0 17 1 0 0 0
/proc/20640/statm: 4581 389 341 23 0 91 0
[pid=20642] ppid=20640 vsize=42600 CPUtime=3.09 cores=1
/proc/20642/stat : 20642 (cryptominisat) R 20640 20640 20607 0 -1 4202496 8800 0 0 0 308 1 0 0 25 0 1 0 599292398 43622400 5730 33554432000 4194304 4587354 140736665431840 18446744073709551615 4388368 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/20642/statm: 10650 5730 314 96 0 7212 0
[pid=20644] ppid=20640 vsize=19728 CPUtime=3.09 cores=5
/proc/20644/stat : 20644 (clasp) R 20640 20640 20607 0 -1 4202496 2487 0 0 0 309 0 0 0 25 0 1 0 599292398 20201472 2208 33554432000 4194304 4785740 140733747682496 18446744073709551615 4495638 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/20644/statm: 4932 2208 314 145 0 1977 0
[pid=20645] ppid=20640 vsize=461264 CPUtime=1.54 cores=7
/proc/20645/stat : 20645 (TNM) R 20640 20640 20607 0 -1 4202496 2813 0 0 0 154 0 0 0 25 0 1 0 599292398 472334336 2710 33554432000 134512640 134534564 4294808112 18446744073709551615 134524666 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/20645/statm: 115316 2710 91 6 0 113982 0
[pid=20646] ppid=20640 vsize=12948 CPUtime=3.08 cores=3
/proc/20646/stat : 20646 (lingeling) R 20640 20640 20607 0 -1 4202496 4201 0 0 0 308 0 0 0 25 0 1 0 599292398 13258752 2407 33554432000 4194304 4352236 140734011857856 18446744073709551615 4329004 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/20646/statm: 3237 2407 127 39 0 2317 0
[pid=20649] ppid=20640 vsize=19256 CPUtime=1.53 cores=7
/proc/20649/stat : 20649 (march_hi) R 20640 20640 20607 0 -1 4202496 14459 0 0 0 151 2 0 0 25 0 1 0 599292399 19718144 2829 33554432000 4194304 4331988 140736886450320 18446744073709551615 4271172 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/20649/statm: 4814 2829 150 34 0 3256 0
Current children cumulated CPU time (s) 12.33
Current children cumulated vsize (KiB) 574120

[startup+6.30051 s]
/proc/loadavg: 6.76 7.76 7.59 11/188 20656
/proc/meminfo: memFree=18285708/32951124 swapFree=67110396/67111528
[pid=20640] ppid=20638 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/20640/stat : 20640 (ppfolio) S 20638 20640 20607 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 599292398 18763776 389 33554432000 4194304 4287625 140735524199120 18446744073709551615 224284945935 0 0 4096 65536 4525967958781984767 0 0 17 1 0 0 0
/proc/20640/statm: 4581 389 341 23 0 91 0
[pid=20642] ppid=20640 vsize=3759568 CPUtime=6.28 cores=1
/proc/20642/stat : 20642 (cryptominisat) R 20640 20640 20607 0 -1 4202496 15038 0 0 0 627 1 0 0 25 0 1 0 599292398 3849797632 7022 33554432000 4194304 4587354 140736665431840 18446744073709551615 4364704 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/20642/statm: 939892 7022 337 96 0 936454 0
[pid=20644] ppid=20640 vsize=22844 CPUtime=6.28 cores=5
/proc/20644/stat : 20644 (clasp) R 20640 20640 20607 0 -1 4202496 3436 0 0 0 628 0 0 0 25 0 1 0 599292398 23392256 2979 33554432000 4194304 4785740 140733747682496 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/20644/statm: 5711 2979 340 145 0 2756 0
[pid=20645] ppid=20640 vsize=461264 CPUtime=3.14 cores=7
/proc/20645/stat : 20645 (TNM) R 20640 20640 20607 0 -1 4202496 2813 0 0 0 314 0 0 0 25 0 1 0 599292398 472334336 2710 33554432000 134512640 134534564 4294808112 18446744073709551615 134524483 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/20645/statm: 115316 2710 91 6 0 113982 0
[pid=20646] ppid=20640 vsize=12508 CPUtime=6.28 cores=3
/proc/20646/stat : 20646 (lingeling) R 20640 20640 20607 0 -1 4202496 4991 0 0 0 628 0 0 0 25 0 1 0 599292398 12808192 2321 33554432000 4194304 4352236 140734011857856 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/20646/statm: 3127 2321 127 39 0 2207 0
[pid=20649] ppid=20640 vsize=19256 CPUtime=3.11 cores=7
/proc/20649/stat : 20649 (march_hi) R 20640 20640 20607 0 -1 4202496 14459 0 0 0 309 2 0 0 25 0 1 0 599292399 19718144 2829 33554432000 4194304 4331988 140736886450320 18446744073709551615 4271184 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/20649/statm: 4814 2829 150 34 0 3256 0
Current children cumulated CPU time (s) 25.09
Current children cumulated vsize (KiB) 4293764

[startup+12.7004 s]
/proc/loadavg: 7.02 7.79 7.60 11/188 20656
/proc/meminfo: memFree=18258716/32951124 swapFree=67110396/67111528
[pid=20640] ppid=20638 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/20640/stat : 20640 (ppfolio) S 20638 20640 20607 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 599292398 18763776 389 33554432000 4194304 4287625 140735524199120 18446744073709551615 224284945935 0 0 4096 65536 4525967958781984767 0 0 17 1 0 0 0
/proc/20640/statm: 4581 389 341 23 0 91 0
[pid=20642] ppid=20640 vsize=3759568 CPUtime=12.68 cores=1
/proc/20642/stat : 20642 (cryptominisat) R 20640 20640 20607 0 -1 4202496 15085 0 0 0 1267 1 0 0 25 0 1 0 599292398 3849797632 7069 33554432000 4194304 4587354 140736665431840 18446744073709551615 4238690 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/20642/statm: 939892 7069 337 96 0 936454 0
[pid=20644] ppid=20640 vsize=26100 CPUtime=12.68 cores=5
/proc/20644/stat : 20644 (clasp) R 20640 20640 20607 0 -1 4202496 4222 0 0 0 1268 0 0 0 25 0 1 0 599292398 26726400 3765 33554432000 4194304 4785740 140733747682496 18446744073709551615 4277442 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/20644/statm: 6525 3765 340 145 0 3570 0
[pid=20645] ppid=20640 vsize=461264 CPUtime=6.31 cores=7
/proc/20645/stat : 20645 (TNM) R 20640 20640 20607 0 -1 4202496 2813 0 0 0 631 0 0 0 25 0 1 0 599292398 472334336 2710 33554432000 134512640 134534564 4294808112 18446744073709551615 134524568 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/20645/statm: 115316 2710 91 6 0 113982 0
[pid=20646] ppid=20640 vsize=17140 CPUtime=12.69 cores=3
/proc/20646/stat : 20646 (lingeling) R 20640 20640 20607 0 -1 4202496 6850 0 0 0 1268 1 0 0 25 0 1 0 599292398 17551360 3479 33554432000 4194304 4352236 140734011857856 18446744073709551615 4328100 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/20646/statm: 4285 3479 127 39 0 3365 0
[pid=20649] ppid=20640 vsize=19512 CPUtime=6.31 cores=7
/proc/20649/stat : 20649 (march_hi) R 20640 20640 20607 0 -1 4202496 14503 0 0 0 629 2 0 0 25 0 1 0 599292399 19980288 2873 33554432000 4194304 4331988 140736886450320 18446744073709551615 4271136 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/20649/statm: 4878 2873 150 34 0 3320 0
Current children cumulated CPU time (s) 50.67
Current children cumulated vsize (KiB) 4301908

[startup+25.5013 s]
/proc/loadavg: 7.82 7.93 7.65 11/188 20656
/proc/meminfo: memFree=18237820/32951124 swapFree=67110396/67111528
[pid=20640] ppid=20638 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/20640/stat : 20640 (ppfolio) S 20638 20640 20607 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 599292398 18763776 389 33554432000 4194304 4287625 140735524199120 18446744073709551615 224284945935 0 0 4096 65536 4525967958781984767 0 0 17 1 0 0 0
/proc/20640/statm: 4581 389 341 23 0 91 0
[pid=20642] ppid=20640 vsize=54452 CPUtime=25.49 cores=1
/proc/20642/stat : 20642 (cryptominisat) R 20640 20640 20607 0 -1 4202496 19491 0 0 0 2547 2 0 0 25 0 1 0 599292398 55758848 10310 33554432000 4194304 4587354 140736665431840 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/20642/statm: 13613 10310 337 96 0 10175 0
[pid=20644] ppid=20640 vsize=29276 CPUtime=25.49 cores=5
/proc/20644/stat : 20644 (clasp) R 20640 20640 20607 0 -1 4202496 4954 0 0 0 2548 1 0 0 25 0 1 0 599292398 29978624 4497 33554432000 4194304 4785740 140733747682496 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/20644/statm: 7319 4497 340 145 0 4364 0
[pid=20645] ppid=20640 vsize=461264 CPUtime=12.64 cores=7
/proc/20645/stat : 20645 (TNM) R 20640 20640 20607 0 -1 4202496 2813 0 0 0 1264 0 0 0 25 0 1 0 599292398 472334336 2710 33554432000 134512640 134534564 4294808112 18446744073709551615 134524554 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/20645/statm: 115316 2710 91 6 0 113982 0
[pid=20646] ppid=20640 vsize=18976 CPUtime=25.49 cores=3
/proc/20646/stat : 20646 (lingeling) R 20640 20640 20607 0 -1 4202496 9733 0 0 0 2548 1 0 0 25 0 1 0 599292398 19431424 3938 33554432000 4194304 4352236 140734011857856 18446744073709551615 4267906 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/20646/statm: 4744 3938 127 39 0 3824 0
[pid=20649] ppid=20640 vsize=20688 CPUtime=12.7 cores=7
/proc/20649/stat : 20649 (march_hi) R 20640 20640 20607 0 -1 4202496 14782 0 0 0 1268 2 0 0 25 0 1 0 599292399 21184512 3152 33554432000 4194304 4331988 140736886450320 18446744073709551615 4226645 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/20649/statm: 5172 3152 150 34 0 3614 0
Current children cumulated CPU time (s) 101.81
Current children cumulated vsize (KiB) 602980

[startup+51.101 s]
/proc/loadavg: 8.68 8.13 7.72 11/188 20658
/proc/meminfo: memFree=18189120/32951124 swapFree=67110396/67111528
[pid=20640] ppid=20638 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/20640/stat : 20640 (ppfolio) S 20638 20640 20607 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 599292398 18763776 389 33554432000 4194304 4287625 140735524199120 18446744073709551615 224284945935 0 0 4096 65536 4525967958781984767 0 0 17 1 0 0 0
/proc/20640/statm: 4581 389 341 23 0 91 0
[pid=20642] ppid=20640 vsize=63532 CPUtime=51.09 cores=1
/proc/20642/stat : 20642 (cryptominisat) R 20640 20640 20607 0 -1 4202496 21193 0 0 0 5107 2 0 0 25 0 1 0 599292398 65056768 12008 33554432000 4194304 4587354 140736665431840 18446744073709551615 4238593 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/20642/statm: 15883 12008 337 96 0 12445 0
[pid=20644] ppid=20640 vsize=33952 CPUtime=51.09 cores=5
/proc/20644/stat : 20644 (clasp) R 20640 20640 20607 0 -1 4202496 5989 0 0 0 5108 1 0 0 25 0 1 0 599292398 34766848 5532 33554432000 4194304 4785740 140733747682496 18446744073709551615 4286941 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/20644/statm: 8488 5532 340 145 0 5533 0
[pid=20645] ppid=20640 vsize=461264 CPUtime=25.4 cores=7
/proc/20645/stat : 20645 (TNM) R 20640 20640 20607 0 -1 4202496 2813 0 0 0 2540 0 0 0 25 0 1 0 599292398 472334336 2710 33554432000 134512640 134534564 4294808112 18446744073709551615 134524664 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/20645/statm: 115316 2710 91 6 0 113982 0
[pid=20646] ppid=20640 vsize=20068 CPUtime=51.09 cores=3

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

/proc/20649/statm: 10932 7071 175 34 0 9374 0
Current children cumulated CPU time (s) 3763.19
Current children cumulated vsize (KiB) 737336

[startup+1002.3 s]
/proc/loadavg: 10.41 10.19 9.31 11/188 20685
/proc/meminfo: memFree=18024440/32951124 swapFree=67110396/67111528
[pid=20640] ppid=20638 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/20640/stat : 20640 (ppfolio) S 20638 20640 20607 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 599292398 18763776 389 33554432000 4194304 4287625 140735524199120 18446744073709551615 224284945935 0 0 4096 65536 4525967958781984767 0 0 17 1 0 0 0
/proc/20640/statm: 4581 389 341 23 0 91 0
[pid=20642] ppid=20640 vsize=86896 CPUtime=1001.49 cores=1
/proc/20642/stat : 20642 (cryptominisat) R 20640 20640 20607 0 -1 4202496 172308 0 0 0 100089 60 0 0 25 0 1 0 599292398 88981504 17769 33554432000 4194304 4587354 140736665431840 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/20642/statm: 21724 17769 337 96 0 18286 0
[pid=20644] ppid=20640 vsize=64660 CPUtime=1002.3 cores=5
/proc/20644/stat : 20644 (clasp) R 20640 20640 20607 0 -1 4202496 12861 0 0 0 100228 2 0 0 25 0 1 0 599292398 66211840 12404 33554432000 4194304 4785740 140733747682496 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/20644/statm: 16165 12404 340 145 0 13210 0
[pid=20645] ppid=20640 vsize=465224 CPUtime=498.4 cores=7
/proc/20645/stat : 20645 (TNM) R 20640 20640 20607 0 -1 4202496 3139 0 0 0 49840 0 0 0 25 0 1 0 599292398 476389376 3036 33554432000 134512640 134534564 4294808112 18446744073709551615 134530701 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/20645/statm: 116306 3036 95 6 0 114972 0
[pid=20646] ppid=20640 vsize=57972 CPUtime=1002.26 cores=3
/proc/20646/stat : 20646 (lingeling) R 20640 20640 20607 0 -1 4202496 144737 0 0 0 100204 22 0 0 25 0 1 0 599292398 59363328 13687 33554432000 4194304 4352236 140734011857856 18446744073709551615 4328068 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/20646/statm: 14493 13687 127 39 0 13573 0
[pid=20649] ppid=20640 vsize=43728 CPUtime=498.43 cores=7
/proc/20649/stat : 20649 (march_hi) R 20640 20640 20607 0 -1 4202496 30507 0 0 0 49838 5 0 0 25 0 1 0 599292399 44777472 7085 33554432000 4194304 4331988 140736886450320 18446744073709551615 4299269 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/20649/statm: 10932 7085 175 34 0 9374 0
Current children cumulated CPU time (s) 4002.88
Current children cumulated vsize (KiB) 736804

[startup+1062.3 s]
/proc/loadavg: 10.25 10.18 9.36 11/188 20687
/proc/meminfo: memFree=17978024/32951124 swapFree=67110396/67111528
[pid=20640] ppid=20638 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/20640/stat : 20640 (ppfolio) S 20638 20640 20607 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 599292398 18763776 389 33554432000 4194304 4287625 140735524199120 18446744073709551615 224284945935 0 0 4096 65536 4525967958781984767 0 0 17 1 0 0 0
/proc/20640/statm: 4581 389 341 23 0 91 0
[pid=20642] ppid=20640 vsize=87104 CPUtime=1061.49 cores=1
/proc/20642/stat : 20642 (cryptominisat) R 20640 20640 20607 0 -1 4202496 183920 0 0 0 106084 65 0 0 25 0 1 0 599292398 89194496 16569 33554432000 4194304 4587354 140736665431840 18446744073709551615 224284622492 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/20642/statm: 21776 16569 337 96 0 18338 0
[pid=20644] ppid=20640 vsize=67092 CPUtime=1062.3 cores=5
/proc/20644/stat : 20644 (clasp) R 20640 20640 20607 0 -1 4202496 13356 0 0 0 106228 2 0 0 25 0 1 0 599292398 68702208 12899 33554432000 4194304 4785740 140733747682496 18446744073709551615 4553399 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/20644/statm: 16773 12899 340 145 0 13818 0
[pid=20645] ppid=20640 vsize=465224 CPUtime=528.26 cores=7
/proc/20645/stat : 20645 (TNM) R 20640 20640 20607 0 -1 4202496 3139 0 0 0 52826 0 0 0 25 0 1 0 599292398 476389376 3036 33554432000 134512640 134534564 4294808112 18446744073709551615 134530367 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/20645/statm: 116306 3036 95 6 0 114972 0
[pid=20646] ppid=20640 vsize=37876 CPUtime=1062.25 cores=3
/proc/20646/stat : 20646 (lingeling) R 20640 20640 20607 0 -1 4202496 148673 0 0 0 106203 22 0 0 25 0 1 0 599292398 38785024 8663 33554432000 4194304 4352236 140734011857856 18446744073709551615 4329060 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/20646/statm: 9469 8663 127 39 0 8549 0
[pid=20649] ppid=20640 vsize=43728 CPUtime=528.24 cores=7
/proc/20649/stat : 20649 (march_hi) R 20640 20640 20607 0 -1 4202496 30524 0 0 0 52819 5 0 0 25 0 1 0 599292399 44777472 7102 33554432000 4194304 4331988 140736886450320 18446744073709551615 4299269 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/20649/statm: 10932 7102 175 34 0 9374 0
Current children cumulated CPU time (s) 4242.54
Current children cumulated vsize (KiB) 719348

[startup+1122.3 s]
/proc/loadavg: 10.28 10.21 9.42 11/188 20689
/proc/meminfo: memFree=17989268/32951124 swapFree=67110396/67111528
[pid=20640] ppid=20638 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/20640/stat : 20640 (ppfolio) S 20638 20640 20607 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 599292398 18763776 389 33554432000 4194304 4287625 140735524199120 18446744073709551615 224284945935 0 0 4096 65536 4525967958781984767 0 0 17 1 0 0 0
/proc/20640/statm: 4581 389 341 23 0 91 0
[pid=20642] ppid=20640 vsize=87232 CPUtime=1121.48 cores=1
/proc/20642/stat : 20642 (cryptominisat) R 20640 20640 20607 0 -1 4202496 193547 0 0 0 112079 69 0 0 25 0 1 0 599292398 89325568 17469 33554432000 4194304 4587354 140736665431840 18446744073709551615 4238481 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/20642/statm: 21808 17469 337 96 0 18370 0
[pid=20644] ppid=20640 vsize=67736 CPUtime=1122.3 cores=5
/proc/20644/stat : 20644 (clasp) R 20640 20640 20607 0 -1 4202496 13501 0 0 0 112228 2 0 0 25 0 1 0 599292398 69361664 13044 33554432000 4194304 4785740 140733747682496 18446744073709551615 4553591 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/20644/statm: 16934 13044 340 145 0 13979 0
[pid=20645] ppid=20640 vsize=465224 CPUtime=558.06 cores=7
/proc/20645/stat : 20645 (TNM) R 20640 20640 20607 0 -1 4202496 3139 0 0 0 55806 0 0 0 25 0 1 0 599292398 476389376 3036 33554432000 134512640 134534564 4294808112 18446744073709551615 134530360 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/20645/statm: 116306 3036 95 6 0 114972 0
[pid=20646] ppid=20640 vsize=60144 CPUtime=1122.25 cores=3
/proc/20646/stat : 20646 (lingeling) R 20640 20640 20607 0 -1 4202496 157569 0 0 0 112202 23 0 0 25 0 1 0 599292398 61587456 14230 33554432000 4194304 4352236 140734011857856 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/20646/statm: 15036 14230 127 39 0 14116 0
[pid=20649] ppid=20640 vsize=43728 CPUtime=558.12 cores=7
/proc/20649/stat : 20649 (march_hi) R 20640 20640 20607 0 -1 4202496 30544 0 0 0 55807 5 0 0 25 0 1 0 599292399 44777472 7122 33554432000 4194304 4331988 140736886450320 18446744073709551615 4299269 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/20649/statm: 10932 7122 175 34 0 9374 0
Current children cumulated CPU time (s) 4482.21
Current children cumulated vsize (KiB) 742388

[startup+1182.3 s]
/proc/loadavg: 10.18 10.20 9.47 11/188 20691
/proc/meminfo: memFree=17995308/32951124 swapFree=67110396/67111528
[pid=20640] ppid=20638 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/20640/stat : 20640 (ppfolio) S 20638 20640 20607 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 599292398 18763776 389 33554432000 4194304 4287625 140735524199120 18446744073709551615 224284945935 0 0 4096 65536 4525967958781984767 0 0 17 1 0 0 0
/proc/20640/statm: 4581 389 341 23 0 91 0
[pid=20642] ppid=20640 vsize=69292 CPUtime=1181.49 cores=1
/proc/20642/stat : 20642 (cryptominisat) R 20640 20640 20607 0 -1 4202496 205218 0 0 0 118077 72 0 0 25 0 1 0 599292398 70955008 12869 33554432000 4194304 4587354 140736665431840 18446744073709551615 4237679 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/20642/statm: 17323 12869 337 96 0 13885 0
[pid=20644] ppid=20640 vsize=69232 CPUtime=1182.3 cores=5
/proc/20644/stat : 20644 (clasp) R 20640 20640 20607 0 -1 4202496 13867 0 0 0 118228 2 0 0 25 0 1 0 599292398 70893568 13410 33554432000 4194304 4785740 140733747682496 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/20644/statm: 17308 13410 340 145 0 14353 0
[pid=20645] ppid=20640 vsize=465224 CPUtime=587.94 cores=7
/proc/20645/stat : 20645 (TNM) R 20640 20640 20607 0 -1 4202496 3139 0 0 0 58794 0 0 0 25 0 1 0 599292398 476389376 3036 33554432000 134512640 134534564 4294808112 18446744073709551615 134528824 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/20645/statm: 116306 3036 95 6 0 114972 0
[pid=20646] ppid=20640 vsize=60144 CPUtime=1182.25 cores=3
/proc/20646/stat : 20646 (lingeling) R 20640 20640 20607 0 -1 4202496 165057 0 0 0 118201 24 0 0 25 0 1 0 599292398 61587456 14230 33554432000 4194304 4352236 140734011857856 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/20646/statm: 15036 14230 127 39 0 14116 0
[pid=20649] ppid=20640 vsize=43728 CPUtime=587.92 cores=7
/proc/20649/stat : 20649 (march_hi) R 20640 20640 20607 0 -1 4202496 30564 0 0 0 58787 5 0 0 25 0 1 0 599292399 44777472 7142 33554432000 4194304 4331988 140736886450320 18446744073709551615 4298580 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/20649/statm: 10932 7142 175 34 0 9374 0
Current children cumulated CPU time (s) 4721.9
Current children cumulated vsize (KiB) 725944



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.9 s]
/proc/loadavg: 10.20 10.20 9.48 6/181 20692
/proc/meminfo: memFree=18201816/32951124 swapFree=67110396/67111528
[pid=20640] ppid=20638 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/20640/stat : 20640 (ppfolio) S 20638 20640 20607 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 599292398 18763776 389 33554432000 4194304 4287625 140735524199120 18446744073709551615 224284945935 0 0 4096 65536 4525967958781984767 0 0 17 1 0 0 0
/proc/20640/statm: 4581 389 341 23 0 91 0
[pid=20642] ppid=20640 vsize=270120 CPUtime=1201.09 cores=1
/proc/20642/stat : 20642 (cryptominisat) R 20640 20640 20607 0 -1 4202496 208933 0 0 0 120036 73 0 0 25 0 1 0 599292398 276602880 12038 33554432000 4194304 4587354 140736665431840 18446744073709551615 4238571 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/20642/statm: 67530 12038 337 96 0 64092 0
[pid=20644] ppid=20640 vsize=69232 CPUtime=1201.91 cores=5
/proc/20644/stat : 20644 (clasp) R 20640 20640 20607 0 -1 4202496 13867 0 0 0 120189 2 0 0 25 0 1 0 599292398 70893568 13410 33554432000 4194304 4785740 140733747682496 18446744073709551615 4277711 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/20644/statm: 17308 13410 340 145 0 14353 0
[pid=20645] ppid=20640 vsize=465224 CPUtime=597.65 cores=7
/proc/20645/stat : 20645 (TNM) R 20640 20640 20607 0 -1 4202496 3139 0 0 0 59765 0 0 0 25 0 1 0 599292398 476389376 3036 33554432000 134512640 134534564 4294808112 18446744073709551615 134530160 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/20645/statm: 116306 3036 95 6 0 114972 0
[pid=20646] ppid=20640 vsize=55408 CPUtime=1201.85 cores=3
/proc/20646/stat : 20646 (lingeling) R 20640 20640 20607 0 -1 4202496 165665 0 0 0 120161 24 0 0 25 0 1 0 599292398 56737792 13046 33554432000 4194304 4352236 140734011857856 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/20646/statm: 13852 13046 127 39 0 12932 0
[pid=20649] ppid=20640 vsize=43728 CPUtime=597.7 cores=7
/proc/20649/stat : 20649 (march_hi) R 20640 20640 20607 0 -1 4202496 30571 0 0 0 59765 5 0 0 25 0 1 0 599292399 44777472 7149 33554432000 4194304 4331988 140736886450320 18446744073709551615 4299264 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/20649/statm: 10932 7149 175 34 0 9374 0
Current children cumulated CPU time (s) 4800.2
Current children cumulated vsize (KiB) 922036

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

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

[startup+1201.9 s]
/proc/loadavg: 10.20 10.20 9.48 6/181 20692
/proc/meminfo: memFree=18201816/32951124 swapFree=67110396/67111528
[pid=20640] ppid=20638 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/20640/stat : 20640 (ppfolio) S 20638 20640 20607 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 599292398 18763776 389 33554432000 4194304 4287625 140735524199120 18446744073709551615 224284945935 0 0 4096 65536 4525967958781984767 0 0 17 1 0 0 0
/proc/20640/statm: 4581 389 341 23 0 91 0
[pid=20642] ppid=20640 vsize=270120 CPUtime=1201.09 cores=1
/proc/20642/stat : 20642 (cryptominisat) R 20640 20640 20607 0 -1 4202496 208933 0 0 0 120036 73 0 0 25 0 1 0 599292398 276602880 12038 33554432000 4194304 4587354 140736665431840 18446744073709551615 4238571 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/20642/statm: 67530 12038 337 96 0 64092 0
[pid=20644] ppid=20640 vsize=69232 CPUtime=1201.91 cores=5
/proc/20644/stat : 20644 (clasp) R 20640 20640 20607 0 -1 4202496 13867 0 0 0 120189 2 0 0 25 0 1 0 599292398 70893568 13410 33554432000 4194304 4785740 140733747682496 18446744073709551615 4277711 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/20644/statm: 17308 13410 340 145 0 14353 0
[pid=20645] ppid=20640 vsize=465224 CPUtime=597.65 cores=7
/proc/20645/stat : 20645 (TNM) R 20640 20640 20607 0 -1 4202496 3139 0 0 0 59765 0 0 0 25 0 1 0 599292398 476389376 3036 33554432000 134512640 134534564 4294808112 18446744073709551615 134530160 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/20645/statm: 116306 3036 95 6 0 114972 0
[pid=20646] ppid=20640 vsize=55408 CPUtime=1201.85 cores=3
/proc/20646/stat : 20646 (lingeling) R 20640 20640 20607 0 -1 4202496 165665 0 0 0 120161 24 0 0 25 0 1 0 599292398 56737792 13046 33554432000 4194304 4352236 140734011857856 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/20646/statm: 13852 13046 127 39 0 12932 0
[pid=20649] ppid=20640 vsize=43728 CPUtime=597.7 cores=7
/proc/20649/stat : 20649 (march_hi) R 20640 20640 20607 0 -1 4202496 30571 0 0 0 59765 5 0 0 25 0 1 0 599292399 44777472 7149 33554432000 4194304 4331988 140736886450320 18446744073709551615 4299264 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/20649/statm: 10932 7149 175 34 0 9374 0
Current children cumulated CPU time (s) 4800.2
Current children cumulated vsize (KiB) 922036

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 20640 and gives
#  childrusage.ru_utime.tv_sec=3597
#  childrusage.ru_utime.tv_usec=293128
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=58839
# CPU time returned by wait4() is 3598.35
# while last known CPU time is 4800.2
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1201.91
CPU time (s): 4800.2
CPU user time (s): 4799.16
CPU system time (s): 1.04
CPU usage (%): 399.38
Max. virtual memory (cumulated for all children) (KiB): 4302428

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

runsolver used 1.78173 second user time and 4.78027 second system time

The end

Launcher Data

Begin job on node118 at 2011-04-29 17:23:37
IDJOB=3263141
IDBENCH=83930
IDSOLVER=1612
FILE ID=node118/3263141-1304090617
RUNJOBID= node118-1304090617-20626
PBS_JOBID= 13170577
Free space on /tmp= 71616 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT03/handmade/anton/UNSAT/SGI_30_50_30_20_5-log.shuffled-as.sat03-111.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3263141-1304090617/watcher-3263141-1304090617 -o /tmp/evaluation-result-3263141-1304090617/solver-3263141-1304090617 -C 4800 -W 1300 -M 15500  ppfolio HOME/instance-3263141-1304090617.cnf

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

MD5SUM BENCH= ab60d1d6c6130bc12a1aa4855d06424a
RANDOM SEED=325357574

node118.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.842
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.68
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.842
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.75
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.842
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.842
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.75
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.842
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.68
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.842
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.842
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.75
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.842
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	: 5374.59
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      18395204 kB
Buffers:       1902056 kB
Cached:       12050336 kB
SwapCached:        600 kB
Active:        9506356 kB
Inactive:      4510780 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      18395204 kB
SwapTotal:    67111528 kB
SwapFree:     67110396 kB
Dirty:           22956 kB
Writeback:           0 kB
AnonPages:       63876 kB
Mapped:          14128 kB
Slab:           472960 kB
PageTables:       5272 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   183416 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= 71604 MiB
End job on node118 at 2011-04-29 17:43:41