Trace number 3372744

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) 160001 5007.65

General information on the benchmark

Nameapplication/kullmann/AES/Benchmarks/
64/aes_64_4_keyfind_1.cnf
MD5SUM07ea67092ce3fd4529e72f69434e3f99
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 variables1808
Number of clauses9968
Sum of the clauses size39152
Maximum clause length5
Minimum clause length1
Number of clauses of size 1144
Number of clauses of size 2320
Number of clauses of size 33904
Number of clauses of size 41344
Number of clauses of size 54256
Number of clauses of size over 50

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-3372744-1306020857/watcher-3372744-1306020857 -o /tmp/evaluation-result-3372744-1306020857/solver-3372744-1306020857 -C 160000 -W 5100 -M 266338304 plingeling -t 32 HOME/instance-3372744-1306020857.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.59 31.61 31.92 1/413 15263
/proc/meminfo: memFree=255502776/264257624 swapFree=67111528/67111528
[pid=15263] ppid=15261 vsize=12228 CPUtime=0.02 cores=0-31
/proc/15263/stat : 15263 (plingeling) R 15261 15263 15237 0 -1 4202496 1117 1249 0 0 2 0 0 0 23 0 1 0 713572112 12521472 1048 268435456000 4194304 4417452 140736569718976 18446744073709551615 4320672 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/15263/statm: 3057 1048 145 55 0 943 0

[startup+0.064721 s]
/proc/loadavg: 29.59 31.61 31.92 1/413 15263
/proc/meminfo: memFree=255502776/264257624 swapFree=67111528/67111528
[pid=15263] ppid=15261 vsize=14524 CPUtime=0.05 cores=0-31
/proc/15263/stat : 15263 (plingeling) R 15261 15263 15237 0 -1 4202496 1712 1249 0 0 5 0 0 0 23 0 1 0 713572112 14872576 1643 268435456000 4194304 4417452 140736569718976 18446744073709551615 4259016 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/15263/statm: 3631 1643 145 55 0 1517 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 14524

[startup+0.100763 s]
/proc/loadavg: 29.59 31.61 31.92 1/413 15263
/proc/meminfo: memFree=255502776/264257624 swapFree=67111528/67111528
[pid=15263] ppid=15261 vsize=17248 CPUtime=0.08 cores=0-31
/proc/15263/stat : 15263 (plingeling) R 15261 15263 15237 0 -1 4202496 2378 1249 0 0 8 0 0 0 23 0 1 0 713572112 17661952 2310 268435456000 4194304 4417452 140736569718976 18446744073709551615 258650652667 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/15263/statm: 4352 2324 145 55 0 2238 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 17248

[startup+0.317624 s]
/proc/loadavg: 29.59 31.61 31.92 1/413 15263
/proc/meminfo: memFree=255502776/264257624 swapFree=67111528/67111528
[pid=15263] ppid=15261 vsize=618252 CPUtime=1.09 cores=0-31
/proc/15263/stat : 15263 (plingeling) S 15261 15263 15237 0 -1 4202496 5703 1249 0 0 107 2 0 0 18 0 33 0 713572112 633090048 5559 268435456000 4194304 4417452 140736569718976 18446744073709551615 258662759221 0 0 4096 17442 18446744073709551615 0 0 17 28 0 0 0
/proc/15263/statm: 154563 5559 170 55 0 152449 0
Current children cumulated CPU time (s) 1.09
Current children cumulated vsize (KiB) 618252

[startup+0.700593 s]
/proc/loadavg: 29.59 31.61 31.92 1/413 15263
/proc/meminfo: memFree=255502776/264257624 swapFree=67111528/67111528
[pid=15263] ppid=15261 vsize=694512 CPUtime=13.09 cores=0-31
/proc/15263/stat : 15263 (plingeling) S 15261 15263 15237 0 -1 4202496 10138 1249 0 0 1299 10 0 0 18 0 33 0 713572112 711180288 8698 268435456000 4194304 4417452 140736569718976 18446744073709551615 258662759221 0 0 4096 17442 18446744073709551615 0 0 17 28 0 0 0
/proc/15263/statm: 173628 8698 175 55 0 171514 0
Current children cumulated CPU time (s) 13.09
Current children cumulated vsize (KiB) 694512

[startup+1.50162 s]
/proc/loadavg: 29.59 31.61 31.92 33/446 15301
/proc/meminfo: memFree=255457336/264257624 swapFree=67111528/67111528
[pid=15263] ppid=15261 vsize=730672 CPUtime=38.37 cores=0-31
/proc/15263/stat : 15263 (plingeling) S 15261 15263 15237 0 -1 4202496 26223 1249 0 0 3810 27 0 0 18 0 33 0 713572112 748208128 18826 268435456000 4194304 4417452 140736569718976 18446744073709551615 258662759221 0 0 4096 17442 18446744073709551615 0 0 17 28 0 0 0
/proc/15263/statm: 182668 18826 175 55 0 180554 0
[pid=15263/tid=15270] ppid=15261 vsize=730672 CPUtime=1.17 cores=0-31
/proc/15263/task/15270/stat : 15270 (plingeling) R 15261 15263 15237 0 -1 4202560 881 1249 0 0 117 0 0 0 19 0 33 0 713572140 748208128 18826 268435456000 4194304 4417452 140736569718976 18446744073709551615 4272793 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=15263/tid=15271] ppid=15261 vsize=730672 CPUtime=1.2 cores=0-31
/proc/15263/task/15271/stat : 15271 (plingeling) R 15261 15263 15237 0 -1 4202560 424 1249 0 0 120 0 0 0 19 0 33 0 713572140 748208128 18826 268435456000 4194304 4417452 140736569718976 18446744073709551615 4366847 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=15263/tid=15272] ppid=15261 vsize=730672 CPUtime=1.19 cores=0-31
/proc/15263/task/15272/stat : 15272 (plingeling) R 15261 15263 15237 0 -1 4202560 928 1249 0 0 119 0 0 0 18 0 33 0 713572140 748208128 18826 268435456000 4194304 4417452 140736569718976 18446744073709551615 4250630 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=15263/tid=15273] ppid=15261 vsize=730672 CPUtime=1.19 cores=0-31
/proc/15263/task/15273/stat : 15273 (plingeling) R 15261 15263 15237 0 -1 4202560 836 1249 0 0 119 0 0 0 18 0 33 0 713572140 748208128 18826 268435456000 4194304 4417452 140736569718976 18446744073709551615 4364645 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=15263/tid=15274] ppid=15261 vsize=730672 CPUtime=1.19 cores=0-31
/proc/15263/task/15274/stat : 15274 (plingeling) R 15261 15263 15237 0 -1 4202560 436 1249 0 0 119 0 0 0 22 0 33 0 713572140 748208128 18826 268435456000 4194304 4417452 140736569718976 18446744073709551615 4252408 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=15263/tid=15275] ppid=15261 vsize=730672 CPUtime=1.19 cores=0-31
/proc/15263/task/15275/stat : 15275 (plingeling) R 15261 15263 15237 0 -1 4202560 673 1249 0 0 119 0 0 0 18 0 33 0 713572140 748208128 18826 268435456000 4194304 4417452 140736569718976 18446744073709551615 4277563 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=15263/tid=15276] ppid=15261 vsize=730672 CPUtime=1.2 cores=0-31
/proc/15263/task/15276/stat : 15276 (plingeling) R 15261 15263 15237 0 -1 4202560 1054 1249 0 0 119 1 0 0 18 0 33 0 713572140 748208128 18826 268435456000 4194304 4417452 140736569718976 18446744073709551615 4364716 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=15263/tid=15277] ppid=15261 vsize=730672 CPUtime=1.17 cores=0-31
/proc/15263/task/15277/stat : 15277 (plingeling) R 15261 15263 15237 0 -1 4202560 837 1249 0 0 117 0 0 0 18 0 33 0 713572140 748208128 18826 268435456000 4194304 4417452 140736569718976 18446744073709551615 4252374 0 0 4096 17442 0 0 0 -1 8 0 0 0
[pid=15263/tid=15278] ppid=15261 vsize=730672 CPUtime=1.15 cores=0-31
/proc/15263/task/15278/stat : 15278 (plingeling) R 15261 15263 15237 0 -1 4202560 589 1249 0 0 115 0 0 0 25 0 33 0 713572140 748208128 18826 268435456000 4194304 4417452 140736569718976 18446744073709551615 4275950 0 0 4096 17442 0 0 0 -1 31 0 0 0
[pid=15263/tid=15279] ppid=15261 vsize=730672 CPUtime=1.19 cores=0-31
/proc/15263/task/15279/stat : 15279 (plingeling) R 15261 15263 15237 0 -1 4202560 322 1249 0 0 119 0 0 0 18 0 33 0 713572140 748208128 18826 268435456000 4194304 4417452 140736569718976 18446744073709551615 4364427 0 0 4096 17442 0 0 0 -1 9 0 0 0
[pid=15263/tid=15280] ppid=15261 vsize=730672 CPUtime=1.2 cores=0-31
/proc/15263/task/15280/stat : 15280 (plingeling) R 15261 15263 15237 0 -1 4202560 912 1249 0 0 119 1 0 0 18 0 33 0 713572140 748208128 18826 268435456000 4194304 4417452 140736569718976 18446744073709551615 4250969 0 0 4096 17442 0 0 0 -1 10 0 0 0
[pid=15263/tid=15281] ppid=15261 vsize=730672 CPUtime=1.18 cores=0-31
/proc/15263/task/15281/stat : 15281 (plingeling) R 15261 15263 15237 0 -1 4202560 892 1249 0 0 117 1 0 0 18 0 33 0 713572140 748208128 18826 268435456000 4194304 4417452 140736569718976 18446744073709551615 4277897 0 0 4096 17442 0 0 0 -1 11 0 0 0
[pid=15263/tid=15282] ppid=15261 vsize=730672 CPUtime=1.18 cores=0-31
/proc/15263/task/15282/stat : 15282 (plingeling) R 15261 15263 15237 0 -1 4202560 613 1249 0 0 118 0 0 0 18 0 33 0 713572140 748208128 18826 268435456000 4194304 4417452 140736569718976 18446744073709551615 4236920 0 0 4096 17442 0 0 0 -1 23 0 0 0
[pid=15263/tid=15283] ppid=15261 vsize=730672 CPUtime=1.19 cores=0-31
/proc/15263/task/15283/stat : 15283 (plingeling) R 15261 15263 15237 0 -1 4202560 694 1249 0 0 119 0 0 0 19 0 33 0 713572140 748208128 18826 268435456000 4194304 4417452 140736569718976 18446744073709551615 4252336 0 0 4096 17442 0 0 0 -1 13 0 0 0
[pid=15263/tid=15284] ppid=15261 vsize=730672 CPUtime=1.18 cores=0-31
/proc/15263/task/15284/stat : 15284 (plingeling) R 15261 15263 15237 0 -1 4202560 770 1249 0 0 117 1 0 0 19 0 33 0 713572140 748208128 18826 268435456000 4194304 4417452 140736569718976 18446744073709551615 4250721 0 0 4096 17442 0 0 0 -1 14 0 0 0
[pid=15263/tid=15285] ppid=15261 vsize=730672 CPUtime=1.19 cores=0-31
/proc/15263/task/15285/stat : 15285 (plingeling) R 15261 15263 15237 0 -1 4202560 459 1249 0 0 119 0 0 0 18 0 33 0 713572140 748208128 18826 268435456000 4194304 4417452 140736569718976 18446744073709551615 4366407 0 0 4096 17442 0 0 0 -1 16 0 0 0
[pid=15263/tid=15286] ppid=15261 vsize=730672 CPUtime=1.18 cores=0-31
/proc/15263/task/15286/stat : 15286 (plingeling) R 15261 15263 15237 0 -1 4202560 567 1249 0 0 118 0 0 0 19 0 33 0 713572140 748208128 18826 268435456000 4194304 4417452 140736569718976 18446744073709551615 4271600 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=15263/tid=15287] ppid=15261 vsize=730672 CPUtime=1.19 cores=0-31
/proc/15263/task/15287/stat : 15287 (plingeling) R 15261 15263 15237 0 -1 4202560 646 1249 0 0 118 1 0 0 18 0 33 0 713572140 748208128 18826 268435456000 4194304 4417452 140736569718976 18446744073709551615 4236845 0 0 4096 17442 0 0 0 -1 24 0 0 0
[pid=15263/tid=15288] ppid=15261 vsize=730672 CPUtime=1.18 cores=0-31
/proc/15263/task/15288/stat : 15288 (plingeling) R 15261 15263 15237 0 -1 4202560 912 1249 0 0 117 1 0 0 18 0 33 0 713572140 748208128 18826 268435456000 4194304 4417452 140736569718976 18446744073709551615 4364604 0 0 4096 17442 0 0 0 -1 17 0 0 0
[pid=15263/tid=15289] ppid=15261 vsize=730672 CPUtime=1.18 cores=0-31
/proc/15263/task/15289/stat : 15289 (plingeling) R 15261 15263 15237 0 -1 4202560 594 1249 0 0 118 0 0 0 18 0 33 0 713572140 748208128 18826 268435456000 4194304 4417452 140736569718976 18446744073709551615 4252374 0 0 4096 17442 0 0 0 -1 18 0 0 0
[pid=15263/tid=15290] ppid=15261 vsize=730672 CPUtime=1.17 cores=0-31
/proc/15263/task/15290/stat : 15290 (plingeling) R 15261 15263 15237 0 -1 4202560 612 1249 0 0 117 0 0 0 19 0 33 0 713572140 748208128 18826 268435456000 4194304 4417452 140736569718976 18446744073709551615 4253198 0 0 4096 17442 0 0 0 -1 15 0 0 0
[pid=15263/tid=15291] ppid=15261 vsize=730672 CPUtime=1.17 cores=0-31
/proc/15263/task/15291/stat : 15291 (plingeling) R 15261 15263 15237 0 -1 4202560 490 1249 0 0 117 0 0 0 18 0 33 0 713572140 748208128 18826 268435456000 4194304 4417452 140736569718976 18446744073709551615 4358123 0 0 4096 17442 0 0 0 -1 30 0 0 0
[pid=15263/tid=15292] ppid=15261 vsize=730672 CPUtime=1.17 cores=0-31
/proc/15263/task/15292/stat : 15292 (plingeling) R 15261 15263 15237 0 -1 4202560 924 1249 0 0 116 1 0 0 18 0 33 0 713572140 748208128 18826 268435456000 4194304 4417452 140736569718976 18446744073709551615 4232693 0 0 4096 17442 0 0 0 -1 26 0 0 0
[pid=15263/tid=15293] ppid=15261 vsize=730672 CPUtime=1.18 cores=0-31
/proc/15263/task/15293/stat : 15293 (plingeling) R 15261 15263 15237 0 -1 4202560 486 1249 0 0 118 0 0 0 18 0 33 0 713572140 748208128 18826 268435456000 4194304 4417452 140736569718976 18446744073709551615 4354070 0 0 4096 17442 0 0 0 -1 20 0 0 0
[pid=15263/tid=15294] ppid=15261 vsize=730672 CPUtime=1.17 cores=0-31
/proc/15263/task/15294/stat : 15294 (plingeling) R 15261 15263 15237 0 -1 4202560 644 1249 0 0 117 0 0 0 18 0 33 0 713572141 748208128 18826 268435456000 4194304 4417452 140736569718976 18446744073709551615 4365990 0 0 4096 17442 0 0 0 -1 25 0 0 0
[pid=15263/tid=15295] ppid=15261 vsize=730672 CPUtime=1.18 cores=0-31
/proc/15263/task/15295/stat : 15295 (plingeling) R 15261 15263 15237 0 -1 4202560 424 1249 0 0 118 0 0 0 19 0 33 0 713572141 748208128 18826 268435456000 4194304 4417452 140736569718976 18446744073709551615 4353636 0 0 4096 17442 0 0 0 -1 27 0 0 0
[pid=15263/tid=15296] ppid=15261 vsize=730672 CPUtime=1.14 cores=0-31
/proc/15263/task/15296/stat : 15296 (plingeling) R 15261 15263 15237 0 -1 4202560 682 1249 0 0 114 0 0 0 24 0 33 0 713572141 748208128 18826 268435456000 4194304 4417452 140736569718976 18446744073709551615 4366450 0 0 4096 17442 0 0 0 -1 12 0 0 0
[pid=15263/tid=15297] ppid=15261 vsize=730672 CPUtime=1.17 cores=0-31
/proc/15263/task/15297/stat : 15297 (plingeling) R 15261 15263 15237 0 -1 4202560 588 1249 0 0 117 0 0 0 19 0 33 0 713572141 748208128 18826 268435456000 4194304 4417452 140736569718976 18446744073709551615 4237250 0 0 4096 17442 0 0 0 -1 22 0 0 0
[pid=15263/tid=15298] ppid=15261 vsize=730672 CPUtime=1.17 cores=0-31
/proc/15263/task/15298/stat : 15298 (plingeling) R 15261 15263 15237 0 -1 4202560 460 1249 0 0 117 0 0 0 18 0 33 0 713572142 748208128 18826 268435456000 4194304 4417452 140736569718976 18446744073709551615 4253157 0 0 4096 17442 0 0 0 -1 21 0 0 0
[pid=15263/tid=15299] ppid=15261 vsize=730672 CPUtime=1.17 cores=0-31
/proc/15263/task/15299/stat : 15299 (plingeling) R 15261 15263 15237 0 -1 4202560 627 1249 0 0 117 0 0 0 22 0 33 0 713572142 748208128 18826 268435456000 4194304 4417452 140736569718976 18446744073709551615 4250651 0 0 4096 17442 0 0 0 -1 29 0 0 0
[pid=15263/tid=15300] ppid=15261 vsize=730672 CPUtime=1.17 cores=0-31
/proc/15263/task/15300/stat : 15300 (plingeling) R 15261 15263 15237 0 -1 4202560 810 1249 0 0 117 0 0 0 18 0 33 0 713572142 748208128 18826 268435456000 4194304 4417452 140736569718976 18446744073709551615 4353915 0 0 4096 17442 0 0 0 -1 19 0 0 0
[pid=15263/tid=15301] ppid=15261 vsize=730672 CPUtime=1.17 cores=0-31
/proc/15263/task/15301/stat : 15301 (plingeling) R 15261 15263 15237 0 -1 4202560 702 1249 0 0 117 0 0 0 17 0 33 0 713572142 748208128 18826 268435456000 4194304 4417452 140736569718976 18446744073709551615 4273955 0 0 4096 17442 0 0 0 -1 28 0 0 0
Current children cumulated CPU time (s) 38.37
Current children cumulated vsize (KiB) 730672

[startup+3.10168 s]
/proc/loadavg: 29.59 31.61 31.92 33/446 15301
/proc/meminfo: memFree=255410080/264257624 swapFree=67111528/67111528
[pid=15263] ppid=15261 vsize=752492 CPUtime=89.25 cores=0-31
/proc/15263/stat : 15263 (plingeling) S 15261 15263 15237 0 -1 4202496 54649 1249 0 0 8864 61 0 0 18 0 33 0 713572112 770551808 25824 268435456000 4194304 4417452 140736569718976 18446744073709551615 258662759221 0 0 4096 17442 18446744073709551615 0 0 17 28 0 0 0
/proc/15263/statm: 188123 25824 175 55 0 186009 0
[pid=15263/tid=15270] ppid=15261 vsize=752492 CPUtime=2.77 cores=0-31
/proc/15263/task/15270/stat : 15270 (plingeling) R 15261 15263 15237 0 -1 4202560 1668 1249 0 0 275 2 0 0 19 0 33 0 713572140 770551808 25824 268435456000 4194304 4417452 140736569718976 18446744073709551615 4251034 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=15263/tid=15271] ppid=15261 vsize=752492 CPUtime=2.79 cores=0-31
/proc/15263/task/15271/stat : 15271 (plingeling) R 15261 15263 15237 0 -1 4202560 1384 1249 0 0 278 1 0 0 23 0 33 0 713572140 770551808 25824 268435456000 4194304 4417452 140736569718976 18446744073709551615 4352477 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=15263/tid=15272] ppid=15261 vsize=752492 CPUtime=2.78 cores=0-31
/proc/15263/task/15272/stat : 15272 (plingeling) R 15261 15263 15237 0 -1 4202560 1716 1249 0 0 276 2 0 0 20 0 33 0 713572140 770551808 25824 268435456000 4194304 4417452 140736569718976 18446744073709551615 4364735 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=15263/tid=15273] ppid=15261 vsize=752492 CPUtime=2.78 cores=0-31
/proc/15263/task/15273/stat : 15273 (plingeling) R 15261 15263 15237 0 -1 4202560 2067 1249 0 0 277 1 0 0 21 0 33 0 713572140 770551808 25824 268435456000 4194304 4417452 140736569718976 18446744073709551615 4366698 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=15263/tid=15274] ppid=15261 vsize=752492 CPUtime=2.78 cores=0-31
/proc/15263/task/15274/stat : 15274 (plingeling) R 15261 15263 15237 0 -1 4202560 1842 1249 0 0 275 3 0 0 18 0 33 0 713572140 770551808 25824 268435456000 4194304 4417452 140736569718976 18446744073709551615 4364616 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=15263/tid=15275] ppid=15261 vsize=752492 CPUtime=2.78 cores=0-31
/proc/15263/task/15275/stat : 15275 (plingeling) R 15261 15263 15237 0 -1 4202560 1294 1249 0 0 277 1 0 0 20 0 33 0 713572140 770551808 25824 268435456000 4194304 4417452 140736569718976 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=15263/tid=15276] ppid=15261 vsize=752492 CPUtime=2.79 cores=0-31
/proc/15263/task/15276/stat : 15276 (plingeling) R 15261 15263 15237 0 -1 4202560 2338 1249 0 0 277 2 0 0 19 0 33 0 713572140 770551808 25824 268435456000 4194304 4417452 140736569718976 18446744073709551615 4357947 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=15263/tid=15277] ppid=15261 vsize=752492 CPUtime=2.76 cores=0-31
/proc/15263/task/15277/stat : 15277 (plingeling) R 15261 15263 15237 0 -1 4202560 1637 1249 0 0 274 2 0 0 20 0 33 0 713572140 770551808 25824 268435456000 4194304 4417452 140736569718976 18446744073709551615 4364597 0 0 4096 17442 0 0 0 -1 8 0 0 0
[pid=15263/tid=15278] ppid=15261 vsize=752492 CPUtime=2.69 cores=0-31
/proc/15263/task/15278/stat : 15278 (plingeling) R 15261 15263 15237 0 -1 4202560 1601 1249 0 0 267 2 0 0 25 0 33 0 713572140 770551808 25824 268435456000 4194304 4417452 140736569718976 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 31 0 0 0
[pid=15263/tid=15279] ppid=15261 vsize=752492 CPUtime=2.78 cores=0-31
/proc/15263/task/15279/stat : 15279 (plingeling) R 15261 15263 15237 0 -1 4202560 745 1249 0 0 278 0 0 0 20 0 33 0 713572140 770551808 25824 268435456000 4194304 4417452 140736569718976 18446744073709551615 4251045 0 0 4096 17442 0 0 0 -1 9 0 0 0
[pid=15263/tid=15280] ppid=15261 vsize=752492 CPUtime=2.78 cores=0-31
/proc/15263/task/15280/stat : 15280 (plingeling) R 15261 15263 15237 0 -1 4202560 2433 1249 0 0 275 3 0 0 20 0 33 0 713572140 770551808 25824 268435456000 4194304 4417452 140736569718976 18446744073709551615 4352540 0 0 4096 17442 0 0 0 -1 10 0 0 0
[pid=15263/tid=15281] ppid=15261 vsize=752492 CPUtime=2.78 cores=0-31
/proc/15263/task/15281/stat : 15281 (plingeling) R 15261 15263 15237 0 -1 4202560 1699 1249 0 0 276 2 0 0 21 0 33 0 713572140 770551808 25824 268435456000 4194304 4417452 140736569718976 18446744073709551615 4250845 0 0 4096 17442 0 0 0 -1 11 0 0 0
[pid=15263/tid=15282] ppid=15261 vsize=752492 CPUtime=2.77 cores=0-31
/proc/15263/task/15282/stat : 15282 (plingeling) R 15261 15263 15237 0 -1 4202560 1406 1249 0 0 276 1 0 0 21 0 33 0 713572140 770551808 25824 268435456000 4194304 4417452 140736569718976 18446744073709551615 4364564 0 0 4096 17442 0 0 0 -1 23 0 0 0
[pid=15263/tid=15283] ppid=15261 vsize=752492 CPUtime=2.79 cores=0-31
/proc/15263/task/15283/stat : 15283 (plingeling) R 15261 15263 15237 0 -1 4202560 1316 1249 0 0 278 1 0 0 18 0 33 0 713572140 770551808 25824 268435456000 4194304 4417452 140736569718976 18446744073709551615 4365050 0 0 4096 17442 0 0 0 -1 13 0 0 0
[pid=15263/tid=15284] ppid=15261 vsize=752492 CPUtime=2.77 cores=0-31
/proc/15263/task/15284/stat : 15284 (plingeling) R 15261 15263 15237 0 -1 4202560 1714 1249 0 0 274 3 0 0 19 0 33 0 713572140 770551808 25824 268435456000 4194304 4417452 140736569718976 18446744073709551615 4275960 0 0 4096 17442 0 0 0 -1 14 0 0 0
[pid=15263/tid=15285] ppid=15261 vsize=752492 CPUtime=2.79 cores=0-31
/proc/15263/task/15285/stat : 15285 (plingeling) R 15261 15263 15237 0 -1 4202560 1241 1249 0 0 279 0 0 0 21 0 33 0 713572140 770551808 25824 268435456000 4194304 4417452 140736569718976 18446744073709551615 4366472 0 0 4096 17442 0 0 0 -1 16 0 0 0
[pid=15263/tid=15286] ppid=15261 vsize=752492 CPUtime=2.78 cores=0-31
/proc/15263/task/15286/stat : 15286 (plingeling) R 15261 15263 15237 0 -1 4202560 1626 1249 0 0 276 2 0 0 23 0 33 0 713572140 770551808 25824 268435456000 4194304 4417452 140736569718976 18446744073709551615 4250780 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=15263/tid=15287] ppid=15261 vsize=752492 CPUtime=2.78 cores=0-31
/proc/15263/task/15287/stat : 15287 (plingeling) R 15261 15263 15237 0 -1 4202560 1474 1249 0 0 276 2 0 0 19 0 33 0 713572140 770551808 25824 268435456000 4194304 4417452 140736569718976 18446744073709551615 4357159 0 0 4096 17442 0 0 0 -1 24 0 0 0
[pid=15263/tid=15288] ppid=15261 vsize=752492 CPUtime=2.77 cores=0-31
/proc/15263/task/15288/stat : 15288 (plingeling) R 15261 15263 15237 0 -1 4202560 2060 1249 0 0 274 3 0 0 20 0 33 0 713572140 770551808 25824 268435456000 4194304 4417452 140736569718976 18446744073709551615 4366472 0 0 4096 17442 0 0 0 -1 17 0 0 0
[pid=15263/tid=15289] ppid=15261 vsize=752492 CPUtime=2.78 cores=0-31
/proc/15263/task/15289/stat : 15289 (plingeling) R 15261 15263 15237 0 -1 4202560 1169 1249 0 0 277 1 0 0 20 0 33 0 713572140 770551808 25824 268435456000 4194304 4417452 140736569718976 18446744073709551615 4357970 0 0 4096 17442 0 0 0 -1 18 0 0 0
[pid=15263/tid=15290] ppid=15261 vsize=752492 CPUtime=2.76 cores=0-31
/proc/15263/task/15290/stat : 15290 (plingeling) R 15261 15263 15237 0 -1 4202560 990 1249 0 0 276 0 0 0 22 0 33 0 713572140 770551808 25824 268435456000 4194304 4417452 140736569718976 18446744073709551615 4357229 0 0 4096 17442 0 0 0 -1 15 0 0 0
[pid=15263/tid=15291] ppid=15261 vsize=752492 CPUtime=2.76 cores=0-31
/proc/15263/task/15291/stat : 15291 (plingeling) R 15261 15263 15237 0 -1 4202560 1194 1249 0 0 276 0 0 0 20 0 33 0 713572140 770551808 25824 268435456000 4194304 4417452 140736569718976 18446744073709551615 4251305 0 0 4096 17442 0 0 0 -1 30 0 0 0
[pid=15263/tid=15292] ppid=15261 vsize=752492 CPUtime=2.75 cores=0-31
/proc/15263/task/15292/stat : 15292 (plingeling) R 15261 15263 15237 0 -1 4202560 1803 1249 0 0 273 2 0 0 18 0 33 0 713572140 770551808 25824 268435456000 4194304 4417452 140736569718976 18446744073709551615 4364621 0 0 4096 17442 0 0 0 -1 26 0 0 0
[pid=15263/tid=15293] ppid=15261 vsize=752492 CPUtime=2.77 cores=0-31
/proc/15263/task/15293/stat : 15293 (plingeling) R 15261 15263 15237 0 -1 4202560 886 1249 0 0 277 0 0 0 20 0 33 0 713572140 770551808 25824 268435456000 4194304 4417452 140736569718976 18446744073709551615 4364533 0 0 4096 17442 0 0 0 -1 20 0 0 0
[pid=15263/tid=15294] ppid=15261 vsize=752492 CPUtime=2.76 cores=0-31
/proc/15263/task/15294/stat : 15294 (plingeling) R 15261 15263 15237 0 -1 4202560 1795 1249 0 0 275 1 0 0 20 0 33 0 713572141 770551808 25824 268435456000 4194304 4417452 140736569718976 18446744073709551615 4364885 0 0 4096 17442 0 0 0 -1 25 0 0 0
[pid=15263/tid=15295] ppid=15261 vsize=752492 CPUtime=2.78 cores=0-31
/proc/15263/task/15295/stat : 15295 (plingeling) R 15261 15263 15237 0 -1 4202560 1231 1249 0 0 277 1 0 0 22 0 33 0 713572141 770551808 25824 268435456000 4194304 4417452 140736569718976 18446744073709551615 4364873 0 0 4096 17442 0 0 0 -1 27 0 0 0
[pid=15263/tid=15296] ppid=15261 vsize=752492 CPUtime=2.73 cores=0-31
/proc/15263/task/15296/stat : 15296 (plingeling) R 15261 15263 15237 0 -1 4202560 1585 1249 0 0 272 1 0 0 18 0 33 0 713572141 770551808 25824 268435456000 4194304 4417452 140736569718976 18446744073709551615 4364555 0 0 4096 17442 0 0 0 -1 12 0 0 0
[pid=15263/tid=15297] ppid=15261 vsize=752492 CPUtime=2.77 cores=0-31
/proc/15263/task/15297/stat : 15297 (plingeling) R 15261 15263 15237 0 -1 4202560 1228 1249 0 0 276 1 0 0 23 0 33 0 713572141 770551808 25824 268435456000 4194304 4417452 140736569718976 18446744073709551615 4354510 0 0 4096 17442 0 0 0 -1 22 0 0 0
[pid=15263/tid=15298] ppid=15261 vsize=752492 CPUtime=2.75 cores=0-31

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

[pid=15263/tid=15301] ppid=15261 vsize=2944276 CPUtime=4894.07 cores=0-31
/proc/15263/task/15301/stat : 15301 (plingeling) R 15261 15263 15237 0 -1 4202560 610726 1249 0 0 488703 704 0 0 25 0 33 0 713572142 3014938624 589874 268435456000 4194304 4417452 140736569718976 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 29 0 0 0
Current children cumulated CPU time (s) 156641
Current children cumulated vsize (KiB) 2944276

[startup+4962.3 s]
/proc/loadavg: 32.08 32.11 32.07 33/446 15445
/proc/meminfo: memFree=253128204/264257624 swapFree=67111528/67111528
[pid=15263] ppid=15261 vsize=2964500 CPUtime=158559 cores=0-31
/proc/15263/stat : 15263 (plingeling) S 15261 15263 15237 0 -1 4202496 16294266 1249 0 0 15837246 18607 0 0 18 0 33 0 713572112 3035648000 594638 268435456000 4194304 4417452 140736569718976 18446744073709551615 258662759221 0 0 4096 17442 18446744073709551615 0 0 17 28 0 0 0
/proc/15263/statm: 741125 594638 175 55 0 739011 0
[pid=15263/tid=15270] ppid=15261 vsize=2964500 CPUtime=4959.83 cores=0-31
/proc/15263/task/15270/stat : 15270 (plingeling) R 15261 15263 15237 0 -1 4202560 501409 1249 0 0 495416 567 0 0 25 0 33 0 713572140 3035648000 594638 268435456000 4194304 4417452 140736569718976 18446744073709551615 4365984 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=15263/tid=15271] ppid=15261 vsize=2964500 CPUtime=4959.27 cores=0-31
/proc/15263/task/15271/stat : 15271 (plingeling) R 15261 15263 15237 0 -1 4202560 386510 1249 0 0 495454 473 0 0 25 0 33 0 713572140 3035648000 594638 268435456000 4194304 4417452 140736569718976 18446744073709551615 4364641 0 0 4096 17442 0 0 0 -1 13 0 0 0
[pid=15263/tid=15272] ppid=15261 vsize=2964500 CPUtime=4938.61 cores=0-31
/proc/15263/task/15272/stat : 15272 (plingeling) R 15261 15263 15237 0 -1 4202560 495917 1249 0 0 493260 601 0 0 25 0 33 0 713572140 3035648000 594638 268435456000 4194304 4417452 140736569718976 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 19 0 0 0
[pid=15263/tid=15273] ppid=15261 vsize=2964500 CPUtime=4958.93 cores=0-31
/proc/15263/task/15273/stat : 15273 (plingeling) R 15261 15263 15237 0 -1 4202560 1021836 1249 0 0 495066 827 0 0 25 0 33 0 713572140 3035648000 594638 268435456000 4194304 4417452 140736569718976 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=15263/tid=15274] ppid=15261 vsize=2964500 CPUtime=4957.17 cores=0-31
/proc/15263/task/15274/stat : 15274 (plingeling) R 15261 15263 15237 0 -1 4202560 420149 1249 0 0 495201 516 0 0 25 0 33 0 713572140 3035648000 594638 268435456000 4194304 4417452 140736569718976 18446744073709551615 4364579 0 0 4096 17442 0 0 0 -1 17 0 0 0
[pid=15263/tid=15275] ppid=15261 vsize=2964500 CPUtime=4957.22 cores=0-31
/proc/15263/task/15275/stat : 15275 (plingeling) R 15261 15263 15237 0 -1 4202560 286394 1249 0 0 495387 335 0 0 25 0 33 0 713572140 3035648000 594638 268435456000 4194304 4417452 140736569718976 18446744073709551615 4366051 0 0 4096 17442 0 0 0 -1 8 0 0 0
[pid=15263/tid=15276] ppid=15261 vsize=2964500 CPUtime=4956.5 cores=0-31
/proc/15263/task/15276/stat : 15276 (plingeling) R 15261 15263 15237 0 -1 4202560 513513 1249 0 0 495051 599 0 0 25 0 33 0 713572140 3035648000 594638 268435456000 4194304 4417452 140736569718976 18446744073709551615 4365103 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=15263/tid=15277] ppid=15261 vsize=2964500 CPUtime=4957.42 cores=0-31
/proc/15263/task/15277/stat : 15277 (plingeling) R 15261 15263 15237 0 -1 4202560 612173 1249 0 0 495000 742 0 0 25 0 33 0 713572140 3035648000 594638 268435456000 4194304 4417452 140736569718976 18446744073709551615 4364972 0 0 4096 17442 0 0 0 -1 9 0 0 0
[pid=15263/tid=15278] ppid=15261 vsize=2964500 CPUtime=4952.81 cores=0-31
/proc/15263/task/15278/stat : 15278 (plingeling) R 15261 15263 15237 0 -1 4202560 304037 1249 0 0 494906 375 0 0 25 0 33 0 713572140 3035648000 594638 268435456000 4194304 4417452 140736569718976 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 15 0 0 0
[pid=15263/tid=15279] ppid=15261 vsize=2964500 CPUtime=4948.4 cores=0-31
/proc/15263/task/15279/stat : 15279 (plingeling) R 15261 15263 15237 0 -1 4202560 543664 1249 0 0 494225 615 0 0 25 0 33 0 713572140 3035648000 594638 268435456000 4194304 4417452 140736569718976 18446744073709551615 4366472 0 0 4096 17442 0 0 0 -1 23 0 0 0
[pid=15263/tid=15280] ppid=15261 vsize=2964500 CPUtime=4959.15 cores=0-31
/proc/15263/task/15280/stat : 15280 (plingeling) R 15261 15263 15237 0 -1 4202560 667255 1249 0 0 495316 599 0 0 25 0 33 0 713572140 3035648000 594638 268435456000 4194304 4417452 140736569718976 18446744073709551615 4366472 0 0 4096 17442 0 0 0 -1 25 0 0 0
[pid=15263/tid=15281] ppid=15261 vsize=2964500 CPUtime=4958.68 cores=0-31
/proc/15263/task/15281/stat : 15281 (plingeling) R 15261 15263 15237 0 -1 4202560 359363 1249 0 0 495461 407 0 0 25 0 33 0 713572140 3035648000 594638 268435456000 4194304 4417452 140736569718976 18446744073709551615 4364827 0 0 4096 17442 0 0 0 -1 20 0 0 0
[pid=15263/tid=15282] ppid=15261 vsize=2964500 CPUtime=4939.13 cores=0-31
/proc/15263/task/15282/stat : 15282 (plingeling) R 15261 15263 15237 0 -1 4202560 548612 1249 0 0 493206 707 0 0 25 0 33 0 713572140 3035648000 594638 268435456000 4194304 4417452 140736569718976 18446744073709551615 4364741 0 0 4096 17442 0 0 0 -1 31 0 0 0
[pid=15263/tid=15283] ppid=15261 vsize=2964500 CPUtime=4958.73 cores=0-31
/proc/15263/task/15283/stat : 15283 (plingeling) R 15261 15263 15237 0 -1 4202560 473557 1249 0 0 495374 499 0 0 25 0 33 0 713572140 3035648000 594638 268435456000 4194304 4417452 140736569718976 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 11 0 0 0
[pid=15263/tid=15284] ppid=15261 vsize=2964500 CPUtime=4957.3 cores=0-31
/proc/15263/task/15284/stat : 15284 (plingeling) R 15261 15263 15237 0 -1 4202560 643114 1249 0 0 494995 735 0 0 25 0 33 0 713572140 3035648000 594638 268435456000 4194304 4417452 140736569718976 18446744073709551615 4364579 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=15263/tid=15285] ppid=15261 vsize=2964500 CPUtime=4958.76 cores=0-31
/proc/15263/task/15285/stat : 15285 (plingeling) R 15261 15263 15237 0 -1 4202560 464510 1249 0 0 495258 618 0 0 25 0 33 0 713572140 3035648000 594638 268435456000 4194304 4417452 140736569718976 18446744073709551615 4364724 0 0 4096 17442 0 0 0 -1 18 0 0 0
[pid=15263/tid=15286] ppid=15261 vsize=2964500 CPUtime=4940.09 cores=0-31
/proc/15263/task/15286/stat : 15286 (plingeling) R 15261 15263 15237 0 -1 4202560 402792 1249 0 0 493533 476 0 0 25 0 33 0 713572140 3035648000 594638 268435456000 4194304 4417452 140736569718976 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 27 0 0 0
[pid=15263/tid=15287] ppid=15261 vsize=2964500 CPUtime=4959.22 cores=0-31
/proc/15263/task/15287/stat : 15287 (plingeling) R 15261 15263 15237 0 -1 4202560 314432 1249 0 0 495600 322 0 0 25 0 33 0 713572140 3035648000 594638 268435456000 4194304 4417452 140736569718976 18446744073709551615 4364579 0 0 4096 17442 0 0 0 -1 30 0 0 0
[pid=15263/tid=15288] ppid=15261 vsize=2964500 CPUtime=4956.56 cores=0-31
/proc/15263/task/15288/stat : 15288 (plingeling) R 15261 15263 15237 0 -1 4202560 506679 1249 0 0 495060 596 0 0 25 0 33 0 713572140 3035648000 594638 268435456000 4194304 4417452 140736569718976 18446744073709551615 4365027 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=15263/tid=15289] ppid=15261 vsize=2964500 CPUtime=4954.82 cores=0-31
/proc/15263/task/15289/stat : 15289 (plingeling) R 15261 15263 15237 0 -1 4202560 281587 1249 0 0 495153 329 0 0 25 0 33 0 713572140 3035648000 594638 268435456000 4194304 4417452 140736569718976 18446744073709551615 4250476 0 0 4096 17442 0 0 0 -1 28 0 0 0
[pid=15263/tid=15290] ppid=15261 vsize=2964500 CPUtime=4957.13 cores=0-31
/proc/15263/task/15290/stat : 15290 (plingeling) R 15261 15263 15237 0 -1 4202560 551959 1249 0 0 495076 637 0 0 25 0 33 0 713572140 3035648000 594638 268435456000 4194304 4417452 140736569718976 18446744073709551615 4364827 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=15263/tid=15291] ppid=15261 vsize=2964500 CPUtime=4956.22 cores=0-31
/proc/15263/task/15291/stat : 15291 (plingeling) R 15261 15263 15237 0 -1 4202560 459463 1249 0 0 495029 593 0 0 25 0 33 0 713572140 3035648000 594638 268435456000 4194304 4417452 140736569718976 18446744073709551615 4364533 0 0 4096 17442 0 0 0 -1 16 0 0 0
[pid=15263/tid=15292] ppid=15261 vsize=2964500 CPUtime=4957.4 cores=0-31
/proc/15263/task/15292/stat : 15292 (plingeling) R 15261 15263 15237 0 -1 4202560 440515 1249 0 0 495169 571 0 0 25 0 33 0 713572140 3035648000 594638 268435456000 4194304 4417452 140736569718976 18446744073709551615 4365195 0 0 4096 17442 0 0 0 -1 12 0 0 0
[pid=15263/tid=15293] ppid=15261 vsize=2964500 CPUtime=4957.12 cores=0-31
/proc/15263/task/15293/stat : 15293 (plingeling) R 15261 15263 15237 0 -1 4202560 452598 1249 0 0 495113 599 0 0 25 0 33 0 713572140 3035648000 594638 268435456000 4194304 4417452 140736569718976 18446744073709551615 4364737 0 0 4096 17442 0 0 0 -1 22 0 0 0
[pid=15263/tid=15294] ppid=15261 vsize=2964500 CPUtime=4953.45 cores=0-31
/proc/15263/task/15294/stat : 15294 (plingeling) R 15261 15263 15237 0 -1 4202560 567736 1249 0 0 494679 666 0 0 25 0 33 0 713572141 3035648000 594638 268435456000 4194304 4417452 140736569718976 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=15263/tid=15295] ppid=15261 vsize=2964500 CPUtime=4958.71 cores=0-31
/proc/15263/task/15295/stat : 15295 (plingeling) R 15261 15263 15237 0 -1 4202560 553000 1249 0 0 495323 548 0 0 25 0 33 0 713572141 3035648000 594638 268435456000 4194304 4417452 140736569718976 18446744073709551615 4364821 0 0 4096 17442 0 0 0 -1 10 0 0 0
[pid=15263/tid=15296] ppid=15261 vsize=2964500 CPUtime=4956.61 cores=0-31
/proc/15263/task/15296/stat : 15296 (plingeling) R 15261 15263 15237 0 -1 4202560 547778 1249 0 0 494975 686 0 0 25 0 33 0 713572141 3035648000 594638 268435456000 4194304 4417452 140736569718976 18446744073709551615 4364594 0 0 4096 17442 0 0 0 -1 21 0 0 0
[pid=15263/tid=15297] ppid=15261 vsize=2964500 CPUtime=4956.38 cores=0-31
/proc/15263/task/15297/stat : 15297 (plingeling) R 15261 15263 15237 0 -1 4202560 543524 1249 0 0 495056 582 0 0 25 0 33 0 713572141 3035648000 594638 268435456000 4194304 4417452 140736569718976 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=15263/tid=15298] ppid=15261 vsize=2964500 CPUtime=4950.99 cores=0-31
/proc/15263/task/15298/stat : 15298 (plingeling) R 15261 15263 15237 0 -1 4202560 704167 1249 0 0 494327 772 0 0 25 0 33 0 713572142 3035648000 594638 268435456000 4194304 4417452 140736569718976 18446744073709551615 4353653 0 0 4096 17442 0 0 0 -1 26 0 0 0
[pid=15263/tid=15299] ppid=15261 vsize=2964500 CPUtime=4952.02 cores=0-31
/proc/15263/task/15299/stat : 15299 (plingeling) R 15261 15263 15237 0 -1 4202560 580872 1249 0 0 494599 603 0 0 25 0 33 0 713572142 3035648000 594638 268435456000 4194304 4417452 140736569718976 18446744073709551615 4365027 0 0 4096 17442 0 0 0 -1 24 0 0 0
[pid=15263/tid=15300] ppid=15261 vsize=2964500 CPUtime=4959.26 cores=0-31
/proc/15263/task/15300/stat : 15300 (plingeling) R 15261 15263 15237 0 -1 4202560 526022 1249 0 0 495236 690 0 0 25 0 33 0 713572142 3035648000 594638 268435456000 4194304 4417452 140736569718976 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 14 0 0 0
[pid=15263/tid=15301] ppid=15261 vsize=2964500 CPUtime=4954.05 cores=0-31
/proc/15263/task/15301/stat : 15301 (plingeling) R 15261 15263 15237 0 -1 4202560 614394 1249 0 0 494701 704 0 0 25 0 33 0 713572142 3035648000 594638 268435456000 4194304 4417452 140736569718976 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 29 0 0 0
Current children cumulated CPU time (s) 158559
Current children cumulated vsize (KiB) 2964500



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5007.4 s]
/proc/loadavg: 32.09 32.11 32.08 33/446 15447
/proc/meminfo: memFree=253215876/264257624 swapFree=67111528/67111528
[pid=15263] ppid=15261 vsize=2872980 CPUtime=160001 cores=0-31
/proc/15263/stat : 15263 (plingeling) S 15261 15263 15237 0 -1 4202496 16408449 1249 0 0 15981333 18741 0 0 18 0 33 0 713572112 2941931520 572782 268435456000 4194304 4417452 140736569718976 18446744073709551615 258662759221 0 0 4096 17442 18446744073709551615 0 0 17 28 0 0 0
/proc/15263/statm: 718245 572782 175 55 0 716131 0
[pid=15263/tid=15270] ppid=15261 vsize=2872980 CPUtime=5004.94 cores=0-31
/proc/15263/task/15270/stat : 15270 (plingeling) R 15261 15263 15237 0 -1 4202560 504033 1249 0 0 499920 574 0 0 25 0 33 0 713572140 2941931520 572782 268435456000 4194304 4417452 140736569718976 18446744073709551615 4364632 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=15263/tid=15271] ppid=15261 vsize=2872980 CPUtime=5004.38 cores=0-31
/proc/15263/task/15271/stat : 15271 (plingeling) R 15261 15263 15237 0 -1 4202560 389150 1249 0 0 499965 473 0 0 25 0 33 0 713572140 2941931520 572782 268435456000 4194304 4417452 140736569718976 18446744073709551615 4364579 0 0 4096 17442 0 0 0 -1 13 0 0 0
[pid=15263/tid=15272] ppid=15261 vsize=2872980 CPUtime=4983.71 cores=0-31
/proc/15263/task/15272/stat : 15272 (plingeling) R 15261 15263 15237 0 -1 4202560 495917 1249 0 0 497770 601 0 0 25 0 33 0 713572140 2941931520 572782 268435456000 4194304 4417452 140736569718976 18446744073709551615 4364626 0 0 4096 17442 0 0 0 -1 19 0 0 0
[pid=15263/tid=15273] ppid=15261 vsize=2872980 CPUtime=5004.04 cores=0-31
/proc/15263/task/15273/stat : 15273 (plingeling) R 15261 15263 15237 0 -1 4202560 1025366 1249 0 0 499574 830 0 0 25 0 33 0 713572140 2941931520 572782 268435456000 4194304 4417452 140736569718976 18446744073709551615 4364645 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=15263/tid=15274] ppid=15261 vsize=2872980 CPUtime=5002.29 cores=0-31
/proc/15263/task/15274/stat : 15274 (plingeling) R 15261 15263 15237 0 -1 4202560 423049 1249 0 0 499712 517 0 0 25 0 33 0 713572140 2941931520 572782 268435456000 4194304 4417452 140736569718976 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 17 0 0 0
[pid=15263/tid=15275] ppid=15261 vsize=2872980 CPUtime=5002.33 cores=0-31
/proc/15263/task/15275/stat : 15275 (plingeling) R 15261 15263 15237 0 -1 4202560 286394 1249 0 0 499898 335 0 0 25 0 33 0 713572140 2941931520 572782 268435456000 4194304 4417452 140736569718976 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 8 0 0 0
[pid=15263/tid=15276] ppid=15261 vsize=2872980 CPUtime=5001.57 cores=0-31
/proc/15263/task/15276/stat : 15276 (plingeling) R 15261 15263 15237 0 -1 4202560 519158 1249 0 0 499546 611 0 0 25 0 33 0 713572140 2941931520 572782 268435456000 4194304 4417452 140736569718976 18446744073709551615 4358337 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=15263/tid=15277] ppid=15261 vsize=2872980 CPUtime=5002.51 cores=0-31
/proc/15263/task/15277/stat : 15277 (plingeling) R 15261 15263 15237 0 -1 4202560 614021 1249 0 0 499504 747 0 0 25 0 33 0 713572140 2941931520 572782 268435456000 4194304 4417452 140736569718976 18446744073709551615 4366472 0 0 4096 17442 0 0 0 -1 9 0 0 0
[pid=15263/tid=15278] ppid=15261 vsize=2872980 CPUtime=4997.88 cores=0-31
/proc/15263/task/15278/stat : 15278 (plingeling) R 15261 15263 15237 0 -1 4202560 306625 1249 0 0 499413 375 0 0 25 0 33 0 713572140 2941931520 572782 268435456000 4194304 4417452 140736569718976 18446744073709551615 4364579 0 0 4096 17442 0 0 0 -1 15 0 0 0
[pid=15263/tid=15279] ppid=15261 vsize=2872980 CPUtime=4993.51 cores=0-31
/proc/15263/task/15279/stat : 15279 (plingeling) R 15261 15263 15237 0 -1 4202560 545840 1249 0 0 498731 620 0 0 25 0 33 0 713572140 2941931520 572782 268435456000 4194304 4417452 140736569718976 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 23 0 0 0
[pid=15263/tid=15280] ppid=15261 vsize=2872980 CPUtime=5004.26 cores=0-31
/proc/15263/task/15280/stat : 15280 (plingeling) R 15261 15263 15237 0 -1 4202560 673223 1249 0 0 499822 604 0 0 25 0 33 0 713572140 2941931520 572782 268435456000 4194304 4417452 140736569718976 18446744073709551615 4364619 0 0 4096 17442 0 0 0 -1 25 0 0 0
[pid=15263/tid=15281] ppid=15261 vsize=2872980 CPUtime=5003.79 cores=0-31
/proc/15263/task/15281/stat : 15281 (plingeling) R 15261 15263 15237 0 -1 4202560 362843 1249 0 0 499972 407 0 0 25 0 33 0 713572140 2941931520 572782 268435456000 4194304 4417452 140736569718976 18446744073709551615 18446744073699065903 0 0 4096 17442 0 0 0 -1 20 0 0 0
[pid=15263/tid=15282] ppid=15261 vsize=2872980 CPUtime=4982.95 cores=0-31
/proc/15263/task/15282/stat : 15282 (plingeling) R 15261 15263 15237 0 -1 4202560 548612 1249 0 0 497588 707 0 0 25 0 33 0 713572140 2941931520 572782 268435456000 4194304 4417452 140736569718976 18446744073709551615 4364780 0 0 4096 17442 0 0 0 -1 31 0 0 0
[pid=15263/tid=15283] ppid=15261 vsize=2872980 CPUtime=5003.86 cores=0-31
/proc/15263/task/15283/stat : 15283 (plingeling) R 15261 15263 15237 0 -1 4202560 480205 1249 0 0 499872 514 0 0 25 0 33 0 713572140 2941931520 572782 268435456000 4194304 4417452 140736569718976 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 11 0 0 0
[pid=15263/tid=15284] ppid=15261 vsize=2872980 CPUtime=5002.41 cores=0-31
/proc/15263/task/15284/stat : 15284 (plingeling) R 15261 15263 15237 0 -1 4202560 648746 1249 0 0 499504 737 0 0 25 0 33 0 713572140 2941931520 572782 268435456000 4194304 4417452 140736569718976 18446744073709551615 4236569 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=15263/tid=15285] ppid=15261 vsize=2872980 CPUtime=5003.87 cores=0-31
/proc/15263/task/15285/stat : 15285 (plingeling) R 15261 15263 15237 0 -1 4202560 467582 1249 0 0 499761 626 0 0 25 0 33 0 713572140 2941931520 572782 268435456000 4194304 4417452 140736569718976 18446744073709551615 4364873 0 0 4096 17442 0 0 0 -1 18 0 0 0
[pid=15263/tid=15286] ppid=15261 vsize=2872980 CPUtime=4985.21 cores=0-31
/proc/15263/task/15286/stat : 15286 (plingeling) R 15261 15263 15237 0 -1 4202560 406344 1249 0 0 498044 477 0 0 25 0 33 0 713572140 2941931520 572782 268435456000 4194304 4417452 140736569718976 18446744073709551615 4365027 0 0 4096 17442 0 0 0 -1 27 0 0 0
[pid=15263/tid=15287] ppid=15261 vsize=2872980 CPUtime=5004.33 cores=0-31
/proc/15263/task/15287/stat : 15287 (plingeling) R 15261 15263 15237 0 -1 4202560 325851 1249 0 0 500108 325 0 0 25 0 33 0 713572140 2941931520 572782 268435456000 4194304 4417452 140736569718976 18446744073709551615 4364533 0 0 4096 17442 0 0 0 -1 30 0 0 0
[pid=15263/tid=15288] ppid=15261 vsize=2872980 CPUtime=5001.67 cores=0-31
/proc/15263/task/15288/stat : 15288 (plingeling) R 15261 15263 15237 0 -1 4202560 510843 1249 0 0 499570 597 0 0 25 0 33 0 713572140 2941931520 572782 268435456000 4194304 4417452 140736569718976 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=15263/tid=15289] ppid=15261 vsize=2872980 CPUtime=4999.94 cores=0-31
/proc/15263/task/15289/stat : 15289 (plingeling) R 15261 15263 15237 0 -1 4202560 283059 1249 0 0 499664 330 0 0 25 0 33 0 713572140 2941931520 572782 268435456000 4194304 4417452 140736569718976 18446744073709551615 4251164 0 0 4096 17442 0 0 0 -1 28 0 0 0
[pid=15263/tid=15290] ppid=15261 vsize=2872980 CPUtime=5002.25 cores=0-31
/proc/15263/task/15290/stat : 15290 (plingeling) R 15261 15263 15237 0 -1 4202560 551959 1249 0 0 499588 637 0 0 25 0 33 0 713572140 2941931520 572782 268435456000 4194304 4417452 140736569718976 18446744073709551615 4364579 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=15263/tid=15291] ppid=15261 vsize=2872980 CPUtime=5001.33 cores=0-31
/proc/15263/task/15291/stat : 15291 (plingeling) R 15261 15263 15237 0 -1 4202560 460699 1249 0 0 499539 594 0 0 25 0 33 0 713572140 2941931520 572782 268435456000 4194304 4417452 140736569718976 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 16 0 0 0
[pid=15263/tid=15292] ppid=15261 vsize=2872980 CPUtime=5002.52 cores=0-31
/proc/15263/task/15292/stat : 15292 (plingeling) R 15261 15263 15237 0 -1 4202560 442323 1249 0 0 499675 577 0 0 25 0 33 0 713572140 2941931520 572782 268435456000 4194304 4417452 140736569718976 18446744073709551615 4364653 0 0 4096 17442 0 0 0 -1 12 0 0 0
[pid=15263/tid=15293] ppid=15261 vsize=2872980 CPUtime=5002.24 cores=0-31
/proc/15263/task/15293/stat : 15293 (plingeling) R 15261 15263 15237 0 -1 4202560 464958 1249 0 0 499592 632 0 0 25 0 33 0 713572140 2941931520 572782 268435456000 4194304 4417452 140736569718976 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 22 0 0 0
[pid=15263/tid=15294] ppid=15261 vsize=2872980 CPUtime=4998.57 cores=0-31
/proc/15263/task/15294/stat : 15294 (plingeling) R 15261 15263 15237 0 -1 4202560 572109 1249 0 0 499184 673 0 0 25 0 33 0 713572141 2941931520 572782 268435456000 4194304 4417452 140736569718976 18446744073709551615 4364835 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=15263/tid=15295] ppid=15261 vsize=2872980 CPUtime=5003.82 cores=0-31
/proc/15263/task/15295/stat : 15295 (plingeling) R 15261 15263 15237 0 -1 4202560 554368 1249 0 0 499833 549 0 0 25 0 33 0 713572141 2941931520 572782 268435456000 4194304 4417452 140736569718976 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 10 0 0 0
[pid=15263/tid=15296] ppid=15261 vsize=2872980 CPUtime=5001.71 cores=0-31
/proc/15263/task/15296/stat : 15296 (plingeling) R 15261 15263 15237 0 -1 4202560 549383 1249 0 0 499481 690 0 0 25 0 33 0 713572141 2941931520 572782 268435456000 4194304 4417452 140736569718976 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 21 0 0 0
[pid=15263/tid=15297] ppid=15261 vsize=2872980 CPUtime=5001.5 cores=0-31
/proc/15263/task/15297/stat : 15297 (plingeling) R 15261 15263 15237 0 -1 4202560 546836 1249 0 0 499567 583 0 0 25 0 33 0 713572141 2941931520 572782 268435456000 4194304 4417452 140736569718976 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=15263/tid=15298] ppid=15261 vsize=2872980 CPUtime=4996.09 cores=0-31
/proc/15263/task/15298/stat : 15298 (plingeling) R 15261 15263 15237 0 -1 4202560 715544 1249 0 0 498834 775 0 0 25 0 33 0 713572142 2941931520 572782 268435456000 4194304 4417452 140736569718976 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 26 0 0 0
[pid=15263/tid=15299] ppid=15261 vsize=2872980 CPUtime=4997.13 cores=0-31
/proc/15263/task/15299/stat : 15299 (plingeling) R 15261 15263 15237 0 -1 4202560 580922 1249 0 0 499110 603 0 0 25 0 33 0 713572142 2941931520 572782 268435456000 4194304 4417452 140736569718976 18446744073709551615 4364564 0 0 4096 17442 0 0 0 -1 24 0 0 0
[pid=15263/tid=15300] ppid=15261 vsize=2872980 CPUtime=5004.37 cores=0-31
/proc/15263/task/15300/stat : 15300 (plingeling) R 15261 15263 15237 0 -1 4202560 533358 1249 0 0 499739 698 0 0 25 0 33 0 713572142 2941931520 572782 268435456000 4194304 4417452 140736569718976 18446744073709551615 4364768 0 0 4096 17442 0 0 0 -1 14 0 0 0
[pid=15263/tid=15301] ppid=15261 vsize=2872980 CPUtime=4999.16 cores=0-31
/proc/15263/task/15301/stat : 15301 (plingeling) R 15261 15263 15237 0 -1 4202560 614394 1249 0 0 499212 704 0 0 25 0 33 0 713572142 2941931520 572782 268435456000 4194304 4417452 140736569718976 18446744073709551615 4364727 0 0 4096 17442 0 0 0 -1 29 0 0 0
Current children cumulated CPU time (s) 160001
Current children cumulated vsize (KiB) 2872980

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

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

[startup+5007.6 s]
/proc/loadavg: 32.09 32.11 32.08 33/446 15447
/proc/meminfo: memFree=253215876/264257624 swapFree=67111528/67111528
[pid=15263] ppid=15261 vsize=0 CPUtime=160001 cores=0-31
/proc/15263/stat : 15263 (plingeling) Z 15261 15263 15237 0 -1 4203548 16408450 1249 0 0 15981355 18758 0 0 18 0 2 0 713572112 0 0 268435456000 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 17 28 0 0 0
/proc/15263/statm: 0 0 0 0 0 0 0
[pid=15263/tid=15288] ppid=15261 vsize=0 CPUtime=5001.85 cores=0-31
/proc/15263/task/15288/stat : 15288 (plingeling) R 15261 15263 15237 0 -1 4203588 510843 1249 0 0 499571 614 0 0 25 0 2 0 713572140 0 0 268435456000 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 160001
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 5007.65
CPU time (s): 160001
CPU user time (s): 159814
CPU system time (s): 187.637
CPU usage (%): 3195.14
Max. virtual memory (cumulated for all children) (KiB): 3132184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 159814
system time used= 187.637
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16409699
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= 10533
involuntary context switches= 411173

runsolver used 25.3122 second user time and 115.926 second system time

The end

Launcher Data

Begin job on node200 at 2011-05-22 01:34:17
IDJOB=3372744
IDBENCH=83416
IDSOLVER=1852
FILE ID=node200/3372744-1306020857
RUNJOBID= node200-1306020857-15251
PBS_JOBID= 13387801
Free space on /tmp= 62048 MiB

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

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

MD5SUM BENCH= 07ea67092ce3fd4529e72f69434e3f99
RANDOM SEED=1083213585

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:      255503056 kB
Buffers:        454204 kB
Cached:        7898480 kB
SwapCached:          0 kB
Active:        7423044 kB
Inactive:       998164 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     264257624 kB
LowFree:      255503056 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:              16 kB
Writeback:           0 kB
AnonPages:       70780 kB
Mapped:          13508 kB
Slab:           252656 kB
PageTables:       3972 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  199240340 kB
Committed_AS:   186036 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 02:57:46