Trace number 3472471

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
claspmt 2.0-R4095-patched (fixed)? (TO) 160003 5007.59

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

0.00/0.01	c clasp version 2.0.0-RC2
0.00/0.01	c Reading from ...739584/instance-3472471-1307739584.cnf
0.05/0.08	c Solving...
160001.70/5007.13	
160001.70/5007.13	*** INTERRUPTED! ***
160001.70/5007.13	*** Shutting down threads...
160002.50/5007.58	s UNKNOWN
160002.50/5007.58	
160002.50/5007.58	c INTERRUPTED   : 1
160002.50/5007.58	c Models        : 0+    
160002.50/5007.58	c Time          : 5007.134s (Solving: 5007.06s 1st Model: 0.00s Unsat: 0.00s)
160002.50/5007.58	c CPU Time      : 160002.130s

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: UNKNOWN

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

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-3472471-1307739584/watcher-3472471-1307739584 -o /tmp/evaluation-result-3472471-1307739584/solver-3472471-1307739584 -C 160000 -W 5100 -M 256000 HOME/claspmt -t32 -p HOME/sat11-port.txt --distribute=all,2 HOME/instance-3472471-1307739584.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): 262144000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 262195200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 29.50 31.53 31.89 1/413 5115
/proc/meminfo: memFree=262162080/264257624 swapFree=67111528/67111528
[pid=5115] ppid=5113 vsize=21912 CPUtime=0.02 cores=0-31
/proc/5115/stat : 5115 (claspmt) R 5113 5115 5085 0 -1 4202496 805 0 0 0 2 0 0 0 23 0 1 0 39345268 22437888 715 270582939648 4194304 4964800 140734898589120 18446744073709551615 258650652667 0 0 4096 18946 0 0 0 17 24 0 0 0
/proc/5115/statm: 5478 715 396 189 0 352 0

[startup+0.056017 s]
/proc/loadavg: 29.50 31.53 31.89 1/413 5115
/proc/meminfo: memFree=262162080/264257624 swapFree=67111528/67111528
[pid=5115] ppid=5113 vsize=22176 CPUtime=0.05 cores=0-31
/proc/5115/stat : 5115 (claspmt) R 5113 5115 5085 0 -1 4202496 880 0 0 0 5 0 0 0 23 0 1 0 39345268 22708224 790 270582939648 4194304 4964800 140734898589120 18446744073709551615 258650616632 0 0 4096 18946 0 0 0 17 24 0 0 0
/proc/5115/statm: 5544 790 401 189 0 418 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 22176

[startup+0.10086 s]
/proc/loadavg: 29.50 31.53 31.89 1/413 5115
/proc/meminfo: memFree=262162080/264257624 swapFree=67111528/67111528
[pid=5115] ppid=5113 vsize=940600 CPUtime=0.15 cores=0-31
/proc/5115/stat : 5115 (claspmt) S 5113 5115 5085 0 -1 4202496 2629 0 0 0 9 6 0 0 18 0 32 0 39345268 963174400 2291 270582939648 4194304 4964800 140734898589120 18446744073709551615 258662772457 0 0 4096 18946 18446744073709551615 0 0 17 6 0 0 0
/proc/5115/statm: 235150 2292 431 189 0 229499 0
Current children cumulated CPU time (s) 0.15
Current children cumulated vsize (KiB) 940600

[startup+0.301896 s]
/proc/loadavg: 29.50 31.53 31.89 1/413 5115
/proc/meminfo: memFree=262162080/264257624 swapFree=67111528/67111528
[pid=5115] ppid=5113 vsize=1073948 CPUtime=3.56 cores=0-31
/proc/5115/stat : 5115 (claspmt) R 5113 5115 5085 0 -1 4202496 9215 0 0 0 314 42 0 0 17 0 32 0 39345268 1099722752 8867 270582939648 4194304 4964800 140734898589120 18446744073709551615 4364587 0 0 4096 18946 18446744073709551615 0 0 17 14 0 0 0
/proc/5115/statm: 268487 8867 461 189 0 262836 0
Current children cumulated CPU time (s) 3.56
Current children cumulated vsize (KiB) 1073948

[startup+0.704993 s]
/proc/loadavg: 29.50 31.53 31.89 1/413 5115
/proc/meminfo: memFree=262162080/264257624 swapFree=67111528/67111528
[pid=5115] ppid=5113 vsize=1140588 CPUtime=15.82 cores=0-31
/proc/5115/stat : 5115 (claspmt) R 5113 5115 5085 0 -1 4202496 13563 0 0 0 1518 64 0 0 18 0 32 0 39345268 1167962112 13217 270582939648 4194304 4964800 140734898589120 18446744073709551615 4362262 0 0 4096 18946 18446744073709551615 0 0 17 14 0 0 0
/proc/5115/statm: 285147 13336 461 189 0 279496 0
Current children cumulated CPU time (s) 15.82
Current children cumulated vsize (KiB) 1140588

[startup+1.50191 s]
/proc/loadavg: 29.50 31.53 31.89 33/445 5147
/proc/meminfo: memFree=262104768/264257624 swapFree=67111528/67111528
[pid=5115] ppid=5113 vsize=1141524 CPUtime=41.21 cores=0-31
/proc/5115/stat : 5115 (claspmt) R 5113 5115 5085 0 -1 4202496 17648 0 0 0 4041 80 0 0 18 0 32 0 39345268 1168920576 17300 270582939648 4194304 4964800 140734898589120 18446744073709551615 4670299 0 0 4096 18946 18446744073709551615 0 0 17 14 0 0 0
/proc/5115/statm: 285381 17300 461 189 0 279730 0
[pid=5115/tid=5117] ppid=5113 vsize=1141524 CPUtime=1.28 cores=0-31
/proc/5115/task/5117/stat : 5117 (claspmt) R 5113 5115 5085 0 -1 4202560 455 0 0 0 127 1 0 0 18 0 32 0 39345277 1168920576 17300 270582939648 4194304 4964800 140734898589120 18446744073709551615 4627536 0 0 4096 18946 0 0 0 -1 8 0 0 0
[pid=5115/tid=5118] ppid=5113 vsize=1141524 CPUtime=1.26 cores=0-31
/proc/5115/task/5118/stat : 5118 (claspmt) R 5113 5115 5085 0 -1 4202560 545 0 0 0 125 1 0 0 18 0 32 0 39345277 1168920576 17300 270582939648 4194304 4964800 140734898589120 18446744073709551615 4320909 0 0 4096 18946 0 0 0 -1 19 0 0 0
[pid=5115/tid=5119] ppid=5113 vsize=1141524 CPUtime=1.26 cores=0-31
/proc/5115/task/5119/stat : 5119 (claspmt) R 5113 5115 5085 0 -1 4202560 469 0 0 0 124 2 0 0 18 0 32 0 39345277 1168920576 17300 270582939648 4194304 4964800 140734898589120 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 9 0 0 0
[pid=5115/tid=5120] ppid=5113 vsize=1141524 CPUtime=1.28 cores=0-31
/proc/5115/task/5120/stat : 5120 (claspmt) R 5113 5115 5085 0 -1 4202560 453 0 0 0 127 1 0 0 18 0 32 0 39345277 1168920576 17300 270582939648 4194304 4964800 140734898589120 18446744073709551615 4364587 0 0 4096 18946 0 0 0 -1 20 0 0 0
[pid=5115/tid=5121] ppid=5113 vsize=1141524 CPUtime=1.31 cores=0-31
/proc/5115/task/5121/stat : 5121 (claspmt) R 5113 5115 5085 0 -1 4202560 495 0 0 0 129 2 0 0 19 0 32 0 39345277 1168920576 17300 270582939648 4194304 4964800 140734898589120 18446744073709551615 4465573 0 0 4096 18946 0 0 0 -1 12 0 0 0
[pid=5115/tid=5122] ppid=5113 vsize=1141524 CPUtime=1.26 cores=0-31
/proc/5115/task/5122/stat : 5122 (claspmt) R 5113 5115 5085 0 -1 4202560 525 0 0 0 124 2 0 0 18 0 32 0 39345277 1168920576 17300 270582939648 4194304 4964800 140734898589120 18446744073709551615 4320966 0 0 4096 18946 0 0 0 -1 23 0 0 0
[pid=5115/tid=5123] ppid=5113 vsize=1141524 CPUtime=1.28 cores=0-31
/proc/5115/task/5123/stat : 5123 (claspmt) R 5113 5115 5085 0 -1 4202560 685 0 0 0 125 3 0 0 18 0 32 0 39345277 1168920576 17300 270582939648 4194304 4964800 140734898589120 18446744073709551615 258651061007 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=5115/tid=5124] ppid=5113 vsize=1141524 CPUtime=1.3 cores=0-31
/proc/5115/task/5124/stat : 5124 (claspmt) R 5113 5115 5085 0 -1 4202560 481 0 0 0 128 2 0 0 18 0 32 0 39345277 1168920576 17300 270582939648 4194304 4964800 140734898589120 18446744073709551615 4362287 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=5115/tid=5125] ppid=5113 vsize=1141524 CPUtime=1.3 cores=0-31
/proc/5115/task/5125/stat : 5125 (claspmt) R 5113 5115 5085 0 -1 4202560 562 0 0 0 128 2 0 0 18 0 32 0 39345277 1168920576 17300 270582939648 4194304 4964800 140734898589120 18446744073709551615 4321023 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=5115/tid=5126] ppid=5113 vsize=1141524 CPUtime=1.27 cores=0-31
/proc/5115/task/5126/stat : 5126 (claspmt) R 5113 5115 5085 0 -1 4202560 597 0 0 0 125 2 0 0 18 0 32 0 39345277 1168920576 17300 270582939648 4194304 4964800 140734898589120 18446744073709551615 258650610847 0 0 4096 18946 0 0 0 -1 27 0 0 0
[pid=5115/tid=5127] ppid=5113 vsize=1141524 CPUtime=1.28 cores=0-31
/proc/5115/task/5127/stat : 5127 (claspmt) R 5113 5115 5085 0 -1 4202560 497 0 0 0 126 2 0 0 18 0 32 0 39345277 1168920576 17300 270582939648 4194304 4964800 140734898589120 18446744073709551615 4668773 0 0 4096 18946 0 0 0 -1 13 0 0 0
[pid=5115/tid=5128] ppid=5113 vsize=1141524 CPUtime=1.28 cores=0-31
/proc/5115/task/5128/stat : 5128 (claspmt) R 5113 5115 5085 0 -1 4202560 434 0 0 0 126 2 0 0 18 0 32 0 39345277 1168920576 17300 270582939648 4194304 4964800 140734898589120 18446744073709551615 4670299 0 0 4096 18946 0 0 0 -1 10 0 0 0
[pid=5115/tid=5129] ppid=5113 vsize=1141524 CPUtime=1.31 cores=0-31
/proc/5115/task/5129/stat : 5129 (claspmt) R 5113 5115 5085 0 -1 4202560 488 0 0 0 130 1 0 0 18 0 32 0 39345277 1168920576 17300 270582939648 4194304 4964800 140734898589120 18446744073709551615 258651061007 0 0 4096 18946 0 0 0 -1 28 0 0 0
[pid=5115/tid=5130] ppid=5113 vsize=1141524 CPUtime=1.27 cores=0-31
/proc/5115/task/5130/stat : 5130 (claspmt) R 5113 5115 5085 0 -1 4202560 578 0 0 0 125 2 0 0 18 0 32 0 39345277 1168920576 17300 270582939648 4194304 4964800 140734898589120 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 11 0 0 0
[pid=5115/tid=5131] ppid=5113 vsize=1141524 CPUtime=1.27 cores=0-31
/proc/5115/task/5131/stat : 5131 (claspmt) R 5113 5115 5085 0 -1 4202560 675 0 0 0 124 3 0 0 18 0 32 0 39345277 1168920576 17300 270582939648 4194304 4964800 140734898589120 18446744073709551615 4627461 0 0 4096 18946 0 0 0 -1 26 0 0 0
[pid=5115/tid=5132] ppid=5113 vsize=1141524 CPUtime=1.29 cores=0-31
/proc/5115/task/5132/stat : 5132 (claspmt) R 5113 5115 5085 0 -1 4202560 412 0 0 0 127 2 0 0 18 0 32 0 39345277 1168920576 17300 270582939648 4194304 4964800 140734898589120 18446744073709551615 4320939 0 0 4096 18946 0 0 0 -1 21 0 0 0
[pid=5115/tid=5133] ppid=5113 vsize=1141524 CPUtime=1.28 cores=0-31
/proc/5115/task/5133/stat : 5133 (claspmt) R 5113 5115 5085 0 -1 4202560 479 0 0 0 126 2 0 0 18 0 32 0 39345277 1168920576 17301 270582939648 4194304 4964800 140734898589120 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=5115/tid=5134] ppid=5113 vsize=1141524 CPUtime=1.27 cores=0-31
/proc/5115/task/5134/stat : 5134 (claspmt) R 5113 5115 5085 0 -1 4202560 609 0 0 0 124 3 0 0 18 0 32 0 39345277 1168920576 17301 270582939648 4194304 4964800 140734898589120 18446744073709551615 4321102 0 0 4096 18946 0 0 0 -1 30 0 0 0
[pid=5115/tid=5135] ppid=5113 vsize=1141524 CPUtime=1.25 cores=0-31
/proc/5115/task/5135/stat : 5135 (claspmt) R 5113 5115 5085 0 -1 4202560 514 0 0 0 123 2 0 0 18 0 32 0 39345277 1168920576 17301 270582939648 4194304 4964800 140734898589120 18446744073709551615 258650611899 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=5115/tid=5136] ppid=5113 vsize=1141524 CPUtime=1.28 cores=0-31
/proc/5115/task/5136/stat : 5136 (claspmt) R 5113 5115 5085 0 -1 4202560 470 0 0 0 126 2 0 0 19 0 32 0 39345277 1168920576 17302 270582939648 4194304 4964800 140734898589120 18446744073709551615 4684763 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=5115/tid=5137] ppid=5113 vsize=1141524 CPUtime=1.32 cores=0-31
/proc/5115/task/5137/stat : 5137 (claspmt) R 5113 5115 5085 0 -1 4202560 415 0 0 0 130 2 0 0 19 0 32 0 39345277 1168920576 17302 270582939648 4194304 4964800 140734898589120 18446744073709551615 258651061007 0 0 4096 18946 0 0 0 -1 22 0 0 0
[pid=5115/tid=5138] ppid=5113 vsize=1141524 CPUtime=1.22 cores=0-31
/proc/5115/task/5138/stat : 5138 (claspmt) R 5113 5115 5085 0 -1 4202560 493 0 0 0 119 3 0 0 18 0 32 0 39345277 1168920576 17302 270582939648 4194304 4964800 140734898589120 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 17 0 0 0
[pid=5115/tid=5139] ppid=5113 vsize=1141524 CPUtime=1.22 cores=0-31
/proc/5115/task/5139/stat : 5139 (claspmt) R 5113 5115 5085 0 -1 4202560 623 0 0 0 119 3 0 0 18 0 32 0 39345277 1168920576 17302 270582939648 4194304 4964800 140734898589120 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 31 0 0 0
[pid=5115/tid=5140] ppid=5113 vsize=1141524 CPUtime=1.27 cores=0-31
/proc/5115/task/5140/stat : 5140 (claspmt) R 5113 5115 5085 0 -1 4202560 482 0 0 0 125 2 0 0 18 0 32 0 39345277 1168920576 17303 270582939648 4194304 4964800 140734898589120 18446744073709551615 4670299 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=5115/tid=5141] ppid=5113 vsize=1141524 CPUtime=1.25 cores=0-31
/proc/5115/task/5141/stat : 5141 (claspmt) R 5113 5115 5085 0 -1 4202560 523 0 0 0 124 1 0 0 18 0 32 0 39345278 1168920576 17303 270582939648 4194304 4964800 140734898589120 18446744073709551615 4321102 0 0 4096 18946 0 0 0 -1 25 0 0 0
[pid=5115/tid=5142] ppid=5113 vsize=1141524 CPUtime=1.28 cores=0-31
/proc/5115/task/5142/stat : 5142 (claspmt) R 5113 5115 5085 0 -1 4202560 604 0 0 0 126 2 0 0 18 0 32 0 39345278 1168920576 17304 270582939648 4194304 4964800 140734898589120 18446744073709551615 4668636 0 0 4096 18946 0 0 0 -1 15 0 0 0
[pid=5115/tid=5143] ppid=5113 vsize=1141524 CPUtime=1.27 cores=0-31
/proc/5115/task/5143/stat : 5143 (claspmt) R 5113 5115 5085 0 -1 4202560 486 0 0 0 126 1 0 0 18 0 32 0 39345278 1168920576 17304 270582939648 4194304 4964800 140734898589120 18446744073709551615 4668748 0 0 4096 18946 0 0 0 -1 16 0 0 0
[pid=5115/tid=5144] ppid=5113 vsize=1141524 CPUtime=1.28 cores=0-31
/proc/5115/task/5144/stat : 5144 (claspmt) R 5113 5115 5085 0 -1 4202560 513 0 0 0 126 2 0 0 19 0 32 0 39345278 1168920576 17304 270582939648 4194304 4964800 140734898589120 18446744073709551615 4321122 0 0 4096 18946 0 0 0 -1 18 0 0 0
[pid=5115/tid=5145] ppid=5113 vsize=1141524 CPUtime=1.3 cores=0-31
/proc/5115/task/5145/stat : 5145 (claspmt) R 5113 5115 5085 0 -1 4202560 455 0 0 0 129 1 0 0 19 0 32 0 39345278 1168920576 17304 270582939648 4194304 4964800 140734898589120 18446744073709551615 4380234 0 0 4096 18946 0 0 0 -1 24 0 0 0
[pid=5115/tid=5146] ppid=5113 vsize=1141524 CPUtime=1.25 cores=0-31
/proc/5115/task/5146/stat : 5146 (claspmt) R 5113 5115 5085 0 -1 4202560 557 0 0 0 122 3 0 0 18 0 32 0 39345278 1168920576 17304 270582939648 4194304 4964800 140734898589120 18446744073709551615 4660442 0 0 4096 18946 0 0 0 -1 29 0 0 0
[pid=5115/tid=5147] ppid=5113 vsize=1141524 CPUtime=1.26 cores=0-31
/proc/5115/task/5147/stat : 5147 (claspmt) R 5113 5115 5085 0 -1 4202560 658 0 0 0 125 1 0 0 19 0 32 0 39345278 1168920576 17304 270582939648 4194304 4964800 140734898589120 18446744073709551615 4365650 0 0 4096 18946 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 41.21
Current children cumulated vsize (KiB) 1141524

[startup+3.10197 s]
/proc/loadavg: 29.78 31.55 31.90 33/445 5147
/proc/meminfo: memFree=262077556/264257624 swapFree=67111528/67111528
[pid=5115] ppid=5113 vsize=1144740 CPUtime=92.13 cores=0-31
/proc/5115/stat : 5115 (claspmt) R 5113 5115 5085 0 -1 4202496 25685 0 0 0 9102 111 0 0 19 0 32 0 39345268 1172213760 25157 270582939648 4194304 4964800 140734898589120 18446744073709551615 4364544 0 0 4096 18946 18446744073709551615 0 0 17 14 0 0 0
/proc/5115/statm: 286185 25157 461 189 0 280534 0
[pid=5115/tid=5117] ppid=5113 vsize=1144740 CPUtime=2.87 cores=0-31
/proc/5115/task/5117/stat : 5117 (claspmt) R 5113 5115 5085 0 -1 4202560 687 0 0 0 285 2 0 0 21 0 32 0 39345277 1172213760 25157 270582939648 4194304 4964800 140734898589120 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 8 0 0 0
[pid=5115/tid=5118] ppid=5113 vsize=1144740 CPUtime=2.86 cores=0-31
/proc/5115/task/5118/stat : 5118 (claspmt) R 5113 5115 5085 0 -1 4202560 800 0 0 0 284 2 0 0 21 0 32 0 39345277 1172213760 25157 270582939648 4194304 4964800 140734898589120 18446744073709551615 4660513 0 0 4096 18946 0 0 0 -1 19 0 0 0
[pid=5115/tid=5119] ppid=5113 vsize=1144740 CPUtime=2.86 cores=0-31
/proc/5115/task/5119/stat : 5119 (claspmt) R 5113 5115 5085 0 -1 4202560 692 0 0 0 282 4 0 0 19 0 32 0 39345277 1172213760 25157 270582939648 4194304 4964800 140734898589120 18446744073709551615 4654476 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=5115/tid=5120] ppid=5113 vsize=1144740 CPUtime=2.88 cores=0-31
/proc/5115/task/5120/stat : 5120 (claspmt) R 5113 5115 5085 0 -1 4202560 642 0 0 0 286 2 0 0 21 0 32 0 39345277 1172213760 25157 270582939648 4194304 4964800 140734898589120 18446744073709551615 4364587 0 0 4096 18946 0 0 0 -1 20 0 0 0
[pid=5115/tid=5121] ppid=5113 vsize=1144740 CPUtime=2.91 cores=0-31
/proc/5115/task/5121/stat : 5121 (claspmt) R 5113 5115 5085 0 -1 4202560 655 0 0 0 288 3 0 0 19 0 32 0 39345277 1172213760 25157 270582939648 4194304 4964800 140734898589120 18446744073709551615 4627540 0 0 4096 18946 0 0 0 -1 12 0 0 0
[pid=5115/tid=5122] ppid=5113 vsize=1144740 CPUtime=2.85 cores=0-31
/proc/5115/task/5122/stat : 5122 (claspmt) R 5113 5115 5085 0 -1 4202560 726 0 0 0 282 3 0 0 20 0 32 0 39345277 1172213760 25157 270582939648 4194304 4964800 140734898589120 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 23 0 0 0
[pid=5115/tid=5123] ppid=5113 vsize=1144740 CPUtime=2.88 cores=0-31
/proc/5115/task/5123/stat : 5123 (claspmt) R 5113 5115 5085 0 -1 4202560 1068 0 0 0 283 5 0 0 19 0 32 0 39345277 1172213760 25157 270582939648 4194304 4964800 140734898589120 18446744073709551615 4660195 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=5115/tid=5124] ppid=5113 vsize=1144740 CPUtime=2.89 cores=0-31
/proc/5115/task/5124/stat : 5124 (claspmt) R 5113 5115 5085 0 -1 4202560 691 0 0 0 286 3 0 0 21 0 32 0 39345277 1172213760 25157 270582939648 4194304 4964800 140734898589120 18446744073709551615 4660236 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=5115/tid=5125] ppid=5113 vsize=1144740 CPUtime=2.89 cores=0-31
/proc/5115/task/5125/stat : 5125 (claspmt) R 5113 5115 5085 0 -1 4202560 808 0 0 0 286 3 0 0 19 0 32 0 39345277 1172213760 25157 270582939648 4194304 4964800 140734898589120 18446744073709551615 4670313 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=5115/tid=5126] ppid=5113 vsize=1144740 CPUtime=2.86 cores=0-31
/proc/5115/task/5126/stat : 5126 (claspmt) R 5113 5115 5085 0 -1 4202560 1171 0 0 0 282 4 0 0 18 0 32 0 39345277 1172213760 25157 270582939648 4194304 4964800 140734898589120 18446744073709551615 4627185 0 0 4096 18946 0 0 0 -1 27 0 0 0
[pid=5115/tid=5127] ppid=5113 vsize=1144740 CPUtime=2.87 cores=0-31
/proc/5115/task/5127/stat : 5127 (claspmt) R 5113 5115 5085 0 -1 4202560 752 0 0 0 284 3 0 0 19 0 32 0 39345277 1172213760 25157 270582939648 4194304 4964800 140734898589120 18446744073709551615 4670310 0 0 4096 18946 0 0 0 -1 13 0 0 0
[pid=5115/tid=5128] ppid=5113 vsize=1144740 CPUtime=2.87 cores=0-31
/proc/5115/task/5128/stat : 5128 (claspmt) R 5113 5115 5085 0 -1 4202560 634 0 0 0 285 2 0 0 21 0 32 0 39345277 1172213760 25157 270582939648 4194304 4964800 140734898589120 18446744073709551615 4660185 0 0 4096 18946 0 0 0 -1 10 0 0 0
[pid=5115/tid=5129] ppid=5113 vsize=1144740 CPUtime=2.91 cores=0-31
/proc/5115/task/5129/stat : 5129 (claspmt) R 5113 5115 5085 0 -1 4202560 717 0 0 0 289 2 0 0 18 0 32 0 39345277 1172213760 25157 270582939648 4194304 4964800 140734898589120 18446744073709551615 4669350 0 0 4096 18946 0 0 0 -1 28 0 0 0
[pid=5115/tid=5130] ppid=5113 vsize=1144740 CPUtime=2.87 cores=0-31
/proc/5115/task/5130/stat : 5130 (claspmt) R 5113 5115 5085 0 -1 4202560 770 0 0 0 284 3 0 0 19 0 32 0 39345277 1172213760 25157 270582939648 4194304 4964800 140734898589120 18446744073709551615 4670332 0 0 4096 18946 0 0 0 -1 11 0 0 0
[pid=5115/tid=5131] ppid=5113 vsize=1144740 CPUtime=2.86 cores=0-31
/proc/5115/task/5131/stat : 5131 (claspmt) R 5113 5115 5085 0 -1 4202560 951 0 0 0 282 4 0 0 19 0 32 0 39345277 1172213760 25157 270582939648 4194304 4964800 140734898589120 18446744073709551615 4324701 0 0 4096 18946 0 0 0 -1 26 0 0 0
[pid=5115/tid=5132] ppid=5113 vsize=1144740 CPUtime=2.88 cores=0-31
/proc/5115/task/5132/stat : 5132 (claspmt) R 5113 5115 5085 0 -1 4202560 612 0 0 0 285 3 0 0 20 0 32 0 39345277 1172213760 25157 270582939648 4194304 4964800 140734898589120 18446744073709551615 4670323 0 0 4096 18946 0 0 0 -1 21 0 0 0
[pid=5115/tid=5133] ppid=5113 vsize=1144740 CPUtime=2.87 cores=0-31
/proc/5115/task/5133/stat : 5133 (claspmt) R 5113 5115 5085 0 -1 4202560 742 0 0 0 285 2 0 0 21 0 32 0 39345277 1172213760 25157 270582939648 4194304 4964800 140734898589120 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=5115/tid=5134] ppid=5113 vsize=1144740 CPUtime=2.87 cores=0-31
/proc/5115/task/5134/stat : 5134 (claspmt) R 5113 5115 5085 0 -1 4202560 945 0 0 0 282 5 0 0 18 0 32 0 39345277 1172213760 25157 270582939648 4194304 4964800 140734898589120 18446744073709551615 4670346 0 0 4096 18946 0 0 0 -1 30 0 0 0
[pid=5115/tid=5135] ppid=5113 vsize=1144740 CPUtime=2.85 cores=0-31
/proc/5115/task/5135/stat : 5135 (claspmt) R 5113 5115 5085 0 -1 4202560 741 0 0 0 282 3 0 0 19 0 32 0 39345277 1172213760 25157 270582939648 4194304 4964800 140734898589120 18446744073709551615 4684107 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=5115/tid=5136] ppid=5113 vsize=1144740 CPUtime=2.86 cores=0-31
/proc/5115/task/5136/stat : 5136 (claspmt) R 5113 5115 5085 0 -1 4202560 644 0 0 0 283 3 0 0 22 0 32 0 39345277 1172213760 25157 270582939648 4194304 4964800 140734898589120 18446744073709551615 4362080 0 0 4096 18946 0 0 0 -1 9 0 0 0
[pid=5115/tid=5137] ppid=5113 vsize=1144740 CPUtime=2.91 cores=0-31
/proc/5115/task/5137/stat : 5137 (claspmt) R 5113 5115 5085 0 -1 4202560 591 0 0 0 288 3 0 0 22 0 32 0 39345277 1172213760 25157 270582939648 4194304 4964800 140734898589120 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 22 0 0 0
[pid=5115/tid=5138] ppid=5113 vsize=1144740 CPUtime=2.81 cores=0-31
/proc/5115/task/5138/stat : 5138 (claspmt) R 5113 5115 5085 0 -1 4202560 721 0 0 0 278 3 0 0 20 0 32 0 39345277 1172213760 25157 270582939648 4194304 4964800 140734898589120 18446744073709551615 4668721 0 0 4096 18946 0 0 0 -1 17 0 0 0
[pid=5115/tid=5139] ppid=5113 vsize=1144740 CPUtime=2.78 cores=0-31
/proc/5115/task/5139/stat : 5139 (claspmt) R 5113 5115 5085 0 -1 4202560 913 0 0 0 274 4 0 0 18 0 32 0 39345277 1172213760 25157 270582939648 4194304 4964800 140734898589120 18446744073709551615 4668568 0 0 4096 18946 0 0 0 -1 31 0 0 0
[pid=5115/tid=5140] ppid=5113 vsize=1144740 CPUtime=2.86 cores=0-31
/proc/5115/task/5140/stat : 5140 (claspmt) R 5113 5115 5085 0 -1 4202560 690 0 0 0 283 3 0 0 18 0 32 0 39345277 1172213760 25157 270582939648 4194304 4964800 140734898589120 18446744073709551615 4658535 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=5115/tid=5141] ppid=5113 vsize=1144740 CPUtime=2.85 cores=0-31
/proc/5115/task/5141/stat : 5141 (claspmt) R 5113 5115 5085 0 -1 4202560 768 0 0 0 283 2 0 0 21 0 32 0 39345278 1172213760 25157 270582939648 4194304 4964800 140734898589120 18446744073709551615 4670392 0 0 4096 18946 0 0 0 -1 25 0 0 0
[pid=5115/tid=5142] ppid=5113 vsize=1144740 CPUtime=2.86 cores=0-31
/proc/5115/task/5142/stat : 5142 (claspmt) R 5113 5115 5085 0 -1 4202560 1150 0 0 0 283 3 0 0 18 0 32 0 39345278 1172213760 25157 270582939648 4194304 4964800 140734898589120 18446744073709551615 4668715 0 0 4096 18946 0 0 0 -1 15 0 0 0
[pid=5115/tid=5143] ppid=5113 vsize=1144740 CPUtime=2.87 cores=0-31
/proc/5115/task/5143/stat : 5143 (claspmt) R 5113 5115 5085 0 -1 4202560 720 0 0 0 285 2 0 0 18 0 32 0 39345278 1172213760 25159 270582939648 4194304 4964800 140734898589120 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 16 0 0 0
[pid=5115/tid=5144] ppid=5113 vsize=1144740 CPUtime=2.88 cores=0-31
/proc/5115/task/5144/stat : 5144 (claspmt) R 5113 5115 5085 0 -1 4202560 697 0 0 0 285 3 0 0 22 0 32 0 39345278 1172213760 25159 270582939648 4194304 4964800 140734898589120 18446744073709551615 4320909 0 0 4096 18946 0 0 0 -1 18 0 0 0
[pid=5115/tid=5145] ppid=5113 vsize=1144740 CPUtime=2.89 cores=0-31
/proc/5115/task/5145/stat : 5145 (claspmt) R 5113 5115 5085 0 -1 4202560 620 0 0 0 287 2 0 0 18 0 32 0 39345278 1172213760 25159 270582939648 4194304 4964800 140734898589120 18446744073709551615 4342162 0 0 4096 18946 0 0 0 -1 24 0 0 0
[pid=5115/tid=5146] ppid=5113 vsize=1144740 CPUtime=2.84 cores=0-31

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

[pid=5115/tid=5144] ppid=5113 vsize=2215236 CPUtime=4898.65 cores=0-31
/proc/5115/task/5144/stat : 5144 (claspmt) R 5113 5115 5085 0 -1 4202560 8906 0 0 0 489660 205 0 0 25 0 32 0 39345278 2268401664 328224 270582939648 4194304 4964800 140734898589120 18446744073709551615 4320970 0 0 4096 18946 0 0 0 -1 12 0 0 0
[pid=5115/tid=5145] ppid=5113 vsize=2215236 CPUtime=4900.05 cores=0-31
/proc/5115/task/5145/stat : 5145 (claspmt) R 5113 5115 5085 0 -1 4202560 9045 0 0 0 489771 234 0 0 25 0 32 0 39345278 2268401664 328224 270582939648 4194304 4964800 140734898589120 18446744073709551615 4670499 0 0 4096 18946 0 0 0 -1 24 0 0 0
[pid=5115/tid=5146] ppid=5113 vsize=2215236 CPUtime=4899.9 cores=0-31
/proc/5115/task/5146/stat : 5146 (claspmt) R 5113 5115 5085 0 -1 4202560 8473 0 0 0 489780 210 0 0 23 0 32 0 39345278 2268401664 328224 270582939648 4194304 4964800 140734898589120 18446744073709551615 4670273 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=5115/tid=5147] ppid=5113 vsize=2215236 CPUtime=4892.08 cores=0-31
/proc/5115/task/5147/stat : 5147 (claspmt) R 5113 5115 5085 0 -1 4202560 11039 0 0 0 488979 229 0 0 25 0 32 0 39345278 2268401664 328224 270582939648 4194304 4964800 140734898589120 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 14 0 0 0
Current children cumulated CPU time (s) 156652
Current children cumulated vsize (KiB) 2215236

[startup+4962.3 s]
/proc/loadavg: 32.07 32.06 32.08 33/445 5300
/proc/meminfo: memFree=260852348/264257624 swapFree=67111528/67111528
[pid=5115] ppid=5113 vsize=2215236 CPUtime=158570 cores=0-31
/proc/5115/stat : 5115 (claspmt) R 5113 5115 5085 0 -1 4202496 330879 0 0 0 15849621 7333 0 0 25 0 32 0 39345268 2268401664 329251 270582939648 4194304 4964800 140734898589120 18446744073709551615 4670308 0 0 4096 18946 18446744073709551615 0 0 17 22 0 0 0
/proc/5115/statm: 553809 329251 463 189 0 548158 0
[pid=5115/tid=5117] ppid=5113 vsize=2215236 CPUtime=4958.34 cores=0-31
/proc/5115/task/5117/stat : 5117 (claspmt) R 5113 5115 5085 0 -1 4202560 24805 0 0 0 495599 235 0 0 25 0 32 0 39345277 2268401664 329251 270582939648 4194304 4964800 140734898589120 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=5115/tid=5118] ppid=5113 vsize=2215236 CPUtime=4944.9 cores=0-31
/proc/5115/task/5118/stat : 5118 (claspmt) R 5113 5115 5085 0 -1 4202560 9507 0 0 0 494209 281 0 0 25 0 32 0 39345277 2268401664 329251 270582939648 4194304 4964800 140734898589120 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 19 0 0 0
[pid=5115/tid=5119] ppid=5113 vsize=2215236 CPUtime=4959.91 cores=0-31
/proc/5115/task/5119/stat : 5119 (claspmt) R 5113 5115 5085 0 -1 4202560 5565 0 0 0 495790 201 0 0 25 0 32 0 39345277 2268401664 329251 270582939648 4194304 4964800 140734898589120 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 29 0 0 0
[pid=5115/tid=5120] ppid=5113 vsize=2215236 CPUtime=4951.99 cores=0-31
/proc/5115/task/5120/stat : 5120 (claspmt) R 5113 5115 5085 0 -1 4202560 9007 0 0 0 494982 217 0 0 25 0 32 0 39345277 2268401664 329251 270582939648 4194304 4964800 140734898589120 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=5115/tid=5121] ppid=5113 vsize=2215236 CPUtime=4950.65 cores=0-31
/proc/5115/task/5121/stat : 5121 (claspmt) R 5113 5115 5085 0 -1 4202560 8511 0 0 0 494829 236 0 0 25 0 32 0 39345277 2268401664 329251 270582939648 4194304 4964800 140734898589120 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 23 0 0 0
[pid=5115/tid=5122] ppid=5113 vsize=2215236 CPUtime=4940.11 cores=0-31
/proc/5115/task/5122/stat : 5122 (claspmt) R 5113 5115 5085 0 -1 4202560 9189 0 0 0 493758 253 0 0 25 0 32 0 39345277 2268401664 329251 270582939648 4194304 4964800 140734898589120 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 26 0 0 0
[pid=5115/tid=5123] ppid=5113 vsize=2215236 CPUtime=4953.29 cores=0-31
/proc/5115/task/5123/stat : 5123 (claspmt) R 5113 5115 5085 0 -1 4202560 10417 0 0 0 495098 231 0 0 25 0 32 0 39345277 2268401664 329251 270582939648 4194304 4964800 140734898589120 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 27 0 0 0
[pid=5115/tid=5124] ppid=5113 vsize=2215236 CPUtime=4958.56 cores=0-31
/proc/5115/task/5124/stat : 5124 (claspmt) R 5113 5115 5085 0 -1 4202560 6209 0 0 0 495644 212 0 0 25 0 32 0 39345277 2268401664 329251 270582939648 4194304 4964800 140734898589120 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 8 0 0 0
[pid=5115/tid=5125] ppid=5113 vsize=2215236 CPUtime=4958.96 cores=0-31
/proc/5115/task/5125/stat : 5125 (claspmt) R 5113 5115 5085 0 -1 4202560 24082 0 0 0 495657 239 0 0 25 0 32 0 39345277 2268401664 329251 270582939648 4194304 4964800 140734898589120 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 25 0 0 0
[pid=5115/tid=5126] ppid=5113 vsize=2215236 CPUtime=4952.26 cores=0-31
/proc/5115/task/5126/stat : 5126 (claspmt) R 5113 5115 5085 0 -1 4202560 10022 0 0 0 494982 244 0 0 25 0 32 0 39345277 2268401664 329251 270582939648 4194304 4964800 140734898589120 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 10 0 0 0
[pid=5115/tid=5127] ppid=5113 vsize=2215236 CPUtime=4941.02 cores=0-31
/proc/5115/task/5127/stat : 5127 (claspmt) R 5113 5115 5085 0 -1 4202560 6138 0 0 0 493864 238 0 0 25 0 32 0 39345277 2268401664 329251 270582939648 4194304 4964800 140734898589120 18446744073709551615 4627341 0 0 4096 18946 0 0 0 -1 13 0 0 0
[pid=5115/tid=5128] ppid=5113 vsize=2215236 CPUtime=4957.85 cores=0-31
/proc/5115/task/5128/stat : 5128 (claspmt) R 5113 5115 5085 0 -1 4202560 9054 0 0 0 495591 194 0 0 25 0 32 0 39345277 2268401664 329251 270582939648 4194304 4964800 140734898589120 18446744073709551615 258651061007 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=5115/tid=5129] ppid=5113 vsize=2215236 CPUtime=4960.1 cores=0-31
/proc/5115/task/5129/stat : 5129 (claspmt) R 5113 5115 5085 0 -1 4202560 8384 0 0 0 495754 256 0 0 18 0 32 0 39345277 2268401664 329251 270582939648 4194304 4964800 140734898589120 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 28 0 0 0
[pid=5115/tid=5130] ppid=5113 vsize=2215236 CPUtime=4959.52 cores=0-31
/proc/5115/task/5130/stat : 5130 (claspmt) R 5113 5115 5085 0 -1 4202560 7008 0 0 0 495736 216 0 0 25 0 32 0 39345277 2268401664 329251 270582939648 4194304 4964800 140734898589120 18446744073709551615 4670328 0 0 4096 18946 0 0 0 -1 16 0 0 0
[pid=5115/tid=5131] ppid=5113 vsize=2215236 CPUtime=4958.97 cores=0-31
/proc/5115/task/5131/stat : 5131 (claspmt) R 5113 5115 5085 0 -1 4202560 10301 0 0 0 495654 243 0 0 25 0 32 0 39345277 2268401664 329251 270582939648 4194304 4964800 140734898589120 18446744073709551615 4320934 0 0 4096 18946 0 0 0 -1 18 0 0 0
[pid=5115/tid=5132] ppid=5113 vsize=2215236 CPUtime=4957.13 cores=0-31
/proc/5115/task/5132/stat : 5132 (claspmt) R 5113 5115 5085 0 -1 4202560 6323 0 0 0 495484 229 0 0 25 0 32 0 39345277 2268401664 329251 270582939648 4194304 4964800 140734898589120 18446744073709551615 4669294 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=5115/tid=5133] ppid=5113 vsize=2215236 CPUtime=4959.07 cores=0-31
/proc/5115/task/5133/stat : 5133 (claspmt) R 5113 5115 5085 0 -1 4202560 24116 0 0 0 495685 222 0 0 25 0 32 0 39345277 2268401664 329251 270582939648 4194304 4964800 140734898589120 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=5115/tid=5134] ppid=5113 vsize=2215236 CPUtime=4959.9 cores=0-31
/proc/5115/task/5134/stat : 5134 (claspmt) R 5113 5115 5085 0 -1 4202560 10062 0 0 0 495711 279 0 0 25 0 32 0 39345277 2268401664 329251 270582939648 4194304 4964800 140734898589120 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 30 0 0 0
[pid=5115/tid=5135] ppid=5113 vsize=2215236 CPUtime=4955.15 cores=0-31
/proc/5115/task/5135/stat : 5135 (claspmt) R 5113 5115 5085 0 -1 4202560 4797 0 0 0 495372 143 0 0 25 0 32 0 39345277 2268401664 329251 270582939648 4194304 4964800 140734898589120 18446744073709551615 4670330 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=5115/tid=5136] ppid=5113 vsize=2215236 CPUtime=4952.77 cores=0-31
/proc/5115/task/5136/stat : 5136 (claspmt) R 5113 5115 5085 0 -1 4202560 9274 0 0 0 495077 200 0 0 25 0 32 0 39345277 2268401664 329251 270582939648 4194304 4964800 140734898589120 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 11 0 0 0
[pid=5115/tid=5137] ppid=5113 vsize=2215236 CPUtime=4959.51 cores=0-31
/proc/5115/task/5137/stat : 5137 (claspmt) R 5113 5115 5085 0 -1 4202560 8222 0 0 0 495713 238 0 0 25 0 32 0 39345277 2268401664 329251 270582939648 4194304 4964800 140734898589120 18446744073709551615 4321079 0 0 4096 18946 0 0 0 -1 20 0 0 0
[pid=5115/tid=5138] ppid=5113 vsize=2215236 CPUtime=4959.71 cores=0-31
/proc/5115/task/5138/stat : 5138 (claspmt) R 5113 5115 5085 0 -1 4202560 8687 0 0 0 495763 208 0 0 25 0 32 0 39345277 2268401664 329251 270582939648 4194304 4964800 140734898589120 18446744073709551615 4670286 0 0 4096 18946 0 0 0 -1 17 0 0 0
[pid=5115/tid=5139] ppid=5113 vsize=2215236 CPUtime=4952.67 cores=0-31
/proc/5115/task/5139/stat : 5139 (claspmt) R 5113 5115 5085 0 -1 4202560 8742 0 0 0 495047 220 0 0 25 0 32 0 39345277 2268401664 329251 270582939648 4194304 4964800 140734898589120 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 21 0 0 0
[pid=5115/tid=5140] ppid=5113 vsize=2215236 CPUtime=4954.77 cores=0-31
/proc/5115/task/5140/stat : 5140 (claspmt) R 5113 5115 5085 0 -1 4202560 6813 0 0 0 495282 195 0 0 25 0 32 0 39345277 2268401664 329251 270582939648 4194304 4964800 140734898589120 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 31 0 0 0
[pid=5115/tid=5141] ppid=5113 vsize=2215236 CPUtime=4953.88 cores=0-31
/proc/5115/task/5141/stat : 5141 (claspmt) R 5113 5115 5085 0 -1 4202560 24462 0 0 0 495141 247 0 0 25 0 32 0 39345278 2268401664 329251 270582939648 4194304 4964800 140734898589120 18446744073709551615 4321079 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=5115/tid=5142] ppid=5113 vsize=2215236 CPUtime=4957.23 cores=0-31
/proc/5115/task/5142/stat : 5142 (claspmt) R 5113 5115 5085 0 -1 4202560 10195 0 0 0 495481 242 0 0 25 0 32 0 39345278 2268401664 329251 270582939648 4194304 4964800 140734898589120 18446744073709551615 4670299 0 0 4096 18946 0 0 0 -1 9 0 0 0
[pid=5115/tid=5143] ppid=5113 vsize=2215236 CPUtime=4950.55 cores=0-31
/proc/5115/task/5143/stat : 5143 (claspmt) R 5113 5115 5085 0 -1 4202560 6204 0 0 0 494802 253 0 0 25 0 32 0 39345278 2268401664 329251 270582939648 4194304 4964800 140734898589120 18446744073709551615 258650653522 0 0 4096 18946 0 0 0 -1 15 0 0 0
[pid=5115/tid=5144] ppid=5113 vsize=2215236 CPUtime=4958.59 cores=0-31
/proc/5115/task/5144/stat : 5144 (claspmt) R 5113 5115 5085 0 -1 4202560 8915 0 0 0 495651 208 0 0 25 0 32 0 39345278 2268401664 329251 270582939648 4194304 4964800 140734898589120 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 12 0 0 0
[pid=5115/tid=5145] ppid=5113 vsize=2215236 CPUtime=4960.04 cores=0-31
/proc/5115/task/5145/stat : 5145 (claspmt) R 5113 5115 5085 0 -1 4202560 9053 0 0 0 495767 237 0 0 25 0 32 0 39345278 2268401664 329251 270582939648 4194304 4964800 140734898589120 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 24 0 0 0
[pid=5115/tid=5146] ppid=5113 vsize=2215236 CPUtime=4959.88 cores=0-31
/proc/5115/task/5146/stat : 5146 (claspmt) R 5113 5115 5085 0 -1 4202560 8483 0 0 0 495776 212 0 0 25 0 32 0 39345278 2268401664 329251 270582939648 4194304 4964800 140734898589120 18446744073709551615 4321150 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=5115/tid=5147] ppid=5113 vsize=2215236 CPUtime=4952.06 cores=0-31
/proc/5115/task/5147/stat : 5147 (claspmt) R 5113 5115 5085 0 -1 4202560 11085 0 0 0 494974 232 0 0 22 0 32 0 39345278 2268401664 329251 270582939648 4194304 4964800 140734898589120 18446744073709551615 4321038 0 0 4096 18946 0 0 0 -1 14 0 0 0
Current children cumulated CPU time (s) 158570
Current children cumulated vsize (KiB) 2215236



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5007.1 s]
/proc/loadavg: 32.03 32.05 32.07 33/445 5300
/proc/meminfo: memFree=260847676/264257624 swapFree=67111528/67111528
[pid=5115] ppid=5113 vsize=2215912 CPUtime=160002 cores=0-31
/proc/5115/stat : 5115 (claspmt) R 5113 5115 5085 0 -1 4202496 331946 0 0 0 15992776 7393 0 0 25 0 32 0 39345268 2269093888 330294 270582939648 4194304 4964800 140734898589120 18446744073709551615 4670308 0 0 4096 18946 18446744073709551615 0 0 17 22 0 0 0
/proc/5115/statm: 553978 330294 463 189 0 548327 0
[pid=5115/tid=5117] ppid=5113 vsize=2215912 CPUtime=5003.12 cores=0-31
/proc/5115/task/5117/stat : 5117 (claspmt) R 5113 5115 5085 0 -1 4202560 24969 0 0 0 500074 238 0 0 23 0 32 0 39345277 2269093888 330294 270582939648 4194304 4964800 140734898589120 18446744073709551615 4627204 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=5115/tid=5118] ppid=5113 vsize=2215912 CPUtime=4989.72 cores=0-31
/proc/5115/task/5118/stat : 5118 (claspmt) R 5113 5115 5085 0 -1 4202560 9507 0 0 0 498688 284 0 0 25 0 32 0 39345277 2269093888 330294 270582939648 4194304 4964800 140734898589120 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 19 0 0 0
[pid=5115/tid=5119] ppid=5113 vsize=2215912 CPUtime=5004.71 cores=0-31
/proc/5115/task/5119/stat : 5119 (claspmt) R 5113 5115 5085 0 -1 4202560 5567 0 0 0 500269 202 0 0 25 0 32 0 39345277 2269093888 330294 270582939648 4194304 4964800 140734898589120 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 29 0 0 0
[pid=5115/tid=5120] ppid=5113 vsize=2215912 CPUtime=4996.79 cores=0-31
/proc/5115/task/5120/stat : 5120 (claspmt) R 5113 5115 5085 0 -1 4202560 9012 0 0 0 499461 218 0 0 25 0 32 0 39345277 2269093888 330294 270582939648 4194304 4964800 140734898589120 18446744073709551615 4670328 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=5115/tid=5121] ppid=5113 vsize=2215912 CPUtime=4995.45 cores=0-31
/proc/5115/task/5121/stat : 5121 (claspmt) R 5113 5115 5085 0 -1 4202560 8528 0 0 0 499306 239 0 0 25 0 32 0 39345277 2269093888 330294 270582939648 4194304 4964800 140734898589120 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 23 0 0 0
[pid=5115/tid=5122] ppid=5113 vsize=2215912 CPUtime=4984.91 cores=0-31
/proc/5115/task/5122/stat : 5122 (claspmt) R 5113 5115 5085 0 -1 4202560 9202 0 0 0 498236 255 0 0 25 0 32 0 39345277 2269093888 330294 270582939648 4194304 4964800 140734898589120 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 26 0 0 0
[pid=5115/tid=5123] ppid=5113 vsize=2215912 CPUtime=4998.09 cores=0-31
/proc/5115/task/5123/stat : 5123 (claspmt) R 5113 5115 5085 0 -1 4202560 10428 0 0 0 499577 232 0 0 25 0 32 0 39345277 2269093888 330294 270582939648 4194304 4964800 140734898589120 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 27 0 0 0
[pid=5115/tid=5124] ppid=5113 vsize=2215912 CPUtime=5003.36 cores=0-31
/proc/5115/task/5124/stat : 5124 (claspmt) R 5113 5115 5085 0 -1 4202560 6209 0 0 0 500122 214 0 0 23 0 32 0 39345277 2269093888 330294 270582939648 4194304 4964800 140734898589120 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 8 0 0 0
[pid=5115/tid=5125] ppid=5113 vsize=2215912 CPUtime=5003.75 cores=0-31
/proc/5115/task/5125/stat : 5125 (claspmt) R 5113 5115 5085 0 -1 4202560 24279 0 0 0 500134 241 0 0 25 0 32 0 39345277 2269093888 330294 270582939648 4194304 4964800 140734898589120 18446744073709551615 4670310 0 0 4096 18946 0 0 0 -1 25 0 0 0
[pid=5115/tid=5126] ppid=5113 vsize=2215912 CPUtime=4997.07 cores=0-31
/proc/5115/task/5126/stat : 5126 (claspmt) R 5113 5115 5085 0 -1 4202560 10027 0 0 0 499460 247 0 0 25 0 32 0 39345277 2269093888 330294 270582939648 4194304 4964800 140734898589120 18446744073709551615 4670357 0 0 4096 18946 0 0 0 -1 10 0 0 0
[pid=5115/tid=5127] ppid=5113 vsize=2215912 CPUtime=4985.82 cores=0-31
/proc/5115/task/5127/stat : 5127 (claspmt) R 5113 5115 5085 0 -1 4202560 6156 0 0 0 498342 240 0 0 25 0 32 0 39345277 2269093888 330294 270582939648 4194304 4964800 140734898589120 18446744073709551615 4320849 0 0 4096 18946 0 0 0 -1 13 0 0 0
[pid=5115/tid=5128] ppid=5113 vsize=2215912 CPUtime=5002.65 cores=0-31
/proc/5115/task/5128/stat : 5128 (claspmt) R 5113 5115 5085 0 -1 4202560 9061 0 0 0 500070 195 0 0 25 0 32 0 39345277 2269093888 330294 270582939648 4194304 4964800 140734898589120 18446744073709551615 258650653558 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=5115/tid=5129] ppid=5113 vsize=2215912 CPUtime=5004.9 cores=0-31
/proc/5115/task/5129/stat : 5129 (claspmt) R 5113 5115 5085 0 -1 4202560 8402 0 0 0 500233 257 0 0 25 0 32 0 39345277 2269093888 330294 270582939648 4194304 4964800 140734898589120 18446744073709551615 4627204 0 0 4096 18946 0 0 0 -1 28 0 0 0
[pid=5115/tid=5130] ppid=5113 vsize=2215912 CPUtime=5004.32 cores=0-31
/proc/5115/task/5130/stat : 5130 (claspmt) R 5113 5115 5085 0 -1 4202560 7057 0 0 0 500215 217 0 0 25 0 32 0 39345277 2269093888 330294 270582939648 4194304 4964800 140734898589120 18446744073709551615 4670340 0 0 4096 18946 0 0 0 -1 16 0 0 0
[pid=5115/tid=5131] ppid=5113 vsize=2215912 CPUtime=5003.78 cores=0-31
/proc/5115/task/5131/stat : 5131 (claspmt) R 5113 5115 5085 0 -1 4202560 10314 0 0 0 500133 245 0 0 25 0 32 0 39345277 2269093888 330294 270582939648 4194304 4964800 140734898589120 18446744073709551615 4670357 0 0 4096 18946 0 0 0 -1 18 0 0 0
[pid=5115/tid=5132] ppid=5113 vsize=2215912 CPUtime=5001.93 cores=0-31
/proc/5115/task/5132/stat : 5132 (claspmt) R 5113 5115 5085 0 -1 4202560 6325 0 0 0 499961 232 0 0 25 0 32 0 39345277 2269093888 330294 270582939648 4194304 4964800 140734898589120 18446744073709551615 4627204 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=5115/tid=5133] ppid=5113 vsize=2215912 CPUtime=5003.87 cores=0-31
/proc/5115/task/5133/stat : 5133 (claspmt) R 5113 5115 5085 0 -1 4202560 24265 0 0 0 500163 224 0 0 25 0 32 0 39345277 2269093888 330294 270582939648 4194304 4964800 140734898589120 18446744073709551615 258651061007 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=5115/tid=5134] ppid=5113 vsize=2215912 CPUtime=5004.72 cores=0-31
/proc/5115/task/5134/stat : 5134 (claspmt) R 5113 5115 5085 0 -1 4202560 10064 0 0 0 500191 281 0 0 25 0 32 0 39345277 2269093888 330294 270582939648 4194304 4964800 140734898589120 18446744073709551615 4670357 0 0 4096 18946 0 0 0 -1 30 0 0 0
[pid=5115/tid=5135] ppid=5113 vsize=2215912 CPUtime=4999.94 cores=0-31
/proc/5115/task/5135/stat : 5135 (claspmt) R 5113 5115 5085 0 -1 4202560 4871 0 0 0 499850 144 0 0 25 0 32 0 39345277 2269093888 330294 270582939648 4194304 4964800 140734898589120 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=5115/tid=5136] ppid=5113 vsize=2215912 CPUtime=4997.58 cores=0-31
/proc/5115/task/5136/stat : 5136 (claspmt) R 5113 5115 5085 0 -1 4202560 9278 0 0 0 499555 203 0 0 25 0 32 0 39345277 2269093888 330294 270582939648 4194304 4964800 140734898589120 18446744073709551615 4321102 0 0 4096 18946 0 0 0 -1 11 0 0 0
[pid=5115/tid=5137] ppid=5113 vsize=2215912 CPUtime=5004.32 cores=0-31
/proc/5115/task/5137/stat : 5137 (claspmt) R 5113 5115 5085 0 -1 4202560 8223 0 0 0 500191 241 0 0 25 0 32 0 39345277 2269093888 330294 270582939648 4194304 4964800 140734898589120 18446744073709551615 4321054 0 0 4096 18946 0 0 0 -1 20 0 0 0
[pid=5115/tid=5138] ppid=5113 vsize=2215912 CPUtime=5004.51 cores=0-31
/proc/5115/task/5138/stat : 5138 (claspmt) R 5113 5115 5085 0 -1 4202560 8733 0 0 0 500242 209 0 0 25 0 32 0 39345277 2269093888 330294 270582939648 4194304 4964800 140734898589120 18446744073709551615 4670407 0 0 4096 18946 0 0 0 -1 17 0 0 0
[pid=5115/tid=5139] ppid=5113 vsize=2215912 CPUtime=4997.48 cores=0-31
/proc/5115/task/5139/stat : 5139 (claspmt) R 5113 5115 5085 0 -1 4202560 8749 0 0 0 499527 221 0 0 25 0 32 0 39345277 2269093888 330294 270582939648 4194304 4964800 140734898589120 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 21 0 0 0
[pid=5115/tid=5140] ppid=5113 vsize=2215912 CPUtime=4998.3 cores=0-31
/proc/5115/task/5140/stat : 5140 (claspmt) R 5113 5115 5085 0 -1 4202560 6815 0 0 0 499633 197 0 0 25 0 32 0 39345277 2269093888 330294 270582939648 4194304 4964800 140734898589120 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 31 0 0 0
[pid=5115/tid=5141] ppid=5113 vsize=2215912 CPUtime=4998.68 cores=0-31
/proc/5115/task/5141/stat : 5141 (claspmt) R 5113 5115 5085 0 -1 4202560 24557 0 0 0 499620 248 0 0 25 0 32 0 39345278 2269093888 330294 270582939648 4194304 4964800 140734898589120 18446744073709551615 4668568 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=5115/tid=5142] ppid=5113 vsize=2215912 CPUtime=5002.02 cores=0-31
/proc/5115/task/5142/stat : 5142 (claspmt) R 5113 5115 5085 0 -1 4202560 10280 0 0 0 499959 243 0 0 25 0 32 0 39345278 2269093888 330294 270582939648 4194304 4964800 140734898589120 18446744073709551615 4670328 0 0 4096 18946 0 0 0 -1 9 0 0 0
[pid=5115/tid=5143] ppid=5113 vsize=2215912 CPUtime=4995.34 cores=0-31
/proc/5115/task/5143/stat : 5143 (claspmt) R 5113 5115 5085 0 -1 4202560 6251 0 0 0 499279 255 0 0 25 0 32 0 39345278 2269093888 330294 270582939648 4194304 4964800 140734898589120 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 15 0 0 0
[pid=5115/tid=5144] ppid=5113 vsize=2215912 CPUtime=5003.37 cores=0-31
/proc/5115/task/5144/stat : 5144 (claspmt) R 5113 5115 5085 0 -1 4202560 8917 0 0 0 500127 210 0 0 23 0 32 0 39345278 2269093888 330294 270582939648 4194304 4964800 140734898589120 18446744073709551615 258651061007 0 0 4096 18946 0 0 0 -1 12 0 0 0
[pid=5115/tid=5145] ppid=5113 vsize=2215912 CPUtime=5004.83 cores=0-31
/proc/5115/task/5145/stat : 5145 (claspmt) R 5113 5115 5085 0 -1 4202560 9053 0 0 0 500243 240 0 0 25 0 32 0 39345278 2269093888 330294 270582939648 4194304 4964800 140734898589120 18446744073709551615 4670346 0 0 4096 18946 0 0 0 -1 24 0 0 0
[pid=5115/tid=5146] ppid=5113 vsize=2215912 CPUtime=5004.68 cores=0-31
/proc/5115/task/5146/stat : 5146 (claspmt) R 5113 5115 5085 0 -1 4202560 8486 0 0 0 500255 213 0 0 25 0 32 0 39345278 2269093888 330294 270582939648 4194304 4964800 140734898589120 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=5115/tid=5147] ppid=5113 vsize=2215912 CPUtime=4996.85 cores=0-31
/proc/5115/task/5147/stat : 5147 (claspmt) R 5113 5115 5085 0 -1 4202560 11111 0 0 0 499452 233 0 0 25 0 32 0 39345278 2269093888 330294 270582939648 4194304 4964800 140734898589120 18446744073709551615 4321102 0 0 4096 18946 0 0 0 -1 14 0 0 0
Current children cumulated CPU time (s) 160002
Current children cumulated vsize (KiB) 2215912

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

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

[startup+5007.5 s]
/proc/loadavg: 32.03 32.05 32.07 2/415 5301
/proc/meminfo: memFree=260847792/264257624 swapFree=67111528/67111528
[pid=5115] ppid=5113 vsize=1907668 CPUtime=160002 cores=0-31
/proc/5115/stat : 5115 (claspmt) R 5113 5115 5085 0 -1 4202496 331959 0 0 0 15992854 7395 0 0 25 0 1 0 39345268 1953452032 275158 270582939648 4194304 4964800 140734898589120 18446744073709551615 258650999159 0 0 4096 18946 0 0 0 17 22 0 0 0
/proc/5115/statm: 460533 275027 474 189 0 454882 0
Current children cumulated CPU time (s) 160002
Current children cumulated vsize (KiB) 1907668

Child status: 0
Real time (s): 5007.59
CPU time (s): 160003
CPU user time (s): 159929
CPU system time (s): 74.0397
CPU usage (%): 3195.2
Max. virtual memory (cumulated for all children) (KiB): 2215912

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 159929
system time used= 74.0397
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 331960
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= 4421481
involuntary context switches= 401653

runsolver used 26.9159 second user time and 114.459 second system time

The end

Launcher Data

Begin job on node200 at 2011-06-10 22:59:44
IDJOB=3472471
IDBENCH=83412
IDSOLVER=1961
FILE ID=node200/3472471-1307739584
RUNJOBID= node200-1307739584-5099
PBS_JOBID= 13549551
Free space on /tmp= 61744 MiB

SOLVER NAME= claspmt 2.0-R4095-patched (fixed)
BENCH NAME= SAT11/application/kullmann/AES/Benchmarks/128/aes_128_1_keyfind_1.cnf
COMMAND LINE= HOME/claspmt -tNBCORE -p HOME/sat11-port.txt --distribute=all,2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3472471-1307739584/watcher-3472471-1307739584 -o /tmp/evaluation-result-3472471-1307739584/solver-3472471-1307739584 -C 160000 -W 5100 -M 256000  HOME/claspmt -t32 -p HOME/sat11-port.txt --distribute=all,2 HOME/instance-3472471-1307739584.cnf

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

MD5SUM BENCH= 5092a9db644d53c7bc023e4dff206812
RANDOM SEED=838325958

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.045
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.045
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.02
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.045
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.045
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.045
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.09
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.045
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.06
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.045
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.07
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.045
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.06
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.045
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	: 3989.99
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.045
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.06
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.045
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.045
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.06
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.045
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.04
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.045
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.03
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.045
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	: 3990.07
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.045
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.08
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.045
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.05
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.045
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.045
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.08
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.045
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	: 3989.97
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.045
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.04
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.045
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.10
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.045
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.10
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.045
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.04
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.045
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.04
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.045
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.07
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.045
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.045
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.08
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.045
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.04
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.045
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.08
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.045
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.18
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.045
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:      262163120 kB
Buffers:        276104 kB
Cached:        1502752 kB
SwapCached:          0 kB
Active:         295852 kB
Inactive:      1546116 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     264257624 kB
LowFree:      262163120 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            1480 kB
Writeback:           0 kB
AnonPages:       65932 kB
Mapped:          13484 kB
Slab:           173072 kB
PageTables:       4292 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  199240340 kB
Committed_AS:   161468 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= 61740 MiB
End job on node200 at 2011-06-11 00:23:13