Trace number 3372738

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
Plingeling 587f (fixed)? (TO) 160003 5008.28

General information on the benchmark

Nameapplication/kullmann/AES/Benchmarks/
128/aes_128_1_keyfind_1.cnf
MD5SUM5092a9db644d53c7bc023e4dff206812
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 variables1192
Number of clauses10656
Sum of the clauses size56868
Maximum clause length8
Minimum clause length1
Number of clauses of size 1264
Number of clauses of size 2128
Number of clauses of size 32016
Number of clauses of size 4320
Number of clauses of size 52048
Number of clauses of size over 55880

Solver Data


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: 961)

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-3372738-1306010831/watcher-3372738-1306010831 -o /tmp/evaluation-result-3372738-1306010831/solver-3372738-1306010831 -C 160000 -W 5100 -M 266338304 plingeling -t 32 HOME/instance-3372738-1306010831.cnf 

running on 32 cores: 0,4,8,12,16,20,24,28,1,5,9,13,17,21,25,29,2,6,10,14,18,22,26,30,3,7,11,15,19,23,27,31

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 160000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 160030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 272730423296 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 272730474496 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 29.53 31.52 31.89 1/413 14786
/proc/meminfo: memFree=255503268/264257624 swapFree=67111528/67111528
[pid=14786] ppid=14784 vsize=12352 CPUtime=0.03 cores=0-31
/proc/14786/stat : 14786 (plingeling) R 14784 14786 14760 0 -1 4202496 1177 1248 0 0 2 0 0 1 23 0 1 0 712569510 12648448 1108 268435456000 4194304 4417452 140733870377200 18446744073709551615 4231321 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/14786/statm: 3088 1108 145 55 0 974 0

[startup+0.045515 s]
/proc/loadavg: 29.53 31.52 31.89 1/413 14786
/proc/meminfo: memFree=255503268/264257624 swapFree=67111528/67111528
[pid=14786] ppid=14784 vsize=12352 CPUtime=0.04 cores=0-31
/proc/14786/stat : 14786 (plingeling) R 14784 14786 14760 0 -1 4202496 1177 1248 0 0 3 0 0 1 23 0 1 0 712569510 12648448 1108 268435456000 4194304 4417452 140733870377200 18446744073709551615 4231373 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/14786/statm: 3088 1108 145 55 0 974 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 12352

[startup+0.100512 s]
/proc/loadavg: 29.53 31.52 31.89 1/413 14786
/proc/meminfo: memFree=255503268/264257624 swapFree=67111528/67111528
[pid=14786] ppid=14784 vsize=18228 CPUtime=0.09 cores=0-31
/proc/14786/stat : 14786 (plingeling) R 14784 14786 14760 0 -1 4202496 2639 1248 0 0 8 0 0 1 23 0 1 0 712569510 18665472 2570 268435456000 4194304 4417452 140733870377200 18446744073709551615 4198200 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/14786/statm: 4557 2570 145 55 0 2443 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 18228

[startup+0.300563 s]
/proc/loadavg: 29.53 31.52 31.89 1/413 14786
/proc/meminfo: memFree=255503268/264257624 swapFree=67111528/67111528
[pid=14786] ppid=14784 vsize=33516 CPUtime=0.29 cores=0-31
/proc/14786/stat : 14786 (plingeling) R 14784 14786 14760 0 -1 4202496 6378 1248 0 0 27 1 0 1 24 0 1 0 712569510 34320384 6309 268435456000 4194304 4417452 140733870377200 18446744073709551615 258650649933 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/14786/statm: 8379 6323 146 55 0 6265 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 33516

[startup+0.7004 s]
/proc/loadavg: 29.53 31.52 31.89 1/413 14786
/proc/meminfo: memFree=255503268/264257624 swapFree=67111528/67111528
[pid=14786] ppid=14784 vsize=513596 CPUtime=11.06 cores=0-31
/proc/14786/stat : 14786 (plingeling) S 14784 14786 14760 0 -1 4202496 12286 1248 0 0 1086 19 0 1 20 0 33 0 712569510 525922304 11998 268435456000 4194304 4417452 140733870377200 18446744073709551615 258662759221 0 0 4096 17442 18446744073709551615 0 0 17 24 0 0 0
/proc/14786/statm: 128399 11999 175 55 0 126285 0
Current children cumulated CPU time (s) 11.06
Current children cumulated vsize (KiB) 513596

[startup+1.50143 s]
/proc/loadavg: 29.53 31.52 31.89 33/446 14824
/proc/meminfo: memFree=255453256/264257624 swapFree=67111528/67111528
[pid=14786] ppid=14784 vsize=534776 CPUtime=36.51 cores=0-31
/proc/14786/stat : 14786 (plingeling) S 14784 14786 14760 0 -1 4202496 26110 1248 0 0 3617 33 0 1 20 0 33 0 712569510 547610624 17822 268435456000 4194304 4417452 140733870377200 18446744073709551615 258662759221 0 0 4096 17442 18446744073709551615 0 0 17 24 0 0 0
/proc/14786/statm: 133694 17822 175 55 0 131580 0
[pid=14786/tid=14793] ppid=14784 vsize=534776 CPUtime=1.12 cores=0-31
/proc/14786/task/14793/stat : 14793 (plingeling) R 14784 14786 14760 0 -1 4202560 428 1248 0 0 111 0 0 1 25 0 33 0 712569543 547610624 17822 268435456000 4194304 4417452 140733870377200 18446744073709551615 4357869 0 0 4096 17442 0 0 0 -1 23 0 0 0
[pid=14786/tid=14794] ppid=14784 vsize=534776 CPUtime=1.13 cores=0-31
/proc/14786/task/14794/stat : 14794 (plingeling) R 14784 14786 14760 0 -1 4202560 465 1248 0 0 112 0 0 1 18 0 33 0 712569543 547610624 17822 268435456000 4194304 4417452 140733870377200 18446744073709551615 4364634 0 0 4096 17442 0 0 0 -1 19 0 0 0
[pid=14786/tid=14795] ppid=14784 vsize=534776 CPUtime=1.17 cores=0-31
/proc/14786/task/14795/stat : 14795 (plingeling) R 14784 14786 14760 0 -1 4202560 651 1248 0 0 115 1 0 1 22 0 33 0 712569543 547610624 17822 268435456000 4194304 4417452 140733870377200 18446744073709551615 4366051 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=14786/tid=14796] ppid=14784 vsize=534776 CPUtime=1.12 cores=0-31
/proc/14786/task/14796/stat : 14796 (plingeling) R 14784 14786 14760 0 -1 4202560 634 1248 0 0 111 0 0 1 18 0 33 0 712569543 547610624 17822 268435456000 4194304 4417452 140733870377200 18446744073709551615 18446744073699065980 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=14786/tid=14797] ppid=14784 vsize=534776 CPUtime=1.14 cores=0-31
/proc/14786/task/14797/stat : 14797 (plingeling) R 14784 14786 14760 0 -1 4202560 433 1248 0 0 113 0 0 1 22 0 33 0 712569543 547610624 17822 268435456000 4194304 4417452 140733870377200 18446744073709551615 4277291 0 0 4096 17442 0 0 0 -1 12 0 0 0
[pid=14786/tid=14798] ppid=14784 vsize=534776 CPUtime=1.15 cores=0-31
/proc/14786/task/14798/stat : 14798 (plingeling) R 14784 14786 14760 0 -1 4202560 608 1248 0 0 113 1 0 1 22 0 33 0 712569543 547610624 17822 268435456000 4194304 4417452 140733870377200 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=14786/tid=14799] ppid=14784 vsize=534776 CPUtime=1.16 cores=0-31
/proc/14786/task/14799/stat : 14799 (plingeling) R 14784 14786 14760 0 -1 4202560 775 1248 0 0 115 0 0 1 19 0 33 0 712569543 547610624 17822 268435456000 4194304 4417452 140733870377200 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=14786/tid=14800] ppid=14784 vsize=534776 CPUtime=1.14 cores=0-31
/proc/14786/task/14800/stat : 14800 (plingeling) R 14784 14786 14760 0 -1 4202560 509 1248 0 0 112 1 0 1 19 0 33 0 712569543 547610624 17822 268435456000 4194304 4417452 140733870377200 18446744073709551615 4270973 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=14786/tid=14801] ppid=14784 vsize=534776 CPUtime=1.13 cores=0-31
/proc/14786/task/14801/stat : 14801 (plingeling) R 14784 14786 14760 0 -1 4202560 660 1248 0 0 112 0 0 1 22 0 33 0 712569543 547610624 17822 268435456000 4194304 4417452 140733870377200 18446744073709551615 4319457 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=14786/tid=14802] ppid=14784 vsize=534776 CPUtime=1.09 cores=0-31
/proc/14786/task/14802/stat : 14802 (plingeling) R 14784 14786 14760 0 -1 4202560 580 1248 0 0 107 1 0 1 18 0 33 0 712569543 547610624 17822 268435456000 4194304 4417452 140733870377200 18446744073709551615 4364827 0 0 4096 17442 0 0 0 -1 31 0 0 0
[pid=14786/tid=14803] ppid=14784 vsize=534776 CPUtime=1.1 cores=0-31
/proc/14786/task/14803/stat : 14803 (plingeling) R 14784 14786 14760 0 -1 4202560 573 1248 0 0 109 0 0 1 23 0 33 0 712569543 547610624 17822 268435456000 4194304 4417452 140733870377200 18446744073709551615 4364645 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=14786/tid=14804] ppid=14784 vsize=534776 CPUtime=1.13 cores=0-31
/proc/14786/task/14804/stat : 14804 (plingeling) R 14784 14786 14760 0 -1 4202560 639 1248 0 0 111 1 0 1 19 0 33 0 712569543 547610624 17822 268435456000 4194304 4417452 140733870377200 18446744073709551615 4275050 0 0 4096 17442 0 0 0 -1 15 0 0 0
[pid=14786/tid=14805] ppid=14784 vsize=534776 CPUtime=1.13 cores=0-31
/proc/14786/task/14805/stat : 14805 (plingeling) R 14784 14786 14760 0 -1 4202560 435 1248 0 0 111 1 0 1 24 0 33 0 712569543 547610624 17822 268435456000 4194304 4417452 140733870377200 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 10 0 0 0
[pid=14786/tid=14806] ppid=14784 vsize=534776 CPUtime=1.15 cores=0-31
/proc/14786/task/14806/stat : 14806 (plingeling) R 14784 14786 14760 0 -1 4202560 429 1248 0 0 113 1 0 1 25 0 33 0 712569543 547610624 17822 268435456000 4194304 4417452 140733870377200 18446744073709551615 4366043 0 0 4096 17442 0 0 0 -1 27 0 0 0
[pid=14786/tid=14807] ppid=14784 vsize=534776 CPUtime=1.15 cores=0-31
/proc/14786/task/14807/stat : 14807 (plingeling) R 14784 14786 14760 0 -1 4202560 446 1248 0 0 114 0 0 1 25 0 33 0 712569543 547610624 17822 268435456000 4194304 4417452 140733870377200 18446744073709551615 4357265 0 0 4096 17442 0 0 0 -1 28 0 0 0
[pid=14786/tid=14808] ppid=14784 vsize=534776 CPUtime=1.13 cores=0-31
/proc/14786/task/14808/stat : 14808 (plingeling) R 14784 14786 14760 0 -1 4202560 484 1248 0 0 112 0 0 1 25 0 33 0 712569543 547610624 17822 268435456000 4194304 4417452 140733870377200 18446744073709551615 4250532 0 0 4096 17442 0 0 0 -1 26 0 0 0
[pid=14786/tid=14809] ppid=14784 vsize=534776 CPUtime=1.14 cores=0-31
/proc/14786/task/14809/stat : 14809 (plingeling) R 14784 14786 14760 0 -1 4202560 527 1248 0 0 112 1 0 1 18 0 33 0 712569543 547610624 17822 268435456000 4194304 4417452 140733870377200 18446744073709551615 4353714 0 0 4096 17442 0 0 0 -1 29 0 0 0
[pid=14786/tid=14810] ppid=14784 vsize=534776 CPUtime=1.12 cores=0-31
/proc/14786/task/14810/stat : 14810 (plingeling) R 14784 14786 14760 0 -1 4202560 677 1248 0 0 110 1 0 1 25 0 33 0 712569543 547610624 17822 268435456000 4194304 4417452 140733870377200 18446744073709551615 4364737 0 0 4096 17442 0 0 0 -1 21 0 0 0
[pid=14786/tid=14811] ppid=14784 vsize=534776 CPUtime=1.12 cores=0-31
/proc/14786/task/14811/stat : 14811 (plingeling) R 14784 14786 14760 0 -1 4202560 583 1248 0 0 111 0 0 1 18 0 33 0 712569543 547610624 17822 268435456000 4194304 4417452 140733870377200 18446744073709551615 4265687 0 0 4096 17442 0 0 0 -1 25 0 0 0
[pid=14786/tid=14812] ppid=14784 vsize=534776 CPUtime=1.15 cores=0-31
/proc/14786/task/14812/stat : 14812 (plingeling) R 14784 14786 14760 0 -1 4202560 525 1248 0 0 114 0 0 1 25 0 33 0 712569543 547610624 17822 268435456000 4194304 4417452 140733870377200 18446744073709551615 4365092 0 0 4096 17442 0 0 0 -1 13 0 0 0
[pid=14786/tid=14813] ppid=14784 vsize=534776 CPUtime=1.15 cores=0-31
/proc/14786/task/14813/stat : 14813 (plingeling) R 14784 14786 14760 0 -1 4202560 544 1248 0 0 113 1 0 1 18 0 33 0 712569543 547610624 17822 268435456000 4194304 4417452 140733870377200 18446744073709551615 4364629 0 0 4096 17442 0 0 0 -1 22 0 0 0
[pid=14786/tid=14814] ppid=14784 vsize=534776 CPUtime=1.13 cores=0-31
/proc/14786/task/14814/stat : 14814 (plingeling) R 14784 14786 14760 0 -1 4202560 666 1248 0 0 112 0 0 1 18 0 33 0 712569544 547610624 17822 268435456000 4194304 4417452 140733870377200 18446744073709551615 4355860 0 0 4096 17442 0 0 0 -1 17 0 0 0
[pid=14786/tid=14815] ppid=14784 vsize=534776 CPUtime=1.13 cores=0-31
/proc/14786/task/14815/stat : 14815 (plingeling) R 14784 14786 14760 0 -1 4202560 682 1248 0 0 111 1 0 1 18 0 33 0 712569545 547610624 17822 268435456000 4194304 4417452 140733870377200 18446744073709551615 4365984 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=14786/tid=14816] ppid=14784 vsize=534776 CPUtime=1.12 cores=0-31
/proc/14786/task/14816/stat : 14816 (plingeling) R 14784 14786 14760 0 -1 4202560 396 1248 0 0 111 0 0 1 22 0 33 0 712569545 547610624 17822 268435456000 4194304 4417452 140733870377200 18446744073709551615 4364537 0 0 4096 17442 0 0 0 -1 11 0 0 0
[pid=14786/tid=14817] ppid=14784 vsize=534776 CPUtime=1.12 cores=0-31
/proc/14786/task/14817/stat : 14817 (plingeling) R 14784 14786 14760 0 -1 4202560 502 1248 0 0 111 0 0 1 22 0 33 0 712569545 547610624 17822 268435456000 4194304 4417452 140733870377200 18446744073709551615 4364564 0 0 4096 17442 0 0 0 -1 30 0 0 0
[pid=14786/tid=14818] ppid=14784 vsize=534776 CPUtime=1.11 cores=0-31
/proc/14786/task/14818/stat : 14818 (plingeling) R 14784 14786 14760 0 -1 4202560 443 1248 0 0 109 1 0 1 21 0 33 0 712569545 547610624 17822 268435456000 4194304 4417452 140733870377200 18446744073709551615 4236941 0 0 4096 17442 0 0 0 -1 8 0 0 0
[pid=14786/tid=14819] ppid=14784 vsize=534776 CPUtime=1.11 cores=0-31
/proc/14786/task/14819/stat : 14819 (plingeling) R 14784 14786 14760 0 -1 4202560 791 1248 0 0 110 0 0 1 18 0 33 0 712569545 547610624 17822 268435456000 4194304 4417452 140733870377200 18446744073709551615 4364881 0 0 4096 17442 0 0 0 -1 14 0 0 0
[pid=14786/tid=14820] ppid=14784 vsize=534776 CPUtime=1.13 cores=0-31
/proc/14786/task/14820/stat : 14820 (plingeling) R 14784 14786 14760 0 -1 4202560 639 1248 0 0 112 0 0 1 22 0 33 0 712569545 547610624 17822 268435456000 4194304 4417452 140733870377200 18446744073709551615 4275950 0 0 4096 17442 0 0 0 -1 18 0 0 0
[pid=14786/tid=14821] ppid=14784 vsize=534776 CPUtime=1.12 cores=0-31
/proc/14786/task/14821/stat : 14821 (plingeling) R 14784 14786 14760 0 -1 4202560 533 1248 0 0 111 0 0 1 25 0 33 0 712569545 547610624 17822 268435456000 4194304 4417452 140733870377200 18446744073709551615 4357314 0 0 4096 17442 0 0 0 -1 16 0 0 0
[pid=14786/tid=14822] ppid=14784 vsize=534776 CPUtime=1.11 cores=0-31
/proc/14786/task/14822/stat : 14822 (plingeling) R 14784 14786 14760 0 -1 4202560 620 1248 0 0 110 0 0 1 25 0 33 0 712569545 547610624 17822 268435456000 4194304 4417452 140733870377200 18446744073709551615 4270223 0 0 4096 17442 0 0 0 -1 20 0 0 0
[pid=14786/tid=14823] ppid=14784 vsize=534776 CPUtime=1.12 cores=0-31
/proc/14786/task/14823/stat : 14823 (plingeling) R 14784 14786 14760 0 -1 4202560 945 1248 0 0 111 0 0 1 25 0 33 0 712569546 547610624 17822 268435456000 4194304 4417452 140733870377200 18446744073709551615 4366149 0 0 4096 17442 0 0 0 -1 9 0 0 0
[pid=14786/tid=14824] ppid=14784 vsize=534776 CPUtime=1.13 cores=0-31
/proc/14786/task/14824/stat : 14824 (plingeling) R 14784 14786 14760 0 -1 4202560 398 1248 0 0 112 0 0 1 18 0 33 0 712569546 547610624 17822 268435456000 4194304 4417452 140733870377200 18446744073709551615 4254816 0 0 4096 17442 0 0 0 -1 24 0 0 0
Current children cumulated CPU time (s) 36.51
Current children cumulated vsize (KiB) 534776

[startup+3.10148 s]
/proc/loadavg: 29.53 31.52 31.89 33/446 14824
/proc/meminfo: memFree=255414764/264257624 swapFree=67111528/67111528
[pid=14786] ppid=14784 vsize=578140 CPUtime=86.55 cores=0-31
/proc/14786/stat : 14786 (plingeling) S 14784 14786 14760 0 -1 4202496 66540 1248 0 0 8560 94 0 1 20 0 33 0 712569510 592015360 28869 268435456000 4194304 4417452 140733870377200 18446744073709551615 258662759221 0 0 4096 17442 18446744073709551615 0 0 17 24 0 0 0
/proc/14786/statm: 144535 28869 175 55 0 142421 0
[pid=14786/tid=14793] ppid=14784 vsize=578140 CPUtime=2.69 cores=0-31
/proc/14786/task/14793/stat : 14793 (plingeling) R 14784 14786 14760 0 -1 4202560 1443 1248 0 0 266 2 0 1 18 0 33 0 712569543 592015360 28869 268435456000 4194304 4417452 140733870377200 18446744073709551615 4366051 0 0 4096 17442 0 0 0 -1 23 0 0 0
[pid=14786/tid=14794] ppid=14784 vsize=578140 CPUtime=2.71 cores=0-31
/proc/14786/task/14794/stat : 14794 (plingeling) R 14784 14786 14760 0 -1 4202560 1641 1248 0 0 268 2 0 1 19 0 33 0 712569543 592015360 28869 268435456000 4194304 4417452 140733870377200 18446744073709551615 4364737 0 0 4096 17442 0 0 0 -1 19 0 0 0
[pid=14786/tid=14795] ppid=14784 vsize=578140 CPUtime=2.75 cores=0-31
/proc/14786/task/14795/stat : 14795 (plingeling) R 14784 14786 14760 0 -1 4202560 2157 1248 0 0 271 3 0 1 19 0 33 0 712569543 592015360 28869 268435456000 4194304 4417452 140733870377200 18446744073709551615 4357168 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=14786/tid=14796] ppid=14784 vsize=578140 CPUtime=2.7 cores=0-31
/proc/14786/task/14796/stat : 14796 (plingeling) R 14784 14786 14760 0 -1 4202560 1804 1248 0 0 266 3 0 1 18 0 33 0 712569543 592015360 28869 268435456000 4194304 4417452 140733870377200 18446744073709551615 4264978 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=14786/tid=14797] ppid=14784 vsize=578140 CPUtime=2.71 cores=0-31
/proc/14786/task/14797/stat : 14797 (plingeling) R 14784 14786 14760 0 -1 4202560 1572 1248 0 0 268 2 0 1 18 0 33 0 712569543 592015360 28869 268435456000 4194304 4417452 140733870377200 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 12 0 0 0
[pid=14786/tid=14798] ppid=14784 vsize=578140 CPUtime=2.71 cores=0-31
/proc/14786/task/14798/stat : 14798 (plingeling) R 14784 14786 14760 0 -1 4202560 1908 1248 0 0 267 3 0 1 18 0 33 0 712569543 592015360 28869 268435456000 4194304 4417452 140733870377200 18446744073709551615 4251008 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=14786/tid=14799] ppid=14784 vsize=578140 CPUtime=2.69 cores=0-31
/proc/14786/task/14799/stat : 14799 (plingeling) R 14784 14786 14760 0 -1 4202560 2150 1248 0 0 265 3 0 1 22 0 33 0 712569543 592015360 28869 268435456000 4194304 4417452 140733870377200 18446744073709551615 4232651 0 0 4096 17442 0 0 0 -1 31 0 0 0
[pid=14786/tid=14800] ppid=14784 vsize=578140 CPUtime=2.7 cores=0-31
/proc/14786/task/14800/stat : 14800 (plingeling) R 14784 14786 14760 0 -1 4202560 2018 1248 0 0 266 3 0 1 18 0 33 0 712569543 592015360 28869 268435456000 4194304 4417452 140733870377200 18446744073709551615 4364850 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=14786/tid=14801] ppid=14784 vsize=578140 CPUtime=2.71 cores=0-31
/proc/14786/task/14801/stat : 14801 (plingeling) D 14784 14786 14760 0 -1 4202560 1977 1248 0 0 268 2 0 1 18 0 33 0 712569543 592015360 28869 268435456000 4194304 4417452 140733870377200 18446744073709551615 258651013786 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=14786/tid=14802] ppid=14784 vsize=578140 CPUtime=2.63 cores=0-31
/proc/14786/task/14802/stat : 14802 (plingeling) R 14784 14786 14760 0 -1 4202560 1232 1248 0 0 260 2 0 1 18 0 33 0 712569543 592015360 28869 268435456000 4194304 4417452 140733870377200 18446744073709551615 4364461 0 0 4096 17442 0 0 0 -1 15 0 0 0
[pid=14786/tid=14803] ppid=14784 vsize=578140 CPUtime=2.67 cores=0-31
/proc/14786/task/14803/stat : 14803 (plingeling) R 14784 14786 14760 0 -1 4202560 2059 1248 0 0 263 3 0 1 18 0 33 0 712569543 592015360 28869 268435456000 4194304 4417452 140733870377200 18446744073709551615 4365027 0 0 4096 17442 0 0 0 -1 8 0 0 0
[pid=14786/tid=14804] ppid=14784 vsize=578140 CPUtime=2.64 cores=0-31
/proc/14786/task/14804/stat : 14804 (plingeling) R 14784 14786 14760 0 -1 4202560 2025 1248 0 0 259 4 0 1 18 0 33 0 712569543 592015360 28869 268435456000 4194304 4417452 140733870377200 18446744073709551615 4365088 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=14786/tid=14805] ppid=14784 vsize=578140 CPUtime=2.69 cores=0-31
/proc/14786/task/14805/stat : 14805 (plingeling) R 14784 14786 14760 0 -1 4202560 1293 1248 0 0 266 2 0 1 18 0 33 0 712569543 592015360 28869 268435456000 4194304 4417452 140733870377200 18446744073709551615 4357207 0 0 4096 17442 0 0 0 -1 10 0 0 0
[pid=14786/tid=14806] ppid=14784 vsize=578140 CPUtime=2.7 cores=0-31
/proc/14786/task/14806/stat : 14806 (plingeling) R 14784 14786 14760 0 -1 4202560 2280 1248 0 0 266 3 0 1 19 0 33 0 712569543 592015360 28869 268435456000 4194304 4417452 140733870377200 18446744073709551615 4365952 0 0 4096 17442 0 0 0 -1 27 0 0 0
[pid=14786/tid=14807] ppid=14784 vsize=578140 CPUtime=2.7 cores=0-31
/proc/14786/task/14807/stat : 14807 (plingeling) R 14784 14786 14760 0 -1 4202560 2097 1248 0 0 266 3 0 1 18 0 33 0 712569543 592015360 28869 268435456000 4194304 4417452 140733870377200 18446744073709551615 4364616 0 0 4096 17442 0 0 0 -1 28 0 0 0
[pid=14786/tid=14808] ppid=14784 vsize=578140 CPUtime=2.71 cores=0-31
/proc/14786/task/14808/stat : 14808 (plingeling) R 14784 14786 14760 0 -1 4202560 1524 1248 0 0 268 2 0 1 18 0 33 0 712569543 592015360 28869 268435456000 4194304 4417452 140733870377200 18446744073709551615 4364579 0 0 4096 17442 0 0 0 -1 26 0 0 0
[pid=14786/tid=14809] ppid=14784 vsize=578140 CPUtime=2.72 cores=0-31
/proc/14786/task/14809/stat : 14809 (plingeling) R 14784 14786 14760 0 -1 4202560 1545 1248 0 0 269 2 0 1 20 0 33 0 712569543 592015360 28869 268435456000 4194304 4417452 140733870377200 18446744073709551615 4264914 0 0 4096 17442 0 0 0 -1 29 0 0 0
[pid=14786/tid=14810] ppid=14784 vsize=578140 CPUtime=2.68 cores=0-31
/proc/14786/task/14810/stat : 14810 (plingeling) R 14784 14786 14760 0 -1 4202560 2209 1248 0 0 264 3 0 1 25 0 33 0 712569543 592015360 28869 268435456000 4194304 4417452 140733870377200 18446744073709551615 4353572 0 0 4096 17442 0 0 0 -1 21 0 0 0
[pid=14786/tid=14811] ppid=14784 vsize=578140 CPUtime=2.67 cores=0-31
/proc/14786/task/14811/stat : 14811 (plingeling) R 14784 14786 14760 0 -1 4202560 2228 1248 0 0 264 2 0 1 19 0 33 0 712569543 592015360 28869 268435456000 4194304 4417452 140733870377200 18446744073709551615 4365027 0 0 4096 17442 0 0 0 -1 25 0 0 0
[pid=14786/tid=14812] ppid=14784 vsize=578140 CPUtime=2.7 cores=0-31
/proc/14786/task/14812/stat : 14812 (plingeling) R 14784 14786 14760 0 -1 4202560 2086 1248 0 0 266 3 0 1 18 0 33 0 712569543 592015360 28869 268435456000 4194304 4417452 140733870377200 18446744073709551615 4364653 0 0 4096 17442 0 0 0 -1 13 0 0 0
[pid=14786/tid=14813] ppid=14784 vsize=578140 CPUtime=2.71 cores=0-31
/proc/14786/task/14813/stat : 14813 (plingeling) R 14784 14786 14760 0 -1 4202560 1487 1248 0 0 268 2 0 1 18 0 33 0 712569543 592015360 28869 268435456000 4194304 4417452 140733870377200 18446744073709551615 4236613 0 0 4096 17442 0 0 0 -1 22 0 0 0
[pid=14786/tid=14814] ppid=14784 vsize=578140 CPUtime=2.72 cores=0-31
/proc/14786/task/14814/stat : 14814 (plingeling) R 14784 14786 14760 0 -1 4202560 1711 1248 0 0 269 2 0 1 20 0 33 0 712569544 592015360 28869 268435456000 4194304 4417452 140733870377200 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 17 0 0 0
[pid=14786/tid=14815] ppid=14784 vsize=578140 CPUtime=2.69 cores=0-31
/proc/14786/task/14815/stat : 14815 (plingeling) R 14784 14786 14760 0 -1 4202560 1963 1248 0 0 266 2 0 1 18 0 33 0 712569545 592015360 28869 268435456000 4194304 4417452 140733870377200 18446744073709551615 4364984 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=14786/tid=14816] ppid=14784 vsize=578140 CPUtime=2.7 cores=0-31
/proc/14786/task/14816/stat : 14816 (plingeling) R 14784 14786 14760 0 -1 4202560 1375 1248 0 0 267 2 0 1 18 0 33 0 712569545 592015360 28869 268435456000 4194304 4417452 140733870377200 18446744073709551615 4355437 0 0 4096 17442 0 0 0 -1 11 0 0 0
[pid=14786/tid=14817] ppid=14784 vsize=578140 CPUtime=2.72 cores=0-31
/proc/14786/task/14817/stat : 14817 (plingeling) R 14784 14786 14760 0 -1 4202560 1619 1248 0 0 269 2 0 1 18 0 33 0 712569545 592015360 28869 268435456000 4194304 4417452 140733870377200 18446744073709551615 4353776 0 0 4096 17442 0 0 0 -1 30 0 0 0
[pid=14786/tid=14818] ppid=14784 vsize=578140 CPUtime=2.68 cores=0-31
/proc/14786/task/14818/stat : 14818 (plingeling) R 14784 14786 14760 0 -1 4202560 1694 1248 0 0 264 3 0 1 18 0 33 0 712569545 592015360 28869 268435456000 4194304 4417452 140733870377200 18446744073709551615 4364555 0 0 4096 17442 0 0 0 -1 16 0 0 0
[pid=14786/tid=14819] ppid=14784 vsize=578140 CPUtime=2.69 cores=0-31
/proc/14786/task/14819/stat : 14819 (plingeling) R 14784 14786 14760 0 -1 4202560 1932 1248 0 0 266 2 0 1 18 0 33 0 712569545 592015360 28869 268435456000 4194304 4417452 140733870377200 18446744073709551615 4366450 0 0 4096 17442 0 0 0 -1 14 0 0 0
[pid=14786/tid=14820] ppid=14784 vsize=578140 CPUtime=2.7 cores=0-31
/proc/14786/task/14820/stat : 14820 (plingeling) R 14784 14786 14760 0 -1 4202560 2015 1248 0 0 266 3 0 1 18 0 33 0 712569545 592015360 28869 268435456000 4194304 4417452 140733870377200 18446744073709551615 4364817 0 0 4096 17442 0 0 0 -1 18 0 0 0
[pid=14786/tid=14821] ppid=14784 vsize=578140 CPUtime=2.69 cores=0-31

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

[pid=14786/tid=14824] ppid=14784 vsize=3269420 CPUtime=4892.37 cores=0-31
/proc/14786/task/14824/stat : 14824 (plingeling) R 14784 14786 14760 0 -1 4202560 633461 1248 0 0 488508 728 0 1 25 0 33 0 712569546 3347886080 702765 268435456000 4194304 4417452 140733870377200 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 31 0 0 0
Current children cumulated CPU time (s) 156623
Current children cumulated vsize (KiB) 3269420

[startup+4962.3 s]
/proc/loadavg: 32.13 32.13 32.09 33/446 14978
/proc/meminfo: memFree=252773756/264257624 swapFree=67111528/67111528
[pid=14786] ppid=14784 vsize=3190724 CPUtime=158541 cores=0-31
/proc/14786/stat : 14786 (plingeling) S 14784 14786 14760 0 -1 4202496 21758755 1248 0 0 15828565 25566 0 1 20 0 33 0 712569510 3267301376 683092 268435456000 4194304 4417452 140733870377200 18446744073709551615 258662759221 0 0 4096 17442 18446744073709551615 0 0 17 24 0 0 0
/proc/14786/statm: 797681 683092 175 55 0 795567 0
[pid=14786/tid=14793] ppid=14784 vsize=3190724 CPUtime=4958.92 cores=0-31
/proc/14786/task/14793/stat : 14793 (plingeling) R 14784 14786 14760 0 -1 4202560 305086 1248 0 0 495506 385 0 1 25 0 33 0 712569543 3267301376 683092 268435456000 4194304 4417452 140733870377200 18446744073709551615 4364821 0 0 4096 17442 0 0 0 -1 13 0 0 0
[pid=14786/tid=14794] ppid=14784 vsize=3190724 CPUtime=4951.05 cores=0-31
/proc/14786/task/14794/stat : 14794 (plingeling) R 14784 14786 14760 0 -1 4202560 729928 1248 0 0 494246 858 0 1 25 0 33 0 712569543 3267301376 683092 268435456000 4194304 4417452 140733870377200 18446744073709551615 18446744073699066066 0 0 4096 17442 0 0 0 -1 15 0 0 0
[pid=14786/tid=14795] ppid=14784 vsize=3190724 CPUtime=4958.68 cores=0-31
/proc/14786/task/14795/stat : 14795 (plingeling) R 14784 14786 14760 0 -1 4202560 779165 1248 0 0 495037 830 0 1 25 0 33 0 712569543 3267301376 683092 268435456000 4194304 4417452 140733870377200 18446744073709551615 4364579 0 0 4096 17442 0 0 0 -1 28 0 0 0
[pid=14786/tid=14796] ppid=14784 vsize=3190724 CPUtime=4950.35 cores=0-31
/proc/14786/task/14796/stat : 14796 (plingeling) R 14784 14786 14760 0 -1 4202560 609037 1248 0 0 494365 669 0 1 25 0 33 0 712569543 3267301376 683092 268435456000 4194304 4417452 140733870377200 18446744073709551615 4364821 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=14786/tid=14797] ppid=14784 vsize=3190724 CPUtime=4957.29 cores=0-31
/proc/14786/task/14797/stat : 14797 (plingeling) R 14784 14786 14760 0 -1 4202560 701045 1248 0 0 494909 819 0 1 25 0 33 0 712569543 3267301376 683092 268435456000 4194304 4417452 140733870377200 18446744073709551615 4364873 0 0 4096 17442 0 0 0 -1 9 0 0 0
[pid=14786/tid=14798] ppid=14784 vsize=3190724 CPUtime=4943.68 cores=0-31
/proc/14786/task/14798/stat : 14798 (plingeling) R 14784 14786 14760 0 -1 4202560 763955 1248 0 0 493551 816 0 1 25 0 33 0 712569543 3267301376 683092 268435456000 4194304 4417452 140733870377200 18446744073709551615 4364611 0 0 4096 17442 0 0 0 -1 22 0 0 0
[pid=14786/tid=14799] ppid=14784 vsize=3190724 CPUtime=4958.38 cores=0-31
/proc/14786/task/14799/stat : 14799 (plingeling) R 14784 14786 14760 0 -1 4202560 701583 1248 0 0 495013 824 0 1 25 0 33 0 712569543 3267301376 683092 268435456000 4194304 4417452 140733870377200 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 17 0 0 0
[pid=14786/tid=14800] ppid=14784 vsize=3190724 CPUtime=4954.22 cores=0-31
/proc/14786/task/14800/stat : 14800 (plingeling) R 14784 14786 14760 0 -1 4202560 611714 1248 0 0 494677 744 0 1 25 0 33 0 712569543 3267301376 683092 268435456000 4194304 4417452 140733870377200 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 30 0 0 0
[pid=14786/tid=14801] ppid=14784 vsize=3190724 CPUtime=4957.35 cores=0-31
/proc/14786/task/14801/stat : 14801 (plingeling) R 14784 14786 14760 0 -1 4202560 726252 1248 0 0 494822 912 0 1 25 0 33 0 712569543 3267301376 683092 268435456000 4194304 4417452 140733870377200 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 8 0 0 0
[pid=14786/tid=14802] ppid=14784 vsize=3190724 CPUtime=4950.76 cores=0-31
/proc/14786/task/14802/stat : 14802 (plingeling) R 14784 14786 14760 0 -1 4202560 688942 1248 0 0 494247 828 0 1 25 0 33 0 712569543 3267301376 683092 268435456000 4194304 4417452 140733870377200 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 11 0 0 0
[pid=14786/tid=14803] ppid=14784 vsize=3190724 CPUtime=4959.18 cores=0-31
/proc/14786/task/14803/stat : 14803 (plingeling) R 14784 14786 14760 0 -1 4202560 608379 1248 0 0 495209 708 0 1 25 0 33 0 712569543 3267301376 683092 268435456000 4194304 4417452 140733870377200 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 26 0 0 0
[pid=14786/tid=14804] ppid=14784 vsize=3190724 CPUtime=4958.6 cores=0-31
/proc/14786/task/14804/stat : 14804 (plingeling) R 14784 14786 14760 0 -1 4202560 624366 1248 0 0 495156 703 0 1 25 0 33 0 712569543 3267301376 683092 268435456000 4194304 4417452 140733870377200 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=14786/tid=14805] ppid=14784 vsize=3190724 CPUtime=4956.44 cores=0-31
/proc/14786/task/14805/stat : 14805 (plingeling) R 14784 14786 14760 0 -1 4202560 722759 1248 0 0 494897 746 0 1 25 0 33 0 712569543 3267301376 683092 268435456000 4194304 4417452 140733870377200 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 29 0 0 0
[pid=14786/tid=14806] ppid=14784 vsize=3190724 CPUtime=4953.12 cores=0-31
/proc/14786/task/14806/stat : 14806 (plingeling) R 14784 14786 14760 0 -1 4202560 593987 1248 0 0 494531 780 0 1 25 0 33 0 712569543 3267301376 683092 268435456000 4194304 4417452 140733870377200 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=14786/tid=14807] ppid=14784 vsize=3190724 CPUtime=4954.55 cores=0-31
/proc/14786/task/14807/stat : 14807 (plingeling) R 14784 14786 14760 0 -1 4202560 719624 1248 0 0 494595 859 0 1 25 0 33 0 712569543 3267301376 683092 268435456000 4194304 4417452 140733870377200 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 27 0 0 0
[pid=14786/tid=14808] ppid=14784 vsize=3190724 CPUtime=4959.06 cores=0-31
/proc/14786/task/14808/stat : 14808 (plingeling) R 14784 14786 14760 0 -1 4202560 708373 1248 0 0 495118 787 0 1 25 0 33 0 712569543 3267301376 683092 268435456000 4194304 4417452 140733870377200 18446744073709551615 4364768 0 0 4096 17442 0 0 0 -1 25 0 0 0
[pid=14786/tid=14809] ppid=14784 vsize=3190724 CPUtime=4947.9 cores=0-31
/proc/14786/task/14809/stat : 14809 (plingeling) R 14784 14786 14760 0 -1 4202560 657630 1248 0 0 493957 832 0 1 25 0 33 0 712569543 3267301376 683092 268435456000 4194304 4417452 140733870377200 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=14786/tid=14810] ppid=14784 vsize=3190724 CPUtime=4958.38 cores=0-31
/proc/14786/task/14810/stat : 14810 (plingeling) R 14784 14786 14760 0 -1 4202560 661365 1248 0 0 494978 859 0 1 25 0 33 0 712569543 3267301376 683092 268435456000 4194304 4417452 140733870377200 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 21 0 0 0
[pid=14786/tid=14811] ppid=14784 vsize=3190724 CPUtime=4955.03 cores=0-31
/proc/14786/task/14811/stat : 14811 (plingeling) R 14784 14786 14760 0 -1 4202560 728080 1248 0 0 494693 809 0 1 25 0 33 0 712569543 3267301376 683092 268435456000 4194304 4417452 140733870377200 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 24 0 0 0
[pid=14786/tid=14812] ppid=14784 vsize=3190724 CPUtime=4956.81 cores=0-31
/proc/14786/task/14812/stat : 14812 (plingeling) R 14784 14786 14760 0 -1 4202560 685875 1248 0 0 494798 882 0 1 25 0 33 0 712569543 3267301376 683092 268435456000 4194304 4417452 140733870377200 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 10 0 0 0
[pid=14786/tid=14813] ppid=14784 vsize=3190724 CPUtime=4953.4 cores=0-31
/proc/14786/task/14813/stat : 14813 (plingeling) R 14784 14786 14760 0 -1 4202560 815995 1248 0 0 494520 819 0 1 25 0 33 0 712569543 3267301376 683092 268435456000 4194304 4417452 140733870377200 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 23 0 0 0
[pid=14786/tid=14814] ppid=14784 vsize=3190724 CPUtime=4954.97 cores=0-31
/proc/14786/task/14814/stat : 14814 (plingeling) R 14784 14786 14760 0 -1 4202560 741400 1248 0 0 494575 921 0 1 25 0 33 0 712569544 3267301376 683092 268435456000 4194304 4417452 140733870377200 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 12 0 0 0
[pid=14786/tid=14815] ppid=14784 vsize=3190724 CPUtime=4958.33 cores=0-31
/proc/14786/task/14815/stat : 14815 (plingeling) R 14784 14786 14760 0 -1 4202560 818449 1248 0 0 495013 819 0 1 25 0 33 0 712569545 3267301376 683092 268435456000 4194304 4417452 140733870377200 18446744073709551615 4364579 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=14786/tid=14816] ppid=14784 vsize=3190724 CPUtime=4951.27 cores=0-31
/proc/14786/task/14816/stat : 14816 (plingeling) R 14784 14786 14760 0 -1 4202560 635546 1248 0 0 494290 836 0 1 25 0 33 0 712569545 3267301376 683092 268435456000 4194304 4417452 140733870377200 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 19 0 0 0
[pid=14786/tid=14817] ppid=14784 vsize=3190724 CPUtime=4958.5 cores=0-31
/proc/14786/task/14817/stat : 14817 (plingeling) R 14784 14786 14760 0 -1 4202560 638864 1248 0 0 495040 809 0 1 25 0 33 0 712569545 3267301376 683092 268435456000 4194304 4417452 140733870377200 18446744073709551615 4236910 0 0 4096 17442 0 0 0 -1 16 0 0 0
[pid=14786/tid=14818] ppid=14784 vsize=3190724 CPUtime=4959.18 cores=0-31
/proc/14786/task/14818/stat : 14818 (plingeling) R 14784 14786 14760 0 -1 4202560 787396 1248 0 0 495005 912 0 1 25 0 33 0 712569545 3267301376 683092 268435456000 4194304 4417452 140733870377200 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=14786/tid=14819] ppid=14784 vsize=3190724 CPUtime=4958.47 cores=0-31
/proc/14786/task/14819/stat : 14819 (plingeling) R 14784 14786 14760 0 -1 4202560 715931 1248 0 0 495074 772 0 1 25 0 33 0 712569545 3267301376 683092 268435456000 4194304 4417452 140733870377200 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 20 0 0 0
[pid=14786/tid=14820] ppid=14784 vsize=3190724 CPUtime=4941.5 cores=0-31
/proc/14786/task/14820/stat : 14820 (plingeling) R 14784 14786 14760 0 -1 4202560 671025 1248 0 0 493357 792 0 1 25 0 33 0 712569545 3267301376 683092 268435456000 4194304 4417452 140733870377200 18446744073709551615 4364579 0 0 4096 17442 0 0 0 -1 18 0 0 0
[pid=14786/tid=14821] ppid=14784 vsize=3190724 CPUtime=4959.2 cores=0-31
/proc/14786/task/14821/stat : 14821 (plingeling) R 14784 14786 14760 0 -1 4202560 669295 1248 0 0 495037 882 0 1 25 0 33 0 712569545 3267301376 683092 268435456000 4194304 4417452 140733870377200 18446744073709551615 4364653 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=14786/tid=14822] ppid=14784 vsize=3190724 CPUtime=4943.17 cores=0-31
/proc/14786/task/14822/stat : 14822 (plingeling) R 14784 14786 14760 0 -1 4202560 682756 1248 0 0 493550 766 0 1 25 0 33 0 712569545 3267301376 683092 268435456000 4194304 4417452 140733870377200 18446744073709551615 4364621 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=14786/tid=14823] ppid=14784 vsize=3190724 CPUtime=4952.56 cores=0-31
/proc/14786/task/14823/stat : 14823 (plingeling) R 14784 14786 14760 0 -1 4202560 608989 1248 0 0 494418 837 0 1 25 0 33 0 712569546 3267301376 683092 268435456000 4194304 4417452 140733870377200 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 14 0 0 0
[pid=14786/tid=14824] ppid=14784 vsize=3190724 CPUtime=4950.66 cores=0-31
/proc/14786/task/14824/stat : 14824 (plingeling) R 14784 14786 14760 0 -1 4202560 638074 1248 0 0 494336 729 0 1 25 0 33 0 712569546 3267301376 683092 268435456000 4194304 4417452 140733870377200 18446744073709551615 4237011 0 0 4096 17442 0 0 0 -1 31 0 0 0
Current children cumulated CPU time (s) 158541
Current children cumulated vsize (KiB) 3190724



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5008 s]
/proc/loadavg: 32.18 32.14 32.09 33/446 14978
/proc/meminfo: memFree=252736232/264257624 swapFree=67111528/67111528
[pid=14786] ppid=14784 vsize=3228872 CPUtime=160003 cores=0-31
/proc/14786/stat : 14786 (plingeling) S 14784 14786 14760 0 -1 4202496 21855452 1248 0 0 15974644 25626 0 1 20 0 33 0 712569510 3306364928 692629 268435456000 4194304 4417452 140733870377200 18446744073709551615 258662759221 0 0 4096 17442 18446744073709551615 0 0 17 24 0 0 0
/proc/14786/statm: 807218 692629 175 55 0 805104 0
[pid=14786/tid=14793] ppid=14784 vsize=3228872 CPUtime=5004.63 cores=0-31
/proc/14786/task/14793/stat : 14793 (plingeling) R 14784 14786 14760 0 -1 4202560 306543 1248 0 0 500077 385 0 1 25 0 33 0 712569543 3306364928 692629 268435456000 4194304 4417452 140733870377200 18446744073709551615 4364827 0 0 4096 17442 0 0 0 -1 13 0 0 0
[pid=14786/tid=14794] ppid=14784 vsize=3228872 CPUtime=4996.77 cores=0-31
/proc/14786/task/14794/stat : 14794 (plingeling) R 14784 14786 14760 0 -1 4202560 731831 1248 0 0 498817 859 0 1 25 0 33 0 712569543 3306364928 692629 268435456000 4194304 4417452 140733870377200 18446744073709551615 4364768 0 0 4096 17442 0 0 0 -1 15 0 0 0
[pid=14786/tid=14795] ppid=14784 vsize=3228872 CPUtime=5004.35 cores=0-31
/proc/14786/task/14795/stat : 14795 (plingeling) R 14784 14786 14760 0 -1 4202560 786278 1248 0 0 499602 832 0 1 25 0 33 0 712569543 3306364928 692629 268435456000 4194304 4417452 140733870377200 18446744073709551615 4321595 0 0 4096 17442 0 0 0 -1 28 0 0 0
[pid=14786/tid=14796] ppid=14784 vsize=3228872 CPUtime=4996.06 cores=0-31
/proc/14786/task/14796/stat : 14796 (plingeling) R 14784 14786 14760 0 -1 4202560 612894 1248 0 0 498935 670 0 1 25 0 33 0 712569543 3306364928 692629 268435456000 4194304 4417452 140733870377200 18446744073709551615 4364550 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=14786/tid=14797] ppid=14784 vsize=3228872 CPUtime=5003.01 cores=0-31
/proc/14786/task/14797/stat : 14797 (plingeling) R 14784 14786 14760 0 -1 4202560 705294 1248 0 0 499479 821 0 1 25 0 33 0 712569543 3306364928 692629 268435456000 4194304 4417452 140733870377200 18446744073709551615 4364741 0 0 4096 17442 0 0 0 -1 9 0 0 0
[pid=14786/tid=14798] ppid=14784 vsize=3228872 CPUtime=4989.39 cores=0-31
/proc/14786/task/14798/stat : 14798 (plingeling) R 14784 14786 14760 0 -1 4202560 767056 1248 0 0 498121 817 0 1 25 0 33 0 712569543 3306364928 692629 268435456000 4194304 4417452 140733870377200 18446744073709551615 4236784 0 0 4096 17442 0 0 0 -1 22 0 0 0
[pid=14786/tid=14799] ppid=14784 vsize=3228872 CPUtime=5004.09 cores=0-31
/proc/14786/task/14799/stat : 14799 (plingeling) R 14784 14786 14760 0 -1 4202560 705377 1248 0 0 499580 828 0 1 25 0 33 0 712569543 3306364928 692629 268435456000 4194304 4417452 140733870377200 18446744073709551615 4364555 0 0 4096 17442 0 0 0 -1 17 0 0 0
[pid=14786/tid=14800] ppid=14784 vsize=3228872 CPUtime=4999.93 cores=0-31
/proc/14786/task/14800/stat : 14800 (plingeling) R 14784 14786 14760 0 -1 4202560 615810 1248 0 0 499237 755 0 1 25 0 33 0 712569543 3306364928 692629 268435456000 4194304 4417452 140733870377200 18446744073709551615 4364653 0 0 4096 17442 0 0 0 -1 30 0 0 0
[pid=14786/tid=14801] ppid=14784 vsize=3228872 CPUtime=5003.06 cores=0-31
/proc/14786/task/14801/stat : 14801 (plingeling) R 14784 14786 14760 0 -1 4202560 731312 1248 0 0 499392 913 0 1 25 0 33 0 712569543 3306364928 692629 268435456000 4194304 4417452 140733870377200 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 8 0 0 0
[pid=14786/tid=14802] ppid=14784 vsize=3228872 CPUtime=4996.47 cores=0-31
/proc/14786/task/14802/stat : 14802 (plingeling) R 14784 14786 14760 0 -1 4202560 688942 1248 0 0 498818 828 0 1 25 0 33 0 712569543 3306364928 692629 268435456000 4194304 4417452 140733870377200 18446744073709551615 4364555 0 0 4096 17442 0 0 0 -1 11 0 0 0
[pid=14786/tid=14803] ppid=14784 vsize=3228872 CPUtime=5004.87 cores=0-31
/proc/14786/task/14803/stat : 14803 (plingeling) R 14784 14786 14760 0 -1 4202560 613626 1248 0 0 499771 715 0 1 25 0 33 0 712569543 3306364928 692629 268435456000 4194304 4417452 140733870377200 18446744073709551615 4357207 0 0 4096 17442 0 0 0 -1 26 0 0 0
[pid=14786/tid=14804] ppid=14784 vsize=3228872 CPUtime=5004.31 cores=0-31
/proc/14786/task/14804/stat : 14804 (plingeling) R 14784 14786 14760 0 -1 4202560 629383 1248 0 0 499724 706 0 1 25 0 33 0 712569543 3306364928 692629 268435456000 4194304 4417452 140733870377200 18446744073709551615 4364650 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=14786/tid=14805] ppid=14784 vsize=3228872 CPUtime=5002.15 cores=0-31
/proc/14786/task/14805/stat : 14805 (plingeling) R 14784 14786 14760 0 -1 4202560 726318 1248 0 0 499461 753 0 1 25 0 33 0 712569543 3306364928 692629 268435456000 4194304 4417452 140733870377200 18446744073709551615 4364798 0 0 4096 17442 0 0 0 -1 29 0 0 0
[pid=14786/tid=14806] ppid=14784 vsize=3228872 CPUtime=4998.83 cores=0-31
/proc/14786/task/14806/stat : 14806 (plingeling) R 14784 14786 14760 0 -1 4202560 595936 1248 0 0 499102 780 0 1 25 0 33 0 712569543 3306364928 692629 268435456000 4194304 4417452 140733870377200 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=14786/tid=14807] ppid=14784 vsize=3228872 CPUtime=5000.26 cores=0-31
/proc/14786/task/14807/stat : 14807 (plingeling) R 14784 14786 14760 0 -1 4202560 719624 1248 0 0 499166 859 0 1 25 0 33 0 712569543 3306364928 692629 268435456000 4194304 4417452 140733870377200 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 27 0 0 0
[pid=14786/tid=14808] ppid=14784 vsize=3228872 CPUtime=5004.77 cores=0-31
/proc/14786/task/14808/stat : 14808 (plingeling) R 14784 14786 14760 0 -1 4202560 708373 1248 0 0 499689 787 0 1 25 0 33 0 712569543 3306364928 692629 268435456000 4194304 4417452 140733870377200 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 25 0 0 0
[pid=14786/tid=14809] ppid=14784 vsize=3228872 CPUtime=4993.61 cores=0-31
/proc/14786/task/14809/stat : 14809 (plingeling) R 14784 14786 14760 0 -1 4202560 657630 1248 0 0 498528 832 0 1 25 0 33 0 712569543 3306364928 692629 268435456000 4194304 4417452 140733870377200 18446744073709551615 4364579 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=14786/tid=14810] ppid=14784 vsize=3228872 CPUtime=5004.09 cores=0-31
/proc/14786/task/14810/stat : 14810 (plingeling) R 14784 14786 14760 0 -1 4202560 663288 1248 0 0 499549 859 0 1 25 0 33 0 712569543 3306364928 692629 268435456000 4194304 4417452 140733870377200 18446744073709551615 4364821 0 0 4096 17442 0 0 0 -1 21 0 0 0
[pid=14786/tid=14811] ppid=14784 vsize=3228872 CPUtime=5000.73 cores=0-31
/proc/14786/task/14811/stat : 14811 (plingeling) R 14784 14786 14760 0 -1 4202560 731331 1248 0 0 499263 809 0 1 25 0 33 0 712569543 3306364928 692629 268435456000 4194304 4417452 140733870377200 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 24 0 0 0
[pid=14786/tid=14812] ppid=14784 vsize=3228872 CPUtime=5002.51 cores=0-31
/proc/14786/task/14812/stat : 14812 (plingeling) R 14784 14786 14760 0 -1 4202560 690408 1248 0 0 499367 883 0 1 25 0 33 0 712569543 3306364928 692629 268435456000 4194304 4417452 140733870377200 18446744073709551615 4364420 0 0 4096 17442 0 0 0 -1 10 0 0 0
[pid=14786/tid=14813] ppid=14784 vsize=3228872 CPUtime=4999.13 cores=0-31
/proc/14786/task/14813/stat : 14813 (plingeling) R 14784 14786 14760 0 -1 4202560 816876 1248 0 0 499092 820 0 1 25 0 33 0 712569543 3306364928 692629 268435456000 4194304 4417452 140733870377200 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 23 0 0 0
[pid=14786/tid=14814] ppid=14784 vsize=3228872 CPUtime=5000.67 cores=0-31
/proc/14786/task/14814/stat : 14814 (plingeling) R 14784 14786 14760 0 -1 4202560 743053 1248 0 0 499144 922 0 1 25 0 33 0 712569544 3306364928 692629 268435456000 4194304 4417452 140733870377200 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 12 0 0 0
[pid=14786/tid=14815] ppid=14784 vsize=3228872 CPUtime=5004.05 cores=0-31
/proc/14786/task/14815/stat : 14815 (plingeling) R 14784 14786 14760 0 -1 4202560 819200 1248 0 0 499584 820 0 1 25 0 33 0 712569545 3306364928 692629 268435456000 4194304 4417452 140733870377200 18446744073709551615 4364579 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=14786/tid=14816] ppid=14784 vsize=3228872 CPUtime=4996.99 cores=0-31
/proc/14786/task/14816/stat : 14816 (plingeling) R 14784 14786 14760 0 -1 4202560 635546 1248 0 0 498862 836 0 1 25 0 33 0 712569545 3306364928 692629 268435456000 4194304 4417452 140733870377200 18446744073709551615 4364564 0 0 4096 17442 0 0 0 -1 19 0 0 0
[pid=14786/tid=14817] ppid=14784 vsize=3228872 CPUtime=5004.22 cores=0-31
/proc/14786/task/14817/stat : 14817 (plingeling) R 14784 14786 14760 0 -1 4202560 641312 1248 0 0 499611 810 0 1 25 0 33 0 712569545 3306364928 692629 268435456000 4194304 4417452 140733870377200 18446744073709551615 4364741 0 0 4096 17442 0 0 0 -1 16 0 0 0
[pid=14786/tid=14818] ppid=14784 vsize=3228872 CPUtime=5004.9 cores=0-31
/proc/14786/task/14818/stat : 14818 (plingeling) R 14784 14786 14760 0 -1 4202560 793758 1248 0 0 499569 920 0 1 25 0 33 0 712569545 3306364928 692629 268435456000 4194304 4417452 140733870377200 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=14786/tid=14819] ppid=14784 vsize=3228872 CPUtime=5004.19 cores=0-31
/proc/14786/task/14819/stat : 14819 (plingeling) R 14784 14786 14760 0 -1 4202560 722421 1248 0 0 499644 774 0 1 25 0 33 0 712569545 3306364928 692629 268435456000 4194304 4417452 140733870377200 18446744073709551615 4364579 0 0 4096 17442 0 0 0 -1 20 0 0 0
[pid=14786/tid=14820] ppid=14784 vsize=3228872 CPUtime=4987.23 cores=0-31
/proc/14786/task/14820/stat : 14820 (plingeling) R 14784 14786 14760 0 -1 4202560 672251 1248 0 0 497926 796 0 1 25 0 33 0 712569545 3306364928 692629 268435456000 4194304 4417452 140733870377200 18446744073709551615 4364564 0 0 4096 17442 0 0 0 -1 18 0 0 0
[pid=14786/tid=14821] ppid=14784 vsize=3228872 CPUtime=5004.92 cores=0-31
/proc/14786/task/14821/stat : 14821 (plingeling) R 14784 14786 14760 0 -1 4202560 674289 1248 0 0 499607 884 0 1 25 0 33 0 712569545 3306364928 692629 268435456000 4194304 4417452 140733870377200 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=14786/tid=14822] ppid=14784 vsize=3228872 CPUtime=4988.88 cores=0-31
/proc/14786/task/14822/stat : 14822 (plingeling) R 14784 14786 14760 0 -1 4202560 687370 1248 0 0 498120 767 0 1 25 0 33 0 712569545 3306364928 692629 268435456000 4194304 4417452 140733870377200 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=14786/tid=14823] ppid=14784 vsize=3228872 CPUtime=4998.27 cores=0-31
/proc/14786/task/14823/stat : 14823 (plingeling) R 14784 14786 14760 0 -1 4202560 611491 1248 0 0 498989 837 0 1 25 0 33 0 712569546 3306364928 692629 268435456000 4194304 4417452 140733870377200 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 14 0 0 0
[pid=14786/tid=14824] ppid=14784 vsize=3228872 CPUtime=4995.08 cores=0-31
/proc/14786/task/14824/stat : 14824 (plingeling) R 14784 14786 14760 0 -1 4202560 642741 1248 0 0 498775 732 0 1 25 0 33 0 712569546 3306364928 692629 268435456000 4194304 4417452 140733870377200 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 31 0 0 0
Current children cumulated CPU time (s) 160003
Current children cumulated vsize (KiB) 3228872

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

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

[startup+5008.2 s]
/proc/loadavg: 29.68 31.62 31.93 2/416 14979
/proc/meminfo: memFree=254651280/264257624 swapFree=67111528/67111528
[pid=14786] ppid=14784 vsize=0 CPUtime=160003 cores=0-31
/proc/14786/stat : 14786 (plingeling) Z 14784 14786 14760 0 -1 4203548 21855452 1248 0 0 15974667 25645 0 1 18 0 2 0 712569510 0 0 268435456000 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 17 24 0 0 0
/proc/14786/statm: 0 0 0 0 0 0 0
[pid=14786/tid=14808] ppid=14784 vsize=0 CPUtime=5004.97 cores=0-31
/proc/14786/task/14808/stat : 14808 (plingeling) R 14784 14786 14760 0 -1 4203588 708373 1248 0 0 499690 806 0 1 25 0 2 0 712569543 0 0 268435456000 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 -1 25 0 0 0
Current children cumulated CPU time (s) 160003
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 5008.28
CPU time (s): 160003
CPU user time (s): 159747
CPU system time (s): 256.526
CPU usage (%): 3194.77
Max. virtual memory (cumulated for all children) (KiB): 3372292

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 159747
system time used= 256.526
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21856700
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= 22618
involuntary context switches= 395470

runsolver used 26.208 second user time and 115.183 second system time

The end

Launcher Data

Begin job on node200 at 2011-05-21 22:47:11
IDJOB=3372738
IDBENCH=83412
IDSOLVER=1852
FILE ID=node200/3372738-1306010831
RUNJOBID= node200-1306010831-14774
PBS_JOBID= 13387799
Free space on /tmp= 62048 MiB

SOLVER NAME= Plingeling 587f (fixed)
BENCH NAME= SAT11/application/kullmann/AES/Benchmarks/128/aes_128_1_keyfind_1.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3372738-1306010831/watcher-3372738-1306010831 -o /tmp/evaluation-result-3372738-1306010831/solver-3372738-1306010831 -C 160000 -W 5100 -M 266338304  plingeling -t 32 HOME/instance-3372738-1306010831.cnf

TIME LIMIT= 160000 seconds
MEMORY LIMIT= 266338304 MiB
NBCORE= 32

MD5SUM BENCH= 5092a9db644d53c7bc023e4dff206812
RANDOM SEED=831972597

node200.alineos.net Linux 2.6.18-194.el5 #1 SMP Fri Apr 2 14:58:14 EDT 2010

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 46
model name	: Intel(R) Xeon(R) CPU           X7550  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.049
cache size	: 18432 KB
physical id	: 0
siblings	: 8
core id		: 0
cpu cores	: 8
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 ssse3 cx16 xtpr sse4_1 sse4_2 popcnt lahf_lm
bogomips	: 3990.09
clflush size	: 64
cache_alignment	: 64
address sizes	: 44 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 46
model name	: Intel(R) Xeon(R) CPU           X7550  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.049
cache size	: 18432 KB
physical id	: 1
siblings	: 8
core id		: 0
cpu cores	: 8
apicid		: 32
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 ssse3 cx16 xtpr sse4_1 sse4_2 popcnt lahf_lm
bogomips	: 3990.07
clflush size	: 64
cache_alignment	: 64
address sizes	: 44 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 46
model name	: Intel(R) Xeon(R) CPU           X7550  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.049
cache size	: 18432 KB
physical id	: 2
siblings	: 8
core id		: 0
cpu cores	: 8
apicid		: 64
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 ssse3 cx16 xtpr sse4_1 sse4_2 popcnt lahf_lm
bogomips	: 3990.08
clflush size	: 64
cache_alignment	: 64
address sizes	: 44 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 46
model name	: Intel(R) Xeon(R) CPU           X7550  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.049
cache size	: 18432 KB
physical id	: 3
siblings	: 8
core id		: 0
cpu cores	: 8
apicid		: 96
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 ssse3 cx16 xtpr sse4_1 sse4_2 popcnt lahf_lm
bogomips	: 3990.09
clflush size	: 64
cache_alignment	: 64
address sizes	: 44 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 46
model name	: Intel(R) Xeon(R) CPU           X7550  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.049
cache size	: 18432 KB
physical id	: 0
siblings	: 8
core id		: 1
cpu cores	: 8
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 ssse3 cx16 xtpr sse4_1 sse4_2 popcnt lahf_lm
bogomips	: 3990.17
clflush size	: 64
cache_alignment	: 64
address sizes	: 44 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 46
model name	: Intel(R) Xeon(R) CPU           X7550  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.049
cache size	: 18432 KB
physical id	: 1
siblings	: 8
core id		: 1
cpu cores	: 8
apicid		: 34
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 ssse3 cx16 xtpr sse4_1 sse4_2 popcnt lahf_lm
bogomips	: 3990.08
clflush size	: 64
cache_alignment	: 64
address sizes	: 44 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 46
model name	: Intel(R) Xeon(R) CPU           X7550  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.049
cache size	: 18432 KB
physical id	: 2
siblings	: 8
core id		: 1
cpu cores	: 8
apicid		: 66
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 ssse3 cx16 xtpr sse4_1 sse4_2 popcnt lahf_lm
bogomips	: 3990.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 44 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 46
model name	: Intel(R) Xeon(R) CPU           X7550  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.049
cache size	: 18432 KB
physical id	: 3
siblings	: 8
core id		: 1
cpu cores	: 8
apicid		: 98
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 ssse3 cx16 xtpr sse4_1 sse4_2 popcnt lahf_lm
bogomips	: 3990.08
clflush size	: 64
cache_alignment	: 64
address sizes	: 44 bits physical, 48 bits virtual
power management: [8]

processor	: 8
vendor_id	: GenuineIntel
cpu family	: 6
model		: 46
model name	: Intel(R) Xeon(R) CPU           X7550  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.049
cache size	: 18432 KB
physical id	: 0
siblings	: 8
core id		: 2
cpu cores	: 8
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 ssse3 cx16 xtpr sse4_1 sse4_2 popcnt lahf_lm
bogomips	: 3990.04
clflush size	: 64
cache_alignment	: 64
address sizes	: 44 bits physical, 48 bits virtual
power management: [8]

processor	: 9
vendor_id	: GenuineIntel
cpu family	: 6
model		: 46
model name	: Intel(R) Xeon(R) CPU           X7550  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.049
cache size	: 18432 KB
physical id	: 1
siblings	: 8
core id		: 2
cpu cores	: 8
apicid		: 36
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 ssse3 cx16 xtpr sse4_1 sse4_2 popcnt lahf_lm
bogomips	: 3990.09
clflush size	: 64
cache_alignment	: 64
address sizes	: 44 bits physical, 48 bits virtual
power management: [8]

processor	: 10
vendor_id	: GenuineIntel
cpu family	: 6
model		: 46
model name	: Intel(R) Xeon(R) CPU           X7550  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.049
cache size	: 18432 KB
physical id	: 2
siblings	: 8
core id		: 2
cpu cores	: 8
apicid		: 68
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 ssse3 cx16 xtpr sse4_1 sse4_2 popcnt lahf_lm
bogomips	: 3990.09
clflush size	: 64
cache_alignment	: 64
address sizes	: 44 bits physical, 48 bits virtual
power management: [8]

processor	: 11
vendor_id	: GenuineIntel
cpu family	: 6
model		: 46
model name	: Intel(R) Xeon(R) CPU           X7550  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.049
cache size	: 18432 KB
physical id	: 3
siblings	: 8
core id		: 2
cpu cores	: 8
apicid		: 100
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 ssse3 cx16 xtpr sse4_1 sse4_2 popcnt lahf_lm
bogomips	: 3990.02
clflush size	: 64
cache_alignment	: 64
address sizes	: 44 bits physical, 48 bits virtual
power management: [8]

processor	: 12
vendor_id	: GenuineIntel
cpu family	: 6
model		: 46
model name	: Intel(R) Xeon(R) CPU           X7550  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.049
cache size	: 18432 KB
physical id	: 0
siblings	: 8
core id		: 3
cpu cores	: 8
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 ssse3 cx16 xtpr sse4_1 sse4_2 popcnt lahf_lm
bogomips	: 3990.17
clflush size	: 64
cache_alignment	: 64
address sizes	: 44 bits physical, 48 bits virtual
power management: [8]

processor	: 13
vendor_id	: GenuineIntel
cpu family	: 6
model		: 46
model name	: Intel(R) Xeon(R) CPU           X7550  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.049
cache size	: 18432 KB
physical id	: 1
siblings	: 8
core id		: 3
cpu cores	: 8
apicid		: 38
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 ssse3 cx16 xtpr sse4_1 sse4_2 popcnt lahf_lm
bogomips	: 3990.09
clflush size	: 64
cache_alignment	: 64
address sizes	: 44 bits physical, 48 bits virtual
power management: [8]

processor	: 14
vendor_id	: GenuineIntel
cpu family	: 6
model		: 46
model name	: Intel(R) Xeon(R) CPU           X7550  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.049
cache size	: 18432 KB
physical id	: 2
siblings	: 8
core id		: 3
cpu cores	: 8
apicid		: 70
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 ssse3 cx16 xtpr sse4_1 sse4_2 popcnt lahf_lm
bogomips	: 3989.98
clflush size	: 64
cache_alignment	: 64
address sizes	: 44 bits physical, 48 bits virtual
power management: [8]

processor	: 15
vendor_id	: GenuineIntel
cpu family	: 6
model		: 46
model name	: Intel(R) Xeon(R) CPU           X7550  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.049
cache size	: 18432 KB
physical id	: 3
siblings	: 8
core id		: 3
cpu cores	: 8
apicid		: 102
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 ssse3 cx16 xtpr sse4_1 sse4_2 popcnt lahf_lm
bogomips	: 3990.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 44 bits physical, 48 bits virtual
power management: [8]

processor	: 16
vendor_id	: GenuineIntel
cpu family	: 6
model		: 46
model name	: Intel(R) Xeon(R) CPU           X7550  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.049
cache size	: 18432 KB
physical id	: 0
siblings	: 8
core id		: 8
cpu cores	: 8
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 ssse3 cx16 xtpr sse4_1 sse4_2 popcnt lahf_lm
bogomips	: 3990.04
clflush size	: 64
cache_alignment	: 64
address sizes	: 44 bits physical, 48 bits virtual
power management: [8]

processor	: 17
vendor_id	: GenuineIntel
cpu family	: 6
model		: 46
model name	: Intel(R) Xeon(R) CPU           X7550  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.049
cache size	: 18432 KB
physical id	: 1
siblings	: 8
core id		: 8
cpu cores	: 8
apicid		: 48
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 ssse3 cx16 xtpr sse4_1 sse4_2 popcnt lahf_lm
bogomips	: 3990.09
clflush size	: 64
cache_alignment	: 64
address sizes	: 44 bits physical, 48 bits virtual
power management: [8]

processor	: 18
vendor_id	: GenuineIntel
cpu family	: 6
model		: 46
model name	: Intel(R) Xeon(R) CPU           X7550  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.049
cache size	: 18432 KB
physical id	: 2
siblings	: 8
core id		: 8
cpu cores	: 8
apicid		: 80
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 ssse3 cx16 xtpr sse4_1 sse4_2 popcnt lahf_lm
bogomips	: 3990.09
clflush size	: 64
cache_alignment	: 64
address sizes	: 44 bits physical, 48 bits virtual
power management: [8]

processor	: 19
vendor_id	: GenuineIntel
cpu family	: 6
model		: 46
model name	: Intel(R) Xeon(R) CPU           X7550  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.049
cache size	: 18432 KB
physical id	: 3
siblings	: 8
core id		: 8
cpu cores	: 8
apicid		: 112
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 ssse3 cx16 xtpr sse4_1 sse4_2 popcnt lahf_lm
bogomips	: 3990.09
clflush size	: 64
cache_alignment	: 64
address sizes	: 44 bits physical, 48 bits virtual
power management: [8]

processor	: 20
vendor_id	: GenuineIntel
cpu family	: 6
model		: 46
model name	: Intel(R) Xeon(R) CPU           X7550  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.049
cache size	: 18432 KB
physical id	: 0
siblings	: 8
core id		: 9
cpu cores	: 8
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 ssse3 cx16 xtpr sse4_1 sse4_2 popcnt lahf_lm
bogomips	: 3990.05
clflush size	: 64
cache_alignment	: 64
address sizes	: 44 bits physical, 48 bits virtual
power management: [8]

processor	: 21
vendor_id	: GenuineIntel
cpu family	: 6
model		: 46
model name	: Intel(R) Xeon(R) CPU           X7550  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.049
cache size	: 18432 KB
physical id	: 1
siblings	: 8
core id		: 9
cpu cores	: 8
apicid		: 50
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 ssse3 cx16 xtpr sse4_1 sse4_2 popcnt lahf_lm
bogomips	: 3990.07
clflush size	: 64
cache_alignment	: 64
address sizes	: 44 bits physical, 48 bits virtual
power management: [8]

processor	: 22
vendor_id	: GenuineIntel
cpu family	: 6
model		: 46
model name	: Intel(R) Xeon(R) CPU           X7550  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.049
cache size	: 18432 KB
physical id	: 2
siblings	: 8
core id		: 9
cpu cores	: 8
apicid		: 82
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 ssse3 cx16 xtpr sse4_1 sse4_2 popcnt lahf_lm
bogomips	: 3990.08
clflush size	: 64
cache_alignment	: 64
address sizes	: 44 bits physical, 48 bits virtual
power management: [8]

processor	: 23
vendor_id	: GenuineIntel
cpu family	: 6
model		: 46
model name	: Intel(R) Xeon(R) CPU           X7550  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.049
cache size	: 18432 KB
physical id	: 3
siblings	: 8
core id		: 9
cpu cores	: 8
apicid		: 114
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 ssse3 cx16 xtpr sse4_1 sse4_2 popcnt lahf_lm
bogomips	: 3990.23
clflush size	: 64
cache_alignment	: 64
address sizes	: 44 bits physical, 48 bits virtual
power management: [8]

processor	: 24
vendor_id	: GenuineIntel
cpu family	: 6
model		: 46
model name	: Intel(R) Xeon(R) CPU           X7550  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.049
cache size	: 18432 KB
physical id	: 0
siblings	: 8
core id		: 10
cpu cores	: 8
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 ssse3 cx16 xtpr sse4_1 sse4_2 popcnt lahf_lm
bogomips	: 3990.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 44 bits physical, 48 bits virtual
power management: [8]

processor	: 25
vendor_id	: GenuineIntel
cpu family	: 6
model		: 46
model name	: Intel(R) Xeon(R) CPU           X7550  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.049
cache size	: 18432 KB
physical id	: 1
siblings	: 8
core id		: 10
cpu cores	: 8
apicid		: 52
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 ssse3 cx16 xtpr sse4_1 sse4_2 popcnt lahf_lm
bogomips	: 3990.09
clflush size	: 64
cache_alignment	: 64
address sizes	: 44 bits physical, 48 bits virtual
power management: [8]

processor	: 26
vendor_id	: GenuineIntel
cpu family	: 6
model		: 46
model name	: Intel(R) Xeon(R) CPU           X7550  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.049
cache size	: 18432 KB
physical id	: 2
siblings	: 8
core id		: 10
cpu cores	: 8
apicid		: 84
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 ssse3 cx16 xtpr sse4_1 sse4_2 popcnt lahf_lm
bogomips	: 3990.08
clflush size	: 64
cache_alignment	: 64
address sizes	: 44 bits physical, 48 bits virtual
power management: [8]

processor	: 27
vendor_id	: GenuineIntel
cpu family	: 6
model		: 46
model name	: Intel(R) Xeon(R) CPU           X7550  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.049
cache size	: 18432 KB
physical id	: 3
siblings	: 8
core id		: 10
cpu cores	: 8
apicid		: 116
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 ssse3 cx16 xtpr sse4_1 sse4_2 popcnt lahf_lm
bogomips	: 3990.09
clflush size	: 64
cache_alignment	: 64
address sizes	: 44 bits physical, 48 bits virtual
power management: [8]

processor	: 28
vendor_id	: GenuineIntel
cpu family	: 6
model		: 46
model name	: Intel(R) Xeon(R) CPU           X7550  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.049
cache size	: 18432 KB
physical id	: 0
siblings	: 8
core id		: 11
cpu cores	: 8
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 ssse3 cx16 xtpr sse4_1 sse4_2 popcnt lahf_lm
bogomips	: 3990.05
clflush size	: 64
cache_alignment	: 64
address sizes	: 44 bits physical, 48 bits virtual
power management: [8]

processor	: 29
vendor_id	: GenuineIntel
cpu family	: 6
model		: 46
model name	: Intel(R) Xeon(R) CPU           X7550  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.049
cache size	: 18432 KB
physical id	: 1
siblings	: 8
core id		: 11
cpu cores	: 8
apicid		: 54
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 ssse3 cx16 xtpr sse4_1 sse4_2 popcnt lahf_lm
bogomips	: 3990.09
clflush size	: 64
cache_alignment	: 64
address sizes	: 44 bits physical, 48 bits virtual
power management: [8]

processor	: 30
vendor_id	: GenuineIntel
cpu family	: 6
model		: 46
model name	: Intel(R) Xeon(R) CPU           X7550  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.049
cache size	: 18432 KB
physical id	: 2
siblings	: 8
core id		: 11
cpu cores	: 8
apicid		: 86
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 ssse3 cx16 xtpr sse4_1 sse4_2 popcnt lahf_lm
bogomips	: 3990.05
clflush size	: 64
cache_alignment	: 64
address sizes	: 44 bits physical, 48 bits virtual
power management: [8]

processor	: 31
vendor_id	: GenuineIntel
cpu family	: 6
model		: 46
model name	: Intel(R) Xeon(R) CPU           X7550  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.049
cache size	: 18432 KB
physical id	: 3
siblings	: 8
core id		: 11
cpu cores	: 8
apicid		: 118
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 ssse3 cx16 xtpr sse4_1 sse4_2 popcnt lahf_lm
bogomips	: 3990.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 44 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     264257624 kB
MemFree:      255503300 kB
Buffers:        454060 kB
Cached:        7898328 kB
SwapCached:          0 kB
Active:        7422084 kB
Inactive:       998884 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     264257624 kB
LowFree:      255503300 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:             736 kB
Writeback:           0 kB
AnonPages:       70092 kB
Mapped:          13484 kB
Slab:           252628 kB
PageTables:       4664 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  199240340 kB
Committed_AS:   180136 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296372 kB
VmallocChunk: 34359440603 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62044 MiB
End job on node200 at 2011-05-22 00:10:41