Trace number 3290088

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) 3985.36 1300.02

General information on the benchmark

Nameapplication/kullmann/AES/Benchmarks/
64/aes_64_2_keyfind_1.cnf
MD5SUM1024a3346322fdba0a20b51f99eae4c0
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables1000
Number of clauses5176
Sum of the clauses size20024
Maximum clause length5
Minimum clause length1
Number of clauses of size 1136
Number of clauses of size 2160
Number of clauses of size 32080
Number of clauses of size 4672
Number of clauses of size 52128
Number of clauses of size over 50

Solver Data

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

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-3290088-1304088162/watcher-3290088-1304088162 -o /tmp/evaluation-result-3290088-1304088162/solver-3290088-1304088162 -C 4800 -W 1300 -M 15500 ppfolio HOME/instance-3290088-1304088162.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.06 6.23 7.79 1/171 2239
/proc/meminfo: memFree=20743696/32950928 swapFree=67111524/67111528
[pid=2239] ppid=2237 vsize=18188 CPUtime=0 cores=1,3,5,7
/proc/2239/stat : 2239 (ppfolio) R 2237 2239 567 0 -1 4194304 379 0 0 0 0 0 0 0 22 0 1 0 599046879 18624512 315 33554432000 4194304 4287625 140736434043312 18446744073709551615 231907297616 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/2239/statm: 4580 326 281 23 0 90 0

[startup+0.968108 s]
/proc/loadavg: 5.06 6.23 7.79 1/171 2239
/proc/meminfo: memFree=20743696/32950928 swapFree=67111524/67111528
[pid=2239] ppid=2237 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/2239/stat : 2239 (ppfolio) S 2237 2239 567 0 -1 4202496 520 0 0 0 0 0 0 0 23 0 1 0 599046879 18763776 389 33554432000 4194304 4287625 140736434043312 18446744073709551615 231895510543 0 0 4096 65536 4537553375364907007 0 0 17 5 0 0 0
/proc/2239/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.0011 s]
/proc/loadavg: 5.06 6.23 7.79 1/171 2239
/proc/meminfo: memFree=20743696/32950928 swapFree=67111524/67111528
[pid=2239] ppid=2237 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/2239/stat : 2239 (ppfolio) R 2237 2239 567 0 -1 4202496 520 0 0 0 0 0 0 0 21 0 1 0 599046879 18763776 389 33554432000 4194304 4287625 140736434043312 18446744073709551615 231895510543 0 0 4096 65536 0 0 0 17 5 0 0 0
/proc/2239/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.16807 s]
/proc/loadavg: 5.06 6.23 7.79 1/171 2239
/proc/meminfo: memFree=20743696/32950928 swapFree=67111524/67111528
[pid=2239] ppid=2237 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/2239/stat : 2239 (ppfolio) S 2237 2239 567 0 -1 4202496 520 0 0 0 0 0 0 0 21 0 1 0 599046879 18763776 389 33554432000 4194304 4287625 140736434043312 18446744073709551615 231895510543 0 0 4096 65536 4537553375364907007 0 0 17 5 0 0 0
/proc/2239/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.20107 s]
/proc/loadavg: 5.06 6.23 7.79 1/171 2239
/proc/meminfo: memFree=20743696/32950928 swapFree=67111524/67111528
[pid=2239] ppid=2237 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/2239/stat : 2239 (ppfolio) S 2237 2239 567 0 -1 4202496 520 0 0 0 0 0 0 0 21 0 1 0 599046879 18763776 389 33554432000 4194304 4287625 140736434043312 18446744073709551615 231895510543 0 0 4096 65536 4537553375364907007 0 0 17 5 0 0 0
/proc/2239/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50101 s]
/proc/loadavg: 5.06 6.23 7.79 1/171 2239
/proc/meminfo: memFree=20743696/32950928 swapFree=67111524/67111528
[pid=2239] ppid=2237 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/2239/stat : 2239 (ppfolio) S 2237 2239 567 0 -1 4202496 520 0 0 0 0 0 0 0 19 0 1 0 599046879 18763776 389 33554432000 4194304 4287625 140736434043312 18446744073709551615 231895510543 0 0 4096 65536 4537553375364907007 0 0 17 5 0 0 0
/proc/2239/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+3.10671 s]
/proc/loadavg: 5.06 6.21 7.78 6/177 2245
/proc/meminfo: memFree=20721452/32950928 swapFree=67111524/67111528
[pid=2239] ppid=2237 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/2239/stat : 2239 (ppfolio) S 2237 2239 567 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 599046879 18763776 389 33554432000 4194304 4287625 140736434043312 18446744073709551615 231895510543 0 0 4096 65536 4537553375364907007 0 0 17 5 0 0 0
/proc/2239/statm: 4581 389 341 23 0 91 0
[pid=2240] ppid=2239 vsize=2013600 CPUtime=3.09 cores=1
/proc/2240/stat : 2240 (cryptominisat) R 2239 2239 567 0 -1 4202496 5860 0 0 0 309 0 0 0 25 0 1 0 599046880 2061926400 3141 33554432000 4194304 4587354 140733541421344 18446744073709551615 4430880 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/2240/statm: 503400 3141 338 96 0 499962 0
[pid=2241] ppid=2239 vsize=15604 CPUtime=3.09 cores=5
/proc/2241/stat : 2241 (clasp) R 2239 2239 567 0 -1 4202496 1362 0 0 0 309 0 0 0 25 0 1 0 599046880 15978496 1245 33554432000 4194304 4785740 140733687850048 18446744073709551615 4416847 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/2241/statm: 3901 1245 340 145 0 946 0
[pid=2242] ppid=2239 vsize=456088 CPUtime=1.97 cores=7
/proc/2242/stat : 2242 (TNM) R 2239 2239 567 0 -1 4202496 448 0 0 0 197 0 0 0 21 0 1 0 599046880 467034112 345 33554432000 134512640 134534564 4288594976 18446744073709551615 134530379 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/2242/statm: 114022 345 95 6 0 112688 0
[pid=2243] ppid=2239 vsize=7072 CPUtime=3.1 cores=3
/proc/2243/stat : 2243 (lingeling) R 2239 2239 567 0 -1 4202496 1292 0 0 0 310 0 0 0 25 0 1 0 599046880 7241728 953 33554432000 4194304 4352236 140733550912928 18446744073709551615 4328114 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/2243/statm: 1768 953 127 39 0 848 0
[pid=2244] ppid=2239 vsize=10120 CPUtime=1.1 cores=7
/proc/2244/stat : 2244 (march_hi) R 2239 2239 567 0 -1 4202496 1287 0 0 0 110 0 0 0 25 0 1 0 599046880 10362880 821 33554432000 4194304 4331988 140734246678240 18446744073709551615 4242612 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/2244/statm: 2530 821 175 34 0 972 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 2520808

[startup+6.30111 s]
/proc/loadavg: 5.06 6.21 7.78 6/177 2245
/proc/meminfo: memFree=20713432/32950928 swapFree=67111524/67111528
[pid=2239] ppid=2237 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/2239/stat : 2239 (ppfolio) S 2237 2239 567 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 599046879 18763776 389 33554432000 4194304 4287625 140736434043312 18446744073709551615 231895510543 0 0 4096 65536 4537553375364907007 0 0 17 5 0 0 0
/proc/2239/statm: 4581 389 341 23 0 91 0
[pid=2240] ppid=2239 vsize=2019652 CPUtime=6.29 cores=1
/proc/2240/stat : 2240 (cryptominisat) R 2239 2239 567 0 -1 4202496 8689 0 0 0 628 1 0 0 25 0 1 0 599046880 2068123648 4495 33554432000 4194304 4587354 140733541421344 18446744073709551615 4238227 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/2240/statm: 504913 4495 338 96 0 501475 0
[pid=2241] ppid=2239 vsize=16416 CPUtime=6.29 cores=5
/proc/2241/stat : 2241 (clasp) R 2239 2239 567 0 -1 4202496 1556 0 0 0 629 0 0 0 25 0 1 0 599046880 16809984 1439 33554432000 4194304 4785740 140733687850048 18446744073709551615 4312653 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/2241/statm: 4104 1439 340 145 0 1149 0
[pid=2242] ppid=2239 vsize=456088 CPUtime=3.55 cores=7
/proc/2242/stat : 2242 (TNM) R 2239 2239 567 0 -1 4202496 448 0 0 0 355 0 0 0 25 0 1 0 599046880 467034112 345 33554432000 134512640 134534564 4288594976 18446744073709551615 134528628 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/2242/statm: 114022 345 95 6 0 112688 0
[pid=2243] ppid=2239 vsize=8228 CPUtime=6.29 cores=3
/proc/2243/stat : 2243 (lingeling) R 2239 2239 567 0 -1 4202496 2139 0 0 0 629 0 0 0 25 0 1 0 599046880 8425472 1256 33554432000 4194304 4352236 140733550912928 18446744073709551615 4329328 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/2243/statm: 2057 1256 127 39 0 1137 0
[pid=2244] ppid=2239 vsize=10424 CPUtime=2.7 cores=7
/proc/2244/stat : 2244 (march_hi) R 2239 2239 567 0 -1 4202496 1344 0 0 0 270 0 0 0 25 0 1 0 599046880 10674176 878 33554432000 4194304 4331988 140734246678240 18446744073709551615 4299509 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/2244/statm: 2606 878 176 34 0 1048 0
Current children cumulated CPU time (s) 25.12
Current children cumulated vsize (KiB) 2529132

[startup+12.7009 s]
/proc/loadavg: 5.05 6.19 7.76 6/177 2245
/proc/meminfo: memFree=20711108/32950928 swapFree=67111524/67111528
[pid=2239] ppid=2237 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/2239/stat : 2239 (ppfolio) S 2237 2239 567 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 599046879 18763776 389 33554432000 4194304 4287625 140736434043312 18446744073709551615 231895510543 0 0 4096 65536 4537553375364907007 0 0 17 5 0 0 0
/proc/2239/statm: 4581 389 341 23 0 91 0
[pid=2240] ppid=2239 vsize=2018664 CPUtime=12.69 cores=1
/proc/2240/stat : 2240 (cryptominisat) R 2239 2239 567 0 -1 4202496 12960 0 0 0 1267 2 0 0 25 0 1 0 599046880 2067111936 4282 33554432000 4194304 4587354 140733541421344 18446744073709551615 4238763 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/2240/statm: 504666 4282 338 96 0 501228 0
[pid=2241] ppid=2239 vsize=17528 CPUtime=12.69 cores=5
/proc/2241/stat : 2241 (clasp) R 2239 2239 567 0 -1 4202496 1819 0 0 0 1269 0 0 0 25 0 1 0 599046880 17948672 1702 33554432000 4194304 4785740 140733687850048 18446744073709551615 4287024 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/2241/statm: 4382 1702 341 145 0 1427 0
[pid=2242] ppid=2239 vsize=456088 CPUtime=6.74 cores=7
/proc/2242/stat : 2242 (TNM) R 2239 2239 567 0 -1 4202496 448 0 0 0 674 0 0 0 25 0 1 0 599046880 467034112 345 33554432000 134512640 134534564 4288594976 18446744073709551615 134528979 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/2242/statm: 114022 345 95 6 0 112688 0
[pid=2243] ppid=2239 vsize=8392 CPUtime=12.69 cores=3
/proc/2243/stat : 2243 (lingeling) R 2239 2239 567 0 -1 4202496 2940 0 0 0 1269 0 0 0 25 0 1 0 599046880 8593408 1297 33554432000 4194304 4352236 140733550912928 18446744073709551615 4328026 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/2243/statm: 2098 1297 127 39 0 1178 0
[pid=2244] ppid=2239 vsize=10804 CPUtime=5.88 cores=7
/proc/2244/stat : 2244 (march_hi) R 2239 2239 567 0 -1 4202496 1411 0 0 0 588 0 0 0 25 0 1 0 599046880 11063296 945 33554432000 4194304 4331988 140734246678240 18446744073709551615 4316920 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/2244/statm: 2701 945 176 34 0 1143 0
Current children cumulated CPU time (s) 50.69
Current children cumulated vsize (KiB) 2529800

[startup+25.5005 s]
/proc/loadavg: 5.04 6.13 7.72 7/177 2245
/proc/meminfo: memFree=20703076/32950928 swapFree=67111524/67111528
[pid=2239] ppid=2237 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/2239/stat : 2239 (ppfolio) S 2237 2239 567 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 599046879 18763776 389 33554432000 4194304 4287625 140736434043312 18446744073709551615 231895510543 0 0 4096 65536 4537553375364907007 0 0 17 5 0 0 0
/proc/2239/statm: 4581 389 341 23 0 91 0
[pid=2240] ppid=2239 vsize=2016444 CPUtime=25.49 cores=1
/proc/2240/stat : 2240 (cryptominisat) R 2239 2239 567 0 -1 4202496 20531 0 0 0 2546 3 0 0 25 0 1 0 599046880 2064838656 5822 33554432000 4194304 4587354 140733541421344 18446744073709551615 4238766 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/2240/statm: 504111 5822 338 96 0 500673 0
[pid=2241] ppid=2239 vsize=18776 CPUtime=25.49 cores=5
/proc/2241/stat : 2241 (clasp) R 2239 2239 567 0 -1 4202496 2123 0 0 0 2549 0 0 0 25 0 1 0 599046880 19226624 2006 33554432000 4194304 4785740 140733687850048 18446744073709551615 4550319 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/2241/statm: 4694 2006 341 145 0 1739 0
[pid=2242] ppid=2239 vsize=456088 CPUtime=13.14 cores=7
/proc/2242/stat : 2242 (TNM) R 2239 2239 567 0 -1 4202496 448 0 0 0 1314 0 0 0 25 0 1 0 599046880 467034112 345 33554432000 134512640 134534564 4288594976 18446744073709551615 134528295 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/2242/statm: 114022 345 95 6 0 112688 0
[pid=2243] ppid=2239 vsize=9736 CPUtime=25.49 cores=3
/proc/2243/stat : 2243 (lingeling) R 2239 2239 567 0 -1 4202496 4734 0 0 0 2549 0 0 0 25 0 1 0 599046880 9969664 1619 33554432000 4194304 4352236 140733550912928 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/2243/statm: 2434 1619 127 39 0 1514 0
[pid=2244] ppid=2239 vsize=11292 CPUtime=12.21 cores=7
/proc/2244/stat : 2244 (march_hi) R 2239 2239 567 0 -1 4202496 1576 0 0 0 1221 0 0 0 25 0 1 0 599046880 11563008 1110 33554432000 4194304 4331988 140734246678240 18446744073709551615 4242612 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/2244/statm: 2823 1110 176 34 0 1265 0
Current children cumulated CPU time (s) 101.82
Current children cumulated vsize (KiB) 2530660

[startup+51.1007 s]
/proc/loadavg: 5.09 6.05 7.65 6/177 2255
/proc/meminfo: memFree=20673284/32950928 swapFree=67111524/67111528
[pid=2239] ppid=2237 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/2239/stat : 2239 (ppfolio) S 2237 2239 567 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 599046879 18763776 389 33554432000 4194304 4287625 140736434043312 18446744073709551615 231895510543 0 0 4096 65536 4537553375364907007 0 0 17 5 0 0 0
/proc/2239/statm: 4581 389 341 23 0 91 0
[pid=2240] ppid=2239 vsize=2043980 CPUtime=51.08 cores=1
/proc/2240/stat : 2240 (cryptominisat) R 2239 2239 567 0 -1 4202496 30121 0 0 0 5104 4 0 0 25 0 1 0 599046880 2093035520 12518 33554432000 4194304 4587354 140733541421344 18446744073709551615 4231917 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/2240/statm: 510995 12518 338 96 0 507557 0
[pid=2241] ppid=2239 vsize=21232 CPUtime=51.08 cores=5
/proc/2241/stat : 2241 (clasp) R 2239 2239 567 0 -1 4202496 2697 0 0 0 5108 0 0 0 25 0 1 0 599046880 21741568 2580 33554432000 4194304 4785740 140733687850048 18446744073709551615 4286912 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/2241/statm: 5308 2580 341 145 0 2353 0
[pid=2242] ppid=2239 vsize=456088 CPUtime=25.84 cores=7
/proc/2242/stat : 2242 (TNM) R 2239 2239 567 0 -1 4202496 448 0 0 0 2584 0 0 0 25 0 1 0 599046880 467034112 345 33554432000 134512640 134534564 4288594976 18446744073709551615 134530571 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/2242/statm: 114022 345 95 6 0 112688 0
[pid=2243] ppid=2239 vsize=9224 CPUtime=51.08 cores=3
/proc/2243/stat : 2243 (lingeling) R 2239 2239 567 0 -1 4202496 6700 0 0 0 5108 0 0 0 25 0 1 0 599046880 9445376 1505 33554432000 4194304 4352236 140733550912928 18446744073709551615 4328075 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/2243/statm: 2306 1505 127 39 0 1386 0
[pid=2244] ppid=2239 vsize=12712 CPUtime=24.99 cores=7
/proc/2244/stat : 2244 (march_hi) R 2239 2239 567 0 -1 4202496 1836 0 0 0 2499 0 0 0 25 0 1 0 599046880 13017088 1370 33554432000 4194304 4331988 140734246678240 18446744073709551615 4210922 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/2244/statm: 3178 1370 176 34 0 1620 0
Current children cumulated CPU time (s) 204.07
Current children cumulated vsize (KiB) 2561560

[startup+102.301 s]
/proc/loadavg: 4.89 5.86 7.50 5/176 2256
/proc/meminfo: memFree=20715548/32950928 swapFree=67111524/67111528
[pid=2239] ppid=2237 vsize=18324 CPUtime=91.23 cores=1,3,5,7
/proc/2239/stat : 2239 (ppfolio) S 2237 2239 567 0 -1 4202496 522 36439 0 0 0 0 9118 5 15 0 1 0 599046879 18763776 391 33554432000 4194304 4287625 140736434043312 18446744073709551615 231895510543 0 0 4096 65536 4294934789 0 0 17 5 0 0 0
/proc/2239/statm: 4581 391 342 23 0 91 0
[pid=2241] ppid=2239 vsize=23648 CPUtime=102.29 cores=5

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

[pid=2241] ppid=2239 vsize=38308 CPUtime=942.31 cores=5
/proc/2241/stat : 2241 (clasp) R 2239 2239 567 0 -1 4202496 6604 0 0 0 94231 0 0 0 25 0 1 0 599046880 39227392 6487 33554432000 4194304 4785740 140733687850048 18446744073709551615 4550456 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/2241/statm: 9577 6487 341 145 0 6622 0
[pid=2242] ppid=2239 vsize=456088 CPUtime=469.4 cores=7
/proc/2242/stat : 2242 (TNM) R 2239 2239 567 0 -1 4202496 448 0 0 0 46940 0 0 0 25 0 1 0 599046880 467034112 345 33554432000 134512640 134534564 4288594976 18446744073709551615 134529870 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/2242/statm: 114022 345 95 6 0 112688 0
[pid=2243] ppid=2239 vsize=23768 CPUtime=942.31 cores=3
/proc/2243/stat : 2243 (lingeling) R 2239 2239 567 0 -1 4202496 46830 0 0 0 94225 6 0 0 25 0 1 0 599046880 24338432 5141 33554432000 4194304 4352236 140733550912928 18446744073709551615 4328047 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/2243/statm: 5942 5141 127 39 0 5022 0
[pid=2244] ppid=2239 vsize=54196 CPUtime=468.54 cores=7
/proc/2244/stat : 2244 (march_hi) R 2239 2239 567 0 -1 4202496 11003 0 0 0 46851 3 0 0 25 0 1 0 599046880 55496704 10537 33554432000 4194304 4331988 140734246678240 18446744073709551615 4210940 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/2244/statm: 13549 10537 176 34 0 11991 0
Current children cumulated CPU time (s) 2913.79
Current children cumulated vsize (KiB) 590684

[startup+1002.3 s]
/proc/loadavg: 4.20 4.20 5.37 5/176 2280
/proc/meminfo: memFree=20652224/32950928 swapFree=67111524/67111528
[pid=2239] ppid=2237 vsize=18324 CPUtime=91.23 cores=1,3,5,7
/proc/2239/stat : 2239 (ppfolio) S 2237 2239 567 0 -1 4202496 522 36439 0 0 0 0 9118 5 15 0 1 0 599046879 18763776 391 33554432000 4194304 4287625 140736434043312 18446744073709551615 231895510543 0 0 4096 65536 9224195742862639367 0 0 17 5 0 0 0
/proc/2239/statm: 4581 391 342 23 0 91 0
[pid=2241] ppid=2239 vsize=38588 CPUtime=1002.31 cores=5
/proc/2241/stat : 2241 (clasp) R 2239 2239 567 0 -1 4202496 6671 0 0 0 100231 0 0 0 25 0 1 0 599046880 39514112 6554 33554432000 4194304 4785740 140733687850048 18446744073709551615 4287050 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/2241/statm: 9647 6554 341 145 0 6692 0
[pid=2242] ppid=2239 vsize=456088 CPUtime=499.26 cores=7
/proc/2242/stat : 2242 (TNM) R 2239 2239 567 0 -1 4202496 448 0 0 0 49926 0 0 0 25 0 1 0 599046880 467034112 345 33554432000 134512640 134534564 4288594976 18446744073709551615 134529640 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/2242/statm: 114022 345 95 6 0 112688 0
[pid=2243] ppid=2239 vsize=24280 CPUtime=1002.32 cores=3
/proc/2243/stat : 2243 (lingeling) R 2239 2239 567 0 -1 4202496 47950 0 0 0 100225 7 0 0 25 0 1 0 599046880 24862720 5269 33554432000 4194304 4352236 140733550912928 18446744073709551615 4329202 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/2243/statm: 6070 5269 127 39 0 5150 0
[pid=2244] ppid=2239 vsize=54196 CPUtime=498.38 cores=7
/proc/2244/stat : 2244 (march_hi) R 2239 2239 567 0 -1 4202496 11643 0 0 0 49835 3 0 0 25 0 1 0 599046880 55496704 11177 33554432000 4194304 4331988 140734246678240 18446744073709551615 4288317 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/2244/statm: 13549 11177 176 34 0 11991 0
Current children cumulated CPU time (s) 3093.5
Current children cumulated vsize (KiB) 591476

[startup+1062.3 s]
/proc/loadavg: 4.07 4.16 5.27 5/176 2282
/proc/meminfo: memFree=20651080/32950928 swapFree=67111524/67111528
[pid=2239] ppid=2237 vsize=18324 CPUtime=91.23 cores=1,3,5,7
/proc/2239/stat : 2239 (ppfolio) S 2237 2239 567 0 -1 4202496 522 36439 0 0 0 0 9118 5 15 0 1 0 599046879 18763776 391 33554432000 4194304 4287625 140736434043312 18446744073709551615 231895510543 0 0 4096 65536 9224195742862639367 0 0 17 5 0 0 0
/proc/2239/statm: 4581 391 342 23 0 91 0
[pid=2241] ppid=2239 vsize=40332 CPUtime=1062.32 cores=5
/proc/2241/stat : 2241 (clasp) R 2239 2239 567 0 -1 4202496 7066 0 0 0 106231 1 0 0 25 0 1 0 599046880 41299968 6949 33554432000 4194304 4785740 140733687850048 18446744073709551615 4553440 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/2241/statm: 10083 6949 341 145 0 7128 0
[pid=2242] ppid=2239 vsize=456088 CPUtime=529.15 cores=7
/proc/2242/stat : 2242 (TNM) R 2239 2239 567 0 -1 4202496 448 0 0 0 52915 0 0 0 25 0 1 0 599046880 467034112 345 33554432000 134512640 134534564 4288594976 18446744073709551615 134530151 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/2242/statm: 114022 345 95 6 0 112688 0
[pid=2243] ppid=2239 vsize=20696 CPUtime=1062.33 cores=3
/proc/2243/stat : 2243 (lingeling) R 2239 2239 567 0 -1 4202496 49198 0 0 0 106226 7 0 0 25 0 1 0 599046880 21192704 4373 33554432000 4194304 4352236 140733550912928 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/2243/statm: 5174 4373 127 39 0 4254 0
[pid=2244] ppid=2239 vsize=73840 CPUtime=528.22 cores=7
/proc/2244/stat : 2244 (march_hi) R 2239 2239 567 0 -1 4202496 12251 0 0 0 52819 3 0 0 25 0 1 0 599046880 75612160 11785 33554432000 4194304 4331988 140734246678240 18446744073709551615 4243152 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/2244/statm: 18460 11785 176 34 0 16902 0
Current children cumulated CPU time (s) 3273.25
Current children cumulated vsize (KiB) 609280

[startup+1122.3 s]
/proc/loadavg: 4.09 4.14 5.20 5/176 2295
/proc/meminfo: memFree=20651912/32950928 swapFree=67111524/67111528
[pid=2239] ppid=2237 vsize=18324 CPUtime=91.23 cores=1,3,5,7
/proc/2239/stat : 2239 (ppfolio) S 2237 2239 567 0 -1 4202496 522 36439 0 0 0 0 9118 5 15 0 1 0 599046879 18763776 391 33554432000 4194304 4287625 140736434043312 18446744073709551615 231895510543 0 0 4096 65536 9224195742862639367 0 0 17 5 0 0 0
/proc/2239/statm: 4581 391 342 23 0 91 0
[pid=2241] ppid=2239 vsize=41008 CPUtime=1122.32 cores=5
/proc/2241/stat : 2241 (clasp) R 2239 2239 567 0 -1 4202496 7218 0 0 0 112231 1 0 0 25 0 1 0 599046880 41992192 7101 33554432000 4194304 4785740 140733687850048 18446744073709551615 4287028 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/2241/statm: 10252 7101 341 145 0 7297 0
[pid=2242] ppid=2239 vsize=456088 CPUtime=558.97 cores=7
/proc/2242/stat : 2242 (TNM) R 2239 2239 567 0 -1 4202496 448 0 0 0 55897 0 0 0 25 0 1 0 599046880 467034112 345 33554432000 134512640 134534564 4288594976 18446744073709551615 134530632 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/2242/statm: 114022 345 95 6 0 112688 0
[pid=2243] ppid=2239 vsize=16600 CPUtime=1122.33 cores=3
/proc/2243/stat : 2243 (lingeling) R 2239 2239 567 0 -1 4202496 50286 0 0 0 112226 7 0 0 25 0 1 0 599046880 16998400 3349 33554432000 4194304 4352236 140733550912928 18446744073709551615 4328349 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/2243/statm: 4150 3349 127 39 0 3230 0
[pid=2244] ppid=2239 vsize=73840 CPUtime=558.12 cores=7
/proc/2244/stat : 2244 (march_hi) R 2239 2239 567 0 -1 4202496 12836 0 0 0 55808 4 0 0 25 0 1 0 599046880 75612160 12370 33554432000 4194304 4331988 140734246678240 18446744073709551615 4299854 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/2244/statm: 18460 12370 176 34 0 16902 0
Current children cumulated CPU time (s) 3452.97
Current children cumulated vsize (KiB) 605860

[startup+1182.31 s]
/proc/loadavg: 4.08 4.13 5.12 5/176 2296
/proc/meminfo: memFree=20644428/32950928 swapFree=67111524/67111528
[pid=2239] ppid=2237 vsize=18324 CPUtime=91.23 cores=1,3,5,7
/proc/2239/stat : 2239 (ppfolio) S 2237 2239 567 0 -1 4202496 522 36439 0 0 0 0 9118 5 15 0 1 0 599046879 18763776 391 33554432000 4194304 4287625 140736434043312 18446744073709551615 231895510543 0 0 4096 65536 9224195742862639367 0 0 17 5 0 0 0
/proc/2239/statm: 4581 391 342 23 0 91 0
[pid=2241] ppid=2239 vsize=41612 CPUtime=1182.33 cores=5
/proc/2241/stat : 2241 (clasp) R 2239 2239 567 0 -1 4202496 7357 0 0 0 118232 1 0 0 25 0 1 0 599046880 42610688 7240 33554432000 4194304 4785740 140733687850048 18446744073709551615 4548893 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/2241/statm: 10403 7240 341 145 0 7448 0
[pid=2242] ppid=2239 vsize=456088 CPUtime=588.85 cores=7
/proc/2242/stat : 2242 (TNM) R 2239 2239 567 0 -1 4202496 448 0 0 0 58885 0 0 0 25 0 1 0 599046880 467034112 345 33554432000 134512640 134534564 4288594976 18446744073709551615 134530476 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/2242/statm: 114022 345 95 6 0 112688 0
[pid=2243] ppid=2239 vsize=20952 CPUtime=1182.33 cores=3
/proc/2243/stat : 2243 (lingeling) R 2239 2239 567 0 -1 4202496 52494 0 0 0 118226 7 0 0 25 0 1 0 599046880 21454848 4437 33554432000 4194304 4352236 140733550912928 18446744073709551615 4328004 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/2243/statm: 5238 4437 127 39 0 4318 0
[pid=2244] ppid=2239 vsize=73840 CPUtime=587.97 cores=7
/proc/2244/stat : 2244 (march_hi) R 2239 2239 567 0 -1 4202496 13462 0 0 0 58793 4 0 0 25 0 1 0 599046880 75612160 12996 33554432000 4194304 4331988 140734246678240 18446744073709551615 4214316 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/2244/statm: 18460 12996 176 34 0 16902 0
Current children cumulated CPU time (s) 3632.71
Current children cumulated vsize (KiB) 610816

[startup+1242.3 s]
/proc/loadavg: 4.08 4.12 5.06 5/176 2298
/proc/meminfo: memFree=20641184/32950928 swapFree=67111524/67111528
[pid=2239] ppid=2237 vsize=18324 CPUtime=91.23 cores=1,3,5,7
/proc/2239/stat : 2239 (ppfolio) S 2237 2239 567 0 -1 4202496 522 36439 0 0 0 0 9118 5 15 0 1 0 599046879 18763776 391 33554432000 4194304 4287625 140736434043312 18446744073709551615 231895510543 0 0 4096 65536 9224195742862639367 0 0 17 5 0 0 0
/proc/2239/statm: 4581 391 342 23 0 91 0
[pid=2241] ppid=2239 vsize=42032 CPUtime=1242.33 cores=5
/proc/2241/stat : 2241 (clasp) R 2239 2239 567 0 -1 4202496 7457 0 0 0 124232 1 0 0 25 0 1 0 599046880 43040768 7340 33554432000 4194304 4785740 140733687850048 18446744073709551615 4287050 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/2241/statm: 10508 7340 341 145 0 7553 0
[pid=2242] ppid=2239 vsize=456088 CPUtime=618.73 cores=7
/proc/2242/stat : 2242 (TNM) R 2239 2239 567 0 -1 4202496 448 0 0 0 61873 0 0 0 25 0 1 0 599046880 467034112 345 33554432000 134512640 134534564 4288594976 18446744073709551615 134530568 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/2242/statm: 114022 345 95 6 0 112688 0
[pid=2243] ppid=2239 vsize=21208 CPUtime=1242.33 cores=3
/proc/2243/stat : 2243 (lingeling) R 2239 2239 567 0 -1 4202496 53742 0 0 0 124226 7 0 0 25 0 1 0 599046880 21716992 4501 33554432000 4194304 4352236 140733550912928 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/2243/statm: 5302 4501 127 39 0 4382 0
[pid=2244] ppid=2239 vsize=73972 CPUtime=617.81 cores=7
/proc/2244/stat : 2244 (march_hi) R 2239 2239 567 0 -1 4202496 14074 0 0 0 61777 4 0 0 25 0 1 0 599046880 75747328 13608 33554432000 4194304 4331988 140734246678240 18446744073709551615 4226242 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/2244/statm: 18493 13608 176 34 0 16935 0
Current children cumulated CPU time (s) 3812.43
Current children cumulated vsize (KiB) 611624



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300.01 s]
/proc/loadavg: 4.09 4.11 5.00 6/176 2299
/proc/meminfo: memFree=20637556/32950928 swapFree=67111524/67111528
[pid=2239] ppid=2237 vsize=18324 CPUtime=91.23 cores=1,3,5,7
/proc/2239/stat : 2239 (ppfolio) S 2237 2239 567 0 -1 4202496 522 36439 0 0 0 0 9118 5 15 0 1 0 599046879 18763776 391 33554432000 4194304 4287625 140736434043312 18446744073709551615 231895510543 0 0 4096 65536 9224195742862639367 0 0 17 5 0 0 0
/proc/2239/statm: 4581 391 342 23 0 91 0
[pid=2241] ppid=2239 vsize=42540 CPUtime=1300.04 cores=5
/proc/2241/stat : 2241 (clasp) R 2239 2239 567 0 -1 4202496 7582 0 0 0 130003 1 0 0 25 0 1 0 599046880 43560960 7465 33554432000 4194304 4785740 140733687850048 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/2241/statm: 10635 7465 341 145 0 7680 0
[pid=2242] ppid=2239 vsize=456088 CPUtime=647.44 cores=7
/proc/2242/stat : 2242 (TNM) R 2239 2239 567 0 -1 4202496 448 0 0 0 64744 0 0 0 25 0 1 0 599046880 467034112 345 33554432000 134512640 134534564 4288594976 18446744073709551615 134528934 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/2242/statm: 114022 345 95 6 0 112688 0
[pid=2243] ppid=2239 vsize=21976 CPUtime=1300.04 cores=3
/proc/2243/stat : 2243 (lingeling) R 2239 2239 567 0 -1 4202496 55278 0 0 0 129996 8 0 0 25 0 1 0 599046880 22503424 4693 33554432000 4194304 4352236 140733550912928 18446744073709551615 4328105 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/2243/statm: 5494 4693 127 39 0 4574 0
[pid=2244] ppid=2239 vsize=73972 CPUtime=646.54 cores=7
/proc/2244/stat : 2244 (march_hi) R 2239 2239 567 0 -1 4202496 14635 0 0 0 64650 4 0 0 25 0 1 0 599046880 75747328 14169 33554432000 4194304 4331988 140734246678240 18446744073709551615 4237426 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/2244/statm: 18493 14169 176 34 0 16935 0
Current children cumulated CPU time (s) 3985.29
Current children cumulated vsize (KiB) 612900

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

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

[startup+1300.01 s]
/proc/loadavg: 4.09 4.11 5.00 6/176 2299
/proc/meminfo: memFree=20637556/32950928 swapFree=67111524/67111528
[pid=2239] ppid=2237 vsize=18324 CPUtime=91.23 cores=1,3,5,7
/proc/2239/stat : 2239 (ppfolio) S 2237 2239 567 0 -1 4202496 522 36439 0 0 0 0 9118 5 15 0 1 0 599046879 18763776 391 33554432000 4194304 4287625 140736434043312 18446744073709551615 231895510543 0 0 4096 65536 9224195742862639367 0 0 17 5 0 0 0
/proc/2239/statm: 4581 391 342 23 0 91 0
[pid=2241] ppid=2239 vsize=42540 CPUtime=1300.04 cores=5
/proc/2241/stat : 2241 (clasp) R 2239 2239 567 0 -1 4202496 7582 0 0 0 130003 1 0 0 25 0 1 0 599046880 43560960 7465 33554432000 4194304 4785740 140733687850048 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/2241/statm: 10635 7465 341 145 0 7680 0
[pid=2242] ppid=2239 vsize=456088 CPUtime=647.44 cores=7
/proc/2242/stat : 2242 (TNM) R 2239 2239 567 0 -1 4202496 448 0 0 0 64744 0 0 0 25 0 1 0 599046880 467034112 345 33554432000 134512640 134534564 4288594976 18446744073709551615 134528934 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/2242/statm: 114022 345 95 6 0 112688 0
[pid=2243] ppid=2239 vsize=21976 CPUtime=1300.04 cores=3
/proc/2243/stat : 2243 (lingeling) R 2239 2239 567 0 -1 4202496 55278 0 0 0 129996 8 0 0 25 0 1 0 599046880 22503424 4693 33554432000 4194304 4352236 140733550912928 18446744073709551615 4328105 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/2243/statm: 5494 4693 127 39 0 4574 0
[pid=2244] ppid=2239 vsize=73972 CPUtime=646.54 cores=7
/proc/2244/stat : 2244 (march_hi) R 2239 2239 567 0 -1 4202496 14635 0 0 0 64650 4 0 0 25 0 1 0 599046880 75747328 14169 33554432000 4194304 4331988 140734246678240 18446744073709551615 4237426 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/2244/statm: 18493 14169 176 34 0 16935 0
Current children cumulated CPU time (s) 3985.29
Current children cumulated vsize (KiB) 612900

Child status: 0
Real time (s): 1300.02
CPU time (s): 3985.36
CPU user time (s): 3985.14
CPU system time (s): 0.218966
CPU usage (%): 306.562
Max. virtual memory (cumulated for all children) (KiB): 4519760

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

runsolver used 1.64275 second user time and 4.40833 second system time

The end

Launcher Data

Begin job on node114 at 2011-04-29 16:42:42
IDJOB=3290088
IDBENCH=83418
IDSOLVER=1612
FILE ID=node114/3290088-1304088162
RUNJOBID= node114-1304077601-586
PBS_JOBID= 13170509
Free space on /tmp= 71804 MiB

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

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

MD5SUM BENCH= 1024a3346322fdba0a20b51f99eae4c0
RANDOM SEED=885248634

node114.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.848
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.848
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5226.15
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.848
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.848
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.73
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.848
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.848
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.848
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.848
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      20743852 kB
Buffers:       2223788 kB
Cached:        9339120 kB
SwapCached:          4 kB
Active:        2839484 kB
Inactive:      8787772 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      20743852 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           10168 kB
Writeback:           0 kB
AnonPages:       63984 kB
Mapped:          14492 kB
Slab:           516148 kB
PageTables:       4344 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   183608 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= 71796 MiB
End job on node114 at 2011-04-29 17:04:22