Trace number 3190824

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

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v25000-c105000-S1838224332-006-UNKNOWN.cnf
MD5SUMa93695501183427990f531672c9572d2
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark86.7978
Satisfiable
(Un)Satisfiability was proved
Number of variables24998
Number of clauses105000
Sum of the clauses size315000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3105000
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.05	This is pico-portfolio, a naive parallel portfolio
0.00/0.05	Copyright (C) 2011 Olivier Roussel
0.00/0.05	Using 4 processing units
0.00/0.05	This portfolio uses the following solvers:
0.00/0.05	[1] cryptominisat 2.7.1 (Mate Soos)
0.00/0.05	[2] clasp 1.3.6 (Martin Gebser, Benjamin Kaufmann, and Torsten Schaub)
0.00/0.05	[3] TNM 2009 (Wanxia Wei and Chu Min Li)
0.00/0.05	[4] lingeling 276-6264d55-100731 (Armin Biere)
0.00/0.05	[5] march_hi 2009 (Marijn Heule and Hans Van Maaren)
0.00/0.05	Starting cryptominisat 2.7.1 on core(s) 1
0.00/0.05	Starting clasp 1.3.6 on core(s) 5
0.00/0.05	Starting TNM 2009 on core(s) 7
0.00/0.05	Starting lingeling 276-6264d55-100731 on core(s) 3
0.00/0.05	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-3190824-1304037329/watcher-3190824-1304037329 -o /tmp/evaluation-result-3190824-1304037329/solver-3190824-1304037329 -C 4800 -W 1300 -M 15500 ppfolio HOME/instance-3190824-1304037329.cnf 

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

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


[startup+0 s]
/proc/loadavg: 5.92 4.65 5.58 6/182 10804
/proc/meminfo: memFree=14038552/32950928 swapFree=67111528/67111528
[pid=10804] ppid=10802 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/10804/stat : 10804 (ppfolio) S 10802 10804 10696 0 -1 4202496 520 0 0 0 0 0 0 0 25 0 1 0 515332758 18763776 389 33554432000 4194304 4287625 140736781254640 18446744073709551615 248089718287 0 0 4096 65536 4605220482034171903 0 0 17 3 0 0 0
/proc/10804/statm: 4581 389 341 23 0 91 0

[startup+0.220206 s]
/proc/loadavg: 5.92 4.65 5.58 6/182 10804
/proc/meminfo: memFree=14038552/32950928 swapFree=67111528/67111528
[pid=10804] ppid=10802 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/10804/stat : 10804 (ppfolio) S 10802 10804 10696 0 -1 4202496 520 0 0 0 0 0 0 0 24 0 1 0 515332758 18763776 389 33554432000 4194304 4287625 140736781254640 18446744073709551615 248089718287 0 0 4096 65536 4605220482034171903 0 0 17 3 0 0 0
/proc/10804/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.300192 s]
/proc/loadavg: 5.92 4.65 5.58 6/182 10804
/proc/meminfo: memFree=14038552/32950928 swapFree=67111528/67111528
[pid=10804] ppid=10802 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/10804/stat : 10804 (ppfolio) S 10802 10804 10696 0 -1 4202496 520 0 0 0 0 0 0 0 24 0 1 0 515332758 18763776 389 33554432000 4194304 4287625 140736781254640 18446744073709551615 248089718287 0 0 4096 65536 4605220482034171903 0 0 17 3 0 0 0
/proc/10804/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.400175 s]
/proc/loadavg: 5.92 4.65 5.58 6/182 10804
/proc/meminfo: memFree=14038552/32950928 swapFree=67111528/67111528
[pid=10804] ppid=10802 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/10804/stat : 10804 (ppfolio) S 10802 10804 10696 0 -1 4202496 520 0 0 0 0 0 0 0 24 0 1 0 515332758 18763776 389 33554432000 4194304 4287625 140736781254640 18446744073709551615 248089718287 0 0 4096 65536 4605220482034171903 0 0 17 3 0 0 0
/proc/10804/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.70112 s]
/proc/loadavg: 5.92 4.65 5.58 6/182 10804
/proc/meminfo: memFree=14038552/32950928 swapFree=67111528/67111528
[pid=10804] ppid=10802 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/10804/stat : 10804 (ppfolio) S 10802 10804 10696 0 -1 4202496 520 0 0 0 0 0 0 0 21 0 1 0 515332758 18763776 389 33554432000 4194304 4287625 140736781254640 18446744073709551615 248089718287 0 0 4096 65536 4605220482034171903 0 0 17 3 0 0 0
/proc/10804/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50098 s]
/proc/loadavg: 5.92 4.65 5.58 11/188 10810
/proc/meminfo: memFree=13963212/32950928 swapFree=67111528/67111528
[pid=10804] ppid=10802 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/10804/stat : 10804 (ppfolio) S 10802 10804 10696 0 -1 4202496 520 0 0 0 0 0 0 0 21 0 1 0 515332758 18763776 389 33554432000 4194304 4287625 140736781254640 18446744073709551615 248089718287 0 0 4096 65536 4605220482034171903 0 0 17 3 0 0 0
/proc/10804/statm: 4581 389 341 23 0 91 0
[pid=10805] ppid=10804 vsize=47212 CPUtime=1.49 cores=1
/proc/10805/stat : 10805 (cryptominisat) R 10804 10804 10696 0 -1 4202496 9441 0 0 0 148 1 0 0 25 0 1 0 515332759 48345088 7418 33554432000 4194304 4587354 140735524400320 18446744073709551615 4230209 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/10805/statm: 11803 7418 326 96 0 8365 0
[pid=10806] ppid=10804 vsize=26600 CPUtime=1.49 cores=5
/proc/10806/stat : 10806 (clasp) R 10804 10804 10696 0 -1 4202496 5317 0 0 0 148 1 0 0 25 0 1 0 515332759 27238400 3971 33554432000 4194304 4785740 140737049170640 18446744073709551615 4552550 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/10806/statm: 6650 3971 340 145 0 3695 0
[pid=10807] ppid=10804 vsize=461896 CPUtime=0.71 cores=7
/proc/10807/stat : 10807 (TNM) R 10804 10804 10696 0 -1 4202496 4293 0 0 0 70 1 0 0 25 0 1 0 515332759 472981504 4190 33554432000 134512640 134534564 4289509840 18446744073709551615 134528710 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/10807/statm: 115474 4190 95 6 0 114140 0
[pid=10808] ppid=10804 vsize=11476 CPUtime=1.49 cores=3
/proc/10808/stat : 10808 (lingeling) R 10804 10804 10696 0 -1 4202496 3771 0 0 0 149 0 0 0 25 0 1 0 515332759 11751424 1903 33554432000 4194304 4352236 140735459191888 18446744073709551615 4277681 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/10808/statm: 2869 1903 127 39 0 1949 0
[pid=10809] ppid=10804 vsize=22844 CPUtime=0.77 cores=7
/proc/10809/stat : 10809 (march_hi) R 10804 10804 10696 0 -1 4202496 18953 0 0 0 75 2 0 0 25 0 1 0 515332759 23392256 3184 33554432000 4194304 4331988 140733419922880 18446744073709551615 4251467 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/10809/statm: 5711 3184 144 34 0 4153 0
Current children cumulated CPU time (s) 5.95
Current children cumulated vsize (KiB) 588352

[startup+3.1007 s]
/proc/loadavg: 6.25 4.74 5.60 11/188 10810
/proc/meminfo: memFree=13932836/32950928 swapFree=67111528/67111528
[pid=10804] ppid=10802 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/10804/stat : 10804 (ppfolio) S 10802 10804 10696 0 -1 4202496 521 0 0 0 0 0 0 0 17 0 1 0 515332758 18763776 389 33554432000 4194304 4287625 140736781254640 18446744073709551615 248089718287 0 0 4096 65536 4605220482034171903 0 0 17 3 0 0 0
/proc/10804/statm: 4581 389 341 23 0 91 0
[pid=10805] ppid=10804 vsize=84716 CPUtime=3.09 cores=1
/proc/10805/stat : 10805 (cryptominisat) R 10804 10804 10696 0 -1 4202496 10544 0 0 0 307 2 0 0 25 0 1 0 515332759 86749184 8513 33554432000 4194304 4587354 140735524400320 18446744073709551615 4243968 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/10805/statm: 21179 8513 326 96 0 17741 0
[pid=10806] ppid=10804 vsize=33296 CPUtime=3.09 cores=5
/proc/10806/stat : 10806 (clasp) R 10804 10804 10696 0 -1 4202496 6979 0 0 0 308 1 0 0 25 0 1 0 515332759 34095104 5633 33554432000 4194304 4785740 140737049170640 18446744073709551615 4553032 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/10806/statm: 8324 5633 340 145 0 5369 0
[pid=10807] ppid=10804 vsize=461896 CPUtime=1.51 cores=7
/proc/10807/stat : 10807 (TNM) R 10804 10804 10696 0 -1 4202496 4293 0 0 0 150 1 0 0 25 0 1 0 515332759 472981504 4190 33554432000 134512640 134534564 4289509840 18446744073709551615 134525871 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/10807/statm: 115474 4190 95 6 0 114140 0
[pid=10808] ppid=10804 vsize=11476 CPUtime=3.09 cores=3
/proc/10808/stat : 10808 (lingeling) R 10804 10804 10696 0 -1 4202496 3771 0 0 0 309 0 0 0 25 0 1 0 515332759 11751424 1903 33554432000 4194304 4352236 140735459191888 18446744073709551615 4207874 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/10808/statm: 2869 1903 127 39 0 1949 0
[pid=10809] ppid=10804 vsize=56644 CPUtime=1.57 cores=7
/proc/10809/stat : 10809 (march_hi) R 10804 10804 10696 0 -1 4202496 31747 0 0 0 153 4 0 0 25 0 1 0 515332759 58003456 11438 33554432000 4194304 4331988 140733419922880 18446744073709551615 4229049 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/10809/statm: 14161 11438 173 34 0 12603 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 666352

[startup+6.30113 s]
/proc/loadavg: 6.25 4.74 5.60 11/188 10810
/proc/meminfo: memFree=13894272/32950928 swapFree=67111528/67111528
[pid=10804] ppid=10802 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/10804/stat : 10804 (ppfolio) S 10802 10804 10696 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 515332758 18763776 389 33554432000 4194304 4287625 140736781254640 18446744073709551615 248089718287 0 0 4096 65536 4605220482034171903 0 0 17 3 0 0 0
/proc/10804/statm: 4581 389 341 23 0 91 0
[pid=10805] ppid=10804 vsize=84716 CPUtime=6.29 cores=1
/proc/10805/stat : 10805 (cryptominisat) R 10804 10804 10696 0 -1 4202496 12519 0 0 0 626 3 0 0 25 0 1 0 515332759 86749184 10480 33554432000 4194304 4587354 140735524400320 18446744073709551615 4243610 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/10805/statm: 21179 10480 326 96 0 17741 0
[pid=10806] ppid=10804 vsize=48592 CPUtime=6.29 cores=5
/proc/10806/stat : 10806 (clasp) R 10804 10804 10696 0 -1 4202496 10777 0 0 0 627 2 0 0 25 0 1 0 515332759 49758208 9431 33554432000 4194304 4785740 140737049170640 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/10806/statm: 12148 9431 340 145 0 9193 0
[pid=10807] ppid=10804 vsize=461896 CPUtime=3.11 cores=7
/proc/10807/stat : 10807 (TNM) R 10804 10804 10696 0 -1 4202496 4293 0 0 0 310 1 0 0 25 0 1 0 515332759 472981504 4190 33554432000 134512640 134534564 4289509840 18446744073709551615 134530632 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/10807/statm: 115474 4190 95 6 0 114140 0
[pid=10808] ppid=10804 vsize=11476 CPUtime=6.29 cores=3
/proc/10808/stat : 10808 (lingeling) R 10804 10804 10696 0 -1 4202496 3771 0 0 0 629 0 0 0 25 0 1 0 515332759 11751424 1903 33554432000 4194304 4352236 140735459191888 18446744073709551615 4328026 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/10808/statm: 2869 1903 127 39 0 1949 0
[pid=10809] ppid=10804 vsize=58012 CPUtime=3.15 cores=7
/proc/10809/stat : 10809 (march_hi) R 10804 10804 10696 0 -1 4202496 32062 0 0 0 311 4 0 0 25 0 1 0 515332759 59404288 11753 33554432000 4194304 4331988 140733419922880 18446744073709551615 4229057 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/10809/statm: 14503 11753 173 34 0 12945 0
Current children cumulated CPU time (s) 25.13
Current children cumulated vsize (KiB) 683016

[startup+12.701 s]
/proc/loadavg: 6.90 4.93 5.66 11/188 10810
/proc/meminfo: memFree=13838240/32950928 swapFree=67111528/67111528
[pid=10804] ppid=10802 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/10804/stat : 10804 (ppfolio) S 10802 10804 10696 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 515332758 18763776 389 33554432000 4194304 4287625 140736781254640 18446744073709551615 248089718287 0 0 4096 65536 4605220482034171903 0 0 17 3 0 0 0
/proc/10804/statm: 4581 389 341 23 0 91 0
[pid=10805] ppid=10804 vsize=1413924 CPUtime=12.69 cores=1
/proc/10805/stat : 10805 (cryptominisat) R 10804 10804 10696 0 -1 4202496 36127 0 0 0 1263 6 0 0 25 0 1 0 515332759 1447858176 28499 33554432000 4194304 4587354 140735524400320 18446744073709551615 4388350 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/10805/statm: 353481 28499 337 96 0 350043 0
[pid=10806] ppid=10804 vsize=74080 CPUtime=12.69 cores=5
/proc/10806/stat : 10806 (clasp) R 10804 10804 10696 0 -1 4202496 17151 0 0 0 1266 3 0 0 25 0 1 0 515332759 75857920 15805 33554432000 4194304 4785740 140737049170640 18446744073709551615 4552993 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/10806/statm: 18520 15805 340 145 0 15565 0
[pid=10807] ppid=10804 vsize=461896 CPUtime=6.31 cores=7
/proc/10807/stat : 10807 (TNM) R 10804 10804 10696 0 -1 4202496 4293 0 0 0 630 1 0 0 25 0 1 0 515332759 472981504 4190 33554432000 134512640 134534564 4289509840 18446744073709551615 134528523 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/10807/statm: 115474 4190 95 6 0 114140 0
[pid=10808] ppid=10804 vsize=15756 CPUtime=12.68 cores=3
/proc/10808/stat : 10808 (lingeling) R 10804 10804 10696 0 -1 4202496 4973 0 0 0 1268 0 0 0 25 0 1 0 515332759 16134144 3105 33554432000 4194304 4352236 140735459191888 18446744073709551615 4271292 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/10808/statm: 3939 3105 127 39 0 3019 0
[pid=10809] ppid=10804 vsize=63156 CPUtime=6.31 cores=7
/proc/10809/stat : 10809 (march_hi) R 10804 10804 10696 0 -1 4202496 33225 0 0 0 627 4 0 0 25 0 1 0 515332759 64671744 12916 33554432000 4194304 4331988 140733419922880 18446744073709551615 4240760 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/10809/statm: 15789 12916 173 34 0 14231 0
Current children cumulated CPU time (s) 50.68
Current children cumulated vsize (KiB) 2047136

[startup+25.5067 s]
/proc/loadavg: 7.38 5.10 5.70 11/188 10811
/proc/meminfo: memFree=13823044/32950928 swapFree=67111528/67111528
[pid=10804] ppid=10802 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/10804/stat : 10804 (ppfolio) S 10802 10804 10696 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 515332758 18763776 389 33554432000 4194304 4287625 140736781254640 18446744073709551615 248089718287 0 0 4096 65536 4605220482034171903 0 0 17 3 0 0 0
/proc/10804/statm: 4581 389 341 23 0 91 0
[pid=10805] ppid=10804 vsize=123480 CPUtime=25.49 cores=1
/proc/10805/stat : 10805 (cryptominisat) R 10804 10804 10696 0 -1 4202496 55748 0 0 0 2538 11 0 0 25 0 1 0 515332759 126443520 10811 33554432000 4194304 4587354 140735524400320 18446744073709551615 4241101 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/10805/statm: 30870 10811 337 96 0 27432 0
[pid=10806] ppid=10804 vsize=87200 CPUtime=25.5 cores=5
/proc/10806/stat : 10806 (clasp) R 10804 10804 10696 0 -1 4202496 20437 0 0 0 2545 5 0 0 25 0 1 0 515332759 89292800 19091 33554432000 4194304 4785740 140737049170640 18446744073709551615 4553003 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/10806/statm: 21800 19091 340 145 0 18845 0
[pid=10807] ppid=10804 vsize=461896 CPUtime=12.66 cores=7
/proc/10807/stat : 10807 (TNM) R 10804 10804 10696 0 -1 4202496 4293 0 0 0 1265 1 0 0 25 0 1 0 515332759 472981504 4190 33554432000 134512640 134534564 4289509840 18446744073709551615 134528511 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/10807/statm: 115474 4190 95 6 0 114140 0
[pid=10808] ppid=10804 vsize=18240 CPUtime=25.5 cores=3
/proc/10808/stat : 10808 (lingeling) R 10804 10804 10696 0 -1 4202496 5594 0 0 0 2549 1 0 0 25 0 1 0 515332759 18677760 3726 33554432000 4194304 4352236 140735459191888 18446744073709551615 4328475 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/10808/statm: 4560 3726 127 39 0 3640 0
[pid=10809] ppid=10804 vsize=64344 CPUtime=12.69 cores=7
/proc/10809/stat : 10809 (march_hi) R 10804 10804 10696 0 -1 4202496 33539 0 0 0 1265 4 0 0 25 0 1 0 515332759 65888256 13230 33554432000 4194304 4331988 140733419922880 18446744073709551615 4226519 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/10809/statm: 16086 13230 173 34 0 14528 0
Current children cumulated CPU time (s) 101.84
Current children cumulated vsize (KiB) 773484

[startup+51.1012 s]
/proc/loadavg: 8.35 5.50 5.82 11/188 10811
/proc/meminfo: memFree=13665404/32950928 swapFree=67111528/67111528
[pid=10804] ppid=10802 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/10804/stat : 10804 (ppfolio) S 10802 10804 10696 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 515332758 18763776 389 33554432000 4194304 4287625 140736781254640 18446744073709551615 248089718287 0 0 4096 65536 4605220482034171903 0 0 17 3 0 0 0
/proc/10804/statm: 4581 389 341 23 0 91 0
[pid=10805] ppid=10804 vsize=1485344 CPUtime=51.09 cores=1
/proc/10805/stat : 10805 (cryptominisat) R 10804 10804 10696 0 -1 4202496 112309 0 0 0 5086 23 0 0 25 0 1 0 515332759 1520992256 43108 33554432000 4194304 4587354 140735524400320 18446744073709551615 4388350 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/10805/statm: 371336 43108 337 96 0 367898 0
[pid=10806] ppid=10804 vsize=113976 CPUtime=51.09 cores=5
/proc/10806/stat : 10806 (clasp) R 10804 10804 10696 0 -1 4202496 27006 0 0 0 5102 7 0 0 25 0 1 0 515332759 116711424 25660 33554432000 4194304 4785740 140737049170640 18446744073709551615 4553003 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/10806/statm: 28494 25660 340 145 0 25539 0
[pid=10807] ppid=10804 vsize=461896 CPUtime=25.4 cores=7
/proc/10807/stat : 10807 (TNM) R 10804 10804 10696 0 -1 4202496 4293 0 0 0 2539 1 0 0 25 0 1 0 515332759 472981504 4190 33554432000 134512640 134534564 4289509840 18446744073709551615 134530659 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/10807/statm: 115474 4190 95 6 0 114140 0
[pid=10808] ppid=10804 vsize=25144 CPUtime=51.09 cores=3

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

/proc/10809/statm: 17274 14426 173 34 0 15716 0
Current children cumulated CPU time (s) 3764.05
Current children cumulated vsize (KiB) 2286368

[startup+1002.31 s]
/proc/loadavg: 10.25 9.99 8.59 11/188 10837
/proc/meminfo: memFree=13410308/32950928 swapFree=67111528/67111528
[pid=10804] ppid=10802 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/10804/stat : 10804 (ppfolio) S 10802 10804 10696 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 515332758 18763776 389 33554432000 4194304 4287625 140736781254640 18446744073709551615 248089718287 0 0 4096 65536 4605220482034171903 0 0 17 3 0 0 0
/proc/10804/statm: 4581 389 341 23 0 91 0
[pid=10805] ppid=10804 vsize=1384268 CPUtime=1002.29 cores=1
/proc/10805/stat : 10805 (cryptominisat) R 10804 10804 10696 0 -1 4202496 644883 0 0 0 99990 239 0 0 25 0 1 0 515332759 1417490432 16924 33554432000 4194304 4587354 140735524400320 18446744073709551615 4237679 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/10805/statm: 346067 16924 337 96 0 342629 0
[pid=10806] ppid=10804 vsize=338140 CPUtime=1002.32 cores=5
/proc/10806/stat : 10806 (clasp) R 10804 10804 10696 0 -1 4202496 82032 0 0 0 100207 25 0 0 25 0 1 0 515332759 346255360 80686 33554432000 4194304 4785740 140737049170640 18446744073709551615 4553288 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/10806/statm: 84535 80686 340 145 0 81580 0
[pid=10807] ppid=10804 vsize=461896 CPUtime=498.43 cores=7
/proc/10807/stat : 10807 (TNM) R 10804 10804 10696 0 -1 4202496 4293 0 0 0 49842 1 0 0 25 0 1 0 515332759 472981504 4190 33554432000 134512640 134534564 4289509840 18446744073709551615 134530593 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/10807/statm: 115474 4190 95 6 0 114140 0
[pid=10808] ppid=10804 vsize=31804 CPUtime=1002.31 cores=3
/proc/10808/stat : 10808 (lingeling) R 10804 10804 10696 0 -1 4202496 11033 0 0 0 100230 1 0 0 25 0 1 0 515332759 32567296 7117 33554432000 4194304 4352236 140735459191888 18446744073709551615 4329360 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/10808/statm: 7951 7117 127 39 0 7031 0
[pid=10809] ppid=10804 vsize=69228 CPUtime=498.42 cores=7
/proc/10809/stat : 10809 (march_hi) R 10804 10804 10696 0 -1 4202496 34754 0 0 0 49837 5 0 0 25 0 1 0 515332759 70889472 14445 33554432000 4194304 4331988 140733419922880 18446744073709551615 4263258 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/10809/statm: 17307 14445 173 34 0 15749 0
Current children cumulated CPU time (s) 4003.77
Current children cumulated vsize (KiB) 2303660

[startup+1062.3 s]
/proc/loadavg: 10.27 10.03 8.69 11/188 10838
/proc/meminfo: memFree=13302152/32950928 swapFree=67111528/67111528
[pid=10804] ppid=10802 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/10804/stat : 10804 (ppfolio) S 10802 10804 10696 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 515332758 18763776 389 33554432000 4194304 4287625 140736781254640 18446744073709551615 248089718287 0 0 4096 65536 4605220482034171903 0 0 17 3 0 0 0
/proc/10804/statm: 4581 389 341 23 0 91 0
[pid=10805] ppid=10804 vsize=1369152 CPUtime=1062.29 cores=1
/proc/10805/stat : 10805 (cryptominisat) R 10804 10804 10696 0 -1 4202496 671348 0 0 0 105974 255 0 0 25 0 1 0 515332759 1402011648 27226 33554432000 4194304 4587354 140735524400320 18446744073709551615 4238271 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/10805/statm: 342288 27226 337 96 0 338850 0
[pid=10806] ppid=10804 vsize=338140 CPUtime=1062.31 cores=5
/proc/10806/stat : 10806 (clasp) R 10804 10804 10696 0 -1 4202496 82034 0 0 0 106206 25 0 0 25 0 1 0 515332759 346255360 80688 33554432000 4194304 4785740 140737049170640 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/10806/statm: 84535 80688 340 145 0 81580 0
[pid=10807] ppid=10804 vsize=461896 CPUtime=528.23 cores=7
/proc/10807/stat : 10807 (TNM) R 10804 10804 10696 0 -1 4202496 4293 0 0 0 52822 1 0 0 25 0 1 0 515332759 472981504 4190 33554432000 134512640 134534564 4289509840 18446744073709551615 134530632 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/10807/statm: 115474 4190 95 6 0 114140 0
[pid=10808] ppid=10804 vsize=29756 CPUtime=1062.3 cores=3
/proc/10808/stat : 10808 (lingeling) R 10804 10804 10696 0 -1 4202496 11033 0 0 0 106229 1 0 0 25 0 1 0 515332759 30470144 6605 33554432000 4194304 4352236 140735459191888 18446744073709551615 4208101 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/10808/statm: 7439 6605 127 39 0 6519 0
[pid=10809] ppid=10804 vsize=69228 CPUtime=528.29 cores=7
/proc/10809/stat : 10809 (march_hi) R 10804 10804 10696 0 -1 4202496 34769 0 0 0 52824 5 0 0 25 0 1 0 515332759 70889472 14460 33554432000 4194304 4331988 140733419922880 18446744073709551615 4299865 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/10809/statm: 17307 14460 173 34 0 15749 0
Current children cumulated CPU time (s) 4243.42
Current children cumulated vsize (KiB) 2286496

[startup+1122.3 s]
/proc/loadavg: 10.27 10.07 8.79 11/188 10840
/proc/meminfo: memFree=13307704/32950928 swapFree=67111528/67111528
[pid=10804] ppid=10802 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/10804/stat : 10804 (ppfolio) S 10802 10804 10696 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 515332758 18763776 389 33554432000 4194304 4287625 140736781254640 18446744073709551615 248089718287 0 0 4096 65536 4605220482034171903 0 0 17 3 0 0 0
/proc/10804/statm: 4581 389 341 23 0 91 0
[pid=10805] ppid=10804 vsize=1365804 CPUtime=1122.28 cores=1
/proc/10805/stat : 10805 (cryptominisat) R 10804 10804 10696 0 -1 4202496 699937 0 0 0 111957 271 0 0 25 0 1 0 515332759 1398583296 22584 33554432000 4194304 4587354 140735524400320 18446744073709551615 4238297 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/10805/statm: 341451 22584 337 96 0 338013 0
[pid=10806] ppid=10804 vsize=338140 CPUtime=1122.31 cores=5
/proc/10806/stat : 10806 (clasp) R 10804 10804 10696 0 -1 4202496 82034 0 0 0 112206 25 0 0 25 0 1 0 515332759 346255360 80688 33554432000 4194304 4785740 140737049170640 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/10806/statm: 84535 80688 340 145 0 81580 0
[pid=10807] ppid=10804 vsize=461896 CPUtime=558.08 cores=7
/proc/10807/stat : 10807 (TNM) R 10804 10804 10696 0 -1 4202496 4293 0 0 0 55807 1 0 0 25 0 1 0 515332759 472981504 4190 33554432000 134512640 134534564 4289509840 18446744073709551615 134528302 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/10807/statm: 115474 4190 95 6 0 114140 0
[pid=10808] ppid=10804 vsize=29756 CPUtime=1122.32 cores=3
/proc/10808/stat : 10808 (lingeling) R 10804 10804 10696 0 -1 4202496 11545 0 0 0 112230 2 0 0 25 0 1 0 515332759 30470144 6605 33554432000 4194304 4352236 140735459191888 18446744073709551615 4281048 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/10808/statm: 7439 6605 127 39 0 6519 0
[pid=10809] ppid=10804 vsize=69360 CPUtime=558.11 cores=7
/proc/10809/stat : 10809 (march_hi) R 10804 10804 10696 0 -1 4202496 34789 0 0 0 55806 5 0 0 25 0 1 0 515332759 71024640 14480 33554432000 4194304 4331988 140733419922880 18446744073709551615 4226448 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/10809/statm: 17340 14480 173 34 0 15782 0
Current children cumulated CPU time (s) 4483.1
Current children cumulated vsize (KiB) 2283280

[startup+1182.3 s]
/proc/loadavg: 10.10 10.05 8.86 11/188 10906
/proc/meminfo: memFree=13587096/32950928 swapFree=67111528/67111528
[pid=10804] ppid=10802 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/10804/stat : 10804 (ppfolio) S 10802 10804 10696 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 515332758 18763776 389 33554432000 4194304 4287625 140736781254640 18446744073709551615 248089718287 0 0 4096 65536 4605220482034171903 0 0 17 3 0 0 0
/proc/10804/statm: 4581 389 341 23 0 91 0
[pid=10805] ppid=10804 vsize=1361028 CPUtime=1182.28 cores=1
/proc/10805/stat : 10805 (cryptominisat) R 10804 10804 10696 0 -1 4202496 727725 0 0 0 117942 286 0 0 25 0 1 0 515332759 1393692672 16467 33554432000 4194304 4587354 140735524400320 18446744073709551615 4238340 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/10805/statm: 340257 16467 337 96 0 336819 0
[pid=10806] ppid=10804 vsize=346472 CPUtime=1182.32 cores=5
/proc/10806/stat : 10806 (clasp) R 10804 10804 10696 0 -1 4202496 84088 0 0 0 118206 26 0 0 25 0 1 0 515332759 354787328 82742 33554432000 4194304 4785740 140737049170640 18446744073709551615 4553402 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/10806/statm: 86618 82742 340 145 0 83663 0
[pid=10807] ppid=10804 vsize=461896 CPUtime=587.92 cores=7
/proc/10807/stat : 10807 (TNM) R 10804 10804 10696 0 -1 4202496 4293 0 0 0 58791 1 0 0 25 0 1 0 515332759 472981504 4190 33554432000 134512640 134534564 4289509840 18446744073709551615 134528504 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/10807/statm: 115474 4190 95 6 0 114140 0
[pid=10808] ppid=10804 vsize=29756 CPUtime=1182.32 cores=3
/proc/10808/stat : 10808 (lingeling) R 10804 10804 10696 0 -1 4202496 12057 0 0 0 118230 2 0 0 25 0 1 0 515332759 30470144 6605 33554432000 4194304 4352236 140735459191888 18446744073709551615 4207874 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/10808/statm: 7439 6605 127 39 0 6519 0
[pid=10809] ppid=10804 vsize=69360 CPUtime=587.94 cores=7
/proc/10809/stat : 10809 (march_hi) R 10804 10804 10696 0 -1 4202496 34805 0 0 0 58789 5 0 0 25 0 1 0 515332759 71024640 14496 33554432000 4194304 4331988 140733419922880 18446744073709551615 4240141 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/10809/statm: 17340 14496 173 34 0 15782 0
Current children cumulated CPU time (s) 4722.78
Current children cumulated vsize (KiB) 2286836



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 9.79 9.98 8.86 10/187 10907
/proc/meminfo: memFree=13558216/32950928 swapFree=67111528/67111528
[pid=10804] ppid=10802 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/10804/stat : 10804 (ppfolio) S 10802 10804 10696 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 515332758 18763776 389 33554432000 4194304 4287625 140736781254640 18446744073709551615 248089718287 0 0 4096 65536 4605220482034171903 0 0 17 3 0 0 0
/proc/10804/statm: 4581 389 341 23 0 91 0
[pid=10805] ppid=10804 vsize=1361028 CPUtime=1201.69 cores=1
/proc/10805/stat : 10805 (cryptominisat) R 10804 10804 10696 0 -1 4202496 735683 0 0 0 119878 291 0 0 25 0 1 0 515332759 1393692672 24403 33554432000 4194304 4587354 140735524400320 18446744073709551615 4238736 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/10805/statm: 340257 24403 337 96 0 336819 0
[pid=10806] ppid=10804 vsize=350816 CPUtime=1201.72 cores=5
/proc/10806/stat : 10806 (clasp) R 10804 10804 10696 0 -1 4202496 85168 0 0 0 120146 26 0 0 25 0 1 0 515332759 359235584 83822 33554432000 4194304 4785740 140737049170640 18446744073709551615 4287028 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/10806/statm: 87704 83822 340 145 0 84749 0
[pid=10807] ppid=10804 vsize=461896 CPUtime=597.55 cores=7
/proc/10807/stat : 10807 (TNM) R 10804 10804 10696 0 -1 4202496 4293 0 0 0 59754 1 0 0 25 0 1 0 515332759 472981504 4190 33554432000 134512640 134534564 4289509840 18446744073709551615 134528726 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/10807/statm: 115474 4190 95 6 0 114140 0
[pid=10808] ppid=10804 vsize=31804 CPUtime=1201.72 cores=3
/proc/10808/stat : 10808 (lingeling) R 10804 10804 10696 0 -1 4202496 12569 0 0 0 120170 2 0 0 25 0 1 0 515332759 32567296 7117 33554432000 4194304 4352236 140735459191888 18446744073709551615 4276757 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/10808/statm: 7951 7117 127 39 0 7031 0
[pid=10809] ppid=10804 vsize=69492 CPUtime=597.6 cores=7
/proc/10809/stat : 10809 (march_hi) R 10804 10804 10696 0 -1 4202496 34812 0 0 0 59755 5 0 0 25 0 1 0 515332759 71159808 14503 33554432000 4194304 4331988 140733419922880 18446744073709551615 4291853 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/10809/statm: 17373 14503 173 34 0 15815 0
Current children cumulated CPU time (s) 4800.28
Current children cumulated vsize (KiB) 2293360

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.79 9.98 8.86 10/187 10907
/proc/meminfo: memFree=13558216/32950928 swapFree=67111528/67111528
[pid=10804] ppid=10802 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/10804/stat : 10804 (ppfolio) S 10802 10804 10696 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 515332758 18763776 389 33554432000 4194304 4287625 140736781254640 18446744073709551615 248089718287 0 0 4096 65536 4605220482034171903 0 0 17 3 0 0 0
/proc/10804/statm: 4581 389 341 23 0 91 0
[pid=10805] ppid=10804 vsize=1361028 CPUtime=1201.69 cores=1
/proc/10805/stat : 10805 (cryptominisat) R 10804 10804 10696 0 -1 4202496 735683 0 0 0 119878 291 0 0 25 0 1 0 515332759 1393692672 24403 33554432000 4194304 4587354 140735524400320 18446744073709551615 4238736 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/10805/statm: 340257 24403 337 96 0 336819 0
[pid=10806] ppid=10804 vsize=350816 CPUtime=1201.72 cores=5
/proc/10806/stat : 10806 (clasp) R 10804 10804 10696 0 -1 4202496 85168 0 0 0 120146 26 0 0 25 0 1 0 515332759 359235584 83822 33554432000 4194304 4785740 140737049170640 18446744073709551615 4287028 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/10806/statm: 87704 83822 340 145 0 84749 0
[pid=10807] ppid=10804 vsize=461896 CPUtime=597.55 cores=7
/proc/10807/stat : 10807 (TNM) R 10804 10804 10696 0 -1 4202496 4293 0 0 0 59754 1 0 0 25 0 1 0 515332759 472981504 4190 33554432000 134512640 134534564 4289509840 18446744073709551615 134528726 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/10807/statm: 115474 4190 95 6 0 114140 0
[pid=10808] ppid=10804 vsize=31804 CPUtime=1201.72 cores=3
/proc/10808/stat : 10808 (lingeling) R 10804 10804 10696 0 -1 4202496 12569 0 0 0 120170 2 0 0 25 0 1 0 515332759 32567296 7117 33554432000 4194304 4352236 140735459191888 18446744073709551615 4276757 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/10808/statm: 7951 7117 127 39 0 7031 0
[pid=10809] ppid=10804 vsize=69492 CPUtime=597.6 cores=7
/proc/10809/stat : 10809 (march_hi) R 10804 10804 10696 0 -1 4202496 34812 0 0 0 59755 5 0 0 25 0 1 0 515332759 71159808 14503 33554432000 4194304 4331988 140733419922880 18446744073709551615 4291853 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/10809/statm: 17373 14503 173 34 0 15815 0
Current children cumulated CPU time (s) 4800.28
Current children cumulated vsize (KiB) 2293360

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 10804 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=2999
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=4999
# CPU time returned by wait4() is 0.007998
# while last known CPU time is 4800.28
#
# 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.28
CPU user time (s): 4797.03
CPU system time (s): 3.25
CPU usage (%): 399.453
Max. virtual memory (cumulated for all children) (KiB): 3648752

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.002999
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= 521
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= 243
involuntary context switches= 6

runsolver used 1.86871 second user time and 4.69429 second system time

The end

Launcher Data

Begin job on node123 at 2011-04-29 02:35:30
IDJOB=3190824
IDBENCH=82555
IDSOLVER=1612
FILE ID=node123/3190824-1304037329
RUNJOBID= node123-1304037296-10715
PBS_JOBID= 13170370
Free space on /tmp= 72804 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT11/random/large/unif-k3-r4.2-v25000-c105000-S1838224332-006-UNKNOWN.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3190824-1304037329/watcher-3190824-1304037329 -o /tmp/evaluation-result-3190824-1304037329/solver-3190824-1304037329 -C 4800 -W 1300 -M 15500  ppfolio HOME/instance-3190824-1304037329.cnf

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

MD5SUM BENCH= a93695501183427990f531672c9572d2
RANDOM SEED=1573888438

node123.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.838
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.67
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.838
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.838
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.75
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.838
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.82
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.838
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.74
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.838
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.80
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.838
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.838
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:      14038832 kB
Buffers:       2191204 kB
Cached:       16022088 kB
SwapCached:          0 kB
Active:        9186392 kB
Inactive:      9176540 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      14038832 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           23420 kB
Writeback:          44 kB
AnonPages:      148736 kB
Mapped:          16796 kB
Slab:           486400 kB
PageTables:       5080 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  2038224 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= 72796 MiB
End job on node123 at 2011-04-29 02:55:33