Trace number 3290134

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.41 1203.03

General information on the benchmark

Nameapplication/kullmann/AES/Benchmarks/
64/aes_64_1_keyfind_1.cnf
MD5SUM9e18e0ee8a56ea2c59fe8e682ff6c747
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark32.783
Satisfiable
(Un)Satisfiability was proved
Number of variables596
Number of clauses2780
Sum of the clauses size10460
Maximum clause length5
Minimum clause length1
Number of clauses of size 1132
Number of clauses of size 280
Number of clauses of size 31168
Number of clauses of size 4336
Number of clauses of size 51064
Number of clauses of size over 50

Solver Data

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

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-3290134-1304088338/watcher-3290134-1304088338 -o /tmp/evaluation-result-3290134-1304088338/solver-3290134-1304088338 -C 4800 -W 1300 -M 15500 ppfolio HOME/instance-3290134-1304088338.cnf 

running on 4 cores: 0,2,4,6

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: 10.29 10.24 10.18 7/180 7815
/proc/meminfo: memFree=16621284/32951132 swapFree=67111524/67111528
[pid=7815] ppid=7813 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/7815/stat : 7815 (ppfolio) R 7813 7815 5255 0 -1 4202496 520 0 0 0 0 0 0 0 25 0 1 0 520433479 18763776 389 33554432000 4194304 4287625 140736576317888 18446744073709551615 210647166479 0 0 4096 65536 0 0 0 17 4 0 0 0
/proc/7815/statm: 4581 389 341 23 0 91 0

[startup+0.467109 s]
/proc/loadavg: 10.29 10.24 10.18 7/180 7815
/proc/meminfo: memFree=16621284/32951132 swapFree=67111524/67111528
[pid=7815] ppid=7813 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/7815/stat : 7815 (ppfolio) S 7813 7815 5255 0 -1 4202496 520 0 0 0 0 0 0 0 23 0 1 0 520433479 18763776 389 33554432000 4194304 4287625 140736576317888 18446744073709551615 210647166479 0 0 4096 65536 5670286609535205375 0 0 17 4 0 0 0
/proc/7815/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.501102 s]
/proc/loadavg: 10.29 10.24 10.18 7/180 7815
/proc/meminfo: memFree=16621284/32951132 swapFree=67111524/67111528
[pid=7815] ppid=7813 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/7815/stat : 7815 (ppfolio) S 7813 7815 5255 0 -1 4202496 520 0 0 0 0 0 0 0 23 0 1 0 520433479 18763776 389 33554432000 4194304 4287625 140736576317888 18446744073709551615 210647166479 0 0 4096 65536 5670286609535205375 0 0 17 4 0 0 0
/proc/7815/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.600086 s]
/proc/loadavg: 10.29 10.24 10.18 7/180 7815
/proc/meminfo: memFree=16621284/32951132 swapFree=67111524/67111528
[pid=7815] ppid=7813 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/7815/stat : 7815 (ppfolio) S 7813 7815 5255 0 -1 4202496 520 0 0 0 0 0 0 0 22 0 1 0 520433479 18763776 389 33554432000 4194304 4287625 140736576317888 18446744073709551615 210647166479 0 0 4096 65536 5670286609535205375 0 0 17 4 0 0 0
/proc/7815/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.701069 s]
/proc/loadavg: 10.29 10.24 10.18 7/180 7815
/proc/meminfo: memFree=16621284/32951132 swapFree=67111524/67111528
[pid=7815] ppid=7813 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/7815/stat : 7815 (ppfolio) S 7813 7815 5255 0 -1 4202496 520 0 0 0 0 0 0 0 21 0 1 0 520433479 18763776 389 33554432000 4194304 4287625 140736576317888 18446744073709551615 210647166479 0 0 4096 65536 5670286609535205375 0 0 17 4 0 0 0
/proc/7815/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50694 s]
/proc/loadavg: 10.29 10.24 10.18 11/186 7821
/proc/meminfo: memFree=16606108/32951132 swapFree=67111524/67111528
[pid=7815] ppid=7813 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/7815/stat : 7815 (ppfolio) S 7813 7815 5255 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 520433479 18763776 389 33554432000 4194304 4287625 140736576317888 18446744073709551615 210647166479 0 0 4096 65536 5670286609535205375 0 0 17 4 0 0 0
/proc/7815/statm: 4581 389 341 23 0 91 0
[pid=7816] ppid=7815 vsize=1783036 CPUtime=1.5 cores=0
/proc/7816/stat : 7816 (cryptominisat) R 7815 7815 5255 0 -1 4202496 3372 0 0 0 150 0 0 0 20 0 1 0 520433479 1825828864 2262 33554432000 4194304 4587354 140734756617440 18446744073709551615 4388277 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/7816/statm: 445759 2262 338 96 0 442321 0
[pid=7817] ppid=7815 vsize=13508 CPUtime=1.5 cores=4
/proc/7817/stat : 7817 (clasp) R 7815 7815 5255 0 -1 4202496 834 0 0 0 150 0 0 0 25 0 1 0 520433479 13832192 721 33554432000 4194304 4785740 140737006687168 18446744073709551615 4553003 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/7817/statm: 3377 721 340 145 0 422 0
[pid=7818] ppid=7815 vsize=455960 CPUtime=0.78 cores=6
/proc/7818/stat : 7818 (TNM) R 7815 7815 5255 0 -1 4202496 363 0 0 0 78 0 0 0 25 0 1 0 520433479 466903040 260 33554432000 134512640 134534564 4291661472 18446744073709551615 134529056 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/7818/statm: 113990 260 95 6 0 112656 0
[pid=7819] ppid=7815 vsize=6348 CPUtime=1.49 cores=2
/proc/7819/stat : 7819 (lingeling) R 7815 7815 5255 0 -1 4202496 1238 0 0 0 149 0 0 0 25 0 1 0 520433479 6500352 787 33554432000 4194304 4352236 140737190399536 18446744073709551615 4328771 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/7819/statm: 1587 787 127 39 0 667 0
[pid=7820] ppid=7815 vsize=8596 CPUtime=0.71 cores=6
/proc/7820/stat : 7820 (march_hi) R 7815 7815 5255 0 -1 4202496 729 0 0 0 71 0 0 0 25 0 1 0 520433479 8802304 551 33554432000 4194304 4331988 140735709728048 18446744073709551615 4287584 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/7820/statm: 2149 551 174 34 0 591 0
Current children cumulated CPU time (s) 5.98
Current children cumulated vsize (KiB) 2285772

[startup+3.10067 s]
/proc/loadavg: 10.26 10.23 10.18 11/186 7821
/proc/meminfo: memFree=16609704/32951132 swapFree=67111524/67111528
[pid=7815] ppid=7813 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/7815/stat : 7815 (ppfolio) S 7813 7815 5255 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 520433479 18763776 389 33554432000 4194304 4287625 140736576317888 18446744073709551615 210647166479 0 0 4096 65536 5670286609535205375 0 0 17 4 0 0 0
/proc/7815/statm: 4581 389 341 23 0 91 0
[pid=7816] ppid=7815 vsize=1784560 CPUtime=3.09 cores=0
/proc/7816/stat : 7816 (cryptominisat) R 7815 7815 5255 0 -1 4202496 4653 0 0 0 309 0 0 0 25 0 1 0 520433479 1827389440 2737 33554432000 4194304 4587354 140734756617440 18446744073709551615 4357600 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/7816/statm: 446140 2737 338 96 0 442702 0
[pid=7817] ppid=7815 vsize=13776 CPUtime=3.09 cores=4
/proc/7817/stat : 7817 (clasp) R 7815 7815 5255 0 -1 4202496 900 0 0 0 309 0 0 0 25 0 1 0 520433479 14106624 787 33554432000 4194304 4785740 140737006687168 18446744073709551615 4312619 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/7817/statm: 3444 787 340 145 0 489 0
[pid=7818] ppid=7815 vsize=455960 CPUtime=1.57 cores=6
/proc/7818/stat : 7818 (TNM) R 7815 7815 5255 0 -1 4202496 363 0 0 0 157 0 0 0 25 0 1 0 520433479 466903040 260 33554432000 134512640 134534564 4291661472 18446744073709551615 134528558 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/7818/statm: 113990 260 95 6 0 112656 0
[pid=7819] ppid=7815 vsize=6608 CPUtime=2.93 cores=2
/proc/7819/stat : 7819 (lingeling) R 7815 7815 5255 0 -1 4202496 1463 0 0 0 291 2 0 0 25 0 1 0 520433479 6766592 852 33554432000 4194304 4352236 140737190399536 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/7819/statm: 1652 852 127 39 0 732 0
[pid=7820] ppid=7815 vsize=8596 CPUtime=1.51 cores=6
/proc/7820/stat : 7820 (march_hi) R 7815 7815 5255 0 -1 4202496 751 0 0 0 151 0 0 0 25 0 1 0 520433479 8802304 573 33554432000 4194304 4331988 140735709728048 18446744073709551615 4242612 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/7820/statm: 2149 573 174 34 0 591 0
Current children cumulated CPU time (s) 12.19
Current children cumulated vsize (KiB) 2287824

[startup+6.30113 s]
/proc/loadavg: 10.26 10.23 10.18 11/186 7821
/proc/meminfo: memFree=16604500/32951132 swapFree=67111524/67111528
[pid=7815] ppid=7813 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/7815/stat : 7815 (ppfolio) S 7813 7815 5255 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 520433479 18763776 389 33554432000 4194304 4287625 140736576317888 18446744073709551615 210647166479 0 0 4096 65536 5670286609535205375 0 0 17 4 0 0 0
/proc/7815/statm: 4581 389 341 23 0 91 0
[pid=7816] ppid=7815 vsize=1785348 CPUtime=6.29 cores=0
/proc/7816/stat : 7816 (cryptominisat) R 7815 7815 5255 0 -1 4202496 6548 0 0 0 629 0 0 0 25 0 1 0 520433479 1828196352 3080 33554432000 4194304 4587354 140734756617440 18446744073709551615 4238431 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/7816/statm: 446337 3080 338 96 0 442899 0
[pid=7817] ppid=7815 vsize=14188 CPUtime=6.29 cores=4
/proc/7817/stat : 7817 (clasp) R 7815 7815 5255 0 -1 4202496 996 0 0 0 629 0 0 0 25 0 1 0 520433479 14528512 883 33554432000 4194304 4785740 140737006687168 18446744073709551615 4286976 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/7817/statm: 3547 883 340 145 0 592 0
[pid=7818] ppid=7815 vsize=455960 CPUtime=3.15 cores=6
/proc/7818/stat : 7818 (TNM) R 7815 7815 5255 0 -1 4202496 363 0 0 0 315 0 0 0 25 0 1 0 520433479 466903040 260 33554432000 134512640 134534564 4291661472 18446744073709551615 134530204 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/7818/statm: 113990 260 95 6 0 112656 0
[pid=7819] ppid=7815 vsize=7896 CPUtime=4.46 cores=2
/proc/7819/stat : 7819 (lingeling) R 7815 7815 5255 0 -1 4202496 1881 0 0 0 434 12 0 0 25 0 1 0 520433479 8085504 1174 33554432000 4194304 4352236 140737190399536 18446744073709551615 4329265 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/7819/statm: 1974 1174 127 39 0 1054 0
[pid=7820] ppid=7815 vsize=8964 CPUtime=3.11 cores=6
/proc/7820/stat : 7820 (march_hi) R 7815 7815 5255 0 -1 4202496 845 0 0 0 311 0 0 0 25 0 1 0 520433479 9179136 649 33554432000 4194304 4331988 140735709728048 18446744073709551615 4298859 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/7820/statm: 2241 649 175 34 0 683 0
Current children cumulated CPU time (s) 23.3
Current children cumulated vsize (KiB) 2290680

[startup+12.7011 s]
/proc/loadavg: 10.22 10.22 10.18 11/186 7821
/proc/meminfo: memFree=16594084/32951132 swapFree=67111524/67111528
[pid=7815] ppid=7813 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/7815/stat : 7815 (ppfolio) S 7813 7815 5255 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 520433479 18763776 389 33554432000 4194304 4287625 140736576317888 18446744073709551615 210647166479 0 0 4096 65536 5670286609535205375 0 0 17 4 0 0 0
/proc/7815/statm: 4581 389 341 23 0 91 0
[pid=7816] ppid=7815 vsize=1787320 CPUtime=12.69 cores=0
/proc/7816/stat : 7816 (cryptominisat) R 7815 7815 5255 0 -1 4202496 9761 0 0 0 1268 1 0 0 25 0 1 0 520433479 1830215680 3695 33554432000 4194304 4587354 140734756617440 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/7816/statm: 446830 3695 338 96 0 443392 0
[pid=7817] ppid=7815 vsize=14744 CPUtime=12.69 cores=4
/proc/7817/stat : 7817 (clasp) R 7815 7815 5255 0 -1 4202496 1129 0 0 0 1269 0 0 0 25 0 1 0 520433479 15097856 1016 33554432000 4194304 4785740 140737006687168 18446744073709551615 4287560 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/7817/statm: 3686 1016 340 145 0 731 0
[pid=7818] ppid=7815 vsize=455960 CPUtime=6.34 cores=6
/proc/7818/stat : 7818 (TNM) R 7815 7815 5255 0 -1 4202496 363 0 0 0 634 0 0 0 25 0 1 0 520433479 466903040 260 33554432000 134512640 134534564 4291661472 18446744073709551615 134530598 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/7818/statm: 113990 260 95 6 0 112656 0
[pid=7819] ppid=7815 vsize=9056 CPUtime=10.87 cores=2
/proc/7819/stat : 7819 (lingeling) R 7815 7815 5255 0 -1 4202496 2779 0 0 0 1074 13 0 0 25 0 1 0 520433479 9273344 1464 33554432000 4194304 4352236 140737190399536 18446744073709551615 4329086 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/7819/statm: 2264 1464 127 39 0 1344 0
[pid=7820] ppid=7815 vsize=9192 CPUtime=6.28 cores=6
/proc/7820/stat : 7820 (march_hi) R 7815 7815 5255 0 -1 4202496 932 0 0 0 628 0 0 0 25 0 1 0 520433479 9412608 736 33554432000 4194304 4331988 140735709728048 18446744073709551615 4226263 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/7820/statm: 2298 736 175 34 0 740 0
Current children cumulated CPU time (s) 48.87
Current children cumulated vsize (KiB) 2294596

[startup+25.5009 s]
/proc/loadavg: 10.26 10.23 10.18 11/186 7821
/proc/meminfo: memFree=16604744/32951132 swapFree=67111524/67111528
[pid=7815] ppid=7813 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/7815/stat : 7815 (ppfolio) S 7813 7815 5255 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 520433479 18763776 389 33554432000 4194304 4287625 140736576317888 18446744073709551615 210647166479 0 0 4096 65536 5670286609535205375 0 0 17 4 0 0 0
/proc/7815/statm: 4581 389 341 23 0 91 0
[pid=7816] ppid=7815 vsize=1790716 CPUtime=25.48 cores=0
/proc/7816/stat : 7816 (cryptominisat) R 7815 7815 5255 0 -1 4202496 15550 0 0 0 2546 2 0 0 25 0 1 0 520433479 1833693184 4267 33554432000 4194304 4587354 140734756617440 18446744073709551615 4238755 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/7816/statm: 447679 4267 338 96 0 444241 0
[pid=7817] ppid=7815 vsize=15168 CPUtime=25.49 cores=4
/proc/7817/stat : 7817 (clasp) R 7815 7815 5255 0 -1 4202496 1230 0 0 0 2549 0 0 0 25 0 1 0 520433479 15532032 1117 33554432000 4194304 4785740 140737006687168 18446744073709551615 4287019 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/7817/statm: 3792 1117 340 145 0 837 0
[pid=7818] ppid=7815 vsize=455960 CPUtime=12.74 cores=6
/proc/7818/stat : 7818 (TNM) R 7815 7815 5255 0 -1 4202496 363 0 0 0 1274 0 0 0 25 0 1 0 520433479 466903040 260 33554432000 134512640 134534564 4291661472 18446744073709551615 134529841 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/7818/statm: 113990 260 95 6 0 112656 0
[pid=7819] ppid=7815 vsize=10848 CPUtime=23.65 cores=2
/proc/7819/stat : 7819 (lingeling) R 7815 7815 5255 0 -1 4202496 4443 0 0 0 2344 21 0 0 25 0 1 0 520433479 11108352 1912 33554432000 4194304 4352236 140737190399536 18446744073709551615 4328109 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/7819/statm: 2712 1912 127 39 0 1792 0
[pid=7820] ppid=7815 vsize=10180 CPUtime=12.61 cores=6
/proc/7820/stat : 7820 (march_hi) R 7815 7815 5255 0 -1 4202496 1132 0 0 0 1261 0 0 0 25 0 1 0 520433479 10424320 936 33554432000 4194304 4331988 140735709728048 18446744073709551615 4299269 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/7820/statm: 2545 936 175 34 0 987 0
Current children cumulated CPU time (s) 99.97
Current children cumulated vsize (KiB) 2301196

[startup+51.1006 s]
/proc/loadavg: 10.17 10.21 10.18 11/186 7822
/proc/meminfo: memFree=16571644/32951132 swapFree=67111524/67111528
[pid=7815] ppid=7813 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/7815/stat : 7815 (ppfolio) S 7813 7815 5255 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 520433479 18763776 389 33554432000 4194304 4287625 140736576317888 18446744073709551615 210647166479 0 0 4096 65536 5670286609535205375 0 0 17 4 0 0 0
/proc/7815/statm: 4581 389 341 23 0 91 0
[pid=7816] ppid=7815 vsize=1800880 CPUtime=51.09 cores=0
/proc/7816/stat : 7816 (cryptominisat) R 7815 7815 5255 0 -1 4202496 25830 0 0 0 5104 5 0 0 25 0 1 0 520433479 1844101120 6598 33554432000 4194304 4587354 140734756617440 18446744073709551615 4238622 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/7816/statm: 450220 6598 338 96 0 446782 0
[pid=7817] ppid=7815 vsize=16040 CPUtime=51.09 cores=4
/proc/7817/stat : 7817 (clasp) R 7815 7815 5255 0 -1 4202496 1450 0 0 0 5109 0 0 0 25 0 1 0 520433479 16424960 1337 33554432000 4194304 4785740 140737006687168 18446744073709551615 4287028 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/7817/statm: 4010 1337 340 145 0 1055 0
[pid=7818] ppid=7815 vsize=455960 CPUtime=25.44 cores=6
/proc/7818/stat : 7818 (TNM) R 7815 7815 5255 0 -1 4202496 363 0 0 0 2544 0 0 0 25 0 1 0 520433479 466903040 260 33554432000 134512640 134534564 4291661472 18446744073709551615 134528273 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/7818/statm: 113990 260 95 6 0 112656 0
[pid=7819] ppid=7815 vsize=11620 CPUtime=49.24 cores=2

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

/proc/7820/statm: 17948 13883 175 34 0 16390 0
Current children cumulated CPU time (s) 3759.51
Current children cumulated vsize (KiB) 2423864

[startup+1002.3 s]
/proc/loadavg: 10.24 10.19 10.18 11/186 7953
/proc/meminfo: memFree=16509760/32951132 swapFree=67111524/67111528
[pid=7815] ppid=7813 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/7815/stat : 7815 (ppfolio) S 7813 7815 5255 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 520433479 18763776 389 33554432000 4194304 4287625 140736576317888 18446744073709551615 210647166479 0 0 4096 65536 5670286609535205375 0 0 17 4 0 0 0
/proc/7815/statm: 4581 389 341 23 0 91 0
[pid=7816] ppid=7815 vsize=1820700 CPUtime=1002.29 cores=0
/proc/7816/stat : 7816 (cryptominisat) R 7815 7815 5255 0 -1 4202496 139134 0 0 0 100195 34 0 0 25 0 1 0 520433479 1864396800 13988 33554432000 4194304 4587354 140734756617440 18446744073709551615 4238240 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/7816/statm: 455175 13988 338 96 0 451737 0
[pid=7817] ppid=7815 vsize=22644 CPUtime=1002.3 cores=4
/proc/7817/stat : 7817 (clasp) R 7815 7815 5255 0 -1 4202496 3006 0 0 0 100229 1 0 0 25 0 1 0 520433479 23187456 2893 33554432000 4194304 4785740 140737006687168 18446744073709551615 4553399 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/7817/statm: 5661 2893 341 145 0 2706 0
[pid=7818] ppid=7815 vsize=455960 CPUtime=498.47 cores=6
/proc/7818/stat : 7818 (TNM) R 7815 7815 5255 0 -1 4202496 363 0 0 0 49847 0 0 0 25 0 1 0 520433479 466903040 260 33554432000 134512640 134534564 4291661472 18446744073709551615 134528829 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/7818/statm: 113990 260 95 6 0 112656 0
[pid=7819] ppid=7815 vsize=32828 CPUtime=997.72 cores=2
/proc/7819/stat : 7819 (lingeling) R 7815 7815 5255 0 -1 4202496 58238 0 0 0 99707 65 0 0 25 0 1 0 520433479 33615872 7407 33554432000 4194304 4352236 140737190399536 18446744073709551615 4328181 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/7819/statm: 8207 7407 127 39 0 7287 0
[pid=7820] ppid=7815 vsize=71792 CPUtime=498.37 cores=6
/proc/7820/stat : 7820 (march_hi) R 7815 7815 5255 0 -1 4202496 14891 0 0 0 49832 5 0 0 25 0 1 0 520433479 73515008 14695 33554432000 4194304 4331988 140735709728048 18446744073709551615 4226358 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/7820/statm: 17948 14695 175 34 0 16390 0
Current children cumulated CPU time (s) 3999.15
Current children cumulated vsize (KiB) 2422248

[startup+1062.3 s]
/proc/loadavg: 10.20 10.18 10.18 11/186 7955
/proc/meminfo: memFree=16488308/32951132 swapFree=67111524/67111528
[pid=7815] ppid=7813 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/7815/stat : 7815 (ppfolio) S 7813 7815 5255 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 520433479 18763776 389 33554432000 4194304 4287625 140736576317888 18446744073709551615 210647166479 0 0 4096 65536 5670286609535205375 0 0 17 4 0 0 0
/proc/7815/statm: 4581 389 341 23 0 91 0
[pid=7816] ppid=7815 vsize=1840508 CPUtime=1062.29 cores=0
/proc/7816/stat : 7816 (cryptominisat) R 7815 7815 5255 0 -1 4202496 144622 0 0 0 106194 35 0 0 25 0 1 0 520433479 1884680192 15923 33554432000 4194304 4587354 140734756617440 18446744073709551615 4238578 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/7816/statm: 460127 15923 338 96 0 456689 0
[pid=7817] ppid=7815 vsize=22844 CPUtime=1062.3 cores=4
/proc/7817/stat : 7817 (clasp) R 7815 7815 5255 0 -1 4202496 3055 0 0 0 106229 1 0 0 25 0 1 0 520433479 23392256 2942 33554432000 4194304 4785740 140737006687168 18446744073709551615 4287207 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/7817/statm: 5711 2942 341 145 0 2756 0
[pid=7818] ppid=7815 vsize=455960 CPUtime=528.28 cores=6
/proc/7818/stat : 7818 (TNM) R 7815 7815 5255 0 -1 4202496 363 0 0 0 52828 0 0 0 25 0 1 0 520433479 466903040 260 33554432000 134512640 134534564 4291661472 18446744073709551615 134528829 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/7818/statm: 113990 260 95 6 0 112656 0
[pid=7819] ppid=7815 vsize=34876 CPUtime=1057.71 cores=2
/proc/7819/stat : 7819 (lingeling) R 7815 7815 5255 0 -1 4202496 59614 0 0 0 105705 66 0 0 25 0 1 0 520433479 35713024 7919 33554432000 4194304 4352236 140737190399536 18446744073709551615 4329066 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/7819/statm: 8719 7919 127 39 0 7799 0
[pid=7820] ppid=7815 vsize=71792 CPUtime=528.22 cores=6
/proc/7820/stat : 7820 (march_hi) R 7815 7815 5255 0 -1 4202496 15732 0 0 0 52817 5 0 0 25 0 1 0 520433479 73515008 15536 33554432000 4194304 4331988 140735709728048 18446744073709551615 4210904 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/7820/statm: 17948 15536 175 34 0 16390 0
Current children cumulated CPU time (s) 4238.8
Current children cumulated vsize (KiB) 2444304

[startup+1122.3 s]
/proc/loadavg: 10.22 10.19 10.18 11/186 7957
/proc/meminfo: memFree=16474412/32951132 swapFree=67111524/67111528
[pid=7815] ppid=7813 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/7815/stat : 7815 (ppfolio) S 7813 7815 5255 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 520433479 18763776 389 33554432000 4194304 4287625 140736576317888 18446744073709551615 210647166479 0 0 4096 65536 5670286609535205375 0 0 17 4 0 0 0
/proc/7815/statm: 4581 389 341 23 0 91 0
[pid=7816] ppid=7815 vsize=1840748 CPUtime=1122.29 cores=0
/proc/7816/stat : 7816 (cryptominisat) R 7815 7815 5255 0 -1 4202496 152400 0 0 0 112192 37 0 0 25 0 1 0 520433479 1884925952 16401 33554432000 4194304 4587354 140734756617440 18446744073709551615 4254617 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/7816/statm: 460187 16401 338 96 0 456749 0
[pid=7817] ppid=7815 vsize=22844 CPUtime=1122.3 cores=4
/proc/7817/stat : 7817 (clasp) R 7815 7815 5255 0 -1 4202496 3060 0 0 0 112229 1 0 0 25 0 1 0 520433479 23392256 2947 33554432000 4194304 4785740 140737006687168 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/7817/statm: 5711 2947 341 145 0 2756 0
[pid=7818] ppid=7815 vsize=455960 CPUtime=558.16 cores=6
/proc/7818/stat : 7818 (TNM) R 7815 7815 5255 0 -1 4202496 363 0 0 0 55816 0 0 0 25 0 1 0 520433479 466903040 260 33554432000 134512640 134534564 4291661472 18446744073709551615 134528661 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/7818/statm: 113990 260 95 6 0 112656 0
[pid=7819] ppid=7815 vsize=32700 CPUtime=1117.68 cores=2
/proc/7819/stat : 7819 (lingeling) R 7815 7815 5255 0 -1 4202496 60990 0 0 0 111700 68 0 0 25 0 1 0 520433479 33484800 7375 33554432000 4194304 4352236 140737190399536 18446744073709551615 4328181 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/7819/statm: 8175 7375 127 39 0 7255 0
[pid=7820] ppid=7815 vsize=101260 CPUtime=558.02 cores=6
/proc/7820/stat : 7820 (march_hi) R 7815 7815 5255 0 -1 4202496 16531 0 0 0 55797 5 0 0 25 0 1 0 520433479 103690240 16335 33554432000 4194304 4331988 140735709728048 18446744073709551615 4299348 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/7820/statm: 25315 16335 175 34 0 23757 0
Current children cumulated CPU time (s) 4478.45
Current children cumulated vsize (KiB) 2471836

[startup+1182.3 s]
/proc/loadavg: 10.18 10.18 10.18 11/186 7958
/proc/meminfo: memFree=16472544/32951132 swapFree=67111524/67111528
[pid=7815] ppid=7813 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/7815/stat : 7815 (ppfolio) S 7813 7815 5255 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 520433479 18763776 389 33554432000 4194304 4287625 140736576317888 18446744073709551615 210647166479 0 0 4096 65536 5670286609535205375 0 0 17 4 0 0 0
/proc/7815/statm: 4581 389 341 23 0 91 0
[pid=7816] ppid=7815 vsize=1837128 CPUtime=1182.29 cores=0
/proc/7816/stat : 7816 (cryptominisat) R 7815 7815 5255 0 -1 4202496 160462 0 0 0 118188 41 0 0 25 0 1 0 520433479 1881219072 17079 33554432000 4194304 4587354 140734756617440 18446744073709551615 4238578 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/7816/statm: 459282 17079 338 96 0 455844 0
[pid=7817] ppid=7815 vsize=22984 CPUtime=1182.3 cores=4
/proc/7817/stat : 7817 (clasp) R 7815 7815 5255 0 -1 4202496 3072 0 0 0 118229 1 0 0 25 0 1 0 520433479 23535616 2959 33554432000 4194304 4785740 140737006687168 18446744073709551615 4286927 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/7817/statm: 5746 2959 341 145 0 2791 0
[pid=7818] ppid=7815 vsize=455960 CPUtime=587.95 cores=6
/proc/7818/stat : 7818 (TNM) R 7815 7815 5255 0 -1 4202496 363 0 0 0 58795 0 0 0 25 0 1 0 520433479 466903040 260 33554432000 134512640 134534564 4291661472 18446744073709551615 134530573 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/7818/statm: 113990 260 95 6 0 112656 0
[pid=7819] ppid=7815 vsize=32444 CPUtime=1177.66 cores=2
/proc/7819/stat : 7819 (lingeling) R 7815 7815 5255 0 -1 4202496 63966 0 0 0 117697 69 0 0 25 0 1 0 520433479 33222656 7311 33554432000 4194304 4352236 140737190399536 18446744073709551615 4328105 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/7819/statm: 8111 7311 127 39 0 7191 0
[pid=7820] ppid=7815 vsize=101260 CPUtime=587.89 cores=6
/proc/7820/stat : 7820 (march_hi) R 7815 7815 5255 0 -1 4202496 17351 0 0 0 58784 5 0 0 25 0 1 0 520433479 103690240 17155 33554432000 4194304 4331988 140735709728048 18446744073709551615 4299264 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/7820/statm: 25315 17155 175 34 0 23757 0
Current children cumulated CPU time (s) 4718.09
Current children cumulated vsize (KiB) 2468100



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1202.9 s]
/proc/loadavg: 10.27 10.20 10.18 13/187 7962
/proc/meminfo: memFree=16432228/32951132 swapFree=67111524/67111528
[pid=7815] ppid=7813 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/7815/stat : 7815 (ppfolio) S 7813 7815 5255 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 520433479 18763776 389 33554432000 4194304 4287625 140736576317888 18446744073709551615 210647166479 0 0 4096 65536 5670286609535205375 0 0 17 4 0 0 0
/proc/7815/statm: 4581 389 341 23 0 91 0
[pid=7816] ppid=7815 vsize=1837076 CPUtime=1202.9 cores=0
/proc/7816/stat : 7816 (cryptominisat) R 7815 7815 5255 0 -1 4202496 163898 0 0 0 120248 42 0 0 25 0 1 0 520433479 1881165824 16864 33554432000 4194304 4587354 140734756617440 18446744073709551615 4238778 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/7816/statm: 459269 16864 338 96 0 455831 0
[pid=7817] ppid=7815 vsize=22984 CPUtime=1202.89 cores=4
/proc/7817/stat : 7817 (clasp) R 7815 7815 5255 0 -1 4202496 3072 0 0 0 120288 1 0 0 25 0 1 0 520433479 23535616 2959 33554432000 4194304 4785740 140737006687168 18446744073709551615 4553003 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/7817/statm: 5746 2959 341 145 0 2791 0
[pid=7818] ppid=7815 vsize=455960 CPUtime=598.23 cores=6
/proc/7818/stat : 7818 (TNM) R 7815 7815 5255 0 -1 4202496 363 0 0 0 59823 0 0 0 25 0 1 0 520433479 466903040 260 33554432000 134512640 134534564 4291661472 18446744073709551615 134528483 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/7818/statm: 113990 260 95 6 0 112656 0
[pid=7819] ppid=7815 vsize=35132 CPUtime=1198.26 cores=2
/proc/7819/stat : 7819 (lingeling) R 7815 7815 5255 0 -1 4202496 64638 0 0 0 119755 71 0 0 25 0 1 0 520433479 35975168 7983 33554432000 4194304 4352236 140737190399536 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/7819/statm: 8783 7983 127 39 0 7863 0
[pid=7820] ppid=7815 vsize=101260 CPUtime=598.11 cores=6
/proc/7820/stat : 7820 (march_hi) R 7815 7815 5255 0 -1 4202496 17620 0 0 0 59806 5 0 0 25 0 1 0 520433479 103690240 17424 33554432000 4194304 4331988 140735709728048 18446744073709551615 4237426 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/7820/statm: 25315 17424 175 34 0 23757 0
Current children cumulated CPU time (s) 4800.39
Current children cumulated vsize (KiB) 2470736

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

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

[startup+1203.01 s]
/proc/loadavg: 10.27 10.20 10.18 13/187 7962
/proc/meminfo: memFree=16432228/32951132 swapFree=67111524/67111528
[pid=7815] ppid=7813 vsize=0 CPUtime=0 cores=0,2,4,6
/proc/7815/stat : 7815 (ppfolio) S 7813 7815 5255 0 -1 4203524 520 0 0 0 0 0 0 0 15 0 1 0 520433479 0 0 33554432000 0 0 0 0 0 0 2147483391 4096 65536 18446744073709551615 0 0 17 4 0 0 0
/proc/7815/statm: 0 0 0 0 0 0 0
[pid=7816] ppid=7815 vsize=0 CPUtime=1202.91 cores=0
/proc/7816/stat : 7816 (cryptominisat) S 7815 7815 5255 0 -1 4203524 163898 0 0 0 120248 43 0 0 25 0 1 0 520433479 0 0 33554432000 0 0 0 0 0 0 2147483391 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/7816/statm: 0 0 0 0 0 0 0
[pid=7817] ppid=7815 vsize=0 CPUtime=1202.89 cores=4
/proc/7817/stat : 7817 (clasp) S 7815 7815 5255 0 -1 4202500 3087 0 0 0 120288 1 0 0 25 0 1 0 520433479 0 0 33554432000 0 0 0 0 0 0 2147483391 4096 16386 18446744073709551615 0 0 17 4 0 0 0
/proc/7817/statm: 0 0 0 0 0 0 0
[pid=7818] ppid=7815 vsize=0 CPUtime=598.23 cores=6
/proc/7818/stat : 7818 (TNM) S 7815 7815 5255 0 -1 4203524 363 0 0 0 59823 0 0 0 25 0 1 0 520433479 0 0 33554432000 0 0 0 0 0 0 2147483391 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/7818/statm: 0 0 0 0 0 0 0
[pid=7819] ppid=7815 vsize=0 CPUtime=1198.26 cores=2
/proc/7819/stat : 7819 (lingeling) S 7815 7815 5255 0 -1 4203524 64639 0 0 0 119755 71 0 0 25 0 1 0 520433479 0 0 33554432000 0 0 0 0 0 0 2147483391 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/7819/statm: 0 0 0 0 0 0 0
[pid=7820] ppid=7815 vsize=0 CPUtime=598.12 cores=6
/proc/7820/stat : 7820 (march_hi) S 7815 7815 5255 0 -1 4203524 17620 0 0 0 59806 6 0 0 25 0 1 0 520433479 0 0 33554432000 0 0 0 0 0 0 2147483391 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/7820/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 4800.41
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1203.03
CPU time (s): 4800.41
CPU user time (s): 4799.2
CPU system time (s): 1.21
CPU usage (%): 399.026
Max. virtual memory (cumulated for all children) (KiB): 4238212

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.003999
system time used= 0.006998
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 520
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 546
involuntary context switches= 6

runsolver used 1.9407 second user time and 4.6273 second system time

The end

Launcher Data

Begin job on node129 at 2011-04-29 16:45:39
IDJOB=3290134
IDBENCH=83420
IDSOLVER=1612
FILE ID=node129/3290134-1304088338
RUNJOBID= node129-1304081614-6873
PBS_JOBID= 13170456
Free space on /tmp= 66360 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT11/application/kullmann/AES/Benchmarks/64/aes_64_1_keyfind_1.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3290134-1304088338/watcher-3290134-1304088338 -o /tmp/evaluation-result-3290134-1304088338/solver-3290134-1304088338 -C 4800 -W 1300 -M 15500  ppfolio HOME/instance-3290134-1304088338.cnf

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

MD5SUM BENCH= 9e18e0ee8a56ea2c59fe8e682ff6c747
RANDOM SEED=699660664

node129.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.831
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.66
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.831
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.831
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.831
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.831
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.831
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.83
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.831
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.831
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:     32951132 kB
MemFree:      16621448 kB
Buffers:       1283000 kB
Cached:       14166528 kB
SwapCached:          4 kB
Active:        3933532 kB
Inactive:     11730696 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      16621448 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           10132 kB
Writeback:           0 kB
AnonPages:      214612 kB
Mapped:          17008 kB
Slab:           603668 kB
PageTables:       5472 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:   829312 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66352 MiB
End job on node129 at 2011-04-29 17:05:44